@charset "UTF-8";
/* ///////////////////////////////////////////////

　トップページ

/////////////////////////////////////////////// */
/* parts */
.h2 {
  display: grid;
  gap: 0.4em;
}
.h2 .num {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-pink);
  border-radius: 50%;
  aspect-ratio: 1;
  font-family: var(--font-outfit);
  font-weight: bold;
}
.h2 .en {
  font-family: var(--font-montserrat);
  font-weight: 800;
}
.h2 .ja {
  font-weight: 600;
}
.h2.center {
  justify-items: center;
  text-align: center;
}
.h2.center .en {
  padding-left: 0;
  margin-top: -33px;
}
@media screen and (max-width: 960px) {
  .h2.center .en {
    margin-top: -20px;
  }
}
.h2.center .ja {
  padding-left: 0;
}
@media screen and (min-width: 961px) {
  .h2 .num {
    width: 56px;
    font-size: 12rem;
  }
  .h2 .en {
    margin-top: -30px;
    padding-left: 30px;
    font-size: 55rem;
  }
  .h2 .ja {
    padding-left: 33px;
    font-size: 16rem;
  }
}
@media screen and (max-width: 960px) {
  .h2 .num {
    width: 40px;
    font-size: 10px;
  }
  .h2 .en {
    margin-top: -23px;
    padding-left: 20px;
    font-size: 38px;
  }
  .h2 .ja {
    padding-left: 22px;
    font-size: 14px;
  }
}

[class^=ill-] {
  position: absolute;
  pointer-events: none;
}

/* メインビジュアル */
.mainimg {
  position: relative;
}
@media screen and (min-width: 961px) {
  .mainimg {
    padding-left: 380px;
    padding-block: 60px 45px;
  }
}
@media screen and (max-width: 960px) {
  .mainimg {
    padding-left: 25px;
    padding-block: 75px 32px;
  }
}
.mainimg .slider {
  position: relative;
  z-index: 2;
}
.mainimg .slider img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
}
.mainimg .slick-slide {
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .mainimg .slick-slide {
    border-radius: 100px 0 0 100px;
  }
}
@media screen and (max-width: 960px) {
  .mainimg .slick-slide {
    border-radius: 30px 0 0 30px;
  }
}
.mainimg .text {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 0.3em;
  color: #fff;
  line-height: 1.35;
}
.mainimg .text .en {
  font-family: var(--font-montserrat);
  font-weight: bold;
}
.mainimg .text .ja {
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .mainimg .text {
    bottom: 170px;
    padding-left: 70px;
  }
  .mainimg .text .en {
    font-size: 1.5vw;
  }
  .mainimg .text .ja {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 960px) {
  .mainimg .text {
    bottom: 80px;
    padding-left: 30px;
  }
  .mainimg .text .en {
    font-size: 2.6vw;
  }
  .mainimg .text .ja {
    font-size: 6.5vw;
  }
}
.mainimg .ill-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.mainimg .ill-1 img {
  width: 100%;
}
.mainimg .ill-2 {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
}
@media screen and (min-width: 961px) {
  .mainimg .ill-2 {
    width: 46%;
  }
}
@media screen and (max-width: 960px) {
  .mainimg .ill-2 img {
    height: 225px;
    width: auto;
  }
}
.mainimg .ill-2 img {
  width: 100%;
}
.mainimg-cta {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 25px;
  background-color: var(--color-bg-light);
}
@media screen and (min-width: 961px) {
  .mainimg-cta {
    height: 95px;
    padding-inline: 60px;
    border-radius: 30px 0 0 30px;
  }
}
@media screen and (max-width: 960px) {
  .mainimg-cta {
    height: 60px;
    padding-inline: 25px;
    border-radius: 15px 0 0 15px;
  }
}
.mainimg-cta a {
  display: inline-flex;
  gap: 0.6em;
  align-items: center;
  font-size: 14rem;
  text-decoration: none;
  transition: 0.2s;
}
.mainimg-cta a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.mainimg-cta a:hover img {
  opacity: 1;
}
.mainimg-cta a i {
  font-size: 114%;
}
@media screen and (max-width: 960px) {
  .mainimg-cta a {
    font-size: 12px;
  }
}

/* お知らせ */
@media screen and (min-width: 961px) {
  .sec-news {
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  .sec-news {
    margin-top: 15px;
  }
}
.sec-news .h2 {
  margin-bottom: 10px;
}

/* みさとリハを知る */
.sec-who {
  position: relative;
  position: relative;
}
.sec-who::before, .sec-who::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  background-image: url(../img/bg-wave.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec-who::before {
  top: 0;
}
.sec-who::after {
  bottom: 0;
  rotate: 180deg;
}
@media screen and (min-width: 961px) {
  .sec-who {
    background: linear-gradient(to bottom, transparent 0, transparent 180px, var(--color-bg-light) 180px, var(--color-bg-light) calc(100% - 180px), transparent calc(100% - 180px), transparent 100%);
  }
  .sec-who::before, .sec-who::after {
    height: 180px;
  }
}
@media screen and (max-width: 960px) {
  .sec-who {
    background: linear-gradient(to bottom, transparent 0, transparent 50px, var(--color-bg-light) 50px, var(--color-bg-light) calc(100% - 50px), transparent calc(100% - 50px), transparent 100%);
  }
  .sec-who::before, .sec-who::after {
    height: 50px;
  }
}
@media screen and (min-width: 961px) {
  .sec-who {
    margin-top: -30px;
    padding-top: 110px;
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 960px) {
  .sec-who {
    margin-top: 20px;
    padding-bottom: 100px;
    display: grid;
    gap: 25px;
  }
}
.sec-who .who-content {
  display: flex;
}
@media screen and (min-width: 961px) {
  .sec-who .who-content {
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
  }
  .sec-who .who-content .image {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .sec-who .who-content {
    flex-direction: column;
    gap: 25px;
  }
}
.sec-who .text {
  position: relative;
  z-index: 2;
}
.sec-who .h2 {
  margin-bottom: 20px;
}
.sec-who .image {
  margin-right: -25px;
}
.sec-who .image img {
  border-radius: 999px 0 0 999px;
}
@media screen and (min-width: 961px) {
  .sec-who .image {
    max-width: inherit;
    margin-top: 15px;
  }
}
.sec-who .nav {
  display: grid;
  justify-items: start;
  gap: 1em;
  color: var(--color-purple);
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .sec-who .nav {
    justify-items: center;
  }
}
.sec-who .message {
  display: grid;
  align-items: start;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .sec-who .message {
    margin-top: 60px;
    grid-area: 3/1/4/3;
    /* grid-template-columns: 22% 1fr; */
    grid-template-columns: 33% 1fr;
    gap: 0 35px;
  }
}
@media screen and (max-width: 960px) {
  .sec-who .message {
    margin-top: 30px;
    grid-template-columns: 100px 1fr;
    gap: 15px 12px;
    align-items: center;
  }
}
.sec-who .message .pic {
  border-radius: 60px;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .sec-who .message .pic {
    grid-area: 1/1/3/2;
  }
}
.sec-who .message .ttl {
  position: relative;
  z-index: 2;
  margin-bottom: 0.2em;
  padding-top: 16px;
  padding-left: 18px;
}
.sec-who .message .ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 35px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-pink);
  content: "";
}
@media screen and (min-width: 961px) {
  .sec-who .message .ttl {
    font-size: 22rem;
  }
}
@media screen and (max-width: 960px) {
  .sec-who .message .ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .sec-who .message .desc {
    grid-area: 2/1/3/3;
    font-size: 14px;
  }
}
.sec-who .ill-1 {
  top: -60px;
  left: -425px;
  width: 863px;
}
@media screen and (max-width: 960px) {
  .sec-who .ill-1 {
    top: -35px;
    left: -110px;
    width: 240px;
  }
}
.sec-who .ill-2 {
  bottom: -140px;
  right: -430px;
  width: 863px;
}
@media screen and (max-width: 960px) {
  .sec-who .ill-2 {
    bottom: -105px;
    right: -195px;
    width: 370px;
  }
}

/* 仕事を知る */
.sec-works {
  margin-top: -30px;
}
.sec-works .works-header {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (min-width: 961px) {
  .sec-works .works-header {
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .sec-works .works-header {
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.sec-works .works-header .h2 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .sec-works .works-header .h2 {
    margin-left: -30px;
  }
}
@media screen and (max-width: 960px) {
  .sec-works .works-header .h2 {
    margin-left: -40px;
  }
}
@media screen and (max-width: 960px) {
  .sec-works .works-header .image {
    max-width: 210px;
    padding-bottom: 15px;
  }
}
.sec-works .works-body {
  display: grid;
}
@media screen and (min-width: 961px) {
  .sec-works .works-body {
    margin-top: 30px;
    grid-template-columns: 1fr 40%;
    grid-template-rows: auto 1fr;
    gap: 30px 50px;
  }
}
@media screen and (max-width: 960px) {
  .sec-works .works-body {
    margin-top: 25px;
    gap: 20px;
  }
}
.sec-works .movie {
  display: grid;
  gap: 0.8em;
  color: #00226F;
  text-align: center;
}
.sec-works .movie img {
  border-radius: 20px;
}
@media screen and (min-width: 961px) {
  .sec-works .movie {
    grid-area: 1/2/3/3;
  }
  .sec-works .movie .caption {
    font-size: 16rem;
  }
}
@media screen and (max-width: 960px) {
  .sec-works .movie .caption {
    font-size: 16px;
  }
}

/* 教育を知る */
.sec-training {
  position: relative;
  position: relative;
}
.sec-training::before, .sec-training::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  background-image: url(../img/bg-wave.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec-training::before {
  top: 0;
}
.sec-training::after {
  bottom: 0;
  rotate: 180deg;
}
@media screen and (min-width: 961px) {
  .sec-training {
    background: linear-gradient(to bottom, transparent 0, transparent 180px, var(--color-bg-light) 180px, var(--color-bg-light) calc(100% - 180px), transparent calc(100% - 180px), transparent 100%);
  }
  .sec-training::before, .sec-training::after {
    height: 180px;
  }
}
@media screen and (max-width: 960px) {
  .sec-training {
    background: linear-gradient(to bottom, transparent 0, transparent 50px, var(--color-bg-light) 50px, var(--color-bg-light) calc(100% - 50px), transparent calc(100% - 50px), transparent 100%);
  }
  .sec-training::before, .sec-training::after {
    height: 50px;
  }
}
@media screen and (min-width: 961px) {
  .sec-training {
    margin-top: 60px;
    padding-block: 80px 280px;
  }
}
@media screen and (max-width: 960px) {
  .sec-training {
    margin-top: 50px;
    padding-block: 80px;
  }
}
@media screen and (min-width: 961px) {
  .sec-training .h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .sec-training .h2 {
    margin-bottom: 25px;
  }
}
.sec-training .image {
  border-radius: 9999px;
  overflow: hidden;
}
.sec-training .text {
  position: relative;
  z-index: 2;
  display: flex;
}
@media screen and (min-width: 961px) {
  .sec-training .text {
    margin-top: 25px;
    gap: 40px;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .sec-training .text {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }
}
.sec-training .nav {
  display: grid;
  justify-items: start;
  gap: 1em;
  color: var(--color-purple);
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .sec-training .nav {
    justify-items: center;
  }
}
.sec-training .ill-1 {
  top: -130px;
  left: -430px;
  width: 863px;
}
@media screen and (max-width: 960px) {
  .sec-training .ill-1 {
    top: -45px;
    left: -150px;
    width: 310px;
  }
}

/* Story */
.sec-story {
  position: relative;
}
.sec-story .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-story .slick-dots li {
  font-size: 0;
  line-height: 1;
}
.sec-story .slick-dots button {
  width: 5px;
  height: inherit;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  font-size: 0;
}
.sec-story .slick-dots .slick-active button {
  background-color: rgb(255, 255, 255);
}
.sec-story .slick-arrow {
  position: absolute;
  z-index: 50;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
}
.sec-story .slick-arrow.slick-prev {
  left: 0;
}
.sec-story .slick-arrow.slick-next {
  right: 0;
}
.sec-story .h2 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .sec-story .h2 {
    transform: translateY(-15px);
  }
  .sec-story .h2 .vertical {
    margin-bottom: 20px;
  }
  .sec-story .h2 .en {
    margin-top: -50px;
    font-size: 94rem;
  }
}
@media screen and (max-width: 960px) {
  .sec-story .h2 {
    margin-bottom: 25px;
  }
  .sec-story .h2 .vertical {
    width: 112px;
    margin-bottom: 10px;
  }
}
.sec-story .lead {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .sec-story .lead {
    margin-bottom: 35px;
    font-size: 20rem;
  }
}
@media screen and (max-width: 960px) {
  .sec-story .lead {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.sec-story .story-slider {
  margin-right: -25px;
}
@media screen and (min-width: 961px) {
  .sec-story .story-slider {
    max-width: inherit;
  }
}
@media screen and (max-width: 960px) {
  .sec-story .story-slider {
    margin-left: -25px;
  }
}
.sec-story .slick-slide {
  overflow: hidden !important;
  border-radius: 999px;
}
@media screen and (min-width: 961px) {
  .sec-story .slick-slide {
    width: 350px;
    margin: 0 8px;
  }
}
@media screen and (max-width: 960px) {
  .sec-story .slick-slide {
    width: 320px;
    margin: 0 7px;
  }
}
.sec-story .slick-dots {
  bottom: -30px;
  left: 25px;
  right: 25px;
  background-color: var(--color-bg-light);
  border-radius: 99px;
}
@media screen and (min-width: 961px) {
  .sec-story .slick-dots {
    max-width: 905px;
    margin: auto;
  }
}
.sec-story .slick-dots li {
  width: 100%;
}
.sec-story .slick-dots button {
  width: 100%;
  height: 6px;
  aspect-ratio: inherit;
  border-radius: 0;
}
@media screen and (max-width: 960px) {
  .sec-story .slick-dots button {
    height: 10px;
  }
}
.sec-story .slick-dots .slick-active button {
  background-color: var(--color-purple);
  border-radius: 99px;
}
@media screen and (min-width: 961px) {
  .sec-story .button-wrap {
    margin-top: 55px;
  }
}
@media screen and (max-width: 960px) {
  .sec-story .button-wrap {
    margin-top: 50px;
  }
}
.sec-story .button-wrap a {
  margin: auto;
}
.sec-story .ill-1 {
  top: -440px;
  right: -460px;
  width: 863px;
}
@media screen and (max-width: 960px) {
  .sec-story .ill-1 {
    top: -160px;
    right: -160px;
    width: 290px;
  }
}

/* 環境を知る */
.sec-workplace {
  position: relative;
  position: relative;
}
.sec-workplace::before, .sec-workplace::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  background-image: url(../img/bg-wave.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec-workplace::before {
  top: 0;
}
.sec-workplace::after {
  bottom: 0;
  rotate: 180deg;
}
@media screen and (min-width: 961px) {
  .sec-workplace {
    background: linear-gradient(to bottom, transparent 0, transparent 180px, var(--color-bg-light) 180px, var(--color-bg-light) calc(100% - 180px), transparent calc(100% - 180px), transparent 100%);
  }
  .sec-workplace::before, .sec-workplace::after {
    height: 180px;
  }
}
@media screen and (max-width: 960px) {
  .sec-workplace {
    background: linear-gradient(to bottom, transparent 0, transparent 50px, var(--color-bg-light) 50px, var(--color-bg-light) calc(100% - 50px), transparent calc(100% - 50px), transparent 100%);
  }
  .sec-workplace::before, .sec-workplace::after {
    height: 50px;
  }
}
@media screen and (min-width: 961px) {
  .sec-workplace {
    margin-top: 80px;
    padding-block: 120px 560px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .sec-workplace {
    margin-top: 60px;
    padding-block: 120px 170px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 961px) {
  .sec-workplace .h2 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 960px) {
  .sec-workplace .h2 {
    margin-bottom: 15px;
  }
}
.sec-workplace .workplace-content {
  position: relative;
  max-width: 400px;
  margin: auto;
  display: grid;
  gap: 15px;
}
@media screen and (max-width: 960px) {
  .sec-workplace .workplace-content {
    max-width: 315px;
  }
}
.sec-workplace .nav {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  color: var(--color-purple);
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .sec-workplace .nav {
    gap: 1em;
    flex-direction: column;
    align-items: center;
  }
}
.sec-workplace [class^=img-] {
  position: absolute;
}
.sec-workplace [class^=img-] img {
  border-radius: 50%;
}
.sec-workplace .img-1 {
  top: -190px;
  right: calc(50% + 208px);
  width: 148px;
}
@media screen and (max-width: 960px) {
  .sec-workplace .img-1 {
    z-index: 1;
    top: -170px;
    right: calc(50% + 88px);
    width: 79px;
  }
}
.sec-workplace .img-2 {
  top: -5px;
  right: calc(50% + 227px);
  width: 227px;
}
@media screen and (max-width: 960px) {
  .sec-workplace .img-2 {
    top: 120px;
    right: calc(50% + 62px);
    width: 112px;
  }
}
.sec-workplace .img-3 {
  top: -165px;
  left: calc(50% + 210px);
  width: 239px;
}
@media screen and (max-width: 960px) {
  .sec-workplace .img-3 {
    top: -230px;
    left: calc(50% + 55px);
    width: 127px;
  }
}
.sec-workplace .img-4 {
  top: 158px;
  left: calc(50% + 180px);
  width: 129px;
}
@media screen and (max-width: 960px) {
  .sec-workplace .img-4 {
    top: 65px;
    left: calc(50% + 110px);
    width: 68px;
  }
}
.sec-workplace .img-5 {
  top: 164px;
  left: calc(50% - 140px);
  width: 247px;
}
@media screen and (max-width: 960px) {
  .sec-workplace .img-5 {
    z-index: 2;
    top: 195px;
    left: calc(50% + 20px);
    width: 130px;
  }
}
.sec-workplace .ill-1 {
  top: -170px;
  left: -420px;
  width: 863px;
}
@media screen and (max-width: 960px) {
  .sec-workplace .ill-1 {
    top: -65px;
    left: -150px;
    width: 315px;
  }
}
.sec-workplace .ill-2 {
  bottom: -190px;
  right: -460px;
  width: 863px;
}
@media screen and (max-width: 960px) {
  .sec-workplace .ill-2 {
    bottom: -80px;
    right: -165px;
    width: 330px;
  }
}

.footer {
  position: relative;
}
@media screen and (min-width: 961px) {
  .footer {
    margin-top: -130px;
  }
}

.modaal-video-wrap {
  margin: 0;
}