:root {
  --color-brand: #D1C120;
  --color-brand-sub: #E6A3A5;
  --color-brand-line: #F2D4D5;
  --color-bg-brand: #FFEAEB;
  --color-light: #FFFFFF;
  --color-dark: #070707;
  --color-gray: #EFEFEF;
  --color-darkgray: #D8D8D8;
  --color-t-main: #6F6B55;
  --color-t-sub: #9D9D9D;
  --color-t-label: #6F6B55;
  --color-text: #070707;
  --color-text-sub: #454545;
  --color-text-on-dark: #FFFFFF;
  --color-text-hover: #2E6DAC;
  --color-button: #2E6DAC;
}

.fv {
  height: 100vh;
  position: relative;
  background-color: var(--color-light);
  padding: 110px 120px;
}
@media (max-width: 1023px) {
  .fv {
    height: 97vh;
    padding: 80px 13.6% 35px 6.4%;
  }
}
.fv::after {
  content: "";
  width: 84.8958333333%;
  position: absolute;
  inset: 0;
  left: auto;
  background-color: var(--color-brand);
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 1023px) {
  .fv::after {
    width: 100%;
    height: calc((100% - 35px) * 0.98);
    left: 0;
    bottom: auto;
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
  }
}
.fv.is-active .fv__catchcopy span {
  transform: translateX(0);
  opacity: 1;
}
.fv__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.fv__image {
  width: 100%;
  height: 100%;
}
.fv__image img {
  height: 100%;
}
.fv__catchcopy {
  position: absolute;
  top: 55%;
  left: 0;
  z-index: 1;
  transform: translateX(-4%);
  letter-spacing: 0.05em;
  color: var(--color-text-on-dark);
}
@media (max-width: 1023px) {
  .fv__catchcopy {
    top: 100%;
    transform: translate(-4%, -89%);
  }
}
.fv__catchcopy span {
  display: inline-block;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateX(-150%);
  background-color: var(--color-dark);
  padding-left: 30px;
}
@media (max-width: 1023px) {
  .fv__catchcopy span {
    padding-left: 10px;
  }
}
.fv__catchcopy span:nth-of-type(1) {
  transition: opacity 1s, transform 2s;
  transition-delay: 0.2s;
}
@media (max-width: 1023px) {
  .fv__catchcopy span:nth-of-type(1) {
    transition: opacity 0.5s, transform 1s;
  }
}
.fv__catchcopy span:nth-of-type(2) {
  transition: opacity 0.9s, transform 1.8s;
  transition-delay: 1s;
}
@media (max-width: 1023px) {
  .fv__catchcopy span:nth-of-type(2) {
    transition: opacity 0.9s, transform 1.3s;
    transition-delay: 0.5s;
  }
}
.fv__catchcopy-main {
  font-size: clamp(5rem, 3.8541666667vw, 7.4rem);
  line-height: 1.73;
}
@media (max-width: 1023px) {
  .fv__catchcopy-main {
    font-size: 2.9rem;
    line-height: 1.17;
    padding: 13px 0 13px 10px;
  }
}
.fv__catchcopy-sub {
  font-size: 2.8rem;
  font-size: clamp(2rem, 1.4583333333vw, 2.8rem);
  line-height: 2.14;
  padding-right: 28px;
  margin-top: 15px;
}
@media (max-width: 1023px) {
  .fv__catchcopy-sub {
    font-size: 1.4rem;
    line-height: 1.28;
    padding: 7px 10px;
    margin-top: 4px;
  }
}
.fv__deco-text {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(5%, 50%);
  z-index: 1;
  font-size: clamp(6.8rem, 6.7708333333vw, 13rem);
  font-style: italic;
  line-height: 1.17;
  letter-spacing: 0;
  color: #DED463;
  mix-blend-mode: soft-light;
}
@media (max-width: 1023px) {
  .fv__deco-text {
    transform: translate(70%, -11px);
    font-size: 4.8rem;
    line-height: 1.18;
    writing-mode: vertical-rl;
  }
}

.top-section__title {
  font-size: clamp(10rem, 9.765625vw, 13rem);
  line-height: 1.17;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .top-section__title {
    font-size: 6.6rem;
    font-size: clamp(6.6rem, 17.6vw, 10rem);
  }
}

.about {
  padding: 150px 0 70px;
}
.about__inner {
  width: clamp(900px, 87.890625%, 1382px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .about__inner {
    width: clamp(316px, 84.2666666667%, 500px);
    flex-direction: column;
    gap: 40px;
  }
}
.about__images {
  width: 50.7235890014%;
  position: relative;
}
@media (max-width: 1023px) {
  .about__images {
    width: 100%;
    aspect-ratio: 316/270;
  }
}
.about__images img {
  width: 39.9429386591%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.about__images picture:nth-child(1) img {
  z-index: 1;
  transform: translate(-126%, -58%);
}
@media (max-width: 1023px) {
  .about__images picture:nth-child(1) img {
    left: 0;
    transform: translate(0, -49%);
  }
}
.about__images picture:nth-child(2) img {
  z-index: 3;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .about__images picture:nth-child(2) img {
    inset: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.about__images picture:nth-child(3) img {
  z-index: 1;
  transform: translate(23%, -70%);
}
@media (max-width: 1023px) {
  .about__images picture:nth-child(3) img {
    inset: auto;
    top: 0;
    right: 0;
    transform: none;
  }
}
.about__content {
  width: 39.7973950796%;
  min-width: 400px;
}
@media (max-width: 1023px) {
  .about__content {
    width: 100%;
    position: relative;
    min-width: 0;
  }
}
@media (max-width: 1023px) {
  .about__title {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(20%, -50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
.about__lead {
  font-size: 2.6rem;
  font-size: clamp(2.4rem, 2.34375vw, 2.6rem);
  line-height: 1.76;
  margin-bottom: 1.88em;
}
@media (max-width: 1023px) {
  .about__lead {
    font-size: clamp(2rem, 5.3333333333vw, 3rem);
    line-height: 1.7;
  }
}
.about__text {
  font-size: 1.8rem;
  line-height: 1.77;
}
@media (max-width: 1023px) {
  .about__text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.about__text + .about__text {
  margin-top: 1.77em;
}
@media (max-width: 1023px) {
  .about__text + .about__text {
    margin-top: 1.5em;
  }
}
.about__link {
  width: 280px;
  height: 74px;
  display: flex;
  align-items: center;
  border-radius: 37px;
  padding: 0 40px;
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .about__link {
    height: 54px;
    margin: 36px auto 0;
  }
}
@media (hover: hover) {
  .about__link:hover .about__label .arrow-right {
    background-color: var(--color-dark);
  }
  .about__link:hover .about__label .arrow-right::before, .about__link:hover .about__label .arrow-right::after {
    background-color: var(--color-dark);
  }
}
.about .about__label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .about__label .u-arrow-right {
  transition: 0.2s ease-out;
  transform-origin: left center;
  background-color: var(--color-light);
}
.about .about__label .u-arrow-right::before, .about .about__label .u-arrow-right::after {
  background-color: var(--color-light);
}
.about .about__label .arrow-right {
  width: 14px;
  height: 2px;
  position: relative;
  display: inline-block;
  transition: 0.2s ease-out;
  transform-origin: left center;
  background-color: var(--color-light);
  border-radius: 1px;
}
.about .about__label .arrow-right::before, .about .about__label .arrow-right::after {
  content: "";
  width: 8px;
  height: 2px;
  position: absolute;
  inset: 0;
  left: auto;
  margin: auto;
  background-color: var(--color-light);
  border-radius: 1px;
  transform: rotate(44.8deg);
  transform-origin: right center;
}
.about .about__label .arrow-right::after {
  transform: rotate(-44.8deg);
}

.service {
  position: relative;
  margin-top: 10.5104235266vw;
  padding-bottom: calc(220px + 6.25vw);
}
.service::before, .service::after {
  content: "";
  position: absolute;
  top: 0;
}
.service::before {
  width: 40%;
  aspect-ratio: 768/207;
  right: 0;
  transform: translateY(-90%);
  background-color: var(--color-dark);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.service::after {
  width: 101%;
  height: 10.5104235266vw;
  left: 0;
  background-color: var(--color-brand);
  transform: translateY(-99%);
  clip-path: polygon(0 10.5104235266vw, 0 0, 100% 100%, 100% 100%, 0 100%);
}
.service__inner {
  position: relative;
  z-index: 1;
  background-color: var(--color-brand);
  padding: 46px 0 calc(180px + 6.25vw);
}
@media (max-width: 1023px) {
  .service__inner {
    padding-top: 65px;
  }
}
.service__wrap {
  width: clamp(900px, 87.890625%, 1200px);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .service__wrap {
    width: clamp(315px, 84%, 500px);
    flex-direction: column;
    gap: 18px;
  }
}
.service__text {
  width: 52.5%;
  font-size: 1.8rem;
  line-height: 1.77;
}
@media (max-width: 1023px) {
  .service__text {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.service__link-list {
  width: clamp(900px, 87.890625%, 1200px);
  margin: 70px auto 0;
}
@media (max-width: 1023px) {
  .service__link-list {
    width: clamp(300px, 80%, 500px);
    margin: 60px auto 0;
  }
}
.service__link-item + .service__link-item {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .service__link-item + .service__link-item {
    margin-top: 40px;
  }
}
.service__link {
  width: 100%;
  aspect-ratio: 1200/400;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 6.6666666667%;
}
@media (max-width: 1023px) {
  .service__link {
    aspect-ratio: auto;
    flex-direction: column;
    padding-left: 0;
  }
}
@media (hover: hover) {
  .service__link:hover .service__link-image img {
    transform: scale(1.1);
  }
  .service__link:hover .service__arrow-right {
    animation: arrow-loop 0.6s;
  }
}
@keyframes arrow-loop {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  49% {
    opacity: 1;
    transform: translateX(200%);
  }
  49.5% {
    opacity: 0;
    transform: translateX(200%);
  }
  50% {
    opacity: 0;
    transform: translateX(-200%);
  }
  50.5% {
    opacity: 1;
    transform: translateX(-200%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.service__link-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .service__link-image {
    height: auto;
    max-height: 280px;
    position: relative;
  }
}
.service__link-image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
}
@media (max-width: 1023px) {
  .service__link-image::after {
    content: none;
  }
}
.service__link-image--mask-sm::after {
  background: linear-gradient(90deg, #EAEAEA 0%, #ECECEC 23%, rgba(240, 240, 240, 0.7176470588) 35%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 100%);
}
.service__link-image--mask-md::after {
  background: linear-gradient(90deg, #EAEAEA 0%, #ECECEC 33%, rgba(240, 240, 240, 0.7176470588) 44%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 100%);
}
.service__link-image img {
  transition: transform 0.6s ease;
}
@media (max-width: 1023px) {
  .service__link-content {
    width: 100%;
    background-color: var(--color-light);
  }
}
.service__link-wrap {
  width: clamp(395px, 47.0238095238%, 474px);
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .service__link-wrap {
    width: 100%;
    padding: 6.6666666667% 7% 20%;
  }
}
.service__link-label {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.16;
}
@media (max-width: 1023px) {
  .service__link-label {
    width: 223px;
    aspect-ratio: 1;
    position: absolute;
    top: -53px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    border-radius: 50%;
    background-color: var(--color-light);
    padding-top: 34px;
  }
}
.service__link-title {
  font-size: 3.2rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .service__link-title {
    position: relative;
    z-index: 1;
    font-size: 2.6rem;
    line-height: 1.42;
    text-align: center;
  }
}
.service__link-text {
  font-size: 1.8rem;
  line-height: 1.77;
  margin-top: clamp(20px, 1.953125vw, 40px);
}
@media (max-width: 1023px) {
  .service__link-text {
    font-size: 1.6rem;
    line-height: 1.75;
    position: relative;
    z-index: 1;
  }
}
.service__link-button {
  width: 86px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 2.6666666667%;
  bottom: 8%;
  background-color: var(--color-dark);
  border-radius: 20px;
}
@media (max-width: 1023px) {
  .service__link-button {
    width: 60px;
    height: 28px;
    right: 6.6666666667%;
    bottom: clamp(20px, 5.3333333333vw, 31px);
  }
}
.service__arrow-wrap {
  width: 14px;
  height: 11px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.service__arrow-right {
  width: 12px;
  height: 2px;
  position: relative;
  background-color: var(--color-light);
  border-radius: 1px;
}
.service__arrow-right::before, .service__arrow-right::after {
  content: "";
  width: 8px;
  height: 2px;
  position: absolute;
  right: 0;
  background-color: var(--color-light);
  border-radius: 1px;
  transform: rotate(45deg);
  transform-origin: right center;
}
.service__arrow-right::after {
  transform: rotate(-45deg);
}
.service__slide-image {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}/*# sourceMappingURL=index.css.map */