@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------- start */
.company_index_section {
	margin: 4rem 0;
}

.company_index_section.index_start{
	margin: 10% 0 4rem ;
}
.company_index_section.index_last{
	margin: 4rem 0 15%;
}
.company_index_section_inner {
	max-width:1000px;
	width:100%;
	margin: 0 auto;
	display: flex;
	cursor: pointer;
	transition: 0.3s;
}
.company_index_section_inner:hover{
	opacity:0.8;
}
.company_index_info {
 	position: relative;
	width: 50%;
	padding: 3rem 4rem 1rem 5rem;
	background-color: #DDD;
}

 .company_index_img {
	width: 50%;
}

 .company_index_img_inner{
 	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

 .company_index_img_inner.img_01 {background-image: url(../img/company/index/message_1.png);}
 .company_index_img_inner.img_02 {background-image: url(../img/company/index/message_2.png);}
  .company_index_img_inner.img_03 {background-image: url(../img/company/index/number.png);}
 .company_index_img_inner.img_04 {
 	background-image: url(../img/company/index/company.png);
 	background-position: left center;
}

 .company_index_info_sub {
	margin: 0 0 5%;
	height:12px;
}

.company_index_info_title {
    margin: 0;
    height:23px;
}

 .company_index_info_sub img,
 .company_index_info_title img {
    vertical-align: bottom;
   	height: 100%;
}

.company_index_info_title:after {
	content: "";
	display: block;
	height: 3px;
	width: 80px;
	margin:5% 0 0 0;
	background: #0068a5;
	background: -moz-linear-gradient(top, #0068a5 0%, #009fa5 100%);
	background: -webkit-linear-gradient(top, #0068a5 0%,#009fa5 100%);
	background: linear-gradient(to bottom, #0068a5 0%,#009fa5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068a5', endColorstr='#009fa5',GradientType=0 );
}

.company_index_info_text {
	margin-top: 10%;
    margin-bottom: 26%;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.03rem;
    line-height: 220%;
}

div.company_index_btn_area a.company_index_btn > span.link_box{
	display: block;
	width: 16rem;
	position: absolute;
	bottom: 8%;
	left: 0;
  	right: 0;
  	margin: auto;
	padding: 1.5rem 0;
	background: rgba(255,255,255,0.75);
}
div.company_index_btn_area a.company_index_btn > span.link_box.t_m_position{
	left:33%;
	bottom: 7%;
}
div.company_index_btn_area a.company_index_btn > span.link_box.t_c_i_position{
	left:26%;
	bottom: 10%;
}
div.company_index_btn_area a.company_index_btn > span.link_box > span.read_more{
	display: block;
	position: absolute;
	top: 30%;
	left:0;
	right:0;
	margin:auto;
	width:70px;
}
div.company_index_btn_area a.company_index_btn > span.link_box > span.read_more img {width:100%;}

a.company_index_btn > span.link_box > span.arrow {
	display: block;
	position: absolute;
	top: 50%;
	right: 0.5rem;
	transform: translateY(-50%);
	transition: .5s;
}
.company_index_section_inner:hover a.company_index_btn > span.link_box > span.arrow {
	right: -1rem;
}

a.company_index_btn {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1rem 0;
	font-weight: bold;
	text-align: center;
	/* text-decoration: none;
	background: -moz-linear-gradient(left, #066398 0%, #119499 100%);
	background: -webkit-linear-gradient(left, #066398 0%,#119499 100%);
	background: linear-gradient(to right, #066398 0%,#119499 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: rgba(0, 0, 0, 0); */
	font-size: 0.8rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
}
a.company_index_btn:active {
	color: #006a8f;
}
/*-------------------------------------------------------------------------------- end */



@media screen and (max-width: 960px) {
/*-------------------------------------------------------------------------------- start */
/*-------------------------------------------------------------------------------- end */
}




@media screen and (max-width: 767px) {
/*-------------------------------------------------------------------------------- start */

	.company_index_section br{
		display: none;
	}
	.company_index_section_inner {
		flex-wrap: wrap;
	}

	.company_index_info {
 		width:100%;
 	}

	.company_index_img {
	 	width:100%;
	 	height:250px;
 	}

 	.sp-change01{order:2;}
	.sp-change02{order:1;}

	.company_index_info_text {
			font-size: 1.7rem;
	}
	.company_index_info {
		padding: 3rem 4rem 1rem 3rem;
	}
	.company_index_info_sub {
	 margin: 0 0 5%;
	 height:11px;
	}
	.company_index_info_title {
		 margin: 0;
		 height:17px;
 }
/*-------------------------------------------------------------------------------- end */
}
