@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*#################################
	サイト内共通
#################################*/
body {
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	color: #4d4d4d;
	background-color: #f5f5eb;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #4d4d4d;
}
a:hover {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.5;
	cursor: pointer;
	text-decoration: none;
	color: #4d4d4d;
}

p {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

/*#################################
	MV
#################################*/
@-webkit-keyframes fuwafuwa1 {
	0% {
		-webkit-transform: translateY(-8px);
		        transform: translateY(-8px);
	}
	100% {
		-webkit-transform: translateY(8px);
		        transform: translateY(8px);
	}
}
@keyframes fuwafuwa1 {
	0% {
		-webkit-transform: translateY(-8px);
		        transform: translateY(-8px);
	}
	100% {
		-webkit-transform: translateY(8px);
		        transform: translateY(8px);
	}
}
@-webkit-keyframes fuwafuwa2 {
	0% {
		-webkit-transform: translateY(-1px);
		        transform: translateY(-1px);
	}
	100% {
		-webkit-transform: translateY(1px);
		        transform: translateY(1px);
	}
}
@keyframes fuwafuwa2 {
	0% {
		-webkit-transform: translateY(-1px);
		        transform: translateY(-1px);
	}
	100% {
		-webkit-transform: translateY(1px);
		        transform: translateY(1px);
	}
}
@-webkit-keyframes fuwafuwa3 {
	0% {
		-webkit-transform: translateY(3px);
		        transform: translateY(3px);
	}
	100% {
		-webkit-transform: translateY(-3px);
		        transform: translateY(-3px);
	}
}
@keyframes fuwafuwa3 {
	0% {
		-webkit-transform: translateY(3px);
		        transform: translateY(3px);
	}
	100% {
		-webkit-transform: translateY(-3px);
		        transform: translateY(-3px);
	}
}
@-webkit-keyframes fuwafuwa4 {
	0% {
		-webkit-transform: translateY(-5%) translateX(-3%);
		        transform: translateY(-5%) translateX(-3%);
	}
	100% {
		-webkit-transform: translateY(5%) translateX(3%);
		        transform: translateY(5%) translateX(3%);
	}
}
@keyframes fuwafuwa4 {
	0% {
		-webkit-transform: translateY(-5%) translateX(-3%);
		        transform: translateY(-5%) translateX(-3%);
	}
	100% {
		-webkit-transform: translateY(5%) translateX(3%);
		        transform: translateY(5%) translateX(3%);
	}
}
@-webkit-keyframes fuwafuwa5 {
	0% {
		-webkit-transform: translateY(5%) translateX(3%);
		        transform: translateY(5%) translateX(3%);
	}
	100% {
		-webkit-transform: translateY(-5%) translateX(-3%);
		        transform: translateY(-5%) translateX(-3%);
	}
}
@keyframes fuwafuwa5 {
	0% {
		-webkit-transform: translateY(5%) translateX(3%);
		        transform: translateY(5%) translateX(3%);
	}
	100% {
		-webkit-transform: translateY(-5%) translateX(-3%);
		        transform: translateY(-5%) translateX(-3%);
	}
}
@-webkit-keyframes linefuwa {
	0% {
		-webkit-transform: translateY(-8%);
		        transform: translateY(-8%);
	}
	100% {
		-webkit-transform: translateY(8%);
		        transform: translateY(8%);
	}
}
@keyframes linefuwa {
	0% {
		-webkit-transform: translateY(-8%);
		        transform: translateY(-8%);
	}
	100% {
		-webkit-transform: translateY(8%);
		        transform: translateY(8%);
	}
}
@-webkit-keyframes headerFade {
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes headerFade {
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes bouncePop {
	0% {
		-webkit-transform: translate(-50%, 0) scale(0.96);
		        transform: translate(-50%, 0) scale(0.96);
	}
	35% {
		-webkit-transform: translate(-50%, -10%) scale(1.04);
		        transform: translate(-50%, -10%) scale(1.04);
	}
	65% {
		-webkit-transform: translate(-50%, 2%) scale(0.99);
		        transform: translate(-50%, 2%) scale(0.99);
	}
	100% {
		-webkit-transform: translate(-50%, 0) scale(1);
		        transform: translate(-50%, 0) scale(1);
	}
}
@keyframes bouncePop {
	0% {
		-webkit-transform: translate(-50%, 0) scale(0.96);
		        transform: translate(-50%, 0) scale(0.96);
	}
	35% {
		-webkit-transform: translate(-50%, -10%) scale(1.04);
		        transform: translate(-50%, -10%) scale(1.04);
	}
	65% {
		-webkit-transform: translate(-50%, 2%) scale(0.99);
		        transform: translate(-50%, 2%) scale(0.99);
	}
	100% {
		-webkit-transform: translate(-50%, 0) scale(1);
		        transform: translate(-50%, 0) scale(1);
	}
}
@-webkit-keyframes gatagata {
	0% {
		scale: 1;
	}
	50% {
		scale: 1.02;
	}
	100% {
		scale: 1;
	}
}
@keyframes gatagata {
	0% {
		scale: 1;
	}
	50% {
		scale: 1.02;
	}
	100% {
		scale: 1;
	}
}
@-webkit-keyframes train-1 {
	0% {
		-webkit-transform: none;
		        transform: none;
	}
	100% {
		-webkit-transform: translate(-9%, 7%);
		        transform: translate(-9%, 7%);
	}
}
@keyframes train-1 {
	0% {
		-webkit-transform: none;
		        transform: none;
	}
	100% {
		-webkit-transform: translate(-9%, 7%);
		        transform: translate(-9%, 7%);
	}
}
@-webkit-keyframes train-2 {
	0% {
		-webkit-transform: none;
		        transform: none;
	}
	100% {
		-webkit-transform: translateX(-28%) translateY(22%);
		        transform: translateX(-28%) translateY(22%);
	}
}
@keyframes train-2 {
	0% {
		-webkit-transform: none;
		        transform: none;
	}
	100% {
		-webkit-transform: translateX(-28%) translateY(22%);
		        transform: translateX(-28%) translateY(22%);
	}
}
@-webkit-keyframes train-3 {
	0% {
		-webkit-transform: none;
		        transform: none;
	}
	100% {
		-webkit-transform: translateX(13%) translateY(10%);
		        transform: translateX(13%) translateY(10%);
	}
}
@keyframes train-3 {
	0% {
		-webkit-transform: none;
		        transform: none;
	}
	100% {
		-webkit-transform: translateX(13%) translateY(10%);
		        transform: translateX(13%) translateY(10%);
	}
}
@-webkit-keyframes train-4 {
	0% {
		-webkit-transform: none;
		        transform: none;
	}
	100% {
		-webkit-transform: translateX(13%) translateY(10%);
		        transform: translateX(13%) translateY(10%);
	}
}
@keyframes train-4 {
	0% {
		-webkit-transform: none;
		        transform: none;
	}
	100% {
		-webkit-transform: translateX(13%) translateY(10%);
		        transform: translateX(13%) translateY(10%);
	}
}
@keyframes train-4 {
	0% {
		-webkit-transform: none;
		        transform: none;
	}
	100% {
		-webkit-transform: translate(-9%, 7%);
		        transform: translate(-9%, 7%);
	}
}
@-webkit-keyframes train-5 {
	0% {
		-webkit-transform: none;
		        transform: none;
	}
	100% {
		-webkit-transform: translateX(-85%) translateY(55%);
		        transform: translateX(-85%) translateY(55%);
	}
}
@keyframes train-5 {
	0% {
		-webkit-transform: none;
		        transform: none;
	}
	100% {
		-webkit-transform: translateX(-85%) translateY(55%);
		        transform: translateX(-85%) translateY(55%);
	}
}
header {
	position: relative;
}
header .h-inner {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	padding-top: 60px;
}
@media screen and (max-width: 767px) {
	header .h-inner {
		padding-top: 15px;
	}
}
header .h-inner .h-nav {
	width: 90%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	header .h-inner .h-nav {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
header .h-inner .h-nav .logo {
	display: inline-block;
	margin-right: auto;
	width: 320px;
}
@media screen and (max-width: 1199px) {
	header .h-inner .h-nav .logo {
		width: 180px;
	}
}
@media screen and (max-width: 767px) {
	header .h-inner .h-nav .logo {
		margin-right: 0;
		width: 221px;
		max-width: calc(100% - 150px);
	}
}
header .h-inner .h-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	header .h-inner .h-nav ul {
		display: none;
	}
}
header .h-inner .h-nav ul li {
	padding-left: 30px;
}
header .h-inner .h-nav ul li a {
	display: inline-block;
	position: relative;
	color: #b3b3b3;
}
@media screen and (max-width: 991px) {
	header .h-inner .h-nav ul li a {
		font-size: 12px;
	}
}
header .h-inner .h-nav ul li a:hover {
	color: #46b46e;
	opacity: 1;
}
header .h-inner .h-nav ul li a:hover:after {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #46b46e;
}
header .h-inner .h-nav ul li.corporate a {
	display: inline-block;
}
@media screen and (max-width: 991px) {
	header .h-inner .h-nav ul li.corporate a {
		width: 116px;
	}
}
header .h-inner .h-nav ul li.corporate a:hover {
	opacity: 0.8;
}
header .h-inner .h-nav ul li.corporate a:hover:after {
	content: none;
}
header .h-inner.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);
	-webkit-animation: headerFade 0.4s forwards;
	        animation: headerFade 0.4s forwards;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f5f5eb;
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
	header .h-inner.fixed {
		display: none;
	}
}
header .h-inner.fixed .h-nav ul li a {
	color: #4d4d4d;
}

.drawer--right .drawer-hamburger {
	background-color: white;
	border-radius: 50%;
	padding: 18px 14px 30px;
	right: 15px;
	top: 10px;
	z-index: 999;
}
.drawer--right .drawer-hamburger:focus {
	outline: none;
}
.drawer--right .drawer-hamburger-icon,
.drawer--right .drawer-hamburger-icon:after,
.drawer--right .drawer-hamburger-icon:before {
	background-color: #46b46e;
}
.drawer--right .drawer-nav {
	z-index: 998;
	background-color: #f5f5eb;
	text-align: center;
	padding-top: 100px;
}
.drawer--right .drawer-nav .drawer-menu .drawer-menu-item {
	color: #46b46e;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.drawer--right .drawer-nav .drawer-menu .drawer-menu-item:hover {
	text-decoration: none;
}
.drawer--right.drawer-open header .h-inner .header-nav .logo,
.drawer--right.drawer-open header .h-inner .header-nav .ul {
	visibility: hidden;
}
.drawer--right.drawer-open .drawer-nav {
	right: 0 !important;
}
.drawer--right.drawer-open .drawer-hamburger {
	right: 15px;
}
.drawer--right.drawer-open .drawer-hamburger-icon {
	background-color: transparent;
}
.drawer--right.drawer-open .drawer-hamburger-icon:after,
.drawer--right.drawer-open .drawer-hamburger-icon:before {
	background-color: #46b46e;
	top: 0;
}

.drawer-overlay {
	z-index: 997;
}

.sec-inner {
	max-width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.sec-inner {
		max-width: calc(100% - 30px);
	}
}

body.home main {
	overflow: hidden;
}
body.home main .mv {
	position: relative;
	background-image: url(../img/mv/mv-bg.jpg);
	background-position: center;
	background-size: cover;
	padding-top: 140px;
	padding-bottom: 100px;
	overflow: hidden;
}
@media screen and (max-width: 991px) {
	body.home main .mv {
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	body.home main .mv {
		padding-top: 110px;
		background-image: url(../img/mv/mv-bg-sp.jpg);
	}
}
body.home main .mv .bs {
	position: absolute;
	top: 20%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 90%;
}
@media screen and (max-width: 767px) {
	body.home main .mv .bs {
		width: 95%;
		top: 80px;
	}
}
body.home main .mv .txt {
	position: absolute;
	bottom: 20%;
	left: 5%;
	width: 269px;
	max-width: 18%;
}
@media screen and (max-width: 1199px) {
	body.home main .mv .txt {
		bottom: 5%;
	}
}
@media screen and (max-width: 991px) {
	body.home main .mv .txt {
		bottom: auto;
		left: auto;
		position: static;
		max-width: 53%;
		margin: 60px auto 0;
		display: block;
	}
}
@media screen and (max-width: 767px) {
	body.home main .mv .txt {
		width: 199px;
	}
}
body.home main .mv .c-1 img,
body.home main .mv .c-3 img,
body.home main .mv .c-5 img,
body.home main .mv .c-7 img,
body.home main .mv .c-9 img {
	animation: fuwafuwa4 2s ease-in-out infinite alternate-reverse;
}
body.home main .mv .c-2 img,
body.home main .mv .c-4 img,
body.home main .mv .c-6 img,
body.home main .mv .c-8 img,
body.home main .mv .c-10 img {
	animation: fuwafuwa5 2s ease-in-out infinite alternate-reverse;
}
body.home main .mv .c-1 {
	width: 18.2%;
	position: absolute;
	top: 0;
	left: 5%;
	-webkit-transform: translateY(-30%);
	        transform: translateY(-30%);
}
@media screen and (max-width: 767px) {
	body.home main .mv .c-1 {
		width: 44%;
		-webkit-transform: translateY(-4%) translateX(-50%);
		        transform: translateY(-4%) translateX(-50%);
		left: 0;
	}
}
body.home main .mv .c-2 {
	width: 7.2%;
	position: absolute;
	top: 47%;
	right: 17%;
}
@media screen and (max-width: 767px) {
	body.home main .mv .c-2 {
		width: 17.6%;
		top: 42%;
		right: 0;
		-webkit-transform: translateX(50%);
		        transform: translateX(50%);
	}
}
body.home main .mv .c-3 {
	width: 13.8%;
	position: absolute;
	top: 36%;
	right: -4%;
}
@media screen and (max-width: 767px) {
	body.home main .mv .c-3 {
		width: 33.33%;
		top: 52%;
		right: 0;
		-webkit-transform: translateX(70%);
		        transform: translateX(70%);
	}
}
body.home main .mv .center {
	width: 816px;
	max-width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	body.home main .mv .center {
		max-width: 100%;
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}
body.home main .mv .center .inner {
	position: relative;
}
body.home main .mv .center .inner .area-1,
body.home main .mv .center .inner .area-2,
body.home main .mv .center .inner .area-3 {
	width: 72%;
	margin: 0 auto;
}
body.home main .mv .center .inner .area-1 .area-inner,
body.home main .mv .center .inner .area-2 .area-inner,
body.home main .mv .center .inner .area-3 .area-inner {
	position: relative;
	animation: fuwafuwa1 2s ease-in-out infinite alternate-reverse;
}
body.home main .mv .center .inner .area-1 .area-inner .line,
body.home main .mv .center .inner .area-2 .area-inner .line,
body.home main .mv .center .inner .area-3 .area-inner .line {
	position: absolute;
	bottom: 15%;
	left: 16%;
	width: 7.6%;
	animation: linefuwa 0.6s infinite alternate-reverse;
}
body.home main .mv .center .inner .area-1 .area-inner .cloud,
body.home main .mv .center .inner .area-2 .area-inner .cloud,
body.home main .mv .center .inner .area-3 .area-inner .cloud {
	position: absolute;
	top: 36%;
	left: -7%;
	width: 65%;
	z-index: 4;
}
body.home main .mv .center .inner .area-1 .area-inner .train-1,
body.home main .mv .center .inner .area-1 .area-inner .train-2,
body.home main .mv .center .inner .area-2 .area-inner .train-1,
body.home main .mv .center .inner .area-2 .area-inner .train-2,
body.home main .mv .center .inner .area-3 .area-inner .train-1,
body.home main .mv .center .inner .area-3 .area-inner .train-2 {
	position: absolute;
	z-index: 4;
}
body.home main .mv .center .inner .area-1 .area-inner {
	z-index: 4;
}
body.home main .mv .center .inner .area-1 .area-inner .train-1 {
	width: 44.5%;
	bottom: 9%;
	right: 3%;
}
body.home main .mv .center .inner .area-1 .area-inner .train-1 img {
	-webkit-animation: train-1 1.2s infinite linear alternate, gatagata 1s infinite linear;
	        animation: train-1 1.2s infinite linear alternate, gatagata 1s infinite linear;
}
body.home main .mv .center .inner .area-2 {
	margin-top: -29%;
}
body.home main .mv .center .inner .area-2 .area-inner {
	z-index: 3;
}
body.home main .mv .center .inner .area-2 .area-inner .train-1 {
	width: 36.3%;
	bottom: 16%;
	right: 3%;
}
body.home main .mv .center .inner .area-2 .area-inner .train-1 img {
	-webkit-animation: train-2 3s infinite linear alternate, gatagata 0.8s infinite linear;
	        animation: train-2 3s infinite linear alternate, gatagata 0.8s infinite linear;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
body.home main .mv .center .inner .area-2 .area-inner .train-2 {
	width: 36.3%;
	bottom: 15.2%;
	left: 4.2%;
}
body.home main .mv .center .inner .area-2 .area-inner .train-2 img {
	-webkit-animation: train-3 3s infinite linear alternate, gatagata 1.2s infinite linear;
	        animation: train-3 3s infinite linear alternate, gatagata 1.2s infinite linear;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
body.home main .mv .center .inner .area-3 {
	margin-top: -21.5%;
}
body.home main .mv .center .inner .area-3 .area-inner {
	z-index: 2;
}
body.home main .mv .center .inner .area-3 .area-inner .train-1 {
	width: 36.3%;
	top: -5%;
	left: 15%;
}
body.home main .mv .center .inner .area-3 .area-inner .train-1 img {
	-webkit-animation: train-4 2s infinite linear alternate;
	        animation: train-4 2s infinite linear alternate;
}
body.home main .mv .center .inner .area-3 .area-inner .train-2 {
	width: 24.2%;
	bottom: 36%;
	right: 3%;
}
body.home main .mv .center .inner .area-3 .area-inner .train-2 img {
	-webkit-animation: train-5 2.5s infinite linear alternate, gatagata 0.8s infinite linear;
	        animation: train-5 2.5s infinite linear alternate, gatagata 0.8s infinite linear;
}
body.home main .mv .center .inner .island-1,
body.home main .mv .center .inner .island-2,
body.home main .mv .center .inner .island-3,
body.home main .mv .center .inner .island-4 {
	position: absolute;
}
body.home main .mv .center .inner .island-1 img,
body.home main .mv .center .inner .island-2 img,
body.home main .mv .center .inner .island-3 img,
body.home main .mv .center .inner .island-4 img {
	animation: fuwafuwa3 1s ease-in-out infinite alternate-reverse;
}
body.home main .mv .center .inner .island-1 {
	width: 25.4%;
	top: 5%;
	left: 16%;
}
body.home main .mv .center .inner .island-2 {
	width: 17.7%;
	top: 60%;
	left: 5%;
}
body.home main .mv .center .inner .island-3 {
	width: 22%;
	top: 14%;
	right: 11.5%;
}
body.home main .mv .center .inner .island-4 {
	width: 11.3%;
	top: 58%;
	right: 4%;
}
body.home main .mv .center .inner .flags {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	overflow: hidden;
}
body.home main .mv .center .inner .flags .flags-inner {
	position: relative;
	animation: fuwafuwa1 2s ease-in-out infinite alternate-reverse;
	width: 100%;
	height: 100%;
}
body.home main .mv .center .inner .flag-1,
body.home main .mv .center .inner .flag-2,
body.home main .mv .center .inner .flag-3,
body.home main .mv .center .inner .flag-4,
body.home main .mv .center .inner .flag-5,
body.home main .mv .center .inner .flag-6,
body.home main .mv .center .inner .flag-7 {
	position: absolute;
	width: 5.5%;
}
body.home main .mv .center .inner .flag-1 {
	top: 33.5%;
	left: 34%;
}
body.home main .mv .center .inner .flag-2 {
	top: 29.5%;
	left: 64%;
}
body.home main .mv .center .inner .flag-3 {
	top: 64.5%;
	left: 46%;
}
body.home main .mv .center .inner .flag-4 {
	top: 48%;
	left: 60%;
}
body.home main .mv .center .inner .flag-5 {
	top: 77%;
	left: 23%;
}
body.home main .mv .center .inner .flag-6 {
	top: 78%;
	left: 51%;
}
body.home main .mv .center .inner .flag-7 {
	top: 68%;
	left: 63.5%;
}
body.home main .mv .center .inner .bbl-1,
body.home main .mv .center .inner .bbl-2,
body.home main .mv .center .inner .bbl-3,
body.home main .mv .center .inner .bbl-4,
body.home main .mv .center .inner .bbl-5,
body.home main .mv .center .inner .bbl-6,
body.home main .mv .center .inner .bbl-7 {
	position: absolute;
	width: 33.9%;
	display: none;
}
body.home main .mv .center .inner .bbl-1 {
	top: 21.5%;
	left: 18%;
}
body.home main .mv .center .inner .bbl-2 {
	top: 17.5%;
	left: 48%;
}
body.home main .mv .center .inner .bbl-3 {
	top: 52.5%;
	left: 30%;
}
body.home main .mv .center .inner .bbl-4 {
	top: 36%;
	left: 44%;
}
body.home main .mv .center .inner .bbl-5 {
	top: 65%;
	left: 7%;
}
body.home main .mv .center .inner .bbl-6 {
	top: 66%;
	left: 35%;
}
body.home main .mv .center .inner .bbl-7 {
	top: 56%;
	left: 47.5%;
}
body.home main .mv .center .inner .c-4 {
	width: 21.9%;
	position: absolute;
	top: -3%;
	left: 34%;
}
body.home main .mv .center .inner .c-5 {
	width: 13.7%;
	position: absolute;
	top: 19%;
	left: 6%;
}
body.home main .mv .center .inner .c-6 {
	width: 30.2%;
	position: absolute;
	top: 35%;
	left: -3%;
}
body.home main .mv .center .inner .c-7 {
	width: 12.7%;
	position: absolute;
	top: 72%;
	left: -3%;
}
body.home main .mv .center .inner .c-8 {
	width: 20.9%;
	position: absolute;
	bottom: 3%;
	right: 15%;
	z-index: 3;
}
body.home main .mv .center .inner .c-9 {
	width: 13.7%;
	position: absolute;
	top: 14%;
	right: 5%;
}
body.home main .mv .center .inner .c-10 {
	width: 14.7%;
	position: absolute;
	top: 4%;
	right: 18%;
}
body.home main .about {
	background-color: #c0e5ce;
	background-image: url(../img/about-bg.jpg);
	background-size: 100%;
	background-position: bottom -1px center;
	background-repeat: no-repeat;
	padding-bottom: 150px;
}
@media screen and (max-width: 1399px) {
	body.home main .about {
		background-size: auto 400px;
	}
}
@media screen and (max-width: 767px) {
	body.home main .about {
		background-image: url(../img/about-bg-sp.jpg);
		padding-bottom: 50px;
		background-size: 100%;
	}
}
body.home main .about__txt-1 {
	font-size: 20px;
	padding-bottom: 80px;
	text-align: center;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	body.home main .about__txt-1 {
		font-size: 18px;
		padding-bottom: 50px;
	}
}
body.home main .about .youtube {
	width: 935px;
	max-width: 100%;
	aspect-ratio: 16/9;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	body.home main .about .youtube {
		max-width: 95%;
	}
}
body.home main .about .youtube iframe {
	border-radius: 30px;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	body.home main .about .youtube iframe {
		border-radius: 15px;
	}
}
body.home main .business {
	position: relative;
}
body.home main .business .scroll {
	width: 10px;
	z-index: 997;
	position: absolute;
	top: 0;
	right: 60px;
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
}
@media screen and (max-width: 1199px) {
	body.home main .business .scroll {
		right: 15px;
	}
}
@media screen and (max-width: 767px) {
	body.home main .business .scroll {
		width: 9px;
		right: 5px;
	}
}
body.home main .business .scroll__img {
	width: 100%;
}
body.home main .business .scroll__line {
	width: 1px;
	height: 160px;
	background-color: #b3b3b3;
	margin: 10px auto 0;
	position: relative;
}
body.home main .business .scroll__line .circle {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #46b46e;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
	body.home main .business .scroll__line .circle {
		width: 7px;
		height: 7px;
	}
}
body.home main .business .scroll__line .circle:nth-of-type(1) {
	top: 0;
	-webkit-animation: drop 2s ease-in-out infinite;
	        animation: drop 2s ease-in-out infinite;
}
@-webkit-keyframes drop {
	0% {
		top: 0;
	}
	100% {
		top: 100%;
	}
}
@keyframes drop {
	0% {
		top: 0;
	}
	100% {
		top: 100%;
	}
}
body.home main .business .scroll.fixed {
	position: fixed;
	bottom: 10%;
	top: auto;
	-webkit-transform: none;
	        transform: none;
}
body.home main .business .scroll.fixed .scroll__line {
	background-color: white;
}
body.home main .business .business-inner {
	overflow: hidden;
}
body.home main .business .business-inner .ttl {
	text-align: center;
	position: relative;
	z-index: 2;
}
body.home main .business .business-inner .ttl img {
	width: 861px;
}
@media screen and (max-width: 1199px) {
	body.home main .business .business-inner .ttl img {
		width: 71%;
	}
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .ttl img {
		width: 252px;
		max-width: 67%;
	}
}
body.home main .business .business-inner__txt-1 {
	font-size: 20px;
	text-align: center;
	padding-top: 40px;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner__txt-1 {
		font-size: 18px;
	}
}
body.home main .business .business-inner .business-list .bottom {
	background-color: #c0e5ce;
	margin-top: -6%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .bottom {
		margin-top: 0;
	}
}
body.home main .business .business-inner .business-list .bottom img {
	width: 100%;
}
body.home main .business .business-inner .business-list .business-1,
body.home main .business .business-inner .business-list .business-2,
body.home main .business .business-inner .business-list .business-3,
body.home main .business .business-inner .business-list .business-4 {
	position: relative;
}
body.home main .business .business-inner .business-list .business-1 .inner,
body.home main .business .business-inner .business-list .business-2 .inner,
body.home main .business .business-inner .business-list .business-3 .inner,
body.home main .business .business-inner .business-list .business-4 .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
@media screen and (max-width: 1399px) {
	body.home main .business .business-inner .business-list .business-1 .inner,
	body.home main .business .business-inner .business-list .business-2 .inner,
	body.home main .business .business-inner .business-list .business-3 .inner,
	body.home main .business .business-inner .business-list .business-4 .inner {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-1 .inner,
	body.home main .business .business-inner .business-list .business-2 .inner,
	body.home main .business .business-inner .business-list .business-3 .inner,
	body.home main .business .business-inner .business-list .business-4 .inner {
		display: block;
	}
}
body.home main .business .business-inner .business-list .business-1 .inner .content,
body.home main .business .business-inner .business-list .business-2 .inner .content,
body.home main .business .business-inner .business-list .business-3 .inner .content,
body.home main .business .business-inner .business-list .business-4 .inner .content {
	width: 520px;
	max-width: 40%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-1 .inner .content,
	body.home main .business .business-inner .business-list .business-2 .inner .content,
	body.home main .business .business-inner .business-list .business-3 .inner .content,
	body.home main .business .business-inner .business-list .business-4 .inner .content {
		width: 100%;
		max-width: calc(100% - 30px);
		margin: 0 auto;
	}
}
body.home main .business .business-inner .business-list .business-1 .inner .content .num,
body.home main .business .business-inner .business-list .business-2 .inner .content .num,
body.home main .business .business-inner .business-list .business-3 .inner .content .num,
body.home main .business .business-inner .business-list .business-4 .inner .content .num {
	display: block;
}
body.home main .business .business-inner .business-list .business-1 .inner .content .txt,
body.home main .business .business-inner .business-list .business-2 .inner .content .txt,
body.home main .business .business-inner .business-list .business-3 .inner .content .txt,
body.home main .business .business-inner .business-list .business-4 .inner .content .txt {
	padding: 60px 0;
	position: relative;
}
body.home main .business .business-inner .business-list .business-1 .inner .content .txt:after,
body.home main .business .business-inner .business-list .business-2 .inner .content .txt:after,
body.home main .business .business-inner .business-list .business-3 .inner .content .txt:after,
body.home main .business .business-inner .business-list .business-4 .inner .content .txt:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	height: 100%;
	width: 300vw;
	background-color: #c0e5ce;
	z-index: -1;
}
body.home main .business .business-inner .business-list .business-1 .inner .content .txt__1,
body.home main .business .business-inner .business-list .business-2 .inner .content .txt__1,
body.home main .business .business-inner .business-list .business-3 .inner .content .txt__1,
body.home main .business .business-inner .business-list .business-4 .inner .content .txt__1 {
	font-size: 40px;
	font-family: fot-tsukuaoldmin-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
}
@media screen and (max-width: 1399px) {
	body.home main .business .business-inner .business-list .business-1 .inner .content .txt__1,
	body.home main .business .business-inner .business-list .business-2 .inner .content .txt__1,
	body.home main .business .business-inner .business-list .business-3 .inner .content .txt__1,
	body.home main .business .business-inner .business-list .business-4 .inner .content .txt__1 {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-1 .inner .content .txt__1,
	body.home main .business .business-inner .business-list .business-2 .inner .content .txt__1,
	body.home main .business .business-inner .business-list .business-3 .inner .content .txt__1,
	body.home main .business .business-inner .business-list .business-4 .inner .content .txt__1 {
		font-size: 24px;
		text-align: center;
	}
}
body.home main .business .business-inner .business-list .business-1 .inner .content .txt__2,
body.home main .business .business-inner .business-list .business-2 .inner .content .txt__2,
body.home main .business .business-inner .business-list .business-3 .inner .content .txt__2,
body.home main .business .business-inner .business-list .business-4 .inner .content .txt__2 {
	font-size: 70px;
	color: #46b46e;
	padding: 30px 0;
	font-weight: bold;
	line-height: 1;
}
@media screen and (max-width: 1399px) {
	body.home main .business .business-inner .business-list .business-1 .inner .content .txt__2,
	body.home main .business .business-inner .business-list .business-2 .inner .content .txt__2,
	body.home main .business .business-inner .business-list .business-3 .inner .content .txt__2,
	body.home main .business .business-inner .business-list .business-4 .inner .content .txt__2 {
		font-size: 50px;
	}
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-1 .inner .content .txt__2,
	body.home main .business .business-inner .business-list .business-2 .inner .content .txt__2,
	body.home main .business .business-inner .business-list .business-3 .inner .content .txt__2,
	body.home main .business .business-inner .business-list .business-4 .inner .content .txt__2 {
		font-size: 40px;
		text-align: center;
	}
}
body.home main .business .business-inner .business-list .business-1 .inner .content .txt__3,
body.home main .business .business-inner .business-list .business-2 .inner .content .txt__3,
body.home main .business .business-inner .business-list .business-3 .inner .content .txt__3,
body.home main .business .business-inner .business-list .business-4 .inner .content .txt__3 {
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-1 .inner .content .txt__3,
	body.home main .business .business-inner .business-list .business-2 .inner .content .txt__3,
	body.home main .business .business-inner .business-list .business-3 .inner .content .txt__3,
	body.home main .business .business-inner .business-list .business-4 .inner .content .txt__3 {
		line-height: 1.7;
	}
}
body.home main .business .business-inner .business-list .business-1 .inner .illust,
body.home main .business .business-inner .business-list .business-2 .inner .illust,
body.home main .business .business-inner .business-list .business-3 .inner .illust,
body.home main .business .business-inner .business-list .business-4 .inner .illust {
	width: 1080px;
	max-width: 60%;
	padding: 3% 5% 3% 3%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-1 .inner .illust,
	body.home main .business .business-inner .business-list .business-2 .inner .illust,
	body.home main .business .business-inner .business-list .business-3 .inner .illust,
	body.home main .business .business-inner .business-list .business-4 .inner .illust {
		position: absolute;
		top: 0;
		left: 0;
		max-width: 100%;
		width: 100%;
	}
}
body.home main .business .business-inner .business-list .business-1 {
	padding-top: 20px;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-1 {
		padding-top: 80px;
	}
}
body.home main .business .business-inner .business-list .business-1 .c1,
body.home main .business .business-inner .business-list .business-1 .c2,
body.home main .business .business-inner .business-list .business-1 .c3,
body.home main .business .business-inner .business-list .business-1 .c4,
body.home main .business .business-inner .business-list .business-1 .c5,
body.home main .business .business-inner .business-list .business-1 .c6 {
	position: absolute;
}
body.home main .business .business-inner .business-list .business-1 .c1,
body.home main .business .business-inner .business-list .business-1 .c3,
body.home main .business .business-inner .business-list .business-1 .c5 {
	animation: fuwafuwa4 1.5s ease-in-out infinite alternate-reverse;
}
body.home main .business .business-inner .business-list .business-1 .c2,
body.home main .business .business-inner .business-list .business-1 .c4,
body.home main .business .business-inner .business-list .business-1 .c6 {
	animation: fuwafuwa5 1.5s ease-in-out infinite alternate-reverse;
}
body.home main .business .business-inner .business-list .business-1 .c1 {
	width: 325px;
	top: -20%;
	left: 3%;
	max-width: 16.9%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-1 .c1 {
		width: 25.8%;
		max-width: 25.8%;
		top: 1%;
		left: -2%;
	}
}
body.home main .business .business-inner .business-list .business-1 .c2 {
	width: 203px;
	top: 27%;
	left: 3%;
	max-width: 10.5%;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-1 .c2 {
		width: 16.2%;
		max-width: 16.2%;
		top: 22%;
		left: -7%;
	}
}
body.home main .business .business-inner .business-list .business-1 .c3 {
	width: 162px;
	top: 41%;
	right: 50%;
	max-width: 8%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-1 .c3 {
		width: 12.8%;
		max-width: 12.8%;
		top: 18%;
		right: 62%;
		z-index: 2;
	}
}
body.home main .business .business-inner .business-list .business-1 .c4 {
	width: 174px;
	top: 13%;
	right: 10%;
	max-width: 9%;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-1 .c4 {
		width: 13.8%;
		max-width: 13.8%;
		top: 9%;
	}
}
body.home main .business .business-inner .business-list .business-1 .c5 {
	width: 162px;
	top: 29%;
	right: 3%;
	max-width: 8.4%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-1 .c5 {
		width: 12.8%;
		max-width: 12.8%;
		top: 14%;
		right: -2%;
		z-index: 2;
	}
}
body.home main .business .business-inner .business-list .business-1 .c6 {
	width: 68px;
	top: 67%;
	right: 2%;
	max-width: 3.5%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-1 .c6 {
		width: 7%;
		max-width: 7%;
		top: 28%;
		right: 0%;
	}
}
body.home main .business .business-inner .business-list .business-1 .line {
	position: absolute;
	width: 10px;
	right: 60px;
	bottom: 0;
}
@media screen and (max-width: 1199px) {
	body.home main .business .business-inner .business-list .business-1 .line {
		right: 15px;
	}
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-1 .line {
		right: 5px;
		width: 9px;
	}
}
body.home main .business .business-inner .business-list .business-1 .inner {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-left: 3%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-1 .inner {
		padding-left: 0;
	}
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-1 .inner .illust {
		text-align: right;
		top: 40px;
	}
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-1 .inner .illust__img {
		width: 252px;
		max-width: 73%;
	}
}
body.home main .business .business-inner .business-list .business-1 .inner .content .num {
	width: 31%;
	margin-left: 20%;
}
@media screen and (max-width: 1199px) {
	body.home main .business .business-inner .business-list .business-1 .inner .content .num {
		width: 24.8%;
	}
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-1 .inner .content .num {
		width: 67px;
		max-width: 17.8%;
		margin-left: 0;
	}
}
body.home main .business .business-inner .business-list .business-2 {
	padding-top: 130px;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-2 {
		padding-top: 80px;
	}
}
body.home main .business .business-inner .business-list .business-2 .c1,
body.home main .business .business-inner .business-list .business-2 .c2,
body.home main .business .business-inner .business-list .business-2 .c3,
body.home main .business .business-inner .business-list .business-2 .c4,
body.home main .business .business-inner .business-list .business-2 .c5 {
	position: absolute;
}
body.home main .business .business-inner .business-list .business-2 .c1,
body.home main .business .business-inner .business-list .business-2 .c3,
body.home main .business .business-inner .business-list .business-2 .c5 {
	animation: fuwafuwa4 1.5s ease-in-out infinite alternate-reverse;
}
body.home main .business .business-inner .business-list .business-2 .c2,
body.home main .business .business-inner .business-list .business-2 .c4 {
	animation: fuwafuwa5 1.5s ease-in-out infinite alternate-reverse;
}
body.home main .business .business-inner .business-list .business-2 .c1 {
	width: 193px;
	top: 40%;
	left: -2%;
	max-width: 10%;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-2 .c1 {
		width: 15%;
		max-width: 15%;
		top: 13%;
	}
}
body.home main .business .business-inner .business-list .business-2 .c2 {
	width: 245px;
	top: 27%;
	left: 1%;
	max-width: 12.7%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-2 .c2 {
		width: 19%;
		max-width: 19%;
		top: 8%;
		left: -2%;
	}
}
body.home main .business .business-inner .business-list .business-2 .c3 {
	width: 314px;
	top: -10%;
	left: 43%;
	max-width: 16.3%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-2 .c3 {
		width: 25%;
		max-width: 25%;
		top: -7%;
		left: 63%;
	}
}
body.home main .business .business-inner .business-list .business-2 .c4 {
	width: 247px;
	top: 15%;
	left: 40%;
	max-width: 12.8%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-2 .c4 {
		width: 19.7%;
		max-width: 19.7%;
		top: 7%;
		left: 54%;
	}
}
body.home main .business .business-inner .business-list .business-2 .c5 {
	width: 225px;
	top: 77%;
	left: 40%;
	max-width: 11.7%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-2 .c5 {
		width: 17.8%;
		max-width: 17.8%;
		top: 34%;
		left: 59%;
	}
}
body.home main .business .business-inner .business-list .business-2 .snow {
	position: absolute;
	top: 0;
	left: 1%;
	width: 1427px;
	max-width: 74%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-2 .snow {
		max-width: 110%;
		top: -6%;
		left: 1%;
		z-index: 2;
	}
}
body.home main .business .business-inner .business-list .business-2 .inner {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-right: 3%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-2 .inner {
		padding-right: 0;
	}
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-2 .inner .illust {
		top: 60px;
	}
}
body.home main .business .business-inner .business-list .business-2 .inner .illust__img {
	max-width: 96%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-2 .inner .illust__img {
		width: 254px;
		max-width: 73%;
	}
}
body.home main .business .business-inner .business-list .business-2 .inner .content .num {
	width: 45%;
	margin-left: 20%;
}
@media screen and (max-width: 1199px) {
	body.home main .business .business-inner .business-list .business-2 .inner .content .num {
		width: 36%;
	}
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-2 .inner .content .num {
		width: 99px;
		max-width: 26%;
		margin-left: auto;
	}
}
body.home main .business .business-inner .business-list .business-3 {
	padding-top: 130px;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-3 {
		padding-top: 80px;
	}
}
body.home main .business .business-inner .business-list .business-3 .c1,
body.home main .business .business-inner .business-list .business-3 .c2,
body.home main .business .business-inner .business-list .business-3 .c3,
body.home main .business .business-inner .business-list .business-3 .c4,
body.home main .business .business-inner .business-list .business-3 .c5 {
	position: absolute;
}
body.home main .business .business-inner .business-list .business-3 .c1,
body.home main .business .business-inner .business-list .business-3 .c3,
body.home main .business .business-inner .business-list .business-3 .c5 {
	animation: fuwafuwa4 1.5s ease-in-out infinite alternate-reverse;
}
body.home main .business .business-inner .business-list .business-3 .c2,
body.home main .business .business-inner .business-list .business-3 .c4 {
	animation: fuwafuwa5 1.5s ease-in-out infinite alternate-reverse;
}
body.home main .business .business-inner .business-list .business-3 .c1 {
	width: 364px;
	top: -10%;
	left: 2%;
	max-width: 18.9%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-3 .c1 {
		width: 27.4%;
		max-width: 27.4%;
		top: -1%;
		left: -3%;
	}
}
body.home main .business .business-inner .business-list .business-3 .c2 {
	width: 150px;
	top: 27%;
	right: 37%;
	max-width: 7.8%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-3 .c2 {
		width: 12%;
		max-width: 12%;
		top: 8%;
		right: 47%;
	}
}
body.home main .business .business-inner .business-list .business-3 .c3 {
	width: 364px;
	top: 3%;
	right: -10%;
	max-width: 18.9%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-3 .c3 {
		width: 27.4%;
		max-width: 27.4%;
		top: 3%;
		right: -9%;
	}
}
body.home main .business .business-inner .business-list .business-3 .c4 {
	width: 248px;
	top: 64%;
	right: -10%;
	max-width: 12.9%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-3 .c4 {
		width: 19.7%;
		max-width: 19.7%;
		top: 28%;
		right: -10%;
	}
}
body.home main .business .business-inner .business-list .business-3 .inner {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-left: 3%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-3 .inner {
		padding-left: 0;
	}
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-3 .inner .illust {
		text-align: right;
		top: 80px;
	}
}
body.home main .business .business-inner .business-list .business-3 .inner .illust__img {
	width: 117%;
	max-width: 117%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-3 .inner .illust__img {
		width: 323px;
		max-width: 92%;
		margin-right: -10%;
	}
}
body.home main .business .business-inner .business-list .business-3 .inner .content .num {
	width: 43%;
	margin-left: 20%;
}
@media screen and (max-width: 1199px) {
	body.home main .business .business-inner .business-list .business-3 .inner .content .num {
		width: 34.4%;
	}
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-3 .inner .content .num {
		width: 94px;
		max-width: 25%;
		margin-left: 0;
	}
}
body.home main .business .business-inner .business-list .business-4 {
	padding-top: 100px;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-4 {
		padding-top: 90px;
	}
}
body.home main .business .business-inner .business-list .business-4 .c1,
body.home main .business .business-inner .business-list .business-4 .c2,
body.home main .business .business-inner .business-list .business-4 .c3,
body.home main .business .business-inner .business-list .business-4 .c4 {
	position: absolute;
}
body.home main .business .business-inner .business-list .business-4 .c1,
body.home main .business .business-inner .business-list .business-4 .c3 {
	animation: fuwafuwa4 1.5s ease-in-out infinite alternate-reverse;
}
body.home main .business .business-inner .business-list .business-4 .c2,
body.home main .business .business-inner .business-list .business-4 .c4 {
	animation: fuwafuwa5 1.5s ease-in-out infinite alternate-reverse;
}
body.home main .business .business-inner .business-list .business-4 .c1 {
	width: 355px;
	top: -3%;
	left: 3%;
	max-width: 18.4%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-4 .c1 {
		width: 28.2%;
		max-width: 28.2%;
		top: -6%;
		left: 7%;
	}
}
body.home main .business .business-inner .business-list .business-4 .c2 {
	width: 248px;
	top: 42%;
	right: 37%;
	max-width: 12.9%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-4 .c2 {
		width: 19.7%;
		max-width: 19.7%;
		top: 10%;
		right: 8%;
	}
}
body.home main .business .business-inner .business-list .business-4 .c3 {
	width: 258px;
	top: 17%;
	right: 2%;
	max-width: 13.4%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-4 .c3 {
		width: 20.5%;
		max-width: 20.5%;
		top: -2%;
		right: 0%;
	}
}
body.home main .business .business-inner .business-list .business-4 .c4 {
	width: 164px;
	top: 5%;
	right: -3%;
	max-width: 8.5%;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-4 .c4 {
		width: 13%;
		max-width: 13%;
		top: -7%;
		right: -6%;
	}
}
body.home main .business .business-inner .business-list .business-4 .inner {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-right: 3%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-4 .inner {
		padding-right: 0;
	}
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-4 .inner .illust {
		top: 30px;
	}
}
body.home main .business .business-inner .business-list .business-4 .inner .illust__img {
	width: 103%;
	max-width: 103%;
	margin-left: -10%;
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-4 .inner .illust__img {
		width: 285px;
		max-width: 82%;
	}
}
body.home main .business .business-inner .business-list .business-4 .inner .content .num {
	width: 54%;
	margin-left: 20%;
}
@media screen and (max-width: 1199px) {
	body.home main .business .business-inner .business-list .business-4 .inner .content .num {
		width: 43.2%;
	}
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-4 .inner .content .num {
		width: 118px;
		max-width: 31%;
		margin-left: auto;
	}
}
@media screen and (max-width: 767px) {
	body.home main .business .business-inner .business-list .business-4 .inner .content .txt {
		padding-top: 30px;
		padding-bottom: 10px;
	}
}
body.home main .number {
	overflow: hidden;
	text-align: center;
	background-color: #f4df90;
	padding-top: 80px;
	position: relative;
}
@media screen and (max-width: 767px) {
	body.home main .number {
		padding-top: 20px;
	}
}
body.home main .number .line {
	position: absolute;
	width: 10px;
	right: 60px;
	bottom: 20%;
}
@media screen and (max-width: 1199px) {
	body.home main .number .line {
		right: 15px;
	}
}
@media screen and (max-width: 767px) {
	body.home main .number .line {
		right: 5px;
		width: 9px;
		bottom: 5%;
		padding-top: 30px;
	}
}
body.home main .number .ttl {
	text-align: center;
}
body.home main .number .ttl img {
	width: 803px;
}
@media screen and (max-width: 1199px) {
	body.home main .number .ttl img {
		width: 66.9%;
	}
}
@media screen and (max-width: 767px) {
	body.home main .number .ttl img {
		width: 252px;
		max-width: 67%;
	}
}
body.home main .number__txt-1 {
	font-size: 22px;
	padding-top: 50px;
	padding-bottom: 20px;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	body.home main .number__txt-1 {
		font-size: 18px;
		padding-top: 30px;
		padding-bottom: 10px;
	}
}
body.home main .number__txt-2 {
	font-size: 12px;
}
body.home main .number .carousel {
	width: 1500px;
	max-width: 90%;
	aspect-ratio: 1517/604;
	margin: auto;
	position: relative;
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	body.home main .number .carousel {
		aspect-ratio: 320/370;
		margin-top: 20px;
		max-width: 95%;
		margin-bottom: 50px;
	}
}
body.home main .number .carousel .items {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 100%;
	position: relative;
}
body.home main .number .carousel .items .item {
	position: absolute;
	top: 50%;
	width: 40%;
	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;
	font-size: 28px;
	font-weight: bold;
	-webkit-transition: 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media screen and (max-width: 767px) {
	body.home main .number .carousel .items .item {
		width: 100%;
	}
}
body.home main .number .carousel .items .item .box {
	width: 100%;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
body.home main .number .carousel .items .item .box:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: "";
}
body.home main .number .carousel .items .item .box__img-1 {
	width: 100%;
}
body.home main .number .carousel .items .item .box__img-2 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
body.home main .number .carousel .items .item .box__img-2.is-bounce {
	-webkit-animation: bouncePop 0.45s cubic-bezier(0.34, 1.3, 0.64, 1);
	        animation: bouncePop 0.45s cubic-bezier(0.34, 1.3, 0.64, 1);
}
body.home main .number .carousel .items .item .box__num {
	position: absolute;
	top: 57.5%;
	left: 50%;
	font-size: 100px;
	color: #46b46e;
	font-family: "seravek-web", sans-serif;
	font-weight: 700;
	font-style: normal;
}
@media screen and (max-width: 1800px) {
	body.home main .number .carousel .items .item .box__num {
		font-size: 5.2vw;
	}
}
@media screen and (max-width: 767px) {
	body.home main .number .carousel .items .item .box__num {
		font-size: 12.2vw;
		top: 46%;
	}
}
body.home main .number .carousel .items .item:nth-of-type(1) .box__num {
	left: 35%;
}
@media screen and (max-width: 767px) {
	body.home main .number .carousel .items .item:nth-of-type(1) .box__num {
		left: 36%;
	}
}
body.home main .number .carousel .items .item:nth-of-type(2) .box__num {
	left: 30%;
}
@media screen and (max-width: 767px) {
	body.home main .number .carousel .items .item:nth-of-type(2) .box__num {
		left: 32%;
	}
}
body.home main .number .carousel .items .item:nth-of-type(3) .box__num {
	top: 61%;
	left: 29%;
}
@media screen and (max-width: 767px) {
	body.home main .number .carousel .items .item:nth-of-type(3) .box__num {
		top: 46%;
		left: 33%;
	}
}
body.home main .number .carousel .items .item:nth-of-type(4) .box__num {
	left: 37%;
}
@media screen and (max-width: 767px) {
	body.home main .number .carousel .items .item:nth-of-type(4) .box__num {
		left: 38%;
	}
}
body.home main .number .carousel .items .item:nth-of-type(5) .box__num {
	left: 27%;
}
@media screen and (max-width: 767px) {
	body.home main .number .carousel .items .item:nth-of-type(5) .box__num {
		left: 29%;
	}
}
body.home main .number .carousel .items .item:nth-of-type(6) .box__num {
	left: 28%;
}
@media screen and (max-width: 767px) {
	body.home main .number .carousel .items .item:nth-of-type(6) .box__num {
		left: 30%;
	}
}
body.home main .number .carousel .items .item {
	/* 外側（左） */
}
body.home main .number .carousel .items .item[data-pos="0"] {
	left: 14%;
	-webkit-transform: translate(-50%, -50%) scale(0.7);
	        transform: translate(-50%, -50%) scale(0.7);
	z-index: 1;
}
@media screen and (max-width: 767px) {
	body.home main .number .carousel .items .item[data-pos="0"] {
		opacity: 0;
	}
}
body.home main .number .carousel .items .item {
	/* 前 */
}
body.home main .number .carousel .items .item[data-pos="1"] {
	left: 30%;
	-webkit-transform: translate(-50%, -50%) scale(0.85);
	        transform: translate(-50%, -50%) scale(0.85);
	z-index: 2;
}
@media screen and (max-width: 767px) {
	body.home main .number .carousel .items .item[data-pos="1"] {
		opacity: 0;
	}
}
body.home main .number .carousel .items .item {
	/* 中央 */
}
body.home main .number .carousel .items .item[data-pos="2"] {
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	        transform: translate(-50%, -50%) scale(1);
	z-index: 3;
}
body.home main .number .carousel .items .item {
	/* 後 */
}
body.home main .number .carousel .items .item[data-pos="3"] {
	left: 70%;
	-webkit-transform: translate(-50%, -50%) scale(0.85);
	        transform: translate(-50%, -50%) scale(0.85);
	z-index: 2;
}
@media screen and (max-width: 767px) {
	body.home main .number .carousel .items .item[data-pos="3"] {
		opacity: 0;
	}
}
body.home main .number .carousel .items .item {
	/* 外側（右） */
}
body.home main .number .carousel .items .item[data-pos="4"] {
	left: 86%;
	-webkit-transform: translate(-50%, -50%) scale(0.7);
	        transform: translate(-50%, -50%) scale(0.7);
	z-index: 1;
}
@media screen and (max-width: 767px) {
	body.home main .number .carousel .items .item[data-pos="4"] {
		opacity: 0;
	}
}
body.home main .number .carousel .items .item {
	/* 非表示 */
}
body.home main .number .carousel .items .item[data-pos="5"] {
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(0.4);
	        transform: translate(-50%, -50%) scale(0.4);
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	body.home main .number .carousel .items .item[data-pos="5"] {
		opacity: 0;
	}
}
body.home main .number .carousel {
	/* ボタン */
}
body.home main .number .carousel .carousel-nav {
	position: absolute;
	top: 50%;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	z-index: 100;
	border-radius: 50%;
	width: 80px;
	max-width: 7%;
	padding: 0;
}
@media screen and (max-width: 767px) {
	body.home main .number .carousel .carousel-nav {
		width: 40px;
		max-width: 10%;
	}
}
body.home main .number .carousel .carousel-nav.prev {
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}
body.home main .number .carousel .carousel-nav.next {
	right: 0;
	-webkit-transform: translateY(-50%) translateX(50%);
	        transform: translateY(-50%) translateX(50%);
}
body.home main .number .bottom {
	position: relative;
}
body.home main .number .bottom__search {
	position: absolute;
	top: 0;
	left: 0;
	width: 427px;
	max-width: 25%;
	z-index: 5;
	-webkit-transform: translateY(-40%);
	        transform: translateY(-40%);
}
@media screen and (max-width: 767px) {
	body.home main .number .bottom__search {
		left: -2%;
		top: -20px;
		width: 93px;
		max-width: 100%;
	}
}
body.home main .number .bottom__cloud {
	position: relative;
	z-index: 6;
}

footer .page-top {
	text-align: center;
}
footer .page-top a {
	display: inline-block;
	width: 54px;
}
@media screen and (max-width: 767px) {
	footer .page-top a {
		width: 80px;
	}
}
footer .page-top a img {
	width: 54px;
}
@media screen and (max-width: 767px) {
	footer .page-top a img {
		width: 80px;
	}
}