@charset "utf-8";
/*-------------------body------------------*/
body {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
}
a:hover{
    text-decoration: none;
}
/*-------------------font------------------*/
.hdm{
    font-size: 54px;
    font-weight: 900;
    text-align: center;
    color: #111;
    line-height: 1.2;
}
.hdm span{
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #bcbcbc;
    margin-top: 10px;
}
#tab02,#tab03,#tab04{
    display: none;
}
@media screen and (max-width: 767px) {
    .hdm {
        font-size: 36px;
        line-height: 1.2;
    }

    .hdm span {
        font-size: 14px;
        margin-top: 5px;
    }
}
/*-------------------wrapper------------------*/
#wrapper{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 767px) {
    #wrapper{
        max-width: 100%;
        margin: 0 auto;
    }
}
/*-------------------inner------------------*/
.inner{
    max-width: 1120px;
    margin: 0 auto;
}
.pageinner{
}
@media screen and (max-width: 767px) {
    .inner{
        margin: 0 auto;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
/*-------------------header------------------*/
#header{

}
#header .inner{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header .hd_links a{
    margin: 0 6px;
}

#header .hd_links .sns {
    display: inline-flex;
    vertical-align: middle;
}
#header .hd_links>img{
    margin: 0 0 0 40px;
}

#header .hd_links .other_logo {
    display: inline-flex;
    margin: 0 0 0 40px;
}
#header .hd_links .other_logo img.icon_and{
    width: 15px;
    margin: 5px 2px 0;
}

@media screen and (max-width: 767px) {
    #header{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #fff;
        z-index: 999;
    }
    #header .inner{
        height: 60px;
        padding: 0 0 0 10px;
    }
    #header .hd_logo{
        width: 45%;
        flex: none;
    }
    #header .hd_links{
        display: flex;
        align-items: center;
    }
    #header .hd_links a{
        margin: 0 4px;
    }

    #header .hd_links .sns{
        display: none;
    }
    #header .hd_links .other_logo {
        display: inline-flex;
        margin: 0 0 0 10px;
        align-items: flex-end;
    }
    #header .hd_links .other_logo img{
        height: 15px;
    }
    #header .hd_links .other_logo img.icon_and{
        height: 13px;
    width: 8px;
    margin: 0px 0px 0;
    }
}
/*-------------------pullmenu------------------*/
.navbar-toggle{
    display: none;
}
.pullmenu{
    display: none;
}
@media screen and (max-width: 767px) {
    .navbar-toggle{
        display: flex;
        justify-content: center;
        width: 60px;
        height: 60px;
        background-color: #137dc5;
    }
    .pullmenu{
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 999;
        width: 100%;
    }
    .pullmenu .link_box{
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: calc(100vh - 60px);
        width: 100%;
        padding: 0 10px;
        background: #e9f0f4;
    }
    .pullmenu li+li{
        margin-top: 55px;
    }
    .pullmenu li a{
        display: block;
        text-align: center;
        font-size: 18px;
        font-weight: 900;
        color: #111;
    }
    .pullmenu li:last-child a{
        color: #0071BE;
    }
    .pullmenu li a span{
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #1175be;
    }
}
/*-------------------navbar------------------*/
#navbar{
    border-top: 1px solid #e6e6e6;
}
#navbar.index_nav{
    margin-top: 15px;
}
#navbar.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    margin-top: 0;
}
#navbar .inner{
    display: flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 80px;
}
#navbar .inner img{
    margin: 0 75px 0 15px;
    width: 50px;
    height: 50px;
    flex: none;
}
#navbar ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
#navbar ul a{
    display: block;
    font-size: 16px;
    color: #111;
    text-align: left;
    font-weight: 700;
}
#navbar ul a:hover{
    color: #3984bc;
}
#navbar ul a:hover span{
    color: #111;
}
#navbar ul a span{
    display: block;
    font-size: 12px;
    font-weight: 500;
}
#navbar ul li:last-child{
    width: 290px;
    height: 80px;
    line-height: 80px;
    background-color: #0071BE;
}
#navbar ul li:last-child a{
    text-align: center;
    color: #fff;
}
#navbar ul li:last-child a:hover{
    color: #fff;
}
/*-------------------mainimg------------------*/
#mainimg{
    margin: 0 auto;
    padding-bottom: 30px;
}
#mainimg .mainimg_slider div img{
    display: block;
    margin: 0 auto;
    opacity: .3;
}
#mainimg .mainimg_slider .slick-center img{
    opacity: 1;
}
@media screen and (max-width: 767px) {
    #mainimg{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 60px 0 30px;
        margin: 0 auto;
    }
    #mainimg .inner{
        padding: 0;
    }
    #mainimg .mainimg_slider div img{
        display: block;
        margin: 0 auto;
        opacity: 1;
    }
}

/*-------------------teaser------------------*/
#teaser{
    width: 100%;

}
@media screen and (max-width: 767px) {
    #teaser{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 60px;
    }
}
/*-------------------breadcrumb------------------*/
#breadcrumb{

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

}
/*-------------------contents------------------*/
#contents{
}

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

}
/*-------------------pagetop------------------*/
.pagetop{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: none;
}
@media screen and (max-width: 767px) {
    .pagetop{
        bottom: 10px;
        right: 10px;
        width: 50px;
    }
}

.breadcrumb {
	padding: 1em 1em;
}
/*-------------------footer------------------*/
#footer{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 60px;
    background: #e9f0f4;
}
.ft-toplink {
	text-align: center;
	padding: 0 0 2em;
}
.ft-toplink a {
	color: #111;
}
.ft_btns{
    margin: 0 auto;
    text-align: center;
}

.ft_btns .sns {
    display: inline-flex;
}

.ft_btns img{
    margin: 6px;
}
.ft_links{
    margin: 10px 0 30px;
    height: 40px;
    line-height: 40px;
}
.ft_links ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft_links ul li a{
    color: #111;
    font-size: 14px;
    padding: 0 25px;
    border-right: 2px solid #a0a4a8;
}
.ft_links ul li:last-child a{
    border-right: none;
}
.copyright{
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #1175be;
}
@media screen and (max-width: 767px) {
	.breadcrumb {
		font-size: 12px;
	}
	#footer{
			padding-top: 30px;
			text-align: center;
	}
	.ft-toplink {
		font-size: 12px;
	}
	.ft_links{
			margin: 10px 0 20px;
			height: auto;
			line-height: 2;
	}
	.ft_links ul{
			display: block;
	}
	.ft_links ul li+li{
			margin-top: 12px;
	}
	.ft_links ul li a{
			color: #111;
			font-size: 12px;
			padding: 0;
			border-right: none;
	}
	.copyright{
			font-size: 10px;
	}
}
