@charset "UTF-8";
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900");
/* line 5, ../sass/_base.scss */
html {
  color: #000;
  font-size: 1em;
  line-height: 1.4;
}

/* line 11, ../sass/_base.scss */
* {
  box-sizing: border-box;
}

/* line 15, ../sass/_base.scss */
::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 20, ../sass/_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 29, ../sass/_base.scss */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/* line 33, ../sass/_base.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 39, ../sass/_base.scss */
textarea {
  resize: vertical;
}

/* line 43, ../sass/_base.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #222;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* line 53, ../sass/_base.scss */
html {
  font-size: 62.5%;
}

/* line 56, ../sass/_base.scss */
body {
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* line 63, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
}

/* line 67, ../sass/_base.scss */
dd {
  margin-left: 0;
}

/* line 71, ../sass/_base.scss */
a {
  color: #000;
  text-decoration: none;
}

/* line 76, ../sass/_base.scss */
a:focus {
  border: 0;
  outline: 0;
}

/* line 81, ../sass/_base.scss */
ul, ol {
  margin: 0;
  padding-left: 0;
}
/* line 84, ../sass/_base.scss */
ul li, ol li {
  list-style: none;
}

/* line 89, ../sass/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 94, ../sass/_base.scss */
img[src$=".svg"] {
  max-width: 100%;
  height: auto;
}

/* line 99, ../sass/_base.scss */
svg {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 117, ../sass/_base.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 122, ../sass/_base.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 132, ../sass/_base.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 143, ../sass/_base.scss */
.invisible {
  visibility: hidden;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 153, ../sass/_base.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 158, ../sass/_base.scss */
  *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 165, ../sass/_base.scss */
  a {
    text-decoration: underline;
  }
  /* line 167, ../sass/_base.scss */
  a:visited {
    text-decoration: underline;
  }
  /* line 170, ../sass/_base.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 174, ../sass/_base.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 178, ../sass/_base.scss */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  /* line 182, ../sass/_base.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 186, ../sass/_base.scss */
  thead {
    display: table-header-group;
  }

  /* line 189, ../sass/_base.scss */
  tr {
    page-break-inside: avoid;
  }

  /* line 192, ../sass/_base.scss */
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }

  /* line 196, ../sass/_base.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 200, ../sass/_base.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
/*team color*/
@font-face {
  font-family: 'Helvetica Neue';
  src: local("Helvetica Neue Regular");
}
@font-face {
  font-family: 'HelveticaNeue-CondensedBold';
  src: local("HelveticaNeue-CondensedBold");
}
@font-face {
  font-family: 'bleagueFont';
  src: url("/fonts/bleage_font.eot") format("eot"), url("/fonts/bleage_font.eot?#iefix") format("embedded-opentype"), url("/fonts/bleage_font.woff") format("woff"), url("/fonts/bleage_font.ttf") format("truetype");
}
/* =====================
  all
===================== */
/* line 10, ../sass/_layout.scss */
html {
  width: 100%;
}

/* line 15, ../sass/_layout.scss */
body {
  position: relative;
  margin: 0;
}

/* line 21, ../sass/_layout.scss */
.svg-container {
  display: none;
}

/* line 26, ../sass/_layout.scss */
.container {
  position: relative;
  overflow: hidden;
}

/* line 32, ../sass/_layout.scss */
.wrap {
  width: 92%;
  max-width: 1140px;
  margin: 0 auto;
}

/* line 39, ../sass/_layout.scss */
.ib {
  display: inline-block;
}

/* line 44, ../sass/_layout.scss */
.sp {
  display: none;
}

/* line 49, ../sass/_layout.scss */
input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
  -webkit-appearance: none;
}

/* =====================
  header-block
===================== */
/* line 61, ../sass/_layout.scss */
header .header-notice {
  display: none;
  padding: .8rem 0;
  text-align: center;
  background: #f31918;
}
/* line 67, ../sass/_layout.scss */
header .header-notice p {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: .1rem;
}
/* line 76, ../sass/_layout.scss */
header .header-notice p span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: -40px;
  width: 22px;
  height: 22px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
  text-align: center;
  line-height: 1.7;
  background: #fff600;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 93, ../sass/_layout.scss */
header .header-notice p br {
  display: none;
}
/* line 98, ../sass/_layout.scss */
header .header-notice p a {
  color: #fff;
  text-decoration: underline;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 102, ../sass/_layout.scss */
header .header-notice p a:hover {
  color: #000;
}
/* line 112, ../sass/_layout.scss */
header .header-block {
  background: #000;
}
/* line 114, ../sass/_layout.scss */
header .header-block .header-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 95%;
  height: 120px;
  margin: auto;
}
/* line 123, ../sass/_layout.scss */
header .header-block .header-wrap .header-id {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 223px;
}
/* line 131, ../sass/_layout.scss */
header .header-block .header-wrap .header-id p a, header .header-block .header-wrap .header-id h1 a {
  display: inline-block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 134, ../sass/_layout.scss */
header .header-block .header-wrap .header-id p a:hover, header .header-block .header-wrap .header-id h1 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 141, ../sass/_layout.scss */
header .header-block .header-wrap .header-id p {
  width: 31px;
}
/* line 143, ../sass/_layout.scss */
header .header-block .header-wrap .header-id p a {
  position: relative;
  display: block;
  padding-top: 190.32258%;
}
/* line 148, ../sass/_layout.scss */
header .header-block .header-wrap .header-id p a svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
}
/* line 160, ../sass/_layout.scss */
header .header-block .header-wrap .header-id h1 {
  width: 162px;
  line-height: 1;
}
/* line 163, ../sass/_layout.scss */
header .header-block .header-wrap .header-id h1 img {
  width: 100%;
  vertical-align: top;
}
/* line 172, ../sass/_layout.scss */
header .header-block .header-wrap .header-nav {
  width: 520px;
  padding-bottom: 2rem;
}
/* line 175, ../sass/_layout.scss */
header .header-block .header-wrap .header-nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
/* line 181, ../sass/_layout.scss */
header .header-block .header-wrap .header-nav ul li:not(:last-child) {
  margin-right: 2rem;
}
/* line 186, ../sass/_layout.scss */
header .header-block .header-wrap .header-nav ul li a {
  font-weight: bold;
  color: #fff;
}
/* line 194, ../sass/_layout.scss */
header .header-block .header-wrap .header-nav ul li.nav-guide a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 200, ../sass/_layout.scss */
header .header-block .header-wrap .header-nav ul li.nav-guide a .icon {
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 1rem;
}
/* line 206, ../sass/_layout.scss */
header .header-block .header-wrap .header-nav ul li.nav-guide a .icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
}
/* line 216, ../sass/_layout.scss */
header .header-block .header-wrap .header-nav ul li.nav-guide a:hover {
  color: #f31918;
}
/* line 224, ../sass/_layout.scss */
header .header-block .header-wrap .header-nav ul li.nav-register a, header .header-block .header-wrap .header-nav ul li.nav-login a {
  display: block;
  width: 100%;
  padding: 3px 0 4px;
  text-align: center;
  border: 2px solid #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
/* line 235, ../sass/_layout.scss */
header .header-block .header-wrap .header-nav ul li.nav-register {
  width: 180px;
}
/* line 237, ../sass/_layout.scss */
header .header-block .header-wrap .header-nav ul li.nav-register a {
  color: #060806;
  background: #fff;
}
/* line 240, ../sass/_layout.scss */
header .header-block .header-wrap .header-nav ul li.nav-register a:hover {
  color: #fff;
}
/* line 248, ../sass/_layout.scss */
header .header-block .header-wrap .header-nav ul li.nav-login {
  width: 160px;
}
/* line 263, ../sass/_layout.scss */
header .header-block .header-wrap .sp-header-nav {
  display: none;
}
/* line 272, ../sass/_layout.scss */
header .header-account {
  display: none;
}

/* =====================
  under
===================== */
/* line 284, ../sass/_layout.scss */
.main {
  /*  main-block
  ------------------------*/
  /*  side-block
  ------------------------*/
  /* ---------------------
    ttl
  --------------------- */
}
/* line 285, ../sass/_layout.scss */
.main .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 297, ../sass/_layout.scss */
.main .main-block {
  width: 72.80702%;
}
/* line 299, ../sass/_layout.scss */
.main .main-block .main-wrap {
  width: 94.57831%;
}
/* line 310, ../sass/_layout.scss */
.main .side-block {
  width: 26.31579%;
}
/* line 312, ../sass/_layout.scss */
.main .side-block .side-ttl {
  padding: 2.4rem 3rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #000;
}
/* line 325, ../sass/_layout.scss */
.main .side-block .side-nav ul li a {
  position: relative;
  display: block;
  padding: 2.2rem 3rem;
  font-weight: bold;
  background: #f1f1f1;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 333, ../sass/_layout.scss */
.main .side-block .side-nav ul li a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2rem;
  width: 10px;
  height: 10px;
  border-top: 2px solid #c6c8cb;
  border-right: 2px solid #c6c8cb;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 348, ../sass/_layout.scss */
.main .side-block .side-nav ul li a:hover, .main .side-block .side-nav ul li a.active {
  color: #f31918;
}
/* line 350, ../sass/_layout.scss */
.main .side-block .side-nav ul li a:hover:after, .main .side-block .side-nav ul li a.active:after {
  right: 1.6rem;
  border-color: #f31918;
}
/* line 359, ../sass/_layout.scss */
.main .side-block .side-nav ul li:not(:last-child) {
  border-bottom: 1px solid #c5c8cb;
}
/* line 374, ../sass/_layout.scss */
.main .block-ttl {
  margin-bottom: 4rem;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: .2rem;
  border-bottom: 5px solid #000;
}
/* line 383, ../sass/_layout.scss */
.main .box-ttl {
  position: relative;
  margin-bottom: 4rem;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .1rem;
  border-bottom: 3px solid #f1f1f1;
}
/* line 390, ../sass/_layout.scss */
.main .box-ttl:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 25.47771%;
  height: 3px;
  background: #000;
}

/* ---------------------
  member
--------------------- */
/* line 410, ../sass/_layout.scss */
.member .main {
  overflow: hidden;
}
/* line 412, ../sass/_layout.scss */
.member .main > .wrap {
  position: relative;
}
/* line 414, ../sass/_layout.scss */
.member .main > .wrap:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 27.19298%;
  width: 200%;
  height: 120px;
  background: #f1f1f1;
}
/* line 431, ../sass/_layout.scss */
.member .main .main-block .main-wrap {
  margin-left: auto;
}
/* line 439, ../sass/_layout.scss */
.member .main .side-block {
  width: 27.19298%;
  padding-top: 3rem;
  border-right: 1px solid #dbdbdb;
}
/* line 443, ../sass/_layout.scss */
.member .main .side-block .side-wrap {
  width: 90.32258%;
}
/* line 449, ../sass/_layout.scss */
.member .main .side-block .side-ttl {
  padding: 2rem 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  background: none;
  border-bottom: 1px solid #dbdbdb;
}
/* line 463, ../sass/_layout.scss */
.member .main .side-block .side-nav ul li a {
  position: relative;
  display: block;
  padding: 1.8rem 0;
  font-weight: bold;
  background: none;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 472, ../sass/_layout.scss */
.member .main .side-block .side-nav ul li a:before, .member .main .side-block .side-nav ul li a:after {
  position: absolute;
  content: "";
}
/* line 478, ../sass/_layout.scss */
.member .main .side-block .side-nav ul li a:before {
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #f31918;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 488, ../sass/_layout.scss */
.member .main .side-block .side-nav ul li a:after {
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #c6c8cb;
  border-right: 2px solid #c6c8cb;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 500, ../sass/_layout.scss */
.member .main .side-block .side-nav ul li a:hover, .member .main .side-block .side-nav ul li a.active {
  color: #f31918;
}
/* line 502, ../sass/_layout.scss */
.member .main .side-block .side-nav ul li a:hover:before, .member .main .side-block .side-nav ul li a.active:before {
  width: 100%;
}
/* line 505, ../sass/_layout.scss */
.member .main .side-block .side-nav ul li a:hover:after, .member .main .side-block .side-nav ul li a.active:after {
  border-color: #f31918;
}
/* line 512, ../sass/_layout.scss */
.member .main .side-block .side-nav ul li:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
/* line 517, ../sass/_layout.scss */
.member .main .side-block .side-nav ul li:last-child {
  border-bottom: 1px solid #dbdbdb;
}

/* =====================
  elements
===================== */
/* line 535, ../sass/_layout.scss */
.btn {
  text-align: center;
}
/* line 537, ../sass/_layout.scss */
.btn a {
  display: block;
  margin: 0 auto;
  font-weight: bold;
  background: #fff;
  border: 2px solid #000;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 546, ../sass/_layout.scss */
.btn a:hover {
  color: #fff;
  background: #000;
}
/* line 554, ../sass/_layout.scss */
.btn button {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  outline: 0;
  background: #fff;
  border: 2px solid #000;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 565, ../sass/_layout.scss */
.btn button:hover {
  color: #fff;
  background: #000;
}
/* line 573, ../sass/_layout.scss */
.btn a[target="_blank"] {
  position: relative;
}
/* line 575, ../sass/_layout.scss */
.btn a[target="_blank"] span {
  position: absolute;
  display: block;
  top: 50%;
  right: 2rem;
  width: 11px;
  height: 9px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 585, ../sass/_layout.scss */
.btn a[target="_blank"] span:before, .btn a[target="_blank"] span:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 7px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 594, ../sass/_layout.scss */
.btn a[target="_blank"] span:before {
  top: 0;
  right: 0;
  border: 1px solid #000;
}
/* line 601, ../sass/_layout.scss */
.btn a[target="_blank"] span:after {
  left: 0;
  bottom: 0;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
/* line 613, ../sass/_layout.scss */
.btn a[target="_blank"]:hover span:before, .btn a[target="_blank"]:hover span:after {
  border-color: #fff;
}

/* line 625, ../sass/_layout.scss */
.bg-skew a {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/* line 630, ../sass/_layout.scss */
.bg-skew a:after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background: #f31918;
  transform-origin: right top;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transform: skewX(15deg) scaleX(0);
  -ms-transform: skewX(15deg) scaleX(0);
  -webkit-transform: skewX(15deg) scaleX(0);
  transform: skewX(15deg) scaleX(0);
}
/* line 648, ../sass/_layout.scss */
.bg-skew a:hover:after {
  transform-origin: left top;
  -moz-transform: skewX(15deg) scaleX(1);
  -ms-transform: skewX(15deg) scaleX(1);
  -webkit-transform: skewX(15deg) scaleX(1);
  transform: skewX(15deg) scaleX(1);
}

/* line 658, ../sass/_layout.scss */
table {
  width: 100%;
  border-collapse: collapse;
}

/* ---------------------
  list
--------------------- */
/* line 672, ../sass/_layout.scss */
.dot-list > li {
  position: relative;
  padding-left: 1.2em;
}
/* line 675, ../sass/_layout.scss */
.dot-list > li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 686, ../sass/_layout.scss */
.dot-list > li:not(:last-child) {
  margin-bottom: .3rem;
}

/* line 696, ../sass/_layout.scss */
.num-list > li {
  position: relative;
  padding-left: 1.6em;
}
/* line 701, ../sass/_layout.scss */
.num-list > li > p:first-child span {
  position: absolute;
  left: 0;
}
/* line 707, ../sass/_layout.scss */
.num-list > li > p b {
  color: #f31918;
}
/* line 713, ../sass/_layout.scss */
.num-list > li:not(:last-child) {
  margin-bottom: .3rem;
}

/* line 723, ../sass/_layout.scss */
.num-sub-list > li {
  position: relative;
  padding-left: 2.5em;
}
/* line 728, ../sass/_layout.scss */
.num-sub-list > li > p:first-child span {
  position: absolute;
  left: 0;
}
/* line 736, ../sass/_layout.scss */
.num-sub-list > li:not(:last-child) {
  margin-bottom: .3rem;
}

/* line 746, ../sass/_layout.scss */
.num-br-list > li {
  position: relative;
  padding-left: 2em;
}
/* line 751, ../sass/_layout.scss */
.num-br-list > li > p:first-child span {
  position: absolute;
  left: 0;
}
/* line 758, ../sass/_layout.scss */
.num-br-list > li:not(:last-child) {
  margin-bottom: .3rem;
}

/* line 768, ../sass/_layout.scss */
.num-cir-list > li {
  position: relative;
  padding-left: 1.5em;
}
/* line 771, ../sass/_layout.scss */
.num-cir-list > li span {
  position: absolute;
  left: 0;
}
/* line 776, ../sass/_layout.scss */
.num-cir-list > li:not(:last-child) {
  margin-bottom: .3rem;
}

/* line 786, ../sass/_layout.scss */
.num-art-list > li {
  position: relative;
  padding-left: 4.3em;
}
/* line 791, ../sass/_layout.scss */
.num-art-list > li > p:first-child span {
  position: absolute;
  left: 0;
}
/* line 798, ../sass/_layout.scss */
.num-art-list > li:not(:last-child) {
  margin-bottom: .3rem;
}

/* =====================
  club-block
===================== */
/* line 812, ../sass/_layout.scss */
.club-block {
  padding: 10rem 0 6rem;
}
/* line 814, ../sass/_layout.scss */
.club-block h2 {
  position: relative;
  margin-bottom: 2rem;
  padding: 1rem 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #f31918;
}
/* line 823, ../sass/_layout.scss */
.club-block h2:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  border-top: 8px solid #f31918;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 837, ../sass/_layout.scss */
.club-block .club-txt {
  margin-bottom: 4rem;
  text-align: center;
}
/* line 844, ../sass/_layout.scss */
.club-block h3 {
  font-family: 'bleagueFont';
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #000;
}
/* line 855, ../sass/_layout.scss */
.club-block .club-contact {
  margin: 4rem 0 6rem;
}
/* line 857, ../sass/_layout.scss */
.club-block .club-contact .main-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 861, ../sass/_layout.scss */
.club-block .club-contact .main-list > li {
  width: 22.36842%;
  margin-bottom: 3.50877%;
  padding-top: 2rem;
  border-top: 3px solid #323a59;
}
/* line 866, ../sass/_layout.scss */
.club-block .club-contact .main-list > li:not(:last-child) {
  margin-right: 3.50877%;
}
/* line 872, ../sass/_layout.scss */
.club-block .club-contact .main-list > li .ttl-box {
  margin-bottom: 2rem;
}
/* line 874, ../sass/_layout.scss */
.club-block .club-contact .main-list > li .ttl-box .ttl {
  position: relative;
  padding-left: 1.5em;
}
/* line 877, ../sass/_layout.scss */
.club-block .club-contact .main-list > li .ttl-box .ttl span {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  line-height: 1.5;
}
/* line 884, ../sass/_layout.scss */
.club-block .club-contact .main-list > li .ttl-box .ttl .num {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 890, ../sass/_layout.scss */
.club-block .club-contact .main-list > li .ttl-box .ttl .txt {
  font-weight: bold;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 897, ../sass/_layout.scss */
.club-block .club-contact .main-list > li .ttl-box .notes {
  margin: 1rem 0 0 2rem;
  padding-left: 1em;
  font-size: 13px;
  font-size: 1.3rem;
  text-indent: -1em;
  line-height: 1.6;
}
/* line 908, ../sass/_layout.scss */
.club-block .club-contact .main-list > li .btn {
  width: 100%;
  margin: 0 auto;
}
/* line 911, ../sass/_layout.scss */
.club-block .club-contact .main-list > li .btn a {
  padding: .5rem 0;
  color: #fff;
  background: #000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 918, ../sass/_layout.scss */
.club-block .club-contact .main-list > li .btn a span:before, .club-block .club-contact .main-list > li .btn a span:after {
  border-color: #fff;
}
/* line 925, ../sass/_layout.scss */
.club-block .club-contact .main-list > li .btn a:hover {
  color: #000;
  background: #fff;
}
/* line 929, ../sass/_layout.scss */
.club-block .club-contact .main-list > li .btn a:hover span:before, .club-block .club-contact .main-list > li .btn a:hover span:after {
  border-color: #000;
}
/* line 943, ../sass/_layout.scss */
.club-block ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 5.26316%;
  border: 1px solid #ececec;
}
/* line 949, ../sass/_layout.scss */
.club-block ul li {
  position: relative;
  width: 33.33333%;
  text-align: center;
  padding: 1rem 2rem 6.5rem;
}
/* line 955, ../sass/_layout.scss */
.club-block ul li .img {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 81px;
}
/* line 962, ../sass/_layout.scss */
.club-block ul li .txt {
  display: block;
  margin-bottom: .5rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  background: #999;
}
/* line 973, ../sass/_layout.scss */
.club-block ul li span {
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 978, ../sass/_layout.scss */
.club-block ul li .tel-num {
  font-weight: bold;
}
/* line 983, ../sass/_layout.scss */
.club-block ul li .notes {
  margin-top: .5rem;
}
/* line 988, ../sass/_layout.scss */
.club-block ul li .btn {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  width: calc(100% - 4rem);
  max-width: 300px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 995, ../sass/_layout.scss */
.club-block ul li .btn a {
  padding: .5rem 0;
}
/* line 1001, ../sass/_layout.scss */
.club-block ul li p {
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 1003, ../sass/_layout.scss */
.club-block ul li p:first-of-type {
  margin-top: 1rem;
}
/* line 1009, ../sass/_layout.scss */
.club-block ul li:nth-child(odd) {
  background: #ececec;
}

/* =====================
  error-block
===================== */
/* line 1024, ../sass/_layout.scss */
.error-block {
  margin: 10rem 0;
}
/* line 1026, ../sass/_layout.scss */
.error-block .error-ttl {
  width: 80%;
  margin: 0 auto 3rem;
  padding: 1rem;
  background: #f9e9e9;
  border: 2px solid #e95757;
}
/* line 1033, ../sass/_layout.scss */
.error-block .error-ttl p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #e95757;
  text-align: center;
}
/* line 1044, ../sass/_layout.scss */
.error-block .error-txt p {
  font-weight: bold;
  text-align: center;
}
/* line 1047, ../sass/_layout.scss */
.error-block .error-txt p:first-child {
  margin-bottom: 1rem;
}
/* line 1055, ../sass/_layout.scss */
.error-block .error-search {
  width: 80%;
  margin: 4rem auto 0;
  padding: 2rem;
  text-align: center;
  background: #f1f1f1;
}
/* line 1061, ../sass/_layout.scss */
.error-block .error-search input {
  width: 450px;
  padding: 1rem;
  outline: 0;
  background: #fff;
  border: 2px solid #e8e8e8;
}
/* line 1069, ../sass/_layout.scss */
.error-block .error-search button {
  margin-left: 1rem;
  padding: .5rem 3rem;
  outline: 0;
  font-weight: bold;
  color: #fff;
  background: #000;
}
/* line 1081, ../sass/_layout.scss */
.error-block .error-btn {
  margin-top: 4rem;
}
/* line 1083, ../sass/_layout.scss */
.error-block .error-btn a {
  width: 400px;
  padding: .8rem 0;
  color: #fff;
  background: #000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 1089, ../sass/_layout.scss */
.error-block .error-btn a:hover {
  color: #000;
  background: none;
}

/* =====================
  footer-block
===================== */
/* line 1105, ../sass/_layout.scss */
footer {
  position: relative;
}
/* line 1107, ../sass/_layout.scss */
footer .page-top {
  position: absolute;
  display: none;
  z-index: 999999999;
  right: 2.28571%;
}
/* line 1113, ../sass/_layout.scss */
footer .page-top a {
  position: relative;
  display: inline-block;
  padding: 2.5rem .5rem .5rem;
  font-family: 'bleagueFont';
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #010101;
  line-height: 1;
  background: #fff;
  border: 1px solid #000;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 1126, ../sass/_layout.scss */
footer .page-top a:before {
  position: absolute;
  content: "";
  top: 1rem;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  border-top: 2px solid #010101;
  border-right: 2px solid #010101;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 1141, ../sass/_layout.scss */
footer .page-top a:hover {
  color: #fff;
  background: #f31918;
  border-color: #f31918;
}
/* line 1145, ../sass/_layout.scss */
footer .page-top a:hover:before {
  border-color: #fff;
}
/* line 1155, ../sass/_layout.scss */
footer .footer-block {
  padding: 5rem 0;
  color: #c6c6c6;
  background: #000;
}
footer .footer-block .wrap{
	width:850px;
}
/* line 1159, ../sass/_layout.scss */
footer .footer-block .footer-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 1163, ../sass/_layout.scss */
footer .footer-block .footer-nav li {
  margin-bottom: 1rem;
}
/* line 1165, ../sass/_layout.scss */
footer .footer-block .footer-nav li a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #c6c6c6;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 1171, ../sass/_layout.scss */
footer .footer-block .footer-nav li a:hover {
  color: #f31918;
}
/* line 1177, ../sass/_layout.scss */
footer .footer-block .footer-nav li:not(:last-child) {
  margin-right: 2rem;
}
/* line 1185, ../sass/_layout.scss */
footer .footer-block .footer-btn {
  display: none;
}
/* line 1191, ../sass/_layout.scss */
footer .footer-block .footer-link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 3rem 0;
}
/* line 1197, ../sass/_layout.scss */
footer .footer-block .footer-link p {
  margin-right: 2rem;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
/* line 1205, ../sass/_layout.scss */
footer .footer-block .footer-link ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 1211, ../sass/_layout.scss */
footer .footer-block .footer-link ul li a {
  display: block;
}
/* line 1213, ../sass/_layout.scss */
footer .footer-block .footer-link ul li a img {
  width: 100%;
}
/* line 1220, ../sass/_layout.scss */
footer .footer-block .footer-link ul li:first-child {
  width: 100px;
  margin-right: 3rem;
}
/* line 1223, ../sass/_layout.scss */
footer .footer-block .footer-link ul li:first-child a {
  position: relative;
  padding-top: 36%;
}
/* line 1226, ../sass/_layout.scss */
footer .footer-block .footer-link ul li:first-child a:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/share/id-blgt-red.png") no-repeat;
  background-size: cover;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 1240, ../sass/_layout.scss */
footer .footer-block .footer-link ul li:first-child a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 1251, ../sass/_layout.scss */
footer .footer-block .footer-link ul li:first-child a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1255, ../sass/_layout.scss */
footer .footer-block .footer-link ul li:first-child a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 1264, ../sass/_layout.scss */
footer .footer-block .footer-link ul li:last-child {
  width: 30px;
}
/* line 1266, ../sass/_layout.scss */
footer .footer-block .footer-link ul li:last-child a {
  position: relative;
  display: block;
  padding-top: 193.33333%;
}
/* line 1271, ../sass/_layout.scss */
footer .footer-block .footer-link ul li:last-child a svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 1282, ../sass/_layout.scss */
footer .footer-block .footer-link ul li:last-child a:hover svg {
  fill: #f31918;
}
/* line 1294, ../sass/_layout.scss */
footer .footer-block .footer-txt {
  margin-bottom: 1rem;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
/* line 1302, ../sass/_layout.scss */
footer .footer-block .copy {
  text-align: center;
  letter-spacing: .1rem;
}

/* =====================
  cv-block
===================== */
/* line 1317, ../sass/_layout.scss */
.cv-block {
  display: none;
}

/* =====================
  svg
===================== */
/* line 1329, ../sass/_layout.scss */
.history01 {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

/* line 1338, ../sass/_layout.scss */
.history02 {
  fill: #fff;
}

@media screen and (max-width: 1140px) {
  /* =====================
    header-block
  ===================== */
  /* line 13, ../sass/_responsive.scss */
  header .header-block .header-wrap {
    width: 92.01754%;
    height: 100px;
  }
  /* line 16, ../sass/_responsive.scss */
  header .header-block .header-wrap .header-id {
    width: 21.25834%;
  }
  /* line 18, ../sass/_responsive.scss */
  header .header-block .header-wrap .header-id p {
    width: 13.90135%;
  }
  /* line 22, ../sass/_responsive.scss */
  header .header-block .header-wrap .header-id h1 {
    width: 72.64574%;
  }
  /* line 29, ../sass/_responsive.scss */
  header .header-block .header-wrap .header-nav {
    width: 76.26311%;
    padding-bottom: 1rem;
  }
  /* line 33, ../sass/_responsive.scss */
  header .header-block .header-wrap .header-nav ul li {
    margin-right: 2.5%;
  }
  /* line 35, ../sass/_responsive.scss */
  header .header-block .header-wrap .header-nav ul li a {
    font-size: calc((14 - 12) * ((100vw - 375px) / (1140 - 375)) + 1.2rem);
  }
  /* line 42, ../sass/_responsive.scss */
  header .header-block .header-wrap .header-nav ul li.nav-guide a .icon {
    width: 26px;
    height: 26px;
    margin-right: 1rem;
  }
  /* line 51, ../sass/_responsive.scss */
  header .header-block .header-wrap .header-nav ul li.nav-register {
    width: 160px;
  }
  /* line 56, ../sass/_responsive.scss */
  header .header-block .header-wrap .header-nav ul li.nav-login {
    width: 140px;
    margin-right: 0;
  }

  /* =====================
    under
  ===================== */
  /* line 75, ../sass/_responsive.scss */
  .main {
    /*  side-block
    ------------------------*/
    /* ---------------------
      ttl
    --------------------- */
  }
  /* line 79, ../sass/_responsive.scss */
  .main .side-block .side-ttl {
    padding: 2rem;
    font-size: calc((18 - 16) * ((100vw - 375px) / (1140 - 375)) + 1.6rem);
  }
  /* line 87, ../sass/_responsive.scss */
  .main .side-block .side-nav ul li a {
    padding: 2rem 3rem 2rem 2rem;
  }
  /* line 102, ../sass/_responsive.scss */
  .main .block-ttl {
    font-size: calc((28 - 22) * ((100vw - 375px) / (1140 - 375)) + 2.2rem);
  }
  /* line 106, ../sass/_responsive.scss */
  .main .box-ttl {
    font-size: calc((24 - 18) * ((100vw - 375px) / (1140 - 375)) + 1.8rem);
  }

  /* =====================
    club-block
  ===================== */
  /* line 120, ../sass/_responsive.scss */
  .club-block h2 {
    font-size: calc((20 - 16) * ((100vw - 375px) / (1140 - 375)) + 1.6rem);
  }
  /* line 124, ../sass/_responsive.scss */
  .club-block h3 {
    font-size: calc((30 - 28) * ((100vw - 375px) / (1140 - 375)) + 2.8rem);
  }
  /* line 134, ../sass/_responsive.scss */
  .club-block .club-contact .main-list > li .ttl-box .ttl span {
    font-size: calc((16 - 14) * ((100vw - 375px) / (1140 - 375)) + 1.4rem);
  }

  /* =====================
    error-block
  ===================== */
  /* line 152, ../sass/_responsive.scss */
  .error-block .error-ttl {
    width: 100%;
  }
  /* line 154, ../sass/_responsive.scss */
  .error-block .error-ttl p {
    font-size: calc((18 - 16) * ((100vw - 375px) / (1140 - 375)) + 1.6rem);
  }
  /* line 160, ../sass/_responsive.scss */
  .error-block .error-search {
    width: 100%;
  }
  /* line 162, ../sass/_responsive.scss */
  .error-block .error-search input {
    width: 60%;
  }
}
@media screen and (max-width: 960px) {
  /* =====================
    under
  ===================== */
  /* line 179, ../sass/_responsive.scss */
  .main-content .main, .member .main {
    /*  main-block
    ------------------------*/
    /*  side-block
    ------------------------*/
  }
  /* line 182, ../sass/_responsive.scss */
  .main-content .main .wrap, .member .main .wrap {
    width: 100%;
  }
  /* line 187, ../sass/_responsive.scss */
  .main-content .main .main-block, .member .main .main-block {
    width: 100%;
  }
  /* line 189, ../sass/_responsive.scss */
  .main-content .main .main-block .main-wrap, .member .main .main-block .main-wrap {
    width: 92%;
    margin: 0 auto;
  }
  /* line 199, ../sass/_responsive.scss */
  .main-content .main .side-block, .member .main .side-block {
    display: none;
    width: 100%;
  }

  /* ---------------------
    member
  --------------------- */
  /* line 215, ../sass/_responsive.scss */
  .member .main > .wrap {
    position: static;
  }
  /* line 218, ../sass/_responsive.scss */
  .member .main > .wrap:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 233, ../sass/_responsive.scss */
  .container {
    padding-bottom: 59px;
  }

  /* =====================
    header-block
  ===================== */
  /* line 244, ../sass/_responsive.scss */
  header .header-notice {
    padding: .7rem 0;
  }
  /* line 246, ../sass/_responsive.scss */
  header .header-notice p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  /* line 249, ../sass/_responsive.scss */
  header .header-notice p span {
    top: 50%;
    left: -30px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 258, ../sass/_responsive.scss */
  header .header-notice p br {
    display: inline;
  }
  /* line 268, ../sass/_responsive.scss */
  header .header-block .header-wrap {
    width: 92%;
    padding: 2rem 0;
    height: auto;
  }
  /* line 272, ../sass/_responsive.scss */
  header .header-block .header-wrap .header-id {
    width: 39.42029%;
  }
  /* line 274, ../sass/_responsive.scss */
  header .header-block .header-wrap .header-id p {
    width: 14.70588%;
  }
  /* line 279, ../sass/_responsive.scss */
  header .header-block .header-wrap .header-id h1 {
    width: 77.94118%;
  }
  /* line 285, ../sass/_responsive.scss */
  header .header-block .header-wrap .header-nav {
    display: none;
  }
  /* line 290, ../sass/_responsive.scss */
  header .header-block .header-wrap .sp-header-nav {
    display: block;
    width: 53.62319%;
  }
  /* line 293, ../sass/_responsive.scss */
  header .header-block .header-wrap .sp-header-nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  /* line 298, ../sass/_responsive.scss */
  header .header-block .header-wrap .sp-header-nav ul li:not(:last-child) {
    margin-right: 9.09091%;
  }
  /* line 303, ../sass/_responsive.scss */
  header .header-block .header-wrap .sp-header-nav ul li a {
    display: inline-block;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  /* line 307, ../sass/_responsive.scss */
  header .header-block .header-wrap .sp-header-nav ul li a span {
    display: block;
    line-height: 1;
  }
  /* line 313, ../sass/_responsive.scss */
  header .header-block .header-wrap .sp-header-nav ul li a .icon {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0 auto .5rem;
  }
  /* line 318, ../sass/_responsive.scss */
  header .header-block .header-wrap .sp-header-nav ul li a .icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: #fff;
  }
  /* line 329, ../sass/_responsive.scss */
  header .header-block .header-wrap .sp-header-nav ul li a .txt {
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
  }
  /* line 337, ../sass/_responsive.scss */
  header .header-block .header-wrap .sp-header-nav ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }

  /* =====================
    club-block
  ===================== */
  /* line 358, ../sass/_responsive.scss */
  .club-block .club-contact .main-list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 360, ../sass/_responsive.scss */
  .club-block .club-contact .main-list > li {
    width: 48%;
  }
  /* line 362, ../sass/_responsive.scss */
  .club-block .club-contact .main-list > li:not(:last-child) {
    margin-right: 0;
  }
  /* line 367, ../sass/_responsive.scss */
  .club-block .club-contact .main-list > li .ttl-box {
    margin-bottom: 2.5rem;
  }
  /* line 370, ../sass/_responsive.scss */
  .club-block .club-contact .main-list > li .ttl-box .ttl span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 374, ../sass/_responsive.scss */
  .club-block .club-contact .main-list > li .ttl-box .ttl .num {
    top: 4px;
  }
  /* line 381, ../sass/_responsive.scss */
  .club-block .club-contact .main-list > li:first-child, .club-block .club-contact .main-list > li:nth-child(2) {
    margin-bottom: 5rem;
  }

  /* =====================
    footer-block
  ===================== */
  /* line 398, ../sass/_responsive.scss */
  footer .page-top {
    display: none !important;
  }
  /* line 403, ../sass/_responsive.scss */
  footer .footer-block {
    padding: 5rem 0 4rem;
  }
  footer .footer-block .wrap{
	width:92%;
}
  /* line 405, ../sass/_responsive.scss */
  footer .footer-block .footer-nav {
    margin-bottom: 2rem;
  }
  /* line 409, ../sass/_responsive.scss */
  footer .footer-block .footer-nav li:not(:last-child) {
    margin-right: 2rem;
  }
  /* line 413, ../sass/_responsive.scss */
  footer .footer-block .footer-nav li.faq, footer .footer-block .footer-nav li.contact {
    display: none;
  }
  /* line 421, ../sass/_responsive.scss */
  footer .footer-block .footer-btn {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  /* line 426, ../sass/_responsive.scss */
  footer .footer-block .footer-btn li {
    width: 48%;
  }
  /* line 428, ../sass/_responsive.scss */
  footer .footer-block .footer-btn li a {
    padding: .8rem 0;
    font-size: 13px;
    font-size: 1.3rem;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #000;
  }
  /* line 433, ../sass/_responsive.scss */
  footer .footer-block .footer-btn li a span {
    font-size: 80%;
  }
  /* line 438, ../sass/_responsive.scss */
  footer .footer-block .footer-btn li a:hover {
    border-color: #fff;
  }
  /* line 447, ../sass/_responsive.scss */
  footer .footer-block .footer-link {
    margin-top: 0;
  }
  /* line 449, ../sass/_responsive.scss */
  footer .footer-block .footer-link p {
    margin-right: 4.34783%;
  }
  /* line 452, ../sass/_responsive.scss */
  footer .footer-block .footer-link ul {
    width: 34.34783%;
  }
  /* line 455, ../sass/_responsive.scss */
  footer .footer-block .footer-link ul li:first-child {
    margin-right: 19.40928%;
    width: 62.02532%;
  }
  /* line 461, ../sass/_responsive.scss */
  footer .footer-block .footer-link ul li:last-child {
    width: 18.5654%;
  }
  /* line 469, ../sass/_responsive.scss */
  footer .footer-block .footer-txt {
    margin-bottom: 0;
  }
  /* line 474, ../sass/_responsive.scss */
  footer .footer-block .copy {
    margin-top: .5rem;
    line-height: 1.4;
  }
  /* line 477, ../sass/_responsive.scss */
  footer .footer-block .copy small {
    font-size: 1rem;
  }

  /* =====================
    cv-block
  ===================== */
  /* line 492, ../sass/_responsive.scss */
  .cv-block {
    position: fixed;
    display: block;
    z-index: 1000;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #24292e;
  }
  /* line 500, ../sass/_responsive.scss */
  .cv-block ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
  }
  /* line 506, ../sass/_responsive.scss */
  .cv-block ul li {
    width: 25%;
    padding: 1rem 0 .5rem;
    text-align: center;
  }
  /* line 511, ../sass/_responsive.scss */
  .cv-block ul li a {
    display: inline-block;
  }
  /* line 513, ../sass/_responsive.scss */
  .cv-block ul li a span {
    display: block;
    line-height: 1;
  }
  /* line 519, ../sass/_responsive.scss */
  .cv-block ul li a .icon {
    position: relative;
    margin: 0 auto .5rem;
    height: 20px;
  }
  /* line 523, ../sass/_responsive.scss */
  .cv-block ul li a .icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* line 533, ../sass/_responsive.scss */
  .cv-block ul li a .txt {
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.5;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  /* line 538, ../sass/_responsive.scss */
  .cv-block ul li a .txt br {
    display: none;
  }
  /* line 545, ../sass/_responsive.scss */
  .cv-block ul li a:hover .txt {
    color: #f31918;
  }
  /* line 555, ../sass/_responsive.scss */
  .cv-block ul li.cv01 a .icon {
    width: 16px;
  }
  /* line 557, ../sass/_responsive.scss */
  .cv-block ul li.cv01 a .icon svg {
    fill: #fff;
  }
  /* line 568, ../sass/_responsive.scss */
  .cv-block ul li.cv02 a .icon {
    width: 26px;
  }
  /* line 579, ../sass/_responsive.scss */
  .cv-block ul li.cv03 a .icon svg, .cv-block ul li.cv04 a .icon svg {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
  }
  /* line 595, ../sass/_responsive.scss */
  .cv-block ul li.cv03 a .icon {
    width: 18px;
  }
  /* line 605, ../sass/_responsive.scss */
  .cv-block ul li.cv04 a .icon {
    width: 22px;
  }
}
@media screen and (max-width: 640px) {
  /* line 621, ../sass/_responsive.scss */
  .container {
    padding-bottom: 52px;
  }

  /* =====================
    all
  ===================== */
  /* line 629, ../sass/_responsive.scss */
  .pc {
    display: none;
  }

  /* line 632, ../sass/_responsive.scss */
  .sp {
    display: block;
  }

  /* =====================
    header-block
  ===================== */
  /* line 645, ../sass/_responsive.scss */
  header .header-notice p {
    font-size: 11px;
    font-size: 1.1rem;
  }

  /* =====================
    under
  ===================== */
  /* line 658, ../sass/_responsive.scss */
  .main {
    /* ---------------------
      ttl
    --------------------- */
  }
  /* line 662, ../sass/_responsive.scss */
  .main .block-ttl {
    margin-bottom: 2rem;
    font-size: 20px;
    font-size: 2rem;
    border-width: 3px;
  }
  /* line 669, ../sass/_responsive.scss */
  .main .box-ttl {
    margin-bottom: 3rem;
    font-size: 18px;
    font-size: 1.8rem;
    border-width: 2px;
  }
  /* line 673, ../sass/_responsive.scss */
  .main .box-ttl:after {
    bottom: -2px;
    width: 28.98551%;
    height: 2px;
  }

  /* =====================
    club-block
  ===================== */
  /* line 688, ../sass/_responsive.scss */
  .club-block {
    padding: 6rem 0;
  }
  /* line 690, ../sass/_responsive.scss */
  .club-block h2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 695, ../sass/_responsive.scss */
  .club-block h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* line 701, ../sass/_responsive.scss */
  .club-block .club-contact {
    margin: 4rem 0 5rem;
  }
  /* line 704, ../sass/_responsive.scss */
  .club-block .club-contact .main-list > li {
    width: 100%;
    margin-bottom: 5rem;
  }
  /* line 709, ../sass/_responsive.scss */
  .club-block .club-contact .main-list > li .ttl-box .ttl span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 713, ../sass/_responsive.scss */
  .club-block .club-contact .main-list > li .ttl-box .ttl .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 720, ../sass/_responsive.scss */
  .club-block .club-contact .main-list > li .btn {
    width: 240px;
  }
  /* line 725, ../sass/_responsive.scss */
  .club-block .club-contact .main-list > li:first-child, .club-block .club-contact .main-list > li:nth-child(2) {
    margin-bottom: 5rem;
  }
  /* line 734, ../sass/_responsive.scss */
  .club-block ul {
    margin-bottom: 10%;
  }
  /* line 736, ../sass/_responsive.scss */
  .club-block ul li {
    width: 100%;
  }
  /* line 738, ../sass/_responsive.scss */
  .club-block ul li:nth-child(odd) {
    background: #fff;
  }
  /* line 742, ../sass/_responsive.scss */
  .club-block ul li:nth-child(even) {
    background: #ececec;
  }

  /* =====================
    error-block
  ===================== */
  /* line 756, ../sass/_responsive.scss */
  .error-block {
    margin: 8rem 0;
  }
  /* line 759, ../sass/_responsive.scss */
  .error-block .error-ttl p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 766, ../sass/_responsive.scss */
  .error-block .error-txt p {
    text-align: left;
  }
  /* line 772, ../sass/_responsive.scss */
  .error-block .error-search {
    padding: 6% 5%;
  }
  /* line 774, ../sass/_responsive.scss */
  .error-block .error-search input {
    width: 100%;
    padding: 3% 5%;
  }
  /* line 779, ../sass/_responsive.scss */
  .error-block .error-search button {
    margin: 1.5rem 0 0;
  }
  /* line 786, ../sass/_responsive.scss */
  .error-block .error-btn a {
    width: 240px;
  }

  /* =====================
    cv-block
  ===================== */
  /* line 801, ../sass/_responsive.scss */
  .cv-block ul li {
    padding: .8rem 0 0;
  }
  /* line 807, ../sass/_responsive.scss */
  .cv-block ul li a .txt {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  /* line 831, ../sass/_responsive.scss */
  .container {
    padding-bottom: 47px;
  }

  /* =====================
    header-block
  ===================== */
  /* line 842, ../sass/_responsive.scss */
  header .header-notice p {
    font-size: 10px;
    font-size: 1rem;
  }

  /* =====================
    header-block
  ===================== */
  /* line 858, ../sass/_responsive.scss */
  header .header-block .header-wrap .sp-header-nav {
    width: 56.52174%;
  }
  /* line 864, ../sass/_responsive.scss */
  header .header-block .header-wrap .sp-header-nav ul li a .icon img {
    width: 20px;
  }
  /* line 870, ../sass/_responsive.scss */
  header .header-block .header-wrap .sp-header-nav ul li:not(:last-child) {
    margin-right: 6.06061%;
  }

  /* =====================
    cv-block
  ===================== */
  /* line 891, ../sass/_responsive.scss */
  .cv-block ul li a .icon {
    height: 18px;
    margin: 0 auto .2rem;
  }
  /* line 900, ../sass/_responsive.scss */
  .cv-block ul li.cv01 a .icon {
    width: 14px;
  }
  /* line 909, ../sass/_responsive.scss */
  .cv-block ul li.cv02 a .icon {
    width: 23px;
  }
  /* line 918, ../sass/_responsive.scss */
  .cv-block ul li.cv03 a .icon {
    width: 15px;
  }
  /* line 927, ../sass/_responsive.scss */
  .cv-block ul li.cv04 a .icon {
    width: 21px;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInLeft {
  form,to {
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
    animation-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
  }
  from {
    opacity: 0;
    -moz-transform: translateX(-50px) scale(0.5);
    transform: translateX(-50px) scale(0.5);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
}
@-webkit-keyframes fadeInLeft {
  form,to {
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
    animation-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px) scale(0.5);
    transform: translateX(-50px) scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
}
@keyframes fadeInLeft {
  form,to {
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
    animation-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
  }
  from {
    opacity: 0;
    -moz-transform: translateX(-50px) scale(0.5);
    -ms-transform: translateX(-50px) scale(0.5);
    -webkit-transform: translateX(-50px) scale(0.5);
    transform: translateX(-50px) scale(0.5);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
}
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes widthExtend {
  form,to {
    -webkit-animation-timing-function: cubic-bezier(0.13, 0.54, 0.47, 0.86);
    animation-timing-function: cubic-bezier(0.13, 0.54, 0.47, 0.86);
  }
  from {
    width: 0;
  }
  to {
    width: 100%;
    left: 0;
  }
}
@-webkit-keyframes widthExtend {
  form,to {
    -webkit-animation-timing-function: cubic-bezier(0.13, 0.54, 0.47, 0.86);
    animation-timing-function: cubic-bezier(0.13, 0.54, 0.47, 0.86);
  }
  from {
    width: 0;
  }
  to {
    width: 100%;
    left: 0;
  }
}
@keyframes widthExtend {
  form,to {
    -webkit-animation-timing-function: cubic-bezier(0.13, 0.54, 0.47, 0.86);
    animation-timing-function: cubic-bezier(0.13, 0.54, 0.47, 0.86);
  }
  from {
    width: 0;
  }
  to {
    width: 100%;
    left: 0;
  }
}

.footer-block a.blank,
.side-nav a.blank{
position: relative;
padding-right:2rem;
}
.footer-block a.blank span{
position: absolute;
display: block;
top: 50%;
right: 0;
width: 11px;
height: 9px;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.footer-block a.blank span::before,
.side-nav a.blank span::before{
top: 2px;
right: 2px;
border: 1px solid #c6c6c6;
position: absolute;
background:#000;
content: "";
width: 9px;
height: 7px;
}
.footer-block a.blank span::after,
.side-nav a.blank span::after{
top: 0;
right: 0;
border: 1px solid #c6c6c6;
position: absolute;
background:#000;
content: "";
width: 9px;
height: 7px;
}

.side-nav a.blank span{
	position:relative;
	display:inline;
}
.side-nav a.blank span::before{
top: 6px;
right: -22px;
border: 1px solid #888;
position: absolute;
background:#f1f1f1;
content: "";
width: 9px;
height: 7px;
}
.side-nav a.blank span::after{
top: 4px;
right: -20px;
border: 1px solid #888;
position: absolute;
background:#f1f1f1;
content: "";
width: 9px;
height: 7px;
}