@charset "utf-8";
/* ====================================================
会社概要 outline
==================================================== */
/*  ABOUTタイトル */
.outline .contents-cmn__pagetitle .title-box h1 {
  width: 233.02px;
  margin: 0 auto 13px;
}
@media (max-width: 767px) {
  .outline .contents-cmn__pagetitle .title-box h1 {
    width: 100%;
    max-width: 179.25px;
    margin: 0 auto 7px;
  }
}

/* .company-outline */
.outline .company-outline .contents-wrap .contents-cmn__inner {
  padding-top: min(6.95vw, 95px);
  padding-bottom: min(4.8vw, 66px);
}
.outline .company-outline .outline-box {
  max-width: 700px;
  margin: auto;
}
.outline .company-outline .outline-box > .flex {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: solid 1px #b7b7b7;
  font-size: var(--font-size16);
}
.outline .company-outline .outline-box .flex span {
  width: 144px;
  padding-left: 13px;
  font-weight: bold;
}
.outline .company-outline .outline-box .flex .txt {
  width: 79.42%;
}
.outline .company-outline .outline-box .flex .txt p a {
  display: inline-block;
  margin-left: 3%;
  padding: 4px 8px 4px 10px;
  border-radius: 5px;
  background-color: var(--c-blue1);
  font-size: var(--font-size14);
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.outline .company-outline .outline-box .flex .txt ul li {
  padding-bottom: 2px;
  padding-left: 1em;
  text-indent: -1em;
}
.outline .company-outline .outline-box .flex .txt .flex > p {
  width: 50%;
}
@media (max-width: 767px) {
  .outline .company-outline .contents-wrap .contents-cmn__inner {
    padding-top: 27px;
    padding-bottom: 39px;
  }
  .outline .company-outline .outline-box > .flex {
    display: block;
    margin-bottom: 18px;
    padding-bottom: 15px;
    font-size: var(--font-size14);
  }
  .outline .company-outline .outline-box .flex span {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    padding-left: 4px;
  }
  .outline .company-outline .outline-box .flex .txt {
    width: 100%;
    padding-left: 4px;
  }
  .outline .company-outline .outline-box .flex .txt > .flex {
    display: block;
  }
  .outline .company-outline .outline-box .flex .txt .flex > p {
    width: 100%;
  }
}
/* .company-history */
.outline .company-history {
  margin-bottom: 160px;
  padding-top: 93px;
}
.outline .company-history .contents-wrap .contents-cmn__inner {
  padding-top: min(6.95vw, 95px);
  padding-bottom: min(8.4vw, 116px);
}
.outline .company-history .history-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.outline .company-history .history-flex .history-box {
  width: 45.3%;
}
.outline .company-history .history-flex .history-box .timeline .box {
  position: relative;
  padding-bottom: 25px;
  padding-left: 11%;
}
.outline .company-history .history-flex .history-box .timeline:last-child .box {
  padding-bottom: 0;
}
.outline .company-history .history-flex .history-box .timeline .box:before {
  position: absolute;
  top: 0;
  left: -7px;
  z-index: 5;
  display: block;
  color: var(--c-blue1);
  content: "●";
}
.outline .company-history .history-flex .history-box .timeline-important .box:before {
  left: -13px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/outline/icon_timeline-important.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.outline .company-history .history-flex .history-box .timeline .box:after {
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 4;
  width: 1px;
  height: 100%;
  background-color: #707070;
  content: "";
}
.outline .company-history .history-flex .history-box .timeline:last-child .box:after {
  height: 90%;
}
.outline .company-history .history-flex .history-box .timeline .box h3 {
  padding-bottom: 4px;
  font-size: var(--font-size16);
  font-weight: bold;
  color: var(--c-blue1);
}
.outline .company-history .history-flex .history-box .timeline .box h3 span {
  font-size: var(--font-size14);
  color: #000;
}
.outline .company-history .history-flex .history-box .timeline .box p {
  font-size: var(--font-size16);
}
.outline .company-history .history-flex .history-img {
  width: 47.3%;
}
.outline .company-history .history-flex .history-img ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.outline .company-history .history-flex .history-img ul li {
  width: 47%;
}
.outline .company-history .history-flex .history-img ul li:nth-child(2n) {
  margin-top: 7vw;
}
.outline .company-history .history-flex .history-img ul li p {
  margin-top: 7px;
  font-size: var(--font-size14);
}
@media (max-width: 767px) {
  .outline .company-history {
    margin-bottom: 120px;
    padding-top: 70px;
  }
  .outline .company-history .contents-wrap .contents-cmn__inner {
    padding-top: 27px;
    padding-bottom: 55px;
  }
  .outline .company-history .history-flex {
    display: block;
  }
  .outline .company-history .history-flex .history-box,
  .outline .company-history .history-flex .history-img {
    width: 100%;
  }
  .outline .company-history .history-flex .history-box {
    margin-bottom: 100px;
  }
  .outline .company-history .history-flex .history-box .timeline .box {
    padding-left: 35px;
  }
  .outline .company-history .history-flex .history-box .timeline-important .box:before {
    top: 2px;
    left: -10px;
    width: 20px;
    height: 20px;
  }
  .outline .company-history .history-flex .history-box .timeline .box p {
    font-size: var(--font-size14);
  }
  .outline .company-history .history-flex .history-img ul li {
    margin-bottom: 30px;
  }
  .outline .company-history .history-flex .history-img ul li:nth-child(2n) {
    margin-top: 0;
  }
  .outline .company-history .history-flex .history-img ul li p {
    font-size: var(--font-size13);
  }
}
