@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: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "游ゴシック", "メイリオ", "Meiryo", sans-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: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

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: block;
  right: -250px;
  bottom: 2%;
  z-index: 10000;
  width: 70px;
  height: 70px; }
  @media screen and (min-width: 641px) {
    .return-top {
      bottom: 3%;
      width: 100px;
      height: 100px; } }
  .return-top a {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%; }
    .return-top a:hover img {
      opacity: .7;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }

html {
  width: 100%; }

body {
  max-width: 100%; }

main {
  overflow-x: hidden; }

::-moz-selection {
  background: #894d41;
  color: #fff; }

::selection {
  background: #894d41;
  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__ttl {
  font-size: 6.4vw;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  font-weight: 800;
  line-height: 1.5;
  color: #894d41; }
  @media screen and (min-width: 641px) {
    .sec__ttl {
      font-size: 38px;
      font-size: 2.375rem; } }
  .sec__ttl--small {
    font-size: 4.4vw;
    display: block;
    font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.5; }
    @media screen and (min-width: 641px) {
      .sec__ttl--small {
        font-size: 28px;
        font-size: 1.75rem; } }

.sec__sttl {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "游ゴシック", "メイリオ", "Meiryo", sans-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--140per {
  font-size: 1.4em;
  line-height: 1; }

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

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

.btn-brown {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  position: relative;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 55px;
  background: #894d41;
  border: solid 2px #894d41;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out; }
  .btn-brown::after {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out; }
  .btn-brown:hover {
    background-color: #fff;
    color: #894d41;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out; }
    .btn-brown:hover::after {
      border-color: #894d41 transparent transparent transparent;
      -webkit-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out; }

.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: 12%;
    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: 85%;
  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; } }
  .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 {
        display: none; } }
    .hdr-cta__tel a {
      display: block;
      width: 100%;
      height: 100%;
      line-height: 1;
      text-align: center; }
    .hdr-cta__tel--num {
      line-height: 1;
      font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
      font-size: 30px;
      font-size: 1.875rem; }
      @media screen and (max-width: 1080px) {
        .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;
          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; }
      .hdr-cta__tel--note::before {
        margin-right: 6px; }
      .hdr-cta__tel--note::after {
        margin-left: 6px; }
  .hdr-cta__line a, .hdr-cta__mail a {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%; }
  .hdr-cta__line {
    margin: 0 10px 0 25px; }
    @media screen and (max-width: 1080px) {
      .hdr-cta__line {
        margin: 0 10px 0 10px; } }
    .hdr-cta__line a:hover .hdr-cta__line--img {
      opacity: 0; }
    .hdr-cta__line--img {
      position: relative;
      z-index: 2; }
    .hdr-cta__line--hover {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
  @media screen and (max-width: 768px) {
    .hdr-cta__mail {
      display: none; } }
  .hdr-cta__mail a:hover .hdr-cta__mail--img {
    opacity: 0; }
  .hdr-cta__mail--img {
    position: relative;
    z-index: 2; }
  .hdr-cta__mail--hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

.kv {
  background: url("../images/kv_bg.png") no-repeat center top;
  background-color: #f7f7d7;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .kv {
      background: url("../images/kv_bg-sp.png") no-repeat center top/cover;
      background-color: #f7f7d7; } }
  .kv__inner {
    position: relative;
    height: 100%;
    width: 90%;
    text-align: center;
    padding: 70px 0 100px; }
    @media screen and (max-width: 768px) {
      .kv__inner {
        padding: 40px 0 70px; } }
  .kv__txtarea {
    position: relative;
    margin: 0 auto; }
  .kv__img {
    width: 46%;
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      .kv__img {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        right: 0;
        margin-bottom: 10px; } }
    .kv__img--txt {
      position: relative;
      z-index: 2; }
    .kv__img--left, .kv__img--right {
      position: absolute;
      z-index: 1;
      bottom: 0; }
      @media screen and (max-width: 768px) {
        .kv__img--left, .kv__img--right {
          display: none; } }
    .kv__img--left {
      left: -100px; }
      @media screen and (max-width: 1080px) {
        .kv__img--left {
          left: auto;
          right: 70%;
          width: 40%; } }
    .kv__img--right {
      right: -100px; }
      @media screen and (max-width: 1080px) {
        .kv__img--right {
          right: auto;
          left: 73%;
          width: 35%; } }
    @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__note {
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #333;
    font-size: 13px;
    font-size: 0.8125rem; }

.cta {
  background: url("../images/pattern_01.png") repeat center top;
  overflow: hidden; }
  .cta__inner {
    position: relative;
    padding: 60px 0 30px; }
  .cta__box {
    position: relative;
    background: #fff;
    padding: 3% 5% 3% 5%; }
    @media screen and (max-width: 1080px) {
      .cta__box {
        padding: 3% 5% calc(3% + 210px) 5%; } }
    @media screen and (max-width: 640px) {
      .cta__box {
        padding: 3% 5% calc(3% + 120px) 5%; } }
    .cta__box::before {
      content: '';
      display: block;
      width: 100%;
      height: 20px;
      position: absolute;
      top: -20px;
      left: 0;
      background: url("../images/cta_bg.png") repeat left top; }
  .cta__stamp {
    position: absolute;
    top: 20px;
    left: 60px;
    z-index: 1; }
    @media screen and (max-width: 1080px) {
      .cta__stamp {
        left: 4%; } }
    @media screen and (max-width: 768px) {
      .cta__stamp {
        left: 5px;
        top: 30px;
        width: 80px; } }
  .cta__push {
    margin: 0 0 20px 80px; }
    @media screen and (max-width: 768px) {
      .cta__push {
        margin: 0 0 20px 70px; } }
    @media screen and (max-width: 1080px) {
      .cta__push--pc {
        width: 83%; } }
    @media screen and (max-width: 900px) {
      .cta__push--pc {
        display: none; } }
    @media screen and (min-width: 901px) {
      .cta__push--sp {
        display: none; } }
  .cta__txtarea {
    text-align: center;
    margin-bottom: 30px; }
  .cta__txt {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold; }
    @media screen and (max-width: 1080px) {
      .cta__txt {
        font-size: 2.2vw; } }
    @media screen and (max-width: 768px) {
      .cta__txt {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media screen and (max-width: 640px) {
      .cta__txt {
        font-size: 3.4vw; } }
    .cta__txt--large {
      display: block;
      font-size: 28px;
      font-size: 1.75rem; }
      @media screen and (max-width: 768px) {
        .cta__txt--large {
          font-size: 3.8vw; } }
  .cta__img--right, .cta__img--left {
    position: absolute;
    bottom: 0; }
    @media screen and (max-width: 1080px) {
      .cta__img--right, .cta__img--left {
        bottom: auto;
        top: calc(100% - 250px);
        z-index: 3; } }
    @media screen and (max-width: 640px) {
      .cta__img--right, .cta__img--left {
        width: 150px;
        top: calc(100% - 150px); } }
  .cta__img--right {
    left: calc(100% - 130px); }
    @media screen and (max-width: 1080px) {
      .cta__img--right {
        left: 50%; } }
  .cta__img--left {
    right: calc(100% - 130px); }
    @media screen and (max-width: 1080px) {
      .cta__img--left {
        right: 50%; } }

.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;
  max-width: 850px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .cta-btn {
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 768px) {
    .cta-btn__line, .cta-btn__tel {
      width: 100%; } }
  .cta-btn__line a, .cta-btn__tel a {
    text-align: center;
    position: relative;
    display: block; }
  .cta-btn__line a:hover .cta-btn__line--img {
    opacity: 0; }
  .cta-btn__line--img {
    position: relative;
    z-index: 2; }
  .cta-btn__line--hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .cta-btn__tel {
    margin-right: 10px; }
    @media screen and (max-width: 768px) {
      .cta-btn__tel {
        margin: 0 0 10px 0; } }
    @media screen and (max-width: 640px) {
      .cta-btn__tel a:hover .cta-btn__tel--img {
        opacity: 0; } }
    .cta-btn__tel--img {
      position: relative;
      z-index: 2; }
    .cta-btn__tel--hover {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto; }

.results {
  background: url("../images/kumo_l.png") no-repeat top left, url("../images/kumo_r.png") no-repeat top right; }
  @media screen and (max-width: 768px) {
    .results {
      background: url("../images/kumo_l.png") no-repeat top left/130px, url("../images/kumo_r.png") no-repeat top right/130px; } }
  .results__inner {
    padding: 90px 0 0; }
  .results__ttl {
    position: relative;
    z-index: 2;
    margin-bottom: 36px; }
    @media screen and (max-width: 640px) {
      .results__ttl {
        margin-bottom: 30px; } }
    @media screen and (min-width: 1081px) {
      .results__ttl--br {
        display: none; } }
    .results__ttl--img {
      position: relative; }
      .results__ttl--img::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 20px;
        width: 80px;
        height: 60px;
        background: url("../images/results_balloon.png") no-repeat center/contain; }
        @media screen and (max-width: 640px) {
          .results__ttl--img::after {
            width: 50px;
            height: 40px;
            right: 14px; } }

.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 70px; }
  @media screen and (max-width: 900px) {
    .results-clip {
      max-width: 600px; } }
  @media screen and (max-width: 640px) {
    .results-clip {
      margin: 0 auto 40px; } }
  .results-clip__item {
    width: calc(95% / 2);
    border-radius: 20px;
    border: solid 2px #e0e0e0;
    background: #fff; }
    .results-clip__item:nth-of-type(n+3) {
      margin-top: 30px; }
      @media screen and (max-width: 640px) {
        .results-clip__item:nth-of-type(n+3) {
          margin-top: 20px; } }
    .results-clip__item:nth-of-type(n+7) {
      display: none; }
  .results-clip__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px; }
    @media screen and (max-width: 900px) {
      .results-clip__flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .results-clip__img {
    width: 200px; }
    @media screen and (max-width: 1080px) {
      .results-clip__img {
        width: 40%; } }
    @media screen and (max-width: 900px) {
      .results-clip__img {
        width: 200px;
        margin: 0 auto; } }
    .results-clip__img img {
      width: 100%;
      height: auto; }
  .results-clip__txtarea {
    width: calc(100% - 200px);
    padding: 10px;
    padding: 10px 20px 0 20px; }
    @media screen and (max-width: 1080px) {
      .results-clip__txtarea {
        width: 60%;
        padding: 10px 20px 0 20px; } }
    @media screen and (max-width: 900px) {
      .results-clip__txtarea {
        width: 100%; } }
    @media screen and (max-width: 640px) {
      .results-clip__txtarea {
        padding: 10px 0 0; } }
  .results-clip__name {
    font-weight: bold;
    font-size: 3.7vw; }
    @media screen and (min-width: 641px) {
      .results-clip__name {
        font-size: 20px;
        font-size: 1.25rem; } }
  .results-clip__detail {
    margin-bottom: 10px; }
    @media screen and (max-width: 640px) {
      .results-clip__detail {
        font-size: 3.4vw; } }
  .results-clip__price {
    font-weight: bold;
    text-align: center;
    width: 100%; }
    .results-clip__price--dt {
      font-size: 3vw;
      color: #fff;
      background: #cdc92b;
      border-radius: 13px;
      padding: 0 5px;
      margin-bottom: 10px; }
      @media screen and (min-width: 641px) {
        .results-clip__price--dt {
          font-size: 14px;
          font-size: 0.875rem;
          padding: 0 10px;
          margin-bottom: 18px; } }
    .results-clip__price--dd {
      font-size: 20px;
      font-size: 1.25rem; }
      @media screen and (max-width: 640px) {
        .results-clip__price--dd {
          font-size: 3.6vw; } }
  .results-clip__caution {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: right; }
    @media screen and (max-width: 640px) {
      .results-clip__caution {
        font-size: 11px;
        font-size: 0.6875rem; } }
  .results-clip__btn {
    width: 500px;
    height: 60px;
    margin: 0 auto; }

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

.results-push__inner {
  position: relative;
  padding: 70px 0 80px; }
  @media screen and (max-width: 640px) {
    .results-push__inner {
      padding: 70px 0 60px; } }

@media screen and (max-width: 1080px) {
  .results-push__ttl {
    font-size: 3.5vw; } }

@media screen and (max-width: 900px) {
  .results-push__ttl {
    font-size: 4.5vw; } }

@media screen and (max-width: 640px) {
  .results-push__ttl {
    font-size: 5.0vw; } }

@media screen and (min-width: 901px) {
  .results-push__ttl--br {
    display: none; } }

.results-push__left {
  position: absolute;
  right: calc(100% - 190px);
  bottom: -30px; }
  @media screen and (max-width: 768px) {
    .results-push__left {
      width: 200px;
      right: calc(100% - 150px); } }
  @media screen and (max-width: 640px) {
    .results-push__left {
      width: 160px;
      right: calc(100% - 110px); } }

.results-push__right {
  position: absolute;
  left: calc(100% - 130px);
  bottom: -40px; }
  @media screen and (max-width: 768px) {
    .results-push__right {
      width: 160px;
      left: calc(100% - 110px); } }
  @media screen and (max-width: 640px) {
    .results-push__right {
      width: 130px;
      left: calc(100% - 80px); } }

.expensive {
  background: #f7f7d7; }
  .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 #f7f7d7;
      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; }
    @media screen and (max-width: 640px) {
      .expensive__img img {
        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__name--caution {
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: normal;
      line-height: 1; }

.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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 40px; }
    .expensive-product__list::after {
      content: '';
      height: 0;
      width: calc(96% / 3);
      display: block; }
  .expensive-product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    line-height: 1.2;
    width: calc(96% / 3);
    background: #fff;
    border-radius: 50px;
    padding: 10px 10px 10px 20px;
    font-size: 3vw; }
    @media screen and (min-width: 641px) {
      .expensive-product__item {
        padding: 8px 8px 8px 10px;
        font-size: 16px;
        font-size: 1rem; } }
    .expensive-product__item:nth-of-type(n+4) {
      margin-top: 1em; }
    .expensive-product__item::before {
      content: '';
      display: inline-block;
      width: 29px;
      height: 24px;
      min-width: 24px;
      margin-right: 12px;
      background: url("../images/icon_check.png") no-repeat center/contain; }
      @media screen and (max-width: 640px) {
        .expensive-product__item::before {
          width: 20px;
          height: 17px;
          min-width: 20px; } }
    @media screen and (max-width: 768px) {
      .expensive-product__item {
        width: 48%;
        margin-right: 0; }
        .expensive-product__item:nth-of-type(n+3) {
          margin-top: 1em; } }
  .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;
  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; }
  @media screen and (max-width: 640px) {
    .expensive-maker__ttl {
      font-size: 5.6vw;
      margin-bottom: 30px; } }
  .expensive-maker__ttl::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 64px;
    margin-right: 20px;
    background: url("../images/icon_bar_l.png") no-repeat bottom center/contain; }
    @media screen and (max-width: 640px) {
      .expensive-maker__ttl::before {
        width: 32px;
        height: 40px;
        margin-right: 10px; } }
  .expensive-maker__ttl::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 64px;
    margin-left: 20px;
    background: url("../images/icon_bar_r.png") no-repeat bottom center/contain; }
    @media screen and (max-width: 640px) {
      .expensive-maker__ttl::after {
        width: 32px;
        height: 40px;
        margin-left: 10px; } }

.expensive-maker__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; }

.expensive-maker__item {
  font-size: 22px;
  font-size: 1.375rem;
  width: calc(96% / 4);
  padding: 6px;
  border-radius: 30px;
  background: #fff;
  color: #894d41;
  border: solid 2px #894d41;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  font-weight: 800;
  line-height: 1.2; }
  @media screen and (max-width: 640px) {
    .expensive-maker__item {
      font-size: 20px;
      font-size: 1.25rem;
      width: calc(96% / 2);
      padding: 3px 6px; } }
  .expensive-maker__item--kana {
    font-size: 13px;
    font-size: 0.8125rem;
    display: block;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
    font-weight: normal;
    line-height: 1.2;
    margin-top: .25em; }
  .expensive-maker__item:nth-of-type(n+5) {
    margin-top: 20px; }
  @media screen and (max-width: 640px) {
    .expensive-maker__item:nth-of-type(n+3) {
      margin-top: 14px; } }

.worried {
  background: url("../images/worried_wave_t.png") repeat-x left top, url("../images/worried_wave_b.png") repeat-x left bottom, url("../images/pattern_02.png") repeat;
  padding-bottom: 0;
  overflow: hidden; }
  @media screen and (max-width: 900px) {
    .worried {
      background: url("../images/worried_img-sp.png") no-repeat center bottom/405px, url("../images/worried_wave_t.png") repeat-x left top, url("../images/worried_wave_b.png") repeat-x left bottom, url("../images/pattern_02.png") repeat; } }
  @media screen and (max-width: 640px) {
    .worried {
      background: url("../images/worried_img-sp.png") no-repeat center bottom/260px, url("../images/worried_wave_t.png") repeat-x left top/400px, url("../images/worried_wave_b.png") repeat-x left bottom/400px, url("../images/pattern_02.png") repeat; } }
  .worried__inner {
    padding: 70px 0 0; }
  .worried__ttl {
    color: #fff;
    margin-bottom: 60px; }
    @media screen and (max-width: 900px) {
      .worried__ttl {
        margin-bottom: 40px; } }
    @media screen and (max-width: 640px) {
      .worried__ttl {
        font-size: 5.6vw; } }
  .worried__sttl {
    margin-bottom: 10px; }
    @media screen and (max-width: 900px) {
      .worried__sttl {
        text-align: center; } }
    @media screen and (max-width: 768px) {
      .worried__sttl {
        font-size: 20px;
        font-size: 1.25rem; } }
  .worried__box {
    position: relative;
    padding-bottom: 60px; }
    @media screen and (max-width: 900px) {
      .worried__box {
        padding-bottom: 350px; } }
    @media screen and (max-width: 640px) {
      .worried__box {
        padding-bottom: 220px; } }
  .worried__img {
    position: absolute;
    bottom: 0;
    right: -90px;
    z-index: 1; }
    @media screen and (max-width: 900px) {
      .worried__img {
        display: none; } }
  .worried__list {
    width: 65%;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 900px) {
      .worried__list {
        width: 100%; } }
  .worried__item {
    position: relative;
    width: 100%;
    max-width: 650px;
    border-radius: 50px;
    background: #fff;
    -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);
    padding: 20px 50px; }
    @media screen and (max-width: 900px) {
      .worried__item {
        margin: 0 auto; } }
    @media screen and (max-width: 640px) {
      .worried__item {
        border-radius: 30px;
        padding: 20px 5%; } }
    .worried__item::after {
      content: '';
      width: 67px;
      height: 55px;
      background: url("../images/worried_tail_l.png") no-repeat center/contain;
      position: absolute;
      left: calc(100% - 20px);
      bottom: -3px; }
      @media screen and (max-width: 900px) {
        .worried__item::after {
          left: 10%;
          top: calc(100% - 20px); } }
      @media screen and (max-width: 640px) {
        .worried__item::after {
          width: 50px;
          height: 42px;
          top: calc(100% - 15px); } }
    .worried__item:nth-of-type(n+2) {
      margin-top: 20px; }
      @media screen and (max-width: 900px) {
        .worried__item:nth-of-type(n+2) {
          margin-top: 50px; } }
      @media screen and (max-width: 640px) {
        .worried__item:nth-of-type(n+2) {
          margin-top: 35px; } }
    @media screen and (max-width: 900px) {
      .worried__item:nth-of-type(2n)::after {
        background: url("../images/worried_tail_r.png") no-repeat center/contain;
        left: auto;
        right: 10%; } }
  .worried__arrow {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto; }
    .worried__arrow::after {
      content: '';
      background: url("../images/worried_arrow.png") no-repeat center bottom;
      width: 150px;
      height: 60px;
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 640px) {
        .worried__arrow::after {
          width: 100px;
          height: 40px; } }

.solution {
  background: #f7f7d7;
  position: relative; }
  .solution__inner {
    padding: 100px 0 100px; }
    @media screen and (max-width: 640px) {
      .solution__inner {
        padding: 60px 0 80px; } }
  .solution__ttl {
    margin-bottom: 80px; }
    @media screen and (max-width: 640px) {
      .solution__ttl {
        font-size: 6.4vw;
        margin-bottom: 40px; } }
    .solution__ttl--icon {
      position: relative; }
      .solution__ttl--icon::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 10px;
        width: 30px;
        height: 36px;
        background: url("../images/icon_bar_r.png") no-repeat center/contain; }
    @media screen and (max-width: 640px) {
      .solution__ttl--small {
        font-size: 4.0vw; } }
    .solution__ttl--br {
      display: none; }
      @media screen and (max-width: 900px) {
        .solution__ttl--br {
          display: block; } }
  .solution__sttl {
    position: relative;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .solution__sttl {
        text-align: center; } }
  .solution__imgarea {
    position: relative;
    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: 35%;
    padding: 0 0 0 10px; }
    @media screen and (max-width: 768px) {
      .solution__imgarea {
        padding: 0 10px 0;
        width: 100%;
        height: 240px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .solution__num {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 3; }
  .solution__txtarea {
    width: 65%;
    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__list {
    margin-bottom: 10px; }
  .solution__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border: solid 2px #cdc92b;
    border-radius: 20px;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .solution__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .solution__item::after {
      content: '';
      position: absolute;
      display: inline-block;
      right: -7px;
      top: -10px;
      width: 101px;
      height: 58px;
      background: url("../images/solution_flag_r.png") no-repeat center/contain; }
    .solution__item:last-of-type {
      margin-bottom: 0; }
    .solution__item:nth-of-type(2n) .solution__num {
      left: auto;
      right: 0; }
    .solution__item:nth-of-type(2n) .solution__imgarea {
      padding: 0 10px 0 0; }
      @media screen and (max-width: 768px) {
        .solution__item:nth-of-type(2n) .solution__imgarea {
          padding: 0 10px 0; } }
    .solution__item:nth-of-type(2n)::after {
      right: auto;
      left: -7px;
      background: url("../images/solution_flag_l.png") no-repeat center/contain; }
  .solution__caution--item {
    font-size: 13px;
    font-size: 0.8125rem; }

.reason {
  background: url("../images/kumo_l.png") no-repeat top left, url("../images/kumo_r.png") no-repeat top right; }
  @media screen and (max-width: 768px) {
    .reason {
      background: url("../images/kumo_l.png") no-repeat top left/130px, url("../images/kumo_r.png") no-repeat top right/130px; } }
  .reason__inner {
    padding: 70px 0 50px; }
  .reason__ttl {
    margin-bottom: 50px; }
    @media screen and (max-width: 900px) {
      .reason__ttl {
        font-size: 4.0vw; } }
    @media screen and (max-width: 768px) {
      .reason__ttl {
        font-size: 5.4vw; } }
    @media screen and (max-width: 768px) {
      .reason__ttl--br {
        display: none; } }
  .reason__img {
    margin-bottom: 30px; }

.voice__ttl {
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .voice__ttl {
      font-size: 6.4vw; } }
  @media screen and (max-width: 640px) {
    .voice__ttl--small {
      font-size: 4.0vw; } }

.voice__img {
  border-radius: 15px; }

.voice__sttl {
  position: relative;
  color: #894d41; }
  @media screen and (max-width: 768px) {
    .voice__sttl {
      text-align: center; } }

.voice__imgarea {
  width: 35%;
  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;
  padding: 15px; }
  @media screen and (max-width: 1080px) {
    .voice__imgarea {
      padding: 0;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media screen and (max-width: 768px) {
    .voice__imgarea {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 20px; } }

.voice__txtarea {
  width: 65%;
  padding: 3% 5% 3% 5%; }
  @media screen and (max-width: 1080px) {
    .voice__txtarea {
      padding: 0 0 0 5%; } }
  @media screen and (max-width: 768px) {
    .voice__txtarea {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      padding: 0; } }

.voice__hr {
  margin: 10px auto 20px;
  height: 2px;
  border: none;
  overflow: inherit;
  background: #894d41; }

.voice__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-weight: bold; }
  @media screen and (max-width: 640px) {
    .voice__status {
      margin-bottom: 20px; } }

.voice__statusitem {
  font-size: 14px;
  font-size: 0.875rem; }
  .voice__statusitem:first-of-type {
    margin-right: 20px; }
  .voice__statusitem--label {
    background: #cdc92b;
    color: #fff;
    padding: 2px 15px;
    margin-right: 15px;
    border-radius: 50px; }
    @media screen and (max-width: 640px) {
      .voice__statusitem--label {
        width: 90px;
        padding: 3px;
        text-align: center;
        display: inline-block; } }
  @media screen and (max-width: 1080px) {
    .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;
  background: #fff;
  border: solid 2px #cdc92b;
  border-radius: 20px;
  margin-bottom: 50px; }
  @media screen and (max-width: 1080px) {
    .voice__item {
      padding: 20px; } }
  @media screen and (max-width: 768px) {
    .voice__item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 5%; } }
  .voice__item:last-of-type {
    margin-bottom: 0; }
  .voice__item:nth-of-type(2n) .voice__imgarea {
    padding: 15px; }
    @media screen and (max-width: 1080px) {
      .voice__item:nth-of-type(2n) .voice__imgarea {
        padding: 0; } }
  @media screen and (max-width: 1080px) {
    .voice__item:nth-of-type(2n) .voice__txtarea {
      padding: 0 5% 0 0; } }
  @media screen and (max-width: 768px) {
    .voice__item:nth-of-type(2n) .voice__txtarea {
      padding: 0; } }

.buying {
  background: #f7f7d7; }
  @media screen and (max-width: 640px) {
    .buying__inner {
      padding: 70px 0 40px; } }
  .buying__ttl {
    margin-bottom: 50px; }
    @media screen and (max-width: 640px) {
      .buying__ttl {
        font-size: 8vw; } }
    @media screen and (max-width: 640px) {
      .buying__ttl--small {
        font-size: 5.0vw; } }
  .buying__sttlarea {
    position: relative;
    background: #894d41;
    color: #fff;
    border-radius: 100px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 83px;
    padding: 0px 60px; }
    @media screen and (max-width: 1080px) {
      .buying__sttlarea {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 8px 60px; } }
    @media screen and (max-width: 768px) {
      .buying__sttlarea {
        padding: 8px 50px; } }
    @media screen and (max-width: 640px) {
      .buying__sttlarea {
        border-radius: 10px;
        padding: 8px 20px; } }
    .buying__sttlarea::after {
      content: '';
      position: absolute;
      right: 50px;
      bottom: 10px;
      display: inline-block;
      width: 100px;
      height: 100px;
      background: url("../images/buying_line_icon.png") no-repeat center/contain; }
      @media screen and (max-width: 1080px) {
        .buying__sttlarea::after {
          right: 30px; } }
      @media screen and (max-width: 768px) {
        .buying__sttlarea::after {
          width: 80px;
          height: 80px; } }
      @media screen and (max-width: 640px) {
        .buying__sttlarea::after {
          right: 10px;
          width: 70px;
          height: 70px; } }
  .buying__sttl {
    font-size: 28px;
    font-size: 1.75rem; }
    @media screen and (max-width: 1080px) {
      .buying__sttl {
        margin-bottom: 5px; } }
    @media screen and (max-width: 900px) {
      .buying__sttl {
        font-size: 3.0vw; } }
    @media screen and (max-width: 768px) {
      .buying__sttl {
        font-size: 3.4vw; } }
    @media screen and (max-width: 640px) {
      .buying__sttl {
        font-size: 4.4vw; } }
    .buying__sttl--note {
      line-height: 1.4; }
      @media screen and (max-width: 768px) {
        .buying__sttl--note {
          font-size: 2.2vw; } }
      @media screen and (max-width: 640px) {
        .buying__sttl--note {
          font-size: 2.6vw; } }
    @media screen and (min-width: 1080px) {
      .buying__sttl--br {
        display: none; } }
  .buying__box {
    margin-bottom: 70px; }
    @media screen and (max-width: 640px) {
      .buying__box {
        margin-bottom: 30px; } }
    .buying__box:last-of-type {
      margin-bottom: 0; }
    .buying__box:nth-of-type(2) .buying__sttlarea::after {
      background: url("../images/buying_visit_icon.png") no-repeat center/contain; }
    .buying__box:nth-of-type(3) .buying__sttlarea::after {
      background: url("../images/buying_shop_icon.png") no-repeat center/contain; }
  .buying__caution {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: right;
    margin-top: 20px; }
    @media screen and (max-width: 640px) {
      .buying__caution {
        text-align: left; } }
  .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: #00a800;
      font-weight: bold;
      border-bottom: solid 1px #00a800;
      -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; } }
      @media screen and (max-width: 640px) {
        .buying__flow--item {
          margin-top: 40px; } }
      .buying__flow--item::after {
        content: '';
        position: absolute;
        top: 20%;
        right: -20px;
        z-index: 3;
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url("../images/buying_arrow.png") no-repeat center/contain; }
        @media screen and (max-width: 768px) {
          .buying__flow--item::after {
            display: none; } }
      .buying__flow--item:last-of-type::after {
        display: none; }
    .buying__flow--num {
      font-size: 25px;
      font-size: 1.5625rem;
      color: #fff;
      font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
      position: absolute;
      top: -15px;
      left: 0;
      z-index: 2;
      width: 50px;
      height: 50px;
      line-height: 50px;
      border-radius: 50%;
      text-align: center;
      background: #f58e27; }
    .buying__flow--img {
      margin-bottom: 15px; }
    .buying__flow--ttl {
      font-size: 18px;
      font-size: 1.125rem;
      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 {
  background: url("../images/toline_bg_l.png") no-repeat top left, url("../images/toline_bg_r.png") no-repeat top right; }
  @media screen and (max-width: 768px) {
    .toline {
      background: url("../images/toline_bg_l.png") no-repeat top left/130px, url("../images/toline_bg_r.png") no-repeat top right/130px; } }
  .toline__inner {
    padding: 70px 0 60px; }
  .toline__ttl {
    margin-bottom: 30px;
    color: #006900; }
    @media screen and (max-width: 640px) {
      .toline__ttl {
        margin-bottom: 40px; } }
  .toline__img {
    position: relative;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .toline__img {
        margin-bottom: 30px; } }
  .toline__btn {
    max-width: 500px;
    margin: 0 auto; }
    .toline__btn a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      .toline__btn a:hover .toline__btn--img {
        opacity: 0;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out; }
    .toline__btn--img {
      position: relative;
      z-index: 2;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
    .toline__btn--hover {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }

.leaveus__inner {
  padding: 70px 0 90px; }
  @media screen and (max-width: 768px) {
    .leaveus__inner {
      padding: 70px 0 0px; } }

.leaveus__ttl {
  margin-bottom: 90px; }
  @media screen and (max-width: 640px) {
    .leaveus__ttl {
      font-size: 5.6vw;
      margin-bottom: 100px; } }

.leaveus__maptxt {
  font-size: 20px;
  font-size: 1.25rem;
  width: 500px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  color: #fff;
  background: #cdc92b;
  text-align: center;
  border-radius: 30px; }
  @media screen and (max-width: 640px) {
    .leaveus__maptxt {
      font-size: 3.6vw;
      top: -70px; } }

.leaveus__map {
  position: relative;
  padding-bottom: 47%;
  margin-bottom: 50px; }
  @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: 500px;
  height: 60px;
  margin: 0 auto; }
  .leaveus__btn a::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

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

.staff__ttl {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 40px; }
  @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 {
  text-align: center;
  margin-bottom: 20px; }

.staff__name {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px; }

.staff__txt {
  width: 90%;
  margin: 0 auto; }

.staff__item {
  border: solid 2px #cdc92b;
  background: #fff;
  border-radius: 20px;
  width: calc(90% / 3);
  max-width: 300px;
  padding: 10px 10px 20px; }
  @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 {
  color: #058921;
  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;
  margin-bottom: 50px; }
  @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__btn {
  width: 500px;
  height: 60px;
  margin: 0 auto; }
  .reuse__btn a {
    background: #058921;
    border: solid 2px #058921; }
    @media screen and (max-width: 640px) {
      .reuse__btn a {
        font-size: 4.0vw;
        padding-right: 20px; } }
    .reuse__btn a:hover {
      color: #058921; }
      .reuse__btn a:hover::after {
        border-color: #058921 transparent transparent transparent; }
    .reuse__btn a::after {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
      @media screen and (max-width: 640px) {
        .reuse__btn a::after {
          right: 10px; } }

.faq {
  background: #f0e6d3; }
  .faq__inner {
    padding: 40px 0 60px; }
    @media screen and (min-width: 641px) {
      .faq__inner {
        padding: 70px 0 100px; } }
  .faq__ttl {
    margin-bottom: 40px; }

.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;
  border-radius: 10px;
  color: #fff;
  background: #894d41; }
  @media screen and (min-width: 769px) {
    .faq-ac {
      font-size: 20px;
      font-size: 1.25rem; } }
  .faq-ac__q {
    display: block;
    padding: 0 .5em 0 30px; }
    @media screen and (max-width: 768px) {
      .faq-ac__q {
        padding: 0 .5em 0 15px; } }
  @media screen and (max-width: 640px) {
    .faq-ac__qtxt {
      padding: 0 10px 0 0;
      line-height: 1.5; } }
  .faq-ac__cont {
    position: relative;
    display: none;
    padding: 0 0 50px 50px; }
    @media screen and (max-width: 640px) {
      .faq-ac__cont {
        padding: 0 20px 40px 20px; } }
  .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: 768px) {
      .faq-ac__icon {
        margin: 0 15px 0 auto; } }
    .faq-ac__icon::before {
      content: '';
      display: block;
      top: 5px;
      left: 0;
      position: absolute;
      margin: auto;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 5px 0 5px;
      border-color: #fff transparent transparent transparent;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }

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

.faq-ac__icon.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -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%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .faq-cta {
      display: block;
      width: 270px; } }
  @media screen and (max-width: 768px) {
    .faq-cta__tel {
      display: block; }
      .faq-cta__tel a {
        padding: 5px 0; } }
  @media screen and (max-width: 768px) {
    .faq-cta__line, .faq-cta__mail {
      display: block;
      margin: 10px 0 0 0;
      width: 270px; } }

.contact {
  background: #f7f7d7;
  overflow: hidden; }
  .contact__inner {
    max-width: 800px;
    width: 90%; }
  .contact__ttl {
    margin-bottom: 70px; }
    @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 {
    color: #894d41;
    position: relative;
    font-size: 27px;
    font-size: 1.6875rem;
    text-align: center;
    font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .contact__plustxt {
        font-size: 5.0vw; } }
    .contact__plustxt::before, .contact__plustxt::after {
      content: '';
      display: inline-block;
      width: 50px;
      height: 63px;
      background: url("../images/icon_bar_l.png") no-repeat center/contain;
      position: absolute;
      bottom: -10px;
      right: calc(100% + 10px); }
      @media screen and (max-width: 900px) {
        .contact__plustxt::before, .contact__plustxt::after {
          right: 85%; } }
      @media screen and (max-width: 768px) {
        .contact__plustxt::before, .contact__plustxt::after {
          width: 40px;
          height: 50px;
          right: calc(100% - 30px); } }
    .contact__plustxt::after {
      background: url("../images/icon_bar_r.png") no-repeat center/contain;
      right: auto;
      left: calc(100% + 10px); }
      @media screen and (max-width: 900px) {
        .contact__plustxt::after {
          left: 85%; } }
      @media screen and (max-width: 768px) {
        .contact__plustxt::after {
          left: calc(100% - 30px); } }
    @media screen and (min-width: 901px) {
      .contact__plustxt--br {
        display: none; } }

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

.form {
  width: 100%;
  margin: 0 auto; }
  .form tbody {
    display: block; }
  .form__tbl {
    margin-bottom: 70px; }
    .form__tbl--plus {
      margin-bottom: 40px; }
  .form__tr {
    font-size: 18px;
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 1px rgba(0, 0, 0, 0.1); }
    @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--last {
      border-bottom: none; }
  .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; }
    @media screen and (max-width: 768px) {
      .form__th {
        margin-bottom: 10px;
        min-height: inherit; } }
  .form__td {
    display: block;
    width: calc(100% - 250px);
    height: 100%; }
    @media screen and (max-width: 768px) {
      .form__td {
        width: 100%; } }
    .form__td--short {
      max-width: 400px; }
      @media screen and (max-width: 640px) {
        .form__td--short {
          width: 100%;
          max-width: inherit; } }
    .form__td--file {
      padding: 30px;
      background: #fff;
      border: solid 2px #cdc92b;
      border-radius: 10px; }
  .form__input {
    font-size: 18px;
    font-size: 1.125rem;
    width: 100%;
    height: 100%;
    min-height: 60px;
    padding: 6px 30px;
    display: block;
    border: solid 2px #cdc92b;
    border-radius: 10px !important; }
    .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 30px;
    border: solid 2px #cdc92b;
    border-radius: 10px !important; }
    .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: #ccc;
    padding: 1px 20px;
    border-radius: 15px;
    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: 12px;
    font-size: 0.75rem;
    font-weight: normal;
    color: #fff;
    background: #bf0000;
    min-width: 40px;
    height: 18px;
    line-height: 18px;
    display: block;
    margin-right: 10px;
    text-align: center;
    letter-spacing: .1em; }
  .form__error {
    font-size: 14px;
    font-size: 0.875rem;
    display: none !important;
    background: #bf0000;
    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;
    width: 500px;
    height: 94px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0);
    background: url("../images/form_btn.png") no-repeat center/contain;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    @media screen and (max-width: 640px) {
      .form__btn {
        width: 370px;
        height: 70px; } }
    .form__btn:hover {
      background: url("../images/form_btn_hover.png") no-repeat center/contain;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    .form__btn:disabled {
      cursor: not-allowed;
      background: url("../images/form_btn_disabled.png") no-repeat center/contain;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    .form__btn--sent {
      background: url("../images/form_btn-sent.png") no-repeat center/contain; }
      .form__btn--sent:hover {
        background: url("../images/form_btn-sent_hover.png") no-repeat center/contain; }
    .form__btn--back {
      background: url("../images/form_btn-back.png") no-repeat center/contain; }
      .form__btn--back:hover {
        background: url("../images/form_btn-back_hover.png") no-repeat center/contain; }
  .form__submit {
    margin-top: 20px; }

.form-privacy {
  margin-bottom: 70px;
  background: #fff;
  border: solid 2px #cdc92b;
  border-radius: 10px !important;
  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 {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px; }
  .form-privacy__txtarea {
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc; }
  .form-privacy__txt {
    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: #cdc92b;
        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: 10px;
        width: 40px;
        height: 40px;
        border: solid 2px #ccc;
        background: #fff; }
        @media screen and (max-width: 768px) {
          .form-privacy__check span::before {
            border: none;
            border-radius: 5px;
            width: 26px;
            height: 26px; } }
      .form-privacy__check span::after {
        font-size: 28px;
        font-size: 1.75rem;
        position: absolute;
        left: 8px;
        top: -11px;
        content: "";
        font-family: FontAwesome, 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
        font-weight: bold;
        color: #f58e27;
        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 {
  background: #f7f7d7; }
  .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: 420px; }
    .thanks__tel a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 640px) {
        .thanks__tel a:hover .thanks__tel--img {
          opacity: 0; } }
    .thanks__tel--img {
      position: relative;
      z-index: 2;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
    .thanks__tel--hover {
      position: absolute;
      top: 0;
      left: 0; }
  .thanks__btn {
    margin: 60px auto 0;
    max-width: 500px;
    width: 100%; }
    .thanks__btn a::after {
      right: auto;
      left: 30px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.confirm {
  background: #f7f7d7; }
  .confirm__inner {
    max-width: 800px;
    width: 90%; }
  .confirm__ttl {
    margin-bottom: 40px; }
  .confirm__txt {
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .confirm__txt {
        text-align: left;
        margin-bottom: 40px; } }
  .confirm__tr {
    padding-bottom: 0; }
    @media screen and (max-width: 768px) {
      .confirm__tr {
        border-bottom: dotted 1px rgba(0, 0, 0, 0.1); } }
  .confirm__td {
    padding: 0 0 14px; }
    @media screen and (min-width: 769px) {
      .confirm__td {
        min-height: 60px;
        padding: 14px 0; } }
  .confirm__sent {
    margin-bottom: 20px; }

.company {
  background: #f7f7d7; }
  @media screen and (max-width: 640px) {
    .company__inner {
      padding: 70px 0 80px; } }
  .company__ttl {
    margin-bottom: 60px; }
    @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: 150px;
        background: #cdc92b;
        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 2px #fff; }
      @media screen and (min-width: 641px) {
        .company__tbl th {
          width: 150px;
          margin-bottom: 0;
          padding: 0 0 10px 20px;
          border-bottom: none; } }
      .company__tbl th::before {
        content: '';
        height: 2px;
        width: 160px;
        background: #cdc92b;
        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% - 150px);
          padding: 0 0 10px 20px;
          border-bottom: solid 2px #fff; } }
  .company__item {
    position: relative;
    padding: 0 0 20px 20px; }
    .company__item::before {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      width: 8px;
      height: 8px;
      background: #cdc92b; }

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