@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;
}
.inter {
	font-family: "Inter", 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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 134rem;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	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;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-left: 6.4rem;
	display: flex;
	align-items: center;
	gap: 2.5rem;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 666;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
#gHeader .logo {
	width: 20rem;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1.3rem 2rem;
		justify-content: space-between;
	}
	#gHeader .logo {
		width: 10.2rem;
		position: relative;
		z-index: 999;
	}
	.menu {
		position: relative;
		width: 2.4rem;
		height: 2.2rem;
		z-index: 999;
		cursor: pointer;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 2.4rem;
		height: 0.2rem;
		background: #bfc2ce;
	}
	.menu span:nth-of-type(1) {
		top: 0;
	}
	.menu span:nth-of-type(2) {
		top: 1rem;
	}
	.menu span:nth-of-type(3) {
		top: 2rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(1rem) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-1rem) rotate(45deg);
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	flex: 1;
}
#gNavi .hInner {
	display: flex;
	flex-direction: column-reverse;
	align-items: end;
	row-gap: 1.8rem;
	width: fit-content;
	margin-left: auto;
}
#gNavi .navUl {
	display: flex;
	align-items: center;
	gap: 2.4rem;
}
#gNavi .navUl a {
	font-weight: 700;
	font-size: 1.5rem;
}
#gNavi .telLink {
	width: 100%;
	font-size: 1.4rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 1.2rem;
}
#gNavi .telLink .txt {
	margin-right: auto;
}
#gNavi .telLink a {
	font-weight: 500;
	font-size: 2.2rem;
	text-align: left;
	color: #0045a3;
	font-family: "Inter", sans-serif;
}
#gNavi .telLink .time {
	font-size: 1.1rem;
}
@media all and (min-width: 897px) {
	#gNavi a:hover {
		color: #0045a3;
	}
	#gNavi {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gNavi {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
		z-index: 998;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
	#gNavi .hInner {
		margin: 0;
		padding: 10rem 2rem;
		display: block;
		width: 100%;
	}
	#gNavi .telLink {
		display: block;
	}
	#gNavi .navUl {
		margin-bottom: 3.9rem;
		display: block;
	}
	#gNavi .telLink .txt {
		display: block;
		margin-bottom: 0.5rem;
	}
	#gNavi .telLink .time {
		display: inline-block;
		margin-left: 1.3rem;
	}
	#gNavi .navUl a {
		padding: 1.4rem 0 1.5rem;
		font-size: 1.5rem;
		display: block;
		border-top:  1px solid #bec2ce;
	}
	#gNavi .navUl li:last-of-type a {
		border-bottom: 1px solid #bec2ce;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .innerBox {
	padding-bottom: 24rem;
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	gap: 6rem;
}
#gFooter .phoBox {
	width: 50%;
	overflow: hidden;
	border-radius: 4rem 0 0 4rem;
}
#gFooter .phoBox img {
	width: 100%;
}
#gFooter .textBox {
	padding-left: calc((100% - 131.2rem) / 2);
	flex: 1;
}
#gFooter .textBox .logo {
	margin-bottom: 3.7rem;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 700;
	gap: 1.6rem;
}
#gFooter .textBox .logo a {
	width: 20rem;
}
#gFooter .textBox p {
	font-size: 1.4rem;
	line-height: 1.8;
}
#gFooter .title {
	margin: 3.8rem 0 1.6rem;
	font-size: 1.8rem;
	color: #0045a3;
}
#gFooter dl {
	margin-bottom: 4rem;
	row-gap: 0.5rem;
}
#gFooter dl dt {
	width: 5.5rem;
}
#gFooter dl dd {
	width: calc(100% - 5.5rem);
}
#gFooter dl dd .mail {
	text-decoration: underline;
	color: #0045a3;
}
#gFooter .link {
	margin-bottom: 4rem;
	display: flex;
	gap: 3.9rem;
}
#gFooter .link a {
	padding-left: 2.5rem;
	background: url(../image/arrow_icon02.png) no-repeat center left / 1.6rem;
}
#gFooter address {
	font-size: 1.4rem;
	color: #666;
}
@media all and (min-width: 897px) {
	#gFooter .textBox .logo a:hover {
		opacity: 0.7;
	}
	#gFooter dl dd .mail:hover {
		text-decoration: none;
	}
	#gFooter .link a:hover {
		color: #0045a3;
		background-image: url(../image/arrow_icon04.png);
	}

}
@media all and (max-width: 896px) {
	#gFooter .innerBox {
		padding-bottom: 9.6rem;
		display: block;
	}
	#gFooter .phoBox {
		margin-bottom: 4rem;
		width: 100%;
		border-radius: 0;
	}
	#gFooter .link {
		margin-bottom: 3.7rem;
	}
	#gFooter .textBox {
		padding: 0 2rem;
	}
	#gFooter address {
		line-height: 1.8;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-jyj */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.logo a {
	display: block;
}
.logo img {
	width: 100%;
}
.content {
	margin: 0 auto;
	width: 116rem;
}
@media all and (min-width: 897px) {
	.content.lar {
		width: 131.2rem;
	}
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		width: auto;
	}
}
/* fixBtn */
.fixBtn {
	width: 24rem;
	display: flex;
}
.fixBtn li {
	width: 50%;
}
.fixBtn a {
	padding: 2rem 0 2.6rem;
	height: 100%;
	display: block;
	font-size: 1.4rem;
	text-align: center;
	font-weight: 700;
	color: #fff;
	background: #0045a3;
	border: 1px solid #0045a3;
	box-sizing: border-box;
}
.fixBtn .bg a {
	background: #d50000;
	border-color: #d50000;
}
.fixBtn .ico {
	margin: 0 auto 0.4rem;
	width: 2.7rem;
	display: block;
	background: url(../image/icon03.png) no-repeat center center / 2.7rem;
}
.fixBtn .bg .ico {
	background-image: url(../image/icon04.png);
}
.fixBtn .ico img {
	width: 100%;
	transition: 0.3s;
}
@media all and (min-width: 897px) {
	.fixBtn a:hover .ico img {
		opacity: 0;
	}
	.fixBtn a:hover {
		color: #0045a3;
		background: #fff;
	}
	.fixBtn .bg a:hover {
		color: #d50000;
	}
}
@media all and (max-width: 896px) {}
/* fCta */
.fCta {
	position: fixed;
	z-index: 1000;
	left: 0;
	bottom: -100px;
	width: 100%;
	padding-left: calc((100% - 131.2rem) / 2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	background: #e8edf6;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	transition: .5s;
}
.fCta.on {
	bottom: 0;
}
.fCta .fixBtn {
	width: 40rem;
}
.fCta .fixBtn a {
	padding: 1.5rem 2.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	font-size: 1.6rem;
	gap: 0.9rem;
}
.fCta .fixBtn .ico {
	margin: 0;
}
.fCta .fixBtn .txt {
	flex: 1;
}
.fCta p {
	font-weight: 700;
	flex: 1;
}
.fCta .col {
	color: #0045A3;
}
@media (min-width: 897px) and (max-width: 1350px) {
	.fCta {
		padding-left: 2rem;
	}

}
@media all and (max-width: 896px) {
	.fCta {
		padding: 0;
	}
	.fCta p {
		display: none;
	}
	.fCta .fixBtn {
		width: 100%;
	}
	.fCta .fixBtn a {
		padding: 0.9rem 1.4rem 0.8rem;
		line-height: 1.25;
		justify-content: center;
		gap: 0.9rem;
	}
	.fCta .fixBtn a .txt {
		flex: inherit;
		width: fit-content;
	}
}
/* headLine01 */
.headLine01 {
	margin-bottom: 5.5rem;
	font-size: 4rem;
	text-align: center;
}
.headLine01.col {
	color: #fff !important;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom:3.5rem;
		font-size: 3rem;
		line-height: 1.3;
	}
}
/* lightTxt */
.lightTxt {
	font-weight: 700;
	background: linear-gradient(to bottom,transparent 70%,#F8FF01 20%);
}
@media all and (max-width: 896px) {}
/* comImgBox */
.comImgBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 8rem;
}
.comImgBox .textBox {
	width: 45rem;
}
.comImgBox .headLine01 {
	text-align: left;
}
.comImgBox .image {
	margin: -1.7rem auto 0 -22rem;
	width: 62.3rem;
}
@media all and (max-width: 896px) {
	.comImgBox {
		display: block;
	}
	.comImgBox .textBox {
		width: auto;
	}
	.comImgBox .image {
		display: none;
	}
	.comImgBox .headLine01 {
		text-align: center;
	}
}
/* comUl */
.comUl {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
}
.comUl li {
	width: 36rem;
}
.comUl .img {
	margin-bottom: 2.3rem;
	overflow: hidden;
	border-radius: 1.6rem;
	aspect-ratio: 360/240;
}
.comUl .border {
	border: 1px solid #ccc;
}
.comUl .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comUl h4 {
	margin-bottom: 1.3rem;
	font-size: 2rem;
}
.comUl p {
	line-height: 1.8;
}
@media all and (max-width: 896px) {
	.comUl {
		display: block;
	}
	.comUl li {
		width: 100%;
	}
	.comUl .img {
		margin-bottom: 1.6rem;
	}
	.comUl li + li {
		margin-top: 2.9rem;
	}
}
/*  */
@media all and (max-width: 896px) {}

.inview.fadeup {
	opacity: 0;
	transition-duration: .5s;
	transform: translateY(10px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
.inview.fadeleft {
	opacity: 0;
	transition-duration: .5s;
	transform: translateX(-20px);
}
.inview.fadeleft.active {
	opacity: 1;
	transform: translateX(0px);
}
.inview.faderight {
	opacity: 0;
	transition-duration: .5s;
	transform: translateX(20px);
}
.inview.faderight.active {
	opacity: 1;
	transform: translateX(0px);
}
.delay01 {
	transition-delay: .3s;
}
.delay02 {
	transition-delay: .6s;
}
.delay03 {
	transition-delay: .9s;
}
.delay04 {
	transition-delay: 1.2s;
}
.delay05 {
	transition-delay: 1.5s;
}
.delay06 {
	transition-delay: 1.8s;
}
.delay07 {
	transition-delay: 2.1s;
}
.delay08 {
	transition-delay: 2.4s;
}
.delay09 {
	transition-delay: 2.7s;
}
.delay10 {
	transition-delay: 3s;
}
.delay11 {
	transition-delay: 3.3s;
}
.delay12 {
	transition-delay: 3.6s;
}
.delay13 {
	transition-delay: 3.9s;
}
.delay14 {
	transition-delay: 4.2s;
}
.delay15 {
	transition-delay: 4.5s;
}