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

body {
  font-family: 'Noto Sans JP', sans-serif,"游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #4D2F1F;
  line-height: 2.1;
  letter-spacing: 0.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: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}

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

/*------ スライダー画像 ------*/
.slider img {
  width: 100%;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide {
  height: auto !important;
}

/*---------- 矢印 ----------*/
.slider .slick-next {
  right: 0 !important;
}

.slider .slick-prev {
  left: 0 !important;
}

.slider .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}

.slider .slick-arrow:before {
  font-size: 30px !important;
}

.header {
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  position: fixed;
  top: 0;
}

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

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

.header-logo {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  border-radius: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  .header-logo {
    border-radius: 0 0 15px 0;
  }
}

.header-logo a {
  display: block;
  padding: 30px 45px;
}

@media screen and (max-width: 767px) {
  .header-logo a {
    padding: 15px 10px;
  }
}

.header-logo a img {
  width: 140px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .header-logo a img {
    width: 100px;
    height: 60px;
  }
}

.header-btn {
  background-color: #F777A6;
  border: 1px solid #F777A6;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 25px;
  padding: 9px;
  position: absolute;
  top: 25px;
  right: 140px;
  width: 140px;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

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

.header-btn:hover {
  background-color: #FDF2F9;
  border: 1px solid #F777A6;
  color: #F777A6;
}

/*------------
G-navi
--------------*/
.humberger {
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 150;
  position: absolute;
  top: 20px;
  border-radius: 8px;
  right: 50px;
  z-index: 10000;
  background-color: #4D2F1F;
}

@media screen and (max-width: 960px) {
  .humberger {
    width: 50px;
    height: 50px;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .humberger {
    position: fixed;
    top: 10px;
  }
}

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

@media screen and (max-width: 960px) {
  .humberger span {
    width: 20px;
  }
}

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

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

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

.humberger.is-open span:nth-of-type(1) {
  top: 48%;
  -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) {
  top: 48%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

/*------------
G-navi
--------------*/
.header-navi {
  display: none;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}

.header-navi.is-open {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  position: fixed;
  top: 0;
  right: 0;
  width: 40%;
  z-index: 999;
  height: 100vh;
  background-color: #FEFBFD;
  padding: 130px 90px 30px;
  overflow: auto;
  z-index: 9999;
}

@media screen and (max-width: 960px) {
  .header-navi.is-open {
    width: 100%;
    padding: 130px 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .header-navi.is-open {
    padding: 60px 20px 50px;
  }
}

.header-navi-list {
  display: block;
}

.header-navi-list .item {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .header-navi-list .item {
    font-size: 15px;
    line-height: 1.4;
  }
}

.header-navi-list .item:not(:last-child) {
  margin-bottom: 20px;
}

.header-navi-list .item a {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #D9ADBD;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-navi-list .item a:hover {
  color: #F777A6;
}

.header-navi-tel {
  margin-top: 60px;
}

.header-navi-tel .small {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .header-navi-tel .small {
    margin-bottom: 15px;
  }
}

.header-navi-tel .tel {
  font-size: 34px;
  padding-left: 28px;
}

@media screen and (max-width: 767px) {
  .header-navi-tel .tel {
    font-size: 32px;
    padding-left: 25px;
  }
}

.header-navi-tel .tel::before {
  width: 26px;
  height: 26px;
  top: 12px;
}

@media screen and (max-width: 767px) {
  .header-navi-tel .tel::before {
    width: 24px;
    height: 24px;
    top: 11px;
  }
}

@media screen and (max-width: 767px) {
  .btn-following {
    top: auto;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: fixed;
    z-index: 99;
  }
  .btn-following li {
    background-color: #2E6BB3;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    border: none;
    border-radius: 0;
    width: calc(100% / 2);
    height: 50px;
    font-size: 15px;
    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;
    border-top: 1px solid #fff;
  }
  .btn-following li:last-child {
    color: #fff;
    background-color: #F777A6;
    border-left: 1px solid #fff;
  }
}

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

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

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

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

.footer .copyright {
  font-size: 12px;
  text-align: center;
  background-color: #F777A6;
  padding: 13px 5px;
  color: #fff;
}

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

.main {
  overflow: hidden;
}

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

.tel {
  position: relative;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.tel::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
}

.pink {
  color: #F777A6;
}

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

.common-ttl {
  text-align: center;
  position: relative;
}

.common-ttl::before {
  position: absolute;
  content: "";
  background: url(../images/icon_ttl.png) no-repeat center/contain;
  width: 30px;
  height: 50px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .common-ttl::before {
    width: 25px;
    height: 45px;
  }
}

.common-ttl .small {
  display: block;
  line-height: 1;
  letter-spacing: .05em;
}

.common-ttl .large {
  letter-spacing: .05em;
}

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

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

.sec-ttl .jp, .sec-ttl--left .jp {
  font-weight: 700;
  font-size: 34px;
  letter-spacing: .05em;
  line-height: 1.7;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .sec-ttl .jp, .sec-ttl--left .jp {
    font-size: 24px;
    line-height: 1.4;
  }
}

.sec-ttl .en, .sec-ttl--left .en {
  font-size: 12px;
  font-family: "Jost", sans-serif;
  color: #F777A6;
  display: block;
  line-height: 1;
  letter-spacing: .15em;
}

.sec-ttl--left {
  text-align: left;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .sec-ttl--left {
    text-align: center;
    margin-bottom: 30px;
  }
}

.sec-ttl--left .jp {
  font-size: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .sec-ttl--left .jp {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.sec-ttl--left .en {
  font-size: 12px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .sec-ttl--left .en {
    padding-left: 0;
  }
}

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

.l-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.l-style02 {
  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) {
  .l-style02 {
    display: block;
  }
}

.link {
  color: #F777A6;
  text-decoration: underline;
}

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

.cta {
  padding: 80px 0 90px;
  background-color: #FDF2F9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

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

.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-btn {
    display: block;
  }
}

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

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

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

.cta-btn a {
  display: block;
  font-weight: 700;
  font-size: 18px;
  border-radius: 55px;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  padding: 26px 10px 26px 60px;
  line-height: 1.5;
  position: relative;
  transition: .3s;
}

@media screen and (max-width: 960px) {
  .cta-btn a {
    padding: 26px 10px 26px 30px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .cta-btn a {
    line-height: 1.4;
  }
}

.cta-btn a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}

.cta-btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 960px) {
  .cta-btn a::after {
    right: 15px;
  }
}

.cta-btn .btn-line {
  background: #6AD144;
  border: 2px solid #fff;
  color: #fff;
}

.cta-btn .btn-line::before {
  background-image: url(../images/icon_LINE.png);
  width: 50px;
  height: 50px;
  left: 50px;
}

@media screen and (max-width: 960px) {
  .cta-btn .btn-line::before {
    width: 34px;
    height: 34px;
    left: 15px;
  }
}

.cta-btn .btn-line:hover {
  background-color: #fff;
  color: #6AD144;
  border: 2px solid #6AD144;
}

.cta-btn .btn-line:hover::after {
  border-top: 2px solid #6AD144;
  border-right: 2px solid #6AD144;
}

.cta-btn .btn-mail {
  background-color: #EA77A1;
  border: 2px solid #fff;
  color: #fff;
}

.cta-btn .btn-mail::before {
  background-image: url(../images/icon_mail.png);
  width: 40px;
  height: 30px;
  left: 50px;
}

@media screen and (max-width: 960px) {
  .cta-btn .btn-mail::before {
    width: 34px;
    height: 34px;
    left: 15px;
  }
}

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

.cta-btn .btn-mail:hover {
  background-color: #fff;
  color: #EA77A1;
  border: 2px solid #EA77A1;
}

.cta-btn .btn-mail:hover::before {
  background-image: url(../images/icon_mail_p.png);
}

.cta-btn .btn-mail:hover::after {
  border-top: 2px solid #EA77A1;
  border-right: 2px solid #EA77A1;
}

.mv {
  background-image: url(../images/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 80px;
}

@media screen and (max-width: 767px) {
  .mv {
    background-image: url(../images/mv_bg_sp.jpg);
    padding: 70px 0 70px;
  }
}

.mv-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 70px;
  max-width: 1210px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .mv-area {
    max-width: 90%;
  }
}

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

.mv-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  position: relative;
}

.mv-desc .sec-part, .mv-desc .sec-part--01, .mv-desc .sec-part--02, .mv-desc .sec-part--03, .mv-desc .sec-part--04 {
  bottom: -2%;
  left: -18%;
  width: 29%;
}

@media screen and (max-width: 960px) {
  .mv-desc .sec-part, .mv-desc .sec-part--01, .mv-desc .sec-part--02, .mv-desc .sec-part--03, .mv-desc .sec-part--04 {
    left: -33%;
  }
}

@media screen and (max-width: 767px) {
  .mv-desc .sec-part, .mv-desc .sec-part--01, .mv-desc .sec-part--02, .mv-desc .sec-part--03, .mv-desc .sec-part--04 {
    display: none;
  }
}

.mv-desc .box-pink {
  background-color: rgba(235, 122, 142, 0.85);
  -webkit-box-shadow: 0 0 10px rgba(77, 47, 31, 0.16);
          box-shadow: 0 0 10px rgba(77, 47, 31, 0.16);
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  color: #fff;
  max-width: 350px;
  width: 100%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 960px) {
  .mv-desc .box-pink {
    font-size: 20px;
    width: 90%;
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 767px) {
  .mv-desc .box-pink {
    margin: -25px auto 10px;
    z-index: 2;
    position: relative;
    max-width: 80%;
    width: 100%;
    padding: 5px;
  }
}

.mv-desc .box-pink .small {
  font-size: 18px;
}

@media screen and (max-width: 960px) {
  .mv-desc .box-pink .small {
    font-size: 16px;
  }
}

.mv-desc .year {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .mv-desc .year {
    font-size: 22px;
  }
}

.mv-desc .under {
  font-size: 25px;
  font-family: 'Zen Old Mincho', serif;
  border-bottom: 1px solid #D9ADBD;
  padding-bottom: 3px;
  line-height: 1.4;
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
}

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

.mv-desc .box-area {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .mv-desc .box-area {
    margin-bottom: 20px;
  }
}

.mv-desc .box-area .ttl {
  background-color: #FDF2F9;
  padding: 5px;
  text-align: center;
  font-weight: 700;
  margin-right: 10px;
}

@media screen and (max-width: 960px) {
  .mv-desc .box-area .ttl {
    font-size: 14px;
  }
}

.mv-desc .box-area .txt {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .mv-desc .box-area .txt {
    font-size: 14px;
  }
}

.mv-ttl {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.mv-ttl .small {
  display: block;
  line-height: 1;
  font-size: 48px;
}

@media screen and (min-width: 960px) and (max-width: 1400px) {
  .mv-ttl .small {
    font-size: 42px;
  }
}

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

.mv-ttl .large {
  font-size: 84px;
  color: #EA77A1;
}

@media screen and (min-width: 960px) and (max-width: 1400px) {
  .mv-ttl .large {
    font-size: 74px;
  }
}

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

.mv-btn {
  background: #6AD144;
  border: 1px solid  #fff;
  color: #fff;
  width: 340px;
  margin: 0 auto;
  display: block;
  font-size: 17px;
  line-height: 1.4;
  border-radius: 40px;
  padding: 16px 20px 16px 110px;
  font-weight: 700;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 960px) {
  .mv-btn {
    width: 90%;
    font-size: 15px;
    padding: 16px 20px 16px 70px;
  }
}

@media screen and (max-width: 767px) {
  .mv-btn {
    padding: 16px 20px 16px 90px;
  }
}

.mv-btn::before {
  content: "";
  position: absolute;
  background-image: url(../images/icon_LINE.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
  left: 50px;
}

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

@media screen and (max-width: 767px) {
  .mv-btn::before {
    left: 40px;
  }
}

.mv-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.mv-btn:hover {
  background-color: #fff;
  color: #6AD144;
  border: 1px solid #6AD144;
}

.mv-btn:hover::after {
  border-top: 2px solid #6AD144;
  border-right: 2px solid #6AD144;
}

.mv-img {
  margin-right: 4%;
  -webkit-box-flex: 1.3;
      -ms-flex: 1.3;
          flex: 1.3;
}

@media screen and (min-width: 960px) and (max-width: 1400px) {
  .mv-img {
    margin-right: 2%;
  }
}

@media screen and (max-width: 960px) {
  .mv-img {
    margin-right: 0;
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
  }
}

.mv-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 630px;
}

@media screen and (max-width: 960px) {
  .mv-img img {
    height: 500px;
  }
}

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

.mv .event-bnr .container {
  max-width: 800px;
}

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

.mv .event-bnr-thumb {
  text-align: center;
  margin: 0 auto;
}

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

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

.mv .event-bnr-thumb .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.mv .event-bnr-thumb .slick-prev,
.mv .event-bnr-thumb .slick-next {
  top: calc(50% - -81px);
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .mv .event-bnr-thumb .slick-prev,
  .mv .event-bnr-thumb .slick-next {
    top: calc(50% - -70px);
  }
}

.mv .event-bnr-thumb .slick-prev::before,
.mv .event-bnr-thumb .slick-next::before {
  content: none;
}

.mv .event-bnr-thumb .slick-prev:focus,
.mv .event-bnr-thumb .slick-next:focus {
  outline: 0;
}

.mv .event-bnr-thumb .slick-prev:hover,
.mv .event-bnr-thumb .slick-next:hover {
  opacity: .5;
}

.mv .event-bnr-thumb .slick-prev {
  background-image: url(../images/btn_pink.png);
  left: 42%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .mv .event-bnr-thumb .slick-prev {
    left: 30%;
  }
}

.mv .event-bnr-thumb .slick-next {
  border-top: 0px solid #fff;
  border-right: 0px solid #fff;
  background-image: url(../images/btn_pink.png);
  right: 42%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media screen and (max-width: 767px) {
  .mv .event-bnr-thumb .slick-next {
    right: 30%;
  }
}

@media screen and (max-width: 767px) {
  .mv .event-bnr-thumb .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}

.mv .event-bnr-thumb .slick-dots li {
  width: 5px;
  height: 5px;
}

.mv .event-bnr-thumb .slick-dots li button {
  width: 5px;
  height: 5px;
}

.mv .event-bnr-thumb .slick-dots li.slick-active button:before {
  color: #F777A6;
}

.mv .event-bnr-thumb .slick-dots li button:before {
  color: #ACACAC;
  opacity: inherit;
  font-size: 5px;
  width: 5px;
  height: 5px;
}

.mv .event-bnr-thumb .slick-dots {
  bottom: -39px;
}

@media screen and (max-width: 960px) {
  .mv .event-bnr-thumb .slick-dots {
    bottom: -46px;
  }
}

@media screen and (max-width: 767px) {
  .mv .event-bnr-thumb .slick-dots {
    bottom: -37px;
  }
}

.about {
  background-color: #F5E7E6;
  padding: 90px 0;
}

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

.about .common-ttl {
  padding-top: 65px;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .about .common-ttl {
    padding-top: 53px;
    margin-bottom: 30px;
  }
}

.about .common-ttl .small {
  font-size: 30px;
  margin-bottom: 10px;
}

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

.about .common-ttl .large {
  font-size: 38px;
}

@media screen and (max-width: 960px) {
  .about .common-ttl .large {
    font-size: 34px;
  }
}

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

.about .l-style01 .l-img {
  -webkit-box-flex: 1.05;
      -ms-flex: 1.05;
          flex: 1.05;
  margin-right: 8%;
}

@media screen and (max-width: 960px) {
  .about .l-style01 .l-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .about .l-style01 .l-img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.about .l-style01 .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2.2;
}

.about .l-style01 .l-desc p + p {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .about .l-style01 .l-desc p + p {
    margin-top: 20px;
  }
}

.recommend {
  padding: 60px 0 0;
  position: relative;
}

.recommend .sec-ttl, .recommend .sec-ttl--left {
  margin-bottom: 35px;
}

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

.recommend-col2 {
  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;
  max-width: 800px;
  margin: 0 auto 40px;
  width: 100%;
}

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

.recommend-col2 .list-item {
  width: calc(100% / 2 - 15px);
  background-color: #FEFBFD;
  border: 1px solid #D9ADBD;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .recommend-col2 .list-item {
    width: 100%;
    padding: 30px 20px;
  }
  .recommend-col2 .list-item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.recommend-col2 .list-item:nth-child(n + 3) {
  margin-top: 30px;
}

.recommend-col2 .num {
  font-size: 24px;
  text-align: center;
  font-family: "Jost", sans-serif;
  color: #2E6BB3;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .recommend-col2 .num {
    font-size: 22px;
  }
}

.recommend-col2 .ttl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .recommend-col2 .ttl {
    font-size: 16px;
    line-height: 1.4;
  }
}

.recommend-txt {
  text-align: center;
  font-size: 18px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .recommend-txt {
    font-size: 16px;
    text-align: left;
    padding-bottom: 90px;
  }
}

.recommend-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.8%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .recommend-arrow {
    width: 8%;
  }
}

.strengths {
  padding: 60px 0 90px;
  background-color: #F5E7E6;
  margin-top: -2%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .strengths {
    padding: 35px 0 80px;
    margin-top: -5%;
  }
}

.strengths .sec-part--01 {
  bottom: 0;
  left: 0;
  width: 18%;
}

@media screen and (max-width: 767px) {
  .strengths .sec-part--01 {
    width: 32%;
  }
}

.strengths .sec-part--02 {
  bottom: 0;
  right: 0;
  width: 18%;
}

@media screen and (max-width: 767px) {
  .strengths .sec-part--02 {
    width: 32%;
  }
}

.strengths .common-ttl {
  padding-top: 60px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .strengths .common-ttl {
    padding-top: 48px;
  }
}

.strengths .common-ttl .small {
  font-size: 28px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .strengths .common-ttl .small {
    font-size: 20px;
    line-height: 1.4;
  }
}

.strengths .common-ttl .large {
  font-size: 36px;
}

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

.strengths .l-style01 {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .strengths .l-style01 {
    max-width: 100%;
  }
}

.strengths .l-style01 .l-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .strengths .l-style01 .l-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.strengths .l-style01 .l-desc {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.strengths-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 60px 0 50px;
}

@media screen and (max-width: 767px) {
  .strengths-col3 {
    display: block;
    margin: 50px 0;
  }
}

.strengths-col3 .list-item {
  width: calc(100% / 3 - 41px);
}

@media screen and (max-width: 960px) {
  .strengths-col3 .list-item {
    width: calc(100% / 3 - 20px);
  }
}

@media screen and (max-width: 767px) {
  .strengths-col3 .list-item {
    width: 100%;
  }
  .strengths-col3 .list-item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.strengths-col3 .img {
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .strengths-col3 .img img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
}

.strengths-col3 .img .ttl {
  background-color: #fff;
  padding: 10px;
  position: absolute;
  bottom: -30px;
  right: -10px;
  max-width: 280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .strengths-col3 .img .ttl {
    max-width: 95%;
  }
}

.strengths-col3 .img .ttl .num {
  letter-spacing: 0;
  font-size: 36px;
  margin-right: 10px;
  -webkit-text-stroke: 1px #F777A6;
  text-stroke: 1px #F777A6;
  color: #fff;
}

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

@media screen and (max-width: 767px) {
  .strengths-col3 .img .ttl .num {
    font-size: 30px;
  }
}

.strengths-col3 .img .ttl .jp {
  font-size: 22px;
  letter-spacing: .05em;
}

@media screen and (max-width: 960px) {
  .strengths-col3 .img .ttl .jp {
    font-size: 18px;
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .strengths-col3 .img .ttl .jp {
    font-size: 20px;
  }
}

.strengths-col3 .copy {
  font-size: 16px;
  font-weight: 500;
  margin: 50px 0 15px;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .strengths-col3 .copy {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .strengths-col3 .copy {
    font-size: 18px;
  }
}

.strengths-under-txt {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .strengths-under-txt {
    font-size: 22px;
    padding-bottom: 55px;
  }
}

.strengths-under-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4%;
}

@media screen and (max-width: 767px) {
  .strengths-under-arrow {
    width: 10%;
  }
}

.strengths-under-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

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

.strengths-under-box .item {
  width: calc(100% / 3 - 10px);
  padding: 20px;
  text-align: center;
  border: 1px solid #D9ADBD;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .strengths-under-box .item {
    padding: 20px 10px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .strengths-under-box .item {
    width: 100%;
  }
  .strengths-under-box .item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.feature {
  position: relative;
  padding: 80px 0 220px;
}

@media screen and (max-width: 767px) {
  .feature {
    padding: 70px 0 110px;
  }
}

.feature .sec-part--01 {
  top: 0;
  right: 0;
  width: 22%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .feature .sec-part--01 {
    width: 31%;
  }
}

.feature .sec-part--02 {
  bottom: 0;
  left: 0;
  width: 22%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .feature .sec-part--02 {
    width: 31%;
  }
}

.feature .l-style01 .l-img {
  margin: 0 7% 0 -25%;
  -webkit-box-flex: 1.85;
      -ms-flex: 1.85;
          flex: 1.85;
}

@media screen and (max-width: 767px) {
  .feature .l-style01 .l-img {
    margin: 0 auto 30px;
  }
}

.feature .l-style01 .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.feature .l-style01 .l-desc .l-txt-area {
  margin-top: 30px;
}

.feature .l-style01 .l-desc .l-txt-area .item:not(:last-child) {
  margin-bottom: 30px;
}

.feature .l-style01 .l-desc .l-txt-area .item .ttl {
  font-size: 18px;
  padding-left: 35px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .feature .l-style01 .l-desc .l-txt-area .item .ttl {
    padding-left: 31px;
    margin-bottom: 10px;
  }
}

.feature .l-style01 .l-desc .l-txt-area .item .ttl::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon_sakura.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  top: 1px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .feature .l-style01 .l-desc .l-txt-area .item .ttl::before {
    width: 24px;
    height: 24px;
  }
}

.feature .l-style02 {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .feature .l-style02 {
    margin-bottom: 60px;
  }
}

.feature .l-style02 .l-img {
  margin: 0 -25% 0 7%;
  -webkit-box-flex: 1.85;
      -ms-flex: 1.85;
          flex: 1.85;
}

@media screen and (max-width: 767px) {
  .feature .l-style02 .l-img {
    margin: 0 auto 30px;
  }
}

.feature .l-style02 .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.feature .l-style02 .l-desc .l-desc-img {
  margin-top: 30px;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .feature .l-style02 .l-desc .l-desc-img {
    margin: 30px auto 0;
    width: 100%;
  }
}

.feature .l-ttl {
  font-size: 24px;
  color: #F777A6;
  font-weight: 500;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .feature .l-ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.course {
  position: relative;
}

.course .sec-part--01 {
  top: 0;
  right: 0;
  width: 22%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .course .sec-part--01 {
    width: 31%;
  }
}

.course .sec-part--04 {
  bottom: 0;
  left: 0;
  width: 22%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .course .sec-part--04 {
    width: 31%;
  }
}

.course .sec-ttl, .course .sec-ttl--left {
  margin-bottom: 30px;
}

.course-bg-pink {
  background-color: #F5E7E6;
  padding: 80px 0 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .course-bg-pink {
    padding: 70px 0 60px;
  }
}

.course-txt {
  text-align: center;
}

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

.course-note {
  margin-top: 15px;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .course-note {
    text-align: left;
    margin-top: 10px;
  }
}

.course-btn {
  max-width: 930px;
  width: 100%;
  margin: 90px auto 100px;
  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) {
  .course-btn {
    display: block;
    max-width: 100%;
    margin: 60px auto 80px;
  }
}

.course-btn .item {
  width: calc(100% / 3 - 50px);
}

@media screen and (max-width: 960px) {
  .course-btn .item {
    width: calc(100% / 3 - 30px);
  }
}

@media screen and (max-width: 767px) {
  .course-btn .item {
    width: 100%;
  }
  .course-btn .item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.course-btn .item a {
  display: block;
  padding: 10px;
  background-color: #F777A6;
  border: 2px solid #F777A6;
  position: relative;
  border-radius: 55px;
  line-height: 1.7;
  -webkit-transition: .3s;
  transition: .3s;
}

.course-btn .item a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.course-btn .item a .img {
  width: 38%;
  position: absolute;
  bottom: 0;
  left: -14%;
}

@media screen and (max-width: 767px) {
  .course-btn .item a .img {
    width: 20%;
    left: -3%;
  }
}

.course-btn .item a .ttl {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .course-btn .item a .ttl {
    font-size: 22px;
  }
}

.course-btn .item a .ttl .en {
  font-size: 32px;
  font-family: "Jost", sans-serif;
}

@media screen and (max-width: 767px) {
  .course-btn .item a .ttl .en {
    font-size: 22px;
  }
}

.course-btn .item a:hover {
  background-color: #fff;
  border: 2px solid #F777A6;
}

.course-btn .item a:hover::before {
  border-top: 2px solid #F777A6;
  border-right: 2px solid #F777A6;
}

.course-btn .item a:hover .ttl {
  color: #F777A6;
}

.course-list .list-item {
  border: 2px solid #F777A6;
}

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

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

.course-box {
  position: relative;
}

.course-box-part {
  position: absolute;
  top: 4%;
  left: 2%;
  width: 25%;
  z-index: 0;
}

@media screen and (max-width: 960px) {
  .course-box-part {
    top: 10%;
  }
}

.course-ttl {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  padding: 5px;
  text-align: center;
  color: #fff;
  background-color: #F777A6;
  line-height: 1.7;
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: -2.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .course-ttl {
    max-width: 80%;
    line-height: 1.4;
    font-size: 26px;
    padding: 10px 10px;
    top: -1%;
  }
}

.course-ttl .en {
  font-size: 41px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .course-ttl .en {
    font-size: 26px;
  }
}

.course-top {
  background-color: #fff;
  padding: 90px 50px 60px;
}

@media screen and (max-width: 960px) {
  .course-top {
    padding: 90px 30px 60px;
  }
}

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

.course-top-txt {
  text-align: center;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .course-top-txt {
    text-align: left;
    margin-bottom: 40px;
  }
}

.course-top-ttl {
  line-height: 1.4;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}

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

.course-top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  position: relative;
}

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

.course-top-box .item {
  width: calc(100% / 3 - 18px);
  background-color: #FDF2F9;
  padding: 30px 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.course-top-box .item .txt-note {
  display: block;
  margin: 3px 0 5px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .course-top-box .item .txt-note {
    line-height: 1.4;
  }
}

.course-top-box .ttl-en {
  font-family: "Jost", sans-serif;
  text-align: center;
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 1.4;
}

.course-top-box .sub {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
  text-align: left;
}

.course-top-box .list-disc {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 15px;
}

.course-top-box .list-disc li::before {
  top: 12px;
}

.course-top-box .box-area {
  width: 100%;
  margin-top: auto;
}

@media screen and (max-width: 960px) {
  .course-top-box .box-area {
    display: block;
  }
}

.course-top-box .box-area .ttl {
  background-color: #2E6BB3;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 2px 17px;
  margin-right: 10px;
}

@media screen and (max-width: 960px) {
  .course-top-box .box-area .ttl {
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
    padding: 2px 10px;
  }
}

.course-top-box .box-area .txt {
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .course-top-box .box-area .txt {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .course-top-box .box-area .txt {
    line-height: 1.4;
  }
}

.course-top .txt-note {
  font-size: 12px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .course-top .txt-note {
    margin-top: 15px;
  }
}

.course-under {
  background-color: #FDF2F9;
  padding: 50px 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .course-under {
    padding: 40px 20px 80px;
  }
}

.course-under-bubble {
  width: 27%;
  margin: 0 auto 3px;
}

@media screen and (max-width: 767px) {
  .course-under-bubble {
    width: 85%;
  }
}

.course-under-ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}

.course-under-txt {
  text-align: center;
  margin-bottom: 30px;
}

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

.course-under .l-style01 {
  max-width: 565px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .course-under .l-style01 {
    max-width: 100%;
  }
}

.course-under .l-style01 .l-img {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .course-under .l-style01 .l-img {
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.course-under .l-style01 .l-desc {
  max-width: 280px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .course-under .l-style01 .l-desc {
    max-width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }
  .course-under .l-style01 .l-desc .list-disc li {
    padding-left: 10px;
  }
  .course-under .l-style01 .l-desc .list-disc li::before {
    top: 11px;
  }
}

.course-under .l-style01 .l-desc .l-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;
}

.course-under .l-style01 .l-desc .l-list .item:nth-child(n + 3) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .course-under .l-style01 .l-desc .l-list .item:nth-child(n + 3) {
    margin-top: 10px;
  }
}

.course-under .l-style01 .l-desc .l-list .item:not(:nth-child(2n)) {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .course-under .l-style01 .l-desc .l-list .item:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.course-under .l-style01 .l-desc .l-list .item .ttl {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .course-under .l-style01 .l-desc .l-list .item .ttl {
    font-size: 15px;
  }
}

.course-under-part {
  position: absolute;
  bottom: 15px;
  right: 30px;
  width: 9.5%;
}

@media screen and (max-width: 767px) {
  .course-under-part {
    bottom: 5px;
    right: 10px;
    width: 19%;
  }
}

.course-movie {
  max-width: 660px;
  width: 100%;
  margin: 70px auto 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .course-movie {
    max-width: 100%;
    margin: 50px auto 0;
  }
}

.course-movie .sec-part--02 {
  top: 0%;
  left: -14%;
  width: 9%;
}

@media screen and (max-width: 767px) {
  .course-movie .sec-part--02 {
    left: -1%;
    width: 11%;
  }
}

.course-movie .sec-part--03 {
  bottom: -21%;
  right: -10%;
  width: 9%;
}

@media screen and (max-width: 767px) {
  .course-movie .sec-part--03 {
    right: -1%;
    bottom: -12%;
    width: 11%;
  }
}

.course-movie-ttl {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}

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

.course-movie .l-style01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-movie .l-style01 .img {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .course-movie .l-style01 .img {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .course-movie .l-style01 .img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.course-movie .l-style01 .desc {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
}

.course-movie .l-style01 .desc .note {
  margin-top: 15px;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .course-movie .l-style01 .desc .note {
    margin-top: 10px;
  }
}

.course .bold {
  font-weight: 700;
}

.course .list-disc li {
  position: relative;
  padding-left: 12px;
}

.course .list-disc li::before {
  position: absolute;
  content: "";
  background-color: #2E6BB3;
  width: 5px;
  height: 5px;
  top: 13px;
  left: 0;
  border-radius: 50%;
}

.course-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.3%;
  width: 3%;
}

@media screen and (max-width: 960px) {
  .course-arrow {
    width: 5%;
  }
}

@media screen and (max-width: 767px) {
  .course-arrow {
    width: 8%;
    bottom: -0.5%;
  }
}

.course-bg-w {
  padding: 85px 0 90px;
  max-width: 860px;
  width: 90%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .course-bg-w {
    padding: 60px 0 80px;
  }
}

.course-bg-w-ttl {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.course-bg-w-ttl .small {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 767px) {
  .course-bg-w-ttl .small {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
}

.course-bg-w-ttl .large {
  font-size: 36px;
}

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

.course-bg-w-box {
  background-color: #FDF2F9;
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .course-bg-w-box {
    display: block;
    padding: 30px 20px;
  }
}

.course-bg-w-box .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .course-bg-w-box .img {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.course-bg-w-box .desc {
  -webkit-box-flex: 1.05;
      -ms-flex: 1.05;
          flex: 1.05;
}

.course-bg-w-box .desc .txt {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .course-bg-w-box .desc .txt {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

.course-bg-w-box .desc .link {
  font-size: 13px;
  line-height: 1.8;
  display: block;
}

.classroom {
  padding: 80px 0 90px;
  position: relative;
}

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

.classroom .sec-part--01 {
  top: 0;
  right: 0;
  width: 22%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .classroom .sec-part--01 {
    width: 31%;
  }
}

.classroom .sec-part--02 {
  bottom: 0;
  left: 0;
  width: 22%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .classroom .sec-part--02 {
    width: 31%;
  }
}

.classroom .container {
  max-width: 950px;
}

@media screen and (max-width: 767px) {
  .classroom .container {
    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: 60px;
}

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

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

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

.classroom .btn-more {
  display: block;
  background-color: #EFF6FF;
  border: 1px solid #B6CFEF;
  color: #2E6BB3;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border-radius: 40px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 15px 10px;
}

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

.classroom .btn-more::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 2px solid #2E6BB3;
  border-right: 2px solid #2E6BB3;
}

.classroom .btn-more:hover {
  background-color: #2E6BB3;
  border: 1px solid #fff;
  color: #fff;
}

.classroom .btn-more:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.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 - 8px);
  }
}

.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: 20px;
  text-align: center;
  line-height: 1.7;
}

@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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 860px;
}

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

.classroom-box .box-item {
  width: 31%;
  background-color: #FFF7FC;
  padding: 40px 13px 30px;
  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 .box-item:not(:last-child) {
  margin-right: 30px;
}

.classroom-box .box-item:nth-child(3n) {
  margin-right: 0;
}

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

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

@media screen and (max-width: 767px) {
  .classroom-box .box-item {
    width: 100%;
    padding: 30px 20px;
    display: block;
  }
  .classroom-box .box-item:not(:last-child) {
    margin-right: 0;
  }
  .classroom-box .box-item:nth-child(n + 2) {
    margin-top: 30px;
  }
}

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

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

.classroom-box .box-ttl::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon_sakura.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.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;
  margin-top: auto;
}

.classroom-box .box-tel {
  font-size: 30px;
  position: relative;
  line-height: 1;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  padding-left: 20px;
  letter-spacing: .05em;
}

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

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

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

.classroom-box .btn-more {
  margin: 15px auto 0;
  max-width: 210px;
  width: 100%;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 10px 10px 10px 0px;
  background-color: #EFF6FF;
  color: #2E6BB3;
}

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

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

.classroom-box .btn-more:before {
  width: 5px;
  height: 5px;
}

.event {
  padding: 80px 0 90px;
}

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

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

.event-list .list-item {
  width: calc(100% / 2 - 15px);
  background-color: #FEFBFD;
  border: 1px solid #D9ADBD;
  padding: 40px 30px 50px;
  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;
}

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

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

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

@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: 500;
  margin-bottom: 20px;
  text-align: center;
  color: #F777A6;
}

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

.event .list-desc {
  margin: 0 auto 20px;
  width: 100%;
}

.event .list-desc .item {
  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:not(:last-child) {
  margin-bottom: 5px;
}

.event .list-desc .ttl {
  font-weight: 500;
  background-color: #F5E7E6;
  padding: 7px;
  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;
}

@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: 40px;
  line-height: 1.7;
}

.event .list-txt p + p {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .event .list-txt p + p {
    margin-top: 15px;
  }
}

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

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

.event .txt-link {
  font-size: 13px;
  margin-top: 15px;
  line-height: 1.7;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .event .txt-link {
    margin-top: 10px;
  }
}

.event-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
}

.event-cta .link {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 700;
}

.event-btn {
  background: #F4FFF4;
  border: 1px solid #94C496;
  color: #219325;
  width: 300px;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 40px;
  padding: 17px 10px 17px 90px;
  font-weight: 700;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.event-btn::before {
  content: "";
  position: absolute;
  background-image: url(../images/icon_LINE.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .event-btn::before {
    left: 30px;
  }
}

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

.event-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 2px solid #219325;
  border-right: 2px solid #219325;
}

.event-btn:hover {
  background-color: #fff;
  color: #6AD144;
  border: 1px solid #6AD144;
}

.event-btn:hover::after {
  border-top: 2px solid #6AD144;
  border-right: 2px solid #6AD144;
}

.info {
  background-color: #F5E7E6;
  padding: 70px 0 70px;
}

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

.info-ttl {
  font-size: 34px;
  margin-bottom: 25px;
  font-weight: 500;
  text-align: center;
}

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

.info-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) {
  .info-box {
    display: block;
  }
}

.info-box .item {
  width: calc(100% / 2 - 15px);
  background-color: #fff;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

.info-box .item .box-ttl {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 500;
}

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

.info-box .item .tel {
  font-size: 38px;
  padding-left: 32px;
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  .info-box .item .tel {
    font-size: 32px;
    padding-left: 25px;
  }
}

.info-box .item .tel::before {
  width: 26px;
  height: 30px;
  top: 4px;
}

@media screen and (max-width: 960px) {
  .info-box .item .tel::before {
    width: 20px;
    height: 24px;
    top: 4px;
  }
}

.info-box .item .box-area {
  font-size: 13px;
  font-weight: 500;
}

.info-box .item .box-area .ttl {
  text-align: center;
  border: 1px solid #4D2F1F;
  padding: 2px 5px;
  margin-right: 10px;
}

.info-box .item .mail {
  position: relative;
  margin-bottom: 15px;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-size: 26px;
  padding-left: 45px;
}

@media screen and (max-width: 960px) {
  .info-box .item .mail {
    margin-bottom: 20px;
    font-size: 22px;
    padding-left: 36px;
  }
}

.info-box .item .mail::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon_mail_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  width: 36px;
  height: 26px;
  top: 0px;
}

@media screen and (max-width: 960px) {
  .info-box .item .mail::before {
    width: 30px;
    height: 20px;
  }
}

.info-box .item .txt-note {
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .info-box .item .txt-note {
    text-align: left;
    line-height: 1.4;
  }
}

.info-insta {
  width: 30%;
  margin: 40px auto 0;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

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

.info-insta:hover {
  opacity: .5;
}



.classroom {
  position: relative;
  padding: 90px 0 180px;
}
@media screen and (max-width: 640px) {
  .classroom {
    padding: 60px 0;
  }
}
.classroom::before {
  position: absolute;
  content: "";
  background-image: url(../img/sec_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86px;
}
@media screen and (max-width: 640px) {
  .classroom::before {
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .classroom .common-ttl .en {
    font-size: 60px;
  }
}
.classroom-list {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .classroom-list {
    margin-bottom: 60px;
  }
}
.classroom-list .list-item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .classroom-list .list-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.classroom-list .list-ttl {
  font-size: 22px;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .classroom-list .list-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.classroom-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .classroom-btn {
    justify-content: space-between;
  }
}
.classroom-btn a {
  width: 31.7%;
  padding: 10px 10px;
}
@media screen and (max-width: 950px) {
  .classroom-btn a {
    width: 31.4%;
  }
}
@media screen and (max-width: 640px) {
  .classroom-btn a {
    width: calc(50% - 8px);
  }
}
.classroom-btn a:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .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: 640px) {
  .classroom-btn a:nth-child(n+4) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .classroom-btn a:nth-child(n+3) {
    margin-top: 15px;
  }
}
.classroom-col2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .classroom-col2 {
    display: block;
  }
}
.classroom-col2 .item {
  width: calc(50% - 10px);
}
@media screen and (max-width: 640px) {
  .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: 640px) {
  .classroom-col2 .list-desc {
    margin-top: 10px;
    font-size: 13px;
  }
}
.classroom-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .classroom-box {
    display: block;
  }
}
.classroom-box .box-item {
  width: calc(33.3333333333% - 17px);
  background-color: #FBFCF8;
  padding: 40px 20px 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .classroom-box .box-item {
    width: 100%;
    padding: 30px 20px;
  }
  .classroom-box .box-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.classroom-box .box-item:not(:nth-child(3n)) {
  margin-right: 25px;
}
@media screen and (max-width: 640px) {
  .classroom-box .box-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.classroom-box .box-item:nth-child(n+4) {
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .classroom-box .box-item:nth-child(n+4) {
    margin-top: 0;
  }
}
.classroom-box .box-ttl {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
  padding-top: 35px;
}
.classroom-box .box-ttl::before {
  position: absolute;
  content: "";
  background-image: url(../img/classroom_ttl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.classroom-box .box-add {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2;
}
.classroom-box .tel {
  font-size: 24px;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #F777A6;
  position: relative;
}
@media screen and (max-width: 950px) {
  .classroom-box .tel {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .classroom-box .tel {
    padding-left: 20px;
  }
}
.classroom-box .tel::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 20px;
  top: 18px;
  left: 0;
}
@media screen and (max-width: 950px) {
  .classroom-box .tel::before {
    top: 17px;
  }
}
@media screen and (max-width: 640px) {
  .classroom-box .tel::before {
    top: 14px;
  }
}
.classroom-box .btn-more {
  width: 210px;
  font-size: 15px;
  padding: 7px;
}
@media screen and (max-width: 950px) {
  .classroom-box .btn-more {
    font-size: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .classroom-box .btn-more {
    width: 210px;
  }
}
.classroom-box .btn-more::before {
  width: 16px;
  height: 16px;
  right: 10px;
}
@media screen and (max-width: 950px) {
  .classroom-box .btn-more::before {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 640px) {
  .classroom-box .btn-more::before {
    width: 20px;
    height: 20px;
  }
}
.classroom .classroom-accordion-item dt {
  background: #F777A6;
  color: #fff;
  padding: 15px 40px;
  transition: 0.3s;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-item dt {
    padding: 10px 20px;
    font-size: 17px;
  }
}
.classroom .classroom-accordion-item:nth-child(2n) dt {
  background: #FDF2F9;
  color: #F777A6;
}
.classroom .classroom-accordion-item dd {
  display: none;
  padding: 40px 80px 50px;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-item dd {
    padding: 20px 15px;
  }
}
.classroom .classroom-accordion-item dd .classroom-accordion-btn-contents + .classroom-accordion-btn-contents {
  margin-top: 40px;
}
.classroom .classroom-accordion-item dt::before, .classroom .classroom-accordion-item dt::after {
  background: #fff;
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  right: 15px;
  top: 50%;
}
.classroom .classroom-accordion-item:nth-child(2n) dt::before, .classroom .classroom-accordion-item:nth-child(2n) dt::after {
  background: #F777A6;
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  right: 15px;
  top: 48%;
}
.classroom .classroom-accordion dt:not(.is-open):hover {
  opacity: 0.5;
}
.classroom .classroom-accordion-item dt::before, .classroom .classroom-accordion-item:nth-child(2n) dt::before {
  transform: rotate(90deg);
  transition: 0.5s;
}
.classroom .classroom-accordion-item dt.is-open::before, .classroom .classroom-accordion-item:nth-child(2n) dt.is-open::before {
  transform: rotate(0);
}
.classroom .classroom-accordion-btn-ttl {
  color: #F777A6;
  font-size: 18px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-btn-ttl {
    font-size: 18px;
    padding-left: 13px;
    margin-bottom: 10px;
  }
}
.classroom .classroom-accordion-btn-ttl::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 3px;
  background: #F777A6;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-btn-ttl::before {
    height: 18px;
    width: 3px;
    top: 4px;
  }
}
.classroom .classroom-accordion-btn {
  display: flex;
  background: #FDF2F9;
  padding: 10px 20px;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.classroom .classroom-accordion-btn + .classroom-accordion-btn {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-btn {
    flex-direction: column;
    /* align-items: flex-end; */
    padding: 20px 20px 15px;
  }
}
.classroom .classroom-accordion-btn:hover {
  opacity: 0.5;
}
.classroom .classroom-accordion-btn .classroom-accordion-btn-left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-btn .classroom-accordion-btn-left {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    width: 100%;
  }
}
.classroom .classroom-accordion-btn .classroom-name {
  margin-right: 20px;
  width: 200px;
}
.classroom .classroom-accordion-btn .classroom-name.one {
  margin-right: 20px;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-btn .classroom-name {
    font-size: 18px;
    width: auto;
    margin-right: 0;
  }
  .classroom .classroom-accordion-btn .classroom-name.one {
    font-size: 18px;
    width: auto;
    margin-right: 0;
  }
}
.classroom .classroom-accordion-btn .classroom-logo {
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 100px;
}
.classroom .classroom-accordion-btn .classroom-logo.one {
  width: 150px;
}
.classroom .classroom-accordion-btn .classroom-logo .one-txt {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-btn .classroom-logo {
    margin-right: 0;
  }
  .classroom .classroom-accordion-btn .classroom-logo.one {
    width: 150px;
  }
  .classroom .classroom-accordion-btn .classroom-logo .one-txt {
    font-size: 14px;
    font-weight: bold;
  }
}
.classroom .classroom-accordion-btn .classroom-logo img {
  width: 100px;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.classroom .classroom-accordion-btn .classroom-logo.small02 {
  background: #235655;
  padding: 2px 3px;
}
.classroom .classroom-accordion-btn .classroom-logo.small02 span {
  color: #fff;
  font-size: 10px;
}
.classroom .classroom-accordion-btn .classroom-logo.small02 img {
  width: 30px;
  margin-right: 5px;
}
.classroom .classroom-accordion-btn .classroom-logo.small img {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-btn .classroom-logo img {
    width: 90px;
  }
}
.classroom .classroom-accordion-btn .classroom-subject-wrap {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-btn .classroom-subject-wrap {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.classroom .classroom-accordion-btn .classroom-subject-wrap .classroom-subject {
  border: 1px solid #F777A6;
  border-radius: 2px;
  font-size: 12px;
  color: #F777A6;
  background: #fff;
  line-height: 1;
  padding: 3px 5px 5px;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-btn .classroom-subject-wrap .classroom-subject {
    font-size: 13px;
  }
}
.classroom .classroom-accordion-btn .classroom-subject-wrap .classroom-subject + .classroom-subject {
  margin-left: 5px;
}
.classroom .classroom-accordion-btn .classroom-detail {
  display: block;
  position: relative;
  padding-right: 10px;
}
.classroom .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 .classroom-accordion-btn .classroom-detail::after {
    top: 56%;
  }
}

.course-top-schedule__box{
  max-width: 800px;
  margin: 0 auto;
  justify-content: center;
}
.course-top-ttl2{
  text-align: center;
  font-size: 19px;
  margin: -20px 0 20px;
}
.course-top-schedule__block{
  text-align: center;
  margin-bottom: 20px;
}
.course-top-schedule__block:nth-child(1){
  margin-right: 10px;
}
.course-top-schedule__inr{
  font-weight: bold;
  border-bottom: solid 1px #D9ADBC;
  margin-bottom: 30px;

}
.course-top-schedule__ttl{
  background: #F777A6;
  color: #fff;
  text-align: center;
  max-width: 40%;
  font-size: 21px;
  padding: 0 10px;
  margin: 0 auto;
}

.course-top-schedule__ttl2{
  text-align: center;
  max-width: 40%;
  font-size: 21px;
  padding: 0 10px;
  margin: 0 auto;
}

.course-top-schedule__txt{
  font-size: 15px;
  font-weight: lighter;
}

.course-top-schedule__txt2{
  font-size: 16px;
  font-weight: bolder;
}
.course-top-note{
  max-width: 730px;
  margin: 0 auto 5em;
  font-size: 12px;
}



@media screen and (max-width: 767px) {
  .course-top-schedule__block{
    width: 100%;
    text-align: center;
  }
  .course-top-schedule__box{
    display: block;
  }
}