@charset "UTF-8";
/*
Theme Name: 一般社団法人 ファジアーノ岡山スポーツクラブユースサイト
Theme URL: https: //fagiano-okayama-sportsclub.org/development-div/
Description: 一般社団法人 ファジアーノ岡山スポーツクラブユースサイト
*/
/* --- reset.css --- */
/* === 使わないセレクタは消去する --- */
/* --- reset.css --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body figure {
  margin: 0;
  padding: 0;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

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

/* --- reset.cssここまで --- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  max-width: 100%;
  color: #151d35;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  body {
    font-size: 12px;
  }
}
ul {
  list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

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

.container {
  margin: 0 auto;
  max-width: 100%;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  a:hover {
    opacity: 1;
  }
}
a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 758px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
/* ===================================

  section-title

====================================== */
.section-title .title {
  position: relative;
  left: -62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 700;
}
.section-title .title::before {
  content: "";
  width: 38px;
  height: 30px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 38px solid #9a003e;
  margin-right: 23px;
}
.section-title .text {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .section-title .title {
    position: static;
    left: 0;
    font-size: 48px;
  }
  .section-title .title::before {
    width: 30px;
    height: 24px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 30px solid #9a003e;
    margin-right: 22px;
  }
  .section-title .text {
    padding-left: 52px;
    margin-top: 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .section-title .title {
    font-size: 32px;
  }
  .section-title .title::before {
    margin-right: 12px;
  }
  .section-title .text {
    padding-left: 42px;
    margin-top: 10px;
    font-size: 12px;
  }
}
/* ===================================

  ページトップボタン

====================================== */
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  display: block;
  width: 80px;
  height: 80px;
  z-index: 1000;
  cursor: pointer;
}
.pagetop img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .pagetop {
    right: 15px;
    bottom: 15px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 758px) {
  .pagetop {
    right: 10px;
    bottom: 15px;
    width: 40px;
    height: 40px;
  }
}
/* ===================================

  汎用リンクボタン

====================================== */
.link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 740px;
  height: 70px;
  margin: 60px auto 0;
  background-color: #9a003e;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .link-btn {
    width: 400px;
    height: 50px;
    margin: 40px auto 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .link-btn {
    width: calc(100% - 30px);
    margin: 40px auto 0;
    font-size: 12px;
  }
}
/* ===================================

  パンくずリスト

====================================== */
.breadcrumb-wrap {
  width: 100%;
  height: 30px;
  background-color: #cccccc;
  white-space: nowrap;
  overflow-x: hidden;
}
.breadcrumb-wrap .breadcrumb__inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  background-color: #cccccc;
}
.breadcrumb-wrap .breadcrumb {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cccccc;
}
.breadcrumb-wrap span {
  font-size: 12px;
  margin: 0 2px;
}
.breadcrumb-wrap span:first-child {
  margin-left: 0;
}
.breadcrumb-wrap .bcn-toplink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.breadcrumb-wrap .bcn-toplink > span {
  margin-left: 4px;
}

@media screen and (max-width: 1199px) {
  .breadcrumb-wrap {
    height: 26px;
  }
  .breadcrumb-wrap .breadcrumb__inner {
    width: 100%;
    padding: 0 30px;
  }
  .breadcrumb-wrap span {
    font-size: 11px;
    margin: 0 1px;
  }
  .breadcrumb-wrap .bcn-toplink {
    font-size: 11px;
  }
  .breadcrumb-wrap .bcn-toplink > span {
    margin-left: 3px;
  }
}
@media screen and (max-width: 758px) {
  .breadcrumb-wrap {
    height: 20px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumb-wrap::-webkit-scrollbar {
    display: none;
  }
  .breadcrumb-wrap .breadcrumb__inner {
    padding: 0 0 0 10px;
  }
  .breadcrumb-wrap span {
    font-size: 10px;
  }
  .breadcrumb-wrap .bcn-toplink {
    font-size: 10px;
  }
}
/* ===================================

  固定ページメインビジュアル

====================================== */
.n-mv__head {
  width: 100%;
  height: 105px;
  background-color: #9a003e;
}
.n-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.n-mv__title {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
.n-mv__thumb {
  width: 100%;
  overflow: hidden;
}
.n-mv__img {
  width: 100%;
  padding-top: 34.72%;
  background-image: url(img/u18-mv@2x-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page-u12 .n-mv__img {
  background-image: url(img/u12-mv@2x-80.jpg);
}

.page-u15 .n-mv__img {
  background-image: url(img/u15-mv@2x-80.jpg);
}

@media screen and (max-width: 1199px) {
  .n-mv__head {
    height: 100px;
  }
  .n-mv__inner {
    width: 100%;
    padding: 0 30px;
  }
  .n-mv__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 758px) {
  .n-mv__head {
    height: 74px;
  }
  .n-mv__inner {
    padding: 0 15px;
  }
  .n-mv__title {
    font-size: 33px;
  }
  .n-mv__img {
    padding-top: 55.56%;
  }
}
/* ===================================

  画像なしメインビジュアル

====================================== */
.l-mv {
  width: 100%;
  height: 120px;
  background-color: #fff;
}
.l-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.l-mv__title {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .l-mv {
    height: 100px;
  }
  .l-mv__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 758px) {
  .l-mv {
    height: 80px;
  }
  .l-mv__title {
    font-size: 18px;
  }
}
/* ===================================

  ドロップダウン

====================================== */
.select-dropd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 14px 0 12px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #b3b3b3;
}
.select-dropd .select-wrap {
  width: 220px;
  padding: 0 10px 3px;
  border-bottom: 1px solid #b3b3b3;
}
.select-dropd select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #151d35;
}

@media screen and (max-width: 1199px) {
  .select-dropd {
    padding: 14px 0 12px;
  }
  .select-dropd .select-wrap {
    width: 200px;
    padding: 0 6px 3px;
  }
  .select-dropd select {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .select-dropd {
    padding: 12px 0 10px;
  }
  .select-dropd .select-wrap {
    width: 180px;
    padding: 0 3px 3px;
  }
  .select-dropd select {
    font-size: 14px;
  }
}
/* ===================================

  ヘッダー

====================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 105px;
  background-color: #fff;
  border-bottom: 5px solid #9a003e;
  z-index: 100;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.header-logo {
  width: 187px;
  -ms-flex-item-align: center;
      align-self: center;
}
.header-logo__link {
  display: block;
}
.header-logo img {
  display: block;
  width: 100%;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 45px;
}
.header-nav .item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-nav .item + .item {
  margin-left: 10px;
}
.header-nav .item__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: center top 10px;
  padding-bottom: 10px;
  width: 90px;
  height: 90px;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.header-nav .item.school .item__ico {
  background-image: url(img/ico/ico-soccer.svg);
  background-size: 45px 45px;
}
.header-nav .item.youth {
  position: relative;
  margin-left: 20px;
}
.header-nav .item.youth::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 10px;
  width: 1px;
  height: 70px;
  background-color: #ccc;
}
.header-nav .item.youth .item__ico {
  background-image: url(img/ico/ico-youth.svg);
  background-size: 63px 45px;
}
.header-nav .item.cheer .item__ico {
  background-image: url(img/ico/ico-cheer.svg);
  background-size: 62px 45px;
}
.header-nav .item.tennis .item__ico {
  background-image: url(img/ico/ico-tennis.svg);
  background-size: 43px 45px;
}
.header-nav .item.rsv .item__ico {
  background-image: url(img/ico/ico-studiam.svg);
  background-size: 52px 45px;
}
.header-nav .item.rsv .item__ico:hover {
  opacity: 1;
}
.header-nav .item:hover .item__ico {
  background-color: #9a003e;
  color: #fff;
}
.header-nav .item:hover.school .item__ico {
  background-image: url(img/ico/ico-soccer-wh.svg);
}
.header-nav .item:hover.youth .item__ico {
  background-image: url(img/ico/ico-youth-wh.svg);
}
.header-nav .item:hover.cheer .item__ico {
  background-image: url(img/ico/ico-cheer-wh.svg);
}
.header-nav .item:hover.tennis .item__ico {
  background-image: url(img/ico/ico-tennis-wh.svg);
}
.header-nav .item:hover.rsv .item__ico {
  background-color: #242967;
  background-image: url(img/ico/ico-studiam-wh.svg);
}
.header-nav .item__contents {
  position: fixed;
  display: none;
  background-color: #fff;
  width: 100vw;
  min-height: 365px;
  top: 100px;
  left: 0;
  padding: 40px 0;
  border-top: 5px solid #9a003e;
}
.header-nav .item__contents.show {
  display: block;
}
.header-nav .item__contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 960px;
  margin: 0 auto;
}
.header-nav .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
  width: 440px;
}
.header-nav .item__thumb img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 8px;
  z-index: 1;
}
.header-nav .item__body {
  margin-left: 40px;
  padding-top: 40px;
}
.header-nav .item__body .item-nav__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.header-nav .item__body .item-nav__title::before {
  content: "";
  width: 7px;
  height: 10px;
  margin-right: 9px;
  background-image: url(img/ico/ico-arrow-right-bold@3x.png);
  background-repeat: no-repeat;
  background-size: 7px 10px;
  background-position: center center;
}
.header-nav .item__body ul {
  margin-top: 24px;
  padding-left: 15px;
}
.header-nav .item__body ul li {
  font-size: 14px;
}
.header-nav .item__body ul li + li {
  margin-top: 20px;
}
.header-nav .item__body .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav .item__body .nav-link::before {
  content: "";
  width: 7px;
  height: 10px;
  margin-right: 10px;
  background-image: url(img/ico/ico-arrow-right@3x.png);
  background-repeat: no-repeat;
  background-size: 6px 9px;
  background-position: center center;
}
.header-nav .item.youth .item__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-left: 0;
  padding-top: 20px;
}
.header-nav .item.youth .item__body .lists-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 24px;
  padding-left: 16px;
}
.header-nav .item.youth .item__body .lists {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
}
.header-nav .item.youth .item__body .lists ul {
  margin-top: 19px;
  padding-left: 0;
}
.header-nav .item.youth .item__body .lists li {
  font-size: 14px;
}
.header-btn {
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 80px;
  -ms-flex-item-align: center;
      align-self: center;
}
.header-btn .menu-btn {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  height: 100%;
  background-color: #9a003e;
  border-radius: 9999px;
  cursor: pointer;
}
.header-btn .menu-btn span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 38px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-btn .menu-btn span:first-child {
  top: 20px;
}
.header-btn .menu-btn span:nth-child(2) {
  top: 31px;
}
.header-btn .menu-btn span:nth-child(3) {
  top: 42px;
}
.header-btn .menu-btn.active {
  background-color: #fff;
  border: 2px solid #9a003e;
}
.header-btn .menu-btn.active span {
  background-color: #9a003e;
}
.header-btn .menu-btn.active span:first-child {
  top: 29px;
  left: 19px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-btn .menu-btn.active span:nth-child(2) {
  opacity: 0;
}
.header-btn .menu-btn.active span:nth-child(3) {
  left: 19px;
  top: 29px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-btn .menu-btn.active .menu-btn__text {
  color: #9a003e;
}
.header-btn .menu-btn p {
  position: absolute;
  left: 50%;
  bottom: 12px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .header {
    height: 62px;
    border-bottom: 2px solid #9a003e;
  }
  .header__inner {
    padding: 0 30px;
  }
  .header-logo {
    width: 230px;
  }
  .header-logo img {
    width: auto;
    height: 50px;
  }
  .header-nav {
    display: none;
  }
  .header-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41px;
            flex: 0 0 41px;
    width: 41px;
    height: 41px;
  }
  .header-btn .menu-btn span {
    width: 19px;
    height: 2px;
  }
  .header-btn .menu-btn span:first-child {
    top: 13px;
  }
  .header-btn .menu-btn span:nth-child(2) {
    top: 19px;
  }
  .header-btn .menu-btn span:nth-child(3) {
    top: 25px;
  }
  .header-btn .menu-btn.active span:first-child {
    top: 17px;
    left: 9px;
  }
  .header-btn .menu-btn.active span:nth-child(3) {
    top: 17px;
    left: 9px;
  }
  .header-btn .menu-btn.active .menu-btn__text {
    color: #9a003e;
  }
  .header-btn .menu-btn p {
    display: none;
  }
}
@media screen and (max-width: 758px) {
  .header__inner {
    padding: 0 10px;
  }
  .header-logo {
    width: 217px;
  }
  .header-logo img {
    height: 40px;
  }
}
/* ---------------------------------
  固定ヘッダー用のスペーサー
----------------------------------- */
.for-fixed-header-space {
  width: 100%;
  height: 155px;
}

@media screen and (max-width: 1199px) {
  .for-fixed-header-space {
    height: 62px;
  }
}
/* ===================================

  ドロワーメニュー

====================================== */
.d-menu {
  position: fixed;
  top: 105px;
  bottom: 0;
  right: -100%;
  width: 100vw;
  min-height: 100vh;
  padding-top: 75px;
  background-color: #fff;
  opacity: 0;
  z-index: -100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.d-menu.show {
  right: 0;
  opacity: 1;
  z-index: 9999;
}
.d-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}
.d-menu__title {
  font-size: 18px;
  font-weight: 500;
}
.d-menu__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
  width: 420px;
}
.d-menu__left .items {
  margin-top: 27px;
}
.d-menu__left .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 33px;
  width: 100%;
  height: 85px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  z-index: 1;
}
.d-menu__left .item + .item {
  margin-top: 10px;
}
.d-menu__left .item__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
.d-menu__left .item__ico img {
  display: block;
  width: auto;
  height: 45px;
}
.d-menu__left .item p {
  margin-left: 28px;
  font-size: 20px;
  font-weight: 500;
}
.d-menu__hr {
  margin: 10px 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.d-menu__right {
  width: 420px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
}
.d-menu__nav {
  margin-top: 30px;
  padding-bottom: 94px;
  border-bottom: 1px solid #ccc;
}
.d-menu__nav .nav-item + .nav-item {
  margin-top: 22px;
}
.d-menu__nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-menu__nav .nav-link::before {
  content: "";
  width: 13px;
  height: 10px;
  margin-right: 15px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 13px solid #151d35;
}
.d-menu__nav .nav-link img {
  display: block;
  width: 14px;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.d-menu__copy {
  margin-top: 30px;
  color: #666666;
}

.sp-menu {
  display: none;
}

@media screen and (max-width: 1199px) {
  .d-menu {
    display: none;
  }
  .d-menu.show {
    display: none;
  }
  .sp-menu {
    display: block;
    position: fixed;
    top: 62px;
    right: -100%;
    width: 360px;
    max-height: 100vh;
    padding-bottom: 20px;
    background-color: #fff;
    opacity: 0;
    z-index: -100;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sp-menu.show {
    right: 0;
    opacity: 1;
    z-index: 9999;
  }
  .sp-menu__inner {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: none;
    padding-top: 23px;
    padding-bottom: 50px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .sp-menu__inner::-webkit-scrollbar {
    display: none;
  }
  .sp-menu__head {
    padding: 0 15px;
  }
  .sp-menu__title {
    font-size: 14px;
    font-weight: 500;
  }
  .sp-menu__panels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 16px;
    padding: 0 10px;
  }
  .sp-menu__panels .panel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22.6%;
    height: 70px;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 1;
  }
  .sp-menu__panels .panel:nth-child(n+5) {
    margin-top: 10px;
  }
  .sp-menu__panels .panel__ico {
    width: auto;
    height: 28px;
  }
  .sp-menu__panels .panel__text {
    margin-top: 8px;
    font-size: 10px;
    font-weight: 500;
  }
  .sp-menu__body {
    margin-top: 25px;
  }
  .sp-menu__body .list {
    padding: 10px 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    border-top: 1px solid #ccc;
  }
  .sp-menu__body .list.parent {
    background-image: url(img/ico/ico-menu-plus.svg);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: right 15px center;
  }
  .sp-menu__body .list.parent.active {
    background-image: url(img/ico/ico-menu-minus.svg);
  }
  .sp-menu__body .list.outlink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 70px;
  }
  .sp-menu__body .list.outlink .outlink-ico {
    width: 12px;
    margin-left: 5px;
  }
  .sp-menu__body .child {
    display: none;
    padding: 0 15px;
    background-color: #f2f2f2;
  }
  .sp-menu__body .child .list {
    font-size: 12px;
  }
}
@media screen and (max-width: 758px) {
  .sp-menu {
    width: 100%;
  }
}
/* ===================================

  ヘッダー下ナビゲーション

====================================== */
.header-band {
  position: fixed;
  top: 105px;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.header-band .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 20px;
}
.header-band-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-band-nav .menu-item + .menu-item {
  margin-left: 33px;
}
.header-band-nav .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
}
.header-band-nav .menu-item a::before {
  content: "";
  width: 13px;
  height: 10px;
  margin-right: 15px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 13px solid #666666;
}
.header-band-nav .menu-item a img {
  width: 13px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13px;
          flex: 0 0 13px;
  margin-left: 7px;
}

@media screen and (max-width: 1199px) {
  .header-band {
    display: none;
  }
}
/* ===================================

  フッター

====================================== */
.footer {
  width: 100%;
  margin-top: 120px;
  padding: 30px 0;
  background-color: #242967;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}
.footer__column {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
}
.footer__link::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  position: relative;
  top: 6px;
  content: "";
  width: 7px;
  height: 10px;
  margin-right: 9px;
  background-image: url(img/ico/ico-arrow-right-bold-wh@3x.png);
  background-repeat: no-repeat;
  background-size: 7px 10px;
  background-position: center center;
}

@media screen and (max-width: 1199px) {
  .footer {
    margin-top: 60px;
    padding: 30px 0;
  }
  .footer__inner {
    width: 100%;
    padding: 0 30px;
  }
  .footer__column {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .footer__column:nth-child(n+3) {
    margin-top: 1em;
  }
  .footer__link::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
    top: 6px;
    width: 6px;
    height: 9px;
    margin-right: 7px;
    background-size: 6px 9px;
  }
}
@media screen and (max-width: 758px) {
  .footer {
    margin-top: 35px;
    padding: 20px 0;
  }
  .footer__inner {
    padding: 0 15px;
  }
  .footer__link {
    font-size: 11px;
  }
  .footer__link::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5px;
            flex: 0 0 5px;
    top: 5px;
    width: 5px;
    height: 7px;
    margin-right: 6px;
    background-size: 5px 7px;
  }
}
/* ===================================

  Copyright

====================================== */
.copyright {
  width: 100%;
  padding: 20px 0;
  background-color: #333;
}
.copyright__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.copyright__inner p {
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .copyright {
    padding: 18px 0;
    width: 100%;
  }
  .copyright__inner {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .copyright__inner p {
    font-size: 11px;
  }
  .copyright__inner p + p {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 758px) {
  .copyright {
    padding: 10px 0;
  }
  .copyright__inner p {
    font-size: 10px;
  }
  .copyright__inner p + p {
    margin-top: 6px;
  }
}
/* ===================================

  メインビジュアル

====================================== */
.mv {
  position: relative;
}
.mv-head {
  width: 100%;
  height: 105px;
  background-color: #9a003e;
}
.mv-head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.mv__title .title {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 700;
}
.mv__title .text {
  margin-left: 43px;
  font-size: 20px;
  font-weight: 700;
}
.mv .mv-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv .mv-sns__link {
  display: block;
  width: 24px;
}
.mv .mv-sns__link img {
  display: block;
  width: 100%;
}
.mv .mv-sns__link + .mv-sns__link {
  margin-left: 16px;
}
.mv__thumb {
  width: 100%;
  background: rgba(154, 0, 62, 0.1);
}
.mv__thumb-img {
  display: block;
  width: 887px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .mv-head {
    height: 100px;
  }
  .mv-head__inner {
    padding: 0 30px;
    width: 100%;
  }
  .mv__title .title {
    font-size: 48px;
  }
  .mv__title .text {
    margin-left: 24px;
    font-size: 16px;
  }
  .mv .mv-sns {
    display: block;
  }
  .mv .mv-sns__link {
    width: 18px;
  }
  .mv .mv-sns__link + .mv-sns__link {
    margin-left: 0;
    margin-top: 15px;
  }
  .mv__thumb-img {
    width: 100%;
  }
}
@media screen and (max-width: 758px) {
  .mv-head {
    height: 94px;
  }
  .mv-head__inner {
    padding: 0 15px;
  }
  .mv__title {
    display: block;
    padding-right: 10px;
  }
  .mv__title .title {
    font-size: 33px;
  }
  .mv__title .text {
    margin-left: 0;
    margin-top: 3px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 1.34;
  }
  .mv .mv-sns {
    display: block;
  }
  .mv .mv-sns__link {
    width: 16px;
  }
  .mv .mv-sns__link + .mv-sns__link {
    margin-top: 12px;
  }
}
/* ===================================

  各種アンカー

====================================== */
.home .anchors {
  background-color: #f2f2f2;
}
.home .anchors__contents {
  position: relative;
  top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1040px;
  height: 80px;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 10;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.home .anchors .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.home .anchors .anchor + .anchor {
  margin-left: 40px;
}
.home .anchors .anchor::after {
  content: "";
  margin-left: 14px;
  width: 12px;
  height: 8px;
  background-image: url(img/ico/ico-arrow-btm-bk.svg);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: center center;
}

@media screen and (max-width: 1199px) {
  .home .anchors__contents {
    top: -50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 60px);
    height: auto;
    margin: 0 auto;
    padding: 30px 50px;
    border-radius: 5px;
  }
  .home .anchors .anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30%;
  }
  .home .anchors .anchor + .anchor {
    margin-left: auto;
  }
  .home .anchors .anchor:nth-child(4n) {
    margin-left: 0;
  }
  .home .anchors .anchor:nth-child(n+4) {
    margin-top: 20px;
  }
  .home .anchors .anchor::after {
    position: relative;
    top: 2px;
    margin-left: 10px;
    width: 10px;
    height: 6px;
    background-size: 10px 6px;
    background-position: center center;
  }
}
@media screen and (max-width: 758px) {
  .home .anchors__contents {
    top: -30px;
    width: calc(100% - 30px);
    padding: 20px 42px 20px 30px;
  }
  .home .anchors .anchor {
    width: 40%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home .anchors .anchor + .anchor {
    margin-left: auto;
  }
  .home .anchors .anchor:nth-child(odd) {
    margin-left: 0;
  }
  .home .anchors .anchor:nth-child(even) {
    margin-left: auto;
  }
  .home .anchors .anchor:nth-child(n+3) {
    margin-top: 13px;
  }
  .home .anchors .anchor::after {
    top: 1px;
    margin-left: 0;
    width: 8px;
    height: 4px;
    background-size: 8px 4px;
  }
}
/* ===================================

  ニュース

====================================== */
.home .news {
  padding: 60px 0 90px;
  background-color: #f2f2f2;
}
.home .news .container {
  width: 1080px;
}
.home .news__contents {
  margin-top: 55px;
}
.home .news .entries {
  padding: 45px 50px 50px;
  background-color: #fff;
}
.home .news .entry {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 23px;
}
.home .news .entry + .entry {
  margin-top: 23px;
}
.home .news .entry:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.home .news .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .news .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .news .entry__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.home .news .entry__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  width: 120px;
  height: 24px;
  background-color: #9a003e;
  font-size: 12px;
  color: #fff;
}
.home .news .entry__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 30px;
  font-weight: 500;
  word-break: break-all;
}

@media screen and (max-width: 1199px) {
  .home .news {
    padding: 20px 0 60px;
  }
  .home .news .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .news__contents {
    margin-top: 30px;
  }
  .home .news .entries {
    padding: 35px 30px 40px;
  }
  .home .news .entry {
    padding-bottom: 20px;
  }
  .home .news .entry + .entry {
    margin-top: 20px;
  }
  .home .news .entry__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    width: 80px;
  }
  .home .news .entry__cate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
    height: 20px;
    font-size: 11px;
  }
  .home .news .entry__title {
    margin-left: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .home .news {
    padding: 17px 0 40px;
  }
  .home .news .container {
    padding: 0 0;
  }
  .home .news .section-title {
    padding: 0 15px;
  }
  .home .news__contents {
    margin-top: 20px;
  }
  .home .news .entries {
    padding: 30px 15px 30px;
  }
  .home .news .entry {
    padding-bottom: 15px;
  }
  .home .news .entry + .entry {
    margin-top: 15px;
  }
  .home .news .entry__link {
    display: block;
  }
  .home .news .entry__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
    width: 75px;
  }
  .home .news .entry__cate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    width: 90px;
    height: 18px;
    font-size: 10px;
  }
  .home .news .entry__title {
    margin-left: 0;
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.5;
  }
}
/* ===================================

  育成ディビジョン概要

====================================== */
.home .about {
  margin-top: 80px;
}
.home .about .container {
  width: 1080px;
}
.home .about__contents {
  margin-top: 57px;
}
.home .about__copy {
  line-height: 2;
}
.home .about__slider {
  margin-top: 57px;
}
.home .about .swiper-container {
  width: 100%;
  overflow: hidden;
}
.home .about .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.home .about .swiper-slide {
  width: 100%;
}
.home .about .swiper-slide img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .home .about {
    margin-top: 60px;
  }
  .home .about .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .about__contents {
    margin-top: 40px;
  }
  .home .about__slider {
    margin-top: 40px;
  }
}
@media screen and (max-width: 758px) {
  .home .about {
    margin-top: 40px;
  }
  .home .about .container {
    padding: 0 15px;
  }
  .home .about__contents {
    margin-top: 30px;
  }
  .home .about__slider {
    margin-top: 30px;
  }
}
/* ===================================

  アカデミー育成ディビジョン方針

====================================== */
.home .policy {
  margin-top: 90px;
  padding: 84px 0 140px;
  background: linear-gradient(90deg, #fff 0%, #fff 60px, #f2f2f2 60px, #f2f2f2 100%);
}
.home .policy .container {
  width: 1080px;
}
.home .policy__title {
  font-size: 36px;
  font-weight: 700;
}
.home .policy__contents {
  margin-top: 60px;
}
.home .policy .item {
  width: 100%;
  background-color: #fff;
  padding: 115px 100px 134px;
}
.home .policy .item__group + .item__group {
  margin-top: 115px;
}
.home .policy .item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #9a003e;
}
.home .policy .item__title .title {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
}
.home .policy .item__title .text {
  padding-top: 1em;
  margin-left: 34px;
  font-size: 20px;
}
.home .policy .item__jumbo {
  margin-top: 70px;
  font-size: 48px;
  font-weight: 700;
}
.home .policy .item__jumbo .sp {
  display: none;
}
.home .policy .item__jumbo span {
  color: #9a003e;
}
.home .policy .item ul {
  margin-top: 42px;
}
.home .policy .item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
}
.home .policy .item ul li .spacer {
  margin-top: 0.75em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 14px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 18px solid #9a003e;
}
.home .policy .item ul li .contents span {
  color: #9a003e;
}
.home .policy .item ul li .contents .sp {
  display: none;
}
.home .policy .item__text {
  margin-top: 36px;
  font-size: 24px;
  font-weight: 700;
}
.home .policy .item__figure {
  margin-top: 80px;
}
.home .policy .item__figure img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .home .policy {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(5%, #fff), color-stop(5%, #f2f2f2), to(#f2f2f2));
    background: linear-gradient(90deg, #fff 0%, #fff 5%, #f2f2f2 5%, #f2f2f2 100%);
  }
}
@media screen and (max-width: 1280px) {
  .home .policy {
    background: #f2f2f2;
  }
}
@media screen and (max-width: 1199px) {
  .home .policy {
    margin-top: 80px;
    padding: 60px 0 80px;
  }
  .home .policy .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .policy__title {
    font-size: 28px;
  }
  .home .policy__contents {
    margin-top: 40px;
  }
  .home .policy .item {
    padding: 60px 30px;
  }
  .home .policy .item__group + .item__group {
    margin-top: 80px;
  }
  .home .policy .item__title .title {
    font-size: 48px;
  }
  .home .policy .item__title .text {
    padding-top: 0.55em;
    margin-left: 24px;
    font-size: 18px;
  }
  .home .policy .item__jumbo {
    margin-top: 36px;
    font-size: 36px;
  }
  .home .policy .item ul {
    margin-top: 24px;
  }
  .home .policy .item ul li {
    font-size: 20px;
  }
  .home .policy .item ul li .spacer {
    margin-top: 0.75em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 12px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 16px solid #9a003e;
  }
  .home .policy .item__text {
    margin-top: 30px;
    font-size: 18px;
  }
  .home .policy .item__figure {
    margin-top: 50px;
  }
}
@media screen and (max-width: 758px) {
  .home .policy {
    margin-top: 60px;
    padding: 60px 0;
  }
  .home .policy .container {
    padding: 0 15px;
  }
  .home .policy__title {
    font-size: 20px;
  }
  .home .policy__contents {
    margin-top: 30px;
  }
  .home .policy .item {
    padding: 40px 15px;
  }
  .home .policy .item__group + .item__group {
    margin-top: 40px;
  }
  .home .policy .item__title .title {
    font-size: 36px;
  }
  .home .policy .item__title .text {
    padding-top: 0.7em;
    margin-left: 16px;
    font-size: 14px;
  }
  .home .policy .item__jumbo {
    margin-top: 20px;
    font-size: 26px;
    line-height: 1.5;
  }
  .home .policy .item__jumbo .sp {
    display: block;
  }
  .home .policy .item ul {
    margin-top: 20px;
  }
  .home .policy .item ul li {
    font-size: 15px;
  }
  .home .policy .item ul li .spacer {
    margin-top: 0.75em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    width: 18px;
    height: 8px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 12px solid #9a003e;
  }
  .home .policy .item ul li .contents .sp {
    display: block;
  }
  .home .policy .item ul li .contents .pc {
    display: none;
  }
  .home .policy .item__text {
    margin-top: 24px;
    font-size: 17px;
  }
  .home .policy .item__figure {
    margin-top: 40px;
  }
}
/* ===================================

  育成ディビジョンスタッフ一覧

====================================== */
.home .coach {
  margin-top: 120px;
}
.home .coach .container {
  width: 1080px;
}
.home .coach__contents {
  margin-top: 57px;
}
.home .coach__copy {
  line-height: 2;
}
.home .coach__slider {
  margin-top: 57px;
}
.home .coach .swiper-container {
  width: 100%;
  overflow: hidden;
}
.home .coach .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.home .coach .swiper-slide {
  width: 100%;
}
.home .coach .swiper-slide img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .home .coach {
    margin-top: 60px;
  }
  .home .coach .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .coach__contents {
    margin-top: 40px;
  }
  .home .coach__slider {
    margin-top: 40px;
  }
}
@media screen and (max-width: 758px) {
  .home .coach {
    margin-top: 40px;
  }
  .home .coach .container {
    padding: 0 15px;
  }
  .home .coach__contents {
    margin-top: 30px;
  }
  .home .coach__slider {
    margin-top: 30px;
  }
  .home .coach .link-btn {
    width: 100%;
  }
}
/* ===================================

  育成ディビジョンカテゴリ一覧

====================================== */
.home .dcate {
  margin-top: 120px;
}
.home .dcate .container {
  width: 1080px;
}
.home .dcate__contents {
  margin-top: 65px;
}
.home .dcate .item {
  width: 100%;
}
.home .dcate .item + .item {
  margin-top: 60px;
}
.home .dcate .item__title {
  padding-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #9a003e;
  border-bottom: 1px solid #9a003e;
}
.home .dcate .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.home .dcate .item__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  width: 520px;
}
.home .dcate .item__text {
  line-height: 2;
  margin-top: -0.5em;
}
.home .dcate .item__links {
  margin-top: 27px;
}
.home .dcate .item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  width: 100%;
  height: 60px;
  background-image: url(img/ico/ico-arrow-right-bk@3x.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 7px 12px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #b3b3b3;
}
.home .dcate .item__link.accent {
  background-color: #9a003e;
  background-image: url(img/ico/ico-arrow-right-wh-m@3x.png);
  color: #fff;
  border: none;
}
.home .dcate .item__link + .item__link {
  margin-top: 15px;
}
.home .dcate .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  width: 520px;
}
.home .dcate .item__thumb-sp {
  display: none;
}
.home .dcate .item__thumb-sp img {
  display: block;
  width: 100%;
}
.home .dcate .item__thumb img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .home .dcate {
    margin-top: 100px;
  }
  .home .dcate .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .dcate__contents {
    margin-top: 40px;
  }
  .home .dcate .item + .item {
    margin-top: 50px;
  }
  .home .dcate .item__title {
    padding-bottom: 12px;
    font-size: 36px;
  }
  .home .dcate .item__inner {
    margin-top: 20px;
  }
  .home .dcate .item__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.3%;
            flex: 0 0 48.3%;
    width: 48.3%;
  }
  .home .dcate .item__links {
    margin-top: 20px;
  }
  .home .dcate .item__link {
    padding-left: 15px;
    height: 50px;
    background-position: center right 16px;
    background-size: 6px 11px;
    font-size: 14px;
  }
  .home .dcate .item__link + .item__link {
    margin-top: 12px;
  }
  .home .dcate .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.3%;
            flex: 0 0 48.3%;
    width: 48.3%;
  }
}
@media screen and (max-width: 758px) {
  .home .dcate {
    margin-top: 60px;
  }
  .home .dcate .container {
    padding: 0 15px;
  }
  .home .dcate__contents {
    margin-top: 30px;
  }
  .home .dcate .item + .item {
    margin-top: 40px;
  }
  .home .dcate .item__title {
    padding-bottom: 10px;
    font-size: 26px;
  }
  .home .dcate .item__inner {
    display: block;
    margin-top: 15px;
  }
  .home .dcate .item__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .home .dcate .item__links {
    margin-top: 20px;
  }
  .home .dcate .item__link {
    background-position: center right 15px;
    background-size: 5px 10px;
    font-size: 12px;
  }
  .home .dcate .item__link + .item__link {
    margin-top: 6px;
  }
  .home .dcate .item__thumb {
    display: none;
  }
  .home .dcate .item__thumb-sp {
    display: block;
    margin-top: 15px;
  }
}
/* ===================================

  育成ディビジョン沿革

====================================== */
.home .history {
  margin-top: 120px;
  padding: 120px 0;
  background: linear-gradient(-90deg, #fff 0%, #fff 60px, #f2f2f2 60px, #f2f2f2 100%);
}
.home .history .container {
  width: 1080px;
}
.home .history__contents {
  margin-top: 75px;
}
.home .history .items {
  padding: 100px 100px 92px;
  background-color: #fff;
}
.home .history .item {
  width: 100%;
  padding-bottom: 26px;
  border-bottom: 1px solid #ccc;
}
.home .history .item + .item {
  margin-top: 30px;
}
.home .history .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.home .history .item__title {
  padding-left: 11px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #9a003e;
  border-left: 4px solid #9a003e;
}
.home .history .item__text {
  margin-top: 18px;
  line-height: 2;
}

@media screen and (max-width: 1440px) {
  .home .history {
    background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(5%, #fff), color-stop(5%, #f2f2f2), to(#f2f2f2));
    background: linear-gradient(-90deg, #fff 0%, #fff 5%, #f2f2f2 5%, #f2f2f2 100%);
  }
}
@media screen and (max-width: 1280px) {
  .home .history {
    background: #f2f2f2;
  }
}
@media screen and (max-width: 1199px) {
  .home .history {
    margin-top: 80px;
    padding: 80px 0;
  }
  .home .history .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .history__contents {
    margin-top: 40px;
  }
  .home .history .items {
    padding: 50px 30px 43px;
  }
  .home .history .item {
    padding-bottom: 20px;
  }
  .home .history .item + .item {
    margin-top: 24px;
  }
  .home .history .item__title {
    padding-left: 10px;
    font-size: 20px;
  }
  .home .history .item__text {
    margin-top: 16px;
  }
}
@media screen and (max-width: 758px) {
  .home .history {
    margin-top: 60px;
    padding: 60px 0;
  }
  .home .history .container {
    padding: 0 15px;
  }
  .home .history__contents {
    margin-top: 30px;
  }
  .home .history .items {
    padding: 30px 15px 33px;
  }
  .home .history .item {
    padding-bottom: 16px;
  }
  .home .history .item + .item {
    margin-top: 20px;
  }
  .home .history .item__title {
    font-size: 18px;
  }
  .home .history .item__text {
    margin-top: 15px;
  }
}
/* ===================================

  トップ昇格選手 高校卒業年度

====================================== */
.home .promote {
  margin-top: 120px;
}
.home .promote .container {
  width: 1080px;
}
.home .promote__contents {
  margin-top: 80px;
  padding: 0 100px;
}
.home .promote .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 0 35px;
  width: 100%;
  border-top: 1px solid #ccc;
}
.home .promote .item:last-child {
  border-bottom: 1px solid #ccc;
}
.home .promote .item-year {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 303px;
          flex: 0 0 303px;
  width: 303px;
}
.home .promote .item-year__text {
  padding-left: 11px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #9a003e;
  border-left: 4px solid #9a003e;
}
.home .promote .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.home .promote .item__group + .item__group {
  margin-top: 40px;
}
.home .promote .item__name {
  font-size: 18px;
  font-weight: 500;
}
.home .promote .item__text {
  margin-top: 10px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .home .promote {
    margin-top: 80px;
  }
  .home .promote .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .promote__contents {
    margin-top: 40px;
    padding: 0 30px;
  }
  .home .promote .item {
    padding: 30px 0 25px;
    width: 100%;
  }
  .home .promote .item-year {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
  }
  .home .promote .item-year__text {
    padding-left: 10px;
    font-size: 20px;
  }
  .home .promote .item__group + .item__group {
    margin-top: 25px;
  }
  .home .promote .item__name {
    font-size: 16px;
  }
  .home .promote .item__text {
    margin-top: 8px;
  }
}
@media screen and (max-width: 758px) {
  .home .promote {
    margin-top: 60px;
  }
  .home .promote .container {
    padding: 0 15px;
  }
  .home .promote__contents {
    margin-top: 30px;
    padding: 0;
  }
  .home .promote .item {
    display: block;
    padding: 25px 0 22px;
  }
  .home .promote .item-year {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .home .promote .item-year__text {
    font-size: 18px;
  }
  .home .promote .item__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 20px;
  }
  .home .promote .item__group + .item__group {
    margin-top: 20px;
  }
  .home .promote .item__name {
    font-size: 14px;
  }
  .home .promote .item__text {
    margin-top: 6px;
  }
}
/* ------------------------------------
  若雉クラブ
-------------------------------------- */
.home .wakakizi {
  padding: 120px 0;
}
.home .wakakizi .container {
  width: 1080px;
}
.home .wakakizi__contents {
  margin-top: 80px;
}
.home .wakakizi__txt {
  line-height: 2;
}
.home .wakakizi__txt + .wakakizi__txt {
  margin-top: 3em;
}
.home .wakakizi__txt a {
  color: #1a0dab;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .home .wakakizi {
    padding: 80px 0;
  }
  .home .wakakizi .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .wakakizi__contents {
    margin-top: 40px;
  }
  .home .wakakizi__txt + .wakakizi__txt {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 758px) {
  .home .wakakizi {
    padding: 60px 0;
  }
  .home .wakakizi .container {
    padding: 0 15px;
  }
  .home .wakakizi__contents {
    margin-top: 30px;
  }
  .home .wakakizi__txt + .wakakizi__txt {
    margin-top: 2em;
  }
}
/* ===================================

  Underカテゴリー各種ページ

====================================== */
/* ===================================

  メインビジュアル下のリンク

====================================== */
.page-u18 .panels,
.page-u15 .panels,
.page-u12 .panels {
  padding: 60px 0;
  background-color: #f2f2f2;
}
.page-u18 .panels .container,
.page-u15 .panels .container,
.page-u12 .panels .container {
  width: 1080px;
}
.page-u18 .panels .items,
.page-u15 .panels .items,
.page-u12 .panels .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.page-u18 .panels .item,
.page-u15 .panels .item,
.page-u12 .panels .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  width: 520px;
  height: 80px;
  padding-left: 30px;
  background-color: #fff;
  background-image: url(img/ico/ico-arrow-right-bk@3x.png);
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: right 28px center;
  font-size: 18px;
  font-weight: 500;
  border: 2px solid #9a003e;
  border-radius: 8px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .page-u18 .panels,
  .page-u15 .panels,
  .page-u12 .panels {
    padding: 30px 0;
  }
  .page-u18 .panels .container,
  .page-u15 .panels .container,
  .page-u12 .panels .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-u18 .panels .item,
  .page-u15 .panels .item,
  .page-u12 .panels .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.3%;
            flex: 0 0 48.3%;
    width: 48.3%;
    height: 50px;
    padding-left: 20px;
    background-size: 6px 11px;
    background-position: right 20px center;
    font-size: 16px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 758px) {
  .page-u18 .panels,
  .page-u15 .panels,
  .page-u12 .panels {
    padding: 30px 0;
  }
  .page-u18 .panels .container,
  .page-u15 .panels .container,
  .page-u12 .panels .container {
    padding: 0 15px;
  }
  .page-u18 .panels .items,
  .page-u15 .panels .items,
  .page-u12 .panels .items {
    display: block;
  }
  .page-u18 .panels .item,
  .page-u15 .panels .item,
  .page-u12 .panels .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-left: 15px;
    background-position: right 15px center;
    font-size: 14px;
    border-radius: 4px;
  }
  .page-u18 .panels .item + .item,
  .page-u15 .panels .item + .item,
  .page-u12 .panels .item + .item {
    margin-top: 10px;
  }
}
/* ===================================

  選手紹介

====================================== */
.page-u18 .players,
.page-u15 .players,
.page-u12 .players {
  margin-top: 60px;
}
.page-u18 .players .container,
.page-u15 .players .container,
.page-u12 .players .container {
  width: 1080px;
}
.page-u18 .players__text,
.page-u15 .players__text,
.page-u12 .players__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}
.page-u18 .players__text img,
.page-u15 .players__text img,
.page-u12 .players__text img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  height: 12px;
  margin-right: 5px;
}
.page-u18 .players__contents,
.page-u15 .players__contents,
.page-u12 .players__contents {
  margin-top: 56px;
}
.page-u18 .players .tabs,
.page-u15 .players .tabs,
.page-u12 .players .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-u18 .players .tab,
.page-u15 .players .tab,
.page-u12 .players .tab {
  -webkit-box-flex: 33.33%;
      -ms-flex: 33.33%;
          flex: 33.33%;
  padding-bottom: 11px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #b3b3b3;
  border-bottom: 2px solid #b3b3b3;
  cursor: pointer;
}
.page-u18 .players .tab.active,
.page-u15 .players .tab.active,
.page-u12 .players .tab.active {
  color: #151d35;
  border-bottom: 2px solid #9a003e;
}
.page-u18 .players__box,
.page-u15 .players__box,
.page-u12 .players__box {
  margin-top: 30px;
}
.page-u18 .players .items,
.page-u15 .players .items,
.page-u12 .players .items {
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-u18 .players .items.show,
.page-u15 .players .items.show,
.page-u12 .players .items.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-u18 .players .item,
.page-u15 .players .item,
.page-u12 .players .item {
  width: 255px;
  cursor: pointer;
  word-break: break-all;
}
.page-u18 .players .item + .item,
.page-u15 .players .item + .item,
.page-u12 .players .item + .item {
  margin-left: 20px;
}
.page-u18 .players .item:nth-child(4n+1),
.page-u15 .players .item:nth-child(4n+1),
.page-u12 .players .item:nth-child(4n+1) {
  margin-left: 0;
}
.page-u18 .players .item:nth-child(n+5),
.page-u15 .players .item:nth-child(n+5),
.page-u12 .players .item:nth-child(n+5) {
  margin-top: 33px;
}
.page-u18 .players .item__head,
.page-u15 .players .item__head,
.page-u12 .players .item__head {
  width: 100%;
}
.page-u18 .players .item__thumb,
.page-u15 .players .item__thumb,
.page-u12 .players .item__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.page-u18 .players .item__thumb-img,
.page-u15 .players .item__thumb-img,
.page-u12 .players .item__thumb-img {
  width: 100%;
  padding-top: 133.3%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-u18 .players .item:hover,
.page-u15 .players .item:hover,
.page-u12 .players .item:hover {
  opacity: 0.6;
}
.page-u18 .players .item:hover .item__thumb-img,
.page-u15 .players .item:hover .item__thumb-img,
.page-u12 .players .item:hover .item__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.page-u18 .players .item__meta,
.page-u15 .players .item__meta,
.page-u12 .players .item__meta {
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 1;
}
.page-u18 .players .item__number,
.page-u15 .players .item__number,
.page-u12 .players .item__number {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 700;
}
.page-u18 .players .item__posi,
.page-u15 .players .item__posi,
.page-u12 .players .item__posi {
  margin-top: -1px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.page-u18 .players .item__body,
.page-u15 .players .item__body,
.page-u12 .players .item__body {
  padding-top: 10px;
}
.page-u18 .players .item__title,
.page-u15 .players .item__title,
.page-u12 .players .item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
}
.page-u18 .players .item__title .name,
.page-u15 .players .item__title .name,
.page-u12 .players .item__title .name {
  font-size: 18px;
  font-weight: 500;
}
.page-u18 .players .item__title .enname,
.page-u15 .players .item__title .enname,
.page-u12 .players .item__title .enname {
  margin-top: 7px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.page-u18 .players .item__mark,
.page-u15 .players .item__mark,
.page-u12 .players .item__mark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.page-u18 .players .item__mark img,
.page-u15 .players .item__mark img,
.page-u12 .players .item__mark img {
  display: block;
  width: 100%;
}
.page-u18 .players .item__cates,
.page-u15 .players .item__cates,
.page-u12 .players .item__cates {
  margin-top: 10px;
}
.page-u18 .players .item__cate,
.page-u15 .players .item__cate,
.page-u12 .players .item__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.page-u18 .players .item__cate + .item__cate,
.page-u15 .players .item__cate + .item__cate,
.page-u12 .players .item__cate + .item__cate {
  margin-top: 5px;
}
.page-u18 .players .item__panel,
.page-u15 .players .item__panel,
.page-u12 .players .item__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  width: 45px;
  height: 20px;
  margin-right: 10px;
  background-color: #151d35;
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .page-u18 .players,
  .page-u15 .players,
  .page-u12 .players {
    margin-top: 50px;
  }
  .page-u18 .players .container,
  .page-u15 .players .container,
  .page-u12 .players .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-u18 .players__text,
  .page-u15 .players__text,
  .page-u12 .players__text {
    margin-top: 30px;
  }
  .page-u18 .players__text img,
  .page-u15 .players__text img,
  .page-u12 .players__text img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11px;
            flex: 0 0 11px;
    height: 11px;
    margin-right: 3px;
  }
  .page-u18 .players__contents,
  .page-u15 .players__contents,
  .page-u12 .players__contents {
    margin-top: 40px;
  }
  .page-u18 .players .tab,
  .page-u15 .players .tab,
  .page-u12 .players .tab {
    padding-bottom: 8px;
    font-size: 20px;
  }
  .page-u18 .players__box,
  .page-u15 .players__box,
  .page-u12 .players__box {
    margin-top: 20px;
  }
  .page-u18 .players .item,
  .page-u15 .players .item,
  .page-u12 .players .item {
    width: 32%;
    cursor: pointer;
  }
  .page-u18 .players .item + .item,
  .page-u15 .players .item + .item,
  .page-u12 .players .item + .item {
    margin-left: 2%;
  }
  .page-u18 .players .item:nth-child(3n+1),
  .page-u15 .players .item:nth-child(3n+1),
  .page-u12 .players .item:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-u18 .players .item:nth-child(n+4),
  .page-u15 .players .item:nth-child(n+4),
  .page-u12 .players .item:nth-child(n+4) {
    margin-top: 30px;
  }
  .page-u18 .players .item:hover,
  .page-u15 .players .item:hover,
  .page-u12 .players .item:hover {
    opacity: 1;
  }
  .page-u18 .players .item:hover .item__thumb-img,
  .page-u15 .players .item:hover .item__thumb-img,
  .page-u12 .players .item:hover .item__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .page-u18 .players .item__meta,
  .page-u15 .players .item__meta,
  .page-u12 .players .item__meta {
    top: 10px;
    left: 9px;
  }
  .page-u18 .players .item__number,
  .page-u15 .players .item__number,
  .page-u12 .players .item__number {
    font-size: 32px;
  }
  .page-u18 .players .item__posi,
  .page-u15 .players .item__posi,
  .page-u12 .players .item__posi {
    margin-top: 0;
    font-size: 16px;
  }
  .page-u18 .players .item__body,
  .page-u15 .players .item__body,
  .page-u12 .players .item__body {
    padding-top: 9px;
  }
  .page-u18 .players .item__title,
  .page-u15 .players .item__title,
  .page-u12 .players .item__title {
    padding-bottom: 9px;
  }
  .page-u18 .players .item__title .name,
  .page-u15 .players .item__title .name,
  .page-u12 .players .item__title .name {
    font-size: 18px;
  }
  .page-u18 .players .item__title .enname,
  .page-u15 .players .item__title .enname,
  .page-u12 .players .item__title .enname {
    margin-top: 6px;
    font-size: 13px;
  }
  .page-u18 .players .item__mark,
  .page-u15 .players .item__mark,
  .page-u12 .players .item__mark {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17px;
            flex: 0 0 17px;
    width: 17px;
    height: 17px;
  }
  .page-u18 .players .item__cates,
  .page-u15 .players .item__cates,
  .page-u12 .players .item__cates {
    margin-top: 9px;
  }
  .page-u18 .players .item__cate,
  .page-u15 .players .item__cate,
  .page-u12 .players .item__cate {
    font-size: 13px;
  }
  .page-u18 .players .item__cate + .item__cate,
  .page-u15 .players .item__cate + .item__cate,
  .page-u12 .players .item__cate + .item__cate {
    margin-top: 4px;
  }
  .page-u18 .players .item__panel,
  .page-u15 .players .item__panel,
  .page-u12 .players .item__panel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
            flex: 0 0 42px;
    width: 42px;
    height: 18px;
    margin-right: 8px;
    font-size: 11px;
  }
}
@media screen and (max-width: 758px) {
  .page-u18 .players,
  .page-u15 .players,
  .page-u12 .players {
    margin-top: 30px;
  }
  .page-u18 .players .container,
  .page-u15 .players .container,
  .page-u12 .players .container {
    padding: 0 15px;
  }
  .page-u18 .players__text,
  .page-u15 .players__text,
  .page-u12 .players__text {
    margin-top: 20px;
  }
  .page-u18 .players__text img,
  .page-u15 .players__text img,
  .page-u12 .players__text img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
    height: 10px;
    margin-right: 2px;
  }
  .page-u18 .players__contents,
  .page-u15 .players__contents,
  .page-u12 .players__contents {
    margin-top: 30px;
  }
  .page-u18 .players .tab,
  .page-u15 .players .tab,
  .page-u12 .players .tab {
    padding-bottom: 6px;
    font-size: 18px;
  }
  .page-u18 .players__box,
  .page-u15 .players__box,
  .page-u12 .players__box {
    margin-top: 16px;
  }
  .page-u18 .players .items,
  .page-u15 .players .items,
  .page-u12 .players .items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-u18 .players .item,
  .page-u15 .players .item,
  .page-u12 .players .item {
    width: 48.3%;
  }
  .page-u18 .players .item + .item,
  .page-u15 .players .item + .item,
  .page-u12 .players .item + .item {
    margin-left: 0;
  }
  .page-u18 .players .item:nth-child(n+3),
  .page-u15 .players .item:nth-child(n+3),
  .page-u12 .players .item:nth-child(n+3) {
    margin-top: 25px;
  }
  .page-u18 .players .item__meta,
  .page-u15 .players .item__meta,
  .page-u12 .players .item__meta {
    top: 5px;
    left: 5px;
  }
  .page-u18 .players .item__number,
  .page-u15 .players .item__number,
  .page-u12 .players .item__number {
    font-size: 30px;
  }
  .page-u18 .players .item__posi,
  .page-u15 .players .item__posi,
  .page-u12 .players .item__posi {
    font-size: 16px;
  }
  .page-u18 .players .item__mark,
  .page-u15 .players .item__mark,
  .page-u12 .players .item__mark {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
    height: 16px;
  }
  .page-u18 .players .item__cates,
  .page-u15 .players .item__cates,
  .page-u12 .players .item__cates {
    margin-top: 9px;
  }
  .page-u18 .players .item__cate,
  .page-u15 .players .item__cate,
  .page-u12 .players .item__cate {
    font-size: 11px;
  }
  .page-u18 .players .item__cate + .item__cate,
  .page-u15 .players .item__cate + .item__cate,
  .page-u12 .players .item__cate + .item__cate {
    margin-top: 6px;
  }
  .page-u18 .players .item__panel,
  .page-u15 .players .item__panel,
  .page-u12 .players .item__panel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px;
    width: 38px;
    height: 16px;
    margin-right: 5px;
    font-size: 10px;
  }
}
/* ===================================

  コーチ＆スタッフ

====================================== */
.page-u18 .coach,
.page-u15 .coach,
.page-u12 .coach {
  margin-top: 120px;
}
.page-u18 .coach .container,
.page-u15 .coach .container,
.page-u12 .coach .container {
  width: 1080px;
}
.page-u18 .coach__contents,
.page-u15 .coach__contents,
.page-u12 .coach__contents {
  margin-top: 45px;
}
.page-u18 .coach .items,
.page-u15 .coach .items,
.page-u12 .coach .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-u18 .coach .item,
.page-u15 .coach .item,
.page-u12 .coach .item {
  width: 255px;
  cursor: pointer;
  word-break: break-all;
}
.page-u18 .coach .item + .item,
.page-u15 .coach .item + .item,
.page-u12 .coach .item + .item {
  margin-left: 20px;
}
.page-u18 .coach .item:nth-child(4n+1),
.page-u15 .coach .item:nth-child(4n+1),
.page-u12 .coach .item:nth-child(4n+1) {
  margin-left: 0;
}
.page-u18 .coach .item:nth-child(n+5),
.page-u15 .coach .item:nth-child(n+5),
.page-u12 .coach .item:nth-child(n+5) {
  margin-top: 33px;
}
.page-u18 .coach .item__head,
.page-u15 .coach .item__head,
.page-u12 .coach .item__head {
  width: 100%;
}
.page-u18 .coach .item__thumb,
.page-u15 .coach .item__thumb,
.page-u12 .coach .item__thumb {
  width: 100%;
  overflow: hidden;
}
.page-u18 .coach .item__thumb-img,
.page-u15 .coach .item__thumb-img,
.page-u12 .coach .item__thumb-img {
  width: 100%;
  padding-top: 133.3%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-u18 .coach .item:hover,
.page-u15 .coach .item:hover,
.page-u12 .coach .item:hover {
  opacity: 0.6;
}
.page-u18 .coach .item:hover .item__thumb-img,
.page-u15 .coach .item:hover .item__thumb-img,
.page-u12 .coach .item:hover .item__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.page-u18 .coach .item__body,
.page-u15 .coach .item__body,
.page-u12 .coach .item__body {
  padding-top: 10px;
}
.page-u18 .coach .item__title,
.page-u15 .coach .item__title,
.page-u12 .coach .item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-u18 .coach .item__title .position,
.page-u15 .coach .item__title .position,
.page-u12 .coach .item__title .position {
  font-size: 14px;
}
.page-u18 .coach .item__title .name,
.page-u15 .coach .item__title .name,
.page-u12 .coach .item__title .name {
  margin-top: 9px;
  font-size: 18px;
  font-weight: 500;
}
.page-u18 .coach .item__title .enname,
.page-u15 .coach .item__title .enname,
.page-u12 .coach .item__title .enname {
  margin-top: 6px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.page-u18 .coach .item-license,
.page-u15 .coach .item-license,
.page-u12 .coach .item-license {
  margin-top: 12px;
}
.page-u18 .coach .item-license__title,
.page-u15 .coach .item-license__title,
.page-u12 .coach .item-license__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 20px;
  background-color: #151d35;
  font-size: 14px;
  color: #fff;
}
.page-u18 .coach .item-license .licenses,
.page-u15 .coach .item-license .licenses,
.page-u12 .coach .item-license .licenses {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.page-u18 .coach .item-license .license + .license,
.page-u15 .coach .item-license .license + .license,
.page-u12 .coach .item-license .license + .license {
  margin-top: 0.5em;
}

@media screen and (max-width: 1199px) {
  .page-u18 .coach,
  .page-u15 .coach,
  .page-u12 .coach {
    margin-top: 80px;
  }
  .page-u18 .coach .container,
  .page-u15 .coach .container,
  .page-u12 .coach .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-u18 .coach__contents,
  .page-u15 .coach__contents,
  .page-u12 .coach__contents {
    margin-top: 40px;
  }
  .page-u18 .coach .item,
  .page-u15 .coach .item,
  .page-u12 .coach .item {
    width: 32%;
    cursor: pointer;
  }
  .page-u18 .coach .item + .item,
  .page-u15 .coach .item + .item,
  .page-u12 .coach .item + .item {
    margin-left: 2%;
  }
  .page-u18 .coach .item:nth-child(3n+1),
  .page-u15 .coach .item:nth-child(3n+1),
  .page-u12 .coach .item:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-u18 .coach .item:nth-child(n+4),
  .page-u15 .coach .item:nth-child(n+4),
  .page-u12 .coach .item:nth-child(n+4) {
    margin-top: 30px;
  }
  .page-u18 .coach .item:hover,
  .page-u15 .coach .item:hover,
  .page-u12 .coach .item:hover {
    opacity: 1;
  }
  .page-u18 .coach .item:hover .item__thumb-img,
  .page-u15 .coach .item:hover .item__thumb-img,
  .page-u12 .coach .item:hover .item__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .page-u18 .coach .item__body,
  .page-u15 .coach .item__body,
  .page-u12 .coach .item__body {
    padding-top: 9px;
  }
  .page-u18 .coach .item__title,
  .page-u15 .coach .item__title,
  .page-u12 .coach .item__title {
    padding-bottom: 10px;
  }
  .page-u18 .coach .item__title .position,
  .page-u15 .coach .item__title .position,
  .page-u12 .coach .item__title .position {
    font-size: 13px;
  }
  .page-u18 .coach .item__title .name,
  .page-u15 .coach .item__title .name,
  .page-u12 .coach .item__title .name {
    margin-top: 10px;
    font-size: 18px;
  }
  .page-u18 .coach .item__title .enname,
  .page-u15 .coach .item__title .enname,
  .page-u12 .coach .item__title .enname {
    margin-top: 6px;
    font-size: 13px;
  }
  .page-u18 .coach .item-license,
  .page-u15 .coach .item-license,
  .page-u12 .coach .item-license {
    margin-top: 10px;
  }
  .page-u18 .coach .item-license__title,
  .page-u15 .coach .item-license__title,
  .page-u12 .coach .item-license__title {
    height: 19px;
    font-size: 13px;
  }
  .page-u18 .coach .item-license .licenses,
  .page-u15 .coach .item-license .licenses,
  .page-u12 .coach .item-license .licenses {
    margin-top: 8px;
    font-size: 13px;
  }
}
@media screen and (max-width: 758px) {
  .page-u18 .coach,
  .page-u15 .coach,
  .page-u12 .coach {
    margin-top: 60px;
  }
  .page-u18 .coach .container,
  .page-u15 .coach .container,
  .page-u12 .coach .container {
    padding: 0 15px;
  }
  .page-u18 .coach__contents,
  .page-u15 .coach__contents,
  .page-u12 .coach__contents {
    margin-top: 30px;
  }
  .page-u18 .coach .items,
  .page-u15 .coach .items,
  .page-u12 .coach .items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-u18 .coach .item,
  .page-u15 .coach .item,
  .page-u12 .coach .item {
    width: 48.3%;
  }
  .page-u18 .coach .item + .item,
  .page-u15 .coach .item + .item,
  .page-u12 .coach .item + .item {
    margin-left: 0;
  }
  .page-u18 .coach .item:nth-child(n+3),
  .page-u15 .coach .item:nth-child(n+3),
  .page-u12 .coach .item:nth-child(n+3) {
    margin-top: 25px;
  }
  .page-u18 .coach .item__title .position,
  .page-u15 .coach .item__title .position,
  .page-u12 .coach .item__title .position {
    font-size: 11px;
    line-height: 1.33;
  }
  .page-u18 .coach .item__title .name,
  .page-u15 .coach .item__title .name,
  .page-u12 .coach .item__title .name {
    margin-top: 6px;
  }
  .page-u18 .coach .item-license,
  .page-u15 .coach .item-license,
  .page-u12 .coach .item-license {
    margin-top: 4px;
  }
  .page-u18 .coach .item-license__title,
  .page-u15 .coach .item-license__title,
  .page-u12 .coach .item-license__title {
    height: 18px;
    font-size: 12px;
  }
  .page-u18 .coach .item-license .licenses,
  .page-u15 .coach .item-license .licenses,
  .page-u12 .coach .item-license .licenses {
    margin-top: 9px;
    font-size: 12px;
  }
}
/* ===================================

  モーダル

====================================== */
.gmodal {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gmodal.appear {
  display: block;
}
.gmodal__container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
}
.gmodal__contents {
  width: 1200px;
  max-height: 655px;
  padding: 48px 47px 60px 140px;
  background-color: #fff;
}
.gmodal__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gmodal__ico button {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.gmodal__ico img {
  display: block;
  width: 100%;
}
.gmodal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 30px;
  margin-top: 40px;
}
.gmodal__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 345px;
          flex: 0 0 345px;
  width: 345px;
}
.gmodal__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gmodal__thumb.sp {
  display: none;
}
.gmodal__thumb-img {
  width: 100%;
  padding-top: 133.3%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gmodal__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  word-break: break-all;
}
.gmodal__inner {
  height: 500px;
  padding-bottom: 100px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.gmodal__inner::-webkit-scrollbar {
  display: none;
}
.gmodal__posi {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.gmodal__position {
  font-size: 14px;
}
.gmodal__name {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}
.gmodal__body {
  margin-top: 20px;
}
.gmodal__body dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #b3b3b3;
  font-size: 14px;
  line-height: 1.5;
}
.gmodal__body dl:last-child {
  border-bottom: 1px solid #b3b3b3;
}
.gmodal__body dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  width: 120px;
  padding: 11px 15px;
  background-color: #f2f2f2;
  font-weight: 500;
}
.gmodal__body dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 11px 15px 11px 20px;
}

@media screen and (max-width: 1199px) {
  .gmodal__contents {
    width: calc(100% - 60px);
    max-height: 600px;
    padding: 30px 30px 50px 30px;
  }
  .gmodal__ico button {
    width: 18px;
    height: 18px;
  }
  .gmodal__wrap {
    padding-right: 0;
    margin-top: 30px;
  }
  .gmodal__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    width: 35%;
  }
  .gmodal__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    margin-left: 30px;
  }
  .gmodal__inner {
    height: auto;
    max-height: 400px;
  }
  .gmodal__posi {
    font-size: 16px;
  }
  .gmodal__position {
    font-size: 12px;
  }
  .gmodal__name {
    margin-top: 8px;
    font-size: 20px;
  }
  .gmodal__body {
    margin-top: 16px;
  }
  .gmodal__body dl {
    font-size: 13px;
  }
  .gmodal__body dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
    padding: 10px 15px;
  }
  .gmodal__body dd {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 758px) {
  .gmodal__contents {
    width: calc(100% - 30px);
    max-height: 500px;
    padding: 15px 15px 30px;
  }
  .gmodal__ico button {
    width: 15px;
    height: 15px;
  }
  .gmodal__wrap {
    display: block;
    margin-top: 20px;
    max-height: 450px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }
  .gmodal__wrap::-webkit-scrollbar {
    display: none;
  }
  .gmodal__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .gmodal__thumb {
    width: 60%;
    margin: 0 auto;
  }
  .gmodal__right {
    margin-left: 0;
    margin-top: 30px;
  }
  .gmodal__inner {
    max-height: auto;
    padding: 0;
    overflow: visible;
  }
  .gmodal__posi {
    font-size: 14px;
  }
  .gmodal__name {
    margin-top: 6px;
    font-size: 18px;
  }
  .gmodal__body {
    margin-top: 14px;
    padding-bottom: 120px;
  }
  .gmodal__body dl {
    display: block;
    font-size: 12px;
  }
  .gmodal__body dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .gmodal__body dd {
    width: 100%;
  }
}
/* ===================================

  練習場

====================================== */
.page-u18 .practice,
.page-u15 .practice,
.page-u12 .practice {
  margin-top: 120px;
}
.page-u18 .practice .container,
.page-u15 .practice .container,
.page-u12 .practice .container {
  width: 1080px;
}
.page-u18 .practice__contents,
.page-u15 .practice__contents,
.page-u12 .practice__contents {
  margin-top: 60px;
}
.page-u18 .practice .place,
.page-u15 .practice .place,
.page-u12 .practice .place {
  width: 100%;
  border: 1px solid #b3b3b3;
}
.page-u18 .practice .place + .place,
.page-u15 .practice .place + .place,
.page-u12 .practice .place + .place {
  margin-top: 20px;
}
.page-u18 .practice .place__head,
.page-u15 .practice .place__head,
.page-u12 .practice .place__head {
  padding: 28px 30px;
  background-image: url(img/ico/ico-menu-plus.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right 30px center;
  cursor: pointer;
}
.page-u18 .practice .place__head.active,
.page-u15 .practice .place__head.active,
.page-u12 .practice .place__head.active {
  background-image: url(img/ico/ico-menu-minus.svg);
}
.page-u18 .practice .place__title,
.page-u15 .practice .place__title,
.page-u12 .practice .place__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.page-u18 .practice .place__body,
.page-u15 .practice .place__body,
.page-u12 .practice .place__body {
  display: none;
  padding: 0 80px 67px;
}
.page-u18 .practice .place__info,
.page-u15 .practice .place__info,
.page-u12 .practice .place__info {
  margin-top: 35px;
}
.page-u18 .practice .place__info-title,
.page-u15 .practice .place__info-title,
.page-u12 .practice .place__info-title {
  font-size: 20px;
  font-weight: 700;
  color: #9a003e;
  margin-bottom: 20px;
}
.page-u18 .practice .place__info dl,
.page-u15 .practice .place__info dl,
.page-u12 .practice .place__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  border-top: 1px solid #b3b3b3;
}
.page-u18 .practice .place__info dl:last-child,
.page-u15 .practice .place__info dl:last-child,
.page-u12 .practice .place__info dl:last-child {
  border-bottom: 1px solid #b3b3b3;
}
.page-u18 .practice .place__info dt,
.page-u15 .practice .place__info dt,
.page-u12 .practice .place__info dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  width: 160px;
  padding: 12px 15px;
  background-color: #f2f2f2;
  font-weight: 500;
}
.page-u18 .practice .place__info dd,
.page-u15 .practice .place__info dd,
.page-u12 .practice .place__info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 12px 25px;
}
.page-u18 .practice .place__iframe,
.page-u15 .practice .place__iframe,
.page-u12 .practice .place__iframe {
  position: relative;
  width: 100%;
  margin-top: 45px;
  padding-top: 38%;
}
.page-u18 .practice .place__iframe iframe,
.page-u15 .practice .place__iframe iframe,
.page-u12 .practice .place__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page-u18 .practice .manner,
.page-u15 .practice .manner,
.page-u12 .practice .manner {
  display: none !important;
  margin-top: 60px;
  width: 100%;
}
.page-u18 .practice .manner__title,
.page-u15 .practice .manner__title,
.page-u12 .practice .manner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 40px;
  background-color: #151d35;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.page-u18 .practice .manner__body,
.page-u15 .practice .manner__body,
.page-u12 .practice .manner__body {
  padding: 50px 60px 50px;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
}
.page-u18 .practice .manner__body p,
.page-u15 .practice .manner__body p,
.page-u12 .practice .manner__body p {
  line-height: 2;
}
.page-u18 .practice .manner__body h4,
.page-u15 .practice .manner__body h4,
.page-u12 .practice .manner__body h4 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #9a003e;
  line-height: 1.5;
}
.page-u18 .practice .manner__body ul,
.page-u15 .practice .manner__body ul,
.page-u12 .practice .manner__body ul {
  margin-top: 34px;
  line-height: 2;
}
.page-u18 .practice .manner__body ul.text-red,
.page-u15 .practice .manner__body ul.text-red,
.page-u12 .practice .manner__body ul.text-red {
  color: #9a003e;
}
.page-u18 .practice .manner__body ul + ul,
.page-u15 .practice .manner__body ul + ul,
.page-u12 .practice .manner__body ul + ul {
  margin-top: 0;
}
.page-u18 .practice .manner__body ul li,
.page-u15 .practice .manner__body ul li,
.page-u12 .practice .manner__body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-u18 .practice .manner__body ul li::before,
.page-u15 .practice .manner__body ul li::before,
.page-u12 .practice .manner__body ul li::before {
  position: relative;
  top: 0.75em;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-color: #151d35;
  border-radius: 9999px;
  z-index: 1;
}
.page-u18 .practice .manner__body a,
.page-u15 .practice .manner__body a,
.page-u12 .practice .manner__body a {
  display: block;
  margin-top: 32px;
  width: 100%;
}
.page-u18 .practice .manner__body a:hover,
.page-u15 .practice .manner__body a:hover,
.page-u12 .practice .manner__body a:hover {
  opacity: 0.8;
}
.page-u18 .practice .manner__body a img,
.page-u15 .practice .manner__body a img,
.page-u12 .practice .manner__body a img {
  display: block;
  width: 100%;
}
.page-u18 .practice .manner__body .notice,
.page-u15 .practice .manner__body .notice,
.page-u12 .practice .manner__body .notice {
  margin-top: 28px;
}

@media screen and (max-width: 1199px) {
  .page-u18 .practice,
  .page-u15 .practice,
  .page-u12 .practice {
    margin-top: 80px;
  }
  .page-u18 .practice .container,
  .page-u15 .practice .container,
  .page-u12 .practice .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-u18 .practice__contents,
  .page-u15 .practice__contents,
  .page-u12 .practice__contents {
    margin-top: 40px;
  }
  .page-u18 .practice .place + .place,
  .page-u15 .practice .place + .place,
  .page-u12 .practice .place + .place {
    margin-top: 15px;
  }
  .page-u18 .practice .place__head,
  .page-u15 .practice .place__head,
  .page-u12 .practice .place__head {
    padding: 20px 60px 20px 30px;
    background-size: 20px 20px;
    background-position: right 25px center;
  }
  .page-u18 .practice .place__title,
  .page-u15 .practice .place__title,
  .page-u12 .practice .place__title {
    font-size: 20px;
  }
  .page-u18 .practice .place__body,
  .page-u15 .practice .place__body,
  .page-u12 .practice .place__body {
    padding: 0 60px 40px;
  }
  .page-u18 .practice .place__info,
  .page-u15 .practice .place__info,
  .page-u12 .practice .place__info {
    margin-top: 25px;
  }
  .page-u18 .practice .place__info-title,
  .page-u15 .practice .place__info-title,
  .page-u12 .practice .place__info-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .page-u18 .practice .place__info dt,
  .page-u15 .practice .place__info dt,
  .page-u12 .practice .place__info dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
    padding: 10px 12px;
  }
  .page-u18 .practice .place__info dd,
  .page-u15 .practice .place__info dd,
  .page-u12 .practice .place__info dd {
    padding: 10px 15px;
  }
  .page-u18 .practice .place__iframe,
  .page-u15 .practice .place__iframe,
  .page-u12 .practice .place__iframe {
    margin-top: 35px;
    padding-top: 50%;
  }
  .page-u18 .practice .manner,
  .page-u15 .practice .manner,
  .page-u12 .practice .manner {
    margin-top: 40px;
  }
  .page-u18 .practice .manner__title,
  .page-u15 .practice .manner__title,
  .page-u12 .practice .manner__title {
    height: 45px;
    padding-left: 30px;
    font-size: 16px;
  }
  .page-u18 .practice .manner__body,
  .page-u15 .practice .manner__body,
  .page-u12 .practice .manner__body {
    padding: 40px 30px;
  }
  .page-u18 .practice .manner__body h4,
  .page-u15 .practice .manner__body h4,
  .page-u12 .practice .manner__body h4 {
    margin-top: 20px;
    font-size: 16px;
  }
  .page-u18 .practice .manner__body ul,
  .page-u15 .practice .manner__body ul,
  .page-u12 .practice .manner__body ul {
    margin-top: 15px;
  }
  .page-u18 .practice .manner__body ul li::before,
  .page-u15 .practice .manner__body ul li::before,
  .page-u12 .practice .manner__body ul li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
    width: 9px;
    height: 9px;
    margin-right: 8px;
  }
  .page-u18 .practice .manner__body a,
  .page-u15 .practice .manner__body a,
  .page-u12 .practice .manner__body a {
    margin-top: 24px;
  }
  .page-u18 .practice .manner__body .notice,
  .page-u15 .practice .manner__body .notice,
  .page-u12 .practice .manner__body .notice {
    margin-top: 20px;
  }
}
@media screen and (max-width: 758px) {
  .page-u18 .practice,
  .page-u15 .practice,
  .page-u12 .practice {
    margin-top: 60px;
  }
  .page-u18 .practice .container,
  .page-u15 .practice .container,
  .page-u12 .practice .container {
    padding: 0 15px;
  }
  .page-u18 .practice__contents,
  .page-u15 .practice__contents,
  .page-u12 .practice__contents {
    margin-top: 30px;
  }
  .page-u18 .practice .place + .place,
  .page-u15 .practice .place + .place,
  .page-u12 .practice .place + .place {
    margin-top: 10px;
  }
  .page-u18 .practice .place__head,
  .page-u15 .practice .place__head,
  .page-u12 .practice .place__head {
    padding: 15px 35px 15px 15px;
    background-size: 14px 14px;
    background-position: right 15px center;
  }
  .page-u18 .practice .place__title,
  .page-u15 .practice .place__title,
  .page-u12 .practice .place__title {
    font-size: 15px;
  }
  .page-u18 .practice .place__body,
  .page-u15 .practice .place__body,
  .page-u12 .practice .place__body {
    padding: 0 15px 30px;
  }
  .page-u18 .practice .place__info,
  .page-u15 .practice .place__info,
  .page-u12 .practice .place__info {
    margin-top: 15px;
  }
  .page-u18 .practice .place__info-title,
  .page-u15 .practice .place__info-title,
  .page-u12 .practice .place__info-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .page-u18 .practice .place__info dl,
  .page-u15 .practice .place__info dl,
  .page-u12 .practice .place__info dl {
    display: block;
  }
  .page-u18 .practice .place__info dt,
  .page-u15 .practice .place__info dt,
  .page-u12 .practice .place__info dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 10px 15px;
  }
  .page-u18 .practice .place__info dd,
  .page-u15 .practice .place__info dd,
  .page-u12 .practice .place__info dd {
    width: 100%;
    padding: 12px 15px;
  }
  .page-u18 .practice .place__iframe,
  .page-u15 .practice .place__iframe,
  .page-u12 .practice .place__iframe {
    margin-top: 20px;
  }
  .page-u18 .practice .manner,
  .page-u15 .practice .manner,
  .page-u12 .practice .manner {
    margin-top: 30px;
  }
  .page-u18 .practice .manner__title,
  .page-u15 .practice .manner__title,
  .page-u12 .practice .manner__title {
    height: 40px;
    padding-left: 15px;
    font-size: 14px;
  }
  .page-u18 .practice .manner__body,
  .page-u15 .practice .manner__body,
  .page-u12 .practice .manner__body {
    padding: 25px 15px;
  }
  .page-u18 .practice .manner__body h4,
  .page-u15 .practice .manner__body h4,
  .page-u12 .practice .manner__body h4 {
    margin-top: 15px;
    font-size: 14px;
  }
  .page-u18 .practice .manner__body ul,
  .page-u15 .practice .manner__body ul,
  .page-u12 .practice .manner__body ul {
    margin-top: 12px;
  }
  .page-u18 .practice .manner__body ul li::before,
  .page-u15 .practice .manner__body ul li::before,
  .page-u12 .practice .manner__body ul li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6px;
            flex: 0 0 6px;
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
  .page-u18 .practice .manner__body a,
  .page-u15 .practice .manner__body a,
  .page-u12 .practice .manner__body a {
    margin-top: 20px;
  }
  .page-u18 .practice .manner__body .notice,
  .page-u15 .practice .manner__body .notice,
  .page-u12 .practice .manner__body .notice {
    margin-top: 16px;
  }
}
/* ===================================

  お問い合わせフォーム

====================================== */
.page-contact .l-mv {
  border-bottom: 1px solid #b3b3b3;
}
.page-contact .main {
  padding-top: 55px;
}
.page-contact .main .container {
  width: 880px;
}
.page-contact .main .ctt__txt {
  line-height: 2;
}
.page-contact .contact-title {
  margin-top: 50px;
}
.page-contact .contact-title h2 {
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  color: #9a003e;
  border-bottom: 2px solid #9a003e;
}
.page-contact .form {
  margin-top: 35px;
}
.page-contact .form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-contact .form__group + .form__group {
  margin-top: 30px;
}
.page-contact .form__group.checkbox .form__label {
  padding-top: 0;
}
.page-contact .form__group.checkbox .form__label label .small {
  font-size: 13px;
}
.page-contact .form__group.checkbox .form__body .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-contact .form__group.checkbox .form__body .wpcf7-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  margin-left: 0;
}
.page-contact .form__group.checkbox .form__body .wpcf7-list-item:nth-child(n+3) {
  margin-top: 1em;
}
.page-contact .form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 11px;
  width: 220px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
}
.page-contact .form__label label {
  margin-left: 14px;
  font-weight: 500;
}
.page-contact .form .require,
.page-contact .form .any {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  z-index: 1;
}
.page-contact .form .require {
  background-color: #db2b39;
}
.page-contact .form .any {
  background-color: #666666;
}
.page-contact .form__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-contact .form input[type=text],
.page-contact .form input[type=email],
.page-contact .form input[type=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 1;
}
.page-contact .form input[type=text].narrow,
.page-contact .form input[type=email].narrow,
.page-contact .form input[type=tel].narrow {
  width: 160px;
}
.page-contact .form input[type=text].select,
.page-contact .form input[type=email].select,
.page-contact .form input[type=tel].select {
  width: 330px;
}
.page-contact .form input[type=text].attr,
.page-contact .form input[type=email].attr,
.page-contact .form input[type=tel].attr {
  margin-top: 15px;
}
.page-contact .form input[type=text]::-webkit-input-placeholder, .page-contact .form input[type=email]::-webkit-input-placeholder, .page-contact .form input[type=tel]::-webkit-input-placeholder {
  color: #808080;
}
.page-contact .form input[type=text]::placeholder, .page-contact .form input[type=text]::-webkit-input-placeholder,
.page-contact .form input[type=email]::placeholder,
.page-contact .form input[type=email]::-webkit-input-placeholder,
.page-contact .form input[type=tel]::placeholder,
.page-contact .form input[type=tel]::-webkit-input-placeholder {
  color: #808080;
}
.page-contact .form .select-wrap {
  position: relative;
  width: 330px;
}
.page-contact .form .select-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 10px solid #808080;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 1;
  pointer-events: none;
}
.page-contact .form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #151d35;
  z-index: 1;
  cursor: pointer;
}
.page-contact .form #datepicker {
  cursor: pointer;
}
.page-contact .form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 100%;
  height: 160px;
  padding: 10px 15px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 1;
}
.page-contact .form .notice {
  margin-top: 50px;
  padding-bottom: 35px;
  border-bottom: 1px solid #b3b3b3;
}
.page-contact .form .notice__title {
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  color: #9a003e;
  border-bottom: 2px solid #9a003e;
}
.page-contact .form .notice ul {
  margin-top: 25px;
}
.page-contact .form .notice li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 2;
}
.page-contact .form .notice li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 0.67em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  padding-bottom: 1px;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background-color: #9a003e;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.page-contact .form .accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
.page-contact .form .accept input[type=checkbox] {
  position: relative;
  top: 1px;
  width: 15px;
  height: 15px;
  margin-right: 12px;
}
.page-contact .form .accept .wpcf7-list-item {
  margin: 0;
}
.page-contact .form input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 0;
  width: 620px;
  height: 60px;
  background-color: #7db212;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 9999px;
  border: none;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-contact .form input[type=submit]:hover {
  opacity: 0.6;
}

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 0.3em;
}
.wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

.wpcf7-response-output {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 1199px) {
  .page-contact .main {
    padding-top: 40px;
  }
  .page-contact .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-contact .contact-title {
    margin-top: 2em;
  }
  .page-contact .contact-title h2 {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .page-contact .form {
    margin-top: 20px;
  }
  .page-contact .form__group + .form__group {
    margin-top: 20px;
  }
  .page-contact .form__group.checkbox .form__label label .small {
    font-size: 12px;
  }
  .page-contact .form__group.checkbox .form__body .wpcf7-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-left: 0;
  }
  .page-contact .form__group.checkbox .form__body .wpcf7-list-item:nth-child(n+2) {
    margin-top: 1em;
  }
  .page-contact .form__label {
    padding-top: 10px;
    width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  .page-contact .form__label label {
    margin-left: 12px;
  }
  .page-contact .form .require,
  .page-contact .form .any {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
    width: 35px;
    height: 18px;
    font-size: 12px;
    border-radius: 3px;
  }
  .page-contact .form input[type=text],
  .page-contact .form input[type=email],
  .page-contact .form input[type=tel] {
    height: 36px;
    padding-left: 12px;
  }
  .page-contact .form input[type=text].narrow,
  .page-contact .form input[type=email].narrow,
  .page-contact .form input[type=tel].narrow {
    width: 140px;
  }
  .page-contact .form input[type=text].select,
  .page-contact .form input[type=email].select,
  .page-contact .form input[type=tel].select {
    width: 280px;
  }
  .page-contact .form input[type=text].attr,
  .page-contact .form input[type=email].attr,
  .page-contact .form input[type=tel].attr {
    margin-top: 12px;
  }
  .page-contact .form .select-wrap {
    width: 280px;
  }
  .page-contact .form .select-wrap::after {
    right: 12px;
    border-top: 8px solid #808080;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  .page-contact .form select {
    height: 36px;
    padding: 0 12px;
  }
  .page-contact .form textarea {
    height: 140px;
    padding: 8px 12px;
  }
  .page-contact .form .notice {
    margin-top: 30px;
    padding-bottom: 25px;
  }
  .page-contact .form .notice__title {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .page-contact .form .notice ul {
    margin-top: 18px;
  }
  .page-contact .form .notice li span {
    top: 0.63em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    margin-right: 8px;
    width: 14px;
    height: 14px;
    font-size: 12px;
  }
  .page-contact .form .accept {
    margin-top: 30px;
  }
  .page-contact .form .accept input[type=checkbox] {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  .page-contact .form input[type=submit] {
    margin: 36px auto 0;
    width: 400px;
    height: 50px;
    font-size: 16px;
  }
  .page-contact .form input[type=submit]:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 758px) {
  .page-contact .main {
    padding-top: 30px;
  }
  .page-contact .main .container {
    padding: 0 15px;
  }
  .page-contact .contact-title h2 {
    padding-bottom: 8px;
    font-size: 16px;
  }
  .page-contact .form {
    margin-top: 20px;
  }
  .page-contact .form__group {
    display: block;
  }
  .page-contact .form__group + .form__group {
    margin-top: 20px;
  }
  .page-contact .form__group.checkbox .form__body {
    margin-top: 12px;
  }
  .page-contact .form__group.checkbox .form__body .wpcf7-list-item input[type=checkbox] {
    position: relative;
    top: 1px;
  }
  .page-contact .form__group.checkbox .form__body .wpcf7-list-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-contact .form__group.checkbox .form__body .wpcf7-list-item .wpcf7-list-item-label {
    margin-left: 5px;
  }
  .page-contact .form__group.checkbox .form__body .wpcf7-list-item:nth-child(n+2) {
    margin-top: 10px;
  }
  .page-contact .form__label {
    padding-top: 0;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-contact .form__label label {
    margin-left: 10px;
    font-size: 13px;
  }
  .page-contact .form .require,
  .page-contact .form .any {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
    height: 16px;
    font-size: 11px;
  }
  .page-contact .form__body {
    margin-top: 10px;
  }
  .page-contact .form input[type=text],
  .page-contact .form input[type=email],
  .page-contact .form input[type=tel] {
    height: 33px;
  }
  .page-contact .form input[type=text].narrow,
  .page-contact .form input[type=email].narrow,
  .page-contact .form input[type=tel].narrow {
    width: 150px;
  }
  .page-contact .form input[type=text].select,
  .page-contact .form input[type=email].select,
  .page-contact .form input[type=tel].select {
    width: 100%;
  }
  .page-contact .form input[type=text].attr,
  .page-contact .form input[type=email].attr,
  .page-contact .form input[type=tel].attr {
    margin-top: 10px;
  }
  .page-contact .form .select-wrap {
    width: 100%;
  }
  .page-contact .form .select-wrap::after {
    border-top: 6px solid #808080;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  .page-contact .form select {
    height: 33px;
  }
  .page-contact .form textarea {
    height: 100px;
    padding: 6px 12px;
  }
  .page-contact .form .notice {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .page-contact .form .notice__title {
    padding-bottom: 8px;
    font-size: 16px;
  }
  .page-contact .form .notice ul {
    margin-top: 12px;
  }
  .page-contact .form .notice li span {
    top: 0.63em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
    margin-right: 6px;
    width: 12px;
    height: 12px;
    font-size: 10px;
  }
  .page-contact .form .accept {
    margin-top: 20px;
    line-height: 1.5;
  }
  .page-contact .form .accept input[type=checkbox] {
    top: 3px;
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .page-contact .form input[type=submit] {
    margin: 20px auto 0;
    width: 100%;
    height: 45px;
    font-size: 14px;
  }
}
/* ===================================

  若雉クラブ

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-wakakiji-club {
  position: relative;
  overflow-x: hidden;
}
.page-wakakiji-club .main {
  padding-bottom: 0;
  background-color: #f7f5ef;
}
.page-wakakiji-club .main .sec-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
  padding-bottom: 37px;
  z-index: 10;
}
.page-wakakiji-club .main .sec-title .title {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-weight: 900;
}
.page-wakakiji-club .main .sec-title .txt {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 700;
}
.page-wakakiji-club .main .sec-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #9fc238;
}

@media screen and (max-width: 1199px) {
  .page-wakakiji-club .main .sec-title {
    padding-bottom: 25px;
  }
  .page-wakakiji-club .main .sec-title .title {
    font-size: 60px;
  }
  .page-wakakiji-club .main .sec-title .txt {
    margin-top: 25px;
    font-size: 20px;
  }
  .page-wakakiji-club .main .sec-title::after {
    width: 30px;
  }
}
@media screen and (max-width: 758px) {
  .page-wakakiji-club .main .sec-title .title {
    font-size: 48px;
  }
  .page-wakakiji-club .main .sec-title .txt {
    margin-top: 24px;
    font-size: 18px;
  }
}
/* ---------------------------------
  メインビジュアル
----------------------------------- */
.page-wakakiji-club .mv {
  width: 100%;
}
.page-wakakiji-club .mv__thumb-img {
  width: 100%;
  background: url(img/wakakizi-mv-80.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 56.25%;
}

@media screen and (max-width: 758px) {
  .page-wakakiji-club .mv__thumb-img {
    background: url(img/sp-wakakizi-mv-80.jpg) no-repeat;
    background-size: center center;
    background-size: cover;
    padding-top: 133.3%;
  }
}
/* ---------------------------------
  若雉クラブについて
----------------------------------- */
.page-wakakiji-club .about {
  padding-top: 185px;
}
.page-wakakiji-club .about .container {
  position: relative;
  width: 1280px;
  padding: 0 10px;
  max-width: 100%;
}
.page-wakakiji-club .about__contents {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-wakakiji-club .about__thumb {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 780px;
  margin-right: -180px;
  margin-left: calc((100vw - 100%) / -2);
  border-radius: 0 120px 120px 0;
  z-index: 1;
}
.page-wakakiji-club .about__img {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(img/wakakizi-about-img-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0 120px 120px 0;
  z-index: 1;
}
.page-wakakiji-club .about__body {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 740px;
          flex: 0 0 740px;
  width: 740px;
  margin-top: 180px;
  padding: 100px;
  background-color: #fff;
  border-radius: 120px;
  z-index: 5;
}
.page-wakakiji-club .about__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}
.page-wakakiji-club .about__txt {
  margin-top: 35px;
  font-size: 18px;
  line-height: 2;
}
.page-wakakiji-club .about .deco-icons .deco-ico {
  display: block;
  position: absolute;
  top: 345px;
  right: -100px;
  width: 320px;
}

@media screen and (max-width: 1199px) {
  .page-wakakiji-club .about {
    padding-top: 100px;
  }
  .page-wakakiji-club .about .container {
    width: 100%;
    padding: 0 30px;
    max-width: 768px;
  }
  .page-wakakiji-club .about__contents {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-wakakiji-club .about__thumb {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    height: 400px;
    margin-left: calc((100vw - 100%) / -2);
    border-radius: 0 60px 60px 0;
  }
  .page-wakakiji-club .about__img {
    width: 100%;
    height: 100%;
    border-radius: 0 60px 60px 0;
  }
  .page-wakakiji-club .about__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: -70px;
    padding: 60px;
    border-radius: 60px;
  }
  .page-wakakiji-club .about__title {
    font-size: 26px;
  }
  .page-wakakiji-club .about__txt {
    margin-top: 30px;
    font-size: 16px;
  }
  .page-wakakiji-club .about .deco-icons .deco-ico {
    top: 80px;
    right: -50px;
    width: 200px;
  }
}
@media screen and (max-width: 758px) {
  .page-wakakiji-club .about .container {
    padding: 0 20px;
    max-width: 100%;
  }
  .page-wakakiji-club .about__thumb {
    height: 260px;
    border-radius: 0 40px 40px 0;
  }
  .page-wakakiji-club .about__img {
    width: 100%;
    height: 100%;
    border-radius: 0 40px 40px 0;
  }
  .page-wakakiji-club .about__body {
    padding: 34px 20px;
    border-radius: 40px;
  }
  .page-wakakiji-club .about__title {
    font-size: 22px;
  }
  .page-wakakiji-club .about__txt {
    margin-top: 18px;
    font-size: 14px;
  }
  .page-wakakiji-club .about .deco-icons .deco-ico {
    top: 112px;
    right: -20px;
    width: 150px;
  }
}
/* ---------------------------------
  スライダー
----------------------------------- */
.page-wakakiji-club .waka-slider {
  margin-top: 100px;
}
.page-wakakiji-club .waka-slider .swiper__img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 30px;
}
.page-wakakiji-club .waka-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@media screen and (max-width: 1199px) {
  .page-wakakiji-club .waka-slider {
    margin-top: 60px;
  }
}
@media screen and (max-width: 758px) {
  .page-wakakiji-club .waka-slider {
    margin-top: 40px;
  }
}
/* ---------------------------------
  若雉クラブ概要
----------------------------------- */
.page-wakakiji-club .outline {
  padding: 180px 0;
}
.page-wakakiji-club .outline .container {
  position: relative;
  width: 1120px;
}
.page-wakakiji-club .outline .sec-title::after {
  background-color: #e4aa03;
}
.page-wakakiji-club .outline__contents {
  position: relative;
  margin-top: 100px;
  padding: 91px 100px;
  background-color: #fff;
  border-radius: 120px;
  z-index: 5;
}
.page-wakakiji-club .outline__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 31px 0 33px;
  font-size: 18px;
  line-height: 2;
  border-top: 1px solid #1a1311;
  word-break: break-all;
}
.page-wakakiji-club .outline__contents dl:first-child {
  border-top: none;
  padding-top: 0;
}
.page-wakakiji-club .outline__contents dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  width: 240px;
  font-weight: 700;
}
.page-wakakiji-club .outline__contents dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-wakakiji-club .outline__contents dd img {
  display: block;
  margin: 20px 0 25px;
  width: 141px;
}
.page-wakakiji-club .outline .deco-icons .deco-ico {
  display: block;
  position: absolute;
  top: 175px;
  left: -110px;
  width: 320px;
}

@media screen and (max-width: 1199px) {
  .page-wakakiji-club .outline {
    padding: 100px 0;
  }
  .page-wakakiji-club .outline .container {
    width: 100%;
    padding: 0 30px;
    max-width: 768px;
  }
  .page-wakakiji-club .outline__contents {
    margin-top: 60px;
    padding: 60px;
    border-radius: 60px;
  }
  .page-wakakiji-club .outline__contents dl {
    padding: 21px 0 23px;
    font-size: 15px;
  }
  .page-wakakiji-club .outline__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
  }
  .page-wakakiji-club .outline__contents dd img {
    margin: 18px 0 22px;
    width: 120px;
  }
  .page-wakakiji-club .outline .deco-icons .deco-ico {
    display: block;
    position: absolute;
    top: 100px;
    left: -50px;
    width: 200px;
  }
}
@media screen and (max-width: 758px) {
  .page-wakakiji-club .outline .container {
    padding: 0 20px;
    max-width: 100%;
  }
  .page-wakakiji-club .outline__contents {
    padding: 33px 20px 50px;
    border-radius: 40px;
  }
  .page-wakakiji-club .outline__contents dl {
    display: block;
    padding: 13px 0 10px;
    font-size: 14px;
  }
  .page-wakakiji-club .outline__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-wakakiji-club .outline__contents dd {
    width: 100%;
    margin-top: 5px;
  }
  .page-wakakiji-club .outline__contents dd img {
    margin: 15px 0 20px;
    width: 100px;
  }
  .page-wakakiji-club .outline .deco-icons .deco-ico {
    display: block;
    position: absolute;
    top: 105px;
    left: -50px;
    width: 180px;
  }
}
/* ---------------------------------
  CONTACT
----------------------------------- */
.page-wakakiji-club .cta {
  padding: 120px 0 145px;
  background-image: url(img/wakakizi-cta-bg-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-wakakiji-club .cta .container {
  width: 100%;
  padding: 0 30px;
}
.page-wakakiji-club .cta .sec-title {
  padding-bottom: 0;
}
.page-wakakiji-club .cta .sec-title::after {
  display: none;
}
.page-wakakiji-club .cta .sec-title .title {
  color: #fff;
}
.page-wakakiji-club .cta__txt {
  margin-top: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.page-wakakiji-club .cta__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 95px;
}
.page-wakakiji-club .cta__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 360px;
  height: 70px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 9999px;
  z-index: 1;
}
.page-wakakiji-club .cta__btn:hover {
  opacity: 0.8;
}
.page-wakakiji-club .cta__btn.apply {
  background-color: #d16c15;
  color: #fff;
  border: 2px solid #fff;
}
.page-wakakiji-club .cta__btn.ctt {
  margin-left: 80px;
  background-color: #fff;
  color: #d16c15;
  border: 2px solid #d16c15;
}

@media screen and (max-width: 1199px) {
  .page-wakakiji-club .cta {
    padding: 80px 0 100px;
  }
  .page-wakakiji-club .cta .container {
    max-width: 768px;
    padding: 0 60px;
  }
  .page-wakakiji-club .cta__txt {
    margin-top: 30px;
    font-size: 18px;
    text-align: left;
  }
  .page-wakakiji-club .cta__btns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  .page-wakakiji-club .cta__btn {
    width: calc((100% - 30px) / 2);
    height: 60px;
    font-size: 18px;
  }
  .page-wakakiji-club .cta__btn:hover {
    opacity: 1;
  }
  .page-wakakiji-club .cta__btn.ctt {
    margin-left: 0;
  }
}
@media screen and (max-width: 758px) {
  .page-wakakiji-club .cta {
    padding: 60px 0 100px;
    background-image: url(img/sp-wakakizi-cta-bg-80.jpg);
  }
  .page-wakakiji-club .cta .container {
    max-width: 100%;
    padding: 0 40px;
  }
  .page-wakakiji-club .cta__txt {
    margin-top: 25px;
    font-size: 15px;
    line-height: 2;
  }
  .page-wakakiji-club .cta__btns {
    display: block;
    margin-top: 38px;
  }
  .page-wakakiji-club .cta__btn {
    width: 100%;
    font-size: 15px;
  }
  .page-wakakiji-club .cta__btn.ctt {
    margin-top: 20px;
  }
}
/* ---------------------------------
  若雉クラブ会員規約
----------------------------------- */
.page-wakakiji-club .guide {
  background-color: #fff;
  padding: 140px 0 20px;
}
.page-wakakiji-club .guide .container {
  width: 900px;
}
.page-wakakiji-club .guide .sec-title::after {
  background-color: #8c007f;
}
.page-wakakiji-club .guide__contents {
  margin-top: 100px;
}
.page-wakakiji-club .guide__contents > *:first-child {
  margin-top: 0 !important;
}
.page-wakakiji-club .guide__contents h3 {
  margin-top: 25px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.page-wakakiji-club .guide__contents p {
  margin-top: 17px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-wakakiji-club .guide {
    padding: 100px 0 20px;
  }
  .page-wakakiji-club .guide .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-wakakiji-club .guide__contents {
    margin-top: 60px;
  }
  .page-wakakiji-club .guide__contents h3 {
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .page-wakakiji-club .guide__contents p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-wakakiji-club .guide {
    padding-bottom: 60px;
  }
  .page-wakakiji-club .guide .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-wakakiji-club .guide__contents h3 {
    margin-top: 24px;
    font-size: 14px;
  }
  .page-wakakiji-club .guide__contents p {
    margin-top: 8px;
  }
}
/* ===================================

  アーカイブ選手紹介
  アーカイブスタッフ紹介

====================================== */
.post-type-archive-player-u18 .anchors,
.post-type-archive-player-u15 .anchors,
.post-type-archive-player-u12 .anchors,
.post-type-archive-coach-staff .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 45px;
  background-color: #f2f2f2;
}
.post-type-archive-player-u18 .anchors .anchor,
.post-type-archive-player-u15 .anchors .anchor,
.post-type-archive-player-u12 .anchors .anchor,
.post-type-archive-coach-staff .anchors .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
}
.post-type-archive-player-u18 .anchors .anchor::after,
.post-type-archive-player-u15 .anchors .anchor::after,
.post-type-archive-player-u12 .anchors .anchor::after,
.post-type-archive-coach-staff .anchors .anchor::after {
  content: "";
  width: 8px;
  height: 4px;
  margin-left: 14px;
  background-image: url(img/ico/ico-arrow-btm-bk.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.post-type-archive-player-u18 .anchors .anchor + .anchor,
.post-type-archive-player-u15 .anchors .anchor + .anchor,
.post-type-archive-player-u12 .anchors .anchor + .anchor,
.post-type-archive-coach-staff .anchors .anchor + .anchor {
  margin-left: 45px;
}
.post-type-archive-player-u18 .main,
.post-type-archive-player-u15 .main,
.post-type-archive-player-u12 .main,
.post-type-archive-coach-staff .main {
  padding-top: 60px;
}
.post-type-archive-player-u18 .main .container,
.post-type-archive-player-u15 .main .container,
.post-type-archive-player-u12 .main .container,
.post-type-archive-coach-staff .main .container {
  width: 1080px;
}
.post-type-archive-player-u18 .players,
.post-type-archive-player-u18 .coach,
.post-type-archive-player-u15 .players,
.post-type-archive-player-u15 .coach,
.post-type-archive-player-u12 .players,
.post-type-archive-player-u12 .coach,
.post-type-archive-coach-staff .players,
.post-type-archive-coach-staff .coach {
  margin-top: 54px;
}
.post-type-archive-player-u18 .players__text,
.post-type-archive-player-u18 .coach__text,
.post-type-archive-player-u15 .players__text,
.post-type-archive-player-u15 .coach__text,
.post-type-archive-player-u12 .players__text,
.post-type-archive-player-u12 .coach__text,
.post-type-archive-coach-staff .players__text,
.post-type-archive-coach-staff .coach__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-type-archive-player-u18 .players__text img,
.post-type-archive-player-u18 .coach__text img,
.post-type-archive-player-u15 .players__text img,
.post-type-archive-player-u15 .coach__text img,
.post-type-archive-player-u12 .players__text img,
.post-type-archive-player-u12 .coach__text img,
.post-type-archive-coach-staff .players__text img,
.post-type-archive-coach-staff .coach__text img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  margin-right: 5px;
}
.post-type-archive-player-u18 .players + .players,
.post-type-archive-player-u18 .coach + .players,
.post-type-archive-player-u15 .players + .players,
.post-type-archive-player-u15 .coach + .players,
.post-type-archive-player-u12 .players + .players,
.post-type-archive-player-u12 .coach + .players,
.post-type-archive-coach-staff .players + .players,
.post-type-archive-coach-staff .coach + .players {
  margin-top: 110px;
}
.post-type-archive-player-u18 .players__title,
.post-type-archive-player-u18 .coach__title,
.post-type-archive-player-u15 .players__title,
.post-type-archive-player-u15 .coach__title,
.post-type-archive-player-u12 .players__title,
.post-type-archive-player-u12 .coach__title,
.post-type-archive-coach-staff .players__title,
.post-type-archive-coach-staff .coach__title {
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 700;
  border-bottom: 1px solid #b3b3b3;
}
.post-type-archive-player-u18 .players .items,
.post-type-archive-player-u18 .coach .items,
.post-type-archive-player-u15 .players .items,
.post-type-archive-player-u15 .coach .items,
.post-type-archive-player-u12 .players .items,
.post-type-archive-player-u12 .coach .items,
.post-type-archive-coach-staff .players .items,
.post-type-archive-coach-staff .coach .items {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-player-u18 .players .item,
.post-type-archive-player-u18 .coach .item,
.post-type-archive-player-u15 .players .item,
.post-type-archive-player-u15 .coach .item,
.post-type-archive-player-u12 .players .item,
.post-type-archive-player-u12 .coach .item,
.post-type-archive-coach-staff .players .item,
.post-type-archive-coach-staff .coach .item {
  width: 255px;
  cursor: pointer;
  word-break: break-all;
}
.post-type-archive-player-u18 .players .item + .item,
.post-type-archive-player-u18 .coach .item + .item,
.post-type-archive-player-u15 .players .item + .item,
.post-type-archive-player-u15 .coach .item + .item,
.post-type-archive-player-u12 .players .item + .item,
.post-type-archive-player-u12 .coach .item + .item,
.post-type-archive-coach-staff .players .item + .item,
.post-type-archive-coach-staff .coach .item + .item {
  margin-left: 20px;
}
.post-type-archive-player-u18 .players .item__link,
.post-type-archive-player-u18 .coach .item__link,
.post-type-archive-player-u15 .players .item__link,
.post-type-archive-player-u15 .coach .item__link,
.post-type-archive-player-u12 .players .item__link,
.post-type-archive-player-u12 .coach .item__link,
.post-type-archive-coach-staff .players .item__link,
.post-type-archive-coach-staff .coach .item__link {
  display: block;
}
.post-type-archive-player-u18 .players .item:nth-child(4n+1),
.post-type-archive-player-u18 .coach .item:nth-child(4n+1),
.post-type-archive-player-u15 .players .item:nth-child(4n+1),
.post-type-archive-player-u15 .coach .item:nth-child(4n+1),
.post-type-archive-player-u12 .players .item:nth-child(4n+1),
.post-type-archive-player-u12 .coach .item:nth-child(4n+1),
.post-type-archive-coach-staff .players .item:nth-child(4n+1),
.post-type-archive-coach-staff .coach .item:nth-child(4n+1) {
  margin-left: 0;
}
.post-type-archive-player-u18 .players .item:nth-child(n+5),
.post-type-archive-player-u18 .coach .item:nth-child(n+5),
.post-type-archive-player-u15 .players .item:nth-child(n+5),
.post-type-archive-player-u15 .coach .item:nth-child(n+5),
.post-type-archive-player-u12 .players .item:nth-child(n+5),
.post-type-archive-player-u12 .coach .item:nth-child(n+5),
.post-type-archive-coach-staff .players .item:nth-child(n+5),
.post-type-archive-coach-staff .coach .item:nth-child(n+5) {
  margin-top: 33px;
}
.post-type-archive-player-u18 .players .item__head,
.post-type-archive-player-u18 .coach .item__head,
.post-type-archive-player-u15 .players .item__head,
.post-type-archive-player-u15 .coach .item__head,
.post-type-archive-player-u12 .players .item__head,
.post-type-archive-player-u12 .coach .item__head,
.post-type-archive-coach-staff .players .item__head,
.post-type-archive-coach-staff .coach .item__head {
  width: 100%;
}
.post-type-archive-player-u18 .players .item__thumb,
.post-type-archive-player-u18 .coach .item__thumb,
.post-type-archive-player-u15 .players .item__thumb,
.post-type-archive-player-u15 .coach .item__thumb,
.post-type-archive-player-u12 .players .item__thumb,
.post-type-archive-player-u12 .coach .item__thumb,
.post-type-archive-coach-staff .players .item__thumb,
.post-type-archive-coach-staff .coach .item__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.post-type-archive-player-u18 .players .item__thumb-img,
.post-type-archive-player-u18 .coach .item__thumb-img,
.post-type-archive-player-u15 .players .item__thumb-img,
.post-type-archive-player-u15 .coach .item__thumb-img,
.post-type-archive-player-u12 .players .item__thumb-img,
.post-type-archive-player-u12 .coach .item__thumb-img,
.post-type-archive-coach-staff .players .item__thumb-img,
.post-type-archive-coach-staff .coach .item__thumb-img {
  width: 100%;
  padding-top: 133.3%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-player-u18 .players .item:hover,
.post-type-archive-player-u18 .coach .item:hover,
.post-type-archive-player-u15 .players .item:hover,
.post-type-archive-player-u15 .coach .item:hover,
.post-type-archive-player-u12 .players .item:hover,
.post-type-archive-player-u12 .coach .item:hover,
.post-type-archive-coach-staff .players .item:hover,
.post-type-archive-coach-staff .coach .item:hover {
  opacity: 0.6;
}
.post-type-archive-player-u18 .players .item:hover .item__thumb-img,
.post-type-archive-player-u18 .coach .item:hover .item__thumb-img,
.post-type-archive-player-u15 .players .item:hover .item__thumb-img,
.post-type-archive-player-u15 .coach .item:hover .item__thumb-img,
.post-type-archive-player-u12 .players .item:hover .item__thumb-img,
.post-type-archive-player-u12 .coach .item:hover .item__thumb-img,
.post-type-archive-coach-staff .players .item:hover .item__thumb-img,
.post-type-archive-coach-staff .coach .item:hover .item__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post-type-archive-player-u18 .players .item__meta,
.post-type-archive-player-u18 .coach .item__meta,
.post-type-archive-player-u15 .players .item__meta,
.post-type-archive-player-u15 .coach .item__meta,
.post-type-archive-player-u12 .players .item__meta,
.post-type-archive-player-u12 .coach .item__meta,
.post-type-archive-coach-staff .players .item__meta,
.post-type-archive-coach-staff .coach .item__meta {
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 1;
}
.post-type-archive-player-u18 .players .item__number,
.post-type-archive-player-u18 .coach .item__number,
.post-type-archive-player-u15 .players .item__number,
.post-type-archive-player-u15 .coach .item__number,
.post-type-archive-player-u12 .players .item__number,
.post-type-archive-player-u12 .coach .item__number,
.post-type-archive-coach-staff .players .item__number,
.post-type-archive-coach-staff .coach .item__number {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 700;
}
.post-type-archive-player-u18 .players .item__posi,
.post-type-archive-player-u18 .coach .item__posi,
.post-type-archive-player-u15 .players .item__posi,
.post-type-archive-player-u15 .coach .item__posi,
.post-type-archive-player-u12 .players .item__posi,
.post-type-archive-player-u12 .coach .item__posi,
.post-type-archive-coach-staff .players .item__posi,
.post-type-archive-coach-staff .coach .item__posi {
  margin-top: -1px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.post-type-archive-player-u18 .players .item__body,
.post-type-archive-player-u18 .coach .item__body,
.post-type-archive-player-u15 .players .item__body,
.post-type-archive-player-u15 .coach .item__body,
.post-type-archive-player-u12 .players .item__body,
.post-type-archive-player-u12 .coach .item__body,
.post-type-archive-coach-staff .players .item__body,
.post-type-archive-coach-staff .coach .item__body {
  padding-top: 10px;
}
.post-type-archive-player-u18 .players .item__title,
.post-type-archive-player-u18 .coach .item__title,
.post-type-archive-player-u15 .players .item__title,
.post-type-archive-player-u15 .coach .item__title,
.post-type-archive-player-u12 .players .item__title,
.post-type-archive-player-u12 .coach .item__title,
.post-type-archive-coach-staff .players .item__title,
.post-type-archive-coach-staff .coach .item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
}
.post-type-archive-player-u18 .players .item__title .name,
.post-type-archive-player-u18 .coach .item__title .name,
.post-type-archive-player-u15 .players .item__title .name,
.post-type-archive-player-u15 .coach .item__title .name,
.post-type-archive-player-u12 .players .item__title .name,
.post-type-archive-player-u12 .coach .item__title .name,
.post-type-archive-coach-staff .players .item__title .name,
.post-type-archive-coach-staff .coach .item__title .name {
  font-size: 18px;
  font-weight: 500;
}
.post-type-archive-player-u18 .players .item__title .enname,
.post-type-archive-player-u18 .coach .item__title .enname,
.post-type-archive-player-u15 .players .item__title .enname,
.post-type-archive-player-u15 .coach .item__title .enname,
.post-type-archive-player-u12 .players .item__title .enname,
.post-type-archive-player-u12 .coach .item__title .enname,
.post-type-archive-coach-staff .players .item__title .enname,
.post-type-archive-coach-staff .coach .item__title .enname {
  margin-top: 7px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.post-type-archive-player-u18 .players .item__mark,
.post-type-archive-player-u18 .coach .item__mark,
.post-type-archive-player-u15 .players .item__mark,
.post-type-archive-player-u15 .coach .item__mark,
.post-type-archive-player-u12 .players .item__mark,
.post-type-archive-player-u12 .coach .item__mark,
.post-type-archive-coach-staff .players .item__mark,
.post-type-archive-coach-staff .coach .item__mark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.post-type-archive-player-u18 .players .item__mark img,
.post-type-archive-player-u18 .coach .item__mark img,
.post-type-archive-player-u15 .players .item__mark img,
.post-type-archive-player-u15 .coach .item__mark img,
.post-type-archive-player-u12 .players .item__mark img,
.post-type-archive-player-u12 .coach .item__mark img,
.post-type-archive-coach-staff .players .item__mark img,
.post-type-archive-coach-staff .coach .item__mark img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-player-u18 .anchors,
  .post-type-archive-player-u15 .anchors,
  .post-type-archive-player-u12 .anchors,
  .post-type-archive-coach-staff .anchors {
    height: 42px;
  }
  .post-type-archive-player-u18 .anchors .anchor::after,
  .post-type-archive-player-u15 .anchors .anchor::after,
  .post-type-archive-player-u12 .anchors .anchor::after,
  .post-type-archive-coach-staff .anchors .anchor::after {
    width: 8px;
    height: 4px;
    margin-left: 12px;
  }
  .post-type-archive-player-u18 .anchors .anchor + .anchor,
  .post-type-archive-player-u15 .anchors .anchor + .anchor,
  .post-type-archive-player-u12 .anchors .anchor + .anchor,
  .post-type-archive-coach-staff .anchors .anchor + .anchor {
    margin-left: 40px;
  }
  .post-type-archive-player-u18 .main,
  .post-type-archive-player-u15 .main,
  .post-type-archive-player-u12 .main,
  .post-type-archive-coach-staff .main {
    padding-top: 50px;
  }
  .post-type-archive-player-u18 .main .container,
  .post-type-archive-player-u15 .main .container,
  .post-type-archive-player-u12 .main .container,
  .post-type-archive-coach-staff .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-player-u18 .players,
  .post-type-archive-player-u18 .coach,
  .post-type-archive-player-u15 .players,
  .post-type-archive-player-u15 .coach,
  .post-type-archive-player-u12 .players,
  .post-type-archive-player-u12 .coach,
  .post-type-archive-coach-staff .players,
  .post-type-archive-coach-staff .coach {
    margin-top: 40px;
  }
  .post-type-archive-player-u18 .players__text img,
  .post-type-archive-player-u18 .coach__text img,
  .post-type-archive-player-u15 .players__text img,
  .post-type-archive-player-u15 .coach__text img,
  .post-type-archive-player-u12 .players__text img,
  .post-type-archive-player-u12 .coach__text img,
  .post-type-archive-coach-staff .players__text img,
  .post-type-archive-coach-staff .coach__text img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
    width: 12px;
    margin-right: 4px;
  }
  .post-type-archive-player-u18 .players + .players,
  .post-type-archive-player-u18 .coach + .players,
  .post-type-archive-player-u15 .players + .players,
  .post-type-archive-player-u15 .coach + .players,
  .post-type-archive-player-u12 .players + .players,
  .post-type-archive-player-u12 .coach + .players,
  .post-type-archive-coach-staff .players + .players,
  .post-type-archive-coach-staff .coach + .players {
    margin-top: 80px;
  }
  .post-type-archive-player-u18 .players__title,
  .post-type-archive-player-u18 .coach__title,
  .post-type-archive-player-u15 .players__title,
  .post-type-archive-player-u15 .coach__title,
  .post-type-archive-player-u12 .players__title,
  .post-type-archive-player-u12 .coach__title,
  .post-type-archive-coach-staff .players__title,
  .post-type-archive-coach-staff .coach__title {
    padding-bottom: 8px;
    font-size: 28px;
  }
  .post-type-archive-player-u18 .players .items,
  .post-type-archive-player-u18 .coach .items,
  .post-type-archive-player-u15 .players .items,
  .post-type-archive-player-u15 .coach .items,
  .post-type-archive-player-u12 .players .items,
  .post-type-archive-player-u12 .coach .items,
  .post-type-archive-coach-staff .players .items,
  .post-type-archive-coach-staff .coach .items {
    margin-top: 25px;
  }
  .post-type-archive-player-u18 .players .item,
  .post-type-archive-player-u18 .coach .item,
  .post-type-archive-player-u15 .players .item,
  .post-type-archive-player-u15 .coach .item,
  .post-type-archive-player-u12 .players .item,
  .post-type-archive-player-u12 .coach .item,
  .post-type-archive-coach-staff .players .item,
  .post-type-archive-coach-staff .coach .item {
    width: 32%;
    cursor: pointer;
  }
  .post-type-archive-player-u18 .players .item + .item,
  .post-type-archive-player-u18 .coach .item + .item,
  .post-type-archive-player-u15 .players .item + .item,
  .post-type-archive-player-u15 .coach .item + .item,
  .post-type-archive-player-u12 .players .item + .item,
  .post-type-archive-player-u12 .coach .item + .item,
  .post-type-archive-coach-staff .players .item + .item,
  .post-type-archive-coach-staff .coach .item + .item {
    margin-left: 2%;
  }
  .post-type-archive-player-u18 .players .item:nth-child(3n+1),
  .post-type-archive-player-u18 .coach .item:nth-child(3n+1),
  .post-type-archive-player-u15 .players .item:nth-child(3n+1),
  .post-type-archive-player-u15 .coach .item:nth-child(3n+1),
  .post-type-archive-player-u12 .players .item:nth-child(3n+1),
  .post-type-archive-player-u12 .coach .item:nth-child(3n+1),
  .post-type-archive-coach-staff .players .item:nth-child(3n+1),
  .post-type-archive-coach-staff .coach .item:nth-child(3n+1) {
    margin-left: 0;
  }
  .post-type-archive-player-u18 .players .item:nth-child(n+4),
  .post-type-archive-player-u18 .coach .item:nth-child(n+4),
  .post-type-archive-player-u15 .players .item:nth-child(n+4),
  .post-type-archive-player-u15 .coach .item:nth-child(n+4),
  .post-type-archive-player-u12 .players .item:nth-child(n+4),
  .post-type-archive-player-u12 .coach .item:nth-child(n+4),
  .post-type-archive-coach-staff .players .item:nth-child(n+4),
  .post-type-archive-coach-staff .coach .item:nth-child(n+4) {
    margin-top: 30px;
  }
  .post-type-archive-player-u18 .players .item:hover,
  .post-type-archive-player-u18 .coach .item:hover,
  .post-type-archive-player-u15 .players .item:hover,
  .post-type-archive-player-u15 .coach .item:hover,
  .post-type-archive-player-u12 .players .item:hover,
  .post-type-archive-player-u12 .coach .item:hover,
  .post-type-archive-coach-staff .players .item:hover,
  .post-type-archive-coach-staff .coach .item:hover {
    opacity: 1;
  }
  .post-type-archive-player-u18 .players .item:hover .item__thumb-img,
  .post-type-archive-player-u18 .coach .item:hover .item__thumb-img,
  .post-type-archive-player-u15 .players .item:hover .item__thumb-img,
  .post-type-archive-player-u15 .coach .item:hover .item__thumb-img,
  .post-type-archive-player-u12 .players .item:hover .item__thumb-img,
  .post-type-archive-player-u12 .coach .item:hover .item__thumb-img,
  .post-type-archive-coach-staff .players .item:hover .item__thumb-img,
  .post-type-archive-coach-staff .coach .item:hover .item__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .post-type-archive-player-u18 .players .item__meta,
  .post-type-archive-player-u18 .coach .item__meta,
  .post-type-archive-player-u15 .players .item__meta,
  .post-type-archive-player-u15 .coach .item__meta,
  .post-type-archive-player-u12 .players .item__meta,
  .post-type-archive-player-u12 .coach .item__meta,
  .post-type-archive-coach-staff .players .item__meta,
  .post-type-archive-coach-staff .coach .item__meta {
    top: 10px;
    left: 9px;
  }
  .post-type-archive-player-u18 .players .item__number,
  .post-type-archive-player-u18 .coach .item__number,
  .post-type-archive-player-u15 .players .item__number,
  .post-type-archive-player-u15 .coach .item__number,
  .post-type-archive-player-u12 .players .item__number,
  .post-type-archive-player-u12 .coach .item__number,
  .post-type-archive-coach-staff .players .item__number,
  .post-type-archive-coach-staff .coach .item__number {
    font-size: 32px;
  }
  .post-type-archive-player-u18 .players .item__posi,
  .post-type-archive-player-u18 .coach .item__posi,
  .post-type-archive-player-u15 .players .item__posi,
  .post-type-archive-player-u15 .coach .item__posi,
  .post-type-archive-player-u12 .players .item__posi,
  .post-type-archive-player-u12 .coach .item__posi,
  .post-type-archive-coach-staff .players .item__posi,
  .post-type-archive-coach-staff .coach .item__posi {
    margin-top: 0;
    font-size: 16px;
  }
  .post-type-archive-player-u18 .players .item__body,
  .post-type-archive-player-u18 .coach .item__body,
  .post-type-archive-player-u15 .players .item__body,
  .post-type-archive-player-u15 .coach .item__body,
  .post-type-archive-player-u12 .players .item__body,
  .post-type-archive-player-u12 .coach .item__body,
  .post-type-archive-coach-staff .players .item__body,
  .post-type-archive-coach-staff .coach .item__body {
    padding-top: 9px;
  }
  .post-type-archive-player-u18 .players .item__title,
  .post-type-archive-player-u18 .coach .item__title,
  .post-type-archive-player-u15 .players .item__title,
  .post-type-archive-player-u15 .coach .item__title,
  .post-type-archive-player-u12 .players .item__title,
  .post-type-archive-player-u12 .coach .item__title,
  .post-type-archive-coach-staff .players .item__title,
  .post-type-archive-coach-staff .coach .item__title {
    padding-bottom: 9px;
  }
  .post-type-archive-player-u18 .players .item__title .name,
  .post-type-archive-player-u18 .coach .item__title .name,
  .post-type-archive-player-u15 .players .item__title .name,
  .post-type-archive-player-u15 .coach .item__title .name,
  .post-type-archive-player-u12 .players .item__title .name,
  .post-type-archive-player-u12 .coach .item__title .name,
  .post-type-archive-coach-staff .players .item__title .name,
  .post-type-archive-coach-staff .coach .item__title .name {
    font-size: 18px;
  }
  .post-type-archive-player-u18 .players .item__title .enname,
  .post-type-archive-player-u18 .coach .item__title .enname,
  .post-type-archive-player-u15 .players .item__title .enname,
  .post-type-archive-player-u15 .coach .item__title .enname,
  .post-type-archive-player-u12 .players .item__title .enname,
  .post-type-archive-player-u12 .coach .item__title .enname,
  .post-type-archive-coach-staff .players .item__title .enname,
  .post-type-archive-coach-staff .coach .item__title .enname {
    margin-top: 6px;
    font-size: 13px;
  }
  .post-type-archive-player-u18 .players .item__mark,
  .post-type-archive-player-u18 .coach .item__mark,
  .post-type-archive-player-u15 .players .item__mark,
  .post-type-archive-player-u15 .coach .item__mark,
  .post-type-archive-player-u12 .players .item__mark,
  .post-type-archive-player-u12 .coach .item__mark,
  .post-type-archive-coach-staff .players .item__mark,
  .post-type-archive-coach-staff .coach .item__mark {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17px;
            flex: 0 0 17px;
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-player-u18 .anchors,
  .post-type-archive-player-u15 .anchors,
  .post-type-archive-player-u12 .anchors,
  .post-type-archive-coach-staff .anchors {
    height: 38px;
  }
  .post-type-archive-player-u18 .anchors .anchor,
  .post-type-archive-player-u15 .anchors .anchor,
  .post-type-archive-player-u12 .anchors .anchor,
  .post-type-archive-coach-staff .anchors .anchor {
    font-size: 14px;
  }
  .post-type-archive-player-u18 .anchors .anchor::after,
  .post-type-archive-player-u15 .anchors .anchor::after,
  .post-type-archive-player-u12 .anchors .anchor::after,
  .post-type-archive-coach-staff .anchors .anchor::after {
    width: 7px;
    height: 4px;
    margin-left: 10px;
  }
  .post-type-archive-player-u18 .anchors .anchor + .anchor,
  .post-type-archive-player-u15 .anchors .anchor + .anchor,
  .post-type-archive-player-u12 .anchors .anchor + .anchor,
  .post-type-archive-coach-staff .anchors .anchor + .anchor {
    margin-left: 25px;
  }
  .post-type-archive-player-u18 .main,
  .post-type-archive-player-u15 .main,
  .post-type-archive-player-u12 .main,
  .post-type-archive-coach-staff .main {
    padding-top: 40px;
  }
  .post-type-archive-player-u18 .main .container,
  .post-type-archive-player-u15 .main .container,
  .post-type-archive-player-u12 .main .container,
  .post-type-archive-coach-staff .main .container {
    padding: 0 15px;
  }
  .post-type-archive-player-u18 .players,
  .post-type-archive-player-u18 .coach,
  .post-type-archive-player-u15 .players,
  .post-type-archive-player-u15 .coach,
  .post-type-archive-player-u12 .players,
  .post-type-archive-player-u12 .coach,
  .post-type-archive-coach-staff .players,
  .post-type-archive-coach-staff .coach {
    margin-top: 40px;
  }
  .post-type-archive-player-u18 .players__text img,
  .post-type-archive-player-u18 .coach__text img,
  .post-type-archive-player-u15 .players__text img,
  .post-type-archive-player-u15 .coach__text img,
  .post-type-archive-player-u12 .players__text img,
  .post-type-archive-player-u12 .coach__text img,
  .post-type-archive-coach-staff .players__text img,
  .post-type-archive-coach-staff .coach__text img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
    width: 10px;
    margin-right: 2px;
  }
  .post-type-archive-player-u18 .players + .players,
  .post-type-archive-player-u18 .coach + .players,
  .post-type-archive-player-u15 .players + .players,
  .post-type-archive-player-u15 .coach + .players,
  .post-type-archive-player-u12 .players + .players,
  .post-type-archive-player-u12 .coach + .players,
  .post-type-archive-coach-staff .players + .players,
  .post-type-archive-coach-staff .coach + .players {
    margin-top: 60px;
  }
  .post-type-archive-player-u18 .players__title,
  .post-type-archive-player-u18 .coach__title,
  .post-type-archive-player-u15 .players__title,
  .post-type-archive-player-u15 .coach__title,
  .post-type-archive-player-u12 .players__title,
  .post-type-archive-player-u12 .coach__title,
  .post-type-archive-coach-staff .players__title,
  .post-type-archive-coach-staff .coach__title {
    padding-bottom: 6px;
    font-size: 22px;
  }
  .post-type-archive-player-u18 .players .items,
  .post-type-archive-player-u18 .coach .items,
  .post-type-archive-player-u15 .players .items,
  .post-type-archive-player-u15 .coach .items,
  .post-type-archive-player-u12 .players .items,
  .post-type-archive-player-u12 .coach .items,
  .post-type-archive-coach-staff .players .items,
  .post-type-archive-coach-staff .coach .items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
  .post-type-archive-player-u18 .players .item,
  .post-type-archive-player-u18 .coach .item,
  .post-type-archive-player-u15 .players .item,
  .post-type-archive-player-u15 .coach .item,
  .post-type-archive-player-u12 .players .item,
  .post-type-archive-player-u12 .coach .item,
  .post-type-archive-coach-staff .players .item,
  .post-type-archive-coach-staff .coach .item {
    width: 48.3%;
  }
  .post-type-archive-player-u18 .players .item + .item,
  .post-type-archive-player-u18 .coach .item + .item,
  .post-type-archive-player-u15 .players .item + .item,
  .post-type-archive-player-u15 .coach .item + .item,
  .post-type-archive-player-u12 .players .item + .item,
  .post-type-archive-player-u12 .coach .item + .item,
  .post-type-archive-coach-staff .players .item + .item,
  .post-type-archive-coach-staff .coach .item + .item {
    margin-left: 0;
  }
  .post-type-archive-player-u18 .players .item:nth-child(n+3),
  .post-type-archive-player-u18 .coach .item:nth-child(n+3),
  .post-type-archive-player-u15 .players .item:nth-child(n+3),
  .post-type-archive-player-u15 .coach .item:nth-child(n+3),
  .post-type-archive-player-u12 .players .item:nth-child(n+3),
  .post-type-archive-player-u12 .coach .item:nth-child(n+3),
  .post-type-archive-coach-staff .players .item:nth-child(n+3),
  .post-type-archive-coach-staff .coach .item:nth-child(n+3) {
    margin-top: 25px;
  }
  .post-type-archive-player-u18 .players .item__meta,
  .post-type-archive-player-u18 .coach .item__meta,
  .post-type-archive-player-u15 .players .item__meta,
  .post-type-archive-player-u15 .coach .item__meta,
  .post-type-archive-player-u12 .players .item__meta,
  .post-type-archive-player-u12 .coach .item__meta,
  .post-type-archive-coach-staff .players .item__meta,
  .post-type-archive-coach-staff .coach .item__meta {
    top: 5px;
    left: 5px;
  }
  .post-type-archive-player-u18 .players .item__number,
  .post-type-archive-player-u18 .coach .item__number,
  .post-type-archive-player-u15 .players .item__number,
  .post-type-archive-player-u15 .coach .item__number,
  .post-type-archive-player-u12 .players .item__number,
  .post-type-archive-player-u12 .coach .item__number,
  .post-type-archive-coach-staff .players .item__number,
  .post-type-archive-coach-staff .coach .item__number {
    font-size: 30px;
  }
  .post-type-archive-player-u18 .players .item__posi,
  .post-type-archive-player-u18 .coach .item__posi,
  .post-type-archive-player-u15 .players .item__posi,
  .post-type-archive-player-u15 .coach .item__posi,
  .post-type-archive-player-u12 .players .item__posi,
  .post-type-archive-player-u12 .coach .item__posi,
  .post-type-archive-coach-staff .players .item__posi,
  .post-type-archive-coach-staff .coach .item__posi {
    font-size: 16px;
  }
  .post-type-archive-player-u18 .players .item__mark,
  .post-type-archive-player-u18 .coach .item__mark,
  .post-type-archive-player-u15 .players .item__mark,
  .post-type-archive-player-u15 .coach .item__mark,
  .post-type-archive-player-u12 .players .item__mark,
  .post-type-archive-player-u12 .coach .item__mark,
  .post-type-archive-coach-staff .players .item__mark,
  .post-type-archive-coach-staff .coach .item__mark {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
    height: 16px;
  }
}
/* ===================================

  スタッフ一覧のみのCSS

====================================== */
.post-type-archive-coach-staff .coach__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
.post-type-archive-coach-staff .coach .item__title .position {
  font-size: 14px;
}
.post-type-archive-coach-staff .coach .item__title .name {
  margin-top: 10px;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-coach-staff .coach__title {
    font-size: 18px;
  }
  .post-type-archive-coach-staff .coach .item__title .position {
    font-size: 13px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-coach-staff .coach__title {
    font-size: 17px;
  }
  .post-type-archive-coach-staff .coach .item__title .position {
    font-size: 11px;
  }
  .post-type-archive-coach-staff .coach .item__title .name {
    margin-top: 6px;
  }
}
/* ===================================

  スケジュール

====================================== */
.post-type-archive-schedule18 .main,
.tax-scheduledate18 .main,
.post-type-archive-schedule15 .main,
.tax-scheduledate15 .main,
.post-type-archive-schedule12 .main,
.tax-scheduledate12 .main {
  padding-top: 40px;
}
.post-type-archive-schedule18 .main .container,
.tax-scheduledate18 .main .container,
.post-type-archive-schedule15 .main .container,
.tax-scheduledate15 .main .container,
.post-type-archive-schedule12 .main .container,
.tax-scheduledate12 .main .container {
  width: 880px;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-schedule18 .main,
  .tax-scheduledate18 .main,
  .post-type-archive-schedule15 .main,
  .tax-scheduledate15 .main,
  .post-type-archive-schedule12 .main,
  .tax-scheduledate12 .main {
    padding-top: 30px;
  }
  .post-type-archive-schedule18 .main .container,
  .tax-scheduledate18 .main .container,
  .post-type-archive-schedule15 .main .container,
  .tax-scheduledate15 .main .container,
  .post-type-archive-schedule12 .main .container,
  .tax-scheduledate12 .main .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-schedule18 .main,
  .tax-scheduledate18 .main,
  .post-type-archive-schedule15 .main,
  .tax-scheduledate15 .main,
  .post-type-archive-schedule12 .main,
  .tax-scheduledate12 .main {
    padding-top: 25px;
  }
  .post-type-archive-schedule18 .main .container,
  .tax-scheduledate18 .main .container,
  .post-type-archive-schedule15 .main .container,
  .tax-scheduledate15 .main .container,
  .post-type-archive-schedule12 .main .container,
  .tax-scheduledate12 .main .container {
    padding: 0 15px;
  }
}
/* ===================================

  試合日程・結果

====================================== */
.post-type-archive-match18 .select-dropd,
.tax-matchdate18 .select-dropd,
.post-type-archive-match15 .select-dropd,
.tax-matchdate15 .select-dropd,
.post-type-archive-match12 .select-dropd,
.tax-matchdate12 .select-dropd {
  border-bottom: none;
}
.post-type-archive-match18 .main .container,
.tax-matchdate18 .main .container,
.post-type-archive-match15 .main .container,
.tax-matchdate15 .main .container,
.post-type-archive-match12 .main .container,
.tax-matchdate12 .main .container {
  width: 880px;
}
.post-type-archive-match18 .main .entry > *:first-child,
.tax-matchdate18 .main .entry > *:first-child,
.post-type-archive-match15 .main .entry > *:first-child,
.tax-matchdate15 .main .entry > *:first-child,
.post-type-archive-match12 .main .entry > *:first-child,
.tax-matchdate12 .main .entry > *:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-match18 .main .container,
  .tax-matchdate18 .main .container,
  .post-type-archive-match15 .main .container,
  .tax-matchdate15 .main .container,
  .post-type-archive-match12 .main .container,
  .tax-matchdate12 .main .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-match18 .main .container,
  .tax-matchdate18 .main .container,
  .post-type-archive-match15 .main .container,
  .tax-matchdate15 .main .container,
  .post-type-archive-match12 .main .container,
  .tax-matchdate12 .main .container {
    padding: 0 15px;
  }
}
/* ===================================

  選手・コーチ・スタッフ詳細

====================================== */
.single-coach-staff .main,
.single .main {
  padding-top: 60px;
}
.single-coach-staff .main .container,
.single .main .container {
  width: 960px;
}
.single-coach-staff .entry,
.single .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-coach-staff .entry__thumb,
.single .entry__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
  width: 340px;
  overflow: hidden;
}
.single-coach-staff .entry__thumb-img,
.single .entry__thumb-img {
  width: 100%;
  padding-top: 133.3%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-coach-staff .entry__body,
.single .entry__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  width: 520px;
}
.single-coach-staff .entry__posi,
.single .entry__posi {
  font-size: 14px;
}
.single-coach-staff .entry__numposi,
.single .entry__numposi {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.single-coach-staff .entry__title,
.single .entry__title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}
.single-coach-staff .entry__contents,
.single .entry__contents {
  margin-top: 14px;
}
.single-coach-staff .entry__contents dl,
.single .entry__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #b3b3b3;
  font-size: 14px;
  line-height: 1.5;
}
.single-coach-staff .entry__contents dl:last-child,
.single .entry__contents dl:last-child {
  border-bottom: 1px solid #b3b3b3;
}
.single-coach-staff .entry__contents dt,
.single .entry__contents dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  width: 120px;
  padding: 12px 15px;
  background-color: #f2f2f2;
  font-weight: 500;
}
.single-coach-staff .entry__contents dd,
.single .entry__contents dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 12px 15px 12px 20px;
}

@media screen and (max-width: 1199px) {
  .single-coach-staff .main,
  .single .main {
    padding-top: 30px;
  }
  .single-coach-staff .main .container,
  .single .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .single-coach-staff .entry__thumb,
  .single .entry__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    width: 33%;
  }
  .single-coach-staff .entry__body,
  .single .entry__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    padding-left: 30px;
  }
  .single-coach-staff .entry__posi,
  .single .entry__posi {
    font-size: 13px;
  }
  .single-coach-staff .entry__numposi,
  .single .entry__numposi {
    font-size: 15px;
  }
  .single-coach-staff .entry__title,
  .single .entry__title {
    margin-top: 9px;
    font-size: 18px;
  }
  .single-coach-staff .entry__contents,
  .single .entry__contents {
    margin-top: 12px;
  }
  .single-coach-staff .entry__contents dl,
  .single .entry__contents dl {
    font-size: 13px;
  }
  .single-coach-staff .entry__contents dt,
  .single .entry__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
    padding: 10px 12px;
    background-color: #f2f2f2;
    font-weight: 500;
  }
  .single-coach-staff .entry__contents dd,
  .single .entry__contents dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 10px 12px 10px 15px;
  }
}
@media screen and (max-width: 758px) {
  .single-coach-staff .main,
  .single .main {
    padding-top: 20px;
  }
  .single-coach-staff .main .container,
  .single .main .container {
    padding: 0 15px;
  }
  .single-coach-staff .entry,
  .single .entry {
    display: block;
  }
  .single-coach-staff .entry__thumb,
  .single .entry__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.7%;
            flex: 0 0 66.7%;
    width: 66.7%;
    margin: 0 auto;
  }
  .single-coach-staff .entry__body,
  .single .entry__body {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .single-coach-staff .entry__posi,
  .single .entry__posi {
    font-size: 11px;
  }
  .single-coach-staff .entry__numposi,
  .single .entry__numposi {
    font-size: 14px;
  }
  .single-coach-staff .entry__title,
  .single .entry__title {
    margin-top: 10px;
    font-size: 18px;
  }
  .single-coach-staff .entry__contents,
  .single .entry__contents {
    margin-top: 20px;
  }
  .single-coach-staff .entry__contents dl,
  .single .entry__contents dl {
    display: block;
    font-size: 12px;
  }
  .single-coach-staff .entry__contents dt,
  .single .entry__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 10px 15px;
  }
  .single-coach-staff .entry__contents dd,
  .single .entry__contents dd {
    width: 100%;
    padding: 12px 15px;
  }
}
/* ===================================

  スケジュールブロック

====================================== */
.sitem {
  border-bottom: 1px solid #b3b3b3;
  word-break: break-all;
}
.sitem dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 80px;
}
.sitem dt,
.sitem dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-color: #fff;
}
.sitem dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
  height: 100%;
  padding-left: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}
.sitem dt span {
  font-size: 16px;
  margin-left: 5px;
}
.sitem dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 16px 20px;
  border-left: 1px solid #b3b3b3;
  line-height: 1.5;
}

.wp-block-lazyblock-schedule-block:first-child .sitem {
  border-top: 1px solid #b3b3b3;
}

@media screen and (max-width: 1199px) {
  .sitem dl {
    min-height: 70px;
  }
  .sitem dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    width: 150px;
    padding-left: 8px;
    font-size: 22px;
  }
  .sitem dt span {
    font-size: 12px;
    margin-left: 5px;
  }
  .sitem dd {
    padding: 14px 18px;
  }
}
@media screen and (max-width: 758px) {
  .sitem dl {
    display: block;
    min-height: 70px;
  }
  .sitem dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 15px 10px 0;
    font-size: 16px;
  }
  .sitem dt span {
    position: relative;
    top: 2px;
    font-size: 10px;
    margin-left: 3px;
  }
  .sitem dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 6px 10px 12px;
    border-left: none;
  }
}
/* ===================================

  試合日程・結果

====================================== */
/* ---------------------------------
  タイトル
----------------------------------- */
.mtitle {
  width: 100%;
  margin-top: 65px;
  margin-bottom: 10px;
}
.mtitle h2 {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 42px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}

@media screen and (max-width: 1199px) {
  .mtitle {
    margin-top: 40px;
    margin-bottom: 8px;
  }
  .mtitle h2 {
    padding: 24px 0;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 758px) {
  .mtitle {
    margin-top: 30px;
    margin-bottom: 5px;
  }
  .mtitle h2 {
    padding: 18px 10px;
    font-size: 15px;
    line-height: 1.5;
  }
}
/* ---------------------------------
  ブロック
----------------------------------- */
.mitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 27px 0;
  border-bottom: 1px solid #b3b3b3;
}
.mitem__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 285px;
          flex: 0 0 285px;
  width: 285px;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
}
.mitem__date span {
  position: relative;
  top: -2px;
  font-size: 16px;
  margin-left: 8px;
}
.mitem__time {
  margin-left: 25px;
}
.mitem__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.mitem__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}
.mitem__opponent {
  font-size: 20px;
  font-weight: 500;
}
.mitem__place {
  margin-top: 10px;
}
.mitem__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 50px;
  padding-right: 10px;
}
.mitem__result {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
}
.mitem__result img {
  display: block;
  width: 22px;
}
.mitem__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  color: #9a003e;
}
.mitem__points span {
  margin: 0 7px;
}

@media screen and (max-width: 1199px) {
  .mitem {
    padding: 20px 0;
  }
  .mitem__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    width: 180px;
    font-size: 20px;
  }
  .mitem__date span {
    top: -2px;
    font-size: 14px;
    margin-left: 5px;
  }
  .mitem__time {
    margin-left: 15px;
  }
  .mitem__opponent {
    font-size: 18px;
  }
  .mitem__place {
    margin-top: 8px;
    font-size: 13px;
  }
  .mitem__foot {
    margin-left: 30px;
    padding-right: 10px;
  }
  .mitem__result {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
  }
  .mitem__result img {
    width: 20px;
  }
  .mitem__points {
    font-size: 24px;
  }
  .mitem__points span {
    margin: 0 5px;
  }
}
@media screen and (max-width: 758px) {
  .mitem {
    padding: 20px 0;
    display: block;
  }
  .mitem__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    font-size: 16px;
  }
  .mitem__date span {
    top: -2px;
    font-size: 10px;
    margin-left: 3px;
  }
  .mitem__time {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    margin-left: 10px;
  }
  .mitem__inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 10px;
  }
  .mitem__opponent {
    font-size: 18px;
  }
  .mitem__place {
    margin-top: 8px;
    font-size: 13px;
  }
  .mitem__foot {
    margin-left: 20px;
  }
  .mitem__result {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    width: 28px;
  }
  .mitem__result img {
    width: 18px;
  }
}
.post-type-archive-match18 .main .entry > *:first-child .mtitle,
.post-type-archive-match15 .main .entry > *:first-child .mtitle,
.post-type-archive-match12 .main .entry > *:first-child .mtitle {
  margin-top: 0 !important;
}