@charset "UTF-8";
/* =====
 * 共通レイアウト
============================================================================= */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #000;
  line-height: 1.75;
}

/* -----
 * fonts
----------------------------------------------------------------------------- */
/* *** Josefin-sans *** */
.font-josefin {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
}

.font-josefin.__bold {
  font-weight: 700;
}

.font-josefin.__italic {
  font-style: italic;
}

/* -----
 * link setting
----------------------------------------------------------------------------- */
a:link, a:visited, a:active {
  color: #03c;
  outline: 0px none #000;
}

a img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}

/* -----
 * tag setting
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 1.3em 0 1em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 1em 0;
}

p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}

p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

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

/* -----
 * Wrapper
----------------------------------------------------------------------------- */
#Wrapper {
  min-width: 1200px;
}

/* -----
 * content-section
----------------------------------------------------------------------------- */
.content-section .section-body {
  width: 1080px;
  margin: 0 auto;
}

.content-section .section-body .icon-label {
  display: block;
  padding-top: 40px;
  text-align: center;
  font-size: 23px;
  line-height: 1em;
  background-image: url(../images/creative/common/mark-green.png);
  -webkit-background-size: 28px 29px;
          background-size: 28px 29px;
  background-repeat: no-repeat;
  background-position: top 0 center;
  color: #00e7c0;
}

.content-section .section-body .icon-label.__white {
  background-image: url(../images/creative/common/mark-white.png);
  color: #fff;
}

/* -----
 * Header
----------------------------------------------------------------------------- */
#Header .logo {
  width: 200px;
  height: 50px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  z-index: 100;
}

/* -----
 * Entry
----------------------------------------------------------------------------- */
.entry {
  padding: 85px 0 120px;
  width: 100%;
  background-image: url(../images/creative/common/entry-bg.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
}

.entry .catch {
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 0;
}

.entry .catch .image {
  display: block;
}

.entry .text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 2em;
}

.entry .btn {
  margin: 40px auto 0;
  width: 620px;
}

.entry .btn > a {
  width: 100%;
}

/* -----
 * Footer
----------------------------------------------------------------------------- */
#Footer {
  position: relative;
  padding-top: 50px;
}

#Footer .logo {
  display: block;
  width: 150px;
  height: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  z-index: 100;
}

#Footer .navi {
  width: 1080px;
  margin: 50px auto 0;
  text-align: center;
}

#Footer .navi a {
  display: inline-block;
  color: #000;
  margin: 0 20px;
}

#Footer .bottom {
  margin-top: 50px;
  padding: 30px 50px;
  background: #e9ecef;
}

#Footer .bottom .copy {
  font-size: 13px;
  line-height: 1em;
}

#scrollUp {
  width: 73px;
  height: 73px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ff8787 url(../images/creative/common/scrollup.png) center center no-repeat;
  -webkit-background-size: 15px 10px;
          background-size: 15px 10px;
}

/* -----
 * PageHeader
----------------------------------------------------------------------------- */
/* -----
 * form装飾基本設定
----------------------------------------------------------------------------- */
form input:focus,
form select:focus {
  outline: 0px #000 none;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form textarea {
  background-color: #e3e3e3;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #d2d2d2;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="number"] {
  height: 50px;
}

form input::-webkit-input-placeholder {
  color: #898989;
}

form input::-moz-placeholder {
  color: #898989;
}

form input:-moz-placeholder {
  color: #898989;
}

form input:-ms-input-placeholder {
  color: #898989;
}

form input[type="checkbox"] {
  display: none;
}

form input[type="checkbox"] + span {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  background: transparent url(../images/common/form-checkbox-off.png) 0 50% no-repeat;
  -webkit-background-size: 28px 28px;
          background-size: 28px 28px;
  padding-left: 40px;
}

form input[type="checkbox"]:checked + span {
  background-image: url(../images/common/form-checkbox-on.png);
}

form input[type="radio"] {
  display: none;
}

form input[type="radio"] + span {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  background: transparent url(../images/common/form-radio-off.png) 0 50% no-repeat;
  -webkit-background-size: 28px 28px;
          background-size: 28px 28px;
  padding-left: 40px;
}

form input[type="radio"]:checked + span {
  background-image: url(../images/common/form-radio-on.png);
}

form select {
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 0 52px 0 10px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: 0.01px;
  text-overflow: '';
  background: #e5e5e5 url(../images/common/form-select-arrow.png) 100% 50% no-repeat;
  -webkit-background-size: 32px 22px;
          background-size: 32px 22px;
}

form select::-ms-expand {
  display: none;
}

/* -----
 * 汎用クラス
----------------------------------------------------------------------------- */
/* *** fluid image box *** */
.image > img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* *** 改行 *** */
br.sp {
  display: none;
}

/* *** ボタン *** */
a.btn-style {
  display: inline-block;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fd9999;
  background-image: url(../images/creative/common/arw-white.png);
  -webkit-background-size: 16px 7px;
          background-size: 16px 7px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  border-radius: 3px;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  /* -----
 * 汎用クラス
----------------------------------------------------------------------------- */
  #scrollUp {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #scrollUp:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-color: #ef7171;
  }
  /* *** ボタン *** */
  a.btn-style {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  a.btn-style:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-color: #ef7171;
    background-position: left 20px center;
  }
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (max-width: 767px) {
  /* smart phone */
  body {
    width: 100%;
  }
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: auto;
    text-decoration: underline;
  }
  /* -----
   * Wrapper
  ----------------------------------------------------------------------------- */
  #Wrapper {
    min-width: initial;
    min-width: auto;
    overflow: hidden;
    padding-top: 0px;
  }
  #Wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /* -----
   * contents-section
  ----------------------------------------------------------------------------- */
  .content-section {
    padding: 0;
  }
  .content-section .section-body {
    padding: 45px 15px;
    width: auto;
  }
  /* -----
   * Header
  ----------------------------------------------------------------------------- */
  #Header .logo {
    width: 150px;
    height: auto;
  }
  /* -----
   * Entry
  ----------------------------------------------------------------------------- */
  .entry {
    padding-bottom: 60px;
  }
  .entry .catch {
    color: #fff;
    text-align: left;
  }
  .entry .text {
    text-align: left;
  }
  .entry .btn {
    margin: 30px auto 0;
    width: auto;
  }
  .entry .btn > a {
    width: auto;
  }
  /* -----
   * Footer
  ----------------------------------------------------------------------------- */
  #Footer .navi {
    width: auto;
  }
  #Footer .navi a {
    border-top: 1px solid #f1f3f5;
    display: block;
    padding: 25px 0;
    margin: 0;
  }
  #Footer .bottom {
    margin-top: 0px;
    padding: 25px 10px;
  }
  #Footer .bottom .copy {
    font-size: 10px;
  }
  #scrollUp {
    width: 60px;
    height: 60px;
  }
  /* -----
   * PageHeader
  ----------------------------------------------------------------------------- */
  /* -----
   * 汎用クラス
  ----------------------------------------------------------------------------- */
  /* *** 改行 *** */
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  /* *** ボタン *** */
  a.btn-style {
    display: block;
  }
}
