@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&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:"游ゴシック体","Yu Gothic",YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',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: #1C1C1C;
	text-decoration: none;
}
a:visited {
	color: #1C1C1C;
}
a:hover {
	color: #1C1C1C;
}
a:active {
	color: #1C1C1C;
}
.yumin {
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}
.en {
	font-weight: 400;
	font-family: 'EB Garamond', serif;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #1C1C1C;
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: 500;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt"; 
	-moz-font-feature-settings: "palt";
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
#container {
	position: relative;
	text-align: left;
}
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 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
    z-index: 10;
}
#gHeader .hBox {
	margin: 0 auto;
	box-sizing: border-box;
}
#gHeader h1 {
	padding: 25px 0 0 48px;
}
#gHeader .naviBox {
    max-width: 804px;
		width: 70%;
    justify-content: flex-end;
}
#gNavi {
    margin-top: 38px;
    width: calc(100% - 308px);
    /* width: calc(100% - 150px); */
}
#gNavi li {
    background: url("../../img/common/line01.png") no-repeat right center / 12px auto;
}
#gNavi li:last-of-type {
    background: none;
}
#gNavi li a {
    padding: 0 20px 0 10px;
    color: #fff;
    letter-spacing: 0.1em;
    font-family: 'EB Garamond', serif;
}
#gNavi li a:hover {
    opacity: 0.7;
}
#gNavi li.part01 a {
    font-size: 1rem;
    letter-spacing: 0.19em;
}
#gHeader .hLink {
    width: 150px;
}
#gHeader .hLink a {
    padding-top: 36px;
    height: 70px;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    text-align: center;
    background: #13499B url("../../img/common/email.svg") no-repeat top 12px center / 20px auto;
    box-sizing: border-box;
}
#gHeader .hLink a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    #gHeader h1 {
        padding: 24px 0 0 16px;
    }   
	#gHeader .hBox {
		width: auto;
	}
    .menu {
        width: 81px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        z-index: 12;
    }
    .menuBox {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 200;
		overflow: auto;
		background: #666;
	}
	.menuBox .menuClose {
		width: 42px;
		position: absolute;
		right: 19px;
		top: 19px;
		cursor: pointer;
	}
	.menuBox .menuInner {
		margin-right: 80px;
        padding-bottom: 80px;
		min-height: 100%;
		background: #000;
        border-top: 1px solid #4D4D4D;
	}
	.menuBox .logo {
		padding: 24px 17px 22px;
	}
	.menuBox .logo img {
		width: 256px;
	}
	.menuBox .menuList {
        margin-bottom: 20px;
		border-top: 1px solid #4D4D4D;
	}
	.menuBox .menuList li {
		border-bottom: 1px solid #4D4D4D;
	}
	.menuBox .menuList li a {
		padding: 20px 28px 18px;
		display: block;
		color: #A8A8A8;
		font-size: 1.35rem;
		letter-spacing: 0.26em;
        background: url("../../img/common/menu_img03.png") no-repeat right 13px center / 6px auto;
	}
    .menuBox .menuList li a .en {
        margin-right: 16px;
        display: inline-block;
        color: #fff;
        letter-spacing: 0.08em;
        vertical-align: 1px;
    }
    .menuBox .mLinkBox {
        padding-bottom: 20px;
        border-bottom: 1px solid #4D4D4D;
    }
    .menuBox .menuLink {
        margin: 0 16px;
        width: auto;
        background-color: #134997;
    }
    .menuBox .menuLink a {
        padding-bottom: 15px;
        padding-top: 37px;
        display: block;
        color: #fff;
        letter-spacing: 0.15em;
        text-align: center;
        background: url("../../img/common/email.svg") no-repeat top 12px center / 20px auto;
    }
}
@media all and (max-width: 330px) {
    #gHeader h1 {
        padding-left: 4px;
    }
    .menuBox .menuList li a {
        letter-spacing: 0.1em;
    }
}
@media all and (-ms-high-contrast:none) {
    #gHeader .naviBox {
        width: 820px;
    }
    #gNavi li {
        background: url("../../img/common/line01.png") no-repeat right top 2px / 12px auto;
    }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 8px 0 3px;
	background-color: #000;
}
#pagePath ul {
	width: 1100px;
	margin: 0 auto;
}
#pagePath li {
	display: inline;
	color : #ADADAD;
	font-size: 1rem;
	letter-spacing: 0.1em;
	vertical-align: top;
}
#pagePath li a {
	margin-right: 2px;
	color : #ADADAD;
}
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#pagePath {
		padding: 11px 18px 7px;
	}
	#pagePath ul {
		width: auto;
	}
	#pagePath li {
		color: #AEAEAE;
		font-size: 1.25rem;
		letter-spacing: 0.08em;
	}
	#pagePath li a {
		margin-right: 2px;
		color: #AEAEAE;
	}	
}
@media all and (-ms-high-contrast:none) {
    #pagePath {
        padding: 10px 0 1px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.pageTop {
	position: fixed;
	right: 50px;
	bottom: 130px;
    z-index: 999;
}
.pageTop a:hover {
	opacity: 0.7;
}
#gFooter {
	padding: 58px 0 56px;
	color: #FFF;
	background-color: #1A1A1A;
}
#gFooter .fBox {
	margin: 0 auto;
	width: 980px;
	box-sizing: border-box;
}
#gFooter .fLogo {
	margin-top: 11px;
}
#gFooter .rBox {
	width: 642px;
	text-align: right;
}
#gFooter .fNavi {
	margin: 0 -7px 10px -30px;
}
#gFooter .fNavi li {
	margin-right: 3px;
	display: inline-block;
	vertical-align: top;
}
#gFooter .fNavi li a {
	margin: 0 5px;
	display: inline-block;
	color: #FFF;
	letter-spacing: 0.2em;
}
#gFooter .fNavi li:last-child a {
	margin-right: 0;
}
#gFooter .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter address {
	padding-top: 16px;
	color: #A5A5A5;
	font-style: normal;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	border-top: 1px solid #4D4D4D;
}
@media all and (max-width: 896px) {
	.pageTop {
		right: 20px;
		bottom: auto;
        top: -36px;
	}
	#gFooter {
		padding: 51px 0 42px;
	}
	#gFooter .fBox {
		width: auto;
		display: block;
	}
	#gFooter .fLogo {
		margin: 0 auto 37px;
		width: 295px;
	}
	#gFooter .rBox {
		margin: 0 40px;
		width: auto;
		text-align: left;
		border-top: 1px solid #4D4D4D;
	}
	#gFooter .fNavi {
		margin: 0 0 22px;
	}
	#gFooter .fNavi li {
		margin-right: 0;
		display: block;
		border-bottom: 1px solid #4D4D4D;
	}
	#gFooter .fNavi li a {
		margin: 0;
		padding: 20px 17px 19px;
		display: block;
		color: #A4A4A4;
		font-size: 1.35rem;
		letter-spacing: 0.26em;
		background: url("../../img/common/icon03.png") no-repeat center right 23px;
		background-size: 7px;
	}
	#gFooter .fNavi li:last-child {
		border-bottom: none;
	}
	#gFooter address {
		padding: 0;
		text-align: center;
		font-size: 1rem;
		border-top: none;
	}	
}
@media all and (max-width: 330px) {
    #gFooter .rBox {
        margin: 0 20px;
    }
}
