.p-reason .fade {
	opacity: 0;
	-webkit-transform: translateY(50px);
	        transform: translateY(50px);
	-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.p-reason .fade.active {
	opacity: 1;
	-webkit-transform: none;
	        transform: none;
}

.p-reason_box__visual {
	width: min(80%, 678px);
	margin: 0 auto clamp(20px, 2vw, 28px);
	border: clamp(6px, 1.0714285714vw, 15px) solid #d01126;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.p-reason_box__visual.has_bubble {
	margin-bottom: 38px;
}
.p-reason_box__num {
	width: clamp(50px, 12.4285714286vw, 174px);
	aspect-ratio: 348/423;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transform: translate(-75.3%, -28.4%);
	        transform: translate(-75.3%, -28.4%);
	background: url("../images/reason/img_num_bg.png") no-repeat center;
	background-size: cover;
}
.p-reason_box__num .cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	padding: 43.68% 0 26.44%;
	font-size: clamp(18px, 4.6428571429vw, 65px);
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #ffffff;
}
.p-reason_box__photo {
	width: 100%;
	aspect-ratio: 648/521;
	margin: 0;
}
.p-reason_box__photo img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 101%;
	height: 101%;
}
.p-reason_box__bubble_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	position: absolute;
	right: clamp(-105px, -7.5vw, -20px);
	bottom: clamp(-45px, -3.2142857143vw, -35px);
}
@media screen and (max-width: 768px) {
	.p-reason_box__bubble_list {
		right: 10px;
	}
}
.p-reason_box__bubble_list > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	width: clamp(90px, 14.2857142857vw, 200px);
	height: clamp(90px, 14.2857142857vw, 200px);
	background: url("../images/reason/img_bubble_bg.png") no-repeat center;
	background-size: cover;
	text-align: center;
}
.p-reason_box__bubble_list > li .cap {
	width: 100%;
	display: block;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(12px, 1.4285714286vw, 20px);
	line-height: 1.1;
	letter-spacing: 0.03em;
	font-weight: bold;
}
.p-reason_box__bubble_list > li .cap ._large {
	font-size: 1.25em;
}
.p-reason_box__bubble_list > li .cap br {
	display: none;
}
@media screen and (max-width: 1024px) {
	.p-reason_box__bubble_list > li .cap br {
		display: inline;
	}
}
.p-reason_box__bubble_list > li .main {
	width: 100%;
	display: block;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(15px, 3vw, 40px);
	letter-spacing: -0.02em;
	font-weight: 900;
}
@media screen and (max-width: 1024px) {
	.p-reason_box__bubble_list > li .main {
		padding-bottom: 4%;
	}
}
.p-reason_box__bubble_list > li .main ._small {
	font-size: 0.467em;
}
.p-reason_box__main {
	margin-top: clamp(40px, 5.7142857143vw, 80px);
}
.p-reason_box__main > .ttl {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.p-reason_box__main > .ttl.fade {
	-webkit-transform: none !important;
	        transform: none !important;
}
.p-reason_box__main > .ttl.fade ._text {
	opacity: 0 !important;
	-webkit-transition: opacity 0.4s ease-in-out 0.3s !important;
	transition: opacity 0.4s ease-in-out 0.3s !important;
}
.p-reason_box__main > .ttl.fade.active ._text {
	opacity: 1 !important;
}
.p-reason_box__main > .ttl ._text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 748px;
	aspect-ratio: 748/135;
	margin: 0 clamp(10px, 3.2142857143vw, 45px) clamp(40px, 5.1428571429vw, 72px) 0;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(16px, 2.8571428571vw, 40px);
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: url("../images/reason/img_unused_bubble.png") no-repeat right 1px bottom 1px/7.35%;
	position: relative;
}
@media screen and (max-width: 520px) {
	.p-reason_box__main > .ttl ._text {
		line-height: 1.3;
		aspect-ratio: 748/160;
	}
}
@media screen and (max-width: 400px) {
	.p-reason_box__main > .ttl ._text {
		aspect-ratio: auto;
		max-width: 190px;
		aspect-ratio: 748/300;
	}
}
.p-reason_box__main > .ttl ._text::before {
	content: "";
	width: 96%;
	height: 100%;
	background: #d01126;
	border-radius: 7.52%/40%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 520px) {
	.p-reason_box__main > .ttl ._text::before {
		border-radius: 7.52%/33.75%;
	}
}
@media screen and (max-width: 400px) {
	.p-reason_box__main > .ttl ._text::before {
		border-radius: 7.52%/18%;
	}
}
.p-reason_box__main > .ttl ._text br {
	display: none;
}
@media screen and (max-width: 520px) {
	.p-reason_box__main > .ttl ._text br.show_520 {
		display: inline;
	}
}
@media screen and (max-width: 400px) {
	.p-reason_box__main > .ttl ._text br.show_400 {
		display: inline;
	}
}
.p-reason_box__main > .ttl ._photo {
	width: 362px;
}
.p-reason_box__ttl {
	margin-bottom: clamp(20px, 2.1428571429vw, 30px);
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(22px, 3.2142857143vw, 45px);
	line-height: 1.33;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: center;
}
.p-reason_box__ttl .ib {
	display: inline-block;
}
.p-reason_box__text {
	margin-bottom: clamp(28px, 3vw, 42px);
}
.p-reason_box__text .text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(15px, 1.7857142857vw, 25px);
	line-height: 1.8;
	letter-spacing: 0.03em;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.p-reason_box__text .text {
		line-height: 1.67;
	}
}
.p-reason_box__text .text ._ib {
	display: inline-block;
}
.p-reason_box__list {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto clamp(40px, 5vw, 70px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.p-reason_box__list {
		display: block;
	}
}
.p-reason_box__list > li {
	width: 47.62%;
}
@media screen and (max-width: 768px) {
	.p-reason_box__list > li {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
}
.p-reason_box__list > li:nth-child(n+3) {
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.p-reason_box__list > li:nth-child(2) {
		margin-top: 30px;
	}
}
.p-reason_box__item {
	width: 100%;
	height: 100%;
	border: 1px solid #d01126;
}
.p-reason_box__item > .ttl {
	padding: 15px 15px 17px;
	background: #d01126;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(18px, 2.1428571429vw, 30px);
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #ffffff;
	text-align: center;
}
.p-reason_box__item .cont {
	padding: 20px 24px 15px;
}
@media screen and (max-width: 768px) {
	.p-reason_box__item .cont {
		padding: 20px clamp(15px, 2.8571428571vw, 40px) 15px;
	}
}
.p-reason_box__figure .cap {
	margin-top: 15px;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(15px, 1.4285714286vw, 20px);
	line-height: 1.4;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.p-reason_box__figure .cap {
		margin-top: 10px;
	}
}
.p-reason_box__linkbox {
	margin-bottom: clamp(60px, 8.5714285714vw, 120px);
}
.p-reason_box__conclusion {
	margin-top: clamp(-60px, -4.2857142857vw, 0px);
}
.p-reason_box__conclusion .text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(17px, 2.1428571429vw, 30px);
	line-height: 1.67;
	letter-spacing: 0.03em;
	text-align: center;
}
.p-reason_box__conclusion .text ._ib {
	display: inline-block;
}
.p-reason_box__conclusion .main {
	margin: 17px 0 clamp(60px, 9.6428571429vw, 135px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.p-reason_box__conclusion .main.fade {
	-webkit-transform: none !important;
	        transform: none !important;
}
.p-reason_box__conclusion .main.fade ._cap {
	opacity: 0 !important;
	-webkit-transition: opacity 0.4s ease-in-out 0.3s !important;
	transition: opacity 0.4s ease-in-out 0.3s !important;
}
.p-reason_box__conclusion .main.fade.active ._cap {
	opacity: 1 !important;
}
.p-reason_box__conclusion .main ._img {
	width: clamp(130px, 14.7857142857vw, 207px);
	margin-right: 10px;
}
.p-reason_box__conclusion .main ._cap {
	padding-bottom: clamp(20px, 2.8571428571vw, 40px);
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(20px, 2.8571428571vw, 40px);
	font-weight: bold;
	letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
	.p-reason_box__conclusion .main ._cap {
		line-height: 1.3;
		text-align: center;
	}
}
.p-reason_box__conclusion .main ._cap br {
	display: none;
}
@media screen and (max-width: 768px) {
	.p-reason_box__conclusion .main ._cap br {
		display: inline;
	}
}
.p-reason_box__support {
	width: 100%;
	max-width: 720px;
	margin: 0 auto clamp(20px, 2.1428571429vw, 30px);
}
@media screen and (max-width: 1024px) {
	.p-reason_box__support {
		max-width: 600px;
	}
}
.p-reason_box__support.fade {
	-webkit-transform: none !important;
	        transform: none !important;
}