@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', sans-serif;
    box-sizing: border-box;
    align-items: flex-start;
    color: #002C45;
}

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;

}
a:hover{

	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: 48px;
	line-height: 56px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: normal;
    color: #222;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;

}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    h2{
        margin-bottom: 50px;
    }
}
h3{
    font-weight: 400;
    font-style: normal;
}
h4{
	
}
h5{
	
}

img{
	border: none;
    height: auto;
}
p{
    font-size: 18px;
    line-height: 36px;
    word-break: break-word;
    font-weight: 400;
    font-style: normal;
    color: #222;
}
li{
    list-style: none;
    font-size: 18px;
    line-height: 36px;
    word-break: break-word;

    font-style: normal;
}

/*画像装飾
--------------------------------------*/
.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 {
	background-color: #DF3B73;
    color: #fff;
    padding: 0px 10px;
}
.bold{
	font-weight: bold;
}
.red{
    color: #d11c2e;
}
.blue{
    color: #1C48AF;
}
.blue2{
    color: #2261AA;
}
.red2{
    color: #E24C4B;
}
.yellow{
    color: #F0F702;
}
.l_red{
    color: #FF0041;
}
.blue3{
    color: #0080D0;
}
.red_3{
    color: #D60404;
}


/*サイズ指定
--------------------------------------*/
.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;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .inner{
        width: 92%;
    }
}

.sec_base{
    width: 100%;
    padding: 80px 0;
}


#bg{
	
}

.l-brown{
    color: #d3ae81;
}
.l-brown2{
    color: #a28255;
}
.l-brown3{
    color: #f4e915;
}

/*******************************************
全ページ共通 スマホ用スタイル
*******************************************/
@media screen and (max-width: 768px) {

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

    * {

        margin: 0;
        padding: 0;
    }
    p{
        font-size: 24px;
        line-height: 30px;
        
    }
    .inner{
        width: 92%;
        margin: 0 auto;
    }
    dl{
        font-size: 24px;
        line-height: 42px;
    }
    dt{
        font-size: 24px;
        line-height: 42px;
    }
    dd{
        font-size: 24px;
        line-height: 42px;
    }
}


body{
    overflow-x: hidden;
    position: relative;
}

.spaceing{
    width: 100%;
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
    color: #D60404;
    font-size: 72px;
}

/*ヘッダー
--------------------------------------*/
header{
    width: 100%;
    height: 100px;
    background-image: url(../images/kv_bg@2x.png);
    background-position: center;
    background-size: cover;
    z-index: 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}
header .logo{
    padding: 20px;
}
header .logo img{
    width: 455px;
}
.header_contact{
    display: flex;
    width: 500px;
    display: flex;
    justify-content: space-between;
}
.header_contact .header_tel{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #184e85;
    font-size: 32px;
    position: relative;
    padding-top: 20px;
}
.header_contact .header_tel:before{
    content: '';
    position: absolute;
    background-image: url(../images/header_icon_tel@2x.png);
    width: 20px;
    height: 28px;
    background-size: 20px 28px;
    background-repeat: no-repeat;
    left: -25px;
    top:40px;
}
.header_tel_time{
    width: 107px;
}
.header_tel_time img{
    width: 100%;
    padding-top: 15px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    header .logo{
        width: 60%;
        padding: 10px;
        padding-top: 25px;
    }
    header .logo img{
        width: 100%;
    }
    .header_contact_sp{
        width: 190px;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        padding: 10px;
    }
    .header_contact_sp a{
        width: 80px;  
    }
    .header_contact_sp a img{
        width: 100%;
    }
}
.header_form_btn{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e67b3+0,094789+100 */
background: linear-gradient(to right,  #1e67b3 0%,#094789 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    height: 100px;
    padding: 20px;
}
.header_form_btn img{
    width: 113px;
}

.header_form_btn{
    display:block;
    line-height:50px;
    position:relative;
    text-decoration:none;
    text-align:center;
    color:#fff;
    z-index:0;
  }
  .header_form_btn:before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:-1;
    left:0;
    top:0px;
    transition:0.5s;
    background: linear-gradient(to right,  #1e67b3 0%,#094789 100%); 
  }
  .header_form_btn:after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:-2;
    left:0;
    top:0px;
    background: linear-gradient(to right,  #094789 0%,#1e67b3 100%); 
  }
  .header_form_btn:hover:before{
    opacity:0;
  }
  .header_form_btn:hover{
    cursor: pointer;
  }




  #kv{
    width: 100%;
    height: 700px;
    background-image: url(../images/kv_bg@2x-80.jpg);
    background-position: center;
    background-size: cover;
  }
  #kv .inner{
    width: 1200px;
  }
#kv img{
    width: 100%;
    padding-top: 30px;
    margin: 0 auto;
    display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #kv{
        height: auto;
        width: 100%;
        padding: 0;
        background: none;
    }  
    #kv .inner{
        width: 100%;
        padding: 0;
        height: auto;
    }
    #kv img{
        width: 100%;
        height: auto;
        padding: 0;
    }  
}


#nayami{
    background-image: url(../images/nayami_bg@2x-80.jpg);
    background-position: center;
    background-size: cover;
}
#nayami h2{
    margin-bottom: 0;
}
#nayami h2 img{
    width: 1000px;
    margin-bottom: 0;
}
#nayami ul{
    background-color: #fff;
    padding: 50px 50px 50px 80px;
    width: 780px;
    margin: 0 auto 40px;
}
#nayami ul li{
    color: #033b78;
    position: relative;
    margin-bottom: 10px;
}
#nayami ul li:before{
    content: '';
    position: absolute;
    background-image: url(../images/icon_check_01@2x.png);
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    left: -30px;
    top:8px;
}
#nayami p{
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 42px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #nayami .inner{
        width: 100%;
    }
    #nayami h2 {
        width: 100%;
    }
    #nayami h2 img{
        width: 100%;
    }
    #nayami ul{
        padding: 30px 30px 30px 50px;
        width: 92%;
    }
    #nayami ul li{
        font-size: 24px;
    }
    #nayami p{
        width: 92%;
        margin: 0 auto;
        text-align: left;
    }

}

#keii{
    background-color: #ebf4f9;
}
#keii h2{
    color: #033b78;
}
#keii ul{
    width: 100%;
}
#keii ul li{
    margin-bottom: 30px;
}
#keii ul li h3{
    background: linear-gradient(to right,  #1e67b3 0%,#094789 100%);
    color: #fff;
    padding: 20px;
}
#keii ul li p{
    background-color: #fff;
    padding: 20px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #keii ul li h3{
        font-size: 24px;
    }
    #keii ul li p{
        line-height: 42px;
    }
}


#ex{
    background-image: url(../images/ex_bg@2x-80.jpg);
    background-position: center;
    background-size: cover;
}
#ex .inner{
    background-color: #fff;
    padding: 40px;
}
#ex h2{
    
}
#ex h2 img{
    width: 738px;
}
#ex ul{
    width: 100%;
}
#ex ul li{
    width: 100%;
    margin-bottom: 30px;
}
#ex ul li h3{
    color: #033b78;
    font-size: 24px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
}
#ex ul li p{
    background-color: #f7f5f2;
    padding: 20px;
}

#ex ul li h3:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    left: 0px;
    top:9px;
}
#ex ul li:nth-child(1) h3:before{
    background-image: url(../images/icon_num_01@2x.png);
}
#ex ul li:nth-child(2) h3:before{
    background-image: url(../images/icon_num_02@2x.png);
}
#ex ul li:nth-child(3) h3:before{
    background-image: url(../images/icon_num_03@2x.png);
}
#ex ul li:nth-child(4) h3:before{
    background-image: url(../images/icon_num_04@2x.png);
}
#ex ul li:nth-child(5) h3:before{
    background-image: url(../images/icon_num_05@2x.png);
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #ex h2{
        width: 100%;
    }
    #ex h2 img{
        width: 100%;
    }
    #ex ul li {
        margin-bottom: 50px;
    }
    #ex ul li h3{
        padding-left: 36px;
        font-size: 24px;
        font-weight: bold;
    }
    #ex ul li h3:before{
        left: 0px;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        top:5px;
    }
    #ex li p{
        margin-bottom: 30px;
        line-height: 42px;
    }
}



#mondai h2{
    color: #033b78;
}
#mondai ul{
    width: 100%;
}
#mondai ul li{
    width: 100%;
    margin-bottom: 30px;
}
#mondai ul li h3{
    color: #033b78;
    font-size: 24px;
    margin-bottom: 10px;
    position: relative;
}
#mondai ul li p{
    background-color: #f0f8fc;
    padding: 20px;
}
#mondai ul li h3:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    left: -30px;
    top:9px;
}
#mondai ul li:nth-child(1) h3:before{
    background-image: url(../images/icon_num_01@2x.png);
}
#mondai ul li:nth-child(2) h3:before{
    background-image: url(../images/icon_num_02@2x.png);
}
#mondai ul li:nth-child(3) h3:before{
    background-image: url(../images/icon_num_03@2x.png);
}
#mondai ul li:nth-child(4) h3:before{
    background-image: url(../images/icon_num_04@2x.png);
}
#mondai ul li:nth-child(5) h3:before{
    background-image: url(../images/icon_num_05@2x.png);
}
#mondai h2{
    color: #033b78;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #mondai ul li h3{
        padding-left: 36px;
    }
    #mondai ul li h3:before{
        left: 0px;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        top:5px;
    }
    #mondai ul li p{
        margin-bottom: 30px;
    }
}


#saku{
    background-color: #f4f3ef;
}
#saku h2{
    margin-bottom: 50px;
}
#saku h2 img{
    width: 637px;
}
#saku ul{
    width: 100%;
}
#saku ul li{
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 30px 30px 30px 60px;
}
#saku ul li h3{
    color: #033b78;
    font-size: 24px;
    margin-bottom: 10px;
    position: relative;
}
#saku ul li p{
    padding: 0px;
}
#saku ul li h3:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    left: -30px;
    top:9px;
}
#saku ul li:nth-child(1) h3:before{
    background-image: url(../images/icon_num_01@2x.png);
}
#saku ul li:nth-child(2) h3:before{
    background-image: url(../images/icon_num_02@2x.png);
}
#saku ul li:nth-child(3) h3:before{
    background-image: url(../images/icon_num_03@2x.png);
}
#saku ul li:nth-child(4) h3:before{
    background-image: url(../images/icon_num_04@2x.png);
}
#saku ul li:nth-child(5) h3:before{
    background-image: url(../images/icon_num_05@2x.png);
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #saku h2 img{
        width: 90%;
    }
    #saku h2{
        margin-bottom: 20px;
    }
    #saku ul li h3{
        padding-left: 36px;
    }
    #saku ul li h3:before{
        left: 0px;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        top:5px;
    }
    #saku ul li p{
        line-height: 42px;
    }
}


#jirei{
    background-color: #5490cf;
    padding-top: 150px;
}
#jirei h2{
    color: #fff;
}
#jirei .content{
    background-color: #fff;
    padding: 40px;
    margin-bottom: 50px;
}
.jirei_content_1st{
    position: relative;
}
.jirei_content_1st:before{
    content: '';
    position: absolute;
    background-image: url(../images/jirei_img@2x.png);
    width: 250px;
    height: 230px;
    background-size: 250px 230px;
    background-repeat: no-repeat;
    right: 0;
    top:-230px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #jirei h2{
        text-align: left;
        font-size: 60px;
    }
    .jirei_content_1st:before{
        width: 200px;
        height: 184px;
        background-size: 200px 184px;
        top:-184px;
    }
}
#jirei .content ul{

}
#jirei .content ul li{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}
#jirei .content ul li .label{
    width: 15%;
}
#jirei .content ul li .txt{
    width: 82%;
}
#jirei .content .label,
#jirei .content .txt h3{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
#jirei .content .txt h3{
    font-size: 30px;
}
#jirei .content ul li .label .label_01{
    background-color: #033b78;
    color: #fff;
    text-align: center;
}
#jirei .content ul li:first-child{
    padding-bottom: 20px;
    border-bottom: 1px solid #033b78;
    margin-bottom: 20px;
}
#jirei .content ul li .label .label_02{
    border: 1px solid #033b78;
    color: #033b78;
    text-align: center;
}
#jirei .content ul li .label .label_03{
    border: 1px solid #a28255;
    color: #a28255;
    text-align: center;
}
#jirei .content ul li:nth-child(2){
    margin-bottom: 20px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #jirei .content ul li{
        flex-direction: column;
    }
    #jirei .content ul li .label{
        width: 25%;

    }
    #jirei .content ul li .label p{
        padding: 10px;
        margin-bottom: 10px;
    }
    #jirei .content ul li .txt{
        width: 100%;
    }
    #jirei .content .txt p{
        line-height: 40px;
    }
}

#flow{
    background-image: url(../images/flow_bg@2x-80.jpg);
    background-position: center;
    background-size: cover;
}
#flow ul{
    
}
#flow ul li{
    width: 100%;
    background-color: #fff;
    position: relative;
    counter-increment: count;
    padding: 46px 20px 20px 20px;
    margin-bottom: 30px;
}

#flow ul li h3{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 22px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 46px;
}
#flow ul li h3:before{
    content: counter(count);
    position: absolute;
    background-color: #033b78;
    color: #fff;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    left: 0;
    top:-5px;
    text-align: center;
    vertical-align: text-top;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    padding:3px 5px 8px 5px;
}
#flow ul li p{
    padding-left: 46px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #flow ul{
        flex-direction: column;
    }
    #flow ul li{
        width: 100%;
        margin-bottom: 30px;
        padding: 20px 20px 20px 20px;
    }
    #flow ul li h3{
        font-size: 30px;
        line-height: 36px;
        height: auto;
    }
    #flow ul li p{
        line-height: 40px;
    }
}

#reason{
    background-image: url(../images/reason_bg@2x-80.jpg);
    background-position: center;
    background-size: cover;
}
#reason h2{
    color: #efb270;
    font-size: 60px;
    margin-bottom: 50px;
    font-weight: normal;
}
#reason h2 .small{
    font-size:26px;
    font-weight: normal;
    line-height: 72px;
    color: #fff;
}
#reason ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#reason ul li{
    width: 31%;
    background-color: #fff;
    padding: 20px;
}
#reason ul li h3{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    text-align: center;
    height: auto;
    border-bottom: 1px solid #d3ae81;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
#reason ul li p{
    font-size: 18px;
    line-height: 30px;
}

/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #reason .h2_p{
        text-align: center;
        margin-bottom: 20px;
    }
    #reason ul{
        flex-direction: column;
    }
    #reason ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    #reason ul li h3{
        height: auto;
        font-size: 30px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    #reason ul li:nth-child(1) h3,
    #reason ul li:nth-child(3) h3{
        padding-top: auto;
    }
    #reason ul li p{
        font-size: 24px;
        line-height: 42px;
    }
    #reason .h2_p{
        color: #fff !important;
    }
}


.cv{
    background-image: url(../images/cv_bg@2x-80.jpg);
    background-position: center;
    background-size: cover;
    padding: 40px 0;
}
.cv h2{
    margin-bottom: 10px;
}
.cv h2 img{
    width: 905px;
    margin: 0 auto;
}
.cv .p_01{
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}
.cv ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.cv ul li{
    width: 45%;
    background-color: #f0f8fc;
    padding: 20px;
    text-align: center;
}
.cv ul li h3{
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.cv ul li a.cv_tel{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #184e85;
    font-size: 42px;
    position: relative;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}
.cv_tel:before{
    content: '';
    position: absolute;
    background-image: url(../images/header_icon_tel@2x.png);
    width: 20px;
    height: 28px;
    background-size: 20px 28px;
    background-repeat: no-repeat;
    left: -30px;
    top:8px;
}
.cv_tel_time{
    font-size: 15px;
    border: 1px solid #033b78;
    width: 80%;
    margin: 0 auto;

}

.cv_form_btn{
    display:block;
    line-height:50px;
    position:relative;
    text-decoration:none;
    text-align:center;
    color:#fff;
    z-index:0;
    padding-top: 20px;
    border-radius: 20px;
  }
  .cv_form_btn:before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:-1;
    left:0;
    top:0px;
    transition:0.5s;
    background: linear-gradient(to right,  #1e67b3 0%,#094789 100%);
    border-radius: 10px;
  }
  .cv_form_btn:after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:-2;
    left:0;
    top:0px;
    background: linear-gradient(to right,  #094789 0%,#1e67b3 100%); 
    border-radius: 10px;
  }
  .cv_form_btn:hover:before{
    opacity:0;
  }
  .cv_form_btn:hover{
    cursor: pointer;
  }
  .cv_form_btn img{
    width: 80%;
  }

/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .cv h2{
        margin-bottom: 10px;
    }
    .cv h2 img{
        width: 100%;
        margin-bottom: 30px;
    }
    .cv .p_01{
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .cv ul{
        flex-direction: column;
    }
    .cv ul li{
        width: 100%;
        background-color: #f0f8fc;
        padding: 20px;
        text-align: center;
        margin-bottom: 20px;
    }
    .cv ul li h3{
        font-size: 30px;
    }
}

#qa{
    background-color: #e2dace;
}
#qa h2{
    color: #033b78;
}
#qa ul{
    width: 100%;

}
#qa ul li{
    width: 100%;
    background-color: #fff;
    padding: 50px 30px 30px 30px;
    margin-bottom: 40px;
}
#qa ul li h3{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #033b78;
    font-size: 24px;
    padding-left: 80px;
    position: relative;
    margin-bottom: 30px;
}
#qa ul li h3::before{
    position: absolute;
    content: '';
    position: absolute;
    background-image: url(../images/icon_qa_q@2x.png);
    width: 72px;
    height: 72px;
    background-size: 72px 72px;
    background-repeat: no-repeat;
    left: 0;
    top:-16px;
    
}
#qa ul li p{
    padding-left: 80px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #qa ul li h3{
        font-size: 30px;
    }
    #qa ul li p{
        line-height: 42px;
    }
}


#prof{
    background-color: #f4eee9;
}
.prof_intro_01{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 30px;
}
.prof_intro_01 li:nth-child(1){
    width: 500px;

}
.prof_intro_01 li:nth-child(2){
    width: 480px;
}
.prof_h2{
    width: 420px;
}
.prof_pic{
    width: 100%;
}
.prof_pr{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 40px;
}
.prof_pr li{
    width: 300px;
}
.prof_pr li img{
    width: 100%;
}
#prof h3{
    font-size: 24px;
    color: #033b78;
    background-color: #fff;
    border: 1px solid #033b78;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}
#prof .p_01{
    margin-bottom: 50px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .prof_intro_01{
        flex-direction: column;
    }
    .prof_intro_01 li:nth-child(1),
    .prof_intro_01 li:nth-child(2){
        width: 100%;
    }
    .prof_h2{
        margin-bottom: 20px;
        width: 100%;
    }
    .prof_h2_sp{
        width: 100%;
        margin-bottom: 20px;
    }
    .prof_intro_01 p{
        margin-bottom: 30px;
        line-height: 42px;
    }
    .prof_pic{
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    .prof_pr{
        flex-direction: column;
        width: 80%;
        margin: 0 auto 50px;
    }
    .prof_pr li{
        width: 100%;
        margin-bottom: 20px;
    }
    #prof .p_01{
        line-height: 40px;
    }
}

.book{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.book li:nth-child(1){
    width: 134px;
}
.book li:nth-child(1) img{
    width: 100%;
}
.book li:nth-child(2){
    width: 800px;
}
.book li:nth-child(2) h4{
    font-size: 24px;
    margin-bottom: 10px;
}
.book_info{
    margin-bottom: 20px;
}
.chosya{
    text-align: right;

}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .book li:nth-child(1){
        width: 30%;
    }
    .book li:nth-child(2){
        width: 65%;
    }
    .book_info{
        line-height: 36px;
    }
}


#prof ul.book li a.link_amazon{
    text-align: right;
    margin: 0 0 0 auto;
    width: 300px;
    display: block;
    text-decoration: underline;
}


#housyu{
    background-color: #f0f8fc;
}
#housyu h2{
    color: #033b78;
    font-weight: normal;
}
#housyu p{
    background-color: #fff;
    padding: 30px;
}
#housyu a{
    text-decoration: underline;
    color: #033b78;
}
#housyu a:hover{
    text-decoration: none;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #housyu p{
        line-height: 42px;
    }
}


#gMap{
    width: 100%;
    padding: 0;
    height: 400px;
}
#gMap iframe{
    width: 100%;
    height: 400px;
}
#office{
    background-color: #f4f3ef;
}
#office .inner{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#office .inner .txt{
    width: 650px;
}
#office .inner .pic{
    width: 270px;
}
#office .inner h2{
    width: 566px;
}
#office .inner h2 img{
    width: 566px;
}
#office .inner .pic img{
    width: 100%;
}
#office h2{
    margin-bottom: 30px;
}
#office p{
    margin-bottom: 30px;
}
#office a{
    color: #a28255;
    margin-bottom: 30px;
    line-height: 40px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #office .inner{
        flex-direction: column;
    }
    #office .inner h2,
    #office .inner h2 img{
        width: 100%;
    }
    #office .inner .txt,
    #office .inner .pic{
        width: 100%;
    }
    #office .inner .txt{
        margin-bottom: 30px;
    }
    #office .inner .pic img{
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    #office a{
        font-size: 24px;
        line-height: 48px;
    }
    #office .inner h2 img{
        width: 100%;
    }
    #office p{
        line-height: 42px;
        margin-bottom: 48px;
    }
}

#form h2{
    color: #033b78;
}
#form .p_01{
    text-align: center;
    margin-bottom: 50px;
}
#form form{
    width: 800px;
    margin: 0 auto;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #form form{
        width: 100%;
    }
}
#form form .form_outer{
    width: 100%;
}
#form dl{
    margin-bottom: 40px;
}
#form  dt{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
#form .must{
    position: relative;
}
#form .must:after{
    content: '必須';
    position: absolute;
    background-color: #a28255;
    color: #fff;
    padding: 4px;
    font-size: 12px;
    line-height: 12px;
    background-repeat: no-repeat;
    margin-left: 10px;
    font-weight: normal;
    margin-top: 3px;
}
.input_radio_2nd{
    margin-left: 20px;
}
.form_radio input{
    margin-right: 5px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #form  dt{
        font-size: 24px;
    }
    #form .must:after{
        padding: 6px;
        font-size: 18px;
        line-height: 20px;
        background-repeat: no-repeat;
        margin-left: 10px;
        font-weight: normal;
        margin-top: 1px;
        top:5px;
    }
    .input_radio_2nd{
        margin-left: 0px;
    }
}
#form .input_01{
    padding: 20px;
    width: 100%;
}
#form dl .form_checkbox{
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#form textarea{
    padding: 20px;
    width: 100%;
}
#form .form_outer p.p_02{
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
#form #submit{
    background: linear-gradient(to right,  #1e67b3 0%,#094789 100%);
    width: 300px;
    padding: 30px;
    color: #fff;
    margin: 0 auto 80px;
    display: block;
    border: none;
    border-radius: 5px;
}
#form #submit:hover{
    background: linear-gradient(to right,  #094789 0%,#1e67b3 100%);
}
#form .p_03{
    font-size: 16px;
    margin-bottom: 50px;
}
#form .p_03 a{
    color: #0080D0;
    text-decoration: underline;
}
#form .p_03 a:hover{
    text-decoration: none;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #form #submit{
        font-size: 24px;
    }  
} 

#seminar{
    background-color: #f4f3ef;
    padding: 30px 0;
}
#seminar h2{
    color: #033b78;
    font-size: 36px;
    margin-bottom: 20px;
}
#seminar ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#seminar ul li{
    width: 45%;
}
#seminar ul li a{
    width: 100%;
    background-color: #033b78;
    color: #fff;
    text-align: center;
    display: block;
    padding: 20px;
    border-radius: 5px;
    transition: all .3s;
}
#seminar ul li a:hover{
    text-decoration: none;
    background-color: #0551a2;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #seminar h2{
        font-size: 30px;
    }
    #seminar ul{
        flex-direction: column;
    }
    #seminar ul li{
        width: 100%;
        margin-bottom: 20px;
    }
}






footer{
    width: 100%;
    padding: 20px 0;
}


footer address{
    text-align: center;
    font-size: 14px;
}

.fix_cta{
    position: fixed;
    width: 80px;
    bottom: 10px;
    right: 10px;
}
.fix_cta img{
    width: 100%;
}




/* サンクスページ -------------------*/
.thanks_bg{
    padding: 30px 0;
}
{
    width: 92%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.thanks_logo{
    width: 300px;
    margin: 0 auto 80px;
    display: block;
}
.thanks_p{
    text-align: center;
}
#thanks_msg p{
    text-align: center;
}
#thanks_msg a{
    background: linear-gradient(90deg, #1E48B3 0%, #1099EE 100%);
    width: 300px;
    display: block;
    margin: 80px auto 0;
    padding: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    transition: all .3s;
}
#thanks_msg a:hover{
    margin-top: 75px;
    text-decoration: none;
}
