@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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
------------------------------------------------------------*/
.com_box {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1440px;
}
@media all and (max-width: 896px) {
	.com_box {
		padding: 0 16px;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	com_box01
------------------------------------------------------------*/
.com_box01 {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1200px;
}
@media all and (max-width: 896px) {
	.com_box01 {
		padding: 0 16px;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	com_btn
------------------------------------------------------------*/
.com_btn {
	max-width: 600px;
}
.com_btn.cen {
	margin: 0 auto;
}
.com_btn a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.61;
	letter-spacing: 0.1em;
	text-align: center;
	z-index: 3;
}
.com_btn a span {
	padding: 21px 50px 17px;
	display: block;
	border-radius: 8px;
	background: linear-gradient(to right, #faa068 0%, #ff9094 100%);
}
.com_btn a::before {
	width: 21px;
	height: 38px;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../../img/common/icon01.svg) no-repeat center center / cover;
	content: '';
}
.com_btn a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 8px;
	background: linear-gradient(to right, #f28440 0%, #f86363 100%);
	content: '';
	z-index: -1;
}
@media all and (min-width: 897px) {
	.com_btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.com_btn {
		margin: 0 auto;
		max-width: 400px;
	}
	.com_btn a {
		font-size: 2rem;
	}
	.com_btn a span {
		padding: 16px 40px 16px 20px;
	}
	.com_btn a::before {
		width: 23px;
		height: 13px;
		right: 15px;
		background-image: url(../../img/common/icon03.svg);
		background-size: 100% auto;
	}
}
@media all and (max-width: 374px) {
	.com_btn a {
		font-size: 1.7rem;
	}
}
/*------------------------------------------------------------
	head_line01
------------------------------------------------------------*/
.head_line01 {
	margin-bottom: 65px;
	font-size: 3.6rem;
	line-height: 1.78;
	letter-spacing: 0.06em;
}
.head_line01.cen {
	text-align: center;
}
.head_line01 .dot {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.head_line01 .dot::before {
	width: 6px;
	height: 6px;
	position: absolute;
	left: calc(50% - 2px);
	top: 1px;
	transform: translateX(-50%);
	border-radius: 50%;
	background-color: #2F2F2F;
	content: '';
}
@media all and (max-width: 896px) {
	.head_line01 {
		margin-bottom: 24px;
		font-size: 3rem;
		line-height: 1.67;
	}
	.head_line01.cen {
		margin-bottom: 51px;
		font-size: 2.6rem;
		line-height: 1.69;
	}
	.head_line01 .dot::before {
		display: none;
	}
}
@media all and (max-width: 374px) {
	.head_line01.cen {
		font-size: 2.2rem;
	}
}
/*------------------------------------------------------------
	head_line02
------------------------------------------------------------*/
.head_line02 {
	margin-bottom: 78px;
	font-size: 2.4rem;
	line-height: 1.75;
	letter-spacing: 0.06em;
	text-align: center;
}
.head_line02 .en {
	margin-bottom: 9px;
	display: block;
	font-size: 9.6rem;
	font-weight: 500;
	line-height: 0.95;
	letter-spacing: 0.06em;
	font-family: 'Rozha One', serif;
}
.head_line02 .en .txt {
	padding-bottom: 1px;
	display: inline-block;
	vertical-align: top;
	border-bottom: 8px solid #fff;
}
.head_line02.head01 {
	margin-bottom: 86px;
}
.head_line02.head01 .en .txt {
	position: relative;
	border-color: transparent;
}
.head_line02.head01 .en .txt::after {
	width: 100%;
	height: 8px;
	position: absolute;
	left: 0;
	bottom: -9px;
	background: linear-gradient(to right, #feffe6 0%, #ffe2e3 100%);
	content: '';
}
@media all and (max-width: 896px) {
	.head_line02 {
		margin-bottom: 48px;
		font-size: 1.8rem;
	}
	.head_line02 .en {
		margin-bottom: 6px;
		font-size: 6.2rem;
	}
	.head_line02 .en .txt {
		padding-bottom: 4px;
		border-width: 4px;
	}
	.head_line02.head01 {
		margin-bottom: 60px;
	}
	.head_line02.head01 .en .txt::after {
		height: 4px;
		bottom: -4px;
	}
}
@media all and (max-width: 374px) {
	.head_line02 .en {
		font-size: 5.8rem;
	}
}
/*------------------------------------------------------------
	com_btn-box
------------------------------------------------------------*/
.com_btn-box {
	padding: 84px 0 104px;
	background: url(../../img/common/com_bg01.jpg) no-repeat center center / cover;
}
.com_btn-box .head_line01 {
	margin-bottom: 28px;
}
@media all and (max-width: 896px) {
	.com_btn-box {
		padding: 63px 0 80px;
		background-image: url(../../img/common/com_bg01_sp.jpg);
	}
	.com_btn-box .head_line01 {
		margin-bottom: 40px;
		font-size: 3rem;
		line-height: 1.67;
	}
}
@media all and (max-width: 374px) {
	.com_btn-box .head_line01 {
		font-size: 2.7rem;
	}
}