@charset "UTF-8";
/* --------------------------------------------------
/* 共通ページ設定
------------------------------ */
/* メインカラー */
/* レスポンシブブレイクポイント */
/* コンテンツを分けるマージン */
/* --------------------------------------------------
ページ別のCSS
-------------------------------------------------- */
#mainimg {
  margin-top: 120px;
  position: relative; }
  @media screen and (max-width: 789px) {
    #mainimg {
      margin-top: 70px; } }
  #mainimg .img01 {
    position: absolute;
    right: 28%;
    width: 20%;
    text-align: center;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 789px) {
      #mainimg .img01 {
        margin-top: 20px;
        order: 2;
        position: static;
        width: 98%;
        right: 0%; } }
    #mainimg .img01 img {
      width: 100%;
      max-width: 365px;
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 789px) {
        #mainimg .img01 img {
          margin-top: 20px;
          max-width: 100%;
          width: 100%; } }
  #mainimg .img02 {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 789px) {
      #mainimg .img02 {
        order: 1;
        width: 100%; } }
    #mainimg .img02 img {
      width: 99%;
      text-align: center;
      margin-left: auto;
      margin-right: auto; }

.txtmain01 {
  background-color: #d0eae8;
  font-size: 2.4em;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 180%; }
  @media screen and (max-width: 1000px) {
    .txtmain01 {
      font-size: 1.8em; } }
  @media screen and (max-width: 789px) {
    .txtmain01 {
      font-size: 1.5em; } }
  @media screen and (max-width: 480px) {
    .txtmain01 {
      font-size: 1.1em; } }
  .txtmain01 span {
    font-weight: bold;
    background: linear-gradient(transparent 80%, #f3e300 80%); }

#mainimg2nd {
  margin-top: 120px;
  height: 150px;
  width: 100%;
  margin-bottom: 0px;
  background-image: url(../img/index/bg_index03.jpg);
  background-repeat: repeat-x;
  background-position: center center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1000px) {
    #mainimg2nd {
      height: 200px; } }
  @media screen and (max-width: 789px) {
    #mainimg2nd {
      margin-top: 80px;
      height: 150px; } }
  @media screen and (max-width: 480px) {
    #mainimg2nd {
      height: 120px; } }
  @media screen and (max-width: 380px) {
    #mainimg2nd {
      height: 120px; } }

/* 文字エフェクト
------------------------------ */
/*文字エフェクト　*/
/*** 文字分解用 ***/
.txt_color span {
  display: inline-block; }

/*** 下から登場するアニメーション ***/
@keyframes updown-anim {
  0% {
    transform: translateY(110%);
    /*表示範囲外から*/ }
  100% {
    transform: translateY(0);
    /*通常の位置へ*/ } }
/*** アニメーションさせる要素 ***/
.updown {
  display: flex;
  overflow: hidden;
  position: absolute; }

.updown span {
  transform: translateY(110%);
  /*下（範囲外）に隠しておく*/ }

/*** スクロールで画面に入った場合 ***/
.updown.active span {
  animation: 0.35s updown-anim linear forwards;
  /*一度だけのアニメーション（終了時点で固定）*/ }

/*** 各文字のアニメーション遅延時間 ***/
.updown span:nth-child(1) {
  animation-delay: 0s; }

.updown span:nth-child(2) {
  animation-delay: 0.05s; }

.updown span:nth-child(3) {
  animation-delay: 0.1s; }

.updown span:nth-child(4) {
  animation-delay: 0.15s; }

.updown span:nth-child(5) {
  animation-delay: 0.2s; }

.updown span:nth-child(6) {
  animation-delay: 0.25s; }

.updown span:nth-child(7) {
  animation-delay: 0.3s; }

.updown span:nth-child(8) {
  animation-delay: 0.35s; }

.updown span:nth-child(9) {
  animation-delay: 0.4s; }

.updown span:nth-child(10) {
  animation-delay: 0.45s; }

.updown span:nth-child(11) {
  animation-delay: 0.5s; }

.updown span:nth-child(12) {
  animation-delay: 0.55s; }

.updown span:nth-child(13) {
  animation-delay: 0.6s; }

.updown span:nth-child(14) {
  animation-delay: 0.65s; }

.updown span:nth-child(15) {
  animation-delay: 0.7s; }

.updown span:nth-child(16) {
  animation-delay: 0.75s; }

.updown span:nth-child(17) {
  animation-delay: 0.8s; }

.updown span:nth-child(18) {
  animation-delay: 0.85s; }

.updown span:nth-child(19) {
  animation-delay: 0.9s; }

.updown span:nth-child(20) {
  animation-delay: 0.95s; }

/* index.html
------------------------------ */
.indexbg01 {
  background-image: url(../img/index/bg_index01.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center top; }

.indexbg02 {
  background-image: url(../img/index/bg_index02.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center top; }

.index01 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center; }
  @media screen and (max-width: 789px) {
    .index01 {
      padding-top: 0px;
      padding-bottom: 0px; } }
  .index01 .titleimg {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .index01 .titleimg img {
      width: 100%;
      max-width: 470px; }
  .index01 .title {
    font-size: 2em;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 20px;
    height: 100px; }
    .index01 .title .updown {
      left: 0px;
      right: 0px;
      text-align: center;
      max-width: 20em;
      margin-left: auto;
      margin-right: auto; }
    @media screen and (max-width: 789px) {
      .index01 .title {
        margin-bottom: 20px;
        font-size: 1.8em; } }
  .index01 .txtBox {
    width: 65%; }
    @media screen and (max-width: 789px) {
      .index01 .txtBox {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px; } }
    .index01 .txtBox .stitle {
      color: #ed7050;
      font-size: 2em;
      font-weight: bold;
      line-height: 150%;
      margin-bottom: 20px; }
      @media screen and (max-width: 570px) {
        .index01 .txtBox .stitle {
          font-size: 1.2em; } }
    .index01 .txtBox p {
      font-size: 1.1em;
      margin-bottom: 60px;
      line-height: 180%; }
      @media screen and (max-width: 789px) {
        .index01 .txtBox p {
          margin-bottom: 20px;
          font-size: 1em; } }
      .index01 .txtBox p span {
        font-weight: bold;
        background: linear-gradient(transparent 60%, #f3e300 60%); }
  .index01 .imgBox {
    width: 35%;
    text-align: right; }
    @media screen and (max-width: 789px) {
      .index01 .imgBox {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center; } }
    @media screen and (max-width: 570px) {
      .index01 .imgBox {
        width: 100%; } }
    .index01 .imgBox img {
      width: 100%;
      max-width: 360px; }
    @media screen and (max-width: 1000px) {
      .index01 .imgBox .w50 {
        width: 47%; } }
    @media screen and (max-width: 570px) {
      .index01 .imgBox .w50 {
        width: 100%; } }
  .index01 .button_solid017 {
    margin-top: 20px; }
    .index01 .button_solid017 a {
      position: relative;
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: 0 auto;
      max-width: 440px;
      padding: 10px 25px;
      color: #543618;
      transition: 0.3s ease-in-out;
      font-weight: 600;
      background: #eeee;
      border-radius: 50px;
      border: 0.2rem solid #543618;
      box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc; }
      .index01 .button_solid017 a:hover {
        transform: translate3d(0.2rem, 0.2rem, 0);
        box-shadow: none;
        opacity: 1;
        transition: all 0.2s; }
      .index01 .button_solid017 a:after {
        content: '';
        width: 5px;
        height: 5px;
        border-top: 3px solid #543618;
        border-right: 3px solid #543618;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 20px;
        border-radius: 1px;
        transition: 0.3s ease-in-out; }

.index02 {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #FFFEE7; }
  @media screen and (max-width: 789px) {
    .index02 {
      padding-top: 30px; } }
  .index02 .titleimg {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 40px; }
    .index02 .titleimg img {
      width: 100%;
      max-width: 644px; }
  .index02 .title {
    font-size: 2em;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 20px; }
    @media screen and (max-width: 789px) {
      .index02 .title {
        margin-bottom: 20px;
        font-size: 1.5em; } }
  .index02 .boxw80_01 {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    width: 78%;
    margin-bottom: 50px; }
    @media screen and (max-width: 1000px) {
      .index02 .boxw80_01 {
        width: 100%;
        margin-bottom: 20px; } }
  .index02 .boxw80_02 {
    margin-left: 15%;
    margin-right: auto;
    text-align: left;
    width: 78%;
    margin-bottom: 50px; }
    @media screen and (max-width: 1000px) {
      .index02 .boxw80_02 {
        margin-left: 0%;
        width: 100%;
        margin-bottom: 20px; } }
  .index02 .box01 {
    order: 2; }
    @media screen and (max-width: 789px) {
      .index02 .box01 {
        order: 1; } }
  .index02 .box02 {
    order: 1;
    margin-right: 10px; }
    @media screen and (max-width: 789px) {
      .index02 .box02 {
        order: 2;
        margin-right: 0px; } }
  .index02 .txtBox {
    width: 55%; }
    @media screen and (max-width: 789px) {
      .index02 .txtBox {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px; } }
    .index02 .txtBox .ico01 {
      float: left;
      margin-right: 20px;
      height: 100%; }
      @media screen and (max-width: 570px) {
        .index02 .txtBox .ico01 {
          float: none;
          margin-left: auto;
          margin-right: auto;
          text-align: center;
          height: auto;
          width: 100%; } }
    .index02 .txtBox .index02tit {
      color: #449d9b;
      font-size: 2.2em;
      font-weight: bold;
      line-height: 150%;
      margin-bottom: 20px;
      margin-top: 20px; }
      @media screen and (max-width: 789px) {
        .index02 .txtBox .index02tit {
          font-size: 1.8em;
          text-align: center; } }
    .index02 .txtBox .stitle {
      color: #449d9b;
      font-size: 2.3em;
      font-weight: bold;
      line-height: 150%;
      margin-bottom: 20px;
      margin-top: 20px; }
      @media screen and (max-width: 570px) {
        .index02 .txtBox .stitle {
          font-size: 1.8em; } }
    .index02 .txtBox p {
      font-size: 1.1em;
      margin-bottom: 60px;
      line-height: 180%; }
      @media screen and (max-width: 789px) {
        .index02 .txtBox p {
          margin-bottom: 20px;
          font-size: 1em; } }
  .index02 .imgBox {
    width: 43%;
    text-align: right; }
    @media screen and (max-width: 789px) {
      .index02 .imgBox {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center; } }
    @media screen and (max-width: 570px) {
      .index02 .imgBox {
        width: 100%; } }
    .index02 .imgBox img {
      width: 100%;
      max-width: 360px; }
  .index02 .btn01 a {
    font-size: 1.5em;
    width: 20em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold; }
    @media screen and (max-width: 789px) {
      .index02 .btn01 a {
        width: 90%;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        font-size: 1.2em;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px; } }

/* 説明会バナー */
.setumeikai {
  margin-top: 50px;
  margin-bottom: 50px; }

/* 講座案内 */
.index03 {
  margin: 100px auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../img/index/bg_index03.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center top; }
  @media screen and (max-width: 789px) {
    .index03 {
      margin: 100px auto 0; } }
  .index03 .titleimg {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .index03 .titleimg img {
      width: 100%;
      max-width: 184px; }
  .index03 .kouzaBox01 {
    width: 45%;
    margin-bottom: 80px;
    padding-top: 15px;
    padding-right: 3%;
    padding-bottom: 30px;
    padding-left: 3%;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px #A9A059;
    -webkit-box-shadow: 5px 5px 5px #A9A059;
    text-align: left;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .index03 .kouzaBox01 {
        width: 48%;
        margin-bottom: 20px; } }
    @media screen and (max-width: 789px) {
      .index03 .kouzaBox01 {
        width: 90%;
        margin-left: auto;
        margin-right: auto; } }
    .index03 .kouzaBox01 .ico {
      margin-left: -20px;
      margin-bottom: 20px; }
      @media screen and (max-width: 789px) {
        .index03 .kouzaBox01 .ico {
          margin-left: 0px; } }
    .index03 .kouzaBox01 .img01 {
      position: absolute;
      top: -60px;
      right: -60px; }
      @media (max-width: 1240px) {
        .index03 .kouzaBox01 .img01 {
          top: -80px;
          right: 0px; } }
      @media screen and (max-width: 1000px) {
        .index03 .kouzaBox01 .img01 {
          position: static;
          margin-left: auto;
          margin-right: auto;
          text-align: center; } }
    .index03 .kouzaBox01 .subtxt {
      margin-bottom: 10px;
      font-weight: bold; }
    .index03 .kouzaBox01 .txtc01 {
      color: #8fc31f; }
    .index03 .kouzaBox01 .txtc02 {
      color: #ea5514; }
    .index03 .kouzaBox01 .txtc03 {
      color: #009c84; }
    .index03 .kouzaBox01 .txtc04 {
      color: #951c5a; }
    .index03 .kouzaBox01 .txtc05 {
      color: #3eac4a; }
    .index03 .kouzaBox01 .txtc06 {
      color: #3eac4a; }
    .index03 .kouzaBox01 .txtc07 {
      color: #3eac4a; }
    .index03 .kouzaBox01 .txtc08 {
      color: #18499d; }
    .index03 .kouzaBox01 .kouzalogo {
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .index03 .kouzaBox01 .kouzalogo img {
        max-width: 98%; }
    .index03 .kouzaBox01 p {
      margin-bottom: 15px; }
    .index03 .kouzaBox01 .btn01 a {
      font-size: 1.1em;
      width: 15em;
      margin-left: auto;
      margin-right: auto;
      font-weight: bold; }
      @media screen and (max-width: 789px) {
        .index03 .kouzaBox01 .btn01 a {
          width: 90%;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 10px; } }
  .index03 .kouzaBox02 {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-right: 3%;
    padding-bottom: 30px;
    padding-left: 3%;
    background-color: #ffffff;
    text-align: left;
    position: relative;
    box-shadow: 5px 5px 5px #A9A059;
    -webkit-box-shadow: 5px 5px 5px #A9A059; }
    @media screen and (max-width: 789px) {
      .index03 .kouzaBox02 {
        width: 90%;
        margin-left: auto;
        margin-right: auto; } }
    .index03 .kouzaBox02 .txtBox {
      margin-bottom: 10px;
      width: 45%; }
      @media screen and (max-width: 789px) {
        .index03 .kouzaBox02 .txtBox {
          width: 90%;
          margin-left: auto;
          margin-right: auto; } }
    .index03 .kouzaBox02 .imgBox {
      margin-bottom: 10px;
      width: 52%; }
      @media screen and (max-width: 789px) {
        .index03 .kouzaBox02 .imgBox {
          width: 90%;
          margin-left: auto;
          margin-right: auto; } }
    .index03 .kouzaBox02 .kouzalogo {
      margin-bottom: 10px; }
    .index03 .kouzaBox02 p {
      margin-bottom: 15px; }
    .index03 .kouzaBox02 .btn01 a {
      margin-top: 20px;
      font-size: 1.1em;
      width: 15em;
      margin-left: auto;
      margin-right: auto;
      font-weight: bold; }
      @media screen and (max-width: 789px) {
        .index03 .kouzaBox02 .btn01 a {
          width: 90%;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 10px; } }

.index04 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background-image: url(../img/index/bg_index04.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center top; }
  @media screen and (max-width: 789px) {
    .index04 {
      padding-top: 50px; } }
  .index04 .title {
    font-size: 2.5em;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 50px;
    padding-top: 20px; }
    @media screen and (max-width: 789px) {
      .index04 .title {
        margin-bottom: 20px;
        font-size: 2em; } }
  .index04 .teacherBox01 .stitle {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 10px; }
  .index04 .teacherBox01 p {
    font-size: 0.9em;
    margin-bottom: 60px;
    line-height: 180%;
    text-align: left; }
    @media screen and (max-width: 789px) {
      .index04 .teacherBox01 p {
        margin-bottom: 20px;
        font-size: 0.8em; } }
    .index04 .teacherBox01 p span {
      font-weight: bold;
      background: linear-gradient(transparent 60%, #f3e300 60%); }
  .index04 .teacherBox01 .img {
    width: 100%;
    height: 360px;
    margin-bottom: 20px; }
    .index04 .teacherBox01 .img img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .index04 .btn01 a {
    font-size: 1.5em;
    width: 20em;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: 1em; }
    @media screen and (max-width: 789px) {
      .index04 .btn01 a {
        width: 90%;
        font-size: 1.2em;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        padding: 10px; } }

.index05 {
  text-align: center;
  background-image: url(../img/index/bg_index04.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center top; }
  @media screen and (max-width: 789px) {
    .index05 {
      padding-top: 50px; } }
  .index05 .title {
    font-size: 2.5em;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 20px; }
    @media screen and (max-width: 789px) {
      .index05 .title {
        margin-bottom: 20px;
        font-size: 2em; } }
  .index05 .txtColor4 {
    margin-bottom: 30px; }
  .index05 .stitle {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 10px; }
  .index05 p {
    margin-bottom: 10px;
    line-height: 180%; }
  .index05 .pic {
    margin: 0 auto 1em;
    display: flex;
    justify-content: center;
    align-items: center; }
    .index05 .pic img {
      width: 100%; }
    .index05 .pic span {
      color: #FFF; }
    @media screen and (max-width: 789px) {
      .index05 .pic {
        width: 100%; } }
  .index05 .boxwrap {
    padding: 0 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 0 auto; }
    @media screen and (min-width: 1200px) {
      .index05 .boxwrap {
        width: 1100px; } }
    .index05 .boxwrap .box {
      display: grid;
      grid-row: span 6;
      grid-template-rows: subgrid;
      gap: 12px; }
      .index05 .boxwrap .box .pic {
        width: 100%; }
      .index05 .boxwrap .box iframe {
        height: min(30vh, 300px); }
      .index05 .boxwrap .box .btn01 a {
        width: 94%; }
  .index05 .btn01 a {
    font-size: 1.1em; }

/* お知らせ */
.infoarea {
  padding: 50px 0 150px; }
  @media screen and (max-width: 1000px) {
    .infoarea {
      padding: 30px 0 0; } }
  .infoarea .newsBox01 {
    width: 100%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px; }
    @media screen and (max-width: 1000px) {
      .infoarea .newsBox01 {
        width: 100%;
        margin-bottom: 50px; } }
    .infoarea .newsBox01 .title {
      font-size: 2em;
      padding-bottom: 20px;
      margin-bottom: 0;
      font-weight: bold; }
      @media screen and (max-width: 789px) {
        .infoarea .newsBox01 .title {
          text-align: center; } }
    .infoarea .newsBox01 .btn01 a {
      font-size: 1.5em;
      width: 20em;
      margin: 50px auto 0;
      font-weight: bold;
      padding-top: 1em;
      padding-bottom: 1em; }
      @media screen and (max-width: 789px) {
        .infoarea .newsBox01 .btn01 a {
          width: 90%;
          font-size: 1.2em;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 10px;
          padding: 10px; } }
  .infoarea .facebookBox01 {
    width: 48%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px; }
    @media screen and (max-width: 1000px) {
      .infoarea .facebookBox01 {
        width: 100%;
        margin-bottom: 50px; } }
    .infoarea .facebookBox01 .title {
      font-size: 2em;
      padding-bottom: 20px;
      margin-bottom: 0;
      font-weight: bold; }
      @media screen and (max-width: 789px) {
        .infoarea .facebookBox01 .title {
          text-align: center; } }
    .infoarea .facebookBox01 .facebookBox {
      max-width: 500px;
      width: 100%;
      height: 400px;
      max-height: 400px; }
    .infoarea .facebookBox01 .facebookBox > .fb-page {
      width: 100%; }
    .infoarea .facebookBox01 .facebookBox > .fb-page > span, .infoarea .facebookBox01 .facebookBox iframe {
      width: 100% !important; }

.newsList {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.newsList dl.list {
  margin-top: 20px;
  padding-bottom: 20px;
  font-weight: normal;
  text-align: left;
  width: 100%;
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
  border-bottom: 2px solid #AAAAAA; }

.newsList dl.list dt {
  clear: left;
  float: left;
  width: 100%;
  margin-bottom: 0px;
  margin-right: 0;
  margin-left: 0px;
  padding-left: 0px;
  font-weight: normal; }

.newsList dl.list dd {
  margin-left: 0em;
  font-weight: normal;
  padding-left: 0px; }

.newsList .stitle {
  font-weight: bold;
  margin-bottom: 10px; }

.newsList a:link, .newsList a:visited {
  color: #4d4e50 !important; }
.newsList iframe {
  width: 100%;
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll; }

/* 2nd
------------------------------ */
.full {
  background: #f8f7f3;
  margin: 4em calc(50% - 50vw);
  padding: 4px calc(50vw - 50% + 8px);
  width: 100vw;
  padding-bottom: 2em;
  padding-top: 2em; }

.full02 {
  background: #f7b022;
  margin: 4em calc(50% - 50vw);
  padding: 4px calc(50vw - 50% + 8px);
  width: 100vw;
  padding-bottom: 2em;
  padding-top: 2em; }

.midashi01 {
  margin-bottom: 1em;
  font-size: 2em;
  text-align: center; }

.boxborder01 {
  border: 3px solid #f7b022;
  border-radius: 20px;
  padding: 20px; }

.boxborder02 {
  border-radius: 20px;
  padding: 20px;
  background-color: #f7b022; }

.boxborder03 {
  border-radius: 20px;
  padding: 20px;
  background-color: #F1EFE4; }

.boxbg01 {
  background-color: #FDF0BA;
  border-radius: 20px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }

.itemBox01 {
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  margin-bottom: 30px; }
  @media screen and (max-width: 1000px) {
    .itemBox01 {
      width: 48%; } }
  @media screen and (max-width: 789px) {
    .itemBox01 {
      width: 90%; } }
  .itemBox01 img {
    width: 100%; }

.itemBox02 {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin-bottom: 30px; }
  @media screen and (max-width: 789px) {
    .itemBox02 {
      width: 90%; } }

.itemBox03 {
  margin-left: auto;
  margin-right: auto;
  width: 48%;
  margin-bottom: 30px; }
  @media screen and (max-width: 1000px) {
    .itemBox03 .imgBoxright {
      float: none;
      margin-left: auto;
      margin-right: auto;
      text-align: center; } }
  @media screen and (max-width: 789px) {
    .itemBox03 {
      width: 90%; } }
  .itemBox03 img {
    width: 90%; }

.imgBox01 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center; }
  .imgBox01 img {
    width: 100%; }
  .imgBox01 .img01 img {
    width: auto !important; }

.imgBox02 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center; }
  .imgBox02 img {
    width: 100%;
    height: 200px;
    object-fit: cover; }

.imgBoxright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  max-width: 30%; }
  .imgBoxright img {
    width: 100%; }
  @media screen and (max-width: 789px) {
    .imgBoxright {
      float: none;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      max-width: 80%; } }

.checktxt01 p {
  color: #000000;
  font-size: 1.2em;
  font-weight: 400; }

.checktxt01 p:before {
  color: #f7b022;
  content: "\f058";
  display: inline-block;
  font-size: 1.33em;
  font-weight: 400;
  margin-right: 0.88rem;
  font-family: Font Awesome\ 6 Free, sans-serif; }

.pdflink01 {
  color: #000000;
  font-weight: 400; }

.pdflink01:before {
  color: #f7b022;
  content: "\f1c1";
  display: inline-block;
  font-size: 1.33em;
  font-weight: 400;
  margin-right: 0.88rem;
  font-family: Font Awesome\ 6 Free, sans-serif; }

.w100 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 98% !important; }
  @media screen and (max-width: 789px) {
    .w100 {
      width: 100%; } }

.w80 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 78%; }
  @media screen and (max-width: 789px) {
    .w80 {
      width: 100%; } }

.w60 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 58%; }
  @media screen and (max-width: 789px) {
    .w60 {
      width: 100%; } }

.w50 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 48%; }
  @media screen and (max-width: 789px) {
    .w50 {
      width: 100%; } }

.w30 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 30%; }
  @media screen and (max-width: 789px) {
    .w30 {
      width: 48%; } }
  @media screen and (max-width: 480px) {
    .w30 {
      width: 98%; } }

.w20 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 19%; }
  @media screen and (max-width: 789px) {
    .w20 {
      width: 30%; } }
  @media screen and (max-width: 480px) {
    .w20 {
      width: 48%; } }

.bread {
  margin-bottom: 100px !important; }
  @media screen and (max-width: 1000px) {
    .bread {
      margin-top: 10px !important;
      font-size: 0.8em;
      margin-bottom: 2px !important; } }

.bread02 {
  margin-bottom: 20px; }
  @media screen and (max-width: 1000px) {
    .bread02 {
      margin-top: 10px !important;
      font-size: 0.8em;
      margin-bottom: 2px !important; } }

/* --------------------------------------------------
エデュパークとは
-------------------------------------------------- */
.about {
  padding-bottom: 80px;
  text-align: center; }
  @media screen and (max-width: 789px) {
    .about {
      padding-top: 0px; } }
  .about .title {
    font-size: 2em;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 20px; }
    @media screen and (max-width: 789px) {
      .about .title {
        margin-bottom: 20px;
        font-size: 1.5em; } }
  .about .stitle {
    color: #ed7050;
    font-size: 2em;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 20px; }
    @media screen and (max-width: 570px) {
      .about .stitle {
        font-size: 1.2em; } }
  .about p {
    font-size: 1.1em;
    margin-bottom: 60px;
    line-height: 180%; }
    @media screen and (max-width: 789px) {
      .about p {
        margin-bottom: 20px;
        font-size: 1em; } }
    .about p span {
      font-weight: bold;
      background: linear-gradient(transparent 60%, #f3e300 60%); }

/* --------------------------------------------------
講座
-------------------------------------------------- */
.about {
  padding-bottom: 80px;
  text-align: center; }
  @media screen and (max-width: 789px) {
    .about {
      padding-top: 0px; } }
  .about .title {
    font-size: 2em;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 20px; }
    @media screen and (max-width: 789px) {
      .about .title {
        margin-bottom: 20px;
        font-size: 1.5em; } }
  .about .stitle {
    color: #ed7050;
    font-size: 2em;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 20px; }
    @media screen and (max-width: 570px) {
      .about .stitle {
        font-size: 1.2em; } }
  .about p {
    font-size: 1.1em;
    margin-bottom: 60px;
    line-height: 180%; }
    @media screen and (max-width: 789px) {
      .about p {
        margin-bottom: 20px;
        font-size: 1em; } }
    .about p span {
      font-weight: bold;
      background: linear-gradient(transparent 60%, #f3e300 60%); }

/* --------------------------------------------------
CASH
-------------------------------------------------- */
@media screen and (max-width: 789px) {
  .cash iframe {
    width: 100%;
    height: 180px; } }
.cash .point {
  background: #fceacc;
  border: 1px solid #f7b022;
  text-align: left;
  margin: 20px 0 0;
  padding: 20px 0 0;
  position: relative; }
  .cash .point h6.title {
    background: url("../img/category/img_midashi.png") no-repeat center;
    color: #FFF;
    border: none;
    max-width: 300px;
    text-align: center !important;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -35px;
    background-size: contain;
    padding: 20px 0; }
  .cash .point ol {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0; }
    .cash .point ol li {
      width: 48%;
      list-style: none;
      position: relative;
      padding: 0 0 0 28px;
      line-height: 1.5; }
      @media screen and (max-width: 789px) {
        .cash .point ol li {
          width: 100%; } }
      .cash .point ol li span.num {
        border: 1px solid;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        border-radius: 50%;
        width: 23px;
        height: 23px;
        display: inline-block;
        text-align: center;
        line-height: 23px; }
.cash .curriculum h6.title {
  background: #e96076;
  color: #FFF;
  border: none;
  padding: 12px 10px; }
.cash .curriculum ol {
  margin: 15px 0; }
  .cash .curriculum ol li {
    list-style: none;
    position: relative;
    padding: 0 0 0 28px;
    line-height: 1.5; }
    .cash .curriculum ol li span.num {
      background: #e96076;
      position: absolute;
      color: #FFF;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      border-radius: 50%;
      width: 23px;
      height: 23px;
      display: inline-block;
      text-align: center;
      line-height: 23px; }
.cash .curriculum table {
  width: 100%;
  border: none !important; }
  .cash .curriculum table th {
    background: #e96076;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #FFF; }
  .cash .curriculum table td {
    border: none !important; }
  .cash .curriculum table tr.bgnone {
    background: none !important; }
  .cash .curriculum table tr {
    background: rgba(233, 96, 118, 0.3); }
  .cash .curriculum table tr:nth-child(odd) {
    background: rgba(233, 96, 118, 0.15); }

.nowrap {
  white-space: nowrap; }

/* --------------------------------------------------
リンク集
-------------------------------------------------- */
p.link a:before {
  font-family: FontAwesome;
  content: "\f138";
  margin-right: 10px;
  color: #F39794; }

/* --------------------------------------------------
サイトマップ
-------------------------------------------------- */
.sitemapBox {
  width: 48%; }
  @media screen and (max-width: 789px) {
    .sitemapBox {
      width: 100%; } }

/* --------------------------------------------------
教室紹介
-------------------------------------------------- */
.schoolpage .inner h4 {
  margin-top: 50px; }
.schoolpage .inner .exp {
  margin-bottom: 30px; }
.schoolpage .inner .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center; }
  .schoolpage .inner .flex .pic {
    width: 45%; }
    @media screen and (max-width: 1000px) {
      .schoolpage .inner .flex .pic {
        width: 100%;
        margin-bottom: 10px; } }
    .schoolpage .inner .flex .pic img {
      width: 100%;
      height: 450px; }
      @media screen and (max-width: 1000px) {
        .schoolpage .inner .flex .pic img {
          height: 250px; } }
  .schoolpage .inner .flex .map {
    width: 45%; }
    @media screen and (max-width: 1000px) {
      .schoolpage .inner .flex .map {
        width: 100%; } }
    .schoolpage .inner .flex .map iframe {
      height: 450px; }
      @media screen and (max-width: 1000px) {
        .schoolpage .inner .flex .map iframe {
          height: 250px; } }
.schoolpage .inner .youtube_full {
  width: 100%;
  margin-top: 50px; }
  .schoolpage .inner .youtube_full iframe {
    width: 100%;
    height: 500px; }
    @media screen and (max-width: 1000px) {
      .schoolpage .inner .youtube_full iframe {
        width: 100%;
        height: 300px; } }
