@charset "utf-8";

.head_navi li:nth-child(1) > a:after {
  left: 0;
  right: 0;
}

.mainv_ttl--method ._c--method {
  margin-right: 0;
}

/* ----------------------------------- */

.feature_head {
  background: #153356;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 0 112px;
}
.feature_head .mainInner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 123px;
}
.feature_head_ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0px 0 0;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
.feature_head_link {
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .feature_head {
    margin: 0 0 70px;
  }
  .feature_head_ttl {
    padding: 0 0 0 0;
    text-align: left;
    font-size: 18px;
  }
}
/* ----------------------------------- */

.material-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.material-list:nth-of-type(2n) {
  /* flex-direction: row; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.material-list:nth-of-type(n + 2) {
  margin-top: 80px;
}

.material-list.material-list--mt {
  margin-top: 202px;
}

.material-list_text {
  max-width: 480px;
  width: 100%;

  margin-right: 70px;
}

.material-list_text.material-list_text--mt {
  margin-top: 24px;
}

.material-list_text.material-list_text--mt2 {
  margin-top: 36px;
}

.material-list:nth-of-type(2n) .material-list_text {
  margin-left: 70px;
  margin-right: 0;
}

.about-heading {
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 37px;
}

@media screen and (max-width: 640px) {
  .about-heading {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.about-heading span {
  position: relative;
  z-index: 1;
}

.about-heading span::before {
  content: "";
  z-index: 2;
  position: absolute;
  background: #0877ff;
  width: 40px;
  height: 4px;
  top: -30px;
  left: 0;
}

.about-heading span::after {
  content: "";
  z-index: 1;
  position: absolute;
  background: #7b95b2;
  width: 70px;
  height: 1px;
  top: -30px;
  left: 0;
}

.material-lead {
  color: #9dadb9;
}

.material-lead a {
  color: #0279fd;
}

.material-list_img {
  position: relative;
  max-width: 650px;
  width: 100%;
}

.material_img01 {
  max-width: 445px;
  width: 100%;
}

.material_img01 img {
  width: 100%;
}

.material_img02 {
  max-width: 315px;
  width: 100%;
  position: absolute;
  bottom: -120px;
  right: 0;
}

@media (max-width: 1200px) {
  .material_img02 {
    max-width: 26.25vw;
  }
}

.material_img02 img {
  width: 100%;
}

.material_img03 {
  max-width: 650px;
  width: 100%;
}

.material_img03 img {
  width: 100%;
}

.material_img04 {
  max-width: 650px;
  width: 100%;
}

.material_img04 img {
  width: 100%;
}

@media (max-width: 640px) {
  .material-list {
    display: block;
  }

  .material-list:nth-of-type(n + 2) {
    margin-top: 100px;
  }

  .material-list.material-list--mt {
    margin-top: 158px;
  }

  .material-list_text {
    margin-right: 0;
  }

  .material-list_text.material-list_text--mt {
    margin-top: 0px;
  }

  .material-list_text.material-list_text--mt2 {
    margin-top: 0;
  }

  .material-list:nth-of-type(2n) .material-list_text {
    margin-left: 0px;
    margin-right: 0;
  }

  .material-list_img {
    margin-top: 16px;
  }

  .material_img01 {
    max-width: 70%;
  }

  .material_img02 {
    max-width: 50%;
    bottom: -60px;
  }
}

/* ----------------------------- */

.asano-manufacturing {
  padding-top: 75px;
  padding-bottom: 82px;
  position: relative;
  margin-top: 170px;
}

.asano-manufacturing::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #153356;
  z-index: -2;
}
.about_ttl {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.productList-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.productList_item {
  /* width: 31.5%; */
  display: block;
  margin-right: 32px;

  width: calc((100% - 32px) / 2);
}

.productList_item:last-of-type {
  margin-right: 0;
}

.productCard {
  padding: 24px;
  position: relative;
}

.productCard-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
}

.productCard_img {
  max-width: 240px;
  width: 100%;
  margin-right: 24px;
}
.productCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;

  opacity: 0.5;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(21, 51, 85) 0%,
    rgb(2, 121, 255) 76%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(21, 51, 85) 0%,
    rgb(2, 121, 255) 76%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(21, 51, 85) 0%,
    rgb(2, 121, 255) 76%
  );

  transition: opacity 400ms ease;
  z-index: -1;
}

.productCard_img {
  overflow: hidden;
}
.productCard_img img {
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 100%;
}
.productCard_ttl {
  font-size: 26px;
  margin: 18px 0;
  line-height: 1.4;
}

.productList_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 18px;
}

@media (max-width: 640px) {
  .asano-manufacturing {
    padding-top: 34px;
    padding-bottom: 64px;
    margin-top: 64px;
  }

  .productCard-body {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .about_ttl {
    margin-bottom: 29px;
  }
  .productList-wrap {
    display: block;
  }

  .productList_item {
    margin-right: 0px;
    margin-bottom: 24px;
    width: 100%;
  }

  .productList_item:last-of-type {
    margin-bottom: 0;
  }
  .productCard {
    padding: 16px;
  }

  .productCard_ttl {
    font-size: 16px;
  }

  .productCard_img {
    max-width: 160px;
  }

  .productList_btn {
    margin-top: 10px;
  }
}

/* ホバーアクション ----------------------------------- */
@media screen and (min-width: 641px) {
  /* Manufacturing----------------------------------- */

  .productList_item:hover .productCard:before {
    opacity: 0.8;
  }

  .productList_item:hover .productCard_img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}
