@charset "UTF-8";



/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, h2, p, img, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

/* change colours to suit your needs */

/* change border colour to suit your needs */

/*==========================
original reset
==========================*/

body {
  font-size: 14px;
}

h2 {
  font-weight: normal;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
  border: none;
}

p {
  margin-bottom: 1em;
}

html {
  min-height: 100%;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */

/* Auto Height */

/* 3D Effects */

/* IE10 Windows Phone 8 Fixes */

/* Common Styles */

/* Bullets */

/* Progress */

/* Scrollbar */

/* Preloader */

/* a11y */

/*!
Flexbox Mixins
http://philipwalton.github.io/solved-by-flexbox/
https://github.com/philipwalton/solved-by-flexbox
//
Copyright (c) 2013 Brian Franco
//
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
This is a set of mixins for those who want to mess around with flexbox
using the native support of current browsers. For full support table
check: http://caniuse.com/flexbox
//
Basically this will use:
//
* Fallback, old syntax (IE10, mobile webkit browsers - no wrapping)
* Final standards syntax (FF, Safari, Chrome, IE11, Opera)
//
This was inspired by:
//
* http://dev.opera.com/articles/view/advanced-cross-browser-flexbox/
//
With help from:
//
* http://w3.org/tr/css3-flexbox/
* http://the-echoplex.net/flexyboxes/
* http://msdn.microsoft.com/en-us/library/ie/hh772069(v=vs.85).aspx
* http://css-tricks.com/using-flexbox/
* http://dev.opera.com/articles/view/advanced-cross-browser-flexbox/
* https://developer.mozilla.org/en-us/docs/web/guide/css/flexible_boxes
*/
.grid-wrapper {
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
  padding-right: 10px;
  padding-right: 1rem;
  padding-left: 10px;
  padding-left: 1rem;
  width: 100%;
  overflow: hidden;
}

.grid-wrapper--lg {
  max-width: 1280px;
}

.grid-wrapper--full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-right: -1rem;
  margin-left: -10px;
  margin-left: -1rem;
}

.row-item-gutter--lg {
  margin-left: -20px;
  margin-left: -2rem;
  margin-right: -20px;
  margin-right: -2rem;
}

.row-item-gutter--lg > [class*='col-'] {
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
}

.col-xs-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 10px;
  padding-right: 1rem;
  padding-left: 10px;
  padding-left: 1rem;
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-xs-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 10px;
  padding-right: 1rem;
  padding-left: 10px;
  padding-left: 1rem;
  -webkit-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-xs-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 10px;
  padding-right: 1rem;
  padding-left: 10px;
  padding-left: 1rem;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-align: end;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media only screen and (min-width: 480px) {
  .col-sm {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-sm-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-align: start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .basis-auto-sm {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Magnific Popup CSS */

/* Main image in popup */

/* The shadow behind the image */

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #05161a;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  word-wrap: break-word;
  line-height: 1.6;
  background-color: #fff;
}

h2 {
  font-size: inherit;
  line-height: inherit;
}

.c-wrapper {
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
  padding-right: 10px;
  padding-right: 1rem;
  padding-left: 10px;
  padding-left: 1rem;
  width: 100%;
}

.c-inner {
  padding: 20px 20px 1px;
}

.c-inner--lg {
  padding: 40px 40px 20px;
}

.c-inner--xl {
  padding: 60px 60px 40px;
}

.c-inner--one-elem {
  padding-bottom: 20px;
}

.c-inner--one-elem.c-inner--lg {
  padding-bottom: 40px;
}

.c-inner--vertical {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .c-inner {
    padding: 20px 20px 1px;
  }
  .c-inner.c-inner--one-elem {
    padding-bottom: 20px;
  }
  .c-inner.c-inner--vertical {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .c-inner-sp--sm {
    padding: 10px 10px 1px;
  }
  .c-inner--one-elem.c-inner-sp--sm {
    padding-bottom: 10px;
  }
}

.c-img img {
  display: inline-block;
  vertical-align: top;
}

.c-img--responsive img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.c-bg-img {
  background-position: center center;
  background-repeat: no-repeat;
}

.c-bg-img--cover {
  background-size: cover;
}

.c-btn a {
  background-color: #28c3d4;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  text-align: center;
  text-shadow: none;
  border: 0;
  cursor: pointer;
  font-weight: normal;
  padding: 0.8em 1.8em;
  min-width: 30%;
  line-height: 1.2;
}

.c-btn a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.c-btn--full a {
  padding-left: 0.4em;
  padding-right: 0.4em;
  width: 100%;
}

.c-btn--round a {
  border-radius: 300px;
}

.c-btn--secondary a {
  background-color: #d11b6d;
  color: #fff;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .c-btn a {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
  .c-btn--full a {
    padding-left: 0.4em;
    padding-right: 0.4em;
  }
}

.c-heading {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
}

.c-heading--lg {
  font-size: 36px;
  font-size: 3.6rem;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .c-heading {
    font-size: 2rem;
  }
  .c-heading--lg {
    font-size: 2.4rem;
  }
}

.p-heading__inner {
  padding-top: 40px;
  padding-bottom: 5px;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .p-heading__inner {
    padding-top: 20px;
  }
}

.p-heading-double-bdr--updown {
  position: relative;
  padding: .75em;
  border: none;
}

.p-heading-double-bdr--updown:before, .p-heading-double-bdr--updown:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

.p-heading-double-bdr--updown:before {
  top: 0;
  border-top: 2px solid #28c3d4;
  border-bottom: 1px solid #28c3d4;
}

.p-heading-double-bdr--updown:after {
  bottom: 0;
  border-top: 1px solid #28c3d4;
  border-bottom: 2px solid #28c3d4;
}

.p-header__logo > img {
  max-height: 50px;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .p-header__logo > img {
    max-height: 40px;
  }
}

.p-main {
  position: relative;
  min-height: 500px;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .p-main {
    min-height: 200px;
    padding: 20px 0;
  }
}

.p-main-set-2--left__heading {
  letter-spacing: .05em;
}

/* b-premium-form:フォーム
    左からの距離を確保するpaddingを追加
---------------------------------------*/

.p-footer__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .p-footer__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.u-fsxl {
  font-size: 20px;
  font-size: 2rem;
}

/*
    * SCREEN_LESS_MIDDLE（768以下）が`--sp`のmodifierクラスで定義されているため、
    * 480px以下でのfont-size調整用のmodifierクラスを例外的に`--sp-sm`と命名しています。
    */

.u-color-white {
  color: #fff;
}

/*
* SCREEN_LESS_MIDDLE（768以下）が`--sp`のmodifierクラスで定義されているため、
* 480px以下でのfont-size調整用のmodifierクラスを例外的に`--sp-sm`と命名しています。
*/

.u-align-center {
  text-align: center;
}

/*
* SCREEN_LESS_MIDDLE（768以下）が`--sp`のmodifierクラスで定義されているため、
* 480px以下でのfont-size調整用のmodifierクラスを例外的に`--sp-sm`と命名しています。
*/

.u-mbmd {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
  .u-mbmd--sp {
    margin-bottom: 20px;
  }
}