@charset "UTF-8";
.yellow {
  color: #FFD400;
}

html {
  font-size: 10px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

p {
  font-size: clamp(1rem, 2vw, 1.6rem);
}

a {
  transition: all 0.2s ease;
}

img {
  width: 100%;
}

header {
  display: none;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.fv {
  width: 100%;
  max-width: 1920px;
  aspect-ratio: 16/9;
}
.fv.second {
  aspect-ratio: inherit;
}
@media (max-width: 576px) {
  .fv.second {
    aspect-ratio: inherit;
  }
}
@media (max-width: 576px) {
  .fv {
    aspect-ratio: 7/11;
    display: flex;
    align-items: end;
    margin-bottom: 5%;
  }
}
.fv__header {
  width: 22%;
  max-width: 320px;
  margin: 3% 0 0 5%;
}
@media (max-width: 576px) {
  .fv__header {
    width: 150px;
    position: absolute;
    top: 2%;
  }
  .fv__header.second {
    position: inherit !important;
  }
}
.fv__inner {
  width: 100%;
  margin: 0 auto;
  padding: 2.5% 5% 5%;
}
@media (max-width: 576px) {
  .fv__inner {
    background: linear-gradient(180deg, transparent 0%, transparent 45%, #fff 45%);
    padding: 2.5% 5% 15%;
    margin: 0 auto -10%;
  }
}
.fv__inner__header {
  width: 26%;
  margin-bottom: 3%;
}
.fv__inner__main-copy {
  width: 54%;
  margin-bottom: 3%;
}
@media (max-width: 576px) {
  .fv__inner__main-copy {
    width: 100%;
    margin-bottom: 6%;
  }
}
.fv__inner__point {
  width: 46%;
  margin-bottom: 3%;
}
@media (max-width: 576px) {
  .fv__inner__point {
    width: 100%;
    margin-bottom: 6%;
  }
}
.fv__inner__price {
  width: 54%;
  margin-bottom: 3%;
}
@media (max-width: 576px) {
  .fv__inner__price {
    width: 100%;
    margin-bottom: 6%;
  }
}
.fv__inner__cta {
  width: 56%;
  display: flex;
  gap: 16px;
}
@media (max-width: 576px) {
  .fv__inner__cta {
    display: none;
    gap: 8px;
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
}
.fv__bg {
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.fv__bg-man {
  width: 110%;
  aspect-ratio: 15/9;
  position: fixed;
  top: 0;
  right: -10vw;
  background: url(../img/fv_bg_man.png) no-repeat top right/cover;
  z-index: -50;
}
@media (max-width: 576px) {
  .fv__bg-man {
    aspect-ratio: 1;
    filter: brightness(80%);
  }
}
.fv__bg-sky {
  width: 110%;
  aspect-ratio: 15/9;
  position: fixed;
  top: 0;
  background: url(../img/fv_bg_sky.jpg) no-repeat top center/cover;
  z-index: -100;
}
@media (max-width: 576px) {
  .fv__bg-sky {
    aspect-ratio: 1;
    filter: brightness(80%);
  }
}

.gallery {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 100;
}
.gallery__mascotte {
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  top: -10%;
}
.gallery__mascotte__item {
  width: 25%;
  min-width: 200px;
}
.gallery__mascotte__item2 {
  width: 17%;
  min-width: 160px;
  margin: 0 auto;
}
.gallery__mascotte.center {
  top: -33%;
}

/*swiper*/
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

@media (max-width: 768px) {
  .infinite-slider .swiper-slide {
    width: 880px; /* PCでは固定幅に変更 */
  }
}
.area {
  background: #FFF;
  padding: 5% 5% 5%;
  overflow: hidden;
}
@media (max-width: 576px) {
  .area {
    padding: 10% 7.5%;
  }
}
.area__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .area__inner {
    flex-direction: column;
    align-items: center;
  }
}
.area__contents {
  width: 45%;
}
@media (max-width: 768px) {
  .area__contents {
    width: 100%;
  }
}
.area__contents h2 {
  font-size: clamp(2rem, 2.8vw, 3.2rem);
  font-weight: bold;
  margin-bottom: 16px;
  color: #009423;
  border-bottom: #009423 5px solid;
  display: inline-block;
  margin-bottom: 7%;
}
.area__contents h3 {
  margin-bottom: 5%;
}
.area__contents h4 {
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  font-weight: bold;
  margin-bottom: 16px;
}
.area__contents p {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  line-height: 1.8;
}
.area__contents__item {
  margin-bottom: 5%;
}
.area__map {
  width: 55%;
  margin: 0 -5% 0 0;
}
@media (max-width: 576px) {
  .area__map {
    width: 100%;
    margin: 5% -5% 0 0;
  }
}

.maker {
  background: #009423;
  padding: 5% 5%;
  overflow: hidden;
}
@media (max-width: 576px) {
  .maker {
    padding: 10% 5%;
  }
}
.maker h2 {
  font-size: clamp(2rem, 3.2vw, 4.4rem);
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.maker h2 strong {
  display: inline-block;
  font-size: clamp(1.6rem, 2.1vw, 2.8rem);
  background: #004c12;
  padding: 0.6% 2% 0.7%;
  margin: 0 auto 1% auto;
  position: relative;
  aspect-ratio: 16/3;
}
.maker h2 strong::after {
  position: absolute;
  content: "";
  display: block;
  width: 10%;
  height: 100%;
  transform: skew(-0.312rad);
  background: #004c12;
  top: 0;
  left: -4%;
}
.maker h2 strong::before {
  position: absolute;
  content: "";
  display: block;
  width: 10%;
  height: 100%;
  transform: skew(-0.312rad);
  background: #004c12;
  top: 0;
  right: -4%;
}
.maker__inner h2 {
  margin-bottom: 3%;
}
@media (max-width: 576px) {
  .maker__inner h2 {
    margin-bottom: 6%;
  }
}
.maker__inner__logo {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  justify-content: center;
}
.maker__inner__logo__item {
  width: 24%;
  margin-bottom: 1%;
}
@media (max-width: 576px) {
  .maker__inner__logo__item {
    width: 38%;
    margin-bottom: 2%;
  }
}
.maker__mascotte {
  position: relative;
  max-width: 1320px;
  margin: 3% auto 0;
  background-color: #F00;
}
.maker__mascotte__item {
  width: 12%;
  position: absolute;
  bottom: 20px;
  right: -7%;
  z-index: 10;
}
@media (max-width: 576px) {
  .maker__mascotte__item {
    width: 20%;
    right: -5%;
  }
}

.works {
  background: #FFF;
}
.works__head {
  background-color: rgba(0, 0, 0, 0.4);
  aspect-ratio: 16/5;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/works_ttl_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5%;
}
@media (max-width: 576px) {
  .works__head {
    padding-top: 15%;
    padding-bottom: 20%;
    aspect-ratio: 9/4;
  }
}
.works__head h2 {
  color: #fff;
  text-align: center;
  font-size: clamp(1.6rem, 1.9vw, 2.2rem);
}
.works__head h2 .en {
  display: inline-block;
  font-size: clamp(2.2rem, 5.6vw, 8rem);
}
.works__contents {
  max-width: 1440px;
  margin: -10% auto 0;
  padding: 5% 5% 2.5%;
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}
@media (max-width: 768px) {
  .works__contents {
    gap: 2%;
  }
}
.works__contents__item {
  width: 24%;
  margin: 0 0 4% 0;
}
.works__contents__item__img {
  position: relative;
  border: 6px solid #000;
  margin: 0 0 3% 0;
}
.works__contents__item__img .works__summary {
  position: absolute;
  top: 0;
  left: 0;
  background: #ff6000;
  color: #fff;
  padding: 1% 2%;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  z-index: 10;
}
@media (max-width: 768px) {
  .works__contents__item {
    width: 48%;
  }
}
.works__contents__item h3 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: bold;
}
.works__contents__item p {
  font-size: clamp(1rem, 2vw, 1.4rem);
  line-height: 1.4;
  font-style: italic;
  color: #838383;
}
.works__footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 5% 5%;
}
@media (max-width: 576px) {
  .works__footer {
    padding: 0 10% 10%;
  }
}
.works__footer__bnr {
  width: 200px;
  aspect-ratio: 4/1;
}
.works__footer__bnr img {
  width: 100%;
}

.worry {
  background: #60728b;
  padding: 5% 5% 0;
  text-align: center;
  position: relative;
  z-index: 100;
}
@media (max-width: 576px) {
  .worry {
    padding: 10% 5% 0;
  }
}
.worry h2 {
  font-size: clamp(2.4rem, 3.3vw, 5.2rem);
  font-weight: bold;
  color: #fff;
  margin-bottom: 3%;
  line-height: 1.4;
}
.worry h2 .pop {
  background: #223249;
  font-size: clamp(1.6rem, 2.2vw, 2.8rem);
  padding: 1% 3%;
  border-radius: 9999px;
  position: relative;
  display: block;
  max-width: 480px;
  width: 60%;
  margin: 0 auto 40px;
}
@media (max-width: 576px) {
  .worry h2 .pop {
    padding: 3% 0%;
    width: 70%;
    margin: 0 auto 15px;
  }
}
.worry h2 .pop::after {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 25px;
  background: #223249;
  left: 50%;
  bottom: -25px;
}
@media (max-width: 576px) {
  .worry h2 .pop::after {
    height: 25px;
    bottom: -10px;
    width: 3px;
  }
}
.worry__content {
  max-width: 1280px;
  margin: 0 auto;
  background: #FFF;
  border: 8px solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5% 7.5% 5% 9%;
  position: relative;
}
@media (max-width: 576px) {
  .worry__content {
    border: 6px solid #000;
    flex-direction: column;
  }
}
.worry__content::before {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/icon_quat-left.png) no-repeat center/contain;
  top: -25px;
  left: 5%;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  .worry__content::before {
    width: 30px;
    height: 30px;
    top: -20px;
  }
}
.worry__content::after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/icon_quat-right.png) no-repeat center/contain;
  bottom: -25px;
  right: 5%;
  transform: translateX(50%);
}
@media (max-width: 576px) {
  .worry__content::after {
    width: 30px;
    height: 30px;
    bottom: -20px;
  }
}
.worry__content li {
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  padding: 2% 0;
  width: 46%;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 576px) {
  .worry__content li {
    width: 100%;
  }
}
.worry__content li strong {
  background-color: #ffea00;
}
.worry__content li::before {
  content: "";
  background: url(../img/icon_check.png) no-repeat center/contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0.4em;
}
.worry__footer {
  max-width: 1280px;
  position: relative;
  margin: -3% auto 0;
  padding: 0 3%;
}

.reason {
  background-color: #FFF;
  background-image: url(../img/fv_bg_sky.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 5% 5%;
  position: relative;
}
.reason h2 {
  width: 50%;
  max-width: 710px;
  margin: 50px auto 4%;
}
@media (max-width: 576px) {
  .reason h2 {
    width: 90%;
    margin: 30px auto 6%;
  }
}
.reason::before {
  position: absolute;
  content: "";
  display: block;
  max-width: 100px;
  width: 10%;
  aspect-ratio: 1/1;
  top: 0;
  left: 50%;
  transform: translateX(-41%) translateY(-50%) rotate(45deg);
  z-index: 1;
  background: #60728b;
}
.reason__contents {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3%;
}
@media (max-width: 768px) {
  .reason__contents {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.reason__contents__item {
  width: 31%;
  margin-bottom: 3%;
  position: relative;
}
@media (max-width: 768px) {
  .reason__contents__item {
    width: 80%;
    margin-bottom: 12%;
  }
}
.reason__contents__item__img {
  margin: 0 auto 3.6%;
}
.reason__contents__item h3 {
  font-size: clamp(1.6rem, 2.6vw, 3.2em);
  font-weight: bold;
  margin-bottom: 3%;
  color: #009423;
  line-height: 1.3;
}
.reason__contents__item p {
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.8;
}

.profile {
  background: #fff;
  position: relative;
}
.profile__inner {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 120px 0 10%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 576px) {
  .profile__inner {
    flex-direction: column;
    align-items: center;
    padding: 0 0 10%;
  }
}
.profile__inner__text {
  width: 50%;
  padding-top: 40px;
}
@media (max-width: 576px) {
  .profile__inner__text {
    width: 90%;
    padding-top: 0;
  }
}
.profile__inner__text__ttl {
  max-width: 200px;
  margin-bottom: 5%;
  margin-left: -7.5%;
}
@media (max-width: 576px) {
  .profile__inner__text__ttl {
    max-width: 150px;
    margin-bottom: 5%;
    margin-left: -7.5%;
  }
}
.profile__inner__text h2 {
  font-size: clamp(2.2rem, 3.4vw, 4.4rem);
  font-weight: bold;
  margin-bottom: 5%;
  display: inline-block;
  margin-bottom: 7%;
}
.profile__inner__text h2 span {
  background: #FFF;
  margin-bottom: 8px;
  padding: 3px 0 3px 12px;
  display: inline-block;
}
.profile__inner__text__message {
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  line-height: 2;
  margin-bottom: 5%;
  padding-right: 7.5%;
}
@media (max-width: 576px) {
  .profile__inner__text__message {
    padding-right: 0;
  }
}
.profile__inner__text__name {
  max-width: 340px;
  margin-left: auto;
  padding-right: 7.5%;
}
@media (max-width: 576px) {
  .profile__inner__text__name {
    max-width: 240px;
    padding-right: 0;
    margin-bottom: 10%;
  }
}
.profile__inner__photo {
  width: 50%;
  position: relative;
  right: -40px;
}
@media (max-width: 576px) {
  .profile__inner__photo {
    width: 90%;
    right: -20px;
    margin-bottom: 5%;
  }
}
.profile__bg {
  position: absolute;
  width: 70vw;
  height: 840px;
  margin-top: 220px;
  top: 0;
  left: 0;
  background: url(../img/profile_bg.gif);
  z-index: 0;
}
@media (max-width: 576px) {
  .profile__bg {
    width: 100vw;
    margin-top: 40px;
    background-position: center top;
  }
}

.price {
  padding: 7.5% 0;
  background: #f9f9f9;
}
@media (max-width: 576px) {
  .price__head {
    padding: 7.5% 0;
  }
}
.price__head h2 {
  color: #000000;
  text-align: center;
  margin: 0 0 5% 0;
  font-size: clamp(1.6rem, 1.9vw, 2.2rem);
}
.price__head h2 .en {
  display: inline-block;
  font-size: clamp(4rem, 5.6vw, 8rem);
  color: #009423;
}
.price__tab {
  display: flex;
  justify-content: center;
  max-width: 980px;
  margin: 0 auto;
  gap: 8px;
}
@media (max-width: 576px) {
  .price__tab {
    gap: 4px;
  }
}
.price__tab__btn {
  width: 50%;
  text-align: center;
  color: #FFF;
  font-size: clamp(1.7rem, 1.9vw, 2.2rem);
  background: #373535;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px 8px 0 0;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  border-right: 4px solid #000;
  top: 0;
}
@media (max-width: 576px) {
  .price__tab__btn {
    height: 70px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
  }
}
.price__tab__btn:hover {
  background: #009423;
}
.price__tab__btn.active {
  background: #009423;
  font-weight: bold;
}
.price__item {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  border: 5px solid #000;
  padding: 5% 0 1.8%;
  transition: all 0.3s ease;
  background: #FFF;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .price__item {
    border: 3px solid #000;
    padding: 10% 5% 10%;
  }
}
.price h3 {
  font-size: clamp(2rem, 2.5vw, 4.2rem);
  font-weight: bold;
  margin-bottom: 3%;
}
.price p {
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  line-height: 1.8;
}
.price .content {
  display: none;
}
.price .content.show {
  display: block;
}
.price__table {
  width: 100%;
  max-width: 1000px;
  margin: 5% auto 7.5%;
  border-collapse: collapse;
  border-bottom: 4px solid #000;
  background: #FFF;
}
@media (max-width: 576px) {
  .price__table {
    margin: 5% auto 10.5%;
  }
}
.price__table caption {
  text-align: right;
  font-size: clamp(1.4rem, 1.7vw, 1.8rem);
}
.price__table tr:first-child {
  border-top: 4px solid #000;
}
.price__table tr {
  border-left: 4px solid #000;
  border-right: 4px solid #000;
}
.price__table th, .price__table td {
  border: 1px solid #000;
  padding: 1.5% 2%;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  text-align: left;
}
.price__table th span, .price__table td span {
  font-size: 90%;
}
.price__table th {
  background-color: #ffe995;
  width: 50%;
}
.price__table td {
  text-align: right;
  color: #ff4200;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
}
.price__table td span {
  color: #000;
}

.flow {
  padding: 7.5% 0;
  background: #009423;
}
@media (max-width: 576px) {
  .flow__head {
    padding: 7.5% 0;
  }
}
.flow__head h2 {
  color: #000000;
  text-align: center;
  margin: 0 0 5% 0;
  font-size: clamp(1.6rem, 1.9vw, 2.2rem);
  color: #FFF;
}
.flow__head h2 .en {
  display: inline-block;
  font-size: clamp(4rem, 5.6vw, 8rem);
  color: #FFF;
}
.flow__contents {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.flow__contents h3 {
  font-size: clamp(2.4rem, 3.2vw, 4rem);
  font-weight: bold;
  margin-bottom: 3%;
  color: #FFF;
  position: relative;
  display: inline-block;
  padding: 0 7%;
}
@media (max-width: 576px) {
  .flow__contents h3 {
    margin-bottom: 7%;
  }
}
.flow__contents h3::before {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #FFF;
  bottom: 48%;
  left: 0;
}
@media (max-width: 576px) {
  .flow__contents h3::before {
    display: none;
  }
}
.flow__contents h3::after {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #FFF;
  bottom: 48%;
  right: 0;
}
@media (max-width: 576px) {
  .flow__contents h3::after {
    display: none;
  }
}
.flow__step {
  margin: 0 auto 10%;
}
.flow__step__contact {
  margin: 0 auto;
  width: 96%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 4%;
}
@media (max-width: 576px) {
  .flow__step__contact {
    flex-direction: column;
    align-items: center;
  }
}
.flow__step__contact li {
  background: #FFF;
  border-radius: 8px;
  width: 25%;
  max-width: 270px;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding: 2.5% 0;
}
@media (max-width: 576px) {
  .flow__step__contact li {
    width: 80%;
    max-width: none;
    display: flex;
    align-items: center;
    padding-left: 12.5%;
    margin-bottom: 7.5%;
  }
}
.flow__step__contact li::after {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  right: -11%;
  bottom: 44%;
  border-right: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
  z-index: 10;
  transform: rotate(-45deg);
}
@media (max-width: 576px) {
  .flow__step__contact li::after {
    left: 50%;
    bottom: -15%;
    width: 12px;
    height: 12px;
    transform: translateX(-50%) rotate(45deg);
  }
}
.flow__step__contact li:last-child::after {
  display: none;
}
.flow__step__contact li::before {
  position: absolute;
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: url(../img/flow_num_bg.png);
  background-size: cover;
  border-radius: 8px 0 0 0;
}
@media (max-width: 576px) {
  .flow__step__contact li::before {
    width: 60px;
    height: 60px;
  }
}
.flow__step__contact li img {
  max-width: 140px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .flow__step__contact li img {
    max-width: 80px;
    margin: 0 3% 0 5%;
  }
}
.flow__step__contact__number {
  position: absolute;
  top: 2%;
  left: 9%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, 2vw, 3.6rem);
  z-index: 100;
}
@media (max-width: 576px) {
  .flow__step__contact__number {
    top: 5%;
    left: 6%;
  }
}
.flow__step__construction {
  max-width: 1200px;
  margin: 0 auto 10%;
  background: #FFF;
  width: 100%;
}
.flow__step__construction__item {
  text-align: left;
  display: flex;
}
@media (max-width: 576px) {
  .flow__step__construction__item:first-child .flow__step__construction__box {
    padding-top: 5%;
  }
}
.flow__step__construction__item:last-child .flow__step__construction__number::after {
  display: none;
}
.flow__step__construction__item:last-child .flow__step__construction__box {
  border-bottom: none;
}
.flow__step__construction__number {
  background: #006c1a;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.flow__step__construction__number::after {
  position: absolute;
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  bottom: 10px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  z-index: 10;
  transform: rotate(45deg);
}
.flow__step__construction__number img {
  width: 20px;
}
.flow__step__construction__box {
  display: flex;
  align-items: center;
  margin: 3% 3% 1% 3%;
  padding: 0 0 4% 0;
  gap: 3%;
  border-bottom: 3px dotted #cccccc;
  width: 90%;
}
@media (max-width: 576px) {
  .flow__step__construction__box {
    flex-direction: column;
    align-items: flex-start;
    margin: 4% 10%;
    padding: 0 0 10% 0;
  }
}
.flow__step__construction__text {
  margin-left: 2%;
  width: 100%;
}
.flow__step__construction__text h4 {
  font-size: clamp(2rem, 2.5vw, 3.2rem);
  font-weight: bold;
  margin-bottom: 3%;
  color: #009423;
}
.flow__step__construction__text p {
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  line-height: 1.8;
}
@media (max-width: 576px) {
  .flow__step__construction__text p {
    margin-bottom: 6%;
  }
}
.flow__step__construction__img {
  max-width: 330px;
}
.flow .bnr__guarantee {
  background: #FFF;
  border: 10px solid #a0c9a9;
  max-width: 996px;
  width: 90%;
  min-height: 120px;
  margin: 0 auto;
  padding: 2% 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6%;
}
@media (max-width: 576px) {
  .flow .bnr__guarantee {
    flex-direction: column;
    text-align: center;
    gap: 3%;
    padding: 5% 3%;
    min-height: auto;
    border: 6px solid #a0c9a9;
  }
}
.flow .bnr__guarantee__img {
  width: 30%;
  max-width: 164px;
}
@media (max-width: 576px) {
  .flow .bnr__guarantee__img {
    margin-bottom: 5%;
  }
}
.flow .bnr__guarantee__text {
  width: 80%;
}
.flow .bnr__guarantee__text h3 {
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: bold;
  margin-bottom: 3%;
  color: #000;
  line-height: 1.3;
}
.flow .bnr__guarantee__text h3 strong {
  color: #ff4200;
}
.flow .bnr__guarantee__text p {
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.8;
}

.faq {
  padding: 7.5% 0;
  background: #f9f9f9;
}
@media (max-width: 576px) {
  .faq__head {
    padding: 7.5% 0;
  }
}
.faq__head h2 {
  color: #009423;
  text-align: center;
  margin: 0 0 5% 0;
  font-size: clamp(1.6rem, 1.9vw, 2.2rem);
}
.faq__head h2 .en {
  display: inline-block;
  font-size: clamp(4rem, 5.6vw, 8rem);
  color: #000000;
}
.faq__list {
  border: 6px solid #000;
  max-width: 996px;
  width: 90%;
  margin: 0 auto;
}
.faq__list__item {
  border-bottom: 6px solid #000;
}
@media (max-width: 576px) {
  .faq__list__item {
    border-bottom: 4px solid #000;
  }
}
.faq__list__item:last-child {
  border-bottom: none;
}
.faq__list__item h3 {
  background: #009423;
  color: #FFF;
  padding: 24px 32px 24px 74px;
  font-size: clamp(1.6rem, 1.9vw, 2.2rem);
  position: relative;
  border-bottom: 6px solid #000;
  /*&::after{
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    right: 32px;
    top:36px;
    border-left: 4px solid #FFF;
    border-bottom: 4px solid #FFF;
    transform: rotate(135deg);
    transition: all 0.3s ease;

    @include respond-to(sm) {
      top: 28px;
      right: 24px;
      width: 8px;
      height: 8px;
      border-left: 3px solid #FFF;
      border-bottom: 3px solid #FFF;
    }

  }*/
}
@media (max-width: 576px) {
  .faq__list__item h3 {
    padding: 16px 48px 16px 48px;
    border-bottom: 4px solid #000;
  }
}
.faq__list__item h3::before {
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  left: 32px;
  background-image: url(../img/faq_icon_q.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: bold;
  margin-right: 8px;
}
@media (max-width: 576px) {
  .faq__list__item h3::before {
    width: 24px;
    height: 24px;
    top: 16px;
    left: 16px;
  }
}
.faq__list__item p {
  padding: 24px 32px;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 1.8;
}

.company {
  background: #fff;
  padding: 5% 5%;
}
@media (max-width: 576px) {
  .company__head {
    padding: 7.5% 0;
  }
}
.company__head h2 {
  color: #009423;
  text-align: center;
  margin: 0 0 5% 0;
  font-size: clamp(1.6rem, 1.9vw, 2.2rem);
}
.company__head h2 .en {
  display: inline-block;
  font-size: clamp(4rem, 5.6vw, 8rem);
  color: #000000;
}
.company__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.company__inner__item {
  width: 31%;
}
.company__inner__item h3 {
  font-size: clamp(2rem, 2.5vw, 3.2rem);
  font-weight: bold;
  margin-bottom: 3%;
  color: #009423;
}
.company__inner__item p {
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.8;
}
.company__table {
  width: 100%;
  max-width: 1000px;
  margin: 5% auto;
  border-collapse: collapse;
  border-bottom: 4px solid #000;
  background: #FFF;
}
.company__table caption {
  text-align: right;
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  font-weight: bold;
}
.company__table tr:first-child {
  border-top: 4px solid #000;
}
.company__table tr {
  border-left: 4px solid #000;
  border-right: 4px solid #000;
}
.company__table th, .company__table td {
  border: 1px solid #000;
  padding: 1.5% 2%;
  font-size: clamp(1.3rem, 1.6vw, 1.8rem);
  text-align: left;
}
.company__table th span, .company__table td span {
  font-size: 90%;
}
.company__table th {
  background-color: #ffe995;
  width: 30%;
}
.company__table td {
  text-align: left;
  font-size: clamp(1.3rem, 1.6vw, 1.8rem);
}
.company__table td li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.4;
  margin-bottom: 8px;
}
.company__table td li::before {
  content: "・";
  margin-right: 0.2em;
}
.company__table td dl {
  margin-bottom: 16px;
}
.company__table td dt {
  font-weight: bold;
  margin-bottom: 8px;
}

.schedule {
  background: #d3f1da;
  padding: 10% 5% 7.5%;
}
@media (max-width: 576px) {
  .schedule {
    padding: 15% 5% 15%;
  }
}
.schedule__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 7.5% 5% 7.5%;
  background: #FFF;
  border-radius: 16px;
  text-align: center;
  position: relative;
}
@media (max-width: 576px) {
  .schedule__inner {
    padding: 10% 7.5% 10%;
  }
}
.schedule__inner h2 {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(1.8rem, 3.4vw, 4.4rem);
  font-weight: bold;
  display: inline-block;
  color: #FFF;
  background: #009423;
  padding: 8px 48px;
  text-align: center;
  margin: 0 auto 7.5%;
}
@media (max-width: 576px) {
  .schedule__inner h2 {
    width: 80%;
    padding: 8px 8px;
  }
}
.schedule__inner h2::after {
  position: absolute;
  content: "";
  transform: rotate(225deg);
  width: 0;
  height: 0;
  right: -20px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #004811;
}
@media (max-width: 576px) {
  .schedule__inner h2::after {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #004811;
    right: -16px;
  }
}
.schedule__inner__img {
  max-width: 1000px;
  margin: 0 auto;
}

.contact {
  background: url(../img/contact_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 3% 0;
}
@media (max-width: 576px) {
  .contact {
    padding: 10% 0;
  }
}
.contact__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5% 5%;
  position: relative;
}
.contact__inner .contact__ttl-en {
  position: absolute;
  width: 27%;
  max-width: 210px;
  top: 10%;
  left: 23%;
}
@media (max-width: 576px) {
  .contact__inner .contact__ttl-en {
    position: static;
    width: 60%;
    max-width: 180px;
    margin: 0 auto 7%;
  }
}
.contact__inner h2 {
  font-size: clamp(1.8rem, 2.1vw, 2.4rem);
  font-weight: bold;
  margin: 3% 0 5%;
  color: #FFF;
  text-align: center;
}
@media (max-width: 576px) {
  .contact__inner h2 {
    margin: 0 0 10%;
    line-height: 1.8;
  }
}
.contact__inner h2 span {
  font-size: clamp(2.4rem, 3.4vw, 4.4rem);
  display: block;
}
.contact__inner__cta {
  display: flex;
  gap: 3%;
}
@media (max-width: 576px) {
  .contact__inner__cta {
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .contact__inner__cta-mail {
    margin-bottom: 5%;
  }
}

footer {
  background: #FFF;
  height: 30vh;
}
@media (max-width: 576px) {
  footer {
    height: 29vh;
  }
}

.floating {
  position: fixed;
  z-index: 1000;
  justify-content: space-between;
  top: 50%;
  right: 0;
}
@media (max-width: 576px) {
  .floating {
    width: 100%;
    top: inherit;
    bottom: 0;
    display: flex;
  }
}
.floating__item {
  padding: 16px 16px 16px 20px;
  height: 240px;
  display: block;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  transform: translateY(-100%);
  border-top: #000 3px solid;
  border-left: #000 3px solid;
  border-bottom: #000 3px solid;
}
@media (max-width: 576px) {
  .floating__item {
    width: 50%;
    height: 10vh;
    writing-mode: inherit;
    border-left: 0;
    border-bottom: 0;
    transform: translateY(0);
  }
}
.floating .mail {
  background-color: #ff8a00;
  transition: all 0.3s ease;
}
.floating .mail:hover {
  background-color: #ff6131;
}
@media (max-width: 576px) {
  .floating .mail {
    border-right: #000 3px solid;
  }
}
.floating .mail::before {
  content: "";
  background: url(../img/icon_mail.png) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: 1.4em;
  height: 1.4em;
  margin-top: -8px;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .floating .mail::before {
    width: 1.75em;
    height: 1.75em;
    margin-bottom: -0.5em;
    margin-left: -0.5em;
    margin-right: 0.5em;
  }
}
.floating .line {
  background-color: #009423;
  margin: -4px auto 0;
}
.floating .line:hover {
  background-color: #00751b;
}
@media (max-width: 576px) {
  .floating .line {
    margin-top: 0;
  }
}
.floating .line::before {
  content: "";
  background: url(../img/icon_line.png) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  margin-top: -8px;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .floating .line::before {
    width: 1.75em;
    height: 1.75em;
    margin-left: -0.5em;
    margin-right: 0.5em;
    margin-bottom: -0.5em;
  }
}

.form {
  padding: 1.5% 4% 12%;
  margin-top: 3%;
  background: #009423;
}
@media (max-width: 576px) {
  .form {
    padding: 2.5% 4% 12%;
  }
}
@media (max-width: 576px) {
  .form__head {
    padding: 7.5% 0;
  }
}
.form__head h2 {
  color: #000000;
  text-align: center;
  margin: 0 0 5% 0;
  font-size: clamp(1.6rem, 1.9vw, 2.2rem);
  color: #FFF;
}
.form__head h2 .en {
  display: inline-block;
  font-size: clamp(4rem, 5.6vw, 8rem);
  color: #FFF;
}
.form__inner {
  max-width: 980px;
  margin: 0 auto;
  background: #FFF;
  padding: 4% 7.5% 5%;
  border-radius: 8px;
}
@media (max-width: 576px) {
  .form__inner {
    padding: 8% 8% 10%;
  }
}
.form__inner__ttl {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  line-height: 1.8;
  margin-bottom: 5%;
  text-align: center;
}
.form__inner__lead {
  font-size: clamp(1.4rem, 1.7vw, 1.8rem);
  line-height: 1.8;
  margin-bottom: 7.5%;
  text-align: center;
}
.form__inner__item {
  margin-bottom: 5%;
}
.form__inner__item:last-child {
  margin-bottom: 0;
}
.form__inner__item label {
  display: block;
  font-size: clamp(1.4rem, 1.7vw, 1.8rem);
  margin-bottom: 1.5%;
  border: 1px solid #ccc;
  padding: 2.5%;
  border-radius: 6px;
  cursor: pointer;
  background-color: #f7f7f7;
  width: 100%;
  max-width: 300px;
}
.form__inner__item label:hover {
  background-color: #fff;
}
.form__inner__item input[type=text],
.form__inner__item input[type=email],
.form__inner__item input[type=tel],
.form__inner__item select,
.form__inner__item textarea {
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: 1.5%;
  font-size: clamp(1.4rem, 1.7vw, 1.8rem);
}
@media (max-width: 576px) {
  .form__inner__item input[type=text],
  .form__inner__item input[type=email],
  .form__inner__item input[type=tel],
  .form__inner__item select,
  .form__inner__item textarea {
    padding: 3% !important;
  }
}
.form__inner__item input[type=date] {
  width: 100%;
  max-width: 300px;
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: 1.5%;
  font-size: clamp(1.4rem, 1.7vw, 1.8rem);
}
@media (max-width: 576px) {
  .form__inner__item input[type=date] {
    padding: 3% !important;
  }
}
.form__inner__item input[type=radio] {
  margin-right: 8px;
  transform: scale(1.5);
  vertical-align: middle;
}
@media (max-width: 576px) {
  .form__inner__item input[type=radio] {
    transform: scale(1.2);
  }
}
.form__inner__item input[type=radio]:checked {
  accent-color: #009423;
}
.form__inner__item textarea {
  min-height: 150px;
  resize: vertical;
}
.form__inner__item .w100 {
  width: 10%;
  max-width: 100px;
}
.form__inner__item .w300 {
  max-width: 300px;
}
.form__inner__item .w500 {
  max-width: 500px;
}
.form__inner__item dt p {
  font-size: clamp(1.6rem, 1.9vw, 2rem);
  font-weight: bold;
  margin-bottom: 1.5%;
}
.form__inner__item dt p span {
  color: red;
  font-size: clamp(1.4rem, 1.7vw, 1.8rem) !important;
}
.form__inner__item dt p b {
  font-size: clamp(1.2rem, 1.3vw, 1.4rem) !important;
  font-weight: normal !important;
}
.form__inner__item dd {
  font-weight: normal !important;
}
.form__inner__item dd p {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
.form__inner__item__flex {
  display: flex;
  gap: 1.6%;
}
@media (max-width: 576px) {
  .form__inner__item__flex {
    flex-direction: column;
  }
}

.path {
  max-width: 980px;
  margin: 0 auto 2.5%;
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  color: #FFF;
}
.path a {
  color: #FFF;
}
.path a:hover {
  text-decoration: underline;
  color: #c7e0cd;
}
.path .arr {
  margin: 0 8px;
}

.wpcf7-list-item {
  display: block !important;
  margin: 0 0 0 0 !important;
}

.wpcf7-submit {
  background: #009423 !important;
  color: #FFF !important;
  font-size: clamp(1.6rem, 1.9vw, 2.2rem) !important;
  padding: 3% 5% !important;
  border: none !important;
  border-radius: 9999px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin: 5% auto 0 !important;
}
.wpcf7-submit:hover {
  background: #00751b !important;
}

.wpcf7 form.sent .wpcf7-response-output { /* 送信ボタン下完了時 */
  border-color: #00751b;
  font-size: clamp(1.4rem, 1.7vw, 1.8rem);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { /* 送信ボタン下未入力警告 */
  border-color: #ff0000;
  font-size: clamp(1.4rem, 1.7vw, 1.8rem);
}

.wpcf7-not-valid-tip { /* 必須未入力項目下の文章 */
  color: #ff0000;
  font-size: clamp(1.4rem, 1.7vw, 1.8rem);
}/*# sourceMappingURL=style.css.map */