@charset "utf-8";

/**************************************************************
* カスタム用CSS
**************************************************************/


/* リンクボタン
（Instagram, Twitterなどのリンクボタン）
********************************/
.link-btn {
  background: #2081c7;
  padding: 5px 30px;
  display: inline-block;
  color: #fff;
  letter-spacing: 0.1rem;
  margin-top: 10px;
  border-radius: 50px;
}

@media (hover: hover) {
  .link-btn {
    transition: all 0.3s ease-out;
  }

  .link-btn:hover {
    filter: brightness(120%);
  }
}



/* 
********************************/
.g-header-logo__link {
  max-width: 75%;
}
.g-header-logo__link img {
  width: 15%;
}

.g-nav-list::before {
  height: 6rem;
}

.c-head-lv-2.--reqruirements {
  color: var(--accent-color);
}
@media (max-width: 767px) {
  .g-header-logo img {
    width: 25%;
  }
}

/**************************************************************
* MV
**************************************************************/

@media (max-width: 767px) {
  .mv-list .list__item.--01 .item__photo .main-movie {
    object-position: 70%;
  }
  .mv__inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mv-en-ttl {
    top: auto;
  }
}


/**************************************************************
* ABOUT
**************************************************************/

@media (min-width:768px) and (max-width:1440px) {
  .aboutUs {
    padding: 15rem 0 10.3rem;
  }
}


/**************************************************************
* SERVICE
**************************************************************/

.item__photo-cover {
  background-color: var(--accent-color)!important;
}

/* btn
********************************/
.free-btn__wrap {
  margin-top: 6rem;
  width: 400px;
  max-width: 80%;
  margin-inline: auto;
}


.free-btn__body {
  grid-template-columns: unset;
}

.free-btn {
  display: inline-block;
  width: 100%;
  position: relative;
  color: var(--accent-color);
  padding: 12px 0;
  border: 1px solid var(--accent-color);
}

@media (hover: hover) {
  .free-btn:hover {
    background-color: var(--accent-color);
    transition: 0.3s;
  }

  .free-btn:hover .free-btn-txt {
    color: #fff;
    transition: 0.3s;
  }
}



/**************************************************************
* COMPANY
**************************************************************/

section#reqruirements {
  background-color: #fff;
}

.c-main-bg {
  z-index: 1;
}

.c-main__inner.--reqruirements {
  z-index: 2;
}

.c-tbl-list .item__contents {
  display: flex;
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .c-tbl-list .item__head {
    width: 10rem;
  }
}

@media (max-width: 767px) {
  .c-tbl-list .item__head {
    width: 8rem;
  }
}


/**************************************************************
* CONTACT
**************************************************************/

@media (max-width: 425px) {
  .contact-lead-txt {
    color: #fff;
    text-align: left;
  }
}


/**************************************************************
* FOOTER
**************************************************************/

.g-footer-nav-list {
  width: 100%;
}
.g-footer-logo__link img {
  width: 75%;
}

@media (max-width: 767px) {
  .g-footer-nav-list .list__item {
    margin: 0.8rem 1.2rem;
  }
}




@media (min-width: 768px) {
  .g-footer-logo {
    width: 15rem;
  }
}


@media (max-width: 767px) {

  .g-footer-logo img {
    max-width: 30%;
  }

  .aboutUs {
    padding: 12rem 0 0;
  }

  .g-footer-logo img {
    width: 20%;
  }
}

@media screen and (min-width:768px) {
  .news {
    overflow: hidden;
    position: relative;
    background-color: #ececec;
    height: 600px;
  }
}