@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

body, html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 1em;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q:after, q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=button], input[type=text], input[type=tel], input[type=email], input[type=submit], input[type=image], textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

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

input[type=radio]:checked + label {
  background: #5f5f5f;
}

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

figure img {
  vertical-align: bottom;
}

video {
  -webkit-filter: drop-shadow(0px 0px #000);
          filter: drop-shadow(0px 0px #000);
  outline: none;
  border: none;
}

em {
  font-style: normal;
}

/*******************************

BREAK POINTS

*******************************/
/*******************************

    COLORS

*******************************/
/* Text Color */
/*******************************

    FONTS

*******************************/
/* FONT SIZE */
/* FONT SET */
/*******************************

    DISPLAY

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

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

@media screen and (max-width: 768px) {
  .ltbmin {
    display: none;
  }
}

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

/*******************************

    HOVER

*******************************/
/*******************************

    BLOCK

*******************************/
/*******************************

   CMN PARTS

*******************************/
/*******************************

    BASE

*******************************/
html,
body {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  position: relative;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2.5641025641vw;
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 1vw;
  }
}

body {
  background: #FFF;
  color: #4D4D4D;
  font-size: 1.2rem;
}

img {
  max-width: 100%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: #4D4D4D;
}

p {
  word-wrap: break-word;
}

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

input[type=button], input[type=text], input[type=tel], input[type=email], input[type=submit], input[type=image], textarea, button {
  color: #4D4D4D;
}

a::-moz-selection, abbr::-moz-selection, acronym::-moz-selection, address::-moz-selection, applet::-moz-selection, article::-moz-selection, aside::-moz-selection, audio::-moz-selection, b::-moz-selection, big::-moz-selection, blockquote::-moz-selection, body::-moz-selection, canvas::-moz-selection, caption::-moz-selection, center::-moz-selection, cite::-moz-selection, code::-moz-selection, dd::-moz-selection, del::-moz-selection, details::-moz-selection, dfn::-moz-selection, div::-moz-selection, dl::-moz-selection, dt::-moz-selection, em::-moz-selection, embed::-moz-selection, fieldset::-moz-selection, figcaption::-moz-selection, figure::-moz-selection, footer::-moz-selection, form::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, header::-moz-selection, hgroup::-moz-selection, html::-moz-selection, i::-moz-selection, iframe::-moz-selection, img::-moz-selection, ins::-moz-selection, kbd::-moz-selection, label::-moz-selection, legend::-moz-selection, li::-moz-selection, mark::-moz-selection, menu::-moz-selection, nav::-moz-selection, object::-moz-selection, ol::-moz-selection, output::-moz-selection, p::-moz-selection, pre::-moz-selection, q::-moz-selection, ruby::-moz-selection, s::-moz-selection, samp::-moz-selection, section::-moz-selection, small::-moz-selection, span::-moz-selection, strike::-moz-selection, strong::-moz-selection, sub::-moz-selection, summary::-moz-selection, sup::-moz-selection, table::-moz-selection, tbody::-moz-selection, td::-moz-selection, tfoot::-moz-selection, th::-moz-selection, thead::-moz-selection, time::-moz-selection, tr::-moz-selection, tt::-moz-selection, u::-moz-selection, ul::-moz-selection, var::-moz-selection, video::-moz-selection, main::-moz-selection, br::-moz-selection, picture::-moz-selection, pre::-moz-selection {
  background: #ccc;
  color: #FFF;
}

a::selection, abbr::selection, acronym::selection, address::selection, applet::selection, article::selection, aside::selection, audio::selection, b::selection, big::selection, blockquote::selection, body::selection, canvas::selection, caption::selection, center::selection, cite::selection, code::selection, dd::selection, del::selection, details::selection, dfn::selection, div::selection, dl::selection, dt::selection, em::selection, embed::selection, fieldset::selection, figcaption::selection, figure::selection, footer::selection, form::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, header::selection, hgroup::selection, html::selection, i::selection, iframe::selection, img::selection, ins::selection, kbd::selection, label::selection, legend::selection, li::selection, mark::selection, menu::selection, nav::selection, object::selection, ol::selection, output::selection, p::selection, pre::selection, q::selection, ruby::selection, s::selection, samp::selection, section::selection, small::selection, span::selection, strike::selection, strong::selection, sub::selection, summary::selection, sup::selection, table::selection, tbody::selection, td::selection, tfoot::selection, th::selection, thead::selection, time::selection, tr::selection, tt::selection, u::selection, ul::selection, var::selection, video::selection, main::selection, br::selection, picture::selection, pre::selection {
  background: #ccc;
  color: #FFF;
}
a::-moz-selection, abbr::-moz-selection, acronym::-moz-selection, address::-moz-selection, applet::-moz-selection, article::-moz-selection, aside::-moz-selection, audio::-moz-selection, b::-moz-selection, big::-moz-selection, blockquote::-moz-selection, body::-moz-selection, canvas::-moz-selection, caption::-moz-selection, center::-moz-selection, cite::-moz-selection, code::-moz-selection, dd::-moz-selection, del::-moz-selection, details::-moz-selection, dfn::-moz-selection, div::-moz-selection, dl::-moz-selection, dt::-moz-selection, em::-moz-selection, embed::-moz-selection, fieldset::-moz-selection, figcaption::-moz-selection, figure::-moz-selection, footer::-moz-selection, form::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, header::-moz-selection, hgroup::-moz-selection, html::-moz-selection, i::-moz-selection, iframe::-moz-selection, img::-moz-selection, ins::-moz-selection, kbd::-moz-selection, label::-moz-selection, legend::-moz-selection, li::-moz-selection, mark::-moz-selection, menu::-moz-selection, nav::-moz-selection, object::-moz-selection, ol::-moz-selection, output::-moz-selection, p::-moz-selection, pre::-moz-selection, q::-moz-selection, ruby::-moz-selection, s::-moz-selection, samp::-moz-selection, section::-moz-selection, small::-moz-selection, span::-moz-selection, strike::-moz-selection, strong::-moz-selection, sub::-moz-selection, summary::-moz-selection, sup::-moz-selection, table::-moz-selection, tbody::-moz-selection, td::-moz-selection, tfoot::-moz-selection, th::-moz-selection, thead::-moz-selection, time::-moz-selection, tr::-moz-selection, tt::-moz-selection, u::-moz-selection, ul::-moz-selection, var::-moz-selection, video::-moz-selection, main::-moz-selection, br::-moz-selection, picture::-moz-selection, pre::-moz-selection {
  background: #ccc;
  color: #FFF;
}

img {
  width: 100%;
}

/*******************************

    CMN

*******************************/
.cta {
  position: relative;
  z-index: 1;
}
.cta .ttl {
  max-width: 18.5rem;
  margin: 0 auto 1.5rem;
}
.cta .btn {
  display: block;
  max-width: 30.5rem;
  margin: 0 auto;
}

@media (hover: hover) {
  a.btn {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  a.btn:hover {
    opacity: 0.7;
  }
}

.dlbtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 0.5rem;
}
.dlbtns a {
  display: block;
  height: 4.5rem;
}
@media (hover: hover) {
  .dlbtns a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .dlbtns a:hover {
    opacity: 0.7;
  }
}
.dlbtns img {
  height: 100%;
  max-width: none;
  width: auto;
}

/*******************************

    PC

*******************************/
.pcSide {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pcSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: url(../img/pcside-bg.jpg) center center no-repeat;
    background-size: cover;
  }
}

.pcSideRight {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pcSideRight {
    width: 19.25rem;
    display: block;
    position: relative;
  }
}
.pcSideRight .cont {
  position: absolute;
  right: 5.6rem;
  bottom: 5.6rem;
}
.pcSideRight p {
  font-size: 0.98rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1em;
  color: #1A1A1A;
}
.pcSideRight img {
  width: 8.4rem;
  display: block;
  margin: 0 auto;
}

.pcSideLeft {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pcSideLeft {
    width: calc(100vw - 56.75rem);
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pcSideLeft__top {
  width: 27.65rem;
  padding-bottom: 5.95rem;
  padding-top: 2.1rem;
}
.pcSideLeft__bottom {
  background: #fff;
  width: 30.1rem;
  position: relative;
  margin: 0 auto;
  border-radius: 1.05rem;
  -webkit-box-shadow: 4px 4px 4px rgba(201, 197, 169, 0.1);
          box-shadow: 4px 4px 4px rgba(201, 197, 169, 0.1);
  padding: 4.2rem 0 3.5rem;
}
.pcSideLeft__bottom .ttl {
  width: 15.82rem;
  margin: 0 auto 1.4rem;
}
.pcSideLeft__bottom .note {
  font-size: 0.84rem;
  text-align: center;
  margin-top: 1.5em;
}
.pcSideLeft__bottom .btn {
  display: block;
  margin: 0 auto;
  width: 26.11rem;
}

#wrap {
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  #wrap {
    border-radius: 2rem 2rem 0 0;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 16px rgba(179, 179, 179, 0.8);
            box-shadow: 2px 2px 16px rgba(179, 179, 179, 0.8);
    max-width: 37.5rem;
    margin: 4.2rem 19.25rem 0 auto;
  }
}

/*******************************

    HEADER

*******************************/
.header {
  position: relative;
  z-index: 2;
}

/*******************************

    MAIN

*******************************/
/* KV
----------------------------- */
.kv {
  margin-top: -4rem;
  position: relative;
  margin-bottom: 3rem;
}
.kv .batch {
  position: absolute;
  width: 37.7%;
  right: -1.75%;
  top: 4.8rem;
}

.kvPrice {
  max-width: 34rem;
  margin: -19.5rem auto 0;
}
@media screen and (min-width: 1025px) {
  .kvPrice {
    margin: -18.5rem auto 0;
  }
}
.kvPrice .img {
  width: 36.4rem;
  margin-left: -0.9rem;
}
.kvPrice .txt {
  font-weight: 700;
  line-height: 1.5;
  color: #808080;
}
.kvPrice .txt > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.25em;
}

/* ABOUT
----------------------------- */
.about {
  margin-top: 4rem;
}

.abouthead {
  position: relative;
  margin-bottom: 3rem;
}
.abouthead .ttl {
  position: absolute;
  width: 33.5rem;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
}
.abouthead .txt {
  position: absolute;
  width: 20rem;
  bottom: 9.5rem;
  left: 1.5rem;
}

.aboutPill .head, .aboutRs .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}
.aboutPill .head .img, .aboutRs .head .img {
  width: 27.5rem;
}
.aboutPill .head .ttl, .aboutRs .head .ttl {
  position: absolute;
}
.aboutPill .list dt, .aboutRs .list dt {
  width: 34rem;
  margin: 0 auto 2.5rem;
}
.aboutPill .list dd + dt, .aboutRs .list dd + dt {
  margin-top: 3.5rem;
}
.aboutPill .list dd, .aboutRs .list dd {
  font-size: 1.3rem;
}
.aboutPill .list dd .txt, .aboutRs .list dd .txt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 34rem;
  margin: 0 auto;
  line-height: 1.65;
}
.aboutPill .list dd .txt span, .aboutRs .list dd .txt span {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FCFFCC));
  background: linear-gradient(transparent 60%, #FCFFCC 60%);
}
.aboutPill .list dd .note, .aboutRs .list dd .note {
  width: 34rem;
  margin: 2rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
.aboutPill .list dd .note p:first-child, .aboutRs .list dd .note p:first-child {
  padding-right: 1em;
}
.aboutPill .list dd .effect, .aboutRs .list dd .effect {
  background: #FBF8F0;
  margin-top: 4rem;
  padding: 4rem 0 2.5rem;
}
.aboutPill .list dd .effect > .ttl, .aboutRs .list dd .effect > .ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  color: #F27441;
  margin-bottom: 3rem;
}
.aboutPill .list dd .effectItems, .aboutRs .list dd .effectItems {
  background: #fff;
  border-radius: 0.5rem;
  width: 34rem;
  margin: 0 auto;
  -webkit-box-shadow: 1px 2px 4px rgba(91, 91, 91, 0.15);
          box-shadow: 1px 2px 4px rgba(91, 91, 91, 0.15);
}
.aboutPill .list dd .effectItems:not(:last-child), .aboutRs .list dd .effectItems:not(:last-child) {
  margin-bottom: 1rem;
}
.aboutPill .list dd .effectItems-btn, .aboutRs .list dd .effectItems-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 1.5rem 2rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.aboutPill .list dd .effectItems-btn:hover, .aboutRs .list dd .effectItems-btn:hover {
  cursor: pointer;
}
.aboutPill .list dd .effectItems-btn.is-active i, .aboutRs .list dd .effectItems-btn.is-active i {
  background: #808080;
}
.aboutPill .list dd .effectItems-btn.is-active i::after, .aboutRs .list dd .effectItems-btn.is-active i::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.aboutPill .list dd .effectItems-btn i, .aboutRs .list dd .effectItems-btn i {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 0 auto;
  background: #F27441;
  border-radius: 50%;
}
.aboutPill .list dd .effectItems-btn i::before, .aboutPill .list dd .effectItems-btn i::after, .aboutRs .list dd .effectItems-btn i::before, .aboutRs .list dd .effectItems-btn i::after {
  content: "";
  background: #fff;
}
.aboutPill .list dd .effectItems-btn i::before, .aboutRs .list dd .effectItems-btn i::before {
  width: 50%;
  height: 1px;
}
.aboutPill .list dd .effectItems-btn i::after, .aboutRs .list dd .effectItems-btn i::after {
  width: 50%;
  height: 1px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.aboutPill .list dd .effectItems-content, .aboutRs .list dd .effectItems-content {
  display: none;
  padding: 0 1rem;
}
.aboutPill .list dd .effectItems-content .inner, .aboutRs .list dd .effectItems-content .inner {
  border-top: 1px solid #E6E6E6;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutPill .list dd .effectItems-content .inner ul, .aboutRs .list dd .effectItems-content .inner ul {
  width: 50%;
  font-size: 1.3rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.aboutPill .list dd .effectItems-content .inner ul li::before, .aboutRs .list dd .effectItems-content .inner ul li::before {
  content: "●";
  color: #E5DFD6;
  font-size: 0.9rem;
}

.aboutPill .head .ttl {
  width: 18rem;
  left: 2rem;
}
.aboutPill .head .img {
  margin-left: auto;
}
.aboutPill .list dd .txt span {
  color: #F27441;
}

.aboutRs {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.aboutRs .head .ttl {
  width: 24rem;
  right: 2rem;
}
.aboutRs .list dd .txt span {
  color: #21A371;
}

/* PRICE
----------------------------- */
.price {
  margin-top: -3rem;
  padding-bottom: 2rem;
  position: relative;
}
.price::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #F9F9F9;
  display: block;
}
.price .ttl {
  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;
}
.price .ttl img:first-child {
  position: absolute;
  width: 25.5rem;
  padding-bottom: 1rem;
}
.price .list {
  position: relative;
  z-index: 1;
  width: 35.5rem;
  margin: -5.5rem auto 0;
  padding-left: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
/* FLOW
----------------------------- */
.flow {
  margin-bottom: 4rem;
}
.flow > .ttl {
  width: 28.7rem;
  margin: -3rem auto 3rem;
}
.flow .list {
  width: 34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.flow .list li:nth-child(2) .cont {
  background: url(../img/flow-img02.svg) right 2.5rem center no-repeat;
  background-size: 4.4rem auto;
}
.flow .list li:nth-child(3) .cont {
  background: url(../img/flow-img03.svg) right 2.6rem center no-repeat;
  background-size: 4rem auto;
}
.flow .list li:nth-child(4) .cont {
  background: url(../img/flow-img04.svg) right 3.2rem center no-repeat;
  background-size: 2.6rem auto;
}
.flow .list li:nth-child(5) .cont {
  background: url(../img/flow-img05.svg) right 3rem center no-repeat;
  background-size: 3.3rem auto;
}
.flow .list li:nth-child(6) .cont {
  background: url(../img/flow-img06.svg) right 2.7rem center no-repeat;
  background-size: 3.6rem auto;
}
.flow .list li:not(:last-child)::after {
  content: "";
  width: 2rem;
  height: 1.1rem;
  display: block;
  background: url(../img/flow-icon01.svg) center center no-repeat;
  margin: 1.5rem auto;
  background-size: contain;
}
.flow .list .item {
  border: 2px solid #21A371;
  border-radius: 0.5rem;
}
.flow .list .item .ttl {
  background: #21A371;
  color: #fff;
  font-family: "Josefin Sans";
  text-align: center;
  font-size: 1.8rem;
  padding: 1rem;
}
.flow .list .item .cont {
  padding: 2.5rem 2.75rem;
}
.flow .list .item .cont .subttl {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
}
.flow .list .item .cont .txt {
  margin-top: 1em;
  font-size: 1.3rem;
  line-height: 1.65;
  font-weight: 500;
}
.flow .list .item .cont .btn {
  display: block;
  margin-top: 2rem;
  width: 100%;
}
.flow .list .note {
  padding: 1.25rem 0 0;
  line-height: 1.6;
}

/* FAQ
----------------------------- */
.faq {
  background: #F5F4EE;
  margin-top: 2rem;
  padding-top: 4.5rem;
  padding-bottom: 2.5rem;
}
.faq > .ttl {
  width: 17.2rem;
  margin: 0 auto 3rem;
}
.faq .subttl {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.faq ul + .subttl {
  margin-top: 3rem;
}
.faq .list {
  width: calc(100% - 4.75rem);
  margin: 0 auto;
}
.faq .list li {
  background: #fff;
  border-radius: 0.5rem;
  margin: 0 auto;
  -webkit-box-shadow: 1px 2px 4px rgba(91, 91, 91, 0.15);
          box-shadow: 1px 2px 4px rgba(91, 91, 91, 0.15);
}
.faq .list li:not(:last-child) {
  margin-bottom: 1rem;
}
.faq .list li .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.75rem 1.5rem 1.75rem;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.5;
}
.faq .list li .ttl:hover {
  cursor: pointer;
}
.faq .list li .ttl.is-active i {
  background: #808080;
}
.faq .list li .ttl.is-active i::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faq .list li .ttl::before {
  content: "";
  background: url(../img/faq-icon01.svg) center center no-repeat;
  width: 1.7rem;
  height: 2.2rem;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 1rem;
  background-size: contain;
}
.faq .list li .ttl span {
  padding-right: 0.5rem;
}
.faq .list li .ttl i {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 0 auto;
  background: #ED6984;
  border-radius: 50%;
  margin-left: auto;
}
.faq .list li .ttl i::before, .faq .list li .ttl i::after {
  content: "";
  background: #fff;
}
.faq .list li .ttl i::before {
  width: 50%;
  height: 1px;
}
.faq .list li .ttl i::after {
  width: 50%;
  height: 1px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq-content {
  width: 100%;
  display: none;
  font-size: 1.2rem;
  line-height: 1.65;
  letter-spacing: 0.04em;
  padding: 0 1.5rem;
}
.faq-content .inner {
  border-top: 1px solid #E6E6E6;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq-content .inner::before {
  content: "";
  background: url(../img/faq-icon02.svg) center center no-repeat;
  width: 1.7rem;
  height: 2.2rem;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 1rem;
  background-size: 1.5rem auto;
}
/*******************************

    FOOTER

*******************************/
.footer {
  padding: 3.5rem 0 3.5rem;
}
.footer .logo {
  width: 27.5rem;
  margin: 0 auto;
}