/* ========================================
   kidsのserviceページのみ：SP用ヘッダー・TOPへ戻る・フッターを非表示
   （body.is-kids-service-page は template_base で kids かつ path=service のときのみ付与）
   ======================================== */
body.is-kids-service-page #hdInfo,
body.is-kids-service-page #pagetop,
body.is-kids-service-page #gFooter {
  display: none !important;
}

@media screen and (max-width: 1230px) {
  body.is-kids-service-page .service-fv {
    margin: 0;
  }
}
@media screen and (max-width: 660px) {
  body.is-kids-service-page .service-fv {
    margin: 0 auto 27.7vw;
  }
}

/* ========================================
   pet/eventのservice画面用
   ======================================== */

/* サービス共通スタイル
================================================ */
/* #ricoh
-------------------------------------- */
#ricoh {
    display: block;
    display: none;
}
/* #header
-------------------------------------- */
#hdInfo .hdNav .contact {
    display: none;
}
@media all and (min-width: 600px) {
  #gNav .list .item.isContactText {
    display: block;
  }
  .h_contactBtn {
    width: 215px !important;
    padding:20px 10px 20px;
    box-sizing: border-box;
  }

 .h_contactBtn.movie  {
    width: 270px !important;
    padding:20px 10px 20px;
    box-sizing: border-box;
  }

  .h_contactBtn.cameraman  {
    width: 320px !important;
    padding:20px 10px 20px;
    box-sizing: border-box;
  }

  .h_contactBtn a{
    width: 100%;
    height: 50px !important;
    line-height: 50px;
    border-radius: 25px;
    background-color: #22b5ae !important;
    background-image: url(../img/for-school/2021/arrow_w.png) !important;
    background-position: right 30px center !important;
    background-size: auto !important;
    box-sizing: border-box;
    padding:0 15px 0 0!important;
    text-align:center !important;
  }

  .h_contactBtn.default a{
    width: 100%;
    height: 50px !important;
    line-height: 50px;
    border-radius: 25px;
    background-color: #ff6600 !important;
    background-image: url(../img/for-school/2021/arrow_w.png) !important;
    background-position: right 30px center !important;
    background-size: auto !important;
    box-sizing: border-box;
    padding:0 15px 0 0!important;
    text-align:center !important;
  }

  .h_contactBtn a:hover{
   background-color: #28a09a !important;
   text-decoration: none !important;
  }

  .h_contactBtn.default a:hover{
   background-color: #f16100 !important;
   text-decoration: none !important;
  }

  .h_baseBtn01 {
    padding: 20px 10px 20px;
    box-sizing: border-box;
  }
  #gNav .list .item.nav02.h_baseBtn01 {
    width: 264px;
  }
  .h_baseBtn01 a{
    width: 100%;
    height: 60px !important;
    line-height: 60px;
    border-radius: 30px;
    background: #aa7eeb !important;
    background-image: none !important;
    box-sizing: border-box;
    padding:0 !important;
    text-align:center !important;
  }
  .h_baseBtn01 a:hover{
   background-color: #9a74d3 !important;
   text-decoration: none !important;
  }
}

/* #gHeader
-------------------------------------- */
@media all and (min-width: 600px) {
  #gNav .list .item.serviceNav_login,
  #gNav .list .item.serviceNav_doc,
  #gNav .list .item.serviceNav_contact {
    padding: 28px 10px;
  }
  #gNav .list .item.serviceNav_login a,
  #gNav .list .item.serviceNav_doc a,
  #gNav .list .item.serviceNav_contact a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 30px;
    font-weight: bold;
    white-space: nowrap;
    transition: all .3s ease;
  }
  #gNav .list .item.serviceNav_doc a:hover,
  #gNav .list .item.serviceNav_contact a:hover {
    opacity: 0.7;
  }
  /* 保護者様ログイン */
  #gNav .list .item.serviceNav_login a {
    padding-left: 58px;
    background-color: #fff;
    background-image: url(../img/common/ico_login02.png);
    background-repeat: no-repeat;
    background-position: 32px center;
    background-size: 15px auto;
    color: #333;
    border: 2px solid transparent;
  }
  /* 園・学校向け導入資料をもらう */
  #gNav .list .item.serviceNav_doc a {
    background-color: #f39999;
    color: #fff;
    border: 2px solid #f39999;
  }
  /* 導入のご相談 */
  #gNav .list .item.serviceNav_contact a {
    background-color: #fff;
    color: #f39999;
    border: 2px solid #f39999;
  }
}

/* .mod_tit04
-------------------------------------- */
.mod_tit04{
	font-size:2.2rem;
	font-weight:700;
	text-align:center;
	background:url(../img/for-school/2021/title_img_fukidashi.png) no-repeat bottom center;
	background-size: 52px auto;
	padding-bottom:18px;
	margin-bottom: 20px;
}
@media all and (min-width: 600px) {
    .mod_tit04{
    	background-size: auto;
		font-size:2.8rem;
		padding-bottom:25px;
		margin-bottom: 30px;
	}
}

/* .mod_box01
-------------------------------------- */
.mod_box01{
	width:94%;
	margin: 0 auto 15px;
	border-radius:15px;
	background:#f4f2ec;
	padding:20px 0;
	box-sizing:border-box;
  font-size: 1.4rem;
}
.mod_boxTit01{
	font-size:2.0rem;
	font-weight:700;
	text-align:center;
	position:relative;
	padding-bottom:10px;
	margin-bottom:15px;
}
.mod_boxTit01:after{
	content:"";
	display:block;
	border:2px solid #fcd633;
	width:60px;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
  	-webkit- transform:translateX(-50%);
}	
@media all and (min-width: 600px) {
	.mod_box01_wrap{
		width:960px;
		margin:0 auto;
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.mod_box01{
		width:31%;
		padding:40px 0;
		font-size: 1.4rem;
		margin: 0;
	}
	.mod_boxTit01{
		font-size:2.1rem;
    padding-bottom:15px;
		margin-bottom:25px;
	}
  .mod_boxTit01:after{
    border:3px solid #fcd633;
    width:88px;
  }
}


/* .about
-------------------------------------- */
#about {
  margin-top: 20px;
}
#about .arrow{
	text-align: center;
	margin:-20px auto 30px;
}
#about .arrow img{
	width:120px;
}
@media all and (min-width: 600px) {
    #about .mod_tit04{
      font-size:3.2rem;
    }
    #about .mod_boxTit01{
      font-size:2.3rem;
    }
    #about .issue__item .issue__list{
      font-size:1.6rem;
    }
    #about img{
      width: auto;
      max-width: 100%;
    }
    #about {
      margin-top: 80px;
    }
    #about .arrow{
    	margin:40px auto 60px;
    }
    #about .arrow img{
		  width:auto;
	}
}

/* .issue
-------------------------------------- */
.issue{
	margin-top:60px;
}
.issue__item{
	position:relative;
	margin-bottom:40px;
  padding:30px 0 20px;
}
.issue__item img{
	position:absolute;
	top:-30px;
	left:50%;
	transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  width: 50px;
  height: auto;
}
.issue__item .issue__list{
	list-style: disc;
  margin: 0 30px 0 50px;
}
@media all and (min-width: 600px) {
	.issue{
		margin-top:80px;
	}
	.issue__item{
    padding:40px 0;
	}
  .issue__item img{
    position:absolute;
    top:-40px;
    width: auto;
  }
}

/* .serviceLead
-------------------------------------- */
@media all and (min-width: 600px) {
    /*body {
        padding-top: 100px;
    }

    #gHeader {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 1;
    }*/
}

.serviceLead {
    margin-bottom: 25px;
    text-align: center;
}
.serviceLead .serviceLead__tit {
    color: #f28e8e;
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.368;
}
.serviceLead .serviceLead__txt {
    padding: 12px 40px 0;
    line-height: 1.7;
}
@media all and (min-width: 600px) {
    .serviceLead {
        margin-bottom: 45px;
    }
    .serviceLead .serviceLead__tit {
        font-size: 2.6rem;
    }
    .serviceLead .serviceLead__txt {
        line-height: 2;
    }
}

/* .serviceFlow
-------------------------------------- */
.serviceFlow {
    padding: 0 10px 60px;
}

@media all and (min-width: 600px) {
    .serviceFlow {
        padding: 80px 0;
        background: #f8f8f8;
    }
}
.serviceFlow__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.serviceFlow__item {
    width: calc((100% - 25px) / 2);
    padding-bottom: 20px;
}

.serviceFlow__item .serviceFlow__img {
    position: relative;
}

.serviceFlow__item .serviceFlow__img:after {
    display: block;
    position: absolute;
    top: 48%;
    right: -20px;
    width: 18px;
    height: 10px;
    margin-left: -9px;
    background: url(../img/common/ico_arrow_down02.png) no-repeat left top;
    background-size: contain;
    transform: rotate(-90deg);
    transform-origin: center center;
    content: "";
}

@media all and (max-width: 599px) {
    .serviceFlow__item:nth-of-type(odd) {
        margin-right: 25px;
    }

    .serviceFlow__item:nth-of-type(even) .serviceFlow__img:after {
        display: none;
    }
}

@media all and (min-width: 600px) {
    .serviceFlow__item .serviceFlow__img:after {
        top: 60px;
        right: -30px;
        left: auto;
    }

    .serviceFlow__item:last-child .serviceFlow__img:after {
        display: none;
    }
}

@media all and (min-width: 600px) {
    .serviceFlow__item {
        width: calc(25% - 42px);
        padding: 0 21px;
    }
}

.serviceFlow__img {
    margin-bottom: 10px;
}

.serviceFlow__txt {
    font-weight: 500;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
}

@media all and (min-width: 600px) {
    .serviceFlow__txt {
        font-size: 1.8rem;
    }
}

/* .serviceMerrit
-------------------------------------- */
.serviceMerrit {
    /*position: relative;
    margin-top: -20px;
    margin-bottom: 40px;
    padding: 0 0 20px;
    background: url("../img/common/bg_stripe.png") repeat 0 0;
    background-size: 14px, 14px;*/
    padding: 0 0 30px;
}

@media all and (min-width: 600px) {
    .serviceMerrit img{
      width: auto;
      max-width: 100%;
    }
    .serviceMerrit {
      margin-top: 0;
      padding: 0 0 60px;
    }
}

.serviceMerrit .leadTit__wrap{
	text-align:center;
}
.serviceMerrit .leadTit{
	font-size:2.2rem;
	margin-bottom:20px;
	font-weight:700;
	position:relative;
	display:inline-block;
	line-height: 1.3;
}
.serviceMerrit .leadTit:before,
.serviceMerrit .leadTit:after{
	content:"";
	display:block;
	width:32px;
	height:64px;
}
.serviceMerrit .leadTit:before{
	background:url(../img/for-school/2021/title_img_left.png) no-repeat center center;
	position:absolute;
	top:0px;
	left:-20px;
}
.serviceMerrit .leadTit:after{
	background:url(../img/for-school/2021/title_img_right.png) no-repeat center center;
	position:absolute;
	top:0px;
	right:-20px;
}
.serviceMerrit .leadTit span{
	font-size:1.4rem;
	display:inline-block;
	margin-top:5px;
}
@media all and (min-width: 600px) {
	.serviceMerrit .leadTit{
    	font-size:2.8rem;
      margin-bottom:40px;
    }
	.serviceMerrit .leadTit:before{
		position:absolute;
		top:10px;
		left:-60px;
	}
	.serviceMerrit .leadTit:after{
		position:absolute;
		top:10px;
		right:-60px;
	}
}

.serviceMerrit__objBox {
    position: relative;
    padding: 15px 0 130px;
    background: url(../img/common/bg_clip02.png) repeat-x left top;
    background-size: 118px, 89px;
}

.serviceMerrit__obj01 {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 84px;
}

@media all and (min-width: 600px) {
    .serviceMerrit__obj01 {
        top: -40px;
        left: 50%;
        width: 150px;
        transform: translateX(-410%);
    }
}

.serviceMerrit__obj02 {
    position: absolute;
    top: 2px;
    right: 10px;
    width: 80px;
}

@media all and (min-width: 600px) {
    .serviceMerrit__obj02 {
        top: -40px;
        left: 50%;
        width: 135px;
        transform: translateX(355%);
    }
}
                                
.serviceMerrit__box {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 0 5px;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.serviceMerrit__item {
    width: 100%;
    margin: 0 5px 10px;
    background: #fff;
    overflow: hidden;
}
.serviceMerrit__img{
    width: 30%;
    padding: 15px;
    text-align: center;
}
.serviceMerrit__txt{
	float: left;
	width: 60%;
	padding: 15px 0;
}
@media all and (min-width: 600px) {
    .serviceMerrit__item {
        width: calc(33.33333333% - 30px);
        margin: 0 15px;
    }
    .serviceMerrit__img{
    	float: none;
    	text-align: center;
    }
    .serviceMerrit__txt{
    	float: none;
    	width: calc( 100% - 60px);
        padding: 0 30px 20px;
        line-height: 2.25;
    }
}

.serviceMerrit__header {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 10px 10px;
    background: #f28e8e;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.serviceMerrit__header:after {
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    border-top: 6px solid #f28e8e;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
}

@media all and (min-width: 600px) {
    .serviceMerrit__header {
        font-size: 2.2rem;
    }
}

.serviceMerrit__img {
	float: left;
}

@media all and (min-width: 600px) {
    .serviceMerrit__img {
        float: none;
        width: auto;
        height: 156px;
        padding: 30px 50px;
    }
    .serviceMerrit__img img {
        width: auto;
        height: 100%;
    }
}

/* .merrit
-------------------------------------- */
.merrit{
	padding:30px 0 20px;
	background:linear-gradient(90deg,#fefbe4 0%,#fefbe4 50%,#f1fcff 50%,#f1fcff 100%);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.merrit__item{
	width:46%;
  background:#fff;
  border-radius:15px;
  position:relative;
  margin:0 2%;
}
.merrit__item .num{
	width:40px;
  position:absolute;
  left:10px;
  top:-15px;
}
.merrit__cont .text{
  padding:15px;
  font-size:1.4rem;
}
@media all and (min-width: 600px) {
	.merrit{
		padding:70px 0 40px;	
	}
	.merrit__item{
		width:auto;
	   margin:0 40px;
	}
	.merrit__cont .text{
	  padding:30px;
	}
	.merrit__item .num{
		width:auto;
    position:absolute;
    left:35px;
    top:-25px;
	}
}

.solution{
	background-color: #fff;
	padding: 30px 20px 20px;
}
.solution .tit{
	font-size: 1.9rem;
	color: #f28e8e;
	text-align: center;
}
.solution .txt{
	text-align: center;
	padding-top: 10px;
}
.solution .box{
	border: 4px solid #f28e8e;
	border-radius: 5px;
}
.solution .box .head{
	background: url(../img/for-school/solution_bg01.png);
	position: relative;
	height: 75px;
}
.solution .box .copy{
	padding-top: 20px;
	text-align: center;
}
.solution .box .head .img{
	position: absolute;
	width: 60px;
	height: 72px;
	bottom: 0;
	left: 5px;
}
.solution .box .head .txt{
	padding: 10px 15px 10px 0;
}
.solution .box01 .list{
	overflow: hidden;
	padding: 15px;
}
.solution .box01 .list .item{
	float: left;
    width: 33.3333%;
    box-sizing: border-box;
    padding: 2px;
}
.solution .arrow{
	padding: 8px;
	text-align: center;
}
.solution .arrow span{
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #f28e8e transparent transparent transparent;
}
.solution .box02 .head .img{
	left: auto;
	height:53px;
    width: 80px;
    bottom: 20px;
    right: -22px;
}
.solution .box02 .list{
	overflow: hidden;
	padding: 20px;
}
.solution .box02 .list .item{
	float: left;
	width: 48%;
}
.solution .box02 .list .item:nth-child(odd){
	float: right;
}
@media all and (min-width: 600px) {
    .solution{
        margin-top: 60px;
        padding: 50px 30px 50px;
        overflow: hidden;
    }
    .solution .txt {
        margin-bottom: 50px;
    }
    .solution .box {
        float: left;
        width: 525px;
    }
    .solution .box .copy {
        padding-top: 15px;
    }
    .solution .box01 .list {
        padding: 20px 35px;
    }
    .solution .box01 .list .item {
        width: 140px;
        padding: 0;
    }
    .solution .box01 .list .item:not(:nth-of-type(3n+1)) {
        margin-left: 17px;
    }
    .solution .box01 .list .item:nth-of-type(n+4) {
        margin-top: 17px;
    }
    .solution .box01 .head .img {
        width: 106px;
        bottom: 53px;
        left: 10px;
    }
    .solution .box02 .list {
        padding: 20px 70px;
    }
    .solution .box02 .list .item {
        width: 170px;
    }
    .solution .box02 .head .img {
        width: 119px;
        bottom: 53px;
        right: 0;
    }
    .solution .arrow {
        float: left;
        padding-top: 107px;
    }
    .solution .arrow span {
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 40px 0 40px 38px;
        border-color: transparent transparent transparent #f28e8e;
    }

}
.serviceFeature__box{
  background:#fff;
  margin:0 10px;
  padding:30px 20px;
  box-sizing:border-box;
}
@media all and (min-width: 600px) {
 .serviceFeature__box{
    margin:0 auto;
    padding:50px;
  }
}

.serviceFeature__item{
   width:100%;
   border:#f28e8e 2px solid;
   border-radius:6px;
   background:#fff;
   margin-bottom:40px;
}
.serviceFeature__item:last-child{
   margin-bottom:0px;
}
.serviceFeature__item .serviceFeature__header{
   width:100%;
   background:#f28e8e;
   position: relative;
}
.serviceFeature__item .serviceFeature__header:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 15px solid #f28e8e;
}
.serviceFeature__item .serviceFeature__header span.point{
  display:block;
  width:60px;
  margin:0 auto;
}
.serviceFeature__item .serviceFeature__header span.ttl{
  display:block;
  color:#fff;
  font-size:1.8rem;
  font-weight:bold;
  padding:5px 10px 10px;
  box-sizing:border-box;
  text-align:center;
}
@media all and (min-width: 600px) {
  .serviceFeature__item .serviceFeature__header:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 25%;
  } 
  .serviceFeature__item .serviceFeature__header span.point{
   display:inline-block;
   margin:-18px 0;
   width:auto;
  }
 .serviceFeature__item .serviceFeature__header span.ttl{
   display:inline-block;
   font-size:2.4rem;
   padding:20px 10px;
   height:auto;
   text-align:left;
  } 
}

.serviceFeature__item .serviceFeature__content{
  padding:30px 10px 20px;
}
.serviceFeature__item .serviceFeature__content .serviceFeature__text ul li{
  padding-bottom:15px;
  text-indent: -2em;
  margin-left: 2em;
}
.serviceFeature__item .serviceFeature__content .serviceFeature__text ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  content:'';
  width:1em;
  height: 1em;
  background: #f28e8e;
  border-radius: 50%;
  margin-right: 1em;
}
.serviceFeature__item .serviceFeature__content .serviceFeature__text p{
   text-align:center;
}
.serviceFeature__item .serviceFeature__content .serviceFeature__text p.text {
  text-align: left;
  padding-bottom:15px;
  line-height: 1.8;
}
@media all and (min-width: 600px) {
  .serviceFeature__item .serviceFeature__content img{
    width:auto;
  }
  .serviceFeature__item .serviceFeature__content:after{
    content:"";
    display:block;
    clear:both;
  }
  .serviceFeature__item .serviceFeature__content .serviceFeature__text{
    width:50%;
    float:left;
  }
  .serviceFeature__item .serviceFeature__content .serviceFeature__img{
    width:50%;
    text-align:center;
    float:right;
  }
  .serviceFeature__item .serviceFeature__content{
    padding:40px 50px 30px;
  }
  .serviceFeature__item .serviceFeature__content .serviceFeature__text ul li{
    font-size:1.8rem;
  }
}
@media all and (max-width: 599px) {
  .serviceFeature__item .serviceFeature__content .serviceFeature__text ul li{
    padding-bottom:10px;
  }
  .serviceFeature__item .serviceFeature__content .serviceFeature__text ul li br{
    display:none;
  }
  .serviceFeature__item .serviceFeature__content .serviceFeature__text p{
    max-width:180px;
    margin:0 auto 30px;
  }
}

/* #reason
-------------------------------------- */
.reasonList {
	padding: 0 30px 45px;
}
.reasonList .item + .item{
	margin-top: 15px;
}
.reasonList .item .txtArea{
    min-height: 74px;
	background-color: #f6f6f6;
	padding: 16px;
}
.reasonList .item .txtArea .tit{
	font-size: 1.9rem;
	color: #f28e8e;
	text-align: center;
}
.reasonList .item .txtArea .txt{
	padding-top: 10px;
}
@media all and (min-width: 600px) {
    #reason {
        margin-top: 85px;
    }
    .reasonList {
        padding: 0 107px 45px;
        overflow: hidden;
    }
    .reasonList .item {
        float: left;
        width: 305px;
        margin-bottom: 20px;
    }
    .reasonList .item + .item{
        margin-top: 0;
    }
    .reasonList .item:not(:nth-of-type(3n+1)) {
        margin-left: 20px;
    }
    .reasonList .item:nth-of-type(4) {
        margin-left: 163px;
    }
    .reasonList .item .txtArea {
        padding: 10px 20px 30px;
    }
    .reasonList .item .tit {
        font-weight: 700;
    }
    .reasonList .item .txtArea .txt {
        padding-top: 5px;
    }
}

.btn { padding: 30px 25px 0; text-align: center; }
.btn .contact:before {
	display: inline-block;
	width: 21px;
	height: 14px;
	margin: 0 10px -1px 0;
	background: url(../img/common/ico_btn03.png) 0 0 repeat;
	background-size: cover;
	content: "";
}
@media all and (min-width: 600px) {
	.btn { width: 320px; margin:0 auto; padding: 60px 0 0; }
	.btn .contact {
		padding: 20px 0;
	}
	.btn .contact:before {
		width: 24px;
		height: 16px;
		margin: 0 15px -3px 0;
	}
}

/* .detail
-------------------------------------- */
.detail{
  margin:30px auto;
}
.detail .detail__list li{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-bottom:30px;
}
.detail .detail__list li p {
  margin-left:20px;
}
.detail .detail__list li:nth-child(even) p {
  margin-right:20px;
  margin-left:0;
}
.detail .detail__list li div {
  width:80%;
  border-radius:16px;
  padding:15px;
  box-sizing:border-box;
  background:#fdefef;
  position:relative;
  margin:0 20px;
}
@media all and (min-width: 600px) {
  .detail{
    margin:80px auto;
  }
  .detail .detail__list li div {
    width:925px;
    padding:40px 20px;
    margin:0 40px;
  }   
}
@media all and (max-width: 599px) {
  .detail .detail__list li p {
    width:25%;
  }
  .detail .detail__list li div {
    width:75%;
  }
}

.detail .detail__list li div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -37px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 25px solid #fdefef;
}
.detail .detail__list li:nth-child(even) div {
   background:#eff2f1;
}
.detail .detail__list li:nth-child(even) div:before {
  content: "";
  position: absolute;
  top: 50%;
  left:auto;
  right: -37px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 25px solid #eff2f1;
}
.detail .detail__list li div ul li{
  margin-bottom:0;
}
.detail .detail__list .blueTxt{
  color:#0782d5;
  font-size:1.8rem;
  font-weight:bold;
}
.detail .detail__list .redTxt{
  color:#e25865;
  font-size:1.8rem;
  font-weight:bold;
}
@media all and (max-width: 599px) {
  .detail .detail__list li div:before {
    left: -30px;
    border-right: 20px solid #fdefef;
  }
  .detail .detail__list li:nth-child(even) div:before {
    right: -30px;
    border-left: 20px solid #eff2f1;
  }
  .detail .detail__list .blueTxt{
    font-size:1.4rem;
  }
  .detail .detail__list .redTxt{
    font-size:1.4rem;
  }
}


/* .contactBox
-------------------------------------- */
/*.contactBox {
    margin:10px auto 30px;
  }
*/
.contactArea {
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: calc(100% - 20px);
}
.contactBox{
  background: #c9e7fb;
  border-radius: 6px;
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
}
.contactBox .priceBox {
  background: #fff;
  border: #7fc2ef 5px solid;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
}
.contactBox .priceBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contactBox .priceBox ul li {
  width: 50%;
  box-sizing: border-box;
  color: #7fc2ef;
  font-size: 1.4rem;
  text-align: center;
  padding: 5px 0 10px;
}
.contactBox .priceBox ul li:first-child {
  border-right: #eff2f1 4px dotted;
}
.contactBox .priceBox ul li span:first-of-type {
  display: inline-block;
  font-size: 1.0rem;
  line-height: 1.2;
}
.contactBox .priceBox ul li span:nth-of-type(2) {
  display: inline-block;
  color: #ef7f8a;
  font-size: 4.0rem;
  line-height: 1.0em;
  padding: 0 5px;
  font-weight: bold;
  line-height: 1.0;
}
.contactBox .contactIn {
  margin: 10px 0 0;
}
.contactBox .contactIn .contactBtn a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  background: #2391db;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-image: url(../img/common/ico_btn03.png);
  background-repeat: no-repeat;
  background-position: 96px center;
  background-size: 22px auto;
  padding-left:22px;
  box-sizing: border-box;
}
.contactBox .contactIn .contactBtn a:hover {
  background-color: #0772ba;
  transition: all .3s ease;
}
@media all and (min-width: 600px) {
  .contactArea {
    width: 330px;
    bottom: 20px;
  }
  .contactBox {
    padding: 10px;
  }
  .contactBox .priceBox ul li {
    font-size: 1.6rem;
    padding: 0 0 5px;
    margin: 5px 0;
  }
  .contactBox .priceBox ul li span:first-of-type {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .contactBox .priceBox ul li span:nth-of-type(2) {
    font-size: 5.0rem;
  }
  .contactBox .contactIn {
    margin: 10px 0 0;
  }
  .contactBox .contactIn .contactBtn a {
    height: 50px;
    line-height: 50px;
  }
  .contactBox .contactIn .contactBtn a {
    background-position: 80px center;
  }
}
@media all and (max-width: 599px) {
  #pagetop {
    bottom: 150px;
  }
  #pagetop.is_bottomFixed {
    bottom: 630px !important;
  }
  .contactArea.is_bottomFixed {
    margin-bottom: 105px;
  }
}




/* .applicationFlow
-------------------------------------- */
.applicationFlow {
  padding: 0 10px 60px;
}
@media all and (min-width: 600px) {
  .applicationFlow {
    padding: 80px 0;
    background: #f8f8f8;
  }
}

.applicationFlow__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media all and (min-width: 600px) {
  .applicationFlow__box {
      width:860px;
      margin:0 auto;
  }
}

.applicationFlow__item {
  width: calc((100% - 25px) / 2);
  padding-bottom: 20px;
}
.applicationFlow__item .applicationFlow__img {
  position: relative;
}
.applicationFlow__item .applicationFlow__img:after {
  display: block;
  position: absolute;
  top: 48%;
  right: -20px;
  width: 18px;
  height: 10px;
  margin-left: -9px;
  background: url(../img/common/ico_arrow_down02.png) no-repeat left top;
  background-size: contain;
  transform: rotate(-90deg);
  transform-origin: center center;
  content: "";
}
@media all and (max-width: 599px) {
  .applicationFlow__item:nth-of-type(odd) {
    margin-right: 25px;
  }
  .applicationFlow__item:nth-of-type(even) .applicationFlow__img:after {
    display: none;
  }
}
@media all and (min-width: 600px) {
  .applicationFlow__item {
    width: calc(25% - 60px);
    padding: 0 30px;
  }
  .applicationFlow__item .applicationFlow__img:after {
    top: 70px;
    right: -40px;
    left: auto;
  }
  .applicationFlow__item:last-child .applicationFlow__img:after {
    display: none;
  }
}

.applicationFlow__img {
    margin-bottom: 10px;
}

.applicationFlow__txt {
    font-weight: 500;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
}
@media all and (min-width: 600px) {
  .applicationFlow__txt {
    font-size: 1.8rem;
  }
}

.applicationFlow .contact__underTxt{
  font-size:1.8rem;
  font-weight:bold;
  color:#2391db;
  margin-top:10px;
  text-align:center;
}


/* .serviceAlbum
-------------------------------------- */
.serviceAlbum {
  margin-bottom: 40px;
  padding: 40px 0 20px;
  background: #fdefef;
}
.serviceAlbumLead__txt{
  text-align:center;
  padding: 12px 40px 0;
  line-height: 1.7;
}
.serviceAlbumLead__txt a{
  color:#2391db;
}
.serviceAlbumLead__img {
  text-align: center;
  margin-top: 20px;
}
.serviceAlbumLead__img img {
  max-width: 30%;
}
.serviceAlbum__link {
  text-align: center;

}
.serviceAlbum__link a {
  display: inline-block;
  margin-top: 10px;
  padding-right: 26px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
  background-image: url(../img/for-school/arrow01.png);
  font-size: 1.5rem;
  color: #f28e8e;
  text-decoration: underline;
}
.serviceAlbum__link a:hover {
  text-decoration: none;
}
@media all and (min-width: 600px) {
  .serviceAlbum {
    margin-bottom: 0;
    padding: 80px 0 60px;
  }
  .serviceAlbum .showSp {
    display: none;
  }
  .serviceAlbumLead__txt {
    padding: 12px 140px 0;
    line-height: 2;
  }
  .serviceAlbumLead__img {
    text-align: center;
    margin-top: 40px;
  }
  .serviceAlbumLead__img img {
    max-width: 300px;
  }
  .serviceAlbum__link a {
    margin-top: 20px;
    padding-right: 38px;
    background-size: 28px auto;
    font-size: 2.2rem;
  }
}


/* .csr
-------------------------------------- */
.csr{
  padding:0 0 320px; 
  position:relative;
  margin:0 auto;
}
@media all and (min-width: 600px) {
  .csr{
    margin:80px auto 0; 
    padding:0 0 335px; 
  }
}

.csr .csrLead__txt{
  text-align:center;
  padding: 12px 40px 0;
  line-height: 1.7;
}
.csr .csrLead__txt a{
  color:#2391db;
}
@media all and (min-width: 600px) {
  .csr .csrLead__txt {
    padding: 12px 140px 0;
    line-height: 2;
  }
}

.csr .florence{
  text-align:center;
}
.csr .florence .florence__logo a{
  display:block;
  width:264px;
  margin:30px auto;
}
.csr .florence .florence__logo a:hover{
  opacity:0.7; 
  transition: all .3s ease;
}
.csr .florence .florence__ttl{
  font-size:1.8rem;
  text-align:center;
  margin-bottom:20px;
}
.csr .florence .florence__Box{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.csr .florence .florence__item {
  width: calc((100% - 40px) / 2);
  padding: 0 10px 20px 10px;
}
.csr .florence .florence__item .florence__img{
  margin-bottom:10px;
}
@media all and (min-width: 600px) {
  .csr .florence .florence__Box {
    width:700px;
    margin:0 auto;
  }
  .csr .florence .florence__item {
    width: calc(25% - 20px);
    padding: 0 10px;
  }
}

.csr .csr__objBox img{
  width:42%;
}
.csr .csr__objBox .csr__obj01{
    position:absolute;
    left:10px;
    bottom:0;
    text-align:left;
} 
.csr .csr__objBox .csr__obj02{
    position:absolute;
    right:10px;
    bottom:0;
    text-align:right;
}  
@media all and (min-width: 600px) {
   .csr .csr__objBox img{
      width:auto;
   } 
}

/*=============================================================
 for-school 園向け サービス案内
=============================================================*/
/* #mainVisual
-------------------------------------- */
#mainVisual {
	background: url(../img/for-school/2021/mv.jpg) no-repeat center center;
	background-size:cover;
	text-align:center;
}
#mainVisual img{
  	width:auto;
}
#mainVisual .mv{
  	padding:20px 0 0;
}
#mainVisual .mv__subTit{
  font-size: 1.5rem;
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#mainVisual .mv__subTit:after{
	content:"";
	display:block;
	width:120px;
	border-bottom:2px dotted #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
}
#mainVisual .mv__mainTit{
	font-size: 2.4rem;
	font-weight: 700;
	position: relative;
	margin-bottom: 20px;
  line-height: 1.4;
}
#mainVisual .mv__mainTit .fukidashi01{
	position: absolute;
	top: 0;
	left:5px;
	width:90px;
}
#mainVisual .mv__point{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
#mainVisual .mv__point .point__item{
	width:110px;
	height:110px;
	background:#ff6600;
	border-radius:50%;
	text-align:center;
	font-weight:500;
	color:#fff;
	margin:0 5px 20px;
	line-height:1.3;
	position:relative;
	font-size:1.2rem;
}
#mainVisual .mv__point .point__item span{
	font-size:2.8rem;
	line-height:1.15;
}
#mainVisual .mv__point .point__item img{
	display:block;
	margin:10px auto 3px;
	width:44px;
	height:auto;
}
#mainVisual .mv__point .point__item .fukidashi02{
	position:absolute;
	top:-8px;
	left:-25px;
	margin:0;
	width:62px;
}
@media screen and (min-width: 600px) { 
	#mainVisual { 
	    position: relative;
	    max-height: 750px;
	}
	#mainVisual .mv{
	  	padding:70px 0 120px;
	} 
	#mainVisual .mv__subTit{
    font-size: 2.2rem;
		padding-bottom: 20px;
		margin-bottom: 30px;
	} 
	#mainVisual .mv__mainTit{
		font-size: 4.8rem;
		margin-bottom: 60px;
    line-height: 1.5;
	}
	#mainVisual .mv__mainTit .fukidashi01{
		position: absolute;
		top: 5px;
		left: calc(50% - 370px);
		width: auto;
	}
	#mainVisual .mv__point{
		-ms-flex-wrap: nowrap;
	  	flex-wrap: nowrap;
	}
	#mainVisual .mv__point .point__item{
		width:206px;
		height:206px;
		margin:0 15px;
		font-size:2.1rem;
	}
	#mainVisual .mv__point .point__item span{
		font-size:5.0rem;
	}
	#mainVisual .mv__point .point__item img{
		margin:20px auto 10px;
		width:auto;
	}
	#mainVisual .mv__point .point__item .fukidashi02{
		position:absolute;
		top:0;
		left:-30px;
		width:auto;
	}
}

/* #mainImg
-------------------------------------- */
/*#mainImg {
    margin-bottom: 40px;
    background: url(../img/for-school/bg_main_sp.png) no-repeat center top;
    background-size: contain;
}

#mainImg img {
    width: 307px;
    max-width: 100%;
}

@media all and (min-width: 600px) {
    #mainImg {
        background: url(../img/for-school/bg_main_pc.png) no-repeat center top;
    }

    #mainImg img {
        width: auto;
        max-width: 100%;
    }
}*/

/* #gHeader
-------------------------------------- */
@media all and (max-width: 599px) {
    #for-school #gHeader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 100;
    }

    #for-school .mainImgWrap {
        margin-top: 60px;
    }
}

/* #movie
-------------------------------------- */
#movie {
    max-width: 700px;
    margin: 0 auto;
    padding:18px 15px;
}
.youtube {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width:100%;
     height:100%;
}
@media all and (min-width: 600px) {
  .youtube iframe {
     width: 700px;
     height: 394px;
    }  
}

/* .serviceImg
-------------------------------------- */
.serviceImg{
  margin:20px 10px 30px; 
}
@media all and (min-width: 600px) {
.serviceImg{
    margin:50px auto 80px; 
  }
}

/* .reason
-------------------------------------- */
.reason .leadTit{
	background:url(../img/for-school/2021/ptn01.jpg) no-repeat left top;
  background-size: 120px auto;
	font-weight:700;
  font-size:2.2rem;
  padding: 5px 0 20px 30px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.reason .leadTit span{
	display:block;
	background:url(../img/for-school/2021/title_img_fukidashi.png) no-repeat bottom left;
	padding-bottom:18px;
	margin-bottom:6px;
	font-weight:700;
	text-align:center;
  font-size:1.2rem;
  width:52px;
  background-size: 52px auto;
}
.reason__item{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width:94%;
  margin:0 auto 30px;
}
.reason__img{
	background:#f4f2ec;
	border-radius:15px;
	padding:15px 20px;
	margin-right:15px;
  width:16%;
}
.reason__cont{
  width:84%;
}
.reason__cont .tit{
	font-weight:700;
	font-size:2.0rem;
	position: relative;
	padding-bottom:10px;
	margin-bottom:15px;
}
.reason__cont .tit:after{
  content: "";
  display: block;
  border: 2px solid #fcd633;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.reason__cont .text{
  font-size:1.4rem;
}
@media all and (min-width: 600px) {
	.reason{
		padding:0 0 30px;
		width:960px;
		margin:0 auto;
	}
  .reason img{
    width: auto;
    max-width: 100%;
  }
	.reason .leadTit{
    background-size: auto;
    font-size:2.8rem;
		padding:40px 0 60px 95px;
    margin-bottom: 0;
	}
	.reason .leadTit span{
    padding-bottom:25px;
     margin-bottom: 30px;
		font-size:1.6rem;
    width:69px;
    background-size:auto;
	}
  .reason__item{
    width:100%;
  }
  .reason__img{
    padding:29px 54px;
    margin-right:30px;
    width:auto;
  }
  .reason__cont{
    width:auto;
  }
  .reason__cont .tit{
    font-size:2.1rem;
    padding-bottom:20px;
    margin-bottom:30px;
  }
  .reason__cont .text{
    font-size:1.8rem;
  }
  .reason__cont .tit:after{
    border: 3px solid #fcd633;
    width: 88px;
  }
}

/* .contactBox
-------------------------------------- */
.contactBox{
	background:url(../img/for-school/2021/bg01.jpg) no-repeat center center;
  background-size:auto 100%;
	padding:15px 0;
  border-radius:0;
  box-shadow:none;
}
.contactBox__text{
	text-align:center;
}
.contactBox__text span{
	font-size:2.0rem;
	font-weight:700;
	color:#fff;
	position:relative;
  display:inline-block;
}
.contactBox__text span:before,
.contactBox__text span:after{
	content:"";
	display:block;
	width:12px;
	height:18px;
}
.contactBox__text span:before{
	background:url(../img/for-school/2021/title_img_left_w.png) no-repeat center center;
	position:absolute;
	top:15px;
	left:-20px;
}
.contactBox__text span:after{
	background:url(../img/for-school/2021/title_img_right_w.png) no-repeat center center;
	position:absolute;
	top:15px;
	right:-20px;
}
.contactBox .contactBox__btn{
	margin:10px 35px 0;
}
.contactBox .contactBox__btn a{
	display:block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: url(../img/for-school/2021/arrow_w.png) no-repeat right 20px center #22b5ae;
  background-size:20px auto;
  box-sizing: border-box;
  padding: 0 15px 0 0;
  text-align: center;
  font-size:1.6rem;
  color:#fff;
  text-decoration: none;
  transition: all .3s ease;
}
.contactBox .contactBox__btn a:hover{
	background-color:#28a09a;
}
@media all and (min-width: 600px) {
  .contactBox{
    padding:35px 0 25px;
    background-size: cover;
  }
  .contactBox__text span{
    font-size:2.1rem;
  }
  .contactBox__text span:before{
    position:absolute;
    top:5px;
  }
  .contactBox__text span:after{
    position:absolute;
    top:5px;
  }
  .contactBox .contactBox__btn{
    width:340px;
    margin:30px auto 0;
  }
  .contactBox .contactBox__btn a{
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    background: url(../img/for-school/2021/arrow_w.png) no-repeat right 30px center #22b5ae;
    background-size:auto;
    font-size:2.1rem;
  }
}

/* .function
-------------------------------------- */
.function{
	padding:30px 3%;
	background:#f7f7f7;
}
.function__item{
	margin:0 auto 20px;
	border-radius:10px;
	overflow: hidden;
	background:#fff;
  font-size:1.4rem;
}
.function__tit{
	background:#ff6600;
	font-weight:500;
	color:#fff;
	padding:10px 30px;
  font-size:1.6rem;
}
.function__list{
	list-style:disc;
	padding:15px 30px 15px 50px;
  font-size:1.4rem;
}
.function__list li{
  margin-bottom:10px;
}
@media all and (min-width: 600px) {
  .function{
    padding:80px 0;
    background:#f7f7f7;
  }
	.function__item{
		width:634px;
	}
}

/* .voice
-------------------------------------- */
.voice{
	padding:30px 0;
}
.voice__cont{
	padding:0 30px;
}
.voice .leadTit--pearents{
	margin-top:30px;
}
@media all and (min-width: 600px) {
  .voice{
    padding:80px 0;
  }
  .voice .leadTit--pearents{
  margin-top:60px;
}
}

/* .faq
-------------------------------------- */
.faq{
	background:#f7f7f7;
	padding:30px 0;
}
.faq__inner{
  width:94%;
	background:#fff;
	border-radius:15px;
	margin:0 auto;
	padding:15px 30px 30px;
	box-sizing:border-box;
}
.faq__inner .leadTit{
	color:#ff6600;
	font-weight:700;
	font-size:2.2rem;
	border-bottom:2px dotted #b9b9b9;
	padding-bottom:10px;
}
.faq__item{
	border-bottom:2px dotted #b9b9b9;
}
.faq__item .question{
	cursor:pointer;
	padding:15px 40px 15px 0;
	font-size:1.4rem;
	text-indent: -2rem;
  margin-left: 2rem;
  position:relative;
}
.faq__item .question:after{
	content:"";
	display:block;
	background:url(../img/for-school/2021/arrow.png) no-repeat center center;
  background-size:contain;
	width:24px;
	height:24px;
	position:absolute;
	top:15px;
	right:10px;
	transform: rotate(180deg);
	transition:.3s;
}
.faq__item .question.close:after{
	transform: rotate(0deg);
}
.faq__item .answer{
	display:none;
	padding:15px 0;
	font-size:1.4rem;
	text-indent: -2rem;
    margin-left: 2rem;
}
@media all and (min-width: 600px) {
  .faq{
    padding:50px 0;
  }
	.faq__inner{
		width:960px;
    padding:40px 50px;
	}	
  .faq__inner .leadTit{
    font-size:3.0rem;
  }
  .faq__item .question{
    padding: 15px 50px 15px 0;
  }
  .faq__item .question:after{
    width:28px;
    height:28px;
    position:absolute;
    top:11px;
    right:10px;
  }
}

/* .inquiry
-------------------------------------- */
.inquiry{
	background:#f7f7f7;
	padding:30px 0;
}
.inquiry__inner{
  width:94%;
	background:#fff;
	border-radius:15px;
	margin:0 auto;
	padding:15px;
	box-sizing:border-box;
}
.inquiry .leadTit{
	text-align:center;
	font-size:2.2rem;
	font-weight:500;
  margin-bottom: 20px;
}
.inquiry__list li{
  font-size:1.4rem;
	margin-bottom:10px;
}
.inquiry__list li .method{
	background:#ff6600;
	border-radius:5px;
	color:#fff;
	padding:2px 10px;
	margin-right:15px;
}
.inquiry__list li .tel-link a,
.inquiry__list li .mail-link a{
    /* text-decoration: none; */
}
@media all and (min-width: 600px) {
  .inquiry{
    padding:50px 0;
  }
	.inquiry__inner{
		width:960px;
    padding:40px 50px;
	}
  .inquiry .leadTit{
  font-size:3.0rem;
  }
  .inquiry__list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .inquiry__list li{
    padding:0 20px;
    margin-bottom:0;
    border-right:2px #999999 solid;
  }
  .inquiry__list li .method{
    padding:4px 20px;
  }
}

@charset "utf-8";

/*全体*/

* {
  font-family: "Noto Sans JP", serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

body {
  line-height: 1.5;
  color: rgba(31, 31, 31, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

ul {
  padding: 0;
  list-style: none;
}

button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0;
}

a {
  text-decoration: none !important;
}

@media screen and (min-width: 1231px) {
  a:hover {
    opacity: 0.5;
  }
}

.sp-br {
  display: none;
}

@media screen and (max-width: 1230px) {
  .sp-br {
    display: inline;
  }

  .pc-br {
    display: none;
  }
}

/*header*/
.service-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 1);;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
}

.service-header__inner {
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0 40px;
  max-width: 1920px;
  width: 100%;
  height: 100px;
}

.service-header__logo img {
  width: 136px;
}

.service-gnav {
  margin-left: auto;
}

.service-gnav__list {
  display: flex;
  align-items: center;
  gap: 32px;
}

.service-gnav__link--login {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.089em;
  color: rgba(51, 51, 51, 1);
}

.service-gnav__link--login::before {
  content: '';
  width: 16px;
  height: 21px;
  background: url('/img/for-school/service-img/key.svg') no-repeat center / contain;
}

.service-gnav__link--business {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.089em;
  color: rgba(51, 51, 51, 1);
}

.service-gnav__link--business::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url('/img/for-school/service-img/camera.svg') no-repeat center / contain;
}

.service-gnav__link--document {
  display: block;
  text-align: center;
  width: 332px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.089em;
  color: rgba(255, 255, 255, 1);
  background: rgba(242, 142, 142, 1);
  border-radius: 60px;
}

.service-gnav__link--contact {
  display: block;
  text-align: center;
  width: 176px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.089em;
  color: rgba(242, 142, 142, 1);
  background: rgba(255, 255, 255, 1);
  border: 3px solid rgba(242, 142, 142, 1);
  border-radius: 60px;
}

@media screen and (max-width: 1230px) {
  .service-header {
    position: relative;
    box-shadow: 3.16px 1.81px 18.05px 0px rgba(0, 0, 0, 0.19);
  }

  .service-header__inner {
    padding: 0 12px;
    height: 50px;
  }

  .service-header__logo img {
    width: 60px;
  }

  .service-gnav__link--login {
    justify-content: center;
    gap: 3px;
    width: 148px;
    height: 25px;
    font-size: 12px;
    letter-spacing: 0.11em;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 40px;
  }

  .service-gnav__link--login::before {
    content: '';
    width: 10px;
    height: 14px;
    background: url('/img/for-school/service-img/key.svg') no-repeat center / contain;
  }

  .service-gnav__item.show-pc {
    display: none;
  }
}

body.is-kids-service-page #gHeader {
  display: none !important;
}
@media screen and (min-width: 600px) {
  body.is-kids-service-page .service-main {
    padding-top: 100px;
  }
}

/*fv*/
.service-fv {
  margin: 0 auto;
  aspect-ratio: 1920/1030;
  max-width: 1920px;
  width: 100%;
  background: url('/img/for-school/service-img/fv-bg.png') no-repeat center / contain;
}

.service-fv__inner {
  padding: 10.9vw 5.2vw 5.9vw;
}

.service-fv__title {
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.service-fv__title-main {
  font-size: 5.9vw;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.service-fv__lead {
  margin: 3.1vw 0 4.5vw;
  width: fit-content;
}

.service-fv__lead-main {
  display: flex;
  align-items: center;
  gap: 1.6vw;
}

.service-fv__badge {
  width: 15.2vw;
}

.service-fv__copy {
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.042em;
}

.service-fv__free {
  color: rgba(207, 18, 46, 1);
  font-weight: 700;
}

.service-fv__copy-strong {
  font-size: 2.6vw;
  letter-spacing: 0.032em;
  font-weight: 700;
}

.service-fv__note {
  text-align: center;
  margin-top: 0.5vw;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

.service-fv__cta {
  display: flex;
  gap: 1.5vw;
}

.service-fv__cta-link--document {
  display: block;
  text-align: center;
  width: 29vw;
  height: 4.9vw;
  font-size: 1.6vw;
  font-weight: 800;
  line-height: 4.9vw;
  letter-spacing: 0.052em;
  color: rgba(255, 255, 255, 1);
  background: rgba(242, 142, 142, 1);
  border-radius: 3.1vw;
}

.service-fv__cta-link--contact {
  display: block;
  text-align: center;
  width: 15.3vw;
  height: 4.9vw;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 4.6vw;
  letter-spacing: 0.052em;
  color: rgba(242, 142, 142, 1);
  background: rgba(255, 255, 255, 1);
  border: 3px solid rgba(242, 142, 142, 1);
  border-radius: 3.1vw;
}

.service-cta.show-sp {
  display: none;
}

@media screen and (min-width: 1920px) {
  .service-fv__inner {
    padding: 210px 100px 114px;
  }

  .service-fv__title {
    font-size: 57px;
  }

  .service-fv__title-main {
    font-size: 114px;
  }

  .service-fv__lead {
    margin: 60px 0 86px;
  }

  .service-fv__lead-main {
    gap: 30px;
  }

  .service-fv__badge {
    width: 292px;
  }

  .service-fv__copy {
    font-size: 38px;
  }

  .service-fv__copy-strong {
    font-size: 50px;
  }

  .service-fv__note {
    margin-top: 10px;
    font-size: 16px;
  }

  .service-fv__cta {
    gap: 28px;
  }

  .service-fv__cta-link--document {
    width: 555px;
    height: 94px;
    font-size: 31px;
    line-height: 94px;
    border-radius: 60px;
  }

  .service-fv__cta-link--contact {
    width: 294px;
    height: 94px;
    font-size: 31px;
    line-height: 88px;
    border-radius: 60px;
  }
}

@media screen and (max-width: 1230px) {
  .service-fv {
    margin: 0 auto;
  }
}

@media screen and (max-width: 660px) {
  .service-fv {
    position: relative;
    margin: 0 auto 27.7vw;
    aspect-ratio: 715/794;
    max-width: 660px;
    width: 100%;
    background: url('/img/for-school/service-img/fv-bg-sp.png') no-repeat center / contain;
  }

  .service-fv__inner {
    padding: 13.8vw 0 0;
  }

  .service-fv__title {
    text-align: center;
    font-size: 5.6vw;
  }

  .service-fv__title-main {
    font-size: 10.5vw;
  }

  .service-fv__lead {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1;
    margin: 3.9vw auto;
  }

  .service-fv__cta {
    display: none;
  }

  .service-fv__badge {
    width: 31.1vw;
  }

  .service-fv__copy {
    font-size: 3.9vw;
    letter-spacing: 0;
  }

  .service-fv__copy-strong {
    font-size: 5vw;
    letter-spacing: 0;
  }

  .service-fv__note {
    margin-top: 1.1vw;
    font-size: 2.2vw;
  }

  .service-cta.show-sp {
    display: block;
  }
}

/*service-cta--floating*/
.service-cta.service-cta--floating {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  margin: auto;
  padding: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.service-cta--floating.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.service-cta.service-cta--floating .service-cta__inner {
  flex-direction: row;
  gap: 0;
}

.service-cta--floating .service-cta__link--document {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 5;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.31;
  letter-spacing: 0.063em;
  border: none;
  border-radius: 0;
}

.service-cta--floating .service-cta__link--document::after {
  content: '';
  width: 9px;
  height: 16px;
  background: url('/img/for-school/service-img/arrow-white.svg') no-repeat center / contain;
}

.service-cta--floating .service-cta__link--contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 4;
  height: 60px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.1em;
  border-radius: 0;
}

.service-cta--floating .service-cta__link--contact::after {
  content: '';
  width: 9px;
  height: 16px;
  background: url('/img/for-school/service-img/arrow-pink.svg') no-repeat center / contain;
}

@media screen and (min-width: 1231px) {
  .service-cta--floating {
    display: none;
  }
}

/*about*/
.service-about {
  position: relative;
  text-align: center;
  padding: 200px 15px 160px;
  background: rgba(255, 253, 234, 1);
}

.service-about__text {
  position: absolute;
  top: 140px;
  right: 0;
  left: 0;
  text-align: center;
  margin: auto;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.82;
  letter-spacing: 0.073em;
}

.service-about__strong {
  font-size: 41px;
  font-weight: 700;
  letter-spacing: 0.039em;
}

.service-about__brand {
  font-size: 60px;
  letter-spacing: 0.027emx;
  color: rgba(255, 113, 112, 1);
  font-weight: 700;
}

.service-about__accent {
  font-weight: 700;
  color: rgba(255, 113, 112, 1);
}

.service-about__image {
  max-width: 1200px;
  width: 100%;
}

@media screen and (max-width: 1230px) {
  .service-about {
    padding: 60px 15px;
  }

  .service-about__text {
    position: relative;
    top: auto;
    font-size: 16px;
    letter-spacing: 0;
  }

  .service-about__strong {
    font-size: 22px;
    letter-spacing: 0;
  }

  .service-about__brand {
    font-size: 32px;
    letter-spacing: 0;
  }
}

/*cta*/
.service-cta {
  padding: 105px 15px;
  background: rgb(190, 227, 232);
}

.service-cta__inner {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.service-cta__link--document {
  display: block;
  text-align: center;
  width: 610px;
  height: 94x;
  font-size: 35px;
  font-weight: 800;
  line-height: 84px;
  letter-spacing: 0.046em;
  color: rgba(255, 255, 255, 1);
  background: rgba(242, 142, 142, 1);
  border: 5px solid rgba(255, 255, 255, 1);
  border-radius: 60px;
}

.service-cta__link--contact {
  display: block;
  text-align: center;
  width: 288px;
  height: 94px;
  font-size: 30px;
  font-weight: 600;
  line-height: 84px;
  letter-spacing: 0.053em;
  color: rgba(242, 142, 142, 1);
  background: rgba(255, 255, 255, 1);
  border: 5px solid rgba(242, 142, 142, 1);
  border-radius: 60px;
}

@media screen and (max-width: 1230px) {
  .service-cta {
    padding: 60px 15px;
  }

  .service-cta__inner {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .service-cta__link--document {
    width: 310px;
    height: 67px;
    font-size: 18px;
    line-height: 63px;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 70px;
  }

  .service-cta__link--contact {
    width: 310px;
    height: 38px;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.048em;
    border: 2px solid rgba(242, 142, 142, 1);
    border-radius: 28px;
  }
}

/*feature*/
.service-feature {
  padding: 170px 15px;
  background: url("/img/for-school/service-img/feature-bg.png") no-repeat calc(50vw - 2140px) 146px / 2646px auto;
}
.service-feature__inner {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.service-feature__title {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.027em;
}

.service-feature__brand {
  color:rgba(255, 113, 112, 1);
  font-weight: 700;
}

.service-feature__list {
  margin-top: 130px;
}

.service-feature__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.service-feature__item:nth-child(even) {
  flex-direction: row-reverse;
}

.service-feature__item + .service-feature__item {
  margin-top: 70px;
}

.service-feature__image {
  width: 440px;
}

.service-feature__header {
  display: flex;
  align-items: center;
  gap: 32px;
}

.service-feature__number {
  font-size: 159px;
  font-weight: 250;
  line-height: 1;
  letter-spacing: 0.035em;
  color: rgba(192, 192, 192, 1);
}

.service-feature__heading {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.036em;
}

.service-feature__accent {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.029em;
  color:rgba(255, 113, 112, 1);
  white-space: nowrap;
}

.service-feature__text {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.042em;
}

.service-feature__strong {
  display: inline;
  font-weight: 700;
  background: linear-gradient(
    transparent 48%,
    rgba(255, 251, 123, 1) 48%,
    rgba(255, 251, 123, 1) 92%,
    transparent 92%
  );
}

.service-feature__note {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.071em;
}

@media screen and (max-width: 1230px) {
  .service-feature {
    padding: 60px 15px;
    background: none;
  }

  .service-feature__title {
    font-size: 27px;
    letter-spacing: 0;
  }

  .service-feature__list {
    margin-top: 40px;
  }

  .service-feature__item {
    flex-direction: column-reverse;
    justify-content: normal;
    align-items: center;
    gap: 10px;
  }

  .service-feature__item:nth-child(even) {
    flex-direction: column-reverse;
  }

  .service-feature__item + .service-feature__item {
    margin-top: 40px;
  }

  .service-feature__image {
    width: 250px;
  }

  .service-feature__header {
    gap: 14px;
  }

  .service-feature__number {
    font-size: 68px;
  }

  .service-feature__heading {
    font-size: 19px;
    letter-spacing: 0;
  }

  .service-feature__accent {
    font-size: 24px;
    letter-spacing: 0;
  }

  .service-feature__text {
    margin-top: 16px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .service-feature__note {
    font-size: 12px;
    letter-spacing: 0.083em;
  }
}

/*compar*/
.service-compare {
  padding: 160px 15px;
}

.service-compare__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.service-compare__title {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.027em;
}

.service-compare__accent {
  color: rgba(255, 113, 112, 1);
  font-weight: 700;
}

.service-compare__table {
  position: relative;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  margin-top: 100px;
  width: 100%;
}

.service-compare__table::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 18%;
  bottom: -8px;
  width: calc(48% - 16px);
  border: 8px solid rgba(242, 142, 142, 1);
  border-top: 20px solid rgba(242, 142, 142, 1);
  border-radius: 20px 20px 8px 8px;
  pointer-events: none;
}

.service-compare__col--label {
  width: 18%;
}

.service-compare__col--main {
  width: 48%;
}

.service-compare__col--sub {
  width: 17%;
}

.service-compare__table th,
.service-compare__table td {
  vertical-align: middle;
  padding: 0;
}

.service-compare__head {
  text-align: center;
  vertical-align: middle;
}

.service-compare__head--blank {
  background: transparent;
}

.service-compare__head--main {
  font-size: 32px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  background: rgba(242, 142, 142, 1);
}

.service-compare__head--main span {
  position: relative;
  top: -10px;
}

.service-compare__head--sub {
  height: 80px;
  font-size: 22px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0.073em;
  background: rgba(192, 192, 192, 1);
  border-bottom: 1px solid rgba(216, 216, 216, 1);
}

.service-compare__head--sub:last-child {
  border-left: 2px solid rgba(255, 255, 255, 1);
  border-top-right-radius: 20px;
}

.service-compare__label {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: rgba(0, 0, 0, 1);
  background: rgba(254, 226, 162, 1);
  border-top: 2px solid rgba(255, 255, 255, 1);
}

.service-compare__image {
  width: 36px;
}

.service-compare__table tbody tr:first-child .service-compare__label {
  border-top: none;
  border-top-left-radius: 24px;
}

.service-compare__table tbody tr:last-child .service-compare__label {
  border-bottom-left-radius: 24px;
}

td.service-compare__maincell {
  text-align: center;
  padding: 32px 20px;
  background: rgba(255, 255, 255, 1);
  border-top: 2px solid rgba(216, 216, 216, 1);
}

.service-compare__table tbody tr:first-child .service-compare__maincell {
  border-top: none;
}

.service-compare__cell {
  text-align: center;
  background: rgba(255, 255, 255, 1);
  border-top: 2px solid rgba(216, 216, 216, 1);
}

.service-compare__cell:last-child {
  border-left: 2px solid rgba(216, 216, 216, 1);
}

.service-compare__table tbody tr:first-child .service-compare__cell {
  border-top: none;
}

.service-compare__text {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.073em;
  color: rgba(255, 113, 112, 1);
}

@media screen and (max-width: 1230px) {
  .service-compare {
    padding: 60px 15px;
  }

  .service-compare__title {
    font-size: 27px;
    letter-spacing: 0;
  }

  .service-compare__table::after {
    top: -10px;
    left: 21%;
    bottom: -4px;
    width: calc(47% - 8px);
    border: 4px solid rgba(242, 142, 142, 1);
    border-top: 10px solid rgba(242, 142, 142, 1);
    border-radius: 10px 10px 8px 8px;
  }

  .service-compare__col--label {
    width: 21%;
  }

  .service-compare__col--main {
    width: 47%;
  }

  .service-compare__col--sub {
    width: 16%;
  }

  .service-compare__head--main {
    font-size: 18px;
    font-weight: 700;
  }

  .service-compare__head--main span {
    top: -5px;
  }

  .service-compare__head--sub {
    height: 40px;
    font-size: 10px;
    line-height: 40px;
    letter-spacing: 0.082em;
  }

  .service-compare__head--sub:last-child {
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-top-right-radius: 10px;
  }

  .service-compare__label {
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3;
    border-top: 1px solid rgba(255, 255, 255, 1);
  }

  .service-compare__image {
    width: 18px;
  }

  .service-compare__table tbody tr:first-child .service-compare__label {
    border-top-left-radius: 10px;
  }

  .service-compare__table tbody tr:last-child .service-compare__label {
    border-bottom-left-radius: 10px;
  }

  td.service-compare__maincell {
    padding: 8px 10px;
    border-top: 1px solid rgba(216, 216, 216, 1);
  }

  .service-compare__cell {
    border-top: 1px solid rgba(216, 216, 216, 1);
  }

  .service-compare__cell:last-child {
    border-left: 1px solid rgba(216, 216, 216, 1);
  }

  .service-compare__text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.068em;
  }
}

/*point*/
.service-point {
  padding: 0 15px 170px;
}

.service-point__inner {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.service-point__title {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.036em;
}

.service-point__highlight {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.027em;
}

.service-point__accent {
  color: rgba(255, 113, 112, 1);
  font-weight: 700;
}

.service-point__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 70px;
}

.service-point__item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  padding: 0 24px;
  width: 384px;
  height: 160px;
  background: rgba(255, 255, 255, 1);
  border: 2px solid rgba(242, 142, 142, 1);
  border-radius: 20px;
}

.service-point__image {
  width: 80px;
}

.service-point__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.089em;
}

.service-point__text--bar {
  position: relative;
}

.service-point__text--bar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  width: 2px;
  height: 80px;
  background: rgba(192, 192, 192, 1);
  transform: translateY(-50%);
}

.service-point__strong {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.062em;
}

@media screen and (max-width: 1230px) {
  .service-point {
    padding: 0 15px 60px;
  }

  .service-point__title {
    font-size: 16px;
    letter-spacing: 0;
  }

  .service-point__highlight {
    font-size: 27px;
    letter-spacing: 0;
  }

  .service-point__list {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
  }

  .service-point__item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding: 0 18px;
    max-width: 100%;
    height: 78px;
    border-radius: 10px;
  }

  .service-point__image {
    width: 50px;
  }

  .service-point__text {
    font-size: 14px;
    letter-spacing: 0.114em;
  }

  .service-point__text--bar::before {
    left: -12px;
    height: 50px;
  }

  .service-point__strong {
    font-size: 18px;
    line-height: 1.23;
    letter-spacing: 0.08em;
  }
}

/*case*/
.pink-bg {
  background: rgba(255, 245, 245, 1);
}

.service-case {
  padding: 160px 15px;
  background: url('/img/for-school/service-img/case-bg.png') no-repeat top center / 1920px;
}

.service-case__inner {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.service-case__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.027em;
}

.service-case__lead {
  display: inline-block;
  text-align: center;
  margin-bottom: 22px;
  width: 664px;
  height: 70px;
  font-size: 36px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: 0.044em;
  color: rgba(255, 255, 255, 1);
  background: rgba(242, 142, 142, 1);
  border-radius: 40px;
}

.service-case__brand {
  color: rgba(255, 113, 112, 1);
  font-weight: 700;
}

.service-case__list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 80px;
}

.service-case__item {
  width: calc((100% - 40px) / 2);
}

.service-case__link {
  display: flex;
  flex-direction: column-reverse;
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  box-shadow: 3.16px 1.81px 18.05px 0px rgba(0, 0, 0, 0.19);
}

.service-case__figure {
  position: relative;
}

.service-case__type {
  position: absolute;
  top: 18px;
  left: 20px;
  padding: 8px 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.073em;
  color: rgba(255, 255, 255, 1);
  border-radius: 30px;
}

.service-case__type.service-case__type--orange {
  background: rgba(254, 160, 85, 1);
}

.service-case__type.service-case__type--green {
  background: rgba(90, 183, 170, 1);
}

.service-case__image {
  border-radius: 20px;
}

.service-case__content {
  padding: 30px 30px 40px;
}

.service-case__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 1);
}

.service-case__text {
  margin: 20px auto;
  min-height: 146px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.062em;
  color: rgba(0, 0, 0, 1);
}

.service-case__more {
  display: block;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.08em;
  color: rgba(31, 31, 31, 1);
  text-decoration-line: underline;
  text-decoration-color: rgba(242, 142, 142, 1);
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.service-case__more::after {
  content: '→';
}

@media screen and (max-width: 1230px) {
  .service-case {
    padding: 60px 15px;
  }

  .service-case__title {
    font-size: 27px;
    letter-spacing: 0.023em;
  }

  .service-case__lead {
    margin-bottom: 8px;
    width: 292px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.039em;
    border-radius: 16px;
  }

  .service-case__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 72px;
  }

  .service-case__item {
    max-width: 580px;
    width: 100%;
  }

  .service-case__link {
    border-radius: 10px;
  }

  .service-case__type {
    position: absolute;
    top: 8px;
    left: 10px;
    padding: 4px 10px;
    font-size: 13px;
    letter-spacing: 0.07em;
    border-radius: 18px;
  }

  .service-case__image {
    border-radius: 10px;
  }

  .service-case__content {
    padding: 16px 16px 22px;
  }

  .service-case__name {
    font-size: 14px;
    letter-spacing: 0.065em;
  }

  .service-case__text {
    margin: 8px auto;
    min-height: auto;
    font-size: 16px;
    letter-spacing: 0.057em;
  }

  .service-case__more {
    font-size: 13px;
    letter-spacing: 0.07em;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }
}

@media screen and (max-width: 660px) {
  .service-case {
    padding: 60px 15px;
    background: url('/img/for-school/service-img/case-bg-sp.png') no-repeat top center / 660px;
  }
}

/*voice*/
.service-voice {
  padding-bottom: 160px;
}

.service-voice__title {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.027em;
}

.service-voice__accent {
  color: rgba(255, 113, 112, 1);
  font-weight: 700;
}

.service-voice__inner {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.service-voice__list {
  margin-top: 80px;
}

.service-voice__item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 36px;
  padding: 36px 60px;
  background: rgba(251, 221, 221, 1);
  border-radius: 20px;
}

.service-voice__item + .service-voice__item {
  margin-top: 40px;
}

.service-voice__image {
  width: 120px;
}

.service-voice__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.042em;
}

.service-voice__strong {
  font-weight: 700;
  background: linear-gradient( transparent 48%, rgba(255, 251, 123, 1) 48%, rgba(255, 251, 123, 1) 92%, transparent 92% );
}

@media screen and (max-width: 1230px) {
  .service-voice {
    padding: 0 15px 60px;
  }

  .service-voice__title {
    font-size: 27px;
    letter-spacing: 0;
  }

  .service-voice__list {
    margin-top: 40px;
  }

  .service-voice__item {
    align-items: flex-start;
    gap: 14px;
    padding: 20px 14px;
    border-radius: 10px;
  }

  .service-voice__item + .service-voice__item {
    margin-top: 10px;
  }

  .service-voice__image {
    width: 50px;
  }

  .service-voice__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.114em;
  }
}

/*faq*/
.yellow-bg {
  background: rgba(255, 253, 234, 1);
}

.service-faq {
  padding: 160px 15px;
}

.service-faq__inner {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.service-faq__title {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.027em;
}

.service-faq__accent {
  color: rgba(255, 113, 112, 1);
  font-weight: 700;
}

.service-faq__list {
  margin-top: 70px;
}

.service-faq__item {
  border-top: 2px solid rgba(192, 192, 192, 1);
}

.service-faq__trigger {
  display: block;
  padding: 52px 60px;
  width: 100%;
  cursor: pointer;
}

.service-faq__question {
  display: flex;
  gap: 30px;
  text-align: left;
  position: relative;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgba(31, 31, 31, 1);
}

.service-faq__question::after {
  flex-shrink: 0;
  content: '';
  margin-left: auto;
  width: 48px;
  height: 48px;
  background:url('/img/for-school/service-img/open.svg') no-repeat center / contain;
}

.service-faq__question::before {
  flex-shrink: 0;
  content: '';
  position: relative;
  top: 4px;
  width: 25px;
  height: 36px;
  background:url('/img/for-school/service-img/q.svg') no-repeat center / contain;
}

.service-faq__item.active .service-faq__trigger {
  padding: 52px 60px 0;
}

.service-faq__item.active .service-faq__question::after {
  background:url('/img/for-school/service-img/close.svg') no-repeat center / contain;
}

.service-faq__body {
  opacity: 0;
  overflow: hidden;
  padding: 0 180px 0 60px;
  height: 0;
  transition: padding 0.3s;
}

.service-faq__item.active .service-faq__body {
  opacity: 1;
  overflow: visible;
  padding: 30px 180px 52px 60px;
  height: auto;
}

.service-faq__answer {
  text-align: left;
  position: relative;
  padding-left: 53px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}

.service-faq__answer::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 23px;
  height: 28px;
  background:url('/img/for-school/service-img/a.svg') no-repeat center / contain;
}

.service-faq__link {
  font-weight: 700;
  color: rgba(31, 31, 31, 1);
  text-decoration: underline !important;
}

@media screen and (max-width: 1230px) {
  .service-faq {
    padding: 60px 15px;
  }

  .service-faq__title {
    font-size: 27px;
    letter-spacing: 0;
  }

  .service-faq__list {
    margin-top: 40px;
  }

  .service-faq__trigger {
    padding: 30px 10px;
  }

  .service-faq__question {
    gap: 8px;
    font-size: 16px;
    line-height: 1.6;
  }

  .service-faq__question::after {
    width: 24px;
    height: 24px;
  }

  .service-faq__question::before {
    width: 14px;
    height: 21px;
  }

  .service-faq__item.active .service-faq__trigger {
    padding: 30px 10px 0;
  }

  .service-faq__body {
    padding: 0 10px 0 10px;
  }

  .service-faq__item.active .service-faq__body {
    padding: 10px 10px 30px 10px;
  }

  .service-faq__answer {
    padding-left: 23px;
    font-size: 14px;
    line-height: 2;
  }

  .service-faq__answer::before {
    top: 8px;
    width: 14px;
    height: 17px;
  }
}

/*contact*/
.service-contact {
  text-align: center;
  padding: 100px 15px;
  background: rgba(255, 253, 234, 1);
}

.service-contact__inner {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.service-contact__header {
  position: relative;
  margin: auto;
  width: fit-content;
}

.service-contact__label {
  position: absolute;
  top: -40px;
  right: 88px;
}

.service-contact__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.service-contact__note {
  margin: 26px auto 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.service-contact__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.service-contact__tel-label {
  width: 84px;
}

.service-contact__tel-number {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.service-contact__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 40px auto 0;
  width: 480px;
  height: 64px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: rgba(243, 153, 153, 1);
  background: rgba(255, 255, 255, 1);
  border: 2px solid rgba(243, 153, 153, 1);
  border-radius: 30px;
}

.service-contact__link::before {
  content: '';
  width: 24px;
  height: 24px;
  background:url('/img/for-school/service-img/guardian.svg') no-repeat center / contain;
}

@media screen and (max-width: 1230px) {
  .service-contact {
    padding: 80px 15px;
  }

  .service-contact__label {
    top: -45px;
    right: 0;
    width: 140px;
  }

  .service-contact__title {
    font-size: 20px;
    line-height: 1.4;
  }

  .service-contact__note {
    display: inline-block;
    text-align: left;
    margin: 30px auto 20px;
    font-size: 13px;
  }

  .service-contact__tel-label {
    width: 60px;
  }

  .service-contact__tel-number {
    font-size: 14px;
  }

  .service-contact__link {
    margin: 30px auto 0;
    max-width: 375px;
    width: 100%;
    height: 54px;
    font-size: 16px;
    border-radius: 25px;
  }
}

/*footer*/
footer {
  text-align: center;
  padding: 10px;
}

.copyright {
  font-size: 12px;
  letter-spacing: normal;
}