@charset "UTF-8";
.p-intro {
	padding-top: 6.9rem;
	padding-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
	.p-intro {
		padding-top: 2.4rem;
		padding-bottom: 4rem;
	}
}
.p-intro .l-content-inner {
	width: 103.1rem;
}
@media screen and (max-width: 767px) {
	.p-intro .c-secttl {
		font-size: 1.8rem;
	}
	.p-intro .c-secttl .small {
		font-size: 1.8rem;
	}
	.p-intro .c-secttl .green {
		font-size: 2.6rem;
	}
}
.p-intro__image {
	margin-top: 5rem;
}
@media screen and (max-width: 767px) {
	.p-intro__image {
		margin-top: 3rem;
	}
}

.p-taiou {
	background-color: #EEF7F7;
	padding-top: 8.8rem;
	padding-bottom: 8.8rem;
}
@media screen and (max-width: 767px) {
	.p-taiou {
		padding-top: 3rem;
		padding-bottom: 3.8rem;
	}
	.p-taiou .l-content-inner {
		padding: 0 1.58rem;
	}
}
@media screen and (max-width: 767px) {
	.p-taiou__flow {
		width: 32.5rem;
		margin: auto;
	}
}
.p-taiou__title {
	margin-top: 2.5rem;
	position: relative;
	padding-top: 8.4rem;
}
@media screen and (max-width: 767px) {
	.p-taiou__title {
		padding-top: 7rem;
		margin-top: 3.6rem;
	}
}
.p-taiou__title::before {
	content: "";
	background-image: url(../images/reason/img_taiou-img.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 33.3034rem;
	height: 13.6rem;
	display: block;
	position: absolute;
	top: 0;
	left: -2.8rem;
}
@media screen and (max-width: 767px) {
	.p-taiou__title::before {
		width: 16.8309rem;
		height: 6.8733rem;
		left: 0;
	}
}
.p-taiou .c-secttl .box {
	background: #177272;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	color: #FFF7C8;
	padding: 0em 0.2em 0.1em;
	margin: 0 0.3em;
	display: inline-block;
}
.p-taiou__list {
	margin: 5.5rem auto auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.7rem;
}
@media screen and (max-width: 767px) {
	.p-taiou__list {
		gap: 1.8rem;
		margin-top: 3.2rem;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.p-taiou__list .item {
	width: 14.4rem;
	height: 14.4rem;
}
@media screen and (max-width: 767px) {
	.p-taiou__list .item {
		width: 16.2rem;
		height: 16rem;
	}
}
.p-taiou__list .item__inn {
	position: relative;
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.4);
	        box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-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%;
}
.p-taiou__list .item .bdr {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.p-taiou__list .item .bdr::before, .p-taiou__list .item .bdr::after {
	content: "";
	width: 100%;
	height: calc(50% - 1.4rem);
	border: 3px solid #23ADAD;
	position: absolute;
	top: 0;
	left: 0;
}
.p-taiou__list .item .bdr::before {
	border-bottom: none;
}
.p-taiou__list .item .bdr::after {
	border-top: none;
	border-color: #177272;
	top: auto;
	bottom: 0;
}
.p-taiou__list .item .icon {
	width: 9.5rem;
	height: 5.9rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-taiou__list .item .icon {
		height: 6.4rem;
		width: 10.4rem;
	}
}
.p-taiou__list .item .icon img {
	max-width: 100%;
	max-height: 100%;
}
.p-taiou__list .item .text {
	margin-bottom: 1.6rem;
	color: #2A706B;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 129.385%; /* 3.1052rem */
}
@media screen and (max-width: 767px) {
	.p-taiou__list .item .text {
		font-size: 2.2rem;
	}
}
.p-taiou__list .item:nth-of-type(2n) .bdr::before {
	border-color: #177272;
}
.p-taiou__list .item:nth-of-type(2n) .bdr::after {
	border-color: #23ADAD;
}
.p-taiou .c-btn {
	margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
	.p-taiou .c-btn {
		margin-top: 2.4rem;
	}
}

.p-about {
	padding-top: 6.4rem;
	padding-bottom: 8.8rem;
	background-image: url(../images/reason/bg_about.jpg);
}
@media screen and (max-width: 767px) {
	.p-about {
		background-image: url(../images/reason/bg_about_sp.jpg);
		padding: 4rem 1.6rem;
	}
	.p-about .l-content-inner {
		padding: 0;
	}
}
.p-about__content {
	width: 90rem;
	max-width: 100%;
	margin: auto auto auto;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(7, 57, 124, 0.04)), to(rgba(7, 57, 124, 0.04))), #07397C;
	background: linear-gradient(0deg, rgba(7, 57, 124, 0.04) 0%, rgba(7, 57, 124, 0.04) 100%), #07397C;
	padding: 4rem 4.6rem 4rem 6.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-about__content {
		display: block;
		width: 100%;
		padding: 2rem 1.6rem 2.3rem;
		position: relative;
	}
}
.p-about__content .img {
	width: 21.7rem;
	padding-top: 4.4rem;
}
@media screen and (max-width: 767px) {
	.p-about__content .img {
		width: 11.7rem;
		position: absolute;
		right: 1.6rem;
		bottom: 2rem;
	}
}
.p-about__content .cnt {
	width: calc(100% - 21.7rem);
	color: #ffffff;
	padding-right: 2.6rem;
}
@media screen and (max-width: 767px) {
	.p-about__content .cnt {
		width: 100%;
		padding: 0;
	}
}
.p-about__title {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 160%; /* 5.12rem */
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #EFEFEF;
}
@media screen and (max-width: 767px) {
	.p-about__title {
		font-size: 2.4rem;
		padding-bottom: 0.3rem;
	}
}
.p-about__text {
	margin-top: 1.6rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 160%;
	text-shadow: 2px 2px 1px #14478B, -2px 2px 1px #14478B, 2px -2px 1px #14478B, -2px -2px 1px #14478B, 2px 0px 1px #14478B, 0px 2px 1px #14478B, -2px 0px 1px #14478B, 0px -2px 1px #14478B;
}
@media screen and (max-width: 767px) {
	.p-about__text {
		margin-top: 1.6rem;
		font-size: 1.6rem;
	}
}
.p-about__text .yellow {
	color: #FFF4B4;
	font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-about__text .yellow {
		font-size: 2rem;
	}
}
.p-about__text .kome {
	font-size: 60%;
	position: relative;
	top: -0.6em;
}
@media screen and (max-width: 767px) {
	.p-about__text .spsize {
		font-size: 1.8rem;
	}
}
.p-about__note {
	margin-top: 0.8rem;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 160%; /* 1.92rem */
}
@media screen and (max-width: 767px) {
	.p-about__note {
		font-size: 1rem;
	}
}

.c-opt.-nodeco {
	padding: 6rem 0;
}
.c-opt.-nodeco::before, .c-opt.-nodeco::after {
	content: none;
}
.c-opt.-opt02 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.p-strength {
	padding-top: 8.8rem;
}
@media screen and (max-width: 767px) {
	.p-strength {
		padding-top: 4rem;
	}
	.p-strength .l-content-inner {
		padding: 0;
	}
}
.p-strength__content {
	margin-top: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 4rem;
}
@media screen and (max-width: 767px) {
	.p-strength__content {
		margin-top: 2.4rem;
		gap: 2.4rem;
	}
}
.p-strength__box {
	position: relative;
	background-color: #EEF7F7;
	padding: 2.4rem 34rem 4rem 6.3rem;
}
@media screen and (max-width: 767px) {
	.p-strength__box {
		width: 100%;
		padding: 2.4rem 1.45rem;
	}
}
.p-strength__box .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
@media screen and (max-width: 767px) {
	.p-strength__box .heading {
		display: block;
	}
}
.p-strength__box .heading .icon {
	width: 19.2rem;
}
@media screen and (max-width: 767px) {
	.p-strength__box .heading .icon {
		width: 11.5rem;
		margin: auto auto auto;
	}
}
.p-strength__box .heading .title {
	width: calc(100% - 19.2rem);
	padding-left: 1.8rem;
	color: #177272;
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 140%; /* 4.48rem */
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-strength__box .heading .title {
		width: 100%;
		text-align: center;
		font-size: 2.4rem;
		margin-top: 1.6rem;
	}
}
.p-strength__box .img {
	width: 26.4rem;
	position: absolute;
	right: 3.6rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-strength__box .img {
		position: static;
		-webkit-transform: none;
		        transform: none;
		right: auto;
		top: auto;
		width: 100%;
		margin-top: 1.6rem;
	}
}
.p-strength__box .text {
	margin-top: 2.4rem;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6; /* 2.56rem */
}
@media screen and (max-width: 767px) {
	.p-strength__box .text {
		margin-top: 1.6rem;
		font-size: 1.6rem;
	}
}
.p-strength__box .text .small {
	font-size: 1.2rem;
	line-height: 1.6;
	display: block;
}
.p-strength__after {
	margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
	.p-strength__after {
		width: 34.3rem;
		margin: 6.7rem auto auto;
	}
}
.p-strength__after .title {
	text-align: center;
	width: 100%;
	background-color: #059E9E;
	color: #ffffff;
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 140%; /* 4.48rem */
	letter-spacing: 0.05em;
	padding: 1.5rem 0 1.4rem;
}
@media screen and (max-width: 767px) {
	.p-strength__after .title {
		font-size: 2.4rem;
		padding: 1.4rem 0 1.5rem;
	}
}
.p-strength__after .box {
	border: 1px solid #059E9E;
	padding: 4rem 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
	.p-strength__after .box {
		padding: 2.4rem 1.6rem;
		display: block;
	}
}
.p-strength__after .img {
	width: 30.8rem;
}
@media screen and (max-width: 767px) {
	.p-strength__after .img {
		width: 100%;
	}
}
.p-strength__after .cnt {
	width: calc(100% - 30.8rem);
	padding-right: 6.4rem;
}
@media screen and (max-width: 767px) {
	.p-strength__after .cnt {
		padding: 0;
		width: 100%;
	}
}
.p-strength__after .text {
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 160%; /* 2.88rem */
	letter-spacing: 0.005em;
}
@media screen and (max-width: 767px) {
	.p-strength__after .text {
		margin-top: 2.7rem;
	}
}
.p-strength__after .note {
	margin-top: 1.2rem;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 160%; /* 1.92rem */
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-strength__after .note {
		font-size: 1rem;
	}
}

.p-hikken {
	background-color: #177272;
	background-image: url(../images/top/bg_hikken.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	padding-top: 8.8rem;
	padding-bottom: 8.8rem;
}
@media screen and (max-width: 767px) {
	.p-hikken {
		padding-top: 4.5rem;
		padding-bottom: 4rem;
	}
}
.p-hikken__title .title1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.29; /* 4.3991rem */
}
@media screen and (max-width: 767px) {
	.p-hikken__title .title1 {
		font-size: 1.4rem;
	}
}
.p-hikken__title .title1 .green {
	color: #177272;
}
.p-hikken__title .title1 .small {
	font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
	.p-hikken__title .title1 .small {
		font-size: 1.2rem;
	}
}
.p-hikken__title .title1 .bln {
	display: inline-block;
	background-color: #ffffff;
	padding: 0.5em 0.2em 0.2em 2rem;
	position: relative;
}
.p-hikken__title .title1 .bln::after {
	content: "";
	width: 4rem;
	height: 2.5rem;
	display: block;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(80%);
	        transform: translateX(-50%) translateY(80%);
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 767px) {
	.p-hikken__title .title1 .bln::after {
		width: 1.6rem;
		height: 1rem;
	}
}
.p-hikken__title .title1 .dot {
	position: relative;
	display: inline-block;
}
.p-hikken__title .title1 .dot::before {
	content: "・";
	color: #FFDC0C;
	text-align: center;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: -0.65em;
}
@media screen and (max-width: 767px) {
	.p-hikken__title .title1 .dot::before {
		font-size: 1.2rem;
	}
}
.p-hikken__title .title1 .icon {
	width: 11rem;
	margin-right: -1.5rem;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.p-hikken__title .title1 .icon {
		width: 3.9rem;
	}
}
.p-hikken__title .title2 {
	margin-top: 0.8rem;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 0 11px rgba(54, 151, 149, 0.3);
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.p-hikken__title .title2 {
		font-size: 2rem;
	}
}
.p-hikken__title .title2 .small {
	font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
	.p-hikken__title .title2 .small {
		font-size: 1.4rem;
	}
}
.p-hikken__title .title2 .box {
	color: #177272;
	font-size: 4.6rem;
	background: #FFF4B4;
	display: inline-block;
	-webkit-box-shadow: 0 0 11px 0 rgba(54, 151, 149, 0.3);
	        box-shadow: 0 0 11px 0 rgba(54, 151, 149, 0.3);
	padding: 0 0.2em 0.1em;
	margin-right: 0.3em;
	text-shadow: none;
}
@media screen and (max-width: 767px) {
	.p-hikken__title .title2 .box {
		font-size: 2rem;
	}
}
.p-hikken__content {
	margin-top: 4.8rem;
	background-color: #F2F6E9;
}
@media screen and (max-width: 767px) {
	.p-hikken__content {
		margin-top: 1.4rem;
	}
}
.p-hikken__content .p-smart {
	padding: 5.5rem 4rem 6rem 4rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-smart {
		padding: 3.2rem 1rem 2.4rem;
	}
}
.p-hikken__content .p-smart::before {
	content: "";
	display: block;
	width: 25.1rem;
	height: 11.5rem;
	background-color: #B1C87D;
	opacity: 0.15;
	position: absolute;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-smart::before {
		width: 8.6129rem;
		height: 3.9462rem;
	}
}
.p-hikken__content .p-smart::before {
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.p-hikken__content .p-smart__title {
	width: 70rem;
	max-width: 100%;
	margin: auto auto auto;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-smart__title {
		width: 31.7rem;
	}
}
.p-hikken__content .p-smart__text1 {
	margin-top: 3.2rem;
	text-align: center;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.29;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-smart__text1 {
		font-size: 1.6rem;
		margin: 0;
		text-align: left;
		line-height: 1.5;
	}
}
.p-hikken__content .p-smart__text1 .green {
	color: #177272;
	font-weight: 700;
}
.p-hikken__content .p-smart__text1 .small {
	font-size: 3.6rem;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-smart__text1 .small {
		font-size: 1.4rem;
	}
}
.p-hikken__content .p-smart__text2 {
	margin-top: 1rem;
	text-align: center;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.29;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-smart__text2 {
		font-size: 1.4rem;
		margin-top: 0.3rem;
		text-align: left;
		line-height: 1.5;
	}
}
.p-hikken__content .p-smart__text2 .red {
	color: #C92222;
}
.p-hikken__content .p-smart__text2 .small {
	font-size: 3rem;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-smart__text2 .small {
		font-size: 1.4rem;
	}
}
.p-hikken__content .p-kenshin {
	background-color: #ffffff;
	padding: 4rem 4rem 5.6rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-kenshin {
		padding: 1.6rem 1.6rem 2.4rem;
	}
}
.p-hikken__content .p-kenshin::before {
	content: "";
	width: 16.8rem;
	height: 4.3rem;
	display: block;
	background-color: #F2F6E9;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-kenshin::before {
		content: none;
	}
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-kenshin__title {
		background-image: url(../images/top/img_kenshin_title_sp.svg);
		background-repeat: no-repeat;
		padding-top: 0.8rem;
		padding-bottom: 0.5rem;
		background-position: right top;
		background-size: 9.4rem;
	}
}
.p-hikken__content .p-kenshin__title .title1 {
	color: #177272;
	text-align: center;
	font-size: 4rem;
	font-weight: 700;
	line-height: 160%;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-kenshin__title .title1 {
		font-size: 1.6rem;
		text-align: left;
		line-height: 1.45;
	}
}
.p-hikken__content .p-kenshin__title .title1 .small {
	font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-kenshin__title .title1 .small {
		font-size: 1.4rem;
	}
}
.p-hikken__content .p-kenshin__title .title1 .black {
	color: #333;
}
.p-hikken__content .p-kenshin__title .title2 {
	width: 50.6rem;
	max-width: 100%;
	margin: -1.5rem auto auto;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-kenshin__title .title2 {
		width: 21.4rem;
		margin: 0 0 0;
		line-height: 1;
	}
}
.p-hikken__content .p-kenshin__image {
	width: 87.4rem;
	margin: 2.8rem auto auto;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-kenshin__image {
		width: 100%;
		margin-top: 1.3rem;
	}
}
.p-hikken__content .p-kenshin__box {
	border: 1px solid #177272;
	background: #FFF;
	width: 87.2rem;
	max-width: 100%;
	padding: 1.6rem 2.4rem;
	margin: auto auto auto;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-kenshin__box {
		margin-top: 1.6rem;
		padding: 0.8rem;
	}
}
.p-hikken__content .p-kenshin__box .list {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-kenshin__box .list {
		font-size: 1.4rem;
	}
}
.p-hikken__content .p-kenshin__box .list li {
	display: inline-block;
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	margin-right: 0.3em;
}
.p-hikken__content .p-kenshin__box .list li::first-letter {
	color: #006098;
}
.p-hikken__content .p-kenshin__box .list li:last-of-type {
	margin-right: 0;
}
.p-hikken__content .p-kenshin__box .note {
	color: #666;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-kenshin__box .note {
		font-size: 1rem;
	}
}
.p-hikken__content .p-sarani {
	position: relative;
	padding: 5.6rem 4rem 8.5rem;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-sarani {
		padding: 2.4rem 1.6rem;
	}
}
.p-hikken__content .p-sarani::before {
	content: "";
	width: 16.8rem;
	height: 4.3rem;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-sarani::before {
		width: 5.5rem;
		height: 1.3rem;
	}
}
.p-hikken__content .p-sarani__title .title1 {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-sarani__title .title1 {
		font-size: 1.4rem;
		gap: 1rem;
	}
}
.p-hikken__content .p-sarani__title .title1::before, .p-hikken__content .p-sarani__title .title1::after {
	content: "";
	width: 0.3rem;
	height: 4rem;
	background-color: #333;
	display: block;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-sarani__title .title1::before, .p-hikken__content .p-sarani__title .title1::after {
		height: 2rem;
		width: 0.1rem;
	}
}
.p-hikken__content .p-sarani__title .title1::before {
	-webkit-transform: rotate(-29deg);
	        transform: rotate(-29deg);
}
.p-hikken__content .p-sarani__title .title1::after {
	-webkit-transform: rotate(29deg);
	        transform: rotate(29deg);
}
.p-hikken__content .p-sarani__title .title2 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-sarani__title .title2 {
		font-size: 1.6rem;
	}
}
.p-hikken__content .p-sarani__title .title2 .green {
	color: #177272;
}
.p-hikken__content .p-sarani__title .title2 .red {
	color: #C92222;
}
.p-hikken__content .p-sarani__title .title2 .small {
	font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-sarani__title .title2 .small {
		font-size: 1.4rem;
	}
}
.p-hikken__content .p-sarani__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 2.5rem 7rem;
	width: 87.5rem;
	max-width: 100%;
	margin: 4.3rem auto auto;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-sarani__list {
		margin-top: 1.6rem;
		gap: 1.6rem 2.4rem;
		padding: 0 2.15rem;
	}
}
.p-hikken__content .p-sarani__list .item {
	width: 24.5rem;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-sarani__list .item {
		width: calc((100% - 2.4rem) / 2);
	}
}
.p-hikken__content .p-sarani__list .item .img {
	width: 25.9rem;
	margin: 0 -0.7rem;
	max-width: none;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-sarani__list .item .img {
		width: calc(100% + 2vw);
		margin: 0 -1vw;
	}
}
.p-hikken__content .p-sarani__list .item .img img {
	display: block;
}
.p-hikken__content .p-sarani__list .item .cnt {
	padding-top: 1.2rem;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-sarani__list .item .cnt {
		padding-top: 0.4rem;
	}
}
.p-hikken__content .p-sarani__list .item .text {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-sarani__list .item .text {
		font-size: 1.2rem;
	}
}
.p-hikken__content .p-kenshin-more {
	background: #FFFCDB;
	position: relative;
	padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-kenshin-more {
		padding-bottom: 3.2rem;
	}
}
.p-hikken__content .p-kenshin-more::before {
	content: "";
	background: #F2F6E9;
	width: 16.8rem;
	height: 4.3rem;
	display: block;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-kenshin-more::before {
		width: 6.8rem;
		height: 1.6rem;
	}
}
.p-hikken__content .p-kenshin-more__content {
	padding: 0 10rem 0;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-kenshin-more__content {
		padding: 0 1.6rem 0;
	}
}
.p-hikken__content .p-kenshin-more__title {
	width: 83.8rem;
	max-width: 100%;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-kenshin-more__title {
		width: 31.2rem;
	}
}
.p-hikken__content .p-kenshin-more__title img {
	position: relative;
	left: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-kenshin-more__title img {
		left: 0;
	}
}
.p-hikken__content .p-kenshin-more__text {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 180%; /* 3.96rem */
	letter-spacing: 0.02em;
	margin-top: -10.4rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-kenshin-more__text {
		margin-top: -1.2rem;
		font-size: 1.4rem;
	}
}
.p-hikken__content .p-kenshin-more__note {
	color: #666;
	margin-top: 0.8rem;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 160%; /* 1.92rem */
}
@media screen and (max-width: 767px) {
	.p-hikken__content .p-kenshin-more__note {
		margin-top: 1.6rem;
		font-size: 1rem;
	}
}
.p-hikken__content .p-kenshin-more__note li {
	padding-left: 1em;
	text-indent: -1em;
}
.p-hikken .c-btn {
	margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
	.p-hikken .c-btn {
		margin-top: 2.4rem;
	}
}

.c-flow {
	padding-bottom: 8.8rem;
}

.p-voice {
	padding: 5.6rem 26rem 8.8rem 26rem;
	background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
	.p-voice {
		padding: 4rem 0;
	}
}
.p-voice__content {
	width: 88rem;
	max-width: 100%;
	margin: 4rem auto auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2.4rem 4rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #ffffff;
}
@media screen and (max-width: 767px) {
	.p-voice__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 2.4rem 1.6rem;
		margin-top: 3.2rem;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.p-voice__content .img {
	width: 26rem;
}
@media screen and (max-width: 767px) {
	.p-voice__content .img {
		margin: 1.6rem 0 0;
	}
}
.p-voice__content .cnt {
	width: calc(100% - 26rem);
	padding-right: 6rem;
}
@media screen and (max-width: 767px) {
	.p-voice__content .cnt {
		width: 100%;
		padding: 0;
	}
}
.p-voice__content .title {
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.04em;
}
.p-voice__content .text {
	margin-top: 0.4rem;
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
	.p-voice__content .text {
		font-size: 1.4rem;
	}
}
.p-voice .c-btn {
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-voice .c-btn {
		margin-top: 3.2rem;
	}
}
/*# sourceMappingURL=reason.css.map */