@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
body {
  color: #002c54;
}

.h2_wrap .h2 .pic {
  width: 256.4px;
}
@media (max-width: 500px) {
  .h2_wrap .h2 .pic {
    width: 182.6px;
  }
}

section span {
  display: inline-block;
}
section .inner_w .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 800px) {
  section .inner_w .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 45px 0;
  }
}

.sec_message .h3_wrap .pic {
  width: 196.8px;
}
@media (max-width: 800px) {
  .sec_message .h3_wrap .pic {
    width: 140px;
  }
}
.sec_message .inner_w .flex .txt {
  width: 64.4%;
}
@media (max-width: 800px) {
  .sec_message .inner_w .flex .txt {
    width: 100%;
  }
}
.sec_message .inner_w .flex .txt p {
  line-height: 1.75;
}
@media (max-width: 800px) {
  .sec_message .inner_w .flex .txt p {
    text-align: center;
  }
}
.sec_message .inner_w .flex .txt p + p {
  margin-top: 40px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 800px) {
  .sec_message .inner_w .flex .txt p + p {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
@media (max-width: 800px) and (max-width: 800px) {
  .sec_message .inner_w .flex .txt p + p {
    font-size: 1.3rem;
  }
}
.sec_message .inner_w .flex .pic {
  width: 35.6%;
}
@media (max-width: 800px) {
  .sec_message .inner_w .flex .pic {
    width: 100%;
    max-width: 600px;
  }
}

.sec_profile .h3_wrap .pic {
  width: 389px;
}
@media (max-width: 800px) {
  .sec_profile .h3_wrap .pic {
    width: 277px;
  }
}
.sec_profile .inner_w .flex .txt {
  width: 57%;
}
@media (max-width: 800px) {
  .sec_profile .inner_w .flex .txt {
    width: 90%;
    max-width: 500px;
  }
}
.sec_profile .inner_w .flex .txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media (max-width: 800px) {
  .sec_profile .inner_w .flex .txt dl {
    gap: 0 15px;
  }
}
@media (max-width: 800px) and (max-width: 500px) {
  .sec_profile .inner_w .flex .txt dl {
    gap: 0 10px;
  }
}
.sec_profile .inner_w .flex .txt dl dt {
  width: 83px;
  font-size: 1.45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 2.1;
}
@media (max-width: 800px) {
  .sec_profile .inner_w .flex .txt dl dt {
    width: 70px;
    font-size: 1.2rem;
  }
}
@media (max-width: 800px) and (max-width: 500px) {
  .sec_profile .inner_w .flex .txt dl dt {
    width: 58px;
    font-size: 1rem;
  }
}
.sec_profile .inner_w .flex .txt dl dd {
  padding-left: 20px;
  width: calc(100% - 103px);
  border-left: 1px solid #002c54;
}
@media (max-width: 800px) {
  .sec_profile .inner_w .flex .txt dl dd {
    padding-left: 15px;
    width: calc(100% - 85px);
  }
}
@media (max-width: 800px) and (max-width: 500px) {
  .sec_profile .inner_w .flex .txt dl dd {
    padding-left: 10px;
    width: calc(100% - 68px);
  }
}
.sec_profile .inner_w .flex .txt dl dd span.sp {
  display: inline-block;
}
.sec_profile .inner_w .flex .pic {
  width: 42%;
}
@media (max-width: 800px) {
  .sec_profile .inner_w .flex .pic {
    width: 100%;
    max-width: 600px;
  }
}/*# sourceMappingURL=about.css.map */