@charset "UTF-8";
/* ------------------------------
 reset.css
------------------------------- */
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;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  line-height: 1;
}

div, p, span, object, iframe, 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,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
table, tr, td, th, tbody, tfoot, thead {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: normal;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  max-width: 100%;
  /*width:auto;*/
  height: auto;
  vertical-align: bottom;
  padding: 0;
}

a img {
  border: none;
}

a {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* overflow: hidden; */
}

a:hover img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* ---------------
 font-family
--------------- */
/* ---------------
 fontsize
--------------- */
/* ---------------
 noDrag
--------------- */
/* ---------------
 boxSizing
--------------- */
/* ---------------
 clearfix
--------------- */
/* ---------------
 text_indent
--------------- */
/* ---------------
 letter
--------------- */
/* ---------------
 background
--------------- */
/* ---------------
 opacity
--------------- */
/* ---------------
 transition
--------------- */
/* ---------------
 formreset
--------------- */
/* ---------------
 flex
--------------- */
/* ---------------
 setting
--------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-moz-selection {
  background: #313131;
  color: #ffffff;
}

::selection {
  background: #313131;
  color: #ffffff;
}

::-moz-selection {
  background: #313131;
  color: #ffffff;
}

html {
  font-size: 62.5%;
}

body {
  background: #EDF3F4;
  width: 100%;
  font-family: dnp-shuei-mincho-pr6n, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #313131;
  text-rendering: geometricPrecision;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  max-width: 100%;
  letter-spacing: .05em;
  overflow-x: hidden;
  overscroll-behavior-y: none;
}

*:hover {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

a {
  color: #313131;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  opacity: 1;
}

a a,
a a:visited,
a a:focus,
a a:link,
a a:active {
  color: #313131;
}

img, svg, image {
  vertical-align: baseline;
  vertical-align: bottom;
}

/*
リフローラ

@include mq(s)
@include mq(s-500)
@include mq(s-600)
@include mq(m)
@include mq(l-900)
@include mq(l-1024)
@include mq(l-1100)
@include mq(l-1200)
@include mq(xl)
@include mq(xl-1700)

's': 'screen and (max-width: 400px)',
's-500': 'screen and (max-width: 500px)',
's-600': 'screen and (max-width: 600px)',
'm': 'screen and (max-width: 768px)',
'l-900': 'screen and (max-width: 900px)',
'l-1024': 'screen and (max-width: 1024px)',
'l-1100': 'screen and (max-width: 1100px)',
'l-1200': 'screen and (max-width: 1200px)',
'xl': 'screen and (max-width: 1400px)',
'xl-1700': 'screen and (max-width: 1700px)',
*/
footer {
  margin-top: 185px;
  position: relative;
}

.l-footer {
  background: #13c4e0;
  background: -webkit-gradient(linear, left bottom, left top, from(#13c4e0), color-stop(100%, #70daeb), to(#00d4ff));
  background: linear-gradient(0deg, #13c4e0 0%, #70daeb 100%, #00d4ff 100%);
  padding: 80px 0 95px;
}

.l-footer__inner {
  width: 100%;
  max-width: calc(1000px + 160px);
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 1024px) {
  .l-footer__inner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 0 20px;
  }
}

.l-footer__detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 90px;
}

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

.l-footer__detail__logo {
  width: 160px;
  height: auto;
  margin-right: 100px;
}

@media screen and (max-width: 1200px) {
  .l-footer__detail__logo {
    width: 130px;
    margin-right: 70px;
  }
}

@media screen and (max-width: 900px) {
  .l-footer__detail__logo {
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .l-footer__detail__logo {
    width: 120px;
  }
}

.l-footer__detail__logo img {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.l-footer__detail__logo img:hover {
  opacity: 0.7;
}

.l-footer__address {
  width: calc((100% - 160px) - 100px);
  width: 550px;
}

@media screen and (max-width: 1200px) {
  .l-footer__address {
    width: 540px;
  }
}

@media screen and (max-width: 900px) {
  .l-footer__address {
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 600px) {
  .l-footer__address {
    width: 100%;
    max-width: 420px;
  }
}

.l-footer__address ul li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 600px) {
  .l-footer__address ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    display: block;
    margin-bottom: 30px;
    padding-bottom: 9px;
  }
}

.l-footer__address ul li:nth-child(n+2) {
  margin-top: 15px;
}

.l-footer__address ul li.-white {
  color: #ffffff;
}

.l-footer__address ul li h3 {
  width: 90px;
  font-weight: 600;
  font-size: 1.6rem;
  margin-right: 25px;
  position: relative;
}

.l-footer__address ul li h3::after {
  content: '';
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  width: 1px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 600px) {
  .l-footer__address ul li h3::after {
    content: none;
  }
}

@media screen and (max-width: 600px) {
  .l-footer__address ul li h3 span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 14px;
  }
}

.l-footer__address ul li p {
  line-height: 2;
  margin-top: -8px;
}

@media screen and (max-width: 600px) {
  .l-footer__address ul li p {
    margin-top: 20px;
  }
}

.l-footer__copyright {
  background: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
  padding: 55px 0;
}

@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 1.0rem;
    letter-spacing: 0.05rem;
    padding: 35px 0;
  }
}

.l-footer__copyright br {
  display: none;
}

@media screen and (max-width: 500px) {
  .l-footer__copyright br {
    display: block;
  }
}

.l-footer__info {
  border: 1px solid #ffffff;
  border-radius: 150px;
  margin-top: 90px;
  padding: 40px 65px;
  padding: 35px 65px 40px;
}

@media screen and (max-width: 1200px) {
  .l-footer__info {
    border: none;
    border-radius: 0;
    padding: 0;
  }
}

.l-footer__info__ttl {
  font-weight: 600;
  font-size: 2.0rem;
  text-align: center;
}

@media screen and (max-width: 400px) {
  .l-footer__info__ttl {
    font-size: 1.8rem;
  }
}

.l-footer__info__ttl.-white {
  line-height: 1.6;
  color: #ffffff;
}

.l-footer__info__ttl.-white br {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-footer__info__ttl.-white br {
    display: block;
  }
}

.l-footer__info__detail {
  width: calc((100% - 315px) - 80px);
}

@media screen and (max-width: 1200px) {
  .l-footer__info__detail {
    width: 100%;
    margin: 0 auto;
  }
}

.l-footer__info__tel {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.l-footer__info__tel img {
  width: 48px;
  height: auto;
  display: block;
  margin-right: 23px;
}

@media screen and (max-width: 768px) {
  .l-footer__info__tel img {
    width: 37px;
    margin-right: 11px;
    position: relative;
    top: 3px;
  }
}

@media screen and (max-width: 500px) {
  .l-footer__info__tel img {
    width: 32px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 400px) {
  .l-footer__info__tel img {
    width: 29px;
    margin-right: 6px;
  }
}

.l-footer__info__tel p {
  font-family: fot-tsukuardgothic-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5.8rem;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 768px) {
  .l-footer__info__tel p {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 500px) {
  .l-footer__info__tel p {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 400px) {
  .l-footer__info__tel p {
    font-size: 3.7rem;
  }
}

.l-footer__info__tel p.-white {
  color: #ffffff;
}

.l-footer__info__business {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .l-footer__info__business {
    margin-top: 15px;
  }
}

.l-footer__info__business.-white {
  color: #ffffff;
}

@media screen and (max-width: 500px) {
  .l-footer__info__business.-white span {
    display: block;
  }
}

.l-footer__info__business.-white span:nth-child(2) {
  margin-left: 15px;
}

@media screen and (max-width: 500px) {
  .l-footer__info__business.-white span:nth-child(2) {
    margin-left: 0;
    margin-top: 15px;
  }
}

.l-footer__info__contact {
  width: 315px;
  height: 76px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 80px;
}

.l-footer__info__contact.-white {
  background: #ffffff;
  border-radius: 50px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.l-footer__info__contact.-white:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1200px) {
  .l-footer__info__contact.-white {
    margin: 35px auto 0;
  }
}

@media screen and (max-width: 400px) {
  .l-footer__info__contact.-white {
    width: 290px;
  }
}

.l-footer__info__contact span {
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 400px) {
  .l-footer__info__contact span {
    font-size: 2.1rem;
  }
}

.l-footer__info__contact span.-light_blue {
  color: #20C4E0;
}

.l-btn-fix {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.l-btn-fix a {
  width: 74px;
  font-weight: 600;
  font-size: 2.0rem;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.3rem;
  display: block;
}

.l-btn-fix__contact {
  background: #28A7E1;
  padding: 40px 30px;
}

.l-btn-fix__product {
  background: #FD5857;
  margin-top: 2px;
  padding: 40px 30px 31px;
}

.l-btn-fix__product span {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.ec-blockTopBtn {
  background: #313131;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  right: auto;
  left: 30px;
  z-index: 10;
  opacity: 0.3;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: none;
}

.ec-blockTopBtn:hover {
  opacity: 1;
}

.ec-blockTopBtn::before, .ec-blockTopBtn::after {
  position: absolute;
}

.ec-blockTopBtn::before {
  content: 'TOP';
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 1;
  top: 47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ec-blockTopBtn::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 25px;
  left: 25px;
}

.pagetop-btn {
  background: #313131;
  background: coral;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  left: 30px;
  left: 130px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.pagetop-btn.is-active {
  opacity: 1;
  visibility: visible;
}

.pagetop-btn.is-absolute {
  position: absolute;
  bottom: auto;
  top: 700px;
}

.pagetop-btn:hover {
  opacity: 0.7;
}

.pagetop-btn::before, .pagetop-btn::after {
  position: absolute;
}

.pagetop-btn::before {
  content: 'TOP';
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 1;
  top: 47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pagetop-btn::after {
  content: '';
  border-top: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  display: block;
  width: 30px;
  height: 30px;
  top: 25px;
  left: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#page_top {
  left: 25px;
  z-index: 9999;
}

#page_top a {
  background-color: #313131;
  border-radius: 40px;
  width: 80px;
  -webkit-box-align: center;
          align-items: center;
  height: 80px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#page_top a span {
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: absolute;
  top: 46px;
}

#page_top a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#page_top a::before {
  content: '';
  border-top: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 25px;
  left: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*
.l-course-explanation{
  &__body{
    .p-content-ttl__jp{
      span{
        display: block;
      }
    }
  }
}
  */
.l-sp-nav__body li.no-link {
  cursor: auto;
}

.l-sp-nav__body li.no-link a {
  background: #888 !important;
  background: #000 !important;
  color: #ffffff !important;
  pointer-events: none;
}

.ec-role {
  max-width: 1390px;
  padding: 0 80px;
}

@media screen and (max-width: 1024px) {
  .ec-role {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .ec-role {
    padding: 0 20px;
  }
}

.ec-newsRole {
  padding: 38px 0 0;
}

.ec-newsRole__newsItem {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.ec-newsRole__newsItem:hover {
  opacity: 0.7;
}

.ec-newsRole .ec-newsRole__news {
  background: #ffffff;
  border: 8px solid #E6E6E6;
  padding: 45px 60px 40px;
}

@media screen and (max-width: 1024px) {
  .ec-newsRole .ec-newsRole__news {
    padding: 15px 30px 18px;
  }
}

@media screen and (max-width: 768px) {
  .ec-newsRole .ec-newsRole__news {
    border: 4px solid #E6E6E6;
    padding: 15px 30px 0;
  }
}

.ec-newsRole .ec-newsRole__newsClose {
  display: none;
}

.ec-newsRole .ec-newsRole__newsDate {
  width: 120px;
  min-width: auto;
  font-family: fot-tsukuardgothic-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #313131;
  margin-right: 65px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .ec-newsRole .ec-newsRole__newsDate {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .ec-newsRole .ec-newsRole__newsDate {
    width: 100%;
    font-size: 1.6rem;
    margin-right: 0;
    margin: 15px 0 10px;
  }
}

.ec-newsRole .ec-newsRole__newsColumn {
  width: calc(100% - 120px);
  min-width: auto;
}

@media screen and (max-width: 768px) {
  .ec-newsRole .ec-newsRole__newsColumn {
    width: 100%;
  }
}

.ec-newsRole .ec-newsRole__newsTitle {
  width: 100%;
  font-family: kozuka-mincho-pro,serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #28A7E1;
}

@media screen and (max-width: 768px) {
  .ec-newsRole .ec-newsRole__newsTitle {
    font-size: 1.6rem;
  }
}

.ec-secHeading {
  margin-bottom: 33px;
}

.ec-secHeading .ec-secHeading__en {
  font-family: fot-tsukuardgothic-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.0rem;
  line-height: 1.3;
  color: #28A7E1;
  letter-spacing: 0;
  margin-right: 35px;
}

.ec-secHeading .ec-secHeading__line {
  display: none;
}

.ec-secHeading .ec-secHeading__ja {
  font-family: dnp-shuei-mincho-pr6n, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.9rem;
  letter-spacing: 0;
}

#page_product_list .ec-headerRole {
  top: 20px;
}

#page_product_list .ec-layoutRole__contents {
  padding-top: 130px;
}

#page_product_detail .ec-layoutRole__contents {
  padding-top: 190px;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
  line-height: 1.6;
}

.ec-productRole .ec-productRole__category ul {
  margin-top: 15px;
}

.ec-productRole .ec-productRole__description {
  line-height: 1.8;
  margin-top: 50px;
}

.ec-productRole .ec-productRole__description .product-annotation {
  border: solid 1px red;
  font-weight: 600;
  color: red;
  line-height: 1.6;
  padding: 15px 15px 12px;
}

.ec-productRole__actions {
  margin-top: 15px;
}

.ec-productRole__actions .ec-numberInput span {
  font-weight: 600;
  font-size: 1.5rem;
}

ul.ec-shelfGrid .ec-shelfGrid__item a p {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}

ul.ec-shelfGrid .ec-shelfGrid__item a p:nth-child(2) {
  min-height: 54px;
}

ul.ec-shelfGrid .ec-shelfGrid__item a p.price02-default {
  color: #FD5857;
  margin-top: 10px;
}

ul.ec-shelfGrid .ec-shelfGrid__item-image {
  margin-bottom: 20px;
}

.ec-blockBtn--action {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.l-privacy__body {
  margin-top: -40px;
}

.l-privacy__body > br {
  display: none;
}

.l-privacy__group h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

.l-privacy__group h3 span {
  border-bottom: 1px solid #313131;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #ccc;
  line-height: 1.8;
  padding-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .l-privacy__group h3 span {
    font-size: 20px;
  }
}

.l-privacy__group .single-field p {
  line-height: 1.8;
}

.l-privacy__group .single-field br {
  display: none;
}

.l-privacy__group ul br {
  display: none;
}

.l-privacy__group ul.parents li {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 1.8;
}

.l-privacy__group ul.parents li > br {
  display: none;
}

.l-privacy__group ul.parents li span.ttl {
  line-height: 1.8;
}

.l-privacy__group ul.parents li p.txt {
  line-height: 1.8;
  text-indent: 0;
  padding-left: 0;
}

.l-privacy__group ul.normal li {
  text-indent: -20px;
  padding-left: 20px;
  margin-bottom: 15px;
}

.l-privacy__group ul.group-a li {
  text-indent: -20px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.l-privacy__group ul.group-a li .txt {
  margin-top: 10px;
  padding-left: 19px;
}

.l-privacy__group ol.child {
  margin-top: 10px;
  padding-left: 19px;
}

.l-privacy__group ol.child > br {
  display: none;
}

.l-privacy__group ol.child li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  text-indent: -30px;
  padding-left: 30px;
}

.l-privacy__group ol.child li::before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

.l-privacy__group.no7 br {
  display: none;
}

.l-privacy__group.no7 h3 {
  margin-bottom: 25px;
}

.l-privacy__group.no7 .single-field {
  margin-bottom: 20px;
}

.l-privacy__group.no7 ul {
  padding-left: 19px;
}

h1 {
  font-size: 100px;
}

.ec-layoutRole {
  background: #EDF3F4;
}

.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

.ec-headerNaviRole {
  width: 100%;
  max-width: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: fixed;
  z-index: 9999;
}

.ec-headerNaviRole .ec-headerNaviRole__nav a {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.ec-headerNaviRole .ec-headerNaviRole__nav a i,
.ec-headerNaviRole .ec-headerNaviRole__nav a span {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.ec-headerNaviRole .ec-headerNaviRole__nav a:hover i,
.ec-headerNaviRole .ec-headerNaviRole__nav a:hover span {
  opacity: 0.7;
}

.ec-headerNaviRole__left {
  width: auto !important;
  margin-left: auto;
  margin-top: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.ec-headerNaviRole__right {
  width: 100% !important;
}

.ec-headerRole {
  width: 220px;
  max-width: none;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 3.5vw;
  left: 5.7vw;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 9999;
}

@media screen and (max-width: 1400px) {
  .ec-headerRole {
    width: 190px;
    top: 15px;
    left: 40px;
  }
}

@media screen and (max-width: 900px) {
  .ec-headerRole {
    width: 130px;
    top: -4px;
    left: 25px;
  }
}

@media screen and (max-width: 768px) {
  .ec-headerRole {
    top: -16px;
  }
}

@media screen and (max-width: 600px) {
  .ec-headerRole {
    width: 110px;
    top: -40px;
    left: 17px;
  }
}

.ec-headerRole.isSmall {
  width: 170px;
  top: 0.5vw;
}

@media screen and (max-width: 1400px) {
  .ec-headerRole.isSmall {
    width: 150px;
    top: -5px;
  }
}

@media screen and (max-width: 900px) {
  .ec-headerRole.isSmall {
    width: 130px;
    top: -4px;
  }
}

@media screen and (max-width: 768px) {
  .ec-headerRole.isSmall {
    top: -16px;
  }
}

@media screen and (max-width: 600px) {
  .ec-headerRole.isSmall {
    width: 110px;
    top: -40px;
  }
}

.l-about__key-visual {
  background: url(/html/template/default/assets/img/about/about-main-ttl-back.png) no-repeat top left/cover;
  height: 640px;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .l-about__key-visual {
    background: url(/html/template/default/assets/img/about/about-main-ttl-back.png) no-repeat top right -13vw/1500px;
    height: 500px;
  }
}

@media screen and (max-width: 1100px) {
  .l-about__key-visual {
    background: url(/html/template/default/assets/img/about/about-main-ttl-back.png) no-repeat top right -29vw/1400px;
  }
}

@media screen and (max-width: 900px) {
  .l-about__key-visual {
    background: url(/html/template/default/assets/img/about/about-main-ttl-back.png) no-repeat top right -42vw/1320px;
    height: 440px;
  }
}

@media screen and (max-width: 768px) {
  .l-about__key-visual {
    background: url(/html/template/default/assets/img/about/about-main-ttl-back-sp.png) no-repeat top right -3vw/cover;
    height: 58vw;
  }
}

@media screen and (max-width: 500px) {
  .l-about__key-visual {
    background: url(/html/template/default/assets/img/about/about-main-ttl-back-sp.png) no-repeat top right -14vw/455px;
    height: 270px;
  }
}

@media screen and (max-width: 400px) {
  .l-about__key-visual {
    background: url(/html/template/default/assets/img/about/about-main-ttl-back-sp.png) no-repeat top right -18vw/440px;
    height: 260px;
  }
}

.l-about__key-visual.l-course__key-visual {
  background: url(/html/template/default/assets/img/course/course-main-ttl-back.png) no-repeat top left/1920px;
}

@media screen and (max-width: 1400px) {
  .l-about__key-visual.l-course__key-visual {
    background: url(/html/template/default/assets/img/course/course-main-ttl-back.png) no-repeat top right -13vw/1500px;
    height: 500px;
  }
}

@media screen and (max-width: 1100px) {
  .l-about__key-visual.l-course__key-visual {
    background: url(/html/template/default/assets/img/course/course-main-ttl-back.png) no-repeat top right -29vw/1400px;
  }
}

@media screen and (max-width: 900px) {
  .l-about__key-visual.l-course__key-visual {
    background: url(/html/template/default/assets/img/course/course-main-ttl-back.png) no-repeat top right -42vw/1320px;
    height: 440px;
  }
}

@media screen and (max-width: 768px) {
  .l-about__key-visual.l-course__key-visual {
    background: url(/html/template/default/assets/img/course/course-main-ttl-back-sp.png) no-repeat top right -3vw/cover;
    height: 58vw;
  }
}

@media screen and (max-width: 500px) {
  .l-about__key-visual.l-course__key-visual {
    background: url(/html/template/default/assets/img/course/course-main-ttl-back-sp.png) no-repeat top right -14vw/455px;
    height: 270px;
  }
}

@media screen and (max-width: 400px) {
  .l-about__key-visual.l-course__key-visual {
    background: url(/html/template/default/assets/img/course/course-main-ttl-back-sp.png) no-repeat top right -18vw/440px;
    height: 260px;
  }
}

.l-about__main-img {
  position: absolute;
  top: 370px;
  left: 230px;
}

@media screen and (max-width: 1400px) {
  .l-about__main-img {
    top: 310px;
    left: 170px;
  }
}

@media screen and (max-width: 1200px) {
  .l-about__main-img {
    top: 290px;
    left: 110px;
  }
}

@media screen and (max-width: 768px) {
  .l-about__main-img {
    top: 38vw;
    left: 8vw;
  }
}

@media screen and (max-width: 500px) {
  .l-about__main-img {
    top: 37vw;
  }
}

@media screen and (max-width: 400px) {
  .l-about__main-img {
    top: 43vw;
  }
}

.l-about__main-img h1 span {
  background: rgba(237, 243, 244, 0.8);
}

.l-about__main-img h1 .main-ttl__jp {
  font-size: 6.0rem;
  color: #28A7E1;
}

@media screen and (max-width: 1200px) {
  .l-about__main-img h1 .main-ttl__jp {
    font-size: 5.2rem;
  }
}

@media screen and (max-width: 900px) {
  .l-about__main-img h1 .main-ttl__jp {
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 768px) {
  .l-about__main-img h1 .main-ttl__jp {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 500px) {
  .l-about__main-img h1 .main-ttl__jp {
    font-size: 3.2rem;
  }
}

.l-about__main-img h1 .main-ttl__jp span {
  padding: 13px;
  padding-left: 0;
}

@media screen and (max-width: 900px) {
  .l-about__main-img h1 .main-ttl__jp span {
    padding: 10px;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-about__main-img h1 .main-ttl__jp span {
    padding: 7px 10px;
    padding-left: 0;
  }
}

.l-about__main-img h1 .main-ttl__eg {
  font-size: 1.4rem;
  color: #313131;
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .l-about__main-img h1 .main-ttl__eg {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .l-about__main-img h1 .main-ttl__eg {
    font-size: 1.0rem;
    margin-top: 32px;
  }
}

.l-about__main-img h1 .main-ttl__eg span {
  padding: 8px;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .l-about__main-img h1 .main-ttl__eg span {
    padding: 6px 8px;
    padding-left: 0;
  }
}

.l-index__key-visual {
  background: url(/html/template/default/assets/img/top/top-main-ttl-back-new.jpg) no-repeat top -4vw right/110vw;
  background: url(/html/template/default/assets/img/top/top-main-ttl-back-new.jpg) no-repeat bottom right/110vw;
  height: 950px;
  height: 50.5vw;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1400px) {
  .l-index__key-visual {
    background: url(/html/template/default/assets/img/top/top-main-ttl-back-new3.jpg) no-repeat bottom right/1540px;
    height: 710px;
  }
}

@media screen and (max-width: 1100px) {
  .l-index__key-visual {
    background: url(/html/template/default/assets/img/top/top-main-ttl-back-new3.jpg) no-repeat bottom right/1330px;
    height: 640px;
  }
}

@media screen and (max-width: 900px) {
  .l-index__key-visual {
    background: url(/html/template/default/assets/img/top/top-main-ttl-back-new3.jpg) no-repeat bottom right/1100px;
    height: 550px;
  }
}

@media screen and (max-width: 768px) {
  .l-index__key-visual {
    background: url(/html/template/default/assets/img/top/top-main-ttl-back-new3.jpg) no-repeat bottom right/950px;
    height: 430px;
  }
}

@media screen and (max-width: 600px) {
  .l-index__key-visual {
    background: url(/html/template/default/assets/img/top/top-main-ttl-back-new3.jpg) no-repeat bottom right -12px/810px;
    height: 380px;
  }
}

@media screen and (max-width: 500px) {
  .l-index__key-visual {
    background: url(/html/template/default/assets/img/top/top-main-ttl-back-new3.jpg) no-repeat bottom right/640px;
    height: 320px;
  }
}

@media screen and (max-width: 400px) {
  .l-index__key-visual {
    background: url(/html/template/default/assets/img/top/top-main-ttl-back-sp.jpg) no-repeat bottom right -8px/560px;
    height: 288px;
  }
}

.l-index__main-img {
  position: absolute;
  top: 390px;
  top: 20.3vw;
  left: 140px;
  left: 7.3vw;
}

@media screen and (max-width: 1400px) {
  .l-index__main-img {
    top: 270px;
    left: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .l-index__main-img {
    top: 300px;
    left: 90px;
  }
}

@media screen and (max-width: 1100px) {
  .l-index__main-img {
    top: 310px;
    left: 80px;
  }
}

@media screen and (max-width: 900px) {
  .l-index__main-img {
    top: 280px;
    left: 60px;
  }
}

@media screen and (max-width: 768px) {
  .l-index__main-img {
    top: 210px;
  }
}

@media screen and (max-width: 600px) {
  .l-index__main-img {
    top: 220px;
    left: 50px;
  }
}

@media screen and (max-width: 500px) {
  .l-index__main-img {
    top: 180px;
    left: 40px;
  }
}

.l-index__main-img h2 .main-ttl__jp1 {
  font-size: 9.0rem;
  font-weight: 600;
  color: #28A7E1;
  color: #313131;
  text-shadow: rgba(255, 255, 255, 0.7) 0px 0px 2px;
}

@media screen and (max-width: 1400px) {
  .l-index__main-img h2 .main-ttl__jp1 {
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .l-index__main-img h2 .main-ttl__jp1 {
    font-size: 6.0rem;
  }
}

@media screen and (max-width: 900px) {
  .l-index__main-img h2 .main-ttl__jp1 {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 768px) {
  .l-index__main-img h2 .main-ttl__jp1 {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 500px) {
  .l-index__main-img h2 .main-ttl__jp1 {
    font-size: 3.0rem;
  }
}

.l-index__main-img h2 .main-ttl__jp2 {
  font-size: 3.0rem;
  font-weight: 600;
  color: #28A7E1;
  color: #313131;
  line-height: 2;
  text-shadow: rgba(255, 255, 255, 0.7) 0px 0px 2px;
  margin-top: 53px;
}

@media screen and (max-width: 1200px) {
  .l-index__main-img h2 .main-ttl__jp2 {
    font-size: 2.8rem;
    line-height: 1.8;
    margin-top: 45px;
  }
}

@media screen and (max-width: 900px) {
  .l-index__main-img h2 .main-ttl__jp2 {
    font-size: 2.4rem;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .l-index__main-img h2 .main-ttl__jp2 {
    font-size: 2.1rem;
    margin-top: 25px;
  }
}

@media screen and (max-width: 500px) {
  .l-index__main-img h2 .main-ttl__jp2 {
    font-size: 1.7rem;
    margin-top: 20px;
  }
}

.l-index__main-img h2 .main-ttl__eg {
  font-size: 1.4rem;
  color: #313131;
  text-shadow: rgba(255, 255, 255, 0.7) 0px 0px 2px;
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .l-index__main-img h2 .main-ttl__eg {
    font-size: 1.3rem;
    margin-top: 30px;
  }
}

@media screen and (max-width: 900px) {
  .l-index__main-img h2 .main-ttl__eg {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .l-index__main-img h2 .main-ttl__eg {
    font-size: 1.1rem;
    margin-top: 15px;
  }
}

@media screen and (max-width: 600px) {
  .l-index__main-img h2 .main-ttl__eg {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .ec-headerNavSP {
    background: #ffffff;
    top: auto;
    bottom: 13px;
    left: auto;
    right: 12px;
  }
}

@media screen and (max-width: 768px) {
  .ec-headerNaviRole__right {
    padding-right: 6px;
  }
}

@media screen and (max-width: 768px) {
  .ec-headerNav .ec-headerNav__itemIcon {
    margin: 0 6px;
  }
}

@media screen and (max-width: 768px) {
  .ec-cartNavi {
    padding: 10px 0 0 10px;
  }
}

.ec-drawerRole {
  left: auto;
  right: 0;
  -webkit-transform: translateX(260px);
          transform: translateX(260px);
}

.ec-drawerRole.is_active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.ec-drawerRoleClose {
  top: auto;
  bottom: 10px;
  left: auto;
  right: 270px;
}

.ec-headerTitle .ec-headerTitle__title h1 a {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .ec-pageHeader h1 {
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 26px;
  }
}

.c-application-btn {
  margin-top: 150px;
  margin-top: 80px;
}

.c-application-btn a {
  background: url(/html/template/default/assets/img/course/application-btn1.svg) no-repeat bottom -20px left 50px/122px, url(/html/template/default/assets/img/course/application-btn2.svg) no-repeat top 37px right 40px/122px;
  background-color: #28A7E1;
  border-radius: 75px;
  width: 800px;
  height: 150px;
  margin: 0 auto;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 1100px) {
  .c-application-btn a {
    background: url(/html/template/default/assets/img/course/application-btn1.svg) no-repeat bottom -20px left 60px/122px;
    background-color: #28A7E1;
    width: 700px;
    padding-left: 110px;
  }
}

@media screen and (max-width: 900px) {
  .c-application-btn a {
    background: url(/html/template/default/assets/img/course/application-btn1.svg) no-repeat bottom -20px left 30px/122px;
    background-color: #28A7E1;
    width: 520px;
    padding-left: 70px;
  }
}

@media screen and (max-width: 768px) {
  .c-application-btn a {
    background: url(/html/template/default/assets/img/course/application-btn1.svg) no-repeat bottom -20px left 12px/87px;
    background-color: #28A7E1;
    width: 400px;
    height: 100px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 500px) {
  .c-application-btn a {
    background: url(/html/template/default/assets/img/course/application-btn1.svg) no-repeat bottom -7px left 3px/50px;
    background-color: #28A7E1;
    width: calc(100% - 40px);
    width: 100%;
    max-width: 360px;
    height: 80px;
    padding-left: 5%;
  }
}

@media screen and (max-width: 400px) {
  .c-application-btn a {
    max-width: 310px;
    min-width: 270px;
    padding-left: 8%;
  }
}

.c-application-btn a:hover {
  background-color: #88CFF0;
}

.c-application-btn a:hover span::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.c-application-btn a span {
  font-weight: 600;
  font-size: 2.4rem;
  color: #ffffff;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 900px) {
  .c-application-btn a span {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .c-application-btn a span {
    font-size: 2.0rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 500px) {
  .c-application-btn a span {
    font-size: 1.8rem;
  }
}

.c-application-btn a span::after {
  content: '';
  background: url(/html/template/default/assets/img/course/arrow-wh.svg) no-repeat center/cover;
  width: 13px;
  height: 16px;
  display: inline-block;
  margin-left: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 900px) {
  .c-application-btn a span::after {
    position: absolute;
    top: 30px;
    right: -45px;
  }
}

@media screen and (max-width: 768px) {
  .c-application-btn a span::after {
    top: 21px;
    right: -35px;
  }
}

@media screen and (max-width: 500px) {
  .c-application-btn a span::after {
    width: 11px;
    height: 13px;
    top: 18px;
    right: -20%;
  }
}

@media screen and (max-width: 400px) {
  .c-application-btn a span::after {
    right: -16%;
  }
}

.c-application-btn a span br {
  display: none;
}

@media screen and (max-width: 900px) {
  .c-application-btn a span br {
    display: block;
  }
}

.l-course-explanation .c-application-btn {
  margin-top: 80px;
}

.link-btn-normal {
  background: #28A7E1;
  border-radius: 40px;
  width: 315px;
  height: 76px;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 70px auto 0;
}

.link-btn-normal:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .link-btn-normal {
    width: 290px;
    margin: 40px auto 0;
  }
}

.link-btn-normal span {
  font-weight: 600;
  font-size: 2.6rem;
  color: #ffffff;
  text-align: center;
}

#slideR {
  background: #28A7E1;
  width: 255px;
  height: 320px;
  color: #ffffff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 99;
  cursor: pointer;
  position: fixed;
  top: 50%;
  right: 0;
  right: -200px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #slideR {
    display: none;
  }
}

#slideR span {
  width: 70px;
  width: 54px;
  height: 230px;
  font-size: 20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 0.3rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#slideR ul {
  width: 290px;
  width: 255px;
  height: auto;
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
  padding-left: 50px;
  z-index: 99;
  cursor: pointer;
  position: relative;
}

#slideR ul::before {
  content: '';
  background: rgba(255, 255, 255, 0.15);
  width: 2px;
  height: 180px;
  display: block;
  position: absolute;
  top: 50%;
  left: 54px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#slideR ul li a {
  color: #ffffff;
  font-size: 15px;
  padding: 9px 0;
  padding-left: 40px;
  position: relative;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#slideR ul li a:hover {
  color: #e2f759;
}

#slideR ul li a:hover::before {
  border-top: solid 1px #e2f759;
  border-right: solid 1px #e2f759;
}

#slideR ul li a::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  left: 22px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#slideR ul li.no-link {
  cursor: auto;
  position: relative;
}

#slideR ul li.no-link::before, #slideR ul li.no-link::after {
  content: '▼';
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 23px;
}

#slideR ul li.no-link::after {
  left: auto;
  right: 5px;
}

#slideR ul li.no-link a {
  pointer-events: none;
}

#slideR ul li.no-link a::before {
  content: none;
}

.c-footer-info__flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .c-footer-info__flex {
    display: block;
    margin-top: 40px;
  }
}

.c-title {
  font-size: 3.0rem;
  font-family: fot-tsukuardgothic-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.c-title.-white {
  color: #ffffff;
}

.c-dtl-r-read {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .c-dtl-r-read {
    margin-top: 25px;
  }
}

.c-dtl-r-ttl {
  font-weight: 600;
  font-size: 3.0rem;
}

@media screen and (max-width: 1024px) {
  .c-dtl-r-ttl {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 600px) {
  .c-dtl-r-ttl {
    text-align: right;
    padding-left: 80px;
  }
}

@media screen and (max-width: 400px) {
  .c-dtl-r-ttl {
    font-size: 2.4rem;
  }
}

.c-dtl-r-ttl span {
  font-size: 2.0rem;
}

@media screen and (max-width: 1024px) {
  .c-dtl-r-ttl span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 500px) {
  .c-dtl-r-ttl span {
    display: block;
    margin-top: 10px;
  }
}

.c-dtl-r-txt {
  font-size: 1.8rem;
  line-height: 1.66;
  letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
  .c-dtl-r-txt {
    font-size: 1.6rem;
  }
}

.c-dtl-r-txt:nth-child(2) {
  margin-top: 35px;
}

@media screen and (max-width: 1024px) {
  .c-dtl-r-txt:nth-child(2) {
    margin-top: 20px;
  }
}

.l-about-msg {
  margin-top: 165px;
}

@media screen and (max-width: 1024px) {
  .l-about-msg {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1400px) {
  .l-about-msg .p-content-ttl {
    text-align: right;
    padding-left: 27%;
    padding-right: 5px;
  }
}

@media screen and (max-width: 900px) {
  .l-about-msg .p-content-ttl {
    padding-left: 33%;
  }
}

@media screen and (max-width: 768px) {
  .l-about-msg .p-content-ttl {
    text-align: right;
    padding-left: 37%;
  }
}

@media screen and (max-width: 600px) {
  .l-about-msg .p-content-ttl {
    padding-left: 0;
  }
}

.l-about-msg .p-content-ttl__eg {
  text-shadow: rgba(255, 255, 255, 0.7) 0px 0px 6px;
}

@media screen and (max-width: 500px) {
  .l-about-msg .p-content-ttl__eg {
    width: 80%;
    margin-left: auto;
  }
}

.l-about-msg .p-content-ttl__jp br {
  display: none;
}

@media screen and (max-width: 900px) {
  .l-about-msg .p-content-ttl__jp br {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .l-about-msg .p-content-ttl__jp br {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .l-about-msg .p-content-ttl__jp br {
    display: block;
  }
}

.l-about-msg__inner {
  width: 100%;
  max-width: 1590px;
  margin: 0 auto;
  padding: 0 80px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 1400px) {
  .l-about-msg__inner {
    padding: 0;
  }
}

.l-about-msg__ctn-l {
  width: 560px;
}

@media screen and (max-width: 1400px) {
  .l-about-msg__ctn-l {
    width: 30%;
  }
}

@media screen and (max-width: 900px) {
  .l-about-msg__ctn-l {
    width: 35%;
  }
}

@media screen and (max-width: 768px) {
  .l-about-msg__ctn-l {
    width: 40%;
  }
}

@media screen and (max-width: 600px) {
  .l-about-msg__ctn-l {
    width: 46%;
  }
}

.l-about-msg__ctn-r {
  width: calc((100% - 90px) - 560px);
  margin-left: 90px;
  padding-top: 60px;
}

@media screen and (max-width: 1400px) {
  .l-about-msg__ctn-r {
    width: 100%;
    margin-top: 9%;
    margin-left: -30%;
    padding-left: 40px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .l-about-msg__ctn-r {
    margin-top: 2%;
    margin-left: -31%;
  }
}

@media screen and (max-width: 900px) {
  .l-about-msg__ctn-r {
    margin-left: -36%;
  }
}

@media screen and (max-width: 768px) {
  .l-about-msg__ctn-r {
    margin-top: 10%;
    margin-left: -40%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 600px) {
  .l-about-msg__ctn-r {
    margin-top: 35%;
    margin-left: -46%;
  }
}

@media screen and (max-width: 500px) {
  .l-about-msg__ctn-r {
    margin-top: 22%;
  }
}

.l-about-msg__read {
  margin-top: 90px;
}

@media screen and (max-width: 1400px) {
  .l-about-msg__read {
    margin-top: 60px;
  }
}

.l-about-msg__read p.txt {
  line-height: 2.8;
  text-shadow: rgba(255, 255, 255, 0.7) 0px 0px 6px;
}

@media screen and (max-width: 768px) {
  .l-about-msg__read p.txt {
    line-height: 2.4;
  }
}

.l-about-msg__read p.txt:nth-child(n+2) {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .l-about-msg__read p.txt:nth-child(n+2) {
    margin-top: 30px;
  }
}

.l-about-msg__president {
  margin-top: 75px;
}

.l-about-msg__president p {
  font-size: 1.8rem;
  line-height: 1;
  text-align: right;
}

.l-about-msg__president-person-name {
  margin-top: 25px;
}

.l-about-msg__president-person-name span {
  font-size: 3.0rem;
}

.l-about-btn__outer {
  padding: 0 80px;
}

@media screen and (max-width: 768px) {
  .l-about-btn__outer {
    padding: 0 20px;
  }
}

.l-about-profile {
  background: url(/html/template/default/assets/img/about/profile-back.png) no-repeat center right 10vw/1920px;
  margin-top: 155px;
  padding: 115px 0 145px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .l-about-profile {
    background: url(/html/template/default/assets/img/about/profile-back.png) no-repeat center right 20px/1920px;
  }
}

@media screen and (max-width: 768px) {
  .l-about-profile {
    background: url(/html/template/default/assets/img/top/efforts-back.png) no-repeat top right/100%;
    margin-bottom: -185px;
    padding: 100px 0 110px;
  }
}

.l-about-profile .p-content-ttl__jp br {
  display: none;
}

@media screen and (max-width: 400px) {
  .l-about-profile .p-content-ttl__jp br {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l-about-profile__back {
    background: red;
    background: #ffffff;
    width: 100%;
    height: calc(100% - 40vw);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}

.l-about-profile__inner {
  width: 100%;
  max-width: 1590px;
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .l-about-profile__inner {
    padding: 0 20px;
  }
}

.l-about-table-outer {
  margin-top: 100px;
  padding-left: 155px;
}

@media screen and (max-width: 1400px) {
  .l-about-table-outer {
    padding-left: 8%;
  }
}

@media screen and (max-width: 1100px) {
  .l-about-table-outer {
    margin-top: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .l-about-table-outer {
    padding-left: 0;
  }
}

.l-about-table {
  border-collapse: collapse;
  width: 800px;
}

@media screen and (max-width: 1400px) {
  .l-about-table {
    width: 75%;
  }
}

@media screen and (max-width: 1100px) {
  .l-about-table {
    width: 480px;
  }
}

@media screen and (max-width: 768px) {
  .l-about-table {
    width: 100%;
  }
}

.l-about-table tr {
  border-bottom: 1px solid #D8D8D8;
}

.l-about-table tr th,
.l-about-table tr td {
  font-size: 1.8rem;
  padding: 24px 0 26px;
}

.l-about-table tr th {
  width: 240px;
  font-weight: 600;
}

@media screen and (max-width: 1400px) {
  .l-about-table tr th {
    width: 25%;
    min-width: 150px;
  }
}

@media screen and (max-width: 1100px) {
  .l-about-table tr th {
    width: 100%;
    line-height: 1.7;
    display: block;
    padding: 14px 0;
  }
}

@media screen and (max-width: 1100px) {
  .l-about-table tr th span {
    border-bottom: 1px solid #D8D8D8;
    padding: 0;
    padding-bottom: 18px;
  }
}

.l-about-table tr td {
  width: calc(100% - 240px);
  line-height: 1.7;
}

@media screen and (max-width: 1400px) {
  .l-about-table tr td {
    width: 75%;
  }
}

@media screen and (max-width: 1100px) {
  .l-about-table tr td {
    width: 100%;
    display: block;
    padding: 14px 0;
  }
}

.p-content-ttl__eg {
  font-family: fot-tsukuardgothic-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.0rem;
  line-height: 1.3;
  color: #28A7E1;
}

@media screen and (max-width: 768px) {
  .p-content-ttl__eg {
    font-size: 2.5rem;
  }
}

.p-content-ttl__jp {
  font-size: 4.6rem;
  line-height: 1.35;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .p-content-ttl__jp {
    font-size: 3.4rem;
    margin-top: 30px;
  }
}

#category_id option {
  font-family: dnp-shuei-mincho-pr6n, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-style: normal;
}

.l-course-support {
  width: 100%;
  max-width: calc(1530px + 160px);
  margin: 80px auto 0;
  padding: 0 80px;
}

@media screen and (max-width: 1200px) {
  .l-course-support {
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 1100px) {
  .l-course-support {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .l-course-support {
    padding: 0 20px;
  }
}

@media screen and (max-width: 600px) {
  .l-course-support {
    padding-right: 0;
  }
}

.l-course-support__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-course-support__cts {
  width: 25%;
  padding: 0 2.5%;
}

@media screen and (max-width: 1200px) {
  .l-course-support__cts {
    width: 50%;
    margin: 4% 0;
  }
}

@media screen and (max-width: 600px) {
  .l-course-support__cts {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
}

.l-course-support__cts figure {
  width: 85%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .l-course-support__cts figure {
    width: 55%;
  }
}

@media screen and (max-width: 600px) {
  .l-course-support__cts figure {
    margin-right: -4%;
  }
}

.l-course-support__cts figure img {
  display: block;
}

.l-course-support__cts-inner {
  margin-top: -33%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .l-course-support__cts-inner {
    margin-top: -41%;
  }
}

@media screen and (max-width: 1200px) {
  .l-course-support__cts-name {
    padding-right: calc(55% - 40px);
  }
}

@media screen and (max-width: 1200px) {
  .l-course-support__cts-name p {
    text-align: right;
  }
}

.l-course-support__cts-name p span {
  background: rgba(237, 243, 244, 0.8);
  background: #ffffff;
  padding: 4px 8px;
}

.l-course-support__cts-name .job {
  font-size: 1.5rem;
}

.l-course-support__cts-name .name {
  font-size: 2.2rem;
  margin-top: 20px;
}

.l-course-support__cts-tx {
  line-height: 1.8;
  margin-top: 16%;
  padding-left: 8px;
}

@media screen and (max-width: 1200px) {
  .l-course-support__cts-tx {
    margin-top: 9%;
    padding-left: 0;
    padding-right: 10%;
  }
}

@media screen and (max-width: 1200px) {
  .l-course-support__cts-tx span {
    background: rgba(237, 243, 244, 0.8);
    line-height: 2;
    padding: 2px 0;
  }
}

.l-course-intro {
  margin-top: 120px;
  padding-bottom: 160px;
}

.l-course-intro__ttl-outer {
  padding: 0 80px;
}

@media screen and (max-width: 768px) {
  .l-course-intro__ttl-outer {
    padding: 0 20px;
  }
}

.l-course-intro__ttl-outer.no2 {
  margin-top: 140px;
}

.l-course-intro__ttl-outer.no2 br {
  display: none;
}

.l-course-intro .p-content-ttl {
  text-align: center;
}

.l-course-intro__teacher {
  background: url(/html/template/default/assets/img/course/teacher-back1.png) no-repeat top right 10vw/1790px;
  margin-top: 100px;
  padding-bottom: 70px;
}

@media screen and (max-width: 1700px) {
  .l-course-intro__teacher {
    background: url(/html/template/default/assets/img/course/teacher-back1.png) no-repeat top right 6vw/1790px;
  }
}

@media screen and (max-width: 1400px) {
  .l-course-intro__teacher {
    background: url(/html/template/default/assets/img/course/teacher-back1.png) no-repeat top right 25px/cover;
    padding-bottom: 4%;
  }
}

@media screen and (max-width: 900px) {
  .l-course-intro__teacher {
    background: url(/html/template/default/assets/img/common/back-corner-right.png) no-repeat top right/160%;
  }
}

@media screen and (max-width: 900px) {
  .l-course-intro___back {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), to(#EDF3F4));
    background: linear-gradient(#ffffff 0%, #ffffff 50%, #EDF3F4 100%);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: -100px;
  }
}

@media screen and (max-width: 600px) {
  .l-course-intro___back {
    height: 80%;
  }
}

@media screen and (max-width: 500px) {
  .l-course-intro___back {
    /*
      height: 80%;
        */
  }
}

.l-course-intro___flex {
  width: 100%;
  max-width: 1590px;
  margin: 0 auto;
  padding: 0 80px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .l-course-intro___flex {
    padding: 0;
  }
}

.l-course-intro___ctn-l {
  width: 27%;
  position: absolute;
  top: -20%;
  left: 80px;
}

@media screen and (max-width: 1400px) {
  .l-course-intro___ctn-l {
    width: 25%;
    top: -15%;
    left: 0;
  }
}

@media screen and (max-width: 1100px) {
  .l-course-intro___ctn-l {
    width: 28%;
  }
}

@media screen and (max-width: 900px) {
  .l-course-intro___ctn-l {
    width: 36%;
  }
}

@media screen and (max-width: 768px) {
  .l-course-intro___ctn-l {
    width: 40%;
    top: -10%;
  }
}

@media screen and (max-width: 600px) {
  .l-course-intro___ctn-l {
    width: 44%;
    top: -9%;
  }
}

.l-course-intro___ctn-l img {
  width: 100%;
  display: block;
}

.l-course-intro___ctn-r {
  width: calc(100% - 27%);
  margin-left: calc(30% + 6%);
  padding-top: 5%;
  padding-right: 180px;
}

@media screen and (max-width: 1400px) {
  .l-course-intro___ctn-r {
    width: calc(100% - 25%);
    margin-left: calc(25% + 4%);
    padding-top: 4%;
  }
}

@media screen and (max-width: 1100px) {
  .l-course-intro___ctn-r {
    width: 100%;
    margin-left: 0;
    padding-left: 40px;
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 900px) {
  .l-course-intro___ctn-r {
    padding: 40px 40px 0;
    padding-right: 90px;
  }
}

@media screen and (max-width: 768px) {
  .l-course-intro___ctn-r {
    padding: 40px 20px 0;
  }
}

.l-course-intro___teacher-name {
  border-bottom: 2px solid #28A7E1;
  padding-bottom: 20px;
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  .l-course-intro___teacher-name {
    margin-left: 34%;
  }
}

@media screen and (max-width: 900px) {
  .l-course-intro___teacher-name {
    width: 290px;
    display: block;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .l-course-intro___teacher-name {
    border-bottom: none;
    width: 135px;
    font-size: 2.9rem;
    text-align: right;
  }
}

.l-course-intro___teacher-name span.t-big {
  font-size: 3.0rem;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 0px 3px;
}

@media screen and (max-width: 768px) {
  .l-course-intro___teacher-name span.t-big {
    border-bottom: 2px solid #28A7E1;
    display: inline-block;
    margin-top: 35px;
    margin-right: 0;
    padding-bottom: 15px;
  }
}

.l-course-intro___teacher-name span.t-small {
  font-size: 2.4rem;
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .l-course-intro___teacher-name span.t-small {
    border-bottom: 2px solid #28A7E1;
    font-size: 2.0rem;
    margin-right: 0;
    padding-bottom: 15px;
  }
}

.l-course-intro___comment p {
  text-shadow: rgba(255, 255, 255, 0.5) 0px 0px 3px;
  margin-top: 55px;
}

.l-course-intro___txt-top {
  font-size: 2.0rem;
  line-height: 1.8;
}

@media screen and (max-width: 1100px) {
  .l-course-intro___txt-top {
    margin-left: 34%;
  }
}

@media screen and (max-width: 900px) {
  .l-course-intro___txt-top {
    margin-top: 45px !important;
    margin-left: 0;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .l-course-intro___txt-top {
    font-size: 1.8rem;
    margin-top: 35px !important;
  }
}

.l-course-intro___txt-btm {
  font-size: 1.8rem;
  line-height: 1.65;
}

@media screen and (max-width: 900px) {
  .l-course-intro___txt-btm {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 768px) {
  .l-course-intro___txt-btm {
    font-size: 1.6rem;
  }
}

.l-course-intro__teacher.no2 {
  background: url(/html/template/default/assets/img/course/teacher-back2.png) no-repeat center left 10vw/2190px;
  margin-top: 180px;
}

@media screen and (max-width: 1700px) {
  .l-course-intro__teacher.no2 {
    background: url(/html/template/default/assets/img/course/teacher-back2.png) no-repeat center left 6vw/2190px;
  }
}

@media screen and (max-width: 1400px) {
  .l-course-intro__teacher.no2 {
    background: url(/html/template/default/assets/img/course/teacher-back2.png) no-repeat center left 25px/cover;
  }
}

@media screen and (max-width: 900px) {
  .l-course-intro__teacher.no2 {
    background: url(/html/template/default/assets/img/common/back-corner-left.png) no-repeat top left/160%;
  }
}

@media screen and (max-width: 768px) {
  .l-course-intro__teacher.no2 {
    margin-top: 130px;
  }
}

.l-course-intro__teacher.no2 .l-course-intro___flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.l-course-intro__teacher.no2 .l-course-intro___ctn-l {
  left: auto;
  right: 80px;
}

@media screen and (max-width: 1400px) {
  .l-course-intro__teacher.no2 .l-course-intro___ctn-l {
    right: 0;
  }
}

.l-course-intro__teacher.no2 .l-course-intro___ctn-r {
  margin-left: 0;
  margin-right: calc(30% + 6%);
  padding-right: 0;
  padding-left: 190px;
}

@media screen and (max-width: 1400px) {
  .l-course-intro__teacher.no2 .l-course-intro___ctn-r {
    margin-right: calc(25% + 4%);
  }
}

@media screen and (max-width: 1100px) {
  .l-course-intro__teacher.no2 .l-course-intro___ctn-r {
    width: 100%;
    margin-right: 0;
    padding-right: 80px;
  }
}

@media screen and (max-width: 900px) {
  .l-course-intro__teacher.no2 .l-course-intro___ctn-r {
    padding: 40px 40px 0;
    padding-right: 80px;
  }
}

@media screen and (max-width: 768px) {
  .l-course-intro__teacher.no2 .l-course-intro___ctn-r {
    padding: 40px 20px 0;
  }
}

@media screen and (max-width: 500px) {
  .l-course-intro__teacher.no2 .l-course-intro___ctn-r {
    /*
        padding: 18% 20px 0;
          */
  }
}

.l-course-intro__teacher.no2 .l-course-intro___teacher-name {
  width: 410px;
}

@media screen and (max-width: 1100px) {
  .l-course-intro__teacher.no2 .l-course-intro___teacher-name {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-course-intro__teacher.no2 .l-course-intro___teacher-name {
    width: 210px;
    text-align: left;
  }
}

.l-course-intro__teacher.no2 .l-course-intro___teacher-name br {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-course-intro__teacher.no2 .l-course-intro___teacher-name br {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  .l-course-intro__teacher.no2 .l-course-intro___txt-top {
    margin-left: 0;
  }
}

@media screen and (max-width: 900px) {
  .l-course-intro__teacher.no2 .l-course-intro___txt-top {
    text-align: left;
  }
}

.l-course-movie__ttl-outer {
  margin-top: 160px;
  padding: 0 80px;
}

@media screen and (max-width: 768px) {
  .l-course-movie__ttl-outer {
    padding: 0 20px;
  }
}

.l-course-movie__ttl-outer .p-content-ttl {
  text-align: center;
}

.l-course-movie__sound-button {
  background: url(/html/template/default/assets/img/course/sound-btn-off.svg) no-repeat center center/cover;
  width: 121px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  bottom: -43px;
  right: 0;
  z-index: 100;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 768px) {
  .l-course-movie__sound-button {
    background: url(/html/template/default/assets/img/course/sound-btn-sp-off.png) no-repeat center center/cover;
    bottom: -42px;
    right: 12px;
  }
}

.l-course-movie__sound-button.sound_on {
  background: url(/html/template/default/assets/img/course/sound-btn-on.svg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .l-course-movie__sound-button.sound_on {
    background: url(/html/template/default/assets/img/course/sound-btn-sp-on.png) no-repeat center center/cover;
  }
}

.l-course-movie__outer {
  background: url(/html/template/default/assets/img/course/movie-back.jpg) no-repeat top center/cover;
  background-color: #313131;
  width: 100%;
  height: 760px;
  margin-top: 50px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .l-course-movie__outer {
    height: 660px;
  }
}

@media screen and (max-width: 1024px) {
  .l-course-movie__outer {
    height: 550px;
  }
}

@media screen and (max-width: 900px) {
  .l-course-movie__outer {
    height: 490px;
  }
}

@media screen and (max-width: 768px) {
  .l-course-movie__outer {
    background: none;
    width: 100%;
    height: 0;
    padding-top: 62.5%;
  }
}

.l-course-movie__back-filter {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.l-course-movie__inner {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 30px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 30px;
  width: 920px;
  height: 575px;
  position: absolute;
  top: 83px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1200px) {
  .l-course-movie__inner {
    width: 800px;
    height: 500px;
    top: 73px;
  }
}

@media screen and (max-width: 1024px) {
  .l-course-movie__inner {
    width: 660px;
    height: 411px;
    top: 59px;
  }
}

@media screen and (max-width: 900px) {
  .l-course-movie__inner {
    width: 580px;
    height: 362px;
    top: 51px;
  }
}

@media screen and (max-width: 768px) {
  .l-course-movie__inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    height: 100%;
    top: 0;
  }
}

.l-course-movie__inner .p-content-ttl {
  text-align: center;
  position: absolute;
  top: 80px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-course-movie__inner video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-course-flow {
  background: #EDF3F4;
  padding-top: 110px;
}

.l-course-flow__circle {
  background: #28A7E1;
  border-radius: 10px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 30px;
  left: 3px;
}

.l-course-flow__circle::before {
  content: '';
  background: #EDF3F4;
  width: 200px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
}

.l-course-flow__circle.no2 {
  top: 70px;
}

.l-course-flow__inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 1400px) {
  .l-course-flow__inner {
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .l-course-flow__inner {
    padding: 0 20px;
  }
}

.l-course-flow__inner .p-content-ttl {
  text-align: center;
}

.l-course-flow__ctn {
  margin-top: 130px;
  position: relative;
}

.l-course-flow__dtl {
  background: #88CFF0;
  background: #28A7E1;
  border-radius: 200px;
  width: 100%;
  max-width: 1000px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  margin-top: 60px;
  padding: 30px 70px;
  padding-right: 95px;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .l-course-flow__dtl {
    max-width: none;
  }
}

@media screen and (max-width: 1100px) {
  .l-course-flow__dtl {
    padding: 30px 90px;
    padding-right: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .l-course-flow__dtl {
    border-radius: 200px 0 0 200px;
    width: calc(100% + 120px);
    margin-left: -40px;
    padding: 25px 60px 30px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 768px) {
  .l-course-flow__dtl {
    border-radius: 200px 0 0 0;
    width: calc(100% + 20px);
    margin-left: 0;
    padding: 20px 20px 25px;
    padding-left: 120px;
  }
}

@media screen and (max-width: 600px) {
  .l-course-flow__dtl {
    border-radius: 100px 0 0 0;
    padding-left: 0px;
  }
}

.l-course-flow__dtl.no2, .l-course-flow__dtl.no3 {
  position: relative;
  left: 215px;
  left: 21.6%;
  z-index: 3;
}

@media screen and (max-width: 1700px) {
  .l-course-flow__dtl.no2, .l-course-flow__dtl.no3 {
    left: 12%;
  }
}

@media screen and (max-width: 1400px) {
  .l-course-flow__dtl.no2, .l-course-flow__dtl.no3 {
    width: calc(100% - 12%);
  }
}

@media screen and (max-width: 1100px) {
  .l-course-flow__dtl.no2, .l-course-flow__dtl.no3 {
    width: 100%;
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .l-course-flow__dtl.no2, .l-course-flow__dtl.no3 {
    width: calc(100% + 120px);
    margin-left: -40px;
  }
}

@media screen and (max-width: 768px) {
  .l-course-flow__dtl.no2, .l-course-flow__dtl.no3 {
    border-radius: 200px 0 0 0;
    width: calc(100% + 20px);
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .l-course-flow__dtl.no2, .l-course-flow__dtl.no3 {
    border-radius: 100px 0 0 0;
    margin-top: 90px;
  }
}

.l-course-flow__dtl-num {
  background: #28A7E1;
  border: 1px solid #EDF3F4;
  border-radius: 44px;
  width: 88px;
  height: 88px;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .l-course-flow__dtl-num {
    width: 77px;
    height: 77px;
    left: -15px;
  }
}

@media screen and (max-width: 768px) {
  .l-course-flow__dtl-num {
    border: none;
    background: none;
    width: auto;
    height: auto;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    top: -11px;
    left: 23px;
  }
}

@media screen and (max-width: 600px) {
  .l-course-flow__dtl-num {
    top: -32px;
  }
}

.l-course-flow__dtl-num .circle {
  background: #28A7E1;
  border-radius: 10px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 32px;
  left: -153%;
}

@media screen and (max-width: 1700px) {
  .l-course-flow__dtl-num .circle {
    left: -65%;
  }
}

@media screen and (max-width: 1400px) {
  .l-course-flow__dtl-num .circle {
    left: -80%;
    left: -5vw;
  }
}

@media screen and (max-width: 1100px) {
  .l-course-flow__dtl-num .circle {
    display: none;
  }
}

.l-course-flow__dtl-num .circle::before {
  content: '';
  background: #28A7E1;
  width: 140px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
}

@media screen and (max-width: 1100px) {
  .l-course-flow__dtl-num .circle::before {
    content: none;
  }
}

.l-course-flow__dtl-num span {
  font-family: fot-tsukuardgothic-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
}

.l-course-flow__dtl-num span:nth-child(1) {
  font-size: 1.0rem;
}

@media screen and (max-width: 768px) {
  .l-course-flow__dtl-num span:nth-child(1) {
    letter-spacing: 0;
    margin-right: 3px;
  }
}

@media screen and (max-width: 600px) {
  .l-course-flow__dtl-num span:nth-child(1) {
    display: none;
  }
}

.l-course-flow__dtl-num span:nth-child(2) {
  font-size: 3.0rem;
  margin-top: 6px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .l-course-flow__dtl-num span:nth-child(2) {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 768px) {
  .l-course-flow__dtl-num span:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .l-course-flow__dtl-num span:nth-child(2) {
    font-size: 2.4rem;
  }
}

.l-course-flow__dtl-l {
  width: 240px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .l-course-flow__dtl-l {
    width: 200px;
  }
}

@media screen and (max-width: 1100px) {
  .l-course-flow__dtl-l {
    width: 20%;
    min-width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .l-course-flow__dtl-l {
    background: #28A7E1;
    border: 1px solid #EDF3F4;
    border-radius: 70px;
    width: 130px;
    min-width: auto;
    height: 130px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    padding-bottom: 20px;
    position: absolute;
    top: -30px;
    left: 0;
  }
}

@media screen and (max-width: 600px) {
  .l-course-flow__dtl-l {
    width: 110px;
    height: 110px;
    top: -50px;
  }
}

@media screen and (max-width: 768px) {
  .l-course-flow__dtl-l img {
    width: 65%;
    display: block;
    position: absolute;
    bottom: 9px;
    right: 0;
  }
}

@media screen and (max-width: 600px) {
  .l-course-flow__dtl-l img {
    width: 84%;
    right: -8px;
  }
}

@media screen and (max-width: 600px) {
  .l-course-flow__dtl-l img.no2 {
    width: 71%;
    bottom: 2px;
    right: 2px;
  }
}

@media screen and (max-width: 768px) {
  .l-course-flow__dtl-l img.no3 {
    width: 100%;
    max-width: none;
    bottom: -11px;
    right: -41px;
  }
}

@media screen and (max-width: 600px) {
  .l-course-flow__dtl-l img.no3 {
    width: 117%;
    bottom: -7px;
    right: -66px;
  }
}

.l-course-flow__dtl-r {
  width: calc((100% - 240px) - 30px);
  color: #ffffff;
  margin-left: 30px;
  padding-top: 10px;
}

@media screen and (max-width: 1200px) {
  .l-course-flow__dtl-r {
    width: calc((100% - 200px) - 30px);
    margin-left: 30px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .l-course-flow__dtl-r {
    width: calc((100% - 20%) - 30px);
  }
}

@media screen and (max-width: 768px) {
  .l-course-flow__dtl-r {
    width: 100%;
  }
}

.l-course-flow__arrow {
  background: url(/html/template/default/assets/img/course/flow-arrow.png) no-repeat center/cover;
  width: 25px;
  height: 890px;
  position: absolute;
  top: 314px;
  left: 8%;
  z-index: 2;
}

@media screen and (max-width: 1700px) {
  .l-course-flow__arrow {
    left: 6%;
  }
}

@media screen and (max-width: 1100px) {
  .l-course-flow__arrow {
    display: none;
  }
}

.l-course-pass {
  position: relative;
}

.l-course-pass .p-content-ttl__jp {
  color: #ffffff;
  line-height: 1.7;
}

.l-course-pass__back {
  background: #ffffff;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.l-course-pass__outer {
  background: url(/html/template/default/assets/img/course/pass-back.png) no-repeat center left 100px/1817px;
  background: url(/html/template/default/assets/img/course/pass-back.png) no-repeat center left 100px/cover;
  margin-top: 215px;
  position: relative;
  z-index: 2;
}

.l-course-pass__inner {
  width: 100%;
  max-width: 1590px;
  margin: 0 auto;
  padding: 120px 80px 150px;
}

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

.l-course-pass__ctn-l {
  width: calc((100% - 430px) - 100px);
  margin-right: 100px;
  padding-left: 160px;
}

.l-course-pass__ctn-r {
  width: 430px;
  position: relative;
  top: -200px;
}

.l-course-pass__detail {
  color: #ffffff;
  margin-top: 80px;
}

.l-course-pass__detail ul li {
  font-size: 1.8rem;
  line-height: 2;
  list-style-type: disc;
}

.l-course-pass__detail .txt-area {
  margin-top: 50px;
}

.l-course-pass__detail .txt {
  font-size: 1.8rem;
  line-height: 2;
  text-indent: -25px;
  padding-left: 25px;
}

.l-course-schedule {
  /*  
  background: $color-white;
  */
  margin-bottom: -185px;
  padding-top: 110px;
  padding-bottom: 125px;
}

.l-course-schedule__calendar {
  /*
    background: url(/html/template/default/assets/img/course/pass-back-re.png) no-repeat bottom right 6vw / 2350px;
      */
  margin-top: 60px;
  padding: 0 80px 80px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .l-course-schedule__calendar {
    /*  
      background: url(/html/template/default/assets/img/course/pass-back-re.png) no-repeat bottom right 25px / 214%;
      */
  }
}

@media screen and (max-width: 768px) {
  .l-course-schedule__calendar {
    /*
      background: url(/html/template/default/assets/img/course/pass-back-re.png) no-repeat bottom right / 270%;
        */
    padding: 0 20px 60px;
  }
}

.l-course-schedule__iframe-outer {
  width: 100%;
  max-width: 1000px;
  height: 0;
  margin: 0 auto;
  padding-top: 700px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .l-course-schedule__iframe-outer {
    padding-top: 75%;
  }
}

@media screen and (max-width: 768px) {
  .l-course-schedule__iframe-outer {
    padding-top: 85%;
  }
}

@media screen and (max-width: 600px) {
  .l-course-schedule__iframe-outer {
    padding-top: 100%;
  }
}

.l-course-schedule__iframe-outer iframe {
  width: 100%;
  height: 100%;
  display: block;
  margin: 60px auto 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-course-schedule__iframe-outer .annotation {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: right;
  position: absolute;
  bottom: -30px;
}

@media screen and (max-width: 768px) {
  .l-course-schedule__iframe-outer .annotation {
    bottom: -22px;
  }
}

.l-course-schedule__inner {
  width: 100%;
  max-width: 1590px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 768px) {
  .l-course-schedule__inner {
    padding: 0 20px;
  }
}

.l-course-schedule__inner .p-content-ttl {
  text-align: center;
}

.l-course-schedule__pickup {
  font-size: 1.8rem;
  text-align: center;
  margin: 50px auto -70px;
}

.l-course-schedule__pickup span:nth-child(1) {
  color: #28A7E1;
  margin-right: 30px;
  position: relative;
}

.l-course-schedule__pickup span:nth-child(1)::before {
  content: '';
  background: #28A7E1;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -13px;
}

.l-course-explanation {
  background: #ffffff;
  padding: 150px 0 165px;
}

.l-course-explanation .p-content-ttl__jp span {
  font-size: 2.8rem;
  line-height: 1.6;
  display: block;
  margin-top: 8px;
  margin-left: 8px;
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .l-course-explanation .p-content-ttl__jp span {
    display: block;
    line-height: 1.5;
    margin-top: 15px;
    margin-left: 0;
  }
}

@media screen and (max-width: 400px) {
  .l-course-explanation .p-content-ttl__jp span {
    font-size: 2.3rem;
  }
}

.l-course-explanation .p-content-ttl__jp span::before {
  content: '//';
  display: block;
  position: absolute;
  top: 0;
  left: -3px;
}

.l-course-explanation__block {
  margin-top: 105px;
}

@media screen and (max-width: 768px) {
  .l-course-explanation__block {
    margin-top: 70px;
  }
}

.l-course-explanation__block-outer {
  background: #EDF3F4;
  border-radius: 160px 0 160px 0;
  width: 90%;
  max-width: 1040px;
  padding: 70px 60px 50px;
  margin: 45px auto 0;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__block-outer {
    width: 100%;
  }
}

.l-course-explanation__block-cts {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: 15px;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__block-cts {
    display: block;
  }
}

.l-course-explanation__block-cts-l {
  width: calc((100% - 310px) - 5%);
  margin-right: 5%;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__block-cts-l {
    width: 100%;
    margin-right: 0;
  }
}

.l-course-explanation__block-cts-l .example {
  margin-top: 40px;
}

.l-course-explanation__block-cts-l .example ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2px;
}

.l-course-explanation__block-cts-l .example ul li {
  width: 260px;
  font-size: 1.4rem;
  margin-top: 18px;
}

.l-course-explanation__block-cts-l .example ul li::before {
  content: '';
  background: #313131;
  border-radius: 4px;
  width: 4px;
  height: 4px;
  margin: 0 6px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.l-course-explanation__block-cts-l .ttl {
  font-weight: 600;
  font-size: 3.4rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__block-cts-l .ttl {
    font-size: 3.1rem;
  }
}

@media screen and (max-width: 500px) {
  .l-course-explanation__block-cts-l .ttl {
    font-size: 2.9rem;
  }
}

@media screen and (max-width: 400px) {
  .l-course-explanation__block-cts-l .ttl {
    font-size: 2.5rem;
  }
}

.l-course-explanation__block-cts-l span {
  border-bottom: 1px solid rgba(136, 207, 240, 0.7);
  font-size: 1.4rem;
  line-height: 2.5;
  line-height: 2.3;
  padding-bottom: 6px;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__block-cts-l span {
    font-size: 1.6rem;
  }
}

.l-course-explanation__block-cts-r {
  width: 310px;
  padding-top: 8px;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__block-cts-r {
    width: 100%;
    padding-top: 25px;
  }
}

@media screen and (max-width: 600px) {
  .l-course-explanation__block-cts-r .detail {
    display: block;
  }
}

.l-course-explanation__block-cts-r .detail.no2 {
  margin-top: 40px;
}

.l-course-explanation__block-cts-r .detail span {
  font-weight: 600;
  font-size: 1.8rem;
  color: #FD5857;
}

.l-course-explanation__block-cts-r .detail .txt {
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .l-course-explanation__block-cts-r .detail .txt {
    display: block;
    margin-top: 13px;
  }
}

.l-course-explanation__block-cts-r .detail .ttl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fff8a3));
  background: linear-gradient(transparent 40%, #fff8a3 40%);
  margin-right: 20px;
  padding: 0 7px 5px;
}

@media screen and (max-width: 600px) {
  .l-course-explanation__block-cts-r .detail .ttl {
    padding: 0 0px 5px;
  }
}

.l-course-explanation__block-cts-r .supplement {
  font-size: 1.4rem;
  margin-top: 12px;
}

.l-course-explanation__block-cts-r .supplement span {
  font-size: 1.4rem;
  line-height: 1.6;
  text-indent: -17px;
  padding-left: 17px;
  display: block;
}

.l-course-explanation__block-cts-r .supplement.no2 {
  margin-top: 15px;
}

.l-course-explanation__inner {
  width: 100%;
  max-width: calc(1530px + 160px);
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 768px) {
  .l-course-explanation__inner {
    padding: 0 20px;
  }
}

.l-course-explanation__ctn-ttl {
  width: 580px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-course-explanation__ctn-ttl {
    width: 350px;
  }
}

@media screen and (max-width: 400px) {
  .l-course-explanation__ctn-ttl {
    width: 100%;
  }
}

.l-course-explanation__flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__flex {
    display: block;
  }
}

.l-course-explanation__child {
  margin-top: 105px;
}

@media screen and (max-width: 768px) {
  .l-course-explanation__child {
    margin-top: 70px;
  }
}

.l-course-explanation__cts {
  background: #EDF3F4;
  border-radius: 160px 0 160px 0;
  width: calc(50% - 35px);
  padding: 70px 60px 80px;
  padding: 70px 60px 50px;
}

@media screen and (max-width: 1400px) {
  .l-course-explanation__cts {
    border-radius: 70px 0 70px 0;
    width: calc(50% - 2.5%);
    padding: 50px 40px;
  }
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__cts {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-course-explanation__cts {
    border-radius: 30px 0 30px 0;
    padding: 35px 20px;
  }
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__cts:nth-child(2) {
    margin-top: 60px;
  }
}

.l-course-explanation__cts .example ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2px;
}

.l-course-explanation__cts .example ul li {
  width: 260px;
  font-size: 1.4rem;
  margin-top: 18px;
}

.l-course-explanation__cts ul {
  margin-top: 50px;
  margin-top: 25px;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__cts ul {
    margin-top: 35px;
  }
}

.l-course-explanation__cts ul li {
  font-size: 1.5rem;
  line-height: 1;
  text-indent: -19px;
  padding-left: 19px;
  margin-top: 25px;
  margin-top: 15px;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__cts ul li {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.l-course-explanation__cts ul li::before {
  content: '';
  background: #313131;
  border-radius: 4px;
  width: 4px;
  height: 4px;
  margin: 0 6px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.l-course-explanation__cts .annotation {
  font-weight: 600;
  font-size: 1.3rem;
  margin-top: 5px;
  padding-left: 115px;
}

.l-course-explanation__cts .read {
  margin: 40px 0 50px;
  margin: 10px 0 25px;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__cts .read {
    margin: 25px 0 35px;
  }
}

.l-course-explanation__cts .read span {
  border-bottom: 1px solid rgba(136, 207, 240, 0.7);
  font-size: 1.4rem;
  line-height: 2.5;
  line-height: 2.3;
  padding-bottom: 6px;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__cts .read span {
    font-size: 1.6rem;
  }
}

.l-course-explanation__cts .read span.normal {
  border-bottom: none;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-course-explanation__cts .read.top br {
    display: none;
  }
}

.l-course-explanation__cts .read.btm {
  margin: 50px 0 0;
  margin: 20px 0 0;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__cts .read.btm {
    /*
        margin: 30px 0 0;
          */
  }
}

.l-course-explanation__cts .supplement {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 6px;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__cts .supplement {
    font-size: 1.6rem;
  }
}

.l-course-explanation__cts .detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 600px) {
  .l-course-explanation__cts .detail {
    display: block;
  }
}

.l-course-explanation__cts .detail.no2 {
  margin-top: 25px;
}

.l-course-explanation__cts .detail span {
  font-weight: 600;
  font-size: 1.8rem;
  color: #FD5857;
}

@media screen and (max-width: 600px) {
  .l-course-explanation__cts .detail span.txt {
    display: block;
    margin-top: 13px;
  }
}

.l-course-explanation__cts .detail .ttl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fff8a3));
  background: linear-gradient(transparent 40%, #fff8a3 40%);
  margin-right: 20px;
  padding: 0 7px 5px;
}

@media screen and (max-width: 600px) {
  .l-course-explanation__cts .detail .ttl {
    padding: 0 0px 5px;
  }
}

.l-course-explanation__cts .detail.no2 .ttl {
  margin-right: 40px;
}

.l-course-explanation__course-ttl p {
  font-weight: 600;
}

.l-course-explanation__course-ttl .sub-ttl {
  font-size: 2.0rem;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__course-ttl .sub-ttl {
    font-size: 1.8rem;
  }
}

.l-course-explanation__course-ttl .main-ttl {
  font-size: 3.4rem;
  line-height: 1.2;
  margin-top: 30px;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__course-ttl .main-ttl {
    font-size: 3.1rem;
  }
}

@media screen and (max-width: 500px) {
  .l-course-explanation__course-ttl .main-ttl {
    font-size: 2.9rem;
  }
}

@media screen and (max-width: 400px) {
  .l-course-explanation__course-ttl .main-ttl {
    font-size: 2.5rem;
  }
}

.l-course-explanation__course-ttl .main-ttl br {
  display: block;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__course-ttl .main-ttl br {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .l-course-explanation__course-ttl .main-ttl br {
    display: block;
  }
}

.l-course-explanation__course-ttl .small-ttl {
  font-size: 2.6rem;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__course-ttl .small-ttl {
    font-size: 2.2rem;
    margin-left: 15px;
  }
}

@media screen and (max-width: 900px) {
  .l-course-explanation__course-ttl .small-ttl {
    margin-left: 0;
  }
}

@media screen and (max-width: 400px) {
  .l-course-explanation__course-ttl .small-ttl {
    font-size: 1.9rem;
  }
}

.l-course-explanation__child.no2 {
  /*
  margin-top: 105px;
  @include mq(m){
    margin-top: 70px;
  }
    */
}

.l-course-explanation__child.no2 .l-course-explanation {
  /*
    &__cts{
      width: 90%;
      max-width: 1040px;
      @include flex;
      margin: 45px auto 0;
      @include mq(l-1100){
        width: 100%;
        display: block;
      }
    }
      */
}

.l-course-explanation__child.no2 .l-course-explanation__cts-l {
  width: calc((100% - 310px) - 5%);
  margin-right: 5%;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__child.no2 .l-course-explanation__cts-l {
    width: 100%;
    margin-right: 0;
  }
}

.l-course-explanation__child.no2 .l-course-explanation__cts-l .ttl {
  font-weight: 600;
  font-size: 3.4rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__child.no2 .l-course-explanation__cts-l .ttl {
    font-size: 3.1rem;
  }
}

@media screen and (max-width: 500px) {
  .l-course-explanation__child.no2 .l-course-explanation__cts-l .ttl {
    font-size: 2.9rem;
  }
}

@media screen and (max-width: 400px) {
  .l-course-explanation__child.no2 .l-course-explanation__cts-l .ttl {
    font-size: 2.5rem;
  }
}

.l-course-explanation__child.no2 .l-course-explanation__cts-l span {
  border-bottom: 1px solid rgba(136, 207, 240, 0.7);
  font-size: 1.4rem;
  line-height: 2.5;
  line-height: 2.3;
  padding-bottom: 6px;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__child.no2 .l-course-explanation__cts-l span {
    font-size: 1.6rem;
  }
}

.l-course-explanation__child.no2 .l-course-explanation__cts-r {
  width: 310px;
  padding-top: 53px;
}

@media screen and (max-width: 1100px) {
  .l-course-explanation__child.no2 .l-course-explanation__cts-r {
    width: 100%;
    padding-top: 25px;
  }
}

.l-course-explanation__child.no2 .l-course-explanation__cts-r .supplement {
  line-height: 1.6;
  text-indent: -24px;
  padding-left: 24px;
}

.l-course-explanation__child.no2 .l-course-explanation__cts-r .supplement.no2 {
  margin-top: 15px;
}

.l-course-voice {
  background: #EDF3F4;
  margin-top: 80px;
  padding-top: 110px;
}

.l-course-voice .p-content-ttl {
  text-align: center;
}

.l-course-voice__inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 1200px) {
  .l-course-voice__inner {
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .l-course-voice__inner {
    padding: 0 20px;
  }
}

.l-course-voice__contenair {
  margin-top: 100px;
}

.l-course-voice__flex {
  background: #ffffff;
  border-radius: 230px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: 80px;
  padding: 40px 70px;
}

@media screen and (max-width: 1400px) {
  .l-course-voice__flex {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .l-course-voice__flex {
    border-radius: 0 130px 0 130px;
    padding: 40px 25px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .l-course-voice__flex {
    border-radius: 0 60px 0 60px;
    margin-top: 130px;
    padding: 40px 20px;
  }
}

@media screen and (max-width: 500px) {
  .l-course-voice__flex {
    margin-top: 90px;
  }
}

.l-course-voice__cts-l {
  width: 200px;
  margin-top: -80px;
}

@media screen and (max-width: 1200px) {
  .l-course-voice__cts-l {
    position: relative;
    left: -60px;
  }
}

@media screen and (max-width: 1100px) {
  .l-course-voice__cts-l {
    position: absolute;
    top: 40px;
    left: -30px;
  }
}

@media screen and (max-width: 768px) {
  .l-course-voice__cts-l {
    top: 0;
  }
}

@media screen and (max-width: 500px) {
  .l-course-voice__cts-l {
    width: 45%;
    top: 5%;
  }
}

.l-course-voice__cts-r {
  width: calc((100% - 200px) - 60px);
  margin-left: 60px;
}

@media screen and (max-width: 1400px) {
  .l-course-voice__cts-r {
    width: calc((100% - 200px) - 45px);
    margin-left: 45px;
  }
}

@media screen and (max-width: 1200px) {
  .l-course-voice__cts-r {
    width: calc(100% - 200px);
    margin-left: 0;
    position: relative;
    left: -15px;
  }
}

@media screen and (max-width: 1100px) {
  .l-course-voice__cts-r {
    width: 100%;
    padding-left: calc(200px - 110px);
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-course-voice__cts-r {
    padding-left: calc(200px - 160px);
  }
}

@media screen and (max-width: 500px) {
  .l-course-voice__cts-r {
    padding-left: 3vw;
  }
}

@media screen and (max-width: 400px) {
  .l-course-voice__cts-r {
    padding-left: 0;
  }
}

.l-course-voice__cts-r .name {
  padding-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .l-course-voice__cts-r .name {
    text-align: right;
    padding-right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .l-course-voice__cts-r .name {
    padding-right: 5px;
  }
}

.l-course-voice__cts-r .name::before {
  content: '';
  background: #28A7E1;
  width: 220px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1100px) {
  .l-course-voice__cts-r .name::before {
    width: 85px;
    left: auto;
    right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .l-course-voice__cts-r .name::before {
    right: 5px;
  }
}

.l-course-voice__cts-r .name .title {
  font-size: 2.4rem;
  margin-right: 38px;
}

@media screen and (max-width: 900px) {
  .l-course-voice__cts-r .name .title {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .l-course-voice__cts-r .name .title {
    font-size: 2.1rem;
    line-height: 1.5;
  }
}

.l-course-voice__cts-r .name .full-name {
  font-size: 3.0rem;
}

@media screen and (max-width: 768px) {
  .l-course-voice__cts-r .name .full-name {
    font-size: 2.7rem;
  }
}

.l-course-voice__cts-r .txt {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-top: 40px;
  padding-left: 35px;
}

@media screen and (max-width: 1400px) {
  .l-course-voice__cts-r .txt {
    margin-top: 35px;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-course-voice__cts-r .txt {
    font-size: 1.6rem;
  }
}

.l-course-voice__cts-r .txt span {
  background: rgba(255, 255, 255, 0.3);
  padding: 3px 0;
}

.l-index-concept {
  margin-top: 100px;
}

.l-index-concept .p-content-ttl {
  text-align: center;
}

.l-index-concept__inner {
  width: 100%;
  padding: 0 80px;
}

@media screen and (max-width: 1024px) {
  .l-index-concept__inner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .l-index-concept__inner {
    padding: 0 20px;
  }
}

.l-index-concept__txt {
  font-size: 1.6rem;
  line-height: 3.2;
  text-align: center;
  margin-top: 54px;
}

@media screen and (max-width: 768px) {
  .l-index-concept__txt {
    text-align: left;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .l-index-concept__txt br.display_pc {
    display: none;
  }
}

.l-index-efforts {
  margin-top: 130px;
}

@media screen and (max-width: 768px) {
  .l-index-efforts {
    margin-top: 100px;
  }
}

.l-index-efforts .p-content-ttl {
  text-align: center;
}

.l-index-efforts .p-content-ttl__jp br {
  display: none;
}

@media screen and (max-width: 900px) {
  .l-index-efforts .p-content-ttl__jp br {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .l-index-efforts .p-content-ttl__jp br {
    display: none;
  }
}

.l-index-efforts__txt {
  width: 100%;
  max-width: 780px;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  margin: 70px auto 0;
}

@media screen and (max-width: 768px) {
  .l-index-efforts__txt {
    font-size: 1.6rem;
    text-align: left;
    margin: 40px auto 0;
  }
}

.l-index-efforts__ctn-up {
  background: url(/html/template/default/assets/img/top/efforts-back.png) no-repeat top right/1920px;
  background: url(/html/template/default/assets/img/top/efforts-back.png) no-repeat top right/100%;
  padding: 130px 80px 0;
}

@media screen and (max-width: 768px) {
  .l-index-efforts__ctn-up {
    padding: 100px 20px 0;
  }
}

.l-index-efforts__ctn-down {
  background: #ffffff;
  padding: 60px 80px 0;
}

@media screen and (max-width: 1200px) {
  .l-index-efforts__ctn-down {
    padding: 60px 60px 0;
  }
}

@media screen and (max-width: 1024px) {
  .l-index-efforts__ctn-down {
    padding: 60px 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .l-index-efforts__ctn-down {
    margin-top: -60px;
    padding: 0;
    padding-top: 100px;
  }
}

@media screen and (max-width: 600px) {
  .l-index-efforts__ctn-down {
    margin-top: -90px;
    padding-top: 130px;
  }
}

@media screen and (max-width: 500px) {
  .l-index-efforts__ctn-down {
    margin-top: -150px;
    padding-top: 180px;
  }
}

@media screen and (max-width: 400px) {
  .l-index-efforts__ctn-down {
    margin-top: -270px;
    padding-top: 290px;
  }
}

.l-index-efforts__ctn-down-flex {
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .l-index-efforts__ctn-down-flex {
    padding-left: 4vw;
  }
}

.l-index-efforts__point {
  background-image: url(/html/template/default/assets/img/top/efforts-point-back-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 364px;
  width: 33%;
  max-width: 470px;
  min-height: 364px;
  margin: 40px;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .l-index-efforts__point {
    background-size: 280px;
    background-position: top center;
    width: 28%;
    min-width: 330px;
    margin: 30px 40px;
  }
}

@media screen and (max-width: 1200px) {
  .l-index-efforts__point {
    background-size: 250px;
    min-width: 310px;
    min-height: 330px;
    margin: 30px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .l-index-efforts__point {
    width: 40%;
    min-width: auto;
    margin: 25px;
  }
}

@media screen and (max-width: 768px) {
  .l-index-efforts__point {
    background-size: 210px;
  }
}

@media screen and (max-width: 600px) {
  .l-index-efforts__point {
    width: 80%;
    max-width: 320px;
    margin: 20px auto;
  }
}

.l-index-efforts__point.no2 {
  /*  
      background: url(/html/template/default/assets/img/top/efforts-point-back-2.png) no-repeat center / 364px;
      */
  background-image: url(/html/template/default/assets/img/top/efforts-point-back-2.png);
  margin-right: 290px;
}

.l-index-efforts__point.no3 {
  /*  
      background: url(/html/template/default/assets/img/top/efforts-point-back-3.png) no-repeat center / 364px;
      */
  background-image: url(/html/template/default/assets/img/top/efforts-point-back-3.png);
  margin-left: 290px;
}

.l-index-efforts__point.no4 {
  /*  
      background: url(/html/template/default/assets/img/top/efforts-point-back-4.png) no-repeat center / 364px;
      */
  background-image: url(/html/template/default/assets/img/top/efforts-point-back-4.png);
}

.l-index-efforts__point.no5 {
  /*  
      background: url(/html/template/default/assets/img/top/efforts-point-back-5.png) no-repeat center / 364px;
      */
  background-image: url(/html/template/default/assets/img/top/efforts-point-back-5.png);
}

.l-index-efforts__point.no6 {
  /*
      background: url(/html/template/default/assets/img/top/efforts-point-back-6.png) no-repeat center / 364px;
        */
  background-image: url(/html/template/default/assets/img/top/efforts-point-back-6.png);
  margin-right: 290px;
}

.l-index-efforts__point.no2, .l-index-efforts__point.no6 {
  margin-right: 280px;
}

@media screen and (max-width: 1400px) {
  .l-index-efforts__point.no2, .l-index-efforts__point.no6 {
    margin-right: 18vw;
  }
}

@media screen and (max-width: 1024px) {
  .l-index-efforts__point.no2, .l-index-efforts__point.no6 {
    margin: 25px 20px;
  }
}

@media screen and (max-width: 1200px) {
  .l-index-efforts__point.no2, .l-index-efforts__point.no6 {
    margin: 30px 40px;
    margin-right: auto;
  }
}

@media screen and (max-width: 1024px) {
  .l-index-efforts__point.no2, .l-index-efforts__point.no6 {
    margin: 25px 20px;
  }
}

.l-index-efforts__point.no3 {
  margin-left: 280px;
}

@media screen and (max-width: 1400px) {
  .l-index-efforts__point.no3 {
    margin-left: 18vw;
  }
}

@media screen and (max-width: 1200px) {
  .l-index-efforts__point.no3 {
    margin: 30px 40px;
    margin-left: auto;
  }
}

@media screen and (max-width: 1024px) {
  .l-index-efforts__point.no3 {
    margin: 25px 20px;
  }
}

.l-index-efforts__point.no2, .l-index-efforts__point.no3, .l-index-efforts__point.no4, .l-index-efforts__point.no5, .l-index-efforts__point.no6 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 364px;
}

@media screen and (max-width: 1400px) {
  .l-index-efforts__point.no2, .l-index-efforts__point.no3, .l-index-efforts__point.no4, .l-index-efforts__point.no5, .l-index-efforts__point.no6 {
    background-size: 280px;
    background-position: top center;
    width: 28%;
  }
}

@media screen and (max-width: 1200px) {
  .l-index-efforts__point.no2, .l-index-efforts__point.no3, .l-index-efforts__point.no4, .l-index-efforts__point.no5, .l-index-efforts__point.no6 {
    background-size: 250px;
  }
}

@media screen and (max-width: 1024px) {
  .l-index-efforts__point.no2, .l-index-efforts__point.no3, .l-index-efforts__point.no4, .l-index-efforts__point.no5, .l-index-efforts__point.no6 {
    width: 40%;
    min-width: auto;
    margin: 25px;
  }
}

@media screen and (max-width: 768px) {
  .l-index-efforts__point.no2, .l-index-efforts__point.no3, .l-index-efforts__point.no4, .l-index-efforts__point.no5, .l-index-efforts__point.no6 {
    background-size: 210px;
  }
}

@media screen and (max-width: 600px) {
  .l-index-efforts__point.no2, .l-index-efforts__point.no3, .l-index-efforts__point.no4, .l-index-efforts__point.no5, .l-index-efforts__point.no6 {
    width: 80%;
    max-width: 320px;
    margin: 20px auto;
  }
}

.l-index-efforts__point .num {
  background: #28A7E1;
  border-radius: 44px;
  width: 88px;
  height: 88px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 2;
}

@media screen and (max-width: 1400px) {
  .l-index-efforts__point .num {
    width: 80px;
    height: 80px;
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .l-index-efforts__point .num {
    width: 74px;
    height: 74px;
  }
}

@media screen and (max-width: 600px) {
  .l-index-efforts__point .num {
    left: 20px;
  }
}

.l-index-efforts__point .num span {
  font-family: fot-tsukuardgothic-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
}

.l-index-efforts__point .num span.tx1 {
  font-size: 1.0rem;
  letter-spacing: 0;
}

.l-index-efforts__point .num span.tx2 {
  font-size: 3.0rem;
  margin-top: 8px;
}

@media screen and (max-width: 1400px) {
  .l-index-efforts__point .num span.tx2 {
    font-size: 2.6rem;
    margin-top: 6px;
  }
}

.l-index-efforts__point .tx-grroup {
  position: absolute;
  bottom: 0;
}

.l-index-efforts__point .ttl span {
  background: #ffffff;
  border-radius: 20px;
  font-family: fot-tsukuardgothic-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.3rem;
  color: #28A7E1;
  padding: 9px 15px 8px;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .l-index-efforts__point .ttl span {
    font-size: 2.0rem;
    padding: 8px 13px;
    padding-left: 0;
  }
}

.l-index-efforts__point .text {
  min-height: 73px;
  line-height: 2.25;
  margin-top: 25px;
}

@media screen and (max-width: 1200px) {
  .l-index-efforts__point .text {
    line-height: 2;
    margin-top: 20px;
  }
}

.l-index-member {
  background: url(/html/template/default/assets/img/top/member-back2.png) no-repeat top 160px right -8vw/1040px;
  background-color: #ffffff;
  padding: 0;
  padding-top: 260px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1400px) {
  .l-index-member {
    background: url(/html/template/default/assets/img/top/member-back.png) no-repeat top 80px right -20px/655px;
    background-color: #ffffff;
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .l-index-member {
    background: url(/html/template/default/assets/img/top/member-back-sp.png) no-repeat top 70px left 22vw/930px;
    background-color: #ffffff;
    padding-top: 240px;
  }
}

@media screen and (max-width: 1024px) {
  .l-index-member {
    background: url(/html/template/default/assets/img/top/member-back.png) no-repeat top 70px right/70vw;
    background-color: #ffffff;
    padding-top: 170px;
  }
}

@media screen and (max-width: 768px) {
  .l-index-member {
    background: url(/html/template/default/assets/img/top/member-back.png) no-repeat top 60px right/67vw;
    background-color: #ffffff;
    padding-top: 150px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  .l-index-member {
    background: url(/html/template/default/assets/img/top/member-back.png) no-repeat top 30px right/85vw;
    background-color: #ffffff;
    padding-top: 120px;
  }
}

.l-index-member .p-content-ttl__jp {
  text-shadow: rgba(255, 255, 255, 0.5) 0px 0px 3px;
}

@media screen and (max-width: 600px) {
  .l-index-member .p-content-ttl__jp br {
    display: none;
  }
}

.l-index-member__inner {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 1024px) {
  .l-index-member__inner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .l-index-member__inner {
    padding: 0 20px;
  }
}

.l-index-member__intro {
  font-size: 1.8rem;
  line-height: 1.78;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 0px 3px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .l-index-member__intro br {
    display: none;
  }
}

.l-index-member__list {
  border-top: 1px dashed #E6E6E6;
  width: 730px;
  margin-top: 110px;
}

@media screen and (max-width: 1400px) {
  .l-index-member__list {
    width: 90%;
    max-width: 740px;
    margin-top: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .l-index-member__list {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .l-index-member__list {
    margin-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  .l-index-member__list {
    padding: 25px 0 19px;
  }
}

.l-index-member__container {
  border-bottom: 1px dashed #E6E6E6;
  padding: 30px 0;
}

@media screen and (max-width: 1400px) {
  .l-index-member__container {
    padding: 25px 0;
  }
}

@media screen and (max-width: 768px) {
  .l-index-member__container {
    padding: 20px 0;
  }
}

@media screen and (max-width: 600px) {
  .l-index-member__container {
    display: block;
  }
}

.l-index-member__container .company_name {
  width: 190px;
  font-family: fot-tsukuardgothic-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #28A7E1;
}

.l-index-member__container ul {
  width: calc((100% - 190px) - 25px);
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2rem;
}

@media screen and (max-width: 1400px) {
  .l-index-member__container ul {
    margin-top: 0;
  }
}

@media screen and (max-width: 900px) {
  .l-index-member__container ul {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-index-member__container ul {
    width: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 8px 20px;
  }
}

.l-index-member__container ul li {
  line-height: 1.5;
  margin: 8px 80px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .l-index-member__container ul li {
    margin: 20px 20px 8px;
  }
}

.l-index-member__container ul li.no1 .position {
  min-height: 96px;
}

@media screen and (max-width: 768px) {
  .l-index-member__container ul li.no1 .position {
    min-height: auto;
  }
}

@media screen and (max-width: 768px) {
  .l-index-member__container ul li p {
    text-align: center;
  }
}

.l-index-member__container ul li p.name {
  font-size: 1.8rem;
}

.l-index-member__container ul li p.position {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 20px;
}

.l-index-member__container ul li p.position > span {
  margin-left: 20px;
}

.l-index-member__container ul li:nth-child(3) {
  width: 100%;
  margin: 3rem 0 -1rem;
}

.l-index-member__container ul li::before {
  content: '';
  background: #313131;
  border-radius: 4px;
  width: 4px;
  height: 4px;
  display: inline-block;
  position: relative;
  top: -5px;
  margin: 0 8px;
  content: none;
}

.l-index-member__container ul li img {
  width: 25rem;
  display: block;
  margin-top: -0.5rem;
  margin-left: -2rem;
}

@media screen and (max-width: 768px) {
  .l-index-member__container ul li img {
    margin: -1.5rem auto 0;
  }
}

.l-index-affiliation {
  background: #ffffff;
  padding: 180px 0 100px;
}

@media screen and (max-width: 768px) {
  .l-index-affiliation {
    padding: 140px 0 90px;
  }
}

.l-index-affiliation .p-content-ttl {
  text-align: center;
}

.l-index-affiliation__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 1024px) {
  .l-index-affiliation__inner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .l-index-affiliation__inner {
    padding: 0 20px;
  }
}

.l-index-affiliation__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .l-index-affiliation__list {
    width: 320px;
    display: block;
    margin: 80px auto 0;
  }
}

.l-index-affiliation__list li {
  margin: 0 20px;
}

.l-index-affiliation__list li .name {
  font-size: 1.8rem;
  position: relative;
}

.l-index-affiliation__list li .name::before {
  content: '';
  background: #28A7E1;
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: -25px;
}

@media screen and (max-width: 768px) {
  .l-index-affiliation__list li {
    margin: 70px 0;
  }
}

.l-index-affiliation__list li::before {
  content: '';
  background: #313131;
  border-radius: 4px;
  width: 4px;
  height: 4px;
  display: inline-block;
  position: relative;
  top: -5px;
  margin: 0 8px;
}

.l-index-affiliation .supplement {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 15px;
}

.l-index-merchandise {
  background: #ffffff;
  padding: 100px 0;
}

.l-index-merchandise .p-content-ttl {
  text-align: center;
  margin-bottom: 55px;
}

.l-index-merchandise .p-content-ttl__jp {
  font-size: 3.0rem;
}

.l-index-merchandise .ec-role {
  max-width: none;
  padding: 0;
}

.l-index-merchandise__bnr-area {
  width: calc(100% + 40px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

@media screen and (max-width: 768px) {
  .l-index-merchandise__bnr-area {
    width: 100%;
    display: block;
    margin-left: 0;
  }
}

.l-index-merchandise__bnr-area a {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
  width: calc(33.3% - 40px);
  min-width: 370px;
  margin: 20px;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 768px) {
  .l-index-merchandise__bnr-area a {
    width: 100%;
    max-width: 500px;
    min-width: auto;
    text-align: center;
    margin: 40px auto 0;
  }
}

.l-index-merchandise__bnr-area a:hover {
  opacity: 0.7;
}

.l-index-merchandise__inner {
  width: 100%;
  max-width: 1560px;
  max-width: calc(1340px + 160px);
  margin: 0 auto;
  padding: 0 80px;
  /*  
    @include mq(s-500){
      padding-left: calc(20px - 5%);
      padding-right: calc(20px - 5%);
    }
    */
}

@media screen and (max-width: 1024px) {
  .l-index-merchandise__inner {
    padding-left: calc(40px - 1.5%);
    padding-right: calc(40px - 1.5%);
  }
}

@media screen and (max-width: 768px) {
  .l-index-merchandise__inner {
    padding-left: calc(20px - 2.5%);
    padding-right: calc(20px - 2.5%);
    padding: 0 20px;
  }
}

.l-index-merchandise .ec-newItemRole__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .l-index-merchandise .ec-newItemRole__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.l-index-merchandise .ec-newItemRole__listItem {
  width: calc(25% - (1.12% * 2));
  margin: 0 0 50px !important;
  margin: 1.12% !important;
}

@media screen and (max-width: 1200px) {
  .l-index-merchandise .ec-newItemRole__listItem {
    width: calc(33.33% - (1.5% * 2));
    margin: 1.5% !important;
  }
}

@media screen and (max-width: 768px) {
  .l-index-merchandise .ec-newItemRole__listItem {
    width: calc(50% - (2.5% * 2));
    width: calc(50% - 10px);
    margin: 0 !important;
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 500px) {
  .l-index-merchandise .ec-newItemRole__listItem {
    width: 100%;
  }
}

.l-index-merchandise .ec-newItemRole__listItem a {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.l-index-merchandise .ec-newItemRole__listItem a:hover {
  opacity: 0.7;
}

.l-index-merchandise .ec-newItemRole__listItem a p {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.l-index-merchandise .ec-newItemRole__listItem a p:hover {
  opacity: 0.7;
}

.l-index-merchandise .ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
  margin: 0;
}

.ec-newItemRole .ec-newItemRole__listItem:not(:last-of-type) {
  margin-right: 0;
}

.ec-newItemRole .ec-newItemRole__listItemTitle {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 30px 0 0;
}

.ec-newItemRole .ec-newItemRole__listItemPrice {
  font-weight: 600;
  font-size: 1.8rem;
  color: #FD5857;
  margin: 15px 0 0;
}

.ec-newItemRole .ec-newItemRole__listItemPrice::after {
  content: '(税込)';
  font-size: 1.4rem;
}

.l-index-fungus {
  background: url(/html/template/default/assets/img/top/fungus-back.jpg) no-repeat center/cover;
  /*  
  margin-bottom: -185px;
  */
}

.l-index-fungus .p-content-ttl__eg {
  text-shadow: #563b30 0px 0px 6px;
}

.l-index-fungus .p-content-ttl__eg br {
  display: none;
}

@media screen and (max-width: 500px) {
  .l-index-fungus .p-content-ttl__eg br {
    display: block;
  }
}

.l-index-fungus .p-content-ttl__jp {
  color: #ffffff;
  text-shadow: #563b30 0px 0px 6px;
}

.l-index-fungus .p-content-ttl__jp br {
  display: none;
}

@media screen and (max-width: 1200px) {
  .l-index-fungus .p-content-ttl__jp br {
    display: block;
  }
}

.l-index-fungus__inner {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 90px 80px 70px;
}

@media screen and (max-width: 1200px) {
  .l-index-fungus__inner {
    padding-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .l-index-fungus__inner {
    padding: 90px 40px 70px;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-index-fungus__inner {
    padding: 70px 20px;
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .l-index-fungus__inner {
    padding: 70px 20px;
    padding: 100px 20px 40px;
    padding: 130px 20px 40px;
  }
}

.l-index-fungus__flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}

.l-index-fungus__flex-l {
  width: calc((100% - 428px) - 440px);
  width: 530px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .l-index-fungus__flex-l {
    width: calc((100% - 40%) - 100px);
    margin-right: 100px;
  }
}

@media screen and (max-width: 1100px) {
  .l-index-fungus__flex-l {
    width: calc((100% - 40%) - 100px);
    margin-right: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .l-index-fungus__flex-l {
    width: calc((100% - 40%) - 60px);
    margin-right: 60px;
  }
}

@media screen and (max-width: 900px) {
  .l-index-fungus__flex-l {
    width: 100%;
    margin-right: 0;
  }
}

.l-index-fungus__flex-r {
  width: 428px;
  margin-top: -150px;
}

@media screen and (max-width: 1200px) {
  .l-index-fungus__flex-r {
    width: 40%;
  }
}

@media screen and (max-width: 1100px) {
  .l-index-fungus__flex-r {
    width: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .l-index-fungus__flex-r {
    width: 43%;
    margin-top: 0;
    position: absolute;
    top: -38%;
    right: -3%;
    z-index: 1;
  }
}

@media screen and (max-width: 900px) {
  .l-index-fungus__flex-r {
    width: 46%;
    top: -27%;
  }
}

@media screen and (max-width: 768px) {
  .l-index-fungus__flex-r {
    width: 41%;
    top: -28%;
  }
}

@media screen and (max-width: 500px) {
  .l-index-fungus__flex-r {
    width: 42%;
    top: -44%;
    right: -20px;
  }
}

@media screen and (max-width: 400px) {
  .l-index-fungus__flex-r {
    width: 56%;
    top: -37%;
  }
}

.l-index-fungus__flex-r img {
  width: 100%;
  max-width: none;
  display: block;
}

.l-index-fungus__txt {
  font-size: 18px;
  color: #ffffff;
  line-height: 2;
  text-shadow: rgba(86, 59, 48, 0.5) 0px 0px 6px;
  text-shadow: #563b30 0px 0px 6px;
  margin-top: 14px;
}

@media screen and (max-width: 900px) {
  .l-index-fungus__txt {
    width: 53%;
  }
}

@media screen and (max-width: 768px) {
  .l-index-fungus__txt {
    width: 74%;
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .l-index-fungus__txt {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .l-index-fungus__txt br.display_pc {
    display: none;
  }
}

.l-index-fungus .link-btn-normal {
  margin: 50px 0 0;
}

.js-effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.js-effect-fade.js-effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
/*# sourceMappingURL=customize.css.map */