@charset "UTF-8";

/* ------------------------------------------- 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: underline;color: #666666;}
a:visited{text-decoration: none;color: #66666;}
a:hover{text-decoration: underline;color: #999999;}
a:active{text-decoration: none;color: #66666;}
/*font*/
.b{font-weight:bold;}
.ul{text-decoration:underline;}
.bg{background-color:#fff45c;}
.big{font-size:20px;line-height:30px;}@media only screen and (max-width:750px){.big{font-size:16px;line-height:24px;}}
.small{font-size:14px;line-height:20px;}@media only screen and (max-width:750px){.small{font-size:12px;line-height:20px;}}
.red{color:#c70003;}

/*----- image -----*/
.img960{width:100%;max-width:960px;margin:0 auto;}
.img920{width:100%;max-width:920px;margin:0 auto;}
.img750{width:100%;max-width:750px;margin:0 auto;}
.img670{width:100%;max-width:670px;margin:0 auto;}
.pc{display:block;}
.sp{display:none;}
@media only screen and (max-width:750px){
.pc{display:none;}
.sp{display:block;}
}

/* ------------------------------------------- CSS Information 
 Style Info: body
----------------------------------------------------------- */
body{  
font-family:"メイリオ",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
color:#333333;
font-size:16px;
line-height:0;
text-align:center;
background:#ffffff;
letter-spacing:0em;
min-width:320px;
position:relative;
}

/* ------------------------------------------- CSS Information 
 Style Info: btn_tracking
----------------------------------------------------------- */
#btn_tracking{
position:fixed;
z-index:100;
bottom:10px;
right:10px;
}
#btn_tracking a img{width:120px;height:120px;}
@media only screen and (max-width:750px){
#btn_tracking a img{width:80px;height:80px;}
}

/* ------------------------------------------- CSS Information 
 Style Info: header
----------------------------------------------------------- */
header{
margin:0;
width:100%;
text-align:center;
background:url(../img/header_bg_pc.png) repeat-x left top,url(../img/header_bg.png) no-repeat center top;
background-size:auto 100%,cover;
}
@media only screen and (max-width:750px){header{background:none;}}

/* ------------------------------------------- CSS Information 
 Style Info: title
----------------------------------------------------------- */
.title{
width:100%;
margin:0 auto;
padding:40px 0 0 0;
text-align:center;
}
.title.scrollin:after{
content:"";
display:block;
margin:40px auto 0 auto;
padding:0;
width:0;
max-width:240px;
height:10px;
background:#eb5505;
animation:title_hr 1s linear 1s both;
-webkit-animation:title_hr 1s linear 1s both;
}
@keyframes title_hr{0%{width:0%;}100%{width:100%;}}
@-webkit-keyframes title_hr{0%{width:0%;}100%{width:100%;}}
#contents04 .title{
padding:40px 0 40px 0;
background:url(../img/title04_bg_pc.png) no-repeat center top;
}
@media only screen and (max-width:960px){
#contents04 .title{
background:url(../img/title04_bg_960.png) no-repeat center top;
background-size:100% auto;
}
}
@media only screen and (max-width:750px){
.title{padding:20px 0 0 0;}
.title.scrollin:after{
max-width:160px;
height:5px;
margin:20px auto 0 auto;
}
#contents04 .title{
padding:20px 0 0 0;
background:none;
}
}

/* ------------------------------------------- CSS Information 
 Style Info: sub
----------------------------------------------------------- */
.sub{
margin:0 20px;
padding:0;
text-align:center;
background:#eb5505;
box-sizing:border-box;
}
.sub_title{
margin:0;
padding:40px 20px 0 20px;
}
@media only screen and (max-width:750px){
.sub{}
.sub_title{padding:20px 20px 0 20px;}
}


/* ------------------------------------------- CSS Information 
 Style Info: text
----------------------------------------------------------- */
.text{
width:100%;
max-width:960px;
margin:0 auto;
padding:40px 20px 10px 20px;
box-sizing:border-box;
font-size:18px;
line-height:30px;
text-align:left;
}
.text p,.text ul{margin:0;padding:0 0 30px 0;}
.text li{
margin:0;
padding:0 0 0 10px;
font-weight:bold;
list-style:none;
background:url(../img/list_pc.png) no-repeat top left;
font-size:20px;
}
@media only screen and (max-width:750px){
.text{
padding:20px 20px 0 20px;
font-size:15px;
line-height:24px;
text-align:justify;
}
.text p,.text ul{margin:0;padding:0 0 20px 0;}
.text li{background:url(../img/list_sp.png) no-repeat top left;font-size:16px;}
.text br{display:none;}
}


/* ------------------------------------------- CSS Information 
 Style Info: img
----------------------------------------------------------- */
.img_right{float:right;width:300px;padding:0 0 20px 20px;}
.imgbox{
width:100%;
max-width:960px;
margin:0 auto;
padding:0 20px 0 20px;
box-sizing:border-box;
}
.curriculum_img img,.point_img img{padding:0 0 20px 0;}
.curriculum_img img:last-child,.point_img img:last-child{padding:0;}
@media only screen and (max-width:750px){
.img_right{
display:block;
float:none;
width:240px;
margin:0 auto;
padding:0 0 20px 0;
}
}


/* ------------------------------------------- CSS Information 
 Style Info: inner
----------------------------------------------------------- */
.inner{
margin:0 20px 20px 20px;
padding:20px 20px 0 20px;
background:#f1ece6;
overflow-y:auto;
}
.inner .img_right{float:right;width:200px;padding:0 0 20px 20px;}
.inner_title{
width:100%;
margin:0 auto 30px auto;
padding:5px 10px;
font-size:20px;
line-height:30px;
text-align:left;
color:#f6f6f6;
background:#eb5505;
box-sizing:border-box;
}
.inner .text{
font-size:18px;
line-height:30px;
text-align:left;
margin:0;
padding:0;
}
.inner .text ul{
margin:0;
padding:0 0 10px 0;
}
.inner .text li{
margin:0;
padding:0 0 10px 10px;
font-size:18px;
font-weight:normal;
list-style:none;
background:url(../img/list_pc.png) no-repeat top left;
}
@media only screen and (max-width:750px){
.inner{}
.inner .img_right{
display:block;
margin:0 auto;
float:none;
width:200px;
padding:0 0 20px 0;
}
.inner_title{
margin:0 auto 20px auto;
padding:10px 5px;
font-size:15px;
line-height:24px;
text-align:center;
}
.inner .text{
padding:0 0 20px 0;
font-size:15px;
line-height:24px;
text-align:justify;
}
.inner .text ul{
margin:0;
padding:20px 0 0 0;
}
.inner .text li{
padding:0 0 20px 10px;
background:url(../img/list_sp.png) no-repeat top left;
font-size:15px;
line-height:24px;
}
}


/* ------------------------------------------- CSS Information 
 Style Info: contents
----------------------------------------------------------- */
.contents{
width:100%;
margin:0;
padding:40px 0;
}
@media only screen and (max-width:750px){.contents{padding:20px 0;}}

/* ------------------------------------------- CSS Information 
 Style Info: contents01
----------------------------------------------------------- */
#contents01{}
.contents01_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:40px 0 0 0;
}
@media only screen and (max-width:750px){
#contents01{}
.contents01_box{padding:20px 0 0 0;}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents02
----------------------------------------------------------- */
#contents02{}
.contents02_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:0;
}
@media only screen and (max-width:750px){
#contents02{}
.contents02_box{}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents03
----------------------------------------------------------- */
#contents03{}
.contents03_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:0;
}
@media only screen and (max-width:750px){
#contents03{}
.contents03_box{}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents04
----------------------------------------------------------- */
#contents04{}
.contents04_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:0;
}
@media only screen and (max-width:750px){
#contents04{}
.contents04_box{}
}

/* ------------------------------------------- CSS Information 
 Style Info: CASE
----------------------------------------------------------- */
#case{}
.case_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
#case{}
.case_box{}
}

/* ------------------------------------------- CSS Information 
 Style Info: PROFILE
----------------------------------------------------------- */
#profile{background:#f6f6f6;}
.profile_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:40px 0 0 0;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
#profile{}
.profile_box{padding:0;}
}

/* ------------------------------------------- CSS Information 
 Style Info: VOICE
----------------------------------------------------------- */
#voice{background:#f1ece6;}
.voice_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:40px 20px 0 20px;
box-sizing:border-box;
}
.voice_name{
color:#ffffff;
background:#eb5505;
text-align:left;
font-size:16px;
line-height:20px;
padding:10px;
}
#voice .img_right{float:right;width:200px;padding:0 0 20px 20px;}
.voice_text{
background:#ffffff;
}
.movie{
margin:0 0 40px 0;
padding:0;
width:100%;
position:relative;
box-sizing:border-box;
}
.movie_box{
position:relative;
width:100%;
max-width:920px;
max-height:518px;
margin:0 auto; 
padding-top:56.25%;
}
.movie_box iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
max-width:920px;
max-height:518px;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
#voice{}
.voice_box{padding:20px;}
.voice_name{
text-align:center;
font-size:15px;
line-height:24px;
padding:10px 5px;
}
#voice .img_right{
display:block;
margin:0 auto;
float:none;
width:200px;
padding:0 0 20px 0;
}
}

/* ------------------------------------------- CSS Information 
 Style Info: MISTAKE
----------------------------------------------------------- */
#mistake{}
.mistake_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
#mistake{}
.mistake_box{}
}

/* ------------------------------------------- CSS Information 
 Style Info: CHECK
----------------------------------------------------------- */
#check{}
.check_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:40px 0 0 0;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
#check{}
.check_box{padding:20px 0;}
}

/* ------------------------------------------- CSS Information 
 Style Info: CHANGE
----------------------------------------------------------- */
#change{}
.change_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:40px 0 40px 0;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
#change{}
.change_box{padding:20px 0 40px 0;}
}

/* ------------------------------------------- CSS Information 
 Style Info: PROCESS
----------------------------------------------------------- */
#process{background:#f1ece6;}
.process_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:40px 0 0 0;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
#process{}
.process_box{padding:20px 0 0 0;}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents05
----------------------------------------------------------- */
#contents05{}
.contents05_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:0;
}
@media only screen and (max-width:750px){
#contents05{}
.contents05_box{}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents06
----------------------------------------------------------- */
#contents06{}
.contents06_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:0;
}
@media only screen and (max-width:750px){
#contents06{}
.contents06_box{}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents07
----------------------------------------------------------- */
#contents07{}
.contents07_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:0;
}
@media only screen and (max-width:750px){
#contents07{}
.contents07_box{}
}


/* ------------------------------------------- CSS Information 
 Style Info: PROGRAM
----------------------------------------------------------- */
.program{background:#f1ece6;}
@media only screen and (max-width:750px){
.program{}
}

/* ------------------------------------------- CSS Information 
 Style Info: STEP
----------------------------------------------------------- */
.step{}
.step_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:20px 20px 0 20px;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
.step{}
.step_box{padding:20px 20px 0 20px;}
}

/* ------------------------------------------- CSS Information 
 Style Info: CURRICULUM
----------------------------------------------------------- */
.curriculum{}
.curriculum_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:20px 0 0 0;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
.curriculum{}
.curriculum_box{padding:20px 0 0 0;}
}

/* ------------------------------------------- CSS Information 
 Style Info: PRESENT
----------------------------------------------------------- */
.present{}
.present_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:20px;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
.present{}
.present_box{}
}

/* ------------------------------------------- CSS Information 
 Style Info: SEMINAR
----------------------------------------------------------- */
.seminar{}
.seminar_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:20px 20px 0 20px;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
.seminar{}
.seminar_box{padding:20px 20px 0 20px;}
}


/* ------------------------------------------- CSS Information 
 Style Info: SUPPORT
----------------------------------------------------------- */
.support{}
.support_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:20px 20px 0 20px;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
.support{}
.support_box{padding:20px 20px 0 20px;}
}

/* ------------------------------------------- CSS Information 
 Style Info: FAQ
----------------------------------------------------------- */
#faq{background:#ffffff;}
#faq dl{
width:100%;
max-width:960px;
margin:40px auto 0 auto;
padding:0 30px;
box-sizing:border-box;
}
#faq dt{
font-size:16px;
line-height:30px;
text-align:justify;
margin:0;
padding:20px 20px 20px 70px;
background:#f1ece6 url(../img/faq_q.png) no-repeat 20px 20px;
background-size:30px 30px;
border-bottom:1px solid #eb5505;
}
#faq dd{
font-size:16px;
line-height:30px;
text-align:justify;
margin:0 0 30px 0;
padding:20px 20px 20px 70px;
background:#f1ece6 url(../img/faq_a.png) no-repeat 20px 20px;
background-size:30px 30px;
z-index:2;
}
#faq dd:last-child{margin:0;}
@media only screen and (max-width:750px){
#faq{}
#faq dl{
margin:20px 0 0 0;
padding:0 20px;
}
#faq dt{
font-size:14px;
line-height:24px;
padding:20px 20px 20px 40px;
background:#f1ece6 url(../img/faq_q.png) no-repeat 10px 20px;
background-size:24px 24px;
}
#faq dd{
font-size:14px;
line-height:24px;
text-align:justify;
margin:0 0 20px 0;
padding:20px 20px 20px 40px;
background:#f1ece6 url(../img/faq_a.png) no-repeat 10px 20px;
background-size:24px 24px;
}
#faq dd:last-child{margin:0;}
}

/* ------------------------------------------- CSS Information 
 Style Info: PS
----------------------------------------------------------- */
#ps{
width:100%;
margin:0;
padding:80px 0 80px 0;
background:#ffffff url(../img/ps_bg_pc.png) no-repeat center top fixed;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.ps_box{
width:100%;
max-width:960px;
margin:40px auto 0 auto;
padding:0 30px;
box-sizing:border-box;
}
.letter{
padding:60px 40px 60px 40px;
background:rgba(255,255,255,0.8);
box-shadow:0px 0px 4px 0 rgba(0,0,0,0.25);
}
.letter .text{
padding:0;
background:url(../img/letter_bg_pc.png) repeat left top;
line-height:40px;
}
.letter .text p{
margin:0;
padding:0 0 40px 0;
}
.sign{
display:block;
margin:20px 0 0 auto;
}
@media only screen and (max-width:750px){
#ps{
padding:40px 0 40px 0;
background:#ffffff url(../img/ps_bg_sp.png) no-repeat center top;
background-size:100% auto;
}
.ps_box{
margin:20px auto 0 auto;
padding:0 20px;
}
.letter{padding:20px;}
.letter .text{
background:url(../img/letter_bg_sp.png) repeat left top;
line-height:30px;
}
.letter .text p{padding:0 0 30px 0;}
.letter .text p:last-child{padding:0;}
.letter .text br{display:none;}
.sign{
display:block;
margin:10px 0 0 auto;
width:120px;
height:24px;
}
}


/* ------------------------------------------- CSS Information 
 Style Info: CTA
----------------------------------------------------------- */
.cta{
width:100%;
margin:0;
padding:60px 0 60px 0;
text-align:center;
background:#333333;
}
.cta_btn{
width:100%;
max-width:880px;
margin:40px auto 0 auto;
padding:0 20px;
box-sizing:border-box;
}
.cta_btn img{width:100%;}
@media only screen and (max-width:750px){
.cta{padding:30px 0 40px 0;}
.cta_btn{margin:20px auto 0 auto;}
}
/*----- ボタンアニメーション -----*/
.reflection_box{
margin:0 auto;
width:100%;
max-width:840px;
height:100%;
position:relative;
overflow:hidden;
box-sizing:border-box;
}
.reflection{
width:30px;
height:100%;
position:absolute;
top:-180px;
left:0;
background-color:rgba(255,255,255,0.8);
opacity:0;
transform:rotate(45deg);
animation:reflection 3s ease-in-out infinite;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 4s ease-in-out infinite;
-moz-transform: rotate(45deg);
-moz-animation: reflection 4s ease-in-out infinite;
-ms-transform: rotate(45deg);
-ms-animation: reflection 4s ease-in-out infinite;
-o-transform: rotate(45deg);
-o-animation: reflection 4s ease-in-out infinite;
}
@keyframes reflection {
0%{ transform: scale(0) rotate(45deg); opacity: 0; }
80%{ transform: scale(0) rotate(45deg); opacity: 0.5; }
81%{ transform: scale(4) rotate(45deg); opacity: 1; }
100%{ transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
0%{ -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80%{ -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81%{ -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100%{ -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}



/* ------------------------------------------- CSS Information 
 Style Info:     フッター設定
----------------------------------------------------------- */
footer{
margin:0;
padding:40px 0;
width:100%;
background:#111111;
color:#d1d1d1;
}
#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:12px;
line-height:20px;
display:inline-block;
padding:0 20px;
border-right:1px solid #eb5505;
}
#fnav li:last-child{border-right:none;}
address{
text-align:center;
font-size:12px;
line-height:20px;
padding:0;
}
@media only screen and (max-width:767px){
#fnav{margin:0 0 40px 0;}
#fnav li{
display:block;
border-right:0;
margin:0 0 20px 0;
}
.sp_no{display:none;}
}

/* --------------------------------- CSS Information 
 Style Info: fadein
------------------------------------------------- */
.fadein{
opacity:0;
transition:all ease 1s;
}
.fadein.scrollin{opacity:1;}
/*左から----------*/
.fadein_left{
opacity:0;
transform:translateX(-40px);
transition:all 1s;
}
.fadein_left.scrollin{
opacity:1;
transform:translateX(0);
}
/*右から----------*/
.fadein_right{
opacity:0;
transform:translateX(40px);
transition:all 1s;
}
.fadein_right.scrollin{
opacity:1;
transform:translateX(0);
}
/*上から----------*/
.fadein_top{
opacity:0;
transform:translateY(-20px);
transition:all 1s;
}
.fadein_top.scrollin{
opacity:1;
transform:translateY(0);
}
/*下から----------*/
.fadein_bottom{
opacity:0;
transform:translateY(20px);
transition:all 1s;
}
.fadein_bottom.scrollin{
opacity:1;
transform:translateY(0);
}