@charset "utf-8";
/*=============================================================
 pageImgAbsoult
=============================================================*/
#company.pageImgAbsolute .section:first-child{margin-top: 100px;}
#company.pageImgAbsolute .pageImg{
	position: relative;
	z-index: 2;
	margin-bottom: calc(-100vw * 306 / 1200 / 2);
}
#company.pageImgAbsolute .color-box.box-DarkBlue{
	padding: calc(140px + ((1vw - 7.68px) * 13.88889)) 0 64px;
}

	@media (min-width: 1200px) {
		#company.pageImgAbsolute .pageImg{margin-bottom: calc(-306px / 2);}
		#company.pageImgAbsolute .color-box.box-DarkBlue{padding: 200px 0 64px;}
		
	}
/*=============================================================
 ttl-mL
=============================================================*/
/* ttl-h3 */
.ttl-mL .ttl-h3{
	display: block;
	font-size: 2.0rem;
	padding-top: 20px;
}
.ttl-mL .ttl-h3 span{
	display: block;
	font-size: 1.4rem;
}
.ttl-mL .ttl-h3 span.icon{
	width: 70px;
	height: 70px;
	margin-top: 13px;
}
/* box-mL */
.ttl-mL .box-mL{
	margin-left: 204px;
	margin-top: -50px;
}
.ttl-mL.ttl-mL2 .box-mL{margin-top: -90px;}
.ttl-mL.ttl-mL3 .box-mL{margin-top: -110px;}
.ttl-mL.ttl-mL4 .box-mL{margin-top: -135px;}

.ttl-mL figure{
	margin-top: 40px;
	box-sizing: border-box;
	text-align: center;
}

/*=============================================================
 philosophy
=============================================================*/
.philosophy .box-DarkBlue{text-align: center;}
.philosophy .box-DarkBlue .ttl{
	color: #fff;
	font-size: 2.0rem;
	line-height: 150%	
}
.philosophy .box-DarkBlue .ttl span{
	display: block;
	font-family: Roboto;
	font-size: 1.4rem;
	margin-bottom: 8px;
}

/*=============================================================
 officer
=============================================================*/
.officer .officer-col{gap: 100px 2.67%;}
.officer .profile-box{
	display: flex;
	column-gap: 12%; 
	margin-top: 24px;
}
.officer .profile-box .profile{
	width: 170px;	
	color: #000;	
	font-weight: 400;
	line-height: 150%;
	position: relative;
}
.officer .profile-box.noCareer .profile{
	width: 100%;
	position: static;
}
.officer .profile-box .profile::after{
	content: '';
	width: 1px;
	height: 100%;
	background-color: var(--lineColorGray);
	position: absolute;
	right: -38px;
	top: 0;
	bottom: 0;
}
.officer .profile .job-title{}
.officer .profile .name{

	font-size: 2.4rem;
	margin-top: 6px!important;
}
.officer .profile-box .career{
	width: calc((100% - (170px + 12%)));
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 150%;
}
.officer .profile-box .career dl{
	display: flex;
	column-gap: 5px;
	flex-wrap: wrap;
}
.officer .profile-box .career dl dt{width: 49px;}
.officer .profile-box .career dl dd{width: calc((100% - 64px));}
.officer .profile-box .career dl dt,
.officer .profile-box .career dl dd{margin-bottom: 10px;}

/*=============================================================
 strengths
=============================================================*/
.strengths .bdr-box{
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid var(--primaryColor);
	border-radius: 4px;
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.strengths .bdr-box .text-box{
	display: flex;
	column-gap: 34px;
	color: var(--primaryColor);
	font-size: 1.4rem;
	font-weight: 400;
	line-height: normal;
}
.strengths .bdr-box .text-box p + p{margin-top: 0!important;}
.strengths .bdr-box .text-box p span{
	font-size: 3.6rem;
	font-style: normal;
	line-height: normal;
	margin: 0 5px;
	font-weight: 300;
}
.strengths .bdr-box .text-box p .num{
	font-family: Roboto;
	font-size: 4.0rem;
}
.strengths .bdr-box .text-box .other-size p{
	font-size: 2.0rem;
	font-weight: 300;
	line-height: normal;
}
.strengths .bdr-box .text-box .other-size p span{
	font-size: 2.4rem;
	font-weight: 400;
}

/*=============================================================
 history
=============================================================*/
.history .history-tree{
	margin-top: 42px;
	padding-top: 80px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 38px;
	border-top: 1px solid var(--lineColorGray); 
}
.history .history-tree dt{
	width: 100px;
	position: relative;
	font-family: Roboto;
	font-size: 3.1rem;
	font-weight: 300;
	line-height: normal;
	color: #000;
}
.history .history-tree dt::after{
	content: '';
	background-color: var(--lineColorGray);
	width: 1px;
	height: 100%;
	position: absolute;
	top: .5em;
	bottom: 0;
	right: 0;
}
.history .history-tree dt:before{
	content: '';
	background-color:#CB1A1D;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0.5em;
	right: -2.5px;
	z-index: 1;
	border-radius: 50%;
}
.history .history-tree dd{
	color: #000;
	width: calc(100% - 138px);
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	padding-bottom: 80px;
}
.history .history-tree dd .photo{
	display: flex;
	gap:8px 12px;
	margin-top: 24px;
}
.history .history-tree dd .photo figure{max-width: 435px;}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PC-large
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width:1920px){}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
	
/*=============================================================
 pageImgAbsoult
=============================================================*/
#company.pageImgAbsolute .section:first-child{margin-top: 60px;}	
#company.pageImgAbsolute .color-box.box-DarkBlue{padding: 140px 0 64px;}	
#company.pageImgAbsolute .pageImg{
	overflow: hidden;
	margin-bottom: calc(-180px / 2);
}
#company.pageImgAbsolute .pageImg img{
	object-fit: cover;
	object-position: 50% 50%;
	height: 180px;
}
	
/*=============================================================
 ttl-mL
=============================================================*/
/* ttl-h2 */
.ttl-mL .ttl-h2{font-size: 2.6rem;}
	
/* ttl-h3 */
.ttl-mL .ttl-h3{
	font-size: 1.6rem;
	padding-top: 20px;
}
.ttl-mL .ttl-h3 span{font-size: 1.2rem;}	
.ttl-mL .ttl-h3 span.icon{
	width: 60px;
	height: 60px;
}
/* box-mL */
.ttl-mL .box-mL{
	margin-left: 0;
	margin-top: 0;
}
.ttl-mL.ttl-mL2 .box-mL,
.ttl-mL.ttl-mL3 .box-mL,
.ttl-mL.ttl-mL4 .box-mL{margin-top: 0;}
	
/*=============================================================
 philosophy
=============================================================*/
.philosophy .box-DarkBlue .ttl{font-size: 1.6rem;}
.philosophy .box-DarkBlue .ttl span{font-size: 1.2rem;}	
	
/*=============================================================
 officer
=============================================================*/
.officer .officer-col>*:nth-child(n + 2){margin-top: 60px;}
.officer .profile-box{
	display: block;
	margin-top: 20px;
}
.officer .profile-box .profile{width: 100%;}	
.officer .profile-box .profile::after{content: none;}
.officer .profile-box .profile .job-title{}
.officer .profile-box .profile .name{
	max-width: inherit;
	min-width: inherit;
	font-size: 2.2rem;
}
.officer .profile-box .career{
	width: 100%;
	margin-top: 18px;
}
.officer .profile-box .career dl dt{width: 49px;}
.officer .profile-box .career dl dd{width: calc((100% - 64px));}
.officer .profile-box .career dl dt,
.officer .profile-box .career dl dd{margin-bottom: 6px;}
	
/*=============================================================
 strengths
=============================================================*/
.strengths .bdr-box{
	padding: 20px 10px;
	justify-content: flex-start;
}	
.strengths .bdr-box .text-box{display: block;}
.strengths .bdr-box .text-box>* + *{margin-top: 20px;}
.strengths .bdr-box .text-box p span{font-size: 3.0rem;}	
.strengths .bdr-box .text-box .other-size p{font-size: 1.8rem;}
.strengths .bdr-box .text-box .other-size p span{font-size: 2.2rem;}
.strengths .section figure{
	height: 135px;
	width: 100%;
	overflow: hidden;
}	
.strengths .section figure img{
	height: 135px;
	width: 100%;
	object-fit: cover;	
}
	
/*=============================================================
 history
=============================================================*/
.history .history-tree{
	margin-top: 32px;
	padding-top: 64px;
	display: block;
	position: relative;
}
.history .history-tree::after{
	content: '';
	background-color: var(--lineColorGray);
	width: 1px;
	height: calc(100% - 64px - 72px);
	position: absolute;
	top: calc(72px + .5em);
	bottom: 0;
	left: 2px;
}	
.history .history-tree dt{
	width: 100%;
	font-size: 2.9rem;
	padding-left: 20px;
	box-sizing: border-box;
}
.history .history-tree dt::after{content: none;}
.history .history-tree dt:before{
	right: inherit;
	left: 0;
}
.history .history-tree dd{
	width: 100%;
	font-size: 2.2rem;
	padding-left: 20px;
	box-sizing: border-box;
	padding-bottom: 64px;
}
.history .history-tree dd .photo{
	display:  block;
	margin-top: 14px;
}
.history .history-tree dd .photo>* + *{margin-top: 8px;}	
.history .history-tree dd .photo figure{max-width: inherit;}
}