@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;800;900&display=swap");
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  background-color: #fff;
  color: #333;
  font-family: "游ゴシック", YuGothic, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  margin: 0; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif; }

  /* IE11 */ }
/**
 * ネストされたリストのマージンをリセットします。
 */
li > ul, li > ol {
  margin-bottom: 0; }

/**
 * `dt`と`dd`の左端を揃えます。
 */
dd {
  margin-left: 0; }

table {
  width: 100%; }

th {
  text-align: left; }

a {
  color: #333;
  transition: opacity 0.2s ease; }
  a:hover, a:active, a:focus {
    opacity: 0.8;
    text-decoration: none; }

p {
  font-family: "游ゴシック", YuGothic, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif; }

/**
 * フルードイメージにします。
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

/* svgのIEバグ回避 */
img[src$=".svg"] {
  width: 100%;
  height: auto; }

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace; }

/* container
-------------------------------------------------------------------------- */
/* イージング設定
======================================================================== */
/* その他設定
======================================================================== */
/* =============================================================================
   WPエディタ用
========================================================================== */
.wp-block-image {
  margin: 40px 0 0; }
  .wp-block-image + * {
    margin-top: 40px; }
  .wp-block-image + .wp-block-image {
    margin-top: 20px !important; }

.wp-block-embed-facebook .fb_iframe_widget {
  width: 100%;
  max-width: 500px; }
  .wp-block-embed-facebook .fb_iframe_widget > span[style] {
    width: 100% !important;
    max-width: 500px; }
  .wp-block-embed-facebook .fb_iframe_widget iframe {
    width: 100% !important; }

.wp-block-embed-youtube .mod-youtube {
  position: relative;
  width: 100%;
  padding-top: 61.684%; }
  .wp-block-embed-youtube .mod-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.wp-block-embed-instagram .instagram-media {
  width: 100% !important;
  min-width: 0 !important; }

.wp-block-embed-wordpress .wp-embedded-content {
  width: 100% !important; }

.wp-block-table.is-style-regular table tr {
  border-top: 1px solid #000;
  border-left: 1px solid #000; }
  .wp-block-table.is-style-regular table tr th, .wp-block-table.is-style-regular table tr td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 10px; }

.wp-block-file a:not(.wp-block-file__button) {
  text-decoration: underline; }
.wp-block-file a.wp-block-file__button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 160px;
  color: #fff;
  border-radius: 10px;
  height: 40px;
  font-size: 14px;
  font-size: 0.875rem; }

/* =============================================================================
   bese
========================================================================== */
body {
  background-color: #E5E5E5;
  min-width: 320px; }
  @media (max-width: 991px) {
    body {
      padding-top: 60px; } }

.container {
  max-width: 1920px;
  width: 88.88889%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1440px) {
    .container {
      max-width: 1330px;
      width: 100%;
      padding: 0 25px; } }
  .container .inner {
    background-color: #fff;
    padding: 80px 100px 100px; }
    @media (max-width: 991px) {
      .container .inner {
        padding: 80px 25px 100px; } }
    @media (max-width: 768px) {
      .container .inner {
        padding: 40px 25px 60px; } }
  .container.u-1080 {
    max-width: 75%; }
    @media (max-width: 1440px) {
      .container.u-1080 {
        max-width: 1130px;
        padding: 0 25px; } }
    .container.u-1080 .inner {
      background-color: #fff;
      padding: 80px 140px 100px; }
      @media (max-width: 991px) {
        .container.u-1080 .inner {
          padding: 80px 25px 100px; } }
      @media (max-width: 768px) {
        .container.u-1080 .inner {
          padding: 50px 25px 70px; } }

@media (max-width: 768px) {
  .pc {
    display: none !important; } }
@media (max-width: 991px) {
  .pc_991 {
    display: none !important; } }

@media (min-width: 769px) {
  .sp {
    display: none !important; } }
@media (min-width: 992px) {
  .sp_991 {
    display: none !important; } }

/* =============================================================================
   font-family
========================================================================== */
/* =============================================================================
   common
========================================================================== */
.com-section {
  margin-top: 40px; }
  .com-section.mt80 {
    margin-top: 0; }
    .com-section.mt80 ~ .com-section {
      margin-top: 80px; }
      @media (max-width: 768px) {
        .com-section.mt80 ~ .com-section {
          margin-top: 40px; } }

.com-section_inner {
  background-color: #fff; }

.com-head_img a {
  display: block; }
.com-head_img div[style] {
  padding-top: 27.26563%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .com-head_img div[style] {
      padding-top: 56.29032%;
      margin-bottom: 30px; } }

.com-text {
  line-height: 1.75; }
  @media (max-width: 768px) {
    .com-text {
      font-size: 14px;
      font-size: 0.875rem; } }
  .com-text.u-notes {
    font-size: 14px;
    font-size: 0.875rem; }
    @media (max-width: 768px) {
      .com-text.u-notes {
        font-size: 12px;
        font-size: 0.75rem; } }

/* =============================================================================
    Btn
========================================================================== */
.btn-menu {
  margin-left: auto; }
  .btn-menu a {
    display: block;
    width: 24px;
    height: 21px; }
  .btn-menu .hamburger {
    position: relative; }
    .btn-menu .hamburger span {
      display: block;
      background-color: #fff;
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      transition: .5s ease; }
      .btn-menu .hamburger span:nth-child(1) {
        top: 0; }
      .btn-menu .hamburger span:nth-child(2) {
        top: 9px;
        right: 0;
        margin: auto; }
      .btn-menu .hamburger span:nth-child(3) {
        top: 18px; }
  .open .btn-menu .hamburger span:nth-child(1), .open .btn-menu .hamburger span:nth-child(2), .open .btn-menu .hamburger span:nth-child(3) {
    top: 9px; }
  .open .btn-menu .hamburger span:nth-child(1) {
    transform: rotate(45deg); }
  .open .btn-menu .hamburger span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .open .btn-menu .hamburger span:nth-child(3) {
    transform: rotate(-45deg); }

.btn-format {
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  min-width: 150px;
  padding: 11px 10px;
  display: inline-block;
  text-align: center; }
  .btn-format.u-gold {
    background-color: #BFAE72; }
  .btn-format.u-blue {
    background-color: #0E2D5A; }

/* =============================================================================
   header
========================================================================== */
.l-header {
  background-color: #0E2D5A;
  padding: 19px 30px;
  height: 92px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
  @media (max-width: 991px) {
    .l-header {
      position: fixed;
      z-index: 100;
      top: 0;
      left: 0;
      width: 100%;
      padding: 7px 25px;
      height: 60px; } }
  .l-header .site-brand {
    max-width: 243px;
    width: 100%;
    line-height: 1; }
    @media (max-width: 991px) {
      .l-header .site-brand {
        max-width: 140px; } }
    .l-header .site-brand a {
      display: block; }
      .l-header .site-brand a img {
        display: block; }

/* .global-navigation */
.global-navigation {
  margin-right: 40px; }
  @media (max-width: 991px) {
    .global-navigation {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 60px;
      z-index: -1;
      opacity: 0;
      transition: .5s ease;
      background-color: #0E2D5A;
      margin-right: 0;
      padding-left: 25px;
      padding-right: 25px;
      overflow: auto; } }
  .global-navigation ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    @media (max-width: 991px) {
      .global-navigation ul {
        display: block;
        padding-bottom: 80px; } }
    @media (max-width: 991px) {
      .global-navigation ul li {
        border-bottom: 1px solid #fff; } }
    .global-navigation ul li + li {
      margin-left: 20px; }
      @media (max-width: 991px) {
        .global-navigation ul li + li {
          margin-left: 0; } }
    .global-navigation ul li > a,
    .global-navigation ul li dt span {
      display: block;
      font-family: "Lato", sans-serif;
      font-weight: 900;
      color: #fff;
      letter-spacing: 0.05em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media (max-width: 991px) {
        .global-navigation ul li > a,
        .global-navigation ul li dt span {
          font-size: 15px;
          font-size: 0.9375rem;
          padding: 15px 0; } }
    .global-navigation ul li dt {
      position: relative; }
      .global-navigation ul li dt:before, .global-navigation ul li dt:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        display: block;
        width: 10px;
        height: 2px;
        background-color: #fff;
        margin: auto;
        transition: .5s ease; }
      .global-navigation ul li dt:before {
        transform: rotate(180deg); }
      .global-navigation ul li dt:after {
        transform: rotate(90deg); }
      .global-navigation ul li dt.on:before {
        transform: rotate(0); }
      .global-navigation ul li dt.on:after {
        transform: rotate(0); }
    @media (max-width: 991px) {
      .global-navigation ul li dd {
        padding-left: 5px; }
        .global-navigation ul li dd a {
          display: block;
          font-size: 14px;
          font-size: 0.875rem;
          color: #fff; }
        .global-navigation ul li dd ~ dd {
          margin-top: 5px; } }
    .global-navigation ul li .js-acd_content {
      padding-bottom: 15px; }
  .open .global-navigation {
    opacity: 1;
    z-index: 99; }

/* =============================================================================
   main
========================================================================== */
.l-main {
  padding-bottom: 100px; }
  @media (max-width: 768px) {
    .l-main {
      padding-bottom: 60px; } }

/* =============================================================================
   aside
========================================================================== */
/* =============================================================================
   footer
========================================================================== */
.l-footer {
  background-color: #0E2D5A; }
  .l-footer .inner {
    max-width: 1920px;
    width: 88.88889%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 60px; }
    @media (max-width: 1440px) {
      .l-footer .inner {
        max-width: 1330px;
        width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    @media (max-width: 991px) {
      .l-footer .inner {
        padding-top: 60px;
        padding-bottom: 40px; } }
    .l-footer .inner .l-footer_top {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .l-footer .inner .l-footer_top {
          display: block; } }
      .l-footer .inner .l-footer_top .site-brand {
        width: 243px; }
        @media (max-width: 991px) {
          .l-footer .inner .l-footer_top .site-brand {
            max-width: 243px;
            width: 53.33333%;
            margin-left: auto;
            margin-right: auto; } }
        .l-footer .inner .l-footer_top .site-brand a {
          display: block; }
      .l-footer .inner .l-footer_top .navi {
        display: -webkit-flex;
        display: flex; }
        .l-footer .inner .l-footer_top .navi .item ~ .item {
          margin-left: 60px; }
          @media (max-width: 1440px) {
            .l-footer .inner .l-footer_top .navi .item ~ .item {
              padding-left: 0.34722vw;
              margin-left: 4.16667vw; } }
        .l-footer .inner .l-footer_top .navi .item li > a,
        .l-footer .inner .l-footer_top .navi .item li dt a {
          font-size: 18px;
          font-size: 1.125rem;
          font-family: "Lato", sans-serif;
          font-weight: 900;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #fff;
          margin-bottom: 18px;
          display: inline-block; }
        .l-footer .inner .l-footer_top .navi .item li > dl dd {
          margin-bottom: 5px; }
          .l-footer .inner .l-footer_top .navi .item li > dl dd a {
            font-size: 14px;
            font-size: 0.875rem;
            color: #fff; }
    .l-footer .inner .l-footer_bottom {
      margin-top: 60px; }
      .l-footer .inner .l-footer_bottom .copy {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: 13px;
        font-size: 0.8125rem;
        display: block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff; }
        @media (max-width: 991px) {
          .l-footer .inner .l-footer_bottom .copy {
            text-align: center;
            font-size: 12px;
            font-size: 0.75rem; } }

/* =============================================================================
    Module
========================================================================== */
.mod-title01 {
  max-width: 620px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px; }
  .mod-title01:before {
    content: '';
    display: block;
    background-color: #BFAE72;
    height: 31px;
    width: calc(100% - 6px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: skew(-15deg, 0deg); }
    @media (max-width: 768px) {
      .mod-title01:before {
        width: calc(100% - 10px); } }
  .mod-title01 .title_en, .mod-title01 .title_jp {
    width: calc(100% - 140px); }
    @media (max-width: 768px) {
      .mod-title01 .title_en, .mod-title01 .title_jp {
        width: calc(100% - 122px); } }
  .mod-title01 .title_en {
    position: relative;
    padding: 10px 22px;
    display: block;
    font-size: 23px;
    font-size: 1.4375rem;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    color: #fff;
    z-index: 2;
    transform: translateX(7px); }
    @media (max-width: 768px) {
      .mod-title01 .title_en {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 8px 22px; } }
    .mod-title01 .title_en:before {
      content: '';
      display: block;
      background-color: #0E2D5A;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: skew(-15deg, 0deg);
      z-index: 1; }
  .mod-title01 .title_jp {
    position: relative;
    padding: 15px 22px;
    display: block;
    color: #0E2D5A;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    z-index: 3;
    margin-top: -23px;
    margin-left: auto;
    transform: translateX(-7px); }
    @media (max-width: 768px) {
      .mod-title01 .title_jp {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 11px 22px; } }
    @media (max-width: 374px) {
      .mod-title01 .title_jp {
        padding: 11px 10px; } }
    .mod-title01 .title_jp:before {
      z-index: 1;
      content: '';
      display: block;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: skew(-15deg, 0deg); }
  .mod-title01 .wrap {
    position: relative;
    z-index: 2; }
  .mod-title01.u-110 .title_en, .mod-title01.u-110 .title_jp {
    width: calc(100% - 110px); }
    @media (max-width: 768px) {
      .mod-title01.u-110 .title_en, .mod-title01.u-110 .title_jp {
        width: calc(100% - 98px); } }
  .mod-title01.u-126 .title_en, .mod-title01.u-126 .title_jp {
    width: calc(100% - 126px); }
    @media (max-width: 768px) {
      .mod-title01.u-126 .title_en, .mod-title01.u-126 .title_jp {
        width: calc(100% - 110px); } }
  .mod-title01.u-164 .title_en, .mod-title01.u-164 .title_jp {
    width: calc(100% - 164px); }
    @media (max-width: 768px) {
      .mod-title01.u-164 .title_en, .mod-title01.u-164 .title_jp {
        width: calc(100% - 136px); } }

.mod-title02 .title_en {
  display: block;
  color: #0E2D5A;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.05em; }
  @media (max-width: 768px) {
    .mod-title02 .title_en {
      text-align: center; } }
.mod-title02 .title_jp {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: 8px; }
  @media (max-width: 768px) {
    .mod-title02 .title_jp {
      text-align: center; } }

.mod-content_col2 {
  margin-top: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .mod-content_col2 .mod-content_item {
    width: 48.4375%; }
    @media (max-width: 768px) {
      .mod-content_col2 .mod-content_item {
        width: 100%; }
        .mod-content_col2 .mod-content_item ~ .mod-content_item {
          margin-top: 40px; } }
    .mod-content_col2 .mod-content_item a {
      display: block; }
      .mod-content_col2 .mod-content_item a div[style] {
        padding-top: 56.29032%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
    .mod-content_col2 .mod-content_item:nth-child(2) ~ .mod-content_item {
      margin-top: 40px; }

.mod-news_top {
  background-color: #fff;
  padding: 56px 6.25% 60px;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 991px) {
    .mod-news_top {
      display: block; } }
  @media (max-width: 768px) {
    .mod-news_top {
      padding: 50px 20px 60px; } }
  .mod-news_top .head {
    width: 150px; }
    @media (max-width: 991px) {
      .mod-news_top .head {
        width: 100%;
        margin-bottom: 30px; } }
  .mod-news_top .list {
    width: calc(100% - 330px); }
    @media (max-width: 991px) {
      .mod-news_top .list {
        width: 100%; } }
    .mod-news_top .list .item {
      border-bottom: 1px solid #EEEEEE; }
      .mod-news_top .list .item + .item {
        margin-top: 25px; }
        @media (max-width: 768px) {
          .mod-news_top .list .item + .item {
            margin-top: 0; } }
      .mod-news_top .list .item a {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: baseline;
        align-items: baseline;
        padding-bottom: 8px; }
        @media (max-width: 768px) {
          .mod-news_top .list .item a {
            display: block;
            padding: 15px 0; } }
        .mod-news_top .list .item a .time {
          font-size: 14px;
          font-size: 0.875rem;
          margin-right: 30px; }
          @media (max-width: 768px) {
            .mod-news_top .list .item a .time {
              display: block;
              margin-right: 0;
              margin-bottom: 7px; } }
        .mod-news_top .list .item a .title {
          font-size: 14px;
          font-size: 0.875rem; }
  .mod-news_top .btn {
    width: 180px;
    text-align: right;
    vertical-align: bottom;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
    @media (max-width: 991px) {
      .mod-news_top .btn {
        margin-top: 30px;
        width: 100%;
        display: block;
        text-align: center; } }
    .mod-news_top .btn a {
      display: inline-block;
      font-family: "Lato", sans-serif;
      font-weight: 800;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1;
      min-width: 100px;
      padding: 9px 12px;
      border: 1px solid #0E2D5A;
      color: #0E2D5A; }

.mod-title_page {
  height: 320px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-image: url(../../img/academy_page/bg_title.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 1440px 320px; }
  @media (max-width: 768px) {
    .mod-title_page {
      background-size: 155%;
      height: 195px; } }
  .mod-title_page .title {
    font-weight: bold;
    text-align: center; }
    .mod-title_page .title span {
      display: block; }
    .mod-title_page .title .en {
      font-family: "Lato", sans-serif;
      font-size: 52px;
      font-size: 3.25rem;
      color: #0E2D5A;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1; }
      @media (max-width: 768px) {
        .mod-title_page .title .en {
          font-size: 35px;
          font-size: 2.1875rem; } }
    .mod-title_page .title .jp {
      margin-top: 8px;
      font-size: 18px;
      font-size: 1.125rem; }
      @media (max-width: 768px) {
        .mod-title_page .title .jp {
          font-size: 14px;
          font-size: 0.875rem; } }

.mod-title_page02 {
  height: 235px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  @media (max-width: 768px) {
    .mod-title_page02 {
      height: 150px; } }
  .mod-title_page02 .title {
    font-weight: bold;
    text-align: center; }
    .mod-title_page02 .title span {
      display: block; }
    .mod-title_page02 .title .en {
      font-family: "Lato", sans-serif;
      font-size: 42px;
      font-size: 2.625rem;
      color: #0E2D5A;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1; }
      @media (max-width: 768px) {
        .mod-title_page02 .title .en {
          font-size: 26px;
          font-size: 1.625rem; } }
    .mod-title_page02 .title .jp {
      margin-top: 8px;
      font-size: 16px;
      font-size: 1rem; }
      @media (max-width: 768px) {
        .mod-title_page02 .title .jp {
          font-size: 14px;
          font-size: 0.875rem; } }

.mod-nav_wrap {
  position: relative;
  background-color: #0E2D5A; }
  @media (max-width: 868px) {
    .mod-nav_wrap {
      padding-top: 20px; } }

.mod-nav_list {
  background-color: #0E2D5A;
  padding: 0 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%; }
  @media (max-width: 768px) {
    .mod-nav_list {
      overflow-x: auto; } }
  .mod-nav_list li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 56px; }
    .mod-nav_list li + li:before {
      opacity: .6;
      color: #fff;
      content: '　|　';
      display: block; }
    .mod-nav_list li.active a {
      position: relative;
      opacity: 1;
      pointer-events: none; }
      .mod-nav_list li.active a:after {
        content: '';
        display: block;
        height: 5px;
        width: 100%;
        background-color: #BFAE72;
        position: absolute;
        bottom: 0;
        left: 0; }
    .mod-nav_list li a {
      color: #fff;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      opacity: .6;
      height: 100%;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media (max-width: 991px) {
        .mod-nav_list li a {
          font-size: 14px;
          font-size: 0.875rem;
          white-space: nowrap; } }
      .mod-nav_list li a:hover {
        opacity: 1;
        position: relative; }
        .mod-nav_list li a:hover:after {
          content: '';
          display: block;
          height: 5px;
          width: 100%;
          background-color: #BFAE72;
          position: absolute;
          bottom: 0;
          left: 0; }

.mod-select {
  position: relative;
  border: 1px solid #0E2D5A;
  background-color: #fff;
  width: 102px;
  height: 30px;
  font-size: 15px;
  font-size: 0.9375rem; }
  @media (max-width: 868px) {
    .mod-select {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      font-size: 16px;
      font-size: 1rem; } }
  .mod-select.u-w145 {
    width: 145px; }
  .mod-select:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../img/academy_page/icon_select.svg); }
  .mod-select select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 0 6px; }
  .mod-select_wrap {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    @media (max-width: 868px) {
      .mod-select_wrap {
        position: static;
        width: 100%; }
        .mod-select_wrap + .mod-nav_list {
          border-top: 1px solid rgba(255, 255, 255, 0.6); } }

.mod-member .mod-member_heading {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: #0E2D5A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 22px; }
  @media (max-width: 768px) {
    .mod-member .mod-member_heading {
      font-size: 30px;
      font-size: 1.875rem; } }
  @media (max-width: 374px) {
    .mod-member .mod-member_heading {
      font-size: 30px;
      font-size: 8vw; } }
.mod-member .mod-member_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .mod-member .mod-member_list li {
    width: 23.33333%;
    margin-right: 2.22222%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 1201px) {
      .mod-member .mod-member_list li:nth-child(4n) {
        margin-right: 0; }
        .mod-member .mod-member_list li:nth-child(4n) ~ li {
          margin-top: 2.22222%; } }
    @media (max-width: 1200px) and (min-width: 769px) {
      .mod-member .mod-member_list li {
        width: 31.76471%; }
        .mod-member .mod-member_list li:nth-child(3n) {
          margin-right: 0; }
          .mod-member .mod-member_list li:nth-child(3n) ~ li {
            margin-top: 2.22222%; } }
    @media (max-width: 768px) and (min-width: 569px) {
      .mod-member .mod-member_list li {
        width: 48.85145%; }
        .mod-member .mod-member_list li:nth-child(2n) {
          margin-right: 0; }
          .mod-member .mod-member_list li:nth-child(2n) ~ li {
            margin-top: 2.22222%; } }
    @media (max-width: 568px) {
      .mod-member .mod-member_list li {
        margin-right: 0;
        width: 100%; }
        .mod-member .mod-member_list li ~ li {
          margin-top: 25px; } }
  .mod-member .mod-member_list .img {
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative; }
    .mod-member .mod-member_list .img .num {
      position: absolute;
      top: 4.36508%;
      right: 5.95238%;
      color: #BFAE72;
      font-size: 50px;
      font-size: 3.125rem;
      font-family: "Lato", sans-serif;
      font-weight: 900;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1; }
      @media (max-width: 1440px) {
        .mod-member .mod-member_list .img .num {
          font-size: 50px;
          font-size: 3.47222vw; } }
      @media (max-width: 768px) {
        .mod-member .mod-member_list .img .num {
          font-size: 28px;
          font-size: 1.75rem; } }
    .mod-member .mod-member_list .img .name_en {
      position: absolute;
      top: 5.15873%;
      left: 3.96825%;
      font-family: "Lato", sans-serif;
      font-weight: 900;
      font-size: 22px;
      font-size: 1.375rem;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
      @media (max-width: 1440px) {
        .mod-member .mod-member_list .img .name_en {
          font-size: 22px;
          font-size: 1.52778vw; } }
      @media (max-width: 768px) {
        .mod-member .mod-member_list .img .name_en {
          font-size: 14px;
          font-size: 0.875rem; } }
  .mod-member .mod-member_list .detail {
    background-image: url(../../img/academy_page/bg_member_list.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0E2D5A;
    color: #fff;
    font-weight: bold;
    height: 100%;
    padding: 20px 7.93651% 30px; }
    .mod-member .mod-member_list .detail .name {
      font-size: 20px;
      font-size: 1.25rem;
      margin-bottom: 12px; }
      @media (max-width: 768px) {
        .mod-member .mod-member_list .detail .name {
          font-size: 16px;
          font-size: 1rem; } }
    .mod-member .mod-member_list .detail .data {
      font-size: 13px;
      font-size: 0.8125rem; }
      @media (max-width: 768px) {
        .mod-member .mod-member_list .detail .data {
          font-size: 12px;
          font-size: 0.75rem; } }
      .mod-member .mod-member_list .detail .data + .data {
        margin-top: 7px; }
.mod-member + .mod-member {
  margin-top: 50px; }

.mod-title_section01 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px; }
  .mod-title_section01:before {
    content: '';
    display: block;
    background-color: #0E2D5A;
    width: 10px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
    transform: skew(-20deg, 0); }
  .mod-title_section01 span {
    display: block; }
  .mod-title_section01 .en {
    font-family: "Lato", sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    color: #0E2D5A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1; }
    @media (max-width: 768px) {
      .mod-title_section01 .en {
        font-size: 28px;
        font-size: 1.75rem; } }
  .mod-title_section01 .jp {
    margin-top: 8px;
    font-size: 16px;
    font-size: 1rem; }
    @media (max-width: 768px) {
      .mod-title_section01 .jp {
        font-size: 13px;
        font-size: 0.8125rem; } }

.mod-prayer {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 0;
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  @media (max-width: 768px) {
    .mod-prayer {
      padding: 20px 0; } }
  .mod-prayer + .mod-prayer {
    border-top: none; }
  .mod-prayer .img {
    width: 25%; }
    @media (max-width: 768px) {
      .mod-prayer .img {
        width: 45.45455%; } }
    .mod-prayer .img div[style] {
      padding-top: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .mod-prayer .detail {
    width: 75%;
    padding-left: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    @media (max-width: 1440px) {
      .mod-prayer .detail {
        padding-left: 6.25%; } }
    @media (max-width: 768px) {
      .mod-prayer .detail {
        display: block;
        width: 56.36364%; } }
    .mod-prayer .detail .status .position {
      font-size: 18px;
      font-size: 1.125rem;
      font-family: "Lato", sans-serif;
      font-weight: 900;
      color: #0E2D5A; }
      @media (max-width: 768px) {
        .mod-prayer .detail .status .position {
          font-size: 14px;
          font-size: 0.875rem; } }
    .mod-prayer .detail .status .name {
      font-size: 26px;
      font-size: 1.625rem;
      font-weight: bold; }
      @media (max-width: 768px) {
        .mod-prayer .detail .status .name {
          font-size: 18px;
          font-size: 1.125rem; } }
      .mod-prayer .detail .status .name span {
        margin-top: 7px;
        font-family: "Lato", sans-serif;
        display: block;
        font-size: 15px;
        font-size: 0.9375rem; }
        @media (max-width: 768px) {
          .mod-prayer .detail .status .name span {
            margin-top: 3px;
            font-size: 13px;
            font-size: 0.8125rem; } }
    .mod-prayer .detail .status .join {
      margin-top: 25%;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 500; }
      @media (max-width: 768px) {
        .mod-prayer .detail .status .join {
          font-size: 12px;
          font-size: 0.75rem;
          margin-top: 10px; } }
    .mod-prayer .detail .link a {
      color: #0E2D5A;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: baseline;
      align-items: baseline; }
      @media (max-width: 768px) {
        .mod-prayer .detail .link a {
          font-size: 13px;
          font-size: 0.8125rem; } }
      .mod-prayer .detail .link a:after {
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        margin-left: 8px;
        background-image: url(../../img/academy_page/icon_blank.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }

.mod-col3_img {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5%; }
  .mod-col3_img li {
    width: 31.25%;
    margin-right: 3.125%; }
    @media (min-width: 569px) {
      .mod-col3_img li:last-child {
        margin-right: 0; } }
    @media (max-width: 568px) {
      .mod-col3_img li {
        width: 48.36364%; }
        .mod-col3_img li:nth-child(2) {
          margin-right: 0; }
          .mod-col3_img li:nth-child(2) ~ li {
            margin-top: 3.125%; }
        .mod-col3_img li:nth-child(3) {
          width: 100%;
          margin-right: 0; }
        .mod-col3_img li:last-child {
          margin-right: 0; } }

.mod-news_item {
  border-top: 1px solid #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .mod-news_item:last-of-type {
    border-bottom: 1px solid #EEEEEE; }
  .mod-news_item a {
    display: -webkit-flex;
    display: flex; }
    @media (max-width: 768px) {
      .mod-news_item a {
        display: block; } }
    .mod-news_item a .time {
      width: 110px;
      font-size: 16px;
      font-size: 1rem; }
      @media (max-width: 768px) {
        .mod-news_item a .time {
          font-size: 14px;
          font-size: 0.875rem;
          display: block;
          width: 100%;
          margin-bottom: 5px; } }
    .mod-news_item a .title {
      width: calc(100% - 110px);
      font-size: 15px;
      font-size: 0.9375rem; }
      @media (max-width: 768px) {
        .mod-news_item a .title {
          font-size: 14px;
          font-size: 0.875rem;
          width: 100%; } }

.mod-pagenation > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px; }
  .mod-pagenation > ul li {
    margin-right: 10px;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .mod-pagenation > ul li {
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 13px;
        font-size: 0.8125rem; } }
    .mod-pagenation > ul li:last-child {
      margin-right: 0; }
    .mod-pagenation > ul li a {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      min-width: 44px;
      height: 44px;
      border: 1px solid #DDDDDD;
      font-family: "Lato", sans-serif;
      font-weight: 800;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media (max-width: 768px) {
        .mod-pagenation > ul li a {
          min-width: 38px;
          height: 38px; } }
      .mod-pagenation > ul li a.prev:before, .mod-pagenation > ul li a.next:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(../../img/academy_page/icon_arrow_nav.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 8px 14px; }
      .mod-pagenation > ul li a.next:before {
        transform: rotate(180deg); }
    .mod-pagenation > ul li .current {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      min-width: 44px;
      height: 44px;
      border: 1px solid #0E2D5A;
      font-family: "Lato", sans-serif;
      font-weight: 800;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: #0E2D5A;
      color: #fff; }
      @media (max-width: 768px) {
        .mod-pagenation > ul li .current {
          min-width: 38px;
          height: 38px; } }

.mod-heading {
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0E2D5A;
  font-weight: bold;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .mod-heading {
      font-size: 16px;
      font-size: 1rem; } }
  .mod-heading:before {
    content: '';
    display: block;
    background-color: #0E2D5A;
    width: 9px;
    min-width: 9px;
    height: 30px;
    margin-right: 20px;
    margin-top: -4px;
    transform: skew(-20deg, 0) translateX(10px); }

.mod-schedule thead {
  border: 1px solid #DDDDDD;
  background-color: #EEEEEE; }
  @media (max-width: 768px) {
    .mod-schedule thead {
      display: none; } }
  .mod-schedule thead tr {
    width: 100%; }
.mod-schedule tbody {
  border: 1px solid #F5F5F5; }
  @media (max-width: 768px) {
    .mod-schedule tbody {
      display: block;
      border-bottom: 1px solid #F5F5F5;
      border-left: 1px solid #F5F5F5;
      border-right: 1px solid #F5F5F5; } }
  @media (max-width: 768px) {
    .mod-schedule tbody tr {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      border-top: 1px solid #F5F5F5; } }
  .mod-schedule tbody tr:nth-child(2n) {
    background-color: #F5F5F5; }
.mod-schedule th {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 10px 18px; }
.mod-schedule td {
  height: 100%;
  padding: 35px 18px;
  font-size: 15px;
  font-size: 0.9375rem; }
  @media (max-width: 768px) {
    .mod-schedule td {
      padding: 20px 15px;
      display: block;
      font-size: 13px;
      font-size: 0.8125rem; } }
.mod-schedule .time {
  width: 132px; }
  @media (max-width: 768px) {
    .mod-schedule .time {
      width: 120px;
      font-weight: bold; } }
.mod-schedule .tag {
  width: 178px; }
  @media (max-width: 768px) {
    .mod-schedule .tag {
      width: calc(100% - 120px);
      padding: 14px 15px; } }
  .mod-schedule .tag .tag_item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    width: 119px;
    height: 30px;
    position: relative;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .mod-schedule .tag .tag_item span {
      position: relative;
      z-index: 2; }
    .mod-schedule .tag .tag_item:before {
      z-index: 1;
      content: '';
      display: block;
      background-color: #999999;
      transform: skew(-20deg, 0);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .mod-schedule .tag .tag_item.type01:before {
      background-color: #BFAE72; }
    .mod-schedule .tag .tag_item.type02:before {
      background-color: #0E2D5A; }
.mod-schedule .detail {
  width: calc(100% - 132px - 178px); }
  @media (max-width: 768px) {
    .mod-schedule .detail {
      width: 100%;
      padding-top: 0; } }
  .mod-schedule .detail a {
    text-decoration: underline; }

.mod-match thead {
  border: 1px solid #DDDDDD;
  background-color: #EEEEEE; }
  @media (max-width: 768px) {
    .mod-match thead {
      display: none; } }
  .mod-match thead tr {
    width: 100%; }
.mod-match tbody {
  border: 1px solid #F5F5F5; }
  @media (max-width: 768px) {
    .mod-match tbody {
      display: block;
      border: none; } }
  @media (max-width: 768px) {
    .mod-match tbody tr {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      border-bottom: 1px solid #EEEEEE;
      border-left: 1px solid #EEEEEE;
      border-right: 1px solid #EEEEEE; }
      .mod-match tbody tr + tr {
        margin-top: 25px; } }
  @media (min-width: 769px) {
    .mod-match tbody tr:nth-child(2n) {
      background-color: #F5F5F5; } }
.mod-match th {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 10px 18px; }
.mod-match td {
  height: 100%;
  padding: 35px 18px;
  font-size: 15px;
  font-size: 0.9375rem; }
  @media (max-width: 768px) {
    .mod-match td {
      padding: 20px 15px;
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold;
      text-align: center;
      border-top: 1px solid #EEEEEE; } }
.mod-match .section {
  width: 110px; }
  @media (max-width: 768px) {
    .mod-match .section {
      width: 35%;
      font-weight: bold;
      background-color: #DDDDDD; } }
.mod-match .date {
  width: 190px; }
  @media (max-width: 768px) {
    .mod-match .date {
      width: 65%;
      font-weight: bold; } }
.mod-match .opponent {
  width: 310px; }
  @media (max-width: 768px) {
    .mod-match .opponent {
      width: 100%; } }
.mod-match .venue {
  width: 203px; }
  @media (max-width: 768px) {
    .mod-match .venue {
      width: 100%; } }
.mod-match .result {
  width: 118px; }
  @media (max-width: 768px) {
    .mod-match .result {
      width: 100%;
      text-align: center; } }
.mod-match .detail {
  width: 149px;
  min-width: 149px; }
  @media (max-width: 768px) {
    .mod-match .detail {
      width: 100%; } }
.mod-match .mod-match_link {
  width: 100%;
  max-width: 110px; }
  @media (max-width: 768px) {
    .mod-match .mod-match_link {
      display: -webkit-flex;
      display: flex;
      max-width: 100%; } }
  @media (min-width: 769px) {
    .mod-match .mod-match_link li + li {
      margin-top: 5px; } }
  @media (max-width: 768px) {
    .mod-match .mod-match_link li {
      width: 100%; }
      .mod-match .mod-match_link li + li {
        margin-left: 8px; } }
  .mod-match .mod-match_link li a {
    display: block;
    border-radius: 16px;
    color: #fff;
    font-size: 10px;
    font-size: 0.625rem;
    text-align: center;
    padding: 5px 5px; }
    @media (max-width: 768px) {
      .mod-match .mod-match_link li a {
        font-size: 13px;
        font-size: 0.8125rem; } }
  .mod-match .mod-match_link li.match a {
    background-color: #0E2D5A; }
  .mod-match .mod-match_link li.gallery a {
    background-color: #BFAE72; }

.mod-match_wrap + .mod-match_wrap {
  margin-top: 50px; }

.mod-heading_inner {
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid #DDDDDD; }
  .mod-heading_inner:before {
    content: '';
    display: block;
    background-color: #0E2D5A;
    width: 10px;
    height: 50px;
    transform: skew(-20deg, 0) translateX(10px);
    margin-right: 30px; }
    @media (max-width: 768px) {
      .mod-heading_inner:before {
        height: 30px; } }
  .mod-heading_inner .heading {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold; }
    @media (max-width: 768px) {
      .mod-heading_inner .heading {
        font-size: 16px;
        font-size: 1rem; } }
    .mod-heading_inner .heading span {
      font-weight: 500;
      font-size: 16px;
      font-size: 1rem;
      display: block;
      margin-top: 5px; }
      @media (max-width: 768px) {
        .mod-heading_inner .heading span {
          font-size: 13px;
          font-size: 0.8125rem; } }

.mod-result {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  padding-top: 63px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 768px) {
    .mod-result {
      padding-top: 40px; } }
  .mod-result .team-name {
    width: 100%;
    line-height: 1.5;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%; }
    .mod-result .team-name:last-of-type {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
    @media (max-width: 568px) {
      .mod-result .team-name {
        font-size: 12px;
        font-size: 0.75rem; } }
  .mod-result .point {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 44px;
    font-size: 2.75rem;
    font-weight: 900;
    font-family: "Lato", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 25px;
    color: #0E2D5A;
    width: 140px;
    min-width: 140px; }
    @media (max-width: 768px) {
      .mod-result .point {
        font-size: 25px;
        font-size: 1.5625rem; } }
    @media (max-width: 568px) {
      .mod-result .point {
        font-size: 19px;
        font-size: 1.1875rem;
        width: 70px;
        min-width: 70px;
        margin: 0 10px; } }
    .mod-result .point .item {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      width: 100%; }
      .mod-result .point .item.is-win {
        color: #BFAE72; }
      .mod-result .point .item:last-of-type {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
    .mod-result .point .other {
      margin: 0 10px; }
      @media (max-width: 768px) {
        .mod-result .point .other {
          margin: 0 5px; } }

.mod-btn_wrap {
  margin-top: 30px;
  text-align: center; }
  .mod-btn_wrap + .mod-content_block {
    margin-top: 30px; }

.mod-content_block {
  margin-top: 60px;
  padding: 40px 40px 50px;
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #F5F5F5;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 768px) {
    .mod-content_block {
      margin-top: 40px;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 20px 20px 35px; } }
  .mod-content_block dl + dl {
    margin-top: 30px; }
    @media (max-width: 768px) {
      .mod-content_block dl + dl {
        margin-top: 20px; } }

.mod-gallery {
  margin-top: 60px; }
  @media (max-width: 768px) {
    .mod-gallery {
      margin-top: 40px; } }
  .mod-gallery .list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .mod-gallery .list {
        display: block; } }
    .mod-gallery .list li {
      width: 48.75%;
      margin-right: 2.5%; }
      @media (max-width: 768px) {
        .mod-gallery .list li {
          width: 100%;
          margin-right: 0; }
          .mod-gallery .list li ~ li {
            margin-top: 20px; } }
      .mod-gallery .list li:nth-child(2n) {
        margin-right: 0; }
        .mod-gallery .list li:nth-child(2n) ~ li {
          margin-top: 2.5%; }

/* =============================================================================
    固有
========================================================================== */
.mod-slider_kv {
  padding-top: 40px; }
  @media (max-width: 768px) {
    .mod-slider_kv {
      padding-top: 0; } }
  .mod-slider_kv .slick-slide img {
    padding: 0 20px; }
    @media (max-width: 768px) {
      .mod-slider_kv .slick-slide img {
        padding: 0; } }
  .mod-slider_kv .slick-dots {
    position: absolute;
    bottom: 4.73485%;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 40.27778%;
    margin-right: auto;
    margin-left: auto; }
    .mod-slider_kv .slick-dots > li {
      max-width: 116px;
      width: 20%;
      padding: 5px; }
      .mod-slider_kv .slick-dots > li button {
        display: block;
        font-size: 0;
        width: 100%;
        height: 11px;
        background-color: #fff;
        transform: skew(-30deg, 0deg); }
        @media (max-width: 768px) {
          .mod-slider_kv .slick-dots > li button {
            height: 6px; } }
      .mod-slider_kv .slick-dots > li.slick-active button {
        background-color: #0E2D5A; }
  .mod-slider_kv .slick-arrow {
    position: absolute;
    top: 40px;
    bottom: 0;
    font-size: 0;
    background-color: #0E2D5A;
    width: 55px;
    height: 55px;
    margin: auto;
    z-index: 3;
    border-radius: 50%; }
    @media (max-width: 768px) {
      .mod-slider_kv .slick-arrow {
        display: none !important; } }
    .mod-slider_kv .slick-arrow:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-position: center;
      background-image: url(../../img/academy_page/icon_arrow_slider.svg);
      background-repeat: no-repeat;
      background-size: 13px 17px; }
      @media (max-width: 768px) {
        .mod-slider_kv .slick-arrow:before {
          background-size: 10px 14px; } }
  .mod-slider_kv .slick-prev {
    left: 13.19444%; }
    @media (max-width: 768px) {
      .mod-slider_kv .slick-prev {
        left: 2.66667%; } }
  .mod-slider_kv .slick-next {
    right: 13.19444%; }
    @media (max-width: 768px) {
      .mod-slider_kv .slick-next {
        right: 2.66667%; } }
    .mod-slider_kv .slick-next:before {
      transform: rotate(180deg); }

.img-philosophy {
  background-color: #F6F6F6;
  padding: 66px 70px 74px;
  text-align: center;
  margin: 37px 0 40px; }
  .img-philosophy img {
    max-width: 373px;
    width: 100%; }

/* =============================================================================
    記事詳細
========================================================================== */
.mod-single {
  padding-top: 100px; }
  @media (max-width: 768px) {
    .mod-single {
      padding-top: 60px; } }
  .mod-single .mod-single_head {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #DDDDDD; }
    .mod-single .mod-single_head:before {
      content: '';
      display: block;
      background-color: #0E2D5A;
      width: 10px;
      height: 50px;
      transform: skew(-20deg, 0) translateX(10px);
      margin-right: 30px; }
    .mod-single .mod-single_head .heading {
      font-size: 26px;
      font-size: 1.625rem;
      font-weight: bold; }
      @media (max-width: 768px) {
        .mod-single .mod-single_head .heading {
          font-size: 16px;
          font-size: 1rem; } }
      .mod-single .mod-single_head .heading time {
        font-weight: normal;
        font-size: 16px;
        font-size: 1rem;
        display: block; }
        @media (max-width: 768px) {
          .mod-single .mod-single_head .heading time {
            font-size: 13px;
            font-size: 0.8125rem; } }
  .mod-single .mod-single_body {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px; }
    .mod-single .mod-single_body * {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.75; }
      @media (max-width: 768px) {
        .mod-single .mod-single_body * {
          font-size: 14px;
          font-size: 0.875rem; } }
    .mod-single .mod-single_body h2, .mod-single .mod-single_body h3, .mod-single .mod-single_body h4 {
      font-weight: bold; }
    .mod-single .mod-single_body h2 {
      font-size: 22px;
      font-size: 1.375rem; }
      @media (max-width: 768px) {
        .mod-single .mod-single_body h2 {
          font-size: 18px;
          font-size: 1.125rem; } }
    .mod-single .mod-single_body h3 {
      font-size: 20px;
      font-size: 1.25rem; }
      @media (max-width: 768px) {
        .mod-single .mod-single_body h3 {
          font-size: 16px;
          font-size: 1rem; } }
    .mod-single .mod-single_body h4 {
      font-size: 18px;
      font-size: 1.125rem; }
      @media (max-width: 768px) {
        .mod-single .mod-single_body h4 {
          font-size: 14px;
          font-size: 0.875rem; } }
    .mod-single .mod-single_body a {
      text-decoration: underline; }

/* =============================================================================
    追加のスタイル
========================================================================== */
.global-navigation .item .parent_logo {
  padding: 50px 0 0;
  border-bottom: none; }
  .global-navigation .item .parent_logo .site-brand_parent {
    width: 130px;
    margin-left: auto;
    margin-right: auto; }
    .global-navigation .item .parent_logo .site-brand_parent a {
      display: block; }

.l-footer_bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end; }
  @media (max-width: 768px) {
    .l-footer_bottom {
      display: block; } }
  .l-footer_bottom .site-brand_parent {
    width: 150px; }
    @media (max-width: 768px) {
      .l-footer_bottom .site-brand_parent {
        width: 130px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto; } }
    .l-footer_bottom .site-brand_parent a {
      display: block;
      padding: 5px; }

/* utility
 -------------------------------------------------------------------------- */
.u-sp-visible-pc-hide {
  display: none !important; }
  @media (max-width: 767px) {
    .u-sp-visible-pc-hide {
      display: block !important; } }

.u-pc-visible-sp-hide {
  display: block !important; }
  @media (max-width: 767px) {
    .u-pc-visible-sp-hide {
      display: none !important; } }

.u-tab-visible-pc-hide {
  display: none !important; }
  @media (max-width: 991px) {
    .u-tab-visible-pc-hide {
      display: block !important; } }

.u-pc-visible-tab-hide {
  display: block !important; }
  @media (max-width: 991px) {
    .u-pc-visible-tab-hide {
      display: none !important; } }

/* -----------------------------------------------------------------------------
   #Text
   -------------------------------------------------------------------------- */
/*doc
---
title: text
name: text
categories: [utility]
---

テキストのスタイルを指定する汎用クラスです。

```block
<p class="u-text-light">font-weight 300</p>
<p class="u-text-normal">font-weight 400</p>
<p class="u-text-bold">font-weight 600</p>
<p class="u-text-indent">先頭の1文字目を1文字分字下げします。</p>
<p class="u-text-note">2行目以降の1文字目を1文字分字下げします。<br>2行目以降の1文字目を1文字分字下げします。</p>
<p class="u-text-nowrap">テキストを折り返させません。横幅を超えても、このテキストは折り返さずに表示されます。</p>
<p class="u-text-breakword">テキストを折り返させます。長文になっても、このテキストは必ず折り返して表示されます。</p>
<p class="u-text-justify">テキストを両端揃え（均等割り付け）させます。通常のテキストと文字間が違うのが分かると思います。</p>
<p class="u-text-none">記述した通りに表示します。</p>
<p class="u-text-lowercase">abcdEFGH すべての英単語を小文字で表示します。</p>
<p class="u-text-uppercase">abcdEFGH すべての英単語を大文字で表示します。</p>
<p class="u-text-capitalize">abcdEFGH 英単語の先頭を大文字で表示します。</p>
<p class="u-text-smallcaps">abcdEFGH スモールキャップ（小文字と同じ高さで作られた大文字）で表示します。</p>
<p class="u-text-vertical">abcdEFGH 縦書きで表示します。</p>
<p class="u-text-vertical u-text-vertical--upright">abcdEFGH 英文も縦書きにする場合はModifierを指定します。</p>
<p class="u-text-right">text-align right</p>
<p class="u-text-center">text-align center</p>
<p class="u-text-left">text-align left</p>
<p class="u-text-top">vertical-align top</p>
<p class="u-text-middle">vertical-align middle</p>
<p class="u-text-bottom">vertical-align bottom</p>
```
*/
/* font-colorを指定します。 */
.u-text-color--white {
  color: #fff !important; }

.u-text-color--blk {
  color: #000 !important; }

/* 文字に余白付きの下線を引きます */
.u-text-underline {
  padding-bottom: 3px;
  border-bottom: 1px solid #333; }

/* font-weightを指定します。 */
.u-text-light {
  font-weight: 300 !important; }

.u-text-normal {
  font-weight: 500 !important; }

.u-text-bold {
  font-weight: 600 !important; }

/* 先頭の1文字目を1文字分字下げします。 */
.u-text-indent {
  text-indent: 1em !important; }

/* 2行目以降の1文字目を1文字分字下げします。 */
.u-text-note {
  margin-left: 1em !important;
  text-indent: -1em !important; }

/* テキストを改行させません。 */
.u-text-nowrap {
  white-space: nowrap !important; }

/* テキストを改行させます。 */
.u-text-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important; }

/* テキストを両端揃えさせます。 */
.u-text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important; }

/* 記述した通りに表示します。 */
.u-text-none {
  text-transform: none !important; }

/* すべての英単語を小文字にします。 */
.u-text-lowercase {
  text-transform: lowercase !important; }

/* すべての英単語を大文字にします。 */
.u-text-uppercase {
  text-transform: uppercase !important; }

/* 英単語の先頭を大文字にします。 */
.u-text-capitalize {
  text-transform: capitalize !important; }

/* スモールキャップ（小文字と同じ高さで作られた大文字）にします。 */
.u-text-smallcaps {
  font-variant: small-caps !important; }

/* 縦書きにします。 */
.u-text-vertical {
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important; }

/* 英文も縦書きにする場合はModifierを指定します。 */
.u-text-vertical--upright {
  text-orientation: upright !important; }

.u-text-right {
  text-align: right !important; }

.u-text-center {
  text-align: center !important; }

.u-text-left {
  text-align: left !important; }

.u-text-top {
  vertical-align: top !important; }

.u-text-middle {
  vertical-align: middle !important; }

.u-text-bottom {
  vertical-align: bottom !important; }
