@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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #3a3a3a;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #3a3a3a;
}
a:hover {
	color: #3a3a3a;
}
a:active {
	color: #3a3a3a;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1320px;
	color: #3a3a3a;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
#main {
	padding: 8.5rem 0 14.7rem;
	background: url(../img/common/bg01.webp) no-repeat center top;
}
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.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		padding: 8.7rem 0 2.4rem;
		background: url(../img/common/bg01_sp.jpg) no-repeat center top / 100%;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.541);
	z-index: 999;
}
#gHeader .hBox {
	padding: 1rem 2.6rem 0.9rem 1.4rem;
	align-items: center;
}
#gHeader .hBox h1 {
	width: 47rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#gHeader .hBox h1 .txt {
	margin-left: 1.3rem;
	color: #FFF;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.45;
}
#gHeader .hBox .menuBox {
	width: calc(100% - 47rem);
}
@media all and (max-width: 896px) {
	.fixed #gHeader .hBox {
		padding-bottom: 2.3rem;
	}
	#gHeader {
		height: 9rem;
		background-color: rgba(0, 0, 0, 0.4);
	}
	#gHeader .hBox {
		padding: 2.1rem 5.1rem 2rem 2.2rem;
		display: block;
	}
	#gHeader .hBox h1 {
		width: 23.2rem;
		position: relative;
		z-index: 10;
	}
	#gHeader .menu {
		position: absolute;
		top: 3.2rem;
		right: 2.8rem;
		height: 20px;
		width: 4.1rem;
		cursor: pointer;
		z-index: 300;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	#gHeader .menu.noClick {
		pointer-events: none;
	}
	#gHeader .menu span {
		background: #FFF;
		border: none;
		height: 1px;
		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: 1rem;
	}	
	#gHeader .menu span:nth-of-type(3) {
		top: 2rem;
	}
	#gHeader .menu.on .top {
		transform: translateY(1rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-1rem) translateX(0) rotate(-45deg);
	}
	#gHeader .hBox .menuBox {
		position: fixed;
		top: 9rem;
		left: 0;
		width: 100%;
		height: calc(100dvh - 9rem);
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		z-index: 100;
		box-sizing: border-box;
		transition: all 0.3s 0.3s;
	}
	#gHeader .hBox .menuBox.active {
		opacity: 1;
		visibility: visible;
		transition: 0s;
	}
	.menuBg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: translateY(100%);
		z-index: 0;
	}
	.menuBg.active {
		animation: slideIn 1s cubic-bezier(.19, 1, .22, 1) forwards;
	}
	.menuBg.out {
		transform: translateY(0);
		animation: slideOut .6s cubic-bezier(.645, .045, .355, 1) 0.3s forwards;
	}
	.menuBg .top {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 9rem;
		background-color: #0B88C5;
	}
	.menuBg .bottom {
		position: absolute;
		left: 0;
		top: 9rem;
		width: 100%;
		height: calc(100% - 9rem);
		background: #FFF url(../img/common/bg01_sp.jpg) no-repeat center top -9rem / 100%;
	}
	.menuBg .bottom::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.8);
		content: '';
	}
}
@keyframes slideIn {
	0% {
		-webkit-transform:translateY(100%);
		transform:translateY(100%)
	}
	to {
		-webkit-transform:translateY(0%);
		transform:translateY(0)
	}
}
@keyframes slideOut {
	0% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
	to {
		-webkit-transform:translateY(-100%);
		transform:translateY(-100%)
	}
}

@keyframes fadeLinkIn {
	0% {
		opacity: 0;
		-webkit-transform:translateY(2rem);
		transform:translateY(2rem)
	}
	to {
		opacity: 1;
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}

@keyframes fadeLinkOut {
	0% {
		opacity: 1;
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
	to {
		opacity: 0;
		-webkit-transform:translateY(-2rem);
		transform:translateY(-2rem)
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding-bottom: 1rem;
	text-align: right;
}
#gNavi li {
	margin-left: 2rem;
	color: #FFF;
	display: inline;
	font-size: 1.4rem;
}
#gNavi li:first-child {
	margin-left: 0;
}
#gNavi li a {
	position: relative;
	color: #FFF;
	font-size: 1.4rem;
	letter-spacing: 0.14em;
}
#gNavi li a::before {
	position: absolute;
	bottom: -0.5rem;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #FFF;
	content: '';
	transition: 0.3s;
	opacity: 0;
}
@media all and (min-width: 897px) and (max-width: 1240px) {
	#gHeader .hBox {
		padding-right: 2rem;
	}
	#gHeader .hBox h1 {
		width: 35rem;
	}
	#gHeader .hBox h1 a {
		display: block;
		width: 18rem;
	}
	#gHeader .hBox h1 .txt {
		font-size: 0.9rem;
	}
	#gHeader .hBox .menuBox {
		width: calc(100% - 35rem);
	}
	#gNavi li {
		margin-left: 0.5rem;
	}
	#gNavi li a {
		font-size: 1.2rem;
	}
}
@media all and (min-width: 897px) {
	#gNavi li a:hover::before {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#gNavi {
		padding: 3.4rem 6.5rem 12rem;
		min-height: 100%;
		text-align: left;
		/* background-color: rgba(255, 255, 255, 0.8); */
	}
	#gNavi li {
		margin: 0 0 0.5rem;
		color: #FFF;
		display: block;
		font-size: 1.4rem;
		opacity: 0;
		transform: translateY(2rem);
	}
	.menuBox.active #gNavi li {
		animation: fadeLinkIn 0.6s ease-out 0.3s forwards;
	}
	.menuBox.out #gNavi li {
		opacity: 1;
		transform: translateY(2rem);
		animation: fadeLinkOut 0.3s ease-out forwards;
	}
	.menuBox.active #gNavi li:nth-child(2) {
		animation-delay: 0.34s;
	}
	.menuBox.active #gNavi li:nth-child(3) {
		animation-delay: 0.38s;
	}
	.menuBox.active #gNavi li:nth-child(4) {
		animation-delay: 0.42s;
	}
	.menuBox.active #gNavi li:nth-child(5) {
		animation-delay: 0.46s;
	}
	.menuBox.active #gNavi li:nth-child(6) {
		animation-delay: 0.5s
	}
	.menuBox.active #gNavi li:nth-child(7) {
		animation-delay: 0.54s;
	}
	.menuBox.active #gNavi li:nth-child(8) {
		animation-delay: 0.58s;
	}
	#gNavi li:last-child {
		margin-bottom: 0;
	}
	#gNavi li a {
		padding: 0.6rem 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		color: #868687;
		font-size: 1.2rem;
		font-weight: 500;
		letter-spacing: 0.05em;
	}
	#gNavi li a .en {
		color: #0B88C5;
		font-size: 2.2rem;
		font-weight: 700;
		letter-spacing: 0.05em;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 6.2rem 0 4.5rem;
	background: url(../img/common/f_bg.png) no-repeat center top / cover;
}
#gFooter .inner {
	margin: 0 auto -1.2rem;
	padding: 0 2rem;
	max-width: 140rem;
	align-items: center;
	box-sizing: content-box;
}
#gFooter .inner .fLogo {
	margin-right: 2rem;
	width: 15.8rem;
}
#gFooter .inner .text {
	padding-bottom: 1.1rem;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.75;
}
#gFooter .inner .text a {
	color: #FFF;
}
#gFooter address {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 141rem;
	box-sizing: content-box;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-align: right;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 2.6rem 0 0;
		position: relative;
		background: none;
	}
	#gFooter::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		bottom: 2.9rem;
		background: url(../img/common/f_bg_sp.jpg) no-repeat center bottom / cover;
		content: '';
	}
	#gFooter .inner {
		margin: 0 0 1.7rem;
		padding: 0;
		max-width: inherit;
		display: block;
		position: relative;
		z-index: 5;
	}
	#gFooter .inner .fLogo {
		margin: 0 auto 1rem;
		width: 7.4rem;
	}
	#gFooter .inner .text {
		padding-bottom: 0;
		font-size: 1.3rem;
		font-weight: 400;
		text-align: center;
	}
	#gFooter .inner .text .sub {
		margin: 0 auto;
		padding-left: 2.7em;
		display: block;
		width: fit-content;
		/*text-indent: -2.2em;*/
		text-align: left;
	}
	#gFooter address {
		margin: 0;
		padding: 0.6rem 2rem 0.5rem;
		max-width: inherit;
		font-size: 1.2rem;
		font-weight: 400;
		letter-spacing: 0.05em;
		text-align: center;
		background-color: #0F2D2C;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 8.3rem;
	padding: 7.6rem 0 0;
}
.pageTitle .inner {
	margin: 0 auto;
	max-width: 120.8rem;
}
.pageTitle .inner h2 {
	margin-bottom: 2.8rem;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.pageTitle .inner h2 .en {
	margin-right: 2.9rem;
	font-size: 11rem;
	font-weight: 700;
	letter-spacing: 0;
	font-family: "Archivo", sans-serif;
	vertical-align: -0.2rem;
}
.pageTitle .inner .subInner {
	margin: 0 auto;
	max-width: 100rem;
}
.pageTitle .inner .subInner .text {
	margin-bottom: 4rem;
	color: #FFF;
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: 0.03em;
}
.pageTitle .inner .subInner .text .big {
	margin-right: 1.2rem;
	font-size: 5rem;
	vertical-align: -0.9rem;
}
.pageTitle .inner .subInner .text a {
	color: #FFF;
	text-decoration: underline;
}
.pageTitle .inner .subInner .text a:hover {
	opacity: 0.7;
}
.pageTitle .inner .subInner .link {
	width: 52.6rem;
}
.pageTitle .inner .subInner .link a {
	min-height: 9.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-align: center;
	border: 1px solid #FFF;
	background-color: #108dd8;
}
@media all and (min-width: 897px) {
	.pageTitle .inner .subInner .link a:hover {
		background-color: #FFF;
		color: #108dd8;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 12.3rem;
		padding: 1.6rem 0 0;
	}
	.pageTitle .inner {
		margin: 0 5.2rem;
		max-width: inherit;
	}
	.pageTitle .inner h2 {
		margin-bottom: 0.6rem;
		font-size: 1.1rem;
	}
	.pageTitle .inner h2 .en {
		margin-right: 1.4rem;
		font-size: 5.5rem;
		vertical-align: -0.1rem;
	}
	.pageTitle .inner .subInner {
		margin: 0 -2.7rem;
		padding: 2.3rem 2.8rem 2.8rem;
		max-width: inherit;
		background : rgba(16, 141, 216, 0.7);
	}
	.pageTitle .inner .subInner .text {
		margin-bottom: 2.1rem;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.pageTitle .inner .subInner .text .big {
		margin-right: 0.3rem;
		font-size: 2.7rem;
		vertical-align: -0.4rem;
	}
	.pageTitle .inner .subInner .link {
		margin: 0 auto;
		width: auto;
		max-width: 28rem;
	}
	.pageTitle .inner .subInner .link a {
		min-height: 5.2rem;
		font-size: 2rem;
		letter-spacing: 0.05em;
	}
}