/*
Theme Name: Higashihiroshima Rikuren
Theme URI: https://example.com/higashihiroshima-rikuren
Description: これは東広島陸連用のテーマです。
Author: あなたの名前
Author URI: https://example.com
Version: 1.0.0
Text Domain: higashihiroshima-rikuren
*/

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend+Peta:wght@400;700&display=swap");
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

header.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #299602;
  padding: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  header.header {
    padding: 20px;
    height: 52px;
  }
}
@media screen and (min-width: 992px) {
  header.header {
    padding: 20px 0 0;
    height: 100%;
    width: 240px;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    scrollbar-width: none;
  }
  header.header::-webkit-scrollbar {
    display: none;
  }
}

a.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  a.header__logo {
    padding: 20px;
  }
}

.header__logo-img {
  width: 30px;
}
@media screen and (min-width: 768px) {
  .header__logo-img {
    width: 40px;
  }
}
@media screen and (min-width: 992px) {
  .header__logo-img {
    width: 210px;
    height: 210px;
    padding: 0 24px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

p.header__logo-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  p.header__logo-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  p.header__logo-title {
    display: none;
  }
}

nav.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #299602;
  padding: 80px 30px;
  top: 52px;
  right: 0;
  width: 100vw;
  max-width: 500px;
  translate: 100vw 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  nav.header__menu {
    position: static;
    width: unset;
    height: unset;
    padding: 0;
    margin-top: 12px;
    width: 100%;
    translate: unset;
  }
}
nav.header__menu.opened {
  translate: 0;
  overflow: auto;
  height: 100vh;
}
nav.header__menu ul.header__menu-list {
  width: 100%;
}

a.header__menu-link {
  width: 100%;
  padding: 20px 15px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.04em;
}
a.header__menu-link i {
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
}

ul.header__menu-button {
  width: 100%;
  margin-top: 40px;
}

a.header__link-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 80px;
  background: url(/img/header-contact.webp);
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 15px 15px 15px 24px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.35);
}

a.header__link-login {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #fff;
  color: #299602;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
a.header__link-login i {
  font-size: 20px;
}

.header__btn {
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 4px;
  position: relative;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .header__btn {
    border-radius: 6px;
  }
}
@media screen and (min-width: 992px) {
  .header__btn {
    display: none;
  }
}
.header__btn.opened span:first-child {
  top: 14px;
  rotate: 20deg;
}
.header__btn.opened span:nth-child(2) {
  top: 14px;
  rotate: -20deg;
}
.header__btn.opened span:last-child::before {
  opacity: 0;
}
.header__btn.opened span:last-child::after {
  opacity: 1;
}
.header__btn span {
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #fff;
  border-radius: 0.5px;
  left: 50%;
  translate: -50% -50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header__btn span {
    height: 2px;
    border-radius: 1px;
  }
}
.header__btn span:first-child {
  top: 10px;
}
.header__btn span:nth-child(2) {
  top: 50%;
}
.header__btn span:last-child {
  top: 20px;
  width: unset;
  height: unset;
  background-color: transparent;
}
.header__btn span:last-child::before {
  position: absolute;
  content: "menu";
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .header__btn span:last-child::before {
    font-size: 10px;
  }
}
.header__btn span:last-child::after {
  position: absolute;
  content: "close";
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  translate: -50% 0;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .header__btn span:last-child::after {
    font-size: 10px;
  }
}

/*====================
sp-header
====================*/
body {
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .sp-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
    width: 100%;
    height: 100%;
    -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: 80px;
  }
  .sp-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    height: 52px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #299602;
    border-bottom: 1px solid #ffffff;
  }
  .sp-header__top--logo {
    width: 30.178px;
    height: 36px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .sp-header__top--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-family: "Yu Gothic";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .sp-header__inner {
    position: fixed;
    display: block;
    top: 15%;
    width: 80%;
    left: 10%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    gap: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
    padding: 15px 0;
  }
}
.sp-header__inner--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 20px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.sp-header__inner--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 20px 15px;
  padding-bottom: 36px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-bottom: 1px solid #ffffff;
}

.sp-header__inner--item {
  color: #ffffff;
  font-family: "Yu Gothic";
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.64px;
}

.sp-header__inner--txt::after {
  color: #ffffff;
  content: ">";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.sp-header__inner--menu2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% f;
  -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;
  padding-top: 60px;
}

.sp-header__inner--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 80px;
  padding: 15px 15px 15px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.sp-header__item--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  padding-left: 100px;
  gap: 8px;
  z-index: 2;
}

.sp-header__item--contact::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: 900;
  color: #ffffff;
}

.sp-header__item--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
}

.sp-header__container .sp-header__item--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-left: 64px;
  font-size: 1rem;
}

.sp-header__txt--contact {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 35%;
  left: 35%;
}

.sp-header__inner--login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 15px 15px 15px 65px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-color: #ffffff;
}

.sp-header__item--login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  gap: 8px;
  color: #299602;
  font-size: 1rem;
}

.sp-header__item--login::before {
  font-family: "Font Awesome 6 Free";
  content: "\f2f6";
  font-weight: 900;
  color: #299602;
}

.sp-header__txt--login {
  color: #299602;
  font-family: "Yu Gothic";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 100px;
}

/* hamburger(ハンバーガーアイコン) */
/*ボタン内側*/
.hamburgermenu {
  position: relative;
  right: 10px;
  top: 0;
  background-color: #299602;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px #fff solid;
  border-radius: 5px;
  z-index: 300;
}

/*ボタン内側*/
.hamburgermenu span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; /*アニメーションの設定*/
  position: absolute;
  right: 14px;
  height: 2px;
  border-radius: 5px;
  background: #ffffff;
  width: 45%;
}

.hamburgermenu span:first-of-type(1) {
  top: 13px;
}

.hamburgermenu span:last-of-type(2) {
  top: 20px;
}

.hamburgermenu span:last-of-type(2)::after {
  content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 8px;
  left: -2px;
  color: #ffffff;
  font-size: 0.9rem;
  text-transform: uppercase;
  z-index: 999;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.hamburgermenu.active span:first-of-type(1) {
  top: 14px;
  left: 16px;
  -webkit-transform: translateY(6px) rotate(-15deg);
          transform: translateY(6px) rotate(-15deg);
  width: 40%;
}

.hamburgermenu.active span:last-of-type(2) {
  top: 26px;
  left: 16px;
  -webkit-transform: translateY(-6px) rotate(15deg);
          transform: translateY(-6px) rotate(15deg);
  width: 40%;
}

.hamburgermenu.active span:last-of-type(2)::after {
  content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
  color: #ffffff;
  -webkit-transform: translateY(0) rotate(-15deg);
          transform: translateY(0) rotate(-15deg);
  top: 8px;
  left: -4px;
  font-size: 0.9rem;
}

/* sp_menu-nav */
.sp-header__wrapper {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 160px;
  width: 70%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 200;
}

.active .sp-header__wrapper {
  right: 0;
  left: 60px;
}

/* black-bg(ハンバーガーメニュー解除用bg)*/
.black-bg {
  position: fixed;
  left: 0;
  top: 52px;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #299602;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.active .black-bg {
  opacity: 1;
  visibility: visible;
  background-color: #299602;
}

@media screen and (min-width: 992px) {
  .sp-header__top--logo {
    display: none;
  }
  .pc-sidebar__item--img {
    display: none;
  }
  div#js-nav {
    display: none;
  }
  li.sp-header__item--img {
    display: none;
  }
  .sp-header__inner {
    display: none;
  }
  button.hamburgermenu {
    display: none;
  }
  nav.sp-header__inner--menu {
    display: none;
  }
  nav.sp-header__inner--menu2 {
    display: none;
  }
}
.main-container {
  margin-top: 52px;
}
@media screen and (min-width: 768px) {
  .main-container {
    margin-top: 52px;
  }
}
@media screen and (min-width: 992px) {
  .main-container {
    margin-top: 0;
    margin-left: 240px;
    width: calc(100vw - 240px);
  }
}

.wrapper {
  padding: 0 15px;
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding: 0;
  }
}

.section__heading {
  position: relative;
  padding-left: 32px;
  top: 80px;
}
.section__heading::before {
  content: "";
  position: absolute;
  width: 92px;
  height: 72px;
  -webkit-clip-path: polygon(100% 0%, 55% 100%, 0% 60%);
          clip-path: polygon(100% 0%, 55% 100%, 0% 60%);
  background-color: #d9edff;
  top: 50%;
  left: 5px;
  translate: 0 -50%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .section__heading::before {
    content: "";
    position: absolute;
    width: 115.5px;
    height: 89px;
    -webkit-clip-path: polygon(100% 0%, 55% 100%, 0% 60%);
            clip-path: polygon(100% 0%, 55% 100%, 0% 60%);
    background-color: #d9edff;
    top: 50%;
    left: 30px;
    translate: 0 -50%;
    z-index: -1;
  }
}
@media screen and (min-width: 992px) {
  .section__heading::before {
    content: "";
    position: absolute;
    width: 115.5px;
    height: 89px;
    -webkit-clip-path: polygon(100% 0%, 55% 100%, 0% 60%);
            clip-path: polygon(100% 0%, 55% 100%, 0% 60%);
    background-color: #d9edff;
    top: 0px;
    left: 0px;
    translate: 0 -50%;
    z-index: -1;
  }
}

.section__heading--en {
  display: block;
  color: #299602;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transform: skew(-6deg);
          transform: skew(-6deg);
}
@media screen and (min-width: 768px) {
  .section__heading--en {
    font-size: min(1.5645371578vw, 12px);
  }
}
@media screen and (min-width: 992px) {
  .section__heading--en {
    display: block;
    position: relative;
    top: -6px;
    left: 0px;
    font-size: min(1.1111111111vw, 16px);
  }
}

.section__heading--ja {
  color: #299602;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 4px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (min-width: 768px) {
  .section__heading--ja {
    color: #299602;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 4px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    position: relative;
    top: 5px;
    left: 10px;
  }
}
@media screen and (min-width: 992px) {
  .section__heading--ja {
    position: relative;
    display: block;
    top: -6px;
    top: 50px;
    font-size: min(2.5vw, 36px);
  }
}

span.section__heading--en {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 40%;
}
@media screen and (min-width: 768px) {
  span.section__heading--en {
    position: relative;
    top: 10px;
    left: 45px;
    color: #299602;
    font-size: min(1.3037809648vw, 10px);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-style: italic;
  }
}
@media screen and (min-width: 992px) {
  span.section__heading--en {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -15px;
    left: 20px;
  }
}

h2.section__heading--ja {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 45%;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  h2.section__heading--ja {
    top: 10px;
    left: 40px;
    font-size: min(3.6505867014vw, 28px);
  }
}
@media screen and (min-width: 992px) {
  h2.section__heading--ja {
    left: 10px;
    top: -15px;
    font-size: min(2.5vw, 36px);
  }
}

.page-inner {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .page-inner {
    margin-left: 120px;
    margin-right: 120px;
  }
}
@media screen and (min-width: 992px) {
  .page-inner {
    margin-left: 120px;
    margin-right: 120px;
  }
}

.cards {
  position: relative;
  padding: 0 20px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .cards {
    padding: 0;
  }
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 315px;
  padding: 12px 45px;
  color: #299602;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 1px solid #299602;
  background: #fff;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.04em;
  text-align: center;
  font-family: "Yu Gothic";
  font-size: 18px;
  cursor: pointer;
}
.btn:hover {
  background-color: #d3ffc3;
  color: #299602;
}

.btn--green {
  padding: 12px 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 1px solid #299602;
  background: #299602;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.04em;
  text-align: center;
  font-family: "Yu Gothic";
  font-size: 18px;
  height: 60px;
  cursor: pointer;
}

.btn__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 180px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .btn__info {
    margin-top: 80px;
  }
}
a.btn {
  background-color: #299602; 
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

a.btn:hover {
  background-color: #4dc028;
}

.btn__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  padding: 0 15px;
  cursor: pointer;
}

.btn__judge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.btn__form {
  margin-bottom: 20px;
  cursor: pointer;
}

button.submit-button,
a.submit-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 315px;
  margin: 0px auto;
  padding: 12px 45px;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 1px solid #299602;
  background: #299602;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.04em;
  text-align: center;
  font-family: "Yu Gothic";
  font-size: 18px;
  height: 60px;
  cursor: pointer;
  text-decoration: none; /* aタグと同じ見た目に */
}

a.submit-button,
button.submit-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 315px;
  margin: 0 auto;
  padding: 12px 45px;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #299602;
  background: #299602;
  font-weight: bold;
  font-size: 18px;
  height: 60px;
  font-family: "Yu Gothic", sans-serif;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: normal;
  cursor: pointer;
  text-decoration: none;
}

a.submit-button:hover,
button.submit-button:hover {
  background-color: #299602;
  color: #fff;
}

@media screen and (min-width: 768px) {
  a.submit-button,
  button.submit-button {
    width: 360px;
    font-size: min(2.3468057366vw, 18px);
  }
}

@media screen and (min-width: 992px) {
  a.submit-button,
  button.submit-button {
    width: 360px;
    font-size: min(1.6666666667vw, 24px);
  }
}

.btn__contact--form {
  margin-top: 28px;
}
@media screen and (min-width: 992px) {
  .btn__contact--form {
    margin-top: 40px;
  }
}

button.button_participant {
  cursor: pointer;
  background-color: #299602;
  color: white;
  padding: 4px 8px;
  font-family: "Yu Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.04em;
  text-align: justify;
  border: 1px solid #299602;
}

.button_css:hover {
  background-color: #299602;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333;
  font-family: "Yu Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .content {
    font-size: min(2.3468057366vw, 18px);
  }
}

p.content {
  font-family: "Yu Gothic";
}

.card-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .card-tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .card-tab {
    gap: 40px;
  }
}

.related__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0px;
  width: 375px;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .related__menu-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .related__menu-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

a.related__menu-rider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  background: url(/img/競技者はこちらへ.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 768px) {
  a.related__menu-rider {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  a.related__menu-rider {
    width: 50%;
    height: 240px;
  }
}

.related__wrapper-txt.related__wrapper-txt--rider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  opacity: 0px;
  font-family: Yu Gothic;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  text-shadow: 1px 2px 3px #808080;
}
@media screen and (min-width: 992px) {
  .related__wrapper-txt.related__wrapper-txt--rider {
    top: 110px;
    left: 218px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 32px;
  }
}

.related-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 57px;
  width: 32px;
  height: 32px;
  -webkit-filter: drop-shadow(5px 5px 5px #808080);
          filter: drop-shadow(5px 5px 5px #808080);
}
@media screen and (min-width: 992px) {
  .related-img {
    width: 80px;
    height: 80px;
  }
}

a.related__menu-referee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  background: url(/img/審判員.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 768px) {
  a.related__menu-referee {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  a.related__menu-referee {
    width: 50%;
    height: 240px;
  }
}

.related__wrapper-txt.related__wrapper-txt--referee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  font-family: Yu Gothic;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  text-shadow: 1px 2px 3px #808080;
}
@media screen and (min-width: 992px) {
  .related__wrapper-txt.related__wrapper-txt--referee {
    left: 218px;
    top: 110px;
    font-size: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.related__menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .related__menu-button {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.related__menu-rider {
  display: contents;
  width: 214px;
}

.related-rider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.related-referee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

section.related-info {
  margin-top: 280px;
}
@media screen and (min-width: 768px) {
  section.related-info {
    margin-top: 120px;
  }
}
@media screen and (min-width: 992px) {
  section.related-info {
    margin-top: 180px;
  }
}

section.related-cretificate {
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  section.related-cretificate {
    margin-top: 120px;
  }
}

section.related-check {
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  section.related-check {
    margin-top: 120px;
  }
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 50px;
}
@media screen and (min-width: 768px) {
  .footer__wrapper {
    padding: 40px 240px 20px 240px;
  }
}
@media screen and (min-width: 992px) {
  .footer__wrapper {
    padding: 80px 240px 20px 240px;
  }
}

p.footer__logo-title {
  width: 100%;
  height: 29px;
  font-family: Yu Gothic;
  font-weight: 700;
  line-height: 3.2;
  letter-spacing: 0.1em;
  text-align: left;
  color: black;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  p.footer__logo-title {
    font-size: min(2.2222222222vw, 32px);
    line-height: 1.8;
  }
}

a.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.footer__logo-img {
  width: 50.3px;
  height: 60px;
}

.footer__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  height: 32px;
  padding: 8px 0px 8px 0px;
  gap: 10px;
  opacity: 0px;
  background: black;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    width: 100vw;
    height: 32px;
  }
}
@media screen and (min-width: 992px) {
  .footer__bottom {
    width: calc(100vw - 240px);
    height: 32px;
    margin-top: 0px;
  }
}

li.footer__menu--txt {
  position: relative;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 500;
}

small.copyright {
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  small.copyright {
    font-size: min(2.0860495437vw, 16px);
  }
}
@media screen and (min-width: 992px) {
  small.copyright {
    font-size: min(1.1111111111vw, 16px);
  }
}

.footer__menu--txt {
  position: relative; /* 親要素に相対位置を設定 */
}

/* 最初のメニュー項目（「わたしたちのこと」）の左斜線を非表示にする */
.footer__menu--txt:first-child .footer__menu--border.left {
  display: none;
}

.footer__menu--txt:not(:first-child) .footer__menu--border.left {
  position: absolute;
  margin-top: -14px;
  margin-left: -18px; /* 文字の左側に配置 */
  border: 1px solid rgba(0, 79, 149, 0.8);
  width: 20px;
  transform: rotate(-60deg); /* 斜めにする */
}
a.footer__menu--link {
  color: black;
  font-size: 16px;
}

ul.footer__menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 20px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  ul.footer__menu {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

ul.footer__menu--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 20px;
  gap: 14px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  ul.footer__menu--list {
    padding: 0 20px;
  }
}
@media screen and (min-width: 992px) {
  ul.footer__menu--list {
    width: 960px;
    height: 68px;
    gap: 24px;
    top: 80px;
    left: 110px;
  }
}
section.footer-copyright {
  width: 375px;
  height: 32px;
  top: 267.83px;
  padding: 8px 0px 8px 0px;
  gap: 10px;
  opacity: 0px;
}

.footer-info__wrapper {
  padding: 20px 50px;
}
@media screen and (min-width: 768px) {
  .footer-info__wrapper {
    padding: 40px 240px 20px 240px;
  }
}
@media screen and (min-width: 992px) {
  .footer-info__wrapper {
    padding: 80px 240px 20px 240px;
  }
}

/*====================
news
====================*/
.footer-news__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  height: 32px;
  padding: 8px 0px 8px 0px;
  top: 420px;
  gap: 10px;
  opacity: 0px;
  background: black;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer-news__bottom {
    top: 320px;
  }
}
@media screen and (min-width: 992px) {
  .footer-news__bottom {
    top: 420px;
  }
}

section.footer-news {
  position: relative;
  top: 420px;
  height: 298px;
  z-index: 2;
  background: #d3ffc3;
}
@media screen and (min-width: 768px) {
  section.footer-news {
    top: 320px;
    height: 298px;
  }
}
@media screen and (min-width: 992px) {
  section.footer-news {
    top: 420px;
    height: 398px;
  }
}

section.footer-news::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 298px;
  background: #d9edff;
  -webkit-clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
          clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.footer-news::before {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
            clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
  }
}
@media screen and (min-width: 992px) {
  section.footer-news::before {
    height: 398px;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
}
/*====================
sitemap
====================*/
section.footer__sitemap {
  position: relative;
  height: 298px;
  z-index: 2;
  background: #d3ffc3;
}
@media screen and (min-width: 768px) {
  section.footer__sitemap {
    z-index: 2;
    background: #d3ffc3;
  }
}
@media screen and (min-width: 992px) {
  section.footer__sitemap {
    height: 380px;
    z-index: 2;
    background-color: #d3ffc3;
  }
}

section.footer__sitemap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 298px;
  background: #d9edff;
  -webkit-clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
          clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.footer__sitemap::before {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
            clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
  }
}
@media screen and (min-width: 992px) {
  section.footer__sitemap::before {
    height: 380px;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
}

.footer-sitemap__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 50px;
}
@media screen and (min-width: 768px) {
  .footer-sitemap__wrapper {
    padding: 40px 240px 20px 240px;
  }
}
@media screen and (min-width: 992px) {
  .footer-sitemap__wrapper {
    padding: 80px 240px 20px 240px;
  }
}

.footer-sitemap__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  height: 32px;
  padding: 8px 0px 8px 0px;
  gap: 10px;
  opacity: 0px;
  background: black;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer-sitemap__bottom {
    height: 32px;
  }
}

/*====================
error
====================*/
section.footer__error {
  position: relative;
  height: 298px;
  z-index: 2;
  top: 80px;
  background: #d3ffc3;
}
@media screen and (min-width: 768px) {
  section.footer__error {
    top: 120px;
    position: relative;
    z-index: 2;
    background: #d3ffc3;
  }
}
@media screen and (min-width: 992px) {
  section.footer__error {
    height: 380px;
    position: relative;
    z-index: 2;
    background-color: #d3ffc3;
    margin-left: 240px;
  }
}

section.footer__error::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 298px;
  background: #d9edff;
  -webkit-clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
          clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.footer__error::before {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
            clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
  }
}
@media screen and (min-width: 992px) {
  section.footer__error::before {
    height: 380px;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
}

.footer-error__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 50px;
}
@media screen and (min-width: 768px) {
  .footer-error__wrapper {
    padding: 40px 240px 20px 240px;
  }
}
@media screen and (min-width: 992px) {
  .footer-error__wrapper {
    padding: 80px 240px 20px 240px;
  }
}

.footer-error__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  height: 32px;
  top: 80px;
  padding: 8px 0px 8px 0px;
  gap: 10px;
  opacity: 0px;
  background: black;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer-error__bottom {
    top: 120px;
    height: 32px;
  }
}
@media screen and (min-width: 992px) {
  .footer-error__bottom {
    width: calc(100vw - 240px);
    height: 32px;
    margin-top: 0px;
    left: 240px;
  }
}

/*====================
contact-confirm
====================*/
section.footer-contact-confirm {
  position: relative;
  height: 298px;
  z-index: 2;
  background: #d3ffc3;
}
@media screen and (min-width: 768px) {
  section.footer-contact-confirm {
    margin-top: 115px;
    z-index: 2;
    background: #d3ffc3;
  }
}
@media screen and (min-width: 992px) {
  section.footer-contact-confirm {
    top: 0px;
    margin-top: 115px;
    height: 380px;
    z-index: 2;
    background-color: #d3ffc3;
  }
}

section.footer-contact-confirm::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 298px;
  background: #d9edff;
  -webkit-clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
          clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.footer-contact-confirm::before {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
            clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
  }
}
@media screen and (min-width: 992px) {
  section.footer-contact-confirm::before {
    height: 380px;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
}

.footer-contact-confirm__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  height: 32px;
  padding: 8px 0px 8px 0px;
  gap: 10px;
  opacity: 0px;
  background: black;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .footer-contact-confirm__bottom {
    top: 0;
  }
}
/*====================
login
====================*/
section.footer-login {
  position: relative;
  height: 298px;
  z-index: 2;
  background: #d3ffc3;
}
@media screen and (min-width: 768px) {
  section.footer-login {
    margin-top: 115px;
    z-index: 2;
    background: #d3ffc3;
  }
}
@media screen and (min-width: 992px) {
  section.footer-login {
    top: 0px;
    margin-top: 115px;
    height: 380px;
    z-index: 2;
    background-color: #d3ffc3;
  }
}

section.footer-login::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 298px;
  background: #d9edff;
  -webkit-clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
          clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.footer-login::before {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
            clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
  }
}
@media screen and (min-width: 992px) {
  section.footer-login::before {
    height: 380px;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
}

.footer-login__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  height: 32px;
  padding: 8px 0px 8px 0px;
  gap: 10px;
  opacity: 0px;
  background: black;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .footer-login    .login-container__bottom {
    top: 0;
  }
}
/*====================
check
====================*/
.footer-check {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer-check {
    margin-bottom: 0px;
  }
}

section.footer-check {
  position: relative;
  width: 100vw;
  height: 298px;
  z-index: 2;
  background: #d3ffc3;
}
@media screen and (min-width: 768px) {
  section.footer-check {
    width: 100vw;
    z-index: 2;
    background: #d3ffc3;
  }
}
@media screen and (min-width: 992px) {
  section.footer-check {
    top: 0;
    height: 380px;
    width: calc(100vw - 240px);
    z-index: 2;
    background-color: #d3ffc3;
  }
}

section.footer-check::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 298px;
  background: #d9edff;
  -webkit-clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
          clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.footer-check::before {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
            clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
  }
}
@media screen and (min-width: 992px) {
  section.footer-check::before {
    height: 380px;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
}

/*====================
certificate
====================*/
.footer-certificate {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer-certificate {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .footer-certificate {
    width: 100vw;
    margin-bottom: 0px;
  }
}

section.footer-certificate {
  position: relative;
  width: 100vw;
  height: 298px;
  z-index: 2;
  background: #d3ffc3;
}
@media screen and (min-width: 768px) {
  section.footer-certificate {
    width: 100vw;
    z-index: 2;
    background: #d3ffc3;
  }
}
@media screen and (min-width: 992px) {
  section.footer-certificate {
    top: 0;
    width: calc(100vw - 240px);
    height: 380px;
    z-index: 2;
    background-color: #d3ffc3;
  }
}

section.footer-certificate::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 298px;
  background: #d9edff;
  -webkit-clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
          clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.footer-certificate::before {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
            clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
  }
}
@media screen and (min-width: 992px) {
  section.footer-certificate::before {
    height: 380px;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
}

/*====================
contact
====================*/
section.footer-contact {
  position: relative;
  height: 298px;
  z-index: 2;
  background: #d3ffc3;
  top: 80px;
}
@media screen and (min-width: 768px) {
  section.footer-contact {
    z-index: 2;
    background: #d3ffc3;
  }
}
@media screen and (min-width: 992px) {
  section.footer-contact {
    top: 0;
    height: 380px;
    z-index: 2;
    background-color: #d3ffc3;
  }
}

section.footer-contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 298px;
  background: #d9edff;
  -webkit-clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
          clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.footer-contact::before {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
            clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
  }
}
@media screen and (min-width: 992px) {
  section.footer-contact::before {
    height: 380px;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
}

.footer-contact__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  height: 32px;
  top: 80px;
  padding: 8px 0px 8px 0px;
  gap: 10px;
  opacity: 0px;
  background: black;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .footer-contact__bottom {
    top: 0;
    height: 32px;
  }
}

section.footer-contact-thanks {
  position: relative;
  top: 0;
  margin-top: 80px;
  height: 298px;
  z-index: 2;
  background: #d3ffc3;
}
@media screen and (min-width: 768px) {
  section.footer-contact-thanks {
    margin-top: 115px;
    height: 298px;
  }
}
@media screen and (min-width: 992px) {
  section.footer-contact-thanks {
    height: 380px;
  }
}

section.footer-contact-thanks::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 298px;
  background: #d9edff;
  -webkit-clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
          clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.footer-contact-thanks::before {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
            clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
  }
}
@media screen and (min-width: 992px) {
  section.footer-contact-thanks::before {
    height: 380px;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
}

.footer-contact-thanks__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  height: 32px;
  padding: 8px 0px 8px 0px;
  gap: 10px;
  opacity: 0px;
  background: black;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer-contact-thanks__bottom {
    height: 32px;
  }
}
@media screen and (min-width: 992px) {
  .footer-contact-thanks__bottom {
    height: 32px;
  }
}

/*====================
judge
====================*/
section.footer-judge {
  position: relative;
  height: 298px;
  z-index: 2;
  background: #d3ffc3;
}
@media screen and (min-width: 992px) {
  section.footer-judge {
    height: 380px;
  }
}

section.footer-judge::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 298px;
  background: #d9edff;
  -webkit-clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
          clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.footer-judge::before {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
            clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
  }
}
@media screen and (min-width: 992px) {
  section.footer-judge::before {
    height: 380px;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
}

/*====================
login
====================*/
section.footer__login {
  position: relative;
  height: 298px;
  z-index: 2;
  background: #d3ffc3;
}
@media screen and (min-width: 768px) {
  section.footer__login {
    margin-top: 115px;
    z-index: 2;
    background: #d3ffc3;
  }
}
@media screen and (min-width: 992px) {
  section.footer__login {
    top: 0px;
    margin-top: 115px;
    height: 380px;
    z-index: 2;
    background-color: #d3ffc3;
  }
}

section.footer__login::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 298px;
  background: #d9edff;
  -webkit-clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
          clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.footer__login::before {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
            clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
  }
}
@media screen and (min-width: 992px) {
  section.footer__login::before {
    height: 398px;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
}

.footer-login__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  height: 32px;
  padding: 8px 0px 8px 0px;
  gap: 10px;
  opacity: 0px;
  background: black;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer-login__bottom {
    width: 100vw;
    height: 32px;
  }
}
@media screen and (min-width: 992px) {
  .footer-login__bottom {
    width: calc(100vw - 240px);
    height: 32px;
    margin-top: 0px;
  }
}

.footer-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 50px;
}
@media screen and (min-width: 768px) {
  .footer-info__wrapper {
    padding: 40px 240px 20px 240px;
  }
}
@media screen and (min-width: 992px) {
  .footer-info__wrapper {
    padding: 80px 240px 20px 240px;
  }
}

/*====================
main
====================*/
@media screen and (min-width: 992px) {
  main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  /*====================
  info
  ====================*/
  /*====================
  certificate
  ====================*/
  /*====================
  documents
  ====================*/
  /*====================
  partners
  ====================*/
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  section.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  section#info {
    margin-top: 80px;
  }
}
@media screen and (min-width: 992px) {
  section.certificate {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  section.certificate {
    margin-top: 120px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  section.documents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) and (min-width: 768px) {
  section.documents {
    margin-top: 80px;
  }
}
@media screen and (min-width: 992px) {
  section.partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  section.partners {
    top: 104px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  section.partners {
    margin-top: 80px;
  }
}
/*====================
related
====================*/
@media screen and (min-width: 992px) {
  section.related {
    margin-top: 80px;
  }
}
/*====================
footer
====================*/
section.footer {
  position: relative;
  height: 298px;
  z-index: 2;
  background: #d3ffc3;
}
@media screen and (min-width: 768px) {
  section.footer {
    width: 100vw;
    z-index: 2;
    background: #d3ffc3;
  }
}
@media screen and (min-width: 992px) {
  section.footer {
    top: 0;
    width: calc(100vw - 240px);
    height: 380px;
    z-index: 2;
    background-color: #d3ffc3;
  }
}

section.footer::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 298px;
  background: #d9edff;
  -webkit-clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
          clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.footer::before {
    width: 100vw;
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
            clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
  }
}
@media screen and (min-width: 992px) {
  section.footer::before {
    width: calc(100vw - 240px);
    height: 380px;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
}

/*====================
blog
====================*/
section.footer-about {
  position: relative;
  height: 298px;
  z-index: 2;
  background: #d3ffc3;
}
@media screen and (min-width: 768px) {
  section.footer-about {
    z-index: 2;
    background: #d3ffc3;
  }
}
@media screen and (min-width: 992px) {
  section.footer-about {
    top: 0;
    height: 380px;
    z-index: 2;
    background-color: #d3ffc3;
  }
}

section.footer-about::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 298px;
  background: #d9edff;
  -webkit-clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
          clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.footer-about::before {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
            clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
  }
}
@media screen and (min-width: 992px) {
  section.footer-about::before {
    width: calc(100vw - 240px);
    height: 380px;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
}

/*====================
footer-info
====================*/
.footer-info {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer-info {
    margin-bottom: 0px;
  }
}

section.footer-info {
  position: relative;
  height: 298px;
  z-index: 2;
  background: #d3ffc3;
}
@media screen and (min-width: 768px) {
  section.footer-info {
    z-index: 2;
    background: #d3ffc3;
  }
}
@media screen and (min-width: 992px) {
  section.footer-info {
    top: 0;
    height: 380px;
    z-index: 2;
    background-color: #d3ffc3;
  }
}

section.footer-info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 298px;
  background: #d9edff;
  -webkit-clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
          clip-path: polygon(31% 0, 100% 0, 100% 40%, 77% 100%, 0 100%, 0 70%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.footer-info::before {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
            clip-path: polygon(25% 0, 100% 0, 100% 1%, 82% 100%, 0 100%, 0 100%);
  }
}
@media screen and (min-width: 992px) {
  section.footer-info::before {
    height: 380px;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
}

/*====================
certificate
====================*/
section.certificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

section.certificate-form {
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  section.certificate-form {
    margin-top: 120px;
  }
}

/*====================
check
====================*/
section.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0px;
}
@media screen and (min-width: 992px) {
  section.check {
    margin: 120px 0px;
  }
}

/*====================
referee
====================*/
section.referee-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0px;
}
@media screen and (min-width: 992px) {
  section.referee-form {
    margin: 120px 0px;
  }
}

/*====================
news
====================*/
section.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  section.news {
    margin-top: 120px;
  }
}

/*====================
list
====================*/
section.list {
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  section.list {
    margin-top: 120px;
  }
}

/*====================
archive
====================*/
section.archive {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
}

/*====================
sitemap
====================*/
section.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*====================
error
====================*/
section.error-list {
  padding: 40px 0px;
  margin-top: 80px;
  background: #d3ffc3;
}
@media screen and (min-width: 992px) {
  section.error-list {
    margin: 80px 240px;
    width: calc(100vw - 240px);
  }
}

/*====================
contact-confirm
====================*/
section.contact-confirm {
  margin: 80px 15px;
  padding: 0px 15px;
}
@media screen and (min-width: 768px) {
  section.contact-confirm {
    margin: 115px 20px;
  }
}
@media screen and (min-width: 992px) {
  section.contact-confirm {
    margin: 115px 120px;
    padding: 0;
  }
}

/*====================
contact
====================*/
section.contact {
  position: relative;
  background: #fff;
  padding: 0px 15px;
  margin: 80px 0px;
}
@media screen and (min-width: 992px) {
  section.contact {
    padding: 0;
    margin: 115px 0px;
  }
}

/*====================
contact-thanks
====================*/
section.contact-thanks {
  position: relative;
  margin: 80px 15px;
}
@media screen and (min-width: 768px) {
  section.contact-thanks {
    margin: 115px 40px;
  }
}
@media screen and (min-width: 992px) {
  section.contact-thanks {
    margin: 115px 120px;
  }
}

/*====================
judge
====================*/
@media screen and (min-width: 992px) {
  section.judge {
    margin-top: 120px;
  }
}

section.stipulate {
  padding-bottom: 160px;
}
@media screen and (min-width: 992px) {
  section.stipulate {
    margin: 120px 0px;
    padding-bottom: 0px;
  }
}

section.related-judge {
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  section.related-judge {
    margin-top: 120px;
  }
}

.table__item {
  min-width: 264px;
}

p.table__item-txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  top: 40px;
  text-align: justify;
  color: #333;
  font-family: "Yu Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 992px) {
  p.table__item-txt {
    left: 200px;
    font-size: min(1.6666666667vw, 24px);
  }
}

p.table-transfer__ttl {
  color: #333333;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.2em;
  text-align: left;
}

tr.table-title__menu {
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  tr.table-title__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}

th.table-title__list {
  display: block;
  width: 100%;
  border-bottom: none;
  padding: 10px;
  color: #299602;
  border: 1px solid #299602;
  padding: 8px 16px 8px 16px;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  th.table-title__list {
    width: 120px;
    border-bottom: none;
    font-size: min(1.25vw, 18px);
  }
}

td.table-title__item {
  display: block;
  border-bottom: solid 1px #299602;
  width: 100%;
  border-left: 1px solid #299602;
  border-right: 1px solid #299602;
  padding: 8px 16px 8px 16px;
  color: #333333;
  border-bottom: none;
  border-bottom: solid 1px #299602;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 992px) {
  td.table-title__item {
    width: 600px;
    border-top: 1px solid #299602;
    border-left: none;
    border-bottom: none;
    font-size: min(1.25vw, 18px);
  }
}

th.table-title__list--last {
  display: block;
  border-bottom: none;
  width: 100%;
  padding: 10px;
  color: #299602;
  border: 1px solid #299602;
  padding: 8px 16px 8px 16px;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  th.table-title__list--last {
    width: 120px;
    font-size: min(1.25vw, 18px);
  }
}

td.table-title__item--last {
  display: block;
  width: 100%;
  border-bottom: none;
  border-bottom: solid 1px #299602;
  border-left: 1px solid #299602;
  border-right: 1px solid #299602;
  padding: 8px 16px 8px 16px;
  color: #333333;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 992px) {
  td.table-title__item--last {
    width: 600px;
    border-top: 1px solid #299602;
    border-left: none;
    font-size: min(1.25vw, 18px);
    line-height: 32px;
  }
}

span.table-transfer__item {
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 992px) {
  span.table-transfer__item {
    font-size: min(1.25vw, 18px);
    line-height: 32px;
  }
}

.table-transfer__item--txt {
  padding: 20px;
  gap: 8px;
  border-radius: 4px 0px 0px 0px;
  opacity: 0px;
  background: #D3FFC3;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .table-transfer__item--txt {
    width: 100%;
    padding: 15px 15px;
    font-size: min(1.25vw, 18px);
    line-height: 32px;
  }
}

span.table-transfer__ttl--red {
  color: #FF0101;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  span.table-transfer__ttl--red {
    width: 100%;
    line-height: 24px;
    font-size: min(1.8252933507vw, 14px);
  }
}
@media screen and (min-width: 992px) {
  span.table-transfer__ttl--red {
    font-size: min(0.9722222222vw, 14px);
  }
}

@media screen and (min-width: 992px) {
  table.table-table__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 720px;
    margin: auto;
  }
}

td.table-title__item {
  border-bottom: solid 1px #299602;
  width: 100%;
  border-left: 1px solid #299602;
  border-right: 1px solid #299602;
  padding: 8px 16px 8px 16px;
  color: #333333;
  border-bottom: none;
  display: block;
  border-bottom: solid 1px #299602;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 992px) {
  td.table-title__item {
    width: 600px;
    border-top: 1px solid #299602;
    border-left: none;
    border-bottom: none;
    font-size: min(1.25vw, 18px);
  }
}

.form__wrapper {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .form__wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .form__wrapper {
    padding: 0;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0px;
  background: #d3ffc3;
}
@media screen and (min-width: 992px) {
  .form {
    padding: 40px 120px;
    background: #d3ffc3;
  }
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 30px;
  gap: 12px;
}

p.contact-confirm__item-input {
  color: 333333;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
}

p.contact-confirm__item-textarea {
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
}

p.form__item--Label {
  opacity: 0px;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.07em;
  text-align: left;
  color: #299602;
}
@media screen and (min-width: 768px) {
  p.form__item--Label {
    font-size: min(2.0860495437vw, 18px);
  }
}

span.form__item-label-required {
  top: -2px;
  width: 54px;
  height: 26px;
  padding: 3px 12px 3px 12px;
  font-size: 14px;
  gap: 15px;
  border-radius: 6px 6px 6px 6px;
  opacity: 0px;
  position: relative;
  color: #fff;
  background: #299602;
  margin-left: 6px;
}

input.form__item-input {
  position: relative;
  height: 40px;
  padding: 10px;
  gap: 0px;
  border-radius: 6px 6px 6px 6px;
  opacity: 0px;
  border: 1px solid #fff;
  font-family: Yu Gothic;
}
@media screen and (min-width: 768px) {
  input.form__item-input {
    font-size: min(2.3468057366vw, 16px);
  }
}
.form__item--calendar {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.form__item--calendar.form__item--calendar--short {
  width: 300px;
}

p.form__item--calendar {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #299602;
  gap: 18px;
  opacity: 0px;
  padding: 5px 0px;
}
@media screen and (min-width: 768px) {
  p.form__item--calendar {
    font-size: min(2.0860495437vw, 18px);
  }
}

span.form__item-calendar-required {
  width: 54px;
  height: 26px;
  padding: 3px 12px 3px 12px;
  font-size: 14px;
  gap: 15px;
  border-radius: 6px 6px 6px 6px;
  opacity: 0px;
  position: relative;
  color: #fff;
  background: #299602;
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  span.form__item-calendar-required {
    left: 0px;
  }
}

input.form__item-calendar.form__item-calendar--long {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 40px;
  width: 100%;
  gap: 0px;
  border-radius: 6px 6px 6px 6px;
  opacity: 0px;
  border: 1px solid #fff;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 10px;
  color: #666666;
}
@media screen and (min-width: 768px) {
  input.form__item-calendar.form__item-calendar--long {
    width: 360px;
    font-size: min(2.0860495437vw, 16px);
  }
}

input.form__item-calendar.form__item-calendar--short {
  position: relative;
  height: 40px;
  width: 100%;
  gap: 0px;
  padding: 10px;
  border-radius: 6px 6px 6px 6px;
  opacity: 0px;
  border: 1px solid #fff;
}
@media screen and (min-width: 992px) {
  input.form__item-calendar.form__item-calendar--short {
    font-size: min(2.0860495437vw, 16px);
    width: 300px;
  }
}

.contact-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

input.form__btn {
  font-family: Noto Sans JP;
  font-size: 24px;
  background: #299602;
  border: 4px solid #299602;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  width: 315px;
  height: 60px;
  margin: 40px 30px;
  padding: 10px 24px 10px 24px;
  gap: 20px;
  font-size: 24px;
  border-radius: 8px 8px 8px 8px;
  border: 4px 0px 0px 0px;
  opacity: 0px;
}
@media screen and (min-width: 768px) {
  input.form__btn {
    margin: 40px 227px;
  }
}
@media screen and (min-width: 992px) {
  input.form__btn {
    width: 360px;
    margin: 40px 175px;
  }
}

input.form__btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 4px #fff;
          box-shadow: 0 0 0 4px #fff;
}

span.form__item-calendar {
  position: absolute;
  right: 0;
  width: 42px;
  height: 40px;
  gap: 0px;
  border-radius: 0px 6px 6px 0px;
  opacity: 0px;
  background: #299602;
  padding: 12px;
}
@media screen and (min-width: 992px) {
  span.form__item-calendar {
    top: 0px;
  }
}

span.item-calendar-required-sec {
  position: absolute;
  width: 42px;
  height: 40px;
  right: 0;
  gap: 0px;
  border-radius: 0px 6px 6px 0px;
  opacity: 0px;
  background: #299602;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  span.item-calendar-required-sec {
    left: 318px;
  }
}

.form__item--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 30px;
  gap: 12px;
  margin-top: 40px;
}

.form__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .form__checkbox-group {
    top: 8px;
  }
}

.form__checkbox-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-top: 14px;
}

.form__item--sex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 30px;
  gap: 12px;
}

input[type=checkbox] {
  margin-right: 5px;
  border: 1px solid #fff;
  background: #FFFFFF;
  width: 20px;
  height: 20px;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 40px;
  width: 100%;
  gap: 0px;
  border-radius: 6px 6px 6px 6px;
  opacity: 0px;
  border: 1px solid #fff;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 10px;
  color: #666666;
}

.form__select {
  position: relative;
  display: inline-block;
  z-index: 1;
}

span.form__item-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  line-height: 1;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 15px;
  margin-top: 12px;
  -webkit-transform: translateX(-25%) rotate(135deg);
          transform: translateX(-25%) rotate(135deg);
}

.form__item-arrow::before, .form__item-arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

span.form__item-arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

span.form__item-arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

/* カレンダーのポップアップ */
.calendar-popup {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: none;
}

.calendar-popup table {
  width: 100%;
  border-collapse: collapse;
}

.calendar-popup th, .calendar-popup td {
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}

.calendar-popup th {
  background-color: #f0f0f0;
}

.calendar-popup td:hover {
  background-color: #e0e0e0;
}

.calendar-popup td.selected {
  background-color: #007bff;
  color: white;
}

@media screen and (min-width: 768px) {
  .commom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
@media screen and (min-width: 992px) {
  .commom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}

.common-dl__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 120px 0;
  background: #d3ffc3;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
.common-dl__wrapper--referee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0;
  background: #d3ffc3;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .common-dl__wrapper--referee {
    width: 720px;
    margin: 120px 0;
  }
}

.common-dl__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 120px 0;
  background: #d3ffc3;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
.common-dl__wrapper--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #d3ffc3;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  margin: 40px auto;
}
@media screen and (min-width: 992px) {
  .common-dl__wrapper--check {
    width: 720px;
  }
}

.common-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-bottom: 20px;
  padding: 0 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .common-dl {
    top: 12px;
  }
}
@media screen and (min-width: 992px) {
  .common-dl {
    margin-bottom: 0px;
  }
}

.common-dl__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 20px;
  font-family: Font Awesome 6 Free;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .common-dl__btn {
    left: 10px;
  }
}

.common-dl__img {
  padding-right: 8px;
  padding-top: 8px;
}

h1.sub-title__item-txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Yu Gothic;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #299602;
  color: #299602;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

h2#eventTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  font-family: Yu Gothic;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #299602;
  color: #299602;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

h2.sub-title__item-txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Yu Gothic;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #299602;
  color: #299602;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  h2.sub-title__item-txt {
    font-size: min(2.6075619296vw, 20px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  h2.sub-title__item-txt {
    font-size: min(1.9444444444vw, 28px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

h3.sub-title__item-txt--sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px 40px 40px;
  gap: 0px;
  opacity: 0px;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #299602;
}
@media screen and (min-width: 768px) {
  h3.sub-title__item-txt--sec {
    font-size: min(2.0860495437vw, 16px);
  }
}
@media screen and (min-width: 992px) {
  h3.sub-title__item-txt--sec {
    font-size: min(1.3888888889vw, 20px);
    margin-bottom: 40px;
    padding: 0 30px;
  }
}

p.sub-title__item-txt--sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
  margin: 40px 0px;
  gap: 0px;
  opacity: 0px;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #299602;
  background: #299602;
}
@media screen and (min-width: 768px) {
  p.sub-title__item-txt--sec {
    font-size: min(2.0860495437vw, 16px);
  }
}
@media screen and (min-width: 992px) {
  p.sub-title__item-txt--sec {
    font-size: min(1.3888888889vw, 20px);
    margin-bottom: 40px;
  }
}

.list {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .list {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .list {
    padding: 0 80px;
  }
}

ul.list__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  ul.list__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    height: 196px;
  }
}
@media screen and (min-width: 992px) {
  ul.list__menu {
    border-radius: 40px 0px 0px 0px;
  }
}

li.list__menu-txt {
  position: relative;
  border-bottom: 1px dashed #299602;
  text-transform: uppercase;
}

a.list__menu-link {
  display: flex;
  height: 30px;
  padding: 4px 12px;
  gap: 10px;
  color: #333;
  font-family: Noto Sans JP;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  flex-wrap: wrap; /* ← 2〜3行に対応 */
  align-items: center;
}
@media screen and (min-width: 992px) {
  a.list__menu-link {
    font-size: min(1.1111111111vw, 16px);
  }
}

.list__menu--circle {
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
  margin-top: 3px;
}

span.list__menu-right {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 10px;
  margin-top: 3px;
  color: #299602;
  line-height: 1;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}

.list__menu-right::before, .list__menu-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

span.list__menu-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

span.list__menu-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.participant-list tr.participant-list {
  background-color: #d3ffc3;
  color: rgb(59, 58, 57);
  padding: 4px 8px;
  font-family: "Yu Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (min-width: 992px) {
  .participant-list tr.participant-list {
    font-size: min(1.6666666667vw, 24px);
  }
}

.participant-list tr.participant-list:hover {
  background-color: #d3ffc3; /* ホバー時の背景色を少し暗く */
}

thead.participant-list {
  font-family: "Yu Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 992px) {
  thead.participant-list {
    font-size: min(1.6666666667vw, 24px);
  }
}

tr.participant-lists {
  font-family: "Yu Gothic";
  font-size: 16px;
  font-style: normal;
  line-height: 200%;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 992px) {
  tr.participant-lists {
    font-size: min(1.6666666667vw, 24px);
  }
}

a.info__post--new.info__post--new--link,
a.info__post {
  position: relative;
  display: block;
  padding: 15px;
  top: 128px;
  left: 0;
  opacity: 0; /* 初期状態：非表示 */
  -webkit-transform: translateY(100px);
          transform: translateY(100px); /* 下方向にずらして配置 */
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease; /* 透明度と位置の変更を滑らかに */
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.05); /* 柔らかい影 */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
a.info__post--new.info__post--new--link.is-show,
a.info__post.is-show {
  opacity: 1; /* 表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0); /* 元の位置に戻る */
}
@media screen and (min-width: 768px) {
  a.info__post--new.info__post--new--link,
  a.info__post {
    left: 34px;
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  a.info__post--new.info__post--new--link,
  a.info__post {
    left: 0;
  }
}

p.breadcrumb__en {
  position: absolute;
  color: #fff;
  top: 10px;
  left: 10px;
  font-size: 16px;
  text-transform: uppercase;
  width: 100vw;
  height: 14px;
  gap: 2.49px;
  opacity: 1;
  font-weight: bold;
  line-height: 1.5;
}

a.breadcrumb {
  color: #fff;
}

p.breadcrumb {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  top: 10px;
  left: 10px;
  font-size: 14px;
  height: 14px;
  gap: 2.49px;
  font-weight: bold;
  font-family: Yu Gothic;
  line-height: 1.5;
  text-transform: uppercase;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  p.breadcrumb {
    font-size: min(1.1111111111vw, 16px);
    top: 52px;
    left: 20px;
  }
}

@media screen and (min-width: 992px) {
  span.breadcrumb__en {
    font-size: min(0.9722222222vw, 14px);
  }
}
span.breadcrumb__en--big {
  font-size: 32px;
}
@media screen and (min-width: 992px) {
  span.breadcrumb__en--big {
    font-size: min(5.5555555556vw, 80px);
  }
}
span.breadcrumb__en--large {
  font-size: 48px;
  text-transform: uppercase;
  font-style: italic;
}
@media screen and (min-width: 992px) {
  span.breadcrumb__en--large {
    font-size: min(6.9444444444vw, 100px);
  }
}

@media screen and (min-width: 992px) {
  span.breadcrumb__ja {
    font-size: min(0.9722222222vw, 14px);
  }
}

span.breadcrumb-border {
  border: 1px solid #fff;
  width: 14px;
  left: 30px;
  top: 7px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg) translateY(-50%);
          transform: rotate(-60deg) translateY(-50%);
}
@media screen and (min-width: 992px) {
  span.breadcrumb-border {
    left: 24px;
  }
}

p.breadcrumb__ja {
  position: absolute;
  font-family: Yu Gothic;
  color: #fff;
  width: 100vw;
  height: 73.94px;
  top: 114px;
  right: 20px;
  padding: 0px;
  font-weight: bold;
  gap: 0px;
  opacity: 1;
  line-height: 1.2;
  text-align: right;
}
@media screen and (min-width: 768px) {
  p.breadcrumb__ja {
    right: 80px;
  }
}
@media screen and (min-width: 992px) {
  p.breadcrumb__ja {
    font-size: min(2.5vw, 36px);
    top: 168px;
    right: 80px;
  }
}
p.breadcrumb__ja--large {
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  p.breadcrumb__ja--large {
    font-size: min(3.3333333333vw, 48px);
  }
}

.contact-confirm__wrapper {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .contact-confirm__wrapper {
    width: 630px;
  }
}

.contact-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #d3ffc3;
}
@media screen and (min-width: 992px) {
  .contact-confirm {
    margin: 0;
  }
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px 15px;
  gap: 12px;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .contact__item {
    padding: 12px 30px;
  }
}

p.contact__item-input {
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #333333;
}

p.contact__item-textarea {
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  color: #333333;
}

.contact-confirm__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
  top: 12px;
}
@media screen and (min-width: 768px) {
  .contact-confirm__item {
    top: 52px;
  }
}
@media screen and (min-width: 992px) {
  .contact-confirm__item {
    margin-bottom: 24px;
    top: 32px;
  }
}

p.contact-confirm__item-input {
  color: 333333;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #333333;
}

p.contact-confirm__item-textarea {
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  color: #333333;
}

p.contact__item--label {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #299602;
  height: 27px;
  opacity: 0px;
  padding: 5px 0px;
}
@media screen and (min-width: 768px) {
  p.contact__item--label {
    top: 100px;
  }
}
@media screen and (min-width: 992px) {
  p.contact__item--label {
    font-size: min(1.3888888889vw, 20px);
  }
}

span.contact-confirm__item-label-required {
  top: -2px;
  width: 54px;
  height: 26px;
  padding: 3px 12px 3px 12px;
  font-size: 14px;
  gap: 15px;
  border-radius: 6px 6px 6px 6px;
  opacity: 0px;
  position: relative;
  color: #fff;
  background: #299602;
  margin-left: 10px;
}

input.contact-confirm__item-input {
  position: relative;
  height: 40px;
  gap: 0px;
  border-radius: 6px 6px 6px 6px;
  opacity: 0px;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  input.contact-confirm__item-input {
    font-size: min(2.3468057366vw, 16px);
  }
}
p.contact-confirm__item--calendar {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #299602;
  gap: 18px;
  opacity: 0px;
  padding: 5px 0px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  p.contact-confirm__item--calendar {
    font-size: min(2.0860495437vw, 18px);
    margin-bottom: 8px;
  }
}

span.contact-confirm__item-calendar-required {
  width: 54px;
  height: 26px;
  padding: 3px 12px 3px 12px;
  font-size: 14px;
  gap: 15px;
  border-radius: 6px 6px 6px 6px;
  opacity: 0px;
  position: relative;
  color: #fff;
  background: #299602;
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  span.contact-confirm__item-calendar-required {
    left: 0px;
  }
}

input.contact-confirm__item-calendar.contact-confirm__item-calendar--long {
  position: relative;
  height: 40px;
  gap: 0px;
  border-radius: 6px 6px 6px 6px;
  opacity: 0px;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  input.contact-confirm__item-calendar.contact-confirm__item-calendar--long {
    width: 360px;
    font-size: min(2.0860495437vw, 16px);
  }
}

input.contact-confirm__item-calendar.contact-confirm__item-calendar--short {
  position: relative;
  height: 40px;
  gap: 0px;
  border-radius: 6px 6px 6px 6px;
  opacity: 0px;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  input.contact-confirm__item-calendar.contact-confirm__item-calendar--short {
    font-size: min(2.0860495437vw, 16px);
    width: 300px;
  }
}

input.contact-form__btn {
  font-family: Noto Sans JP;
  font-size: 24px;
  background: #299602;
  border: 4px solid #299602;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  width: 315px;
  height: 60px;
  margin: 40px 30px;
  padding: 10px 24px 10px 24px;
  gap: 20px;
  font-size: 24px;
  border-radius: 8px 8px 8px 8px;
  border: 4px 0px 0px 0px;
  opacity: 0px;
}
@media screen and (min-width: 768px) {
  input.contact-form__btn {
    margin: 40px;
  }
}
@media screen and (min-width: 992px) {
  input.contact-form__btn {
    width: 360px;
    margin: 40px 175px;
  }
}

input.contact-form__btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 4px #fff;
          box-shadow: 0 0 0 4px #fff;
}

span.contact-form__item-calendar {
  position: absolute;
  width: 42px;
  height: 40px;
  gap: 0px;
  border-radius: 0px 6px 6px 0px;
  opacity: 0px;
  background: #299602;
  padding: 12px;
}

.contact-form__item--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  top: 12px;
  padding: 0px 30px;
}
@media screen and (min-width: 768px) {
  .contact-form__item--large {
    top: 50px;
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 992px) {
  .contact-form__item--large {
    top: 32px;
  }
}

.contact-form__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contact-form__checkbox-group {
    top: 8px;
  }
}

.contact-form__checkbox-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-top: 14px;
}

.contact-form__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 12px;
  gap: 8px;
  opacity: 0px;
}

.contact-form__item--sex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 0 30px;
  margin-bottom: 24px;
  top: 12px;
}
@media screen and (min-width: 992px) {
  .contact-form__item--sex {
    margin-bottom: 24px;
  }
}

input[type=checkbox] {
  margin-right: 5px;
  border: 1px solid #fff;
  background: #FFFFFF;
  width: 20px;
  height: 20px;
}

.contact-form__item--Label {
  margin-bottom: 8px;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 40px;
  width: 100%;
  gap: 0px;
  border-radius: 6px 6px 6px 6px;
  opacity: 0px;
  border: 1px solid #fff;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-align: left;
}

.contact-form__select {
  position: relative;
  display: inline-block;
  z-index: 1;
}

span.contact-form__item-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  line-height: 1;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 15px;
  margin-top: 12px;
  -webkit-transform: translateX(-25%) rotate(135deg);
          transform: translateX(-25%) rotate(135deg);
}

.contact-form__item-arrow::before, .contact-form__item-arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

span.contact-form__item-arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

span.contact-form__item-arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

span.contact__item-label-required {
  top: -2px;
  width: 54px;
  height: 26px;
  padding: 3px 12px 3px 12px;
  font-size: 14px;
  gap: 15px;
  border-radius: 6px 6px 6px 6px;
  opacity: 0px;
  position: relative;
  color: #fff;
  background: #299602;
  margin-left: 10px;
}

input.contact__item-input {
  position: relative;
  height: 40px;
  gap: 0px;
  border-radius: 6px 6px 6px 6px;
  opacity: 0px;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  input.contact__item-input {
    font-size: min(2.3468057366vw, 16px);
  }
}

span.item-calendar-required-sec {
  position: absolute;
  width: 42px;
  height: 40px;
  gap: 0px;
  border-radius: 0px 6px 6px 0px;
  opacity: 0px;
  background: #299602;
  padding: 12px;
}

.contact-thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #d3ffc3;
  margin: 40px 0px;
}

.contact-thanks__item {
  gap: 8px;
  opacity: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px 15px;
}
@media screen and (min-width: 992px) {
  .contact-thanks__item {
    margin: 24px 15px;
  }
}

p.contact-thanks__item--label {
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333333;
  padding: 0 15px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  p.contact-thanks__item--label {
    padding: 0 30px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  p.contact-thanks__item--label {
    margin-top: 40px;
    text-align: center;
  }
}

input.contact-thanks__btn {
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  width: 308px;
  height: 60px;
  padding: 10px 24px 10px 24px;
  gap: 20px;
  border-radius: 8px 8px 8px 8px;
  border: 4px 0px 0px 0px;
  opacity: 0px;
  background: #299602;
  border: 4px solid #299602;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 14px;
}
@media screen and (min-width: 768px) {
  input.contact-thanks__btn {
    margin: 40px 115px;
  }
}
@media screen and (min-width: 992px) {
  input.contact-thanks__btn {
    width: 360px;
    margin: 40px 180px;
    top: 8px;
  }
}

input.contact-thanks__btn:active {
  position: relative;
  color: white;
  top: 3px;
  -webkit-transition: 0s;
  transition: 0s;
  outline: none;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #d3ffc3;
  padding: 40px 0px;
}
@media screen and (min-width: 992px) {
  .contact {
    padding: 40px 120px;
  }
}

.contact__wrapper {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
}

p.contact__item-txt {
  color: #299602;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  height: 96px;
  gap: 0px;
  opacity: 0px;
  padding: 0 32px;
}
@media screen and (min-width: 768px) {
  p.contact__item-txt {
    top: 100px;
  }
}
@media screen and (min-width: 992px) {
  p.contact__item-txt {
    font-size: min(1.3888888889vw, 20px);
  }
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px 15px;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .contact__item {
    padding: 12px 30px;
  }
}

p.contact__item--Label {
  opacity: 0px;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #299602;
  height: 27px;
  gap: 18px;
  opacity: 0px;
  padding: 5px 0px;
}
@media screen and (min-width: 768px) {
  p.contact__item--Label {
    top: 100px;
  }
}
@media screen and (min-width: 992px) {
  p.contact__item--Label {
    font-size: min(1.3888888889vw, 20px);
  }
}

span.contact__item-label-required {
  top: -2px;
  width: 46px;
  height: 22px;
  padding: 3px 12px 3px 12px;
  font-size: 14px;
  gap: 15px;
  border-radius: 6px 6px 6px 6px;
  opacity: 0px;
  position: relative;
  color: #fff;
  background: #299602;
  margin-left: 10px;
}

input.contact__item-input {
  height: 40px;
  gap: 0px;
  border-radius: 6px 6px 6px 6px;
  opacity: 0px;
  position: relative;
  border: 1px solid #fff;
}

.contact__textarea {
  gap: 12px;
  opacity: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px 15px;
}
@media screen and (min-width: 768px) {
  .contact__textarea {
    padding: 12px 30px;
  }
}

textarea.contact__item--textarea {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-family: Yu Gothic, sans-serif;
    width: 100%;
    box-sizing: border-box;
    height: 120px;
    gap: 0px;
    opacity: 0px;
    position: relative;
    border: 1px solid #fff;
    line-height: 2rem;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  background-color: #fff;
  overflow-x: hidden;
}

/* メニューが開いている時にbodyのスクロールを無効化 */
body.header__menu-open {
  overflow: hidden; /* bodyのスクロールを無効化 */
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem); /*16px*/
  line-height: 1.6;
}

main {
  min-height: 100vh;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

picture {
  vertical-align: middle;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
ul,
ol,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

li {
  color: #333;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.fv {
  height: 600px;
  background: url(/img/sp-fv.webp) center/cover no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv {
    background-image: url(/img/pc-fv.webp);
  }
}
@media screen and (min-width: 992px) {
  .fv {
    height: 100vh;
  }
}
.fv:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 140px;
  background-color: #299602;
  -webkit-clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 100%);
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .fv:before {
    width: 100vw;
    height: 160px;
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(100% 0%, 100% 100%, 0 100%);
  }
}

a.fv__scroll {
  display: none;
}
@media screen and (min-width: 992px) {
  a.fv__scroll {
    display: block;
    width: 60px;
    height: 94px;
    color: #fff;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 20px;
    translate: -50% 0;
    -webkit-animation: infinite pop;
            animation: infinite pop;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.fv__scroll:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 62px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
  }
  a.fv__scroll:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 20%;
    background-color: #fff;
    bottom: -2px;
    left: 56%;
    translate: -50% 0;
    rotate: 30deg;
  }
}

.fv__content {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .fv__content {
    bottom: 0;
    right: 0;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 36px;
  }
}

.fv__catch-ja {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
}
@media screen and (min-width: 992px) {
  .fv__catch-ja {
    font-size: min(2.5vw, 36px);
    padding-right: 20px;
  }
}
.fv__catch-ja--large {
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .fv__catch-ja--large {
    font-size: min(3.3333333333vw, 48px);
  }
}

.fv__catch-en {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
  text-transform: uppercase;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  translate: -10px 0;
}
@media screen and (min-width: 992px) {
  .fv__catch-en {
    font-size: min(3.3333333333vw, 48px);
    padding-right: 20px;
  }
}
.fv__catch-en--big {
  font-size: 32px;
}
@media screen and (min-width: 992px) {
  .fv__catch-en--big {
    font-size: min(5.5555555556vw, 80px);
  }
}
.fv__catch-en--large {
  font-size: 48px;
}
@media screen and (min-width: 992px) {
  .fv__catch-en--large {
    font-size: min(6.9444444444vw, 100px);
  }
}

.fv-sub__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .fv-sub__content {
    bottom: 0;
    right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .fv-sub__content {
    top: 0;
    height: 100%;
  }
}

h1.fv-sub__catch-ja {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  right: 15px;
  text-align: right;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  h1.fv-sub__catch-ja {
    right: 36px;
    font-size: 26px;
    line-height: 2.5;
  }
}
@media screen and (min-width: 992px) {
  h1.fv-sub__catch-ja {
    right: 36px;
    font-size: 36px;
    line-height: 2.5;
    padding-right: 40px;
  }
}

span.fv-sub__catch-en--large {
  font-size: 32px;
  text-transform: uppercase;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  translate: -10px 0;
  font-family: Yu Gothic;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (min-width: 768px) {
  span.fv-sub__catch-en--large {
    font-size: 80px;
  }
}
@media screen and (min-width: 992px) {
  span.fv-sub__catch-en--large {
    font-size: 100px;
    line-height: 0.9;
  }
}

.fv-about {
  height: 190px;
  gap: 0px;

  background: url(/img/header-contact.webp) center/cover no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-about {
    background-image: url(/img/about_pc_fv.webp);
  }
}
@media screen and (min-width: 992px) {
  .fv-about {
    height: 337px;
    gap: 0px;

    background-image: url(/img/about_pc_fv.webp);
  }
}

.fv-schedule-calendar {
  height: 190px;
  gap: 0px;
  background: url(../img/calendar_sp_fv.webp) center/cover no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-schedule-calendar {
    background-image: url(../img/calendar_pc_fv.webp);
  }
}
@media screen and (min-width: 992px) {
  .fv-schedule-calendar {
    height: 337px;
    gap: 0px;

    background-image: url(../img/calendar_pc_fv.webp);
  }
}

.fv-info {
  height: 190px;
  gap: 0px;
  opacity: 0px;
  background: url(/img/fv_info_sp.webp) center/cover no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-info {
    background-image: url(/img/info_pc_fv.webp);
  }
}
@media screen and (min-width: 992px) {
  .fv-info {
    height: 337px;
    gap: 0px;
    opacity: 0px;
    background-image: url(/img/info_pc_fv.webp);
  }
}

.fv-certificate {
  height: 190px;
  gap: 0px;
  opacity: 1;
  background: url(/img/fv_certificate_sp.webp) center/cover no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-certificate {
    background-image: url(/img/fv_certificate_pc.webp);
  }
}
@media screen and (min-width: 992px) {
  .fv-certificate {
    height: 337px;
    gap: 0px;
    opacity: 0px;
    background-image: url(/img/fv_certificate_pc.webp);
  }
}

.fv-certificate__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 74px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv-certificate__content {
    bottom: 0;
    right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
  }
}

.fv-check {
  height: 190px;
  gap: 0px;
  opacity: 0px;
  background: url(/img/fv_certificate_sp.webp) center/cover no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-check {
    background-image: url(/img/fv_certificate_pc.webp);
  }
}
@media screen and (min-width: 992px) {
  .fv-check {
    height: 337px;
    gap: 0px;
    opacity: 0px;
    background-image: url(/img/fv_certificate_pc.webp);
  }
}

.fv-check__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 74px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv-check__content {
    bottom: 0;
    right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
  }
}

.fv-referee {
  height: 190px;
  gap: 0px;
  opacity: 0px;
  background: url(/img/fv_certificate_sp.webp) center/cover no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-referee {
    background-image: url(/img/fv_certificate_pc.webp);
    width: 100vw;
  }
}
@media screen and (min-width: 992px) {
  .fv-referee {
    width: calc(100vw - 240px);
    height: 337px;
    gap: 0px;
    opacity: 0px;
    background-image: url(/img/fv_certificate_pc.webp);
  }
}

.fv-referee__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 74px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv-referee__content {
    bottom: 0;
    right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
  }
}

.fv-news {
  height: 190px;
  gap: 0px;
  opacity: 0px;
  background: url(/img/news_sp_fv.webp) center/cover no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-news {
    background-image: url(/img/news_pc_fv.webp);
  }
}
@media screen and (min-width: 992px) {
  .fv-news {
    height: 337px;
    gap: 0px;
    opacity: 0px;
    background-image: url(/img/news_pc_fv.webp);
  }
}

.fv-news__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 74px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv-news__content {
    bottom: 0;
    right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
  }
}

.fv-login {
  width: 375px;
  height: 190px;
  gap: 0px;
  opacity: 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-login {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .fv-login {
    width: calc(100vw - 240px);
    height: 337px;
    gap: 0px;
    opacity: 0px;
  }
}

.fv-login__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 74px;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .fv-login__content {
    bottom: 0;
    right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
  }
}

.fv-sitemap {
  height: 190px;
  gap: 0px;
  opacity: 0px;
  background: url(/img/sitemap_sp.webp) center/cover no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-sitemap {
    background-image: url(/img/sitemap_pc.webp);
  }
}
@media screen and (min-width: 992px) {
  .fv-sitemap {
    height: 337px;
    gap: 0px;
    opacity: 0px;
    background-image: url(/img/sitemap_pc.webp);
  }
}

.fv-contact {
  height: 190px;
  gap: 0px;
  opacity: 0px;
  background: url(/img/contact_sp.webp) center/cover no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-contact {
    background-image: url(/img/contact_pc.webp);
    width: 100vw;
  }
}
@media screen and (min-width: 992px) {
  .fv-contact {
    width: calc(100vw - 240px);
    height: 337px;
    gap: 0px;
    opacity: 0px;
    background-image: url(/img/contact_pc.webp);
  }
}

.fv-contact-confirm {
  height: 190px;
  gap: 0px;
  opacity: 0px;
  background: url(/img/contact_sp.webp) center/cover no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-contact-confirm {
    background-image: url(/img/contact_pc.webp);
  }
}
@media screen and (min-width: 992px) {
  .fv-contact-confirm {
    height: 337px;
    gap: 0px;
    opacity: 0px;
    background-image: url(/img/contact_pc.webp);
  }
}

.fv-login-confirm {
  gap: 0px;
  opacity: 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-login-confirm {
    width: 100vw;
  }
}
@media screen and (min-width: 992px) {
  .fv-login-confirm {
    height: 337px;
    gap: 0px;
    opacity: 0px;
  }
}

.fv-login-confirm__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 74px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv-login-confirm__content {
    bottom: 0;
    right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
  }
}

.fv-judge {
  height: 190px;
  gap: 0px;
  opacity: 0px;
  background: url(/img/news_sp_fv.webp) center/cover no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-judge {
    background-image: url(/img/news_pc_fv.webp);
  }
}
@media screen and (min-width: 992px) {
  .fv-judge {
    height: 337px;
    gap: 0px;
    opacity: 0px;
    background-image: url(/img/news_pc_fv.webp);
  }
}

.fv-judge__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 74px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv-judge__content {
    bottom: 0;
    right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
  }
}

span.fv-judge__catch-en {
  color: #fff;
  font-family: Yu Gothic;
  font-size: 48px;
  font-weight: bold;
  line-height: 57.6px;
  text-align: right;
  font-style: italic;
  text-transform: uppercase;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  translate: -10px 0;
}
@media screen and (min-width: 992px) {
  span.fv-judge__catch-en {
    font-size: min(3.3333333333vw, 48px);
  }
}
span.fv-judge__catch-en--big {
  font-size: 32px;
}
@media screen and (min-width: 992px) {
  span.fv-judge__catch-en--big {
    font-size: min(5.5555555556vw, 80px);
  }
}
span.fv-judge__catch-en--large {
  font-size: 48px;
}
@media screen and (min-width: 992px) {
  span.fv-judge__catch-en--large {
    font-size: min(6.9444444444vw, 100px);
  }
}

.info-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
@media screen and (min-width: 768px) {
  .info-card {
    padding: 0 15px;
    gap: 30px;
    margin-top: 120px;
  }
}

.info-card__info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-bottom: 240px;
}
@media screen and (min-width: 768px) {
  .info-card__info {
    padding: 0 15px;
    gap: 30px;
    margin: 120px 0px;
  }
}
/* グリッド全体 */
.news-card-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  padding: 0 15px;
}

/* 各カード */
.news-card {
  display: block;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.news-card:hover {
  transform: translateY(-5px);
}

/* 画像部分 */
.news-card__img {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.news-card__img img {
  width: 100%;
  height: auto;
  display: block;
  background: #D3FFC3;
  padding: 10px;
}

/* テキスト部分 */
.news__item-content {
  padding: 1rem;
}

.news__item-txt {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.news__item-tll {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}

/* フェードインアニメーション */
.fade-target {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-target.is-show {
  opacity: 1;
  transform: translateY(0);
}

a.info__post--link {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.news-card__content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 8px 2px 8px;
  gap: 10px;
  border-radius: 2px 0px 0px 0px;
}
a.info__post--new {
  display: inline-block;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.05);
}

.info__card--new {
  height: auto;
  width: 100%;
  padding: 10px 62px;
  background: #D3FFC3;
  box-sizing: border-box;
  overflow: hidden;
}

.info__post--new::after {
  position: absolute;
  content: "✔受付中";
  font-family: "Font Awesome 5 Free";
  top: -10px;
  left: -10px;
  padding: 2px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  border-radius: 4px;
  background: #004F95;
  font-size: 1rem;
  color: #fff;
}

a.info__post--link {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.info-card__content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 0px;
  gap: 10px;
  border-radius: 2px 0px 0px 0px;
}

dl.info-card__post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

dt.info-card__post--item {
  margin: 0 0 10px 0;
  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;
  width: 35%;
  padding: 2px 8px;
  gap: 10px;
  color: #fff;
  border-radius: 2px;
  background: #299602;
  font-size: 0.9rem;
}

dd.info-card__post--tt {
  color: #333;
  font-family: "Yu Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  line-height: 100%;
  position: relative;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding: 2px 8px;
  margin: 0 0 10px 0;
}

.info__card {
  height: auto;
  width: 100%;
  background: #D3FFC3;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.info___title {
  position: relative;
  top: 0;
  left: 40px;
}

.info___title--txt {
  color: #299602;
  text-align: right;
  font-family: "Yu Gothic";
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 80px;
}

.info-card__info-card__post--tt {
  color: #299602;
  font-family: "Yu Gothic";
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
  position: relative;
  top: 35px;
  left: 0;
}

h3.info-card__post--tt {
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: bold;
  line-height: 25.63px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #333;
  display: -webkit-box; /* Flexboxのように動作させる */
  -webkit-box-orient: vertical; /* 垂直方向に子要素を配置 */
  overflow: hidden; /* 溢れた部分は表示しない */
  white-space: normal; /* テキストの折り返しを有効にする */
  line-height: 1.5; /* 行間の調整（必要に応じて） */
  height: auto; /* 高さは自動で調整 */
}
@media screen and (min-width: 992px) {
  h3.info-card__post--tt {
    line-height: 27px;
  }
}

.about__wrapper {
  padding: 40px 15px;
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  .about__wrapper {
    width: 960px;
    height: 323px;
  }
}

.about-blog__wrapper {
  margin-top: 80px;
  padding: 15px;
}

p.about__item--content {
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  p.about__item--content {
    margin: 0 15px;
    margin-top: 120px;
  }
}

.about__item {
    margin: 80px 26px;
}

.about-sec {
  margin-top: 20px;
}

.about-sec__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

p.about__item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-family: "Yu Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: justify;
  gap: 16px;
  margin-right: 18px;
}
@media screen and (min-width: 768px) {
  p.about__item-ttl {
    left: 416px;
  }
}
@media screen and (min-width: 992px) {
  p.about__item-ttl {
    letter-spacing: 0.2em;
  }
}

p.about__item--bold {
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-main__wrapper {
  position: relative;
  margin: 0 10px;
}

p.about__item--tt {
  color: #299602;
  text-align: right;
  font-family: "Yu Gothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.04em;
}

.documents__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 120px;
  gap: 20px;
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  .documents__wrapper {
    padding: 0 30px;
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
  .documents__wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0px;
    gap: 20px;
  }
}

a.documents__wrapper-link {
  position: relative;
  display: inline-block;
  width: 315px;
  height: 100px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #299602;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  border: 1px solid #299602;
  overflow: hidden; /* 追加: ::before疑似要素の範囲外に出ないようにする */
}
@media screen and (min-width: 768px) {
  a.documents__wrapper-link {
    width: 300px;
  }
}

a.documents__wrapper-link::before {
  content: "";
  position: absolute;
  width: 315px;
  height: 100px;
  background: #d3ffc3;
  -webkit-clip-path: polygon(100% 25%, 11% 100%, 100% 100%);
          clip-path: polygon(100% 25%, 11% 100%, 100% 100%);
  z-index: 0;
}

.documents__wrapper-record {
  position: absolute;
  margin-left: 45px;
  top: 15px;
  gap: 30px;
  opacity: 0px;
  width: 72px;
  height: 72px;
  top: 15px;
}

.documents__wrapper-txt.documents__wrapper-txt--record {
  width: 124px;
  height: 35px;
  gap: 0px;
  opacity: 0px;
  font-family: Yu Gothic;
  line-height: 20px;
  letter-spacing: 0.1em;
  position: absolute;
  top: 25px;
  left: 80px;
}

.documents__wrapper-check {
  position: absolute;
  margin-left: 30px;
  top: 15px;
  gap: 30px;
  opacity: 0px;
  width: 72px;
  height: 72px;
  top: 15px;
}

.documents__wrapper-txt.documents__wrapper-txt--check {
  width: 164px;
  height: 35px;
  gap: 0px;
  opacity: 0px;
  font-family: Yu Gothic;
  line-height: 20px;
  letter-spacing: 0.1em;
  position: absolute;
  top: 20px;
  left: 80px;
}

.documents__wrapper-application {
  position: absolute;
  margin-left: 25px;
  top: 15px;
  gap: 30px;
  opacity: 0px;
  width: 72px;
  height: 72px;
  top: 15px;
}

.documents__wrapper-txt.documents__wrapper-txt--application {
  width: 180px;
  height: 35px;
  gap: 0px;
  opacity: 0px;
  font-family: Yu Gothic;
  line-height: 20px;
  letter-spacing: 0.1em;
  position: absolute;
  top: 18px;
  left: 84px;
}

.partners__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  gap: 12px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .partners__wrapper {
    padding: 15px;
  }
}
@media screen and (min-width: 992px) {
  .partners__wrapper {
    padding: 20px;
    gap: 20px;
  }
}

.partners-img {
  width: 100px;
}
@media screen and (min-width: 992px) {
  .partners-img {
    width: 164px;
  }
}

.category__menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .category__menu-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .category__menu-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.category__menu-rider {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 57px;
  width: 44px;
  height: 44px;
}
@media screen and (min-width: 992px) {
  .category__menu-rider {
    width: 80px;
    height: 80px;
  }
}

a.category__menu-rider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  height: 150px;
  padding-right: 180px;
  background: url(/img/競技者はこちらへ.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 992px) {
  a.category__menu-rider {
    width: 600px;
    height: 240px;
    padding-right: 180px;
  }
}

.category__wrapper-txt.category__wrapper-txt--rider {
  position: absolute;
  width: 175px;
  height: 24px;
  top: 12px;
  opacity: 0px;
  font-family: Yu Gothic;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  left: 56px;
}
@media screen and (min-width: 992px) {
  .category__wrapper-txt.category__wrapper-txt--rider {
    width: 208px;
    height: 24px;
    left: 100px;
    top: 30px;
    font-size: min(1.9444444444vw, 28px);
  }
}

a.category__menu-referee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  height: 150px;
  top: 150px;
  padding-right: 180px;
  background: url(/img/審判員.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 992px) {
  a.category__menu-referee {
    width: 600px;
    height: 240px;
    padding-right: 180px;
  }
}

.category__menu-referee {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 57px;
  width: 44px;
  height: 44px;
}
@media screen and (min-width: 992px) {
  .category__menu-referee {
    width: 80px;
    height: 80px;
  }
}

.category__wrapper-txt.category__wrapper-txt--referee {
  position: absolute;
  width: 175px;
  height: 24px;
  top: 6px;
  font-family: Yu Gothic;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  left: 50px;
}
@media screen and (min-width: 992px) {
  .category__wrapper-txt.category__wrapper-txt--referee {
    width: 208px;
    height: 24px;
    left: 100px;
    top: 30px;
    font-size: min(1.9444444444vw, 28px);
  }
}

.blog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 150px;
}
@media screen and (min-width: 992px) {
  .blog__wrapper {
    width: 960px;
    height: 350px;
  }
}

ul.blog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 20px;
  opacity: 0px;
  margin-top: 130px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  ul.blog__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    margin: 120px 0;
  }
}
@media screen and (min-width: 992px) {
  ul.blog__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 120px 0;
  }
}
ul.blog__content li.blog__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  ul.blog__content li.blog__content {
    width: 29.3333333333%;
  }
}
@media screen and (min-width: 992px) {
  ul.blog__content li.blog__content {
    width: 29.3333333333%;
  }
}
ul.blog__content a.blog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 0px;
  opacity: 0px;
}
ul.blog__content .blog__content--img {
  width: 100%;
}
ul.blog__content .blog__content--title {
  position: absolute;
  background: #000;
  opacity: 0.7;
  width: 100%;
  height: 90px;
  bottom: 0px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  ul.blog__content .blog__content--title {
    bottom: 0px;
    width: 100%;
    height: 60px;
  }
}
@media screen and (min-width: 992px) {
  ul.blog__content .blog__content--title {
    height: 80px;
  }
}

p.blog__content-txt {
  position: absolute;
  color: #fff;
  padding-left: 10px;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: left;
}

p.blog__content-txt--ttl {
  position: absolute;
  color: #fff;
  padding-left: 10px;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: left;
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .certificate-main__wrapper {
    padding: 0 94px;
  }
}

p.certificate__item-txt {
  margin: 0px 15px 30px 15px;
}
@media screen and (min-width: 992px) {
  p.certificate__item-txt {
    margin: 0 25px 40px 25px;
  }
}

section.certificate-form {
  margin: 80px 0px;
}
@media screen and (min-width: 992px) {
  section.certificate-form {
    margin: 120px 0px;
  }
}

section.related-certificate {
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  section.related-certificate {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .check-main {
    padding: 0 120px;
  }
}
@media screen and (min-width: 992px) {
  .check-main {
    padding: 0 120px;
  }
}

a.btn--green {
  width: 100%;
}
@media screen and (min-width: 768px) {
  a.btn--green {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  a.btn--green {
    width: 300px;
  }
}

section.referee {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  section.referee {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .referee-main__wrapper {
    margin: 0px auto;
    width: 720px;
  }
}

.referee-dl__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #d3ffc3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 10px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .referee-dl__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .referee-dl__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

p.referee__item-txt {
  margin: 20px 0px;
}
@media screen and (min-width: 992px) {
  p.referee__item-txt {
    margin: 40px 0px;
  }
}

.referee__download {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 45px;
  height: 48px;
}
@media screen and (min-width: 768px) {
  .referee__download {
    margin: 0 74px;
    top: 12px;
  }
}
@media screen and (min-width: 992px) {
  .referee__download {
    margin: 0px 156px;
    font-size: min(1.1111111111vw, 16px);
    padding-top: 20px;
  }
}

.referee-download__wrapper {
  position: relative;
  top: 0;
  height: 176px;
  background: #d3ffc3;
  gap: 20px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .referee-download__wrapper {
    width: calc(100vw - 240px);
    left: 100px;
  }
}
@media screen and (min-width: 992px) {
  .referee-download__wrapper {
    width: 740px;
    left: 240px;
    height: 200px;
  }
}

a.referee-btn__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #299602;
  width: 276px;
  height: 60px;
  padding: 20px 80px 20px 80px;
  top: 8px;
}
@media screen and (min-width: 768px) {
  a.referee-btn__button {
    margin: 0 110px;
    top: 10px;
  }
}
@media screen and (min-width: 992px) {
  a.referee-btn__button {
    width: 300px;
    margin: 20px 198px;
  }
}

.referee__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 20px;
  font-family: Font Awesome 6 Free;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .referee__btn {
    left: 10px;
  }
}

.referee-btn__button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 162px;
  height: 20px;
  opacity: 0px;
  font-family: Font Awesome 6 Free;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  padding-left: 22px;
  padding-top: 3px;
}

/* 共通：縦並び（スマホ） */
.news__item-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* PC表示：横並び */
@media screen and (min-width: 768px) {
  .news__item-top {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }

  .news__item-img {
    flex-shrink: 0;
    width: 200px; 
  }

  .news__item-txt {
    flex-grow: 1;
  }
}
.news__item--btn {
  text-align: center;
  margin: 30px auto;
}
a.news__item-content-text {
    background-color: #299602;
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}
a.news__item-link {
    background-color: #299602;
    color: #fff;
    width: auto;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}
a.news__item-link.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  li.news__item-content {
    padding: 24px;
  }
}
@media screen and (min-width: 992px) {
  li.news__item-content {
    padding: 0px;
  }
}

span.bx-prev {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 10px;
  width: 32px;
  height: 32px;
  gap: 0px;
  border-radius: 4px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  border: 1px solid #299602;
  color: #299602;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-align: left;
}

.news__item-img {
  margin: 0 auto;
  background: #d3ffc3;
  width: 270px;
  height: auto;
}

p.news__item-txt {
  position: relative;
  width: auto;
  gap: 0px;
  opacity: 0px;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.63px;
  text-align: left;
  color: #333333;
  margin: 10px 0;
}

p.news__item-tll {
  position: relative;
  width: auto;
  gap: 0px;
  opacity: 0px;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.63px;
  text-align: left;
  color: #333333;
  margin: 10px 0;
}

.news-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  gap: 8px;
  opacity: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0px;
}

.news-slide-prev__arrow {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 10px;
  width: 32px;
  height: 32px;
  gap: 0px;
  border-radius: 4px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  border: 1px solid #299602;
  color: #299602;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-align: left;
}

.archive__item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

p.news__page--txt {
  padding: 10px;
  width: 32px;
  height: 32px;
  gap: 0px;
  border-radius: 4px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  border: 1px solid #299602;
  color: #299602;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-align: left;
}

span.bx-pager-link.bx-pager-link--green {
  padding: 10px;
  width: 32px;
  height: 32px;
  gap: 0px;
  display: inline-block;
  border-radius: 4px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  border: 1px solid #299602;
  color: white;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-align: left;
  background: #299602;
}

ol.bx-pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

span.bx-pager-link {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 10px;
  width: 32px;
  height: 32px;
  gap: 0px;
  border-radius: 4px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  border: 1px solid #299602;
  color: #299602;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-align: left;
}

span.news__page--txt.news__page--txt-left {
  display: inline-block;
  vertical-align: middle;
  color: #299602;
  line-height: 1;
  position: relative;
  width: 10px;
  height: 10px;
  -webkit-transform: translateX(25%) rotate(-135deg);
          transform: translateX(25%) rotate(-135deg);
}

.news__page--txt.news__page--txt-left::before, .news__page--txt.news__page--txt-left::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

span.news__page--txt.news__page--txt-left::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

span.news__page--txt.news__page--txt-left::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

span.news__page--txt.news__page--txt-right {
  display: inline-block;
  vertical-align: middle;
  color: #299602;
  line-height: 1;
  position: relative;
  width: 10px;
  height: 10px;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}

.news__page--txt.news__page--txt-right::before, .news__page--txt.news__page--txt-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

span.news__page--txt.news__page--txt-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

span.news__page--txt.news__page--txt-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.news-slide-next__arrow {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 10px;
  width: 32px;
  height: 32px;
  gap: 0px;
  border-radius: 4px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  border: 1px solid #299602;
  color: #299602;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-align: left;
}

.archive__item {
  width: 345px;
  height: 68px;
  gap: 12px;
  opacity: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .archive__item {
    width: calc(100vw - 240px);
    height: 70px;
  }
}

.archive__item--first {
  width: 345px;
  height: 68px;
  gap: 12px;
  opacity: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 108px;
}
@media screen and (min-width: 992px) {
  .archive__item--first {
    width: calc(100vw - 240px);
    height: 70px;
  }
}

a.archive__item--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  gap: 12px;
}

p.archive__item-ttl {
  padding: 4px 0px 4px 0px;
  gap: 10px;
  border: 0px 0px 1px 0px;
  opacity: 0px;
  border-bottom: 1px solid #299602;
  color: #299602;
  font-family: Yu Gothic;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
}

.archive__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  width: 345px;
  height: 68px;
  padding: 0px 36px 0px 36px;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .archive__item-content {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .archive__item-content {
    height: 70px;
  }
}

span.archive__item-txt {
  background: #299602;
  color: #fff;
  width: 47px;
  height: 30px;
  padding: 4px 12px 4px 12px;
  gap: 10px;
  border-radius: 4px;
  opacity: 0px;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: bold;
  line-height: 22.43px;
  text-align: left;
  position: relative;
  display: inline;
}

.login__item {
  min-width: 264px;
}
section.login {
    margin-bottom: 160px;
}
@media screen and (min-width: 992px) {
  section.login {
    margin-bottom: 120px;
    width: calc(100vw - 240px);
  }
}
span.breadcrumb-border_login {
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: #000000;
    transform: rotate(-60deg) translateY(-50%);
    margin: 0 8px;
}
@media screen and (min-width: 992px) {
.sub__content {
    bottom: 0;
    right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
}
}
p.login__item-txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  color: #333;
  font-family: "Yu Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.6px;
  top: 40px;
  text-align: justify;
}
@media screen and (min-width: 992px) {
  p.login__item-txt {
    font-size: 24px;
    left: 200px;
  }
}

table.login-table__wrapper {
  margin: 80px auto;
}
@media screen and (min-width: 992px) {
  table.login-table__wrapper {
    margin-left: 240px;
    margin-top: 120px;
  }
}

tr.login-title__menu {
  display: block;
  padding: 10px 0;
}
@media screen and (min-width: 992px) {
  tr.login-title__menu {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

th.login-title__list {
  border-bottom: none;
  display: block;
  width: 100%;
  padding: 10px;
  color: #299602;
  border: 1px solid #299602;
  padding: 8px 16px 8px 16px;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  th.login-title__list {
    width: 120px;
    border-bottom: none;
    font-size: 18px;
  }
}

td.login-title__item {
  border-bottom: solid 1px #299602;
  width: 100%;
  border-left: 1px solid #299602;
  border-right: 1px solid #299602;
  padding: 8px 16px 8px 16px;
  color: #333333;
  border-bottom: none;
  display: block;
  border-bottom: solid 1px #299602;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 992px) {
  td.login-title__item {
    width: 620px;
    border-top: 1px solid #299602;
    border-left: none;
    border-bottom: none;
    font-size: 18px;
  }
}

th.login-title__list--last {
  border-bottom: none;
  display: block;
  width: 100%;
  padding: 10px;
  color: #299602;
  border: 1px solid #299602;
  padding: 8px 16px 8px 16px;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  th.login-title__list--last {
    width: 120px;
    line-height: 300px;
    font-size: 18px;
  }
}

td.login-title__item--last {
  border-bottom: solid 1px #299602;
  width: 100%;
  border-left: 1px solid #299602;
  border-right: 1px solid #299602;
  padding: 8px 16px 8px 16px;
  color: #333333;
  border-bottom: none;
  display: block;
  border-bottom: solid 1px #299602;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 992px) {
  td.login-title__item--last {
    width: 620px;
    border-top: 1px solid #299602;
    border-left: none;
    font-size: 18px;
    line-height: 32px;
  }
}

span.login-transfer__item {
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 992px) {
  span.login-transfer__item {
    font-size: 18px;
    line-height: 32px;
  }
}

.login-transfer__item--txt {
  top: 203px;
  left: 16px;
  padding: 20px;
  gap: 8px;
  border-radius: 4px 0px 0px 0px;
  opacity: 0px;
  background: #D3FFC3;
  width: 290px;
  height: 156px;
  gap: 0px;
  opacity: 0px;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .login-transfer__item--txt {
    width: 100%;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 32px;
  }
}

span.login-transfer__ttl--red {
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #FF0101;
}
@media screen and (min-width: 992px) {
  span.login-transfer__ttl--red {
    font-size: 19px;
  }
}

@media screen and (min-width: 992px) {
  section.contact-form {
    width: 960px;
    margin: 40px 138px 40px 138px;
    left: 240px;
    top: 0;
    height: 1092px;
  }
}

.sitemap-list {
  margin: 80px 0px;
}
@media screen and (min-width: 768px) {
  .sitemap-list {
    margin: 115px 0px;
  }
}

.archive__item {
  width: 345px;
  height: 68px;
  gap: 12px;
  opacity: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .archive__item {
    width: calc(100vw - 240px);
    height: 70px;
  }
}

.error-container {
  margin-top: 52px;
}
@media screen and (min-width: 992px) {
  .error-container {
    margin-top: 0;
    margin-left: 240px;
    width: calc(100vw - 240px);
  }
}

@media screen and (min-width: 992px) {
  .error-title__content {
    position: relative;
    width: 720px;
    height: 192px;
    left: 120px;
  }
}

.error-title__item {
  padding: 0 48px;
}

.error-title__item-txt {
  width: 331px;
  height: 72px;
  gap: 0px;
  opacity: 0px;
}
@media screen and (min-width: 768px) {
  .error-title__item-txt {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .error-title__item-txt {
    width: 960px;
  }
}

p.error-title__item-ttl {
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  p.error-title__item-ttl {
    margin: 80px 30px 0px 30px;
  }
}

p.error-title__item-ttl.error-title__item--ttl {
  margin-top: 0px;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  p.error-title__item-ttl.error-title__item--ttl {
    margin-bottom: 80px;
  }
}

ul.error-title__item-list {
  position: relative;
  margin: 28px 30px;
  gap: 0px;
  opacity: 0px;
}

li.error-title__item-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
}

.error-title__item--circle {
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  margin-top: 8px;
}

.error__content {
  position: relative;
  top: 80px;
}
@media screen and (min-width: 992px) {
  .error__content {
    top: 0;
    max-width: 960px;
    margin-top: 120px;
  }
}

ul.error__menu-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  ul.error__menu-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 800px;
    height: 160px;
  }
}
@media screen and (min-width: 992px) {
  ul.error__menu-list {
    height: 196px;
    gap: 10px;
    border-radius: 40px 0px 0px 0px;
    padding: 0 100px;
  }
}

li.error__menu-txt {
  padding: 4px 12px 4px 12px;
}

a.error__menu-link {
  width: 300px;
  height: 22px;
  padding: 4px 12px 4px 12px;
  gap: 10px;
  border: 0px 0px 1px 0px;
  opacity: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #299602;
  color: #333;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 992px) {
  a.error__menu-link {
    font-size: min(1.1111111111vw, 16px);
    width: 360px;
  }
}

.error__menu--circle {
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
  margin-top: 3px;
}

span.error__menu-right {
  display: inline-block;
  vertical-align: middle;
  color: #299602;
  line-height: 1;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 15px;
  margin-top: 3px;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}

.error__menu-right::before, .error__menu-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

span.error__menu-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

span.error__menu-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.judge-list {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .judge-list {
    padding-left: 32px;
  }
}
@media screen and (min-width: 992px) {
  .judge-list {
    padding-left: 32px;
  }
}

.judge__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

ul.judge-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  ul.judge-list {
    gap: 0px;
  }
}

li.judge-list__item {
  border-bottom: 1px solid #299602;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  li.judge-list__item {
    padding: 20px 0px;
  }
}

a.judge-list__article-link {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3sease;
  transition: all 0.3sease;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  a.judge-list__article-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  a.judge-list__article-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0px;
  }
}

.judge-list__article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-family: Yu Gothic;
}
@media screen and (min-width: 768px) {
  .judge-list__article-info {
    line-height: 30px;
    font-size: min(2.0860495437vw, 16px);
  }
}
@media screen and (min-width: 992px) {
  .judge-list__article-info {
    line-height: 30px;
    font-size: min(1.3888888889vw, 20px);
  }
}

p.judge-list__article-link {
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #299602;
  text-align: center;
  padding: 8px;
  border: 1px solid #299602;
}

.judge-list__article-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 8px;
}
@media screen and (min-width: 768px) {
  .judge-list__article-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 8px 15px;
  }
}
@media screen and (min-width: 992px) {
  .judge-list__article-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 8px 15px;
  }
}

h3.judge-list__article-title {
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #333;
}
@media screen and (min-width: 768px) {
  h3.judge-list__article-title {
    line-height: 30px;
    font-size: min(2.0860495437vw, 16px);
  }
}
@media screen and (min-width: 992px) {
  h3.judge-list__article-title {
    line-height: 30px;
    font-size: min(1.3888888889vw, 20px);
  }
}

time.judge-list__article-date {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #333;
}

p.judge-list__article-title {
  width: 276px;
  height: 14px;
  top: 112.95px;
  left: 254px;
  gap: 0px;
  opacity: 0px;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.6em;
  text-align: left;
  color: #333333;
}
@media screen and (min-width: 992px) {
  p.judge-list__article-title {
    top: -30px;
    position: relative;
  }
}

.stipulate__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 80px;
  padding: 10px 15px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .stipulate__wrapper {
    gap: auto;
    height: 240px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .stipulate__wrapper {
    top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

a.stipulate__wrapper-link {
  position: relative;
  display: inline-block;
  height: 100px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  display: -webkit-box;
  display: -ms-flexbox;
  border-radius: 4px;
  border: 1px solid #299602;
  background: rgb(41, 150, 2);
  background: linear-gradient(207deg, rgb(41, 150, 2) 0%, rgb(41, 150, 2) 35%, rgb(145, 209, 78) 100%);
}
@media screen and (min-width: 768px) {
  a.stipulate__wrapper-link {
    height: 100px;
  }
}

.stipulate__wrapper-record {
  position: absolute;
  margin-left: 45px;
  top: 40px;
  width: 14px;
  font-size: 18px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 768px) {
  .stipulate__wrapper-record {
    width: 18px;
    height: 28px;
    top: 36px;
  }
}
@media screen and (min-width: 992px) {
  .stipulate__wrapper-record {
    width: 18px;
    height: 28px;
    top: 36px;
  }
}

.stipulate__wrapper-txt.stipulate__wrapper-txt--information {
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: left;
  width: 245px;
  height: 30px;
  gap: 0px;
  opacity: 0px;
  position: absolute;
  left: 28px;
  bottom: -8px;
}
@media screen and (min-width: 768px) {
  .stipulate__wrapper-txt.stipulate__wrapper-txt--information {
    left: 36px;
    width: 245px;
    font-size: min(2.6075619296vw, 20px);
    top: 0px;
  }
}

.stipulate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.stipulate-img {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .stipulate-img {
    width: 24px;
    height: 24px;
  }
}

.stipulate__wrapper-information {
  position: absolute;
  margin-left: 45px;
  top: 40px;
  width: 14px;
  font-size: 18px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .stipulate__wrapper-information {
    width: 24px;
  }
}
@media screen and (min-width: 992px) {
  .stipulate__wrapper-information {
    width: 24px;
  }
}

.stipulate__wrapper-txt.stipulate__wrapper-txt--stipulate {
  font-family: Yu Gothic;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: left;
  width: 245px;
  height: 30px;
  gap: 0px;
  opacity: 0px;
  position: absolute;
  left: 28px;
  bottom: -8px;
}
@media screen and (min-width: 768px) {
  .stipulate__wrapper-txt.stipulate__wrapper-txt--stipulate {
    left: 36px;
    font-size: min(2.6075619296vw, 20px);
    top: 2px;
  }
}

/* テーブルの枠線をCSSで指定 */
table {
  border-collapse: collapse; /* セルの境界線を重ねないように */
  width: 100%; /* テーブルの幅を100%に */
}

th, td {
  border: 1px solid black; /* セルの枠線を黒で指定 */
  padding: 8px; /* セル内の余白 */
  text-align: center; /* セル内のテキストを中央揃え */
}

th {
  background-color: #d3ffc3; /* ヘッダーの背景色 */
}

#calendar {
  max-width: 1100px;
  margin: 0 auto;
}

button.fc-prev-button.fc-button.fc-button-primary {
  background-color: #299602;
  border-color: #299602;
}

button.fc-next-button.fc-button.fc-button-primary {
  background-color: #299602;
  border-color: #299602;
}

button.fc-today-button.fc-button.fc-button-primary {
  background-color: #299602;
  border-color: #299602;
}

button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active {
  background-color: #299602;
  border-color: #299602;
}

button.fc-timeGridWeek-button.fc-button.fc-button-primary {
  background-color: #299602;
  border-color: #299602;
}

button.fc-timeGridWeek-button.fc-button.fc-button-primary.fc-button-active {
  background-color: #299602;
  border-color: #299602;
}

button.fc-timeGridDay-button.fc-button.fc-button-primary {
  background-color: #299602;
  border-color: #299602;
}

button.fc-timeGridDay-button.fc-button.fc-button-primary.fc-button-active {
  background-color: #299602;
  border-color: #299602;
}

button.fc-listMonth-button.fc-button.fc-button-primary {
  background-color: #299602;
  border-color: #299602;
}

button.fc-listMonth-button.fc-button.fc-button-primary.fc-button-active {
  background-color: #299602;
  border-color: #299602;
}

.mt::before {
  margin-top: -16px;
}
@media screen and (max-width: 767px) {
  .mt::before {
    margin-top: 0;
  }
}
.back-to-news{
  margin: 20px auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .back-to-news {
  margin: 20px 300px;
  }
}
@media screen and (min-width: 992px) {
}
.pagination  {
  text-align: center;
  margin: 40px auto;
}
a.prev.page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    border: 1px solid #299602;
    color: #299602;
    text-decoration: none;
    border-radius: 4px;
}
a.page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    border: 1px solid #299602;
    color: #299602;
    text-decoration: none;
    border-radius: 4px;
}
span.page-numbers.current {
    background: #299602;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    border: 1px solid #299602;
    text-decoration: none;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .member-area {
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .member-box {
    width: 100%;
  }
}
.member-box {
  border: 1px solid #ccc;
  padding: 2rem;
  flex: 1 1 45%;
  box-sizing: border-box;
}

.member-box h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.member-box p {
  font-size: 0.95rem;
  font-family: Yu Gothic;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 6px;
  margin: 12px;
}

form input[type="text"],
form input[type="password"] {
  width: 100%;
  padding: 0.6rem;
  margin: 0.5rem 0 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.btn {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  color: white;
  border: none;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

.login-btn {
  background-color: #299602;
  width: 100%;
  margin: 16px 0px;
}

.register-btn {
  background-color: #00ABAE;
  width: 100%;
  margin: 16px 0px;
}

.help-links {
  margin-top: 1.5rem; /* 全体の上に少しスペース */
}

.help-links a {
  display: inline-block;
  margin-bottom: 0.5rem;   /* 各リンクの間に余白 */
  text-decoration: underline;  /* 下線を表示 */
  color: #004F95;  /* 必要であればリンク色 */
}

label {
    font-family: Yu Gothic;
}
.login-main {
    position: relative;
    height: 160px;
}
p.breadcrumb-login {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #060606;
    top: 10px;
    left: 10px;
    font-size: 14px;
    height: 14px;
    gap: 2.49px;
    font-weight: bold;
    font-family: Yu Gothic;
    line-height: 1.5;
    text-transform: uppercase;
    z-index: 10;
}
@media screen and (min-width: 992px) {
  p.breadcrumb-login {
    font-size: min(1.1111111111vw, 16px);
    top: 52px;
    left: 20px;
  }
}

@media screen and (min-width: 992px) {
  span.breadcrumb-login__en {
    font-size: min(0.9722222222vw, 14px);
  }
}
span.breadcrumb-login__en--big {
  font-size: 32px;
}
.sub__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
a.breadcrumb-login {
    color: #000;
}
a.btn.register-btn {
    padding: 16px;
}

/* 登録フォーム全体のスタイル */
.custom-register-form {
  max-width: 400px;       /* フォーム横幅の最大値 */
  margin: 0 auto;         /* 中央寄せ */
  font-family: "Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

/* ラベルはブロック表示で上下に余白 */
.custom-register-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 1rem;
  color: #333;
}

/* 入力欄はブロック表示＆幅100%に */
.custom-register-form input[type="text"],
.custom-register-form input[type="email"],
.custom-register-form input[type="password"] {
  display: block;
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 20px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

/* 入力欄フォーカス時の枠線色 */
.custom-register-form input[type="text"]:focus,
.custom-register-form input[type="email"]:focus,
.custom-register-form input[type="password"]:focus {
  border-color: #007acc;
  outline: none;
}

/* 登録ボタン */
.custom-register-form button {
  width: 100%;
  padding: 12px 0;
  background-color: #299602;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-register-form button:hover {
  background-color: #005fa3;
}

/* エラーメッセージ */
.error-message {
  color: #cc0000;
  margin-bottom: 15px;
  font-weight: bold;
}

/* 成功メッセージ */
.success-message {
  color: #299602;
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  form.custom-register-form {
    padding-top: 60px;
    margin-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  form.custom-register-form {
    padding-top: 60px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .custom-register-form-wrapper {
    padding-top: 60px;
    margin-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  .custom-register-form-wrapper {
    padding-top: 60px;
    margin-top: 60px;
  }
}
.custom-register-form-wrapper {
  max-width: 500px;
  margin: 80px auto;
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 12px;
}

.custom-form-heading {
  font-size: 1.5em;
  margin-bottom: 24px;
  text-align: center;
  color: #333;
}

.custom-register-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #444;
}

.custom-register-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.custom-register-form button {
  width: 100%;
  padding: 12px;
  background-color: #299602;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1em;
  cursor: pointer;
}

.custom-register-form button:hover {
  background-color: #003f7f;
}

.success-message {
  color: #299602;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.error-message {
  color: red;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
h4.section__heading--ja {
    text-align: center;
    position: relative;
    top: 40px;
    text-align: center;
}
.participation-buttons {
  margin-top: 20px;
  text-align: center;
}

.participation-buttons button {
  margin: 5px;
  padding: 10px 20px;
  font-size: 16px;
}
.judge-pagination {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
span.table-title__item{
  font-weight: 700;
}
p.table-title__item--smaill {
    font-size: 14px;
}
.judge-pagination .pagination {
  display: inline-block;
}

.judge-pagination .page-numbers {
  display: inline-block;
  margin: 0 8px;
  padding: 8px 12px;
  border: 1px solid #299602;
  color: #299602;
  text-decoration: none;
}
.judge-pagination .current {
  background-color: #299602;
  color: #fff;
  font-weight: bold;
}
a.btn-back-about {
    display: flex;
    justify-content: center;
    background-color: #299602;
    color: #fff;
    padding: 12px 24px;
    margin: 20px auto;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

@media screen and (min-width: 992px) {
  a.btn-back-about {
    display: flex;
    justify-content: center;
  }
}
.back-to-about {
    display: flex;
    justify-content: center;
}
article.blog__item-content {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.wrapper-newscard {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  align-items: flex-start;
  display: block;
  position: relative;
  padding: 15px;
  background: #fff;
}
ul.news-card__list {
    height: auto;
}
@media screen and (min-width: 992px) {
  ul.news-card__list {
    width: 270px;
    height: auto;
  }
}
h2.news__item-tll {
    font-family: Yu Gothic;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    margin-top: 10px;
    position: relative;
    height: 14px;
    gap: 0px;
    opacity: 0px;
    color: #333333;
}
dl.news__meta {
    font-family: Yu Gothic;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    margin-top: 10px;
    position: relative;
    height: 14px;
    gap: 0px;
    opacity: 0px;
    color: #333333;
}
@media screen and (min-width: 992px) {
  dl.news__meta {
    font-size: 14px;
  }
}
a.news__item-link.is-show {
    display: flex;
    justify-content: center;
    color: #fff;
    margin: 20px auto;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}
h3.news__item-tll {
    font-family: Yu Gothic;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    padding: 12px 8px;
    width: 270px;
    margin: 10px auto;
    position: relative;
    height: 14px;
    gap: 0px;
    opacity: 0px;
    color: #333333;
}
/* フェードイン用 */
.fade-in {
  opacity: 0;
  transform: translateY(30px); /* 下から少し浮かす */
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.news__item-content {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.news__item-content {
  opacity: 1;
  transform: translateY(0);
}

.event-category {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  margin-right: 4px;
}

/* スラッグに合わせた色分け */
.category-events { background-color: #299602; }   /* 大会 → 緑 */
.category-lecture { background-color: rgba(0, 79, 149, 0.8); } /* 講習会 → 青 */
.category-other { background-color: #5bc0de; }   /* その他 → 薄い青 */

h4#download-file-title {
    background-color: #299602;
    color: #fff;
    width: auto;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s 
ease;
}
.news__item-downloads {
    margin: 20px auto;
    text-align: center;
}

/* h4をクリック可能にした場合 */
.download-file {
  cursor: pointer;
}

/* 従来のダウンロードリンクボタン */
.btn-download {
  cursor: pointer;
}

.news__item-content-text {
    display: flex;
    margin: 20px auto;
}
p.contact__ttl {
    font-family: Yu Gothic;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    line-height: 1.6;
    color: #333;
    letter-spacing: 0.04em;
    margin: 12px auto;
    padding: 0px 12px;
    position: relative;
    display: flex;
}