/**
 * default.css
 * updatedAt: 2017.03.28
 * createdAt: 2016.09.29
 */

/*========================================

  Reset

========================================*/
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p {margin:0;}
em {font-style:normal;}


/*========================================

  body

========================================*/
body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: '\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33',
  'Hiragino Kaku Gothic Pro',
  '\30E1\30A4\30EA\30AA',Meiryo,
  '\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF',
  Verdana,'Droid Sans',san-serif;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
.serif {
  font-family: '\30D2\30E9\30AE\30CE\660E\671D\20\50\72\6F',
  'Hiragino Mincho Pro',
  '\48\47\53\660E\671D\45','\FF2D\FF33\20\FF30\660E\671D',
  serif;
}
.isIE body {
  font-family: '\30E1\30A4\30EA\30AA',Meiryo,
  '\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF',
  Verdana,'Droid Sans',san-serif;
}
.ie-legacy body {
  min-width: 1000px;
}
.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 93.75%;
}
.inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 93.75%;
}
.inner:after {
  clear: both;
  display: block;
  content: '';
}
.img-box {
  line-height: 0;
}
.img-box img {
  width: 100%;
  height: auto;
}
a {
  color: #5787f4;
}
a:hover {
  color: #5787f4;
  text-decoration: underline;
}
a.hover {
  display: inline-block;
  transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
a.hover:hover {
  opacity: 0.8;
}
.b64 { display: none; }
.b48 { display: none; }
.b96 { display: none; }
.break { display: block; }

@media(max-width:960px) {
  .b96 { display: block; }
  .nb96 { display: none; }
  img.b96 { display: inline; }
}
@media(max-width:640px) {
  .wrapper,
  .inner {
    width: 90.625%;
  }
  .b64 { display: block; }
  .nb64 { display: none; }
  img.b64 { display: inline; }
}
@media(max-width:480px) {
  .b48 { display: block; }
  .nb48 { display: none; }
  img.b48 { display: inline; }
}


/*========================================

  header

========================================*/
header {
  background: #1a1a1a;
}
header h1 {
  padding: 23px 0 26px;
  width: 111px;
}
header h1 a {
  display: block;
  line-height: 0;
}
header h1 img {
  width: 100%;
  height: auto;
}

@media(max-width:640px) {
  header h1 {
    padding: 25px 0;
    width: 18.3334%;
    min-width: 80px;
  }
}


/*========================================

  .mainvisual

========================================*/
.mainvisual {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.mainvisual.p01 {
  background-image: url(../img/p01_mainvisual.jpg);
}
.mainvisual.p02 {
  background-image: url(../img/p02_mainvisual.jpg);
}
.mainvisual.p03 {
  background-image: url(../img/p03_mainvisual.jpg);
}
.mainvisual-wrap {
  margin: 0 auto;
  max-width: 1200px;
  width: 93.75%;
}
.mainvisual-inner {
  position: relative;
  margin: 0 auto;
  padding-bottom: 450px;
}
.mainvisual-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mainvisual-txt-box {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.mainvisual-txt {
  display: table-cell;
  vertical-align: middle;
}
.mainvisual-txt .txt {
  display: inline-block;
  text-align: left;
}
.mainvisual-txt .ss-visible {
  display: none !important;
}
.mainvisual .mainvisual-obj-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.mainvisual-obj-box img{
	height: 100%;
}
.mainvisual.p01 .mainvisual-txt {
  padding-left: 38.3333%;
}
.mainvisual.p02 .mainvisual-txt {
  padding-left: 50%;
}
.mainvisual.p03 .mainvisual-txt {
  padding-left: 38.3333%;
}
.mainvisual-txt em {
  display: inline-block;
  padding: 4px 10px;
  font-size: 112.5%;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background: #009b9f;
}
.mainvisual-txt h1 {
  font-size: 225%;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  font-family: YuGothic,'Yu Gothic',
  '\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33',
  'Hiragino Kaku Gothic Pro',
  '\30E1\30A4\30EA\30AA',Meiryo,
  '\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF',
  Verdana,'Droid Sans',san-serif;
}
.mainvisual-txt h1 .marker {
  display: inline-block;
  margin-top: 5px;
  padding: 3px 10px 2px;
  background: #fff;
}

@media(max-width:960px) {
  .mainvisual-inner {
    padding-bottom: 50%;
  }
  .mainvisual-txt .ss-visible {
    display: inline-block !important;
  }
  .mainvisual-txt .ss-hidden {
    display: none !important;
  }
}
@media(max-width:640px) {
  .mainvisual {
    overflow: hidden;
  }
  .mainvisual.p01 {
    background-position: 40% 50%;
  }
  .mainvisual.p02 {
    background-position: 19% 50%;
  }
  .mainvisual.p03 {
    background-position: 10% 50%;
    background-size: auto 100%;
  }
  .mainvisual-wrap {
    width: 90.625%;
  }
  .mainvisual-inner {
    padding-bottom: 85%;
  }
  .mainvisual-txt {
    vertical-align: bottom;
    padding-bottom: 10px;
  }
  .mainvisual.p01 .mainvisual-txt,
  .mainvisual.p02 .mainvisual-txt,
  .mainvisual.p03 .mainvisual-txt {
    padding-left: 0;
  }
  .mainvisual-txt em {
    font-size: 112.5%;
	margin-bottom: 4px;
  }
  .mainvisual-txt h1 {
    font-size: 182.5%;
  }
  .mainvisual-txt h1 .marker{
	margin-top: 0;
	margin-bottom:3px;
	padding:5px;
	background-color: rgba(255,255,255,0.85);
  }
  .mainvisual.p03 .mainvisual-obj-box{
	right: 0;
  }
}
@media(max-width:320px) {
  .mainvisual-txt em {
    font-size: 100%;
  }
  .mainvisual-txt h1 {
    font-size: 150%;
  }
}


/*========================================

  .intro

========================================*/
.intro {
  margin: 40px auto;
  max-width: 1000px;
  width: 93.75%;
}
.intro .lead {
  font-size: 125%;
  font-weight: 700;
  line-height: 1.9;
  color: #4c4c4c;
}

@media(max-width:960px) {
  .intro .lead {
    font-size: 112.5%;
  }
}
@media(max-width:640px) {
  .intro {
    margin-top: 20px;
    width: 90.625%;
  }
}
@media(max-width:320px) {
  .intro .lead {
    line-height: 1.8;
  }
}


/*========================================

  .next-page

========================================*/
.next-page {
  margin-top: 90px;
}
.next-page .lead {
  font-size: 112.5%;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.next-page a {
  position: relative;
  box-sizing: border-box;
  display: table;
  margin-top: 30px;
  width: 100%;
  border: 4px solid #3f3f3f;
  background: #fafafa;
  text-decoration: none;
  color: #333;
}

.next-page .lead a {
  position: static;
  display: inline;
  margin-top: 0;
  width: auto;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  color: inherit;
}

.next-page .lead a:hover {
  color: #666;
}

.next-page .img-box {
  display: table-cell;
  border: 1px solid #FFF;
  vertical-align: middle;
  width: 33.2495812%;
}
.next-page .txt-box {
  display: table-cell;
  vertical-align: middle;
}
.next-page .txt-box .txt {
  margin-left: 5%;
  padding: 20px 20px 20px 50px;
  background-image: url(../img/next_arrow@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 33px auto;
}
.ie-legacy .next-page .txt-box .txt {
  background-image: url(../img/next_arrow.png);
}
.next-page .txt-box em {
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.2;
}
.next-page .txt-box p {
  margin-top: 5px;
  font-size: 225%;
  line-height: 1.2;
}

@media(max-width:960px) {
  .next-page .img-box {
    display: none;
  }
  .next-page .txt-box .txt {
    margin-left: 30px;
    padding-left: 40px;
    background-size: 25px auto;
  }
  .next-page .txt-box em {
    font-size: 100%;
  }
  .next-page .txt-box p {
    font-size: 187.5%;
  }
}
@media(max-width:640px) {
  .next-page {
    margin: 60px auto 0;
  }
  .next-page .lead {
    text-align: left;
  }
  .next-page a {
    margin-top: 20px;
	border-width: 2px;
  }
  .next-page .txt-box .txt {
    margin-left: 20px;
    padding: 15px 20px 15px 30px;
    background-size: 20px auto;
  }
  .next-page .txt-box em {
    font-size: 87.5%;
  }
  .next-page .txt-box p {
    font-size: 150%;
  }
}


/*========================================

  .pagination

========================================*/
.pagination {
  margin-top: 45px;
  font-size: 0;
  text-align: center;
}
.pagination a {
  display: inline-table;
  margin: 0 10px;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.pagination a span {
  display: table-cell;
  vertical-align: middle;
  padding-top: 2px;
  font-size: 22px;
  line-height: 22px;
  color: #333;
  border: 2px solid #3f3f3f;
  -webkit-transition: color 0.1s, background-color 0.1s, border-color 0.1s;
  transition: color 0.1s, background-color 0.1s, border-color 0.1s;
}
.pagination a.current span,
.pagination a:hover span {
  color: #fff;
  background-color: #333;
  border-color: #000;
}

@media(max-width:640px) {
  .pagination a {
    margin: 0 8px;
    width: 40px;
    height: 40px;
  }
  .pagination a span {
    border-width: 1px;
  }
}


/*========================================

  .banner

========================================*/
.banner {
  margin-top: 80px;
}

.banner ul{
	list-style: none;
	margin: 0 -8px;
	padding: 0;
}

.banner ul li{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
	text-align: center;
}

.banner ul li img{
	width: 100%;
	height: auto;
}

@media(max-width:640px) {
  .banner {
    margin-top: 50px;
  }
  
  .banner ul{
	margin: 0;
  }
  
  .banner ul li{
	float:none;
	width: 100%;
	margin: 0 0 6px 0;
	padding: 0;
  }
}

/*========================================

  footer

========================================*/
footer {
  margin-top: 30px;
}
footer .inner {
  color: #333;
  text-align: center;
}
footer strong {
  display: block;
  padding-top: 50px;
  font-size: 200%;
  font-weight: normal;
  line-height: 1.4;
}
footer p {
  margin-top: 20px;
  font-size: 112.5%;
  line-height: 1.77;
}
footer .btn {
  display: block;
  margin: 30px auto 0;
  padding: 18px 0;
  max-width: 745px;
  background: #1a1a1a;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.0;
  color: #fff;
  text-decoration: none;
}
footer small {
  display: block;
  margin-top: 50px;
  padding: 0 0 20px;
  font-size: 10px;
}
footer .s5-returnToTop {
  margin-top: 0;
}
footer .s5-returnToTop__button {
  top: -60px;
}

@media(max-width:960px) {
  footer {
    font-size: 87.5%;
  }
}
@media(max-width:640px) {
  footer {
    margin-top: 10px;
  }
  footer strong {
    padding-top: 30px;
  }
  footer small {
    margin-top: 30px;
  }
  footer .s5-returnToTop__button {
    top: -50px;
  }
}


/*========================================

  article

========================================*/
article {
  position: relative;
  margin: 90px auto 0;
}
article:after,
section:after {
  clear: both;
  display: block;
  content: '';
}
article .heading {
  margin: 0 auto 15px;
  max-width: 1200px;
  width: 93.75%;
  font-size: 225%;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #009b9f;
  text-align: center;
}
.sub-heading {
  display: block;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.4;
  color: #009b9f;
}
.sub-heading.gray {
  color: #4c4c4c;
}
.inline-float-box {
  font-size: 0;
}
.float-box {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}
p.txt {
  margin-top: 15px;
  font-size: 100%;
  line-height: 1.875;
  letter-spacing: 0;
  color: #000;
}
.note {
  margin-top: 15px;
  font-size: 75%;
  line-height: 1.75;
  letter-spacing: -0.02em;
  color: #333;
}
article .img-box.full {
  margin-top: 20px;
}

@media(max-width:960px) {
  article {
    font-size: 93.8%;
    overflow: hidden;
  }
  article .heading {
    font-size: 200%;
  }
  .float-box {
    font-size: 0.938rem;
  }
}
@media(max-width:640px) {
  article {
    margin: 60px auto 0;
    font-size: 100%;
  }
  article .heading {
    width: 90.625%;
    font-size: 187.5%;
    line-height: 1.2;
  }
  .float-box {
    font-size: 1rem;
  }
}
@media(max-width:320px) {
  article .heading {
    font-size: 187.5%;
  }
}


/*========================================

  .one-point

========================================*/
.one-point {
  position: relative;
  padding-top: 16px;
  overflow: hidden;
}
.one-point .frame {
  padding: 35px 20px 20px;
  border: 3px solid #009b9f;
}
.one-point .frame:after {
  clear: both;
  display: block;
  content: '';
}
.one-point .point-heading {
  margin: -54px 0 22px;
  text-align: center;
}
.one-point .point-heading .ttl {
  display: inline-block;
  padding: 6px 40px 5px;
  font-size: 112.5%;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background: #009b9f;
  border-radius: 30px;
}
.one-point .coach {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
  width: 106px;
}
.one-point .txt-box {
  display: table-cell;
  vertical-align: top;
}
.one-point .txt-box p {
  font-size: 100%;
  line-height: 1.75;
  color: #000;
}

@media(max-width:960px) {
  .one-point {
    border-width: 2px;
  }
}
@media(max-width:640px) {
  .one-point {
    padding-top: 22px;
  }
  .one-point .frame {
    border-width: 2px;
  }
  .one-point .coach {
    float: left;
    display: block;
    padding: 0 15px 10px 0;
    width: 80px;
  }
  .one-point .txt-box {
    display: inline;
  }
}
@media(max-width:480px) {
  .one-point {
    margin-top: 10px;
  }
  .one-point .point-heading {
    margin: -59px 0 22px;
  }
}
@media(max-width:359px) {
  .one-point .point-heading .ttl {
    padding: 6px 30px 5px;
    font-size: 106.3%;
  }
}