/* 
 company
----------------------------------------------------------- */ 
.p-company .c-sub-fv__en::before{
	background-image: url("../img/company/icon-sub-company.svg");
}

/* concept */
.concept{
	padding-top: 0;
}
.concept__body{
	display: flex;
	justify-content: space-between;
	gap: clamp(30px, 3.4vw, 65px);
	flex-wrap: wrap;
	width: min(100%,1345px);
	margin-inline: auto;
	align-items: flex-start;
}
.concept__contents{
	width: 50%;
}
.concept__img{
	flex: 1;
	position: relative;
	z-index: 0;
}
.concept__img::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	background: url("../img/company/concept-arrow.svg") center center / contain no-repeat;
	animation: concept-arrow-spin 20s linear infinite;
	transform-origin: center center;
	will-change: transform;
	z-index: -1;
	filter: drop-shadow(0 0 15px rgba(30,95,236,0.1));
}
@keyframes concept-arrow-spin {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
.concept__img img{
	width: 100%;
	height: auto;
}
.concept__text{
	line-height: 2;
}
.concept__text + .concept__text{
	margin-top: 2em;
}

/* greeting */
.greeting{
	padding-top: 0;
}
.greeting__text{
	line-height: 2;
}
.greeting__text + .greeting__text{
	margin-top: 2em;
}
.greeting__body{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: clamp(30px, 4.9vw, 95px);
}
.greeting__img{
	width: clamp(250px, 15.6vw, 300px);
}
.greeting__img img{
	width: 100%;
	height: auto;
	border-radius: 8px;	
}
.greeting__contents{
	flex: 1;
}
.greeting__company{
	margin-top: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	color: var(--gray-color);
}
.greeting__name{
	font-weight: 600;
	font-size: var(--fontsize-20);
	display: flex;
	align-items: center;
	gap: 16px;
}
.greeting__name > span{
	color: var(--main-color);
	font-size: var(--fontsize-16);
}

/* history */
.history-overview-bg{
	position: relative;
	z-index: 0;
}
.history-overview-bg::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - (var(--history-h, 0px) / 2));
	z-index: -2;
	background: url("../img/company/history-overview-bg.jpg") center bottom / cover no-repeat;
}
.history-overview-bg::after {
	content: "";
	position: absolute;
	left: 0;
	top: calc((var(--history-h, 0px) / 2) - 1px);
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url("../img/company/history-overview-bg-btm.png") center top / 100% auto no-repeat;
}
.history__box{
	position: relative;
	z-index: 0;
	width: 97%;
	border-radius: 20px;
	background-color: #fff;
	margin-inline: auto;
	overflow: hidden;
}
.history__slider{
	overflow: inherit !important;
	position: relative;
	z-index: 0;
}
.history__slider::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 2px;
	background-color: var(--bg-color);
	margin-inline: calc(50% - 50vw);
}
.history__title{
	font-weight: 500;
	font-family: var(--font-en);
	font-size: var(--fontsize-33);
	color: var(--main-color);
	margin-bottom: 18px;
	padding-top: 17px;
	padding-left: 55px;
	position: relative;
	z-index: 0;
	line-height: 1.1;
}
.history__title::before{
	content: "";
	position: absolute;
	left: 0;
	top: -4px;
	height: 38px;
	width: 40px;
	background: url("../img/company/history-title.svg") left top / contain no-repeat;
}
.history__title > span{
	padding-left: 16px;
	font-family: var(--font-text);
	font-size: var(--fontsize-15);
	color: var(--gray-color);
}
.history__slider-box {
	background-color: var(--pale-color);
	border-radius: 8px;
	padding: 24px;
}
.history__list-item:not(:last-child){
	margin-bottom: 20px;
}
.history__list-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.6;
	font-weight: 500;
}
.history__month{
	color: var(--main-color);
	width: 55px;
}
.history__text{
	flex: 1;
}
.history .swiper-button-prev, 
.history .swiper-button-next {
	width:45px;
	height:45px;
	z-index: 3;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	top: calc(clamp(40px, 4.1vw, 80px) * -1);
}
.history .swiper-button-prev{
	background-image: url("../img/common/swiper-prev.svg");
	left: auto;
	right: 55px;
}
.history .swiper-button-next {
	background-image: url("../img/common/swiper-next.svg");
	right: 0;
}
.history .swiper-button-prev svg, 
.history .swiper-button-next svg{
	display: none;
}
.history .swiper-button-next::after,
.history .swiper-button-prev::after{
	display: none;
}

/* overview */
.overview{
	color: #fff;
}
.overview .c-sub-title,
.office .c-sub-title,
.permit .c-sub-title{
	margin-bottom: clamp(25px, 2.6vw, 50px);
}
.overview-list{
	width: min(100%,1000px);
	margin-left: auto;
}
.overview-list__row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: rgba(255,255,255,0.1);
	-webkit-backdrop-filter: blur(2px) brightness(1.15);
	backdrop-filter: blur(2px) brightness(1.15);
	border-radius: 8px;
	padding: 16px 30px;
}
.overview-list__row:not(:last-of-type){
	margin-bottom: 16px;
}
.overview-list__term{
	width: clamp(155px, 9.6vw, 185px);
	border-right: 1px solid rgba(255,255,255,0.2);
	display: grid;
	place-items: center start;
}
.overview-list__term > p{
	font-weight: 500;
	padding-left: 26px;
	position: relative;
	z-index: 0;
}
.overview-list__term > p::before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: var(--main-color);
}
.overview-list__description{
	flex: 1;
	padding-left: clamp(10px, 3.4vw, 65px);
	text-align: left;
}
.overview-list__description--map{
	display: flex;
	flex-wrap: wrap;
	column-gap: 16px;
}
.overview__map a{
	position: relative;
	z-index: 0;
	padding-left: 19px;
	color: #fff;
	transition: opacity var(--trans-base);
}
.overview__map a::before{
	content: "";
	position: absolute;
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 13px;
	background: url("../img/common/icon-map.svg") center center / contain no-repeat;
}
.overview__map a:hover{
	opacity: 0.7;
}
.overview-list__grid{
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 0;
	grid-template-columns: repeat(2, 1fr);
}

/* office */
.office{
	background: url("../img/company/office-bg.jpg") center top / cover no-repeat;
	position: relative;
	top: -1px;
	z-index: 0;
	padding-bottom: clamp(50px, 6.8vw, 130px);
}
.office::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 98%;
	height: calc(100% - clamp(50px, 6.8vw, 130px));
	background-color: #fff;
	border-radius: 50px 0 0 50px;
}
.office .l-inner{
	padding-bottom: clamp(50px, 6.8vw, 130px);
}
.office .c-bg-pale-title{
	margin-bottom: 0;
}
.office__wrap + .office__wrap{
	margin-top: clamp(40px, 4.1vw, 80px);
}
.office__flex{
	margin-block: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 28px;
}
.office__map{
	flex: 1;
	overflow: hidden;
	border-radius: 8px;
}
.office-accsess{
	width: 50%;
}
.office-accsess__item:not(:last-child){
	margin-bottom: 17px;
}
.office-accsess__item{
	background-color: var(--bg-color);
	border-radius: 8px;
	padding: 24px 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.office-accsess__body{
	flex: 1;
	padding-left: clamp(10px, 3.4vw, 65px);
}
.office__info{
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 24px;
	row-gap: 8px;
	font-weight: 500;
}
.office__info + .office__info{
	margin-top: 8px;
}
.office__info > span{
	color: var(--main-color);
	width: 65px;
}
.office__info > p{
	flex: 1;
	text-align: left;
}
.office-list__item{
	border-bottom: 1px solid var(--border-dark);
	padding-block: clamp(20px, 2vw, 40px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-weight: 500;
}
.office-list__head,
.office-accsess__head{
	width: clamp(155px, 9.6vw, 185px);
	border-right: 1px solid var(--border-dark);
	display: grid;
	place-items: center start;
}
.office-list__head > p,
.office-accsess__head > p{
	padding-left: 26px;
	position: relative;
	z-index: 0;
	font-weight: 500;
}
.office-list__head > p::before,
.office-accsess__head > p::before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: var(--main-color);
}
.office-list__body{
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: clamp(20px, 2vw, 40px);
	row-gap: 8px;
	padding-left: clamp(10px, 3.4vw, 65px);
}
.office-list__body > span{
	color: var(--main-color);
}
.office-list__body > p{
	flex: 1;
	text-align: left;
}
@media screen and (max-width: 1024px){
	.office__map{
		flex: auto;
		width: 100%;
		height: 200px;
	}
	.office-accsess{
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.concept__contents{
		width: 100%;
	}
	.concept__img{
		width: min(100%,450px);
		margin-inline: auto;
	}
	.greeting__img{
		margin-inline: auto;
	}
	.greeting__contents{
		flex: auto;
		width: 100%;
	}
	.history__slider-box{
		padding: 20px;
	}
	.overview-list__row{
		padding: 20px;
	}
	.overview__map{
		padding-left: 0;
	}
	.overview-list__grid{
		grid-template-columns: repeat(1, 1fr);
	}
	.office-list__head > p, .office-accsess__head > p, .overview-list__term > p{
		padding-left: 18px;
	}
	.office__flex{
		gap: 20px;
	}
	.office-accsess__item{
		padding: 20px;
	}
	.overview-list__term,
	.office-list__head,
	.office-accsess__head{
		width: 120px;
	}
	.office .l-inner{
		padding-left: 2.5%;
	}
}
@media screen and (max-width: 480px){
	.overview-list__term{
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		border-right: none;
	}
	.overview-list__description{
		flex: auto;
		width: 100%;
		padding-left: 0;
	}
	.office-list__head{
		width: 100%;
		border-right: none;
		margin-bottom: 10px;
	}
	.office-accsess__head{
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid var(--border-dark);
		border-right: none;
	}
	.office-list__body,
	.office-accsess__body{
		flex: auto;
		width: 100%;
		padding-left: 0;
	}
	.office__info p > span{
		display: none;
	}
	.office-list__head > p::before,
	.office-accsess__head > p::before,
	.overview-list__term > p::before{
		top: 8px;
	}
}