@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pc_only {
  display: none;
  }
}
.p-awards {
  /* background: url(../image/scene/back_1.jpg)no-repeat top center; */
  background-size: cover;
  padding-bottom: 180px;
}
.p-awards img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

/* flex */
.sp_fl {
  display: flex;
  gap: 1%;
}
@media screen and (min-width: 769px) {
  .fl_box {
    display: flex;
    flex-wrap: wrap;

  }
  .fl_box.nowrap {
    display: flex;
    flex-wrap: nowrap;
  }
  .fl_box.clm2,
  .fl_box_w.clm2 {
    justify-content: space-between;
  }
  .fl_box.clm2 > *,
  .fl_box_w.clm2 > * {
    flex-basis: 45%;
  }
  .fl_box.clm2 .img_box,
  .fl_box_w.clm2 .img_box {
    flex-basis: 55%;
  }
  .p-awards .content_box:nth-child(odd) .fl_box {
    flex-direction:row-reverse;
  }
}
.text_box {
  display: grid;
  align-content: center;
  justify-content: center;
}
.p-awards h2 {
  color: #806148;
  font-size: 30px;
  margin-bottom: 1em;
}
.p-awards .year {
  color: #806148;
  font-size: 30px;
  margin-bottom: 0;
}
.p-awards .content_box:nth-child(even) h2 {
  flex-direction:row-reverse;
  right: -32px;
  top: -60px;
}



.text_box .text {
  font-size: 1rem;
  letter-spacing: .2em;
  line-height: calc(32 / 16);
}
.content_box {
  background-image: linear-gradient(to right,#DFDCD699 95%, transparent 5% );
  margin-bottom: 150px;
  padding: 60px 0 60px;
}
.content_box:last-child {
  margin-bottom: 0;
}

.p-awards .content_box:nth-child(even) {
  background-image: linear-gradient(to left,#DFDCD699 95%, transparent 5% );
}
.content_box > * {
  padding: 0 30px;
}
.img_box {
}
.img_box.-fix {
  max-height: 550px;
  text-align: center;
}
.img_box.-fix img {
  width: auto;
  object-fit: contain;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-awards {
    /* background: url(../image/scene/back_1_sp.jpg)no-repeat top center; */
    background-size: cover;
    padding-bottom: 100px;
  }

  .content_box,.p-awards .content_box:nth-child(even) {
    background: #DFDCD699;
    padding: 0 0 30px;
    margin-bottom: 80px;
  }

  .content_box:last-child {
    margin-bottom: 0;
  }
  .content_box > * {
    padding: 0 15px;
    padding-top: 10%;
    padding-bottom: 10%;
    display: flex;
    flex-flow: column-reverse;
}
  .img_box {
  }
  .img_box.-fix img {
    max-height: 550px;
  }
  .p-awards .content_box:nth-child(even) .img_box {
  }
  .text_box .text {
  }
  .p-awards .year {
    font-size: 22px;
  }
  .p-awards h2 {
    font-size: 26px;
  }
  .p-awards .content_box:nth-child(even) .text_box .text {
    padding-left: 5%;
    padding-right: 0;
    }
}
@media screen and (max-width: 599px) {
  .img_box {
    top: -20%;
    left: 20%;
  }
  .p-awards .content_box:nth-child(even) .img_box {
    left: 0;
    right: 20%;
  }
  .text_box .text {
    /* padding: 50px 0 0 0; */
  }
}