@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
------------------------------------------------------------*/
.outfit {
	font-family: "Outfit", sans-serif;
}
.noto {
	font-family: "Noto Sans JP", sans-serif;
}
.lineseed {
	font-weight: 700;
	font-family: "lineseedjp";
}
.red {
  color: #ED4F44 !important;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 124rem;
	margin: 0 auto;
	padding: 0 2rem;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.content {
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	padding: 2.9rem 0 2.4rem;
	border-radius: 6rem;
	background-color: #fff;
	border: 1px solid #AC0B00;
}
.comContact .ttl {
	margin-bottom: 1rem;
	text-align: center;
	font-size: 3.2rem;
	color: #333;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.032rem;
}
.comContact .text {
	margin-bottom: 0.4rem;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.2;
	color: #323232;
	font-weight: 700;
	letter-spacing: 0.014rem;
}
.comContact dl {
	width: 37.8rem;
	margin: 0 auto;
	font-size: 1.4rem;
	color: #323232;
}
.comContact dt,
.comContact dd {
	word-break: break-all;
	box-sizing: border-box;
}
.comContact dt {
	line-height: 1.2;
	letter-spacing: 0.014rem;
	font-weight: 700;
}
.comContact dd {
	padding: 0.7rem 0.8rem 0.5rem;
}
.comContact input[type="text"] {
	width: 100%;
	height: 2.5rem;
	padding: 0 1rem;
	font-size: 1.4rem;
	color: #323232;
	border: 1px solid #323232;
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
	border-radius: 0.5rem;
	background: #D9D9D9;
}
.comContact .checkList {
	margin-top: -0.1rem;
}
.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;
	cursor: pointer;
	color: #323232;
	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 1.6rem;
}
.comContact .submit input {
	width: 100%;
	padding: 0 6rem 0.2rem 5rem;
	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/icon02.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 {
		padding: 1.5rem 0 1.3rem;
		border-radius: 1.2rem;
		border-color: #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.5rem;
	}
	.comContact .submit input {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4.4rem;
	text-align: center;
	font-weight: 700;
}
.headLine01 .en {
	margin-bottom: -0.5rem;
	display: block;
	color: rgba(237, 79, 68, 0.10);
	font-size: 12rem;
	font-weight: 300;
	line-height: 0.5;
	letter-spacing: 0.36rem;
	font-family: "Outfit", sans-serif;
}
.headLine01 .jp {
	display: block;
	color: #ED4F44;
	font-size: 1.6rem;
	letter-spacing: 0.016rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 1.9rem;
	}
	.headLine01 .en {
		margin-bottom: -1.4rem;
		font-size: 6.4rem;
		letter-spacing: 0.192rem;
	}
	.headLine01 .jp {
		font-size: 1.8rem;
		letter-spacing: 0.018rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 2.6rem;
	text-align: center;
	color: #ED4F44;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.024rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 1.7rem;
		font-size: 1.8rem;
		letter-spacing: 0.018rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 3.6rem;
	text-align: center;
}
.headLine03 .en {
	margin-bottom: 2.6rem;
	display: block;
	font-size: 8rem;
	font-weight: 300;
	line-height: 0.5;
	letter-spacing: -0.16rem;
	font-family: "Outfit", sans-serif;
}
.headLine03 .jp {
	display: block;
	color: #ED4F44;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.016rem;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 3.6rem;
	}
	.headLine03 .en {
		margin-bottom: 1.4rem;
		font-size: 3.2rem;
		letter-spacing: -0.064rem;
	}
	.headLine03 .jp {
		font-size: 1.4rem;
		letter-spacing: 0.014rem;
	}
}
/*------------------------------------------------------------
	comArrow
------------------------------------------------------------*/
@media all and (max-width: 896px) {
	.comArrow {
		position: absolute;
		left: 2rem;
		top: 50%;
		right: 2rem;
		transform: translateY(1.8rem);
	}
	.comArrow li {
		position: relative;
		width: 4rem;
		cursor: pointer;
	}
}
@media all and (min-width: 897px) {
	.comArrow {
		display: none;
	}
}