@charset "UTF-8";

.head-text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 40px;
  text-align: center;
}

/*-------------------------------------------
mv
-------------------------------------------*/
.slider {
  line-height: 0;
  text-align: center;
}


/*-------------------------------------------
concept
-------------------------------------------*/
.concept {
  background-color: #FCF6F0;
  background-image: url(../img/top/concept-bg.svg);
  background-position: center bottom 40px;
  background-repeat: no-repeat;
  padding: 60px 20px 80px;
  margin-bottom: 60px;
  text-align: center;
}
.concept .copy {
  color: #101010;
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 50px;
}
.concept .subcopy {
  color: #101010;
  font-size: 22px;
  margin-bottom: 40px;
}
.concept .message {
  font-size: 18px;
  line-height: 2.2;
}

/*-------------------------------------------
news
-------------------------------------------*/
.news {
  margin-bottom: 60px;
}
.news .news-title {
  margin-bottom: 20px;
}
.news .news-title .en {
  font-size: 26px;
  font-weight: bold;
  margin-right: 20px;
}
.news .news-title .ja {
  font-size: 22px;
  font-weight: normal;
}

/*-------------------------------------------
company
-------------------------------------------*/
.company {
  margin-bottom: 60px;
}
.company .detail-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.company .detail-list li {
  width: 47%;
  position: relative;
}
.company .detail-list li .text-area {
  width: 100%;
  max-width: 228px;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 15px 25px 27px;
  position: absolute;
  top: 20px;
  left: 0;
}
.company .detail-list li .text-area::before,
.company .detail-list li .text-area::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(-135deg);
  position: absolute;
  bottom: 12px;
}
.company .detail-list li .text-area::before {
  right: 30px;
}
.company .detail-list li .text-area::after {
  right: 15px;
}
.company .detail-list li .text-area .text {
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.company .btn-common {
  text-align: center;
}

/*-------------------------------------------
Brands
-------------------------------------------*/
.brands {
  margin-bottom: 80px;
}
.brands .brands-title {
  border-bottom: solid 1px #707070;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
  margin: 60px 0 25px;
}
.brands .flex-content {
  display: flex;
}
.brands .flex-content .img-area {
  width: 38%;
  max-width: 396px;
  margin-right: 30px;
}
.brands .flex-content .detail-area {
  width: calc(62% - 30px);
}
.brands .flex-content .detail-area .title-en {
  color: #707070;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin-bottom: 5px;
}
.brands .flex-content .detail-area .title-ja {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 10px;
}
.brands .flex-content .detail-area .description {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.brands .flex-content .detail-area .btn-common .link-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.brands .flex-content .detail-area .btn-common .link-list li {
  width: 48.5%;
  max-width: 300px;
  margin-bottom: 10px;
}
.brands .flex-content .detail-area .btn-common .link-list li:nth-child(odd) {
  margin-right: 3%;
}
.brands .flex-content .detail-area .btn-common .link-list li a {
  width: 100%;
  max-width: 300px;
  padding: 7px 50px 7px 20px;
}

/*-------------------------------------------
Recruit、Business Support
-------------------------------------------*/
.recruit {
  margin-bottom: 80px;
}
.recruit .btn-common {
  text-align: center;
}
.recruit .btn-common a {
  width: 100%;
  max-width: 360px;
}
.support {
  margin-bottom: 80px;
}

.btn-flex {
  max-width: 780px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.btn-flex .btn-common {
  width: 47%;
  text-align: center;
}
.btn-flex .btn-common a {
  width: 100%;
  max-width: 360px;
}



@media screen and (max-width: 768px) {
  .head-text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  /*-------------------------------------------
  concept
  -------------------------------------------*/
  .concept {
    background-image: none;
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .concept .copy {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .concept .subcopy {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .concept .message {
    font-size: 15px;
    line-height: 2.2;
  }
  .concept .img {
    margin-top: 20px;
  }

  /*-------------------------------------------
  news
  -------------------------------------------*/
  .news {
    margin-bottom: 40px;
  }
  .news .news-title .en {
    font-size: 24px;
  }
  .news .news-title .ja {
    font-size: 20px;
  }

  /*-------------------------------------------
  company
  -------------------------------------------*/
  .company {
    margin-bottom: 40px;
  }
  .company .detail-list {
    flex-direction: column;
    margin-bottom: 0;
  }
  .company .detail-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .company .detail-list li .text-area {
    padding: 10px 20px 10px;
  }
  .company .detail-list li .text-area .text {
    font-size: 14px;
  }

  /*-------------------------------------------
  Brands
  -------------------------------------------*/
  .brands {
    margin-bottom: 60px;
  }
  .brands .brands-title {
    margin: 40px 0 25px;
  }
  .brands .flex-content {
    flex-direction: column;
  }
  .brands .flex-content .img-area {
    width: 100%;
    margin: 0 auto 20px;
  }
  .brands .flex-content .detail-area {
    width: 100%;
  }
  .brands .flex-content .detail-area .title-en {
    font-size: 22px;
  }
  .brands .flex-content .detail-area .title-ja {
    font-size: 16px;
  }
  .brands .flex-content .detail-area .btn-common .link-list {
    flex-direction: column;
  }
  .brands .flex-content .detail-area .btn-common .link-list li {
    width: 100%;
    max-width: 360px;
    margin-bottom: 20px;
  }
  .brands .flex-content .detail-area .btn-common .link-list li:nth-child(odd) {
    margin: 0 0 20px;
  }
  .brands .flex-content .detail-area .btn-common .link-list li a {
    max-width: 360px;
  }

  /*-------------------------------------------
  Recruit、Business Support
  -------------------------------------------*/
  .recruit {
    margin-bottom: 40px;
  }
  .support {
    margin-bottom: 40px;
  }

  .btn-flex {
    flex-direction: column;
  }
  .btn-flex .btn-common {
    width: 100%;
    margin-bottom: 20px;
  }
}