@charset "UTF-8";
/* CSS Document */
/* ----------------
-------LP----------
------------------- */
.lp .inner p {
	margin: 0;
	width: 100%;
}
.lp img {
	max-width: 100%;
}
.fadein_animation,
.top_fade{
	opacity: 0;
	transition: all 1s;
}
.fadein_animation.is-active,
.top_fade.is-active{
	opacity: 1;
}
.lp .top_area {
	display: flex;
}
.lp .top_area .left {
	width: 55%;
}
.lp .top_area .right {
	width: 45%;
	background-image: url(../img/about_mv_bg.png);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 20px;
}
.lp .top_area .right .title {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 30px;
	width: 100%;
}
.lp .top_area .right ul li {
	font-size: 2.2rem;
	margin-bottom: 10px;
}
.lp .top_area .right ul li span {
	color: #ff668b;
	font-weight: bold;
}
.reason_title {
	background-color: #ff668b;
	padding: 30px 0;
	position: relative;
}
.reason_title .h2 {
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.reason_title::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #ff668b;
	position: absolute;
	bottom: -26px;
	left: calc(50% - 15px);
}
.under_main .inner .point_title{
	display: flex;
	align-items: center;
	margin-bottom:40px;
}
.under_main .inner .point_title div .line_animation{
	color: #fff;
	width: fit-content;
	font-size: 24px;
	margin-bottom: 10px;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.under_main .inner .point_title div .line_animation::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	background-color: #ff668b;
	transition: all 1s;
	z-index: -1;
}
.under_main .inner .point_title div .line_animation.is-active::after{
	width: 100%;
	height: 100%;
}
.under_main .inner .point_title .number{
	font-size: 90px;
	color: #ff668b;
	width: fit-content;
	margin-right: 20px;
}
.point1{
	background-color: #F9EEF1;
	padding-top: 80px;
}
.about_box{
	display: flex;
	justify-content: space-between;
	margin: 0 10px 80px;
}
.about_box .txt{
	width: 58%;
}
.about_box .img_list{
	width: 40%;
	display: flex;
	align-items: start;
}
.about_box .img_list p,
.about_box .txt p{
	width: 100%;
}
.about_box .txt p.h3{
	font-size: 24px;
	margin-bottom: 30px;
}
.about_box .txt p.h3 span{
	color: #ff668b;
	font-weight: bold;
}
.about_box .img_list p{
	position: relative;
	z-index: 1;
	margin: 5px;
}
.about_box .img_list p::after{
	display: block;
	content: '';
	background-color: #ff668b;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	left: 6px;
	top: 6px;
}
.case{
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-bottom: 100px;
}
.case_box{
	width: 42%;
	background-color: #fff;
	border-radius: 50px;
	padding: 20px;
}
.case_box_number{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 3px solid #F9EEF1;
}
.lp .inner .case_box .icon{
	width: 42%;
	margin: 30px auto;
}
.point2{
	background-color: #FCE5EA;
	padding-top: 80px;
}
.example_support{
	width: 90%;
	margin: auto;
	margin-bottom: 80px;
	background-color: #fff;
	padding: 30px 40px 20px;
	border-radius: 50px;
}
.lp .inner .example_support_title{
	border-bottom: 3px solid #F9EEF1;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
}
.example_support .h4{
	color: #ED708C;
	margin-bottom: 10px;
}
.example_support ul{
	display: flex;
	justify-content: space-between;
}
.example_support ul li div{
	margin-bottom: 20px;
}
.photo_list{
	width: 80%;
	margin: auto;
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
}
.photo_list li{
	width: calc(100% / 3 - 20px);
	margin: 10px;
}
.point3{
	background-color: #F9EEF1;
	padding-top: 80px;
}
.img_list.point3 {
	flex-wrap: wrap;
	align-items: start;
}
.img_list.point3 p {
	width: 45%;
}

@media screen and (max-width: 767px) {
	.under_main .inner .hp_box .floatR {
		width: 96%;
	}

	.under_main .inner .hp_box .floatL {
		width: 96%;
	}
	.under_main .inner .before_after_box img {
		width: 98%;
	}
	.under_main .inner .room_box .floatL,
	.under_main .inner .room_box .floatR {
		width: 98%;
		margin: 0 auto;
	}
	.room .inner h4.pink:before,
	.room .inner h4.pink:after {
		display: none;
	}

	/* ----------------
-------LP----------
------------------- */
.lp .top_area,
.under_main .inner .point_title,
.about_box,
.case,
.example_support ul{
	flex-direction: column;
}
.lp .top_area .left,
.lp .top_area .right,
.about_box .img_list,
.about_box .txt{
	width: 100%;
}
.case_box{
	width: 80%;
	margin: auto;
	margin-bottom: 20px;
}
.about_box .txt p.h3{
	font-size: 20px;
}
.sp_reverse .img_list{
	order: 1;
}
.sp_reverse .txt{
	order: 2;
}
.about_box .img_list{
	margin-bottom: 20px;
}
.about_box .txt p.h3{
	margin-bottom: 10px;
}
.lp .top_area .right{
	padding-left: 0;
	padding: 20px 0;
}
.example_support{
	width: 76%;
}
.photo_list {
	width: 90%;
}
.photo_list li {
	width: calc(100% / 2 - 20px);
}

}
/*メイン
------------------------------------------------------------------*/
