@charset "UTF-8";
/*
  flex-box 要素横並び
  必ず親要素に「display: flex;」「flex-wrap: wrap;」を指定すること！！！
  タブレットの時はPCと同じ数
  flex(PCのときの個数, 縦横の間隔, タブレットのときの個数, 縦横の間隔, スマホのときの個数, 縦横の間隔)
*/
/*
  px から vw に変換
  @param: $size 変換前のサイズ(px) $std_width 基本となるViewPort
*/
/*
  背景画像 縦横比保ったまま縮む
  背景画像（background-image）は自分で指定してね
*/
/*
  ウィンドウいっぱいの要素をコンテンツ幅内につくる
*/
/*
  天地中央
*/
/*
  ブラウザハック
  特定のブラウザだけでCSSを使うときのやつ 万が一の時用
*/
html {
  color: #333;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-size: 16px; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 16px; }

ul, li {
  list-style: none;
  padding: 0; }

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

a img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  a img:hover {
    opacity: .7; }

a {
  color: #333;
  text-decoration: none; }

@media screen and (min-width: 641px) {
  .sp-mode {
    display: none; } }

@media print {
  .sp-mode {
    display: none; } }

@media screen and (min-width: 769px) {
  .tab-mode {
    display: none; } }

@media screen and (max-width: 640px) {
  .pc-mode {
    display: none; } }

@media print {
  .pc-mode {
    display: block; } }

@media screen and (min-width: 901px) {
  .nopc-mode {
    display: none; } }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.cont__inner {
  width: 95%;
  margin: 0 auto; }
  @media screen and (min-width: 641px) {
    .cont__inner {
      max-width: 1080px; } }

.return-top {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: -250px;
  bottom: 2%;
  z-index: 10000;
  width: 50px;
  height: 50px; }
  @media screen and (min-width: 641px) {
    .return-top {
      bottom: 3%;
      width: 60px;
      height: 60px; } }
  .return-top a {
    background: #ccac2b;
    border: solid 1px #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
    .return-top a:hover {
      background: #ab851b;
      border: solid 1px #fff;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }

html {
  width: 100%; }

body {
  max-width: 100%; }

::-moz-selection {
  background: #333;
  color: #fff; }

::selection {
  background: #333;
  color: #fff; }

.lazyload {
  opacity: 0; }

.is-lazyloaded {
  opacity: 1;
  -webkit-transition: opacity .8s ease-out;
  -o-transition: opacity .8s ease-out;
  transition: opacity .8s ease-out; }

.sec__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0 100px;
  width: 90%; }
  @media screen and (max-width: 640px) {
    .sec__inner {
      padding: 70px 0 80px; } }

.sec__enttl {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: 'Caveat',serif;
  line-height: 1;
  margin-bottom: 20px;
  color: #ccac2b; }
  .sec__enttl--grn {
    color: #4e9c73; }
  .sec__enttl--lgrn {
    color: #a0c238; }

.sec__ttl {
  font-size: 6.4vw;
  text-align: center;
  font-family: "Noto Serif JP", "Yu Gothic", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-weight: 600;
  line-height: 1.5; }
  @media screen and (min-width: 641px) {
    .sec__ttl {
      font-size: 30px;
      font-size: 1.875rem; } }
  .sec__ttl--small {
    font-size: 4.4vw;
    display: block;
    line-height: 1.5;
    margin-bottom: 8px; }
    @media screen and (min-width: 641px) {
      .sec__ttl--small {
        font-size: 20px;
        font-size: 1.25rem; } }

.sec__sttl {
  font-family: "Noto Serif JP", "Yu Gothic", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-weight: 600;
  line-height: 1.5;
  font-size: 4.8vw; }
  @media screen and (min-width: 641px) {
    .sec__sttl {
      font-size: 20px;
      font-size: 1.25rem; } }

.sec__txt--bold {
  font-weight: bold; }

.sec__txt--50per {
  font-size: .5em;
  vertical-align: text-top; }

.sec__txt--150per {
  font-size: 1.5em;
  line-height: 1; }

.sec__txt--170per {
  font-size: 1.7em;
  line-height: 1; }

.hdr {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 768px) {
    .hdr {
      height: 65px; } }
  .hdr__inner {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .hdr__logo {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .hdr__logo {
        width: 30%;
        max-width: 110px; } }

.hdr-cta {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .hdr-cta {
      width: 65%;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .hdr-cta__icon {
    vertical-align: middle;
    margin-right: 12px; }
    @media screen and (max-width: 900px) {
      .hdr-cta__icon {
        margin-right: 8px; } }
    @media screen and (max-width: 768px) {
      .hdr-cta__icon {
        display: none; } }
    .hdr-cta__icon--sp {
      display: none; }
      @media screen and (max-width: 768px) {
        .hdr-cta__icon--sp {
          display: inline-block; } }
  .hdr-cta__tel {
    min-width: 250px; }
    @media screen and (max-width: 900px) {
      .hdr-cta__tel {
        min-width: 230px; } }
    @media screen and (max-width: 768px) {
      .hdr-cta__tel {
        background: #4e9c73;
        border: solid 4px #348059;
        border-radius: 3px;
        width: 100%;
        max-width: 280px;
        min-width: inherit;
        padding: 2px 0 0px; } }
    .hdr-cta__tel a {
      display: block;
      width: 100%;
      height: 100%;
      line-height: 1;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .hdr-cta__tel a {
          color: #fff; } }
    .hdr-cta__tel--num {
      line-height: 1;
      font-size: 32px;
      font-size: 2rem;
      font-family: 'Roboto', serif; }
      @media screen and (max-width: 900px) {
        .hdr-cta__tel--num {
          font-size: 26px;
          font-size: 1.625rem; } }
      @media screen and (max-width: 640px) {
        .hdr-cta__tel--num {
          font-size: 24px;
          font-size: 1.5rem; } }
    .hdr-cta__tel--note {
      font-weight: bold;
      font-size: 14px;
      font-size: 0.875rem;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .hdr-cta__tel--note {
          font-size: 13px;
          font-size: 0.8125rem;
          color: #fff;
          max-width: 230px;
          margin: 0 auto; } }
      @media screen and (max-width: 640px) {
        .hdr-cta__tel--note {
          max-width: 194px; } }
      .hdr-cta__tel--note::before, .hdr-cta__tel--note::after {
        content: '';
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 1px;
        background: #333;
        display: block; }
        @media screen and (max-width: 768px) {
          .hdr-cta__tel--note::before, .hdr-cta__tel--note::after {
            background: #fff; } }
      .hdr-cta__tel--note::before {
        margin-right: 6px; }
      .hdr-cta__tel--note::after {
        margin-left: 6px; }
  .hdr-cta__line, .hdr-cta__mail {
    margin-left: 10px;
    height: 50px;
    width: 230px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold; }
    @media screen and (max-width: 900px) {
      .hdr-cta__line, .hdr-cta__mail {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media screen and (max-width: 768px) {
      .hdr-cta__line, .hdr-cta__mail {
        display: none; } }
    .hdr-cta__line a, .hdr-cta__mail a {
      color: #fff;
      border-radius: 3px;
      display: inline-block;
      width: 100%;
      line-height: 50px;
      text-align: center;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
      .hdr-cta__line a:hover, .hdr-cta__mail a:hover {
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out; }
  .hdr-cta__line a {
    background: #4e9c73; }
    .hdr-cta__line a:hover {
      background: #348059; }
  .hdr-cta__mail a {
    background: #ccac2b; }
    .hdr-cta__mail a:hover {
      background: #ab851b; }

.kv {
  position: relative;
  background: url("../images/pattern_01.png") repeat, url("../images/kv_bg.png") no-repeat right bottom;
  background-size: auto,cover;
  background-color: #f2ece4; }
  @media screen and (max-width: 768px) {
    .kv {
      background: url("../images/pattern_01.png") repeat, url("../images/kv_bg_sp.png") no-repeat center bottom;
      background-size: auto,cover;
      height: auto; } }
  .kv__img {
    position: absolute;
    margin: 0 auto;
    max-width: 90%;
    width: 1177px;
    top: 0;
    right: 30px;
    left: 0; }
    @media screen and (max-width: 768px) {
      .kv__img {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 100%;
        width: 100%;
        right: 0;
        margin-bottom: 10px; } }
    @media screen and (max-width: 768px) {
      .kv__img--pc {
        display: none; } }
    .kv__img--sp {
      display: none; }
      @media screen and (max-width: 768px) {
        .kv__img--sp {
          display: block; } }
  .kv__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 80%;
    text-align: center;
    padding: 60px 0 70px; }
    @media screen and (max-width: 768px) {
      .kv__inner {
        padding: 30px 0 60px; } }
    @media screen and (max-width: 640px) {
      .kv__inner {
        width: 90%; } }
  .kv__txtarea {
    width: 60%; }
    @media screen and (max-width: 768px) {
      .kv__txtarea {
        width: 100%; } }
  .kv__txt {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 30px; }
    @media screen and (max-width: 1290px) {
      .kv__txt {
        font-size: 1.9vw; } }
    @media screen and (max-width: 768px) {
      .kv__txt {
        font-size: 3.6vw;
        margin-bottom: 10px; } }
    .kv__txt--large {
      font-size: 36px;
      font-size: 2.25rem;
      display: inline-block;
      line-height: 1.4;
      font-family: 'Noto Sans JP', sans-serif;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #dbc56b));
      background: -webkit-linear-gradient(transparent 75%, #dbc56b 0%);
      background: -o-linear-gradient(transparent 75%, #dbc56b 0%);
      background: linear-gradient(transparent 75%, #dbc56b 0%); }
      @media screen and (max-width: 1290px) {
        .kv__txt--large {
          font-size: 2.8vw; } }
      @media screen and (max-width: 768px) {
        .kv__txt--large {
          font-size: 7.2vw;
          margin-top: 10px; } }
    @media screen and (max-width: 768px) {
      .kv__txt--br {
        display: none; } }
  .kv__sence {
    display: block;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .kv__sence--pc {
        display: none; } }
    .kv__sence--sp {
      display: none; }
      @media screen and (max-width: 768px) {
        .kv__sence--sp {
          display: block;
          position: absolute;
          left: 10px;
          top: 20%;
          width: 18%; } }
  .kv__note {
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #333;
    font-size: 13px;
    font-size: 0.8125rem; }
    @media screen and (max-width: 640px) {
      .kv__note {
        font-size: 11px;
        font-size: 0.6875rem;
        right: 0;
        left: 0;
        margin: auto; } }
  .kv__push {
    text-align: center; }
    @media screen and (max-width: 640px) {
      .kv__push img {
        width: 90%; } }

.logo-group {
  padding: 20px; }
  .logo-group__imgarea {
    text-align: center;
    margin: 0 auto;
    max-width: 95%; }
  @media screen and (max-width: 899px) {
    .logo-group__pc {
      display: none; } }
  @media screen and (min-width: 900px) {
    .logo-group__mb {
      display: none; } }

.cta {
  background: url("../images/cta_bg.png") no-repeat center top/cover;
  overflow-x: hidden; }
  .cta__inner {
    position: relative;
    padding: 40px 0; }
  .cta__push {
    position: absolute;
    top: 30px;
    left: 5%;
    display: inline-block;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .cta__push {
        top: 20px; } }
    @media screen and (max-width: 640px) {
      .cta__push {
        width: 90px; } }
  .cta__box {
    position: relative;
    background: #fff;
    padding: 3% 5% 3% 5%; }
    @media screen and (max-width: 768px) {
      .cta__box {
        padding: 40px 5% 5%; } }
  .cta__ttl {
    font-size: 30px;
    font-size: 1.875rem;
    padding-left: 150px;
    font-family: "Noto Serif JP", "Yu Gothic", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
    font-weight: 600;
    width: 90%;
    margin-bottom: 30px;
    line-height: 1.5; }
    @media screen and (max-width: 900px) {
      .cta__ttl {
        font-size: 2.8vw;
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .cta__ttl {
        padding-left: 0;
        margin-top: 40px;
        text-align: center;
        font-size: 4.6vw; } }
    @media screen and (max-width: 640px) {
      .cta__ttl {
        font-size: 5.6vw;
        margin: 10px 0 20px; } }
    .cta__ttl--br {
      display: none; }
      @media screen and (max-width: 768px) {
        .cta__ttl--br {
          display: block; } }
  .cta__txt {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Noto Serif JP", "Yu Gothic", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      .cta__txt {
        width: 55%; } }
    @media screen and (max-width: 640px) {
      .cta__txt {
        font-size: 3.6vw; } }
  .cta__flex {
    width: calc(100% - 284px); }
    @media screen and (max-width: 900px) {
      .cta__flex {
        width: calc(100% - 250px); } }
    @media screen and (max-width: 768px) {
      .cta__flex {
        width: 100%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 200px;
        margin-bottom: 60px; } }
    @media screen and (max-width: 640px) {
      .cta__flex {
        min-height: inherit;
        margin-bottom: 0; } }
  .cta__img {
    position: absolute;
    right: -130px;
    bottom: -40px;
    max-width: 452px; }
    @media screen and (max-width: 900px) {
      .cta__img {
        width: 310px; } }
    @media screen and (max-width: 768px) {
      .cta__img {
        width: 55%;
        right: calc(-5% + -15px);
        bottom: -50px; } }
    @media screen and (max-width: 640px) {
      .cta__img {
        top: 0;
        bottom: auto; } }
    @media screen and (max-width: 768px) {
      .cta__img--pc {
        display: none; } }
    .cta__img--sp {
      display: none; }
      @media screen and (max-width: 768px) {
        .cta__img--sp {
          display: block; } }

.cta-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  width: 80%;
  max-width: 700px; }
  @media screen and (max-width: 768px) {
    .cta-btn {
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .cta-btn__note {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1; }
  .cta-btn__icon {
    vertical-align: middle;
    margin-right: 12px; }
  .cta-btn__line, .cta-btn__mail {
    width: 340px; }
    @media screen and (max-width: 768px) {
      .cta-btn__line, .cta-btn__mail {
        width: 100%;
        margin: 8px 0; } }
    .cta-btn__line a, .cta-btn__mail a {
      font-size: 22px;
      font-size: 1.375rem;
      color: #fff;
      font-weight: bold;
      text-align: center;
      display: inline-block;
      width: 100%;
      padding: 9px 0 1px 0;
      border-radius: 3px;
      -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
      .cta-btn__line a:hover, .cta-btn__mail a:hover {
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out; }
  @media screen and (max-width: 768px) {
    .cta-btn__line {
      margin-bottom: 15px; } }
  .cta-btn__line a {
    background: #4e9c73;
    border: solid 4px #83ba9d; }
    .cta-btn__line a:hover {
      background: #348059;
      border: solid 4px #71a68b; }
  .cta-btn__mail {
    /* margin-left: 10px;*/ }
    @media screen and (max-width: 768px) {
      .cta-btn__mail {
        margin-left: 0; } }
    .cta-btn__mail a {
      background: #cc612b;
      border: solid 4px #db916b; }
      .cta-btn__mail a:hover {
        background: #b03107;
        border: solid 4px c86f52; }

.results {
  background: url("../images/pattern_02.png") repeat; }
  .results__ttl {
    margin-bottom: 36px; }
    @media screen and (max-width: 640px) {
      .results__ttl {
        margin-bottom: 30px; } }

.results-clip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 80px; }
  @media screen and (max-width: 900px) {
    .results-clip {
      max-width: 600px; } }
  .results-clip__item {
    position: relative;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    width: calc(96% / 4);
    background: #fff; }
    @media screen and (max-width: 900px) {
      .results-clip__item {
        width: calc(96% / 2); }
        .results-clip__item:nth-of-type(n+3) {
          margin-top: 30px; } }
    .results-clip__item::after {
      content: '';
      position: absolute;
      top: -15px;
      right: 0;
      left: 0;
      margin: auto;
      display: inline-block;
      width: 40px;
      height: 30px;
      background: url("../images/icon_pin.png") no-repeat center/contain; }
  .results-clip__img {
    padding: 5px;
    background: #fff; }
    .results-clip__img img {
      width: 100%;
      height: auto; }
  .results-clip__txtarea {
    text-align: center;
    padding: 10px; }
    @media screen and (min-width: 641px) {
      .results-clip__txtarea {
        padding: 10px 20px 20px 20px; } }
  .results-clip__name {
    font-weight: bold;
    font-size: 3.7vw; }
    @media screen and (min-width: 641px) {
      .results-clip__name {
        font-size: 18px;
        font-size: 1.125rem; } }
  .results-clip__detail {
    margin-bottom: 10px; }
    @media screen and (max-width: 640px) {
      .results-clip__detail {
        font-size: 3.2vw; } }
  .results-clip__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold; }
    .results-clip__price--dt {
      font-size: 2.6vw;
      color: #fff;
      background: #ccac2b;
      padding: 0 5px; }
      @media screen and (min-width: 641px) {
        .results-clip__price--dt {
          font-size: 14px;
          font-size: 0.875rem;
          padding: 0 10px; } }
    @media screen and (max-width: 640px) {
      .results-clip__price--dd {
        font-size: 3.6vw; } }

.results-case__ttl {
  margin-bottom: 30px; }

.results-case__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%; }
  @media screen and (min-width: 641px) {
    .results-case__flex {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.results-case__item {
  padding: 10px 5%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 769px) {
    .results-case__item {
      height: 70px;
      padding: 0 50px 0 20px; } }
  .results-case__item:nth-of-type(n+2) {
    margin-top: 20px; }
  .results-case__item:nth-of-type(n+4) {
    display: none; }

.results-case__img {
  width: 52px;
  text-align: center;
  margin-right: 10px; }
  @media screen and (max-width: 640px) {
    .results-case__img {
      display: none; } }

.results-case__txtarea {
  width: calc(100% - 220px - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 640px) {
    .results-case__txtarea {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; } }

.results-case__name {
  font-weight: bold;
  margin-right: 1em; }
  @media screen and (max-width: 640px) {
    .results-case__name {
      width: 100%; } }

.results-case__price {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold; }
  @media screen and (max-width: 640px) {
    .results-case__price {
      margin: 0 0 0 auto;
      width: 200px; } }
  .results-case__price--dt {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    background: #ccac2b;
    padding: 2px 10px; }
    @media screen and (max-width: 640px) {
      .results-case__price--dt {
        padding: 0px 10px; } }
  .results-case__price--dd .sec__txt--150per {
    line-height: 1.4; }

.results-case__btn {
  width: 300px;
  height: 50px;
  margin: 70px auto 0; }
  @media screen and (max-width: 640px) {
    .results-case__btn {
      margin: 50px auto 0; } }
  .results-case__btn a {
    position: relative;
    color: #ccac2b;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    background-color: #fff;
    border: solid 2px #ccac2b;
    padding-right: 30px;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out; }
    .results-case__btn a::after {
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
      content: '';
      width: 8px;
      height: 8px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      border-right: solid 2px #ccac2b;
      border-bottom: solid 2px #ccac2b;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out; }
    .results-case__btn a:hover {
      background-color: #ccac2b;
      color: #fff;
      -webkit-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out; }
      .results-case__btn a:hover::after {
        border-right: solid 2px #fff;
        border-bottom: solid 2px #fff;
        -webkit-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out; }

.results-case__btn.open a::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.expensive__ttl {
  margin-bottom: 36px; }
  @media screen and (max-width: 640px) {
    .expensive__ttl {
      margin-bottom: 30px; } }

.expensive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  @media screen and (max-width: 640px) {
    .expensive__list {
      display: block; } }

@media screen and (min-width: 769px) {
  .expensive__item {
    width: calc(1 / 4 * 100% - 13px * (4 - 1) / 4);
    margin-top: 30px;
    margin-right: 13px; }
    .expensive__item:nth-of-type(-n+4) {
      margin-top: 0; }
    .expensive__item:nth-of-type(4n) {
      margin-right: 0; } }

@media screen and (max-width: 768px) and (min-width: 641px) {
  .expensive__item {
    width: calc(1 / 3 * 100% - 13px * (3 - 1) / 3);
    margin-top: 30px;
    margin-right: 13px; }
    .expensive__item:nth-of-type(-n+3) {
      margin-top: 0; }
    .expensive__item:nth-of-type(3n) {
      margin-right: 0; } }

@media screen and (max-width: 640px) {
  .expensive__item {
    width: calc(1 / 1 * 100% - 10px * (1 - 1) / 1);
    margin-top: 10px;
    margin-right: 10px; }
    .expensive__item:nth-of-type(-n+1) {
      margin-top: 0; }
    .expensive__item:nth-of-type(1n) {
      margin-right: 0; } }

@media screen and (max-width: 640px) {
  .expensive__item {
    border-left: solid 5px #ccac2b;
    padding: 1.33% 3.2% 1.33% 1.33%;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); } }

@media screen and (max-width: 640px) {
  .expensive__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.expensive__img img {
  display: block;
  border: solid 4px #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 640px) {
    .expensive__img img {
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 30%; } }

.expensive__name {
  font-weight: bold;
  text-align: center;
  margin-top: 10px; }
  @media screen and (max-width: 640px) {
    .expensive__name {
      margin: 0 0 0 15px;
      text-align: left; } }

.expensive-product {
  margin: 0 auto 60px; }
  @media screen and (min-width: 641px) {
    .expensive-product {
      margin: 0 auto 90px; } }
  .expensive-product__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 40px; }
  .expensive-product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    line-height: 1.2;
    width: 30%;
    margin-right: 1%; }
    .expensive-product__item:nth-of-type(n+4) {
      margin-top: 1em; }
    .expensive-product__item:nth-of-type(3n) {
      margin-right: 0; }
    .expensive-product__item::before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      min-width: 16px;
      margin-right: 12px;
      background: url("../images/icon_check.png") no-repeat center/contain; }
    @media screen and (max-width: 768px) {
      .expensive-product__item {
        width: 48%;
        margin-right: 0; }
        .expensive-product__item:nth-of-type(2), .expensive-product__item:nth-of-type(6), .expensive-product__item:nth-of-type(10), .expensive-product__item:nth-of-type(14), .expensive-product__item:nth-of-type(18) {
          width: 48%; }
        .expensive-product__item:nth-of-type(n+3) {
          margin-top: 1em; } }
    @media screen and (max-width: 640px) {
      .expensive-product__item {
        font-size: 14px;
        font-size: 0.875rem; } }
  .expensive-product__push {
    text-align: center; }
    .expensive-product__push--br {
      display: none; }
      @media screen and (max-width: 768px) {
        .expensive-product__push--br {
          display: block; } }

.expensive-maker__ttl {
  margin-bottom: 50px; }
  .expensive-maker__ttl--balloon {
    position: relative; }
    @media screen and (max-width: 640px) {
      .expensive-maker__ttl--balloon {
        display: none; } }
    .expensive-maker__ttl--balloon::after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 100%;
      display: inline-block;
      margin-right: 20px;
      width: 60px;
      height: 60px;
      vertical-align: bottom;
      background: url("../images/icon_check-balloon.png") no-repeat center/contain; }

.worried {
  background: url("../images/worried_img.png") no-repeat bottom center;
  padding-bottom: 180px; }
  @media screen and (max-width: 768px) {
    .worried {
      background-size: 500px auto;
      padding-bottom: 160px; } }
  @media screen and (max-width: 640px) {
    .worried {
      background-size: 340px auto;
      padding-bottom: 110px; } }
  .worried__inner {
    padding: 70px 0 40px; }
  .worried__ttl {
    margin-bottom: 60px; }
    @media screen and (max-width: 640px) {
      .worried__ttl {
        margin-bottom: 50px; } }
  .worried__sttl {
    margin-bottom: 20px;
    text-align: center; }
    @media screen and (max-width: 900px) {
      .worried__sttl {
        font-size: 1.9vw; } }
    @media screen and (max-width: 768px) {
      .worried__sttl {
        font-size: 20px;
        font-size: 1.25rem; } }
  .worried__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .worried__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .worried__item {
    position: relative;
    max-width: 300px;
    width: calc(96% / 3);
    border: solid 1px #ccac2b;
    padding: 4% 1.8% 1.4% 1.8%; }
    @media screen and (max-width: 768px) {
      .worried__item {
        max-width: 500px;
        width: 100%;
        margin-bottom: 40px;
        padding: 40px 20px 20px; }
        .worried__item:last-of-type {
          margin-bottom: 0; } }
  .worried__num {
    font-size: 40px;
    font-size: 2.5rem;
    color: #ccac2b;
    font-family: 'Roboto', serif;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    line-height: 1;
    width: 80px;
    text-align: center;
    background: #fff;
    margin: auto; }

.solution {
  background: url("../images/pattern_02.png") repeat; }
  .solution__ttl {
    margin-bottom: 70px; }
    @media screen and (max-width: 640px) {
      .solution__ttl {
        font-size: 6.4vw;
        margin-bottom: 40px; } }
    @media screen and (max-width: 640px) {
      .solution__ttl--small {
        font-size: 4.0vw; } }
    .solution__ttl--br {
      display: none; }
      @media screen and (max-width: 768px) {
        .solution__ttl--br {
          display: block; } }
  .solution__sttl {
    position: relative; }
    @media screen and (max-width: 768px) {
      .solution__sttl {
        text-align: center; } }
  .solution__img {
    width: 35%;
    background: url("../images/solution_img01.png") no-repeat center;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .solution__img {
        width: 100%;
        height: 240px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .solution__num {
    font-weight: normal;
    font-size: 80px;
    font-size: 5rem;
    position: absolute;
    top: -100px;
    left: 0;
    color: #ccac2b;
    font-family: 'Roboto', serif;
    line-height: 1; }
    @media screen and (max-width: 900px) {
      .solution__num {
        top: -90px; } }
    @media screen and (max-width: 768px) {
      .solution__num {
        font-size: 64px;
        font-size: 4rem;
        margin-bottom: 10px;
        position: static;
        display: block; } }
  .solution__txtarea {
    width: 65%;
    background: #fff;
    padding: 5% 5% 5% 5%; }
    @media screen and (max-width: 768px) {
      .solution__txtarea {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    @media screen and (max-width: 640px) {
      .solution__txtarea {
        padding: 20px 5% 30px 5%; } }
  .solution__hr {
    position: relative;
    margin: 20px auto 30px;
    border: none;
    overflow: inherit;
    background: #ccac2b; }
    .solution__hr::before, .solution__hr::after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 5px;
      height: 5px;
      background: #ccac2b;
      border-radius: 50%;
      top: 0;
      bottom: 0;
      margin: auto; }
    .solution__hr::before {
      left: 0; }
    .solution__hr::after {
      right: 0; }
  .solution__list {
    margin-bottom: 20px; }
  .solution__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 70px; }
    @media screen and (max-width: 768px) {
      .solution__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 60px; } }
    .solution__item:nth-of-type(2) .solution__img {
      background: url("../images/solution_img02.png") no-repeat center;
      background-size: cover; }
    .solution__item:nth-of-type(3) .solution__img {
      background: url("../images/solution_img03.png") no-repeat center;
      background-size: cover; }
    .solution__item:last-of-type {
      margin-bottom: 0; }
    .solution__item:nth-of-type(2n) .solution__num {
      left: auto;
      right: 0; }
  .solution__caution--item {
    font-size: 13px;
    font-size: 0.8125rem; }

.reason {
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 620px, white 700px), url("../images/reason_img.png") no-repeat right;
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 620px, white 700px), url("../images/reason_img.png") no-repeat right;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 620px, white 700px), url("../images/reason_img.png") no-repeat right;
  height: 578px; }
  @media screen and (max-width: 768px) {
    .reason {
      background: none;
      height: auto; } }
  .reason__inner {
    background: -webkit-gradient(linear, right top, left top, color-stop(35%, rgba(255, 255, 255, 0)), color-stop(45%, white));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 35%, white 45%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 35%, white 45%);
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 35%, white 45%);
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .reason__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 0 80px; } }
  .reason__enttl {
    text-align: left; }
    @media screen and (max-width: 768px) {
      .reason__enttl {
        text-align: center; } }
  .reason__ttl {
    text-align: left;
    margin-bottom: 40px; }
    @media screen and (max-width: 900px) {
      .reason__ttl {
        font-size: 3.4vw; } }
    @media screen and (max-width: 768px) {
      .reason__ttl {
        font-size: 4.6vw;
        text-align: center; } }
    @media screen and (max-width: 640px) {
      .reason__ttl {
        font-size: 4.8vw; } }
    .reason__ttl--br {
      display: none; }
      @media screen and (max-width: 768px) {
        .reason__ttl--br {
          display: block; } }
  .reason__img {
    display: none; }
    @media screen and (max-width: 768px) {
      .reason__img {
        display: block;
        width: 100%; } }
  .reason__txtarea {
    margin: 0 auto 0 0;
    max-width: 640px;
    width: 64%; }
    @media screen and (max-width: 768px) {
      .reason__txtarea {
        width: 90%;
        margin: 0 auto;
        max-width: inherit; } }
  .reason__txt {
    max-width: 500px; }
    @media screen and (max-width: 768px) {
      .reason__txt {
        max-width: inherit; } }

.voice {
  background: url("../images/pattern_02.png") repeat; }
  .voice__ttl {
    margin-bottom: 70px; }
    @media screen and (max-width: 640px) {
      .voice__ttl {
        font-size: 6.4vw;
        margin-bottom: 40px; } }
    @media screen and (max-width: 640px) {
      .voice__ttl--small {
        font-size: 4.0vw; } }
  .voice__sttl {
    position: relative; }
    @media screen and (max-width: 768px) {
      .voice__sttl {
        text-align: center; } }
  .voice__img {
    width: 35%;
    background: url("../images/solution_img01.png") no-repeat center/cover; }
    @media screen and (max-width: 768px) {
      .voice__img {
        width: 100%;
        height: 240px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .voice__num {
    font-weight: normal;
    font-size: 80px;
    font-size: 5rem;
    position: absolute;
    top: -100px;
    left: 0;
    color: #ccac2b;
    font-family: 'Roboto', serif;
    line-height: 1; }
    @media screen and (max-width: 900px) {
      .voice__num {
        top: -90px; } }
    @media screen and (max-width: 768px) {
      .voice__num {
        font-size: 64px;
        font-size: 4rem;
        margin-bottom: 10px;
        position: static;
        display: block; } }
  .voice__txtarea {
    width: 65%;
    background: #fff;
    padding: 5% 5% 5% 5%; }
    @media screen and (max-width: 768px) {
      .voice__txtarea {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    @media screen and (max-width: 640px) {
      .voice__txtarea {
        padding: 20px 5% 30px 5%; } }
  .voice__hr {
    position: relative;
    margin: 20px auto 30px;
    border: none;
    overflow: inherit;
    background: #ccac2b; }
    .voice__hr::before, .voice__hr::after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 5px;
      height: 5px;
      background: #ccac2b;
      border-radius: 50%;
      top: 0;
      bottom: 0;
      margin: auto; }
    .voice__hr::before {
      left: 0; }
    .voice__hr::after {
      right: 0; }
  .voice__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    font-weight: bold; }
  .voice__statusitem {
    font-size: 14px;
    font-size: 0.875rem; }
    .voice__statusitem:first-of-type {
      margin-right: 20px; }
    .voice__statusitem--label {
      background: #f5f5f5;
      padding: 5px 10px;
      margin-right: 10px; }
      @media screen and (max-width: 640px) {
        .voice__statusitem--label {
          width: 90px;
          padding: 3px;
          text-align: center;
          display: inline-block; } }
    @media screen and (max-width: 640px) {
      .voice__statusitem {
        width: 100%; }
        .voice__statusitem:first-of-type {
          margin: 0 0 10px; } }
  .voice__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 70px; }
    @media screen and (max-width: 768px) {
      .voice__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 60px; } }
    .voice__item:nth-of-type(1) .voice__img {
      background: url("../images/voice_img_01.jpg") no-repeat center/cover; }
    .voice__item:nth-of-type(2) .voice__img {
      background: url("../images/voice_img_02.jpg") no-repeat center/cover; }
    .voice__item:nth-of-type(3) .voice__img {
      background: url("../images/voice_img_03.jpg") no-repeat center/cover; }
    .voice__item:last-of-type {
      margin-bottom: 0; }
    .voice__item:nth-of-type(2n+1) .voice__num {
      left: auto;
      right: 0; }

@media screen and (max-width: 640px) {
  .buying__inner {
    padding: 70px 0 40px; } }

.buying__ttl {
  margin-bottom: 70px; }
  @media screen and (max-width: 640px) {
    .buying__ttl {
      font-size: 8vw;
      margin-bottom: 50px; } }

.buying__sttl {
  text-align: left;
  margin-bottom: 10px; }
  @media screen and (max-width: 640px) {
    .buying__sttl {
      margin-bottom: 20px;
      text-align: center; } }
  @media screen and (max-width: 640px) {
    .buying__sttl--150per {
      display: block;
      margin-top: 6px; } }
  .buying__sttl--caution {
    font-size: 13px;
    font-size: 0.8125rem; }

.buying__box {
  margin-bottom: 70px; }
  .buying__box:last-of-type {
    margin-bottom: 0; }

.buying__caution {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
  margin-top: 10px; }

.buying__hr {
  position: relative;
  margin: 18px auto 72px;
  border: none;
  overflow: inherit;
  background: #ccac2b; }
  .buying__hr::before, .buying__hr::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ccac2b;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto; }
  .buying__hr::before {
    left: 0; }
  .buying__hr::after {
    right: 0; }

.buying__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .buying__flow::after {
      content: '';
      display: block;
      height: 0;
      width: calc(1 / 2 * 100% - 13px * (2 - 1) / 2);
      max-width: 240px; } }
  .buying__flow--link {
    color: #4e9c73;
    font-weight: bold;
    border-bottom: solid 1px #4e9c73;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .buying__flow--link:hover {
      opacity: .7;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
  .buying__flow--item {
    position: relative;
    max-width: 240px; }
    @media screen and (min-width: 769px) {
      .buying__flow--item {
        width: calc(1 / 4 * 100% - 13px * (4 - 1) / 4);
        margin-top: 0px;
        margin-right: 13px; }
        .buying__flow--item:nth-of-type(-n+4) {
          margin-top: 0; }
        .buying__flow--item:nth-of-type(4n) {
          margin-right: 0; } }
    @media screen and (max-width: 768px) and (min-width: 641px) {
      .buying__flow--item {
        width: calc(1 / 2 * 100% - 13px * (2 - 1) / 2);
        margin-top: 60px;
        margin-right: 13px; }
        .buying__flow--item:nth-of-type(-n+2) {
          margin-top: 0; }
        .buying__flow--item:nth-of-type(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      .buying__flow--item {
        width: calc(1 / 2 * 100% - 13px * (2 - 1) / 2);
        margin-top: 60px;
        margin-right: 13px; }
        .buying__flow--item:nth-of-type(-n+2) {
          margin-top: 0; }
        .buying__flow--item:nth-of-type(2n) {
          margin-right: 0; } }
  .buying__flow--num {
    font-size: 25px;
    font-size: 1.5625rem;
    color: #fff;
    font-family: 'Roboto', serif;
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    background: #ccac2b; }
  .buying__flow--tail {
    display: block;
    position: relative; }
    .buying__flow--tail::after {
      content: '';
      position: absolute;
      right: 0;
      left: 0;
      bottom: -12px;
      margin: auto;
      display: inline-block;
      width: 12px;
      height: 14px;
      background: url("../images/icon_tail.svg") no-repeat;
      background-size: contain; }
  .buying__flow--img {
    margin-bottom: 15px; }
    .buying__flow--img img {
      display: block;
      border: solid 4px #fff;
      -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); }
  .buying__flow--ttl {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px; }
  .buying__flow--txt {
    padding: 0% 8.33% 0% 8.33%; }

@media screen and (min-width: 769px) {
  .buying__flow-shop--item {
    width: calc(1 / 3 * 100% - 13px * (3 - 1) / 3);
    margin-top: 0px;
    margin-right: 13px; }
    .buying__flow-shop--item:nth-of-type(-n+3) {
      margin-top: 0; }
    .buying__flow-shop--item:nth-of-type(3n) {
      margin-right: 0; } }

@media screen and (max-width: 768px) and (min-width: 641px) {
  .buying__flow-shop--item {
    width: calc(1 / 2 * 100% - 13px * (2 - 1) / 2);
    margin-top: 60px;
    margin-right: 13px; }
    .buying__flow-shop--item:nth-of-type(-n+2) {
      margin-top: 0; }
    .buying__flow-shop--item:nth-of-type(2n) {
      margin-right: 0; } }

@media screen and (max-width: 640px) {
  .buying__flow-shop--item {
    width: calc(1 / 2 * 100% - 13px * (2 - 1) / 2);
    margin-top: 60px;
    margin-right: 13px; }
    .buying__flow-shop--item:nth-of-type(-n+2) {
      margin-top: 0; }
    .buying__flow-shop--item:nth-of-type(2n) {
      margin-right: 0; } }

.toline__ttl {
  margin-bottom: 60px; }
  @media screen and (max-width: 640px) {
    .toline__ttl {
      margin-bottom: 40px; } }

.toline__list {
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 30px; }
  @media screen and (max-width: 640px) {
    .toline__list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.toline__item {
  position: relative;
  max-width: 200px;
  width: calc(86% / 3); }
  @media screen and (max-width: 640px) {
    .toline__item {
      width: 100%;
      max-width: 380px;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 10px; }
      .toline__item:last-of-type {
        margin-bottom: 0; } }

.toline__img {
  position: relative;
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 640px) {
    .toline__img {
      margin-bottom: 0;
      width: 36%;
      max-width: 150px; } }

.toline__num {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  background: #4e9c73;
  font-family: 'Roboto', serif;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 2;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .toline__num {
      font-size: 22px;
      font-size: 1.375rem;
      left: -10px;
      width: 44px;
      height: 44px;
      line-height: 44px; } }

.toline__txt {
  text-align: center;
  font-weight: bold; }
  @media screen and (max-width: 640px) {
    .toline__txt {
      text-align: left;
      margin-left: 20px; } }

.toline__btn {
  max-width: 500px;
  margin: 0 auto; }
  .toline__btn--note {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1; }
  .toline__btn--icon {
    vertical-align: middle;
    margin-right: 12px; }
  .toline__btn a {
    font-size: 22px;
    font-size: 1.375rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 12px 0 8px 0;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    background: #4e9c73;
    border: solid 4px #83ba9d;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .toline__btn a:hover {
      background: #348059;
      border: solid 4px #71a68b;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }

.leaveus {
  background: url("../images/pattern_02.png") repeat; }
  @media screen and (max-width: 768px) {
    .leaveus__inner {
      padding: 70px 0 0px; } }
  .leaveus__ttl {
    margin-bottom: 60px; }
    @media screen and (max-width: 640px) {
      .leaveus__ttl {
        font-size: 5.6vw;
        margin-bottom: 40px; } }
  .leaveus__sttl {
    text-align: center;
    margin-bottom: 30px; }
    .leaveus__sttl--note {
      text-align: center; }
  .leaveus__map {
    position: relative;
    padding-bottom: 47%;
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .leaveus__map {
        padding-bottom: 74%; } }
    .leaveus__map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .leaveus__btn {
    width: 300px;
    height: 50px;
    margin: 0 auto; }
    .leaveus__btn a {
      position: relative;
      color: #ccac2b;
      text-align: center;
      font-weight: bold;
      border-radius: 3px;
      display: inline-block;
      width: 100%;
      height: 100%;
      line-height: 50px;
      background-color: #fff;
      border: solid 2px #ccac2b;
      padding-right: 30px;
      -webkit-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out; }
      .leaveus__btn a::after {
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        content: '';
        width: 8px;
        height: 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        border-right: solid 2px #ccac2b;
        border-bottom: solid 2px #ccac2b;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out; }
      .leaveus__btn a:hover {
        background-color: #ccac2b;
        color: #fff;
        -webkit-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out; }
        .leaveus__btn a:hover::after {
          border-right: solid 2px #fff;
          border-bottom: solid 2px #fff;
          -webkit-transition: all .4s ease-out;
          -o-transition: all .4s ease-out;
          transition: all .4s ease-out; }

.staff {
  background: url("../images/pattern_02.png") repeat; }
  .staff__inner {
    padding: 0 0 100px; }
    @media screen and (max-width: 768px) {
      .staff__inner {
        padding: 80px 0; } }
  .staff__ttl {
    margin-bottom: 80px; }
    @media screen and (max-width: 640px) {
      .staff__ttl {
        font-size: 5.8vw; } }
  .staff__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .staff__img {
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto; }
  .staff__name {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px; }
  .staff__item {
    position: relative;
    border: solid 1px #ccac2b;
    background: #fff;
    width: calc(90% / 3);
    max-width: 300px;
    padding: 100px 25px 10px 25px; }
    @media screen and (max-width: 640px) {
      .staff__item {
        width: 100%;
        max-width: inherit;
        margin-bottom: 50px; }
        .staff__item:last-of-type {
          margin-bottom: 0; } }

.reuse__inner {
  padding: 70px 0 100px; }
  @media screen and (max-width: 768px) {
    .reuse__inner {
      padding: 80px 0; } }

.reuse__ttl {
  margin-bottom: 50px; }
  @media screen and (max-width: 640px) {
    .reuse__ttl {
      margin-bottom: 20px; } }
  .reuse__ttl--br {
    display: none; }
    @media screen and (max-width: 768px) {
      .reuse__ttl--br {
        display: block; } }

.reuse__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .reuse__box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.reuse__img {
  width: 50%;
  max-width: 500px; }
  @media screen and (max-width: 768px) {
    .reuse__img {
      width: 100%;
      max-width: inherit;
      text-align: center;
      margin-bottom: 20px; } }

.reuse__txtarea {
  width: 45%;
  max-width: 450px; }
  @media screen and (max-width: 768px) {
    .reuse__txtarea {
      width: 100%;
      max-width: inherit; } }

.reuse__txt {
  margin-bottom: 30px; }

.reuse__btn {
  max-width: 400px;
  height: 50px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .reuse__btn {
      margin: 0 auto; } }
  .reuse__btn a {
    position: relative;
    color: #a0c238;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    background-color: #fff;
    border: solid 2px #a0c238;
    padding-right: 30px;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out; }
    .reuse__btn a::after {
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
      content: '';
      width: 8px;
      height: 8px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      border-right: solid 2px #a0c238;
      border-bottom: solid 2px #a0c238;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out; }
    .reuse__btn a:hover {
      background-color: #a0c238;
      color: #fff;
      -webkit-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out; }
      .reuse__btn a:hover::after {
        border-right: solid 2px #fff;
        border-bottom: solid 2px #fff;
        -webkit-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out; }

.contact {
  background: url("../images/pattern_02.png") repeat; }
  .contact__inner {
    max-width: 800px;
    width: 90%; }
  .contact__ttl {
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .contact__ttl {
        margin-bottom: 16px; } }
  .contact__txt {
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0 auto 20px; }
    @media screen and (max-width: 768px) {
      .contact__txt {
        text-align: center; } }
  .contact__plustxt {
    position: relative;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    font-family: "Noto Serif JP", "Yu Gothic", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px; }
    .contact__plustxt::before {
      position: absolute;
      top: -22px;
      right: 0;
      left: 0;
      margin: auto;
      content: '';
      width: 40px;
      height: 15px;
      display: inline-block;
      background: url("../images/contact_point.png") no-repeat;
      background-size: contain; }
    .contact__plustxt--br {
      display: none; }
      @media screen and (max-width: 768px) {
        .contact__plustxt--br {
          display: block; } }

.faq__inner {
  padding: 40px 0 60px; }
  @media screen and (min-width: 641px) {
    .faq__inner {
      padding: 70px 0 100px; } }

.faq__ttl {
  margin-bottom: 40px; }

.faq__enttl {
  text-transform: uppercase; }

.faq__sitem {
  padding: 0 0 10px 15px !important; }

.faq-ac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  font-weight: bold;
  min-height: 60px;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 640px) {
    .faq-ac {
      height: auto; } }
  .faq-ac__q, .faq-ac__a {
    font-size: 30px;
    font-size: 1.875rem;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 36px;
    font-weight: normal;
    font-family: 'Caveat',serif;
    display: block;
    width: 40px;
    height: 40px;
    color: #fff; }
    @media screen and (min-width: 641px) {
      .faq-ac__q, .faq-ac__a {
        font-size: 40px;
        font-size: 2.5rem;
        width: 60px;
        height: 60px;
        line-height: 56px; } }
  .faq-ac__q {
    background: #ccac2b;
    bottom: 0;
    top: auto; }
    @media screen and (max-width: 640px) {
      .faq-ac__q {
        height: 100%;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .faq-ac__a {
    background: #333; }
  .faq-ac__qtxt {
    padding-left: 90px; }
    @media screen and (max-width: 640px) {
      .faq-ac__qtxt {
        padding: 14px 14px 14px 54px;
        line-height: 1.5; } }
  .faq-ac__cont {
    position: relative;
    display: none;
    padding: 0 0 30px 60px; }
    @media screen and (min-width: 641px) {
      .faq-ac__cont {
        padding: 0 0 30px 90px; } }
  .faq-ac__icon {
    margin: 0 30px 0 auto;
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media screen and (max-width: 640px) {
      .faq-ac__icon {
        margin: 0 14px 0 auto; } }
    .faq-ac__icon::before, .faq-ac__icon::after {
      content: '';
      display: block;
      background: #333;
      position: absolute; }
    .faq-ac__icon::before {
      width: 12px;
      height: 2px;
      top: 5px;
      left: 0;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .faq-ac__icon::after {
      width: 2px;
      height: 12px;
      top: 0;
      left: 5px; }

.faq-ac__cont.open {
  display: block; }

.faq-ac__icon.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.faq-ac__icon.open::before {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.faq-cta {
  margin-top: 20px;
  width: 100%;
  max-width: 740px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .faq-cta {
      display: block; } }
  @media screen and (max-width: 768px) {
    .faq-cta__tel a {
      padding: 5px 0; } }
  @media screen and (max-width: 768px) {
    .faq-cta__icon {
      display: inline-block; } }
  @media screen and (max-width: 768px) {
    .faq-cta__line, .faq-cta__mail {
      display: block;
      margin: 10px 0 0 0;
      width: 280px; } }

input, textarea, select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif; }

.form {
  overflow: hidden;
  width: 100%;
  margin: 0 auto; }
  .form tbody {
    display: block; }
  .form__tbl {
    margin-bottom: 70px; }
  .form__tr {
    font-size: 18px;
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    border: solid 1px #ccac2b; }
    @media screen and (max-width: 768px) {
      .form__tr {
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        margin-bottom: 20px; } }
    .form__tr:last-of-type {
      margin-bottom: 0; }
    .form__tr--short {
      max-width: 600px; }
  .form__th {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 250px;
    min-height: 60px;
    padding-left: 30px;
    background: #ccac2b;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .form__th {
        margin-bottom: 10px;
        background: none;
        padding-left: 0;
        color: #333;
        min-height: inherit; } }
  .form__td {
    display: block;
    width: calc(100% - 250px);
    height: 100%; }
    @media screen and (max-width: 768px) {
      .form__td {
        width: 100%;
        margin-left: 0;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
        border: solid 1px #ccac2b; } }
    .form__td--short {
      max-width: 400px; }
      @media screen and (max-width: 640px) {
        .form__td--short {
          width: 100%;
          max-width: inherit; } }
    .form__td--file {
      padding: 20px;
      background: #fff; }
  .form__input {
    font-size: 18px;
    font-size: 1.125rem;
    width: 100%;
    height: 100%;
    min-height: 60px;
    padding: 6px 20px;
    display: block; }
    .form__input--short {
      max-width: 400px; }
      @media screen and (max-width: 640px) {
        .form__input--short {
          width: 100%;
          max-width: inherit; } }
    .form__input::-webkit-input-placeholder {
      font-size: 18px;
      font-size: 1.125rem;
      color: #ccc;
      font-weight: bold; }
    .form__input:-ms-input-placeholder {
      font-size: 18px;
      font-size: 1.125rem;
      color: #ccc;
      font-weight: bold; }
    .form__input::-ms-input-placeholder {
      font-size: 18px;
      font-size: 1.125rem;
      color: #ccc;
      font-weight: bold; }
    .form__input::placeholder {
      font-size: 18px;
      font-size: 1.125rem;
      color: #ccc;
      font-weight: bold; }
  .form__textarea {
    font-size: 18px;
    font-size: 1.125rem;
    width: 100%;
    display: block;
    padding: 20px; }
    .form__textarea::-webkit-input-placeholder {
      font-size: 18px;
      font-size: 1.125rem;
      color: #ccc;
      font-weight: bold; }
    .form__textarea:-ms-input-placeholder {
      font-size: 18px;
      font-size: 1.125rem;
      color: #ccc;
      font-weight: bold; }
    .form__textarea::-ms-input-placeholder {
      font-size: 18px;
      font-size: 1.125rem;
      color: #ccc;
      font-weight: bold; }
    .form__textarea::placeholder {
      font-size: 18px;
      font-size: 1.125rem;
      color: #ccc;
      font-weight: bold; }
  .form__file {
    margin-bottom: 20px; }
    .form__file:last-of-type {
      margin-bottom: 0; }
    .form__file--delete {
      color: #999; }
      .form__file--delete input {
        display: none; }
      .form__file--delete input[type="checkbox"]:checked + span {
        color: #333; }
      .form__file--delete span {
        position: relative;
        cursor: pointer;
        padding-left: 30px; }
        .form__file--delete span::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 20px;
          height: 20px;
          border: solid 2px #ccc;
          background: #fff; }
        .form__file--delete span::after {
          position: absolute;
          left: 4px;
          top: -4px;
          content: "";
          font-family: FontAwesome, 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
          font-weight: bold;
          color: #333;
          opacity: 0; }
      .form__file--delete input[type="checkbox"]:checked + span::after {
        opacity: 1; }
  .form__file-btn input[type="file"] {
    display: none; }
  .form__file-btn label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    background: #eee;
    padding: 1px 20px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 20px; }
    .form__file-btn label:hover {
      opacity: 0.7;
      -webkit-transition: .2s ease-out;
      -o-transition: .2s ease-out;
      transition: .2s ease-out; }
  .form__file-btn--name {
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (max-width: 640px) {
      .form__file-btn--name {
        display: block; } }
  .form__require {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: normal;
    color: #fff;
    border: solid 1px #fff;
    min-width: 35px;
    height: 17px;
    line-height: 16px;
    display: block;
    margin-right: 9px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .form__require {
        border: none;
        background: #807e13; } }
  .form__error {
    font-size: 14px;
    font-size: 0.875rem;
    display: none !important;
    background: #cb2020;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px; }
    .form__error::before {
      color: #fff;
      margin-right: 5px;
      content: "";
      font-family: FontAwesome, 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
      font-weight: bold; }
    .form__error--center {
      text-align: center;
      margin-top: 10px; }
    .form__error.on {
      display: block !important; }
  .form__btn {
    display: block;
    cursor: pointer;
    border-radius: 3px !important;
    background: url("../images/icon_arrow_rwh.png") no-repeat center right 30px;
    background-size: 7px 11px;
    background-color: #ccac2b;
    border: solid 4px #dbc56b;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #fff;
    outline: none;
    width: 500px;
    height: 80px;
    margin: 0 auto 5px;
    line-height: 70px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    @media screen and (max-width: 640px) {
      .form__btn {
        font-size: 22px;
        font-size: 1.375rem; } }
    .form__btn:hover {
      border: solid 4px #c4aa60;
      background: url("../images/icon_arrow_rwh.png") no-repeat center right 30px;
      background-size: 7px 11px;
      background-color: #ab851b;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    .form__btn:disabled {
      cursor: not-allowed;
      background: url("../images/icon_arrow_rwh.png") no-repeat center right 30px;
      background-size: 7px 11px;
      background-color: #ababab;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: solid 4px #ccc; }
    .form__btn--back {
      background: url("../images/icon_arrow_lwh.png") no-repeat center left 30px;
      background-size: 7px 11px;
      background-color: #ababab;
      border: solid 4px #ccc; }
      .form__btn--back:hover {
        border: solid 4px #ababab;
        background: url("../images/icon_arrow_lwh.png") no-repeat center left 30px;
        background-size: 7px 11px;
        background-color: #7E7E7E; }
  .form__submit {
    margin-top: 20px; }
  .form__uninput {
    background: #c70f1f;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 20px;
    padding: 5px 10px;
    border-radius: 3px;
    max-width: 300px; }
    .form__uninput::before {
      content: "";
      font-family: FontAwesome, 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
      font-weight: bold;
      color: #fff;
      margin-right: 5px; }

.form-privacy {
  margin-bottom: 70px;
  border: solid 1px #ccac2b;
  background: #fff;
  padding: 3.75% 6.25% 3.75% 6.25%; }
  @media screen and (max-width: 768px) {
    .form-privacy {
      padding: 20px 5%;
      margin-bottom: 40px; } }
  .form-privacy__ttl {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Noto Serif JP", "Yu Gothic", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 24px; }
  .form-privacy__txtarea {
    margin-bottom: 30px;
    border-bottom: solid 1px #ccac2b; }
  .form-privacy__txt {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 20px; }
  .form-privacy__checkbox {
    max-width: 400px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .form-privacy__checkbox {
        max-width: inherit; } }
  .form-privacy__check {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #999; }
    @media screen and (max-width: 768px) {
      .form-privacy__check {
        color: #fff; } }
    @media screen and (max-width: 640px) {
      .form-privacy__check {
        font-size: 3.6vw; } }
    @media screen and (max-width: 768px) {
      .form-privacy__check label {
        width: 100%;
        height: 100%;
        border-radius: 3px;
        display: inline-block;
        padding: 10px 0;
        background: #ccac2b;
        cursor: pointer; } }
    .form-privacy__check input {
      display: none; }
    .form-privacy__check input[type="checkbox"]:checked + span {
      color: #333; }
      @media screen and (max-width: 768px) {
        .form-privacy__check input[type="checkbox"]:checked + span {
          color: #fff; } }
    .form-privacy__check span {
      position: relative;
      cursor: pointer;
      padding-left: 60px; }
      @media screen and (max-width: 768px) {
        .form-privacy__check span {
          padding-left: 40px; } }
      .form-privacy__check span::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 3px;
        width: 40px;
        height: 40px;
        border: solid 1px #ccc;
        background: #fff; }
        @media screen and (max-width: 768px) {
          .form-privacy__check span::before {
            border: none;
            width: 26px;
            height: 26px; } }
      .form-privacy__check span::after {
        font-size: 28px;
        font-size: 1.75rem;
        position: absolute;
        left: 7px;
        top: -11px;
        content: "";
        font-family: FontAwesome, 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
        font-weight: bold;
        color: #ccac2b;
        opacity: 0; }
        @media screen and (max-width: 768px) {
          .form-privacy__check span::after {
            font-size: 20px;
            font-size: 1.25rem;
            left: 3px;
            top: -4px; } }
        @media screen and (max-width: 640px) {
          .form-privacy__check span::after {
            line-height: 26px;
            top: -3px; } }
    .form-privacy__check input[type="checkbox"]:checked + span::after {
      opacity: 1; }

.thanks__inner {
  padding: 80px 0 150px; }
  @media screen and (max-width: 640px) {
    .thanks__inner {
      padding: 70px 0 80px; } }

.thanks__ttl {
  margin-bottom: 40px; }

.thanks__img {
  margin-bottom: 20px;
  text-align: center; }

.thanks__txt {
  margin-bottom: 20px;
  text-align: center; }

.thanks__tel {
  margin: 0 auto 40px;
  max-width: 400px; }
  .thanks__tel--icon {
    vertical-align: middle;
    margin-right: 12px; }
  .thanks__tel--note {
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 240px;
    margin: 0 auto; }
    .thanks__tel--note::before, .thanks__tel--note::after {
      content: '';
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      height: 1px;
      background: #fff;
      display: block; }
    .thanks__tel--note::before {
      margin-right: 6px; }
    .thanks__tel--note::after {
      margin-left: 6px; }
  .thanks__tel--num {
    line-height: 1;
    font-size: 32px;
    font-size: 2rem;
    font-family: 'Roboto', serif; }
    @media screen and (max-width: 900px) {
      .thanks__tel--num {
        font-size: 29px;
        font-size: 1.8125rem; } }
    @media screen and (max-width: 640px) {
      .thanks__tel--num {
        font-size: 24px;
        font-size: 1.5rem; } }
  .thanks__tel a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 3px;
    background: #4e9c73;
    border: solid 4px #348059;
    color: #fff;
    padding: 3px 0; }

.thanks__btn {
  margin: 60px auto 0;
  max-width: 400px;
  width: 100%;
  height: 50px; }
  .thanks__btn a {
    position: relative;
    color: #ccac2b;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    background-color: #fff;
    border: solid 2px #ccac2b;
    padding-left: 30px;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out; }
    .thanks__btn a::after {
      position: absolute;
      left: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
      content: '';
      width: 8px;
      height: 8px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      border-right: solid 2px #ccac2b;
      border-bottom: solid 2px #ccac2b;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      -webkit-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out; }
    .thanks__btn a:hover {
      background-color: #ccac2b;
      color: #fff;
      -webkit-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out; }
      .thanks__btn a:hover::after {
        border-right: solid 2px #fff;
        border-bottom: solid 2px #fff;
        -webkit-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out; }

.confirm {
  background: url("../images/pattern_02.png") repeat; }
  .confirm__inner {
    max-width: 800px;
    width: 90%; }
  .confirm__ttl {
    margin-bottom: 40px; }
  .confirm__txt {
    text-align: center;
    margin-bottom: 30px; }
  .confirm__td {
    min-height: 60px;
    padding: 14px 20px;
    background: #fff; }
  .confirm__sent {
    margin-bottom: 20px; }

.company__inner {
  padding: 70px 0 150px; }
  @media screen and (max-width: 640px) {
    .company__inner {
      padding: 70px 0 80px; } }

.company__ttl {
  margin-bottom: 70px; }
  @media screen and (max-width: 640px) {
    .company__ttl {
      margin-bottom: 30px; } }

.company__tbl {
  width: 100%;
  margin: 0 auto; }
  .company__tbl tr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .company__tbl tr:last-of-type {
      margin-bottom: 0; }
    .company__tbl tr::before {
      content: '';
      height: 2px;
      width: 200px;
      background: #ccac2b;
      position: absolute;
      left: 0;
      bottom: -1px; }
      @media screen and (max-width: 640px) {
        .company__tbl tr::before {
          display: none; } }
  .company__tbl th {
    position: relative;
    text-align: left;
    font-weight: bold;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc; }
    @media screen and (min-width: 641px) {
      .company__tbl th {
        width: 200px;
        margin-bottom: 0;
        padding: 0 0 10px 30px;
        border-bottom: none; } }
    .company__tbl th::before {
      content: '';
      height: 2px;
      width: 160px;
      background: #ccac2b;
      position: absolute;
      left: 0;
      bottom: -1px; }
      @media screen and (min-width: 641px) {
        .company__tbl th::before {
          display: none; } }
  .company__tbl td {
    width: 100%;
    padding: 0; }
    @media screen and (min-width: 641px) {
      .company__tbl td {
        width: calc(100% - 200px);
        padding: 0 0 10px 40px;
        border-bottom: solid 1px #ccc; } }

.company__item, .faq__sitem {
  position: relative;
  padding: 0 0 20px 20px; }
  .company__item::before, .faq__sitem::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    border: solid 2px #ccac2b; }

.ftr {
  height: 60px;
  background: #333;
  text-align: center; }
  .ftr__inner {
    padding: 0; }
  .ftr small {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    line-height: 60px;
    color: #fff; }
