@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: 600;
    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;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    h3{
        font-size: 30px;
        line-height: 48px;
    }
}

/*画像装飾
--------------------------------------*/
.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;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .sec_base{
    width: 100%;
    padding: 50px 0;
}
}
.small{
    font-size: 12px;
    line-height: 20px;
}


#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: 42px;
        
    }
    .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;
}

.spacing{
    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:38px;
}
.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%;
    background-image: url(../images/kv_bg@2x-80.jpg);
    background-position: center center;
    background-size: cover;
    padding: 40px 0 190px;
    height: auto;
    position: relative;
    z-index: ;
  }
  #kv .inner{
    z-index: 10;
  }
.kv_img{
    width: 100%;
    margin: 0 auto;
    display: block;
    
}
.kv_point{
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -500px;
    bottom: -50px;
}


/* スマホ用 -------------------*/
@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;
        display: block;
    }  
}


#cta01{
    background-image: url(../images/cv_bg@2x-80.jpg);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}
.cta_01_tltle{
    width: 800px;
}
#cta01 h2{
    margin-bottom: 30px;
}
#cta01 .content{
    width: 100%;
    background-color: #fff;
    padding: 0 20px 20px;
    border: 2px solid #3F6B9F;
    border-radius: 10px;
}
#cta01 .content>h3{
    text-align: center;
    background-color: #182940;
    font-size: 20px;
    color: #fff;
    padding: 10px;
    width: 23em;
    margin: 0 auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 30px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #cta01 .content>h3{
        width: 100%;
    }
}
.cta_01_imasugu{
    width: 420px;
    margin: 0 auto 20px;
    display: block;
}
#cta01 ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#cta01 ul li{
    width: 48%;
    background-color: #f0f8fc;
    padding: 20px;
    text-align: center;
}
#cta01 ul li h3{
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
#cta01 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;
}
#cta01 .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;
}
#cta01 .cv_tel_time{
    font-size: 15px;
    border: 1px solid #033b78;
    width: 80%;
    margin: 0 auto;

}

#cta01 .cv_form_btn{
    display:block;
    line-height:50px;
    position:relative;
    text-decoration:none;
    text-align:center;
    color:#fff;
    z-index:0;
    padding-top: 20px;
    
  }
  #cta01 .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;
  }
  #cta01 .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;
  }
  #cta01 .cv_form_btn:hover:before{
    opacity:0;
  }
  #cta01 .cv_form_btn:hover{
    cursor: pointer;
  }
  #cta01 .cv_form_btn img{
    width: 80%;
  }

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

#about h2{
    color: #012543;
    font-weight: 600;
    line-height: 66px;
}
.marker_dark_blue{
    color: #fff;
    background-color: #012543;
    padding: 5px 10px;
    line-height: 42px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #about h2{
        text-align: left;
    }
}


#nayami{
    background-image: url(../images/nayami_bg@2x-50.jpg);
    background-position: center;
    background-size: cover;
}
#nayami h2 img{
    width: 798px;
}
#nayami ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
#nayami ul li{
    width: 48%;
    background-color: #4d4d4d;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.brown{
    color: #d3ae81;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #nayami h2 img{
        width: 100%;
    }
    #nayami ul li{
        width: 100%;
        font-size: 24px;
    }
}
#pro{
    background-image: url(../images/pro_bg@2x-50.jpg);
    background-position: top right;
    background-size: cover;
}
#pro p{
    background-color: #fff;
    width: 1000px;
    padding: 30px;
    margin: 0 auto;
    /* box-shadow */
    box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
    color: #012543;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #pro{
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 130px 30px 30px;

    }
    #pro h2{
        font-size: 40px;
        margin-bottom: 20px;
    }
    #pro p{
        width: 100%;
        padding: 0;
        box-shadow: none;
    }
}

#reason{
    background-color: #012543;
}
#reason h2{
    color: #fff;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #reason h2{
        font-size: 30px;
    }
    .reason_01_h3{

    }
}

.section03 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
   
.section03 .box + .box {
    margin-top: 100px;
  }
   
.section03 .img img {
    width: 100%;
    object-fit: cover;
}
.section03 .box h3{
    width: 100%;

}
.reason_01_h3{
    width: 574px;
}
.reason_02_h3{
    width: 646px;
}
.reason_03_h3{
    width: 422px;
}
.reason_04_h3{
    width: 646px;
}
.reason_05_h3{
    width: 326px;
}
.reason_06_h3{
    width: 574px;
}




    
  @media only screen and (min-width: 641px) {
    .section03 .box:nth-child(even) {
      margin-right: calc(50% - 50vw);
      flex-direction: row-reverse;
    }
   
    .section03 .box:nth-child(even) .txt-area {
      margin-right: 30px;
    }
   
    .section03 .box:nth-child(odd) {
      margin-left: calc(50% - 50vw);
    }
   
    .section03 .box:nth-child(odd) .txt-area {
      margin-left: 30px;
    }
   
    .section03 .img {
      flex: 2 1 680px;
    }
   
    .section03 .txt-area {
      flex: 1 1 510px;
      
    }
    .section03 .text{
        color: #fff;
    }
  }
    
  @media only screen and (max-width: 640px) {
    .section03 .box {
      flex-direction: column;
    }
   
    .section03 .img {
      margin: 0 calc(50% - 50vw);
    }
   
    .section03 .txt-area {
      margin-top: 20px;
      
    }
  }

/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .reason_01_h3{
        width: 94%;
        margin-bottom: 20px;
    }
    .reason_02_h3{
        width: 100%;
        margin-bottom: 20px;
    }
    .reason_03_h3{
        width: 70%;
        margin-bottom: 20px;
    }
    .reason_04_h3{
        width: 100%;
        margin-bottom: 20px;
    }
    .reason_05_h3{
        width: 55%;
        margin-bottom: 20px;
    }
    .reason_06_h3{
        width: 90%;
        margin-bottom: 20px;
    }
    .section03 .text{
        color: #fff !important;
    }
}

#aisatu .content{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#aisatu .content .txt{
    width: 620px;
}
#aisatu .content .pic{
    width: 344px;
}
#aisatu .content .pic img{
    width: 100%;
}
#aisatu .content .pic p{
    text-align: center;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #aisatu .content{
        flex-direction: column;
    }
    #aisatu .content .txt{
        width: 100%;
        font-size: 24px;
        margin-bottom: 30px;
    }
    #aisatu .content .pic{
        width: 60%;
        margin: 0 auto;
    }
}

#network{
    background-image: url(../images/network_bg@2x-80.jpg);
    background-position: center;
    background-size: cover;
}
#network h2{
    color: #fff;
}
#network img{
    width: 100%;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #network img{
        margin-bottom: 20px;
    }
}

#service{
    background-color: #16212d;
}
#service h2{
    color: #fff;
}
#service ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
#service ul li{
    width: 470px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17222e+0,2c394a+100 */
background: linear-gradient(to bottom,  #17222e 0%,#2c394a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #4e5967;
    padding: 20px;
    margin-bottom: 40px;
    
}
#service ul li h3{
    color: #fff;
    border-left: 5px solid #56aaff;
    margin-left: -20px;
    padding-left: 16px;
    margin-bottom: 20px;
}
#service ul li p{
    color: #fff;
}
#service ul li h3 .bold{
    color: #fff;
} 
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
       #service ul{
        width: 100%;
       }
       #service ul li{
        width: 100%;
       }
}

#price{
    background-color: #f0f8fc;
}
#pro_info{
    background-color: #182940;
}
#pro_info h2{
    color: #fff;
}
#pro_info ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#pro_info ul li{
    width: 48%;
    background-color: #fff;
    padding: 0;
}
#pro_info ul li h3{
    background: linear-gradient(to bottom,  #17222e 0%,#2c394a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #4e5967;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 30px;
}
#pro_info ul li .content{
    padding: 20px;
}
#pro_info ul li .content h4{
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #pro_info ul{
        flex-direction: column;
    }
    #pro_info ul li{
        width: 100%;
        margin-bottom: 40px;
    }
}


#jian{
    background-color: #f0f8fc;

}
#jian ul{

}
#jian ul li{
    background-color: #fff;
    padding: 40px;
    /* box-shadow */
    box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
}
#jian ul li h3{
    position: relative;
    padding-left: 90px;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #033b78;
}
#jian ul li h3:before{
    content: '';
    position: absolute;
    width: 79px;
    height: 79px;
    background-size: 79px 79px;
    background-repeat: no-repeat;
    left: 0;
    top:10px;
}
#jian ul li:nth-child(1) h3:before{
    background-image: url(../images/jian_num_01@2x.png);
}
#jian ul li:nth-child(2) h3:before{
    background-image: url(../images/jian_num_02@2x.png);
}
#jian ul li:nth-child(3) h3:before{
    background-image: url(../images/jian_num_03@2x.png);
}
#jisseki{
    background-image: url(../images/jisseki_bg@2x-80.jpg);
    background-position: center;
    background-size: cover;
}
#jisseki .inner{
    background-color: rgba(255, 255, 255, .8);
    padding: 40px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #jisseki{
        background-image: url(../images/sp/jisseki_bg_sp@2x-80.jpg);
        background-position: center top;
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 100px;
    }
    #jisseki .inner{
        /* box-shadow */
        box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
    }
}


#needs{
    background-image: url(../images/needs_bg@2x-80.jpg);
    background-position: center;
    background-size: cover;
    padding: 150px 0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #needs{
        padding: 50px 0;
    }
}
#flow{
    background-image: url(../images/flow_bg@2x-80.jpg);
    background-position: center;
    background-size: cover;
}
#flow h2{
    color: #fff;
}
#flow ul li{
    padding: 20px 20px 20px 130px;
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
}
#flow ul li:last-child{
    padding-bottom: 10px;
}
#flow ul li:before{
    content: '';
    position: absolute;
    
    width: 117px;
    height: 42px;
    background-size: 117px 42px;
    background-repeat: no-repeat;
    left: 0;
    top:18px;
}
#flow ul li:nth-child(1):before{
    background-image: url(../images/flow_num_01@2x.png);
}
#flow ul li:nth-child(2):before{
    background-image: url(../images/flow_num_02@2x.png);
}
#flow ul li:nth-child(3):before{
    background-image: url(../images/flow_num_03@2x.png);
}
#flow ul li:nth-child(4):before{
    background-image: url(../images/flow_num_04@2x.png);
}
#flow ul li:nth-child(5):before{
    background-image: url(../images/flow_num_05@2x.png);
}
#flow ul li h3{
    margin-bottom: 20px;
    color: #033b78;
    font-weight: bold;
}


#taisaku{
    background-image: url(../images/taisaku_bg@2x-80.jpg);
    background-position: center;
    background-size: cover;
}
#taisaku .taisaku_img_01{
    width: 760px;
    margin: 0 auto;
    display: block;
}

#taisaku .content{
    margin: 0 auto;
    width: 900px;
    background-color: #fff;
    /* box-shadow */
    box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
}
#taisaku .content h2{
    background-color: #06133a;
    color: #fff;
    font-size: 28px;
    margin-bottom: 0;

}
#taisaku .content .list{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#taisaku .content .list ul{
    width: 50%;
}
#taisaku .content .list ul li{
    position: relative;
    padding-left: 25px;
}
#taisaku .content .list ul li:before{
    position: absolute;
    content: '';
    position: absolute;
    background-image: url(../images/taisaku_check@2x.png);
    width: 19px;
    height: 19px;
    background-size: 19px 19px;
    background-repeat: no-repeat;
    left: 0;
    top:8px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #taisaku .taisaku_img_01{
        width: 100%;
    }
    #taisaku .content{
        width: 100%;
    }
    #taisaku .content .list{
        flex-direction: column;
        width: 100%;
    }
    #taisaku .content .list ul{
        width: 100%;
    }
    #taisaku .content .list ul li{
        font-size: 24px;
        margin-bottom: 20px;
    }
    #taisaku .content .list ul li:before{
        top:10px
    }
}

#tsuyomi{
    background-image: url(../images/tsuyomi_bg@2x-50.jpg);
    background-position: center;
    background-size: cover;
}
#tsuyomi h2{
    color: #012543;
    font-size: 66px;
    line-height: 80px;
}
#tsuyomi h2 .small{
    font-size: 40px;
}
#tsuyomi ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#tsuyomi ul li{
    width: 30%;
    background-color: #fff;
    padding: 20px;
    /* box-shadow */
    box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
}
#tsuyomi ul li h3{
    color: #033b78;
    text-align: center;
    height: 5em;
    line-height: 30px;
}
#tsuyomi ul li:nth-child(1) h3,
#tsuyomi ul li:nth-child(2) h3{
    padding-top: 1.5em;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #tsuyomi h2{
        font-size: 55px;
        line-height: 62px;
    }
    #tsuyomi h2 .small{
        font-size: 30px;
        line-height: 40px;
    }
    #tsuyomi ul{
        flex-direction: column;
    }
    #tsuyomi ul li{
        width: 100%;
        margin-bottom: 20px;
        padding-top: 30px;
    }
    #tsuyomi ul li h3{
        font-size: 36px;
        height: auto;
        margin-bottom: 30px;
        line-height: 36px;
    }
    #tsuyomi ul li:nth-child(1) h3,
    #tsuyomi ul li:nth-child(2) h3{
        padding-top: 0;
    }
}

#media{
    background-color: #071826;
}
#media h2{
    color: #fff;
}
#media ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#media ul li{
    width: 47%;
}
#media ul li img{
    width: 100%;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #media ul{
        flex-direction: column;
    }
    #media ul li{
        width: 100%;
        margin-bottom: 30px;
    }
}
#prof{
    background-color: #182940;
}
#prof h2{
    color: #fff;
    border: 1px solid #fff;
    padding:20px;
}
#prof p{
    color: #fff;
    margin-bottom: 100px;
}
#prof .list_01{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 60px;
}
#prof .list_01 li:nth-child(1){
    width: 615px;
    color: #fff;
}
#prof .list_01 li:nth-child(2){
    width: 352px;

}
#prof .list_01 li:nth-child(2) img{
    width: 100%;
}
#prof .list_01 li:nth-child(2) p{
    color: #fff;
    text-align: center;
}
#prof h3{
    background-color: #fff;
    color: #033B78;
    font-size: 24px;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
}
#prof .list_02{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#prof .list_02 > li:nth-child(1){
    width: 140px;
}
#prof .list_02 > li:nth-child(1) img{
    width: 100%;
}
#prof .list_02 > li:nth-child(2){
    width: 800px;
}
#prof .list_02 h4{
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}
#prof .list_02 p{
    margin-bottom: 20px;
}
#prof .list_02 a{
    color: #fff;
    text-decoration: underline;
    text-align: right;
}
#prof .list_02 a:hover{
    text-decoration: none;
}
#prof .list_02 li ul {
    width: 100%;
    margin-bottom: 30px;
}
#prof .list_02 li ul li{
    color: #fff;
    width: 100%;
    list-style-type: disc;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #prof p{
        margin-bottom: 30px;
    }
    #prof .p_01{
        margin-bottom: 100px;
    }
    #prof .list_01{
        flex-direction: column;
        margin-bottom: 40px;
    }
    #prof .list_01 li{
        width: 100%;
    }
    #prof .list_01 li:nth-child(1),
    #prof .list_01 li:nth-child(2){
        width: 100%;
    }
    #prof .list_01 li:nth-child(1){
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 42px;
    }
    #prof .list_02{
        
    }
    #prof .list_02 li:nth-child(1){
        width: 30%;
    }
    #prof .list_02 li:nth-child(2){
        width: 65%;
    }
    #prof .list_02 > ul{
        width: 100%;
    }
    #prof .list_02 > li > ul > li{
        font-size: 24px;
        width: 100% !important;
    }
}
#qa{

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

}
#qa ul li{
    width: 100%;
    background-color: #F8FDFF;
    padding: 50px 30px 30px 30px;
    margin-bottom: 40px;
    /* box-shadow */
    box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
}
#qa ul li h3{
    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_q@2x.png);
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    left: 0;
    top:-10px;
    
}
#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;
    }
}
#last{
    background-color: #16212d;
}
#last h2{
    color: #fff;
}
#last p{
    color: #fff;
    background: linear-gradient(to bottom,  #17222e 0%,#2c394a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #4e5967;
    padding: 30px;
    border-top: 7px solid #56aaff;
}














#form{
    padding-bottom: 30px;
}
#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;
}
#form a{
    text-decoration: underline;
}
/* スマホ用 -------------------*/
@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;
}
