@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Noto+Serif+JP:wght@400;600&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:#666666;}
a:visited{text-decoration:none;color:#666666;}
a:hover{text-decoration:underline;color:#999999;}
a:active{text-decoration:none;color:#666666;}
/*font*/
.b{font-weight:700;}
.ul{text-decoration:underline;}
.bg{background-color:#fff45c;}
.big{font-size:20px;line-height:30px;}@media only screen and (max-width:768px){.big{font-size:16px;line-height:24px;}}
.small{font-size:14px;line-height:20px;}@media only screen and (max-width:768px){.small{font-size:12px;line-height:20px;}}
.red{color:#c70003;}
/*----- 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{
position:relative;
font-family:'Noto Sans JP',"メイリオ","ヒラギノ角ゴ Pro W3",Sans-Serif;
font-size:16px;
line-height:0;
letter-spacing:0em;
text-align:center;
font-weight:400;
color:#333333;
background:#ffffff;
}

/* ----------------------- CSS Information 
 Style Info: TOPBAR
--------------------------------------- */
#topbar{width:100%;margin:0;padding:10px;background:#ffffff;box-sizing:border-box;}
.topbar_logo{display:block;width:auto;height:50px;margin:0 auto;}
@media only screen and (max-width:750px){
#topbar{padding:5px;}
.topbar_logo{height:30px;}
}

/* ----------------------- CSS Information 
 Style Info: HEADER
--------------------------------------- */
header{position:relative;width:100%;margin:0;padding:0;}
.header01{
position:relative;
width:100%;
margin:0 auto;
padding:0;
background:#000000 url(../img/header01_bg_pc.png) no-repeat center;
background-size:auto 100%;
}
.header01 img{
width:100%;
max-width:1000px;
margin:0 auto;
opacity:0;
animation-name:header_fadein;
animation-duration:1s;
animation-timing-function:ease;
animation-iteration-count:1;
animation-fill-mode:forwards;
animation-delay:0.5s;
}
@keyframes header_fadein{0%{opacity:0;}100%{opacity:1;}}
@media only screen and (max-width:750px){
.header01{background:none;}
}

/* ----------------------- CSS Information 
 Style Info: TITLE
--------------------------------------- */
.title{
position:relative;
width:100%;
margin:0 auto 60px auto;
padding:0 30px;
box-sizing:border-box;
}
.title:after{
content:"";
display:block;
margin:0 auto;
padding:0;
width:0;
height:6px;
border-radius:3px;
background:linear-gradient(to right,#158ed7,#ec2125);
}
.title.scrollin:after{animation:title_hr 0.4s linear both;}
@keyframes title_hr{0%{width:0%;}100%{width:200px;}}
.title h1{
display:block;
width:100%;
max-width:750px;
margin:0 auto 40px auto;
padding:0;
font-size:36px;
line-height:56px;
text-align:center;
font-weight:700;
}
.title h1 .h1_small{font-size:30px;line-height:50px;}
@media only screen and (max-width:750px){
.title{margin:0 auto 30px auto;padding:0 4%;}
.title:after{height:4px;border-radius:2px;}
.title.scrollin:after{}
@keyframes title_hr{0%{width:0%;}100%{width:80px;}}
.title h1{margin:0 auto 20px auto;font-size:20px;line-height:30px;}
.title h1 .h1_small{font-size:16px;line-height:26px;}
}


/* ----------------------- CSS Information 
 Style Info: SECTION
--------------------------------------- */
.section{
margin:0;
padding:120px 0 120px 0;
width:100%;
position:relative;
box-sizing:border-box;
background:#ffffff;
overflow-y:auto;
}
.section_wrapper{
width:100%;
max-width:1000px;
margin:0 auto;
padding:0 30px;
box-sizing:border-box;
}
.section_img{
position:relative;
display:block;
float:right;
margin:10px 0 20px 40px;
width:30%;
}
.section_img:before{
content:"";
position:absolute;
top:-10px;
left:-10px;
width:100%;
height:100%;
border:2px solid #069cb7;
z-index:10;
box-sizing:border-box;
}
.section_img img{display:block;width:100%;}
@media only screen and (max-width:750px){
.section{padding:40px 0 40px 0;}
.section_wrapper{padding:0 4%;}
.section_img{margin:10px 0 20px 20px;}
.section_img:before{top:-5px;left:-5px;border:2px solid #069cb7;}
}

/* ----------------------- CSS Information 
 Style Info: TEXT
--------------------------------------- */
.text{
font-size:17px;
line-height:32px;
text-align:left;
margin:0;
padding:0;
box-sizing:border-box;
}
.text_center{text-align:center;}
.text_right{text-align:right;}
.text p{margin:0 0 30px 0;padding:0;}
.text p:last-child{margin:0;}
.text ul{margin:0 0 30px 0;padding:0;list-style:none;}
.text ul.point li{position:relative;padding:0 0 0 17px;}
.text ul.point li:before{
content:"";
position:absolute;
top:11px;
left:0;
width:12px;
height:12px;
background:#069cb7;
border-radius:50%;
}
.text ol{margin:0 0 30px 0;padding:0;list-style:none;}
ol.ol_num{
counter-reset:decimal;
list-style:none;
box-sizing:border-box;
}
ol.ol_num li{
display:-ms-flexbox;display:flex;
-ms-flex-align:start;align-items:flex-start;
margin:0;
padding:0;
text-align:justify;
font-weight:700;
}
ol.ol_num li:before{
content:counter(decimal);
counter-increment:decimal;
display:block;
margin:6px 5px 0 0;
font-size:15px;
width:20px;
height:20px;
line-height:19px;
text-align:center;
color:#ffffff;
background:#158ed7;
}
@media only screen and (max-width:750px){
.text{font-size:14px;line-height:24px;text-align:justify;}
.text_center{text-align:center;}
.text_right{text-align:right;}
.text p{margin:0 0 20px 0;padding:0;}
.text p:last-child{margin:0;}
.text ul{margin:0 0 20px 0;padding:0;}
.text ul.point li{position:relative;padding:0 0 0 14px;}
.text ul.point li:before{top:8px;left:0;width:10px;height:10px;background:#069cb7;border-radius:50%;}
.text ol{margin:0 0 20px 0;}
ol.ol_num{}
ol.ol_num li{}
ol.ol_num li:before{
margin:4px 4px 0 0;
font-size:12px;
width:16px;
height:16px;
line-height:15px;
}
/* br */
.text p br{display:none;}
.text p br.sp,.text p br.all{display:block;}
}

/* ----------------------- CSS Information 
 Style Info: PROFILE
--------------------------------------- */
.profile_wrapper{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-wrap:nowrap;flex-wrap:nowrap;
-ms-flex-pack:center;justify-content:center;
-ms-flex-align:start;align-items:flex-start;
width:100%;
margin:40px auto 120px auto;
padding:0;
box-sizing:border-box;
}
.profile_img{width:240px;}
.profile_text{flex:1;padding:0 0 0 20px;box-sizing:border-box;}
.profile_thumbnail{display:block;width:100%;}
.profile_index{
display:block;
margin:0 auto 30px auto;
padding:4px 10px 6px 10px;
font-size:16px;
line-height:20px;
font-weight:400;
text-align:left;
color:#ffffff;
background:linear-gradient(to right,#158ed7,#ec2125);
}
.profile_text dl{width:100%;margin:0 auto;padding:0;text-align:justify;}
.profile_text dt{margin:0 0 20px 0;font-size:20px;line-height:30px;font-weight:700;}
.profile_text dt .small{font-size:14px;}
.profile_text dd{font-size:16px;line-height:30px;}
.profile_text dd ul{margin:0;padding:0 0 20px 0;}
.profile_text dd p{margin:0;padding:0 0 20px 0;}
.profile_text dd p:last-child{margin:0;padding:0;}
@media only screen and (max-width:750px){
.profile_wrapper{-ms-flex-direction:column;flex-direction:column;margin:20px auto 40px auto;padding:0 4%;}
.profile_img{width:100%;}
.profile_text{width:100%;padding:0;}
.profile_thumbnail{display:block;width:50%;margin:0 auto;}
.profile_index{margin:20px auto 20px auto;font-size:14px;text-align:center;}
.profile_text dl{}
.profile_text dt{font-size:16px;}
.profile_text dt .small{font-size:12px;}
.profile_text dd{font-size:14px;line-height:24px;}
.profile_text dd ul{margin:0;padding:0 0 20px 0;}
.profile_text dd p{margin:0;padding:0 0 20px 0;}
.profile_text dd p:last-child{margin:0;padding:0;}
.profile_text dd p br{display:none;}
}

/* ----------------------- CSS Information 
 Style Info: APPLY
--------------------------------------- */
#apply{
background:#f6f6f5 url(../img/apply_bg_pc.png) no-repeat center top;
background-size:cover;
}
@media only screen and (max-width:750px){
#apply{
background:#f6f6f5 url(../img/apply_bg_sp.png) no-repeat center top;
background-size:cover;
}
}

/* ----------------------- CSS Information 
 Style Info: OUTLINE
--------------------------------------- */
#outline{}
.outline_content{}
dl.outline_detail{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-wrap:nowrap;flex-wrap:nowrap;
-ms-flex-pack:justify;justify-content:space-between;
-ms-flex-align:start;align-items:flex-start;
margin:0 0 20px 0;
padding:0;
}
.outline_content dl.outline_detail:last-child{margin:0;}
dl.outline_detail dt{
margin:0 10px 0 0;
width:150px;
font-size:14px;
line-height:30px;
text-align:center;
color:#ffffff;
background:#333333;
}
dl.outline_detail dd{
flex:1;
margin:0;
padding:0;
font-size:16px;
line-height:30px;
text-align:justify;
}
dl.outline_detail dd p{margin:0 0 20px 0;padding:0;}
dl.outline_detail dd p:last-child{margin:0;}
@media only screen and (max-width:750px){
#outline{}
.outline_content{}
dl.outline_detail{margin:0 0 10px 0;padding:0;}
dl.outline_detail dt{margin:0 5px 0 0;width:90px;font-size:12px;line-height:24px;}
dl.outline_detail dd{font-size:14px;line-height:24px;}
}

/* ----------------------- CSS Information 
 Style Info: CONTACT
--------------------------------------- */
#contact{
width:100%;
max-width:1000px;
margin:60px auto 20px auto;
padding:0 30px;
box-sizing:border-box;
}
.contact_index{
display:flex;
align-items:center;
margin:0 0 20px 0;
padding:0;
font-size:18px;
line-height:20px;
font-weight:700;
}
.contact_index:before,.contact_index:after{
flex-grow:1;
content:"";
height:2px;
background-color:#c43939;
}
.contact_index:before{margin-right:10px;}
.contact_index:after{margin-left:10px;}
#contact button{
display:block;
font-family:'Noto Sans JP',"メイリオ","ヒラギノ角ゴ Pro W3",Sans-Serif;
width:280px;
margin:0 auto;
padding:0;
font-size:18px;
line-height:60px;
color:#ffffff;
border:2px solid #3396e3;
border-radius:30px;
background:#3396e3;
box-sizing:border-box;
}
#contact button:hover{
padding:0;
color:#3396e3;
background:#ffffff;
}
.contact_attention{
margin:30px auto 0 auto;
padding:0;
font-size:16px;
line-height:24px;
}
.contact_attention p{margin:0 0 20px 0;padding:0;}
@media only screen and (max-width:750px){
#contact{margin:40px auto 20px auto;padding:0 4%;}
.contact_index{margin:0 0 10px 0;font-size:14px;}
#contact button{width:240px;font-size:14px;line-height:40px;}
.contact_attention{margin:20px auto 0 auto;font-size:14px;text-align:justify;}
.contact_attention p{margin:0 0 20px 0;padding:0;}
}

/* ----------------------- CSS Information 
 Style Info: FOOTER_MENU
--------------------------------------- */
#footer_menu{
width:100%;
margin:0;
padding:80px 4%;
background:#ffffff;
box-sizing:border-box;
}
.footer_menu_box{
display:-ms-flexbox;display:flex;
-ms-flex-pack:justify;justify-content:space-between;
width:100%;
max-width:750px;
margin:0 auto;
padding:0;
box-sizing:border-box;
list-style-type:none;
}
.footer_menu_box li{
display:block;
width:210px;
margin:0;
padding:0;
box-sizing:border-box;
}
.footer_menu_box li a{
display:block;
width:100%;
height:40px;
margin:0;
padding:7px 0 9px 0;
font-size:14px;
line-height:20px;
color:#d1d1d1;
text-decoration:none;
color:#ffffff;
background:#3396e3;
border-radius:20px;
border:2px solid #3396e3;
box-shadow:4px 4px 4px 0px rgba(0,0,0,0.1);
box-sizing:border-box;
}
.footer_menu_box li a:hover{
text-decoration:none;
color:#3396e3;
background:#ffffff;
box-shadow:none;
}
#offical{width:100%;margin:60px auto 0 auto;padding:0;box-sizing:border-box;}
#offical p{display:inline-block;font-size:16px;line-height:30px;margin:0 auto 40px auto;padding:0 0 10px 0;border-bottom:dotted 8px #3396e3;}
#offical ul{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-wrap:nowrap;flex-wrap:nowrap;
-ms-flex-pack:distribute;justify-content:space-around;
-ms-flex-align:center;align-items:center;
width:100%;
max-width:630px;
margin:0 auto;
}
#offical li img:hover{opacity:0.5;}
@media only screen and (max-width:750px){
#footer_menu{padding:40px 4%;}
.footer_menu_box{display:block;}
.footer_menu_box li{width:210px;margin:0 auto 20px auto;}
.footer_menu_box li a{}
.footer_menu_box li a:hover{}
#offical{margin:40px auto 0 auto;}
#offical p{font-size:14px;line-height:24px;margin:0 auto 20px auto;padding:0 0 10px 0;border-bottom:dotted 4px #3396e3;}
#offical ul{
display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:row;
-ms-flex-wrap:nowrap;flex-wrap:nowrap;
-ms-flex-pack:distribute;justify-content:space-around;
-ms-flex-align:center;align-items:center;
width:100%;
max-width:630px;
margin:0 auto;
}
}

/* ----------------------- CSS Information 
 Style Info: FOOTER
--------------------------------------- */
footer{
width:100%;
margin:0;
padding:40px 0;
color:#d1d1d1;
background:#18222c;
}
footer a:link,footer a:visited{color:#d1d1d1;text-decoration:none;}
footer a:hover{color:#d1d1d1;text-decoration:underline;}
#ftop{font-size:14px;line-height:20px;}
#fnav{margin:20px 0;}
#fnav ul{list-style-type:none;}
#fnav li{
display:inline-block;
padding:0 20px;
font-size:14px;
line-height:20px;
border-right:1px solid #ff9900;
}
#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:20px 0 40px 0;}
#fnav li{display:block;margin:0 0 20px 0;border-right:0;}
.sp_no{display:none;}
}