@charset "UTF-8";
@font-face {
  font-family: noto_sans_500;
  src: url("../fonts/NotoSansJP-Medium.woff");
  font-weight: 500;
}
@font-face {
  font-family: noto_sans_700;
  src: url("../fonts/NotoSansJP-Bold.woff");
  font-weight: 700;
}
@font-face {
  font-family: noto_sans_900;
  src: url("../fonts/NotoSansJP-Black.woff");
  font-weight: 900;
}
@font-face {
  font-family: zen_gothi_900;
  src: url("../fonts/ZenKakuGothicAntique-Black.woff");
  font-weight: 900;
}
@font-face {
  font-family: poppins_700;
  src: url("../fonts/Poppins-SemiBold.woff");
  font-weight: 600;
}
@font-face {
  font-family: yugo_700;
  src: url("../fonts/YuGoPr6N-B.woff");
  font-weight: 700;
}
@font-face {
  font-family: hirakaku_600;
  src: url("../fonts/ヒラギノUD角ゴF_Std_W6.woff");
  font-weight: 600;
}
.inner {
  width: 100%;
  max-width: 1192px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.section-heading.-big {
  margin-top: 74px;
  margin-bottom: 77px;
}

@media only screen and (max-width: 480px) {
  .section-heading.-big {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.breadcrumbs__inner {
  width: 100%;
  max-width: 1232px;
  padding-right: 16px;
  padding-left: 16px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs__inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.breadcrumbs__box {
  background: #0c4e3c;
  color: #ffffff;
  padding: 10px 0;
}

.winningexample__inner {
  margin: 0 auto;
  max-width: 1081px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .winningexample__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.winningexample__title {
  margin-bottom: 60px;
  text-align: center;
  color: #0c4e3c;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 0.78;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .flex__box {
    flex-wrap: wrap;
  }
}
.department {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .department {
    width: 100%;
  }
}
.department__title {
  background-color: #0c4e3c;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  padding: 18px 30px;
  margin-bottom: 21px;
  width: 96.6%;
}

@media screen and (max-width: 480px) {
  .department__title {
    width: 100%;
  }
}
.rerunContent__list {
  width: 100%;
  padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .rerunContent__list {
    width: 100%;
  }
}
.listChild__flexBox {
  display: flex;
  justify-content: space-between;
}

.listChild__flexBox.-margin {
  margin-top: 1rem;
}

.award__flex {
  display: flex;
  align-items: center;
}

.listChild__image {
  width: 40.46px;
  margin-right: 10.5px;
  margin-bottom: 0;
}

.award__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

@media screen and (max-width: 480px) {
  .award__title {
    font-size: 22px;
    line-height: 1.4;
  }
}
.article__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 15px;
}

@media screen and (max-width: 480px) {
  .article__title {
    font-size: 14px;
    line-height: 1.8;
  }
}
.category__sideber {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .category__sideber {
    width: 100%;
    padding-bottom: 10px;
  }
}
.category__sideberNav {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap; /* フレックスアイテムを複数行にする */
  justify-content: center; /* フレックスアイテムを中央揃えにする */
  gap: 10px; /* アイテム間のスペースを設定する */
}

@media screen and (max-width: 480px) {
  .category__sideberNav {
    justify-content: flex-start;
  }
}
.sideberNav__list {
  flex: 1 1 20%; /* 4つ横並びになるように設定 */
  box-sizing: border-box; /* パディングやボーダーを含めて計算する */
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  position: relative;
  text-align: center; /* テキストを中央揃えにする */
  border: solid 3px #008482;
  border-radius: 5px;
  color: #008482;
}

@media only screen and (max-width: 480px) {
  .sideberNav__list {
    font-size: 10px;
    line-height: 1.1;
    width: 31%;
    flex: none;
  }
}
.sideberNav__list a {
  display: block;
  padding: 18px 20px 17px 24px;
}

@media only screen and (max-width: 480px) {
  .sideberNav__list a {
    padding: 6px 8px 7px 8px;
  }
}
.sideberNav__list a:hover {
  background-color: #008482;
  color: #ffffff;
}

.sideberNav__list.current-category {
  background-color: #008482; /* 現在のカテゴリーの背景色を変更 */
  color: #ffffff; /* テキスト色を変更 */
}

.list__supplement {
  margin-top: -1rem;
  line-height: 1.7;
  margin-bottom: 4rem;
  font-size: 15px;
}

.list__supplementFlex {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.list__supplementFlexLeft {
  min-width: 50px;
}

.top-heading {
  position: relative;
}

.top-heading__text {
  position: relative;
  font-size: 72px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .top-heading__text {
    font-size: 36px;
  }
}
.top-heading__text::before {
  position: absolute;
  content: "";
  background-image: url(../../img/common/prize.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 262px;
  height: 105px;
  top: 50px;
  left: 200px;
  z-index: -10;
}

@media only screen and (max-width: 768px) {
  .top-heading__text::before {
    width: 131px;
    height: 52px;
    top: 25px;
    left: 100px;
  }
}
.top-heading__text::after {
  position: absolute;
  content: "";
  background-image: url(../../img/common/single-line.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  width: 100%;
  height: 183px;
  top: 114%;
  left: 0;
  z-index: -10;
}

@media only screen and (max-width: 1100px) {
  .top-heading__text::after {
    top: 164%;
  }
}
@media only screen and (max-width: 768px) {
  .top-heading__text::after {
    background-image: url(../../img/common/single_line_sp.png);
    width: 100%;
    height: 117px;
    top: 69%;
  }
}
@media only screen and (max-width: 720px) {
  .top-heading__text::after {
    top: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .top-heading__text::after {
    top: 150%;
  }
}
@media only screen and (max-width: 480px) {
  .top-heading__text::after {
    height: 73px;
    width: 103%;
    top: 164%;
    left: 0;
  }
}
@media only screen and (max-width: 376px) {
  .top-heading__text::after {
    height: 58px;
  }
}
.rerunContent__list {
  width: 100%;
  padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .rerunContent__list {
    width: 100%;
  }
}
.winningexample__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; /* 上揃えにする */
  margin-bottom: 30px;
  padding: 40px 45px 46px 45px;
  background-color: #ffffff;
  border: solid 3px #008482;
  border-radius: 10px;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .winningexample__wrapper {
    padding: 20px 20px 25px 24px;
  }
}
@media screen and (max-width: 480px) {
  .winningexample__wrapper {
    padding: 20px 20px 25px 24px;
    margin-bottom: 10px;
  }
}
.winningexample__listChild {
  flex-grow: 1; /* 幅を自動調整 */
  width: 60%;
}

@media screen and (max-width: 480px) {
  .winningexample__listChild {
    flex-grow: unset; /* モバイルでの幅の自動調整を無効にする */
    width: 100%;
  }
}
.download__button {
  margin-left: 20px;
  width: 30%;
}

@media screen and (max-width: 480px) {
  .download__button {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }
}
.download__button a {
  border-radius: 5px;
  padding: 10px 12px 10px 13px;
  color: #ffffff;
  background-color: #008482;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  display: block;
  width: 100%;
  max-width: 297px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .download__button a {
    margin: 0 auto;
  }
}
.download__button a:hover {
  border-radius: 5px;
  background: #ffffff;
  padding: 10px 12px 10px 13px;
  color: #008482;
  border: solid 3px #008482;
}
/*# sourceMappingURL=page-winningexample.css.map */