@charset "UTF-8";
@media print, screen and (min-width: 1025px) {
  .tb {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media print, screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .tc {
    display: none !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .pc-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  position: relative;
  background-color: transparent;
  border: 1px solid #E7E8E8;
  background-color: #E7E8E8;
  border-radius: 1rem;
  box-sizing: border-box;
  padding: 0.9rem 1.6rem;
  width: 100%;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #000000;
  outline: none !important;
}
@media only screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select,
  textarea {
    padding: 1.2rem 1.6rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select {
  height: 4.8rem;
}
@media only screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select {
    height: 5.6rem;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #E7E8E8;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/select-down.svg);
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1rem 0.8rem;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  select {
    background-position: calc(100% - 1rem) 50%;
  }
}

picture,
figure,
.image_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

picture img,
figure img,
.image_wrap img {
  width: 100%;
}

.u-img-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-img-contain {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.u-list {
  list-style: disc;
  padding-left: 1.5em;
}

.u-delay-300 {
  transition-delay: 0.3s !important;
}

.u-delay-800 {
  transition-delay: 0.8s !important;
}

.u-delay-1200 {
  transition-delay: 1.2s !important;
}

.u-delay-1500 {
  transition-delay: 1.5s !important;
}

.u-delay-2000 {
  transition-delay: 2s !important;
}

.h-opacity a, a.h-opacity, .h-opacity button, button.h-opacity {
  transition: opacity 0.3s;
}
.h-opacity a:hover, a.h-opacity:hover, .h-opacity button:hover, button.h-opacity:hover {
  transition: opacity 0.3s !important;
  opacity: 0.63 !important;
}

.u-inline {
  display: inline;
}

.u-ib {
  display: inline-block;
}

.u-line {
  display: inline;
  background: linear-gradient(transparent 7%, #FFB400 7% 95%, transparent 95%) left/0% 100% no-repeat;
  transition: background-size 1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-line.inview {
  background-size: 100% 100%;
}

.js-inview.fadeup {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1.3s, opacity 1.3s;
}
.js-inview.fadeup.inview {
  transform: translateY(0);
  opacity: 1;
}

.js-inview.ivimage {
  position: relative;
  overflow: hidden;
}
.js-inview.ivimage img {
  -webkit-mask-image: linear-gradient(-7deg, #fff 30%, rgba(255, 255, 255, 0) 55%);
  -webkit-mask-size: auto 250%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left -20%;
  z-index: 0;
  mask-image: linear-gradient(-7deg, #fff 30%, rgba(255, 255, 255, 0) 55%);
  mask-mode: alpha;
  mask-position: left -20%;
  mask-repeat: no-repeat;
  mask-size: auto 250%;
  opacity: 0;
  position: relative;
  scale: 1.2;
  transform-origin: center;
  display: block;
  transition: scale 1s ease-out, transform 0.5s;
}
.js-inview.ivimage.inview img {
  animation: thumbSwipe 1.3s cubic-bezier(0.25, 0.46, 0.45, 1) forwards;
  scale: 1;
}

.js-line {
  display: inline;
  background-size: 0% 100%;
  background-position: left;
  background-repeat: no-repeat;
  transition: background-size 1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-line.inview {
  background-size: 100% 100%;
}

.c-section {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 10rem;
}
@media print, screen and (max-width: 1024px) {
  .c-section {
    padding: 0;
  }
}

.c-inner {
  max-width: 147.8rem;
  padding: 0 2.4rem;
  margin: 0 auto;
}
.c-inner-1250 {
  max-width: 125rem;
  margin: 0 auto;
}
@media print, screen and (max-width: 1920px) {
  .c-inner {
    max-width: 1470px;
  }
  .c-inner-1250 {
    max-width: 1250px;
  }
}

.c-title .en {
  display: block;
  background: url(../img/common/bg-dot-80.png) top left/0.5982em 0.3em, #B4E5E3; /* /1217*2427 */
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Jost", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 9.6rem;
  line-height: 1;
  opacity: 0;
  -webkit-mask-image: linear-gradient(20deg, #fff 50%, rgba(255, 255, 255, 0) 55%);
  -webkit-mask-size: auto 500%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left -20%;
  mask-image: linear-gradient(20deg, #fff 50%, rgba(255, 255, 255, 0) 55%);
  mask-mode: alpha;
  mask-position: left -20%;
  mask-repeat: no-repeat;
  mask-size: auto 500%;
}
.c-title .ja {
  display: block;
  background: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  opacity: 0;
  -webkit-mask-image: linear-gradient(20deg, #fff 50%, rgba(255, 255, 255, 0) 55%);
  -webkit-mask-size: auto 500%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left -20%;
  mask-image: linear-gradient(20deg, #fff 50%, rgba(255, 255, 255, 0) 55%);
  mask-mode: alpha;
  mask-position: left -20%;
  mask-repeat: no-repeat;
  mask-size: auto 500%;
}
.c-title.white .ja {
  background: none;
  color: #fff;
}
.c-title.inview .en {
  animation: aniShine 1.5s ease forwards;
}
.c-title.inview .ja {
  animation: aniShine 1.5s ease forwards;
}
@media only screen and (max-width: 768px) {
  .c-title .en {
    font-size: 5.6rem;
  }
  .c-title .ja {
    font-size: 2.4rem;
  }
}

.c-title-s {
  margin-bottom: 18px;
  text-align: center;
}
.c-title-s .ja {
  display: block;
  background: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
.c-title-s .en {
  display: block;
  background: linear-gradient(180deg, #FFD776 0%, #FFB400 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Jost", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-title-s {
    margin-bottom: 24px;
  }
  .c-title-s .ja {
    font-size: 20px;
    font-size: clamp(20px, 5vw, 5vw);
  }
  .c-title-s .en {
    font-size: 16px;
    font-size: clamp(16px, 4vw, 4vw);
  }
}

.c-text-gradient {
  background: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#heading .sec-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 320px;
  padding: 88px 0 0;
  background: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%);
}
#heading .sec-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 26.56%;
  background: url(../img/common/bg-dot.png) top left/auto 260% repeat-x;
  opacity: 0.55;
}
#heading .sec-title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (max-width: 1024px) {
  #heading .sec-inner {
    padding-top: 62px;
  }
  #heading .sec-title {
    font-size: clamp(0px, 4.8rem, 48px);
  }
}
@media only screen and (max-width: 768px) {
  #heading .sec-inner {
    height: 260px;
  }
  #heading .sec-title {
    font-size: 3.2rem;
  }
}

.c-post > *:first-child {
  margin-top: 0 !important;
}
.c-post > *:last-child {
  margin-bottom: 0 !important;
}
.c-post h1, .c-post h2, .c-post h3, .c-post h4, .c-post h5, .c-post h6 {
  margin: 1em 0 0.5em;
  font-weight: bold;
}
.c-post h1, .c-post h2 {
  font-size: 26px;
}
.c-post h3 {
  font-size: 24px;
}
.c-post h4 {
  font-size: 22px;
}
.c-post h5 {
  font-size: 20px;
}
.c-post h6 {
  font-size: 18px;
}
.c-post p {
  min-height: 1em;
  margin-bottom: 1em;
}
.c-post ul {
  margin: 1em 0;
  padding-left: 1.5em;
  list-style: disc;
}
.c-post ul ul {
  margin: 0.5em;
  list-style: circle;
}
.c-post ol {
  margin: 1em 0;
  padding-left: 1.5em;
  list-style: decimal;
}
.c-post > .wp-block-image {
  margin-bottom: 3rem;
}

.c-newslist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8.4rem;
  font-size: 16px;
  font-weight: 400;
}
.c-newslist .img {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  padding-top: 44.67%;
}
.c-newslist .img img {
  position: absolute;
  top: 0;
  left: 0;
}
.c-newslist .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  font-size: 16px;
}
.c-newslist .date {
  display: inline-block;
  font-family: "Jost", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.c-newslist .bg {
  display: inline-block;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
  max-width: 162px;
  width: 100%;
  padding: 2px 8px 3px;
  background: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%);
  font-size: 16px;
  text-align: center;
}
.c-newslist .bg.important {
  background: #C4A1EC;
}
.c-newslist .title {
  position: relative;
  padding-right: 50px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-newslist .title > span {
  display: block;
  max-width: 373px;
}
.c-newslist .title::after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  width: 16px;
  height: 19px;
  background: url(../img/common/arrow-g.svg) center/contain no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .c-newslist {
    gap: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-newslist {
    gap: 0 8px;
  }
  .c-newslist .item {
    position: relative;
    padding-bottom: 44px;
  }
  .c-newslist .item::after {
    content: "";
    position: absolute;
    bottom: 16px;
    left: calc(50% - 8px);
    width: 16px;
    height: 19px;
    background: url(../img/common/arrow-g.svg) center/contain no-repeat;
  }
  .c-newslist .img {
    padding-top: 69.76%;
  }
  .c-newslist .info {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4px;
  }
  .c-newslist .bg {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .c-newslist .title {
    padding: 0;
  }
  .c-newslist .title::after {
    content: none;
  }
}

#youtube {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 400;
  background: rgba(0, 0, 0, 0.5647058824);
}
#youtube .close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 11.2rem;
  min-width: 60px;
  height: 11.2rem;
  min-height: 60px;
  background: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%);
  border-radius: 50%;
}
#youtube .close::before, #youtube .close::after {
  content: "";
  position: absolute;
  left: 21.5%;
  top: 46.43%;
  width: 57%;
  height: 7.14%;
  background: #fff;
  transform: rotate(45deg);
}
#youtube .close::after {
  transform: rotate(-45deg);
}
#youtube .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
#youtube .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#youtube .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#youtube .text {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
@media print, screen and (max-width: 1024px) {
  #youtube .close {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #youtube .close {
    top: 16px;
    right: 16px;
  }
  #youtube .inner {
    padding: 0;
  }
  #youtube .text {
    padding: 0 1em;
  }
}

#page {
  min-height: 500px;
  margin-bottom: 10rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#page .sec-btn {
  position: relative;
  max-width: 392px;
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.4rem;
  margin: 40px auto 0;
}
#page .sec-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 6px;
  background: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media print, screen and (max-width: 1024px) {
  #page .sec-btn {
    max-width: 280px;
    height: 67px;
    font-size: 20px;
    margin: 32px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  #page .sec-btn {
    max-width: 167px;
    height: 53px;
    font-size: 16px;
    margin: 24px auto 0;
  }
}

#students {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: calc(100lvh + 100px);
  padding: 0 2.4rem 100px;
  background: url(../img/movie/item-bg.png) center/cover no-repeat;
  z-index: 400;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#students::-webkit-scrollbar {
  display: none;
}
#students .sec-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100lvh;
  max-width: 100rem;
  margin: 0 auto;
  padding: 80px 0;
}
#students .sec-title {
  display: block;
  margin-bottom: 45px;
  background: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
#students .sec-list {
  display: flex;
  justify-content: center;
  gap: 14px;
  width: 100%;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
#students .sec-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 32.4rem;
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%) 1;
     border-image: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%) 1;
}
#students .sec-item .image {
  position: relative;
  width: 100%;
  padding-top: 43.2%;
}
#students .sec-item .image img {
  position: absolute;
  top: 0;
  left: 0;
}
#students .sec-item .button {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 50px;
  background: #00A29A;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5.3%;
  padding: 13px 0;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  z-index: 2;
  line-height: 1.2;
}
#students .sec-item .button .txt {
  color: #FFF;
  transition: color 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#students .sec-item .button .arrow {
  width: 16px;
  height: 18px;
  background: url("../img/common/arrow-w.svg") center/contain no-repeat;
}
#students .sec-item .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 300%;
  background: #fff;
  transform: skewY(-10deg) scale(1, 0);
  transform-origin: left top;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
#students .sec-item:hover .button::before {
  transform: skewY(-10deg) scale(1, 1);
}
#students .sec-item:hover .button .txt {
  color: #00A29A;
}
#students .sec-item:hover .button .arrow {
  background-image: url(../img/common/arrow-g.svg);
}
#students .sec-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  max-width: 32.5rem;
  margin: 40px auto 0;
  padding: 14px 35px;
  background: linear-gradient(180deg, #FFD776 0%, #FFB400 100%);
  font-size: 20px;
  font-weight: bold;
}
#students .sec-btn .txt {
  display: block;
  width: 100%;
}
#students .sec-btn .icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}
#students .sec-btn .icon::before, #students .sec-btn .icon::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
  width: 17px;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
}
#students .sec-btn .icon::after {
  transform: rotate(-45deg);
}
@media print, screen and (max-width: 1920px) {
  #students .sec-inner {
    max-width: 1000px;
  }
  #students .sec-item {
    max-width: 324px;
  }
  #students .sec-btn {
    max-width: 325px;
  }
}
@media print, screen and (max-width: 1024px) {
  #students .sec-item .button {
    padding: 10px 8px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #students .sec-inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #students .sec-title {
    margin-bottom: 24px;
    font-size: 24px;
  }
  #students .sec-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  #students .sec-item {
    max-width: 100%;
  }
  #students .sec-item .button {
    min-height: 48px;
    padding: 5px 8px;
    font-size: 16px;
  }
  #students .sec-btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}/*# sourceMappingURL=style.css.map */