@charset "UTF-8";

:root {
	scroll-padding-top: 50px;
	scroll-behavior: smooth;
}
@media screen and (max-width: 1000px) {
	html {
		font-size: 1.6vw;
	}
}
@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;
}


/* modal-video上書
------------------------------------- */

@keyframes modal-video-inner {
	from {transform: translate(0, 0px)}
	to {transform: translate(0, 0)}
}
.modal-video-close .modal-video-movie-wrap {
	transform: translate(0, 0px)
}


/* レイアウト
------------------------------------- */
.container {
	position: relative;
	max-width: 61.6rem;
	margin: 0 auto;
}

/* 見出し
------------------------------------- */
.heading-1 {
	margin-bottom: 3rem;
	font-size: 2.5rem;
	line-height: 1.3;
	text-align: center;
	font-weight: 700;
	color: #ED7A01;
}
.heading-1 span {
	font-weight: 400;
}
@media screen and (max-width: 750px) {
	.heading-1 {
		margin-bottom: 0.8em;
		font-size: 6.7vw;
	}
}
/* ------------------------- */
.heading-2 {
	font-size: 3.1rem;
	line-height: 1.3;
	font-weight: 700;
	color: #ED7A01;
	margin-bottom: 0.5em;
}
.heading-2 span {
	display: block;
	padding-top: 0.2em;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 0.4em;
}
@media screen and (max-width: 750px) {
	.heading-2 {
		font-size: 6.9vw;
	}
	.heading-2 span {
		padding-top: 0;
		font-size: 4.4vw;
		margin-bottom: 0.3em;
	}
}
/* ------------------------- */
.heading-3 {
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 700;
	color: #ED7A01;
	margin-bottom: 0.4em;
}
@media screen and (max-width: 750px) {
	.heading-3 {
		font-size: 6.2vw;
		font-weight: 700;
		text-align: center;
	}
}


/* 共通
------------------------------------- */
.bg-gray {background-color: #ECECEC !important;}
.bg-c01 {background-color: #ED7A01 !important;}
.bg-c02 {
	background: rgb(237,122,1);
	background: linear-gradient(144deg, rgba(237,122,1,1) 50%, rgba(239,143,43,1) 50%);
}
@media screen and (max-width: 750px) {
	.bg-c02 {
		background: rgb(237,122,1);
		background: linear-gradient(105deg, rgba(237,122,1,1) 50%, rgba(239,143,43,1) 50%);
	}
}

.text-c01 {color: #ED7A01 !important;}
.text-c02 {color: #FFFF02 !important;}
@media screen and (max-width: 750px) {
	.text-c02.pconly {color: #FFF !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-serif {
	font-family: 'Noto Serif JP', serif;
}
.font-bold {
	font-weight: 700;
}

#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: 22vw;
	}
}
/* ------------------------- */

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: 35rem;
	padding: 0.6em;
	font-size: 1.5rem;
	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%);(149,149,149,1) 100%);
	border-radius: 0.3em;
}
a.btn-1:hover {
	filter: brightness(1.2);
}
@media screen and (max-width: 750px) {
	a.btn-1 {
		width: 92.5vw;
		font-size: 4.6vw;
	}
}

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

a.btn-2 {
	width: 11.8rem;
	padding: 0.5em 0 0.5em 1.4em;
	font-size: 1.25rem;
	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%);(149,149,149,1) 100%);
	border-radius: 0.3em;
}
a.btn-2::before {
	position: absolute;
	top: 0.4em;
	left: 1.8em;
	width: 2em;
	height: 1.5em;
	content: '';
	background-image: url(../images/icon01.png);
	background-size: contain;
	background-repeat: no-repeat;
}
a.btn-2:hover {
	filter: brightness(1.2);
}
@media screen and (max-width: 750px) {
	a.btn-2 {
		width: 39vw;
		font-size: 4.5vw;
	}
	a.btn-2::before {
		top: 0.45em;
		left: 1.3em;
		height: 1.4em;
	}
}

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

a.btn-3 {
	margin: 0 auto;
	padding: 0 4em 0 3em;
	height: 2.5rem;
	font-size: 1.1rem;
	line-height: 1;
	color: #ED7A01;
	background-color: #fff;
	border: 0.15em solid #ED7A01;
	border-radius: 100vh;
	box-shadow: 0 0.3em 0 0 rgba(0, 0, 0, 0.1);
}
a.btn-3::after {
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.5em;
	content: '＞';
}
a.btn-3:hover {
	transform: translate(0, 0.1em);
	box-shadow: 0 0.2em 0 0 rgb(0, 0, 0, 0.1);
  }

@media screen and (max-width: 750px) {
	a.btn-3 {
		padding: 0 2em 0 1em;
		width: 76vw;
		height: 9vw;
		font-size: 4.4vw;
		border: 0.13em solid #ED7A01;
	}
}

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

a.btn-4 {
	padding: 0.3em 1.5em;
	font-size: 0.9em;
	line-height: 1.3;
	color: #fff;
	background-color: #000;
	border-radius: 100vh;
}
a.btn-4:hover {
	opacity: 0.8;
}
@media screen and (max-width: 750px) {
	a.btn-4 {
		font-size: 3.3vw;
	}
}

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

a.btn-5 {
	width: auto;
	height: auto;
	padding: 0.1em 2em 0.1em 1em;
	font-size: 0.8rem;
	line-height: 1.4;
	letter-spacing: -0.1em;
	color: #fff;
	background-color: #ED7A01;
	border-radius: 100vh;
}
a.btn-5::after {
	position: absolute;
	right: 0.8em;
	top: 0.15em;
	font-size: 0.9em;
	content: '';
	font-family: "FontAwesome";
	content: '\f078';
}
a.btn-5:hover {
	opacity: 0.8;
}
@media screen and (max-width: 750px) {
	a.btn-5 {
		font-size: 3.3vw;
	}
}

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

a.btn-6 {
	padding: 0.7em 3em 0.7em 2em;
	font-size: 1rem;
	line-height: 1.3;
	color: #fff;
	background-color: #ED7A01;
	border: 0.14em solid #fff;
	border-radius: 100vh;
}
a.btn-6::after {
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.8em;
	content: '＞';
}
a.btn-6:hover {
	color: #ED7A01;
	background-color: #fff;
	border: 0.15em solid #ED7A01;
}
@media screen and (max-width: 750px) {
	a.btn-6 {
		padding: 0.4em 2.5em 0.4em 1.5em;
		font-size: 3vw;
	}
}

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

a.btn-7 {
	margin: 0 auto;
	width: 200px;
	height: 35px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	background-color: #BC9C81;
	border: 0.15em solid #fff;
	border-radius: 0.4em;
	box-shadow: 0.1em 0.1em 0.1em 0 rgba(0, 0, 0, 0.2);
}
a.btn-7:hover {
	opacity: 0.8;
}
@media screen and (max-width: 1164px) {
	a.btn-7 {
		width: 17vw;
		height: 3vw;
		font-size: 1.5vw;
	}
}
@media screen and (max-width: 750px) {
	a.btn-7 {
		width: 65vw;
		height: 10vw;
		font-size: 4.4vw;
		font-weight: 700;
		background-color: #E93333;
		border: 0.13em solid #fff;
	}
}

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

.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 #ED7A01;
}
hr.dashed {
	border-top: 2px dashed #ED7A01;
}
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 {
	padding: 3rem 0;
	text-align: center;
	background-color: #ED7A01;
}
footer .ft_axis .logo {
	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;
	padding: 0 3rem;
	margin: 0 auto 2.5rem;
	font-size: 15px;
	color: #fff;
	text-align: left;
}
@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 {
		padding: 5vw 0 6vw;
	}
	footer .ft_axis .link {
		margin-bottom: 1vw;
	}
}

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

#ftInfo .contents {
	padding: 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;
}
#ftInfo .listLink li {
	margin: 0 40px 0.5em 0;
}
#ftInfo .listLink a {
	position: relative;
	display: block;
	padding-left: 0.7em;
	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,
#ftInfo .listLink a:after {
	position: absolute;
	font-family: "FontAwesome";
	line-height: 1;
	color: #0071be;
}
#ftInfo .listLink a:before {
	font-size: 0.8em;
	content: "\f054";
	top: 0.1em;
	left: 0;
}
#ftInfo .listLink a:after {
	display: inline-block;
	content: "\f24d";
	font-size: 0.8em;
	top: 0.1em;
	right: -1.5em;
	transform: rotate(-90deg);
}
#ftInfo small {
	display: block;
	color: #aaa;
	line-height: 1;
}
@media screen and (max-width: 990px) {
	#ftInfo .contents {
		padding: 15px 15px 20px 15px;
	}
	#ftInfo .contents .inner {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	#ftInfo .listLink {
		padding: 25px 20px 10px 5px;
		display: flex;
	}
	#ftInfo small {
		padding-left: 0.5em;
	}
}
@media screen and (max-width: 750px) {
	#ftInfo .contents {
		padding: 2vw 15px;
		border-top: 1px solid #333;
	}
	#ftInfo .logo-wao {
		padding: 0 10vw;
	}
	#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: 3rem 0;
}
.contact {
	max-width: 35rem;
	margin: 0 auto;
	font-size: 1.25rem;
	line-height: 1.3;
}
.contact ul {
	margin-top: 1.3rem;
	display: grid;
	grid-template-columns: 1fr 13rem;
	align-items: center;
}
.contact ul li {
	text-align: right;
}
@media screen and (max-width: 750px) {
	.contact_area {
		padding: 8vw 0;
	}
	.contact {
		width: 92.5vw;
		font-size: 4vw;
	}
	.contact ul {
		margin-top: 4vw;
		grid-template-columns: 1fr 43vw;
	}
	.contact ul li {
		padding-left: 0.5em;
		text-align: left;
	}
}

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

.fixcontact ul {
	display: flex;
	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 ul {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	.fixcontact ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
		max-width: 750px;
		padding-bottom: 12px;
	}
}

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

.main_visual .inner {
	position: relative;
	max-width: 1239px;
	margin: 0 auto;
}
.main_visual .contact {
	position: absolute;
	bottom: 2rem;
	left: 0;
	right: 0;
	color: #fff;
}
.main_visual .inner>img {
	width: 1239px;
	height: 1200px;
	object-fit: cover;
}
@media screen and (max-width: 1000px) {
	.main_visual .inner>img {
		height: 75rem;
	}
}
@media screen and (max-width: 750px) {
	.main_visual .inner>img {
		height: auto;
		object-fit: unset;
	}
	.main_visual .contact {
		bottom: 8vw;
	}
}

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

.hidennote {
	max-width: 1239px;
	padding: 0 2rem 4rem;
	margin: 0 auto;
	background-color: #ED7A01;
}
.hidennote .hidennote_box {
	position: relative;
	max-width: 1085px;
	width: 100%;
	margin: 0 auto;
	padding: 136px 32px 40px;
	background-image: url(../images/hidennote_box.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.hidennote .hidennote_box h3 {
	position: absolute;
	top: 0;
	right: 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.hidennote .download {
	display: flex;
	justify-content: center;
	max-width: 1020px;
}
.hidennote .download li {
	position: relative;
}
.hidennote .download li a {
	position: absolute;
	bottom: 0.3em;
	left: 0;
}
@media screen and (max-width: 1164px) {
	.hidennote .hidennote_box {
		padding: 11.7vw 2.7vw 3.4vw;
	}
}
@media screen and (max-width: 750px) {
	.hidennote {
		padding: 0 3vw 10vw;
	}
	.hidennote .hidennote_box {
		padding: 60vw 6vw 9.5vw;
		background-image: url(../images/hidennote_box_sp.png);
		background-size: 100%;
	}
	.hidennote .download {
		display: block;
		text-align: center;
	}
	.hidennote .download li:not(:last-child) {
		margin-bottom: 12vw;
	}
	.hidennote .download li a {
		position: static;
		margin-top: 2vw;
	}
}

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

.area01 {
	text-align: center;
}
.area01 .inner {
	position: relative;
	width: 57.5rem;
	margin: 0 auto;
}
.area01 .jump1 {
	position: absolute;
	top: 26.1rem;
	left: 18.2rem;
}
.area01 .jump2 {
	position: absolute;
	top: 27.9rem;
	left: 51.1rem;
}
.area01 .jump3 {
	position: absolute;
	top: 37.2rem;
	left: 15.2rem;
}
.area01 .jump4 {
	position: absolute;
	top: 41.9rem;
	left: 44.9rem;
}
@media screen and (max-width: 750px) {
	.area01 .inner {
		width: 100%;
	}
	.area01 .jump1 {
		top: 77.4vw;
		left: 65.3vw;
	}
	.area01 .jump2 {
		top: 136vw;
		left: 9.8vw;
	}
	.area01 .jump3 {
		top: 136vw;
		left: 61.5vw;
	}
	.area01 .jump4 {
		top: 179vw;
		left: 65vw;
	}	
}

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

.area02 .inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	font-size: 1.05rem;
	line-height: 1.6;
	font-family: 'Noto Serif JP', serif;
}
.area02 .inner>img {
	width: 1280px;
	height: 372px;
	object-fit: cover;
}
.area02 .inner .txt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 985px;
	margin: 0 auto;
	padding: 14rem 0 0 7.5rem;
}
@media screen and (max-width: 1000px) {
	.area02 .inner>img {
		height: 23.25rem;
	}
}
@media screen and (max-width: 750px) {
	.area02 .inner {
		font-size: 3.55vw;
	}
	.area02 .inner>img {
		width: 100%;
		height: 77vw;
	}
	.area02 .inner .txt {
		padding: 30vw 20vw 0 6.6vw;
	}
	.area02 .inner .txt .marker {
		background:linear-gradient(transparent 65%, #FAE400 65%) !important;
	}
}

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

.tab {
	position: relative;
}
.tab .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 10px;
	max-width: 1115px;
	margin: 0 auto;
	padding: 0 15px;
}
.tab .inner>label {
	flex: 1 1;
	order: -1;
	opacity: 0.3;
	max-width: 300px;
	padding: 0.1em;
	border-radius: 0.3em 0.3em 0 0;
	background-color: #ED7A01;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}
.tab .inner>label:hover {
	opacity: .8;
}
.tab .inner input {
	display: none;
}
.tab .inner .tab_item {
	display: none;
	width: 100%;
}
.tab .inner label:has(:checked) {
	opacity: 1;
}
.tab .inner label:has(:checked)+.tab_item {
	display: block;
}
.tab::before {
	position: absolute;
	top: 44px;
	left: 0;
	content: '';
	width: 100%;
	border-bottom: 4px solid #ED7A01;
}

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

.area03 {
	padding: 4rem 0 0;
}
.area03 .tab {
	background-image: url(../images/area03_tab_bg.svg);
	background-repeat: repeat-x;
	background-position: 0 44px;
}
.area03 .recommend {
	margin-top: 30px;
	padding: 25px 0 30px;
}
.area03 .recommend h3 {
	width: 132px;
	margin: 0 auto 15px;
}

.area03 .recommend ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.7rem 1.8rem;
	margin: 0 auto;
	font-feature-settings: "palt";
}
.area03 .recommend ul li {
	max-width: 21rem;
}

.area03 .recommend ul li img {
	box-shadow: 0 0.3em 0 0 rgba(0,0,0,0.2);
}
@media screen and (max-width: 1130px) {
	.area03 .tab {
		background-size: auto 106vw;
		background-position: 0 44px;
	}
}
@media screen and (max-width: 750px) {
	.area03 {
		padding: 1.5rem 0 0;
	}
	.tab .inner {
		gap: 0 1vw;
		padding: 0;
	}
	.tab .inner>label {
		max-width: 29vw;
		font-size: 5vw;
	}	
	.tab::before {
		top: 10vw;
		border-bottom: 0.8vw solid #ED7A01;
	}
	.area03 .recommend {
		margin-top: 0;
		padding: 5vw 11vw 8.5vw;
		background-color: #F6CD9D;
	}
	.area03 .recommend h3 {
		width: 31vw;
		margin: 0 auto 2.5vw;
	}
	.area03 .recommend ul {
		flex-direction: column;
		max-width: 720px;
		margin: 0 auto;
		font-size: 3.6vw;
		line-height: 1.5;
	}
}

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

.area04 {
	padding: 3rem 0 0;
	background-color: #F3EDE7;
}
.area04 h3 {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.3;
}
.area04 h3.mb3rem {
	margin-bottom: -3rem;
}
.area04 h3.mb2rem {
	margin-bottom: -2rem;
}
.area04 h3>img {
	width: 1280px;
	height: 445px;
	object-fit: cover;
}
.area04 h3 p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 985px;
	margin: 0 auto;
	padding: 13rem 0 0 5.7rem;
}
.area04 .container {
	padding: 0 5.5rem;
}
.area04 .container .txt {
	font-size: 1.1rem;
	line-height: 1.6;
	margin-bottom: 2.5rem;
}
@media screen and (max-width: 1000px) {
	.area04 h3>img {
		height: 27.8rem;
	}
}
@media screen and (max-width: 750px) {
	.area04 {
		padding: 8vw 0 0;
	}
	.area04 h3 {
		font-size: 5.4vw;
	}
	.area04 h3.mb3rem {
		margin-bottom: 0;
	}
	.area04 h3.mb2rem {
		margin-bottom: 0;
	}
	.area04 h3>img {
		width: 100%;
		height: auto;
	}
	.area04 h3 p {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		max-width: 88vw;
		margin: 0 auto;
		padding: 26.7vw 0 0 1vw;
	}
	.area04 h3 p.line3 {
		padding: 21.5vw 0 0 1vw;
	}
	.area04 .container {
		margin-bottom: 7vw;
		padding: 3.7vw;
	}
	.area04 .container .txt {
		font-size: 4.4vw;
		margin-bottom: 6vw;
	}
}

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

.area04 .area04_p1_03 {
	position: relative;
	max-width: 966px;
	margin: -5.5rem auto 4rem;
	font-feature-settings: "palt";
}
.area04 .area04_p1_03 h5 {
	position: absolute;
	top: 7.5rem;
	left: 17.5rem;
	font-size: 1.25rem;
	font-weight: 500;
	color: #ED7A01;
}
.area04 .area04_p1_03 p {
	position: absolute;
	top: 9.5rem;
	left: 17.5rem;
	line-height: 1.6;
	width: 27rem;
}
@media screen and (max-width: 750px) {
	.area04 .area04_p1_03 {
		margin: -10vw 4vw 15vw;
	}
	.area04 .area04_p1_03 h5 {
		top: 6vw;
		left: 5vw;
		font-size: 4.3vw;
		font-weight: 700;
	}	
	.area04 .area04_p1_03 p {
		top: 15.5vw;
		left: 5.2vw;
		width: 79vw;
		font-size: 3.4vw;
	}
	.area04 .area04_p1_03 img {
		margin-bottom: 5vw;
	}
}

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

.area04 .area04_p2 {
	position: relative;
	margin: 0 -1rem 2rem;
}
.area04 .area04_p2 .btn-4 {
	position: absolute;
	bottom: 11.5rem;
	right: 3rem;
}
@media screen and (max-width: 750px) {
	.area04 .area04_p2 {
		margin: 0 0 8vw;
	}
	.area04 .area04_p2.pro .btn-4 {
		bottom: 27.5%;
		right: 4.8vw;
	}
	.area04 .area04_p2.stu .btn-4 {
		bottom: 28.4%;
		right: 4.8vw;
	}
}

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

.area04 h3#point3 {
	margin-top: 4rem;
}
.area04_p3_01 {
	text-align: center;
}
.area04_p3_02 {
	padding: 45px 20px 35px;
	background-color: #E8DCD1;
}
.area04_p3_02 .inner {
	max-width: 1040px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	.area04 h3#point3 {
		margin-top: 0;
	}
	.area04_p3_01 {
		margin-top: -4vw;
		padding: 0 3vw;
	}
	.area04_p3_02 {
		padding: 8vw 0 0;
		background-color: transparent;
	}
}

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

.area05 {
	padding: 3rem 1.5rem;
	margin-bottom: 1rem;
}
.area05 .inner {
	position: relative;
	max-width: 1060px;
	margin: 0 auto;
}
.area05 .inner h3 {
	position: absolute;
	top: 110px;
	left: 407px;
	font-size: 29px;
	color: #ED7A01;
	font-weight: 700;
	line-height: 1.3;
}
.area05 .inner .txt {
	position: absolute;
	top: 172px;
	left: 407px;
	width: 285px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
}
.area05 .inner .btn {
	position: absolute;
	top: 343px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 390px;
	padding-left: 1em;
	padding-right: 1.8em;
}
@media screen and (max-width: 1120px) {
	.area05 .inner {
		max-width: 94.64285714vw;
	}
	.area05 .inner h3 {
		top: 9.821428571vw;
		left: 36.33928571vw;
		font-size: 2.589285714vw;
	}
	.area05 .inner .txt {
		top: 15.35714286vw;
		left: 36.33928571vw;
		width: 25.44642857vw;
		font-size: 1.607142857vw;
	}
	.area05 .inner .btn {
		top: 30.625vw;
		width: 37vw;
	}
}
@media screen and (max-width: 750px) {
	.area05 {
		padding: 0;
		margin-bottom: 0;
	}
	.area05 .inner {
		max-width: 100%;
	}
	.area05 .inner h3 {
		top: 88vw;
		left: 0;
		right: 0;
		font-size: 6.2vw;
		text-align: center;
	}
	.area05 .inner .txt {
		top: 108vw;
		left: 4vw;
		width: 92vw;
		font-size: 4.6vw;
	}
	.area05 .inner .btn {
		top: 91%;
		width: 92vw;
	}
}

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

.area06 {
	margin-bottom: 4rem;
}
.area06 .inner {
	position: relative;
	max-width: 56.7rem;
	margin: 0 auto;
}
.area06 .inner h2 {
	position: absolute;
	top: 0;
	left: 21.1rem;
	font-size: 1.68rem;
	color: #ED7A01;
	font-weight: 500;
	line-height: 1.3;
}
.area06 .inner h2 span {
	display: block;
	font-size: 3.1rem;
	font-weight: 700;
}
.area06 .inner .txt {
	position: absolute;
	top: 7.4rem;
	left: 21.1rem;
	width: 35.6rem;
}
@media screen and (max-width: 750px) {
	.area06 {
		margin-bottom: 0;
	}
	.area06 .inner h2 {
		top: 10vw;
		left: 35.8vw;
		font-size: 4.9vw;
	}
	.area06 .inner h2 span {
		top: 0;
		left: 0;
		margin-top: 0.1em;
		font-size: 7.9vw;
	}
	.area06 .inner .txt {
		top: 45vw;
		left: 6vw;
		width: 92%;
		line-height: 1.4;
	}
}

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

.area07 .inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
.area07 .inner>img {
	width: 1280px;
	height: 383px;
	object-fit: cover;
}
@media screen and (max-width: 1000px) {
	.area07 .inner>img {
		height: 23.9rem;
	}
}
@media screen and (max-width: 750px) {
	.area07 .inner>img {
		width: 100%;
		height: auto;
	}
}

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

.area08 {
	padding: 2rem;
	background-color: #F0F0F0;
	font-size: 14px;
	line-height: 1.7;
	font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
	.area08 {
		padding: 4vw;
		font-size: 3.25vw;
	}
}
