img {
	width: 100%;
}
.clr-org {
	color: #F4A62D;
}
.fwBold {
	font-weight: bold;
}
.clr-c1 {
	color: #e6005a;
}
.text_link {
	color: #e6005a;
}
.text_link:hover {
	text-decoration: underline;
}
.taRight{
	text-align: right;
}
sup {
	color: #e6005a;
}
.scroll-hint-icon {
	height: 90px !important;
}
@media all and (min-width: 781px) {
	/* //    |- PC  */
	.elmSP {
		display: none !important;
	}
}
/* TB: min-width: 560px max-width: 1079px */
@media all and (max-width: 780px) {
	/* //    |- SP  */
	.elmPC {
		display: none !important;
	}
}
/* SP: max-width: 559px */







/* // 共通
----------------------------------------------- */
.text_plain {
	margin-bottom: 40px;
}
/*SP*/
@media (max-width: 780px) {
.text_plain {
	margin-bottom: 30px;
}
}






/* // DE＆Iポリシー
----------------------------------------------- */
.deipolicyAbout {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 30px;
grid-row-gap: 30px;
margin-bottom: 50px;
align-items:flex-end;
margin: -160px 0 50px;
}

.deipolicyAboutBlock1 { grid-area: 1 / 1 / 2 / 7; }
.deipolicyAboutBlock2 { grid-area: 2 / 1 / 3 / 4; }
.deipolicyAboutBlock3 { grid-area: 2 / 4 / 3 / 7; }

.deipolicyAbout_img {
	max-width: 250px;
	width: 100%;
	margin: 0 auto -80px;
}
.deipolicyAbout_txt {
	border: 5px solid #FCDEE7;
	border-radius: 8px;
	padding: 105px 30px 40px;
}

/*SP*/
@media (max-width: 780px) {
.deipolicyAbout {
display: block;
margin: 0 0 40px;
}

.deipolicyAboutBlock1 { grid-area: 1 / 1 / 2 / 7; }
.deipolicyAboutBlock2 { grid-area: 2 / 1 / 3 / 4; }
.deipolicyAboutBlock3 { grid-area: 2 / 4 / 3 / 7; }

.deipolicyAbout_img {
	max-width: 50%;
	width: 100%;
	margin: 0 auto -60px;
}
.deipolicyAbout_txt {
	border: 5px solid #FCDEE7;
	border-radius: 8px;
	padding: 85px 20px 40px;
}
.deipolicyAboutBlock:not(:last-child) {
	margin-bottom: 20px;
}
}




/* // 想い
----------------------------------------------- */
.deipolicyThoughts {
	display: flex;
	margin-bottom: 50px;
}
.deipolicyThoughts_img {
	width: 100%;
	max-width: 350px;
	margin-right: 70px;
}
.deipolicyThoughts_img2 {
	width: 170px;
	margin: 10px 0 0 auto
}
/*SP*/
@media (max-width: 780px) {
.deipolicyThoughts {
	display: block;
	margin-bottom: 50px;
}
.deipolicyThoughts_img {
	width: 100%;
	max-width: 60%;
	margin:0 auto 30px;
}
.deipolicyThoughts_img2 {
	width: 30%;
	margin: 10px 0 0 auto
}
	
}




/* // DE＆I推進体制
----------------------------------------------- */
.deipolicySystem_img {
  margin-bottom: 30px;
}
/*SP*/
@media (max-width: 780px) {

.scroll, .js-scrollable {
	overflow-x: scroll !important;
  width: 100% !important;
}
.deipolicySystem_img {
  min-width: 650px !important;
  margin-bottom: 40px;
}

}



/* // ロードマップ
----------------------------------------------- */
.deipolicyRoadmap {
	display: flex;
	margin-bottom: 50px;
}
.deipolicyRoadmapBlock {
	margin-right: 20px;
}
.deipolicyRoadmap_head {
  width: 100%;
  margin-bottom: 20px;
}
.deipolicyRoadmap_head__item {
  position: relative;
  color: #fff;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  height: 80px;
  width: 100%;
  line-height: 1;
  font-family: var(--ffEn1);
}
.deipolicyRoadmap_head__item::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  border-top: solid 40px transparent;
  border-bottom: solid 40px transparent;
}
.deipolicyRoadmap_head__item span {
	display: contents;
	font-size: 15px;
	font-weight: normal;
}

/* // CANVAS ONE---------------*/
.deipolicyRoadmapBlock:nth-child(1) {
	width: 25%;
}
.deipolicyRoadmapBlock:nth-child(1) .deipolicyRoadmap_head__item {
	 background-color: #F2CEDC;
}
.deipolicyRoadmapBlock:nth-child(1) .deipolicyRoadmap_head__item::before {
	 border-left: solid 20px  #F2CEDC;
}

/* // CANVAS TWO---------------*/
.deipolicyRoadmapBlock:nth-child(2) {
	width: 50%;
}
.deipolicyRoadmapBlock:nth-child(2) .deipolicyRoadmap_head__item {
	 background-color: #F285B0;
}
.deipolicyRoadmapBlock:nth-child(2) .deipolicyRoadmap_head__item::before {
	 border-left: solid 20px  #F285B0;
}
.deipolicyRoadmapBlock:nth-child(2) .deipolicyRoadmapDesc_head span{
	font-family: var(--ffEn1);
	font-size: 16px;
	background: #F285B0;
	color: #fff;
	line-height: 1;
	padding: 7px 10px 5px;
	margin-bottom:12px;
	display: inline-block;
}

/* // CANVAS THREE---------------*/
.deipolicyRoadmapBlock:nth-child(3) .deipolicyRoadmapDesc_head span{
	font-family: var(--ffEn1);
	font-size: 16px;
	background: #E6005A;
	color: #fff;
	line-height: 1;
	padding: 7px 10px 5px;
	margin-bottom:12px;
	display: inline-block;
}
.deipolicyRoadmapBlock:nth-child(3) {
	width: 25%;
}
.deipolicyRoadmapBlock:nth-child(3) .deipolicyRoadmap_head__item {
	 background-color: #E6005A;
}
.deipolicyRoadmapBlock:nth-child(3) .deipolicyRoadmap_head__item::before {
	 border-left: solid 20px  #E6005A;
}


.deipolicyRoadmapDesc_ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.deipolicyRoadmapCol2 {
	display: flex;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	height: calc(100% - 100px);
}
.deipolicyRoadmapCol2 .deipolicyRoadmapDesc {
		padding: 0 15px;
	width: 50%
}
.deipolicyRoadmapCol2 .deipolicyRoadmapDesc:first-child {
	border-right: 1px solid #E5E5E5;
}

/* // リスト---------------*/
.subsidyinfo_solvableA {
	background-color: #F7F7F7 !important;
	margin: 15px 0;
	padding: 20px 15px;
}
.subsidyinfo_solvableA .items li:after {
	content: "\ea62";
}
.solvableA .items li {
	padding-left: 25px;
	font-size: 13px;
	font-weight: bold;
}
.solvableA .items li:after {
  top: 0;
  font-size: 110%;
}
/*SP*/
@media (max-width: 780px) {

.deipolicyRoadmap_head__item {
  position: relative;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  height: 60px;
  width: 100%;
  line-height: 1;
  font-family: var(--ffEn1);
}
.deipolicyRoadmap_head__item::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  border-top: solid 30px transparent;
  border-bottom: solid 30px transparent;
}
.deipolicyRoadmap_head__item span {
	display: contents;
	font-size: 13px;
	font-weight: normal;
}
.deipolicyRoadmapDesc_ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.solvableA .items li {
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
}
.deipolicyRoadmap {
  min-width: 670px !important;
  margin-bottom: 40px;
}
}



/* // KGI/KPI設定
----------------------------------------------- */
.deipolicyKGIKPI_img {
  margin-bottom: 30px;
}
/*SP*/
@media (max-width: 780px) {

.scroll, .js-scrollable {
	overflow-x: scroll !important;
  width: 100% !important;
}
.deipolicyKGIKPI_img {
  min-width: 650px !important;
  margin-bottom: 40px;
}








/* // xxxxx
----------------------------------------------- */

/*SP*/
@media (max-width: 780px) {
	
}

























/* // xxxxx
----------------------------------------------- */

/*SP*/
@media (max-width: 780px) {

}


/* // xxxxx
----------------------------------------------- */

/*SP*/
@media (max-width: 780px) {
	
}


/* // xxxxx
----------------------------------------------- */

/*SP*/
@media (max-width: 780px) {
	
}