@charset "UTF-8";
.bgGrad {
  background-image: linear-gradient(180deg, #ffffff, #cce9fa);
  border-radius: 15px;
}

.bgGrad02 {
  background-image: linear-gradient(90deg, #005d9c, #1f74b4);
}

/*******************
       second
*******************/
#second section.mainVs {
  height: 290px;
  background: url(../img/mainvsimg_sec.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #second section.mainVs {
    background: url(../img/mainvsimg_sec_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}
#second section.mainVs::before {
  content: "";
  display: block;
  display: none;
}
#second section.mainVs h2 {
  top: 56%;
  font-size: 3.5rem;
}
#second section.mainVs h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
  text-shadow: none;
  font-size: 11rem;
  color: #f2f2f2;
  opacity: 0.5;
}
#second main {
  margin-top: 240px;
  padding-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #second main {
    margin-top: 330px;
  }
}
@media screen and (max-width: 768px) {
  #second main {
    margin-top: 290px;
  }
}
#second main .ttlArea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  color: #005d9c;
  text-align: center;
  letter-spacing: 1.5px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #second main .ttlArea {
    padding: 60px 0 0;
    width: 80%;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}
#second main p.textArea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  color: #005d9c;
  text-align: center;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 768px) {
  #second main p.textArea {
    font-size: 3vw;
  }
}
#second main section.point h3,
#second main section.works h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: 2px;
  color: #005d9c;
  margin-top: 80px;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #second main section.point h3,
  #second main section.works h3 {
    font-size: 2rem;
  }
}
#second main section.point h3 strong,
#second main section.works h3 strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 6.4rem;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #second main section.point h3 strong,
  #second main section.works h3 strong {
    font-size: 4.4rem;
  }
}
#second main section.point h3::before,
#second main section.works h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #f2f2f2;
  font-size: 15rem;
  z-index: -1;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -6px;
  line-height: 0.8;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #second main section.point h3::before,
  #second main section.works h3::before {
    font-size: 20vw;
  }
}
#second main section.point h3::after,
#second main section.works h3::after {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  width: 70px;
  background-color: #005d9c;
  height: 5px;
  padding: 0;
}
#second main section.works h3::after {
  display: none;
}
#second main section.works h3::before {
  content: "WORKS";
}
#second main section.works .worksInner {
  width: 100%;
  max-width: 1160px;
  min-height: 100px;
  margin: 100px auto;
  padding: 0 20px 20px;
}
@media screen and (max-width: 768px) {
  #second main section.works .worksInner {
    margin: 50px auto;
  }
}
#second main section.works .worksInner ul.w01,
#second main section.works .worksInner ul.w02 {
  width: 90%;
}
#second main section.works .worksInner ul.w01 li,
#second main section.works .worksInner ul.w02 li {
  padding: 0;
  background: #005d9c;
  width: 55%;
}
@media screen and (max-width: 1128px) {
  #second main section.works .worksInner ul.w01 li,
  #second main section.works .worksInner ul.w02 li {
    width: 100%;
  }
}
#second main section.works .worksInner ul.w01 li:nth-child(2),
#second main section.works .worksInner ul.w02 li:nth-child(2) {
  padding: 30px 40px 20px 40px;
  box-sizing: border-box;
  width: 45%;
}
@media screen and (max-width: 1128px) {
  #second main section.works .worksInner ul.w01 li:nth-child(2),
  #second main section.works .worksInner ul.w02 li:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #second main section.works .worksInner ul.w01 li:nth-child(2),
  #second main section.works .worksInner ul.w02 li:nth-child(2) {
    padding: 30px 20px 20px 20px;
  }
}
#second main section.works .worksInner ul.w01 li h4,
#second main section.works .worksInner ul.w02 li h4 {
  color: #fff;
  padding: 0;
  margin: 0;
  padding-bottom: 16px;
}
#second main section.works .worksInner ul.w01 li p,
#second main section.works .worksInner ul.w02 li p {
  background-color: #fff;
  width: auto;
  padding: 5px 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #second main section.works .worksInner ul.w01 li p,
  #second main section.works .worksInner ul.w02 li p {
    margin-bottom: 10px;
  }
}
#second main section.works .worksInner ul.w01 li table tr,
#second main section.works .worksInner ul.w02 li table tr {
  border-bottom: 1px solid #fff;
}
#second main section.works .worksInner ul.w01 li table tr:last-child,
#second main section.works .worksInner ul.w02 li table tr:last-child {
  border-bottom: none;
}
#second main section.works .worksInner ul.w01 li table th,
#second main section.works .worksInner ul.w01 li table td,
#second main section.works .worksInner ul.w02 li table th,
#second main section.works .worksInner ul.w02 li table td {
  color: #fff;
  font-size: 1.4rem;
  padding: 10px;
}
#second main section.works .worksInner ul.w01 li table th,
#second main section.works .worksInner ul.w02 li table th {
  width: 40%;
}
#second main section.works .worksInner ul.w02 li {
  width: 32% !important;
  padding: 0 !important;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  #second main section.works .worksInner ul.w02 li {
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
#second main section.works .worksInner ul.w02 li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #second main section.works .worksInner ul.w02 li:last-child {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
#second main section.works .worksInner ul.w02 li table {
  padding: 20px;
}
#second main section.works .worksInner ul.w02 li div.pack {
  padding: 16px;
  box-sizing: border-box;
}
#second main section.works .worksInner div.btnArea a {
  border-radius: 34px;
  padding: 22px 20px;
  max-width: 285px;
  margin: 0 auto -40px;
}
#second main section.works .worksInner div.btnArea a::after {
  top: 20px;
}
#second main section.works .worksInner div.btnArea a span.arrow {
  position: static;
}
#second main section.works .worksInner div.btnArea a span.arrow::after {
  right: 20px;
}
#second main section.works .worksInner div.btnArea a span.arrow::before {
  right: 20px;
}
#second main#company h3.ttlArea {
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto;
  padding: 60px 0;
  color: #005d9c;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.6;
}
#second main#company h3.ttlArea::before, #second main#company h3.ttlArea::after {
  display: none;
}
#second main#company section.companyList {
  width: 80%;
  max-width: 890px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  padding: 60px;
}
@media screen and (max-width: 768px) {
  #second main#company section.companyList {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 600px) {
  #second main#company section.companyList {
    padding: 30px;
  }
}
#second main#company section.companyList table {
  width: 100%;
}
#second main#company section.companyList table tr {
  border-bottom: 1px solid #005d9c;
}
#second main#company section.companyList table tr th,
#second main#company section.companyList table tr td {
  padding: 18px 0;
  font-size: 1.4rem;
  color: #005d9c;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #second main#company section.companyList table tr th,
  #second main#company section.companyList table tr td {
    display: block;
    text-align: left;
  }
}
#second main#company section.companyList table tr:last-child {
  border-bottom: none;
}
#second main#company section.companyList table tr th {
  width: 35%;
  text-align: right;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  #second main#company section.companyList table tr th {
    width: 100%;
    padding: 18px 0 0;
    padding-right: 0;
    text-align: left;
  }
}
#second main#news {
  margin-top: 208px;
}
@media screen and (max-width: 960px) {
  #second main#news {
    margin-top: 290px;
  }
}
#second main#news section.newsList {
  width: 100%;
  background: #f2f2f2;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  #second main#news section.newsList {
    padding: 40px 30px;
  }
}
#second main#news section.newsList ul {
  width: 80%;
  margin: 0 auto;
  max-width: 960px;
  border-bottom: 1px solid #005d9c;
  padding-bottom: 20px;
  margin: 20px auto 0;
}
@media screen and (max-width: 960px) {
  #second main#news section.newsList ul {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #second main#news section.newsList ul {
    flex-direction: column;
    width: 100%;
  }
}
#second main#news section.newsList ul li h4 {
  border: none;
  margin-bottom: 0;
  font-size: 1.8rem;
}
#second main#news section.newsList ul li:first-child {
  width: 20%;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #second main#news section.newsList ul li:first-child {
    width: 100%;
  }
}
#second main#news section.newsList ul li:last-child {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #second main#news section.newsList ul li:last-child {
    width: 100%;
  }
}
#second main#news section.newsList ul li p {
  color: #000;
  font-size: 1.4rem;
  text-align: left;
}
#second main#privacypolicy .ppBox {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #second main#privacypolicy .ppBox {
    margin: 0 40px 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #second main#privacypolicy .ppBox {
    margin: 0 30px 0 auto;
    padding-top: 40px;
    width: 70%;
  }
}
@media screen and (max-width: 420px) {
  #second main#privacypolicy .ppBox {
    margin: 0 20px 0 auto;
    width: 65%;
  }
}
#second main#privacypolicy .ppBox dl dt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #005d9c;
  position: relative;
}
#second main#privacypolicy .ppBox dl dt::before {
  content: "1";
  display: block;
  position: absolute;
  top: -10px;
  left: -80px;
  color: #f2f2f2;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  z-index: -1;
  font-size: 11rem;
  font-style: italic;
}
#second main#privacypolicy .ppBox dl dt:nth-of-type(2)::before {
  content: "2";
}
#second main#privacypolicy .ppBox dl dt:nth-of-type(3)::before {
  content: "3";
}
#second main#privacypolicy .ppBox dl dt:nth-of-type(4)::before {
  content: "4";
}
#second main#privacypolicy .ppBox dl dt:nth-of-type(5)::before {
  content: "5";
}
#second main#privacypolicy .ppBox dl dt:nth-of-type(6)::before {
  content: "6";
}
#second main#privacypolicy .ppBox dl dt:nth-of-type(7)::before {
  content: "7";
}
#second main#privacypolicy .ppBox dl dd {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 40px;
}
#second main ul {
  max-width: 1024px;
  width: 100%;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  #second main ul {
    flex-direction: column-reverse;
    margin: 30px auto;
  }
}
#second main ul li {
  width: 50%;
  padding: 16px;
  box-sizing: border-box;
  color: #005d9c;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #second main ul li {
    width: 90%;
    margin: 0 auto;
  }
}
#second main ul li h4 {
  font-weight: bold;
  border-bottom: 1px solid #005d9c;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #second main ul li h4 {
    font-size: 1.8rem;
  }
}
#second main ul li p.textArea {
  font-size: 1.4rem;
  text-align: left;
}
#second main div.btnArea a {
  display: block;
  padding: 12px 20px;
  color: #fff;
  font-size: 1.4rem;
  background: #005d9c;
  border-radius: 23px;
  max-width: 195px;
  margin: 20px auto 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #second main div.btnArea a {
    margin: 30px auto;
    max-width: 230px;
    border-radius: 30px;
  }
}
#second main div.btnArea a::after {
  content: "";
  display: inline-block;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  border: #fff solid 1px;
  position: absolute;
  right: 14px;
  top: 13px;
}
@media screen and (max-width: 768px) {
  #second main div.btnArea a::after {
    right: 14px;
    top: 13px;
  }
}
#second main .arrow {
  position: relative;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #second main .arrow {
    display: block;
  }
}
#second main .arrow::before, #second main .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#second main .arrow::before {
  right: 2px;
  width: 8px;
  height: 1px;
  background: #fff;
}
#second main .arrow::after {
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
#second.privacypolicy section.mainVs h2 {
  top: 56%;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #second.privacypolicy section.mainVs h2 {
    top: 61%;
    font-size: 3rem;
  }
}
#second.privacypolicy section.mainVs h2::before {
  content: "PRIVACYPOLICY";
}
#second.news section.mainVs h2 {
  top: 56%;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #second.news section.mainVs h2 {
    top: 61%;
    font-size: 3rem;
  }
}
#second.news section.mainVs h2::before {
  content: "NEWS";
}
#second.service section.mainVs h2 {
  top: 56%;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #second.service section.mainVs h2 {
    top: 61%;
    font-size: 3rem;
  }
}
#second.service section.mainVs h2::before {
  content: "SERVICE";
}
#second.service .reform h3::before {
  content: "REFORM";
}
#second.service .estate h3::before {
  content: "REAL ESTATE";
  width: 100%;
}
#second.service .apartment h3::before {
  content: "APARTMENT REPAIR";
  width: 100%;
}
#second.company section.mainVs h2 {
  top: 56%;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #second.company section.mainVs h2 {
    top: 61%;
    font-size: 3rem;
  }
}
#second.company section.mainVs h2::before {
  content: "COMPANY";
}
#second.contact section.mainVs h2 {
  top: 56%;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #second.contact section.mainVs h2 {
    top: 61%;
    font-size: 3rem;
  }
}
#second.contact section.mainVs h2::before {
  content: "CONTACT";
}

/************************
WP-news-ページネーション設定(home)
************************/
div.pnavi {
  width: 100%;
  padding: 70px 0;
  text-align: center;
}
div.pnavi span,
div.pnavi a {
  display: inline-block;
  padding: 0 7%;
  line-height: 45px;
  margin-right: 1%;
}
div.pnavi a {
  border: 1px solid #231815;
  color: #231815;
}
div.pnavi span.current {
  color: #fff;
  background: #005d9c;
}
div.pnavi a.prev,
div.pnavi a.next {
  border: none;
  background: #efeeef;
}

/************************
WP-news-ページネーション設定(single)
************************/
.prev-btn-next {
  position: relative;
  width: 80%;
  padding: 60px 0;
  margin-top: 60px;
  max-width: 960px;
  margin: 60px auto 0;
}
.prev-btn-next .prev a {
  display: inline-block;
  padding: 16px 0;
  background: #005d9c;
  border-radius: 4px;
  position: absolute;
  left: 20%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  font-size: 1.3rem;
  text-align: center;
  width: 100px;
  color: #fff;
}
.prev-btn-next .prev a::before {
  content: "<";
  display: inline-block;
}
.prev-btn-next .next a {
  display: inline-block;
  padding: 16px 0;
  background: #005d9c;
  border-radius: 4px;
  position: absolute;
  left: 80%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  font-size: 1.3rem;
  text-align: center;
  width: 100px;
  color: #fff;
}
.prev-btn-next .next a::after {
  content: ">";
  display: inline-block;
}/*# sourceMappingURL=style-second.css.map */