/**************************************

Vision

**************************************/

/**Title**/

#content-container.company .sub_sec_ttl {
    font-size: 150%;
    font-weight: bold;
    color: #000;
    padding: 20px 0;
    border-bottom: solid 1px #000;
    margin-bottom: 40px;
}

#content-container.company .blueleft-line {
    font-size: 22px;
    color: #0b56a7;
    border-left: 5px solid #0b56a7;
    padding: 5px 0 5px 5px;
    margin: 0px 0 15px;
	display: flex;
}
#content-container.company.vision h3.sub_ttl_blueback {
    text-align: center;
	margin-bottom: 0;
}
#content-container.company.vision .comapny_blueframe {
    margin-top: 0;
}
#content-container.company.vision h3.sub_ttl_black {
    font-size: 22px;
    text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
#content-container.company.vision p.sub_body_black {
    font-size: 18px;
    text-align: center;
}
#content-container.company h4.sub_ttl_bluetx {
    font-size: 120%;
    font-weight: bold;
    color: #0b57a7;
    line-height: 1.6;
    margin: 10px 0;
}

#content-container.company h4.bluetx-bottom {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(232, 232, 232);
    margin-top: 40px;
    color: rgb(11, 86, 167);
}
#content-container.company p.indent-p {
    padding-left: 1em;
    text-indent: -0.5em;
    line-height: 1.5;
    margin-bottom: 8px;
}
#contents-inner p.indent-p span {
    color: #0b57a7;
    display: inline-block;
    margin-left: -0.1em;
    margin-right: 0.1em;
}

.section_box{
	padding: 80px 0 80px;
}

.section_box.first{
	padding: 20px 0 80px;
}
img {
image-rendering: -webkit-optimize-contrast;
}
.full_img img{
	max-width: 100%;
	margin: 0 auto;
}
.img_center_box{
	margin: 50px 0;
	text-align: center;
}
.sp_block{
	display: none;
}


.message_wrap{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.message_wrap .photo_box{
	background-color: #edf5ff;
	vertical-align: bottom;
	margin-left: 80px;
}
.message_wrap .photo_box figure{
	display: flex;
	align-items: end;
	height: 100%;
}
.sign_box{
	text-align: right;
}
.sign_box img{
	max-width: 200px;
	margin-top: 8px;
}
.sign_box span{
	display: inline-flex;
	flex-direction: column;
	text-align: center;
}

.bg_section{
	background-color: #edf5ff;
	padding: 5px 0;
}
.vision_grid{
	display: grid;
	grid-template-columns: 1fr 360px 1fr;
    column-gap: 30px;
	align-items: start;
	margin-top: 30px;
}
.vision_grid .left_box,.vision_grid .right_box{
	align-self: start;
}
.vision_grid .image_box{
	align-self: center;
}
.vision_grid .image_box img{
	max-width: 360px;
	display: block;
	margin: 0 auto 30px;
}
.vision_grid dl dt{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	height: 42px;
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 21px;
	background-color: #0b56a7;
	margin-bottom: 8px;
	padding-left: 2px;
}
.vision_grid dl dt.blue{
	background-color: #4892c9;
}
.vision_grid dl dt i{
	margin-right: 5px;
}

.loadmap_grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(5, auto);
	grid-auto-flow: column;
	gap: 16px;
	margin-left: 2em;
}

@media (min-width: 768px) {
	.loadmap_grid .dx1.no1::after{
		content: "D X推進";
		font-weight: bold;
		line-height: 1.2;
		position: absolute;
		top:0;
		left: -2em;
		width: 1em;
		text-align: center;
		font-size: 14px;
		background-color: #0b56a7;
		padding: 3px;
		color: #ffffff;
		height: 100%;
	}
	.loadmap_grid .dx2.no1::after{
		content: "人財育成";
		font-weight: bold;
		line-height: 1.2;
		position: absolute;
		top:0;
		left: -2em;
		width: 1em;
		text-align: center;
		font-size: 14px;
		background-color: #0b56a7;
		padding: 3px;
		color: #ffffff;
		height: 100%;
	}
	.loadmap_grid .dx3.no1::after{
		content: "基盤整備";
		font-weight: bold;
		line-height: 1.2;
		position: absolute;
		top:0;
		left: -2em;
		width: 1em;
		text-align: center;
		font-size: 14px;
		background-color: #0b56a7;
		padding: 3px;
		color: #ffffff;
		height: 100%;

	}
	.your-grid-item{
		grid-column: 4 / 5;
		grid-row: -4 / -1;
	}
}

.center_center{
display: flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
#contents-inner .loadmap_grid .dx1 .center_center p{
width: 100%;
text-align: center;
font-size: 22px;
color: #fff;
}

.loadmap_grid .year_box{
	background-color: #379ad5;
	color: #0b56a7;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	position: relative;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff;
}
.loadmap_grid .year_box::after{
	content: "";
	position: absolute;
	right: -10px;
	top:-14px;
	width: 0;
	height: 0;
	border-top: 29px solid transparent;
	border-bottom: 29px solid transparent;
	border-left: 20px solid #333;
}
.loadmap_grid .phase_box .circle{
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 50%;
	border:10px solid #000 ;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	flex-direction: column;
}
.loadmap_grid .phase_box .circle span{
	font-weight: bold;
	font-size: 40px;
	display: block;
	text-align: center;
}
.loadmap_grid .dx1,
.loadmap_grid .dx2,
.loadmap_grid .dx3{
	position: relative;
	padding: 8px;
	background: #0b56a7;
	border-radius: 8px;
}
#contents-inner .loadmap_grid .dx1 p,
#contents-inner .loadmap_grid .dx2 p,
#contents-inner .loadmap_grid .dx3 p{
	margin:3px 0 !important ;
	line-height: 1.6;
	font-size: 15px;
}
#contents-inner .loadmap_grid p.indent_disc{
	text-indent: -1em;
	padding-left:1em;
}
.loadmap_grid p.indent_disc::before{
	content: "・";
}
.loadmap_grid .year_box.no1,
.loadmap_grid .dx1.no1,
.loadmap_grid .dx2.no1,
.loadmap_grid .dx3.no1{
	background-color:#cbe6f5 ;
}
.loadmap_grid .no1 .circle{
	border-color:#cbe6f5  ;
	color: #0b56a7;
}
.loadmap_grid .year_box.no1::after{
	border-left: 20px solid #cbe6f5;
}
.loadmap_grid .year_box.no2,
.loadmap_grid .dx1.no2,
.loadmap_grid .dx2.no2,
.loadmap_grid .dx3.no2{
	background-color:#b3d8ee ;
}
.loadmap_grid .no2 .circle{
	border-color:#b3d8ee  ;
	color: #0b56a7;
}
.loadmap_grid .year_box.no2::after{
	border-left: 20px solid #b3d8ee;
}
.loadmap_grid .year_box.no3,
.loadmap_grid .dx1.no3,
.loadmap_grid .dx2.no3,
.loadmap_grid .dx3.no3{
	background-color:#8fc0e3 ;
}
.loadmap_grid .no3 .circle{
	border-color:#8fc0e3  ;
	color: #0b56a7;
}
.loadmap_grid .year_box.no3::after{
	border-left: 20px solid #8fc0e3;
}
.loadmap_grid .year_box.no4,
.loadmap_grid .dx1.no4,
.loadmap_grid .dx2.no4,
.loadmap_grid .dx3.no4{
	background-color:#5fa3d6 ;
}
.loadmap_grid .no4 .circle{
	border-color:#5fa3d6  ;
	color: #0b56a7;
}
.loadmap_grid .year_box.no4::after{
	border-left: 20px solid #5fa3d6;
}

#dx_advancement img{
	display: block;
	margin: 0 auto;
}
.development_flex{
	display: flex;
}
.development_flex .level_arrow{
	font-size: 18px;
	width: 1.5em;
	margin-right: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.development_flex .level_arrow span{
	display: block;
	padding: 20px 0;
	color: #0b56a7;
	font-weight: bold;
}
.development_flex .level_arrow .i_arrow{
	text-align: center;
	color: #ffffff;
	background: linear-gradient(
      to bottom,
      #0b56a7 0%,
      #519be1 100%
    );
	height: 100%;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	position: relative;
}
.development_flex .level_arrow .i_arrow span{
	color: #ffffff;
}
.development_flex .level_arrow .i_arrow::before{
	content: "";
	position: absolute;
	left: -5px;
	top:-15px;
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #0b56a7;
}
.development_flex .level_arrow .i_arrow::after{
	content: "";
	position: absolute;
	left: -5px;
	bottom:-15px;
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 15px solid #519be1;
}

.development_flex table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px; /* 文字サイズ */
  }
#contents-inner table p{
	margin-bottom: 0;
	line-height: 1.6;
	font-size: 15px;
}
.development_flex th,
.development_flex td {
    padding: 16px 12px;
	line-height: 1.4;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
  }

.development_flex thead th {
	padding: 20px;
    background-color: #0b56a7;
    color: #ffffff;
	font-weight: bold;
    text-align: left;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
  }
.development_flex thead th.col_l{
	width: 160px;
}

.development_flex tbody tr:nth-child(odd) {
    background-color: #cbe6f5;
  }

.development_flex tbody tr:nth-child(even) {
    background-color: #edf5ff;
  }
.development_flex tbody p.indent_disc{
	text-indent: -1em;
	padding-left:1em;
}
.development_flex tbody p.indent_disc::before{
	content: "・";
}
#dx_it table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px; /* 文字サイズ */
  }
#contents-inner table p{
	margin-bottom: 0;
	line-height: 1.6;
	font-size: 15px;
}
#dx_it th,
#dx_it td {
    padding: 16px;
	line-height: 1.4;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
  }

#dx_it thead th {
	padding: 20px;
    background-color: #0b56a7;
    color: #ffffff;
	font-weight: bold;
    text-align: left;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
  }
#dx_it thead th.col_l{
	width: 160px;
}

#dx_it tbody tr:nth-child(odd) {
    background-color: #cbe6f5;
  }

#dx_it tbody tr:nth-child(even) {
    background-color: #ffffff;
  }
.flex_2box{
	display: flex;
	justify-content: space-between;
}
.flex_2box .item{
	width: 48%;
}
.flex_2box .item_ttl{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding: 8px;
	background-color: #0b57a7;
	margin-bottom: 8px;
}
.point_box{
	border: 5px solid #aec4ea;
	padding: 10px;
	text-align: center;
}
.flex_2box img{
	display: block;
	margin: 0 auto;
}
.point_box .point_ttl{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	color: #0b57a7;
	margin-bottom: 10px;
}
.point_box .value{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	color: #0b57a7;
}
.point_box .value span{
	font-size: 30px;
}
.point_box_note{
	display: inline-block;
	font-size: 14px;
	color: #0b57a7;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 8px;
	line-height: 1.4;
}

@media (max-width:960px) {
  .vision_grid {
    grid-template-columns: 1fr 1fr;
	grid-template-areas:
    "center center"
    "left   right";
	align-items: start;
  }
  .vision_grid .image_box {
	grid-area: center;
  }
  .vision_grid .left_box {
	grid-area: left;
  }
  .vision_grid .right_box {
	grid-area: right;
  }
}

@media (max-width: 767px) {
	.vision_grid {
    grid-template-columns: 1fr;
	grid-template-areas:
    "center"
    "left"
	"right";
	align-items: start;
  }
  .vision_grid .image_box {
	grid-area: center;
  }
  .vision_grid .left_box {
	grid-area: left;
  }
  .vision_grid .right_box {
	grid-area: right;
  }
  .loadmap_grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row; /* スマホでは通常の縦流し */
	grid-template-rows: auto;
    margin-left: 0;
  }
  .loadmap_grid .dx1, .loadmap_grid .dx2, .loadmap_grid .dx3 {
		padding-left: 3em;
	}
 .loadmap_grid .dx3 {
		margin-bottom: 20px;
	}
  .loadmap_grid .dx1::after{
		content: "D X推進";
		font-weight: bold;
		line-height: 1.2;
		position: absolute;
		top:0;
		left: 0;
		width: 2.3em;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 0 3px;
		font-size: 11px;
		background-color: #0b56a7;
		color: #ffffff;
		height: 100%;
	}
	.loadmap_grid .dx2::after{
		content: "人財育成";
		font-weight: bold;
		line-height: 1.2;
		position: absolute;
		top:0;
		left: 0em;
		width: 2.3em;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 0 3px;
		font-size: 11px;
		background-color: #0b56a7;
		color: #ffffff;
		height: 100%;
	}
	.loadmap_grid .dx3::after{
		content: "基盤整備";
		font-weight: bold;
		line-height: 1.2;
		position: absolute;
		top:0;
		left: 0em;
		width: 2.3em;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 0 3px;
		font-size: 11px;
		background-color: #0b56a7;
		color: #ffffff;
		height: 100%;

	}
	.flex_2box {
		display: block;
	}
	.flex_2box .item{
		width: 100%;
		margin-bottom: 20px;
	}
	#dx_it table,
	#dx_it thead,
	#dx_it tbody,
	#dx_it tr,
	#dx_it th,
	#dx_it td {
	display: block;
	}
	#dx_it thead{
		display: none;
	}
	#dx_it table tr td:nth-child(1){
		background-color: #0b56a7;
		margin-top: 20px;
	}
	#dx_it table tr td:nth-child(1) p{
		color: #ffffff;
		text-align: center;
	}
	#dx_it tbody tr:nth-child(odd) {
		background-color: #ffffff;
	}
	.development_flex{
	 position: relative;
	}
	.scroll_box{
	 overflow-x: scroll;
	}
	.development_flex::after {
		content: "";
		position: absolute;
		display: block;
		right: 0;
		top: 0;
		bottom: 0;
		width: 24px;
		pointer-events: none;
		background: linear-gradient(
			to left,
			rgba(255,255,255,1),
			rgba(255,255,255,0)
		);
	}
	.scroll_box table{
		min-width: 700px;
		margin-right: 20px;
	}
	.message_wrap {
    	display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.message_wrap .photo_box{
    	margin: 0 0 20px;
		padding: 0px 10px 0;
	}
	.message_wrap .photo_box img{
		display: none;
	}
	.message_wrap .photo_box {
		height: 120px;
		background-image: url(../img/ceo.jpg);
		background-position: right top;
		background-size: auto 200px;
		background-repeat: no-repeat;
	}
	.sign_box img {
		max-width: 150px;
		margin-top: 8px;
	}
}

