@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;} 

/* ------------------------------------------- CSS Information 
 Style Info: 基本設定
----------------------------------------------------------- */
/*A Style*/  
a:link{text-decoration:underline;color:#ffec47;}
a:visited{text-decoration:none;color:#ffec47;}
a:hover{text-decoration:underline;color:#ffec47;}
a:active{text-decoration:none;color:#ffec47;}
.b{font-weight:bold;}
.ul{text-decoration:underline;}
.bg{background-color:#fff45c;}
.red{color:#cc0000;}
.big{font-size:20px;line-height:30px;}
@media only screen and (max-width:768px){.big{font-size:16px;line-height:24px;}}
/*img*/
.img1280{width:100%;max-width:1280px;margin:0 auto;}
.img960{width:100%;max-width:960px;margin:0 auto;}
.img810{width:100%;max-width:810px;margin:0 auto;}
.img750{width:100%;max-width:750px;margin:0 auto;}
.pc{display:block;margin:0 auto;}
.sp{display:none;margin:0 auto;}
@media only screen and (max-width:768px){
.pc{display:none;}
.sp{display:block;}
}
/* text */
.text{margin:0;padding:0;font-size:16px;line-height:30px;}
.text p,.text dd{margin:0;padding:0 0 30px 0;}
.text_right{text-align:right;}
@media only screen and (max-width:768px){
.text{font-size:14px;line-height:24px;}
.text p,.text dd{margin:0;padding:0 0 20px 0;}
}
/*br*/
.br_sp{display:none;}
@media only screen and (max-width:768px){
.br_sp{display:block;}
}
span.pc_only{display:inline;}
span.sp_only{display:none;}
@media only screen and (max-width:768px){
span.pc_only{display:none;}
span.sp_only{display:inline;}
}


/* ------------------------------------------- CSS Information 
 Style Info: html/body
----------------------------------------------------------- */
html,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;
letter-spacing:0em;
background:#ffffff;
width:100%;
height:100%;
}

/* ------------------------------------------- CSS Information 
 Style Info: header
----------------------------------------------------------- */
header{
margin:0;
padding:0;
width:100%;
height:100%;
box-sizing:border-box;
text-align:center;
position:relative;
overflow:hidden;
}

.header_curtain{
position:absolute;
content:'';
display:block;
left:-50%;
top:-50%;
width:200%;
height:200%;
background:#cc0000;
animation:curtain 2s linear 2s both;
-webkit-animation:curtain 2s linear 2s both;
overflow:hidden;
}
@keyframes curtain{
0%{transform:rotate(30deg) translateY(100%);}
50%{transform:rotate(30deg) translateY(0%);}
100%{transform:rotate(30deg) translateY(-100%);}
}
@-webkit-keyframes curtain{
0%{-webkit-transform:rotate(30deg) translateY(100%);}
50%{-webkit-transform:rotate(30deg) translateY(0%);}
100%{-webkit-transform:rotate(30deg) translateY(-100%);}
}

.header01{
position:absolute;
margin:0;
padding:0;
width:100%;
height:100%;
top:0;
left:0;
line-height:0;
background:#ffffff;
animation:header01 0s linear 3s both;
-webkit-animation:header01 0s linear 3s both;
overflow:hidden;
}
.header01 img{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
width:100%;
max-width:960px;
}
@keyframes header01{0%{opacity:1;}100%{opacity:0;}}
@-webkit-keyframes header01{0%{opacity:1;}100%{opacity:0;}}

.header02{
position:absolute;
margin:0;
padding:0;
width:100%;
height:100%;
top:0;
left:0;
line-height:0;
background:url(../img/header_top.png) no-repeat right top;
animation:header02 0s linear 3s both;
-webkit-animation:header02 0s linear 3s both;
}
.header02 img{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
width:100%;
max-width:960px;
}
@keyframes header02{0%{opacity:0;}100%{opacity:1;}}
@-webkit-keyframes header02{0%{opacity:0;}100%{opacity:1;}}

.header_bg{
position:relative;
margin:0;
padding:0;
width:100%;
height:100%;
border:20px solid #ffffff;
line-height:0;
box-sizing:border-box;
overflow:hidden;
text-align:center;
animation:header_bg 0s linear 3s both;
-webkit-animation:header_bg 0s linear 3s both;
}
.header_video{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
min-width:100%;
min-height:100%;
width:auto;
height:auto;
background:url(../video/sample.jpg) no-repeat;
background-size:cover;
}
@keyframes header_bg{0%{opacity:0;}100%{opacity:1;}}
@-webkit-keyframes header_bg{0%{opacity:0;}100%{opacity:1;}}


.header_btn{
position:absolute;
width:160px;
height:80px;
bottom:40px;
left:0;
right:0;
margin:auto;
animation:header_btn 1s linear 3s both;
-webkit-animation:header_btn 1s linear 3s both;
}
@keyframes header_btn{0%{opacity:0;}100%{opacity:1;}}
@-webkit-keyframes header_btn{0%{opacity:0;}100%{opacity:1;}}
.header_btn img{width:160px;}



@media only screen and (max-width:768px){
header{text-align:right;}
.header_btn{
position:absolute;
bottom:40px;
left:0;
right:0;
margin:auto;
width:160px;
height:80px;
}
.header_btn img{width:160px;}
.header_curtain{}
.header01{}
.header01 img{max-width:750px;}
.header02{background:url(../img/header_top.png) no-repeat right top;background-size:180px 90px;}
.header02 img{max-width:750px;}
.header_bg{}
.header_video{}
}



/* ------------------------------------------- CSS Information 
 Style Info: main
----------------------------------------------------------- */
/* main -----*/
#main{}

/* main_header -----*/
#main_header{
margin:20px;
padding:0;
width:auto;
height:320px;
background:url(../img/main_header_bg.png) no-repeat center;
background-size:cover;
}
@media only screen and (max-width:768px){
#main_header{height:160px;}
}

/* title -----*/
.title{margin:0 auto 40px auto;padding:0;text-align:center;}
.title.scrollin:after{
content:"";
margin:40px auto 0 auto;
padding:0;
width:0;
max-width:240px;
height:10px;
background:#cc0000;
border:0;
display:block;
animation:title_hr 1s linear 0.5s both;
-webkit-animation:title_hr 1s linear 0.5s both;
}
@keyframes title_hr{0%{width:0%;}100%{width:100%;}}
@-webkit-keyframes title_hr{0%{width:0%;}100%{width:100%;}}
.title_00{
margin:40px auto 40px auto;
padding:0;
text-align:center;
background:url(../img/title_contents00_bg.png) repeat-x left top;
background-size:auto 100%;
}

@media only screen and (max-width:768px){
.title{margin:0 auto 20px auto;}
.title.scrollin:after{margin:20px auto 0 auto;max-width:160px;height:4px;}
.title_00{margin:20px auto;}
}

/*----- contents01 -----*/
#contents01{
margin:0 auto;
padding:40px 0 80px 0;
width:100%;
position:relative;
box-sizing:border-box;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-align:stretch;
-ms-flex-align:stretch;
align-items:stretch;
}
#contents01 .leftbox,#contents01 .rightbox{width:50%;margin:0;box-sizing:border-box;}
#contents01 .leftbox{
margin:auto 0;
padding:0 20px;
overflow:hidden;
}
#contents01 .leftbox img{width:100%;height:auto;}
#contents01 .rightbox{}
#contents01 .textbox{
margin:0 auto;
padding:0 20px;
max-width:750px;
text-align:justify;
box-sizing:border-box;
}
@media only screen and (max-width:768px){
#contents01{padding:20px 0 20px 0;display:block;}
#contents01 .leftbox,#contents01 .rightbox{width:100%;}
#contents01 .leftbox{padding:0 20px 20px 20px;}
#contents01 .leftbox img{}
#contents01 .rightbox{}
#contents01 .textbox{}
#contents01 .textbox br{display:none;}
}

/*----- contents02 -----*/
#contents02{
margin:0 auto;
padding:40px 0 80px 0;
width:100%;
position:relative;
box-sizing:border-box;
}
#contents02 .textbox{
margin:0 auto;
padding:0 20px;
text-align:center;
}
#contents02 .movie{
margin:0 auto;
padding:80px 0 40px 0;
width:100%;
max-width:1600px;
position:relative;
box-sizing:border-box;
background:url(../img/contents02_img.png) no-repeat;
background-position:20px 0;
background-size:480px auto;
}
@media only screen and (max-width:960px){
#contents02 .movie{
margin:0 auto;
padding:120px 0 40px 0;
background:url(../img/contents02_img.png) no-repeat;
background-position:20px 0;
background-size:320px auto;
}
}
@media only screen and (max-width:768px){
#contents02{padding:20px 0 40px 0;}
#contents02 .movie{
margin:0 auto;
padding:0 0 20px 0;
background:none;
}
}

/*----- contents03 -----*/
#contents03{
margin:0 auto;
padding:40px 0 80px 0;
width:100%;
position:relative;
box-sizing:border-box;
}
@media only screen and (max-width:768px){#contents03{padding:20px 0 40px 0;}}

/*----- contents04 -----*/
#contents04{
margin:0 auto;
padding:40px 0 40px 0;
width:100%;
position:relative;
box-sizing:border-box;
}
#contents04 .textbox{
margin:0 auto;
padding:0 20px;
width:100%;
max-width:750px;
text-align:justify;
box-sizing:border-box;
}
#contents04 .imgbox{
margin:40px 0 80px 0;
padding:0;
width:auto;
box-sizing:border-box;
background:#f5f5f5;
}
@media only screen and (max-width:768px){
#contents04{padding:20px 0 20px 0;}
#contents04 .textbox br{display:none;}
#contents04 .imgbox{margin:20px 0 40px 0;background:#ffffff;}
}

/*----- contents05 -----*/
#contents05{
margin:0 auto;
padding:40px 0 80px 0;
width:100%;
position:relative;
box-sizing:border-box;
}
#method{
margin:0;
padding:80px 0 0 0;
width:100%;
background:#f5f5f5;
}
.method_box{
margin:0 auto;
padding:40px 0 80px 0;
width:100%;
max-width:1080px;
position:relative;
box-sizing:border-box;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-align:stretch;
-ms-flex-align:stretch;
align-items:stretch;
}
.method_box .leftbox{
margin:0 auto 0 0;
padding:0 20px;
width:750px;
text-align:justify;
box-sizing:border-box;
}
.method_box dt{
font-weight:bold;
}
.method_box ul{
margin:0 0 30px 0;
padding:0;
list-style:none;
}
.method_box li{
margin:0;
padding:0 0 0 20px;
font-wieght:bold;
list-style:none;
background:url(../img/list_pc.png) no-repeat left center;
}
.method_box .rightbox{
width:auto;
margin:0;
padding:0 20px;
box-sizing:border-box;
}
.method_box .rightbox img{width:100%;max-width:360px;}
.title_method00{
margin:40px auto 40px auto;
padding:0;
text-align:center;
background:url(../img/title_method00_bg.png) repeat-x left top;
background-size:auto 100%;
}
@media only screen and (max-width:768px){
#contents05{padding:0 0 40px 0;}
#contents05 br{display:none;}
#method{
margin:0;
padding:40px 0 0 0;
}
.method_box{
padding:0 0 40px 0;
max-width:750px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-align:stretch;
-ms-flex-align:stretch;
align-items:stretch;
}
.method_box .leftbox{
margin:0 auto;
padding:20px 20px 0 20px;
width:100%;
}
.method_box dt{
font-weight:bold;
}
.method_box ul{margin:0 0 20px 0;}
.method_box li{background:url(../img/list_sp.png) no-repeat left center;}
.method_box text br{display:none;}
.method_box .rightbox{width:100%;padding:20px 0;}
.method_box .rightbox img{width:70%;max-width:530px;}
.title_method00{
margin:20px auto;
background:url(../img/title_method00_sp_bg.png) repeat-x left top;
background-size:auto 100%;
}
}

/*----- contents06 -----*/
#contents06{
margin:0 auto;
padding:40px 0 80px 0;
width:100%;
position:relative;
box-sizing:border-box;
}
#contents06 .textbox{
margin:0 auto;
padding:0 20px;
text-align:center;
}
#contents06 .movie{
margin:0 auto;
padding:0;
width:100%;
max-width:1280px;
position:relative;
box-sizing:border-box;
background:url(../img/contents06_img.png) no-repeat center bottom;
}
@media only screen and (max-width:1279px){#contents06 .movie{background:none;}}
@media only screen and (max-width:768px){#contents06{padding:20px 0 40px 0;}}

/*----- contents07 -----*/
#contents07{
margin:0 auto;
padding:40px 0 80px 0;
width:100%;
position:relative;
box-sizing:border-box;
}
#contents07 .textbox{
margin:0 auto;
padding:0 20px;
text-align:center;
}
@media only screen and (max-width:768px){#contents07{padding:20px 0 40px 0;}}

/*----- contents08 -----*/
#contents08{
margin:0 auto;
padding:40px 0 40px 0;
width:100%;
position:relative;
box-sizing:border-box;
}
.outline{
margin:0 auto;
padding:0 30px;
width:100%;
max-width:960px;
box-sizing:border-box;
}
.outline dl{
margin:0 auto;
padding:0 0 40px 0;
width:100%;
text-align:left;
}
.outline dt{
margin:0 0 20px 0;
position:relative;
}
.outline dt:after{
content:"";
display:block;
width:100%;
height:2px;
background:#cc0000;
position:absolute;
top:0;
bottom:0;
margin:auto;
z-index:1;
}
.outline dt span{
padding:0 10px 0 0;
font-size:20px;
line-height:30px;
font-weight:bold;
z-index:5;
background:#ffffff;
position:relative;
}
.outline dd{
padding:0 0 0 20px;
font-size:16px;
line-height:30px;
}
/*-- 日程 --*/
.outline dd.schedule{}
.outline dd.schedule span.sub{
display:inline-block;
margin:0 10px 10px 0;
padding:5px;
width:80px;
height:30px;
font-size:16px;
line-height:20px;
text-align:center;
font-weight:bold;
color:#ffffff;
background:#cc0000;
box-sizing:border-box;
}
.outline dd.schedule ul{
margin:0;
padding:10px 0 0 0;
font-size:14px;
line-height:24px;
}
.outline dd.schedule li{
margin:0;
padding:0 0 0 10px;
list-style:none;
background:url(../img/list.png) no-repeat left top;
}
.outline dd.schedule li.red{background:url(../img/list_red.png) no-repeat left top;}
/*-- タイムスケジュール --*/
.outline dd.timetable{
text-align:left;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:start;
-ms-flex-pack:start;
justify-content:flex-start;
-webkit-box-align:stretch;
-ms-flex-align:stretch;
align-items:stretch;
}
.outline dd.timetable .leftbox{
width:80px;
margin:0 10px 10px 0;
padding:0 5px;
font-size:16px;
line-height:30px;
text-align:center;
font-weight:bold;
color:#ffffff;
background:#cc0000;
box-sizing:border-box;
}
.kara{display:inline-block;transform:rotate(90deg);}
.outline dd.timetable .rightbox{
margin:0 0 10px 0;
padding:0;
font-size:16px;
line-height:30px;
}
.outline dd.timetable ul{
margin:0;
padding:10px 0 0 0;
font-size:14px;
line-height:24px;
}
.outline dd.timetable li{
margin:0;
padding:0 0 0 10px;
list-style:none;
background:url(../img/list_red.png) no-repeat left top;
}
/*-- 会場案内 --*/
.outline dd.place{}
.outline dd.place span.sub{
display:inline-block;
margin:0 10px 20px 0;
padding:5px;
width:120px;
height:30px;
font-size:16px;
line-height:20px;
text-align:center;
font-weight:bold;
color:#ffffff;
background:#cc0000;
box-sizing:border-box;
}
.outline dd.place a{
display:inline-block;
margin:0 0 20px 10px;
padding:0 10px;
height:20px;
font-size:12px;
line-height:20px;
text-align:center;
text-decoration:none;
color:#cc0000;
background:#ffffff;
border:1px solid #cc0000;
box-sizing:border-box;
}
.outline dd.place a:hover{opacity:0.2;}
.outline dd.place .place_img{
width:160px;
float:right;
margin:0;
padding:0 0 0 10px;
}
.outline dd.place dl{}
.outline dd.place dt{
margin:0;
padding:0 0 0 10px;
font-size:14px;
line-height:24px;
list-style:none;
background:url(../img/list_red.png) no-repeat left top;
}
.outline dd.place dt:after{display:none;}
.outline dd.place dd{
margin:0 0 20px 0;
padding:0 0 0 10px;
font-size:14px;
line-height:24px;
}
.outline dd.place dd:last-child{margin:0;}
@media only screen and (max-width:768px){
#contents08{padding:20px 0 40px 0;}
.outline{padding:0 20px;}
.outline dl{padding:0 0 20px 0;text-align:justify;}
.outline dt{
margin:0 0 10px 0;
position:relative;
}
.outline dt:after{height:1px;}
.outline dt span{
font-size:16px;
line-height:20px;
}
.outline dd{
padding:0;
font-size:14px;
line-height:24px;
}
/*-- 日程 --*/
.outline dd.schedule{}
.outline dd.schedule span.sub{
display:inline-block;
margin:0 10px 10px 0;
padding:2px 5px;
width:60px;
height:24px;
font-size:14px;
line-height:20px;
text-align:center;
font-weight:bold;
color:#ffffff;
background:#cc0000;
box-sizing:border-box;
}
.outline dd.schedule ul{
margin:0;
padding:10px 0 0 0;
font-size:12px;
line-height:20px;
}
.outline dd.schedule li{
margin:0 0 10px 0;
padding:0 0 0 10px;
list-style:none;
background:url(../img/list.png) no-repeat left top;
background-size:auto 20px;
}
.outline dd.schedule li.red{background:url(../img/list_red.png) no-repeat left top;background-size:auto 20px;}

/*-- タイムスケジュール --*/
.outline dd.timetable{
text-align:left;
display:block;
}
.outline dd.timetable .leftbox{
width:100%;
margin:0 0 10px 0;
padding:2px 5px;
font-size:14px;
line-height:20px;
text-align:left;
}
.outline dd.timetable .leftbox br{display:none;}
.kara{display:inline;transform:rotate(0deg);padding:0 2px;}
.outline dd.timetable .rightbox{
margin:0 0 10px 0;
padding:0;
font-size:14px;
line-height:24px;
}
.outline dd.timetable ul{
margin:0;
padding:10px 0 0 0;
font-size:12px;
line-height:20px;
}
.outline dd.timetable li{
margin:0 0 10px 0;
padding:0 0 0 10px;
list-style:none;
background:url(../img/list_red.png) no-repeat left top;
background-size:auto 20px;
}
/*-- 会場案内 --*/
.outline dd.place{}
.outline dd.place span.sub{
margin:0 0 10px 0;
padding:2px 5px;
width:60px;
height:24px;
font-size:12px;
line-height:20px;
}
.outline dd.place a{
display:inline-block;
margin:0 0 20px 10px;
padding:0 10px;
height:20px;
font-size:12px;
line-height:20px;
text-align:center;
text-decoration:none;
color:#cc0000;
background:#ffffff;
border:1px solid #cc0000;
box-sizing:border-box;
}
.outline dd.place a:hover{opacity:0.2;}
.outline dd.place .place_img{display:none;}
.outline dd.place dl{}
.outline dd.place dt{
margin:0;
padding:0 0 0 10px;
font-size:14px;
line-height:24px;
list-style:none;
background:url(../img/list_red.png) no-repeat left top;
}
.outline dd.place dt:after{display:none;}
.outline dd.place dd{
margin:0 0 20px 0;
padding:0 0 0 10px;
font-size:14px;
line-height:24px;
}
.outline dd.place dd:last-child{margin:0;}
}

/*----- contents09 -----*/
#contents09{
margin:0 auto;
padding:40px 0 80px 0;
width:100%;
position:relative;
box-sizing:border-box;
}
@media only screen and (max-width:768px){#contents09{padding:20px 0 40px 0;}}

/*----- contents10 -----*/
#contents10{
margin:0 auto;
padding:40px 0 80px 0;
width:100%;
position:relative;
box-sizing:border-box;
}
@media only screen and (max-width:768px){#contents10{padding:20px 0 40px 0;}}

/*----- contents11 -----*/
#contents11{
margin:0 auto;
padding:40px 0 80px 0;
width:100%;
position:relative;
box-sizing:border-box;
}
#faq{
margin:0 auto;
padding:0 30px;
width:100%;
max-width:960px;
box-sizing:border-box;
}
#faq dl{}
#faq dt{
font-size:16px;
line-height:30px;
text-align:justify;
margin:0;
padding:10px 10px 10px 50px;
border:1px solid #30648c;
background:#ffffff url(../img/faq_q.png) no-repeat left top;
background-size:40px auto;
}
#faq dd{
font-size:16px;
line-height:30px;
text-align:justify;
margin:0 0 30px 0;
padding:10px 10px 10px 50px;
border-left:1px solid #cc0000;
border-right:1px solid #cc0000;
border-bottom:1px solid #cc0000;
background:#ffffff url(../img/faq_a.png) no-repeat left top;
background-size:40px auto;
}
#faq dd:last-child{margin:0;}
@media only screen and (max-width:768px){
#contents11{padding:20px 0 40px 0;}
#faq{padding:0 20px;max-width:750px;}
#faq dl{}
#faq dt{
font-size:14px;
line-height:20px;
padding:10px 10px 10px 40px;
background:#ffffff url(../img/faq_q.png) no-repeat left top;
background-size:30px auto;
}
#faq dd{
font-size:14px;
line-height:20px;
text-align:justify;
margin:0 0 20px 0;
padding:10px 10px 10px 40px;
background:#ffffff url(../img/faq_a.png) no-repeat left top;
background-size:30px auto;
}
#faq dd:last-child{margin:0;}
#faq dd br{display:none;}
}

/*----- contents12 -----*/
#contents12{
margin:0 auto;
padding:40px 0 80px 0;
width:100%;
position:relative;
box-sizing:border-box;
}
/*-- interview --*/
.interview_box{
margin:0 auto;
padding:40px 0 40px 0;
width:100%;
max-width:960px;
position:relative;
box-sizing:border-box;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-align:stretch;
-ms-flex-align:stretch;
align-items:stretch;
}
.interview_box .leftbox{
margin:0 auto;
padding:0 40px 0 20px;
width:50%;
text-align:justify;
box-sizing:border-box;
}
.interview_box .rightbox{
margin:0 auto;
padding:0 20px 0 40px;
width:50%;
text-align:justify;
box-sizing:border-box;
}
.interview_box .user_name{color:#30648c;}
.interview_box p{margin:0;padding:0;}
.interview_box p.indent{text-indent:16px;}
.interview_img{width:100%;margin:30px 0 0 0;}
@media only screen and (max-width:768px){
#contents12{padding:20px 0 40px 0;}
/*-- interview --*/
.interview_box{
margin:0 auto;
padding:0;
max-width:750px;
position:relative;
box-sizing:border-box;
display:block;
}
.interview_box .leftbox{
margin:0 auto;
padding:0 20px;
width:100%;
}
.interview_box .rightbox{
margin:0 auto;
padding:0 20px;
width:100%;
}
.interview_box .sp_none{display:none;}
.interview_box p{}
.interview_box p.indent{text-indent:14px;}
.interview_img{width:100%;margin:30px 0 0 0;}
}

/*----- contents13 -----*/
#contents13{
margin:0 auto;
padding:40px 0 80px 0;
width:100%;
position:relative;
box-sizing:border-box;
}
#message{
width:100%;
max-width:960px;
margin:0 auto;
padding:40px 30px 0 30px;
box-sizing:border-box;
}
#message .textbox{
margin:0;
padding:60px 30px 30px 30px;
width:100%;
text-align:justify;
box-sizing:border-box;
border:1px solid #cccccc;
background:#fffafa url(../img/message_top_bg.png) no-repeat right top;
background-size:100% auto;
}
#message .textbox ul{margin:-30px 0 0 0;}
#message .textbox li{
margin:0;
padding:0 0 0 20px;
font-wieght:bold;
list-style:none;
background:url(../img/list_pc.png) no-repeat left center;
}
@media only screen and (max-width:768px){
#contents13{padding:20px 0 40px 0;}
#message .textbox br{display:none;}
#message{
width:100%;
max-width:750px;
margin:0 auto;
padding:20px 20px 0 20px;
box-sizing:border-box;
}
#message .textbox{padding:40px 20px 20px 20px;}
#message .textbox ul{margin:-20px 0 0 0;}
#message .textbox li{background:url(../img/list_sp.png) no-repeat left center;
}
}


/* --------------------------------- CSS Information 
 Style Info: 埋め込み動画 - レスポンシブ
------------------------------------------------- */
.movie{
margin:0;
padding:0;
width:100%;
position:relative;
box-sizing:border-box;
}
.movie_wrapper{
margin:0 auto;
padding:0 30px;
width:100%;
max-width:960px;
position:relative;
box-sizing:border-box;
}
.movie_box{
position:relative;
width:100%;
max-width:900px;
max-height:506px;
margin:0 auto; 
padding-top:56.25%;
}
.movie_box iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
max-width:900px;
max-height:506px;
box-sizing:border-box;
border:5px solid #999999;
}
@media only screen and (max-width:768px){
.movie_wrapper{max-width:750px;padding:0 20px;}
}


/* --------------------------------- CSS Information 
 Style Info: cta
------------------------------------------------- */
.cta{
margin:0;
padding:0 0 40px 0;
box-sizing:border-box;
text-align:center;
background:#ebebeb;
position:relative;
}
.limit{
display:inline-block;
width:480px;
margin:10px auto 0 auto;
padding:5px 5px;
font-size:20px;
line-height:30px;
text-align:center;
color:#333333;
font-weight:bold;
box-sizing:border-box;
border-top:1px solid #999999;
border-bottom:1px solid #999999;
}
@media only screen and (max-width:768px){
.cta{padding:0 0 20px 0;}
.limit{margin:0 auto;width:300px;font-size:14px;line-height:20px;}
}

/* --------------------------------- CSS Information 
 Style Info: btn
------------------------------------------------- */
.btn{
width:100%;
margin:10px auto;
padding:0 30px;
box-sizing:border-box;
text-align:center;
position:relative;
}
.btn img{
width:100%;
max-width:750px;
margin:0 auto;
padding:0;
}
@media only screen and (max-width:768px){
.btn{padding:0 20px;}
.btn img{max-width:670px;}
}

/* --------------------------------- CSS Information 
 Style Info: footer
------------------------------------------------- */
footer{
margin:0;
padding:30px;
width:100%;
font-size:12px;
color:#eeeeee;
background:#333333;
box-sizing:border-box;
}
nav{
margin:0 0 20px auto;
padding:0 0 20px 0;
border-bottom:1px solid #45484a;
}
nav ul{
text-align:left;
font-size:12px;
line-height:20px;
padding:0;
}
nav li{
display:-moz-inline-box;
display:inline-block;
/display:inline;
/zoom:1;
list-style-type:none;
padding:0 20px 0 8px;
background:url(../img/footer.png) no-repeat left center;
}
nav a:link{color:#eeeeee;text-decoration:none;}
nav a:visited{color:#dddddd;text-decoration:none;}
nav a:hover{color:#dddddd;text-decoration:underline;}
nav a:active{color:#dddddd;text-decoration:none;}
.attention{
margin:0;
padding:0 0 30px 0;
text-align:justify;
font-size:12px;
line-height:20px;
}
.attention p{margin:0;padding:0;}
address{
text-align:right;
font-size:12px;
line-height:20px;
padding:0;
}
@media only screen and (max-width:768px){
footer{padding:30px 10px;}
nav ul{line-height:30px;}
nav li{display:block;/display:block;}
.attention br,.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);
}