/* -----------------------------------------------------
	variables
----------------------------------------------------- */
.page-title h2 {
  background: url(../img/about/ttl_line.png) bottom left/72rem no-repeat; }
  @media screen and (max-width: 768px) {
    .page-title h2 {
      background-image: url(../img/about/ttl_line_sp.png);
      background-size: 30rem; } }

.about-wrap {
  background: url(../img/common/bg_60.png) top -10rem center/144rem repeat-y;
  margin-top: -2rem; }
  @media screen and (max-width: 768px) {
    .about-wrap {
      background: url(../img/common/bg_60.png) top center/cover repeat-y;
      margin-top: -5rem; } }
  .about-wrap .about-items {
    border: 1px solid #707070;
    border-radius: .6rem;
    overflow: hidden;
    margin-bottom: 6rem; }
    @media screen and (max-width: 768px) {
      .about-wrap .about-items {
        margin-bottom: 3rem; } }
    .about-wrap .about-items dt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #fff;
      color: #000;
      padding: .6rem 2rem .7rem .6rem;
      font-size: 1.8rem;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .about-wrap .about-items dt {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 1.5rem; } }
      .about-wrap .about-items dt img {
        width: 8.7rem;
        height: auto; }
      .about-wrap .about-items dt span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: .3em; }
        @media screen and (max-width: 768px) {
          .about-wrap .about-items dt span {
            display: block;
            margin: 0;
            text-align: center; } }
        .about-wrap .about-items dt span::before {
          content: "";
          display: inline-block;
          width: 1px;
          margin-right: 2em;
          background-color: #B6B6B6; }
          @media screen and (max-width: 768px) {
            .about-wrap .about-items dt span::before {
              display: none;
              margin: 0; } }
    .about-wrap .about-items dd {
      padding: 2rem;
      margin: 0;
      line-height: 2;
      background-color: #1C1C1C; }
      @media screen and (max-width: 768px) {
        .about-wrap .about-items dd {
          gap: 1rem;
          padding: 1.5rem 1.7rem 2rem; } }
      .about-wrap .about-items dd .btn-wrap {
        text-align: center;
        margin: 2rem auto 0;
        line-height: 1.2; }
        @media screen and (max-width: 768px) {
          .about-wrap .about-items dd .btn-wrap {
            margin: 2rem auto 0; } }
        .about-wrap .about-items dd .btn-wrap .btn {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 44rem;
          font-size: 1.6rem;
          padding: 1.5rem;
          position: relative; }
          @media screen and (max-width: 768px) {
            .about-wrap .about-items dd .btn-wrap .btn {
              width: 100%; } }
          .about-wrap .about-items dd .btn-wrap .btn::after {
            position: absolute;
            right: 2rem;
            top: 50%;
            width: 1.8rem;
            height: 1.5rem;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
