/*======================
  reset
======================*/
html, body, div, span, iframe, h1, h2, h3, h4, p, a, img, dl, dt, dd, ol, ul, li, label, table, tbody, tr, th, td, figure, blockquote {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, figure, footer, header, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease-in;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

video {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*======================*/
body {
  font-family: "Lato", "Noto Sans Japanese", "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #111;
}

/*------------------------------
variables
------------------------------*/
/*------------------------------
common
------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #444;
}
@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

button {
  border: none;
}

address {
  font-style: normal;
}

@media (max-width: 600px) {
  .is-pc {
    display: none !important;
  }
}

@media (min-width: 981px) {
  .is-tab {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .is-tab {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .is-pc {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .is-pc {
    display: none !important;
  }
}

@media (min-width: 981px) {
  .is-sp {
    display: none !important;
  }
}

.main {
  padding-top: calc(90vw / 14.4);
}
@media (max-width: 980px) {
  .main {
    padding-top: calc(70vw / 14.4);
  }
}
@media (max-width: 600px) {
  .main {
    padding-top: calc(20vw / 3.75);
  }
}

.inner {
  margin: 0 auto;
  padding: 0 calc(20vw / 14.4);
}
@media (max-width: 600px) {
  .inner {
    padding: 0 calc(16vw / 3.75);
  }
}

.anchor {
  scroll-margin-top: calc(90vw / 14.4);
}
@media (max-width: 980px) {
  .anchor {
    scroll-margin-top: calc(70vw / 14.4);
  }
}
@media (max-width: 600px) {
  .anchor {
    scroll-margin-top: calc(60vw / 3.75);
  }
}

.marker {
  display: inline;
  position: relative;
}
.marker::before {
  content: "";
  position: absolute;
  bottom: 3%;
  left: 0;
  width: 0%;
  height: 1em;
  background: linear-gradient(transparent 60%, #ffe100 60%);
  z-index: -1;
  transition: all 1.5s ease;
  animation-delay: 1.5s;
}
.marker.on::before {
  width: 100%;
}

.hover-opacity {
  transition: all 0.4s ease;
}
.hover-opacity:hover {
  opacity: 0.5;
}

.js-fade-up-trigger {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

.fade-up {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fade-up--delay {
  animation-duration: 2s;
}
.fade-up--delay-mvttl {
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-name: fadeUpmvttl;
  animation-fill-mode: forwards;
  opacity: 0;
}

.js-fade-up-about {
  opacity: 0;
  animation-delay: 2s;
  animation-duration: 2s;
  animation-name: fadeUpAbout;
  animation-fill-mode: forwards;
  opacity: 0;
}

.js-fade-in-trigger {
  opacity: 0;
  transition: all 0.6s ease-out;
}

@keyframes fadeUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpmvttl {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUpAbout {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in-left {
  animation-name: fadeInLeft;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
  opacity: 0;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.section-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}
@media (max-width: 600px) {
  .section-heading {
    gap: calc(10vw / 3.75);
    margin-left: calc(20vw / 3.75);
  }
}
.section-heading__en {
  display: flex;
  gap: 18px;
  position: relative;
}
@media (max-width: 600px) {
  .section-heading__en {
    gap: calc(10vw / 3.75);
  }
}
.section-heading__en span {
  font-family: "Red Hat Display", sans-serif;
  font-size: calc(72vw / 14.4);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .section-heading__en span {
    font-size: calc(30vw / 3.75);
  }
}
.section-heading__en .is-gray {
  color: #bbb;
}
.section-heading__ja {
  position: relative;
  top: 0.5em;
  font-weight: 500;
  line-height: 1;
  font-size: calc(16vw / 14.4);
  padding-left: calc(74vw / 14.4);
}
@media (max-width: 600px) {
  .section-heading__ja {
    font-size: calc(14vw / 3.75);
    top: 0.3em;
    letter-spacing: 0.05em;
    padding-left: calc(30vw / 3.75);
  }
}
.section-heading__ja::after {
  position: absolute;
  content: "";
  bottom: 35%;
  left: 0;
  width: calc(60vw / 14.4);
  height: 1px;
  background: #ccc;
}
@media (max-width: 600px) {
  .section-heading__ja::after {
    width: calc(20vw / 3.75);
    right: calc(0vw / 3.75);
  }
}
.section-heading.is-top {
  flex-direction: column;
  align-items: start;
  gap: calc(14vw / 14.4);
}
@media (max-width: 600px) {
  .section-heading.is-top {
    gap: calc(10vw / 3.75);
  }
}
.section-heading.is-top .section-heading__en {
  flex-direction: column;
  gap: 0;
}
@media (max-width: 600px) {
  .section-heading.is-top .section-heading__en span {
    font-size: calc(48vw / 3.75);
  }
}
.section-heading.is-top .section-heading__en .is-gray {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: calc(-5vw / 14.4);
}
@media (max-width: 600px) {
  .section-heading.is-top .section-heading__en .is-gray {
    margin-top: 0;
  }
}
.section-heading.is-top .section-heading__en .is-gray::after {
  content: "";
  bottom: 38%;
  right: 0;
  transform: translateX(110%);
  width: calc(170vw / 14.4);
  height: 1px;
  position: absolute;
  background: #ccc;
}
@media (max-width: 600px) {
  .section-heading.is-top .section-heading__en .is-gray::after {
    width: calc(80vw / 3.75);
    right: calc(-10vw / 3.75);
  }
}
.section-heading.is-top .section-heading__ja {
  padding-left: calc(28vw / 14.4);
  font-size: calc(18vw / 14.4);
  top: 0;
}
@media (max-width: 600px) {
  .section-heading.is-top .section-heading__ja {
    padding-left: calc(16vw / 3.75);
    top: 0;
    font-size: calc(15vw / 3.75);
  }
}
.section-heading.is-top .section-heading__ja::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(4vw / 14.4);
  width: calc(12vw / 14.4);
  height: calc(12vw / 14.4);
  background: #ffe100;
  border-radius: 100px;
}
@media (max-width: 600px) {
  .section-heading.is-top .section-heading__ja::before {
    left: 0;
    width: calc(11.488vw / 3.75);
    height: calc(11.488vw / 3.75);
  }
}
.section-heading.is-top .section-heading__ja::after {
  display: none;
}

.heading__en {
  font-family: "Montserrat", sans-serif;
  font-size: calc(22vw / 14.4);
  padding-left: calc(22vw / 14.4);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 600px) {
  .heading__en {
    font-size: calc(14vw / 3.75);
    padding-left: calc(20vw / 3.75);
  }
}
.heading__en::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: calc(12vw / 14.4);
  height: calc(12vw / 14.4);
  background: #ffe100;
  border-radius: 100px;
}
@media (max-width: 600px) {
  .heading__en::before {
    left: 0;
    width: calc(10vw / 3.75);
    height: calc(10vw / 3.75);
  }
}

.top_page {
  background: linear-gradient(180deg, #ebebeb 0%, #eee 19.23%, #fff 33.65%) no-repeat;
}
@media (max-width: 600px) {
  .top_page {
    background: linear-gradient(180deg, #ebebeb 0%, #eee 28.23%, #fff 48.65%) no-repeat;
  }
}
.top_page .mv {
  height: calc(610vw / 14.4);
}
@media (max-width: 600px) {
  .top_page .mv {
    height: calc(300vw / 3.75);
  }
}
.top_page .mv__inner {
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 600px) {
  .top_page .mv__inner {
    padding-top: calc(70vw / 3.75);
  }
}
.top_page .mv__bg1, .top_page .mv__bg2, .top_page .mv__logo, .top_page .mv__title {
  position: absolute;
}
.top_page .mv__bg1 {
  width: calc(628vw / 14.4);
  top: 31%;
  left: calc(-92vw / 14.4);
}
@media (max-width: 600px) {
  .top_page .mv__bg1 {
    width: calc(161vw / 3.75);
    top: 48%;
    left: calc(-46vw / 3.75);
  }
}
.top_page .mv__bg2 {
  width: calc(204vw / 14.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -47%);
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .top_page .mv__bg2 {
    width: calc(90vw / 3.75);
    top: 55%;
    transform: translate(-50%, -55%);
  }
}
.top_page .mv__bg2 img {
  position: relative;
  z-index: 0;
}
.top_page .mv__logo {
  width: calc(56vw / 14.4);
  top: 0;
  left: calc(40vw / 14.4);
}
@media (max-width: 600px) {
  .top_page .mv__logo {
    width: calc(26vw / 3.75);
    left: calc(16vw / 3.75);
  }
}
.top_page .mv__title {
  width: 95%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-49%, -53%);
}
@media (max-width: 600px) {
  .top_page .mv__title {
    transform: translate(-50%, -55%);
    top: 64%;
  }
}
.top_page .mv__title-part {
  white-space: nowrap;
  color: #444;
  font-family: "Zen Old Mincho", serif;
  font-size: calc(86.851vw / 14.4);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.004em;
  transform: translateY(0) rotate(-2deg) translateZ(0);
  display: block;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  transform-origin: center;
}
@media (max-width: 600px) {
  .top_page .mv__title-part {
    display: block;
    font-size: calc(42.768vw / 3.75);
    position: relative;
    font-weight: 700;
  }
  .top_page .mv__title-part:first-of-type {
    -moz-text-align-last: left;
         text-align-last: left;
    left: calc(8vw / 14.4);
  }
  .top_page .mv__title-part:last-of-type {
    text-align: end;
    right: calc(-13vw / 14.4);
    top: calc(-4vw / 14.4);
  }
}
.top_page .mv__title-part span.fsS {
  font-size: calc(82.71vw / 14.4);
}
@media (max-width: 600px) {
  .top_page .mv__title-part span.fsS {
    font-size: calc(40.729vw / 3.75);
  }
}
.top_page .mv__title-part span.blur {
  filter: blur(8px);
  opacity: 0.3;
  transition: filter 0.8s ease, opacity 0.8s ease;
}
.top_page .mv__title-part span.blur.is-visible {
  filter: blur(0);
  opacity: 1;
}
.top_page .mv__title-part span.blur-sp {
  filter: blur(8px);
  opacity: 0.3;
  transition: filter 0.8s ease, opacity 0.8s ease;
}
.top_page .mv__title-part span.blur-sp.is-visible {
  filter: blur(0);
  opacity: 1;
}
.top_page .about {
  margin-top: calc(116vw / 14.4);
}
@media (max-width: 980px) {
  .top_page .about {
    margin-top: calc(10vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_page .about {
    margin-top: calc(30vw / 3.75);
  }
}
.top_page .about__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(12vw / 14.4);
}
@media (max-width: 980px) {
  .top_page .about__flex {
    flex-direction: column;
    gap: calc(18vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_page .about__flex {
    flex-direction: column;
    gap: calc(20vw / 3.75);
  }
}
.top_page .about__left {
  flex: 0 0 35%;
  width: calc(430vw / 14.4);
  flex-shrink: 0;
}
@media (max-width: 980px) {
  .top_page .about__left {
    width: 100%;
    width: auto;
    width: calc(360vw / 9.8);
    margin-left: calc(20vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_page .about__left {
    width: 100%;
    width: calc(313vw / 3.75);
    margin-left: 0;
  }
}
.top_page .about__heading {
  padding-left: calc(52vw / 14.4);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: calc(30vw / 14.4);
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 980px) {
  .top_page .about__heading {
    font-size: clamp(16px, 20vw / 9.8, 20vw / 9.8);
    padding-left: calc(30vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_page .about__heading {
    font-size: clamp(16px, 20vw / 3.75, 20vw / 3.75);
    padding-left: calc(30vw / 3.75);
  }
}
.top_page .about__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: calc(16vw / 14.4);
  height: calc(16vw / 14.4);
  background: #ffe100;
  border-radius: 999px;
}
@media (max-width: 980px) {
  .top_page .about__heading::before {
    width: calc(10vw / 9.8);
    height: calc(10vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_page .about__heading::before {
    width: calc(10vw / 3.75);
    height: calc(10vw / 3.75);
  }
}
.top_page .about__text {
  line-height: 2;
  font-size: clamp(13px, 16vw / 14.4, 16vw / 14.4);
}
@media (max-width: 980px) {
  .top_page .about__text {
    text-align: center;
    line-height: 1.8;
  }
}
@media (max-width: 600px) {
  .top_page .about__text {
    text-align: center;
    line-height: 1.8;
    font-size: clamp(12px, 14vw / 3.75, 14vw / 3.75);
  }
}
.top_page .about__text:not(:first-of-type) {
  margin-top: calc(20vw / 14.4);
}
@media (max-width: 980px) {
  .top_page .about__text:not(:first-of-type) {
    margin-top: calc(12vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_page .about__text:not(:first-of-type) {
    margin-top: calc(12vw / 3.75);
  }
}
.top_page .about__text .is-marker {
  font-weight: 700;
}
.top_page .about__links {
  margin: calc(50vw / 14.4) auto 0;
  width: calc(982vw / 14.4);
  display: flex;
  justify-content: space-between;
  gap: calc(54vw / 14.4);
}
@media (max-width: 980px) {
  .top_page .about__links {
    flex-direction: column;
    margin: calc(40vw / 9.8) auto 0;
    width: calc(450vw / 9.8);
    gap: calc(20vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_page .about__links {
    flex-direction: column;
    margin: calc(40vw / 3.75) auto 0;
    width: calc(335vw / 3.75);
    gap: calc(20vw / 3.75);
  }
}
.top_page .about__link {
  width: 100%;
  display: block;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(20vw / 14.4);
  padding: calc(25vw / 14.4) calc(30vw / 14.4);
}
@media (max-width: 980px) {
  .top_page .about__link {
    padding: 18px clamp(10px, 20vw / 9.8, 20vw / 9.8);
    gap: calc(15vw / 14.4);
  }
}
@media (max-width: 600px) {
  .top_page .about__link {
    padding: calc(20vw / 3.75) calc(15vw / 3.75);
    gap: calc(12vw / 3.75);
  }
}
.top_page .about__link-img {
  flex: 0 0 53%;
  aspect-ratio: 100/96;
}
@media (max-width: 980px) {
  .top_page .about__link-img {
    flex: 0 0 51%;
  }
}
.top_page .about__link-text {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(14px, 18vw / 14.4, 18vw / 14.4);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .top_page .about__link-text {
    font-size: clamp(8px, 14vw / 9.8, 14vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_page .about__link-text {
    font-size: clamp(10px, 14vw / 3.75, 14vw / 3.75);
  }
}
.top_page .about__link-text--company {
  margin-left: calc(8vw / 14.4);
}
@media (max-width: 980px) {
  .top_page .about__link-text--company {
    margin-left: calc(16vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_page .about__link-text--company {
    margin-left: calc(12vw / 3.75);
  }
}
.top_page .about__link-text::after {
  content: "";
  flex-shrink: 0;
  width: calc(30vw / 14.4);
  aspect-ratio: 1/1;
  background: url("../img/top-link-arrow.svg") no-repeat center/contain;
  position: relative;
  right: calc(10vw / 14.4);
  top: calc(2vw / 14.4);
}
@media (max-width: 980px) {
  .top_page .about__link-text::after {
    width: calc(24vw / 9.8);
    right: calc(8vw / 9.8);
    top: 0px;
  }
}
@media (max-width: 600px) {
  .top_page .about__link-text::after {
    width: calc(20vw / 3.75);
    right: calc(8vw / 3.75);
    top: 0px;
  }
}
.top_page .service {
  margin-top: calc(156vw / 14.4);
  padding-bottom: calc(220vw / 14.4);
  overflow: hidden;
}
@media (max-width: 600px) {
  .top_page .service {
    margin-top: calc(80vw / 3.75);
    padding-bottom: calc(80vw / 3.75);
  }
}
.top_page .service__inner {
  padding: 0 calc(110vw / 14.4);
}
@media (max-width: 980px) {
  .top_page .service__inner {
    padding: 0 calc(20vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_page .service__inner {
    padding: 0;
  }
}
.top_page .service__lists {
  display: flex;
  flex-direction: column;
  gap: calc(170vw / 14.4);
}
@media (max-width: 600px) {
  .top_page .service__lists {
    gap: calc(78vw / 3.75);
  }
}
.top_page .service-list {
  position: relative;
  padding: 0 calc(156vw / 14.4);
}
@media (max-width: 980px) {
  .top_page .service-list {
    padding: 0 calc(20vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_page .service-list {
    padding: 0;
  }
}
.top_page .service-list__number {
  font-family: "Red Hat Display", sans-serif;
  font-size: calc(20vw / 14.4);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .top_page .service-list__number {
    margin-left: calc(25vw / 3.75);
    font-size: calc(20vw / 3.75);
  }
}
.top_page .service-list__heading {
  margin-top: calc(40vw / 14.4);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(50px, 68vw / 14.4, 68vw / 14.4);
  font-weight: 600;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .top_page .service-list__heading {
    font-size: calc(44vw / 3.75);
    margin-top: calc(30vw / 3.75);
    margin-left: calc(35vw / 3.75);
  }
}
.top_page .service-list__text {
  margin-top: calc(50vw / 14.4);
  line-height: 2;
  font-size: calc(16vw / 14.4);
}
@media (max-width: 600px) {
  .top_page .service-list__text {
    margin: auto;
    margin-top: calc(30vw / 3.75);
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: clamp(10px, 14vw / 3.75, 14vw / 3.75);
    width: calc(315vw / 3.75);
    display: block;
  }
}
.top_page .service-list__link {
  color: #fff;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: calc(10vw / 14.4);
  padding: calc(15vw / 14.4) calc(20vw / 14.4) calc(15vw / 14.4) calc(20vw / 14.4);
  border-radius: 5px;
  border: 1px solid #444;
  background: #444;
  font-size: calc(16vw / 14.4);
}
@media (max-width: 600px) {
  .top_page .service-list__link {
    font-size: calc(14vw / 3.75);
    gap: calc(10vw / 3.75);
    padding: calc(12vw / 3.75) calc(16vw / 3.75) calc(12vw / 3.75) calc(16vw / 3.75);
  }
}
.top_page .service-list__link::after {
  content: "";
  flex-shrink: 0;
  width: calc(13vw / 14.4);
  aspect-ratio: 1;
  background: url("../img/service-btn-arrow.svg") no-repeat center/contain;
}
@media (max-width: 600px) {
  .top_page .service-list__link::after {
    width: calc(12vw / 3.75);
  }
}
.top_page .service-01 {
  margin-top: calc(60vw / 14.4);
}
@media (max-width: 600px) {
  .top_page .service-01 {
    margin-top: calc(50vw / 3.75);
  }
}
.top_page .service-01__bg {
  position: absolute;
  right: calc(30vw / 14.4);
  top: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: calc(50vw / 14.4);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.14em;
  background: linear-gradient(90deg, #efefef 0%, #d9d9d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 0;
}
@media (max-width: 980px) {
  .top_page .service-01__bg {
    font-size: calc(48vw / 9.8);
    right: calc(40vw / 9.8);
  }
}
@media (max-width: 600px) {
  .top_page .service-01__bg {
    font-size: calc(22vw / 3.75);
    top: 5.5%;
    right: calc(10vw / 3.75);
  }
}
.top_page .service-01__flex {
  display: flex;
  justify-content: center;
  gap: calc(40vw / 14.4);
  margin-right: calc(20vw / 14.4);
}
@media (max-width: 980px) {
  .top_page .service-01__flex {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .top_page .service-01__flex {
    flex-direction: column-reverse;
    padding: 0;
    gap: 0;
  }
}
.top_page .service-01__text-inner .service-list__heading {
  margin-left: calc(35vw / 14.4);
}
.top_page .service-01__img-inner {
  width: calc(287vw / 14.4);
  margin-top: calc(28vw / 14.4);
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .top_page .service-01__img-inner {
    width: 100%;
    margin: 0 auto 0;
  }
}
.top_page .service-01__img {
  margin-bottom: calc(30vw / 14.4);
  aspect-ratio: 576/476;
}
@media (max-width: 600px) {
  .top_page .service-01__img {
    margin: calc(40vw / 3.75) auto 0;
    width: calc(287vw / 3.75);
    display: block;
  }
}
.top_page .service-01__link-inner {
  text-align: center;
}
@media (max-width: 600px) {
  .top_page .service-01__link-inner {
    margin-top: calc(44vw / 3.75);
  }
}
.top_page .service-01__link-inner .service-list__link {
  font-size: clamp(10px, 16vw / 14.4, 16vw / 14.4);
  padding: calc(15vw / 14.4) calc(20vw / 14.4);
}
@media (max-width: 600px) {
  .top_page .service-01__link-inner .service-list__link {
    font-size: calc(14vw / 3.75);
    padding: calc(15vw / 3.75) calc(20vw / 3.75);
  }
}
.top_page .service-01__document {
  margin: calc(98vw / 14.4) auto 0;
  width: calc(800vw / 14.4);
  position: relative;
}
@media (max-width: 600px) {
  .top_page .service-01__document {
    margin: calc(30vw / 3.75) auto 0;
    width: calc(331vw / 3.75);
  }
}
.top_page .service-01__document-tab {
  display: inline-flex;
  padding: calc(16vw / 14.4) calc(26vw / 14.4) calc(16vw / 14.4) calc(15vw / 14.4);
  align-items: center;
  font-size: calc(16vw / 14.4);
  gap: 10px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  border-radius: 10px 10px 0 0;
  background: #242424;
}
@media (max-width: 600px) {
  .top_page .service-01__document-tab {
    font-size: calc(13vw / 3.75);
    padding: calc(8vw / 3.75) calc(14vw / 3.75) calc(10vw / 3.75) calc(8vw / 3.75);
    gap: calc(5vw / 3.75);
    border-radius: 5.36px 5.36px 0 0;
  }
}
.top_page .service-01__document-tab::before {
  content: "";
  flex-shrink: 0;
  width: calc(7vw / 14.4);
  aspect-ratio: 1;
  background: #ffe100;
  border-radius: 10px;
}
@media (max-width: 600px) {
  .top_page .service-01__document-tab::before {
    width: calc(7vw / 3.75);
  }
}
.top_page .service-01__document-img {
  position: relative;
  display: block;
  margin-top: calc(-3vw / 14.4);
  aspect-ratio: 80/45;
}
@media (max-width: 600px) {
  .top_page .service-01__document-img {
    margin-top: calc(-2vw / 3.75);
  }
}
.top_page .service-01__document-text-tate, .top_page .service-01__document-text-yoko {
  position: absolute;
  color: #bbb;
  font-family: "Outfit", sans-serif;
  font-size: calc(24vw / 14.4);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 600px) {
  .top_page .service-01__document-text-tate, .top_page .service-01__document-text-yoko {
    font-size: calc(11vw / 3.75);
    gap: calc(4vw / 3.75);
  }
}
.top_page .service-01__document-text-tate::before, .top_page .service-01__document-text-yoko::before {
  content: "";
  flex-shrink: 0;
  width: calc(30vw / 14.4);
  height: 1px;
  background: #bbb;
}
@media (max-width: 600px) {
  .top_page .service-01__document-text-tate::before, .top_page .service-01__document-text-yoko::before {
    width: calc(10.619vw / 3.75);
  }
}
.top_page .service-01__document-text-tate {
  transform: rotate(-90deg);
  transform-origin: top left;
  top: calc(115vw / 14.4);
  left: calc(-34vw / 14.4);
}
@media (max-width: 600px) {
  .top_page .service-01__document-text-tate {
    top: calc(49vw / 3.75);
    left: calc(-15vw / 3.75);
  }
}
.top_page .service-01__document-text-yoko {
  bottom: calc(-30vw / 14.4);
  right: calc(-4vw / 14.4);
}
@media (max-width: 600px) {
  .top_page .service-01__document-text-yoko {
    right: 0;
    bottom: calc(-18vw / 3.75);
  }
}
.top_page .service-01__document-iframe {
  width: calc(800vw / 14.4);
  height: auto;
  aspect-ratio: 16/9;
  background-color: #444;
}
@media (max-width: 600px) {
  .top_page .service-01__document-iframe {
    width: calc(331vw / 3.75);
    border-radius: 0 5px 5px 5px;
  }
}
.top_page .js-text-partIn-right {
  opacity: 0;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.top_page .js-text-partIn-right span {
  will-change: transform, opacity;
  opacity: 0;
  background: inherit;
  clip-path: inset(0% 100% 0% 0%);
  transform: translateY(80%);
  transition: opacity 1.4s cubic-bezier(0.19, 1, 0.22, 1), clip-path 1.4s cubic-bezier(0.19, 1, 0.22, 1), transform 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.top_page .js-text-partIn-right span:nth-child(1) {
  transition-delay: 0.03s;
}
.top_page .js-text-partIn-right span:nth-child(2) {
  transition-delay: 0.06s;
}
.top_page .js-text-partIn-right span:nth-child(3) {
  transition-delay: 0.09s;
}
.top_page .js-text-partIn-right span:nth-child(4) {
  transition-delay: 0.12s;
}
.top_page .js-text-partIn-right span:nth-child(5) {
  transition-delay: 0.15s;
}
.top_page .js-text-partIn-right span:nth-child(6) {
  transition-delay: 0.18s;
}
.top_page .js-text-partIn-right span:nth-child(7) {
  transition-delay: 0.21s;
}
.top_page .js-text-partIn-right span:nth-child(8) {
  transition-delay: 0.24s;
}
.top_page .js-text-partIn-right span:nth-child(9) {
  transition-delay: 0.27s;
}
.top_page .js-text-partIn-right span:nth-child(10) {
  transition-delay: 0.3s;
}
.top_page .js-text-partIn-right span:nth-child(11) {
  transition-delay: 0.33s;
}
.top_page .js-text-partIn-right span:nth-child(12) {
  transition-delay: 0.36s;
}
.top_page .js-text-partIn-right span:nth-child(13) {
  transition-delay: 0.39s;
}
.top_page .js-text-partIn-right span:nth-child(14) {
  transition-delay: 0.42s;
}
.top_page .js-text-partIn-right span:nth-child(15) {
  transition-delay: 0.45s;
}
.top_page .js-text-partIn-right span:nth-child(16) {
  transition-delay: 0.48s;
}
.top_page .js-text-partIn-right span:nth-child(17) {
  transition-delay: 0.51s;
}
.top_page .js-text-partIn-right span:nth-child(18) {
  transition-delay: 0.54s;
}
.top_page .js-text-partIn-right span:nth-child(19) {
  transition-delay: 0.57s;
}
.top_page .js-text-partIn-right span:nth-child(20) {
  transition-delay: 0.6s;
}
.top_page .js-text-partIn-right span:nth-child(21) {
  transition-delay: 0.63s;
}
.top_page .js-text-partIn-right span:nth-child(22) {
  transition-delay: 0.66s;
}
.top_page .js-text-partIn-right span:nth-child(23) {
  transition-delay: 0.69s;
}
.top_page .js-text-partIn-right span:nth-child(24) {
  transition-delay: 0.72s;
}
.top_page .js-text-partIn-right span:nth-child(25) {
  transition-delay: 0.75s;
}
.top_page .js-text-partIn-right span:nth-child(26) {
  transition-delay: 0.78s;
}
.top_page .js-text-partIn-right span:nth-child(27) {
  transition-delay: 0.81s;
}
.top_page .js-text-partIn-right span:nth-child(28) {
  transition-delay: 0.84s;
}
.top_page .js-text-partIn-right span:nth-child(29) {
  transition-delay: 0.87s;
}
.top_page .js-text-partIn-right span:nth-child(30) {
  transition-delay: 0.9s;
}
.top_page .js-text-partIn-right span:nth-child(31) {
  transition-delay: 0.93s;
}
.top_page .js-text-partIn-right span:nth-child(32) {
  transition-delay: 0.96s;
}
.top_page .js-text-partIn-right span:nth-child(33) {
  transition-delay: 0.99s;
}
.top_page .js-text-partIn-right span:nth-child(34) {
  transition-delay: 1.02s;
}
.top_page .js-text-partIn-right span:nth-child(35) {
  transition-delay: 1.05s;
}
.top_page .js-text-partIn-right span:nth-child(36) {
  transition-delay: 1.08s;
}
.top_page .js-text-partIn-right span:nth-child(37) {
  transition-delay: 1.11s;
}
.top_page .js-text-partIn-right span:nth-child(38) {
  transition-delay: 1.14s;
}
.top_page .js-text-partIn-right span:nth-child(39) {
  transition-delay: 1.17s;
}
.top_page .js-text-partIn-right span:nth-child(40) {
  transition-delay: 1.2s;
}
.top_page .js-text-partIn-right span:nth-child(41) {
  transition-delay: 1.23s;
}
.top_page .js-text-partIn-right span:nth-child(42) {
  transition-delay: 1.26s;
}
.top_page .js-text-partIn-right span:nth-child(43) {
  transition-delay: 1.29s;
}
.top_page .js-text-partIn-right span:nth-child(44) {
  transition-delay: 1.32s;
}
.top_page .js-text-partIn-right span:nth-child(45) {
  transition-delay: 1.35s;
}
.top_page .js-text-partIn-right span:nth-child(46) {
  transition-delay: 1.38s;
}
.top_page .js-text-partIn-right span:nth-child(47) {
  transition-delay: 1.41s;
}
.top_page .js-text-partIn-right span:nth-child(48) {
  transition-delay: 1.44s;
}
.top_page .js-text-partIn-right span:nth-child(49) {
  transition-delay: 1.47s;
}
.top_page .js-text-partIn-right span:nth-child(50) {
  transition-delay: 1.5s;
}
.top_page .js-text-partIn-right span:nth-child(51) {
  transition-delay: 1.53s;
}
.top_page .js-text-partIn-right span:nth-child(52) {
  transition-delay: 1.56s;
}
.top_page .js-text-partIn-right span:nth-child(53) {
  transition-delay: 1.59s;
}
.top_page .js-text-partIn-right span:nth-child(54) {
  transition-delay: 1.62s;
}
.top_page .js-text-partIn-right span:nth-child(55) {
  transition-delay: 1.65s;
}
.top_page .js-text-partIn-right span:nth-child(56) {
  transition-delay: 1.68s;
}
.top_page .js-text-partIn-right span:nth-child(57) {
  transition-delay: 1.71s;
}
.top_page .js-text-partIn-right span:nth-child(58) {
  transition-delay: 1.74s;
}
.top_page .js-text-partIn-right span:nth-child(59) {
  transition-delay: 1.77s;
}
.top_page .js-text-partIn-right span:nth-child(60) {
  transition-delay: 1.8s;
}
.top_page .js-text-partIn-right span:nth-child(61) {
  transition-delay: 1.83s;
}
.top_page .js-text-partIn-right span:nth-child(62) {
  transition-delay: 1.86s;
}
.top_page .js-text-partIn-right span:nth-child(63) {
  transition-delay: 1.89s;
}
.top_page .js-text-partIn-right span:nth-child(64) {
  transition-delay: 1.92s;
}
.top_page .js-text-partIn-right span:nth-child(65) {
  transition-delay: 1.95s;
}
.top_page .js-text-partIn-right span:nth-child(66) {
  transition-delay: 1.98s;
}
.top_page .js-text-partIn-right span:nth-child(67) {
  transition-delay: 2.01s;
}
.top_page .js-text-partIn-right span:nth-child(68) {
  transition-delay: 2.04s;
}
.top_page .js-text-partIn-right span:nth-child(69) {
  transition-delay: 2.07s;
}
.top_page .js-text-partIn-right span:nth-child(70) {
  transition-delay: 2.1s;
}
.top_page .js-text-partIn-right span:nth-child(71) {
  transition-delay: 2.13s;
}
.top_page .js-text-partIn-right span:nth-child(72) {
  transition-delay: 2.16s;
}
.top_page .js-text-partIn-right span:nth-child(73) {
  transition-delay: 2.19s;
}
.top_page .js-text-partIn-right span:nth-child(74) {
  transition-delay: 2.22s;
}
.top_page .js-text-partIn-right span:nth-child(75) {
  transition-delay: 2.25s;
}
.top_page .js-text-partIn-right span:nth-child(76) {
  transition-delay: 2.28s;
}
.top_page .js-text-partIn-right span:nth-child(77) {
  transition-delay: 2.31s;
}
.top_page .js-text-partIn-right span:nth-child(78) {
  transition-delay: 2.34s;
}
.top_page .js-text-partIn-right span:nth-child(79) {
  transition-delay: 2.37s;
}
.top_page .js-text-partIn-right span:nth-child(80) {
  transition-delay: 2.4s;
}
.top_page .js-text-partIn-right span:nth-child(81) {
  transition-delay: 2.43s;
}
.top_page .js-text-partIn-right span:nth-child(82) {
  transition-delay: 2.46s;
}
.top_page .js-text-partIn-right span:nth-child(83) {
  transition-delay: 2.49s;
}
.top_page .js-text-partIn-right span:nth-child(84) {
  transition-delay: 2.52s;
}
.top_page .js-text-partIn-right span:nth-child(85) {
  transition-delay: 2.55s;
}
.top_page .js-text-partIn-right span:nth-child(86) {
  transition-delay: 2.58s;
}
.top_page .js-text-partIn-right span:nth-child(87) {
  transition-delay: 2.61s;
}
.top_page .js-text-partIn-right span:nth-child(88) {
  transition-delay: 2.64s;
}
.top_page .js-text-partIn-right span:nth-child(89) {
  transition-delay: 2.67s;
}
.top_page .js-text-partIn-right span:nth-child(90) {
  transition-delay: 2.7s;
}
.top_page .js-text-partIn-right span:nth-child(91) {
  transition-delay: 2.73s;
}
.top_page .js-text-partIn-right span:nth-child(92) {
  transition-delay: 2.76s;
}
.top_page .js-text-partIn-right span:nth-child(93) {
  transition-delay: 2.79s;
}
.top_page .js-text-partIn-right span:nth-child(94) {
  transition-delay: 2.82s;
}
.top_page .js-text-partIn-right span:nth-child(95) {
  transition-delay: 2.85s;
}
.top_page .js-text-partIn-right span:nth-child(96) {
  transition-delay: 2.88s;
}
.top_page .js-text-partIn-right span:nth-child(97) {
  transition-delay: 2.91s;
}
.top_page .js-text-partIn-right span:nth-child(98) {
  transition-delay: 2.94s;
}
.top_page .js-text-partIn-right span:nth-child(99) {
  transition-delay: 2.97s;
}
.top_page .js-text-partIn-right span:nth-child(100) {
  transition-delay: 3s;
}
.top_page .js-text-partIn-right.fade-on {
  opacity: 1;
}
.top_page .js-text-partIn-right.fade-on span {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}
.top_page .service-02 {
  position: relative;
}
.top_page .service-02__bg {
  position: absolute;
  left: calc(12vw / 14.4);
  top: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: calc(50vw / 14.4);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.14em;
  background: linear-gradient(90deg, #efefef 0%, #d9d9d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 0;
}
@media (max-width: 980px) {
  .top_page .service-02__bg {
    font-size: calc(48vw / 9.8);
    left: 0;
  }
}
@media (max-width: 600px) {
  .top_page .service-02__bg {
    font-size: calc(22vw / 3.75);
    top: 55.5%;
    left: calc(10vw / 3.75);
    letter-spacing: 0.14em;
  }
}
.top_page .service-02 .service-list__heading {
  margin-left: calc(34vw / 14.4);
}
@media (max-width: 600px) {
  .top_page .service-02 .service-list__heading {
    font-size: clamp(30px, 40vw / 3.75, 40vw / 3.75);
    margin-left: calc(35vw / 3.75);
    line-height: 1.1;
  }
}
.top_page .service-02 .service-list__text {
  margin-left: calc(34vw / 14.4);
}
@media (max-width: 600px) {
  .top_page .service-02 .service-list__text {
    margin-left: auto;
    font-feature-settings: "palt";
  }
}
.top_page .service-02__slider {
  overflow: visible;
}
@media (max-width: 600px) {
  .top_page .service-02__slider {
    margin-left: auto;
    margin-right: 0;
    padding-right: calc(60vw / 3.75);
    width: calc(320vw / 3.75);
    overflow: hidden;
  }
}
.top_page .service-02__sites {
  margin-top: calc(60vw / 14.4);
  justify-content: center;
  gap: calc(55vw / 14.4);
}
@media (max-width: 600px) {
  .top_page .service-02__sites {
    margin-top: calc(35vw / 3.75);
    justify-content: start;
    gap: 0;
  }
}
.top_page .service-02__link-inner {
  margin-top: calc(57vw / 14.4);
  text-align: center;
}
@media (max-width: 600px) {
  .top_page .service-02__link-inner {
    margin-top: calc(30vw / 3.75);
  }
}
.top_page .js-text-partIn-left {
  opacity: 0;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.top_page .js-text-partIn-left span {
  will-change: transform, opacity;
  opacity: 0;
  background: inherit;
  clip-path: inset(0% 0% 0% 100%);
  transform: translateY(80%);
  transition: opacity 1.4s cubic-bezier(0.19, 1, 0.22, 1), clip-path 1.4s cubic-bezier(0.19, 1, 0.22, 1), transform 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.top_page .js-text-partIn-left span:nth-child(1) {
  transition-delay: 0.03s;
}
.top_page .js-text-partIn-left span:nth-child(2) {
  transition-delay: 0.06s;
}
.top_page .js-text-partIn-left span:nth-child(3) {
  transition-delay: 0.09s;
}
.top_page .js-text-partIn-left span:nth-child(4) {
  transition-delay: 0.12s;
}
.top_page .js-text-partIn-left span:nth-child(5) {
  transition-delay: 0.15s;
}
.top_page .js-text-partIn-left span:nth-child(6) {
  transition-delay: 0.18s;
}
.top_page .js-text-partIn-left span:nth-child(7) {
  transition-delay: 0.21s;
}
.top_page .js-text-partIn-left span:nth-child(8) {
  transition-delay: 0.24s;
}
.top_page .js-text-partIn-left span:nth-child(9) {
  transition-delay: 0.27s;
}
.top_page .js-text-partIn-left span:nth-child(10) {
  transition-delay: 0.3s;
}
.top_page .js-text-partIn-left span:nth-child(11) {
  transition-delay: 0.33s;
}
.top_page .js-text-partIn-left span:nth-child(12) {
  transition-delay: 0.36s;
}
.top_page .js-text-partIn-left span:nth-child(13) {
  transition-delay: 0.39s;
}
.top_page .js-text-partIn-left span:nth-child(14) {
  transition-delay: 0.42s;
}
.top_page .js-text-partIn-left span:nth-child(15) {
  transition-delay: 0.45s;
}
.top_page .js-text-partIn-left span:nth-child(16) {
  transition-delay: 0.48s;
}
.top_page .js-text-partIn-left span:nth-child(17) {
  transition-delay: 0.51s;
}
.top_page .js-text-partIn-left span:nth-child(18) {
  transition-delay: 0.54s;
}
.top_page .js-text-partIn-left span:nth-child(19) {
  transition-delay: 0.57s;
}
.top_page .js-text-partIn-left span:nth-child(20) {
  transition-delay: 0.6s;
}
.top_page .js-text-partIn-left span:nth-child(21) {
  transition-delay: 0.63s;
}
.top_page .js-text-partIn-left span:nth-child(22) {
  transition-delay: 0.66s;
}
.top_page .js-text-partIn-left span:nth-child(23) {
  transition-delay: 0.69s;
}
.top_page .js-text-partIn-left span:nth-child(24) {
  transition-delay: 0.72s;
}
.top_page .js-text-partIn-left span:nth-child(25) {
  transition-delay: 0.75s;
}
.top_page .js-text-partIn-left span:nth-child(26) {
  transition-delay: 0.78s;
}
.top_page .js-text-partIn-left span:nth-child(27) {
  transition-delay: 0.81s;
}
.top_page .js-text-partIn-left span:nth-child(28) {
  transition-delay: 0.84s;
}
.top_page .js-text-partIn-left span:nth-child(29) {
  transition-delay: 0.87s;
}
.top_page .js-text-partIn-left span:nth-child(30) {
  transition-delay: 0.9s;
}
.top_page .js-text-partIn-left span:nth-child(31) {
  transition-delay: 0.93s;
}
.top_page .js-text-partIn-left span:nth-child(32) {
  transition-delay: 0.96s;
}
.top_page .js-text-partIn-left span:nth-child(33) {
  transition-delay: 0.99s;
}
.top_page .js-text-partIn-left span:nth-child(34) {
  transition-delay: 1.02s;
}
.top_page .js-text-partIn-left span:nth-child(35) {
  transition-delay: 1.05s;
}
.top_page .js-text-partIn-left span:nth-child(36) {
  transition-delay: 1.08s;
}
.top_page .js-text-partIn-left span:nth-child(37) {
  transition-delay: 1.11s;
}
.top_page .js-text-partIn-left span:nth-child(38) {
  transition-delay: 1.14s;
}
.top_page .js-text-partIn-left span:nth-child(39) {
  transition-delay: 1.17s;
}
.top_page .js-text-partIn-left span:nth-child(40) {
  transition-delay: 1.2s;
}
.top_page .js-text-partIn-left span:nth-child(41) {
  transition-delay: 1.23s;
}
.top_page .js-text-partIn-left span:nth-child(42) {
  transition-delay: 1.26s;
}
.top_page .js-text-partIn-left span:nth-child(43) {
  transition-delay: 1.29s;
}
.top_page .js-text-partIn-left span:nth-child(44) {
  transition-delay: 1.32s;
}
.top_page .js-text-partIn-left span:nth-child(45) {
  transition-delay: 1.35s;
}
.top_page .js-text-partIn-left span:nth-child(46) {
  transition-delay: 1.38s;
}
.top_page .js-text-partIn-left span:nth-child(47) {
  transition-delay: 1.41s;
}
.top_page .js-text-partIn-left span:nth-child(48) {
  transition-delay: 1.44s;
}
.top_page .js-text-partIn-left span:nth-child(49) {
  transition-delay: 1.47s;
}
.top_page .js-text-partIn-left span:nth-child(50) {
  transition-delay: 1.5s;
}
.top_page .js-text-partIn-left span:nth-child(51) {
  transition-delay: 1.53s;
}
.top_page .js-text-partIn-left span:nth-child(52) {
  transition-delay: 1.56s;
}
.top_page .js-text-partIn-left span:nth-child(53) {
  transition-delay: 1.59s;
}
.top_page .js-text-partIn-left span:nth-child(54) {
  transition-delay: 1.62s;
}
.top_page .js-text-partIn-left span:nth-child(55) {
  transition-delay: 1.65s;
}
.top_page .js-text-partIn-left span:nth-child(56) {
  transition-delay: 1.68s;
}
.top_page .js-text-partIn-left span:nth-child(57) {
  transition-delay: 1.71s;
}
.top_page .js-text-partIn-left span:nth-child(58) {
  transition-delay: 1.74s;
}
.top_page .js-text-partIn-left span:nth-child(59) {
  transition-delay: 1.77s;
}
.top_page .js-text-partIn-left span:nth-child(60) {
  transition-delay: 1.8s;
}
.top_page .js-text-partIn-left span:nth-child(61) {
  transition-delay: 1.83s;
}
.top_page .js-text-partIn-left span:nth-child(62) {
  transition-delay: 1.86s;
}
.top_page .js-text-partIn-left span:nth-child(63) {
  transition-delay: 1.89s;
}
.top_page .js-text-partIn-left span:nth-child(64) {
  transition-delay: 1.92s;
}
.top_page .js-text-partIn-left span:nth-child(65) {
  transition-delay: 1.95s;
}
.top_page .js-text-partIn-left span:nth-child(66) {
  transition-delay: 1.98s;
}
.top_page .js-text-partIn-left span:nth-child(67) {
  transition-delay: 2.01s;
}
.top_page .js-text-partIn-left span:nth-child(68) {
  transition-delay: 2.04s;
}
.top_page .js-text-partIn-left span:nth-child(69) {
  transition-delay: 2.07s;
}
.top_page .js-text-partIn-left span:nth-child(70) {
  transition-delay: 2.1s;
}
.top_page .js-text-partIn-left span:nth-child(71) {
  transition-delay: 2.13s;
}
.top_page .js-text-partIn-left span:nth-child(72) {
  transition-delay: 2.16s;
}
.top_page .js-text-partIn-left span:nth-child(73) {
  transition-delay: 2.19s;
}
.top_page .js-text-partIn-left span:nth-child(74) {
  transition-delay: 2.22s;
}
.top_page .js-text-partIn-left span:nth-child(75) {
  transition-delay: 2.25s;
}
.top_page .js-text-partIn-left span:nth-child(76) {
  transition-delay: 2.28s;
}
.top_page .js-text-partIn-left span:nth-child(77) {
  transition-delay: 2.31s;
}
.top_page .js-text-partIn-left span:nth-child(78) {
  transition-delay: 2.34s;
}
.top_page .js-text-partIn-left span:nth-child(79) {
  transition-delay: 2.37s;
}
.top_page .js-text-partIn-left span:nth-child(80) {
  transition-delay: 2.4s;
}
.top_page .js-text-partIn-left span:nth-child(81) {
  transition-delay: 2.43s;
}
.top_page .js-text-partIn-left span:nth-child(82) {
  transition-delay: 2.46s;
}
.top_page .js-text-partIn-left span:nth-child(83) {
  transition-delay: 2.49s;
}
.top_page .js-text-partIn-left span:nth-child(84) {
  transition-delay: 2.52s;
}
.top_page .js-text-partIn-left span:nth-child(85) {
  transition-delay: 2.55s;
}
.top_page .js-text-partIn-left span:nth-child(86) {
  transition-delay: 2.58s;
}
.top_page .js-text-partIn-left span:nth-child(87) {
  transition-delay: 2.61s;
}
.top_page .js-text-partIn-left span:nth-child(88) {
  transition-delay: 2.64s;
}
.top_page .js-text-partIn-left span:nth-child(89) {
  transition-delay: 2.67s;
}
.top_page .js-text-partIn-left span:nth-child(90) {
  transition-delay: 2.7s;
}
.top_page .js-text-partIn-left span:nth-child(91) {
  transition-delay: 2.73s;
}
.top_page .js-text-partIn-left span:nth-child(92) {
  transition-delay: 2.76s;
}
.top_page .js-text-partIn-left span:nth-child(93) {
  transition-delay: 2.79s;
}
.top_page .js-text-partIn-left span:nth-child(94) {
  transition-delay: 2.82s;
}
.top_page .js-text-partIn-left span:nth-child(95) {
  transition-delay: 2.85s;
}
.top_page .js-text-partIn-left span:nth-child(96) {
  transition-delay: 2.88s;
}
.top_page .js-text-partIn-left span:nth-child(97) {
  transition-delay: 2.91s;
}
.top_page .js-text-partIn-left span:nth-child(98) {
  transition-delay: 2.94s;
}
.top_page .js-text-partIn-left span:nth-child(99) {
  transition-delay: 2.97s;
}
.top_page .js-text-partIn-left span:nth-child(100) {
  transition-delay: 3s;
}
.top_page .js-text-partIn-left.fade-on {
  opacity: 1;
}
.top_page .js-text-partIn-left.fade-on span {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}
.top_page .service-site {
  width: calc(250vw / 14.4);
}
@media (max-width: 600px) {
  .top_page .service-site {
    width: calc(250vw / 3.75);
  }
}
.top_page .service-site__img {
  aspect-ratio: 250/147;
}
.top_page .service-site__body {
  margin-top: calc(22vw / 14.4);
}
@media (max-width: 600px) {
  .top_page .service-site__body {
    margin-top: calc(20vw / 3.75);
  }
}
.top_page .service-site__text {
  font-size: clamp(11px, 16vw / 14.4, 16vw / 14.4);
  line-height: 2;
}
@media (max-width: 600px) {
  .top_page .service-site__text {
    font-size: calc(14vw / 3.75);
  }
}
.top_page .service-site__link-inner {
  text-align: right;
}
.top_page .service-site__link {
  margin-top: calc(20vw / 14.4);
  padding: 0 0px calc(4vw / 14.4) 0;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #444;
  display: inline-flex;
  align-items: center;
  gap: calc(5vw / 14.4);
  font-size: calc(16vw / 14.4);
}
@media (max-width: 600px) {
  .top_page .service-site__link {
    margin-top: calc(10vw / 3.75);
    font-size: calc(14vw / 3.75);
    padding: 0 0 calc(4vw / 3.75) 0;
    gap: calc(5vw / 3.75);
  }
}
.top_page .service-site__link::after {
  content: "";
  width: calc(11vw / 14.4);
  height: calc(10vw / 14.4);
  background: url("../img/service-site-link-arrow.svg") no-repeat center center/contain;
}
@media (max-width: 600px) {
  .top_page .service-site__link::after {
    width: calc(11vw / 3.75);
    height: calc(10vw / 3.75);
  }
}

@media (max-width: 600px) {
  .about_page {
    padding-top: calc(70vw / 3.75);
  }
}
.about_page .about-heading {
  margin-top: calc(50vw / 14.4);
  padding-left: calc(100vw / 14.4);
}
@media (max-width: 980px) {
  .about_page .about-heading {
    margin-top: calc(10vw / 9.8);
    padding-left: calc(20vw / 9.8);
  }
}
@media (max-width: 600px) {
  .about_page .about-heading {
    margin-top: calc(20vw / 3.75);
    padding-left: calc(0vw / 3.75);
  }
}
.about_page .mission {
  margin-top: calc(120vw / 14.4);
}
@media (max-width: 600px) {
  .about_page .mission {
    margin-top: calc(58vw / 3.75);
  }
}
.about_page .mission__head {
  display: flex;
  flex-wrap: wrap;
  width: calc(980vw / 14.4);
  margin: 0 auto;
  gap: calc(22vw / 14.4) calc(50vw / 14.4);
  align-items: center;
}
@media (max-width: 600px) {
  .about_page .mission__head {
    flex-direction: column;
    align-items: start;
    width: 100%;
    gap: calc(15vw / 3.75);
  }
}
.about_page .mission__heading-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: calc(72vw / 14.4);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .about_page .mission__heading-ja {
    font-size: clamp(31px, 72vw / 9.8, 72px);
  }
}
@media (max-width: 600px) {
  .about_page .mission__heading-ja {
    font-size: calc(31vw / 3.75);
  }
}
.about_page .mission__text-inner {
  margin-top: calc(90vw / 14.4);
  display: flex;
  flex-direction: column;
  gap: calc(20vw / 14.4);
}
@media (max-width: 600px) {
  .about_page .mission__text-inner {
    margin-top: calc(50vw / 3.75);
    gap: calc(15vw / 3.75);
  }
}
.about_page .mission__text {
  text-align: center;
  font-size: calc(17vw / 14.4);
  line-height: 2;
}
@media (max-width: 600px) {
  .about_page .mission__text {
    font-size: calc(14vw / 3.75);
  }
}
.about_page .mission__text .marker {
  font-weight: 700;
}
.about_page .mission__text .is-inline {
  display: inline-block;
}
.about_page .vision {
  margin-top: calc(153vw / 14.4);
  background: #f6f6f6;
  position: relative;
}
@media (max-width: 600px) {
  .about_page .vision {
    margin-top: calc(80vw / 3.75);
  }
}
.about_page .vision__bg {
  position: absolute;
  width: calc(534vw / 14.4);
  bottom: calc(122vw / 14.4);
  left: calc(220vw / 14.4);
  z-index: 0;
}
@media (max-width: 980px) {
  .about_page .vision__bg {
    left: calc(20vw / 9.8);
    width: calc(534vw / 9.8);
  }
}
@media (max-width: 600px) {
  .about_page .vision__bg {
    width: calc(241vw / 3.75);
    bottom: auto;
    top: calc(142vw / 3.75);
  }
}
.about_page .vision__inner {
  padding: calc(117vw / 14.4) calc(60vw / 14.4) calc(122vw / 14.4) calc(150vw / 14.4);
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  .about_page .vision__inner {
    padding: calc(117vw / 9.8) calc(20vw / 9.8) calc(112vw / 9.8) calc(150vw / 9.8);
  }
}
@media (max-width: 600px) {
  .about_page .vision__inner {
    padding: calc(50vw / 3.75) calc(20vw / 3.75) calc(60vw / 3.75) calc(24vw / 3.75);
  }
}
.about_page .vision__heading-ja {
  margin-top: calc(30vw / 14.4);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: calc(66vw / 14.4);
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 980px) {
  .about_page .vision__heading-ja {
    font-size: clamp(29px, 66vw / 9.8, 66px);
  }
}
@media (max-width: 600px) {
  .about_page .vision__heading-ja {
    margin-top: calc(22vw / 3.75);
    font-size: calc(29vw / 3.75);
    line-height: 1;
  }
}
.about_page .vision__heading-ja span {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .about_page .vision__heading-ja span {
    margin-top: calc(10vw / 3.75);
  }
}
.about_page .vision__text {
  margin-top: calc(70vw / 14.4);
  margin-left: auto;
  width: 100%;
  width: calc(790vw / 14.4);
  font-size: calc(17vw / 14.4);
  line-height: 2;
}
@media (max-width: 980px) {
  .about_page .vision__text {
    padding-left: calc(65vw / 9.8);
  }
}
@media (max-width: 600px) {
  .about_page .vision__text {
    margin-top: calc(25vw / 3.75);
    margin-left: calc(85vw / 3.75);
    margin-right: 0;
    font-size: calc(14vw / 3.75);
    letter-spacing: 0em;
    padding-left: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.about_page .value {
  margin-top: calc(160vw / 14.4);
  padding-bottom: calc(116vw / 14.4);
  margin-bottom: calc(140vw / 14.4);
  position: relative;
}
@media (max-width: 600px) {
  .about_page .value {
    margin-top: calc(78vw / 3.75);
    padding-bottom: 0px;
    margin-bottom: calc(112vw / 3.75);
  }
}
.about_page .value::before {
  position: absolute;
  content: "";
  width: 84%;
  height: 1px;
  background: #ccc;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 600px) {
  .about_page .value::before {
    display: none;
  }
}
.about_page .value__inner {
  padding: 0 calc(162vw / 14.4) 0 calc(150vw / 14.4);
  display: flex;
  gap: calc(80vw / 14.4);
}
@media (max-width: 980px) {
  .about_page .value__inner {
    padding: 0 calc(20vw / 9.8);
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .about_page .value__inner {
    gap: calc(18vw / 3.75);
    padding: 0 calc(20vw / 3.75);
  }
}
.about_page .value .heading__en {
  align-self: self-start;
}
.about_page .value__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(40vw / 14.4) 0;
}
@media (max-width: 600px) {
  .about_page .value__lists {
    display: flex;
    flex-direction: column;
    gap: calc(15vw / 3.75);
  }
}
.about_page .value-list {
  display: flex;
  flex-direction: column;
  gap: calc(10vw / 14.4);
}
@media (max-width: 600px) {
  .about_page .value-list {
    gap: calc(8vw / 3.75);
  }
}
.about_page .value-list__number {
  color: #bbb;
  font-family: "Outfit", sans-serif;
  font-size: calc(18vw / 14.4);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 600px) {
  .about_page .value-list__number {
    font-size: calc(14vw / 3.75);
  }
}
.about_page .value-list__heading {
  padding-bottom: calc(10vw / 14.4);
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: calc(30vw / 14.4);
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid #bbb;
}
@media (max-width: 600px) {
  .about_page .value-list__heading {
    padding-bottom: calc(5vw / 3.75);
    font-size: calc(16vw / 3.75);
    line-height: 1.2;
  }
}
.about_page .value-list__text {
  line-height: 1.8;
  font-size: calc(16vw / 14.4);
}
@media (max-width: 600px) {
  .about_page .value-list__text {
    font-size: calc(13vw / 3.75);
    letter-spacing: 0em;
    margin-top: calc(-5vw / 3.75);
  }
}
.about_page .value-list:nth-of-type(8) .value-list__text {
  font-feature-settings: "palt" on;
}

@media (max-width: 600px) {
  .company_page {
    padding-top: calc(70vw / 3.75);
    padding-bottom: calc(100vw / 3.75);
  }
}
.company_page .company {
  margin-top: 50px;
}
.company_page .company__inner {
  padding: 0 calc(100vw / 14.4) 214px;
}
@media (max-width: 980px) {
  .company_page .company__inner {
    padding: 0 20px 120px;
  }
}
.company_page .company .section-heading {
  margin-top: calc(50vw / 14.4);
}
@media (max-width: 600px) {
  .company_page .company .section-heading {
    margin-top: calc(20vw / 3.75);
    margin-left: 0;
  }
}
.company_page .company__head {
  max-width: calc(900vw / 14.4);
  margin: 120px 0 0 calc(120vw / 14.4);
  padding: 0 0 15px 10px;
  border-bottom: 1px solid #bbb;
  display: flex;
  align-items: center;
  position: relative;
  gap: calc(120vw / 14.4);
}
.company_page .company__head::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: calc(340vw / 14.4);
  height: 1px;
  background: #ffe100;
}
@media (max-width: 980px) {
  .company_page .company__head {
    padding: 0 0 15px;
    max-width: none;
    margin: 120px calc(120vw / 14.4) 0;
  }
}
@media (max-width: 600px) {
  .company_page .company__head {
    margin: 60px 0 0;
  }
}
.company_page .company__head-label {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
.company_page .company__head-text {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .company_page .company__head-text {
    font-size: 16px;
  }
}
.company_page .company__lists {
  max-width: calc(760vw / 14.4);
  margin: 80px 0 0 calc(140vw / 14.4);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 980px) {
  .company_page .company__lists {
    max-width: none;
    margin: 80px calc(140vw / 14.4) 0;
  }
}
@media (max-width: 600px) {
  .company_page .company__lists {
    margin: 40px 0 0 20px;
  }
}
.company_page .company__list {
  display: flex;
  align-items: center;
  gap: calc(86vw / 14.4);
  padding: 0 0 14px 10px;
  border-bottom: 1px solid #bbb;
}
.company_page .company__label {
  width: 78px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
.company_page .company__text {
  line-height: 2;
  letter-spacing: 0.05em;
}

@media (max-width: 600px) {
  .contact_page {
    padding-top: calc(70vw / 3.75);
    padding-bottom: calc(100vw / 3.75);
  }
}
.contact_page .contact__inner {
  padding: 0 calc(100vw / 14.4);
}
@media (max-width: 980px) {
  .contact_page .contact__inner {
    padding: 0 20px;
  }
}
.contact_page .contact .section-heading {
  margin-top: calc(50vw / 14.4);
}
@media (max-width: 600px) {
  .contact_page .contact .section-heading {
    margin-top: calc(20vw / 3.75);
    margin-left: 0;
  }
}
.contact_page .contact__head-text {
  margin-top: 120px;
  text-align: center;
  font-size: 17px;
  line-height: 2;
}
.contact_page .contact__head-text span {
  display: inline-block;
}
@media (max-width: 600px) {
  .contact_page .contact__head-text {
    margin-top: calc(90vw / 3.75);
  }
}
.contact_page .form {
  margin: 60px auto 0;
  max-width: 760px;
}
.contact_page .form__fields {
  display: flex;
  flex-direction: column;
  gap: 39px;
}
.contact_page .form__button {
  cursor: pointer;
  display: inline-block;
  margin-top: 55px;
  margin-left: 98px;
  position: relative;
}
@media (max-width: 600px) {
  .contact_page .form__button {
    width: calc(100% - 98px);
    max-width: 227px;
  }
}
.contact_page .form__button::after {
  position: absolute;
  content: "";
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url("../img/link-arrow-circle-gray.svg") no-repeat center/contain;
  pointer-events: none;
}
@media (max-width: 600px) {
  .contact_page .form__button::after {
    right: 10px;
  }
}
.contact_page .form__button-input {
  cursor: pointer;
  display: flex;
  width: 227px;
  height: 55px;
  padding: 0 60px 0 20px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #444;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .contact_page .form__button-input {
    width: 100%;
    font-size: 14px;
    padding: 0 40px 0 10px;
  }
}
.contact_page .form-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.contact_page .form-field__label {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 600px) {
  .contact_page .form-field__label--right {
    margin-left: 98px;
  }
}
.contact_page .form-field__number {
  width: 78px;
  flex-shrink: 0;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}
.contact_page .form-field__number::before {
  content: "";
  position: absolute;
  width: 39px;
  height: 1px;
  background: #bbb;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.contact_page .form-field__head {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.contact_page .form-field__item {
  margin-left: 98px;
}
.contact_page .form-field__item--right {
  margin-left: 0;
}
@media (max-width: 600px) {
  .contact_page .form-field__item--right {
    margin-left: 98px;
  }
}
.contact_page .form-field__text {
  border-radius: 5px;
  background: #f6f6f6;
  width: calc(100% - 2em);
  height: 46px;
  border: none;
  padding: 0 1em;
}
.contact_page .form-field__textarea {
  height: 154px;
  padding: 1em;
}
.contact_page .form-field__flex {
  display: flex;
  gap: 20px;
}
@media (max-width: 600px) {
  .contact_page .form-field__flex {
    flex-direction: column;
  }
}
.contact_page .form-field__flex .form-field--left {
  flex: 0 0 55%;
}
.contact_page .hissu {
  color: rgb(223, 0, 0);
  margin-left: 5px;
  font-size: 12px;
  line-height: 1;
}

.confirm_page .confirm {
  margin-top: 50px;
  margin-bottom: 117px;
}
.confirm_page .confirm__inner {
  padding: 0 calc(100vw / 14.4);
}
@media (max-width: 980px) {
  .confirm_page .confirm__inner {
    padding: 0 20px;
  }
}
.confirm_page .confirm .section-heading__en span {
  font-size: clamp(24px, 7.03vw, 72px);
}
.confirm_page .confirm .section-heading__ja {
  font-size: clamp(12px, 1.56vw, 16px);
}
.confirm_page .confirm__head-text {
  margin-top: 120px;
  text-align: center;
  font-size: 17px;
  line-height: 2;
}
.confirm_page .confirm__head-text span {
  display: inline-block;
}
.confirm_page .form {
  margin: 60px auto 0;
  max-width: 760px;
}
.confirm_page .form__fields {
  display: flex;
  flex-direction: column;
  gap: 39px;
}
.confirm_page .form__button {
  cursor: pointer;
  display: inline-block;
  margin-top: 112px;
  margin-left: 98px;
  position: relative;
}
@media (max-width: 600px) {
  .confirm_page .form__button {
    width: calc(100% - 98px);
    max-width: 227px;
  }
}
.confirm_page .form__button::after {
  position: absolute;
  content: "";
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url("../img/link-arrow-circle-gray.svg") no-repeat center/contain;
}
@media (max-width: 600px) {
  .confirm_page .form__button::after {
    right: 10px;
  }
}
.confirm_page .form__button-input {
  cursor: pointer;
  display: flex;
  width: 227px;
  height: 55px;
  padding: 0 60px 0 20px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #444;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .confirm_page .form__button-input {
    width: 100%;
    font-size: 14px;
    padding: 0 40px 0 10px;
  }
}
.confirm_page .form-field {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
.confirm_page .form-field__label {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 600px) {
  .confirm_page .form-field__label--right {
    margin-left: 98px;
  }
}
.confirm_page .form-field__number {
  width: 78px;
  flex-shrink: 0;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}
.confirm_page .form-field__number::before {
  content: "";
  position: absolute;
  width: 39px;
  height: 1px;
  background: #bbb;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.confirm_page .form-field__head {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.confirm_page .form-field__text {
  line-height: 1;
  letter-spacing: 0.05em;
  margin-left: 108px;
}
.confirm_page .form-field__text--right {
  margin-left: 12px;
}
@media (max-width: 600px) {
  .confirm_page .form-field__text--right {
    margin-left: 108px;
  }
}
.confirm_page .form-field__textarea {
  line-height: 1.8;
}
.confirm_page .form-field__flex {
  display: flex;
  gap: 20px;
}
@media (max-width: 600px) {
  .confirm_page .form-field__flex {
    flex-direction: column;
    gap: 39px;
  }
}
.confirm_page .form-field__flex .form-field--left {
  flex: 0 0 35%;
  min-width: 261px;
}

.thanks_page .thanks {
  margin-top: 50px;
  margin-bottom: 115px;
}
.thanks_page .thanks__inner {
  padding: 0 calc(100vw / 14.4);
  text-align: center;
}
@media (max-width: 980px) {
  .thanks_page .thanks__inner {
    padding: 0 20px;
  }
}
.thanks_page .thanks .section-heading__en span {
  font-size: clamp(24px, 7.03vw, 72px);
}
.thanks_page .thanks .section-heading__ja {
  font-size: clamp(12px, 1.56vw, 16px);
}
.thanks_page .thanks__head-en {
  margin-top: 120px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .thanks_page .thanks__head-en {
    margin-top: 60px;
  }
}
.thanks_page .thanks__head-ja {
  margin-top: 18px;
  color: #161616;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 40px;
}
@media (max-width: 980px) {
  .thanks_page .thanks__head-ja {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .thanks_page .thanks__head-ja {
    padding-left: 0;
    line-height: 1.2;
    font-size: clamp(24px, 7.47vw, 28px);
  }
}
.thanks_page .thanks__text-inner {
  margin-top: 60px;
}
.thanks_page .thanks__text {
  font-size: 17px;
  line-height: 2;
}
@media (max-width: 600px) {
  .thanks_page .thanks__text {
    font-size: 14px;
  }
}
.thanks_page .thanks__text:not(:first-of-type) {
  margin-top: 2em;
}
.thanks_page .thanks__text span {
  display: inline-block;
}
.thanks_page .thanks__img {
  width: 100%;
  max-width: 407px;
  margin: 60px auto 0;
  position: relative;
  right: 27px;
}

.header {
  height: calc(90vw / 14.4);
  width: 100%;
  z-index: 20;
}
@media (max-width: 980px) {
  .header {
    height: calc(70vw / 9.8);
  }
}
@media (max-width: 600px) {
  .header {
    height: calc(70vw / 3.75);
  }
}
.header.is-first {
  position: absolute;
  top: 0;
}
.header.is-second {
  transition: all 0.4s ease;
  position: fixed;
  top: calc(-90vw / 14.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: #fff 1px solid;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 980px) {
  .header.is-second {
    top: calc(-70vw / 9.8);
  }
}
@media (max-width: 600px) {
  .header.is-second {
    top: calc(-70vw / 3.75);
  }
}
.header.is-scroll {
  top: 0;
}
.header__inner {
  height: 100%;
  padding: 0 calc(45vw / 14.4) 0 calc(50vw / 14.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 980px) {
  .header__inner {
    padding: 0 calc(20vw / 9.8);
  }
}
@media (max-width: 600px) {
  .header__inner {
    padding: 0 calc(20vw / 3.75);
  }
}
.header__inner.is-top {
  justify-content: end;
}
.header__inner.is-second {
  justify-content: space-between;
}
.header__logo {
  width: calc(206vw / 14.4);
}
@media (max-width: 980px) {
  .header__logo {
    width: calc(113vw / 9.8);
  }
}
@media (max-width: 600px) {
  .header__logo {
    width: calc(113vw / 3.75);
  }
}
.header__nav {
  display: flex;
  align-items: center;
  gap: calc(30vw / 14.4);
}
@media (max-width: 980px) {
  .header__nav {
    display: none;
  }
}
.header__link {
  position: relative;
  display: block;
}
.header__link:not(:last-of-type) {
  color: #222;
  font-size: calc(15vw / 14.4);
  padding-left: calc(13vw / 14.4);
  position: relative;
}
@media (max-width: 980px) {
  .header__link:not(:last-of-type) {
    font-size: calc(15vw / 9.8);
    padding-left: calc(13vw / 9.8);
  }
}
@media (max-width: 600px) {
  .header__link:not(:last-of-type) {
    font-size: calc(15vw / 3.75);
    padding-left: calc(13vw / 3.75);
  }
}
.header__link:not(:last-of-type)::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 1px;
  background: #767676;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 980px) {
  .header__link:not(:last-of-type)::before {
    width: calc(5vw / 9.8);
    height: calc(1vw / 9.8);
  }
}
@media (max-width: 600px) {
  .header__link:not(:last-of-type)::before {
    width: calc(5vw / 3.75);
    height: calc(1vw / 3.75);
  }
}
.header__link:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 3%;
  left: calc(13vw / 14.4);
  width: 0%;
  height: 1em;
  background: linear-gradient(transparent 60%, #ffe100 60%);
  z-index: -1;
  transition: all 0.6s ease;
}
.header__link:not(:last-of-type):hover::after {
  width: 90%;
}
.header__link:last-of-type {
  margin-left: calc(40vw / 14.4);
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: calc(16vw / 14.4);
  padding: calc(10vw / 14.4) calc(12vw / 14.4) calc(10vw / 14.4) calc(35vw / 14.4);
  border-radius: 10px;
  background: #2b2323;
  font-size: calc(16vw / 14.4);
}
@media (max-width: 980px) {
  .header__link:last-of-type {
    font-size: calc(16vw / 9.8);
    padding: calc(10vw / 9.8) calc(12vw / 9.8) calc(10vw / 9.8) calc(35vw / 9.8);
    margin-left: calc(40vw / 9.8);
    gap: calc(16vw / 9.8);
  }
}
@media (max-width: 600px) {
  .header__link:last-of-type {
    font-size: calc(16vw / 3.75);
    padding: calc(10vw / 3.75) calc(12vw / 3.75) calc(10vw / 3.75) calc(35vw / 3.75);
    margin-left: calc(40vw / 3.75);
    gap: calc(16vw / 3.75);
  }
}
.header__link:last-of-type::after {
  content: "";
  flex-shrink: 0;
  width: calc(27vw / 14.4);
  aspect-ratio: 1;
  background: url("../img/header-contact-arrow.svg") no-repeat center/contain;
}
@media (max-width: 980px) {
  .header__link:last-of-type::after {
    width: calc(27vw / 9.8);
  }
}
@media (max-width: 600px) {
  .header__link:last-of-type::after {
    width: calc(23vw / 3.75);
  }
}
.header__icon {
  display: none;
}
@media (max-width: 980px) {
  .header__icon {
    display: block;
    cursor: pointer;
    position: relative;
    width: calc(25vw / 9.8);
    height: calc(20vw / 9.8);
    background: none;
  }
}
@media (max-width: 600px) {
  .header__icon {
    width: calc(25vw / 3.75);
    height: calc(20vw / 3.75);
  }
}
.header__icon-bar {
  display: block;
  position: absolute;
  width: 100%;
  height: calc(2vw / 9.8);
  background: #222;
  left: 0;
  transition: all 0.2s linear;
}
@media (max-width: 600px) {
  .header__icon-bar {
    height: calc(2vw / 3.75);
  }
}
.header__icon-bar:nth-of-type(1) {
  top: 0;
}
.header__icon-bar:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header__icon-bar:nth-of-type(3) {
  bottom: 0;
}

.drawer {
  position: fixed;
  top: 0;
  z-index: 30;
  right: 0;
  width: 100%;
  max-width: 375px;
  background: #fff;
  height: 100vh;
  right: -375px;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.drawer.is-show {
  right: 0;
  opacity: 1;
}
.drawer__head {
  display: flex;
  height: calc(70vw / 9.8);
  align-items: center;
  justify-content: end;
}
@media (max-width: 600px) {
  .drawer__head {
    height: calc(70vw / 3.75);
  }
}
.drawer__nav {
  margin-top: calc(40vw / 9.8);
  display: flex;
  flex-direction: column;
  gap: calc(30vw / 9.8);
  padding: 0 calc(20vw / 9.8);
}
@media (max-width: 600px) {
  .drawer__nav {
    margin-top: calc(40vw / 3.75);
    gap: calc(30vw / 3.75);
    padding: 0 calc(20vw / 3.75);
  }
}
.drawer__link:last-of-type {
  margin: 0;
  width: calc(186vw / 9.8);
}
@media (max-width: 600px) {
  .drawer__link:last-of-type {
    width: calc(186vw / 3.75);
  }
}
.drawer__icon-bar:nth-of-type(1) {
  top: calc(9vw / 9.8);
  transform: rotate(45deg);
}
@media (max-width: 600px) {
  .drawer__icon-bar:nth-of-type(1) {
    top: calc(9vw / 3.75);
  }
}
.drawer__icon-bar:nth-of-type(2) {
  opacity: 0;
}
.drawer__icon-bar:nth-of-type(3) {
  bottom: calc(9vw / 9.8);
  transform: rotate(-45deg);
}
@media (max-width: 600px) {
  .drawer__icon-bar:nth-of-type(3) {
    bottom: calc(9vw / 3.75);
  }
}

.footer {
  background: #333;
  padding: calc(45vw / 14.4) 0;
}
@media (max-width: 600px) {
  .footer {
    padding: calc(60vw / 3.75) 0 calc(10vw / 3.75);
  }
}
.footer__inner {
  padding: 0 calc(260vw / 14.4);
}
@media (max-width: 980px) {
  .footer__inner {
    padding: 0 calc(20vw / 3.75);
  }
}
@media (max-width: 600px) {
  .footer__inner {
    padding: 0 calc(20vw / 3.75);
  }
}
.footer__flex {
  display: flex;
  gap: calc(22vw / 14.4);
  color: #fff;
}
@media (max-width: 600px) {
  .footer__flex {
    flex-direction: column-reverse;
    gap: calc(94vw / 3.75);
  }
}
.footer__links {
  margin-top: calc(14vw / 14.4);
  flex: 0 0 51%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .footer__links {
    flex: 0 0 auto;
    margin-top: calc(20vw / 3.75);
  }
}
.footer__title {
  font-size: calc(22vw / 14.4);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .footer__title {
    font-size: calc(18vw / 3.75);
    font-weight: 400;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer__title::after {
    position: absolute;
    content: "";
    width: calc(70vw / 3.75);
    height: calc(1vw / 3.75);
    background: #fff;
    top: 58%;
    right: calc(-81vw / 3.75);
  }
}
.footer__title span {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media (max-width: 600px) {
  .footer__title span {
    font-weight: 400;
  }
}
.footer__nav {
  margin-top: calc(30vw / 14.4);
  margin-left: calc(10vw / 14.4);
  display: flex;
  flex-wrap: wrap;
  gap: calc(20vw / 14.4);
}
@media (max-width: 600px) {
  .footer__nav {
    margin-top: calc(25vw / 3.75);
    margin-left: calc(10vw / 3.75);
    gap: calc(20vw / 3.75) calc(22vw / 3.75);
  }
}
.footer__nav-link {
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: calc(16vw / 14.4);
  position: relative;
  font-size: calc(16vw / 14.4);
  font-weight: 400;
}
@media (max-width: 600px) {
  .footer__nav-link {
    padding-left: calc(16vw / 3.75);
    font-size: calc(14vw / 3.75);
  }
}
.footer__nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: calc(10vw / 14.4);
  height: calc(10vw / 14.4);
  background: #ffe100;
  border-radius: 100px;
}
@media (max-width: 600px) {
  .footer__nav-link::before {
    left: 0;
    width: calc(10vw / 3.75);
    height: calc(10vw / 3.75);
  }
}
.footer__privacy-link {
  display: block;
  margin-top: calc(20vw / 14.4);
  margin-left: calc(10vw / 14.4);
  font-size: calc(14vw / 14.4);
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .footer__privacy-link {
    font-size: calc(13vw / 3.75);
    margin-top: calc(20vw / 3.75);
    margin-left: 0;
  }
}
.footer__copyright {
  display: block;
  margin-top: auto;
  margin-left: calc(10vw / 14.4);
  font-family: "Montserrat", sans-serif;
  font-size: calc(14vw / 14.4);
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .footer__copyright {
    display: none;
  }
}
.footer__copyright.is-sp {
  display: none;
}
@media (max-width: 600px) {
  .footer__copyright.is-sp {
    margin-top: calc(24vw / 3.75);
    display: block;
    text-align: right;
    font-size: calc(12vw / 3.75);
  }
}
@media (max-width: 600px) {
  .footer__contact {
    text-align: center;
  }
}
.footer__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: calc(64vw / 14.4);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .footer__heading {
    font-size: calc(42vw / 3.75);
  }
}
.footer__text {
  margin-top: calc(18vw / 14.4);
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: calc(16vw / 14.4);
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .footer__text {
    margin-top: calc(15vw / 3.75);
    line-height: 1.8;
    font-size: calc(14vw / 3.75);
  }
}
.footer__contact-link {
  color: #444;
  font-weight: 500;
  margin-top: calc(25vw / 14.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(17vw / 14.4);
  width: 100%;
  width: calc(310vw / 14.4);
  height: calc(70vw / 14.4);
  padding-right: calc(20vw / 14.4);
  border-radius: 100px;
  background: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .footer__contact-link {
    margin: calc(20vw / 3.75) auto 0;
    width: calc(295vw / 3.75);
    font-size: calc(15vw / 3.75);
    padding-right: calc(10vw / 3.75);
    height: calc(70vw / 3.75);
  }
}
.footer__contact-link::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: calc(41vw / 14.4);
  height: calc(41vw / 14.4);
  background: url("../img/link-arrow-circle-gray.svg") no-repeat center/contain;
}
@media (max-width: 600px) {
  .footer__contact-link::after {
    width: calc(40vw / 3.75);
    height: calc(40vw / 3.75);
    right: calc(14vw / 3.75);
  }
}

.cta {
  padding-bottom: calc(200vw / 14.4);
  overflow: hidden;
  position: relative;
}
@media (max-width: 980px) {
  .cta {
    padding-bottom: calc(120vw / 9.8);
  }
}
@media (max-width: 600px) {
  .cta {
    padding-bottom: calc(80vw / 3.75);
  }
}
.cta__bg {
  position: absolute;
  width: calc(439vw / 14.4);
  bottom: calc(114vw / 14.4);
  right: calc(-55vw / 14.4);
}
@media (max-width: 980px) {
  .cta__bg {
    width: calc(271vw / 9.8);
    bottom: auto;
    top: calc(137vw / 9.8);
    right: calc(-60vw / 9.8);
  }
}
@media (max-width: 600px) {
  .cta__bg {
    width: calc(270vw / 3.75);
    top: calc(137vw / 3.75);
    right: calc(-40vw / 3.75);
  }
}
.cta__inner {
  padding: 0 calc(115vw / 14.4);
}
@media (max-width: 600px) {
  .cta__inner {
    padding: 0 calc(20vw / 3.75);
  }
}
.cta__inner .section-heading {
  position: relative;
  z-index: 10;
}
@media (max-width: 600px) {
  .cta__inner .section-heading {
    margin-left: 0;
  }
}
.cta__inner .section-heading__en::after {
  right: calc(105vw / 14.4);
}
@media (max-width: 980px) {
  .cta__inner .section-heading__en::after {
    right: calc(62vw / 9.8);
  }
}
@media (max-width: 600px) {
  .cta__inner .section-heading__en::after {
    right: calc(-10vw / 3.75);
  }
}
.cta__box {
  width: calc(1140vw / 14.4);
  height: calc(388vw / 14.4);
  margin: -7px auto 0;
  border-radius: 10px;
  background: rgba(246, 246, 246, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  padding: calc(80vw / 14.4) calc(80vw / 14.4) calc(70vw / 14.4) calc(20vw / 14.4);
  gap: 12px;
}
@media (max-width: 980px) {
  .cta__box {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: calc(50vw / 9.8) calc(20vw / 9.8);
    gap: calc(28vw / 9.8);
  }
}
@media (max-width: 600px) {
  .cta__box {
    padding: calc(50vw / 3.75) calc(20vw / 3.75);
    gap: calc(15vw / 3.75);
  }
}
.cta__box-heading {
  font-family: "Zen Old Mincho", serif;
  font-size: calc(58vw / 14.4);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 980px) {
  .cta__box-heading {
    font-size: calc(33vw / 9.8);
    line-height: 1.3;
  }
}
@media (max-width: 600px) {
  .cta__box-heading {
    font-size: calc(33vw / 3.75);
    line-height: 1.2;
  }
}
.cta__box-heading .is-inline {
  display: inline-block;
}
.cta__text {
  margin-top: calc(60vw / 14.4);
  margin-left: 0.6em;
  line-height: 2;
  font-size: clamp(13px, 16vw / 14.4, 16vw / 14.4);
}
@media (max-width: 600px) {
  .cta__text {
    margin-top: calc(14vw / 3.75);
    margin-left: 0;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.cta__link-inner {
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: calc(30vw / 14.4);
}
@media (max-width: 980px) {
  .cta__link-inner {
    align-self: auto;
    align-items: center;
    gap: calc(15vw / 9.8);
  }
}
@media (max-width: 600px) {
  .cta__link-inner {
    gap: calc(15vw / 3.75);
  }
}
.cta__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(17vw / 14.4);
  width: calc(310vw / 14.4);
  height: calc(70vw / 14.4);
  padding-right: calc(20vw / 14.4);
  border-radius: 10px;
  background: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 980px) {
  .cta__link {
    font-size: tbw(15);
    width: 100%;
    padding-right: calc(10vw / 9.8);
  }
}
@media (max-width: 600px) {
  .cta__link {
    font-size: calc(15vw / 3.75);
    height: calc(70vw / 3.75);
    padding-right: calc(10vw / 3.75);
  }
}
.cta__link::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: calc(41vw / 14.4);
  height: calc(41vw / 14.4);
  background: url("../img/link-arrow-circle-gray.svg") no-repeat center/contain;
}
@media (max-width: 980px) {
  .cta__link::after {
    right: calc(15vw / 9.8);
  }
}
@media (max-width: 600px) {
  .cta__link::after {
    width: calc(30vw / 3.75);
    height: calc(30vw / 3.75);
    right: calc(15vw / 3.75);
  }
}/*# sourceMappingURL=style.css.map */