
.top {
  overflow: hidden;
}
.top .section__title--jp {
  position: relative;
  padding-left: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.6;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .top .section__title--jp {
    font-size: 24px;
  }
}
.top .section__title--jp::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 4px;
  height: 1lh;
  background-color: #0e7c8f;
}
.top .section__title--en {
  padding-left: 16px;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .top .section__title--en {
    font-size: 16px;
    line-height: 1;
  }
}
.top .section__fv {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  width: 100%;
  height: 853px;
  max-height: calc(100vh - 78px);
  max-height: calc(100svh - 78px);
}
@media screen and (max-width: 1024px) {
  .top .section__fv {
    max-height: calc(100vh - 57px);
    max-height: calc(100svh - 57px);
  }
}
.top .fv__images {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top .fv__image {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: -webkit-transform 4.8s ease-out;
  transition: -webkit-transform 4.8s ease-out;
  transition: transform 4.8s ease-out;
  transition: transform 4.8s ease-out, -webkit-transform 4.8s ease-out;
}
.top .fv__image.fv__image--01 {
  background: url("../image/fv_01.jpg") no-repeat center center/cover;
}
.top .fv__image.fv__image--02 {
  background: url("../image/fv_02.jpg") no-repeat center center/cover;
}
.top .fv__image.fv__image--03 {
  background: url("../image/fv_03.jpg") no-repeat center center/cover;
}
.top .fv__image.fv__image--04 {
  background: url("../image/fv_04.jpg") no-repeat center center/cover;
}
.top .fv__image.fv__image--05 {
  background: url("../picture/fv_04.jpg") no-repeat center center/cover;
}
.top .fv__cross--wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 404px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.98, 0.64, 0.99);
          transition-timing-function: cubic-bezier(0.1, 0.98, 0.64, 0.99);
}
@media screen and (max-width: 768px) {
  .top .fv__cross--wrapper {
    width: 60%;
  }
}
.top .fv__texts--wrapper,
.top .fv__texts {
  width: 100%;
}
.top .fv__text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", "MS Mincho", serif;
  font-weight: 400;
  color: #fff;
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 11px;
  text-align: center;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .top .fv__text {
    font-size: 5vw;
    letter-spacing: 0.1em;
  }
}
.top .fv__text--01 img {
  width: 570px;
}
@media screen and (max-width: 768px) {
  .top .fv__text--01 img {
    width: 80vw;
  }
}
.top .fv__scrollNav {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top .fv__scrollNav {
    font-size: 12px;
    height: 40px;
  }
}
.top .fv__scrollNav::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .top .fv__scrollNav::after {
    height: 23px;
  }
}
@media (any-hover: hover) {
  .top .fv__scrollNav:hover {
    opacity: 0.7;
  }
}
.top .section__aboutUs {
  max-width: calc(900px + min(6.9444444444vw, 100px));
  height: auto;
  margin-inline: auto;
}
.top .section__aboutUs .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .top .section__aboutUs .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .section__aboutUs .aboutUs__verticalText {
  padding-left: min(5vw, 76px);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.09em;
  color: #0e7c8f;
}
@media screen and (max-width: 768px) {
  .top .section__aboutUs .aboutUs__verticalText {
    width: 320px;
    margin-inline: auto;
    padding-left: 0;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    font-size: 20px;
  }
  .top .section__aboutUs .aboutUs__verticalText .u-only--sp {
    display: inline-block;
    padding-right: 40px;
  }
}
.top .section__aboutUs .aboutUs__content {
  padding-left: min(10vw, 160px);
}
@media screen and (max-width: 768px) {
  .top .section__aboutUs .aboutUs__content {
    width: 320px;
    max-width: 100%;
    margin-inline: auto;
    padding-left: 0;
  }
}
.top .section__aboutUs .aboutUs__text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.03em;
  color: #262724;
}
@media screen and (max-width: 1024px) {
  .top .section__aboutUs .aboutUs__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .top .section__aboutUs .aboutUs__text {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.6;
  }
  .top .section__aboutUs .aboutUs__text:not(:last-of-type) {
    padding-left: 40px;
  }
  .top .section__aboutUs .aboutUs__text:last-of-type {
    text-align: center;
  }
}
.top .section__aboutUs .aboutUs__text + .aboutUs__text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top .section__aboutUs .aboutUs__text + .aboutUs__text {
    margin-top: 32px;
  }
}
.top .section__aboutUs .aboutUs__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0 auto;
  padding: 16px 32px;
  background-color: #d2e9f1;
  color: #262724;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 16px;
  border-radius: 8px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top .section__aboutUs .aboutUs__link {
    margin-inline: auto;
    padding: 10px 20px;
    font-size: 14px;
  }
}
.top .section__aboutUs .aboutUs__link svg {
  width: 24px;
  height: auto;
  aspect-ratio: 30/16;
  margin-left: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top .section__aboutUs .aboutUs__link svg {
    margin-left: 8px;
    width: 16px;
  }
}
@media (any-hover: hover) {
  .top .section__aboutUs .aboutUs__link:hover {
    background-color: #f6f6f6;
  }
  .top .section__aboutUs .aboutUs__link:hover svg {
    translate: 5px 0;
  }
}
.top .section__service,
.top .section__company {
  width: 100%;
  height: auto;
}
.top .section__service .section__inner,
.top .section__company .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  width: calc(50vw + 620px);
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .top .section__service .section__inner,
  .top .section__company .section__inner {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top .section__service .section__inner,
  .top .section__company .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.top .section__service .section__body,
.top .section__company .section__body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 530px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .top .section__service .section__body,
  .top .section__company .section__body {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .top .section__service .section__title,
  .top .section__company .section__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top .section__service .section__content,
.top .section__company .section__content {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top .section__service .section__content,
  .top .section__company .section__content {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
  }
}
.top .section__service .section__text,
.top .section__company .section__text {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .top .section__service .section__text,
  .top .section__company .section__text {
    margin-top: 20px;
  }
  .top .section__service .section__text:first-of-type,
  .top .section__company .section__text:first-of-type {
    margin-top: 0;
  }
}
.top .section__service .section__text,
.top .section__service .section__text span,
.top .section__company .section__text,
.top .section__company .section__text span {
  font-weight: 400;
  font-size: 18px;
  line-height: 57px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .top .section__service .section__text,
  .top .section__service .section__text span,
  .top .section__company .section__text,
  .top .section__company .section__text span {
    font-size: 14px;
    line-height: 1.6;
  }
}
.top .section__service .section__text--large,
.top .section__service .section__text--large span,
.top .section__company .section__text--large,
.top .section__company .section__text--large span {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .top .section__service .section__text--large,
  .top .section__service .section__text--large span,
  .top .section__company .section__text--large,
  .top .section__company .section__text--large span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }
}
.top .section__service .section__img--wrapper,
.top .section__company .section__img--wrapper {
  overflow: hidden;
  width: calc(100% - 530px);
  height: auto;
  aspect-ratio: 100/92;
}
@media screen and (max-width: 768px) {
  .top .section__service .section__img--wrapper,
  .top .section__company .section__img--wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0;
    width: 100%;
    max-height: 200px;
  }
}
.top .section__service .section__text.section__text--orange,
.top .section__service .section__text.section__text--orange span,
.top .section__company .section__text.section__text--orange,
.top .section__company .section__text.section__text--orange span {
  color: #e8713e;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top .section__service .link__viewMore,
  .top .section__company .link__viewMore {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.top .section__service .section__inner {
  margin-right: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .top .section__service .section__inner {
    margin-inline: auto;
    padding-right: 4.6875vw;
    width: 100%;
    max-width: 560px;
  }
}
.top .section__service .section__img--wrapper {
  aspect-ratio: 1/1;
  border-top-left-radius: 140px;
  max-height: 736px;
}
@media screen and (max-width: 768px) {
  .top .section__service .section__img--wrapper {
    max-height: 200px;
    border-top-left-radius: 80px;
  }
}
.top .section__service .section__img--wrapper img {
  -o-object-position: 5%;
     object-position: 5%;
}
.top .section__company .section__inner {
  position: relative;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .top .section__company .section__inner {
    padding-left: 4.6875vw;
    margin-inline: auto;
    width: 100%;
    max-width: 560px;
  }
}
.top .section__company .section__text span {
  display: inline-block;
  margin-right: 4px;
  padding-inline: 8px;
  line-height: 2.4;
  background-color: #0e7c8f;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top .section__company .section__text span {
    line-height: 1.6;
  }
}
.top .section__company .section__img--wrapper {
  max-height: 640px;
  aspect-ratio: 100/88;
  border-top-right-radius: 140px;
}
@media screen and (max-width: 768px) {
  .top .section__company .section__img--wrapper {
    max-height: 200px;
    border-top-right-radius: 80px;
  }
}
.top .section__company .section__img--wrapper img {
  -o-object-position: 5%;
     object-position: 5%;
}
.top .section__recruit {
  width: 100%;
  height: auto;
}
.top .section__recruit::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: calc(100% - 130px);
  background-color: #c7d9dd;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .top .section__recruit::before {
    height: 247px;
    top: 72px;
    bottom: initial;
  }
}
.top .section__recruit::after {
  content: "";
  display: block;
  width: 62%;
  height: calc(100% - 248px - 130px);
  background: url("../image/img-recruit.png") no-repeat center center/cover;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top .section__recruit::after {
    height: 220px;
    top: 100px;
    bottom: initial;
    left: initial;
    right: 4.6875vw;
  }
}
.top .section__recruit .section__body {
  position: relative;
  margin-inline: auto;
  max-width: 1200px;
}
.top .section__recruit .section__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
}
.top .section__recruit .section__content {
  padding-block: 100px;
}
@media screen and (max-width: 768px) {
  .top .section__recruit .section__content {
    padding-top: 264px;
    padding-bottom: 0;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}
.top .section__recruit .recruitLink__list {
  margin-inline: auto 0;
  width: 74%;
  max-width: 830px;
}
@media screen and (max-width: 768px) {
  .top .section__recruit .recruitLink__list {
    width: 100%;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .top .section__recruit .recruitLink__item {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .top .section__recruit .recruitLink__item:first-of-type {
    border-bottom: 1px solid #e5e5e5;
  }
}
.top .section__recruit .recruitLink__item + .recruitLink__item {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .top .section__recruit .recruitLink__item + .recruitLink__item {
    margin-top: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
.top .section__recruit .recruitLink__link {
  display: block;
  padding: 20px min(3.4722222222vw, 50px) 32px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top .section__recruit .recruitLink__link {
    padding: 20px 6.69vw 24px;
  }
}
.top .section__recruit .recruitLink__text {
  font-weight: 400;
  font-size: 50px;
  line-height: 67px;
  letter-spacing: 0.09em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top .section__recruit .recruitLink__text {
    font-size: 20px;
    line-height: 28px;
  }
}
.top .section__recruit .link__viewMore {
  margin-top: 80px;
  margin-inline: auto 0;
}
@media screen and (max-width: 768px) {
  .top .section__recruit .link__viewMore {
    margin-top: 28px;
    position: relative;
    left: 4.6875vw;
  }
}
@media (any-hover: hover) {
  .top .section__recruit .recruitLink__link:hover .recruitLink__text {
    color: #0e7c8f;
  }
  .top .section__recruit .recruitLink__link:hover .link__viewMore::before {
    scale: 0 1;
  }
  .top .section__recruit .recruitLink__link:hover .link__viewMore::after {
    scale: 1 1;
  }
  .top .section__recruit .recruitLink__link:hover .link__viewMore span {
    color: #0e7c8f;
    opacity: 0.7;
  }
  .top .section__recruit .recruitLink__link:hover .link__viewMore svg {
    fill: #0e7c8f;
    translate: 5px 3px;
  }
}
.top .section__recruit .recruit__catchCopy {
  position: absolute;
  top: 40px;
  left: 0;
  width: 193px;
  max-width: 20%;
  height: auto;
  aspect-ratio: 193/703;
}
@media screen and (max-width: 768px) {
  .top .section__recruit .recruit__catchCopy {
    width: min(72px, 17.1875vw);
  }
}
.top .section__entry {
  width: 100%;
  height: auto;
  display: block;
  background-color: #0e7c8f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top .section__entry .section__inner {
  display: block;
  padding-block: 50px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .top .section__entry .section__inner {
    padding-block: 24px;
  }
}
.top .section__entry .entry__catchCopy {
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.17em;
  color: #fff;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .top .section__entry .entry__catchCopy {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.14em;
  }
}
.top .section__entry .entry__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
}
@media screen and (max-width: 768px) {
  .top .section__entry .entry__text {
    margin-top: 10px;
  }
}
.top .section__entry .entry__text span {
  display: inline-block;
  padding-right: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 116px;
  line-height: 1;
  letter-spacing: 0.17em;
  color: #30343a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top .section__entry .entry__text span {
    padding-right: 8px;
    font-size: 32px;
  }
}
.top .section__entry .entry__text svg {
  width: 120px;
  height: auto;
  aspect-ratio: 120/94;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top .section__entry .entry__text svg {
    width: 30px;
  }
}
@media (any-hover: hover) {
  .top .section__entry:hover {
    opacity: 0.7;
  }
  .top .section__entry:hover .section__inner {
    opacity: 0.7;
  }
  .top .section__entry:hover span {
    color: #fff;
  }
  .top .section__entry:hover svg {
    translate: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .top .section.section__news {
    margin-top: 60px;
  }
}
.top .section__news {
  /* スライダー 共通 */
  /* 右側だけはみ出たスライダー */
}
.top .section__news .splide {
  width: 100%;
  height: auto;
  min-height: 348px;
}
@media screen and (max-width: 768px) {
  .top .section__news .splide {
    min-height: 189px;
  }
}
.top .section__news .splide__track, .top .section__news .splide__slide {
  width: 100%;
  height: auto;
  min-height: 348px;
}
@media screen and (max-width: 768px) {
  .top .section__news .splide__track, .top .section__news .splide__slide {
    min-height: 157px;
  }
}
.top .section__news .splide__arrow {
  opacity: 1;
}
.top .section__news .splide__arrow img {
  width: 50px;
  height: 50px;
}
.top .section__news .splide .splide__wrapper {
  height: 100%;
}
.top .section__news .splide .splide__wrapper .splide__slide {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top .section__news .splide .splide__wrapper .slide__img {
  z-index: -1;
}
.top .section__news .splide__news .splide__track {
  overflow: visible;
}
.top .section__news #news-slider-container {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  z-index: 1;
}
.top .section__news .news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top .section__news .section__title--news {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 116px;
  line-height: 1;
  letter-spacing: 0.17em;
  color: #0e7c8f;
}
@media screen and (max-width: 768px) {
  .top .section__news .section__title--news {
    font-size: 32px;
  }
}
.top .section__news .newsCategory__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
}
.top .section__news .news__bottom {
  margin-top: 40px;
}
.top .section__news .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  height: auto;
  min-height: 325px;
  background-color: #eee;
  overflow: hidden;
  border-radius: 36px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top .section__news .splide__slide {
    gap: 4px;
    min-height: 189px;
  }
}
.top .section__news .slide__link {
  display: block;
  padding: 16px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.top .section__news .slide__img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  will-change: filter;
}
.top .section__news .slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.top .section__news .slide__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  min-height: 28px;
}
@media screen and (max-width: 768px) {
  .top .section__news .slide__categories {
    gap: 6px;
  }
}
.top .section__news .slide__category {
  display: inline-block;
  padding: 6px 12px;
  background: #0e7c8f;
  border-radius: 20.5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.17em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top .section__news .slide__category {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
}
.top .section__news .slide__date {
  display: block;
  margin-top: 4px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.17em;
  color: #0e7c8f;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 768px) {
  .top .section__news .slide__date {
    padding-left: 16px;
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}
.top .section__news .slide__title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.17em;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top .section__news .slide__title {
    margin-top: 12px;
    margin-bottom: 20px;
    padding-left: 16px;
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}
.top .section__news .splide__pagination {
  bottom: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  gap: 16px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top .section__news .splide__pagination {
    width: 80%;
    gap: 8px;
  }
}
.top .section__news .splide__pagination li {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top .section__news .splide__pagination__page {
  border-radius: 50vh;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top .section__news .splide__pagination__page.is-active {
  background-color: #0e7c8f;
  -webkit-transform: initial;
          transform: initial;
}
@media (any-hover: hover) {
  .top .section__news .slide__link:hover {
    opacity: 0.8;
  }
  .top .section__news .slide__link:hover .slide__img {
    scale: 1.2;
    -webkit-filter: brightness(1.18);
            filter: brightness(1.18);
  }
  .top .section__news .splide__pagination__page:hover {
    opacity: 0.4;
  }
}
.top .section__news .link__viewMore {
  margin-top: 60px;
  margin-right: -4.6875vw;
}
.top .section__news #aboutUs {
  padding-top: 78px;
  margin-top: 78px;
}
/*# sourceMappingURL=front-page.css.map */

/* ===== Home FV redesign ===== */
.top .fv__cross--wrapper {
  width: 420px;
  aspect-ratio: 1/1;
  border-radius: 34px;
  overflow: visible;
  background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 20px 50px rgba(7, 36, 58, 0.12);
}
@media screen and (max-width: 768px) {
  .top .fv__cross--wrapper {
    width: min(78vw, 360px);
    border-radius: 24px;
  }
}
.top .fv__cross {
  display: none !important;
}
.top .fv__cross--wrapper::before,
.top .fv__cross--wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}
.top .fv__cross--wrapper::before {
  width: 74%;
  height: 74%;
  border-radius: 28px;
  border: 2px solid rgba(255,255,255,0.30);
  transform: rotate(45deg);
}
.top .fv__cross--wrapper::after {
  width: 38%;
  height: 38%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,0.55), rgba(255,255,255,0.08) 38%, rgba(14,124,143,0.34) 70%, rgba(15,76,129,0.20) 100%);
  box-shadow: 0 0 0 18px rgba(255,255,255,0.10), 0 0 0 42px rgba(255,255,255,0.05);
}
.top .fv__texts {
  position: relative;
  z-index: 2;
}
.top .fv__text--01 img {
  filter: drop-shadow(0 10px 26px rgba(0,0,0,0.14));
}


/* ===== Home FV text center fix ===== */
.top .section__fv {
  position: relative;
}
.top .fv__texts--wrapper {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.top .fv__texts {
  position: relative;
  width: 100%;
  height: 100%;
}
.top .fv__text {
  z-index: 4;
  width: min(90vw, 900px);
  padding-inline: 20px;
  box-sizing: border-box;
}
.top .fv__text--01 img {
  display: block;
  margin: 0 auto;
}
.top .fv__scrollNav {
  z-index: 2;
}


/* ===== Home FV first copy style fix ===== */
.top .fv__text--01 {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", "MS Mincho", serif;
  color: rgba(255,255,255,0.96);
  text-shadow: 0 2px 14px rgba(0,0,0,0.18);
  letter-spacing: 0.14em;
  line-height: 1.75;
}
.top .fv__text--01 .fv__lead {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.12em;
}
.top .fv__text--01 .fv__main {
  display: inline-block;
  font-size: 56px;
  line-height: 1.35;
  letter-spacing: 0.10em;
}
.top .fv__text--01 .fv__sub {
  display: inline-block;
  font-size: 24px;
  letter-spacing: 0.10em;
}
@media screen and (max-width: 768px) {
  .top .fv__text--01 .fv__lead {
    font-size: 14px;
  }
  .top .fv__text--01 .fv__main {
    font-size: 9vw;
    line-height: 1.45;
  }
  .top .fv__text--01 .fv__sub {
    font-size: 16px;
  }
}


/* ===== Home FV first copy mobile style to match requested layout ===== */
@media screen and (max-width: 768px) {
  .top .fv__text--01 {
    width: 78vw;
    max-width: 300px;
    color: rgba(255,255,255,0.96);
    text-shadow: 0 2px 12px rgba(0,0,0,0.08);
    letter-spacing: 0.08em;
    line-height: 1.7;
  }
  .top .fv__text--01 .fv__lead {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
  }
  .top .fv__text--01 .fv__main {
    display: inline-block;
    font-size: 6vw;
    line-height: 1.55;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
  .top .fv__text--01 .fv__sub {
    display: none;
  }
}


/* ===== FV first copy final match ===== */
.top .fv__text--01 {
  width: min(78vw, 360px);
  max-width: 360px;
  color: rgba(255,255,255,0.96);
  text-shadow: 0 2px 12px rgba(0,0,0,0.10);
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-weight: 400;
}
.top .fv__text--01 .fv__lead {
  display: block;
  margin: 0 auto 8px;
  font-size: 18px;
  letter-spacing: 0.10em;
  line-height: 1.5;
}
.top .fv__text--01 .fv__main {
  display: block;
  margin: 0 auto;
  max-width: 12em;
  font-size: 40px;
  line-height: 1.55;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.top .fv__text--01 .fv__sub {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .top .fv__text--01 {
    width: 72vw;
    max-width: 280px;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 10px rgba(0,0,0,0.08);
  }
  .top .fv__text--01 .fv__lead {
    font-size: 11px;
    margin-bottom: 8px;
    letter-spacing: 0.06em;
  }
  .top .fv__text--01 .fv__main {
    max-width: 11em;
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
}


/* ===== FV first copy white gentle style fix ===== */
.top .fv__text--01,
.top .fv__text--01 span {
  color: rgba(255,255,255,0.96) !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.08) !important;
}
.top .fv__text--01 {
  width: min(76vw, 420px) !important;
  max-width: 420px !important;
  font-weight: 400 !important;
  text-align: center !important;
  letter-spacing: 0.04em !important;
  line-height: 1.75 !important;
}
.top .fv__text--01 .fv__lead {
  display: block !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  letter-spacing: 0.08em !important;
  margin: 0 auto 10px !important;
  font-weight: 400 !important;
}
.top .fv__text--01 .fv__main {
  display: block !important;
  font-size: 28px !important;
  line-height: 1.7 !important;
  letter-spacing: 0.06em !important;
  max-width: 11em !important;
  margin: 0 auto !important;
  font-weight: 400 !important;
}
.top .fv__text--01 .fv__sub {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .top .fv__text--01,
  .top .fv__text--01 span {
    color: rgba(255,255,255,0.96) !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.06) !important;
  }
  .top .fv__text--01 {
    width: 72vw !important;
    max-width: 280px !important;
    line-height: 1.75 !important;
  }
  .top .fv__text--01 .fv__lead {
    font-size: 12px !important;
    line-height: 1.5 !important;
    margin-bottom: 8px !important;
    letter-spacing: 0.06em !important;
  }
  .top .fv__text--01 .fv__main {
    font-size: 22px !important;
    line-height: 1.75 !important;
    letter-spacing: 0.04em !important;
    max-width: 10.8em !important;
  }
}

/* ===== Homepage logo loading screen ===== */
html.is-site-loading,
html.is-site-loading body {
  overflow: hidden;
}
.siteLoader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: opacity 0.55s ease, visibility 0.55s ease;
}
.siteLoader::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.72) 48%, rgba(255,255,255,.9) 100%),
    radial-gradient(circle at 50% 48%, rgba(13,127,145,.08), transparent 38%);
  pointer-events: none;
}
.siteLoader__inner {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 18px;
  transform: translateY(-1.5vh);
}
.siteLoader__logo {
  width: min(220px, 44vw);
  max-height: 86px;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(16, 24, 40, .12));
  animation: siteLoaderLogo 1.15s ease-in-out infinite alternate;
}
.siteLoader__percent {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 13px;
  letter-spacing: .06em;
  color: #1f2937;
  font-weight: 700;
}
.siteLoader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@keyframes siteLoaderLogo {
  from { opacity: .72; transform: scale(.985); }
  to { opacity: 1; transform: scale(1.015); }
}
@media (max-width: 767px) {
  .siteLoader__logo { width: min(180px, 52vw); }
  .siteLoader__percent { font-size: 12px; }
}

/* ===== Rakuka business homepage refinement ===== */
.top .section__fv {
  height: 820px;
  min-height: 640px;
  background: #07182d;
}
.top .fv__image.fv__image--01 {
  background-image:
    linear-gradient(90deg, rgba(5, 18, 35, 0.74) 0%, rgba(5, 18, 35, 0.58) 34%, rgba(5, 18, 35, 0.10) 68%, rgba(5, 18, 35, 0.06) 100%),
    url("../picture/rakuka-corporate-hero.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.top .fv__image.fv__image--02 {
  background-image:
    linear-gradient(90deg, rgba(5, 18, 35, 0.74) 0%, rgba(5, 18, 35, 0.58) 34%, rgba(5, 18, 35, 0.10) 68%, rgba(5, 18, 35, 0.06) 100%),
    url("../picture/rakuka-corporate-hero-02.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.top .fv__image.fv__image--03 {
  background-image:
    linear-gradient(90deg, rgba(5, 18, 35, 0.74) 0%, rgba(5, 18, 35, 0.58) 34%, rgba(5, 18, 35, 0.10) 68%, rgba(5, 18, 35, 0.06) 100%),
    url("../picture/rakuka-corporate-hero-03.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.top .fv__image.fv__image--04,
.top .fv__image.fv__image--05 {
  background-image:
    linear-gradient(90deg, rgba(5, 18, 35, 0.74) 0%, rgba(5, 18, 35, 0.58) 34%, rgba(5, 18, 35, 0.10) 68%, rgba(5, 18, 35, 0.06) 100%),
    url("../picture/rakuka-corporate-hero-04.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.top .fv__cross--wrapper {
  display: none !important;
}
.top .fv__texts--wrapper {
  align-items: center !important;
  justify-content: flex-start !important;
  padding-left: min(8vw, 112px);
  padding-right: min(6vw, 80px);
}
.top .fv__text {
  left: min(8vw, 112px) !important;
  top: 50% !important;
  translate: 0 -50% !important;
  width: min(620px, calc(100% - 48px)) !important;
  max-width: 620px !important;
  padding: 0 !important;
  text-align: left !important;
  color: #fff !important;
}
.top .fv__text--01,
.top .fv__text--01 span {
  color: #fff !important;
  text-shadow: 0 18px 38px rgba(0, 0, 0, 0.32) !important;
  letter-spacing: 0 !important;
}
.top .fv__text--01 .fv__lead {
  display: block !important;
  margin: 0 0 18px !important;
  color: #d7b46a !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  font-family: "Inter", "Noto Sans JP", sans-serif !important;
  font-weight: 600 !important;
}
.top .fv__text--01 .fv__main {
  display: block !important;
  margin: 0 !important;
  max-width: none !important;
  font-size: 48px !important;
  line-height: 1.45 !important;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif !important;
  font-weight: 500 !important;
}
.top .fv__text--02,
.top .fv__text--03,
.top .fv__text--04 {
  font-size: 24px !important;
  line-height: 1.8 !important;
  letter-spacing: 0 !important;
}
.top .fv__scrollNav {
  color: rgba(255, 255, 255, 0.86) !important;
}
.top .section__aboutUs {
  background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%);
}
.top .section__aboutUs .aboutUs__text {
  color: #1c2736;
  letter-spacing: 0;
}
.top .section__service,
.top .section__company {
  background: #fff;
}
.top .section__service .section__img--wrapper,
.top .section__company .section__img--wrapper,
.partnerBanner__img {
  border-radius: 4px;
  box-shadow: 0 26px 70px rgba(9, 27, 49, 0.16);
}
.top .section__service .section__img,
.top .section__company .section__img,
.partnerBanner__img img,
.newsArticle__thumb img {
  object-fit: cover;
  object-position: center;
}
.top .section__service .section__text,
.top .section__service .section__text span,
.top .section__company .section__text,
.top .section__company .section__text span {
  letter-spacing: 0 !important;
  color: #1f2b3d;
}
.top .section__service .section__text--large,
.top .section__service .section__text--large span,
.top .section__company .section__text--large,
.top .section__company .section__text--large span {
  letter-spacing: 0 !important;
  color: #0a2444;
}
.top .section__recruit {
  background: linear-gradient(135deg, #07182d 0%, #0e2b4e 58%, #152f4d 100%);
}
.top .section__recruit .recruit__catchCopy {
  opacity: 0.32;
}
@media screen and (max-width: 1024px) {
  .top .section__fv {
    height: 720px;
    min-height: 560px;
  }
  .top .fv__text--01 .fv__main {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .top .section__fv {
    height: 640px;
    min-height: 560px;
  }
  .top .fv__image.fv__image--01,
  .top .fv__image.fv__image--02,
  .top .fv__image.fv__image--03,
  .top .fv__image.fv__image--04,
  .top .fv__image.fv__image--05 {
    background-position: 58% center !important;
  }
  .top .fv__text {
    left: 24px !important;
    width: calc(100% - 48px) !important;
  }
  .top .fv__text--01 .fv__lead {
    font-size: 14px !important;
  }
  .top .fv__text--01 .fv__main {
    font-size: 30px !important;
    line-height: 1.55 !important;
  }
}


/* ===== Rakuka mobile copy refinement ===== */
@media screen and (max-width: 768px) {
  .top .section__aboutUs .aboutUs__verticalText {
    width: min(380px, calc(100% - 48px)) !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    padding-left: 0 !important;
    font-size: 18px !important;
    line-height: 1.75 !important;
    letter-spacing: 0.04em !important;
    text-align: center !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }
  .top .section__aboutUs .aboutUs__verticalText .aboutUs__headlineLine {
    display: inline-block;
    white-space: nowrap;
  }
  .top .section__aboutUs .aboutUs__verticalText .u-only--sp {
    display: none !important;
    padding-right: 0 !important;
  }
  .top .section__aboutUs .aboutUs__content {
    width: min(360px, calc(100% - 56px)) !important;
  }
  .top .section__aboutUs .aboutUs__text {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .top .section__aboutUs .aboutUs__text:not(:last-of-type) {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 374px) {
  .top .section__aboutUs .aboutUs__verticalText {
    font-size: 17px !important;
  }
}
