.p-lp{
  max-width: 500px;
  margin: 0 auto;
  font: 400 16px/1.75 YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
}

.p-lp__h2{
  text-align: center;
  position: relative;
  width: fit-content;
  margin-bottom: 30px;
  margin-inline: auto;
  font: 700 min(27px, 7vw)/1.5 "Zen Maru Gothic", YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
}
.p-lp__h3{
  margin-bottom: 20px;
  font: 700 min(24px, 5vw)/1.5 "Zen Maru Gothic", YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
}
.p-lp__h4{
  font: 600 min(18px, 4.5vw)/1.75 "Zen Maru Gothic", YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
}

.color-red{
  color: #EC8B46;
}

.icon-pikkari{
  display: block;
  width: 25%;
  max-width: 80px;
  margin: 0 auto;
}

.label-check{
  display: inline-block;
  border-bottom: 2px solid;
  color: #EC8B46;
  margin-bottom: 10px;
}

.p-lp__recommend{
  padding: 40px 20px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #eef7ff calc(100% - 1px)),linear-gradient(90deg, transparent calc(100% - 1px), #eef7ff calc(100% - 1px));
  background-size: 22px 22px;
  background-repeat: repeat;
  background-position: center center;
}
.p-lp__recommend-title{
  font: bold min(24px, 5vw)/1.5 "Zen Maru Gothic", YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
  margin: 20px auto 10px;
  position: relative;
  padding-left: 1.75em;
}
.p-lp__recommend-title i{
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background: #EE7700;
  position: absolute;
  left: 0;
  top: .2em;
}
.p-lp__recommend-title i::before{
  content: "";
  display: block;
  width: 80%;
  height: 40%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 20%;
  left: 10%;
}
.p-lp__recommend-list{
  list-style: disc;
  margin-left: 2em;
  font: normal min(16px, 4.5vw)/1.75 YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
}


.p-lp__system{
  padding: 20px 20px 40px;
  background: #FDF8E9;
}
.p-lp__system-balloon{
  width: fit-content;
  text-align: center;
  margin: 0 auto 20px;
  border-radius: 50px;
  background: #fff;
  border: 2px solid;
  color: #EC8B46;
  position: relative;
  padding: 10px 30px;
  font: bold min(24px, 5vw)/1.5 "Zen Maru Gothic", YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
}
.p-lp__system-balloon::after{
  content: "";
  display: block;
  border-top: 14px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  top: 100%;
  left: calc(50% - 12px);
}
.p-lp__system-balloon::before{
  content: "";
  display: block;
  border-top: 16px solid #EC8B46;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  top: 100%;
  left: calc(50% - 14px);
}
.p-lp__system-kv{
  margin: 0 -20px;
}

.p-lp__system-image{
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
}

.p-lp__system-carousel{
}
.p-lp__system-carousel .arrow{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 62px;
  background: #EC8B46;
  box-shadow: 0px 1px 6px -2px rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-weight: 400;
  z-index: 1;
  cursor: pointer;
  color: #fff;
}
.p-lp__system-carousel .arrow.left{
  left: -20px;
  border-radius: 10px 0 0 10px;
}
.p-lp__system-carousel .arrow.right{
  right: -20px;
  border-radius: 0 10px 10px 0;
}
.p-lp__system-carousel .arrow:after {
  top: 50%;
  right: 50%;
  line-height: 26px;
  font-family: "Glyphicons Halflings";
}
.p-lp__system-carousel .arrow.left:after {
  content: "";
}
.p-lp__system-carousel .arrow.right:after {
  content: "";
}
.p-lp__system-carousel-item{
  position: relative;
}
.p-lp__system-carousel .icon{
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
}
.p-lp__system-carousel .num{
  text-align: center;
  font: bold min(36px, 8vw)/2 "Zen Maru Gothic", YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
  color: #EC8B46;
  margin: 0 auto -40px;
  background: #fff;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  text-align: center;
  z-index: 1;
  position: relative;
}
.p-lp__system-carousel .text{
  padding: 40px 30px 20px;
  background: #fff;
  border-radius: 20px;
}

.p-lp__system-sub{
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-top: 40px;
}
.p-lp__system-sub h4{
  text-align: center;
  width: max-content;
  margin: calc(-20px + -1em) auto 20px;
}
.p-lp__system-sub h4 span{
  background: #EE7700;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  padding: .4em 1em;
}
.p-lp__system-sub p{
  font-size: 14px;
}

.p-lp__fit{
  padding: 0 0 60px;
}
.icon-fit{
  display: block;
  width: 20%;
  max-width: 60px;
  margin: 0 auto 10px;
}
.p-lp__fit-card{
  border-radius: 10px;
  padding: 30px 20px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.p-lp__fit-kyokasho{
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.p-lp__fit-kyokasho dt .label-kyoka{
  min-width: 3em;
  padding: .2em 1em;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
}

.p-lp__material{
  padding: 60px 0 0;
}
.p-lp__material-image{
  background: #E1F2FA;
  overflow: hidden;
  text-align: center;
}
.p-lp__material-image.right{
  margin-left: 20px;
  border-radius: 20px 0 0 20px;
  padding: 20px 20px 20px 0;
}
.p-lp__material-image.left{
  margin-right: 20px;
  border-radius: 0 20px 20px 0;
  padding: 20px 0 20px 20px;
}
.p-lp__material-text{
  padding: 0 40px;
  margin: 20px auto 40px;
}

.p-lp__mimamoru{
  padding: 60px 0;
  background: #eee;
}
.p-lp__mimamoru-card{
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  margin-top: 120px;
}
.p-lp__mimamoru-title{
  border-radius: 50%;
  background: #eee;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -85px;
}
.label-mimamoru{
  color: #D80C24;
  font: normal min(14px, 4.5vw)/1.75 "Zen Maru Gothic", YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
  text-align: center;
  display: block;
}

.p-lp__user{
  background: url(/shogaku/lp/truancy/local/images/user-bg.png) center no-repeat #DEEFFF;
  background-size: cover;
  padding: 60px 20px;
}
.p-lp__user-card{
  background: #fff;
  border-radius: 20px;
  padding: 50px 20px 20px;
}
.p-lp__user-title{
  background: #0CBDDA;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: -30px;
  margin-inline: auto;
  width: fit-content;
  max-width: 100%;
  position: relative;
  text-align: center;
}
.p-lp__user-prof{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;;
}
.p-lp__user-thumb{
  width: 30%;
  max-width: 100px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}


.p-lp__coachez{}
.p-lp__coachez-head{
  background: #E9F2FA;
  padding: 20px 20px 40px;
}
.p-lp__coachez-kv{
  margin: 0 auto;
  margin-top: -80px;
  width: 80%;
  text-align: center;
}
.p-lp__coachez-lead{
  background: #003585;
  color: #fff;
  width: fit-content;
  font: bold min(24px, 5vw)/1.5 "Zen Maru Gothic", YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
  font: bold min(18px, 4.5vw)/1.75 "Zen Maru Gothic", YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
  padding: 0.2em 1em;
  margin: 0 auto;
}
.p-lp__coachez-logo{
  width: 50%;
  margin: 0 auto;
}
.p-lp__coachez-title{
  font: bold min(24px, 5vw)/1.5 "Zen Maru Gothic", YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
}
.p-lp__coachez-content{
  padding: 0 40px;
  margin-top: -40px;
}
.p-lp__coachez-image{
  border-radius: 20px;
  overflow: hidden;
  margin: 0 -20px;
}
.p-lp__coachez-image video{
  display: block;
  width: 100%;
}
.p-lp__coachez-label{
  background: #003585;
  color: #fff;
  border-radius: 30px;
  padding: .4em 1em;
  font: normal min(16px, 4.5vw)/1.75 "Zen Maru Gothic", YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
  display: block;
  width: fit-content;
  margin: 0 auto 20px;
}
/* 動画音声ボタン */
.js-audio__mv{
  position: relative;
}
.js-audio__button{
  color: #fff;
  font-size: 30px;
  display: inline-block;
  appearance: none;
  background-color: initial;
  cursor: pointer;
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
}
@media screen and (max-width: 549px) {
  .js-audio__button{
    right: 10px;
    bottom: 10px;
  }
}
.js-audio__button::before {
  content: "\e038";
  font-family: 'Glyphicons Halflings';
  text-shadow: 0 0 5px rgba(0,0,0,.5);
}
.js-audio__button.mute::before {
  content: "\e036";
}



.p-lp__price{
  padding: 60px 20px;
}
.p-lp__price-title{
  color: #fff;
  margin-bottom: 20px;
}
.p-lp__price-card{
  background: #fff;
  border-radius: 24px;
}

.p-lp__end{
  text-align: center;
  background: #FDF8E9;
}

.p-lp__end p + p{
  margin-top: 1em;
}

.p-lp__end p{
  font: normal min(16px, 4.5vw)/1.75 YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
}
.p-lp__end p.p-lp__end-catch{
  font: bold min(20px, 4.5vw)/1.75 "Zen Maru Gothic", YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
}
.p-lp__end-strong{
  color: #629FD7;
}
strong.p-lp__end-strong{
  background: linear-gradient(to top, #fff 50%, rgba(255,255,255,0) 51%);
}

.p-lp__reqinfo{
  background: url(/shogaku/lp/truancy/local/images/cta-bg.png) center top no-repeat #DEEFFF;
  background-size: cover;
  padding: 40px 20px
}

.p-lp__cta-wrap{
  padding: 0 20px;
}
.p-lp__cta{
  background: #D80C24;
  color: #fff;
  padding: 20px 20px 20px 3em;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: bold min(24px, 5vw) "Zen Maru Gothic", YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
}
.p-lp__cta + .p-lp__cta{
  margin-top: 10px;
}
.p-lp__cta:hover,
.p-lp__cta:visited,
.p-lp__cta:active{
  color: #fff;
}
.p-lp__cta:hover{
  opacity: .7;
}
.p-lp__cta i{
  display: block;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.p-lp__cta i::before{
  content: "";
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #D80C24;
}

.p-lp__fab{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  z-index: 1;
  background: rgb(253, 248, 233, .5);
}

footer.has-btn-area{
  margin-bottom: 100px;
}
@media screen and (max-width: 767px){
  footer.has-btn-area{
    margin-bottom: 75px;
  }
}

.c-button--admission a{
  height: 65px;
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .c-button--admission a {
    height: 80px;
  }
}

.c-button--admission a i{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-button--admission a i {
    right: 25px;
  }
}
.c-button--admission a i::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 14px solid #FB9531;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 5px;
  left: 10px;
}
.c-button--admission.reqinfo a i::after{
  border-left-color: #82CD04;
}