.heading--mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .heading--mb30 {
    margin-bottom: 82px;
  }
}
@media screen and (min-width: 769px) {
  .heading--mb60 {
    margin-bottom: 60px;
  }
}

.copy {
  position: absolute;
  top: 115px;
  right: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  background-color: #666;
  color: #FFF;
  width: 600px;
  width: calc(100% - 700px);
  padding: 10px 42px;
}
@media screen and (max-width: 768px) {
  .copy {
    top: 169px;
    font-size: 14px;
    width: 350px;
    padding: 13px 0 13px 39px;
  }
}

.award__supplement {
  text-align: right;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .award__supplement {
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 769px) {
  .award__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.award__year {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .award__year {
    width: 134px;
  }
}
@media screen and (max-width: 768px) {
  .award__year {
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
  }
}
.award__content {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .award__content {
    width: calc(100% - 134px);
  }
}
.award__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.award__box.accordion {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .award__box.accordion {
    padding-right: 34px;
  }
}
.award__box.accordion::after {
  content: "";
  background-image: url("../media/images/parts/circle_chevron_down.svg");
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .award__box.accordion::after {
    width: 20px;
    height: 20px;
  }
}
.award__box.accordion.toggle_active::after {
  background-image: url("../media/images/parts/circle_chevron_up.svg");
}
.award__thumbnail {
  width: 180px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .award__thumbnail {
    width: 100px;
    margin-right: 20px;
  }
}
.award__thumbnail img {
  display: block;
}
.award__caption {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .award__caption {
    font-size: 14px;
    width: calc(100% - 120px);
  }
}
.award__caption--sub {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .award__caption--sub {
    font-size: 12px;
  }
}
.award__hide_content {
  display: none;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .award__hide_content {
    margin-bottom: 30px;
  }
}
.award__article_img {
  margin: 0 auto 30px;
}
@media screen and (min-width: 769px) {
  .award__article_img {
    width: 397px;
  }
}
@media screen and (max-width: 768px) {
  .award__article_img {
    margin-bottom: 15px;
  }
}
.award__article_img img {
  display: block;
}
.award__article_text {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.14;
}
@media screen and (max-width: 768px) {
  .award__article_text {
    font-size: 12px;
  }
}

.container {
  position: relative;
  background-color: #F5F3F0;
  padding: 60px 0 100px 90px;
  margin: 15px 0 150px;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 30px 25px 36px;
    text-align: center;
    margin: 10px 0 40px;
  }
}
.container__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 2;
  border-bottom: 2px solid #000;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .container__title {
    font-size: 16px;
  }
}
.container__catch {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 2;
  margin: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .container__catch {
    font-size: 20px;
    margin: 20px 0 22px;
  }
}
@media screen and (max-width: 350px) {
  .container__catch {
    font-size: 16px;
  }
}
.container__text {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .container__text {
    font-size: 12px;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .container__image {
    position: absolute;
    right: 33px;
    top: -46px;
    width: 334px;
  }
}
@media screen and (max-width: 768px) {
  .container__image {
    display: block;
    width: 317px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 350px) {
  .container__image {
    width: 280px;
  }
}

.other__item {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .other__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 75px;
  }
}
.other__thumbnail {
  width: 121px;
}
@media screen and (min-width: 769px) {
  .other__thumbnail {
    margin-right: 44px;
  }
}
@media screen and (max-width: 768px) {
  .other__thumbnail {
    width: 101px;
    margin: 0 auto 22px;
  }
}
.other__caption {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .other__caption {
    width: calc(100% - 165px);
  }
}
.other__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .other__name {
    font-size: 16px;
    padding-right: 24px;
  }
}
.other__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14;
}
@media screen and (max-width: 768px) {
  .other__text {
    font-size: 12px;
  }
}
.other__link {
  position: absolute;
  top: 44px;
  right: 0;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .other__link {
    top: 128px;
    width: 20px;
    height: 20px;
  }
}

/*# sourceMappingURL=award.css.map */
