/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@font-face {
  font-family: "tsukuhou";
  src: url("../font/Tsukuhou-35Point-Gothic.ttf") format("truetype");
}
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@-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%);
  }
}
.topFv {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 320px) {
  .topFv.--isBase {
    height: 190vh;
    height: 190svh;
  }
}
@media screen and (min-width: 600px) {
  .topFv.--isBase {
    height: 280vh;
    height: 280svh;
  }
}
@media screen and (min-width: 320px) {
  .topFv.--isBase .topFv_copyLayer {
    padding: 115vh 10vw 0;
    padding: 115svh 10vw 0;
  }
}
@media screen and (min-width: 600px) {
  .topFv.--isBase .topFv_copyLayer {
    padding: 180vh 15vw 0;
    padding: 180svh 15vw 0;
  }
}

.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%;
}
@media screen and (min-width: 320px) {
  .topFv_mv .__img {
    -webkit-filter: brightness(0.72);
            filter: brightness(0.72);
  }
}
@media screen and (min-width: 600px) {
  .topFv_mv .__img {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.topFv_mv img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#__topSlider {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
#__topSlider picture {
  display: block;
  height: 100%;
}

.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: 10rem 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: 16rem;
  }
}
@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 {
  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 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv_copyEn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  .topFv_copyStr {
    font-size: 13.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 .__copyJa {
  position: absolute;
  line-height: 1.64;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 320px) {
  .topFv_copyJa .__copyJa {
    inset: auto 2vw 16rem auto;
    text-align: right;
    width: 80%;
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  .topFv_copyJa .__copyJa {
    inset: 0 2.5vw auto auto;
    text-align: left;
    width: auto;
    padding: 22rem 0 10rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.topFv_copyJa .__copyJa p {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .topFv_copyJa .__copyJa p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv_copyJa .__copyJa p {
    font-size: 3.2rem;
  }
}
.topFv_copyJa .__copyJa h1 {
  font-weight: 700;
  line-height: 1.24;
}
@media screen and (min-width: 320px) {
  .topFv_copyJa .__copyJa h1 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv_copyJa .__copyJa h1 {
    font-size: 10.6rem;
  }
}
.topFv_copyJa .__copyJa .desc {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 320px) {
  .topFv_copyJa .__copyJa .desc {
    position: relative;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    font-size: 1.1rem;
    inset: auto;
    -webkit-transform: unset;
            transform: unset;
  }
}
@media screen and (min-width: 600px) {
  .topFv_copyJa .__copyJa .desc {
    position: absolute;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 40rem;
    font-size: 1.8rem;
    inset: 0 auto auto 0;
    -webkit-transform: translate(-116%, 69rem);
            transform: translate(-116%, 69rem);
  }
}
.topFv_copyJa .__copyJa .desc span {
  font-weight: 700;
}
.topFv_copyJa .__copyJa.--isBase {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media screen and (min-width: 320px) {
  .topFv_copyJa .__copyJa.--isBase {
    width: 44%;
    inset: 6rem auto auto 2.5vw;
  }
}
@media screen and (min-width: 600px) {
  .topFv_copyJa .__copyJa.--isBase {
    width: 44%;
    inset: 6rem auto auto 2.5vw;
  }
}
@media screen and (min-width: 600px) {
  .topFv_copyJa .__copyJa.--isBase p {
    font-size: 2.6rem;
  }
}
.topFv_copyJa .__copyJa.--isBase h1 {
  font-weight: 700;
  line-height: 1.24;
}
@media screen and (min-width: 320px) {
  .topFv_copyJa .__copyJa.--isBase h1 {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv_copyJa .__copyJa.--isBase h1 {
    font-size: 7.6rem;
  }
}
.topFv_copyJa .__copyJa.--isBase .desc {
  position: relative;
}
@media screen and (min-width: 320px) {
  .topFv_copyJa .__copyJa.--isBase .desc {
    width: auto;
    font-size: 1.6rem;
    inset: auto;
    -webkit-transform: unset;
            transform: unset;
  }
}
@media screen and (min-width: 600px) {
  .topFv_copyJa .__copyJa.--isBase .desc {
    width: auto;
    font-size: 1.6rem;
    inset: auto;
    -webkit-transform: unset;
            transform: unset;
  }
}
.topFv_copyJa .__copyJa.--isBase .desc span {
  font-weight: 700;
}
.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: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: white;
}
@media screen and (min-width: 320px) {
  .topFv_copyLayer {
    padding: 8rem 10vw 0;
  }
}
@media screen and (min-width: 600px) {
  .topFv_copyLayer {
    padding: 8rem 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;
  }
}
.topFv_galItem .imgWrapper {
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .topFv_galItem .imgWrapper {
    border-radius: 16px;
  }
}
@media screen and (min-width: 600px) {
  .topFv_galItem .imgWrapper {
    border-radius: 16px;
  }
}

@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: #eb5b49;
  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-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: #eb5b49;
}

@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: #eb5b49;
  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: #eb5b49;
  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);
  }
}

html {
  background: #f1f1f1;
}

.baseHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .baseHeading {
    padding: 13rem 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .baseHeading {
    padding: 21.5rem 25.5rem 0 52rem;
  }
}

@media screen and (min-width: 320px) {
  .headingTitle {
    font-size: 2.5rem;
    line-height: 1.35;
  }
}
@media screen and (min-width: 1025px) {
  .headingTitle {
    font-size: 7rem;
    line-height: 1.25;
  }
}
.headingTitle .small {
  font-size: 54%;
}

.headingAddress {
  line-height: 1.5;
  letter-spacing: 0.13rem;
}
@media screen and (min-width: 320px) {
  .headingAddress {
    font-size: 1.3rem;
    margin: 3rem 0 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .headingAddress {
    font-size: 1.6rem;
    margin: 0 0 0 auto;
    padding-bottom: 0.7rem;
  }
}

.headingTelWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .headingTelWrapper {
    gap: 0 1rem;
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .headingTelWrapper {
    gap: 0 2rem;
    margin-top: 1rem;
  }
}
.headingTelWrapper .telIcon {
  color: #FFF;
  background: #eb5b49;
}
@media screen and (min-width: 320px) {
  .headingTelWrapper .telIcon {
    padding: 0.1rem 1rem;
    border-radius: 0.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .headingTelWrapper .telIcon {
    padding: 0.2rem 1.4rem;
    border-radius: 0.6rem;
  }
}

.baseMainWrapper {
  position: relative;
  z-index: 1;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .baseMainWrapper {
    border-radius: 32px 32px 0 0;
    margin-top: -32px;
    padding: 4rem 7.5vw 0;
    gap: 3rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .baseMainWrapper {
    border-radius: 32px 32px 0 0;
    margin-top: -32px;
    padding: 6rem 2.5vw 0;
    gap: 0;
  }
}

.baseSidebar {
  z-index: 10;
}
@media screen and (min-width: 320px) {
  .baseSidebar {
    position: sticky;
    top: 6rem;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .baseSidebar {
    position: relative;
    top: auto;
    width: 21%;
  }
}

.baseMain {
  background: #FFF;
}
@media screen and (min-width: 320px) {
  .baseMain {
    width: 100%;
    border-radius: 1.5rem 1.5rem 0 0;
    padding: 2rem 0 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseMain {
    width: 72%;
    border-radius: 3rem 3rem 0 0;
    padding: 8.2rem 0 31rem;
  }
}

#baseSwiper {
  aspect-ratio: 127/80;
}
@media screen and (min-width: 320px) {
  #baseSwiper {
    border-radius: 1.5rem;
    margin: 0 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #baseSwiper {
    border-radius: 3rem;
    margin: 0 5rem;
  }
}

@media screen and (min-width: 320px) {
  #baseSwiperthumbs {
    margin-top: 1rem;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #baseSwiperthumbs {
    margin-top: 3rem;
    padding: 0 5rem;
  }
}
#baseSwiperthumbs .swiper-slide {
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 320px) {
  #baseSwiperthumbs .swiper-slide {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #baseSwiperthumbs .swiper-slide {
    border-radius: 3rem;
  }
}

.baseIntroCopy {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .baseIntroCopy {
    font-size: 1.8rem;
    padding: 5rem 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .baseIntroCopy {
    font-size: 4rem;
    padding: 17rem 10rem 0;
  }
}

.baseIntroDesc {
  opacity: 0.8;
  line-height: 1.875;
  text-align: justify;
}
@media screen and (min-width: 320px) {
  .baseIntroDesc {
    font-size: 1.4rem;
    padding: 3rem 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .baseIntroDesc {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 11rem;
       -moz-column-gap: 11rem;
            column-gap: 11rem;
    font-size: 1.6rem;
    padding: 5.7rem 22rem 0;
  }
}

@-webkit-keyframes scrollText {
  100% {
    translate: -100%;
  }
}

@keyframes scrollText {
  100% {
    translate: -100%;
  }
}
.slideTextWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0.2;
}

.slideText {
  font-weight: 900;
  color: #eb5b49;
  -webkit-animation: scrollText 20s linear infinite;
          animation: scrollText 20s linear infinite;
}
@media screen and (min-width: 320px) {
  .slideText {
    font-size: 7rem;
    padding-right: 4rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .slideText {
    font-size: 14rem;
    padding-right: 8rem;
    margin-top: 11rem;
  }
}

.baseSectionTitle {
  position: relative;
  color: #eb5b49;
}
@media screen and (min-width: 320px) {
  .baseSectionTitle {
    font-size: 2rem;
    padding-left: 3rem;
    margin: 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseSectionTitle {
    font-size: 4rem;
    padding-left: 6rem;
    margin: 0 11rem;
  }
}
.baseSectionTitle::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  border-radius: 50%;
  background: #eb5b49;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 320px) {
  .baseSectionTitle::before {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseSectionTitle::before {
    width: 4rem;
    height: 4rem;
  }
}

.baseSectionTitleEn {
  font-weight: 900;
  color: #eb5b49;
  line-height: 0.9;
}
@media screen and (min-width: 320px) {
  .baseSectionTitleEn {
    font-size: 4.7rem;
    margin: 0 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseSectionTitleEn {
    font-size: 14rem;
    margin: 0 9rem;
  }
}

.featureListWrapper {
  position: relative;
  background: #eb5b49;
}
@media screen and (min-width: 320px) {
  .featureListWrapper {
    border-radius: 1.5rem;
    padding: 3rem;
    margin: 3rem 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .featureListWrapper {
    border-radius: 6rem 0 3rem 3rem;
    padding: 8.7rem 5vw 11.5rem 8rem;
    margin: 3.5rem 2rem 0;
  }
}
.featureListWrapper::before {
  position: absolute;
  bottom: calc(100% - 1px);
  right: 0;
  width: 45rem;
  height: 13.5rem;
  border-radius: 6rem 3rem 0 0;
  background: #eb5b49;
}
@media screen and (min-width: 320px) {
  .featureListWrapper::before {
    content: none;
  }
}
@media screen and (min-width: 1025px) {
  .featureListWrapper::before {
    content: "";
  }
}
.featureListWrapper::after {
  position: absolute;
  bottom: 100%;
  right: 45rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  -webkit-box-shadow: 3rem 3rem 0 0 #eb5b49;
          box-shadow: 3rem 3rem 0 0 #eb5b49;
}
@media screen and (min-width: 320px) {
  .featureListWrapper::after {
    content: none;
  }
}
@media screen and (min-width: 1025px) {
  .featureListWrapper::after {
    content: "";
  }
}

.featureList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .featureList {
    gap: 3rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .featureList {
    gap: 0 2%;
  }
}

@media screen and (min-width: 320px) {
  .featureItem {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .featureItem {
    width: 32%;
  }
}
.featureItem .itemImg {
  aspect-ratio: 37/28;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 320px) {
  .featureItem .itemImg {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .featureItem .itemImg {
    border-radius: 3rem;
  }
}
.featureItem .itemHead {
  text-align: center;
  color: #FFF;
  line-height: 1.667;
  word-break: auto-phrase;
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .featureItem .itemHead {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .featureItem .itemHead {
    font-size: 2.4rem;
    margin-top: 3.5rem;
  }
}
.featureItem .itemText {
  text-align: center;
  color: #FFF;
  line-height: 1.667;
  word-break: auto-phrase;
}
@media screen and (min-width: 320px) {
  .featureItem .itemText {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .featureItem .itemText {
    font-size: 1.8rem;
  }
}

.featureBg {
  position: absolute;
  opacity: 0.1;
  right: 0;
  bottom: 2rem;
}
@media screen and (min-width: 320px) {
  .featureBg {
    width: 20rem;
  }
}
@media screen and (min-width: 1025px) {
  .featureBg {
    width: 58rem;
  }
}

.baseAbout {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 320px) {
  .baseAbout {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseAbout {
    padding-top: 24rem;
  }
}

.aboutWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .aboutWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .aboutWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 10rem 6.2vw 0 10.5rem;
  }
}

.aboutList {
  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) {
  .aboutList {
    width: 100%;
    gap: 2rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .aboutList {
    width: 50.5%;
    gap: 2.8rem 0;
    padding-top: 10.5rem;
  }
}

.aboutItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .aboutItem {
    font-size: 1.3rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .aboutItem {
    font-size: 1.8rem;
    padding-bottom: 2.8rem;
  }
}
.aboutItem::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f1f1f1;
}
.aboutItem::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  background: #21968c;
}
@media screen and (min-width: 320px) {
  .aboutItem::after {
    width: 24%;
  }
}
@media screen and (min-width: 1025px) {
  .aboutItem::after {
    width: 26%;
  }
}
@media screen and (min-width: 320px) {
  .aboutItem .aboutTitle {
    width: 24%;
  }
}
@media screen and (min-width: 1025px) {
  .aboutItem .aboutTitle {
    width: 26%;
  }
}
@media screen and (min-width: 320px) {
  .aboutItem .aboutDesc {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .aboutItem .aboutDesc {
    width: 68%;
  }
}

@media screen and (min-width: 320px) {
  .aboutMapWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .aboutMapWrapper {
    width: 40.5%;
  }
}
.aboutMapWrapper iframe {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 232/149;
}
@media screen and (min-width: 320px) {
  .aboutMapWrapper iframe {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .aboutMapWrapper iframe {
    margin-top: 2.5rem;
  }
}

.mapImg {
  aspect-ratio: 232/149;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
@media screen and (min-width: 320px) {
  .mapImg {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .mapImg {
    margin-top: 0;
  }
}

@media screen and (min-width: 320px) {
  .baseSchedule {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseSchedule {
    padding-top: 23.5rem;
  }
}

.scheduleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .scheduleWrapper {
    padding: 4rem 1.5rem 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .scheduleWrapper {
    padding: 14rem 18rem 0 14rem;
  }
}

.scheduleImgParent {
  position: relative;
  background: #eb5b49;
  aspect-ratio: 525/661;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 320px) {
  .scheduleImgParent {
    width: 32%;
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .scheduleImgParent {
    width: 50%;
    border-radius: 3rem;
  }
}

.scheduleImgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .scheduleImgWrapper {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .scheduleImgWrapper {
    border-radius: 3rem;
  }
}

.scheduleImg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: rotate(6deg) scale(1.12);
          transform: rotate(6deg) scale(1.12);
}

.scheduleList {
  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) {
  .scheduleList {
    width: 62%;
    gap: 2rem 0;
    padding: 0.5rem 0 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .scheduleList {
    width: 37.5%;
    gap: 4.6rem 0;
    padding: 1rem 0 0 6rem;
  }
}

.scheduleItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f1f1f1;
}
@media screen and (min-width: 320px) {
  .scheduleItem {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .scheduleItem {
    padding-bottom: 2rem;
  }
}
.scheduleItem:nth-last-child(1) .itemTime::after {
  content: none;
}
.scheduleItem .itemTime {
  position: relative;
  font-weight: 900;
  color: #eb5b49;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .scheduleItem .itemTime {
    width: 30%;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .scheduleItem .itemTime {
    width: 32%;
    font-size: 2.4rem;
  }
}
.scheduleItem .itemTime::before {
  position: absolute;
  content: "";
  top: 50%;
  border-radius: 50%;
  background: #eb5b49;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 320px) {
  .scheduleItem .itemTime::before {
    left: -2rem;
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .scheduleItem .itemTime::before {
    left: -6rem;
    width: 2rem;
    height: 2rem;
  }
}
.scheduleItem .itemTime::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 2px;
  background: #eb5b49;
}
@media screen and (min-width: 320px) {
  .scheduleItem .itemTime::after {
    left: calc(-1.5rem - 1px);
    height: 5.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .scheduleItem .itemTime::after {
    left: calc(-5rem - 1px);
    height: 10.5rem;
  }
}
.scheduleItem .itemDesc {
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .scheduleItem .itemDesc {
    width: 70%;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .scheduleItem .itemDesc {
    width: 68%;
    font-size: 1.6rem;
  }
}

.basePrice {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .basePrice {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .basePrice {
    padding-top: 27rem;
  }
}
.basePrice::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #fff9ef;
  z-index: -1;
}
@media screen and (min-width: 320px) {
  .basePrice::before {
    width: 90%;
    height: calc(100% - 16rem);
    border-radius: 1.5rem 0 0 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .basePrice::before {
    width: 82%;
    height: calc(100% - 39.5rem);
    border-radius: 3rem 0 0 3rem;
  }
}

@media screen and (min-width: 320px) {
  .priceWrapper {
    width: 100%;
    padding: 4rem 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .priceWrapper {
    width: 86%;
    padding: 9rem 6.2vw 11.5rem 0;
  }
}

.priceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .priceList {
    gap: 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .priceList {
    gap: 0;
  }
}

.priceItem {
  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;
  background: #FFF;
  border: 1px solid #eb5b49;
  border-radius: 1rem;
}
@media screen and (min-width: 320px) {
  .priceItem {
    width: 48%;
    padding: 0.6rem 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .priceItem {
    width: 24%;
    padding: 2.5rem 3rem;
  }
}
.priceItem .itemTitle {
  background: #eb5b49;
  border-radius: 0.6rem;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .priceItem .itemTitle {
    width: 43%;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1025px) {
  .priceItem .itemTitle {
    width: 43%;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.priceItem .itemDesc {
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .priceItem .itemDesc {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .priceItem .itemDesc {
    font-size: 1.8rem;
  }
}

.priceText {
  opacity: 0.8;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 320px) {
  .priceText {
    font-size: 1.3rem;
    margin-top: 3rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1025px) {
  .priceText {
    font-size: 1.8rem;
    margin-top: 5rem;
    line-height: 1.25;
  }
}

@media screen and (min-width: 320px) {
  .baseAvailability {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseAvailability {
    padding-top: 29rem;
  }
}

.availabilityWrapper {
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  .availabilityWrapper {
    width: 100%;
    padding: 4rem 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .availabilityWrapper {
    width: 56.5%;
    padding: 14.5rem 2.5rem 0 0;
  }
}

.availabilityList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 320px) {
  .availabilityList {
    gap: 0 4%;
  }
}
@media screen and (min-width: 1025px) {
  .availabilityList {
    gap: 0 2rem;
  }
}

.availabilityItem {
  border: 2px solid #eb5b49;
  border-radius: 1rem;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .availabilityItem {
    width: 48%;
  }
}
@media screen and (min-width: 1025px) {
  .availabilityItem {
    width: 48%;
  }
}
.availabilityItem .itemType {
  background: #eb5b49;
  color: #FFF;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .availabilityItem .itemType {
    font-size: 1.4rem;
    padding: 0.8rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .availabilityItem .itemType {
    font-size: 2.4rem;
    padding: 1.5rem 0;
  }
}
.availabilityItem .itemStatus {
  color: #eb5b49;
}
@media screen and (min-width: 320px) {
  .availabilityItem .itemStatus {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .availabilityItem .itemStatus {
    font-size: 5.2rem;
  }
}

.availabilityNote {
  opacity: 0.8;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .availabilityNote {
    font-size: 1.2rem;
    padding: 0.2rem 0 0 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .availabilityNote {
    font-size: 1.8rem;
    padding: 0.2rem 0 0 1rem;
  }
}

.availabilityDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.1rem;
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .availabilityDetail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.3rem;
    margin-top: 2rem;
    gap: 0.5rem 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .availabilityDetail {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.8rem;
    margin-top: 4rem;
    gap: 0 4rem;
  }
}
.availabilityDetail .icon {
  color: #eb5b49;
}
@media screen and (min-width: 320px) {
  .availabilityDetail .icon {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .availabilityDetail .icon {
    margin-right: 1.6rem;
  }
}

.baseRecruit {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .baseRecruit {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseRecruit {
    padding-top: 28.3rem;
  }
}
.baseRecruit::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #fff9ef;
  z-index: -1;
}
@media screen and (min-width: 320px) {
  .baseRecruit::before {
    width: 90%;
    height: calc(100% - 16rem);
    border-radius: 0 1.5rem 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .baseRecruit::before {
    width: 83%;
    height: calc(100% - 43.5rem);
    border-radius: 0 3rem 3rem 0;
  }
}

.recruitList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .recruitList {
    width: 100%;
    padding: 4rem 1.5rem;
    gap: 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .recruitList {
    width: 86%;
    padding: 14rem 6.2vw 17rem 0;
    gap: 8rem 0;
  }
}

@media screen and (min-width: 320px) {
  .recruitItem {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .recruitItem {
    width: 47%;
  }
}
.recruitItem .itemInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFF;
  border-radius: 1rem;
  border: 1px solid #eb5b49;
  color: #eb5b49;
  width: 100%;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .recruitItem .itemInner {
    font-size: 1.4rem;
    padding: 1.5rem 2rem 1.5rem 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .recruitItem .itemInner {
    font-size: 2.6rem;
    padding: 2.7rem 2.5rem 2.7rem 9rem;
  }
}
.recruitItem .itemInner::before {
  position: absolute;
  content: "";
  top: 50%;
  background: #eb5b49;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 320px) {
  .recruitItem .itemInner::before {
    left: 2rem;
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .recruitItem .itemInner::before {
    left: 5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.recruitItem .itemIcon {
  stroke: #eb5b49;
}
@media screen and (min-width: 320px) {
  .recruitItem .itemIcon {
    width: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .recruitItem .itemIcon {
    width: 3rem;
  }
}

.baseContactText {
  color: #eb5b49;
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .baseContactText {
    font-size: 1.6rem;
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseContactText {
    font-size: 4rem;
    margin-top: 26rem;
  }
}

.contactList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .contactList {
    width: calc(100% - 3rem);
    gap: 2rem 0;
    margin: 3rem 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .contactList {
    width: 70%;
    gap: 0 4rem;
    margin: 4.5rem auto 0;
  }
}

@media screen and (min-width: 320px) {
  .contactItem {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .contactItem {
    width: 46%;
  }
}
.contactItem .itemInner {
  background: #eb5b49;
  border-radius: 1rem;
  width: 100%;
  color: #FFF;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .contactItem .itemInner {
    height: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactItem .itemInner {
    height: 15.5rem;
  }
}
.contactItem .itemInner.tel {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contactItem .itemInner.mail {
  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;
}
@media screen and (min-width: 320px) {
  .contactItem .itemInner.mail {
    font-size: 1.4rem;
    gap: 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactItem .itemInner.mail {
    font-size: 2.4rem;
    gap: 0 3.5rem;
  }
}
@media screen and (min-width: 320px) {
  .contactItem .telText {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactItem .telText {
    font-size: 1.6rem;
  }
}
.contactItem .numWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 320px) {
  .contactItem .numWrapper {
    font-size: 2rem;
    gap: 0 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactItem .numWrapper {
    font-size: 4rem;
    gap: 0 1.5rem;
  }
}
.contactItem .telIcon {
  fill: none;
}
@media screen and (min-width: 320px) {
  .contactItem .telIcon {
    width: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactItem .telIcon {
    width: 3.2rem;
  }
}
.contactItem .mailIcon {
  fill: none;
}
@media screen and (min-width: 320px) {
  .contactItem .mailIcon {
    width: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactItem .mailIcon {
    width: 3.2rem;
  }
}

.recruitModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.recruitModal.isActive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modalInner {
  position: relative;
  background: #FFF;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .modalInner {
    width: 90%;
    max-height: 80svh;
    border-radius: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalInner {
    width: 50%;
    max-height: 85svh;
    border-radius: 3rem;
  }
}

.modalWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(235, 91, 73, 0.8) #FFF;
}
@media screen and (min-width: 320px) {
  .modalWrapper {
    max-height: 80svh;
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalWrapper {
    max-height: 85svh;
    padding: 5rem;
  }
}
.modalWrapper .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .modalWrapper .total {
    gap: 0 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalWrapper .total {
    gap: 0 2rem;
  }
}
.modalWrapper .title {
  color: #FFF;
  font-weight: 700;
  background: #eb5b49;
  border-radius: 3rem;
}
@media screen and (min-width: 320px) {
  .modalWrapper .title {
    font-size: 1.3rem;
    padding: 0.2rem 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalWrapper .title {
    font-size: 1.6rem;
    padding: 0.5rem 1.5rem;
  }
}
.modalWrapper .num {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .modalWrapper .num {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalWrapper .num {
    font-size: 2.4rem;
  }
}

.modalBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
}

.modalList {
  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) {
  .modalList {
    gap: 2rem 0;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalList {
    gap: 3rem 0;
    margin-top: 3rem;
  }
}

.modalItem {
  border-bottom: dotted 2px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 320px) {
  .modalItem {
    font-size: 1.4rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalItem {
    font-size: 1.9rem;
    padding-bottom: 1.5rem;
  }
}
.modalItem .itemTitle {
  font-weight: 700;
}
.modalItem .itemDesc {
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .modalItem .itemDesc {
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalItem .itemDesc {
    margin-top: 0.8rem;
  }
}

.modalBtn {
  position: absolute;
}
@media screen and (min-width: 320px) {
  .modalBtn {
    top: 1rem;
    right: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalBtn {
    top: 3rem;
    right: 3rem;
  }
}
@media screen and (min-width: 320px) {
  .modalBtn .btnIcon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .modalBtn .btnIcon {
    width: 4rem;
    height: 4rem;
  }
}

.messageWrapper {
  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;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .messageWrapper {
    padding: 64px 32px 0;
  }
}
@media screen and (min-width: 1025px) {
  .messageWrapper {
    padding: 64px 64px 0;
  }
}

@media screen and (min-width: 320px) {
  .messageImg {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .messageImg {
    width: 35%;
  }
}
.messageImg .imgWrapper {
  padding-bottom: 136%;
}

@media screen and (min-width: 320px) {
  .messageText {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .messageText {
    width: 60%;
  }
}

@media screen and (min-width: 320px) {
  .messageText_head {
    font-size: 2.4rem;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .messageText_head {
    font-size: 4rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 320px) {
  .messageText_main {
    font-size: 1.24rem;
    margin: 24px 0;
  }
}
@media screen and (min-width: 1025px) {
  .messageText_main {
    font-size: 1.6rem;
    margin: 32px 0;
  }
}

.messageText_name {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
@media screen and (min-width: 320px) {
  .messageText_name {
    font-size: 1.24rem;
  }
}
@media screen and (min-width: 1025px) {
  .messageText_name {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=alpha.css.map */