@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* 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
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 86rem;
	max-width: calc(100% - 3rem);
}
.content.large {
	width: 100rem;
}
@media all and (min-width: 897px) {
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 4rem;
		width: auto !important;
	}
	.content.large {
		margin: 0 2.1rem;
	}
}
/* fixedBtn */
.fixedBtn {
	position: fixed;
	right: 0;
	bottom: 4rem;
	z-index: 888;
}
.fixedBtn a {
	width: 26rem;
	display: block;
}
@media all and (min-width: 897px) {
	.fixedBtn a {
		background: url(../img/common/icon03.png) no-repeat right top / 4rem 100%;
	}
	.fixedBtn a:hover {
		width: 30rem;
		padding-right: 4rem;
	}
}
@media all and (max-width: 896px) {
	.fixedBtn {
		bottom: 3rem;
	}
	.fixedBtn a {
		width: 12.3rem;
	}
}
/* comBox */
.comBox {
	position: relative;
}
.comBox .heading {
	margin-bottom: 3.6rem;
	font-weight: 600;
	font-size: 3.2rem;
	letter-spacing: 0.04em;
	text-align: center;
	color: #e50940;
}
.comBox .heading small {
	font-size: 2.2rem;
	display: block;
}
.comBox .list {
	display: flex;
	gap: 2.8rem;
}
.comBox .list li {
	width: calc((100% - 5.6rem) / 3);
	text-align: center;
	box-shadow: 0.2rem 0.3rem 1rem rgba(72, 71, 71, 0.16);
	font-weight: 600;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	line-height: 1.444;
	color: #000;
	background: #fff;
}
.comBox .list a {
	display: block;
	position: relative;
}
.comBox .list a::after {
	width: 5.3rem;
	height: 1.8rem;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 0.5rem 0 0 0;
	background: url(../img/common/arrow_icon01.svg) no-repeat center bottom 0.7rem / 3.4rem,#e50940;
}
.comBox .photoBox {
	position: relative;
}
.comBox .title {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -0.29rem;
	font-weight: 600;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	line-height: 1.444;
	text-align: center;
	color: #fff;
	border-bottom: 0.3rem solid #e50940;
}
.comBox .title span {
	padding: 0.5rem 2.15rem 0.1rem;
	width: fit-content;
	display: block;
	border-radius: 0 1rem 0 0;
	background: #e50940;
}
.comBox .textBox {
	padding: 2rem 1rem 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media all and (min-width: 897px) {
	.comBox .list a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBox .heading {
		margin-bottom: 2.9rem;
		font-size: 2.2rem;
		line-height: 1.4;
	}
	.comBox .heading small {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.comBox .list {
		display: block;
	}
	.comBox .spSlideBox {
		position: relative;
	}
	.comBox .spSlideBox .comArrow {
		top: 6.3rem;
		left: -1.5rem;
	}
	.comBox .comArrow.next {
		top: 6.3rem;
		right: -1.6rem;
		left: auto;
	}
	.comBox .list li {
		margin: 0 1.3rem;
		width: 22.4rem !important;
		flex-shrink: 0;
		display: block !important;
	}
	.comBox .slick-list  {
		overflow: visible;
	}
	.comBox .title {
		bottom: -0.2rem;
		border-width: 0.25rem;
	}
	.comBox .title span {
		padding: 0.4rem 1.85rem 0;
		font-size: 1.4rem;
	}
	.comBox .textBox {
		padding: 1.8rem 0.5rem;
		font-size: 1.5rem;
		line-height: 1.466;
	}
	.comBox .list a::after {
		width: 4.4rem;
		height: 1.5rem;
		background-size: 3rem;
		background-position: center bottom 0.5rem;
		border-top-left-radius: 0.5rem;
	}
}
/* comBtn */
.comBtn a {
	width: fit-content;
	height: 4rem;
	min-width: 21.4rem;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-weight: 600;
	background: #e50940;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4rem;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		min-width: 17rem;
		font-size: 1.4rem;
		height: 3.2rem;
	}
}
/* comBtn02 */
.comBtn02 {
	margin: 1.7rem -3.8rem -1.8rem 0;
}
.comBtn02 a {
	padding-right: 5.8rem;
	width: 100%;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background: #ffeff3;
	font-weight: 300;
	font-size: 1.4rem;
	text-align: right;
	color: #e50940;
	position: relative;
}
.comBtn02 a::after {
	width: 2.8rem;
	height: 2.8rem;
	content: "";
	position: absolute;
	right: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
	background: #e50940 url(../img/common/arrow_icon05.png) no-repeat center top 1.1rem / 1.6rem 0.6rem;
}
@media all and (min-width: 897px) {
	.comBtn02 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn02 {
		margin: 1.7rem 0 -1rem;
	}
	.comBtn02 a {
		padding-right: 5.2rem;
	}
	.comBtn02 a::after {
		width: 3rem;
		height: 3rem;
	}
}
/* headLine */
.headLine {
	margin-bottom: -0.6rem;
	text-align: center;
	position: relative;
}
.headLine::before {
	width: 999rem;
	height: 1px;
	content: "";
	position: absolute;
	left: 50%;
	top: 61%;
	transform: translate(-50%,-50%) rotate(-11deg);
	background: #e50940;
}
.headLine img {
	width: 52.9rem;
	position: relative;
}
@media all and (max-width: 896px) {
	.headLine {
		margin: 0 -1.85rem 0.9rem;
	}
	.headLine img {
		max-width: 34.4rem;
		width: 100%;
	}
	.headLine::before {
		top: 61%;
	}
}
/* comArrow */
.comArrow {
	width: 4.1rem;
	aspect-ratio: 1/1;
	border-radius: 100%;
	position: absolute;
	left: -5.9rem;
	top: 12rem;
	cursor: pointer;
	background: #fff;
}
.comArrow img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.comArrow.next {
	top: 10.8rem;
	left: auto;
	right: -5.9rem;
	transform: rotate(180deg);
}
@media all and (min-width: 897px) {
	.comArrow:hover {
		background: url(../img/common/arrow_icon03.png) no-repeat center center / 100% 100%;
	}
	.comArrow:hover img {
		opacity: 0;
	}
}
@media all and (max-width: 896px) {
	.comArrow {
		width: 4rem;
		left: -1.9rem;
		top: 10rem
	}
	.comArrow.next {
		right: -1.9rem;
		top: 10rem;
	}
}
/* fadeIn */
.fadeInUp {
	opacity: 0;
	transform: translateY(40px);
	transition: all ease .5s;
}
.fadeInUp.on {
	opacity: 1;
	transform: translateY(0);
}
.fadeInRight {
	opacity: 0;
	transform: translateX(-101%);
	transition: all ease 1s;
}
.fadeInRight.on {
	opacity: 1;
	transform: translate(0);
}
.fadeInLeft {
	opacity: 0;
	transform: translateX(101%);
	transition: all ease 1s;
}
.fadeInLeft.on {
	opacity: 1;
	transform: translate(0);
}
.delay1 {
	transition-delay: 0.5s;
}
.delay2 {
	transition-delay: 0.55s;
}
.delay3 {
	transition-delay: 0.7s;
}
/* comMainVisual */
.comMainVisual {
	position: relative;
}
.comMainVisual h1 {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50.5%,-50.5%);
	z-index: 2;
}
.comMainVisual h1 > span {
	margin: 0 auto;
	width: fit-content;
	font-size: 3.2rem;
	display: block;
	color: #df0940;
	background: #fff;
	transform: skew(-14deg);
	line-height: 1.9;
	padding: 0 1.7rem;
	letter-spacing: 0.04em;
	min-width: 15rem;
	text-align: center;
}
.comMainVisual h1 > span + span {
	margin-top: 1.7rem;
}
.comMainVisual .mainImg {
	position: relative;
}
.comMainVisual .mainImg img {
	width: 100%;
}
.comMainVisual .mainImg::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	pointer-events: none;
	background: url(../img/common/img02.svg) no-repeat center top / 100%;
}
@media all and (max-width: 896px) {
	.comMainVisual .mainImg::before {
		background-image: url(../img/common/img02_sp.svg);
	}
	.comMainVisual h1 {
		width: 100%;
		top: 37.24vw;
		left: 0;
		transform: none;
	}
	.comMainVisual h1 .colTxt {
		margin: 0 auto 5.208vw;
		padding: 0 5.208vw;
		transform: none;
		font-style: italic;
		font-size: 4.167vw;
		border-radius: 0.781vw;
		color: #fff;
		background: #df0940;
	}
	.comMainVisual h1 > span {
		margin: 0 auto;
		padding: 0 4.427vw;
		min-width: 28.906vw;
		font-size: 6.51vw;
		text-align: center;
	}
	.comMainVisual h1 > span + span {
		margin-top: 2.344vw;
	}
}
/* comVoice */
.comVoice .headLine {
	margin: 0 2.2rem 0.8rem 0;
}
.comVoice .headLine img {
	width: 61.4rem;
}
.comVoice .headLine::before {
	top: 64%;
}
.comVoice .slideBox {
	position: relative;
}
.comVoice .slideBox::before {
	width: 999rem;
	height: 1px;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 5.9rem;
	transform: translate(-50%,-50%) rotate(-11deg);
	background: #e50940;
}
.comVoice li {
	margin: 0 4rem;
	padding: 1px 8.6rem 7.4rem;
	width: 63.3rem !important;
	display: block !important;
	border-radius: 0 4rem 0 4rem;
	box-shadow: 0 0.5rem 1.5rem rgba(253, 101, 107, 0.3);
	background: url(../img/common/voice_icon01.png) no-repeat left top / 24.6rem,url(../img/common/voice_icon02.png) no-repeat right bottom / 16.1rem,#fff;
	position: relative;
	z-index: 1;
}
.comVoice .infoBox {
	margin-bottom: 3.5rem;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.comVoice .photo {
	margin: -3.9rem -3.1rem 0 2rem;
	width: 20rem;
}
.comVoice .infoBox .info {
	margin-bottom: 2.7rem;
}
.comVoice .infoBox p {
	margin-left: auto;
	width: fit-content;
	padding: 0.3rem 0.5rem 0.3rem 1.3rem;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	border: 1px solid #E50940;
	border-right-color: #fff;
}
.comVoice .infoBox p + p {
	margin-top: 0.8rem;
}
.comVoice .infoBox .name small {
	margin-left: 0.5rem;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	display: inline-block;
}
.comVoice .infoBox .name {
	padding: 0.2rem 0.5rem 0.3rem 1.3rem;
	font-size: 1.8rem;
}
.comVoice .title {
	margin-bottom: 1.9rem;
	font-size: 2rem;
	color: #E50940;
	font-weight: 600;
}
.comVoice .textBox p {
	line-height: 1.875;
	font-weight: 300;
}
.comVoice .comArrow {
	top: 28rem;
	left: 5.3rem;
}
.comVoice .comArrow.next {
	left: auto;
	right: 5.3rem;
}
.comVoice .slick-list {
	overflow: visible !important;
}
@media all and (min-width: 897px) {
	.comVoice .comArrow:hover {
		background-image: url(../img/common/arrow_icon02.png);
		background-color: #fff;
	}
}
@media all and (max-width: 896px) {
	.comVoice .content {
		margin: 0 2.1rem;
	}
	.comVoice .slideBox::before {
		bottom: -0.7rem;
	}
	.comVoice .headLine {
		margin: 0 auto 5.1rem;
	}
	.comVoice li {
		margin: 0 1rem;
		padding: 1px 2.3rem 3rem;
		width: 30.3rem !important;
		border-radius: 0 2rem 0 2rem;
		background-size: 13.7rem,8rem;
	}
	.comVoice .infoBox {
		padding: 1px 0 0;
		flex-direction: row-reverse;
		align-items: flex-start;
	}
	.comVoice .photo {
		margin: -3.7rem 0.9rem 0 -0.4rem;
		padding-top: 1rem;
		width: 12.6rem;
		overflow: hidden;
		height: 15.2rem;
	}
	.comVoice .photo img {
		transform: scale(1.04);
	}
	.comVoice .infoBox {
		margin-bottom: 2.5rem;
	}
	.comVoice .infoBox .info {
		margin: 2.3rem 0 0;
	}
	.comVoice .infoBox p {
		margin-left: 0;
		padding: 0;
		border: none;
	}
	.comVoice .infoBox p span {
		padding: 0 0.5rem 0 0.3rem;
		border: 1px solid #E50940;
		display: block;
		width: fit-content;
		border-left-color: #fff;
		font-size: 1.3rem;
	}
	.comVoice .infoBox p span + span {
		margin-top: 0.3rem;
	}
	.comVoice .infoBox .name {
		margin-left: 0;
		padding: 0 0.5rem 0;
		border: 1px solid #E50940;
		border-left-color: #fff;
		font-size: 1.7rem;
		line-height: 1.47;
		letter-spacing: 0.04em;
	}
	.comVoice .infoBox .name small {
		margin: 0;
		font-size: 1rem;
	}
	.comVoice .title {
		margin-bottom: 0.8rem;
		line-height: 1.526;
		font-size: 1.9rem;
		letter-spacing: 0.04em;
	}
	.comVoice .textBox p {
		font-size: 1.5rem;
		line-height: 1.666;
	}
	.comVoice .comArrow {
		width: 3.5rem;
		top: 22.7rem;
		left: -1rem;
	}
	.comVoice .comArrow.next {
		left: auto;
		right: -1rem;
	}
}