.linkInPage {
  display: flex;
  justify-content: center;
  margin-bottom: 84px;
}
@media screen and (max-width: 767px) {
  .linkInPage {
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 50px;
  }
}
.linkInPage__list:not(:last-child) {
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .linkInPage__list:not(:last-child) {
    margin-right: 0;
  }
}
.linkInPage__link {
  color: #22559D;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 28px;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .linkInPage__link {
    font-size: 1.8rem;
    line-height: 2.5;
    padding-left: 18px;
    margin-right: 15px;
    margin-left: 15px;
  }
}
.linkInPage__link:hover {
  opacity: 0.7;
}
.linkInPage__link::after {
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-top: 3px solid #22559D;
  border-right: 3px solid #22559D;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .linkInPage__link::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #22559D;
    border-right: 2px solid #22559D;
  }
}

.content {
  background: url(/assets/img/company/bg_message.png) right 4%/44vw no-repeat;
}
@media screen and (max-width: 767px) {
  .content {
    background: url(/assets/img/company/bg_message.png) right 3.34%/44vw no-repeat;
  }
}

.message {
  margin-bottom: 130px;
}
.message__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .message__inner {
    flex-wrap: wrap;
  }
}
.message__textArea {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .message__textArea {
    order: 2;
    width: 100%;
  }
}
.message__imgArea {
  width: 25.8%;
}
.message__imgArea img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .message__imgArea {
    order: 1;
    width: 70%;
    margin: 0 auto 50px;
  }
}
.message .sectionHedding {
  margin-bottom: 30px;
}
.message__text:not(:last-child) {
  margin-bottom: 30px;
}
.message .president__title {
  font-weight: bold;
  display: inline-block;
  margin-right: 30px;
}
.message .president__name {
  font-size: 2.4rem;
}

.president__name-imgbox {
  width: 180px;
  display: inline-block;
  transform: translate(0, 24%);
}
.president__name-imgbox img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .message .president__title {
    margin-right: 20px;
  }
  .president__name-imgbox {
    width: 150px;
    display: inline-block;
  }
}

.gaiyou {
  margin-bottom: 120px;
}
.gaiyou .sectionHedding {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .gaiyou .sectionHedding {
    margin-bottom: 40px;
  }
}

.history {
  margin-bottom: 120px;
}
.history .sectionHedding {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .history .sectionHedding {
    margin-bottom: 40px;
  }
}

.iso {
  margin-bottom: 90px;
}
.iso .sectionHedding {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .iso .sectionHedding {
    margin-bottom: 30px;
  }
}
.iso .isoInner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .iso .isoInner {
    display: block;
    width: 100%;
  }
}
.iso__text {
  margin-right: 20px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .iso__text {
    width: 100%;
    margin: 0 0 30px;
  }
}
.iso__img {
  text-align: center;
}

.access {
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .access {
    margin-bottom: 100px;
  }
}
.access .sectionHedding--03 {
  margin-bottom: 78px;
}
@media screen and (max-width: 767px) {
  .access .sectionHedding--03 {
    margin-bottom: 40px;
  }
}
.access .sectionHedding--04 {
  margin-bottom: 5px;
}
.access .accessMap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
  flex-wrap: wrap;
}
.access .accessMap__text {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .access .accessMap__text {
    width: 100%;
  }
}
.access .accessMap__img {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .access .accessMap__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.access .accessMap__img img {
  width: 100%;
}
.access .accessMap .mgb--1 {
  margin-bottom: 25px;
}
.access .accessMap .mgb--2 {
  margin-bottom: 45px;
}
.access .parking {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.access .parking__text {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .access .parking__text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.access .parking__img {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .access .parking__img {
    width: 100%;
  }
}
.access .parking__img img {
  width: 100%;
}

.funToShare {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .funToShare {
    display: block;
    text-align: center;
  }
}
.funToShare__img {
  display: inline-block;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .funToShare__img {
    margin: 0 auto 20px;
  }
}/*# sourceMappingURL=company.css.map */

.history-table-list {
  list-style: disc;
}


