@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background: #ffffff;
}
.sc-container, .sc-container div, 
.sc-container ul, .sc-container ol, .sc-container li,
.sc-container h1, .sc-container h2, .sc-container h3, .sc-container h4,
.sc-container p, .sc-container span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.sc-container img {
	border: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	height: auto;
}

.sc-container li {
	list-style: none;
}

.sc-container h1, .sc-container h2,
.sc-container h3, .sc-container h4 {
	font-size: 100%;
	font-weight: normal;
	border: none;
}

.sc-container dl {
	font-size: 0;
}

button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* ====================
***
==================== */
.sc-container {
    width: 100%;
    margin: 78px auto;
    background: #ffffff;
    color: #1a1a1a;
    font-size: 16px;
    font-family: "Noto Sans JP","Yu Gothic Medium","Yu Gothic","YuGothic","Meiryo","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    line-height: 1.75;
    overflow: hidden;
	/* letter-spacing: 0.05em; */
}

.sc-container strong {
	font-weight: bold;
}

.sc-container a,
.sc-container a:link,
.sc-container a:visited,
.sc-container a:active {
	text-decoration: none;
}

.sc-container a span {
	-webkit-transition: .4s;
	transition: .4s;
}

.sc-container a:hover,
.sc-container a:active {
	opacity: 0.7;
	text-decoration: none;
}

#page-top a {
	background: url(../img/btn_pagetop.png) left top;
	width: 100px;
	height: 100px;
	display: block;
	-webkit-transition: .4s;
	transition: .4s;
}

#page-top a:hover {
	opacity: 0.9;
}


/* ====================
keyv
==================== */
.sc-container .keyv {
	width: 1000px;
	margin: 0 auto;
}
.sc-container .keyv-image {
	margin: 0 auto;
}

/* ====================
lead
==================== */
.sc-container .lead {
	margin-top: 40px;
}
.sc-container .lead-text {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 14px;
	line-height: 2.286;
	letter-spacing: 0.025em;
}
/* ====================
title
==================== */
.sc-container .section-title {
	padding-top: 0;
}
.sc-container .section-title-main {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 1;
	letter-spacing: 0.025em;
	color: #64cddb;
	text-align: center;
	position: relative;
}
.sc-container .section-title-sub {
	font-family: "Noto Sans JP",sans-serif;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.025em;
	color: #222222;
	text-align: center;
	padding-top: 17px;
}
/* ====================
related
==================== */
.sc-container .related {
	padding-top: 70px;
}
.sc-container .coordinate03 + .related {
	padding-top: 140px;
}
.sc-container .related-title {
	width: 276px;
	height: 28px;
	background-color: #64cddb;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.025em;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-bottom: 3px;
}
.sc-container .related-wrapper {
	background-color: #e8fafc;
	width: 100%;
	margin-top: -18px;
	padding-bottom: 45px;
}
.sc-container .related-list {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 30px;
	padding-top: 41px;
}
.sc-container .related-list-item {
	width: 260px;
}
.sc-container .related-list-item a {
	display: block;
}
.sc-container .related-image {
	width: 100%;
	background-color: #ffffff;
}
.sc-container .related-image img {
	width: 100%;
}

.sc-container .related-name {
	font-family: "Noto Sans JP",sans-serif;
	font-size: 12px;
	line-height: 1.67;
	color: #222222;
	padding-top: 14px;
}
.sc-container .related-price {
	font-family: "Noto Sans JP",sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #222222;
	padding-top: 10px;
}
.sc-container .related-price .price {
	font-size: 14px;
}

/* ====================
intro
==================== */
.sc-container .intro {
	padding-top: 140px;
}
.sc-container .intro .section-title-main::after {
	content: "";
	display: block;
	width: 104px;
	height: 46px;
	background: url(../img/bg_intro.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -14px;
	left: calc(50% - 52px);
}
.sc-container .intro-text {
	padding-top: 32px;
	width: 1100px;
	margin: 0 auto;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 14px;
	line-height: 2.286;
	letter-spacing: 0.025em;
	text-align: center;
}
/* ====================
intro-sub
==================== */
.sc-container .intro-sub {
	padding-top: 138px;
}
.sc-container .intro-sub-image-wrapper {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
	z-index: 1;
}
.sc-container .intro-sub-image-wrapper::after {
	content: "";
	display: block;
	width: 460px;
	height: 460px;
	border: solid 2px #cfecf0;
	position: absolute;
    top: 50px;
    left: 320px;
	z-index: -1;
	box-sizing: border-box;
}
.sc-container .intro-sub-image01 {
	width: 440px;
    margin-left: 70px;
}
.sc-container .intro-sub-image02 {
	width: 440px;
    margin-left: 80px;
    margin-top: 120px;
}
.sc-container .intro-sub-text {
	padding-top: 50px;
	width: 1100px;
	margin: 0 auto;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 14px;
	line-height: 2.286;
	letter-spacing: 0.025em;
	text-align: center;
}
/* ====================
coordinate
==================== */
.sc-container .coordinate-title {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0.025em;
	color: #64cddb;
	text-align: left;
	position: relative;
}
.sc-container .coordinate-title::after {
	content: "";
	display: block;
	width: 200px;
	height: 1px;
	background-color: #91dbe5;
	position: absolute;
    bottom: -27px;
    left: 0;
}
.sc-container .coordinate-text {
	padding-top: 58px;
	width: 100%;
	margin: 0 auto;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 14px;
	line-height: 2.286;
	letter-spacing: 0.025em;
}
/* ====================
coordinate01
==================== */
.sc-container .coordinate01 {
	padding-top: 132px;
	width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.sc-container .coordinate01::after {
	content: "";
	display: block;
	width: 480px;
	height: 640px;
	background-color: #e1f5f8;
	position: absolute;
    top: 173px;
    left: 410px;
	z-index: -1;
}
.sc-container .coordinate01 .coordinate-main {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.sc-container .coordinate01 .coordinate-main-image {
	width: 500px;
	height: 660px;
    margin-left: 0;
}
.sc-container .coordinate01 .coordinate-main-info {
	width: 400px;
    height: 400px;
    margin-left: -50px;
    margin-top: 220px;
	background-color: rgba(255,255,255,0.9);
	position: relative;
    padding-top: 53px;
    padding-left: 30px;
    padding-bottom: 53px;
    padding-right: 30px;
    box-sizing: border-box;
}
.sc-container .coordinate01 .coordinate-sub {
	padding-top: 160px;
}
.sc-container .coordinate01 .coordinate-sub-image {
	width: 780px;
	margin: 0 auto;
}
.sc-container .coordinate01 .coordinate-sub-text-wrapper {
	padding-top: 30px;
}
.sc-container .coordinate01 .coordinate-sub-text {
	width: 860px;
	margin: 0 auto 0;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 14px;
	line-height: 2.286;
	letter-spacing: 0.025em;
}

/* ====================
coordinate02
==================== */
.sc-container .coordinate02 {
	padding-top: 130px;
	width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.sc-container .coordinate02::after {
	content: "";
	display: block;
	width: 480px;
	height: 640px;
	background-color: #e1f5f8;
	position: absolute;
    top: 171px;
    left: 222px;
	z-index: -1;
}
.sc-container .coordinate02 .coordinate-main {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
}
.sc-container .coordinate01 .coordinate-main-image {
	width: 500px;
	height: 660px;
    margin-left: 0;
}
.sc-container .coordinate02 .coordinate-main-info {
	width: 400px;
    height: 400px;
    margin-top: 220px;
	background-color: rgba(255,255,255,0.9);
	position: relative;
    padding-top: 53px;
    padding-left: 30px;
    padding-bottom: 53px;
    padding-right: 30px;
    box-sizing: border-box;
	position: absolute;
	left: 260px;
}
.sc-container .coordinate02 .coordinate-sub {
	padding-top: 160px;
}
.sc-container .coordinate02 .coordinate-sub-image-wrapper {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.sc-container .coordinate02 .coordinate-sub-image {
	width: 480px;
}
.sc-container .coordinate02 .coordinate-sub-image:nth-child(2) {
    padding-top: 260px;
    padding-left: 40px;
}
.sc-container .coordinate02 .coordinate-sub-text-wrapper {
	width: 480px;
    margin-top: -230px;
    margin-left: 50px;
}
.sc-container .coordinate02 .coordinate-sub-text {
	width: 480px;
	margin: 0;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 14px;
	line-height: 2.286;
	letter-spacing: 0.025em;
	position: relative;
}
.sc-container .coordinate02 .coordinate-sub-text:nth-child(1)::after {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background-color: #000000;
	position: absolute;
    bottom: -32px;
    left: 0;
}
.sc-container .coordinate02 .coordinate-sub-text:nth-child(2) {
	padding-top: 60px;
}

/* ====================
coordinate03
==================== */
.sc-container .coordinate03 {
	padding-top: 132px;
	width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.sc-container .coordinate03::after {
	content: "";
	display: block;
	width: 480px;
	height: 540px;
	background-color: #e1f5f8;
	position: absolute;
    top: 272px;
    left: 560px;
	z-index: -1;
}
.sc-container .coordinate03 .coordinate-main {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.sc-container .coordinate03 .coordinate-main-image {
	width: 660px;
	height: 660px;
    margin-left: 0;
}
.sc-container .coordinate03 .coordinate-main-info {
	width: 400px;
    height: 400px;
    margin-left: -60px;
    margin-top: 220px;
	background-color: rgba(255,255,255,0.9);
	position: relative;
    padding-top: 53px;
    padding-left: 30px;
    padding-bottom: 53px;
    padding-right: 30px;
    box-sizing: border-box;
}
.sc-container .coordinate03 .coordinate-sub {
	padding-top: 160px;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
}
.sc-container .coordinate03 .coordinate-sub-image-wrapper {
	width: 480px;
}
.sc-container .coordinate03 .coordinate-sub-text-wrapper {
	width: 440px;
	padding-top: 205px;
}
.sc-container .coordinate03 .coordinate-sub-text {
	margin: 0;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 14px;
	line-height: 2.286;
	letter-spacing: 0.025em;
	position: relative;
}
.sc-container .coordinate03 .coordinate-sub-text:nth-child(1)::after {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background-color: #000000;
	position: absolute;
    bottom: -32px;
    left: 0;
}
.sc-container .coordinate03 .coordinate-sub-text:nth-child(2) {
	padding-top: 60px;
}

/* ====================
maintenance
==================== */
.sc-container .maintenance {
	padding-top: 126px;
}
.sc-container .maintenance-lead-text {
	padding-top: 30px;
	width: 1100px;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	line-height: 2.286;
	letter-spacing: 0.025em;
	text-align: center;
}
.sc-container .maintenance-info-wrapper {
	width: 1100px;
	margin: 0 auto;
	padding-top: 53px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.sc-container .maintenance-info-wrapper + .maintenance-info-wrapper {
	flex-direction: row-reverse;
    padding-top: 58px;
}
.sc-container .maintenance-info-image {
	width: 480px;
	margin: 0;
}
.sc-container .maintenance-info-text-wraper {
	width: 560px;
	margin: 0;
	padding-top: 35px;
}
.sc-container .maintenance-info-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.025em;
	padding-left: 58px;
	position: relative;
}
.sc-container .maintenance-info-text-inner + .maintenance-info-text-inner {
	margin-top: 34px;
}
.sc-container .maintenance-info-title::before {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background-color: #000000;
	position: absolute;
	top: 12px;
	left: 0;
}
.sc-container .maintenance-info-text {
	padding-top: 8px;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	line-height: 2.285;
	letter-spacing: 0.025em;
}
.sc-container .maintenance-more-wrapper {
	padding-top: 72px;
}
.sc-container .maintenance-more-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.025em;
	text-align: center;
}
.sc-container .maintenance-more-image {
	width: 780px;
	margin: 0 auto;
	padding-top: 24px;
}
.sc-container .maintenance-more-caption {
	width: 780px;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	line-height: 2.285;
	padding-top: 12px;
}
/* ====================
other
==================== */
.sc-container .other {
	padding-top: 118px;
}
.sc-container .other-list {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 35px;
	padding-top: 50px;
}
.sc-container .other-list-item {
	width: 320px;
}
.sc-container .other-list-item a {
	display: block;
}
.sc-container .other-image {
	width: 100%;
}
.sc-container .other-caption {
	font-family: "Noto Sans JP",sans-serif;
	font-size: 12px;
	line-height: 1.67;
	color: #222222;
	padding-top: 15px;
}
/* ====================
btnarea
==================== */
.sc-container .btnarea {
	margin-top: 118px;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #64cddb;
}
.sc-container .btn-moreitem {
	width: 360px;
	height: 60px;
	margin: 0 auto;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.sc-container .btn-moreitem::after {
	content: "";
	display: block;
	width: 360px;
	height: 60px;
	border: solid 1px #ffffff;
	position: absolute;
	top: 3px;
	left: 3px;
	box-sizing: border-box;
	z-index: -1;
}
.sc-container .btn-moreitem a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #222222;
	position: relative;
}
.sc-container .btn-moreitem a::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-right: solid 1px #222222;
	border-bottom: solid 1px #222222;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 32px;
}
.sc-container .btn-moreitem a:hover {
	color: #64cddb;
	opacity: 1;
}
.sc-container .btn-moreitem a:hover::after {
	border-right: solid 1px #64cddb;
	border-bottom: solid 1px #64cddb;
}





/* ====================
スクロール
==================== */
/* 左からふわっと */
.sc-container .coordinate-title.fadein {
	opacity: 0;
	transform:translateX(-40px);
}
.sc-container .coordinate-title.fadein.scrollin {
	opacity: 1;
	transition:.8s .8s ease;
	transform: none;
}

/* 下からふわっと */
.sc-container .section-title-main.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .section-title-main.fadein.scrollin {
	opacity: 1;
	transition:.4s .4s ease;
	transform: none;
}
.sc-container .section-title-main.fadein::after {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .section-title-main.fadein.scrollin::after {
	opacity: 1;
	transition:.8s .6s ease;
	transform: none;
}
.sc-container .section-title-sub.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .section-title-sub.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .intro-text.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .intro-text.fadein.scrollin {
	opacity: 1;
	transition:.8s .6s ease;
	transform: none;
}


.sc-container .related-list-item.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .related-list-item.fadein.scrollin:nth-child(1) {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .related-list-item.fadein.scrollin:nth-child(2) {
	opacity: 1;
	transition:.8s .6s ease;
	transform: none;
}
.sc-container .related-list-item.fadein.scrollin:nth-child(3) {
	opacity: 1;
	transition:.8s .8s ease;
	transform: none;
}
.sc-container .related-list-item.fadein.scrollin:nth-child(4) {
	opacity: 1;
	transition:.8s 1s ease;
	transform: none;
}

.sc-container .related-list-item.fadein.scrollin:nth-child(5) {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .related-list-item.fadein.scrollin:nth-child(6) {
	opacity: 1;
	transition:.8s .6s ease;
	transform: none;
}
.sc-container .related-list-item.fadein.scrollin:nth-child(7) {
	opacity: 1;
	transition:.8s .8s ease;
	transform: none;
}
.sc-container .related-list-item.fadein.scrollin:nth-child(8) {
	opacity: 1;
	transition:.8s 1s ease;
	transform: none;
}


.sc-container .intro-sub-image01.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .intro-sub-image01.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .intro-sub-image02.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .intro-sub-image02.fadein.scrollin {
	opacity: 1;
	transition:.8s .6s ease;
	transform: none;
}
.sc-container .intro-sub-image-wrapper.fadein::after {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .intro-sub-image-wrapper.fadein.scrollin::after {
	opacity: 1;
	transition:.8s .8s ease;
	transform: none;
}
.sc-container .intro-sub-text.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .intro-sub-text.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}


.sc-container .coordinate-main-info.fadein {
	opacity: 0;
	transform:translateY(40px);
}
.sc-container .coordinate-main-info.fadein.scrollin {
	opacity: 1;
	transition:.8s .6s ease;
	transform: none;
}
.sc-container .coordinate-main-image.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .coordinate-main-image.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .coordinate-text.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .coordinate-text.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}

.sc-container .coordinate01 .coordinate-sub-image.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .coordinate01 .coordinate-sub-image.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .coordinate01 .coordinate-sub-text-wrapper.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .coordinate01 .coordinate-sub-text-wrapper.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}

.sc-container .coordinate02 .coordinate-sub-image.fadein:nth-child(1) {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .coordinate02 .coordinate-sub-image.fadein.scrollin:nth-child(1) {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .coordinate02 .coordinate-sub-image.fadein:nth-child(2) {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .coordinate02 .coordinate-sub-image.fadein.scrollin:nth-child(2) {
	opacity: 1;
	transition:.8s .6s ease;
	transform: none;
}
.sc-container .coordinate02 .coordinate-sub-text-wrapper.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .coordinate02 .coordinate-sub-text-wrapper.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}

.sc-container .coordinate03 .coordinate-sub-image.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .coordinate03 .coordinate-sub-image.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .coordinate03 .coordinate-sub-text-wrapper.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .coordinate03 .coordinate-sub-text-wrapper.fadein.scrollin {
	opacity: 1;
	transition:.8s .6s ease;
	transform: none;
}


.sc-container .maintenance-lead-text.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .maintenance-lead-text.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .maintenance-info-image.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .maintenance-info-image.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .maintenance-info-text-inner.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .maintenance-info-text-inner.fadein.scrollin {
	opacity: 1;
	transition:.8s .6s ease;
	transform: none;
}
.sc-container .maintenance-more-wrapper.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .maintenance-more-wrapper.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}



.sc-container .other-list-item.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .other-list-item.fadein.scrollin:nth-child(1) {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .other-list-item.fadein.scrollin:nth-child(2) {
	opacity: 1;
	transition:.8s .6s ease;
	transform: none;
}
.sc-container .other-list-item.fadein.scrollin:nth-child(3) {
	opacity: 1;
	transition:.8s .8s ease;
	transform: none;
}
.sc-container .other-list-item.fadein.scrollin:nth-child(4) {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}

.sc-container .other-list-item.fadein.scrollin:nth-child(5) {
	opacity: 1;
	transition:.8s .6s ease;
	transform: none;
}
.sc-container .other-list-item.fadein.scrollin:nth-child(6) {
	opacity: 1;
	transition:.8s .8s ease;
	transform: none;
}
.sc-container .other-list-item.fadein.scrollin:nth-child(7) {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .other-list-item.fadein.scrollin:nth-child(8) {
	opacity: 1;
	transition:.8s .6s ease;
	transform: none;
}
.sc-container .other-list-item.fadein.scrollin:nth-child(9) {
	opacity: 1;
	transition:.8s .8s ease;
	transform: none;
}
.sc-container .other-list-item.fadein.scrollin:nth-child(10) {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}



