.section_product {
  padding-top: 10%;
  padding-bottom: 55%;
}

.product_container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.product_readText {
  font-size: 3.7vw;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.product_wrap {
  margin-top: 11%;
}

.product_item {
  border: .6vw solid #3A7961;
  border-radius: 2.7vw;
  display: block;
  overflow: hidden;
  position: relative;
}

.product_item:nth-child(n+2) {
  margin-top: 12%;
}

.product_item_info {
  aspect-ratio: 1 / 1;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 5.60vw 7.33vw 0;
  position: relative;
}

.product_item_titleEn {
  color: #3A7961;
  font-family: "Inknut Antiqua", serif;
  font-size: 8.53vw;
  font-weight: 700;
  line-height: 1.2;
}

.product_item_titleJa {
  color: #3A7961;
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 2%;
}

.product_item_teamFIcon {
  width: 32%;
  position: absolute;
  top: 21%;
  right: 5%;
}

.product_item_btn {
  background-color: #F5F5F5;
  color: #3A7961;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 5.3vw;
  font-weight: 500;
  padding: 6.80vw 7.33vw 7.46vw;
  position: relative;
}

.product_item_btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7.95vw;
  content: "";
  aspect-ratio: 15/17;
  background-image: url(../images/common/arrow_right_green.svg);
  background-size: cover;
  display: block;
  flex-shrink: 0;
  width: 3.16vw;
}




@media screen and (min-width: 768px) {
  .section_product {
    padding-top: min(4.86vw, 107px);
    padding-bottom: min(18.45vw, 406px);
  }

  .product_container {
    margin-left: auto;
    margin-right: auto;
    width: min(1801px, 81.86vw);
  }

  .product_readText {
    font-size: min(1.27vw, 28px);
    width: 90%;
    text-align: center;
  }

  .product_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: min(5.45vw, 120px) min(1.45vw, 32px);
    margin-top: min(4.95vw, 109px);
  }
  .product_wrap::after{
    content: "";
    display: block;
    width: 32%;
  }

  .product_item {
    border: min(0.19vw, 4px) solid #3A7961;
    border-radius: min(1.36vw, 30px);
    width: 32%;
  }

  .product_item:nth-child(n+2) {
    margin-top: 0;
  }

  .product_item_info {
    padding: min(1.64vw, 36.3px) min(2.18vw, 48px) min(1.63vw, 36px);
  }

  .product_item_titleEn {
    font-size: min(2.90vw, 64px);
  }

  .product_item_titleJa {
    font-size: min(2.18vw, 48px);
    margin-top: min(0.11vw, 26px);
  }

  .product_item_teamFIcon {
    width: 30%;
    top: 32%;
  }

  .product_item_btn {
    font-size: min(1.81vw, 40px);
    font-weight: 700;
    line-height: 1.8;
    padding: min(2vw, 44px) min(2.16vw, 47px) min(2vw, 45px);
  }

  .product_item_btn::after {
    right: min(2.34vw, 51.57px);
    width: min(20px, 0.90vw);
  }
}
