@charset "utf-8";

@media print, screen and (min-width: 768px) {
  .about-area {
    clear: both;
    width: 100%;
    overflow: hidden;
    min-height: 327px;
    margin-top: 80px;
    background: url("../../assets/images/about_us_background.jpg") no-repeat 50% 0;
    background-size: auto 100%;
  }

  .about-area * {
    color: #ffffff;
  }

  .about-area .heading-lv2-v2 {
    position: relative;
    margin-top: 40px;
    padding-bottom: 8px;
    text-align: center;
  }

  .about-area .heading-lv2-v2::after {
    background: #ffffff;
  }

  .about-area .heading-lv2-v2 .heading_title {
    margin: 0;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
  }

  .about-area .about-lead {
    margin-top: 25px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
  }

  .about-area .link-button,
  .about-area .link-button-v2 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 0;
    list-style: none;
  }

  .about-area .link-button > li,
  .about-area .link-button-v2 > li {
    margin-top: 20px;
  }

  .about-area .link-button > li > a {
    position: relative;
    display: inline-block;
    min-width: 200px;
    padding: 10px 40px;
    background: none;
    border: solid 1px #dddddd;
    color: #ffffff;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }

  .about-area .link-button > li > a:hover {
    background: #000000;
    border: solid 1px #000000;
    color: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .about-area {
    clear: both;
    width: 100%;
    overflow: hidden;
    min-height: 322px;
    margin-top: 40px;
    padding: 0 15px;
    background: url("../../assets/images/about_us_background.jpg") no-repeat 50% 0;
    background-size: cover;
  }

  .about-area * {
    color: #ffffff;
  }

  .about-area .heading-lv2-v2 {
    position: relative;
    margin-top: 30px;
    padding-bottom: 10px;
    text-align: center;
  }

  .about-area .heading-lv2-v2::after {
    background: #ffffff;
  }

  .about-area .heading-lv2-v2 .heading_title {
    margin: 0;
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.2;
  }

  .about-area .about-lead {
    margin-top: 25px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
  }

  .about-area .link-button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 0;
    list-style: none;
  }

  .about-area .link-button > li {
    margin-top: 15px;
  }

  .about-area .link-button > li > a {
    position: relative;
    display: inline-block;
    min-width: 200px;
    max-width: 100%;
    padding: 12px 40px;
    background: none;
    border: solid 1px #dddddd;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
}
