@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: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
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:visited {
	color: #000;
} */
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1340px;
	color: #000;
	font-size: 1.5rem;
	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%;
} */
.fixed {
	overflow: hidden;
}
#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.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #0E5CD3;
	transform: none !important;
  zoom: 1 !important;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 143.8rem;
	box-sizing: border-box;
}
#gHeader .hBox h1 {
	margin-top: 0.8rem;
	width: 19.6rem;
}
/* #gHeader .hBox h1 img {
	margin-top: 0.8rem;
	width: 19.6rem;
} */
#gHeader .hBox .menuBox {
	width: calc(100% - 20rem);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
#gHeader .hBox .menuBox .tel a {
	padding: 0 0 0 5.2rem;
	color: #FFF;
	font-family: "Oswald", sans-serif;
	font-size: 3.4rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	background: url(../../img/img-202507/common/icon01.png) no-repeat left center / 4.3rem;
	text-decoration: none;
}
#gHeader .hBox .menuBox .tel a[href^="tel:"] {
  cursor: pointer;
  pointer-events: auto;
}
#gHeader .hBox .menuBox .tel a .jp {
	display: none;
}
#gHeader .subMenu {
	position: absolute;
	top: 7.9rem;
	left: 0;
	width: 100%;
	background-color: rgba(36, 36, 36, 0.95);
	display: none;
}
#gHeader .subMenu .subBox {
	margin: 0 auto;
	padding: 3.9rem 0 3.3rem;
	max-width: 128rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#gHeader .subMenu .subBox .title {
	color: #FFF;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: left;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#gHeader .subMenu .subBox .title .en {
	margin: 0.2rem 0 0 0.2rem;
	display: block;
	color: #417FE2;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.17;
	font-family: "Oswald", sans-serif;
}
#gHeader .subMenu .subBox .subUl {
	margin-top: -0.3rem;
	width: calc(100% - 31.8rem);
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	gap: 1.3rem 0.5rem;
}
#gHeader .subMenu .subBox .subUl li {
	width: 22rem;
}
#gHeader .subMenu .subBox .subUl li a {
	width: fit-content;
	display: block;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.56;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	text-decoration: none;
}
#gHeader .subMenu .subBox .subUl li a span {
	padding: 0 0 0 2.5rem;
	display: block;
	background: url(../../img/img-202507/common/icon03.png) no-repeat left top 0.8rem / 1.5rem;
}
@media all and (min-width: 897px) and (max-width: 1279px) {
	#gHeader .hBox .menuBox .tel a {
		padding: 3.2rem 1rem 0;
		display: block;
		background: url(../../img/img-202507/common/icon01.png) no-repeat top center / 4.3rem;
	}
	#gHeader .hBox .menuBox .tel a .txt {
		display: none;
	}
	#gHeader .hBox .menuBox .tel a .jp {
		display: block;
		font-size: 0.6rem;
		text-align: center;
	}
	#gNavi {
		width: calc(100% - 8rem) !important;
	}
}
@media all and (min-width: 897px) {
	#gHeader .hBox .menuBox {
		display: flex !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		margin: 0;
		padding: 0.9rem 5.3rem 0.5rem 2.3rem;
		max-width: inherit;
	}
	#gHeader .hBox h1 {
		margin-top: 0;
		width: 11.6rem;
	}

	#gHeader .menu {
		position: absolute;
		top: 2.3rem;
		right: 1.4rem;
		height: 1.6rem;
		width: 2.4rem;
		cursor: pointer;
		z-index: 100;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	#gHeader .menu.on {
		top: 1.7rem;
		right: 1.2rem;
	}
	#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: 0.8rem;
	}	
	#gHeader .menu span:nth-of-type(3) {
		top: 1.6rem;
	}
	#gHeader .menu.on .top {
		transform: translateY(0.8rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-0.8rem) translateX(0) rotate(-45deg);
	}
	#gHeader .telLink {
		margin-top: 1.1rem;
	}
	#gHeader .telLink a {
		padding: 2.4rem 0 0;
		display: block;
		color: #FFF;
		font-size: 0.6rem;
		font-weight: 500;
		text-align: center;
		background: url(../../img/img-202507/common/icon01.png) no-repeat center top / 3.2rem;
	}
	#gHeader .hBox .menuBox {
		padding-bottom: 12rem;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100dvh;
		overflow: auto;
		display: none;
		background-color: #417FE2;
		box-sizing: border-box;
	}
	#gHeader .hBox .menuBox .tel {
		display: none;
	}
	#gHeader .subMenu {
		position: static;
	}
	#gHeader .subMenu .subBox {
		margin: 0;
		padding: 0;
		max-width: inherit;
		display: block;
	}
	#gHeader .subMenu .subBox .title {
		display: none;
	}
	#gHeader .subMenu .subBox .subUl {
		margin-top: 0;
		width: auto;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		gap: 0;
	}
	#gHeader .subMenu .subBox .subUl li {
		width: 50%;
	}
	#gHeader .subMenu .subBox .subUl li a {
		padding: 0.9rem 2rem 1rem 2.1rem;
		width: auto;
		min-height: 6rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		font-size: 1.4rem;
		line-height: 1.43;
		border-bottom: 1px solid #707070;
	}
	#gHeader .subMenu .subBox .subUl li a span {
		background: url(../../img/img-202507/common/icon03.png) no-repeat left top 0.3rem / 1.5rem;
	}
	#gHeader .subMenu .subBox .subUl li:nth-child(2n-1) a {
		border-right: 1px solid #707070;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding: 2rem 2.6rem 0 0;
	width: calc(100% - 29rem);
	text-align: right;
	box-sizing: border-box;
}
#gNavi > ul > li {
	margin-left: 1.7rem;
	display: inline-block;
}
#gNavi > ul > li:first-child {
	margin-left: 0;
}
#gNavi > ul > li > a {
	padding: 0.9rem 0 2.9rem;
	display: inline-block;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 500;
	text-decoration: none;
}
#gNavi > ul > li.spec > a {
	background: url(../../img/img-202507/common/icon02.png) no-repeat center bottom 1.1rem / 1.8rem;
}
#gNavi > ul > li.spec > a.on {
	background-image: url(../../img/img-202507/common/icon02_on.png);
}
#gNavi li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gNavi {
		padding: 4.9rem 0 3.9rem;
		width: auto;
		text-align: left;
	}
	#gNavi > ul > li {
		margin-left: 0;
		display: block;
	}
	#gNavi > ul > li > a {
		padding: 1.6rem 5.1rem 1.9rem;
		display: block;
		font-size: 1.6rem;
		border-top: 1px solid #5E94EA;
	}
	#gNavi > ul > li:last-child > a {
		border-bottom: 1px solid #5E94EA;
	}
	#gNavi > ul > li.spec > a {
		background: url(../../img/img-202507/common/icon02.png) no-repeat right 4.5rem center / 1.8rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 10rem;
	padding: 6rem 0 0;
	background-color: #242424;
}
#gFooter .fBox {
	margin: 0 auto 9.9rem;
	padding: 0 2rem;
	max-width: 144rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gFooter .fBox .lBox {
	width: 30rem;
}
#gFooter .fBox .lBox .fLogo {
	margin-bottom: 2.8rem;
	width: 29.4rem;
}
#gFooter .fBox .lBox .text {
	color: #FFF;
	font-size: 1.4rem;
	line-height: 1.71;
}
#gFooter .fBox .fNavi {
	width: calc(100% - 40.4rem);
	gap: 4.6rem;
}
#gFooter .fBox .fNavi .subList li a:hover {
	opacity: 0.7;
}
#gFooter .fBox .fNavi .subList > li {
	margin-bottom: 1.8rem;
}
#gFooter .fBox .fNavi .subList > li > a {
	color: #FFF;
	font-weight: 500;
	text-decoration: none;
}
#gFooter .fBox .fNavi .subList > li > a.nolink {
	pointer-events: none;
}
#gFooter .fBox .fNavi .subList .subUl {
	margin-top: 2rem;
}
#gFooter .fBox .fNavi .subList .subUl li {
	margin-bottom: 1.5rem;
}
#gFooter .fBox .fNavi .subList .subUl li a {
	padding-left: 1rem;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1.33;
	text-decoration: none;
}
#gFooter .fBox .fNavi .subList .subUl li a::before {
	position: absolute;
	top: 0.9rem;
	left: 0;
	width: 0.4rem;
	height: 1px;
	background-color: #FFF;
	content: '';
}
#gFooter address {
	padding: 1.9rem 0 2.1rem;
	color: #FFF;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	border-top: 1px solid #707070;
}
@media all and (min-width: 897px) and (max-width: 1460px) {
	#gFooter .fBox .fNavi {
		width: calc(100% - 33rem);
		gap: 3.5rem;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		margin: 6.5rem 0 5.2rem;
		padding: 3rem 0 0;
	}
	#gFooter .fBox {
		margin: 0 0 3.9rem;
		padding: 0;
		max-width: inherit;
		display: block;
	}
	#gFooter .fBox .lBox {
		width: auto;
	}
	#gFooter .fBox .lBox .fLogo {
		margin: 0 auto 1.8rem;
		width: 21rem;
	}
	#gFooter .fBox .lBox .text {
		margin: 0 auto -0.6rem;
		min-width: 28.2rem;
		width: fit-content;
		font-size: 1.2rem;
		line-height: 1.83;
	}
	#gFooter .fBox .tel {
		margin: 0 auto 1.5rem;
		width: fit-content;
	}
	#gFooter .fBox .tel a {
		padding: 0.5rem 0 0.5rem 6rem;
		width: fit-content;
		display: block;
		color: #FFF;
		font-size: 3.6rem;
		font-weight: 700;
		font-family: "Oswald", sans-serif;
		letter-spacing: 0.04em;
		background: url(../../img/img-202507/common/icon01.png) no-repeat left top calc(50% + 0.3rem) / 5rem;
	}
	#gFooter .fBox .fNavi {
		display: none;
	}
	#gFooter address {
		padding: 1rem 2.3rem 0.9rem;
		line-height: 1.6;
		text-align: left;
		border-top: 1px solid #707070;
	}
	#gFooter address .sub {
		margin: 0 auto;
		width: fit-content;
		display: block;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin: 0 0 1.7rem;
	min-height: 28.1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: url(../../img/img-202507/common/page_title_bg.jpg) no-repeat center center / cover;
}
.pageTitle h1 {
	color: #FFF;
	font-size: 8rem;
	font-weight: 700;
	text-align: center;
}
.pageTitle h1 .en {
	margin-top: -0.4rem;
	display: block;
	color: #C9C9C9;
	font-size: 2.4rem;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin: 0 0 2rem;
		min-height: 14rem;
		background-image: url(../../img/img-202507/common/page_title_bg_sp.jpg);
	}
	.pageTitle h1 {
		font-size: 4rem;
		font-weight: 500;
	}
	.pageTitle h1 .en {
		margin-top: -0.3rem;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 6.6rem;
	padding: 0 2rem;
	max-width: 144rem;
}
#pagePath li {
	display: inline-block;
	color: #333;
	font-size: 1.4rem;
	font-weight: 500;
}
#pagePath li a {
	margin-right: 0.3rem;
	color: #333;
	font-size: 1.4rem;
	font-weight: 500;
	text-decoration: underline;
}
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#pagePath {
		margin: 0 2.3rem 5.7rem;
		padding: 0;
		max-width: inherit;
	}
}

/* =202507 page.phpのレイアウト調整のためのcss= */
/* .cf::after {
  content: "";
  display: table;
  clear: both;
} */
