@charset "UTF-8";
/* ------------------------------------------------------------
	company.html
   ------------------------------------------------------------ */
/* ========== インデントが必要なリスト ========== */
ol .li-indent {
  text-indent: -1.75em;
  padding-left: 1.75em;
}

ul .li-indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* ========== 社長挨拶 ========== */
.companyGreeting__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .companyGreeting__inner {
    flex-flow: column;
  }
}
.companyGreeting__inner__text {
  width: 850px;
}
@media screen and (max-width: 768px) {
  .companyGreeting__inner__text {
    width: 100%;
  }
}
.companyGreeting__inner__text__sub {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .companyGreeting__inner__text__sub {
    font-size: 14px;
  }
}
.companyGreeting__inner__text__h {
  font-size: 40px;
  line-height: 1.4;
  color: #1867B3;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .companyGreeting__inner__text__h {
    font-size: 20px;
  }
}
.companyGreeting__inner__text__h span {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .companyGreeting__inner__text__h span {
    font-size: 17px;
  }
}
.companyGreeting__inner__img {
  width: 330px;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .companyGreeting__inner__img {
    width: 100%;
  }
}

/* ========== 企業概要 ========== */
/* 共通のテーブルを使用 */
/* ========== 組織図 ========== */
@media screen and (max-width: 768px) {
  .companyChart__img {
    max-width: 375px;
    margin: 0 auto;
  }
}

/* ========== アクセス ========== */
.companyAccess__inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .companyAccess__inner {
    flex-flow: column;
  }
}
.companyAccess__inner__text {
  width: 425px;
}
@media screen and (max-width: 768px) {
  .companyAccess__inner__text {
    width: 100%;
  }
}
.companyAccess__inner__text h3 {
  font-size: 30px;
  padding-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .companyAccess__inner__text h3 {
    font-size: 18px;
  }
}
.companyAccess__inner__text p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .companyAccess__inner__text p {
    font-size: 14px;
  }
}
.companyAccess__inner__text ul {
  margin-top: 30px;
  border-top: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .companyAccess__inner__text ul {
    margin-top: 15px;
    padding-bottom: 15px;
  }
}
.companyAccess__inner__text li {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .companyAccess__inner__text li {
    padding-top: 15px;
  }
}
.companyAccess__inner__img {
  width: 775px;
}
@media screen and (max-width: 768px) {
  .companyAccess__inner__img {
    width: 100%;
  }
}
.companyAccess__googleMap iframe {
  width: 1200px;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .companyAccess__googleMap iframe {
    width: 100%;
    height: 250px;
  }
}

/* ========== 沿革 ========== */
/* 共通のテーブルを使用 */
