@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : xx.css                                  */
/* update : 2023                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.outline {
  padding-bottom: 70px;
}

.overview {
  margin-top: 45px;
}

.outline-ttl {
  max-width: 1010px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.outline-ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #0c538f;
  position: absolute;
  top: 50%;
  left: 0;
}
.outline-ttl span {
  padding: 0 45px;
  font-size: 25px;
  font-weight: 700;
  color: #0c538f;
  background: #FFF;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.outline-inner {
  max-width: 800px;
  margin: 40px auto 0;
}

.outline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 50px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.outline-l {
  width: 100px;
  padding: 23px 15px 13px 15px;
  font-size: 16px;
  line-height: 2.18;
  border-bottom: 1px dashed #000;
}

.outline-r {
  width: calc(100% - 150px);
  padding: 23px 15px 13px 15px;
  font-size: 16px;
  line-height: 2.18;
  border-bottom: 1px dashed #aaaaaa;
}

.greeting {
  margin-top: 130px;
}

.greeting-inner {
  max-width: 800px;
  margin: 74px auto 0;
}

.greeting_ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.greeting_text {
  margin-top: 46px;
  font-size: 16px;
  line-height: 1.87;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.greeting_representative {
  margin-top: 35px;
  text-align: right;
}

.history {
  margin-top: 95px;
}

.history-inner {
  max-width: 860px;
  width: 100%;
  margin: 55px 0 0 125px;
}

.history-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 50px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.history-flex:first-child .history-l {
  border-top: 1px dashed #000;
}
.history-flex:first-child .history-r {
  border-top: 1px dashed #aaaaaa;
}

.history-l {
  width: 130px;
  padding: 8px 0 8px 10px;
  font-size: 16px;
  line-height: 2.18;
  border-bottom: 1px dashed #000;
}

.history-r {
  width: calc(100% - 160px);
  padding: 8px 15px 8px 10px;
  font-size: 16px;
  line-height: 2.18;
  border-bottom: 1px dashed #aaaaaa;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
@media screen and (max-width: 768px) {
  .history-inner {
    max-width: 100%;
    margin: 55px 0 0;
  }
}
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .outline {
    padding-bottom: 62px;
  }
  .overview {
    margin-top: 28px;
  }
  .outline-ttl {
    max-width: 100%;
    margin: 0;
  }
  .outline-ttl span {
    padding: 0 23px;
    font-size: 17px;
  }
  .outline-inner {
    max-width: 100%;
    margin: 8px auto 0;
  }
  .outline-flex {
    padding: 12px 0 9px;
    display: block;
    border-bottom: 1px dashed #aaaaaa;
  }
  .outline-l {
    width: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 1.53;
    border: none;
  }
  .outline-r {
    width: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 1.53;
    border: none;
  }
  .greeting {
    margin-top: 63px;
  }
  .greeting-inner {
    max-width: 100%;
    margin: 25px 0 0;
  }
  .greeting_ttl {
    font-size: 19px;
    line-height: 1.31;
  }
  .greeting_text {
    margin-top: 20px;
    padding: 0 3px;
    font-size: 15px;
    line-height: 1.26;
  }
  .greeting_representative {
    margin-top: 10px;
  }
  .history {
    margin-top: 40px;
  }
  .history-inner {
    max-width: 100%;
    width: 100%;
    margin: 10px 0 0;
  }
  .history-flex {
    padding: 12px 0 9px;
    display: block;
    border-bottom: 1px dashed #aaaaaa;
  }
  .history-flex:first-child .history-l {
    border: none;
  }
  .history-flex:first-child .history-r {
    border: none;
  }
  .history-l {
    width: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 1.53;
    border: none;
  }
  .history-r {
    width: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 1.53;
    border: none;
  }
}
/* -------------------sp END------------------------------- */