@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",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: #1873AF;
	text-decoration: none;
}
a:visited {
	color: #1873AF;
}
a:hover {
	color: #1873AF;
}
a:active {
	color: #1873AF;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1340px;
	color: #1873AF;
	font-size: 1.4rem;
    font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #FFF url("../../img/common/body_bg.png") repeat left top / 16px;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 59px 15px 58px;
}
#gHeader .hBox {
    margin: 0 auto;
    max-width: 1270px;
}
#gHeader h1 {
    margin-top: 4px;
	width: 336px;
}
#gHeader .subBox {
    width: calc(100% - 350px);
    justify-content: flex-end;
}
#gHeader .subBox a {
	display: block;
}
#gHeader .subBox li {
	display: inline-block;
}
#gHeader .subBox a:hover {
	opacity: 0.7;
}
#gHeader .snsList li {
	margin-left: 28px;
	width: 16px;
	box-sizing: border-box;
}
#gHeader .snsList li:first-child {
	margin-left: 0;
}
#gHeader .linkBox {
    margin: 0 0 0 44px;
    width: 138px;
    text-align: center;
}
#gHeader .language {
	margin: 4px 0 9px;
}
#gHeader .language li {
	margin-left: 32px;
	width: 17px;
    position: relative;
}
#gHeader .language li:first-child {
	margin-left: 0;
}
#gHeader .language li:first-child::before {
    width: 6px;
    height: 11px;
    position: absolute;
    right: -22px;
    top: 2px;
    background: url("../../img/common/icon03.png") no-repeat left top / 6px;
    content: "";
}
#gNavi li {
	margin-left: 45px;
}
#gNavi li a .mark {
	margin: 0 auto 10px;
	display: block;
	width: 68px;
}
#gNavi li a .en {
    width: 68px;
    display: block;
	font-size: 1.6rem;
}
.fixBtn {
    width: 220px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 100;
}
.fixBtn a {
    display: block;
}
.fixBtn a:hover {
    opacity: 0.7;
}
@media all and (max-width: 1400px) {
    #gNavi li {
        margin-left: 19px
    }
}
@media all and (max-width: 896px) {
	#gHeader {
        padding: 16px 15px 19px;
        position: relative;
        z-index: 1000;
    }
    #gHeader .hBox {
        max-width: inherit;
    }
    #gHeader .subBox {
        display: none;
    }
    .menu {
        display: block;
		position: absolute;
		right: 0;
		top: 6px;
		width: 60px;
		height: 60px;
		z-index: 99;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
        position: absolute;
		right: 20px;
		width: 28px;
		height: 1px;
		background-color: #E11717;
	}
	.menu span:nth-of-type(1) {
		top: 16px;
	}
	.menu span:nth-of-type(2) {
		top: 26px;
	}
	.menu span:nth-of-type(3) {
		top: 36px;
	}
	.menu.on span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
    .menuBox {
        display: none;
        padding: 87px 20px 60px 27px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        height: 100%;
        overflow: auto;
        box-sizing: border-box;background-color: #FFF;
    }
    .menuBox .navi {
        margin-bottom: 23px;
    }
    .menuBox .navi .mark {
        margin: 0 3px 0 -4px;
        width: 42px;
        display: inline-block;
    }
    .menuBox .navi .en {
        width: 84px;
        display: inline-block;
        vertical-align: -4px;
    }
    .menuBox .navi li a {
        padding: 18px 0 12px;
        display: block;
        border-top: 1px solid #E3E3E3;
    }
    .menuBox .navi li:last-child a {
        border-bottom: 1px solid #E3E3E3;
    }
    .menuBox .language {
        margin: 0 7px 22px;
    }
    .menuBox .language li {
        margin-bottom: 19px;
        width: 24px;
    }
    .menuBox .language li:last-child {
        margin-bottom: 0;
    }
    .menuBox .snsList {
        margin: 0 7px;
    }
    .menuBox .snsList li {
        margin-bottom: 25px;
        width: 28px;
    }
    .menuBox .snsList li:last-child {
        margin-bottom: 0;
    }
    .fixBtn {
        width: 165px;
        left: 4px;
        bottom: 42px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 40px 20px 29px;
}
#gFooter .fBox {
    margin: 0 auto 43px;
    width: 414px;
    align-items: center;
    box-sizing: border-box;
}
#gFooter .fBox .snsList {
    width: 224px;
    display: flex;
}
#gFooter .fBox .snsList li {
    margin-left: 60px;
	width: 32px;
}
#gFooter .fBox .snsList li:first-child {
    margin-left: 0;
}
#gFooter .fBox .snsList li a {
    display: block;
}
#gFooter .fBox .snsList li a:hover {
    opacity: 0.7;
}
#gFooter address {
    color: #E11717;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    font-style: normal;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding-bottom: 15px;
    }
    #gFooter .fBox {
        margin-bottom: 32px;
        width: auto;
        justify-content: center;
    }
    #gFooter .fBox .fLogo {
        margin-right: 52px;
    }
    #gFooter .fBox .snsList {
        width: 146px;
    }
    #gFooter .fBox .snsList li {
        margin-left: 28px;
        width: 27px;
    }
}