@charset "UTF-8";
/*------------------------------------------------------------
	サイト幅でセンタリング
------------------------------------------------------------*/
/*------------------------------------------------------------
	breakpoint
------------------------------------------------------------*/
/*------------------------------------------------------------
	フォント
------------------------------------------------------------*/
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
/*------------------------------------------------------------
	Other
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;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;
	font-weight: 400;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.yuMincho {
	font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", 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 {
	color: #000000;
	transition: all ease 0.3s;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
@media screen and (min-width: 897px) {
	body .sp {
		display: none !important;
	}
}
@media screen and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	body a:hover,
	body a:hover img {
		opacity: 1 !important;
	}
	body .pc {
		display: none !important;
	}
	body.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	margin-bottom: 214px;
	display: block;
}
@media screen and (max-width: 896px) {
	#main {
		margin-bottom: 80px;
	}
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media screen and (max-width: 896px) {
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	/*position: absolute;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#gHeader::after {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
}
@media screen and (max-width: 896px) {
	#gHeader {
		margin-bottom: 0;
	}
}
#gHeader a {
	color: white;
}
#gHeader .hInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 0 36px;
	position: relative;
	align-items: flex-end;
}
@media screen and (max-width: 896px) {
	#gHeader .hInner .menu {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 10px;
	}
}
@media screen and (max-width: 896px) {
	#gHeader .hInner {
		align-items: center;
		padding: 1px 78px 1px 11px;
	}
}
#gHeader .hInner h1 {
	padding: 33px 0 26px;
}
#gHeader .hInner h1 img {
	width: 235px;
}
@media screen and (max-width: 896px) {
	#gHeader .hInner h1 {
		width: 134px;
		padding: 13px 0;
	}
	#gHeader .hInner h1 img {
		width: 100%;
	}
}
#gHeader .hInner .rBox {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#gHeader .hInner .navBox {
	margin: 17px 59px 10px 0;
	display: flex;
	flex-direction: column;
	gap: 11px;
}
@media screen and (max-width: 896px) {
	#gHeader .hInner .rBox {
		display: block;
	}
	#gHeader .hInner .naviUl,
	#gHeader .hInner .link {
		display: none !important;
	}
	#gHeader .hInner .navBox {
		margin: 0;
		display: block;
	}
}
#gHeader .hInner .rBox a:hover {
	opacity: 0.7;
}
#gHeader .hInner .naviUl {
	display: flex;
	font-size: 1.7rem;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
#gHeader .hInner .naviUl > li {
	text-align: center;
	margin-left: 75px;
	letter-spacing: 0.05em;
}
#gHeader .hInner .naviUl > li:first-child {
	margin-left: 0;
}
#gHeader .hInner .naviUl > .liStyle > a {
	position: relative;
}
#gHeader .hInner .naviUl > .liStyle > a::after {
	opacity: 0;
	width: 9px;
	height: 9px;
	background-color: white;
	position: absolute;
	top: 24px;
	border-radius: 100%;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}
#gHeader .hInner .naviUl > .liStyle > a::before {
	opacity: 0;
	width: 1px;
	height: 50px;
	background-color: white;
	position: absolute;
	top: 24px;
	border-radius: 100%;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}
@media screen and (min-width: 897px) {
	#gHeader .hInner .naviUl > .liStyle > a:hover::before {
		opacity: 1;
	}
	#gHeader .hInner .naviUl > .liStyle > a:hover::after {
		opacity: 1;
	}
}
#gHeader .hInner .naviUl > .liStyle.on a::before {
	opacity: 1;
}
#gHeader .hInner .naviUl > .liStyle.on a::after {
	opacity: 1;
}
#gHeader .hInner .naviUl .jsBox {
	padding-top: 39px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	display: none;
}
#gHeader .hInner .naviUl .jsBox02 {
	left: 20%;
}
#gHeader .hInner .naviUl .jsBox02 .jsSub {
	padding: 10px 40px 10px 25px;
}
#gHeader .hInner .naviUl .jsBox03 {
	left: 40%;
}
#gHeader .hInner .naviUl .jsBox03 .jsSub {
	padding: 10px 10px 10px 25px;
}
#gHeader .hInner .naviUl .jsBox04 {
	left: 64%;
}
#gHeader .hInner .naviUl .jsBox04 .jsSub {
	padding: 10px 0 10px 25px;
	width: 320px;
}
#gHeader .hInner .naviUl .jsSub {
	max-width: 450px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: white;
	padding: 10px;
}
#gHeader .hInner .naviUl .jsSub.specSub {
	width: 700px;
	max-width: initial;
}
#gHeader .hInner .naviUl .jsSub .photoBox {
	margin-right: 30px;
}
#gHeader .hInner .naviUl .jsSub a {
	color: #000000;
}
#gHeader .hInner .naviUl .jsSub .subUl {
	display: flex;
	margin-right: -40px;
}
#gHeader .hInner .naviUl .jsSub .subUl > li {
	margin-right: 40px;
	text-align: left;
}
#gHeader .hInner .naviUl .jsSub .subUl > li ul li {
	margin: 2px 0 8px;
}
#gHeader .hInner .naviUl .jsSub .subUl a {
	display: inline-block;
	vertical-align: top;
	padding-left: 1.3em;
	text-indent: -1.3em;
	letter-spacing: 0;
	font-size: 1.4rem;
}
#gHeader .hInner .naviUl .jsSub .textBox {
	padding-right: 25px;
}
#gHeader .hInner .link {
	width: 267px;
}
#gHeader .hInner .link a {
	padding: 35px 10px;
	display: block;
	font-size: 2rem;
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: rgba(0, 113, 182, 0.6);
	font-family: Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 897px) and (max-width: 999px) {
	#gHeader .hInner .naviUl .jsSub.specSub {
		width: 70vw;
	}
	#gHeader .hInner .naviUl .jsSub .photoBox {
		margin-right: 2vw;
		width: 19vw;
	}
	#gHeader .hInner .naviUl .jsSub .subUl > li {
		margin-right: 3vw;
	}
}
.menuBox {
	position: fixed;
	top: 0;
	z-index: 900;
	max-height: 100%;
	transition: all 0.3s;
	height: 100%;
	right: 0;
	display: flex;
	justify-content: flex-end;
	pointer-events: none;
}
@media screen and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
}
.menuBox.on {
	pointer-events: auto;
}
.menuBox.on .close {
	opacity: 1;
}
.menuBox.on .naviUl > li {
	opacity: 1;
	transform: translateX(0);
	transition: all 0.3s cubic-bezier(0.7, 0.3, 0.3, 0.9);
	transition-delay: 0.23s;
}
.menuBox.on .naviUl > li:nth-child(2) {
	transition-delay: 0.26s;
}
.menuBox.on .naviUl > li:nth-child(3) {
	transition-delay: 0.29s;
}
.menuBox.on .naviUl > li:nth-child(4) {
	transition-delay: 0.32s;
}
.menuBox.on .naviUl > li:nth-child(5) {
	transition-delay: 0.35s;
}
.menuBox.on .linkUl {
	opacity: 1;
	transform: translateX(0);
	transition: all 0.3s cubic-bezier(0.7, 0.3, 0.3, 0.9);
	transition-delay: 0.38s;
}
.menuBox.on .linkUl li:nth-child(2) {
	transition-delay: 0.41s;
}
.menuBox.on .menuBg {
	opacity: 1;
	transform: translateX(0);
}
.menuBox .menuSub {
	margin-top: 62px;
	position: relative;
	width: 275px;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
}
.menuBox .naviUl {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.menuBox .naviUl > li {
	border-bottom: 1px solid #000000;
	opacity: 0;
	transform: translateX(10px);
	transition: all 0.2s cubic-bezier(0.7, 0.3, 0.3, 0.9);
}
.menuBox .naviUl > li > a {
	padding: 8px 20px 6px;
	font-size: 1.6rem;
	color: #0071b8;
	font-weight: bold;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}
.menuBox .naviUl .subUl {
	padding: 0 0 14px 27px;
	font-size: 1.3rem;
	display: none;
	background-color: white;
}
.menuBox .naviUl .subUl li {
	margin-bottom: 9px;
}
.menuBox .naviUl .subUl li:last-child {
	margin-bottom: 0;
}
.menuBox .linkUl {
	padding: 22px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: white;
	opacity: 0;
	transform: translateX(10px);
	transition: all 0.2s cubic-bezier(0.7, 0.3, 0.3, 0.9);
}
.menuBox .linkUl li {
	margin: 0 auto 10px;
	max-width: 235px;
}
.menuBox .linkUl a {
	display: block;
	padding: 14px 15px 11px;
	font-size: 1.6rem;
	color: #0071b8;
	font-weight: bold;
	text-align: center;
	border: 1px solid #0071b8;
}
.menuBox .linkUl .liStyle a {
	background-color: #0071b8;
	color: white;
}
.menuBox .close {
	position: absolute;
	left: -24px;
	top: 60px;
	z-index: 10;
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.7, 0.3, 0.3, 0.9);
}
.menuBox .menuBg {
	position: fixed;
	right: 0;
	top: 60px;
	width: 275px;
	height: calc(100% - 60px);
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.7, 0.3, 0.3, 0.9);
	transform: translateX(80%);
}
.cover {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	height: calc(100% - 50px);
	z-index: 500;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.4s cubic-bezier(0.7, 0.3, 0.3, 0.9);
}
@media screen and (min-width: 897px) {
	.cover {
		display: none !important;
	}
}
.cover.on {
	right: 0;
	opacity: 1;
	visibility: visible;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
}
#gFooter .pageTop {
	position: absolute;
	top: -120px;
	right: 40px;
}
@media screen and (max-width: 896px) {
	#gFooter .pageTop {
		top: auto;
		bottom: 24.06vw;
		right: 13px;
	}
}
#gFooter .pageTop a {
	padding-top: 50px;
	display: inline-block;
	font-size: 1.5rem;
	color: #007AD3;
	font-weight: bold;
	background: url(../img/common/icon01.png) no-repeat right top;
	background-size: 16px auto;
}
@media screen and (max-width: 896px) {
	#gFooter .pageTop a {
		box-sizing: border-box;
		width: 46px;
		height: 46px;
		font-size: 0.7rem;
		display: block;
		padding: 25px 5px 3px;
		color: white;
		letter-spacing: 0;
		background-color: #1B1464;
		background-image: url(../img/common/icon03.png);
		background-position: center top 8px;
		background-size: 8px auto;
		border-radius: 100%;
	}
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .contactBox {
	min-height: 886px;
	box-sizing: border-box;
	padding: 125px 0;
	position: relative;
	/*z-index: 1;*/
	background: url(../img/common/f_bg.jpg) no-repeat center bottom;
	background-size: cover;
}
@media screen and (max-width: 896px) {
	#gFooter .contactBox {
		padding: 24px 0 89.375vw;
		/*background-image: url(../img/common/sp_f_bg01.png);*/
		background: url(../img/common/sp_f_bg01.jpg) no-repeat center bottom,
			linear-gradient(180deg, #D8E9E2 0%, #D8E9E2 70%, rgba(216, 233, 226, 0) 70%, rgba(216, 233, 226, 0) 100%);
		min-height: inherit;
		/*background-color: #D8E9E2;*/
		background-size: 100% auto;
	}
}
#gFooter .contactBox .content {
	display: flex;
	justify-content: flex-end;
}
@media screen and (max-width: 896px) {
	#gFooter .contactBox .content {
		display: block;
		padding: 0 20px;
	}
}
#gFooter .contactBox .rBox {
	padding-right: 8%;
	width: 40%;
	max-width: 420px;
}
@media screen and (max-width: 896px) {
	#gFooter .contactBox .rBox {
		max-width: inherit;
		width: auto;
		padding: 0;
	}
}
#gFooter .contactBox .rBox p {
	margin-bottom: 22px;
	text-align: justify;
	word-wrap: break-word;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.086;
}
@media screen and (max-width: 896px) {
	#gFooter .contactBox .rBox p {
		font-size: 1.4rem;
		line-height: 1.97;
		font-weight: normal;
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
		margin-bottom: 62px;
	}
}
#gFooter .contactBox .rBox .ttl {
	margin-bottom: 18px;
	font-size: 4.97rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.03em;
}
@media screen and (max-width: 896px) {
	#gFooter .contactBox .rBox .ttl {
		font-size: 3.5rem;
	}
}
#gFooter .contactBox .rBox .ttl .txtSpan {
	margin-bottom: -4px;
	display: block;
	font-size: 1.6rem;
	color: #007AD2;
	letter-spacing: 0;
}
@media screen and (max-width: 896px) {
	#gFooter .contactBox .rBox .ttl .txtSpan {
		font-size: 1.5rem;
		color: #1B1464;
	}
}
#gFooter .contactBox .rBox .ttl .txtSpan02 {
	color: #0071bc;
}
#gFooter .contactBox .rBox .ttl02 {
	margin-bottom: 18px;
	line-height: 1.66;
	font-weight: bold;
	font-size: 2.4rem;
}
@media screen and (max-width: 896px) {
	#gFooter .contactBox .rBox .ttl02 {
		margin-bottom: 25px;
		line-height: 1.35;
		font-size: 1.85rem;
	}
}
#gFooter .contactBox .rBox .ttl02 .txtSpan {
	color: #007ad2;
}
#gFooter .fInner {
	/*padding: 176px 0 51px;*/
	padding: 76px 0 51px;
	/*background: url(../img/common/f_bg02.jpg) no-repeat center top;*/
	background-color: #3469f9;
	background-size: cover;
}
@media screen and (max-width: 896px) {
	#gFooter .fInner {
		padding: 26px 0 35px;
		/*background-image: url(../img/common/sp_f_bg02.jpg);*/
	}
}
#gFooter .fInner .subInner {
	max-width: 1390px;
	margin: 0 auto;
	padding: 0 20px;
	color: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 896px) {
	#gFooter .fInner .subInner {
		display: block;
	}
}
#gFooter .fInner a {
	color: white;
}
#gFooter .fInner .lBox {
	margin: 0 0 0 -22px;
	width: 320px;
	text-align: center;
}
@media screen and (max-width: 896px) {
	#gFooter .fInner .lBox {
		width: auto;
		margin: 0;
		text-align: left;
	}
}
#gFooter .fInner .lBox p {
	font-size: 1.4rem;
	line-height: 1.91;
	display: inline-block;
	text-align: left;
}
@media screen and (max-width: 896px) {
	#gFooter .fInner .lBox p {
		display: block;
		line-height: 1.81;
	}
}
#gFooter .fInner .lBox .fLogo {
	margin-bottom: 35px;
}
@media screen and (max-width: 896px) {
	#gFooter .fInner .lBox .fLogo {
		max-width: 215px;
		margin: 0 auto 20px;
	}
}
#gFooter .fInner .rBox {
	padding: 11px 6.5% 0 0;
	width: 66.8%;
	box-sizing: border-box;
	order: 2;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 896px) {
	#gFooter .fInner .rBox {
		width: auto;
		margin-bottom: 20px;
		padding: 0;
		display: block;
	}
}
#gFooter .fInner .rBox a:hover {
	opacity: 0.7;
}
#gFooter .fInner .rBox .naviUl {
	margin: -6px 0 0 0;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
@media screen and (max-width: 896px) {
	#gFooter .fInner .rBox .naviUl {
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
#gFooter .fInner .rBox .naviUl > li {
	width: 153px;
	margin: 0 10px 20px 0;
}
@media screen and (max-width: 896px) {
	#gFooter .fInner .rBox .naviUl > li {
		width: 50%;
		margin-right: 0;
		box-sizing: border-box;
		padding-right: 10px;
		margin-bottom: 30px;
	}
}
#gFooter .fInner .rBox .naviUl p a {
	font-size: 1.6rem;
}
@media screen and (max-width: 896px) {
	#gFooter .fInner .rBox .naviUl p a {
		font-size: 1.4rem;
	}
}
#gFooter .fInner .rBox .naviUl .subUl {
	margin: -2px 0 0 3px;
	padding-left: 16px;
	position: relative;
}
@media screen and (max-width: 896px) {
	#gFooter .fInner .rBox .naviUl .subUl {
		margin-top: 6px;
	}
}
#gFooter .fInner .rBox .naviUl .subUl::before {
	width: 1px;
	background-color: white;
	position: absolute;
	top: 10px;
	left: 0;
	bottom: 0;
	content: "";
}
#gFooter .fInner .rBox .naviUl .subUl li {
	margin-bottom: 4px;
}
@media screen and (max-width: 896px) {
	#gFooter .fInner .rBox .naviUl .subUl li {
		margin-bottom: 6px;
	}
}
#gFooter .fInner .rBox .naviUl .subUl li:last-child {
	margin-bottom: 0;
}
#gFooter .fInner .rBox .naviUl .subUl a {
	display: inline-block;
	font-size: 1.2rem;
}
#gFooter .fInner .rBox .list {
	width: 249px;
}
@media screen and (max-width: 896px) {
	#gFooter .fInner .rBox .list {
		margin: 0 -5px;
		padding-top: 4px;
		width: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
#gFooter .fInner .rBox .list li {
	margin-bottom: 16px;
}
@media screen and (max-width: 896px) {
	#gFooter .fInner .rBox .list li {
		margin-bottom: 7px;
		width: 48.3%;
		min-height: 63px;
	}
}
#gFooter .fInner .rBox .list a {
	display: block;
	border: 1px solid white;
	font-size: 1.2rem;
	padding: 18px 20px;
	text-align: center;
}
@media screen and (max-width: 896px) {
	#gFooter .fInner .rBox .list a {
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: 14px 2px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		word-wrap: break-word;
		font-size: 1.1rem;
	}
}
#gFooter address {
	padding: 12px 10px 10px;
	font-style: normal;
	text-align: center;
	color: white;
	font-size: 1rem;
	background-color: #1B1464;
}
@media screen and (max-width: 896px) {
	#gFooter address {
		padding: 7px 10px 7px;
	}
}
canvas {
	position: absolute;
	width: 100%;
	height: 100%;
}
#gFooter .fInner {
	position: relative;
}
#footerBg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 97.76%;
}
@media screen and (max-width: 896px) {
	#footerBg {
		height: 98.6%;
	}
}
@media all and (min-width: 897px) and (max-width: 1279px) {
	#gFooter .pageTop {
		top: -80px;
	}
	#gFooter .fInner .rBox {
		padding-right: 0;
		width: 64%;
	}
	#gFooter .fInner .rBox .naviUl > li {
		width: 130px;
	}
	#gFooter .fInner .rBox .naviUl p a {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 896px) and (max-width: 1281px) {
	#gFooter .fInner .rBox {
		padding: 10.9px 0 0 0;
		width: 61%;
	}
	#gFooter .fInner .rBox .naviUl > li {
		margin: 0 0 20px 0;
	}
	#gFooter .fInner .rBox .list {
		width: 200px;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	display: block;
	content: "";
	clear: both;
}
/* headLine01 */
.headLine01 {
	margin-bottom: 61px;
	font-size: 4.8rem;
	color: #2E3145;
	font-weight: normal;
}
@media screen and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 17px;
		font-size: 2.83rem;
	}
}
.headLine01 .txtSpan {
	display: inline-block;
	border-bottom: 7px solid #0071B6;
}
@media screen and (max-width: 896px) {
	.headLine01 .txtSpan {
		border-width: 3px;
	}
}
/* headLine02 */
.headLine02 {
	font-size: 2.44rem;
	color: #0071B6;
	margin-bottom: 5px;
	display: flex;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
@media screen and (max-width: 896px) {
	.headLine02 {
		font-size: 1.9rem;
	}
}
.headLine02 .txtSpan {
	margin-right: 5px;
	flex-shrink: 0;
}
/* headLine03 */
.headLine03 {
	margin-bottom: 22px;
	font-size: 1.6rem;
	color: #1B1464;
}
@media screen and (max-width: 896px) {
	.headLine03 {
		font-size: 1.5rem;
	}
}
.headLine03 .txtSpan {
	display: block;
	font-size: 4.97rem;
	color: #2E3145;
	line-height: 1;
}
@media screen and (max-width: 896px) {
	.headLine03 .txtSpan {
		margin-top: 2px;
		font-size: 3rem;
	}
}
@media screen and (max-width: 896px) {
	.headLine03 .txtSpan02 {
		margin-top: -2px;
		font-size: 3.5rem;
	}
}
.headLine03 .blue {
	color: #004DA0;
}
/* mainImg */
.mainImg {
	margin-bottom: 40px;
	height: 506px;
	display: flex;
	color: white;
	align-items: center;
	text-align: center;
	background: url(../img/privacy/main_img.jpg) no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 896px) {
	.mainImg {
		height: 218px;
		margin-bottom: 10px;
	}
}
.mainImg .content {
	padding-top: 115px;
	width: 100%;
}
@media screen and (max-width: 896px) {
	.mainImg .content {
		padding-top: 40px;
	}
}
.mainImg h2 {
	font-size: 2.2rem;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 896px) {
	.mainImg h2 {
		font-size: 1.1rem;
	}
}
.mainImg h2 span {
	display: block;
	font-size: 4.9rem;
}
@media screen and (max-width: 896px) {
	.mainImg h2 span {
		font-size: 2.5rem;
	}
}
/* content */
.content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
@media screen and (max-width: 896px) {
	.content {
		padding: 0 10px;
	}
}
/* mainBox */
.mainBox {
	max-width: 865px;
	margin: 0 auto;
	position: relative;
}
/* comLink */
.comLink {
	width: 249px;
}
@media screen and (max-width: 896px) {
	.comLink {
		margin: 0 auto;
	}
}
.comLink a {
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	color: white;
	padding: 18px 20px 20px 35px;
	background: rgba(0, 113, 182, 0.6) url(../img/common/icon02.png) no-repeat right 35px center;
	background-size: 43px auto;
}
.comLink a:hover {
	opacity: 0.7;
}
/* comLink */
.comTxt {
	margin: 0 -52px 80px 0;
	padding: 20px 0;
	font-size: 2.44rem;
	letter-spacing: 0.06em;
	line-height: 1.795;
	font-weight: bold;
	background: url(../img/privacy/photo01.png) no-repeat right top;
	background-size: 620px auto;
	min-height: 300px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media screen and (max-width: 896px) {
	.comTxt {
		min-height: 48.4375vw;
		padding: 20px 0;
		margin: 0 0 11px;
		line-height: 1.64;
		font-size: 1.4rem;
		background-position: center top 14px;
		background-size: 100% auto;
	}
}
@media all and (-ms-high-contrast: none) {
	.comTxt {
		padding: 0;
	}
	.comTxt::after {
		font-size: 0;
		content: '';
		min-height: inherit;
	}
}
/* comBox */
.comBox {
	max-width: 1600px;
	margin: -11px auto 0;
	padding-top: 140px;
}
.comBox .imgBox {
	margin-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 140px;
	margin-top: -140px;
}
@media screen and (max-width: 896px) {
	.comBox {
		padding-top: 70px;
	}
	.comBox .imgBox {
		margin-bottom: 56px;
		padding-left: 0;
		padding-right: 0;
		display: block;
		padding-top: 70px;
		margin-top: -70px;
	}
}
.comBox .imgBox:last-child {
	margin-bottom: 0;
}
.comBox .imgBox .textBox {
	margin-top: -18px;
	order: 2;
	flex: 1;
	margin-left: 54px;
	padding: 0 20px;
	position: relative;
}
@media screen and (max-width: 896px) {
	.comBox .imgBox .textBox {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}
.comBox .imgBox .textBox .comBoxSub {
	width: 100%;
	max-width: 599px;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 896px) {
	.comBox .imgBox .textBox .comBoxSub {
		max-width: inherit;
		padding: 0 10px;
		width: auto;
	}
}
.comBox .imgBox .textBox .comBoxSub::after {
	width: 300px;
	height: 517px;
	background-color: #F4F5F7;
	transform-origin: right top;
	transform: skew(-32deg);
	position: absolute;
	top: -8px;
	right: 44px;
	content: "";
	z-index: -1;
	mix-blend-mode: multiply;
}
@media screen and (max-width: 896px) {
	.comBox .imgBox .textBox .comBoxSub::after {
		width: 150px;
		right: -166px;
		height: 591px;
	}
}
.comBox .imgBox .textBox .headLine01 {
	margin-bottom: 45px;
}
@media screen and (max-width: 896px) {
	.comBox .imgBox .textBox .headLine01 {
		margin-bottom: 16px;
	}
}
.comBox .imgBox .textBox p {
	margin-bottom: 30px;
	line-height: 1.67;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media screen and (max-width: 896px) {
	.comBox .imgBox .textBox p {
		margin-bottom: 20px;
		line-height: 1.43;
	}
}
.comBox .imgBox .textBox .ttl {
	margin-bottom: 12px;
	word-wrap: break-word;
	font-size: 2.4rem;
	font-weight: bold;
}
@media screen and (max-width: 896px) {
	.comBox .imgBox .textBox .ttl {
		font-size: 1.9rem;
		line-height: 1.5 !important;
		margin-bottom: 7px !important;
	}
}
.comBox .imgBox .textBox .map {
	padding-top: 32px;
	height: 355px;
}
@media screen and (max-width: 896px) {
	.comBox .imgBox .textBox .map {
		padding-top: 0;
		height: 65vw;
	}
}
.comBox .imgBox .textBox .map iframe {
	width: 100%;
	height: 100%;
}
.comBox .imgBox .textBox .address {
	margin-bottom: 0;
}
.comBox .imgBox .textBox .contactDl {
	margin-bottom: 28px;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.67;
	justify-content: space-between;
}
@media screen and (max-width: 896px) {
	.comBox .imgBox .textBox .contactDl {
		margin-bottom: 20px;
		display: block;
	}
}
.comBox .imgBox .textBox .contactDl dt {
	width: 290px;
	padding-left: 1em;
	text-indent: -1em;
	box-sizing: border-box;
	word-wrap: break-word;
}
@media screen and (min-width: 897px) and (max-width: 1150px) {
	.comBox .imgBox .textBox .contactDl dt {
		width: calc(50% - 10px) !important;
	}
}
@media screen and (max-width: 896px) {
	.comBox .imgBox .textBox .contactDl dt {
		width: auto !important;
		font-size: 1.4rem;
		line-height: 1.43;
	}
}
.comBox .imgBox .textBox .contactDl dd {
	margin-left: 10px;
	width: calc(100% - 300px);
}
@media screen and (min-width: 897px) and (max-width: 1150px) {
	.comBox .imgBox .textBox .contactDl dd {
		width: 50% !important;
	}
}
@media screen and (max-width: 896px) {
	.comBox .imgBox .textBox .contactDl dd {
		margin-left: 7px;
		font-size: 1.4rem;
		line-height: 1.43;
		width: auto !important;
		min-width: initial !important;
	}
}
.comBox .imgBox .textBox .contactDl dd .txtSpan {
	display: block;
}
@media screen and (max-width: 896px) {
	.comBox .imgBox .textBox .contactDl dd {
		display: flex;
		flex-wrap: wrap;
		gap: 0 2em;
	}
}
.comBox .imgBox .textBox .contactDl02 dt {
	width: 100px;
}
.comBox .imgBox .textBox .contactDl02 dd {
	width: calc(100% - 110px);
}
.comBox .imgBox .textBox .contactDl03 dt {
	width: 280px;
}
.comBox .imgBox .textBox .contactDl03 dd {
	width: calc(100% - 290px);
}
.comBox .imgBox .textBox .contactDl04 dt {
	width: 360px;
}
.comBox .imgBox .textBox .contactDl04 dd {
	width: calc(100% - 370px);
}
.comBox .imgBox .photoBox {
	width: 45.4%;
}
@media screen and (min-width: 897px) and (max-width: 1225px) {
	.comBox .imgBox .textBox .contactDl04 dt {
		width: calc(100% - 215px);
	}
	.comBox .imgBox .textBox .contactDl04 dd {
		width: 205px;
	}
}
@media screen and (max-width: 896px) {
	.comBox .imgBox .photoBox {
		margin-bottom: 12px;
		width: auto !important;
	}
}
.comBox .imgBox .photoBox img {
	width: 100%;
}
.comBox .imgBox02 .textBox {
	order: 0;
	display: flex;
	justify-content: flex-end;
	margin-left: 0 !important;
	margin-right: 54px;
}
/* groupUl */
.groupUl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -35px 17px 0;
}
@media screen and (max-width: 896px) {
	.groupUl {
		margin: 0 0 16px;
		display: block;
	}
}
.groupUl li {
	margin: 0 35px 9px 0;
	font-size: 1.68rem;
	line-height: 1.65;
}
@media screen and (max-width: 896px) {
	.groupUl li {
		margin: 0;
		font-size: 1.4rem;
		line-height: 1.43;
	}
}
.groupUl li .txtSpan {
	margin-left: 18px;
	display: block;
}
@media screen and (max-width: 896px) {
	.groupUl li .txtSpan {
		margin-left: 14px;
	}
}
.groupUl li .subSpan {
	display: inline-block;
	min-width: 290px;
	margin-right: 5px;
}
/* comLink02 */
.comLink02 {
	margin-bottom: 65px;
}
.comLink02:last-child {
	margin-bottom: 0;
}
.comLink02 a {
	display: block;
	font-size: 1.787rem;
	font-weight: bold;
	color: #0071B6;
	padding: 8px 12px;
	letter-spacing: 0.05em;
	background: url(../img/common/icon05.png) no-repeat right 8px center white;
	background-size: 35px auto;
	border: 1px solid #0071B6;
	box-shadow: 2px 2px 0 #939393;
}
@media screen and (max-width: 896px) {
	.comLink02 a {
		padding: 11px 8px 14px;
		font-size: 1.4rem;
		background-size: 28px auto;
	}
}
.comLink02 a:hover {
	opacity: 0.7;
}
/* comLink03 */
.comLink03 {
	max-width: 970px;
	margin: 0 auto;
}
.comLink03 a {
	display: block;
	font-size: 2.2rem;
	text-align: center;
	padding: 23px 20px;
	border: 1px solid black;
}
@media screen and (max-width: 896px) {
	.comLink03 a {
		font-size: 1.5rem;
		padding: 26px 20px;
	}
}
.comLink03 a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#gHeader .hInner h1 {
		padding-bottom: 23px;
	}
	#gHeader .hInner .link {
		width: 130px;
	}
	#gHeader .hInner .navBox {
		margin-right: 2vw;
	}
	#gHeader .hInner .naviUl > li {
		margin-left: 2vw;
		font-size: 1.4rem;
	}
	#gHeader .hInner h1 img {
		width: 200px;
	}
	#gHeader .hInner .link a {
		font-size: 1.6rem;
	}
	#gHeader .hInner .naviUl .jsBox02 {
		left: 17%;
	}
	#gHeader .hInner .naviUl .jsBox03 {
		left: 35%;
	}
	#gHeader .hInner .naviUl .jsBox04 {
		left: 55%;
	}
}
@media all and (min-width: 1201px) and (max-width: 1400px) {
	#gHeader .hInner .link {
		width: 210px;
	}
	#gHeader .hInner .naviUl > li {
		margin-left: 40px;
	}
	#gHeader .hInner .navBox {
		margin-right: 30px;
	}
	#gHeader .hInner .naviUl .jsBox04 {
		left: 60%;
	}
}
@media screen and (min-width: 897px) and (max-width:1625px) {
	#gHeader .hInner .naviUl > li {
		margin-left: 2.88vw;
	}
}
@media screen and (min-width: 897px) and (max-width:1340px) {
	#gHeader .hInner h1 img {
		width: 17.53vw;
	}
	#gHeader .hInner .naviUl > li {
		margin-left: 2vw;
	}
	#gHeader .hInner .navBox {
		margin-right: 2vw;
	}
	#gHeader .hInner .link {
		width: 15vw;
	}
}
@media screen and (min-width: 897px) and (max-width:999px) {
	#gHeader .hInner .naviUl > li {
		margin-left: 1.6vw;
	}
	#gHeader .hInner .navBox {
		margin-right: 1.6vw;
	}
	#gHeader .hInner .link {
		width: 12vw;
	}
}
.js-inview {
	-webkit-transition: opacity .8s ease-out, transform .8s ease-out;
	transition: opacity .8s ease-out, transform .8s ease-out;
}
.js-inview:not(.-inview) {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}
/* langBtn */
.langBtn {
	width: fit-content;
	margin-left: auto;
	display: flex;
	gap: 20px;
}
.langBtn a {
	display: block;
	font-size: 2rem;
	font-weight: bold;
}
.langBtn .jpLang {
	position: relative;
	color: #fff;
}
.langBtn .jpLang::after {
	margin-top: 2px;
	width: 1px;
	height: 68%;
	position: absolute;
	right: -11px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	content: '';
}
@media screen and (max-width: 896px) {
	.langBtn a {
		font-size: 1.7rem;
	}
}