@charset "UTF-8";
/*!
Theme Name: GPU Workstation ODM という選択
Description:
Version: 1.0
*/
/**
 * mixins and functions
 * @version 1.0
 */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html.is-fixed {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #222222;
  line-height: 2;
  letter-spacing: .05em;
  position: relative;
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.8;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .05em;
}


@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) {
  .sp, .spbr {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc, .pcbr {
    display: none;
  }
}

.header {
  z-index: 999;
  width: 100%;
  padding: 20px 40px 15px 50px;
}

@media screen and (max-width: 960px) {
  .header {
    padding: 12px 20px 12px 10px;
  }
}

.header-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header-logo {
  width: 250px;
}

@media screen and (max-width: 960px) {
  .header-logo {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 150px;
  }
}

.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .header-info {
    display: none;
  }
}

.header-info .tel-area .txt {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.header-info .time {
  margin-left: 20px;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .header-info .time {
    font-size: 11px;
  }
}

.header-info .time .ttl {
  background-color: #E5F0FE;
  color: #4E7DBF;
  text-align: center;
  line-height: 1.2;
  padding: 5px;
  margin-bottom: 5px;
}

.h-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  width: 250px;
  font-weight: 700;
  border: 2px solid #4E7DBF;
  color: #4E7DBF;
  padding: 10px 8px 10px 20px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-left: 20px;
}


@media screen and (max-width: 960px) {
  .h-btn {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .h-btn {
    display: none;
  }
}

.h-btn img {
  margin-right: 15px;
  width: 34px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}

.h-btn:hover {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

#header {
  /*はじめの高さを設定*/
  height: 145px;
  padding: 10px 20px 10px 40px;
}


@media screen and (max-width: 960px) {
  #header {
    height: auto;
    padding: 10px 20px 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 88px;
    padding: 15px 10px;
  }
}

#header.HeightMin {
  position: fixed;
  height: 90px;
  top: 0;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@media screen and (max-width: 767px) {
  #header.HeightMin {
    position: fixed;
    height: 70px;
    top: 0;
    -webkit-animation: DownAnime 0.5s forwards;
            animation: DownAnime 0.5s forwards;
  }
}

#header.HeightMin .header-logo {
  width: 160px;
}

#header.HeightMin .header-info {
  display: none;
}

@media screen and (max-width: 767px) {
  #header.HeightMin .header-logo {
    width: 130px;
  }
}

.header.change-color {
  background: #fff;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-190px);
            transform: translateY(-190px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-190px);
            transform: translateY(-190px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* ボタンに関するスタイル */
.navi-pc-btn {
  font-weight: 700;
  line-height: 1.4;
  width: 250px;
  padding: 9px 10px 9px 20px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid #4E7DBF;
  color: #4E7DBF;
  margin-left: 30px;
}

.navi-pc-btn span {
  position: relative;
  padding-left: 50px;
  display: block;
}

.navi-pc-btn span::before {
  position: absolute;
  content: "";
  background-image: url(../images/h_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.navi-pc-btn:hover {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.navi-pc-btn.-after {
  display: none;
}

.navi-pc-btn.headerScroll.-after {
  display: block;
}

.navi-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 960px) {
  .navi-pc {
    display: none;
  }
}

.navi-pc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navi-pc-list .item {
  font-weight: 700;
}

.navi-pc-list .item + .item {
  margin-left: 30px;
}

.navi-pc-list .link {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navi-pc-list .link:hover {
  color: #4E7DBF;
}

.navi-pc-btn {
  display: none;
}

.navi-sp {
  /* ボタン類 */
  /* コンテンツ */
}

@media screen and (min-width: 768px) {
  .navi-sp {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .navi-sp {
    display: block;
    height: 100%;
  }
}

.navi-sp-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.navi-sp-contents {
  visibility: hidden;
  background: #fff;
  padding: 70px 25px 50px;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  z-index: 9999;
}

@media screen and (max-width: 960px) {
  .navi-sp-contents {
    padding: 70px 25px 50px;
  }
}

@media screen and (max-width: 767px) {
  .navi-sp-contents {
    padding: 10px 20px 15px;
  }
}

.navi-sp-contents.is-open {
  visibility: visible;
  overflow-y: auto;
  opacity: 1;
}

.navi-sp-list {
  text-align: center;
  font-weight: 700;
}

.navi-sp-list .item + .item {
  margin-top: 5px;
}

.humberger {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 26px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 10000;
  right: 10px;
  top: 0;
}

.humberger span {
  background: #4E7DBF;
  position: absolute;
  width: 30px;
  height: 2px;
  -webkit-transition: .4s;
  transition: .4s;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.humberger span:nth-of-type(1) {
  top: 0;
}

.humberger span:nth-of-type(2) {
  top: calc(50% - 1px);
}

.humberger span:nth-of-type(3) {
  bottom: 0;
}

.humberger.is-open span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.humberger.is-open span:nth-of-type(2) {
  display: none;
}

.humberger.is-open span:nth-of-type(3) {
  bottom: 40%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .humberger.is-open span:nth-of-type(3) {
    bottom: 42%;
  }
}

.pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .pagetop {
    width: 45px;
    height: 45px;
    bottom: 20px;
  }
}

.pagetop:hover {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.footer-top {
  background-color: #E5F0FE;
  padding: 70px 0 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer-top {
    padding: 60px 0 50px;
  }
}

.footer-top .sec-part--01 {
  top: 6%;
  left: 14%;
  width: 9%;
}

@media screen and (max-width: 960px) {
  .footer-top .sec-part--01 {
    left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .footer-top .sec-part--01 {
    top: -3%;
    left: 2%;
    width: 19%;
  }
}

.footer-top .sec-part--02 {
  top: 10%;
  right: 15%;
  width: 6%;
}

@media screen and (max-width: 960px) {
  .footer-top .sec-part--02 {
    right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .footer-top .sec-part--02 {
    top: -5%;
    right: 1%;
    width: 15%;
  }
}

.footer-ttl {
  font-size: 36px;
  margin-bottom: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-ttl {
    font-size: 24px;
  }
}

.footer-box {
  background-color: #fff;
  border-radius: 20px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 60px;
}

@media screen and (max-width: 767px) {
  .footer-box {
    max-width: 100%;
    border-radius: 15px;
    padding: 30px 20px;
  }
}

.footer-box .ttl {
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-box .ttl {
    font-size: 20px;
  }
}

.footer-box .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer-box .list-info {
    display: block;
  }
}

.footer-box .list-info .item {
  width: calc(100% / 2 - 10px);
}

@media screen and (max-width: 767px) {
  .footer-box .list-info .item {
    width: 100%;
  }
  .footer-box .list-info .item:first-child {
    margin-bottom: 30px;
  }
}

.footer-box .list-info .item a {
  display: block;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #E5F0FE;
}

.footer-box .list-info .item a:hover {
  opacity: .5;
}

.footer-box .list-info .item .btn-tel {
  padding: 16px 10px;
}

.footer-box .list-info .item .btn-tel .small {
  font-size: 15px;
  display: block;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

.footer-box .list-info .item .btn-tel .tel {
  font-size: 30px;
}

.footer-box .list-info .item .btn-tel .tel::before {
  top: 16px;
}

.footer-box .list-info .item .btn-mail {
  font-size: 19px;
  font-weight: 700;
  padding: 26px 10px;
}

@media screen and (max-width: 960px) {
  .footer-box .list-info .item .btn-mail {
    font-size: 17px;
  }
}

.footer-box .list-info .item .btn-mail img {
  width: 9%;
  margin-right: 8px;
}

.footer-box .list-info .item .tel-note {
  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;
  margin-top: 10px;
}

.footer-box .list-info .item .tel-note .tel-ttl {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #4E7DBF;
  border: 1px solid #4E7DBF;
  margin-right: 10px;
  padding: 1px 10px;
}

.footer-box .list-info .item .tel-note .tel-txt {
  font-size: 13px;
}

.footer-box .list-info .item .note {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-box .list-info .item .note {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .footer-cta .cta-under .sec-part--01 {
    top: -3%;
    left: 3%;
  }
  .footer-cta .cta-under .sec-part--02 {
    top: -6%;
    right: 0%;
  }
}

.footer .copyright {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  background-color: #2D60A7;
  padding: 15px 5px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 11px;
  }
}

.main {
  overflow: hidden;
}

.container, .modal-content {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.tel {
  font-size: 28px;
  padding-left: 20px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  letter-spacing: .05em;
}

@media screen and (max-width: 960px) {
  .tel {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .tel {
    padding-left: 20px;
  }
}

.tel::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 20px;
  top: 14px;
  left: 0;
}

@media screen and (max-width: 960px) {
  .tel::before {
    top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .tel::before {
    top: 14px;
  }
}

.bold {
  font-weight: 700;
}

.sec-ttl, .study-programs .sec-ttl--02 {
  text-align: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .sec-ttl, .study-programs .sec-ttl--02 {
    margin-bottom: 30px;
  }
}

.sec-ttl .jp, .study-programs .sec-ttl--02 .jp {
  line-height: 1;
  display: block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .sec-ttl .jp, .study-programs .sec-ttl--02 .jp {
    font-size: 24px;
    margin-bottom: 3px;
  }
}

.sec-ttl .en, .study-programs .sec-ttl--02 .en {
  font-size: 15px;
  font-family: "Yellowtail", cursive;
  letter-spacing: .16em;
  color: #4E7DBF;
}

@media screen and (max-width: 767px) {
  .sec-ttl .en, .study-programs .sec-ttl--02 .en {
    font-size: 12px;
  }
}

.sec-part, .sec-part--01, .sec-part--02 {
  position: absolute;
}

.red {
  color: #E0663E;
}

.blue {
  color: #4E7DBF;
}

.pink {
  color: #EB97C3;
}

.yellow {
  color: #FFDE09;
}

.tac {
  text-align: center;
}

.cta {
  background-image: url(../images/cta_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cta-top {
  padding: 80px 0 60px;
}

@media screen and (max-width: 767px) {
  .sp-tal {
    text-align: left !important;
  }
  .cta-top {
    padding: 60px 0 60px;
  }
}

.cta-ttl {
  font-size: 46px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 45px;
}

@media screen and (max-width: 960px) {
  .cta-ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .cta-ttl {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

.cta-ttl .large {
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  .cta-ttl .large {
    font-size: 30px;
  }
}

.cta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .cta-box {
    display: block;
  }
}

.cta-box .box-item {
  width: calc(100% / 2 - 20px);
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 30px 25px;
}

@media screen and (max-width: 960px) {
  .cta-box .box-item {
    width: calc(100% / 2 - 10px);
    padding: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .cta-box .box-item {
    width: 100%;
    padding: 30px 20px;
  }
}

.cta-box .box-item:last-child {
  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;
}

@media screen and (max-width: 767px) {
  .cta-box .box-item:last-child {
    margin-top: 30px;
  }
}

.cta-box .box-item .box-num {
  position: absolute;
  top: -4%;
  left: 0;
  line-height: 1;
  font-size: 120px;
  font-family: "Yellowtail", cursive;
  color: rgba(78, 125, 191, 0.3);
  z-index: 0;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .cta-box .box-item .box-num {
    font-size: 70px;
  }
}

.cta-box .box-item .box-ttl {
  font-size: 26px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .cta-box .box-item .box-ttl {
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  .cta-box .box-item .box-ttl {
    font-size: 22px;
    line-height: 1.4;
  }
}

.cta-box .box-item .box-ttl .small {
  font-size: 16px;
}

.cta-box .box-item .box-ttl .num {
  font-size: 32px;
}

@media screen and (max-width: 960px) {
  .cta-box .box-item .box-ttl .num {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .cta-box .box-item .box-ttl .num {
    font-size: 28px;
  }
  .cta-box .box-item .box-ttl .small {
    font-size: 14px;
  }
}

.cta-box .box-item .box-desc {
  margin-top: 30px;
}

.cta-box .box-item .box-desc .ttl {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
}

.cta-box .box-item .box-desc .ttl img {
  width: 17%;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .cta-box .box-item .box-desc .ttl img {
    margin-right: 10px;
  }
}

.cta-box .box-item .box-desc .ttl:first-of-type {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .cta-box .box-item .box-desc .ttl:first-of-type {
    margin-bottom: 10px;
  }
}

.cta-under {
  padding: 30px 0 40px;
  background-color: rgba(78, 125, 191, 0.9);
  position: relative;
}

@media screen and (max-width: 960px) {
  .cta-under {
    padding: 40px 0 45px;
  }
}

@media screen and (max-width: 767px) {
  .cta-under {
    padding: 40px 0 40px;
  }
}

.cta-under .ttl {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .cta-under .ttl {
    font-size: 20px;
  }
}

.cta-under .ttl img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .cta-under .ttl img {
    width: 25px;
    height: 25px;
  }
}

.cta-under .ttl .large {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .cta-under .ttl .large {
    font-size: 24px;
  }
}

.cta-under .cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .cta-under .cta-btn {
    display: block;
  }
}

.cta-under .cta-btn li {
  width: calc(100% / 2 - 20px);
}

@media screen and (max-width: 960px) {
  .cta-under .cta-btn li {
    width: calc(100% / 2 - 15px);
  }
}

@media screen and (max-width: 767px) {
  .cta-under .cta-btn li {
    width: 100%;
  }
  .cta-under .cta-btn li:first-child {
    margin-bottom: 20px;
  }
}

.cta-under .cta-btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 10px 23px 60px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  border-radius: 60px;
  border: 2px solid #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 960px) {
  .cta-under .cta-btn .btn {
    padding: 10px 10px 10px 21px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .cta-under .cta-btn .btn {
    padding: 10px 10px 10px 21px;
    font-size: 18px;
  }
}

.cta-under .cta-btn .btn .large {
  font-size: 24px;
}

@media screen and (max-width: 960px) {
  .cta-under .cta-btn .btn .large {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cta-under .cta-btn .btn .large {
    font-size: 20px;
  }
}

.cta-under .cta-btn .btn img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 66px;
  height: 52px;
  margin-right: 20px;
}

@media screen and (max-width: 960px) {
  .cta-under .cta-btn .btn img {
    width: 56px;
    height: 42px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .cta-under .cta-btn .btn img {
    width: 56px;
    height: 42px;
    margin-right: 10px;
  }
}

.cta-under .cta-btn .btn::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

@media screen and (max-width: 960px) {
  .cta-under .cta-btn .btn::before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cta-under .cta-btn .btn::before {
    width: 20px;
    height: 20px;
  }
}

.cta-under .cta-btn .btn.bg01 {
  background-color: #4E7DBF;
}

.cta-under .cta-btn .btn.bg01::before {
  background-image: url(../images/btn_cta01.png);
}

.cta-under .cta-btn .btn.bg02 {
  background-color: #EB97C3;
}

.cta-under .cta-btn .btn.bg02::before {
  background-image: url(../images/btn_cta02.png);
}

.cta-under .cta-btn .btn:hover {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.cta-under .sec-part--01 {
  top: 1%;
  left: 4%;
  width: 10.6%;
}

@media screen and (max-width: 767px) {
  .cta-under .sec-part--01 {
    top: -5%;
    left: 1%;
    width: 16%;
  }
}

.cta-under .sec-part--02 {
  top: -14%;
  right: 0%;
  width: 14%;
}

@media screen and (max-width: 767px) {
  .cta-under .sec-part--02 {
    top: -8%;
    right: -3%;
    width: 23%;
  }
}

.txt-link {
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
  color: #EB97C3;
  font-weight: 700;
}

.txt-link:hover {
  text-decoration: none;
}

.mv {
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 30px;
}

.mv::before {
  position: absolute;
  content: "";
  background: #E5F0FF;
  border-radius: 0 0 0 55px;
  width: 93.33%;
  height: 420px;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.mv-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 767px) {
  .mv {
    padding-bottom: 30px;
  }
  .mv::before {
    width: 100%;
    border-radius: 0;
    height: 300px;
  }
  .mv-wrap {
    display: block;
  }
}


.mv-magic {
  position: relative;
}

.magic-btn {
  display: block;
  background: #FFDE09;
  border-radius: 22px;
  font-size: 1.5vw;
  font-weight: bold;
  position: absolute;
  padding: 0.8%;
  width: 248px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.magic-btn:hover {
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
}

.magic-btn::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 9px solid #222222;
  border-bottom: 0;
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .magic-btn {
    width: 200px;
    border-radius: 18px;
  }
}

@media screen and (max-width: 960px) {
  .magic-btn {
    font-size: 18px;
    bottom: 15px;
    width: 190px;
    border-radius: 18px;
  }
}

@media screen and (max-width: 767px) {
  .magic-btn {
    font-size: 18px;
    border-radius: 18px;
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .mv-wrap::before {
    width: 100%;
    height: 110%;
    top: 15%;
    border-radius: 0 0 0 30px;
  }
}

.mv-img {
  max-width: 840px;
  width: 56%;
}

@media screen and (max-width: 960px) {
  .mv-img {
    max-width: 100%;
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .mv-img {
    max-width: 100%;
    width: 100%;
  }
}

.mv-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 840px;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 40px 0 0;
}

@media screen and (max-width: 960px) {
  .mv-img img {
    width: 100%;
    height: 100%;
    -o-object-position: center left;
       object-position: center left;
  }
}

@media screen and (max-width: 767px) {
  .mv-img img {
    height: 260px;
    border-radius: 0;
  }
}

.mv-desc {
  margin: 50px 0 0 0;
  /* max-width: 660px; */
  flex: 1;
}

@media screen and (max-width: 960px) {
  .mv-desc {
    max-width: 100%;
    width: 100%;
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .mv-desc {
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0;
  }
}

.mv-desc .ttl {
  max-width: 398px;
  width: 100%;
  margin: 0 auto 12px;
}

@media screen and (max-width: 960px) {
  .mv-desc .ttl {
    max-width: 80%;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .mv-desc .ttl {
    max-width: 80%;
    margin: 0 auto 20px;
  }
}

.mv-bottom .txt {
  font-size: 1.6vw;
  font-weight: 700;
  margin-right: 25px;
  line-height: 1.7;
  color: #fff;
}

/* @media screen and (max-width: 960px) {
  .mv-bottom .txt {
    font-size: 18px;
    margin-right: 15px;
  }
} */

@media screen and (max-width: 767px) {
  .mv-bottom .txt {
    font-size: 18px;
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }
}


.mv-bottom .txt .large {
  font-size: 35px;
}

@media screen and (max-width: 960px) {
  .mv-bottom .txt .large {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .mv-bottom .txt .large {
    font-size: 26px;
  }
}

.mv-bottom {
  background: #4E7DBF;
  display: flex;
  padding: 25px 5vw 25px 10px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .mv-bottom {
    padding: 25px 20px 25px 10px;
  }
}

@media screen and (max-width: 767px) {
  .mv-bottom {
    display: block;
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}

.mv-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mv-box .box {
    justify-content: center;
  }
}

.mv-box .box li {
  background-color: #fff;
  color: #4E7DBF;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  padding: 8px 10px;
  line-height: 1;
}
.mv-box .box li:not(:last-child) {
  margin-right: 10px;
}

.mv-box .box li .small {
  font-size: 13px;
}

@media screen and (max-width: 960px) {
  .mv-box .box li {
    padding: 8px 8px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .mv-box .box li {
    font-size: 14px;
  }
}

.mv-box .box:first-of-type {
  margin-bottom: 10px;
}




.mv-btn {
  width: 30vw;
  display: block;
  padding: 12px;
  text-align: center;
  color: #4E7DBF;
  font-weight: 700;
  position: relative;
  border-radius: 60px;
  background-color: #fff;
  /* border: 2px solid #fff; */
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: 4vw;
}

@media screen and (max-width: 960px) {
  .mv-btn {
    width: 38vw;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mv-btn {
    width: 100%;
    margin-top: 25px;
    margin-left: 0;
  }
}

.mv-btn .top {
  font-size: 1.2vw;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .mv-btn .top {
    font-size: 16px;
  }
}

.mv-btn .top img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 2.3vw;
  height: 2.3vw;
  margin-right: 8px;
  vertical-align: text-top;
}

/* @media screen and (max-width: 960px) {
  .mv-btn .top img {
    width: 28px;
    height: 28px;
  }
} */

.mv-btn .under {
  font-size: 1.4vw;
  display: block;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .mv-btn .under {
    font-size: 16px;
  }
}

.mv-btn .under .large {
  font-size: 22px;
}

@media screen and (max-width: 960px) {
  .mv-btn .under .large {
    font-size: 18px;
  }
}

.mv-btn::before {
  position: absolute;
  content: "";
  background-image: url(../images/btn_cta01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

@media screen and (max-width: 960px) {
  .mv-btn::before {
    width: 23px;
    height: 23px;
    right: 10px;
  }
}

.mv-btn:hover {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.event-bnr {
  position: relative;
}

.event-bnr .container, .event-bnr .modal-content {
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .event-bnr .container, .event-bnr .modal-content {
    max-width: 90%;
  }
}

.event-bnr-thumb {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .event-bnr-thumb {
    padding-bottom: 40px;
  }
}

.event-bnr-thumb a {
  display: block;
}

.event-bnr-thumb .slick-slide {
  margin: 0 15px;
  cursor: pointer;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.event-bnr-thumb .slick-slide:hover {
  opacity: .6;
}

.event-bnr .sec-part, .event-bnr .sec-part--01, .event-bnr .sec-part--02 {
  top: -57%;
  right: 0;
  width: 11%;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .event-bnr .sec-part, .event-bnr .sec-part--01, .event-bnr .sec-part--02 {
    top: 113%;
  }
}

@media screen and (max-width: 767px) {
  .event-bnr .sec-part, .event-bnr .sec-part--01, .event-bnr .sec-part--02 {
    display: none;
  }
}

/* .magic */

.magic-bg {
  border-radius: 366px;
  border: 1px solid #B6B4DA;
  position: relative;
  outline: 2px solid #B6B4DA;
  outline-offset: 10px;
  position: relative;
  font-family: 'Zen Maru Gothic', serif;
  padding: 80px 20px 50px;
}

.magic-bg::before,.magic-bg::after {
  position: absolute;
  content: "";
  z-index: 3;
}

.magic-bg::before {
  background: url(../images/magic_deco_left.png) center/contain no-repeat;
  width: 216px;
  height: 238px;
  top: 35px;
  left: -85px;
}

.magic-bg::after {
  background: url(../images/magic_deco_right.png) center/contain no-repeat;
  width: 147px;
  height: 210px;
  right: -110px;
  bottom: 182px;
}

.magic-ttl {
  text-align: center;
  font-size: 39px;
  margin-bottom: 40px;
}

.magic-ttl span {
  background: linear-gradient(transparent 75%, #FFDE09 75%);
}

@media screen and (max-width: 767px) {
  .magic-bg {
    border-radius: 80px;
    padding: 30px 20px 45px;
  }
  .magic-bg::before {
    width: 96px;
    height: 99px;
    top: 15px;
    left: -35px;
  }
  .magic-bg::after {
    width: 67px;
    height: 100px;
    right: -20px;
    bottom: 342px;
  }
  .magic-ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.magic .l-ttl {
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 40px;
}

.magic .l-ttl .small {
  font-size: 30px;
  display: inline-block;
  position: relative;
}

.magic .l-ttl .small sup {
  font-size: 20px !important;
}

.magic .l-ttl .small::after {
  position: absolute;
  content: "";
  background: url(../images/magic_logo.png) center/contain no-repeat;
  width: 67px;
  height: 67px;
  bottom: 0;
  right: -60px;
}

@media screen and (max-width: 767px) {

  .magic .l-ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .magic .l-ttl .small {
    font-size: 18px;
  }
  .magic .l-ttl .small sup {
    font-size: 16px !important;
  }
  .magic .l-ttl .small::after {
    width: 35px;
    height: 35px;
    right: -33px;
  }
}


.magic-list {
  display: grid;
  grid-template-columns: 210px repeat(2,1fr);
  gap: 28px;
  max-width: 666px;
  margin: 0 auto 14px;
}

@media screen and (max-width: 1200px) {
  .magic-list {
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    max-width: 500px;
    width: 60vw;
  }
  .magic-list img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}


.magic .link {
  font-size: 24px;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 30px;
}

.magic .link:hover {
  text-decoration: none;
}

.magic-cta {
  background: #FEDE32;
  border-radius: 100px;
  font-size: 20px;
  text-align: center;
  width: 400px;
  padding: 20px 10px;
  position: relative;
  display: block;
  margin: 0 auto 18px;
  line-height: 1.5;
  font-weight: bold;
  transition: .3s;
}

.magic-cta::before {
  position: absolute;
  content: "";
  background: url(../images/magic-cta_deco.svg) center/contain no-repeat;
  width: 27px;
  height: 15px;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
}

.magic-cta:hover {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.magic-attention {
  font-size: 12px;
}

.magic-attention sup {
  font-size: 8px !important;
}

@media screen and (max-width: 767px) {
  .magic-list {
    grid-template-columns: 1fr;
    max-width: 215px;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .magic-list .slick-next {
    right: 20%;
    bottom: -2%;
  }
  .magic-list .slick-prev {
    left: 20%;
    bottom: -2%;
  }
  .magic .link {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .magic-cta {
    width: 100%;
    padding: 16px 6px;
    font-size: 16px;
  }
  .magic-cta::before {
    width: 22px;
    height: 10px;
    right: 13px;
  }
}



.about {
  padding: 50px 0 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 210px 0 60px;
  }
}

.about .sec-part--01 {
  top: 16%;
  left: 3%;
  width: 22.5%;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .about .sec-part--01 {
    width: 15%;
  }
}

@media screen and (max-width: 767px) {
  .about .sec-part--01 {
    top: 2%;
    width: 42%;
    left: -2%;
  }
}

.about .sec-part--02 {
  top: 40%;
  right: 4%;
  width: 19%;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .about .sec-part--02 {
    width: 14%;
    top: 54%;
  }
}

@media screen and (max-width: 767px) {
  .about .sec-part--02 {
    width: 41%;
    top: 6%;
    right: -4%;
  }
}

.about .sec-ttl, .about .study-programs .sec-ttl--02, .study-programs .about .sec-ttl--02 {
  margin-bottom: 35px;
}

.about-copy {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .about .sec-ttl .jp {
    text-shadow: 0 0 5px #fff,0 0 5px #fff;
  }
  .about-copy {
    font-size: 20px;
    text-align: left;
  }
}

.about-copy .line {
  border-bottom: 2px dotted #4E7DBF;
  padding-bottom: 3px;
}

.about-txt {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .about-txt {
    text-align: left;
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.about-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .about-btn {
    display: block;
    max-width: 100%;
  }
}

.about-btn .btn {
  width: calc(100% / 2 - 10px);
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .about-btn .btn {
    width: 100%;
  }
  .about-btn .btn:first-child {
    margin-bottom: 30px;
  }
}

.about-btn .btn::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  bottom: 10px;
  right: 10px;
}

.about-btn .btn.bg01 {
  border: 2px solid #EB97C3;
}

.about-btn .btn.bg01 .ttl .en {
  color: #EB97C3;
}

.about-btn .btn.bg01::after {
  background-image: url(../images/about_btn01.png);
}

.about-btn .btn.bg02 {
  border: 2px solid #4E7DBF;
}

.about-btn .btn.bg02 .ttl .en {
  color: #4E7DBF;
}

.about-btn .btn.bg02::after {
  background-image: url(../images/about_btn02.png);
}

.about-btn .btn.bg02:hover {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.about-btn a {
  padding: 30px;
  display: block;
}

@media screen and (max-width: 767px) {
  .about-btn a {
    padding: 20px;
  }
}

.about-btn a .img {
  text-align: center;
  width: 35%;
  margin: 0 auto 15px;
}

.about-btn a .ttl {
  text-align: center;
}

.about-btn a .ttl .jp {
  line-height: 1;
  display: block;
  font-size: 22px;
  letter-spacing: .05em;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .about-btn a .ttl .jp {
    font-size: 20px;
  }
}

.about-btn a .ttl .en {
  font-size: 12px;
  font-family: "Yellowtail", cursive;
  letter-spacing: .2em;
  color: #4E7DBF;
}

.about .j-course-select {
  position: relative;
}

.about .j-course-select .course-select-links {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.about .j-course-select .course-select-links li {
  width: 100%;
}

.about .j-course-select .course-select-links li:not(:last-child) {
  border-bottom: 1px solid #D8D8D8;
}

.about .j-course-select .course-select-links .list-item {
  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;
  padding: 11px;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  color: #EB97C3;
}

.about .j-course-select .course-select-links .list-item:hover {
  cursor: pointer;
}

.about .j-course-select .course-select-links .list-item .inr {
  position: relative;
  padding-right: 40px;
}

.about .j-course-select .course-select-links .list-item .inr::before {
  position: absolute;
  content: "";
  background-image: url(../images/about_btn01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.about .j-course-select .course-select-links .list-item .num {
  font-size: 25px;
}

.about-card {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  max-width: 790px;
  margin: 0 auto 23px;
  position: relative;
}

.about-card li {
  background: #6D92C6;
  border: 3px solid #6D92C6;
  position: relative;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  padding: 20px 10px;
  letter-spacing: 0;
}

.about-card .card-num {
  font-family: "Yellowtail", cursive;
  color: rgba(193, 157, 135, 0.6);
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
}

.about-card::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 39px solid transparent;
  border-left: 39px solid transparent;
  border-top: 38px solid #C1B6AE;
  border-bottom: 0;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.about .card-txt {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.features {
  position: relative;
  padding: 80px 0 110px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .about-card {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 35px;
  }
  .about .card-txt {
    margin-bottom: 30px;
  }
  .features {
    padding: 60px 0 60px;
    margin-bottom: 60px;
  }
}

.features::before {
  position: absolute;
  content: "";
  background-color: #E5F0FF;
  width: 94.3%;
  height: 100%;
  top: 0;
  left: 50%;
  border-radius: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .features::before {
    width: 97%;
    border-radius: 20px;
  }
}

.features-area .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .features-area .item {
    display: block;
  }
}

.features-area .item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.features-area .item:nth-child(odd) .img {
  margin: 0 -25% 0 55px;
}

@media screen and (max-width: 767px) {
  .features-area .item:nth-child(odd) .img {
    margin: 0 auto;
  }
}

.features-area .item:nth-child(2) {
  margin: 90px 0 90px;
}

@media screen and (max-width: 767px) {
  .features-area .item:nth-child(2) {
    margin: 60px 0 60px;
  }
}

.features-area .item:nth-child(2) .img {
  margin: 0 55px 0 -25%;
}

@media screen and (max-width: 767px) {
  .features-area .item:nth-child(2) .img {
    margin: 0 auto;
  }
}

.features-area .item .img {
  max-width: 730px;
  width: 79%;
}

@media screen and (max-width: 767px) {
  .features-area .item .img {
    max-width: 100%;
    width: 100%;
  }
  .features-area .item .img img {
    border-radius: 30px;
  }
}

.features-area .item .desc {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .features-area .item .desc {
    width: 100%;
  }
}

.features-area .item .desc .ttl-area {
  position: relative;
  padding-top: 50px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .features-area .item .desc .ttl-area {
    padding-top: 40px;
    margin-bottom: 20px;
  }
}

.features-area .item .desc .num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 60px;
  font-family: "Yellowtail", cursive;
  color: rgba(193, 157, 135, 0.6);
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .features-area .item .desc .num {
    font-size: 50px;
  }
}

.features-area .item .desc .ttl {
  font-size: 24px;
  color: #fff;
  background-color: #7F6453;
  -webkit-box-shadow: 5px 5px 0 #C1B6AE;
          box-shadow: 5px 5px 0 #C1B6AE;
  padding: 3px 15px 3px 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .features-area .item .desc .ttl {
    font-size: 22px;
  }
}

.features-area .item .desc .desc-img {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .features-area .item .desc .desc-img {
    margin-top: 30px;
  }
}

.features-area .item .desc .desc-inr {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .features-area .item .desc .desc-inr {
    margin-top: 30px;
  }
}

.features-area .item .desc .desc-inr .inr-item:not(:first-of-type) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .features-area .item .desc .desc-inr .inr-item:not(:first-of-type) {
    margin-top: 20px;
  }
}

.features-area .item .desc .ttl-line {
  color: #4E7DBF;
  font-size: 20px;
  border-bottom: 2px dotted #4E7DBF;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .features-area .item .desc .ttl-line {
    font-size: 18px;
    padding-bottom: 5px;
  }
}

.study {
  padding: 100px 0 100px;
}

@media screen and (max-width: 767px) {
  .study {
    padding: 60px 0 60px;
  }
}

.study-btn, .study-btn--02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  .study-btn, .study-btn--02 {
    display: block;
    margin: 0 auto 60px;
  }
}

.study-btn .list-item, .study-btn--02 .list-item {
  width: calc(100% / 3 - 20px);
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .study-btn .list-item, .study-btn--02 .list-item {
    width: calc(100% / 3 - 10px);
  }
}

@media screen and (max-width: 767px) {
  .study-btn .list-item, .study-btn--02 .list-item {
    width: 100%;
  }
}

.study-btn .list-item:not(:last-child), .study-btn--02 .list-item:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .study-btn .list-item:not(:last-child), .study-btn--02 .list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.study-btn .list-item a, .study-btn--02 .list-item a {
  display: block;
}

.study-btn .list-item .img img, .study-btn--02 .list-item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .study-btn .list-item .img img, .study-btn--02 .list-item .img img {
    height: 150px;
  }
}

.study-btn .list-item .ttl, .study-btn--02 .list-item .ttl {
  padding: 10px;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 960px) {
  .study-btn .list-item .ttl, .study-btn--02 .list-item .ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .study-btn .list-item .ttl, .study-btn--02 .list-item .ttl {
    line-height: 1.4;
    font-size: 18px;
    padding: 5px;
  }
}

.study-btn .list-item .ttl::before, .study-btn--02 .list-item .ttl::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18%;
}

@media screen and (max-width: 960px) {
  .study-btn .list-item .ttl::before, .study-btn--02 .list-item .ttl::before {
    width: 24px;
    height: 24px;
    right: 12%;
  }
}

@media screen and (max-width: 767px) {
  .study-btn .list-item .ttl::before, .study-btn--02 .list-item .ttl::before {
    width: 20px;
    height: 20px;
  }
}

.study-btn .list-item .ttl span, .study-btn--02 .list-item .ttl span {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .study-btn .list-item .ttl span, .study-btn--02 .list-item .ttl span {
    font-size: 22px;
  }
}

.study-btn .list-item.bg01, .study-btn--02 .list-item.bg01 {
  border: 3px solid #6D92C6;
}

.study-btn .list-item.bg01 .ttl, .study-btn--02 .list-item.bg01 .ttl {
  background-color: #6D92C6;
}

.study-btn .list-item.bg01 .ttl::before, .study-btn--02 .list-item.bg01 .ttl::before {
  background-image: url(../images/study_btn01.png);
}

.study-btn .list-item.bg02, .study-btn--02 .list-item.bg02 {
  border: 3px solid #4E7DBF;
}

.study-btn .list-item.bg02 .ttl, .study-btn--02 .list-item.bg02 .ttl {
  background-color: #4E7DBF;
}

.study-btn .list-item.bg02 .ttl::before, .study-btn--02 .list-item.bg02 .ttl::before {
  background-image: url(../images/study_btn02.png);
}

.study-btn .list-item.bg03, .study-btn--02 .list-item.bg03 {
  border: 3px solid #2D60A7;
}

.study-btn .list-item.bg03 .ttl, .study-btn--02 .list-item.bg03 .ttl {
  background-color: #2D60A7;
}

.study-btn .list-item.bg03 .ttl::before, .study-btn--02 .list-item.bg03 .ttl::before {
  background-image: url(../images/study_btn03.png);
}

.study-btn .list-item:hover, .study-btn--02 .list-item:hover {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.study-btn--02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 656px;
  width: 90%;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  .study-btn--02 {
    max-width: 90%;
  }
}

.study-btn--02 .list-item {
  width: calc(100% / 2 - 15px);
}

@media screen and (max-width: 767px) {
  .study-btn--02 .list-item {
    width: 100%;
  }
}

.study-btn--02 .list-item:not(:last-child) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .study-btn--02 .list-item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.study-btn--02 .list-item.select {
  display: none;
}

.study-btn--02 .list-item.bg01 .ttl::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.study-btn--02 .list-item.bg02 .ttl::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.study-btn--02 .list-item.bg03 .ttl::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.study-list .tab_main {
  display: none;
}

.study-list .tab_main.is_show {
  display: block;
}

.study-ttl {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  padding: 15px 10px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .study-ttl {
    font-size: 24px;
    padding: 5px;
    margin-bottom: 30px;
  }
}

.study-ttl span {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .study-ttl span {
    font-size: 30px;
  }
}

.study-ttl.bg01 {
  background-color: #6D92C6;
}

.study-ttl.bg02 {
  background-color: #4E7DBF;
}

.study-ttl.bg03 {
  background-color: #2D60A7;
}

.study-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .study-layout {
    display: block;
    padding-bottom: 60px;
  }
}

.study-layout .l-img {
  max-width: 484px;
  width: 50%;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .study-layout .l-img {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.study-layout .l-desc {
  max-width: 426px;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .study-layout .l-desc {
    max-width: 100%;
    width: 100%;
  }
}

.study-layout .l-desc .small {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .study-layout .l-desc .small {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .study-layout .l-desc .small {
    font-size: 14px;
  }
}

.study-layout .l-desc .large {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  position: relative;
  line-height: 1.7;
  padding: 0 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .study-layout .l-desc .large {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .study-layout .l-desc .large {
    font-size: 18px;
    line-height: 1.4;
  }
}

.study-layout .l-desc .large::before, .study-layout .l-desc .large::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 960px) {
  .study-layout .l-desc .large::before, .study-layout .l-desc .large::after {
    width: 40px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .study-layout .l-desc .large::before, .study-layout .l-desc .large::after {
    width: 40px;
    height: 50px;
  }
}

.study-layout .l-desc .large::before {
  background-image: url(../images/study_part01.png);
}

.study-layout .l-desc .large::after {
  background-image: url(../images/study_part02.png);
}

.study-layout .l-desc .large.bg01:before {
  top: -28%;
  left: -2%;
}

@media screen and (max-width: 960px) {
  .study-layout .l-desc .large.bg01:before {
    left: -5%;
  }
}

@media screen and (max-width: 767px) {
  .study-layout .l-desc .large.bg01:before {
    left: -5%;
  }
}

.study-layout .l-desc .large.bg01::after {
  bottom: 0;
  right: -2%;
}

@media screen and (max-width: 960px) {
  .study-layout .l-desc .large.bg01::after {
    right: -5%;
  }
}

@media screen and (max-width: 767px) {
  .study-layout .l-desc .large.bg01::after {
    right: -5%;
  }
}

.study-layout .l-desc .large.bg02:before {
  top: -28%;
  left: -12%;
}

@media screen and (max-width: 960px) {
  .study-layout .l-desc .large.bg02:before {
    top: -8%;
    left: -9%;
  }
}

@media screen and (max-width: 767px) {
  .study-layout .l-desc .large.bg02:before {
    left: -6%;
  }
}

.study-layout .l-desc .large.bg02::after {
  bottom: 0;
  right: -12%;
}

@media screen and (max-width: 767px) {
  .study-layout .l-desc .large.bg02::after {
    right: -8%;
  }
}

.study-layout .l-desc .large.bg03:before {
  top: -28%;
  left: -10%;
}

@media screen and (max-width: 767px) {
  .study-layout .l-desc .large.bg03:before {
    left: -9%;
  }
}

.study-layout .l-desc .large.bg03::after {
  bottom: 0;
  right: -10%;
}

@media screen and (max-width: 767px) {
  .study-layout .l-desc .large.bg03::after {
    right: -9%;
  }
}

.study-box-inr .sec-ttl, .study-box-inr .study-programs .sec-ttl--02, .study-programs .study-box-inr .sec-ttl--02 {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .study-box-inr .sec-ttl, .study-box-inr .study-programs .sec-ttl--02, .study-programs .study-box-inr .sec-ttl--02 {
    margin-bottom: 40px;
  }
}


.study-box-inr .study-box .box-ttl {
  text-align: center;
  font-size: 28px;
  line-height: 1.7;
  padding: 25px;
  color: #fff;
  max-width: 450px;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.study-box-inr .study-box .box-ttl sup {
  font-size: 20px !important;
}

@media screen and (max-width: 767px) {
  .study-box-inr .study-box .box-ttl {
    font-size: 20px;
    max-width: 90%;
    padding: 10px 15px;
  }
  .study-box-inr .study-box .box-ttl sup {
    font-size: 16px !important;
  }
}

.study-box-inr .study-box .box-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .study-box-inr .study-box .box-sub {
    margin-bottom: 20px;
  }
}

.study-box-inr .study-box .box-sub .ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 5px 15px;
  line-height: 1.7;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .study-box-inr .study-box .box-sub .ttl {
    font-size: 18px;
    padding: 5px 10px;
    line-height: 1.4;
    margin-right: 10px;
  }
}

.study-box-inr .study-box .box-sub .txt {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .study-box-inr .study-box .box-sub .txt {
    font-size: 18px;
  }
}

.study-box-inr .study-box .box-txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .study-box-inr .study-box .box-txt {
    text-align: left;
  }
}

.study-box-inr .study-box {
  border-radius: 20px;
  position: relative;
  padding: 80px 50px 50px;
}

@media screen and (max-width: 767px) {
  .study-box-inr .study-box {
    border-radius: 10px;
  }
}

.study-box-inr .study-box .box-line {
  font-size: 28px;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .study-box-inr .study-box .box-line {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.8;
  }
}

.study-box-inr .study-box .box-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  .study-box-inr .study-box .box-style {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .study-box-inr .study-box .box-style {
    display: block;
  }
}

.study-box-inr .study-box .box-style .box-img {
  margin-right: 40px;
  -webkit-box-flex: 1.05;
      -ms-flex: 1.05;
          flex: 1.05;
}

@media screen and (max-width: 767px) {
  .study-box-inr .study-box .box-style .box-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.study-box-inr .study-box .box-style .box-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.study-box-inr .study-box .box-style .box-desc .copy {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .study-box-inr .study-box .box-style .box-desc .copy {
    font-size: 16px;
  }
}

.study-box-inr .study-box .box-style .box-desc .txt .link {
  color: #2D60A7;
  text-decoration: underline;
}

.study-box-inr .study-box .box-style .box-desc .txt .link:hover {
  text-decoration: none;
}

.study-box-inr .study-box .chart {
  width: 88%;
  margin: 0 auto;
}

.study-box-inr .study-box:first-of-type {
  border: 3px solid #4E7DBF;
}

.study-box-inr .study-box:first-of-type .box-top {
  padding: 80px 20px 50px;
}

@media screen and (max-width: 767px) {
  .study-box-inr .study-box:first-of-type .box-top {
    padding: 50px 20px 30px;
  }
}

.study-box-inr .study-box:first-of-type .box-ttl {
  background-color: #4E7DBF;
  top: -11%;
}

@media screen and (max-width: 767px) {
  .study-box-inr .study-box:first-of-type .box-ttl {
    top: -2%;
  }
}

.study-box-inr .study-box:first-of-type .box-sub .ttl {
  background-color: #E5F0FE;
  color: #4E7DBF;
}

/* .study-box-inr .study-box:first-of-type {
  background-color: #EDF5FF;
  padding: 50px 50px 60px;
} */

@media screen and (max-width: 767px) {
  .study-box-inr .study-box:first-of-type {
    padding: 50px 20px 30px;
  }
}

.study-box-inr .study-box:first-of-type .box-line {
  color: #4E7DBF;
}

.study-box-inr .study-box:first-of-type .box-line span {
  border-bottom: 2px dotted #4E7DBF;
}
/*
.study-box-inr .study-box:first-of-type .box-style {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .study-box-inr .study-box:first-of-type .box-style {
    margin-bottom: 30px;
  }
} */

.study-box-inr .study-box:first-of-type .box-style .box-desc .copy .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #C6DAF5));
  background: linear-gradient(transparent 75%, #C6DAF5 75%);
}

.study-box-inr .study-box:last-of-type {
  border: 3px solid #EB97C3;
  margin-top: 140px;
}

@media screen and (max-width: 767px) {
  .study-box-inr .study-box:last-of-type {
    margin-top: 70px;
  }
}

.study-box-inr .study-box:last-of-type .box-top {
  padding: 90px 20px 50px;
}

@media screen and (max-width: 767px) {
  .study-box-inr .study-box:last-of-type .box-top {
    padding: 50px 20px 30px;
  }
}

.study-box-inr .study-box:last-of-type .box-ttl {
  background-color: #EB97C3;
  top: -14%;
}

@media screen and (max-width: 767px) {
  .study-box-inr .study-box:last-of-type .box-ttl {
    top: -3%;
  }
}

.study-box-inr .study-box:last-of-type .box-sub .ttl {
  color: #EB97C3;
}

.study-box-inr .study-box:last-of-type {
  padding: 60px 50px 40px;
}

@media screen and (max-width: 767px) {
  .study-box-inr .study-box:last-of-type {
    padding: 50px 20px 30px;
  }
}

.study-box-inr .study-box:last-of-type .box-line {
  color: #EB97C3;
}

.study-box-inr .study-box:last-of-type .box-line span {
  border-bottom: 2px dotted #EB97C3;
}

.study-box-inr .study-box:last-of-type .box-style .box-desc .copy .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #F4C7DE));
  background: linear-gradient(transparent 75%, #F4C7DE 75%);
}

.study-programs {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .study-programs {
    margin-top: 60px;
  }
}

.study-programs .sec-ttl--02 {
  padding-top: 70px;
  margin-bottom: 70px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .study-programs .sec-ttl--02 {
    padding-top: 52px;
    margin-bottom: 40px;
  }
}

.study-programs .sec-ttl--02::before {
  position: absolute;
  content: "";
  background-image: url(../images/programs_part01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 60px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .study-programs .sec-ttl--02::before {
    width: 200px;
    height: 48px;
  }
}

.study-programs .sec-ttl--02 .jp {
  font-size: 38px;
}

@media screen and (max-width: 767px) {
  .study-programs .sec-ttl--02 .jp {
    font-size: 24px;
  }
}

.study-programs .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .study-programs .list-box {
    display: block;
  }
}

.study-programs .list-box .item {
  width: 100%;
  border: 1px solid #C4C2DF;
  padding: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .study-programs .list-box .item {
    width: 100%;
    padding: 30px 20px;
  }
  .study-programs .list-box .item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.study-programs .list-box .item .circle {
  border-radius: 100%;
  background-color: #A4A1D1;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #ffff;
  width: 90px;
  height: 90px;
  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;
  position: absolute;
  top: -3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .study-programs .list-box .item .circle {
    width: 80px;
    height: 80px;
    font-size: 16px;
    top: -4%;
  }
}

.study-programs .list-box .item .box-ttl {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  color: #A4A1D1;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .study-programs .list-box .item .box-ttl {
    font-size: 24px;
    line-height: 1.4;
  }
}

.study-programs .list-box .item .box-txt {
  margin-bottom: 30px;
}

.study-programs .list-box .item .box-txt .txt-small {
  font-size: 12px;
  margin-top: 10px;
}

.study-programs .list-box .item .table {
  border: 1px solid #D8D8D8;
}

.study-programs .list-box .item .table .ttl {
  background-color: #FFF5E3;
  border-bottom: 1px solid #D8D8D8;
  padding: 7px;
  font-weight: 700;
  text-align: center;
}

.study-programs .list-box .item .table .txt {
  font-size: 14px;
  font-weight: 500;
  padding: 15px 10px;
}
.study-programs .list-box .item .table .txt-small {
  font-size: 12px;
}

.study-programs .list-box .item .box-img {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .study-programs .list-box .item .box-img {
    margin-top: 30px;
  }
}

.study-programs .list-box .item .movie {
  margin-top: 30px;
  border: 1px solid #D8D8D8;
}

.study-programs .box-orange {
  background-color: #FFF5E3;
  padding: 50px 20px 30px;
  position: relative;
  max-width: 835px;
  width: 100%;
  margin: 110px auto 100px;
}

@media screen and (max-width: 767px) {
  .study-programs .box-orange {
    padding: 30px 20px;
    max-width: 100%;
    margin: 60px auto 60px;
  }
}

.study-programs .box-orange .sec-part, .study-programs .box-orange .sec-part--01, .study-programs .box-orange .sec-part--02 {
  top: -7%;
  right: 25%;
  width: 9.5%;
}

@media screen and (max-width: 767px) {
  .study-programs .box-orange .sec-part, .study-programs .box-orange .sec-part--01, .study-programs .box-orange .sec-part--02 {
    top: -3%;
    right: -3%;
    width: 19%;
  }
}

.study-programs .box-orange .box-ttl {
  font-size: 28px;
  color: #E0663E;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .study-programs .box-orange .box-ttl {
    font-size: 22px;
  }
}

.study-programs .box-orange .box-sub {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.7;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .study-programs .box-orange .box-sub {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
  }
}

.study-programs .box-orange p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .study-programs .box-orange p {
    text-align: left;
  }
}

.study-schedule {
  max-width: 835px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .study-schedule {
    max-width: 100%;
  }
}

.study-schedule .box-ttl {
  font-size: 30px;
  margin-bottom: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .study-schedule .box-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.study-schedule .table-style {
  width: 100%;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  text-align: center;
}

.study-schedule .table-style .bg01 {
  background: #4E7DBF;
  color: #fff;
  padding: 5px;
  width: 20%;
}

.study-schedule .table-style th,
.study-schedule .table-style td {
  border: 1px solid #E6E6E6;
  line-height: 1.7;
  padding: 8px;
  vertical-align: middle;
  font-weight: 700;
  white-space: nowrap; 
}

@media screen and (max-width: 767px) {
  .study-schedule .table-style th,
  .study-schedule .table-style td {
    line-height: 1.4;
    font-size: 14px;
  }
}

.study-schedule .table-style th {
  background: #E5F0FE;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .study-schedule .table-style th {
    font-size: 14px;
  }
}

.study-schedule .table-style .bg02 {
  background: #FDF8F9;
}

.study-schedule .table-style .bg03 {
  background: #EDF5FF;
}

.study-schedule .table-style .bg04 {
  background: #F1F4FB;
}

.study-schedule .table-style .bg05 {
  background: #f1fbf1;
}

.study-schedule .table-style .bg04 .small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .study-schedule .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .study-schedule .table-scroll::before {
    content: "※横にスクロールできます。";
    font-size: 11px;
  }
  .study-schedule .table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .study-schedule .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }
  .study-schedule .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }
  .study-schedule .table-scroll table {
    margin-bottom: 10px !important;
    width: 150%;
  }
}

.study-schedule .table-txt {
  font-size: 12px;
  margin-top: 10px;
}

.study-voice {
  padding: 100px 0 100px;
}

@media screen and (max-width: 767px) {
  .study-voice {
    padding: 60px 0 60px;
  }
}

.study-voice .list-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .study-voice .list-voice {
    display: block;
  }
}

.study-voice .list-voice .item {
  width: calc(100% / 2 - 10px);
  background-color: #FDF8F9;
  padding: 40px 25px;
}

@media screen and (max-width: 767px) {
  .study-voice .list-voice .item {
    width: 100%;
    padding: 30px 20px;
  }
  .study-voice .list-voice .item:first-child {
    margin-bottom: 30px;
  }
}

.study-voice .list-voice .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .study-voice .list-voice .item .img {
    margin-bottom: 10px;
  }
}

.study-voice .list-voice .item .img img {
  width: 119px;
  height: 119px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .study-voice .list-voice .item .img img {
    width: 100px;
    height: 100px;
  }
}

.study-voice .list-voice .item .img .ttl {
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .study-voice .list-voice .item .img .ttl {
    line-height: 1.4;
  }
}

.study-voice .list-voice .item .img .ttl .large {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .study-voice .list-voice .item .img .ttl .large {
    font-size: 18px;
  }
}

.study-voice .list-voice .item .img .ttl .small {
  font-size: 16px;
  display: block;
}

@media screen and (max-width: 767px) {
  .study-voice .list-voice .item .img .ttl .small {
    font-size: 14px;
  }
}

.study-voice .list-voice .item .txt .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #F8DBE9));
  background: linear-gradient(transparent 80%, #F8DBE9 80%);
}

.study-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 645px;
  width: 90%;
  margin: 0 auto;
  border: 2px solid #4E7DBF;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .study-bnr {
    display: block;
    max-width: 90%;
  }
}

.study-bnr .sec-part, .study-bnr .sec-part--01, .study-bnr .sec-part--02 {
  width: 15.6%;
  right: 43%;
  top: -9%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .study-bnr .sec-part, .study-bnr .sec-part--01, .study-bnr .sec-part--02 {
    width: 30%;
    right: 73%;
    top: 35%;
  }
}

.study-bnr .img {
  max-width: 320px;
  width: 46%;
}

@media screen and (max-width: 767px) {
  .study-bnr .img {
    max-width: 100%;
    width: 100%;
  }
}

.study-bnr .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .study-bnr .img img {
    height: 170px;
    -o-object-position: top;
       object-position: top;
  }
}

.study-bnr .txt {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  background-color: #fff;
  padding: 50px 10px 50px 30px;
  line-height: 1.7;
  font-size: 20px;
  color: #4E7DBF;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 767px) {
  .study-bnr .txt {
    font-size: 18px;
    padding: 30px 20px;
    text-align: center;
  }
}

.study-bnr .txt::before {
  position: absolute;
  content: "";
  background-image: url(../images/btn_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  right: 10px;
  bottom: 10px;
}

@media screen and (max-width: 767px) {
  .study-bnr .txt::before {
    width: 30px;
    height: 30px;
  }
}

.study-bnr:hover {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.event {
  padding: 110px 0 100px;
}

@media screen and (max-width: 767px) {
  .event {
    padding: 60px 0 60px;
  }
}

.event-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;
}
/*各種イベント中間の余白
.event-list.center {
  justify-content: center;
}*/

@media screen and (max-width: 767px) {
  .event-list {
    display: block;
  }
}

.event-list .list-item {
  width: 100%;
  background-color: #FDF8F9;
  padding: 40px 30px 30px;
  border-radius: 10px;
}
/*
.event-list .list-item:nth-child(2n) {
  background: #F8EFFF;
}
*/
@media screen and (max-width: 767px) {
  .event-list .list-item {
    width: 100%;
    padding: 30px 20px;
  }
  .event-list .list-item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.event-list .list-item:nth-child(n + 3) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .event-list .list-item:nth-child(n + 3) {
    margin-top: 0;
  }
}

.event .list-ttl {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.event .list-ttl sup {
  font-size: 18px !important;
}

@media screen and (max-width: 767px) {
  .event .list-ttl {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .event .list-ttl sup {
    font-size: 16px !important;
  }
}

.event .list-desc {
  margin: 0 auto 15px;
}

.event .list-desc .item {
  padding: 13px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  
}

@media screen and (max-width: 767px) {
  .event .list-desc .item {
    font-size: 13px;
  }
}

.event .list-desc .item+.item {
  margin-top: 10px;
  border-top: 1px solid #C7C7C7;
}

.event .list-desc .ttl {
  color: #EB97C3;
  font-weight: 500;
  background-color: #fff;
  padding: 8px 6px;
  text-align: center;
  margin-right: 10px;
  line-height: 1.2;
  -webkit-box-flex: 0.4;
      -ms-flex: 0.4;
          flex: 0.4;
}

@media screen and (max-width: 960px) {
  .event .list-desc .ttl {
    -webkit-box-flex: 0.3;
        -ms-flex: 0.3;
            flex: 0.3;
  }
}

@media screen and (max-width: 767px) {
  .event .list-desc .ttl {
    font-size: 13px;
  }
}

.event .list-desc .txt {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .event .list-desc .txt {
    font-size: 13px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.event .list-txt {
  margin-bottom: 30px;
}

.event .list-attention {
  font-size: 10px;
  font-weight: 400;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .event .list-txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.event .list-note {
  font-size: 13px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 1.7;
}

.event .txt-link {
  margin-top: 25px;
}
.event-btn2 {
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;

  width: 300px;
  padding: 10px 40px;
  text-align: center;
  color: #fff;
  background-color: #eca2c9;
  font-weight: 700;
  line-height: 1.7;
  -webkit-transition: .3s;
  transition: .3s;
}

.event-btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  padding: 15px 40px;
  text-align: left;
  color: #fff;
  background-color: #23C30E;
  font-weight: 700;
  line-height: 1.7;
  -webkit-transition: .3s;
  transition: .3s;
}

.event-btn img {
  width: 43px;
  height: 43px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}

.event-btn:hover {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.classroom {
  padding: 110px 0 100px;
}

@media screen and (max-width: 767px) {
  .classroom {
    padding: 0 0 60px;
  }
}

.classroom .container, .classroom .modal-content {
  max-width: 860px;
}

@media screen and (max-width: 767px) {
  .classroom .container, .classroom .modal-content {
    max-width: 90%;
  }
}

.classroom-list {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .classroom-list {
    margin-bottom: 60px;
  }
}

.classroom-list .list-item:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .classroom-list .list-item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.classroom-list .list-ttl {
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .classroom-list .list-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.classroom .btn-more {
  display: block;
  border: 1px solid #4E7DBF;
  color: #4E7DBF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 13px 10px;
}

@media screen and (max-width: 767px) {
  .classroom .btn-more {
    padding: 10px;
  }
}

.classroom .btn-more::before {
  position: absolute;
  content: "";
  background-image: url(../images/btn_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

@media screen and (max-width: 767px) {
  .classroom .btn-more::before {
    width: 20px;
    height: 20px;
  }
}

.classroom .btn-more:hover {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.classroom-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .classroom-btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.classroom-btn a {
  width: 31%;
}

@media screen and (max-width: 960px) {
  .classroom-btn a {
    width: 28%;
  }
}

@media screen and (max-width: 767px) {
  .classroom-btn a {
    width: calc(100% / 2 - 10px);
  }
}

.classroom-btn a:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 960px) {
  .classroom-btn a:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .classroom-btn a:not(:last-child) {
    margin-right: 0;
  }
}

.classroom-btn a:nth-child(3) {
  margin-right: 0;
}

.classroom-btn a:nth-child(n + 4) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .classroom-btn a:nth-child(n + 4) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .classroom-btn a:nth-child(n + 3) {
    margin-top: 15px;
  }
}

.classroom-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .classroom-col2 {
    display: block;
  }
}

.classroom-col2 .item {
  width: calc(100% / 2 - 15px);
}

@media screen and (max-width: 767px) {
  .classroom-col2 .item {
    width: 100%;
  }
  .classroom-col2 .item:first-child {
    margin-bottom: 30px;
  }
}

.classroom-col2 .list-desc {
  margin-top: 15px;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .classroom-col2 .list-desc {
    margin-top: 10px;
    font-size: 12px;
  }
}

.classroom-box {
  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;
}

@media screen and (max-width: 767px) {
  .classroom-box {
    display: block;
  }
}

.classroom-box .box-item {
  width: calc(100% / 3 - 17px);
  background-color: #F0F5FA;
  padding: 30px 18px 30px;
  border-radius: 10px;
}

@media screen and (max-width: 960px) {
  .classroom-box .box-item {
    width: calc(100% / 3 - 10px);
    padding: 30px 15px 30px;
  }
}

@media screen and (max-width: 767px) {
  .classroom-box .box-item {
    width: 100%;
    padding: 30px 20px;
    border-radius: 8px;
  }
  .classroom-box .box-item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.classroom-box .box-item:nth-child(n + 4) {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .classroom-box .box-item:nth-child(n + 4) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .classroom-box .box-item:nth-child(n + 4) {
    margin-top: 0;
  }
}

.classroom-box .box-ttl {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
}

@media screen and (max-width: 960px) {
  .classroom-box .box-ttl {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .classroom-box .box-ttl {
    font-size: 16px;
  }
}

.classroom-box .box-ttl::before {
  position: absolute;
  content: "";
  background-color: #4E7DBF;
  width: 30px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.classroom-box .box-add {
  font-size: 13px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 2;
}

.classroom-box .box-info {
  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;
}

.classroom-box .tel {
  font-size: 30px;
}

@media screen and (max-width: 960px) {
  .classroom-box .tel {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .classroom-box .tel {
    font-size: 30px;
  }
}

.classroom-box .tel::before {
  top: 10px;
}

@media screen and (max-width: 960px) {
  .classroom-box .tel::before {
    top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .classroom-box .tel::before {
    top: 9px;
  }
}

.classroom-box .btn-more {
  margin: 20px auto 0;
  max-width: 210px;
  width: 100%;
  font-size: 14px;
  padding: 10px 10px 10px 0px;
}

@media screen and (max-width: 960px) {
  .classroom-box .btn-more {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .classroom-box .btn-more {
    width: 100%;
  }
}

/* .classroom-accordion-item+.classroom-accordion-item {
  margin-top: 30px;
} */

.classroom-accordion-item dt{
  background: #4E7DBF;
  color: #fff;
  padding: 15px 40px;
  transition: .3s;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .classroom-accordion-item dt{
    padding: 10px 20px;
    font-size: 17px;
  }
}


.classroom-accordion-item:nth-child(2n) dt{
  background: #F0F5FA;
  color: #4E7DBF;
}

.classroom-accordion-item dd {
  display: none;
  padding: 40px 80px 50px;
}

@media screen and (max-width: 767px) {
  .classroom-accordion-item dd {
    padding: 20px 15px;
  }
}

.classroom-accordion-item dd .classroom-accordion-btn-contents+.classroom-accordion-btn-contents {
  margin-top: 40px;
}

.classroom-accordion-item dt::before, .classroom-accordion-item dt::after {
  background: #fff;
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  right: 15px;
  top: 50%;
}

.classroom-accordion-item:nth-child(2n) dt::before, .classroom-accordion-item:nth-child(2n) dt::after {
  background: #4E7DBF;
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  right: 15px;
  top: 48%;
}

.classroom-accordion dt:not(.is-open):hover {
  opacity: .5;
}

.classroom-accordion-item dt::before,.classroom-accordion-item:nth-child(2n) dt::before {
  transform: rotate(90deg);
  transition: .5s;
}

.classroom-accordion-item dt.is-open::before,.classroom-accordion-item:nth-child(2n) dt.is-open::before {
  transform: rotate(0);
}

.classroom-accordion-btn-ttl {
  color: #4E7DBF;
  font-size: 18px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .classroom-accordion-btn-ttl {
    font-size: 18px;
    padding-left: 13px;
    margin-bottom: 10px;
  }
}

.classroom-accordion-btn-ttl::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 3px;
  background: #4E7DBF;
  left: 0;
  top: 5px;
}

@media screen and (max-width: 767px) {
  .classroom-accordion-btn-ttl::before {
    height: 18px;
    width: 3px;
    top: 4px;
  }
}

.classroom-accordion-btn {
  display: flex;
  background: #F0F5FA;
  padding: 10px 20px;
  align-items: center;
  justify-content: space-between;
  transition: .3s;
}

.classroom-accordion-btn+.classroom-accordion-btn {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .classroom-accordion-btn {
    flex-direction: column;
    /* align-items: flex-end; */
    padding: 20px 20px 15px;
  }
}

.classroom-accordion-btn:hover {
  opacity: .5;
}

.classroom-accordion-btn .classroom-accordion-btn-left {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .classroom-accordion-btn .classroom-accordion-btn-left {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    width: 100%;
  }
}

.classroom-accordion-btn .classroom-name {
  margin-right: 20px;
  width: 200px;
}

.classroom-accordion-btn .classroom-name.m {
  margin-right: 20px;
  width: 180px;
}

.classroom-accordion-btn .classroom-name.one {
  margin-right: 20px;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .classroom-accordion-btn .classroom-name {
    font-size: 18px;
    width: auto;
    margin-right: 0;
  }
  .classroom-accordion-btn .classroom-name.one {
    font-size: 18px;
    width: auto;
    margin-right: 0;
  }
}

.classroom-accordion-btn .classroom-logo {
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 100px;
}
.classroom-accordion-btn .classroom-logo.m {
  width: 50px;
  margin-right: 50px;
}
.classroom-accordion-btn .classroom-logo.one {
  width: 150px;
}

.classroom-accordion-btn .classroom-logo .one-txt {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .classroom-accordion-btn .classroom-logo {
    margin-right: 0;
  }

  .classroom-accordion-btn .classroom-logo.one {
    width: 150px;
  }

  .classroom-accordion-btn .classroom-logo .one-txt {
    font-size: 14px;
    font-weight: bold;
  }
}

.classroom-accordion-btn .classroom-logo img {
  width: 100px;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.classroom-accordion-btn .classroom-logo.small02 {
  background: #235655;
  padding: 2px 3px;
}

.classroom-accordion-btn .classroom-logo.small02 span {
  color: #fff;
  font-size: 10px;
}

.classroom-accordion-btn .classroom-logo.small02 img {
  width: 30px;
  margin-right: 5px;
}


.classroom-accordion-btn .classroom-logo.small img {
  width: 50px;
}

@media screen and (max-width: 767px) {
  .classroom-accordion-btn .classroom-logo img {
    width: 90px;
  }
}

.classroom-accordion-btn .classroom-subject-wrap {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .classroom-accordion-btn .classroom-subject-wrap {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.classroom-accordion-btn .classroom-subject-wrap .classroom-subject {
  border: 1px solid #4E7DBF;
  border-radius: 2px;
  font-size: 12px;
  color: #4E7DBF;
  background: #fff;
  line-height: 1;
  padding: 3px 5px 5px;
}

@media screen and (max-width: 767px) {
  .classroom-accordion-btn .classroom-subject-wrap .classroom-subject {
    font-size: 13px;
  }
}

.classroom-accordion-btn .classroom-subject-wrap .classroom-subject+.classroom-subject {
  margin-left: 5px;
}

.classroom-accordion-btn .classroom-detail {
  display: block;
  position: relative;
  padding-right: 10px;
}

.classroom-accordion-btn .classroom-detail::after {
  position: absolute;
  content: "";
  border: 0;
  border-top: solid 1px #222;
  border-right: solid 1px #222;
  display: inline-block;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  top: 53%;
  right: 0;
}

@media screen and (max-width: 767px) {
  .classroom-accordion-btn .classroom-detail::after {
    top: 56%;
  }
}

.faq {
  padding: 80px 0 100px;
  background-color: #F0F5FA;
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 60px 0 60px;
  }
}

.faq .container, .faq .modal-content {
  max-width: 880px;
}

@media screen and (max-width: 767px) {
  .faq .container, .faq .modal-content {
    max-width: 90%;
  }
}

.faq-list .list-txt:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .faq-list .list-txt:not(:last-child) {
    margin-bottom: 40px;
  }
}

.faq-list .list-ttl {
  font-size: 20px;
  font-weight: 500;
  border-bottom: solid 1px #D8D8D8;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 767px) {
  .faq-list .list-ttl {
    font-size: 18px;
  }
}

.faq-list .list-ttl .circle {
  color: #fff;
  font-size: 22px;
  margin-right: 15px;
  line-height: 0.8;
  font-family: "Yellowtail", cursive;
  background-color: #4E7DBF;
  border-radius: 50px;
  text-align: center;
  width: 45px;
  height: 45px;
  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;
}

@media screen and (max-width: 767px) {
  .faq-list .list-ttl .circle {
    font-size: 18px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

.faq-list .list-ttl .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .faq-list .list-ttl .txt {
    line-height: 1.4;
  }
}

.faq-list .list-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.faq-list .list-txt .circle {
  color: #4E7DBF;
  font-family: "Yellowtail", cursive;
  font-size: 22px;
  margin-right: 15px;
  line-height: 0.8;
  background-color: #E5F0FF;
  border-radius: 50px;
  text-align: center;
  width: 45px;
  height: 45px;
  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;
}

@media screen and (max-width: 767px) {
  .faq-list .list-txt .circle {
    font-size: 18px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

.faq-list .list-txt .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.faq-list .list-txt .txt p {
  margin-bottom: 30px;
}

.school {
  padding: 100px 0 100px;
}

@media screen and (max-width: 767px) {
  .school {
    padding: 60px 0 60px;
  }
}

.school-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .school-list {
    display: block;
  }
}

.school-list .list-img {
  max-width: 700px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .school-list .list-img {
    width: 60%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .school-list .list-img {
    max-width: 100%;
    width: 100%;
  }
}

.school-list .list-desc {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(34, 34, 34, 0.1);
          box-shadow: 0 0 20px rgba(34, 34, 34, 0.1);
  padding: 40px 50px 40px;
  width: 50%;
  margin: 100px -200px 0 0;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 960px) {
  .school-list .list-desc {
    width: 60%;
    padding: 50px 30px 100px;
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .school-list .list-desc {
    width: 100%;
    padding: 30px 20px 90px;
    margin: -20px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.school-list .list-desc .list-part {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 15.5%;
}

.school-list .list-desc .ttl {
  margin-bottom: 20px;
  text-align: center;
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .school-list .list-desc .ttl {
    font-size: 24px;
  }
}

.school-list .list-desc .ttl span {
  padding-bottom: 5px;
  border-bottom: 1px solid #EB97C3;
}

.school-list .list-desc .txt {
  text-align: center;
  margin-bottom: 25px;
}

.school-btn {
  margin: 0 auto;
  width: 300px;
  display: block;
  border: 1px solid #EB97C3;
  color: #EB97C3;
  text-align: center;
  font-weight: 700;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 17px 10px;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .school-btn {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .school-btn {
    width: 100%;
  }
}

.school-btn::before {
  position: absolute;
  content: "";
  background-image: url(../images/btb_pink.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

@media screen and (max-width: 960px) {
  .school-btn::before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .school-btn::before {
    width: 20px;
    height: 20px;
  }
}

.school-btn:hover {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  text-align: center;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  border: none;
  background: transparent;
  cursor: pointer;
  color: transparent;
}

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  bottom: -4%;
  width: 28px;
  height: 28px;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: .5;
}

.slick-prev {
  background-image: url(../images/btn_blue.png);
  left: 38%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .slick-prev {
    left: 23%;
  }
}

.slick-next {
  background-image: url(../images/btn_blue.png);
  right: 38%;
}

@media screen and (max-width: 767px) {
  .slick-next {
    right: 23%;
  }
}

.slick-dots {
  display: block;
  list-style: none;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.slick-dots li + li {
  margin-left: 5px;
}

.slick-dots li button {
  display: inline-block;
  background: #D3D3D3;
  border-radius: 50% !important;
  border: 0;
  cursor: pointer;
  color: transparent;
  width: 12px !important;
  height: 12px !important;
  outline: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #4E7DBF;
}

.slick-dots li.slick-active button {
  background: #4E7DBF;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

/*------------
モーダル
-------------*/
.js-modal-open {
  -webkit-transition: .3s;
  transition: .3s;
}

.js-modal-open:hover {
  opacity: .5;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
}

.modal-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #EDF5FF;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .modal-content {
    padding: 20px;
  }
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #4E7DBF;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  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;
}

@media screen and (max-width: 767px) {
  .modal-close {
    width: 30px;
    height: 30px;
    font-size: 21px;
  }
}


.top-video{
  width:640px;
  text-align:center;
  margin: 0 auto;
  margin-bottom:30px;
}

@media screen and (max-width:640px){
  .top-video{
    width:100%;
  }
}
