@import url("https://fonts.googleapis.com/css2?family=Arvo:wght@700&family=Noto+Sans+JP:wght@100..900&display=swap");
.p-visual {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	z-index: 5;
}
.p-visual__content {
	flex: 0 0 319px;
	position: relative;
	padding-top: 115px;
}
.p-visual__inner {
	padding-right: 50px;
	width: 100%;
}
.p-visual__title {
	font-size: 3.4rem;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	margin-top: 0;
	position: relative;
	margin-top: -15px;
}
.p-visual__note {
	font-size: 1.8rem;
	line-height: 1.888em;
	letter-spacing: 0.1em;
}
.p-visual__pics {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 8px;
	width: calc((100vw - 319px) / 2);
}
.p-visual__pic {
	position: relative;
	overflow: visible; /* changed from hidden to visible for 3d */
	border-radius: 10px;
	height: 190px;
	opacity: 0;
	transform: translateY(20px);
	perspective: 1000px; /* 3D */
	transition:
		opacity 0.8s ease,
		transform 0.8s linear;
}
.p-visual__pic.is-shown {
	opacity: 1;
	transform: translateY(0);
}
.p-visual__pic-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s cubic-bezier(0.4, 0.2, 0.2, 1);
	transform-style: preserve-3d;
	border-radius: 10px;
	overflow: hidden;
}
.p-visual__pic.is-flipped .p-visual__pic-inner {
	transform: rotateY(180deg);
}

.p-visual__face {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 0;
	left: 0;
	border-radius: 10px;
	overflow: hidden;
}
.p-visual__face--front {
	z-index: 2;
	transform: rotateY(0deg);
}
.p-visual__face--back {
	transform: rotateY(180deg);
}

.p-visual__face img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/*
INTRO 
*/
.p-intro {
	position: relative;
	margin-top: -50px;
	padding-bottom: 100px;
}
.p-intro__picto-1 {
	background: url(../img/visual-stick.png) center top no-repeat;
	background-size: contain;
	width: 190px;
	height: 205px;
	margin: 0 auto;
	margin-top: -90px;
}
.p-intro__title {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.75em;
	margin-top: 60px;
}
.p-intro__note {
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.777em;
	padding-bottom: 50px;
}
.p-intro__note-under {
	border-bottom: 2px dashed white;
	display: block;
}
.p-intro__feat {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.p-intro__feat li {
	background: #fff;
	border-radius: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-weight: bold;
	font-size: 1.8rem;
	width: 200px;
	height: 200px;
}
.p-intro__feat li .u-big {
	font-size: 2.2rem;
}
.p-intro__btns {
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 50px;
	align-items: flex-start;
}
.p-intro__btns .c-btn {
	margin-left: 0;
	margin-right: 0;
}
.p-intro__stick-l {
	background: url(../img/intro-stick-l.png) 0 0 no-repeat;
	background-size: contain;
	width: 259px;
	height: 365px;
	position: absolute;
	left: -50px;
	top: 110px;
}
.p-intro__stick-r {
	background: url(../img/intro-stick-r.png) 0 0 no-repeat;
	background-size: contain;
	width: 291px;
	height: 348px;
	position: absolute;
	right: -110px;
	top: 110px;
}

/*
POINT
*/
.p-point {
	position: relative;
	padding-bottom: 100px;
}
.p-point__header {
	position: relative;
}
.p-point__caption {
	font-size: 1.8rem;
	line-height: 1.3333333333em;
	margin: 80px 0 10px;
}
.p-point__title {
	font-size: 4rem;
	margin: 0;
	letter-spacing: 0.05em;
}
.p-point__title .u-big {
	font-size: 6rem;
}
.p-point__stick-1 {
	background: url(../img/point-stick-1.png) 0 0 no-repeat;
	background-size: contain;
	width: 273px;
	height: 244.5px;
	position: absolute;
	right: 0;
	top: -100px;
}
.p-point__stick-2 {
	background: url(../img/point-stick-2.png) 0 0 no-repeat;
	background-size: contain;
	width: 85px;
	height: 123px;
	position: absolute;
	right: -20px;
	bottom: -10px;
}
.p-point__stick-3 {
	background: url(../img/point-stick-3.png) 0 0 no-repeat;
	background-size: contain;
	width: 72px;
	height: 114px;
	position: absolute;
	left: -20px;
	top: -10px;
}
.p-point__stick-4 {
	background: url(../img/point-stick-4.png) 0 0 no-repeat;
	background-size: contain;
	width: 73px;
	height: 140px;
	position: absolute;
	right: -20px;
	bottom: -10px;
}
.p-point__stick-5 {
	background: url(../img/point-stick-5.png) 0 0 no-repeat;
	background-size: contain;
	width: 78px;
	height: 110px;
	position: absolute;
	left: -20px;
	top: -10px;
}
.p-point__btns {
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 50px;
	align-items: flex-start;
}
.p-point__btns .c-btn {
	margin-left: 0;
	margin-right: 0;
}

/*
SOL
*/
.p-sol {
	position: relative;
}
.p-sol__caption {
	font-size: 1.8rem;
	line-height: 1.3333333333em;
	margin: 80px 0 10px;
	text-align: center;
}
.p-sol__title {
	font-size: 4rem;
	margin: 0;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.5em;
}
.p-sol__title .u-big {
	font-size: 6rem;
}
.p-sol .c-col {
	margin-top: 50px;
}
.p-sol .c-col p {
	font-size: 1.8rem;
	line-height: 2em;
}
.p-sol__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.p-sol__item {
	border-radius: 20px;
	padding: 20px;
}
.p-sol__item img {
	max-width: 62px;
	display: block;
	margin: 0 auto;
}
.p-sol__item p {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5em;
	margin-top: 0;
}
.p-sol__title-2 {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin: 15px auto 5px;
}
.p-sol__btns {
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 50px;
	align-items: flex-start;
}
.p-sol__btns .c-btn {
	margin-left: 0;
	margin-right: 0;
}

/*
TARGET
*/
.p-target {
	position: relative;
	margin-top: 100px;
}
.p-target__box {
	border-radius: 20px;
	position: relative;
	padding-top: 1px;
	padding-bottom: 50px;
}
.p-target__picto {
	width: 278px;
	display: block;
	margin: -30px auto 0;
}
.p-target__title {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.666em;
	margin-bottom: 40px;
}
.p-target__text {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.777em;
}
.p-target__text-under {
	border-bottom: 2px dashed #fff;
	display: block;
}
.p-target__swiper {
	position: relative;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	margin-top: 40px;
}
.p-target__swiper .swiper-wrapper {
	transition-timing-function: linear !important;
}
.p-target__swiper .swiper-slide {
	width: 280px;
}
.p-target__swiper .swiper-slide img {
	border: 1px solid #eeeeee;
	border-radius: 10px;
}

/*
TOP CASE
*/
.p-top-case {
	position: relative;
	padding-bottom: 100px;
}
.p-top-case__title {
	text-align: center;
	font-size: 3rem;
	margin: 40px auto 40px;
}
.p-top-case__title::before {
	content: "";
	display: inline-block;
	background: url(../img/top-case-title-1.png) 0 0 no-repeat;
	background-size: contain;
	width: 158px;
	height: 126px;
	vertical-align: middle;
	margin-right: 25px;
}
.p-top-case__title::after {
	content: "";
	display: inline-block;
	background: url(../img/top-case-title-2.png) 0 0 no-repeat;
	background-size: contain;
	width: 82px;
	height: 143px;
	vertical-align: middle;
	margin-left: 25px;
}
.p-top-case__btns {
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 70px;
	align-items: flex-start;
}
.p-top-case__btns .c-btn {
	margin-left: 0;
	margin-right: 0;
}

/*
REVIEW
*/
.p-review {
	position: relative;
	padding-top: 1px;
	padding-bottom: 100px;
	z-index: 5;
}
.p-review__picto {
	width: 312px;
	display: block;
	margin: -40px auto 0;
}
.p-review__caption {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 0;
}
.p-review__title {
	text-align: center;
	font-size: 3.6rem;
	margin-top: 0;
}
.p-review__note {
	text-align: center;
	font-size: 1.6rem;
}
.p-review__swiper {
	position: relative;
	margin-top: 45px;
}
.p-review__swiper .swiper-wrapper {
	padding-bottom: 50px;
}
.p-review__swiper .swiper-slide {
	width: 500px;
}
.p-review__swiper .swiper-pagination {
	bottom: 0;
}
.p-review__swiper .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 10px;
	height: 10px;
}
.p-review__swiper .swiper-pagination-bullet-active {
	background: #4e95d0;
}
.p-review__item {
	background: #fff;
	padding: 30px;
	padding-left: 50px;
	position: relative;
	width: 100%;
	border-radius: 10px;
}
.p-review__item::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 5%;
	background: url(../img/paper.png) 0 0 no-repeat;
	background-size: contain;
	width: 30px;
	height: 90%;
}
.p-review__title-2 {
	font-size: 2.2rem;
	line-height: 1.45em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
}
.p-review__title-2::before {
	content: "";
	display: block;
	background: url(../img/star.png) center top no-repeat;
	background-size: contain;
	width: 109px;
	height: 19px;
	margin: 0 auto 20px;
}
.p-review__info {
	text-align: center;
	font-size: 1.6rem;
	margin-top: 0;
}
.p-review__text {
	font-size: 1.6rem;
}
.p-review .c-btn {
	margin-top: 50px;
}
.p-review__stick-l {
	background: url(../img/review-stick-l.png) 0 0 no-repeat;
	background-size: contain;
	width: 205px;
	height: 148px;
	position: absolute;
	left: 50px;
	bottom: -50px;
	z-index: 2;
}
.p-review__stick-r {
	background: url(../img/review-stick-r.png) 0 0 no-repeat;
	background-size: contain;
	width: 380px;
	height: 239px;
	position: absolute;
	right: 50px;
	bottom: -50px;
	z-index: 2;
}

/*
PLAN
*/
.p-plan {
	position: relative;
	padding-top: 80px;
	padding-bottom: 100px;
}
.p-plan__caption {
	text-align: center;
	margin-bottom: 0;
}
.p-plan__title {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 3.6rem;
	text-align: center;
}
.p-plan__note {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.875em;
}
.p-plan__btns {
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 50px;
	align-items: flex-start;
}
.p-plan__btns .c-btn {
	margin-left: 0;
	margin-right: 0;
}
.p-plan__impact {
	text-align: center;
	font-size: 2rem;
	line-height: 1.8em;
	font-weight: 500;
}
.p-plan__impact-under {
	color: #e97283;
	-webkit-text-decoration: underline wavy #e97283;
	text-decoration: underline wavy #e97283;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}
.p-plan__notice {
	margin-top: 30px;
	text-align: center;
}

/*
NEWS
*/
.p-news {
	position: relative;
	padding: 90px 0 100px;
}
.p-news__stick {
	background: url(../img/news-stick.png) center top no-repeat;
	background-size: contain;
	width: 278px;
	height: 141px;
	position: absolute;
	left: 50%;
	top: -40px;
	margin-left: -139px;
}
.p-news__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.p-news__header .c-btn {
	margin: 0;
}
.p-news__title {
	text-align: center;
	font-weight: bold;
	font-size: 4rem;
	margin-top: 0;
	margin-bottom: 0px;
}

/*
QNA
*/
.p-qna {
	position: relative;
	padding-top: 90px;
	padding-bottom: 100px;
}
.p-qna__en {
	text-align: center;
	font-size: 1.6rem;
}
.p-qna__title {
	text-align: center;
	font-weight: bold;
	font-size: 4rem;
	margin-top: 0;
	margin-bottom: 55px;
}
.p-qna__stick-l {
	background: url(../img/qna-stick-l.png) 0 0 no-repeat;
	background-size: contain;
	width: 193px;
	height: 175px;
	position: absolute;
	left: 100px;
	top: -110px;
}
.p-qna__stick-r {
	background: url(../img/qna-stick-r.png) 0 0 no-repeat;
	background-size: contain;
	width: 80px;
	height: 115px;
	position: absolute;
	right: 100px;
	top: -110px;
}
