#wilmo {
  overflow: hidden;
}

.wilmo-ttl {
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  color: #5D5789;
  border-bottom: 1px solid #5D5789;
  margin-bottom: calc(8px * 3);
  padding-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .wilmo-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .wilmo-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .wilmo-ttl {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .wilmo-ttl {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .wilmo-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .wilmo-ttl {
    font-size: 1.8rem;
  }
}

.wilmo-ttl::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -6px;
  width: 100px;
  height: 1px;
  background: #5D5789;
}

@media screen and (max-width: 1023px) {
  .wilmo-ttl::before {
    width: 80px;
  }
}

@media screen and (max-width: 959px) {
  .wilmo-ttl::before {
    width: 64px;
  }
}

@media screen and (max-width: 767px) {
  .wilmo-ttl::before {
    width: 56px;
  }
}

.lead {
  position: relative;
}

.lead::before {
  position: absolute;
  content: '';
  bottom: -80px;
  right: 140px;
  width: 119px;
  height: 97px;
  background: url("/wp-content/themes/itreat_base/dist/img/wilmo/lead-deco2.svg") center/contain no-repeat;
  z-index: -1;
}

@media screen and (max-width: 1279px) {
  .lead::before {
    bottom: -70px;
    right: 60px;
    width: 72px;
  }
}

@media screen and (max-width: 959px) {
  .lead::before {
    right: 0px;
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .lead::before {
    right: 0px;
    width: 49px;
  }
}

@media screen and (max-width: 519px) {
  .lead::before {
    bottom: -60px;
    right: 0px;
    width: 39px;
  }
}

.lead .lead-unit {
  position: relative;
  width: calc(100% - 200px);
}

@media screen and (max-width: 1279px) {
  .lead .lead-unit {
    width: calc(100% - 320px);
  }
}

@media screen and (max-width: 959px) {
  .lead .lead-unit {
    width: 100%;
  }
}

.lead .lead-unit::before {
  position: absolute;
  content: '';
  top: -64px;
  left: -120px;
  width: 317px;
  height: 180px;
  background: url("/wp-content/themes/itreat_base/dist/img/wilmo/lead-deco1.svg") center/contain no-repeat;
  z-index: -1;
}

@media screen and (max-width: 1279px) {
  .lead .lead-unit::before {
    left: -100px;
    width: 227px;
  }
}

@media screen and (max-width: 959px) {
  .lead .lead-unit::before {
    left: -50px;
    width: 217px;
  }
}

@media screen and (max-width: 519px) {
  .lead .lead-unit::before {
    left: -50px;
    width: 167px;
  }
}

.lead .lead-unit__dtl {
  border: 1px solid #5D5789;
  background: #ffffff;
  padding: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .lead .lead-unit__dtl {
    padding: 24px;
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 519px) {
  .lead .lead-unit__dtl {
    padding: 16px;
    padding-bottom: 110px;
  }
}

.lead .lead-unit__dtl .lead-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  border-bottom: 2px solid rgba(93, 87, 137, 0.5);
  margin-bottom: calc(8px * 3);
  padding-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .lead .lead-unit__dtl .lead-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lead .lead-unit__dtl .lead-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .lead .lead-unit__dtl .lead-ttl {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lead .lead-unit__dtl .lead-ttl {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

.lead .lead-unit__dtl .lead-ttl__main {
  font-size: 3.6rem;
}

@media screen and (max-width: 1023px) {
  .lead .lead-unit__dtl .lead-ttl__main {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 959px) {
  .lead .lead-unit__dtl .lead-ttl__main {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 519px) {
  .lead .lead-unit__dtl .lead-ttl__main {
    font-size: 2.2rem;
  }
}

.lead .lead-unit__dtl .lead-ttl__sub {
  font-size: 2.8rem;
  display: block;
}

@media screen and (max-width: 1023px) {
  .lead .lead-unit__dtl .lead-ttl__sub {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 959px) {
  .lead .lead-unit__dtl .lead-ttl__sub {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .lead .lead-unit__dtl .lead-ttl__sub {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 519px) {
  .lead .lead-unit__dtl .lead-ttl__sub {
    font-size: 2rem;
  }
}

.lead .lead-unit__vsl {
  position: absolute;
  top: 50%;
  left: calc(100% - 124px);
  translate: 0 -50%;
  width: 100%;
  max-width: 500px;
}

@media screen and (max-width: 959px) {
  .lead .lead-unit__vsl {
    top: 56px;
    left: calc(100% - 280px);
    max-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .lead .lead-unit__vsl {
    bottom: -50px;
    left: calc(100% - 200px);
    top: auto;
    translate: initial;
    max-width: 240px;
  }
}

.about .about-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 1023px) {
  .about .about-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-unit {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.about .about-unit__dtl {
  width: calc(100% - 392px);
}

@media screen and (max-width: 1023px) {
  .about .about-unit__dtl {
    width: calc(100% - 352px);
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit__dtl {
    width: calc(100% - 324px);
  }
}

@media screen and (max-width: 767px) {
  .about .about-unit__dtl {
    width: 100%;
  }
}

.about .about-unit__vsl {
  width: 352px;
}

@media screen and (max-width: 1023px) {
  .about .about-unit__vsl {
    width: 320px;
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit__vsl {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-unit__vsl {
    width: 100%;
    max-width: 480px;
  }
}

.safety .overview {
  padding: 0 40px;
}

@media screen and (max-width: 1023px) {
  .safety .overview {
    padding: 0 32px;
  }
}

@media screen and (max-width: 959px) {
  .safety .overview {
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .safety .overview {
    padding: 0;
  }
}

.safety .overview .overview-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 519px) {
  .safety .overview .overview-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.safety .overview .overview-unit dt {
  color: #5D5789;
  width: 120px;
  padding: 20px 8px;
}

@media screen and (max-width: 519px) {
  .safety .overview .overview-unit dt {
    max-width: 100%;
    width: 100%;
    padding: 12px 6px;
    border-top: 1px solid #5D5789;
    background: rgba(93, 87, 137, 0.06);
  }
}

.safety .overview .overview-unit dd {
  width: 100%;
  padding: 20px 24px;
}

@media screen and (max-width: 519px) {
  .safety .overview .overview-unit dd {
    padding: 12px 6px;
    border-top: 1px solid #D7D7D7;
  }
}

.safety .overview .overview-unit:not(:last-of-type) dt {
  border-bottom: 1px solid #5D5789;
}

@media screen and (max-width: 519px) {
  .safety .overview .overview-unit:not(:last-of-type) dt {
    border-bottom: none;
  }
}

.safety .overview .overview-unit:not(:last-of-type) dd {
  border-bottom: 1px solid #D7D7D7;
}

@media screen and (max-width: 519px) {
  .safety .overview .overview-unit:not(:last-of-type) dd {
    border-bottom: none;
  }
}

.features {
  position: relative;
  overflow: hidden;
  padding-bottom: calc(8px * 11);
}

@media screen and (max-width: 959px) {
  .features {
    padding-bottom: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features {
    padding-bottom: calc((8px * 11) * 0.5);
  }
}

.features::after {
  opacity: 0.03;
  content: 'features';
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #5D5789;
  font-size: 16.0rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1279px) {
  .features::after {
    font-size: 14.0rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 959px) {
  .features::after {
    font-size: 12.0rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767px) {
  .features::after {
    font-size: 10.0rem;
  }
}

@media screen and (max-width: 519px) {
  .features::after {
    font-size: 8.0rem;
    letter-spacing: 0;
  }
}

.policy .policy-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 1023px) {
  .policy .policy-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .policy .policy-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .policy .policy-unit {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.policy .policy-unit__dtl {
  width: calc(100% - 392px);
}

@media screen and (max-width: 1023px) {
  .policy .policy-unit__dtl {
    width: calc(100% - 352px);
  }
}

@media screen and (max-width: 959px) {
  .policy .policy-unit__dtl {
    width: calc(100% - 324px);
  }
}

@media screen and (max-width: 767px) {
  .policy .policy-unit__dtl {
    width: 100%;
  }
}

.policy .policy-unit__vsl {
  position: relative;
  width: 352px;
}

@media screen and (max-width: 1023px) {
  .policy .policy-unit__vsl {
    width: 320px;
  }
}

@media screen and (max-width: 959px) {
  .policy .policy-unit__vsl {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .policy .policy-unit__vsl {
    width: 100%;
    max-width: 480px;
  }
}

.policy .policy-unit__vsl::before {
  position: absolute;
  content: '';
  bottom: -46px;
  right: calc(100% - 180px);
  width: 535px;
  height: 180px;
  background: #5D5789;
  opacity: 0.08;
  z-index: -1;
}

@media screen and (max-width: 1279px) {
  .policy .policy-unit__vsl::before {
    bottom: -36px;
  }
}

@media screen and (max-width: 959px) {
  .policy .policy-unit__vsl::before {
    left: -170px;
    width: 297px;
  }
}

@media screen and (max-width: 519px) {
  .policy .policy-unit__vsl::before {
    bottom: -20px;
  }
}

.reserve .reserve-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 1023px) {
  .reserve .reserve-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .reserve .reserve-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .reserve .reserve-unit {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.reserve .reserve-unit__dtl {
  width: calc(100% - 392px);
}

@media screen and (max-width: 1023px) {
  .reserve .reserve-unit__dtl {
    width: calc(100% - 352px);
  }
}

@media screen and (max-width: 959px) {
  .reserve .reserve-unit__dtl {
    width: calc(100% - 324px);
  }
}

@media screen and (max-width: 767px) {
  .reserve .reserve-unit__dtl {
    width: 100%;
  }
}

.reserve .reserve-unit__vsl {
  width: 352px;
}

@media screen and (max-width: 1023px) {
  .reserve .reserve-unit__vsl {
    width: 320px;
  }
}

@media screen and (max-width: 959px) {
  .reserve .reserve-unit__vsl {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .reserve .reserve-unit__vsl {
    width: 100%;
    max-width: 480px;
  }
}

/*# sourceMappingURL=../../maps/pages/wilmo.css.map */
