@charset "UTF-8";

:root {
	scroll-padding-top: 50px;
	scroll-behavior: smooth;
}
@media screen and (max-width: 1032px) {
	html {
		font-size: 1.55vw;
	}
}
@media screen and (max-width: 750px) {
	html {
		font-size: 4.8vw;
	}
}
body {
	margin: 0;
	line-height: 1.8;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
/* ------------------------------------- */

a {
	color: #007bff;
	text-decoration: none;
}
a:hover {
	color: #0056b3;
	text-decoration: underline
}
figcaption {
	font-size: 87%;
	color: initial;
	line-height: 1.5;
	margin: 8px 3px;
}
@media (min-width: 751px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}


/* 共通
------------------------------------- */
.bg-gray {background-color: #ECECEC !important;}
.bg-white {background-color: #fff !important;}
.bg-c01 {background-color: #FCEFF4 !important;}

.text-c01 {color: #4BA1E0 !important;}
.text-c02 {color: #FFFF02 !important;}
.text-c03 {color: #56B9E6 !important;}
.text-c04 {color: #EE80A7 !important;}

.marker01 {background:linear-gradient(transparent 65%, #FAE400 65%) !important;}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}
.indent2 {
	padding-left: 2em;
	text-indent: -2em;
}

.text-center {
	text-align: center;
}
.font-sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.font-serif {
	font-family: 'Noto Serif JP', serif;
}
.font-bold {
	font-weight: 700;
}
.font-ita {
	font-style: italic;
}

.slash {
	position: relative;
	display: inline-block;
	padding: 0 2.5em;
}
.slash::before,
.slash::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 1.7em;
	height: 0.1em;
	background-color: #56B9E6;
}
.slash::before {
	transform: rotate(65deg);
	left: 0.8em;
}
.slash::after {
	transform: rotate(-65deg);
	right: 1em;
}

.display-1 {
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.3;
	font-weight: 500;
}
@media screen and (max-width: 750px) {
	.display-1 {
		font-size: 4.5vw;
	}
}

.display-2 {
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 700;
	color: #fff;
	font-feature-settings: "palt";
}
.display-2 .en {
	display: block;
	margin-bottom: 0.4em;
	font-size: 0.7em;
	line-height: 1.4;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
@media screen and (max-width: 750px) {
	.display-2 {
		font-size: 6vw;
	}
}

.arrow_top {
	position: relative;
}
.arrow_top::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 77px solid transparent;
	border-left: 77px solid transparent;
	border-top: 70px solid #fff;
	border-bottom: 0;
}
@media screen and (max-width: 750px) {
	.arrow_top::before {
		border-right: 10vw solid transparent;
		border-left: 10vw solid transparent;
		border-top: 9vw solid #fff;
	}
}
#pagetop {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
#pagetop a {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 35px;
	right: 12px;
	background-image: url(../images/pagetop.svg);
	background-repeat: no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 999;
}
#pagetop a:hover {
	filter: brightness(110%);
}
@media screen and (max-width: 750px) {
	#pagetop a {
		bottom: 20vw;
	}
}
/* ------------------------- */

a.btn.disabled,
a.btn:disabled {
	opacity: .65
}

a.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

a.btn {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3px;
	padding: 0;
	border: none;
	border-radius: 0;
	font-size: 24px;
	font-family: sans-serif;
	font-weight: 700;
	line-height: 1.2;
	transition: all 0.1s;
	text-decoration: none;
	background-color: #eee;
}
/* ------------------------- */

a.btn-1 {
	width: 16.5rem;
	padding: 0.5em 2.5em 0.5em 1.4em;
	font-size: 1rem;
	line-height: 1.3;
	color: #fff;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(54,54,54,1) 49%, rgba(75,75,75,1) 51%, rgba(149,149,149,1) 100%);
}
a.btn-1::after {
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.5em;
	content: '';
	font-family: bootstrap-icons;
	content: '\F4F4';
	display: inline-block;
}
a.btn-1:hover {
	filter: brightness(1.2);
}
@media screen and (max-width: 750px) {
	a.btn-1 {
		width: 90%;
		font-size: 4.5vw;
	}
}

/* ------------------------- */

a.btn-2 {
	margin: 0 auto;
	padding: 0.5em 0.8em 0.5em 1em;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	background-color: #FAE73F;
	border: 0.15rem solid #000;
	box-shadow: 0px 0.1rem 0px 0px #000;
}
a.btn-2::after {
	margin-left: 0.3em;
	font-family: bootstrap-icons;
	content: '\F4F4';
	display: inline-block;
	color: #000;
}
a.btn-2:hover {
	opacity: 0.8;
}
@media screen and (max-width: 750px) {
	a.btn-2 {
		width: 65%;
		font-size: 3.8vw;
		border: 0.12rem solid #000;
		box-shadow: 0px 0.2vw 0px 0px #000;
	}
	a.btn-2::after {
		margin-left: 0.2em;
	}
}

/* ------------------------- */

a.btn-3 {
	width: 14.3rem;
	margin: 0 auto;
	padding: 0.5em 1em;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	background-color: #FAE73F;
	border: 0.15rem solid #000;
	box-shadow: 0px 0.1rem 0px 0px #000;
}
a.btn-3::after {
	margin-left: 0.3em;
	font-family: bootstrap-icons;
	content: '\F4F4';
	display: inline-block;
	color: #000;
}
a.btn-3:hover {
	opacity: 0.8;
}
@media screen and (max-width: 750px) {
	a.btn-3 {
		width: 37vw;
		padding: 1.3em 0.3em;
		font-size: 3.8vw;
		border: 0.12rem solid #000;
		box-shadow: 0px 0.2vw 0px 0px #000;
		border-radius: 1.5vw;
	}
	a.btn-3::after {
		margin-left: 0.2em;
	}
}

/* ------------------------- */

a.btn-6 {
	padding: 0.7em 3em 0.7em 2em;
	font-size: 1rem;
	line-height: 1.3;
	color: #ED7A01;
	background-color: #fff;
	border-radius: 0.5em;
	box-shadow: 0.1em 0.1em 0.2em 0 rgba(0,0,0,0.2);
}
a.btn-6::after {
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.8em;
	font-family: bootstrap-icons;
	content: '\F4F4';
}
a.btn-6:hover {
	opacity: 0.8;
}
@media screen and (max-width: 750px) {
	a.btn-6 {
		padding: 0.4em 2.5em 0.4em 1.5em;
		font-size: 3vw;
		border-radius: 0;
		box-shadow: none;
	}
}

/* ------------------------------------- */

.shadow-top {
	box-shadow: 0px 10px 25px -14px rgba(10,10,10,0.2) inset;
}
.shadow-bottom {
	box-shadow: 0px -10px 25px -14px rgba(10,10,10,0.2) inset;
}
.dropshadow {
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.3));
}

/* ------------------------------------- */

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin: 3rem 0;
	border: 0;
	border-top: 2px solid #56B9E6;
}
hr.dashed {
	border-top: 2px dashed #56B9E6;
}
hr.dotted {
	border-top: 2px dotted #56B9E6;
}
hr.gray {
	border-top: 2px solid #666;
}
@media screen and (max-width: 750px) {
	hr {
		margin: 5vw 0;
	}
}

/* ------------------------------------- */

@media screen and (min-width: 751px) {
	.sp_only {
		display: none !important;
	}
}
@media screen and (max-width: 750px) {
	.pc_only {
		display: none !important;
	}
}


/* フッター
------------------------------------- */
footer {
	padding-bottom: 70px;
}
footer .ft_axis {
	background-color: #ED7A01;
	padding: 2.5rem 0;
	text-align: center;
}
footer .ft_axis .logo {
	margin-bottom: 1.8em;
	padding: 0 5rem;
}
footer .ft_axis .logo img {
	width: 100%;
	max-width: 804px;
}
footer .ft_axis .link {
	margin-bottom: 1em;
}
footer .note {
	max-width: 1120px;
	margin: 0 auto;
	font-size: 0.82rem;
	line-height: 1.4;
	color: #fff;
	font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
	footer .ft_axis .logo {
		padding: 0 8vw;
	}
}
@media screen and (max-width: 750px) {
	footer {
		padding-bottom: 20vw;
	}
	footer .ft_axis .logo {
		margin-bottom: 3vw;
	}
	footer .ft_axis {
		padding: 4vw 0 6vw;
	}
	footer .ft_axis .link {
		margin-bottom: 4vw;
	}
	footer .note {
		font-size: 3.3vw;
		text-align: left;
		padding-left: 13vw;
	}
}

/* ------------------------------------- */

#ftInfo .contents {
	padding: 30px 70px 30px 100px;
}
#ftInfo .contents .inner {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#ftInfo .contents .inner .logo-wao img {
	width: 360px;
}
#ftInfo .listLink {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em;
	margin-top: 1em;
}
#ftInfo .listLink a {
	display: block;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	line-height: 1;
	white-space: nowrap;
}
#ftInfo .listLink a:hover {
	color: #0071be;
	text-decoration: underline;
}
#ftInfo .listLink a:before {
	line-height: 1;
	color: #0071be;
	font-size: 0.8em;
	font-family: bootstrap-icons;
	content: "\F285";
	margin-right: 0.1em;
}
#ftInfo small {
	display: block;
	color: #999;
	line-height: 1;
	padding-left: 0.2em;
}
@media screen and (max-width: 1000px) {
	#ftInfo .contents {
		padding: 20px 0 30px 20px;
	}
	#ftInfo .contents .inner {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	#ftInfo .listLink {
		padding: 20px 0 10px;
	}
	#ftInfo small {
		margin-top: 1em;
	}
}
@media screen and (max-width: 750px) {
	#ftInfo .contents {
		padding: 2vw 15px;
		border-top: 1px solid #ccc;
	}
	#ftInfo .logo-wao {
		padding: 0 10vw;
	}
	#ftInfo .listLink {
		gap: 0.8em;
		margin-top: 0.3em;
	}
		#ftInfo .listLink a {
		font-size: 2.4vw;
	}
	#ftInfo small {
		font-size: 2.4vw;
	}
}
@media screen and (max-width: 500px) {
	#ftInfo .listLink {
		justify-content: flex-start;
	}
}

/* コンテンツ
------------------------------------- */
header {
	height: 7.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
header h1 {
	margin: 0;
	padding: 0;
}
header .logo img {
	width: 32.5rem;
}
@media screen and (min-width: 751px) {
	header {
		display: none;
	}	
}
@media screen and (max-width: 750px) {
	header {
		height: 13vw;
	}	
	header h1 {
		padding: 0 0 2vw;
	}
	header .logo img {
		width: 70vw;
	}
}

/* ------------------------------------- */

.contact_area {
	padding: 4rem 2rem;
	text-align: center;
	background-color: #FAE73F;
	color: #000;
}
.contact_area h2 {
	font-size: 1.7rem;
	margin-bottom: 1.8em;
	color: #000;
}
.contact_area ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 950px;
	margin: 0 auto;
	gap: 1.6rem 3.5rem;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.4;
	font-feature-settings: "palt";
}
.contact_area ul h3 {
	font-size: 1.15em;
	font-weight: 700;
}
.contact_area ul .button {
	margin-bottom: 2rem;
}
.contact_area ul .telnum img {
	width: 80%;
}
.contact_area ul .button a:hover img {
	opacity: 1;
	transform: translate(0, 3px);
	z-index: 1;
}
.contact_area ul .free_balloon a {
	position: relative;
}
.contact_area ul .free_balloon a::before {
	position: absolute;
	content: '';
	top: -85px;
	left: -65px;
	width: 100px;
	height: 100px;
	background-image: url(../images/contact_free_balloon.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}
@media screen and (max-width: 1100px) {
	.contact_area ul .free_balloon a::before {
		left: -35px;
	}
}
@media screen and (max-width: 1030px) {
	.contact_area ul .free_balloon a::before {
		width: 9.7vw;
		height: 9.7vw;
		top: -8.2vw;
		left: -3.4vw;
	}
}
@media screen and (max-width: 750px) {
	.contact_area {
		padding: 10vw 5vw;
	}	
	.contact_area h2 {
		font-size: 5.4vw;
		margin-bottom: 3em;
	}
	.contact_area ul {
		grid-template-columns: 1fr;
		padding: 0 5vw;
		font-size: 3.7vw;
	}
	.contact_area ul h3 {
		font-size: 1.15em;
	}
	.contact_area ul .button {
		margin-bottom: 3vw;
	}
	.contact_area ul .telnum img {
		padding-top: 1vw;
	}
	.contact_area ul .free_balloon a::before {
		background-image: url(../images/contact_free_balloon_sp.png);
		width: 31.7vw;
		height: 9.2vw;
		top: -12.2vw;
		left: 2vw;
	}
}

/* ------------------------------------- */

.fixcontact {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1000px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #fff;
	z-index: 2;
}
@media screen and (max-width: 1000px) {
	.fixcontact {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	.fixcontact {
		width: 100%;
		max-width: 750px;
		padding-bottom: 12px;
	}
}

/* ------------------------------------- */

a.btn-fix {
	flex-direction: column;
	width: 100%;
	height: 80px;
	font-size: 1.7rem;
	line-height: 1.4;
	color: #fff;
	background-color: #ED7A01;
	border: 3px solid #ED7A01;
}
a.btn-fix span.sub {
	font-size: 0.65em;
	display: block;
}
a.btn-fix span.lsp {
	letter-spacing: 0.1em;
}
a.btn-fix.shiryo {
	color: #ED7A01;
	background-color: #fff;
}
a.btn-fix.shiryo::before {
	position: absolute;
	top: 1.3em;
	left: 6em;
	width: 1.1em;
	height: 1.2em;
	content: '';
	background-image: url(../images/icon02.png);
	background-size: contain;
	background-repeat: no-repeat;
}
a.btn-fix:hover {
	filter: brightness(105%);
}
@media screen and (max-width: 1000px) {
	a.btn-fix {
		height: 8vw;
	}
}
@media screen and (max-width: 750px) {
	a.btn-fix {
		width: 100%;
		height: 13vw;
		font-size: 4vw;
		border: 0.14rem solid #ED7A01;
	}
	a.btn-fix.shiryo::before {
		top: 1.5em;
		left: 3em;
	}
}

/* ------------------------------------- */

.main_visual {
	background-image: url(../images/main_visual_bg.png);
	background-repeat: repeat-x;
	background-size: contain;
	background-color: #FAE73F;
}
.main_visual .inner {
	position: relative;
	max-width: 987px;
	margin: 0 auto;
}
.main_visual .inner .logo {
	position: absolute;
	top: 46px;
	left: 26%;
	width: 475px;
	height: 50px;
}
@media screen and (max-width: 987px) {
	.main_visual .inner .logo {
		top: 4.6vw;
		width: 48.1vw;
		height: 5vw;
	}
}
@media screen and (max-width: 750px) {
	.main_visual .inner .logo {
		top: 4vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 80%;
		height: 9vw;
	}
}

/* ------------------------------------- */

.note_area {
	padding: 2rem 0;
	font-size: 0.9rem;
	line-height: 1.4;
	text-align: center;
	background-color: #F0F0F1;
}
.note_area li {
	margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
	.note_area {
		padding: 2em 2em 1.5em;
		font-size: 3vw;
		line-height: 1.4;
		text-align: left;
	}
}

/* ------------------------------------- */

.area01 {
	padding-bottom: 3.5rem;
	background-image: url(../images/area01_bg2.png);
	background-repeat: repeat-x;
	background-size: auto 17.5rem;
	background-position: center bottom;
}
.area01 .h2_bg {
	background-image: url(../images/area01_bg1.png);
	background-repeat: repeat-x;
	background-size: auto 11rem;
	background-position: center top;
}
.area01 h2 {
	max-width: 948px;
	margin: 0 auto;
}
.area01 .qanda {
	max-width: 998px;
	margin: 0 auto 2rem;
	padding: 1rem;
	display: grid;
	gap: 2.5rem 3rem;
	grid-template-columns: 1fr 1fr;
	overflow: hidden;
}
.area01 .qanda li {
	position: relative;
	font-feature-settings: "palt";
	box-shadow: 0px 0px 16px 0px rgba(10,10,10,0.2);
}
.area01 .question {
	display: flex;
	align-items: center;
	padding-left: 6.8rem;
	height: 6.9rem;
	font-size: 1.25rem;
	line-height: 1.3;
	font-weight: 500;
	background-color: #FAE73F;
	background-image: url(../images/area01_qanda_q.png);
	background-repeat: no-repeat;
	background-size: auto 3.9rem;
	background-position: 2.6rem center;
}
.area01 .answer {
	height: 12rem;
	padding: 2.1rem 7.5rem 0 6.8rem;
	font-size: 0.82rem;
	line-height: 2;
	background-color: #FFFDEC;
	background-image: url(../images/area01_qanda_a.png);
	background-repeat: no-repeat;
	background-size: auto 2.6rem;
	background-position: 2.9rem 2.3rem;
}
.area01 .answer span {
	font-weight: 700;
}
.area01 .qanda li img {
	position: absolute;
	content: '';
	bottom: 0;
	left: 19.9rem;
	height: 15.4rem;
}
.area01 .regular-test_link {
	width: 47rem;
	margin: 0 auto;
	padding: 1.2rem 0 2rem;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
	border-radius: 100vh;
	background-color: #fff;
}
.area01 .regular-test_link ul {
	display: flex;
	justify-content: center;
	gap: 4.5rem;
	margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
	.area01 {
		padding-bottom: 9vw;
		background-image: url(../images/area01_bg2_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center bottom;
	}
	.area01 .h2_bg {
		background-image: none;
	}
	.area01 .question {
		padding-left: 14.2vw;
		height: 16vw;
		font-size: 4.6vw;
		line-height: 1.2;
		background-size: auto 8.3vw;
		background-position: 4.6vw center;
	}
	.area01 .answer {
		height: auto;
		padding: 3.5vw 18vw 6vw 14.2vw;
		font-size: 3.8vw;
		line-height: 1.7;
		background-size: auto 7.8vw;
		background-position: 4.2vw 5.1vw;
	}
	.area01 .qanda {
		margin: 0 auto 15vw;
		padding: 0 2vw 5vw;
		grid-template-columns: 1fr;
		row-gap: 5vw;
	}
	.area01 .qanda li img {
		left: 74vw;
		height: 35vw;
	}
	.area01 .qanda li.q2 img {
		left: 72vw;
	}
	.area01 .qanda li.q4 img {
		left: 72vw;
	}
	.area01 .regular-test_link {
		width: 92%;
		padding: 4vw 0 6vw;
		font-size: 4.4vw;
		border-radius: 5vw;
		font-weight: 700;
	}
	.area01 .regular-test_link ul {
		gap: 5vw;
		margin-top: 2vw;
	}
}

/* ------------------------------------- */

.area02 {
	padding: 14rem 2rem 2rem;
	background-color: #F2F2F2;
	font-feature-settings: "palt";
}
.area02 .inner {
	max-width: 1000px;
	margin: 0 auto;
	box-shadow: 0px 0px 16px 0px rgba(10,10,10,0.2);
}
.area02 .h2_wrap {
	position: relative;
	padding: 3.8rem 0 2rem;
	background-color: #FAE73F;
	text-align: center;
}
.area02 .h2_wrap .topballoon {
	position: absolute;
	top: -11rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 24rem;
}
.area02 .h2_wrap .sub1 {
	font-size: 1.7rem;
	font-weight: 500;
}
.area02 .h2_wrap .sub2 {
	font-size: 1.6rem;
}
.area02 h2 {
	font-size: 2.6rem;
	font-weight: 700;
}
.area02 h2 span {
	font-size: 0.8em;
}
.area02 .contents {
	padding: 3rem 4rem 5rem;
	background-color: #fff;
}
@media screen and (max-width: 750px) {
	.area02 {
		padding: 28vw 3vw 1px;
	}
	.area02 .inner {
		box-shadow: none;
	}
	.area02 .h2_wrap {
		padding: 11vw 0 10vw;
		background-color: transparent;
		background-image: url(../images/area02_h2_wrap_bg.svg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.area02 .h2_wrap .topballoon {
		top: -36vw;
		width: 75.8vw;
	}
	.area02 .h2_wrap .sub1 {
		font-size: 5.3vw;
	}
	.area02 .h2_wrap .sub2 {
		font-size: 4vw;
	}
	.area02 h2 {
		font-size: 8vw;
	}
	.area02 .contents {
		padding: 0;
		background-color: transparent;
	}
}

/* ------------------------------------- */

.area02 .step {
	max-width: 805px;
	margin: 0 auto 6rem;
	position: relative;
	padding:  3.8rem 2rem 2.3rem;
	border: 0.2rem solid #CDCDCD;
	border-radius: 15px;
}
.area02 .step:last-child {
	margin-bottom: 0;
}

.area02 .step::before {
	position: absolute;
	content: '';
	top: 0;
	left: 11.4rem;
	width: 6.4rem;
	height: 1.3rem;
	background-image: url(../images/area02_step_dot.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.area02 .step:not(:last-child)::after  {
	position: absolute;
	content: '';
	bottom: -5.5rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 2.6rem;
	height: 4.7rem;
	background-image: url(../images/area02_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.area02 .step .ttl_step {
	position: absolute;
	top: 2.9rem;
	left: 12.2rem;
	width: 5.2rem;
}
.area02 .media_text {
	display: grid;
	grid-template-columns: 23.7rem 1fr;
	column-gap: 2rem;
	max-width: 714px;
	margin: 0 auto 2rem;
}
.area02 .step .media_text .txt {
	padding: 0 2em;
	font-size: 0.94rem;
	line-height: 1.6;
}
.area02 h3 {
	margin-top: 2rem;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
}
.area02 h3 span.mkr {
	background-color: #FCF18D;
	display: inline-flex;
	align-items: flex-start;
	height: 1.15em;
	line-height: 1.1em;
}
.area02 .step .link_btn {
	text-align: center;
}
@media screen and (max-width: 750px) {
	.area02 .step {
		margin-bottom: 14vw;
		padding:  5vw 0 6vw;
		border: none;
		border-radius: unset;
		background-color: #fff;
		box-shadow: 0px 0px 16px 0px rgba(10,10,10,0.2);
	}
	.area02 .step:last-child {
		margin-bottom: 0;
	}
	.area02 .step::before {
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 22.5vw;
		height: 2.5vw;
		background-image: url(../images/area02_step_dot_sp.png);
	}
	.area02 .step:not(:last-child)::after {
		bottom: -12vw;
		width: 5.5vw;
		height: 10vw;
	}
	.area02 .step .ttl_step {
		top: 5vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 19vw;
	}
	.area02 .media_text {
		grid-template-columns: 1fr;
		row-gap: 2vw;
	}
	.area02 .step .media_text .txt {
		font-size: 4vw;
		margin-bottom: 1em;
	}
	.area02 h3 {
		margin-top: 11vw;
		font-size: 5.6vw;
	}
}

/* ------------------------------------- */

.area02 .step .point1 {
	margin-bottom: 0.5rem;
	height: 14rem;
	padding: 3.8rem 4rem 0 23rem;
	background-image: url(../images/area02_s2_point1_bg.png);
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.area02 .step .point2 {
	height: 15rem;
	padding: 4.5rem 20rem 0 7.7rem;
	background-image: url(../images/area02_s2_point2_bg.png);
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.area02 .step .point_wrap,
.area02 .step .voice_wrap {
	margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
	.area02 .step .point h4 {
		font-size: 4.7vw;
		text-align: center;
	}
	.area02 .step .point .txt {
		padding: 0 1.5em;
		font-size: 3.9vw;
	}
	.area02 .step .media_text {
		margin-bottom: 4vw;
	}
	.area02 .step .point1 {
		margin-bottom: 5vw;
		height: auto;
		padding: 16vw 0 0;
		background-image: url(../images/area02_s2_point_bg_sp.png);
		background-position: center top;
	}
	.area02 .step .point1 .txt {
		margin-bottom: 0.5em;
	}
	.area02 .step .point2 {
		margin-bottom: 5vw;
		height: auto;
		padding: 16vw 0 0;
		background-image: url(../images/area02_s2_point_bg_sp.png);
		background-position: center top;
	}
	.area02 .step .point_wrap,
	.area02 .step .voice_wrap {
		margin-bottom: 5vw;
		padding: 0 7.5vw;
	}
}

/* ------------------------------------- */

.area02 .step .point {
	position: relative;
}
.area02 .step .point h4 {
	font-size: 0.94rem;
	line-height: 1.5;
	font-weight: 700;
}
.area02 .step .point .txt {
	font-size: 0.8rem;
}
.area02 .step .media_text {
	margin-bottom: 0.8rem;
}

/* ------------------------------------- */

.area02 .step1 .present {
	position: absolute;
	top: 9.5rem;
	left: 1.5rem;
	width: 22.3rem;
}
@media screen and (max-width: 750px) {
	.area02 .step1 .present {
		top: 55%;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 80vw;
	}
	.area02 .step1 .media_text {
		margin-bottom: 40vw;
	}
}

/* ------------------------------------- */

.area02 .step.step3 {
	padding:  1.5rem 1rem 2.3rem 2rem;
}
.area02 .step.step3 .media_text {
	margin-bottom: 0;
	column-gap: 0.5rem;
	max-width: 780px;
}
.area02 .step.step3 h3 {
	margin-top: 5.5rem;
}
.area02 .step.step3 .voice {
	margin: -0.5rem 0 2rem;
	padding-right: 1rem;
}
.area02 .step.step4 .point1 {
	margin-bottom: 0.5rem;
	height: 14rem;
	padding: 3.6rem 2rem 0 23rem;
	background-image: url(../images/area02_s4_point_bg.png);
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.area02 .step.step5 .media_text img,
.area02 .step.step6 .media_text img {
	display: block;
}

@media screen and (max-width: 750px) {
	.area02 .step.step3 {
		padding:  5vw 0 6vw;
	}
	.area02 .step.step3 .media_text {
		row-gap: 0;
	}
	.area02 .step.step3 .media_text .txt {
		margin-bottom: 2vw;
	}
	.area02 .step.step3 h3 {
		margin-top: 11vw;
	}
	.area02 .step.step3 .voice {
		margin: -1vw 0 0;
		padding-right: 0;
	}
	.area02 .step.step3 .media_text img {
		margin-left: 5.5vw;
		width: 90%;
	}
	.area02 .step.step4 .point1 {
		margin-bottom: 5vw;
		height: auto;
		padding: 16vw 0 7.5em;
		background-image: url(../images/area02_s4_point_bg_sp.png);
		background-position: center top;
	}
	.area02 .step.step4 .point_pic {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.area02 .step.step5 {
		padding:  5vw 0 0;
	}
	.area02 .step.step6 {
		padding:  5vw 0 0;
	}
}

/* ------------------------------------- */

.area03 {
	padding: 0 1rem 4rem;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(242,242,242,1) 70%, rgb(242,242,242,1) 100%);
}
.area03 .topillust {
	text-align: center;
}
.area03 .topillust img {
	width: 26.8rem;
	margin: 0 auto;
}
.area03 h2 {
	margin-bottom: 2.5rem;
	font-size: 1.5rem;
}
.area03 .jirei {
	position: relative;
	max-width: 1030px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 4.5rem 4.4rem 0;
	text-align: center;
	aspect-ratio: 1030 / 617;
	background-image: url(../images/area03_jirei_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.area03 .jirei .note {
	position: absolute;
	bottom: 2rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 0.82rem;
}
@media screen and (max-width: 750px) {
	.area03 {
		padding: 0 3vw 5vw;
	}
	.area03 h2 {
		margin-bottom: 0.3em;
		font-size: 5.3vw;
	}
	.area03 .jirei {
		background-image: url(../images/area03_jirei_bg_sp.png);
		padding: 7vw 8vw 0;
		aspect-ratio: 707 / 1123;
	}
	.area03 .jirei img {
		max-width: none;
		height: 113vw;
	}
	.area03 .jirei .note {
		margin-bottom: 3vw;
		position: static;
		font-size: 3.3vw;
	}
}

/* ------------------------------------- */

.area04 {
	padding: 4rem 2rem;
	text-align: center;
	background-color: #F2F2F2;
}
.area04 h2 {
	font-size: 1.5rem;
	margin-bottom: 1.2em;
	font-feature-settings: "palt";
}
.area04 .h2_sub {
	max-width: 656px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 0.3em;
}
.area04 .h2_sub::before,
.area04 .h2_sub::after {
	margin-top: 0.2em;
	content: "";
	height: 3px;
	flex-grow: 1;
	background-color: #000;
}
.area04 .h2_sub::before {
	margin-right: 0.5em;
}
.area04 .h2_sub::after {
	margin-left: 0.5em;
}
.area04 .point {
	max-width: 940px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	.area04 {
		padding: 10vw 0;
	}
	.area04 h2 {
		font-size: 4.6vw;
		margin-bottom: 1em;
	}
	.area04 .h2_sub {
		margin-bottom: 0.3em;
		padding: 0 4vw;
		font-size: 5.8vw;
	}
	.area04 .h2_sub::before,
	.area04 .h2_sub::after {
		height: 0.4vw;
	}
}
