html {
  font-size: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6041666667vw;
  }
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: flex;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

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

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow svg {
  display: none;
}

.splide__pagination__page {
  display: block;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

em {
  font-style: normal;
}

sup {
  font-size: 0.5em;
}

img,
picture,
video,
canvas,
svg {
  height: auto;
}

img,
iframe {
  display: block;
  width: 100%;
}

picture {
  display: contents;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  touch-action: manipulation;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  text-align: left;
  vertical-align: top;
  padding: 0;
}

body {
  background: #FFF;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.8;
  font-family: Yakuhanjp, "Lato", sans-serif;
  text-align: left;
  word-break: normal;
  overflow-wrap: break-word;
  font-feature-settings: "palt" 1;
  font-optical-sizing: auto;
}

.component-anchor {
  position: sticky;
  top: 9.3rem;
  z-index: 99;
  margin-top: 5.2rem;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .component-anchor {
    top: 6rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .component-anchor__inner {
    overflow: auto;
    white-space: nowrap;
    padding-left: 2rem;
    padding-bottom: 0.4rem;
  }
}
@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 768px) {
    .component-anchor__inner {
      overscroll-behavior: none;
    }
  }
}
.component-anchor .component-anchor-links {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .component-anchor .component-anchor-links {
    gap: 3rem;
  }
}
.component-anchor .component-anchor-links__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  height: 100%;
  padding-bottom: 0.8rem;
  color: #C1C1C1;
  text-align: center;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.component-anchor .component-anchor-links__item a::after {
  display: block;
  width: 100%;
  height: 0.3rem;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: #00467B;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
}
@media screen and (min-width: 769px) and (hover: hover) {
  .component-anchor .component-anchor-links__item a:hover {
    color: #000;
  }
}
@media screen and (min-width: 769px) and (hover: none) {
  .component-anchor .component-anchor-links__item a:active {
    color: #000;
  }
}
.component-anchor .component-anchor-links__item a:has(br) {
  font-size: 1.4rem;
}
.component-anchor .component-anchor-links__item a:has(br) span {
  line-height: 1.4;
}
.component-anchor .component-anchor-links:not(:has(.is-active)) .component-anchor-links__item:first-of-type a,
.component-anchor .component-anchor-links .component-anchor-links__item a.is-active {
  color: #000;
}
.component-anchor .component-anchor-links:not(:has(.is-active)) .component-anchor-links__item:first-of-type a::after,
.component-anchor .component-anchor-links .component-anchor-links__item a.is-active::after {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .component-anchor.js-scroll .component-anchor-links {
    justify-content: space-between;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .component-anchor.js-scroll .component-anchor-links {
    gap: 1rem 2rem;
  }
  ul.component-anchor-links li:last-child a{ margin-right: 2rem;}
}

.component-card {
  margin-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .component-card {
    margin-top: 5rem;
    padding: 0 2rem 5rem;
  }
}
.component-card::before {
  display: block;
  width: 100%;
  height: 54.8rem;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #22252E;
}
@media screen and (max-width: 768px) {
  .component-card::before {
    height: calc(100% - 5rem);
  }
}
.component-card .component-card-contents {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3.6rem 3rem;
  z-index: 1;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .component-card .component-card-contents {
    gap: 2rem;
  }
}
.component-card .component-card-contents__item {
  width: calc(25% - 2.25rem);
}
@media screen and (max-width: 768px) {
  .component-card .component-card-contents__item {
    width: calc(50% - 1rem);
  }
}
.component-card .component-card-contents__item--wide {
  width: calc(33.3333% - 2rem);
}
@media screen and (max-width: 768px) {
  .component-card .component-card-contents__item--wide {
    width: 100%;
  }
}
.component-card .component-card-contents__text {
  padding: 1.5rem 1.5rem 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .component-card .component-card-contents__text {
    padding: 1rem 1rem 0;
  }
}

.component-column {
  display: flex;
  flex-direction: column;
  gap: 5rem 2rem;
  margin-top: 5rem;
}
.component-column__item {
  display: flex;
  align-items: center;
  gap: 2rem 4.6rem;
}
@media screen and (max-width: 768px) {
  .component-column__item {
    flex-direction: column;
  }
}
.component-column__image {
  flex-shrink: 0;
  width: 22.4rem;
}
.component-column__heading {
  font-weight: 600;
  font-size: 2.2rem;
}
.component-column__text {
  margin-top: 0.4rem;
}
.component-column + .section__heading {
  margin-top: 10rem;
}

.component-contents {
  margin-top: 9rem;
}
.component-contents__item:nth-of-type(n + 2) {
  margin-top: 6rem;
  padding-top: 4.6rem;
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .component-contents__item:nth-of-type(n + 2) {
    margin-top: 4rem;
    padding-top: 3rem;
  }
}
.component-contents__heading {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .component-contents__heading {
    font-size: 3rem;
  }
}
.component-contents__text {
  margin-top: 2.5rem;
}
.component-contents__inner {
  display: grid;
  grid-template-columns: 1fr 48rem;
  gap: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .component-contents__inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
  }
}
.component-contents__content {
  grid-row: span 2/span 2;
}
.component-contents__subheading {
  font-weight: 600;
  font-size: 2.2rem;
}
.component-contents .section-list {
  margin-top: 1rem;
}
.component-contents__image {
  flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .component-contents__image {
    margin-left: 0;
  }
}
.component-contents .component-contents-logos {
  display: flex;
  gap: 1rem;
}
.component-contents .component-contents-logos__item {
  width: calc(25% - 0.75rem);
}

.component-directions {
  display: flex;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .component-directions {
    flex-direction: column;
    margin-top: 3rem;
  }
}
.component-directions__map {
  flex-shrink: 0;
  width: 96rem;
  height: 50rem;
}
@media screen and (max-width: 768px) {
  .component-directions__map {
    width: 100%;
  }
}
.component-directions__map iframe {
  width: 100%;
  height: 100%;
}
.component-directions__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  background-color: #22252E;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .component-directions__content {
    padding: 4rem 2rem;
  }
}
.component-directions__content-inner {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.component-directions__heading {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .component-directions__heading {
    font-size: 3rem;
  }
}
.component-directions__text {
  margin-top: 2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .component-directions__text {
    font-size: 1.6rem;
  }
}
.component-directions__note {
  margin-top: 2rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .component-directions__note {
    font-size: 1.4rem;
  }
}

.component-header {
  position: relative;
  color: #FFF;
}
.component-header__inner {
  position: relative;
}
.component-header__background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
    .component-header__background img {
        height: 26.8rem;
    }
}


.component-header__heading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding-top: 3.4rem;
  padding-left: 12rem;
  color: #FFF;
  font-weight: 600;
  font-size: 6rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .component-header__heading {
    align-items: flex-end;
    padding-bottom: 2rem;
    padding-left: 2rem;
    font-size: 3.4rem;
  }
}
.component-header .component-header-breadcrumb {
  position: absolute;
  bottom: 2rem;
  left: 12rem;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .component-header .component-header-breadcrumb {
    position: static;
    margin-top: 2rem;
    padding: 0 2rem;
    color: #000;
  }
}
.component-header .component-header-breadcrumb__item:nth-of-type(n + 2) {
  color: #7D7D7D;
}
.component-header .component-header-breadcrumb__item:nth-of-type(n + 2)::before {
  content: "/";
  margin: 0 1rem;
  color: #7D7D7D;
}
.component-header .component-header-breadcrumb__item a:hover {
  text-decoration: underline;
}

.component-links {
  font-size: 1.6rem;
}
.component-links__item {
  border-bottom: 1px solid #D9D9D9;
}
.component-links__item a {
  width: 100%;
  padding-bottom: 1.4rem;
}
.component-links__item a > span > span {
  display: inline-flex !important;
}
@media screen and (max-width: 768px) {
  .component-links__item a > span > span {
    flex-direction: column;
    line-height: 1.8;
  }
}
.component-links__item:nth-of-type(n + 2) a {
  padding-top: 2.4rem;
}
.component-links__date {
  display: block;
  flex-shrink: 0;
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .component-links__date {
    width: 100%;
    padding-bottom: 0;
  }
}
.component-links__text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .component-links__text {
    padding-top: 1rem !important;
  }
}

.component-message__image {
  float: left;
  width: 30rem;
  /*margin-bottom: 15rem;*/
  margin-right: 6rem;
}
@media screen and (max-width: 768px) {
  .component-message__image {
    float: none;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .component-message__content {
    margin-top: 2rem;
  }
}
.component-message__name {
  margin-top: 2rem;
  text-align: right;
  font-size: 2.88rem;
  line-height: 1.2;
}
.component-message__name small {
  font-size: 1.4rem;
}

body .layout-header {
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
body .layout-header::before {
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
}
body .layout-header .component-nav {
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
body .layout-header .component-nav__overlay {
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
}
body .layout-header .component-nav__logo {
  transition: fill 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  body .layout-header .component-nav-contents {
    transition: grid-template-rows 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@media screen and (max-width: 768px) {
  body .layout-header .component-nav-contents__inner {
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    will-change: opacity;
  }
}
body .layout-header .component-nav-language__item::before {
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
/*
body .layout-header .component-nav__hamburger button::before,
body .layout-header .component-nav__hamburger button::after {
  transition: translate 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), rotate 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: translate, rotate;
}
*/
body .layout-header .component-nav__hamburger button span {
  transition: translate 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), scale 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),rotate 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: translate, scale, rotate;
}
body.is-scrolled .layout-header::before, body.on-hamburger .layout-header::before {
  opacity: 0.9;
}
body.is-scrolled .layout-header .component-nav, body.on-hamburger .layout-header .component-nav {
  color: #000;
}
body.is-scrolled .layout-header .component-nav__logo, body.on-hamburger .layout-header .component-nav__logo {
  fill: #000;
}
/*
body.is-scrolled .layout-header .component-nav__hamburger button::before,
body.is-scrolled .layout-header .component-nav__hamburger button::after,
*/
body.is-scrolled .layout-header .component-nav__hamburger button span,
body.is-scrolled .layout-header .component-contents__inner,
body.is-scrolled .layout-header .component-nav-language__item::before, body.on-hamburger .layout-header .component-nav__hamburger button::before,
body.on-hamburger .layout-header .component-nav__hamburger button::after,
body.on-hamburger .layout-header .component-contents__inner,
body.on-hamburger .layout-header .component-nav-language__item::before {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  body.on-hamburger {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  body.on-hamburger .layout-header {
    background-color: #FFF;
  }
}
@media screen and (max-width: 768px) {
  body.on-hamburger .layout-header .component-nav__overlay {
    opacity: 0.5;
    visibility: visible;
  }
}
/*
body.on-hamburger .layout-header .component-nav__hamburger button::before, body.on-hamburger .layout-header .component-nav__hamburger button::after {
  translate: -50% 0;
}
*/
body.on-hamburger .layout-header .component-nav__hamburger button span {
  translate: -50% 0;
}

body.on-hamburger .layout-header .component-nav__hamburger button span:nth-child(1) {
  rotate: 30deg;
      background-color: black;

}
body.on-hamburger .layout-header .component-nav__hamburger button span:nth-child(2) {
  scale: 0 1;
}
body.on-hamburger .layout-header .component-nav__hamburger button span:nth-child(3) {
  rotate: -30deg;
      background-color: black;

}
@media screen and (max-width: 768px) {
  body.on-hamburger .layout-header .component-nav .component-nav-contents {
    grid-template-rows: 1fr;
  }
}
@media screen and (max-width: 768px) {
  body.on-hamburger .layout-header .component-nav .component-nav-contents__inner {
    opacity: 1;
    background-color: #FFF;
  }
}

.component-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .component-nav {
    gap: 1rem;
    padding-left: 2rem;
  }
}
.component-nav__overlay {
  position: fixed;
  top: 6rem;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.component-nav__hamburger {
  width: 6rem;
  height: 6rem;
}
.component-nav__hamburger button {
  width: 100%;
  height: 100%;
  position: relative;
}
.component-nav__hamburger button span {
  display: block;
  width: 2.6rem;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #FFF;
}
.component-nav__hamburger span:nth-child(1) {
  translate: -50% 0.8rem;
}
.component-nav__hamburger span:nth-child(2) {
  translate: -50% -50%;
}
.component-nav__hamburger span:nth-child(3) {
  translate: -50% -0.8rem;
}
.component-nav__logo {
  width: 40rem;
  fill: #FFF;
}
@media screen and (max-width: 768px) {
  .component-nav__logo {
    width: 24rem;
  }
}
.component-nav__japanese {
  margin-left: auto;
  font-size: 1.4rem;
}
.component-nav .component-nav-contents__inner,
.component-nav .component-nav-links {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .component-nav .component-nav-contents__inner,
  .component-nav .component-nav-links {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .component-nav .component-nav-contents {
    position: absolute;
    top: 6rem;
    right: 0;
    left: 0;
    display: grid;
    grid-template-rows: 0fr;
  }
}
@media screen and (max-width: 768px) {
  .component-nav .component-nav-contents__wrapper {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .component-nav .component-nav-contents__inner {
    gap: 5rem;
    opacity: 0;
    padding: 3rem 0 3.6rem;
    border-top: solid 1px #BBB;
  }
}
@media screen and (max-width: 768px) {
  .component-nav .component-nav-links {
    gap: 2.8rem;
  }
}
.component-nav .component-nav-links__item {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .component-nav .component-nav-links__item {
    font-size: 1.8rem;
  }
}
.component-nav .component-nav-language {
  display: flex;
}
.component-nav .component-nav-language__item {
  display: flex;
  align-items: center;
  line-height: 1;
}
.component-nav .component-nav-language__item:nth-of-type(n + 2)::before {
  display: block;
  width: 1px;
  height: 1.3rem;
  content: "";
  margin: 0 1rem;
  background-color: #FFF;
}
.component-nav .component-nav-language__item a, .component-nav .component-nav-language__item span {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .component-nav .component-nav-language__item a, .component-nav .component-nav-language__item span {
    font-size: 1.6rem;
  }
}
.component-nav .component-nav-language__item span {
  font-weight: 600;
}
.component-nav .component-nav-language__item a span {
  font-weight: 300;
}

.section {
  padding: 14rem 0;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 8rem 0;
  }
}
.section__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section__inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.section__heading {
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section__heading {
    font-size: 3rem;
  }
}
.section__heading--small {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .section__heading--small {
    font-size: 2.4rem;
  }
}
.section__heading--small + .section__subheading {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .section__heading--small + .section__subheading {
    margin-top: 2.4rem;
  }
}
.section__heading--small small {
  margin-left: 1.2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .section__heading--small small {
    display: block;
    margin-left: 0;
  }
}
.section__content {
  margin-top: 4rem;
  padding-left: 8rem;
}
@media screen and (max-width: 768px) {
  .section__content {
    margin-top: 3rem;
    padding-left: 0;
  }
}
.section__subheading {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .section__subheading {
    font-size: 2rem;
  }
}
.section__subheading + .section__text {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .section__subheading + .section__text {
    margin-top: 2.4rem;
  }
}
.section__copy {
  margin-top: 3.2rem;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .section__copy {
    font-size: 2.4rem;
    margin-top: 2.4rem;
  }
}
.section__text:nth-of-type(n + 2) {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .section__text:nth-of-type(n + 2) {
    margin-top: 2.4rem;
  }
}
.section__text + .section__heading--small {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .section__text + .section__heading--small {
    margin-top: 2.4rem;
  }
}
.section__text + .section__subheading {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .section__text + .section__subheading {
    margin-top: 2.4rem;
  }
}
.section__banner {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .section__banner {
    margin-top: 3rem;
  }
}
.section__banner + .section__heading {
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  .section__banner + .section__heading {
    margin-top: 8rem;
  }
}
.section .section-list {
  padding-left: 0.8rem;
}
.section .section-list__item {
  display: flex;
  gap: 0.8rem;
}
.section .section-list__item::before {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  flex-shrink: 0;
  border-radius: 50%;
  margin-top: 1.2rem;
  background-color: #000;
}
.section .section-list--small {
  font-size: 1.4rem;
}
.section .section-list--small .section-list__item::before {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  margin-top: 0.9rem;
}

.component-slider {
  margin-top: 5rem;
}
.component-slider .component-slider-thumbnail .splide__slide {
  position: relative;
  overflow: hidden;
  width: 10.2rem;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .component-slider .component-slider-thumbnail .splide__slide {
    width: 7rem;
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  .component-slider .component-slider-thumbnail .splide__slide:hover img {
    scale: 1.1;
  }
}
@media screen and (min-width: 769px) and (hover: none) {
  .component-slider .component-slider-thumbnail .splide__slide:active img {
    scale: 1.1;
  }
}
.component-slider .component-slider-thumbnail .splide__slide::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  border: 0.3rem solid #00467B;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
}
.component-slider .component-slider-thumbnail .splide__slide.is-active {
  pointer-events: none;
}
.component-slider .component-slider-thumbnail .splide__slide.is-active::before {
  opacity: 1;
}
.component-slider .component-slider-thumbnail .splide__slide img {
  transition: scale 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: scale;
}
.component-slider .component-slider-main {
  width: 60%;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .component-slider .component-slider-main {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .component-slider .component-slider-main {
    margin-top: 1rem;
  }
}
.component-slider .component-slider-main .splide__arrows {
  position: absolute;
  right: 4rem;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  z-index: 1;
  height: 7rem;
}
@media screen and (max-width: 768px) {
  .component-slider .component-slider-main .splide__arrows {
    height: 6rem;
    right: 2rem;
    gap: 1rem;
  }
}
.component-slider .component-slider-main .splide__arrows button {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #FFF;
  background-color: #FFF;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .component-slider .component-slider-main .splide__arrows button {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  .component-slider .component-slider-main .splide__arrows button:hover::before {
    animation: arrow 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  }
}
@media screen and (min-width: 769px) and (hover: none) {
  .component-slider .component-slider-main .splide__arrows button:active::before {
    animation: arrow 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  }
}
@keyframes arrow {
  0% {
    translate: 0;
  }
  50% {
    translate: 100% 0;
  }
  50.000001% {
    translate: -100% 0;
  }
  100% {
    translate: 0;
  }
}
.component-slider .component-slider-main .splide__arrows button::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  -webkit-mask: url("../../../english/wp-content/themes/hello-theme-child-recruit/english/assets/img/common/arw_line.svg") no-repeat center/0.5rem, 0.9rem;
          mask: url("../../../english/wp-content/themes/hello-theme-child-recruit/english/assets/img/common/arw_line.svg") no-repeat center/0.5rem, 0.9rem;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.component-slider .component-slider-main .splide__arrows button.splide__arrow--prev {
  rotate: 180deg;
}
.component-slider .component-slider-main .splide__arrows button:disabled {
  background-color: transparent;
  pointer-events: none;
}
.component-slider .component-slider-main .splide__arrows button:disabled::before {
  background-color: #FFF;
}
.component-slider .component-slider-main .splide__slide {
  transition: opacity 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s !important;
  will-change: opacity;
}
.component-slider .component-slider-main .splide__slide.is-active {
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) !important;
}
.component-slider .component-slider-main__image {
  overflow: hidden;
}
.component-slider .component-slider-main__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.component-slider .component-slider-main__text {
  display: none;
}

.component-table {
  font-size: 1.6rem;
}
.component-table__row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .component-table__row {
    flex-direction: column;
  }
}
.component-table__row:nth-of-type(n + 2) > * {
  padding-top: 2rem;
}
.component-table__row > * {
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .component-table__row > * {
    display: block;
  }
}
.component-table__row > *::after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #D9D9D9;
}
.component-table__header {
  flex-shrink: 0;
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .component-table__header {
    width: 100%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .component-table__header::after {
    display: none;
  }
}
.component-table__data {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .component-table__data {
    padding-top: 1rem !important;
  }
}
.component-table--history {
  margin-top: 6rem;
}
.component-table--history .component-table__row {
  position: relative;
}
.component-table--history .component-table__row:before {
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0.6rem;
  background-color: #22252E;
}
.component-table--history .component-table__row:first-of-type:before {
  top: auto;
  bottom: 0;
  height: calc(100% - 1.6rem);
}
.component-table--history .component-table__row:last-of-type:before {
  height: 3.2rem;
}
.component-table--history .component-table__row:nth-of-type(n + 2) .component-table__header::before {
  top: 2.7rem;
}
.component-table--history .component-table__header {
  padding-left: 4rem;
}
.component-table--history .component-table__header::before {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  border-radius: 50%;
  background-color: #22252E;
}
.component-table--history .component-table__header::after {
  width: calc(100% - 4rem);
}
.component-table--history .component-table__data {
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .component-table--history .component-table__data::after {
    width: calc(100% - 4rem);
  }
}

.component-table-esg {
  margin-top: 5rem;
  color: #22252E;
}
.component-table-esg__head .component-table-esg__row > *, .component-table-esg__body .component-table-esg__row > * {
  border: 0.2rem solid #FFF;
  vertical-align: middle;
}
.component-table-esg__head .component-table-esg__header {
  height: 4.6rem;
  background-color: #22252E;
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
}
.component-table-esg__body .component-table-esg__row {
  background-color: #F3F3F3;
}
.component-table-esg__body .component-table-esg__row--bg-bold {
  background-color: #ECECEC;
}
.component-table-esg__body .component-table-esg__header {
  width: 16.6rem;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
}
.component-table-esg__body .component-table-esg__data {
  width: 31.6rem;
  padding: 2.4rem 1.8rem;
  font-size: 1.6rem;
}
.component-table-esg__body .component-table-esg__data:last-of-type {
  padding: 1.2rem 8rem;
}
.component-table-esg__body .component-table-esg__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.component-table-esg__body .component-table-esg__logos-item {
  width: calc(50% - 0.3rem);
}
@media screen and (max-width: 768px) {
  .component-table-esg__wrapper {
    overflow: auto;
    margin-right: -2rem;
  }
}
@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 768px) {
    .component-table-esg__wrapper {
      overscroll-behavior: none;
    }
  }
}
@media screen and (max-width: 768px) {
  .component-table-esg__wrapper table {
    min-width: 92rem;
    margin-right: 2rem;
  }
}

.layout-footer {
  padding: 6rem 4rem 4rem;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .layout-footer {
    padding: 6rem 2rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .layout-footer .component-nav {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .layout-footer .component-nav .component-nav-links {
    align-items: flex-start;
    gap: 1.4rem;
    margin-top: 3rem;
  }
}
.layout-footer__copyright {
  margin-top: 9.6rem;
  color: #7D7D7D;
  font-size: 1.1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .layout-footer__copyright {
    margin-top: 6rem;
  }
}

.layout-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  padding: 3rem 4rem;
}
@media screen and (max-width: 768px) {
  .layout-header {
    padding: 0;
  }
}
.layout-header::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: #FFF;
}

.home-section {
  position: relative;
  z-index: 1;
}
.home-section:has(.home-section__content) {
  display: flex;
  gap: 0 7rem;
  padding-left: 12rem;
}
@media screen and (max-width: 768px) {
  .home-section:has(.home-section__content) {
    flex-direction: column;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .home-section:has(.home-section__content) .home-section__content {
    display: contents;
  }
}
.home-section:has(.home-section__content) .home-section__text, .home-section:has(.home-section__content) .home-section__button {
  padding-left: 8rem;
}
@media screen and (max-width: 768px) {
  .home-section:has(.home-section__content) .home-section__text, .home-section:has(.home-section__content) .home-section__button {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .home-section:has(.home-section__content) .home-section__button {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .home-section:has(.home-section__content) .home-section__image {
    margin-top: 4rem;
  }
}
.home-section__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .home-section__inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.home-section__heading {
  font-weight: 700;
  font-size: 7rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-section__heading {
    font-size: 3rem;
  }
}
.home-section__image {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 2rem;
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .home-section__image {
    width: 100%;
  }
}
.home-section__text {
  margin-top: 3rem;
}
.home-section__button {
  margin-top: 3rem;
}
.home-section__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 5rem;
  display: inline-flex !important;
  background-color: #000;
  color: #FFF;
  font-size: 1.5rem;
}

.home-hero {
  position: relative;
}
.home-hero__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .home-hero__background {
    height: 26.8rem;
  }
}
.home-hero__background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero__heading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding-left: 4rem;
  color: #FFF;
  font-weight: 600;
  font-size: 8rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .home-hero__heading {
    font-size: 3.6rem;
    padding-top: 1.2rem;
    padding-left: 2rem;
  }
}
.home-hero .home-hero-contents {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  width: 54rem;
  height: 10rem;
  display: flex;
  gap: 1.6rem 4rem;
  padding: 2.5rem 2rem 2.5rem 1.4rem;
  border: 1px solid #7D7D7D;
  background: url("../../../english/wp-content/themes/hello-theme-child-recruit/english/assets/img/home/bg_hero.jpg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .home-hero .home-hero-contents {
    width: 100%;
    max-width: 34.4rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    position: static;
    height: auto;
    margin-top: 2rem;
    padding: 1.6rem 2rem 2rem;
  }
}
.home-hero .home-hero-contents__logo {
  flex-shrink: 0;
  width: 14.3rem;
}
@media screen and (max-width: 768px) {
  .home-hero .home-hero-contents__logo {
    width: 12rem;
  }
}
.home-hero .home-hero-contents__text {
  color: #7D7D7D;
  font-size: 1.2rem;
  line-height: 1.4;
}
.home-hero .home-hero-contents__text a {
  color: #FFF;
}

.home-corporate {
  align-items: center;
  padding: 14rem 0;
}
@media screen and (max-width: 768px) {
  .home-corporate {
    align-items: flex-start;
    padding: 8rem 0;
  }
}

.home-outline {
  padding: 10rem 0 14rem;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .home-outline {
    padding: 8rem 0;
  }
}
.home-outline::before {
  display: block;
  width: 100%;
  height: 70rem;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #22252E;
}
@media screen and (max-width: 768px) {
  .home-outline::before {
    height: 58rem;
  }
}
@media screen and (max-width: 768px) {
  .home-outline .home-section__inner {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .home-outline .home-section__button {
    order: 1;
  }
}
.home-outline__header {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .home-outline__header, .home-outline__content {
    display: contents;
  }
}
.home-outline__text {
  flex-shrink: 0;
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .home-outline__text {
    width: 100%;
    margin-top: 3rem;
  }
}
.home-outline .home-outline-images {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .home-outline .home-outline-images {
    gap: 2rem;
    margin-top: 4rem;
  }
}
.home-outline .home-outline-images__item {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .home-outline .home-outline-images__item {
    width: 100%;
  }
}

.home-business {
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-business {
    height: auto;
    padding: 6rem 0;
  }
}
.home-business .home-section__inner {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .home-business .home-section__inner {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .home-business .home-section__background {
    position: absolute;
    inset: 0;
  }
}
.home-business .home-section__background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-business__content {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  padding: 8rem 0;
  /*
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  background-color: rgba(0, 0, 0, 0.3);
  */
}
@media screen and (max-width: 768px) {
  .home-business__content {
    padding: 6rem 2rem;
  }
}

.home-sustainability {
  position: relative;
  z-index: 9;
  padding-top: 14rem;
}
@media screen and (max-width: 768px) {
  .home-sustainability {
    padding: 8rem 0;
  }
}

.home-ir {
  margin-top: -13rem;
  padding: 19.8rem 0 10rem;
  background-color: #22252E;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .home-ir {
    margin-top: 0;
    padding: 8rem 0;
  }
}
.home-ir__heading {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-ir__heading {
    font-size: 2.8rem;
    text-align: center;
  }
}
.home-ir .home-ir-links {
  margin-top: 5rem;
  padding-left: 8rem;
}
@media screen and (max-width: 768px) {
  .home-ir .home-ir-links {
    padding-left: 0;
  }
}
.home-ir .home-ir-links__item {
  border-bottom: 1px solid #424654;
}
.home-ir .home-ir-links__item a {
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .home-ir .home-ir-links__item a {
    padding: 0 2rem;
  }
}
.home-ir .home-ir-links__item a > span > span {
  display: inline-flex !important;
}
@media screen and (max-width: 768px) {
  .home-ir .home-ir-links__item a > span > span {
    flex-direction: column;
  }
}
.home-ir .home-ir-links__date {
  flex-shrink: 0;
  width: 14rem;
}
@media screen and (max-width: 768px) {
  .home-ir .home-ir-links__date {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .home-ir .home-ir-links__text {
    padding-top: 0.5rem;
  }
}
.home-ir .home-section__button {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-ir .home-section__button {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.pt-60 {
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  .pt-60 {
    padding-top: 4rem;
  }
}

.pt-70 {
  padding-top: 7rem;
}
@media screen and (max-width: 768px) {
  .pt-70 {
    padding-top: 4rem;
  }
}

.pt-90 {
  padding-top: 9rem;
}
@media screen and (max-width: 768px) {
  .pt-90 {
    padding-top: 4rem;
  }
}

.pt-100 {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .pt-100 {
    padding-top: 4rem;
  }
}

.pt-120 {
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  .pt-120 {
    padding-top: 6rem;
  }
}

.pb-0 {
  padding-bottom: 0;
}

@media screen and (min-width: 769px) and (hover: hover) {
  .hover-scale a:hover img {
    scale: 1.05;
  }
}
@media screen and (min-width: 769px) and (hover: none) {
  .hover-scale a:active img {
    scale: 1.05;
  }
}
.hover-scale a figure {
  overflow: hidden;
}
.hover-scale a figure img {
  transition: scale 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: scale;
}

@media screen and (min-width: 769px) and (hover: hover) {
  .hover-rotate a:has(> span:nth-of-type(2)):hover > span {
    translate: 0 -150%;
  }
}
@media screen and (min-width: 769px) and (hover: none) {
  .hover-rotate a:has(> span:nth-of-type(2)):active > span {
    translate: 0 -150%;
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  .hover-rotate a:not(:has(> span:nth-of-type(2))):hover > span > span {
    translate: 0 -150%;
  }
}
@media screen and (min-width: 769px) and (hover: none) {
  .hover-rotate a:not(:has(> span:nth-of-type(2))):active > span > span {
    translate: 0 -150%;
  }
}
.hover-rotate a, .hover-rotate:not(:has(a > span:nth-of-type(2))) a > span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1.2;
}
.hover-rotate a > span, .hover-rotate:not(:has(a > span:nth-of-type(2))) a > span > span {
  display: inline-block;
  transition: translate 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: translate;
}
.hover-rotate a > span:nth-of-type(2), .hover-rotate:not(:has(a > span:nth-of-type(2))) a > span > span:nth-of-type(2) {
  position: absolute;
  top: 150%;
  right: 0;
  left: 0;
}
@keyframes rotate {
  0% {
    translate: 0;
  }
  100% {
    translate: 0 -150%;
  }
}

.hover-rewrite a {
  position: relative;
  padding-bottom: 0.1rem;
  background: linear-gradient(#FFF) no-repeat right bottom/100% 1px;
}
@media screen and (min-width: 769px) and (hover: hover) {
  .hover-rewrite a:hover {
    animation: rewrite 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  }
}
@media screen and (min-width: 769px) and (hover: none) {
  .hover-rewrite a:active {
    animation: rewrite 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  }
}
@keyframes rewrite {
  0% {
    background-size: 100% 1px;
  }
  50% {
    background-position: right bottom;
    background-size: 0% 1px;
  }
  50.000001% {
    background-position: left bottom;
    background-size: 0% 1px;
  }
  100% {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}