  @media screen and (max-width: 767px) {
  .about .l-contents {
    padding: 0; } }
.about .page-header {
  padding: 40px 0 40px;
  width: 100%;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 767px) {
    .about .page-header {
      padding: 30px 0 20px; } }
  .about .page-header:before {
    content: "";
    display: block;
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e60012;
    z-index: -1; }
  .about .page-header__cat {
    margin: 0;
    width: 100%; }
    .about .page-header__cat img {
      position: relative;
      left: 50%;
      top: 0;
      max-width: none;
      transform: translateX(-40vw); }
      @media screen and (max-width: 767px) {
        .about .page-header__cat img {
          transform: translateX(-45vw); } }
    @media screen and (max-width: 767px) {
      .about .page-header__cat img {
        height: 12vw; } }
  .about .page-header__ttl {
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: "Noto Serif JP", sans-serif;
    color: #fff;
    position: relative;
    left: 50%;
    margin-top: 15px;
    transform: translateX(-40vw);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media screen and (max-width: 767px) {
      .about .page-header__ttl {
        font-size: 18px;
        margin-top: 0px;
        margin-bottom: 15px;
        transform: translateX(-45vw); } }
  .about .page-header figure {
    width: 50%;
    float: right;
    margin-top: -90px; }
    @media screen and (max-width: 767px) {
      .about .page-header figure {
        width: 85%;
        margin-top: 0px; } }
.about .about-box__txt {
  text-align: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .about .about-box__txt {
      font-size: 14px;
      padding: 0 15px;
      text-align: left;
      margin-bottom: 30px; }
      .about .about-box__txt br {
        display: none; } }
.about .about-box .bg__gray {
  background-color: #f3f3f3;
  padding: 80px 10px; }
  @media screen and (max-width: 767px) {
    .about .about-box .bg__gray {
      padding: 30px 10px; } }
.about .about-box_link {
  display: flex;
  align-items: center;
  color: #000;
  width: 900px;
  margin: 6px auto;
  background-color: #fff;
  position: relative; }
  @media screen and (max-width: 767px) {
    .about .about-box_link {
      width: 100%;
      margin: 10px auto; } }
  .about .about-box_link:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    border-right: solid 2px #eee;
    border-top: solid 2px #eee;
    transition: 0.3s; }
    @media screen and (max-width: 767px) {
      .about .about-box_link:before {
        width: 9px;
        height: 9px;
        right: 12px; } }
  .about .about-box_link figure {
    width: 160px;
    border-right: solid 1px #f3f3f3; }
    @media screen and (max-width: 767px) {
      .about .about-box_link figure {
        width: 38%; } }
    .about .about-box_link figure img {
      display: block; }
  .about .about-box_link__txt {
    padding: 20px 30px;
    flex: 1; }
    @media screen and (max-width: 767px) {
      .about .about-box_link__txt {
        padding: 0px 20px 0px 12px; } }
    .about .about-box_link__txt h2 {
      line-height: 1;
      margin-bottom: 0.5em;
      font-size: 20px;
      transition: 0.3s; }
      .about .about-box_link__txt h2 br {
        display: none; }
      @media screen and (max-width: 767px) {
        .about .about-box_link__txt h2 {
          line-height: 1.3;
          font-size: 14px;
          margin-bottom: 0.2em; }
          .about .about-box_link__txt h2 br {
            display: block; } }
    @media screen and (max-width: 767px) {
      .about .about-box_link__txt p {
        font-size: 12px;
        line-height: 1.4; } }
  @media screen and (min-width: 768px) {
    .about .about-box_link:hover h2 {
      color: #e60012; }
    .about .about-box_link:hover:before {
      right: 15px;
      border-color: rgba(230, 0, 18, 0.6); } }

/*# sourceMappingURL=about.css.map */
