@charset "UTF-8";
/*
Theme Name: pba-fukui
*/
/*-----------------------------------------
    Reset
-----------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}
html [type=button] {
  -webkit-appearance: button;
}

* {
  background-repeat: no-repeat;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

::before {
  background-repeat: no-repeat;
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

hr {
  height: 0;
  overflow: visible;
}

details {
  display: block;
}

main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}
a:active {
  outline-width: 0;
}
a:hover {
  outline-width: 0;
}

code {
  font-family: monospace, monospace;
}

kbd {
  font-family: monospace, monospace;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

samp {
  font-family: monospace, monospace;
}

b {
  font-weight: bolder;
}

strong {
  font-weight: bolder;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

input {
  border-radius: 0;
  font: inherit;
  background-color: transparent;
  border-style: none;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button {
  height: auto;
}
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
  font: inherit;
  background-color: transparent;
  border-style: none;
}

button {
  font: inherit;
  overflow: visible;
  text-transform: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: button;
  background-color: transparent;
  border-style: none;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

optgroup {
  font: inherit;
  font-weight: 700;
}

select {
  font: inherit;
  text-transform: none;
  background-color: transparent;
  border-style: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentcolor;
}

[role=button] {
  color: inherit;
  cursor: pointer;
}

[type=button] {
  color: inherit;
  cursor: pointer;
}
[type=button]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 1px dotted ButtonText;
}

[type=reset] {
  color: inherit;
  cursor: pointer;
  -webkit-appearance: button;
}
[type=reset]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 1px dotted ButtonText;
}

[type=submit] {
  color: inherit;
  cursor: pointer;
  -webkit-appearance: button;
}
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 1px dotted ButtonText;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

summary {
  list-style-type: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

*:focus {
  outline: none;
}

li {
  list-style-type: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
body {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-family: Hiragino Sans, Hiragino Kaku Gothic Pro, BIZ UDPGothic, Meiryo, YuGothic, sans-serif;
  font-size: 15px;
  line-height: 160%;
  font-weight: 300;
  background: #fff;
}

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

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

a[href]:hover {
  transition: opacity 0.5s;
  opacity: 0.6;
}

a[href^=tel],
a[href^=mailto] {
  color: inherit;
  text-decoration: none;
}

.wp-block-group {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .wp-block-group {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.wp-block-group.wp-block-group_inner, .wp-block-group_inner .wp-block-group {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .wp-block-group.wp-block-group_inner, .wp-block-group_inner .wp-block-group {
    padding-top: 0;
    padding-bottom: 0;
  }
}

main.wp-block-group {
  padding-bottom: 0;
}

.addtoany_shortcode {
  text-align: right;
  margin-top: 16px;
}
.addtoany_shortcode .addtoany_list a {
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .addtoany_shortcode {
    margin-top: 12px;
  }
}

.wp-block-post-content {
  position: relative;
}

.wp-block-group_inner {
  margin: auto;
  max-width: 1296px;
  padding-left: 48px;
  padding-right: 48px;
}
@media screen and (max-width: 768px) {
  .wp-block-group_inner {
    padding-left: 5.852%;
    padding-right: 5.852%;
  }
}
.wp-block-group_inner.-narrow {
  max-width: 1056px;
}
.wp-block-group_inner .has-global-padding {
  padding: 0;
}
.wp-block-group_inner .has-global-padding > .alignfull {
  margin-right: auto;
  margin-left: auto;
}
.wp-block-group_inner .schedule-content {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .wp-block-group_inner .schedule-content {
    padding-bottom: 64px;
  }
}
.wp-block-group_inner h2.wp-block-heading.has-outfit-font-family {
  color: var(--color-key, #0B367A);
}

.wp-site-blocks {
  margin-top: 70px;
}
@media screen and (max-width: 1119px) {
  .wp-site-blocks {
    margin-top: 56px;
  }
}
@media screen and (max-width: 600px) {
  .wp-site-blocks {
    margin-top: 0;
  }
}

.has-border {
  position: relative;
  margin-top: 6rem;
}
.has-border::before {
  content: "";
  display: block;
  position: absolute;
  top: -3rem;
  left: -4px;
  width: calc(100% + 4px);
  height: 1px;
  background-size: 4px 1px;
  background-image: linear-gradient(to right, #bbb, #bbb 2px, transparent 2px, transparent 2px);
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .has-border {
    margin-top: 81px;
  }
  .has-border::before {
    top: -40px;
  }
}

.wp-block-post-content p,
.wp-block-post-content span,
.wp-block-post-content a {
  font-size: 15px;
  line-height: 190%;
  font-weight: 300;
}
.wp-block-post-content > * + * {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content > * + * {
    margin-top: 16px;
  }
}
.wp-block-post-content * + h2,
.wp-block-post-content * + h3,
.wp-block-post-content * + h4 {
  margin-top: 3rem;
}
.wp-block-post-content h1 {
  font-size: 2rem;
  line-height: 160%;
  font-weight: 600;
}
.wp-block-post-content h2 {
  width: 100%;
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  padding-left: 16px;
  border-left: 4px solid var(--color-key, #0B367A);
}
.wp-block-post-content h2 + * {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content h2 + * {
    margin-top: 40px;
  }
}
* + .wp-block-post-content h2 {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  * + .wp-block-post-content h2 {
    margin-top: 40px;
  }
}
.wp-block-post-content h2.has-outfit-font-family {
  border: none;
  padding: 0;
}
.wp-block-post-content * + h2 {
  margin-top: 6rem;
}
.wp-block-post-content * + h2::before {
  content: "";
  display: block;
  position: absolute;
  top: -3rem;
  left: -4px;
  width: calc(100% + 4px);
  height: 1px;
  background-size: 4px 1px;
  background-image: linear-gradient(to right, #bbb, #bbb 2px, transparent 2px, transparent 2px);
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content * + h2 {
    margin-top: 81px;
  }
  .wp-block-post-content * + h2::before {
    top: -40px;
  }
}
.wp-block-post-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;
}
.wp-block-post-content h3 + * {
  margin-top: 1rem;
}
.wp-block-post-content .wp-block-image img {
  display: inline-block;
  background: var(--color-keygrayf0, #f0f0f0);
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .wp-block-image img {
    padding: 8px;
  }
}
.wp-block-post-content .img-no-padding img {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .img-no-padding img {
    padding: 0;
  }
}
.wp-block-post-content .wp-block-image + .wp-block-image {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .wp-block-image + .wp-block-image {
    margin-top: 8px;
  }
}
.wp-block-post-content .post__title__wrap {
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 0px 0px 1px 0px;
  padding: 0px 0px 16px 0px;
}

.ttl-h-03,
.ttl-h-03 * {
  box-sizing: border-box;
}

.ttl-h-03 {
  border-style: solid;
  border-color: var(--color-keygraybb, #bbbbbb);
  border-width: 0px 0px 1px 0px;
  padding: 0px 0px 4px 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  margin-top: 50px;
}
.ttl-h-03 .ttl {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ttl-h-03 .ttl {
    gap: 8px;
  }
  .ttl-h-03 .ttl .game {
    font-size: 30px;
  }
}
.ttl-h-03 .game {
  color: var(--color-key, #0B367A);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 46px;
  line-height: 100%;
  font-weight: 500;
  position: relative;
}
.ttl-h-03 .div {
  color: var(--color-keyblackbase, #151515);
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
}

.tag-category.association {
  background: var(--color-key, #0B367A);
}
.tag-category.u12 {
  background: var(--keycategoryu12, #e4a911);
}
.tag-category.u15, .tag-category.u15-1, .tag-category.u15-2 {
  background: #c76825;
}
.tag-category.u18, .tag-category.u18-1 {
  background: #ad2424;
}
.tag-category.society {
  background: #427071;
}
.tag-category.vocationalschool {
  background: #86B161;
}
.tag-category.university {
  background: #0d929a;
}
.tag-category.on33 {
  background: #a83f7c;
}
.tag-category.disabled {
  background: #6f4684;
}
.tag-category.youth {
  background: #a4d4ef;
}
.tag-category.youth .div {
  color: var(--color-keyblackbase, #151515);
}
.tag-category.coach {
  background: #afcfac;
}
.tag-category.coach .div {
  color: var(--color-keyblackbase, #151515);
}
.tag-category.referee {
  background: #cdc2ed;
}
.tag-category.referee .div {
  color: var(--color-keyblackbase, #151515);
}
.tag-category.to {
  background: #f0d6b7;
}
.tag-category.to .div {
  color: var(--color-keyblackbase, #151515);
}
.tag-category.other {
  background: #c0c0c0;
}
.tag-category.other .div {
  color: var(--color-keyblackbase, #151515);
}

.category_menu,
.category_menu * {
  box-sizing: border-box;
}

.category_menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  margin-top: 32px;
  gap: 20px 32px;
}
.category_menu .list-category-ver-02 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  flex: 1 1 60%;
}
.category_menu .tag-category {
  text-decoration: none;
  background: var(--color-key, #0B367A);
  border-radius: 2px;
  padding: 0px 0px 1px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 86px;
  height: 24px;
  position: relative;
}
.category_menu .div {
  color: var(--style-colorwhite, #ffffff);
  text-align: center;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  position: relative;
}
.category_menu .div i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/common/icon_tab.svg);
  background-size: contain;
  margin-left: 8px;
}
.category_menu .tag-category2 {
  text-decoration: none;
  background: var(--keycategoryu12, #e4a911);
  border-radius: 2px;
  padding: 0px 0px 1px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 86px;
  height: 24px;
  position: relative;
}
.category_menu .tag-category3 {
  text-decoration: none;
  background: linear-gradient(to left, rgba(173, 36, 36, 0.5), rgba(173, 36, 36, 0.5)), linear-gradient(to left, #e0ac25, #e0ac25);
  border-radius: 2px;
  padding: 0px 0px 1px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 86px;
  height: 24px;
  position: relative;
}
.category_menu .tag-category4 {
  text-decoration: none;
  background: #ad2424;
  border-radius: 2px;
  padding: 0px 0px 1px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 86px;
  height: 24px;
  position: relative;
}
.category_menu .tag-category5 {
  text-decoration: none;
  background: #0d929a;
  border-radius: 2px;
  padding: 0px 0px 1px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 86px;
  height: 24px;
  position: relative;
}
.category_menu .tag-category6 {
  text-decoration: none;
  background: #427071;
  border-radius: 2px;
  padding: 0px 0px 1px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 86px;
  height: 24px;
  position: relative;
}
.category_menu .tag-category7 {
  text-decoration: none;
  background: linear-gradient(to left, rgba(158, 51, 175, 0.2), rgba(158, 51, 175, 0.2)), linear-gradient(to left, #ab426f, #ab426f);
  border-radius: 2px;
  padding: 0px 0px 1px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 86px;
  height: 24px;
  position: relative;
}
.category_menu .tag-category8 {
  text-decoration: none;
  background: #6f4684;
  border-radius: 2px;
  padding: 0px 0px 1px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 86px;
  height: 24px;
  position: relative;
}
.category_menu .tag-category9 {
  text-decoration: none;
  background: #86B161;
  border-radius: 2px;
  padding: 0px 0px 1px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 86px;
  height: 24px;
  position: relative;
}
.category_menu .btn-ghost-regular {
  min-width: 260px;
}

.btn-ghost-regular {
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 1px;
  padding: 0px 30px 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-end;
  justify-content: center;
  flex: 1;
  height: 40px;
  max-width: 260px;
  position: relative;
  text-decoration: none;
  margin: auto;
}
.right-alignment .btn-ghost-regular {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .right-alignment .btn-ghost-regular {
    margin-right: auto;
    margin-left: auto;
  }
}
.btn-ghost-regular div {
  color: var(--color-key, #0B367A);
  text-align: center;
  font-size: 15px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
.btn-ghost-regular .icon-arrow {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 9px;
  top: calc(50% - 6px);
  overflow: visible;
}

.btn-contact-area {
  margin-top: 40px;
  padding: 40px 20px;
  background: var(--Semantic-Button-Button-Gray, #f0f0f0);
}
@media screen and (max-width: 768px) {
  .btn-contact-area {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.btn-contact-wrap {
  max-width: 480px;
  margin: auto;
}

.btn-contact {
  background: var(--color-keyylw, #efae08);
  padding: 0px 30px 0px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  padding: 12px 30px;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
}
.btn-contact .label {
  color: var(--color-keywhite, #ffffff);
  text-align: center;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  font-feature-settings: "clig" off, "liga" off;
}
.btn-contact::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon_arrow_wht.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.news-list_wrap {
  padding: 1px 0;
  background: var(--color-keygrayf0, #f0f0f0);
}

.news-list,
.news-list * {
  box-sizing: border-box;
}

.news-list {
  background: var(--color-keywhite, #ffffff);
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .news-list {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.news-list .li-news {
  border-style: dashed;
  border-color: var(--color-keygraybb, #bbbbbb);
  border-width: 0px 0px 1px 0px;
  padding: 22px 32px 22px 32px;
  display: flex;
  flex-direction: row;
  gap: 10px 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.news-list .li-news:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .news-list .li-news {
    padding: 18px 8px 22px;
    flex-direction: column;
  }
}
.news-list .label {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.news-list .date {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 15px;
  line-height: 160%;
  font-weight: 600;
  position: relative;
  width: 96px;
}
.news-list .list-category {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.news-list .tag-category {
  border-radius: 2px;
  padding: 0px 0px 1px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 86px;
  height: 24px;
  position: relative;
}
.news-list div {
  color: var(--style-colorwhite, #ffffff);
  text-align: center;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  position: relative;
}
.news-list .title {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 15px;
  line-height: 160%;
  font-weight: 300;
  position: relative;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}

.wp-block-dlbtn {
  box-sizing: border-box;
  background: var(--color-keywhite, #ffffff);
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  color: var(--color-keyblackbase, #151515);
  border-width: 1px;
  padding: 12px 42px 12px 12px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 560px;
  min-height: 68px;
  position: relative;
  text-decoration: none;
}
.wp-block-dlbtn .icon {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  position: relative;
  overflow: hidden;
}
.wp-block-dlbtn .icon-xls {
  flex-shrink: 0;
  width: 79.17%;
  height: 100%;
  position: absolute;
  right: 10.42%;
  left: 10.42%;
  bottom: 0%;
  top: 0%;
  overflow: visible;
}
.wp-block-dlbtn .u-12-xls {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
  flex: 1;
}
.wp-block-dlbtn .icon-arrow {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 16px;
  top: calc(50% - 6px);
  overflow: visible;
}
.wp-block-dlbtn .icon-arrow img {
  display: block;
}

.btn-cv-regular_wrap {
  width: 100%;
  max-width: 480px;
  min-height: 64px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .btn-cv-regular_wrap {
    padding: 32px 16px;
  }
}

.btn-cv-regular .wp-element-button,
.btn-cv-regular .wp-block-button__link a.btn-cv-regular {
  background: none;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
  text-decoration: none;
  border-style: none;
  background: #efae08;
  padding: 0px 30px 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 64px;
  max-width: 100%;
  position: relative;
  text-decoration: none;
  margin: auto;
  position: relative;
  color: var(--color-keywhite, #ffffff);
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
.btn-cv-regular .wp-element-button a,
.btn-cv-regular .wp-element-button div,
.btn-cv-regular .wp-block-button__link a.btn-cv-regular a,
.btn-cv-regular .wp-block-button__link a.btn-cv-regular div {
  color: var(--color-keywhite, #ffffff);
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
.btn-cv-regular .wp-element-button::before,
.btn-cv-regular .wp-block-button__link a.btn-cv-regular::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  right: 13px;
  background-image: url(../images/common/icon_arrow_wht.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.post-password-form {
  text-align: center;
}
.post-password-form p + p {
  margin-top: 1rem;
}
.post-password-form label {
  margin-right: 0.5rem;
}
.post-password-form input[type=password] {
  border: 1px solid #222;
  border-radius: 4px;
  padding: 0 8px;
}
.post-password-form input[type=submit] {
  background: var(--color-key, #0B367A);
  color: #fff;
  padding: 0 12px;
  border-radius: 4px;
}
.post-password-form input[type=submit]:hover {
  opacity: 0.6;
}

header.wp-block-template-part {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
@media screen and (max-width: 600px) {
  header.wp-block-template-part {
    position: sticky;
  }
}

.header,
.header * {
  box-sizing: border-box;
}

.header {
  background: var(--color-keywhite, #ffffff);
  padding: 0px 0px 0px 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  height: 70px;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media screen and (max-width: 1119px) {
  .header {
    padding-left: 12px;
    height: 56px;
  }
  .header .symbol {
    width: 36px;
  }
  .header .wba {
    display: none;
  }
}
.header .logo {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1119px) {
  .header .logo {
    gap: 8px;
  }
}
.header .header-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.header .header-logo img {
  width: 60px;
}
@media screen and (max-width: 1119px) {
  .header .header-logo img {
    width: 45px;
  }
}
.header .symbol {
  flex-shrink: 0;
  width: 48px;
  height: 54px;
  position: relative;
  overflow: visible;
}
.header .logo2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.header .text {
  padding: 0px 0px 0px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1119px) {
  .header .text {
    padding-left: 0;
  }
}
.header .div {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 13px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
}
.header .div2 {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
}
.header .gnavi {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1119px) {
  .header .gnavi {
    display: none;
  }
}
.header .navi {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.header .li {
  padding: 2px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.header .inr {
  padding: 0px 4px 0px 4px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: 45px;
  position: relative;
  text-decoration: none;
}
.header .div3 {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 15px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
}
.header .btn-team-jba {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.header .btn-team-jba:hover + .fukidashi {
  opacity: 1;
}
.header .fukidashi {
  transition: opacity 0.5s;
  opacity: 0;
  pointer-events: none;
  display: flex;
  position: absolute;
  top: 52px;
  right: 10px;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}
.header .fukidashi .polygon-1 {
  flex-shrink: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #ffffff transparent;
  position: relative;
  overflow: visible;
}
.header .fukidashi .lavel {
  background: var(--color-keywhite, #ffffff);
  padding: 1px 6px 0px 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 186px;
  height: 54px;
  position: relative;
}
.header .fukidashi .div {
  color: var(--color-key, #0B367A);
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
  align-self: stretch;
  font-feature-settings: "palt" on, "clig" off, "liga" off;
}
.header .lavel-team-jba {
  background: var(--Primitive-Color-Red-600, #dc000c);
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 174px;
  height: 70px;
  position: relative;
}
.header .logo-team-jba-wht {
  flex-shrink: 0;
  width: 117px;
  height: 25px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

body.menu-open {
  height: 100vh;
  overflow: hidden;
}

.menu {
  display: none;
}
@media screen and (max-width: 1119px) {
  .menu {
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.menubtn {
  width: 26px;
  height: 26px;
  background-image: url(../images/common/icon_gnavi.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.menu-open .menubtn {
  background-image: url(../images/common/icon_gnavi_close.svg);
}

.menu_wrap {
  display: none;
}
.menu-open .menu_wrap {
  display: block;
  overflow-y: scroll;
  max-height: calc(100svh - 56px);
}

.menu-gnavi,
.menu-gnavi * {
  box-sizing: border-box;
}

.menu-gnavi {
  background: var(--color-keywhite, #ffffff);
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 4px 0px 14px 0px;
  padding: 40px 0px 54px 0px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  overflow-y: auto;
}
.menu-gnavi .inr {
  padding: 0px 8px 0px 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.menu-gnavi .menu-gnavi-category {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  flex-wrap: wrap;
  width: 100%;
  flex-shrink: 0;
  max-width: 560px;
  position: relative;
}
.menu-gnavi ._blank {
  height: 48px;
  pointer-events: none;
}
.menu-gnavi .li {
  background: var(--color-key, #0B367A);
  padding: 0px 8px 0px 8px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 48px;
  position: relative;
  text-decoration: none;
}
.menu-gnavi .li div {
  color: var(--color-keywhite, #ffffff);
  text-align: left;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
}
.menu-gnavi .li div i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon_tab.svg);
  background-size: contain;
  margin-left: 8px;
}
.menu-gnavi .li.bg_black {
  background: var(--color-keyblackbase, #151515);
}
.menu-gnavi .inr2 {
  padding: 0px 22px 0px 22px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.menu-gnavi .gnavi-menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.menu-gnavi .navi {
  border-style: solid;
  border-color: var(--color-keygraybb, #bbbbbb);
  border-width: 1px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 560px;
  position: relative;
}
.menu-gnavi .li-footer-menu-link {
  border-style: solid;
  border-color: var(--color-keygraybb, #bbbbbb);
  border-width: 0px 0px 1px 0px;
  padding: 0px 4px 0px 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  height: 50px;
  position: relative;
  text-decoration: none;
}
.menu-gnavi .div2 {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 15px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
}
.menu-gnavi .icon-arrow {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: relative;
  overflow: visible;
}
.menu-gnavi .icon-arrow2 {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: relative;
  overflow: visible;
}
.menu-gnavi .icon-arrow3 {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: relative;
  overflow: visible;
}
.menu-gnavi .icon-arrow4 {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: relative;
  overflow: visible;
}
.menu-gnavi .btn-team-jba {
  background: var(--Primitive-Color-Red-600, #dc000c);
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 240px;
  position: relative;
}
.menu-gnavi .lavel {
  width: 100%;
  display: block;
  line-height: 0;
}
.menu-gnavi .logo-team-jba-wht {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-gnavi .div3 {
  color: var(--color-keywhite, #ffffff);
  text-align: center;
  font-family: "HiraginoKakuGothicProN-W5", sans-serif;
  font-size: 9px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
}

.map_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: rgb(255, 255, 255);
  min-height: 28px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 5.5px;
  padding-right: 16px;
  padding-bottom: 5.5px;
  padding-left: 16px;
  max-width: 160px;
  width: 100%;
  position: relative;
  text-decoration: none;
}
.map_btn p {
  color: var(--color-key, #0B367A);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
}
.map_btn::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  background-image: url(../images/common/icon_pin.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.common_link_block {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .common_link_block {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.has-border-top {
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 8px 0px 0px 0px;
}

.block-banner-heading {
  color: var(--Semantic-Color-Text-Body, #2F2F2F);
  text-align: center;
  font-family: Outfit, Hiragino Sans, Hiragino Kaku Gothic Pro, BIZ UDPGothic, Meiryo, YuGothic, sans-serif;
  font-weight: 500;
  line-height: 100%; /* 28px */
  margin-top: 40px;
  font-size: 40px;
  letter-spacing: -1.6px;
}
.block-banner + .block-banner-heading {
  margin-top: 50px;
}
.block-banner-heading + .block-banner {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .block-banner-heading {
    font-size: 28px;
    letter-spacing: -1.12px;
  }
}

.block-banner,
.block-banner * {
  box-sizing: border-box;
}

.block-banner {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.block-banner .bnr-item {
  width: 50%;
  max-width: 282px;
}
.block-banner .bnr-item img {
  display: block;
  width: 100%;
}
.block-banner:last-child {
  margin-bottom: 80px;
}
.block-banner.block-banner-col-3 {
  justify-content: center;
  max-width: 1002px;
}
.block-banner.block-banner-col-3 .bnr-item {
  max-width: 318px;
}
.block-banner.block-banner-col-4 {
  justify-content: center;
}
.block-banner.block-banner-col-4 + .block-banner-col-4 {
  margin-top: 88px;
}
.block-banner.block-banner-col-6 {
  justify-content: center;
}
.block-banner.block-banner-col-6 .bnr-item {
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  .block-banner {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 424px;
  }
  .block-banner .bnr-item {
    max-width: 200px;
    flex: 0 1 calc(50% - 12px);
  }
  .block-banner:last-child {
    margin-bottom: 40px;
  }
  .block-banner.block-banner-col-3 {
    justify-content: flex-start;
    max-width: 250px;
  }
  .block-banner.block-banner-col-3 .bnr-item {
    flex: 0 1 100%;
    max-width: 250px;
  }
  .block-banner.block-banner-col-4 + .block-banner-col-4 {
    margin-top: 64px;
  }
  .block-banner.block-banner-col-6 {
    justify-content: flex-start;
    max-width: 468px;
  }
  .block-banner.block-banner-col-6 .bnr-item {
    max-width: 140px;
    flex: 0 1 calc(33.334% - 16px);
  }
}

.block-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-shrink: 0;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .block-sns {
    flex-direction: column;
    gap: 16px;
  }
}
.block-sns .official-sns {
  color: var(--color-keyblackbase, #151515);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  position: relative;
}
.block-sns .list-sns {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-end;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.block-sns [class^=icon-] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
}
.block-sns .icon-instagram img {
  width: 32px;
  height: 32px;
  position: relative;
}
.block-sns .icon-x img {
  width: 32px;
  height: 32px;
  position: relative;
}
.block-sns .icon-facebook img {
  width: 32px;
  height: 32px;
  position: relative;
}
.block-sns .icon-youtube img {
  width: 32px;
  height: 32px;
  position: relative;
}

.footer-link,
.footer-link * {
  box-sizing: border-box;
}

.footer-link {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: flex-start;
  flex-shrink: 0;
  position: relative;
}
.footer-link .navi {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 16px 0px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-link .navi {
    max-width: 332px;
    margin: auto;
  }
}
.footer-link .navi .li {
  text-decoration: none;
  border-style: solid;
  border-color: var(--color-keygray8c, #646464);
  border-width: 0px 0px 0px 1px;
  padding: 1px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 124px;
  height: 24px;
  position: relative;
}
.footer-link .navi .li:last-child {
  border-width: 0px 1px 0px 1px;
}
@media screen and (max-width: 768px) {
  .footer-link .navi .li {
    height: 32px;
    flex: 1 0 50%;
  }
  .footer-link .navi .li:nth-child(2n) {
    border-width: 0px 1px 0px 1px;
  }
}
.footer-link .div {
  color: var(--color-keywhite, #ffffff);
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}
.footer-link .li2 {
  border-style: solid;
  border-color: var(--color-keygray8c, #646464);
  border-width: 0px 1px 0px 1px;
  padding: 1px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 124px;
  height: 24px;
  position: relative;
}
.footer-link .submenu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-link .submenu {
    gap: 24px;
  }
}
.footer-link .category {
  color: var(--color-keywhite, #ffffff);
  text-align: left;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .footer-link .category {
    text-align: center;
  }
}
.footer-link .list-submenu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.footer-link .submenu2 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.footer-link .footer-menu-category {
  border-style: solid;
  border-color: var(--color-keygray8c, #646464);
  border-width: 1px;
  padding: 1px 8px 0px 8px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 90px;
  height: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-link .footer-menu-category {
    height: 40px;
    gap: 4px 6px;
    max-width: 184px;
    width: calc(32.5% - 2.6666666667px);
    padding-left: 6px;
  }
}
.footer-link .div2 {
  color: var(--color-keywhite, #ffffff);
  text-align: center;
  font-size: 13px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .footer-link .div2 {
    font-size: 12px;
  }
}
.footer-link .icon-arrow {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .footer-link .icon-arrow {
    width: 8px;
    height: 8px;
  }
}
.footer-link .icon-tab {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  position: relative;
  overflow: visible;
}
.footer-link .footer-menu-category2 {
  border-style: solid;
  border-color: var(--color-keygray8c, #646464);
  border-width: 1px;
  padding: 1px 8px 0px 8px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 120px;
  height: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-link .footer-menu-category2 {
    height: 40px;
    max-width: 184px;
    width: calc(32.5% - 2.6666666667px);
    padding-left: 6px;
    gap: 4px;
  }
}

.footer_wrap {
  display: flex;
  gap: 48px;
  max-width: 1200px;
  margin: auto;
}
.footer_wrap .footer_logo {
  width: 98px;
}
.footer_wrap > div:nth-child(1) .logo {
  min-width: 376px;
  max-width: 376px;
}
@media screen and (max-width: 768px) {
  .footer_wrap > div:nth-child(1) .logo {
    max-width: 100%;
  }
}
@media screen and (max-width: 1119px) {
  .footer_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_wrap > div:nth-child(1) .logo {
    min-width: auto;
  }
  .footer_wrap .is-layout-flex * {
    align-items: center;
    text-align: center;
  }
}
.footer_wrap a[href*="tel:"] {
  color: #ffffff;
  text-decoration: none;
}

.btn-team-jba,
.btn-team-jba * {
  box-sizing: border-box;
}

.footer_wrap .btn-team-jba {
  background: var(--Primitive-Color-Red-600, #dc000c);
  padding: 0px 0px 1px 0px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 220px;
  height: 42px;
  position: relative;
  align-self: flex-end;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer_wrap .btn-team-jba {
    align-self: center;
  }
}
.footer_wrap .btn-team-jba .lavel {
  padding: 1px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.footer_wrap .btn-team-jba .logo-team-jba-wht {
  flex-shrink: 0;
  width: 89px;
  height: 19px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_wrap .btn-team-jba .jba {
  color: var(--color-keywhite, #ffffff);
  text-align: left;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  position: relative;
}

.footer-gnavi-secondary,
.footer-gnavi-secondary * {
  box-sizing: border-box;
}

.footer-gnavi-secondary {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-gnavi-secondary {
    justify-content: center;
    gap: 20px;
  }
}
.footer-gnavi-secondary .li {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  text-decoration: none;
}
.footer-gnavi-secondary .icon {
  padding: 2px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.footer-gnavi-secondary .ellipse-1 {
  border-radius: 50%;
  border-style: solid;
  border-color: var(--color-keywhite, #ffffff);
  border-width: 3px;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  position: relative;
}
.footer-gnavi-secondary .div {
  color: var(--color-keywhite, #ffffff);
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.footer-jba,
.footer-jba * {
  box-sizing: border-box;
}

.footer-jba {
  padding: 16px 48px 16px 48px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.footer-jba .image-54 {
  flex-shrink: 0;
  width: 202px;
  height: 60px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

.copyright,
.copyright * {
  box-sizing: border-box;
}

.copyright {
  background: var(--color-key, #0B367A);
  padding: 0px 48px 0px 48px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 56px;
  position: relative;
}
.copyright div {
  color: var(--color-keywhite, #ffffff);
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  font-weight: 300;
  position: relative;
}

@media screen and (max-width: 768px) {
  .wp-container-core-group-is-layout-13.wp-container-core-group-is-layout-13 {
    text-align: center;
  }
}

.sct-mv,
.sct-mv * {
  box-sizing: border-box;
}

.sct-mv {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.sct-mv .mv-img {
  display: block;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.sct-mv .mv-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1440px) {
  .sct-mv .mv-img img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sct-mv .mv-img img {
    min-height: 320px;
    height: auto;
  }
}
.sct-mv .ttl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.sct-mv .ttl-en {
  display: flex;
  flex-direction: row;
  gap: 0 20px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 5.852%;
  padding-right: 5.852%;
}
@media screen and (max-width: 768px) {
  .sct-mv .ttl-en {
    gap: 0 12px;
  }
}
.sct-mv .tag {
  color: var(--color-keywhite, #ffffff);
  text-align: center;
  font-family: "Outfit", Hiragino Sans, Hiragino Kaku Gothic Pro, BIZ UDPGothic, Meiryo, YuGothic, sans-serif;
  font-size: 64px;
  line-height: 100%;
  font-weight: 500;
  position: relative;
}
.sct-mv .tag span {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}
.sct-mv .tag .space {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sct-mv .tag {
    font-size: 48px;
  }
  .sct-mv .tag span {
    font-size: 44px;
  }
  .sct-mv .tag .space {
    display: none;
  }
}
.sct-mv .taxonomy {
  color: var(--color-keywhite, #ffffff);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 64px;
  line-height: 100%;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sct-mv .taxonomy {
    font-size: 48px;
  }
}
.sct-mv .ttl-ja {
  color: var(--color-keywhite, #ffffff);
  text-align: center;
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sct-mv .ttl-ja {
    font-size: 20px;
  }
}

.mv-breadcrumbs,
.mv-breadcrumbs * {
  box-sizing: border-box;
}

.mv-breadcrumbs_wrap {
  background: var(--color-keygrayf0, #f0f0f0);
  padding: 12px 48px 12px 48px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 38px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv-breadcrumbs_wrap {
    display: none;
  }
  .mv-breadcrumbs_wrap.-bottom {
    padding-left: 22px;
    padding-right: 22px;
    display: flex;
  }
}
.mv-breadcrumbs_wrap .breadcrumbs {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.mv-breadcrumbs_wrap .icon-home {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: relative;
  overflow: visible;
}
.mv-breadcrumbs_wrap .list-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.mv-breadcrumbs_wrap .list-link:last-child {
  flex-shrink: 1;
}
.mv-breadcrumbs_wrap .list-link * {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 12px;
  line-height: 120%;
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 1; /* 行数を制限 */
  overflow: hidden;
}
.mv-breadcrumbs_wrap .list-link::before {
  content: "";
  width: 12px;
  height: 12px;
  margin: auto;
  margin-right: 6px;
  background-image: url(../images/common/icon_arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  flex: 0 0 12px;
}
.mv-breadcrumbs_wrap .home::before {
  background-image: url(../images/common/icon_home.svg);
}
.mv-breadcrumbs_wrap .icon-arrow-right {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: relative;
  overflow: visible;
}
.mv-breadcrumbs_wrap .category {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 12px;
  line-height: 120%;
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mv-breadcrumbs_wrap .icon-arrow-right2 {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: relative;
  overflow: visible;
}
.mv-breadcrumbs_wrap .div {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 12px;
  line-height: 120%;
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mv-breadcrumbs_wrap .icon-arrow-right3 {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: relative;
  overflow: visible;
}

.wp-block-group_inner .pagination-wrap {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .wp-block-group_inner .pagination-wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.pagination-number,
.pagination-number * {
  box-sizing: border-box;
}

.pagination-number {
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 1px 0px 0px 0px;
  padding: 24px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.pagination-number .list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.pagination-number .btn-page {
  padding: 0px 20px 0px 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 38px;
  text-decoration: none;
  position: relative;
}
.pagination-number .icon {
  display: flex;
  flex-direction: row;
  gap: 2px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  position: relative;
  overflow: hidden;
}
.pagination-number .div {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 15px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
}

.single .wp-block-post-featured-image {
  max-width: 720px;
  margin: auto;
}
.single .wp-block-post-featured-image img {
  border-radius: 0;
}

.wp-post-block_inner {
  padding-top: 80px;
  position: relative;
  margin: 0;
}
.wp-post-block_inner .wp-block-heading:first-child {
  margin-top: 0;
}
.addtoany_shortcode + .wp-post-block_inner {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .addtoany_shortcode + .wp-post-block_inner {
    padding-top: 28px;
  }
}
.wp-post-block_inner .addtoany_share_save_container {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: flex-end;
}

.page-numbers,
.page-numbers * {
  box-sizing: border-box;
}

ul.page-numbers {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  ul.page-numbers {
    margin-top: 48px;
  }
}
ul.page-numbers .btn-prev {
  background: var(--color-keygrayf0, #f0f0f0);
  border-style: solid;
  border-color: var(--color-keygrayf0, #f0f0f0);
  border-width: 1px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  position: relative;
}
ul.page-numbers .icon-prev {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  position: relative;
  overflow: visible;
}
ul.page-numbers .page-numbers {
  background: var(--color-keygrayf0, #f0f0f0);
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  position: relative;
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}
ul.page-numbers .page-numbers.current {
  background: var(--color-key, #0B367A);
  color: var(--color-keywhite, #ffffff);
}
ul.page-numbers .btn-next {
  background: var(--color-keygrayf0, #f0f0f0);
  border-style: solid;
  border-color: var(--color-keygrayf0, #f0f0f0);
  border-width: 1px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  position: relative;
}
ul.page-numbers .icon-next {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  position: relative;
  overflow: visible;
}

.home .gnavi-category,
header + .wp-block-template-part {
  position: sticky;
  top: 70px;
  z-index: 10;
}
@media screen and (max-width: 1119px) {
  .home .gnavi-category,
  header + .wp-block-template-part {
    position: relative;
    top: auto;
  }
}

.gnavi-category,
.gnavi-category * {
  box-sizing: border-box;
}

.gnavi-category {
  background: var(--color-key, #0B367A);
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 54px;
  position: relative;
}
.mv + .gnavi-category {
  margin-top: 70px;
}
@media screen and (max-width: 1119px) {
  .gnavi-category {
    display: none;
  }
}
.gnavi-category .inr {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  width: 100%;
  max-width: 1200px;
  position: relative;
}
.gnavi-category .category {
  padding: 0px 48px 0px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex: 0 1 auto;
  height: 54px;
  position: relative;
  gap: 46px;
}
.gnavi-category .li {
  padding: 0px 8px 0px 8px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  text-decoration: none;
}
.gnavi-category .li div {
  color: var(--color-keywhite, #ffffff);
  text-align: left;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
}
.gnavi-category .li div i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon_tab.svg);
  background-size: contain;
  margin-left: 8px;
}
.gnavi-category .category-sub {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: 54px;
  position: relative;
  background: #fff;
}
.gnavi-category .li2 {
  background: var(--color-keyblackbase, #151515);
  padding: 0px 16px 0px 16px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 72px;
  position: relative;
}
.gnavi-category .div2 {
  color: var(--color-keywhite, #ffffff);
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  flex: 1;
}
.gnavi-category .line-border {
  background: #545454;
  align-self: stretch;
  flex-shrink: 0;
  width: 1px;
  position: relative;
}

.list-gameinfo {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .list-gameinfo {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    margin-top: 32px;
    gap: 20px 8px;
  }
}
.list-gameinfo .li-card-game {
  background: var(--color-keygrayf0, #f0f0f0);
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  max-width: 282px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .list-gameinfo .li-card-game {
    min-width: 260px;
    height: 276px;
    max-width: 560px;
    height: auto;
    min-width: 160px;
    flex: 1 0 calc(50% - 8px);
  }
}
.list-gameinfo .thumbnail {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.list-gameinfo .thumbnail .wp-post-image {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 282/169;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-gameinfo .text {
  padding: 20px 18px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.list-gameinfo .post-date {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
}
.list-gameinfo .div {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 15px;
  line-height: 160%;
  font-weight: 300;
  position: relative;
  align-self: stretch;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
.list-gameinfo .tag-category {
  border-radius: 2px;
  padding: 0px 0px 2px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 80px;
  height: 22px;
  position: absolute;
  right: 16px;
  top: -11px;
  color: var(--color-keywhite, #ffffff);
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
}
.list-gameinfo .association {
  background: var(--color-key, #0B367A);
}
.list-gameinfo .u12 {
  background: var(--keycategoryu12, #e4a911);
}
.list-gameinfo .u18 {
  background: #ad2424;
}
.list-gameinfo .u15 {
  background: #c76825;
}
.list-gameinfo .vocationalschool {
  background: #86b161;
}
.list-gameinfo .university {
  background: #0d929a;
}
.list-gameinfo .society {
  background: #427071;
}
.list-gameinfo .coach {
  background: #1b3168;
}
.list-gameinfo .on33 {
  text-decoration: none;
  background: linear-gradient(to left, rgba(158, 51, 175, 0.2), rgba(158, 51, 175, 0.2)), linear-gradient(to left, #ab426f, #ab426f);
}
.list-gameinfo .youth {
  background: #6f4684;
}
.list-gameinfo .disabled {
  background: #6f4684;
}
.list-gameinfo .div2 {
  color: var(--color-keywhite, #ffffff);
  text-align: left;
  font-size: 15px;
  line-height: 120%;
  font-weight: 600;
  position: absolute;
  left: 20px;
  top: 99px;
}
.list-gameinfo + .right-alignment {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .list-gameinfo + .right-alignment {
    margin-top: 32px;
  }
}
.list-gameinfo .card-game-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.list-gameinfo .card-game-terms .tag-term {
  min-height: 22px;
  height: 100%;
  background: var(--color-keygrayf0, #cecece);
  border-radius: 2px;
  padding: 2px 4px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  text-decoration: none;
  color: var(--color-keygray8c, #646464);
  font-size: 11px;
  line-height: 100%;
  font-weight: 600;
}

.page-template-page-category-top .news-list {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .page-template-page-category-top .news-list {
    margin-top: 32px;
  }
}
.page-template-page-category-top .news-list + .right-alignment {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .page-template-page-category-top .news-list + .right-alignment {
    margin-top: 32px;
  }
}

.page-template-page-category-top3 .news-list {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .page-template-page-category-top3 .news-list {
    margin-top: 32px;
  }
}
.page-template-page-category-top3 .news-list + .right-alignment {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .page-template-page-category-top3 .news-list + .right-alignment {
    margin-top: 32px;
    flex-direction: column;
    justify-content: center;
  }
}
.page-template-page-category-top3 .news-list + .right-alignment .btn-ghost-regular {
  margin: 0;
  flex: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-template-page-category-top3 .news-list + .right-alignment .btn-ghost-regular {
    margin-left: auto;
    margin-right: auto;
  }
}

.uwp-card_block,
.uwp-card_block * {
  box-sizing: border-box;
}

.wp-block-group.wp-block-group_inner .uwp-card_block,
.wp-block-group_inner .wp-block-group .uwp-card_block {
  background: var(--color-keywhite, #ffffff);
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  max-width: 1200px;
}
.wp-block-group.wp-block-group_inner .uwp-card_block .wp-block-heading,
.wp-block-group_inner .wp-block-group .uwp-card_block .wp-block-heading {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .wp-block-group.wp-block-group_inner .uwp-card_block .wp-block-heading,
  .wp-block-group_inner .wp-block-group .uwp-card_block .wp-block-heading {
    margin-bottom: 24px !important;
  }
}
.wp-block-group.wp-block-group_inner .uwp-card_block + .uwp-card_block,
.wp-block-group_inner .wp-block-group .uwp-card_block + .uwp-card_block {
  margin-top: 50px;
}
.wp-block-group.wp-block-group_inner .uwp-card_block.jba-news,
.wp-block-group_inner .wp-block-group .uwp-card_block.jba-news {
  background: var(--color-keygrayf0, #f0f0f0);
}
@media screen and (max-width: 768px) {
  .wp-block-group.wp-block-group_inner .uwp-card_block,
  .wp-block-group_inner .wp-block-group .uwp-card_block {
    padding: 32px 20px;
  }
}
.wp-block-group.wp-block-group_inner .uwp-card_block .m-ttl-hd-02,
.wp-block-group.wp-block-group_inner .uwp-card_block h2.wp-block-heading,
.wp-block-group_inner .wp-block-group .uwp-card_block .m-ttl-hd-02,
.wp-block-group_inner .wp-block-group .uwp-card_block h2.wp-block-heading {
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 0px 0px 0px 4px;
  padding: 0px 0px 0px 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  color: #000000;
  text-align: left;
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .wp-block-group.wp-block-group_inner .uwp-card_block .m-ttl-hd-02,
  .wp-block-group.wp-block-group_inner .uwp-card_block h2.wp-block-heading,
  .wp-block-group_inner .wp-block-group .uwp-card_block .m-ttl-hd-02,
  .wp-block-group_inner .wp-block-group .uwp-card_block h2.wp-block-heading {
    font-size: 22px;
  }
}
.wp-block-group.wp-block-group_inner .uwp-card_block h3.wp-block-heading,
.wp-block-group_inner .wp-block-group .uwp-card_block h3.wp-block-heading {
  color: var(--color-keyblackbase, #151515);
  text-align: center;
  font-size: 20px;
  line-height: 160%;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wp-block-group.wp-block-group_inner .uwp-card_block h3.wp-block-heading,
  .wp-block-group_inner .wp-block-group .uwp-card_block h3.wp-block-heading {
    font-size: 18px;
  }
}
.wp-block-group.wp-block-group_inner .uwp-card_block .uwp-card_block_items,
.wp-block-group_inner .wp-block-group .uwp-card_block .uwp-card_block_items {
  display: grid;
  flex-direction: row;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wp-block-group.wp-block-group_inner .uwp-card_block .uwp-card_block_items,
  .wp-block-group_inner .wp-block-group .uwp-card_block .uwp-card_block_items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wp-block-group.wp-block-group_inner .uwp-card_block .uwp-card_block_items.col-4-card_block_items,
.wp-block-group_inner .wp-block-group .uwp-card_block .uwp-card_block_items.col-4-card_block_items {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .wp-block-group.wp-block-group_inner .uwp-card_block .uwp-card_block_items.col-4-card_block_items,
  .wp-block-group_inner .wp-block-group .uwp-card_block .uwp-card_block_items.col-4-card_block_items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wp-block-group.wp-block-group_inner .uwp-card_block .uwp-card_block_item,
.wp-block-group_inner .wp-block-group .uwp-card_block .uwp-card_block_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  text-decoration: none;
}
.wp-block-group.wp-block-group_inner .uwp-card_block .uwp-card_block_item[href=""],
.wp-block-group_inner .wp-block-group .uwp-card_block .uwp-card_block_item[href=""] {
  opacity: 1 !important;
  pointer-events: none;
}
.wp-block-group.wp-block-group_inner .uwp-card_block .bnr-sample-01,
.wp-block-group_inner .wp-block-group .uwp-card_block .bnr-sample-01 {
  background: #959595;
  padding: 31px 16px 31px 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 170px;
  position: relative;
}
.wp-block-group.wp-block-group_inner .uwp-card_block .uwp-card_block_img,
.wp-block-group_inner .wp-block-group .uwp-card_block .uwp-card_block_img {
  position: relative;
}
.wp-block-group.wp-block-group_inner .uwp-card_block .uwp-card_block_img img,
.wp-block-group_inner .wp-block-group .uwp-card_block .uwp-card_block_img img {
  display: block;
  width: 100%;
  aspect-ratio: 352/170;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
}
.wp-block-group.wp-block-group_inner .uwp-card_block figure.img-no-padding + p,
.wp-block-group.wp-block-group_inner .uwp-card_block .uwp-card_block_label,
.wp-block-group_inner .wp-block-group .uwp-card_block figure.img-no-padding + p,
.wp-block-group_inner .wp-block-group .uwp-card_block .uwp-card_block_label {
  margin-top: 10px;
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 18px;
  line-height: 160%;
  font-weight: 600;
  position: relative;
}

.list-download {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .list-download {
    margin-top: 32px;
    gap: 10px;
  }
}

body .is-layout-constrained > .list-download .wp-block-lazyblock-download-block {
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-lazyblock-download-block,
body .is-layout-constrained > .wp-block-lazyblock-download-block {
  width: 100%;
  max-width: 560px !important;
  margin-left: 0 !important;
}
.wp-block-lazyblock-download-block + .wp-block-lazyblock-download-block, p + .wp-block-lazyblock-download-block,
.wp-block-lazyblock-download-block + body .is-layout-constrained > .wp-block-lazyblock-download-block,
p + body .is-layout-constrained > .wp-block-lazyblock-download-block {
  margin-top: 16px !important;
}
@media screen and (max-width: 768px) {
  .wp-block-lazyblock-download-block,
  body .is-layout-constrained > .wp-block-lazyblock-download-block {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.schedule_btn_wrap {
  width: 100%;
  max-width: 480px;
  margin: auto;
  margin-top: 50px;
}
.schedule_btn_wrap .btn-ghost-regular {
  background: var(--color-key, #0B367A);
  padding: 0px 30px 0px 16px;
  width: 100%;
  max-width: 100%;
  height: 64px;
  min-height: 64px;
}
.schedule_btn_wrap .btn-ghost-regular div {
  color: var(--color-keywhite, #ffffff);
  font-size: 18px;
  line-height: 120%;
}
.schedule_btn_wrap .btn-ghost-regular .icon-arrow {
  right: 13px;
}

.category_sub_link_wrap {
  display: flex;
  gap: 16px 32px;
}
@media screen and (max-width: 768px) {
  .category_sub_link_wrap {
    flex-direction: column;
    padding-bottom: 8px;
  }
}
.category_sub_link_wrap .btn-ghost-regular {
  background: var(--color-key, #0B367A);
  padding: 0px 30px 0px 16px;
  width: 100%;
  max-width: 100%;
  height: 58px;
  min-height: 58px;
}
.category_sub_link_wrap .btn-ghost-regular div {
  color: var(--color-keywhite, #ffffff);
  font-size: 22px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .category_sub_link_wrap .btn-ghost-regular div {
    font-size: 18px;
  }
}
.category_sub_link_wrap .btn-ghost-regular .icon-arrow {
  right: 12px;
}

.tag-menu,
.tag-menu * {
  box-sizing: border-box;
}

.tag-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
  gap: 32px;
}
.tag-menu .lits-tag-menu {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .tag-menu .lits-tag-menu {
    width: 100%;
    gap: 4px;
  }
}
.tag-menu .year-ttl {
  background: var(--color-key, #0B367A);
  padding: 2px 8px 3px 8px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 140px;
  height: 40px;
  position: relative;
  color: #fdfdfd;
  text-align: left;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  line-height: 100%;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .tag-menu .year-ttl {
    width: calc(33% - 2.6666666667px);
  }
}
.tag-menu .is-filtered .year-ttl {
  opacity: 0.6;
}
.tag-menu .is-filtered .year-ttl.is-current {
  opacity: 1;
}
.tag-menu .m-txt-link-pdf {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  text-decoration: none;
  margin-left: auto;
}
.tag-menu .frame-2995 {
  background: var(--color-key, #0B367A);
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: hidden;
}
.tag-menu .frame-69 {
  padding: 0px 0px 0px 1px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  position: relative;
  overflow: visible;
}
.tag-menu .div {
  color: #000000;
  text-align: left;
  font-size: 15px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
}

.card-gameinfo {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .card-gameinfo {
    margin-top: 0;
  }
}

.card-game,
.card-game * {
  box-sizing: border-box;
}

.card-game {
  background: var(--color-keywhite, #ffffff);
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 2px;
  padding: 0 48px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .card-game {
    flex-direction: column-reverse;
    gap: 24px;
    padding: 0;
  }
  .card-game:first-child {
    margin-top: 48px;
  }
}
.card-game .card-game-terms-wrap {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .card-game .card-game-terms-wrap {
    gap: 16px;
  }
}
.card-game .card-game-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.card-game .card-game-terms .tag-term {
  min-width: 56px;
  height: 100%;
  background: var(--color-keygrayf0, #f0f0f0);
  border-radius: 2px;
  padding: 3px 16px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  text-decoration: none;
  color: var(--color-keygray8c, #646464);
  text-align: left;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
}
.card-game .detail {
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  flex: auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .card-game .detail {
    gap: 24px;
    padding: 0 18px;
    padding-bottom: 24px;
  }
}
.card-game .info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.card-game .head {
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 0px 0px 1px 0px;
  padding: 0px 0px 16px 0px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.card-game .post-date {
  display: block;
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 15px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
}
.card-game .div {
  color: #000000;
  text-align: left;
  font-size: 26px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .card-game .div {
    font-size: 22px;
  }
}
.card-game .div2 {
  color: #000000;
  text-align: left;
  font-size: 15px;
  line-height: 160%;
  font-weight: 300;
  position: relative;
  align-self: stretch;
  text-overflow: ellipsis;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
.card-game .navi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .card-game .navi {
    gap: 6px;
    width: 100%;
  }
}
.card-game .tag_item {
  background: var(--color-keygrayf0, #f0f0f0);
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 10px 8px;
  min-height: 36px;
  position: relative;
  text-decoration: none;
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .card-game .tag_item {
    width: calc(50% - 3px);
  }
}
.card-game .photo {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
}
.card-game .btn-ghost-regular {
  background: var(--color-key, #0B367A);
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 1px;
  padding: 0px 30px 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-end;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  min-height: 40px;
  max-width: 240px;
  position: relative;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .card-game .btn-ghost-regular {
    margin: auto;
  }
}
.card-game .div4 {
  color: var(--color-keywhite, #ffffff);
  text-align: center;
  font-size: 15px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
.card-game .icon-arrow {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 9px;
  top: calc(50% - 6px);
  overflow: visible;
}
.card-game .thumbnail {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  max-width: 364px;
  background: var(--color-keygrayf0, #f0f0f0);
}
.card-game .thumbnail img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .card-game .thumbnail {
    max-width: 100%;
  }
  .card-game .thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.hashtag_area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  margin-top: 32px;
}
.hashtag_area .tags_heading {
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 0px 0px 0px 4px;
  padding: 0px 16px 0px 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.hashtag_area .div {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: var(--heading-lv-04-font-size, 18px);
  line-height: var(--heading-lv-04-line-height, 160%);
  letter-spacing: var(--heading-lv-04-letter-spacing, 0.004em);
  font-weight: 600;
  position: relative;
}
.hashtag_area .hashtag_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
}
.hashtag_area li a {
  border-radius: 2px;
  padding: 8px 12px 8px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  background: var(--sctcontent, #ffffff);
  color: var(--color-key, #0B367A);
  text-align: left;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  min-width: 56px;
  height: 100%;
}
.hashtag_area li.is-current a {
  background: var(--color-key, #0B367A);
  color: var(--sctcontent, #ffffff);
}

.list-game,
.list-game * {
  box-sizing: border-box;
}

.list-game {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
}
.list-game .li-card-game {
  background: var(--color-keywhite, #ffffff);
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  max-width: 282px;
  min-width: 260px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .list-game .li-card-game {
    max-width: 560px;
    height: auto;
  }
}
.list-game .li-card-game .card-game-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.list-game .li-card-game .card-game-terms .tag-term {
  min-height: 22px;
  height: 100%;
  background: var(--color-keygrayf0, #f0f0f0);
  border-radius: 2px;
  padding: 2px 4px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  text-decoration: none;
  color: var(--color-keygray8c, #646464);
  font-size: 11px;
  line-height: 100%;
  font-weight: 600;
}
.list-game .thumbnail {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.list-game .thumbnail .wp-post-image {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 282/169;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-game .text {
  padding: 20px 18px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.list-game .post-date {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
}
.list-game .div {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 15px;
  line-height: 160%;
  font-weight: 300;
  position: relative;
  align-self: stretch;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
.list-game .tag-category {
  border-radius: 2px;
  padding: 0px 0px 2px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 80px;
  height: 22px;
  position: absolute;
  right: 16px;
  top: -11px;
  color: var(--color-keywhite, #ffffff);
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
}
.list-game .association {
  background: var(--color-key, #0B367A);
}
.list-game .u12 {
  background: var(--keycategoryu12, #e4a911);
}
.list-game .u18 {
  background: #ad2424;
}
.list-game .u15 {
  background: #c76825;
}
.list-game .vocationalschool {
  background: #86b161;
}
.list-game .university {
  background: #0d929a;
}
.list-game .society {
  background: #427071;
}
.list-game .coach {
  background: #1b3168;
}
.list-game .on33 {
  text-decoration: none;
  background: linear-gradient(to left, rgba(158, 51, 175, 0.2), rgba(158, 51, 175, 0.2)), linear-gradient(to left, #ab426f, #ab426f);
}
.list-game .youth {
  background: #6f4684;
}
.list-game .disabled {
  background: #6f4684;
}
.list-game .div2 {
  color: var(--color-keywhite, #ffffff);
  text-align: left;
  font-size: 15px;
  line-height: 120%;
  font-weight: 600;
  position: absolute;
  left: 20px;
  top: 99px;
}

.mv {
  position: relative;
}
.mv .swiper-slide {
  height: 100%;
  max-height: 520px;
  max-width: 59.7222222222vw;
}
@media screen and (min-width: 1440px) {
  .mv .swiper-slide {
    max-width: 860px;
  }
}
@media screen and (max-width: 768px) {
  .mv .swiper-slide {
    max-width: 100vw;
  }
}
.mv .swiper-slide picture {
  display: block;
  width: 100%;
  line-height: 0;
}
.mv .swiper-slide img {
  display: inline-block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 86/52;
}
.mv .swiper-pagination {
  bottom: 0;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  flex-shrink: 0;
  width: 32px;
  height: 5px;
  position: relative;
  border-radius: 0;
  opacity: 1;
}

.swiper-pagination-bullet {
  background: var(--color-keyblack000, #000000);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-key, #0B367A);
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
  margin-top: 4px;
}

.block-bnr-jba-game,
.block-bnr-jba-game * {
  box-sizing: border-box;
}

.block-bnr-jba-game {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  margin: 56px auto;
}
.block-bnr-jba-game .m-ttl-hd-02 {
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 0px 0px 0px 4px;
  padding: 0px 0px 0px 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.block-bnr-jba-game .div {
  color: #000000;
  text-align: left;
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
  flex: 1;
}
.block-bnr-jba-game .slider {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .block-bnr-jba-game .slider {
    margin-left: -5.852vw;
    margin-right: -5.852vw;
  }
}
.block-bnr-jba-game .slider .jba_swiper {
  overflow: hidden;
  width: 100%;
}
.block-bnr-jba-game .slider .swiper-slide {
  aspect-ratio: 27/10;
  line-height: 0;
}
.block-bnr-jba-game .slider .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.block-bnr-jba-game .slider .swiper-slide a[href=""] {
  opacity: 1 !important;
  pointer-events: none;
}
.block-bnr-jba-game .slider .btn-prev {
  background: var(--color-key, #0B367A);
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 60px;
  position: absolute;
  left: -11px;
  top: calc(50% - 30px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .block-bnr-jba-game .slider .btn-prev {
    left: 22px;
  }
}
.block-bnr-jba-game .slider .icon-prev-wht {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  position: relative;
  overflow: visible;
}
.block-bnr-jba-game .slider .btn-next {
  z-index: 1;
  background: var(--color-key, #0B367A);
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 60px;
  position: absolute;
  right: -11px;
  top: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  .block-bnr-jba-game .slider .btn-next {
    right: 22px;
  }
}
.block-bnr-jba-game .slider .icon-next-wht {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  position: relative;
  overflow: visible;
}

.block-news,
.block-news * {
  box-sizing: border-box;
}

.block-news {
  background: var(--color-keywhite, #ffffff);
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 1px;
  padding: 16px 40px 16px 40px;
  display: flex;
  flex-direction: row;
  gap: 18px 56px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 1200px;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .block-news {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 18px;
  }
}
.block-news .block-head {
  background: var(--color-keywhite, #ffffff);
  padding: 0px 0px 6px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  align-self: center;
  flex-shrink: 0;
  width: 220px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .block-news .block-head {
    width: 100%;
  }
}
.block-news .ttl-hd-02 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.block-news .h-2 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.block-news .jba-pick-up-news {
  color: var(--color-key, #0B367A);
  text-align: left;
  font-family: "Outfit", sans-serif;
  font-size: 38px;
  line-height: 100%;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}
.block-news .jba {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 15px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
.block-news .btn-ghost-regular {
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 1px;
  padding: 0px 30px 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-end;
  justify-content: center;
  flex-shrink: 0;
  width: 240px;
  min-height: 40px;
  max-width: 240px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .block-news .btn-ghost-regular {
    margin-left: 0;
  }
}
.block-news .div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-news .icon-arrow {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 9px;
  top: calc(50% - 6px);
  overflow: visible;
}
.block-news .block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-end;
  justify-content: center;
  flex: 1;
  position: relative;
}
.block-news .news-list {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .block-news .news-list {
    margin: 0;
  }
}
.block-news .li-news {
  border-style: dashed;
  border-color: var(--color-keygraybb, #bbbbbb);
  border-width: 0px 0px 1px 0px;
  padding: 20px 2px 20px 2px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .block-news .li-news {
    margin: 0;
    align-items: flex-start;
    flex-direction: column;
  }
  .block-news .li-news:first-child {
    border-width: 1px 0px 1px 0px;
  }
}
.block-news .date {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 15px;
  line-height: 160%;
  font-weight: 600;
  position: relative;
  width: 96px;
}
.block-news .div2 {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 15px;
  line-height: 160%;
  font-weight: 300;
  position: relative;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
.block-news .div2[href=""] {
  opacity: 1 !important;
  pointer-events: none;
}

.m-ttl-hd-02 {
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 0px 0px 0px 4px;
  padding: 0px 0px 0px 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.block-bnr-jba-content,
.block-bnr-jba-content * {
  box-sizing: border-box;
}

.block-bnr-jba-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  margin-top: 56px;
}
.block-bnr-jba-content .div {
  color: #000000;
  text-align: left;
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
  flex: 1;
}
.block-bnr-jba-content .block-bnr-jba {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
}
.block-bnr-jba-content .block-bnr {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block-bnr-jba-content .block-bnr {
    gap: 8px 10px;
  }
}
.block-bnr-jba-content .block-bnr a {
  display: block;
  flex: 0 1 calc(50% - 5px);
  max-width: 180px;
  height: auto;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 18/10;
}
.block-bnr-jba-content .block-bnr a[href=""] {
  opacity: 1 !important;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .block-bnr-jba-content .block-bnr a {
    max-width: 360px;
  }
}
.block-bnr-jba-content .block-bnr img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  height: 100%;
}

.page-news .tab-menu,
.page-news .tab-menu * {
  box-sizing: border-box;
}
.page-news .tab-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.page-news .list-category-ver-02 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
}
.page-news .list-category-ver-02 .tag-category {
  width: 100px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .page-news .list-category-ver-02 {
    justify-content: center;
  }
}
.page-news .tag-category {
  border-radius: 2px;
  padding: 0px 0px 1px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
  position: relative;
}
.page-news .div {
  color: var(--style-colorwhite, #ffffff);
  text-align: left;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  position: relative;
}
.page-news .news-list_wrap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .page-news .news-list_wrap {
    margin-top: 32px;
  }
}
.page-news .news-list {
  margin: 0;
  border-style: dashed;
  border-color: var(--color-keygraybb, #bbbbbb);
  border-width: 1px 0px 1px 0px;
}

.bg-image-block {
  background-size: cover;
  background-position: center;
  background-image: url(../images/bg_about_pc.jpg);
}
@media screen and (max-width: 769px) {
  .bg-image-block {
    background-image: url(../images/bg_about.jpg);
  }
}

._4-1,
._4-1 * {
  box-sizing: border-box;
}

._4-1 {
  color: #000000;
  text-align: center;
  font-size: 15px;
  line-height: 190%;
  font-weight: 300;
  position: relative;
  align-self: stretch;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  ._4-1 {
    text-align: left;
  }
}

.frame-43,
.frame-43 * {
  box-sizing: border-box;
}

.frame-43 {
  background: #ffffff;
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 0px 0px 4px 0px;
  padding: 28px 40px 28px 40px;
  display: flex;
  flex-direction: row;
  gap: 20px 78px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 800px;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .frame-43 {
    flex-direction: column;
    padding: 28px 20px;
  }
}
.frame-43 .logo {
  padding: 0px 0px 4px 0px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 160px;
  position: relative;
}
.frame-43 .symbol {
  flex-shrink: 0;
  width: 94px;
  height: 105px;
  position: relative;
  overflow: visible;
}
.frame-43 .logo-1 {
  width: 209px;
}
.frame-43 .logo-2 {
  width: 132px;
}
.frame-43 .logo2 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.frame-43 .group-45 {
  flex-shrink: 0;
  width: 146.89px;
  height: 55px;
  position: relative;
  overflow: visible;
}
.frame-43 .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .frame-43 .info {
    align-items: center;
  }
}
.frame-43 .address {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.frame-43 .name {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.frame-43 .div {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
}
.frame-43 .div2 {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 20px;
  line-height: 160%;
  font-weight: 600;
  position: relative;
}
.frame-43 ._641-0011-521-3-f-b-tel-073-463-6964 {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 15px;
  line-height: 160%;
  font-weight: 300;
  position: relative;
}
.frame-43 .btn-map {
  background: var(--color-keywhite, #ffffff);
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 1px;
  padding: 0px 24px 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 160px;
  height: 28px;
  position: relative;
  text-decoration: none;
}
.frame-43 .btn-map::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  background-image: url(../images/common/icon_pin.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.frame-43 .google-map {
  color: var(--color-key, #0B367A);
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.frame-43 .icon-pin {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 139px;
  top: 6px;
  overflow: visible;
}

.ttl,
.ttl * {
  box-sizing: border-box;
}

.post_ttl_block {
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 0px 0px 1px 0px;
  padding: 0px 0px 16px 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.post_ttl_block .post_ttl h1 {
  color: #000000;
  text-align: left;
  font-size: 32px;
  line-height: 160%;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
.post_ttl_block .label {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .post_ttl_block .label {
    gap: 10px;
  }
}
.post_ttl_block .date {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 15px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
}
.post_ttl_block .list-category {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.post_ttl_block .tag-category {
  border-radius: 2px;
  padding: 0px 0px 1px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 86px;
  height: 24px;
  position: relative;
  color: var(--color-keywhite, #ffffff);
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
}
.post_ttl_block .card-game-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.post_ttl_block .card-game-terms .tag-term {
  min-width: 56px;
  min-height: 24px;
  height: 100%;
  background: var(--color-keygrayf0, #f0f0f0);
  border-radius: 2px;
  padding: 3px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  text-decoration: none;
  color: var(--color-keygray8c, #646464);
  text-align: left;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
}

.wp-block-table {
  box-sizing: border-box;
}
.wp-block-table + .entry-content {
  position: relative;
  margin-top: 6rem;
}
.wp-block-table + .entry-content::before {
  content: "";
  display: block;
  position: absolute;
  top: -3rem;
  left: -4px;
  width: calc(100% + 4px);
  height: 1px;
  background-size: 4px 1px;
  background-image: linear-gradient(to right, #bbb, #bbb 2px, transparent 2px, transparent 2px);
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .wp-block-table + .entry-content {
    margin-top: 81px;
  }
  .wp-block-table + .entry-content::before {
    top: -40px;
  }
}

* + .wp-block-table {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  * + .wp-block-table {
    margin-top: 28px;
  }
}

.wp-block-table table {
  border-style: solid;
  border-color: var(--color-keygraybb, #bbbbbb);
  border-width: 1px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.wp-block-table table thead,
.wp-block-table table tbody {
  width: 100%;
  display: block;
}
.wp-block-table table tr {
  border-style: solid;
  border-color: var(--color-keygraybb, #bbbbbb);
  border-width: 0px 0px 1px 0px;
  position: relative;
}
.wp-block-table table td {
  padding: 20px 16px 20px 16px;
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 15px;
  line-height: 140%;
  font-weight: 300;
  position: relative;
  border: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  display: table-cell;
}
.wp-block-table table td + td {
  border-style: solid;
  border-color: var(--color-keygraybb, #bbbbbb);
  border-width: 0px 0px 0px 1px;
}
.wp-block-table table td:nth-child(1) {
  background: var(--color-keygrayf0, #f0f0f0);
  min-width: 180px;
  min-height: 60px;
  position: relative;
  font-weight: 600;
  width: 180px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wp-block-table table tr {
    display: flex;
    flex-direction: column;
  }
  .wp-block-table table td {
    display: block;
    width: 100%;
    padding: 9px 16px;
    min-height: 40px;
  }
  .wp-block-table table td + td {
    border: none;
  }
  .wp-block-table table td:nth-child(1) {
    width: 100%;
    min-height: 40px;
  }
}

.single_gameinfo {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .single_gameinfo {
    margin-bottom: 40px;
  }
}
.single_gameinfo .navi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  margin-top: 16px;
}
.single_gameinfo .tag_item {
  background: var(--color-keygrayf0, #f0f0f0);
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 10px 8px;
  min-height: 36px;
  position: relative;
  text-decoration: none;
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
}

.page-privacypolicy h3 {
  position: relative;
}
.page-privacypolicy .has-border,
.page-privacypolicy p + h3 {
  position: relative;
  margin-top: 6rem;
}
.page-privacypolicy .has-border::before,
.page-privacypolicy p + h3::before {
  content: "";
  display: block;
  position: absolute;
  top: -3rem;
  left: -4px;
  width: calc(100% + 4px);
  height: 1px;
  background-size: 4px 1px;
  background-image: linear-gradient(to right, #bbb, #bbb 2px, transparent 2px, transparent 2px);
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .page-privacypolicy .has-border,
  .page-privacypolicy p + h3 {
    margin-top: 81px;
  }
  .page-privacypolicy .has-border::before,
  .page-privacypolicy p + h3::before {
    top: -40px;
  }
}

.list-schedule_wrap .m-ttl-hd-02 {
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 0px 0px 0px 4px;
  padding: 0px 0px 0px 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  color: #000000;
  text-align: left;
  font-size: 22px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
  flex: 1;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .list-schedule_wrap .m-ttl-hd-02 {
    margin-bottom: 28px;
  }
}

.list-schedule_wrap .m-ttl-hd-03 {
  background: var(--color-keygraycc, #cecece);
  padding: 8px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  min-height: 52px;
  position: relative;
  color: #000000;
  text-align: left;
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
  flex: 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .list-schedule_wrap .m-ttl-hd-03 {
    min-height: 40px;
  }
}

.list-schedule_wrap .no-post {
  background: var(--color-keywhite, #ffffff);
  padding: 22px 32px 22px 32px;
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 15px;
  line-height: 160%;
  font-weight: 300;
  position: relative;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .list-schedule_wrap .no-post {
    padding: 18px 8px 22px;
    flex-direction: column;
  }
}

.list-schedule,
.list-schedule * {
  box-sizing: border-box;
}

.list-schedule {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.list-schedule + .m-ttl-hd-02 {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .list-schedule + .m-ttl-hd-02 {
    margin-top: 40px;
  }
}
.list-schedule + .m-ttl-hd-03 {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .list-schedule + .m-ttl-hd-03 {
    margin-top: 28px;
  }
}
.list-schedule .li-referee {
  background: var(--color-keywhite, #ffffff);
  border-style: solid;
  border-color: var(--color-keygraybb, #bbbbbb);
  border-width: 1px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  text-decoration: none;
}
.list-schedule .inr {
  padding: 12px 0px 12px 0px;
  display: grid;
  grid-template-columns: minmax(200px, 280px) minmax(200px, 1fr) 160px 260px;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  min-height: 64px;
  position: relative;
}
@media screen and (max-width: 1119px) {
  .list-schedule .inr {
    padding: 12px 16px;
    display: block;
  }
}
.list-schedule .date {
  padding: 10px 18px 10px 18px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 15px;
  line-height: 160%;
  font-weight: 600;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 1119px) {
  .list-schedule .date {
    padding: 4px 0 8px;
  }
}
.list-schedule .cap {
  border-style: solid;
  border-color: var(--color-keygraybb, #bbbbbb);
  border-width: 0px 0px 0px 1px;
  padding: 10px 18px 10px 18px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 15px;
  line-height: 140%;
  position: relative;
}
@media screen and (max-width: 1119px) {
  .list-schedule .cap {
    padding: 8px 0 4px;
    border-width: 1px 0px 0px 0px;
  }
}
.list-schedule .cap2 {
  border-style: solid;
  border-color: var(--color-keygraybb, #bbbbbb);
  border-width: 0px 0px 0px 1px;
  padding: 10px 18px 10px 18px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 15px;
  line-height: 160%;
  font-weight: 300;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 1119px) {
  .list-schedule .cap2 {
    padding: 4px 0;
    border-width: 0px 0px 0px 0px;
  }
}
.list-schedule .notes {
  border-style: solid;
  border-color: var(--color-keygraybb, #bbbbbb);
  border-width: 0px 0px 0px 1px;
  padding: 10px 18px 10px 18px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  color: var(--primitive-color-red-600, #dc000c);
  text-align: left;
  font-size: 15px;
  line-height: 160%;
  font-weight: 300;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 1119px) {
  .list-schedule .notes {
    padding: 4px 0;
    border-width: 0px 0px 0px 0px;
  }
}
.list-schedule .icon {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  width: 20px;
  height: auto;
  position: relative;
  overflow: visible;
  background: #f0f0f0;
}

.wp-block-group.bg-gray {
  background: var(--Semantic-Button-Button-Gray, #f0f0f0);
}
.wp-block-group.bg-gray .uwp-card_block.jba-news {
  background: #fff;
}

.youth_top .list-schedule_wrap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .youth_top .list-schedule_wrap {
    margin-top: 32px;
  }
}
.youth_top .wp-block-group_inner + .wp-block-group_inner {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .youth_top .wp-block-group_inner + .wp-block-group_inner {
    padding-top: 64px;
  }
}
.youth_top .m-ttl-hd-02 {
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 0px 0px 0px 4px;
  padding: 0px 0px 0px 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  color: #000000;
  text-align: left;
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .youth_top .m-ttl-hd-02 {
    font-size: 22px;
  }
}
.youth_top .m-sct,
.youth_top .m-sct * {
  box-sizing: border-box;
}
.youth_top .m-sct {
  margin-top: 48px;
  background: var(--color-keywhite, #ffffff);
  padding: 0px 40px 0px 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .youth_top .m-sct {
    padding: 0;
  }
}
.youth_top .m-sct .txt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 15px;
  line-height: 190%;
  position: relative;
  align-self: stretch;
}
.youth_top .m-sct .caption {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 13px;
  line-height: 150%;
  position: relative;
  align-self: stretch;
}
.youth_top .m-sct .img-banner {
  max-width: 620px;
  margin: auto;
  position: relative;
}
.youth_top .m-sct .img-banner img {
  display: block;
  width: 100%;
}

.coach_top .list-schedule_wrap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .coach_top .list-schedule_wrap {
    margin-top: 32px;
  }
}

.page-inquiry .m-sct {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  margin-top: 50px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .page-inquiry .m-sct {
    padding: 0;
    margin-top: 40px;
    gap: 20px;
  }
}
.page-inquiry .m-sct .inner {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-inquiry .m-sct .inner {
    gap: 18px;
  }
}
.page-inquiry .btn-ghost-regular {
  background: var(--color-key, #0B367A);
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 1px;
  padding: 0px 30px 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-end;
  justify-content: center;
  flex: 1;
  min-height: 58px;
  position: relative;
  max-width: 352px;
  min-width: 300px;
}
.page-inquiry .btn-ghost-regular div {
  color: var(--color-keywhite, #ffffff);
  text-align: center;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
.page-inquiry .icon-arrow {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 13px;
  top: calc(50% - 6px);
  overflow: visible;
}
.page-inquiry .div {
  color: var(--color-keywhite, #ffffff);
  text-align: center;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
.page-inquiry .icon-arrow2 {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 13px;
  top: calc(50% - 6px);
  overflow: visible;
}
.page-inquiry .icon-arrow3 {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 13px;
  top: calc(50% - 6px);
  overflow: visible;
}
.page-inquiry .inquiry-block {
  width: 100%;
  max-width: 980px;
  margin: auto;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-inquiry .inquiry-block {
    margin-top: 40px;
    gap: 20px;
    flex-direction: column;
  }
}
.page-inquiry .inquiry-block .inquiry-block-inner {
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 1px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
  max-width: 470px;
  margin: 0;
  flex: auto;
}
@media screen and (max-width: 768px) {
  .page-inquiry .inquiry-block .inquiry-block-inner {
    margin: auto;
    gap: 20px;
    padding: 22px 18px 24px 18px;
  }
}
.page-inquiry .inquiry-block .inquiry-block-inner .btn-ghost-regular {
  min-height: 40px;
  max-width: 220px;
  min-width: 220px;
}
.page-inquiry .inquiry-block .inquiry-block-inner .btn-ghost-regular div {
  font-size: 15px;
}
.page-inquiry .inquiry-block .inquiry-block-inner .btn-ghost-regular.-large {
  min-height: 58px;
  max-width: 352px;
}
.page-inquiry .inquiry-block .block-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.page-inquiry .inquiry-block .m-ttl-hd-02 {
  border-style: solid;
  border-color: var(--color-key, #0B367A);
  border-width: 0px 0px 1px 0px;
  padding: 0px 0px 8px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.page-inquiry .inquiry-block .div {
  color: #000000;
  text-align: center;
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
  flex: 1;
}
.page-inquiry .inquiry-block .frame-69 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.page-inquiry .inquiry-block .frame-692 {
  background: var(--color-keygrayf0, #f0f0f0);
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.page-inquiry .inquiry-block .div2 {
  color: var(--style-colorblack222, #222222);
  text-align: center;
  font-size: 16px;
  line-height: 190%;
  font-weight: 600;
  position: relative;
  flex: 1;
}
.page-inquiry .inquiry-block .text {
  text-align: center;
  font-size: 15px;
  line-height: 190%;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-inquiry .inquiry-block .text {
    text-align: left;
  }
}
.page-inquiry .inquiry-block .text.-bold {
  font-weight: 600;
}

.page-about .frame-43,
.page-about .frame-43 * {
  box-sizing: border-box;
}
.page-about .about-block {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-about .about-block {
    flex-direction: column;
  }
}
.page-about .img-wrap {
  border-style: solid;
  border-color: var(--color-keygraybb, #bbbbbb);
  border-width: 1px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 300px;
  height: 300px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-about .img-wrap {
    width: 100%;
    height: auto;
    min-height: 240px;
  }
}
.page-about .logo {
  padding: 0px 0px 4px 0px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 160px;
  position: relative;
}
.page-about .symbol {
  flex-shrink: 0;
  width: 94px;
  height: 105px;
  position: relative;
  overflow: visible;
}
.page-about .logo2 {
  width: 132px;
}
.page-about .logo2 img {
  width: 100%;
}
.page-about .group-45 {
  flex-shrink: 0;
  width: 146.89px;
  height: 55px;
  position: relative;
  overflow: visible;
}
.page-about .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.page-about .info p {
  font-size: 15px;
  line-height: 190%;
  position: relative;
}
.page-about .sitename {
  color: var(--color-key, #0B367A);
  text-align: left;
  font-family: "Outfit", sans-serif;
  font-size: 42px;
  line-height: 100%;
  font-weight: 500;
  position: relative;
  letter-spacing: -1.68px;
}
@media screen and (max-width: 768px) {
  .page-about .sitename {
    font-size: 34px;
  }
}
.page-about .address {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  margin-top: 0;
}
.page-about .name {
  display: flex;
  flex-direction: row;
  gap: 0 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
}
.page-about .div {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-about .div {
    font-size: 13px;
  }
}
.page-about .div2 {
  color: var(--color-keyblackbase, #151515);
  text-align: left;
  font-size: 20px;
  line-height: 160%;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-about .div2 {
    font-size: 18px;
  }
}
.page-about .block-about-dl-group-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 64px;
  position: relative;
  margin-top: 6rem;
}
.page-about .block-about-dl-group-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -3rem;
  left: -4px;
  width: calc(100% + 4px);
  height: 1px;
  background-size: 4px 1px;
  background-image: linear-gradient(to right, #bbb, #bbb 2px, transparent 2px, transparent 2px);
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .page-about .block-about-dl-group-wrap {
    gap: 0px 64px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 81px;
  }
  .page-about .block-about-dl-group-wrap::before {
    top: -40px;
  }
}
.page-about .block-about-dl-group {
  width: 100%;
  position: relative;
  /* wp css reset */
  margin-block-start: 0;
  margin-block-end: 0;
}
@media screen and (max-width: 768px) {
  .page-about .block-about-dl-group + .block-about-dl-group {
    margin-top: 81px;
  }
  .page-about .block-about-dl-group + .block-about-dl-group::before {
    top: -40px;
    left: -4px;
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: 1px;
    background-size: 4px 1px;
    background-image: linear-gradient(to right, #bbb, #bbb 2px, transparent 2px, transparent 2px);
    background-repeat: repeat-x;
  }
}/*# sourceMappingURL=style.css.map */