@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: inherit;
}

@font-face {
  font-family: "Univers Condensed";
  src: url("./public/fonts/UniversCondensed-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #000;
  background-color: #f5faf5;
}

main {
  padding-top: 172px;
}
@media screen and (max-width: 980px) {
  main {
    padding-top: 111px;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 59px;
  }
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.image--top {
  -o-object-position: top;
     object-position: top;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  background-color: #fff;
  width: 100%;
}
.header.active .header__navigation {
  display: block;
}
.header__content {
  border-bottom: 1px solid #e1e1e1;
}
.header__inner {
  position: relative;
  left: -67px;
  width: 1345px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
@media screen and (max-width: 1500px) {
  .header__inner {
    left: 0;
  }
}
@media screen and (max-width: 1400px) {
  .header__inner {
    padding-right: 20px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 980px) {
  .header__inner {
    height: 111px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    height: 59px;
    padding: 15px 20px 15px 5px;
  }
}
.header__logo-container {
  position: relative;
  z-index: 1;
  padding-left: 140px;
}
@media screen and (max-width: 980px) {
  .header__logo-container {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo-container {
    padding-left: 55px;
  }
}
.header__logo-one {
  position: absolute;
  width: 122px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 980px) {
  .header__logo-one {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo-one {
    width: 50px;
  }
}
.header__logo-two {
  width: 200px;
}
@media screen and (max-width: 980px) {
  .header__logo-two {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo-two {
    width: 100px;
  }
}
.header__contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .header__contact-info {
    gap: 10px;
  }
}
.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 34px;
  position: relative;
  top: 12px;
}
@media screen and (max-width: 1200px) {
  .header__socials {
    gap: 5px;
    top: 5px;
  }
}
.header__social-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__social-link:hover {
  opacity: 0.5;
}
.header__social-link:last-child img {
  height: 47px;
}
@media screen and (max-width: 767px) {
  .header__social-link:last-child img {
    height: 40px;
  }
}
.header__social-logo {
  height: 30px;
}
@media screen and (max-width: 767px) {
  .header__social-logo {
    height: 25px;
  }
}
.header__inquiry-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  border-radius: 50px;
  background-color: #2d812d;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 980px) {
  .header__inquiry-links {
    width: auto;
    max-width: 100%;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 400px) {
  .header__inquiry-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
    width: 100%;
  }
}
.header__inquiry-links:hover {
  color: #ffd21e;
}
.header__inquiry {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 20px;
  padding-right: 20px;
  top: -1px;
}
@media screen and (max-width: 400px) {
  .header__inquiry {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
}
.header__inquiry::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  background-color: #fff;
  top: 2px;
  height: 24px;
  border-radius: 2px;
}
@media screen and (max-width: 400px) {
  .header__inquiry::after {
    top: auto;
    bottom: 0;
    height: 1px;
    width: 100%;
  }
}
.header__inquiry-products {
  font-size: 1.2rem;
  font-weight: 500;
}
.header__navigation {
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 980px) {
  .header__navigation {
    position: fixed;
    top: 111px;
    left: 0;
    right: 0;
    overflow: auto;
    bottom: 0;
    display: none;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .header__navigation {
    top: 61px;
  }
}
.header__navigation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .header__navigation-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 15px 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__navigation-container {
    padding: 30px 0 40px;
  }
}
.header__navigation-item {
  position: relative;
  width: 25%;
}
@media screen and (max-width: 980px) {
  .header__navigation-item {
    width: 100%;
    padding: 25px 15px;
    border-bottom: 1px solid #e1e1e1;
  }
}
@media screen and (max-width: 980px) {
  .header__navigation-item:first-child {
    border-top: 1px solid #e1e1e1;
  }
}
.header__navigation-item.active .header__navigation-title {
  background-color: #2d812d;
  color: #ffd21e;
  font-size: 2.2rem;
}
@media screen and (max-width: 980px) {
  .header__navigation-item.active .header__navigation-title {
    background-color: #fff;
    color: #000;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .header__navigation-item.active .header__navigation-title {
    font-size: 16px;
  }
}
.header__navigation-item.active .header__navigation-title svg {
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .header__navigation-item.active .header__navigation-title svg {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.header__navigation-item.active .header__subnavigation {
  display: block;
}
.header__navigation-title {
  font-size: 1.8rem;
  font-weight: 700;
  height: 60px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .header__navigation-title {
    position: relative;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .header__navigation-title {
    font-size: 16px;
  }
}
.header__navigation-title span {
  position: relative;
}
@media screen and (max-width: 980px) {
  .header__navigation-title span {
    position: static;
  }
}
.header__navigation-title svg {
  position: absolute;
  left: -28px;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 980px) {
  .header__navigation-title svg {
    left: auto;
    right: 15px;
    opacity: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (max-width: 980px) {
  .header__navigation-title svg path {
    stroke: #2d812d !important;
  }
}
.header__subnavigation {
  position: absolute;
  top: 61px;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 20px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
}
@media screen and (max-width: 980px) {
  .header__subnavigation {
    position: static;
    padding-bottom: 0;
  }
}
.header__sublink {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 980px) {
  .header__sublink {
    text-align: left;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__sublink {
    font-size: 14px;
  }
}
.header__sublink:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .header__sublink:not(:last-child) {
    margin-bottom: 20px;
  }
}
.header__sublink span {
  position: relative;
}
.header__sublink span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #2d812d;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  bottom: -5px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .header__sublink span::after {
    display: none;
  }
}
.header__sublink:hover {
  color: #2d812d;
}
.header__sublink:hover span::after {
  width: 65.5%;
}
.header__hamburger {
  width: 30px;
  height: 23px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header__hamburger.active .header__line {
  width: 35px;
}
.header__hamburger.active .header__line:first-child {
  opacity: 0;
}
.header__hamburger.active .header__line:nth-child(2) {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.header__hamburger.active .header__line:nth-child(3) {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.header__hamburger.active .header__line:last-child {
  opacity: 0;
}
.header__line {
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #2d812d;
  opacity: 1;
  left: 0;
  right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header__line:first-child {
  top: 0;
}
.header__line:nth-child(2), .header__line:nth-child(3) {
  top: 10px;
}
.header__line:last-child {
  top: 20px;
  width: 15px;
  margin-left: auto;
}

.pagination {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .pagination {
    padding-top: 55px;
  }
}
.pagination--detail {
  padding-top: 120px;
  border-top: 1px solid #e1e1e1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .pagination--detail {
    padding-top: 60px;
  }
}
.pagination__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .pagination__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 30px;
  }
}
.pagination__previous, .pagination__next {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.pagination__previous:hover .pagination__label, .pagination__next:hover .pagination__label {
  border-color: #ffd21e;
}
.pagination__previous.hidden, .pagination__next.hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pagination__previous.hidden, .pagination__next.hidden {
    display: none;
  }
}
.pagination__next::before {
  content: "";
  width: 36px;
  height: 4px;
  background: url("./public/img/pagination/dots.svg") no-repeat center/contain;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .pagination__next::before {
    top: calc(50% - 20px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(100% + 24px);
  }
}
@media screen and (max-width: 767px) {
  .pagination__next::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: calc(100% + 24px);
  }
}
.pagination__previous::before {
  content: "";
  width: 36px;
  height: 4px;
  background: url("./public/img/pagination/dots.svg") no-repeat center/contain;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .pagination__previous::before {
    top: calc(50% - 20px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: calc(100% + 24px);
  }
}
@media screen and (max-width: 767px) {
  .pagination__previous::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: calc(100% + 24px);
  }
}
.pagination__imagewrap {
  max-width: 100%;
  margin-bottom: 10px;
  aspect-ratio: 240/160;
  font-size: 0;
  width: 240px;
  border-radius: 11px;
  overflow: hidden;
  background-color: #b5d3b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__label {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.875em;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transform: border-color 0.3 ease;
          transform: border-color 0.3 ease;
}
@media screen and (max-width: 767px) {
  .pagination__label {
    font-size: 13px;
  }
}
.pagination .wp-pagenavi {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .current,
.pagination .page,
.pagination .last,
.pagination .extend {
  width: 42px;
  height: 42px;
  background: #2d812d;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .pagination .current,
  .pagination .page,
  .pagination .last,
  .pagination .extend {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
.pagination .extend {
  margin-top: -10px;
  height: auto;
  background: transparent;
  color: #2d812d;
  letter-spacing: 0.2em;
}
.pagination .page,
.pagination .last {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .page:hover,
.pagination .last:hover {
  color: #ffd21e;
}
.pagination .previouspostslink,
.pagination .nextpostslink {
  width: 17px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .pagination .previouspostslink,
  .pagination .nextpostslink {
    width: 14px;
    height: 20px;
  }
}
.pagination .previouspostslink {
  margin-right: 12px;
  background-image: url("./public/img/pagination/prev.svg");
}
.pagination .nextpostslink {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 12px;
  background-image: url("./public/img/pagination/next.svg");
}

.button {
  max-width: 100%;
  height: 48px;
  background: #2d812d;
  border: none;
  border-radius: 24px;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-inline: 25px;
  min-width: 240px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .button {
    height: 44px;
    font-size: 14px;
  }
}
.button:hover {
  color: #ffd21e;
}
.button__wrapper {
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .button__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.button__secondary {
  display: inline;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.875em;
  word-break: break-all;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button__secondary {
    padding-bottom: 3px;
    font-size: 1.4rem;
  }
}
.button__secondary:hover {
  border-color: #ffd21e;
}
.button__secondary--reverse .button__secondary-arrow {
  margin-inline: 0 5px;
}
.button__secondary-arrow {
  position: relative;
  top: -1px;
  margin-left: 5px;
  width: 5px;
  height: 9px;
}
.button__secondary-wrap {
  display: block;
  text-align: center;
}

.page-header__picture {
  display: block;
  width: 100%;
  aspect-ratio: 1200/600;
}
.page-header__title {
  padding-block: 19px 18px;
  background: #2d812d;
  border-radius: 0 0 40px 40px;
  font-weight: 700;
  font-size: 5.2rem;
  color: #fff;
  line-height: 0.9230769231em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-header__title {
    font-size: 31px;
    border-radius: 0 0 30px 30px;
    line-height: 1.4em;
  }
}
.page-header__subtitle {
  display: block;
  padding-top: 7px;
  font-family: "Univers Condensed", sans-serif;
  font-size: 3.6rem;
  color: #ffd21e;
  line-height: 1.3333333333em;
}
@media screen and (max-width: 767px) {
  .page-header__subtitle {
    font-size: 23px;
  }
}

.footer {
  padding: 125px 0 135px;
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 65px;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__info {
  padding-right: 80px;
  margin-right: 80px;
  border-right: 1px solid #e1e1e1;
}
@media screen and (max-width: 980px) {
  .footer__info {
    padding: 0 0 80px;
    margin: 0 0 80px;
    border-right: 0;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__info {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.footer__logo {
  width: 187px;
  margin-bottom: 87px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 150px;
    margin-bottom: 45px;
  }
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 35px;
  margin-bottom: 24px;
}
@media screen and (max-width: 980px) {
  .footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__sns {
    gap: 20px;
  }
}
.footer__sns-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__sns-link:hover {
  opacity: 0.5;
}
.footer__sns-link:last-child img {
  height: 49px;
}
@media screen and (max-width: 767px) {
  .footer__sns-link:last-child img {
    height: 39px;
  }
}
.footer__sns-logo {
  height: 32px;
}
@media screen and (max-width: 767px) {
  .footer__sns-logo {
    height: 25px;
  }
}
.footer__inquiry {
  width: 181px;
  height: 50px;
  border: 2px solid #000;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .footer__inquiry {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .footer__inquiry {
    font-size: 14px;
    width: 150px;
    height: 40px;
  }
}
.footer__inquiry:hover {
  background-color: #000;
  color: #fff;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 94px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    gap: 50px 0;
  }
}
.footer__nav-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__nav-item {
    min-width: 167px;
  }
}
.footer__link {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 16px;
  }
}
.footer__sublinks {
  position: absolute;
  top: 50px;
  left: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1300px) {
  .footer__sublinks {
    position: static;
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .footer__sublinks {
    margin-top: 25px;
  }
}
.footer__sublink {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__sublink {
    font-size: 12px;
  }
}
.footer__sublink:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer__sublink:not(:last-child) {
    margin-bottom: 15px;
  }
}
.footer__sublink:hover {
  color: #2d812d;
}
.footer__copyright {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 980px) {
  .footer__copyright {
    text-align: center;
  }
}
.footer__top {
  position: sticky;
  bottom: 23px;
  margin-left: auto;
  width: 50px;
  height: 50px;
  background-color: #2d812d;
  border-radius: 50%;
  margin-bottom: 23px;
  margin-right: 23px;
  cursor: pointer;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__top {
    margin-right: 10px;
    margin-bottom: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
}
.footer__top.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.footer__top-icon {
  width: 18.75px;
}
@media screen and (max-width: 767px) {
  .footer__top-icon {
    width: 15px;
  }
}

.bannerbread {
  position: relative;
  z-index: 1;
  width: 100%;
}
.bannerbread__breadcrumbs {
  background-color: #d5e6d5;
}
.bannerbread__breadcrumbs-list {
  position: relative;
  z-index: 16;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .bannerbread__breadcrumbs-list {
    gap: 20px;
  }
}
.bannerbread__breadcrumbs-item {
  font-size: 1.4rem;
  font-weight: 500;
  color: #81b381;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bannerbread__breadcrumbs-item {
    font-size: 12px;
  }
}
.bannerbread__breadcrumbs-item--link {
  opacity: 1;
}
.bannerbread__breadcrumbs-item--link::before {
  pointer-events: none;
  content: ">";
  position: absolute;
  top: 0;
  right: -21px;
}
@media screen and (max-width: 767px) {
  .bannerbread__breadcrumbs-item--link::before {
    top: 0;
    right: -15px;
  }
}
.bannerbread__breadcrumbs-item--arrow::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: -3;
  top: -10px;
  left: -999999px;
  right: -10px;
  background-color: #c0d9c0;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .bannerbread__breadcrumbs-item--arrow::before {
    height: 37px;
    right: -5px;
  }
}
.bannerbread__breadcrumbs-item--arrow::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 12px;
  border-color: transparent transparent transparent #c0d9c0;
}
@media screen and (max-width: 767px) {
  .bannerbread__breadcrumbs-item--arrow::after {
    top: -9px;
    right: -13px;
    border-width: 18.5px 0 18.5px 8px;
  }
}
.bannerbread__img-wrap {
  height: 400px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bannerbread__img-wrap {
    height: 200px;
  }
}
.bannerbread__img-wrap::before, .bannerbread__img-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bannerbread__img-wrap::before {
  mix-blend-mode: multiply;
  opacity: 1;
}
.bannerbread__img-wrap::after {
  height: 100%;
  background: linear-gradient(77deg, #fff 38%, rgba(255, 255, 255, 0) 85%);
  z-index: 2;
}
.bannerbread__img {
  display: block;
  width: 75%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .bannerbread__img {
    width: 100%;
  }
}
.bannerbread__logo-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 125px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .bannerbread__logo-wrap {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bannerbread__logo-wrap {
    gap: 15px;
    left: 15px;
  }
}
.bannerbread__logo-1 {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .bannerbread__logo-1 {
    width: 100px;
  }
}
.bannerbread__logo-2 {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .bannerbread__logo-2 {
    width: 100px;
  }
}

.title {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 28px;
    line-height: 1em;
  }
}
.title::after {
  content: attr(data-subtitle);
  display: inline-block;
  margin-left: 6px;
  font-family: "Univers Condensed", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6666666667em;
  color: #2d812d;
}
@media screen and (max-width: 767px) {
  .title::after {
    font-size: 16px;
  }
}
.title__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Univers Condensed", sans-serif;
  font-size: 4rem;
  color: #2d812d;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .title__line {
    font-size: 28px;
  }
}
.title__line::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: auto 0 21px 12px;
  height: 2px;
  background: #2d812d;
}
@media screen and (max-width: 767px) {
  .title__line::after {
    margin-bottom: 15px;
  }
}
.title__line--lemon {
  color: #ffd21e;
}
.title__line--lemon::after {
  background: #ffd21e;
}
.title__line-onside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 20px;
  max-width: 500px;
}
.title__line-onside::before, .title__line-onside::after {
  content: " ";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #2d812d;
}
.title__line-onside span {
  font-size: 2rem;
  line-height: 1.4em;
  color: #2d812d;
  text-align: center;
  background: #f5faf5;
  padding-inline: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .title__line-onside span {
    font-size: 18px;
  }
}
.title__line-onside--lemon span {
  color: #ffd21e;
}
.title__line-onside--lemon::before, .title__line-onside--lemon::after {
  background-color: #ffd21e;
}
.title__line-onside--transparent span {
  background-color: transparent;
}
.title__block-main {
  font-size: 2rem;
  line-height: 1.5em;
  color: #2d812d;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .title__block-main {
    font-size: 18px;
    margin-bottom: 2px;
  }
}
.title__block-address {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.1428571429em;
}
@media screen and (max-width: 767px) {
  .title__block-address {
    font-size: 12px;
  }
}
.title__block-label {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}
.title__block-label::after {
  content: "";
  width: 1px;
  height: 16px;
  background: #b5d3b5;
  position: absolute;
  top: 2.5px;
  left: 100%;
}

.schedule {
  width: 100%;
  height: 1158px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .schedule {
    height: 580px;
    margin-top: 15px;
  }
}

.info__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .info__text {
    font-size: 14px;
  }
}
.info__text--right {
  font-weight: 700;
  text-align: right;
  display: block;
}
.info__bullet-text {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2em;
  display: block;
}
@media screen and (max-width: 767px) {
  .info__bullet-text {
    font-size: 14px;
  }
}
.info__bullet-text::before {
  content: "●";
  color: #2d812d;
  position: absolute;
  top: 0;
  left: 0;
}
.info__section {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .info__section {
    padding-top: 60px;
  }
}
.info__section--preparation {
  position: relative;
  margin-top: 110px !important;
  padding: 50px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .info__section--preparation {
    margin-top: 60px !important;
  }
}
.info__section--preparation::before {
  content: "準備中";
  position: absolute;
  top: 0;
  padding-top: 250px;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 5;
  color: #648d64;
  font-size: 5rem;
}
.info__container {
  margin-inline: auto;
  max-width: 800px;
}

.background {
  position: relative;
}
.background::after {
  content: "";
  width: 86.47%;
  background: url("./public/img/common/bg-logo.png") no-repeat center/contain;
  position: absolute;
  top: 1070px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  aspect-ratio: 778/857;
}
@media screen and (max-width: 767px) {
  .background::after {
    top: 37%;
  }
}
.background--team::after {
  top: 470px;
}
.background--ladies::after {
  top: 378px;
}
.background--junior::after {
  top: 410px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #e1e1e1;
}
.table td {
  border-bottom: 1px solid #e1e1e1;
  padding-block: 14px 15.5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .table td {
    padding-block: 10px;
  }
}
.table__row--dotted td:not(.table__cell-head, .noborder) {
  border-bottom: none;
}
.table__row--dotted td:not(.table__cell-head, .noborder)::after {
  content: "";
  width: 100%;
  height: 2px;
  background: url("./public/img/common/dotted.svg") no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.table__cell-head {
  width: 110px;
  min-width: 110px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5555555556em;
  color: #2d812d;
}
@media screen and (max-width: 767px) {
  .table__cell-head {
    font-size: 14px;
  }
}
.table__cell {
  font-size: 1.4rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .table__cell {
    font-size: 12px;
  }
}
.table__cell .fs18 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5555555556em;
}
@media screen and (max-width: 767px) {
  .table__cell .fs18 {
    font-size: 14px;
  }
}
.table__wrapper {
  margin-inline: auto;
  max-width: 800px;
}
@media screen and (max-width: 980px) {
  .table__wrapper {
    overflow-x: auto;
  }
}
.table__wrapper--full {
  max-width: 100%;
}
.table__footer {
  margin-inline: auto;
  padding-top: 15px;
  max-width: 800px;
}
.table__note {
  position: relative;
  padding-left: 15px;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.7857142857em;
}
@media screen and (max-width: 767px) {
  .table__note {
    font-size: 12px;
  }
}
.table__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  color: #2d812d;
}
.table--border {
  border: 2px solid #2d812d;
  border-radius: 16px;
  overflow: hidden;
  background: #2d812d;
  min-width: 900px;
}
@media screen and (max-width: 767px) {
  .table--border {
    min-width: 700px;
  }
}
.table--border td {
  padding-block: 10px 12px;
  background: #f5faf5;
  font-size: 1.6rem;
  line-height: 1.125em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .table--border td {
    font-size: 13px;
  }
}
.table--border .table__row:not(:last-child) .noleft::before,
.table--border .table__row:not(:last-child) td:last-child::before {
  content: "";
  width: 20px;
  height: 3px;
  background: #f5faf5;
  position: absolute;
  bottom: -1px;
  z-index: 1;
}
.table--border .table__row:not(:last-child) .noleft::before {
  left: 0;
}
.table--border .table__row:not(:last-child) td:last-child::before {
  right: 0;
}
.table__header {
  padding-block: 30.5px;
  background: #2d812d;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
  line-height: 0.9em;
}
@media screen and (max-width: 767px) {
  .table__header {
    padding-block: 25px;
    font-size: 15px;
  }
}
.table__header--time {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .table__header--time {
    width: 180px;
  }
}
.table__header--location {
  width: 205px;
}

.spsch__nav-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
  padding-block: 60px 30px;
}
@media screen and (max-width: 1200px) {
  .spsch__nav-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 21px;
  }
}
@media screen and (max-width: 767px) {
  .spsch__nav-container {
    gap: 10px;
    padding-block: 30px 20px;
  }
}
.spsch__nav-link {
  padding: 5px 22.5px 7px;
  min-width: 193px;
  background: #fff;
  border: 2px solid #2d812d;
  border-radius: 21px;
  font-weight: 700;
  font-size: 1.8rem;
  color: #2d812d;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .spsch__nav-link {
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .spsch__nav-link {
    padding-inline: 15px;
    font-size: 14px;
  }
}
.spsch__nav-link:hover {
  background-color: #2d812d;
  color: #fff;
}
.spsch__section {
  position: relative;
  padding-block: 108px 65px;
  border-top: 1px solid #e1e1e1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .spsch__section {
    padding-block: 54px 33px;
  }
}
.spsch__section--goalkeeper::after {
  content: "";
  width: 40.625%;
  background: url("./public/img/sports-school/bg-logo.png") no-repeat center/contain;
  position: absolute;
  bottom: 84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  aspect-ratio: 780/857;
}
@media screen and (max-width: 767px) {
  .spsch__section--goalkeeper::after {
    width: 78.66%;
    bottom: 42px;
  }
}
.spsch__section--others {
  padding-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .spsch__section--others {
    padding-bottom: 60px;
  }
}
.spsch__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .spsch__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 15px;
  }
}
.spsch__detail-picture {
  display: block;
  aspect-ratio: 420/315;
  border-radius: 8px;
  overflow: hidden;
}
.spsch__detail-content {
  width: 420px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .spsch__detail-content {
    width: 100%;
    font-size: 13px;
  }
}
.spsch__coach-info {
  padding-block: 20px 15px;
}
.spsch__coach {
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.15em;
}
.spsch__career-item {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spsch__career-item:not(:last-child) {
  margin-bottom: 6px;
}
.spsch__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  padding: 1px 0 2px;
  min-width: 57px;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: left;
  border-right: 1px solid #b5d3b5;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .spsch__term {
    margin-right: 10px;
    min-width: 52px;
  }
}
.spsch__title {
  margin-block: 55px 15px;
}
@media screen and (max-width: 767px) {
  .spsch__title {
    margin-block: 30px 13px;
  }
}
.spsch__activity-table {
  padding-top: 6px;
}
@media screen and (max-width: 980px) {
  .spsch__activity-table {
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .spsch__activity-table {
    padding-top: 0;
  }
}
.spsch__activity-header th:first-child {
  width: 320px;
  min-width: 250px;
}
.spsch__activity-header th:last-child {
  width: 250px;
  min-width: 220px;
}
.spsch__activity-header--col5 th:first-child {
  width: 160px;
  min-width: 160px;
}
.spsch__activity-header--col5 th:last-child {
  width: 280px;
  min-width: 240px;
}
.spsch__fee-table {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .spsch__fee-table {
    padding-top: 0;
  }
}
.spsch__fee-target {
  width: 150px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .spsch__fee-target {
    font-size: 13px;
    min-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .spsch__fee-amount {
    min-width: 205px;
  }
}
.spsch__gmap {
  margin-block: 20px 50px;
  width: 100%;
  height: 450px;
  border: 0;
}
@media screen and (max-width: 767px) {
  .spsch__gmap {
    margin-block: 12px 30px;
    height: 250px;
  }
}
.spsch__schedule-wrapper {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .spsch__schedule-wrapper {
    margin-bottom: 50px;
  }
}
.spsch__process-picture {
  display: block;
  margin-block: 20px 32px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .spsch__process-picture {
    margin-top: 15px;
  }
}
.spsch__process-image {
  width: 900px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .spsch__process-image {
    border-radius: 14px;
  }
}
@media screen and (max-width: 768px) {
  .spsch__table-activity {
    min-width: 830px;
  }
}
.spsch__table-activity td {
  padding-block: 21px;
}
@media screen and (max-width: 767px) {
  .spsch__table-activity td {
    padding-block: 15px;
  }
}
.spsch__activity-age {
  width: 130px;
  min-width: 130px;
}
.spsch__activity-day {
  width: 100px;
  min-width: 100px;
}
.spsch__activity-time {
  width: 230px;
  min-width: 200px;
}
.spsch__container {
  position: relative;
}
.spsch__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
}
.spsch__nav {
  position: relative;
  z-index: 1;
}

.topteam {
  margin-bottom: 40px;
}
.topteam__info {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .topteam__info {
    padding-top: 60px;
  }
}
.topteam__wrap {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .topteam__wrap {
    margin-top: 10px;
  }
}
.topteam__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .topteam__txt {
    font-size: 13px;
  }
}
.topteam__club-cons {
  margin-top: 103px;
}
@media screen and (max-width: 767px) {
  .topteam__club-cons {
    margin-top: 58px;
  }
}
.topteam__link-con {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .topteam__link-con {
    margin-top: 14px;
  }
}
.topteam__players-staff, .topteam__players-schedule {
  margin-top: 118px;
}
@media screen and (max-width: 767px) {
  .topteam__players-staff, .topteam__players-schedule {
    margin-top: 61px;
  }
}
.topteam__players-pos-blk:not(:first-child) {
  margin-top: 60px;
}
.topteam__players-pos-title {
  margin-block: 23px;
}
@media screen and (max-width: 767px) {
  .topteam__players-pos-title {
    margin-top: 0;
    margin-bottom: 13px;
  }
}
.topteam__player-list {
  display: grid;
  grid-template-columns: repeat(4, 223px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 26px;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
}
@media screen and (max-width: 1050px) {
  .topteam__player-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .topteam__player-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .topteam__player-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.topteam__player-row {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 222px;
}
@media screen and (max-width: 1050px) {
  .topteam__player-row {
    max-width: initial;
  }
}
.topteam__player-row:hover .topteam__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.topteam__player-data {
  position: relative;
}
.topteam__player-tag {
  position: absolute;
  bottom: 0;
  background-color: #d70019;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 96px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topteam__player-tagtxt {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}
.topteam__img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.topteam__pic {
  display: block;
  max-width: 222px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 1050px) {
  .topteam__pic {
    max-width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .topteam__pic {
    max-width: initial;
  }
}
.topteam__player-detail {
  margin-top: 5px;
}
.topteam__player-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
}
.topteam__player-abt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.topteam__player-name {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .topteam__player-name {
    font-size: 20px;
  }
}
.topteam__player-exp {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .topteam__player-exp {
    font-size: 13px;
  }
}
.topteam__player-pos {
  font-family: "Univers Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #2d812d;
  line-height: 1.2222222222em;
}
@media screen and (max-width: 767px) {
  .topteam__player-pos {
    font-size: 16px;
  }
}
.topteam__player-pos--num {
  font-size: 2.4rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .topteam__player-pos--num {
    font-size: 20px;
  }
}
.topteam__player-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 500;
}
.topteam__player-con:first-child {
  margin-top: 6px;
  margin-bottom: 4px;
}
.topteam__player-title, .topteam__player-info {
  font-size: 11px;
}
.topteam__player-title {
  position: relative;
  width: 100%;
  max-width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.topteam__player-info {
  position: relative;
  padding-left: 4px;
}
.topteam__player-info::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 14px;
  background-color: #b5d3b5;
}
.topteam__staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.topteam__staff-pos {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .topteam__staff-pos {
    font-size: 13px;
  }
}
.topteam__name {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .topteam__name {
    font-size: 20px;
  }
}
.topteam__name--lname {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .topteam__name--lname {
    font-size: 13px;
  }
}

.news {
  padding-bottom: 60px;
}
.news--detail {
  margin-top: -267px;
}
@media screen and (max-width: 767px) {
  .news--detail {
    margin-top: 0;
  }
}
.news__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 2px;
}
@media screen and (max-width: 767px) {
  .news__list {
    gap: 30px 2px;
  }
}
@media screen and (max-width: 600px) {
  .news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.news__image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 196/150;
  overflow: hidden;
  border-radius: 10px;
  background-color: #b5d3b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news__image-container img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news__category {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  border-bottom-left-radius: 8px;
  font-size: 12px;
  color: #fff;
  display: block;
  padding: 4px 12px;
  background-color: #2d812d;
}
@media screen and (max-width: 767px) {
  .news__category {
    padding: 2px 10px;
  }
}
.news__content {
  position: relative;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding-top: 15px;
}
.news__content::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e1e1e1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news__title {
  font-size: 1.4rem;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .news__title {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.news__date {
  font-size: 12px;
  font-weight: 500;
  color: #2d812d;
}
.news__item:hover .news__content::before {
  height: 3px;
  background-color: #ffd21e;
  top: 8px;
}
.news__item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news__dummy {
  width: 122px;
}
@media screen and (max-width: 767px) {
  .news__dummy {
    width: 90px;
  }
}
.news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 104px;
}
@media screen and (max-width: 1200px) {
  .news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}
.news__main {
  width: 65.9%;
}
@media screen and (max-width: 1200px) {
  .news__main {
    width: 100%;
  }
}
.news__sidebar {
  width: 27.5%;
}
@media screen and (max-width: 1200px) {
  .news__sidebar {
    width: 330px;
    max-width: 100%;
    margin: 50px auto 0;
  }
}
.news__sidebar-block:not(:last-child) {
  margin-bottom: 35px;
}
.news__sidebar-header {
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #2d812d;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  color: #fff;
}
.news__sidebar-header--toggle {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news__sidebar-header--toggle.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.news__sidebar-header--toggle.active .news__sidebar-plus::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.news__sidebar-plus {
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 16px;
}
.news__sidebar-plus::before, .news__sidebar-plus::after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news__sidebar-plus::before {
  left: 0;
  width: 100%;
  height: 2px;
  top: 7px;
}
.news__sidebar-plus::after {
  top: 0;
  left: 7px;
  width: 2px;
  height: 100%;
}
.news__sidebar-content--hidden {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news__sidebar-arrow {
  width: 16px;
  margin-right: 16px;
}
.news__sidebar-arrow line {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news__sidebar-title {
  font-size: 1.8rem;
  font-weight: 600;
}
.news__sidebar-icon {
  max-height: 50px;
  margin-left: auto;
}
.news__sidebar-item {
  background-color: #fff;
  padding: 15px 20px;
}
.news__sidebar-item:nth-child(even) {
  background-color: #fffdf6;
}
.news__sidebar-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news__sidebar-link polyline {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news__sidebar-link:hover {
  color: #2d812d;
  padding-left: 11px;
}
.news__sidebar-link:hover polyline {
  stroke: #2d812d !important;
}
.news__item-arrow {
  width: 7px;
}
.news__shop-button {
  font-size: 2rem !important;
  margin-top: 65px !important;
}
@media screen and (max-width: 1280px) {
  .news__shop-button {
    font-size: 16px !important;
  }
}
.news__detail-title {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .news__detail-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.news__detail-info {
  border-top: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .news__detail-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.news__detail-category {
  font-size: 1.2rem;
  padding: 3px 26px 5px;
  background-color: #2d812d;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #fff;
  font-weight: 500;
}
.news__detail-date {
  font-size: 1.4rem;
  color: #2d812d;
  font-weight: 500;
}
.news__detail-content {
  font-size: 1.4rem;
  line-height: 1.7142857143em;
  letter-spacing: 0.05em;
  margin-bottom: 82px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news__detail-content {
    margin-bottom: 40px;
    font-size: 12px;
  }
}
.news__detail-content img {
  max-width: 100%;
}
.news__fab {
  position: sticky;
  left: 0;
  top: 65px;
  z-index: 500;
  width: 60px;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .news__fab {
    bottom: 0;
    top: auto;
    width: 100%;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    margin-bottom: -50px;
  }
}
.news__fab-home {
  width: 100%;
  height: 60px;
  background-color: #2d812d;
  border-top-right-radius: 8px;
  border-bottom: 2px solid #f5faf5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .news__fab-home {
    border-top-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom: 0;
    border-right: 2px solid #f5faf5;
    width: 60px;
    height: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.news__fab-home path {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news__fab-home:hover path {
  fill: #ffd21e;
}
.news__fab-match {
  width: 100%;
  height: 140px;
  background-color: #81b381;
  color: #fff;
  gap: 9px;
  font-size: 1.8rem;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border-bottom-right-radius: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .news__fab-match {
    height: 50px;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    text-orientation: initial;
    border-bottom-right-radius: 0;
    border-top-right-radius: 8px;
  }
}
.news__fab-match path {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news__fab-match:hover {
  color: #ffd21e;
}
.news__fab-match:hover path {
  fill: #ffd21e;
}
.news__detail-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .news__detail-tags {
    width: 100%;
  }
}
.news__detail-tag {
  color: #2d812d;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news__detail-tag:hover {
  color: #ffd21e;
}
.news__tags {
  margin: 10px 0 0;
}
.news__tag {
  color: #000;
}
.news__tag:hover {
  color: #000;
}

.hometown__section {
  background-color: #cadfca;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding: 104px 0 125px;
  margin-bottom: -125px;
  background-image: url("./public/img/hometown/grass-bg.svg");
  background-size: 108%;
  background-position: center 50px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1920px) {
  .hometown__section {
    background-size: 2079px;
  }
}
@media screen and (max-width: 767px) {
  .hometown__section {
    background-size: auto 95%;
    padding: 50px 0 60px;
    margin-bottom: -60px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.hometown__section--green {
  color: #fff;
  background-color: #61a061;
  background-image: url("./public/img/hometown/grass-bg-green.svg");
}
.hometown__title-container {
  text-align: center;
}
.hometown__title-icon {
  width: 109px;
}
@media screen and (max-width: 767px) {
  .hometown__title-icon {
    width: 100px;
  }
}
.hometown__title-text {
  margin-top: 10px;
  font-weight: 800;
  font-size: 5.2rem;
}
@media screen and (max-width: 767px) {
  .hometown__title-text {
    font-size: 40px;
  }
}
.hometown__title-text--white {
  color: #fff;
}
.hometown__text {
  font-size: 1.7rem;
  line-height: 1.7647058824em;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .hometown__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .hometown__text--left {
    text-align: justify;
  }
}
.hometown__volunteer-intro {
  margin: 70px 0 35px;
}
@media screen and (max-width: 767px) {
  .hometown__volunteer-intro {
    margin: 35px 0;
  }
}
.hometown__volunteer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hometown__volunteer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
}
.hometown__volunteer-item {
  width: 202px;
}
@media screen and (max-width: 767px) {
  .hometown__volunteer-item {
    width: calc(50% - 2.5px);
    max-width: 202px;
  }
}
.hometown__volunteer-item:nth-child(2) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .hometown__volunteer-item:nth-child(2) {
    margin-top: 40px;
  }
}
.hometown__volunteer-item:nth-child(3) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .hometown__volunteer-item:nth-child(3) {
    margin-top: 7.5px;
  }
}
.hometown__volunteer-item:nth-child(4) {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .hometown__volunteer-item:nth-child(4) {
    margin-top: 55px;
  }
}
.hometown__volunteer-item:nth-child(5) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .hometown__volunteer-item:nth-child(5) {
    margin-top: 20px;
  }
}
.hometown__volunteer-image {
  display: block;
  width: 100%;
  aspect-ratio: 202/303;
  border-radius: 10px;
  overflow: hidden;
}
.hometown__volunteer-name {
  position: relative;
  z-index: 1;
  display: block;
  width: 130px;
  margin: -8px auto 0;
  background-color: #2d812d;
  color: #fff;
  border-radius: 36px;
  font-size: 2rem;
  text-align: center;
  padding: 4px 0 5px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .hometown__volunteer-name {
    font-size: 18px;
    padding: 1px 0 3px;
    width: 110px;
  }
}
.hometown__class {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .hometown__class {
    margin-top: 30px;
  }
}
.hometown__volunteer-image-group {
  margin: 35px 0 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 49px;
}
@media screen and (max-width: 550px) {
  .hometown__volunteer-image-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
    margin: 20px 0 40px;
  }
}
.hometown__container {
  padding: 0 75px;
}
@media screen and (max-width: 1330px) {
  .hometown__container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .hometown__container {
    padding: 0;
  }
}
.hometown__class-image-container {
  width: 47.62%;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 550px) {
  .hometown__class-image-container {
    width: 100%;
    max-width: 500px;
  }
}
.hometown__class-image-container:first-child {
  margin-top: 32px;
}
@media screen and (max-width: 550px) {
  .hometown__class-image-container:first-child {
    margin-top: 0;
  }
}
.hometown__class-image {
  width: 100%;
}
.hometown__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
  margin-bottom: 148px;
}
@media screen and (max-width: 767px) {
  .hometown__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-bottom: 75px;
  }
}
.hometown__leader-image {
  width: 139px;
  height: 208px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 139px;
  overflow: hidden;
}
.hometown__message-title {
  color: #ffd21e;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .hometown__message-title {
    font-size: 20px;
  }
}
.hometown__message-title span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .hometown__message-title span {
    font-size: 14px;
    display: block;
  }
}
.hometown__message-text {
  background-color: #fff;
  border-radius: 16px;
  color: #000;
  font-weight: 600;
  padding: 21px 28px;
  font-size: 1.6rem;
  line-height: 1.625em;
}
@media screen and (max-width: 767px) {
  .hometown__message-text {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.hometown__kindergarten-image-group {
  margin: 64px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 550px) {
  .hometown__kindergarten-image-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0;
    gap: 10px;
  }
}
@media screen and (max-width: 980px) {
  .hometown__kindergarten-image-group--elementary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0;
    gap: 10px;
  }
}
.hometown__kindergarten-image-container {
  width: 31.27%;
  overflow: hidden;
  border-radius: 23px;
  font-size: 0;
}
@media screen and (max-width: 550px) {
  .hometown__kindergarten-image-container {
    width: 100%;
    max-width: 328px;
  }
}
.hometown__kindergarten-image-container:nth-child(odd) {
  margin-top: 49px;
}
@media screen and (max-width: 550px) {
  .hometown__kindergarten-image-container:nth-child(odd) {
    margin-top: 0;
  }
}
.hometown__kindergarten-image-container:nth-child(even) {
  margin-top: 24px;
}
@media screen and (max-width: 550px) {
  .hometown__kindergarten-image-container:nth-child(even) {
    margin-top: 0;
  }
}
.hometown__kindergarten-image-container--elementary {
  width: calc(20% - 8px);
}
@media screen and (max-width: 980px) {
  .hometown__kindergarten-image-container--elementary {
    width: 100%;
    max-width: 328px;
  }
}
.hometown__kindergarten-image {
  width: 100%;
}
.hometown__staff {
  margin: 60px 0;
}
.hometown__staff-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .hometown__staff-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.hometown__staff-item {
  width: 222px;
  text-align: center;
}
.hometown__staff-image {
  display: block;
  width: 100%;
  aspect-ratio: 222/296;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .hometown__staff-image {
    margin-bottom: 10px;
  }
}
.hometown__staff-position {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .hometown__staff-position {
    font-size: 12px;
  }
}
.hometown__staff-name {
  display: block;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hometown__staff-name {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.hometown__staff-info {
  font-weight: 500;
}
.hometown__staff-info-title {
  display: block;
  font-size: 1.4rem;
  color: #2d812d;
  line-height: 1.6428571429em;
}
@media screen and (max-width: 767px) {
  .hometown__staff-info-title {
    font-size: 12px;
  }
}
.hometown__staff-info-text {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.hometown__staff-info-text--short {
  letter-spacing: -0.05em;
}
.hometown__achievements {
  margin-bottom: 80px;
}
.hometown__achievements-list {
  margin: 5px auto 0;
  width: 480px;
  max-width: 100%;
}
.hometown__achievements-item {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dotted #96c096;
}
@media screen and (max-width: 767px) {
  .hometown__achievements-item {
    padding: 10px 0;
  }
}
.hometown__achievements-label {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .hometown__achievements-label {
    font-size: 16px;
  }
}
.hometown__achievements-town {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .hometown__achievements-town {
    font-size: 14px;
  }
}
.hometown__line-onside {
  max-width: 550px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .hometown__line-onside {
    font-size: 20px;
  }
}
.hometown__inquiry {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .hometown__inquiry {
    margin-bottom: 75px;
  }
}
.hometown__inquiry-content {
  margin: 15px auto 0;
  max-width: 600px;
}
.hometown__inquiry-item {
  border-bottom: 1px solid #96c096;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .hometown__inquiry-item {
    padding: 10px 0;
    font-size: 16px;
  }
}
.hometown__inquiry-item:first-child {
  border-top: 1px solid #96c096;
}
.hometown__inquiry-label {
  width: 115px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #2d812d;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .hometown__inquiry-label {
    width: 90px;
  }
}
.hometown__inquiry-info {
  font-weight: 500;
}
.hometown__coming-soon {
  text-align: center;
  display: block;
  color: #428e42;
  margin: 300px 0;
  font-size: 12rem;
  font-weight: 700;
  font-family: "Univers Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .hometown__coming-soon {
    font-size: 10rem;
    margin: 100px 0;
  }
}
.hometown__events {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .hometown__events {
    padding-bottom: 50px;
  }
}
.hometown__events-info {
  margin: 60px 0 94px;
}
@media screen and (max-width: 767px) {
  .hometown__events-info {
    text-align: justify;
    margin: 30px 0 45px;
  }
}
.hometown__events-container {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .hometown__events-container {
    margin-bottom: 40px;
  }
}
.hometown__events-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .hometown__events-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hometown__events-block {
    gap: 10px;
  }
}
.hometown__events-block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  .hometown__events-block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.hometown__events-block:not(:last-child) {
  margin-bottom: 118px;
}
@media screen and (max-width: 767px) {
  .hometown__events-block:not(:last-child) {
    margin-bottom: 60px;
  }
}
.hometown__events-content {
  width: 32.77%;
  padding-top: 24px;
}
@media screen and (max-width: 980px) {
  .hometown__events-content {
    width: 100%;
  }
}
.hometown__events-title {
  color: #2d812d;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.2em;
  margin-bottom: 25px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .hometown__events-title {
    font-size: 28px;
  }
}
.hometown__events-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143em;
}
.hometown__events-image-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  width: 63.21%;
}
@media screen and (max-width: 980px) {
  .hometown__events-image-group {
    width: 663px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.hometown__events-image-container {
  width: 48.97%;
}
.hometown__events-image-container:last-child {
  margin-top: 22px;
}
.hometown__events-image-container--swap:first-child {
  margin-top: 22px;
}
.hometown__events-image-container--swap:last-child {
  margin-top: 0;
}
.hometown__events-image {
  width: 100%;
  border-radius: 10px;
}
.hometown__events-note {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .hometown__events-note {
    margin-bottom: 30px;
    text-align: left;
  }
}

.top__mv {
  width: 100%;
  aspect-ratio: 1920/640;
}
@media screen and (max-width: 767px) {
  .top__mv {
    aspect-ratio: 375/467;
  }
}
.top__mv .splide__track {
  height: 100%;
}
.top__mv .splide__arrow {
  opacity: 1;
  background: transparent;
  width: 36px;
  height: 36px;
  background-image: url("./public/img/icons/arrow-right.svg");
  background-size: 25px 36px;
  background-repeat: no-repeat;
  background-position: center;
}
.top__mv .splide__arrow svg {
  display: none;
}
.top__mv .splide__arrow--prev {
  left: 60px;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}
@media screen and (max-width: 980px) {
  .top__mv .splide__arrow--prev {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top__mv .splide__arrow--prev {
    left: 15px;
  }
}
.top__mv .splide__arrow--next {
  right: 60px;
}
@media screen and (max-width: 980px) {
  .top__mv .splide__arrow--next {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top__mv .splide__arrow--next {
    right: 15px;
  }
}
.top__mv .splide__pagination {
  bottom: 13px;
}
.top__mv .splide__pagination__page {
  background-color: #fff;
  opacity: 1;
  margin: 0 6px;
  width: 10px;
  height: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__mv .splide__pagination__page.is-active {
  -webkit-transform: none;
          transform: none;
  width: 16px;
  height: 16px;
  background-color: #2d812d;
}
.top__shop {
  position: relative;
  padding: 55px 0 40px;
}
@media screen and (max-width: 767px) {
  .top__shop {
    padding: 30px 0;
  }
}
.top__shop::before, .top__shop::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1750px;
  max-width: calc(100% - 30px);
  border-bottom-left-radius: 40px;
}
@media screen and (max-width: 767px) {
  .top__shop::before, .top__shop::after {
    max-width: calc(100% - 20px);
  }
}
.top__shop::before {
  width: 1750px;
  opacity: 0.1;
  z-index: -1;
  background-image: url("./public/img/top/grass.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.top__shop::after {
  content: "";
  background-color: #96c096;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .top__shop-content {
    margin-right: 0 !important;
    padding-right: 15px;
  }
}
.top__shop-button-container {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top__shop-button-container {
    text-align: center;
  }
}
.top__shop-button {
  position: relative;
  z-index: 1;
  height: 50px;
  gap: 20px;
  font-size: 2.4rem;
  padding-inline: 27px;
  margin-top: 50px;
  font-weight: 700;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .top__shop-button {
    margin-top: 90px;
    font-size: 18px;
    gap: 15px;
  }
}
.top__shop-button svg {
  width: 30px;
}
.top__shop-button svg path {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__shop-button:hover path {
  fill: #ffd21e !important;
}
.top__shop-image {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.top__shop-image img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__shop-slide:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top__shop-slider {
  position: static;
  margin-left: -73px;
}
@media screen and (max-width: 1200px) {
  .top__shop-slider {
    margin-left: -200px;
  }
}
@media screen and (max-width: 980px) {
  .top__shop-slider {
    margin-left: -250px;
  }
}
.top__shop-slider .splide__arrows {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 1200px;
  max-width: calc(100% - 100px);
  margin: 0 auto;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .top__shop-slider .splide__arrows {
    width: 100%;
    max-width: calc(100% - 40px);
    bottom: auto;
    top: 290px;
  }
}
.top__shop-slider .splide__arrow {
  top: auto;
  -webkit-transform: none;
          transform: none;
  bottom: 0;
  background-color: #2d812d;
  opacity: 1;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url("./public/img/icons/arrow-right-thick.svg");
  background-size: 13px 19px;
  background-repeat: no-repeat;
  background-position: 20px center;
}
.top__shop-slider .splide__arrow--prev {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .top__shop-slider .splide__arrow--prev {
    left: calc(50% - 70px);
    -webkit-transform: translateX(50%) scaleX(-1);
            transform: translateX(50%) scaleX(-1);
  }
}
.top__shop-slider .splide__arrow--next {
  left: 75px;
  right: auto;
}
@media screen and (max-width: 767px) {
  .top__shop-slider .splide__arrow--next {
    left: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.top__shop-slider .splide__arrow svg {
  display: none;
}
.top__shop-slider .splide__arrow:hover {
  opacity: 1;
  background-image: url("./public/img/icons/arrow-right-thick-yellow.svg");
}
.top__news {
  padding: 160px 0 94px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__news {
    padding: 80px 0 45px;
  }
}
.top__news-bg {
  position: absolute;
  top: 71px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1089px;
  max-width: calc(100% - 200px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top__news-bg {
    max-width: calc(100% - 50px);
  }
}
.top__news-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .top__news-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.top__news-main {
  width: 69.4%;
}
@media screen and (max-width: 980px) {
  .top__news-main {
    width: 100%;
  }
}
.top__news-sidebar {
  width: 27.4%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .top__news-sidebar {
    width: 328px;
    margin: 0 auto;
  }
}
.top__news-main-title {
  font-size: 5.2rem;
}
@media screen and (max-width: 767px) {
  .top__news-main-title {
    font-size: 46px;
    margin-bottom: 2px;
  }
}
.top__news-info {
  font-size: 1.8rem;
  font-weight: 500;
  color: #2d812d;
}
@media screen and (max-width: 767px) {
  .top__news-info {
    font-size: 16px;
  }
}
.top__news-list {
  grid-template-columns: repeat(2, 1fr);
  margin: 35px 0 69px;
  gap: 50px 24px;
}
@media screen and (max-width: 767px) {
  .top__news-list {
    margin: 25px 0 35px;
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .top__news-list {
    grid-template-columns: 1fr;
  }
}
.top__news-category {
  padding: 4px 24px;
}
@media screen and (max-width: 767px) {
  .top__news-category {
    padding: 4px 15px;
  }
}
.top__news-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .top__news-title {
    font-size: 16px;
  }
}
.top__news-item:hover .news__content::before {
  height: 5px;
  top: 8px;
}
.top__news-content {
  width: 100%;
  padding-top: 17px;
}
.top__news-content::before {
  top: 11px;
}
.top__news-date {
  font-size: 1.4rem;
}
.top__news-block {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
}
.top__news-block:not(:last-child) {
  margin-bottom: 24px;
}
.top__news-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  margin-bottom: 15px;
}
.top__news-category-icon {
  width: 36px;
}
.top__news-image-container {
  aspect-ratio: 404/268;
}
.top__news-category-title {
  font-size: 2rem;
}
.top__news-category-title::after {
  font-size: 1.8rem;
}
.top__category-image-container {
  aspect-ratio: 296/204;
}
.top__category-content {
  width: 100%;
}
.top__category-content::before {
  display: none;
}
.top__category-title {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.top__news-category-list {
  grid-template-columns: 1fr;
  gap: 34px;
}
.top__hometown-subtitle {
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top__hometown-subtitle {
    font-size: 16px;
  }
}
.top__hometown-list {
  margin: 75px 0 79px;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 49px 45px;
  padding: 0 77px;
}
@media screen and (max-width: 1200px) {
  .top__hometown-list {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .top__hometown-list {
    grid-template-columns: 1fr;
    margin: 35px auto 40px;
    max-width: 500px;
  }
}
.top__hometown-item:nth-child(odd) {
  padding-top: 68px;
}
@media screen and (max-width: 767px) {
  .top__hometown-item:nth-child(odd) {
    padding-top: 0;
  }
}
.top__hometown-item:hover .news__content::before {
  top: 14px;
}
.top__hometown-image-container {
  aspect-ratio: 1/1;
  border-radius: 16px;
}
.top__hometown-category {
  font-size: 1.4rem;
  padding: 6px 32px;
  border-bottom-left-radius: 16px;
}
.top__hometown-content {
  width: calc(100% - 94px);
  padding-top: 25px;
}
@media screen and (max-width: 980px) {
  .top__hometown-content {
    width: calc(100% - 20px);
  }
}
.top__hometown-content::before {
  top: 15px;
}
.top__hometown-title {
  color: #fff;
}
.top__news-dummy {
  width: 57%;
}
.top__hometown-dummy {
  width: 61%;
}
.top__hometown-date {
  font-size: 1.4rem;
  background-color: #fff;
  border-radius: 21px;
  padding: 1px 16px;
}
@media screen and (max-width: 767px) {
  .top__hometown-date {
    margin-top: 5px;
    display: inline-block;
  }
}
.top__sponsors {
  padding: 55px 0;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
}
.top__sponsors-button {
  width: 560px;
  height: 50px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .top__sponsors-button {
    font-size: 18px;
    height: 40px;
    width: 350px;
  }
}
.top__sponsors-slider-container {
  margin-bottom: 40px;
}
.top__sponsors-image {
  max-height: 80px;
}
@media screen and (max-width: 767px) {
  .top__sponsors-image {
    max-height: 70px;
  }
}
.top__banner {
  position: relative;
  z-index: 1;
  background-color: #fff;
  font-size: 0;
  margin-bottom: -1px;
}
.top__banner::before, .top__banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1750px;
  max-width: calc(100% - 30px);
  border-bottom-right-radius: 40px;
}
@media screen and (max-width: 767px) {
  .top__banner::before, .top__banner::after {
    max-width: calc(100% - 20px);
  }
}
.top__banner::before {
  width: 1750px;
  opacity: 0.1;
  z-index: -1;
  background-image: url("./public/img/top/grass.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.top__banner::after {
  content: "";
  background-color: #96c096;
  z-index: -2;
}
.top__banner-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__banner-link:hover {
  opacity: 0.8;
}
.top__banner-container {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width: 980px) {
  .top__banner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .top__banner-container {
    margin-left: 0 !important;
    gap: 15px;
    padding: 50px 0 50px 15px;
  }
}
.top__banner-image {
  width: 100%;
}

.profile__greeting-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 980px) {
  .profile__greeting-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.profile__greeting-image {
  display: block;
  margin-inline: auto;
  aspect-ratio: 200/237;
}
.profile__greeting-closing {
  padding-top: 8px;
}
.profile__purpose-item {
  font-weight: 400;
  line-height: 2em;
}
.profile__purpose-date {
  margin-right: 10px;
  min-width: 100px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .profile__purpose-date {
    display: block;
    margin-right: 0;
  }
}
.profile__wrapper {
  margin-inline: auto;
  max-width: 800px;
}
.profile__history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 16px 18px;
  font-weight: 500;
  font-size: 1.6rem;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 980px) {
  .profile__history-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .profile__history-item {
    font-size: 14px;
  }
}
.profile__history-item:first-child {
  border-top: 1px solid #e1e1e1;
}
.profile__history-year {
  width: 126px;
}
@media screen and (max-width: 767px) {
  .profile__history-year {
    width: 100px;
  }
}
.profile__history-month {
  width: 40px;
  text-align: right;
}
.profile__history-desc {
  padding-left: 45px;
  letter-spacing: -0.01em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 980px) {
  .profile__history-desc {
    padding: 5px 0 0;
    width: 100%;
  }
}
.profile__accordion-item {
  border-bottom: 1px solid #e1e1e1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.profile__accordion-item:first-child {
  border-top: 1px solid #e1e1e1;
}
.profile__accordion-header {
  position: relative;
  padding: 20px 30px 22px;
  font-weight: 500;
  font-size: 1.6rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .profile__accordion-header {
    padding: 16px 20px 19px;
    font-size: 15px;
  }
}
.profile__accordion-header::before {
  content: "";
  width: 7px;
  height: 10px;
  background: url("./public/img/icons/arrow-right-black-6x9.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.profile__accordion-header.active {
  padding-block: 17px 19px;
}
@media screen and (max-width: 767px) {
  .profile__accordion-header.active {
    padding-block: 13px 16px;
  }
}
.profile__accordion-header.active::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.profile__accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.profile__accordion-inner {
  padding: 19px 30px 24px;
  border-top: 3px solid #2d812d;
  font-size: 1.4rem;
  line-height: 1.7142857143em;
}
@media screen and (max-width: 767px) {
  .profile__accordion-inner {
    padding-inline: 20px;
  }
}
.profile__report-link {
  display: block;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.profile__report-link:hover {
  color: #2d812d;
}
.profile__report-link:not(:first-child) {
  padding-top: 7px;
}
.profile__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .profile__title {
    margin-bottom: 15px;
  }
}
.profile__report {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .profile__report {
    padding-bottom: 70px;
  }
}

.philo__title {
  padding-bottom: 20px;
}
.philo__subtitle {
  margin-block: 52px 13px;
}
@media screen and (max-width: 767px) {
  .philo__subtitle {
    margin-top: 30px;
  }
}
.philo__subtitle--nomt {
  margin-top: 0;
}
.philo__identity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 980px) {
  .philo__identity-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .philo__identity-wrapper {
    gap: 20px;
  }
}
.philo__identity-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .philo__identity-picture {
    gap: 6px;
  }
}
.philo__logo-1 {
  width: 187px;
}
@media screen and (max-width: 767px) {
  .philo__logo-1 {
    width: 137px;
  }
}
.philo__logo-2 {
  width: 216px;
}
@media screen and (max-width: 767px) {
  .philo__logo-2 {
    width: 166px;
  }
}
.philo__guidance {
  padding-bottom: 190px;
}
@media screen and (max-width: 767px) {
  .philo__guidance {
    padding-bottom: 0;
  }
}
.philo__guidance-picture {
  display: block;
  margin: 15px auto 0;
  max-width: 600px;
  aspect-ratio: 600/400;
}
.philo__core {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .philo__core {
    padding-top: 60px;
  }
}

.junior {
  margin-bottom: 40px;
}
.junior--soccer {
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .junior--soccer {
    margin-bottom: 70px;
  }
}
.junior__concept {
  position: relative;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .junior__concept {
    margin-top: 60px;
  }
}
.junior__title {
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .junior__title {
    margin-bottom: 14px;
  }
}
.junior__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .junior__txt {
    font-size: 13px;
  }
}
.junior__link-con {
  margin-top: 26px;
}
.junior__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 51px;
}
.junior__desc:first-child {
  margin-top: 50px;
}
.junior__constitution, .junior__schedule, .junior__supplies, .junior__players, .junior__admissions {
  margin-top: 97px;
}
@media screen and (max-width: 767px) {
  .junior__constitution, .junior__schedule, .junior__supplies, .junior__players, .junior__admissions {
    margin-top: 60px;
  }
}
.junior__tabs {
  margin-top: 36px;
}
.junior__tab-container {
  max-width: 800px;
  margin-inline: auto;
}
.junior__tabs-btn-wrap {
  padding-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .junior__tabs-btn-wrap {
    padding-left: 0;
  }
}
.junior__tab-btn {
  position: relative;
  background: none;
  width: 100px;
  height: 50px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2d812d;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .junior__tab-btn {
    font-size: 20px;
    height: 50px;
  }
}
.junior__tab-btn.active {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  z-index: 2;
  background-color: #2d812d;
  color: #fff;
  cursor: default;
}
.junior__tab-btn.active::after {
  opacity: 1;
}
.junior__tab-wrap {
  position: relative;
  border-top: 2px solid #2d812d;
  -webkit-transition: all 550ms ease;
  transition: all 550ms ease;
  z-index: 0;
}
.junior__tab-content {
  position: absolute;
  top: 77px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 550ms ease;
  transition: opacity 550ms ease;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .junior__tab-content {
    overflow: auto;
    white-space: nowrap;
  }
}
.junior__tab-content.active {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.junior__table {
  width: 100%;
  border-collapse: collapse;
}
.junior__thead {
  border-bottom: 2px solid #2d812d;
}
.junior__tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
.junior__th {
  padding: 17px 39px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .junior__th {
    padding: 15px 12px;
  }
}
.junior__th:first-child {
  width: 255px;
}
@media screen and (max-width: 900px) {
  .junior__th:first-child {
    width: 190px;
  }
}
.junior__th:nth-child(2) {
  padding-left: 46px;
  width: 258px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .junior__th:nth-child(2) {
    width: 180px;
    padding-left: 46px;
  }
}
@media screen and (max-width: 767px) {
  .junior__th:nth-child(2) {
    padding: 15px 0;
    width: 170px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .junior__th:last-child {
    padding-left: 10px;
  }
}
.junior__th-txt {
  font-size: 1.8rem;
  color: #2d812d;
}
@media screen and (max-width: 767px) {
  .junior__th-txt {
    font-size: 16px;
  }
}
.junior__td {
  padding: 17px 39px;
  text-align: center;
}
.junior__td:first-child {
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .junior__td:first-child {
    padding-left: 33px;
  }
}
.junior__td--prev {
  text-align: left;
}
@media screen and (max-width: 900px) {
  .junior__td--prev {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.junior__td-txt {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .junior__td-txt {
    font-size: 14px;
  }
}
.junior__staff {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .junior__staff {
    margin-top: 40px;
  }
}
.junior__mem-con {
  max-width: 800px;
  margin-inline: auto;
}
.junior__mem-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e1e1e1;
}
@media screen and (max-width: 767px) {
  .junior__mem-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.junior__mem-row:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.junior__mem-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 18px 0;
  width: 100%;
  max-width: 218px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d812d;
}
@media screen and (max-width: 767px) {
  .junior__mem-label {
    font-size: 16px;
    padding: 18px 0 0;
  }
}
.junior__mem-label-bot {
  margin-top: 1px;
  font-size: 1.1rem;
}
.junior__mem-label-txt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d812d;
}
@media screen and (max-width: 767px) {
  .junior__mem-label-txt {
    font-size: 16px;
  }
}
.junior__mem-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  padding: 18px 0;
}
@media screen and (max-width: 767px) {
  .junior__mem-info {
    padding: 0 0 18px;
  }
}
.junior__mem-info-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .junior__mem-info-txt {
    font-size: 16px;
  }
}
.junior__mem-info-txt--fs-14 {
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .junior__mem-info-txt--fs-14 {
    font-size: 13px;
  }
}
.junior__mem-info-sig {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .junior__mem-info-sig {
    font-size: 12px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.junior__mem-wrap {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.junior__bot {
  font-size: 1.4rem;
  color: #2d812d;
}
.junior__mem-txt {
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .junior__mem-txt {
    font-size: 12px;
  }
}
.junior__venue {
  margin-top: 70px;
}
.junior__venue-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.junior__tbody-inner {
  padding: 0 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .junior__tbody-inner {
    padding: 0;
  }
}
.junior tr:last-child td {
  border-bottom: none !important;
}
.junior__tbl-list {
  margin: 13px 0 70px;
}
@media screen and (max-width: 767px) {
  .junior__tbl-list {
    margin: 13px 0 40px;
  }
}
.junior__tbl-item {
  position: relative;
}
.junior__tbl-item:not(:last-child) {
  margin-bottom: 5px;
}
.junior__tbl-item::before {
  position: absolute;
  content: "●";
  top: 0;
  font-size: 1.4rem;
  border-radius: 50px;
  color: #2d812d;
}
@media screen and (max-width: 767px) {
  .junior__tbl-item::before {
    top: -2px;
  }
}
.junior__tbl-desc-txt {
  font-size: 1.4rem;
  font-weight: 300;
  padding-left: 23px;
}
@media screen and (max-width: 767px) {
  .junior__tbl-desc-txt {
    font-size: 12px;
    padding-left: 18px;
  }
}
.junior__list {
  display: grid;
  grid-template-columns: repeat(4, 223px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 26px;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
}
@media screen and (max-width: 1050px) {
  .junior__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .junior__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.junior__staff-row {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 222px;
}
@media screen and (max-width: 1050px) {
  .junior__staff-row {
    max-width: initial;
  }
}
.junior__staff-row:hover .junior__staff-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.junior__staff-img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.junior__staff-pic {
  display: block;
  max-width: 222px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 468/656;
}
@media screen and (max-width: 1050px) {
  .junior__staff-pic {
    max-width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .junior__staff-pic {
    max-width: initial;
  }
}
.junior__staff-detail {
  padding-inline: 8px;
}
.junior__staff-info {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.junior__name {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .junior__name {
    font-size: 20px;
  }
}
.junior__history {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .junior__history {
    font-size: 13px;
  }
}
.junior__info {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .junior__info {
    margin-top: 8px;
  }
}
.junior__label {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .junior__label {
    font-size: 13px;
  }
}
.junior__label::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 2px;
  height: 14px;
  background-color: #b5d3b5;
}
.junior__label-txt {
  display: block;
  font-size: 1.2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .junior__label-txt {
    font-size: 11px;
  }
}
.junior__map {
  margin-top: 19px;
  border: none;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .junior__map {
    height: 250px;
  }
}

.form {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-block: 60px 100px;
}
@media screen and (max-width: 767px) {
  .form {
    padding-bottom: 50px;
  }
}
.form__bg-fd {
  margin: -31px 0 -70px;
  background-color: #fdfaee;
}
.form__title-wrap {
  text-align: center;
}
.form__title {
  font-size: 4.2rem;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .form__title {
    font-size: 30px;
  }
}
.form__subtitle {
  display: block;
  padding-top: 7px;
  font: 700 2.8rem "Univers Condensed", sans-serif;
  line-height: 1.2857142857em;
  color: #2d812d;
}
@media screen and (max-width: 767px) {
  .form__subtitle {
    font-size: 23px;
  }
}
.form__container {
  margin-block: 30px 60px;
  width: 100%;
  background: rgba(45, 129, 45, 0.15);
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .form__container {
    border-radius: 20px;
  }
}
.form__container--corporate {
  background-color: #f9f2d5;
}
.form__inner {
  margin-inline: auto;
  padding-block: 80px;
  width: 740px;
  max-width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  .form__inner {
    padding-block: 45px;
    width: 100%;
    max-width: calc(100% - 40px);
  }
}
.form__field {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .form__field {
    margin-bottom: 30px;
  }
}
.form__field--mb20 {
  margin-bottom: 20px;
}
.form__label {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.form__label.required::after {
  content: "必須";
  display: inline-block;
  padding: 3px 5px;
  background: #d70019;
  border-radius: 2px;
  font-size: 1rem;
  line-height: 1em;
  text-align: center;
  color: #fff;
}
.form__helper {
  font-size: 1.4rem;
  line-height: 1.6em;
  color: #a0a0a0;
}
.form__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 12px;
  width: 100%;
  height: 48px;
  background-color: #fff;
  border-radius: 4px;
  font: 500 1.6rem "Noto Sans JP", sans-serif;
  outline: none;
}
.form__input:focus {
  border: 2px solid #2d812d;
}
.form__input--zip {
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .form__input--zip {
    max-width: 220px;
  }
}
.form__input--select {
  background-image: url("./public/img/icons/select-arrow.svg");
  background-size: 10px auto;
  background-position: right 20px center;
  background-repeat: no-repeat;
  color: #000 !important;
}
.form__input--textarea {
  height: 240px;
  resize: none;
}
.form__input--fee {
  width: 124px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .form__input--fee {
    font-size: 16px;
  }
}
.form__input-wrap {
  padding-top: 4px;
  font-size: 1.4rem;
}
.form__input-wrap--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 30px;
}
@media screen and (max-width: 767px) {
  .form__input-wrap--radio {
    gap: 15px;
  }
}
.form__input-wrap--radio label {
  position: relative;
}
.form__input-wrap--fees {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__contact-radio {
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(55px, 1fr));
}
.form__contact-radio label:nth-child(1) {
  grid-row: 1;
}
.form__contact-radio label:nth-child(n+2):nth-child(-n+4) {
  grid-row: 2;
}
.form__contact-radio label:nth-child(n+5):nth-child(-n+10) {
  grid-row: 3;
}
@media screen and (max-width: 493px) {
  .form__contact-radio label:nth-child(n+9):nth-child(-n+10) {
    grid-row: 4;
  }
}
.form__contact-radio label:nth-child(11), .form__contact-radio label:nth-child(12) {
  grid-row: 4;
}
@media screen and (max-width: 493px) {
  .form__contact-radio label:nth-child(11), .form__contact-radio label:nth-child(12) {
    grid-row: 5;
  }
}
.form__checkbox label {
  position: relative;
}
.form input[type=radio],
.form input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  left: 0;
  background: #fff;
  cursor: pointer;
}
.form input[type=radio] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 5px;
}
.form input[type=checkbox] {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  top: 0;
  overflow: hidden;
}
.form input[type=radio]:checked::before,
.form input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form input[type=radio]:checked::before {
  width: 8px;
  height: 8px;
  background-color: #2d812d;
  border-radius: 50%;
}
.form input[type=checkbox]:checked::before {
  width: 14px;
  height: 14px;
  background-color: #2d812d;
  background-image: url("./public/img/icons/checkbox-check.svg");
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: 2px 3px;
}
.form input[type=radio] + span,
.form input[type=checkbox] + span {
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.7142857143em;
}
.form input[type=radio] + span {
  padding-left: 20px;
  font-weight: 500;
}
.form input[type=checkbox] + span {
  padding-left: 22px;
}
.form__button {
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .form__button {
    width: 300px;
    min-width: auto;
  }
}
.form__fee-pieces {
  padding-right: 8px;
  font-weight: 500;
}
.form__fee-amount {
  padding-left: 20px;
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .form__fee-amount {
    padding-left: 15px;
    font-size: 18px;
  }
}
.form__footer {
  color: #000;
}
.form__footer .fs12 {
  font-size: 1.2rem;
}
.form__bank-details {
  padding-top: 10px;
}
.form__corporate {
  background: rgba(255, 210, 30, 0.05);
}
.form--corporate input:focus {
  border-color: #ffd21e;
}
.form--corporate input[type=radio]:checked::before {
  background-color: #ffd21e;
}
.form__complete {
  margin-top: 20px;
  text-align: center;
}
.form__complete-txt {
  margin-block: 32px 64px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .form__complete-txt {
    margin-block: 16px 32px;
    font-size: 13px;
  }
}
.form__btn-wrap {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ladies__concept::before {
  top: 356px;
}
.ladies__staff {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .ladies__staff {
    margin-top: 16px;
  }
}
.ladies__table th {
  font-weight: 500;
}
.ladies__table td:nth-child(2),
.ladies__table th:nth-child(2) {
  width: 80px;
}
.ladies__admin-th {
  width: initial !important;
}
.ladies__tbl-item::before {
  content: "";
  top: 8px;
  left: -4px;
  background-color: #2d812d;
  width: 17px;
  height: 17px;
}
@media screen and (max-width: 767px) {
  .ladies__tbl-item::before {
    top: 6px;
  }
}
.ladies__tbl-item--admission::before {
  top: 4px;
}
.ladies__tbl-desc-txt {
  padding-left: 18px;
  font-size: 1.8rem;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  .ladies__tbl-desc-txt {
    font-size: 16px;
  }
}
.ladies__tbl-desc-txt--fs-14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .ladies__tbl-desc-txt--fs-14 {
    font-size: 13px;
  }
}
.ladies__slogan-bullet {
  padding-top: 5px;
}
.ladies__slogan-bullet-text {
  font-size: 1.8rem;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  .ladies__slogan-bullet-text {
    font-size: 14px;
  }
}

.fan__overview-tagline {
  display: block;
  margin-block: 45px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fan__overview-tagline {
    margin-block: 28px;
  }
}
.fan__overview-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .fan__overview-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .fan__overview-wrap {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.fan__overview-picture {
  display: block;
  margin-inline: auto;
  max-width: 200px;
}
.fan__benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-block: 20px 60px;
}
@media screen and (max-width: 980px) {
  .fan__benefits-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .fan__benefits-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 0 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.fan__benefits-card {
  padding: 17px 15px 7px;
  width: 260px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .fan__benefits-card {
    padding: 15px 25px;
    width: 100%;
    min-height: 160px;
    max-width: 300px;
  }
}
.fan__benefits-title {
  padding-bottom: 16px;
  font-size: 2.2rem;
  color: #2d812d;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .fan__benefits-title {
    font-size: 20px;
  }
}
.fan__benefits-card-content {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: justify;
  line-height: 1.5em;
}
.fan__benefits-card-content .fs12 {
  font-size: 1.2rem;
}
.fan__bullet-text {
  padding-left: 18px;
  font-size: 1.4rem;
  line-height: 1.9285714286em;
  text-align: start;
}
.fan__join-title {
  padding-bottom: 8px;
  font-size: 2rem;
  color: #2d812d;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .fan__join-title {
    font-size: 18px;
  }
}
.fan__join-title--pt45 {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .fan__join-title--pt45 {
    padding-top: 25px;
  }
}
.fan__join-picture {
  display: block;
  overflow: hidden;
  min-width: 900px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .fan__join-picture {
    border-radius: 8px;
  }
}
.fan__join-button-wrap {
  margin-block: 60px 115px;
}
@media screen and (max-width: 767px) {
  .fan__join-button-wrap {
    margin-block: 40px 58px;
  }
}
.fan__subs-target {
  width: 216px;
  min-width: 180px;
}
@media screen and (max-width: 767px) {
  .fan__subs-amount {
    min-width: 420px;
  }
}
.fan__subs-amount ul,
.fan__subs-amount li {
  display: inline;
}
.fan__subs-note {
  padding-left: 11px;
  font-size: 11px;
  line-height: 1.6363636364em;
}
.fan__subs-note:not(:last-child) {
  padding-bottom: 5px;
}
.fan__container {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .fan__container {
    margin-bottom: 40px;
  }
}
.fan__subs-amount-note {
  margin-left: 20px;
}
.fan__join-wrapper {
  overflow-x: auto;
}
.fan__img {
  display: block;
  width: 100%;
}
.fan__subs-table {
  min-width: 800px;
}
.fan__subs-head {
  width: 87px;
  min-width: 87px;
}

.junior-soccer__staff {
  margin-top: 0;
}
.junior-soccer__staff-admission {
  margin-top: 175px;
}
@media screen and (max-width: 767px) {
  .junior-soccer__staff-admission {
    margin-top: 70px;
  }
}
.junior-soccer__tbl-item::before {
  content: "";
  top: 3px;
  background-color: #2d812d;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .junior-soccer__tbl-item::before {
    top: 2px;
    width: 13px;
    height: 13px;
  }
}
.junior-soccer__tbl-desc-txt {
  padding-left: 18px;
}

.notfound {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .notfound {
    padding: 50px 0;
  }
}
.notfound__title-wrap {
  text-align: center;
}
.notfound__title {
  font-size: 5rem;
  color: #2d812d;
}
@media screen and (max-width: 767px) {
  .notfound__title {
    font-size: 30px;
  }
}
.notfound__subtitle {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .notfound__subtitle {
    font-size: 16px;
  }
}
.notfound__desc {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .notfound__desc {
    margin-top: 20px;
  }
}
.notfound__desc-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .notfound__desc-txt {
    font-size: 13px;
  }
}
.notfound__desc-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto;
  text-align: left;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .notfound__desc-list {
    margin: 3rem auto;
  }
}
.notfound__desc-btn-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .notfound__desc-btn-wrap {
    margin-top: 20px;
  }
}

.partner {
  padding: 115px 0 293px;
}
@media screen and (max-width: 767px) {
  .partner {
    padding: 55px 0 60px;
  }
}
.partner__block:not(:last-child) {
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .partner__block:not(:last-child) {
    margin-bottom: 60px;
  }
}
.partner__title {
  font-size: 2.8rem;
  background-color: #fff;
  text-align: center;
  color: #2d812d;
  padding: 11px 10px;
}
@media screen and (max-width: 767px) {
  .partner__title {
    font-size: 24px;
  }
}
.partner__title span {
  color: #000;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .partner__title span {
    font-size: 16px;
    display: block;
  }
}
.partner__description {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 10px;
}
.partner__premium-image {
  margin: 40px auto;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .partner__premium-image {
    margin: 20px auto;
  }
}
.partner__premium-content {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 980px) {
  .partner__premium-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.partner__message-image {
  width: 270px;
  height: 180px;
  border-radius: 8px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  max-width: 100%;
}
.partner__message-content {
  font-size: 1.6rem;
  line-height: 1.65em;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .partner__message-content {
    font-size: 14px;
  }
}
.partner__message-content .right {
  font-weight: 700;
}
.partner__image-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 45px;
}
@media screen and (max-width: 980px) {
  .partner__image-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .partner__image-group {
    grid-template-columns: 1fr;
  }
}
.partner__image-group--four {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 980px) {
  .partner__image-group--four {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .partner__image-group--four {
    grid-template-columns: repeat(2, 1fr);
  }
}
.partner__image-group--four .partner__image-container {
  max-width: 202.5px;
}
.partner__image-container {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  font-size: 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .partner__image-container {
    font-size: 20px;
  }
}
.partner__image {
  max-width: 100%;
}
.partner__link-group {
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 22px;
}
@media screen and (max-width: 980px) {
  .partner__link-group {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .partner__link-group {
    grid-template-columns: 1fr;
  }
}
.partner__link-item {
  max-width: 288px;
}
.partner__link {
  text-decoration: underline;
  font-size: 1.8rem;
  line-height: 2.3333333333em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .partner__link {
    font-size: 16px;
  }
}
.partner__item {
  font-size: 14px;
  line-height: 2.5714285714em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.partner__about-title {
  margin: 35px auto 30px;
}
.partner__overview-tagline {
  margin-top: 0;
}
.partner__about-content {
  margin-bottom: 60px;
}
.partner__button-group {
  margin-top: 60px;
}
.partner__image-container[href=""], .partner__image-container:not([href]), .partner__link[href=""], .partner__link:not([href]) {
  cursor: default;
  pointer-events: none;
}

.scsch__section {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .scsch__section {
    padding-top: 60px;
  }
}
.scsch__section--slogan {
  padding-top: 78px;
}
@media screen and (max-width: 767px) {
  .scsch__section--slogan {
    padding-top: 45px;
  }
}
.scsch__title {
  padding-bottom: 15px;
}
.scsch__process {
  padding-bottom: 135;
}
@media screen and (max-width: 767px) {
  .scsch__process {
    padding-bottom: 70px;
  }
}

.overflow {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .tablet-hide {
    display: none;
  }
}

@media screen and (min-width: 981px) {
  .tablet {
    display: none;
  }
}

.container {
  width: 1200px;
  max-width: calc(100% - 150px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    max-width: calc(100% - 40px);
  }
}
.container__secondary {
  width: 900px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container__secondary {
    width: 100%;
    max-width: calc(100% - 60px);
  }
}

.no-padding {
  padding-top: 0;
}

.white {
  color: #fff;
}

.anchor {
  display: block;
  position: relative;
  top: -172px;
  visibility: hidden;
}
@media screen and (max-width: 980px) {
  .anchor {
    top: -111px;
  }
}
@media screen and (max-width: 767px) {
  .anchor {
    top: -59px;
  }
}

.green {
  color: #2d812d;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.right {
  text-align: right;
}

.hidden-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
}

.form__rdo-year {
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(55px, 1fr));
  gap: 15px;
}

.form__contact-radio {
  grid-template-columns: initial !important;
}

.form__rdo-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 30px;
}
.form__rdo-col span {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.form__rdo-col input[type=radio] {
  top: 3px;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 4px;
  font-size: 1.4rem;
  color: #dc3232;
}

.wpcf7-submit {
  cursor: pointer;
  border: none;
}

.wpcf7-response-output {
  display: block;
  margin-top: 50px;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-response-output {
    font-size: 13px;
  }
}

.wpcf7-list-item {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 525px) {
  .wpcf7-list-item {
    grid-row: auto !important;
    grid-column: auto !important;
    margin: 0 !important;
  }
}
.wpcf7-list-item:last-child {
  display: none !important;
}
.wpcf7-list-item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
.wpcf7-list-item:nth-child(2) {
  margin: 0;
}
.wpcf7-list-item:nth-child(4) {
  margin: 0;
}
.wpcf7-list-item:nth-child(5) {
  margin: 0;
}
.wpcf7-list-item:nth-child(11) {
  margin: 0;
}
.wpcf7-list-item:nth-child(n+2):nth-child(-n+4) {
  grid-row: 2;
}
.wpcf7-list-item:nth-child(n+5):nth-child(-n+10) {
  grid-row: 3;
}
.wpcf7-list-item:nth-child(n+11) {
  grid-row: 4;
}

.screen-reader-response ul,
.screen-reader-response p {
  display: none !important;
}

.hidden-fields-container {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control.wpcf7-checkbox.form__checkbox .wpcf7-list-item:nth-child(2) {
  visibility: hidden !important;
}
.wpcf7-form-control.wpcf7-checkbox.form__checkbox .wpcf7-list-item:nth-child(2) input[type=checkbox] {
  display: none;
}