@charset "utf-8";
/*------------------------------------------------------------
	casestudy
------------------------------------------------------------*/
#main .pageTitle .headLine01 .en {
	height: 12.7rem;
	left: -2rem;
	transform: translateY(-79%);
}
#main .topBox {
	text-align: center;
}
@media all and (max-width: 896px) {
	#main .pageTitle .headLine01 .en {
		height: 7.6rem;
		left: -0.6rem;
		transform: translateY(-81%);
	}
	#main .pageTitle {
		margin-bottom: 4rem;
	}
	#main .headLine02 {
		margin-bottom: 2.8rem;
	}
	#main .headLine02::after {
		margin-top: 2rem;
	}
	#main .topBox {
		margin: 0 3rem;
		text-align: justify;
	}
	#main .topBox p {
		text-align: left;
	}
}
/* classBox */
#main .classBox {
	padding: 8rem 0;
	text-align: justify;
}
#main .classBox .content {
	width: 80rem;
}
#main .classBox .heading {
	margin-bottom: 3.3rem;
}
#main .classBox .heading span {
	margin: 0 auto;
	width: fit-content;
	display: block;
}
#main .classBox .heading .text01 {
	padding: 0.6rem 3rem;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	border-radius: 20px 0;
	background: linear-gradient(137deg, #E6002D 3.33%, #8E1427 98.84%);
}
#main .classBox .heading .icoBox {
	margin: 2.2rem auto 1.3rem;
	width: 6.4rem;
}
#main .classBox .heading .text02 {
	font-weight: 400;
	letter-spacing: 0.05em;
	font-size: 2.6rem;
	line-height: 1.6;
	border-bottom: 1px solid #000;
}
#main .classBox .topText {
	margin-bottom: 4rem;
}
#main .classBox .lineHead {
	margin: 0 0 2.1rem;
	padding: 0.4rem;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
}
#main .classBox .slick-list {
	overflow: visible;
}
#main .classBox .slick-arrow {
	width: 6rem;
	height: 6rem;
	font-size: 0;
	position: absolute;
	bottom: 21rem;
	z-index: 4;
	transition: 0.3s;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
	cursor: pointer;
	border: none;
	border-radius: 50%;
	background: #fff url(../img/common/arrow05.png) no-repeat center center / 1.2rem;
}
#main .classBox .slick-prev {
	left: -4rem;
}
#main .classBox .slick-next {
	right: -4rem;
	transform: rotate(180deg);
}
#main .classBox .slideBox li {
	display: block !important;
}
#main .classBox .photo {
	margin-top: 2rem;
	aspect-ratio: 5/3;
	position: relative;
}
#main .classBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2rem 0;
}
#main .classBox .photo .note {
	position: absolute;
	left: 0;
	top: calc(100% + 2.2rem);
}
#main .classBox .slideBox .infoTxt {
	margin-bottom: 2rem;
}
#main .class01 {
	margin-top: 10rem;
	/*padding-bottom: 12.5rem;*/
	border-radius: 20rem 0 0 0;
	background: linear-gradient(96deg, rgba(248, 226, 160, 0.20) 0%, rgba(241, 218, 147, 0.20) 100%);
}
#main .class03 {
	border-radius: 20rem 0 0 0;
	background: linear-gradient(96deg, rgba(230, 0, 45, 0.05) 0%, rgba(142, 20, 39, 0.05) 100%);
}
/*#main .class04 {
	padding-bottom: 12.5rem;
}*/
#main .class05 {
/*	padding-bottom: 12.5rem;*/
	border-radius: 20rem 0 0 0;
	background: linear-gradient(96deg, rgba(248, 226, 160, 0.20) 0%, rgba(241, 218, 147, 0.20) 100%);
}
/*#main .class05 .photo img {
	border-radius: 0 !important;
}*/
#main .class06 {
	padding-bottom: 10rem;
}
#main .class06 .photo {
	margin-bottom: 5rem;
	aspect-ratio: 400/133;
}
#main .class06 .photo img {
	border-radius: 0 !important;
}
#main .class06 .comBtn03 a {
	padding-right: 5.1rem;
	height: 5.5rem;
  	min-width: 22rem;
	font-size: 1.6rem;
}
#main .class06 .comBtn03 a::before {
	width: 1.2rem;
	background-image: url(../img/common/bank04.png);
}
@media all and (min-width: 897px) {
	#main .classBox .slick-arrow:hover {
		transform: scale(1.1);
	}
	#main .classBox .slick-next:hover {
		transform: scale(1.1) rotate(180deg);
	}
	#main .class06 .comBtn03 a:hover::before {
		background-image: url(../img/common/blank02.png);
	}
}
@media all and (max-width: 896px) {
	#main .classBox {
		padding: 4rem 1rem;
	}
	#main .classBox .heading .text01 {
		padding: 0.55rem 1.5rem;
		font-size: 1.5rem;
		border-radius: 1rem 0;
	}
	#main .classBox .heading .icoBox {
		margin: 1.9rem auto 1rem;
		width: 4.5rem;
	}
	#main .classBox .heading {
		margin-bottom: 2.8rem;
	}
	#main .classBox .heading .text02 {
		font-size: 1.8rem;
	}
	#main .classBox .topText {
		margin-bottom: 2.1rem;
	}
	#main .classBox .lineHead {
		margin-bottom: 1.3rem;
		padding: 0.7rem 1rem;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	#main .classBox .slideBox .infoTxt {
		margin-bottom: 1rem;
	}
	#main .classBox .photo {
		margin-top: 1rem;
	}
	#main .classBox .slick-arrow {
		width: 3.5rem;
		height: 3.5rem;
		background-size: 0.7rem;
		bottom: calc(81 / 330 * (100vw - 6rem));
	}
	#main .classBox .slick-prev {
		left: -2rem;
	}
	#main .classBox .slick-next {
		right: -2rem;
	}
	#main .classBox .photo img {
		border-radius: 1rem 0;
	}
	#main .classBox .photo .note {
		top: calc(100% + 0.5rem);
		line-height: 1.5
	}
	#main .class01 {
		margin-top: 5rem;
		/*padding-bottom: 7rem;*/
		border-top-left-radius: 7rem;
	}
	#main .class03 {
		border-radius: 7rem 0 0 0;
	}
/*	#main .class04 {
		padding-bottom: 7rem;
	}*/
	#main .class05 {
		/*padding-bottom: 7rem;*/
		border-radius: 7rem 0 0 0;
	}
	#main .class06 {
		padding-bottom: 7rem;
	}
	#main .class06 .photo {
		margin-bottom: 3rem;
	}
	#main .class06 .comBtn03 a {
		margin: 0 auto;
	}
}
/* snsBox */
#main .snsBox {
	padding: 8.8rem 0 28.6rem;
	border-radius: 20rem 0 0 0;
	background: linear-gradient(96deg, rgba(230, 0, 45, 0.05) 0%, rgba(142, 20, 39, 0.05) 100%);
}
#main .snsBox .content {
	width: 80rem;
}
#main .snsBox .heading {
	margin: 0 auto 4.2rem;
	padding: 0 4.2rem;
	width: fit-content;
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	position: relative;
}
#main .snsBox .heading::before,
#main .snsBox .heading::after {
	content: "";
	width: 3.5rem;
	height: 5.3rem;
	position: absolute;
	top: -0.9rem;
	left: 0;
	transform: rotate(5deg);
	background: url(../img/common/line_icon.png) no-repeat center left / 4.8rem;
}
#main .snsBox .heading::after {
	right: 0;
	left: auto;
	transform: rotate(-5deg) scaleX(-1);
}
#main .snsBox .headLine03  {
	margin-bottom: 3rem;
	padding: 0.3rem;
	width: 100%;
	font-size: 2rem;
	font-weight: 400;
}
#main .snsBox .snsList {
	gap: 9.9rem;
	position: relative;
}
#main .snsBox .snsList::before {
	width: 1px;
	content: "";
	position: absolute;
	left: 50%;
	top: -1rem;
	bottom: -1rem;
	transform: translateX(-50%);
	border-left: 1px dashed #aaa;
	box-sizing: border-box;
}
#main .snsBox .snsList > li {
	width: 23rem;
}
#main .snsBox .snsList .line {
	width: 35rem;
}
#main .snsBox .snsList .subList {
	align-items: center;
	gap: 3rem;
}
#main .snsBox .snsList .qrBox {
	width: 17rem;
}
#main .snsBox .snsList a {
	width: 10rem;
	display: block;
}
#main .snsBox .youtube {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 17rem;
}
@media all and (min-width: 897px) {
	#main .snsBox .snsList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .snsBox {
		padding: 3.7rem 0 21.3rem;
		border-radius: 7rem 0 0 0;
	}
	#main .snsBox .snsList::before {
		display: none;
	}
	#main .snsBox .heading {
		margin-bottom: 2.5rem;
		padding: 0 3.5rem;
		font-size: 1.6rem;
	}
	#main .snsBox .heading::before,
	#main .snsBox .heading::after {
		background-size: 2.6rem;
		top: auto;
		height: 2.9rem;
		bottom: 0.5rem;
	}
	#main .snsBox .headLine03 {
		margin-bottom: 2.3rem;
		padding-bottom: 0.5rem;
		font-size: 1.4rem;
	}
	#main .snsBox .snsList .qrBox {
		width: 11.9rem;
	}
	#main .snsBox .snsList a {
		width: 7rem;
	}
	#main .snsBox .snsList .subList {
		gap: 2rem;
	}
	#main .snsBox .snsList {
		display: block;
	}
	#main .snsBox .snsList > li {
		margin: 0 auto;
		width: 16.1rem;
	}
	#main .snsBox .snsList .line {
		margin-bottom: 3.1rem;
		width: 24.5rem;
	}
	#main .snsBox .youtube {
		min-height: 11.5rem;
	}
}