@charset "utf-8";


.font01{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

/*==
    all 全体 初期設定
===============================================*/
/* html, body */
html, body {
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}

html{
    font-size: 62.5%;
}
body {
    position: relative;
	font-style: normal;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 1.6em;/*=16px*/
    line-height: 1.7;
    margin: 0;
    padding: 0;
    height: auto;
    color: #000000;
    min-width: 1100px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}


/* 全体のラッパー */
#wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

/* リンクのデフォルト設定 */
/* inputのリセット */
input[type="file"] {
    /* 位置とサイズの調整 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
}
input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    resize: none;
    outline: none;
    background: none;
    font-family: "Noto Sans JP",sans-serif;
}
select::-ms-expand {
    display: none;
}

/*textareaのリセット */
/* selectのリセット */
/* 送信ボタンのリセット */
/* テキストのベーススタイル */
dd,
dt,
li,
p {
    margin: 0;
}

#main{
    position: relative;
}


/* インナーカラム */
.wrap{
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
}

a{
    color: #000;
    text-decoration: none;
}

a,a img{
    transition: 0.4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a:hover{
    text-decoration: underline;
}
a img:hover{
    opacity: 0.7;
}
.aR{ text-align: right !important;}

.pc_only{ display: block !important;}
.sp_only,
.sp_block{ display: none !important;}

.flex{
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    flex-wrap: wrap;
}
.justify_between{
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
}
.justify_start{
    -webkit-justify-content:flex-start;/*--- safari（PC）用 ---*/
    justify-content:flex-start;
}
.item_center{
    align-items: center;
}
.f-reverse{
    flex-direction: row-reverse;
}

.arrow_red{
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
.arrow_red:before,
.arrow_red:after{
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}
.arrow_red:before{
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #E56867;
}
.arrow_red:after{
    left: 5px;
    margin-top: -5px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 5px solid #fff;
}

.arrow_blue{
    position: relative;
}
.arrow_blue:before,
.arrow_blue:after{
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}
.arrow_blue:before{
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
}
.arrow_blue:after{
    right: 14px;
    margin-top: -5px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 6px solid #005FA3;
}


.col01{ color: #FF0000 !important;/*red*/}


@media screen and (min-width: 768px) and (max-width: 1300px) {
    img{ max-width: 100%;}
}

@media screen and (max-width: 767px) {
    body.fixed{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    body{ min-width: inherit;}
/* インナーカラム */
    .wrap{
        width: 92%;
        margin: 0 auto;
    }

    img{
        width: 100%;
        height: auto;
    }

    .pc_only{ display: none !important;}
    .sp_only,
    .sp_block{ display: block!important;}

}

/* ------------------------------
    clearfix
------------------------------ */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/
#header_wrap{
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    box-sizing: border-box;
}

#header_wrap .h_left p{
    font-size: 1.4rem;
    color: #545454;
    margin-bottom: 10px;
	padding-top: 10px;
}

#header_wrap .h_logo{
    margin: 0 0 0 0;
    padding: 0;
    line-height: 1;
    max-width: 509px;
}

#header_wrap .h_right .tel-link{
    text-align: right;
}
#header_wrap .h_right .tel-link img{
    display: block;
    width: 100%;
    max-width: 257px;
    height: auto;
	padding-top: 15px;
	padding-left: 23px;
}

#header_wrap .h_right .subnav{
    list-style: none;
    margin: 10px 0 0 53px;
    padding: 0;
    box-sizing: border-box;
}
#header_wrap .h_right .subnav li{
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-right: 15px;
}
#header_wrap .h_right .subnav li:last-of-type{ margin-right: 0;}


/* nav */
#gnav ul{
    position: relative;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin: 30px auto 0 auto;
    padding: 0;
    list-style: none;
}
#gnav ul li{
    box-sizing: border-box;
    text-align: center;
}

#gnav ul li span{
    display: block;
    font-size: 1.4rem;
    color: #0092C7;
    letter-spacing: 0;
}

#gnav ul li a{
    font-size: 2rem;
    letter-spacing: 0.2em;
}

#gnav ul li:hover{
    opacity: 0.7;
}
#gnav ul li a:hover{
    text-decoration: none;
}

.sns_nav{ display: none!important;}



@media screen and (max-width: 767px) {
    #header_wrap{
        width: 100%;
        padding: 10px 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background: #FFF;
    }

    #header_wrap .h_left p{ display: none;}

    #header_wrap .h_logo{
        margin: 0 0 0 4%;
        width: 252px;
    }

    #header_wrap .h_right{ display: none;}

	.trigger {
		position: absolute;
		right: 4%;
		top: 19px;
		width: 30px;
		height: 30px;
		cursor: pointer;
	}
	.trigger span {
		display: block;
		position: absolute;
		left: 0;
		height: 3px;
		width: 100%;
		background: #005DA5 ;
		transition: .3s;
	}
	.trigger span:nth-child(1) {
		top: 10%;
	}
	.trigger span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	.trigger span:nth-child(3) {
		bottom: 10%;
	}
	.trigger.active span:nth-child(1) {
		top: 50%;
		transform: rotate(135deg);
	}
	.trigger.active span:nth-child(2) {
		opacity: 0;
		transform: translateX(-100%);
	}
	.trigger.active span:nth-child(3) {
		top: 50%;
		bottom: 0;
		transform: rotate(-135deg);
	}
	#gnav{
		background: #fff;
		width: 100%;
		display: none;
		position: absolute;
		top: 74px;
		height: calc(94vh - 70px);
        z-index: 999;
		overflow-y: scroll;
		padding-top: 10px;
	}
	#gnav .gnavin{
		padding: 0 5.5% 60px;
		height: 100%;
		overflow-y: scroll;
	}
    #gnav ul{
        display: block;
        margin-top: 0;
    }
    #gnav ul li{ text-align: left;}
	#gnav ul li a{
		font-size: 1.6rem;
		display: block;
		padding: 14px 0;
		border-bottom: 1px solid #cccccc;
		position: relative;
	}
    #gnav ul li a span{
		font-size: 1.2rem;
		display: inline;
		padding-left: 15px;
	}
    
    #gnav .sp_only .tel-link{
        width: 80%;
        max-width: 257px;
        margin: 12% auto 0 auto;
    }
    #gnav .sp_only .subnav{
        text-align: center;
        margin: 0 auto;
    }
    #gnav .sp_only .subnav li{
        border-bottom: none;
        display: inline-block;
        vertical-align: middle;
		margin-right: 10px;
    }
    #gnav .sp_only .subnav li a{
        font-size: 1.3rem;
        padding: 0;
        margin: 0;
        border-bottom: none;
    }

}

/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
#pageTop{
	box-sizing: border-box;
	display: block;
	text-align: center;
	position: absolute;
	right:0;
    top: 0;
    z-index: 888;
}
#pageTop a{ display: block;}

.footer {
    position: relative;
    background:#005DA5;
    padding: 75px 0 65px 0;
    box-sizing: border-box;
}
.footer .wrap{ position: relative;}

.footer .f_logo{
    float: left;
    margin-right: 95px;
    /*margin-left: 25px;*/
}
.footer .f_nav{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.footer ul{
    list-style: none;
    margin: 0 70px 0 0;
    padding: 0;
}

.footer ul:last-of-type{ margin-right: 0;}
.footer ul li{
    position: relative;
}
.footer ul li:before{
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 5px;
    vertical-align: middle;
    content: '>';
    color: #FFF;
    font-size: 1.6rem;
}
.footer ul li a{
    font-size: 16px;
    font-size: 1.6rem;
    color: #FFF;
}

.copyright {
    margin-top: 50px;
    color:#FFF;
    box-sizing: border-box;

}
.copyright p{
    font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
    
    #pageTop{
        width: 7%;
        max-width: 34px;
        height: auto;
        right: 0;
    }
    .footer {
        padding: 11% 0 10% 0;
    }

    .footer .f_logo{
        width: 80%;
        max-width: 352px;
        float: none;
		margin: -3% 0 3% 1%;
        /*margin: 0 auto 8% auto;*/
    }
    .footer .f_nav{
        float: none;
        justify-content: left;
    }

    .footer ul{
        list-style: none;
        margin: 0 3% 6% 0;
        padding: 0;
    }

    .footer ul:last-of-type{ margin-right: 0; margin-bottom: 0;}

    .footer ul li:before{
        top: -2px;
        margin-right: 5px;
        font-size: 1.2rem;
    }
    .footer ul li a{
        font-size: 1.2rem;
    }

    .copyright {
        margin-top: 3.8%;

    }
    .copyright p{
        font-size: 1.0rem;
        text-align: left;
    }
}

@media screen and (max-width: 360px) {

}



/* ----------------------------------------------------------------------------------------------------
*  common
* --------------------------------------------------------------------------------------------------*/
#main{
    position: relative;
}

.page_title{
    background: #005dab;
    padding: 70px 0;
    box-sizing: border-box;
}
.page_title h2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
    color: #FFF;
    font-size: 3.8rem;
    letter-spacing: 0.14rem;
    font-weight: 400;
}
.page_title h2 span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
	margin-top: 3px;
    font-size: 1.8rem;
    letter-spacing: 0.28rem;
    box-sizing: border-box;
}
.page_title h2 span:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    margin-right: 35px;
    background: #FFF;
}

.breadclumb{
    width: 96%;
    max-width: 1100px;
    margin: 14px auto 100px auto;
    padding: 0;
}
.breadclumb ul{
    margin: 0;
    padding: 0; 
}
.breadclumb ul li{
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    color: #231815;
    padding-right: 20px;
    margin-right: 15px;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.breadclumb ul li.home:before{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    content: '';
    background: url(../img/common/icn_home.png) no-repeat center center;
    background-size: 100% auto;
    width: 21px;
    height: 19px;
}
.breadclumb ul li a{
    color: #231815;
    text-decoration: underline;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.breadclumb ul li a:hover{
    text-decoration: none;
}

.breadclumb ul li:after{
    display:block;
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -3px;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadclumb ul li:last-of-type{
    padding-left: 0;
    margin-left: 0;
}
.breadclumb ul li:last-of-type:after{ display: none;}



.btn{
    cursor: pointer;
}
.btn:hover{
    text-decoration: none;
    transition: 0.4s;
    opacity: 0.7;
}

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

.sec_access .left_box{
    position: relative;
    width: 44%;
    padding-top: 70px;
    padding-right: 35px;
    box-sizing: border-box;
}
.sec_access .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;
}

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

.sec_access .left_box table th,
.sec_access .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;
}

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

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

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

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

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

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

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

.sec_access .right_box p{
    font-size: 2.3rem;
    margin-top: 10px;
}
.sec_access .right_box a.map{
    position: relative;
    font-size: 1.6rem;
    text-decoration: underline;
}
.sec_access .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;
}
.sec_access .right_box a.map:hover{ text-decoration: none;}



@media screen and (max-width: 767px) {
#main{
    padding-top: 75px;
}

    .page_title{
        padding: 6.25% 0;
		margin-top: 10px;
    }
    .page_title h2{
        display: block;
        width: 92%;
        max-width: inherit;
        font-size: 2.4rem;
    }
    .page_title h2 span{
        font-size: 1.2rem;
        margin-left: 4%;
		letter-spacing: -0.3px;
    }
    .page_title h2 span:before{
        margin-right: 15px;
		margin-top: -5px;
    }

    .breadclumb{
        width: 92%;
        max-width: inherit;
        margin: 14px auto 12% auto;
    }

    .breadclumb ul li{
        font-size: 1.3rem;
        padding-right: 15px;
        margin-right: 8px;
    }
    .breadclumb ul li.home:before{
        margin-right: 10px;
        width: 16px;
        height: 16px;
    }

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

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

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

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

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

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

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

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

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

    .sec_access .right_box p{
        font-size: 1.8rem;
    }
    .sec_access .right_box a.map{
        font-size: 1.3rem;
    }
    .sec_access .right_box a.map:before{
        width: 16px;
        height: 24px;
    }

}


@media screen and (max-width: 411px) {

}