@charset "utf-8";

.mv{
    position: relative;

}
.mv .wrap{
    position: relative;
}
.mv .mv_txt{
    width: 55%;
    max-width: 598px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 5.5vw;
}

.mv .pickup{
    position: absolute;
    z-index: 10;
    left: 0;
    top: 23vw;
	background-color: #fff;
	padding: 6px 10px 6px 10px;
	opacity: 0.8;
}
.mv .pickup span{
	opacity: 1;
}


.mv .mv_bg{
    z-index: 5;
}
.mv .slider{
    margin: 0;
    padding: 0;
}

.mv img{
    display: block;
    width: 100%;
    height: auto;
}

.sec01{
    position: relative;
    z-index: 5;
    background: #F7FCFF;
    padding-bottom: 70px;
    box-sizing: border-box;
}

.sec01 .icn{
    position: relative;
    margin: -96px auto 0 auto;
    text-align: center;
}

.sec01 .box{
    width: 32%;
    max-width: 343px;
    margin-top: -40px;
    position: relative;
    box-shadow: 0 0 5px 0 #DCDCDC;
    background: #FFF;
    padding-bottom: 70px;
    box-sizing: border-box;
    z-index: 10;
}
.sec01 .box:before{
    display: block;
    position: relative;
    top: -57px;
    content: '';
    width: 100%;
    height: 60px;
    background: url(../img/top/box_top.png) no-repeat center top;
    background-size: 100% auto;
    z-index: -1;
}

.sec01 .box h2{
    text-align: center;
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin: 0 0 25px 0;
    padding: 0;
}
.sec01 .box h2 span{
    display: block;
    font-size: 1.4rem;
    color: #0093C8;
    letter-spacing: 0;
}

.sec01 .box .img{ text-align: center; margin: 0 auto 15px auto;}
.sec01 .box p{
    margin: 0 30px;
    font-size: 1.6rem;
    line-height: 1.7;
}

.sec01 .box .btn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    width: 244px;
    background: #005FA3;
    border-radius: 30px;
    box-sizing: border-box;
}

.sec01 .box .btn a{
    display: block;
    font-size: 1.6rem;
    color: #FFF;
    text-align: center;
    padding: 10px 10px;
    box-sizing: border-box;
}
.sec01 .box .btn a:hover{ text-decoration: none;}

.sec02{
    padding: 30px 0 50px 0;
    box-sizing: border-box;
}

.sec02 .left_box{
    position: relative;
    width: 44%;
    padding-top: 70px;
    padding-right: 35px;
    box-sizing: border-box;
}
.sec02 .left_box:before{
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 0;
    margin: auto 0;
    vertical-align: middle;
    content: '';
    width: 1px;
    height: 100%;
    background: #CCCCCC;
}

.sec02 .left_box table{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
}

.sec02 .left_box table th,
.sec02 .left_box table td{
    font-size: 1.8rem;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    border-bottom: 1px dotted #888888;
    border-left: 1px dotted #888888;
    box-sizing: border-box;
}

.sec02 .left_box table th{
    border-left: none;
    font-weight: 400;
    width: 170px;
}
.sec02 .left_box table tbody th{ text-align: right; padding: 10px 25px 10px 0;}

.sec02 .left_box table tbody tr:last-of-type th,
.sec02 .left_box table tbody tr:last-of-type td{ border-bottom: none;}

.sec02 .left_box ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.sec02 .left_box ul li{
    font-size: 1.6rem;
    line-height: 1.7;
    box-sizing: border-box;
}
.sec02 .left_box ul li:before{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    content: '●';
    color: #005DA5;
}

.sec02 .left_box .info{
    position: relative;
    margin-top: 35px;

}
.sec02 .left_box .info:before{
    display: block;
    margin-bottom: 25px;
    content: '';
    width: 64px;
    height: 3px;
    background: #B2B2B2;
}

.sec02 .left_box .info p{
    font-size: 1.6rem;
}
.sec02 .left_box .info .tel .tel-link{
    position: relative;
    top: 2px;
    font-size: 2.3rem;
    color: #005DA5;
}

.sec02 .right_box{
    width: 54%;
    max-width: 590px;
}

.sec02 .right_box p{
    font-size: 2.3rem;
    margin-top: 10px;
}
.sec02 .right_box a.map{
    position: relative;
    font-size: 1.6rem;
    text-decoration: underline;
}
.sec02 .right_box a.map:before{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '';
    background: url(../img/common/icn_map.png) no-repeat center center;
    background-size: 100% auto;
    width: 18px;
    height: 26px;
}
.sec02 .right_box a.map:hover{ text-decoration: none;}



.sec03{
    padding: 45px 0 50px 0;
    box-sizing: border-box;
}
.sec03.blog{
    padding: 0 0 130px 0;
    box-sizing: border-box;
}
.sec03 h2{
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 3.2rem;
    font-weight: 400;
}
.sec03 h2 span{
    display: block;
    color: #0092C6;
    font-size: 1.4rem;
}

.info_post{
    position: relative;
}
.info_post .btn{
    width: 132px;
    position: absolute;
    right: 0;
    top: -72px;

}
.info_post .btn a{
    display: block;
    font-size: 1.5rem;
    text-align: center;
    padding: 5px;
    border-radius: 30px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}
.info_post .arrow_red{ padding-right: 20px !important;}
.info_post .arrow_red:before, .info_post .arrow_red:after{
    margin-top: -6px;
}
.info_post .arrow_red:before{
    left: auto;
    right: 12px;
}
.info_post .arrow_red:after{
    left: auto;
    right: 12px;
    margin-top: -3px;
}


.info_post dl.post{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;

    border-bottom: 1px dotted #888888;
    padding-bottom: 22px;
    margin-bottom: 22px;
    box-sizing: border-box;
}
.info_post dl.post:first-of-type{
    padding-top: 22px;
    border-top: 1px dotted #888888;
}


.info_post .post dt,
.info_post .post dd{
    font-size: 1.6rem;
    box-sizing: border-box;
}

.info_post .post .date{}
.info_post .post dd.cat{
    margin: 0 25px
}
.info_post .post dd.cat a{
	width: 103px;
    display:block;
    font-size: 1.5rem;
    text-align: center;
    color: #005AA6;
    border: 2px solid #005AA6;
    box-sizing: border-box;
}



@media screen and (max-width: 767px) {
    .mv .mv_bg{
        position: relative;
        z-index: 5;
    }
	
	.mv .txt {
		margin: 3% 4.6% 0 4.6%;
		font-size: 1.4rem;
		line-height: 1.7;
	}
	
	.sp_mv .pickup_sp {
		font-weight: bold;
		margin: 3% 4.6% 7% 4.6%;
		font-size: 1.5rem;
		line-height: 1.7;
	}

    .sec01{
        padding-bottom: 10%;
    }
    .sec01 .flex{ display: block;}
    .sec01 .icn{
        position: relative;
        margin: -92px auto 0 auto;
        text-align: center;
        max-width: 56px;
    }

    .sec01 .box{
        width: 100%;
        max-width: inherit;
        margin-top: 12.5%;
        padding-bottom: 15%;
        margin-bottom: 90px;
    }
    .sec01 .box:first-of-type{ margin-top: 21%;}
    .sec01 .box:last-of-type{ margin-bottom: 8%;}
    .sec01 .box:before{
        top: -59px;
        height: 60px;
    }

    .sec01 .box h2{
        font-size: 2.7rem;
        margin: 0 0 4% 0;
		letter-spacing: 0.1em;
    }
    .sec01 .box h2 span{
        font-size: 1.3rem;
    }
    .sec01 .box p{
        margin: 0 4.6%;
        font-size: 1.4rem;
    }

    .sec01 .box .btn{
        width: 70%;
        max-width: 244px;
    }

    .sec01 .box .btn a{
        font-size: 1.4rem;
    }

    .sec02{
        padding: 10% 0 12% 0;
    }

    .sec02 .left_box{
        position: relative;
        width: 100%;
        padding-top:0;
        padding-bottom: 10px;
        padding-right: 0;
    }
    .sec02 .left_box:before{
        display: none;
    }
    .sec02 .left_box:after{
        display: block;
        content: '';
        position: relative;
        top: 0;
        margin: 8% auto;
        width: 90%;
        height: 1px;
        background: #CCC;
    }

    .sec02 .left_box table{
        margin: 0 0 3.125% 0;
    }

    .sec02 .left_box table th,
    .sec02 .left_box table td{
        font-size: 1.4rem;
    }

    .sec02 .left_box table th{
        width: auto;
    }
    .sec02 .left_box table tbody th{ text-align: right; padding: 10px 15px 10px 0;}

    .sec02 .left_box ul li{
        font-size: 1.4rem;
    }
    .sec02 .left_box .info{
        margin-top: 5.4%;

    }
    .sec02 .left_box .info:before{
        margin-bottom: 25px;
        width: 52px;
    }

    .sec02 .left_box .info p{
        font-size: 1.4rem;
    }
    .sec02 .left_box .info .tel .tel-link a{
        font-size: 2.4rem;
        color: #005DA5 !important;
    }

    .sec02 .right_box{
        width: 100%;
        max-width: 590px;
        margin: 0 auto;
    }

    .sec02 .right_box p{
        font-size: 1.8rem;
    }
    .sec02 .right_box a.map{
        font-size: 1.3rem;
    }
    .sec02 .right_box a.map:before{
        width: 16px;
        height: 24px;
    }
	.sec03{
        padding: 7% 0 30% 0;
        box-sizing: border-box;
    }
    .sec03.blog{
        padding: 7% 0 16% 0;
        box-sizing: border-box;
    }
    .sec03 h2{
        margin: 0 0 4.6% 0;
        font-size: 3.0rem;
    }
    .sec03 h2 span{
        font-size: 1.4rem;
    }

    .info_post{
        position: relative;
    }
    .info_post .btn{
        float: right;
        width: 132px;
        position: relative;
        right: 0;
        top: 20px;
    }
    .info_post .btn a{
        font-size: 1.4rem;
    }
    .info_post .arrow_red{ padding-right: 20px !important;}
    .info_post .arrow_red:before, .info_post .arrow_red:after{
        margin-top: -6px;
    }
    .info_post .arrow_red:before{
        left: auto;
        right: 12px;
    }
    .info_post .arrow_red:after{
        left: auto;
        right: 12px;
        margin-top: -3px;
    }


    .info_post dl.post{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
        padding-bottom: 4%;
        margin-bottom: 4%;
    }
    .info_post dl.post:first-of-type{
        padding-top: 4%;
    }

    .info_post .post dt,
    .info_post .post dd{
        font-size: 1.4rem;
        box-sizing: border-box;
    }

    .info_post .post .date{
        position: relative;
        top: 2px;
    }
    .info_post .post dd.cat{
        margin: 0 0 0 15px
    }
    .info_post .post dd.cat a{
        display:block;
        font-size: 1.3rem;
    }
    .info_post .post dd.txt{ width: 100%; margin-top: 5px;}

}

@media screen and (max-width: 375px) {
    .sec01 .box:before{
        top: -54px;
    }
}

@media screen and (max-width: 360px) {
    .sec01 .box:before{
        top: -51px;
    }
}

@media screen and (max-width: 320px) {
    .sec01 .box:before{
        top: -48px;
    }
}




@media all and (-ms-high-contrast: none){
  /* IE のみ */

}
@supports (-ms-ime-align: auto) {
  /* Edge のみ */

}



