/* 企業情報css */
li {
  list-style: none;
}

.individualHeader {
  height: 95px;
}

.subStyle {
  width: -4px;
  margin: 10px 15px 10px 10px;
  border: 2px solid #57C3EA;
  vertical-align: middle;
}

.companyImg {
  background-image: url("../img/company.jpeg");
}

.allCompanyCont {
  margin: 0 100px;
  margin-top: 90px;
  line-height: 34px;
  font-size: 1.2em;
  clear: left;
}

/* 各コンテンツ共通のスタイル str*/
.contOuterArea {
  margin-bottom: 100px;
}

/* 各コンテンツのタイトル */
.companyContTitle {
  color: #57C3EA;
}

.contInnerArea {
  padding: 35px 50px 0 30px;
  line-height: 1.6em;
}

.contText {
  line-height: 30px;
}
/* ↑各コンテンツ共通のスタイル end*/
.philosophyIndent {
  padding-left: 55px;
}
/****************************
経営理念アニメーション str
*****************************/
.managementPhilosophy {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 500ms;
  font-family: cursive;
  font-size: 18px;
  list-style: decimal;
  text-indent: 15px;
  font-family: system-ui;
  font-size: 20px;
}

.managementPhilosophy.strAnimate {
  opacity : 1;
  transform : translate(0, 0);
  line-height: 2em;
}

.managementPhilosophy:nth-of-type(1) {
  -moz-transition-delay:200ms;
  -webkit-transition-delay:200ms;
  -o-transition-delay:200ms;
  -ms-transition-delay:200ms;
}

.managementPhilosophy:nth-of-type(2) {
  -moz-transition-delay:600ms;
  -webkit-transition-delay:600ms;
  -o-transition-delay:600ms;
  -ms-transition-delay:600ms;
}

.managementPhilosophy:nth-of-type(3) {
  -moz-transition-delay:1000ms;
  -webkit-transition-delay:1000ms;
  -o-transition-delay:1000ms;
  -ms-transition-delay:1000ms;
}

.managementPhilosophy:nth-of-type(4) {
  -moz-transition-delay:1400ms;
  -webkit-transition-delay:1400ms;
  -o-transition-delay:1400ms;
  -ms-transition-delay:1400ms;
}

.managementPhilosophy:nth-of-type(5) {
  -moz-transition-delay:1800ms;
  -webkit-transition-delay:1800ms;
  -o-transition-delay:1800ms;
  -ms-transition-delay:1800ms;
}

.managementPhilosophy:nth-of-type(6) {
  -moz-transition-delay:2200ms;
  -webkit-transition-delay:2200ms;
  -o-transition-delay:2200ms;
  -ms-transition-delay:2200ms;
}

.managementPhilosophy:nth-of-type(7) {
  -moz-transition-delay:2600ms;
  -webkit-transition-delay:2600ms;
  -o-transition-delay:2600ms;
  -ms-transition-delay:2600ms;
}
/****************************
経営理念アニメーション end
*****************************/
/****************************
社長メッセージ str
*****************************/
.president {
  width: 300px;
  height: 280px;
  margin: 55px 0 35px 0;
  float: right;
}

.signImg {
  height: 55px;
  float: right;
  margin-top: 20px;
}

.presiSubTitle {
  color: #6666FF;
}

.p1,
.p2 {
  margin-top: 20px;
}
/****************************
社長メッセージ end
*****************************/
/****************************
企業概要 str
*****************************/
.tableCommon {
  border: 1px solid #d3d3d3;
  border-collapse: collapse;
  margin-top: 55px;
}

.companyOverview {
  width: 100%;
}

.overviewTitle {
  width: 240px;
  background-color: rgba(211, 211, 211, 0.2);
}

.overviewCont {
  padding: 15px 30px 15px 30px;
  background-color: rgba(245, 255, 250, 0.5);
}

.contOuterArea:nth-child(4) {
  margin-top: 145px;
}

.contLink {
  color: #6699FF;
}
/****************************
企業概要 end
*****************************/
/****************************
沿革 str
*****************************/
.companyHistory {
  width: 100%;
  margin-top: 55px;
}

.historyTitle, .historyCont {
  border-top: 1px solid #d3d3d3;
}

.companyHistory .historyRow:last-child td {
  border-bottom: 1px solid #d3d3d3;
}

.companyHistory .historyRow:last-child th {
  border-bottom: 1px solid #d3d3d3;
}

.historyTitle {
  width: 155px;
  text-align: left;
}

.historyCont {
  padding: 15px 30px 15px 30px;
}
/****************************
沿革 end
*****************************/
/****************************
アクセスマップ str
*****************************/
#tokyoMap,
#osakaMap,
#fukuokaMap,
#sapporoMap,
#nahaMap {
  width: 480px;
  height: 450px;
  margin-top: 70px;
}

#tokyoMap,
.tokyoAccess,
#osakaMap,
.osakaAccess,
#fukuokaMap,
.fukuokaAccess,
#sapporoMap,
.sapporoAccess,
#nahaMap,
.nahaAccess {
  display: inline-block;
}

.branchInfo {
  border-collapse: collapse;
}

.branchRow {
  height: 40px;
  border-bottom: dotted 1px #c0c0c0;
}

.tokyoAccess,
.osakaAccess,
.fukuokaAccess,
.sapporoAccess,
.nahaAccess {
  width: 50%;
  vertical-align: top;
  padding-left: 65px;
  margin-top: 70px;
}

.tokyoInfo,
.osakaInfo,
.fukuokaInfo,
.sapporoInfo,
.nahaInfo {
  height: 50px;
  font-size: 2em;
  border-bottom: 1px solid #FF0000;
  margin-bottom: 30px;
}

.osakaInfo {
  border-bottom: 1px solid #6699FF;
}

.fukuokaInfo {
  border-bottom: 1px solid #eb66ffe5;
}

.sapporoInfo {
  border-bottom: 1px solid #eb66ffe5;
}

.nahaInfo {
  border-bottom: 1px solid #eb66ffe5;
}

.accessInfo {
  padding-left: 40px;
}

.bigMap {
  width: 243px;
  height: 60px;
  background-color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  border: 1px solid #87CEFA;
  border-radius: 10px;
  display: block;
  margin: 40px 0 0 0;
}

.bigMap:hover {
  color: #87CEFA;
  cursor: pointer;
}

.accessTitle {
  width: 90px;
}
/****************************
アクセスマップ end
*****************************/
/***********************
スマホ用 str
************************/
/*スマホ用のcssを読みこみ960*/
@media screen and (max-width: 960px) {
  .allCompanyCont {
    margin: 0 25px;
  }

  .companyContTitle {
    font-size: 17px;
    margin-top: 30px;
  }

  .contInnerArea {
    padding: 0;
    font-family: fantasy;
    font-size: 15px;
  }

  .philosophyIndent{
    padding: 20px 0px 20px 15px;
  }

  .contText {
    line-height: 25px;
    margin-top: 18px;
  }

  .managementPhilosophy {
    text-indent: 0;
    font-size: 15px;
    padding-left: 10px;
  }

  .contOuterArea {
    margin-bottom: 18px;
  }

  .allCompanyCont {
    font-size: 15px;
  }

  .strAnimate {
    line-height: 35px;
  }

  .overviewTitle {
    width: 100%;
    height: 40px;
    margin: 0;
    display: block;
    text-align: left;
    padding: 5px 0 5px 5px;
  }

  .overviewCont {
    display: block;
    margin: 0;
    padding: 17px;
    font-size: 12px;
    height: 100%;
    text-align: left;
  }

  #tokyoMap,
  #osakaMap,
  #fukuokaMap,
  #sapporoMap,
  #nahaMap {
    width: 100%;
    min-width: 250px;
    height: 335px;
  }

  .tokyoAccess,
  .osakaAccess,
  .fukuokaAccess,
  .sapporoAccess,
  .nahaAccess {
    width: 100%;
    vertical-align: top;
    margin-top: 70px;
    padding-left: 0px;
  }

  .accessTitle {
    width: 60px;
  }

  .signImg {
    width: 135px;
    height: auto;
  }

  .president {
    width: 165px;
    height: 170px;
  }

  .historyTitle {
    width: 95px;
  }

  .subStyle {
    margin-left: 0;
  }

  .firstMessage {
    margin-top: 18px;
  }

  .companyImg {
    background-image: url("../img/company_sp.png");
  }

  .pcImg {
    width: 300px;
  }

  .img-title {
    bottom: 150px !important;
  }
}
/***********************
スマホ用 end
************************/
