.p-mv {
	position: relative;
	background-color: #ffffff;
}
.p-mv .mv-fade {
	opacity: 0;
}
.p-mv__image {
	opacity: 0;
}
.p-mv__content {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	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;
}
@media screen and (max-width: 767px) {
	.p-mv__content {
		padding-bottom: 7rem;
	}
}
.p-mv__logo {
	width: 60.9rem;
}
@media screen and (max-width: 767px) {
	.p-mv__logo {
		width: 25rem;
	}
}
.p-mv__scroll {
	font-size: 1.5rem;
	letter-spacing: 0.4em;
	text-align: center;
	position: absolute;
	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-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #ffffff;
	bottom: 9.5rem;
	gap: 1rem;
}
@media screen and (max-width: 767px) {
	.p-mv__scroll {
		font-size: 1rem;
	}
}
.p-mv__scroll .bar {
	width: 1px;
	height: 7.3rem;
	display: block;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-mv__scroll .bar {
		height: 4rem;
	}
}
.p-mv__scroll .bar::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	-webkit-animation: scrollLine 1.5s ease-in-out infinite;
	        animation: scrollLine 1.5s ease-in-out infinite;
	position: absolute;
	bottom: 0;
}
@-webkit-keyframes scrollLine {
	0% {
		height: 0;
		opacity: 0;
	}
	50% {
		height: 100%;
		opacity: 1;
	}
	100% {
		height: 0;
		opacity: 0;
	}
}
@keyframes scrollLine {
	0% {
		height: 0;
		opacity: 0;
	}
	50% {
		height: 100%;
		opacity: 1;
	}
	100% {
		height: 0;
		opacity: 0;
	}
}
@-webkit-keyframes mv-fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes mv-fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.p-mv.js-animeOn .p-mv__image {
	-webkit-animation: mv-fade 0.8s ease 0.3s forwards;
	        animation: mv-fade 0.8s ease 0.3s forwards;
}
.p-mv.js-animeOn .p-mv__logo {
	-webkit-animation: mv-fade 0.8s ease 1.3s forwards;
	        animation: mv-fade 0.8s ease 1.3s forwards;
}
.p-mv.js-animeOn .p-mv__scroll {
	-webkit-animation: mv-fade 0.8s ease 1.8s forwards;
	        animation: mv-fade 0.8s ease 1.8s forwards;
}

.p-vision {
	height: 36rem;
	position: relative;
	background-color: #ffffff;
}
@media screen and (max-width: 767px) {
	.p-vision {
		height: auto;
	}
}
.p-vision__bg {
	width: 100%;
	height: 100%;
}
.p-vision__bg img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media screen and (max-width: 767px) {
	.p-vision__bg {
		display: none;
	}
}
.p-vision__content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	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) {
	.p-vision__content {
		position: static;
		width: auto;
		height: auto;
		padding-top: 4.5rem;
		padding-bottom: 6rem;
	}
}
.p-vision__title {
	position: absolute;
	left: 2.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 5.8rem;
}
@media screen and (max-width: 767px) {
	.p-vision__title {
		width: 5rem;
		top: 3.4rem;
		left: 1.3rem;
		-webkit-transform: none;
		        transform: none;
	}
}
.p-vision__title img {
	display: block;
}
.p-vision__text {
	font-size: 1.8rem;
	line-height: 2.6666666667;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.p-vision__text {
		font-size: 1.5rem;
		line-height: 3;
	}
}
.p-vision__image {
	margin-top: 4.3rem;
}

.p-service {
	background-color: #000;
	padding-top: 8.4rem;
	padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
	.p-service {
		padding-top: 4.3rem;
		padding-bottom: 6rem;
	}
}
.p-service__title {
	padding-bottom: 2.2rem;
	margin-bottom: 4rem;
	border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
	.p-service__title {
		padding-bottom: 0.4rem;
		margin-bottom: 3rem;
	}
}
.p-service__list {
	padding-bottom: 4rem;
	border-bottom: 1px solid #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3rem;
}
@media screen and (max-width: 767px) {
	.p-service__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 7rem;
		padding: 0 2rem 3rem;
	}
}
.p-service__list .item {
	width: 100%;
}
.p-service__list .title {
	background-color: #6489b3;
	color: #ffffff;
	text-align: center;
	padding: 0.9rem 0;
}
@media screen and (max-width: 767px) {
	.p-service__list .title {
		padding-top: 0.1rem;
		padding-bottom: 0.5rem;
	}
}
.p-service__list .title .title1 {
	font-size: 1.8rem;
}
.p-service__list .title .title2 {
	font-size: 1.4rem;
	margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
	.p-service__list .title .title2 {
		margin-top: -0.9rem;
	}
}
.p-service__list .text {
	margin-top: 1.6rem;
	font-size: 1.5rem;
	line-height: 1.6666666667;
	letter-spacing: 0.03em;
	color: #ffffff;
}
.p-service__list .c-btn {
	margin-top: 1.8rem;
	width: 100%;
}

.p-company {
	padding-top: 8.4rem;
	padding-bottom: 10rem;
	background-color: #ffffff;
}
@media screen and (max-width: 767px) {
	.p-company {
		padding-top: 4.3rem;
		padding-bottom: 6rem;
	}
}
.p-company__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
	.p-company__content {
		display: block;
		margin-top: 1.5rem;
	}
}
.p-company__content .box {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.p-company__content .box {
		width: 100%;
	}
}
.p-company__content .box .m-ggmap {
	padding-top: 75%;
}
@media screen and (max-width: 767px) {
	.p-company__content .box .m-ggmap {
		padding-top: 73.8461538462%;
	}
}
.p-company__content .box.map {
	padding-right: 5rem;
}
@media screen and (max-width: 767px) {
	.p-company__content .box.map {
		padding-right: 0;
		margin-top: 3rem;
	}
}
.p-company__content .tbl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 1.5rem;
	line-height: 1.6666666667;
	margin-top: -0.8rem;
}
@media screen and (max-width: 767px) {
	.p-company__content .tbl {
		margin-top: 0;
		display: block;
	}
}
.p-company__content .tbl dt {
	margin-top: 2.5rem;
}
.p-company__content .tbl dt:first-of-type {
	margin-top: 0;
}
.p-company__content .tbl dd {
	margin-top: 2.5rem;
}
.p-company__content .tbl dd:first-of-type {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.p-company__content .tbl dd {
		margin-top: 0;
	}
}
.p-company__content .tbl dd > a {
	color: #6489b3;
	text-decoration: underline;
}
.p-company__content .tbl dt {
	font-weight: bold;
	width: 10rem;
}
@media screen and (max-width: 767px) {
	.p-company__content .tbl dt {
		width: 100%;
	}
}
.p-company__content .tbl dd {
	width: calc(100% - 10rem);
}
@media screen and (max-width: 767px) {
	.p-company__content .tbl dd {
		width: 100%;
	}
}

.p-links {
	background-color: #e8e8e8;
	padding-top: 8.4rem;
	padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
	.p-links {
		padding-top: 4.3rem;
		padding-bottom: 6rem;
	}
}
.p-links__content {
	margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
	.p-links__content {
		margin-top: 2.3rem;
	}
}
.p-links__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 3.6rem;
}
@media screen and (max-width: 767px) {
	.p-links__list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 3rem;
	}
}
.p-links__list .item {
	width: 12rem;
	height: 12rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item {
		width: 10rem;
		height: 10rem;
	}
}
.p-links__list .item__inn {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #000;
	overflow: hidden;
}
.p-links__list .item__inn img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
/*# sourceMappingURL=top.css.map */