@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;
}
/*------------------------------------------------------------
	color
------------------------------------------------------------*/
.red {
	color: #ED4F44 !important;
}
.lineseed {
	font-weight: 700;
	font-family: "lineseedjp";
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	max-width: 80rem;
	margin: 0 auto;
	padding: 2.8rem 0 6.3rem;
	box-sizing: border-box;
	border-radius: 6rem;
	border: 0.2rem solid #9C9C9C;
	background-color: #fff;
}
.comContact .ttl {
	margin-bottom: 3.1rem;
	text-align: center;
	font-size: 3.2rem;
	line-height: 1.18;
	letter-spacing: 0.032rem;
}
.comContact .text {
	margin-bottom: 0.3rem;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.014rem;
}
.comContact dl {
	width: 37.8rem;
	margin: 0 auto;
	font-size: 1.4rem;
}
.comContact dt,
.comContact dd {
	word-break: break-all;
	box-sizing: border-box;
}
.comContact dt {
	line-height: 1.2;
	letter-spacing: 0.014rem;
}
.comContact dd {
	padding: 0.8rem 0.8rem 0.5rem;
	font-weight: 500;
}
.comContact input[type="text"] {
	width: 100%;
	height: 2.5rem;
	padding: 0 1rem;
	font-size: 1.4rem;
	color: #333;
	border: 1px solid #323232;
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
	border-radius: 0.5rem;
	background: #D9D9D9;
}
.comContact .checkList {
	margin-top: -0.2rem;
}
.comContact .checkList li:not(:last-child) {
	margin-bottom: 0.8rem;
}
.comContact input[type="checkbox"] {
	display: none;
}
.comContact input[type="checkbox"] + span {
	min-height: 2rem;
	padding-left: 2.8rem;
	line-height: 1.2;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
	cursor: pointer;
	background: url(../img/common/check_img01.png) no-repeat left top;
	background-size: 2rem auto;
	box-sizing: border-box;
}
.comContact input[type="checkbox"]:checked + span {
	background-image: url(../img/common/check_img02.png);
}
.comContact .submit {
	width: 20.6rem;
	margin: 0.5rem auto 3.5rem;
}
.comContact .submit input {
	width: 100%;
	padding: 0 1rem 0.2rem 0;
	height: 3.2rem;
	font-size: 1.8rem;
	color: #fff;
	line-height: 1;
	font-weight: 700;
	border: none;
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
	border-radius: 5rem;
	background: #ED4F44 url(../img/common/icon04.png) no-repeat right 3.2rem center;
	background-size: 2.2rem auto;
	cursor: pointer;
	transition: .3s;
}
@media all and (min-width: 897px) {
	.comContact .submit input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comContact {
		max-width: inherit;
		margin: 0 1.6rem;
		padding: 1.5rem 0 1.1rem;
		border-radius: 1.2rem;
		border: 0.1rem solid #D9D9D9;
	}
	.comContact .ttl {
		margin-bottom: 1.8rem;
		font-size: 1.5rem;
		letter-spacing: 0.015rem;
	}
	.comContact .text {
		margin-bottom: 0.5rem;
		font-size: 1rem;
		letter-spacing: 0.01rem;
	}
	.comContact dl {
		width: 20.7rem;
		font-size: 1rem;
	}
	.comContact dt {
		letter-spacing: 0.01rem;
	}
	.comContact dt .sml {
		font-size: 0.9rem;
	}
	.comContact dd {
		padding: 0.8rem 0 0.6rem;
	}
	.comContact input[type="text"] {
		font-size: 1rem;
	}
	.comContact .checkList {
		margin: 0 0 0 0.4rem;
	}
	.comContact .checkList li:not(:last-child) {
		margin-bottom: 1rem;
	}
	.comContact input[type="checkbox"] + span {
		padding-top: 0.3rem;
		font-size: 1rem;
	}
	.comContact .submit {
		margin: 0.4rem auto 0.7rem;
	}
	.comContact .submit input {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 120rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		max-width: inherit !important;
		padding: 0 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4.7rem;
	text-align: center;
	font-size: 4rem;
	letter-spacing: 0.04rem;
}
.headLine01 .en {
	margin-bottom: 0.1rem;
	display: block;
	color: #3F7BD5;
	font-size: 3.2rem;
	font-family: "lineseedjp";
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 3.2rem;
		font-size: 2.6rem;
		letter-spacing: 0.026rem;
	}
	.headLine01 .en {
		margin-bottom: 0.8rem;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 40rem;
	margin: 0 auto;
}
.comLink a {
	height: 7.2rem;
	padding-right: 4.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	background: #008C3F url(../img/common/icon06.png) no-repeat right 5.8rem center;
	background-size: 3.2rem auto;
	border-radius: 5rem;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink {
		width: 34.3rem;
	}
	.comLink a {
		height: 5.6rem;
		padding-right: 2.9rem;
		font-size: 1.6rem;
		background-position: right 6.2rem center;
		background-size: 2rem auto;
	}
}
/*------------------------------------------------------------
	slide
------------------------------------------------------------*/
@media all and (max-width: 896px) {
	#main .slick-dots {
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		bottom: -7.5rem;
	}
	#main .slick-dots li {
		position: relative;
		display: inline-block;
		width: 0.6rem;
		height: 0.6rem;
		margin: 0 0.2rem;
		padding: 0;
		cursor: pointer;
		background: #FFA698;
		border-radius: 100%;
	}
	#main .slick-dots li button {
		display: none;
	}
	#main .slick-dots li.slick-active {
		background: #ED4F44;
		opacity: 0.8;
	}
	#main .arrow {
		margin: 4.8rem 0.4rem 0;
	}
	#main .arrow li {
		width: 4rem;
		position: relative;
		z-index: 1;
		cursor: pointer;
		transition: .3s;
	}
}
@media all and (min-width: 897px) {
	#main .arrow {
		display: none !important;
	}
}