@charset "UTF-8";
:root {
	scroll-behavior: smooth;
}
@media screen and (max-width: 1032px) {
	html {
		font-size: 1.55vw;
	}
}
@media screen and (max-width: 750px) {
	html {
		font-size: 4.1vw;
	}
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.8;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
	
}

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

a {
	color: #007bff;
	text-decoration: none;
}
a:hover {
	color: #0056b3;
	text-decoration: underline
}
a img:hover {
	opacity: 0.8;
}
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;
	}
}
@supports (scrollbar-color: auto) {
	main {
		scrollbar-color: #55B7CD #ededed;
	}
}
@supports selector(::-webkit-scrollbar) {
	main::-webkit-scrollbar {
		background: #55B7CD;
	}
	main::-webkit-scrollbar-thumb {
		background: #ededed;
	}
}


/* 共通
------------------------------------- */
.bg-gray {background-color: #ECECEC !important;}
.bg-white {background-color: #fff !important;}
.bg-c01 {background-color: #F5EFE7 !important;}
.bg-c02 {background-color: #FCECD8 !important;}
.bg-grad01 {background: linear-gradient(90deg, rgb(240, 177, 2) 0%, rgb(237, 122, 1) 100%) !important;}

.text-c01 {color: #ED7A01 !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-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-nowrap {
	white-space: nowrap
}
.font-sans {
	font-family: sans-serif;
}
.font-serif {
	font-family: 'Noto Serif JP', serif;
}
.font-bold {
	font-weight: 700;
}
.font-ita {
	font-style: italic;
}
.mb-0 {
	margin-bottom: 0 !important
}
#pagetop {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
#pagetop a {
	width: 60px;
	height: 90px;
	position: fixed;
	bottom: 15px;
	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: 5vw;
	}
}

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

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;
	line-height: 1.2;
	transition: all 0.1s;
	text-decoration: none;
	background-color: #eee;
}
a.btn:hover {
	opacity: 0.8;
}

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

a.btn-1 {
	width: 23.3rem;
	height: 4.5rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #397EBF;
	background-color: #fff;
	border-radius: 100vh;
	padding-bottom: 0.1em;
}
a.btn-1::before {
	content: '';
	width: 0.9em;
	height: 0.9em;
	margin-right: 0.5em;
	margin-top: 0.1em;
	background-image: url(../images/arrow1.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
	a.btn-1 {
		width: 92%;
		height: 2.4em;
		font-size: 5vw;
	}
}

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

a.btn-2 {
	position: relative;
	width: 36rem;
	height: 4.5rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #fff;
	background-color: #55B7CD;
	border-radius: 100vh;
	padding-bottom: 0.1em;
}
a.btn-2::before {
	position: absolute;
	content: '';
	top: auto;
	bottom: auto;
	left: 2em;
	width: 1em;
	height: 1em;
	margin-top: 0.1em;
	background-image: url(../images/arrow2.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
	a.btn-2 {
		width: 90%;
		height: 2.5em;
		font-size: 5.5vw;
	}
	a.btn-2::before {
		left: 1.8em;
	}
}

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

a.btn-footer {
	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-footer::after {
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0;
	content: '＞';
}
a.btn-footer:hover {
	opacity: 0.8;
}
@media screen and (max-width: 750px) {
	a.btn-footer {
		margin-bottom: 0.8em;
		padding: 0 2em 0 0;
		background-color: transparent;
		color: #fff;
		font-size: 3.2vw;
		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));
}
.boxshadow {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

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

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin: 1em 0;
	border: 0;
	border-top: 1px solid #aaa;
}
hr.dashed {
	border-top: 2px dashed #56B9E6;
}
hr.dotted {
	border-top: 2px dotted #56B9E6;
}
hr.gray {
	border-top: 1px solid #999;
}

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

@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: 100px;
}
footer .ft_axis {
	padding: 2.5rem 1.5rem 1.5rem;
	text-align: center;
}
footer .ft_axis .logo img {
	width: 100%;
	max-width: 650px;
}
@media screen and (max-width: 750px) {
	footer {
		padding-bottom: 4rem;
	}
	footer .ft_axis {
		padding: 1rem 1rem 0.2rem;
	}
	footer .ft_axis .logo img {
		max-width: 700px;
	}
	footer .ft_axis .logo {
		padding: 0 0.5rem 1rem;
		border-bottom: 1px solid #aaa;
	}
}

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

#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: #666;
	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;
		padding: 0.6em;
	}
}
@media screen and (max-width: 750px) {
	#ftInfo {
		padding: 0;
	}
	#ftInfo .contents {
		padding: 2vw 0;
	}
	#ftInfo .logo-wao {
		padding: 2vw 0;
	}
	#ftInfo .contents .inner .logo-wao img {
		width: 90%;
	}
	#ftInfo .listLink {
		justify-content: center;
		gap: 0.8em;
		margin-top: 0.3em;
	}
	#ftInfo .listLink a {
		font-size: 2.4vw;
	}
	#ftInfo small {
		font-size: 2.4vw;
		text-align: center;
		background-color: #F2F2F0;
	}
}
@media screen and (max-width: 500px) {
	#ftInfo .listLink {
		margin-right: 15vw;
	}
}


/* 無料体験｜無料相談
------------------------------------- */
.contact_area {
	margin: 0 auto;
	width: 100%;
	padding: 3rem 0 3.5rem;
	font-size: 1rem;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	background: linear-gradient(90deg, rgb(34, 80, 161) 0%, rgb(88, 188, 232) 100%);
}
.contact_area ul {
	max-width: 50rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 3em;
}
.contact_area ul li p {
	margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
	.contact_area {
		padding: 7vw 7vw 8vw;
		font-size: 4.5vw;
	}
	.contact_area ul {
		grid-template-columns: 1fr;
		row-gap: 6vw;
	}
	.contact_area ul li p {
		margin-bottom: 0.5em;
	}
}

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

.fixcontact {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 2;
}
.fixcontact .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1000px;
	margin: 0 auto;
}

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

.fadeup {
	opacity: 0;
	transform: translateY(50px);
	transition:
		opacity 0.8s ease,
		transform 0.8s ease;
}
.fadeup img {
	width: 500px;
}
.fadeup.is-active {
	opacity: 1;
	transform: translateY(0);
}
@keyframes fadeUp {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


/* 見出し
------------------------------------- */
.heading-1 {
	margin-bottom: 0.1em;
	font-size: 4.2rem;
	line-height: 1.2;
	color: #646464;
	font-family: "Roboto", sans-serif;
}
.heading-1sub {
	font-size: 1.3rem;
	line-height: 1.4;
	font-weight: 500;
	color: #646464;
}
@media screen and (max-width: 750px) {
	.heading-1 {
		text-align: center;
		font-size: 9.5vw;
		color: #000;
		margin-bottom: 0;
	}
	.heading-1sub {
		text-align: center;
		color: #000;
		font-size: 5.4vw;
	}
	.area04 .heading-1sub {
		font-size: 4.6vw;
	}
}

/* コンテンツ
------------------------------------- */
.area01 {
	margin: 0 auto;
	width: 100%;
	height: auto;
	color: #fff;
	background-image: url(../images/area01_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	xbackground-attachment: fixed;
}
.area01 .inner {
	margin: 0 auto;
	padding: 2.5rem;
	max-width: 1096px;
	width: 100%;
}
.area01 h2 {
	width: 25.3rem;
	position: sticky;
	top: 2rem;
	padding-bottom: 4rem;
}
.area01 .contents {
	margin-top: -12rem;
	margin-left: 29rem;
	font-size: 1.37rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.area01 .contents .font-sans {
	font-weight: 700;
}
.area01 .contents .left_bdr {
	margin-bottom: 4rem;
	padding-left: 3.5em;
	border-left: 1px solid #fff;
}
.area01 .contents .reason {
	position: relative;
	display: inline-block;
	margin: 4em 0 1.5em 0;
	padding: 0.4em 0.6em;
	font-size: 0.9rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #000;
	line-height: 1;
	background-color: #fff;
}
.area01 .contents .reason::before {
	position: absolute;
	content: "\F138";
	font-family: bootstrap-icons;
	top: -0.1em;
	left: -1.4em;
	color: #fff;
	font-size: 2.4em;
}
.area01 .contents h3 {
	margin-bottom: 0.4em;
	text-indent: -0.7em;
	font-size: 2.3rem;
	font-weight: 500;
}
.area01 .contents ul li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.94rem;
	font-family: 'Noto Sans JP', sans-serif;
}
.area01 .contents ul li::before {
	content: '●';
	font-size: 0.7em;
	vertical-align: 0.1em;
	margin-right: 0.3em;
}
@media screen and (max-width: 1090px) {
	.area01 h2 {
		width: 23rem;
	}
	.area01 .contents {
		margin-left: 26.5rem;
	}
	.area01 .contents .left_bdr {
		padding-left: 3em;
	}
}
@media screen and (max-width: 750px) {
	.area01 {
		background-image: url(../images/area01_bg_sp.webp);
		background-size: cover;
		background-attachment: scroll;
		background-position: 10% top;
	}
	.area01 .inner {
		padding: 16vw 0vw 16vw 6vw;
	}
	.area01 h2 {
		width: 84.2vw;
		position: static;
		padding-bottom: 15vw;
	}
	.area01 .contents {
		margin-top: 0;
		margin-left: 0;
		padding-left: 4vw;
		font-size: 4.5vw;
	}
	.area01 .lead {
		margin-left: -4vw;
	}
	.area01 .sp_size {
		margin-top: 0.8em;
		line-height: 1.5;
		font-size: 1.4em;
	}
	.area01 .contents .left_bdr {
		margin-bottom: 0;
		padding-left: 0;
		border-left: none;
	}
	.area01 .contents .reason {
		margin-top: 30vw;
		font-size: 4.1vw;
	}
	.area01 .contents .reason::before {
		position: absolute;
		content: "\F128";
		font-family: bootstrap-icons;
		top: -1.5em;
		left: 0;
		color: #fff;
		font-size: 2.4em;
	}
	.area01 .contents h3 {
		font-size: 9vw;
		font-weight: 700;
	}
	.area01 .contents ul li {
		font-size: 5.1vw;
		font-weight: 400;
		padding-right: 1.5em;
		line-height: 1.5;
	}
}

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

.area02 {
	margin: 0 auto;
	width: 100%;
	background-image: url(../images/area02_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.area02 .hybrid {
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}
.area02 .hybrid img.visual {
	height: 616px;
	object-fit: cover;
}
.area02 .fadeup {
	width: 437px;
	position: absolute;
	top: 0.2rem;
	left: calc(50% + 101px);
}
@media screen and (max-width: 1100px) {
	.area02 .hybrid img.visual {
		height: 56vw;
	}
	.area02 .fadeup {
		width: 39.7vw;
		left: calc(50% + 9.1vw);
	}
}
@media screen and (max-width: 750px) {
	.area02 .hybrid img.pc_only {
		height: auto;
		object-fit: unset;
	}
	.area02 .fadeup {
		width: 66.5vw;
		top: 7vw;
		left: calc(50% - 18vw);
	}
}

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

.area02_univ .univ {
	margin: 0 auto;
	padding: 4rem 0 12rem;
	width: 100%;
	background-image: url(../images/area02_univ_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	background-color: #F2F2F0;
}
.area02_univ .univ .inner {
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1000px;
	width: 100%;
	display: grid;
	grid-template-columns: 15rem 1fr;
}
.area02_univ .univ .inner h2 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
}
.area02_univ .univ .inner .univ_list {
	font-size: 0.9rem;
	line-height: 2;
	padding-left: 3rem;
	border-left: 1px solid #000;
}
@media screen and (max-width: 750px) {
	.area02_univ .univ {
		margin-top: -4.5vw;
		padding: 10vw 0 30vw;
		background-image: url(../images/area02_univ_bg_sp.webp);
		background-size: contain;
	}
	.area02_univ .univ .inner {
		padding: 0 10vw;
		max-width: 1000px;
		grid-template-columns: 1fr;
	}
	.area02_univ .univ .inner h2 {
		font-size: 6.6vw;
		line-height: 1.4;
		text-align: center;
	}
	.area02_univ .univ .inner .univ_list {
		font-size: 4vw;
		line-height: 1.7;
		padding-left: 0;
		padding-top: 6vw;
		border-left: none;
		border-top: 1px solid #000;
	}
}

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

.area03 {
	margin: 0 auto;
	padding: 5rem 0 0;
	xmax-width: 1280px;
	width: 100%;
	background-color: #F2F2F0;
}
.area03 .inner {
	margin: 0 auto;
	padding-left: 9rem;
	max-width: 1280px;
	width: 100%;
}
.area03 .flow {
	position: relative;
	margin: 4rem 0 0 0;
	padding: 0 0 2rem 2.5rem;
	border-left: 2px solid #55B7CD;
}
.area03 .flow::before {
	position: absolute;
	content: '';
	top: 0;
	left: -1.8rem;
	width: 1.8rem;
	height: 11.2rem;
	background-image: url(../images/area03_flow.webp);
	background-size: contain;
	background-repeat: no-repeat;
}
.area03 .flow>li {
	margin-bottom: 2rem;
	padding: 3.8rem 0 3.5rem 3rem;
	display: grid;
	grid-template-columns: 37% 60%;
	place-content: end;
	background-color: #fff;
	border-radius: 4rem 0 0 0;
}
.area03 .flow .num {
	width: 4.5rem;
	margin-bottom: 1.5em;
}
.area03 .flow h3 {
	font-size: 2.4rem;
}
.area03 .flow h3 .ai {
	height: 1em;
	margin-right: 0.2em;
	vertical-align: -0.15em;
}
.area03 .flow>li .text p {
	line-height: 1.6;
	padding-right: 3em;
}
.area03 .flow .point {
	margin: 1.5em 0 0.5em 0;
	padding-top: 1.5em;
	border-top: 1px solid #000;
}
.area03 .flow .point h4 {
	color: #55B7CD;
}
.area03 .flow .point li {
	margin-bottom: 1em;
	padding: 0 2em 0 1em;
	text-indent: -1em;
	font-size: 1.1rem;
	line-height: 1.3;
}
.area03 .flow .point li::before {
	content: '●';
	color: #55B7CD;
}
.area03 .photo {
	margin-top: 2rem;
}
.area03 .flow .youtube {
	position: relative;
	margin-top: 2rem;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.area03 .flow .youtube::after {
	position: absolute;
	content: '※実際の画面とは異なる場合があります。';
	bottom: -1.7em;
	right: 2em;
	font-size: 0.85rem;
}
.area03 .flow .youtube iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1180px) {
	.area03 .flow>li {
		grid-template-columns: 36% 64%;
	}
	.area03 .flow>li .text p {
		padding-right: 2em;
	}
}
@media screen and (max-width: 750px) {
	.area03 {
		padding: 12vw 0 1vw;
	}
	.area03 .inner {
		padding: 0 3vw;
	}
	.area03 .flow {
		margin: 8vw 0 0 0;
		padding: 0;
		border-left: none;
	}
	.area03 .flow::before {
		background-image: none;
	}
	.area03 .flow>li {
		position: relative;
		margin-bottom: 9vw;
		padding: 6vw 0 0;
		grid-template-columns: 1fr;
		border-radius: 4rem 0 0 0;
	}
	.area03 .flow>li:not(:last-child)::after {
		position: absolute;
		content: '';
		bottom: -7.5vw;
		left: 0;
		width: 100%;
		height: 7.5vw;
		background-image: url(../images/shadow.webp);
		background-size: contain;
		background-repeat: no-repeat;
	}
	.area03 .flow .num {
		width: 19vw;
		margin: 0 auto 1.5em;
	}
	.area03 .flow h3 {
		font-size: 8vw;
		text-align: center;
	}
	.area03 .flow>li .text {
		padding: 0 6.5vw;
	}
	.area03 .flow>li .text p {
		font-size: 5vw;
		padding-right: 0;
	}
	.area03 .flow .point li {
		padding: 0 0 0 1em;
	}
	.area03 .flow .youtube {
		margin: 3vw 0 0 0;
		position: static;
		overflow: hidden;
	}
	.area03 .flow .youtube::after {
		bottom: -5vw;
		font-size: 2.3vw;
	}
}

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

.area03 .flow .point03 {
	padding-bottom: 0;
}
.area03 .flow .point03 .fullwidth {
	grid-row: 2 / 3;
	grid-column: 1 / 3;
}
.area03 .flow .point03 .fullwidth h4 {
	margin: 4em 0 1.5em;
	font-size: 0.9rem;
}
.area03 .flow .point03 .fullwidth h4::before {
	content: '■';
	color: #55B7CD;
	margin-right: 0.1em;
}
.area03 .flow .point03 .fullwidth .pic {
	max-width: 926px;
	padding-right: 2rem;
}
.area03 .flow .point03 .fullwidth .shidourei {
	margin-top: 4rem;
	padding: 3rem 8rem 3rem 4rem;
	background-color: #E9EDF0;
	border-radius: 2rem 0 0 0;
}
.area03 .flow .point03 .fullwidth .shidourei .ttl1 {
	display: inline-block;
	margin-bottom: 0.8em;
	padding: 0.3em 0.5em;
	font-size: 0.9rem;
	line-height: 1;
	background-color: #fff;
}
.area03 .flow .point03 .fullwidth .shidourei .ttl2 {
	margin-bottom: 0.4em;
	font-size: 1.9rem;
	font-weight: 300;
	line-height: 1.2;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.area03 .flow .point03 .fullwidth .shidourei .txt {
	max-width: 560px;
	font-size: 0.94rem;
	line-height: 1.8;
	font-family: 'Noto Serif JP', serif;
}
.area03 .flow .point03 .fullwidth .takedakoushi {
	margin-top: -15rem;
}
.area03 .flow .point03 .fullwidth .takedakoushi img {
	height: 19rem;
	object-fit: cover;
	overflow: hidden;
}
@media screen and (max-width: 750px) {
	.area03 .flow .point03 .fullwidth {
		grid-row: auto;
		grid-column: auto;
		padding: 0 3vw;
	}
	.area03 .flow .point03 .fullwidth article {
		padding: 0 4vw;
	}
	.area03 .flow .point03 .fullwidth h4 {
		margin: 1.8em 0 0.8em;
		font-size: 5vw;
	}
	.area03 .flow .point03 .fullwidth .pic {
		padding-right: 0;
		overflow-x: scroll;
		width: 77vw;
	}
	.area03 .flow .point03 .fullwidth .pic img {
		max-width: none;
		height: 48vw;
		margin-bottom: 4vw;
	}
	.area03 .flow .point03 .fullwidth .shidourei {
		position: relative;
		margin: 13vw 0 4vw;
		padding: 9vw 6vw 7vw;
		border-radius: 0;
	}
	.area03 .flow .point03 .fullwidth .shidourei .ttl1 {
		font-size: 4.5vw;
		line-height: 1;
		background-color: #fff;
	}
	.area03 .flow .point03 .fullwidth .shidourei .ttl2 {
		margin: 0.8em 0 0.5em;
		padding-top: 0.8em;
		font-size: 6.5vw;
		border-top: 1px solid #000;
	}
	.area03 .flow .point03 .fullwidth .shidourei .txt {
		font-size: 4.2vw;
	}
	.area03 .flow .point03 .fullwidth .shidourei .name {
		line-height: 1.2;
		font-size: 3.7vw;
	}
	.area03 .flow .point03 .fullwidth .shidourei .name span {
		display: block;
		font-weight: 500;
		margin-bottom: 0.5em;
		font-size: 4.4vw;
	}
	.area03 .flow .point03 .fullwidth .takedakoushi {
		margin-top: 0;
		position: absolute;
		top: -5.8vw;
		right: 0;
		width: 65vw;
		height: 51vw;
	}
	.area03 .flow .point03 .fullwidth .takedakoushi img {
		height: auto;
		object-fit: fill;
		padding-left: 0;
	}
}

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

.area04 {
	margin: 0 auto;
	padding: 5rem 3rem;
	width: 100%;
	background-image: url(../images/area04_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.area04 .inner {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
.area04 .inner .before_after{
	position: relative;
	margin-top: 2em;
}
.area04 .inner .before_after img {
	height: 498px;
}
.area04 .inner .before_after img.after {
	position: absolute;
	top: -1.9rem;
	left: 512px;
	width: 512px;
	height: auto;
}
@media screen and (max-width: 1100px) {
	.area04 .inner .before_after img {
		height: 45.3vw;
	}
	.area04 .inner .before_after img.after {
		left: 46.5vw;
		width: 46.5vw;
	}
}
@media screen and (max-width: 750px) {
	.area04 {
		padding: 12vw 0 6vw;
		background-image: url(../images/area04_bg_sp.webp);
		background-size: contain;
	}
	.area04 .inner {
		padding: 0;
	}
	.area04 .inner .before_after {
		margin: 5vw 5vw 0 auto;
		padding-right: 0;
		overflow-x: scroll;
		width: 85vw;
	}
	.area04 .inner .before_after img {
		max-width: none;
		height: 120vw;
		margin-bottom: 1vw;
	}
}


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

.area05 {
	position: relative;
	margin: 0 auto;
	padding: 4rem 0 2rem;
	width: 100%;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #eee calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #eee calc(100% - 1px));
	background-size: 16px 16px;
	background-color: #fff;
	background-position: top center;
	}
.area05 .inner {
	margin: 0 auto;
	padding: 0 3rem;
	max-width: 1096px;
	width: 100%;
}
.area05 .faq {
	margin: 2.5rem 0;
}
.area05 .faq li {
	margin-bottom: 1.5rem;
}
.area05 .faq .q {
	display: block;
	position: relative;
	padding: 35px 80px 35px 85px;
	font-size: 22px;
	line-height: 1.5;
	background-color: #fff;
	border: 2px solid #ddd;
	cursor: pointer;
	font-feature-settings: "palt";
}
.area05 .faq .q::before {
	position: absolute;
	content: '';
	top: 39px;
	left: 50px;
	width: 23px;
	height: 28px;
	background-image: url(../images/area05_faq-q.webp);
	background-size: contain;
	background-repeat: no-repeat;
}
.area05 .faq .q::after {
	position: absolute;
	content: '';
	top: 48px;
	right: 40px;
	width: 24px;
	height: 14px;
	background-image: url(../images/area05_faq-arw1.webp);
	background-size: contain;
	background-repeat: no-repeat;
}
.area05 .faq .active.q::after {
	background-image: url(../images/area05_faq-arw2.webp);
}
.area05 .faq .a {
	position: relative;
	margin-top: 0;
	padding: 0 40px 0 85px;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: 0.2s;
	line-height: 1.8;
	font-weight: 400;
	background-color: #fff;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}
.area05 .faq .a::before {
	position: absolute;
	content: '';
	top: 32px;
	left: 50px;
	width: 23px;
	height: 0;
	background-image: url(../images/area05_faq-a.webp);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	transition: 0.2s;
}
.area05 .faq .active.a {
	padding: 25px 60px 35px 85px;
	height: auto;
	opacity: 1;
}
.area05 .faq .active.a::before {
	height: 28px;
	opacity: 1;
}
@media screen and (max-width: 750px) {
	.area05 {
		padding: 12vw 0 6vw;
	}
	.area05 .inner {
		padding: 0 4vw;
	}
	.area05 .faq {
		margin: 7vw 0 0;
	}
	.area05 .faq li {
		margin-bottom: 6vw;
	}
	.area05 .faq li:last-child {
		margin-bottom: 0;
	}
	.area05 .faq .q {
		padding: 6vw 10vw 6vw 16vw;
		font-size: 5.3vw;
	}
	.area05 .faq .q::before {
		top: 6.5vw;
		left: 5vw;
		width: 7vw;
		height: 8vw;
	}
	.area05 .faq .q::after {
		top: 9vw;
		bottom: 0;
		right: 5vw;
		width: 4.5vw;
		height: 3vw;
	}
	.area05 .faq .a {
		line-height: 1.6;
		padding: 0 0 0 16vw;
		font-size: 4.6vw;
	}
	.area05 .faq .active.a {
		padding: 6vw 7vw 6vw 16vw;
	}
	.area05 .faq .a::before {
		top: 6.5vw;
		left: 5vw;
		width: 7vw;
	}
	.area05 .faq .active.a::before {
		height: 8vw;
	}
	.area05::before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 7.5vw;
		background-image: url(../images/shadow.webp);
		background-size: contain;
		background-repeat: no-repeat;
	}
}

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

.area06 {
	margin: 0 auto;
	width: 100%;
	background-image: url(../images/area06_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.area06 .inner {
	position: relative;
	margin: 0 auto;
	max-width: 1032px;
	width: 100%;
}
.area06 .btn-2 {
	position: absolute;
	top: 28.5rem;
	right: 2.5rem;
}
@media screen and (max-width: 750px) {
	.area06 {
		background-image: none;
	}
	.area06 .btn-2 {
		top: 89%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

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

.area07 {
	margin: 0 auto;
	padding: 5rem 3rem;
	width: 100%;
	background-color: #F2F2F0;
}
.area07 .inner {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
.area07 .fig1 {
	margin: 2.5rem 0 4rem;
}
@media screen and (max-width: 750px) {
	.area07 {
		position: relative;
		padding: 12vw 0 6vw;
	}
	.area07::before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 7.5vw;
		background-image: url(../images/shadow.webp);
		background-size: contain;
		background-repeat: no-repeat;
	}
	.area07 .fig1 {
		margin: 5vw 0 15vw 10vw;
		overflow-x: scroll;
		width: 86.5vw;
	}
	.area07 .fig1 img {
		max-width: none;
		height: 105vw;
		margin-bottom: 2vw;
	}
	.area07 .fig2 {
		padding: 0 8vw;
	}
}

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

.area08 {
	margin: 0 auto;
	padding: 4rem 3rem;
	width: 100%;
}
.area08 .inner {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
.area08 .inner h2 {
	margin-bottom: 0.8em;
	font-size: 2.4rem;
	color: #646464;
}
.area08 .inner ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 1rem;
}
@media screen and (max-width: 750px) {
	.area08 {
		position: relative;
		padding: 12vw 4vw 6vw;
	}
	.area08::before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 7.5vw;
		background-image: url(../images/shadow.webp);
		background-size: contain;
		background-repeat: no-repeat;
	}
	.area08 .inner h2 {
		font-size: 5.4vw;
		color: #000;
		text-align: center;
	}
	.area08 .inner ul {
		grid-template-columns: 1fr;
		row-gap: 4vw;
	}
}

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

.area09 {
	margin: 0 auto;
	padding: 3.5rem 3rem 2rem;
	width: 100%;
	text-align: center;
	background-color: #F2F2F0;
}
.area09 h2 {
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #646464;
}
@media screen and (max-width: 750px) {
	.area09 {
		padding: 6vw 4vw 6vw;
	}
	.area09 h2 {
		margin-bottom: 0.5em;
		font-size: 4.9vw;
		color: #000;
		font-weight: 400;
	}
}


/* メインビジュアル
------------------------------------- */
@media screen and ((orientation: landscape) and (max-width: 1024px)),
screen and (min-width: 1025px) {
	.slider-section {
		position: relative;
		width: 100%;
		height: 100vh;
		height: 100svh;
		background-image: url("../images/bg.webp");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		overflow: hidden;
	}
	.pc-only {display: block;}
	.sp-only {display: none;}

	.overlay-fixed {
		display: flex;
		justify-content: space-between;
		padding: 30px;
	}
	.logo-left {
		width: 280px;
	}
	.logo-right {
		width: 325px;
	}
}
@media screen and (orientation: portrait) and (max-width: 1023px) {
	.slider-section {
		position: relative;
		width: 100%;
		height: 100vh;
		height: 100svh;
		background-image: url("../images/sp_bg.webp");
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: cover;
		overflow: hidden;
	}
	.overlay-fixed {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 40px;
		gap: 30px;
	}
	.logo-right {
		order: 1;
		width: 76%;
	}
	.logo-left {
		order: 2;
		width: 62%;
	}
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
	.slider-section {
		position: relative;
		width: 100vw;
		height: 75vw;
		background-image: url("../images/bg.webp");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.logo-left {
		width: 20%;
	}
	.logo-right {
		width: 24%;
	}
	.overlay-fixed {
		padding: 10px;
	}
}
.slider img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	animation-duration: 16s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}
.slider img:nth-child(1) {
	animation-name: fadeSlow;
	animation-delay: 0s;
}
.slider img:nth-child(2) {
	animation-name: fadeSlow;
	animation-delay: 4s;
}
.slider img:nth-child(3) {
	animation-name: fadeSlow;
	animation-delay: 8s;
}
.slider img:nth-child(4) {
	animation-name: fadeInSlowOnly;
	animation-delay: 12s;
	z-index: 1;
}
.slider img:nth-child(5) {
	animation-name: fadeInSlowOnly;
	animation-delay: 15s;
	z-index: 2;
}
@keyframes fadeSlow {
	0% {opacity: 0;}
	10% {opacity: 1;}
	18% {opacity: 1;}
	25% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes fadeInSlowOnly {
	0% {opacity: 0;}
	10% {opacity: 1;}
	100% {opacity: 1;}
}
@media screen and ((orientation: landscape) and (max-width: 1024px)),
screen and (min-width: 1025px) {
	.pc-only {display: block;}
	.sp-only {display: none;}
}
@media screen and (orientation: portrait) and (max-width: 1023px) {
	.pc-only {display: none;}
	.sp-only {display: block;}
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
	.pc-only {display: block;}
	.sp-only {display: none;}
}
.overlay-fixed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	pointer-events: none;
	box-sizing: border-box;
}
.logo-container img {
	width: 100%;
	height: auto;
	display: block;
}
.logo-right {
	pointer-events: auto;
	transition: opacity 0.3s;
}
.logo-right:hover {
	opacity: 0.7;
}
@media screen and ((orientation: landscape) and (max-width: 1024px)),
screen and (min-width: 1025px) {
	.overlay-fixed {
		display: flex;
		justify-content: space-between;
		padding: 30px;
	}
	.logo-left {
		width: 280px;
	}
	.logo-right {
		width: 325px;
	}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
	.overlay-fixed {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 30px;
		gap: 10px;
	}
	.logo-right {
		order: 1;
		width: 70%;
	}
	.logo-left {
		order: 2;
		width: 56%;
	}
}
.scroll-down {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 110;
	text-decoration: none;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
	scroll-down {
		bottom: 10px;
	}
}
.scroll-down span {
	width: 18px;
	height: 18px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	margin-top: 8px;
	animation: bounce 2s infinite;
}
@keyframes bounce {
	0%,20%,50%,80%,100% {
		transform: translateY(0) rotate(-45deg);
	}
	40% {
		transform: translateY(-8px) rotate(-45deg);
	}
}
.scroll-down:hover {
	text-decoration: none;
	color: #fff;
}
.content-section {
	width: 100%;
	min-height: 100vh;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
