@charset "UTF-8";
*:focus {
  outline: none;
}

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: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  /* line-height: 1.8; */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

img {
  line-height: 0;
  max-width: 100%;
}

ol, ul {
  list-style: none !important;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: transparent;
  transition: all ease 0.3s;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
li{list-style: none;}
input[type=button], input[type=submit] {
  -webkit-appearance: none;
}

label {
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #323232;
	font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  line-height: 1.5;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  font-weight: 600;
  /*-webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;*/
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: normal;
}

.sp, .tb {
  display: none;
}
.nav-wrap01.flex,.nav-wrap03 .flex{
  display: flex;
}
/*
  ここまでcommon
--------------------------------------------- */
.pc {
  display: none;
}

.sp {
  display: block;
}

.palt {
  font-feature-settings: "palt" 1;
}

a:hover {
  opacity: 0.8;
}

.mb0 {
  margin-bottom: 0 !important;
}
a {
  color:#00489d;
  text-decoration: underline;
}

/* /////////////////// ここから /////////////////// */

.header-bar {
  height: 50px;
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1000;
  box-sizing: border-box;
-webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header-bar .logo{
  width: 70px;
  margin-left: 20px;
  z-index: 1000;
  position: relative;
  line-height: 1;
}
.kv{
  margin-top: 50px;
}
#FixBtnsSp{
position: absolute;
  top: calc(-110vw / 7.68);
  right: 10px;
  width: calc(220vw / 7.68);
    z-index: 100;
  cursor: pointer;
}
#FixBtnsSp img {
  width: 100%;
  display: block;
}
.title{
  background: url(../images/kv-bg_sp.png) no-repeat center top/100% auto;
  position: relative;
}
.title .inner{
  width: calc(668vw / 7.68);
  margin: auto;
}
.title h1{
  padding: calc(116vw / 7.68) 0 calc(72vw / 7.68);
}
.gmenu .nav-wrap01 {
  max-width: 668px;
}
.gmenu .nav-wrap01 li {
  max-width: 320px;
}
.gmenu .nav-wrap01{
  margin-bottom:calc(50vw / 7.68);
}
.title .lead{
  padding: calc(70vw / 7.68) 0 calc(80vw / 7.68);
  font-size: calc(28vw / 7.68);
}
.btn-kv{
  background:#ff2e60;
  line-height: 1;
  padding: calc(18vw / 7.68) 0;
}
.btn-kv img{
  width: calc(668vw / 7.68);
  margin: auto;
  display: block;
}
main {
  position: relative;
}
.sec01{
  background:#fdeffa;
  padding-bottom: calc(150vw / 7.68);
}
.sec01 .inner{
  width: calc(668vw / 7.68);
  margin: auto;
}
.sec01 h2{
  padding:calc(150vw / 7.68) 0 calc(180vw /7.68);
  width: calc(668vw / 7.68);
  margin: auto;
}
.sec01 .box{
  background: #f064d2;
  border-radius: calc(30vw / 7.68);
  position: relative;
  margin-bottom:calc(150vw / 7.68);
  padding-top: calc(480vw / 7.68);
  padding-bottom: calc(80vw / 7.68);
}
.sec01 .box.box02{
  padding-top: calc(535vw / 7.68);
}
.sec01 .box.box03{
  margin-bottom:0;
}
.sec01 .box h3{
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: calc(-100vw / 7.68);
}

.sec01 .box p{
  width:calc(550vw / 7.68);
  margin: auto;
  font-size: calc(28vw / 7.68);
  color:#fff;
}
.sec01 .box p.note{
    font-size: calc(24vw / 7.68);
}
.sec02{
  background:#ffd6c0;
}
.sec02 h2{
  padding-top:calc(160vw / 7.68);
  padding-bottom:calc(80vw / 7.68);
}
.sec02 .box{
  display: flex;
  justify-content: start;
  align-items: center;
}
.sec02 .box{
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom:calc(36vw / 7.68);
}
.sec02 .box .img{
  width: calc(275vw / 7.68);
  margin-right: calc(40vw / 7.68);
}
.sec02 .box .txt{
font-size: calc(24vw / 7.68);
  width: calc(390vw / 7.68);
}
.sec02 h3{
  font-weight: 900;
  font-size: calc(36vw / 7.68);
  text-align: center;
  margin:calc(130vw / 7.68) auto calc(70vw / 7.68);
  background: url(../images/sec02-02-ttl_sp.png) no-repeat center center/100% auto;
    width: calc(730vw / 7.68);
}
.sec02 .inner2 .img{
  width: calc(500vw / 7.68);
  margin: auto;
}
.sec02 .inner2 .txt{
  width: calc(682vw / 7.68);
  margin: auto;
  font-size: calc(24vw / 7.68);
  margin-top: calc(98vw / 7.68);
  margin-bottom: calc(80vw / 7.68);
}
.calendar-sample p{
  text-align: center;
  margin-top: calc(40vw / 7.68);
  font-size: calc(24vw / 7.68);
}
.calendar-sample{
    width: calc(668vw / 7.68);
  margin: auto;

}
.btn-lesson{
  width: calc(600vw / 7.68);
  margin:calc(70vw / 7.68) auto calc(80vw / 7.68)
}
.sec02-ir{
  background: url(../images/sec02-ir-bg.png) no-repeat center bottom/100% auto ;
  height: calc(475vw / 7.68);
  padding-top: calc(292vw / 7.68);
}
.sec03{
  background: #fdfbdb;
  padding-bottom: calc(100vw / 7.68);
}
.sec03 h2{
  padding-top:calc(140vw / 7.68);
  padding-bottom:calc(330vw / 7.68);
  width: calc(668vw / 7.68);
  margin:auto;
}
.sec03 .inner1 .box{
  background:#f0e600;
  position:relative;
  width: calc(718vw / 7.68);
  margin-left: calc(50vw / 7.68);
  border-radius: calc(30vw / 7.68) 0 0 calc(30vw / 7.68) ;
  margin-bottom: calc(300vw / 7.68);
  padding-top: calc(240vw / 7.68);
  padding-bottom: calc(100vw / 7.68);
}
.sec03 .inner1 .box.box02,.sec03 .inner1 .box.box04{
   border-radius: 0 calc(30vw / 7.68)  calc(30vw / 7.68) 0 ;
 margin-left: 0;
}
.inner1 .box.box04{
  margin-bottom: 0;
}
.sec03 .inner1 .img{
  position: absolute;
  top:calc(-200vw / 7.68);
  width:calc(600vw / 7.68);
  left:calc(58vw / 7.68);
}
.sec03 .inner1 .box h4 span{
  background:#fff;
  line-height:1.8;
  font-weight: 900;
  font-size: calc(40vw / 7.68);
}
.sec03 .inner1 .box h4,.sec03 .box p{
  width: calc(600vw / 7.68);
  margin:auto;
}
.sec03 .inner1 .box h4{
  padding-bottom: 1em;
}
.sec03 .inner1 .box p{
  font-size: calc(24vw / 7.68);
}
.sec03-num {
  width: calc(100vw / 7.68);
  position: absolute;
  top: calc(-250vw / 7.68);
  left: 0;
}
.sec03 .inner1 .box.box02 .sec03-num,.sec03 .inner1 .box.box04 .sec03-num{
left: inherit;
right: 0;
}
.inner1 .box.box02 p img{
  margin-top: 1.5em;
}
.sec03 h3{
  font-weight: 900;
  font-size: calc(36vw / 7.68);
  text-align: center;
  margin:calc(130vw / 7.68) auto calc(70vw / 7.68);
  background: url(../images/sec03-02-ttl_sp.png) no-repeat center center/100% auto;
  width: calc(730vw / 7.68);
}
.sec03 .inner2{
    width: calc(580vw / 7.68);
    margin: auto;
}
.sec03 .inner2 .box ul{
    font-size: calc(24vw / 7.68);
    margin: calc(40vw / 7.68) 0 calc(70vw / 7.68);
}
.sec03 .inner2 .box li{
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 2em;
}
.sec03 .inner2 .box li span{
  width: calc(36vw / 7.68);
  height: calc(36vw / 7.68);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: url(../images/sec03-02-check.svg) center center/100%;
}
.sec04{
  background: #dbf6f6;
  padding-bottom: calc(170vw / 7.68);
}
.sec04 h2{
  padding-top:calc(130vw / 7.68);
  padding-bottom:calc(60vw / 7.68);
  width: calc(668vw / 7.68);
  margin:auto;
}
.sec04 .inner1{
    width: calc(668vw / 7.68);
  margin:auto;
  padding-bottom: calc(100vw / 7.68);
}
.sec04 .inner1 .lead{
  text-align: center;
  font-size: calc(26vw / 7.68);
}
.sec04 .inner1 .note{
  font-size: calc(18vw / 7.68);
  text-align: center;
  margin-bottom: calc(50vw / 7.68);
}

.sec04 .inner1 .box01{
  font-size: calc(24vw / 7.68);
  background:#ff2e60;
  color:#fff;
  padding: 1em 0;
  text-align: center;
  border-radius: calc(30vw / 7.68);
  margin-bottom: calc(60vw / 7.68);
}
.sec04 .inner1 .box02{
  height: calc(621vw / 7.68);
  width: calc(624vw / 7.68);
  position: relative;
  background: url(../images/sec04-p1_sp.png) no-repeat center top/contain;
  margin: 0 auto calc(60vw / 7.68);
}
.sec04 .inner1 .box02 .btn1,.sec04 .inner1 .box02 .btn2{
    width: calc(270vw / 7.68);
    position: absolute;
    left: calc(284vw / 7.68);
    top: calc(352vw / 7.68);
}
.sec04 .inner1 .box02 .btn2{
    top: calc(482vw / 7.68);
}
.sec04 .inner1 .box03{
  height: calc(531vw / 7.68);
  width: calc(624vw / 7.68);
  position: relative;
  background: url(../images/sec04-p2_sp.png) no-repeat center top/contain;
  margin: auto;

}

.sec04 .inner1 .box03 p{
  width: calc(508vw / 7.68);
  margin: auto;
  font-size: calc(18vw / 7.68);
  line-height: 1.8;
  padding-top: calc(300vw / 7.68);
}
.sec04 .inner1 .box03 .arr{
  position: absolute;
  top: calc(-103vw / 7.68);
  width: calc(30vw / 7.68);
  left: 50%;
  transform: translateX(-50%);
}
.sec04 h3{
  font-weight: 900;
  font-size: calc(36vw / 7.68);
  text-align: center;
  margin:0 auto calc(70vw / 7.68);
  background: url(../images/sec04-02-ttl_sp.png) no-repeat center center/100% auto;
  width: calc(730vw / 7.68);
}
.sec04 .inner2{
  width: calc(668vw / 7.68);
  margin: auto;
  padding-bottom: calc(100vw / 7.68);
}
.sec04-p3{
  margin-bottom: calc(40vw / 7.68);
}
.sec04 .inner2 p{
  margin-bottom: calc(40vw / 7.68);
font-size: calc(24vw / 7.68);
}
.sec04 .attention{
  background:#99e5e6;
  padding: calc(50vw / 7.68) calc(40vw / 7.68);
  position: relative;
  border-radius: calc(30vw / 7.68);
}
.sec04 .attention h4{
  font-size: calc(35vw / 7.68);
  padding: 0.5em 0em 1.5em 3em;
  line-height: 1;

}
.sec04 .attention .att{
  position: absolute;
  top: calc(40vw / 7.68);
  left: calc(40vw / 7.68);
  width: calc(100vw / 7.68);
}
.sec04 .attention p{
   font-size: calc(20vw / 7.68);
  line-height: 1.8;
  margin-bottom: 0;
}
.sec04 .inner3{
  width: calc(668vw / 7.68);
  margin: auto;
}
.sec04 .inner3 p{
    font-size: calc(24vw / 7.68);
}
.sec05{
background: #bde2ff;
padding-bottom: calc(70vw / 7.68);
}
.sec05 h2{
  padding-top:calc(130vw / 7.68);
  padding-bottom:calc(60vw / 7.68);
  width: calc(668vw / 7.68);
  margin:auto;
}

.sec05 .inner{
  width: calc(668vw / 7.68);
  margin: auto;

}


.sec05 .box{
  background: #fff;
  border-radius: calc(30vw / 7.68);
}
.sec05 .box .ttl{
  background:#32a5ff;
  border-radius: calc(30vw / 7.68) calc(30vw / 7.68) 0 0;
  text-align: center;
  line-height: 1;
  padding: calc(15vw / 7.68) 0;
}
.sec05 .box .ttl img{
  width: calc(300vw / 7.68);
  margin: auto;
}
.sec05 .box .cont{
  padding: calc(40vw / 7.68);
  font-size: calc(24vw / 7.68);
}
.sec05 .box .cont .note{
    font-size: calc(20vw / 7.68);
    margin: 2em auto;

}
.sec05 .arr{
    width: calc(138vw / 7.68);
    margin: calc(30vw / 7.68) auto calc(20vw / 7.68);
}
.sec05 .box.box02 span{
  color:#ff2e60;
}
.sec05 .box.box02 .cont img{
  width: calc(260vw / 7.68);
  margin: 1em auto 0;
  display: block;
}
.sec05 .box.box03 .btn-step3-1{
  margin-bottom: 0.5em;
}
.sec05 h3{
  font-weight: 900;
  font-size: calc(36vw / 7.68);
  text-align: center;
  margin:calc(40vw / 7.68) auto calc(70vw / 7.68);
  background: url(../images/sec05-02-ttl_sp.png) no-repeat center center/100% auto;
    width: calc(730vw / 7.68);
}
.sec05 h3.h3-1{
  margin:calc(130vw / 7.68) auto calc(70vw / 7.68);
}

.w-box{
  background: #fff;
  border-radius: calc(30vw / 7.68);
  width: calc(668vw / 7.68);
  margin: auto;
  padding: calc(54vw / 7.68);
  font-size: calc(20vw / 7.68);
  margin-bottom: calc(10vw / 7.68);
}
.w-box ul{
    font-size: calc(26vw / 7.68);
}
.w-box h4{
  font-size: calc(24vw / 7.68);
  color: #32a5ff;
}
.sec05 .inner2{
  width: calc(600vw / 7.68);
  margin: auto;
}
.sec05 .inner2 .sec05-02-txt{
    font-size: calc(24vw / 7.68);
}
.sec05 .inner2 .btn-sec05{
  width: calc(574vw / 7.68);
  margin: calc(60vw / 7.68) auto 0;
}
.inner3 ul li{
  text-indent: -1em;
  padding-left: 1em;

}
.sec06{
  padding-bottom: calc(50vw / 7.68);
}
.sec06 h2{
  padding-top:calc(120vw / 7.68);
  padding-bottom:calc(60vw / 7.68);
  width: calc(668vw / 7.68);
  margin:auto;
}
.sec06 h3{
    font-weight: 900;
  font-size: calc(36vw / 7.68);
  text-align: center;
  margin:0 auto calc(70vw / 7.68);
  background: url(../images/sec06-ttl2_sp.png) no-repeat center center/100% auto;
    width: calc(730vw / 7.68);

}
.sec06 .inner1 {
    width: calc(665vw / 7.68);
  margin: 0 auto calc(70vw / 7.68);
}
.sec06 .inner1 .box{
  background: #e9e9f5;
  padding: calc(50vw / 7.68) calc(65vw / 7.68);
  border-radius: calc(20vw / 7.68);
  margin-bottom: calc(10vw / 7.68);
  font-size: calc(24vw / 7.68);
}
.qa{
  color:#00489d;
  font-size: calc(32vw / 7.68);

}
.qa-a{
  margin-top: 1em;
}
.sec06 .inner2{
      width: calc(668vw / 7.68);
  margin: 0 auto calc(70vw / 7.68);

}
.sec06 .inner2 p{
  font-size: calc(24vw / 7.68);
  margin-bottom :calc(60vw / 7.68);
}
.sec06 .inner2 .box {
  border: #004098 solid 2px;
  border-radius: calc(20vw / 7.68);
      width: calc(540vw / 7.68);
      margin: 0 auto calc(20vw / 7.68);
      padding: calc(30vw / 7.68) calc(54vw / 7.68) calc(50vw / 7.68);
}
.sec06 .inner2 .box h4{
    font-size: calc(24vw / 7.68);
    color: #004098;
    text-align: center;
    padding-bottom: 1em;
  }
.sec06 .inner2 .box li{
  font-size: calc(22vw / 7.68);
}
.sec06-link {
  text-align: center;
  margin-top: 1em;
}
.sec06-link a{
  background: #ff2e60;
  border-radius: calc(45vw / 7.68);
  line-height: calc(90vw / 7.68);
    font-size: calc(28vw / 7.68);
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    display: block;

}
footer{
  background:#3f5cff;
}
footer a{
      color: #fff;
    text-decoration: none;
  font-size:calc(23vw / 7.68);
    font-weight: 700;
    padding: calc(60vw / 7.68) 0;
}
.foot_inner{
  width: calc(585vw / 7.68);
  margin: auto;
  display: flex;
  justify-content: space-between;
}
  header,
  main,
  footer {
    overflow: hidden;
  }
  #FixBottom{
  /* 固定位置の設定 */
  width: 100%;
  z-index: 99;
  
  /* 初期：画面下に隠す */
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  }
/* クラスがついたら表示 */
#FixBottom.show {
  transform: translateY(0);
  opacity: 1;
}
/* 2. 一時的に隠す（#hide通過時） */
#FixBottom.hidden {
  transform: none;
  opacity: 0;
}
/* 3. footerまで来た時（固定を解除してfooterの上に配置） */
.btn-kv.sp.at-footer {
  border-bottom: 2px solid #fff;
}

/* footerの親要素が相対位置（relative）である必要があります */
body {
  position: relative;
}
.sample-wrap iframe{
  height: 372px!important;
}

/* ボタンの初期スタイルリセット */
button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
  font: inherit;
}
button:hover{
	opacity: 0.8;
}

/* モーダル表示中の背景固定用クラス */
body.no-scroll {
  overflow: hidden;
}

/* モーダル背景の設定 */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

.modal-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* ここが黒い部分 */
}

/* 動画の外枠 */
.modal-content {
  position: relative;
  width: 95%;        /* スマホで見切れないよう少し余裕を持たせる */
  max-width: 900px;  /* PCでの最大幅 */
  margin: auto;
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* これが重要：16:9の比率を作る */
  background: #000;       /* 読み込み前の黒背景 */
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.close {
  position: absolute;
  top: -40px; /* 動画の上に配置 */
  right: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

#operation{
	height: 50px;
}

@media screen and (max-width: 560px) {
.sample-wrap iframe{
  height:425px!important;
}

}

/* //////////////////////////////////////////////////////////////////////////////// PC //////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 769px) {
  .pc {
    display: inherit;
  }
  .sp {
    display: none;
  }
  .pcnone{
    display: none;
  }
  .wrap {
    width: 100%;
    position: relative;
  }
  header,main {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    position: relative;
  }
  
	.header-bar {
  width: 100%;
  height: 80px;
  position: inherit;
  }
  .header-bar .logo{
    width: 140px;
    margin-left: 40px;
  }
  .kv {
    margin-top: 0px;
  }
  #FixBtns{
  position: fixed;
    bottom: 10px; /* 画面下からの距離 */
    right: 10px;
    width: min(calc(220vw / 14.4),220px);
      z-index: 100;
    transition: bottom 0.1s; /* 動きを滑らかにする場合 */
    cursor: pointer;
  }
  #FixBtns img {
    width: 100%;
    display: block;
  }
  /* フッターに到達した時に切り替えるクラス */
  #FixBtns.is-stopped {
    position: absolute;
    bottom: 10px; /* 親要素（body等）の底からの距離 */
  }

  .title {
    background: url(../images/kv-bg_pc.png) no-repeat center top/cover;
    height: min(725px,calc(725vw / 14.4));
  }
  .video{
    width: min(calc(596vw / 14.4), 596px);
    float: right;
  }
  .title .lead {
    padding: 0;
    font-size: min(calc(18vw / 14.4),18px);
    width: min(435px, calc(435vw / 14.4));
    float: left;
  }
  .title .inner {
    width: min(1100px, calc(1100vw / 14.4));
  }
  .title h1 {
    padding: min(100px,calc(100vw / 14.4)) 0 min(70px,calc(70vw / 14.4));
  }
  .gmenu{
      background: #3f5cff;
    clear:both;
    height: min(90px,calc(90vw / 14.4));
    margin-top: -1px;
    display: flex;
    width: 100%;
  }
  .gmenu.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  /* ガタつき防止用：メニューが浮いた分の隙間を埋める */
  .sticky-spacer {
    display: none;
  }
  .fixed + .sticky-spacer {
    display: block;
  }
  .gmenu .nav-wrap01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: calc(1100vw / 14.4);
    max-width: 1100px;
    margin: auto;
  }
    .gmenu .nav-wrap01 li {
    width: calc(175vw / 14.4);
    max-width: 175px;
    margin-bottom: 0;
  }
    .btn-kv{
      display: none;
    }
  .sec01 h2 {
    padding: min(150px,calc(150vw / 14.4)) 0 min(230px,calc(230vw /14.4));
    width: min(589px,calc(589vw / 14.4));
  }
  .sec01 .inner {
    width: min(1110px,calc(1110vw / 14.4));
    display: flex;
    justify-content: space-between;
  }
  .sec01 .box {
    border-radius: min(30px,calc(30vw / 14.4));
    margin-bottom: 0;
    padding-top: min(300px,calc(300vw / 14.4));
    padding-bottom: min(40px,calc(40vw / 14.4));
    width: min(335px,calc(335vw / 14.4));
  }
  .sec01 .box.box02{
      padding-top: min(300px,calc(300vw / 14.4));
  }
  .sec01 .box p {
    width: min(275px,calc(275vw / 14.4));
    font-size: min(16px,calc(16vw / 14.4));
  }
  .sec01 .box h3 {
    top: max(-150px,calc(-150vw / 14.4));
  }
  .sec01 .box h3 img{
    width: min(281px,calc(281vw / 14.4));
    margin: auto;
  }
  .sec01 .box h3.h3-2 {
    top:min(170px,calc(170vw / 14.4));
  }
  .sec01 .box p.note {
    font-size: min(14px,calc(14vw / 14.4));
    margin-top: 1.5em;
  }
  .sec01{
    padding-bottom: min(200px,calc(200vw / 14.4));
  }
  .sec02 h2 {
    padding: min(150px,calc(150vw / 14.4)) 0 min(70px,calc(70vw /14.4));
    width: min(392px,calc(392vw / 14.4));
    margin: auto;
  }
  .sec02 .inner{
    display: flex;
    width: min(1100px,calc(1100vw / 14.4));
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
  }

  .sec02 .box {
    display: block;
    margin-bottom: min(60px,calc(60vw / 14.4));
    width: min(320px,calc(320vw / 14.4));
  }
  .sec02 .box .txt {
    font-size: min(16px,calc(16vw / 14.4));
    width:100%;
    margin-top: 1em;
  }
  .sec02 .box .img {
    width: min(280px,calc(280vw / 14.4));
    margin: auto;
  }
  .sec02 h3 {
    font-size: min(36px,calc(36vw / 14.4));
    text-align: center;
    margin: min(60px,calc(60vw / 14.4)) auto;
    background: url(../images/sec02-02-ttl_pc.png) no-repeat center center/100% auto;
    width: min(1100px,calc(1100vw / 14.4));
  }
  .sec02 .inner2{
    display: flex;
    width: min(1100px,calc(1100vw / 14.4));
    justify-content: space-between;
    margin: 0 auto min(70px,calc(70vw / 14.4));
    align-items: start;
  }
  .sec02 .inner2 .txt {
    width: min(624px, calc(624vw / 14.4));
    margin: 0;
    font-size:min(22px, calc(22vw / 14.4));
    margin-top: 0;
    line-height: 2.25;
  }
  .sec02 .inner2 .img {
    width: min(400px, calc(400vw / 14.4));
    margin: 0;
  }
  .calendar-sample{
      width: min(1100px,calc(1100vw / 14.4));
  margin: 0 auto
  }
  .calendar-sample p {
    font-size:min(22px, calc(22vw / 14.4));
    text-align: center;
    margin-top: min(40px,calc(40vw / 14.4));
  }
  .sec02-ir {
    background: url(../images/sec02-ir-bg_pc.png) no-repeat center bottom/100% auto;
    height: min(400px, calc(400vw / 14.4));
    padding-top: min(270px, calc(270vw / 14.4));
  }
  .sec02-ir img.pc{
    width: min(733px, calc(733vw / 14.4));
    margin: auto;
  }
  .btn-lesson{
    width: min(600px, calc(600vw / 14.4));
      padding: min(60px, calc(60vw / 14.4)) 0 min(120px, calc(120vw / 14.4));
      margin: auto;
  }
  .sec03{
    padding-bottom: min(100px,calc(100vw / 14.4));
  }
  .sec03 h2 {
    padding: min(150px,calc(150vw / 14.4)) 0 min(70px,calc(70vw /14.4));
    width: min(648px,calc(648vw / 14.4));
    margin: auto;
  }
  .sec03 .inner1{
    width: min(1100px,calc(1100vw / 14.4));
    margin: auto;
  }
  .sec03 .inner1 .box {
    display: flex;
    justify-content: space-between;
    margin: auto;
    background: none;
    width: 100%;
    border-radius: none;
    margin-bottom: min(124px,calc(124vw / 14.4));
    padding-top: 0;
    padding-bottom: 0;
  }
  .sec03 .inner1 .box .img{
    width: min(630px,calc(630vw / 14.4));
    position: inherit;
    top: 0;
    left: 0;
  }
  .sec03 .inner1 .box p {
    font-size: min(18px,calc(18vw / 14.4));
    line-height: 1.8;
  }
  .sec03 .inner1 .box h4 span {
    background: #f0e600;
    font-size: min(28px,calc(28vw / 14.4));
    line-height: 1.7;
  }
  .sec03 .inner1 .box .txt{
    width: min(428px,calc(428vw / 14.4));
  }
  .sec03 .inner1 .box h4, .sec03 .box p {
    width: auto;
    margin: auto;
  }
  .sec03-num,.sec03 .inner1 .box.box02 .sec03-num, .sec03 .inner1 .box.box04 .sec03-num {
    width: min(80px,calc(80vw / 14.4));
    position: absolute;
    top: max(-40px,calc(-40vw / 14.4));
    left: max(-40px,calc(-40vw / 14.4));
  }
  .sec03 .inner1 .box.box02, .sec03 .inner1 .box.box04 {
    border-radius: 0;
    margin-left: 0;
  }
  .sec03 h3 {
    font-size: min(36px,calc(36vw / 14.4));
    text-align: center;
    margin: min(60px,calc(60vw / 14.4)) auto;
    background: url(../images/sec03-02-ttl_pc.png) no-repeat center center/100% auto;
    width: min(1100px,calc(1100vw / 14.4));
  }
  .sec03 .inner2{
      width: min(1100px,calc(1100vw / 14.4));
  }
  .sec03 .inner2 .box{
      display: flex;
    justify-content: space-between;
    margin: 0 auto min(22px,calc(22vw / 14.4));
    align-items: center;
  }
  .sec03 .inner2 .box.box02{
    flex-direction: row-reverse;
  }
  .sec03 .inner2 .box > div > img{
      width: min(520px,calc(520vw / 14.4));
  }
  .sec03 .inner2 .box ul{
        width: min(520px,calc(520vw / 14.4));
  }
  .sec03 .inner2 .box ul {
    font-size: min(22px,calc(22vw / 14.4));
    margin: 0;
  }
  .sec03 .inner2 .box li span {
    width: min(30px,calc(30vw / 14.4));
    height: min(30px,calc(30vw / 14.4));
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: url(../images/sec03-02-check.svg) center center/100%;
  }
  .sec04 h2{
    padding: min(150px,calc(150vw / 14.4)) 0 min(70px,calc(70vw /14.4));
    width: min(263px,calc(263vw / 14.4));
    margin: auto;
  }
  .sec03-bottom{
    padding: min(100px,calc(100vw / 14.4)) 0 0;
    margin: auto;
    width: min(920px,calc(920vw / 14.4));
  }
  .sec04 .inner1 {
    width: min(1100px,calc(1100vw / 14.4));
    margin: auto;
    padding-bottom: min(40px,calc(40vw / 14.4));
  }
  .sec04 .inner1 .lead {
    font-size: min(26px,calc(26vw / 14.4));
    line-height: 1.8;
  }
  .sec04 .inner1 .note {
    font-size: min(18px,calc(18vw / 14.4));
    margin-bottom: 1em;
  }
  .sec04 .inner1 .box01 {
    font-size: min(20px,calc(20vw / 14.4));
    border-radius: min(20px,calc(20vw / 14.4));
    margin: 0 auto min(50px,calc(50vw / 14.4));
    width: calc(83000%/1100);
  }
  .sec04 .inner1 .box02 {
    height: min(350px,calc(350vw / 14.4));
    width: 100%;
    background: url(../images/sec04-p1_pc.png) no-repeat center top/contain;
    margin: 0 auto min(50px,calc(50vw / 14.4));
  }
  .sec04 .inner1 .box03 {
    height: min(240px,calc(240vw / 14.4));
    width: 100%;
    background: url(../images/sec04-p2_pc.png) no-repeat center top/contain;
  }
  .sec04 .inner1 .box03 p {
    width: min(974px,calc(974vw / 14.4));
    font-size: min(15px,calc(15vw / 14.4));
    padding-top: min(146px,calc(146vw / 14.4));
  }
  .sec04 .inner1 .box02 .btn1, .sec04 .inner1 .box02 .btn2 {
    width: min(270px,calc(270vw / 14.4));
    position: absolute;
    left: 68%;
    top: 25%;
  }
  .sec04 .inner1 .box02 .btn2{
      top: 61%;
  }
  .sec04 .inner1 .box03 .arr {
    top: max(-90px,calc(-90vw / 14.4));
    width: min(27px,calc(27vw / 14.4));
    left: 79%;
    transform:none;
  }
  .sec04 h3 {
    font-size: min(36px,calc(36vw / 14.4));
    margin: min(60px,calc(60vw / 14.4)) auto;
    background: url(../images/sec04-02-ttl_pc.png) no-repeat center center/100% auto;
    width: min(1100px,calc(1100vw / 14.4));
  }

  .sec04 .inner2{
    width: min(1100px,calc(1100vw / 14.4));
    margin: 0 auto 0;
    padding-bottom: 0;
  }
  .sec04 .inner2 .flex{
      display: flex;
    justify-content: space-between;
    margin: 0 auto min(46px,calc(46vw / 14.4));
    align-items: center;
    flex-direction: row-reverse;
  }
  .sec04-p3{
    width: min(540px,calc(540vw / 14.4));
    margin-bottom: 0;
  }
  .sec04 .inner2 .flex p{
    font-size: min(18px,calc(18vw / 14.4));
    width: min(475px,calc(475vw / 14.4));
    margin-bottom: 0;
    line-height: 1.8;
  }
  .sec04 .attention {
    padding: min(40px,calc(40vw / 14.4)) min(90px,calc(90vw / 14.4)) min(40px,calc(40vw / 14.4)) min(40px,calc(40vw / 14.4));
    border-radius: min(20px,calc(20vw / 14.4));
  }
  .sec04 .attention p {
    font-size: min(18px,calc(18vw / 14.4));
    padding-left:min(120px,calc(120vw / 14.4)) ;
    line-height: 1.6;
  }
  .sec04 .attention .att {
    position: absolute;
    top: min(40px,calc(40vw / 14.4));
    left: min(40px,calc(40vw / 14.4));
    width: min(100px,calc(100vw / 14.4));
  }
  .sec04 .attention h4 {
    font-size: min(28px,calc(28vw / 14.4));
    padding: 0 0 0.5em min(120px,calc(120vw / 14.4));
  }
  .sec04 h3.h3-2 {
    font-size: min(36px,calc(36vw / 14.4));
    margin: min(100px,calc(100vw / 14.4)) auto min(60px,calc(60vw / 14.4));
    background: url(../images/sec04-03-ttl_pc.png) no-repeat center center/100% auto;
    width: min(1100px,calc(1100vw / 14.4));
  }
  .sec04 .inner3{
    width: min(1100px,calc(1100vw / 14.4));
    margin: 0 auto 0;
  }

  .sec04 .inner3 p{
    font-size: min(18px,calc(18vw / 14.4));
    line-height: 1.8;
  }
  .sec04 {
    padding-bottom: min(170px,calc(170vw / 14.4));
  }
  .sec05 h2{
    padding: min(150px,calc(150vw / 14.4)) 0 min(70px,calc(70vw /14.4));
    width: min(564px,calc(564vw / 14.4));
    margin: auto;
  }
  .sec05 .inner {
    width: min(1100px,calc(1100vw / 14.4));
    margin: auto;
    padding-bottom: min(50px,calc(50vw / 14.4));
  }
  .sec05 .box {
    border-radius: min(20px,calc(20vw / 14.4));
    display: flex;
  }
  .sec05 .box .ttl {
    border-radius: min(20px,calc(20vw / 14.4)) 0 0 min(20px,calc(20vw / 14.4));
    line-height: 1;
    padding: min(27px,calc(27vw / 14.4)) min(40px,calc(40vw / 14.4));
    width: 13%;
  }

  .sec05 .box .cont {
    width: 85%;
  }
  .sec05 .box .cont {
    font-size: min(20px,calc(20vw / 14.4));
    padding: min(50px,calc(50vw / 14.4));
  }
  .sec05 .box .cont .note{
    font-size: min(18px,calc(18vw / 14.4));
  }
  .btn-step1{
      width: min(600px,calc(600vw / 14.4));
      margin: auto;

  }
  .sec05 .arr {
    width: min(138px,calc(138vw / 14.4));
    margin: min(36px,calc(36vw / 14.4)) auto min(20px,calc(20vw / 14.4));
  }

  .btn-appstore{
      width: min(160px,calc(160vw / 14.4));
    margin: min(36px,calc(36vw / 14.4)) auto 0;

  }
  .sec05 .box.box03 .flex{
    display: flex;
    justify-content: space-between;
  }
  .sec05 .box.box03 .flex > div{
    width: min(404px,calc(404vw / 14.4));
  }
  .sec05 .box.box04 .cont .note {
    margin: 2em auto 0;
  }
  .sec05 h3 {
    font-size: min(36px,calc(36vw / 14.4));
    margin: 0 auto min(60px,calc(60vw / 14.4));
    background: url(../images/sec05-02-ttl_pc.png) no-repeat center center/100% auto;
    width: min(1100px,calc(1100vw / 14.4));
  }
	.sec05 h3.h3-1 {
    margin:  min(60px,calc(60vw / 14.4)) auto;
  }


  .sec05 .inner1{
    width: min(1100px,calc(1100vw / 14.4));
    margin: 0 auto 0;
    padding-bottom: min(80px,calc(80vw / 14.4));
  }
  .w-box {
    border-radius: min(20px,calc(20vw / 14.4));
    width: 100%;
    margin: auto;
    padding: min(60px,calc(60vw / 14.4));
    font-size: min(20px,calc(20vw / 14.4));
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .w-box ul{
      font-size: min(20px,calc(20vw / 14.4));
  }

  .w-box h4{
    font-size: min(24px,calc(24vw / 14.4));

  }
  .sec05 .inner2{
    width: min(1100px,calc(1100vw / 14.4));
    margin: 0 auto 0;
    padding-bottom: min(80px,calc(80vw / 14.4));
    display: flex;
    justify-content: space-between;
  }
  .sec05-02-img{
    width: min(480px,calc(480vw / 14.4));
  }
  .sec05-02-txt-wrap{
    width: min(574px,calc(574vw / 14.4));
  }
  .sec05 .inner2 .sec05-02-txt {
    font-size: min(18px,calc(18vw / 14.4));
    line-height: 1.8;
  }
  .sec05 .inner2 .btn-sec05 {
    width: 100%;
    margin: min(50px,calc(50vw / 14.4)) auto 0;
  }
  .sec05 h3.h3-2 {
    background: url(../images/sec05-03-ttl_pc.png) no-repeat center center/100% auto;
  }
  .sec05 .inner3{
    width: min(1100px,calc(1100vw / 14.4));
    margin: 0 auto 0;
  }
  .sec05 .inner3 .w-box {
  line-height: 1.7;
  }
  .sec06 h2{
    padding: min(110px,calc(110vw / 14.4)) 0 0;
    width: min(317px,calc(317vw / 14.4));
    margin: auto;
  }
  .sec06 .inner {
    width: min(1100px,calc(1100vw / 14.4));
    margin: auto;
    padding-bottom: min(50px,calc(50vw / 14.4));
  }
  .sec06 h3 {
    font-size: min(36px,calc(36vw / 14.4));
    margin: min(30px,calc(30vw / 14.4)) auto min(60px,calc(60vw / 14.4)) ;
    background: url(../images/sec06-ttl2_pc.png) no-repeat center center/100% auto;
    width: min(1100px,calc(1100vw / 14.4));
  }
  .sec06 .inner1 .box {
    padding: min(60px,calc(60vw / 14.4));
    border-radius: min(20px,calc(20vw / 14.4));
    margin-bottom: 10px;
    font-size: min(20px,calc(20vw / 14.4));
    width: 100%;
  }
  .qa {
    font-size: min(24px,calc(24vw / 14.4));
  }
  .sec06 .inner1 {
    width: min(1100px,calc(1100vw / 14.4));
    margin: auto;
    padding-bottom:min(240px,calc(40vw / 14.4));
  }
  .sec06 .inner2 {
      width: min(1100px,calc(1100vw / 14.4));
    margin: auto;

  }
  .sec06 .inner2 p {
    font-size: min(20px,calc(20vw / 14.4));
    margin-bottom: min(60px,calc(60vw / 14.4));
    line-height: 1.6;
  }
  .sec06 .inner2 .flex{
      display: flex;
    justify-content: space-between;
  }
  .sec06 .inner2 .box {
    border-radius: min(20px,calc(20vw / 14.4));
    width: min(540px,calc(540vw / 14.4));
    margin: 0 auto min(20px,calc(20vw / 14.4));
    padding: min(34px,calc(34vw / 14.4))  min(60px,calc(60vw / 14.4)) min(170px,calc(170vw / 14.4));
    position: relative;
  }
  .sec06 .inner2 .box h4 {
    font-size: min(24px,calc(24vw / 14.4));
  }
  .sec06 .inner2 .box li {
    font-size: min(22px,calc(22vw / 14.4));
  }
  .sec06-link a {
    background: #ff2e60;
    border-radius: min(45px,calc(45vw / 14.4));
    line-height: min(90px,calc(90vw / 14.4));
    font-size: min(28px,calc(28vw / 14.4));
    width: min(404px,calc(404vw / 14.4));
    position: absolute;
    bottom: 1.5em;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec06 {
    padding-bottom: min(120px,calc(120vw / 14.4));
  }
  .foot_inner {
    width: min(500px,calc(500vw / 14.4));
  }
  footer a {
    font-size: min(18px,calc(18vw / 14.4));
    padding: min(40px,calc(40vw / 14.4)) 0;
  }
	#operation{
	height: min(90px,calc(90vw / 14.4));
	}


	
	
  }
  .sticky-spacer{
    display: none;
  }