/* 
 TOP
----------------------------------------------------------- */ 
body {
	background-color: var(--bg-color);
}
.home .l-main{
	overflow: inherit;
}
.p-top-fv{
	width:100%;
	height:100vh;
	position: relative;
	z-index: -1;
}
.p-top-fv::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,0.4);
	z-index: 2;
	pointer-events: none;
}
.p-top-fv__item picture {
	height: 100%;
	width: 100%;
}
.p-top-fv__list .p-top-fv__item img {
	transform: scale(1.1);
	transition: transform 10s linear;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.p-top-fv__list .swiper-slide-active.p-top-fv__item img {
	transform: scale(1);
}
.p-top-fv__copy{
	color: #fff;
	position: absolute;
	width: 90%;
	left: 5%;
	bottom: 10%;
	z-index: 2;
}
.p-top-fv__title{
	text-shadow: 2px 2px 10px rgba(0,0,0,0.16);
	font-family: var(--font-title);
	font-size: clamp(45px, 3.4vw, 65px);
	font-weight: 500;
}
.p-top-fv__text{
	text-shadow: 1px 1px 5px rgba(0,0,0,0.16);
	font-size: var(--fontsize-25);
}
.p-top-h2{
	margin-bottom: clamp(20px, 2vw, 40px);
	font-size: var(--fontsize-16);
}
.p-top-h2__en{
	display: block;
	color: var(--main-color);
	font-family: var(--font-en);
	font-size: clamp(42px, 3.4vw, 65px);
	line-height: 1.3;
}
.p-top-h2.p-top-h2--rl,
.p-top-h2.p-top-h2--rl .p-top-h2__en{
	writing-mode: vertical-rl;
}
.p-top-h2.p-top-h2--white,
.p-top-h2.p-top-h2--white .p-top-h2__en{
	color: #fff;
}
.p-top-news{
	padding-block: clamp(40px, 4.9vw, 95px) clamp(70px, 8.3vw, 160px);
}
.p-top-news__inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 5%;
}
.p-top-news__heading{
	width: 260px;
}
.p-top-news__cta-sp{
	display: none;
	width: 100%;
	margin-top: 30px;
}
.p-top-news__cta-sp .c-more-btn{
	margin: 0 auto;
}
.p-top-news__body{
	flex: 1;
}
.p-top-news__item:not(:last-child){
	margin-bottom: 4px;
}
.p-top-news__link{
	display: block;
	width: 100%;
	padding: 24px 66px 24px 24px;
	border-radius: 5px;
	border: 1px solid var(--sub-color);
	background-color: #fff;
	transition: background-color var(--trans-base);
	position: relative;
	z-index: 0;
}
.p-top-news__link:hover{
	background-color: var(--bg-bright);
}
.p-top-news__link .c-pill-arrow {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}
.p-top-news__title{
	font-size: var(--fontsize-16);
	position: relative;
	z-index: 0;
}
.p-top-news__title::before{
	content: "";
	position: absolute;
	left: -24px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: var(--main-orange);
}
.p-top-access{
	padding-block: clamp(40px, 4.9vw, 95px) clamp(70px, 8.3vw, 160px);
	position: relative;
	z-index: 0;
	margin-bottom: clamp(50px, 6.8vw, 130px);
}
.p-top-access::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 90%;
	background-color: var(--bg-bright);
	border-radius: 0 10px 10px 0;
	z-index: -1;
}
.p-top-access .l-inner{
	position: relative;
	z-index: 0;
}
.p-top-access .l-inner::before{
	content: "";
	position: absolute;
	left: 0;
	top: calc(clamp(40px, 4.9vw, 95px) * -1);
	height: 1px;
	width: 48px;
	background-color: var(--main-orange);
}
.p-top-access__body{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-top-access-lsit{
	width: 42.5%;
}
.p-top-access-maps{
	width: 52%;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}
.p-top-access-lsit__row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-block: 24px;
	border-bottom: 1px solid var(--sub-color);
}
.p-top-access-lsit__row:first-of-type{
	border-top: 1px solid var(--sub-color);
}
.p-top-access-lsit__term{
	width: 170px;
	text-align: center;
	border-right: 1px solid var(--sub-color);
	display: grid;
	place-content: center;
	place-items: center center;
	font-weight: 600;
	color: var(--main-color);
}
.p-top-access-lsit__description{
	width: calc(100% - 170px - 24px);
}
.p-top-access-maps__map{
	grid-column: 1/2;
	grid-row: 1/2;
}
.p-top-access-maps__img{
	grid-column: 2/3;
	grid-row: 1/2;
}
.p-top-access-maps__map,
.p-top-access-maps__img{
	border-radius: 5px;
	border: 1px solid var(--sub-color);
	overflow: hidden;
}
.p-top-access-maps__map img,
.p-top-access-maps__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-top-access-maps__google{
	grid-column: 1/3;
	grid-row: 2/3;
	border-radius: 5px;
	overflow: hidden;
}
.p-top-access-maps__google iframe{
	height: 100%;
}
.p-top-information{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 90%;
	margin-left: auto;
	gap: 5%;
	margin-bottom: clamp(50px, 6.8vw, 130px);
}
.p-top-information .p-top-h2{
	position: sticky;
	top: 150px;
}
.p-top-information__body{
	flex: 1;
	background-color: var(--bg-bright);
	border-radius: 10px 0 0 10px;
	padding: clamp(50px, 6.8vw, 130px) 5%;
}
.p-top-information__inner{
	width: min(100%,1200px);
	margin-inline: auto;
	position: relative;
	z-index: 0;
}
.p-top-information__inner::before{
	content: "";
	position: absolute;
	left: 0;
	top: calc(clamp(50px, 6.8vw, 130px) * -1);
	height: 1px;
	width: 48px;
	background-color: var(--main-orange);
}
.p-top-information__section:not(:last-of-type){
	margin-bottom: clamp(50px, 6.8vw, 130px);
}
.p-top-information__sat{
	margin-top: clamp(30px, 3.4vw, 65px);
}
.p-top-information__sat-flex{
	display: flex;
	align-items: flex-start;
	gap: 5%;
	flex-wrap: wrap;
}
.p-top-information__sat-flex > .c-time-table{
	flex: 1;
}
.p-top-information__sat .c-time-table__row-header{
	padding: 7px 5px;
}
.p-top-information__notice{
	margin-top: 10px;
	padding: 16px;
	background-color: var(--bg-gray);
	border-radius: 2px;
	font-size: var(--fontsize-14);
}
.p-top-about{
	overflow: hidden;
	padding-top: clamp(50px, 5.5vw, 105px);
	position: relative;
	z-index: 0;
}
.p-top-about::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: clamp(230px, 18.8vw, 360px);
	display: block;
	z-index: 1;
	background-image: linear-gradient(to right, rgba(235,230,224,0.1), var(--bg-color) 100%);
}
.p-top-about__en {
	display:flex;
	position:absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.p-top-about__en li {
	animation:text-loop 180s linear 0s infinite;
	line-height: 1;
	font-size: clamp(70px, 8.3vw, 160px);
	color: rgba(142,113,86,0.4);
	white-space: nowrap;
	font-family: var(--font-en);
	padding-right: 0.5em;
}
.p-top-about__en li:nth-child(2) {
	animation:text-loop2 180s linear -90s infinite;
}
@keyframes text-loop {
	0% {
		transform:translateX(100%)
	}
	to {
		transform:translateX(-100%)
	}
}
@keyframes text-loop2 {
	0% {
		transform:translateX(0)
	}
	to {
		transform:translateX(-200%)
	}
}
.p-top-about .l-inner {
	position: relative;
	z-index: 2;
}
.p-top-about__body{
	display: flex;
	justify-content: space-between;
	gap: clamp(30px, 3.1vw, 60px);
	flex-wrap: wrap;
	align-items: center;
	padding-block: clamp(40px, 4.9vw, 95px) clamp(80px, 7.8vw, 150px);
	position: relative;
	z-index: 0;
}
.p-top-about__body::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 54vw;
	margin-left: calc(50% - 50vw);
	background-color: rgba(250,250,250,0.4);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border-radius: 0 10px 10px 0;
	z-index: -1;
}
.p-top-about__content,
.p-top-about__img{
	flex: 1;
}
.p-top-about__img img{
	border-radius: 5px;
	width: 100%;
	height: auto;
}
.p-top-about__title{
	font-family: var(--font-title);
	color: var(--main-color);
	font-size: clamp(22px, 1.8vw, 35px);
	margin-bottom: clamp(25px, 2.6vw, 50px);
	position: relative;
	z-index: 0;
	font-weight: 500;
}
.p-top-about__title::before{
	content: "";
	position: absolute;
	left: 0;
	top: calc(clamp(40px, 4.9vw, 95px) * -1);
	height: 1px;
	width: 48px;
	background-color: var(--main-orange);
}
.p-top-about__title > span{
	font-family: var(--font-text);
	color: var(--font-color);
	display: block;
	font-size: var(--fontsize-16);
	margin-bottom: 5px;
	font-weight: 400;
}
.p-top-about__text{
	line-height: 2.2;
}
.p-top-about__links{
	display: grid;
	gap: clamp(15px, 3.1vw, 60px);
	grid-template-columns: repeat(2, 1fr);
	margin-top: calc(clamp(25px, 2.6vw, 50px) * -1);
}
.p-top-img {
	overflow: hidden;
	width: 100%;
	margin-block: clamp(50px, 6.8vw, 130px);
}
.p-top-img__slider {
	display: flex;
	align-items: center;
	gap: 24px;
	width: max-content;
	will-change: transform;
}
.p-top-img__slider li {
	flex: 0 0 auto;
	list-style: none;
}
.p-top-img__slider img {
	display: block;
	height: clamp(200px, 15.6vw, 300px);
	width: auto;
	border-radius: 5px;
}
.p-top-services{
	padding-block: clamp(40px, 4.9vw, 95px);
	position: relative;
	z-index: 0;
}
.p-top-services::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: calc(100% - 48px);
	border-radius: 10px;
	transform: translateX(-50%);
	background: url("../img/top/services-bg.jpg") center center / cover no-repeat;
	z-index: -1;
}
.p-top-services__inner{
	position: relative;
	z-index: 0;
	width: min(90%,1200px);
	margin: 0 auto;
}
.p-top-services__inner::before{
	content: "";
	position: absolute;
	left: 0;
	top: calc(clamp(40px, 4.9vw, 95px) * -1);
	height: 1px;
	width: 48px;
	background-color: var(--main-orange);
}
.p-top-services__list{
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, 1fr);
}
.p-top-services__item{
	background-color: var(--bg-gray);
	border-radius: 5px;
	padding: 30px 40px 40px 40px;
	display: flex;
	flex-direction: column;
}
.p-top-services__text{
	margin-bottom: 30px;
}
.p-top-services__cta{
	margin-top: auto;
}
.p-top-services__box{
	margin-top: clamp(30px, 3.4vw, 65px);
	border: 1px solid var(--main-color);
	padding: clamp(20px, 3.4vw, 65px) clamp(20px, 8.3vw, 160px);
	border-radius: 5px;
}
.p-top-services__box .c-left-maru-title{
	font-size: var(--fontsize-20);
	margin-bottom: 24px;
}
.p-top-services__box .c-left-maru-title::before{
	top: 11px;
}
.p-top-services__box .c-left-line-text{
	font-size: var(--fontsize-16);
	font-weight: 500;
	margin-bottom: 10px;
}
.p-top-services__box .c-normal-list{
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, 1fr);
}
.p-top-services__box .c-normal-list__item{
	margin-bottom: 0 !important;
}
.p-top-services__box-item:not(:last-of-type){
	margin-bottom: clamp(20px, 2vw, 40px);
}
.p-top-recruit .l-inner{
	display: flex;
	flex-wrap: wrap;
	border-radius: clamp(30px, 2.6vw, 50px) 2px clamp(30px, 2.6vw, 50px) 2px;
	overflow: hidden;
}
.p-top-recruit__hading,
.p-top-recruit__img{
	flex: 1;
}
.p-top-recruit__hading{
	background: url("../img/top/recruit-hading-bg.jpg") center center / cover no-repeat;
	color: #fff;
	padding: clamp(25px, 2.6vw, 50px);
}
.p-top-recruit__hading .p-top-h2{
	margin-bottom: 20px;
}
.p-top-recruit__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-top-recruit__cta{
	margin-top: 30px;
}
.p-top-dx{
	position: relative;
	z-index: 0;
	margin-bottom: 10px;
}
.p-top-dx::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: calc(100% - 48px);
	border-radius: 10px;
	transform: translateX(-50%);
	background: url("../img/top/dx-bg.jpg") center center / cover no-repeat;
	z-index: -1;
}
.p-top-dx__inner{
	margin-inline: auto;
	width: min(90%,920px);
	border-radius: 5px;
	padding: clamp(25px, 2.6vw, 50px) clamp(25px, 5.2vw, 100px);
	background-image: linear-gradient(to right, rgba(245,243,240,0), rgba(247,239,230,0));
	-webkit-backdrop-filter: blur(30px) brightness(1.15);
	backdrop-filter: blur(30px) brightness(1.15);
}
.p-top-dx .c-num-list{
	margin-top: 16px;
}
@media screen and (max-width: 1440px) {
	.p-top-information{
		width: 95%;
	}
}
@media screen and (max-width: 1280px) {
	.p-top-fv__copy{
		bottom: 5%;
	}
	.p-top-access::before{
		content: "";
		position: absolute;
		width: 95%;
	}
	.p-top-access-lsit{
		width: 95%;
		margin-bottom: 25px;
	}
	.p-top-access-maps{
		width: 95%;
	}
	.p-top-access-maps__google{
		height: 250px;
	}
	.p-top-information{
		display: block;
	}
	.p-top-information .p-top-h2{
		position: relative;
		top: auto;
	}
	.p-top-h2.p-top-h2--rl,
	.p-top-h2.p-top-h2--rl .p-top-h2__en{
		writing-mode: horizontal-tb;
	}
}
@media screen and (max-width: 1024px){
	.p-top-news__heading{
		width: 180px;
	}
	.p-top-services::before{
		width: calc(100% - 20px);
	}
	.p-top-services__box{
		padding: 40px;
	}
	.p-top-dx::before{
		width: calc(100% - 20px);
	}
}
@media screen and (max-width: 767px){
	.p-top-fv__copy{
		bottom: 10%;
	}
	.p-top-fv__title{
		font-size: 40px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.p-top-fv__text{
		font-size: 18px;
	}
	.p-top-news__heading{
		width: 100%;
	}
	.p-top-news__cta{
		display: none;
	}
	.p-top-news__cta-sp{
		display: block;
	}
	.p-top-access-lsit__term{
		width: 110px;
	}
	.p-top-access-lsit__description{
		width: calc(100% - 110px - 20px);
	}
	.p-top-access-maps__map{
		grid-column: 1/3;
		grid-row: 1/2;
	}
	.p-top-access-maps__img{
		grid-column: 1/3;
		grid-row: 2/3;
	}
	.p-top-access-maps__google{
		grid-column: 1/3;
		grid-row: 3/4;
	}
	.p-top-information__sat-flex > .c-time-table{
		flex: none;
		width: 100%;
	}
	.p-top-information__sat-flex > .c-time-table:not(:last-of-type){
		margin-bottom: 20px;
	}
	.p-top-about__body::before{
		width: 95vw;
	}
	.p-top-about__content,
	.p-top-about__img{
		flex: none;
		width: 95%;
	}
	.p-top-about__links{
		width: 95%;
	}
	.p-top-services::before{
		background-image: url("../img/top/services-bg-sp.jpg");
	}
	.p-top-services__inner{
		width: min(85%,1200px);
	}
	.p-top-services__list{
		grid-template-columns: repeat(1, 1fr);
	}
	.p-top-services__item{
		padding: 20px 25px 25px 25px;
	}
	.p-top-services__text{
		margin-bottom: 20px;
	}
	.p-top-services__box{
		padding: 20px;
	}
	.p-top-services__box .c-normal-list{
		grid-template-columns: repeat(1, 1fr);
	}
	.p-top-services__box .c-left-maru-title::before{
		top: 8px;
	}
	.p-top-recruit__hading,
	.p-top-recruit__img{
		flex: none;
		width: 100%;
	}
	.p-top-dx__inner{
		width: min(85%,1200px);
	}
}
@media screen and (max-width: 480px){
	.p-top-fv__title{
		font-size: 35px;
	}
	.p-top-fv__text{
		font-size: 16px;
	}
	.p-top-access-lsit__row{
		padding-block: 15px;
	}
	.p-top-access-lsit__term{
		width: 100%;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-right: none;
		border-bottom: 1px solid var(--sub-color);
	}
	.p-top-access-lsit__description{
		width: 100%;
	}
	.p-top-about__links{
		grid-template-columns: repeat(1, 1fr);
	}
	.p-top-access-maps__map img,
	.p-top-access-maps__img img {
		aspect-ratio: 4 / 3;
	}
}