@charset "UTF-8";
/* ------------------------------
 人を知る
------------------------------ */
.personBox {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.personBox a {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}
.personBox a img {
	display: block;
	overflow: hidden;
	width: 100%;
	transition-duration: .3s;
}
.personBox a:hover img {
	opacity: 1;
	overflow: hidden;
	transform: scale(1.03);
	transition-duration: .3s;
}
.personBox .cms_caption_b {
	position: absolute;
	bottom: 25px;
	left: 0;
	padding-left: 30px;
	width: 100%;
	color: #fff;
	font-weight: bold;
	pointer-events: none;
}
.personBox .cms_caption_b::before {
	display: block;
	content: "";
	position: absolute;
	right: 20px;
	bottom: 0;
	margin: auto;
	width: 36px;
	height: 36px;
	background: #004da0;
	border-radius: 50%;
}
.personBox .cms_caption_b::after {
	display: block;
	content: "";
	position: absolute;
	right: 35px;
  	bottom: 14px;
	margin: auto;
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}
.personBox .cms_caption_b .carrer {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
  	height: 24px;
	margin-bottom: 15px;
	padding: 3px 8px;
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 1.3rem;
}
.personBox .cms_caption_b .title {
	margin-bottom: 10px;
	font-size: 2.1rem;
	line-height: 1.55;
}
.personBox .cms_caption_b .year {
	font-size: 1.4rem;
	font-weight: bold;
}
/* ------------------------------
 人を知る（SP）
------------------------------ */
@media screen and (max-width: 767px) {
   	.overflowBlock .textBox .text-lead {
		margin-bottom: 15px;
	}
	
	.overflowBlock .imgBox {
		margin: 0 5% 30px 0;
	}
	.overflowBlock .imgBox img {
		border-radius: 0 15px 15px 0;
	}
	.overflowBlock .imgBox.order2 {
		margin: 0 0 30px 5%;
	}
	.overflowBlock .imgBox.order2 img {
		border-radius: 15px 0 0 15px;
	}

	.personBox .cms_caption_b {
		bottom: 20px;
		left: 0;
		right: 0;
		margin: auto;
		width: 88%;
		padding-left: 0;
	}
	.personBox .cms_caption_b::before {
		right: 0;
		width: 30px;
		height: 30px;
	}
	.personBox .cms_caption_b::after {
		right: 13px;
    	bottom: 12px;
		width: 4px;
		height: 4px;
	}
	.personBox .cms_caption_b .carrer {
		margin-bottom: 12px;
		font-size: 1.1rem;
	}
	.personBox .cms_caption_b .title {
		padding-right: 0;
		font-size: 1.6rem;
		line-height: 1.45;
	}
	.personBox .cms_caption_b .job {
		margin-bottom: -3px;
		font-size: 1.3rem;
	}
	.personBox .cms_caption_b .year {
		font-size: 1.3rem;
	}
}


/* ------------------------------
 人を知る インタビュー下層
------------------------------ */
.profileBox .cms_text {
	margin-bottom: 0;
}
.profileBox .deco {
	position: relative;
	color: #004da0;
	font-family: "Poppins", sans-serif;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 400;
}
.profileBox .deco::before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 10px;
	margin-right: 15px;
	background: url("../img/icon_headline.svg") 0px 0px / cover no-repeat;
}
.profileBox .deco::after {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: -50px;
  	right: -50px;
	background: url("../img/person_deco01.png") 0px 0px / cover no-repeat;
}
.profileBox .title {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 3rem;
  	font-weight: bold;
	line-height: 1.5;
}

.textBox .blue {
	font-size: 1.6rem;
	line-height: 1;
	display: block;
}
.textBox .blue::before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 10px;
	margin-right: 15px;
	background: url("../img/icon_headline.svg") 0px 0px / cover no-repeat;
}
.textBox h2 {
	color: #000;
	padding-bottom: 0;
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 3rem;
}
.textBox h2::before,
.textBox h2::after {
	display: none;
}
.textBox.w1-3 img + p {
	margin-top: 10px;
}

.messageBox {
	position: relative;
	box-shadow: rgba(0, 50, 90, 0.1) 0 0 18px;
  	border-radius: 10px;
	padding: 60px;
}
.messageBox::before {
	content: "";
	display: block;
	height: 191px;
	width: 144px;
	position: absolute;
	top: 20px;
  	left: -70px;
	background: url("../img/person_deco02.png") 0px 0px / cover no-repeat;
}
.messageBox::after {
	content: "";
	display: block;
	height: 112px;
	width: 122px;
	position: absolute;
	top: -25px;
  	right: -15px;
	background: url("../img/person_deco03.png") 0px 0px / cover no-repeat;
}
.messageBox .imageBox .f24 {
	display: block;
}
.messageBox .imageBox .f24::before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 10px;
	margin-right: 18px;
	vertical-align: center;
	background: url("../img/icon_headline.svg") 0px 0px / cover no-repeat;
}
.messageBox .textBox .blue::before {
	vertical-align: 3px;
}
.messageBox .imageBox img {
	border-radius: 10px;
}

.person_slide .person_slide_title {
	border-left: solid 3px #004da0;
	font-size: 2.4rem;
	padding-left: 15px;
	line-height: 1;
	width: 1140px;
  	margin: 0 auto 50px;
}
.person_slide .person_slide_title .en {
	display: inline-block;
	color: #004da0;
	margin-top: 3px;
  	line-height: 1.25;
}
.person_slide .person_slide_title .ja {
	font-weight: bold;
	display: inline-block;
	margin-left: 10px;
}
.person_slide .person_slide_title a::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/icon_arrow_circle.svg) no-repeat center / cover;
	vertical-align: middle;
	margin-left: 3px;
  	margin-bottom: 5px;
}
/* ------------------------------
 人を知る インタビュー下層（PC）
------------------------------ */
@media screen and (min-width: 768px) {
	.profileBox {
		position: absolute;
		width: 530px;
		background: #fff;
		border-radius: 10px;
		padding: 30px;
		top: 250px;
    	left: 8%;
	}

   	.cms_block.wide.overflowBlock.flexBox {
		column-gap: 45px;
	}
	.cms_block.wide.overflowBlock .textBox {
		width: 546px;
		margin-left: 0;
    	margin-right: 0;
	}
	.cms_block.wide.overflowBlock .imgBox {
		width: 866px;
		margin-left: -320px;
		margin-right: 0;
	}
	.cms_block.wide.overflowBlock .imgBox.order2 {
		margin-left: 0;
		margin-right: -320px;
	}
	.cms_block.wide.overflowBlock .imgBox img {
		border-radius: 20px;
	}

	.messageBox {
		display: flex;
		justify-content: space-between;
	}
	.messageBox .imageBox {
		width: 430px;
		margin-bottom: 0;
	}
	.messageBox .textBox {
		width: 550px;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1800px) {
	.profileBox {
		width: 600px;
		padding: 40px 50px;
		top: 475px;
		left: 12%;
	}
	.profileBox .deco::after {
		width: 120px;
		height: 120px;
		top: -85px;
		right: -85px;
	}
}
/* ------------------------------
 人を知る インタビュー下層（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.profileBox .title {
		margin-top: 15px;
    	margin-bottom: 10px;
		font-size: 2.5rem;
	}
	.profileBox .deco {
		font-size: 1.3rem;
	}
	.profileBox .deco::before {
		width: 34px;
		height: 9px;
		margin-right: 12px;
	}
	.profileBox .deco::after {
		width: 80px;
		height: 80px;
		top: -100px;
		right: -25px;
	}

	.textBox h2 {
		margin-top: 15px;
    	margin-bottom: 20px;
		font-size: 2.2rem;
	}
	.textBox .blue {
		font-size: 1.3rem;
	}
	.textBox .blue::before {
		width: 34px;
		height: 9px;
		margin-right: 12px;
	}

   	.messageBox {
		padding: 40px 5%;
	}
	.messageBox::before {
		height: 93px;
		width: 70px;
		top: -29px;
		left: -37px;
	}
	.messageBox::after {
		height: 59px;
		width: 64px;
		top: auto;
		right: -5px;
		bottom: -38px;
	}
	.messageBox .textBox .blue::before {
		vertical-align: 2px;
	}
	.person_slide .person_slide_title {
		font-size: 1.8rem;
		padding-left: 10px;
		width: 90%;
		margin: 0 auto 25px;
	}
	.person_slide .person_slide_title a::after {
		width: 22px;
		height: 22px;
		margin-bottom: 3px;
	}
}
