@charset "utf-8";

.mv{
	width:100%;
	height: 270px;
	background-image:url(/assets/images/pages/aboutus/sustainability/social/diversity_inclusion/mv_sp.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

.imgTxtBox .conscious h3{
	text-align: center;
	font-size: 20px;
	padding: 10px;
	background-color:#facd93;
	font-weight: bold;
}

.imgTxtBox .conscious .text--main{
	color:#eb6120;
	font-weight: bold;
	margin-bottom:10px;
}

.conscious .imgTxtBox__img  img{
	width: 60%;
	margin-bottom:10px;
}

.imgTxtBox .conscious .contents{
	padding-bottom:0;
	background: url(/assets/images/pages/aboutus/sustainability/social/diversity_inclusion/arrow_o.png) no-repeat center bottom;
	height:650px;
}

.imgTxtBox .conscious .contents2025{
	padding-bottom:0;
	background: url(/assets/images/pages/aboutus/sustainability/social/diversity_inclusion/arrow_o.png) no-repeat center bottom;
	height:1000px;
}

.imgTxtBox .challenge h3{
	text-align: center;
	font-size: 20px;
	padding: 10px;
	background-color:#c6b7d9;
	font-weight: bold;
}

.imgTxtBox .challenge .text--main{
	color:#b71a86;
	font-weight: bold;
	margin-bottom:10px;
}

.challenge .imgTxtBox__img  img{
	width: 60%;
	margin-bottom:10px;
}

.imgTxtBox .challenge .contents{
	padding-bottom:0;
	background: url(/assets/images/pages/aboutus/sustainability/social/diversity_inclusion/arrow_p.png) no-repeat center bottom;
	height:700px;
}

.imgTxtBox .challenge .contents2025{
	padding-bottom:0;
	background: url(/assets/images/pages/aboutus/sustainability/social/diversity_inclusion/arrow_p.png) no-repeat center bottom;
	height:1200px;
}

.imgTxtBox .worklife h3{
	text-align: center;
	font-size: 20px;
	padding: 10px;
	background-color:#bae3f9;
	font-weight: bold;
}

.imgTxtBox .worklife .text--main{
	color:#006fbc;
	font-weight: bold;
	margin-bottom:10px;
}

.worklife .imgTxtBox__img  img{
	width: 60%;
	margin-bottom:10px;
}
.imgTxtBox .worklife .contents{
	padding-bottom:0;
	background: url(/assets/images/pages/aboutus/sustainability/social/diversity_inclusion/arrow_b.png) no-repeat center bottom;
	height:450px;
}

.imgTxtBox .worklife .contents2025{
	padding-bottom:0;
	background: url(/assets/images/pages/aboutus/sustainability/social/diversity_inclusion/arrow_b.png) no-repeat center bottom;
	height:1000px;
}

/* 2026/2/18 add */
.arrow_top{
  width: 327px;
  height: 150px;
  background: url(/assets/images/pages/aboutus/sustainability/social/diversity_inclusion/arrow_o.png) no-repeat center center / contain;
}

.dotted-line{
  border: 2px dashed #999999;
}
/* // */

/* ==================================================
Accordion
================================================== */

/* --------------------------------------------------
�ʏ�
-------------------------------------------------- */
.acd-di {
  margin-bottom: 10px;
}
.acd-di__btn {
  position: relative;
  margin-top: 20px;
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #285184;
  cursor: pointer;
  background-color: #fff;
  background-size: 24px 24px;
}
.acd-di__btn:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  display: block;
  width: 18px;
  height: 100%;
  background: url(/common/images/icon_acordion_plus_navy.svg) no-repeat center center;
  background-size: 18px 18px;
}
.acd-di__btn:first-child {
  margin-top: 0;
}
.acd-di__box {
  display: none;
  padding: 15px;
  background: #FFF;
}

/* active */
.acd-di__btn.active {
  color: #fff;
  border: 1px solid #4676ce;
  background-color: #4676ce;
}
.acd-di__btn.active:after {
  background-image: url(/common/images/icon_acordion_minus_white.svg);
  background-size: 24px 1px;
}

/* --------------------------------------------------
numList-di
-------------------------------------------------- */
.cntSec .numList-di {
  display: table;
  width: 100%;
  position: relative;
  margin: 30px auto 25px;
}
.cntSec .numList-di .icon {
  display: table-cell;
  width: 44px;
  line-height: 1;
  font-family: Verdana ���C���I, sans-serif;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
}
.cntSec .numList-di .icon .iconNum {
  display: block;
  width: 44px;
  height: 44px;
  font-family: Verdana, ���C���I, sans-serif;
  font-size: 28px;
  line-height: 44px;
  color: #1d3550;
}
.cntSec .numList-di .iconTxt {
  display: table-cell;
  padding-top: 10px;
  padding-left: 0px;
  font-size: 16px;
  color: #1d3550;
  line-height: 1.3;
  vertical-align: middle;
}
