@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* 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
------------------------------------------------------------*/
.poppins {
	font-family: "Poppins", sans-serif;
}
.noto {
	font-family: "Noto Sans JP", sans-serif;
}
.comFont {
	font-feature-settings: "palt";
}
@media all and (max-width: 896px) {
	.spComFont {
		font-feature-settings: "palt";
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 116rem;
	margin: 0 auto;
}
.content.wid01 {
	width: 120rem;
}
@media all and (max-width: 896px) {
	.content {
		width: auto !important;
		padding: 0 2.5rem;
	}
}
/*------------------------------------------------------------
	pageTtl
------------------------------------------------------------*/
.pageTtl {
	max-width: 140rem;
	margin: 0 auto;
	position: relative;
	padding: 7.1rem 0 16.2rem;
}
.pageTtl .pho {
	position: relative;
}
.pageTtl .pho img {
	width: 100%;
}
.pageTtl .pho::before,
.pageTtl .pho::after {
	position: absolute;
	height: 0.6rem;
	width: 44.5rem;
	background-color: #29DE3C;
	content: "";
}
.pageTtl .pho::before {
	left: 0;
	top: -0.6rem;
}
.pageTtl .pho::after {
	right: 0;
	bottom: -0.6rem;
}
.pageTtl .phoLine {
	position: relative;
}
.pageTtl .phoLine::after {
	position: absolute;
	width: 0.6rem;
	height: 26.4rem;
	bottom: 0;
	left: -0.6rem;
	background-color: #29DE3C;
	content: "";
}
@media all and (min-width: 897px) {
	.pageTtl .pho {
		position: absolute;
		right: 0;
		top: 8.5rem;
		width: 90rem;
	}
}
@media all and (max-width: 896px) {
	.pageTtl {
		max-width: inherit;
		padding: 5.9rem 0 9.7rem;
	}
	.pageTtl .pho {
		margin-top: 4.9rem;
	}
	.pageTtl .pho::before,
	.pageTtl .pho::after {
		width: 23.6rem;
	}
	.pageTtl .pho::after {
		display: none;
	}
	.pageTtl .phoLine::after {
		display: none;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	max-width: 140rem;
	margin: 0 auto;
	padding: 8.4rem 7.9rem;
	position: relative;
}
.pageTitle .pho {
	width: 94.4rem;
	margin-left: auto;
	position: relative;
}
.pageTitle .pho::before,
.pageTitle .pho::after {
	position: absolute;
	width: 66.4rem;
	height: 40.9rem;
	background : linear-gradient(135deg, rgba(60, 244, 78, 1) 0.02%, rgba(42, 203, 57, 1) 100%);
	border-radius: 2.9rem;
	content: "";
}
.pageTitle .pho::before {
	left: -1.4rem;
	top: -1.4rem;
}
.pageTitle .pho::after {
	right: -1.4rem;
	bottom: -1.4rem;
}
.pageTitle .pho img {
	position: relative;
	width: 100%;
	z-index: 2;
}
.pageTitle .pho > div {
	border-radius: 1.7rem;
}
@media all and (min-width: 897px) {
	.pageTitle .headLine04 {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-52.5%);
		z-index: 3;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		max-width: initial;
		padding: 3.6rem 0;
		display: block;
	}
	.pageTitle .pho {
		margin: 5.2rem 2.5rem 0 2.4rem;
		width: auto;
	}
	.pageTitle .pho::before,
	.pageTitle .pho::after {
		width: 21.4rem;
		height: 29.2rem;
		border-radius: 2rem;
	}
	.pageTitle .pho::before {
		left: -1rem;
		top: -1rem;
	}
	.pageTitle .pho::after {
		right: -1rem;
		bottom: -1rem;
	}
	.pageTitle .pho > div {
		border-radius: 1.5rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	padding: 0 0 2.2rem 6rem;
	position: relative;
	color: #040000;
}
.headLine01::before {
	position: absolute;
	left: 0;
	top: 0.1rem;
	bottom: 0;
	width: 2.1rem;
	background : linear-gradient(170.28deg, rgba(61, 243, 78, 1) 0.02%, rgba(43, 202, 57, 1) 100%);
	content: "";
}
.headLine01 .en {
	display: block;
	font-size: 6.4rem;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}
.headLine01 .jp {
	margin: 0.7rem 0.5rem 0;
	display: block;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		padding: 0 2.4rem;
	}
	.headLine01::before {
		top: -0.2rem;
		width: 1.1rem;
	}
	.headLine01.noLine {
		padding: 0 2.2rem;
	}
	.headLine01.noLine::before {
		display: none;
	}
	.headLine01 .en {
		font-size: 4.55rem;
		line-height: 0.92;
	}
	.headLine01 .jp {
		margin: 0.2rem 0.1rem 0;
		font-size: 1.6rem;
	}
	.headLine01.noLine .jp {
		margin-top: 0.7rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 6.3rem;
	position: relative;
	color: #040000;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	overflow: hidden;
}
.headLine02::before {
	position: absolute;
	left: 0;
	top: 58%;
	height: 1px;
	right: 0;
	background-color: #040000;
	content: "";
}
.headLine02 > span {
	padding-right: 0.8rem;
	position: relative;
	width: fit-content;
	display: block;
	background-color: #fff;
}
.headLine02 .sml {
	font-weight: 400;
	font-size: 2rem;
	font-weight: 300;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.4rem;
		font-size: 2.5rem;
		letter-spacing: 0;
	}
	.headLine02 .sml {
		position: absolute;
		left: -1rem;
		top: calc(100% - 0.3rem);
		font-size: 1.4rem;
		word-break: keep-all;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 1.6rem;
	padding-left: 1.8rem;
	line-height: 1.2;
	font-size: 2rem;
	font-weight: 500;
	border-left: 0.6rem solid #29c03c;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin: 0 -2rem 0.9rem 0;
		padding: 0 0 0.3rem 1.4rem;
		line-height: 1.28;
		font-size: 1.8rem;
		font-weight: 700;
		border-left-width: 0.6rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	position: relative;
	height: 29.3rem;
	padding: 5.1rem 0 0 7.5rem;
	color: #040000;
}
.headLine04::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4rem;
	background : linear-gradient(135deg, rgba(60, 244, 78, 1) 0.02%, rgba(42, 203, 57, 1) 100%);
	content: "";
	border-radius: 0 4rem 4rem 0;
}
.headLine04 .en {
	display: block;
	font-size: 6.4rem;
	font-weight: 600;
	line-height: 1.06;
	font-family: "Poppins", sans-serif;
}
.headLine04 .jp {
	margin: 1.9rem 0.5rem 0;
	display: block;
	font-size: 2rem;
	font-weight: 400;
}
@media all and (max-width: 896px) {
	.headLine04 {
		height: auto;
		padding: 2.3rem 0 0.9rem 3.3rem;
	}
	.headLine04::before {
		width: 2rem;
		border-radius: 0 4rem 4rem 0;
	}
	.headLine04 .en {
		font-size: 4.55rem;
		line-height: 0.92;
	}
	.headLine04 .jp {
		margin: 0.7rem 0.2rem 0;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin: 0 0 2.9rem -1.8rem;
	width: 30.8rem;
	color: #231815;
	font-size: 2.6rem;
	font-weight: 700;
	overflow: hidden;
	border-radius: 5rem;
}
.headLine05 > span {
	padding: 2.3rem 2rem 2.7rem 5.1rem;
	display: block !important;
	font-weight: 700;
	--bgcolor: linear-gradient(90deg, rgba(60, 244, 78, 1) 0.02%, rgba(42, 203, 57, 1) 100%);
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin: 0 0 2.7rem -0.7rem;
		width: fit-content;
		font-size: 2.3rem;
		letter-spacing: 0.1em;
	}
	.headLine05 > span {
		padding: 1.7rem 5.4rem 1.9rem;
	}
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	margin-bottom: 1.2rem;
	padding-bottom: 1.6rem;
	font-weight: 700;
	color: #040000;
	font-size: 2.2rem;
	letter-spacing: 0.06em;
	border-bottom: 1px solid #686666;
}
@media all and (max-width: 896px) {
	.headLine06 {
		margin-bottom: 1.7rem;
		padding-bottom: 0.4rem;
	}
}
/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
	margin: 0 -0.2rem 3rem;
	position: relative;
	font-size: 2.8rem;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}
.headLine07::before {
	position: absolute;
	right: calc(100% + 1.4rem);
	bottom: 1.4rem;
	width: 1000rem;
	height: 1px;
	background-color: #231815;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine07 {
		margin: 0 -0.3rem 2.6rem;
		font-size: 3.5rem;
	}
	.headLine07::before {
		right: calc(100% + 0.4rem);
		bottom: 1.7rem;
	}
}
/*------------------------------------------------------------
	headLine08
------------------------------------------------------------*/
.headLine08 {
	margin-bottom: 3.2rem;
	position: relative;
	color: #040000;
}
.headLine08 .ico {
	position: absolute;
	left: -2.6rem;
	top: -1.2rem;
	width: 2.3rem;
}
.headLine08 .en {
	display: block;
	font-size: 5.2rem;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}
.headLine08 .jp {
	margin: -0.3rem 0.2rem 0;
	display: block;
	font-size: 2rem;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.headLine08 {
		margin: 0 -0.2rem 1rem;
		width: fit-content;
	}
	.headLine08 .ico {
		left: auto;
		right: -2.7rem;
		top: -0.5rem;
		width: 1.7rem;
	}
	.headLine08 .en {
		font-size: 3.8rem;
	}
	.headLine08 .jp {
		margin: -1.2rem 0.2rem 0;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	headLine09
------------------------------------------------------------*/
.headLine09 {
	margin: 0 4.5rem 2.6rem;
}
.headLine09 .en {
	display: block;
	font-size: 3.3rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	font-family: "Poppins", sans-serif;
}
.headLine09 .jp {
	margin: -0.3rem 0.3rem 0;
	padding-bottom: 0.7rem;
	display: block;
	width: fit-content;
	color: #040000;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #29C03C;
}
@media all and (max-width: 896px) {
	.headLine09 {
		margin: 0 1.3rem 2.2rem;
	}
	.headLine09 .en {
		font-size: 3.4rem;
		line-height: 1.08;
	}
	.headLine09 .jp {
		margin: 0.7rem 0.1rem 0;
		padding-bottom: 0.4rem;
		font-size: 1.8rem;
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	headLine10
------------------------------------------------------------*/
.headLine10 {
	margin: 0 -0.4rem 6.8rem;
	position: relative;
	font-size: 4.6rem;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}
.headLine10::before {
	position: absolute;
	right: calc(100% + 1.2rem);
	bottom: 2.2rem;
	width: 1000rem;
	height: 1px;
	background-color: #231815;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine10 {
		margin: 0 -0.3rem 2.6rem;
		font-size: 3.5rem;
	}
	.headLine10::before {
		right: calc(100% + 0.4rem);
		bottom: 1.7rem;
	}
}
/*------------------------------------------------------------
	headLine11
------------------------------------------------------------*/
.headLine11 {
	position: absolute;
	left: 5.5rem;
	top: 22.6rem;
	z-index: 1;
}
.headLine11 .num {
	display: block;
	width: fit-content;
	font-size: 1.5rem;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	border-bottom: 0.6rem solid #29DE3C;
}
.headLine11 .en {
	width: fit-content;
	line-height: 0.9;
	display: block;
	font-size: 8.55rem;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}
.headLine11 .bg_line {
	padding: 0.5rem 0.9rem 0.3rem;
	display: block !important;
	--bgcolor: #fff;
}
.headLine11 .jp {
	margin-top: 0.5rem;
	width: fit-content;
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
}
.headLine11 .jp .bg_line {
	padding: 0.1rem 1rem 0.3rem 1.4rem;
	--bgcolor: #000;
}
@media all and (max-width: 896px) {
	.headLine11 {
		left: 2.4rem;
		top: 4.4rem;
	}
	.headLine11 .num {
		padding-bottom: 0.3rem;
		font-size: 1.6rem;
		line-height: 1;
		border-width: 0.3rem;
	}
	.headLine11 .en {
		font-size: 5.2rem;
	}
	.headLine11 .bg_line {
		padding: 0.1rem 0.4rem 0;
	}
	.headLine11 .jp {
		margin-top: 0.4rem;
		font-size: 1.5rem;
	}
	.headLine11 .jp .bg_line {
		padding: 0 0.7rem 0.1rem 1rem;
	}
}
/*------------------------------------------------------------
	headLine12
------------------------------------------------------------*/
.headLine12 {
	margin-bottom: 6.8rem;
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	color: #040000;
}
@media all and (min-width: 897px) {
	.headLine12.big {
		font-size: 2.6rem;
	}
}
.headLine12 .big {
	margin: -1rem 0 0 1.2rem;
	font-size: 3.8rem;
	display: inline-block;
	vertical-align: middle;
}
.headLine12::before {
	position: absolute;
	right: calc(100% + 1.2rem);
	top: 50%;
	width: 1000rem;
	height: 1px;
	background-color: #231815;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine12 {
		margin: 0 1.1rem 2.7rem;
		font-size: 2.2rem;
	}
	.headLine12 .big {
		margin: -1.1rem 0 0;
		font-size: 3.5rem;
		display: block;
	}
	.headLine12::before {
		right: calc(100% + 0.8rem);
	}
}
/*------------------------------------------------------------
	headLine13
------------------------------------------------------------*/
.headLine13 {
	margin: 0 -3rem 2.7rem 0;
}
.headLine13 .en {
	margin-bottom: 0.9rem;
	display: block;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}
.headLine13 .jp {
	display: block;
	font-size: 3.5rem;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.headLine13 {
		margin: 0 0 1.7rem -0.2rem;
	}
	.headLine13 .en {
		margin-bottom: 1.3rem;
		font-size: 1.4rem;
	}
	.headLine13 .jp {
		font-size: 2.6rem;
		line-height: 1.61;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	margin: 0 -0.8rem;
}
.comTable table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0.8rem 0.9rem;
}
.comTable th,
.comTable td {
	vertical-align: middle;
	text-align: left;
	color: #040000;
	line-height: 1.53;
	font-weight: 400;
	box-sizing: border-box;
	background-color: #F7F7F7;
}
.comTable td {
	padding: 1.6rem 3rem;
}
.comTable th {
	position: relative;
	width: 12.5%;
	color: #fff;
	background-color: transparent;
}
.comTable .wid {
	width: 37.5%;
}
.comTable th .bg_line {
	display: block;
	--bgcolor: #29c03c;
}
.comTable .textList li {
	text-indent: -1em;
	padding-left: 1em;
}
@media all and (min-width: 897px) {
	.comTable td + th .bg_line {
		padding-left: 3.8rem;
	}
	.comTable th p,
	.comTable th .bg_line {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.comTable th .bg_line {
		padding: 1.6rem 2.8rem;
		display: flex;
		align-items: center;
	}
}
@media all and (max-width: 896px) {
	.comTable {
		margin: 0 -2.5rem;
	}
	.comTable table {
		border-collapse: collapse;
	}
	.comTable th,
	.comTable td {
		width: 100% !important;
		display: block;
		line-height: 1.81;
	}
	.comTable td {
		padding: 1.2rem 4rem 1.7rem;
		text-align: justify;
		border-bottom: 1.5rem solid #fff;
	}
	.comTable th .bg_line {
		padding: 1.2rem 4rem;
	}
}
/*------------------------------------------------------------
	comHover1
------------------------------------------------------------*/
.comHoverTxt {
	position: relative;
	overflow: hidden;
	display: block;
}
.comHover1 .onText {
	display: inline-block;
	transition: transform .8s cubic-bezier(.16, 1, .3, 1), opacity .4s cubic-bezier(.16, 1, .3, 1), color .4s cubic-bezier(.16, 1, .3, 1);
}
.comHover1 .hoverTxt {
	width: 100%;
	position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
	transform: translateY(100%);
	display: inline-block;
	transition: transform .8s cubic-bezier(.16, 1, .3, 1), opacity .4s cubic-bezier(.16, 1, .3, 1), color .4s cubic-bezier(.16, 1, .3, 1);
}
.comHover4 {
	display: inline-block;
}
@media all and (min-width: 897px) {
	.comHover1:hover .onText {
		opacity: 0;
		transform: translateY(-100%);
	}
	.comHover1:hover .hoverTxt {
		opacity: 1;
		transform: translateY(0);
	}
	.comHover4:hover {
		opacity: 0.7;
	}
}
/*------------------------------------------------------------
	comHover2
------------------------------------------------------------*/
.comHover2 .pho {
	overflow: hidden;
}
.comHover2 img {
	width: 100%;
	transition: transform ease 0.3s;
}
@media all and (min-width: 897px) {
	.comHover2:hover img {
		transform: scale(1.1) !important;
	}
}
/*------------------------------------------------------------
	comHover3
------------------------------------------------------------*/
.comArrow {
	width: 5.9rem;
	height: 5.9rem;
	position: absolute;
	right: 9.5rem;
	top: 50%;
	background: #040000 url(../img/common/icon14_on.webp) no-repeat center center;
	background-size: 1.7rem auto;
	border-radius: 100%;
	transform: translateY(-50%);
	transition: .3s;
}
@media all and (min-width: 897px) {
	.comHover3:hover .comArrow {
		background-color: #fff;
		background-image: url(../img/common/icon14.webp);
	}
}
@media all and (max-width: 896px) {
	.comArrow {
		width: 5.6rem;
		height: 5.6rem;
		right: 4rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 22.5rem;
	overflow: hidden;
	border-radius: 5rem;
	font-family: "Poppins", sans-serif;
}
.comLink a {
	display: block;
}
.comLink .bg_line {
	height: 5rem;
	padding: 0 2.4rem;
	position: relative;
	font-size: 1.4rem;
	font-weight: 600;
	display: flex !important;
	align-items: center;
	--bgcolor: #fff;
}
.comLink.color01 .bg_line {
	--bgcolor: linear-gradient(135deg, rgba(60, 244, 78, 1) 0.02%, rgba(42, 203, 57, 1) 100%);
}
.comLink .bg_line::before {
	position: absolute;
	right: 2.8rem;
	top: 2.1rem;
	width: 1.7rem;
	height: 0.7rem;
	background: url(../img/common/icon05.svg) no-repeat;
	background-size: 1.7rem auto;
	content: "";
}
.comLink.jp {
	width: 30.2rem;
	font-family: "Noto Sans JP", sans-serif;
}
.comLink.jp .bg_line {
	font-size: 1.6rem;
	font-weight: 400;
}
@media all and (max-width: 896px) {
	.comLink {
		width: 17.8rem;
	}
	.comLink .bg_line {
		height: 3.9rem;
		padding: 0 1.9rem;
	}
	.comLink .bg_line::before {
		right: 2.3rem;
		top: 1.7rem;
		width: 1.2rem;
		height: 0.5rem;
		background-size: 1.2rem auto;
	}
	.comLink.jp {
		width: 22.8rem;
	}
	.comLink.jp .bg_line {
		height: 4.6rem;
		padding-left: 2.4rem;
	}
	.comLink.jp .bg_line::before {
		right: 2.8rem;
		top: 2rem;
		width: 1.5rem;
		height: 0.8rem;
		background-size: 1.5rem auto;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	width: 24rem;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 5rem;
}
.comBtn.wid01 {
	width: 25rem;
}
.comBtn a {
	display: block;
	color: #040000;
	font-weight: 700;
}
.comBtn .bg_line {
	height: 4.7rem;
	padding: 0 2.4rem;
	position: relative;
	display: flex !important;
	align-items: center;
	--bgcolor: #fff;
}
.comBtn .bg_line::before {
	width: 6.6rem;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/common/icon12.svg) no-repeat center center,linear-gradient(135deg, rgba(60, 244, 78, 1) 0.02%, rgba(42, 203, 57, 1) 100%);;
	background-size: 0.6rem auto, auto;
	content: "";
}
@media all and (max-width: 896px) {
	.comBtn {
		width: 12.3rem;
	}
	.comBtn.wid01 {
		width: 16rem;
	}
	.comBtn .bg_line {
		height: 3rem;
		padding: 0 1.2rem;
		font-size: 1.3rem;
	}
	.comBtn .bg_line::before {
		width: 3.3rem;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	background-image:linear-gradient( to right, #3CF34D 0%, #2BCD3A 100%);
}
.comContact a {
	position: relative;
	display: block;
	padding: 4.2rem 9.7rem 4.3rem;
}
.comContact .headLine08 {
	margin-bottom: 0;
	color: #000;
}
@media all and (min-width: 897px) {
	.comContact .headLine08 .en {
		font-size: 3rem;
	}
	.comContact .headLine08 .jp {
		margin-top: -0.6rem;
		font-size: 1.4rem;
	}
}
@media all and (max-width: 896px) {
	.comContact a {
		padding: 3.1rem 4.1rem 4.1rem;
	}
	.comContact .headLine08 .en {
		font-size: 3.5rem;
	}
	.comContact .headLine08 .jp {
		margin-top: -1.2rem;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comNavi
------------------------------------------------------------*/
.comNavi {
	width: 116rem;
	margin: 0 auto;
	padding: 6.8rem 0 8.2rem;
	font-size: 1.6rem;
}
.comNavi p {
	margin: 0 -1rem 2.3rem;
}
.comNavi .linkList li:not(:last-child) {
	margin-bottom: 0.8rem;
}
.comNavi a {
	padding: 0 0 1rem 2.3rem;
	display: inline-block;
	background: url(../img/common/icon09.svg) no-repeat left top 0.5rem;
	background-size: 1.6rem auto;
}
.comNavi .linkUl {
	margin-top: 1.3rem;
}
.comNavi .linkUl a {
	background-image: url(../img/common/icon10.svg);
}
@media all and (min-width: 897px) {
	.comNavi .listUl {
		width: 58rem;
	}
	.comNavi .listUl:last-child {
		width: 52.8rem;
	}
	.comNavi .listUl > li {
		width: fit-content;
	}
	.comNavi a:hover {
		color: #6bdb57;
	}
	.comNavi .listUl:last-child .linkList > li:not(:last-child) {
		margin-bottom: 1.3rem;
	}
}
@media all and (max-width: 896px) {
	.comNavi {
		width: auto;
		position: relative;
		padding: 4.4rem 2.5rem 2.9rem;
		font-size: 1.5rem;
		line-height: 1.33;
	}
	.comNavi::before {
		position: absolute;
		left: 50%;
		top: 4.4rem;
		width: 0.1rem;
		bottom: 5rem;
		background-color: #000;
		content: "";
	}
	.comNavi .listUl {
		width: 44.2%;
		display: block;
	}
	.comNavi .listUl > li {
		margin-bottom: 2.3rem;
	}
	.comNavi p {
		margin-bottom: 1.5rem;
	}
	.comNavi .linkList li:not(:last-child) {
		margin-bottom: 0.2rem;
	}
	.comNavi a {
		padding-left: 2.2rem;
		background-position: left top 0.3rem;
		background-size: 1.5rem auto;
	}
	.comNavi .linkUl {
		margin-top: 0.6rem;
	}
}
/*------------------------------------------------------------
	pageOther
------------------------------------------------------------*/
.pageOther {
	padding: 9.2rem 6rem 0 0;
}
.pageOther .headLine08 {
	margin: 0 0 0.9rem 7.2rem;
}
.pageOther .headLine08 .en {
	font-size: 6.4rem;
	font-weight: 600;
}
.pageOther .headLine08 .jp {
	letter-spacing: 0.06em;
	font-weight: 400;
}
.pageOther .pho {
	position: relative;
}
.pageOther .pho img {
	width: 100%;
}
.pageOther .pho:before {
	position: absolute;
	left: 0;
	top: -0.6rem;
	height: 0.6rem;
	width: 38.3rem;
	background-color: #29DE3C;
	content: "";
}
.pageOther .pho::after {
	position: absolute;
	width: 0.6rem;
	height: 30.3rem;
	bottom: 0;
	right: -0.6rem;
	background-color: #29DE3C;
	content: "";
}
@media all and (min-width: 897px) {
	.pageOther .headLine08 .jp {
		margin: -4.7rem 0.2rem 0;
		text-align: right;
	}
	.pageOther .headLine08 .ico {
		top: 0.1rem;
		width: 2rem;
	}
}
@media all and (max-width: 896px) {
	.pageOther {
		padding: 4.6rem 2.5rem 0 0;
	}
	.pageOther .headLine08 {
		margin: 0 0 1.2rem 2.3rem;
	}
	.pageOther .headLine08 .ico {
		right: -1.9rem;
		top: 0;
	}
	.pageOther .headLine08 .en {
		font-size: 4.55rem;
	}
	.pageOther .headLine08 .jp {
		margin-top: -1.3rem;
		font-size: 1.6rem;
	}
	.pageOther .pho:before {
		width: 23.5rem;
	}
	.pageOther .pho::after {
		height: 28.5rem;
	}
}
/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
	margin-bottom: 11.3rem;
	position: relative;
}
.mainImg .pho {
	position: relative;
}
.mainImg .pho:before {
	position: absolute;
	right: 0;
	bottom: -0.7rem;
	height: 0.7rem;
	width: 70rem;
	background-color: #29DE3C;
	content: "";
}
.mainImg img {
	width: 100%;
}
@media all and (max-width: 896px) {
	.mainImg {
		margin: -2rem 0 5.8rem;
	}
	.mainImg .pho:before {
		bottom: -0.6rem;
		height: 0.6rem;
		width: 23.5rem;
	}
}
/*------------------------------------------------------------
	comFixList
------------------------------------------------------------*/
.comFixList {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99;
	display: none;
}
.comFixList li {
	margin: 0 1.6rem;
}
.comFixList .bg_line {
	--bgcolor: #f0f0f0;
}
.comFixList .bg_line::before {
	background: url(../img/common/icon05.svg) no-repeat center center,linear-gradient(135deg, rgba(60, 244, 78, 1) 0.02%, rgba(42, 203, 57, 1) 100%);
	background-size: 1.4rem auto, auto;
}
@media all and (max-width: 896px) {
	.comFixList ul {
		justify-content: space-between;
	}
	.comFixList li {
		margin: 0;
		width: 13rem;
	}
	.comFixList li.wid01 {
		width: 14rem;
	}
	.comFixList li .bg_line {
		padding-left: 1.5rem;
		height: 4rem;
		font-size: 1.4rem;
	}
	.comFixList li .bg_line::before {
		width: 3.4rem;
	}
}
/*------------------------------------------------------------
	pageInfo
------------------------------------------------------------*/
.pageInfo {
	padding: 10.8rem 0 13.7rem;
}
.pageInfo .headLine11 {
	position: static;
}
.pageInfo .headLine11 .num {
	border-bottom-color: #000;
}
.pageInfo .headLine11 .en .bg_line {
	--bgcolor: linear-gradient(90deg, rgba(60, 244, 78, 1) 0.02%, rgba(42, 203, 57, 1) 100%);
}
@media all and (min-width: 897px) {
	.pageInfo .headLine11 .num {
		padding-left: 2.1rem;
	}
	.pageInfo .headLine11 .en .bg_line {
		margin-bottom: 0.7rem;
		padding: 0.5rem 1.2rem 0.3rem 3rem;
	}
	.pageInfo .headLine11 .jp .bg_line {
		padding-left: 3.5rem;
	}
}
@media all and (max-width: 896px) {
	.pageInfo {
		padding: 7.9rem 2.4rem 15.7rem;
	}
	.pageInfo .headLine11 .en .bg_line {
		padding-bottom: 0.2rem;
		margin-bottom: 0.7rem;
	}
}
/*------------------------------------------------------------
    comApplyUl
------------------------------------------------------------*/
.comApplyUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comApplyUl li {
    width: 47.6%;
}
.comApplyUl a {
    position: relative;
    padding: 4.8rem 5.1rem;
    border: 1px solid #040000;
    display: block;
    border-radius: 1.8rem;
    overflow: hidden;
}
.comApplyUl h4 .en {
    display: block;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1;
    font-family: "Poppins", sans-serif;
}
.comApplyUl h4 .en .sml {
    position: relative;
    display: block;
    font-size: 2.8rem;
}
.comApplyUl h4 .jp {
    margin-top: 0.9rem;
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
}
.comApplyUl .imgtext {
    margin-top: 5.3rem;
    width: 23.4rem;
    transition: .3s;
}
.comApplyUl .arrow {
    width: 5.9rem;
    height: 5.9rem;
    position: absolute;
    bottom: 4.5rem;
    right: 4.5rem;
    overflow: hidden;
    background: none;
    border-radius: 100%;
}
.comApplyUl .arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/icon01.svg) no-repeat center center /1.5rem auto, linear-gradient(135deg, rgba(60, 244, 78, 1) 0.02%, rgba(42, 203, 57, 1) 100%);
    opacity: 1;
    transition: opacity .3s ease;
    z-index: 1;
}
.comApplyUl .arrow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000 url(../img/common/icon08.svg) no-repeat center center / 1.5rem auto;
    opacity: 0;
    transition: .3s;
    z-index: 2;
}
@media all and (max-width: 896px) {
    .comApplyUl {
        display: block;
    }
    .comApplyUl li {
        margin-bottom: 2rem;
        width: auto;
    }
    .comApplyUl li:last-child {
        margin-bottom: 0;
    }
    .comApplyUl a {
        padding: 3rem 3rem 2.8rem;
        border-radius: 0.9rem;
    }
    .comApplyUl h4 .en {
        font-size: 3.1rem;
    }
    .comApplyUl h4 .en .sml {
        font-size: 2.1rem;
    }
    .comApplyUl h4 .jp {
        margin-top: 0.2rem;
    }
    .comApplyUl .imgtext {
        margin-top: 3rem;
        width: 16.4rem;
    }
    .comApplyUl .arrow {
        width: 4.5rem;
        height: 4.5rem;
        bottom: 3rem;
        right: 3rem;
    }
    .comApplyUl .arrow::before {
        background: url(../img/common/icon01.svg) no-repeat center center /1.2rem auto, linear-gradient(135deg, rgba(60, 244, 78, 1) 0.02%, rgba(42, 203, 57, 1) 100%);
    }
}
/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
#main {
	position: relative;
}
.pageTop {
	width: 16.2rem;
	position: absolute;
	bottom: 0;
	right: 4.5rem;
	z-index: 80;
	font-family: "Poppins", sans-serif;
}
.pageTop a {
	padding: 1.1rem 2.2rem 1rem 0;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	background: #008209 url(../img/common/icon15.webp) no-repeat right 3.2rem center;
	background-size: auto 1.3rem;
	border-radius: 0.9rem 0.9rem 0 0;
}
.pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.pageTop {
		width: 12.1rem;
		right: 2.6rem;
	}
	.pageTop a {
		padding: 0.4rem 1.3rem 0.4rem 0;
		font-size: 1.5rem;
		background-position: right 1.4rem center;
		background-size: auto 1.1rem;
		border-radius: 0.5rem 0.5rem 0 0;
	}
}
/*------------------------------------------------------------
	animate
------------------------------------------------------------*/
.fadeA:not(.inView),
.fadeB:not(.inView) {
	visibility: hidden;
}
.fadeA .textFade {
	display: inline-block;
	transform: rotateY(180deg) scale(0);
	transform-origin: left center;
	transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.fadeA.inView .textFade {
	transform: rotateY(0) scale(1);
}
.fadeB .textFade {
	opacity: 0;
	display: inline-block;
	transform: rotateY(90deg) translateY(2vw);
	transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeB.inView .textFade {
	opacity: 1;
	transform: rotateY(0) scale(1);
}
.fadeC .bg_line {
	position: relative;
	display: inline-block;
	clip-path: inset(0 100% 0 0);
	--delay: 0s;
	transition: clip-path .3s cubic-bezier(.645,.045,.355,1);
	transition-delay: var(--delay);
	background: var(--bgcolor,none);
}
.fadeC.inView .bg_line {
	clip-path: inset(0 0 0 0);
}
.fadeC .bg_line::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	clip-path: inset(0 0 0 0);
	transition: clip-path .3s cubic-bezier(.645,.045,.355,1);
	transition-delay: calc(var(--delay) + 0.3s);
	background: var(--bgcolor,none);
	z-index: 1;
}
.fadeC.inView .bg_line::after {
	clip-path: inset(0 0 0 100%);
}
.fadeD {
	transform: scale(1.5);
	transition: .5s ease-in-out;
	opacity: 0;
}
.fadeD.inView {
	transform: scale(1);
	opacity: 1;
}
.fadeE {
	overflow: hidden;
}
.fadeE img {
	transform: scale(1.1);
	opacity: 0;
	transition: 1s ease-out;
}
.fadeE.inView img {
	transform: scale(1);
	opacity: 1;
}