@charset "UTF-8";

.mod_main {
	padding-top: 11.8rem;
	padding-bottom: 23rem;
	background-color: #fff;
}

.contact_area {
	background-color: #FFF;
	margin-top: 0;
}

.mv {
	z-index: 1;
}

.pankuzu_wrap {
	background-color: #F5F5FA;
}

.pankuzu {
	margin-top: 0;
	padding-top: 3.2rem;
}

@media screen and (max-width:640px) {
	body {
		overflow-x: hidden;
	}
	.mod_main {
		padding-top: calc(75 * 100vw / 375);
		padding-bottom: calc(125 * 100vw / 375);
	}
}

/**/

.sec_desgin {
	padding-top: 8rem;
	background-color: #F5F5FA;
	padding-bottom: 3.8rem;
}

.sec_desgin.add {
	padding-top: 13rem;
	position: relative;
}

.sec_desgin.add::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 59rem;
	background-color: #F5F5FA;
	z-index: 0;
	left: 0;
	bottom: -59rem;
}


.sec_desgin > .in {
	max-width: 128rem;
	width: 100%;
	margin: 0 auto;
}

.sec_desgin .txt_box .ttl {
	font-size: 4rem;
	line-height: 1;
	font-weight: 700;
	padding-left: 3.3rem;
	position: relative;
}

.sec_desgin .txt_box .ttl::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(/img/index/list_type.svg);
	width: 2.2rem;
	height: 2.2rem;
	background-size: cover;
	background-repeat: no-repeat;
}

.sec_desgin .txt_box .txt {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 500;
	margin-top: 2.4rem;
	position: relative;
}

.sec_desgin .details_box {
	margin-top: 7rem;
	counter-reset: service-count;
}

.sec_desgin .details_box .detail {
	display: flex;
	justify-content: space-between;
	counter-increment: service-count;
	padding-top: 5.9rem;
	border-top: 1px solid #c7c7c7;
}

.sec_desgin .details_box .detail + .detail {
	margin-top: 5.6rem;
}

.sec_desgin .details_box .detail .ph_box {
}

.sec_desgin .details_box .detail .ph_box .ph {
	width: 100%;
	max-width: 58.1rem;
	height: 39rem;
	border-radius: 1.6rem;
	overflow: hidden;
}

.sec_desgin .details_box .detail .ph_box img {
	vertical-align: bottom;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec_desgin .details_box .detail .ttl_box {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 500;
	max-width: 62.7rem;
	width: 100%;
}

.sec_desgin .details_box .detail .ttl_box .number {
	position: relative;
	padding-bottom: 0.9rem;
}

.sec_desgin .details_box .detail .ttl_box .number::before {
	content: counter(service-count, decimal-leading-zero);
	font-family: sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1;
}

.sec_desgin .details_box .detail .ttl_box .number::after {
	content: "";
	width: 3.9rem;
	height: 1px;
	background-color: #373737;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.sec_desgin .details_box .detail .ttl_box .ttl {
	font-size: 3.2rem;
	line-height: 1;
	font-weight: 700;
	margin-top: 1.6rem;
}

.sec_desgin .details_box .detail .ttl_box .sub_ttl {
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 500;
	color: #FFF;
	background-color: #e99dc5;
	margin-top: 2rem;
	display: inline-block;
	padding: 0.4rem 0.8rem;
	border-radius: 0.4rem;
}

.sec_desgin .details_box .detail .ttl_box .txt {
	font-size: 2rem;
	line-height: 2;
	font-weight: 500;
	margin-top: 3.1rem;
}

.sec_desgin .details_box .detail .ttl_box .list {
	margin-top: 0.9rem;
}

.sec_desgin .details_box .detail .ttl_box .list li {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 500;
	display: inline-block;
	position: relative;
	padding-left: 2rem;
}

.sec_desgin .details_box .detail .ttl_box .list li + li {
	margin-left: 0.6rem;
}

.sec_desgin .details_box .detail .ttl_box .list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(/img/index/list_type.svg);
	width: 1.2rem;
	height: 1.2rem;
	background-size: cover;
	background-repeat: no-repeat;
}

.sec_desgin .details_box .detail .ttl_box .ph {
	margin-top: 2.7rem;
}

.sec_desgin .details_box .detail .ttl_box .ph img {
	vertical-align: bottom;
}


@media screen and (max-width:640px) {

	.sec_desgin {
		padding-top: calc(32 * 100vw / 375);
		padding-bottom: 0;
	}

	.sec_desgin.add {
		padding-top: calc(42 * 100vw / 375);
	}

	.sec_desgin > .in {
	}

	.sec_desgin .txt_box .ttl {
		font-size: calc(24 * 100vw / 375);
		padding-left: calc(19 * 100vw / 375);
		line-height: 1.4;
	}

	.sec_desgin .txt_box .ttl::before {
		left: 0;
		top: calc(11 * 100vw / 375);
		bottom: auto;
		width: calc(11 * 100vw / 375);
		height: calc(11 * 100vw / 375);
	}

	.sec_desgin .txt_box {
		padding-left: calc(24 * 100vw / 375);
		padding-right: calc(24 * 100vw / 375);
	}

	.sec_desgin .txt_box .txt {
		font-size: calc(16 * 100vw / 375);
		margin-top: calc(24 * 100vw / 375);
	}

	.sec_desgin .details_box {
		margin-top: calc(40 * 100vw / 375);
		padding-left: calc(24 * 100vw / 375);
		padding-right: calc(24 * 100vw / 375);
	}

	.sec_desgin .details_box .detail {
		padding-top: calc(38 * 100vw / 375);
	}

	.sec_desgin .details_box .detail + .detail {
		margin-top: calc(32 * 100vw / 375);
	}

	.sec_desgin .details_box .detail .ph_box {
		display: none;
	}

	.sec_desgin .details_box .detail .ttl_box {
	}

	.sec_desgin .details_box .detail .ttl_box .number {
		position: relative;
		padding-bottom: 0.9rem;
	}

	.sec_desgin .details_box .detail .ttl_box .number::before {
		font-size: calc(24 * 100vw / 375);
	}

	.sec_desgin .details_box .detail .ttl_box .number::after {
		width: calc(30 * 100vw / 375);
	}

	.sec_desgin .details_box .detail .ttl_box .ttl {
		font-size: calc(22 * 100vw / 375);
		margin-top: calc(22 * 100vw / 375);
	}

	.sec_desgin .details_box .detail .ttl_box .sub_ttl {
		font-size: calc(13 * 100vw / 375);
		margin-top: calc(12 * 100vw / 375);
		padding-top: calc(4 * 100vw / 375);
		padding-right: calc(8 * 100vw / 375);
		padding-bottom: calc(4 * 100vw / 375);
		padding-left: calc(8 * 100vw / 375);
		border-radius: calc(4 * 100vw / 375);
	}

	.sec_desgin .details_box .detail .ttl_box .txt {
		font-size: calc(16 * 100vw / 375);
		margin-top: calc(32 * 100vw / 375);
	}

	.sec_desgin .details_box .detail .ttl_box .list {
		margin-top: calc(40 * 100vw / 375);
	}

	.sec_desgin .details_box .detail .ttl_box .list li {
		font-size: calc(16 * 100vw / 375);
		padding-left: calc(20 * 100vw / 375);
		width: 100%;
	}

	.sec_desgin .details_box .detail .ttl_box .list li + li {
		margin-left: 0;
	}

	.sec_desgin .details_box .detail .ttl_box .list li::before {
		width: calc(12 * 100vw / 375);
		height: calc(12 * 100vw / 375);
	}

	.sec_desgin .details_box .detail .ttl_box .ph {
		margin-top: calc(27 * 100vw / 375);
	}

	.sec_desgin .details_box .detail .ttl_box .ph_item {
		margin-top: calc(24 * 100vw / 375);
	}

	.sec_desgin .details_box .detail .ttl_box .ph_item img {
		vertical-align: bottom;
		width: 100%;
		height: auto;
	}

}







/*こんなお悩みに応えます*/

.sec_trouble {
	width: 100%;
	background-color: #F5F5FA;
}

.sec_trouble > .in {
	width: 100%;
	max-width: 128rem;
	margin: 0 auto;
	padding-top: 8.6rem;
	border-top: 1px solid #C7C7C7;
}

.sec_trouble.bdb > .in {
	padding-bottom: 8rem;
	border-bottom: 1px solid #C7C7C7;
}

.sec_trouble .title_box .title {
	font-size: 4rem;
	text-align: center;
	font-weight: 700;
}

.sec_trouble .chach_box .chach {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 3.2rem;
	text-align: center;
}

.sec_trouble .details_box {
	display: flex;
	justify-content: space-between;
	counter-reset: ph-number;
	margin-top: 7rem;
}

.sec_trouble .details_box .detail {
	width: 100%;
	max-width: 40.6rem;
	background-color: #fff;
	border-radius: 1.6rem;
	padding: 3rem 3rem 3.8rem;
	box-sizing: border-box;
}

.sec_trouble .details_box .detail .ph_box {
	position: relative;
}

.sec_trouble .details_box .detail .ph_box .ph > img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

.sec_trouble .details_box .detail .ttl_box {
	margin-top: 1.9rem;
}

.sec_trouble .details_box .detail .ttl_box .ttl {
	font-size: 3.2rem;
	line-height: 1.4;
	font-weight: 700;
}

.sec_trouble .details_box .detail .txt_box {
	margin-top: 3rem;
}

.sec_trouble .details_box .detail .txt_box .text {
	font-size: 2rem;
	line-height: 2;
	font-weight: 600;
}



@media screen and (max-width:640px) {
	.sec_trouble {
		margin-top: 0;
		padding-top: calc(43 * 100vw / 375);
		box-sizing: border-box;
	}

	.sec_trouble > .in {
		margin-left: calc(24 * 100vw / 375);
		margin-right: calc(24 * 100vw / 375);
		width: calc(100% - calc(48 * 100vw / 375));
		box-sizing: border-box;
	}

	.sec_trouble.bdb {
		padding-bottom: 0;
	}

	.sec_trouble.bdb > .in {
		padding-top: calc(43 * 100vw / 375);
		padding-bottom: calc(50 * 100vw / 375);
	}

	.sec_trouble .title_box .title {
		font-size: calc(24 * 100vw / 375);
	}

	.sec_trouble .chach_box .chach {
		font-size: calc(16 * 100vw / 375);
		margin-top: calc(32 * 100vw / 375);
		text-align: left;
	}

	.sec_trouble .details_box {
		margin-top: calc(37 * 100vw / 375);
		flex-wrap: wrap;
	}

	.sec_trouble .details_box .detail {
		border-radius: calc(16 * 100vw / 375);
		padding-top: calc(20 * 100vw / 375);
		padding-right: calc(20 * 100vw / 375);
		padding-left: calc(20 * 100vw / 375);
		padding-bottom: calc(28 * 100vw / 375);
	}

	.sec_trouble .details_box .detail + .detail {
		margin-top: calc(40 * 100vw / 375);
	}

	.sec_trouble .details_box .detail .ttl_box {
		margin-top: calc(20 * 100vw / 375);
	}

	.sec_trouble .details_box .detail .ttl_box .ttl {
		font-size: calc(24 * 100vw / 375);
	}

	.sec_trouble .details_box .detail .txt_box {
		margin-top: calc(17 * 100vw / 375);
	}

	.sec_trouble .details_box .detail .txt_box .text {
		font-size: calc(16 * 100vw / 375);
	}

}
















.sec_roundedLayout {
	padding-top: 16rem;
	margin-top: 18rem;
	padding-bottom: 37.6rem;
	position: relative;
	z-index: 1;
}

.sec_roundedLayout > .in {
	
}

.sec_roundedLayout > .in::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - ((100% - 128rem) / 2));
	height: 100%;
	background-color: #E99DC5;
	border-radius: 11.6rem 0px 0px 1.6rem;
}

.sec_roundedLayout .content_box {
	width: 100%;
	max-width: 128rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 0 0 0 8rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.sec_roundedLayout .txt_box {
	position: relative;
	z-index: 10;
	max-width: 56.1rem;
	width: 100%;
}

.sec_roundedLayout .txt_box .txt {
	font-size: 2.4rem;
	line-height: 2.5;
	font-weight: 700;
	color: #FFF;
}

.sec_roundedLayout .txt_box .ttl {
	font-size: 5.6rem;
	font-weight: 700;
	color: #FFF;
}

.sec_roundedLayout .txt_box .sub_txt {
	font-size: 2rem;
	font-weight: 600;
	margin-top: 4rem;
	color: #FFF;
}


.sec_roundedLayout .txt_box .list {
	margin-top: 4rem;
}

.sec_roundedLayout .txt_box .list li {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 500;
	display: inline-block;
	position: relative;
	padding-left: 2rem;
	color: #FFF;
}

.sec_roundedLayout .txt_box .list li + li {
	margin-left: 1.9rem;
}

.sec_roundedLayout .txt_box .list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(/img/index/list_type.svg);
	width: 1.2rem;
	height: 1.2rem;
	background-size: cover;
	background-repeat: no-repeat;
}

.sec_roundedLayout .txt_box .btn_box {
	position: relative;
	margin-top: 4.8rem;
	width: 100%;
	max-width: 41.1rem;
}

.sec_roundedLayout .txt_box .btn_box > a {
	font-size: 2rem;
	font-weight: bold;
	width: 100%;
	display: block;
	z-index: 1;
	position: relative;
	padding: 1.8rem;
	box-sizing: border-box;
	position: relative;
	color: #000;
}
.sec_roundedLayout .txt_box .btn_box > a::before {
	content: "";
	position: absolute;
	right: 1.8rem;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: cover;
	width: 6.1rem;
	height: 3.3rem;
	background-image: url(/assets/img/arrow_p.svg);
	border-radius: 0.4rem;
}

.sec_roundedLayout .txt_box .btn_box::before {
	content: "";
	background-color: #FFF;
	border-radius: 16px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.sec_roundedLayout .ph_box {
	max-width: 55.3rem;
	width: 100%;
}

.sec_roundedLayout .ph_box img {
	width: 100%;
	height: auto;
}





@media screen and (max-width:640px) {
	.sec_roundedLayout {
		padding-top: calc(89 * 100vw / 375);
		margin-top: calc(75 * 100vw / 375);
		padding-bottom: calc(538 * 100vw / 375);
		position: relative;
		z-index: 1;
	}

	.sec_roundedLayout > .in {
		
	}

	.sec_roundedLayout > .in::before {
		width: calc(100% - (24 * 100vw / 375));
		border-radius: 0;
		border-top-left-radius: calc(60 * 100vw / 375);
		border-bottom-left-radius: calc(16 * 100vw / 375);
	}

	.sec_roundedLayout .content_box {
		padding-left: calc(48 * 100vw / 375);
		padding-right: calc(24 * 100vw / 375);
	}

	.sec_roundedLayout .txt_box {
	}

	.sec_roundedLayout .txt_box .txt {
		font-size: calc(16 * 100vw / 375);
		line-height: 1.5;
	}

	.sec_roundedLayout .txt_box .ttl {
		font-size: calc(24 * 100vw / 375);
		margin-top: calc(8 * 100vw / 375);
	}

	.sec_roundedLayout .txt_box .sub_txt {
		font-size: calc(16 * 100vw / 375);
		margin-top: calc(35 * 100vw / 375);
		line-height: 2;
	}


	.sec_roundedLayout .ph_box {
		margin-top: calc(25 * 100vw / 375);
	}


	.sec_roundedLayout .txt_box .list {
		margin-top: calc(22 * 100vw / 375);
	}

	.sec_roundedLayout .txt_box .list li {
		font-size: calc(16 * 100vw / 375);
		padding-left: calc(20 * 100vw / 375);
		width: 100%;
	}

	.sec_roundedLayout .txt_box .list li + li {
		margin-left: 0;
	}

	.sec_roundedLayout .txt_box .list li::before {
		width: calc(12 * 100vw / 375);
		height: calc(12 * 100vw / 375);
	}

	.sec_roundedLayout .txt_box .btn_box {
		margin-top: calc(37 * 100vw / 375);
	}

	.sec_roundedLayout .txt_box .btn_box > a {
		font-size: calc(16 * 100vw / 375);
		padding: calc(22 * 100vw / 375) calc(28 * 100vw / 375) calc(22 * 100vw / 375) calc(24 * 100vw / 375);
	}
	.sec_roundedLayout .txt_box .btn_box > a::before {
		right: calc(28 * 100vw / 375);
		width: calc(41 * 100vw / 375);
		height: calc(23 * 100vw / 375);
		border-radius: calc(6 * 100vw / 375);
	}

	.sec_roundedLayout .txt_box .btn_box::before {
		border-radius: calc(8 * 100vw / 375);
	}

}













.sec_roundedLayout_second {
	z-index: 1;
	padding-top: 16rem;
	margin-top: -20.4rem;
	padding-bottom: 36.7rem;
	position: relative;
}

.sec_roundedLayout_second > .in {
	
}

.sec_roundedLayout_second > .in::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - ((100% - 128rem) / 2));
	height: 100%;
	background-color: #F5F5FA;
	border-radius: 0 11.6rem 1.6rem 0;
}

.sec_roundedLayout_second .content_box {
	width: 100%;
	max-width: 128rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 0 4.4rem 0 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.sec_roundedLayout_second .txt_box {
	position: relative;
	z-index: 10;
	max-width: 62rem;
	width: 100%;
}

.sec_roundedLayout_second .txt_box .txt {
	font-size: 2.4rem;
	line-height: 2.5;
	font-weight: 700;
	color: #000;
}

.sec_roundedLayout_second .txt_box .ttl {
	font-size: 5.6rem;
	font-weight: 700;
	color: #000;
}

.sec_roundedLayout_second .txt_box .sub_txt {
	font-size: 2rem;
	line-height: 2;
	font-weight: 600;
	margin-top: 4rem;
	color: #000;
}


.sec_roundedLayout_second .txt_box .list {
	margin-top: 4rem;
}

.sec_roundedLayout_second .txt_box .list li {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 500;
	display: inline-block;
	position: relative;
	padding-left: 2rem;
	color: #000;
}

.sec_roundedLayout_second .txt_box .list li + li {
	margin-left: 1.9rem;
}

.sec_roundedLayout_second .txt_box .list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(/img/index/list_type.svg);
	width: 1.2rem;
	height: 1.2rem;
	background-size: cover;
	background-repeat: no-repeat;
}

.sec_roundedLayout_second .txt_box .btn_box {
	position: relative;
	margin-top: 4.8rem;
	width: 100%;
	max-width: 41.1rem;
}

.sec_roundedLayout_second .txt_box .btn_box > a {
	font-size: 2rem;
	font-weight: bold;
	width: 100%;
	display: block;
	z-index: 1;
	position: relative;
	padding: 1.8rem;
	box-sizing: border-box;
	position: relative;
	color: #fff;
}
.sec_roundedLayout_second .txt_box .btn_box > a::before {
	content: "";
	position: absolute;
	right: 1.8rem;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: cover;
	width: 6.1rem;
	height: 3.3rem;
	background-image: url(/assets/img/arrow_w.svg);
	border-radius: 0.4rem;
}

.sec_roundedLayout_second .txt_box .btn_box::before {
	content: "";
	background-color: #E99DC5;
	border-radius: 16px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.sec_roundedLayout_second .ph_box {
	max-width: 55.3rem;
	width: 100%;
}

.sec_roundedLayout_second .ph_box img {
	width: 100%;
	height: auto;
}




@media screen and (max-width:640px) {
	
	.sec_roundedLayout_second {
		padding-top: calc(80 * 100vw / 375);
		margin-top: calc(-488 * 100vw / 375);
		padding-bottom: calc(538 * 100vw / 375);
		position: relative;
		z-index: 1;
	}

	.sec_roundedLayout_second > .in {
		
	}

	.sec_roundedLayout_second > .in::before {
		width: calc(100% - (24 * 100vw / 375));
		border-radius: 0;
		border-top-right-radius: calc(60 * 100vw / 375);
		border-bottom-right-radius: calc(16 * 100vw / 375);
	}

	.sec_roundedLayout_second > .in::before {
		width: calc(100% - (24 * 100vw / 375));
		border-radius: 0;
		border-top-right-radius: calc(60 * 100vw / 375);
		border-bottom-right-radius: calc(16 * 100vw / 375);
	}

	.sec_roundedLayout_second .content_box {
		padding-left: calc(24 * 100vw / 375);
		padding-right: calc(48 * 100vw / 375);
	}

	.sec_roundedLayout_second .txt_box {
	}

	.sec_roundedLayout_second .txt_box .txt {
		font-size: calc(16 * 100vw / 375);
		line-height: 1.5;
	}

	.sec_roundedLayout_second .txt_box .ttl {
		font-size: calc(24 * 100vw / 375);
		margin-top: calc(8 * 100vw / 375);
	}

	.sec_roundedLayout_second .txt_box .sub_txt {
		font-size: calc(16 * 100vw / 375);
		margin-top: calc(35 * 100vw / 375);
		line-height: 2;
	}


	.sec_roundedLayout_second .ph_box {
		margin-top: calc(25 * 100vw / 375);
	}


	.sec_roundedLayout_second .txt_box .list {
		margin-top: calc(22 * 100vw / 375);
	}

	.sec_roundedLayout_second .txt_box .list li {
		font-size: calc(16 * 100vw / 375);
		padding-left: calc(20 * 100vw / 375);
		width: 100%;
	}

	.sec_roundedLayout_second .txt_box .list li + li {
		margin-left: 0;
	}

	.sec_roundedLayout_second .txt_box .list li::before {
		width: calc(12 * 100vw / 375);
		height: calc(12 * 100vw / 375);
	}

	.sec_roundedLayout_second .txt_box .btn_box {
		margin-top: calc(37 * 100vw / 375);
	}

	.sec_roundedLayout_second .txt_box .btn_box > a {
		font-size: calc(16 * 100vw / 375);
		padding: calc(22 * 100vw / 375) calc(28 * 100vw / 375) calc(22 * 100vw / 375) calc(24 * 100vw / 375);
	}
	.sec_roundedLayout_second .txt_box .btn_box > a::before {
		right: calc(28 * 100vw / 375);
		width: calc(41 * 100vw / 375);
		height: calc(23 * 100vw / 375);
		border-radius: calc(6 * 100vw / 375);
	}

	.sec_roundedLayout_second .txt_box .btn_box::before {
		border-radius: calc(8 * 100vw / 375);
	}


}
















.sec_roundedLayout_third {
	padding-top: 16rem;
	margin-top: -20rem;
	padding-bottom: 16.6rem;
	position: relative;
	z-index: 1;
}

.sec_roundedLayout_third > .in {
	
}

.sec_roundedLayout_third > .in::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - ((100% - 128rem) / 2));
	height: 100%;
	background-color: #E99DC5;
	border-radius: 11.6rem 0px 0px 1.6rem;
}

.sec_roundedLayout_third .content_box {
	width: 100%;
	max-width: 128rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 0 0 0 8rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.sec_roundedLayout_third .txt_box {
	position: relative;
	z-index: 10;
	max-width: 56.1rem;
	width: 100%;
}

.sec_roundedLayout_third .txt_box .txt {
	font-size: 2.4rem;
	line-height: 1.6;
	font-weight: 700;
	color: #FFF;
}

.sec_roundedLayout_third .txt_box .ttl {
	font-size: 5.6rem;
	line-height: 1.25;
	font-weight: 700;
	color: #FFF;
}

.sec_roundedLayout_third .txt_box .sub_txt {
	font-size: 2rem;
	font-weight: 600;
	margin-top: 4rem;
	color: #FFF;
}


.sec_roundedLayout_third .txt_box .list {
	margin-top: 4rem;
}

.sec_roundedLayout_third .txt_box .list li {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 500;
	display: inline-block;
	position: relative;
	padding-left: 2rem;
	color: #FFF;
}

.sec_roundedLayout_third .txt_box .list li + li {
	margin-left: 1.9rem;
}

.sec_roundedLayout_third .txt_box .list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(/img/index/list_type.svg);
	width: 1.2rem;
	height: 1.2rem;
	background-size: cover;
	background-repeat: no-repeat;
}

.sec_roundedLayout_third .txt_box .btn_box {
	position: relative;
	margin-top: 4.8rem;
	width: 100%;
	max-width: 41.1rem;
}

.sec_roundedLayout_third .txt_box .btn_box > a {
	font-size: 2rem;
	font-weight: bold;
	width: 100%;
	display: block;
	z-index: 1;
	position: relative;
	padding: 1.8rem;
	box-sizing: border-box;
	position: relative;
	color: #000;
}
.sec_roundedLayout_third .txt_box .btn_box > a::before {
	content: "";
	position: absolute;
	right: 1.8rem;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: cover;
	width: 6.1rem;
	height: 3.3rem;
	background-image: url(/assets/img/arrow_p.svg);
	border-radius: 0.4rem;
}

.sec_roundedLayout_third .txt_box .btn_box::before {
	content: "";
	background-color: #FFF;
	border-radius: 16px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.sec_roundedLayout_third .ph_box {
	max-width: 55.3rem;
	width: 100%;
}

.sec_roundedLayout_third .ph_box img {
	width: 100%;
	height: auto;
}





@media screen and (max-width:640px) {
	.sec_roundedLayout_third {
		padding-top: calc(80 * 100vw / 375);
		margin-top: calc(-488 * 100vw / 375);
		padding-bottom: calc(80 * 100vw / 375);
		position: relative;
		z-index: 1;
	}

	.sec_roundedLayout_third > .in {
		
	}

	.sec_roundedLayout_third > .in::before {
		width: calc(100% - (24 * 100vw / 375));
		border-radius: 0;
		border-top-left-radius: calc(60 * 100vw / 375);
		border-bottom-left-radius: calc(16 * 100vw / 375);
	}

	.sec_roundedLayout_third .content_box {
		padding-left: calc(48 * 100vw / 375);
		padding-right: calc(24 * 100vw / 375);
	}

	.sec_roundedLayout_third .txt_box {
	}

	.sec_roundedLayout_third .txt_box .txt {
		font-size: calc(16 * 100vw / 375);
		line-height: 1.5;
	}

	.sec_roundedLayout_third .txt_box .ttl {
		font-size: calc(24 * 100vw / 375);
		margin-top: calc(8 * 100vw / 375);
	}

	.sec_roundedLayout_third .txt_box .sub_txt {
		font-size: calc(16 * 100vw / 375);
		margin-top: calc(35 * 100vw / 375);
		line-height: 2;
	}


	.sec_roundedLayout_third .ph_box {
		margin-top: calc(25 * 100vw / 375);
	}


	.sec_roundedLayout_third .txt_box .list {
		margin-top: calc(22 * 100vw / 375);
	}

	.sec_roundedLayout_third .txt_box .list li {
		font-size: calc(16 * 100vw / 375);
		padding-left: calc(20 * 100vw / 375);
		width: 100%;
	}

	.sec_roundedLayout_third .txt_box .list li + li {
		margin-left: 0;
	}

	.sec_roundedLayout_third .txt_box .list li::before {
		width: calc(12 * 100vw / 375);
		height: calc(12 * 100vw / 375);
	}

	.sec_roundedLayout_third .txt_box .btn_box {
		margin-top: calc(37 * 100vw / 375);
	}

	.sec_roundedLayout_third .txt_box .btn_box > a {
		font-size: calc(16 * 100vw / 375);
		padding: calc(22 * 100vw / 375) calc(28 * 100vw / 375) calc(22 * 100vw / 375) calc(24 * 100vw / 375);
	}
	.sec_roundedLayout_third .txt_box .btn_box > a::before {
		right: calc(28 * 100vw / 375);
		width: calc(41 * 100vw / 375);
		height: calc(23 * 100vw / 375);
		border-radius: calc(6 * 100vw / 375);
	}

	.sec_roundedLayout_third .txt_box .btn_box::before {
		border-radius: calc(8 * 100vw / 375);
	}


}










/*
*/
.sec_process {
	margin-top: -15rem;
	background-color: #F5F5FA;
	padding-top: 28.5rem;
	padding-bottom: 12rem;
}

.sec_process > .in {
	width: 100%;
	max-width: 128rem;
	margin: 0 auto;
}

.sec_process .title_box .title {
	font-size: 4rem;
	line-height: 1;
	font-weight: 700;
	padding-left: 3.3rem;
	position: relative;
}

.sec_process .title_box .title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(/img/index/list_type.svg);
	width: 2.2rem;
	height: 2.2rem;
	background-size: cover;
	background-repeat: no-repeat;
}

.sec_process .title_box .chach_box {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 500;
	margin-top: 2.4rem;
}


.sec_process .details_box {
	display: flex;
	justify-content: space-between;
	counter-reset: ph-number;
	margin-top: 8rem;
}

.sec_process .details_box .detail {
	width: 100%;
	max-width: 30rem;
	padding: 0 2.5rem 3rem;
	box-sizing: border-box;
	position: relative;
	box-sizing: border-box;
}

.sec_process .details_box .detail::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 8.9rem);
	background-color: #fff;
	border-radius: 1.6rem;
}

.sec_process .details_box .detail > div {
	z-index: 1;
	position: relative;
}

.sec_process .details_box .detail .ph_box .ph {
	text-align: right;
}

.sec_process .details_box .detail .ph_box {
	position: relative;
}

.sec_process .details_box .detail .ph_box::before {
	counter-increment: ph-number;
	content: "0" counter(ph-number);
	position: absolute;
	bottom: -3.2rem;
	left: 0;
	z-index: 1;
	color: #373737;
	font-family: "Lexend", sans-serif;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1;
}

.sec_process .details_box .detail .ph_box::after {
	content: "";
	bottom: -4.2rem;
	left: 0;
	margin: auto;
	position: absolute;
	background-color: #373737;
	width: 3.7rem;
	height: 1px;
}

.sec_process .details_box .detail .ph_box .ph {
	max-width: 17.8rem;
	margin: 0 auto;
}

.sec_process .details_box .detail .ph_box .ph > img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

.sec_process .details_box .detail .ttl_box {
	margin-top: 5.8rem;
	width: 110%;
}

.sec_process .details_box .detail .ttl_box .ttl {
	font-size: 3.2rem;
	line-height: 1.4;
	font-weight: 700;
}

.sec_process .details_box .detail .txt_box .text {
	font-size: 2rem;
	font-weight: 500;
	position: relative;
	margin-top: 3rem;
	display: inline-block;
	line-height: 2;
}




@media screen and (max-width:640px) {
	.sec_process {
		padding-top: calc(285 * 100vw / 375);
		margin-top: calc(-160 * 100vw / 375);
		padding-bottom: 0;
	}

	.sec_process .title_box {
		padding-left: calc(24 * 100vw / 375);
		padding-right: calc(24 * 100vw / 375);
	}

	.sec_process .title_box .title {
		font-size: calc(24 * 100vw / 375);
		padding-left: calc(19 * 100vw / 375);
		line-height: 1.4;
	}

	.sec_process .title_box .title::before {
		left: 0;
		top: calc(11 * 100vw / 375);
		bottom: auto;
		width: calc(11 * 100vw / 375);
		height: calc(11 * 100vw / 375);
	}

	.sec_process .title_box .chach_box {
		font-size: calc(16 * 100vw / 375);
		margin-top: calc(24 * 100vw / 375);
	}

	.sec_process .details_box {
		margin-top: calc(32 * 100vw / 375);
		padding-left: calc(24 * 100vw / 375);
		padding-right: calc(24 * 100vw / 375);
		flex-wrap: wrap;
	}

	.sec_process .details_box .detail::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		border-radius: calc(16 * 100vw / 375);
	}

	.sec_process .details_box .detail {
		border-radius: calc(16 * 100vw / 375);
		padding-top: calc(24 * 100vw / 375);
		padding-right: calc(24 * 100vw / 375);
		padding-left: calc(24 * 100vw / 375);
		padding-bottom: calc(32 * 100vw / 375);
		max-width: none;
		width: 100%;
	}

	.sec_process .details_box .detail + .detail {
		margin-top: calc(20 * 100vw / 375);
	}

	.sec_process .details_box .detail .ph_box::before {
		top: 0;
		left: 0;
		bottom: auto;
		font-size: calc(24 * 100vw / 375);
	}

	.sec_process .details_box .detail .ph_box {
		display: flex;
		justify-content: flex-end;
	}

	.sec_process .details_box .detail .ph_box::after {
		top: calc(32 * 100vw / 375);
		left: 0;
		width: calc(30 * 100vw / 375);
		margin: 0;
	}

	.sec_process .details_box .detail .ph_box .ph {
		margin: 0;
	}

	.sec_process .details_box .detail .ph_box .ph > img {
		width: calc(150 * 100vw / 375);
		height: auto;
	}

	.sec_process .details_box .detail .ttl_box {
		margin-top: calc(26 * 100vw / 375);
		width: 100%;
	}

	.sec_process .details_box .detail .ttl_box .ttl {
		font-size: calc(22 * 100vw / 375);
	}

	.sec_process .details_box .detail .txt_box .text {
		font-size: calc(16 * 100vw / 375);
		margin-top: calc(11 * 100vw / 375);
	}
}











/**/

.sec_team {
	width: 100%;
	background-color: #F5F5FA;
}

.sec_team > .in {
	width: 100%;
	max-width: 128rem;
	margin: 0 auto;
	padding-top: 8.6rem;
	border-top: 1px solid #C7C7C7;
}

.sec_team.bdb {
	padding-bottom: 8rem;
	border-bottom: 1px solid #C7C7C7;
}

.sec_team .title_box .title {
	font-size: 4rem;
	line-height: 1;
	font-weight: 700;
	padding-left: 3.3rem;
	position: relative;
}

.sec_team .title_box .title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(/img/index/list_type.svg);
	width: 2.2rem;
	height: 2.2rem;
	background-size: cover;
	background-repeat: no-repeat;
}

.sec_team .title_box .chach_box {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 500;
	margin-top: 2.4rem;
}

.sec_team .details_box {
	display: flex;
	justify-content: space-between;
	counter-reset: ph-number;
	margin-top: 7rem;
}

.sec_team .details_box .detail {
	width: 100%;
	max-width: 40.6rem;
	background-color: #fff;
	border-radius: 1.6rem;
	padding: 3rem 3rem 3.8rem;
	box-sizing: border-box;
}

.sec_team .details_box .detail .ph_box {
	position: relative;
}

.sec_team .details_box .detail .ph_box .ph > img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

.sec_team .details_box .detail .ttl_box {
	margin-top: 1.9rem;
}

.sec_team .details_box .detail .ttl_box .ttl {
	font-size: 3.2rem;
	line-height: 1.4;
	font-weight: 700;
	width: 110%;
}

.sec_team .details_box .detail .txt_box {
	margin-top: 3rem;
}

.sec_team .details_box .detail .txt_box .text {
	font-size: 2rem;
	line-height: 2;
	font-weight: 600;
}



@media screen and (max-width:640px) {
	.sec_team {
		margin-top: 0;
		padding-top: calc(92 * 100vw / 375);
		padding-left: calc(24 * 100vw / 375);
		padding-right: calc(24 * 100vw / 375);
		width: 100%;
		box-sizing: border-box;
	}

	.sec_team.bdb {
		padding-bottom: calc(50 * 100vw / 375);
	}

	.sec_team .title_box {
		padding-left: calc(24 * 100vw / 375);
		padding-right: calc(24 * 100vw / 375);
	}

	.sec_team .title_box .title {
		font-size: calc(24 * 100vw / 375);
		padding-left: calc(19 * 100vw / 375);
		line-height: 1.4;
	}

	.sec_team .title_box .title::before {
		left: 0;
		top: calc(11 * 100vw / 375);
		bottom: auto;
		width: calc(11 * 100vw / 375);
		height: calc(11 * 100vw / 375);
	}

	.sec_team .title_box .chach_box {
		font-size: calc(16 * 100vw / 375);
		margin-top: calc(24 * 100vw / 375);
	}


	.sec_team .details_box {
		margin-top: calc(37 * 100vw / 375);
		flex-wrap: wrap;
	}

	.sec_team .details_box .detail {
		border-radius: calc(16 * 100vw / 375);
		padding-top: calc(30 * 100vw / 375);
		padding-right: calc(22 * 100vw / 375);
		padding-left: calc(22 * 100vw / 375);
		padding-bottom: calc(16 * 100vw / 375);
	}

	.sec_team .details_box .detail + .detail {
		margin-top: calc(40 * 100vw / 375);
	}

	.sec_team .details_box .detail .ttl_box {
		margin-top: calc(20 * 100vw / 375);
	}

	.sec_team .details_box .detail .ttl_box .ttl {
		font-size: calc(24 * 100vw / 375);
		width: 100%;
	}

	.sec_team .details_box .detail .txt_box {
		margin-top: calc(17 * 100vw / 375);
	}

	.sec_team .details_box .detail .txt_box .text {
		font-size: calc(16 * 100vw / 375);
	}

}












/**/

.sec_faq {
	width: 100%;
	background-color: #F5F5FA;
    padding-bottom: 8rem;
}

.sec_faq > .in {
	width: 100%;
	max-width: 128rem;
	margin: 0 auto;
	padding-top: 8.6rem;
}

.sec_faq.bdb {
	padding-bottom: 8rem;
	border-bottom: 1px solid #C7C7C7;
}

.sec_faq .title_box .title {
	font-size: 4rem;
	line-height: 1;
	font-weight: 700;
	padding-left: 3.3rem;
	position: relative;
}

.sec_faq .title_box .title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(/img/index/list_type.svg);
	width: 2.2rem;
	height: 2.2rem;
	background-size: cover;
	background-repeat: no-repeat;
}

.sec_faq .title_box .chach_box {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 500;
	margin-top: 2.4rem;
}

.sec_faq .faqwrap_box {
	margin-top: 9.2rem;
	background-color: #fff;
	padding: 12rem 6.2rem 12rem 7.9rem;
	box-sizing: border-box;
}

.sec_faq .faqwrap_box .detail {
}

.sec_faq .faqwrap_box .detail + .detail {
	margin-top: 5rem;
}

.sec_faq .faqwrap_box .detail .ttl_box {
	position: relative;
}

.sec_faq .faqwrap_box .detail .ttl_box .ttl {
	font-size: 2rem;
	font-weight: 700;
	padding: 2rem 0 2rem 9.4rem;
	box-sizing: border-box;
	background-color: #FFEAF5;
	position: relative;
	border-top-left-radius: 0.8rem;
	border-top-right-radius: 0.8rem;
	border-bottom-left-radius: 0.8rem;
	border-bottom-right-radius: 0.8rem;
}

.sec_faq .faqwrap_box .detail.active .ttl_box .ttl {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.sec_faq .faqwrap_box .detail .ttl_box .ttl::before {
	content: "Q.";
	color: #E89DC5;
	font-size: 3.2rem;
	font-weight: 700;
	position: absolute;
	left: 2.9rem;
	top: 0.6rem;
}

.sec_faq .faqwrap_box .detail .ttl_box .arrow_box {
	width: 4rem;
	height: 4rem;
	position: absolute;
	right: 2rem;
	top: 0;
	bottom: 0;
	margin: auto;
}

.sec_faq .faqwrap_box .detail .ttl_box .arrow_box .arrow {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #E99DC5;
	display: block;
}

.sec_faq .faqwrap_box .detail .ttl_box .arrow_box .arrow::before {
	content: "";
	width: 2rem;
	height: 2px;
	background-color: #FFEAF5;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.sec_faq .faqwrap_box .detail .ttl_box .arrow_box .arrow::after {
	content: "";
	width: 2px;
	height: 2rem;
	background-color: #FFEAF5;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.sec_faq .faqwrap_box .detail.active .ttl_box .arrow_box .arrow::after {
	width: 2rem;
	height: 2px;
}

.sec_faq .faqwrap_box .detail .txt_box {
	height: 0;
}

.sec_faq .faqwrap_box .detail.active .txt_box {
	height: auto;
}

.sec_faq .faqwrap_box .detail .txt_box .text {
	opacity: 0;
	font-size: 2rem;
	font-weight: 500;
	line-height: 2;
	padding: 3.4rem 0 4rem 9.4rem;
	box-sizing: border-box;
	background-color: #fff;
	border: 3px solid #FFEAF5;
	position: relative;
	border-bottom-left-radius: 0.8rem;
	border-bottom-right-radius: 0.8rem;
}

.sec_faq .faqwrap_box .detail.active .txt_box .text {
	opacity: 1;
}

.sec_faq .faqwrap_box .detail .txt_box .text::before {
	content: "A.";
	color: #84D3B5;
	font-size: 3.2rem;
	font-weight: 700;
	position: absolute;
	left: 2.9rem;
	top: 1.9rem;
}



@media screen and (max-width:640px) {
	.sec_faq {
		margin-top: 0;
		padding-top: calc(72 * 100vw / 375);
		padding-left: calc(24 * 100vw / 375);
		padding-right: calc(24 * 100vw / 375);
		width: 100%;
		box-sizing: border-box;
	}

	.sec_faq > .in {
		padding-top: calc(42 * 100vw / 375);
	}

	.sec_faq.bdb {
		padding-bottom: calc(50 * 100vw / 375);
	}

	.sec_faq .title_box {
	}

	.sec_faq .title_box .title {
		font-size: calc(24 * 100vw / 375);
		padding-left: calc(19 * 100vw / 375);
		line-height: 1.4;
	}

	.sec_faq .title_box .title::before {
		left: 0;
		top: calc(11 * 100vw / 375);
		bottom: auto;
		width: calc(11 * 100vw / 375);
		height: calc(11 * 100vw / 375);
	}

	.sec_faq .title_box .chach_box {
		font-size: calc(16 * 100vw / 375);
		margin-top: calc(24 * 100vw / 375);
	}


	.sec_faq .faqwrap_box {
		margin-top: calc(57 * 100vw / 375);
		background-color: transparent;
		padding: 0;
	}

	.sec_faq .faqwrap_box .detail {
		border-radius: 0;
		padding: 0;
	}

	.sec_faq .faqwrap_box .detail + .detail {
		margin-top: calc(40 * 100vw / 375);
	}

	.sec_faq .faqwrap_box .detail .ttl_box {
		margin-top: calc(20 * 100vw / 375);
	}

	.sec_faq .faqwrap_box .detail .ttl_box .ttl {
		font-size: calc(24 * 100vw / 375);
	}

	.sec_faq .faqwrap_box .detail .txt_box {
		margin-top: 0;
	}

	.sec_faq .faqwrap_box .detail .txt_box .text {
		font-size: calc(16 * 100vw / 375);
	}

	.sec_faq .faqwrap_box .detail .ttl_box .ttl {
		font-size: calc(16 * 100vw / 375);
		font-weight: 500;
		padding: calc(15 * 100vw / 375) calc(65 * 100vw / 375) calc(15 * 100vw / 375) calc(57 * 100vw / 375);
		border-radius: calc(8 * 100vw / 375);
	}

	.sec_faq .faqwrap_box .detail.active .ttl_box .ttl {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.sec_faq .faqwrap_box .detail .ttl_box .ttl::before {
		font-size: calc(24 * 100vw / 375);
		font-weight: 700;
		left: calc(20 * 100vw / 375);
		top: calc(21 * 100vw / 375);
	}

	.sec_faq .faqwrap_box .detail .ttl_box .arrow_box {
		width: calc(33 * 100vw / 375);
		height: calc(33 * 100vw / 375);
		right: calc(16 * 100vw / 375);
	}

	.sec_faq .faqwrap_box .detail .ttl_box .arrow_box .arrow {
	}

	.sec_faq .faqwrap_box .detail .ttl_box .arrow_box .arrow::before {
		width: calc(17 * 100vw / 375);
	}

	.sec_faq .faqwrap_box .detail .ttl_box .arrow_box .arrow::after {
		height: calc(17 * 100vw / 375);
	}

	.sec_faq .faqwrap_box .detail.active .ttl_box .arrow_box .arrow::after {
		width: calc(17 * 100vw / 375);
		height: 2px;
	}

	.sec_faq .faqwrap_box .detail .txt_box {
		height: 0;
	}

	.sec_faq .faqwrap_box .detail.active .txt_box {
		height: auto;
	}

	.sec_faq .faqwrap_box .detail .txt_box .text {
		opacity: 0;
		border-bottom-left-radius: calc(8 * 100vw / 375);
		border-bottom-right-radius:calc(8 * 100vw / 375);

		font-size: calc(16 * 100vw / 375);
		font-weight: 500;
		padding: calc(28 * 100vw / 375) calc(29 * 100vw / 375) calc(26 * 100vw / 375) calc(57 * 100vw / 375);
	}

	.sec_faq .faqwrap_box .detail.active .txt_box .text {
		opacity: 1;
	}

	.sec_faq .faqwrap_box .detail .txt_box .text::before {
		font-size: calc(24 * 100vw / 375);
		font-weight: 700;
		left: calc(20 * 100vw / 375);
		top: calc(21 * 100vw / 375);
	}


}