/* Index Page 2025 Styles */

/* Header Styles */
#header .header__logo {
  margin-right: 57px;
  width: 309px;
}

/* Utility Classes */
.fz18 {
  font-size: 18px;
}

.sp {
  display: none;
}

.link {
  text-decoration: underline;
}

.indent02 {
  text-indent: 0;
  padding-left: 1em;
}

/* Award Section */
#AWARD .award__column__wrap .regular {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

#AWARD .award__column__wrap .award__column__wrap {
  margin-bottom: 0;
}

#AWARD .award__inner {
  border: 0 solid #cbcbcb;
}

/* Achievement Section */
.achievement .achievement__inner .achievememnt {
  margin-bottom: 73px;
}

/* Entry Section */
.entry__txt {
  text-align: center;
}

/* Bottom Section */
.bottom .bottom__inner {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 75px;
}

.bottom .bottom__inner .bottom__txt {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 45px;
}

.bottom .img__blocks {
  display: flex;
  justify-content: center;
}

.bottom .img__blocks .bottom-img img {
  display: block;
  width: 100%;
}

.bottom .img__blocks .bottom-img:nth-child(1) {
  margin-right: 40px;
}

/* Desktop Responsive (751px and up) */
@media screen and (min-width: 751px) {
  #header .header__logo {
    margin-right: 0;
  }

  #header .header__inner {
    max-width: 1274px;
  }

  #header .header__inner > div {
    width: calc(100% - 183px);
  }

  #header .header__menu {
    width: calc(100% - 309px - 10%);
    max-width: 630px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  #header .header__menu li {
    margin-right: 0;
  }

  #AWARD .award_block {
    margin-top: 20px;
  }

  .sp {
    display: none;
  }

  .bottom .bottom__inner {
    max-width: 800px;
    margin-inline: auto;
    margin-bottom: 75px;
  }

  .bottom .bottom__inner .bottom__txt {
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin-bottom: 45px;
  }

  .bottom .img__blocks {
    display: flex;
    justify-content: center;
  }

  .bottom .img__blocks .bottom-img img {
    display: block;
    width: 100%;
  }

  .bottom .img__blocks .bottom-img:nth-child(1) {
    margin-right: 40px;
  }
}

/* Tablet Responsive (751px to 1030px) */
@media screen and (min-width: 751px) and (max-width: 1030px) {
  #header .header__logo {
    font-size: 20px;
    white-space: nowrap;
    width: 240px;
  }

  #header .header__menu {
    width: calc(100% - 240px - 5%);
    max-width: 480px;
  }

  #header .header__menu li {
    font-size: 12px;
  }

  #header .header__button {
    font-size: 12px;
    width: 140px;
  }

  #header .header__inner > div {
    width: calc(100% - 150px);
  }

  #AWARD .award_block {
    margin-top: 20px;
  }

  .sp {
    display: block;
  }

  .sp-indent {
    padding-left: 10px;
  }

  .bottom .bottom__inner {
    margin-inline: auto;
    margin-bottom: 40px;
  }

  .bottom .bottom__inner .bottom__txt {
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin-bottom: 45px;
  }

  .bottom .img__blocks {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .bottom .img__blocks .bottom-img img {
    display: block;
    width: 100%;
  }

  .bottom .img__blocks .bottom-img:nth-child(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* Mobile Responsive (750px and below) */
@media screen and (max-width: 750px) {
  #header .header__logo {
    display: none;
  }

  #header .header__menu {
    display: flex;
    width: 294px;
    justify-content: center;
    margin-left: 10px;
  }

  #header .header__menu li {
    margin-right: 10px;
    font-size: 10px;
  }

  #AWARD .award_block {
    margin-top: 20px;
  }

  #AWARD .award__column03 .award__column__txt01 {
    margin-bottom: 10px;
  }

  .achievement .achievement__inner .achievememnt {
    margin-bottom: 35px;
  }

  .sp {
    display: block;
  }

  .sp-indent {
    padding-left: 10px;
  }

  .indentsp {
    text-indent: 1em;
    padding-left: 1em;
  }

  .indentsp-none {
    text-indent: 0;
    padding-left: 0;
  }

  .p-width {
    width: 292px;
  }

  .bottom .bottom__inner {
    margin-inline: auto;
    margin-bottom: 40px;
  }

  .bottom .bottom__inner .bottom__txt {
    font-size: 16px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin-bottom: 30px;
  }

  .bottom .img__blocks {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .bottom .img__blocks .bottom-img img {
    display: block;
    width: 100%;
  }

  .bottom .img__blocks .bottom-img:nth-child(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}