@charset "UTF-8";

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
html body {
	opacity: 1 !important;
}
body.open,
body.modal_open {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}
.wrapper {
	overflow: clip;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
@media (hover: hover) {
	a:hover {
		opacity: .6;
	}
}
@media only screen and (min-width: 835px) {
	.wrapper {
		max-width: 75rem;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	html {
		font-size: 5px;
	}
}
@media only screen and (max-width: 834px) {
	img {
		width: 100%;
	}
	html {
		font-size: 1.3334vw;
	}
}

/* img
----------------------------------------*/
img {
	width: 100%;
	height: auto;
}

/* font
----------------------------------------*/
.mincho {
	font-family: "Noto Serif JP", serif;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 835px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 834px) {
	.pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header {
	padding: 2.8rem 3.2rem 2.5rem;
}
.header_logo {
	width: 34.2847rem;
}
@media only screen and (max-width: 834px) {
}

/*mv
----------------------------------------*/
.mv {
	background: url(../img/mv_bg_01.png) no-repeat left top / 100% auto;
	padding: 2.7rem 0 .3rem;
}
.mv_ttl {
	width: 67.7609rem;
	margin: 0 auto;
	left: 1.65rem;
}
.mv h2 {
	width: 69.8rem;
	left: .2rem;
	margin: 8.9rem auto 0;
}
.mv_txt {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 63.2rem;
	text-align: center;
	margin: 0 auto;
}
.mv_txt_01 {
	font-weight: 700;
	font-size: 3.4rem;
	color: #0253C3;
	line-height: 1.4;
	margin-bottom: .2rem;
}
.mv_txt_02 {
	width: 39.3rem;
	margin: 0 auto;
	background: linear-gradient(to bottom, #04329f 0%, #2b55b5 50%,#6587c7 100%);
	font-size: 4.9rem;
	font-weight: 900;
	color: #fff;
	border-radius: 2rem;
	padding: .8rem 0 .9rem;
}
.mv_txt_02 span {
	color: #FFF200;
}
.mv_txt_03 {
	font-size: 2rem;
	text-align: left;
	line-height: 1.3;
	margin: 1.8rem 2.3rem 0 2.9rem;
}
.mv_txt_03 a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.mv_txt_03 span {
	letter-spacing: -.299em;
}
.mv_cta {
	text-align: center;
	margin: 1.6rem auto 0;
	padding-top: 1.9rem;
	background: rgba(255, 255, 255, .5);
}
.mv_cta a span {
	font-size: 2.7rem;
	color: #fff;
	width: fit-content;
	padding: 0 3rem;
}
.mv_cta a span::before,
.mv_cta a span::after {
	content: '';
	display: block;
	width: .2rem;
	height: 3.5rem;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: rotate(28deg);
}
.mv_cta a span::before {
	right: auto;
	left: 0;
	transform: rotate(-28deg);
}
.mv_cta a {
	width: 68.5rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 14.1rem;
	border-radius: 8.2rem;
	background: linear-gradient(120deg, #ff8e39 10%,#f04100 100%);
	color: #fff;
	font-size: 4.7rem;
	padding-top: .2rem;
	font-weight: 700;
}
.mv_cta a::before {
	content: '';
	display: block;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.8rem;
	margin: auto 0;
}
.mv_cta a::after {
	content: '';
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	border-top: .4rem solid #fff;
	border-right: .4rem solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: .2rem;
	right: 5rem;
	margin: auto 0;
}
.mv_cta p {
	font-size: 2rem;
}
.mv_img_01 {
	width: 59.4rem;
	position: absolute;
	top: 27.3rem;
	left: 3.9rem;
	transform: translateX(-60rem);
}
.mv_img_02 {
	width: 28.8rem;
	position: absolute;
	top: 21rem;
	left: 29.8rem;
	transform: translateX(54rem);
}
.mv_img_03 {
	width: 28.7rem;
	position: absolute;
	top: 2rem;
	left: 16.2rem;
	transform: translateX(-54rem);
}
.mv_img_04 {
	width: 42.2rem;
	position: absolute;
	left: 16.3rem;
	top: 2.1rem;
	z-index: 3;
	opacity: 0;
}
.mv.show .mv_img_01,
.mv.show .mv_img_03 {
	animation-name: mv_img_01;
	animation-fill-mode: forwards;
	animation-duration: .5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
}
.mv.show .mv_img_03 {
	animation-name: mv_img_01, mv_img_04;
	animation-duration: .5s, 10s;
	animation-delay: .2s, .6s;
	animation-timing-function: ease-out, linear;
	animation-iteration-count: 1, infinite;
}
.mv.show .mv_img_02 {
	animation-fill-mode: forwards;
	animation-duration: .5s, 10s;
	animation-name: mv_img_02, mv_img_04;
	animation-iteration-count: 1, infinite;
	animation-timing-function: ease-out, linear;
	animation-delay: .1s, .6s;
}
.mv.show .mv_img_04 {
	animation-fill-mode: forwards;
	animation-duration: 10s;
	animation-name: mv_img_03;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: .6s;
}
@keyframes mv_img_01 {
	0% {
		transform: translateX(-60rem);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes mv_img_02 {
	0% {
		transform: translateX(54rem);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes mv_img_03 {
	0% {
		opacity: 0;
	}
	48% {
		opacity: 0;
	}
	52% {
		opacity: 1;
	}
	96% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes mv_img_04 {
	0% {
		opacity: 1;
	}
	48% {
		opacity: 1;
	}
	52% {
		opacity: 0;
	}
	96% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*intro
----------------------------------------*/
.intro {
	background: url(../img/mv_bg_01.png) no-repeat left -7rem / 100% auto;
	padding: 3.8rem 0 7.3rem;
}
.intro::before {
	content: '';
	display: block;
	background: #EFF2F4;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 38.4rem;
}
.intro h2 {
	margin-bottom: 5.6rem;
}
.intro h2 > span {
	display: block;
	width: fit-content;
	border-radius: 0 3rem 3rem 0;
	background: #0045A3;
	color: #fff;
	font-size: 4.1rem;
	line-height: 1;
	margin-bottom: .3rem;
	padding: .6rem 3.9rem .9rem 3rem;
}
.intro h2 > span span {
	color: #FFF200;
}
.intro h3 {
	width: 37.1375rem;
	margin: 0 auto;
	left: -.4rem;
}
.intro h3::before {
	content: '';
	display: block;
	width: 40.2rem;
	height: 35.2rem;
	background: url(../img/intro_img_01.png) no-repeat left top / 100% auto;
	position: absolute;
	top: -6.2rem;
	right: -13.7rem;
}
.intro_navi {
	width: 68.9rem;
	margin: 3.5rem auto 3.3rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.4rem;
	text-align: center;
}
.intro_navi_num {
	width: 11.6rem;
	margin: 0 auto 1rem;
}
.intro_navi h4 {
	margin: 0 -2rem;
}
.intro_navi h4 > span:nth-child(1) {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	line-height: 1.1818;
	font-weight: 400;
	height: 5.2rem;
}
.intro_navi li:not(:nth-child(2)) h4 > span:nth-child(2) {
	font-size: 4.4rem;
	line-height: 1.15;
	color: #FF7C1A;
}
.intro_navi li:not(:nth-child(2)) h4 > span:nth-child(2) sup {
	font-size: 1.7rem;
	font-weight: 400;
	color: #000;
	font-weight: 700;
	position: absolute;
	right: -1.8rem;
	top: -.2rem;
}
.intro_navi li:nth-child(2) h4 > span:nth-child(2) {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: .5rem;
}
.intro_navi li:nth-child(2) h4 > span:nth-child(2) span:nth-child(1) {
	font-size: 2.1rem;
	line-height: 1.0476;
	font-weight: 500;
}
.intro_navi li:nth-child(2) h4 > span:nth-child(2) span:nth-child(2) {
	font-size: 6.2rem;
	line-height: .4;
	color: #FF7C1A;
	font-weight: 500;
	font-family: "Noto Sans Syriac", sans-serif;
	margin-left: .5rem;
}
.intro_navi li:nth-child(2) h4 > span:nth-child(2) span:nth-child(3) {
	font-size: 2.7rem;
	line-height: .5;
	color: #FF7C1A;
	font-weight: 500;
	font-family: "Noto Sans Syriac", sans-serif;
}
.intro_navi li:nth-child(2) h4 > span:nth-child(2) span:nth-child(4) {
	font-size: 2.7rem;
	line-height: 1.0476;
	font-weight: 500;
	margin-left: .5rem;
}
.intro_navi li:nth-child(2) h4 > span:nth-child(2) span:nth-child(4) sup {
	font-size: 1.7rem;
	font-weight: 700;
	position: absolute;
	top: -1rem;
	right: -2.5rem;
}
.intro_navi li a {
	display: block;
	background: linear-gradient(to bottom, #04329f 0%, #2b55b5 50%,#6587c7 100%);
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	margin-top: 1.6rem;
	border-radius: 1rem;
	line-height: 1.2;
	letter-spacing: -.025em;
	padding: 2.2rem 0 5.6rem;
}
.intro_navi li:nth-child(2) a {
	letter-spacing: -.05em;
}
.intro_navi li a::after {
	content: '';
	display: block;
	width: 2rem;
	height: 2rem;
	border-top: .2rem solid #fff;
	border-right: .2rem solid #fff;
	transform: rotate(135deg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2.8rem;
	margin: 0 auto;
}
.intro_note {
	width: 69rem;
	border-radius: .5rem;
	margin: 0 auto;
	background: #fff;
	font-size: 2rem;
	line-height: 1.3;
	padding: 2.2rem 1.6rem 2.6rem;
}
.intro_note li {
	margin-left: 1.8em;
	text-indent: -1.8em;
}
.intro_note a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

/*point01
----------------------------------------*/
.point01 {
	background: url(../img/point01_bg_01.png) no-repeat left top / 100% auto;
	padding: 9.1rem 0 7rem;
}
.point01::before {
	content: '';
	display: block;
	background: url(../img/point01_number_txt_01.svg) no-repeat left top / 100% auto;
	width: 32.2rem;
	height: 16.4942rem;
	position: absolute;
	left: 0;
	top: -3.89rem;
}
.point01::after {
	content: '';
	display: block;
	width: 27.6rem;
	height: 23.8rem;
	background: url(../img/point01_img_01.png) no-repeat left top / 100% auto;
	position: absolute;
	right: 0;
	top: -7.3rem;
}
.point01 h2 {
	text-align: center;
	font-size: 5rem;
	line-height: 1.3;
	margin-bottom: 4.6rem;
}
.point01 h2::after {
	content: '';
	display: block;
	width: 51.1288rem;
	height: 5.9917rem;
	background: url(../img/point01_ttl_bg_01.svg) no-repeat left top / 100% auto;
	margin: -1.6rem auto 0;
}
.point01 h2 span {
	display: block;
	font-size: 8rem;
	color: #0045A3;
	font-weight: 900;
}
.point01_entry {
	text-align: center;
	margin-bottom: 3.55rem;
}
.point01_entry::after {
	content: '';
	display: block;
	width: 6.2rem;
	height: 3.7rem;
	background: url(../img/point01_arrow_01.svg) no-repeat left top / 100% auto;
	margin: 0 auto;
}
.point01_entry p:nth-child(1) {
	font-size: 3rem;
	font-weight: 700;
	color: #0045A3;
}
.point01_entry p:nth-child(2) {
	width: 58.5rem;
	background: #FFF200;
	border-radius: 4.7rem;
	font-size: 4.5rem;
	font-weight: 700;
	margin: .4rem auto;
	padding: 1rem 1rem 1.6rem;
	margin-bottom: 6rem;
}
.point01_entry p:nth-child(2)::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.1rem 1.8rem 0;
	border-color: #FFF200 transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3rem;
	margin: 0 auto;
}
.point01_entry p:nth-child(3) {
	width: 66.649rem;
	margin: 0 auto;
	text-align: center;
	font-size: 5.1rem;
	font-weight: 900;
}
.point01_entry p:nth-child(3) img {
	margin-bottom: 1rem;
}
.point01_note,
.point01_small {
	width: 69.2rem;
	background: #fff;
	border-radius: .5rem;
	margin: 1.6rem auto 3rem;
	font-size: 2rem;
	text-align: left;
	padding: 1.8rem 2.5rem;
	line-height: 1.3;
}
.point01_small {
	margin-top: 0;
	background: none;
}
.point01_note li {
	margin-left: 1em;
	text-indent: -1em;
}
.point01_note a,
.point01_small a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.point01_item {
	width: 63.2rem;
	border: 1rem solid #004DB5;
	background: #fff;
	border-radius: 2rem;
	margin: 0 auto;
	padding: 2.7rem 3.7rem 3.8rem;
	box-shadow: .4rem .4rem 0 rgba(0, 0, 0, .16);
}
.point01_item:not(:nth-last-of-type(1))::before {
	content: '';
	display: block;
	width: 10.6rem;
	height: 10.6rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9.7rem;
	margin: 0 auto;
	background: #FFF200 url(../img/point01_plus_icon.svg) no-repeat center center / 4.401rem auto;
	border: 1rem solid #004DB5;
	box-sizing: border-box;
	z-index: 5;
}
.point01_item + .point01_item {
	margin-top: 6.5rem;
}
.point01_item h3 {
	border-bottom: .2rem dotted #707070;
	display: flex;
	align-items: center;
	gap: 4rem;
	padding: 0 0 3.4rem 6.6rem;
}
.point01_item h3 img {
	width: auto;
	height: 9.8rem;
}
.point01_item:nth-of-type(3) h3 {
	padding: 0 0 3.4rem 5.4rem;
	margin: -.2rem;
}
.point01_item:nth-of-type(3) h3 img {
	height: 10rem;
}
.point01_item:nth-of-type(4) h3 {
	padding: 0 0 3.4rem 5.6rem;
}
.point01_item:nth-of-type(4) h3 img {
	height: 10.4rem;
	margin-bottom: -.5rem;
}
.point01_item:nth-of-type(6) h3 img {
	height: 10rem;
}
.point01_item:nth-of-type(6) h3 {
	padding: 0 0 2.4rem 5.4rem;
	margin-top: -.5rem;
}
.point01_item h3 > span:nth-of-type(1) {
	width: 12.4rem;
	height: 4.9rem;
	border-radius: 2.5rem;
	background: #0045A3;
	color: #fff;
	font-size: 2.9rem;
	font-weight: 900;
	padding-top: .2rem;
	text-align: center;
	position: absolute;
	top: 2.8rem;
	left: -7.6rem;
}
.point01_item h3 > span:nth-of-type(2) {
	font-size: 3.2rem;
	line-height: 1.375;
	top: .2rem;
}
.point01_item h4 {
	text-align: center;
	color: #0045A3;
	font-size: 3rem;
	margin: 3rem 0 0;
}
.point01_item h4 + a {
	margin: 1rem 0 0;
}
.point01_item:nth-of-type(6) h3 > span:nth-of-type(2) {
	line-height: 1.1875;
}
.point01_present p:nth-child(1) {
	font-size: 4.1rem;
	font-weight: 900;
	margin: 3.4rem 2rem 2rem;
}
.point01_present p:nth-child(1) span {
	color: #0045A3;
	background: linear-gradient(transparent 70%, #FFF200 70%);
}
.point01_present p:nth-child(2) {
	margin: 0 1.6rem;
	font-size: 5rem;
	font-weight: 900;
	display: flex;
	align-items: flex-end;
	white-space: nowrap;
}
.point01_present p:nth-child(2) img {
	width: 34.7768rem;
	margin-bottom: -1.2rem;
}
.point01_present p:nth-child(2) span {
	letter-spacing: .1em;
	color: #0045A3;
}
.point01_present p:nth-child(3) {
	font-size: 5rem;
	font-weight: 900;
	margin: .9rem 0 0 1.2rem;
}
.point01_present p:nth-child(3) span {
	color: #0045A3;
	background: linear-gradient(transparent 75%, #FFF200 75%);
}
.point01_present dl {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	margin: 3rem 1.5rem 3.6rem 0;
}
.point01_present dl dt {
	width: 10.8rem;
	border: .2rem solid #000;
	border-radius: 1rem;
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: 700;
	padding: .2rem 0;
	text-align: center;
}
.point01_present dl dd {
	font-size: 2.8rem;
	font-weight: 700;
	color: #0045A3;
}
.point01_item_note {
	border-top: .2rem dotted #000;
	font-size: 2rem;
	line-height: 1.3;
	padding: 2.4rem 0;
}
.point01_item_note:last-child {
	padding-bottom: 0;
}
.point01_item_note li {
	margin-left: 1em;
	text-indent: -1em;
}
.point01_item_note a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.point01_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45.8rem;
	height: 8rem;
	border: .4rem solid #343C3A;
	box-shadow: .4rem .4rem 0 rgba(0, 0, 0, .16);
	background: #fff;
	border-radius: 4rem;
	font-size: 3.3rem;
	font-weight: 500;
	text-align: center;
	padding-right: 1rem;
	margin: .4rem auto 0;
}
.point01_btn::before {
	content: '';
	display: block;
	width: 5.1rem;
	height: 5.1rem;
	border-radius: 50%;
	background: #343C3A;
	opacity: .1;
	position: absolute;
	right: 1.6rem;
	bottom: 0;
	top: 0;
	margin: auto 0;
}
.point01_btn::after {
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	border-top: .4rem solid #343C3A;
	border-right: .4rem solid #343C3A;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3.6rem;
	margin: auto 0;
}
.point01_bnr {
	display: block;
	margin: 4.3rem 0 4.1rem;
}
.point01_txt {
	text-align: center;
	margin: 10rem 0 0;
}
.point01_txt p:nth-child(1) {
	font-size: 3rem;
	font-weight: 700;
}
.point01_txt p:nth-child(2) {
	font-size: 3.7rem;
	font-weight: 900;
	color: #0045A3;
	padding: 0 2.8rem;
	width: fit-content;
	margin: .2rem auto 0;
}
.point01_txt p:nth-child(2)::before,
.point01_txt p:nth-child(2)::after {
	content: '';
	width: .4rem;
	height: 4.8rem;
	background: #0045A3;
	position: absolute;
	bottom: -.3rem;
	right: 0;
	transform: rotate(25deg);
}
.point01_txt p:nth-child(2)::before {
	left: 0;
	right: auto;
	transform: rotate(-25deg);
}
.point01_txt p span {
	background: linear-gradient(transparent 70%, #FFF200 70%);
	padding-bottom: .6rem;
}
.point01_txt p:nth-child(3) {
	text-align: center;
	font-size: 2.6rem;
	margin: 1.6rem 0 2rem;
}

/*point02
----------------------------------------*/
.point02#point02::before {
	content: '';
	display: block;
	width: 32.2rem;
	height: 17rem;
	background: url(../img/point02_number_txt_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 0;
	top: -4.4rem;
	z-index: 2;
}
.point02#point02::after {
	content: '';
	display: block;
	width: 27rem;
	height: 23.3rem;
	background: url(../img/point02_img_01.png) no-repeat left top / 100% auto;
	position: absolute;
	right: 0;
	top: -5.9rem;
	z-index: 2;
}
.point02_save {
	background: linear-gradient(to bottom,  #0052c3 0%,#679ee9 20%,#1965cc 55%,#72a6ed 100%);
	padding: 12rem 0 7.56rem;
}
.point02_save h2 {
	text-align: center;
	font-size: 5rem;
	line-height: 1.9;
	color: #fff;
}
.point02_save h2 span {
	font-size: 8rem;
	line-height: .5;
	font-weight: 900;
	color: #FFF200;
}
.point02_save h2::after {
	content: '';
	display: block;
	width: 51.1288rem;
	height: 5.9917rem;
	background: url(../img/point01_ttl_bg_01.svg) no-repeat left top / 100% auto;
	margin: -1rem auto 0;
	filter: brightness(0) invert(1);
}
.point02_save_box {
	width: 61.2rem;
	border-radius: 1rem;
	margin: 4.5rem auto 0;
	padding: 3.8rem 0 7rem;
	box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .16);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 100%);
}
.point02_save_head {
	text-align: center;
	width: 53.8rem;
	margin: 0 auto 7.5rem;
	padding-bottom: 9rem;
	border-bottom: .2rem dotted #707070;
}
.point02_save_head p:nth-child(1) {
	font-size: 3.5rem;
	letter-spacing: .05em;
	line-height: 1.4286;
	font-weight: 700;
}
.point02_save_head p:nth-child(1) > span {
	font-weight: 900;
	color: #0045A3;
	background: linear-gradient(transparent 70%, #FFF200 70%);
}
.point02_save_head p:nth-child(1) > span span {
	font-size: 2.4rem;
	margin: 0 -1.2rem;
	letter-spacing: .05em;
}
.point02_save_head p:nth-child(2) {
	font-size: 4.5rem;
	font-weight: 900;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 1.6rem 0 0 2rem;
	white-space: nowrap;
}
.point02_save_head p:nth-child(2) > img {
	width: 6.8rem;
	margin-right: 1.7rem;
	position: relative;
	top: .2rem;
}
.point02_save_head p:nth-child(2) > span img {
	width: 5.3636rem;
	display: inline-block;
	vertical-align: -1.8rem;
	margin-right: 1.1rem;
}
.point02_save_head p:nth-child(2) > span span {
	background: linear-gradient(transparent 75%, #FFF200 75%);
	vertical-align: .2rem;
}
.point02_save_head p:nth-child(3) {
	width: 11.4rem;
	height: 11.4rem;
	border-radius: 50%;
	background: #0045A3;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5.8rem;
	margin: 0 auto;
	padding-bottom: .4rem;
	letter-spacing: -.05em;
}
.point02_save_reduction {
	text-align: center;
}
.point02_save_reduction p:nth-child(1) {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.4286;
	letter-spacing: .05em;
	margin-bottom: 3.2rem;
}
.point02_save_reduction p:nth-child(1) span {
	color: #0045A3;
	font-weight: 900;
	background: linear-gradient(transparent 68%, #FFF200 68%);
}
.point02_save_reduction p:nth-child(2) {
	width: 50.6422rem;
	margin: 0 auto;
}
.point02_save_shop h3 {
	width: 53.7rem;
	border-radius: 3.9rem;
	font-size: 4rem;
	letter-spacing: .02em;
	color: #fff;
	background: #0045A3;
	margin: 6.7rem auto 5.1rem;
	text-align: center;
	padding: .8rem 0 1rem 2.5rem;
}
.point02_save_shop h3::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.1rem 1.8rem 0;
	border-color: #0045A3 transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2.5rem;
	margin: 0 auto;
}
.point02_save_shop figure {
	width: 55.7rem;
	margin: 0 auto;
}
.point02_save_detail {
	width: 55.7rem;
	margin: 8.1rem auto 0;
}
.point02_save_detail dt {
	background: #333;
	color: #fff;
	font-size: 2.7rem;
	font-weight: 700;
	text-align: center;
	border-radius: 1rem;
	padding: 1.4rem 4rem 1.6rem 0;
	cursor: pointer;
}
.point02_save_detail dt::before {
	content: '';
	display: block;
	width: 4.2rem;
	height: 4.2rem;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.9rem;
	margin: auto 0;
	transition: opacity .3s;
}
.point02_save_detail dt.open::before {
	opacity: .8;
}
.point02_save_detail dt span {
	position: static;
}
.point02_save_detail dt span::before,
.point02_save_detail dt span::after {
	content: '';
	display: block;
	width: 2rem;
	height: .4rem;
	background: #333;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3rem;
	margin: auto 0;
}
.point02_save_detail dt:not(.open) span::after {
	transform: rotate(90deg);
}
.point02_save_detail dd {
	font-size: 2rem;
	line-height: 1.3;
	padding: 2.6rem 0 0;
}
.point02_save_detail dd li {
	margin-left: 1em;
	text-indent: -1em;
	margin-right: -.3rem;
}
.point02_save_detail dd a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.point02_save_detail dd a[target="_blank"]::after {
	content: '';
	display: inline-block;
	width: 1.8193rem;
	height: 1.8193rem;
	background: url(../img/icon_external.svg) no-repeat left top / 100% auto;
	vertical-align: -.2rem;
	margin-left: .8rem;
}
.point02_more {
	background: linear-gradient(to bottom, #0052c3 0%,#679ee9 20%,#1965cc 55%,#72a6ed 100%);
	padding: 6.7rem 0 6.62rem;
}
#point02 .point02_more {
	background: linear-gradient(to bottom, #0052c3 10%,#679ee9 20%,#1965cc 55%,#72a6ed 100%);
	padding: 4.7rem 0 6.62rem;
}
#point02 .point02_more::before {
	content: '';
	display: block;
	width: 27.6rem;
	height: 23.8rem;
	background: url(../img/point01_img_01.png) no-repeat left top / 100% auto;
	position: absolute;
	right: -1.5rem;
	top: -5.4rem;
}
#point02 .point02_more::after {
	content: '';
	display: block;
	width: 25rem;
	height: 25.5rem;
	background: url(../img/point02_img_02.png) no-repeat left top / 100% auto;
	position: absolute;
	left: 0;
	top: -6rem;
}
.point02_more h2 {
	text-align: center;
	font-size: 5rem;
	line-height: 1.9;
	color: #fff;
	margin-bottom: 4.6rem;
}
.point02_more h2 span {
	font-size: 8rem;
	font-weight: 900;
	line-height: .88;
	color: #FFF200;
	margin-right: 1.5rem;
}
.point02_more h2::after {
	content: '';
	display: block;
	width: 51.1288rem;
	height: 5.9917rem;
	background: url(../img/point01_ttl_bg_01.svg) no-repeat left top / 100% auto;
	margin: -1.2rem auto 0;
	filter: brightness(0) invert(1);
}
.point02_more_box {
	background: #fff;
	width: 61.2rem;
	border-radius: 1rem;
	margin: 0 auto;
	padding: 3.3rem 0 6.2rem;
	box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .16);
}
.point02_more_box h3 {
	width: fit-content;
	margin: 0 auto .6rem;
	padding: 0 2.3rem;
	text-align: center;
	font-size: 3.5rem;
	letter-spacing: .05em;
	font-weight: 900;
}
.point02_more_box h3 span {
	color: #0045A3;
}
.point02_more_box h3::before,
.point02_more_box h3::after {
	content: '';
	width: .4rem;
	height: 3.7rem;
	background: #0045A3;
	position: absolute;
	bottom: 1rem;
	right: 0;
	transform: rotate(20deg);
}
.point02_more_box h3::before {
	right: auto;
	left: 0;
	transform: rotate(-20deg);
}
.point02_more_more {
	display: block;
	width: 46.8rem;
	margin: 0 auto;
}
.point02_more_graph {
	width: 52.589rem;
	height: 47.8rem;
	margin: 5.2rem auto 0;
	display: flex;
	align-items: flex-end;
}
.point02_more_graph_01 {
	width: 9.5rem;
}
.point02_more_graph_02 {
	width: 9.5rem;
	margin-left: 2.3rem;
}
.point02_more_graph_03 {
	width: 10rem;
	margin-left: 2.4rem;
}
.point02_more_graph_01 .point02_more_graph_bar {
	height: 0;
	background: rgba(2, 83, 195, .2);
	transition: height .3s;
	transition-delay: .2s;
}
.point02_more_graph.show .point02_more_graph_01 .point02_more_graph_bar {
	height: 1.8rem;
}
.point02_more_graph_02 .point02_more_graph_bar {
	height: 0;
	background: linear-gradient(to top, rgba(2,83,195,0.2) 0,rgba(2,83,195,0.2) 1.8rem,rgba(2,83,195,0.4) 1.8rem,rgba(2,83,195,0.4) 100%);
	transition: height .5s;
	transition-delay: .4s;
}
.point02_more_graph.show .point02_more_graph_02 .point02_more_graph_bar {
	height: 25.5rem;
}
.point02_more_graph_03 .point02_more_graph_bar {
	height: 0;
	background: linear-gradient(to top, rgba(2,83,195,0.2) 0,rgba(2,83,195,0.2) 1.8rem,rgba(2,83,195,0.4) 1.8rem,rgba(2,83,195,0.4) 25.5rem, rgba(2,83,195,0.6) 25.5rem);
	transition: height .8s;
	transition-delay: .8s;
}
.point02_more_graph.show .point02_more_graph_03 .point02_more_graph_bar {
	height: 36.4rem;
}
.point02_more_graph_01 .point02_more_graph_arrow {
	width: 8.175rem;
	position: absolute;
	left: 4.17rem;
	bottom: 4.6rem;
	opacity: 0;
	transition: opacity .3s;
	transition-delay: .4s;
}
.point02_more_graph_02 .point02_more_graph_arrow {
	width: 6.8755rem;
	position: absolute;
	left: 4.15rem;
	bottom: 35.65rem;
	opacity: 0;
	transition: opacity .2s;
	transition-delay: 1s;
}
.point02_more_graph.show .point02_more_graph_01 .point02_more_graph_arrow,
.point02_more_graph.show .point02_more_graph_arrow {
	opacity: 1;
}
.point02_more_graph_percent_01 {
	font-family: "Noto Sans Syriac", sans-serif;
	font-size: 2rem;
	font-weight: 900;
	color: #0045A3;
	position: absolute;
	left: .6rem;
	right: 0;
	text-align: center;
	opacity: 0;
	transition: opacity .2s;
}
.point02_more_graph.show .point02_more_graph_percent_01 {
	opacity: 1;
}
.point02_more_graph_percent_01 span {
	font-size: 2.6rem;
	margin-right: .2rem;
}
.point02_more_graph_01 .point02_more_graph_percent_01.p05,
.point02_more_graph_02 .point02_more_graph_percent_01.p05,
.point02_more_graph_03 .point02_more_graph_percent_01.p05 {
	bottom: -.3rem;
}
.point02_more_graph_01 .point02_more_graph_percent_01.p05 {
	transition-delay: .3s;
}
.point02_more_graph_02 .point02_more_graph_percent_01.p05 {
	transition-delay: .5s;
}
.point02_more_graph_03 .point02_more_graph_percent_01.p05 {
	transition-delay: .9s;
}
.point02_more_graph_02 .point02_more_graph_percent_01.p65,
.point02_more_graph_03 .point02_more_graph_percent_01.p65 {
	bottom: 11.9rem;
}
.point02_more_graph_02 .point02_more_graph_percent_01.p65 {
	transition-delay: .6s;
}
.point02_more_graph_03 .point02_more_graph_percent_01.p65 {
	transition-delay: 1.1s;
}
.point02_more_graph_03 .point02_more_graph_percent_01.p30 {
	bottom: 28.9rem;
	color: #fff;
	transition-delay: 1.3s;
}
.point02_more_graph_percent_02 {
	font-family: "Noto Sans Syriac", sans-serif;
	width: 7.6rem;
	height: 7.6rem;
	background: #FFF200;
	color: #0253C3;
	font-size: 2rem;
	font-weight: 900;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: .8rem;
	border-radius: 50%;
	opacity: 0;
	transition: opacity .3s;
}
.point02_more_graph.show .point02_more_graph_percent_02 {
	opacity: 1;
}
.point02_more_graph_percent_02 span {
	font-size: 5rem;
	line-height: .87;
	margin-right: -.6rem;
}
.point02_more_graph_02 .point02_more_graph_percent_02 {
	bottom: 27rem;
	transition-delay: .8s;
}
.point02_more_graph_03 .point02_more_graph_percent_02 {
	width: 10.2rem;
	height: 10.2rem;
	bottom: 37.5rem;
	padding-bottom: 2.2rem;
	transition-delay: 1.5s;
}
.point02_more_graph_03 .point02_more_graph_percent_02 span {
	font-size: 5.9rem;
	letter-spacing: -.1em;
	margin-right: .5rem;
	line-height: .7;
}
.point02_more_graph_balloon {
	width: 18.2rem;
	margin-left: .6rem;
	display: flex;
	flex-direction: column;
}
.point02_more_graph_balloon p {
	width: 15.7rem;
	height: 7.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 auto;
	padding-left: .4rem;
	border-radius: 1rem;
	background: #CCDCF3;
	font-size: 2.2rem;
	line-height: 1.35;
	font-weight: 700;
	margin-bottom: .5rem;
}
.point02_more_graph_balloon p::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 1.8rem 2.9rem;
	border-color: transparent transparent #CCDCF3;
	position: absolute;
	left: -2.3rem;
	bottom: 1rem;
}
.point02_more_graph_balloon p:nth-child(2) {
	margin-bottom: 6.47rem;
	background: #99BAE7;
}
.point02_more_graph_balloon p:nth-child(2)::before {
	border-color: transparent transparent #99BAE7;
}
.point02_more_graph_balloon p:nth-child(1) {
	margin-bottom: 7.66rem;
	background: #6797DB;
	color: #fff;
}
.point02_more_graph_balloon p:nth-child(1)::before {
	border-color: transparent transparent #6797DB;
}
.point02_more_note {
	width: 54rem;
	margin: 5.68rem auto 0;
	border-top: .2rem dotted #707070;
	font-size: 2rem;
	line-height: 1.3;
	padding: 3.2rem 0 0;
}
.point02_more_note li {
	margin-left: 1em;
	text-indent: -1em;
}
.point02_more_link {
	width: 54rem;
	margin: 2rem auto 0;
	font-size: 2.1rem;
}
.point02_more_link a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	color: #000;
}
.point02_more_link a[target="_blank"]::after {
	content: '';
	display: inline-block;
	width: 1.8193rem;
	height: 1.8193rem;
	background: url(../img/icon_external.svg) no-repeat left top / 100% auto;
	vertical-align: -.2rem;
	margin-left: .8rem;
}
.point02_simulation {
	margin: 0 auto;
	width: 69rem;
	overflow: hidden;
	border-radius: 2rem;
}
.point02_simulation.open {
	overflow: visible;
}
.point02_simulation_inner {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 87.6rem,rgba(255,255,255,0.9) 100%);
	padding-bottom: 15.93rem;
}
.point02_simulation h3 {
	width: 69rem;
	margin: 0 auto;
	background: #FFF200;
	font-size: 3.4rem;
	font-weight: 900;
	text-align: center;
	border-radius: 2rem 2rem 0 0;
	padding: 1.7rem 0 2rem;
}
.point02_simulation_btn {
	appearance: none;
	width: 62.4rem;
	height: 8rem;
	background: #fff;
	border-radius: 1rem;
	border: .4rem solid #004DB5;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 74.4rem;
	left: 0;
	right: 0;
	font-size: 3.2rem;
	font-weight: 700;
	font-family: inherit;
	z-index: 10;
	margin: 0 auto;
	cursor: pointer;
}
.point02_simulation_btn::before {
	content: '';
	display: block;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background: rgba(0, 77, 181, .08);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.8rem;
	margin: auto 0;
}
.point02_simulation_btn span {
	position: static;
}
.point02_simulation_btn span::before {
	content: 'シミュレーションしてみる';
}
.point02_simulation.open .point02_simulation_btn {
	top: 206.6rem;
}
.point02_simulation.open.nl .point02_simulation_btn {
	top: 228.4rem;
}
.point02_simulation.open.gold .point02_simulation_btn {
	top: 253.4rem;
}
.point02_simulation.open.comp .point02_simulation_btn {
	top: 233.4rem;
}
.point02_simulation .point02_simulation_body {
	transition: margin .1s;
}
.point02_simulation.open .point02_simulation_body {
	transition: margin 0s;
	margin-top: -11rem;
}
.point02_simulation.open .point02_simulation_btn span::before {
	content: '閉じる';
}
.point02_simulation_btn::after,
.point02_simulation_btn span::after {
	content: '';
	display: block;
	width: 2.8rem;
	height: .4rem;
	border-radius: .2rem;
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3rem;
	margin: auto 0;
}
.point02_simulation:not(.open) .point02_simulation_btn span::after {
	transform: rotate(90deg);
}
.point02_simulation h3 + div {
	max-height: 86.7rem;
	overflow: hidden;
	transition: max-height .5s;
}
.point02_simulation.open h3 + div {
	max-height: var(--max-height);
	overflow: visible;
}
.point02_simulation_head {
	background: url(../img/point02_simulation_bg_01.svg) no-repeat center top / calc(100% + .2rem) auto;
	height: 86.7rem;
	margin-bottom: 1.4rem;
}
.point02_simulation_head h4 {
	font-size: 3.4rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	letter-spacing: .05em;
	padding: 1.7rem 0 7rem;
}
.point02_simulation_head h4 span:nth-of-type(1) {
	color: #FFF200;
}
.point02_simulation_head h4 span:nth-of-type(2) {
	font-size: 6.3rem;
	letter-spacing: -.07em;
	line-height: 1;
	color: #FFF200;
}
.point02_simulation_head_img {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.point02_simulation_head_img figure {
	width: 25.7rem;
	margin: 0 auto;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.3333;
}
.point02_simulation_head_img figure img {
	margin-bottom: .4rem;
}
.point02_simulation_head_txt {
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.3333;
	margin: 4.7rem 0 2.7rem;
}
.point02_simulation_head_txt span {
	color: #004098;
	font-weight: 900;
	background: linear-gradient(transparent 60%, #FFF200 60%);
}
.point02_simulation_head_note {
	text-align: center;
	font-size: 2rem;
	line-height: 1.3;
}
.point02_simulation_body > dl {
	margin: 0 5rem;
}
.point02_simulation_body > dl dt {
	font-size: 3rem;
	font-weight: 700;
	padding-left: 2.5rem;
	margin: 0 -2rem 1.2rem 0;
}
.point02_simulation_body > dl dt:nth-of-type(2) {
	padding-left: 1rem;
}
.point02_simulation_body > dl dt::before {
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background: #0045A3;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 1.6rem;
}
.point02_simulation_body > dl dd {
	font-size: 3rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-left: 3.7rem;
}
.point02_simulation_body > dl dd::before {
	content: '毎月';
	display: block;
	font-size: 3rem;
	font-weight: 700;
	position: absolute;
	left: 2.3rem;
	top: 2.5rem;
	z-index: 2;
}
.point02_simulation_body > dl dd + dt {
	margin-top: 7.8rem;
}
.point02_simulation_body > dl dd + dt::after {
	content: '';
	display: block;
	width: 5.6rem;
	height: 5.6rem;
	background: url(../img/point02_simulation_icon_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 0;
	right: 2rem;
	top: -6.2rem;
	margin: 0 auto;
}
.point02_simulation_body > dl dt > span {
	margin-right: -1rem;
}
.point02_simulation_body > dl dd input[type="text"] {
	width: 48.8rem;
	height: 9.7rem;
	font-size: 5rem;
	letter-spacing: .05em;
	font-weight: 700;
	background: #fff;
	box-shadow: inset .3rem .3rem .6rem rgba(0, 0, 0, .16);
	border: .2rem solid #004DB5;
	border-radius: .5rem;
	color: #004DB5;
	text-align: right;
	outline: none;
	padding: 0 2.8rem 0 11.8rem;
}
.point02_simulation_total::before {
	content: '';
	display: block;
	background: url(../img/point02_simulation_icon_02.svg) no-repeat left top / 100% auto;
	width: 5.4rem;
	height: 2.8399rem;
	margin: 2.37rem auto 2.6rem;
}
.point02_simulation_total {
	width: 62.4rem;
	margin: 0 auto;
}
.point02_simulation_total h4,
.point02_simulation_result h4 {
	text-align: center;
	width: fit-content;
	font-size: 3rem;
	margin: 0 auto;
	padding: 0 2.5rem;
}
.point02_simulation_result h4 {
	font-size: 3.2rem;
	letter-spacing: .05em;
}
.point02_simulation_result h4 > span {
	color: #0045A3;
}
.point02_simulation_result h4 > span span {
	font-size: 5rem;
	letter-spacing: .05em;
	line-height: 1;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.point02_simulation_total h4::before,
.point02_simulation_total h4::after,
.point02_simulation_result h4::before,
.point02_simulation_result h4::after {
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background: #0045A3;
	position: absolute;
	left: 0;
	top: .4rem;
	bottom: 0;
	margin: auto 0;
}
.point02_simulation_total h4::after,
.point02_simulation_result h4::after {
	left: auto;
	right: 0;
}
.point02_simulation_total_box {
	background: rgba(0, 64, 152, .15);
	border-radius: 2rem;
	margin-top: .5rem;
	padding: .9rem 0 2.7rem;
}
.point02_simulation_total_amount {
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
}
.point02_simulation_total_amount span {
	font-size: 5.2rem;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	letter-spacing: .05em;
	font-weight: 700;
	color: #0045A3;
	text-decoration: underline;
	text-underline-offset: .6rem;
	text-decoration-thickness: .4rem;
	vertical-align: .3rem;
	margin-right: .2rem;
}
.point02_simulation_total_box dl {
	width: 57.6rem;
	margin: 1.4rem auto 0;
	overflow: hidden;
	border-radius: 2rem;
	display: grid;
	grid-template-columns: 21.4rem auto;
}
.point02_simulation_total_box dl dt {
	background: #0045A3;
	font-size: 2.7rem;
	font-weight: 900;
	color: #FFF200;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.point02_simulation_total_box dl dd {
	background: #fff;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	padding: 1.3rem 0 1.7rem 1rem;
}
.point02_simulation_total_box dl dd span {
	background: #fff;
	font-size: 5.2rem;
	font-weight: 700;
	color: #0045A3;
	line-height: 1;
	letter-spacing: .05em;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	text-decoration: underline;
	text-underline-offset: .4rem;
	text-decoration-thickness: .3rem;
	margin-right: .7rem;
	vertical-align: -.3rem;
}
.point02_simulation_result {
	width: 62.4rem;
	margin: 3.49rem auto 0;
}
.point02_simulation_result.gold {
	display: none;
}
.point02_simulation_result::before {
	content: '';
	display: block;
	background: url(../img/point02_simulation_icon_03.svg) no-repeat left top / 100% auto;
	width: 2.3388rem;
	height: 4.6159rem;
	margin: 0 auto 2.4rem;
}
.point02_simulation_result_box {
	border: .6rem solid #004098;
	background: #fff;
	border-radius: 2rem;
	padding-bottom: 3.6rem;
	box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .16);
	margin-top: 1.2rem;
}
.point02_simulation_result_box.plus {
	margin-top: 6.6rem;
}
.point02_simulation_result_balloon {
	width: 53.8rem;
	border-radius: 4.2rem;
	text-align: center;
	background: #FFF200;
	position: absolute;
	left: 0;
	right: 0;
	top: -6rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .8rem 0 1.2rem;
}
.point02_simulation_result_balloon::before {
	content: '';
	display: block;
	width: 4.8rem;
	height: 4.8rem;
	background: url(../img/point02_simulation_icon_01.svg) no-repeat left top / 100% auto;
	margin: .5rem .8rem 0 0;
}
.point02_simulation_result_balloon::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.1rem 2.4rem 0;
	border-color: #FFF200 transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3rem;
	margin: 0 auto;
}
.point02_simulation_result_balloon span:nth-child(1) {
	font-size: 6.3rem;
	line-height: 1;
	font-weight: 700;
	color: #0045A3;
	text-decoration: underline;
	text-underline-offset: .4rem;
	text-decoration-thickness: .4rem;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.point02_simulation_result_balloon span:nth-child(2) {
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.1905;
	text-align: left;
	margin: .5rem 0 0 1.5rem;
}
.point02_simulation_result_plus {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 7.4rem 0 0;
}
.point02_simulation_result_plus > span:nth-child(1) {
	font-size: 3.1rem;
	font-weight: 700;
	line-height: 1.0968;
	margin-right: .8rem;
}
.point02_simulation_result_plus > span:nth-child(2) {
	font-size: 13.5rem;
	font-weight: 700;
	line-height: .7;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.point02_simulation_result_plus > span:nth-child(2)::before {
	content: '';
	display: block;
	height: 1.987rem;
	background: #FFF200;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3rem;
}
.point02_simulation_result_plus > span:nth-child(2) span {
	background: linear-gradient(180deg, #04329F 0%, #2B55B5 50%, #6587C7 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.point02_simulation_result_plus > span:nth-child(3) {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.1;
	margin-left: .8rem;
}
.point02_simulation_result_note {
	width: 53.8rem;
	margin: 5.8rem auto 0;
	padding-top: 2.2rem;
	line-height: 1.3;
	border-top: .2rem dotted #707070;
	font-size: 2rem;
}
.point02_simulation_result_note li {
	margin-left: 1em;
	text-indent: -1em;
	margin-right: -.1rem;
}
.point02_simulation_result_note a,
.point02_simulation_result_link a {
	text-decoration: underline;
	text-underline-offset: .4rem;
	text-decoration-thickness: 1px;
}
.point02_simulation_result_note a[target="_blank"]::after,
.point02_simulation_result_link a[target="_blank"]::after {
	content: '';
	display: inline-block;
	width: 1.8193rem;
	height: 1.8193rem;
	background: url(../img/icon_external.svg) no-repeat left top / 100% auto;
	vertical-align: -.2rem;
	margin-left: .6rem;
}
.point02_simulation:not(.gold) .point02_simulation_result_link li.gold {
	display: none;
}
.point02_simulation_result_insufficient {
	text-align: center;
	font-size: 4.7rem;
	font-weight: 700;
	letter-spacing: .05em;
	margin: 3.2rem 1rem 2.4rem 0;
}
.point02_simulation_result_insufficient span {
	font-size: 7.2rem;
	padding-bottom: .2rem;
	letter-spacing: .05em;
	line-height: 1;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.point02_simulation_result_txt {
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.3333;
	color: #004098;
}
.point02_simulation_result_txt span {
	font-size: 3.6rem;
	padding-bottom: .5rem;
	background: linear-gradient(transparent 80%, #FFF200 80%);
	font-weight: 900;
}
.point02_simulation_result_card {
	width: 27.9rem;
	margin: 4.9rem auto 0;
	border-radius: 1rem;
	box-shadow: .3rem .3rem .6rem rgba(0, 0, 0, .16);
}
.point02_simulation_result_link {
	width: 53.8rem;
	margin: 3.58rem auto 0;
	border-top: .2rem dotted #707070;
	font-size: 2rem;
	line-height: 1.3;
	padding-top: 2rem;
}
.point02_simulation_result_link li {
	margin-left: 1em;
	text-indent: -1em;
}
.point02_card {
	width: 69rem;
	margin: 0 auto;
	padding-bottom: 3.68rem;
	border-radius: 0 0 2rem 2rem;
	background: linear-gradient(135deg, #f2f4e4 0%,#d4ea60 100%);
}
.point02_card.gold {
	background: linear-gradient(135deg, #FCFCFC 0%,#FFE9A3 100%);
	display: none;
}
.point02_card h4 {
	background: #0045A3;
	text-align: center;
	color: #fff;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: .05em;
	padding: 1.3rem 0;
}
.point02_card h4 > span {
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 0 4rem;
}
.point02_card h4 > span::before,
.point02_card h4 > span::after {
	content: '';
	display: block;
	background: url(../img/point02_card_icon_01.svg) no-repeat left top / 100% auto;
	width: 2.993rem;
	height: 2.8476rem;
	position: absolute;
	top: 0;
	right: 0;
}
.point02_card h4 > span::before {
	transform: scale(-1, 1);
	left: 0;
	right: auto;
}
.point02_card h4 > span span {
	font-size: 3.4rem;
	font-weight: 900;
	color: #FFF200;
	letter-spacing: .05em;
}
.point02_card h5 {
	width: fit-content;
	font-size: 3.8rem;
	color: #fff;
	font-weight: 900;
	margin: 1.82rem 0 0;
	padding: 1rem 0 1.1rem .2rem;
	letter-spacing: .05em;
}
.point02_card h5::before {
	content: '';
	display: block;
	background: linear-gradient(to bottom, #004831 0%,#048963 100%);
	position: absolute;
	top: 0;
	left: -8rem;
	right: -2rem;
	bottom: 0;
	transform: skewX(30deg);
}
.point02_card.gold h5 {
	padding: .7rem 2.2rem 1.4rem;
}
.point02_card.gold h5::before {
	background: linear-gradient(to bottom, #7b670f 0%,#bfa63b 100%);
	left: -2.6rem;
	right: -8rem;
	transform: skewX(-30deg);
}
.point02_card h5 span span {
	font-size: 2.8rem;
	letter-spacing: .05em;
	margin-left: -1.2rem;
}
.point02_card.gold h5 {
	margin: 1.82rem 0 0 auto;
}
.point02_card figure {
	max-width: 40.1rem;
	margin: 3.2rem auto 2.4rem;
	left: .4rem;
}
.point02_card_btn {
	width: 63.1rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 11.9rem;
	border-radius: 8.2rem;
	background: linear-gradient(120deg, #ff8e39 10%,#f04100 100%);
	color: #fff;
	font-size: 2.8rem;
	padding-bottom: .5rem;
	font-weight: 700;
	box-shadow: .4rem .4rem 0 rgba(0, 0, 0, .16);
}
.point02_card_btn span:nth-child(2) {
	font-size: 4rem;
	line-height: 1.1;
}
.point02_card_btn span:nth-child(1) span {
	margin-left: -.8rem;
}
.point02_card_btn::before {
	content: '';
	display: block;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.8rem;
	margin: auto 0;
}
.point02_card_btn::after {
	content: '';
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	border-top: .4rem solid #fff;
	border-right: .4rem solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: .2rem;
	right: 5rem;
	margin: auto 0;
}

/*double
----------------------------------------*/
.double {
	background: #F8F9FA url(../img/double_bg_01.png) no-repeat left top / 100% auto;
	padding-bottom: 9.8rem;
}
.double h2 {
	background: url(../img/double_ttl_bg_01.svg) no-repeat left top / 100% auto;
	height: 25.3rem;
	text-align: center;
	font-size: 5rem;
	color: #fff;
	padding: 2.5rem 0 0;
}
.double h2 img {
	width: 56.897rem;
	margin: .8rem auto 0;
}
.double_card {
	width: 59.4rem;
	margin: -5.2rem auto -1.5rem;
	left: .2rem;
}
.double_step_ttl {
	width: fit-content;
	display: flex;
	align-items: center;
	color: #fff;
	padding: 1.8rem 6.7rem 3.4rem 4rem;
	gap: 6.8rem;
	margin-bottom: 2.4rem;
}
.double_step_ttl::before {
	content: '';
	display: block;
	position: absolute;
	left: -20rem;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, #04329f 0%,#2b55b5 50%,#6587c7 100%);
	transform: skewX(-26.5deg);
}
.double_step_ttl_num {
	font-size: 2.4rem;
	opacity: .9;
	font-weight: 700;
}
.double_step_ttl_num span {
	display: block;
	line-height: .75;
	font-size: 12.3rem;
	font-style: italic;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-left: -.5rem;
}
.double_step_ttl h3 {
	font-size: 3.5rem;
	padding-top: 1.2rem;
}
.double_step_ttl h3::before {
	content: '';
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	border-top: .4rem solid #fff;
	border-right: .4rem solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 1.4rem;
	bottom: 0;
	left: -5.2rem;
	margin: auto 0;
	opacity: .6;
}
.double_step_ttl h3 span {
	color: #FFF200;
	font-weight: 900;
}
.double_step_ttl h3 span.large {
	font-size: 5.7rem;
	line-height: 1.2;
	font-feature-settings: "palt";
	margin-left: .4rem;
}
.double_step_txt {
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.5625;
	color: #343C3A;
	margin-bottom: 3.6rem;
}
.double_step + .double_step {
	margin-top: 6rem;
}
.double_step + .double_step .double_step_ttl {
	margin-left: auto;
	padding: 1.8rem 4.2rem 3.4rem 8rem;
}
.double_step + .double_step .double_step_ttl::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: -20rem;
	bottom: 0;
	background: linear-gradient(to bottom, #04329f 0%,#2b55b5 50%,#6587c7 100%);
	transform: skewX(26.5deg);
}
.double_step + .double_step .double_step_txt {
	margin-bottom: 3.2rem;
}
.double_btn {
	width: 63.1rem;
	height: 9.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 3.93rem auto 0;
	font-size: 4rem;
	font-weight: 700;
	border-radius: 6rem;
	border: .4rem solid #343C3A;
	background: #fff;
	box-shadow: .4rem .4rem 0 rgba(0, 0, 0, .16);
}
.double_btn::before {
	content: '';
	display: block;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.8rem;
	margin: auto 0;
}
.double_btn::after {
	content: '';
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	border-top: .4rem solid #343C3A;
	border-right: .4rem solid #343C3A;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: .2rem;
	right: 4.3rem;
	margin: auto 0;
}
.double_item {
	width: 69rem;
	margin: 0 auto;
	border-radius: 1rem;
	overflow: hidden;
}
.double_step + .double_item {
	margin-top: 5.87rem;
}
.double_item + .double_item {
	margin-top: 2rem;
}
.double_item dt {
	background: #0045A3;
	color: #fff;
	font-size: 3.4rem;
	font-weight: 900;
	display: flex;
	align-items: center;
	gap: 3.58rem;
	padding: 0 0 0 3.6rem;
	line-height: 1.2941;
	height: 15.3rem;
	cursor: pointer;
}
.double_item:nth-of-type(2) dt {
	line-height: 1.2353;
}
.double_item dt::before,
.double_item dt::after {
	content: '';
	display: block;
	width: 5rem;
	height: .4rem;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.55rem;
	margin: auto 0;
}
.double_item dt:not(.open)::after {
	transform: rotate(90deg);
}
.double_item dt span {
	color: #FFF200;
}
.double_item dt img {
	width: 6.4rem;
}
.double_item dd {
	background: #fff;
	border-radius: 0 0 1rem 1rem;
	padding: .4rem .4rem 5.8rem;
	display: none;
}
.double_item dd::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border: .4rem solid #0045A3;
	border-top: 0;
	pointer-events: none;
	border-radius: 0 0 1rem 1rem;
}
.double_item.item01 dd figure:nth-of-type(1) {
	width: 34.4rem;
	margin: 3.5rem auto 5.2rem;
}
.double_item_logo {
	display: inline;
	width: 18.566rem;
	vertical-align: -1.2rem;
	margin: 0 .5rem;
}
.double_item.item01 dd p {
	text-align: center;
	font-size: 3.2rem;
	line-height: 1.75;
	font-weight: 700;
}
.double_item.item01 dd p > span {
	font-size: 3.2rem;
	color: #004098;
	font-weight: 900;
	background: linear-gradient(transparent 80%, #FFF200 80%);
	padding-bottom: .8rem;
}
.double_item.item01 dd p > span span {
	line-height: .6;
	font-size: 5.6rem;
	font-weight: 700;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.double_item.item01 dd figure:nth-of-type(2) {
	width: 40.175rem;
	margin: 6.9rem auto 4.4rem;
}
.double_item.item02 dd figure {
	width: 25.6rem;
	margin: 4.9rem auto 5rem;
	left: .2rem;
}
.double_item.item02 dd p:nth-of-type(1) {
	text-align: center;
	font-size: 4.8rem;
	font-weight: 900;
	color: #004098;
	line-height: 1.25;
	letter-spacing: .02em;
	margin-bottom: 2.6rem;
}
.double_item.item02 dd p:nth-of-type(1) span {
	background: linear-gradient(transparent 85%, #FFF200 85%);
	padding-bottom: .6rem;
}
.double_item.item02 dd p:nth-of-type(2) {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.5714;
	letter-spacing: .02em;
	margin-bottom: 4.8rem;
}
.double_item.item03 dd figure {
	width: 22rem;
	margin: 4.9rem auto 5rem;
}
.double_item.item03 dd p {
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5625;
	margin-bottom: 4.8rem;
}
.double_item.item03 dd p sup {
	font-size: 2rem;
}
.double_item.item04 dd > p:nth-of-type(1) {
	text-align: center;
	font-size: 4.8rem;
	font-weight: 900;
	color: #004098;
	letter-spacing: .02em;
	margin: 5.4rem 0 3.2rem;
}
.double_item.item04 dd > p:nth-of-type(1) span {
	background: linear-gradient(transparent 85%, #FFF200 85%);
	padding-bottom: .5rem;
}
.double_item.item04 dd > p:nth-of-type(2) {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.5714;
	letter-spacing: .02em;
	margin-bottom: 2.4rem;
}
.double_item.item04 dd > figure {
	width: 63.744rem;
	margin: 0 auto;
}
.double_item.item04 dd > p:nth-of-type(3) {
	text-align: center;
	font-size: 3.2rem;
	color: #004098;
	font-weight: 700;
	line-height: 1.5625;
	letter-spacing: .02em;
	margin: -5.5rem 0 0;
}
.double_item.item04 dd > p:nth-of-type(3) span {
	background: linear-gradient(transparent 80%, #FFF200 80%);
	padding-bottom: .8rem;
}
.double_item_trouble {
	width: 62.552rem;
	margin: 4.2rem auto 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .88rem;
}
.double_item_trouble li {
	background: rgba(0, 64, 152, .1);
	border-radius: 2rem;
	padding: 1rem 0 2rem;
}
.double_item_trouble li p {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	color: #0045A3;
	line-height: 1.2727;
	letter-spacing: .05em;
	height: 8.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.double_item_trouble li:nth-child(1) figure {
	width: 7.2rem;
	margin: .8rem auto 0;
}
.double_item_trouble li:nth-child(2) figure {
	width: 9.8rem;
	margin: 1.7rem auto 0;
	left: .4rem;
}
.double_item_trouble li:nth-child(3) figure {
	width: 9.4rem;
	margin: 1.9rem auto 0;
	left: .6rem;
}
.double_note {
	font-size: 2rem;
	width: 61.9rem;
	line-height: 1.3;
	margin: 0 auto;
}
.double_note li {
	margin-left: 1em;
	text-indent: -1em;
}
.double_item.item03 .double_note li {
	margin-left: 1.75em;
	text-indent: -1.75em;
}

/*point03
----------------------------------------*/
.point03 {
	background: #F8F9FA url(../img/point03_bg_01.png) no-repeat left top / 100% auto;
	padding: 5.5rem 0 0;
}
.point03::before {
	content: '';
	display: block;
	width: 32.2rem;
	height: 17rem;
	background: url(../img/point03_number_txt_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 0;
	top: -3.8rem;
	z-index: 2;
}
.point03 h2 {
	text-align: center;
	font-size: 5rem;
	line-height: 1.3;
	margin-bottom: 4.2rem;
}
.point03 h2::after {
	content: '';
	display: block;
	width: 51.1288rem;
	height: 5.9917rem;
	background: url(../img/point01_ttl_bg_01.svg) no-repeat left top / 100% auto;
	margin: -.1rem auto 0;
	filter: brightness(0);
}
.point03 h2 span {
	display: block;
	font-size: 8rem;
	color: #0045A3;
	font-weight: 900;
	margin-top: -.2rem;
}
.point03_detail {
	width: 69.1rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 1.5rem;
}
.point03_detail::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	background: linear-gradient(to bottom, rgba(0,181,130,0) 0%,rgba(0,128,90,0.049) 13.5rem,rgba(0,72,49,.1) 27rem);
}
.point03_detail::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	width: 50%;
	background: linear-gradient(to bottom, rgba(255, 230, 123, 0) 0%, rgba(255, 230, 123, .2) 8rem);
}
.point03_detail_item {
	text-align: center;
	width: 50%;
	z-index: 2;
	color: #004831;
}
.point03_detail_item + .point03_detail_item {
	color: #9D8109;
}
.point03_detail_item a {
	display: block;
	width: 31.3rem;
	height: 10.547rem;
	border-radius: 5.3rem;
	background: linear-gradient(to bottom, #C4D700 0%, #0C7654 100%);
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2222;
	margin: 0 auto 3.6rem;
	padding-top: 1.3rem;
}
.point03_detail_item + .point03_detail_item a {
	background: linear-gradient(to bottom, #E8CF43 0%, #9D8109 100%);
}
.point03_detail_item a::before {
	content: '';
	display: block;
	width: 4.2rem;
	height: 4.2rem;
	border-radius: 50%;
	background: rgba(0, 0, 0, .15);
	position: absolute;
	right: 1.7rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.point03_detail_item a::after {
	content: '';
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	border-top: .4rem solid #fff;
	border-right: .4rem solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3rem;
	margin: auto 0;
}
.point03_detail_item a span {
	display: block;
	font-size: 2.8rem;
	font-weight: 900;
}
.point03_detail_ttl {
	height: 8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4.8rem;
}
.point03_detail_item h3 {
	width: 100%;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 900;
	line-height: 1.22;
}
.point03_detail_item h3 span {
	font-size: 3rem;
}
.point03_detail_item h3 sup {
	font-size: 2rem;
	font-weight: 400;
	margin-right: -3rem;
	font-feature-settings: "palt";
}
.point03_detail_item figure {
	width: 25.7rem;
	margin: 0 auto 2.4rem;
	font-size: 2.4rem;
	line-height: 1.3333;
	text-align: center;
	color: #000;
}
.point03_detail_item figure img {
	margin-bottom: .6rem;
}
.point03_detail_note {
	width: 100%;
	padding: 0 3rem;
	margin-bottom: 5.4rem;
	font-size: 2rem;
	line-height: 1.3;
	z-index: 2;
}
.point03_detail_note li {
	margin-left: 1em;
	text-indent: -1em;
}
.point03_detail h4 {
	width: 100%;
	z-index: 2;
	margin-bottom: 2.4rem;
}
.point03_detail h4 span {
	width: 31.6rem;
	border-radius: 2.6rem;
	margin: 0 auto;
	display: block;
	background: #6E6D6D;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	padding: .5rem;
}
.point03_detail_txt_01 {
	font-size: 4.4rem;
	letter-spacing: .05em;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 3.8rem;
	margin-bottom: 3.7rem;
}
.point03_detail_txt_02 {
	margin-bottom: 3.7rem;
}
.point03_detail_txt_02 p:nth-child(1) {
	font-weight: 900;
	font-size: 3rem;
	letter-spacing: .05em;
	margin-right: -2rem;
}
.point03_detail_txt_02 p:nth-child(1) > span {
	font-size: 4.4rem;
	letter-spacing: .05em;
	line-height: 1;
}
.point03_detail_txt_02 p:nth-child(1) > span span {
	font-size: 5rem;
	font-weight: 700;
	line-height: 1;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.point03_detail_txt_02 p:nth-child(2) {
	font-weight: 700;
	font-size: 2rem;
	margin-top: -.4rem;
}
.point03_detail_txt_02 p:nth-child(3) {
	font-weight: 900;
	font-size: 4.4rem;
	line-height: 1.2;
}
.point03_detail_txt_02 p:nth-child(3) sup {
	display: block;
	text-align: right;
	font-size: 2rem;
	padding-right: 1rem;
	font-weight: 400;
}
.point03_detail_txt_03 {
	padding-bottom: 4.6rem;
}
.point03_detail_txt_03 p:nth-child(1) {
	font-weight: 700;
	letter-spacing: .05em;
	font-size: 3.7rem;
	padding-left: 1rem;
}
.point03_detail_txt_03 p:nth-child(1) sup {
	font-size: 2rem;
	letter-spacing: 0;
	font-weight: 400;
	margin-left: -1rem;
}
.point03_detail_txt_03 p:nth-child(1) span {
	font-size: 7rem;
	font-family: "Noto Sans Syriac", sans-serif;
	line-height: 1;
	vertical-align: -.4rem;
	margin-right: -.2rem;
}
.point03_detail_txt_03 p:nth-child(2) {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .05em;
	margin-top: -1rem;
}
.point03_detail_txt_04 {
	font-size: 7rem;
	font-weight: 300;
	margin-top: -1.8rem;
	line-height: 1.25;
	padding-bottom: 4.2rem;
}
.point03_detail_txt_05 {
	margin-top: -1.8rem;
	padding-bottom: 4.2rem;
}
.point03_detail_txt_05 p:nth-child(1) {
	font-size: 2.9rem;
	font-weight: 900;
	line-height: .9;
}
.point03_detail_txt_05 p:nth-child(2) {
	font-size: 2.9rem;
	font-weight: 900;
	line-height: .9;
	letter-spacing: -.05em;
}
.point03_detail_txt_05 p span {
	font-size: 3.9rem;
	line-height: 1;
}
.point03_detail_txt_05 sup {
	display: block;
	text-align: right;
	font-size: 2rem;
	padding-right: 2rem;
}
.point03_detail_txt_06 {
	padding-bottom: 4.7rem;
}
.point03_detail_txt_06 p:nth-child(1) {
	font-weight: 700;
	letter-spacing: .05em;
	font-size: 3.7rem;
	padding-left: 1rem;
}
.point03_detail_txt_06 p:nth-child(1) span {
	font-size: 6rem;
	font-family: "Noto Sans Syriac", sans-serif;
	line-height: 1;
	letter-spacing: 0;
	vertical-align: -.4rem;
	margin-right: -.2rem;
}
.point03_detail_txt_06 p:nth-child(1) sup {
	font-size: 2rem;
	letter-spacing: 0;
	font-weight: 400;
	margin-left: -1rem;
}
.point03_note {
	width: 69rem;
	background: #fff;
	margin: 0 auto 5.37rem;
	padding: 2.4rem 2.4rem 3rem;
	font-size: 2rem;
	line-height: 1.3;
}
.point03_note li {
	margin-left: 1.75em;
	text-indent: -1.75em;
}
.point03_note li + li {
	margin-top: 2.6rem;
}
.point03_note li a {
	text-decoration: underline;
	text-underline-offset: .4rem;
	text-decoration-thickness: 1px;
}
.point03_note li a[target="_blank"]::after {
	content: '';
	display: inline-block;
	width: 1.8193rem;
	height: 1.8193rem;
	background: url(../img/point03_icon_external.svg) no-repeat left top / 100% auto;
	vertical-align: -.2rem;
	margin-left: .6rem;
}
.point03_detail_more {
	overflow: hidden;
	max-height: 114.4rem;
	transition: max-height .5s;
}
.point03_detail_more.open {
	max-height: calc(var(--max-height) + 12rem);
}
.point03_detail_more_btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 24.2rem;
	padding-top: 10.8rem;
	background: linear-gradient(to bottom, rgba(239,243,245,0) 0%,rgba(231,235,237,1) 50%);
	z-index: 10;
}
.point03_detail_more.open .point03_note {
	margin-bottom: 17.37rem;
}
.point03_detail_more.open .point03_detail_more_btn {
	background: none;
}
.point03_detail_more_btn button::before {
	content: 'もっと見る';
}
.point03_detail_more.open .point03_detail_more_btn  button::before {
	content: '閉じる';
}
.point03_detail_more_btn button {
	appearance: none;
	width: 60.3rem;
	height: 8.6rem;
	font-size: 4rem;
	padding: 0;
	color: #004831;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 1rem;
	border: .4rem solid #004831;
	background: linear-gradient(to bottom, #FFE67B 0%,#FFFAE8 100%);
	cursor: pointer;
}

/*nl
----------------------------------------*/
.select_nl {
	background: #FDFEFE url(../img/nl_bg_02.png) no-repeat left 17.5rem / 100% auto;
	padding-bottom: 7.2rem;
}
.select_nl h2 {
	background: url(../img/nl_bg_01.svg) no-repeat left top / 100% auto;
	height: 25.2rem;
	text-align: center;
	font-size: 5rem;
	color: #fff;
	padding: 2.2rem 0 0;
	margin-bottom: 4.6rem;
}
.select_nl h2 span {
	font-size: 7.6rem;
	font-weight: 900;
	color: #C4D700;
	display: block;
	line-height: 1;
	margin-top: .8rem;
}
.select_nl h3 {
	text-align: center;
	font-size: 5.6rem;
	font-weight: 900;
	color: #004831;
	line-height: 1.18;
	letter-spacing: .02em;
	margin-bottom: 6.27rem;
}
.select_nl h3::after {
	content: '';
	display: block;
	width: 38.6rem;
	height: 1.2rem;
	background: #C4D700;
	margin: .2rem auto 0;
}
.select_nl_item {
	width: 69.2rem;
	margin: 0 auto;
}
.select_nl_item + .select_nl_item {
	margin-top: 12rem;
}
.select_nl_item_box {
	background: rgba(0, 72, 49, .2);
	border-radius: 2rem;
	padding: 6rem 0 6.8rem;
	margin-bottom: 6.3rem;
}
.gold .select_nl_item_box {
	background: none;
}
.gold .select_nl_item_box::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 230, 123, .4);
	border-radius: 2rem;
	mix-blend-mode: multiply;
}
.select_nl_item_box figure {
	width: 45.1rem;
	margin: 0 auto;
	left: .2rem;
	text-align: center;
	font-size: 2.4rem;
}
.select_nl_item_box figure img {
	margin-bottom: .4rem;
}
.select_nl_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 63.1rem;
	height: 9.4rem;
	border-radius: 5rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4.7rem;
	margin: 0 auto;
	font-size: 4rem;
	color: #fff;
	font-weight: 700;
	background: linear-gradient(135deg, #ff8e39 0%,#f04100 100%);
	box-shadow: .4rem .4rem 0 rgba(0, 0, 0, .16);
}
.select_nl_btn::after {
	content: '';
	display: block;
	width: 4.1rem;
	height: 3.2rem;
	background: url(../img/nl_icon_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3.95rem;
	margin: auto 0;
}
.select_nl_link {
	font-size: 3rem;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: .8rem;
	text-decoration-thickness: 1px;
}
.select_nl_link[target="_blank"]::after {
	content: '';
	display: inline-block;
	width: 2.648rem;
	height: 2.648rem;
	background: url(../img/point03_icon_external.svg) no-repeat left top / 100% auto;
	margin-left: 1.2rem;
	vertical-align: -.2rem;
}

/*other
----------------------------------------*/
.other {
	padding: 4.84rem 0 4.79rem;
}
.other h2 {
	width: 69rem;
	margin: 0 auto 4.8rem;
	background: #A0A0A0;
	color: #fff;
	font-size: 3.6rem;
	padding: .3rem;
	text-align: center;
}
.other_slider {
	width: 60.4rem;
	margin: 0 auto;
	overflow: hidden;
}
.other_slider .slick-track::after {
	content: '';
	display: block;
	clear: both;
}
.other_slider a {
	display: block;
	width: 60rem;
	float: left;
	margin: 0 .2rem;
}
.other_slider .slick-dots {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-top: 5.39rem;
}
.other_slider .slick-dots button {
	display: block;
	appearance: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	background: #A7A7A7;
	text-indent: -99rem;
	overflow: hidden;
	width: 4.4rem;
	height: .6rem;
}
.other_slider .slick-dots .slick-active button {
	background: #0045A3;
}

/*footer
----------------------------------------*/
.footer_precaution {
	background: linear-gradient(to bottom, #EFF3F5 0%, #E8E9EA 100%);
	padding: 4.3rem 3rem 4.9rem;
	font-size: 2rem;
	line-height: 1.7;
	font-weight: 300;
}
.footer_precaution .footer_note li {
	margin-left: 1em;
	text-indent: -1em;
}
.footer_precaution h2 {
	font-weight: 500;
	font-size: 2.6rem;
	margin: 4.8rem 0 .2rem;
}
.footer_precaution p + p {
	margin-top: 3.8rem;
}
.footer_precaution a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.footer_link {
	background: linear-gradient(to bottom, #038058 0%,#01583F 100%);
	color: #fff;
	font-size: 2.8rem;
	font-weight: 500;
	padding: 4.1rem 9.6rem 3.6rem;
}
.footer_link p + p {
	margin-top: 2rem;
}
.footer_link a[target="_blank"]::after {
	content: '';
	display: inline-block;
	width: 3.553rem;
	height: 2.8rem;
	background: url(../img/nl_icon_01.svg) no-repeat left top / 100% auto;
	margin-left: .8rem;
	vertical-align: -.3rem;
}
.footer .copyright {
	display: block;
	background: #343C3A;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	font-weight: 300;
	padding: 1.7rem 1.5rem 2.3rem;
}

/*float_btn
----------------------------------------*/
.float_btn {
	position: sticky;
	left: 0;
	bottom: 0;
	display: flex;
	z-index: 2000;
	opacity: 0;
	transition: opacity .3s;
	pointer-events: none;
}
.float_btn.show {
	opacity: 1;
	pointer-events: all;
}
.float_btn a {
	width: 50%;
	display: block;
	padding: 2.4rem 0 2.4rem 2.1rem;
	background: linear-gradient(to bottom, #C4D700 0%,#0C7654 100%);
	color: #fff;
}
.float_btn a + a {
	background: linear-gradient(to bottom, #E8CF43 0%,#9D8109 100%);
}
.float_btn figure {
	display: flex;
	align-items: center;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.2308;
	gap: 1.8rem;
}
.float_btn figcaption {
	padding-bottom: .2rem;
}
.float_btn figure img {
	width: 13.6rem;
	border-radius: .4rem;
	box-shadow: .3rem .3rem .6rem rgba(0, 0, 0, .16);
}
.float_btn p {
	font-size: 3.3rem;
	text-align: center;
	font-weight: 900;
	padding: 1rem 4rem 0 0;
}
.float_btn p::before {
	content: '';
	display: block;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background: rgba(0, 0, 0, .15);
	position: absolute;
	right: 1.7rem;
	top: .8rem;
	bottom: 0;
	margin: auto 0;
}
.float_btn p::after {
	content: '';
	display: block;
	width: 2rem;
	height: 2rem;
	border-top: .4rem solid #fff;
	border-right: .4rem solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: .8rem;
	bottom: 0;
	right: 4rem;
	margin: auto 0;
}

/*info
----------------------------------------*/
.info {
	padding-bottom: 7.8rem;
}
.info h2 {
	font-size: 3.4rem;
	font-weight: 900;
	padding: 1.4rem;
	letter-spacing: .05em;
	color: #fff;
	text-align: center;
	background: linear-gradient(to bottom, #038058 0%,#01583f 100%);
	margin-bottom: 6.4rem;
}
.info input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	visibility: hidden;
}
.info_tab {
	width: 63rem;
	margin: 0 auto 6.3rem;
	height: 9.6rem;
	border-radius: 4.8rem;
	box-shadow: 0 0 1rem rgba(0, 0, 0, .16);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.info_tab::before,
.info_tab::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 9.6rem;
	border-radius: 4.8rem;
	transition: transform .3s, opacity .3s;
	background: linear-gradient(to bottom, #038058 0%,#01583F 100%);
}
.info_tab::after {
	opacity: 0;
	background: linear-gradient(to bottom, #BFA63B 0%,#7B670F 100%);
}
#info_nlgold_btn:checked ~ .info_tab::before,
#info_nlgold_btn:checked ~ .info_tab::after {
	transform: translateX(100%);
}
#info_nlgold_btn:checked ~ .info_tab::before {
	opacity: 0;
}
#info_nlgold_btn:checked ~ .info_tab::after {
	opacity: 1;
}
.info_item {
	display: none;
}
#info_nl_btn:checked ~ .info_item#info_nl,
#info_nlgold_btn:checked ~ .info_item#info_nlgold {
	display: block;
}
.info_tab label {
	display: block;
	height: 9.6rem;
	border-radius: 4.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.25;
	transition: color .3s;
	z-index: 10;
	cursor: pointer;
}
#info_nl_btn:checked ~ .info_tab label[for="info_nl_btn"],
#info_nlgold_btn:checked ~ .info_tab label[for="info_nlgold_btn"] {
	color: #fff;
}
.info_card {
	margin: 0 auto 4rem;
}
.info_card figure {
	width: 25.2rem;
	border-radius: 1rem;
	box-shadow: .3rem .3rem .6rem rgba(0, 0, 0, .16);
}
.info_item h3 {
	text-align: center;
	font-size: 3.4rem;
	font-weight: 900;
	line-height: 1.4706;
	letter-spacing: .05em;
	color: #004831;
	margin-bottom: 2.4rem;
}
.info_item#info_nlgold h3 {
	color: #9D8109;
}
.info_item dl {
	border: .2rem solid #A7A7A7;
	width: 69rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 16.7rem auto;
}
.info_item dt {
	border-bottom: .2rem solid #fff;
	background: #004831;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	line-height: 1.7;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.72rem 0;
}
.info_item#info_nlgold dt {
	background: #9D8109;
}
.info_item dd {
	border-bottom: .2rem solid #A7A7A7;
	font-size: 2rem;
	line-height: 1.7;
	padding: 1.72rem 1rem;
}
.info_item dt:nth-last-of-type(1),
.info_item dd:nth-last-of-type(1) {
	border-bottom: 0;
	justify-content: center;
	display: flex;
	flex-direction: column
}
.info_item dd a,
.info_notice a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.info_item dd a[target="_blank"]::after,
.info_notice a[target="_blank"]::after {
	content: '';
	display: inline-block;
	width: 1.8193rem;
	height: 1.8193rem;
	background: url(../img/icon_external.svg) no-repeat left top / 100% auto;
	vertical-align: -.2rem;
	margin: 0 -1rem 0 .4rem;
	filter: brightness(0);
}
.info_note li,
.info_list li {
	margin-left: 1em;
	text-indent: -1em;
}
.info_notice {
	width: 69rem;
	margin: 2.9rem auto 0;
}
.info_notice_btn {
	appearance: none;
	width: 100%;
	height: 7.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.4rem;
	letter-spacing: .05em;
	font-weight: 700;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 1rem;
	background: #A0A0A0;
	font-family: inherit;
	color: #fff;
	cursor: pointer;
}
.info_notice_btn::before {
	content: '';
	display: block;
	width: 5rem;
	height: 5rem;
	background: #004831;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.1rem;
	margin: auto 0;
}
.info_item#info_nlgold .info_notice_btn::before {
	background: #9D8109;
}
.info_notice_btn span {
	position: static;
}
.info_notice_btn span::before,
.info_notice_btn span::after {
	content: '';
	display: block;
	width: 2.3rem;
	height: .2rem;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3.3rem;
	margin: auto 0;
}
.info_notice_btn:not(.open) span::after {
	transform: rotate(90deg);
}
.info_notice_detail {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.7;
	padding-top: 1.4rem;
	display: none;
}
.info_notice_detail li {
	padding-left: 5rem;
}
.info_notice_detail li span:first-child {
	position: absolute;
	left: 0;
	top: 0;
}
.info_contact {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5.4rem auto 0;
	width: 39.3rem;
	height: 8.2rem;
	border-radius: 4.1rem;
	color: #fff;
	background: #4D4D4D;
	font-size: 2.8rem;
	font-weight: 700;
	box-shadow: .4rem .4rem 0 rgba(0, 0, 0, .16);
	padding-right: 2rem;
}
.info_contact::after {
	content: '';
	display: block;
	width: 1.3rem;
	height: 1.3rem;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3.4rem;
	margin: auto 0;
}

/*modal
----------------------------------------*/
.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2200;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	background: rgba(52, 60, 58, .9);
	transition: opacity .3s;
}
.modal_open .modal {
	opacity: 1;
	pointer-events: all;
}
.modal_inner {
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 6rem 0;
}
.modal_box {
	width: fit-content;
	margin: 0 auto;
}
.modal_item {
	width: 69.1rem;
	margin: 0 auto;
	background: #fff;
	display: none;
	border-radius: 4rem;
	border: .6rem solid #000;
}
.modal_item#card_nl,
.modal_item#card_nl_instant {
	border-color: #004831;
}
.modal_item#card_nlgold,
.modal_item#card_nlgold_instant {
	border-color: #9D8109;
}
.modal_item#contact {
	border: 0;
}
.modal_close {
	appearance: none;
	width: 9rem;
	height: 9rem;
	border-radius: 50%;
	border: .6rem solid #000;
	display: block;
	margin: 0;
	padding: 0;
	background: #EFF3F5;
	position: absolute;
	top: -5.1rem;
	right: -.6rem;
	z-index: 10;
}
.modal_close::before,
.modal_close::after {
	content: '';
	display: block;
	height: 5.3rem;
	width: .5rem;
	border-radius: .3rem;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	right: .2rem;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}
.modal_close::after {
	transform: rotate(-45deg);
}
.modal_item#card_nl .modal_close,
.modal_item#card_nl_instant .modal_close {
	border-color: #004831;
	background: #C4D700;
}
.modal_item#card_nlgold .modal_close,
.modal_item#card_nlgold_instant .modal_close {
	border-color: #9D8109;
	background: #FFE67B;
}
.modal_item#card_nl .modal_close::before,
.modal_item#card_nl .modal_close::after,
.modal_item#card_nl_instant .modal_close::before,
.modal_item#card_nl_instant .modal_close::after {
	background: #004831;
}
.modal_item#card_nlgold .modal_close::before,
.modal_item#card_nlgold .modal_close::after,
.modal_item#card_nlgold_instant .modal_close::before,
.modal_item#card_nlgold_instant .modal_close::after {
	background: #9D8109;
}
.modal_item#contact .modal_close {
	background: none;
	width: 4.2rem;
	height: 4.2rem;
	border: 0;
	top: -6rem;
	right: 2.5rem;
}
.modal_item#contact .modal_close::before,
.modal_item#contact .modal_close::after {
	background: rgba(255, 255, 255, .7);
	height: 5.3rem;
	width: .4rem;
}
.modal_item#card h2 {
	text-align: center;
	font-size: 4.8rem;
	letter-spacing: .02em;
	color: #343C3A;
	margin: 5rem 0 4rem;
}
.modal_item#card h2::after {
	content: '';
	display: block;
	width: 3.3rem;
	height: 3.3rem;
	border-top: .6rem solid #343C3A;
	border-right: .6rem solid #343C3A;
	border-radius: .3rem;
	transform: rotate(135deg);
	margin: 0 auto;
}
.modal_card_item {
	background: linear-gradient(to bottom, rgba(3, 128, 88, .2) 0%, rgba(1, 88, 63, .2) 100%);
	padding: 5.96rem 0 7.57rem;
}
.modal_card_item + .modal_card_item {
	background: linear-gradient(to bottom, rgba(191, 166, 59, .2) 0%, rgba(123, 103, 15, .2) 100%);
	padding: 5rem 0 8.66rem;
}
.modal_card_item figure {
	width: 26.398rem;
	margin: 0 auto 2.8rem;
	border-radius: 1rem;
	box-shadow: .3rem .3rem .6rem rgba(0, 0, 0, .16);
	z-index: 2;
}
.modal_card_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 63.8rem;
	height: 14.6rem;
	margin: 0 auto;
	border-radius: 7.3rem;
	padding-right: 1.5rem;
	background: linear-gradient(to bottom, #038058 0%, #01583F 100%);
	text-align: center;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 900;
	box-shadow: .3rem .3rem .6rem rgba(0, 0, 0, .16);
}
#card .modal_card_btn {
	font-feature-settings: "palt";
	letter-spacing: .05em;
}
.modal_card_btn.gold {
	background: linear-gradient(to bottom, #BFA63B 0%, #7B670F 100%);
}
.modal_card_btn.border {
	border: .6rem solid #004831;
	background: #fff;
	color: #004831;
}
.modal_card_btn.border.gold {
	border-color: #9D8109;
	color: #9D8109;
}
.modal_card_btn::before {
	content: '';
	display: block;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3.8rem;
	margin: auto 0;
}
.modal_card_btn::after {
	content: '';
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	border-top: .4rem solid #fff;
	border-right: .4rem solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: .2rem;
	right: 6.2rem;
	margin: auto 0;
}
.modal_card_btn.border::before {
	background: #004831;
	right: 3.2rem;
}
.modal_card_btn.border.gold::before {
	background: #9D8109;
}
.modal_card_btn.border::after {
	right: 5.6rem;
}
.modal_card_info {
	padding: 7.9rem 0 0;
	margin-bottom: 5.5rem;
}
.modal_card_info figure img {
	width: 26.398rem;
	margin: 0 auto;
	border-radius: .8rem;
	box-shadow: .3rem .3rem .6rem rgba(0, 0, 0, .16);
}
.modal_card_info figcaption {
	text-align: center;
	font-size: 4.4rem;
	font-weight: 900;
	color: #004831;
	margin: 1.6rem 0 0 1.8rem;
}
#card_nlgold .modal_card_info figcaption {
	color: #9D8109;
}
.modal_card_info figcaption span {
	margin-left: -1.4rem;
}
.modal_card_info p {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	margin: 3.2rem 0 0 .5rem;
}
.modal_card_info::after {
	content: '';
	display: block;
	width: 3.3rem;
	height: 3.3rem;
	border-top: .6rem solid #004831;
	border-right: .6rem solid #004831;
	border-radius: .3rem;
	transform: rotate(135deg);
	margin: 1rem auto 0;
}
#card_nlgold .modal_card_info::after {
	border-top-color: #9D8109;
	border-right-color: #9D8109;
}
.modal_card_instant {
	text-align: center;
	font-size: 3.4rem;
	font-weight: 700;
	color: #004831;
	margin-bottom: .8rem;
}
#card_nlgold .modal_card_instant {
	color: #9D8109;
}
.modal_card_instant > span::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.5rem;
	height: .95rem;
	background: #C4D700;
}
#card_nlgold .modal_card_instant > span::after {
	background: #FFE67B;
}
.modal_card_instant > span span {
	font-size: 5.8rem;
}
.modal_card_normal {
	border-top: .2rem dotted #707070;
	width: 63.8rem;
	margin: 4.62rem auto;
	padding-top: 5.55rem;
}
.modal_card_normal_link {
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	margin-top: 6.6rem;
}
.modal_card_normal_link a {
	text-decoration: underline;
	text-underline-offset: .6rem;
	text-decoration-thickness: 1px;
}
.modal_card_normal_link a[target="_blank"]::after {
	content: '';
	display: inline-block;
	width: 2.648rem;
	height: 2.648rem;
	background: url(../img/point03_icon_external.svg) no-repeat left top / 100% auto;
	margin-left: 1rem;
	vertical-align: -.2rem;
}
#card_nlgold .modal_card_normal_link a[target="_blank"]::after {
	background-image: url(../img/icon_external_gold.svg);
}
.modal_card_normal_note {
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: -.02em;
	margin: 3rem -.5rem 0;
}
.modal_card_normal_note li {
	margin-left: 1em;
	text-indent: -1em;
}
.modal_card_notice {
	padding: 5.7rem 0 0;
}
.modal_card_notice h2 {
	background: linear-gradient(to bottom, rgba(3, 128, 88, .2) 0%, rgba(1, 88, 63, .2) 100%);
	color: #004831;
	font-size: 3.2rem;
	text-align: center;
	padding: 1.8rem 0;
	margin-bottom: 3rem;
}
#card_nlgold_instant .modal_card_notice h2 {
	background: linear-gradient(to bottom, rgba(191, 166, 59, .2) 0%, rgba(123, 103, 15, .2) 100%);
	color: #9D8109;
}
.modal_card_notice_inner {
	width: 62.5rem;
	height: calc(100dvh - 75rem);
	margin: 0 auto 4.48rem;
	padding-bottom: 3rem;
	border-bottom: .2rem dotted #707070;
}
.modal_card_notice .simplebar-content-wrapper {
	padding-right: 1rem;
}
.modal_card_notice .simplebar-track.simplebar-vertical {
	width: 1rem;
}
.modal_card_notice .simplebar-scrollbar:before {
	opacity: 1;
	left: 0;
	right: 0;
	background: #ccc;
	border-radius: .8rem;
}
.modal_card_notice h3 {
	font-size: 2.6rem;
	font-weight: 500;
	color: #004831;
	margin-top: 2.5rem;
}
#card_nlgold_instant .modal_card_notice h3 {
	color: #9D8109;
}
.modal_card_notice h3:first-child {
	margin-top: 0;
}
.modal_card_notice h4 {
	font-size: 2.6rem;
	margin-top: 2.5rem;
	font-weight: 500;
}
.modal_card_notice p {
	font-size: 2rem;
	line-height: 1.6;
}
.modal_card_notice_note {
	width: 62.5rem;
	margin: 3.3rem auto 5rem;
	font-size: 2rem;
	line-height: 1.6;
}
.modal_card_notice_note li {
	margin-left: 1em;
	text-indent: -1em;
}
.modal_card_back {
	text-align: center;
	margin-top: 1rem;
}
.modal_card_back a {
	font-size: 3rem;
	text-decoration: underline;
	text-underline-offset: .6rem;
	text-decoration-thickness: 1px;
}
.modal_item#contact {
	text-align: center;
	padding: 8rem 0 9rem;
	color: #333;
}
.modal_item#contact h2 {
	font-size: 4.2rem;
	letter-spacing: .02em;
	margin-bottom: 3.8rem;
	font-weight: 900;
}
.modal_contact_txt {
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 6rem;
}
.modal_contact_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	border: .2rem solid #004831;
	width: 59.8rem;
	height: 12rem;
	border-radius: 6rem;
	margin: 0 auto;
	font-size: 3.9rem;
	letter-spacing: .05em;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 700;
	color: #004831;
}
.modal_contact_btn::before {
	content: '';
	display: block;
	width: 3.7531rem;
	height: 3.6923rem;
	background: url(../img/contact_icon_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 5.5rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.modal_contact_btn::after {
	content: '';
	display: block;
	width: 2rem;
	height: 2rem;
	border-top: .2rem solid #004831;
	border-right: .2rem solid #004831;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5rem;
	margin: auto 0;
}
.modal_contact_time {
	font-size: 2rem;
	margin-top: 3rem;
}

/*inview
----------------------------------------*/
.js-inview.fadeUp {
	opacity: 0;
	transform: translateY(10rem);
	transition: opacity .5s, transform .5s;
}
.js-inview.fadeUp.show {
	opacity: 1;
	transform: none;
}

.js-inview.popUp {
	opacity: 0;
	transform: scale(.5);
}
.js-inview.popUp.show {
	animation-fill-mode: forwards;
	animation-duration: .5s;
	animation-name: popup;
	animation-iteration-count: 1;
}
@keyframes popup {
	0% {
		opacity: 0;
		transform: scale(.5);
	}
	80% {
		transform: scale(1.2);
		opacity: 1;
	}
	100% {
		transform: none;
		opacity: 1;
	}
}