@charset "utf-8";
@media print {
	body {
		-webkit-print-color-adjust: exact !important;
	}
	#hd {
		top: 0 !important;
		height: 170px !important;
	}
	#hd .hd-inner .logo {
		width: 310px !important;
	}
	#hd .hd-inner .logo a {
		padding: 30px 0 !important;
	}
	#hd .hd-inner .catch {
		display: block !important;
	}
	#hd .hd-inner #gnav {
		position: absolute !important;
		bottom: 0 !important;
		border-top: 2px solid #0095d6 !important;
	}
	#hd .hd-inner #gnav .inner .mnav {
		padding: 0 !important;
	}
	#hd .hd-inner #gnav .inner .mnav li a {
		font-size: 16px !important;
	}
	#hd .hd-inner #gnav .inner .hnav {
		display: block !important;
	}
	#hd .hd-inner #gnav .inner .hnav li a {
		padding: 50px 0 0 0 !important;
	}
	#hd .hd-inner #gnav .inner .hnav li:nth-child(1) a {
		background: url(/common/img/hd-sitemap-icon.svg) no-repeat center 14px / 30px !important;
	}
	#hd .hd-inner #gnav .inner .hnav li:nth-child(2) a {
		background: url(/common/img/hd-english-icon.svg) no-repeat center 10px / 30px !important;
	}
}
/* =========================================================
common
========================================================= */
/*
.bd-pc .sp {
	display: none;
}
.bd-sp .pc {
	display: none;
}
*/
/* =========================================================
init
========================================================= */
body {
	color: #000000;
	background-size: cover;
	font-size: 14px;
	line-height: 1.8;
	font-family: 'Noto Serif', serif;
	font-family: 'Noto Sans', sans-serif;
	letter-spacing: 0.1em;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
#container {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 120px 0 0 0;
	min-width: 1100px;
}
/* =========================================================
animation
========================================================= */
body {
	position: relative;
}
/* slideup
body::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #fff;
	transition: height 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	z-index: 10000;
}
body.loading::before {
	height: 100%;
}
*/
/* fadein */
#container {
	transition: opacity 0.8s ease;
	opacity: 1;
}
.loading #container {
	opacity: 0;
}
/* =========================================================
hd
========================================================= */
#hd {
	width: 100%;
	height: 120px;
	border-width: 8px 0 0 0;
	border-style: solid;
	border-image: linear-gradient(to right, #005e9c, #00A0C1) 1 100%;
	border-image-slice: 1;
	position: relative;
	z-index: 999;
	background: #fff;
}
#hd .hd-inner {
	width: 1040px;
}
#hd .hd-inner::after {
	content: "";
	display: block;
	clear: both;
}
#hd .logo {
	width: 240px;
	float: left;
}
#hd .logo a {
	display: block;
	padding: 34px 0;
}
#hd .logo a img {}
#hd .catch {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -250px;
}
#hd #gnav {
	float: right;
	width: 790px;
	padding: 1.4em 0 0 0;
}
#hd #gnav .menu-btn {
	display: none;
}
#hd #gnav .menu-btn .menu-trigger {}
#hd #gnav .menu-btn .menu-trigger span {}
#hd #gnav .inner {
	position: relative;
	overflow: initial !important;
}
#hd #gnav .inner::after {
	content: "";
	display: block;
	clear: both;
}
#hd #gnav .mnav {
	width: 578px;
	float: left;
}
#hd #gnav .mnav::after {
	content: "";
	display: block;
	clear: both;
}
#hd #gnav .mnav li {
	position: relative;
	float: left;
}
#hd #gnav .mnav li::before {
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #005e9c;
	margin-top: -7px;
}
#hd #gnav .mnav li:nth-child(1)::before {
	display: none;
}
#hd #gnav .mnav li a {
	display: block;
	clear: both;
	font-weight: bold;
	padding: 12px 30px;
	color: #999a9a;
	letter-spacing: 0.15em;
	background-repeat: no-repeat;
	background-position: bottom 12px center;
	background-size: auto 6.5px;
}
#hd #gnav .mnav li a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 50%;
	height: 1px;
	background: #fff;
}
#hd #gnav .mnav li a img {
	height: 6.5px;
	display: block;
	margin: 5px auto 0;
}
#hd #gnav .mnav li a:hover {
	color: #005e9c;
}
#hd #gnav .mnav li a:hover::after {
	background: #005e9c;
	left: 10%;
	right: 10%;
	transition: background 0.2s ease, left 0.2s ease, right 0.2s ease;
}
.bd-office #hd #gnav .mnav li:nth-child(1) a, .bd-outline #hd #gnav .mnav li:nth-child(2) a, .bd-fee #hd #gnav .mnav li:nth-child(3) a, .bd-contact #hd #gnav .mnav li:nth-child(4) a {
	color: #005e9c
}
#hd #gnav .mnav li:nth-child(1) a {}
#hd #gnav .mnav li:nth-child(2) a {}
#hd #gnav .mnav li:nth-child(3) a {}
#hd #gnav .mnav li:nth-child(4) a {}
#hd #gnav .mnav li:nth-child(1) a:hover, .bd-office #hd #gnav .mnav li:nth-child(1) a {}
#hd #gnav .mnav li:nth-child(2) a:hover, .bd-outline #hd #gnav .mnav li:nth-child(2) a {}
#hd #gnav .mnav li:nth-child(3) a:hover, .bd-fee #hd #gnav .mnav li:nth-child(3) a {}
#hd #gnav .mnav li:nth-child(4) a:hover, .bd-contact #hd #gnav .mnav li:nth-child(4) a {}
.bd-office #hd #gnav .mnav li:nth-child(1) a:hover::after, .bd-outline #hd #gnav .mnav li:nth-child(2) a:hover::after, .bd-fee #hd #gnav .mnav li:nth-child(3) a:hover::after, .bd-contact #hd #gnav .mnav li:nth-child(4) a:hover::after {
	background: #fff;
	left: 50%;
	rigth: 50%;
}
#hd #gnav .tel {
	float: right;
	text-align: justify;
	font-weight: bold;
	line-height: 1.4;
	font-size: 88%;
	letter-spacing: 0;
	padding: 0 0 0 30px;
	background: url(/common/img/hd-tel-icon.svg) no-repeat left center / 23px auto;
}
#hd #gnav .tel span {
	display: block;
	padding: 0 0 0 0.1em;
}
#hd #gnav .tel a {
	font-size: 200%;
	letter-spacing: 0.08em;
	font-weight: normal;
	text-indent: -0.1em;
}
#hd.sticky {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#hd.sticky .hd-inner {}
#hd.sticky .logo {}
#hd.sticky .logo a {}
#hd.sticky .logo a img {}
#hd.sticky .catch {}
#hd.sticky #gnav {}
#hd.sticky #gnav .mnav {}
#hd.sticky #gnav .mnav li {}
#hd.sticky #gnav .mnav li a {}
/* =========================================================
ft
========================================================= */
#ft {
	color: #fff;
}
#ft .ft-inner {
	background: url(/common/img/ft-bg.jpg) no-repeat center / cover;
	padding: 70px 5% 80px;
}
#ft .ft-inner:after {
	content: "";
	display: block;
	clear: both;
}
#ft .ft-inner .wrap-left {
	float: left;
	width: 700px;
}
#ft .logo {
	width: 470px;
}
#ft .logo a {}
#ft .logo a img {}
#ft .address {}
#ft .address p {
	padding: 4em 0 3em;
}
#ft .address p a {
	color: #000;
	border-radius: 14px;
	padding: 0.3em 1.6em;
	margin: 0 0 0 2.5em;
	font-family: 'Roboto Condensed', sans-serif;
	background: #fff;
	font-weight: bold;
}
#ft .address p a:hover {
	background: #000;
	color: #fff;
	transition: background 0.2s ease, color 0.2s ease;
}
#ft .tel-fax {}
#ft .tel-fax::after {
	content: "";
	display: block;
	clear: both;
}
#ft .tel-fax dl {
	font-size: 220%;
}
#ft .tel-fax dt {}
#ft .tel-fax dd {}
#ft .tel-fax dd a {
	color: #fff;
}
#ft .tel-fax .tel {
	float: left;
}
#ft .tel-fax .tel dt {}
#ft .tel-fax .tel dd span {}
#ft .tel-fax .fax {
	float: right;
}
#ft .tel-fax .fax dt {}
#ft .tel-fax .fax dd {}
#ft .tel-fax .notice {
	display: block;
	clear: both;
	padding: 2em 0 4em;
	font-size: 88%;
	line-height: 1.5;
}
#ft .contact-fnav {
	width: 1000px;
	padding: 0 50px;
}
#ft .contact-fnav::after {
	content: "";
	display: block;
	clear: both;
}
#ft .contact {
	float: left;
}
#ft .contact a {
	width: 340px;
	padding: 0.7em 0;
	text-align: center;
	margin: 0;
	border-radius: 24px;
	border: none;
	display: block;
	background: #fff url(/common/img/common-arw1-black.svg) no-repeat right 1.5em center / 6px auto;
	font-weight: bold;
}
#ft .contact a:hover {
	background-color: #000;
	background-image: url(/common/img/common-arw1-white.svg);
	color: #fff;
	transition: background 0.2s ease, color 0.2s ease;
}
#ft .fnav {
	float: right;
	width: 520px;
	text-align: justify;
}
#ft .fnav ul {
	line-height: 1.7;
}
#ft .fnav ul::after {
	content: "";
	display: block;
	clear: both;
}
#ft .fnav ul li {
	float: left;
	width: 160px;
}
#ft .fnav ul li:nth-child(3n+1) {
	width: 160px;
}
#ft .fnav ul li:nth-child(3n+2) {
	width: 160px;
}
#ft .fnav ul li:nth-child(3n+3) {
	width: 200px;
}
#ft .fnav ul li a {
	color: #fff;
	padding: 0 0 0 16px;
	background: url(/common/img/common-arw3.svg) no-repeat left center / 10px auto;
}
#ft .fnav ul li a:hover {
	text-decoration: underline;
}
#ft .cr {
	text-align: center;
	background: #000;
	padding: 2em 0;
	font-family: 'Roboto Condensed', sans-serif;
}
/* =========================================================
pagetop
========================================================= */
.pagetop {
	width: 100%;
	z-index: 9000;
}
.pagetop a {
	width: 100%;
	display: block;
	letter-spacing: 0.1em;
	color: #999;
	text-indent: 30px;
	position: relative;
	line-height: 1;
	background: #dedede;
	height: 50px;
	line-height: 50px;
}
.pagetop a::after {
	position: absolute;
	content: "";
	display: block;
	clear: both;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -55px;
	background: url(/common/img/common-arw4.svg) no-repeat center center / contain;
}
.pagetop a:hover {
	background: #000;
	color: #fff;
	transition: background 0.2s ease, color 0.2s ease;
}
/* =========================================================
contents
========================================================= */
#contents {
	padding: 0 0 50px;
}
/* =========================================================
article
========================================================= */
article {
	padding: 4.5em 0 0 0;
}
/* =========================================================
mv
========================================================= */
#mv {
	padding: 0 0 23%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* =========================================================
page-ttl
========================================================= */
.page-ttl {
	font-size: 22px;
	width: 980px;
	font-size: 145%;
	font-weight: bold;
	padding: 3.5em 0 1.5em;
	letter-spacing: 0.2em;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-image: linear-gradient(to right, #005e9c, #00A0C1) 1 100%;
	border-image-slice: 1;
}
.page-ttl span {
	display: block;
	color: #0095d6;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
}
/* =========================================================
ttl
========================================================= */
.ttl {
	width: 220px;
	font-size: 100%;
	font-weight: bold;
	padding: 0.2em 0;
	letter-spacing: 0.2em;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-image: linear-gradient(to right, #005e9c, #00A0C1) 1 100%;
	border-image-slice: 1;
}
/* =========================================================
btn
========================================================= */
.btn {}
.btn a {
	position: relative;
	display: block;
	width: 244px;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.6;
	border-radius: 50px;
	color: #fff;
	padding: 0.8em 0;
	background: url(/common/img/common-arw1-white.svg) no-repeat right 1.5em center / 6px auto;
}
.btn a::after {
	position: absolute;
	top: -1px;
	bottom: -1px;
	right: -1px;
	left: -1px;
	display: block;
	border-radius: 50px;
	color: #fff;
	padding: 0.8em 0;
	background: linear-gradient(135deg, #005e9c 10%, #00A0C1 90%);
	content: "";
	z-index: -1;
}
.btn a:hover {
	background-color: #fff;
	background-image: url(/common/img/common-arw1-blue.svg);
	color: #005e9c;
	transition: background 0.2s ease, color 0.2s ease;
}
/* =========================================================
tel-fax
========================================================= */
.tel-fax {
	display: table;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1;
	width: 550px;
}
.tel-fax::after {
	content: "";
	display: block;
	clear: both;
}
.tel-fax dt {
	display: table-cell;
	background: #000;
	text-align: center;
	font-size: 50%;
	padding: 0.52em 0.6em 0.48em 0.7em;
	color: #fff;
	vertical-align: middle;
	float: left;
	border-radius: 2px;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.tel-fax dd {
	display: table-cell;
	line-height: 1;
	padding: 0 0.4em;
	font-size: 100%;
	float: left;
	vertical-align: middle;
}
.tel-fax dd a {
	color: #000;
}
.tel-fax dd span {
	font-size: 50%;
}
@media screen and (min-width: 769px) {
	.sp {
		display: none;
	}

}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	#container {
		min-width: auto;
		padding: 50px 0 0;
	}
	/* =========================================================
hd
========================================================= */
	#hd {
		width: 100%;
		height: 60px;
		border-width: 5px 0 0 0;
		border-style: solid;
		border-image: linear-gradient(to right, #005e9c, #00A0C1) 1 100%;
		border-image-slice: 1;
		position: relative;
		z-index: 999;
		background: #fff;
	}
	#hd .hd-inner {
		width: auto;
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0 2vw 0 4vw;
	}
	#hd .hd-inner::after {
		content: "";
		display: block;
		clear: both;
	}
	#hd .logo {
		width: 44vw;
		float: initial;
		margin: 0;
	}
	#hd .logo a {
		display: block;
		padding: 0;
	}
	#hd .logo a img {}
	#hd .catch {
		position: absolute;
		top: 40px;
		left: 50%;
		margin-left: -250px;
	}
	#hd #gnav {
		float: right;
		width: auto;
		padding: 1.4em 0 0 0;
	}
	#hd #gnav .menu-btn {
		display: block;
		position: absolute;
		width: 50px;
		height: 60px;
		right: 0;
		top: -2px;
		z-index: 1;
		/* position: fixed; */
	}
	#hd #gnav .menu-btn .menu-trigger {
		display: block;
		width: 100%;
		height: 100%;
	}
	#hd #gnav .menu-btn .menu-trigger span {
		display: block;
		width: 50%;
		height: 2px;
		background: #005e9c;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		transition: 0.2s ease;
	}
	#hd #gnav .menu-btn .menu-trigger span:nth-child(1) {
		top: 34%;
	}
	#hd #gnav .menu-btn .menu-trigger span:nth-child(2) {
		top: 48%;
		opacity: 1;
	}
	#hd #gnav .menu-btn .menu-trigger span:nth-child(3) {
		top: 62%;
	}
	#hd #gnav.open .menu-btn .menu-trigger span:nth-child(1) {
		rotate: 45deg;
		top: 50%;
	}
	#hd #gnav.open .menu-btn .menu-trigger span:nth-child(2) {
		opacity: 0;
	}
	#hd #gnav.open .menu-btn .menu-trigger span:nth-child(3) {
		rotate: -45deg;
		top: 50%;
	}
	#hd #gnav .inner {
		position: absolute;
		width: 100%;
		height: calc(100vh - 48px) !important;
		top: 46px;
		left: 0;
		background: #fff;
		transform: translateX(100%);
		transition: 0.2s ease;
		padding: 30px 0;
		overflow: scroll !important;
	}
	#hd #gnav.open .inner {
		transform: translateX(0%);
	}
	#hd #gnav .inner::after {
		content: "";
		display: block;
		clear: both;
	}
	#hd #gnav .mnav {
		width: auto;
		float: initial;
		margin-bottom: 25px;
	}
	#hd #gnav .mnav::after {
		content: "";
		display: block;
		clear: both;
	}
	#hd #gnav .mnav li {
		position: relative;
		float: initial;
	}
	#hd #gnav .mnav li::before {
		content: "";
		display: none;
		width: 1px;
		height: 14px;
		position: absolute;
		top: 50%;
		left: 0;
		background: #005e9c;
		margin-top: -7px;
	}
	#hd #gnav .mnav li:nth-child(1)::before {
		display: none;
	}
	#hd #gnav .mnav li a {
		display: block;
		clear: both;
		font-weight: bold;
		padding: 12px 30px;
		color: #999a9a;
		letter-spacing: 0.15em;
		background-repeat: no-repeat;
		background-position: bottom 12px center;
		background-size: auto 6.5px;
		font-size: 120%;
	}
	#hd #gnav .mnav li a::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		right: 50%;
		height: 1px;
		background: #fff;
	}
	#hd #gnav .mnav li a img {
		height: 8.5px;
		display: block;
		margin: 5px auto 0;
	}
	#hd #gnav .mnav li a:hover {
		color: #005e9c;
	}
	#hd #gnav .mnav li a:hover::after {
		background: #005e9c;
		left: 10%;
		right: 10%;
		transition: background 0.2s ease, left 0.2s ease, right 0.2s ease;
	}
	.bd-office #hd #gnav .mnav li:nth-child(1) a, .bd-outline #hd #gnav .mnav li:nth-child(2) a, .bd-fee #hd #gnav .mnav li:nth-child(3) a, .bd-contact #hd #gnav .mnav li:nth-child(4) a {
		color: #005e9c;
	}
	#hd #gnav .mnav li:nth-child(1) a {}
	#hd #gnav .mnav li:nth-child(2) a {}
	#hd #gnav .mnav li:nth-child(3) a {}
	#hd #gnav .mnav li:nth-child(4) a {}
	#hd #gnav .mnav li:nth-child(1) a:hover, .bd-office #hd #gnav .mnav li:nth-child(1) a {}
	#hd #gnav .mnav li:nth-child(2) a:hover, .bd-outline #hd #gnav .mnav li:nth-child(2) a {}
	#hd #gnav .mnav li:nth-child(3) a:hover, .bd-fee #hd #gnav .mnav li:nth-child(3) a {}
	#hd #gnav .mnav li:nth-child(4) a:hover, .bd-contact #hd #gnav .mnav li:nth-child(4) a {}
	.bd-office #hd #gnav .mnav li:nth-child(1) a:hover::after, .bd-outline #hd #gnav .mnav li:nth-child(2) a:hover::after, .bd-fee #hd #gnav .mnav li:nth-child(3) a:hover::after, .bd-contact #hd #gnav .mnav li:nth-child(4) a:hover::after {
		background: #fff;
		left: 50%;
		rigth: 50%;
	}
	#hd #gnav .tel {
		float: initial;
		text-align: center;
		font-weight: bold;
		line-height: 1.4;
		font-size: 95%;
		letter-spacing: 0;
		margin: 0 auto;
		display: inline-block;
		background: none;
		padding: 0;
	}
	#hd #gnav .tel span {
		display: block;
		padding: 0 0 0 0.1em;
	}
	#hd #gnav .tel a {
		font-size: 200%;
		letter-spacing: 0.08em;
		font-weight: normal;
		text-indent: -0.1em;
		background: url(/common/img/hd-tel-icon.svg) no-repeat left center / 28px auto;
		padding: 2px 0 4px 42px;
		display: block;
	}
	#hd.sticky {
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	}
	#hd.sticky .hd-inner {}
	#hd.sticky .logo {}
	#hd.sticky .logo a {}
	#hd.sticky .logo a img {}
	#hd.sticky .catch {}
	#hd.sticky #gnav {}
	#hd.sticky #gnav .mnav {}
	#hd.sticky #gnav .mnav li {}
	#hd.sticky #gnav .mnav li a {}
	/*============================
#ft
============================*/
	#ft {}
	#ft .ft-inner {
		padding: 40px 5% 40px;
	}
	#ft .ft-inner .logo {
		width: auto;
	}
	#ft .ft-inner .address {}
	#ft .ft-inner .address p {
		text-align: left;
		padding: 2em 0 2em;
	}
	#ft .ft-inner .address p a {
		text-align: center;
		display: block;
		margin: 1em auto 0;
		width: 60%;
	}
	#ft .ft-inner .tel-fax {
		display: flex;
		width: auto;
		flex-direction: column;
	}
	#ft .ft-inner .tel-fax .tel {
		float: initial;
		margin: 0 0 0.5em;
	}
	#ft .ft-inner .tel-fax .fax {
		float: initial;
		margin: 0;
	}
	#ft .ft-inner .tel-fax .notice {
		text-align: left;
		padding: 2em 0 2em;
	}
	#ft .ft-inner .contact-fnav {
		width: auto;
		padding: 0;
	}
	#ft .ft-inner .contact-fnav .contact {
		float: initial;
		margin: 0 auto 2em;
		text-align: center;
	}
	#ft .ft-inner .contact-fnav .contact a {
		margin: 0 auto;
		width: 80%;
	}
	#ft .ft-inner .contact-fnav .fnav {
		width: auto;
		float: initial;
	}
	#ft .ft-inner .contact-fnav .fnav ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 4%;
	}
	#ft .ft-inner .contact-fnav .fnav ul li {
		width: 48%;
		margin: 0;
	}
	#ft .cr {
		font-size: 70%;
	}
}