@charset "UTF-8";
/* Scss Document */
/*--------------------------------------------------------------------*/
/*                     .リセット                                      */
/*--------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */ }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none;
  list-style-position: inside; }

ul li,
ol li {
  word-break: normal; }

/*--------------------------------------------------------------------*/
/*                     .フレーム                                       */
/*--------------------------------------------------------------------*/
body {
  font-family: Helvetica Neue, Helvetica,Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Roboto,"Droid Sans",YuGothic,"游ゴシック",Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.2rem;
  font-weight: bold; }

/*   IEのベースラインずれ調整用（目立つところだけ）    */
@media all and (-ms-high-contrast: none) {
  header a,
  h3,
  #contacts .mail,
  .bullet-nav li a span {
    font-family: "メイリオ", Meiryo, sans-serif, Helvetica Neue, Helvetica,Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Roboto,"Droid Sans",YuGothic,"游ゴシック"; } }
/*--------------------------------------------------------------------*/
/*                     .共通パーツ                                    */
/*--------------------------------------------------------------------*/
a {
  display: inline-block;
  transition: .3s;
  text-decoration: none; }

.sp {
  display: none; }

/*--------------------------------------------------------------------*/
/*                     .PCレイアウト                                  */
/*--------------------------------------------------------------------*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 68px;
  top: 0; }
  header .logo {
    display: flex;
    align-items: center;
    height: 100%; }
    header .logo a {
      height: 100%; }
      header .logo a img {
        max-height: 68px;
        width: auto; }
      header .logo a:hover {
        opacity: .8; }
  header ul li {
    text-align: center;
    display: inline-block;
    font-size: 1.7rem;
    letter-spacing: 0;
    font-weight: bold;
    margin-right: 35px; }
    header ul li a {
      color: #333;
      padding: 5px 20px; }
    header ul li:first-child a:hover {
      color: #379AD6; }
    header ul li:last-child a {
      min-width: 180px;
      color: #fff;
      background-color: #3588BB;
      border-radius: 25px; }
      header ul li:last-child a:hover {
        background: #379AD6; }

#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/bg_sports_logo.png") no-repeat center center; }
  #hero h1 {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%); }
    #hero h1 img {
      max-width: 50vw;
      width: 100%; }
  #hero .hero-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding-top: 68px; }
    #hero .hero-inner > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%;
      color: #fff; }
      #hero .hero-inner > div > div {
        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; }
    #hero .hero-inner .row-top {
      height: -webkit-calc((100vh - 68px) /3);
      height: calc((100vh - 68px) /3); }
      #hero .hero-inner .row-top div {
        height: 100%; }
        #hero .hero-inner .row-top div:nth-child(1), #hero .hero-inner .row-top div:nth-child(3) {
          width: 30%; }
        #hero .hero-inner .row-top div:nth-child(2) {
          width: 40%; }
        #hero .hero-inner .row-top div:nth-child(1) {
          background: url("../img/img_hero01.jpg") no-repeat center center;
          background-size: cover; }
        #hero .hero-inner .row-top div:nth-child(2) {
          background: url("../img/img_hero02.jpg") no-repeat center center;
          background-size: cover; }
        #hero .hero-inner .row-top div:nth-child(3) {
          background: url("../img/img_hero03.jpg") no-repeat center center;
          background-size: cover; }
    #hero .hero-inner .row-mid {
      height: -webkit-calc((100vh - 68px) /3);
      height: calc((100vh - 68px) /3); }
      #hero .hero-inner .row-mid div {
        height: 100%; }
        #hero .hero-inner .row-mid div:nth-child(1), #hero .hero-inner .row-mid div:nth-child(3) {
          width: 22.6%; }
        #hero .hero-inner .row-mid div:nth-child(2) {
          width: 54.8%;
          background-color: #379AD6; }
        #hero .hero-inner .row-mid div:nth-child(1) {
          background: url("../img/img_hero04.jpg") no-repeat center bottom;
          background-size: cover; }
        #hero .hero-inner .row-mid div:nth-child(2) {
          background: url("../img/bg_sports_logo.png") no-repeat center center;
          background-color: #379AD6;
          background-size: cover; }
        #hero .hero-inner .row-mid div:nth-child(3) {
          background: url("../img/img_hero06.jpg") no-repeat center bottom;
          background-size: cover; }
    #hero .hero-inner .row-btm {
      height: -webkit-calc((100vh - 68px) /3);
      height: calc((100vh - 68px) /3);
      background: #1e5273;
      background: -moz-linear-gradient(left, #1e5273 0%, #379ad6 100%);
      background: -webkit-linear-gradient(left, #1e5273 0%, #379ad6 100%);
      background: linear-gradient(to right, #1e5273 0%, #379ad6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5273', endColorstr='#379ad6',GradientType=1 ); }
      #hero .hero-inner .row-btm div {
        width: 20%;
        height: 100%;
        font-size: 1.4vw;
        line-height: 1.4; }
        #hero .hero-inner .row-btm div:nth-child(3) {
          color: #379AD6;
          background-color: #fff; }
        #hero .hero-inner .row-btm div:nth-child(1) {
          background: url("../img/img_hero07.jpg") no-repeat center center;
          background-size: cover; }
        #hero .hero-inner .row-btm div:nth-child(5) {
          background: url("../img/img_hero08.jpg") no-repeat center center;
          background-size: cover; }

.contents {
  overflow: hidden; }
  .contents nav {
    z-index: 3;
    position: fixed;
    height: 100%;
    width: 35px;
    top: 0;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .contents nav .bullet-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%; }
      .contents nav .bullet-nav li {
        line-height: 1; }
        .contents nav .bullet-nav li a {
          width: 44px;
          height: 38px;
          display: inline-block;
          position: relative;
          color: #333; }
          .contents nav .bullet-nav li a span {
            visibility: hidden;
            position: absolute;
            white-space: nowrap;
            top: 45%;
            right: 130%;
            -webkit-transform: translate(0, -45%);
            -ms-transform: translate(0, -45%);
            transform: translate(0, -45%);
            text-align: center;
            padding: 8px 30px;
            line-height: 1.4;
            border-radius: 25px;
            border: solid 1px #555;
            background-color: #fff;
            -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
            transition: .3s; }
            .contents nav .bullet-nav li a span:before, .contents nav .bullet-nav li a span:after {
              content: "";
              position: absolute;
              top: 50%;
              right: -15px;
              border: 8px solid transparent;
              border-left: 8px solid #555;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
            .contents nav .bullet-nav li a span:after {
              border-left: 8px solid #fff;
              margin-right: 2px; }
          .contents nav .bullet-nav li a:before {
            content: "";
            position: absolute;
            top: 12px;
            left: 12px;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background-color: #fff;
            border: solid 1px #555;
            transition: .3s;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.1); }
          .contents nav .bullet-nav li a.link-current:before {
            background-color: yellow;
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5); }
          .contents nav .bullet-nav li a:hover span {
            visibility: visible; }
          .contents nav .bullet-nav li a:hover:before {
            background-color: yellow;
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5); }
  .contents #course-illust {
    background-color: #379AD6;
    /*background:url("../img/bg.png") no-repeat center 196px;*/
    /*トレス用*/
    position: relative; }
    .contents #course-illust h2 {
      text-align: center;
      color: #fff;
      font-size: 5.0rem;
      padding: 65px 0 0;
      background-color: #379AD6; }
    .contents #course-illust .course-illust-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px 0 60px; }
      .contents #course-illust .course-illust-inner .catch-copy {
        text-align: center;
        color: #fff;
        font-size: 1.4rem;
        letter-spacing: 2px;
        line-height: 1.4;
        margin-bottom: 82px;
        padding-left: 30px; }
        .contents #course-illust .course-illust-inner .catch-copy span {
          display: block;
          font-size: 3rem;
          letter-spacing: 6px;
          font-weight: bold;
          margin: 20px 0; }
      .contents #course-illust .course-illust-inner .circle-link {
        position: relative;
        background: url("../img/img_course.png") no-repeat center top;
        background-size: contain;
        margin-bottom: 36px;
        height: 720px; }
        .contents #course-illust .course-illust-inner .circle-link li {
          position: absolute;
          z-index: 1;
          border-radius: 50%;
          /*width:18%;
          height:auto;*/
          max-height: 216px;
          text-align: center; }
          .contents #course-illust .course-illust-inner .circle-link li:after {
            content: "";
            display: block;
            padding-top: 100%; }
          .contents #course-illust .course-illust-inner .circle-link li:hover {
            z-index: 5; }
          .contents #course-illust .course-illust-inner .circle-link li a {
            position: absolute;
            top: 0;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 100%; }
          .contents #course-illust .course-illust-inner .circle-link li:nth-child(1) {
            width: 19%;
            height: auto;
            top: 1.3%;
            left: 12.7%; }
            .contents #course-illust .course-illust-inner .circle-link li:nth-child(1) a {
              background: url("../img/img_pop01.png") no-repeat center center;
              background-size: auto 100%; }
              .contents #course-illust .course-illust-inner .circle-link li:nth-child(1) a:hover {
                -webkit-transform: scale(1.07);
                -ms-transform: scale(1.07);
                transform: scale(1.07); }
          .contents #course-illust .course-illust-inner .circle-link li:nth-child(2) {
            width: 19%;
            height: auto;
            top: 24%;
            left: 44.6%; }
            .contents #course-illust .course-illust-inner .circle-link li:nth-child(2) a {
              background: url("../img/img_pop02.png") no-repeat center center;
              background-size: auto 100%; }
              .contents #course-illust .course-illust-inner .circle-link li:nth-child(2) a:hover {
                -webkit-transform: scale(1.07);
                -ms-transform: scale(1.07);
                transform: scale(1.07); }
          .contents #course-illust .course-illust-inner .circle-link li:nth-child(3) {
            width: 24.6%;
            height: auto;
            top: 18.5%;
            left: 62.6%; }
            .contents #course-illust .course-illust-inner .circle-link li:nth-child(3) a {
              background: url("../img/img_pop03.png") no-repeat center center;
              background-size: auto 100%; }
              .contents #course-illust .course-illust-inner .circle-link li:nth-child(3) a:hover {
                -webkit-transform: scale(1.07);
                -ms-transform: scale(1.07);
                transform: scale(1.07); }
          .contents #course-illust .course-illust-inner .circle-link li:nth-child(4) {
            width: 20.1%;
            height: auto;
            top: 61.5%;
            left: 45.4%; }
            .contents #course-illust .course-illust-inner .circle-link li:nth-child(4) a {
              background: url("../img/img_pop04.png") no-repeat center center;
              background-size: auto 100%; }
              .contents #course-illust .course-illust-inner .circle-link li:nth-child(4) a:hover {
                -webkit-transform: scale(1.07);
                -ms-transform: scale(1.07);
                transform: scale(1.07); }
          .contents #course-illust .course-illust-inner .circle-link li:nth-child(5) {
            width: 19%;
            height: auto;
            top: -11.2%;
            right: -0.9%; }
            .contents #course-illust .course-illust-inner .circle-link li:nth-child(5) a {
              background: url("../img/img_pop05.png") no-repeat center center;
              background-size: auto 100%; }
              .contents #course-illust .course-illust-inner .circle-link li:nth-child(5) a:hover {
                -webkit-transform: scale(1.07);
                -ms-transform: scale(1.07);
                transform: scale(1.07); }
          .contents #course-illust .course-illust-inner .circle-link li:nth-child(6) {
            width: 21%;
            height: auto;
            top: 54.6%;
            left: 78.7%; }
            .contents #course-illust .course-illust-inner .circle-link li:nth-child(6) a {
              background: url("../img/img_pop06.png") no-repeat center center;
              background-size: auto 100%; }
              .contents #course-illust .course-illust-inner .circle-link li:nth-child(6) a:hover {
                -webkit-transform: scale(1.07);
                -ms-transform: scale(1.07);
                transform: scale(1.07); }
          .contents #course-illust .course-illust-inner .circle-link li:nth-child(7) {
            width: 19.5%;
            height: auto;
            top: 36.3%;
            left: 26.2%; }
            .contents #course-illust .course-illust-inner .circle-link li:nth-child(7) a {
              background: url("../img/img_pop07.png") no-repeat center center;
              background-size: auto 100%; }
              .contents #course-illust .course-illust-inner .circle-link li:nth-child(7) a:hover {
                -webkit-transform: scale(1.07);
                -ms-transform: scale(1.07);
                transform: scale(1.07); }
      .contents #course-illust .course-illust-inner .message {
        width: 100%;
        color: #fff;
        font-size: 3.0rem;
        text-align: center;
        font-weight: bold;
        line-height: 2.0; }
  .contents #service {
    width: 100%;
    /*background:url("../img/bg_service.png") no-repeat top center;*/
    /*トレス用*/ }
    .contents #service h2 {
      text-align: center;
      font-size: 5.0rem;
      padding: 65px 0;
      background-color: #fff; }
    .contents #service > div.service {
      padding: 30px 0 60px 0;
      background-color: #f7f7f7; }
      .contents #service > div.service .col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        opacity: 0;
        -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        transform: translate(0, 50px);
        transition: 1.0s;
        transition-delay: 0.5s; }
        .contents #service > div.service .col.effect-scroll {
          opacity: 1;
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
        .contents #service > div.service .col .col-box h3 {
          display: inline-block;
          margin-bottom: 60px;
          position: relative;
          padding: 36px 0 0 90px;
          line-height: 1.4; }
          .contents #service > div.service .col .col-box h3:before {
            content: "";
            position: absolute;
            bottom: -28px;
            width: 102%;
            height: 4px;
            background-color: #000;
            left: 0; }
          .contents #service > div.service .col .col-box h3 .num {
            position: relative;
            margin-right: 38px;
            color: #379AD6;
            display: inline-block;
            min-width: 48px;
            font-size: 4.4rem;
            font-weight: normal;
            text-shadow: 1px 1px 0 #555, -1px 1px 0 #555, 1px -1px 0 #555, -1px -1px 0 #555; }
            .contents #service > div.service .col .col-box h3 .num:after {
              color: #555;
              content: "service";
              position: absolute;
              left: -80px;
              bottom: 5px;
              font-size: 2.2rem;
              letter-spacing: 0;
              text-shadow: none; }
          .contents #service > div.service .col .col-box h3 .ttl {
            display: inline-block;
            font-size: 4.2rem; }
            .contents #service > div.service .col .col-box h3 .ttl.fs32 {
              font-size: 3.2rem; }
        .contents #service > div.service .col .col-box p {
          font-size: 2.0rem;
          line-height: 2.5; }
        .contents #service > div.service .col .col-box:nth-child(odd) {
          width: 53%; }
        .contents #service > div.service .col .col-box:nth-child(even) {
          width: 42%;
          text-align: center; }
          .contents #service > div.service .col .col-box:nth-child(even) img {
            width: 100%;
            max-width: 470px; }
    .contents #service > div:nth-child(odd) {
      background-color: #fff; }
      .contents #service > div:nth-child(odd) .col {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .contents #pamphlet {
    background-color: #f7f7f7;
    padding: 92px 0; }
    .contents #pamphlet > a {
      max-width: 960px;
      margin: 0 auto;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: solid 4px #fff;
      position: relative;
      letter-spacing: 0; }
      .contents #pamphlet > a .img {
        width: 34%;
        padding: 40px 30px 20px 0;
        text-align: right; }
        .contents #pamphlet > a .img img {
          width: 100%;
          max-width: 200px;
          height: auto; }
      .contents #pamphlet > a p {
        width: 50%;
        color: #379AD6;
        font-size: 3.2rem;
        line-height: 1.7; }
        .contents #pamphlet > a p span {
          font-size: 4.4rem;
          display: block;
          position: relative; }
      .contents #pamphlet > a .arrow {
        width: 16%; }
        .contents #pamphlet > a .arrow img {
          width: 90%;
          max-width: 60px; }
      .contents #pamphlet > a:hover {
        border: solid 4px #379AD6; }
  .contents #event {
    width: 100%; }
    .contents #event .event-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 1200px;
      margin: 60px auto 0; }
      .contents #event .event-inner p {
        text-align: center;
        width: 100%;
        padding: 100px 0 60px 0;
        font-size: 3.7rem;
        line-height: 1.5;
        letter-spacing: 0; }
      .contents #event .event-inner .col-box {
        width: 25%;
        text-align: center;
        margin-bottom: 1.3vw; }
        .contents #event .event-inner .col-box img {
          width: 100%;
          height: auto;
          display: block; }
        .contents #event .event-inner .col-box span {
          display: inline-block;
          line-height: 1.4;
          font-size: 1.6rem; }

  .contents #news {
    background-color: #f7f7f7;
    width: 100%; }
    .contents #news h2 {
      text-align: center;
      font-size: 5.0rem;
      padding: 60px 0 0 0;
      background-color: #f7f7f7; }
    .contents #news .news-inner {
      max-width: 1200px;
      margin: 0 auto; }
      .contents #news .news-inner ul.news-list {
        max-width: 1200px;
        padding: 20px 0 90px;
        font-size: 2.0rem;
        line-height: 1.5;
        letter-spacing: 0; }
        .contents #news .news-inner ul.news-list span {
          line-height: 1.4;
          font-size: 1.6rem; }

  .contents #movie {
    background-color: #f7f7f7;
    width: 100%; }
    .contents #movie .movie-inner {
      max-width: 1300px;
      margin: 0 auto;
      padding: 60px 0; }
      .contents #movie .movie-inner p {
        width: 100%;
        font-size: 3.0rem;
        text-align: center;
        font-weight: bold;
        line-height: 1.5; }
      .contents #movie .movie-inner .movie-box {
        max-width: 525px;
        max-height: 295px;
        margin: 50px auto; }
        .contents #movie .movie-inner .movie-box .movie-box-inner {
          position: relative;
          padding-top: 56.25%; }

  .contents #marathon {
    width: 100%;
    text-align: center; }
    .contents #marathon .marathon-inner {
      text-align: center;
      padding: 30px 0 90px; }
      .contents #marathon .marathon-inner .marathon-logo {
        padding: 20px;
        display: inline-block; }
        .contents #marathon .marathon-inner .marathon-logo img {
          width: 100%;
          height: auto;
          max-width: 200px; }
      .contents #marathon .marathon-inner p {
        letter-spacing: 0;
        font-size: 3.0rem;
        font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; }
        .contents #marathon .marathon-inner p span {
          display: block;
          font-size: 3.6rem;
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
  .contents #contacts {
    background-color: #379AD6;
    text-align: center;
    color: #fff;
    padding: 100px 0;
    font-weight: bold;
    /*.tel{
    	a{
    		color:#fff;
    		font-size:6.4rem;
    		position:relative;
    		&:before{
    			content:"";
    			display: inline-block;
    			vertical-align: middle;
    			width:60px;
    			height:70px;
    			background:url("../img/img_tel.png") no-repeat center center;
    			background-size:contain;
    		}
    	}
    }*/ }
    .contents #contacts h2 {
      font-size: 4.0rem;
      margin-bottom: 30px; }
    .contents #contacts .mail {
      background-color: #ffff00;
      color: #333;
      font-size: 2.4rem;
      display: inline-block;
      padding: 26px 120px;
      border-radius: 7px;
      margin-bottom: 20px; }
      .contents #contacts .mail:hover {
        opacity: .8; }
    .contents #contacts p {
      font-size: 1.8rem; }

footer small {
  display: block;
  text-align: center;
  color: #50636E;
  font-size: 1.4rem;
  padding: 24px 0;
  letter-spacing: 0;
  background-color: #efefef;
  font-weight: normal; }
footer .return {
  position: fixed;
  bottom: 12px;
  right: 65px;
  background-color: rgba(50, 50, 50, 0.8);
  color: #fff;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  text-align: center;
  z-index: 2; }
  footer .return a {
    color: #fff;
    letter-spacing: 0;
    display: block;
    padding-top: 50px;
    height: 100%; }
    footer .return a:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 22px;
      width: 2px;
      height: 30px;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      background-color: #fff; }
    footer .return a:after {
      content: "";
      position: absolute;
      left: 47%;
      top: 16px;
      width: 20px;
      height: 20px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -webkit-transform: rotate(-45deg) translate(-47%, 0);
      -ms-transform: rotate(-45deg) translate(-47%, 0);
      transform: rotate(-45deg) translate(-47%, 0); }
    footer .return a:hover:before {
      -webkit-animation: mov01 1.0s infinite;
      animation: mov01 1.0s infinite; }
    footer .return a:hover:after {
      -webkit-animation: mov02 1.0s infinite;
      animation: mov02 1.0s infinite; }
@-webkit-keyframes mov01 {
  0% {
    -webkit-transform: translate(-50%, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, 5px);
    opacity: 0;
    top: 12px; } }
@keyframes mov01 {
  0% {
    transform: translate(-50%, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(-50%, 5px);
    opacity: 0;
    top: 12px; } }
@-webkit-keyframes mov02 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 10px; } }
@keyframes mov02 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 10px; } }
/*--------------------------------------------------------------------*/
/*                     .1200px～768pxまで　　　　　　　　　　　　　　　　　*/
/*--------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .contents #course-illust .course-illust-inner .catch-copy {
    padding: 0 30px; }
    .contents #course-illust .course-illust-inner .catch-copy span {
      font-size: 4vw; }
  .contents #course-illust .course-illust-inner .circle-link {
    height: 60vw; }
    .contents #course-illust .course-illust-inner .circle-link li {
      max-height: 18vw; }
    .contents #course-illust .course-illust-inner .circle-link li:nth-child(1) {
      top: 0.9vw;
      left: 12.5vw; }
    .contents #course-illust .course-illust-inner .circle-link li:nth-child(2) {
      top: 14.6vw;
      left: 44.5vw; }
    .contents #course-illust .course-illust-inner .circle-link li:nth-child(3) {
      top: 11.4vw;
      left: 62.6vw; }
    .contents #course-illust .course-illust-inner .circle-link li:nth-child(4) {
      top: 37.5vw;
      left: 45.3vw; }
    .contents #course-illust .course-illust-inner .circle-link li:nth-child(5) {
      top: 37.2vw;
      left: -0.2vw; }
    .contents #course-illust .course-illust-inner .circle-link li:nth-child(6) {
      top: -6.3vw;
      right: -1vw; }
    .contents #course-illust .course-illust-inner .circle-link li:nth-child(7) {
      top: 33.1vw;
      left: 78.7vw; }
    .contents #course-illust .course-illust-inner .circle-link li:nth-child(8) {
      top: 21.8vw;
      left: 26.3vw; }
  .contents #course-illust .course-illust-inner .message {
    font-size: 2.4vw;
    padding: 0 40px 0 15px; }
  .contents #service > div.service .col {
    padding: 0 120px 0 15px; }
    .contents #service > div.service .col .col-box h3 {
      padding: 36px 0 0 0; }
      .contents #service > div.service .col .col-box h3 .num {
        padding-left: 90px; }
        .contents #service > div.service .col .col-box h3 .num:after {
          left: 0; }
  .contents #pamphlet {
    padding: 60px 15px; }
    .contents #pamphlet > a {
      padding-bottom: 40px; }
      .contents #pamphlet > a .img {
        text-align: center; }
      .contents #pamphlet > a p span {
        font-size: 3.8vw; }
      .contents #pamphlet > a .arrow {
        position: absolute;
        bottom: 70px;
        width: 100%;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
  .contents #event .event-inner {
    padding: 0 15px; }
  .contents #news .news-inner {
    padding: 0 15px; }
  .contents #movie .movie-inner {
    padding: 40px 15px; } 
  .contents #movie .movie-inner p {
      font-size: 2.4vw; } }
/*--------------------------------------------------------------------*/
/*                     .タブレット～スマホ横向きまで　　　　　　　　　　　　　　*/
/*                     ※スマホ縦に継承しないので重複して記述（必要最低限）　　*/
/*--------------------------------------------------------------------*/
@media screen and (max-width: 896px) and (orientation: landscape) {
  body {
    background-color: #379AD6; }

  header {
    height: 50px !important; }
    header .logo img {
      height: 100%;
      width: auto; }
    header ul li a {
      font-size: 1.1rem; }
    header ul li:last-child {
      margin-right: 15px; }
      header ul li:last-child a {
        min-width: 100px; }

  #hero {
    height: 100vh !important;
    background: url("../img/bg_sports_logo.png") no-repeat center center;
    background-size: 100%; }
    #hero h1 {
      text-align: center;
      top: 57vh !important;
      width: 70% !important; }
    #hero .hero-inner {
      height: 100vh !important;
      padding-top: 50px !important; }
      #hero .hero-inner .row-top {
        height: -webkit-calc((100vh - 50px) /3) !important;
        height: calc((100vh - 50px) /3) !important; }
        #hero .hero-inner .row-top div:nth-child(1), #hero .hero-inner .row-top div:nth-child(3) {
          width: 50%; }
        #hero .hero-inner .row-top div:nth-child(2) {
          display: none; }
      #hero .hero-inner .row-mid {
        height: 33.33vh !important; }
        #hero .hero-inner .row-mid div:nth-child(2), #hero .hero-inner .row-mid div:nth-child(3) {
          display: none; }
        #hero .hero-inner .row-mid div:nth-child(1) {
          width: 100%;
          height: 100%;
          background: url("../img/img_hero02.jpg") no-repeat center top !important;
          background-size: cover !important; }
      #hero .hero-inner .row-btm {
        display: none; }

  footer .return {
    width: 60px;
    height: 60px;
    font-size: 0.8rem;
    bottom: 10px;
    right: 10px; }
    footer .return a {
      padding-top: 30px; }
      footer .return a:before {
        top: 12px;
        height: 18px; }
      footer .return a:after {
        top: 7px;
        width: 13px;
        height: 13px; }
      footer .return a:hover:before, footer .return a:hover:after {
        transition-property: none;
        -webkit-animation: none;
        animation: none; } }
/*--------------------------------------------------------------------*/
/*                     .スマホ縦　（ブレイクポイント768px）          　　　　*/
/*--------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .sp {
    display: block; }

  .pc {
    display: none; }

  header {
    height: 50px; }
    header .logo img {
      height: 100%;
      width: auto; }
    header ul li a {
      font-size: 1.1rem;
      padding: 5px 0; }
    header ul li:first-child {
      margin-right: 0px; }
    header ul li:last-child {
      margin-right: 10px; }
      header ul li:last-child a {
        min-width: 90px;
        padding: 5px 0; }

  #hero {
    height: 100vh;
    background: url("../img/bg_sports_logo.png") no-repeat center center;
    background-size: 100%; }
    #hero h1 {
      width: 85%;
      top: 42vh; }
      #hero h1 img {
        width: 100%;
        max-width: 100%; }
    #hero .hero-inner {
      height: 100vh;
      padding-top: 50px; }
      #hero .hero-inner .row-top {
        height: -webkit-calc((100vh - 50px) /4);
        height: calc((100vh - 50px) /4); }
        #hero .hero-inner .row-top div:nth-child(1), #hero .hero-inner .row-top div:nth-child(3) {
          width: 50%; }
        #hero .hero-inner .row-top div:nth-child(2) {
          display: none; }
      #hero .hero-inner .row-mid {
        height: -webkit-calc((100vh - 50px) / 2);
        height: calc((100vh - 50px) / 2); }
        #hero .hero-inner .row-mid div {
          height: -webkit-calc((100vh - 50px) / 4);
          height: calc((100vh - 50px) / 4); }
          #hero .hero-inner .row-mid div:nth-child(2), #hero .hero-inner .row-mid div:nth-child(3) {
            width: 50%; }
          #hero .hero-inner .row-mid div:nth-child(1) {
            width: 100%;
            background: url("../img/img_hero02.jpg") no-repeat center center;
            background-size: cover; }
          #hero .hero-inner .row-mid div:nth-child(2) {
            background: url("../img/img_hero04.jpg") no-repeat center bottom;
            background-size: cover; }
          #hero .hero-inner .row-mid div:nth-child(3) {
            background: url("../img/img_hero06.jpg") no-repeat center bottom;
            background-size: cover; }
      #hero .hero-inner .row-btm {
        display: none; }

  .contents nav {
    display: none !important; }
    .contents #course-illust h2 {
      font-size: 4.8vw; }
    .contents #course-illust .course-illust-inner {
      background-position: center 30vw; }
    .contents #course-illust .course-illust-inner .catch-copy {
      text-align: center;
      margin-bottom: 30px;
      padding: 0 15px; }
      .contents #course-illust .course-illust-inner .catch-copy span {
        font-size: 4.8vw;
        letter-spacing: 0; }
    .contents #course-illust .course-illust-inner .circle-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-top: 56vw;
      height: auto;
      width: 94%;
      margin: 0 auto 30px auto; }
      .contents #course-illust .course-illust-inner .circle-link li {
        position: static !important;
        width: -webkit-calc(90vw / 2) !important;
        width: calc(90vw / 2) !important;
        max-height: -webkit-calc(90vw / 2);
        max-height: calc(90vw / 2);
        height: auto;
        background-color: #fff;
        border: solid 2px #333;
        border-radius: 50%;
        margin-bottom: 20px;
        overflow: hidden;
        -webkit-transform: none;
        transform: none; }
        .contents #course-illust .course-illust-inner .circle-link li .sp {
          color: #000;
          font-size: 4vw;
          line-height: 1.2;
          text-align: center;
          padding-top: 10px;
          letter-spacing: 0; }
          .contents #course-illust .course-illust-inner .circle-link li .sp span {
            display: block;
            color: #379AD6;
            font-size: 6.5vw; }
        .contents #course-illust .course-illust-inner .circle-link li a {
          position: static; }
        .contents #course-illust .course-illust-inner .circle-link li:nth-child(1) a {
          background: url("../img/img_svc01.png") no-repeat center bottom;
          background-size: 80% auto; }
          .contents #course-illust .course-illust-inner .circle-link li:nth-child(1) a:hover {
            -webkit-transform: none;
            transform: none; }
        .contents #course-illust .course-illust-inner .circle-link li:nth-child(2) a {
          background: url("../img/img_svc02_sp.png") no-repeat center bottom;
          background-size: 70% auto; }
          .contents #course-illust .course-illust-inner .circle-link li:nth-child(2) a .sp {
            font-size: 3.2vw; }
          .contents #course-illust .course-illust-inner .circle-link li:nth-child(2) a:hover {
            -webkit-transform: none;
            transform: none; }
        .contents #course-illust .course-illust-inner .circle-link li:nth-child(3) a {
          background: url("../img/img_svc03.png") no-repeat center bottom;
          background-size: 80% auto; }
          .contents #course-illust .course-illust-inner .circle-link li:nth-child(3) a:hover {
            -webkit-transform: none;
            transform: none; }
        .contents #course-illust .course-illust-inner .circle-link li:nth-child(4) a {
          background: url("../img/img_svc04.png") no-repeat center bottom;
          background-size: 85% auto; }
          .contents #course-illust .course-illust-inner .circle-link li:nth-child(4) a:hover {
            -webkit-transform: none;
            transform: none; }
        .contents #course-illust .course-illust-inner .circle-link li:nth-child(5) a {
          background: url("../img/img_svc05.png") no-repeat center bottom;
          background-size: 73% auto; }
          .contents #course-illust .course-illust-inner .circle-link li:nth-child(5) a:hover {
            -webkit-transform: none;
            transform: none; }
        .contents #course-illust .course-illust-inner .circle-link li:nth-child(6) a {
          background: url("../img/img_svc06.png") no-repeat center bottom;
          background-size: 80% auto; }
          .contents #course-illust .course-illust-inner .circle-link li:nth-child(6) a:hover {
            -webkit-transform: none;
            transform: none; }
        .contents #course-illust .course-illust-inner .circle-link li:nth-child(7) a {
          background: url("../img/img_svc07.png") no-repeat center bottom;
          background-size: 72% auto; }
          .contents #course-illust .course-illust-inner .circle-link li:nth-child(7) a:hover {
            -webkit-transform: none;
            transform: none; }
        .contents #course-illust .course-illust-inner .circle-link li:nth-child(8) a {
          background: url("../img/img_svc08.png") no-repeat center bottom;
          background-size: 80% auto; }
          .contents #course-illust .course-illust-inner .circle-link li:nth-child(8) a:hover {
            -webkit-transform: none;
            transform: none; }
    .contents #course-illust .course-illust-inner .message {
      padding: 0 15px;
      line-height: 1.6;
      letter-spacing: 0;
      font-size: 1.85rem;
      position: static;
      -webkit-transform: none;
      transform: none;
      text-align: left; }
  .contents #service h2 {
    padding: 40px 0;
    font-size: 7vw; }
  .contents #service > div.service {
    padding: 50px 15px 30px 15px; }
    .contents #service > div.service .col {
      padding: 0; }
      .contents #service > div.service .col:nth-child(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .contents #service > div.service .col .col-box h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 0 0 15px 0;
        margin-bottom: 40px; }
        .contents #service > div.service .col .col-box h3:before {
          width: 100%;
          height: 3px;
          bottom: -10px; }
        .contents #service > div.service .col .col-box h3:after {
          bottom: 10px;
          font-size: 1.8rem;
          font-weight: normal; }
        .contents #service > div.service .col .col-box h3 .num {
          padding: 0 0 0 0;
          width: 15%;
          margin: 0 20px 0 5px;
          text-align: center;
          height: 1.6em;
          font-size: 8.4vw; }
          .contents #service > div.service .col .col-box h3 .num:after {
            bottom: -5px;
            left: 50%;
            font-size: 1.4rem;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
        .contents #service > div.service .col .col-box h3 .ttl {
          width: 85%;
          font-size: 6.8vw; }
          .contents #service > div.service .col .col-box h3 .ttl.fs32 {
            font-size: 5.6vw; }
      .contents #service > div.service .col .col-box p {
        font-size: 1.6rem;
        letter-spacing: 0;
        line-height: 1.8; }
      .contents #service > div.service .col .col-box:nth-child(odd) {
        width: 100%; }
      .contents #service > div.service .col .col-box:nth-child(even) {
        width: 100%; }
        .contents #service > div.service .col .col-box:nth-child(even) img.effect-fade {
          width: 80%; }
  .contents #pamphlet > a {
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .contents #pamphlet > a .img {
      width: 60%;
      padding: 30px 0 10px; }
    .contents #pamphlet > a p {
      width: 100%;
      text-align: center;
      font-size: 5vw;
      margin-bottom: 15px; }
      .contents #pamphlet > a p span {
        font-size: 6.8vw; }
    .contents #pamphlet > a .arrow {
      position: static;
      width: 100%;
      -webkit-transform: none;
      transform: none; }
      .contents #pamphlet > a .arrow img {
        max-width: 60px; }
  .contents #marathon .marathon-inner p {
    padding: 0 30px;
    line-height: 1.4; }
    .contents #marathon .marathon-inner p span {
      font-size: 5.5vw;
      margin-bottom: 15px; }
  .contents #event .event-inner p {
    text-align: center;
    font-size: 6vw; }
  .contents #event .event-inner .col-box {
    width: 49.2%; }
    .contents #event .event-inner .col-box span {
      font-size: 1.4rem;
      font-weight: normal; }
  .contents #news h2 {
    font-size: 3.4rem;
    line-height: 1.5; }
  .contents #movie .movie-inner p {
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 1.85rem;
    position: static;
    -webkit-transform: none;
    transform: none;
    text-align: left; }
  .contents #contacts h2 {
    font-size: 3.4rem;
    line-height: 1.5; }
  .contents #contacts .tel a {
    font-size: 9vw;
    margin-bottom: 10px; }
    .contents #contacts .tel a:before {
      width: 4.8vw;
      margin-right: 5px; }
  .contents #contacts .mail {
    font-size: 2.0rem;
    padding: 18px 0;
    width: 80%; }
    .contents #contacts .mail:hover {
      opacity: 1; }
  .contents #contacts p {
    letter-spacing: 0;
    font-size: 1.6rem;
    line-height: 1.5; }

  footer .return {
    width: 60px;
    height: 60px;
    font-size: 0.8rem;
    bottom: 10px;
    right: 10px; }
    footer .return a {
      padding-top: 30px; }
      footer .return a:before {
        top: 12px;
        height: 18px; }
      footer .return a:after {
        top: 7px;
        width: 13px;
        height: 13px; }
      footer .return a:hover:before, footer .return a:hover:after {
        transition-property: none;
        -webkit-animation: none;
        animation: none; }

    .contents #movie .movie-inner .movie-box {
        margin: 50px auto 0; } }
/*--------------------------------------------------------------------*/
/*                     .SE他320px以下対応                    　　　　    */
/*--------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
  header .logo img {
    max-height: 20px; }

  .contents #marathon .marathon-inner .marathon-logo {
    padding: 0 10px; }
  .contents #marathon .marathon-inner p {
    padding: 20px 15px; }
  .contents #course-illust .course-illust-inner .catch-copy {
    font-size: 1.2rem; }
  .contents #service > div.service .col .col-box h3 .ttl.fs32 {
    font-size: 5.5vw; } }
/*--------------------------------------------------------------------*/
/*                     .印刷用スタイル（崩れない程度）                     */
/*--------------------------------------------------------------------*/
@media print {
  body {
    width: 960px; }

  /* Crome用 */
  /* Firefox用 */
  @-moz-document url-prefix() {
    body {
      width: 960px; } } }

/*--------------------------------------------------------------------*/
/*202402 動画2カラム*/
.l-grid {
  display: flex;
  flex-wrap: wrap;
}

.l-grid_item{
  padding:0 30px;
}

@media (max-width: 767px) {
  .l-grid_item{
  padding:0;
}

.l-grid_item:last-child {
  padding-bottom: 0 !important;
}
}


.l-grid_item.-col16 {
  width: 50%;
}

@media (max-width: 767px) {
  .l-grid_item.-col16 {
    width: 100%;
  }
}

.u-fz-2rem{
  font-size: 2rem !important;
}

@media (max-width: 1024px) {
  .u-fz-2rem{
  font-size: 1.8rem !important;
}
}

.u-mb-xxxs {
  margin-bottom: 8px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}
