@charset "utf-8";



/*----------------------------------*/
.initiatives{
	background: #f8f8f8;
}
.initiatives_inner{
    padding: 56px 0 90px;
}
/* .initiatives_list{
    margin: 48px 0 79px;
    display: flex;
    flex-wrap: wrap;
}
.initiatives_list li{
    width: 48.19%;
    background: #fff;
    margin: 0 0 0 3.61%;
}

.initiatives_list li:nth-child(2n+1){
	margin-left: 0;
}

.initiatives_list_img{
    position: relative;
    z-index: 1;
}
.initiatives_list_ttl{
    font-size: 18px;
    color: #fff;
    margin: -43px 0 -31px 0;
    padding: 23px 90px 23px 40px;
    position: relative;
    z-index: 5;
    font-weight: normal;
    overflow: hidden;
}
.initiatives_list_ttl:before{
	content: "";
	z-index: -1;
	position: absolute;
	background: #d3052b;
	top:0;
	bottom: 0;
	right: 68px;
	left: -20px;
	transform: skewX(-21.35deg);
}
.initiatives_list_ttl.color2:before{
	background: #223da3;
}


.initiatives_list_mes{
    padding: 58px 38px 47px;
    line-height: 2.1;
}
  */

.initiatives_btn1.btn01{
    width: 390px;
}

/*
.initiatives_list_mes .text1{
	font-weight: bold;
	position: relative;
	z-index: 1;
	padding: 0 0 0 24px;
	margin: 0 0 9px;
}
.initiatives_list_mes .text1:before{
	content: "";
	z-index: 1;
	position: absolute;
	background: #d3052b;
	width: 12px;
	height: 12px;
	top: 9px;
	left: 3px;
	border-radius: 100px;

}
.initiatives_list_mes.color2 .text1:before{
	background: #223da3;
}
.initiatives_list_mes .text2{
	position: relative;
	z-index: 1;
	padding: 0 0 0 17px;
	line-height: 1.8;
	margin: 0 0 4px;
}
.initiatives_list_mes .text2:before{
	content: "";
	z-index: 1;
	position: absolute;
	background: #000;
	width: 3px;
	height: 3px;
	top: 11px;
	left: 7px;
	border-radius: 100px;
}
.initiatives_list_mes .text2 + .text1{
	margin-top: 12px;
}
.initiatives_btn2 {
  margin: 70px 30px 0 auto;
} */

.initiatives_list{
  display: flex;
  margin: 48px -40px 79px;
}
@media screen and (max-width: 1200px) {
	.initiatives_list{
    margin: 22px 4px 0;
	}
}
.initiatives_link{
  width: 50%;
  overflow: hidden;
  display: block;
  box-shadow: 15px 15px 0px 0px #fff;
}
.initiatives_img{
  display: block;
  height: 380px;
  margin: 0 -88px 0;
  position: relative;
  z-index: 1;
}
.initiatives_img .img{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
  -moz-background-size:cover;
  background-size:cover;
  background-position: 50%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.initiatives_img .text{
	font-size: 46px;
	position: absolute;
	z-index: 1;
	left: 58px;
	bottom: 0;
	color: #fff;
	line-height: 46px;
}
.initiatives_img .img.bg01{
	background-image: url(../img/flont/about_img01.jpg);
}
.initiatives_img .img.bg02{
	background-image: url(../img/flont/about_img02.jpg);
}
.initiatives_btn01,
.initiatives_btn02{
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 25px 0;
    font-size: 16px;
}
.initiatives_btn01 span,
.initiatives_btn02 span{
	display: block;
	padding: 0 0 0 60px;
}
.initiatives_btn01 .arrow,
.initiatives_btn02 .arrow{
	position: absolute;
	z-index: 1;
	right: 24px;
	top: 0;
	bottom: 0;
}

.initiatives_btn02 .arrow:before,
.initiatives_btn02 .arrow:after,
.initiatives_btn01 .arrow:before,
.initiatives_btn01 .arrow:after{
	content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  background: no-repeat;
  transform-origin: unset;
}
.initiatives_btn02 .arrow:after,
.initiatives_btn01 .arrow:after {
  right: 0;
}
.initiatives_btn01{
	background: #223da3;
}
.initiatives_btn02{
	background: #d3052b;
}

.initiatives_btn01:before,
.initiatives_btn02:before{
	background: #000;
}


/*----------------------------------*/

.content{}
.content_inner{
    padding: 69px 0 100px;
}
.content_table{
    margin: 13px 0 74px;
}

.content_table table{
	width: 100%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.content_table table td,
.content_table table th{
	padding: 27px 13px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	position: relative;
	z-index: 1;
}
.content_table table td{

}
.content_table table th{
	width: 186px;
}

.content_table table th:before{
	content: "";
	z-index: 1;
	position: absolute;
	border-bottom: #d3052b solid 1px;
	bottom: 0;
	right: 30px;
	left: 0;
}
.content_table table td:before{
	content: "";
	z-index: 1;
	position: absolute;
	border-bottom: #dcdcdc solid 1px;
	bottom: 0;
	right: 0;
	left: 0;
}

.content_bnr{
	display: inline-block;
	border:solid 2px #dcdcdc;
	margin: 29px 0 70px;
	width: 540px;
	position: relative;
	z-index: 1;
}
.content_bnr:before{
	content: "";
	z-index: 1;
	position: absolute;
	background: url(../common/img/icon_blank2.svg) 0 0 no-repeat;
	background-size: 100% auto;
	width: 14px;
	height: 18px;
	display: block;
	position: absolute;
	right: 14px;
	top: 16px;
}
.content_bnr.bodernone{
	border: none !important;
}
.content_bnr.bodernone:before{
	display: none;
}


/*----------------------------------*/

.list{
	overflow: hidden;
	padding-bottom: 30px;
}
.list_inner{
	position: relative;
	z-index: 1;
}
.list_inner:before{
	content: "";
	z-index: 1;
	position: absolute;
	

	background: #f8f8f8;
	top:0;
	bottom: 0;
	left: 0;
	width: 9000px;

    transform: skewX(-14.35deg);	
}
.list_inner:after{
	content: "";
	z-index: 2;
	position: absolute;
	background: #324ca9;
	top: 30px;
	bottom: -50px;
	right: 45px;
	width: 9000px;
	transform: skewX(-14.35deg);
}
.list_img{
    overflow: hidden;
    position: relative;
    z-index: 3;
    top: 1px;
    /* width: 621px; */
    left: 0;
    /* bottom: 0; */
    /* height: 580px; */
    display: block;
    transform: skewX(-14.35deg);
}
.list_img span{
	display: block;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	padding: 57.4% 0 0;
	margin: 0 -7.6%;
	background: #ccc;
	-moz-background-size: cover;
	background-size: cover;
	transform: skewX(14.35deg);
}
.list_img .bg01{
	background-image: url(../img/challenged/img01.jpg);
}
/*----------------------------------*/

@media screen and (min-width: 681px) and (orientation: portrait) ,screen and (min-width: 738px) and (orientation: landscape) {

  .initiatives_img:hover .img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);		
	}
	a:hover .initiatives_img_anim{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

	.content_bnr:hover{
		border: solid 2px #d3052b;
	}
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) and (orientation: portrait) ,screen and (max-width: 737px) and (orientation: landscape) {





	/*----------------------------------*/
	.initiatives{}
	.initiatives_inner{
    padding: 30px 0 67px;
}
	/* .initiatives_list{
    display: block;
    margin: 22px 0 50px;
}
	.initiatives_list li{
    width: auto;
    margin: 0 0 35px;
}
	.initiatives_list_img{}
	.initiatives_list_ttl{
    font-size: 15px;
    margin: -30px 0 -32px 0;
    padding: 13px 75px 13px 26px;
}
	.initiatives_list_ttl:before{
    right: 46px;
    left: -20px;
}
	.initiatives_list_ttl.color2:before{}


	.initiatives_list_mes{
    padding: 45px 5% 15px;
    line-height: 1.9;
}
*/

	.initiatives_btn1.btn01{
    width: auto;
    margin: 0 10%;
}
/*
	.initiatives_list_mes .text1{
    padding: 0 0 0 19px;
}
	.initiatives_list_mes .text1:before{
    width: 8px;
    height: 8px;
    top: 9px;
    left: 3px;
}
	.initiatives_list_mes .text2{}
	.initiatives_list_mes .text2:before{}
	.initiatives_list_mes .text2 + .text1{} */

  .initiatives_list{
    display: block;
    box-shadow: none;
    margin: 22px 5% 50px 13%;
  }
	.initiatives_link{
    box-shadow: 10px 10px 0px 0px #fff;
    width: 103%;
    margin: 0 0 5px;
  }
	.initiatives_img{
    height: auto;
    padding: 65% 0 0;
    margin: 0 -14% 0;
  }
	.initiatives_img .text{
    font-size: 30px;
    left: 24px;
    line-height: 28px;
  }
	.initiatives_img.bg01{}
	.initiatives_img.bg02{}
	.initiatives_btn01,
	.initiatives_btn02{
    padding: 9px 0;
  }
	.initiatives_btn01 span,
	.initiatives_btn02 span{
    padding: 0 0 0 22px;
  }
	.initiatives_btn01 .arrow,
	.initiatives_btn02 .arrow{
    right: 13px;
  }
	.initiatives_btn02 .arrow:before,
	.initiatives_btn02 .arrow:after,
	.initiatives_btn01 .arrow:before,
	.initiatives_btn01 .arrow:after{
    width: 4px;
    height: 4px;
    border-width: 1px;
    right: 5px;
  }
	.initiatives_btn02 .arrow:after,
	.initiatives_btn01 .arrow:after {
    right: 0;
  }
	.initiatives_btn01{}
	.initiatives_btn02{}
	.initiatives_btn02:before{}
	.initiatives_bgline01{
    width: 10px;
    right: 27px;
    height: 92px;
  }

	/*----------------------------------*/

	.content{}
	.content_inner{
    padding: 40px 0 35px;
}
	.content_table{
    margin: 13px 0 50px;
}

	.content_table table{}
	.content_table table td,
	.content_table table th{
    padding: 18px 2px;
}
	.content_table table td{}
	.content_table table th{
    width: 100px;
}

	.content_table table th:before{
    right: 15px;
}
	.content_table table td:before{}

	.content_bnr{
    width: auto;
    margin: 23px 0 40px;
}
	.content_bnr:before{
	    right: 9px;
	    top: 10px;
	}




    /*----------------------------------*/
    /*----------------------------------*/
    /*----------------------------------*/
    /*----------------------------------*/

}
