@charset "utf-8";
/* CSS Document */


/* content
--------------------------------------------------*/
.lpbox , #lpfooter {
  font-size: 18px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#303030;
  line-height:1.5em;
}
.lpbox a , #lpfooter a{
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.lpbox a:hover, #lpfooter a:hover{
  text-decoration: underline;
}
.lpbox span, #lpfooter span {
  font-size: inherit;
  font-weight: inherit;
}
.lpbox img ,
#lpfooter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
.lpbox img.img-t ,
#lpfooter img.img-t {
  vertical-align: top;
}
/* cart css reset */

.lpbox header ,
.lpbox h1 ,
.lpbox h2 ,
.lpbox h3 ,
.lpbox p ,
.lpbox dl ,
.lpbox dt ,
.lpbox dd ,
.lpbox div ,
.lpbox section ,
.lpbox span {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter footer ,
#lpfooter div,
#lpfooter p {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter ul,
#lpfooter li,
.lpbox ul,
.lpbox li{
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}


/*******************
LP style
********************/
html {
  min-width: 1300px;
  margin: 0 auto;
}
.lpbox .hover{
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.lpbox .hover:hover{
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
/* 
横幅の大きい画像を設定した最小幅でトリミング
デフォルトの設定は最小1100px、画像幅1500pxなので適宜調整してください
*/
.lpbox .ovf__area{
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 1300px;
}
.lpbox .ovf__box {
  display: block;
  text-align: center;
  position: relative;
  top: 0;
  left: 50%;
  width: 1920px;
  -webkit-transform: translate3d(-50% , 0 , 0);
  -ms-transform: translate3d(-50% , 0 , 0);
  -o-transform: translate3d(-50% , 0 , 0);
  transform: translate3d(-50% , 0 , 0);
  z-index: 5;
  margin: 0;
}

/*---------------------------*/
.lpbox #fixbtn {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
.lpbox #fixbtn.fixbtn--visible {
  bottom: 0;
}
.lpbox #fixbtn .fixbtn__box {
  position: relative;
  bottom: 0;
  display: block;
  margin-right: 2%;
  position: relative;
  max-width: 238px;
}


/*-- Header -------------------------------------*/

.lpbox .lp-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

  display: flex;
  justify-content: center;

  pointer-events: none;

  background: rgba(255,255,255,.7);
}

.lpbox .lp-header__inner{
  pointer-events: auto;

  width: min(1200px, calc(100% - 40px));
  height: 70px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 32px;

  /*   background: rgba(255,255,255,.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border-radius: 999px;

  box-shadow:
  0 8px 30px rgba(0,0,0,.08); */
}

/* logo */

.lpbox .lp-header__logo{
  flex-shrink: 0;
}

.lpbox .lp-header__logo img{
  display: block;
  height: 34px;
  width: auto;
}

/* navigation */

.lpbox .lp-header__nav{
  margin: 0 auto;
}

.lpbox .lp-header__nav ul{
  display: flex;
  align-items: center;
  gap: 28px;

  margin: 0;
  padding: 0;
  list-style: none;
}

.lpbox .lp-header__nav a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;

  color: #0053a6;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;

  transition: .3s;
}

.lpbox .lp-header__nav a:hover{
  opacity: .7;
}

/* button */

.lpbox .lp-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 42px;
  padding: 0 22px;

  border-radius: 999px;

  background: #f6b14b;
  color: #fff;

  text-decoration: none;
  font-size: 13px;
  font-weight: 700;

  transition: .3s;
}

.lpbox .lp-header__cta:hover{
  background: #eb9c28;
}


.lpbox .header__btn {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 44px;
  padding: 0 24px;

  border-radius: 999px;
  background: #f5a623;
  color: #fff;

  font-size: 14px;
  font-weight: 700;
  text-decoration: none;

  transition: .3s;
}

.lpbox .header__btn:hover {
  background: #e59c1a;
}



/*-- fv -------------------------------------*/
.lpbox #fv {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 1300px;
  padding-top: 70px;
}
.lpbox #fv h1 {
  display: block;
  text-align: center;
  position: relative;
  top: 0;
  left: 50%;
  margin: 0;
  width: 1920px;
  -webkit-transform: translate3d(-50% , 0 , 0);
  -ms-transform: translate3d(-50% , 0 , 0);
  -o-transform: translate3d(-50% , 0 , 0);
  transform: translate3d(-50% , 0 , 0);
  z-index: 5;
}
.lpbox #fv:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 1;
}

/*--------------------------------------------*/

.lpbox .features__box {
  position: relative;
}
.lpbox .features__box__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;

  position: absolute;
  top: 20em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: justify;

  width: 810px;
  line-height: 2.1em;
}


.lpbox .font--marker {
  background: linear-gradient(#feea04 0 0) left bottom / 0% 30% no-repeat;
  transition: background-size 1s ease 1s;
}

.lpbox .font--marker.is-active {
  animation: marker 1s ease 1s forwards;
}

@keyframes marker {
  from {
    background-size: 0% 40%;
  }
  to {
    background-size: 100% 40%;
  }
}

.lpbox .features {
  background: #fff1eb;
}
.lpbox .happy_voice {
  background: #fff1eb;
}
.lpbox .time {
  background: #fff1eb linear-gradient(transparent 181px, #fdead2 0);
}
.lpbox .new_time {
  background: #fff1eb;
}
.lpbox .point {
  background: #fff1eb;
}
.lpbox .point__box {
  position: relative;
}
.lpbox .point__box__title {
  position: absolute;
  top: 5em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lpbox .point__box__icon {
  position: absolute;
  top: 30.5em;
  left: 0;
  right: 23em;
  margin: 0 auto;
}

.lpbox .blink {
  animation: blink 1s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.lpbox .cta {
  margin-bottom: 5em;
}
.lpbox .course-tabs {
  max-width: 1200px;
  margin: 0 auto;
}

.lpbox .course-tabs__nav {
  display: flex;
  width: 900px;
}

.lpbox .course-tabs__btn {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  flex: 1;
  padding: 20px;
  border: none;
  cursor: pointer;
  background: #d9d9d9;
  font-weight: bold;
  margin: 0 10px;
  border-radius: 20px 20px 0 0;
  font-size: 24px;
}

.lpbox .course-tabs__btn.is-active {
  background: #f3981f;
  color: #fff;
}

.lpbox .course-tabs__content {
  position: relative;
  display: none;
}

.lpbox .course-tabs__content.is-active {
  display: block;
}

.lpbox .course-tabs__content img {
  display: block;
  width: 100%;
  height: auto;
}

.lpbox .cta_repeat_btn_10 {
  position: absolute;
  top: 26.3em;
  left: 7.4em;
}
.lpbox .cta_repeat_btn_15 {
  position: absolute;
  top: 26.3em;
  right: 7.3em;
}
.lpbox .cta_repeat_kotira {
  opacity: 0;
  position: absolute;
  bottom: 4em;
  right: 18.2em;
  font-size: 1em;
}

.lpbox .cta_repeat_btn_single {
  position: absolute;
  top: 16.3em;
  right: 17.4em;
}




.lpbox .faq {
  padding-bottom: 2em;
  background: #fff0e9;
}
.lpbox .faq dt {
  position: relative;
  width: 1000px;
}
.lpbox .faq dd {
  position: relative;
}
.lpbox .faq dd span {
  opacity: 0;
  position: absolute;
  bottom: 1.8em;
  right: 38.5em;
  left: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 1em;
}
.lpbox .faq dl {
  margin-bottom: 2em;
}
.lpbox .faq dt:before {
  content: "";
  background: url(../img/ar.png) no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  width: .7em;
  height: .7em;
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -.3em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.lpbox .faq dt.acd-open:before {
  content: "";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}




/*-------------------------------------------
footer
-----------------------------------------------*/
#lpfooter {
  background: #f3981f;
  padding-top: 3em;
}
#lpfooter .mb1{margin-bottom: 1em;}
#lpfooter .footer__link {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;

  text-align: center;
  width: 100%;
}
#lpfooter .footer__link li {
  display: inline-block;
  padding-left: 1em;
  font-size: 20px;
  color: #fff;
}
#lpfooter .footer__link li:after {
  content: "";
  border-right: 1px solid #fff;
  display: inline-block;
  padding-left: 1.2em;
  height: 1.2em;
  vertical-align: middle;
}
#lpfooter .footer__link li:last-child:after {
  content: "";
  padding-left: 0;
  border:none;
}
#lpfooter #copy {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  padding: 3em 0;
  font-size: 14px;
}

/*-------------------------------------------
animation
-----------------------------------------------*/
.lpbox .fadein {
  display: block;
  opacity: 1;
  -webkit-transform:translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.lpbox .animhide .fadein {
  display: block;
  opacity: 0;
  -webkit-transform:translate3d(0,50%,0);
  -ms-transform: translate3d(0,50%,0);
  -o-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
  -webkit-filter: blur(0.5em);
  -o-filter: blur(0.5em);
  filter: blur(0.5em);
}