/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@font-face {
  font-family: "quentin";
  src: url("../fonts/Quentin.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --color-main: #21a59e;
  --color-main2: #47af5d;
  --color-main3: #e6df42;
  --color-gradient: linear-gradient(138deg,rgba(33, 165, 158, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
  --color-accent: #21a59e;
  --color-base: #f8f6ed;
  --color-white: #ffffff;
  --font-unique-en: "quentin", serrif;
}

/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
.t__min {
  font-family: serif !important;
}

/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
svg {
  fill: currentColor;
}

/* ------------------------------
    MIXIN
  ------------------------------ */
/* ------------------------------
    KEYFRAME
  ------------------------------ */
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes countDown {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
}
@keyframes countDown {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
}
@-webkit-keyframes rotateInf {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@keyframes rotateInf {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.topFv {
  width: 100%;
}
@media screen and (min-width: 320px) {
  .topFv {
    height: 190vh;
    height: 190svh;
  }
}
@media screen and (min-width: 600px) {
  .topFv {
    height: 250vh;
    height: 250svh;
  }
}

.topFv_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.topFv_mv {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.topFv_mv .__bgItem {
  width: 100%;
  height: 100%;
}
.topFv_mv .__img {
  width: 100%;
  height: 100%;
}
.topFv_mv img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#__topSlider {
  position: sticky;
  width: 100%;
  height: 100vh;
  height: 100svh;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  #__topSlider {
    top: 5px;
  }
}
@media screen and (min-width: 600px) {
  #__topSlider {
    top: 16px;
  }
}

.topFv_mvThumbs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
@media screen and (min-width: 320px) {
  .topFv_mvThumbs {
    padding: 18rem 0 0 3.5vw;
  }
}
@media screen and (min-width: 600px) {
  .topFv_mvThumbs {
    padding: 26rem 0 0 3.5vw;
  }
}
.topFv_mvThumbs .thumbsSlider {
  margin: 0;
  overflow: visible;
}
@media screen and (min-width: 320px) {
  .topFv_mvThumbs .thumbsSlider {
    width: 5.4rem;
    height: 20rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv_mvThumbs .thumbsSlider {
    width: 6.4rem;
    height: 20rem;
  }
}
.topFv_mvThumbs .swiper-wrapper {
  overflow: visible;
}
.topFv_mvThumbs .swiper-slide {
  position: relative;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  will-change: opacity, transform;
}
.topFv_mvThumbs .swiper-slide.swiper-slide-thumb-active {
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.topFv_mvThumbs .imgWrapper {
  padding-bottom: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.topFv_copyEn, .topFv_copyJa {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.topFv_copyEnLayer, .topFv_copyJaLayer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
}

@media screen and (min-width: 320px) {
  .topFv_copyEn {
    padding-bottom: 13.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv_copyEn {
    padding-bottom: 0;
  }
}

.topFv_copyStr {
  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;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  .topFv_copyStr {
    font-size: 7.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv_copyStr {
    font-size: 36.2rem;
  }
}
.topFv_copyStr span {
  display: block;
  font-family: var(--font-unique-en);
  background: var(--color-gradient);
  -webkit-background-clip: text;
  color: transparent;
}

.topFv_copyJa {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: white;
}
@media screen and (min-width: 320px) {
  .topFv_copyJa {
    padding: 0 3vw 22.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv_copyJa {
    padding: 0 29vw 36rem 0;
  }
}
.topFv_copyJa h2 {
  position: absolute;
  line-height: 1.64;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 320px) {
  .topFv_copyJa h2 {
    font-size: 4.2rem;
    top: 17.4rem;
    right: 1.5vw;
  }
}
@media screen and (min-width: 600px) {
  .topFv_copyJa h2 {
    font-size: 14.6rem;
    top: 24.4rem;
    right: 1.5vw;
  }
}
.topFv_copyJa h2 rt {
  font-size: 32%;
  margin-bottom: 8px;
}
.topFv_copyJa .en {
  line-height: 1.42;
}
@media screen and (min-width: 320px) {
  .topFv_copyJa .en {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv_copyJa .en {
    font-size: 3.2rem;
  }
}

.topFv_copyLayer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: white;
}
@media screen and (min-width: 320px) {
  .topFv_copyLayer {
    padding: 115vh 10vw 0;
    padding: 115svh 10vw 0;
  }
}
@media screen and (min-width: 600px) {
  .topFv_copyLayer {
    padding: 145vh 15vw 0;
    padding: 145svh 15vw 0;
  }
}

.topFv_inview {
  opacity: 0;
  -webkit-transform: translateY(64px);
          transform: translateY(64px);
  will-change: opacity, transform;
}

.topFv_copyHead {
  font-weight: 100;
  margin-bottom: 24px;
  line-height: 1.24;
}
@media screen and (min-width: 320px) {
  .topFv_copyHead {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv_copyHead {
    font-size: 5.6rem;
  }
}

@media screen and (min-width: 320px) {
  .topFv_copyMain {
    font-size: 1.24rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv_copyMain {
    font-size: 1.8rem;
  }
}

.topFv_galBody, .topFv_galWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.topFv_galBody {
  margin-top: 64px;
}

.topFv_galWrapper {
  -webkit-animation: loopCl 50000ms linear infinite both;
          animation: loopCl 50000ms linear infinite both;
}

@media screen and (min-width: 320px) {
  .topFv_galItem {
    width: 18rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv_galItem {
    width: 56rem;
  }
}

@media screen and (min-width: 320px) {
  .topIntro_copy {
    padding: 0 10vw;
    margin: 128px 0 64px;
  }
}
@media screen and (min-width: 600px) {
  .topIntro_copy {
    padding: 0 10vw;
    margin: 128px 0 64px;
  }
}

.topIntro_copyTitle {
  font-weight: 400;
  line-height: 1.42;
  margin-bottom: 32px;
}
@media screen and (min-width: 320px) {
  .topIntro_copyTitle {
    font-size: 5.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topIntro_copyTitle {
    font-size: 5.2rem;
  }
}

.topIntro_copyDesc {
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .topIntro_copyDesc {
    font-size: 1.6rem;
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topIntro_copyDesc {
    font-size: 1.6rem;
    width: 40%;
  }
}

.topIntro_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 320px) {
  .topIntro_gallery {
    margin-top: -44rem;
  }
}
@media screen and (min-width: 600px) {
  .topIntro_gallery {
    margin-top: -44rem;
  }
}
.topIntro_gallery .imgline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topIntro_gallery .imgline:first-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.topIntro_gallery .imgline:first-child .img {
  width: 50%;
}
.topIntro_gallery .imgline:first-child .imgWrapper {
  border-radius: 50rem 0 0 50rem;
  padding-bottom: 90%;
}
@media screen and (min-width: 320px) {
  .topIntro_gallery .imgline:last-child {
    margin-top: -32rem;
  }
}
@media screen and (min-width: 600px) {
  .topIntro_gallery .imgline:last-child {
    margin-top: -32rem;
  }
}
.topIntro_gallery .imgline:last-child .img {
  width: 40%;
}
.topIntro_gallery .imgline:last-child .imgWrapper {
  border-radius: 0 50rem 50rem 0;
  padding-bottom: 70%;
}
.topIntro_gallery .imgWrapper {
  background: var(--color-main);
}

.topNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 320px) {
  .topNews {
    padding: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .topNews {
    padding: 4rem;
  }
}
.topNews article {
  position: relative;
}
@media screen and (min-width: 320px) {
  .topNews article {
    top: 5rem;
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topNews article {
    top: auto;
    width: auto;
  }
}
.topNews a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
}
@media screen and (min-width: 320px) {
  .topNews a {
    padding: 1rem;
    width: 100%;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .topNews a {
    padding: 2rem;
    width: 70rem;
    border-radius: 2.4rem;
  }
}
.topNews a:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.topNews a:hover .title {
  text-decoration: underline;
}
.topNews figure {
  margin: 0;
}
@media screen and (min-width: 320px) {
  .topNews figure {
    width: 25%;
  }
}
@media screen and (min-width: 600px) {
  .topNews figure {
    width: 30%;
  }
}
@media screen and (min-width: 320px) {
  .topNews figure .imgWrapper {
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topNews figure .imgWrapper {
    padding-bottom: 66.67%;
  }
}
.topNews figure img {
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
  will-change: transform;
}
.topNews header {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .topNews header {
    width: 70%;
  }
}
@media screen and (min-width: 600px) {
  .topNews header {
    width: 65%;
  }
}
.topNews .title {
  font-weight: 700;
  line-height: 1.64;
}
@media screen and (min-width: 320px) {
  .topNews .title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .topNews .title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.topNews .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  .topNews .info {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 600px) {
  .topNews .info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.4rem;
  }
}
.topNews .info span {
  display: inline-block;
  color: var(--color-main);
  border: solid 1px;
  border-radius: 5px;
}
@media screen and (min-width: 320px) {
  .topNews .info span {
    padding: 0.3rem 0.7rem;
  }
}
@media screen and (min-width: 600px) {
  .topNews .info span {
    padding: 0.7rem 1rem;
  }
}
.topNews .info time {
  color: rgba(0, 0, 0, 0.6);
}

.topServiceTitle {
  position: relative;
  z-index: 1;
  color: var(--color-main);
  margin-top: -5px;
}
@media screen and (min-width: 320px) {
  .topServiceTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: 0 0 1rem 1rem;
    padding: 5vw 0 5vw 1rem;
  }
}
@media screen and (min-width: 600px) {
  .topServiceTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: 0 0 2rem 2rem;
    padding: 5vw 0 5vw;
  }
}
.topServiceTitle h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-left: 5vw;
}
@media screen and (min-width: 320px) {
  .topServiceTitle h2 {
    font-size: 4.2vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 600px) {
  .topServiceTitle h2 {
    font-size: 2.2vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.topServiceTitle h2::before {
  content: "";
  display: block;
  background: var(--color-main);
  border-radius: 50%;
  margin-right: 1rem;
}
@media screen and (min-width: 320px) {
  .topServiceTitle h2::before {
    width: 3.5vw;
    height: 3.5vw;
  }
}
@media screen and (min-width: 600px) {
  .topServiceTitle h2::before {
    width: 2vw;
    height: 2vw;
  }
}

.topServiceTitleEn {
  font-family: acumin-pro, sans-serif;
  font-weight: 900;
  line-height: 0.8;
  margin-left: 2.5vw;
}
@media screen and (min-width: 320px) {
  .topServiceTitleEn {
    font-size: 15vw;
    padding-top: 0.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  .topServiceTitleEn {
    font-size: 8vw;
    padding-top: 2rem;
    text-align: left;
  }
}

#topBases {
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  #topBases {
    margin: 8rem 0 5rem;
  }
}
@media screen and (min-width: 600px) {
  #topBases {
    margin: 0 0 13rem;
  }
}

.baseBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--color-main);
  color: white;
}
@media screen and (min-width: 320px) {
  .baseBody {
    width: 92.5%;
    padding: 3rem 0 3rem 2rem;
    border-radius: 0 3rem 3rem 0;
  }
}
@media screen and (min-width: 600px) {
  .baseBody {
    width: 90%;
    padding: 9rem 0 5rem 9rem;
    border-radius: 0 6rem 6rem 0;
  }
}

.baseNav {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .baseNav {
    width: 93%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.15);
  }
}
@media screen and (min-width: 600px) {
  .baseNav {
    width: 20%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.baseNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 320px) {
  .baseNav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .baseNav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.baseNav button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  border: solid 1px;
  border-radius: 5rem;
}
@media screen and (min-width: 320px) {
  .baseNav button {
    width: auto;
    height: auto;
    padding: 0.4rem 1.2rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .baseNav button {
    width: 100%;
    height: 7rem;
    padding: auto;
    font-size: 1.8rem;
  }
}
.baseNav button.isActive {
  background: white;
  color: var(--color-main);
}

@media screen and (min-width: 320px) {
  .baseMain {
    width: 94%;
  }
}
@media screen and (min-width: 600px) {
  .baseMain {
    width: 70%;
  }
}

.baseSection {
  position: relative;
  display: none;
}
.baseSection.isActive {
  display: block;
}
.baseSection .baseBg {
  position: absolute;
  opacity: 0.5;
  mix-blend-mode: soft-light;
  -webkit-filter: blur(5px) saturate(120%);
          filter: blur(5px) saturate(120%);
}
@media screen and (min-width: 320px) {
  .baseSection .baseBg {
    width: 91.5vw;
    bottom: -3rem;
    left: -4vw;
    height: calc(100% + 11.5rem);
  }
}
@media screen and (min-width: 600px) {
  .baseSection .baseBg {
    width: 89vw;
    bottom: -5rem;
    left: -29.5vw;
    height: calc(100% + 14rem);
  }
}
.baseSection .baseBg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.baseSection .baseGal, .baseSection .baseDetail {
  position: relative;
  z-index: 1;
}
.baseSection dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .baseSection dl {
    font-size: 1.2rem;
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .baseSection dl {
    font-size: 1.6rem;
    padding: 1rem 0;
  }
}
@media screen and (min-width: 320px) {
  .baseSection dt {
    width: 9rem;
  }
}
@media screen and (min-width: 600px) {
  .baseSection dt {
    width: 15rem;
  }
}
.baseSection dt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: white;
  color: var(--color-main);
  line-height: 1;
  width: 100%;
  padding: 0.75rem 0;
  border-radius: 0.5rem;
}
@media screen and (min-width: 320px) {
  .baseSection dd {
    width: calc(100% - 10rem);
  }
}
@media screen and (min-width: 600px) {
  .baseSection dd {
    width: calc(100% - 17rem);
  }
}
.baseSection ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .baseSection ul {
    gap: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseSection ul {
    gap: 1rem;
  }
}
.baseSection ul a {
  border: solid 1px;
  border-radius: 5rem;
}
@media screen and (min-width: 320px) {
  .baseSection ul a {
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseSection ul a {
    padding: 1rem 2rem;
  }
}
.baseSection .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 320px) {
  .baseSection .tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4rem 0 0;
  }
}
@media screen and (min-width: 600px) {
  .baseSection .tel {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 3rem 6rem 0 0;
  }
}
.baseSection .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px;
  border-radius: 5rem;
}
@media screen and (min-width: 320px) {
  .baseSection .tel a {
    font-size: 1.2rem;
    padding: 1rem 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseSection .tel a {
    font-size: 2rem;
    padding: 2rem 5rem;
  }
}
.baseSection .tel a.viewmore {
  color: var(--color-main);
  background: #FFF;
}
.baseSection .tel svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.baseGal, .baseGalWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.baseGal {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .baseGal {
    width: calc(100% + 15vw);
  }
}
@media screen and (min-width: 600px) {
  .baseGal {
    width: calc(100% + 10vw);
  }
}

.baseGalWrapper {
  -webkit-animation: loopCl 50000ms linear infinite both;
          animation: loopCl 50000ms linear infinite both;
  gap: 1rem;
  margin-right: 1rem;
}

@media screen and (min-width: 320px) {
  .baseGalItem {
    width: 15rem;
  }
}
@media screen and (min-width: 600px) {
  .baseGalItem {
    width: 47rem;
  }
}
.baseGalItem .img {
  position: relative;
  width: 100%;
  padding-bottom: 66.67%;
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
}
.baseGalItem img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.baseTitle {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 320px) {
  .baseTitle {
    font-size: 1.6rem;
    padding: 2rem 0 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .baseTitle {
    font-size: 2.4rem;
    padding: 3rem 0 1.5rem;
    margin-bottom: 1rem;
  }
}

.recruit_kasan {
  margin-top: 32px;
}
.recruit_kasan a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  color: var(--color-accent);
  text-decoration: underline;
  line-height: 1.32;
}
@media screen and (min-width: 320px) {
  .recruit_kasan a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .recruit_kasan a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
  }
}
.recruit_kasan a:hover {
  text-decoration: none;
}
@media screen and (min-width: 320px) {
  .recruit_kasan span {
    width: calc(100% - 2.4rem - 8px);
  }
}
@media screen and (min-width: 600px) {
  .recruit_kasan span {
    width: calc(100% - 3.2rem - 12px);
  }
}
.recruit_kasan svg {
  display: block;
  fill: var(--color-accent);
}
@media screen and (min-width: 320px) {
  .recruit_kasan svg {
    width: 2.4rem;
    height: 2.4rem;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
@media screen and (min-width: 600px) {
  .recruit_kasan svg {
    width: 3.2rem;
    height: 3.2rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}/*# sourceMappingURL=top.css.map */