@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

/* ------------------------------------------- CSS Information 
 Style Info:     ブラウザスタイルのリセット設定
----------------------------------------------------------- */  
html{overflow-y:scroll;} 
body,div,blockquote,pre,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,table,th,td,form,input,textarea,fieldset{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}   
img,abbr,acronym,fieldset{border:none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
hr,legend{display:none;}
object,embed{vertical-align:top;}
li{list-style:none;}

/* ------------------------------------------- CSS Information 
 Style Info:     基本設定
----------------------------------------------------------- */
/*A Style*/  
a:link{text-decoration:none;color:#333333;}
a:visited{text-decoration:none;color:#333333;}
a:hover{text-decoration:underline;color:#666666;}
a:active{text-decoration:none;color:#333333;}
/*font*/
.b{font-weight:700;}
.ul{text-decoration:underline;}
.bg{background:linear-gradient(transparent 75%, #ffe164 0%);}
.big{font-size:20px;}@media only screen and (max-width:768px){.big{font-size:16px;}}
.small{font-size:13px;}
.red{color:#ec6286;}
.text_center{text-align:center;}
.text_right{text-align:right;}
/* image */
.pc{display:block;}
.sp{display:none;}
@media only screen and (max-width:750px){
.pc{display:none;}
.sp{display:block;}
}

/* ----------------------- CSS Information 
 Style Info: HTML/BODY
--------------------------------------- */
html,body{  
font-family:'Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
font-weight:400;
color:#333333;
font-size:16px;
line-height:0;
text-align:center;
letter-spacing:0em;
background:#ffffff;
width:100%;
}

/* ----------------------- CSS Information 
 Style Info: HEADER
--------------------------------------- */
header{
position:relative;
margin:0;
padding:0;
width:100%;
overflow:hidden;
background:#ffe164;
}
.header_video{
position:absolute;
min-width:100%;
min-height:100%;
top:50%;
left:50%;
transform:translateX(-50%) translateY(-50%);
opacity:0.5;
}
.header_img{
position:relative;
width:100%;
max-width:1100px;
margin:0 auto;
padding:0;
z-index:100;
background:url(../img/header_img_pc.png) no-repeat center top;
background-size:auto 100%;
}
.header_img img{
position:relative;
width:100%;
max-width:1000px;
margin:0 auto;
padding:0;
}
@media only screen and (max-width:750px){
header{}
.header_video{width:auto;height:auto;}
.header_img{background:none;}
.header_img{}
}

/* ----------------------- CSS Information 
 Style Info: TITLE
--------------------------------------- */
.title{
display:block;
width:100%;
margin:0 auto;
padding:0;
font-size:30px;
line-height:40px;
text-align:center;
font-weight:bold;
color:#000000;
box-sizing:border-box;
}
.title img{
width:100%;
max-width:1000px;
margin:0 auto;
padding:0;
white-space:pre;
}
@media only screen and (max-width:750px){}

/* ----------------------- CSS Information 
 Style Info: 共通設定
--------------------------------------- */
.section{
width:100%;
margin:0;
padding:30px 0 120px 0;
position:relative;
background:#ffffff;
}
.wrapper{
width:100%;
max-width:1000px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
.section_title{
position:relative;
margin:80px 0 40px 0;
padding:60px 0 0 10px;
font-size:24px;
line-height:40px;
font-weight:bold;
border-top:1px solid #dddddd;
}
.section_title:before{
content:"";
display:block;
position:absolute;
top:60px;
left:0;
width:4px;
height:40px;
background:#b00f14;
}
.section_img{
display:block;
width:40%;
margin:0 0 0 20px;
box-sizing:border-box;
float:right;
}
@media only screen and (max-width:750px){
.section{padding:20px 0 40px 0;}
.wrapper{padding:0 4%;}
.section_title{
margin:30px 0 20px 0;
padding:30px 0 0 6px;
font-size:16px;
line-height:30px;
}
.section_title:before{
content:"";
display:block;
position:absolute;
top:30px;
width:2px;
height:30px;
}
.section_img{margin:0 0 0 15px;}
}
/* -- text -- */
.text{
width:100%;
margin:0 auto;
padding:0;
font-size:17px;
line-height:30px;
text-align:left;
box-sizing:border-box;
}
.text p{margin:0 0 30px 0;padding:0;}
.text p:last-child{margin:0;}
/* -- ul -- */
ul{margin:0 0 30px 0;}
ul li{margin:0;padding:0;}
@media only screen and (max-width:750px){
.text{font-size:14px;line-height:24px;text-align:justify;}
.text p{margin:0 0 20px 0;}
.text p:last-child{margin:0;}
/* -- ul -- */
.text ul{margin:0 0 20px 0;}
.text ul li{}
/* -- br -- */
.text br{display:none;}
.text br.sp,.text br.all{display:block;}
}

/* ----------------------- CSS Information 
 Style Info: INTRO
--------------------------------------- */
#intro{
position:relative;
width:100%;
margin:0;
padding:0;
background:#ffffff;
}
#intro img{
width:100%;
max-width:1000px;
margin:0 auto;
padding:0;
}
.intro01{background:#ffffff;}
.intro02{background:#ffe164;}
.intro03{background:#ffffff;}
@media only screen and (max-width:750px){}

/* ----------------------- CSS Information 
 Style Info: REASON
--------------------------------------- */
#reason{
padding:0 0 120px 0;
background:#ffffff;
}
.reason_box{
display:flex;
flex-direction:row;
justify-content:space-between;
align-items:flex-start;
width:100%;
max-width:1000px;
margin:0 auto 120px auto;
padding:0;
box-sizing:border-box;
}
#reason .reason_box:last-child{margin:0 auto;}
.reason_box .text_box{width:70%;margin:0;padding:0;box-sizing:border-box;}
.reason_box .img_box{width:30%;margin:0;padding:0;box-sizing:border-box;}
/* -- title -- */
.reason_number{
position:relative;
display:block;
margin:0 0 0 40px;
padding:10px;
font-size:16px;
line-height:20px;
text-align:left;
color:#ffffff;
background:#44d3b5;
box-sizing:border-box;
}
.reason_number img{
display:block;
margin:0 auto 0 0;
width:auto;
height:18px;
}
.reason_title{
display:block;
width:100%;
margin:25px auto 25px auto;
padding:0 40px;
font-size:28px;
line-height:50px;
font-weight:bold;
text-align:left;
color:#000000;
box-sizing:border-box;
}
.reason_title img{
width:100%;
max-width:620px;
margin:0 auto 0 0;
padding:0;
box-sizing:border-box;
}
/* -- text -- */
.reason_box .text{
width:100%;
margin:0 auto;
padding:0 40px 0 40px;
color:#666666;
text-align:justify;
box-sizing:border-box;
}
/* -- img -- */
.reason_box .img_box img{
display:block;
width:100%;
margin:0;
padding:0;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
#reason{padding:0 0 60px 0;}
.reason_box{flex-direction:column;margin:0 auto 60px auto;}
.reason_box .text_box{width:100%;}
.reason_box .img_box{width:100%;margin:20px 0 0 0;}
/* -- title -- */
.reason_number{
margin:0 4%;
padding:10px;
font-size:14px;
line-height:20px;
text-align:center;
}
.reason_number img{margin:0 auto;height:14px;}
.reason_title{margin:20px auto;padding:0 4%;font-size:16px;line-height:30px;text-align:center;}
.reason_title img{max-width:690px;margin:0 auto;}
/* -- text -- */
.reason_box .text{padding:0 4%;}
/* -- img -- */
.reason_box .img_box img{padding:0 4%;}
}

/* ----------------------- CSS Information 
 Style Info: PROFILE
--------------------------------------- */
#profile{
padding:0 0 80px 0;
background:#f3f3f3 url(../img/bg01.png) repeat center top;
}
.profile_box{
display:flex;
flex-direction:row;
justify-content:space-between;
align-items:flex-start;
width:100%;
max-width:1000px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
.profile_box .text_box{width:70%;margin:0;padding:0 4%;box-sizing:border-box;}
.profile_box .img_box{width:30%;margin:0;padding:0 0 0 4%;box-sizing:border-box;}
/* -- text -- */
.profile_box .text p{margin:0;padding:0;text-align:justify;}
.profile_box .text p.profile_name{
font-size:28px;
line-height:30px;
font-weight:bold;
margin:0;
padding:0;
}
.profile_list{margin:0 0 30px 0;}
.profile_list li{
position:relative;
font-weight:bold;
margin:0;
padding:0 0 0 20px;
}
.profile_list li:before{
content:"";
position:absolute;
left:0;
top:8px;
width:16px;
height:16px;
background:#44d3b5;
}
/* -- img -- */
.profile_box .img_box img{
display:block;
width:100%;
margin:0;
padding:0;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
#profile{padding:0 0 60px 0;}
.profile_box{flex-direction:column;}
.profile_box .text_box{width:100%;padding:0 4%;}
.profile_box .img_box{width:100%;margin:0 0 30px 0;padding:0 4%;}
/* -- text -- */
.profile_box .text p{}
.profile_box .text p.profile_name{font-size:20px;line-height:30px;}
.profile_list{margin:30px 0;}
.profile_list li{padding:0 0 0 16px;}
.profile_list li:before{top:6px;width:14px;height:14px;}
/* -- img -- */
.profile_box .img_box img{width:50%;margin:0 auto;}
}

/* ----------------------- CSS Information 
 Style Info: CULLICLUM
--------------------------------------- */
#curriculum{
padding:40px 0 120px 0;
background:#ffffff;
}
.curriculum_box{
width:100%;
max-width:1000px;
margin:0 auto 120px auto;
padding:0;
box-sizing:border-box;
}
#curriculum .curriculum_box:last-child{margin:0 auto;}
#curriculum .text_box{
margin:0;
padding:0 4%;
box-sizing:border-box;
}
/* -- title -- */
.curriculum_title{
display:block;
width:100%;
margin:0 auto 60px auto;
padding:0 4%;
font-size:30px;
line-height:50px;
font-weight:bold;
text-align:center;
color:#333333;
box-sizing:border-box;
overflow:hidden;
}
.curriculum_title img{
width:100%;
max-width:920px;
margin:0 auto;
padding:0;
box-sizing:border-box;
white-space:pre;
}
.curriculum_title .number{
position:relative;
display:block;
margin:0 auto 40px 0;
padding:10px 30px;
width:100%;
height:40px;
font-size:18px;
line-height:20px;
text-align:left;
color:#ffffff;
background:#44d3b5;
box-sizing:border-box;
}
.curriculum_title .number img{
display:block;
margin:0 auto;
padding:0;
width:auto;
height:20px;
}
/* -- text -- */
.curriculum_box .text{
width:100%;
margin:0 auto;
padding:0;
color:#333333;
text-align:justify;
box-sizing:border-box;
}
/* -- img -- */
.curriculum_img{
float:right;
width:40%;
margin:8px 0 30px 30px;
}
/* -- index -- */
.curriculum_index{
width:100%;
margin:40px auto 0 auto;
padding:0;
}
.indextab{
display:block;
margin:0 auto 0 0;
padding:10px 0 0 0;
width:100px;
text-align:center;
font-weight:bold;
font-size:14px;
line-height:16px;
background:#d8f7f2;
border-radius:8px 8px 0 0;
box-sizing:border-box;
}
.curriculum_index_box{
display:flex;
flex-direction:row;
justify-content:space-between;
align-items:stretch;
width:100%;
margin:0 auto;
padding:0;
background:#ffffff;
border:10px solid #d8f7f2;
box-sizing:border-box;
}
.curriculum_index_box dl{
width:50%;
margin:0 auto;
padding:20px;
box-sizing:border-box;
}
.curriculum_index_box dl:first-child{padding:20px 10px 20px 20px;}
.curriculum_index_box dl:last-child{padding:20px 20px 20px 10px;}
.curriculum_index_box dt{
position:relative;
display:flex;
align-items:center;
justify-content:center;
margin:0;
padding:5px 0;
font-weight:bold;
box-sizing:border-box;
}
.curriculum_index_box dt:after{
content:"";
flex-grow:1;
border-top:1px solid #44d3b5;
margin:0 0 0 10px;
}
.curriculum_index_box dt.index_all{
display:block;
margin:20px 0 0 -20px;
padding:0;
height:20px;
border-top:1px solid #44d3b5;
}
.curriculum_index_box dd{
margin:0;
padding:5px 0;
}
.index_number{
display:inline-block;
margin:0 4px 0 0;
width:16px;
height:16px;
font-size:14px;
line-height:16px;
text-align:center;
font-weight:bold;
color:#ffffff;
background:#44d3b5;
}
@media only screen and (max-width:750px){
#curriculum{padding:0 0 60px 0;}
.curriculum_box{margin:0 auto 60px auto;}
#curriculum .curriculum_box:last-child{margin:0 auto;}
#curriculum .text_box{}
/* -- title -- */
.curriculum_title{margin:0 auto 20px auto;font-size:20px;line-height:30px;}
.curriculum_title img{}
.curriculum_title .number{margin:0 auto 25px 0;padding:10px;height:auto;font-size:14px;line-height:20px;}
.curriculum_title .number img{height:14px;}
/* -- text -- */
.curriculum_box .text{}
/* -- img -- */
.curriculum_img{float:none;width:100%;margin:0 0 25px 0;}
/* -- index -- */
.curriculum_index{margin:30px auto 0 auto;}
.indextab{padding:5px 0 0 0;width:80px;font-size:12px;line-height:14px;}
.curriculum_index_box{display:block;border:5px solid #d8f7f2;}
.curriculum_index_box dl{width:100%;}
.curriculum_index_box dl:first-child{padding:20px 20px 0 20px;}
.curriculum_index_box dl:last-child{padding:0 20px 20px 20px;}
.curriculum_index_box dt{}
.curriculum_index_box dt:after{}
.curriculum_index_box dt.index_all{display:none;}
.curriculum_index_box dd{}
.index_number{font-size:13px;}
}

/* ----------------------- CSS Information 
 Style Info: PRESENT
--------------------------------------- */
#present{
padding:40px 0 120px 0;
background:#f8edeb;
}
.present_box{
width:100%;
max-width:1000px;
margin:0 auto 120px auto;
padding:0;
box-sizing:border-box;
}
#present .present_box:last-child{margin:0 auto;}
#present .text_box{
margin:0;
padding:0 4%;
box-sizing:border-box;
overflow-y:auto;
}
/* -- title -- */
.present_title{
display:block;
width:100%;
margin:0 auto 60px auto;
padding:0 4%;
font-size:30px;
line-height:50px;
font-weight:bold;
text-align:center;
color:#333333;
box-sizing:border-box;
overflow:hidden;
}
.present_title img{
width:100%;
max-width:920px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
.present_title .number{
position:relative;
display:block;
margin:0 auto 40px 0;
padding:10px 30px;
width:100%;
height:40px;
font-size:18px;
line-height:20px;
text-align:left;
color:#ffffff;
background:#ff9c9d;
box-sizing:border-box;
}
.present_title .number img{
display:block;
margin:0 auto;
padding:0;
width:auto;
height:20px;
}
/* -- text -- */
.present_box .text{
width:100%;
margin:0 auto;
padding:0;
color:#333333;
text-align:justify;
box-sizing:border-box;
}
/* -- img -- */
.present_img{
float:right;
width:40%;
margin:8px 0 30px 30px;
}
@media only screen and (max-width:750px){
#present{padding:0 0 60px 0;}
.present_box{margin:0 auto 60px auto;}
#present .present_box:last-child{margin:0 auto;}
#present .text_box{}
/* -- title -- */
.present_title{margin:0 auto 20px auto;font-size:20px;line-height:30px;}
.present_title img{}
.present_title .number{margin:0 auto 25px 0;padding:10px;height:auto;font-size:14px;line-height:20px;}
.present_title .number img{height:14px;}
/* -- text -- */
.present_box .text{}
/* -- img -- */
.present_img{float:none;width:100%;margin:0 0 25px 0;}
}

/* ----------------------- CSS Information 
 Style Info: VOICE
--------------------------------------- */
#voice{
background:#f3f3f3 url(../img/bg01.png) repeat center top;
}
.voice_wrapper{
width:100%;
height:auto;
max-width:1000px;
margin:0 auto;
padding:0 30px;
box-sizing:border-box;
}
.voice_box{
display:flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content:flex-start;
align-items:flex-start;
width:100%;
margin:0 0 30px 0;
padding:30px;
background:#ffffff;
box-sizing:border-box;
}
.voice_img{display:block;width:100px;margin:0 20px 0 0;}
.voice_img img{display:block;width:100%;margin:0;}
.voice_text{
position:relative;
display:block;
flex:1;
margin:0;
}
.voice_text dt{
text-align:left;
font-size:16px;
line-height:30px;
font-weight:bold;
border-bottom:dotted 2px #cccccc;
}
.voice_text dt .voice_value{
margin:0 0 0 20px;
font-size:14px;
color:#666666;
font-weight:normal;
}
.voice_text dt .star{font-size:16px;color:#ffe164;}
.voice_text dd{
padding:7px 0 0 0;
text-align:justify;
font-size:16px;
line-height:30px;
}
.voice_attention{margin:0 auto;padding:0;color:#999999;text-align:right;font-size:12px;line-height:20px;}
@media only screen and (max-width:750px){
#voice{}
.voice_wrapper{padding:0 4%;}
.voice_box{margin:0 0 20px 0;padding:20px 4%;}
.voice_img{width:60px;margin:0 10px 0 0;}
.voice_img img{}
.voice_text{}
.voice_text dt{font-size:14px;}
.voice_text dt .voice_value{margin:0 0 0 10px;font-size:12px;}
.voice_text dt .star{font-size:14px;}
.voice_text dd{padding:7px 0 0 0;font-size:14px;line-height:24px;}
.voice_attention{font-size:10px;line-height:14px;}
}

/* ----------------------- CSS Information 
 Style Info: MESSAGE
--------------------------------------- */
#message{
background:#ffffff url(../img/bg02.png) no-repeat center top;
background-size:100% auto;
border-top:1px solid #44d3b5;
border-bottom:1px solid #44d3b5;
}
.message_box{
width:100%;
max-width:1000px;
margin:0 auto;
padding:0 4%;
box-sizing:border-box;
}
.message_box .text{
line-height:30px;
padding:0 0 1px 0;
background:url(../img/message_text.png) repeat left top;
}
.message_box .text p{margin:0 0 30px 0;padding:0;}
.message_box .text p:last-child{margin:0;padding:0;}
.sign{display:block;margin:20px 0 0 auto;}
@media only screen and (max-width:750px){
#message{}
.sign{width:120px;height:auto;margin:10px 0 0 auto;}
}

/* ----------------------- CSS Information 
 Style Info: BTN
--------------------------------------- */
.btn{
width:100%;
margin:0 auto;
padding:0 30px;
box-sizing:border-box;
}
.btn_wrapper{
position:relative;
width:100%;
max-width:600px;
margin:0 auto;
padding:0;
background:#ffffff;
overflow:hidden;
border-radius:8px;
box-shadow:2px 2px 4px 0px rgba(0,0,0,0.5);
box-sizing:border-box;
}
.btn_wrapper img{width:100%;}
.btn_wrapper img:hover{opacity:0.5;}
@media only screen and (max-width:750px){
.btn{padding:0 4%;}
}

/* ----------------------- CSS Information 
 Style Info: CTA
--------------------------------------- */
#cta{
position:relative;
margin:0;
padding:0 0 80px 0;
width:100%;
text-align:center;
background:#ffe164;
box-sizing:border-box;
}
.cta_wrapper{width:100%;max-width:1000px;margin:0 auto;padding:0;}
.cta_img{width:100%;max-width:1000px;margin:0 auto;padding:0;box-sizing:border-box;}
@media only screen and (max-width:750px){
#cta{padding:0 0 40px 0;}
.cta_img{}
}

/* ----------------------- CSS Information 
 Style Info: OUTLINE
--------------------------------------- */
.outline{
margin:0 auto 40px auto;
padding:0 4%;
box-sizing:border-box;
}
.outline dl{
width:100%;
margin:0;
padding:0 30px 40px 30px;
font-size:16px;
line-height:30px;
text-align:justify;
color:#000000;
background:#ffffff;
box-sizing:border-box;
}
.outline dt{
position:relative;
display:flex;
align-items:center;
justify-content:center;
font-weight:bold;
}
.outline dt:after{
content:"";
flex-grow:1;
border-top:1px solid #44d3b5;
margin:0 0 0 10px;
}
.outline dd{padding:0 0 30px 0;}
.outline dd:last-child{padding:0;}
.outline dd ol{margin:0;padding:0;counter-reset:li;}
.outline dd ol li{
position:relative;
margin:0;
padding-left:20px;
list-style:none;
}
.outline dd ol li:before{
position:absolute;
top:8px;
left:0;
width:16px;
height:16px;
font-size:14px;
line-height:16px;
font-weight:bold;
text-align:center;
color:#ffffff;
counter-increment:li;
content:counter(li);
background:#44d3b5;
}
.outline dd ul{margin:0;padding:0;}
.outline dd ul li .item{
display:inline-block;
margin:0 5px 0 0;
width:90px;
height:16px;
font-size:14px;
line-height:16px;
text-align:center;
vertical-align:middle;
color:#ffffff;
background:#44d3b5;
}
.payment_img{width:100%;max-width:800px;margin:10px auto 0 0;}
@media only screen and (max-width:750px){
.outline{margin:0 auto 20px auto;padding:0 4%;}
.outline dl{padding:20px 4%;font-size:14px;line-height:24px;}
.outline dt{}
.outline dt:after{}
.outline dd{}
.outline dd:last-child{}
.outline dd ol{}
.outline dd ol li{margin:0 0 5px 0;line-height:20px;}
.outline dd ol li:before{top:2px;font-size:12px;}
.outline dd ul{}
.outline dd ul li{margin:0 0 5px 0;line-height:20px;}
.outline dd ul li .item{
display:inline-block;
margin:0 5px 0 0;
width:80px;
height:16px;
font-size:12px;
}
.payment_img{max-width:690px;margin:10px auto 0 auto;}
}

/* ----------------------- CSS Information 
 Style Info: FOOTER
--------------------------------------- */
footer{
width:100%;
margin:0;
padding:40px 0;
color:#d1d1d1;
background:#000000;
}
#fnav a{color:#d1d1d1;text-decoration:none;}
#fnav a:hover{color:#d1d1d1;text-decoration:underline;}
#fnav{margin:0 0 20px 0;}
#fnav ul{list-style-type:none;}
#fnav li{
font-size:14px;
line-height:20px;
display:inline-block;
padding:0 20px;
border-right:1px solid #44d3b5;
}
#fnav li:last-child{border-right:none;}
address{
text-align:center;
font-size:14px;
line-height:20px;
padding:0;
}
@media only screen and (max-width:750px){
#fnav{margin:0 0 40px 0;}
#fnav li{display:block;border-right:0;margin:0 0 20px 0;font-size:12px;}
address{font-size:12px;}
.sp_no{display:none;}
}