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

　トップページ

/////////////////////////////////////////////// */
/* parts */
.h2 {
  display: grid;
  gap: 0.1em;
  position: relative;
}
.h2 .en {
  position: relative;
  font-family: var(--font-en);
  font-weight: 900;
  color: var(--color-green);
}
.h2 .ja {
  position: relative;
  font-weight: 700;
}
.h2::before {
  position: absolute;
  bottom: -0.2em;
  content: "";
  aspect-ratio: 237/240;
  background: url(../img/ill-heading.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 961px) {
  .h2.short .en {
    padding-left: 55px;
  }
}
@media screen and (min-width: 961px) {
  .h2 .en {
    padding-left: 25px;
    font-size: 55rem;
  }
  .h2 .ja {
    padding-left: 95px;
    font-size: 14rem;
  }
  .h2::before {
    left: 0;
    width: 118px;
  }
}
@media screen and (max-width: 960px) {
  .h2 .en {
    font-size: 48px;
  }
  .h2 .ja {
    padding-left: 50px;
    font-size: 13px;
  }
  .h2::before {
    left: -13px;
    width: 82px;
  }
}

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

/* メインビジュアル */
.mainimg {
  position: relative;
}
@media screen and (min-width: 961px) {
  .mainimg {
    padding-left: 380px;
  }
}
@media screen and (max-width: 960px) {
  .mainimg {
    z-index: 5;
  }
}
.mainimg .slider {
  position: relative;
  z-index: 2;
}
.mainimg .slider img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
}
.mainimg .text {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 1.4em;
  color: var(--color-green);
}
.mainimg .text .en {
  font-family: var(--font-montserrat);
  font-weight: 900;
  line-height: 1;
}
.mainimg .text .ja {
  font-weight: bold;
  line-height: 1.65;
}
@media screen and (min-width: 961px) {
  .mainimg .text {
    bottom: 130px;
    padding-left: 70px;
  }
  .mainimg .text .en {
    font-size: 4.7vw;
  }
  .mainimg .text .ja {
    font-size: 2vw;
  }
}
@media screen and (max-width: 960px) {
  .mainimg .text {
    bottom: 40px;
    padding-left: 30px;
  }
  .mainimg .text .en {
    font-size: 7.2vw;
  }
  .mainimg .text .ja {
    font-size: 3.6vw;
  }
}
.mainimg .ill-1 {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
@media screen and (min-width: 961px) {
  .mainimg .ill-1 {
    width: 631px;
    width: 46%;
  }
}
@media screen and (max-width: 960px) {
  .mainimg .ill-1 {
    width: 64%;
  }
}
@media screen and (min-width: 961px) {
  .mainimg .ill-2 {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .mainimg .ill-2 {
    top: 100%;
    right: 0;
    width: 130px;
  }
}
.mainimg-cta {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 25px;
  background-color: #fff;
  padding-left: 380px;
  padding-right: calc(100dvw - 380px - 900px);
}
@media (max-width: 1320px) {
  .mainimg-cta {
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .mainimg-cta {
    padding-left: 20px;
  }
}
@media screen and (min-width: 961px) {
  .mainimg-cta {
    height: 95px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 960px) {
  .mainimg-cta {
    display: none;
  }
}
.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;
  }
}

/* お知らせ */
.sec-news {
  position: relative;
}
@media screen and (min-width: 961px) {
  .sec-news {
    margin-top: 90px;
  }
}
@media screen and (max-width: 960px) {
  .sec-news {
    margin-top: 30px;
  }
}
.sec-news .h2 {
  margin-bottom: 10px;
}
@media screen and (min-width: 961px) {
  .sec-news .h2 {
    transform: translateX(-25px);
  }
}
@media screen and (min-width: 961px) {
  .sec-news .news-sns {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .sec-news .news-sns {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-block: 12px;
  }
}
.sec-news .news-sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  text-decoration: none;
  font-size: 22px;
  color: #FA2000;
}
.sec-news .news-sns a:nth-child(1) {
  border-right: 1px solid #E8E8E8;
}
.sec-news .ill-1 {
  z-index: -1;
  right: -25px;
  bottom: 70px;
  width: 146px;
}
@media screen and (max-width: 960px) {
  .sec-news .ill-1 {
    bottom: 41%;
    right: -7px;
    width: 100px;
  }
}

/* みさとリハを知る */
.sec-who {
  position: relative;
}
@media screen and (min-width: 961px) {
  .sec-who {
    margin-top: 120px;
  }
}
@media screen and (max-width: 960px) {
  .sec-who {
    margin-top: 65px;
  }
}
.sec-who .who-content {
  position: relative;
}
@media screen and (min-width: 961px) {
  .sec-who .text {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 540px;
    background-color: #fff;
    padding: 25px 35px;
  }
}
@media screen and (max-width: 960px) {
  .sec-who .text {
    margin-top: 15px;
    display: grid;
    gap: 15px;
  }
}
.sec-who .h2 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .sec-who .h2 {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 960px) {
  .sec-who .h2 {
    margin-bottom: -20px;
  }
}
.sec-who .nav {
  display: grid;
  color: var(--color-green);
  white-space: nowrap;
}
@media screen and (min-width: 961px) {
  .sec-who .nav {
    margin-top: 20px;
    grid-template-columns: auto 1fr;
    gap: 0.6em 1.8em;
  }
}
@media screen and (max-width: 960px) {
  .sec-who .nav {
    gap: 1em;
  }
}
.sec-who .message {
  display: grid;
  align-items: center;
  position: relative;
  z-index: 2;
  background-color: var(--color-ivory);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 961px) {
  .sec-who .message {
    margin-top: 50px;
    grid-template-columns: 24% 1fr;
    gap: 7px 30px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 960px) {
  .sec-who .message {
    margin-top: 30px;
    grid-template-columns: 80px 1fr;
    gap: 15px 12px;
    align-items: center;
    padding: 25px;
  }
}
@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;
  color: var(--color-green);
}
.sec-who .message .ttl::before {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 35px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-light-green);
  content: "";
}
@media screen and (min-width: 961px) {
  .sec-who .message .ttl {
    margin-top: auto;
    padding-top: 25px;
    padding-left: 18px;
    font-size: 20rem;
  }
  .sec-who .message .ttl::before {
    top: 10px;
  }
}
@media screen and (max-width: 960px) {
  .sec-who .message .ttl {
    font-size: 18px;
    padding-left: 15px;
  }
  .sec-who .message .ttl::before {
    width: 30px;
    top: -10px;
  }
}
.sec-who .message .desc {
  line-height: 1.7;
}
@media screen and (min-width: 961px) {
  .sec-who .message .desc {
    margin-bottom: auto;
    padding-bottom: 25px;
    font-size: 13rem;
  }
}
@media screen and (max-width: 960px) {
  .sec-who .message .desc {
    grid-area: 2/1/3/3;
    font-size: 13px;
  }
}
.sec-who .ill-1 {
  z-index: -1;
  top: -130px;
  right: -170px;
  width: 747px;
}
@media screen and (max-width: 960px) {
  .sec-who .ill-1 {
    top: -40px;
    right: -70px;
    width: 330px;
  }
}

/* 仕事を知る */
.sec-works {
  position: relative;
}
@media screen and (min-width: 961px) {
  .sec-works {
    margin-top: 120px;
  }
}
@media screen and (max-width: 960px) {
  .sec-works {
    margin-top: 30px;
  }
}
.sec-works .h2 {
  width: fit-content;
}
@media screen and (min-width: 961px) {
  .sec-works .h2 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 960px) {
  .sec-works .h2 {
    margin: auto;
    margin-bottom: 20px;
  }
}
.sec-works .images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 961px) {
  .sec-works .images {
    gap: 30px;
  }
}
@media screen and (max-width: 960px) {
  .sec-works .images {
    gap: 10px;
  }
}
.sec-works .text {
  display: grid;
}
@media screen and (min-width: 961px) {
  .sec-works .text {
    margin-top: 30px;
    grid-template-columns: 1fr auto;
    gap: 40px;
  }
}
@media screen and (max-width: 960px) {
  .sec-works .text {
    margin-top: 20px;
    gap: 20px;
  }
}
.sec-works .ill-1 {
  z-index: -1;
  top: -320px;
  left: -90px;
  width: 1012px;
}
@media screen and (max-width: 960px) {
  .sec-works .ill-1 {
    top: -30px;
    left: -80px;
    width: 290px;
  }
}
.sec-works .ill-2 {
  top: -240px;
  right: -60px;
  width: 238px;
}
@media screen and (max-width: 960px) {
  .sec-works .ill-2 {
    top: -80px;
    right: -50px;
    width: 130px;
  }
}

/* 教育を知る */
.sec-training {
  position: relative;
}
@media screen and (min-width: 961px) {
  .sec-training {
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  .sec-training {
    margin-top: 30px;
  }
}
.sec-training .h2 {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-left: auto;
}
@media screen and (min-width: 961px) {
  .sec-training .h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .sec-training .h2 {
    margin-bottom: 20px;
  }
  .sec-training .h2::before {
    top: -25px;
  }
}
.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-green);
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .sec-training .nav {
    grid-template-columns: auto 1fr;
    gap: 1.4em 2.2em;
  }
}
.sec-training .ill-1 {
  top: -5px;
  left: 330px;
  width: 442px;
}
@media screen and (max-width: 960px) {
  .sec-training .ill-1 {
    top: 60px;
    left: -30px;
    width: 140px;
  }
}
.sec-training .ill-2 {
  z-index: -1;
  top: 40px;
  right: -190px;
  width: 430px;
}

/* Story */
.sec-story {
  background-color: var(--color-ivory);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.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;
}
@media screen and (min-width: 961px) {
  .sec-story {
    margin-top: 130px;
    padding-block: 90px 70px;
  }
}
@media screen and (max-width: 960px) {
  .sec-story {
    margin-top: 40px;
    padding-block: 45px 40px;
  }
}
.sec-story .h2 {
  position: relative;
  z-index: 2;
  width: fit-content;
}
@media screen and (min-width: 961px) {
  .sec-story .h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .sec-story .h2 {
    margin: auto;
    margin-bottom: 20px;
  }
}
.sec-story .lead {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .sec-story .lead {
    margin-bottom: 30px;
    font-size: 22rem;
  }
}
@media screen and (max-width: 960px) {
  .sec-story .lead {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.55;
  }
}
.sec-story .story-slider {
  margin: 0 -25px;
  max-width: inherit;
}
@media screen and (min-width: 961px) {
  .sec-story .slick-slide {
    width: 220px;
  }
}
@media screen and (max-width: 960px) {
  .sec-story .slick-slide {
    width: 140px;
  }
}
.sec-story .button-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 961px) {
  .sec-story .button-wrap {
    gap: 15px;
    margin-top: 30px;
  }
}
@media (max-width: 1060px) {
  .sec-story .button-wrap {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .sec-story .button-wrap {
    gap: 10px;
    align-items: inherit;
    margin-top: 20px;
  }
}
@media screen and (min-width: 961px) {
  .sec-story .button-wrap a {
    max-width: 225px;
    padding-right: 25px;
  }
}
.sec-story .ill-1 {
  top: -50px;
  right: -280px;
  width: 659px;
}
@media screen and (max-width: 960px) {
  .sec-story .ill-1 {
    top: -40px;
    right: -40px;
    width: 260px;
  }
}
.sec-story .ill-2 {
  bottom: -120px;
  left: 160px;
  width: 659px;
}
@media screen and (max-width: 960px) {
  .sec-story .ill-2 {
    bottom: -20px;
    left: -75px;
    width: 260px;
  }
}

/* 環境を知る */
.sec-workplace {
  position: relative;
}
@media screen and (min-width: 961px) {
  .sec-workplace {
    padding-block: 120px 90px;
  }
}
@media screen and (max-width: 960px) {
  .sec-workplace {
    padding-block: 65px 40px;
  }
}
.sec-workplace .h2 {
  width: fit-content;
  margin-left: auto;
}
@media screen and (min-width: 961px) {
  .sec-workplace .h2 {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 960px) {
  .sec-workplace .h2 {
    margin-bottom: 20px;
  }
}
.sec-workplace .workplace-content {
  display: grid;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .sec-workplace .workplace-content {
    grid-template-columns: 70% 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 960px) {
  .sec-workplace .workplace-content {
    gap: 20px;
  }
}
.sec-workplace .nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
  color: var(--color-green);
  white-space: nowrap;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .sec-workplace .nav {
    flex-direction: row;
    justify-content: space-between;
  }
}
.sec-workplace .ill-1 {
  z-index: -1;
  top: 185px;
  left: 330px;
  width: 757px;
}
@media screen and (max-width: 960px) {
  .sec-workplace .ill-1 {
    top: -14%;
    left: 50%;
    width: 230%;
    transform: translateX(-60%);
  }
}
.sec-workplace .ill-2 {
  top: -60px;
  right: -70px;
  width: 238px;
}
@media screen and (max-width: 960px) {
  .sec-workplace .ill-2 {
    top: -20px;
    right: -40px;
    width: 120px;
  }
}
.sec-workplace .ill-3 {
  bottom: -160px;
  right: -70px;
  width: 203px;
}
@media screen and (max-width: 960px) {
  .sec-workplace .ill-3 {
    display: none;
  }
}