@charset "UTF-8";
/**
 * @ Color
 */
/**
 * @ Font
 */
/**
 * @ Layout
 */
/**
 * @ Breack Points
 */
/**
 * @ Color
 */
/**
 * @ Font
 */
/**
 * @ Layout
 */
/**
 * @ Breack Points
 */
/**
 * @ トラッキング値の指定
 * params: $tr : photoshop等で指定しているトラッキング値
 */
/**
 * @ 行送り値の指定
 * params: $fontsize : photoshop等で指定しているフォントサイズ
 * params: $to : photoshop等で指定している行送りの数値
 */
/**
 * @ Media Query
 * params: $breakpoint : 状態・キーで指定（_var.scss参照）
 * params: $type       : ( max or min ) -width:
*/
/**
 * @ Media Query Range
 * params: $min : $breakpoints min-width key
 * params: $breakpoints max-width key
 */
/**
 * @ Media Query Ratio
 * params: $ratio : ratio値を入力（デフォルト 2dppx）
 */
/**
 * @ Ribbon
 * params: $breakpoint : 状態・キーで指定（_var.scss参照）
 * params: $type       : ( max or min ) -width:
*/
/**
 * @ Placeholder
 * params: $color
*/
:root {
  --header-height: 148px;
}
@media screen and (max-width: 767px) {
  :root {
    --header-height: 58px;
  }
}

body#top {
  min-width: auto;
}

.page-home__wrapper {
  position: relative;
  background-image: url("/assets/img/pages/home/bg-mv.png"); /* 背景画像の指定 */
  background-size: 100% auto; /* 要素全体を覆う */
  background-repeat: no-repeat; /* 繰り返しなし */
  background-position: bottom center; /* 中央揃え */
  padding-bottom: 26vw;
}
@media screen and (max-width: 767px) {
  .page-home__wrapper {
    background-image: url("/assets/img/pages/home/bg-mv-sp.png");
  }
}

.page-home__section {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-home__section {
    width: 100%;
    padding: var(--header-height) 15px 0;
    overflow: hidden;
  }
}

/* common */
.section-header {
  margin-bottom: 35px;
}
.section-header .section-header__title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 52px;
  font-size: 5.2rem;
  color: #015629;
  line-height: 1;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section-header .section-header__title {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
.section-header .section-header__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -13px;
  left: -20px;
  width: 20px;
  height: 23px;
  background-image: url("/assets/img/pages/home/tit-leaf.svg"); /* 背景画像の指定 */
  background-size: cover; /* 要素全体を覆う */
  background-repeat: no-repeat; /* 繰り返しなし */
  background-position: center center; /* 中央揃え */
}
.section-header .section-header__description {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: rgba(1, 86, 41, 0.5);
  margin-top: -5px;
}

.page-home__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-home__inner {
    width: 100%;
    padding: 0 10px;
  }
}

.page-home__hero-inner {
  width: min(100%, 1200px, (100vh - var(--header-height)) * 16 / 9);
  aspect-ratio: 16/9;
  margin-inline: auto;
  margin-bottom: 60px;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
  border-left: 8px solid #fff;
  border-right: 8px solid #fff;
  border-bottom: 8px solid #fff;
  -webkit-box-shadow: 0 3px 32px rgba(44, 59, 19, 0.16);
          box-shadow: 0 3px 32px rgba(44, 59, 19, 0.16);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-home__hero-inner {
    margin-bottom: 20px;
  }
}
.page-home__hero-inner .page-home__hero-video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  background-color: #fff;
}
.page-home__hero-inner .page-home__hero-scroll-down {
  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;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .page-home__hero-inner .page-home__hero-scroll-down {
    display: none;
  }
}
.page-home__hero-inner .page-home__hero-scroll-down .page-home__hero-scroll-down__text {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  margin-bottom: 5px;
}
.page-home__hero-inner .page-home__hero-scroll-down .page-home__hero-scroll-down__line {
  position: relative;
  width: 2px;
  height: 40px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.page-home__hero-inner .page-home__hero-scroll-down .page-home__hero-scroll-down__line::after {
  position: absolute;
  content: "";
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #97c901;
  -webkit-animation: scrollLine 2.2s ease infinite;
          animation: scrollLine 2.2s ease infinite;
}
.page-home__hero-inner .page-home__hero-scroll-down::after {
  content: url("/assets/img/pages/home/tit-leaf02.svg");
  margin-bottom: 5px;
}
@-webkit-keyframes scrollLine {
  0% {
    top: -100%;
  }
  100% {
    top: 60px;
  }
}
@keyframes scrollLine {
  0% {
    top: -100%;
  }
  100% {
    top: 60px;
  }
}

.page-home__button-group {
  margin-top: 55px;
  position: relative;
  z-index: 1;
  text-align: right;
}
.page-home__button-group .page-home__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 50px 14px 50px;
  border-radius: 9999px;
  background: #015629;
  color: #fff;
  border: 1px solid #015629;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
.page-home__button-group .page-home__button .home-curriculum__label__icon {
  width: 23px;
  height: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
}
.page-home__button-group .page-home__button .home-curriculum__label__icon::after {
  content: "→";
  font-size: 10px;
  position: absolute;
  line-height: 20px;
  inset: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-home__button-group .page-home__button:hover {
  background-color: #97C901;
  border: 1px solid #97C901;
}
.page-home__button-group .page-home__button:hover .home-curriculum__label__icon::after {
  left: 5px;
}

#page-home__pickup {
  position: relative;
  z-index: 777;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #page-home__pickup {
    margin-bottom: 25px;
  }
}
#page-home__pickup .home-pickup__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  #page-home__pickup .home-pickup__cards {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #page-home__pickup .home-pickup__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    padding-bottom: 20px;
  }
}
#page-home__pickup .home-pickup__cards .home-pickup__card {
  position: relative;
}
@media screen and (min-width: 768px) {
  #page-home__pickup .home-pickup__cards .home-pickup__card {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  #page-home__pickup .home-pickup__cards .home-pickup__card {
    width: 80%;
    aspect-ratio: 255/86;
    margin: 0 auto;
  }
}
#page-home__pickup .home-pickup__cards .home-pickup__card .home-pickup__card__anchor {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}
#page-home__pickup .home-pickup__cards .home-pickup__card .home-pickup__card__anchor::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#page-home__pickup .home-pickup__cards .home-pickup__card .home-pickup__card__anchor .home-pickup__image {
  -webkit-transition: -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
  transition: filter 0.3s ease, transform 0.3s ease;
  transition: filter 0.3s ease, transform 0.3s ease, -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  #page-home__pickup .home-pickup__cards .home-pickup__card .home-pickup__card__anchor .home-pickup__image {
    aspect-ratio: 255/86;
  }
}
#page-home__pickup .home-pickup__cards .home-pickup__card .home-pickup__card__anchor:hover .home-pickup__image {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
#page-home__pickup .home-pickup__cards .home-pickup__card .home-pickup__card__anchor .home-pickup__label__icon__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #page-home__pickup .home-pickup__cards .home-pickup__card .home-pickup__card__anchor .home-pickup__label__icon__wrapper img {
    width: 38px;
    height: auto;
  }
}
#page-home__pickup .home-pickup__cards .home-pickup__card .home-pickup__card__anchor .home-pickup__label__icon__wrapper .home-pickup__label {
  min-width: 10em;
  text-align: left;
}
#page-home__pickup .home-pickup__cards .home-pickup__card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #015629;
  left: -10px;
  bottom: -10px;
  z-index: -1;
  border-radius: 5px;
}

#page-home__topics {
  position: relative;
  margin-top: -14vw;
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  #page-home__topics {
    font-size: 11px;
    font-size: 1.1rem;
    padding-top: 20px;
    margin-bottom: 40px;
  }
}
#page-home__topics .page-home__inner .section-header {
  margin-bottom: 55px;
}
#page-home__topics .page-home__inner .home-topics__tabs {
  margin-top: 20px;
}
#page-home__topics .page-home__inner .home-topics__tabs .home-topics__tab-header {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  #page-home__topics .page-home__inner .home-topics__tabs .c-tab__item {
    height: auto;
    width: auto;
    padding: 10px;
    white-space: nowrap;
    border-radius: 3px;
  }
}

@media screen and (max-width: 767px) {
  #page-home__curriculum {
    margin-bottom: -20px;
  }
}
#page-home__curriculum .page-home__curriculum-hero {
  overflow: hidden;
  height: 320px;
}
@media screen and (max-width: 767px) {
  #page-home__curriculum .page-home__curriculum-hero {
    height: 86px;
  }
}
#page-home__curriculum .page-home__curriculum-hero:hover .page-home__curriculum-hero-inner {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#page-home__curriculum .page-home__curriculum-hero .page-home__curriculum-hero-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: slide 40s linear infinite;
          animation: slide 40s linear infinite;
}
@media screen and (max-width: 767px) {
  #page-home__curriculum .page-home__curriculum-hero .page-home__curriculum-hero-inner {
    -webkit-animation-duration: 60s;
            animation-duration: 60s;
  }
}
#page-home__curriculum .page-home__curriculum-hero .page-home__curriculum-hero-inner img {
  height: 320px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #page-home__curriculum .page-home__curriculum-hero .page-home__curriculum-hero-inner img {
    height: 86px;
  }
}
#page-home__curriculum .page-home__curriculum-hero .page-home__curriculum-hero-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 70%, rgb(255, 255, 255) 100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #page-home__curriculum .page-home__curriculum-hero .page-home__curriculum-hero-inner::after {
    height: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #page-home__curriculum .page-home__curriculum-hero .page-home__curriculum-hero-inner {
    -webkit-animation: none;
            animation: none;
  }
}
@-webkit-keyframes slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#page-home__curriculum .page-home__curriculum-wrap {
  max-width: 1330px;
  width: 90%;
  margin: 0 auto;
  background-color: #015629;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  border-radius: 50px 0 50px 0;
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  #page-home__curriculum .page-home__curriculum-wrap {
    padding: 40px 0;
    margin-top: 70px;
  }
  #page-home__curriculum .page-home__curriculum-wrap .page-home__curriculum-inner {
    width: calc(100% - 60px);
  }
}
#page-home__curriculum .page-home__curriculum-wrap::before {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: 35px 0 35px 0;
  border: 2px solid #fff;
}
#page-home__curriculum .page-home__curriculum-wrap .section-header__title,
#page-home__curriculum .page-home__curriculum-wrap .section-header__description {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #page-home__curriculum .page-home__curriculum-concept {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: clamp(2rem, 4vw, 5rem);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
#page-home__curriculum .page-home__curriculum-concept {
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
}
#page-home__curriculum .page-home__curriculum-concept .page-home__curriculum-subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#page-home__curriculum .page-home__curriculum-concept .page-home__curriculum-heading {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #page-home__curriculum .page-home__curriculum-concept .page-home__curriculum-heading {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
#page-home__curriculum .page-home__curriculum-concept .page-home__curriculum-heading span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#page-home__curriculum .page-home__curriculum-concept .page-home__curriculum-heading span::after {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: 6px;
  height: 8px;
  background: #97c901;
  z-index: -1;
}
#page-home__curriculum .page-home__curriculum-concept .page-home__curriculum-copy {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #page-home__curriculum .page-home__curriculum-concept .page-home__curriculum-copy {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
  }
}
#page-home__curriculum .page-home__curriculum-content {
  color: #fff;
}
#page-home__curriculum .page-home__curriculum-content .page-home__curriculum-label {
  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;
  margin-bottom: 40px;
}
#page-home__curriculum .page-home__curriculum-content .page-home__curriculum-label p {
  font-size: 25px;
  font-size: 2.5rem;
}
#page-home__curriculum .page-home__curriculum-content .page-home__curriculum-label p span {
  color: #97c901;
}
#page-home__curriculum .page-home__curriculum-content .page-home__curriculum-label::before, #page-home__curriculum .page-home__curriculum-content .page-home__curriculum-label::after {
  content: "";
  display: block;
  width: calc((100% - 16em) / 2);
  height: 2px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #page-home__curriculum .page-home__curriculum-content .page-home__curriculum-list {
    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;
    gap: 45px 65px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  #page-home__curriculum .page-home__curriculum-content .page-home__curriculum-list .page-home__curriculum-item {
    width: calc((100% - 195px) / 4);
  }
}
@media screen and (max-width: 767px) {
  #page-home__curriculum .page-home__curriculum-content .page-home__curriculum-list .page-home__curriculum-item {
    margin-bottom: 30px;
  }
}
#page-home__curriculum .page-home__curriculum-content .page-home__curriculum-list .page-home__curriculum-item .page-home__curriculum-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 23px;
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #page-home__curriculum .page-home__curriculum-content .page-home__curriculum-list .page-home__curriculum-item .page-home__curriculum-title {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
  }
}
#page-home__curriculum .page-home__curriculum-content .page-home__curriculum-list .page-home__curriculum-item .page-home__curriculum-title .page-home__curriculum-number {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  background-color: #fff;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  line-height: 23px;
  color: #015629;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #page-home__curriculum .page-home__curriculum-content .page-home__curriculum-list .page-home__curriculum-item .page-home__curriculum-title .page-home__curriculum-number {
    font-size: 23px;
    font-size: 2.3rem;
    display: block;
    width: 1.65em;
    height: 1.65em;
    line-height: 1.65em;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 767px) {
  #page-home__curriculum .page-home__curriculum-content .page-home__curriculum-list .page-home__curriculum-item .page-home__curriculum-title .page-home__curriculum-number {
    margin-right: 10px;
    text-align: center;
  }
}
#page-home__curriculum .page-home__curriculum-content .page-home__curriculum-list .page-home__curriculum-item .page-home__curriculum-description {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #page-home__curriculum .page-home__curriculum-content .page-home__curriculum-list .page-home__curriculum-item .page-home__curriculum-description {
    margin-left: 33px;
  }
}
#page-home__curriculum .page-home__curriculum-content .page-home__button-group {
  margin-top: 55px;
  position: relative;
  z-index: 1;
  text-align: center;
}
#page-home__curriculum .page-home__curriculum-content .page-home__button-group .page-home__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 55px 16px 45px;
  border-radius: 9999px;
  background: #fff;
  color: #156629;
  border: 1px solid #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #page-home__curriculum .page-home__curriculum-content .page-home__button-group .page-home__button {
    padding: 5px 35px 5px 15px;
  }
}
#page-home__curriculum .page-home__curriculum-content .page-home__button-group .page-home__button .home-curriculum__label__icon {
  width: 23px;
  height: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  border: 1px solid #015629;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #page-home__curriculum .page-home__curriculum-content .page-home__button-group .page-home__button .home-curriculum__label__icon {
    width: 16px;
    height: 16px;
  }
}
#page-home__curriculum .page-home__curriculum-content .page-home__button-group .page-home__button .home-curriculum__label__icon::after {
  content: "→";
  font-size: 10px;
  position: absolute;
  line-height: 20px;
  inset: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #page-home__curriculum .page-home__curriculum-content .page-home__button-group .page-home__button .home-curriculum__label__icon::after {
    line-height: 14px;
  }
}
#page-home__curriculum .page-home__curriculum-content .page-home__button-group .page-home__button:hover {
  background-color: #97C901;
  border: 1px solid #97C901;
}
#page-home__curriculum .page-home__curriculum-content .page-home__button-group .page-home__button:hover .home-curriculum__label__icon::after {
  left: 5px;
}

#page-home__school-life {
  position: relative;
}
@media screen and (min-width: 768px) {
  #page-home__school-life .page-home__school-life-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
  }
}
#page-home__school-life .page-home__school-life-list .page-home__school-life-card .page-home__school-life-card-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  border-bottom: 1px dashed #015629;
}
#page-home__school-life .page-home__school-life-list .page-home__school-life-card .page-home__school-life-card-head .page-home__school-life-tag {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 15px 30px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #015629;
  border: 1px solid #015629;
  background-color: #fff;
  line-height: 1;
  z-index: 3;
}
#page-home__school-life .page-home__school-life-list .page-home__school-life-card .page-home__school-life-card-head .page-home__school-life-copy {
  padding: 100px 40px 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 3px;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #page-home__school-life .page-home__school-life-list .page-home__school-life-card .page-home__school-life-card-head .page-home__school-life-copy {
    padding: 100px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #page-home__school-life .page-home__school-life-list .page-home__school-life-card .page-home__school-life-card-head .page-home__school-life-image {
    width: 65%;
  }
}
#page-home__school-life .page-home__school-life-list .page-home__school-life-card .page-home__school-life-card-head .page-home__school-life-image .page-home__school-life-image-inner {
  position: relative;
}
#page-home__school-life .page-home__school-life-list .page-home__school-life-card .page-home__school-life-card-head .page-home__school-life-image .page-home__school-life-image-inner img {
  border-radius: 26px;
  border: 1px solid #015629;
}
#page-home__school-life .page-home__school-life-list .page-home__school-life-card .page-home__school-life-card-head .page-home__school-life-image .page-home__school-life-image-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #E4EFC5;
  border-radius: 32px;
  -webkit-transform: translate(18px, 18px) rotate(4deg);
          transform: translate(18px, 18px) rotate(4deg);
  z-index: -1;
}
#page-home__school-life .page-home__school-life-list .page-home__school-life-card .page-home__school-life-card-body {
  padding: 25px 0 115px;
}
@media screen and (max-width: 767px) {
  #page-home__school-life .page-home__school-life-list .page-home__school-life-card .page-home__school-life-card-body {
    padding-bottom: 40px;
  }
}
#page-home__school-life .page-home__school-life-list .page-home__school-life-card .page-home__school-life-card-body .page-home__school-life-text {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}
#page-home__school-life .page-home__school-life-bg {
  position: absolute;
  inset: 0;
  background-image: url(/assets/img/pages/home/school-life-bg.svg);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  -webkit-animation: scrollBg 30s linear infinite;
          animation: scrollBg 30s linear infinite;
}
@-webkit-keyframes scrollBg {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: -1000px bottom;
  }
}
@keyframes scrollBg {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: -1000px bottom;
  }
}

#page-home__admission {
  position: relative;
}
@media screen and (min-width: 768px) {
  #page-home__admission {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  #page-home__admission {
    margin-bottom: 160px;
  }
}
#page-home__admission .page-home__admission-panel {
  color: #fff;
  position: relative;
}
#page-home__admission .page-home__admission-panel .page-home__admission-panel-inner {
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 50px 0;
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #page-home__admission .page-home__admission-panel .page-home__admission-panel-inner {
    max-width: 1300px;
    width: calc(90% - 160px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 60px auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  #page-home__admission .page-home__admission-panel .page-home__admission-panel-inner {
    padding: 0 35px 0 20px;
  }
}
@media screen and (min-width: 768px) {
  #page-home__admission .page-home__admission-panel .page-home__admission-panel-inner .page-home__admission-content-wrap {
    grid-column: 1;
    grid-row: 1/span 2;
  }
}
@media screen and (max-width: 767px) {
  #page-home__admission .page-home__admission-panel .page-home__admission-panel-inner .page-home__admission-content-wrap {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
#page-home__admission .page-home__admission-panel .page-home__admission-panel-inner .page-home__admission-content-wrap .page-home__admission-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
}
#page-home__admission .page-home__admission-panel .page-home__admission-panel-inner .page-home__admission-content-wrap .page-home__admission-tag::before {
  content: "";
  width: 31px;
  height: 32px;
  background-image: url("/assets/img/pages/home/tit-leaf02.svg");
  background-position: cover;
  margin-right: 7px;
}
#page-home__admission .page-home__admission-panel .page-home__admission-panel-inner .page-home__admission-content-wrap .page-home__admission-title {
  font-size: 40px;
  font-size: 4rem;
  color: #015629;
  line-height: 1.45;
  margin-bottom: 25px;
}
#page-home__admission .page-home__admission-panel .page-home__admission-panel-inner .page-home__admission-content-wrap .page-home__admission-text {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 25px;
}
#page-home__admission .page-home__admission-panel .page-home__admission-panel-inner .page-home__admission-content-wrap .page-home__button-group {
  margin-top: 25px;
  position: relative;
  z-index: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #page-home__admission .page-home__admission-panel .page-home__admission-panel-inner .page-home__admission-content-wrap .page-home__button-group {
    text-align: center;
  }
}
#page-home__admission .page-home__admission-panel .page-home__admission-panel-inner .page-home__admission-content-wrap .page-home__button-group .page-home__button .home-curriculum__label__icon {
  width: 23px;
  height: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
}
#page-home__admission .page-home__admission-panel .page-home__admission-panel-inner .page-home__admission-content-wrap .page-home__button-group .page-home__button .home-curriculum__label__icon::after {
  content: "→";
  font-size: 10px;
  position: absolute;
  line-height: 20px;
  inset: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page-home__admission .page-home__admission-panel .page-home__admission-panel-inner .page-home__admission-content-wrap .page-home__button-group .page-home__button:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #015629;
}
#page-home__admission .page-home__admission-panel .page-home__admission-panel-inner .page-home__admission-content-wrap .page-home__button-group .page-home__button:hover .home-curriculum__label__icon {
  border: 1px solid #015629;
}
#page-home__admission .page-home__admission-panel .page-home__admission-panel-inner .page-home__admission-content-wrap .page-home__button-group .page-home__button:hover .home-curriculum__label__icon::after {
  left: 5px;
}
@media screen and (min-width: 768px) {
  #page-home__admission .page-home__admission-panel .page-home__admission-panel-inner .page-home__admission-image {
    position: relative;
    grid-column: 2;
    grid-row: 2;
    margin-bottom: -100px;
    margin-right: -100px;
  }
}
@media screen and (max-width: 767px) {
  #page-home__admission .page-home__admission-panel .page-home__admission-panel-inner .page-home__admission-image {
    width: 80%;
    position: absolute;
    bottom: -130px;
  }
}
#page-home__admission .page-home__admission-panel .page-home__admission-panel-inner .page-home__admission-image img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-home__admission .page-home__admission-panel .page-home__admission-panel-inner .page-home__admission-image::after {
  content: "";
  background-color: #015629;
  position: absolute;
  top: 18px;
  left: 18px;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 14px;
  z-index: -1;
}
#page-home__admission .page-home__admission-panel::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 95%;
  height: 100%;
  background-color: #97C901;
  border-radius: 0 50px 50px 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #page-home__admission .page-home__admission-panel::after {
    width: 70%;
  }
}