:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

html {
  background: #9ba6b9;
  scroll-behavior: smooth;
}

main {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

* {
  color: #fff;
  font-family: YakuHanMP, "Zen old Mincho", serif;
  font-size: max(1.5rem, 13px);
  font-weight: 400;
  line-height: 3;
  letter-spacing: 0.1em;
}

a > *,
button > * {
  pointer-events: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

a,
button {
  display: block;
}

span {
  display: inline-block;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

span.attention {
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
span.attention > small {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
span.attention > small > * {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.cta {
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
.cta.cover::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: max(6rem, 30px);
  background: rgba(255, 255, 255, 0.2);
}
.cta__wrapper {
  display: grid;
  gap: max(2.5rem, 20px);
  padding: max(12rem, 70px) 0;
  grid-template-rows: 1fr 1fr;
}
.cta__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 calc(max(4.2rem, 30px) * 1.5) max(2rem, 20px) max(6rem, 30px);
  border-radius: max(1rem, 10px);
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  z-index: 0;
}
@media screen and (max-width: 550px) {
  .cta__content {
    gap: max(1.4rem, 14px);
    padding: max(1.3rem, 10px) calc(max(1.9rem, 16px) + 30px) max(1.3rem, 10px) max(1.9rem, 16px) !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cta__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(227, 113, 52, 0.15);
  width: 30%;
  -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 550px) {
  .cta__content::before {
    width: 40%;
    -webkit-clip-path: polygon(0 0, 50% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 50% 0%, 100% 100%, 0% 100%);
  }
}
.cta__content .cta__button {
  position: absolute;
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: max(4.2rem, 30px);
  height: 100%;
  border-radius: 0 max(1rem, 10px) max(1rem, 10px) 0;
  background: #e37134;
}
.cta__content .cta__button .arrow {
  width: max(1.3rem, 13px);
  height: auto;
  aspect-ratio: 1/1;
  border-right: max(0.1rem, 1px) solid #fff;
  border-bottom: max(0.1rem, 1px) solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cta__content .cta__images {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cta__content .cta__text {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: max(2rem, 20px);
}
@media screen and (max-width: 1000px) {
  .cta__content .cta__text {
    margin: 0;
  }
}
.cta__content .cta__text .supplement {
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  font-size: max(2.5rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 550px) {
  .cta__content .cta__text .supplement {
    font-size: max(1.2rem, 10px) !important;
  }
}
.cta__content .cta__text h2 {
  color: #e37134;
  font-family: "Josefin Sans", sans-serif;
  font-size: max(4rem, 23px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.1em;
  margin-top: max(1rem, 10px);
}
@media screen and (max-width: 550px) {
  .cta__content .cta__text h2 {
    font-size: max(1.6rem, 14px) !important;
    margin-top: 0;
  }
}
.cta__content.content1 .cta__images {
  position: relative;
  width: max(33.8rem, 200px);
  height: auto;
  aspect-ratio: 169/88;
  margin-right: max(5rem, 30px);
}
@media screen and (max-width: 768px) {
  .cta__content.content1 .cta__images {
    width: max(30%, 150px);
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 550px) {
  .cta__content.content1 .cta__images {
    width: 30% !important;
    margin-right: 0;
  }
}
.cta__content.content1 .cta__images .imageBox {
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: max(14rem, 100px);
}
@media screen and (max-width: 768px) {
  .cta__content.content1 .cta__images .imageBox {
    position: relative;
    width: 100%;
  }
}
.cta__content.content1 .cta__images .imageBox:nth-of-type(1) {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
}
.cta__content.content1 .cta__images .imageBox:nth-of-type(2) {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-75%) rotate(-6deg);
          transform: translateX(-75%) rotate(-6deg);
}
.cta__content.content1 .cta__images .imageBox:nth-of-type(3) {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-25%) rotate(6deg);
          transform: translateX(-25%) rotate(6deg);
}
.cta__content.content1 .cta__images .imageBox:nth-of-type(4) {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}
@media screen and (max-width: 768px) {
  .cta__content.content1 .cta__images .imageBox.pc {
    display: none;
  }
}
.cta__content.content1 .cta__images .imageBox.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .cta__content.content1 .cta__images .imageBox.sp {
    display: block;
  }
}
.cta__content.content2 .cta__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-right: max(6.5rem, 30px);
  margin-top: min(-1rem, 10px);
}
@media screen and (max-width: 768px) {
  .cta__content.content2 .cta__images {
    width: max(30%, 150px);
  }
}
@media screen and (max-width: 550px) {
  .cta__content.content2 .cta__images {
    width: 30% !important;
    margin-right: 0;
  }
}
.cta__content.content2 .cta__images .imageBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cta__content.content2 .cta__images .imageBox:nth-of-type(1) {
  width: max(24rem, 150px);
}
.cta__content.content2 .cta__images .imageBox:nth-of-type(2) {
  -ms-flex-item-align: end;
      align-self: end;
  position: relative;
  width: max(24rem, 125px);
  z-index: 0;
}
.cta__content.content2 .cta__images .imageBox:nth-of-type(2) .image2 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .cta__content.content2 .cta__images .imageBox.pc {
    display: none;
  }
}
.cta__content.content2 .cta__images .imageBox.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .cta__content.content2 .cta__images .imageBox.sp {
    display: block;
    width: 100%;
  }
}
.cta__content:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
}
.cta.column .cta__wrapper {
  grid-template-rows: unset;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1000px) {
  .cta.column .cta__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.cta.column .cta__content {
  padding-left: 0;
}
@media screen and (max-width: 1000px) {
  .cta.column .cta__content {
    padding: 0 calc(max(4.2rem, 30px) * 1.5) max(2rem, 20px) max(6rem, 30px);
  }
}
@media screen and (max-width: 550px) {
  .cta.column .cta__content {
    gap: max(2rem, 20px);
  }
}
.cta.column .cta__content .cta__text .supplement {
  font-size: max(1.4rem, 11px);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .cta.column .cta__content .cta__text .supplement {
    font-size: max(2.5rem, 16px);
  }
}
.cta.column .cta__content .cta__text h2 {
  margin-top: 0;
  font-size: max(2.1rem, 14px);
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .cta.column .cta__content .cta__text h2 {
    font-size: max(4rem, 23px);
    margin-top: max(1rem, 10px);
  }
}
@media screen and (max-width: 550px) {
  .cta.column .cta__content .cta__text h2 {
    margin-top: 0 !important;
  }
}
.cta.column .cta__content .cta__button {
  width: max(3.5rem, 25px);
}
@media screen and (max-width: 1000px) {
  .cta.column .cta__content .cta__button {
    width: max(4.2rem, 30px);
  }
}
.cta.column .cta__content.content1 {
  gap: max(2rem, 20px);
}
.cta.column .cta__content.content1 .cta__images {
  width: max(30rem, 150px);
  margin-right: 0;
}
.cta.column .cta__content.content1 .cta__images .imageBox {
  width: max(11rem, 50px);
}
@media screen and (max-width: 550px) {
  .cta.column .cta__content.content1 .cta__images .imageBox {
    width: 100%;
  }
}
.cta.column .cta__content.content2 .cta__images {
  gap: 0;
  margin-left: -10px;
  margin-right: max(1.5rem, 10px);
}
.cta.column .cta__content.content2 .cta__images .imageBox {
  width: max(15.5rem, 100px);
}
.cta.column .cta__content.content2 .cta__images .imageBox:nth-of-type(1) {
  -ms-flex-item-align: end;
      align-self: end;
}
.cta.fixed {
  position: fixed;
  left: 10px;
  bottom: 2vh;
  right: 0;
  z-index: 9999;
  background: none;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 550px) {
  .cta.fixed {
    left: 0;
    right: 0;
    bottom: 1vh;
  }
}
.cta.fixed.open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.cta.fixed .cta__wrapper {
  padding: 0;
}
@media screen and (max-width: 550px) {
  .cta.fixed .cta__wrapper {
    grid-template-rows: 1fr 1fr;
    gap: 5px;
  }
}
.cta.fixed .cta__content {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 550px) {
  .cta.fixed .cta__content {
    padding: 5px 5%;
  }
  .cta.fixed .cta__content::before {
    width: 40%;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 1000px) {
  .cta.fixed .cta__content .cta__text {
    margin: 0;
  }
}
@media screen and (max-width: 550px) {
  .cta.fixed .cta__content .cta__text {
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .cta.fixed .cta__content .cta__text .supplement {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .cta.fixed .cta__content .cta__text h2 {
    font-size: 18px !important;
  }
}
.cta.fixed.column .cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  right: 0;
  bottom: 5%;
  padding: 0;
  width: max(17%, 300px);
}
@media screen and (max-width: 1000px) {
  .cta.fixed.column .cta__wrapper {
    bottom: 2.5%;
    width: 100%;
    max-width: 320px;
  }
}
@media screen and (max-width: 550px) {
  .cta.fixed.column .cta__wrapper {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 5px;
    bottom: 1.5%;
    padding: 0 5%;
    width: 100%;
    max-width: none;
  }
}
.cta.fixed.column .cta__content {
  padding-left: max(3rem, 15px);
}
@media screen and (max-width: 1000px) {
  .cta.fixed.column .cta__content {
    padding: max(1.3rem, 10px) calc(max(1.9rem, 16px) + 30px) max(1.3rem, 10px) max(1.9rem, 16px);
    gap: max(1.4rem, 14px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 550px) {
  .cta.fixed.column .cta__content {
    padding: 5px 10% 5px 5%;
  }
}
.cta.fixed.column .cta__content::before {
  display: none;
}
@media screen and (max-width: 550px) {
  .cta.fixed.column .cta__content::before {
    display: block;
    width: 40%;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 550px) {
  .cta.fixed.column .cta__content .cta__text .supplement {
    display: none;
  }
}
.cta.fixed.column .cta__content .cta__text h2 {
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .cta.fixed.column .cta__content .cta__text h2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .cta.fixed.column .cta__content .cta__text h2 {
    font-size: 18px !important;
    line-height: 1.2;
    margin-top: max(1rem, 10px);
  }
}
.cta.fixed.column .cta__content .cta__images {
  display: none;
}
.cta.fixed.column .cta__content .cta__button {
  border-radius: 0;
}
@media screen and (max-width: 550px) {
  .cta.fixed.column .cta__content .cta__button {
    border-radius: 0 max(1rem, 10px) max(1rem, 10px) 0;
  }
}
.cta.pc {
  left: 10px;
  bottom: 2vh;
  right: 10px;
  z-index: 9999;
  background: none;
}
@media screen and (max-width: 1000px) {
  .cta.pc {
    display: none;
  }
}
.cta.pc .cta__wrapper {
  padding: 0;
}
@media screen and (max-width: 550px) {
  .cta.pc .cta__wrapper {
    grid-template-rows: 1fr 1fr;
    gap: 5px;
  }
}
.cta.pc .cta__content {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 550px) {
  .cta.pc .cta__content {
    padding: 5px 5%;
  }
  .cta.pc .cta__content::before {
    width: 40%;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 1000px) {
  .cta.pc .cta__content .cta__text {
    margin: 0;
  }
}
@media screen and (max-width: 550px) {
  .cta.pc .cta__content .cta__text {
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .cta.pc .cta__content .cta__text .supplement {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .cta.pc .cta__content .cta__text h2 {
    font-size: 18px !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  pointer-events: none;
  z-index: 99999;
}
@media screen and (max-width: 550px) {
  .header {
    padding: 10px 5%;
  }
}
.header__logo {
  width: max(20rem, 140px);
  pointer-events: auto;
}
.header__anniv {
  width: max(10.2rem, 70px);
}

.footer {
  background: #e9e9e5;
}
.footer__wrapper {
  display: grid;
  text-align: center;
  gap: max(3rem, 30px);
  padding: max(8rem, 50px) 0;
}
.footer__logo {
  width: max(28rem, 250px);
  margin: 0 auto;
}
.footer__logo:hover {
  opacity: 0.6;
}
.footer__nav ul {
  display: grid;
  gap: 0.5rem;
}
.footer__nav ul li a {
  color: #000;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.footer__nav ul li a a:hover {
  opacity: 0.6;
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(2rem, 15px);
}
.footer__sns__item {
  width: max(5rem, 40px);
}
.footer__sns__item a:hover {
  opacity: 0.6;
}
.footer__copyright {
  line-height: 1.5;
}
.footer__copyright b {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: max(1.2rem, 12px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
}

.hero {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #9ba6b9;
}
.hero__wrapper {
  opacity: 0;
  -webkit-transition: opacity 2s ease-out;
  transition: opacity 2s ease-out;
}
.hero__bg {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  will-change: filter, transform;
  -webkit-transition: -webkit-filter 2s ease-out, -webkit-transform 2s ease-out;
  transition: -webkit-filter 2s ease-out, -webkit-transform 2s ease-out;
  transition: filter 2s ease-out, transform 2s ease-out;
  transition: filter 2s ease-out, transform 2s ease-out, -webkit-filter 2s ease-out, -webkit-transform 2s ease-out;
}
.hero__bg img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .hero__bg img {
    aspect-ratio: unset;
  }
}
.hero__content {
  position: absolute;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0 max(9rem, 50px);
}
@media screen and (max-width: 768px) {
  .hero__content {
    position: relative;
    width: 100%;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 80px;
    background: #404652;
  }
}
@media screen and (max-width: 550px) {
  .hero__content {
    display: block;
    padding: 30px 5% 50px;
  }
}
.hero__content::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #9ba6b9;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  mix-blend-mode: multiply;
}
.hero__content .imageBox {
  position: relative;
  width: max(25rem, 100px);
  margin-top: 40px;
  margin-bottom: max(5rem, 20px);
  z-index: 10;
}
@media screen and (max-width: 1300px) {
  .hero__content .imageBox {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .hero__content .imageBox {
    width: 65%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 768px) {
  .hero__content .imageBox {
    width: 90%;
  }
}
.hero__content .supplement {
  position: relative;
  font-size: max(2.5rem, 18px);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .hero__content .supplement {
    font-size: max(5rem, 18px);
  }
}
.hero__content h1 {
  position: relative;
  font-size: max(3.8rem, 23px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .hero__content h1 {
    font-size: max(7rem, 23px);
  }
}
.hero__content h1 .split-char {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(2);
          transform: scale(2);
  will-change: filter, transform;
  -webkit-transition: opacity 1.5s ease, -webkit-filter 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, -webkit-filter 1.5s ease, -webkit-transform 1.5s ease;
  transition: filter 1.5s ease, transform 1.5s ease, opacity 1.5s ease;
  transition: filter 1.5s ease, transform 1.5s ease, opacity 1.5s ease, -webkit-filter 1.5s ease, -webkit-transform 1.5s ease;
}
.hero__content h1.loaded .split-char {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.hero.loaded .hero__wrapper {
  opacity: 1;
}
.hero.loaded .hero__bg {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.preface {
  position: relative;
  background: #9ba6b9;
  z-index: 0;
  margin-bottom: max(8rem, 50px);
}
.preface__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: max(5rem, 30px);
     -moz-column-gap: max(5rem, 30px);
          column-gap: max(5rem, 30px);
  margin-top: max(8rem, 50px);
}
@media screen and (max-width: 1300px) {
  .preface__wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .preface__wrapper {
    row-gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.preface__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1000px) {
  .preface__content {
    width: 100%;
  }
}
.preface__content h2 {
  font-size: max(3.9rem, 30px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: max(3rem, 20px);
}
@media screen and (max-width: 1300px) {
  .preface__content p {
    line-height: 2.5;
  }
}
@media screen and (max-width: 1000px) {
  .preface__content p {
    line-height: 3;
  }
}
@media screen and (max-width: 550px) {
  .preface__content p {
    line-height: 2.5;
  }
}
.preface__content p .marker {
  display: inline;
  position: relative;
  font-weight: 600;
  color: #ffc9e3;
  border-bottom: 3px dotted #ffc9e3;
}
.preface__images {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: max(1.5rem, 5px);
  width: max(75rem, 450px);
  height: auto;
  min-height: 60rem;
}
@media screen and (max-width: 1000px) {
  .preface__images {
    gap: 10px;
    width: max(80%, 440px);
    aspect-ratio: 151/120;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .preface__images {
    width: 100%;
  }
}
.preface__images .imageBox {
  width: 100%;
  height: 80%;
  border-radius: max(22rem, 200px);
  border: max(0.2rem, 2px) solid #fff;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 2s ease-out, -webkit-transform 1s ease;
  transition: opacity 2s ease-out, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 2s ease-out;
  transition: transform 1s ease, opacity 2s ease-out, -webkit-transform 1s ease;
  pointer-events: none;
}
.preface__images .imageBox:nth-of-type(1), .preface__images .imageBox:nth-of-type(3) {
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}
.preface__images .imageBox:nth-of-type(2) {
  margin-top: auto;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
.preface__images .imageBox img {
  width: 100%;
  height: 100%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  will-change: filter, transform;
  -webkit-transition: -webkit-filter 1s ease, -webkit-transform 1s ease;
  transition: -webkit-filter 1s ease, -webkit-transform 1s ease;
  transition: filter 1s ease, transform 1s ease;
  transition: filter 1s ease, transform 1s ease, -webkit-filter 1s ease, -webkit-transform 1s ease;
}
.preface__images.active .imageBox {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.preface__images.active .imageBox img {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sliderText {
  overflow: hidden;
}
.sliderText__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(5rem, 30px);
  margin-top: max(3rem, 20px);
  margin-bottom: min(-1.5%, -10px);
}
.sliderText__wrapper b {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: max(18.8rem, 80px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0;
  opacity: 0.2;
  overflow: hidden;
}

.reason__wrapper {
  position: relative;
  width: min(90%, 2200px);
  margin: 0 auto;
  background: #fff;
  border: max(0.2rem, 2px) solid #fff;
  border-radius: max(2rem, 20px);
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .reason__wrapper {
    width: 95%;
  }
}
.reason__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.reason__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #526279;
  z-index: 10;
  mix-blend-mode: multiply;
}
.reason__bg img {
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.reason__content {
  position: relative;
  text-align: center;
  inset: 0;
  padding: max(10rem, 40px) 10% max(12rem, 50px);
  z-index: 10;
}
.reason__content__header {
  margin-bottom: max(3rem, 30px);
}
.reason__content__header h2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(1rem, 10px);
}
@media screen and (max-width: 768px) {
  .reason__content__header h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reason__content__header h2 .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(5.4rem, 40px);
}
.reason__content__header h2 .text {
  font-size: max(3.9rem, 30px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.reason__content__body ul {
  display: grid;
  gap: max(2rem, 20px);
}
@media screen and (max-width: 550px) {
  .reason__content__body ul {
    gap: 30px;
  }
}
.reason__content__body ul li h3 {
  position: relative;
  display: inline-block;
  padding-bottom: max(1.2rem, 12px);
  background-image: radial-gradient(#fff 20%, transparent 20%);
  background-size: max(0.9rem, 9px) max(0.8rem, 8px);
  background-position: bottom;
  background-repeat: repeat-x;
  font-size: max(2rem, 16px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  .reason__content__body ul li h3 {
    display: block;
    padding-bottom: 15px;
  }
}

.step__wrapper {
  padding-top: max(13rem, 60px);
}
.step__preface {
  text-align: center;
}
.step__preface h2 {
  font-size: max(3.9rem, 26px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: max(2rem, 15px);
}
.step__preface p {
  font-size: max(2rem, 15px);
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.step__content {
  margin-top: max(15rem, 100px);
}
.step__content__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px max(7rem, 30px);
  padding: max(5.5rem, 40px) 5%;
  background: #48566a;
  border-radius: max(1rem, 10px) max(1rem, 10px) 0 0;
}
@media screen and (max-width: 1000px) {
  .step__content__header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.step__content__header h2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(4rem, 28px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.step__content__header p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(1.8rem, 15px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.step__content__header p b {
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.step__content__header p b span {
  font-size: max(2rem, 16px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.step__content__header__bubble {
  position: absolute;
  left: 0;
  top: 0;
  width: max(25rem, 150px);
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
}
.step__content__body {
  padding: max(9rem, 40px) 5%;
  background: #fff;
  border-radius: 0 0 max(1rem, 10px) max(1rem, 10px);
}
.step__content__body * {
  color: #526279;
}
.step__content__body .step__title {
  position: relative;
  padding-bottom: max(4rem, 30px);
  margin-top: max(4rem, 30px);
  margin-bottom: max(2rem, 10px);
  z-index: 0;
}
.step__content__body .step__title span {
  display: inline-block;
  padding: max(0.5rem, 5px);
  color: #fff;
  font-size: max(3.7rem, 24px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background: #9ba6b9;
}
.step__content__body .step__title .imageBox {
  position: absolute;
  top: 0;
  left: 0;
  width: max(24.2rem, 180px);
  -webkit-transform: translate(-5%, -80%) rotate(-4deg);
          transform: translate(-5%, -80%) rotate(-4deg);
  z-index: -1;
}
.step__content__body .step__title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: calc(max(0.4rem, 4px) * 10);
  height: max(1.2rem, 12px);
  background-image: radial-gradient(#48566a 25%, transparent 25%);
  background-size: max(1.6rem, 16px) max(1.5rem, 15px);
  background-position: bottom;
  background-repeat: repeat-x;
}
.step__content__body .step__subtitle {
  color: #48566a;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: max(1rem, 10px);
}
.step__content__body .step__subtitle span {
  position: relative;
  z-index: 10;
}
.step__content__body .step__subtitle span::before {
  content: "";
  position: absolute;
  bottom: 0.3lh;
  left: 0;
  width: 100%;
  height: 35%;
  background: rgba(241, 188, 214, 0.8);
  z-index: -1;
}
.step__content__body .step__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(3rem, 20px);
}
@media screen and (max-width: 1000px) {
  .step__content__body .step__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.step__content.content1 .step__content__body__plan__textBox p {
  color: #526279;
  line-height: 2.3;
  letter-spacing: 0.05em;
  font-size: max(1.6rem, 13px);
}
.step__content.content1 .step__content__body__plan__imageBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(57rem, 350px);
}
@media screen and (max-width: 1000px) {
  .step__content.content1 .step__content__body__plan__imageBox {
    width: 100%;
  }
}
.step__content.content1 .step__content__body__plan__imageBox .image {
  border-radius: max(1rem, 10px);
  overflow: hidden;
}
.step__content.content1 .step__content__body__plan__imageBox p {
  color: #526279;
  font-size: max(1.3rem, 11px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: max(2rem, 15px);
}
.step__content.content1 .step__content__body__plan .accordion {
  margin-top: max(5rem, 30px);
}
.step__content.content1 .step__content__body__plan .accordion__header {
  text-align: center;
  padding: max(3rem, 25px) 5%;
  background: rgba(133, 151, 171, 0.2);
  border-radius: max(1rem, 10px);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.step__content.content1 .step__content__body__plan .accordion__header:hover {
  background: rgba(133, 151, 171, 0.3);
}
.step__content.content1 .step__content__body__plan .accordion__header p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(2rem, 10px);
}
.step__content.content1 .step__content__body__plan .accordion__header p .arrow {
  width: max(1.5rem, 15px);
  height: auto;
  aspect-ratio: 1/1;
  border-right: max(0.2rem, 2px) solid #48566a;
  border-bottom: max(0.2rem, 2px) solid #48566a;
  -webkit-transform: translateY(-12.5%) rotate(45deg);
          transform: translateY(-12.5%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.step__content.content1 .step__content__body__plan .accordion__header p .text {
  color: #526279;
  font-size: max(1.6rem, 13px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
.step__content.content1 .step__content__body__plan .accordion__body {
  padding: max(6.5rem, 50px) 5%;
  background: rgba(133, 151, 171, 0.15);
}
.step__content.content1 .step__content__body__plan .accordion__body ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(5rem, 50px) max(3.5rem, 15px);
}
@media screen and (max-width: 1000px) {
  .step__content.content1 .step__content__body__plan .accordion__body ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .step__content.content1 .step__content__body__plan .accordion__body ul {
    grid-template-columns: 1fr;
  }
}
.step__content.content1 .step__content__body__plan .accordion__body ul li .imageBox {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 296/183;
}
.step__content.content1 .step__content__body__plan .accordion__body ul li .imageBox > img {
  width: 100%;
  height: 100%;
  border-radius: max(1rem, 10px);
  border: max(0.1rem, 1px) solid #fff;
}
.step__content.content1 .step__content__body__plan .accordion__body ul li .imageBox .wipe {
  position: absolute;
  top: 0;
  right: 0;
  width: max(7.5rem, 60px);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: max(0.2rem, 2px) solid #fff;
}
.step__content.content1 .step__content__body__plan .accordion__body ul li .textBox h3 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(0.5rem, 5px) max(1.5rem, 5px);
  color: #526279;
  font-size: max(2.1rem, 16px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-top: max(2rem, 20px);
  margin-bottom: max(1rem, 10px);
}
.step__content.content1 .step__content__body__plan .accordion__body ul li .textBox h3 span {
  font-size: max(1.4rem, 12px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.step__content.content1 .step__content__body__plan .accordion__body ul li .textBox p {
  color: #526279;
  line-height: 1.7;
}
.step__content.content1 .step__content__body__plan .accordion.is-open .accordion__header p .arrow {
  -webkit-transform: translateY(40%) rotate(-135deg);
          transform: translateY(40%) rotate(-135deg);
}
.step__content.content1 .step__content__body__plan.plan1 {
  padding-bottom: max(6.5rem, 40px);
  margin-bottom: max(6.5rem, 40px);
  border-bottom: max(0.2rem, 2px) solid rgba(133, 151, 171, 0.2);
}
.step__content.content1 .step__content__body__plan.plan1 .step__content__body__plan__imageBox {
  aspect-ratio: 57/32;
}
.step__content.content1 .step__content__body__plan.plan2 .accordion__body {
  max-width: 1230px;
  margin: 0 auto;
  background: none;
  padding: max(3.5rem, 30px) 5%;
}
.step__content.content1 .step__content__body__plan.plan2 .accordion__body--outer {
  background: rgba(133, 151, 171, 0.15);
}
.step__content.content1 .step__content__body__plan.plan2 .step__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step__content.content1 .step__content__body__plan.plan2 .accordion__body ul {
  display: block;
}
.step__content.content1 .step__content__body__plan.plan2 .accordion__body ul h4 {
  font-size: max(1.8rem, 14px);
  line-height: 2;
}
.step__content.content1 .step__content__body__plan.plan2 .accordion__body ul p {
  font-size: max(1.5rem, 11px);
  line-height: 2;
  margin-bottom: max(2rem, 30px);
}
.step__content.content1 .step__content__body__plan.plan2 .accordion__body ul p.last {
  margin-bottom: max(1rem, 15px);
}
.step__content.content1 .step__content__body__plan.step2 .step__content__body__plan__imageBox {
  aspect-ratio: 57/37;
}
.step__content.content1 .step__content__body__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: max(7rem, 50px);
}
@media screen and (max-width: 1000px) {
  .step__content.content1 .step__content__body__point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.step__content.content1 .step__content__body__point .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: max(3.5rem, 30px) 5%;
  background: rgba(133, 151, 171, 0.15);
  border-radius: max(1rem, 10px);
}
.step__content.content1 .step__content__body__point .textBox h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(1rem, 10px);
  color: #526279;
  font-size: max(2rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: max(3rem, 20px);
}
.step__content.content1 .step__content__body__point .textBox h3 .icon {
  width: max(2rem, 16px);
}
.step__content.content1 .step__content__body__point .textBox ul {
  display: grid;
  gap: max(1.5rem, 15px);
}
.step__content.content1 .step__content__body__point .textBox ul li h4 {
  color: #526279;
  font-size: max(1.8rem, 15px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: max(0.5rem, 5px);
}
.step__content.content1 .step__content__body__point .textBox ul li p {
  color: #526279;
  font-size: max(1.5rem, 13px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
}
.step__content.content1 .step__content__body__point .imageBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(56.5rem, 370px);
  margin-left: -2.5%;
}
@media screen and (max-width: 1000px) {
  .step__content.content1 .step__content__body__point .imageBox {
    margin-left: 0;
    margin-top: -2.5%;
  }
}
@media screen and (max-width: 550px) {
  .step__content.content1 .step__content__body__point .imageBox {
    width: 100%;
  }
}
.step__content.content2 .step__content__body .step__inner {
  margin-top: max(6rem, 30px);
}
.step__content.content2 .step__content__body__title p {
  line-height: 2.3;
  letter-spacing: 0.05em;
  font-size: max(1.6rem, 13px);
}
.step__content.content2 .step__content__body figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(61.5rem, 350px);
  aspect-ratio: 205/131;
}
@media screen and (max-width: 1000px) {
  .step__content.content2 .step__content__body figure {
    width: 100%;
  }
}
.step__content.content2 .step__content__body figure img {
  border-radius: max(1rem, 10px);
}
.step__content.content2 .step__content__body figure figcaption {
  font-size: max(1.5rem, 13px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: max(1rem, 10px);
}
.step__content.content2 .step__content__body .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: max(3rem, 20px) 5%;
  background: rgba(133, 151, 171, 0.15);
  border-radius: max(1rem, 10px);
}
.step__content.content2 .step__content__body .textBox h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: max(1rem, 10px);
}
.step__content.content2 .step__content__body .textBox h4 .icon {
  width: max(2rem, 18px);
}
.step__content.content2 .step__content__body .textBox h4 .text {
  font-family: "Josefin Sans", sans-serif;
  font-size: max(2.3rem, 21px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.step__content.content2 .step__content__body .textBox__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(1.5rem, 5px) max(3rem, 10px);
  margin-top: max(5rem, 30px);
}
@media screen and (max-width: 1000px) {
  .step__content.content2 .step__content__body .textBox__inner {
    gap: max(4rem, 20px) max(6rem, 15px);
  }
}
.step__content.content2 .step__content__body .textBox__inner ul {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.step__content.content3 .step__content__body {
  position: relative;
}
.step__content.content3 .step__content__body__deco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: max(30.5rem, 150px);
  -webkit-transform: translate(-10%, -10%) rotate(3deg);
          transform: translate(-10%, -10%) rotate(3deg);
}
.step__content.content3 .step__content__body__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(6rem, 35px) max(5rem, 30px);
}
@media screen and (max-width: 768px) {
  .step__content.content3 .step__content__body__gallery {
    grid-template-columns: 1fr;
  }
}
.step__content.content3 .step__content__body__gallery figure img {
  aspect-ratio: 257/137;
  border-radius: max(1rem, 10px);
}
.step__content.content3 .step__content__body__gallery figure figcaption {
  font-size: max(1.8rem, 15px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: max(1rem, 10px);
}
.step__content.content4 .step__content__body__title .step__title {
  margin-top: 0;
}
.step__content.content4 .step__content__body__title > p {
  line-height: 2.3;
  letter-spacing: 0.05em;
  font-size: max(1.6rem, 13px);
}
.step__content.content4 .step__content__body__imageBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(50rem, 300px);
  height: auto;
  aspect-ratio: 51/29;
}
@media screen and (max-width: 1000px) {
  .step__content.content4 .step__content__body__imageBox {
    width: 100%;
  }
}
.step__content.content4 .step__content__body__imageBox img {
  border-radius: max(1rem, 10px);
}
.step__content.content4 .step__content__body__point {
  display: grid;
  grid-template-columns: max(27.5rem, 200px) max(27.5rem, 200px) 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: max(3.5rem, 20px);
  margin-top: max(6rem, 30px);
  margin-bottom: max(5.5rem, 30px);
  padding-bottom: max(5.5rem, 30px);
  border-bottom: max(0.2rem, 2px) solid rgba(133, 151, 171, 0.2);
}
@media screen and (max-width: 1300px) {
  .step__content.content4 .step__content__body__point {
    grid-template-columns: max(25rem, 150px) max(25rem, 150px) 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .step__content.content4 .step__content__body__point {
    gap: 30px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .step__content.content4 .step__content__body__point {
    gap: 30px 10px;
  }
}
.step__content.content4 .step__content__body__point .point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(1rem, 10px);
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .step__content.content4 .step__content__body__point .point__item {
    display: grid;
    grid-column: unset !important;
    grid-row: unset !important;
    gap: 0;
  }
}
.step__content.content4 .step__content__body__point .point__item .imageBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .step__content.content4 .step__content__body__point .point__item .imageBox {
    width: 100%;
    margin-bottom: 10px;
  }
}
.step__content.content4 .step__content__body__point .point__item .imageBox img {
  aspect-ratio: 41/35;
  border-radius: max(1rem, 10px);
}
@media screen and (max-width: 1000px) {
  .step__content.content4 .step__content__body__point .point__item .textBox {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
}
.step__content.content4 .step__content__body__point .point__item .textBox h3 {
  font-size: max(2.1rem, 15px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: max(1rem, 10px);
}
.step__content.content4 .step__content__body__point .point__item .textBox p {
  font-size: max(1.5rem, 12px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}
.step__content.content4 .step__content__body__point .point__item.item1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-column: 1/2;
  grid-row: 1/3;
}
.step__content.content4 .step__content__body__point .point__item.item2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-column: 2/3;
  grid-row: 1/3;
}
.step__content.content4 .step__content__body__point .point__item.item3 {
  grid-column: 3/4;
  grid-row: 1/2;
}
.step__content.content4 .step__content__body__point .point__item.item3 .imageBox {
  width: max(20.5rem, 150px);
}
@media screen and (max-width: 1000px) {
  .step__content.content4 .step__content__body__point .point__item.item3 .imageBox {
    width: 100%;
  }
}
.step__content.content4 .step__content__body__point .point__item.item4 {
  grid-column: 3/4;
  grid-row: 2/3;
}
.step__content.content4 .step__content__body__point .point__item.item4 .imageBox {
  width: max(20.5rem, 150px);
}
@media screen and (max-width: 1000px) {
  .step__content.content4 .step__content__body__point .point__item.item4 .imageBox {
    width: 100%;
  }
}
.step__content.content4 .step__content__body__relief .step__content__body__imageBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(50.5rem, 300px);
  aspect-ratio: 101/58;
}
@media screen and (max-width: 1000px) {
  .step__content.content4 .step__content__body__relief .step__content__body__imageBox {
    width: 100%;
  }
}

.quality {
  position: relative;
  background: #48566a;
  border-top: max(0.2rem, 2px) solid #fff;
  z-index: 0;
}
.quality__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.quality__bg::before {
  position: absolute;
  inset: 0;
  background: #48566a;
  mix-blend-mode: multiply;
}
.quality__bg img {
  width: 100%;
  height: 100%;
  opacity: 0.15;
}
.quality__wrapper {
  padding-top: max(12rem, 70px);
  padding-bottom: max(10rem, 60px);
}
.quality h2 {
  text-align: center;
  font-size: max(3.9rem, 26px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: max(3rem, 30px);
}
.quality__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(4rem, 40px) max(6rem, 20px);
  margin-bottom: max(5.5rem, 40px);
}
@media screen and (max-width: 768px) {
  .quality__content {
    grid-template-columns: 1fr;
  }
}
.quality__content__item h3 {
  text-align: center;
  font-size: max(2.4rem, 18px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.quality__content__item h3 sup {
  font-size: 60%;
}
.quality__content__item .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: max(1rem, 10px);
  border: max(0.2rem, 2px) solid #fff;
  overflow: hidden;
  margin-top: max(1rem, 10px);
  margin-bottom: max(1rem, 10px);
}
.quality__content__item .imageBox img {
  width: 100%;
  height: 100%;
}
.quality__content__item .textBox h4 {
  font-size: max(2.1rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: max(1rem, 10px);
}
.quality__content__item .textBox p {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.quality span.attention {
  display: grid;
  gap: 5px;
}
.quality span.attention small {
  font-size: max(1.2rem, 10px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.simulation {
  position: relative;
  background: #fff;
  z-index: 0;
}
.simulation::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: rgba(227, 113, 52, 0.15);
  -webkit-clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1000px) {
  .simulation::before {
    -webkit-clip-path: polygon(0 0, 60% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 60% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 768px) {
  .simulation::before {
    -webkit-clip-path: polygon(0 0, 45% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 45% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 550px) {
  .simulation::before {
    width: 60%;
    -webkit-clip-path: polygon(0 0, 20% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 20% 0%, 100% 100%, 0% 100%);
  }
}
.simulation__wrapper {
  padding-top: max(12rem, 70px);
  padding-bottom: max(12rem, 70px);
}
.simulation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .simulation__inner {
    gap: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 550px) {
  .simulation__inner {
    gap: 30px;
  }
}
.simulation .imageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: max(81.5rem, 450px);
}
@media screen and (max-width: 1300px) {
  .simulation .imageBox {
    width: max(74rem, 450px);
  }
}
@media screen and (max-width: 1000px) {
  .simulation .imageBox {
    width: 100%;
  }
}
.simulation .imageBox__content1 {
  width: 55%;
  overflow: hidden;
}
.simulation .imageBox__content1 img {
  border-radius: max(1rem, 10px);
}
.simulation .imageBox__content2 {
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  width: max(30.5rem, 175px);
  height: auto;
  margin-top: 2%;
  margin-left: -5%;
  aspect-ratio: 167/161;
}
@media screen and (max-width: 1000px) {
  .simulation .imageBox__content2 {
    width: 35%;
  }
}
.simulation .imageBox__content2__inner {
  position: absolute;
  bottom: 15%;
  right: -10%;
  width: 70%;
}
.simulation .imageBox__content2__inner img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(10%, 50%);
          transform: translate(10%, 50%);
}
.simulation .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.simulation .textBox h2 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(3.6rem, 27px);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: max(1rem, 10px);
}
.simulation .textBox h2 b {
  display: inline-block;
  color: #e37134;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.simulation .textBox p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.5rem, 13px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
}
.simulation__btnBox {
  width: 100%;
  margin-top: max(6rem, 40px);
}
.simulation__btnBox .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(1rem, 10px);
  width: 100%;
  padding: max(3.5rem, 30px) 5%;
  background: #e37134;
}
.simulation__btnBox .btn__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(4.1rem, 21px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
.simulation__btnBox .btn__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(2rem, 15px);
  height: auto;
  aspect-ratio: 1/1;
  border-right: max(0.2rem, 2px) solid #fff;
  border-bottom: max(0.2rem, 2px) solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.simulation__btnBox .btn:hover .btn__arrow {
  -webkit-transform: translateX(10px) rotate(-45deg);
          transform: translateX(10px) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */