@charset "utf-8";

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

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

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

body {

}

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


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

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


h1 {
	
}
h2 {
	font-size: 45px;
	line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
}
h3{
	
}
h4{
	
}
h5{
	
}

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

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

/*文字カラー、太さ指定
--------------------------------------*/
.pink {
	color: #f40b7b;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.red{
    color: #FF0041;
}
.blue{
    color: #2A357C;
}
.blue2{
    color: #2261AA;
}
.red2{
    color: #E24C4B;
}
.yellow{
    color: #FFFF00;
}
.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;
}

.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;
    }
}

/*ヘッダー
--------------------------------------*/
header{
	width: 100%;
	background-color:#FFf;
	height: 76px;
	z-index: 100;
    padding: 7px 0;
}
#header_lead{
    background-color: #0a306a;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    height: auto;
}
#header_lead p{
    color: #fff;
    font-size: 9px;
    text-align: center;
    line-height: 9px;
}
header .inner{
    width: 1200px;
    padding: 0 20px;
}
header .inner .logo{
    float: left;
    width: 359px;
}
header .inner .logo h1{
    width: 100%;
}
header .inner .logo h1 img{
    width: 100%;
    display: block;
}
header .inner .header_r{
    width: 620px;
    float: right;
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    align-items: flex-end;
}
.header_tel{
    width: 244px;
    align-items: flex-start;
    display: block;
}
.header_btn_mail{
    width: 170px;
    background-color: #E66709;
    border-radius: 5px;
    height: 53px;
    padding: 10px 15px;
    box-shadow: 0px 3px 0px 0px #742308;
    transition: all .3s;
}
.header_btn_mail img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.header_btn_line{
    width: 170px;
    background-color: #06C755;
    border-radius: 5px;
    height: 53px;
    padding: 10px 15px;
    box-shadow: 0px 3px 0px 0px #013918;
    transition: all .3s;
}
.header_btn_line img{
    width: 100%;
}
.header_btn_mail:hover{
    background-color: #ad4d02;
}
.header_btn_line:hover{
    background-color: #049b43;
}

/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #header_sp{
        width: 100%;
        padding: 5px;
    }
    #header_sp .inner{
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    #header_sp .inner .logo{
        width: 40%;
    }
    #header_sp .inner .logo img{
        width: 100%;
        padding-top: 15px;
    }
    #header_sp .inner .header_r_sp{
        width: 55%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;;
    }
    .header_btn_tel_sp{
        width: 22%;
    }
    .header_btn_tel_sp img{
        width: 100%;
    }
    .header_btn_mail_sp{
        width: 38%;
    }
    .header_btn_mail_sp img{
        width: 100%;
    }
    .header_btn_line_sp{
        width: 38%;
    }
    .header_btn_line_sp img{
        width: 100%;
    }
}


#kv{
    width: 100%;
    height: 718px;
    padding-top: 30px;
    background-image: url(../images/kv_bg@2x.jpg);
    background-size: cover;
    background-position: center;

}
#kv .inner{
    position: relative;
    padding-bottom: 0;
}
.kv_title{
    width: 745px;
    margin: 0 auto 50px;
    display: block;
    z-index: 10;
}
#kv ul{
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}
#kv ul li{
    width: 269px;
    z-index: 10;
}
#kv ul li img{
    width: 100%;
    z-index: 10;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #kv{
        height: auto;
        background: none;
        padding: 0;
    }
    .kv_sp{
        width: 100%;
    }
}

.pic_lady{
    width: 394px;
    position: absolute;
    bottom: -72px;
    right: -240px;
    z-index: 1;
}

.cv{
    width: 100%;
    background-color: #174C9D;
    
}
.cv .inner{
    position: relative;
}
.cv_girl{
    position: absolute;
    width: 212px;
    height: 304px;
    bottom: -40px;
    right: -150px;
    z-index: 0;
}
.cv_title{
    width: 100%;
    margin-bottom: 18px;
}
.cv .p_01{
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto 20px;
}
.cv .p_02{
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto 40px;
}
.big_yellow{
    font-size: 55px;
    border-bottom: 6px solid #FFFF54;
}
.cv .inner > .content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}
.cv .content .cv_tel{
    width: 395px;
    display: block;
    z-index: 10;
}
.cv .content .cv_btn_mail{
    width: 275px;
    background-color: #E66709;
    border-radius: 5px;
    height: 85px;
    padding: 15px 15px;
    box-shadow: 0px 5px 0px 0px #742308;
    transition: all .3s;
    display: block;
    z-index: 10;
}
.cv_btn_mail img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.cv .content .cv_btn_line{
    width: 275px;
    background-color: #06C755;
    border-radius: 5px;
    height: 85px;
    padding: 15px 15px;
    box-shadow: 0px 5px 0px 0px #013918;
    transition: all .3s;
    display: block;
    z-index: 10;
}
.cv_btn_line img{
    width: 100%;
}
.cv_btn_mail:hover{
    background-color: #ad4d02;
}
.cv_btn_line:hover{
    background-color: #049b43;
}
.cv_points{
    background-color: #093971;
    padding: 20px 0;
}
.cv_points .inner{
    display: flex;
    justify-content: space-between;
}
.cv_points .inner img{
    width: 314px;
}
/* START セクションマスクアニメーション
---------------------------------------*/
@keyframes animate-panel {
    0% {
        transform-origin: left top;
        transform: scale(0, 1);
    }
    49% {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    50% {
        transform-origin: right top;
        transform: scale(1, 1);
    }
    100% {
        transform-origin: right top;
        transform: scale(0, 1);
    }
}

@keyframes animate-content {
    0% {
        visibility: hidden;
    }
    49% {
        visibility: hidden;
    }
    50% {
        visibility: visible;
    }
    100% {
        visibility: visible;
    }
}
.mask_wrap {
    display: inline-block;
}
.mask_wrap .mask_inner {
    position: relative;
    visibility: hidden;
    padding: 40px 0;
}
.mask_wrap .mask_inner::after {
    content: "";
    background: #02204d;/*帯マスクの色。背景色はJSで定義*/
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: all 0.3s ease 0s;
    visibility: visible;
    z-index: 20;
}
.mask_wrap .mask_inner.start {
    animation-name: animate-content;
    animation-duration: 1.5s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-play-state: running;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mask_wrap .mask_inner.start::after {
    animation-name: animate-panel;
    animation-duration: 1.5s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-play-state: running;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* END セクションマスクアニメーション
---------------------------------------*/
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .cv{
        padding-bottom: 0px;
    }
    .cv .inner{
        width: 96%;
    }
    .mask_wrap .mask_inner {
        padding: 20px 0;
    }
    .cv_h2_sp{
        width: 100%;
    }
    .cv .content_sp{
        width: 100%;
        background-color: #F5F9FF;
        border-radius: 10px;
        padding: 15px;
    }
    .cv_btn_tel_sp{
        width: 100%;
        margin-bottom: 10px;
    }
    .cvbtns_sp{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .cv_btn_mail_sp{
        width: 48%;
    }
    .cv_btn_mail_sp img{
        width: 100%;
    }
    .cv_btn_line_sp{
        width: 48%;
    }
    .cv_btn_line_sp img{
        width: 100%;
    }
    .cv_points{
        padding: 15px 0;
    }
    .cv_points .inner{
        width: 96%;
    }
    .cv_points .inner img{
        width: 32%;
    }
}

#increase{
    background-color: #0080D0;
    padding-bottom: 200px;
    position: relative;
}
#increase h2{
    font-family: 'Noto Serif JP', serif;
    font-size: 48px;
    line-height: 78px;
    color: #fff;
    margin-bottom: 60px;
}
#increase .inner > ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#increase .inner > ul > li{
    width: 300px;
}
#increase .inner > ul > li > h3{
    width: 100%;
    margin-bottom: 44px;
}
#increase .inner > ul > li > h3 > img{
    width: 100%;
}
#increase .inner > ul > li > ul{
    width: 100%;
    margin-bottom: 55px;
}
#increase .inner > ul > li > ul > li{
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 30px;
}
#increase .inner > ul > li > ul > li:before{
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/increase_icon_check@2x.png);
    content: '';
    background-size: 30px 30px;
    left: 0;
    top:0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #increase{
        padding: 20px 0 0;
    }
    #increase .inner > ul{
        flex-direction: column;
    }
    #increase .inner > ul > li{
        width: 100%;
        margin-bottom: 30px;
    }
    #increase .inner > ul > li > h3 > img{
        width: 60%;
        margin: 0 auto;
        display: block;
    }
    #increase .inner > ul > li > ul > li{
        font-size: 24px;
    }
    #increase .inner > ul > li > ul > li:before{
        top:2px;
    }
}
.increase_arrow{
    width: 200px;
    margin: 0 auto;
    display: block;
}
.increase_copy_last{
    position: absolute;
    width: 960px;
    margin: 0 auto;
    display: block;
    bottom: 0;
    left: 50%;
    margin-left: -480px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .increase_arrow{
        width: 150px;

    }
    .increase_copy_last_sp{
        width: 100%;
    }
}
#greeting{
    background-image: url(../images/greeting_bg@2x.jpg);
    background-position: center;
    background-size: cover;
}
#greeting .inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#greeting .inner .content{
    width: 738px;
    background-color: rgba(255, 255, 255, .9);
    padding: 0 40px 40px 40px;
    border-radius: 30px;
}
#greeting .inner .greeting_photo{
    width: 230px;
}
.greeting_h2{
    width: 642px;
    margin-bottom: 10px;
}
#greeting p{
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    line-height: 42px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #greeting .inner{
        flex-direction: column;
    }
    #greeting .inner .content{
        width: 100%;
        border-radius: 20px;
        padding: 0 20px 20px 20px;
        margin-bottom: 20px;
    }
    .greeting_h2{
        width: 100%;
    }
    #greeting .inner .greeting_photo{
        margin: 0 auto;
    }
}

#feature{
    background-image: url(../images/feature_bg@2x.jpg);
    background-position: center;
    background-size: cover;
}
#feature .inner{

}
#feature .inner h2{
    font-family: 'Noto Serif JP', serif;
    font-size: 36px;
    line-height: 57px;
    margin-bottom: 60px;
}
#feature .big{
    font-size: 48px;
}
#feature .blue{
    font-size: 72px;
    color: #2261AA;
    position: relative;
}
#feature .blue:after{
    content: '';
    position: absolute;
    background-color: #EA3348;
    height: 8px;
    width: 40px;
    left: 0;
    bottom: 10px;
}
.feature_img{
    width: 752px;
    margin: 0 auto;
    display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #feature{
        padding: 30px 0;
        background-image: url(../images/sp/feature_bg_sp@2x.jpg);
    }
    .feature_img{
        width: 100%;
    }
}

#result{
    background-color: #D6E8F7;
}
#result h2{
    width: 354px;
    margin: 0 auto 60px;
}
#result h2 img{
    width: 100%;
}
#result .content{
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.4);
    padding: 30px;
    margin-bottom: 40px;
}
#result .content h3{
    background-color: #093971;
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: 13px;
    line-height: 30px;
    border-radius: 40px;
    margin-bottom: 35px;
}
.result_img{
    width: 100%;
    margin-bottom: 30px;
}
.result_last_p{
    font-size: 42px;
    line-height: 68px;
    color: #093971;
    text-align: center;
    padding-top: 40px;
}
.orange{
    color: #E66709;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .result_img_sp{
        width: 100%;
        margin-bottom: 20px;
    }
    .result_last_p{
        text-align: left;
    }
}
#caution{
    background-image: url(../images/caution_bg@2x.jpg);
    background-size: cover;
    background-position: center;
}
#caution h2{
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    font-size: 55px;
    line-height: 80px;
    font-weight: 600;
    margin-bottom: 60px;
}
#caution ul{
    width: 100%;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .9);
    padding: 50px 30px;
    margin-bottom: 30px;
}
#caution ul li{
    position: relative;
    font-size: 30px;
    line-height: 48px;
    padding-left: 60px;
    margin-bottom: 30px;
}
#caution ul li:before{
    content: '';
    position: absolute;
    width: 51px;
    height: 46px;
    background-size: 51px 46px;
    background-image: url(../images/caution_icon@2x.png);
    left: 0;
    top:3px;
}
#caution p{
    background-color: #E66709;
    width: 100%;
    border-radius: 20px;
    padding: 40px;
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 68px;
}
.yellow_underline{
    border-bottom: 5px solid #FCEC6F;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #caution ul li:before{
        width: 42px;
        height: 38px;
        background-size: 42px 38px;
    }
    #caution p{
        text-align: left;
    }
}
#qa h2{
    font-family: 'Noto Serif JP', serif;
    color: #009CC6;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 80px;
}
#qa ul{
    width: 100%;
    padding-left: 90px;
}
#qa ul li{
    width: 100%;
    margin-bottom: 50px;
}
#qa ul li h3{
    color: #093971;
    font-size: 30px;
    border: 3px solid #009CC6;
    border-radius: 5px;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 30px;
}
#qa ul li h3:before{
    position: absolute;
    content: '';
    background-image: url(../images/qa_q@2x.png);
    background-size: 58px 58px;
    width: 58px;
    height: 58px;
    left: -90px;
    top:0
}

#flow{
    background-color: #0080D0;
}
#flow h2{
    font-family: 'Noto Serif JP', serif;
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 80px;
}
#flow .yellow{
    color: #FFFF00;
}
#flow ul{
    width: 100%;
}
#flow ul li{
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    margin-bottom: 40px;
}
.flow_num{
    width: 100px;
}
#flow .txt{
    width: 590px;
}
#flow .txt h3{
    color: #2261AA;
    font-size: 24px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 15px;
}
.flow_pic{
    width: 209px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #flow{
        padding-bottom: 20px;
    }
    #flow h2{
        line-height: 80px;
        margin-bottom: 60px;
    }
    #flow ul li{
        flex-wrap: wrap;

    }
    .flow_num{
        order: 2;
        width: 20%;
    }
    #flow .txt{
        order: 3;
        width: 75%;
    }
    #flow .txt h3{
        font-size: 30px;
    }
    .flow_pic{
        order: 1;
        width: 100%;
        margin-bottom: 30px;
    }
}
#reason{
    background-image: url(../images/reason_bg@2x.jpg);
    background-position: center;
    background-size: cover;
}
#reason h2{
    font-family: 'Noto Serif JP', serif;
    color: #093971;
    font-size: 60px;
    line-height: 72px;
    font-weight: 600;
    margin-bottom: 70px;
}
#reason h2 .red{
    color: #FF0041;
    margin-bottom: 70px;
}
#reason ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    
}
#reason ul li{
    width: 300px;
    background-color: #fff;
    border-radius: 10px;
    align-self: stretch;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.3);
}
#reason ul li h3{
    background-color: #2261AA;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    color: #FFFF00;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    height: 100px;
    padding-top: 15px;
}
#reason ul li:first-child h3{
    padding-top: 35px;
}
#reason ul li p{
    padding: 20px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #reason{
        padding-bottom: 30px;
    }
    #reason ul{
        flex-direction: column;
    }
    #reason ul li{
        width: 100%;
        margin-bottom: 30px;
    }
    #reason ul li h3{
        font-size: 30px;
        padding: 10px;
    }
}
#office{
    background-image: url(../images/office_bg.jpg);
    background-position: center;
    background-size: cover;
}
#office h2{
    font-family: 'Noto Serif JP', serif;
    color: #093971;
    font-size: 60px;
    line-height: 72px;
    font-weight: 600;
    margin-bottom: 60px;
}
#office .content{
    width: 800px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 20px;
    padding: 45px;
    margin: 0 auto;
}
#office .content h3{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
#office .content p{
    text-align: center;
    font-size: 24px;
    line-height: 48px;
}
#office .content p .small{
    font-size: 18px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #office .content{
        width: 100%;
    }
    #office .content p{
        text-align: left;
    }
}
#gMap{
    width: 100%;
    height: 480px;
}
#gMap iframe{
    width: 100%;
    height: 480px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #gMap{
        height: 300px;
    }
    #gMap iframe{
        height: 300px;
    }
}
#cost{
    background-color: #009CC6;
}
#cost h2{
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 60px;
}
#cost img{
    width: 756px;
    margin: 0 auto;
    display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #cost{
        padding-bottom: 30px;
    }
    #cost img{
        width: 100%;
    }
}
#covid{
    background-color: #F4FAFF;
}
#covid h2{
    color: #009CC6;
    font-size: 60px;
    line-height: 72px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    margin-bottom: 80px;
}
#covid .p_01{
    text-align: center;
    margin-bottom: 50px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #covid h2{
        font-size: 50px;
    }
    #covid .p_01{
        text-align: left;
    }
}
#covid ul{
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px 35px;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.3);
    margin-bottom: 50px;
}
#covid ul li{
    color: #009CC6;
    font-size: 30px;
    line-height: 48px;
    font-weight: bold;
    position: relative;
    padding-left: 130px;
    margin-bottom: 60px;
}
#covid ul li:before{
    position: absolute;
    content: '';
    background-size: 112px 112px;
    width: 112px;
    height: 112px;
    left: 0;
}
#covid ul li:nth-child(1):before{
    background-image: url(../images/covid_icon_01@2x.png);
}
#covid ul li:nth-child(2):before{
    background-image: url(../images/covid_icon_02@2x.png);
}
#covid ul li:nth-child(3):before{
    background-image: url(../images/covid_icon_03@2x.png);
}
#covid ul li:nth-child(4):before{
    background-image: url(../images/covid_icon_04@2x.png);
}
#covid .p_02{
    font-size: 24px;
    line-height: 48px;

}
#covid .blue{
    color: #009CC6;
}




#contact{
    width: 100%;
    padding: 60px 0;
    background-color: #093971;
}
#contact h2{
    text-align: center;
    position: relative;
    margin-bottom: 55px;
    font-weight: bold;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
}
#contact h2:before{
    position: absolute;
    width: 82px;
    height: 82px;
    content: '';
    background-image: url(../images/contact_h2_icon@2x.png);
    background-size: 82px 82px;
    left: 50%;
    margin-left: -410px;
    top: -10px;
    
}
.contact_p_01{
    text-align: center;
    margin-bottom: 38px;
    color: #fff;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #contact{
        padding: 30px 0;
    }
    #contact h2{
        padding-top: 80px;
    }
    #contact h2:before{
        margin-left: -41px;
        top: -20px;
    }
    .contact_p_01{
        text-align: left;
    }
}
.form_img{
    width: 860px;
    margin: 0 auto;
    display: block;
    padding: 0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .form_img{
        width: 100%;
    }
}
#contact form{
    width: 860px;
    margin: 0 auto;
}
#contact .inner{
    
}
#contact form .small{
    font-size: 12px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #contact form{
        width: 100%;
    }
    #contact form .small{
        font-size: 16px;
    }
}
.form_outer{
    width: 100%;
    background-color: #fff;
    padding: 35px;
    border-radius: 20px;
}
.formBlock{
    width: 100%;
    margin-bottom: 30px;
}
.form_radio_01{
    line-height: 30px;
}
.form_radio_01 input{
    margin-right: 5px;
    
}
.form_check_01{
   padding-top: 20px;
}
.form_check_01 input{
    margin-bottom: 15px;
    
}
.form_radio_check{
    margin-bottom: 10px;
    
}
.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;
    font-weight: bold;
}
.formBlock dd{
    float: right;
    width: 480px;
}
.formBlock dd input,
.formBlock dd textarea{
    
}
.inputArea{
    width: 100%;
    border: 1px solid #bbb;
    border-radius: 5px;
}
.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: 10px;
    }
    .formBlock dd{
        float: none;
        width: 100%;
    }
    .dt_L{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .formBlock p{
        font-size: 18px;
        line-height: 30px;
    }
}
.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: 60px;
    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;
}
.formBlock_last{
    margin-bottom: 60px;
}
.form_checkbox{
    margin-right: 10px;
    margin-bottom: 10px;
}
.form_txt_sub_sp{
    line-height: 24px!important;
    padding-left: 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;
    }
}


/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .must:after{
        padding: 3px;
        font-size: 20px;
        top: 4px;
    }
}
#submit{
    width: 300px;
    color: #fff;
    background: none;
    border: none;
    margin: 0 auto;
    font-size: 18px;
    padding: 15px 0;
    display: block;
    border-radius: 5px;
    transition: all .3s;
    /* box-shadow */
    box-shadow:0px 5px 0px 0px #742308;
    background-color: #E66709;
}
#submit:hover{
    box-shadow:0px 0px 0px 0px #125295;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);/*下に動く*/
    cursor: pointer;
}
#submit[disabled]{
    color: #333;
    background: #ddd;
    box-shadow:0px 5px 0px 0px #555;
}
#submit[disabled]:hover{
    color: #333;
    background: #ddd;
    box-shadow:0px 5px 0px 0px #555;
    transform: translateY(0px);/*下に動く*/
}
.check_block{
    width: 500px;
    display: block;
    margin: 0 auto 20px;
}
.check_block a{
    color: #125295;
    text-decoration: underline;
}
.radio_txt{
    font-size: 12px;
    line-height: 20px;
    padding: 20px 0 30px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #submit{
        width: 100%;
        padding: 20px 0;
        font-size: 30px;
    }
    .check_block{
        width: 100%;
        font-size: 20px;
        line-height: 30px;
    }
    .radio_txt{
        font-size: 16px;
        line-height: 22px;
    }
}
.policy{
    width: 100%;
    display: block;
    padding-top: 40px;
    text-align: center;
}
.policy a{
    color: #fff;
    text-align: center;
    
    text-decoration: underline;
    transition: all .3s;
}
.policy a:hover{
    text-decoration: none;
    color: #fff;
}



#link_banner{
    padding: 20px 0;
    width: 100%;
}
#link_banner .inner{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#link_banner .inner li{
    width: 480px;
}
#link_banner .inner li img{
    width: 100%;
}
#link_banner .inner li:last-child{
    padding-top: 0px;
}

/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #link_banner .inner{
        width: 92%;
        flex-direction: column;
    }
    #link_banner .inner li{
        width: 100%;
        margin-bottom: 10px;
    }
}


footer{
    width: 100%;
    padding: 10px 0 40px;
    background-color: #022752;

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








/* ----  サンクスページ  ---- */
.thanks_bg{
    padding: 200px 0 0;
}
#thanks_msg{
    width: 80%;
    margin: 0 auto;
}
.thanks_logo{
    width: 300px;
    margin: 0 auto 50px;
    display: block;
}
#thanks_msg p{
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 36px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .thanks_bg{
        padding: 100px 0 0;
    }
    .thanks_logo{
        width: 80%;
        margin: 0 auto 50px;
        display: block;
    }
    #thanks_msg p{
        text-align: left;
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 48px;
    }
}







