@charset "UTF-8";

/*　top */
.top_img {
  position: relative;
  background: url("../../../common/img/service_img.png") no-repeat;
  background-size: cover;
}
.top_box img {
    margin: auto;
    display: block;
}

.bnr_area{
  padding-bottom: 65px;
  margin-top: -20px;
  position: relative;
}
.bnr {
  border: 2px solid #074335;
  max-width: 850px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bnr_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 328px);
}
.bnr_head {
  display: flex;
  align-items: center;
  font-size: 160%;
  font-weight: bold;
  gap: 20px;
}
.bnr_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 410px;
  width: 100%;
  margin: 15px auto 0;
  height: 40px;
  background: #074335;
  color: #fff;
  font-size: 106.6666%;
}
.bnr_btn::after{
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background: url("../img/bnr_icon.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  margin-left: 5px;
}

.sample_box {
    display: flex;
    justify-content: space-around;
}

.item_box {
    position: relative;
}
.pr_item {
    display: flex;
    margin: 0;
    align-items: center;
    position: relative;
    height: 350px;
}
.pr_item:last-child {
    margin: 80px 0 180px 0;
}

.pr_item {
    display: flex;
    margin: 80px 0;
    align-items: center;
    position: relative;
    height: 500px;
}

.pr_pic {
    position: absolute;
    /* top: 0; */
    /* right: 0; */
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(0%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
/*タブレットサイズ　iPad　768*/
@media screen and (max-width: 1023px) {
}
/*スマホサイズ*/
@media screen and (max-width: 767px) {
  .top_txt .mi_font {font-size: min(360%, 9vw);}

  .content_box {
    max-width: 90%;
    padding: 50px 0 0;
  }
  .bnr {
  flex-direction: column-reverse;
  align-items: center;
  max-width: 328px;
}
.bnr_left {
  width: 90%;
  margin: auto;
  padding: 20px 0;
}
  /*　==== product ====　*/
  .pr_item.f_reverse {
    margin: 40px auto;
  }
  .pr_item {
    flex-wrap: wrap;
    height: auto;
    max-width: 100%;
    margin: 40px auto;
  }
  .pr_name {
    position: static;
    width: auto;
    padding: 30px 10%;
    margin: 0;
    height: auto;
  }
  .pr_name h4 {
    font-size: 160%;
    font-weight: bold;
    margin: 0 0 30px 0;
  }
  .pr_pic {
    position: static;
    margin: 0;
   transform: translateY(0%) translateX(0%); */
    -webkit- transform: translateY(0%) translateX(0%);
  }
  .container {
    max-width: 90%;
  }
  
  .sample_box {
    flex-wrap: wrap;
}
.pr_item.f_reverse .pr_name {
    right: 0;
    padding: 30px 10%;
}
.pr_item:last-child {
    margin: 80px 0 80px 0;
}
}
