@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;}
.all{display:block !important;}
}

/* ----------------------- 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:32px;}
}

/* ----------------------- CSS Information 
 Style Info: HEADER
--------------------------------------- */
header{
position:relative;
width:100%;
margin:0;
padding:0;
background:#eeeeee url(../img/header_bg.png) no-repeat center;
background-size:cover;
}
.header01{
position:relative;
width:100%;
max-width:1000px;
margin:0 auto;
padding:0;
}
.header01 img{
width:100%;
max-width:750px;
margin:0 auto 0 0;
}
@media only screen and (max-width:750px){
.header01{background:none;}
}

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

/* ----------------------- CSS Information 
 Style Info: PROFILE
--------------------------------------- */
#profile{
display:block;
width:100%;
margin:0 auto;
padding:120px 0;
box-sizing:border-box;
}
.profile_wrapper{
width:100%;
max-width:1000px;
margin:0 auto;
padding:0 30px;
box-sizing:border-box;
}
.profile_box{
display:-ms-flexbox;display:flex;
-ms-flex-wrap:nowrap;flex-wrap:nowrap;
-ms-flex-pack:center;justify-content:center;
-ms-flex-align:start;align-items:flex-start;
-ms-flex-direction:row;flex-direction:row;
width:100%;
margin:0 auto 30px auto;
padding:30px 20px;
background:#f6f6f5;
border-radius:10px;
box-sizing:border-box;
}
#profile .profile_box:last-child{margin:0 auto 0 auto;}
.profile_img{width:200px;padding:0 30px 0 0;box-sizing:border-box;}
.profile_img img{display:block;width:100%;}
.profile_text{flex:1;}
.profile_detail{
display:block;
width:100%;
margin:0 0 20px 0;
padding:4px 10px 5px 10px;
font-size:18px;
line-height:20px;
color:#ffffff;
background:#ea68a2;
box-sizing:border-box;
}
.profile_text dl{
width:100%;
margin:0 auto;
padding:0;
text-align:justify;
}
.profile_text dl dt{
margin:0 0 20px 0;
padding:0 0 20px 0;
font-size:24px;
line-height:30px;
font-weight:700;
border-bottom:1px solid #ea68a2;
}
.profile_text dl dd{font-size:16px;line-height:30px;color:#555555;}
.profile_text dl dd p{margin:0;padding:0 0 20px 0;}
.profile_text dl dd p:last-child{margin:0;padding:0;}
@media only screen and (max-width:768px){
#profile{padding:60px 0;}
.profile_wrapper{padding:0 4%;}
.profile_box{-ms-flex-direction:column;flex-direction:column;margin:0 auto 20px auto;padding:20px 4%;}
#profile .profile_box:last-child{margin:0 auto 0 auto;}
.profile_img{width:120px;margin:0 auto;padding:0 0 20px 0;}
.profile_img img{display:block;width:100%;}
.profile_text{width:100%;}
.profile_detail{
margin:0 0 20px 0;
padding:4px 0 5px 0;
font-size:14px;
line-height:20px;
}
.profile_text dl{
width:100%;
margin:0 auto;
padding:0;
text-align:justify;
}
.profile_text dl dt{
margin:0 0 20px 0;
padding:0 0 20px 0;
font-size:16px;line-height:20px;text-align:center;
}
.profile_text dl dd{font-size:14px;line-height:30px;}
.profile_text dl dd p{margin:0;padding:0 0 20px 0;}
.profile_text dl dd p:last-child{margin:0;padding:0;}
}

/* ----------------------- CSS Information 
 Style Info: APPLY
--------------------------------------- */
#apply{
width:100%;
margin:0;
padding:120px 0;
box-sizing:border-box;
background:#f4cef1 url(../img/apply_bg.png) no-repeat center top;
background-size:100% auto;
}
@media only screen and (max-width:750px){
#apply{padding:40px 0 20px 0;}
}

/* ----------------------- CSS Information 
 Style Info: OUTLINE
--------------------------------------- */
#outline{
width:100%;
max-width:1000px;
margin:0 auto 80px auto;
padding:0 30px;
box-sizing:border-box;
}
.outline_wrapper{
width:100%;
margin:0 auto 30px auto;
padding:0;
background:#ffffff;
box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.outline_title{
display:block;
width:100%;
height:40px;
font-size:16px;
line-height:40px;
text-align:center;
color:#ffffff;
background:#ea68a2;
box-sizing:border-box;
}
.outline_content{padding:30px 30px;}
.outline_index{
margin:0 0 40px 0;
font-size:24px;
line-height:40px;
font-weight:700;
text-align:center;
}
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:110px;
font-size:14px;
line-height:30px;
text-align:center;
color:#ffffff;
background:#ea68a2;
}
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;padding:0;}
dl.outline_detail dd ul.point{
margin:0;
padding:0;
list-style:none;
}
dl.outline_detail dd ul.point li{
position:relative;
margin:0;
padding:0 0 0 20px;
}
dl.outline_detail dd ul.point li:before{
content:"";
position:absolute;
left:0;
top:9px;
width:12px;
height:12px;
border-radius:50%;
background:#eaadb6;
}
@media only screen and (max-width:750px){
#outline{margin:0 auto 40px auto;padding:0 4%;}
.outline_wrapper{}
.outline_title{height:30px;font-size:14px;line-height:30px;}

/*-- OUTLINE_CONTENT --*/
.outline_content{padding:20px 4%;}
.outline_index{margin:0 0 20px 0;font-size:16px;line-height:24px;text-align:center;}
dl.outline_detail{
-ms-flex-direction:column;flex-direction:column;
margin:0 0 10px 0;
padding:0;
}
dl.outline_detail dt{
margin:0 0 10px 0;
width:100%;
font-size:12px;
line-height:24px;
}
dl.outline_detail dd{font-size:14px;line-height:24px;}
dl.outline_detail dd br{display:none;}
.outline_content dl.outline_detail:last-child{margin:0;}
dl.outline_detail dd ul.point{}
dl.outline_detail dd ul.point li{padding:0 0 0 10px;}
dl.outline_detail dd ul.point li:before{
content:"";
position:absolute;
left:0;
top:9px;
width:8px;height:8px;
}
}

/* ----------------------- CSS Information 
 Style Info: CTA
--------------------------------------- */
#cta{
position:relative;
width:100%;
margin:40px auto;
padding:0;
box-sizing:border-box;
}
.cta_wrapper{
width:100%;
margin:0 0 30px 0;
padding:0;
text-align:center;
border:2px solid #000000;
background:#908d8f;
box-sizing:border-box;
}
.cta_wrapper.cta_free{border:2px solid #c43939;}
.cta_index{
width:100%;
margin:0;
padding:10px;
font-size:18px;
line-height:20px;
text-align:center;
color:#ffffff;
background:#000000;
box-sizing:border-box;
}
.cta_free .cta_index{background:#c43939;}
.cta_index img{display:block;width:auto;height:20px;margin:0 auto;}
.cta_content{width:100%;margin:0;padding:30px 28px;box-sizing:border-box;text-align:center;}
.cta_text{margin:0 0 30px 0;padding:0;font-size:16px;line-height:24px;color:#ffffff;}
.cta_q{
display:block;
width:100%;
margin:0;
padding:10px;
font-size:16px;
line-height:20px;
text-align:center;
color:#000000;
background:#ffffff;
box-sizing:border-box;
}
.cta_q img{display:block;width:auto;height:18px;margin:0 auto;}
.cta_chart{width:100%;max-width:600px;margin:0 auto;padding:0;}
.cta_attention{margin:20px 0 0 0;padding:0;font-size:14px;line-height:20px;color:#ffffff;}
@media only screen and (max-width:750px){
#cta{margin:20px auto 0 auto;}
.cta_wrapper{margin:0 0 20px 0;border:1px solid #000000;}
.cta_index{font-size:14px;line-height:20px;}
.cta_index img{height:15px;}
.cta_content{padding:20px 14px;}
.cta_text{margin:0 0 20px 0;font-size:14px;line-height:24px;}
.cta_q{font-size:14px;line-height:20px;}
.cta_q img{height:15px;}
.cta_chart{max-width:300px;}
.cta_attention{margin:10px 0 0 0;font-size:12px;line-height:20px;text-align:justify;}
.cta_attention br{display:none;}
}

/* ----------------------- CSS Information 
 Style Info: BTN
--------------------------------------- */
.btn_wrapper{
display:flex;
width:100%;
margin:0 auto 0 auto;
padding:0;
box-sizing:border-box;
}
.btn01{
width:300px;
margin:0 auto;
padding:0;
box-sizing:border-box;
}
.btn02{
width:50%;
max-width:400px;
margin:0 auto;
padding:0 10px 0 0;
box-sizing:border-box;
}
.btn03{
width:50%;
max-width:400px;
margin:0 auto;
padding:0 0 0 10px;
box-sizing:border-box;
}
.btn{
position:relative;
width:100%;
height:100%;
margin:0 auto;
background:#000000;
overflow:hidden;
box-sizing:border-box;
border-radius:8px;
box-shadow:2px 2px 4px 0px rgba(0,0,0,0.5);
z-index:10;
}
.btn a{
display:block;
width:100%;
height:100%;
}
.btn_pre a{
background:-moz-linear-gradient(top,#32cf54,#0f7726);
background:-webkit-linear-gradient(top,#32cf54,#0f7726);
background:linear-gradient(to bottom,#32cf54,#0f7726);
}
.btn_free a{
background:-moz-linear-gradient(top,#d9b01c,#967a53);
background:-webkit-linear-gradient(top,#d9b01c,#967a53);
background:linear-gradient(to bottom,#d9b01c,#967a53);
}
.btn a:hover{opacity:0.8;}
.btn img{margin:0 auto;}
@media only screen and (max-width:750px){
.btn01{width:150px;}
.btn01 img{width:auto;height:45px;}
.btn02 img{width:100%;max-width:150px;}
.btn03 img{width:100%;max-width:150px;}
}

/* ----------------------- CSS Information 
 Style Info: UPGRADE
--------------------------------------- */
#upgrade{
width:100%;
margin:0 auto 20px auto;
padding:0;
box-sizing:border-box;
}
.upgrade_index{
display:flex;
align-items:center;
margin:0 0 20px 0;
padding:0;
font-size:18px;
line-height:20px;
font-weight:700;
}
.upgrade_index:before,.upgrade_index:after{
flex-grow:1;
content:"";
height:2px;
background-color:#c43939;
}
.upgrade_index:before{margin-right:10px;}
.upgrade_index:after{margin-left:10px;}
.upgrade_text{
font-size:16px;
line-height:30px;
text-align:center;
}
.upgrade_text p{margin:0 0 20px 0;padding:0;}
@media only screen and (max-width:750px){
#upgrade{margin:0 auto 20px auto;}
.upgrade_index{margin:0 0 20px 0;font-size:14px;line-height:20px;}
.upgrade_text{font-size:14px;line-height:24px;}
.upgrade_text p{margin:0 0 20px 0;padding:0;}
}

/* ----------------------- 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;}
}