.p-nav {
	padding-top: 8rem;
}
@media screen and (max-width: 767px) {
	.p-nav {
		padding-top: 2.4rem;
	}
}
.p-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-nav__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 1.6rem;
	}
}
.p-nav__list .c-btn {
	width: 32rem;
	height: 7rem;
}
@media screen and (max-width: 767px) {
	.p-nav__list .c-btn {
		height: 5rem;
	}
}
.p-nav__list .c-btn.-current .c-btn__inn {
	background-color: #177272;
	color: #ffffff;
}
.p-nav__list .c-btn__inn::after {
	content: none;
}
.p-nav__list .c-btn__inn .arrow {
	width: 2rem;
	height: 3.4rem;
	position: absolute;
	right: 1.9rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-nav__list .c-btn__inn .arrow {
		width: 1.8rem;
		height: 3rem;
	}
}
.p-nav__list .c-btn__inn .arrow svg {
	width: 100%;
}

.p-case {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
	.p-case {
		padding-top: 5.6rem;
		padding-bottom: 5.6rem;
	}
}
.p-case__content {
	margin-top: 5.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 3.2rem;
}
@media screen and (max-width: 767px) {
	.p-case__content {
		margin-top: 2.4rem;
		gap: 1.6rem;
	}
}
.p-case__box {
	padding: 3.2rem 6rem;
	background: #FFF;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
	.p-case__box {
		padding: 1.2rem 0.5rem;
	}
}
.p-case__box .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.3rem;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.p-case__box .heading {
		gap: 0.8rem;
	}
}
.p-case__box .num {
	width: 13rem;
	height: 5.2rem;
	background-color: #177272;
	clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.4rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #ffffff;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 0 2rem 0 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-case__box .num {
		width: 8.8rem;
		height: 3.5rem;
		font-size: 1.3rem;
		padding: 0 1.5rem 0 1rem;
	}
}
.p-case__box .num-num {
	font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
	.p-case__box .num-num {
		font-size: 1.9rem;
	}
}
.p-case__box .num .italic {
	font-style: italic;
}
.p-case__box .title {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 160%; /* 2.88rem */
	max-width: calc(100% - 3.3rem - 13rem);
}
@media screen and (max-width: 767px) {
	.p-case__box .title {
		font-size: 1.2rem;
		max-width: calc(100% - 0.8rem - 8.8rem);
	}
}
.p-case__box .cnt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
	.p-case__box .cnt {
		margin-top: 1.2rem;
	}
}
.p-case__box .cnt .label {
	width: 9rem;
	padding: 0.4rem 1.2rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	line-height: 160%; /* 3.2rem */
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-case__box .cnt .label {
		width: 4.5rem;
		height: 2rem;
		padding: 0.3rem 0;
		font-size: 1.1rem;
	}
}
.p-case__box .cnt .before {
	width: 31rem;
}
@media screen and (max-width: 767px) {
	.p-case__box .cnt .before {
		width: 12rem;
	}
}
.p-case__box .cnt .before .label {
	background: #F3F1EC;
}
.p-case__box .cnt .after {
	width: 46.8rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-case__box .cnt .after {
		width: 19.6rem;
	}
}
.p-case__box .cnt .after .label {
	background: #DCEFEF;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 767px) {
	.p-case__box .cnt .after .label {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
		top: auto;
		bottom: 0;
	}
}
.p-case__box .cnt .arrow {
	width: calc(100% - 31rem - 46.8rem);
	height: auto;
	padding-top: 4.2rem;
	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-case__box .cnt .arrow {
		width: calc(100% - 12rem - 19.6rem);
		position: relative;
		padding-top: 0;
		z-index: 1;
	}
}
.p-case__box .cnt .arrow img {
	width: 6rem;
}
@media screen and (max-width: 767px) {
	.p-case__box .cnt .arrow img {
		width: 3rem;
		max-width: none;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		        transform: translateX(-50%) translateY(-50%);
	}
}

.p-voice {
	padding-top: 5.6rem;
	padding-bottom: 8.8rem;
	background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
	.p-voice {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}
.p-voice__content {
	margin: 4rem auto auto;
	width: 88rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-voice__content {
		margin-top: 3.2rem;
		width: 100%;
	}
}
.p-voice__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 2.4rem 4rem;
	background-color: #ffffff;
}
@media screen and (max-width: 767px) {
	.p-voice__top {
		display: block;
		padding: 2.4rem 1.6rem;
	}
}
.p-voice__top .cnt {
	width: 38rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-voice__top .cnt {
		width: 100%;
	}
}
.p-voice__top .name {
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 160%; /* 3.84rem */
	letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
	.p-voice__top .name {
		font-size: 2.4rem;
	}
}
.p-voice__top .tbl {
	margin-top: 1.6rem;
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 160%; /* 2.56rem */
	letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
	.p-voice__top .tbl {
		margin-top: 0.4rem;
	}
}
.p-voice__top .tbl::after {
	content: "";
	display: block;
	clear: both;
}
.p-voice__top .tbl dt {
	color: #177272;
	float: left;
	clear: both;
}
.p-voice__top .tbl dt, .p-voice__top .tbl dd {
	margin-top: 0.8rem;
}
.p-voice__top .tbl dt:first-of-type, .p-voice__top .tbl dd:first-of-type {
	margin-top: 0;
}
.p-voice__top .img {
	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;
	gap: 1.7rem;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
@media screen and (max-width: 767px) {
	.p-voice__top .img {
		margin-top: 1.6rem;
		display: block;
		position: relative;
	}
}
.p-voice__top .img .img1 {
	width: 26rem;
	height: 16.4rem;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.p-voice__top .img .img1 {
		margin: 0 0 0 auto;
	}
}
.p-voice__top .img .img1 img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-voice__top .img .img2 {
	width: 13.7rem;
	height: 13.7rem;
	border-radius: 50%;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.p-voice__top .img .img2 {
		width: 10rem;
		height: 10rem;
		position: absolute;
		left: 0;
		bottom: 0;
	}
}
.p-voice__top .img .img2 img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-voice__faq {
	margin-top: 4rem;
	gap: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-voice__faq {
		margin-top: 3.2rem;
		gap: 3.2rem;
	}
}
/*# sourceMappingURL=case.css.map */