@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&subset=japanese');
body{
	font-family:'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;font-weight:400;
	font-size:0.85rem;
	word-break: break-all;
}
em{
	font-style: normal;
}
p{
	text-align:left;
}

.wrap_original {
	overflow: hidden !important;
}

#contents{
	font-size:14px;
	position: relative;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	line-height: 1.66em;
	padding-top: 0;
}
#contents section{
}

#contents .content{
	width:100%;
}
#contents a:hover{
	opacity: 0.7;
}
#contents p{
	font-size:14px;
	line-height:1.76;
	z-index: 100;
}
#contents .flex{
	display: block;
}
#contents .inner{
	padding: 0 15px;
}
.flex{
	display: flex;
	justify-content:center;
}

.pcNone{display: inline;}
.spNone{display: none;}
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

h2 {
	font-size: 24px;
	color: #ffffff;
	font-weight: 900;
	line-height: 1.5em;
	text-align:center;
}

.title{
	position: relative;
}
.title h2{
	position: absolute;
	text-align: center;
	padding-top: 36px;
	left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
}
.title .en{
	text-align: center;
	margin:0 auto;
	display: block;
	font-size:70px;
	font-weight: 900;
	color: #ffffff;
	z-index:9;
}
h3{
	font-size: 18px;
	color: #e12e79;
	font-weight: 900;
	line-height: 1.5;
	text-align:left;
	padding: 0 1.25em;
	margin-bottom:1.0em;
}
h4{
	font-size: 16px;
	font-weight: 100;
	line-height: 1.75;
	text-align:left;
	padding: 1.5em;
}
h2 span,h3 span,h4 span,h5 span{
	display:block;
}
.text{
	position:relative;
}
.box{
	background: #ffffff;
	max-width: 550px;
	box-shadow: 3px 3px 3px #aaaaaa;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.box img{
}

/*
#backToTop{
	width:100%;
	margin: 0 auto;
	position: fixed;
	min-width:1100px;
	bottom:0;
}
#backToTop a{
	position: absolute;
	display: block;
	width:42px;
	height: 42px;
	right:50px;
	background-color: #29c001;
	border-radius: 21px;
	top:-70px;
}
#backToTop a:after{
	content: "";
	position: absolute;
	top: 18px;
	left: 16px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);transform: rotate(-45deg);
}
#backToTop a span{
	display: none;
}
*/

#fixBottom{
	width: 100%;
	position: fixed;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 100;
}
#fixBottom ul{
	display:flex;
	justify-content:center;
}
#fixBottom ul li{
	padding-right:0.5em;
}
#fixBottom ul li:last-child{
	padding-right:0;
}
a.btnRed {
    background-image: url(https://crefus.com/2022_crefus_lp/image/icon_document.png);
    position: relative;
    display: block;
    padding: 30px 100px;
    background-color: #FF0000;
    border-radius: 8px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: right 95px center;
    background-size: 90px auto;
    margin-top: 30px;
}

/* content部分 */

/* #s0 */
#s0 {
	margin-bottom: -2px !important;
	position:relative;
}
#contents #s0 .content {
    width: 100%;
}
#s0 .container .content{
	position: relative;
	margin: 0px auto;
	padding:0;
}
#s0 h1{
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 120px;
}
#s0 img{
	width: 100%;height: auto;
}

#s0 .inner{
	padding-top: 50px;
}
#s0 .content {
	position:relative; 
	margin:0 auto 40px auto;
	line-height: 2;
}
#s0 .image.spNone{
	float: right;
	width: 560px;
	margin: 5px 0 2px 40px;
}
#s0 .image img{
	border-radius: 8px;
}
#s0 .text{
	flex-basis:432px;
}
#s0 p{
	font-size: 18px;
	margin-bottom: 60px;
	letter-spacing: 1px;
}
#s0 h1{
	z-index:99;
}
#s0 .fv_btn{
	position:absolute;
	z-index:9;
}
#s0 .fv_bg{
	z-index:-1;
}

/* #s1_top */
#s1_top {
	position:relative;
	background-image: url("../img/bg wht_ylw_sp_top.png") ;
	background-position:bottom;
	background-size: cover;
	height:auto;
	
}
#s1_top .container .content{
	position: relative;
	margin: 0px auto;
	padding:0;
}

#s1_top .content {
	position:relative; 
	margin:0 auto 40px auto;
	line-height: 2;
}

#s1_top .title h2{
	color:#ffffff;
	top:40px;
	left: 35%;
	transform: translate(-30%, -35%);
	-webkit-transform: translate(-30%, -35%);
	-ms-transform: translate(-30%, -35%);
}
#s1_top .title .en{
	top:10px;
	left: 50%;
}
#s1 .one .box{
}

/* #s1 */
#s1 {
	position:relative;
	background-image: url("../img/bg_reason_sp.png") ;
	background-position:50% 50%;
	background-size: cover;
	height:auto;
	
}
#s1 .container .content{
	position: relative;
	margin: 0px auto;
	padding:0;
}
#s1 h3 {
	font-size: 20px;
}
#s1 h4 span.yellow {
	background-color: #ff9;
	display:inline;
	font-weight:bold;
}
#s1 .inner{
	padding:30px 1.5em;
}
#s1 .text{
}
#s1 .content {
	position:relative; 
	margin:0 auto 40px auto;
	line-height: 2;
}
#s1 .title h2{
	position: static;
	text-align: center;
	padding: 60px 20px 20px 20px;
	color:#000000;
	transform: none;
}
#s1 img.comment{
	text-align:center;
	margin:0 auto;
	display: block;
	padding-top: 50px;
	padding-bottom: 120px;
	width: 88%;
}
#s1 img.num{
	text-align: center;
	margin: 0 auto;
	display: block;
	max-height: 55px;
	padding-top: 2.5em;
	padding-bottom: 2em;
}
#s1 .one .image.spNone{
	float: none;
	max-width: 739px;
	margin: 5px 0 2px 40px;
}
#s1 .one .box{
}
#s1 .two .image.spNone{
	float: left;
	max-width: 739px;
	margin: 55px 0 2px 40px;
}
#s1 .two .box{
}
#s1 .three .image.spNone{
	float: right;
	max-width: 739px;
	margin: 55px 0 2px 40px;
}
#s1 .three .box{
	top: 650px;
}
#s1 .content.four .inner {
    padding-top: 20px;
}
#s1 .content.four{
	margin-top: 130px;
}
#s1 .four .title h2{
	top: 25px;
	color: #000000;
	left: 20px;
}
#s1 .four .title .en{
	color:#e9f9e5;
	opacity:1.0;
}
#s1 .four .image.spNone{
	width: 125%;
	margin: 0;
	position: absolute;
	top: 450px;
}
#s1 .four h4{
	color: #000000;
	background: #ffffff;
	border: solid 6px #28c000;
	padding: 1.5em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight:bold;
	margin-top:2.0em;
}
}
#s1 .text{
	flex-basis:432px;
}
#s1 p{
	font-size: 18px;
	margin-bottom: 60px;
	letter-spacing: 1px;
}

/* #s1_bottom */
#s1_bottom {
	position:relative;
	background:#ffffff;
	height:auto;
	
}
#s1_bottom .container {
    padding-top: 60px;
	margin: 0px auto;
	text-align:center;
}

#s1_bottom h4 span.yellow {
	background-color: #ff9;
	display:inline;
}
#s1_bottom .inner{
	padding-top: 110px;
}
#s1_bottom .content {
	position:relative; 
	margin:0 auto 40px auto;
	line-height: 2;
}
#s1_bottom .four .title h2{
	top: 0;
	padding-top:0;
	color: #000000;
	left: 5%;
	position: absolute;
	z-index: 9999;
}
#s1_bottom img{
	width:90%;
}
#s1_bottom .four .title .en{
	position: absolute;
	top:0;
	color:#e9f9e5;
	opacity:1.0;
	left: 38%;
	transform: translate(-38%, -38%);
	-webkit-transform: translate(-38%, -38%);
	-ms-transform: translate(-38%, -38%);
}

#s1_bottom .text{
	flex-basis:432px;
}
#s1_bottom p{
	font-size: 18px;
	margin-bottom: 60px;
	letter-spacing: 1px;
}

/* #s13 */
#s13 {
	position:relative;
	background-image: url("../img/bg_junior_sp.png") ;
	background-position:top;
	background-size: cover;
	height:auto;
	
}
#s13 .container .content{
	position: relative;
	margin: 0px auto;
	padding:0;
}
#s13 .inner{
	padding-top: 20px;
	padding-left:1.0em;
	padding-right:1.0em;
}
#s13 .content {
	position:relative; 
	margin:0 auto 40px auto;
	line-height: 2;
	max-width:1120px;
}
#s13 .top{
	padding-top: 25px;
	text-align:center;
	margin:0 auto;
}
#s13 h2 img{
	max-width:70%;
}
#s13 .text{
	padding-top:30px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#s13 h3{
	text-align:left;
	padding-top:30px;
	color:#000000;
	font-weight:500;
	font-size:16px;
	padding-left:1.0em;
	padding-right:1.0em;
}
#s13 p{
	margin-top:10px;
	padding-left:0.75em;
	padding-right:0.75em;
	padding-bottom:70px;
}
#s13 hr{
	display: none;
}

/* #s2 */
#s2 {
	position:relative;
	background-image: url("../img/bg_tool.png") ;
	background-position:50% 50%;
	background-size: cover;
	height:auto;
	
}
#s2 .container .content{
	position: relative;
	margin: 0px auto;
	padding:0 0 5.0em 0;
}
#s2 h2{
	top:20px;
	color:#000000;
	left:40%;
}
#s2 .title .en{
	opacity:1.0;
}
#s2 .inner{
	padding-top: 0;
}
#s2 .content {
	position:relative; 
	margin:0 auto 40px auto;
	line-height: 2;
}
#s2 .box img.num{
	float: left;
}
#s2 .image.spNone{

}
#s2 .title.two img{
	max-width: 90%;
	text-align: center;
	margin: 0 auto;
	position: static;
	margin-top: 3.0em;
}
#s2 p {
	width: 90%;
	text-align: center;
	margin: 0 auto;
	margin-top:50px;
	margin-bottom:50px;
}
#s2 img{
	text-align:center;
	margin:0 auto;
	display:block;
	width: 100%;
}
#s2 .text{
	background: #ffffff;
	width: 96%;
	text-align:center;
	margin:0 auto;

}
#s2 h3{
	text-align:left;
	color:#000000;
	font-weight:normal;
	padding-left:25px;
	padding-top:25px;
	font-size:16px;
	padding:1.25em;
}
#s2 h3 span.yellow {
	background-color: #ff9;
	display:inline;
	font-weight:bold;
}
#s2 h4{
	text-align:center;
	font-weight:500;
	font-size:20px;
	padding:1.5em 0;
	text-decoration:underline;
}
#s2 img.goods{
}
#s2 img.goods.one{
}
#s2 img.goods.two{
}
#s2 hr{
	display: block;
	width: 90%;
	height: 1px;
	background-color: #28c000;
	border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}
#s2 iframe {
  text-align: center;
  margin: 0 auto;
  border-radius: 12px;
  width: 94%;
  height:300px;
  padding:90px 3% 0 3%;
}
#s2 .bg_box{
	background: #ffffff;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	border-radius: 30px;
	padding:20px;
}

/* #s3 */
#s3 {
	position:relative;
	background-image: url("../img/bg_human_sp.png") ;
	background-position:50% 50%;
	background-size: cover;
	height:auto;
	
}
#s3 .container .content{
	position: relative;
	margin: 0px auto;
	padding:0 0 5.0em 0;
}
#s3 .text{
	text-align:center;
}
#s3 .text h3{
	color:#000000;
}
#s3 h3{
	color:#000000;
	text-align:center;
	padding: 0;
}
#s3 .text h3 span.blue{
	display:inline;
	color:#60bee1;
	font-size:100%;
}
#s3 .text h3 span.green{
	display:inline;
	color:#28c000;
	font-size:100%;
}
#s3 .text h3 span.pink{
	display:inline;
	color:#e12e79;
	font-size:100%;
}

#s3 .title .en{
	top:80px;
	left: 35%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	opacity:1.0;
}
#s3 .inner{
	padding: 50px 0 0 0;
}
#s3 .content {
	position:relative; 
	margin:0 auto 40px auto;
	line-height: 2;
}
#s3 .box img.num{
	float: left;
}
#s3 .image.pcNone img{
	width: 96%;
	text-align: center;
	margin: 0 auto;
}

/* #btn */
#btn {
	position:relative;
	background-position:top;
	background-size: cover;
	height:auto;
	
}
#btn .container .content{
	position: relative;
	margin: 0px auto;
	padding:0;
}
#btn .inner{
	padding: 35px 0;
}
#btn .image{
	max-width: 960px;
	text-align:center;
	margin:0 auto;
}
#btn p{
	padding: 1.0em;
	text-align: right;
	font-size:0.65rem;
}

/* #btn.two */
#btn.two {
	position:relative;
	background-position:50% 50%;
	background-size: cover;
	height:auto;
	
}

/* #s4 */
#s4 {
	position:relative;
	background-image: url("../img/bg_preschool_sp_re.png") ;
	background-position:top;
	background-repeat: no-repeat;
	height:auto;
	
}
#s4 .container .content{
	position: relative;
	margin: 0px auto;
	padding:0;
}
#s4 .container{
	padding-bottom:4.5em;
}
#s4 .title h2{
	color:#000000;
	top:15px;
	left:45px;
}
#s4 .title .en{
	color:#ffffff;
	opacity:0.3;
	font-size: 56px;
	padding-top: 30px;
}
#s4 .inner{
	padding-top: 20px;
}
#s4 .image.spring{
	padding-top:10px;
	padding-left:1.5em;
	padding-right:1.5em;
}
#s4 .image{
	max-width: 750px;
	text-align:center;
	margin:0 auto;
}
#s4 .text.spring p{
	text-align:left;
	padding:5%;
}
#s4 div.border img{
  position: absolute;
  margin-top: -50px;
  margin-left: -20px;
  width: 70px;
}
#s4 div.border{
	margin-top:20px;
	border: dashed 2px #555555;
	padding:15px;
  border-radius: 20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}
#s4 #item-list{
	width: 96%;
	text-align:center;
	margin:0 auto;
}
#s4 #item-list li .item_inner{
	padding:0 5px;
}
#s4 span.num_q {
    position: absolute;
    font-size: 220%;
    left: -20px;
    top: -5px;
    color: #ffffff;
}
#s4 .accordion_area {
  padding: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#s4 .accordion_one {
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
  -moz-border-radius:0 0 20px 20px;
  -webkit-border-radius:0 0 20px 20px;
}
#s4 .accordion_area .accordion_one .ac_header {
  background-color: #ffec4d;
  border-radius: 0 0 20px 20px;
  -moz-border-radius:0 0 20px 20px;
  -webkit-border-radius:0 0 20px 20px;
}
#s4 .green .accordion_area .accordion_one .ac_header{
    background-color: #84d939;
    color:#ffffff;

}
#s4 .accordion_area .accordion_one .ac_header .i_box:before {
}
#s4 .accordion_area .accordion_one .ac_header .i_box:after {
}
#s4 .green .accordion_area .accordion_one .ac_header .i_box:before {
}
#s4 .green .accordion_area .accordion_one .ac_header .i_box:after {
}
#s4 .p-faq__headinner::before {
  content: none;
}
#s4 .p-faq__bodyinner p.p-faq__a-txt,#s4 .p-faq__bodyinner p {
	font-size:100%;
	line-height:2.0em;
}
#s4 .p-faq__bodyinner::before {
  content: none;
}
#s4 .p-faq__bodyinner {
    display: block;
    padding-left: 0;
    position: relative;
    line-height: 1.5;
}
#s4 .title_course{
	position: absolute;
	top: -24px;
	left: -24px;
}
#s4 .title_course img{
	width:122px;
	margin:0;
}
#s4 .green .title_course img{
	width:190px;
	margin:0;
}




#s4 .p-faq__headinner p.p-faq__q-txt{
	text-align:center;
	margin:0 auto;
}
#s4 .p-faq__newinner p{
	padding: 0 0.5rem 0 1.0rem;
}
#s4 .p-faq__newinner{
	background: #fffbdb;
	padding: 1.0rem;
	border-radius:20px 20px 0 0 ;
	-moz-border-radius:20px 20px 0 0 ;
	-webkit-border-radius:20px 20px 0 0 ;
}
#s4 .p-faq__newinner_gr{
	background: #eaf7d7;
	padding: 1.0rem;
}
#s4 .red{
	color:#ff0000;
	font-size:18px;
	padding-left: 18px;
}
#s4 .red span{
	display:block;
	color:#ff0000;
}
#s4 .or{
	color:#f69306;
	font-size:18px;
	padding-left: 18px;
}
#s4 .or span{
	display:block;
	color:#ff0000;
}
#s4 .accordion_area .accordion_one .ac_header{
	padding: 1.0rem;
}

#s4 .p-faq__headinner {
  padding-left: 0;
}

#s4 .accordion_area .accordion_one .ac_header.open {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#s4 .p-faq__headinner{
}
#s4 .accordion_area .accordion_one .ac_inner{
    background:#fffbdb;
}
#s4 .green .accordion_area .accordion_one .ac_inner{
    background:#eaf7d7;
}
#s4 p span{
	background-color: #ffbde1;
}
#s4 .green p span{
	background-color: #fff17f;
}
#s4 small{
	font-size:70%;
}
#s4 img{
	margin:1.0em 0;
}
#s4 .frame{
	background:#ffffff;
	margin:0.5em 0;
	padding:10px;
}
#s4 p.orange{
	color:#f69306;
}

.clear{
	clear:both;
}

/* #s14 */
#s14 {
	position:relative;
	background-image: url("../img/bg_summer_sp.png") ;
	background-position:top;
	background-repeat: no-repeat;
	height:auto;
	background-size:contain;
}
#s14 .container .content{
	position: relative;
	margin: 0px auto;
	padding:0;
}
#s14 .container{
	padding-bottom:6.0em;
}
#s14 .cols-2_spring{
	width:100%;
	margin:0 auto;
}
#s14 .left{
	float:left;
	width:100%;
}
#s14 .right{
	float:right;
	width:100%;
	margin-top:15px;
	text-align: left;
}
#s14 .second .right img{
	padding-top:70px;
}

#s14 .second .left{
	width:100%;
}
#s14 .second .right{
	width:100%;
}

#s14 .icon{
  position: absolute;
  margin-top: -50px;
  margin-left: -200px;
  width: 110px;
}
#s14 .icon.pcNone {
  position: absolute;
  margin-top: 0;
  margin-left: 220px;
  width: 110px;
}
#s14 h2 img{
	max-width:70%;
	margin-top:100px;
}
#s14 .inner{
	max-width: 850px;
	text-align:center;
	margin:0 auto;
}
#s14 .image.spring{
	padding-top:150px;
}
#s14 .image.spring.second{
	padding-top:50px;
}

#s14 .image.spring img{
	max-width: 400px;
}
#s14 .text.spring{
	max-width:75%;
	text-align:center;
	margin:0 auto;
	padding:20px 3% 30px 3%;
}

#s14 .text.spring p{
	text-align:left;
	font-size: 16px; 
	margin-top:20px;
}
#s14 .text.spring p.center{
	text-align:center;
	font-size: 18px; 
}
#s14 .accordion_area .accordion_one .ac_header.open {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#s14 .accordion_area {
  background: #fff;
  padding: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  border:4px solid #ffdf1f;
  border-radius: 20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}
#s14 .accordion_one {
  background-color: #ffffff;
  margin-bottom:0;
}
#s14 .accordion_area .accordion_one .ac_header {
  background-color: #ffdf1f;
}
#s14 .accordion_area .accordion_one .ac_header.open {
  background-color: #ffdf1f;
}
#s14 .green .accordion_area .accordion_one .ac_header{
    background-color: #84e47f;
}
#s14 .accordion_area .accordion_one .ac_header .i_box:before {
}
#s14 .accordion_area .accordion_one .ac_header .i_box:after {
}
#s14 .green .accordion_area .accordion_one .ac_header .i_box:before {
}
#s14 .green .accordion_area .accordion_one .ac_header .i_box:after {
}
#s14 .p-faq__headinner::before {
  content: none;
}
#s14 .p-faq__bodyinner p.p-faq__a-txt,#s14 .p-faq__bodyinner p {
	font-size:100%;
	line-height:2.0em;
}
#s14 .p-faq__bodyinner::before {
  content: none;
}
#s14 .p-faq__bodyinner {
    display: block;
    padding-left: 0;
    position: relative;
    line-height: 1.5;
}
#s14 .title_course{
	position: absolute;
	top: -24px;
	left: -40px;
}
#s14 .title_course img{
	width:122px;
	margin:0;
}
#s14 .green .title_course img{
	width:190px;
	margin:0;
}


#s14 .p-faq__headinner p.p-faq__q-txt{
	text-align:center;
	margin:0 auto;
}
#s14 .p-faq__newinner p{
	padding: 1.0rem 0;
}
#s14 .p-faq__newinner{
	padding: 1.25rem;
	border-radius:20px 20px 0 0 ;
	-moz-border-radius:20px 20px 0 0 ;
	-webkit-border-radius:20px 20px 0 0 ;
}
#s14 .p-faq__newinner_gr{
	background: #eaf7d7;
	padding: 1.25rem 1.25rem 1.25rem 0;
}
#s14 .red{
	color:#ff0000;
	font-size:14px !important;
	padding-bottom:25px;
}
#s14 .red span{
	display:block;
	color:#ff0000;
}
#s14 .or{
	color:#f69306;
	font-size:18px;
	padding-left: 18px;
}
#s14 .or span{
	display:block;
	color:#ff0000;
}
#s14 .accordion_area .accordion_one .ac_header{
	padding: 1.0rem;
border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
}



#s14 .accordion_area .accordion_one .ac_inner{
	padding: 1.25rem;
}
#s14 .green .accordion_area {
  border: 4px solid #84e47f;
}
#s14 .green .accordion_area .accordion_one .ac_inner{
}
#s14 p span{
	background-color: #ffbde1;
}
#s14 .green p span{
	background-color: #fff17f;
}
#s14 small{
	font-size:70%;
}
#s14 .frame{
	background:#ffffff;
	margin:0.5em 0;
	padding:10px;
}
#s14 p.orange{
	color:#f69306;
}

/* #s15 */
#s15 {
	position:relative;
	background-image: url("../img/bg_join_sp.png") ;
	background-position:top;
	background-size: cover;
	height:auto;
	
}
#s15 .container .content{
	position: relative;
	margin: 0px auto;
	padding:0;
}
#s15 .container{
	padding:3.0em 0;
}
#s15 img{
	width:90%;
	padding:0 5%;
}


/* #s12 */
#s12 {
	position:relative;
	background-image: url("../img/bg_chance_sp.png") ;
	background-position:top;
	background-size: cover;
	height:auto;
	
}
#s12 .container .content{
	position: relative;
	margin: 0px auto;
	padding:0;
}

#s12 .inner{
	padding-top: 60px;
}
#s12 .content {
	position:relative; 
	margin:0 auto 40px auto;
	line-height: 2;
}
#s12 .cbox{
	display:block;
	text-align:center;
	margin:0 auto;
}
#s12 img{
	margin-bottom:4.0em;
}
#s12 .title h2{
	top:0;
	left:10px;
}

/* #s5 */
#s5 {
	position:relative;
	background-image: url("../img/bg_flow_sp.png") ;
	background-position:top;
	background-size: cover;
	height:auto;
	
}
#s5 .container .content{
	position: relative;
	margin: 0px auto;
	padding:0 0 4.0em 0;
}
#s5 .title h2{
	color:#000000;
	top:15px;
	left:5%;
}
#s5 .title .en{
	color:#fffbd3;
	opacity:1.0;
	padding-top:15px;
}
#s5 .inner{
	padding-top: 0;
}
#s5 .text{
	width:94%;
	text-align:center;
	margin:0 auto;
	line-height: 2.0em;
}
#s5 p{
	text-align:left;
	font-size:1.0rem;
}
#s5 p span{
	background-color: #ff9;
}
#s5 p span.pink{
	background-color: #fff;
	color: #e12e79;
}
#s5 span.right{
	text-align:right;
	padding-right:10px;
	margin-top:0.5em;
	display:block;
	font-size:12px;
	background-color: transparent;
}
#s5 .image{
	max-width: 850px;
	text-align:center;
	margin:0 auto;
	padding:1.25em 0;
}
#s5 ul.flex li{
	margin-top:1.5em;
	padding:0 0.5em;
}
#s5 h3{
	font-size: 18px;
	padding-left: 60px;
	margin-bottom: 1em;
	padding-right: 0;
}
#s5 .box.six h3{
	color: #28c000;
}
#s5 .box.pcNone{
	display:block;
	width: 90%;
	margin: 0;
}
#s5 .box {
	width: 84%;
	padding: 5%;
	position: relative;
	margin: 7% 3%;
}
#s5 .box.one{
}
#s5 .box.two{
}
#s5 .box.three{
}
#s5 .box.four{
}
#s5 .box.five{
}
#s5 .box.six{
}
#s5 .num_icon{
	top:-12px;
	left:-5px;
	position:absolute;
}
#s5 .num_icon img{
	width:70px;
}
#s5 .image p img{
	margin:0.5em 0;
}

/* #s6 */
#s6 {
	position: relative;
	background-image: url("../img/bg_aboutus_sp.png");
	background-position: top center;
	background-size: 100%;
	height: auto;
	background-repeat: no-repeat;
	padding-bottom: 80px;
}
#s6 .container .content{
	position: relative;
	margin: 0px auto;
	padding:0 0 40px 0;
}
#s6 .title h2{
	color:#ffffff;
	position:unset;
	padding-top:50px;
	transform:none;
	left:auto;
}
#s6 .title h2 span.yellow {
        color: #fff441;
        display: inline;
        font-size: 200%;
}
#s6 .title .en{
	color:#ffffff;
	opacity:1.0;
	padding-top:15px;
}
#s6 h3{
	text-align:left;
	font-size:20x;
	margin-bottom:0;
	color:#000000;
	padding-top: 50px;
        padding-left: 80px;
}
#s6 h3 span{
	display:inline;
	font-size:180%;
}
#s6 .inner{
	padding:90px 20px 40px 20px;
}
#s6 p{
	margin-bottom:1.0em;
	line-height: 2.25em;
	font-weight:bold;
	padding-top:1.5em;
}
#s6 p span{
	background-color: #ff9;
	font-size:115%;
}
#s6 #item-list{
	width:94%;
	text-align: center;
	margin: 0 auto;
	margin-top:35px;
}
#s6 #item-list ul.cols-2 li p{
	width: 90%;
	line-height: 1.75em;
	font-weight: 300;
	text-align: left;
	margin: auto;
}
#s6 #item-list ul.cols-2 li:nth-child(1) img{
	max-width:90%;
	text-align: center;
	margin: 0 auto;
	padding-top:1.25em;
	margin-bottom:1.0em;
	display:block;
}
#s6 #item-list ul.cols-2 li:nth-child(2){
	display:none !important;
}
#s6 #item-list ul.cols-2 li:nth-child(3){
	display:none !important;
}
#s6 #item-list ul.cols-2 li:nth-child(4) {
	padding-top: 10px;
}
#s6 #item-list ul.cols-2 li:nth-child(4) img{
	max-width:90%;
	text-align: center;
	margin: 0 auto;
	padding-top:1.5em;
	margin-bottom:1.0em;
	display:block;
}
#s6 #item-list ul.cols-2 li:nth-child(5) {
	padding-top: 10px;
}
#s6 #item-list ul.cols-2 li:nth-child(5) img{
	max-width:70%;
	text-align: center;
	margin: 0 auto;
	padding-top:1.5em;
	margin-bottom:1.0em;
	display:block;
}
#s6 #item-list ul.cols-2 li:nth-child(6){
	display:none !important;
}
#s6 #item-list ul.cols-2 li:first-child{
	width:100%;
	float:left;
	text-align:left;
	margin-top:1.0em;
}
#s6 #item-list ul.cols-2 li:last-child{
	width:100%;
	float:right;
	padding-left:50px;
}
#s6 .image.three{
	width: 270px;
}
#s6 .image{
	max-width: 96%;
	text-align:center;
	margin:0 auto;
}
#s6 .title img{
	text-align:center;
	margin:0 auto;
	display:block;
	padding-top: 3.0em;
}

/* #s7 */
#s7 {
	position:relative;
	background:#e6f8f6;
	height:auto;
}
#s7 .container .content{
	position: relative;
	margin: 0px auto;
	padding:0 0 40px 0;
}
#s7 .title h2{
	position: unset;
	color:#000000;
	left:auto;
	transform:none;
}
#s7 .title .en{
	color:#e6d6f2;
}
#s7 .inner{
	padding-top: 0;
}
#s7 .image{
	max-width: 750px;
	text-align:center;
	margin:0 auto;
}
#s7 #item-list{
	width: 100%;
	text-align:center;
	margin:0 auto;
}
#s7 #item-list li .item_inner{
}
#s7 img.spNone.img{
	display:none;
}
#s7 ul.cols-1 li{
  box-shadow: 5px 5px 2px #ccc ;
  padding: 3.5em 3.5em 1.5em 3.5em;
  margin-bottom:2.0em;
}
#s7 ul.cols-1 li img{
  margin-bottom:2.0em;
}
#s7 .voice-inner {
  background-color: #ffffff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom: solid 2px #28c000;
}
#s7 .voice-txt {
	color:#ffffff;
	font-size: 125%;
	font-weight: 900;
	background:url(../img/pc_img_7_title.png);
	padding-left: 10px !important;
}
#s7 .voice__a-txt{
  padding: 1.5rem 10px !important;
}
#s7 .p-faq__headinner {
  padding-left: 39px;
}
#s7 .p-faq__a-txt{
}
#s7 .common{
	max-width:850px;
	padding:5%;
	text-align: center;
	margin: 0 auto;
	padding-top: 60px;
}


/* #s11 */
#s11 {
	position:relative;
	background-image: url("../img/bg_voice_teacher_sp.png") ;
	background-position:50% 50%;
	background-size: cover;
	height:auto;
}

#s11 .container .content{
	position: relative;
	margin: 0px auto;
	padding:0;
}
#s11 .title h2{
	font-size:24px;
	color:#000000;
	top:25px;
	left: 70px;
}

#s11 .inner{
	padding-top: 150px;
}
#s11 img{
}
#s11 #item-list ul.cols-2 li p big {
	font-size: 150%;
	display: block;
}
#s11 #item-list{
	text-align:center;
	margin:0 auto;
	width: 84%;
	margin: 3%;
}
#s11 #item-list ul.cols-2 li:first-child {
	width:35%;
	float:left;
}
#s11 #item-list ul.cols-2 li:nth-child(2) {
	width: 55%;
	float: right;
	padding-left: 5%;
}
#s11 ul.cols-2{
  background:#ffffff;
  box-shadow: 5px 5px 2px #ccc ;
  margin-bottom:2.0em;
  padding:2.0em 5%;
}
#s11 ul.cols-1 li img{
  margin-bottom:2.0em;
}
#s11 .voice-inner {
  background-color: #ffffff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#s11 .voice-txt {
	color:#fe5899;
	font-size: 150%;
	font-weight: 900;
}
#s11 .voice__a-txt{
  padding: 0.75rem 0;
}

/* #s8 */
#s8 {
	position:relative;
	background-image: url("../img/bg_voice_detail_re.png") ;
	background-position:50% 50%;
	background-size: cover;
	height:auto;
	
}
#s8 .container .content{
	/*position:relative;*/
	margin: 0px auto;
	padding:0;
}

#s8 .inner{
	padding:70px 1.5em 0 1.5em;
}
#s8 h3{
	padding-left:0;
}
#s8 #item-list ul.cols-2 li:last-child{
	padding:5%;
	width:90%;
}
#s8 #item-list ul.cols-2 li p big{
	font-size:150%;
	display:block;
}
#s8 .dotted{
	border:dashed 2px #9f9f9f;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:20px;
	margin-top:20px;
}

#s8 .accordion_area {
  padding: 30px 5%;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
#s8 .accordion_one {
  background-color: transparent;
  border-radius:0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#s8 .accordion_area .accordion_one .ac_header {
  background-color: transparent;
  padding: 1.5rem 4rem 0.5rem 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom:solid 2px #47b26e;
}
#s8 .accordion_area .accordion_one .ac_inner{
  padding: 1.5rem 0 1.5rem 00;
}
#s8 .p-faq__headinner{
  padding-left:0;
}
#s8 .accordion_area .accordion_one .ac_header .i_box:before {
    border-top: 2px solid #47b26e;
}
#s8 .accordion_area .accordion_one .ac_header .i_box:after {
    border-left: 2px solid #47b26e;
}
#s8 .p-faq__headinner::before {
  content: none;
}
#s8 .p-faq__headinner p.p-faq__q-txt {
	color:#47b26e;
	font-size:150%;
	font-weight:900;
}
#s8 .p-faq__bodyinner p.p-faq__a-txt{
	line-height:2.0em;
}
#s8 .p-faq__bodyinner::before {
  content: none;
}
#s8 .p-faq__bodyinner {
    display: block;
    padding-left: 0;
    position: relative;
    line-height: 1.5;
}


/* #s9 */
#s9 {
	background:#f5f5f5;

}
#s9 .container .content{
	/*position:relative;*/
	margin: 0px auto;
	padding:0;
}
#s9 .title{
	position: relative;
	height:150px;
}
#s9 .title h2{
	color:#000000;
	top:20px;
	left: auto;
        transform: none;
        position: unset;
}
#s9 .title .en{
	color:#ccedc4;
	opacity:1.0;
	padding-top:0x;
}
#s9 .inner{
	padding-top: 0;
}
#s9 .image{
	max-width: 750px;
	text-align:center;
	margin:0 auto;
}

/* #s10 */
#s10 {
	/*position:relative;*/
	/*background-image: url("../img/.png") ;
	background-position:50% 50%;
	background-size: cover;*/
	/*height:1090px;*/
	
}
#s10 .container .content{
	/*position:relative;*/
	margin: 0px auto;
	padding:0;
}
#s10 .title{

}
#s10 .title h2{
	color:#000000;
	top:0;
	left: 17%;
}
#s10 .title .en{
	color:#f0f0f0;
	opacity:1.0;
}
#s10 h3{
	padding-left:20px;
	color:#ffffff;
	border-bottom:solid 2px #47b26e;
	margin-bottom:0;
	font-size:18px;
}
#s10 h4{
	color:#000000;
	font-size:150%;
	font-weight:900;
	padding:0;
}
#s10 ul.cols-3 li {
	width: 49%;
	/* padding: 0 1.5% 0 1.5% !important; */
	padding-right: 2%;
}
#s10 ul.cols-3 li:nth-child(even) {
	padding-right: 0;
}
#s10 .btn_class p{
	padding:0.5em;
}
#s10 p{
	font-size:12px;
}
#s10 p.map{
	text-align:center;
	margin-bottom:1.5em;
}
#s10 ul.flex li{
	padding: 0 5px;
}
#s10 .inner{
	padding: 0 3%;
	width: 94%;
	text-align: center;
	margin: 0 auto;
}
#s10 .image{
	max-width: 750px;
	text-align:center;
	margin:0 auto;
}
#s10 nav ul{
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 950px;
	text-align: center;
	margin-top:2.0em;
}
#s10 nav li{
	display: table-cell;
	width: 25%;
	background:#47b26e;
	border-right:solid 1px #ffffff;
}
#s10 nav li a{
	display: none;
	width: 100%;
	padding: 10px 0;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#s10 nav li a:hover{
	background:#6bde95;
}
#s10 .accordion_one {
  background-color: #ffffff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-align:left;
  margin-bottom:1.0em;
}
#s10 .accordion_area .accordion_one .ac_header{
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#s10 .accordion_area .accordion_one:nth-child(odd) .ac_header {
    background-color: #ffffff;
    padding:1.5rem 0;
}
#s10 .p-faq__headinner{
	padding-left:0;
}
#s10 .p-faq__headinner::before {
    position: absolute;
    left: -10px;
    content: none;
}
#s10 .p-faq__bodyinner {
    padding-left: 0;
}
#s10 .p-faq__bodyinner::before {
    position: absolute;
    left: -10px;
    content: none;
}
#s10 .accordion_area .accordion_one .ac_inner {
    padding: 1em 0;
}

/* #item-list */
#item-list {
  padding:0;
}
#item-list ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#item-list ul li {
  list-style-type:none;
  float:left;
  padding-left:0;
}

@media only screen and (max-width: 767px) {
#item-list ul li .inner {
  padding:0.5em;
}
}

@media only screen and (min-width: 768px) {
#item-list ul.cols-3 li {
  width:31%;
}
#item-list ul.cols-3 li {
  padding-right:3.5%;
}
#item-list ul.cols-3 li.pdno {
  padding-right:0;
}
}

ul.cols-1 li {width: 100%;}
ul.cols-2 li {width: 50%;}
ul.cols-3 li {width: 33.33333%;}
ul.cols-4 li {width: 25%;}
ul.cols-5 li {width: 20%;}
ul.cols-6 li {width: 16.66666%;}
ul.cols-7 li {width: 14.28571%;}
ul.cols-8 li {width: 12.5%;}


@media only screen and (max-width: 767px) {
  ul.cols-5 li,ul.cols-6 li,ul.cols-7 li,ul.cols-8 li{
      width: 50%;
  }
  ul.cols-4 li{
      width:50%;
  }
  ul.cols-3 li{
      width:50%;
  }
  ul.cols-2 li{
      width:100%;
  }
}

/* faq */
.accordion_area {
  padding: 30px 0;
  width: 94%;
  text-align: center;
  margin: 0 auto;
}
.accordion_one {
  background-color: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align:left;
  margin-bottom:1.0em;
}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #ffffff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #dff5da;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.green .accordion_area .accordion_one .ac_header .i_box:before {
  color: #ffe720;
}
.green .accordion_area .accordion_one .ac_header.open .i_box:after {
  color: #ffe720;
}
.accordion_area .accordion_one .ac_header.open .i_box:before {
display:none
}
.accordion_area .accordion_one .ac_header .i_box:after {
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}
.accordion_area .accordion_one .ac_inner {
  border-top: solid 1px #ffffff;
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {

  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    border-top: solid 1px #f5f5f5;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: -6px;
  top:-6px;
  font-size: 1.25rem;
  color: #07c49b;
  content: "Q.";
}
.p-faq__headinner p.p-faq__q-txt {
color: #07c49b;

}
@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: -6px;
  top:-6px;
  font-size: 1.25rem;
  color: #000000;
  content: "A.";
}
.p-faq__bodyinner p.p-faq__a-txt {
}
@media screen and (max-width: 736px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
}

/* #btn_other */
#btn_other{
	padding:0 0 3.0em 0;
}
#btn_other .inner li{
	max-width: 950px;
	padding: 0 0.5em;
}


/* #footer */
#footer {
	 position:relative;
	background-image: url("../img/bg_footer.png") ;
	background-position:50% 50%;
	background-size: cover;
	height:auto; 
}
#footer .container .content{
	position: relative;
	margin: 0px auto;
	padding:0;
	width:100%;
	max-width:100%;
	overflow:visible;
	padding-bottom: 60px;
}
#footer .container .content .inner{
	margin-top:30px;
}
#footer img.pcNone.img{
	display:none;
}
#footer .title h2{
	color:#ffffff;
	top:55px;
}
#footer .title .en{
	position: absolute;
	color:#e6d6f2;
	opacity:1.0;
	top:90px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#footer .inner{
	padding-top: 200px;
	max-width:850px;
	text-align: center;
	margin: 0 auto;
}
#footer h3 {
  color: #000000;
}
footer ul.cols-2 {
	padding:30px;
}
footer ul.cols-2 p {
  color: #000000;
  padding-bottom:30px;
}
#footer .inner .inner{
	padding-top:0;
	background:#ffffff;
	border-radius: 20px;
	margin: 20px;
}
#footer .image{
	text-align:center;
	margin:0 auto;
	display: block;
	padding:50px 0 30px 0;
}
#footer .overlay p{
	padding:0.5em 0;
}
#footer iframe{
	 border-radius: 20px;
}


.copyright{
	text-align:center;
	margin:0 auto;
	font-size:75%;
	padding:1.5em 0;
	margin-bottom:75px;
}
.copyright img{
	display:block;
	text-align:center;
	margin:0 auto;
	padding-bottom:0.5em;
}


/* #btn_other */
#btn_other{
	padding:0 0 3.0em 0;
}
#btn_other .inner li{
	max-width: 950px;
	padding: 0 0.5em;
}
#btn_other .content{
	padding: 40px 0 40px 0;
	text-align: center;
	margin: 0 auto;
}

footer ul{
	display:flex;
	justify-content: center;
	align-items: center;
	color:#ffffff;
}
footer a{
	color:#ffffff;
}

/* swiper */
.swiper {
      width: 100%;
      height: 100%;
}
.swiper-slide {
      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
#s7 .swiper-slide {
	padding-top:35px;
	width: 80% !important;
	display: block;
        text-align: center;
        margin: 0 auto;
}
#s7 .swiper-slide .contents {
	background:#ffffff;
	padding-bottom:1.0em;
	box-shadow: 6px 6px 0px 0px rgba(7, 196, 165, 1.0);
}
#s7 .swiper-slide img {
      max-width: 100%;
}
#s7 h3{
	color:#000000;
}
#s7 .swiper-slide p{
	padding:0 1.0em 1.0em 1.0em;
	font-size:13px;
}
#s2 .swiper-slide img {
      max-width: 90%;
}

.swiper-slide img {
      display: block;
      height: 100%;
      object-fit: cover;
	text-align: center;
        margin: 0 auto;
        padding: 15px;
}

.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -40px !important;
}
.swiper-pagination-bullet {
  background-color: transparent !important; /* 背景色を透明に */
  background-repeat: no-repeat !important;
  background-size: contain !important;
  border-radius: unset !important; /* これがないと画像が欠ける */
  height: 14px !important;
  opacity: 1 !important; /* 画像の透過を無くす */
  width: 14px !important;
}
.swiper-pagination-bullet-active {
  background-color: transparent !important; /* 背景色を透明に */
  background-repeat: no-repeat !important;
  background-size: contain !important;
  border-radius: unset !important; /* これがないと画像が欠ける */
  height: 14px !important;
  opacity: 1 !important; /* 画像の透過を無くす */
  width: 14px !important;
}
#s7 .swiper-pagination-bullet {
  background-color: transparent; /* 背景色を透明に */
  background-image: url(../img/pagination_voice.png) !important;
}
#s7 .swiper-pagination-bullet-active {
  background-image: url(../img/pagination_active_voice.png) !important;
}
#s2 .swiper-pagination-bullet {
  background-image: url(../img/pagination.png) !important;
}
#s2 .swiper-pagination-bullet-active {
  background-image: url(../img/pagination_active.png) !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
 font-family: swiper-icons;
 font-size: 0 !important;
 text-transform: none !important;
 letter-spacing: 0;
 text-transform: none;
 font-variant: initial;
}
.swiper-button-prev,
.swiper-button-next {
	width: 48px !important; /* ボタンの幅 */
	height: 48px !important; /* ボタンの高さ */
	background-size: 48px 48px; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
	margin-top: -24px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}


/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(../img/next.png) !important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(../img/next.png) !important;
	transform: scale(-1, 1); /* 左右反転 */
}

/* #pop-up */
#s7 .open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#s7 #pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
#s7 .overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#s7 #pop-up_1:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#s7 #pop-up_2:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#s7 #pop-up_3:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#s7 #pop-up_4:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#s7 .window {
	width: 85%;
	max-width: 800px;
	height: 75%;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	position: fixed;
	top: 10%;
	z-index:9999;
	padding:25px;
	overflow: scroll;
	left: 50%;
        transform: translateX(-50%);
}
#s7 .text {
	font-size: 18px;
	margin: 0;
}
#s7 .close {
	cursor:pointer;
	position: fixed;
	top: 10px;
	right: 20px;
	font-size: 30px;
}
#s7 label.open{
	border:solid 1px #000000;
	display: block !important;
	width: 100px;
	margin: 0 auto;
	padding: 0.25em;
	font-size: 14px;
	margin-bottom:1.0em;
	border-radius: 50px;
}

/* #s20 */
#s20 {
	position:relative;
	background-image: url("../img/bg_tool.png") ;
	background-position:50% 50%;
	background-size: cover;
	height:auto;
	
}
#s20 .container .content{
	position: relative;
	margin: 0px auto;
	padding:0 0 5.0em 0;
}
#s20 h2{
	top:20px;
	color:#000000;
	left:40%;
}
#s20 .title .en{
	opacity:1.0;
}
#s20 .inner{
	padding-top: 0;
}
#s20 .content {
	position:relative; 
	margin:0 auto 40px auto;
	line-height: 2;
}
#s20 .box img.num{
	float: left;
}
#s20 .image.spNone{

}
#s20 .title.two img{
	max-width: 90%;
	text-align: center;
	margin: 0 auto;
	position: static;
	margin-top: 3.0em;
}
#s20 p {
	width: 90%;
	text-align: center;
	margin: 0 auto;
	margin-top:50px;
	margin-bottom:50px;
}
#s20 img{
	text-align:center;
	margin:0 auto;
	display:block;
}
#s20 .text{
	background: #ffffff;
	width: 96%;
	text-align:center;
	margin:0 auto;

}
#s20 h3{
	text-align:left;
	color:#000000;
	font-weight:normal;
	padding-left:25px;
	padding-top:25px;
	font-size:16px;
	padding:1.25em;
}
#s20 h3 span.yellow {
	background-color: #ff9;
	display:inline;
	font-weight:bold;
}
#s20 h4{
	text-align:center;
	font-weight:500;
	font-size:20px;
	padding:1.5em 0;
	text-decoration:underline;
}
#s20 img.goods{
}
#s20 img.goods.one{
}
#s20 img.goods.two{
}
#s20 hr{
	display: block;
	width: 90%;
	height: 1px;
	background-color: #28c000;
	border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}
#s20 iframe {
  text-align: center;
  margin: 0 auto;
  border-radius: 12px;
  width: 94%;
  height:300px;
  padding:90px 3% 0 3%;
}
#s20 .bg_box{
	background: #ffffff;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	border-radius: 30px;
	padding:20px;
}


.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width:880px;
  background:#ffffff;
  text-align:center;
  margin:0 auto;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  border:7px solid;
  border-image:linear-gradient(to right, #07c395, #05c9db) 1;
  margin-top: -14px;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background:linear-gradient(#07c395, #05c9db);
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 20px;
  opacity: 1;
  transition: .5s opacity;
  margin-top: -4px;
  overflow:hidden;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/* #s21 */
#s21 {
	background-image: url("../img/bg_5reason_sp.png") ;
	background-position:top left;
	background-size: cover;
	height:auto;
	padding-bottom:50px;
}
#s21 .container .content{
	margin: 0px auto;
	padding:0;
}
#s21 h2{
	position: unset;
	color:#000000;
	left:auto;
	transform:unset;
	-webkit-transform:unset;
	-ms-transform:unset;
}
#s21 h2 span{
	display:inline;
	color:#29b48e;
	font-size:200%;
}
#s21 h3 {
	color: #000000;
	text-align: center;
	width: 96%;
	height: 80px;
	padding-left: 0 !important;
	margin:30px 0;
        background-repeat: no-repeat !important;
        background-size: contain !important;
	padding-top: 10px;
        line-height: 1.25em;
}
#s21 h3.first {
	background: url(../img/pc_img_21_1_1sp.png);
	background-repeat: no-repeat;
}
#s21 h3.second {
	background: url(../img/pc_img_21_2_1sp.png);
	background-repeat: no-repeat;
}

#s21 h3.third {
	background: url(../img/pc_img_21_3_1sp.png);
	background-repeat: no-repeat;
}

#s21 h3.fourth {
	background: url(../img/pc_img_21_4_1sp.png);
	background-repeat: no-repeat;
}

#s21 h3.fifth {
	background: url(../img/pc_img_21_5_1sp.png);
	background-repeat: no-repeat;
}

#s21 .title .en{
	top:20px;
	left: 35%;
	opacity:0.8;
}
#s21 .inner{
	padding-top: 160px;
	text-align:center;
	margin:0 auto;
}
#s21 .content {
	position:relative; 
	margin:0 auto 40px auto;
	line-height: 2;
	width:100%;
	max-width:90%;
}
#s21 .content p span{
	background-color: #fffb86;
}
#s21 img{
	max-width:500px;
	margin-bottom:30px;

}
#s21 ul.cols-2{
	width:100%;
}
#s21 ul.cols-2.third li.image{
	width:100%;
}
#s21 ul.cols-2.third li{
	width:100%;
}
#s21 ul.cols-2.fourth li.image{
	width:100%;
}
#s21 ul.cols-2.fourth li{
	width:100%;
}

/* #s22 */
#s22 {
	background-image: url("../img/bg_melit_sp.png") ;
	background-position:top left;
	background-size: cover;
	height:auto;
	padding-bottom:50px;
}
#s22 .container .content{
	margin: 0px auto;
	padding:0;
}
#s22 h2{
	color:#000000;
	top: 40px;
}
#s22 h3 {
	color: #000000;
	text-align: center;
	padding: 26px 0 0 0;
	margin:30px 0;
	font-size:20px;
}
#s22 .title .en{
	color: #e6d6f2;
	opacity: 1.0;
	top: 100px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	position: absolute;
}
#s22 .inner{
	padding-top: 230px;
	text-align:center;
	margin:0 auto;
}
#s22 .content {
	position:relative; 
	margin:0 auto 40px auto;
	line-height: 2;
	width:100%;
}
#s22 img{
	max-width:96%;
	margin-bottom:30px;

}
#s22 .content h3 span {
        background-color: #fffb86;
	display: inline;
}

/* #experience */
#experience {
	position:relative;
	background-image: url("../img/bg_experience_sp.png") ;
	background-position:top;
	background-size: cover;
	height:900px;
	
}
/* #s19 */
#s19 {
	background-image: url("../img/bg_curriculum_sp.png") ;
	background-position:top left;
	background-size: cover;
	height:auto;
	padding-bottom:50px;
}
#s19 .container .content{
	margin: 0px auto;
	padding:0;
}
#s19 h2{
	color:#000000;
	top: 40px;
}
#s19 .title .en{
	padding: 30px 0 !important;
}
#s19 h3 {
	color: #000000;
	text-align: center;
	padding: 26px 0 0 0;
	margin:30px 0;
	font-size:20px;
}
#s19 .inner {
	max-width:90%;
	text-align:center;
	margin:0 auto;
}
#experience .title h2 {
        position: unset;
        text-align: center;
        padding-top: 36px;
	left: auto !important;
        transform: none;
	
}
#experience .container{
	padding-top: 120px;
}
#experience .inner{
	padding-top: 40px;
}
#experience .image{
	max-width: 100%;
	text-align:center;
	margin:0 auto;
}
#experience p{
	padding:0.5em 0;
	text-align:right;
	font-size:0.75rem;
}
.fix{
	position: fixed;
	bottom: 0;
	z-index: 1;
}

/* 初期状態: 非表示で透明 */
.fix {
    opacity: 0; /* 初期状態は透明 */
    transition: opacity 0.5s ease-in-out; /* フェードインのアニメーション */
    position: fixed; /* スクロールしても位置を固定 */
    bottom: 0px; /* 画面下部からの距離 */
}

/* フェードインさせる状態 */
.fix.show {
    opacity: 1; /* フェードイン後は完全に表示 */
}

/* =========================
   FV直下：芝浦校の特徴（SP）
========================= */

/* ①概要 */
#s_shibaura_overview{
  background:#d8cab3;
  padding:40px 0;
}
#s_shibaura_overview .shibaura-inner{
  margin:0 auto;
  padding:0 15px;
  text-align:center;
}
#s_shibaura_overview .shibaura-ttl{
  font-size:22px;
  color:#222;
  font-weight:900;
  line-height:1.3;
}
#s_shibaura_overview .shibaura-icon img{
  width:24px;
  height:auto;
  display:block;
  margin:10px auto 0;
}
#s_shibaura_overview .shibaura-tags{
  margin:50px 0;
}
#s_shibaura_overview .shibaura-tags img{
  width:90%;
  margin:0 auto;
  display:block;
  height:auto;
}
#s_shibaura_overview .shibaura-lead{
  font-size:18px;
  font-weight:900;
  color:#111;
  text-align:center;
  padding:0;
  margin:0 0 12px;
}
#s_shibaura_overview .shibaura-text{
  text-align:center;
  line-height:1.9;
}

/* ② 01/02 説明ブロック */
#s_shibaura_desc{
  background:#ffffff;
  padding:40px 0;
}
#s_shibaura_desc .shibaura-block{
  padding:0 15px;
  margin:0 0 40px;
  display:block;
}
#s_shibaura_desc .shibaura-block:last-child{ margin-bottom:0; }

#s_shibaura_desc .shibaura-block__img{
  margin-bottom:14px;
}
#s_shibaura_desc .shibaura-block__img img{
  width:100%;
  height:auto;
  display:block;
}
#s_shibaura_desc .shibaura-block__num{
  width:52px;
  height:52px;
  background:#07c49b;
  color:#fff;
  font-weight:900;
  font-size:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  margin:0 0 14px;
}
#s_shibaura_desc p{
  margin:0;
  line-height:1.9;
}

/* ③ コース説明 */
#s_shibaura_course{
  background:url("../img/bg_course.png") no-repeat center/cover;
  padding:50px 0;
}
#s_shibaura_course .shibaura-course-inner{
  padding:0 10px;
  text-align:center;
}
#s_shibaura_course .shibaura-course-ttl{
  color:#111;
  font-size:20px;
  font-weight:900;
  text-align:center;
  padding:0;
  margin:0 0 50px;
}
#s_shibaura_course .shibaura-course-img{
  display:block;
  width:100%;
  height:auto;
  margin:0 auto 18px;
}
#s_shibaura_course .shibaura-course-img:last-child{ margin-bottom:0; }

/* SPでも「番号アイコンの右にh3」を横並びにする */
#s_shibaura_desc .shibaura-block__head{
  display:flex;
  align-items:flex-start;   /* 2行になっても上揃え */
  gap:12px;
  margin:0 0 14px;
}

#s_shibaura_desc .shibaura-block__num{
  flex:0 0 52px;            /* アイコン幅を固定（崩れ防止） */
  width:52px;
  height:52px;
  margin:0;
}

#s_shibaura_desc .shibaura-block__ttl{
  flex:1 1 auto;            /* 残り幅を見出しが使う */
  margin:0;
  padding:0;
  font-size:18px;
  font-weight:900;
  line-height:1.4;
  color:#111;
  word-break:break-word;    /* 長い場合のはみ出し防止 */
}

/* s_shibaura_desc アイコン */
#s_shibaura_desc .shibaura-icon{
  display:block;
  text-align:center;
  margin-bottom:40px;
}
#s_shibaura_desc .shibaura-icon img{
  width:28px;
  height:auto;
  display:block;
  margin:0 auto;
}

/* #summer-pre / #summer-pre2 */
#summer-pre img,
#summer-pre2 img {
  width: 100%;
  height: auto;
}

/* YouTube動画埋め込み */
#s_shibaura_desc .shibaura-youtube{
  width:calc(100% - 30px);
  max-width:900px;
  margin:32px auto 0;
}

#s_shibaura_desc .shibaura-youtube__inner{
  position:relative;
  width:100%;
  padding-top:56.25%;
  overflow:hidden;
  border-radius:10px;
}

#s_shibaura_desc .shibaura-youtube__inner iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
}

/* summer-pre2 白枠ボックス (SP) */
#summer-pre2 .summer-pre2-inner {
  padding-bottom: 16px;
}
#summer-pre2 .summer-pre2-text {
  background: #ffffff;
  border-radius: 12px;
  margin: 0 12px;
  padding: 20px 20px;
  color: #4e1f02;
  font-size: 16px;
  line-height: 1.8;
}
#summer-pre2 .summer-pre2-text p {
  color: #4e1f02;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

/* YouTube動画埋め込み */
#s_shibaura_desc .shibaura-youtube{
  width:calc(100% - 30px);
  max-width:900px;
  margin:32px auto 0;
}

#s_shibaura_desc .shibaura-youtube__inner{
  position:relative;
  width:100%;
  padding-top:56.25%;
  overflow:hidden;
  border-radius:10px;
}

#s_shibaura_desc .shibaura-youtube__inner iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
}