@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-ltt */
/* 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
------------------------------------------------------------*/
.en {
	font-family: "Roboto", sans-serif;
}
.content {
	margin: 0 auto;
	max-width: 100.2rem;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 3rem;
	}
}
/*------------------------------------------------------------
	comTtlBox
------------------------------------------------------------*/
.comTtlBox {
	padding: 0 0 13.5rem 2.7rem;
}
.comTtlBox p {
	color: #000;
	line-height: 2;
	letter-spacing: 0.09em;
}
@media all and (max-width: 896px) {
	.comTtlBox {
		padding: 0 0 6.1rem;
	}
	.comTtlBox p {
		font-size: 1.5rem;
		line-height: 1.87;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin: 0 0 3rem -10.6rem;
	padding-left: 10.6rem;
	font-size: 3.7rem;
	letter-spacing: 0.07em;
}
.headLine01:last-child {
	margin-bottom: 0;
}
.headLine01 .en {
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.16em;
	font-weight: 400;
	color: #953a36;
	text-transform: uppercase;
}
.headLine01 .jp {
	position: relative;
}
.headLine01 .jp:before {
	position: absolute;
	left: -2.8rem;
	top: 2.5rem;
	width: 0.8rem;
	height: 0.8rem;
	background: #953a36;
	border-radius: 50%;
	content: "";
}
.headLine01 .jp:after {
	position: absolute;
	left: -10.7rem;
	top: 2.8rem;
	width: 8rem;
	height: 0;
	background: transparent;
	border-top: 0.1rem solid #141413;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin: 0 0 2.7rem -3rem;
		padding-left: 4.2rem;
		font-size: 2.4rem;
		line-height: 1.33;
	}
	.headLine01 .en {
		margin-bottom: 0.5rem;
		font-size: 1.3rem;
	}
	.headLine01 .jp:before {
		top: 1.5rem;
		left: -1.2rem;
		width: 0.6rem;
		height: 0.6rem;
	}
	.headLine01 .jp:after {
		left: -4.2rem;
		width: 3.2rem;
		top: 1.8rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 1.2rem;
	padding: 1rem 1.2rem 1.6rem;
	min-height: 6.5rem;
	display: flex;
	align-items: center;
	font-size: 2.5rem;
	color: #953a36;
	background: url(../img/common/ttl_bg.png) no-repeat left top/8.1rem auto;
}
@media all and (max-width: 896px) {
	.headLine02 {
		min-height: 5.3rem;
		font-size: 2rem;
		background-size: 6.6rem auto;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 5rem;
	padding: 0.5rem 0.7rem;
	font-size: 2.3rem;
	letter-spacing: 0.09em;
	display: inline-block;
	border-top: 1px solid #953a36;
	border-bottom: 1px solid #953a36;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 2.6rem;
		padding: 0.6rem 0;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	margin: 0 auto;
	width: 32rem;
	height: 6.5rem;
	padding: 2rem 2.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	display: flex;
	align-items: center;
	position: relative;
	background: #953a36;
	border: 0.1rem solid #953a36;
	overflow: hidden;
}
.comBtn a:after {
	position: absolute;
	top: 50%;
	margin-top: -1rem;
	right: 2.3rem;
	width: 2rem;
	height: 2rem;
	background: url(../img/common/icon01.png) no-repeat left top/2rem auto;
	content: "";
}
.comBtn a span {
	position: relative;
	z-index: 1;
}
ul.comBtn {
	display: flex;
	justify-content: flex-end;
}
ul.comBtn li {
	margin-left: 1.2rem;
	width: 26.5rem;
}
ul.comBtn a {
	width: 100%;
	height: 6rem;
	border-color: #fff;
}
.comBtn .bgWhite {
	background-color: #fff;
	color: #953a36;
	border: none;
}
.comBtn .bgWhite:after {
	background-image: url(../img/common/icon02.png);
}
.comBtn a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FAD6D5;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transform: translateX(-110%);
	transform: translateX(-110%);
}
ul.comBtn li:last-child a:before {
	background: #141413;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		color: #953a36;
		border-color: #FAD6D5;
	}
	.comBtn a:hover:after {
		background-image: url(../img/common/icon02.png);
	}
	.comBtn a:hover:before {
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
	ul.comBtn li:last-child a:hover {
		color: #fff;
		border-color: #141413;
	}
	ul.comBtn li:last-child a:hover:after {
		background-image: url(../img/common/icon01.png);
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		width: 100%;
		max-width: 32rem;
		font-size: 1.5rem;
	}
	.comBtn a:after {
		right: 2.2rem;
	}
	ul.comBtn {
		display: block;
	}
	ul.comBtn li {
		margin-left: 0;
		width: auto;
	}
	ul.comBtn li:not(:last-child) {
		margin-bottom: 1rem;
	}
	ul.comBtn a {
		width: 100%;
		height: 6.5rem;
		letter-spacing: 0.15em;
	}
}
/*------------------------------------------------------------
	cvBox
------------------------------------------------------------*/
.cvBox {
	padding: 7.8rem 0;
	background: #953a36;
}
.cvBox .content {
	max-width: 96rem;
	display: flex;
	align-items: flex-start;
}
.cvBox .ttl {
	margin: -0.2rem 0 0 6%;
	flex: 1;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
}
.cvBox .ttl .en {
	margin-bottom: 1.2rem;
	display: block;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.09em;
}
.btmCv {
	padding: 8.2rem 0 7.3rem;
}
.btmCv .content {
	max-width: 84.5rem;
}
.btmCv .ttl {
	margin: -0.7rem 0 0;
	font-size: 1.8rem;
}
.btmCv .ttl .en {
	margin-bottom: 1.8rem;
	font-size: 6.2rem;
}
.btmCv .comBtn {
	width: 34rem;
	display: block;
}
.btmCv .comBtn li {
	width: auto;
	margin: 0;
}
.btmCv .comBtn li:not(:last-child) {
	margin-bottom: 1.8rem;
}
.btmCv .comBtn a {
	height: 7rem;
	letter-spacing: 0.15em;
}
@media all and (max-width: 896px) {
	.cvBox {
		padding: 6rem 0 6.4rem;
	}
	.cvBox .content {
		display: block;
	}
	.cvBox .ttl {
		margin: 0 0 5.3rem;
		font-size: 1.3rem;
		text-align: center;
	}
	.cvBox .ttl .en {
		margin-bottom: 1.8rem;
		font-size: 3.6rem;
	}
	.btmCv {
		padding: 7.5rem 0 8rem;
	}
	.btmCv .content {
		max-width: inherit;
	}
	.btmCv .ttl {
		margin: 0 0 5.7rem;
		font-size: 1.5rem;
		text-align: left;
	}
	.btmCv .ttl .en {
		margin-bottom: 1.2rem;
		font-size: 4.5rem;
	}
	.btmCv .comBtn {
		width: auto;
		display: block;
	}
	.btmCv .comBtn li {
		width: auto;
		margin: 0;
	}
	.btmCv .comBtn li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.btmCv .comBtn a {
		height: 6.5rem;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	border-spacing: 0;
}
.comTable th,
.comTable td {
	padding: 2.3rem 0 2.3rem 8.3rem;
	font-size: 1.4rem;
	line-height: 2.14;
	text-align: left;
	vertical-align: top;
	border-bottom: 0.1rem solid #646464;
}
.comTable th {
	width: 17%;
	padding-left: 0;
	font-size: 1.6rem;
	border-bottom: 0.2rem solid #953a36;
}
.comTable th .notes {
	font-size: 1.3rem;
	font-weight: 400;
	display: block;
	line-height: 1.3;
}
@media all and (min-width: 897px) {
	.comTable tr:last-child th,
	.comTable tr:last-child td {
		border-bottom: none;
	}
}
@media all and (max-width: 896px) {
	.comTable th,
	.comTable td {
		padding: 1.5rem 0 2.9rem;
		float: left;
		width: 100%;
		font-size: 1.5rem;
		line-height: 2;
		letter-spacing: 0.02em;
	}
	.comTable th {
		padding: 3rem 0 0;
		position: relative;
		width: auto;
		font-size: 1.5rem;
		line-height: 1.7;
		letter-spacing: 0;
		display: inline-block;
	}
	.comTable th .notes {
		position: absolute;
		top: 3.7rem;
		left: calc(100% + 1.2rem);
		white-space: nowrap;
	}
	.comTable tr:last-child td {
		border-bottom: none;
	}
	.comTable td span {
		margin: 0.5rem 0 0.3rem;
		display: block;
		line-height: 1.67;
	}
	.comTable td ol {
		line-height: 1.67;
	}
	.comTable td ol li:not(:last-child) {
		margin-bottom: 0.6rem;
	}
}
.jsTtl {
	transition: all .8s cubic-bezier(0.65, 0, 0.35, 1);
	-webkit-clip-path: inset(0% 100% 0% 0%);
	clip-path: inset(0% 100% 0% 0%);
}
.jsTtl.visible {
	-webkit-clip-path: inset(0% 0% 0% 0%);
	clip-path: inset(0% 0% 0% 0%);
}