@charset "UTF-8";
/** @format */
/** @format */
section.child-mv {
  background-image: url("../images/page/bg_child_mv.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 319px;
  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;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  section.child-mv {
    height: 200px;
  }
}
section.child-mv .child-mv__title {
  font-weight: 900;
  font-size: 50px;
  line-height: 68px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.child-mv .child-mv__title {
    font-size: 26px;
    line-height: 1.5;
  }
}
section.child-mv .child-mv__title span {
  display: block;
  line-height: 1;
  font-size: 0;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  section.child-mv .child-mv__title-sub img {
    height: 14px;
  }
}

section.child-rental {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  section.child-rental {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.about__description {
  text-align: center;
}

.child-rental .description {
  margin-top: 80px;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .child-rental .description {
    font-size: 18px;
    line-height: 25px;
  }
}
.child-rental .description + .description {
  margin-top: 30px;
}

section.service-list {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  section.service-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.service-list .service-list__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 150px;
}
@media screen and (max-width: 767px) {
  section.service-list .service-list__cards {
    gap: 100px;
  }
}
section.service-list .service-list__cards.service-list__cards__nogap {
  gap: 0;
}
section.service-list .service-list__cards .service-list__card .service-list__content {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  section.service-list .service-list__cards .service-list__card .service-list__content {
    margin-top: 40px;
  }
}
section.service-list .service-list__cards .service-list__card .service-list__content .service-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  section.service-list .service-list__cards .service-list__card .service-list__content .service-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
section.service-list .service-list__cards .service-list__card .service-list__content .service-list__image {
  position: relative;
  margin-left: calc(-50vw + 50%);
  height: 522px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  section.service-list .service-list__cards .service-list__card .service-list__content .service-list__image {
    height: auto;
    width: 100%;
    margin-left: 0;
    aspect-ratio: 960/522;
  }
}
section.service-list .service-list__cards .service-list__card .service-list__content .service-list__image p.caption {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  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;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.service-list .service-list__cards .service-list__card .service-list__content .service-list__image p.caption {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
  }
}
section.service-list .service-list__cards .service-list__card .service-list__content .service-list__text {
  width: 100%;
  position: relative;
}
section.service-list .service-list__cards .service-list__card .service-list__content .service-list__text .service-list__text-inner {
  max-width: 624px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.service-list .service-list__cards .service-list__card .service-list__content .service-list__text .service-list__text-inner {
    max-width: 100%;
  }
}
section.service-list .service-list__cards .service-list__card .service-list__content .service-list__text p.service-list__description {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  section.service-list .service-list__cards .service-list__card .service-list__content .service-list__text p.service-list__description {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    font-size: 14px;
    line-height: 20px;
  }
}
section.service-list .service-list__cards .service-list__card .service-list__content .service-list__text .about__cta__right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  section.service-list .service-list__cards .service-list__card .service-list__content .service-list__text .about__cta__right {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
  }
}
section.service-list .service-list__cards .service-list__card:nth-child(even) .service-list__content .service-list__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  section.service-list .service-list__cards .service-list__card:nth-child(even) .service-list__content .service-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.service-list .service-list__cards .service-list__card:nth-child(even) .service-list__content .service-list__item .service-list__image {
  margin-right: calc(-50vw + 50%);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  section.service-list .service-list__cards .service-list__card:nth-child(even) .service-list__content .service-list__item .service-list__image {
    margin-right: auto;
    margin-left: 0;
  }
}

section.private-show-about {
  padding-top: 100px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  section.private-show-about {
    padding-top: 50px;
  }
}

.private-show-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .private-show-cards {
    gap: 50px;
  }
}
.private-show-cards .private-show-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .private-show-cards .private-show-card {
    gap: 20px;
  }
}
.private-show-cards .private-show-card .private-show-card__header {
  position: relative;
}
.private-show-cards .private-show-card .private-show-card__header .private-show-card__number {
  position: absolute;
  top: -9px;
  left: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}
.private-show-cards .private-show-card .private-show-card__header h2.private-show-card__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 67px;
  text-align: left;
  color: #fc5b65;
}
@media screen and (max-width: 767px) {
  .private-show-cards .private-show-card .private-show-card__header h2.private-show-card__title {
    font-size: 24px;
    line-height: 40px;
  }
}
.private-show-cards .private-show-card .private-show-card__content {
  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;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .private-show-cards .private-show-card .private-show-card__content {
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.private-show-cards .private-show-card .private-show-card__content .private-show-card__image {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .private-show-cards .private-show-card .private-show-card__content .private-show-card__image {
    width: 100%;
  }
}
.private-show-cards .private-show-card .private-show-card__content .private-show-card__text {
  width: 100%;
  padding-left: 80px;
}
.private-show-cards .private-show-card .private-show-card__content .private-show-card__text .private-show-card__description strong {
  color: #fc5b65;
}
@media screen and (max-width: 767px) {
  .private-show-cards .private-show-card .private-show-card__content .private-show-card__text {
    padding-left: 0;
  }
}
.private-show-cards .private-show-card:nth-child(even) .private-show-card__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .private-show-cards .private-show-card:nth-child(even) .private-show-card__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.private-show-cards .private-show-card:nth-child(even) .private-show-card__text {
  padding-left: 0;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .private-show-cards .private-show-card:nth-child(even) .private-show-card__text {
    padding-right: 0;
  }
}

.child-product__content__list__header {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .child-product__content__list__header {
    margin-top: 100px;
  }
}

.service-list__header {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-list__header {
    gap: 20px;
  }
}
.service-list__header.service-list__header__nogap {
  gap: 0;
}
.service-list__header::before {
  content: "";
  position: absolute;
  background-image: url("../images/page/sakura.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 92px;
  height: 88px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .service-list__header::before {
    width: 46px;
    height: 44px;
  }
}
.service-list__header .service-list__number img {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .service-list__header .service-list__number img {
    height: 29px;
  }
}

.child-product {
  margin-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .child-product {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.child-product .child-product__content .child-product__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .child-product .child-product__content .child-product__title {
    font-size: 16px;
    line-height: 40px;
    text-align: left;
  }
}
.child-product .child-product__content .child-product__title span {
  color: #fc5b65;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .child-product .child-product__content .child-product__title span {
    font-size: 24px;
    line-height: 40px;
  }
}
.child-product .child-product__content .service-list__header .service-list__title {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.6;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .child-product .child-product__content .service-list__header .service-list__title {
    font-size: 24px;
    line-height: 40px;
  }
}
.child-product .child-product__content__list {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .child-product .child-product__content__list {
    gap: 20px;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.child-product .child-product__content__list .child-product__content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: calc(33.333% - 80px);
}
.child-product .child-product__content__list .child-product__content__item .child-product__content__item__image .point-image {
  position: relative;
  top: 5px;
}
.child-product .child-product__content__list .point-text .point-text__title {
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .child-product .child-product__content__list .point-text .point-text__title {
    font-size: 16px;
    text-align: left;
  }
}
.child-product .child-product__content__list .point-text .point-text__description {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .child-product .child-product__content__list .point-text .point-text__description {
    font-size: 14px;
    text-align: left;
  }
}

section.child-led-product .child-led-product__content {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  section.child-led-product .child-led-product__content {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
section.child-led-product .child-led-product__content .child-led-product__content__text__title {
  background-color: #333;
  line-height: 1.4;
  padding: 20px 0;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
section.child-led-product .child-led-product__content .child-led-product__content__text__title span.sub {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  section.child-led-product .child-led-product__content .child-led-product__content__text__title span.sub {
    font-size: 16px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.child-led-product .child-led-product__content .child-led-product__content__text__title {
    font-size: 24px;
    line-height: 40px;
  }
}
section.child-led-product .child-led-product__content__special-features {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  section.child-led-product .child-led-product__content__special-features {
    margin-top: 50px;
  }
}
section.child-led-product .child-led-product__content__special-features .service-list__header .service-list__title {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.6;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  section.child-led-product .child-led-product__content__special-features .service-list__header .service-list__title {
    font-size: 24px;
    line-height: 40px;
  }
}
section.child-led-product .child-led-product__content__text__list {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  section.child-led-product .child-led-product__content__text__list {
    gap: 20px;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.child-led-product .child-led-product__content__text__list .child-led-product__content__text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  section.child-led-product .child-led-product__content__text__list .child-led-product__content__text__item {
    gap: 20px;
  }
}
section.child-led-product .child-led-product__content__text__list .child-led-product__content__text__item .child-led-product__content__text__item__title {
  font-weight: 900;
  font-size: 29px;
  line-height: 40px;
  text-align: center;
  color: #fc5b65;
}
@media screen and (max-width: 767px) {
  section.child-led-product .child-led-product__content__text__list .child-led-product__content__text__item .child-led-product__content__text__item__title {
    font-size: 24px;
    line-height: 1.6;
  }
}
section.child-led-product .child-led-product__content__text__list .child-led-product__content__text__item .child-led-product__content__text__item__description {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
@media screen and (max-width: 767px) {
  section.child-led-product .child-led-product__content__text__list .child-led-product__content__text__item .child-led-product__content__text__item__description {
    font-size: 14px;
    line-height: 1.6;
  }
}
section.child-led-product .child-led-product__content__price {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  section.child-led-product .child-led-product__content__price {
    margin-top: 50px;
  }
}
section.child-led-product .child-led-product__content__price .service-list__title {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.child-led-product .child-led-product__content__price .service-list__title {
    font-size: 24px;
    line-height: 40px;
  }
}
section.child-led-product .child-led-product__content__price__content {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  section.child-led-product .child-led-product__content__price__content {
    margin-top: 50px;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.child-led-product .child-led-product__content__price__content .child-led-product__content__price__content__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  section.child-led-product .child-led-product__content__price__content .child-led-product__content__price__content__image {
    width: 100%;
  }
}
section.child-led-product .child-led-product__content__price__content .child-led-product__content__price__content__text {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.child-led-product .child-led-product__content__price__content .child-led-product__content__price__content__text {
    width: 100%;
  }
}
section.child-led-product .child-led-product__content__price__content.child-led-product__content__price__content_fix {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
section.child-led-product .child-led-product__content__price__content.child-led-product__content__price__content_fix .child-led-product__content__price__content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.child-led-product .child-led-product__content__price__content.child-led-product__content__price__content_fix .child-led-product__content__price__content__text .table_style_01 {
  height: 100%;
}
section.child-led-product .child-led-product__content__price__content.child-led-product__content__price__content_fix .child-led-product__content__price__content__text .table_style_01 tr:last-child {
  border-bottom: none;
}
section.child-led-product .child-led-product__content__price__content.child-led-product__content__price__content_style2 .child-led-product__content__price__content__text {
  max-width: 100%;
  overflow-x: auto; /* ★ここがポイント */
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
}
section.child-led-product .child-led-product__content__price__content.child-led-product__content__price__content_style2 .child-led-product__content__price__content__text .table_style_01 {
  table-layout: fixed;
  border-collapse: collapse;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content; /* 列数×200px を維持 */
}
section.child-led-product .child-led-product__content__price__content.child-led-product__content__price__content_style2 .child-led-product__content__price__content__text .table_style_01 tr {
  border-bottom: none;
}
section.child-led-product .child-led-product__content__price__content.child-led-product__content__price__content_style2 .child-led-product__content__price__content__text .table_style_01 tr th, section.child-led-product .child-led-product__content__price__content.child-led-product__content__price__content_style2 .child-led-product__content__price__content__text .table_style_01 tr td {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  text-align: center;
  border: 3px solid #ffffff;
}
section.child-led-product p.child-led-product__content__price__text__description {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  section.child-led-product p.child-led-product__content__price__text__description {
    font-size: 14px;
    line-height: 1.6;
  }
}

section.products {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  section.products {
    padding-bottom: 50px;
  }
}

section.voices {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  section.voices {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
section.voices .voices__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  section.voices .voices__inner {
    gap: 20px;
  }
}
section.voices .voices__inner .voices__item {
  gap: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  section.voices .voices__inner .voices__item {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.voices .voices__inner .voices__item.onayami .voices__item__text .voices__item__text__title {
  color: #578c91;
}
section.voices .voices__inner .voices__item.onayami .voices__item__text .voices__item__text__fukidashi {
  background-color: #e2eeef;
}
section.voices .voices__inner .voices__item.onayami .voices__item__text .voices__item__text__fukidashi::before {
  content: "";
  position: absolute;
  background-image: url("../images/page/sankaku_onayami.svg");
}
section.voices .voices__inner .voices__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  section.voices .voices__inner .voices__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.voices .voices__inner .voices__item:nth-child(even) .voices__item__text .voices__item__text__fukidashi::before {
  left: auto;
  right: -40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  section.voices .voices__inner .voices__item:nth-child(even) .voices__item__text .voices__item__text__fukidashi::before {
    display: none;
  }
}
section.voices .voices__inner .voices__item .voices__item__image {
  width: 18.9516129032%;
}
@media screen and (max-width: 767px) {
  section.voices .voices__inner .voices__item .voices__item__image {
    width: 100%;
    max-width: 200px;
  }
}
section.voices .voices__inner .voices__item .voices__item__text {
  width: 68.5483870968%;
}
@media screen and (max-width: 767px) {
  section.voices .voices__inner .voices__item .voices__item__text {
    width: 100%;
  }
}
section.voices .voices__inner .voices__item .voices__item__text .voices__item__text__title {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.6;
  text-align: left;
  margin-left: 40px;
  position: relative;
  top: 15px;
  z-index: 1;
  color: #bd9a66;
}
section.voices .voices__inner .voices__item .voices__item__text .voices__item__text__fukidashi {
  padding: 40px;
  border-radius: 50px;
  position: relative;
  background-color: #fbf2e5;
}
@media screen and (max-width: 767px) {
  section.voices .voices__inner .voices__item .voices__item__text .voices__item__text__fukidashi {
    padding: 20px 40px;
  }
}
section.voices .voices__inner .voices__item .voices__item__text .voices__item__text__fukidashi::before {
  content: "";
  position: absolute;
  background-image: url("../images/page/sankaku.svg");
  left: -40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  section.voices .voices__inner .voices__item .voices__item__text .voices__item__text__fukidashi::before {
    display: none;
  }
}
section.voices .voices__inner .voices__item .voices__item__text .voices__item__text__fukidashi .voices__item__text__description {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

section.columns .columns__content .columns__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  section.columns .columns__content .columns__items {
    gap: 20px;
  }
}
section.columns .columns__content .columns__items .columns__item {
  background: #fff;
  -webkit-filter: drop-shadow(6px 6px 20px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(6px 6px 20px rgba(0, 0, 0, 0.2));
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  section.columns .columns__content .columns__items .columns__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
section.columns .columns__content .columns__items .columns__item .columns__image {
  width: 33.9285714286%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  section.columns .columns__content .columns__items .columns__item .columns__image {
    width: 100%;
  }
}
section.columns .columns__content .columns__items .columns__item .columns__image:hover {
  opacity: 0.8;
  text-decoration: none;
}
section.columns .columns__content .columns__items .columns__item .columns__text a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.columns .columns__content .columns__items .columns__item .columns__text a:hover {
  opacity: 0.8;
  text-decoration: none;
}
section.columns .columns__content .columns__items .columns__item .columns__text a h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  section.columns .columns__content .columns__items .columns__item .columns__text a h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
section.columns .columns__content .columns__items .columns__item .columns__text a p {
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  section.columns .columns__content .columns__items .columns__item .columns__text a p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
section.columns .columns__content .columns__items .columns__item .columns__text .reason_tag_lists {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.columns .columns__content .columns__items .columns__item .columns__text .reason_tag_lists li span {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #fc5b65;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #fc5b65;
  padding: 4px 10px;
}

section.column-detail {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  section.column-detail {
    margin-top: 50px;
  }
}
section.column-detail .column-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  section.column-detail .column-detail__content {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.column-detail .column-detail__content .column-detail__content__main {
  width: 69.1666666667%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  section.column-detail .column-detail__content .column-detail__content__main {
    width: 100%;
  }
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__title {
  font-weight: bold;
  font-size: 34px;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__title {
    font-size: 24px;
    line-height: 35px;
  }
}
section.column-detail .column-detail__content .column-detail__content__main .meta {
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__image {
  margin-top: 20px;
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__image img {
  width: 100%;
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .column-detail__content__main__text__content .exerpt {
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text #ez-toc-container {
  margin-top: 40px;
  background: #f1f1f1;
  display: inline-block;
  padding: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text #ez-toc-container p.ez-toc-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text #ez-toc-container .ez-toc-list {
  margin-top: 15px;
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text #ez-toc-container .ez-toc-list li {
  margin-top: 10px;
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text #ez-toc-container .ez-toc-list li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .column-detail__content__main__text__content {
  padding-bottom: 30px;
  border-bottom: 1px solid #333333;
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .column-detail__content__main__text__content h2 {
  margin-top: 70px;
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  text-align: left;
  color: #fff;
  padding: 20px;
  background: #333;
}
@media screen and (max-width: 767px) {
  section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .column-detail__content__main__text__content h2 {
    font-size: 24px;
    line-height: 35px;
  }
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .column-detail__content__main__text__content h3 {
  margin-top: 40px;
  background: #f1f1f1;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6;
  padding: 15px 28px;
  border-left: 8px solid #fc5b65;
}
@media screen and (max-width: 767px) {
  section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .column-detail__content__main__text__content h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .column-detail__content__main__text__content h4 {
  margin-top: 40px;
  background: #f1f1f1;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 20px;
  border-bottom: 2px solid #fc5b65;
}
@media screen and (max-width: 767px) {
  section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .column-detail__content__main__text__content h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .column-detail__content__main__text__content h5 {
  margin-top: 20px;
  background: #f1f1f1;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  padding: 8px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .column-detail__content__main__text__content h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .column-detail__content__main__text__content h5::before {
  content: "";
  position: absolute;
  background-color: #fc5b65;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .column-detail__content__main__text__content p {
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .column-detail__content__main__text__content p {
    font-size: 14px;
    line-height: 24px;
  }
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .column-detail__content__main__text__content img {
  margin-top: 30px;
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .column-detail__content__main__text__content ul {
  list-style: disc;
  padding-left: 20px;
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .column-detail__content__main__text__content ul li {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .single_pager {
  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;
  margin-top: 30px;
  padding-bottom: 150px;
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .single_pager .single_pager__prev a {
  padding-left: 30px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .single_pager .single_pager__prev a::before {
  content: "<< ";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .single_pager .single_pager__next a {
  padding-right: 30px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
section.column-detail .column-detail__content .column-detail__content__main .column-detail__content__main__text .single_pager .single_pager__next a::before {
  content: ">> ";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.column-detail .column-detail__content .column-detail__content__sidebar {
  width: 30.8333333333%;
}
@media screen and (max-width: 767px) {
  section.column-detail .column-detail__content .column-detail__content__sidebar {
    width: 100%;
    margin-bottom: 50px;
  }
}
section.column-detail .column-detail__content .column-detail__content__sidebar .sidebar .sidebar__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  background: #f1f1f1;
  border-left: 8px solid #fc5b65;
  padding: 13px 28px;
  margin-top: 50px;
}
section.column-detail .column-detail__content .column-detail__content__sidebar .sidebar .sidebar__title:first-child {
  margin-top: 0;
}
section.column-detail .column-detail__content .column-detail__content__sidebar .sidebar form {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.column-detail .column-detail__content .column-detail__content__sidebar .sidebar form input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #808080;
}
section.column-detail .column-detail__content .column-detail__content__sidebar .sidebar form button {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background: #fc5b65;
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.11);
          box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.11);
  text-align: center;
  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;
  margin-top: 15px;
}
section.column-detail .column-detail__content .column-detail__content__sidebar .sidebar .sidebar__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
section.column-detail .column-detail__content .column-detail__content__sidebar .sidebar .sidebar__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
section.column-detail .column-detail__content .column-detail__content__sidebar .sidebar .sidebar__list li a h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
section.column-detail .column-detail__content .column-detail__content__sidebar .sidebar .category__lists {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  section.column-detail .column-detail__content .column-detail__content__sidebar .sidebar .category__lists {
    gap: 20px;
    font-size: 14px;
    line-height: 24px;
  }
}

section.flow {
  padding-top: 0;
  padding-bottom: 130px;
}
section.flow .flow__content .flow__item .flow__image {
  position: relative;
  z-index: 5;
}
section.flow .flow__content .flow__item .flow__image img {
  width: 100%;
}
section.flow .flow__content .flow__item .flow__text {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  section.flow .flow__content .flow__item .flow__text {
    margin-top: 50px;
  }
}
section.flow .flow__content .flow__item .flow__text .flow__description {
  font-weight: 500;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  max-width: 954px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.flow .flow__content .flow__item .flow__text .flow__description {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
  }
}
section.flow .flow__content .flow__cards {
  margin-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  section.flow .flow__content .flow__cards {
    margin-top: 50px;
    gap: 20px;
  }
}
section.flow .flow__content .flow__cards .flow__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 767px) {
  section.flow .flow__content .flow__cards .flow__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
section.flow .flow__content .flow__cards .flow__card:nth-child(1) {
  z-index: 7;
}
section.flow .flow__content .flow__cards .flow__card:nth-child(2) {
  z-index: 6;
}
section.flow .flow__content .flow__cards .flow__card:nth-child(3) {
  z-index: 5;
}
section.flow .flow__content .flow__cards .flow__card:nth-child(4) {
  z-index: 4;
}
section.flow .flow__content .flow__cards .flow__card:nth-child(5) {
  z-index: 3;
}
section.flow .flow__content .flow__cards .flow__card:nth-child(6) {
  z-index: 2;
}
section.flow .flow__content .flow__cards .flow__card:nth-child(7) {
  z-index: 1;
}
section.flow .flow__content .flow__cards .flow__card + .flow__card {
  margin-top: -35px;
}
@media screen and (max-width: 767px) {
  section.flow .flow__content .flow__cards .flow__card + .flow__card {
    margin-top: 0;
  }
}
section.flow .flow__content .flow__cards .flow__card .flow__card-number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.flow .flow__content .flow__cards .flow__card .flow__card-number img {
  max-width: 195px;
}
@media screen and (max-width: 767px) {
  section.flow .flow__content .flow__cards .flow__card .flow__card-number img {
    max-width: 50px;
  }
}
section.flow .flow__content .flow__cards .flow__card .flow__card-text {
  width: 100%;
}
section.flow .flow__content .flow__cards .flow__card .flow__card-text .flow__card-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 41px;
  text-align: left;
  color: #fc5b65;
}
@media screen and (max-width: 767px) {
  section.flow .flow__content .flow__cards .flow__card .flow__card-text .flow__card-title {
    font-size: 24px;
    line-height: 35px;
  }
}
section.flow .flow__content .flow__cards .flow__card .flow__card-text .flow__description {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  padding-top: 48px;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  section.flow .flow__content .flow__cards .flow__card .flow__card-text .flow__description {
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
    padding-left: 0;
  }
}
section.flow .flow__content .flow__cards .flow__card .flow__card-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.flow .flow__content .flow__cards .flow__card .flow__card-image {
  width: 37.8289473684%;
  padding-left: 20px;
  max-width: 420px;
}
section.flow .flow__content .flow__cards .flow__card .flow__card-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 54/31;
}
@media screen and (max-width: 767px) {
  section.flow .flow__content .flow__cards .flow__card .flow__card-image {
    padding-left: 0;
    width: 100%;
  }
}

.download__list {
  margin-top: 130px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .download__list {
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.download__list .download__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.download__list .download__list__item .download__list__item__text .download__list__item__title {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.6;
}
.download__list .download__list__item .download__list__item__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .download__list .download__list__item .download__list__item__description {
    margin-top: 10px;
  }
}
.download__list .download__list__item .about__cta-btn.cta__cta-btn--small {
  margin-top: 20px;
  padding-left: 40px;
}

section.form_section {
  padding-top: 100px;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  section.form_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.form_section .form__content .form__description {
  font-weight: bold;
  font-size: 24px;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  section.form_section .form__content .form__description {
    font-size: 24px;
    line-height: 35px;
  }
}
section.form_section .form__content .form__title {
  font-weight: bold;
  font-size: 34px;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  section.form_section .form__content .form__title {
    font-size: 24px;
    line-height: 35px;
  }
}
section.form_section .form__content .form_list {
  margin-top: 40px;
}
section.form_section .form__content .form_list .form_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  section.form_section .form__content .form_list .form_list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.form_section .form__content .form_list .form_list__item .form_list__item__text {
  width: 100%;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  section.form_section .form__content .form_list .form_list__item .form_list__item__text {
    padding-right: 0;
  }
}
section.form_section .form__content .form_list .form_list__item .form_list__item__text img {
  width: 100%;
}
section.form_section .form__content .form_list .form_list__item .form_list__item__text .form_list__item__title,
section.form_section .form__content .form_list .form_list__item .form_list__item__text h3,
section.form_section .form__content .form_list .form_list__item .form_list__item__text h2 {
  margin-top: 40px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  color: #fc5b65;
  padding-left: 5px;
  border-left: 6px solid #fc5b65;
}
@media screen and (max-width: 767px) {
  section.form_section .form__content .form_list .form_list__item .form_list__item__text .form_list__item__title,
  section.form_section .form__content .form_list .form_list__item .form_list__item__text h3,
  section.form_section .form__content .form_list .form_list__item .form_list__item__text h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
section.form_section .form__content .form_list .form_list__item .form_list__item__text .form_list__item__description_list,
section.form_section .form__content .form_list .form_list__item .form_list__item__text ul {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  section.form_section .form__content .form_list .form_list__item .form_list__item__text .form_list__item__description_list,
  section.form_section .form__content .form_list .form_list__item .form_list__item__text ul {
    font-size: 16px;
    line-height: 24px;
  }
}
section.form_section .form__content .form_list .form_list__item .form_list__item__text .form_list__item__description_list li,
section.form_section .form__content .form_list .form_list__item .form_list__item__text ul li {
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
}
section.form_section .form__content .form_list .form_list__item .form_list__item__text .form_list__item__description_list li::before,
section.form_section .form__content .form_list .form_list__item .form_list__item__text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #fc5b65;
}
section.form_section .form__content .form_list .form_list__item .form_list__item__text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section.form_section .form__content .form_list .form_list__item .form_list__item__text p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
section.form_section .form__content .form_list .form_list__item .form_list__item__text .form_list__item__attention {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section.form_section .form__content .form_list .form_list__item .form_list__item__text .form_list__item__attention {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
section.form_section .form__content .form_list .form_list__item .form_list__item__form {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.form_section .form__content .form_list .form_list__item .form_list__item__form {
    margin-top: 40px;
  }
}
section.form_section .form__content .form_list .form_list__item .form_list__item__form .form_list__item__form__content {
  padding: 30px 40px;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  section.form_section .form__content .form_list .form_list__item .form_list__item__form .form_list__item__form__content {
    padding: 20px;
  }
}
section.form_section .form__content .form_list .form_list__item .form_list__item__form .form_list__item__form__content .form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
section.form_section .form__content .form_list .form_list__item .form_list__item__form .form_list__item__form__content .form_row + .form_row {
  margin-top: 30px;
}
section.form_section .form__content .form_list .form_list__item .form_list__item__form .form_list__item__form__content .form_row .form__label {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
section.form_section .form__content .form_list .form_list__item .form_list__item__form .form_list__item__form__content .form_row .form__label span.required {
  background-color: #fc5b65;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  padding: 0 10px;
}
section.form_section .form__content .form_list .form_list__item .form_list__item__form .form_list__item__form__content .form_row .form__label span.attention {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
section.form_section .form__content .form_list .form_list__item .form_list__item__form .form_list__item__form__content .form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
section.form_section .form__content .form_list .form_list__item .form_list__item__form .form_list__item__form__content .form__item span {
  width: 100%;
}
section.form_section .form__content .form_list .form_list__item .form_list__item__form .form_list__item__form__content .form__item span input {
  background-color: #fff;
  width: 100%;
  padding: 10px;
}
section.form_section .form__content .form_list .form_list__item .form_list__item__form .form_list__item__form__content .form__item div.submit {
  margin-top: 30px;
  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;
  text-align: center;
}
section.form_section .form__content .form_list .form_list__item .form_list__item__form .form_list__item__form__content .form__item div.submit::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-color: #fc5b65;
  background-image: url("../images/common/arrow_down.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.form_section .form__content .form_list .form_list__item .form_list__item__form .form_list__item__form__content .form__item div.submit input[type=submit] {
  width: 364px;
  height: 70px;
  border-radius: 35px;
  background: #fc5b65;
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.11);
          box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.11);
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
section.form_section .form__content .form_list .form_list__item .form_list__item__form .form_list__item__form__content .form__item.form__item--submit {
  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;
  text-align: center;
}
section.form_section .form__content .form_list .form_list__item .form_list__item__form .form_list__item__form__content .form__description {
  margin-top: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
section.form_section .form__content .form_list .form_list__item .form_list__item__form .form_list__item__form__content .form__description + .form__description {
  margin-top: 30px;
}
section.form_section .form__content .form_list .form_list__item .form_list__item__form .form_list__item__form__content .form__description a {
  color: #408df1;
  text-decoration: underline;
}
section.form_section .form__content .form_list .form_list__item .form_list__item__form .form_list__item__form__content h4.form__description {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
}
section.form_section .form__content .form_list .form_list__item .form_list__item__form .form_list__item__form__content h4.form__description + .form__description {
  margin-top: 10px;
}

section.company .compnay-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  section.company .compnay-description {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
section.company .compnay-description .compnay-description__image {
  width: 33.3333333333%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  section.company .compnay-description .compnay-description__image {
    width: 100%;
  }
}
section.company .compnay-description .compnay-description__image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.company .compnay-description .compnay-description__text {
    font-size: 14px;
    line-height: 24px;
  }
}

section.company-can-do {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  section.company-can-do {
    padding: 40px 0;
  }
}
section.company-can-do .company-can-do__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 60px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  section.company-can-do .company-can-do__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
}
section.company-can-do .company-can-do__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.company-can-do .company-can-do__item .company-can-do__item-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}
section.company-can-do .company-can-do__item .company-can-do__item-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
section.company-can-do .company-can-do__item .company-can-do__item-button a {
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #408df1;
}

section.service_detail {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  section.service_detail {
    padding: 40px 0;
  }
}
section.service_detail .service-detail__content .service-detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  section.service_detail .service-detail__content .service-detail__list {
    gap: 20px;
    margin-top: 40px;
  }
}
section.service_detail .service-detail__content .service-detail__list .service-detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  section.service_detail .service-detail__content .service-detail__list .service-detail__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.service_detail .service-detail__content .service-detail__list .service-detail__item .service-detail__item-title {
  width: 28.9166666667%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #6d6d6d;
  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: 767px) {
  section.service_detail .service-detail__content .service-detail__list .service-detail__item .service-detail__item-title {
    width: 100%;
  }
}
section.service_detail .service-detail__content .service-detail__list .service-detail__item .service-detail__item-description {
  width: 71.0833333333%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  background-color: #f1f1f1;
  padding: 18px 20px;
}
@media screen and (max-width: 767px) {
  section.service_detail .service-detail__content .service-detail__list .service-detail__item .service-detail__item-description {
    width: 100%;
  }
}
section.service_detail .service-detail__content .service-detail__list .arrow-icon {
  margin-left: 11%;
}
@media screen and (max-width: 767px) {
  section.service_detail .service-detail__content .service-detail__list .arrow-icon {
    text-align: center;
    margin-left: 0;
  }
}

section.merit {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  section.merit {
    padding: 50px 0;
  }
}
section.merit .merit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 60px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  section.merit .merit__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
}
section.merit .merit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.merit .merit__item .merit__item-image {
  text-align: center;
}
section.merit .merit__item .merit__item-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fc5b65;
}
section.merit .merit__item .merit__item-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

section.RentalFlow {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  section.RentalFlow {
    padding: 40px 0;
  }
}
section.RentalFlow .rental-flow__content {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  section.RentalFlow .rental-flow__content {
    margin-top: 40px;
  }
}

section.faq {
  padding: 50px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  section.faq {
    padding: 40px 0;
    margin-bottom: 50px;
  }
}
section.faq .faq__list {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  section.faq .faq__list {
    margin-top: 40px;
  }
}
section.faq .faq__list.js-expand-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 20px;
  -webkit-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
section.faq .faq__list.js-expand-content.is-expanded {
  max-height: 4000px;
  opacity: 1;
}
section.faq .faq__list .faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fbf2e5;
  padding: 20px;
}
section.faq .faq__list .faq__item .faq__item-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
section.faq .faq__list .faq__item .faq__item-question .faq__item-question-icon {
  width: 43px;
  height: 43px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  section.faq .faq__list .faq__item .faq__item-question .faq__item-question-icon {
    width: 30px;
    height: 30px;
  }
}
section.faq .faq__list .faq__item .faq__item-question .faq__item-title {
  margin-top: 7px;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  section.faq .faq__list .faq__item .faq__item-question .faq__item-title {
    margin-top: 0;
  }
}
section.faq .faq__list .faq__item .faq__item-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
section.faq .faq__list .faq__item .faq__item-answer .faq__item-answer-icon {
  width: 43px;
  height: 43px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  section.faq .faq__list .faq__item .faq__item-answer .faq__item-answer-icon {
    width: 30px;
    height: 30px;
  }
}
section.faq .faq__list .faq__item .faq__item-answer .faq__item-description {
  margin-top: 7px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  section.faq .faq__list .faq__item .faq__item-answer .faq__item-description {
    margin-top: 0;
  }
}
section.faq .about__cta.js-expand-button .arrow-icon {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
section.faq .about__cta.js-expand-button .arrow-icon img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
section.faq .about__cta.js-expand-button.is-expanded .arrow-icon img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

section.company {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  section.company {
    padding: 40px 0;
  }
}
section.company .company__map {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  section.company .company__map {
    margin-top: 40px;
  }
}
section.company .company__map iframe {
  width: 100%;
  height: 450px;
}
section.company .company__content {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.company .company__content {
    margin-top: 40px;
  }
}
section.company .company__content .company__table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  section.company .company__content .company__table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
section.company .company__content .company__table tr {
  border-bottom: 1px solid #6d6d6d;
}
@media screen and (max-width: 767px) {
  section.company .company__content .company__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
  }
}
section.company .company__content .company__table tr th {
  width: 168px;
}
@media screen and (max-width: 767px) {
  section.company .company__content .company__table tr th {
    width: 100%;
  }
}
section.company .company__content .company__table tr th,
section.company .company__content .company__table tr td {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  section.company .company__content .company__table tr th,
  section.company .company__content .company__table tr td {
    padding: 0;
  }
}
section.company .company__content .company__table tr th a,
section.company .company__content .company__table tr td a {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #408df1;
}
@media screen and (max-width: 767px) {
  section.company .company__content .company__table tr th a,
  section.company .company__content .company__table tr td a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.company .company__content .company__table tr td {
    font-size: 14px;
    line-height: 24px;
  }
}
section.company .company__content .company__table tr .company__table-image {
  margin-top: 20px;
}

.estimate__wrapper {
  margin-top: 40px;
}
.estimate__wrapper .estimate__item {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.estimate__wrapper .estimate__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .estimate__wrapper .estimate__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.estimate__wrapper .estimate__item .estimate__item__title {
  background-color: #bd9a66;
  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: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .estimate__wrapper .estimate__item .estimate__item__title {
    width: 100%;
  }
}
.estimate__wrapper .estimate__item .estimate__item__title .estimate__item__title__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin: 0;
}
.estimate__wrapper .estimate__item .estimate__item__title__select {
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .estimate__wrapper .estimate__item .estimate__item__title__select {
    width: 100%;
  }
}
.estimate__wrapper .estimate__item .estimate__item__title__select.radio-group .estimate__item__title__select__radio {
  width: calc(33% - 11px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .estimate__wrapper .estimate__item .estimate__item__title__select.radio-group .estimate__item__title__select__radio {
    width: 100%;
  }
}
.estimate__wrapper .estimate__item .estimate__item__title__select.radio-group .estimate__item__title__select__radio:hover {
  border-color: #fc5b65;
  background-color: #fef7f7;
}
.estimate__wrapper .estimate__item .estimate__item__title__select.radio-group .estimate__item__title__select__radio input[type=radio] {
  margin: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.estimate__wrapper .estimate__item .estimate__item__title__select.radio-group .estimate__item__title__select__radio::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #bd9a66;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.estimate__wrapper .estimate__item .estimate__item__title__select.radio-group .estimate__item__title__select__radio .estimate__item__title__select__radio__label {
  margin: 0;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  z-index: 0;
  padding: 12px 16px;
  background-color: #fbf2e5;
}
.estimate__wrapper .estimate__item .estimate__item__title__select.radio-group .estimate__item__title__select__radio .estimate__item__title__select__radio__label .estimate__item__title__select__radio__label__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  pointer-events: none;
  padding-left: 30px;
}
.estimate__wrapper .estimate__item .estimate__item__title__select.radio-group .estimate__item__title__select__radio:has(input[type=radio]:checked) {
  border-color: #fc5b65;
}
.estimate__wrapper .estimate__item .estimate__item__title__select.radio-group .estimate__item__title__select__radio:has(input[type=radio]:checked)::before {
  border-color: #bd9a66;
  background-color: #fc5b65;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}
.estimate__wrapper .estimate__item .estimate__item__title__select.radio-group .estimate__item__title__select__radio-group-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33% - 11px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fbf2e5;
}
@media screen and (max-width: 767px) {
  .estimate__wrapper .estimate__item .estimate__item__title__select.radio-group .estimate__item__title__select__radio-group-wrapper {
    width: 100%;
  }
}
.estimate__wrapper .estimate__item .estimate__item__title__select.radio-group .estimate__item__title__select__radio-group-wrapper .estimate__item__title__select__radio {
  padding: 0;
  background-color: transparent;
  border: none;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
.estimate__wrapper .estimate__item .estimate__item__title__select.radio-group .estimate__item__title__select__radio-group-wrapper .estimate__item__title__select__radio:hover {
  background-color: transparent;
}
.estimate__wrapper .estimate__item .estimate__item__title__select.radio-group .estimate__item__title__select__radio-group-wrapper .estimate__item__title__select__radio-image {
  text-align: center;
}
.estimate__wrapper .estimate__item .estimate__item__title__select.radio-group .estimate__item__title__select__radio-group-wrapper .estimate__item__title__select__select {
  width: 100%;
  padding: 8px;
  border: 1px solid #808080;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.estimate__wrapper .estimate__item .estimate__item__title__select.radio-group .estimate__item__title__select__radio-group-wrapper .estimate__item__title__select__select:focus {
  outline: none;
  border-color: #fc5b65;
  -webkit-box-shadow: 0 0 0 2px rgba(252, 91, 101, 0.2);
          box-shadow: 0 0 0 2px rgba(252, 91, 101, 0.2);
}
.estimate__wrapper .estimate__item .estimate__item__title__select.radio-group .estimate__item__title__select__radio-group-wrapper:has(input[type=radio]:checked) {
  border-color: #fc5b65;
}
.estimate__wrapper .estimate__item .estimate__item__title__select.checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .estimate__wrapper .estimate__item .estimate__item__title__select.checkbox-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.estimate__wrapper .estimate__item .estimate__item__title__select.checkbox-group .estimate__item__title__select__checkbox {
  width: calc(33% - 11px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background-color: #fbf2e5;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  .estimate__wrapper .estimate__item .estimate__item__title__select.checkbox-group .estimate__item__title__select__checkbox {
    width: 100%;
  }
}
.estimate__wrapper .estimate__item .estimate__item__title__select.checkbox-group .estimate__item__title__select__checkbox input[type=checkbox] {
  margin: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.estimate__wrapper .estimate__item .estimate__item__title__select.checkbox-group .estimate__item__title__select__checkbox::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #bd9a66;
  border-radius: 4px;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.estimate__wrapper .estimate__item .estimate__item__title__select.checkbox-group .estimate__item__title__select__checkbox .estimate__item__title__select__checkbox__label {
  margin: 0;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  z-index: 0;
  padding-left: 30px;
}
.estimate__wrapper .estimate__item .estimate__item__title__select.checkbox-group .estimate__item__title__select__checkbox .estimate__item__title__select__checkbox__label .estimate__item__title__select__checkbox__label__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  pointer-events: none;
}
.estimate__wrapper .estimate__item .estimate__item__title__select.checkbox-group .estimate__item__title__select__checkbox:has(input[type=checkbox]:checked)::before {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23fc5b65' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z' stroke='%23fc5b65' stroke-width='1'/%3e%3c/svg%3e");
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.estimate__wrapper .submit_row {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .estimate__wrapper .submit_row {
    margin-top: 40px;
  }
}
.estimate__wrapper .submit_row .submit_row__item {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .estimate__wrapper .submit_row .submit_row__item {
    width: 100%;
  }
}
.estimate__wrapper .submit_row .submit_row__item:hover {
  opacity: 0.8;
}
.estimate__wrapper .submit_row .submit_row__item::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url("../images/arrow_white.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}
.estimate__wrapper .submit_row .submit_row__item input[type=submit] {
  width: 390px;
  height: 100px;
  background: #2b2b2b;
  -webkit-filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.16));
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 85px;
}
@media screen and (max-width: 767px) {
  .estimate__wrapper .submit_row .submit_row__item input[type=submit] {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 24px;
  }
}
.estimate__wrapper .attention {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fc5b65;
  margin-top: 10px;
}

.estimate_result {
  max-width: 950px;
  margin: 0 auto;
}
.estimate_result .estimate_result__header {
  background-color: #bd9a66;
  padding: 10px;
}
.estimate_result .estimate_result__header .estimate_result__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .estimate_result .estimate_result__header .estimate_result__title {
    font-size: 16px;
    line-height: 24px;
  }
}
.estimate_result .estimate_result__header .estimate_result__content__item .estimate_result__content__item__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 63px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .estimate_result .estimate_result__header .estimate_result__content__item .estimate_result__content__item__title {
    font-size: 24px;
    line-height: 37px;
  }
}
.estimate_result .estimate_result__header .estimate_result__content__item .estimate_result__content__item__title .estimate_result__content__item__title__unit {
  font-weight: 500;
  font-size: 24px;
  line-height: 37px;
  text-align: left;
  color: #fff;
  margin-left: 7px;
}
@media screen and (max-width: 767px) {
  .estimate_result .estimate_result__header .estimate_result__content__item .estimate_result__content__item__title .estimate_result__content__item__title__unit {
    font-size: 16px;
    line-height: 24px;
  }
}
.estimate_result .estimate_result__content {
  background-color: #fbf2e5;
  padding: 20px 60px;
}
@media screen and (max-width: 767px) {
  .estimate_result .estimate_result__content {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .estimate_result .estimate_result__content .estimate_result__content__detail__table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .estimate_result .estimate_result__content .estimate_result__content__detail__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.estimate_result .estimate_result__content .estimate_result__content__detail__table th {
  width: 240px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #bd9a66;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .estimate_result .estimate_result__content .estimate_result__content__detail__table th {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }
}
.estimate_result .estimate_result__content__detail__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

section.form {
  padding-top: 0;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  section.form {
    padding-bottom: 50px;
  }
}
section.form .form__content {
  max-width: 950px;
  margin: 0 auto;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  section.form .form__content {
    margin-top: 40px;
  }
}
section.form .form__content .form__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
section.form .form__content .form__form {
  margin-top: 50px;
  background: #f1f1f1;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  section.form .form__content .form__form {
    padding: 20px;
  }
}
section.form .form__content .form__form .form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  section.form .form__content .form__form .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.form .form__content .form__form .form_row + .form_row {
  margin-top: 30px;
}
section.form .form__content .form__form .form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 12px;
  width: 26.4367816092%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  cursor: default;
}
@media screen and (max-width: 767px) {
  section.form .form__content .form__form .form__label {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
    font-size: 18px;
    line-height: 30px;
  }
}
section.form .form__content .form__form .form__label span {
  background-color: #fc5b65;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  padding: 0px 10px;
  margin-top: 4px;
}
section.form .form__content .form__form .form__item {
  width: 100%;
}
section.form .form__content .form__form .form__item input {
  background: #fff;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
section.form .form__content .form__form .form__item textarea {
  background: #fff;
  width: 100%;
  padding: 10px;
  background-color: #fff;
}
section.form .form__content .form__form .privacy {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section.form .form__content .form__form .privacy {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    text-align: left;
  }
}
section.form .form__content .form__form .privacy a {
  color: #408df1;
  text-decoration: underline;
}
section.form .form__content .form__form .form__item--submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.form .form__content .form__form div.submit {
  margin-top: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  section.form .form__content .form__form div.submit {
    width: 100%;
  }
}
section.form .form__content .form__form div.submit:hover {
  opacity: 0.8;
}
section.form .form__content .form__form div.submit::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url("../images/arrow_white.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}
section.form .form__content .form__form div.submit input[type=submit] {
  width: 390px;
  height: 100px;
  border-radius: 50px;
  background: #fc5b65;
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.3em;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.form .form__content .form__form div.submit input[type=submit] {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 24px;
  }
}
section.form.contact .form__title {
  text-align: left;
}
section.form.contact .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.form.contact .wpcf7-checkbox .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 8px;
}
section.form.contact .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  margin: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
section.form.contact .wpcf7-checkbox .wpcf7-list-item::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #a1a1a1;
  border-radius: 4px;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
section.form.contact .wpcf7-checkbox .wpcf7-list-item label {
  margin: 0;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  z-index: 0;
  padding-left: 30px;
}
section.form.contact .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  pointer-events: none;
}
section.form.contact .wpcf7-checkbox .wpcf7-list-item:has(input[type=checkbox]:checked)::before {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23fc5b65' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z' stroke='%23fc5b65' stroke-width='1'/%3e%3c/svg%3e");
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
}

section.estimate_result {
  padding-top: 70px;
}

section.contact.complete .form__content .form__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
}
section.contact.complete .form__content .form__description {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
section.contact.complete .form__content .form__button {
  margin-top: 30px;
  font-weight: 500;
  text-decoration: underline;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #408df1;
}

section.contact .container-sm {
  padding-bottom: 230px;
  border-bottom: 1px solid #f1f1f1;
}
@media screen and (max-width: 767px) {
  section.contact .container-sm {
    padding-bottom: 120px;
  }
}

.reasons-list__content {
  margin-top: 60px;
}
.reasons-list__content .reasons-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  padding-bottom: 100px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .reasons-list__content .reasons-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.reasons-list__content .reasons-list__item .reasons-list__image {
  width: 36.8421052632%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .reasons-list__content .reasons-list__item .reasons-list__image {
    width: 100%;
  }
}
.reasons-list__content .reasons-list__item .reasons-list__image img {
  width: 100%;
}
.reasons-list__content .reasons-list__item .reasons-list__text .reasons-list__text-inner .reasons-list__description {
  margin-top: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.reasons-list__content .reasons-list__item .reasons-list__text .reasons-list__text-inner .reasons-list__description + .reasons-list__description {
  margin-top: 12px;
}
.reasons-list__content .reasons-list__item .reasons-list__text .reasons-list__text-inner .reasons-list__description .reasons-list__link {
  color: #408df1;
  text-decoration: underline;
}

section.reasons-section .decolating-title .decorations.decorations__style2 {
  top: -105%;
}

.service-list__card:last-child .reasons-list__content .reasons-list__item {
  border-bottom: none;
}