/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	min-width: 1260px;
	line-height: 1.7;
	font-family: "Noto Sans JP", serif;
    font-weight: 400;
	font-size: 15px;
	background: #eef2f5;
}
.gray {
	background: #eef2f5;
	padding-bottom: 0px;
}
.container {
	width: 1240px;
	margin: 0 auto;
}
.container2 {
	max-width: 1410px;
	min-width: 1240px;
	margin: 0 auto;
	width: 100%;
}
.container2 img {
	width: 98%;
    height: auto;
    margin: 0 auto;
}
.container3 {
	max-width: 1440px;
	min-width: 1240px;
	margin: 0 auto;
	width: 100%;
}
ul {
	list-style-type: none;
}
a {
	color: #000;
	text-decoration: none;
}
img {
	display: block;
}
.wrapper {
	overflow: hidden;
}

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

　コンテンツ

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

#header {
	width: 100%;
	display: flex;
	padding: 15px 15px;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 9;
	transition: .2s;
	background: #ffffffa3;
}
#header.header-color {
	background: #ffffff;
	transition: .2s;
}
#header ul {
	margin-left: auto;
}

.mv-wrap {
	position: relative;
	width: 1920px;
	left: 50%;
	transform: translateX(-50%);
}
.mv-catch {
	position: absolute;
	top: 160px;
	left: 15%;
	z-index: 9;
}
@media (max-width: 1400px) { 
	.mv-catch {
		left: 19%;
		z-index: 9;
	}
}

.scroll-logo-wrap {
	background: #fff;
	padding: 50px 0 25px;
}
.scroll-logo-wrap3 {
	padding: 25px 0 50px;
}
@keyframes scroll-left {
	from {
		transform: translateX(0);
	}
	  to {
		transform: translateX(-100%);
	}
}
@keyframes scroll-right {
	from {
		transform: translateX(0);
	}
	  to {
		transform: translateX(100%);
	}
}
.scroll-logo {
	display: flex;
	overflow: hidden;
	align-items: center;
}
.scroll-logo ul {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
}
.scroll-logo ul li {
	padding: 0 30px;
}
.scroll-logo ul li img {
	height: 56px;
	width: auto;
}
.scroll-logo ul {
	animation: scroll-left 80s infinite linear 0.5s both;
}
.scroll-logo-wrap2 .scroll-logo ul {
	animation: scroll-right 80s infinite linear 0.5s both;
}
.scroll-logo-wrap2 .scroll-logo {
	flex-direction: row-reverse;
}
main {
	overflow: clip;
}

#nayami {
	background: #eef2f5;
    padding-bottom: 80px;
}
.nayami-title {
	background: url("../img/bg-nayami.jpg") no-repeat center center/cover;
	width: 100%;
	height: 410px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#point {
	background: url("../img/bg-point.png") no-repeat center center/cover;
	width: 100%;
	height: 1788px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -50px;
}
#point .container2 div {
	margin-bottom: 30px;
}
#point .container2 div {
	margin-bottom: 30px;
}


#service {
	background: url("../img/bg-service.jpg") no-repeat center center/cover;
	width: 100%;
	height: 1030px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 50px;
}
#reason {
}
#works {
	padding-bottom: 40px;
	background: #f8f8f8;
}

#works .works .swiper-slide {
	width: 450px;
	height: 392px;
	border-bottom: 1px solid #bdbdbd;
}
#flow {
	background: #f8f8f8;
	padding-bottom: 30px;
}
#faq {
	padding-bottom: 30px;
	background: #f8f8f8;
}
#information {
	background: url("../img/bg-information.jpg") no-repeat center center/cover;
	width: 100%;
	height: 720px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#contact {
	background: url("../img/bg-contact.jpg") no-repeat center center/cover;
	width: 100%;
	height: 580px;
	display: flex;
	align-items: center;
	justify-content: center;
}


#footer {
	background: #fff;
}
#footer .container3 {
	display: flex;
	justify-content: space-between;
}
#pagetop {
	position: fixed;
	bottom: 90px;
	right: 15px;
	z-index: 999;
	display: none;
}

