@charset 'Shift_JIS';
#l-wrapper {
	padding-top: 67px;
}
.l-header {
	position: absolute;
}
.l-header__logo {
	display: flex;
	align-items: center;
	height: 44px;
}
.l-header__logo img {
	width: 325px;
}
.l-main {
	padding-top: 0 !important;
}
@media screen and (max-width:767px) {
	#l-wrapper {
		padding-top: 60px;
	}
	.l-header__logo {
		height: 40px;
	}
	.l-header__logo img {
		width: 245px;
	}
}
:where(.p-nnchp03) p {
	font-size: inherit;
	line-height: inherit;

}
.p-nnchp03-kv {
	position: relative;
	margin-bottom: 86px;
}
.p-nnchp03-kv::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: calc(680 / 626 * 100%);
	background: url(../img/bg_main.png) no-repeat 50%;
	background-size: auto 100%;
	z-index: -1;
}
.p-nnchp03-kv__title {
	max-width: 960px;
	margin-inline: auto;
	aspect-ratio: 960 / 626;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width:767px) {
	.p-nnchp03-kv {
		margin-bottom: 26px;
	}
	.p-nnchp03-kv::before {
		content: none;
	}
	.p-nnchp03-kv__title {
		aspect-ratio: auto;
	}
}

.p-nnchp03-box {
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
	border-radius: 24px;
}
@media screen and (max-width:767px) {
	.p-nnchp03-box {
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.10);
		border-radius: 10px;
	}
}

.p-nnchp03-bgwrap {
	position: relative;
	isolation: isolate;
}
.p-nnchp03-bgwrap::before {
	content: "";
	position: absolute;
	inset: 600px 0 100px;
	background-color: #67c5ea;
	z-index: -1;
}
.p-nnchp03-bgwrap::after {
	content: "";
	position: absolute;
	inset: 136px 0 0;
	background: url(../img/bg_top.png) no-repeat 50% 0;
	background-size: max(1500px, 100%);
	z-index: -1;
}
@media screen and (max-width:767px) {
	.p-nnchp03-bgwrap::before {
		top: 200px;
	}
	.p-nnchp03-bgwrap::after {
		top: 90px;
		background-image: url(../img/bg_top_sp.png);
		background-size: 100%;
	}
}

.p-nnchp03-about {
	margin-bottom: 80px;
	padding: 74px 30px 48px;
	text-align: center;
}
.p-nnchp03-about__title {
	position: absolute;
	right: 0;
	left: 0;
	top: -60px;
	width: 780px;
	max-width: calc(100% - 30px);
	margin-inline: auto;
}
.p-nnchp03-about__img {
	max-width: 760px;
	margin-inline: auto;
	margin-bottom: 10px;
}
.p-nnchp03-about__txt {
	font-size: 2.6rem;
	font-weight: 700;
}
.p-nnchp03-about__txt .o-blue {
	font-size: 3rem;
	color: #00A0E9;
	display: inline-block;
}
.p-nnchp03-about__txt .o-red {
	color: #E60012;
}
@media screen and (max-width:767px) {
	.p-nnchp03-about {
		margin-bottom: 40px;
		padding: 32px 10px 28px;
		text-align: center;
	}
	.p-nnchp03-about__title {
		top: -25px;
		max-width: calc(100% - 7px * 2);
	}
	.p-nnchp03-about__img {
		margin-bottom: 5px;
	}
	.p-nnchp03-about__txt {
		font-size: 1.6rem;
		line-height: 1.4;
		letter-spacing: -.05em;
	}
	.p-nnchp03-about__txt .o-blue {
		font-size: 2rem;
	}
	.p-nnchp03-about__txt .o-sp-large {
		font-size: 2rem;
	}
}

.p-nnchp03-present {
	padding: 53px 20px 65px;
	text-align: center;
}
.p-nnchp03-present__img {
	margin-bottom: 28px;
	background: url(../img/bg_present.png) no-repeat 50%;
	background-size: min(100%, 930px);
}
.p-nnchp03-present__img img {
	width: calc(646 / 930 * 100%);
	max-width: 646px;
}
.p-nnchp03-present__title {
	max-width: 910px;
	margin-inline: auto;
	margin-bottom: 36px;
}
.p-nnchp03-present__list {
	display: flex;
	justify-content: center;
	gap: 18px;
}
.p-nnchp03-present__item {
	max-width: 415px;
}
@media screen and (max-width:767px) {
	.p-nnchp03-present {
		padding: 20px;
	}
	.p-nnchp03-present__img {
		margin-bottom: 12px;
		background: none;
	}
	.p-nnchp03-present__img img {
		width: 100%;
	}
	.p-nnchp03-present__title {
		margin-inline: -2px;
		margin-bottom: 15px;
	}
	.p-nnchp03-present__list {
		flex-direction: column;
		gap: 20px;
	}
	.p-nnchp03-present__item {
		max-width: calc(300 / 375 * 100vw);
	}
}

.p-nnchp03-infowrap {
	position: relative;
	margin-top: 100px;
	padding-top: 90px;
	padding-bottom: 100px;
	background: url(../img/bg_center.png) no-repeat 50% 0;
	background-size: max(100%, 1440px);
	z-index: 2;
}
.p-nnchp03-info + .p-nnchp03-info {
	margin-top: 50px;
}
.p-nnchp03-info__title {
	position: relative;
	margin-bottom: 48px;
	width: fit-content;
	margin-inline: auto;
	font-size: 4rem;
	line-height: 1.4;
	isolation: isolate;
}
.p-nnchp03-info__title::before {
	content: "";
	position: absolute;
	inset: auto -10px 0;
	height: 1.5rem;
	opacity: 0.4;
	background: linear-gradient(268deg, #E99495 -3.66%, #EBB7CE 14.76%, #FDC689 33.18%, #F6EA91 50.51%, #B9D989 67.84%, #67C5EA 86.26%, #B0ABD5 104.68%);
	z-index: -1;
}
.p-nnchp03-info__detail {
	padding: 2.4rem;
	border-radius: 1.6rem;
	border: 2px solid #D9DDE3;
	background: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: calc(33 / 24);
}
.p-nnchp03-info__detail-notes {
	margin-top: 1.6rem;
	font-size: 1.2rem;
	font-weight: 400;
}
@media screen and (max-width:767px) {
	.p-nnchp03-infowrap {
		margin-top: 34px;
		padding-top: 50px;
		padding-bottom: 30px;
		background-color: #fff;
		background-image: url(../img/bg_center_sp.png);
		background-size: 100%;
	}
	.p-nnchp03-info + .p-nnchp03-info {
		margin-top: 30px;
	}
	.p-nnchp03-info__title {
		margin-bottom: 30px;
		font-size: 2.4rem;
	}
	.p-nnchp03-info__title::before {
		inset: auto -5px 0;
		height: .8rem;
		opacity: 0.4;
	}
	.p-nnchp03-info__detail {
		padding: 1.2rem 0;
		border-radius: 1rem;
		border: 2px solid #D9DDE3;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.p-nnchp03-info__detail-notes {
		margin-top: .8rem;
		font-size: 1rem;
	}
}


.p-nnchp03-flowwrap {
	position: relative;
	padding-top: 90px;
	padding-bottom: 100px;
	background: #f5f7fb url(../img/bg_bottom.png) no-repeat 50% 0;
	background-size: max(100%, 1440px);
}
.p-nnchp03-flow + .p-nnchp03-flow {
	margin-top: 40px;
}
.p-nnchp03-flow__title {
	margin-bottom: 40px;
	font-size: 4rem;
	line-height: 1.5;
	text-align: center;
}
.p-nnchp03-flow__box {
	padding: 50px 47px;
	background-color: #fff;fill: #FFF;
	border-radius: 24px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.10);
}
.p-nnchp03-flow__notes {
	margin-top: 20px;
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 1.5;
}
.p-nnchp03-flow__notes li {
	padding-left: 1em;
	text-indent: -1em;
}

.p-nnchp03-receive {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.p-nnchp03-receive__item {
	width: calc((100% - 40px) / 2);
}
.p-nnchp03-receive__item.-receive1 {
	width: 100%;
}

.p-nnchp03-movie {
	margin-top: 50px;
}
.p-nnchp03-movie__title {
	position: relative;
	margin-bottom: 48px;
	width: fit-content;
	margin-inline: auto;
	font-size: 3.2rem;
	line-height: 1.4;
	isolation: isolate;
}
.p-nnchp03-movie__title::before {
	content: "";
	position: absolute;
	inset: auto -10px 0;
	height: 1.9rem;
	opacity: 0.4;
	background: #59B770;
	z-index: -1;
}
.p-nnchp03-movie__embed {
	max-width: 600px;
	margin-inline: auto;
}
.p-nnchp03-movie__embed iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
@media only screen and (min-width:768px) {
	.p-nnchp03-flow__wrap {
		overflow: visible !important;
	}
}
@media screen and (max-width:767px) {
	.p-nnchp03-flowwrap {
		padding-top: 50px;
		padding-bottom: 100px;
		background-image: url(../img/bg_bottom_sp.png);
		background-size: 100%;
	}
	.p-nnchp03-flow + .p-nnchp03-flow {
		margin-top: 30px;
	}
	.p-nnchp03-flow__title {
		margin-bottom: 26px;
		font-size: 2.4rem;
	}
	.p-nnchp03-flow__wrap {
		margin: -16px;
		padding: 16px;
	}
	.p-nnchp03-flow__box {
		width: 587px;
		padding: 20px 10px 10px;
		border-radius: 14px;
		box-shadow: 0 2.257px 5.643px rgba(0, 0, 0, 0.10);
	}
	.p-nnchp03-flow__notes {
		margin-top: 20px;
		font-size: 1rem;
	}
	.p-nnchp03-flow__notes li {
		padding-left: 1em;
		text-indent: -1em;
	}

	.p-nnchp03-receive {
		display: block;
		max-width: calc(340 / 375 * 100vw);
		margin-inline: auto;
	}
	.p-nnchp03-receive__item {
		width: auto;
		margin-bottom: 26px;
	}

	.p-nnchp03-movie {
		margin-top: 50px;
	}
	.p-nnchp03-movie__title {
		margin-bottom: 28px;
		font-size: 2rem;
	}
	.p-nnchp03-movie__title::before {
		inset: auto -5px 0;
		height: 1.2rem;
	}
}

.p-nnchp03-bottom-notes {
	background-color: #fff;
	padding-top: 80px;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 700;
}
.p-nnchp03-bottom-notes__title {
	font-size: 1.8rem;
}
@media screen and (max-width:767px) {
	.p-nnchp03-bottom-notes {
		padding-top: 20px;
	}
}

