@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: 90px;
    font-weight: bold;
}
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;
}
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 {
	color: #f40b7b;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.red{
    color: #FF0041;
}
.blue{
    color: #2A357C;
}
.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{
	
}

/*******************************************
全ページ共通 スマホ用スタイル
*******************************************/
@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;
}

/*ヘッダー
--------------------------------------*/
header{
	width: 100%;
	padding: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
}
header .header_logo{
    width: 444px;
    display: flex;
    justify-content: space-between;
    height: auto;
}
header .header_logo img{
    width: 255px;
}
header .header_logo p{
    font-size: 12px;
    line-height: 16px;
    padding-top: 14px;
}
.header_btn{
    width: 270px;
    background-color: #E62E37;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    transition: all .3s;
    cursor: pointer;
}
.header_btn:hover{
    background-color: #be222a;
    text-decoration: none;
}

/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    header .header_logo{
        width: 50%;
        flex-wrap: wrap;
    }
    header .header_logo img{
        width: 100%;
        margin-bottom: 0;
        
    }
    header .header_logo p{
        padding-top: 3px;
        font-size: 10px;
    }
    .header_btn{
        width: 45%;
        border-radius: 5px;
        font-size: 12px;
        height: 70px;
        padding-top: 14px;
    }
}

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


#problem{
    width: 100%;
    padding: 100px 0;
    background-image: url(../images/problem_bg@2x-50.jpg);
    background-position: center;
    background-size: cover;;
}
#problem h2{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3fa9f5+0,0050b6+100 */
    background: linear-gradient(to right,  #3fa9f5 0%,#0050b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-bottom: 140px;
}
#problem h2:after{
    content: '';
    position: absolute;
    background-image: url(../images/h2_after_01@2x.png);
    width: 182px;
    height: 20px;
    background-size: 182px 20px;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -91px;
    bottom:-50px;
}
.problem_img_01{
    width: 100%;
    margin-bottom: 30px;
}
.problem_arrow{
    width: 72px;
    margin: 0 auto 60px;
    display: block;
}
.problem_copy_last{
    width: 923px;
    margin: 0 auto;
    display: block;
}

/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #problem{
        padding: 50px 0;
    }
    #problem h2{
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 80px;
    }
    #problem h2:after{
        width: 91px;
        height: 10px;
        background-size: 91px 10px;
        margin-left: -45px;
        bottom:-30px;
    }
    .problem_img_01_sp{
        width: 100%;
        margin-bottom: 30px;
    }
    .problem_arrow{
        margin: 0 auto 30px;
    }
    .problem_copy_last_sp{
        width: 100%;
    }
}

#story{
    padding: 100px 0;
}
#story h2{
    position: relative;
    margin-bottom: 140px;
}
#story h2:after{
    content: '';
    position: absolute;
    background-image: url(../images/h2_after_01@2x.png);
    width: 182px;
    height: 20px;
    background-size: 182px 20px;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -91px;
    bottom:-50px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #story{
        padding: 50px 0 0px;
    }
    #story h2{
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 80px;
    }
    #story h2:after{
        width: 91px;
        height: 10px;
        background-size: 91px 10px;
        margin-left: -45px;
        bottom:-30px;
    }
    .story_img_01_sp{
        width: 100%;
        margin-bottom: 50px;
    }
}
.story_img_01{
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 126px;
}
.story_img_01:before{
    content: '';
    position: absolute;
    background-image: url(../images/story_img_01_tri@2x.png);
    width: 72px;
    height: 72px;
    background-size: 72px 72px;
    background-repeat: no-repeat;
    left: 0;
    top:10px;
    z-index: 100;
    border: 1px solid red;
}
#story h3{
    font-size: 32px;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    margin-bottom: 55px;
}
#story h3:before{
    content: '';
    position: absolute;
    background-image: url(../images/story_h3_before@2x.png);
    width: 10px;
    height: 40px;
    background-size: 10px 40px;
    background-repeat: no-repeat;
    left: 0px;
    top:5px;
}
#story p{
    font-size: 16px;
    line-height: 38px;
    padding-left: 20px;
    margin-bottom: 80px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #story h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
    #story h3:before{
        width: 7px;
        height: 30px;
        background-size: 7px 30px;
    }
    #story p{
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 50px;
    }
}

#story_pic{
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e62e37+48,0050b6+49 */
background: linear-gradient(to right,  #e62e37 48%,#0050b6 49%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 0;
}
#story_pic .inner{
    padding: 0;
}
#story_pic img{
    width: 100%;
    padding: 0;
    display: block;
}
#story_last_copy{
    padding: 60px 0;
}
#story_last_copy img{
    width: 100%;
    display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #story_pic .inner{
        width: 100%;
    }
    #story_last_copy{
        padding: 30px 0;
    }
    #story_last_copy img{
        width: 90%;
        margin: 0 auto;
    }
}


#model{
    background-color: #F2F2F2;
}
#model .inner{
    width: 1200px;
}
.model_img_01{
    width: 1000px;
    margin: 0 auto 80px;
    display: block;
}
.model_img_02{
    width: 1000px;
    margin: 0 auto 120px;
    display: block;
}
.model_img_03{
    width: 1000px;
    margin: 0 auto;
    display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #model .inner{
        width: 96%;
    }
    #model h2{
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 40px;
    }
    .model_img_01_sp{
        width: 100%;
        margin-bottom: 40px;
    }
    .model_img_02_sp{
        width: 100%;
        margin-bottom: 40px;
    }
    .model_img_03_sp{
        width: 100%;
    }
}

#talent{
    background-color: #0050B6;
    background-image: url(../images/talent_bg@2x.png);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}
#talent h2{
    color: #fff;
    font-size: 36px;
    line-height: 60px;
}
#talent ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
#talent ul li{
    width: 470px;
    background-color: #E4EFF9;
    background-image: url(../images/talent_li_bg@2x.png);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px;
    margin-bottom: 50px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #talent h2{
        font-size: 30px;
        line-height: 48px;
        margin-bottom: 30px;
    }
    #talent ul li{
        width: 100%;
    }
}
#talent ul li h3{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3fa9f5+0,0050b6+100 */
    background: linear-gradient(to right,  #3fa9f5 0%,#0050b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
#talent ul li .prof{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-bottom: 30px;
}
#talent ul li .prof img{
    width: 151px;
}
#talent ul li .prof p{
    width: 250px;
    padding-top: 70px;
    font-size: 18px;
    line-height: 30px;
    text-align: right;
}
#talent ul li .msg_01{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #talent ul li h3{
        font-size: 22px;
    }
    #talent ul li .prof p{
        padding-top: 30px;
    }
}
.prof_msg_img{
    width: 100%;
}
#talent_btm_01{
    background-color: #fff;
    padding: 0;
}
#talent_btm_01 img{
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: -2px;
}
#talent_btm_02{
    background-color: #fff;
    margin-top: -5px;
    z-index: 10;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3fa9f5+0,0050b6+100 */
    background: linear-gradient(to right,  #3fa9f5 0%,#0050b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#talent_btm_02 p{
    font-size: 36px;
    line-height: 60px;
    font-weight: 800;
    text-align: center;
    padding: 50px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #talent_btm_02 p{
        font-size: 24px;
        line-height: 40px;
        padding: 20px;
    }
}
.cv{
    padding: 50px 0;
    background-image: url(../images/cv_bg@2x-80.jpg);
    background-position: center;
    background-size: cover;
}
.cv h2{
    margin-bottom: 0;
}
.cv h2 img{
    width: 529px;
    margin: 0 auto 20px;
    display: block;
}
.cv a{
    background-color: #E62E37;
    width: 430px;
    color: #fff;
    display: block;
    padding: 30px 0;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
}
.cv a:after{
    content: '';
    position: absolute;
    background-image: url(../images/cv_btn_arrow@2x.png);
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    right:10px;
    top:40px;
    transition: all .3s;
}
.cv a:hover{
    background-color: #be222a;
    text-decoration: none;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .cv h2 img{
        width: 100%;
        margin-bottom: 10px;
    }
    .cv a{
        width: 100%;
        padding: 30px 0;
        font-size: 24px;
        line-height: 24px;
    }
    .cv a:after{
        top:34px;   
    }
}

#ques{
    background-color: #CEEBFD;
    padding: 80px 0;
}
#ques img{
    width: 900px;
    margin: 0 auto;
    display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #ques{
        padding: 30px 0;
    }
    #ques img{
        width: 100%;
    }
}
#relief{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e62e37+0,0050b6+100 */
background: linear-gradient(to right,  #e62e37 0%,#0050b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    padding: 40px 0;
    position: relative;
}
#relief .inner{
    

}
#relief img{
    position: absolute;
    width: 178px;
    bottom: 0px;
    left: 50%;
    margin-left: -460px;
}
#relief .inner p{
    font-size: 36px;
    line-height: 60px;
    padding-left: 300px;
    color: #fff;
    font-weight: 800;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #relief{
        padding: 40px 0px 0px 0;
    }
    #relief .inner p{
        width: 100%;
        padding-left: 0px;
        font-size: 20px;
        line-height: 36px;
        text-align: center;
        margin-bottom: 20px;
    }
    #relief img{
        position: relative;
        margin-left: 0;
        margin: 0 auto;
        display: block;
        width: 100px;
        left: auto;
    }
}

#tools h2{
    font-size: 36px;
    line-height: 60px;
}
#tools .content{
    background-color: #F1F6FA;
    margin-bottom: 50px;
    /* box-shadow */
box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
#tools .content h3{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3fa9f5+0,0050b6+100 */
background: linear-gradient(to right,  #3fa9f5 0%,#0050b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    color: #fff;
    font-size: 36px;
    font-weight: bold;
    padding: 23px 23px 23px 40px;
    position: relative;
    height: 100px;
}
#tools .content h3:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 12px;
    height: 100px;
    background-size: 12px 130px;
    background-color: #E62E37;
    display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #tools{
        padding: 30px 0;
    }
    #tools h2{
        font-size: 30px;
        line-height: 48px;
        margin-bottom: 30px;
    }
    #tools .content{
        margin-bottom: 30px;
    }
    #tools .content h3{
        font-size: 24px;
        padding: 20px 20px 20px 20px;
        line-height: 24px;
        height: 64px;
    }
    #tools .content h3:before{
        height: 64px;
    }
}
#tools .content .content_01{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 40px;
}
#tools .content .content_01 p{
    font-size: 22px;
    line-height: 36px;
    width: 420px;
}
#tools .img_box_01{
    width: 480px;
    display: flex;
    justify-content: space-between;
    margin-top: -80px;
    z-index: 10;
}
#tools .img_box_01 img{
    width: 230px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #tools .content .content_01{
        flex-wrap: wrap;
        padding: 20px;
    }
    #tools .content .content_01 p{
        width: 100%;
        font-size: 18px;
        margin-bottom: 20px;
    }
    #tools .img_box_01{
        margin-top: 0;
        flex-wrap: wrap;
    }
    #tools .img_box_01 img{
        width: 100%;
        margin-bottom: 20px;
    }
}
#tools .img_box_02{
    width: 230px;
    display: flex;
    justify-content: space-between;
    margin-top: -80px;
    z-index: 10;
}
#tools .img_box_02 img{
    width: 230px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #tools .img_box_02{
        width: 100%;
        margin-top: 0;
    }
    #tools .img_box_02 img{
        width: 100%;
    }
}
#tools .content .content_03{
    padding: 40px;
}
#tools .content_03 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#tools .content_03 ul li{
    width: 440px;
    margin-bottom: 50px;
}
#tools .content_03 ul li img{
    width: 100%;
    margin-bottom: 20px;
}
#tools .content_03 ul li p{
    text-align: center;

}
#tools .content_03 .p_01{
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 60px;
}
#tools .content_03 ul li:nth-child(2) p{
    padding-top: 50px;
}
#tools .content_03 ul li:nth-child(3) p{
    padding-top: 26px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #tools .content .content_03{
        padding: 20px;
    }
    #tools .content_03 ul li img{
        margin-bottom: 5px;
    }
    #tools .content_03 .p_01{
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    #tools .content_03 ul li{
        margin-bottom: 20px;
    }
    #tools .content_03 ul li p{
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    #tools .content_03 ul li:nth-child(2) p,
    #tools .content_03 ul li:nth-child(3) p{
        padding-top: 0;
    }
}
#flow{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3fa9f5+0,0050b6+100 */
background: linear-gradient(to right,  #3fa9f5 0%,#0050b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#flow h2{
    font-size: 36px;
    line-height: 60px;
    color: #fff;
}
#flow ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#flow ul li:nth-child(odd){
    background-color: #fff;
    width: 300px;
    padding: 20px 0;
}
#flow ul li .title{
    height: 80px;
    width: 100%;
    display: block;
    border: 1px solid #fff;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #flow{
        padding: 30px 0;
    }
    #flow h2{
        margin-bottom: 30px;
    }
    #flow ul{
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
    }
    #flow ul li{
        width: 100%;
        display: block;
    }
    #flow ul li:nth-child(odd){
        width: 100%;
    }
}
#flow ul li .title h3{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3fa9f5+0,0050b6+100 */
    background: linear-gradient(to right,  #3fa9f5 0%,#0050b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-bottom: 0px;
    line-height: 36px;
}
#flow ul li .title p{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3fa9f5+0,0050b6+100 */
    background: linear-gradient(to right,  #3fa9f5 0%,#0050b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
#flow ul li:nth-child(odd) img{
    width: 100%;
}
#flow ul li .txt{
    padding: 20px;
    font-size: 18px;
    line-height: 28px;
}
#flow ul li:nth-child(even){
    width: 50px;
    padding-top: 160px;
}
#flow ul li:nth-child(even) img{
    width: 20px;
    display: block;
    margin: 0 auto;
}
#flow ul li:nth-child(5) h3{
    margin-top: -10px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #flow ul li:nth-child(even){
        padding-top: 20px;
        width: 100%;
    }
    #flow ul li:nth-child(even) img{
        margin: 0 auto 20px;
        display: block;
        transform:rotate(90deg) 
    }
}



#contact{
    background-color: #F0F8FC;
}
#contact h2{
    margin-bottom: 80px;
    line-height: 60px;
}

#contact form{
    width: 960px;
    margin: 0 auto;
    /* box-shadow */
    box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
    border-radius: 10px;
    background-color: #fff;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #contact h2{
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 30px;
    }
}
.form_outer{
    width: 100%;
    padding: 50px;
}
.formBlock{
    width: 100%;
    margin-bottom: 60px;
}
.form_radio_01{
    line-height: 30px;
}
.form_radio_01 input{
    margin-right: 25px;
    
    
}
.form_check_01{
   padding-top: 20px;
   display: flex;
   justify-content: space-between;
}
.form_check_01 input{
    margin-bottom: 15px;
    
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .form_outer{
        padding: 20px;
    }
}
.form_radio_check{
    margin-bottom: 10px;
}
.form_radio_check input{
    margin-right: 10px;
}
.form_radio_check:nth-child(2){
    padding-right: 200px;
}
.form_radio_01 input:first-child{
    
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .form_radio_01 input{
        margin-bottom: 20px;
    }
}
.formBlock dt{
    float: left;
    width: 290px;
    font-size: 22px;
}
.formBlock dd{
    float: right;
    width: 480px;
}
.formBlock dd input,
.formBlock dd textarea{
    
}

.inputArea{
    width: 100%;
    border: none;
    border-bottom: 1px solid #bbb;
}
.formBlock dd textarea{
    border: 1px solid #bbb;
    padding: 20px;
}
.inputHigai{
    width: 200px; 
    border: 1px solid #bbb;
    border-radius: 5px;
    margin-right: 20px;
}
.formBlock dd input{
    padding: 10px;
}
.formBlock p{
    font-size: 12px;
}
.dt_L{
    padding: 10px 0 0;
    font-size: 18px;
}
.formSmall{
    font-size: 12px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #contact form{
        width: 100%;
    }
    .formBlock{
        margin-bottom: 40px;
    }
    .formBlock dt{
        float: none;
        width: 100%;
        margin-bottom: 0px;
        line-height: 24px;
    }
    .formBlock dd{
        float: none;
        width: 100%;
    }
    .dt_L{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .formBlock p{
        font-size: 18px;
        line-height: 30px;
    }
    .formBlock dd input,
    .formBlock dd textarea{
        font-size: 18px;
    }
}
.form_radio{
    line-height: 30px;
}
.form_small{
    font-size: 14px;
}
.form_small_2{
    font-size: 14px;
    color: red;
}
.must{
    position: relative;
}
.must:after{
    position: absolute;
    content:"必須";
    width: 50px;
    background-color: #0050B6;
    padding: 3px;
    background-size: 60px 10px;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    margin-left: 10px;
    text-align: center;
    border-radius: 3px;
}
.formBlock_last{
    margin-bottom: 60px;
}
.form_checkbox{
    margin-right: 30px;
    margin-bottom: 10px;
}
.form_txt_sub_sp{
    line-height: 24px!important;
    padding-left: 20px;
}
.formBlock .sch input{
    margin-bottom: 20px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .form_radio{
        line-height: 60px;
    }
    .form_small{
        font-size: 20px !important;
        line-height: 30px!important;
    }
    .form_small_2{
        font-size: 20px;
        line-height: 30px;
    }
    .form_txt_sub_sp{
        line-height: 30px!important;
    }
    .must{
    }
    .must:after{
        line-height: 24px;
        margin-top: 2px;
        height: 24px;
    }
    .formBlock .sch{
        font-size: 16px !important;
    }
}


/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .must:after{
        padding: 3px;
        font-size: 20px;
        top: 4px;
    }
    .todofuken{
        font-size: 18px;
    }
}
#submit{
    width: 300px;
    color: #fff;
    background: none;
    border: none;
    margin: 0 auto;
    font-size: 18px;
    padding: 15px 0;
    display: block;
    border-radius: 30px;
    transition: all .3s;
    /* box-shadow */
    background-color: #E62E37;
    position: relative;
}
#submit:after{
    background-image: url(../images/submit_arrow@2x.png);
    position: absolute;
    width: 60px;
    height: 10px;
    background-color: #FF0041;
    padding: 5px;
    background-size: 60px 10px;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    margin-left: 10px;
    text-align: center;
    border-radius: 5px;
}
#submit:hover{
    background: none;
    border: 1px solid #E62E37;
    color: #E62E37;
    text-decoration: none;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #submit{
        width: 100%;
        font-size: 24px;
        border-radius: 40px;
        padding: 20px 0;
    }
}





footer{
    width: 100%;
    padding: 40px 0;
    background-color: #fff;
}
footer address{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #002C45;
    padding: 0;

    word-break: break-word;
    font-family: din-2014,sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    footer{
        padding-bottom: 30px;
    }
}

#footer_nav{
    width: 100%;
    background-color: rgba(0,44,69, .8);
    position:fixed;
    bottom: 0;
    padding: 10px 0;
    z-index: 10;
}

#footer_nav .inner{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
#footer_nav h2{
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
    padding-top: 20px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #footer_nav{
        padding: 10px 5px 10px;
        height: auto;
    }
    #footer_nav .inner{
        flex-wrap: wrap;
        padding: 0;
    }
    #footer_nav h2{
        width: 100%;
        font-size: 22px;
        padding-top: 0;
    }
}
.footer_tel{
    width: 209px;
}
.footer_btn_mail{
    width: 255px;
    background-color: #F0F702;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 25px;
    line-height: 16px;
    border-radius: 100px;
    position: relative;
    transition: all .3s;
    border: 1px solid #F0F702;
}
.footer_btn_mail:before{
    position: absolute;
    content: '';
    background-image: url(../images/header_btn_mail_icon@2x.png);
    background-size: 28px 21px;
    width: 28px;
    height: 21px;
    left: 40px;
    top:24px;
}
.footer_btn_mail:hover{
    background: none;
    border: 1px solid #F0F702;
    color: #F0F702;
    text-decoration: none;
    
}
.footer_btn_mail:hover:before{
    background-image: url(../images/header_btn_mail_icon_ov@2x.png);
}
.footer_btn_mail_sp,
    .footer_btn_tel_sp{
        display: none;
    }
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .footer_btn_mail{
        display: none;
    }
    .footer_btn_mail_sp,
    .footer_btn_tel_sp{
        display: block;
        width: 46%;
        background-color: #F0F702;
        display: block;
        text-align: center;
        font-size: 20px;
        padding: 20px;
        line-height: 16px;
        border-radius: 100px;
        position: relative;
    }
    .footer_btn_mail_sp{
        text-align: center !important;
    }
}



#thanks_bg{
    text-align: center;
}
#thanks_msg{
    width: 100%;
    text-align: center;
    padding-top: 200px;
}
#thanks_msg img{
    width: 202px;
    margin: 0 auto 50px;
}