@charset "UTF-8";
/*
**  ===================================================================
**  各種設定：var,reset,base-font,break-point
**  ===================================================================
*/
/**
 * Foundation
**/
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
/*!
     * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
     * http://cssreset.com
     * Copyright 2012 Yahoo! Inc. All rights reserved.
     * http://yuilibrary.com/license/
     */
/*
        TODO will need to remove settings on HTML since we can't namespace it.
        TODO with the prefix, should I group by selector or property for weight savings?
    */
html {
  color: #000;
  background: #FFF; }

/*
        TODO remove settings on BODY since we can't namespace it.
    */
/*
        TODO test putting a class on HEAD.
            - Fails on FF.
    */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

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

fieldset,
img {
  border: 0; }

/*
        TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
    */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal; }

ol,
ul {
  list-style: none; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0;
  font-variant: normal; }

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none; }

/*
**  ===================================================================
**  Mixin CSS
**  ===================================================================
*/
/**
 * clearfix
**/
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.back_btn {
  position: fixed;
  top: 105px;
  right: 20px;
  width: 100%;
  height: 34px;
  z-index: 100; }
  @media only screen and (max-width: 800px) {
    .back_btn {
      top: 52px;
      right: 13px;
      position: absolute; }
      .back_btn.fixsp {
        position: fixed;
        top: 10px; } }

.back {
  position: absolute;
  top: 0;
  right: 0;
  width: 112px;
  height: 34px;
  background: url("/sportsclub/new_standard/common/images/back_logo_b@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .back.white {
    background: url("/sportsclub/new_standard/common/images/back_logo@2x.png");
    background-size: contain;
    background-repeat: no-repeat; }
  .back.background--light {
    background: url("/sportsclub/new_standard/common/images/back_logo_b@2x.png");
    background-size: contain;
    background-repeat: no-repeat; }

.site-header {
  z-index: 3; }
  @media only screen and (max-width: 800px) {
    .site-header {
      position: relative; } }

#top .mainvisual {
  overflow: hidden;
  height: calc(100vh - 90px);
  width: 100%;
  position: fixed;
  z-index: 0;
  top: 90px;
  left: 0; }
  #top .mainvisual.hide {
    display: none; }
  @media only screen and (max-width: 800px) {
    #top .mainvisual {
      top: 0px;
      height: calc(100vh - 54px); } }
  #top .mainvisual .movie_cover{
    z-index: 3;
    position: fixed;
    top: calc(50% + 45px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    background-image: url("../images/movie_size.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  @media only screen and (max-width: 800px) {
    #top .mainvisual .movie_cover {
      top: calc(50% - 45px);
      background-image: url("../images/movie_size_sp.jpg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; } }
  #top .mainvisual .movie {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    }
  #top .mainvisual .bg_movie {
    position: fixed;
    top: calc(50% - 45px);
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0; }
    #top .mainvisual .bg_movie.load {
      opacity: 1;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    #top .mainvisual .bg_movie.pc {
      visibility: visible;
      display: block;
      margin-top: 90px; }
      @media only screen and (max-width: 800px) {
        #top .mainvisual .bg_movie.pc {
          visibility: hidden;
          display: none;} }
    #top .mainvisual .bg_movie.sp {
      visibility: hidden;
    display: none;}
      @media only screen and (max-width: 800px) {
        #top .mainvisual .bg_movie.sp {
          visibility: visible;
          display: block;} }
  #top .mainvisual .size_dummy {
    overflow: hidden;
    height: calc(100vh - 90px);
    width: 100%;
    position: fixed;
    z-index: 0;
    top: 90px;
    left: 0; }
    #top .mainvisual .size_dummy .bg_movie_size {
      opacity: 0;
      min-width: 100%; }
      #top .mainvisual .size_dummy .bg_movie_size.pc_dummy {
        visibility: visible; }
        @media only screen and (max-width: 800px) {
          #top .mainvisual .size_dummy .bg_movie_size.pc_dummy {
            visibility: hidden; } }
      #top .mainvisual .size_dummy .bg_movie_size.sp_dummy {
        visibility: hidden; }
        @media only screen and (max-width: 800px) {
          #top .mainvisual .size_dummy .bg_movie_size.sp_dummy {
            visibility: visible; } }
  #top .mainvisual .scroll_arrow {
    position: absolute;
    bottom: 25px;
    left: calc(50% - 33px); }

#top .concept {
  width: 100%;
  height: calc(100vh - 90px);
  min-height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 100vh;
  background: url("/sportsclub/new_standard/common/images/bg_gray.jpg");
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 800px) {
    #top .concept {
      min-height: inherit;
      height: calc(100vh - 64px); } }
  @media only screen and (max-width: 800px) {
    #top .concept h1 img {
      width: 220px; } }
  #top .concept p {
    width: 854px;
    font-size: 27px;
    line-height: 1.7;
    color: #0A418D;
    margin-top: 20px; }
    @media only screen and (max-width: 800px) {
      #top .concept p {
        width: calc(100% - 48px);
        font-size: 20px; } }

#top .sengen_block {
  position: relative;
  z-index: 2; }
  #top .sengen_block#sengen01 .visual {
    width: 100%;
    height: calc(100vh - 90px);
    display: block;
    background: url("../images/top_section01_visual@2x.png");
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 800px) {
      #top .sengen_block#sengen01 .visual {
        height: calc(60vh - 64px);
        background: url("../images/top_section01_visual_sp@2x.png");
        background-size: cover;
        background-position: center; } }
  #top .sengen_block#sengen01 .content {
    background: url("/sportsclub/new_standard/common/images/bg_red.jpg");
    background-position: bottom; }
    @media only screen and (max-width: 800px) {
      #top .sengen_block#sengen01 .content {
        background: url("/sportsclub/new_standard/common/images/bg_red_sp.jpg");
        background-size: cover;
        background-position: bottom; } }
  #top .sengen_block#sengen02 .visual {
    width: 100%;
    height: calc(100vh - 90px);
    display: block;
    background: url("../images/top_section02_visual@2x.png");
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 800px) {
      #top .sengen_block#sengen02 .visual {
        background: url("../images/top_section02_visual_sp@2x.png");
        background-size: cover;
        background-position: center;
        height: calc(60vh - 64px); } }
  #top .sengen_block#sengen02 .content {
    background: url("/sportsclub/new_standard/common/images/bg_blue.jpg");
    background-position: bottom; }
    @media only screen and (max-width: 800px) {
      #top .sengen_block#sengen02 .content {
        background: url("/sportsclub/new_standard/common/images/bg_blue_sp.jpg");
        background-size: cover;
        background-position: bottom; } }
  #top .sengen_block#sengen03 .visual {
    width: 100%;
    height: calc(100vh - 90px);
    display: block;
    background: url("../images/top_section03_visual@2x.png");
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 800px) {
      #top .sengen_block#sengen03 .visual {
        background: url("../images/top_section03_visual_sp@2x.png");
        background-size: cover;
        background-position: center;
        height: calc(60vh - 64px); } }
  #top .sengen_block#sengen03 .content {
    background: url("/sportsclub/new_standard/common/images/bg_green.jpg");
    background-position: bottom; }
    @media only screen and (max-width: 800px) {
      #top .sengen_block#sengen03 .content {
        background: url("/sportsclub/new_standard/common/images/bg_green_sp.jpg");
        background-size: cover;
        background-position: bottom; } }
  #top .sengen_block .content {
    position: relative;
    height: 600px; }
    @media only screen and (max-width: 800px) {
      #top .sengen_block .content {
        min-height: 600px; } }
    #top .sengen_block .content .text_block {
      position: absolute;
      top: -130px;
      width: 100%;
      text-align: center; }
      @media only screen and (max-width: 800px) {
        #top .sengen_block .content .text_block {
          top: -82px; } }
    @media only screen and (max-width: 800px) {
      #top .sengen_block .content h2 img {
        width: 253px; } }
    #top .sengen_block .content h3 {
      color: #fff;
      font-size: 25px;
      margin-top: 60px; }
      @media only screen and (max-width: 800px) {
        #top .sengen_block .content h3 {
          margin-top: 30px; } }
      #top .sengen_block .content h3 br {
        display: none; }
        @media only screen and (max-width: 800px) {
          #top .sengen_block .content h3 br {
            display: block; } }
    #top .sengen_block .content p {
      width: 870px;
      margin: 24px auto 32px auto;
      color: #fff;
      text-align: left; }
      @media only screen and (max-width: 800px) {
        #top .sengen_block .content p {
          width: calc(100% - 48px);
          font-size: 16px; } }
    #top .sengen_block .content a {
      width: 460px;
      height: 70px;
      background: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 auto;
      text-decoration: none;
      font-size: 20px;
      position: relative;
      color: #333333;
      opacity: 1;
      -webkit-transition: opacity .5s;
      transition: opacity .5s; }
      @media only screen and (max-width: 800px) {
        #top .sengen_block .content a {
          width: calc(100% - 48px);
          font-size: 20px; } }
      #top .sengen_block .content a:hover {
        opacity: .5;
        -webkit-transition: opacity .5s;
        transition: opacity .5s; }
      #top .sengen_block .content a:after {
        content: "";
        background: url(../images/link_arrow.svg);
        width: 16px;
        height: 16px;
        position: absolute;
        right: 20px;
        top: 28px; }

.page {
  background: #F5F5F5;
  padding-bottom: 170px; }
  @media only screen and (max-width: 800px) {
    .page {
      padding-bottom: 00px; } }
  .page#sengen01 .mainvisual {
    background: url("../images/page01_fv@2x.png");
    background-size: cover;
    background-position: center; }
  .page#sengen01 .page01_sec01 .section_visual {
    background: url("../images/page01_visual01@2x.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: calc(100vh - 90px); }
    @media only screen and (max-width: 800px) {
      .page#sengen01 .page01_sec01 .section_visual {
        background: url("../images/page01_visual01_sp@2x.png");
        background-size: cover;
        background-position: top;
        height: calc(100vh - 63px); } }
  .page#sengen01 .page01_sec02 .section_visual {
    background: url("../images/page01_visual02@2x.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: calc(100vh - 90px); }
    @media only screen and (max-width: 800px) {
      .page#sengen01 .page01_sec02 .section_visual {
        background: url("../images/page01_visual02_sp@2x.png");
        background-size: cover;
        background-position: top;
        height: calc(100vh - 63px); } }
  .page#sengen01 .page01_sec03 .section_visual {
    background: url("../images/page01_visual03@2x.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: calc(100vh - 90px); }
    @media only screen and (max-width: 800px) {
      .page#sengen01 .page01_sec03 .section_visual {
        background: url("../images/page01_visual03_sp@2x.png");
        background-size: cover;
        background-position: top;
        height: calc(100vh - 200px); }
        .page#sengen01 .page01_sec03 .section_visual .section_title {
          background-image: -webkit-linear-gradient(bottom, black 20%, transparent);
          background-image: linear-gradient(to top, black 20%, transparent); } }
    @media only screen and (max-width: 480px) {
      .page#sengen01 .page01_sec03 .section_visual {
        background: url("../images/page01_visual03_sp@2x.png");
        background-size: contain;
        background-position: top;
        height: 600px; }
        .page#sengen01 .page01_sec03 .section_visual .section_title {
          background-image: -webkit-linear-gradient(bottom, black 20%, transparent);
          background-image: linear-gradient(to top, black 20%, transparent); } }
  .page#sengen01 .page01_sec03 img {
    margin-top: 44px; }
  .page#sengen01 .sec_content_wrap h4 {
    color: #333;
    border: 1px solid #333; }
  .page#sengen01 .trainer_wrap .trainer_read {
    width: 980px;
    margin: 0 auto;
    background: #0A418D;
    color: #fff;
    font-size: 42px;
    height: 244px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-top: 198px;
    margin-bottom: 100px;
    border-radius: 49px; }
    @media only screen and (max-width: 800px) {
      .page#sengen01 .trainer_wrap .trainer_read {
        width: calc(100% - 50px);
        height: auto;
        padding: 32px 0;
        border-radius: 25px;
        margin-top: 140px; } }
    .page#sengen01 .trainer_wrap .trainer_read:before {
      content: "";
      width: 103px;
      height: 124px;
      display: block;
      background: url("../images/trainer_arrow.svg");
      background-size: contain;
      background-position: center;
      position: absolute;
      top: -168px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (max-width: 800px) {
        .page#sengen01 .trainer_wrap .trainer_read:before {
          width: 75px;
          height: 91px;
          top: -120px; } }
    .page#sengen01 .trainer_wrap .trainer_read .read {
      text-align: center; }
      @media only screen and (max-width: 800px) {
        .page#sengen01 .trainer_wrap .trainer_read .read {
          font-size: 16px; } }
    .page#sengen01 .trainer_wrap .trainer_read span {
      display: inline-block;
      border-bottom: 1px solid #fff;
      -webkit-box-flex: 1;
      -webkit-flex: auto 0 auto;
      -ms-flex: auto 0 auto;
      flex: auto 0 auto; }
  .page#sengen01 .trainer_wrap .trainer_block {
    margin-bottom: 100px; }
    @media only screen and (max-width: 800px) {
      .page#sengen01 .trainer_wrap .trainer_block {
        margin-top: 320px; } }
    .page#sengen01 .trainer_wrap .trainer_block:last-child {
      margin-bottom: 0px; }
    .page#sengen01 .trainer_wrap .trainer_block .visual {
      width: 824px;
      height: 550px;
      margin: 0 auto;
      position: relative;
      position: relative; }
      @media only screen and (max-width: 800px) {
        .page#sengen01 .trainer_wrap .trainer_block .visual {
          width: 100%; } }
      .page#sengen01 .trainer_wrap .trainer_block .visual .comment {
        background: #fff;
        width: 324px;
        height: 276px;
        padding: 20px 20px;
        box-sizing: border-box;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16); }
        @media only screen and (max-width: 800px) {
          .page#sengen01 .trainer_wrap .trainer_block .visual .comment {
            width: 100%; } }
        .page#sengen01 .trainer_wrap .trainer_block .visual .comment div {
          font-size: 14px;
          text-align: center; }
          .page#sengen01 .trainer_wrap .trainer_block .visual .comment div span {
            font-size: 18px; }
        .page#sengen01 .trainer_wrap .trainer_block .visual .comment p {
          font-size: 16px;
          margin-top: 16px; }
    .page#sengen01 .trainer_wrap .trainer_block .profile {
      width: 824px;
      margin: 22px auto 0 auto;
      padding: 16px 0;
      background: #323232;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
      position: relative; }
      @media only screen and (max-width: 800px) {
        .page#sengen01 .trainer_wrap .trainer_block .profile {
          width: 100%;
          margin: 0;
          height: 192px; } }
      .page#sengen01 .trainer_wrap .trainer_block .profile .img {
        position: absolute;
        bottom: 20px;
        left: 22px;
        box-shadow: 6px 6px 0px #323232; }
      .page#sengen01 .trainer_wrap .trainer_block .profile .head {
        color: #fff;
        font-weight: bold;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 22px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        border-bottom: 1px solid #707070;
        margin-left: 140px;
        margin-right: 22px;
        padding-bottom: 4px;
        margin-bottom: 4px; }
        @media only screen and (max-width: 480px) {
          .page#sengen01 .trainer_wrap .trainer_block .profile .head {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin-left: 148px;
            width: calc(100% - 165px);
            padding: 0 0 12px 0; } }
        .page#sengen01 .trainer_wrap .trainer_block .profile .head .name {
          font-size: 21px; }
          .page#sengen01 .trainer_wrap .trainer_block .profile .head .name span {
            font-size: 12px; }
            @media only screen and (max-width: 480px) {
              .page#sengen01 .trainer_wrap .trainer_block .profile .head .name span {
                display: block; } }
        .page#sengen01 .trainer_wrap .trainer_block .profile .head .shop {
          font-size: 12px; }
      .page#sengen01 .trainer_wrap .trainer_block .profile .message {
        font-size: 14px;
        color: #fff;
        margin-left: 140px;
        padding-left: 22px; }
        @media only screen and (max-width: 480px) {
          .page#sengen01 .trainer_wrap .trainer_block .profile .message {
            padding-left: 0px;
            margin-left: 148px;
            width: calc(100% - 165px);
            font-size: 13px; } }
    .page#sengen01 .trainer_wrap .trainer_block#trainer01 .visual {
      background: url("../images/trainer01_img01@2x.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 480px) {
        .page#sengen01 .trainer_wrap .trainer_block#trainer01 .visual {
          background: url("../images/trainer01_img01_sp@2x.png");
          background-size: cover;
          background-position: center; } }
      .page#sengen01 .trainer_wrap .trainer_block#trainer01 .visual .comment {
        position: absolute;
        left: -100px;
        top: 10px; }
        @media only screen and (max-width: 800px) {
          .page#sengen01 .trainer_wrap .trainer_block#trainer01 .visual .comment {
            width: calc(100% - 20px);
            height: auto;
            min-height: 195px;
            top: -190px;
            left: 10px; } }
        @media only screen and (max-width: 480px) {
          .page#sengen01 .trainer_wrap .trainer_block#trainer01 .visual .comment {
            width: calc(100% - 50px);
            height: auto;
            min-height: 280px;
            top: -250px;
            left: 25px; } }
        .page#sengen01 .trainer_wrap .trainer_block#trainer01 .visual .comment:after {
          content: "";
          position: absolute;
          right: -350px;
          bottom: 120px;
          left: 0;
          width: 0px;
          height: 0px;
          margin: auto;
          border-style: solid;
          border-color: #fff transparent transparent transparent;
          border-width: 30px 20px 0 20px;
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
          @media only screen and (max-width: 800px) {
            .page#sengen01 .trainer_wrap .trainer_block#trainer01 .visual .comment:after {
              -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              transform: rotate(0deg);
              right: 190px;
              bottom: -30px; } }
    .page#sengen01 .trainer_wrap .trainer_block#trainer02 .visual {
      background: url("../images/trainer02_img01@2x.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 480px) {
        .page#sengen01 .trainer_wrap .trainer_block#trainer02 .visual {
          background: url("../images/trainer02_img01_sp@2x.png");
          background-size: cover;
          background-position: center; } }
      .page#sengen01 .trainer_wrap .trainer_block#trainer02 .visual .comment {
        position: absolute;
        left: -100px;
        top: 80px; }
        @media only screen and (max-width: 800px) {
          .page#sengen01 .trainer_wrap .trainer_block#trainer02 .visual .comment {
            width: calc(100% - 20px);
            height: auto;
            min-height: 195px;
            top: -190px;
            left: 10px; } }
        @media only screen and (max-width: 480px) {
          .page#sengen01 .trainer_wrap .trainer_block#trainer02 .visual .comment {
            width: calc(100% - 50px);
            height: auto;
            min-height: 280px;
            top: -250px;
            left: 25px; } }
        .page#sengen01 .trainer_wrap .trainer_block#trainer02 .visual .comment:after {
          content: "";
          position: absolute;
          right: -350px;
          bottom: 120px;
          left: 0;
          width: 0px;
          height: 0px;
          margin: auto;
          border-style: solid;
          border-color: #fff transparent transparent transparent;
          border-width: 30px 20px 0 20px;
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
          @media only screen and (max-width: 800px) {
            .page#sengen01 .trainer_wrap .trainer_block#trainer02 .visual .comment:after {
              -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              transform: rotate(0deg);
              right: 80px;
              bottom: -30px; } }
          @media only screen and (max-width: 480px) {
            .page#sengen01 .trainer_wrap .trainer_block#trainer02 .visual .comment:after {
              -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              transform: rotate(0deg);
              right: 190px;
              bottom: -30px; } }
    .page#sengen01 .trainer_wrap .trainer_block#trainer03 .visual {
      background: url("../images/trainer03_img01@2x.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 480px) {
        .page#sengen01 .trainer_wrap .trainer_block#trainer03 .visual {
          background: url("../images/trainer03_img01_sp@2x.png");
          background-size: cover;
          background-position: center; } }
      .page#sengen01 .trainer_wrap .trainer_block#trainer03 .visual .comment {
        position: absolute;
        right: -20px;
        top: 100px; }
        @media only screen and (max-width: 800px) {
          .page#sengen01 .trainer_wrap .trainer_block#trainer03 .visual .comment {
            width: calc(100% - 20px);
            height: auto;
            min-height: 195px;
            top: -190px;
            left: 10px; } }
        @media only screen and (max-width: 480px) {
          .page#sengen01 .trainer_wrap .trainer_block#trainer03 .visual .comment {
            width: calc(100% - 50px);
            height: auto;
            min-height: 280px;
            top: -250px;
            left: 25px; } }
        .page#sengen01 .trainer_wrap .trainer_block#trainer03 .visual .comment:after {
          content: "";
          position: absolute;
          right: 80px;
          bottom: -30px;
          left: 0;
          width: 0px;
          height: 0px;
          margin: auto;
          border-style: solid;
          border-color: #fff transparent transparent transparent;
          border-width: 30px 20px 0 20px; }
          @media only screen and (max-width: 800px) {
            .page#sengen01 .trainer_wrap .trainer_block#trainer03 .visual .comment:after {
              -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              transform: rotate(0deg);
              right: -460px;
              bottom: -30px; } }
          @media only screen and (max-width: 480px) {
            .page#sengen01 .trainer_wrap .trainer_block#trainer03 .visual .comment:after {
              -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              transform: rotate(0deg);
              right: 190px;
              bottom: -30px; } }
  .page#sengen02 {
    padding-bottom: 0px; }
    @media only screen and (max-width: 800px) {
      .page#sengen02 {
        padding-bottom: 40px; } }
    .page#sengen02 .mainvisual {
      background: url("../images/page02_fv@2x.png");
      background-size: cover;
      background-position: center; }
    .page#sengen02 .page02_sec01 {
      background: url("/sportsclub/new_standard/common/images/bg_black.jpg");
      background-size: cover;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 66px 0 72px; }
      .page#sengen02 .page02_sec01 .youtube_wrap {
        width: 950px;
        margin: 66px auto 40px; }
        @media only screen and (max-width: 800px) {
          .page#sengen02 .page02_sec01 .youtube_wrap {
            width: 100%; } }
      .page#sengen02 .page02_sec01 .youtube {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        overflow: auto; }
        .page#sengen02 .page02_sec01 .youtube iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: none;
          display: block; }
      .page#sengen02 .page02_sec01 h3 {
        font-size: 35px;
        color: #666;
        margin-bottom: 16px; }
        .page#sengen02 .page02_sec01 h3 br {
          display: none; }
        @media only screen and (max-width: 800px) {
          .page#sengen02 .page02_sec01 h3 {
            padding: 0 25px;
            font-size: 21px;
            text-align: center; }
            .page#sengen02 .page02_sec01 h3 br {
              display: block; } }
      .page#sengen02 .page02_sec01 p {
        font-size: 18px;
        color: #666;
        width: 720px;
        margin: 0 auto; }
        @media only screen and (max-width: 800px) {
          .page#sengen02 .page02_sec01 p {
            font-size: 16px;
            padding: 0 25px;
            width: 100%;
            box-sizing: border-box; } }
    .page#sengen02 .page02_sec02, .page#sengen02 .page02_sec03 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 50px; }
      .page#sengen02 .page02_sec02 p, .page#sengen02 .page02_sec03 p {
        width: 820px;
        margin: 0 auto 80px auto;
        font-size: 18px; }
        @media only screen and (max-width: 800px) {
          .page#sengen02 .page02_sec02 p, .page#sengen02 .page02_sec03 p {
            width: calc(100% - 50px);
            margin: 0 auto 40px; } }
    @media only screen and (max-width: 800px) {
      .page#sengen02 .page02_sec02 {
        padding-top: 0px; } }
    @media only screen and (max-width: 800px) {
      .page#sengen02 .page02_sec02 h2 {
        margin: 38px auto 0; } }
    .page#sengen02 .page02_sec03 {
      background: #fff; }
      @media only screen and (max-width: 800px) {
        .page#sengen02 .page02_sec03 {
          padding-top: 20px; } }
      @media only screen and (max-width: 800px) {
        .page#sengen02 .page02_sec03 h2 {
          margin: 38px auto; } }
    .page#sengen02 .counterplan_card {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 797px;
      margin: 0 auto 100px auto; }
      @media only screen and (max-width: 800px) {
        .page#sengen02 .counterplan_card {
          width: calc(100% - 50px);
          margin: 0 auto 50px auto; } }
      .page#sengen02 .counterplan_card .card_block {
        margin-bottom: 22px; }
        @media only screen and (max-width: 800px) {
          .page#sengen02 .counterplan_card .card_block {
            width: calc(32% - 12px); } }
        @media only screen and (max-width: 480px) {
          .page#sengen02 .counterplan_card .card_block {
            width: calc(50% - 12px); } }
    .page#sengen02 .counterplan_list .list_block:nth-child(2n+1), .page#sengen02 .counterplan_list02 .list_block:nth-child(2n+1) {
      background: #fff; }
    .page#sengen02 .counterplan_list .list_block .list_block_inner, .page#sengen02 .counterplan_list02 .list_block .list_block_inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 1000px;
      margin: 0 auto;
      padding: 22px 0; }
      @media only screen and (max-width: 800px) {
        .page#sengen02 .counterplan_list .list_block .list_block_inner, .page#sengen02 .counterplan_list02 .list_block .list_block_inner {
          width: calc(100% - 50px);
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media only screen and (max-width: 480px) {
        .page#sengen02 .counterplan_list .list_block .list_block_inner, .page#sengen02 .counterplan_list02 .list_block .list_block_inner {
          width: calc(100% - 50px);
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          position: relative; } }
      .page#sengen02 .counterplan_list .list_block .list_block_inner .left, .page#sengen02 .counterplan_list02 .list_block .list_block_inner .left {
        width: 466px; }
        @media only screen and (max-width: 480px) {
          .page#sengen02 .counterplan_list .list_block .list_block_inner .left, .page#sengen02 .counterplan_list02 .list_block .list_block_inner .left {
            width: 100%; } }
        .page#sengen02 .counterplan_list .list_block .list_block_inner .left .number, .page#sengen02 .counterplan_list02 .list_block .list_block_inner .left .number {
          font-family: din-2014, sans-serif;
          font-size: 156px;
          font-weight: 700;
          font-style: normal;
          line-height: 1;
          color: #333; }
          @media only screen and (max-width: 800px) {
            .page#sengen02 .counterplan_list .list_block .list_block_inner .left .number, .page#sengen02 .counterplan_list02 .list_block .list_block_inner .left .number {
              font-size: 86px; } }
          @media only screen and (max-width: 480px) {
            .page#sengen02 .counterplan_list .list_block .list_block_inner .left .number, .page#sengen02 .counterplan_list02 .list_block .list_block_inner .left .number {
              font-size: 86px;
              text-align: center; } }
        .page#sengen02 .counterplan_list .list_block .list_block_inner .left h3, .page#sengen02 .counterplan_list02 .list_block .list_block_inner .left h3 {
          font-size: 30px;
          font-weight: bold;
          color: #333; }
          @media only screen and (max-width: 480px) {
            .page#sengen02 .counterplan_list .list_block .list_block_inner .left h3, .page#sengen02 .counterplan_list02 .list_block .list_block_inner .left h3 {
              font-size: 22px;
              text-align: center; } }
        .page#sengen02 .counterplan_list .list_block .list_block_inner .left p, .page#sengen02 .counterplan_list02 .list_block .list_block_inner .left p {
          font-size: 16px; }
          @media only screen and (max-width: 480px) {
            .page#sengen02 .counterplan_list .list_block .list_block_inner .left p, .page#sengen02 .counterplan_list02 .list_block .list_block_inner .left p {
              margin-top: calc(100% - 50px * 0.86 + 40px); } }
        .page#sengen02 .counterplan_list .list_block .list_block_inner .left .point, .page#sengen02 .counterplan_list02 .list_block .list_block_inner .left .point {
          border: 2px solid #0A418D;
          border-radius: 10px;
          overflow: hidden;
          position: relative;
          margin-top: 32px; }
          @media only screen and (max-width: 480px) {
            .page#sengen02 .counterplan_list .list_block .list_block_inner .left .point, .page#sengen02 .counterplan_list02 .list_block .list_block_inner .left .point {
              margin-top: 24px; } }
          .page#sengen02 .counterplan_list .list_block .list_block_inner .left .point .label, .page#sengen02 .counterplan_list02 .list_block .list_block_inner .left .point .label {
            position: absolute;
            line-height: 1;
            left: -2px;
            top: -2px; }
          .page#sengen02 .counterplan_list .list_block .list_block_inner .left .point ul, .page#sengen02 .counterplan_list02 .list_block .list_block_inner .left .point ul {
            padding: 24px 0 0 18px;
            min-height: 108px; }
            @media only screen and (max-width: 480px) {
              .page#sengen02 .counterplan_list .list_block .list_block_inner .left .point ul, .page#sengen02 .counterplan_list02 .list_block .list_block_inner .left .point ul {
                min-height: inherit;
                padding: 24px 0 14px 18px; } }
            .page#sengen02 .counterplan_list .list_block .list_block_inner .left .point ul li, .page#sengen02 .counterplan_list02 .list_block .list_block_inner .left .point ul li {
              color: #0A418D; }
              .page#sengen02 .counterplan_list .list_block .list_block_inner .left .point ul li:before, .page#sengen02 .counterplan_list02 .list_block .list_block_inner .left .point ul li:before {
                content: "・"; }
      .page#sengen02 .counterplan_list .list_block .list_block_inner .right, .page#sengen02 .counterplan_list02 .list_block .list_block_inner .right {
        width: 504px; }
        @media only screen and (max-width: 800px) {
          .page#sengen02 .counterplan_list .list_block .list_block_inner .right, .page#sengen02 .counterplan_list02 .list_block .list_block_inner .right {
            margin-left: 24px; } }
        @media only screen and (max-width: 480px) {
          .page#sengen02 .counterplan_list .list_block .list_block_inner .right, .page#sengen02 .counterplan_list02 .list_block .list_block_inner .right {
            width: 100%;
            position: absolute;
            top: 164px;
            margin-left: 0;
            left: 0; } }
    .page#sengen02 .counterplan_list02 .list_block:nth-child(2n) {
      background: #fff; }
    .page#sengen02 .counterplan_list02 .list_block:nth-child(2n+1) {
      background: #F5F5F5; }
    @media only screen and (max-width: 480px) {
      .page#sengen02 .counterplan_list02 .list_block:last-child .list_block_inner {
        margin-bottom: 0px;
        padding-bottom: 0px; } }
  @media only screen and (max-width: 480px) {
    .page#sengen03 {
      padding-bottom: 40px; } }
  .page#sengen03 .mainvisual {
    background: url("../images/page03_fv@2x.png");
    background-size: cover;
    background-position: center; }
    .page#sengen03 .mainvisual h2 br {
      display: none; }
      @media only screen and (max-width: 800px) {
        .page#sengen03 .mainvisual h2 br {
          display: block; } }
  .page#sengen03 h3 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin: 90px auto 16px; }
    .page#sengen03 h3 br {
      display: none; }
    @media only screen and (max-width: 800px) {
      .page#sengen03 h3 {
        margin: 40px auto 0px;
        width: calc(100% - 50px); }
        .page#sengen03 h3 br {
          display: block; } }
  .page#sengen03 p {
    font-size: 16px;
    text-align: left; }
    .page#sengen03 p br {
      display: none; }
    @media only screen and (max-width: 800px) {
      .page#sengen03 p br {
        display: block; } }
  .page#sengen03 .action_card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 896px;
    margin: 42px auto 0; }
    @media only screen and (max-width: 800px) {
      .page#sengen03 .action_card {
        width: calc(100% - 50px); } }
    .page#sengen03 .action_card .card_block {
      margin-bottom: 22px; }
      @media only screen and (max-width: 800px) {
        .page#sengen03 .action_card .card_block {
          width: calc(25% - 5px);
          margin-bottom: 10px; } }
      @media only screen and (max-width: 480px) {
        .page#sengen03 .action_card .card_block {
          width: calc(50% - 5px);
          margin-bottom: 10px; } }
  .page#sengen03 .page03_sec01 p {
    text-align: center; }
  .page#sengen03 .action_content_wrap {
    width: 936px;
    margin: 90px auto 0; }
    @media only screen and (max-width: 800px) {
      .page#sengen03 .action_content_wrap {
        width: calc(100%); } }
    .page#sengen03 .action_content_wrap .action_content_block {
      width: 936px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 52px; }
      @media only screen and (max-width: 800px) {
        .page#sengen03 .action_content_wrap .action_content_block {
          width: 100%;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media only screen and (max-width: 480px) {
        .page#sengen03 .action_content_wrap .action_content_block {
          width: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          position: relative;
          margin-bottom: 92px; } }
      .page#sengen03 .action_content_wrap .action_content_block:last-child {
        margin-bottom: 0; }
      .page#sengen03 .action_content_wrap .action_content_block .left h4 {
        font-size: 21px;
        font-weight: bold;
        margin-bottom: 24px; }
        @media only screen and (max-width: 480px) {
          .page#sengen03 .action_content_wrap .action_content_block .left h4 {
            text-align: center;
            margin-bottom: 0px; } }
      .page#sengen03 .action_content_wrap .action_content_block .left p {
        text-align: left; }
        @media only screen and (max-width: 480px) {
          .page#sengen03 .action_content_wrap .action_content_block .left p {
            margin-top: calc(100% * 0.65 + 40px);
            padding: 0 8px;
            font-size: 16px;
            padding: 0 25px;
            margin-right: auto;
            margin-left: auto; } }
      .page#sengen03 .action_content_wrap .action_content_block .left a {
        width: 226px;
        height: 70px;
        background: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-decoration: none;
        font-size: 20px;
        position: relative;
        color: #333333;
        opacity: 1;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        margin-top: 16px; }
        @media only screen and (max-width: 480px) {
          .page#sengen03 .action_content_wrap .action_content_block .left a {
            width: 214px;
            margin: 32px auto 0;
            font-size: 20px; } }
        .page#sengen03 .action_content_wrap .action_content_block .left a:hover {
          opacity: .5;
          -webkit-transition: opacity .5s;
          transition: opacity .5s; }
        .page#sengen03 .action_content_wrap .action_content_block .left a:after {
          content: "";
          background: url(../images/link_arrow.svg);
          width: 16px;
          height: 16px;
          position: absolute;
          right: 10px;
          top: 28px; }
      .page#sengen03 .action_content_wrap .action_content_block .right {
        width: 443px;
        margin-left: 48px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
        @media only screen and (max-width: 800px) {
          .page#sengen03 .action_content_wrap .action_content_block .right {
            width: 48%; } }
        @media only screen and (max-width: 480px) {
          .page#sengen03 .action_content_wrap .action_content_block .right {
            position: absolute;
            top: 62px;
            width: 100%;
            margin: 0 auto; } }
  .page .mainvisual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    max-height: 700px; }
    @media only screen and (max-width: 800px) {
      .page .mainvisual {
        max-height: inherit;
        min-height: 680px;
        height: calc(100vh - 90px); } }
    .page .mainvisual .content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      border: 5px solid #fff;
      width: calc(100% - 180px);
      padding: 70px 0; }
      @media only screen and (max-width: 800px) {
        .page .mainvisual .content {
          width: calc(100% - 50px);
          padding: 30px 0; } }
      .page .mainvisual .content h1 {
        margin-bottom: 30px; }
        .page .mainvisual .content h1 img {
          width: 196px; }
      .page .mainvisual .content h2 {
        color: #fff;
        font-size: 35px;
        margin-bottom: 22px; }
        .page .mainvisual .content h2 br {
          display: none; }
        @media only screen and (max-width: 800px) {
          .page .mainvisual .content h2 {
            font-size: 21px;
            text-align: center; }
            .page .mainvisual .content h2 br {
              display: block; } }
      .page .mainvisual .content p {
        width: 742px;
        color: #fff;
        font-size: 16px; }
        @media only screen and (max-width: 800px) {
          .page .mainvisual .content p {
            width: 100%;
            padding: 0 36px;
            text-align: justify; } }
  .page .section_visual {
    position: relative; }
    .page .section_visual .section_title {
      height: 382px;
      width: 100%;
      margin: 0 auto;
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 20%, transparent);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 20%, transparent);
      position: absolute;
      bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .page .section_visual .section_title h2 {
        border-bottom: 4px solid #fff;
        width: calc(100% - 90px);
        padding-bottom: 32px;
        margin-bottom: 16px;
        text-align: center; }
        @media only screen and (max-width: 800px) {
          .page .section_visual .section_title h2 {
            width: 138px;
            padding-bottom: 14px; } }
        @media only screen and (max-width: 800px) {
          .page .section_visual .section_title h2 img {
            width: 138px; } }
      .page .section_visual .section_title .read {
        font-size: 29px;
        margin-bottom: 16px; }
        .page .section_visual .section_title .read br {
          display: none; }
        @media only screen and (max-width: 800px) {
          .page .section_visual .section_title .read {
            font-size: 21px;
            text-align: center; }
            .page .section_visual .section_title .read br {
              display: block; } }
      .page .section_visual .section_title p {
        font-size: 16px;
        color: #fff;
        max-width: 704px; }
        @media only screen and (max-width: 800px) {
          .page .section_visual .section_title p {
            padding: 0 25px;
            text-align: justify; } }
  .page .sec_content_wrap {
    width: 934px;
    margin: 90px auto; }
    @media only screen and (max-width: 800px) {
      .page .sec_content_wrap {
        width: calc(100% - 50px);
        margin: 40px auto; } }
    .page .sec_content_wrap .reason_icon {
      margin-bottom: 24px; }
      @media only screen and (max-width: 800px) {
        .page .sec_content_wrap .reason_icon img {
          width: 125px; } }
    .page .sec_content_wrap h3 {
      font-size: 36px;
      text-align: center;
      color: #000;
      border-bottom: 2px solid #000;
      font-weight: bold;
      padding-bottom: 4px;
      margin-bottom: 16px; }
      @media only screen and (max-width: 800px) {
        .page .sec_content_wrap h3 {
          font-size: 24px;
          border-bottom: 4px solid #000;
          width: 100%;
          margin: 0 auto 16px auto; } }
    .page .sec_content_wrap p {
      font-size: 16px;
      margin-bottom: 48px; }
      @media only screen and (max-width: 800px) {
        .page .sec_content_wrap p {
          margin-bottom: 24px;
          box-sizing: border-box; } }
    .page .sec_content_wrap h4 {
      margin-top: 48px;
      font-size: 18px;
      font-weight: bold;
      padding: 8px;
      box-sizing: border-box;
      margin-bottom: 24px; }
      @media only screen and (max-width: 800px) {
        .page .sec_content_wrap h4 {
          width: calc(100% - 50px);
          margin: 0 auto;
          text-align: center; } }
    .page .sec_content_wrap img {
      margin: 0 auto;
      display: block; }
      @media only screen and (max-width: 800px) {
        .page .sec_content_wrap img {
          margin: 16px auto 0 auto; } }

.page-top-content, .site-footer {
  margin-top: 0px !important;
  background: #fff;
  position: relative;
  z-index: 2; }

.content_footer {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: calc(100vh - 90px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 124px;
  background: #fff; }
  @media only screen and (max-width: 800px) {
    .content_footer {
      padding: 24px;
      box-sizing: border-box; } }
  .content_footer .logo {
    border: 10px solid #0A418D;
    padding: 52px 144px;
    margin-bottom: 56px; }
    @media only screen and (max-width: 800px) {
      .content_footer .logo {
        padding: 24px; } }
  .content_footer a {
    text-decoration: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }
    .content_footer a:hover {
      opacity: .5;
      -webkit-transition: opacity .5s;
      transition: opacity .5s; }
  .content_footer ul li {
    margin-bottom: 40px; }
    .content_footer ul li .label {
      background: #0A418D;
      color: #fff;
      width: 80px;
      height: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 20px;
      letter-spacing: 1px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 80px;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;

      margin-right: 32px; }
      @media only screen and (max-width: 800px) {
        .content_footer ul li .label {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 80px;
          -ms-flex: 0 0 80px;
          flex: 0 0 80px;
          margin-right: 16px;
          font-size: 16px; } }
    .content_footer ul li .text {
      font-size: 26px;
      color: #0A418D;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      text-align: left; }
      @media only screen and (max-width: 800px) {
        .content_footer ul li .text {
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto;
          font-size: 18px; } }

/*# sourceMappingURL=../maps/common.css.map */
