@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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

* {
  margin: 0;
  padding: 0;
}

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho";
}

.font_en {
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
}

/*=======================================================

    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================

    common

========================================================*/
@media screen and (max-width: 1349px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc02 {
    display: none !important;
  }
}

@media screen and (max-width: 1699px) {
  .pc03 {
    display: none !important;
  }
}

@media screen and (min-width: 1350px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp02 {
    display: none !important;
  }
}

@media screen and (min-width: 1281px) {
  .sp03 {
    display: none !important;
  }
}

@media screen and (min-width: 1350px) {
  .lg {
    display: none !important;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
.mrgT5 {
  margin-top: 5px;
}

.mrgT10 {
  margin-top: 10px;
}

.mrgT15 {
  margin-top: 15px;
}

.mrgT20 {
  margin-top: 20px;
}

.mrgT25 {
  margin-top: 25px;
}

.mrgT30 {
  margin-top: 30px;
}

.mrgT40 {
  margin-top: 40px;
}

.mrgT50 {
  margin-top: 50px;
}

.mrgT60 {
  margin-top: 60px;
}

.mrgT70 {
  margin-top: 70px;
}

.mrgB5 {
  margin-bottom: 5px;
}

.mrgB10 {
  margin-bottom: 10px;
}

.mrgB15 {
  margin-bottom: 15px;
}

.mrgB20 {
  margin-bottom: 20px;
}

.mrgB25 {
  margin-bottom: 25px;
}

.mrgB30 {
  margin-bottom: 30px;
}

.mrgB40 {
  margin-bottom: 40px;
}

.mrgB50 {
  margin-bottom: 50px;
}

.mrgB60 {
  margin-bottom: 60px;
}

.mrgB70 {
  margin-bottom: 70px;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.fontBold {
  font-weight: bold;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.f14 {
  font-size: 1.4rem;
}

.f16 {
  font-size: 1.6rem;
}

.f18 {
  font-size: 1.8rem;
}

.red {
  color: #c1272d;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  color: #131313;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.link {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

a:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70); /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
  transition: opacity 1s ease-out;
}

.link {
  color: #02b340;
}

.marker {
  background: linear-gradient(transparent 70%, #ffeeb2 70%);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  header .p-gnav__item:last-child {
    margin-top: 20px;
  }
}

/* --------------------------------------------------------------- */
/* 全体レイアウト */
/* --------------------------------------------------------------- */
#container {
  overflow: hidden;
}
#container .main {
  background: 0;
}
#container .main section p {
  line-height: 1.9;
}
#container .main section .flex {
  display: flex;
  flex-wrap: wrap;
}
#container .main section .bnr {
  text-align: center;
}
#container .main section .inner {
  max-width: 1240px !important;
  width: auto;
  margin: 0 auto;
  padding: 90px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  #container .main section .inner {
    padding: 30px 15px;
    box-sizing: border-box;
  }
}
#container .main section .inner img {
  max-width: 100%;
  height: auto;
}
#container .main section img {
  max-width: 100%;
  height: auto;
}
#container .more01 a {
  background: #ef7e17;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 45px;
  font-size: 2rem;
  font-weight: 500;
  padding: 15px 40px;
  max-width: 300px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
#container .more01 a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #container .more01 a {
    margin: 0 auto;
  }
}

/* --------------------------------------------------------------- */
/* TOP */
/* --------------------------------------------------------------- */
#top #container {
  /* 新料金 2022-06-20 */
}
#top #container #mv {
  background: url(../img/bg_mv.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  #top #container #mv {
    background: url(../img/bg_mv_sp01.jpg) no-repeat left top/cover;
  }
}
#top #container #mv .mv_inner {
  max-width: 1100px;
  box-sizing: border-box;
  padding: 85px 85px 200px;
}
@media screen and (max-width: 767px) {
  #top #container #mv .mv_inner {
    padding: 30px;
  }
}
#top #container #mv .mv_inner .txt {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #top #container #mv .mv_inner .txt {
    font-size: 1.6rem;
  }
}
#top #container #mv .mv_inner .logo {
  margin: 25px 0;
}
#top #container #mv .mv_inner .catch {
  font-size: 6.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #top #container #mv .mv_inner .catch {
    font-size: 2.6rem;
  }
}
#top #container #mv .mv_inner .catch span {
  background: #fff;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}
#top #container #mv .mv_inner .sub_catch {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1em;
  text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}
@media screen and (max-width: 767px) {
  #top #container #mv .mv_inner .sub_catch {
    font-size: 2rem;
  }
}
#top #container #mv .mv_inner .sub_catch span {
  color: #ca392f;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #top #container #mv .mv_inner .sub_catch span {
    font-size: 2.7rem;
  }
}
#top #container #mv .mv_inner .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top #container #mv .mv_inner .flex {
    flex-flow: wrap;
  }
}
#top #container #mv .mv_inner .flex figure {
  width: calc(25% - 10px);
}
@media screen and (max-width: 767px) {
  #top #container #mv .mv_inner .flex figure {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
#top #container .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#top #container .slick-next:before {
  background: url(../img/btn_next.svg) !important;
  background-size: contain !important;
}
#top #container .slick-prev:before {
  background: url(../img//btn_prev.svg) !important;
  background-size: contain !important;
}
#top #container h2 {
  line-height: 1.6;
}
#top #container h2.style01 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #top #container h2.style01 {
    font-size: 2.6rem;
  }
}
#top #container h2.style01::after {
  content: "";
  background: #ca392f;
  height: 3px;
  width: 76px;
  margin: 10px auto;
  display: block;
}
#top #container .cta {
  background: url(../img/bg_cta.jpg) no-repeat center center/cover;
}
#top #container .cta .inner {
  text-align: center;
}
#top #container .cta .inner h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #top #container .cta .inner h2 {
    font-size: 2.4rem;
  }
}
#top #container .cta .inner .btn a {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  background: #ef7e17;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 45px;
  font-size: 2.2rem;
  font-weight: 500;
  padding: 25px 40px;
  max-width: 450px;
  display: block;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
#top #container .cta .inner .btn a:hover {
  opacity: 0.8;
}
#top #container .sec001 .inner h2 span {
  color: #ca392f;
}
#top #container .sec001 .inner .lead {
  text-align: center;
  margin-bottom: 50px;
}
#top #container .sec001 .inner .lead span {
  color: #ca392f;
  font-size: 2rem;
  font-weight: 700;
}
#top #container .sec001 .inner .flex {
  justify-content: space-between;
}
#top #container .sec001 .inner .flex li {
  flex-basis: calc(25% - 10px);
  padding: 25px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #top #container .sec001 .inner .flex li {
    flex-basis: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
#top #container .sec001 .inner .flex li h3 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
#top #container .sec001 .inner .flex li:first-child h3::before {
  content: url(../img/ico_intro01.svg);
  margin-right: 5px;
}
#top #container .sec001 .inner .flex li:nth-child(2) h3::before {
  content: url(../img/ico_intro02.svg);
  margin-right: 5px;
}
#top #container .sec001 .inner .flex li:nth-child(3) h3::before {
  content: url(../img/ico_intro03.svg);
  margin-right: 5px;
}
#top #container .sec001 .inner .flex li:nth-child(4) h3::before {
  content: url(../img/ico_intro04.svg);
  margin-right: 5px;
}
#top #container .sec002 {
  background: url(../img/bg_grid.jpg) no-repeat top center/cover;
}
#top #container .sec002 .inner {
  max-width: 1700px !important;
}
#top #container .sec002 .inner .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  #top #container .sec002 .inner .box {
  flex-wrap: wrap;
  }
}
#top #container .sec002 .inner .box figure {
  width: 840px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner .box figure {
    width: 100%;
    margin-bottom: 0;
    order: 1;
  }
}
#top #container .sec002 .inner .box .cont {
  padding: 60px;
  box-sizing: border-box;
  width: 940px;
  margin-left: -80px;
  background: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  #top #container .sec002 .inner .box .cont {
    width: 100%;
    order: 2;
    margin: 0;
    padding: 25px;
  }
}
#top #container .sec002 .inner .box .cont h3 {
  font-size: 3rem;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner .box .cont h3 {
    font-size: 2.3rem;
  }
}
#top #container .sec002 .inner .box .cont .txt {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
#top #container .sec002 .inner .box .cont .txt .bold {
  font-weight: 700;
}
#top #container .sec002 .inner .box .cont .txt02 {
  padding: 15px;
  background: #ddd;
  margin-top: 1em;
}
#top #container .sec002 .inner .box.no01 .cont h3::before {
  content: url(../img/ico_reason01.png);
  margin-right: 20px;
}
#top #container .sec002 .inner .box.no02 .cont h3::before {
  content: url(../img/ico_reason02.png);
  margin-right: 20px;
}
#top #container .sec002 .inner .box.no03 .cont h3::before {
  content: url(../img/ico_reason03.png);
  margin-right: 20px;
}
#top #container .sec002 .inner .box.no04 .cont h3::before {
  content: url(../img/ico_reason04.png);
  margin-right: 20px;
}
#top #container .sec002 .inner .box.no05 .cont h3::before {
  content: url(../img/ico_reason05.png);
  margin-right: 20px;
}
#top #container .sec002 .inner .box:nth-child(odd) .cont {
  margin-right: -80px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner .box:nth-child(odd) .cont {
    margin: 0;
  }
}
#top #container .sec003 .inner .flex {
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  background: #fefbf2;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .flex {
    display: block;
  }
}
#top #container .sec003 .inner .flex .cont {
  flex-basis: calc(55% - 20px);
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .flex .cont {
    margin-bottom: 30px;
  }
}
#top #container .sec003 .inner .flex .cont dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .flex .cont dl {
    display: block;
  }
}
#top #container .sec003 .inner .flex .cont dl dt {
  font-size: 2rem;
  font-weight: 700;
  flex-basis: calc(35% - 20px);
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .flex .cont dl dt {
    font-size: 1.8rem;
  }
}
#top #container .sec003 .inner .flex .cont dl dd {
  font-size: 1.6rem;
  font-weight: 700;
  flex-basis: calc(65% - 20px);
  padding-left: 2em;
  border-left: 2px solid #ca392f;
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .flex .cont dl dd {
    padding: 1em 0 0 0;
    border-left: 0;
    border-top: 2px solid #ca392f;
    margin: 1em 0 0 0;
  }
}
#top #container .sec003 .inner .flex figure {
  flex-basis: calc(45% - 20px);
}
#top #container .sec003 .inner .price {
  margin-bottom: 50px;
}
#top #container .sec003 .inner .price h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1em;
}
#top #container .sec003 .inner .price .price-title {
  font-size: 2rem;
  margin-right: 50px;
}
#top #container .sec003 .inner .price .enrollment-fee,
#top #container .sec003 .inner .price .lesson {
  margin-bottom: 30px;
}
#top #container .sec003 .inner .price .enrollment-fee .enrollment-fee__inner,
#top #container .sec003 .inner .price .lesson .lesson__inner {
  display: flex;
  align-items: center;
}
#top #container .sec003 .inner .price .enrollment-fee .enrollment-fee__inner {
  justify-content: center;
  border: 1px solid #D4421F;
  max-width: 400px;
  padding: 4px 20px;
  margin: 0 auto;
  background: #fff;
}
#top #container .sec003 .inner .price .lesson .lesson__title {
  border: 1px solid #D4421F;
  padding: 4px 20px;
}
#top #container .sec003 .inner .price .enrollment-fee__price span {
  color: #D4421F;
  font-weight: bold;
  font-size: 4rem;
}
#top #container .sec003 .inner .price .lesson .lesson__text {
  text-align: left;
}
#top #container .sec003 .inner .price .price-table {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .price .price-table {
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .price .price-table table {
    width: 800px !important;
  }
}
#top #container .sec003 .inner .price .price-table .table.center {
  text-align: center;
}
#top #container .sec003 .inner .price .price-table .table {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
#top #container .sec003 .inner .price .price-table .table .price-info td span {
  font-size: 4rem;
  display: inline-block;
  line-height: 1;
}
#top #container .sec003 .inner .price .price-table .table .price-info td {
  border-top: none;
  text-align: center;
}
#top #container .sec003 .inner .price .price-table .table th {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 20px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
#top #container .sec003 .inner .price .price-table .table td {
  padding: 20px;
  font-weight: normal;
  font-size: 1.6rem;
  vertical-align: middle;
  border: 1px solid #ddd;
}
#top #container .sec003 .inner .price .price-table .table th {
  background: #d4421f;
  color: #fff;
  text-align: center;
  border-bottom: none;
}
#top #container .sec003 .inner .price .price-table .table td span {
  color: #D4421F;
  font-weight: 700;
}
#top #container .sec003 .inner .price .price-table .table th.width-adjust {
  width: 25%;
}
#top #container .sec003 .inner .price .price-table .table td.bold {
  font-weight: 700;
  text-align: center;
}
#top #container .sec003 .inner .price .price-table .table td.bold02 {
  font-weight: 700;
  background: #fbeeed;
  color: #d4291f;
  text-align: center;
  font-size: 1.8rem;
}
#top #container .sec003 .inner .price .price-table .table td.center {
  text-align: center;
}
#top #container .sec003 .inner .price .price-annotation {
  text-align: left;
  font-size: 14px;
}
#top #container .sec004 {
  background: url(../img/bg_grid.jpg) no-repeat top center/cover;
}
#top #container .sec004 .inner .lead {
  text-align: center;
  margin-bottom: 50px;
}
#top #container .sec004 .inner ul li {
  background: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#top #container .sec004 .inner ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner ul li {
    padding: 25px;
    display: block;
  }
}
#top #container .sec004 .inner ul li figure {
  flex-basis: calc(35% - 20px);
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner ul li figure {
    margin-bottom: 30px;
  }
}
#top #container .sec004 .inner ul li .cont {
  flex-basis: calc(65% - 20px);
}
#top #container .sec004 .inner ul li .cont h3 {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #d5d5d5;
}
#top #container .sec004 .inner ul li:first-child h3::before {
  content: url(../img/ico_step01.png);
  margin-right: 20px;
}
#top #container .sec004 .inner ul li:nth-child(2) h3::before {
  content: url(../img/ico_step02.png);
  margin-right: 20px;
}
#top #container .sec004 .inner ul li:nth-child(3) h3::before {
  content: url(../img/ico_step03.png);
  margin-right: 20px;
}
#top #container .sec005 .inner ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #top #container .sec005 .inner ul {
    display: block;
  }
}
#top #container .sec005 .inner ul li {
  flex-basis: calc(33.333333% - 20px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top #container .sec005 .inner ul li {
    margin-bottom: 30px;
  }
}
#top #container .sec005 .inner ul li h3 {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 0.5em;
  margin: 0.5em 0;
  border-bottom: 1px solid #ca392f;
}
#top #container .sec006 {
  background: url(../img/bg_grid.jpg) no-repeat top center/cover;
}
#top #container .sec006 .inner .support_list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 60px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #top #container .sec006 .inner .support_list li {
    display: block;
    padding: 60px 20px 20px;
  }
}
#top #container .sec006 .inner .support_list li figure {
  flex-basis: calc(30% - 20px);
}
#top #container .sec006 .inner .support_list li .cont {
  flex-basis: calc(70% - 20px);
}
#top #container .sec006 .inner .support_list li .cont h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #top #container .sec006 .inner .support_list li .cont h3 {
    font-size: 2rem;
  }
}
#top #container .sec006 .inner .support_list li:first-child::before {
  content: url(../img/ico_no01.svg);
  position: absolute;
  left: 20px;
  top: -20px;
}
#top #container .sec006 .inner .support_list li:last-child {
  margin-bottom: 0;
}
#top #container .sec006 .inner .support_list li:last-child::before {
  content: url(../img/ico_no02.svg);
  position: absolute;
  left: 20px;
  top: -20px;
}
#top #container .sec007 .inner .point_box {
  padding: 60px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #top #container .sec007 .inner .point_box {
    padding: 25px;
  }
}
#top #container .sec007 .inner .point_box .box {
  margin: 20px 0;
}
#top #container .sec007 .inner .point_box .box h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #ca392f;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ca392f;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #top #container .sec007 .inner .point_box .box h3 {
    font-size: 2.2rem;
  }
}
#top #container .sec007 .inner .point_box .box h3::before {
  content: url(../img/ico_check.svg);
  margin-right: 20px;
}
#top #container .sec007 .inner .point_box .box .txt {
  font-size: 1.8rem;
}
#top #container .sec007 .inner .price_wrap {
  max-width: 950px;
  margin: 90px auto 0;
}
#top #container .sec007 .inner .price_wrap h3 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
#top #container .sec007 .inner .price_wrap h3 span.marker {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  #top #container .sec007 .inner .price_wrap h3 span.marker {
    font-size: 2.2rem;
  }
}
#top #container .sec007 .inner .price_wrap .price_box {
  padding: 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  margin: 40px 0;
}
#top #container .sec007 .inner .price_wrap .price_box h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid #ca392f;
}
@media screen and (max-width: 767px) {
  #top #container .sec007 .inner .price_wrap .price_box h4 {
    font-size: 2rem;
  }
}
#top #container .sec007 .inner .price_wrap .price_box dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #top #container .sec007 .inner .price_wrap .price_box dl {
    display: block;
  }
}
#top #container .sec007 .inner .price_wrap .price_box dl dt {
  font-size: 2rem;
  font-weight: 700;
  flex-basis: calc(25% - 20px);
}
#top #container .sec007 .inner .price_wrap .price_box dl dd {
  font-size: 1.8rem;
  font-weight: 700;
  flex-basis: calc(75% - 20px);
  padding-left: 2em;
  border-left: 2px solid #ca392f;
  box-sizing: border-box;
}
#top #container .sec007 .inner .price_wrap .price_box dl dd span {
  font-size: 3rem;
  color: #ca392f;
}
@media screen and (max-width: 767px) {
  #top #container .sec007 .inner .price_wrap .price_box dl dd {
    padding: 1em 0 0 0;
    border-left: 0;
    border-top: 1px solid #ca392f;
    margin: 1em 0 0 0;
  }
}
#top #container .sec007 .inner .price_wrap .price_box ul {
  list-style: disc;
  padding-left: 1em;
}
#top #container .sec007 .inner .price_wrap .price_box ul li {
  line-height: 2.2;
}
#top #container .sec007 .inner .price_wrap .price_box .txt span {
  font-size: 3rem;
  color: #ca392f;
  font-weight: 700;
}
#top #container .sec007 .inner .price_wrap .price_box .box{
  margin-top: 40px;
}
#top #container .sec007 .inner .price_wrap .price_box .box h5 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  #top #container .sec007 .inner .price_wrap .price_box .box h5 {
    font-size: 1.8rem;
  }
}
#top #container .sec007 .inner .price_wrap .info_txt {
  margin-bottom: 70px;
}
#top #container .price .lead {
  text-align: center;
  margin-bottom: 50px;
}
#top #container .price .price-title {
  font-size: 2rem;
  margin-right: 50px;
}
#top #container .price .enrollment-fee,
#top #container .price .lesson {
  margin-bottom: 30px;
}
#top #container .price .enrollment-fee .enrollment-fee__inner,
#top #container .price .lesson .lesson__inner {
  display: flex;
  align-items: center;
}
#top #container .price .enrollment-fee .enrollment-fee__inner {
  justify-content: center;
  border: 1px solid #D4421F;
  max-width: 400px;
  padding: 4px 20px;
  margin: 0 auto;
  background: #fff;
}
#top #container .price .lesson .lesson__title {
  border: 1px solid #D4421F;
  padding: 4px 20px;
}
#top #container .price .enrollment-fee__price span {
  color: #D4421F;
  font-weight: bold;
  font-size: 4rem;
}
#top #container .price .lesson .lesson__text {
  text-align: left;
}
#top #container .price .price-table {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #top #container .price .price-table {
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  #top #container .price .price-table table {
    width: 800px !important;
  }
}
#top #container .price .price-table .table.center {
  text-align: center;
}
#top #container .price .price-table .table {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
#top #container .price .price-table .table .price-info td span {
  font-size: 4rem;
  display: inline-block;
  line-height: 1;
}
#top #container .price .price-table .table .price-info td {
  border-top: none;
}
#top #container .price .price-table .table th {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 20px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
#top #container .price .price-table .table td {
  padding: 20px;
  font-weight: normal;
  font-size: 1.6rem;
  vertical-align: middle;
  border: 1px solid #ddd;
}
#top #container .price .price-table .table th {
  background: #d4421f;
  color: #fff;
  text-align: center;
  border-bottom: none;
}
#top #container .price .price-table .table td span {
  color: #D4421F;
  font-weight: 700;
}
#top #container .price .price-table .table th.width-adjust {
  width: 25%;
}
#top #container .price .price-table .table td.bold {
  font-weight: 700;
  text-align: center;
}
#top #container .price .price-table .table td.bold02 {
  font-weight: 700;
  background: #fbeeed;
  color: #d4291f;
  text-align: center;
  font-size: 1.8rem;
}
#top #container .price .price-table .table td.center {
  text-align: center;
}
#top #container .price .price-annotation {
  text-align: left;
  font-size: 14px;
}
#top #container .sec008 {
  background: url(../img/bg_grid.jpg) no-repeat top center/cover;
}
#top #container .sec008 .inner .boxs {
  padding: 60px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  #top #container .sec008 .inner .boxs {
    padding: 25px;
  }
}
#top #container .sec008 .inner .boxs h3 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
  display: flex;
  align-items: center;
}
#top #container .sec008 .inner .boxs h3 span.marker {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  #top #container .sec008 .inner .boxs h3 span.marker {
    font-size: 1.8rem;
  }
}
#top #container .sec008 .inner .boxs ul li {
  font-size: 2rem;
  margin-bottom: 20px;
  padding-left: 2em;
  text-indent: -2em;
}
@media screen and (max-width: 767px) {
  #top #container .sec008 .inner .boxs ul li {
    font-size: 1.6rem;
  }
}
#top #container .sec008 .inner .boxs ul li::before {
  content: url(../img/ico_arrow01.svg);
  margin-right: 10px;
}
#top #container .sec008 .inner .boxs.no01 h3::before {
  content: url(../img/ico_lamp.svg);
  margin-right: 20px;
}
#top #container .sec008 .inner .boxs.no02 h3::before {
  content: url(../img/ico_building.svg);
  margin-right: 20px;
}
#top #container .sec009 .inner {
  /* よくあるご質問 */
}
#top #container .sec009 .inner .care_online_faq_list > li + li {
  margin-top: 2rem;
}
#top #container .sec009 .inner .care_online_faq_list > li > dl {
  background: #f6f6f6;
  padding: 0 2rem 2rem 2rem;
}
#top #container .sec009 .inner .care_online_faq_list > li > dl > dt,
#top #container .sec009 .inner .care_online_faq_list > li > dl > dd {
  padding: 2rem 0;
  line-height: 1.75;
  position: relative;
  min-height: calc(2.6em + 40px);
}
#top #container .sec009 .inner .care_online_faq_list > li > dl > dd {
  background: #FFF;
  padding: 2rem;
  margin: 0;
}
#top #container .sec009 .inner .care_online_faq_list > li > dl > dt span,
#top #container .sec009 .inner .care_online_faq_list > li > dl > dd span {
  display: block;
  color: #d4291f;
  width: 3.8rem;
  line-height: 3.8rem;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3rem;
}
#top #container .sec009 .inner .care_online_faq_list > li > dl > dd span {
  background: linear-gradient(100deg, #e9948f, #f9be89);
  color: #FFF;
  left: 2rem;
  font-size: 1.8rem;
}
#top #container .sec009 .inner .care_online_faq_list > li > dl > dt > p,
#top #container .sec009 .inner .care_online_faq_list > li > dl > dd > p {
  padding: 0.5rem 0.5rem 0.5rem 5rem;
}
#top #container .sec009 .inner .care_online_faq_list > li > dl > dt > p {
  font-size: 1.8rem;
  font-weight: bold;
}
#top #container .sec009 .inner .care_online_faq_list .lesson_detail {
  margin: 2rem 5rem 0 5rem;
}
#top #container .sec009 .inner .care_online_faq_list .lesson_detail dt {
  color: #d4291f;
  padding: 0.5rem;
  font-weight: bold;
  border-bottom: solid 2px #d4291f;
  margin-bottom: 0.5rem;
}
#top #container .sec009 .inner .care_online_faq_list .lesson_detail dd {
  margin: 0;
  padding: 0.5rem;
}
#top #container .sec009 .inner .care_online_faq_list .lesson_detail dd li {
  padding-left: 1.25em;
  position: relative;
  margin-bottom: 1rem;
}
#top #container .sec009 .inner .care_online_faq_list .lesson_detail dd li::before {
  content: "・";
  position: absolute;
  left: 0;
}/*# sourceMappingURL=style.css.map */