@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
------------------------------------------------------------*/
.min {
	font-family: "Noto Serif JP", serif;
}
.en {
	font-family: "Roboto", sans-serif;
}
.eng {
	font-family: "Lora", serif;
}
.content {
	margin: 0 auto;
	max-width: 100rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
	}
}
/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 8.8rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background: #626091;
}
.mainVisual .mainImg {
	height: 25rem;
	position: relative;
	width: calc(50% + 9.8rem);
}
.mainVisual .mainImg:after {
	position: absolute;
	left: -0.2rem;
	top: 0;
	width: 6rem;
	height: 100%;
	background: #626091;
	clip-path: polygon(0 0, 6rem 0, 0 100%);
	content: "";
}
.mainVisual .mainImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual .pageTtl {
	margin-top: 0.8rem;
	width: 41.4rem;
	color: #fff;
	line-height: 1.37;
	font-size: 4.5rem;
	font-weight: 400;
	letter-spacing: 0.2em;
}
.mainVisual .pageTtl .eng {
	margin: 1.8rem 0 0 0.5rem;
	display: block;
	font-size: 2.2rem;
	letter-spacing: 0.3em;
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-bottom: 5rem;
		justify-content: space-between;
	}
	.mainVisual .mainImg {
		height: 11.5rem;
		width: 67%;
	}
	.mainVisual .mainImg:after {
		width: 8rem;
		clip-path: polygon(0 0, 100% 0, calc(100% - 2.2rem) 100%, 0 100%);
	}
	.mainVisual .pageTtl {
		margin: 0 -6rem 0 2.8rem;
		position: relative;
		z-index: 1;
		width: auto;
		flex: 1;
		line-height: 1;
		font-size: 2.2rem;
		letter-spacing: 0.1em;
	}
	.mainVisual .pageTtl .eng {
		margin: 1.8rem 0 0 0.2rem;
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4.5rem;
	font-size: 3.5rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
.headLine01 small {
	margin-top: 2rem;
	display: block;
	font-size: 1.9rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 3.3rem;
		font-size: 2.2rem;
		line-height: 1.66;
		letter-spacing: 0.15em;
	}
	.headLine01 small {
		margin-top: 1.8rem;
		font-size: 1.4rem;
		line-height: 1.6;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 4.7rem;
	text-align: center;
	font-weight: 400;
	font-size: 4.5rem;
	letter-spacing: 0.1em;
	line-height: 1.37;
	font-family: "Noto Serif JP", serif;
}
.headLine02 .eng {
	margin-top: 2.1rem;
	display: block;
	color: #625F8A;
	font-size: 2.2rem;
	letter-spacing: 0.3em;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 3.5rem;
		font-size: 2.8rem;
		line-height: 1.3;
	}
	.headLine02 .eng {
		margin-top: 1.3rem;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-weight: 400;
	letter-spacing: 0.2em;
}
.headLine03 span {
	padding: 0 0 0.4rem 1.7rem;
	display: inline-block;
	min-width: 30.5rem;
	color: #625F8A;
	font-size: 3.4rem;
	line-height: 1.2;
	border-left: 0.3rem solid #625F8A;
}
.headLine03 small {
	margin-top: -0.4rem;
	font-weight: 300;
	line-height: 1.72;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 2.6rem;
		display: block;
		letter-spacing: 0.15em;
	}
	.headLine03 span {
		padding: 0 0 0.2rem 1.2rem;
		min-width: inherit;
		font-size: 2.2rem;
		border-left-width: 0.2rem;
	}
	.headLine03 small {
		display: block;
		margin: 1.2rem 0 0 1rem;
		line-height: 2;
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	margin: 0 auto;
	padding: 0 7rem 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40rem;
	height: 6.5rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	background: #625F87 url(../img/common/icon01.png) no-repeat right 4.4rem center/1.1rem auto;
	border-radius: 5rem;
}
.comBtn a:hover {
	opacity: 0.5;
}
@media all and (max-width: 896px) {
	.comBtn a {
		padding: 0 3rem;
		width: 26rem;
		height: 4.75rem;
		font-size: 1.4rem;
		background-position: right 2rem center;
		background-size: 0.9rem auto;
	}
}
/*------------------------------------------------------------
	fixBtn
------------------------------------------------------------*/
.fixBtn {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	z-index: 80;
}
.fixBtn li {
	width: 50%;
}
.fixBtn a {
	height: 5rem;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(-90deg, #D15F75 0%, #E8887C 100%);
}
.fixBtn li:first-child a span {
	display: inline-block;
	padding-left: 2.9rem;
	background: url(../img/common/icon_mail.png) no-repeat left 0.1rem/2.1rem auto;
}
.fixBtn li:last-child a {
	letter-spacing: 0.075em;
	font-size: 1rem;
	background: linear-gradient(-90deg, #00542A 0%, #008928 100%);
}
.fixBtn li:last-child .tel {
	display: inline-block;
	margin-top: 0.2rem;
	padding-left: 1.8rem;
	font-size: 1.75rem;
	letter-spacing: 0.05em;
	font-weight: 400;
	background: url(../img/common/icon_tel.png) no-repeat left 0.3rem/1.25rem auto;
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	transform: translateY(40px);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInUp.on {
	opacity: 1;
  	transform: translateY(0px);
}