* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	font-size: 100%;
	text-decoration: none;
	vertical-align: baseline;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

article, aside, dialog, figcaption, figure, footer, header, main, menu, nav, section, img, small, time, svg {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	vertical-align: middle;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	overflow: visible;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

a {
	cursor: pointer;
}

strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

caption, th {
	font-weight: bold;
	text-align: left;
}

label {
	cursor: pointer;
}

label span {
	vertical-align: middle;
}

input, textarea, select {
	border-radius: 0;
	vertical-align: middle;
}

input:not([type=radio]):not([type=checkbox]), textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]):not([type=button]), select {
	padding: 0 10px;
}

input[type=submit], input[type=button], button {
	background-color: transparent;
	cursor: pointer;
}

textarea {
	overflow: auto;
	resize: vertical;
	padding: 10px 15px;
}

a, area, button, input, label, select, textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*basic*/
html {
	font-size: 62.5%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

.clear {
	clear: both;
}

@media screen and (max-width: 801px) {
	.pc {
		display: none !important;
	}
}
@media screen and (min-width: 802px) {
	.sp {
		display: none !important;
	}
}
body, input, textarea, select {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 1.6rem;
	line-height: 1.8;
}
@media all and (-ms-high-contrast: none) {
	body, input, textarea, select {
		font-family: YakuHanJP, "Noto Sans JP", sans-serif;
		font-weight: 400;
	}
}

body {
	-webkit-transition: 1s;
	transition: 1s;
}
body.preload {
	opacity: 0;
}
body.preload * {
	-webkit-transition: none !important;
	transition: none !important;
}

strong {
	color: #333;
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
@media all and (-ms-high-contrast: none) {
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
	}
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#main {
	display: block;
	overflow: hidden;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.nvop {
	overflow: hidden;
}
.nvop #main {
	/*-ms-filter: blur(6px);
	filter: blur(6px);*/
	opacity: 0.5;
}
.nvop #footer {
	/*-ms-filter: blur(6px);
	filter: blur(6px);*/
	opacity: 0.5;
}

a {
	color: #000000;
}
@media screen and (min-width: 802px) {
	a.tel {
		pointer-events: none;
	}
}

@media screen and (min-width: 802px) {
	a, .submitbtn {
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	a:hover, .submitbtn:hover {
		opacity: 0.5;
	}
}
img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 801px) {
	img {
		width: 100%;
	}
}

.inner {
	max-width: 1020px;
	width: 90%;
	margin: 0 auto;
}

.bold {
	font-weight: bold;
}

.indent {
	display: inline-block;
	text-indent: -0.5em;
}

a.none {
	pointer-events: none;
	opacity: 0.6;
}

.u-none {
	display: none;
}

/* component */
.ov {
	overflow: hidden;
}
.ov a {
	display: block;
	overflow: hidden;
}
.ov a img {
	-webkit-transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
	transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
	transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
	transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
	vertical-align: bottom;
}
.ov a:hover {
	opacity: 1;
}
.ov a:hover img {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}
.ov.fst a img {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
	transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
	transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
	transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

/* linebox */
.line-box {
	margin: 12px 0;
	padding: 2px 12px;
	display: inline-block;
	background: #FF8D45;
	font-weight: 700;
	color: #fff;
	-webkit-clip-path: inset(0 100% 0 0);
	        clip-path: inset(0 100% 0 0);
	-webkit-transition: -webkit-clip-path 0.3s ease-out 0.1s;
	transition: -webkit-clip-path 0.3s ease-out 0.1s;
	transition: clip-path 0.3s ease-out 0.1s;
	transition: clip-path 0.3s ease-out 0.1s, -webkit-clip-path 0.3s ease-out 0.1s;
}

@media screen and (max-width: 767px) {
	.line-box {
		margin: 6px 0;
	}
}
.line-box:nth-of-type(2) {
	-webkit-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}

.line-box:nth-of-type(3) {
	-webkit-transition-delay: 0.6s;
	        transition-delay: 0.6s;
}

.line-box:nth-of-type(4) {
	-webkit-transition-delay: 0.9s;
	        transition-delay: 0.9s;
}

.line-box:nth-of-type(5) {
	-webkit-transition-delay: 1.2s;
	        transition-delay: 1.2s;
}

.line-box:nth-of-type(6) {
	-webkit-transition-delay: 1.5s;
	        transition-delay: 1.5s;
}

.line-box:nth-of-type(7) {
	-webkit-transition-delay: 1.8s;
	        transition-delay: 1.8s;
}

.in-view .line-box {
	-webkit-clip-path: inset(0 0 0 0);
	        clip-path: inset(0 0 0 0);
}

@media screen and (min-width: 768px) {
	.line-box + .line-box {
		padding-left: 0;
		margin-left: -12px;
	}
}
/*header*/
#header {
	padding: 30px 40px 15px 40px;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media screen and (max-width: 801px) {
	#header {
		padding: 20px 15px;
		z-index: 100;
	}
}
#header.load {
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
}
#header p.logo {
	width: 315px;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	position: relative;
	z-index: 5;
}
@media screen and (max-width: 801px) {
	#header p.logo {
		width: 200px;
	}
}
#header p.logo svg {
	width: 160px;
	height: 96px;
}
@media screen and (max-width: 801px) {
	#header p.logo svg {
		width: 45px;
		height: 45px;
	}
}
#header p.logo img {
	height: 69px;
	width: auto;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
@media screen and (max-width: 801px) {
	#header p.logo img {
		height: 50px;
	}
}
@-webkit-keyframes blur-anim {
	from {
		-webkit-transform: translate(100%);
		        transform: translate(100%);
	}
	to {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@keyframes blur-anim {
	from {
		-webkit-transform: translate(100%);
		        transform: translate(100%);
	}
	to {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
#header p.logo span {
	font-size: 1.4rem;
	line-height: 1.55;
}
@media screen and (max-width: 801px) {
	#header p.logo span {
		font-size: 1rem;
	}
}
#header p.logo span span {
	display: block;
	font-weight: 500;
}
#header p.logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 5;
}
#header .mems {
	position: absolute;
	z-index: 5;
	right: 25px;
	top: 30px;
	width: 45px;
	display: none;
}
@media screen and (max-width: 801px) {
	#header .mems {
		top: 6vw;
		right: 5%;
		width: 50px;
		height: 50px;
		border-radius: 30px;
		display: block;
		background-color: #fff;
	}
}
#header ul.btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
@media screen and (max-width: 801px) {
	#header ul.btns {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
		position: fixed;
		width: 100%;
		height: 100vh;
		background: #fff;
		display: block;
		-webkit-transition: 0.6s;
		transition: 0.6s;
		left: 0;
		top: 0;
		padding-top: 80px;
		font-size: 1.8rem;
	}
}
#header ul.btns li {
	margin-left: 3em;
}
@media screen and (max-width: 801px) {
	#header ul.btns li {
		margin: 5px 15px;
	}
}
#header ul.btns li a {
	font-weight: 300;
	font-size: 1.8rem;
	color: #333;
}
#header ul.btns li a:hover {
	opacity: 1;
}
@media screen and (max-width: 801px) {
	#header ul.btns li a {
		font-size: 2rem;
		display: block;
		padding: 5px 15px;
	}
}
#header .hamburger {
	width: 50px;
	height: 50px;
	z-index: 5;
}
@media screen and (max-width: 801px) {
	#header .hamburger {
		display: block;
	}
}
#header .hamburger i, #header .hamburger:before, #header .hamburger:after {
	width: 25px;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	background: #333;
	content: "";
}
#header .hamburger i {
	margin: -1px auto 0;
	top: 25px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#header .hamburger:after {
	margin: 0 auto;
	bottom: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#header .hamburger:before {
	margin: 0 auto;
	top: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#header.is-menu-open ul.btns {
	visibility: visible;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	display: block;
}
#header.is-menu-open .hamburger i {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: 15px;
	background: #000;
}
#header.is-menu-open .hamburger:before {
	margin-top: -1px;
	top: 15px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	background: #000;
}
#header.is-menu-open .hamburger:after {
	display: none;
}

/*footer*/
#footer {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	position: relative;
	background-image: url(../img/ft-bg.jpg);
	background-size: cover;
	color: #fff;
}
#footer .inn {
	padding: 10%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (max-width: 801px) {
	#footer .inn {
		display: block;
	}
}
#footer .icon {
	fill: #fff;
}
#footer a {
	color: #fff;
}
#footer dl.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 801px) {
	#footer dl.logo {
		display: block;
	}
}
#footer dl.logo dt .icon {
	width: 190px;
}
@media screen and (max-width: 801px) {
	#footer dl.logo dt .icon {
		width: 110px;
		height: 66px;
		margin: 0 auto;
	}
}
#footer dl.logo dd {
	font-size: 1.2rem;
	line-height: 1.5;
	border-left: 1px solid #fff;
	padding-left: 2em;
	margin-left: 2em;
}
@media screen and (max-width: 801px) {
	#footer dl.logo dd {
		padding: 5% 0 0 0;
		margin: 7.5% 0 0 0;
		font-size: 4vw;
		border: none;
		border-top: 1px solid #fff;
	}
}
@media screen and (max-width: 801px) {
	#footer ul.add {
		margin: 1em 0;
	}
}
#footer ul.add li {
	font-size: 4rem;
	line-height: 1.5;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 2px;
}
@media screen and (max-width: 801px) {
	#footer ul.add li {
		font-size: 5vw;
	}
}
#footer ul.add li .icon {
	width: 48px;
	height: 48px;
	margin-right: 20px;
}
@media screen and (max-width: 801px) {
	#footer ul.add li .icon {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
}
#footer ul.add li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#footer ul.add li.address {
	margin-top: 8px;
	font-style: normal;
	font-size: 16px;
}
#footer ul.sns {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 10%;
}
#footer ul.sns li {
	margin: 0 2.5%;
}
#footer ul.sns li .icon {
	width: 50px;
	height: 50px;
}
@media screen and (max-width: 801px) {
	#footer ul.sns li .icon {
		width: 50px;
		height: 50px;
	}
}

/* pages */
#main.home {
	overflow: hidden;
}
#main.home .mv {
	width: 100%;
	height: 100vh;
	height: calc(var(--vh) * 100);
	position: relative;
	background-color: #EFEFE4;
	overflow: hidden;
}
#main.home .mv img {
	width: 40%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media screen and (max-width: 801px) {
	#main.home .mv img {
		width: 90%;
	}
}
#main.home .mv svg {
	width: 90%;
	-webkit-transform: translate3d(5%, 0, 0);
	        transform: translate3d(5%, 0, 0);
}
@media screen and (max-width: 801px) {
	#main.home .mv svg {
		-webkit-transform: translate3d(-23%, 27%, 0);
		        transform: translate3d(-23%, 27%, 0);
		width: 172%;
	}
}
@media screen and (max-width: 801px) {
	#main.home .mv p {
		position: absolute;
		left: 50%;
		bottom: 2%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
#main.home .mv p span {
	overflow: hidden;
	position: relative;
	width: 1px;
	height: 20vw;
	display: block;
	margin: auto;
}
#main.home .mv p span:before {
	content: "";
	background: #000;
	position: absolute;
	z-index: 5;
	top: 0%;
	left: 0;
	width: 1px;
	height: 100%;
	-webkit-transform-origin: left bottom;
	        transform-origin: left bottom;
	-webkit-animation: 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite line-loop;
	        animation: 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite line-loop;
}
#main.home .area2 {
	padding: 5% 0;
	background-color: #EFEFE4;
}
#main.home .area2 .tl {
	padding: 0 5%;
}
#main.home .area2 svg {
	width: 55%;
}
@media screen and (max-width: 801px) {
	#main.home .area2 svg {
		width: 100%;
	}
}
#main.home .area2 svg .cls-1 {
	fill: #231815;
}
#main.home .area2 svg .cls-2 {
	fill: url(#grad_1);
}
#main.home .area2 svg .cls-3 {
	fill: #dbe7e9;
}
#main.home .area2 svg .cls-4 {
	fill: url(#grad_1-2);
}
#main.home .area2 svg .cls-5 {
	fill: url(#grad_1-3);
}
#main.home .area2 svg .box {
	opacity: 0;
}
#main.home .area2 svg.end .hide {
	-webkit-animation: textAnime 1s ease 1s forwards;
	        animation: textAnime 1s ease 1s forwards;
}
#main.home .area2 .a2a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10% 0 5% 0;
}
@media screen and (max-width: 801px) {
	#main.home .area2 .a2a {
		display: block;
		position: relative;
		margin: 20% 0;
	}
}
#main.home .area2 .a2a figure {
	width: 50%;
	-webkit-transform: translateX(-10vw);
	        transform: translateX(-10vw);
}
@media screen and (max-width: 801px) {
	#main.home .area2 .a2a figure {
		position: absolute;
		width: 90%;
		top: 0;
		left: 0;
	}
}
#main.home .area2 .a2a dl.cap {
	width: 50%;
}
@media screen and (max-width: 801px) {
	#main.home .area2 .a2a dl.cap {
		width: 90%;
		margin: auto;
	}
}
#main.home dl.cap dt {
	font-size: 4rem;
	position: relative;
	margin-bottom: 1em;
}
@media screen and (max-width: 1500px) {
	#main.home dl.cap dt {
		font-size: 3vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home dl.cap dt {
		font-size: 6vw;
	}
}
#main.home dl.cap dt span {
	font-family: quasimoda, sans-serif;
	font-size: 3.3rem;
	position: absolute;
	top: 0.5em;
	left: -3em;
}
@media screen and (max-width: 1500px) {
	#main.home dl.cap dt span {
		font-size: 2vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home dl.cap dt span {
		position: static;
		display: block;
		font-size: 5vw;
	}
}
#main.home dl.cap dd {
	font-size: 1.6rem;
}
@media screen and (max-width: 801px) {
	#main.home dl.cap dd {
		font-size: 3.5vw;
	}
}
#main.home .area3 {
	position: relative;
	z-index: 3;
	overflow: visible;
	padding-bottom: 10%;
	background-color: #EFEFE4;
}
#main.home .area3 .tl {
	width: 68%;
	max-width: 1310px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 801px) {
	#main.home .area3 .tl {
		width: 90%;
	}
}
#main.home .area3 .tl:after {
	content: "";
	width: 100%;
	height: 10px;
	display: block;
	margin-top: 5%;
	background: rgb(99, 191, 172);
	background: -webkit-gradient(linear, left top, right top, from(rgb(99, 191, 172)), to(rgb(0, 162, 232)));
	background: linear-gradient(to right, rgb(99, 191, 172) 0%, rgb(0, 162, 232) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#63bfac", endColorstr="#00a2e8",GradientType=1 );
}
@media screen and (max-width: 801px) {
	#main.home .area3 .tl:after {
		height: 5px;
	}
}
#main.home .area3 .tl svg {
	width: 90%;
	margin: auto;
}
#main.home .area3 dl.cap {
	margin: 5% 0 5% 12%;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 801px) {
	#main.home .area3 dl.cap {
		margin: 10% 5%;
	}
}
#main.home .area3 dl.cap dt span {
	left: -4em;
}
#main.home .area3 .mov {
	position: sticky;
	right: 10%;
	top: 0;
	position: absolute;
	width: 50%;
}
#main.home .area3 .mov figure {
	/*position: absolute;
	width: 50%;
	right: 0;*/
}
#main.home .area3 .mov svg {
	width: 150%;
}
#main.home .area3 .box2 {
	opacity: 0;
}
#main.home .area4 {
	background-color: #EFEFE4;
	padding: 1px 0;
	position: relative;
}
@media screen and (max-width: 801px) {
	#main.home .area4 {
		padding: 10% 0;
	}
}
#main.home .area4 .box3 {
	opacity: 0;
}
#main.home .area4 .tl {
	width: 75%;
	max-width: 1310px;
	position: relative;
	z-index: 2;
	margin: 10% 0 10% auto;
}
@media screen and (max-width: 801px) {
	#main.home .area4 .tl {
		width: 90%;
	}
}
#main.home .area4 .tl:after {
	content: "";
	width: 100%;
	height: 10px;
	display: block;
	margin-top: 5%;
	background: rgb(99, 191, 172);
	background: -webkit-gradient(linear, left top, right top, from(rgb(99, 191, 172)), to(rgb(0, 162, 232)));
	background: linear-gradient(to right, rgb(99, 191, 172) 0%, rgb(0, 162, 232) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#63bfac", endColorstr="#00a2e8",GradientType=1 );
}
@media screen and (max-width: 801px) {
	#main.home .area4 .tl:after {
		height: 5px;
	}
}
#main.home .area4 .tl svg {
	width: 50%;
	margin: 0 5% 0 auto;
}
#main.home .area4 dl.cap {
	margin-left: 40%;
}
@media screen and (max-width: 801px) {
	#main.home .area4 dl.cap {
		margin-left: 10%;
		margin-right: 5%;
	}
}
#main.home .area4 dl.cap dt span {
	left: -7em;
}
#main.home .area4 figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	-webkit-transform: translateX(-10%);
	        transform: translateX(-10%);
}
#main.home .area4 .a4a {
	width: 90%;
	margin: 10% auto 5% auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
@media screen and (max-width: 801px) {
	#main.home .area4 .a4a {
		display: block;
	}
}
#main.home .area4 .a4a:before {
	content: "";
	position: absolute;
	background-image: url(../img/service9.png);
	width: 171px;
	height: 55px;
	background-size: cover;
	top: 5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media screen and (max-width: 801px) {
	#main.home .area4 .a4a:before {
		display: none;
	}
}
#main.home .area4 .a4a dl {
	width: 50%;
	position: relative;
	border-top: 1px solid #000;
}
@media screen and (max-width: 801px) {
	#main.home .area4 .a4a dl {
		width: 100%;
		margin-bottom: 10%;
	}
}
#main.home .area4 .a4a dl dt {
	font-size: 2.4rem;
	position: absolute;
	background-color: #000;
	color: #fff;
	padding: 1px 10px;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	white-space: nowrap;
}
@media screen and (max-width: 801px) {
	#main.home .area4 .a4a dl dt {
		font-size: 4.5vw;
	}
}
#main.home .area4 .a4a dl dd {
	padding: 15% 10% 10% 10%;
}
@media screen and (max-width: 801px) {
	#main.home .area4 .a4a dl dd {
		padding: 15% 0 10% 0;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area4 .a4a dl dd:before {
		content: "";
		background-image: url(../img/service9.png);
		width: 93px;
		height: 30px;
		background-size: cover;
		display: block;
		margin: 0 auto 5% auto;
	}
}
#main.home .area4 .a4a dl dd.dd2 {
	border-top: 1px solid #000;
	padding: 5% 10% 5% 10%;
	font-size: 1.6rem;
}
@media screen and (max-width: 1500px) {
	#main.home .area4 .a4a dl dd.dd2 {
		padding: 5%;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area4 .a4a dl dd.dd2 {
		font-size: 3.5vw;
		padding: 5% 0;
	}
}
#main.home .area4 .a4a dl dd.dd2:before {
	display: none;
}
#main.home .area5 h2 {
	font-family: quasimoda, sans-serif;
	font-weight: 400;
	font-size: 7.4rem;
	text-align: center;
	letter-spacing: 2px;
	margin: 1em 0;
}
@media screen and (max-width: 1500px) {
	#main.home .area5 h2 {
		font-size: 6vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area5 h2 {
		font-size: 7vw;
	}
}
#main.home .area5 .a5a {
	width: 90%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 801px) {
	#main.home .area5 .a5a {
		display: block;
	}
}
#main.home .area5 .a5a dl {
	width: 31%;
	margin-bottom: 5%;
}
@media screen and (max-width: 801px) {
	#main.home .area5 .a5a dl {
		width: 100%;
		margin-bottom: 10%;
	}
}
#main.home .area5 .a5a dl dt {
	text-align: center;
	font-size: 2.4rem;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
@media screen and (max-width: 1500px) {
	#main.home .area5 .a5a dl dt {
		font-size: 2vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area5 .a5a dl dt {
		font-size: 5vw;
	}
}
#main.home .area5 .a5a dl dd {
	font-size: 1.6rem;
}
@media screen and (max-width: 801px) {
	#main.home .area5 .a5a dl dd {
		font-size: 3.5vw;
	}
}
#main.home .area5 .a5a dl dd img {
	display: block;
	width: 85%;
	margin: 15% auto;
}
@media screen and (max-width: 801px) {
	#main.home .area5 .a5a dl dd img {
		width: 100%;
		margin: 5% auto;
	}
}
#main.home .area6 {
	background-color: #e7efef;
	padding: 1px 0 10% 0;
}
#main.home .area6 h2 {
	text-align: center;
	font-family: quasimoda, sans-serif;
	font-weight: 400;
	font-size: 14rem;
	letter-spacing: 2px;
	margin: 0.5em 0;
}
@media screen and (max-width: 1500px) {
	#main.home .area6 h2 {
		font-size: 7vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area6 h2 {
		font-size: 8vw;
	}
}
#main.home .area6 .a6a {
	width: 90%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 801px) {
	#main.home .area6 .a6a {
		display: block;
	}
}
#main.home .area6 .a6a dl {
	width: 33%;
}
@media screen and (max-width: 801px) {
	#main.home .area6 .a6a dl {
		width: 100%;
		margin-bottom: 10%;
	}
}
#main.home .area6 .a6a dl dt {
	text-align: center;
	font-weight: 500;
	font-size: 2.8rem;
	margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
	#main.home .area6 .a6a dl dt {
		font-size: 3vw;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area6 .a6a dl dt {
		font-size: 6vw;
		margin-bottom: 0.5em;
	}
}
#main.home .area6 .a6a dl dt span {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: italic;
	font-style: normal;
	font-size: 3rem;
	text-align: center;
	display: block;
	color: #fff;
	background-image: url(../img/flow1.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 1em 0;
	margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
	#main.home .area6 .a6a dl dt span {
		font-size: 2vw;
		background-size: 100%;
		background-position: center center;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area6 .a6a dl dt span {
		background-size: cover;
		font-size: 5vw;
		margin-bottom: 1em;
	}
}
#main.home .area6 .a6a dl dd {
	font-size: 1.6rem;
	text-align: center;
}
@media screen and (max-width: 1500px) {
	#main.home .area6 .a6a dl dd {
		padding: 0 5% 0 10%;
	}
}
@media screen and (max-width: 801px) {
	#main.home .area6 .a6a dl dd {
		font-size: 4vw;
		padding: 0;
	}
}
#main.home .area6 .a6a dl dd span {
	display: inline-block;
	text-align: left;
}

@-webkit-keyframes textAnime {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes textAnime {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes line-loop {
	0% {
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
	}
	50% {
		-webkit-transform: translateY(0%);
		        transform: translateY(0%);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}
@keyframes line-loop {
	0% {
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
	}
	50% {
		-webkit-transform: translateY(0%);
		        transform: translateY(0%);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}