
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");

@charset "UTF-8";
.ptn-03 .edge--top, .ptn-03 .edge--bottom, #transition-layer-v.ptn-03 {
  background: #ff6f29;
  background: linear-gradient(to right, #ff6f29 0%, #ff6f29 50%, #6dd0e3 50%, #6dd0e3 50%, #6dd0e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6f29', endColorstr='#6dd0e3',GradientType=1 ); }

.ptn-04 .edge--top, .ptn-04 .edge--bottom {
  background: #6dd0e3;
  background: linear-gradient(to right, #6dd0e3 0%, #6dd0e3 50%, #6dd0e3 50%, #ff6f29 50%, #ff6f29 50%, #ff6f29 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dd0e3', endColorstr='#ff6f29',GradientType=1 ); }

.global-nav__layer {
  background: #ff6f29;
  background: linear-gradient(135deg, #ff6f29 1%, #ff6f29 15%, #6dd0e3 84%, #6dd0e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6f29', endColorstr='#6dd0e3',GradientType=1 ); }

.ptn-03 .edge--right, .ptn-03 .edge--left {
  background: #ff6f29;
  background: linear-gradient(to bottom, #ff6f29 0%, #ff6f29 50%, #6dd0e3 50%, #6dd0e3 50%, #6dd0e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6f29', endColorstr='#6dd0e3',GradientType=0 ); }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, footer, header,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

html {
  overflow-y: scroll; }

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif; }

a {
  text-decoration: none; }

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

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

blockquote, q {
  quotes: none; }

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

input, textarea {
  margin: 0;
  padding: 0; }

nav, ol, ul {
  list-style: none; }

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

@font-face {
  font-family: 'oaaa';
  src: url("../fonts/oaaa/oaaa.eot?sfjko2");
  src: url("../fonts/oaaa/oaaa.eot?sfjko2#iefix") format("embedded-opentype"), url("../fonts/oaaa/oaaa.ttf?sfjko2") format("truetype"), url("../fonts/oaaa/oaaa.woff?sfjko2") format("woff"), url("../fonts/oaaa/oaaa.svg?sfjko2#oaaa") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  padding: 15px;
  width: 100%;
  box-sizing: border-box; }
  @media screen and (max-width: 1023px) {
    html {
      font-size: 58%; } }
  @media screen and (max-width: 767px) {
    html {
      padding: 10px;
      font-size: 50%; } }

body {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-text-size-adjust: none; }
  @media screen and (max-width: 1023px) {
    body.scrollLock {
      position: fixed;
      width: 100%; } }

* {
  box-sizing: border-box; }

.contents {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .2s ease-in; }
  .contents.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition-delay: .1s; }

main {
  position: relative;
  z-index: +1;
  height: calc(100vh - 30px);
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    main {
      height: calc(100vh - 20px); } }

.edge {
  position: fixed;
  z-index: 999;
  transform: scale(1);
  transition: top .3s .2s ease, right .3s .2s ease, left .3s .2s ease, bottom .3s .2s ease, background-color .5s ease;
  width: 100%;
  height: 100%; }
  .edge--top {
    background: #fff;
    top: -100%;
    left: 0;
    transform: translateY(15px); }
    @media screen and (min-width: 768px) {
      .to-top .edge--top {
        top: -97%; }
      .to-lower .edge--top, .back-club .edge--top, .back-report .edge--top {
        top: -98.5%; } }
    @media screen and (max-width: 767px) {
      .edge--top {
        transform: translateY(10px); } }
    .ptn-01 .edge--top {
      background: #ff6f29; }
    .ptn-02 .edge--top {
      background: #6dd0e3; }
    @media screen and (max-width: 767px) {
      .ptn-03 .edge--top {
        background: #ff6f29; } }
  .edge--right {
    background: #fff;
    top: 0;
    right: -100%;
    transform: translateX(-15px); }
    @media screen and (min-width: 768px) {
      .to-club .edge--right {
        right: -97%; }
      .to-club-lower .edge--right, .back-report .edge--right {
        right: -98.5%; } }
    @media screen and (max-width: 767px) {
      .edge--right {
        transform: translateX(-10px); } }
    .ptn-01 .edge--right {
      background: #ff6f29; }
    .ptn-02 .edge--right {
      background: #6dd0e3; }
    @media screen and (min-width: 768px) {
      .ptn-03 .edge--right {
        background: #6dd0e3 !important; } }
    .ptn-04 .edge--right {
      background: #6dd0e3; }
  .edge--bottom {
    background: #fff;
    bottom: -100%;
    left: 0;
    transform: translateY(-15px); }
    @media screen and (min-width: 768px) {
      .to-top2 .edge--bottom {
        bottom: -97%; }
      .to-club-lower .edge--bottom, .to-report-lower .edge--bottom {
        bottom: -98.5%; } }
    @media screen and (max-width: 767px) {
      .edge--bottom {
        transform: translateY(-10px); } }
    .ptn-01 .edge--bottom {
      background: #ff6f29; }
    .ptn-02 .edge--bottom {
      background: #6dd0e3; }
    @media screen and (max-width: 767px) {
      .ptn-03 .edge--bottom {
        background: #6dd0e3; } }
  .edge--left {
    background: #fff;
    top: 0;
    left: -100%;
    transform: translateX(15px); }
    @media screen and (min-width: 768px) {
      .to-report .edge--left {
        left: -97%; }
      .to-lower .edge--left, .back-club .edge--left, .to-report-lower .edge--left {
        left: -98.5%; } }
    @media screen and (max-width: 767px) {
      .edge--left {
        transform: translateX(10px); } }
    .ptn-01 .edge--left {
      background: #ff6f29; }
    .ptn-02 .edge--left {
      background: #6dd0e3; }
    @media screen and (min-width: 768px) {
      .ptn-03 .edge--left {
        background: #ff6f29; } }
    .ptn-04 .edge--left {
      background: #6dd0e3; }

#transition-layer-v {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
  background: #ff6f29;
  transform: scale(1, 0);
  transition: transform .5s ease-in-out; }
  #transition-layer-v.ptn-01 {
    background: #ff6f29; }
  #transition-layer-v.ptn-02 {
    background: #6dd0e3; }

#transition-layer-h {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  transform: scale(0, 1);
  transition: transform .5s ease-in-out; }
  #transition-layer-h.ptn-01 {
    background: #ff6f29; }
  #transition-layer-h.ptn-02 {
    background: #6dd0e3; }

.col2__item, .col3__item, .col4__item {
  display: block;
  margin-bottom: 16px; }
  @media screen and (min-width: 768px) {
    .col2__item, .col3__item, .col4__item {
      margin: 0 9px 18px; } }

@media screen and (max-width: 767px) {
  .col2__item--sp, .col3__item--sp, .col4__item--sp {
    display: block;
    margin: 0 2.5% 16px; } }

@media screen and (min-width: 768px) {
  .col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -9px; } }
@media screen and (max-width: 767px) {
  .col--sp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -2.5%; } }

@media screen and (min-width: 768px) {
  .col2__item {
    width: calc(50% - 18px); } }
@media screen and (max-width: 767px) {
  .col2__item--sp {
    width: 45%; } }

@media screen and (min-width: 768px) {
  .col3__item {
    width: calc(33.3% - 18px); } }
@media screen and (max-width: 767px) {
  .col3__item--sp {
    width: 28.3%; } }

@media screen and (min-width: 768px) {
  .col4__item {
    width: calc(25% - 30px); } }
@media screen and (max-width: 767px) {
  .col4__item--sp {
    width: 20%; } }

.section-cmn {
  margin-bottom: 32px; }
  @media screen and (min-width: 768px) {
    .section-cmn {
      margin-bottom: 56px; } }
  .section-cmn--index {
    margin-bottom: 48px; }
    @media screen and (min-width: 768px) {
      .section-cmn--index {
        margin-bottom: 80px; } }

.section-large, .section-large--full, .section-large--sp-full {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 1098px; }
  .section-large--full {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .section-large--sp-full {
      width: 100%; } }

.section-middle, .breadcrumb__inner {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 1020px; }

.section-small {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 800px; }

@media screen and (max-width: 767px) {
  a[href^="tel"] {
    text-decoration: underline; } }
@media screen and (min-width: 768px) {
  a[href^="tel"] {
    pointer-events: none; } }

.link-cmn {
  color: #1b3577;
  text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .link-cmn:hover {
      text-decoration: none; } }

.page-txt {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8; }
  .page-txt--strong {
    font-weight: 700; }

.map {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 16px;
  padding-bottom: 56.25%; }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #efefef;
  min-height: 90px; }
  .breadcrumb__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .breadcrumb__item {
    color: #001a33;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500; }
    .breadcrumb__item:after {
      font-family: 'oaaa';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      margin: 0 .5em;
      color: #1b3577;
      content: "\e902"; }
    .breadcrumb__item--current {
      color: #666;
      font-size: 13px;
      font-size: 1.3rem; }
  .breadcrumb__link {
    color: #001a33; }
    @media screen and (min-width: 768px) {
      .breadcrumb__link:hover {
        text-decoration: underline; } }

.pagination__item, .pagination__item--prev, .pagination__item--next, .pagination__item--current {
  display: inline-block;
  border: 1px solid #001a33;
  margin: 0 4px 8px;
  width: 32px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 30px; }

.pagination {
  margin-bottom: 32px;
  font-size: 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .pagination {
      margin-bottom: 48px; } }
  .pagination__item, .pagination__item--prev, .pagination__item--next {
    color: #001a33; }
    @media screen and (min-width: 768px) {
      .pagination__item, .pagination__item--prev, .pagination__item--next {
        transition: background .4s,color .4s; } }
    @media screen and (min-width: 768px) {
      .pagination__item:hover, .pagination__item--prev:hover, .pagination__item--next:hover {
        background: #1b3577;
        color: #fff; } }
    .pagination__item--current {
      background: #1b3577;
      color: #fff; }
    .pagination__item--prev:before, .pagination__item--next:before {
      font-family: 'oaaa';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      font-size: 10px; }
    .pagination__item--prev:before {
      content: "\e901"; }
    .pagination__item--next:before {
      content: "\e902"; }

.tal {
  text-align: left !important; }

.tac {
  text-align: center !important; }

.tar {
  text-align: right !important; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.mt105 {
  margin-top: 105px !important; }

.mb105 {
  margin-bottom: 105px !important; }

.pt105 {
  padding-top: 105px !important; }

.pb105 {
  padding-bottom: 105px !important; }

.mt110 {
  margin-top: 110px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.pt110 {
  padding-top: 110px !important; }

.pb110 {
  padding-bottom: 110px !important; }

.mt115 {
  margin-top: 115px !important; }

.mb115 {
  margin-bottom: 115px !important; }

.pt115 {
  padding-top: 115px !important; }

.pb115 {
  padding-bottom: 115px !important; }

.mt120 {
  margin-top: 120px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.pt120 {
  padding-top: 120px !important; }

.pb120 {
  padding-bottom: 120px !important; }

.mt125 {
  margin-top: 125px !important; }

.mb125 {
  margin-bottom: 125px !important; }

.pt125 {
  padding-top: 125px !important; }

.pb125 {
  padding-bottom: 125px !important; }

.mt130 {
  margin-top: 130px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.pt130 {
  padding-top: 130px !important; }

.pb130 {
  padding-bottom: 130px !important; }

.mt135 {
  margin-top: 135px !important; }

.mb135 {
  margin-bottom: 135px !important; }

.pt135 {
  padding-top: 135px !important; }

.pb135 {
  padding-bottom: 135px !important; }

.mt140 {
  margin-top: 140px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.pt140 {
  padding-top: 140px !important; }

.pb140 {
  padding-bottom: 140px !important; }

.mt145 {
  margin-top: 145px !important; }

.mb145 {
  margin-bottom: 145px !important; }

.pt145 {
  padding-top: 145px !important; }

.pb145 {
  padding-bottom: 145px !important; }

.mt150 {
  margin-top: 150px !important; }

.mb150 {
  margin-bottom: 150px !important; }

.pt150 {
  padding-top: 150px !important; }

.pb150 {
  padding-bottom: 150px !important; }

.mt155 {
  margin-top: 155px !important; }

.mb155 {
  margin-bottom: 155px !important; }

.pt155 {
  padding-top: 155px !important; }

.pb155 {
  padding-bottom: 155px !important; }

.mt160 {
  margin-top: 160px !important; }

.mb160 {
  margin-bottom: 160px !important; }

.pt160 {
  padding-top: 160px !important; }

.pb160 {
  padding-bottom: 160px !important; }

.mt165 {
  margin-top: 165px !important; }

.mb165 {
  margin-bottom: 165px !important; }

.pt165 {
  padding-top: 165px !important; }

.pb165 {
  padding-bottom: 165px !important; }

.mt170 {
  margin-top: 170px !important; }

.mb170 {
  margin-bottom: 170px !important; }

.pt170 {
  padding-top: 170px !important; }

.pb170 {
  padding-bottom: 170px !important; }

.mt175 {
  margin-top: 175px !important; }

.mb175 {
  margin-bottom: 175px !important; }

.pt175 {
  padding-top: 175px !important; }

.pb175 {
  padding-bottom: 175px !important; }

.mt180 {
  margin-top: 180px !important; }

.mb180 {
  margin-bottom: 180px !important; }

.pt180 {
  padding-top: 180px !important; }

.pb180 {
  padding-bottom: 180px !important; }

.mt185 {
  margin-top: 185px !important; }

.mb185 {
  margin-bottom: 185px !important; }

.pt185 {
  padding-top: 185px !important; }

.pb185 {
  padding-bottom: 185px !important; }

.mt190 {
  margin-top: 190px !important; }

.mb190 {
  margin-bottom: 190px !important; }

.pt190 {
  padding-top: 190px !important; }

.pb190 {
  padding-bottom: 190px !important; }

.mt195 {
  margin-top: 195px !important; }

.mb195 {
  margin-bottom: 195px !important; }

.pt195 {
  padding-top: 195px !important; }

.pb195 {
  padding-bottom: 195px !important; }

.mt200 {
  margin-top: 200px !important; }

.mb200 {
  margin-bottom: 200px !important; }

.pt200 {
  padding-top: 200px !important; }

.pb200 {
  padding-bottom: 200px !important; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.mt8 {
  margin-top: 8px !important; }

.mb8 {
  margin-bottom: 8px !important; }

.pt8 {
  padding-top: 8px !important; }

.pb8 {
  padding-bottom: 8px !important; }

.mt16 {
  margin-top: 16px !important; }

.mb16 {
  margin-bottom: 16px !important; }

.pt16 {
  padding-top: 16px !important; }

.pb16 {
  padding-bottom: 16px !important; }

.mt24 {
  margin-top: 24px !important; }

.mb24 {
  margin-bottom: 24px !important; }

.pt24 {
  padding-top: 24px !important; }

.pb24 {
  padding-bottom: 24px !important; }

.mt32 {
  margin-top: 32px !important; }

.mb32 {
  margin-bottom: 32px !important; }

.pt32 {
  padding-top: 32px !important; }

.pb32 {
  padding-bottom: 32px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.mt48 {
  margin-top: 48px !important; }

.mb48 {
  margin-bottom: 48px !important; }

.pt48 {
  padding-top: 48px !important; }

.pb48 {
  padding-bottom: 48px !important; }

.mt56 {
  margin-top: 56px !important; }

.mb56 {
  margin-bottom: 56px !important; }

.pt56 {
  padding-top: 56px !important; }

.pb56 {
  padding-bottom: 56px !important; }

.mt64 {
  margin-top: 64px !important; }

.mb64 {
  margin-bottom: 64px !important; }

.pt64 {
  padding-top: 64px !important; }

.pb64 {
  padding-bottom: 64px !important; }

.mt72 {
  margin-top: 72px !important; }

.mb72 {
  margin-bottom: 72px !important; }

.pt72 {
  padding-top: 72px !important; }

.pb72 {
  padding-bottom: 72px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.mt88 {
  margin-top: 88px !important; }

.mb88 {
  margin-bottom: 88px !important; }

.pt88 {
  padding-top: 88px !important; }

.pb88 {
  padding-bottom: 88px !important; }

.mt96 {
  margin-top: 96px !important; }

.mb96 {
  margin-bottom: 96px !important; }

.pt96 {
  padding-top: 96px !important; }

.pb96 {
  padding-bottom: 96px !important; }

@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important; } }

.global-nav-btn {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 998;
  cursor: pointer;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .global-nav-btn {
      width: 50px;
      height: 50px;
      top: 10px;
      left: 10px; } }
  .global-nav-btn__line {
    display: block;
    width: 60%;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform-origin: center left;
    transition: background-size .3s ease,transform .3s ease; }
  .global-nav-btn__line--01 {
    transform: translateY(-15px);
    background: #ff6f29; }
    @media screen and (max-width: 767px) {
      .global-nav-btn__line--01 {
        transform: translateY(-12px); } }
  .global-nav-btn__line--02 {
    transform: translateY(-5px) scaleX(1);
    background: #6dd0e3; }
    @media screen and (max-width: 767px) {
      .global-nav-btn__line--02 {
        transform: translateY(-4px) scaleX(0.7); } }
  .global-nav-btn__line--03 {
    transform: translateY(5px) scaleX(1);
    background: #ff6f29; }
    @media screen and (max-width: 767px) {
      .global-nav-btn__line--03 {
        transform: translateY(4px) scaleX(0.5); } }
  .global-nav-btn__line--04 {
    transform: translateY(15px) scaleX(1);
    background: #6dd0e3; }
    @media screen and (max-width: 767px) {
      .global-nav-btn__line--04 {
        transform: translateY(12px) scaleX(0.3); } }

@media screen and (min-width: 768px) {
  .global-nav-btn:hover .global-nav-btn__line {
    background-size: 100%;
    transform: translateY(-15px); }
  .global-nav-btn:hover .global-nav-btn__line--02 {
    transform: translateY(-5px) scaleX(0.7); }
  .global-nav-btn:hover .global-nav-btn__line--03 {
    transform: translateY(5px) scaleX(0.5); }
  .global-nav-btn:hover .global-nav-btn__line--04 {
    transform: translateY(15px) scaleX(0.3); } }
.global-nav-btn.close .global-nav-btn__line--01 {
  transform: rotateZ(45deg);
  margin: auto;
  top: -25px;
  left: 5px; }
  @media screen and (max-width: 767px) {
    .global-nav-btn.close .global-nav-btn__line--01 {
      top: -20px; } }
.global-nav-btn.close .global-nav-btn__line--02 {
  transform: rotateZ(-45deg) scaleX(1) !important;
  margin: auto;
  top: 25px;
  left: 5px; }
  @media screen and (max-width: 767px) {
    .global-nav-btn.close .global-nav-btn__line--02 {
      top: 21px; } }
.global-nav-btn.close .global-nav-btn__line--03 {
  display: none; }
.global-nav-btn.close .global-nav-btn__line--04 {
  display: none; }

.global-nav {
  width: calc(100% - 30px);
  height: calc(100vh - 30px);
  box-sizing: border-box;
  position: fixed;
  top: 15px;
  left: 15px;
  box-sizing: border-box;
  display: none;
  z-index: 99;
  background: #fff;
  overflow-y: scroll; }
  @media screen and (max-width: 767px) {
    .global-nav {
      height: calc(100vh - 20px); } }
  .global-nav::-webkit-scrollbar {
    display: none; }
  @media screen and (max-width: 767px) {
    .global-nav {
      width: calc(100% - 20px);
      top: 10px;
      left: 10px;
      padding: 0; } }
  .global-nav__layer {
    width: 100%;
    height: 100%;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    position: absolute;
    top: 0;
    left: 0;
    background-size: 400%;
    transition: background-size .5s linear; }
    .global-nav__layer__close {
      width: 70px;
      height: 70px;
      position: absolute;
      top: 15px;
      left: 15px; }
      @media screen and (max-width: 767px) {
        .global-nav__layer__close {
          width: 50px;
          height: 50px;
          top: 10px;
          left: 10px; } }
      .global-nav__layer__close:before, .global-nav__layer__close:after {
        content: "";
        display: block;
        width: 50px;
        height: 2px;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute; }
        @media screen and (max-width: 767px) {
          .global-nav__layer__close:before, .global-nav__layer__close:after {
            width: 35px; } }
      .global-nav__layer__close:before {
        transform: rotate(-45deg); }
      .global-nav__layer__close:after {
        transform: rotate(45deg); }
  .global-nav__inner {
    position: relative;
    z-index: +1; }
  .global-nav__item + .global-nav__item {
    margin-top: 20px; }
  .global-nav__text {
    font-size: 18px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .global-nav__text {
        transition: color .3s ease; }
        .global-nav__text:hover {
          color: #6dd0e3; } }
    .global-nav__text--en {
      font-size: 40px;
      font-size: 40px;
      font-size: 4rem;
      font-family: 'Montserrat', sans-serif;
      letter-spacing: 2px;
      font-weight: bold;
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .global-nav__text--en {
          font-size: 30px;
          font-size: 3rem; } }

.global-nav.open .global-nav__layer {
  background-size: 100% auto; }

.link-btn {
  max-width: 360px;
  width: 85%;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 1px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .link-btn {
      padding: 5px 10px; } }
  .link-btn:before, .link-btn:after {
    content: "";
    display: block;
    position: absolute; }
  .link-btn:before {
    width: 25px;
    height: 1px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto 0; }
    @media screen and (max-width: 767px) {
      .link-btn:before {
        width: 15px; } }
  .link-btn:after {
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    margin: auto 0; }
    @media screen and (max-width: 767px) {
      .link-btn:after {
        width: 8px;
        height: 8px; } }

.link-btn--club {
  background-color: #6dd0e3;
  border: 1px solid #fff; }
  .link-btn--club:before {
    left: 10px; }
  .link-btn--club:after {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotateZ(45deg);
    left: 12px; }
  @media screen and (min-width: 768px) {
    .link-btn--club {
      transition: background-color .3s ease; }
      .link-btn--club:hover {
        background: #fff;
        color: #6dd0e3;
        border-color: #6dd0e3; }
        .link-btn--club:hover:before {
          background: #6dd0e3; }
        .link-btn--club:hover:after {
          border-color: #6dd0e3; } }

.link-btn--report {
  background-color: #ff6f29;
  border: 1px solid #fff; }
  .link-btn--report:before {
    right: 10px; }
  .link-btn--report:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    right: 12px;
    transform: rotateZ(45deg); }
  @media screen and (min-width: 768px) {
    .link-btn--report {
      transition: background-color .3s ease; }
      .link-btn--report:hover {
        background: #fff;
        color: #ff6f29;
        border-color: #ff6f29; }
        .link-btn--report:hover:before {
          background: #ff6f29; }
        .link-btn--report:hover:after {
          border-color: #ff6f29; } }

.btn-mail {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ccc;
  margin-top: 20px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .btn-mail {
      transition: background-color .3s ease; }
      .btn-mail:hover {
        color: #fff;
        background: #6dd0e3; }
        .btn-mail:hover:before {
          background-image: url(../img/icon_mail_hover.svg); } }
  .btn-mail:before {
    content: "";
    display: block;
    width: 14px;
    height: 10px;
    background: url(../img/icon_mail.svg) center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0; }

.report-list__link {
  display: block;
  width: 100%;
  border: 1px solid #ff6f29;
  color: #ff6f29;
  text-align: center;
  padding: 8px; }
  @media screen and (min-width: 768px) {
    .report-list__link {
      transition: background-color .3s ease; }
      .report-list__link:hover {
        background: #ff6f29;
        color: #fff; } }
  @media screen and (max-width: 767px) {
    .report-list__link {
      padding: 4px; } }

.icon-megaphone--before:before, .icon-arrow-bottom--before:before, .icon-arrow-left--before:before, .icon-arrow-right--before:before, .icon-arrow-top--before:before, .icon-blank--before:before, .icon-book--before:before, .icon-flag--before:before, .icon-handshake--before:before, .icon-people--before:before, .icon-facebook-square--before:before, .icon-facebook--before:before, .icon-twitter--before:before, .icon-youtube--before:before, .icon-arrow-right2--before:before, .icon-excel--before:before, .icon-pdf--before:before {
  font-family: 'oaaa';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  margin-right: .5em;
  vertical-align: middle; }

.icon-megaphone--after:after, .icon-arrow-bottom--after:after, .icon-arrow-left--after:after, .icon-arrow-right--after:after, .icon-arrow-top--after:after, .icon-blank--after:after, .icon-book--after:after, .icon-flag--after:after, .icon-handshake--after:after, .icon-people--after:after, .icon-facebook-square--after:after, .icon-facebook--after:after, .icon-twitter--after:after, .icon-youtube--after:after, .icon-arrow-right2--after:after, .icon-excel--after:after, .icon-pdf--after:after {
  font-family: 'oaaa';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  margin-left: .5em;
  vertical-align: middle; }

.icon-megaphone--before:before {
  content: ""; }
.icon-megaphone--after:after {
  content: ""; }

.icon-arrow-bottom--before:before {
  content: ""; }
.icon-arrow-bottom--after:after {
  content: ""; }

.icon-arrow-left--before:before {
  content: ""; }
.icon-arrow-left--after:after {
  content: ""; }

.icon-arrow-right--before:before {
  content: ""; }
.icon-arrow-right--after:after {
  content: ""; }

.icon-arrow-top--before:before {
  content: ""; }
.icon-arrow-top--after:after {
  content: ""; }

.icon-blank--before:before {
  content: ""; }
.icon-blank--after:after {
  content: ""; }

.icon-book--before:before {
  content: ""; }
.icon-book--after:after {
  content: ""; }

.icon-flag--before:before {
  content: ""; }
.icon-flag--after:after {
  content: ""; }

.icon-handshake--before:before {
  content: ""; }
.icon-handshake--after:after {
  content: ""; }

.icon-people--before:before {
  content: ""; }
.icon-people--after:after {
  content: ""; }

.icon-facebook-square--before:before {
  content: ""; }
.icon-facebook-square--after:after {
  content: ""; }

.icon-facebook--before:before {
  content: ""; }
.icon-facebook--after:after {
  content: ""; }

.icon-twitter--before:before {
  content: ""; }
.icon-twitter--after:after {
  content: ""; }

.icon-youtube--before:before {
  content: ""; }
.icon-youtube--after:after {
  content: ""; }

.icon-arrow-right2--before:before {
  content: ""; }
.icon-arrow-right2--after:after {
  content: ""; }

.icon-excel--before:before {
  content: ""; }
.icon-excel--after:after {
  content: ""; }

.icon-pdf--before:before {
  content: ""; }
.icon-pdf--after:after {
  content: ""; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url(../img/ajax-loader.gif) center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  z-index: +1;
  height: 44px;
  width: 44px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: linear-gradient(135deg, #1b3577 50%, #052f58 50%);
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  @media screen and (min-width: 768px) {
    .slick-prev,
    .slick-next {
      height: 56px;
      width: 56px; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "oaaa";
    font-size: 14px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media screen and (min-width: 768px) {
      .slick-prev:before,
      .slick-next:before {
        font-size: 16px; } }

.slick-prev {
  left: -5%; }
  @media screen and (min-width: 768px) {
    .slick-prev {
      left: 0; } }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -5%; }
  @media screen and (min-width: 768px) {
    .slick-next {
      right: 0; } }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "oaaa";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.layer-op {
  width: calc(100% - 30px);
  height: calc(100vh - 30px);
  box-sizing: border-box;
  position: fixed;
  top: 15px;
  left: 15px;
  background: #fff;
  z-index: 999;
  transition: background-color .5s ease; }
  @media screen and (max-width: 767px) {
    .layer-op {
      height: calc(100vh - 20px); } }
  @media screen and (max-width: 767px) {
    .layer-op {
      width: calc(100% - 20px);
      top: 10px;
      left: 10px; } }
  .layer-op__left, .layer-op__right {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 1;
    transition: transform .5s ease; }
  .layer-op__left {
    left: 0;
    background: #6dd0e3;
    top: -100%; }
    .layer-op__left.loaded {
      transform: scale(1, 0);
      transform-origin: bottom; }
  .layer-op__right {
    right: 0;
    background: #ff6f29;
    bottom: -100%; }
    .layer-op__right.loaded {
      transform: scale(1, 0);
      transform-origin: top; }
  .layer-op__ttl {
    position: absolute;
    width: 89%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center; }

.mv {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  overflow: hidden; }
  .mv__ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate(-50%, -50%) scale(3) rotate(-90deg);
    transition: transform .5s 1.5s ease,opacity .5s 1.5s ease; }
    @media screen and (max-width: 767px) {
      .mv__ttl {
        width: 70%; } }
    .loaded .mv__ttl {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transform: translate(-50%, -50%) scale(1) rotate(0); }
  .mv__ttl-en {
    position: absolute;
    width: 89%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    mix-blend-mode: overlay;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  .mv__inner {
    width: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .mv__tile {
    width: 25%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .mv__tile {
        width: 50%; }
        .mv__tile:nth-child(7), .mv__tile:nth-child(8) {
          display: none; } }
    .mv__tile:after {
      content: "";
      display: block;
      padding-top: 133.3333333%; }
    .mv__tile__bg {
      width: auto;
      height: 100%;
      background: center no-repeat #6dd0e3;
      background-size: auto 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      transform: scale(10);
      transition: opacity .5s ease,transform .5s ease; }
      .loaded .mv__tile__bg {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        transform: scale(1); }
    .mv__tile__bg--01 {
      background-image: url(../img/sprites/tile_01.jpg);
      transition-delay: 0s; }
    .mv__tile__bg--02 {
      background-image: url(../img/sprites/tile_02.jpg);
      transition-delay: .1s; }
    .mv__tile__bg--03 {
      background-image: url(../img/sprites/tile_03.jpg);
      transition-delay: .2s; }
    .mv__tile__bg--04 {
      background-image: url(../img/sprites/tile_04.jpg);
      transition-delay: .3s; }
    .mv__tile__bg--05 {
      background-image: url(../img/sprites/tile_05.jpg);
      transition-delay: .4s; }
    .mv__tile__bg--06 {
      background-image: url(../img/sprites/tile_06.jpg);
      transition-delay: .5s; }
    .mv__tile__bg--07 {
      background-image: url(../img/sprites/tile_07.jpg);
      transition-delay: .6s; }
    .mv__tile__bg--08 {
      background-image: url(../img/sprites/tile_08.jpg);
      transition-delay: .7s; }

.fixed-link {
  width: 160px;
  height: 160px;
  background: #ff6f29;
  border-radius: 50%;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999999;
  display: block;
  text-align: center;
  bottom: 0;
  transform: translateY(50%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .5s ease; }
  .loaded .fixed-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  @media screen and (max-width: 1023px) {
    .fixed-link {
      width: 130px;
      height: 130px; } }
  @media screen and (max-width: 767px) {
    .fixed-link {
      width: 100px;
      height: 100px; } }
  .fixed-link:before, .fixed-link:after {
    content: "";
    display: block;
    position: absolute; }
  .fixed-link:before {
    width: 1px;
    height: 23px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 18px; }
    @media screen and (max-width: 1023px) {
      .fixed-link:before {
        height: 18px;
        top: 10px; } }
    @media screen and (max-width: 767px) {
      .fixed-link:before {
        height: 10px;
        top: 11px; } }
  .fixed-link:after {
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotateZ(135deg);
    left: 0;
    right: 0;
    top: 23px;
    margin: 0 auto; }
    @media screen and (max-width: 1023px) {
      .fixed-link:after {
        width: 10px;
        height: 10px;
        top: 16px; } }
    @media screen and (max-width: 767px) {
      .fixed-link:after {
        width: 6px;
        height: 6px;
        top: 14px; } }
  .fixed-link__text {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -150%);
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px; }

.fixed-link--page {
  top: 0;
  bottom: auto;
  transform: translateY(-50%); }
  .fixed-link--page:before {
    top: 93px; }
    @media screen and (max-width: 1023px) {
      .fixed-link--page:before {
        top: 80px; } }
    @media screen and (max-width: 767px) {
      .fixed-link--page:before {
        top: 60px; } }
  .fixed-link--page:after {
    top: auto;
    top: 94px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff; }
    @media screen and (max-width: 1023px) {
      .fixed-link--page:after {
        top: 81px; } }
    @media screen and (max-width: 767px) {
      .fixed-link--page:after {
        top: 60px; } }
  .fixed-link--page__text {
    transform: translate(-50%, 200%); }
    @media screen and (max-width: 1023px) {
      .fixed-link--page__text {
        transform: translate(-50%, 180%); } }
    @media screen and (max-width: 767px) {
      .fixed-link--page__text {
        transform: translate(-50%, 150%); } }

.fixed-link-club {
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 50%;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 99999999;
  display: block;
  text-align: center;
  bottom: 0;
  transform: translateX(-50%) rotate(90deg); }
  @media screen and (max-width: 1023px) {
    .fixed-link-club {
      width: 130px;
      height: 130px; } }
  @media screen and (max-width: 767px) {
    .fixed-link-club {
      width: 100px;
      height: 100px; } }
  .fixed-link-club:before, .fixed-link-club:after {
    content: "";
    display: block;
    position: absolute; }
  .fixed-link-club:before {
    width: 1px;
    height: 23px;
    background: #ff6f29;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 53px; }
    @media screen and (max-width: 1023px) {
      .fixed-link-club:before {
        height: 18px;
        top: 40px; } }
    @media screen and (max-width: 767px) {
      .fixed-link-club:before {
        height: 10px;
        top: 33px; } }
  .fixed-link-club:after {
    width: 14px;
    height: 14px;
    border-top: 1px solid #ff6f29;
    border-right: 1px solid #ff6f29;
    transform: rotateZ(135deg);
    left: 0;
    right: 0;
    top: 59px;
    margin: 0 auto; }
    @media screen and (max-width: 1023px) {
      .fixed-link-club:after {
        width: 10px;
        height: 10px;
        top: 46px; } }
    @media screen and (max-width: 767px) {
      .fixed-link-club:after {
        width: 6px;
        height: 6px;
        top: 36px; } }
  .fixed-link-club__text {
    color: #ff6f29;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -240%);
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px; }

.fixed-link-report {
  width: 160px;
  height: 160px;
  background: #6dd0e3;
  border-radius: 50%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  z-index: 99999999;
  display: block;
  text-align: center;
  transform: translateX(50%) rotate(-90deg); }
  @media screen and (max-width: 1023px) {
    .fixed-link-report {
      width: 130px;
      height: 130px; } }
  @media screen and (max-width: 767px) {
    .fixed-link-report {
      width: 100px;
      height: 100px; } }
  .fixed-link-report:before, .fixed-link-report:after {
    content: "";
    display: block;
    position: absolute; }
  .fixed-link-report:before {
    width: 1px;
    height: 23px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 53px; }
    @media screen and (max-width: 1023px) {
      .fixed-link-report:before {
        height: 18px;
        top: 40px; } }
    @media screen and (max-width: 767px) {
      .fixed-link-report:before {
        height: 10px;
        top: 33px; } }
  .fixed-link-report:after {
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotateZ(135deg);
    left: 0;
    right: 0;
    top: 59px;
    margin: 0 auto; }
    @media screen and (max-width: 1023px) {
      .fixed-link-report:after {
        width: 10px;
        height: 10px;
        top: 46px; } }
    @media screen and (max-width: 767px) {
      .fixed-link-report:after {
        width: 6px;
        height: 6px;
        top: 36px; } }
  .fixed-link-report__text {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -240%);
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px; }

.window-separete__ttlwrap {
  width: calc(50% - 15px);
  height: calc(100vh - 30px);
  box-sizing: border-box;
  display: block;
  position: fixed;
  overflow: hidden;
  top: 15px;
  z-index: 99; }
  @media screen and (max-width: 767px) {
    .window-separete__ttlwrap {
      height: calc(100vh - 20px); } }
  @media screen and (max-width: 767px) {
    .window-separete__ttlwrap {
      width: calc(100% - 20px);
      height: calc(50% - 10px); } }
.window-separete__ttlwrap--club {
  background: #6dd0e3;
  left: 15px; }
  @media screen and (max-width: 767px) {
    .window-separete__ttlwrap--club {
      left: 10px;
      top: 10px; } }
  @media screen and (max-width: 767px) {
    .window-separete__ttlwrap--club.lower {
      position: relative;
      margin-top: 30px;
      top: 0;
      right: 4.5%;
      bottom: 0;
      left: 4.5%;
      width: calc(100% - 9%);
      height: 50vh; } }
  @media screen and (max-width: 767px) {
    .window-separete__ttlwrap--club.lower-detail {
      position: relative;
      width: calc(100% - 20px);
      height: 100%;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 10px; } }
.window-separete__ttlwrap--report {
  background: #ff6f29;
  right: 15px; }
  @media screen and (max-width: 767px) {
    .window-separete__ttlwrap--report {
      right: 10px;
      top: auto;
      bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .window-separete__ttlwrap--report.lower {
      position: relative;
      margin-top: 30px;
      top: 0;
      right: 4.5%;
      bottom: 0;
      left: 4.5%;
      width: calc(100% - 9%);
      height: 50vh; } }
.window-separete__ttl {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .window-separete__ttl {
      width: 60%; } }
  .window-separete__ttl__img {
    transition: filter .1s linear,transform 1s ease-in; }
  .window-separete__ttl__img--02 {
    transition: filter .1s linear,transform 1s .4s ease-in; }
.window-separete__enttl {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 3%; }
  @media screen and (max-width: 1023px) {
    .window-separete__enttl {
      font-size: 2vw; } }

.contents-scroll {
  width: 50%;
  background: #fff;
  padding: 4.5% 4.5% 150px 4.5%; }
  @media screen and (max-width: 767px) {
    .contents-scroll {
      width: 100%;
      padding-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    .contents-scroll.clublower {
      position: relative;
      z-index: 100;
      background-color: rgba(255, 255, 255, 0.9);
      width: 90%;
      padding-top: 20%;
      margin: 5% auto; } }
  .contents-scroll.comingsoon:after {
    content: "COMING SOON";
    display: block;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 36px;
    font-size: 36px;
    font-size: 3.6rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px; }

.contents-scroll--left {
  margin-right: auto; }

.contents-scroll--right {
  margin-left: auto; }

.contents-scroll--oneline {
  width: 100%;
  padding: 10% 5.5% 4.5% 5.5%; }
  @media screen and (max-width: 767px) {
    .contents-scroll--oneline {
      padding-top: 20%; } }
  .contents-scroll--oneline__inner {
    max-width: 640px;
    margin: 0 auto; }

.window-sprites {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .window-sprites {
      width: 70%;
      left: 0;
      right: 0;
      margin: auto; } }
  .window-sprites img {
    min-width: 200%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    .to-club-lower .window-sprites img, .to-report-lower .window-sprites img {
      left: -100%; }

a.window-separete__ttlwrap:hover .window-sprites img {
  left: -100%; }

.fixed-btn-area {
  background: #fff;
  width: calc(50% - 15px);
  position: fixed;
  bottom: 15px;
  padding: 30px 0;
  z-index: +1; }
  @media screen and (max-width: 767px) {
    .fixed-btn-area {
      width: calc(100% - 20px);
      padding: 20px 0;
      bottom: 10px; } }

.fixed-btn-area--club {
  left: 15px; }
  @media screen and (max-width: 767px) {
    .fixed-btn-area--club {
      left: 10px; } }

.fixed-btn-area--report {
  right: 15px; }
  @media screen and (max-width: 767px) {
    .fixed-btn-area--report {
      right: 10px; } }

html::-webkit-scrollbar {
  display: none; }

.area-scroll {
  position: fixed;
  z-index: +99; }
  .area-scroll__label {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }

.scroll-progress {
  height: 140px;
  width: 100%;
  position: relative;
  margin-top: 20px; }
  .scroll-progress:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .scroll-progress span {
    display: block;
    width: 5px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }

.area-scroll--club {
  color: #6dd0e3;
  top: 100px;
  right: 2.5%; }
  @media screen and (max-width: 767px) {
    .area-scroll--club {
      top: 65px; } }
  .area-scroll--club .scroll-progress span, .area-scroll--club .scroll-progress:before {
    background: #6dd0e3; }

.area-scroll--report {
  color: #ff6f29;
  top: 100px;
  left: 2.5%; }
  @media screen and (max-width: 767px) {
    .area-scroll--report {
      top: 65px; } }
  .area-scroll--report .scroll-progress span, .area-scroll--report .scroll-progress:before {
    background: #ff6f29; }

.club-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.club-list-item {
  width: 48.5%;
  position: relative; }
  .club-list-item:nth-child(n + 3) {
    margin-top: 3%; }
  @media screen and (max-width: 1023px) {
    .club-list-item {
      width: 100%; }
      .club-list-item:nth-child(n + 2) {
        margin-top: 8%; } }
  @media screen and (max-width: 767px) {
    .club-list-item {
      width: 48.5%; }
      .club-list-item:nth-child(2) {
        margin-top: 0; }
      .club-list-item:nth-child(n + 3) {
        margin-top: 3%; } }
  .club-list-item a {
    display: block;
    padding-top: 70.3225806%;
    background: center no-repeat;
    background-size: cover; }
  .club-list-item__ttl {
    font-size: 18px;
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    background: rgba(109, 208, 227, 0.8);
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #fff;
    letter-spacing: 1px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .club-list-item__ttl {
        transition: width .2s ease-out; } }
  .club-list-item__cat {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    right: 0;
    bottom: 0;
    background: #6dd0e3;
    font-size: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .club-list-item__cat {
        transition: background-color .2s ease-out; } }
  @media screen and (min-width: 768px) {
    .club-list-item:hover .club-list-item__ttl {
      width: 100%; }
    .club-list-item:hover .club-list-item__cat {
      color: #6dd0e3;
      background: #fff; } }

.report-list__item {
  width: 100%; }
.report-list__item + .report-list__item {
  margin-top: 45px; }
.report-list__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media screen and (max-width: 1023px) {
    .report-list__inner {
      display: block; } }
.report-list__thumbnail {
  width: 32%;
  max-width: 210px;
  background: left center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1023px) {
    .report-list__thumbnail {
      max-width: 100%;
      width: 100%; } }
  .report-list__thumbnail:after {
    content: "";
    display: block;
    padding-top: 100%; }
    @media screen and (max-width: 767px) {
      .report-list__thumbnail:after {
        padding-top: 40%; } }
.report-list__textbox {
  width: 66%; }
  @media screen and (max-width: 1023px) {
    .report-list__textbox {
      width: 100%;
      margin-top: 15px; } }
.report-list__time {
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem; }
.report-list__ttl {
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 6px; }
.report-list__text {
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .report-list__text {
      margin-top: 10px; } }
.report-list__link {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  margin-top: 22px; }
  @media screen and (max-width: 767px) {
    .report-list__link {
      margin-top: 10px; } }

.report-detail__thumb {
  background: center no-repeat;
  width: 100%; }
  .report-detail__thumb:after {
    content: "";
    display: block;
    padding-top: 46.875%; }

.report-detail-head {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .report-detail-head {
      margin-top: 20px; } }
  .report-detail-head__prof {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center; }
  .report-detail-head__ttl {
    font-size: 24px;
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 10px;
    max-width: 75%; }
    @media screen and (max-width: 767px) {
      .report-detail-head__ttl {
        max-width: 100%; } }

.report-time {
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem; }

.report-club {
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  height: 22px;
  line-height: 22px;
  padding: 0 20px;
  color: #fff;
  background: #ff6f29;
  font-weight: bold; }

.report-detail-body {
  margin: 40px 0; }
  @media screen and (max-width: 767px) {
    .report-detail-body {
      margin-top: 20px; } }
  .report-detail-body p {
    font-size: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2; }
  .report-detail-body p + p {
    margin-top: 10px;
    margin-top: 1rem; }

.head-links {
  display: -ms-flexbox;
  display: flex; }
  .head-links__item {
    width: 50%; }
    .head-links__item a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 40px 0;
      text-align: center;
      box-sizing: border-box;
      position: relative; }
      .head-links__item a:after {
        content: "";
        display: block;
        width: 100%;
        max-width: 960px;
        padding-top: 35.2112676%;
        position: absolute;
        background: center bottom no-repeat;
        background-size: 100%;
        bottom: -30%;
        left: 0;
        right: 0;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          .head-links__item a:after {
            display: none; } }
      .head-links__item a.club:after {
        background-image: url(../img/head_link_01.png); }
      .head-links__item a.report:after {
        background-image: url(../img/head_link_02.png); }
      @media screen and (max-width: 767px) {
        .head-links__item a {
          padding: 20px 0; } }
      .head-links__item a img {
        width: 80%; }
  .head-links__item--club {
    background: #6dd0e3; }
  .head-links__item--report {
    background: #ff6f29; }

.policy {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .policy {
      margin-top: 20px; } }
  .policy__section {
    padding: 40px 5% 50px; }
    @media screen and (max-width: 767px) {
      .policy__section {
        padding-bottom: 100px; } }
  .policy__section-wrap {
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ff6f29; }
    @media screen and (max-width: 1023px) {
      .policy__section-wrap {
        display: block; } }
  .policy__section--02 {
    width: 50%; }
    @media screen and (max-width: 1023px) {
      .policy__section--02 {
        width: 100%; } }
  .policy__section--02 + .policy__section--02 {
    border-left: 1px solid #ff6f29; }
    @media screen and (max-width: 1023px) {
      .policy__section--02 + .policy__section--02 {
        border-left: none;
        border-top: 1px solid #ff6f29; } }
  .policy__ttl {
    font-size: 24px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #ff6f29;
    text-align: center; }
    .policy__ttl__en {
      display: block;
      font-size: 14px;
      font-size: 14px;
      font-size: 1.4rem;
      font-family: 'Montserrat', sans-serif;
      letter-spacing: 2px; }
  .policy__catch {
    text-align: center;
    font-size: 24px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #ff6f29;
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .policy__catch {
        margin-top: 20px; } }
  .policy__dlist {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 18px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #ff6f29; }
    @media screen and (max-width: 767px) {
      .policy__dlist {
        margin-top: 20px; } }
    .policy__dlist dt {
      min-width: 80px; }
    .policy__dlist dd {
      width: 70%; }
      @media screen and (max-width: 767px) {
        .policy__dlist dd {
          width: calc(100% - 80px); } }
  .policy__dlist + .policy__dlist {
    margin-top: 20px; }
  .policy__list {
    margin-top: 40px;
    font-size: 18px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #ff6f29; }
    @media screen and (max-width: 767px) {
      .policy__list {
        margin-top: 20px; } }
    .policy__list__item {
      padding-left: 8px;
      padding-left: .8rem;
      text-indent: -8px;
      text-indent: -.8rem; }
      .policy__list__item:before {
        content: "-";
        display: inline-block;
        margin-right: 5px; }
    .policy__list__item + .policy__list__item {
      margin-top: 10px; }

.form-link {
  display: block;
  position: fixed;
  bottom: 15px;
  z-index: 101;
  width: 20%;
  max-width: 180px;
  min-width: 90px;
  height: 213px;
  overflow: hidden;
  transform: translateY(100%);
  transition: transform .5s 3s linear; }
  @media screen and (max-width: 767px) {
    .form-link {
      height: auto;
      bottom: 10px; }
      .form-link:after {
        content: "";
        display: block;
        padding-top: 130%; } }
  .loaded .form-link {
    transform: translateY(0); }
  .form-link img {
    min-width: 200%;
    position: absolute;
    right: 0;
    bottom: 0; }
  @media screen and (min-width: 768px) {
    .form-link:hover img {
      right: auto;
      left: 0; } }
  @media screen and (max-width: 1023px) {
    .form-link img {
      right: auto;
      left: 0; } }

.form-link--right {
  right: 20px; }

.form-link--left {
  left: 20px; }

.club-visual {
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: cover; }

.club-detail-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media screen and (max-width: 1023px) {
    .club-detail-head {
      display: block; } }
  .club-detail-head__textbox {
    width: calc(100% - 230px); }
    @media screen and (max-width: 1023px) {
      .club-detail-head__textbox {
        width: 100%; } }
  .club-detail-head__ttl {
    font-size: 34px;
    font-size: 34px;
    font-size: 3.4rem; }
  .club-detail-head__text {
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 30px; }
  .club-detail-head__modalbox {
    width: 200px;
    padding: 10px;
    background: #f2f2f2; }
    @media screen and (max-width: 1023px) {
      .club-detail-head__modalbox {
        margin-top: 30px; } }
    .club-detail-head__modalbox a {
      display: block;
      width: 100%;
      height: 100%;
      background: center no-repeat;
      display: inline-block;
      background-size: contain;
      background-image: url(../img/dummy/club_flyer.jpg);
      position: relative; }
      @media screen and (min-width: 768px) {
        .club-detail-head__modalbox a {
          transition: opacity .3s ease; }
          .club-detail-head__modalbox a:hover {
            opacity: .8;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } }
      .club-detail-head__modalbox a:before {
        content: "";
        display: block;
        padding-top: 85%; }
      .club-detail-head__modalbox a:after {
        content: "";
        display: block;
        width: 36px;
        height: 36px;
        background: url(../img/icon_flyer_open.svg) center no-repeat;
        background-size: 100% auto;
        position: absolute;
        bottom: -10px;
        right: 0; }
    @media screen and (max-width: 1023px) {
      .club-detail-head__modalbox {
        width: 100%; } }

.club-detail-member {
  margin-top: 60px;
  padding: 8px 0 0;
  border-top: 1px solid #ccc; }
  .club-detail-member__ttl {
    color: #6dd0e3;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem; }
  .club-detail-member__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .club-detail-member__listitem {
    width: 20%;
    min-width: 134px;
    text-align: center;
    padding: 15px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .club-detail-member__listitem {
        width: 50%; } }
    .club-detail-member__listitem.bucho:before {
      content: "";
      display: block;
      width: 39px;
      height: 39px;
      position: absolute;
      top: 15px;
      left: 10px;
      background: url(../img/icon_club_bucho.svg) center no-repeat;
      background-size: 100% auto; }
  .club-detail-member__department {
    font-size: 10px;
    font-size: 10px;
    font-size: 1rem; }
  .club-detail-member__post {
    font-size: 10px;
    font-size: 10px;
    font-size: 1rem; }
  .club-detail-member__name {
    font-size: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold; }

.club-detail-report {
  margin-top: 60px;
  padding: 8px 0 0;
  border-top: 1px solid #ccc; }
  .club-detail-report__ttl {
    color: #6dd0e3;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px; }

.club-detail-modal {
  position: fixed;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100vh - 30px);
  box-sizing: border-box;
  z-index: 999999999;
  display: none; }
  @media screen and (max-width: 767px) {
    .club-detail-modal {
      height: calc(100vh - 20px); } }
  .club-detail-modal__inner {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    z-index: 2; }
    .club-detail-modal__inner img {
      width: auto;
      max-height: 80vh;
      position: relative;
      z-index: 2; }
  .club-detail-modal__layer {
    width: 100%;
    height: 100%;
    background: rgba(109, 208, 227, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
    .club-detail-modal__layer:after {
      content: "";
      display: block;
      width: 36px;
      height: 36px;
      background: url(../img/icon_flyer_close.svg) center no-repeat;
      background-size: 100% auto;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 2.5%;
      margin: 0 auto; }

.report-detail-body {
  /* img */ }
  .report-detail-body a {
    color: #000;
    text-decoration: underline; }
  .report-detail-body p,
  .report-detail-body img,
  .report-detail-body h1,
  .report-detail-body h2,
  .report-detail-body h3,
  .report-detail-body h4,
  .report-detail-body h5,
  .report-detail-body h6 {
    margin-bottom: 15px; }
  .report-detail-body h1 {
    font-size: 26px;
    font-size: 26px;
    font-size: 2.6rem; }
    @media screen and (max-width: 767px) {
      .report-detail-body h1 {
        font-size: 22px;
        font-size: 2.2rem; } }
  .report-detail-body h2 {
    font-size: 23px;
    font-size: 23px;
    font-size: 2.3rem; }
    @media screen and (max-width: 767px) {
      .report-detail-body h2 {
        font-size: 19px;
        font-size: 1.9rem; } }
  .report-detail-body p {
    line-height: 2; }
  .report-detail-body ul {
    margin: 1em 0;
    padding-left: 40px; }
    .report-detail-body ul li {
      list-style: disc; }
  .report-detail-body ol {
    margin: 1em 0;
    padding-left: 35px; }
    .report-detail-body ol li {
      list-style-type: decimal;
      padding-left: 5px; }
  .report-detail-body blockquote {
    background: #f0eaea;
    border-radius: 5px;
    padding: 4%;
    margin-bottom: 15px; }
    .report-detail-body blockquote p {
      margin-bottom: 0; }
  .report-detail-body .wp-caption-text {
    text-align: center;
    margin-bottom: 15px; }
  .report-detail-body .aligncenter {
    display: block;
    margin: 0 auto; }
  .report-detail-body .alignright {
    display: block;
    margin-left: auto; }
  .report-detail-body .alignleft {
    display: block;
    margin-right: auto; }
  .report-detail-body img[class*="wp-image-"],
  .report-detail-body img[class*="attachment-"] {
    height: auto;
    max-width: 100%; }
  .report-detail-body .alignnone {
    margin-left: 0;
    padding-left: 0; }
  .report-detail-body .aligncenter {
    margin: 0 auto;
    display: block; }
  .report-detail-body .alignleft {
    float: left;
    display: block;
    margin: 0 20px 10px 0; }
    @media screen and (max-width: 767px) {
      .report-detail-body .alignleft {
        float: none;
        margin: 0 auto 20px; } }
  .report-detail-body .alignright {
    float: right;
    margin: 0 0 20px 10px;
    display: block; }
    @media screen and (max-width: 767px) {
      .report-detail-body .alignright {
        float: none;
        margin: 0 auto 20px; } }

.page-top__report {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.8);
  max-width: 410px;
  z-index: 998;
  width: 100%;
  transform: translateY(100%);
  transition: transform .5s 3s linear, opacity .5s 3s linear;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  @media screen and (max-width: 767px) {
    .page-top__report {
      bottom: 10px;
      right: 10px;
      left: 10px;
      max-width: none;
      width: calc(100% - 20px); } }
  .page-top__report a {
    width: 100%;
    height: 100%;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .page-top__report a {
        padding: 15px;
        padding-bottom: 50px; } }
  .page-top__report__thumbnail {
    width: 30%;
    background: left center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .page-top__report__thumbnail {
        display: none; } }
    .page-top__report__thumbnail:after {
      content: "";
      display: block;
      padding-top: 100%; }
  .page-top__report__label {
    color: #ff6f29;
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    border-bottom: 1px solid #ff6f29;
    line-height: 2;
    margin-bottom: 5px; }
  .page-top__report__textbox {
    width: 66%; }
    @media screen and (max-width: 767px) {
      .page-top__report__textbox {
        width: 100%; } }
  .page-top__report__time {
    font-size: 12px;
    font-size: 12px;
    font-size: 1.2rem; }
  .page-top__report__ttl {
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold; }

.loaded .page-top__report {
  transform: translateY(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.telework--btn {
  display: block;
  width: calc(384 / 1560 * 100vw);
  height: calc(216 / 1560 * 100vw);
  position: absolute;
  left: calc(30 / 1560 * 100vw);
  bottom: calc(26 / 1560 * 100vw);
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(100%);
  transition: transform .5s 3s linear, opacity .5s 3s linear; }
  @media screen and (max-width: 767px) {
    .telework--btn {
      width: calc(384 / 600 * 100vw);
      height: calc(216 / 600 * 100vw);
      left: auto;
      bottom: auto;
      top: 10px;
      right: 10px; } }
  .loaded .telework--btn {
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .telework--btn__inner {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    border: 5px solid #000;
    overflow: hidden; }
    .telework--btn__inner li {
      width: calc(384 / 1560 * 100vw);
      height: calc(216 / 1560 * 100vw); }
      @media screen and (max-width: 767px) {
        .telework--btn__inner li {
          width: calc(384 / 600 * 100vw);
          height: calc(216 / 600 * 100vw); } }
      .telework--btn__inner li img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .telework--btn__logo {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

#telwork .main {
  position: relative; }
  #telwork .main .telework__slider {
    width: 100%;
    height: 100vh;
    position: fixed; }
    #telwork .main .telework__slider ul {
      width: 100%;
      height: 100%; }
      #telwork .main .telework__slider ul li {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0; }
        #telwork .main .telework__slider ul li img {
          width: 100%;
          height: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
  #telwork .main .telework__catch {
    width: calc(850 / 1560 * 100vw);
    margin: 0 auto;
    position: relative;
    position: fixed;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    @media screen and (max-width: 767px) {
      #telwork .main .telework__catch {
        width: 80%; } }
    #telwork .main .telework__catch__logo {
      width: 100%; }
    #telwork .main .telework__catch p {
      width: 100%;
      font-size: calc(22 / 1560 * 100vw);
      line-height: 1.5em;
      text-align: center;
      color: #fff;
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        #telwork .main .telework__catch p {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.5em; } }
  #telwork .main .telework__contents {
    position: relative;
    z-index: 1000;
    padding: 100px 0; }
  #telwork .main .move--list {
    width: 80%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      #telwork .main .move--list {
        width: 70%; } }
    #telwork .main .move--list li {
      width: 30%;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      @media screen and (max-width: 767px) {
        #telwork .main .move--list li {
          width: 100%; } }
      #telwork .main .move--list li:nth-child(n+2) {
        margin-left: 5%; }
        @media screen and (max-width: 767px) {
          #telwork .main .move--list li:nth-child(n+2) {
            margin-left: 0; } }
      #telwork .main .move--list li:nth-child(n+4) {
        margin-top: 5%; }
        @media screen and (max-width: 767px) {
          #telwork .main .move--list li:nth-child(n+4) {
            margin-top: 0; } }
      #telwork .main .move--list li:nth-child(3n+1) {
        margin-left: 0; }
      @media screen and (max-width: 767px) {
        #telwork .main .move--list li:nth-child(n+2) {
          margin-top: 30px; } }
      #telwork .main .move--list li .move {
        width: 100%;
        padding-top: calc(360 / 640 * 100%);
        position: relative; }
        #telwork .main .move--list li .move iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      #telwork .main .move--list li p {
        font-size: 18px;
        font-size: 18px;
        font-size: 1.8rem;
        color: #fff;
        padding-top: 10px; }
      #telwork .main .move--list li.message, #telwork .main .move--list li.special {
        border: 7px solid #ff6f29;
        background: #ff6f29;
        position: relative; }
        #telwork .main .move--list li.message:before, #telwork .main .move--list li.special:before {
          content: "";
          width: 36%;
          background: #ff6f29;
          font-size: 14px;
          line-height: 2.2em;
          letter-spacing: 0.1em;
          font-weight: bold;
          color: #fff;
          text-align: center;
          position: absolute;
          top: -7px;
          left: -7px;
          z-index: 10; }
          @media screen and (max-width: 767px) {
            #telwork .main .move--list li.message:before, #telwork .main .move--list li.special:before {
              font-size: 12px; } }
        #telwork .main .move--list li.message p, #telwork .main .move--list li.special p {
          background: #ff6f29; }
      #telwork .main .move--list li.message:before {
        content: "MESSAGE"; }
      #telwork .main .move--list li.special:before {
        content: "SPECIAL"; }
