@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-YH */
/* 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;
}
/* font */
.enFont {
	font-family: "futura-pt", sans-serif;
	font-weight: 700;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding: 6.2rem 6.2rem 1.9rem;
}
.pageTitle h2 {
	margin-bottom: 9rem;
	min-height: 2.4rem;
	text-align: center;
	color: #214240;
	font-weight: 700;
	letter-spacing: 0.25em;
}
.pageTitle h2 .enFont {
	display: block;
	position: relative;
	z-index: 11;
}
.pageTitle h2 .jp {
	position: absolute;
	top: 12.6rem;
	right: 6.5rem;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.24em;
	writing-mode: vertical-rl;
	white-space: nowrap;
	text-orientation: upright;
	z-index: 11;
}
.pageTitle h2 .jp .htb {
	writing-mode: horizontal-tb;
	margin-left: 0.2em;
	display: inline-block;
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding: 11.4rem 2rem 4.8rem;
		display: flex;
		flex-direction: column-reverse;
		gap: 3.6rem;
	}
	.pageTitle h2 {
		margin-bottom: 0;
		min-height: initial;
		text-align: left;
	}
	.pageTitle h2 .enFont {
		z-index: 5;
	}
	.pageTitle h2 .jp {
		top: 7.1rem;
		right: 3.2rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 65rem;
	max-width: 95%;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		width: auto !important;
		max-width: initial !important;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	width: 20.3rem;
}
.comBtn a {
	padding: 1.2rem 3rem 1.2rem 2.5rem;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	border-radius: 5rem;
	background: url(../img/common/icon07.png) no-repeat right 1.6rem center / 1.1rem, url(../img/common/bg05.png) no-repeat center center / cover;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		background: url(../img/common/icon08.png) no-repeat right 1.6rem center / 1.1rem, url(../img/common/bg05.png) no-repeat center center / cover;
	}
}
@media all and (max-width: 896px) {
	.comBtn {
		margin: 0 auto;
		width: 31.5rem;
		max-width: 100%;
	}
	.comBtn a {
		padding: 1.9rem 3rem 2.2rem;
		font-size: 1.6rem;
		text-align: center;
		background: url(../img/common/icon08.png) no-repeat right 2.4rem center / 1.1rem, url(../img/common/bg05.png) no-repeat center center / cover;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 5.8rem;
	text-align: center;
	font-size: 4rem;
	font-weight: 700;
	color: #214240;
	letter-spacing: 0.36em;
	line-height: 1.722;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.6rem;
		font-size: 3.2rem;
		line-height: 1.6;
		letter-spacing: 0.24em;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 2.2rem;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	line-height: 1.5625;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.5rem;
		text-align: center;
		font-size: 2.6rem;
		letter-spacing: 0.22em;
		line-height: 1.35;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	position: relative;
	border-top: 0.4rem solid #214240;
	border-bottom: 0.4rem solid #214240;
	background: #fff;
}
.headLine03 .ttlInner {
	margin: 0 auto;
	padding: 0 4.8rem;
	max-width: 136.6rem;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}
.headLine03 .enFont {
	width: 33rem;
	display: block;
	font-size: 5rem;
	color: #214240;
	line-height: 1;
	letter-spacing: 0.25em;
}
.headLine03 .imgtext {
	margin: 2.4rem 0 -3.3rem 1.7rem;
	width: 68.1rem;
	display: block;
}
.headLine03 .line {
	width: 21.8rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}
.headLine03 .line .jsLottie {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 2.1rem;
		background: transparent;
	}
	.headLine03::after {
		width: 2.3rem;
		right: 9.1rem;
		border-width: 0.8rem;
		display: none;
	}
	.headLine03 .ttlInner {
		padding: 3.4rem 2.9rem 0.6rem;
		max-width: initial;
		display: block;
	}
	.headLine03 .enFont {
		width: auto;
		font-size: 2.4rem;
		letter-spacing: 0.24em;
	}
	.headLine03 .imgtext {
		margin: 0.3rem -1.5rem 0 0;
		width: auto;
		text-align: center;
	}
	.headLine03 .imgtext img {
		width: 31.8rem;
	}
	.headLine03 .line {
		width: 20.9rem;
	}
	.headLine03 .line .jsLottie {
		width: 130%;
		height: 130%;
	}
}
/*------------------------------------------------------------
	comTractor
------------------------------------------------------------*/
:root {
	--winLeft: 100%;
}
@keyframes move {
	0% {
		transform: translateX(-100%);
	}
	87% {
		transform: translateX(var(--winLeft));
	}
	100% {
		transform: translateX(var(--winLeft));
	}
}
.comTractor {
	width: 17.8rem;
	position: absolute;
	left: 6.3rem;
	top: 0rem;
	z-index: 1;
}
.comTractor .tractor {
	width: 25rem;
	position: absolute;
	left: 0;
	bottom: -1.8rem;
	animation: move 40s linear infinite;
}
@media all and (max-width: 896px) {
	.comTractor .tractor {
		width: 18rem;
	}
}
/*------------------------------------------------------------
	loading
------------------------------------------------------------*/
.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100svh;
	background-color: #F7F7F7;
	z-index: 10000;
	transition: all 1s;
}
.loading::before {
	position: absolute;
	top: -100svh;
	left: 0;
	width: 100%;
	height: 100svh;
	background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 100%);
	content: '';
}
.loading.active {
	transform: translateY(200%);
}
.grecaptcha-badge {
	visibility: hidden;
}
.googleTxt {
	margin-top: 1.2rem;
}
.googleTxt a {
	text-decoration: underline;
}
@media all and (min-width: 897px) {
	.googleTxt a:hover {
		text-decoration: none;
	}
}