@charset "UTF-8";
.top {

  .cmn_title {
    font-size: 2.8em;

    @media (max-width: 767px) {
      font-size: 2rem;
    }
  }
  .cmn_title_sub {
    font-size: 3.6rem;

    @media (max-width: 767px) {
      font-size: 2.8rem;
    }
  }

/* ============================================
  MV
=============================================*/
.mv .inner {
  display: flex;
  align-items: flex-end;

  @media (min-width: 1500px) {
    max-width: 96%;
    width: 96%;
  }
  @media (max-width: 767px) {
    display: block;
  }
}

.mv_catch {
  font-size: 6rem;
  line-height: 1.3;
  margin: 7.7rem 0 3.3rem;
  display: inline-block;
  flex: 3;

  @media (min-width: 1500px) {
    flex: 2.5;
  }
  @media (min-width: 768px) and (max-width: 1024px) {
    font-size: 3.9rem;
    margin: 6.2rem 0 2.6rem;
    flex: 3.5;
  }
  @media (max-width: 767px) {
    font-size: 2.3rem;
    line-height: 1.5;
    margin: 5.5rem 0 1.3rem;
  }

  @media (max-width: 767px) {
    span {
      font-size: 2.2rem;
    }
  }

  .l_space {
    letter-spacing: -0.3em;
  }
}

.mv_catch_en {
  font-size: 2.6rem;
  font-family: "Roboto";
  color: #949494;
  line-height: 1.3;
  margin: 7.7rem 0 3.3rem;
  flex: 1;

  @media (min-width: 1500px) {
    flex: 1.5;
  }
  @media (min-width: 768px) and (max-width: 1024px) {
    font-size: 2rem;
    margin: 6.2rem 0 2.6rem;
  }
  @media (max-width: 767px) {
    font-size: 1.4rem;
    margin: 0 0 2.6rem;
  }
}

.mv_img {
  width: 100%;
  aspect-ratio: 12 / 5;
  background: url('/assets/img/mv_pc.jpg') no-repeat center center / cover;

  @media (max-width: 767px) {
    aspect-ratio: 16 / 19;
    background: url('/assets/img/mv_sp.jpg') no-repeat center center / cover;
  }
}


/* ============================================
  About
=============================================*/
.about {
  margin-top: 8rem;
  padding-bottom: 12rem;

  @media (max-width: 767px) {
    margin-top: 6rem;
    padding-bottom: 8rem;
  }

  .inner {
    padding-top: 7rem;

    @media (max-width: 767px) {
      padding-top: 5.7rem;
    }
  }

  .about_text {
    margin: 5.5rem 0 7rem;

    @media (max-width: 767px) {
      margin: 3.6rem 0 7.2rem;
    }
  }

  .grid_col2 {
    column-gap: 6rem;

    @media (min-width: 768px) and (max-width: 1024px) {
      column-gap: 3rem;
    }
    @media (max-width: 767px) {
      column-gap: 0;
      row-gap: 6rem;
    }
  }

  .about_box {
    padding: 4.9rem 5.5rem 6.1rem;
    background-color: #F2F2F2;
    position: relative;

    @media (min-width: 768px) and (max-width: 1024px) {
      padding: 4.9rem 2.5rem 6.1rem;
    }
    @media (max-width: 767px) {
      padding: 4.9rem 2rem 4.1rem;
    }

    &::before {
      content: "";
      position: absolute;
      top: -30px;
      left: 50%;
      transform: translateX(-50%);
      width: 2px;
      height: 60px;
      background: linear-gradient(to bottom,#00B0F0,#6DE8E2)
    }
  }
  
  .about_btm {
    text-align: center;
  }
    
  .about_catch {
    margin: 8rem 0 4.9rem;

    @media (max-width: 767px) {
      margin: 5rem 0 3.2rem;
    }

    span {
      font-size: 4rem;
      font-weight: bold;
      line-height: 1.25;
      color: #FFF;
      text-align: center;
      display: block;
      padding: 1.4rem 0 1.6rem;
      margin: 0 auto;
      background: linear-gradient(to right, #00B0F0,#6DE8E2);
      max-width: 640px;
      box-shadow: 0 5px 5px rgba(0,0,0,0.15);

      @media (max-width: 767px) {
        font-size: 2rem;
        padding: 0.5rem 0 0.7rem;
      }

      &:last-child {
        margin-top: 2rem;

        @media (max-width: 767px) {
          margin-top: 1rem;
        }
      }
    }
  }

  .btn_outline {
    margin-top: 5.1rem;

    @media (max-width: 767px) {
      margin-top: 5.2rem;
    }
  }
}


/* ============================================
  Service
=============================================*/
.service {
  padding-bottom: 16rem;

  @media (max-width: 767px) {
    overflow-x: hidden;
    padding-bottom: 8rem;
  }

  .inner {
    padding-top: 8rem;
  }
}

.service_intro {
  align-items: center;
  justify-content: center;
  column-gap: clamp(4rem, 4vw, 7.2rem);
  margin-top: clamp(5rem, 5vw, 6.6rem);

  @media (max-width: 767px) {
    display: flex;
    flex-direction: column;
  }

  .service_icon {
    max-width: 462px;
    flex: 2;

    @media (max-width: 767px) {
      max-width: 100%;
      order: 2;
      margin-top: 4rem;
    }
  }

  .text_box {
    flex: 3;
    max-width: 616px;

    @media (max-width: 767px) {
      order: 1;
    }
  }

  .text_box .service_intro_title {
    text-align: center;
    margin-bottom: 2.3rem;
    font-size: 2.8rem;
    line-height: 1.8;

    @media (max-width: 767px) {
      font-size: 2rem;
    }
  }
}

.service_list {
  .service_item {
    margin-top: clamp(18rem, 15vw, 22rem);
    padding: clamp(9rem, 7vw, 11rem) 0 clamp(8rem, 8vw, 12rem);
    background-color: #F2F2F2;

    @media (min-width: 768px) and (max-width: 1024px) {
      margin-top: clamp(12rem, 9vw, 19rem);
      padding: clamp(4rem, 2vw, 6rem) 0;
    }
    @media (max-width: 767px) {
      margin-top: 8rem;
      padding: 0;
    }

    &:first-child {
      margin-top: clamp(14rem, 9vw, 18rem);

      @media (min-width: 768px) and (max-width: 1024px) {
        margin-top: clamp(10rem, 5vw, 16rem);
      }

      @media (max-width: 767px) {
        margin-top: 10rem;
      }
    }
    &:nth-child(even) .service_inner {
      grid-template-columns: 1.2fr 1fr;

      @media (min-width: 768px) and (max-width: 1024px) {
        grid-template-columns: 1.1fr 1fr;
        text-align: center;
      }
      @media (max-width: 767px) {
        grid-template-columns: 1fr;
      }
    }
    &:nth-child(even) .service_content {
      order: 2;
    }
    &:nth-child(even) .service_img {
      order: 1;
    }
    &:nth-child(even) .service_img_wrap {
      text-align: center;
    }
  }

  .service_inner {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    padding: 0 2rem;
    gap: clamp(3rem, 3vw, 8.1rem);
    align-items: center;

    @media (min-width: 768px) and (max-width: 1024px) {
      width: 100%;
      gap: clamp(1.6rem, 3.4vw, 8.1rem);
      grid-template-columns: 1fr 1.1fr;
      text-align: center;
    }

    @media (max-width: 767px) {
      width: 100%;
      padding: 0 0 5rem 0;
    }
  }

  .service_content {
    text-align: center;

    @media (max-width: 767px) {
      order: 2;
      margin-top: 17rem;
      width: 92%;
      margin-left: auto;
      margin-right: auto;
    }
  }

  .service_title {
    font-size: 4rem;
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;

    @media (min-width: 768px) and (max-width: 1024px) {
      font-size: 3.2rem;
    }
    @media (max-width: 767px) {
      font-size: 2.4rem;
    }

    &::after {
      content: "";
      height: 2px;
      background-color: #00B0F0;
      display: block;
      margin: 2rem auto 0;
    }
  }

  .service_text {
    margin-bottom: 4.3rem;

    @media (max-width: 767px) {
      margin-bottom: 3.2rem;
    }
  }

  .service_img_wrap {
    margin-top: clamp(-17rem, -9vw, -21rem);
    margin-bottom: clamp(-16rem, -8vw, -20rem);

    @media (max-width: 767px) {
      margin-top: -3.5rem;
      order: 1;
      text-align: right;
    }

    .service_img {
      width: 100%;
      max-width: 648px;
      height: auto;
      box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.18);

      @media (min-width: 768px) and (max-width: 1024px) {
        max-width: 460px;
      }

      @media (max-width: 767px) {
        width: 92%;
        height: auto;
      }
    }
  }
}


/* ============================================
  Contact
=============================================*/
.contact {
  padding: 8.1rem 0;
  background: url('/assets/img/top_contact_bg.jpg') no-repeat center / cover;

  @media (max-width: 767px) {
    padding: 26.4rem 0 5rem;
    background: url('/assets/img/top_contact_bg_sp.jpg') no-repeat top center / cover;
  }
}

.contact_box {
  background-color: #FFF;
  max-width: 560px;
  margin-left: auto;
}

.contact_wrap {
  padding: 3.9rem 4rem 6.1rem;

  @media (max-width: 767px) {
    padding: 3.9rem 2rem 5.4rem;
  }
}

.contact .cmn_title {
  position: relative;
  padding-top: 4.6rem;

  @media (max-width: 767px) {
    padding-top: 3.6rem;
  }

}

.contact_title {
  font-size: 2.8rem;
  margin: 6.4rem 0 3rem;

  @media (max-width: 767px) {
    font-size: 2rem;
    margin: 3.6rem 0 2.5rem;
    text-align: center;
    line-height: 1.6;
  }
}

.btn_primary {
  max-width: 100%;
}

}