@charset "UTF-8";
/*----------------------------------------------------
  全体
----------------------------------------------------*/
html {
  -ms-scroll-snap-type: y proximity;
      scroll-snap-type: y proximity;
  scroll-behavior: smooth;
}

body {
  color: #222;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 1.4rem;
  }
}

.container {
  padding: 0 1.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 117rem;
}

.main-wrap .container {
  width: 136rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/*----------------------------------------------------
  ヘッダー
----------------------------------------------------*/
header {
  position: absolute;
  padding: 2rem 1.5rem;
  top: 0;
  left: 0;
  z-index: 5;
}
header a.logo {
  display: inline-block;
}
header a.logo img {
  display: inline-block;
  height: 42px;
  width: auto;
}
@media screen and (max-width: 767.98px) {
  header a.logo img {
    height: 35px;
  }
}

/*----------------------------------------------------
  コンテンツ
----------------------------------------------------*/
.main-wrap {
  height: calc(100vh - 6rem);
  min-height: 720px;
  background: url(../images/bg_main.jpg) no-repeat bottom center;
  background-size: cover;
  position: relative;
  background-position-y: 66%;
}
@media screen and (max-width: 767.98px) {
  .main-wrap {
    height: 640px;
    min-height: auto;
    background-image: url(../images/bg_main_smp.jpg);
  }
}
.main-wrap::after {
  display: block;
  content: "";
  width: 100%;
  height: calc(100vh - 6rem);
  background-color: rgba(0, 78, 162, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: color;
}
.main-wrap .text-area {
  position: relative;
  z-index: 2;
  display: inline-block;
  top: 12rem;
  left: 15rem;
}
@media screen and (max-width: 767.98px) {
  .main-wrap .text-area {
    top: -20px;
    left: auto;
    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;
    height: 100%;
  }
}
.main-wrap h1 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .main-wrap h1 {
    margin-top: 2rem;
    text-align: center;
  }
}
.main-wrap h1 img {
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 767.98px) {
  .main-wrap h1 img {
    width: auto;
  }
}
.main-wrap p {
  color: #004EA2;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
  padding-left: 8rem;
}
@media screen and (max-width: 767.98px) {
  .main-wrap p {
    font-size: 1.6rem;
    text-align: center;
    padding-left: 0;
  }
}
.main-wrap p strong {
  font-weight: 800;
  display: block;
  margin-left: -0.5em;
}
@media screen and (max-width: 767.98px) {
  .main-wrap p strong {
    margin-left: 0;
  }
}

/*----- 学科 ----*/
.cource-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767.98px) {
  .cource-inner {
    display: block;
  }
}
.cource-inner .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 6rem;
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .cource-inner .title-area {
    position: static;
    width: auto;
    margin-bottom: 1rem;
  }
}
.cource-inner .title-area .image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-left: 1rem;
}
@media screen and (max-width: 767.98px) {
  .cource-inner .title-area .image {
    padding-left: 0;
    margin-left: -2.5rem;
  }
}
.cource-inner .title-area .image img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: -30px;
}
.cource-inner .title-area h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-size: 5.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .cource-inner .title-area h2 {
    font-size: 4.2rem;
    line-height: 1;
  }
}
.cource-inner .contents-area {
  padding-left: 8rem;
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .cource-inner .contents-area {
    padding-left: 0;
    width: auto;
  }
}
.cource-inner .contents-area h3 {
  color: rgba(255, 255, 255, 0.5);
  font-size: min(5.4rem, 4.2vw);
  line-height: 1;
  font-weight: 900;
  margin-bottom: 5px;
}
@media screen and (max-width: 767.98px) {
  .cource-inner .contents-area h3 {
    font-size: min(5.2rem, 9.8vw);
  }
}
.cource-inner .contents-area h3:not(:first-of-type) {
  margin-top: 5rem;
}
.cource-inner .contents-area h3 span {
  display: block;
  font-size: 0.5em;
  font-weight: 900;
}
.cource-inner ul.list {
  list-style: none;
  padding-left: 0;
}
.cource-inner ul.list li {
  padding-left: 1em;
  position: relative;
}
.cource-inner ul.list li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  top: 0.7em;
  left: 0.5em;
}

.learning-block {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}
.learning-block .left {
  width: 140px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .learning-block .left {
    width: 124px;
  }
}
.learning-block .left .num {
  font-family: "Roboto", sans-serif;
  line-height: 0.8;
  display: inline-block;
  font-size: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .learning-block .left .num {
    font-size: 3.6rem;
  }
}
.learning-block .left .image {
  display: block;
  margin-top: 0.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .learning-block .left .image {
    padding-right: 1.2rem;
  }
}
.learning-block .left .image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.learning-block .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.learning-block .right h4 {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 0.5em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .learning-block .right h4 {
    font-size: 2rem;
  }
}
.learning-block .right .btn-modal {
  display: inline-block;
  background-color: #004EA2;
  color: #fff;
  font-weight: 500;
  padding: 0.8rem 2rem;
  border: 1px solid;
  border-radius: 5rem;
  font-weight: 600;
  margin-top: 1rem;
  cursor: pointer;
}
.learning-block .right .btn-modal:hover {
  opacity: 0.75;
}

.future-block {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.7rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}
.future-block h4, .future-block > div {
  padding-left: 4rem;
}
@media screen and (max-width: 767.98px) {
  .future-block h4, .future-block > div {
    margin-left: -1rem;
  }
}
.future-block h4 {
  font-size: 2.2rem;
  line-height: 1.2;
  padding-top: 0.5rem;
  padding-bottom: 0.5em;
  background: url(../images/ico_sparkle.svg) no-repeat top 0.3rem left;
  background-size: 3.4rem;
}
@media screen and (max-width: 767.98px) {
  .future-block h4 {
    font-size: 2rem;
    background-position: top 0.4rem left 0.5rem;
    background-size: 3rem;
  }
}

a.instagram-link {
  background-color: #fff;
  padding: 2rem 0 1.5rem;
  border-radius: 1rem;
  display: block;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}
a.instagram-link img {
  width: 140px;
  height: auto;
  display: inline-block;
}
a.instagram-link span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 1.5rem;
}

.food-wrap {
  background-color: #6FBA2C;
  padding: 14rem 0;
}
@media screen and (max-width: 767.98px) {
  .food-wrap {
    padding: 5rem 0;
  }
}
.food-wrap .learning-block h4 {
  color: #58AF0A;
}
.food-wrap .learning-block .num {
  color: rgba(88, 175, 10, 0.3);
}
.food-wrap .future-block h4 {
  color: #58AF0A;
}
.food-wrap a.instagram-link {
  color: #58AF0A;
}

.childhood-wrap {
  background-color: #EC6D7B;
  padding: 14rem 0;
}
@media screen and (max-width: 767.98px) {
  .childhood-wrap {
    padding: 5rem 0;
  }
}
.childhood-wrap .learning-block h4 {
  color: #EC6D7B;
}
.childhood-wrap .learning-block .num {
  color: rgba(236, 109, 123, 0.3);
}
.childhood-wrap .future-block h4 {
  color: #EC6D7B;
}
.childhood-wrap a.instagram-link {
  color: #EC6D7B;
}

.management-wrap {
  background-color: #01B4ED;
  padding: 14rem 0;
}
@media screen and (max-width: 767.98px) {
  .management-wrap {
    padding: 5rem 0 8rem;
  }
}
.management-wrap .learning-block h4 {
  color: #01B4ED;
}
.management-wrap .learning-block .num {
  color: rgba(1, 180, 237, 0.3);
}
.management-wrap .future-block h4 {
  color: #01B4ED;
}
.management-wrap a.instagram-link {
  color: #01B4ED;
}

.conversion-button-area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
.conversion-button-area a {
  width: 33.3333%;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  height: 60px;
  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;
}
.conversion-button-area a span {
  line-height: 1.2;
  margin-left: 0.5rem;
}
.conversion-button-area a.childhood {
  background-color: #EC6D7B;
}
.conversion-button-area a.food {
  background-color: #6FBA2C;
}
.conversion-button-area a.management {
  background-color: #01B4ED;
}
.conversion-button-area a.opencampus {
  background-color: #004EA2;
}
.conversion-button-area a.request {
  background-color: #066AD5;
}
.conversion-button-area a.line {
  background-color: #00B900;
}

/*----------------------------------------------------
  モーダル
----------------------------------------------------*/
/*モーダル*/
.modal-scroll {
  overflow: visible;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.modal-scroll::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-scroll .modal-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal-scroll .modal-wrap {
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  width: calc(100% - 4rem);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  max-width: 980px;
  border-radius: 1.5rem;
}
.modal-scroll .modal-close {
  position: fixed;
  top: -50px;
  right: 0;
  background: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  z-index: 1;
}
.modal-scroll .modal-close::before, .modal-scroll .modal-close::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.modal-scroll .modal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-scroll .modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-scroll .modal-area {
  padding: 1rem;
  height: 100%;
  min-height: 250px;
  display: none;
  position: relative;
  padding: 3rem;
  border-radius: 1.5rem;
}
.modal-scroll .modal-area::-webkit-scrollbar {
  background: transparent;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 20px;
}
.modal-scroll .modal-area::-webkit-scrollbar-thumb {
  background-color: #474747;
  border-radius: 20px;
}
@media screen and (max-width: 767.98px) {
  .modal-scroll .modal-area {
    min-height: auto;
    padding: 1.5rem;
  }
}
.modal-scroll .modal-area[class*=-food] {
  background-color: #ECF8E2;
}
.modal-scroll .modal-area[class*=-food] .modal-title, .modal-scroll .modal-area[class*=-food] h4 {
  color: #58AF0A;
}
.modal-scroll .modal-area[class*=-food] .modal-inner {
  border-color: #58AF0A;
  height: 100%;
}
.modal-scroll .modal-area[class*=-food] .modal-inner img {
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-scroll .modal-area[class*=-food] .row {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.modal-scroll .modal-area[class*=-food] .row div[class*=col-] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
.modal-scroll .modal-area[class*=-food]::-webkit-scrollbar-thumb {
  background-color: #58AF0A;
}
.modal-scroll .modal-area[class*=-management] {
  background-color: #cef3ff;
}
.modal-scroll .modal-area[class*=-management] .modal-title, .modal-scroll .modal-area[class*=-management] h4 {
  color: #01B4ED;
}
.modal-scroll .modal-area[class*=-management] .modal-inner {
  border-color: #01B4ED;
}
.modal-scroll .modal-area[class*=-management]::-webkit-scrollbar-thumb {
  background-color: #01B4ED;
}
.modal-scroll .modal-area .modal-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .modal-scroll .modal-area .modal-title {
    font-size: 2rem;
  }
}
.modal-scroll .modal-area p {
  margin-bottom: 1.5em;
}
.modal-scroll .modal-area p:last-child {
  margin-bottom: 0;
}
.modal-scroll .modal-area img {
  margin-bottom: 1.5em;
}
.modal-scroll .modal-area .modal-inner {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1em;
}
.modal-scroll .modal-area .modal-inner h4 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .modal-scroll .modal-area .modal-inner h4 {
    font-size: 1.6rem;
  }
}