@charset "UTF-8";

/*
 * corp_index.css
 *
 */
	
/* common */
section.contents {
  padding-bottom: 50px !important;
}

/* PC
---------------------------------------------------------- */

/* 上部 */

#category-Index-contents .section-outer.intro h2 {
  margin: 20px 0 40px;
}

#category-Index-contents .section-outer.intro h2 em {
  display: block;
  width: 688px;
  margin: 0 auto;
}

#category-Index-contents .section-outer.intro h2 span {
 display: block;
 width: 683px;
 margin: 15px auto 0;
}

#category-Index-contents .section-outer.intro .text {
  float: left;
  width: 420px;/* 20240314 400px */
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

#category-Index-contents .section-outer.intro .photo {
  float: right;
  width: 500px;/* 20240314 540px */
}

#category-Index-contents .section-outer.intro .btns {
  text-align: left;
  margin-left: -8px; /* 左頭揃え */
  margin-top: 30px;
}

#category-Index-contents .section-outer.intro .btn {
  width: 170px;
  padding: 0;
}

/* 技術戦略 */

#category-Index-contents .section-outer.technology_strategy .text {
  float: right;
  width: 480px;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

#category-Index-contents .section-outer.technology_strategy .photo {
  float: left;
  width: 480px;
}
#category-Index-contents .section-outer.technology_strategy .btns {
    margin-top: 30px;
}

/* MLB */

#category-Index-contents .section-outer.pr .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
#category-Index-contents .section-outer.pr .btns {
    margin-top: 30px;
}


/* SCSKについて - タイトルとリード */

#category-Index-contents .section-outer.about {
  background-color: #d2d7e4;
}

#category-Index-contents .section-outer.about h2 {
  margin-top: 30px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: #0a2986;
}

#category-Index-contents .section-outer.about .lead {
  margin: 40px 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

/* SCSKについて - レイアウト */

#category-Index-contents .about-list > li {
 float: left;
 margin: 20px 0;
 padding: 22px 5px;
 text-align: center;
 background-color: #fff;
}

#category-Index-contents .about-list .item-large {
  width: 100%;
}

#category-Index-contents .about-list .item-medium {
 width: 470px;
 height: 360px; /* 20251016 343px */
 padding-left: 0;
 padding-right: 0;
}

#category-Index-contents .about-list .item-small {
  width: 300px;
}

#category-Index-contents .about-list .item-medium.sales {
  margin-right: 40px;
}

#category-Index-contents .about-list .item-small.access,
#category-Index-contents .about-list .item-small.group {
  margin-right: 40px;
}

/* SCSKについて - 大サイズ */

#category-Index-contents .about-list .item-large .data {
  overflow: hidden;
}

#category-Index-contents .about-list .item-large .data li {
 float: left;
 width: 50%;/* 33.333%; */
 height: 190px; /* 20190315 */
 margin: 0 0 25px;
}

#category-Index-contents .about-list .item-large .data li.staff {
/*  border-left: 1px solid #ddd;*/
  border-right: 1px solid #ddd;
}

#category-Index-contents .about-list .item-large h3 {
 height: 64px;
 margin-bottom: 15px;
 font-size: 2em;
 padding-top: 10px;
}

#category-Index-contents .about-list .item-large h3 span {
 display: inline-block;
 font-size: 28px;
 font-weight: bold;
 line-height: 42px; /*アイコンの高さ*/
 color: #0a2986;
}

#category-Index-contents .about-list .item-large h3 em {
 padding: 0 .1em;
 font-family: "Roboto";
 display: inline-block;
 font-size: 67px;
 font-weight: 500;
 line-height: 0.7;
 letter-spacing: -0.05em;
 color: #0a2986;
}

#category-Index-contents .about-list .item-large h3 small {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #689;
}

#category-Index-contents .about-list .item-large h3 img {
  display: inline-block;
  height: 42px;
  margin-right: 4px;
}

#category-Index-contents .about-list .item-large p {
  line-height: 90px;
  color: #0a2986;
}

#category-Index-contents .about-list .item-large p span {
  display: inline-block;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  vertical-align: 3px;
}

#category-Index-contents .about-list .item-large p em {
  padding: 0 .1em;
  font-family: "Roboto";
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #0a2986;
}

#category-Index-contents .about-list .item-large .datasheet h3 {
  margin-bottom: 0;
}

#category-Index-contents .about-list .item-large .datasheet p img {
  height: 85px;
}

#category-Index-contents .about-list .item-large .btn {
  width: 120px;
  padding: 0;
}

#category-Index-contents .about-list .item-large .btns li:first-child {
	margin: 0 30px 0 70px;
}

#category-Index-contents .about-list .item-large .btns li:first-child a{
	width: 150px;
}

/* SCSKについて - 中サイズ */

#category-Index-contents .about-list .item-medium h3 {
 font-size: 28px;
 line-height: 2;
}

#category-Index-contents .about-list .item-medium h3 small {
  display: block;
  margin-top: -10px;
  font-size: 14px;
  font-weight: normal;
  color: #689;
}

#category-Index-contents .about-list .item-medium.sales h3 {
  margin-bottom: -10px;
}

#category-Index-contents .about-list .item-medium.sales p small {
 display: block;
 margin-top: -0.5em;
 font-size: 14px;
 font-weight: normal;
 color: #689;
 line-height: normal;
 margin-bottom: 0.5em;
}

#category-Index-contents .about-list .item-medium .data li {
 display: inline-block;
 margin: 30px 10px 25px;
 line-height: normal;
}

#category-Index-contents .about-list .item-medium h4 {
  margin-bottom: 15px;
  line-height: 36px; /*アイコンの高さ*/
}

#category-Index-contents .about-list .item-medium h4 span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px; /*アイコンの高さ*/
  color: #0a2986;
}

#category-Index-contents .about-list .item-medium.hatarakikata h4 span {
  line-height: 18px; /* 2行なので */
}

#category-Index-contents .about-list .item-medium img {
  display: inline-block;
  height: 36px;
  margin-right: 4px;
}

#category-Index-contents .about-list .item-medium p {
 line-height: 64px;
 color: #0a2986;
}

#category-Index-contents .about-list .item-medium p span {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  vertical-align: 3px;
}

#category-Index-contents .about-list .item-medium p em {
  padding: 0 .1em;
  font-family: "Roboto";
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #0a2986;
}

#category-Index-contents .about-list .item-medium.sales .btn {
  width: 180px;
  padding: 0;
}

#category-Index-contents .about-list .item-medium.hatarakikata h3 { /* 20251016 */
  line-height: 1.3;
}
#category-Index-contents .about-list .item-medium.sales ul.data {
  margin-top: 1.3em;
}

/* SCSKについて - 小サイズ */

#category-Index-contents .about-list .item-small h3 {
  font-size: 24px;
  line-height: 2;
}

#category-Index-contents .about-list .item-small p {
  height: 64px; /*アイコンの高さ*/
  margin: 25px 0 30px;
  line-height: 64px;
  color: #0a2986;
}

#category-Index-contents .about-list .item-small img {
  display: inline-block;
  height: 64px;
}

#category-Index-contents .about-list .item-small p span {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  vertical-align: 3px;
}

#category-Index-contents .about-list .item-small p em {
  padding: 0 .1em;
  font-family: "Roboto";
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #0a2986;
}

#category-Index-contents .about-list .item-small.number p {
  padding-top: 8px;
  line-height: 24px;
}

#category-Index-contents .about-list .item-small.number p img {
  margin-top: -9px;
}


/*　ボタン　*/

#category-Index-contents .btns {
  text-align: center;
}

#category-Index-contents .btns li {
  display: inline-block;
  margin: 0 6px;
}


#category-Index-contents a.btn,
#category-Index-contents a.btn:visited {
	display: inline-block;
	padding: 0 15px;
	font-size: 16px;
	font-weight: normal;
	line-height: 42px;
	text-align: center;
	text-decoration: none !important;
	box-shadow: 0 2px 0 rgba(0, 0, 0, .2);
}

#category-Index-contents a.btn::after {
  content: '\f105';
  margin-left: 7px;
  font-family: 'Fontawesome';
  font-weight: normal;
}	

/* SCSKのCSR */

#category-Index-contents .section-outer.csr h2{
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
}

#category-Index-contents .section-outer.csr h3{
 margin-top: 30px;
 margin-bottom: 50px;
 font-size: 20px;
 text-align: center;
 font-weight: normal;
}

#category-Index-contents ul.csr-list li h4{
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}

#category-Index-contents ul.csr-list{
 margin-bottom: 20px;
}

#category-Index-contents ul.csr-list li{
	width: 240px;
	margin-right: 6px;
	float: left;
}

#category-Index-contents ul.csr-list li img{
 width: 100%;
}

#category-Index-contents ul.csr-list li:last-child{
 margin-right: 0px;
}

#category-Index-contents ul.csr-list li a{
	color: #000000 !important;
	border: 1px solid #DDDDDD;
	display: block;
	padding: 20px 8px 10px;
	height: 100%;
}

#category-Index-contents ul.csr-list li a:hover{
 color: #007aff !important;
	background-color: #F2F8FC !important;
}

#category-Index-contents ul.csr-list li img{
 margin-bottom: 10px;
}

/* 夢ある未来の創り方 */

#category-Index-contents .section-outer.mirai h2{
 margin-top: 30px;
}

#category-Index-contents .section-outer.mirai h2 #mirai-ttlimg{
background-image: url(../../corp/img/index/mirai_ttl_img_pc.jpg);
background-repeat: no-repeat;
background-position: center center;
width:980px;
height:250px;
}


#category-Index-contents .section-outer.mirai h3{
 margin-top: 30px;
 margin-bottom: 30px;
 font-size: 20px;
 text-align: center;
 font-weight: normal;
}

#category-Index-contents .section-outer.mirai .boxTableLinks{
 width: 100%;
 display: table;
 border-top: 1px solid #e5e5e5;
 margin-bottom: 3em;
}

#category-Index-contents .section-outer.mirai .boxTableLinks li{
 width: 33.3333%;
 vertical-align: top;
 position: relative;
 display: table;
 float: left;
 border-right: 1px solid #e5e5e5;
 border-bottom: 1px solid #e5e5e5;
}

#category-Index-contents .section-outer.mirai .boxTableLinks li:nth-child(3n)  {
 border-right-style: none;
}

#category-Index-contents .section-outer.mirai .boxTableLinks a {
 vertical-align: middle;
 display: table-cell;
 padding-left: 1.3em;
 height: 100px;
 padding-right: 20px;
}

#category-Index-contents .section-outer.business p.businesss-ttltxt {
font-size:20px;
margin-bottom:2em;
}

/* スマホ
---------------------------------------------------------- */
@media screen and (max-width:767px) and (min-width:1px) {

/* common */

section.contents {
  padding-bottom: 125px;
}
 
/* 上部 */

#category-Index-contents {
  padding-top: 10px;
}

#category-Index-contents .section-outer.intro h2 {
  margin: 0 0 30px;
}

#category-Index-contents .section-outer.intro h2 em {
  width: 90%;
}

#category-Index-contents .section-outer.intro h2 span {
  width: 90%;
}

#category-Index-contents .section-outer.intro .text {
  width: 100%;
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 2;
}

#category-Index-contents .section-outer.intro p {
  padding: 0 15px;
}

#category-Index-contents .section-outer.intro .photo {
  width: 100%;
}

#category-Index-contents .section-outer.intro .btns {
 text-align: center;
 margin-left: 0;
 margin-bottom: 20px;
}

#category-Index-contents .section-outer.intro .btn {
  width: 150px;
}
/* 技術戦略 */
#category-Index-contents .section-outer.technology_strategy .text {
  width: 100%;
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 2;
}
#category-Index-contents .section-outer.technology_strategy p {
  padding: 0 15px;
}

#category-Index-contents .section-outer.technology_strategy .photo {
  width: 100%;
}
#category-Index-contents .section-outer.technology_strategy .btns {
 margin-bottom: 20px;
}


/* SCSKについて - タイトルとリード */

#category-Index-contents .section-outer.about h2 {
  margin-top: 10px;
  font-size: 24px;
}

#category-Index-contents .section-outer.about .lead {
  margin: 20px 0 10px;
  padding: 0 15px;
  font-size: 14px;
}

/* SCSKについて - レイアウト */

#category-Index-contents .about-list > li {
  float: none;
  padding: 20px;
}

#category-Index-contents .about-list .item-medium {
  width: 100%;
  height: auto;
}

#category-Index-contents .about-list .item-small {
  width: 100%;
}

/* SCSKについて - 大サイズ */

#category-Index-contents .about-list .item-large .data li {
  float: none;
  width: 100%;
  height: auto;
  margin: 0 0 25px;
}

#category-Index-contents .about-list .item-large .data li.staff {
  padding: 20px 0 10px;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
	
#category-Index-contents .about-list .item-large h3 {
  height: 65px;
}

#category-Index-contents .about-list .item-large .data li.souritsu h3 {
 height: 41px;
}

#category-Index-contents .about-list .item-large h3 span {
  font-size: 20px;
  line-height: 32px; /*アイコンの高さ*/
  color: #0a2986;
}

#category-Index-contents .about-list .item-large h3 em {
  font-size: 42px;
}

#category-Index-contents .about-list .item-large h3 small {
  font-size: 11px;
}

#category-Index-contents .about-list .item-large h3 img {
  height: 32px;
}

#category-Index-contents .about-list .item-large p {
  line-height: 42px;
}

#category-Index-contents .about-list .item-large p span {
  font-size: 18px;
}

#category-Index-contents .about-list .item-large p em {
  font-size: 42px;
}

#category-Index-contents .about-list .item-large .datasheet p img {
  height: 56px;
}

#category-Index-contents .about-list .item-large .btn {
  width: 120px;
  padding: 0;
}

#category-Index-contents .about-list .item-large .btns li:first-child {
	display: inline-block;
	margin: 5px 2px;
}

#category-Index-contents .about-list .item-large .btns li:first-child a{
	width: 120px;
}
	
/* SCSKについて - 中サイズ */

#category-Index-contents .about-list .item-medium h3 {
  margin-bottom: 15px;
  font-size: 20px;
}

#category-Index-contents .about-list .item-medium.sales h3 {
  margin-bottom: 15px;
}

#category-Index-contents .about-list .item-medium h3 small {
  font-size: 11px;
}

#category-Index-contents .about-list .item-medium .data li {
  display: block;
  margin: 0 20px;
  padding: 20px 0 10px;
  border-top: 1px solid #ddd;
}

#category-Index-contents .about-list .item-medium h4 {
  line-height: 32px; /*アイコンの高さ*/
}

#category-Index-contents .about-list .item-medium h4 span {
  font-size: 16px;
  line-height: 32px; /*アイコンの高さ*/
}

#category-Index-contents .about-list .item-medium.hatarakikata h4 span {
  line-height: 16px; /* 2行なので */
}

#category-Index-contents .about-list .item-medium img {
  height: 32px;
}

#category-Index-contents .about-list .item-medium p {
  line-height: 42px;
}

#category-Index-contents .about-list .item-medium p span {
  font-size: 15px;
}

#category-Index-contents .about-list .item-medium p em {
  font-size: 42px;
}

#category-Index-contents .about-list .item-medium.sales .btn {
  width: 150px;
}

/* SCSKについて - 小サイズ */

#category-Index-contents .about-list .item-small h3 {
  font-size: 20px;
}

#category-Index-contents .about-list .item-small p {
  height: 42px; /*アイコンの高さ*/
  margin: 15px 0 20px;
  line-height: 42px;
}

#category-Index-contents .about-list .item-small img {
  height: 42px;
}

#category-Index-contents .about-list .item-small p span {
  font-size: 16px;
}

#category-Index-contents .about-list .item-small p em {
  font-size: 42px;
}

#category-Index-contents .about-list .item-small.number p {
  padding-top: 0;
  line-height: 21px;
}

#category-Index-contents .about-list .item-small.number p img {
  margin-top: -5px;
}

/*ボタン*/

#category-Index-contents .btns li {
  display: inline-block;
  margin: 5px 2px;
}

#category-Index-contents a.btn,
#category-Index-contents a.btn:visited {
  font-size: 14px;
}
#category-Index-contents .business a.btn,
#category-Index-contents .business a.btn:visited {
  line-height: 2em;
  width: 22em;
}

/* SCSKのCSR */
 
#category-Index-contents .section-outer.csr h2{
 font-size: 30px;
}

#category-Index-contents .section-outer.csr h3{
 text-align: left;
 margin-right: 0;
 margin-left: 0;
 margin-bottom: 3em;
 padding: 0 15px;
 font-size: 14px;
 line-height: 2;
}
 
#category-Index-contents .section-outer.csr h3 br{
 display: none;
}
 
#category-Index-contents ul.csr-list{
 margin-bottom: 0px;
}
 
#category-Index-contents ul.csr-list li{
 width: 100%;
 margin-bottom: 2em;
 margin-right: 0;
}
 
#category-Index-contents ul.csr-list li:nth-child(even){
 margin-right: 0;
}
 
 /* 夢ある未来の創り方 */

#category-Index-contents .section-outer.mirai h2 #mirai-ttlimg{
background-image: url(../../corp/img/index/mirai_ttl_img_sp.jpg);
width:100%;
height: 0;
/* (画像の高さ / 画像の横幅) × 100 */
padding-top: 62.5%;
background-size: cover;
}


#category-Index-contents .section-outer.mirai h3{
 text-align: left;
 margin-right: 0;
 margin-left: 0;
 margin-bottom: 2em;
 padding: 0 15px;
 font-size: 14px;
 line-height: 2;
}
 
#category-Index-contents .section-outer.mirai h3 br{
 display: none;
}
 
#category-Index-contents .section-outer.mirai .boxTableLinks{
 margin-bottom: 1em;
}

#category-Index-contents .section-outer.mirai .boxTableLinks li{
 width: 50%;
 vertical-align: top;
 position: relative;
 display: table;
 float: left;
 border-right: 1px solid #e5e5e5;
 border-bottom: 1px solid #e5e5e5;
}

#category-Index-contents .section-outer.mirai .boxTableLinks li:nth-child(2n)  {
 border-right-style: none;
}
 
#category-Index-contents .section-outer.mirai .boxTableLinks li:nth-child(3n)  {
 border-right: 1px solid #e5e5e5;
}

#category-Index-contents .section-outer.mirai .boxTableLinks a {
 font-size: 15px;
 padding-top: 1em;
 padding-bottom: 1em;
 padding-left: 1em;
}

#category-Index-contents .section-outer.mirai .boxTableLinks a br{
 display: none;
}
 
}
