@charset "UTF-8";
/* ----------------------------- リセット */
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, 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;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  position: relative;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/*=======================================
コンテンツ
=========================================*/
.p-winter2025 {
  background: url("../img/spring2026/bg.png") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  background-attachment: fixed;
}

.mv {
  position: relative;
}
.mv .head {
  position: absolute;
  left: 0;
  top: 0;
}
.mv .course-btn {
  position: absolute;
  width: 24%;
  bottom: 15vw;
  right: 20px;
}
.mv .main-btn {
  position: absolute;
  width: 85.8%;
  bottom: 3.6vw;
  left: 0;
  right: 0;
  margin: auto;
}

.c-btn {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.check {
  background: #e1f0e7 url("../img/winter2025/check_bg.png") no-repeat center;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  position: relative;
  top: -2px;
  padding-top: 30px;
}
.check h2 {
  position: relative;
  z-index: 1;
  width: 89.8%;
  margin: 0 auto;
}
.check .check-img {
  position: relative;
  width: 89.2%;
  margin: 10px auto 0;
}
.check p {
  text-align: center;
  color: #46aea9;
  font-size: 29px;
  font-weight: bold;
  padding: 40px 0 30px;
  letter-spacing: 0.1em;
}
.check .triangle-container {
  width: 100%;
  max-width: 747px;
  height: 0;
  padding-bottom: 0.0321%;
  /* これが縦横比を固定するキモです */
  position: absolute;
  left: 0;
  bottom: -0.02%;
}
.check .triangle {
  position: absolute;
  z-index: 2;
  height: 0;
  padding-bottom: 8.0321%;
  /* この値がアスペクト比を固定します */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e1f0e7;
  /* 好きな色に変更してください */
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.up {
  padding: 35px 0 50px;
  position: relative;
  z-index: 1;
  background: url("../img/spring2026/up_bg.png") no-repeat center bottom;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.up p {
  width: 68.4%;
  margin: 0 auto;
  position: relative;
  bottom: -10px;
}

.point {
  background: #F3F8F2;
  background: linear-gradient(181deg, #f3f8f2 26%, #fbefa3 100%);
  padding: 90px 0 50px;
  margin-top: -50px;
  position: relative;
  z-index: 0;
}
.point h3 {
  width: 76%;
  margin: 0 auto 40px;
}
.point .point-wrap .item {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background-color: #FFF;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding-top: 35px;
}
.point .point-wrap .item:last-child {
  margin-bottom: 0;
}
.point .point-wrap .item h4 {
  margin: 0 auto 35px;
}
.point .point-wrap .item p {
  padding: 0 20px;
  line-height: 25px;
  font-size: 14px;
  width: 88%;
  margin: 0 auto;
}
.point .point-wrap .item:nth-child(1) h4 {
  width: 78%;
}
.point .point-wrap .item:nth-child(1) .ph {
  width: 100%;
}
.point .point-wrap .item:nth-child(2) h4 {
  width: 84%;
}
.point .point-wrap .item:nth-child(3) h4 {
  width: 63%;
}
.point .point-wrap .item:nth-child(3) .ph {
  width: 63%;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-20px);
}
.point .point-wrap .item:nth-child(3) .box {
  background-color: #ffb9d2;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 32px;
}
.point .point-wrap .item:nth-child(3) .box2 {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 32px;
}
.point .point-wrap .item:nth-child(3) .box3 {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 35px;
}

.event {
  background: #dcf6f8 url("../img/spring2026/ev_bg2.png") no-repeat center top;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  padding-bottom: 45px;
  padding-top: 40px;
}
.event h3 {
  width: 67%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.event ul {
  width: 85%;
  margin: 35px auto 0;
}
.event ul li {
  position: relative;
  margin-bottom: 35px;
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.2));
}
.event ul li:last-child {
  margin-bottom: 0;
}

.course {
  margin-top: -10px;
}
.course ul {
  padding: 40px 30px;
}
.course ul li {
  margin-bottom: 20px;
}
.course ul li:last-child {
  margin-bottom: 0;
}

.course-block {
  padding-bottom: 50px;
  overflow: hidden;
}
.course-block .txt-wrap {
  background-color: #FFF;
}
.course-block .ph {
  margin-left: -20px;
  margin-right: -20px;
}
.course-block .tit2 {
  width: 85.6%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8vw;
  padding: 25px 0;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 3px;
}
.course-block .tit2 .icon {
  position: absolute;
  right: -20px;
}
.course-block .tit2 .in {
  height: 8vw;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.course-block .txt {
  width: 85.6%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 25px;
}
.course-block .txt h5 {
  font-size: 17px;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 15px;
  margin-bottom: 15px;
  font-feature-settings: "palt";
}
.course-block .txt h5:first-child {
  margin-top: 0;
}
.course-block .txt p {
  font-size: 14px;
  line-height: 26px;
  font-feature-settings: "palt";
}
.course-block .txt p span {
  background-color: yellow;
}
.course-block .ev {
  padding: 25px 0 25px 0;
  padding-bottom: 25px;
}
.course-block .ev img {
  width: 86%;
  margin: 0 auto;
  display: block;
}
.course-block .course-btn {
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  padding: 40px 0 50px;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
.course-block .course-btn li {
  margin-bottom: 20px;
}
.course-block .course-btn li:last-child {
  margin-bottom: 0;
}

.course-block01 {
  background-color: #E5ECF5;
  overflow: hidden;
}
.course-block01 .tit2 .in {
  border-bottom: 1px solid #0071ec;
  color: #0071EC;
  background: #FFF url("../img/winter2025/point01.png") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.course-block01 .tit2 .icon {
  width: 17vw;
  right: -60px;
  bottom: 0;
}
.course-block01 .ev {
  background-color: #E5ECF5;
  position: relative;
  margin-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.course-block01 .ev img {
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.2));
}
.course-block01 .ev:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 35px;
  /* 左の余白 */
  right: 35px;
  /* 右の余白 */
  height: 2px;
  background: url(../img/spring2026/line.svg) repeat-x top left;
}
.course-block01 .ev:after {
  content: "";
  width: 43px;
  height: 43px;
  background: url("../img/spring2026/plus_jh.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
.course-block01 .ev2 {
  background-color: #E5ECF5;
}
.course-block01 .ev2 img {
  width: 86%;
  margin: 0 auto;
  display: block;
}
.course-block01 .course-btn {
  background-color: #E5ECF5;
}

.course-block02 {
  background-color: #fffad9;
}
.course-block02 .tit2 .in {
  border-bottom: 1px solid #ffde00;
  color: #000;
  background: #FFF url("../img/spring2026/point02.png") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.course-block02 .tit2 .icon {
  width: 17vw;
  right: -2vw;
  bottom: 0;
}
.course-block02 .ev {
  background-color: #fffad9;
}
.course-block02 .ev img {
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.2));
}
.course-block02 .course-btn {
  background-color: #fffad9;
}

.course-block03 {
  background-color: #f0ecf5;
}
.course-block03 .tit2 .in {
  border-bottom: 1px solid #794bb3;
  color: #794bb3;
  background: #FFF url("../img/winter2025/point03.png") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.course-block03 .tit2 .icon {
  width: 17vw;
  right: -2vw;
  bottom: 0;
}
.course-block03 .ev {
  background-color: #f0ecf5;
  padding-bottom: 0;
}
.course-block03 .ev img {
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.2));
  margin-bottom: 30px;
}
.course-block03 .ev img:last-child {
  margin-bottom: 0;
}
.course-block03 .ev1 {
  background: #f0ecf5;
  position: relative;
  margin-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.course-block03 .ev1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 35px;
  /* 左の余白 */
  right: 35px;
  /* 右の余白 */
  height: 100%;
  background: url(../img/spring2026/line.svg) repeat-x top left;
}
.course-block03 .ev1:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 35px;
  /* 左の余白 */
  right: 35px;
  /* 右の余白 */
  background: url(../img/spring2026/line.svg) repeat-x top left;
}
.course-block03 .ev1 p {
  text-align: center;
  font-size: 22px;
  padding: 40px 0 20px;
}
.course-block03 .ev1 p:before {
  content: "";
  width: 43px;
  height: 43px;
  background: url("../img/spring2026/plus_an.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}
.course-block03 .ev1 img {
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.2));
  width: 86%;
  margin: 0 auto;
  display: block;
}
.course-block03 .ev2 {
  background-color: #f0ecf5;
  position: relative;
}
.course-block03 .ev2 img {
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.2));
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 1%;
  display: block;
}
.course-block03 .ev2 a {
  position: absolute;
  display: block;
  width: 76%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 45px;
}
.course-block03 .ev2 a img {
  width: 100%;
}
.course-block03 .course-btn {
  background-color: #f0ecf5;
}

.course-block04 {
  background-color: #feecf0;
}
.course-block04 .tit2 .in {
  border-bottom: 1px solid #f76689;
  color: #f76689;
  background: #FFF url("../img/winter2025/point04.png") no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.course-block04 .tit2 .icon {
  width: 17vw;
  right: -2vw;
  bottom: 0;
}
.course-block04 .tit3 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 25px;
  padding: 25px 0;
  margin-bottom: 40px;
  font-weight: bold;
}
.course-block04 .ev {
  background-color: #feecf0;
}
.course-block04 .ev img {
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.2));
  margin-bottom: 30px;
}
.course-block04 .ev img:last-child {
  margin-bottom: 0;
}
.course-block04 .course-btn {
  background-color: #feecf0;
}

@media screen and (max-width: 767px) {
  .course-block .tit2 {
    font-size: 5.8vw;
  }
  .course-block .tit2 .in {
    height: 22vw;
  }

  .course-block01 .tit2 .in {
    background: #FFF url("../img/winter2025/point01.png") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .course-block01 .tit2 .icon {
    width: 52vw;
    right: -4vw;
    bottom: 0;
  }

  .course-block02 .tit2 .icon {
    width: 52vw;
    right: -4vw;
    bottom: 0;
  }

  .course-block03 .tit2 .icon {
    width: 52vw;
    right: -10vw;
    bottom: 0;
  }
  .course-block03 .ev2 a {
    bottom: 5%;
  }

  .course-block04 .tit2 .icon {
    width: 52vw;
    right: -11vw;
    bottom: 0;
  }
  .course-block04 .tit3 {
    font-size: 23px;
  }
}
.faq {
  background-color: #FFF;
  padding: 69px 0 56px;
}
.faq h3 {
  text-align: center;
  color: #0071EC;
  font-size: 27px;
  padding-bottom: 22px;
  border-bottom: 1px solid #0071EC;
  margin-bottom: 30px;
}
.faq .is-accordion .is-head {
  display: table;
  width: 100%;
  border-top: 1px solid #b2b2b2;
  padding: 15px 40px 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.faq .is-accordion .is-head:after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/winter2025/icon_plus.svg") no-repeat center;
}
.faq .is-accordion .is-head.is-open:after {
  background: url("../img/winter2025/icon_minus.svg") no-repeat center;
}
.faq .is-accordion .is-head .icon {
  display: table-cell;
  width: 45px;
  font-size: 30px;
  vertical-align: middle;
  text-align: center;
  font-family: Times New Roman;
  font-weight: bold;
}
.faq .is-accordion .is-head .txt {
  display: table-cell;
  width: calc(100% - 45px);
  font-size: 16px;
  vertical-align: middle;
}
.faq .is-accordion .is-body {
  border-top: 1px dashed #b2b2b2;
  padding: 15px 0;
  display: table;
  width: 100%;
}
.faq .is-accordion .is-body .icon {
  display: table-cell;
  width: 45px;
  font-size: 30px;
  vertical-align: top;
  text-align: center;
  font-family: Times New Roman;
  font-weight: bold;
  color: #EE5A94;
}
.faq .is-accordion .is-body .txt {
  display: table-cell;
  width: calc(100% - 45px);
  font-size: 16px;
  vertical-align: middle;
}

.contact {
  background: url("../img/spring2026/contact_bg.png") no-repeat center top;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  padding: 70px 0 0;
  margin-top: -30px;
}
.contact h3 {
  text-align: center;
  border-top: 1px solid #2e65ff;
  border-bottom: 1px solid #2e65ff;
  font-size: 25px;
  letter-spacing: 5px;
  padding: 10px 0;
  color: #2E65FF;
}
.contact ul {
  margin: 20px auto 35px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact ul:before, .contact ul:after {
  content: none;
}
.contact ul li {
  width: 31%;
  border-radius: 5px;
  box-shadow: 8px 8px 0px 0px #1895e9;
}
.contact ul li:nth-child(1) {
  box-shadow: 8px 8px 0px 0px #f23f77;
}
.contact ul li:hover img {
  position: relative;
  top: 8px;
  right: -8px;
}

.school {
  background-color: #FFF;
  padding-top: 50px;
}
.school .item {
  margin-bottom: 40px;
}
.school .item:last-child {
  margin-bottom: 0;
}
.school h3 {
  text-align: center;
  color: #0071EC;
  font-size: 27px;
  padding-bottom: 22px;
  border-bottom: 1px solid #0071EC;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.school h4 {
  background: linear-gradient(#0171ec 0%, #4792eb 100%);
  text-align: center;
  color: #FFF;
  font-size: 25px;
  padding: 15px 0;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.school .tel {
  text-align: center;
  font-size: 34px;
  color: #0071ec;
  margin-top: 20px;
  line-height: 1;
}
.school .tel a {
  color: #0071ec;
}
.school .tel span {
  position: relative;
  bottom: -2px;
}
.school .tel span:after {
  content: ":";
  margin: 0 0.3em;
  position: relative;
  top: -4px;
}
.school .add {
  text-align: center;
  font-size: 21px;
  margin-top: 20px;
  line-height: 1;
}
.school .btn {
  max-width: 268px;
  width: 100%;
  margin: 30px auto 0;
}
.school .btn a {
  border: 2px solid #0071ec;
  display: block;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #0071EC;
  text-decoration: none;
  font-size: 19px;
  padding: 0 25px;
  position: relative;
}
.school .btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #0071ec;
  border-right: 0;
}
.school iframe {
  width: 100%;
  height: 189px;
}

.main-content {
  width: 32vw;
  margin: 0 auto;
  background-color: #FFF;
}
.main-content .inner {
  padding: 0 20px;
}

.footer {
  border-top: 10px solid #004098;
  margin-top: 45px;
  padding-top: 30px;
  padding-bottom: 100px;
}
.footer .logo {
  width: 42%;
  margin: 0 auto 25px;
}
.footer .privacy {
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}
.footer .privacy a {
  color: #004098;
  font-weight: bold;
}
.footer .copy {
  font-size: 11px;
  text-align: center;
}

.left,
.right {
  width: 34vw;
  position: fixed;
  top: 0;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 4.5vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.left {
  left: 0;
}
.left .link {
  margin: 30px auto;
}
.left .link ul li {
  border-top: 1px solid #ff939e;
}
.left .link ul li span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.left .link ul li:nth-child(1) span:before {
  width: 29px;
  height: 22px;
  background: url("../img/spring2026/side_icon1.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.left .link ul li:nth-child(2) span:before {
  width: 29px;
  height: 22px;
  background: url("../img/spring2026/side_icon2.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.left .link ul li:nth-child(3) span:before {
  width: 29px;
  height: 22px;
  background: url("../img/spring2026/side_icon3.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.left .link ul li:nth-child(4) span:before {
  width: 29px;
  height: 22px;
  background: url("../img/spring2026/side_icon4.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.left .link ul li:last-child {
  border-bottom: 1px solid #ff939e;
}
.left .link ul li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #666;
}

.right {
  right: 0;
}
.right .inner {
  width: 100%;
}

.movie-wrap .item {
  display: table;
  width: 100%;
  padding: 0.7vw 0;
  border-top: 1px solid #ff939e;
}
.movie-wrap .item:last-child {
  border-bottom: 1px solid #ff939e;
}
.movie-wrap .item .txt {
  display: table-cell;
  width: 59%;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0.7vw;
}
.movie-wrap .item .txt p {
  text-align: right;
  font-size: 0.9vw;
}
.movie-wrap .item .txt p span {
  display: block;
  font-size: 0.7vw;
  line-height: 1.2;
}
.movie-wrap .item .movie {
  display: table-cell;
  width: 41%;
  vertical-align: middle;
}
.movie-wrap .item .movie .in {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-wrap .item .movie .in iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sp-fix {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
.sp-fix ul {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.sp-fix ul li {
  width: 49%;
}
.sp-fix ul:before, .sp-fix ul:after {
  content: none;
}

@media screen and (max-width: 767px) {
  .mv .course-btn {
    bottom: 45vw;
  }
  .mv .main-btn {
    bottom: 13vw;
  }

  .left,
  .right {
    display: none;
  }

  .main-content {
    left: 0;
    margin: 0 auto;
    box-shadow: none;
    width: 100%;
  }

  .l-footer {
    padding-bottom: 150px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .contact {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
