/* CSS Document */

.titleAreaImgCompany{
  background-size:cover;
  background-position:center center; 
}
.companyImage00{
  background-image:url("img/company_visual.jpg");
}
.companyImage01{
  background-image:url("img/company_visual01.jpg");
}
.companyImage02{
  background-image:url("img/company_visual02.jpg");
}
.companyImage03{
  background-image:url("img/company_visual03.jpg");
}
.companyImage04{
  background-image:url("img/company_visual04.jpg");
}
.companyImage05{
  background-image:url("img/company_visual05.jpg");
}
.companyImage06{
  background-image:url("img/company_visual06.jpg");
}
.companyImage07{
  background-image:url("img/company_visual07.jpg");
}
.companyImage08{
  background-image:url("img/company_visual08.jpg");
}
.companyImage09{
  background-image:url("img/company_visual09.jpg");
}
.companyImage10{
  background-image:url("img/company_visual10.jpg");
}
.companyImage11{
  background-image:url("img/company_visual11.jpg");
}
.companyImage01en{
  background-image:url("img/company_visual01_en.jpg");
}
.companyImage02en{
  background-image:url("img/company_visual02_en.jpg");
}

/*
============================================
会社情報一覧
============================================
*/
.companyIndex{
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.companyIndex .card {
  display: block;
  width: 48%;
  text-decoration: none;
  margin: 0px 0px 30px 0px;
}
.companyIndex .card .cardWrapper{
  position: relative;
  padding: 0;
}

.companyIndex figure {
  width: 100%;
  height: 100%;
  margin: 0px;
  overflow: hidden;
  position: relative;
}

.companyIndex figure img {
  width: 100%;
  height: 100%;
  transition: .4s;
}

.companyIndex figure::after {
  content: '';
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding-top: 45%;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,.4);
  transition: .8s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.companyIndex a:hover figure::after {
  opacity: 1;
}

.companyIndex a:hover figure img {
    transform: scale(1.1);
}
.companyIndex a:link{
  color: #333333;
}
.companyIndex a:hover {
  text-decoration: none;
}

.companyIndex .right{
  display: flex;
  bottom: 0px;
  left: 0px;
  position: inherit;
  background-color: #FFFFFF;
  width: 100%;
  justify-content: space-between;
  border: none;
}

.companyIndex .right p {
  margin: 0;
  padding: 14px 10px 10px;
  display: block;
}

.companyIndex .right .upper {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  align-self: center;
  margin: 0px;
  width: 100%;
  text-align: center;
}
.companyIndex .right .lower {
  display: none;
}
.companyIndex a:link,
.companyIndex a:visited{
  color: #333333;
}
.companyIndex a:hover {
  text-decoration: none;
  color: #e60012;
}

  @media (any-hover: hover) {
    .companyIndex .right .lower {
      transition: transform 0.2s;
    }
    .companyIndex a:hover .right .lower {
      transform: translateX(10px);
    }
  }   

.cardText{
  display: none;
}
.companyIndex a:hover .cardText {
  color: #333333;
}
/*****************************************************
	460px以上【tablet】
******************************************************/
@media print, screen and (min-width: 460px) {
  .companyIndex{
    justify-content: flex-start;
  }
  .companyIndex .card {
    width: calc((100% - 40px) / 3);
    margin-bottom: 30px;
    margin: 0px 20px 30px 0px;
  }
  .companyIndex .card:nth-of-type(3n) {
    margin-right: 0;
  }
  .companyIndex .card:nth-of-type(4n) {
    margin-right: 20px;
  }
  .companyIndex figure {
    width: 100%;
    height: 100%;
    margin: 0px;
    overflow: hidden;
    position: relative;
    display: inherit;
  }

  .companyIndex figure img {
    width: 100%;
    height: 100%;
    transition: .4s;
  }

  .companyIndex figure::after {
    content: '';
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding-top: 45%;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,.4);
    transition: .8s;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }

  .companyIndex a:hover figure::after {
    opacity: 1;
  }

  .companyIndex a:hover figure img {
      transform: scale(1.1);
  }
  .companyIndex .right{
    bottom: 0px;
    left:0px;
    position: absolute;
    width: 100%;
    border: none;
  }
  .companyIndex .right p {
    padding: 10px 10px;
  }
  .companyIndex .right .upper {
    font-size: 13px;
    margin: 0px 0px;
    text-align: left;
    width: auto;
  }
  .companyIndex .right .lower {
    display: none;
  }
  .cardText{
    display: block;
    margin-top:0px;
    font-size: 11px;
    padding: 10px;
  }

}
/*****************************************************
	768px以上【PC】
******************************************************/
@media print, screen and (min-width: 768px) {
  .companyIndex{
    flex-direction: row;
  }
  .companyIndex .right{
    bottom: 20px;
    left: 0px;
    width: 94%;
  }
  .companyIndex .right p {
    padding: 10px 20px;
  }
  .companyIndex .right .upper {
    font-size: 14px;
  }
  .companyIndex .right .lower {
    width: 30px;
    align-self: center;
    display: block;
  }
  .cardText{
    font-size: 12px;
    padding: 20px 10px;
  }
}

/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .companyIndex .card {
    /*width: calc((100% - 60px) / 4);*/
    margin-bottom: 60px;
  }
  .companyIndex .right{
    width: 86%;
  }
  /*.companyIndex .card:nth-of-type(3n) {
    margin-right: 20px;
  }
  .companyIndex .card:nth-of-type(4n) {
    margin-right: 0;
  }*/
  .companyIndex .right .upper {
    font-size: 14px;
  }
}
/*****************************************************
	1200px以上【PC】
******************************************************/
@media print, screen and (min-width: 1200px) {
  .companyIndex .right .upper {
    font-size: 14px;
  }
  .cardText{
    font-size: 14px;
  }
}
/* 取締役署名 */
.signature{
  font-size:14px;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.signature span{
  font-size:11px;
  display: block;
}
.signature img{width: 240px;}

@media print, screen and (min-width: 768px) {
.signature{font-size:16px;margin-top: 60px;}
.signature span{font-size:12px;}
.signature img{width: 300px;}
}
@media print, screen and (min-width: 1024px) {
.signature{font-size:20px;}
.signature span{font-size:14px;}
.signature img{width: 350px;}
}


/*-----------------------------
 沿革テーブル
-----------------------------*/
.historyTableArea {
  margin: 60px 0px 0px;
}
.historyTableArea .historyTableAreaInnr {
    padding: 20px 10px;
}
.historyTableArea .historyTableAreaInnr p{
  line-height: 1.6;
  font-size: 12px;
  margin-bottom: 10px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .historyTableArea {
  }
.historyTableArea .historyTableAreaInnr {
    padding: 60px 20px;
    margin: 0px auto;
}
.historyTableArea .historyTableAreaInnr p{
    font-size: 14px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  
.historyTableArea .historyTableAreaInnr {
    max-width: 980px;
    padding: 60px 20px;
    margin: 0px auto;
  }
.historyTableArea .historyTableAreaInnr p{
    font-size: 16px;
  }
}

table{
  border-collapse: collapse;
  width: 100%;
}
.historyTable th,
.historyTable td{
  box-sizing:border-box;
  font-size: 1.6rem;
  word-break: break-word;
  vertical-align: top;
  text-align:left;
  padding: 26px 20px 22px;
  pointer-events: none;
}
.historyTable th {
  background: none;
  font-size:16px;
  border-bottom: solid 1px #e60012;
}
.historyTable td{
  width: 80%;
  font-size:16px;
  border-bottom: solid 1px #c9c9c9;
}
.historyTable td ol,
.historyTable td ul{
  margin-left: 20px;
}
.historyTable td ol li,
.historyTable td ul li{
  line-height: 1.2;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .historyTable {
    width: 100%;
  }
  .historyTable th {
    background: #e7e7e7;
    font-size:16px;
    border-bottom: solid 1px #c9c9c9;
  }
  table.historyTable th,
  table.historyTable td {
    display: block;
    width: 100%;
    border-bottom:none;
    font-size:15px;
  }
  .historyTable tr:last-child{
    border-bottom: solid 1px #c9c9c9;
  }
  .historyTable td ol,
  .historyTable td ul{
    margin-left: 18px;
  }
}
@media screen and (max-width: 1024px) {
  table.historyTable th,
  table.historyTable td {
    font-size:14px;
  }
}

/*
------------------
googleMap
------------------
*/
.googlemap{
  max-width: 800px;
  margin: 0 auto;
}
table th{
  vertical-align: middle;
  background-color: #E0E0E0;
}
iframe {
  width: 100%;
  aspect-ratio: 16/6.5;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  iframe {
    aspect-ratio: 16/5.7;
  }  
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .googlemap{
    max-width: 800px;
  }
  iframe {
    aspect-ratio: 16/5.8;
  }  
}
/*
------------------
住所表記
------------------
*/
.addressData {
  margin: 0 auto;
  padding: 0px 10px 30px;
}

.addressData dt,
.addressData dd {
	width: 100%;
	float: none;
  font-size:12px;
}

.addressData dt {
	font-weight: bold;
}

.addressData dl {
	margin: 0 0 20px;
	overflow: hidden;
}
.addressData dd ul{
  margin-left: 20px;
  list-style: disc !important;
  padding: 0px;
  margin: 0px;
}
.addressData dd ul li{
  text-align: left;
  padding: 0px !important;
  margin: 0px 20px !important;
}
@media print, screen and (min-width: 768px) {
  .addressData {
  	margin: 40px auto;
    padding: 0px 20px 30px;
  }
  .addressData dt {
    width:14%;
  }
  .addressData dd {
    width:86%;
  }
  .addressData dt,
  .addressData dd {
  	float: left;
    font-size:14px;
  }
}

@media print, screen and (min-width: 1024px) {
  .addressData {
    max-width: 800px;
  	margin: 60px auto;
  }
  .addressData dt,
  .addressData dd {
    font-size:16px;
  }
}


/*
============================================
会社情報リンク一覧 UPDATE20912
============================================
*/
.companyIndex_line{
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.companyIndex_line .card_line {
  display: block;
  width: 48%;
  text-decoration: none;
  margin: 0px 0px 30px 0px;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
}
.companyIndex_line a:hover {
  text-decoration: none;
}

.companyIndex_line .right_line{
  display: block;
  bottom: 0px;
  left: 0px;
  position: inherit;
  background-color: #FFFFFF;
  width: 100%;
  justify-content: space-between;
  border: none;
}

.companyIndex_line .right_line p {
  margin: 0;
  padding: 14px 10px;
  display: block;
}

.companyIndex_line .right_line .upper_line {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  align-self: center;
  margin: 0px;
  width: auto;
  text-align: center;
}
.companyIndex_line .right_line .lower_line {
  display: none;
}
.companyIndex_line a:link,
.companyIndex_line a:visited{
  color: #333333;
}
.companyIndex_line a:hover {
  text-decoration: none;
  color: #e60012;
}

  @media (any-hover: hover) {
    .companyIndex_line .right_line .lower_line {
      transition: transform 0.2s;
    }
    .companyIndex_line a:hover .right_line .lower_line {
      transform: translateX(10px);
    }
  }   

.card_lineText{
  display: none;
}
.companyIndex_line a:hover .card_lineText {
  color: #333333;
}
/*****************************************************
	460px以上【tablet】
******************************************************/
@media print, screen and (min-width: 460px) {
  .companyIndex_line{
    justify-content: flex-start;
  }
  .companyIndex_line .card_line {
    width: calc((100% - 40px) / 3);
    margin-bottom: 30px;
    margin: 0px 20px 30px 0px;
  }
  .companyIndex_line .card_line:nth-of-type(3n) {
    margin-right: 0;
  }
  .companyIndex_line .right_line p {
    padding: 14px 10px;
  }
  .companyIndex_line .right_line .upper_line {
    font-size: 13px;
    margin: 0px;
    text-align: center;
    width: auto;
  }
  .companyIndex_line .right_line .lower_line {
    display: none;
  }
  .card_lineText{
    display: block;
    margin-top:24px;
    font-size: 11px;
    padding: 10px;
  }

}
/*****************************************************
	768px以上【PC】
******************************************************/
@media print, screen and (min-width: 768px) {
  .companyIndex_line{
    flex-direction: row;
  }
  .companyIndex_line .right_line{
    display: flex;
  }
  .companyIndex_line .right_line p {
    padding: 14px 20px;
  }
  .companyIndex_line .right_line .upper_line {
    font-size: 14px;
    margin: 0;
    text-align: left;
    max-width: 116px;
  }
  .companyIndex_line .right_line .lower_line {
    width: 30px;
    align-self: center;
    display: block;
  }
  .card_lineText{
    font-size: 12px;
    padding: 20px;
  }
}

/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .companyIndex_line .card_line {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  .companyIndex_line .right_line{
  }
  .companyIndex_line .card_line:nth-of-type(3n) {
    margin-right: 0px;
  }
  .companyIndex_line .right_line .upper_line {
    font-size: 14px;
    max-width: 220px;
  }
}
/*****************************************************
	1200px以上【PC】
******************************************************/
@media print, screen and (min-width: 1200px) {
  .companyIndex_line .right_line .upper_line {
    font-size: 14px;
  }
  .card_lineText{
    font-size: 14px;
  }
}

/*-----------------------------
 社是エリア
-----------------------------*/
.cpTableArea {
  margin: 60px 0px 0px;
}
.cpTableArea .cpTableAreaInnr {
    padding: 20px 10px;
}
.cpTableArea .cpTableAreaInnr p{
  line-height: 1.6;
  font-size: 12px;
  margin-bottom: 10px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .cpTableArea {
    margin: 60px 0px 0px;
  }
  .cpTableArea .cpTableAreaInnr {
    max-width: 640px;
    padding: 60px 20px;
    margin: 0px auto;
  }
  .cpTableArea .cpTableAreaInnr p{
    font-size: 14px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  
.cpTableArea .cpTableAreaInnr {
  }
.cpTableArea .cpTableAreaInnr p{
    font-size: 16px;
  }
}

.cpTable th,
.cpTable td{
  box-sizing:border-box;
  word-break: break-word;
  vertical-align: top;
  text-align:left;
  padding: 10px 20px;
  pointer-events: none;
}
.cpTable th {
  background: none;
  font-size: 22px;
  border-bottom: solid 1px #e60012;
}
.cpTable td{
  width: 80%;
  font-size: 22px;
  border-bottom: solid 1px #c9c9c9;
}
.cpTable td ol,
.cpTable td ul{
  margin-left: 20px;
}
.cpTable td ol li,
.cpTable td ul li{
  line-height: 1.2;
  margin-bottom: 10px;
}
.cpTable tr:last-child{
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .cpTable {
    width: 100%;
  }
  .cpTable th {
    background: #e7e7e7;
    border-bottom: solid 1px #c9c9c9;
    text-align: center;
  }
  table.cpTable th,
  table.cpTable td {
    display: block;
    width: 100%;
    border-bottom:none;
    font-size:16px;
  }
  table.cpTable td {
    margin-bottom: 20px;
  }
  .cpTable tr:last-child{
    border-bottom: none;
  }
  .cpTable td ol,
  .cpTable td ul{
    margin-left: 16px;
  }
}

/*-----------------------------
 経営計画
-----------------------------*/
.contsinnr .mgSrategyTitle{
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0px 10px;
  padding: 0px 10px;
  border-left: 3px solid #e60012;
}
.contsinnr .expBizDesc{
  display: flex;
  flex-direction: column;
}

.contsinnr .expBizDescItem .expBizDescTitle{
  background-color: #c9c9c9;
  text-align: center;
  padding: 6px;
  margin: 0px auto;
  font-size: 14px;
  font-weight: bold;
}
.contsinnr .expBizDescItem .expBizDescText{
  padding: 10px;
}
.contsinnr .expBizDescItem{
  width: 100%;
  margin: 0px;
  border: 1px solid #c9c9c9;
  border-radius: 0px;
  box-sizing: border-box;
  padding: 0px;
}
.contsinnr .expBizDescItem:last-child{
  margin-bottom: 0px;
}
.contsinnr .expBizDescItem{
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .contsinnr .mgSrategyTitle{
    font-size: 20px;
    margin-top: 80px;
  }
  .contsinnr .expBizDesc{
    flex-direction: row;
  }
  .contsinnr .expBizDescItem{
    width: calc((100% - 20px) / 3);
    margin: 0px 20px 0px 0px;
    border-radius: 0px;
    padding: 10px;
  }
  .contsinnr .expBizDescItem .expBizDescTitle{
    font-size: 14px;
  }
  .contsinnr .expBizDescItem:last-child{
    margin-right: 0px;
  }
  .contsinnr .expBizDescItem .expBizDescText{
    padding: 10px 0px 0px;
  }
}
@media print, screen and (min-width: 1024px) {
  .contsinnr .mgSrategyTitle{
    font-size: 22px;
  }
  .contsinnr .expBizDescItem .expBizDescText{
    font-size: 16px;
  }
}

/* 企業理念文言 */
p.phImage{
  width: 100%;
  padding: 0px 0px;
}
p.phImageEng{
  width: 100%;
  padding: 0px 0px;
}
p.phText{
  font-size: 14px;
  margin-top: 15px;
  text-align: left;
  padding: 0px 0px;
}
@media print, screen and (min-width: 768px) {
  p.phText{
    font-size: 16px;
    margin-top: 40px;
    padding: 0px 28px;
  }
  p.phImage{
    width: 40%;
    padding: 0px 28px;
  }
  p.phImageEng{
    width: 40%;
    padding: 0px 28px;
  }
}
@media print, screen and (min-width: 1024px) {
  p.phText{
    font-size: 18px;
    margin-top: 60px;
  }
  p.phImage{
    width: 30%;
  }
  p.phImageEng{
    width: 50%;
  }
}

/* 経営計画リスト */
.contsinnr .commonTextArea ul.mpList{
    margin-top: 40px;
}
.contsinnr .commonTextArea ul.mpList li{
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  .contsinnr .commonTextArea ul.mpList{
    margin-top: 80px;
  }
  .contsinnr .commonTextArea ul.mpList li{
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .contsinnr .commonTextArea ul.mpList li{
    font-size: 22px;
  }
}


