@charset "UTF-8";
/* CSS Document */

/* --------------------
base
--------------------- */
html {
	width: 100%;
	height: 100%;
	font-size: 10px;
	overscroll-behavior-y: none;
}
body {
	position: relative;
	overflow-x: hidden;
	height: 100%;
	text-align: center;
	line-height: 1.6;
	font-family: "noto-sans-cjk-jp","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 700;
	color: #333;
	background: #fff;
}

body * {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.u-pc {
	display: block;
}
br.u-pc {
	display: inline;
}
.u-sp {
	display: none;
}
br.u-sp {
	display: none;
}
.u-fc--pink {
	color: #a93672;
}
.u-mt--10 {
	margin-top: 10px!important;
}
.u-doubleline--pink {
	margin-bottom: 4px;
	border-bottom: solid 3px #a93672;
}
.u-txt-main {
	padding: 4px!important;
	background: rgba(255,255,255,0.5)!important;
}
.u-txt-main__inner {
	position: relative;
	display: block;
	background: #cb36a0;
	color: #fff;
}
.u-txt-main__inner::before,
.u-txt-main__inner::after {
	content: '';
	position: absolute;
	display: block;
	width: 66px;
	height: 22px;
	border: solid 1px #cb36a0;
}
.u-txt-main__inner::before {
	top: -5px;
	right: -5px;
	border-width: 1px 1px 0 0;
}
.u-txt-main__inner::after {
	bottom: -5px;
	left: -5px;
	border-width: 0 0 1px 1px;
}
.u-attention {
	font-size: 16px;
}
.has_marker {
	background-image: -webkit-linear-gradient(top, transparent 65%, #ffd5b0 55%);
	background-image: linear-gradient(to bottom, transparent 65%, #ffd5b0 55%);
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: background-size 1s;
	padding-bottom: 3px;
}
.has_marker.on {
	background-size: 100% 100%;
}

/* 電話番号 */
.u-tel {
	display: inline-flex;
	align-items: center;
	font-family: "din-2014-narrow",sans-serif;
	font-weight: bold;
	font-size: 1.35em;
}
.u-tel span {
	padding: 0 2px;
}
.u-tel img {
	vertical-align: middle;
	margin-bottom: 4px;
}
/* /電話番号 */

@media screen and (min-width: 769px) {
	a:hover {
		opacity: 0.7;
		transition: 0.5s;
	}
}
@media screen and (max-width: 767px) {

	body {
		font-size: 1.4rem;
	}
	.u-pc {
		display: none;
	}
	br.u-pc {
		display: none;
	}
	.u-sp {
		display: block;
	}
	br.u-sp {
		display: inline;
	}
	.u-txt-main {
		padding: 3px!important;
	}
	.u-txt-main__inner::before,
	.u-txt-main__inner::after {
		width: 48px;
		height: 16px;
	}
	.u-txt-main__inner::before {
		top: -3px;
		right: -3px;
	}
	.u-txt-main__inner::after {
		bottom: -3px;
		left: -3px;
	}
	.u-attention {
		font-size: 12px;
	}
	.u-sp__fs-large {
		font-size: 1.2em!important;
	}
	.u-sp__fs-mid {
		font-size: 1.1em!important;
	}

}

/* --------------------
style
--------------------- */
/* header */
header {
	background: #fff;
}
.p-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	max-width: 1260px;
	margin: 0 auto;
	padding: 5px 10px;
}
.p-header__inner h1 {
	width: 200px;
}
.p-header__sholder {
	position: relative;
	right: -10px;
	margin-left: auto;
	line-height: 1.6;
	padding: 0 0.75em;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 0.9em;
	background: #1a2a61;
	color: #fff;
}
.p-header__sholder::after {
	content: '';
	position: absolute;
	display: block;
	top: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #1a2a61;
}

@media screen and (max-width: 767px) {

	.p-header__inner {
		gap: 5px;
		padding: 5px;
	}
	.p-header__inner h1 {
		width: 140px;
	}
	.p-header__sholder {
		right: -5px;
	}

}
@media screen and (max-width: 417px) {

	.p-header__inner .u-tel {
		font-size: 1.1em;
	}
	.p-header__inner .u-tel img {
		width: 14px;
		height: auto;
	}
	.p-header__sholder {
		font-size: 0.75em;
	}

}

/* kv */
.p-kv {
	overflow: hidden;
	background: -webkit-linear-gradient(top, #def0ed, #ceeae4);
	background: linear-gradient(to bottom, #def0ed, #ceeae4);
}
.p-kv > div {
	background-image: url("../img/bg_kv1.png"), url("../img/bg_kv2.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 0 0, 100% 0;
	background-size: contain, contain;
}
.p-kv__inner {
	position: relative;
	max-width: 1260px;
	height: 466px;
	margin: 0 auto;
}
.p-kv__inner2 {
	display: flex;
	flex-direction: column;
}
.p-kv__inner2-sholder span {
	position: relative;
	display: inline-block;
	padding: 1em 0 0.5em;
	font-size: 1.1em;
	color: #a93672;
}
.p-kv__inner2-sholder span::before, 
.p-kv__inner2-sholder span::after {
	content: '';
	position: absolute;
	display: block;
	top: 1em;
	width: 4px;
	height: 50%;
	border-left: solid 1px #1c9473;
	border-right: solid 1px #1c9473;
}
.p-kv__inner2-sholder span::before {
	left: -1em;
	transform: rotate(-20deg);
}
.p-kv__inner2-sholder span::after {
	right: -1em;
	transform: rotate(20deg);
}
.p-kv__inner2-main > span {
	position: relative;
	display: inline-block;
	min-width: 556px;
	padding: 0.75em;
	border-radius: 0.5em;
	line-height: 1.4;
	font-family: shippori-mincho, sans-serif;
	font-size: 1.45em;
	font-weight: 800;
	background: #fff;
	color: #1a2a61;
}
.p-kv__inner2-main > span::before, 
.p-kv__inner2-main > span::after {
	content: '';
	position: absolute;
	display: block;
	top: 0.35em;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #f2e7cb;
}
.p-kv__inner2-main > span::before {
	left: 0.35em;
}
.p-kv__inner2-main > span::after {
	right: 0.35em;
}
.p-kv__inner2-main .is_large {
	font-size: 2em;
	letter-spacing: 0.1em;
}
.p-kv__inner2-main .is_large.has_marker.on {
	background-size: 90% 100%;
	background-position: 40% 0;
}
.p-kv__inner2-main .is_mid {
	font-size: 1.3em;
}
.p-kv__inner2-sub {
	margin-top: auto;
	padding: 0.35em 0;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.p-kv__inner2-sub > span {
	border-bottom: double 3px #1c9473;
}
.p-kv__inner2-sub > span:last-of-type {
	border-color: #a93672;
}
.p-kv__photo1, 
.p-kv__photo2 {
	position: absolute;
	display: block;
	bottom: 0;
	height: 100%;
}
.p-kv__photo1 {
	left: 0;
}
.p-kv__photo2 {
	right: 0;
}
.p-kv__photo img {
	height: 100%;
}

@media screen and (max-width: 1280px) {

	.p-kv {
		font-size: 2vw;
	}
	.p-kv__inner {
		height: auto;
		padding-bottom: 1em;
	}
	.p-kv__inner2-main > span {
		min-width: auto;
	}
	.p-kv__inner2-main > span::before, 
.p-kv__inner2-main > span::after {

	width: 2vw;
	height: 2vw;

}
	.p-kv__photo1 {
		left: auto;
		right: 70%;
	}
	.p-kv__photo2 {
		right: auto;
		left: 70%;
	}

}
@media screen and (max-width: 767px) {

	.p-kv {
		font-size: 2.5vw;
	}
	.p-kv__inner2-sholder {
		line-height: 1.3;
		font-size: 1.15em;
	}
	.p-kv__inner2-sholder span {
		padding-top: 0.5em;
		font-size: 1.3em;
	}
	.p-kv__inner2-sholder span::before, 
	.p-kv__inner2-sholder span::after {
		height: 70%;
		top: 0.5em;
	}
	.p-kv__inner2-sub {
		padding-top: 1.5vw;
		font-size: 1.5em;
		letter-spacing: -0.025em;
	}
	.p-kv__inner2-sub > span::after {
		bottom: -2px;
	}
	.p-kv__photo1 {
		left: -5.5vw;
		right: auto;
	}
	.p-kv__photo2 {
		right: 0%;
		left: auto;
	}

}

/*.points */
.p-points {
	position: relative;
	max-width: 880px;
	margin: 0 auto;
	padding-top: 2.25em;
}
.p-points__list {
	display: flex;
	justify-content: center;
	gap: 22px;
	margin: 0 1em;
}
.p-points__list li {
	width: 100%;
	padding: 0em 1em 0.5em;
	border-radius: 0.75em 1em 0 0;
	line-height: 1.3;
	font-weight: 500;
	background-image: -webkit-linear-gradient(left, #1c9473, #49a98f);
	background-image: linear-gradient(to right, #1c9473, #49a98f);
	color: #fff;
}
.p-points__list li:nth-child(2n) {
	background-image: -webkit-linear-gradient(left, #a93672, #ba5e8e);
	background-image: linear-gradient(to right, #a93672, #ba5e8e);
}
.p-points__sholder {
	position: relative;
	display: inline-block;
	margin-bottom: 2px;
	font-size: 0.7em;
}
.p-points__sholder::before, 
.p-points__sholder::after {
	content: '';
	position: absolute;
	display: block;
	top: 0.5em;
	width: 30px;
	height: 4px;
	border-top: solid 1px #d5b052;
	border-bottom: solid 1px #d5b052;
}
.p-points__sholder::before {
	right: calc(100% + 10px);
}
.p-points__sholder::after {
	left: calc(100% + 10px);
}
.p-points__text {
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
}
.p-points__text span {
	color: #fcf500;
}
.p-points__support {
	position: absolute;
	width: 178px;
	height: 178px;
	right: -19%;
	top: -45px;
	padding: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.7);
	overflow: hidden;
}
.p-points__support > div {
	width: 100%;
	height: 100%;
	border: solid 3px #a93672;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
}
.p-points__support-head {
	padding: 10px 0 5px;
	line-height: 1.2;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 0.9em;
	background-image: -webkit-linear-gradient(left, #a93672, #b24a80);
	background-image: linear-gradient(to right, #a93672, #b24a80);
	color: #fff;
}
.p-points__support-text {
	position: relative;
	padding: 10px 0;
	line-height: 1.4;
	font-size: 0.9em;
}
.p-points__support-text span {
	color: #a93672;
}

@media screen and (max-width: 1210px) {

	.p-points__support {
		right: 1%;
		top: -140px;
	}
	
}
@media screen and (max-width: 900px) {

	.p-points__list li {
			font-size: 2.5vw;
	}
	
}
@media screen and (max-width: 767px) {

	.p-points {
		padding-top: 3%;
	}
	.p-points__list {
		gap:5px;
		margin: 0 10px;
	}
	.p-points__list li {
		padding: 0em 0.5em 0.5em;
		font-size: 3vw;
	}
	.p-points__sholder::before, 
	.p-points__sholder::after {
		width: 5vw;
	}
	.p-points__sholder::before {
		right: calc(100% + 5px);
	}
	.p-points__sholder::after {
		left: calc(100% + 5px);
	}
	.p-points__support {
		width: 23vw;
		height: 23vw;
		top: auto;
		bottom: calc(100% - 10px);
		padding: 0.5vw;
		font-size: 2.85vw;
	}
	.p-points__support > div {
		border-width: 2px;
	}
	.p-points__support-head {
		padding: 1vw 0;
	}
	.p-points__support-text {
		padding: 1vw 0;
	}

}
@media screen and (max-width: 500px) {

.p-points__list li {
		font-size: 3.75vw;
	}
}

/*.points2 */
.p-points2 {
	z-index: 1;
	position: relative;
	padding: 2.25em 0;
	background-image: -webkit-linear-gradient(top, #efefeb, #fbfbf7 10%);
	background-image: linear-gradient(to bottom, #efefeb, #fbfbf7 10%);
}
.p-points2-inner {
	position: relative;
	display: inline-flex;
	align-items: center;
	max-width: 1260px;
	margin: 0 auto;
	border: solid 1px #a93672;
	font-weight: 500;
	background: #fff url("../img/bg_points2.png") repeat-y 50% 50%;
	background-size: 2px auto;
}
.p-points2-inner::before, 
.p-points2-inner::after {
	content: '';
	position: absolute;
	display: block;
}
.p-points2-inner::before {
	width: calc(100% - 6px);
	height: 100%;
	left: 3px;
	border-left: solid 1px #a93672;
	border-right: solid 1px #a93672;
}
.p-points2-inner::after {
	height: calc(100% - 6px);
	width: 100%;
	top: 3px;
	border-top: solid 1px #a93672;
	border-bottom: solid 1px #a93672;
}
.p-points2-inner > div {
	flex: 1;
	padding: 0.5em 4em 1em;
	white-space: nowrap;
}
.p-points2-inner > div span.has_marker {
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {

	.p-points2 {
		padding: 1em 0;
	}
	.p-points2-inner {
		flex-direction: column;
		min-width: auto;
		width: calc(100% - 2em);
		margin: 0 1em;
		font-size: 4vw;
		background: #fff url("../img/bg_points2_sp.png") repeat-x 50% 50%;
		background-size: auto 2px;
	}

}

/* lead */
.p-lead {
	padding: 1em 0 7em;
	background: #fbfbf7;
}
.p-lead__list {
	position: relative;
	margin: 0;
	padding: 0;
}
.p-lead__list > p {
	position: relative;
	display: inline-block;
	min-width: 600px;
	margin-bottom: 1.55em;
	padding: 0.3em 1.3em;
	font-family: shippori-mincho, sans-serif;
	font-weight: 700;
	font-size: min(3.5vw, 30px);
	background: #fbf5f8;
	border: solid 2px #b65487;
	border-radius: 0.5em;
}
.p-lead__list > p::before, 
.p-lead__list > p::after {
	content: '';
	position: absolute;
	display: block;
	}
.p-lead__list > p::before {
	top: 20%;
	left: -2px;
	width: calc(100% + 4px);
	height: 60%;
	border-left: solid 2px #fbfbf7;
	border-right: solid 2px #fbfbf7;
}
.p-lead__list > p::after {
	width: 36px;
	height: 20px;
	left: calc(50% - 18px);
	bottom: -20px;
	background: url("../img/bg_p-lead__list.png") no-repeat 0 0;
	background-size: contain;
}
.p-lead__list > p:nth-of-type(2){
	margin-left: min(150px, 7vw);
	border-color: #3ea488;
	background: #f4faf8;
}
.p-lead__list > p:nth-of-type(2)::after {
	background-image: url("../img/bg_p-lead__list2.png");
}
.p-lead__list > p:nth-of-type(3){
	margin-left: min(-60px, -7vw);
}
.p-lead__conclusion {
	position: relative;
	display: inline-block;
	margin: 0.75em 1em 0;
	padding: 0.3em 1.75em 0.5em;
	font-size: 1.35em;
	border: solid 2px #a93672;
	background: #fff;
}
.p-lead__conclusion::before,
.p-lead__conclusion::after {
	content: '';
	position: absolute;
	display: block;
	width: 41px;
	height: 27px;
}
.p-lead__conclusion::before {
	top: -7px;
	left: -13px;
	background: url("../img/bg_lead1.png");
	background-size: cover;
}
.p-lead__conclusion::after {
	bottom: -10px;
	right: -13px;
	background: url("../img/bg_lead2.png");
	background-size: cover;
}

@media screen and (max-width: 960px) {

	.p-lead__conclusion {
		font-size: 3.2vw;
	}
	
}
@media screen and (max-width: 900px) {

	.p-lead__list > p {
		min-width: auto;
		margin-left: 0!important;
	}
	.p-lead__conclusion {
		padding: 0.3em 0.5em 0.5em;
		font-size: 5vw;
	}

}
@media screen and (max-width: 767px) {
	.p-lead {
		padding: 5% 0 20%;
	}
	.p-lead__list {
		margin-left: 1em;
		margin-right: 1em;
	}
	.p-lead__list > p {
		width: 100%;
		padding: 0.5em;
		font-size: 5vw;
		letter-spacing: 0;
	}
	.p-lead__conclusion {
		margin-top: 5vw;
	}
	
}
@media screen and (max-width: 600px) {

	.p-lead__list::before {
		width: 4vw;
		height: 4vw;
		left: 48%;
	}
	.p-lead__list::after {
		width: 3vw;
		height: 3vw;
		left: 52%;
	}
	.p-lead__conclusion {
		display: block;
	}
	.p-lead__conclusion::before,
	.p-lead__conclusion::after {
		width: 20.5px;
		height: 13.5px;
	}
	.p-lead__conclusion::before {
		top: -3.5px;
		left: -7.5px;
	}
	.p-lead__conclusion::after {
		bottom: -7px;
		right: -7.5px;
	}

}

/* reason */
.p-reason {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 570px;
	padding: 1em;
	background-image: url("../img/bg_reason.png"), -webkit-linear-gradient(top, #d0b9c0, #dbc2ca 5%, #dbc2ca 95%, #d0b9c0);
	background-image: url("../img/bg_reason.png"), linear-gradient(to bottom, #d0b9c0, #dbc2ca 5%, #dbc2ca 95%, #d0b9c0);
	background-repeat: no-repeat, repeat-y;
	background-size: cover, auto;
	background-position: 50% 50%, 50% 50%;
}
.p-reason__heading {
	position: absolute;
	display: block;
	z-index: 1;
	bottom: calc(100% - 40px);
	font-size: 3.2em;
	font-family: serif;
	font-weight: 600;
	color: #a93672;
	letter-spacing: 0.05em;
	text-shadow: 0 0 4px #fff;
}
.p-reason__heading span {
	font-size: 0.7em;
}
.p-reason__heading::before, 
.p-reason__heading::after {
	content: '';
	position: absolute;
	display: block;
	width: 80px;
	height: 7px;
	bottom: 40px;
	border-top: solid 2px #1c9473;
	border-bottom: solid 2px #1c9473;
}
.p-reason__heading::before {
	left: calc(100% + 20px);
}
.p-reason__heading::after {
	right: calc(100% + 20px);
}
.p-reason__inner {
	position: relative;
	padding: 1em 2em;
	border: double 6px #1c9473;
}
.p-reason__inner::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.7;
}
.p-reason__inner p {
	z-index: 1;
	position: relative;
	display: inline-block;
	margin-top: 1em;
	padding: 0.25em 1.5em;
}
.p-reason__inner p:first-of-type {
	margin-top: 0;
}
.p-reason__inner .p-reason__inner-main {
	padding: 0.25em 2em;
	font-size: 1.8em;
	background: rgba(26,81,83,0.7);
	color: #fff;
	letter-spacing: 0.1em;
}
.p-reason__inner .p-reason__inner-main span {
	color: #ffff00;
}
.p-reason--after {
	padding: 1.5em 1em 2.5em;
	line-height: 2.5;
	font-size: 1.05em;
}

@media screen and (max-width: 767px) {

	.p-reason {
		height: 76vw;
		padding: 1em;
		font-size: 3vw;
		background: #faf3e1 url("../img/bg_reason2_sp.jpg") no-repeat 50% 50%;
		background-size: cover;
	}
	.p-reason::after {
		width: 74%;
		right: 0;
		padding-top: 14%;
	}
	.p-reason__heading {
		bottom: calc(100% - 5vw);
		font-size: 10vw;
	}
	.p-reason__heading::before, 
	.p-reason__heading::after {
		width: 10vw;
		height: 4px;
		bottom: auto;
		top: calc(100% - 7vw);
		border-top: solid 1px #1c9473;
		border-bottom: solid 1px #1c9473;
	}
	.p-reason__heading::before {
		left: calc(100% + 10px);
	}
	.p-reason__heading::after {
		right: calc(100% + 10px);
	}
	.p-reason__inner {
		position: relative;
		padding: 1em 2em;
		border: double 6px #1c9473;
	}
	.p-reason__inner {
		position: relative;
		padding: 0.5em 1em;
		border: double 3px #1c9473;
	}
	.p-reason__inner .p-reason__inner-main {
		margin-top: 0.5em;
	}
	.p-reason--after {
		font-size: 3vw;
	}

}
@media screen and (max-width: 500px) {

	.p-reason {
		height: 110vw;
		font-size: 4.5vw;
		}
		.p-reason__inner p {
			padding: 0.25em 0.5em;
		}
		.p-reason .p-reason__inner-main {
			padding: 0.25em;
			font-size: 1.8em;
		}
		.p-reason__inner .u-txt-main__inner {
			padding: 0 0.5em;
			font-size: 1.5em;
		}
		.p-reason--after {
		font-size: 5vw;
	}

}

/* why? */
.p-why {
	padding: 0 1em 4em;
	background: #fbfbf7;
}
.p-why__heading {
	position: relative;
	margin-bottom: 2em;
	padding: 2.75em 0 7em;
	font-size: 1.8em;
	font-weight: 500;
}
.p-why__heading::before, 
.p-why__heading::after {
	content: '';
	position: absolute;
	display: block;
}
.p-why__heading::before {
	top: 0;
	left: calc(50% - 2px);
	width: 5px;
	height: 2.2em;
	background: #a93672;
}
.p-why__heading::after {
	width: 100%;
	height: 7em;
	margin-top: 1em;
	background: url("../img/bg_why.png") no-repeat 50% 50%;
	background-size: contain;
}
.p-why__list {
	max-width: 1000px;
	margin: 0 auto;
}
.p-why__list li {
	position: relative;
	padding: 0 0 2em 45px;
	text-align: left;
	background: url("../img/bg_why_line.png") repeat-x 0 100%;
	background-size: auto 1px;
}
.p-why__list li:last-child {
	background: none;
}
.p-why__list li + li {
	margin-top: 2em;
}
.p-why__list li::before {
	content: '';
	position: absolute;
	display: block;
	top: 2px;
	left: 0;
	width: 36px;
	height: 30px;
	background: url("../img/bg_points.png") no-repeat;
	background-size: 36px 30px;
}
.p-why__conclusion {
	display: inline-block;
	margin-top: 1em;
	padding: 0.15em 1.25em;
	font-size: 1.25em;
	font-weight: 500;
	background: #e5c3d5;
}
.p-why .u-attention {
	color: #666;
}
/* グラフ部分 */
.p-why__graf {
	margin: 2.5em 0 0;
}
.p-why__graf h4 {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	padding: 0.5em 2em;
	font-weight: 500;
	background: #fff;
}
.p-why__graf h4::before,
.p-why__graf h4::after {
	content: '';
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
}
.p-why__graf h4::before {
	right: 0;
	top: 0;
	border-top: solid 2px #a93672;
	border-right: solid 2px #a93672;
}
.p-why__graf h4::after {
	left: 0;
	bottom: 0;
	border-bottom: solid 2px #a93672;
	border-left: solid 2px #a93672;
}
.p-why__graf figure {
	margin-bottom: 1em;
}

@media screen and (max-width: 767px) {

	.p-why {
		padding: 0 1em 10%;
		background-size: 75% 75%;
	}
	.p-why__heading {
		padding: 2.5em 0 7em;
		font-size: 1.4em;
	}
	.p-why__heading::before {
		left: calc(50% - 1px);
		width: 5px;
		height: 2.25em;
	}
	.p-why__heading::after {
		margin-top: 0.75em;
		background: url("../img/bg_why_sp.png") no-repeat 50% 50%;
		background-size: contain;
	}
	.p-why__list li {
		padding-left: 30px;
		background-size: auto 1px;
	}
	.p-why__list li::before {
		width: 24px;
		height: 20px;
		background-size: 24px 20px;
	}
	.p-why__conclusion {
		margin-top: 0;
		font-size: 1.15em;
	}
	.p-why__graf figure {
		padding: 0 15%;
		margin-bottom: 1em;
	}

}
@media screen and (max-width: 500px) {

		.p-why__conclusion {
			width: 100%;
	}

}

/* question */
.p-question {
	position: relative;
	padding: 3em 1em 1.5em;
}
.p-question__heading {
	z-index: 1;
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	padding: 0.15em 1.5em;
	font-size: 1.5em;
	font-weight: 500;
}
.p-question__heading::before, 
.p-question__heading::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.p-question__heading::before {
	z-index: -1;
	background: #e1eff1;
	top: 6px;
	left: 6px;
}
.p-question__heading::after {
	border: solid 1px #a93672;
}
.p-question__txt {
	margin-bottom: 2em;
}
.p-question__txt.is_last {
	line-height: 3;
}
.p-question__img {
	overflow: hidden;
	display: inline-block;
	max-width: 704px;
	margin-bottom: 4em;
}
.p-question__img.is_last {
	margin-bottom: 2em;
}

@media screen and (max-width: 767px) {

	.p-question {
		background-size: 75% 75%;
	}
	.p-question::before {
		width: 85%;
		left: 0;
		bottom: 98.5%;
		padding-top: 16.5%;
	}
	.p-question__heading {
		padding: 0.15em 0.5em;
		font-size: 1.35em;
	}
	.p-question__txt {
		text-align: center;
	}
	.p-question__txt.is_last {
		line-height: 1.6;
	}

}

/* column banner */
.p-column {
	margin-bottom: 2.5em;
}

@media screen and (max-width: 767px) {

	.p-column {
		margin-bottom: 1.5em;
	}

}

/* cv */
.p-cv {
	max-width: 1000px;
	margin: 0 auto 1.5em;
	border: solid 5px #dedede;
	font-size: 0.9em;
	background: #fff;
}
.p-cv__inner {
	position: relative;
	margin: 5px;
	padding-left: 35%;
}
.p-cv__inner::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 33%;
	height: 100%;
	background: url("../img/bg_cv.jpg") no-repeat 100% 50%;
	background-size: cover;
}
.p-cv__item {
	padding: 1em;
}
.p-cv__item:first-of-type {
	background: url("../img/bg_cv_icon2.png") no-repeat 0 65%;
	background-size: 158px 114px;
}
.p-cv__item:nth-of-type(2) {
	padding: 0;
	font-size: 2em;
}
.p-cv__baloon {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	padding: 0.25em 1em;
	background: #efe485;
}
.p-cv__baloon::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: -15px;
	left: calc(50% - 10px);
	border-top: 15px solid #efe485;
	border-right: 10px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 10px solid transparent;
}
.p-cv__sholder {
	position: relative;
	display: inline-block;
	margin: 1em 0 0.25em;
	font-size: 0.85em;
	color: #a93672;
}
.p-cv__sholder::before,
.p-cv__sholder::after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 1em;
	bottom: 5px;
	background: #a93672;
}
.p-cv__sholder::before {
	left: -0.5em;
	transform: rotate(-15deg);
}
.p-cv__sholder::after {
	right: -0.5em;
	transform: rotate(15deg);
}
.p-cv__inner2 {
	padding-left: 18%;
	background: url("../img/bg_cv_icon1.png") no-repeat 30px 100%;
	background-size: 158px 114px;
}
.p-cv__item2 {
	display: flex;
	align-items: center;
	gap: 100px;
	padding: 1.5em 1em;
}
.p-cv__button {
	display: inline-block;
	min-width: 270px;
	padding: 0 1.75em;
	line-height: 1.8em;
	border-radius: 0.9em;
	font-family: shippori-mincho, sans-serif;
	font-weight: 700;
	font-size: 1.1em;
	color: #fff;
	background: url(../img/bg_arrow.png) no-repeat 90% 50%;
	background-size: 26px 22px;
}
.p-cv__button.is_blue {
	background-color: #1c9473;
}
.p-cv__button.is_pink {
	background-color: #a93672;
}

@media screen and (max-width: 767px) {

	.p-cv {
		border-width: 6px;
	}
	.p-cv__inner {
		margin: 0;
		padding: 0;
		line-height: 1.3;
		font-size: min(3.5vw, 16px);
	}
	.p-cv__inner::before {
		content: none;
	}
	.p-cv__item {
		background-size: 27% auto!important;
	}
	.p-cv__item:first-of-type {
		background-position: 0 50%;
	}
	.p-cv__item:nth-of-type(2) {
		padding-bottom: 0.5em;
	}
	.p-cv__baloon {
		padding: 0.25em 2.5em;
	}
	.p-cv__baloon::after {
		bottom: -10px;
		left: calc(50% - 8px);
		border-top: 10px solid #f7eea3;
		border-right: 8px solid transparent;
		border-bottom: 0 solid transparent;
		border-left: 8px solid transparent;
	}
	.p-cv__sholder {
		font-size: 1em;
	}
	.p-cv__sholder::before,
	.p-cv__sholder::after {
		bottom: 0.15em;
	}
	.p-cv__inner2 {
		padding: 0;
		background-size: 27% auto;
		background-position: 0 100%;
	}
	.p-cv__item2 {
		display: block;
		padding: 1em;
	}
	.p-cv__button {
		min-width: 240px;
		margin-top: 0.25em;
		line-height: 2em;
		border-radius: 1em;
		font-size: 1.5em;
		background-size: 21px 18px;
	}

}

/* really? */
.p-really {
	position: relative;
	margin-top: 3.5em;
	padding: 2em 0;
	background: #ba5e8e;
}
.p-really__heading {
	z-index: 1;
	position: relative;
	padding-bottom: 1em;
	font-family: shippori-mincho, sans-serif;
	font-weight: 500;
	font-size: 1.8em;
	color: #fff;
	letter-spacing: 0.15em;
}
.p-really__block {
	position: relative;
	max-width: 750px;
	margin: 2em auto  0;
	background: #fff;
}
.p-really__num {
	position: absolute;
	width: 2em;
	top: -15px;
	left: 30px;
	line-height: calc(2em - 2px);
	font-size: 2.25em;
	background: #1c9473;
	color: #fff;
}
.p-really__num::before {
	content: '';
	position: absolute;
	display: block;
	top: 0%;
	left: 100%;
	width: 0;
	height: 0;
	border-bottom: 15px solid #004362;
	border-left: 0 solid transparent;
	border-top: 0 solid transparent;
	border-right: 15px solid transparent;
}
.p-really__num::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 0px;
	height: 0px;
	border-color:  transparent #1c9473;
	border-width: 0 1em 25px 1em;
	border-style: solid;
}
.p-really__pic {
	border-bottom: solid 1px #fff;
	background-size: auto 100%;
}
.p-really__box {
	padding: 1em;
	border-top: solid 2px #1c9473;
}
.p-really__subheading {
	padding: 0 0 1.25em;
	font-size: 1.25em;
	color: #1c9473;
}
.p-really__text {
	margin-bottom: 1em;
	text-align: left;
	font-weight: 500;
}
.p-really__text.u-mb10 {
	margin-bottom: 10px;
}
.p-really .u-attention {
	margin-bottom: 1em;
	text-align: right;
	color: #666;
}
.p-really__conclusion {
	position: relative;
	display: inline-block;
	margin: 2em 1em 3.75em;
	padding: 1.5em 3em;
	border: solid 3px #fff;
	border-radius: 1.5em;
	line-height: 2;
	font-size: 1.1em;
	color: #fff
}
.p-really__conclusion::after {
	content: '';
	position: absolute;
	display: block;
	top: 100%;
	left: 50%;
	width: 28px;
	height: 96px;
	background: url("../img/bg_really2.png") no-repeat;
	background-size: cover;
}
.p-really__first {
	margin: 0.5em;
	font-size: 1.5em;
	color: #fff;
}

@media screen and (max-width: 1130px) {

	.p-really {
		margin-top: 3em;
	}
	.p-really__heading {
		padding-bottom: 0.5em;
		letter-spacing: 0;
	}

}
@media screen and (max-width: 767px) {

	.p-really {
		padding-bottom: 0.35em;
	}
	.p-really__heading {
		font-size: 1.75em;
		font-weight: 700;
	}
	.p-really__num {
		left: 15px;
	}
	.p-really__num::after {
		border-width: 0 1em 15px 1em;
	}
	.p-really__pic {
		padding-top: 10px;
		background-size: auto 200%;
	}
	.p-really__subheading {
		font-size: 1.35em;
	}
	.p-really__conclusion {
		padding: 1em;
		border-width: 2px;
		text-align: left;
		font-size: 1em;
	}
	.p-really__conclusion::after {
		width: 14px;
		height: 58px;
	}
	.p-really__first {
		margin: 0.5em;
		line-height: 1.3;
	}

}

/* voices */
.p-voices {
	position: relative;
	padding: 3em 1em 3em;
}
.p-voices__heading-sub {
	font-size: 1.25em;
}
.p-voices__heading {
	position: relative;
	display: inline-block;
	height: 3em;
	padding: 0 1.5em 0.5em;
	line-height: 1.3;
	font-size: 1.8em;
	background: #ffddbf;
}
.p-voices__heading::before, 
.p-voices__heading::after {
	z-index: -1;
	content: '';
	position: absolute;
	display: block;
	width: 2em;
	height: 3em;
	top: 20px;
	background: url("../img/bg_voice.png") no-repeat 0 0;
	background-size: contain;
}
.p-voices__heading::before {
	left: -1em;
}
.p-voices__heading::after {
	right: -1em;
	transform: rotate(180deg);
}
.p-voices__heading span {
	display: inline-block;
	font-size: 0.65em;
	font-weight: 500;
}
.p-voices__person {
	display: flex;
	justify-content: center;
	gap: 5em;
	margin-top: 5em;
}
.p-voices__person > div {
	z-index: 1;
	position: relative;
	max-width: 390px;
	padding: 3.5em 1em 1.75em;
}
.p-voices__person > div::before {
	content: '';
	position: absolute;
	display: block;
}
.p-voices__person > div::before {
	top: -4em;
	left: calc(50% - 4em);
	width: 8em;
	height: 4em;
	border: solid 3px #ffbf87;
	border-bottom: 0;
	border-radius: 50% / 100% 100% 0 0;
}
.p-voices__person > div {
	border: solid 3px #ffbf87;
	border-top: 0;
}
.s-san-line, 
.t-san-line {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	width: calc(50% - 4em + 3px);
	height: 3px;
	background: #ffbf87;
}
.s-san-line:first-of-type,
.t-san-line:first-of-type {
	left: 0;
}
.s-san-line:last-of-type,
.t-san-line:last-of-type {
	right: 0;
}
.p-voices__person h4 {
	position: relative;
	margin-bottom: 0.5em;
	font-size: 1.35em;
}
.p-voices__person h4::before {
	z-index: 1;
	content: '';
	position: absolute;
	display: block;
	top: -5.75em;
	left: calc(50% - 4em);
	width: 8em;
	height: 8em;
}
.p-voices__person h4.s-san::before {
	background: url("../img/bg_voices_person1.png") no-repeat 50% 25%;
	background-size: 38%;
}
.p-voices__person h4.t-san::before {
	background: url("../img/bg_voices_person2.png") no-repeat 50% 25%;
	background-size: 38%;
}
.p-voices__person h4 span {
	display: block;
	font-size: 0.5em;
}
.p-voices__person p {
	position: relative;
	text-align: left;
	line-height: 2.5;
	font-size: 0.9em;
}

@media screen and (max-width: 1130px) {

	.p-voices__person {
		gap: min(3vw, 5em);
	}

}
@media screen and (max-width: 767px) {

	.p-voices {
		padding: 7% 1em 2em;
		background-size: 75% 75%, 75% 75%;
	}
	.p-voices::before {
		top: 10px;
		width: 60%;
		padding-top: 12.3%;
	}
	.p-voices__person {
		flex-direction: column;
		gap: 5em;
		margin-top: 5em;
	}
	.p-voices__person > div {
		margin-right: auto;
		margin-left: auto;
		padding: 3.5em 1.5em 1.75em;
	}
	.p-voices__heading {
		padding: 0 0.5em;
		font-size: 5.75vw;
	}
	.p-voices__person h4 span {
		font-size: 0.75em;
	}
	.p-voices__person p {
		font-size: 1em;
	}

}

/* conclusion */
.p-conclusion {
	padding: 3em 0.75em 0;
	line-height: 2.2;
	font-size: 1.1em;
	background: #e0c1ca;
}
.p-conclusion p,
.p-conclusion figure {
	margin-bottom: 2em;
}
.p-conclusion p:first-of-type {
	text-shadow: 2px 2px 4px #fff;
}
.p-conclusion figure {
	position: relative;
	left: -0.75em;
	right: -0.75em;
	width: calc(100% + 1.5em);
}
.p-conclusion__lead {
	position: relative;
	display: inline-block;
	top: -2.5em;
	margin: 0!important;
	padding: 0.35em 1.5em;
	line-height: 1.3;
	font-family: shippori-mincho, sans-serif;
	font-size: 1.25em;
	font-weight: 500;
	background: rgba(26, 81, 83, 0.7);
	color: #fff;
}

@media screen and (max-width: 767px) {

	.p-conclusion {
		padding-bottom: 2em;
		font-size: 1em;
	}
	.p-conclusion p, 
	.p-conclusion figure {
		margin-bottom: 0.5em;
	}
	.p-conclusion__lead {
		top: 0;
		padding: 0.35em 1em;
		font-size: 1.75em;
	}

}
@media screen and (max-width: 500px) {

	.p-conclusion__lead {
		font-size: 5.5vw;
	}
}

@keyframes swing {
	0% {transform: translateX(0);}
	60% {transform: translateX(0);}
	62.5% {transform: rotate(-2deg);}
	65% {transform: rotate(2deg);}
	67.5% {transform: rotate(-2deg);}
	70% {transform: rotate(2deg);}
	70.5%{transform: translateY(0);}
	100%{transform: translateY(0);}
}

/* cv__outer */
.cv__outer {
	padding: 0 0 2em;
	background: #e0c1ca;
}

@media screen and (max-width: 767px) {

	.cv__outer {
		padding: 0 0 1em;
	}

}

/* footer */
footer {
	padding: 0.5em;
	font-size: 0.65em;
	font-weight: 500;
}

@media screen and (max-width: 767px) {

	footer {
		font-size: 0.8em;
		padding-bottom: 63px;
	}

}

/* float */
.p-float {
	z-index: 100;
	position: fixed;
	display: flex;
	gap: 10px;
	flex-direction: column;
	bottom: 2.5em;
	right: 0;
}
.p-float.on {
	right: 0;
}
.p-float a {
	display: block;
	width: 1em;
	padding: 22px 30px;
	line-height: 1;
	border-radius: 0.5em 0 0 0.5em;
	font-family: shippori-mincho, sans-serif;
	font-weight: 700;
	color: #fff;
	box-sizing: content-box;
	border: solid 3px #ce9fb8;
}
.p-float a:first-of-type {
	padding-top: 70px;
	height: 200px;
	/*background: #a93672 url("../img/bg_float2.png") no-repeat 50% 5%;
	background-size: 66px;*/
	background-color: #a93672;
	background-image: url("../img/bg_float2.png"), repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255, 255, 255, 0.05) 2px, rgba(255, 255, 255, 0.05) 4px );
	background-repeat: no-repeat, repeat;
	background-position: 50% 5%, 0 0;
	background-size: 66px, auto;
	animation: bound 3s infinite;
}

@keyframes bound {
	0% {transform: translateY(0);}
	70% {transform: translateY(0);}
	75% {transform: translateY(-20px);}
	80% {transform: translateY(0);}
	85% {transform: translateY(-10px);}
	90% {transform: translateY(0);}
	95% {transform: translateY(-5px);}
	100%{transform: translateY(0);}
}

@media screen and (max-width: 767px) {

	.p-float {
		flex-direction: row;
		gap: 0;
		width: 100%;
		bottom: 0;
		right: auto;
		background: #fff;
	}
	.p-float.on {
		bottom: 0;
	}
	.p-float a {
		height: 50px!important;
		line-height: 50px;
		font-size: 1.3em;
		border-radius: 0!important;
	}
	.p-float a:first-of-type {
		flex: 1;
		width: auto;
		padding: 0 0 0 15px;
		background-image: url("../img/bg_float2.png"), repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255, 255, 255, 0.15) 2px, rgba(255, 255, 255, 0.15) 4px);
		background-size: 55px, auto;
		background-position: calc(50% - 4.5em) 2px, 0 0;

	}

}

/* パララックス */
.slide1 {
	opacity: 0;
	transform: translateX(-30px);
}
.slide2 {
	opacity: 0;
	transform: translateY(30px);
}
.slide3 {
	opacity: 0;
	transform: translateX(30px);
}
.slide1, 
.slide2,
.slide3 {
	transition: opacity 0.5s, transform 0.5s;
}
.slide1.on, 
.slide2.on, 
.slide3.on {
	transform: translate(0,0);
	opacity: 1;
}
.delay1 {transition-delay: 0.2s;}
.delay2 {transition-delay: 0.4s;}
.delay3 {transition-delay: 0.6s;}
.delay4 {transition-delay: 0.8s;}
.delay5 {transition-delay: 1s;}
.delay6 {transition-delay: 1.2s;}
.delay7 {transition-delay: 1.4s;}
.delay8 {transition-delay: 1.6s;}
.delay9 {transition-delay: 1.8s;}
.delay10 {transition-delay: 2s;}

