@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 (min-width: 376px) and (max-width: 896px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 120rem;
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.fixed {
	position: fixed;
	width: 100%;
}
#container {
	padding-top: 15rem;
	text-align: left;
	overflow: hidden;
	position: relative;
}
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.35rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 9.8rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #fff;
}
#gHeader .hBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader .logo {
	margin-left: 5.1rem;
	width: 16.7rem;
}
#gHeader .logo a {
	display: block;
}
#gHeader .rightBox {
	flex: 1;
	align-items: center;
	display: flex;
	justify-content: space-between;
	gap: 2.5rem;
}
#gHeader .telBtn a {
	width: 20.5rem;
	padding: 1rem 1rem 1rem 5.5rem;
	color: #fff;
	font-weight: 700;
	display: flex;
	align-items: center;
	height: 6rem;
	font-size: 1.07rem;
	background: #333333 url("../img/common/icon01.png") no-repeat left 2.1rem center;
	background-size: 2.9rem auto;
	line-height: 1;
	letter-spacing: 0.1em;
}
#gHeader .telBtn .en {
	margin-bottom: 1px;
	display: block;
	font-weight: 600;
	font-size: 1.7rem;
}
#gHeader .menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 5.5rem;
	cursor: pointer;
}
#gHeader .menu img,
.menuBox .close img {
	width: 100%;
}
@media all and (max-width: 896px) {
	#gHeader {
		height: 5.5rem;
	}
	#gHeader .logo {
		width: 16.7rem;
		margin: 1.7rem 0 0 1.8rem;
	}
}


#gNavi {
	flex: 1;
}
#gNavi ul {
	display: flex;
	justify-content: flex-end;
	text-align: center;
	gap: 3.6rem;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	line-height: 1.2;
}
#gNavi ul li {
	position: relative;
}
#gNavi ul li:last-child {
	letter-spacing: 0.15em;
}
#gNavi ul li::after {
	width: 1.2rem;
	height: 2.6rem;
	position: absolute;
	top: 1px;
	right: -2.4rem;
	background: url("../img/common/line01.png") no-repeat left top / 100% 100%;
	content: "";
}
#gNavi ul li:last-child:after {
	display: none;
}
#gNavi .col {
	display: block;
	font-weight: 500;
	font-size: 1rem;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.15em;
}
#gNavi ul a {
	display: block;
}
@media all and (min-width: 897px) {
	#gNavi ul a:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 897px) and (max-width: 1199px) {
	#gHeader .logo {
		margin-left: 1rem;
	}
	#gNavi ul {
		gap: 2rem;
		font-size: 1rem;
		letter-spacing: 0;
	}
	#gNavi .col {
		font-size: 1rem;
	}
	#gHeader .telBtn a {
		width: 17.5rem;
		padding: 1rem 1rem 1rem 4rem;
		height: 6rem;
		font-size: 0.9rem;
		background-position: left 1.2rem center;
		background-size: 2.3rem auto;
	}
	#gHeader .telBtn .en {
		font-size: 1.6rem;
	}
	#gHeader .rightBox {
		gap: 1.5rem;
	}
	#gNavi ul li::after {
		right: -1.3rem;
	}
}



/* menuBox */
@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
}
.menuBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: #fff;
	z-index: 1000;
	display: none;
}
.menuBox .innerBox {
	padding: 1.7rem 1.8rem 3rem;
	position: relative;
}
.menuBox .logo {
	margin-bottom: 2.4rem;
	width: 16.7rem;
}
.menuBox .close {
	position: absolute;
	top: 0.4rem;
	right: 1.1rem;
	width: 5.5rem;
}
.menuBox .naviUl {
	margin: 0 1.1rem;
}
.menuBox .naviUl a {
	padding-right: 2rem;
	display: flex;
	width: 100%;
	height: 6.4rem;
	align-items: center;
	font-size: 1.65rem;
	letter-spacing: 0.15em;
	background: url("../img/common/icon14.png") no-repeat right 0.4rem center / 0.9rem auto;
}
.menuBox .naviUl li {
	border-bottom: 1px solid #b3b3b3;
}
.menuBox .btnUl {
	margin: 2.8rem 0.9rem 0 1.4rem;
}
.menuBox .btnUl li {
	margin-bottom: 2rem;
}
.menuBox .btnUl li:last-child {
	margin-bottom: 0;
}
.menuBox .btnUl a {
	height: 7.5rem;
	width: 100%;
	background : linear-gradient(90deg, rgba(0, 102, 178, 1) 5.7%, rgba(0, 99, 175, 1) 7.89%, rgba(0, 72, 141, 1) 33.8%, rgba(0, 53, 117, 1) 58.47%, rgba(0, 41, 102, 1) 81.16%, rgba(0, 37, 97, 1) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 1.3rem;
	color: #fff;
	font-size: 1.75rem;
	line-height: 1.32;
	text-align: center;
	letter-spacing: 0.1em;
	box-shadow: 0.5rem 0.5rem 0 #98c3e3;
}
.menuBox .btnUl img {
	position: absolute;
	top: 50%;
	left: 3.1rem;
	transform: translateY(-50%);
	width: 4.1rem;
}
.menuBox .btnUl .btn02 img {
	left: 3.5rem;
	width: 3.8rem;
	margin-top: 0.3rem;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 2.6rem;
	background-color: #fff;
}
#gFooter .fBox {
	display: flex;
}
#gFooter .leftBox {
	margin-top: 6.1rem;
	width: 49.4rem;
}
#gFooter .rightBox {
	flex: 1;
	display: flex;
}
#gFooter .logo {
	width: 21.5rem;
	margin: 0 0 2.8rem -0.5rem;
}
#gFooter .logo a {
	display: block;
}
#gFooter .fNavi .title {
	color: #0066b2;
	font-size: 1.45rem;
	margin-bottom: 0.8rem;
	letter-spacing: 0.1em;
	font-weight: 700;
}
#gFooter .fNavi .innerUl {
	font-size: 1.1rem;
	letter-spacing: 0.15em;
}
#gFooter .fNavi .innerUl li {
	margin-bottom: 1rem;
}
#gFooter .fNavi .innerUl li:last-child {
	margin-bottom: 0;
}
#gFooter .fNavi02 {
	position: relative;
}
#gFooter .fNavi02::before {
	width: 0.2rem;
	height: 100%;
	position: absolute;
	top: 0.4rem;
	left: -2.1rem;
	background-color: #cccccc;
	content: "";
}
#gFooter .fNavi02 .innerUl {
	font-size: 1.2rem;
}
#gFooter .fNavi02 .innerUl li {
	margin-bottom: 0.8rem;
}
#gFooter .fNavi a[target^="_blank"] {
	position: relative;
}
#gFooter .fNavi a[target^="_blank"]::after {
	width: 1.5rem;
	height: 1.3rem;
	display: inline-block;
	position: absolute;
	top: 0.3rem;
  	right: -2.5rem;
	background: url("../img/common/icon02.png") no-repeat left top / 100% 100%;
	content: "";
}
#gFooter .fNavi02 {
	margin-left: 4.7rem;
}
#gFooter .fNavi > li + li {
	margin-top: 2rem;
}
#gFooter .logoUl {
	margin-top: -1.2rem;
	width: 20rem;
}
#gFooter .logoUl li + li {
	margin-top: -1px;
}
#gFooter .flexBox {
	display: flex;
}
#gFooter .fBox {
	margin: 0 auto 3rem;
	max-width: 100rem;
}
#gFooter .subLeft {
	margin-left: -0.2rem;
	width: 24.2rem;
}
#gFooter .bannerBox {
	background-color: #333333;
}
#gFooter .bannerBox .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 3.1rem 0 3.2rem;
	gap: 2rem;
}
#gFooter .bannerBox .list li {
	width: 23.5rem;
}
#gFooter .bannerBox .list a {
	width: 100%;
	aspect-ratio: 470/220;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
	color: #fff;
	text-align: center;
}
#gFooter .bannerBox .list a > * {
	width: 100%;
}
#gFooter .bannerBox .list a::after {
	width: 4.1rem;
	height: 4.1rem;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("../img/common/icon03.png") no-repeat left top / 100% 100%;
	content: "";
}
#gFooter .bannerBox .list .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#gFooter .bannerBox .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#gFooter .bannerBox .list .enTxt {
	line-height: 1;
	color: #666;
	font-size: 4rem;
	position: absolute;
	bottom: -0.4rem;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	letter-spacing: 0.05em;
}
#gFooter .bannerBox .list .headLine01 {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	font-size: 1.1rem;
}
#gFooter .bannerBox .list .headLine01 .en {
	margin-bottom: -0.3rem;
	color: #fff;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
	font-size: 2.48rem;
}
#gFooter .bannerBox .headLine04 {
	margin: 0;
	padding-top: 0.9rem;
	font-size: 2.05rem;
	position: relative;
	z-index: 10;
	line-height: 1;
}
#gFooter .bannerBox .headLine04 .comTtl {
	margin: 0.3rem 0;
	font-size: 1.2rem;
	min-width: 12.4rem;
	padding: 0.2rem 0.8rem 0.4rem;
}
#gFooter .bannerBox .headLine04 small {
	margin: 0;
	display: block;
	font-size: 1.3rem;
	line-height: 1.19;
}
#gFooter .btmBox {
	padding: 2.3rem 0 2.1rem 1.8rem;
	color: #fff;
	background-color: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	gap: 1.6rem;
}
#gFooter .btmBox .title {
	letter-spacing: 0.15em;
}
#gFooter .btmBox .banner {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
#gFooter .btmBox .banner a {
	width: 35.7rem;
	display: block;
}
#gFooter .btmBox .banner img {
	width: 100%;
}
#gFooter address {
	font-size: 1rem;
	letter-spacing: 0.1em;
	margin: 1.6rem 0 0 -0.2rem;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi a:hover {
		opacity: 0.7;
	}
	#gFooter .btmBox .banner a:hover {
		opacity: 0.7;
	}
	#gFooter .bannerBox .list a:hover {
		opacity: 0.7;
	}
	#gFooter .fNavi .innerUl {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-top: 4.2rem;
		padding-bottom: 2.4rem;
	}
	#gFooter .fBox {
		display: block;
	}
	#gFooter .leftBox {
		margin: 0 0 2.5rem;
		width: auto;
	}
	#gFooter .rightBox {
		display: block;
	}
	#gFooter .logo {
		width: 18rem;
		margin: 0 auto 1.7rem;
	}
	#gFooter .fNavi .title {
		font-size: 1.45rem;
		margin-bottom: 0;
		letter-spacing: 0.2em;
		display: flex;
		align-items: center;
		height: 6.1rem;
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
		padding: 0.5rem 1.8rem;
		position: relative;
	}
	#gFooter .fNavi .title::after {
		margin-top: -0.6rem;
		width: 1.2rem;
		height: 1.2rem;
		position: absolute;
		top: 50%;
		right: 2.4rem;
		background: url("../img/common/icon12.png") no-repeat center center / 100% 100%;
		content: "";
	}
	#gFooter .fNavi .title.on::after {
		transform: rotate(90deg);
	}
	#gFooter .fNavi .innerUl {
		font-size: 1.5rem;
		letter-spacing: 0.15em;
		display: none;
	}
	#gFooter .fNavi .innerUl li {
		margin-bottom: 0;
	}
	#gFooter .fNavi a {
		display: flex;
		align-items: center;
		height: 5.2rem;
		background: #f4f4f4 url("../img/common/icon13.png") no-repeat right 2.2rem center / 0.9rem auto;
		border-bottom: 1px solid #fff;
		padding: 0.5rem 4.1rem 0.5rem 7.1rem;
		line-height: 1.2;
	}
	#gFooter .fNavi .innerUl li:last-child a {
		border-bottom: none;
	}
	#gFooter .fNavi02::before {
		display: none;
	}
	#gFooter .fNavi02 .innerUl {
		font-size: 1.5rem;
	}
	#gFooter .fNavi02 .innerUl li {
		margin-bottom: 0;
	}
	#gFooter .fNavi a[target^="_blank"]::after {
		width: 1.5rem;
		height: 1.3rem;
		display: inline-block;
		position: absolute;
		top: 0.3rem;
		right: -2.5rem;
		background: url("../img/common/icon02.png") no-repeat left top / 100% 100%;
		content: "";
	}
	#gFooter .fNavi02 {
		margin: -1px 0 0 0;
	}
	#gFooter .fNavi > li + li {
		margin-top: -1px;
	}
	#gFooter .logoUl {
		margin-top: 0;
		width: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 1.6rem;
	}
	#gFooter .logoUl li + li {
		margin-top: 0;
	}
	#gFooter .logoUl li {
		width: 19.2rem;
	}
	#gFooter .logoUl li:last-child {
		width: 13rem;
		margin-top: -0.3rem;
	}
	#gFooter .flexBox {
		display: block;
	}
	#gFooter .fBox {
		margin: 0;
		max-width: inherit;
	}
	#gFooter .subLeft {
		margin-left: 0;
		width: auto;
	}
	#gFooter .bannerBox .list {
		display: block;
		padding: 3.4rem 1.8rem 2.9rem;
	}
	#gFooter .bannerBox .list li {
		width: auto;
		margin-bottom: 1.7rem;
	}
	#gFooter .bannerBox .list li:last-child {
		margin-bottom: 0;
	}
	#gFooter .bannerBox .list a {
		aspect-ratio: 1360/421;
	}
	#gFooter .bannerBox .list a::after {
		width: 4.8rem;
		height: 4.8rem;
		bottom: 0;
		right: 0;
	}
	#gFooter .bannerBox .list .enTxt {
		font-size: 4.65rem;
		bottom: auto;
		top: -1rem;
	}
	#gFooter .bannerBox .list .headLine01 {
		font-size: 1.28rem;
	}
	#gFooter .bannerBox .list .headLine01 .en {
		margin-bottom: -0.3rem;
		font-size: 2.9rem;
	}
	#gFooter .bannerBox .headLine04 {
		padding-top: 0.2rem;
		font-size: 2.4rem;
	}
	#gFooter .bannerBox .headLine04 .comTtl {
		margin: 0.3rem 0;
		font-size: 1.4rem;
		min-width: 14.1rem;
		padding: 0.2rem 0.8rem 0.4rem;
	}
	#gFooter .bannerBox .headLine04 small {
		margin: 0;
		display: block;
		font-size: 1.52rem;
		line-height: 1.19;
		letter-spacing: 0.15em;
	}
	#gFooter .btmBox {
		padding: 2.8rem 1.7rem 3rem;
		display: block;
		font-size: 1.5rem;
	}
	#gFooter .btmBox .title {
		letter-spacing: 0.15em;
		margin-bottom: 0.2rem;
		text-align: center;
	}
	#gFooter .btmBox .banner {
		display: block;
	}
	#gFooter .btmBox .banner a {
		width: auto;
		display: block;
		margin-bottom: 1.5rem;
	}
	#gFooter .btmBox .banner a:last-child {
		margin-bottom: 0;
	}
	#gFooter address {
		font-size: 1rem;
		letter-spacing: 0.1em;
		margin: 1.6rem 0 0 -0.2rem;
		text-align: center;
	}
}