﻿@media screen and (max-width: 768px) {
  .sub.aboutConstruction .sub__title--en {
    font-size: clamp(14px, 4.375vw, 18px);
  }
}
.sub.aboutConstruction .section__aboutConstruction .section__inner,
.sub.aboutConstruction .section__maintenance .section__inner,
.sub.aboutConstruction .section__strengths .section__inner,
.sub.aboutConstruction .section__flow .section__inner {
  max-width: calc(1080px + min(6.9444444444vw, 100px) * 2);
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .section__aboutConstruction .section__inner,
  .sub.aboutConstruction .section__maintenance .section__inner,
  .sub.aboutConstruction .section__strengths .section__inner,
  .sub.aboutConstruction .section__flow .section__inner {
    max-width: calc(500px + 9.375vw);
  }
}
.sub.aboutConstruction .aboutConstruction__title--jp {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .aboutConstruction__title--jp {
    font-size: 24px;
    font-weight: 600;
  }
}
.sub.aboutConstruction .aboutConstruction__description {
  color: #262724;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .aboutConstruction__description {
    font-size: 16px;
    font-weight: 600;
  }
}
.sub.aboutConstruction .aboutConstruction__anchor {
  margin: 120px auto 0;
  max-width: 1000px;
  gap: min(1.9vw, 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .aboutConstruction__anchor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 28px;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sub.aboutConstruction .aboutConstructionAnchor__link {
  background: #0e7c8f;
  text-align: center;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32%;
  padding: min(2.3vw, 18px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .aboutConstructionAnchor__link {
    font-size: 14px;
    padding: 12px;
    max-width: 300px;
    width: 100%;
    position: relative;
  }
}
.sub.aboutConstruction .aboutConstructionAnchor__link--arrow {
  font-size: min(1.95vw, 20px);
  line-height: 1.5;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .aboutConstructionAnchor__link--arrow {
    font-size: 16px;
    position: static;
  }
}
.sub.aboutConstruction .aboutConstructionAnchor__link--arrow::after {
  content: "";
  position: absolute;
  border: 0;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  position: absolute;
  right: max(-2.44vw, -33px);
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: min(1.17vw, 12px);
  height: min(1.17vw, 12px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .aboutConstructionAnchor__link--arrow::after {
    right: 35px;
    width: 8px;
    height: 8px;
  }
}
@media (any-hover: hover) {
  .sub.aboutConstruction .aboutConstructionAnchor__link:hover {
    background: #d9d9d9;
  }
  .sub.aboutConstruction .aboutConstructionAnchor__link:hover .aboutConstructionAnchor__link--arrow::after {
    -webkit-transform: translateY(-20%) rotate(135deg);
            transform: translateY(-20%) rotate(135deg);
  }
}
.sub.aboutConstruction .sectionTitle__maintenance--jp {
  font-size: 36px;
  font-weight: 600;
  border-left: 4px solid #0e7c8f;
  padding: 6px 0 6px 10px;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .sectionTitle__maintenance--jp {
    line-height: 1.5;
    font-size: 24px;
  }
}
.sub.aboutConstruction .maintenance__box {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .sub.aboutConstruction .maintenance__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.sub.aboutConstruction .maintenance__img {
  width: 41%;
}
@media screen and (max-width: 1024px) {
  .sub.aboutConstruction .maintenance__img {
    width: 100%;
    text-align: center;
  }
}
.sub.aboutConstruction .maintenance__img img {
  max-width: 506px;
}
.sub.aboutConstruction .maintenance__content {
  width: 56%;
}
@media screen and (max-width: 1024px) {
  .sub.aboutConstruction .maintenance__content {
    margin-top: 20px;
    width: 100%;
  }
}
.sub.aboutConstruction .maintenance__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 2.0833333333;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .maintenance__text {
    font-size: 14px;
  }
}
.sub.aboutConstruction .maintenance__text--bold {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .maintenance__text--bold {
    font-size: 14px;
  }
}
.sub.aboutConstruction .strengths__box {
  background: url("../image/img-strengths-bg.jpg") no-repeat center center/cover;
  padding: 80px 0 120px;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .strengths__box {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .sectionTitle__strengths {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sub.aboutConstruction .sectionTitle__strengths--jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.23em;
  width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .sectionTitle__strengths--jp {
    font-size: 24px;
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 2px solid #fff;
  }
}
.sub.aboutConstruction .sectionTitle__strengths--hr {
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
  width: 100%;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .sectionTitle__strengths--hr {
    display: none;
  }
}
.sub.aboutConstruction .strengths__text {
  color: #fff;
  margin-top: 80px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.23em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .strengths__text {
    font-size: 14px;
    margin-top: 20px;
  }
}
.sub.aboutConstruction .strengths-details {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .strengths-details {
    margin-top: 50px;
  }
}
.sub.aboutConstruction .strengths-details__title {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}
.sub.aboutConstruction .strengths-details__title--upper {
  background: #0e7c8f;
  color: #fff;
  font-size: 24px;
  line-height: 2.5;
  letter-spacing: 0.23em;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .strengths-details__title--upper {
    font-size: 20px;
  }
}
.sub.aboutConstruction .strengths-details__title--lower {
  border-radius: 0px 0px 21px 21px;
  font-size: 24px;
  line-height: 2.5;
  letter-spacing: 0.23em;
  font-weight: 700;
  background: #f1efd2;
  display: block;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .strengths-details__title--lower {
    font-size: 20px;
  }
}
.sub.aboutConstruction .strengths-details__block {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 38px;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .strengths-details__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.sub.aboutConstruction .strengths-details__block + .strengths-details__block {
  margin-top: 32px;
}
.sub.aboutConstruction .strengths-details__block:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .strengths-details__block:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sub.aboutConstruction .strengths-detailsBlock__img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .strengths-detailsBlock__img {
    width: 100%;
  }
}
.sub.aboutConstruction .strengths-detailsBlock__img img {
  border-radius: 64px;
  aspect-ratio: 568/364;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .strengths-detailsBlock__img img {
    border-radius: 24px;
  }
}
.sub.aboutConstruction .strengths-detailsBlock__content {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .strengths-detailsBlock__content {
    width: 100%;
  }
}
.sub.aboutConstruction .strengths-detailsBlockContent__title--jp {
  font-weight: 700;
  font-size: 24px;
  line-height: 2.5;
  letter-spacing: 0.23em;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .strengths-detailsBlockContent__title--jp {
    font-size: 20px;
    text-align: center;
  }
}
.sub.aboutConstruction .strengths-detailsBlockContent__text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.23em;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .strengths-detailsBlockContent__text {
    line-height: 2;
    font-size: 14px;
  }
}
.sub.aboutConstruction .strengths-details__box {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .strengths-details__box {
    margin-top: 30px;
  }
}
.sub.aboutConstruction .strengths-detailsBox__title {
  border-radius: 12px 12px 0px 0px;
  background: #0e7c8f;
  padding: 13px;
  text-align: center;
}
.sub.aboutConstruction .strengths-detailsBox__title--jp {
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.7;
  letter-spacing: 0.23em;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .strengths-detailsBox__title--jp {
    font-size: 20px;
  }
}
.sub.aboutConstruction .strengths-detailsBox__content {
  padding: 40px 80px;
  border-radius: 12px 12px 72px 72px;
  background: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .strengths-detailsBox__content {
    padding: 15px 20px;
    border-radius: 12px;
  }
}
.sub.aboutConstruction .strengths-detailsBox__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.23em;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .strengths-detailsBox__text {
    font-size: 14px;
  }
}
.sub.aboutConstruction .strengths-detailsBox__img {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .strengths-detailsBox__img {
    margin-top: 20px;
  }
}
.sub.aboutConstruction .strengths-details__box:nth-of-type(2) .strengths-detailsBox__img img {
  max-width: 586px;
}
.sub.aboutConstruction .strengths-details__box:nth-of-type(3) .strengths-detailsBox__img img {
  max-width: 406px;
}
.sub.aboutConstruction .sectionTitle__flow--jp {
  font-size: 36px;
  font-weight: 600;
  border-left: 4px solid #0e7c8f;
  padding: 6px 0 6px 10px;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .sectionTitle__flow--jp {
    font-size: 24px;
  }
}
.sub.aboutConstruction .flow__list {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
  padding-left: 38px;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flow__list {
    margin-top: 40px;
    padding-left: 0;
    gap: 80px;
  }
}
.sub.aboutConstruction .flowItem__title {
  color: #262724;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.23em;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowItem__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sub.aboutConstruction .flowItem__title--num {
  color: #f6f6f6;
  font-size: 40px;
  font-weight: 400;
  line-height: 0.85;
  position: absolute;
  left: -50px;
  top: -50px;
  background: #c89224;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowItem__title--num {
    position: static;
    font-size: 20px;
    width: 33px;
    height: 33px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: auto;
    left: auto;
    margin-right: 5px;
    padding-left: 0;
    z-index: 1;
  }
}
.sub.aboutConstruction .flowItem__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowItem__content {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.sub.aboutConstruction .flowItem__content + .flowItem__content {
  margin-top: 40px;
}
.sub.aboutConstruction .flowItem__circle {
  background: #d2e9f1;
  width: 244px;
  min-width: 244px;
  height: 244px;
  min-height: 244px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowItem__circle {
    width: 180px;
    min-width: 180px;
    height: 180px;
    min-height: 180px;
  }
}
.sub.aboutConstruction .flowItem__circle-text {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowItem__circle-text {
    font-size: 16px;
  }
}
.sub.aboutConstruction .flowItem__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.23em;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowItem__text {
    font-size: 14px;
  }
}
.sub.aboutConstruction .flowItem__text--blue {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.23em;
  color: #0e7c8f;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowItem__text--blue {
    font-size: 14px;
  }
}
.sub.aboutConstruction .flowItem__bottom {
  border-radius: 21px 21px 0px 0px;
  background: #f1efd2;
  height: 120px;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowItem__bottom {
    height: auto;
    margin-top: 20px;
    border-radius: 20px;
    display: block;
  }
}
.sub.aboutConstruction .flowItemBottom__content {
  padding: 0 30px;
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowItemBottom__content {
    padding: 20px;
    margin-top: 0;
  }
}
.sub.aboutConstruction .flowItemBottom__head {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.52px;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowItemBottom__head {
    font-size: 16px;
  }
}
.sub.aboutConstruction .flowItemBottom__text {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.23em;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowItemBottom__text {
    margin-top: 15px;
    font-size: 14px;
  }
}
.sub.aboutConstruction .flowItemBottom__img {
  position: absolute;
  right: 30px;
  top: -65px;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowItemBottom__img {
    position: initial;
    padding: 0 20px 20px;
  }
}
.sub.aboutConstruction .flowItemBottom__img img {
  border-radius: 10px;
  max-width: min(32.33vw, 388px);
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowItemBottom__img img {
    max-width: 100%;
  }
}
.sub.aboutConstruction .flowItemBottom__secret {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowItemBottom__secret {
    margin-top: 20px;
  }
}
.sub.aboutConstruction .bottom-secret__head {
  border-radius: 21px 21px 0px 0px;
  background: #f1efd2;
  height: 31px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .bottom-secret__head {
    height: auto;
  }
}
.sub.aboutConstruction .bottom-secretHead__text {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.23em;
  top: -24px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .bottom-secretHead__text {
    font-size: 20px;
    top: auto;
    left: auto;
    -webkit-transform: initial;
            transform: initial;
    position: static;
  }
}
.sub.aboutConstruction .bottom-secretHead__text--large {
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.23em;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .bottom-secretHead__text--large {
    display: block;
    font-size: 22px;
  }
}
.sub.aboutConstruction .bottom-secret__text {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.23em;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .bottom-secret__text {
    font-size: 16px;
    margin-top: 18px;
  }
}
.sub.aboutConstruction .bottom-secret__list {
  border-radius: 0px 0px 21px 21px;
  background: #f1efd2;
  height: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(6.66vw, 80px);
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .bottom-secret__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    gap: 15px;
    padding: 10px;
  }
}
.sub.aboutConstruction .bottom-secret__item {
  background: #0e7c8f;
  -webkit-filter: drop-shadow(1px 2px 8px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(1px 2px 8px rgba(0, 0, 0, 0.25));
  width: min(14vw, 136px);
  min-width: min(14vw, 136px);
  height: min(14vw, 136px);
  min-height: min(14vw, 136px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .bottom-secret__item {
    -webkit-filter: none;
            filter: none;
    width: 100%;
    max-width: 200px;
    min-width: initial;
    height: 50px;
    border-radius: 29px;
    min-height: initial;
  }
}
.sub.aboutConstruction .bottom-secretItem__text {
  font-size: min(1.7578125vw, 18px);
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
  letter-spacing: 0.23em;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .bottom-secretItem__text {
    font-size: 16px;
    text-align: left;
  }
}
.sub.aboutConstruction .flow__cta {
  margin-top: 25px;
}
.sub.aboutConstruction .flowCta__img {
  text-align: center;
}
.sub.aboutConstruction .flowCta__img img {
  max-width: 920px;
}
.sub.aboutConstruction .flowCta__text {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.23em;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowCta__text {
    margin-top: 15px;
    font-size: 14px;
    text-align: left;
  }
}
.sub.aboutConstruction .flowCta__emphasis {
  margin-top: 150px;
  color: #0e7c8f;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.53;
  letter-spacing: 0.23em;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowCta__emphasis {
    margin-top: 20px;
    font-size: 16px;
    text-align: left;
  }
}
.sub.aboutConstruction .flowCta__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(4.1666666667vw, 60px);
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowCta__btns {
    margin-top: 20px;
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 400px;
    margin: 20px auto 0;
  }
}
.sub.aboutConstruction .flowCta__phone {
  width: 50%;
  background: #0e7c8f;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(0.5555555556vw, 8px);
  padding: min(1.171875vw, 15px) min(3.125vw, 40px) min(1.171875vw, 15px);
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowCta__phone {
    width: 100%;
    padding-left: 0px;
    padding: 10px 10px 10px 8px;
  }
}
.sub.aboutConstruction .flowCta__phone::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: min(7.03125vw, 90px);
  height: auto;
  aspect-ratio: 90/52;
  background: url("../image/icon-free-dial.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowCta__phone::before {
    width: 47px;
  }
}
.sub.aboutConstruction .flowCta__phone--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sub.aboutConstruction .flowCta__phoneNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(3.125vw, 40px);
  line-height: 1;
  letter-spacing: 0.09em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowCta__phoneNumber {
    font-size: 26px;
  }
}
@media screen and (max-width: 519px) {
  .sub.aboutConstruction .flowCta__phoneNumber {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowCta__phoneNumber::before {
    width: 34px;
  }
}
.sub.aboutConstruction .flowCta__phoneHours {
  margin-top: 8px;
  font-size: min(1.5625vw, 20px);
  line-height: 1;
  letter-spacing: 0.09em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowCta__phoneHours {
    font-size: 12px;
    text-align: center;
  }
}
.sub.aboutConstruction .flowCta__email {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(1.171875vw, 15px) min(3.125vw, 40px);
  gap: min(3.4027777778vw, 49px);
  display: flex;
  align-items: center;
  font-size: clamp(17px, 1.875vw, 24px);
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #c89224;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowCta__email {
    margin-top: 24px;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    text-align: center;
  }
}
.sub.aboutConstruction .flowCta__email::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -5%;
  width: min(4.453125vw, 57px);
  height: auto;
  translate: 0 3px;
  aspect-ratio: 57/43;
  background: url("../image/icon-mail-white.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .flowCta__email::before {
    width: 30px;
    margin-bottom: 4px;
  }
}
@media (any-hover: hover) {
  .sub.aboutConstruction .flowCta__email:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
@media screen and (max-width: 768px) {
  .sub.aboutConstruction .section__partnerBanner .section__inner {
    max-width: calc(400px + 9.375vw);
  }
}
/*# sourceMappingURL=page-about-construction.css.map */