@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: #aa1127;
}
.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;
}

.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: 25px;
}
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: top center;
    background-size: cover;
    padding: 80px 0 0;
    height: 656px;
    position: relative;
    z-index: 0;
}
#kv .inner{
    position: relative;
    z-index: 0;
    height: auto;
}
.kv_img{
    width: 880px;
    height: auto;
    margin: 0 auto;
    display: block; 
}
.kv_lawyer{
    position: absolute;
    width: 232px;
    height: 322px;
    left: 50%;
    margin-left: 300px;
    top: 100px;

}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #kv_sp{
        padding: 0;
    }
    #kv_sp,
    #kv_sp img{
        width: 100%;
        display: block;
    }
}


#sien{
    background-color: #012543;

}
#sien h2 img{
    width: 905px;
    margin: 0 auto;
    display: block;
}
#sien ul{
    width: 100%;
    background-color: #fff;
    padding: 30px 50px;
}
#sien ul li{
    color: #012543;
    font-size: 21px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
#sien ul li:before{
    content: '';
    position: absolute;
    background-image: url(../images/check_01@2x.png);
    width: 21px;
    height: 21px;
    background-size: 21px 21px;
    background-repeat: no-repeat;
    left: 0;
    top:10px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #sien h2 img{
        width: 90%;
    }
    #sien h2{
        margin-bottom: 20px;
    }
}




#cta01{
    background-image: url(../images/cv_bg@2x-80.jpg);
    background-position: center;
    background-size: cover;
    padding-bottom: 60px;
}
.cta_01_tltle{
    width: 817px;

}
#cta01 h2{
    margin-bottom: 30px;
}
#cta01 h2 img{
    margin: 0 auto;
}
#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 h2{
        margin-bottom: 20px;
        padding: 0;
    }
    #cta01 h2 img{
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
    #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%);
  }
  #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{
        padding: 40px 0 30px;
        margin-bottom: 20px;
    }
    .cta_01_tltle_sp{
        width: 100%;
    }
    #cta01 h2{
        margin-bottom: 10px;
    }
    #cta01 h2 img{
        width: 100%;
        margin-bottom: 0px;
    }
    #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;
    }
}


#why_needs{
    background-color: #d4effb;
    background-image: url(../images/why_needs_bg@2x.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #why_needs{
        background-image: url(../images/sp/why_needs_bg_sp@2x.png);
    }
}
#why_needs h2{
    margin-bottom: 40px;
}
.why_genkai{
    width: 300px;
    margin: 0 auto 40px;
    display: block;
}
#why_needs .p_01{
    text-align: center;
    margin-bottom: 50px;
}
#why_needs ul{
    width: 100%;
}
#why_needs ul li{
    background-color: #fff;
    /* box-shadow */
    box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
    padding: 5px;
    margin-bottom: 30px;
}
#why_needs ul li .li_inner{
    border: 1px solid #ddd;
    padding: 20px;
}
#why_needs .p_02{
    text-align: center;
    margin-bottom: 50px;
}
#why_needs .p_03{
    text-align: center;
    margin-bottom: 50px;
    background-color: #aa1127;
    color: #fff;
    font-size: 32px;
    padding: 20px 30px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .why_genkai{
        width: 70%;
    }
    #why_needs .p_01,
    #why_needs .p_02,
    #why_needs .p_03{
        text-align: left;
    }
}


#merit{
    background-image: url(../images/merit_bg@2x-80.jpg);
    background-position: center;
    background-size: cover;
}
#merit h2{
    color: #fff;
    margin-bottom: 40px;
}
#merit .p_01{
    text-align: center;
    font-size: 28px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 30px;
}
#merit ul{
    width: 100%;
    background-color: #fff;
    padding: 20px 30px;
    position: relative;
}
#merit ul li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
#merit ul li:before{
    content: '';
    position: absolute;
    background-image: url(../images/check_02@2x.png);
    width: 23px;
    height: 20px;
    background-size: 23px 20px;
    background-repeat: no-repeat;
    left: 0;
    top:8px;
}
.merit_person{
    position: absolute;
    bottom: -1px;
    right: 20px;
    width: 185px;
    z-index: 100;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #merit{
        padding-bottom: 0;
    }
    #merit .p_01{
        text-align: left;
    }
    .merit_person_sp{
        bottom: -1px;
        display: block;
        margin: 0 auto;
        margin-right: 0%;
        width: 185px;
        z-index: 100;
    }
}


#tigai {
    background-color: #ecf9fe;
}
#tigai h2{
    color: #012543;
    line-height: 60px;
}
#tigai p{
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
}
.chigai_img{
    width: 100%;
    margin-bottom: 30px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #tigai p{
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .chigai_img_sp{
        width: 100%;
        margin-bottom: 30px;
    }
}


#caution{
    padding-top: 0;
    background-color: #16212d;
}
#caution h2{

}
#caution h2 img{
    width: 100%;
}
#caution ul{
    width: 100%;
}
#caution ul li{
    border: 1px solid #4e5967;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17222e+0,2c394a+100 */
background: linear-gradient(to right,  #17222e 0%,#2c394a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 20px 20px 30px 0;
    margin-bottom: 30px;
}
#caution ul li h3{
    color: #fff;
    border-left: 10px solid #56aaff;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
#caution ul li p{
    color: #fff;
    padding-left: 30px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #caution h2 img{
        width: 100%;
    }
    #caution h2{
        margin-bottom: 20px;
    }
}


.brown{
    color: #d3ae81;
}
#service_01 {
    background-image: url(../images/service_01@2x-80.jpg);
    background-position: center;
    background-size: cover;
}
#service_01 h2{
    color: #012543;
    font-size: 44px;
    line-height: 72px;
    margin-bottom: 50px;
}
#service_01 .big{
    font-size: 62px;
}
#service_01 .p_01{
    color: #012543;
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}
#service_01 .p_02{
    margin-bottom: 30px;
}
#service_01 ul{
    background-color: #fff;
    padding: 30px;
    border: 1px solid #d3ae81;
    margin-bottom: 30px;
}
#service_01 ul li{
    position: relative;
    padding-left: 36px;
    margin-bottom: 20px;
}
#service_01 ul li:before{
    content: '';
    position: absolute;
    background-image: url(../images/check_03@2x.png);
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
    background-repeat: no-repeat;
    left: 0;
    top:8px;
}
.service_01_last{
    width: 983px;
    margin: 0 auto;
    display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .service_01_last_sp{
        width: 90%;
        margin: 0 auto;
        display: block;
    }
}


#merit2{
    background-color: #ecf9fe;

}
#merit2 h2 img{
    width: 923px;
    margin: 0 auto;
    display: block;
}
#merit2 .p_01{
    margin-bottom: 30px;
}
#merit2 ul{
    width: 100%;
    margin-bottom: 50px;
}
#merit2 ul li{
    width: 100%;
    background-color: #fff;
    /* box-shadow */
    box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
    padding: 20px;
    margin-bottom: 20px;
}
#merit2 ul li p{
    border-left: 4px solid #266bba;
    padding-left: 20px;
}
#merit2 .p_02{
    text-align: center;
    margin-bottom: 30px;
}
.merit2_last{
    width: 518px;
    margin: 0 auto;
    display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #merit2 h2 img{
        width: 100%;
    }
}


#jirei{
    background-color: #0a1748;
    background-image: url(../images/jirei_bg@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
#jirei h2 img{
    width: 489px;
}
#jirei ul{
    width: 100%;
}
#jirei ul li{
    width: 100%;
    padding: 0;
    background-color: #fff;
    margin-bottom: 40px;
}
#jirei ul li .title{
    background-color: #e9f8ff;
    padding: 30px 30px 30px 0;
}
#jirei ul li .title h3{
    position: relative;
    padding-left: 120px;
    font-size: 30px;
    font-weight: bold;
}
#jirei ul li .title h3:before{
    position: absolute;
    background-image: url(../images/jirei_num@2x.png);
    width: 105px;
    height: 43px;
    background-size: 105px 43px;
    background-repeat: no-repeat;
    left: -1px;
    top:0px;
    color: #fff;
    padding-left: 15px;
    font-weight: normal;
    font-size: 24px;
}
#jirei ul li:nth-child(1) .title h3:before{
    content: '事例1';
}
#jirei ul li:nth-child(2) .title h3:before{
    content: '事例2';
}
#jirei ul li:nth-child(3) .title h3:before{
    content: '事例3';
}
#jirei ul li:nth-child(4) .title h3:before{
    content: '事例4';
}
#jirei ul li:nth-child(5) .title h3:before{
    content: '事例5';
}
#jirei ul li:nth-child(6) .title h3:before{
    content: '事例6';
}
#jirei ul li:nth-child(7) .title h3:before{
    content: '事例7';
}
#jirei ul li:nth-child(8) .title h3:before{
    content: '事例8';
}
#jirei ul li:nth-child(9) .title h3:before{
    content: '事例9';
}
#jirei ul li .content{
    padding: 30px;
}
#jirei ul li .content .p_01{
    margin-bottom: 30px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #jirei ul li .title h3:before{
        font-size: 22px;
    }
}


.kyokun{
    width: 199px;
}

#price{
    background-color: #f7f7fd;
}
#price ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#price ul li{
    width: 33%;
}
#price ul li img{
    width: 100%;
}
#price p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #price ul{
        flex-direction: column;
    }
    #price ul li{
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    #price p{
        font-size: 24px;
        line-height: 36px;
    }
}


#prof{
    background-color: #182940;
    background-image: url(../images/prof_bg@2x-80.jpg);
    background-position: center;
    background-size: cover;
}
#prof h2{
    color: #fff;
    background-color: #0a1648;
    padding:20px;
}
#prof p{
    color: #0a1648;
    margin-bottom: 100px;
}
#prof .list_01{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#prof .list_01 li:nth-child(1){
    width: 615px;
    color: #0a1648;
}
#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: #0a1648;
    text-align: center;
}
#prof h3{
    color: #0a1648;
    margin-bottom: 30px;
    font-size: 36px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
#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 h4{
    color: #fff;
    background-color: #0a1648;
    font-size: 24px;
    padding: 16px;
    text-align: center;
    margin-bottom: 30px;
}
#prof .content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#prof .content img{
    width: 144px;
}
#prof .content .content_inner{
    width: 820px;
}
#prof .content .content_inner h5{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}
#prof .content .content_inner p{
    margin-bottom: 20px;
}
#prof .content .content_inner .p_02{

}
#prof .content .content_inner a{
    text-decoration: underline;
}


/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #prof {
        padding-bottom: 20px;
    }
    #prof p{
        margin-bottom: 30px;
    }
    #prof .p_01{
        margin-bottom: 100px;
    }
    #prof .list_01{
        flex-direction: column;
    }
    #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 h3{
        font-weight: 800;
        margin-top: 80px;
    }
    #prof .content img{
        width: 30%;
    }
    #prof .content .content_inner{
        width: 65%;
    }
    #prof .content .content_inner a{
        font-size: 24px;
    }
}
#yt h2 img{
    width: 100%;
}
#yt .movie{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 50px;
}
#yt .movie iframe{
    width: 30%;
    height: 200px;
}
#yt a{
    background-color: #e60000;
    height: 125px;
    width: 670px;
    display: block;
    margin: 50px  auto 0;
    border-radius: 100px;
    padding: 30px 0 0 0;
    transition: all .3s;
}
#yt a img{
    width: 578px;
    margin: 0 auto;
    display: block;
}
#yt a:hover{
    background-color: #a20000;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #yt h2 {
        margin-bottom: 20px;
    }
    #yt .movie{
        flex-direction: column;

    }
    #yt .movie iframe{
        width: 90%;
        margin: 0 auto 40px;
        height: 300px;
    }
    #yt a{
        width: 100%;
        height: 110px;
    }
    #yt a img{
        width: 90%;
    }
}




#qa{

}
#qa h2{
    color: #182940;
}
#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{
        padding-bottom: 30px;
    }
    #qa ul li h3{
        font-size: 30px;
    }
    #qa ul li p{
        line-height: 42px;
    }
}




#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 .p_01{
        text-align: left;
    }
}
#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{
    color: #005baa;
    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: 50px 0;
}
{
    width: 92%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.thanks_logo{
    width: 300px;
    margin: 0 auto 50px;
    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;
}
