@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  background-color: #f5f3e7;
  font-family: "Noto Sans JP", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1.8;
}

.bg__logo-img {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0.5;
}

.wrapper {
  width: min(100%, 960px);
  margin: 0 auto;
}

.inner {
  width: min(850px, 100%);
  margin: 0 auto;
  padding: 5px 20px;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.jump_point {
  display: block;
  padding-top: 20px;
  margin-top: -20px;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .br-sp {
    display: inline-block;
  }
}

/* 取り消し線 */
.strikethrough {
  color: gray;
  text-decoration: line-through;
}

/* 「受付終了」 */
.reception-closed {
  color: gray;
  font-size: clamp(1rem, 0.911rem + 0.29vw, 1.125rem);
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

.red {
  color: red;
}
.red.bold {
  background-color: #ffd6d6;
  font-weight: bold;
}

.center {
  text-align: center;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.sm {
  display: none;
}
@media screen and (max-width: 600px) {
  .sm {
    display: inline;
  }
}

.md {
  display: none;
}
@media screen and (max-width: 768px) {
  .md {
    display: inline;
  }
}

@media screen and (max-width: 1024px) {
  .lg-none {
    display: none;
  }
}

.t-small {
  font-size: 12px;
}

.flex {
  display: flex;
}

.title__en {
  margin-top: clamp(1.563rem, 0.313rem + 6.25vw, 5rem);
  color: #00163d;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.1em;
}
.title__en::after {
  display: block;
  width: 45px;
  height: 5px;
  margin: 10px auto 0;
  content: "";
  background-color: #91A7E3;
}

.section__title {
  margin-bottom: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  color: #00163d;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  text-align: center;
  letter-spacing: 0.1em;
}

.btn__link {
  display: block;
  width: min(225px, 100%);
  margin: 0 auto;
  padding: 10px;
  background-color: #fff;
  color: #102A71;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.btn__link:hover {
  background-color: #ccc;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.arrow {
  position: relative;
  padding-right: 20px;
}
.arrow:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.page__top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  background-color: #eabc00;
  color: #00163d;
  padding: 5px;
  width: 50px;
  height: 50px;
  font-family: "Century";
}
.page__top .arrow_top {
  border-top: 3px solid #00163d;
  border-left: 3px solid #00163d;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  margin: 15px auto 0 auto;
}

.trial__btn {
  position: fixed;
  z-index: 50;
  left: 10px;
  bottom: 10px;
  width: clamp(5rem, 3.409rem + 7.95vw, 9.375rem);
  height: auto;
}
@media screen and (max-width: 1024px) {
  .trial__btn {
    bottom: 70px;
  }
}
.trial__btn .trial__btn-img {
  width: 100%;
  height: auto;
}

.top-trial__btn {
  position: relative;
  display: block;
  width: 300px;
  margin: 10px auto 0;
  padding: 10px clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
  background: linear-gradient(to right, #eb6600 0%, #c40206 100%);
  border-radius: 50px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
}
.top-trial__btn.fv-trial__btn {
  display: inline-block;
  width: auto;
}
.top-trial__btn:hover {
  opacity: 0.8;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.top-trial__btn::after {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../images/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.diagonal,
.best {
  position: relative;
  padding: 15px;
  font-size: 18px;
}
.diagonal::before,
.best::before {
  position: absolute;
  top: 0.8rem;
  height: 1.8rem;
  content: "";
  border-left: solid 3px;
  left: 0;
  transform: rotate(-30deg);
}
.diagonal::after,
.best::after {
  position: absolute;
  top: 0.8rem;
  height: 1.8rem;
  content: "";
  border-right: solid 3px;
  right: 0;
  transform: rotate(30deg);
}

.blue-text {
  color: blue;
}

/* ヘッダー */
.header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 10;
  padding: 3px 15px;
  background-color: #102A71;
}
@media screen and (max-width: 900px) {
  .header {
    height: 66px;
  }
}
.header.flex {
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  width: 70px;
  height: 70px;
  margin: 0;
  flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .header .logo {
    text-align: start;
  }
}
.header .g-navi {
  flex-grow: 3;
}
@media screen and (max-width: 900px) {
  .header .g-navi {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .header .g-navi.active {
    display: block;
  }
  .header .g-navi.active .g-navi__list {
    flex-direction: column;
    position: fixed;
    top: 66px;
    right: 0;
    width: min(50%, 300px);
    margin: 0;
    background-color: rgba(16, 42, 113, 0.8);
  }
  .header .g-navi.active .g-navi__list .g-navi__item {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header .g-navi.active .g-navi__list {
    width: min(70%, 400px);
  }
}
@media screen and (max-width: 600px) {
  .header .g-navi.active .g-navi__list {
    width: 100%;
  }
}
.header .g-navi .g-navi__list .g-navi__item .g-navi__link {
  display: block;
  margin: 0 10px;
  color: #fff;
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
}
.header .link-btn__area {
  flex-grow: 2;
}
@media screen and (max-width: 1024px) {
  .header .link-btn__area {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
    background-color: #102A71;
  }
  .header .link-btn__area.flex {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .header .link-btn__area.flex {
    justify-content: start;
  }
}
.header .link-btn__area .btn__link {
  width: min(100%, 160px);
  margin: 5px;
  padding: 10px;
  border: 1px solid #00163d;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .header .link-btn__area .btn__link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .header .link-btn__area .btn__link {
    padding: 5px;
  }
}
.header .link-btn__area .btn__link.apply {
  color: #00163d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .link-btn__area .btn__link.login {
  background-color: #ffd423;
  color: #00163d;
}
.header .link-btn__area .btn__link.logout {
  background-color: #f5f3e7;
  color: #102A71;
}
.header .link-btn__area .btn__link.logout:hover {
  background-color: #f5d25c;
}

.hamburger {
  display: none;
}
@media screen and (max-width: 900px) {
  .hamburger {
    display: block;
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 10;
    width: 50px;
    height: 50px;
  }
  .hamburger .hamburger__line {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    left: 10px;
    transition: 0.3s;
  }
  .hamburger .hamburger__line:nth-child(1) {
    top: 11px;
  }
  .hamburger .hamburger__line:nth-child(2) {
    top: 24px;
  }
  .hamburger .hamburger__line:nth-child(3) {
    top: 36px;
  }
  .hamburger.active .hamburger__line {
    z-index: 10;
  }
  .hamburger.active .hamburger__line:nth-child(1) {
    top: 24px;
    left: 16px;
    transform: rotate(45deg);
  }
  .hamburger.active .hamburger__line:nth-child(2) {
    display: none;
  }
  .hamburger.active .hamburger__line:nth-child(3) {
    top: 24px;
    left: 16px;
    transform: rotate(-45deg);
  }
}

/* ヘッダー（ここまで） */
/* first view */
.fv {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 700px;
  padding-top: 80px;
  background-color: #102A71;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%);
  /* top video */
  /* top video end */
}
@media screen and (max-width: 900px) {
  .fv {
    height: 630px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 97%);
            clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 97%);
  }
}
@media screen and (max-width: 768px) {
  .fv {
    height: 550px;
  }
}
@media screen and (max-width: 600px) {
  .fv {
    height: 460px;
  }
}
@media screen and (max-width: 500px) {
  .fv {
    height: 350px;
  }
}
.fv .fv-bg_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0 95%);
          clip-path: polygon(0 0, 100% 0, 100% 82%, 0 95%);
}
@media screen and (max-width: 1024px) {
  .fv .fv-bg_img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0 90%);
            clip-path: polygon(0 0, 100% 0, 100% 82%, 0 90%);
  }
}
@media screen and (max-width: 768px) {
  .fv .fv-bg_img {
    padding-top: 65px;
  }
}
.fv .fv-bg .bg-video {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .fv {
    background-position: 35% 55%;
  }
}
.fv .school__name {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0px 3px 6px rgba(0, 19, 124, 0.9);
  font-size: clamp(1.25rem, 0.568rem + 3.41vw, 3.125rem);
  font-family: "Russo One", sans-serif;
  text-align: end;
}
@media screen and (max-width: 600px) {
  .fv .school__name {
    right: 1rem;
  }
}
.fv .school__name span {
  display: block;
  line-height: 1.5;
}
.fv .school__name span.license__name {
  width: 75%;
  margin-left: auto;
  margin-bottom: 5px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 19, 124, 0.9);
  color: #102A71;
  font-size: clamp(0.938rem, 0.576rem + 1.54vw, 1.563rem);
  font-weight: bold;
  text-shadow: none;
  text-align: center;
  letter-spacing: 0.05em;
}
.fv .school__name span.catch {
  color: #fff;
  font-weight: bold;
}
.fv .school__name span.school__name-text {
  color: #f5d25c;
  font-size: clamp(1rem, 0.375rem + 2vw, 1.875rem);
}
.fv .certified {
  position: absolute;
  left: 40px;
  bottom: 30px;
  width: clamp(5rem, 2.273rem + 13.64vw, 12.5rem);
}
@media screen and (max-width: 768px) {
  .fv .certified {
    left: 10px;
    bottom: 20px;
    height: auto;
  }
}

/* first view（ここまで） */
/* 無料体験 概要 */
.trial-overview {
  margin: 30px auto;
  padding: 30px clamp(2.5rem, 1.818rem + 3.41vw, 4.375rem);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .trial-overview {
    padding: 15px 20px 30px;
  }
}
@media screen and (max-width: 600px) {
  .trial-overview {
    padding: 15px 10px 30px;
  }
}
.trial-overview .overview__title {
  width: 350px;
  margin: 0 auto;
  text-align: center;
}
.trial-overview .overview__title .strong {
  color: #eb6600;
  font-size: clamp(1.625rem, 1.398rem + 1.14vw, 2.25rem);
}
.trial-overview .flex {
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .trial-overview .flex {
    flex-wrap: wrap;
  }
}
.trial-overview .flex .flex__item:first-child {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .trial-overview .flex .flex__item:first-child {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .trial-overview .flex .flex__item:first-child {
    width: 85%;
    margin: 0 auto;
  }
}
.trial-overview .flex .flex__item:last-child {
  width: 45%;
}
@media screen and (max-width: 900px) {
  .trial-overview .flex .flex__item:last-child {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .trial-overview .flex .flex__item:last-child {
    width: 85%;
    margin: 0 auto;
  }
}
.trial-overview .flex.appeal__item {
  justify-content: start;
  align-items: center;
  font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.563rem);
  font-weight: bold;
}
.trial-overview .flex.appeal__item:first-child {
  margin-bottom: 15px;
}
.trial-overview .flex.appeal__item .appeal__check {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-image: url(../images/icon_check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.trial-overview .flex .appeal {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .trial-overview .flex .appeal {
    margin-top: 15px;
  }
}
.trial-overview .flex .appeal .appeal-icon:first-child {
  display: inline-block;
  width: 17px;
  height: 24px;
  background-image: url(../images/appeal-title-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.trial-overview .flex .appeal .appeal-icon:last-child {
  display: inline-block;
  width: 17px;
  height: 24px;
  background-image: url(../images/appeal-title-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.trial-overview .flex .top-trial__btn {
  width: 100%;
  text-align: center;
  letter-spacing: 0.15em;
}

/* 無料体験 概要（ここまで） */
/* コース内容 */
.course__menu {
  margin: 30px auto;
  padding: 25px;
  background-color: rgba(255, 212, 35, 0.8);
}
@media screen and (max-width: 768px) {
  .course__menu {
    width: 90%;
    margin: 30px auto;
  }
}
.course__menu .course__heading {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  text-align: center;
}
.course__menu .course__detail.flex {
  justify-content: space-around;
  flex-wrap: wrap;
}
.course__menu .course__detail .course__detail-box {
  width: min(35%, 230px);
  background-color: rgba(245, 243, 231, 0.8);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .course__menu .course__detail .course__detail-box {
    width: 45%;
    margin: 15px auto;
  }
}
@media screen and (max-width: 600px) {
  .course__menu .course__detail .course__detail-box {
    width: 80%;
  }
}
.course__menu .course__detail .course__detail-box .detail__title {
  margin: 20px 0 35px;
  color: #0e286d;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .course__menu .course__detail .course__detail-box .detail__title {
    margin: 20px 0 10px;
  }
}
.course__menu .course__detail .course__detail-box .detail__text {
  padding-bottom: 20px;
  font-size: 18px;
}

/* コース内容（ここまで） */
/* 全体の概要 */
.overview__list.flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .overview__list.flex {
    flex-direction: column;
  }
}
.overview__list .overview__box {
  width: min(454px, 50%);
  background-color: #fff;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .overview__list .overview__box {
    width: 90%;
    margin: 10px auto;
  }
}
.overview__list .overview__box .overview__title {
  margin: 0;
  padding: 10px 30px;
  background-color: #0e286d;
  color: #fff;
}
.overview__list .overview__box .overview__title .inner .no {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 5px;
  background-color: #f5d25c;
  color: #00163d;
  text-align: center;
}
.overview__list .overview__box .time {
  display: block;
  margin: 20px 0;
}
.overview__list .overview__box dl {
  margin: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem);
}
@media screen and (max-width: 600px) {
  .overview__list .overview__box dl dd {
    margin-left: 20px;
  }
}
.overview__list .overview__box dl ul {
  list-style: disc;
}

.tag {
  display: block;
  margin: 25px 0 20px 0;
  padding: 0.6em;
  background-color: #0e286d;
  line-height: 1;
  color: #fff;
}
.tag:before {
  content: "●";
  margin-right: 0.5em;
  color: #fff;
}

/* 全体の概要（ここまで） */
/* キャンペーン */
.campaign {
  margin: 80px auto;
  padding: clamp(0.938rem, 0.597rem + 1.7vw, 1.875rem);
  background: linear-gradient(45deg, rgb(255, 225, 33) 0%, rgb(255, 239, 173) 50%, rgb(255, 225, 33) 100%);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .campaign {
    width: 90%;
    margin: 40px auto;
  }
}
.campaign .campaign__title {
  margin: 0;
  color: red;
  text-align: center;
}
.campaign .campaign__list.flex {
  justify-content: space-around;
  flex-wrap: wrap;
}
.campaign .campaign__list .campaign__item {
  width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .campaign .campaign__list .campaign__item {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .campaign .campaign__list .campaign__item {
    width: 100%;
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
  }
}
.campaign .campaign__list .campaign__item .campaign__name {
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
}
.campaign .campaign__list .campaign__item .campaign__detail {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.campaign .campaign__list .campaign__item .original__price {
  font-size: 20px;
  text-decoration: line-through;
}
.campaign .campaign__list .campaign__item .campaign__price {
  color: red;
  font-size: 25px;
  font-weight: bold;
}
.campaign .campaign__list .campaign__item .dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
}
.campaign .campaign__list .campaign__item .annotation {
  font-size: 10px;
}

/* キャンペーン（ここまで） */
/* スケジュール */
@media screen and (max-width: 600px) {
  .schedule__list {
    width: 95%;
    margin: 0 auto;
  }
}
.schedule__list .section__sub-title {
  margin-top: 50px;
  margin-bottom: 0;
  text-align: center;
}
.schedule__list .schedule__box {
  width: 100%;
  margin: 30px 0;
  padding: 10px;
  background-color: #fff;
  border: 3px solid #eabc00;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.schedule__list .schedule__box.dis {
  background-color: #ccc;
  border: 5px solid #ccc;
}
.schedule__list .schedule__box .schedule__link {
  display: block;
  color: #0e286d;
  transition: all 0.3s;
}
.schedule__list .schedule__box .schedule__link:hover {
  opacity: 0.6;
}
.schedule__list .schedule__box .date {
  display: inline-block;
  width: 30%;
  font-size: clamp(1.125rem, 0.966rem + 0.8vw, 1.563rem);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .schedule__list .schedule__box .date {
    width: 90%;
    margin: 0 auto;
  }
}
.schedule__list .schedule__box .date .small {
  font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem);
}
.schedule__list .schedule__box .capacity {
  display: inline-block;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .schedule__list .schedule__box .capacity {
    width: 90%;
    margin: 0 auto;
  }
}
.schedule__list .schedule__box .count {
  display: inline-block;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .schedule__list .schedule__box .count {
    width: 90%;
    margin: 0 auto;
  }
}

/* スケジュール（ここまで） */
/* 特徴 */
.features__list.flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.features__list .features__box {
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 768px) {
  .features__list .features__box {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .features__list .features__box {
    width: 90%;
    margin: 10px auto 30px;
  }
}
.features__list .features__box .features__img {
  text-align: center;
}
.features__list .features__box h3 {
  margin: 5px;
  font-size: 18px;
  text-align: center;
}
.features__list .features__box h3 .small {
  display: block;
  font-size: 12px;
}

/* 特徴（ここまで） */
/* 修了生の声 */
.voice__list.flex {
  justify-content: space-around;
  flex-wrap: wrap;
}
.voice__list .voice__box {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 768px) {
  .voice__list .voice__box {
    width: calc(50% - 10px);
    margin: 20px auto;
  }
}
@media screen and (max-width: 600px) {
  .voice__list .voice__box {
    width: 80%;
    margin-bottom: 50px;
  }
}
.voice__list .voice__box .student__img {
  margin-bottom: 20px;
  text-align: center;
}
.voice__list .voice__box .balloon {
  position: relative;
  display: inline-block;
  background-color: #fff;
}
.voice__list .voice__box .balloon .voice__text {
  height: 420px;
  overflow: hidden;
  text-align: justify;
}
.voice__list .voice__box .balloon.__blue::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #0e286d;
}
.voice__list .voice__box .balloon.__blue .voice__text {
  padding: 20px;
  border: 2px solid #0e286d;
}
.voice__list .voice__box .balloon.__yellow::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #eabc00;
}
.voice__list .voice__box .balloon.__yellow .voice__text {
  padding: 20px;
  border: 2px solid #eabc00;
}
.voice__list .voice__box .balloon .voice__name {
  display: block;
  margin: 0;
  padding: 15px 0;
  background-color: #0e286d;
  color: #fff;
  text-align: center;
}
.voice__list .voice__box .balloon .voice__name span {
  margin-right: 5px;
  font-size: 15px;
  font-weight: normal;
}
.voice__list .voice__box:nth-child(2n) .voice__name {
  background-color: #eabc00;
}

.program {
  width: min(100%, 756px);
  margin: 50px auto;
  padding: 30px;
  border: 3px solid #0e286d;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .program {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .program {
    padding: 20px;
    text-align: justify;
  }
}
.program .program__title {
  margin-top: 0;
  text-align: center;
}
.program .program__title::after {
  display: block;
  content: "";
  width: min(300px, 100%);
  height: 5px;
  margin: 5px auto 0;
  background-color: #0e286d;
}

.real__img {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.real__img img {
  display: block;
  margin: 15px 0;
}

/* 修了生の声（ここまで） */
/* お知らせ */
.info {
  margin: 40px 0;
  padding: 40px 0;
  background-color: #fff;
}
.info .title__en {
  margin-top: 0px;
}
.info iframe {
  width: 100%;
}
.info .list__link {
  text-align: right;
}
.info .list__link .list__link-text {
  border-bottom: 1px solid #102A71;
  color: #102A71;
  transition: all 0.3s;
}
.info .list__link .list__link-text:hover {
  opacity: 0.6;
}

/* お知らせ(ここまで) */
/* よくある質問 */
.faq__line {
  display: flex;
}

.form__link {
  padding: 0 5px;
  background-color: #ccffff;
  border-bottom: 1px solid #0b62e5;
  color: #0b62e5;
  font-weight: bold;
  transition: all 0.3s;
}
.form__link:hover {
  background: lightgray;
  border-color: gray;
  color: gray;
}

.faq dl {
  width: 85%;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .faq dl {
    width: 90%;
    padding: 15px;
  }
}
.faq dl dt {
  margin-bottom: 35px;
  padding-top: 3px;
}
.faq dl dd {
  display: inline-block;
  margin-left: 0;
  padding-top: 3px;
}
.faq dl span {
  display: inline-block;
  text-align: center;
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .faq dl span {
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .faq dl span {
    margin-right: 15px;
  }
}
.faq dl span.question {
  min-width: 35px;
  height: 35px;
  padding: 3px 10px;
  background-color: #0e286d;
  color: #fff;
}
.faq dl span.answer {
  min-width: 35px;
  height: 35px;
  padding: 3px 10px;
  background-color: #f5d25c;
  color: #0e286d;
}

/* よくある質問（ここまで） */
/* アクセス */
.square__tag {
  display: inline-block;
  padding: 3px 10px;
  font-weight: bold;
  text-align: center;
}
.square__tag.sit {
  background-color: #eabc00;
  color: #0e286d;
}
.square__tag.physical {
  background-color: #0e286d;
  color: #f5d25c;
}

.access__box.flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.access__box .access__item {
  width: calc(50% - 10px);
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .access__box .access__item {
    width: 70%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 600px) {
  .access__box .access__item {
    width: 90%;
  }
}
.access__box .access__item iframe {
  width: min(350px, 100%);
  height: 220px;
}
@media screen and (max-width: 768px) {
  .access__box .access__item iframe {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .access__box .access__item iframe {
    margin-bottom: 30px;
  }
}

/* アクセス（ここまで） */
/* フッター */
.footer {
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 65px;
  }
}
.footer .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .flex img {
  display: block;
}
.footer p {
  margin: 15px 0;
  font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem);
}
.footer p.school-name {
  font-size: 20px;
}
.footer .copyright {
  margin-top: 20px;
  padding: 10px;
  background-color: #00163d;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

/* フッター(ここまで) */
/* ログイン */
.login {
  height: 100%;
}
.login .wrap {
  position: relative;
}
.login .wrap .form {
  width: min(450px, 80%);
  height: 100vh;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}
.login .wrap .form .login__line {
  margin: 50px 0;
  text-align: start;
}
.login .wrap .form .login__line input[type=text] {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.login .wrap .form input[type=submit] {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 50px;
  background-color: #eb6600;
  border: none;
  color: #fff;
  font-weight: bold;
  transition: all 0.5s;
}
.login .wrap .form input[type=submit]:hover {
  opacity: 0.5;
}
.login .footer {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.login .footer .copyright {
  margin: 0;
}

/* ログイン（ここまで） */
/* アニメーション */
/* Loading */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
}

.splash_logo {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.splash_logo img {
  width: 500px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .splash_logo img {
    width: 150px;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.member_mov {
  padding-top: 20px;
  border-top: 20px;
  text-align: center;
}
.member_mov video {
  width: 90%;
}/*# sourceMappingURL=style.css.map */