@charset "utf-8";
/* ===================================================================
 File Name  : page.css
 Style Info : ページに関するスタイル指定
=================================================================== */

/*----------------------------------------------------
  トップページ index
--------------------------------------------------- */
#mainVisual {
  width: 100%;
  height: 100vh;
  background: url("../img/main/main_img_pc.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.mv_box {
  padding-top: 80px;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.mv_box h2 {
  font-size: 2.6rem;
  line-height: 1.8;
  color: #fff;
  padding-left: 60px;
}
  @media screen and (max-width: 856px) {
    #mainVisual {
      background: url("../img/main/main_img_sp.jpg") center center no-repeat;
      background-size: cover;
    }
    .mv_box {
      padding-top: 0;
      max-width: 100%;
    }
    .mv_box h2 {
      font-size: 4.9vw;
      padding-left: 8vw;
    }
  }

#index_about {
  margin-bottom: 100px;
}
.index_about_wrap {
  position: relative;
  padding: 60px 0;
}
.index_about_wrap::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 510px;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #F7ED00 50.1%) no-repeat top left/100% 100%
}
.index_about_wrap .sub_ttl01 {
  text-align: left;
  margin-bottom: 22px;
}
.index_about_wrap .sub_ttl01 span::before {
  left: 0;
}
.index_about_box p {
  font-size: 1.8rem;
  line-height: 2.4;
}
.index_about_img img {
  width: 100%;
  height: auto;
}
  @media screen and (max-width: 856px) {
    #index_about {
      margin-bottom: 16vw;
    }
    .index_about_wrap {
      padding: 9.34vw 0 16vw;
    }
    .index_about_wrap::after {
      width: 100%;
      height: calc(100% - 25.33vw);
    }
    .index_about_wrap .sub_ttl01 {
      text-align: left;
      margin-bottom: 6.66vw;
    }
    .index_about_wrap .sub_ttl01 span::before {
      left: 0;
    }
    .index_about_box p {
      font-size: 4.2vw;
      line-height: 2.2;
    }
    .index_about_img img {
      width: 100%;
      height: auto;
    }
  }

#index_service {
  background: #F6F6F6;
  padding-bottom: 90px;
}
#index_service .sub_ttl01 {
  position: relative;
  top: -35px;
  margin-bottom: 20px;
}
.index_service_list {
  padding-bottom: 30px;
	display:flex;
	justify-content: center;
}
.index_service_box {
  width: calc(33.33% - 17px);
  margin: 0 25px 25px 0;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.index_service_box:nth-child(3n) {
  margin-right: 0;
}
.index_service_box figure {
  margin-bottom: 40px;
}
.index_service_box h3 {
  position: relative;
  text-align: center;
  padding: 35px 15px;
  font-size: 2.1rem;
}
.index_service_box h3::before {
  position: absolute;
  left: calc(50% - 98px);
  top: 0;
  content: "";
  width: 196px;
  height: 1px;
  background: #231815;
}
  @media screen and (max-width: 856px) {
    #index_service {
      padding-bottom: 16vw;
    }
    #index_service .sub_ttl01 {
      top: -5vw;
      margin-bottom: 5vw;
    }
    .index_service_list {
      padding: 0 5vw 2vw 5vw;
    }
    .index_service_box {
      width: 100%;
      margin: 0 0 10.66vw 0;
    }
    .index_service_box figure {
      margin-bottom: 9.34vw;
    }
    .index_service_box h3 {
      padding: 8vw 4vw;
      font-size: 4.9vw;
    }
    .index_service_box h3::before {
      left: calc(50% - 23vw);
      width: 46vw;
      height: 1px;
    }
  }

.index_company_wrap {
  position: relative;
  padding: 70px 0 40px;
}
.index_company_wrap::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 510px;
  height: 100%;
  background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #F7ED00 50.1%) no-repeat top left/100% 100%
}
.index_company_box .sub_ttl01 {
  margin-bottom: 30px;
}
.index_company_box dt {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.index_company_box dd {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.index_company_map iframe {
  width: 100%;
}
  @media screen and (max-width: 856px) {
    .index_company_wrap {
      padding: 14vw 0 10.66vw;
    }
    .index_company_wrap::after {
      width: 100%;
      height: calc(100% - 25.33vw);
    }
    .index_company_box .sub_ttl01 {
      margin-bottom: 8vw;
    }
    .index_company_box dt {
      font-size: 5.6vw;
      margin-bottom: 3vw;
    }
    .index_company_box dd {
      font-size: 4.2vw;
      margin-bottom: 6vw;
    }
    .index_company_map iframe {
      height: 66vw;
    }
  }

/*----------------------------------------------------
  下層共通
--------------------------------------------------- */
.lower_wrap {
  position: relative;
  padding-bottom: 280px;
}
.lower_wrap::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 510px;
  height: 340px;
  background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #F7ED00 50.1%) no-repeat top left/100% 100%
}
  @media screen and (max-width: 856px) {
.lower_wrap {
  padding-bottom: 38vw;
}
.lower_wrap::after {
  width: 75vw;
  height: 56vw;
  background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #F7ED00 50.1%) no-repeat top left/100% 100%
}
  }

/*----------------------------------------------------
  事業内容 service
--------------------------------------------------- */
.service_box {
  max-width: 1040px;
  margin: 0 auto 60px auto;
  padding: 0 20px;
}
.service_txt {
  width: 45%;
  max-width: 460px;
}
.service_box figure {
  width: 52%;
  max-width: 480px;
}
.service_txt p {
  margin-bottom: 30px;
}
.service_txt p:last-child {
  margin-bottom: 0;
}
.service_txt dl {
  background: #F5F5F5;
  padding: 20px;
}
  @media screen and (max-width: 856px) {
    .service_box {
      max-width: 100%;
      margin: 0 auto 16vw auto;
      padding: 0;
    }
    .service_txt {
      width: 100%;
      max-width: 100%;
      margin-bottom: 9.33vw;
    }
    .service_box figure {
      overflow: hidden;
      width: calc(100% + 12vw);
      max-width: calc(100% + 12vw);
      margin-left: -8.5vw;
      margin-right: -8.5vw;
    }
    .service_txt p {
      margin-bottom: 5.33vw;
    }
    .service_txt dl {
      padding: 5vw;
    }
  }

/*----------------------------------------------------
  会社概要 company
--------------------------------------------------- */
#overview table {
  max-width: 900px;
  margin: 0 auto;
}
#overview th {
  width: 280px;
  background: #231815;
  color: #fff;
  text-align: center;
  font-weight: 500;
  border: solid 1px #BEBEBE;
  padding: 10px;
}
#overview td {
  background: rgba(255,255,255,0.8);
  border: solid 1px #BEBEBE;
  padding: 10px 4.8%;
}
.map_link {
  padding: 3px 0;
}
.map_link a {
  display: inline-block;
  line-height: 30px;
  background: url("../img/company/map.png") 0 center no-repeat;
  background-size: 20px auto;
  padding-left: 30px;
  color: #231815;
}
  @media screen and (max-width: 856px) {
    #overview table,
    #overview tbody,
    #overview tr,
    #overview th,
    #overview td {
      display: block;
      width: 100%!important;
    }
    #overview table {
      max-width: 100%;
      font-size: 4.2vw;
      border-top: solid 1px #BEBEBE;
    }
    #overview th {
      border-top: none;
      border-bottom: none;
      padding: 2.66vw 5vw;
      text-align: left;
    }
    #overview td {
      padding: 4vw 5vw;
    }
    .map_link {
      padding: 2.66vw 0 0 0;
    }
    .map_link a {
      line-height: 7.6vw;
      background-size: 5vw auto;
      padding-left: 7.6vw;
    }
  }

/*2025/07/08 追記*/
.estate_lead_box p {
  font-size: 1.8rem;
}
.estate_city_img img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  object-position: center bottom;
}
  @media screen and (max-width: 856px) {
    #estate_lead .index_about_wrap {
      padding-top: 0;
    }
    .estate_lead_box p {
      font-size: 3.73vw;
    }
    .estate_city_img img {
      max-height: auto;
      height: 40vw;
    }
  }

#estate_case {
  padding-top: 60px;
}
.estate_case_list {
  padding-bottom: 40px;
}
.estate_case_box {
  background: #FAFAF5;
  border-radius: 30px;
  margin-bottom: 40px;
  padding: 40px;
}
.estate_case_box figure {
  max-width: 360px;
  width: 35.5%;
}
.estate_case_box figure img {
  width: 100%;
  height: auto;
}
.estate_case_txt {
  max-width: 600px;
  width: 62.5%;
  font-feature-settings: "palt";
}
.estate_case_txt h2 span {
  display: inline-block;
  background: url("../img/common/ico/ico_shop01.png") 34px center no-repeat #231815;
  background-size: 38px auto;
  color: #fff;
  width: 320px;
  line-height: 60px;
  border-radius: 30px;
  padding-left: 85px;
  font-size: 2rem;
}
.estate_case_txt p {
  padding: 35px 0 0 20px;
}
  @media screen and (max-width: 999px) {
    .estate_case_txt p {
      padding-left: 0;
    }
  }
  @media screen and (max-width: 856px) {
    #estate_case {
      padding-top: 10.66vw;
    }
    .estate_case_list {
      padding-bottom: 6.66vw;
    }
    .estate_case_box {
      background: #FAFAF5;
      border-radius: 3.33vw;
      margin-bottom: 6.66vw;
      padding: 5.33vw;
    }
    .estate_case_box figure {
      max-width: 100%;
      width: 100%;
      margin-bottom: 5.33vw;
    }
    .estate_case_txt {
      max-width: 100%;
      width: 100%;
    }
    .estate_case_txt h2 span {
      display: block;
      background: url("../img/common/ico/ico_shop01.png") 6.66vw center no-repeat #231815;
      background-size: 8vw auto;
      width: 100%;
      line-height: 13.33vw;
      border-radius: 6.66vw;
      padding-left: 18vw;
      font-size: 4.8vw;
    }
    .estate_case_txt p {
      padding: 5.33vw 0 0 0;
    }
  }

#estate_contact {
  text-align: center;
}
#estate_contact p {
  font-size: 2rem;
  margin-bottom: 40px;
}
#estate_contact dl {
  align-items: center;
}
#estate_contact dt {
  position: relative;
  padding-left: 70px;
}
#estate_contact dt::before {
  position: absolute;
  left: 0;
  top: calc(50% - 36px);
  z-index: 5;
  content: "";
  background: url("../img/common/ico/ico_call02.png") 0 center no-repeat;
  background-size: 48px auto;
  width: 48px;
  height: 72px;
}
#estate_contact dt a {
  display: inline-block;
  font-size: 4rem;
  line-height: 1;
  color: #ED851C;
  text-decoration: none;
  border-bottom: solid 2px #ED851C;
  transition: all 0s ease-in-out 0s;
}
#estate_contact dt a:hover {
  border-bottom: none;
}
  @media screen and (max-width: 856px) {
    #estate_contact p {
      font-size: 4vw;
      margin-bottom: 8vw;
    }
    #estate_contact dt {
      display: inline-block;
      padding-left: 13.33vw;
      margin-bottom: 6.66vw
    }
    #estate_contact dt::before {
      top: calc(50% - 7vw);
      background-size: 10vw auto;
      width: 10vw;
      height: 14vw;
    }
    #estate_contact dt a {
      font-size: 9.33vw;
    }
  }
