@charset "utf-8";

.appeal_depot {
	position: relative;
	background: #fcf9c5;
	background-image: url('../img/appealdepot/bg_stripe01.webp');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	z-index: 0;
}

.appeal_dept_inner_wrap {
	background-image: url('../img/appealdepot/bg_stripe02.webp'), url('../img/appealdepot/bg_arch.webp');
	background-position: left top calc(100vw * 0.26 + 4px), bottom center;
	background-repeat: no-repeat;
	background-size: cover, contain;
	background-blend-mode: color-burn;
}

@media screen and (max-width: 767px) {
	.appeal_dept_inner_wrap {
		background-image: url('../img/appealdepot/bg_stripe02_sp.png'), url('../img/appealdepot/bg_arch_sp.webp');
		background-position: left top calc(100vw * 0.29 + 90px), bottom center;
		background-size: cover, contain;
	}
}

.ttl_appael-depot{
	width: 95.72%;
	margin: 0 auto 20px;
	padding-top: 20px;
}
.ttl_appael-depot img {
	width: 100%;
}

.appeal-subcopy{
	position: relative;
	width: 89.3%;
	margin: 0 auto 20px;
}

.ttl_appeal-subcopy{
	width: 83%;
	margin-left: -3.8%;
}

.ttl_appeal-subcopy img{
	width: 100%;
}
.il_charactor_wrap{
	width: 25.8%;
	position: absolute;
	right: 0;
	top:52px
}

@media screen and (max-width: 767px) {
	.il_charactor_wrap{
		width: 22.8%;
		top: -20px
	}
}

.il_character{
	width: 100%;
}

.lead{
	font-size: clamp(1.8rem, 1.875vw, 3.6rem);
	font-weight: 900;
}

@media screen and (max-width: 767px) {
	.lead{
		font-size: clamp(1.5rem, 4.275vw, 3.6rem);
	}
}

/* 5つの魅力 */
.appeal-points {
	width: 89.3%;
	margin: 0 auto 38px;
	background: #fff;
	padding: 3%;
	border-radius: 10px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.ttl_appeal-point {
	background: #00b4c8;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 10px 0;
	font-size: clamp(1.5rem, 3.28vw, 4.2rem);
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 8px;
}

.ttl_appeal-point span {
	color: #fcee21;
}

.number {
	font-size: 1.5em;
}

.appeal-points_cont {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.appeal-points_cont {
		flex-direction: column;
	}
}

.appeal-point_list {
	width: 60.9%;
	display: flex;
	flex-direction: column;
	gap: clamp(8px, 0.53vw, 11px) 0;
}

@media screen and (max-width: 767px) {
	.appeal-point_list {
		width: 100%;
	}
}

.appeal-point_item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background: #feff7f;
	padding: 10px 0 5px 10px;
	border-radius: 0 10px 10px 10px;
}

.appeal-point_item img {
	width: clamp(20px, 3.33vw, 50px);
	height: auto;
}

@media screen and (max-width: 767px) {
	.appeal-point_item img {
		width: clamp(20px, 4.33vw, 50px);
	}
}

.appeal-point_item p {
	font-size: clamp(1.6rem, 2.13vw, 3.2rem);
	font-weight: normal;
	align-self: flex-end;
}

@media screen and (max-width: 767px) {
	.appeal-point_item p {
		font-size: clamp(1.6rem, 3.53vw, 3.2rem);
	}
}

.appeal-point_image {
	max-width: 326px;
	width: 35.65%;
	border-left: 14px solid #65a16d;
	border-right: 14px solid #65a16d;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.appeal-point_image {
		max-width: 298px;
		width: 100%;
		margin: 10px auto;
	}
}

.appeal-point_image_inner {
	max-width: 298px;
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #65a16d;
	margin: 24px 0;
	padding: 24px 0;
	gap: 24px 0;
}

.ph_appal-point img {
	max-width: 298px;
	width: 100%;
}

/* testimonial */
.testimonial-section {
	position: relative;
}

@media screen and (max-width: 767px) {
	.testimonial-section {
		text-align: center;
	}
}

.testimonial-section > img {
	width: clamp(300px, 38vw, 570px);
	position: absolute;
	top: clamp(-110px, calc(100vw * -0.0556 - 26.67px), -70px);
	left: 0;
}

@media screen and (max-width: 767px) {
	.testimonial-section > img {
		width: clamp(250px, 75vw, 570px);
		position: static;
		margin: 10px auto;
	}
}

.ttl_testimonial-section {
	width: 100%;
	font-size: clamp(2.0rem, 2.53vw, 3.8rem);
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #18439b;
	position: absolute;
	top: clamp(-90px, calc(100vw * -0.0417 - 27.5px), -60px);
	left: clamp(19px, 2.33vw, 35px);
}

@media screen and (max-width: 767px) {
	.ttl_testimonial-section {
		font-size: clamp(1.6rem, 4.53vw, 3.8rem);
		top: clamp(19px, calc(100vw * 0.0286 + 10.09px), 32px);
		left: 50%;
		transform: translateX(-50%);
	}
}

.testimonial-list {
	display: flex;
	flex-direction: column;
	gap: 8px 0;
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	.testimonial-list {
		margin-top: 10px;
	}
}

.testimonial-item {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.testimonial-item {
		align-items: flex-start;
	}
}

.testimonial-item p {
	font-size: clamp(1.4rem, 1.87vw, 2.8rem);
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.testimonial-item p {
		font-size: clamp(1.4rem, 2.7vw, 2.8rem);
		text-align: left;
	}
}

.testimonial-item img {
	width: clamp(24px, 3.2vw, 48px);
}

@media screen and (max-width: 767px) {
	.testimonial-item img {
		width: clamp(24px, 4.5vw, 48px);
	}
}

.testimonial-item span {
	font-weight: normal;
}

@media screen and (max-width: 544px) {
	.testimonial-item span {
		padding-left: 10px;
	}
}

/* よくある質問 */
.faq {
	width: 89.3%;
	margin: 0 auto 38px;
	background: #f8ac92;
	padding: 3%;
}

.faq_inner {
	margin: 0 auto;
	background: #fff;
	padding: 3%;
	border-radius: 10px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.faq_title_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 26px;
	margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
	.faq_title_wrap {
		gap: 0 12px;
		margin-bottom: 18px;
	}
}

.faq_title_wrap img {
	width: clamp(35px, 10vw, 166px);
}

.ttl_faq {
	font-size: clamp(1.6rem, 2.5vw, 3.2rem);
	color: #f05c20;
	font-weight: bold;
	align-self: flex-end;
}

@media screen and (max-width: 767px) {
	.ttl_faq {
		font-size: clamp(1.8rem, 4.8vw, 3.2rem);
	}
}

.faq_list {
	display: flex;
	flex-direction: column;
	gap: 48px 0;
}

@media screen and (max-width: 767px) {
	.faq_list {
		gap: 20px 0;
	}
}

.faq_item {
	font-size: 2.6rem;
	font-weight: bold;
}

.faq_item h4 {
	font-size: clamp(1.6rem, 2.03vw, 2.6rem);
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.faq_item h4 {
		font-size: clamp(1.4rem, 2.7vw, 2.6rem);
	}
}

.faq_q_wrap {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0 8px;
	border: 1px solid #fcaf3b;
	border-radius: 10px;
	padding: 10px 28px;
	margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
	.faq_q_wrap {
		padding: 8px 12px;
		margin-bottom: 20px;
	}
}

.faq_q_wrap::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 95%;
	border-style: solid;
	border-width: 26px 20px 0 0;
	border-color: #fcaf3b transparent transparent;
	translate: -50% 100%;
	transform: skew(-25deg);
	transform-origin: top;
}

.faq_q_wrap::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 95%;
	border-style: solid;
	border-width: 23.1px 17.7px 0 0;
	border-color: #ffffff transparent transparent;
	translate: calc(-50% - 0.2px) 100%;
	transform: skew(-25deg);
	transform-origin: top;
}

.faq_a_wrap {
	position: relative;
	display: inline-block;
	gap: 0 8px;
	color: #f45629;
	font-size: clamp(1.6rem, 2.03vw, 2.6rem);
	font-weight: bold;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	.faq_a_wrap {
		font-size: clamp(1.4rem, 2.7vw, 2.6rem);
	}
}

@media screen and (max-width: 767px) {
	.faq_q_wrap img,
	.faq_a_wrap img {
		width: clamp(27px, 7.43vw, 57px);
	}
}

/* 結び */
.closing {
	padding-bottom: clamp(20px, 6.0vw, 64px);
}

.closing_inner {
	width: 89.3%;
	margin: 0 auto;
}

.image_list {
	display: flex;
	justify-content: center;
	gap: 0 20px;
	margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
	.image_list {
		gap: 0 5px;
		margin-bottom: 26px;
	}
}

.image_list li img{
	width: clamp(110px, 19.33vw, 289px);
}

@media screen and (max-width: 767px) {
	.image_list li img{
		width: clamp(110px, 30.33vw, 289px);
	}
}

.close_subcopy {
	font-size: clamp(1.6rem, 2.13vw, 3.2rem);
	font-weight: 900;
	text-align: center;
	color: #fff;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
	.close_subcopy {
		font-size: clamp(1.4rem, 4.13vw, 3.2rem);
		text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	}
}

.close_copy {
	font-size: clamp(1.8rem, 3.2vw, 4.8rem);
	font-weight: 900;
	text-align: center;
	color: #f6ee29;
	text-shadow:
		4px 4px 0 #418a52,
		-4px 4px 0 #418a52,
		4px -4px 0 #418a52,
		-4px -4px 0 #418a52,
		4px 0 0 #418a52,
		-4px 0 0 #418a52,
		0 4px 0 #418a52,
		0 -4px 0 #418a52,
		6px 6px 8px rgba(0, 0, 0, 0.5);
	/* 影 */
}

@media screen and (max-width: 767px) {
	.close_copy {
		font-size: clamp(1.8rem, 5.2vw, 4.8rem);
		text-shadow:
			4px 4px 0 #418a52,
			-4px 4px 0 #418a52,
			4px -4px 0 #418a52,
			-4px -4px 0 #418a52,
			4px 0 0 #418a52,
			-4px 0 0 #418a52,
			0 4px 0 #418a52,
			0 -4px 0 #418a52,
			6px 6px 8px rgba(0, 0, 0, 0.5);
		/* 影 */
	}
}

.on767 {
	display: none;
}

@media screen and (max-width: 767px) {
	.on767 {
		display: block;
	}
}

.on544 {
	display: none;
}

@media screen and (max-width: 544px) {
	.on544 {
		display: block;
	}
}