@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
    margin-bottom: 42px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
    .menuBox {
        display: none !important;
    }
}
@media all and (max-width: 896px) {
	body {
		min-width: 320px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding-bottom: 13px;
    background-color: #EBF0F6;
}
#gHeader .hInner {
    margin: 0 auto;
    width: 960px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#gHeader .hInner .lBox {
    padding-top: 14px;
    width: 600px;
    display: flex;
    flex-wrap: wrap;
}
#gHeader .hInner h1 {
    font-size: 1.2rem;
    color: #003A8D;
    margin-left: 20px;
}
#gHeader .tel {
    padding: 31px 0 4px;
    width: 265px;
    color: white;
    font-weight: bold;
    text-align: center;
    background-color: #003A8D;
    border-radius : 0px 0px 4px 4px;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
#gHeader .tel .txtSpan {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
}
#gHeader .tel .txtSpan a {
    vertical-align: -4px;
    font-size: 3.3rem;
    color: white;
}
#gNavi {
    border-top: 1px solid #003A8D;
    border-bottom: 1px solid #003A8D;
}
#gNavi ul {
    margin: 0 auto;
    width: 960px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#gNavi ul li {
    width: 20%;
    border-right: 1px solid #CCD8E8;
    box-sizing: border-box;
    text-align: center;
}
#gNavi ul li:first-child {
    border-left: 1px solid #CCD8E8;
}
#gNavi ul li a {
    padding: 14px 10px;
    display: block;
    font-size: 1.5rem;
    color: #003A8D;
    font-weight: 500;
}
#gNavi ul li a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader {
        padding: 20px 10px;
	}
    #gHeader .hInner {
        width: auto;
        display: block;
        position: relative;
    }
    #gHeader .hInner .lBox {
        padding: 0;
        width: auto;
        display: block;
    }
    #gHeader .hInner h1 {
        margin-left: 0;
    }
    #gHeader .tel {
        display: none;
    }
    #gNavi {
        display: none;
    }
	#gHeader .menu {
		position: absolute;
        top: 10px;
        right: 5px;
		float: right;
		height: 20px;
		width: 25px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	#gHeader .menu.on .top {
		-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(7px) translateX(0) rotate(45deg);
		transform: translateY(7px) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
		transform: translateY(-7px) translateX(0) rotate(-45deg);
	}
	#gHeader .menu span {
		background: #003A8D;
		border: none;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	#gHeader .menu span:nth-of-type(2) {
		top: 7px;
	}
	#gHeader .menu span:nth-of-type(3) {
		top: 14px;
	}
    .menuBox {
        display: none;
        position: absolute;
        top: 87px;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: #003A8D;
    }
    .menuBox ul a {
        display: block;
        font-weight: bold;
        color: white;
        padding: 10px 15px;
        border-bottom: 1px solid #fff;
    }
    .menuBox .tel {
        padding: 20px 5px;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        color: white;
    }
    .menuBox .tel .txtSpan {
        display: block;
    }
    .menuBox .tel a {
        color: white;
        display: inline-block;
        font-size: 2rem;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fInner {
    color: white;
    background-color: #003A8D;
}
#gFooter .mainBox {
    padding: 21px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#gFooter .lBox {
    width: 381px;
    box-sizing: border-box;
    padding: 5px 18px 41px;
    border-right: 1px solid white;
}
#gFooter .lBox p {
    line-height: 1.57;
    letter-spacing: 0.5px;
}
#gFooter .lBox .fLogo {
    margin-bottom: 14px;
    font-size: 2.1rem;
    font-weight: bold;
}
#gFooter .lBox .fLogo a {
    color: white;
}
#gFooter .lBox p a {
    color: white;
}
#gFooter .naviUl {
    width: calc(100% - 381px);
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 7px 0 5px 40px;
}
#gFooter .naviUl li a {
    font-size: 1.4rem;
    color: white;
    font-weight: bold;
}
#gFooter .naviUl li ul {
    padding-top: 2px;
}
#gFooter .naviUl li ul li a {
    font-weight: normal;
}
#gFooter .naviUl a:hover {
    opacity: 0.7;
}
#gFooter address {
    padding: 17px 0;
    font-style: normal;
    font-size: 1.2rem;
    text-align: center;
    color: white;
    letter-spacing: 0.8px;
    background-color: black;
}

@media all and (max-width: 896px) {
    #gFooter .mainBox {
        display: block;
        margin: 0;
    }
    #gFooter .lBox {
        margin: 0 0 20px;
        width: auto;
        padding: 5px 10px 40px;
        border-right: none;
        text-align: center;
        border-bottom: 1px solid #fff;
    }
    #gFooter .naviUl {
        display: block;
        width: auto;
        padding: 0 20px;
    }
    #gFooter .naviUl li {
        margin-bottom: 7px;
    }
    #gFooter .naviUl li ul {
        padding: 5px 10px 0;
    }
}