@charset "UTF-8";
/* CONTACT用CSS */
/* parts */
/* _mixin */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* 青 */
/* グレイみのある青 */
/* 明るい青 */
/* オレンジ */
/* 東京都緑 */
/* flex */
/* font */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansJP-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Jost-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Jost-SemiBold.woff2") format("woff2");
  font-display: swap;
}
/* other */
/* indiviual */
.about-area p.lead {
  text-align: left;
  padding: 1.5em 0;
}
.about-area .txt-area {
  margin-top: 0 !important;
}
.about-area .txt-area h3 {
  padding-left: 2.1em !important;
}
.about-area .txt-area p {
  padding-left: 2.75em !important;
}
.about-area .sep-box h2 {
  font-size: 1.5em !important;
}
.about-area .sep-box h2 + h3 {
  margin-top: 0.5em;
}
.about-area .sep-box .txt-area.w50 {
  padding-left: 2em;
}
.about-area .sep-box .txt-area.w40 {
  padding-top: 2em;
  padding-right: 2em;
}
.about-area .sep-box:first-of-type {
  position: relative;
}
.about-area .sep-box:first-of-type::after {
  content: "";
  display: block;
  width: 15%;
  height: 7em;
  background: url(../img/common/arrow_y.svg) right center/cover no-repeat;
  position: absolute;
  bottom: -2em;
  right: 45%;
  transform: rotate(42deg);
}
.about-area .sep-box:last-of-type {
  position: relative;
  z-index: -1;
  padding-bottom: 8em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.about-area .sep-box:last-of-type::after {
  content: "";
  display: block;
  width: 10em;
  height: 7em;
  background: url(../img/common/arrow_o.svg) center center/cover no-repeat;
  position: absolute;
  bottom: 0;
  right: calc(50% - 5em);
}
.about-area p.conclusion {
  padding-left: 0 !important;
  text-align: center;
}
.about-area p.conclusion strong {
  font-size: 1.55em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .about-area .sep-box {
    flex-direction: column;
  }
  .about-area .sep-box h2 {
    font-size: 1.3em !important;
  }
  .about-area .sep-box h3,
  .about-area .sep-box p {
    padding-left: 0 !important;
  }
  .about-area .sep-box:nth-of-type(1) .w50 {
    order: 1;
  }
  .about-area .sep-box:nth-of-type(1) .txt-area {
    padding-bottom: 2em;
    padding-left: 0;
    order: 0;
  }
  .about-area .sep-box:nth-of-type(1)::after {
    height: 3em;
    margin: 2em 0 2em 42.5%;
    position: static;
    transform: rotate(90deg);
    order: 2;
  }
  .about-area .sep-box:nth-of-type(2) {
    padding-bottom: 2em;
    margin-bottom: 0;
  }
  .about-area .sep-box:nth-of-type(2)::after {
    width: 8em;
    height: 5.6em;
    position: static;
    margin-left: calc(50% - 4em);
    order: 2;
  }
  .about-area .sep-box:nth-of-type(2) .w40 {
    order: 0;
  }
  .about-area .sep-box:nth-of-type(2) .txt-area {
    padding-right: 0;
    padding-bottom: 2em;
    padding-left: 0;
    order: 1;
  }
}/*# sourceMappingURL=about.css.map */