@charset "utf-8";
/*-----------------------------------------------------

/*  ================================================================================================

    PC TAB SP 共通パーツ

    ============================================================================================  */
		
/*general
-----------------------------------------------------*/	
.fontBold {
	font-weight:bold;
}
.textIndent {
	text-indent:-1em;
	padding-left:1em;
}
.borderTop {
	border-top: 1px solid #000;
	padding-top:100px;
}

/* セクション 余白指定
------------------------------------------------------------------ */
main section {
	padding: 60px 0;
}

/* main画像
------------------------------------------------------------------ */
.mainHeader {
	position: relative;
	width: 100%;
	background: #f6f7f7;
	margin-inline: auto;
}
.mainHeader .mainHeaderInner {
	width: calc(100% - 40px);
	max-width: 1200px;
	margin-inline: auto;
	padding: 190px 0 80px;
}
.mainHeader .mainHeaderInner p {
	font-size: 24px;
	padding-bottom: 20px;
}
.mainHeader .mainHeaderInner h2 {
	padding: 20px;
	width: fit-content;
	background: var(--about-us-color);
	color: #FFF;
}
/* フォント設定 
------------------------------------------------------------------ */
main section h2 {
	font-size: 32px;
	background: linear-gradient(transparent 60%, #dfe3e4 60%);
	width: fit-content;
	padding: 0 10px;
}
main section h3 {
	font-size: 34px;
	margin-bottom: 50px;
}
main section h4 {
	font-size: 30px;
	margin-bottom: 50px;
	line-height: 1;
}
main section h4 span.jobTitle {
	font-size: 24px;
	color: var(--about-us-color);
	display: block;
	margin-bottom: 20px;
}
main section h4 span.nameEn {
	font-size: 24px;
	font-weight: normal;
	color: #a1aab0;
	margin-left: 20px;
}
/* 共通設定 
------------------------------------------------------------------ */
main .linkBtnArrow::before {
	background: var(--about-us-color);
}
main .linkBtnArrow::after {
	border-top: 2px solid var(--about-us-color);
	border-right: 2px solid var(--about-us-color);
}

/* 固有設定 
------------------------------------------------------------------ */
/* Top interview */
main .topInterview .interviewArea {
	margin-top: 80px;
}
main .topInterview .interviewArea .interviewImagesColumn {
	width: fit-content;
}
main .topInterview .interviewArea .interviewImage {
	margin-bottom: 40px;
}
main .topInterview .interviewArea p.detailText {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}
/* about */
main .aboutCompany .companyDetail {
	max-width: 1040px;
	margin: 80px auto;
}
main .aboutCompany .companyDetail dl {
	margin-bottom: 40px;
}
main .aboutCompany .companyDetail dl dt {
	font-weight: bold;
}
main .aboutCompany .companyDetail dl dd.positionWrap {
	display: grid;
	grid-template-columns: 1fr 2.5fr;
}
/* history */
main .historyWrap .historyDetail {
	position: relative;
	max-width: 768px;
	margin: 80px auto;
}
main .historyWrap .historyDetail::before {
	content: "";
	position: absolute;
	top: 20px;
	left: -1px;
	border: 1px solid #999;
	height: calc(100% - 205px);
}
main .historyWrap .historyDetail dl {
	position: relative;
	background: #f6f7f7;
	padding: 20px;
	border-radius: 4px;
	margin: 0 17px 20px 35px;
}
main .historyWrap .historyDetail dl:first-child {
	margin-bottom: 10px;
}
main .historyWrap .historyDetail dl:last-child {
	margin-top: 50px;
	margin-bottom: 0;
}
main .historyWrap .historyDetail dl.history2022 {
	margin-bottom: 125px;
}
main .historyWrap .historyDetail dl.twoTop {
	border-radius: 4px 4px 0 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
main .historyWrap .historyDetail dl.twoUnder {
	border-radius: 0 0 4px 4px;
}
main .historyWrap .historyDetail dl::before {
	content: "";
	position: absolute;
	top: 16px;
	left: -45px;
	background: var(--about-us-color);
	border-radius: 50%;
	width: 20px;
	height: 20px;
}
main .historyWrap .historyDetail dl::after {
	content: "";
	position: absolute;
	top: 16px;
	left: -24px;
	border: 8px solid transparent;
	border-right: 16px solid #f6f7f7;
}
main .historyWrap .historyDetail dl.triCenter::before {
	top: 50%;
	transform: translate(0,-50%);
}
main .historyWrap .historyDetail dl.triCenter::after {
	top: 50%;
	transform: translate(0,-50%);
}
main .historyWrap .historyDetail dl.triBotttom::before {
	top: unset;
	bottom: 13px;
}
main .historyWrap .historyDetail dl.triBotttom::after {
	top: unset;
	bottom: 16px;
}
main .historyWrap .historyDetail dl.triNone::after {
	content: unset;
}
main .historyWrap .historyDetail dl:last-child.triCenter::before {
	top: unset;
	bottom: 171px;
}
main .historyWrap .historyDetail dl:last-child.triCenter::after {
	top: unset;
	bottom: 175px;
}
main .historyWrap .historyDetail dl dt {
	margin-bottom: 30px;
}
main .historyWrap .historyDetail dl dd span.bold {
	font-weight: bold;
}
main .historyWrap .historyDetail dl dt.dispNone {
	display: none;
}
main .visionDetail {
	padding: 60px 0;
	background: url(../img/company/bg_history.png) center center / cover no-repeat;
	color: #FFFFFF;
}
main .visionDetail .visionDetailInner {
	width: calc(100% - 40px);
	max-width: 765px;
	margin-inline: auto;
}
main .visionDetail .visionDetailInner p {
	font-size: 16px;
	line-height: 1.6;
	padding-bottom: 1em;
}
main .visionDetail .visionDetailInner p:last-child {
	padding-bottom: 0;
}
/* pcのみスタイル
-------------------------------------------------*/
@media screen and (min-width: 768px) {
	/* pc時非表示*/
	.pcNone {
		display: none;
	}
	main .topInterview .interviewArea {
		display: flex;
		justify-content: space-between ;
		gap: 50px;
	}
	main .topInterview .interviewArea .interviewImage {
		display: flex;
		justify-content: space-between ;
		width: 460px;
	}
	main .topInterview .interviewArea .interviewImage .flexImg {
		width: 46.2%;
	}
	main .topInterview .interviewArea .interviewImage.pcNone {
		display: none;
	}
	main ul.linkList {
		display: flex;
		justify-content: space-between ;
		max-width: 760px;
		margin: 60px auto;
	}
	main ul.linkList li {
		display: block;
		width: 100%;
		max-width: 340px;
	}
	main ul.linkList li a {
		line-height: 1;
	}
	main .aboutCompany .companyDetail dl {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr 4fr;
	}
	main .aboutCompany .companyDetail dl dd,
	main .aboutCompany .companyDetail dl dt {
		font-size: 18px;
	}
}

/* tablet
-------------------------------------------------*/
@media screen and (max-width: 1024px) and (min-width: 768px) {

}
/* sp
-------------------------------------------------*/
@media screen and (max-width: 767px) {
	/* sp時非表示 */
	.spNone {
		display: none;
	}
	/* flex打消し */
	.spNoFlex {
		display: unset!important;
	}
	/* main画像 */
	.mainHeader .mainHeaderInner h2 {
		padding: 10px;
	}
	.mainHeader .mainHeaderInner p {
		font-size: 20px;
		padding-bottom: 14px;
	}
	/* section
	------------------------------------------------------------------ */
	main section {
		padding: 40px 0;
	}
	/* フォント設定 
	------------------------------------------------------------------ */
	main section h2 {
		margin-bottom: 30px;
	}
	main section h3 {
		font-size: 24px;
		margin-bottom: 50px;
	}
	main section h4 {
		font-size: 24px;
		margin-bottom: 40px;
	}
	main section h4 span.jobTitle {
		font-size: 16px;
	}
	main section h4 span.nameEn {
		font-size: 14px;
		margin-left: 10px;
	}
	main .detailText p {
		margin-bottom: 50px;
	}
	/* ページ固有設定 
	------------------------------------------------------------------ */
	main .topInterview .interviewArea {
		margin: 80px auto;
	}
	main .interviewImage {
		width: calc(100% + 20px);
	}
	main .interviewImage img {
		width: 100%;
	}
	main .aboutCompany .companyDetail dl dd.positionWrap {
		grid-template-columns: 1fr 1.2fr;
	}
	main .historyWrap .historyDetail::before {
		border: 2px solid #999;
		height: calc(100% - 120px);
	}
	main .historyWrap .historyDetail dl {
		margin-left: 25px;
		margin-right: 0;
	}
	main .historyWrap .historyDetail dl:first-child {
		margin-bottom: 75px;
	}
	main .historyWrap .historyDetail dl::before {
		left: -31px;
		width: 14px;
		height: 14px;
	}
	main .historyWrap .historyDetail dl::after {
		left: -20px;
		border: 8px solid transparent;
		border-right: 12px solid #f6f7f7;
	}
	main .historyWrap .historyDetail dl.history2022 {
		margin-top: 80px;
		margin-bottom: 140px;
	}
	main .historyWrap .historyDetail dl.triCenter::before {
		top: 60px;
	}
	main .historyWrap .historyDetail dl.triCenter::after {
		top: 60px;
	}
	main .historyWrap .historyDetail dl.triBotttom::before {
		bottom: 17px;
	}
	main .historyWrap .historyDetail dl:last-child.triCenter::before {
		bottom: 86px;
	}
	main .historyWrap .historyDetail dl:last-child.triCenter::after {
		bottom: 84px;
	}
	main .historyWrap .historyDetail dl dt {
		margin-bottom: 20px;
	}
	main .visionDetail {
		background: url(../img/company/bg_history_sp.png) center center / cover no-repeat;
		margin-bottom: 100px;
	}
	main section .entryBtn {
		margin-bottom: 60px;
	}
}


