@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&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{text-decoration:underline;color:#a84200;}
a:hover{text-decoration:underline;color:#f39800;}
/*font*/
.b{font-weight:bold;}
.ul{background:linear-gradient(transparent 70%, #f9e427 0%)}
.bg{background-color:#f9e427;}
.big{font-size:22px;line-height:36px;}@media only screen and (max-width:750px){.big{font-size:16px;line-height:24px;}}
.small{font-size:12px;line-height:20px;}
.red{color:#af1e26;}
.text_center{text-align:center !important;}
.text_right{text-align:right;}
.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{
position:relative;
width:100%;
height:100%;
font-family:'Noto Sans JP',"メイリオ","ヒラギノ角ゴ Pro W3",Sans-Serif;
color:#333333;
font-size:18px;
line-height:0;
text-align:center;
letter-spacing:0em;
background:#000000;
}
.wrapper{
position:relative;
display:block;
width:100%;
max-width:2000px;
margin:0 auto;
paddding:0;
}
.video_bg{
position:fixed;
min-width:100%;
min-height:100%;
top:0;
left:50%;
transform:translateX(-50%);
background:url(../video/background.png) no-repeat center;
background-size:cover;
}

/* ----------------------- CSS Information 
 Style Info: TOPBAR
--------------------------------------- */
#topbar{
position:relative;
display:block;
width:100%;
margin:0 auto;
padding:0;
background:#3c1e00;
box-sizing:border-box;
}
#topbar img{
width:100%;
max-width:500px;
margin:0 auto;
padding:0;
}
@media only screen and (max-width:750px){
#topbar{}
#topbar img{max-width:750px;}
}

/* ----------------------- CSS Information 
 Style Info: HEADER/MAIN
--------------------------------------- */
.main{
position:relative;
display:block;
width:100%;
max-width:2000px;
margin:0 auto;
padding:0;
background:#f6eedc url(../img/bg.png) repeat-y center top;
box-sizing:border-box;
}
.main_wrapper{
width:100%;
margin:0 auto;
padding:0;
background:url(../img/main_bg.png) no-repeat center top;
background-size:auto 100%;
}
.main_box{
position:relative;
width:100%;
max-width:1400px;
margin:0 auto;
padding:0;
}
.main_box img{width:100%;max-width:1000px;margin:0 auto 0 0;}
.header_attention{
position:absolute;
width:75%;
max-width:750px;
bottom:5%;
left:0;
margin:0;
padding:0;
color:#000000;
font-size:18px;
line-height:30px;
font-weight:700;
}
@media only screen and (max-width:750px){
.main{}
.main_wrapper{background:none;}
.main_box{}
.main_box img{margin:0 auto;}
.header_attention{
position:relative;
width:100%;
bottom:auto;
margin:0 auto;
padding:0 0 20px 0;
font-size:14px;
line-height:20px;
}
}

/* ----------------------- CSS Information 
 Style Info: SLIPIN
--------------------------------------- */
#slipin{
position:relative;
width:100%;
margin:0;
padding:0;
background:#000000 url(../img/bg_black.png) no-repeat center;
background-size:cover;
box-sizing:border-box;
}
#slipin img{
width:100%;
max-width:1000px;
margin:0 auto;
padding:0;
}
@media only screen and (max-width:750px){
#slipin{background:#000000;}
#slipin img{}
}

/* ----------------------- CSS Information 
 Style Info: 共通設定
--------------------------------------- */
.section{
width:100%;
margin:0;
padding:0 0 120px 0;
position:relative;
}
.section_wrapper{
width:100%;
max-width:1000px;
margin:0 auto;
box-sizing:border-box;
}
.section_box{
width:100%;
margin:0 auto;
padding:0 4%;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
.section{padding:0 0 40px 0;}
}

/* ----------------------- CSS Information 
 Style Info: TITLE
--------------------------------------- */
h1.title{
display:block;
width:100%;
margin:0 auto 0 auto;
padding:60px 0;
}
h1.title img{
width:100%;
max-width:750px;
margin:0 auto;
padding:0;
}
@media only screen and (max-width:750px){
h1.title{padding:40px 0;}
h1.title img{}
}

/* -- text -- */
.text{
margin:0;
padding:0;
font-size:18px;
line-height:40px;
text-align:left;
box-sizing:border-box;
}
.text p{margin:0 0 30px 0;padding:0;}
.text p:last-child{margin: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;}
/* -- br -- */
.text br{display:none;}
.text br.sp{display:block;}
.text br.all{display:block;}
}

/* ----------------------- CSS Information 
 Style Info: CHANCE
--------------------------------------- */
#chance{background:#ffffff;}
@media only screen and (max-width:750px){}

/* ----------------------- CSS Information 
 Style Info: ABOUT
--------------------------------------- */
#about{background:#ffffff;}
.about_box{
display:block;
width:100%;
margin:0 auto 40px auto;
padding:0;
}
.about_box dl{
display:block;
width:100%;
margin:0 auto 30px auto;
padding:0;
box-sizing:border-box;
}
.about_box dt{
position:relative;
display:block;
width:100%;
margin:0;
padding:10px 30px 10px 40px;
font-weight:700;
color:#f5e7d1;
background:#a84200;
box-sizing:border-box;
}
.about_box dt:before{
content:"";
position:absolute;
display:block;
width:24px;
height:30px;
top:15px;
left:10px;
margin:0;
padding:0;
background:url(../img/icon_light.png) no-repeat left top;
background-size:24px 30px;
}
.about_box dd{
display:block;
width:100%;
margin:0;
padding:30px;
background:#f5e7d1;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
#about{}
.about_box{margin:0 auto 40px auto;}
.about_box dl{margin:0 auto 20px auto;}
.about_box dt{padding:10px 4% 10px 30px;}
.about_box dt:before{width:15px;height:20px;top:12px;background-size:15px 20px;}
.about_box dd{padding:20px 4%;}
}

/* ----------------------- CSS Information 
 Style Info: OVERVIEW
--------------------------------------- */
#overview{
position:relative;
display:block;
width:100%;
margin:0;
padding:0;
box-sizing:border-box;
background:#f6eedc url(../img/bg.png) repeat-y center top;
}
.main_title{
width:100%;
max-width:750px;
margin:0 auto;
padding:0;
}
h1.title_overview{padding:0;}

/* ----------------------- CSS Information 
 Style Info: CURRICULUM
--------------------------------------- */
h1.title_curriculum{
padding:60px 0 142px 0;
}
.curriculum{
position:relative;
width:100%;
margin:0;
padding:172px 0 0 0;
}
#curriculum01 .curriculum_wrapper{
background:#333333 url(../img/curriculum01_bg.png) no-repeat center;
background-size:cover;
}
#curriculum02 .curriculum_wrapper{
background:#333333 url(../img/curriculum02_bg.png) no-repeat center;
background-size:cover;
}
#curriculum03 .curriculum_wrapper{
background:#333333 url(../img/curriculum03_bg.png) no-repeat center;
background-size:cover;
}
#curriculum04 .curriculum_wrapper{
background:#333333 url(../img/curriculum04_bg.png) no-repeat center;
background-size:cover;
}
.curriculum_box{
position:relative;
width:100%;
max-width:750px;
margin:0 auto;
padding:80px 0 212px 0;
box-sizing:border-box;
}
#curriculum04 .curriculum_box{padding:80px 0 120px 0;}
.curriculum_img{
position:relative;
display:block;
width:100%;
margin:0 auto;
padding:0 4%;
box-sizing:border-box;
}
.curriculum_img img{
position:relative;
width:100%;
margin:-345px auto 0 auto;
padding:0;
}
h2.curriculum_index{
display:block;
width:100%;
margin:60px auto 40px auto;
padding:0;
box-sizing:border-box;
}

h2.curriculum_index img{
display:block;
width:100%;
max-width:750px;
margin:0 auto;
padding:0;
}
.curriculum_text{
width:100%;
margin:0 auto;
padding:0 4%;
box-sizing:border-box;
font-size:18px;
line-height:40px;
text-align:justify;
color:#ffffff;
}
.curriculum_text p{
margin:0;
padding:0;
}
.curriculum_text p.curriculum_instructor{
text-align:right;
color:#e3d4aa;
}
.curriculum_text p.curriculum_instructor span{
display:inline-block;
margin:0 5px 0 0;
padding:0 10px 1px 10px;
font-size:16px;
line-height:19px;
vertical-align:0;
font-weight:700;
color:#3f0000;
background:#e3d4aa;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
h1.title_curriculum{padding:40px 0 20vw 0;}
.curriculum{padding:25vw 0 0 0;}
.curriculum_box{padding:0 0 30vw 0;}
#curriculum04 .curriculum_box{padding:0 0 20vw 0;}
.curriculum_img{}
.curriculum_img img{margin:-35.5vw auto 0 auto;}
h2.curriculum_index{margin:30px auto 20px auto;}
h2.curriculum_index img{}
.curriculum_text{font-size:14px;line-height:24px;}
.curriculum_text p{}
.curriculum_text p.curriculum_instructor{}
.curriculum_text p.curriculum_instructor span{font-size:14px;}
}


/* ----------------------- CSS Information 
 Style Info: PRESENT
--------------------------------------- */
#present{padding:120px 0;}

.present_box{
position:relative;
width:100%;
max-width:750px;
margin:0 auto;
padding:0 0 120px 0;
box-sizing:border-box;
}
h2.present_index{
display:block;
width:100%;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
h2.present_index img{
display:block;
width:100%;
max-width:750px;
margin:0 auto;
padding:0;
}
.present_text{
width:100%;
margin:0 auto;
padding:0 4%;
box-sizing:border-box;
font-size:18px;
line-height:40px;
text-align:justify;
color:#ffffff;
}
.present_text p{
margin:0;
padding:0 0 30px 0;
}
.present_text dl{
margin:0;
padding:0 0 30px 0;
}
.present_text dt{
display:flex;
align-items:center;
margin:0;
padding:0;
font-size:20px;
font-weight:900;
}
.present_text dt span{
display:block;
width:80px;
margin:0 10px 0 0;
padding:0;
font-size:18px;
line-height:30px;
text-align:center;
font-weight:900;
color:#000000;
background:#f39800;
}
.present_text dt:after{
content:"";
flex:1;
margin:0 0 0 5px;
height:2px;
background:#ffffff;
}
.present_text dd{
margin:0;
padding:0;
}
@media only screen and (max-width:750px){
#present{padding:60px 0 20px 0;}
.present_box{padding:0 0 40px 0;}
h2.present_index{}
h2.present_index img{}
.present_text{font-size:14px;line-height:24px;}
.present_text p{padding:0 0 20px 0;}
.present_text dl{padding:0 0 20px 0;}
.present_text dt{font-size:16px;}
.present_text dt span{width:60px;font-size:14px;line-height:20px;}
.present_text dt:after{}
.present_text dd{}
}


/* ----------------------- CSS Information 
 Style Info: PROFILE
--------------------------------------- */
#profile{
background:#f6eedc url(../img/bg.png) repeat-y center top;
}
.profile_wrapper{
display:flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content:flex-start;
align-items:flex-start;
width:100%;
max-width:1500px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
.profile_box{
width:44%;
margin:0;
padding:0 0 0 4%;
}
.profile_img{
display:block;
margin:0 auto;
padding:0;
width:100%;
max-width:690px;
}
.profile_box dl{}
.profile_box dt.info{
display:block;
width:100%;
height:40px;
margin:0;
padding:0;
font-size:18px;
line-height:39px;
text-align:center;
font-weight:bold;
color:#ffffff;
background:#f39800;
}
.profile_box dt.name{
font-size:30px;
line-height:40px;
text-align:center;
margin:20px 0 40px 0;
padding:0;
font-weight:700;
color:#a84200;
}
.profile_box dd{
margin:0;
padding:0;
font-size:16px;
line-height:30px;
text-align:justify;
color:#333333;
}
.profile_box dd ul{margin:0 0 30px 0;padding:0;}
.profile_box dd p{margin:0;padding:0;}
@media only screen and (max-width:750px){
#profile{}
.profile_wrapper{display:block;}
.profile_box{width:100%;padding:0 4% 40px 4%;box-sizing:border-box;}
.profile_img{}
.profile_box dl{}
.profile_box dt.info{height:30px;font-size:16px;line-height:29px;}
.profile_box dt.name{font-size:20px;line-height:30px;margin:10px 0 20px 0;}
.profile_box dd{font-size:14px;line-height:24px;}
.profile_box dd ul{margin:0 0 20px 0;padding:0;}
.profile_box dd p{margin:0;padding:0;}
}

/* ----------------------- CSS Information 
 Style Info: FAQ
--------------------------------------- */
#faq{background:#ffffff;}
#faq input[type=checkbox]{display:none;}
#faq label{
position:relative;
display:block;
width:100%;
max-width:920px;
margin:0 auto;
padding:20px 40px 20px 70px;
font-size:16px;
line-height:30px;
text-align:justify;
color:#333333;
border-radius:10px;
cursor:pointer;
text-transform:uppercase;
box-sizing:border-box;
background-color:#f3ecd1;
background-image:url(../img/faq_q.png);
background-size:30px 30px;
background-repeat:no-repeat;
background-position:20px 20px;
}
#faq label:hover{background-color:#f7f3ea;}
#faq input[type=checkbox]:checked + label{background-color:#f3ecd1;border-radius:10px 10px 0 0;}
#faq label:after{
content:"＋";
position:absolute;
display:block;
top:50%;
margin-top:-10px;
right:10px;
width:20px;
height:20px;
font-size:18px;
line-height:19px;
color:#000000;
}
#faq input[type=checkbox]:checked + label:after{content:"－";}
.faq_answer{
position:relative;
margin:0 auto 30px auto;
padding:0 20px 0 70px;
width:100%;
max-width:920px;
height:0;
font-size:16px;
line-height:30px;
text-align:justify;
transition:1s;
box-sizing:border-box;
background-color:#f7f3ea;
background-image:url(../img/faq_a.png);
background-size:30px 30px;
background-repeat:no-repeat;
background-position:20px 20px;
border-radius:0 0 10px 10px;
overflow:hidden;
opacity:0;
}
.faq_answer p{margin:0;padding:0;}
.faq_answer:last-child{margin:0 auto 0 auto;}
#faq input[type=checkbox]:checked + label + .faq_answer{
padding:20px 20px 20px 70px;
height:auto;
opacity:1;
}
@media only screen and (max-width:750px){
#faq{}
#faq label{
padding:10px 26px 10px 40px;
font-size:14px;
line-height:20px;
border-radius:6px;
background-size:20px 20px;
background-position:10px 10px;
}
#faq label:after{
margin-top:-8px;
right:5px;
width:16px;
height:16px;
font-size:16px;
line-height:16px;
}
#faq input[type=checkbox]:checked + label:after{}
#faq input[type=checkbox]:checked + label{border-radius:6px 6px 0 0;}
.faq_answer{
margin:0 auto 15px auto;
padding:0 10px 0 40px;
font-size:14px;
line-height:24px;
background-size:20px 20px;
background-position:10px 10px;
border-radius:0 0 6px 6px;
}
.faq_answer br{display:none;}
#faq input[type=checkbox]:checked + label + .faq_answer{padding:8px 10px 20px 40px;}
}


/* ----------------------- CSS Information 
 Style Info: CTA
--------------------------------------- */
#cta{
margin:0;
padding:0 0 60px 0;
}
.price_img{
display:block;
width:100%;
max-width:750px;
margin:0 auto;
padding:0;
}
.cta_box{
width:100%;
max-width:750px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
.cta_info{
width:100%;
margin:0 auto;
padding:0 4%;
box-sizing:border-box;
}
.payment{
width:100%;
max-width:600px;
margin:0 auto;
padding:0;
text-align:center;
color:#000000;
box-sizing:border-box;
}
.payment dt{
display:flex;
align-items:center;
justify-content:center;
font-size:16px;
line-height:30px;
color:#a84200;
font-weight:700;
}
.payment dt:before,.payment dt:after{
content:"";
height:2px;
background:#f39800;
flex:1;
}
.payment dt:before{margin-right:10px;}
.payment dt:after{margin-left:10px;}
.payment dd{
margin:0 0 30px 0;
padding:0;
font-size:16px;
line-height:30px;
}
.payment_img{
display:block;
width:100%;
max-width:240px;
margin:5px auto;
padding:0;
}
.limit{
width:100%;
max-width:600px;
margin:30px auto 0 auto;
padding:10px 0;
font-size:20px;
line-height:30px;
color:#f39800;
background:#a84200;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
#cta{padding:0 0 40px 0;}
.price_img{}
.cta_box{}
.cta_info{}
.payment{}
.payment dt{font-size:14px;line-height:30px;}
.payment dd{font-size:14px;line-height:30px;margin:0 0 20px 0;}
.payment_img{}
.limit{margin:20px auto 0 auto;font-size:14px;}
}

/* ----------------------- CSS Information 
 Style Info: BTN
--------------------------------------- */
.btn{
width:100%;
margin:0 auto;
padding:0;
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;}


/* ----------------------- CSS Information 
 Style Info: CONTACT
--------------------------------------- */
#contact{
position:relative;
width:100%;
margin:0;
padding:60px 0;
box-sizing:border-box;
text-align:center;
color:#ffffff;
background:#3c1e00;
}
#contact h1.title{
padding:0 0 20px 0;
}
.contact_title{
position:relative;
width:100%;
margin:0 auto 20px auto;
padding:0;
font-size:16px;
line-height:20px;
font-weight:600;
}
.contact_mail{
position:relative;
margin:0;
padding:0;
font-size:18px;
line-height:30px;
font-weight:600;
color:#ffffff;
}
.contact_mail span{
display:inline-block;
margin:0 10px 0 0;
padding:4px 10px 6px 10px;
font-size:16px;
line-height:20px;
font-weight:600;
color:#3c1e00;
background:#ffffff;
}
.contact_attention{
width:300px;
margin:30px auto 0 auto;
padding:0;
box-sizing:border-box;
}
.contact_attention li{
position:relative;
margin:0;
padding:0 0 0 16px;
font-size:14px;
line-height:24px;
text-align:justify;
list-style:none;
}
.contact_attention li:before{content:"※";}
@media only screen and (max-width:750px){
#contact{padding:40px 0;}
#contact h1.title{}
.contact_title{font-size:14px;line-height:24px;}
.contact_mail{font-size:14px;line-height:24px;}
.contact_mail span{padding:4px 5px 6px 5px;font-size:13px;}
.contact_attention{width:240px;margin:20px auto 0 auto;}
.contact_attention li{padding:0 0 0 14px;font-size:12px;line-height:20px;}
.contact_attention li:before{}
}

/* ----------------------- CSS Information 
 Style Info: FOOTER
--------------------------------------- */
footer{
position:relative;
margin:0;
padding:40px 0 200px 0;
width:100%;
color:#eeeeee;
background:#111111;
}
footer a{color:#eeeeee;text-decoration:none;}
footer a:hover{color:#eeeeee;text-decoration:underline;}
#nav_footer{
display:block;
width:100%;
max-width:750px;
margin:0 auto;
}
#nav_footer ul{
display:flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content:center;
align-items:flex-start;
width:100%;
text-align:center;
list-style-type:none;
}
#nav_footer ul li{
display:block;
font-size:12px;
line-height:20px;
margin:0;
padding:0 20px;
border-right:1px solid #f39800;
}
#nav_footer ul li:last-child{border-right:none;}
footer small{
display:block;
margin:20px 0 0 0;
padding:0;
text-align:center;
font-size:12px;
line-height:20px;
}
@media only screen and (max-width:750px){
footer{}
#nav_footer{}
#nav_footer ul{flex-direction:column;}
#nav_footer ul li{width:100%;margin:0 0 20px 0;padding:0;border-right:none;}
#nav_footer ul li:last-child{border-right:none;}
footer small{margin:0;}
.sp_no{display:none;}
}



/* ----------------------- CSS Information 
 Style Info: FOOTER_FIXED
--------------------------------------- */
#footer_fixed{
display:none;
position:fixed;
bottom:0;
left:0;
width:100%;
z-index:100;
background:#3c1e00;
box-shadow:0 0 4px 0px rgba(0,0,0,0.5);
box-sizing:border-box;
}
.footer_fixed_wrapper{
position:relative;
width:100%;
max-width:750px;
height:100%;
margin:0 auto;
padding:0;
background:#3c1e00;
box-sizing:border-box;
}
.footer_fixed_img{width:100%;max-width:750px;margin:0 auto;}
.btn_footer{
position:absolute;
top:50%;
right:2%;
width:33%;
margin:0 0 0 auto;
padding:0;
background:#ffffff;
border-radius:6px;
box-shadow:2px 2px 2px 0px rgba(0,0,0,0.5);
box-sizing:border-box;
overflow:hidden;
}
.btn_footer img{width:100%;}
.btn_footer img:hover{opacity:0.5;}
@media only screen and (max-width:750px){
#footer_fixed{}
.footer_fixed_wrapper{}
.footer_fixed_img{}
.btn_footer{
position:absolute;
top:12.5%;
left:50%;
width:48%;
margin:0 auto 0 0;
padding:0;
background:#ffffff;
border-radius:6px;
box-shadow:2px 2px 2px 0px rgba(0,0,0,0.5);
box-sizing:border-box;
overflow:hidden;
}
.btn_footer img{width:100%;}
.btn_footer img:hover{opacity:0.5;}
}