/* 
 company
----------------------------------------------------------- */ 
.p-company .c-sub-fv__img{
	background-image: url("../img/company/company-fv.jpg");
}
.p-company .c-sub-nav__item:nth-child(1) .c-sub-nav__label::before{
	background: url("../img/company/company-nav-overview.svg") center center / contain no-repeat;
}
.p-company .c-sub-nav__item:nth-child(2) .c-sub-nav__label::before{
	background: url("../img/company/company-nav-history.svg") center center / contain no-repeat;
}
.p-company .c-sub-nav__item:nth-child(3) .c-sub-nav__label::before{
	background: url("../img/company/company-nav-office.svg") center center / contain no-repeat;
}
.p-company-executive-list__item:not(:last-child){
	margin-bottom: 5px;
}
.p-company-executive-list__label{
	font-size: var(--fontsize-14);
	color: #A1B5C4;
	padding-right: 1em;
}
.p-company-overview .c-sub-h2{
	margin-bottom: clamp(30px, 3.1vw, 60px);
}
.p-company-executive-list__sub{
	font-size: var(--fontsize-14);
}
.p-company-history{
	background-image: url("../img/company/company-history-bg.png");
	background-position:  center right 10%;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.p-company-history .c-sub-h2{
	margin-bottom: clamp(40px, 4.1vw, 80px);
}
.p-company-history__slider{
	overflow: inherit !important;
}
.p-company-history__year {
	width: fit-content;
	font-family: var(--font-en);
	color: #fff;
	text-align: center;
	font-size: var(--fontsize-18);
	background-color: var(--main-color);
	padding: 4px 10px;
	border-radius: 4px;
	margin-bottom: 25px;
	font-weight: 700;
	position: relative;
	line-height: 1.6;
	margin-left: 7px;
}
.p-company-history__year::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -8px;
	display: block;
	width: 11px;
	height: 9px;
	background: url("../img/company/company-history-year.svg") center top / contain no-repeat;
}
.p-company-history__item {
	border-top: 1px dashed #A1B5C4;
	padding-top: clamp(30px, 3.1vw, 60px);
	position: relative;
	z-index: 0;
}
.p-company-history__item:before {
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background-color: var(--orange-color);
	position: absolute;
	left: 30px;
	top: -8px;
}
.p-company-history__item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 37px;
	background-color: var(--orange-color);
	height: clamp(30px, 3.1vw, 60px);
	width: 2px;
}
.p-company-history__box {
	background-color: #fff;
	margin-right: 24px;
	border-radius: 4px;
	padding: 30px;
	box-shadow: 20px 20px 30px rgba(20,45,80,0.08);
}
.p-company-history__title{
	width: fit-content;
	color: var(--main-color);
	font-family: var(--font-en);
	padding-right: 25px;
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
	font-size: var(--fontsize-20);
	font-weight: 700;
	line-height: 1.6;
}
.p-company-history__title::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 14px;
	height: 10px;
	border-radius: 40px 100px 100px 40px;
	background-color: var(--main-color);
}
.p-company-history__list-item:not(:last-child){
	margin-bottom: 12px;
}
.p-company-history__list-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p-company-history__month{
	font-size: var(--fontsize-14);
	color: #A1B5C4;
	width: 45px;
	padding-top: 2px;
}
.p-company-history__text{
	width: calc(100% - 45px);
}
.p-company-history__text p{
	text-align: left;
}
.p-company-history__text p small{
	font-size: var(--fontsize-14);
}
.p-company-history__img{
	margin-top: 30px;
}
.p-company-history__img img{
	width: 100%;
	height: auto;
}
.p-company-history .swiper-button-prev, 
.p-company-history .swiper-button-next {
	width:clamp(50px, 4.7vw, 90px);
	height:clamp(50px, 4.7vw, 90px);
	z-index: 3;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.p-company-history .swiper-button-prev{
	background-image: url("../img/company/company-prev.svg");
	left: calc(clamp(70px, 7.6vw, 145px) * -1);
}
.p-company-history .swiper-button-next {
	background-image: url("../img/company/company-next.svg");
	right: calc(clamp(70px, 7.6vw, 145px) * -1);
}
.p-company-history .swiper-button-prev svg, 
.p-company-history .swiper-button-next svg{
	display: none;
}
.swiper-button-next::after,
.swiper-button-prev::after{
	display: none;
}
.p-company-office__heading{
	padding-block: clamp(40px, 4.1vw, 80px) clamp(30px, 3.4vw, 65px);
	position: relative;
	z-index: 0;
	margin-bottom: clamp(40px, 4.1vw, 80px);
}
.p-company-office__bg {
	position: absolute;
	width: 95vw;
	height: 100%;
	top: 0;
	right: 0;
	overflow: hidden;
	border-radius: 20px 0 0 20px;
	z-index: -1;
	margin-right: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
}
.p-company-office__bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20,45,80,0.3);
	z-index: 1;
}
.p-company-office__bg > picture{
	position: absolute;
	left: 0;
	top: -80px;
	width: 100%;
	height: calc(100% + 160px);
	will-change: transform;
	min-height: 100%;
}
.p-company-office__bg > picture > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 100%;
}
.p-company-office-list{
	display: grid;
	grid-column-gap: 24px;
	grid-row-gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}
.p-company-office-list__item{
	background-color: #fff;
	padding: 30px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	line-height: 1.6;
}
.p-company-office-list__img{
	margin-bottom: 16px;
}
.p-company-office-list__img img{
	width: 100%;
	height: auto;
}
.p-company-office-list__title{
	font-weight: 800;
	color: var(--main-color);
	font-size: var(--fontsize-17);
	margin-bottom: 5px;
}
.p-company-office-list__address{
	font-size: var(--fontsize-15);
	margin-bottom: 10px;
}
.p-company-office-list__tel{
	margin-bottom: clamp(20px, 2vw, 40px);
}
.p-company-office-list__tel.p-company-office-list__tel--2col{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.p-company-office-list__tel-item{
	position: relative;
}
.p-company-office-list__tel.p-company-office-list__tel--2col .p-company-office-list__tel-item:not(:last-of-type)::before{
	content: '';
	position: absolute;
	right: -15px;
	bottom: 0;
	width: 1px;
	height: 48px;
	background-color: #D9E1E7;
}
.p-company-office-list__tel-text{
	display: flex;
	align-items: center;
	font-size: var(--fontsize-15);
	white-space: nowrap;
}
.p-company-office-list__tel-label{
	display: block;
	color: var(--main-color);
	font-weight: 800;
	width: 45px;
}
.p-company-office-list__tel-number{
	width: calc(100% - 45px);
}
.p-company-office-list__tel-title{
	font-weight: 800;
	font-size: var(--fontsize-14);
	margin-bottom: 5px;
}
.p-company-office-list__link{
	margin-top: auto;
	display: flex;
	gap: 10px;
}
.p-company-office-list__phone{
	width: calc(100% - 48px);
}
.p-company-office-list__map{
	width: 38px;
}
.p-company-office-list__link .c-blue-btn:not(:first-of-type){
	margin-top: 10px;
}
.p-company-office-list__link .c-map-btn{
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1440px) {
	.p-company-office-list__tel.p-company-office-list__tel--2col{
		gap: 20px;
	}
	.p-company-office-list__tel.p-company-office-list__tel--2col .p-company-office-list__tel-item:not(:last-of-type)::before{
		right: -10px;
	}
	.p-company-history .swiper-button-prev{
		left: -4%;
	}
	.p-company-history .swiper-button-next {
		right: -4%;
	}
	.p-company-office__heading{
		padding-left: 5%;
	}
}
@media screen and (max-width: 1280px) {
	.p-company-office-list{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 1024px){
	.p-company-office-list__tel.p-company-office-list__tel--2col{
		gap: 10px;
	}
	.p-company-office-list__tel.p-company-office-list__tel--2col .p-company-office-list__tel-item:not(:last-of-type)::before{
		right: -5px;
	}
	.p-company-history__box {
		padding: 20px;
		margin-right: 20px;
	}
	.p-company-office-list__item{
		padding: 20px;
	}
}
@media screen and (max-width: 767px){
	.p-company .c-sub-fv__img{
		background-image: url("../img/company/company-fv-sp.jpg");
	}
	.p-company-office-list{
		grid-template-columns: repeat(1, 1fr);
	}
	.p-company-office-list__tel.p-company-office-list__tel--2col{
		gap: 20px;
	}
	.p-company-office-list__tel.p-company-office-list__tel--2col .p-company-office-list__tel-item:not(:last-of-type)::before{
		right: -10px;
	}
}
@media screen and (max-width: 480px){
}