@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : about.css                                 */
/* update : 2023                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.message {
  margin-top: 50px;
}

.message-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.messge-flex_r {
  width: 45%;
}

.messge-flex_l {
  width: 51.5%;
}

.message-text {
  margin-top: 15px;
}
.message-text .name {
  display: block;
  text-align: right;
  font-size: 20px;
  margin-top: 15px;
}
.message-text .text_s {
  font-size: 15px;
}

.identity {
  margin-top: 50px;
}

.identity-box {
  width: 100%;
  padding: 35px 25px;
  background: #e1f3ef;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 82, 179, 0.2);
          box-shadow: 0 5px 10px rgba(0, 82, 179, 0.2);
}
.identity-box dl {
  border-bottom: 1px solid #666;
  padding: 0 0 25px 15px;
  margin-bottom: 25px;
}
.identity-box dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.identity-box dt {
  font-size: 23px;
  font-weight: 700;
  color: #231815;
  margin-bottom: 10px;
}
.identity-box dd {
  font-size: 17px;
}

.company {
  margin: 50px 0;
}
.company .head-ttl {
  margin-left: 15px;
}

.company-list {
  font-size: 17px;
  margin-top: 20px;
}
.company-list li {
  border-bottom: 1px solid #c7c7c7;
  padding: 0 0 15px 15px;
  margin-bottom: 15px;
}
.company-list li:last-child {
  margin-bottom: 0;
}
.company-list .ttl {
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
.company-list .map-link {
  font-size: 15px;
  text-decoration: underline;
  margin-left: 20px;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .message {
    margin-top: 0;
  }
  .message .inner {
    max-width: 100%;
    padding: 0;
  }
  .message-flex {
    display: block;
    margin-bottom: 30px;
  }
  .messge-flex_r {
    width: 100%;
    padding: 0 45px 0 30px;
  }
  .messge-flex_l {
    width: 100%;
    margin-bottom: 15px;
  }
  .message-text {
    margin-top: 10px;
    padding: 0 10px;
  }
  .message-text .name {
    font-size: 16px;
    margin-top: 16px;
  }
  .message-text .text_s {
    font-size: 12px;
  }
  .identity {
    margin-top: 30px;
  }
  .identity-box {
    width: 100%;
    padding: 18px 10px;
  }
  .identity-box dl {
    padding: 0 10px 15px 10px;
    margin-bottom: 15px;
  }
  .identity-box dt {
    font-size: 17px;
  }
  .identity-box dd {
    font-size: 14px;
  }
  .company {
    margin: 30px 0;
  }
  .company .head-ttl {
    margin-left: 10px;
  }
  .company-list {
    font-size: 14px;
    margin-top: 10px;
  }
  .company-list li {
    border-bottom: 1px solid #c7c7c7;
    padding: 0 10px 15px 10px;
    margin-bottom: 15px;
  }
  .company-list li:last-child {
    padding-bottom: 0;
    border: none;
  }
  .company-list .ttl {
    margin-bottom: 5px;
  }
  .company-list .map-link {
    display: block;
    text-align: right;
    font-size: 13px;
    margin-left: 0;
  }
}
/* -------------------sp END------------------------------- */