@charset "UTF-8";
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-400-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-500-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-600-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-700-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-800-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-900-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================//
//
// メッセージ
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
section {
  overflow-x: hidden;
}

.black {
  background-color: #000000;
  color: #fff;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1100px) {
  .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 1101px) {
  .wrap {
    gap: 0 107px;
  }
}

@media all and (max-width: 750px) {
  .txts p {
    font-size: 14px;
    line-height: 2.21;
  }
}
@media all and (min-width: 751px) {
  .txts p {
    line-height: 2.29;
  }
}
.txts p:not(:first-of-type) {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .txts p:not(:first-of-type) {
    margin-top: 25px;
  }
}

/* 代表メッセージ
------------------------------------------------------------------------------------ */
.sec_message {
  padding: 60px 0 80px;
}
@media all and (min-width: 751px) {
  .sec_message {
    padding: 190px 0 126px;
  }
}
.sec_message .sec_info_ttl {
  margin-bottom: 45px;
}
@media all and (min-width: 751px) {
  .sec_message .sec_info_ttl {
    margin-bottom: 150px;
  }
}
.sec_message .detail_ttl {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: left;
}
@media all and (min-width: 751px) {
  .sec_message .detail_ttl {
    margin-bottom: 125px;
    padding-left: 3.1%;
    font-size: clamp(45px, 3.4vw, 52px);
    text-align: center;
  }
}
.sec_message .wrap:not(:last-of-type) {
  margin-bottom: 46px;
}
@media all and (min-width: 751px) {
  .sec_message .wrap:not(:last-of-type) {
    margin-bottom: 160px;
  }
}
.sec_message .wrap.left .wrap_image {
  margin: 0 63px 50px calc(50% - 50vw);
}
@media all and (min-width: 1101px) {
  .sec_message .wrap.left .wrap_image {
    margin: 0 0 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .sec_message .wrap.left .wrap_image {
    width: 64vw;
  }
}
@media all and (min-width: 1401px) {
  .sec_message .wrap.left .wrap_image {
    width: 81.6vw;
  }
}
@media all and (min-width: 751px) {
  .sec_message .wrap.left .txt_contents {
    padding-right: 7.15%;
  }
}
@media all and (max-width: 750px) {
  .sec_message .wrap.left .txt_contents .txts p:not(:first-of-type) {
    margin-top: 60px;
  }
}
.sec_message .wrap.right .wrap_image {
  margin: 40px calc(50% - 50vw) 40px 85px;
}
@media all and (min-width: 1101px) {
  .sec_message .wrap.right .wrap_image {
    margin: 0 calc(50% - 50vw) 0 0;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .sec_message .wrap.right .wrap_image {
    width: 48vw;
  }
}
@media all and (min-width: 1401px) {
  .sec_message .wrap.right .wrap_image {
    width: 33.75vw;
  }
}
@media all and (min-width: 751px) {
  .sec_message .wrap.right .txts {
    padding: 60px 0 0 7.15%;
  }
}
.sec_message .ceo {
  margin-top: 65px;
  text-align: right;
}
@media all and (min-width: 751px) {
  .sec_message .ceo {
    margin-top: 125px;
  }
}
.sec_message .ceo .company {
  font-size: 10px;
  font-weight: 600;
}
@media all and (min-width: 751px) {
  .sec_message .ceo .company {
    font-size: 15px;
  }
}
.sec_message .ceo .name {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 600;
}
@media all and (min-width: 751px) {
  .sec_message .ceo .name {
    margin-top: 8px;
    font-size: 22px;
  }
}

/* ON THIS PAGE
------------------------------------------------------------------------------------ */
.on_this_page_block .on_this_page {
  border-right: 1px solid #fff;
}
.on_this_page_block .breadcrumbs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 750px) {
  .on_this_page_block .breadcrumbs {
    width: 50%;
  }
}
.on_this_page_block .breadcrumbs li a {
  display: inline-block;
  color: #fff;
}
.on_this_page_block .breadcrumbs li a::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}