@charset "utf-8";

/* ------------------------------
   Browser Reset
------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	box-sizing: border-box;
}

* {
    font-family: 'Noto Sans JP','Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
    box-sizing: border-box;
}

html,body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	box-sizing: border-box;
}
html{
	
}

body {

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


/*各スタイル
--------------------------------------*/
a {
	text-decoration: none;
	color: #3e3a39;
}
a:hover{
	color: #595655;
	text-decoration: underline;
}
a.anchor{
	padding-top:300px;
	margin-top:-100px
}

/*表示非表示切替
--------------------------------------*/
.pc_disp {
	display: inherit !important;
}
.sp_disp {
	display: none !important;
}


h1 {
	
}
h2 {
	font-size: 36px;
    line-height: 60px;
    color: #434141;
    font-weight: bold;
    text-align: center;
}
h3{
	
}
h4{
	
}
h5{
	
}

img{
	border: none;
}
p{
    font-size: 15px;
    line-height: 30px;
    color: #222;
    word-break: break-word;
}
li{
    list-style: none;
}

/*画像装飾
--------------------------------------*/
.pic_shadow{
	box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
	-webkit-box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
	-moz-box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
}

/*文字カラー、太さ指定
--------------------------------------*/
.pink {
	color: #f40b7b;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.yellowBolc{
    color: #ffd300;
    font-weight: bold;
    text-decoration: underline;
}


/*サイズ指定
--------------------------------------*/
.width100 {
	width: 100%;
}
.width20 {
	width: 20%;
}
/*効果（シャドウ）
--------------------------------------*/
.shadow{
    position: relative;
    display: block;
    width: 100%; /* 画像の横幅 */
    margin: 0 auto;
    z-index: 1;
}
.shadow:before{
    content: "";
    position: absolute;
    bottom: 6px;
    left: 18px;
    width: 50%;
    box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
    z-index: -1;
    transform:rotate(-3deg)
}
.shadow:after{
    content: "";
    position: absolute;
    bottom: 6px;
    right: 18px;
    width: 50%;
    box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
    z-index: -1;
    transform:rotate(3deg)
}
/*float
--------------------------------------*/
.fleft {
	float: left;
}
.fright{
	float: right;
}
.left01{
	float: left;
	width: 250px;
	padding-left: 50px;
}
.right01{
	float: right;
	width: 650px;
	padding-top: 50px;
	font-size: 18px;
	line-height: 30px;
}
.right01 img{
	width: 100%;
	margin: 0;
	padding: 0;
}

/*clearfix
--------------------------------------*/
.cf {
	zoom: 1;
}

.cf:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/*******************************************
ヘッダー
*******************************************/
/*IE対応*/
/* html body {     
    background: url(null) fixed;     
} 
* html div#header    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}  */


/*共通
--------------------------------------*/
.mgt_10{
    margin-top: 10px;
}
.mgt_20{
    margin-top: 20px;
}
.mgt_30{
    margin-top: 30px;
}
.mgt_40{
    margin-top: 40px;
}
.mgt_50{
    margin-top: 50px;
}
.mgt_60{
    margin-top: 60px;
}
.mgt_70{
    margin-top: 70px;
}
.mgt_80{
    margin-top: 80px;
}
.mgt_90{
    margin-top: 90px;
}
.mgt_100{
    margin-top: 100px;
}
.mgb_10{
    margin-bottom: 10px;
}
.mgb_20{
    margin-bottom: 20px;
}
.mgb_30{
    margin-bottom: 30px;
}
.mgb_40{
    margin-bottom: 40px;
}
.mgb_50{
    margin-bottom: 50px;
}
.mgb_60{
    margin-bottom: 60px;
}
.mgb_70{
    margin-bottom: 70px;
}
.mgb_80{
    margin-bottom: 80px;
}
.mgb_90{
    margin-bottom: 90px;
}
.mgb_100{
    margin-bottom: 100px;
}
.pdt_10{
    padding-top: 10px;
}
.pdt_20{
    padding-top: 20px;
}
.pdt_30{
    padding-top: 30px;
}
.pdt_40{
    padding-top: 40px;
}
.pdt_50{
    padding-top: 50px;
}
.pdt_60{
    padding-top: 60px;
}
.pdt_70{
    padding-top: 70px;
}
.pdt_80{
    padding-top: 80px;
}
.pdt_90{
    padding-top: 90px;
}
.pdt_100{
    padding-top: 100px;
}
.pdb_10{
    padding-bottom: 10px;
}
.pdb_20{
    padding-bottom: 20px;
}
.pdb_30{
    padding-bottom: 30px;
}
.pdb_40{
    padding-bottom: 40px;
}
.pdb_50{
    padding-bottom: 50px;
}
.pdb_60{
    padding-bottom: 60px;
}
.pdb_70{
    padding-bottom: 70px;
}
.pdb_80{
    padding-bottom: 80px;
}
.pdb_90{
    padding-bottom: 90px;
}
.pdb_100{
    padding-bottom: 100px;
}

.fsz_30{
    font-size: 30px;
}

.bg_mine{
    background-image: url(../images/bg_mine.jpg);
}

.inner{
	width: 1000px;
	margin: 0 auto;
	display: block;
}

#bg{
	
}

/*ヘッダー
--------------------------------------*/
header{
	width: 100%;
    padding: 20px 0 40px;
    background-image: url(../images/kv_bg.jpg);
    height: 710px;
    background-size: 2000px 710px;
    background-position: center;
    background-repeat: no-repeat;
}
header .inner{
    width: 1200px;
    position: relative;
}
.header_official{
    float: left;
    width: 400px;
}
header .header_links{
    float: right;
    width: 360px;
}
header .header_links li{
    float: left;
    margin-right: 20px;
}
header .header_links li:last-child{
    margin-right: 0;
}
header a{
    color: #fff;
    font-size: 15px;
    transition: all .3s;
}
header a:hover{
    color: #dc0303;
    text-decoration: none;
}
header h1{
    width: 590px;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -383px;
}
header h1 img{
    width: 100%;
}
.header_p_01{
    font-size: 30px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 350px;
    font-weight: bold;
    margin-bottom: 40px;
}
.kv_points{
    width: 800px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
}
.kv_points li{
    width: 179px;
}
.kv_points li img{
    width: 100%;
}

.cv{
    width: 100%;
    height: 346px;
    background-color: #be0000;
    background-image: url(../images/cv_bg.jpg);
    background-size: 2000px 346px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 45px 0 0;
}
.cv h2{
    font-size: 36px;
    color: #e60012;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.cv_p_01{
    font-size: 24px;
    color: #434141;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.cv_p_02{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.cv a{
    width: 500px;
    background-color: #e60012;
    color: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    padding: 20px 0;
    border-radius: 5px;
    /* box-shadow */
    box-shadow:0px 4px 0px 0px #9b0914;
    position: relative;
    transition: all .3s;
}
.cv a:after{
    content: '';
    position: absolute;
    width: 30px;
    height: 39px;
    background-size: 30px 39px;
    background-image: url(../images/cv_a_icon.png);
    background-repeat: no-repeat;
    top: 15px;
    right: 40px;
}
.cv a:hover{
    box-shadow:0px 0px 0px 0px #9b0914;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    cursor: pointer;
    text-decoration: none;
}
#reason{
    width: 100%;
    padding: 60px 0;
    background-image: url(../images/bg_01.jpg);
    background-size: 20px 20px;
}
#reason h2{
    margin-bottom: 40px;
}
.red_big{
    font-size: 60px;
    color: #dc0303;
}
#reason .content{
    width: 100%;
    background-color: #fff;
    padding: 0 10px 30px 0;
    margin-bottom: 45px;
}
#reason .content img{
    width: 285px;
    float: left;
}
.reason_text{
    float: right;
    width: 685px;
}
.reason_h3_01:before{
    content: "1";
}
.reason_h3_02:before{
    content: "2";
}
.reason_h3_03:before{
    content: "3";
}
.reason_h3_04:before{
    content: "4";
}
.reason_text h3{
    color: #b9913c;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    padding: 24px 0 0 40px;
}
.reason_text h3:before{
    color: #dc0303;
    font-size: 60px;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
#level{
    width: 100%;
    height: 900px;
}
.level_L{
    float: left;
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-image: url(../images/level_pic.jpg);
    background-size: cover;
    background-position: center;
    display: block;
}
.level_R{
    background-color: #dc0303;
    width: 50%;
    height: 100%;
    float: right;
}
.level_R_txt{
    width: 500px;
    padding: 50px 0;
}
.level_R_txt h2{
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    position: relative;
    margin-bottom: 70px;
}
.level_R_txt h2:after{
    position: absolute;
    content: "";
    border-bottom: 2px solid #fff;
    width: 40px;
    bottom: -30px;
    left: 50%;
    margin-left: -20px;
}
.level_R_txt dl{
    text-align: center;
    margin-bottom: 35px;
}
.level_R_txt dl dt{
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}
.level_R_txt dl dd{
    color: #fff;
}
#senior{
    width: 100%;
    padding: 60px 0;
    background-image: url(../images/bg_01.jpg);
    background-size: 20px 20px;
}
#senior h2{
    margin-bottom: 40px;
}
#senior .content{
    border: 5px solid #b9913c;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 40px;
}
#senior .content img{
    width: 220px;
    float: left;
}
.senior_text{
    width: 700px;
    float: right;
}
.senior_text h3{
    font-size: 36px;
    margin-bottom: 10px;
}
.red{
    color: #e60012;
    font-weight: bold;
}
.senior_text ul{
    background-color: #f9eff0;
    padding: 20px;
    margin-bottom: 20px;
}
.senior_text ul li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.senior_text ul li:before{
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 2px;
    background-size: 13px 13px;
    background-image: url(../images/arrow_01.png);
    background-repeat: no-repeat;
}
.light_pink_box{
    width: 100%;
    background-color: #f9eff0;
    height: 4px;
    margin-bottom: 4px;
    display: block;
}
#flow{
    width: 100%;
    padding: 60px 0;
}
#flow .content{
    width: 100%;
}
#flow .content li:nth-child(odd){
    width: 100%;
    background-color: #dc0303;
    padding: 0px 20px 40px 0px;
    position: relative;
    margin-bottom: 20px;
}
#flow .content li:nth-child(even){

}
#flow .content li:nth-child(even) img{
    width: 75px;
    margin: 0 auto 20px;
    display: block;
}
#flow .content h3{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
}
#flow .content p{
    color: #fff;
}
.triangle{
    border-top: 50px solid #b9913c;
    border-left: 50px solid #b9913c;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: relative;
    color: #fff;
    float: left;
    width: 50px;
}
.triangle:before{
    position: absolute;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    top: -40px;
    left: -40px;
}
.triangle_01:before{
    content: "01";
}
.triangle_02:before{
    content: "02";
}
.triangle_03:before{
    content: "03";
}
.triangle_04:before{
    content: "04";
}
.triangle_05:before{
    content: "05";
}
.triangle_06:before{
    content: "06";
}
.triangle_07:before{
    content: "07";
}
.tri_txt{
    margin-left: -25px;
    margin-bottom: -125px;
}
.flow_txt{
    padding: 30px 0 0 0;
    float: right;
    width: 880px;
}
#day{
    width: 100%;
    padding: 60px 0;
    background-image: url(../images/day_bg.jpg);
    background-size: cover;
    background-position: center;
}
#day h2{
    margin-bottom: 60px;
}
.day_sch_img{
    width: 100%;
    display: block;
}
#voice{
    width: 100%;
    padding: 60px 0;
    background-image: url(../images/bg_01.jpg);
    background-size: 20px 20px;
}
#voice h2{
    margin-bottom: 60px;
}
#voice .content{
    width: 100%;
    margin-bottom: 30px;
}
#voice .content .voice_con_title{
    width: 100%;
    padding: 15px;
    background-color: #dc0303;
}
.voice_con_title img{
    width: 130px;
    float: left;
}
.voice_txt{
    width: 790px;
    float: right;
}
.voice_txt h3{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
.voice_small{
    font-size: 24px;
}
.voice_txt h4{
    color: #fff;
    font-size: 36px;
}
.open_arrow{
    width: 100%;
    background-color: #fcecec;
    border: 3px solid #dc0303;
    padding: 10px 0;
    transition: all .3s;
}
.open_arrow:hover{
    background-color: #dc0303;
    cursor: pointer;
}
.open_arrow img{
    width: 31px;
    margin: 0 auto;
    display: block;
}
.voice_con_open{
    width: 100%;
    display: none;
}
.voice_career{
    width: 100%;
    background-color: #fcecec;
    border: 3px solid #dc0303;
    padding: 10px;
}
.voice_career li{
    color: #434141;
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-right: 10px;
}
.voice_career li:after{
    content: '';
    display: inline-block;
    background-image: url(../images/voice_career_arrow.png);
    background-size: 8px 13px;
    width: 8px;
    height: 13px;
    margin-left: 10px;
}
.voice_career li:last-child:after{
    display: none;
}
.voice_red{
    color: #dc0303 !important;
}
.voice_con_open p{
    border: 3px solid #dc0303;
    border-top: none;
    background-color: #fff;
    padding: 20px;
}
#voice .content:nth-child(odd) .voice_con_title{
    background-color: #b9913c;
}
#voice .content:nth-child(odd) .open_arrow{
    border: 3px solid #b9913c;
}
#voice .content:nth-child(odd) .open_arrow:hover{
    background-color: #b9913c;
}
#voice .content:nth-child(odd) .voice_career{
    border: 3px solid #b9913c;
}
#voice .content:nth-child(odd) .voice_con_open p{
    border: 3px solid #b9913c;
    border-top: none;
}
#course{
    width: 100%;
    padding: 60px 0;
    background-image: url(../images/bg_01.jpg);
    background-size: 20px 20px;
}
#course h2{
    margin-bottom: 60px;
}
#course p{
    margin-bottom: 50px;
}
.course_table{
    width: 100%;
    margin-bottom: 40px;
}
#course a{
    width: 500px;
    margin: 0 auto;
    display: block;
    background-color: #b9833d;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    transition: all .3s;

    /* box-shadow */
    box-shadow:0px 4px 0px 0px #714b1a;
}
#course a:hover{
    background-color: #936120;
    text-decoration: none;
}
#grad_block{
    width: 100%;
    height: 20px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ac0f2b+0,db063f+100 */
background: #ac0f2b; /* Old browsers */
background: -moz-linear-gradient(left,  #ac0f2b 0%, #db063f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ac0f2b 0%,#db063f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ac0f2b 0%,#db063f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac0f2b', endColorstr='#db063f',GradientType=1 ); /* IE6-9 */

}
#qa{
    width: 100%;
    padding: 60px 0;
}
#qa h2{
    margin-bottom: 50px;
}
.qa_lead{
    text-align: center;
    margin-bottom: 40px;
}
#qa .content{
    width: 100%;
    margin-bottom: 80px;
}
#qa .content h3{
    font-size: 30px;
    border-bottom: 1px solid #dc0303;
    padding-bottom: 15px;
    padding-left: 75px;
    margin-bottom: 25px;
    position: relative;
}
.qa_block{
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
#qa .content h3:before{
    position: absolute;
    content: '';
    background-repeat: no-repeat;
}
.qa_01:before{
    width: 56px;
    height: 56px;
    background-image: url(../images/qa_h3_icon_01.png);
    background-size: 56px 56px;
    left: 0;
    top: -10px;
}
.qa_02:before{
    width: 57px;
    height: 38px;
    background-image: url(../images/qa_h3_icon_02.png);
    background-size: 57px 38px;
    left: 0;
    top: -5px;
}
.qa_03:before{
    width: 34px;
    height: 51px;
    background-image: url(../images/qa_h3_icon_03.png);
    background-size: 34px 51px;
    left: 0;
    top: -5px;
}
.qa_04:before{
    width: 51px;
    height: 51px;
    background-image: url(../images/qa_h3_icon_04.png);
    background-size: 51px 51px;
    left: 0;
    top: -5px;
}
.qa_q{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding: 0 80px 30px 50px;
    position: relative;
}
.qa_q:before{
    position: absolute;
    content: '';
    background-image: url(../images/icon_q.png);
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
    background-repeat: no-repeat;
    left: 0;
    top:-5px;
}
.qa_q:after{
    position: absolute;
    content: '';
    background-image: url(../images/icon_open.png);
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
    background-repeat: no-repeat;
    right: 0;
    top:-5px;
}
.qa_q.open:after{
    background-image: url(../images/icon_close.png);
}

.qa_a{
    padding: 10px 80px 30px 50px;
    line-height: 30px;
    position: relative;
    display: none;
}
.qa_a:before{
    position: absolute;
    content: '';
    background-image: url(../images/icon_a.png);
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
    background-repeat: no-repeat;
    left: 0;
    top:5px;
}
.qa_q .open{
    
}



footer{
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
}
footer address{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #222;
}

.pagetop{
    width: 50px;
    background-color: rgba(220,3,3,.8);
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 50px;
    padding-top: 15px;
    transition: all .3s;
    display: none;
}
.pagetop:hover{
    background-color: rgba(143,3,3,.8);
    cursor: pointer;
}
.pagetop img{
    width: 27px;
    margin: 0 auto;
    display: block;
}

/*******************************************
スマホ用スタイル
*******************************************/
@media screen and (max-width: 768px) {

    /*表示非表示切替
    --------------------------------------*/
    .pc_disp {
        display: none !important;
    }
    .sp_disp {
        display: inherit !important;
    }

    * {

        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    p{
        font-size: 24px;
        line-height: 36px;
    }
    .inner{
        width: 92%;
        margin: 0 auto;
    }

    /*ヘッダー
    --------------------------------------*/
    header{
        width: 100%;
        padding: 0;
        z-index: 100;
        height: auto;
    }
    .kv_sp{
        width: 100%;
        display: block;
    }
    
    .cv{
        width: 100%;
        height: auto;
        background-color: #f2f2f2;
        background-image: url(../images/cv_bg.jpg);
        background-size: 2000px 346px;
        background-position: center;
        background-repeat: no-repeat;
        padding: 0;
    }
    .cv_img_up,
    .cv_img_down{
        width: 100%;
        display: block;
    }
    .cv_img_down{
        padding-top: 20px;
    }
    .cv h2{
        font-size: 36px;
        color: #e60012;
        text-align: center;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .cv_p_01{
        font-size: 24px;
        color: #434141;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }
    .cv_p_02{
        font-size: 24px;
        line-height: 36px;
        text-align: left;
        margin-bottom: 20px;
    }
    .cv a{
        width: 500px;
        background-color: #e60012;
        color: #fff;
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 24px;
        line-height: 24px;
        padding: 20px 0;
        border-radius: 5px;
        /* box-shadow */
        box-shadow:0px 4px 0px 0px #9b0914;
        position: relative;
        transition: all .3s;
    }
    .cv a:after{
        content: '';
        position: absolute;
        width: 30px;
        height: 39px;
        background-size: 30px 39px;
        background-image: url(../images/cv_a_icon.png);
        background-repeat: no-repeat;
        top: 15px;
        right: 40px;
    }
    .cv a:hover{
        box-shadow:0px 0px 0px 0px #9b0914;
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        cursor: pointer;
        text-decoration: none;
    }
    #reason{
        width: 100%;
        padding: 60px 0;
        background-image: url(../images/bg_01.jpg);
        background-size: 20px 20px;
    }
    #reason h2{
        margin-bottom: 40px;
    }
    .red_big{
        font-size: 60px;
        color: #dc0303;
    }
    #reason .content{
        width: 92%;
        background-color: #fff;
        padding: 0 10px 30px 0;
        margin: 0 auto 45px;
    }
    #reason .content img{
        width: 100%;
        float: none;
        margin: 0 auto 10px;
    }
    .reason_text{
        float: none;
        width: 100%;
    }
    .reason_h3_01:before{
        content: "1";
    }
    .reason_h3_02:before{
        content: "2";
    }
    .reason_h3_03:before{
        content: "3";
    }
    .reason_h3_04:before{
        content: "4";
    }
    .reason_text h3{
        color: #b9913c;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
        position: relative;
        padding: 24px 0 0 40px;
    }
    .reason_text h3:before{
        color: #dc0303;
        font-size: 60px;
        margin-right: 10px;
        position: absolute;
        top: 0;
        left: 0;
    }
    #level{
        width: 100%;
        height: auto;
    }
    .level_L{
        float: none;
        width: 100%;
        height:300px;
        top: auto;
        bottom: auto;
        background-image: url(../images/level_pic.jpg);
        background-size: cover;
        background-position: center;
        display: block;
    }
    .level_R{
        background-color: #dc0303;
        width: 100%;
        height:auto;
        float: none;
        display: block;
    }
    .level_R_txt{
        width: 100%;
        padding: 50px 0;
        display: block;
    }
    .level_R_txt h2{
        color: #fff;
        font-size: 30px;
        line-height: 36px;
        position: relative;
        margin-bottom: 70px;
    }
    .level_R_txt h2:after{
        position: absolute;
        content: "";
        border-bottom: 2px solid #fff;
        width: 40px;
        bottom: -30px;
        left: 50%;
        margin-left: -20px;
    }
    .level_R_txt dl{
        text-align: center;
        margin-bottom: 35px;
    }
    .level_R_txt dl dt{
        color: #fff;
        font-size: 30px;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .level_R_txt dl dd{
        color: #fff;
    }
    #senior{
        width: 100%;
        padding: 30px 0;
        background-image: url(../images/bg_01.jpg);
        background-size: 20px 20px;
    }
    #senior h2{
        margin-bottom: 40px;
    }
    #senior .content{
        width: 100%;
        border: 5px solid #b9913c;
        background-color: #fff;
        padding: 20px;
        margin-bottom: 40px;
    }
    #senior .content img{
        width: 220px;
        float: none;
        margin: 0 auto 30px;
        display: block;
    }
    .senior_text{
        width: 100%;
        float: none;
    }
    .senior_text h3{
        font-size: 36px;
        margin-bottom: 10px;
    }
    .red{
        color: #e60012;
        font-weight: bold;
    }
    .senior_btn_open{
        width: 100%;
        background-color: #e60012;
        text-align: center;
        padding: 10px 0;
        font-size: 20px;
        color: #fff;
        margin: 0 auto 20px;
    }
    .senior_hide{
        width: 100%;
        display: none;
    }
    .is-hidden {
        display: none!important;
    }
    .senior_text ul{
        background-color: #f9eff0;
        padding: 20px;
        margin-bottom: 20px;
    }
    .senior_text ul li{
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .senior_text ul li:before{
        content: '';
        width: 13px;
        height: 13px;
        position: absolute;
        left: 0;
        top: 5px;
        background-size: 13px 13px;
        background-image: url(../images/arrow_01.png);
        background-repeat: no-repeat;
    }
    .senior_lead{
        width: 100%;
        padding: 10px 0 20px;
        display: block;
    }
    .light_pink_box{
        width: 100%;
        background-color: #f9eff0;
        height: 4px;
        margin-bottom: 4px;
        display: block;
    }
    #flow{
        width: 100%;
        padding: 60px 0;
    }
    #flow h2{
        margin-bottom: 30px;
    }
    #flow .content{
        width: 100%;
    }
    #flow .content li:nth-child(odd){
        width: 100%;
        background-color: #dc0303;
        padding: 0px 20px 40px 0px;
        position: relative;
        margin-bottom: 20px;
    }
    #flow .content li:nth-child(even){

    }
    #flow .content li:nth-child(even) img{
        width: 75px;
        margin: 0 auto 20px;
        display: block;
    }
    #flow .content h3{
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 30px;
        color: #fff;
        font-weight: bold;
    }
    #flow .content p{
        color: #fff;
    }
    .triangle{
        border-top: 50px solid #b9913c;
        border-left: 50px solid #b9913c;
        border-right: 50px solid transparent;
        border-bottom: 50px solid transparent;
        position: relative;
        color: #fff;
        float: left;
        width: 50px;
    }
    .triangle:before{
        position: absolute;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        top: -40px;
        left: -40px;
    }
    .triangle_01:before{
        content: "01";
    }
    .triangle_02:before{
        content: "02";
    }
    .triangle_03:before{
        content: "03";
    }
    .triangle_04:before{
        content: "04";
    }
    .triangle_05:before{
        content: "05";
    }
    .triangle_06:before{
        content: "06";
    }
    .triangle_07:before{
        content: "07";
    }
    .tri_txt{
        margin-left: -25px;
        margin-bottom: -125px;
    }
    .flow_txt{
        padding: 0px 0 0 50px;
        float: right;
        width: 100%;
    }
    #day{
        width: 100%;
        padding: 60px 0;
        background-image: url(../images/sp/day_sp_bg.jpg);
        background-size: cover;
        background-position: center;
    }
    #day h2{
        margin-bottom: 60px;
    }
    .day_sp_img{
        width: 100%;
        display: block;
    }
    #voice{
        width: 100%;
        padding: 60px 0;
        background-image: url(../images/bg_01.jpg);
        background-size: 20px 20px;
    }
    #voice h2{
        margin-bottom: 60px;
    }
    #voice .content{
        width: 100%;
        margin-bottom: 30px;
    }
    #voice .content .voice_con_title{
        width: 100%;
        padding: 15px;
        background-color: #dc0303;
    }
    .voice_con_title img{
        width: 130px;
        float: none;
        margin: 0 auto;
        display: block;
    }
    .voice_txt{
        width: 100%;
        float: none;
    }
    .voice_txt h3{
        color: #fff;
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: center;
    }
    .voice_small{
        font-size: 24px;
    }
    .voice_txt h4{
        color: #fff;
        font-size: 36px;
    }
    .open_arrow{
        width: 100%;
        background-color: #fcecec;
        border: 3px solid #dc0303;
        padding: 0;
        transition: all .3s;
        text-align: center;
        font-size: 20px;
    }
    .open_arrow:hover{
        background-color: #fcecec;
        cursor: pointer;
    }
    .open_arrow img{
        width: 31px;
        margin: 0 auto;
        display: block;
    }
    .open_arrow p{
        text-align: center;
        font-size: 20px;
        background-color: #dc0303;
        padding: 5px 0;
        color: #fff;
    }
    .voice_con_open{
        width: 100%;
        display: none;
    }
    .voice_career{
        width: 100%;
        background-color: #fcecec;
        border: 3px solid #dc0303;
        padding: 10px;
        border-top: none;
    }
    .voice_career li{
        color: #434141;
        font-size: 18px;
        font-weight: bold;
        float: left;
        margin-right: 10px;
    }
    .voice_career li:after{
        content: '';
        display: inline-block;
        background-image: url(../images/voice_career_arrow.png);
        background-size: 8px 13px;
        width: 8px;
        height: 13px;
        margin-left: 10px;
    }
    .voice_career li:last-child:after{
        display: none;
    }
    .voice_red{
        color: #dc0303 !important;
    }
    .voice_con_open p{
        border: 3px solid #dc0303;
        border-top: none;
        background-color: #fff;
        padding: 20px;
    }
    #voice .content:nth-child(odd) .voice_con_title{
        background-color: #b9913c;
    }
    #voice .content:nth-child(odd) .open_arrow{
        border: 3px solid #b9913c;
    }
    #voice .content:nth-child(odd) .open_arrow:hover{
        background-color: #b9913c;
    }
    #voice .content:nth-child(odd) .voice_career{
        border: 3px solid #b9913c;
        border-top: none;
    }
    #voice .content:nth-child(odd) .voice_con_open p{
        border: 3px solid #b9913c;
        border-top: none;
    }
    .voice_lead{
        background-color: #fcecec;
        border-left: 3px solid #dc0303;
        border-right: 3px solid #dc0303;
        color: #222;
        width: 100%;
        padding: 20px;
    }
    #voice .content:nth-child(odd) .voice_lead{
        border-left: 3px solid #b9913c;
        border-right: 3px solid #b9913c;
    }
    #voice .content:nth-child(odd) .open_arrow_p{
        background-color: #b9913c;
    }
    #course{
        width: 100%;
        padding: 60px 0;
        background-image: url(../images/bg_01.jpg);
        background-size: 20px 20px;
    }
    #course h2{
        margin-bottom: 60px;
    }
    #course p{
        margin-bottom: 50px;
    }
    .course_table{
        width: 100%;
        margin-bottom: 40px;
    }
    .couse_sp_img{
        width: 100%;
        margin: 0 auto 30px;
    }
    #course a{
        width: 500px;
        margin: 0 auto;
        display: block;
        background-color: #b9833d;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        font-size: 24px;
        line-height: 24px;
        color: #fff;
        border-radius: 5px;
        font-weight: bold;
        transition: all .3s;

        /* box-shadow */
        box-shadow:0px 4px 0px 0px #714b1a;
    }
    #course a:hover{
        background-color: #936120;
        text-decoration: none;
    }
    #grad_block{
        width: 100%;
        height: 20px;

        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ac0f2b+0,db063f+100 */
        background: #ac0f2b; /* Old browsers */
        background: -moz-linear-gradient(left,  #ac0f2b 0%, #db063f 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  #ac0f2b 0%,#db063f 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  #ac0f2b 0%,#db063f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac0f2b', endColorstr='#db063f',GradientType=1 ); /* IE6-9 */

    }
    #qa{
        width: 100%;
        padding: 30px 0;
    }
    #qa h2{
        margin-bottom: 50px;
    }
    .qa_lead{
        text-align: left;
        margin-bottom: 40px;
    }
    #qa .content{
        width: 100%;
        margin-bottom: 80px;
    }
    #qa .content h3{
        font-size: 30px;
        border-bottom: 1px solid #dc0303;
        padding-bottom: 15px;
        padding-left: 75px;
        margin-bottom: 25px;
        position: relative;
    }
    .qa_block{
        margin-bottom: 40px;
        border-bottom: 1px solid #ddd;
    }
    #qa .content h3:before{
        position: absolute;
        content: '';
        background-repeat: no-repeat;
    }
    .qa_01:before{
        width: 56px;
        height: 56px;
        background-image: url(../images/qa_h3_icon_01.png);
        background-size: 56px 56px;
        left: 0;
        top: -5px;
    }
    .qa_02:before{
        width: 57px;
        height: 38px;
        background-image: url(../images/qa_h3_icon_02.png);
        background-size: 57px 38px;
        left: 0;
        top: -5px;
    }
    .qa_03:before{
        width: 34px;
        height: 51px;
        background-image: url(../images/qa_h3_icon_03.png);
        background-size: 34px 51px;
        left: 0;
        top: -5px;
    }
    .qa_04:before{
        width: 51px;
        height: 51px;
        background-image: url(../images/qa_h3_icon_04.png);
        background-size: 51px 51px;
        left: 0;
        top: -5px;
    }
    .qa_q{
        font-size: 24px;
        line-height: 36px;
        font-weight: bold;
        padding: 0 50px 30px 50px;
        position: relative;
    }
    .qa_q:before{
        position: absolute;
        content: '';
        background-image: url(../images/icon_q.png);
        width: 36px;
        height: 36px;
        background-size: 36px 36px;
        background-repeat: no-repeat;
        left: 0;
        top:0px;
    }
    .qa_q:after{
        position: absolute;
        content: '';
        background-image: url(../images/icon_open.png);
        width: 36px;
        height: 36px;
        background-size: 36px 36px;
        background-repeat: no-repeat;
        right: 0;
        top:0px;
    }
    .qa_q.open:after{
        background-image: url(../images/icon_close.png);
    }

    .qa_a{
        padding: 10px 50px 30px 50px;
        font-size: 24px;
        line-height: 36px;
        position: relative;
        display: none;
    }
    .qa_a:before{
        position: absolute;
        content: '';
        background-image: url(../images/icon_a.png);
        width: 36px;
        height: 36px;
        background-size: 36px 36px;
        background-repeat: no-repeat;
        left: 0;
        top:5px;
    }
    .qa_q .open{

    }



    footer{
        width: 100%;
        padding: 20px 0;
        background-color: #fff;
    }
    footer address{
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: #222;
    }

    .pagetop{
        width: 50px;
        background-color: rgba(220,3,3,.8);
        display: block;
        position: fixed;
        bottom: 20px;
        right: 20px;
        height: 50px;
        padding-top: 15px;
        transition: all .3s;
        display: none;
    }
    .pagetop:hover{
        background-color: rgba(143,3,3,.8);
        cursor: pointer;
    }
    .pagetop img{
        width: 27px;
        margin: 0 auto;
        display: block;
    }
}





/*20221001追加style header floatセクション*/

.luxbar-navigation{
    max-width: 1440px;
    margin: 0 auto;
}
.luxbar-menu-left .luxbar-navigation, .luxbar-menu-left .luxbar-header{
    justify-content: flex-end;
}
.luxbar-header{
    margin-right: auto;
}
.luxbar-fixed{
    height: auto;
    background-image: none;
    padding: 0;
    position:static;
}
.luxbar-menu-dark, .luxbar-menu-dark .dropdown ul{
    background-color: #dc0606;
}
.luxbar-brand{
    font-size: 1.1em;
    font-weight: 600;
}
.luxbar-item.item-2 {
    padding-top: 8px;
}
.luxbar-item.item-2 a{
    padding-top: 0;
}
.luxbar-item a{
    text-align: center;
}
.luxbar-checkbox:not(:checked) ~ .luxbar-menu{
    height: 70px;
}
.luxbar-navigation{
    padding-top: 7px;
}
.luxbar-menu a:hover, .luxbar-item a:hover{
    color: #fff;
}
.luxbar-menu-dark .active, .luxbar-menu-dark .luxbar-item:hover{
    background-color: #dc0808;
}

@media screen and (max-width: 1300px) {
    .luxbar-brand{
        font-size: 16px;
        width: auto;
    }
    .luxbar-item a{
        font-size: 14px;
    }
}
@media screen and (max-width: 1160px) {
    .luxbar-brand{
        display: none!important;
    }
}
@media screen and (max-width: 767px) {
    .luxbar-item a{
        font-size: 24px;
    }
    .luxbar-item{
        margin-bottom: 40px
    }
}

/* ==========
    float
========== */
section#float {
  background-color: rgb(242,242,242);
  position: fixed;
  bottom: 10px;
  right: 0;
  height: auto;
  padding: 15px;
  z-index: 9999;}
  section#float #float_container {
    height: 100%; }
    section#float #float_container .float_area {
      height: 100%;
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: center;
      -ms-justify-content: center;
      -webkit-justify-content: center; }
      section#float #float_container .float_area .float_block a {
        width: 360px;
        background-color: #e60012;
        color: #fff;
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 24px;
        line-height: 24px;
        padding: 20px 0;
        border-radius: 5px;
        box-shadow: 0px 4px 0px 0px #9b0914;
        position: relative;
        transition: all .3s; }
      section#float #float_container .float_area .float_block a:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 39px;
        background-size: 30px 39px;
        background-image: url(../images/cv_a_icon.png);
        background-repeat: no-repeat;
        top: 15px;
        right: 22px;}
      section#float #float_container .float_area .float_block a:hover {
        box-shadow: 0px 0px 0px 0px #9b0914;
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        cursor: pointer;
        text-decoration: none;}

@media screen and (max-width: 767px) {
section#float {
    width: 100%;
    bottom: 0;
}
section#float #float_container { }
section#float #float_container .float_area { }
section#float #float_container .float_area .float_block{
    margin-bottom: 0;
    width: 100%;
}
section#float #float_container .float_area .float_block a {
    margin: 0 auto;
    width: 85%;
    padding: 20px 0;
    font-size: 24px;
}
section#float #float_container .float_area .float_block a:after {}
section#float #float_container .float_area .float_block a:hover {}

}