@charset "utf-8";

/* トップスライド
--------------------------- */
.p-top {
	overflow: hidden;
	padding-bottom: 142px;
}
@media screen and (max-width: 767px) {
	.p-top {
		padding-bottom: 70px;
	}
}
/* ---------------------------
トップコンテンツ
--------------------------- */
/* MAIN VISUAL */
.p-top__mainvisual {
	position: relative;
	height: 100vh;
	min-height: 950px;
	padding-left: 438px;
}
.p-top__mainvisual-img {
	width: 100%;
	height: 100%;
	position: relative;
}
.p-top__mainvisual-img::after,
.p-top__mainvisual .c-bg-image {
	width: calc(100% + (100vw - 100% - 438px) / 2);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.p-top__mainvisual-img::after {
	content: "";
	background-color: rgba(0, 0, 0, 0.07);
	z-index: 1;
}
.p-top__mainvisual-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
	margin-bottom: 0;
	white-space: nowrap;
}
.p-top__mainvisual-text span {
	background-color: #fff;
}
.p-top__mainvisual-text .f-eng {
	display: inline-block;
	margin-top: 5px;
	padding: 5px;
}
@media screen and (max-width: 1200px) {
	.p-top__mainvisual {
		padding-left: 360px;
	}
	.p-top__mainvisual-img::after,
	.p-top__mainvisual .c-bg-image {
		width: calc(100% + (100vw - 100% - 360px) / 2);
	}
}
@media screen and (max-width: 991px) {
	.p-top__mainvisual {
		min-height: 800px;
		padding-left: 200px;
	}
	.p-top__mainvisual-img::after,
	.p-top__mainvisual .c-bg-image {
		width: calc(100% + (100vw - 100% - 200px) / 2);
	}
}
@media screen and (max-width: 767px) {
	.p-top__mainvisual {
		width: 100%;
		height: 85vh;
		min-height: 500px;
		padding-left: 0;
	}
	.p-top__mainvisual-img::after,
	.p-top__mainvisual .c-bg-image {
		width: 100%;
	}
	.p-top__mainvisual-text {
		left: 5%;
		top: auto;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		bottom: 200px;
	}
}
/* SCROLLDOWN */
.p-top__mainvisual .c-scrolldown {
	position: absolute;
	left: -8px;
	bottom: 0;
}
.c-scrolldown {
	font-weight: 500;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	color: #000;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.c-scrolldown:hover {
	color: #000;
}
.c-scrolldown-bar {
	width: 1px;
	height: 100px;
	position: relative;
	background-color: rgba(169, 169, 169, 0.5);
	margin-top: 15px;
}
.c-scrolldown-bar::after {
	content: "";
	width: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	-webkit-animation: scrolldown 3s infinite ease-in-out;
	animation: scrolldown 3s infinite ease-in-out;
}
@-webkit-keyframes scrolldown {
	0% {
		top: 0;
		height: 0;
	}
	50% {
		bottom: 0;
		height: 100%;
	}
	100% {
		bottom: 0;
		height: 0;
	}
}
@keyframes scrolldown {
	0% {
		top: 0;
		height: 0;
	}
	50% {
		bottom: 0;
		height: 100%;
	}
	100% {
		bottom: 0;
		height: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-top__mainvisual .c-scrolldown {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 2;
	}
	.c-scrolldown {
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		color: #fff;
		font-size: 1rem;
	}
	.c-scrolldown-bar::after {
		background-color: #fff;
	}
	.c-scrolldown-bar {
		height: 60px;
		margin-top: 5px;
	}
}
/* ================================================ */
/* BUSINESS */
.p-top__business {
	position: relative;
	padding-bottom: 188px;
}
.p-top__business .c-section__row {
	width: 100%;
}
.p-top__business .c-bg-image {
	background-position: 50% 84%;
	height: 750px;
}
.p-top__business .icon-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
}
.p-top__business-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	width: 600px;
	display: block;
}
@media screen and (max-width: 1300px) {
	.p-top__business-icon {
		width: 400px;
	}
}
@media screen and (max-width: 991px) {
	.p-top__business {
		padding-bottom: 90px;
		padding-top: 100px;
	}
	.p-top__business .c-bg-image {
		height: 500px;
	}
	.p-top__business-icon {
		width: 200px;
	}
}
@media screen and (max-width: 767px) {
	.p-top__business {
		padding-bottom: 44px;
		padding-top: 60px;
	}
	.p-top__business .c-bg-image {
		height: 300px;
	}
	.p-top__business-icon {
		width: 100px;
	}
}
@media screen and (max-width: 576px) {
	.p-top__business .c-bg-image {
		height: 250px;
	}
}
/* ================================================ */
/* GALLERY */
.p-top__gallery {
	overflow: hidden;
	padding-top: 205px;
	padding-bottom: 200px;
}
.p-top__gallery .c-section__row {
	margin-bottom: 28px;
}
.p-top__gallery .c-section__row-col {
	padding-top: 20px;
}
.p-top__gallery .c-slider__gallery {
	position: relative;
}
.p-top__gallery .c-slider__gallery::before {
	content: "";
	width: calc((100vw - 100%) / 2);
	height: calc(100% + 2px);
	background-color: #fff;
	position: absolute;
	top: -1px;
	left: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 10;
}
.p-top__gallery .c-slider__gallery .slick-list {
	overflow: visible;
	margin-right: -30px;
}
.p-top__gallery .c-slider__gallery .slick-slide {
	margin-right: 30px;
}
.p-top__gallery .c-slider__gallery .slick-arrow {
	top: 0;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}
.p-top__gallery .c-slider__gallery .slick-prev,
.p-top__gallery .c-slider__gallery .slick-next {
	right: -80px;
}
.p-top__gallery .c-slider__gallery .slick-prev {
	left: auto;
	top: 60px;
}
@media screen and (max-width: 1500px) {
	.p-top__gallery .c-slider__gallery .slick-list {
		margin-right: -15px;
	}
	.p-top__gallery .c-slider__gallery .slick-slide {
		margin-right: 15px;
	}
	.p-top__gallery .c-slider__gallery .slick-prev,
	.p-top__gallery .c-slider__gallery .slick-next {
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-top__gallery {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.p-top__gallery .c-title1 {
		margin-bottom: 30px;
	}
	.p-top__gallery .c-section__row {
		margin-bottom: 0;
	}
	.p-top__gallery .c-link1 {
		margin-top: 30px;
	}
}
/* ================================================ */
/* COMPANY */
.p-top__company {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 146px;
}
.p-top__company-left {
	width: 48.7%;
	padding-right: 5%;
}
.p-top__company-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.p-top__company .c-title1 {
	max-width: 535px;
	margin-left: auto;
	margin-bottom: 78px;
}
.p-top__company .c-title1 .f-eng {
	margin-bottom: -5px;
}
.p-top__company img {
	display: block;
	width: 100%;
}
.p-top__company img.company-people {
	height: 520px;
	margin-bottom: 42px;
}
.p-top__company img.map-img2 {
	display: none;
}
.p-top__company-text {
	margin-bottom: 32px;
}
.p-top__company-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.p-top__company-links .c-link1:not(:last-child) {
	margin-bottom: 15px;
}

@media screen and (max-width: 1150px) {
	.p-top__company {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.p-top__company-left {
		width: 100%;
		padding-right: 0;
	}
	.p-top__company .c-title1 {
		max-width: unset;
		text-align: center;
		margin-bottom: 50px;
	}
	.p-top__company img.company-people {
		height: auto;
	}
	.p-top__company-links {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.p-top__company img.map-img {
		display: none;
	}
	.p-top__company img.map-img2 {
		display: block;
		margin-top: 50px;
	}
}
@media screen and (max-width: 767px) {
	.p-top__company {
		padding-bottom: 70px;
	}
	.p-top__company .c-title1,
	.p-top__company img.company-people,
	.p-top__company-text {
		margin-bottom: 25px;
	}
	.p-top__company-links .c-link1:not(:last-child) {
		margin-bottom: 10px;
	}
	.p-top__company img.map-img2 {
		margin-top: 25px;
	}
}
/* ================================================ */
/* RECRUIT */
.p-top__recruit {
	position: relative;
	height: 900px;
	overflow: hidden;
	background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.05)),
			to(rgba(0, 0, 0, 0.05))
		),
		url("./../images/page/スクリーンショット\ 2023-02-28\ 17.04.54.png") center
			no-repeat;
	background: -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
		url("./../images/page/スクリーンショット\ 2023-02-28\ 17.04.54.png") center
			no-repeat;
	background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
		url("./../images/page/スクリーンショット\ 2023-02-28\ 17.04.54.png") center
			no-repeat;
	background-size: cover;
	color: #fff;
}
.p-top__recruit-logo {
	display: block;
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.p-top__recruit .l-container {
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
}
.p-top__recruit .c-title1 {
	margin-bottom: 42px;
}
.p-top__recruit-text {
	margin-bottom: 68px;
}
@media screen and (max-width: 991px) {
	.p-top__recruit {
		height: 600px;
	}
	.p-top__recruit .c-title1,
	.p-top__recruit-text {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-top__recruit {
		height: auto;
		padding: 50px 0;
	}
}
/* ================================================ */
/* INFORMATION */
.p-top__infor {
	padding-top: 136px;
	padding-bottom: 145px;
}
.p-top__infor .c-section__row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
	.p-top__infor .c-section__row {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.p-top__infor {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.p-top__infor .c-section__row {
		display: block;
		margin-bottom: 0;
	}
	.p-top__infor .c-infor__content .infor-col {
		margin-bottom: 5px;
		margin-top: 15px;
	}
	.p-top__infor .c-link1 {
		margin-top: 30px;
	}
}
/* ================================================ */
/* INSTAGRAM */
.p-top__instagram .c-title1 {
	margin-bottom: 56px;
}
.p-top__instagram .c-title1 .f-eng {
	font-size: 7rem;
	margin-bottom: 15px;
}
.p-top__instagram-posts {
	margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
	.p-top__instagram .c-title1 {
		margin-bottom: 20px;
	}
	.p-top__instagram .c-title1 .f-eng {
		font-size: 4rem;
	}
	.p-top__instagram-posts {
		margin-bottom: 25px;
	}
}
