/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

@-webkit-keyframes frontGallerySlider {
  0% {
    -webkit-transform: translateX(max(0.9375vw, 15px));
            transform: translateX(max(0.9375vw, 15px));
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes frontGallerySlider {
  0% {
    -webkit-transform: translateX(max(0.9375vw, 15px));
            transform: translateX(max(0.9375vw, 15px));
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes heroNewsFloat {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 max(2.5rem, 20px) max(7rem, 45px) rgba(8, 17, 41, 0.2);
            box-shadow: 0 max(2.5rem, 20px) max(7rem, 45px) rgba(8, 17, 41, 0.2);
  }
  50% {
    -webkit-transform: translate3d(0, -max(0.5625rem, 6px), 0);
            transform: translate3d(0, -max(0.5625rem, 6px), 0);
    -webkit-box-shadow: 0 max(3rem, 24px) max(8rem, 55px) rgba(8, 17, 41, 0.28);
            box-shadow: 0 max(3rem, 24px) max(8rem, 55px) rgba(8, 17, 41, 0.28);
  }
}
@keyframes heroNewsFloat {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 max(2.5rem, 20px) max(7rem, 45px) rgba(8, 17, 41, 0.2);
            box-shadow: 0 max(2.5rem, 20px) max(7rem, 45px) rgba(8, 17, 41, 0.2);
  }
  50% {
    -webkit-transform: translate3d(0, -max(0.5625rem, 6px), 0);
            transform: translate3d(0, -max(0.5625rem, 6px), 0);
    -webkit-box-shadow: 0 max(3rem, 24px) max(8rem, 55px) rgba(8, 17, 41, 0.28);
            box-shadow: 0 max(3rem, 24px) max(8rem, 55px) rgba(8, 17, 41, 0.28);
  }
}
@-webkit-keyframes moviePopupOverlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes moviePopupOverlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes moviePopupOverlayFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes moviePopupOverlayFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes moviePopupSlideIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9) translateY(20px);
            transform: scale(0.9) translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@keyframes moviePopupSlideIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9) translateY(20px);
            transform: scale(0.9) translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes moviePopupSlideOut {
  from {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95) translateY(-20px);
            transform: scale(0.95) translateY(-20px);
  }
}
@keyframes moviePopupSlideOut {
  from {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95) translateY(-20px);
            transform: scale(0.95) translateY(-20px);
  }
}
@-webkit-keyframes movieButtonRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes movieButtonRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body::after {
  display: none;
}

.commonContact {
  display: block;
}

#front .hero {
  position: relative;
  z-index: 10;
}
#front .hero__gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(0.9375vw, 15px);
  height: max(59.375vw, 700px);
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  #front .hero__gallery {
    height: calc(100svh - 65px);
  }
}
#front .hero__gallery__item {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: 20s frontGallerySlider linear infinite;
          animation: 20s frontGallerySlider linear infinite;
}
#front .hero__gallery__item .imageBox {
  width: 100%;
  height: 100%;
  border-radius: max(1rem, 10px);
  aspect-ratio: 79/64;
  overflow: hidden;
}
#front .hero__gallery__item .imageBox:not(:first-of-type) {
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 550px) {
  #front .hero__gallery__item .imageBox {
    aspect-ratio: 2/1;
  }
}
#front .hero__gallery__item .imageBox img {
  width: 100%;
  height: 100%;
}
#front .hero__content {
  position: absolute;
  inset: 0;
  left: 10%;
}
@media screen and (max-width: 550px) {
  #front .hero__content {
    left: 5%;
  }
}
#front .hero__content strong {
  position: absolute;
  top: 15%;
  left: 0;
}
#front .hero__content strong span {
  display: inline-block;
  padding: max(0.9375vw, 15px) max(1.25vw, 20px);
  border-radius: max(1rem, 10px);
  background: #fff;
  color: #177e5d;
  font-size: max(2.5vw, 30px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 550px) {
  #front .hero__content strong span {
    font-size: 7.2vw;
  }
}
#front .hero__content strong span:not(:first-of-type) {
  margin-top: max(0.625vw, 10px);
}
#front .hero__movie {
  position: absolute;
  right: 0;
  bottom: 15%;
  padding: max(1.5625vw, 25px);
  background: rgba(255, 255, 255, 0.7);
  border: max(0.0625vw, 1px) solid #fff;
  border-radius: max(1rem, 10px) 0 0 max(1rem, 10px);
  backdrop-filter: blur(10px);
}
#front .hero__movie__thumbnail {
  width: max(18.75vw, 200px);
}
#front .hero__movie__play {
  position: absolute;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  bottom: 5%;
  width: max(7.8125vw, 70px);
  height: auto;
  aspect-ratio: 1/1;
  background: #177e5d;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: max(0.125vw, 2px) solid #177e5d;
  overflow: hidden;
  z-index: 0;
}
#front .hero__movie__play__text {
  color: #fff;
  font-family: YakuHanJP, "Marcellus", "Noto Sans JP", sans-serif;
  font-size: max(0.9375vw, 10px);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#front .hero__movie__play__icon {
  position: relative;
  line-height: 1;
}
#front .hero__movie__play__icon img {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#front .hero__movie__play__icon img:nth-of-type(2) {
  position: absolute;
  inset: 0;
  opacity: 0;
}
#front .hero__movie__play:hover .hero__movie__play__text {
  color: #177e5d;
}
#front .hero__movie__play:hover .hero__movie__play__icon img:nth-of-type(1) {
  opacity: 0;
}
#front .hero__movie__play:hover .hero__movie__play__icon img:nth-of-type(2) {
  opacity: 1;
}
#front .hero__news {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media screen and (max-width: 550px) {
  #front .hero__news {
    width: 95%;
  }
}
#front .hero__news__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(2rem, 10px);
  padding: max(3rem, 20px) max(4rem, 30px);
  background: #177e5d;
  border-radius: max(50rem, 50px);
  overflow: hidden;
  -webkit-box-shadow: 0 max(2.5rem, 20px) max(7rem, 45px) rgba(8, 17, 41, 0.2);
          box-shadow: 0 max(2.5rem, 20px) max(7rem, 45px) rgba(8, 17, 41, 0.2);
  -webkit-transition: -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  transition: transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  will-change: transform, box-shadow;
}
@media screen and (max-width: 550px) {
  #front .hero__news__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 30px;
  }
}
@media (max-width: 768px) {
  #front .hero__news__item {
    -webkit-animation: heroNewsFloat 8s ease-in-out infinite;
            animation: heroNewsFloat 8s ease-in-out infinite;
  }
}
#front .hero__news__item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#front .hero__news__item__meta h2 {
  color: #fff;
  font-family: YakuHanJP, "Marcellus", "Noto Sans JP", sans-serif;
  font-size: max(2.3rem, 18px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  padding-right: max(3rem, 15px);
  margin-right: max(3rem, 15px);
  border-right: max(0.1rem, 1px) solid #fff;
}
#front .hero__news__item__meta time {
  color: rgba(255, 255, 255, 0.7);
  font-size: max(1.4rem, 13px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}
#front .hero__news__item h3 {
  color: #fff;
  font-size: max(1.4rem, 13px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}
#front .about {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80vh;
  min-height: 80vh;
  max-height: 80vh;
  margin-bottom: max(15rem, 80px);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5fdd3));
  background: linear-gradient(to bottom, #fff, #f5fdd3);
  z-index: 0;
}
#front .about__wrapper {
  position: relative;
  padding-top: max(16.5rem, 50px);
}
@media screen and (max-width: 768px) {
  #front .about__wrapper {
    padding-top: 0;
  }
  #front .about__wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5fdd3));
    background: linear-gradient(to bottom, #fff, #f5fdd3);
    z-index: -1;
    opacity: 0.8;
  }
}
#front .about__content {
  position: relative;
  text-align: center;
  z-index: 100;
}
#front .about__content h2 {
  position: relative;
  color: #177e5d;
  font-family: YakuHanJP, "Marcellus", "Noto Sans JP", sans-serif;
  font-size: max(10rem, 42px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: max(4.5rem, 20px);
  margin-bottom: max(4.5rem, 20px);
}
#front .about__content h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: max(1rem, 10px);
  height: max(1rem, 10px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #177e5d;
}
#front .about__content p {
  color: #177e5d;
  line-height: 4.5;
  width: max(50%, 500px);
  height: 40vh;
  max-height: 40vh;
  min-height: 40vh;
  margin: 0 auto;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  pointer-events: none;
}
#front .about__content p::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 550px) {
  #front .about__content p {
    width: 90%;
  }
}
#front .about__circle {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
#front .about__circle__slider {
  --quantity: 3;
  position: absolute;
  top: 65%;
  width: min(66vw, 1000px);
  height: auto;
  aspect-ratio: 3/1;
}
@media screen and (max-width: 1000px) {
  #front .about__circle__slider {
    width: min(85vw, 780px);
  }
}
@media screen and (max-width: 550px) {
  #front .about__circle__slider {
    width: min(98vw, 520px);
  }
}
#front .about__circle__slider__ellipse {
  position: absolute;
  inset: 0;
  border: max(0.55rem, 5px) dotted #177e5d;
  border-radius: 50%;
  background: transparent;
  opacity: 0.7;
  pointer-events: none;
}
#front .about__circle__slider__track {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#front .about__circle__slider .imageBox {
  position: absolute;
  top: 0;
  left: 0;
  width: max(32rem, 240px);
  height: auto;
  aspect-ratio: 61/88;
  border-radius: max(1.2rem, 8px);
  overflow: hidden;
  -webkit-box-shadow: 0 max(2rem, 16px) max(5rem, 30px) rgba(0, 0, 0, 0.18);
          box-shadow: 0 max(2rem, 16px) max(5rem, 30px) rgba(0, 0, 0, 0.18);
  offset-path: ellipse(50% 50% at 50% 50%);
  offset-rotate: 0deg;
  offset-anchor: 50% 100%;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  will-change: offset-distance, transform;
}
@media screen and (max-width: 1000px) {
  #front .about__circle__slider .imageBox {
    width: max(24rem, 190px);
  }
}
@media screen and (max-width: 550px) {
  #front .about__circle__slider .imageBox {
    width: max(18rem, 150px);
  }
}
#front .about__circle__slider .imageBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  will-change: filter;
}
#front .about__circle__slider__track .imageBox:nth-child(1) {
  offset-distance: calc(100% / 3 * 0);
}
#front .about__circle__slider__track .imageBox:nth-child(2) {
  offset-distance: calc(100% / 3 * 1);
}
#front .about__circle__slider__track .imageBox:nth-child(3) {
  offset-distance: calc(100% / 3 * 2);
}
#front .about__circle--left .about__circle__slider {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  #front .about__circle--left .about__circle__slider {
    top: 38%;
  }
}
#front .about__circle--right .about__circle__slider {
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  #front .about__circle--right .about__circle__slider {
    top: 95%;
  }
}
#front .about__bottom {
  position: absolute;
  top: 100%;
  width: 100%;
  height: max(7.625vw, 50px);
  z-index: -1;
  background: #fff;
  overflow: hidden;
}
#front .about__bottom::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 105%;
  height: 200%;
  aspect-ratio: 187/30;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f5fdd3;
  border-radius: 50%;
  z-index: -1;
}
#front .business__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: max(4.5rem, 30px);
     -moz-column-gap: max(4.5rem, 30px);
          column-gap: max(4.5rem, 30px);
  padding-top: max(5rem, 40px);
  padding-bottom: max(13rem, 70px);
}
@media screen and (max-width: 1000px) {
  #front .business__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#front .business__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  #front .business__content {
    display: contents;
  }
}
#front .business__content > p {
  line-height: 3;
}
@media screen and (max-width: 1000px) {
  #front .business__content > p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: max(10rem, 50px);
  }
  #front .business__content > p span {
    display: inline;
  }
  #front .business__content > p br {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  #front .business__content > p {
    line-height: 2;
  }
}
#front .business__content .btnBox {
  margin-top: max(5rem, 50px);
}
@media screen and (max-width: 1000px) {
  #front .business__content .btnBox {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: max(15rem, 50px);
  }
}
#front .business__content .btnBox .btn {
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  #front .business__content .btnBox .btn {
    margin-left: auto;
    margin-right: unset;
  }
}
#front .business__image {
  --boxWidth: max(55rem, 400px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: calc(var(--boxWidth) * 1.1);
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  #front .business__image {
    --boxWidth: 60vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}
@media screen and (max-width: 550px) {
  #front .business__image {
    width: 100%;
  }
}
#front .business__image__circle {
  position: relative;
  width: var(--boxWidth);
  height: 100%;
  aspect-ratio: 55/52;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 2s ease-out;
  transition: -webkit-transform 2s ease-out;
  transition: transform 2s ease-out;
  transition: transform 2s ease-out, -webkit-transform 2s ease-out;
}
@media screen and (max-width: 550px) {
  #front .business__image__circle {
    width: 90%;
  }
}
#front .business__image__circle__item {
  position: absolute;
  display: grid;
  place-items: center;
  width: 54%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(#eaf7b4, rgba(255, 255, 255, 0.04));
  mix-blend-mode: multiply;
  overflow: hidden;
  opacity: 0;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transition: opacity 1s ease, background 2s ease-out 2s, -webkit-transform 2s ease-out;
  transition: opacity 1s ease, background 2s ease-out 2s, -webkit-transform 2s ease-out;
  transition: transform 2s ease-out, opacity 1s ease, background 2s ease-out 2s;
  transition: transform 2s ease-out, opacity 1s ease, background 2s ease-out 2s, -webkit-transform 2s ease-out;
}
#front .business__image__circle__item--top {
  top: 0;
  left: 50%;
  -webkit-transform: scale(0) rotate(-90deg) translateX(-100%);
          transform: scale(0) rotate(-90deg) translateX(-100%);
}
#front .business__image__circle__item--left {
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0) rotate(-90deg);
          transform: scale(0) rotate(-90deg);
}
#front .business__image__circle__item--right {
  bottom: 0;
  right: 0;
  -webkit-transform: scale(0) rotate(-90deg);
          transform: scale(0) rotate(-90deg);
}
#front .business__image__circle__item span {
  text-align: center;
  color: #177e5d;
  font-size: max(1.9rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1000px) {
  #front .business__image__circle__item span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 550px) {
  #front .business__image__circle__item span {
    font-size: 3.5vw;
  }
}
#front .business__image__circle.active {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#front .business__image__circle.active .business__image__circle__item {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  background: radial-gradient(rgba(255, 255, 255, 0.04), #eaf7b4);
}
#front .business__image__circle.active .business__image__circle__item--top {
  -webkit-transform: scale(1) translateX(-50%) rotate(0deg);
          transform: scale(1) translateX(-50%) rotate(0deg);
}
#front .business__image__circle.active .business__image__circle__item--left, #front .business__image__circle.active .business__image__circle__item--right {
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}
#front .business__image__character {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
}
#front .locations {
  border-radius: max(1rem, 10px) max(1rem, 10px) 0 0;
  background: linear-gradient(45deg, #c2e5bd, #1b805f);
  overflow: hidden;
}
#front .locations__wrapper {
  padding-top: max(10rem, 70px);
  padding-bottom: max(12rem, 80px);
}
#front .locations__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: max(7rem, 50px);
}
#front .locations__header .section-title {
  padding-bottom: 0;
}
#front .locations .slider {
  position: relative;
}
@media screen and (max-width: 550px) {
  #front .locations .slider {
    width: 80%;
  }
}
#front .locations .slider__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: auto 1fr;
  grid-auto-columns: max(41rem, 350px);
  -webkit-column-gap: max(2.5rem, 15px);
     -moz-column-gap: max(2.5rem, 15px);
          column-gap: max(2.5rem, 15px);
  will-change: transform;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
@media screen and (max-width: 550px) {
  #front .locations .slider__list {
    grid-auto-columns: 100%;
  }
}
#front .locations .slider__list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  pointer-events: none;
}
#front .locations .slider__list__item figure {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: max(2rem, 15px);
}
#front .locations .slider__list__item figure .location__link {
  position: relative;
  padding: 5%;
  background: #fff;
  border-radius: max(1rem, 10px);
  overflow: hidden;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  pointer-events: auto;
}
#front .locations .slider__list__item figure .location__link__inner {
  position: relative;
  border-radius: max(0.5rem, 5px);
  overflow: hidden;
  z-index: 0;
}
#front .locations .slider__list__item figure .location__link__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.33);
          box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.33);
  z-index: 10;
}
#front .locations .slider__list__item figure .location__link__arrow {
  position: absolute;
  display: grid;
  place-items: center;
  bottom: 0;
  right: 0;
  width: 15%;
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: max(1rem, 10px);
  z-index: 10;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  overflow: hidden;
}
#front .locations .slider__list__item figure .location__link__arrow .imageBox {
  display: grid;
  place-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#front .locations .slider__list__item figure .location__link__arrow .imageBox:nth-of-type(2) {
  position: absolute;
  inset: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#front .locations .slider__list__item figure .location__link__arrow .imageBox svg {
  width: 25%;
  height: auto;
}
#front .locations .slider__list__item figure .location__link__arrow .imageBox svg path {
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}
#front .locations .slider__list__item figure .location__link:hover {
  background: #177e5d;
}
#front .locations .slider__list__item figure .location__link:hover .location__link__arrow {
  background: #177e5d;
}
#front .locations .slider__list__item figure .location__link:hover .location__link__arrow .imageBox:nth-of-type(1) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#front .locations .slider__list__item figure .location__link:hover .location__link__arrow .imageBox:nth-of-type(2) {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
#front .locations .slider__list__item figure .location__link:hover .location__link__arrow .imageBox svg path {
  fill: #fff;
}
#front .locations .slider__list__item figure figcaption h3 {
  color: #fff;
  font-size: max(2rem, 15px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#front .locations .slider__pagination {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 42.5%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  z-index: 100;
}
#front .locations .slider__pagination__button {
  display: grid;
  place-items: center;
  width: max(6.5rem, 50px);
  height: auto;
  aspect-ratio: 1/1;
  background: #177e5d;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  pointer-events: auto;
}
#front .locations .slider__pagination__button svg {
  width: 20%;
  pointer-events: none;
}
#front .locations .slider__pagination__button svg path {
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}
#front .locations .slider__pagination__button--prev {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#front .locations .slider__pagination__button--prev svg {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}
#front .locations .slider__pagination__button--next {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
#front .locations .slider__pagination__button:hover svg path {
  fill: #177e5d;
}
#front .locations .slider__dots {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max(1rem, 10px);
  gap: max(1rem, 10px);
}
@media screen and (max-width: 1000px) {
  #front .locations .slider__dots.pc {
    display: none;
  }
}
#front .locations .slider__dots.sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  #front .locations .slider__dots.sp {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: max(7rem, 30px);
  }
}
#front .locations .slider__dots .slider__dot {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
#front .locations .slider__dots .slider__dot.is-active {
  background: #fff;
}
@media screen and (max-width: 768px) {
  #front .locations .btnBox {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  #front .locations .btnBox {
    width: 90%;
  }
}
#front .locations .btnBox .btn {
  margin: max(7rem, 50px) auto 0;
}
#front .company {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  #front .company {
    display: block;
  }
}
#front .company::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  background: -webkit-gradient(linear, right top, left top, from(#F5FDD3), to(#ffffff));
  background: linear-gradient(to left, #F5FDD3, #ffffff);
  pointer-events: none;
  z-index: -1;
}
#front .company__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(11rem, 30px);
  min-width: 107%;
  padding-top: max(14.5rem, 70px);
  padding-bottom: max(17rem, 100px);
  padding-right: 10%;
}
@media screen and (max-width: 1000px) {
  #front .company__wrapper {
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 550px) {
  #front .company__wrapper {
    padding-right: 5%;
  }
}
#front .company__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45%;
  height: 100%;
  display: grid;
  align-self: stretch;
  grid-template-columns: 1fr 1fr;
  gap: max(2.5rem, 5px);
}
@media screen and (max-width: 1000px) {
  #front .company__image {
    width: 100%;
    margin-left: -5%;
  }
}
#front .company__image .imageBox {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: max(2rem, 10px);
  overflow: hidden;
  aspect-ratio: 74/97;
}
@media screen and (max-width: 1000px) {
  #front .company__image .imageBox {
    aspect-ratio: 4/3;
  }
}
#front .company__image .imageBox img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  #front .company__content {
    padding-left: 10%;
  }
}
@media screen and (max-width: 550px) {
  #front .company__content {
    padding-left: 5%;
  }
}
#front .company__content p {
  line-height: 3;
}
#front .company__content .btnBox {
  margin-top: max(8rem, 30px);
}
#front .company__content .btnBox .btn {
  margin-left: auto;
}
#front .movie {
  position: relative;
}
#front .movie::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #F5FDD3, #ffffff, #F5FDD3);
  pointer-events: none;
  z-index: -1;
}
#front .movie__wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: center;
          transform-origin: center;
  border-radius: 20px;
  overflow: hidden;
}
#front .movie__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 70%;
     object-position: 70%;
  overflow: hidden;
  opacity: 0.39;
}
@media screen and (max-width: 768px) {
  #front .movie__video {
    -o-object-position: right;
       object-position: right;
  }
}
#front .movie__controls {
  position: absolute;
  display: grid;
  place-items: center;
  inset: 0;
}
#front .movie__controls__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #d5ddd3;
  mix-blend-mode: multiply;
}
#front .movie__controls__btn {
  position: relative;
  display: grid;
  place-items: center;
  width: max(7%, 100px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #177e5d;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  transition: transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  will-change: transform, box-shadow;
  -webkit-box-shadow: 0 10px 30px rgba(8, 17, 41, 0.2);
          box-shadow: 0 10px 30px rgba(8, 17, 41, 0.2);
}
#front .movie__controls__btn svg {
  width: 15%;
  height: auto;
}
#front .movie__controls__btn svg path {
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}
#front .movie__controls__btn__circle {
  position: absolute;
  inset: -32.5%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: movieButtonRotate 20s linear infinite;
          animation: movieButtonRotate 20s linear infinite;
}
#front .movie__controls__btn__circle svg {
  width: 100%;
  height: 100%;
}
#front .movie__controls__btn__circle svg textPath {
  fill: #177e5d;
}
#front .movie__controls__btn__circle svg textPath tspan {
  font-family: YakuHanJP, "Marcellus", "Noto Sans JP", sans-serif;
  font-size: max(0.95em, 16.8px);
  font-weight: 400;
  letter-spacing: 0;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
#front .movie__controls__btn:hover .movie__controls__btn__circle textPath tspan {
  fill: #fff;
}
#front .movie__controls__btn:hover .movie__controls__btn__arrow path {
  fill: #177e5d;
}
#front .recruit {
  position: relative;
  padding-bottom: 10.95vw;
  background: #fff;
  z-index: 0;
}
#front .recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#F5FDD3), to(#ffffff));
  background: linear-gradient(to right, #F5FDD3, #ffffff);
  pointer-events: none;
  z-index: -1;
}
#front .recruit__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: max(11rem, 30px);
  padding-top: max(15rem, 70px);
  margin-bottom: max(15rem, 70px);
  padding-left: 10%;
}
@media screen and (max-width: 1000px) {
  #front .recruit__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 550px) {
  #front .recruit__wrapper {
    padding-left: 5%;
  }
}
#front .recruit__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: max(2.5rem, 5px);
}
@media screen and (max-width: 1000px) {
  #front .recruit__image {
    width: 100%;
  }
}
#front .recruit__image .imageBox {
  width: 100%;
  height: 100%;
  border-radius: max(2rem, 10px) 0 0 max(2rem, 10px);
  aspect-ratio: 127/81;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #front .recruit__image .imageBox {
    aspect-ratio: 16/9;
  }
}
#front .recruit__image .imageBox img {
  width: 100%;
  height: 100%;
  -o-object-position: right;
     object-position: right;
}
@media screen and (max-width: 1000px) {
  #front .recruit__content {
    width: 100%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 550px) {
  #front .recruit__content {
    padding-right: 5%;
  }
}
#front .recruit__content p {
  line-height: 3;
}
#front .recruit__content .btnBox {
  margin-top: max(8rem, 30px);
}
#front .recruit__content .btnBox .btn {
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  #front .recruit__content .btnBox .btn {
    margin-right: unset;
    margin-left: auto;
  }
}
#front .news {
  position: relative;
  background: #F9F9F9;
  z-index: 1;
}
#front .news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 21.9vw;
  aspect-ratio: 178/39;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: inherit;
  z-index: -1;
}
#front .news__content__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content -webkit-min-content;
  grid-template-rows: min-content min-content min-content min-content;
  -webkit-column-gap: max(2.5rem, 15px);
     -moz-column-gap: max(2.5rem, 15px);
          column-gap: max(2.5rem, 15px);
}
@media screen and (max-width: 1300px) {
  #front .news__content__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#front .news__content__list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
@media screen and (max-width: 1300px) {
  #front .news__content__list__item:nth-child(n+3) {
    margin-top: 50px;
  }
}
#front .news__content__list__item article {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
#front .news__content__list__item article a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
#front .news__content__list__item article a .imageBox {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 300/211;
  border-radius: max(1rem, 10px);
  -webkit-box-shadow: 3px 3px 0 rgba(233, 234, 228, 0.8);
          box-shadow: 3px 3px 0 rgba(233, 234, 228, 0.8);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  margin-bottom: max(2rem, 15px);
}
#front .news__content__list__item article a .imageBox::before, #front .news__content__list__item article a .imageBox::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #177e5d;
  mix-blend-mode: lighten;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  border-radius: max(1rem, 10px);
}
#front .news__content__list__item article a .imageBox::after {
  background: #177e5d;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#front .news__content__list__item article a .imageBox img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#front .news__content__list__item article a time {
  color: #177e5d;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: max(0.5rem, 5px);
}
#front .news__content__list__item article a h3 {
  line-height: 2;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis;
}
#front .news__content__list__item article a .news__categories {
  display: flow;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px max(0.7rem, 5px);
  margin-top: max(3.5rem, 15px);
}
#front .news__content__list__item article a .news__categories__item {
  display: inline-block;
  padding: max(0.5rem, 5px) max(2rem, 15px);
  border: 1px solid #177e5d;
  border-radius: max(1.6rem, 16px);
  color: #177e5d;
  font-size: max(1.4rem, 10px);
  line-height: 1;
  letter-spacing: 0.05em;
}
#front .news__content__list__item article a:hover .imageBox {
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
  -webkit-box-shadow: 0 0 0 rgba(233, 234, 228, 0.8);
          box-shadow: 0 0 0 rgba(233, 234, 228, 0.8);
}
#front .news__content__list__item article a:hover .imageBox::before, #front .news__content__list__item article a:hover .imageBox::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#front .news__content__list__item article a:hover .imageBox img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
#front .news__btnBox {
  margin-top: max(8rem, 50px);
}
#front .news__btnBox .btn {
  margin: 0 auto;
}
#front .movie-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  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;
}
#front .movie-popup.is-opening .movie-popup__overlay {
  -webkit-animation: moviePopupOverlayFadeIn 0.4s ease-out forwards;
          animation: moviePopupOverlayFadeIn 0.4s ease-out forwards;
}
#front .movie-popup.is-opening .movie-popup__container {
  -webkit-animation: moviePopupSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
          animation: moviePopupSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#front .movie-popup.is-closing .movie-popup__overlay {
  -webkit-animation: moviePopupOverlayFadeOut 0.4s ease-out forwards;
          animation: moviePopupOverlayFadeOut 0.4s ease-out forwards;
}
#front .movie-popup.is-closing .movie-popup__container {
  -webkit-animation: moviePopupSlideOut 0.4s cubic-bezier(0.4, 0, 0.2, 1);
          animation: moviePopupSlideOut 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#front .movie-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  cursor: pointer;
  opacity: 0;
}
#front .movie-popup__container {
  position: relative;
  width: 90%;
  max-width: max(120rem, 1200px);
  aspect-ratio: 16/9;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #front .movie-popup__container {
    width: 95%;
  }
}
#front .movie-popup__content {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: max(1rem, 10px);
  overflow: hidden;
  -webkit-box-shadow: 0 max(2rem, 20px) max(6rem, 60px) rgba(0, 0, 0, 0.5);
          box-shadow: 0 max(2rem, 20px) max(6rem, 60px) rgba(0, 0, 0, 0.5);
}
#front .movie-popup .btnBox {
  margin-top: max(8rem, 50px);
}
#front .movie-popup .btnBox .btn {
  width: 100%;
  margin: 0 auto;
}
#front .movie-popup__player {
  width: 100%;
  height: 100%;
}
#front .movie-popup__player iframe {
  width: 100%;
  height: 100%;
  border: none;
}/*# sourceMappingURL=front.css.map */