/* Sass Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
body {
	overflow-x: hidden;
	background-color: #fff;
	font-weight: 500;
	line-break: strict;
	word-break: normal;
}

.l-main {
	margin-bottom: 0;
}

main {
	padding-top: 0;
}
img {
	display: block;
}
.l-globalnav {
	z-index: 100;
}

.l-footer-spnav {
	z-index: 100;
}

.l-footer .l-footer__topbtn {
	z-index: 100;
}

.sp-display {
	display: none;
}

@media screen and (max-width: 767.98px) {
	.sp-display {
		display: block;
	}
}
.pc-display {
	display: none;
}

@media screen and (min-width: 768px) {
	.pc-display {
		display: block;
	}
}
.tabOnly {
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.tabOnly {
		display: block;
	}
}

.p-ouchi-recover {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-feature-settings: "palt";
}

.l-content__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: content-box;
}
@media screen and (max-width: 767.98px) {
	.l-content__inner {
		padding-left: 8%;
		padding-right: 8%;
	}
}

.c-section__ttl {
	font-size: 40px;
	color: #009c74;
	text-align: center;
	line-height: 1.35;
	font-weight: 900;
}
@media screen and (max-width: 767.98px) {
	.c-section__ttl {
		font-size: 18px;
	}
}

.c-heading__txt {
	text-align: center;
	font-size: 20px;
	line-height: 1.9;
	word-break: keep-all;
}
@media screen and (max-width: 767.98px) {
	.c-heading__txt {
		word-break: normal;
		font-size: 15px;
		text-align: left;
		line-height: 1.8;
		letter-spacing: 0;
	}
}

.p-ouchi-greeting {
	background: url(../../img/ouchi-recover/bg_greeting.svg) no-repeat top center/100% auto;
	padding-top: 72px;
	padding-bottom: 38px;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-greeting {
		background-image: url(../../img/ouchi-recover/bg_greeting_sp.svg);
	}
}

.p-ouchi-greeting-content {
	max-width: 1200px;
	box-sizing: content-box;
	padding: 0 10px 0 10px;
	display: flex;
	flex-direction: row-reverse;
	margin: 0 auto;
	gap: 0 16px;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-greeting-content {
		display: block;
		padding: 0 8%;
	}
}
.p-ouchi-greeting-content .p-txt-wrapper {
	flex-grow: 1;
	padding-top: 70px;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-greeting-content .p-txt-wrapper {
		padding-top: 30px;
	}
}
.p-ouchi-greeting-content .p-txt-wrapper .c-txt {
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-greeting-content .p-txt-wrapper .c-txt {
		font-size: 15px;
		line-height: 1.8;
	}
}

.c-content__ttl {
	color: #009c74;
	font-size: 43px;
	line-height: 1.45;
	font-weight: 900;
	word-break: keep-all;
	margin-bottom: 38px;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 767.98px) {
	.c-content__ttl {
		word-break: normal;
		font-size: 21px;
		text-align: center;
		margin-bottom: 23px;
		letter-spacing: 0;
	}
}

.p-ouchi__logo-wrapper {
	width: 40%;
	flex-shrink: 0;
	margin-right: auto;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi__logo-wrapper {
		width: auto;
	}
}
.p-ouchi__logo-wrapper .c-logo {
	text-align: center;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi__logo-wrapper .c-logo {
		width: 175px;
		height: 175px;
		margin: 0 auto;
		background: url(../../img/ouchi-recover/logo.svg) no-repeat top center/100% auto;
	}
}
.p-ouchi__logo-wrapper .c-txt {
	margin-top: 21px;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	color: #009c74;
	line-height: 1.35;
	word-break: keep-all;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi__logo-wrapper .c-txt {
		word-wrap: normal;
		font-size: 15.8px;
		margin-top: 10px;
	}
}

.p-ouchi-about {
	position: relative;
	margin-top: 100px;
	background-color: #e6f5f1;
	padding-top: 55px;
	padding-bottom: 59px;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-about {
		padding-top: 0;
		padding-bottom: 60px;
		margin-top: 20px;
	}
}
.p-ouchi-about::before {
	content: "";
	position: absolute;
	height: 100px;
	width: 804px;
	background: url(../../img/ouchi-recover/bg_about.svg) no-repeat top center/100% auto;
	bottom: calc(100% - 1px);
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-about::before {
		width: 286px;
		height: 38px;
	}
}
.p-ouchi-about .c-about__ttl {
	margin: 0 auto;
	text-align: center;
}

.p-about__heading {
	margin-top: 69px;
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-rows: 1fr;
	grid-template-columns: 1fr 42.3333333333%;
	grid-template-rows: auto auto;
	gap: 0px 0px;
	justify-content: space-between;
	grid-template-areas: "ttl ill" "txt ill";
}
@media screen and (max-width: 767.98px) {
	.p-about__heading {
		display: block;
		margin-top: 21px;
	}
}
.p-about__heading .c-section__ttl {
	text-align: left;
	grid-area: ttl;
	letter-spacing: 0;
	font-feature-settings: normal;
	word-break: keep-all;
}
@media screen and (max-width: 767.98px) {
	.p-about__heading .c-section__ttl {
		text-align: center;
		word-break: normal;
	}
}
.p-about__heading .c-txt {
	font-size: 20px;
	line-height: 1.9;
	grid-area: txt;
	margin-top: 42px;
	letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
	.p-about__heading .c-txt {
		font-size: 15px;
		line-height: 1.8;
		margin-top: 25px;
	}
}
.p-about__heading .c-ill {
	grid-area: ill;
}
.p-about__heading .c-ill img {
	width: 100%;
}
@media screen and (max-width: 767.98px) {
	.p-about__heading .c-ill {
		display: block;
		margin-top: 20px;
	}
}

.p-reform__list {
	display: flex;
	justify-content: space-between;
	padding-top: 150px;
}
@media screen and (max-width: 767.98px) {
	.p-reform__list {
		display: block;
		padding-top: 63px;
	}
}

.p-reform__item {
	background-color: #fff;
	max-width: 585px;
	width: 48.75%;
	padding: 33px 39px 24px;
	border-radius: 10px;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767.98px) {
	.p-reform__item {
		width: auto;
		max-width: inherit;
		padding: 20px;
	}
}
.p-reform__item .c-ttl {
	text-align: center;
	font-size: 37px;
	font-weight: 700;
	margin-bottom: 8px;
	letter-spacing: 0.09em;
}
@media screen and (max-width: 767.98px) {
	.p-reform__item .c-ttl {
		font-size: 18px;
	}
}
.p-reform__item .c-txt {
	font-size: 20px;
	line-height: 1.9;
}
@media screen and (max-width: 767.98px) {
	.p-reform__item .c-txt {
		font-size: 15px;
		line-height: 1.8;
		letter-spacing: 0;
	}
}
.p-reform__item.outline {
	border: 4px solid #009c74;
	position: relative;
}
@media screen and (max-width: 767.98px) {
	.p-reform__item.outline {
		border-width: 2px;
		margin-bottom: 20px;
	}
}
.p-reform__item.outline .c-ttl {
	color: #009c74;
}
.p-reform__item.outline::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	width: 65.9829059829%;
	height: 106px;
	background: url(../../img/ouchi-recover/bg_reform.svg) no-repeat bottom center/100% auto;
}
@media screen and (max-width: 767.98px) {
	.p-reform__item.outline::after {
		width: 176px;
		height: 48px;
	}
}

.c-about__txt {
	text-align: center;
	font-size: 20px;
	line-height: 1.9;
	margin-top: 30px;
	word-break: keep-all;
	font-feature-settings: normal;
	letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
	.c-about__txt {
		font-size: 15px;
		line-height: 1.8;
		word-break: normal;
		text-align: left;
	}
}

.p-crime-prevention {
	background-color: #fff;
	border-radius: 10px;
	border: 2px solid #009c74;
	padding: min(5vw, 60px);
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767.98px) {
	.p-crime-prevention {
		padding: 20px 20px 30px;
	}
}
@media screen and (max-width: 767.98px) {
	.p-crime-prevention .c-section__ttl {
		font-size: 21px;
	}
}

.p-crime-prevention__ttl {
	text-align: center;
	color: #009c74;
	font-weight: 900;
	font-size: 40px;
	margin-bottom: 30px;
	word-break: keep-all;
}
@media screen and (max-width: 767.98px) {
	.p-crime-prevention__ttl {
		word-break: normal;
	}
}

.p-crime-prevention__list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2.7777777778%;
	margin-top: 49px;
}
@media screen and (max-width: 767.98px) {
	.p-crime-prevention__list {
		display: block;
		margin-top: 20px;
	}
}

.p-crime-prevention__item {
	width: 31.4814814815%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767.98px) {
	.p-crime-prevention__item {
		width: auto;
	}
	.p-crime-prevention__item + .p-crime-prevention__item {
		margin-top: 20px;
	}
}
.p-crime-prevention__item .c-ttl {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	background-color: #ffdb3f;
	padding: 10px;
	word-break: keep-all;
}
@media screen and (max-width: 767.98px) {
	.p-crime-prevention__item .c-ttl {
		word-break: normal;
		font-size: 18px;
	}
}

.p-ill-box {
	width: 31.4814814815%;
	margin-top: -5px;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 767.98px) {
	.p-ill-box {
		width: auto;
		margin-top: 25px;
	}
}
.p-ill-box img {
	margin-top: auto;
}

.c-large-txt {
	text-align: center;
	color: #009c74;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.35;
	margin-top: 60px;
	font-feature-settings: normal;
}
@media screen and (max-width: 767.98px) {
	.c-large-txt {
		font-size: 14px;
		margin-top: 10px;
		letter-spacing: 0;
	}
}

.p-crime-prevention__body {
	padding: 18px 10px 18px min(9%, 28px);
}
@media screen and (max-width: 767.98px) {
	.p-crime-prevention__body {
		padding: 10px 10px 15px;
	}
}
.p-crime-prevention__body .p-list {
	font-size: 17px;
}
@media screen and (max-width: 767.98px) {
	.p-crime-prevention__body .p-list {
		font-size: 15px;
	}
}
.p-crime-prevention__body .p-list li {
	position: relative;
	padding-left: 1.3em;
	line-height: 1.8;
	font-weight: 700;
}
@media screen and (max-width: 767.98px) {
	.p-crime-prevention__body .p-list li {
		letter-spacing: 0;
		padding-left: 1.2em;
	}
}
.p-crime-prevention__body .p-list li::before {
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	background: url(../../img/ouchi-recover/icn_check.svg) no-repeat center center/100% 100%;
	left: 0;
	top: 7px;
}
@media screen and (max-width: 767.98px) {
	.p-crime-prevention__body .p-list li::before {
		width: 0.9em;
		height: 0.9em;
		top: 8px;
	}
}

.p-ouchi-caution {
	background-color: #f3f6f6;
	padding-top: 61px;
	padding-bottom: 68px;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-caution {
		padding-top: 24px;
		padding-bottom: 50px;
	}
}
.p-ouchi-caution .c-section__ttl {
	word-break: keep-all;
	font-feature-settings: normal;
	letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-caution .c-section__ttl {
		word-break: normal;
	}
}
.p-ouchi-caution .c-heading__txt {
	margin-top: 30px;
	letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-caution .c-heading__txt {
		margin-top: 17px;
		letter-spacing: 0.05em;
	}
}

.p-caution01 {
	margin-top: 30px;
	border-radius: 10px;
	background-color: #fff;
	padding: 22px 20px 18px 44px;
	border: 5px solid #f2d9d9;
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-rows: 1fr;
	grid-template-columns: auto 17%;
	grid-template-rows: auto auto auto;
	gap: 0px 0px;
	justify-content: space-between;
	grid-template-areas: "ttl ill" "list ill" "txt ill";
}
@media screen and (max-width: 1199px) {
	.p-caution01 {
		margin-top: 20px;
		border-width: 2px;
		grid-template-columns: 1fr auto;
		grid-template-rows: auto auto auto;
		gap: 0px 0px;
		grid-template-areas: "ttl ttl" "list ill" "txt txt";
	}
}
@media screen and (max-width: 767.98px) {
	.p-caution01 {
		padding: 20px;
	}
}
.p-caution01 .p-list {
	grid-area: list;
	display: flex;
	gap: 0 1em;
	flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
	.p-caution01 .p-list {
		flex-grow: 1;
	}
}
.p-caution01 .p-list li {
	position: relative;
	padding-left: 1em;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
	.p-caution01 .p-list li {
		font-size: 15px;
		letter-spacing: 0;
	}
}
.p-caution01 .p-list li::before {
	content: "";
	position: absolute;
	background: url(../../img/ouchi-recover/icn_check_r2.svg) no-repeat center center/100% 100%;
	width: 0.8em;
	height: 0.8em;
	left: 0;
	top: 13px;
}
@media screen and (max-width: 767.98px) {
	.p-caution01 .p-list li::before {
		top: 9px;
	}
}
.p-caution01 .c-caution__txt {
	margin-top: 17px;
	grid-area: txt;
	font-size: 20px;
}
@media screen and (max-width: 767.98px) {
	.p-caution01 .c-caution__txt {
		font-size: 15px;
		line-height: 1.8;
		margin-top: 10px;
	}
}
.p-caution01 .c-ill {
	grid-area: ill;
	margin-top: auto;
}
@media screen and (max-width: 767.98px) {
	.p-caution01 .c-ill {
		width: 76px;
		margin-top: 5px;
	}
}

.c-caution__ttl {
	grid-area: ttl;
	font-size: 36px;
	font-weight: 700;
	color: #ba4949;
	font-feature-settings: normal;
	margin-bottom: 13px;
	display: flex;
	line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
	.c-caution__ttl {
		font-size: 18px;
		align-items: center;
		letter-spacing: 0;
		white-space: nowrap;
	}
}
.c-caution__ttl i {
	display: inline-block;
	width: 35px;
	height: 31px;
	position: relative;
	top: -3px;
	margin-right: 5px;
	flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
	.c-caution__ttl i {
		width: 25px;
		height: 24px;
	}
}
.c-caution__ttl i img {
	vertical-align: middle;
}

.c-caution__txt {
	line-height: 1.44;
	font-weight: 700;
	color: #ba4949;
}
@media screen and (max-width: 767.98px) {
	.c-caution__txt {
		letter-spacing: 0;
		font-feature-settings: normal;
	}
}

.p-caution02 {
	border-radius: 10px;
	background-color: #fff7e1;
	border: 2px solid #ba4949;
	margin-top: 29px;
	padding: 60px 60px 42px;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 920px) {
	.p-caution02 {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (max-width: 767.98px) {
	.p-caution02 {
		padding: 20px 20px;
	}
}
.p-caution02 .c-caution__ttl {
	display: block;
	text-align: center;
	word-break: keep-all;
	font-weight: 900;
}
@media screen and (max-width: 767.98px) {
	.p-caution02 .c-caution__ttl {
		display: flex;
		align-items: flex-start;
		word-break: normal;
		text-align: left;
		font-size: 21px;
		line-height: 1.35; /* 
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw); */
	}
	.p-caution02 .c-caution__ttl i {
		width: 1em;
		height: 1em;
	}
}
.p-caution02 .c-caution__txt {
	font-weight: 900;
}

.p-caution02__body {
	margin-top: 31px;
}
@media screen and (max-width: 920px) {
	.p-caution02__body {
		margin-top: 10px;
	}
}
.p-caution02__body .p-caution02__body-inner {
	display: flex;
	margin-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
	.p-caution02__body .p-caution02__body-inner {
		display: block;
		margin-bottom: 20px;
	}
}
.p-caution02__body .p-caution02__body-inner .p-text-block {
	width: 36.7592592593%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 767.98px) {
	.p-caution02__body .p-caution02__body-inner .p-text-block {
		width: auto;
	}
}
.p-caution02__body .p-glaph-content {
	margin-top: 20px;
	margin-bottom: 23px;
}
@media screen and (max-width: 767.98px) {
	.p-caution02__body .p-glaph-content {
		margin-top: 8px;
		margin-bottom: 5px;
	}
}
.p-caution02__body .c-txt {
	grid-area: txt;
	max-width: 448px;
	font-size: 20px;
	line-height: 2.09;
	letter-spacing: 0;
	margin-bottom: 10px;
}
@media screen and (max-width: 920px) {
	.p-caution02__body .c-txt {
		max-width: inherit;
		font-size: 15px;
		line-height: 1.8;
	}
}
@media screen and (max-width: 767.98px) {
	.p-caution02__body .c-txt {
		margin-bottom: 0;
	}
}
.p-caution02__body .p-glaph-block {
	margin-left: 30px;
	background-color: #fff;
	padding: 20px 40px 20px 20px;
	border-radius: 10px;
}
@media screen and (max-width: 920px) {
	.p-caution02__body .p-glaph-block {
		padding: 20px;
	}
}
@media screen and (max-width: 767.98px) {
	.p-caution02__body .p-glaph-block {
		margin-top: 13px;
		padding: 10px;
		border-radius: 5px;
		width: auto;
		margin-left: 0;
	}
}
.p-caution02__body .p-glaph-block .c-ttl {
	color: #007e5f;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-left: 10px;
}
@media screen and (max-width: 767.98px) {
	.p-caution02__body .p-glaph-block .c-ttl {
		font-size: 13px;
		letter-spacing: 0;
	}
}
.p-caution02__body .p-glaph-block .p-note {
	font-size: 12px;
	margin-top: 5px;
	letter-spacing: 0.02em;
	margin-left: 10px;
}
@media screen and (max-width: 767.98px) {
	.p-caution02__body .p-glaph-block .p-note {
		font-size: 10px;
		letter-spacing: 0;
		margin-left: 0;
	}
}
.p-caution02__body .p-glaph-block .p-note li {
	line-height: 1.9;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 767.98px) {
	.p-caution02__body .p-glaph-block .p-note li {
		padding-left: 0;
		text-indent: 0;
		font-feature-settings: normal;
	}
}
.p-caution02__body .c-caution__txt {
	font-size: 26px;
	text-align: center;
	margin-top: 30px;
	grid-area: large_txt;
	word-break: keep-all;
}
@media screen and (max-width: 767.98px) {
	.p-caution02__body .c-caution__txt {
		word-break: normal;
		font-size: 14px;
		text-align: left;
	}
}
.p-caution02__body .c-ill {
	display: block;
	text-align: right;
	margin-top: auto;
}
@media screen and (max-width: 767.98px) {
	.p-caution02__body .c-ill {
		display: none;
	}
}

.p-table-block {
	margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
	.p-table-block {
		margin-top: 12px;
	}
}
.p-table-block table {
	border-collapse: collapse;
	font-size: 17px;
	font-weight: 700;
	background-color: #fff;
	width: 100%;
}
@media screen and (max-width: 767.98px) {
	.p-table-block table {
		font-size: 11px;
	}
}
.p-table-block table th {
	background-color: #e6f5f1;
	text-align: right;
}
.p-table-block table th.heading {
	text-align: left;
}
.p-table-block table td {
	text-align: right;
}
.p-table-block table th,
.p-table-block table td {
	border: 1px solid #9d9d9d;
	padding: 10px;
}
@media screen and (max-width: 767.98px) {
	.p-table-block table th,
	.p-table-block table td {
		padding: 2px 4px;
		vertical-align: middle;
	}
}

.c-glaph__ttl {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
@media screen and (max-width: 767.98px) {
	.c-glaph__ttl {
		font-size: 14px;
		letter-spacing: 0;
	}
}

.c-trick__ttl {
	font-size: 33px;
	color: #fff;
	background-color: #ba4949;
	border-radius: 100px;
	padding: 12px;
	text-align: center;
	font-weight: 900;
}
@media screen and (max-width: 767.98px) {
	.c-trick__ttl {
		padding: 10px;
		font-size: 15px;
	}
}
.c-trick__ttl .c-icn {
	display: inline-block;
	position: relative;
	top: -9px;
	margin-right: 5px;
}
@media screen and (max-width: 767.98px) {
	.c-trick__ttl .c-icn {
		width: 15px;
		top: -4px;
		margin-right: 3px;
	}
}

.p-trick__list {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
	.p-trick__list {
		display: block;
		margin-top: 15px;
	}
}

.p-trick__item {
	width: 31.4814814815%;
	border-radius: 10px;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	overflow: hidden;
}
@media screen and (max-width: 767.98px) {
	.p-trick__item {
		width: auto;
	}
	.p-trick__item + .p-trick__item {
		margin-top: 15px;
	}
}
.p-trick__item .c-ttl {
	text-align: center;
	font-size: 23px;
	line-height: 1.19;
	background-color: #666;
	padding: 20px 10px;
	color: #fff;
	word-break: keep-all;
}
@media screen and (max-width: 767.98px) {
	.p-trick__item .c-ttl {
		word-break: normal;
		font-size: 15px;
		padding: 15px;
	}
}
.p-trick__item .c-txt {
	font-size: 14px;
	line-height: 1.9;
	padding: 15px 14px;
	letter-spacing: 0.128em;
}
@media screen and (max-width: 767.98px) {
	.p-trick__item .c-txt {
		padding: 10px;
	}
}

.c-txt-alert01 {
	text-align: center;
	color: #ba4949;
	font-size: 27px;
	font-weight: 500;
	word-break: keep-all;
	border-bottom: 3px solid #666;
	padding-bottom: 18px;
	margin-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
	.c-txt-alert01 {
		font-size: 16px;
		word-break: normal;
	}
}

.c-txt-alert02 {
	font-size: 38px;
	font-weight: 700;
	color: #009c74;
	text-align: center;
	word-break: keep-all;
}
@media screen and (max-width: 767.98px) {
	.c-txt-alert02 {
		word-break: normal;
		font-size: 20px;
		line-height: 1.27;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
}
.c-txt-alert02 .c-icn {
	position: relative;
	top: -7.5px;
	display: inline-block;
	margin-right: 5px;
}
@media screen and (max-width: 767.98px) {
	.c-txt-alert02 .c-icn {
		display: block;
		width: 34px;
		margin: 0 auto;
	}
}
.c-txt-alert02 .c-icn img {
	width: 100%;
}

.p-ouchi-reccomend {
	background-color: #f3f6f6;
	position: relative;
	padding-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-reccomend {
		padding-bottom: 0;
	}
}
.p-ouchi-reccomend::after {
	content: "";
	position: absolute;
	height: 900px;
	background-color: #009c74;
	width: 100%;
	left: 0;
	right: 0;
	top: 20px;
	-webkit-clip-path: polygon(0 500px, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 500px, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1199px) {
	.p-ouchi-reccomend::after {
		-webkit-clip-path: polygon(0 80%, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 80%, 100% 0, 100% 100%, 0% 100%);
	}
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-reccomend::after {
		height: 833px;
		top: 300px;
		-webkit-clip-path: polygon(0 210px, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 210px, 100% 0, 100% 100%, 0% 100%);
	}
}
.p-ouchi-reccomend .l-content__inner {
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-reccomend .l-content__inner {
		padding: 0;
	}
}

.c-ouchi-reccomend__ttl {
	color: #009c74;
	font-size: 40px;
	line-height: 1.35;
	font-weight: 900;
	font-feature-settings: normal;
	letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
	.c-ouchi-reccomend__ttl {
		text-shadow: 0px 0px 6px rgb(255, 255, 255);
	}
}
@media screen and (max-width: 767.98px) {
	.c-ouchi-reccomend__ttl {
		text-shadow: none;
		font-size: 21px;
		text-align: center;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
}

.p-ouchi-reccomend__heading {
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-rows: 1fr;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	gap: 0px 0px;
	grid-template-areas: "ttl ttl" "txt ill";
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-reccomend__heading {
		display: block;
		padding: 0 8%;
	}
}
.p-ouchi-reccomend__heading .c-ouchi-reccomend__ttl {
	grid-area: ttl;
}
.p-ouchi-reccomend__heading .c-txt {
	grid-area: txt;
	font-size: 20px;
	line-height: 1.9;
	margin-top: 49px;
	letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-reccomend__heading .c-txt {
		font-size: 15px;
		line-height: 1.8;
		margin-top: 20px;
	}
}
.p-ouchi-reccomend__heading .c-ill {
	margin-left: auto;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-reccomend__heading .c-ill {
		display: block;
		max-width: 179px;
		margin-top: 40px;
		margin-right: auto;
	}
}

.p-ouchi-reccomend__body {
	background: url(../../img/ouchi-recover/bg_reccomend.svg) no-repeat center center;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-reccomend__body {
		padding: 30px 8% 40px;
		background-size: 253vw auto;
		background-position: 23% 99px;
	}
}

.p-ouchi-reccomend__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	background: url(../../img/ouchi-recover/ill_chara03.svg) no-repeat 50% calc(50% + 20px) / min(20%, 286px) auto;
	margin-top: 30px;
}
@media screen and (max-width: 1380px) {
	.p-ouchi-reccomend__list {
		display: block;
		margin: 0 auto;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		background-image: none;
	}
}
@media screen and (max-width: 1199px) {
	.p-ouchi-reccomend__list {
		background-size: 23vw auto;
	}
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-reccomend__list {
		width: auto;
	}
}

.p-ouchi-reccomend__item {
	aspect-ratio: 1/1;
	border-radius: 50%;
	background-color: #fff;
	border: 10px solid #009c74;
	max-width: 521px;
	padding: 20px 30px 40px;
	flex-shrink: 0;
	display: grid;
	place-content: center;
	width: 48%;
	height: 50%;
}
@media screen and (max-width: 1380px) {
	.p-ouchi-reccomend__item {
		width: 100%;
		height: 100%;
		padding: 60px;
		border-width: 5px;
	}
	.p-ouchi-reccomend__item + .p-ouchi-reccomend__item {
		margin-top: 16px !important;
	}
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-reccomend__item {
		height: auto;
		border-radius: 15px;
		padding: 0;
		display: grid;
		grid-auto-columns: 1fr;
		grid-auto-rows: 1fr;
		grid-template-columns: auto 74px;
		grid-template-rows: auto auto;
		gap: 0px 0px;
		grid-template-areas: "ttl ttl" "txt icn";
		max-width: inherit;
		aspect-ratio: inherit;
		padding: 16px 20px;
	}
}
.p-ouchi-reccomend__item .c-ttl {
	font-size: 28px;
	line-height: 1.35;
	text-align: center;
	color: #009c74;
	font-weight: 900;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-reccomend__item .c-ttl {
		grid-area: ttl;
		font-size: 18px;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		margin-bottom: 9px;
	}
}
.p-ouchi-reccomend__item .c-icn {
	display: block;
	margin: 13px auto 0;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-reccomend__item .c-icn {
		grid-area: icn;
		margin: 10px 0 0 10px;
	}
}
.p-ouchi-reccomend__item .c-txt {
	font-size: 19px;
	text-align: center;
	line-height: 1.9;
	letter-spacing: 0;
	margin: 25px auto 0;
	max-width: 353px;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-reccomend__item .c-txt {
		font-size: 15px;
		line-height: 1.89;
		max-width: inherit;
		text-align: left;
		grid-area: txt;
		margin-top: 0;
	}
}
.p-ouchi-reccomend__item .c-txt.fz-20 {
	font-size: 20px;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-reccomend__item .c-txt.fz-20 {
		font-size: 15px;
	}
}
.p-ouchi-reccomend__item.item01 {
	order: 2;
}
.p-ouchi-reccomend__item.item01 .c-icn {
	width: 149px;
}
@media screen and (max-width: 1199px) {
	.p-ouchi-reccomend__item.item01 .c-icn {
		width: 8vw;
	}
}
@media screen and (max-width: 920px) {
	.p-ouchi-reccomend__item.item01 .c-icn {
		width: 149px;
	}
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-reccomend__item.item01 .c-icn {
		width: 100%;
	}
}
.p-ouchi-reccomend__item.item02 {
	order: 1;
	margin-top: 100px;
}
.p-ouchi-reccomend__item.item02 .c-icn {
	max-width: 129px;
}
@media screen and (max-width: 1199px) {
	.p-ouchi-reccomend__item.item02 .c-icn {
		width: 6vw;
	}
}
@media screen and (max-width: 920px) {
	.p-ouchi-reccomend__item.item02 .c-icn {
		width: 129px;
	}
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-reccomend__item.item02 .c-icn {
		width: 80%;
		margin-left: auto;
	}
}
.p-ouchi-reccomend__item.item03 {
	order: 3;
	margin-top: 219px;
}
@media screen and (max-width: 1199px) {
	.p-ouchi-reccomend__item.item03 {
		padding-top: 60px;
	}
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-reccomend__item.item03 {
		padding-top: 16px;
	}
}
.p-ouchi-reccomend__item.item03 .c-icn {
	max-width: 82px;
}
@media screen and (max-width: 1199px) {
	.p-ouchi-reccomend__item.item03 .c-icn {
		width: 6vw;
	}
}
@media screen and (max-width: 920px) {
	.p-ouchi-reccomend__item.item03 .c-icn {
		width: 82px;
	}
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-reccomend__item.item03 .c-icn {
		width: 85%;
		margin-left: auto;
	}
}
.p-ouchi-reccomend__item.item04 {
	order: 4;
	margin-top: 169px;
}
.p-ouchi-reccomend__item.item04 .c-icn {
	max-width: 138px;
}
@media screen and (max-width: 1199px) {
	.p-ouchi-reccomend__item.item04 .c-icn {
		width: 6vw;
	}
}
@media screen and (max-width: 920px) {
	.p-ouchi-reccomend__item.item04 .c-icn {
		width: 138px;
	}
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-reccomend__item.item04 .c-icn {
		width: 80%;
		margin-left: auto;
	}
}

.p-condition__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 2.7777777778%;
	position: relative;
	margin-bottom: 68px;
	margin-top: 32px;
}
@media screen and (max-width: 767.98px) {
	.p-condition__list {
		display: block;
		margin-top: 20px;
		margin-bottom: 56px;
	}
}
.p-condition__list::after {
	content: "";
	position: absolute;
	left: 50%;
	top: calc(100% + 17px);
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #009c74;
	width: 43px;
	height: 21px;
	transform: translateX(-50%);
}
.p-condition__list .p-ill {
	margin: max(-7.4074074074vw, -80px) max(-2.7777777778vw, -36px) 0;
}
.p-condition__list .p-ill img {
	width: 100%;
}
@media screen and (max-width: 767.98px) {
	.p-condition__list .p-ill {
		margin: 30px 0 0;
	}
}

.p-condition__item {
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
	padding: 24px min(2vw, 20px) 24px min(2vw, 28px);
	border-radius: 10px;
	background-color: #fff;
	position: relative;
	z-index: 10;
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-rows: 1fr;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	gap: 0px 0px;
	grid-template-areas: "ttl ttl" "list icn";
	justify-content: space-between;
}
@media screen and (max-width: 1199px) {
	.p-condition__item {
		display: flex;
		flex-direction: column;
	}
}
@media screen and (max-width: 767.98px) {
	.p-condition__item {
		display: grid;
		padding: 20px 20px 10px;
		grid-template-areas: "ttl icn" "list icn";
	}
	.p-condition__item + .p-condition__item {
		margin-top: 20px;
	}
}
.p-condition__item .c-ttl {
	font-size: 26px;
	font-weight: 700;
	color: #009c74;
	grid-area: ttl;
	margin-bottom: 18px;
}
@media screen and (max-width: 767.98px) {
	.p-condition__item .c-ttl {
		font-size: 18px;
		margin-bottom: 12px;
	}
}
.p-condition__item.pos-last {
	grid-row: 2;
	grid-column: 3;
}
.p-condition__item .c-ill {
	width: 90px;
	flex-shrink: 0;
	margin-top: auto;
	margin-left: 5px;
	grid-area: icn;
}
@media screen and (max-width: 1199px) {
	.p-condition__item .c-ill {
		margin-left: auto;
		margin-top: auto;
	}
}
@media screen and (max-width: 767.98px) {
	.p-condition__item .c-ill {
		width: 50px;
		height: 50px;
		margin-top: 0;
	}
}
.p-condition__item .p-list {
	font-size: 16px;
	grid-area: list;
}
@media screen and (max-width: 1199px) {
	.p-condition__item .p-list {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767.98px) {
	.p-condition__item .p-list {
		font-size: 15px;
	}
}
.p-condition__item .p-list li {
	position: relative;
	padding-left: 1em;
	letter-spacing: 0;
	font-weight: 700;
	line-height: 1.8;
}
.p-condition__item .p-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 0.8em;
	height: 0.8em;
	background: url(../../img/ouchi-recover/icn_check_r.svg) no-repeat center center/100% 100%;
}

.p-ouchi-service {
	background-color: #f3f6f6;
	padding-bottom: 126px;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-service {
		padding-bottom: 62px;
	}
}

.p-ouchi-service__ttl {
	background-color: #009c74;
	font-size: 48px;
	font-weight: 900;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border-radius: 10px;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-service__ttl {
		border-radius: 0;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		flex-direction: column;
		font-size: 24px;
	}
	.p-ouchi-service__ttl img {
		width: 207px;
	}
}

.p-ouchi-service__list {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-service__list {
		display: block;
	}
}

.p-ouchi-service__item {
	padding: min(2.5vw, 30px);
	border-radius: 10px;
	width: 31.6666666667%;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-service__item {
		width: auto;
		padding: 20px;
	}
	.p-ouchi-service__item + .p-ouchi-service__item {
		margin-top: 20px;
	}
}
.p-ouchi-service__item.has-border {
	border: 3px solid #009c74;
}

.p-ouchi-service__inner {
	height: 100%;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-service__inner {
		height: auto;
		display: block;
	}
}
.p-ouchi-service__inner .c-ttl {
	font-weight: 700;
	font-size: 26px;
	text-align: center;
	color: #009c74;
	margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-service__inner .c-ttl {
		margin-bottom: 20px;
	}
}
.p-ouchi-service__inner .c-txt {
	font-size: 20px;
	line-height: 1.9;
	letter-spacing: 0;
	margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-service__inner .c-txt {
		font-size: 15px;
		margin-bottom: 0;
	}
}
.p-ouchi-service__inner .p-service__img-wrapper {
	aspect-ratio: 320/206;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 23px;
	display: block;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-service__inner .p-service__img-wrapper {
		aspect-ratio: 275/206;
		margin-bottom: 20px;
	}
}
.p-ouchi-service__inner .p-service__img-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.p-ouchi-service__inner .p-btn-wrapper {
	margin: auto auto 0;
	max-width: 296px;
	width: 100%;
}
@media screen and (max-width: 767.98px) {
	.p-ouchi-service__inner .p-btn-wrapper {
		margin: 20px auto 0;
		max-width: 255px;
	}
}

.c-btn {
	font-size: 20px;
	color: #fff;
	background-color: #009c74;
	border-radius: 100px;
	font-weight: 700;
	min-height: 67px;
	display: grid;
	place-content: center;
	letter-spacing: 0.1em;
	width: 100%;
}
@media (any-hover) {
	.c-btn {
		transition: 0.3s;
	}
	.c-btn:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 767.98px) {
	.c-btn {
		font-size: 17px;
		min-height: 57px;
	}
}
.c-btn span {
	position: relative;
	display: inline-block;
	padding-right: 50px;
}
@media screen and (max-width: 767.98px) {
	.c-btn span {
		padding-right: 40px;
	}
}
.c-btn span::after {
	position: absolute;
	width: 36px;
	height: 36px;
	content: "";
	top: -2px;
	right: -8px;
	background-color: #fff;
	-webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.84 35.84"><title>arrow</title><path class="cls-1" d="M17.92,0c9.9,0,17.92,8.02,17.92,17.92s-8.02,17.92-17.92,17.92S0,27.82,0,17.92,8.02,0,17.92,0ZM15.83,10.41l5.42,5.2h-13.15c-1.01,0-1.73.79-1.73,1.73v1.16c0,1.01.72,1.73,1.73,1.73h13.15l-5.42,5.28c-.72.65-.72,1.81-.07,2.46l.79.79c.72.65,1.81.65,2.46,0l9.61-9.61c.65-.65.65-1.73,0-2.38l-9.61-9.61c-.65-.72-1.73-.72-2.46,0l-.79.79c-.65.65-.65,1.81.07,2.46Z"/></svg>');
	mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.84 35.84"><title>arrow</title><path class="cls-1" d="M17.92,0c9.9,0,17.92,8.02,17.92,17.92s-8.02,17.92-17.92,17.92S0,27.82,0,17.92,8.02,0,17.92,0ZM15.83,10.41l5.42,5.2h-13.15c-1.01,0-1.73.79-1.73,1.73v1.16c0,1.01.72,1.73,1.73,1.73h13.15l-5.42,5.28c-.72.65-.72,1.81-.07,2.46l.79.79c.72.65,1.81.65,2.46,0l9.61-9.61c.65-.65.65-1.73,0-2.38l-9.61-9.61c-.65-.72-1.73-.72-2.46,0l-.79.79c-.65.65-.65,1.81.07,2.46Z"/></svg>');
	display: block;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}
@media screen and (max-width: 767.98px) {
	.c-btn span::after {
		width: 30px;
		height: 30px;
	}
}

.p-astec {
	background-color: #f3f6f6;
	padding-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
	.p-astec {
		padding-bottom: 60px;
	}
}

.p-astec__content {
	border: 4px solid #009c74;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767.98px) {
	.p-astec__content {
		border-radius: 20px;
		border-width: 5px;
	}
}

.p-astec__body {
	background-color: #fff;
	padding: 35px 50px 35px 40px;
	display: flex;
	justify-content: space-between;
	gap: 0 24px;
}
@media screen and (max-width: 767.98px) {
	.p-astec__body {
		display: block;
		padding: 20px 10px;
	}
}
.p-astec__body .txt {
	max-width: 737px;
	font-size: 20px;
	line-height: 1.9;
	letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
	.p-astec__body .txt {
		font-size: 15px;
		padding: 0 5px;
	}
}

.c-astec__ttl {
	color: #009c74;
	font-size: 40px;
	line-height: 1.35;
	font-weight: 900;
	margin-bottom: 12px;
	font-feature-settings: normal;
	letter-spacing: 0;
	word-break: keep-all;
}
@media screen and (max-width: 767.98px) {
	.c-astec__ttl {
		text-align: center;
		font-size: 18px;
		word-break: normal;
	}
}

@media screen and (max-width: 767.98px) {
	.p-astec__block {
		margin-top: 5px;
	}
}
.p-astec__block .ttl {
	max-width: 304px;
	margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
	.p-astec__block .ttl {
		max-width: 260px;
	}
}
.p-astec__block .mark {
	max-width: 262px;
	margin: 27px auto 0;
}
@media screen and (max-width: 767.98px) {
	.p-astec__block .mark {
		margin-top: 11px;
		max-width: 224px;
	}
}

.c-bottom__ttl {
	color: #fff;
	text-align: center;
	background-color: #009c74;
	padding: 10px 0 9px;
	font-size: 28px;
	font-weight: 900;
}
@media screen and (max-width: 767.98px) {
	.c-bottom__ttl {
		font-size: 18px;
		padding: 16px 0 15px;
		letter-spacing: 0.02em;
	}
}
/*# sourceMappingURL=ouchi-recover.css.map */
