@charset "UTF-8";
/* CSS Document */
/*ページのトップセクション共通設定*/
/*mobile*/
.section-common-top__content-box__title__company-bg {
  background-image: url("../image/icon/building.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  height: 100%;
  width: 100px;
  padding: 30px 0 30px 5px;
  margin-right: auto;
  margin-bottom: 50px;
}
/*目次の設定↓*/
.section-common-top__company-contents__flex {
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
  padding: 0 20px;
}
.section-common-top__company-contents__flex ul li {
  position: relative;
  width: 230px;
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 2px solid rgba(29, 32, 136, .8);
  border-radius: 3px;
}
.section-common-top__company-contents__flex a {
  font-size: 2.6rem;
  text-align: left;
}
.section-common-top__company-contents__flex ul li:after {
  position: absolute;
  right: 0;
  color: #000;
  content: "\02193";
}
/*目次の設定↑*/
/*tablet*/
@media screen and (min-width: 750px) {
  /*目次の設定↓*/
  .section-common-top__pcontents__flex {
    padding: 0;
  }
  .section-common-top__company-contents__flex ul {
    display: flex;
    justify-content: center;
  }
  .section-common-top__company-contents__flex ul li {
    width: 180px;
    margin: 30px 10px 30px;
  }
  .section-common-top__company-contents__flex a {
    font-size: 2.6rem;
    text-align: left;
  }
  /*目次の設定↑*/
}
/*PC*/
@media screen and (min-width: 1000px) {
  .section-common-top__content-box__title__company-bg {
    padding: 50px 0 50px 10px;
  }
  /*目次の設定↓*/
  .section-common-top__company-contents__flex ul {
    display: flex;
    justify-content: space-between;
  }
  .section-common-top__company-contents__flex ul li {
    margin: 50px 20px 50px;
  }
  /*目次の設定↑*/
}
/*企業理念モバイルの設定*/
.section-philosophy__bg {
  background-image: url("../image/01_company.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 50px 20px;
  margin-bottom: 100px;
  color: #fff;
}
.section-philosophy__bg h5 {
  font-size: 2.0rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, .5);
  border-radius: 3px;
}
.section-philosophy__bg ul li p {
  padding: 0 10px;
  color: #fff;
  margin-bottom: 50px;
}
/*企業理念__tablet*/
@media screen and (min-width: 600px) {
  .section-philosophy__bg {
    padding: 60px 50px;
  }
}
/*企業理念__PC*/
@media screen and (min-width: 1000px) {
  .section-philosophy__bg {
    padding: 80px 200px;
  }
  .section-philosophy__bg__content {
    max-width: 1040px;
  }
  .section-philosophy__bg h5 {
    font-size: 3.0rem;
    margin-bottom: 30px;
  }
  .section-philosophy__bg ul li p {
    padding: 0 30px;
    margin-bottom: 80px;
    font-size: 2.0rem;
    line-height: 3.6rem;
  }
}
/*会社概要モバイルの設定*/
.section-info__bg {
  padding: 50px 20px;
  background-color: #DFF5F7;
  margin-bottom: 100px;
}
.section-info__bg ul li {
  list-style: none;
}
.section-info__bg ul li h5 {
  font-size: 2.0rem;
  margin-bottom: 10px;
}
.section-info__bg ul li p {
  padding: 0 10px 30px;
}
.section-info__bg ul li p span {
  font-size: 1.8rem;
}
.section-info__bg ul li {
  border-bottom: 2px solid rgba(196, 192, 187, .8);
  border-radius: 3px;
  margin-bottom: 30px;
}
.section-info__bg ul li:last-child {
  border-bottom: none;
}
/*会社概要__tablet*/
@media screen and (min-width: 600px) {
  .section-info__bg {
    padding: 60px 50px;
  }
}
/*会社概要__pc*/
@media screen and (min-width: 1000px) {
  .section-info__bg {
    padding: 80px 200px;
  }
  .section-info__bg__content {
    max-width: 1040px;
  }
  .section-info__bg ul li h5 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .section-info__bg ul li p {
    padding: 0 30px 30px;
    font-size: 2rem;
  }
  .section-info__bg ul li p span {
    font-size: 2rem;
  }
}
.section-access__jump-box {
  padding-top: 50px;
}
/*所在地__tablet*/
@media screen and (min-width: 600px) {
  .section-access__jump-box {
    padding-top: 60px;
  }
}
/*所在地__pc*/
@media screen and (min-width: 1000px) {
  .section-access__jump-box {
    padding-top: 80px;
  }
}