@charset "utf-8";
/* CSS Document */

/* メインビジュアル */
.section_mv {
  height: 768px;
  background-image: image-set( url("../images/top/mv_bg.jpg") 1x,url("../images/top/mv_bg@2x.jpg") 2x );
  background-image: -webkit-image-set( url("../images/top/mv_bg.jpg") 1x,url("../images/top/mv_bg@2x.jpg") 2x );
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-top: 490px;
}



/**/
.concept_list {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-shrink: 0;
  gap: 90px;
}
.concept_list p {
  width: 450px;
  padding-top: 40px;
  line-height: 2;
}

@media(max-width:767px) {
  .concept_list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .concept_list p {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }
}
.concept_photo {
  width: 100%;
}
.concept_photo img {
  flex-shrink: 0;
  position: relative;
  top: -81px;
  height: 350px;
}
@media(max-width:767px) {
  .concept_photo img {
    width: 100%;
    height: auto;
    position: static;
    margin-top: 50px;
  }
}

.concept_text {
  height: 269px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/**/
.concept_list-link a {
  color: #333333;
}
@media(max-width:767px) {
  .concept_list-link a {
    margin: 50px auto 100px; 
  }
}
/* 加工内容コンテナ */
.section_work .container {
  max-width: none;
  width: 100%;
}
@media(max-width:767px) {
  .section_work .container {
    max-width: 1100px;
    width: calc(100% - (20px *2));
    margin: 0 auto;
  }
}

/* 加工内容 */
.section_work .title_section {
  max-width: 1100px;
  width: calc(100% - (20px *2));
  margin: 100px auto 0;
}

.work_list {
  width: 100%;
  display: flex;
  margin-top: 80px;
  justify-content: center;
  color: #FFFFFF;
}
@media(max-width:767px) {
  .work_list {
    flex-direction: column;
    align-items: center;
  }
}

.work_list img {
  width: 100%;
  height: auto;
}
@media(max-width:767px) {
  .work_list-image img {
    width: 100%;
    object-fit: cover;
  }
}


.work_list-item {
  width: calc(100% / 3);
  position: relative;
}
@media(max-width:767px) {
  .work_list-item {
    width: 100%;
  }
}
.work_list-contents {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 23px;
  position: absolute;
  bottom: 0;
  background: rgba(169,48,52,0.5);
}
@media(max-width:767px) {
  .work_list-contents {
    width: 100%;
    padding-top: 40px;
  }
}
.work_list-contents p {
  width: 268px;
  margin: auto;
}
.work_list-title {
  width: 268px;
  margin: 0 auto;
  text-align: left;
  font-size: 40px;
  margin-bottom: 25px;
}
@media(max-width:767px) {
  .work_list-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.work_list-text {
  line-height: 2;
}
.work_list-title-en {
  width: 268px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1;
  text-align: left;
  opacity: 0.4;
}
@media(max-width:767px) {
  .work_list-title-en {
    font-size: 25px;
  }
}
.section_work .concept_list-link a {
  margin: 50px auto 100px; 
}




