@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sofia&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@media (max-width: 768px) {
  .cmn__wrp:not(main) {
    padding-top: 10vw !important;
    padding-bottom: 20vw !important; } }
@media (min-width: 769px) {
  .cmn__wrp:not(main) {
    padding-top: 100px !important;
    padding-bottom: 160px !important; } }

.cmn_lnk__txt {
  text-decoration: none;
  position: relative; }
  .cmn_lnk__txt::after {
    content: '';
    width: .6em;
    height: 1em;
    margin: auto;
    display: block;
    position: absolute;
    right: -1em;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: .6em;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23D7A476%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E"); }

.cmn__txt a {
  color: #C27358;
  text-decoration: underline; }

.fst_nav__wrp {
  background-color: #F9F7F7;
  border-radius: 20px; }

.fst_nav__box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.fst_nav__lst {
  display: block;
  border-bottom: 1px solid #DEDEDE; }
  .fst_nav__lst a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    font-weight: bold; }
    .fst_nav__lst a::before {
      width: 2em;
      height: 2em;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      color: #fff;
      font-weight: bold;
      background-color: #C27358;
      border-radius: 50%; }
    .fst_nav__lst a::after {
      content: '';
      margin: auto;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-size: .6em;
      background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23D7A476%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
      transform: rotate(90deg); }

.fst_nav__lst.is__nav1 a::before {
  content: "1"; }

.fst_nav__lst.is__nav2 a::before {
  content: "2"; }

.fst_nav__lst.is__nav3 a::before {
  content: "3"; }

.fst_nav__lst.is__nav4 a::before {
  content: "4"; }

.fst_nav__lst.is__nav5 a::before {
  content: "5"; }

.fst_nav__lst.is__nav6 a::before {
  content: "6"; }

.fst_nav__lst.is__nav7 a::before {
  content: "7"; }

.fst_nav__lst.is__nav8 a::before {
  content: "8"; }

.fst_nav__lst.is__nav9 a::before {
  content: "9"; }

.fst_nav__lst.is__nav10 a::before {
  content: "10"; }

.fst_nav__lst.is__nav11 a::before {
  content: "11"; }

@media (max-width: 768px) {
  .fst_nav__wrp {
    width: 89.33%;
    padding: 5vw 5vw; }

  .fst_nav__lst {
    width: 100%; }
    .fst_nav__lst a {
      padding: 1em 7vw 1em 10vw;
      font-size: 15px; }
      .fst_nav__lst a::before {
        font-size: 14px; }
      .fst_nav__lst a::after {
        width: .7em;
        height: 1em; }
    ul .fst_nav__lst:nth-last-child(1) {
      border-bottom: 0px solid transparent; } }
@media (min-width: 769px) {
  .fst_nav__wrp {
    padding: 75px 100px; }

  .fst_nav__lst {
    width: 440px; }
    .fst_nav__lst a {
      padding: 1em 46px;
      font-size: 15px; }
      .fst_nav__lst a::before {
        font-size: 14px; }
      .fst_nav__lst a::after {
        width: .7em;
        height: 1em; } }
.fst_sct__nth {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  color: #bd603e; }
  .fst_sct__nth::after {
    content: '';
    width: .75em;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #B7775D; }

.fst__inr {
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 768px) {
  .cmn__inr {
    margin-top: 12vw; }

  .fst_sct__nth {
    margin-bottom: 4vw;
    font-size: 6.2vw; }

  .fst__inr {
    width: 89.33vw; } }
@media (min-width: 769px) {
  .cmn__inr {
    margin-top: 100px; }

  .fst_sct__nth {
    margin-bottom: 30px;
    font-size: 42px; }

  .fst__inr {
    width: 960px; } }
.fst_sct1__data {
  margin-left: auto; }

.is__background .cmn_column__inr {
  position: relative; }

.fst_sct1__num {
  position: relative;
  display: block;
  position: absolute;
  left: .3em;
  top: -.7em;
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #bd603e; }

@media (max-width: 768px) {
  .is__sct01 .fst_sct__nth + .cmn__ttl {
    margin-bottom: 5vw; }
  .is__sct01 .cmn_column__wrp {
    margin-top: 6vw; }
  .is__sct01 .fst_sct01__img {
    margin-top: 4vw; }
  .is__sct01 + .cmn__inr {
    padding-top: 6vw;
    padding-bottom: 6vw; }

  .is__sct01_div1 {
    width: 100%; }

  .is__sct01_div2 {
    width: 100%;
    margin-top: 6vw; }

  .fst_sct1__data {
    width: 90%;
    margin-top: 4vw; }

  .is__background.cmn__inr {
    padding-top: 12vw;
    padding-bottom: 12vw; }
  .is__background > .cmn__ttl + .cmn__txt {
    margin-top: 3.5vw; }
  .is__background .cmn_column__wrp {
    display: block; }
  .is__background .cmn_column__inr {
    width: 100%;
    margin-top: 13vw; }
    .is__background .cmn_column__inr .cmn__ttl {
      margin-top: 2.5vw;
      margin-bottom: 1.8vw; }
    .is__background .cmn_column__inr .cmn__txt {
      font-size: 14px; }

  .fst_sct1__num {
    font-size: 9.4vw; } }
@media (min-width: 769px) {
  .is__sct01 .fst_sct__nth + .cmn__ttl {
    margin-bottom: 50px; }
  .is__sct01 .cmn_column__wrp {
    margin-top: 70px; }
  .is__sct01 .fst_sct01__img {
    margin-top: 30px; }
  .is__sct01 + .cmn__inr {
    padding-top: 70px;
    padding-bottom: 70px; }

  .is__sct01_div1 {
    width: 779px; }

  .is__sct01_div2 {
    width: 342px; }

  .fst_sct1__data {
    width: 435px;
    margin-top: 39px; }

  .is__background > .cmn__ttl + .cmn__txt {
    margin-top: 30px; }
  .is__background .cmn_column__inr {
    margin-top: 45px; }
    .is__background .cmn_column__inr .cmn__ttl {
      margin-top: 20px;
      margin-bottom: 12px; }
    .is__background .cmn_column__inr .cmn__txt {
      font-size: 14px; }

  .fst_sct1__num {
    font-size: 50px; } }
@media (max-width: 768px) {
  .is__type.cmn__inr {
    margin-top: 12vw; }
  .is__type > .cmn__ttl {
    margin-bottom: 2.5vw; }
  .is__type .cmn__ttl + .cmn__txt {
    margin-bottom: 0; }
  .is__type .cmn_column__wrp {
    margin-top: 7vw; }
  .is__type .cmn__btn {
    width: 95%; }

  .ind_type__wrp .cmn__ttl {
    margin-bottom: 0; } }
@media (min-width: 769px) {
  .is__type > .cmn__ttl {
    margin-bottom: 30px; }
  .is__type .cmn__ttl + .cmn__txt {
    margin-bottom: 0; }
  .is__type .cmn_column__wrp {
    margin-top: 60px; }
  .is__type .cmn__btn {
    width: 95%; } }
.fst_lnk__box {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-repeat: no-repeat;
  background-color: #F9F7F7; }
  .fst_lnk__box .cmn__txt {
    margin-top: auto; }
  .fst_lnk__box .cmn__btn {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #C27358;
    background-repeat: no-repeat;
    background-size: .6em;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E"); }

@media (max-width: 768px) {
  .fst_lnk__box {
    width: 100%;
    margin-top: 6vw;
    padding: 46vw 7.5vw 7.5vw;
    background-position: center top;
    background-size: 100%;
    background-image: url(/resource/firsttime/images/fst_sct3__img_sp.jpg); }
    .fst_lnk__box .cmn__txt {
      text-align: center;
      font-size: 3.73vw; }
    .fst_lnk__box .cmn__btn {
      width: 100%;
      margin-top: 3vw; } }
@media (min-width: 769px) {
  .fst_lnk__box {
    width: 960px;
    height: 230px;
    margin-top: 45px;
    padding-right: 480px;
    padding-left: 120px;
    background-position: right center;
    background-size: auto 100%;
    background-image: url(/resource/firsttime/images/fst_sct3__img.png); }
    .fst_lnk__box .cmn__btn {
      margin-top: 20px; } }
.ind_age__inr {
  width: 100%; }
  .ind_age__inr .cmn__ttl::before {
    width: calc(100% - 13em); }

@media (max-width: 768px) {
  .ind_age__inr + .ind_age__inr {
    margin-top: 11.2vw; }
  .cmn__txt + .ind_age__inr {
    margin-top: 10vw; }
  .ind_age__inr .cmn__ttl {
    margin-bottom: 3.6vw; }
    .ind_age__inr .cmn__ttl::before {
      width: calc(100% - 12em); }
  .ind_age__inr .cmn__txt.is__bold {
    margin-bottom: 1.2vw; }
  .ind_age__inr .cmn_column__inr:nth-child(1) {
    margin-bottom: 4vw; }
  .ind_age__inr .cmn_column__inr + .cmn_column__inr .cmn__txt {
    font-size: 14px; } }
@media (min-width: 769px) {
  .is__sct04 .fst_sct__nth + .cmn__ttl {
    margin-bottom: 45px; }

  .ind_age__inr + .ind_age__inr {
    margin-top: 70px; }
  .cmn__txt + .ind_age__inr {
    margin-top: 100px; }
  .ind_age__inr .cmn__ttl {
    margin-bottom: 30px; }
  .ind_age__inr .cmn__txt.is__bold {
    margin-bottom: 10px; }
  .ind_age__inr .cmn_column__inr + .cmn_column__inr .cmn__txt {
    font-size: 14px; } }
.fst_comment__lst {
  width: 100%;
  display: block;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 28px rgba(74, 67, 62, 0.08); }

.fst_comment__name {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(/resource/firsttime/images/fst_comment__icn.png); }

@media (max-width: 768px) {
  .is__sct05 .fst_sct__nth + .cmn__ttl {
    margin-bottom: 3.4vw; }
  .is__sct05 .cmn__txt {
    color: #000;
    font-size: 15px; }
    .is__sct05 .cmn__txt a {
      color: #C27358;
      text-decoration: underline; }

  .fst_comment__wrp {
    margin-top: 6.6vw; }

  .fst_comment__lst {
    padding: 5vw 6.66vw; }
    .fst_comment__lst + .fst_comment__lst {
      margin-top: 3.4vw; }
    .fst_comment__lst .cmn__txt {
      font-size: 15px;
      color: #000; }

  .fst_comment__name {
    min-height: 50px;
    padding-left: 70px;
    margin-bottom: 3.4vw;
    background-size: 50px; } }
@media (min-width: 769px) {
  .is__sct05 .fst_sct__nth + .cmn__ttl {
    margin-bottom: 30px; }
  .is__sct05 .cmn__txt {
    color: #000;
    font-size: 15px; }
    .is__sct05 .cmn__txt a {
      color: #C27358;
      text-decoration: underline; }

  .fst_comment__wrp {
    margin-top: 70px; }

  .fst_comment__lst {
    padding: 60px 100px; }
    .fst_comment__lst + .fst_comment__lst {
      margin-top: 32px; }
    .fst_comment__lst .cmn__txt {
      font-size: 15px;
      color: #000; }

  .fst_comment__name {
    min-height: 50px;
    padding-left: 70px;
    margin-bottom: 30px;
    background-size: 50px; } }
.fst_dsc__wrp {
  width: 100%;
  display: block;
  background-color: #F9F7F7; }

@media (max-width: 768px) {
  .is__sct06 .cmn_column__wrp {
    margin-top: 7vw;
    display: block; }
    .is__sct06 .cmn_column__wrp + .cmn_column__wrp {
      margin-top: 12vw; }
    .is__sct06 .cmn_column__wrp .cmn__txt.is__color {
      margin-bottom: 2.4vw;
      font-size: 4.4vw; }

  .fst_sct6__box {
    width: 100%; }

  .fst_sct6__img {
    width: 100%;
    margin-bottom: 4vw; }

  .fst_dsc__wrp {
    padding: 6.6vw;
    margin-top: 6.6vw; }
    .fst_dsc__wrp .cmn__txt.is__bold {
      margin-top: 15px;
      margin-bottom: 15px; } }
@media (min-width: 769px) {
  .is__sct06 .cmn_column__wrp {
    margin-top: 80px; }
    .is__sct06 .cmn_column__wrp + .cmn_column__wrp {
      margin-top: 55px;
      flex-direction: row-reverse; }
    .is__sct06 .cmn_column__wrp .cmn__txt.is__color {
      margin-bottom: 20px;
      font-size: 20px; }

  .fst_sct6__box {
    width: 580px; }

  .fst_sct6__img {
    width: 320px; }

  .fst_dsc__wrp {
    padding: 50px;
    margin-top: 60px; }
    .fst_dsc__wrp .cmn__txt.is__bold {
      margin-top: 15px;
      margin-bottom: 15px; } }
@media (max-width: 768px) {
  .is__sct07 .cmn_column__wrp {
    margin-top: 7vw;
    display: block; }
    .is__sct07 .cmn_column__wrp + .cmn_column__wrp {
      margin-top: 12vw; }
    .is__sct07 .cmn_column__wrp .cmn__txt.is__color {
      margin-bottom: 2.4vw;
      font-size: 4.4vw; }
    .is__sct07 .cmn_column__wrp .cmn__txt + .cmn__txt {
      margin-top: 2.4vw; }
  .is__sct07 > .cmn__txt {
    margin-top: 2.4vw; }

  .fst_sct7__box {
    width: 100%; }

  .fst_sct7__img {
    width: 100%;
    margin-bottom: 4vw; }

  .fst_dsc__wrp {
    padding: 6.6vw;
    margin-top: 6.6vw; }
    .fst_dsc__wrp .cmn__txt.is__bold {
      margin-top: 15px;
      margin-bottom: 15px; } }
@media (min-width: 769px) {
  .is__sct07 .fst_sct__nth + .cmn__ttl {
    margin-bottom: 50px; }
  .is__sct07 .cmn_column__wrp {
    margin-top: 45px; }
    .is__sct07 .cmn_column__wrp + .cmn_column__wrp {
      margin-top: 55px;
      flex-direction: row-reverse; }
    .is__sct07 .cmn_column__wrp .cmn__txt.is__color {
      margin-bottom: 20px;
      font-size: 20px; }
    .is__sct07 .cmn_column__wrp .cmn__txt + .cmn__txt {
      margin-top: 30px; }
    .is__sct07 .cmn_column__wrp:nth-last-child(1) {
      flex-direction: row-reverse; }
  .is__sct07 > .cmn__txt {
    margin-top: 40px; }

  .fst_sct7__box {
    width: 580px; }

  .fst_sct7__img {
    width: 320px; }

  .fst_dsc__wrp {
    padding: 50px;
    margin-top: 60px; }
    .fst_dsc__wrp .cmn__txt.is__bold {
      margin-top: 15px;
      margin-bottom: 15px; } }
@media (max-width: 768px) {
  .is__sct08 .fst_sct__nth + .cmn__ttl {
    margin-bottom: 4vw; }
  .is__sct08 .cmn_column__wrp {
    display: block; }
  .is__sct08 .cmn_column__inr {
    width: 100%; }
    .is__sct08 .cmn_column__inr + .cmn_column__inr {
      margin-top: 6vw; }
    .is__sct08 .cmn_column__inr .cmn__txt.is__l {
      margin-top: 10px; }
  .is__sct08 .fst_div__wrp {
    margin-top: 5vw; }
    .is__sct08 .fst_div__wrp .cmn_ul__wrp .cmn__txt {
      font-size: 15px; }
  .is__sct08 .cmn__btn {
    margin-top: 10vw; }

  .is__sct08_1 {
    margin-top: 10vw;
    margin-bottom: 10vw; }
    .is__sct08_1 .cmn__ttl.is__serif_s {
      margin-bottom: 3vw; }

  .is__sct08_2 {
    margin-bottom: 10vw; }
    .is__sct08_2 .cmn__ttl.is__serif_s {
      margin-bottom: 3vw; }

  .fst_sct8__img {
    width: 100%;
    margin-bottom: 4vw; }

  .fst_sct8__box {
    width: 100%; } }
@media (min-width: 769px) {
  .is__sct08 .fst_sct__nth + .cmn__ttl {
    margin-bottom: 50px; }
  .is__sct08 .cmn_column__inr .cmn__txt.is__l {
    margin-top: 10px;
    font-size: 20px; }
  .is__sct08 .fst_div__wrp {
    margin-top: 39px; }
    .is__sct08 .fst_div__wrp .cmn_ul__wrp .cmn__txt {
      font-size: 15px; }
  .is__sct08 .cmn__btn {
    margin-top: 80px; }

  .is__sct08_1 {
    margin-top: 80px;
    margin-bottom: 80px; }

  .cmn__ttl.is__serif_s {
    margin-bottom: 40px;
    font-size: 28px; }

  .fst_sct8__img {
    width: 320px; }

  .fst_sct8__box {
    width: 580px; } }
.is__interview {
  position: relative;
  border: 1px solid #EF8A76;
  border-radius: 20px; }
  .is__interview .cmn__ttl {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    color: #000;
    background-color: #fff; }
    .is__interview .cmn__ttl strong {
      color: #FF8470; }

.is__about .cmn__inr:nth-child(1) {
  margin-top: 0; }

@media (max-width: 768px) {
  .is__interview {
    width: 89.33vw;
    margin-top: 26vw;
    margin-left: auto;
    margin-right: auto;
    padding: 18vw 6vw 6vw; }
    .is__interview .cmn__ttl {
      width: 80%;
      padding-left: .5vw;
      padding-right: .5vw;
      top: -20vw;
      font-size: 4.8vw; }
      .is__interview .cmn__ttl .is__min {
        font-size: 4.2vw; }

  .is__about {
    padding-top: 7vw;
    padding-bottom: 7vw; }
    .is__about .cmn__ttl {
      margin-bottom: 3.2vw; }
    .is__about .cmn__img {
      margin-bottom: 4.5vw; }
    .is__about .flw_cap__lst {
      margin-top: 5.2vw; }
      .is__about .flw_cap__lst .cmn__txt.is__cpt {
        text-align: left; } }
@media (min-width: 769px) {
  .is__interview {
    padding: 97px 130px 56px; }
    .is__interview .cmn__ttl {
      width: 60%;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 26px; }
      .is__interview .cmn__ttl .is__min {
        font-size: 24px; }

  .is__about {
    padding-top: 100px;
    padding-bottom: 100px; }
    .is__about .cmn__ttl {
      margin-bottom: 30px; }
    .is__about .cmn__img {
      margin-bottom: 50px; } }
@media (max-width: 768px) {
  .is__care > .cmn__ttl {
    margin-top: 0; }

  .is__reason {
    margin-bottom: 26vw; }

  .fst_reason__img {
    width: 81.73vw;
    margin-top: 4vw;
    margin-left: auto;
    margin-right: auto; } }
.is__sct10 .is__bold {
  color: #FF8470; }

@media (max-width: 768px) {
  .is__sct10 .fst_div__wrp + .fst_div__wrp {
    margin-top: 5vw; } }
@media (min-width: 769px) {
  .is__sct10 .fst_div__wrp {
    margin-top: 50px; }
    .is__sct10 .fst_div__wrp.is__imgset {
      position: relative; }
      .is__sct10 .fst_div__wrp.is__imgset .cmn_ul__wrp {
        width: 600px; }
      .is__sct10 .fst_div__wrp.is__imgset .fst__imgset {
        width: 318px;
        position: absolute;
        right: 0;
        top: 0; } }
.faq_sec .cmn__ttl.is__border {
  padding-bottom: 30px;
  margin-bottom: 10px; }

@media (max-width: 768px) {
  .faq_sec .cmn__ttl.is__border {
    padding-bottom: 5.33vw;
    margin-bottom: 1.3vw; } }
.faq_acc.is__border {
  border-bottom: 1px solid #E2E2E2; }

/* アイコン調整 */
.faq_acc .faq_lst__hdr,
.faq_acc .cmn_acc__detail {
  display: flex; }

.faq_acc .faq_lst__hdr span:first-child,
.faq_acc .cmn_acc__detail span:first-child {
  margin-right: 0.5em;
  margin-top: -10px; }

.faq_lst__hdr {
  position: relative;
  padding-right: 30px;
  padding-top: 26px;
  padding-bottom: 26px; }

.faq_lst__hdr::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.is__open .faq_lst__hdr::after {
  display: none; }

@media (max-width: 768px) {
  .faq_lst__hdr {
    position: relative;
    padding-right: 30px;
    padding-top: 5.33vw;
    padding-bottom: 5.33vw; } }
.faq_acc .cmn__ttl.is__black {
  color: inherit; }

/* アコーディオン内ボタン */
.faq_acc .faq_btn.cmn__btn {
  margin-top: 20px; }

.faq_acc:nth-child(1) {
  border-top: 1px solid #E2E2E2; }

.faq_lst__box {
  display: block; }
  .faq_lst__box strong {
    color: inherit;
    font-weight: bold; }

.pst_faq__table {
  display: block; }

.pst_faq__map {
  display: flex;
  justify-content: space-between; }
  .pst_faq__map img {
    width: 45%; }

@media (max-width: 768px) {
  .is__sct11 .fst_sct__nth + .cmn__ttl {
    margin-bottom: 6vw; }

  .faq_acc .faq_btn.cmn__btn {
    width: 100%; }

  .pst_faq__img {
    width: 91%;
    position: absolute;
    right: 0;
    bottom: 0; }
    .pst_faq__img img {
      width: 100%; }

  .cmn_acc__detail.is__imgset {
    padding-bottom: 68.66vw;
    position: relative; }
  .cmn_acc__detail .cmn__txt {
    width: auto; }

  .faq_lst__box + .faq_lst__box {
    margin-top: 8vw; }

  .pst_faq__table {
    width: 100%;
    margin-top: 10vw;
    margin-bottom: 10vw; }

  .pst_faq__map {
    width: 100%;
    margin-top: 10vw;
    margin-bottom: 10vw; } }
@media (min-width: 769px) {
  .is__sct11 .fst_sct__nth + .cmn__ttl {
    margin-bottom: 80px; }

  .pst_faq__img {
    width: 300px;
    margin-left: 50px; }
    .pst_faq__img img {
      width: 300px; }

  .cmn_acc__detail .cmn__txt {
    width: auto; }

  .faq_lst__box + .faq_lst__box {
    margin-top: 40px; }

  .pst_faq__table {
    width: 893px;
    margin-top: 20px;
    margin-bottom: 30px; }

  .pst_faq__map {
    width: 893px;
    margin-top: 20px;
    margin-bottom: 30px; } }
.ind_point__wrp {
  position: relative;
  z-index: 1; }
  .ind_point__wrp .cmn__ttl {
    position: absolute;
    width: 150px; }

.ind_point__inr {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); }
  .ind_point__inr .cmn__ttl {
    margin: auto;
    display: block;
    position: absolute; }
  .ind_point__inr .cmn__btn {
    width: 100%;
    color: #fff;
    background-repeat: no-repeat;
    background-size: .6em;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
    background-color: #C27358; }
  .ind_point__inr .ind__sbt {
    line-height: 1.8; }
  .ind_point__inr > * + *:not(.ind__sbt) {
    letter-spacing: -.03em; }

.ind_lnk__bg {
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  line-height: 1.62;
  font-weight: bold;
  background-color: #fff; }
  .ind_lnk__bg img {
    width: 208px; }

.ind_care__box .ind_lnk__bg {
  padding-left: 1em;
  padding-right: 1em; }

.is__point1 .cmn_tag__txt {
  padding: 1em .5em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.42;
  text-align: center;
  color: #C27358;
  border-radius: 8px; }

.ind_lst__txt .cmn__txt {
  padding-left: .7em;
  position: relative; }
  .ind_lst__txt .cmn__txt strong {
    font-weight: bold; }
  .ind_lst__txt .cmn__txt:not(.is__no_lst)::before {
    content: '';
    width: .4em;
    height: .4em;
    display: block;
    position: absolute;
    left: 0;
    top: .8em;
    font-weight: bold;
    background-color: #C27358;
    border-radius: 50%; }

@media (max-width: 768px) {
  .is__care.cmn__inr {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .is__care > .cmn__ttl {
    margin-top: 0;
    margin-bottom: 8vw; }
  .is__care > .cmn__btn {
    width: 89.33%;
    margin-bottom: 20.93vw;
    margin-left: auto;
    margin-right: auto; }

  .ind_point__wrp {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-position: center bottom; }
    .ind_point__wrp + .ind_point__wrp {
      margin-top: 20.53vw; }
    .ind_point__wrp.is__point1 {
      padding-bottom: 51.6vw; }
    .ind_point__wrp.is__point2 {
      padding-bottom: 136.6vw;
      background-size: 89.33%; }
    .ind_point__wrp.is__point3 {
      padding-bottom: 51.6vw; }
    .ind_point__wrp.is__point4 {
      padding-bottom: 51.6vw; }
    .ind_point__wrp.is__point5 {
      padding-bottom: 51.6vw; }
    .ind_point__wrp.is__point1 {
      background-image: url(/resource/firsttime/images/ind_point1__img.jpg); }
    .ind_point__wrp.is__point2 {
      background-image: url(/resource/firsttime/images/ind_point2__img.jpg); }
    .ind_point__wrp.is__point3 {
      background-image: url(/resource/firsttime/images/ind_point3__img.jpg); }
    .ind_point__wrp.is__point4 {
      background-image: url(/resource/firsttime/images/ind_point4__img.jpg); }
    .ind_point__wrp.is__point5 {
      background-image: url(/resource/firsttime/images/ind_point5__img.jpg); }

  .ind_point__inr {
    width: 89.33%;
    padding: 10vw 7.2vw 8vw 7.2vw;
    margin-left: auto;
    margin-right: auto; }
    .ind_point__inr > .ind__sbt {
      margin-top: 3vw; }
    .ind_point__inr > * + *:not(.ind__sbt) {
      margin-top: 6vw; }
    .ind_point__inr > *.ind__sbt + * {
      margin-top: 4vw; }
    .ind_point__inr .cmn__ttl {
      top: -7.33vw;
      left: 0;
      right: 0; }
    .ind_point__inr .cmn__btn:not(.is__cv) {
      background-position: right .8em center; }
    .is__point1 .ind_point__inr .cmn__ttl {
      width: 25.6vw; }
    .is__point1 .ind_point__inr .cmn_tag__txt {
      width: 17.33vw;
      padding-left: 0;
      padding-right: 0;
      font-size: 2.66vw;
      font-weight: bold;
      letter-spacing: -.04em; }
    .is__point2 .ind_point__inr .cmn__ttl {
      width: 25.6vw; }
    .is__point3 .ind_point__inr .cmn__ttl {
      width: 25.6vw; }
    .is__point4 .ind_point__inr .cmn__ttl {
      width: 25.6vw; }
    .is__point5 .ind_point__inr .cmn__ttl {
      width: 25.6vw; }
    .is__point5 .ind_point__inr .ind__sbt {
      white-space: nowrap; }
    .ind_point__inr .ind__sbt {
      padding: 0; }

  .ind_care__box {
    width: 89.33%;
    padding: 6.66vw 6vw;
    margin: 12vw auto 20.53vw; }
    .ind_care__box .ind__sbt {
      padding-top: 0;
      font-size: 4.2vw;
      letter-spacing: -.03em; }
    .ind_care__box .cmn_column__inr {
      width: 100%; }
      .ind_care__box .cmn_column__inr + .cmn_column__inr {
        margin-top: 2.66vw; }

  .ind_lnk__bg {
    padding-top: 1em;
    padding-bottom: 1em;
    letter-spacing: -.04em;
    font-size: 3.73vw; }
    .ind_lnk__bg .is__space {
      letter-spacing: -.5em; } }
@media (min-width: 769px) {
  .is__care.cmn__inr {
    margin-top: 160px; }
  .is__care > .cmn__ttl {
    margin-bottom: 85px; }
  .is__care .cmn__btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
    .is__care .cmn__btn.is__cv {
      margin-bottom: 190px; }

  .ind_point__wrp::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .ind_point__wrp.is__point1::before {
    background-image: url(/resource/firsttime/images/ind_point1__img.jpg); }
  .ind_point__wrp.is__point2::before {
    background-image: url(/resource/firsttime/images/ind_point2__img.jpg); }
  .ind_point__wrp.is__point3::before {
    background-image: url(/resource/firsttime/images/ind_point3__img.jpg); }
  .ind_point__wrp.is__point4::before {
    background-image: url(/resource/firsttime/images/ind_point4__img.jpg); }
  .ind_point__wrp.is__point5::before {
    background-image: url(/resource/firsttime/images/ind_point5__img.jpg); }
  .ind_point__wrp + .ind_point__wrp {
    margin-top: 120px; }
  .ind_point__wrp.is__point1 {
    min-height: 560px; }
    .ind_point__wrp.is__point1::before {
      width: 670px;
      height: 560px;
      top: -53px;
      left: 0; }
    .ind_point__wrp.is__point1 .cmn__ttl {
      right: 62px; }
    .ind_point__wrp.is__point1 .cmn_tag__txt {
      width: 100px;
      font-size: 14px; }
  .ind_point__wrp.is__point2 {
    min-height: 530px; }
    .ind_point__wrp.is__point2::before {
      width: 526px;
      height: 530px;
      top: -20px;
      right: 0;
      background-position: center top;
      background-image: url(/resource/firsttime/images/ind_point2__img_pc.png); }
    .ind_point__wrp.is__point2 .cmn__ttl {
      left: 62px; }
  .ind_point__wrp.is__point3 {
    min-height: 430px; }
    .ind_point__wrp.is__point3::before {
      width: 670px;
      height: 430px;
      top: -53px;
      left: 0; }
    .ind_point__wrp.is__point3 .cmn__ttl {
      right: 62px; }
  .ind_point__wrp.is__point4 {
    min-height: 430px;
    margin-top: 145px; }
    .ind_point__wrp.is__point4::before {
      width: 670px;
      height: 430px;
      top: -67px;
      right: 0; }
    .ind_point__wrp.is__point4 .cmn__ttl {
      left: 62px; }
  .ind_point__wrp.is__point5 {
    min-height: 430px;
    margin-top: 100px; }
    .ind_point__wrp.is__point5::before {
      width: 670px;
      height: 430px;
      top: -36px;
      left: 0; }
    .ind_point__wrp.is__point5 .cmn__ttl {
      right: 62px; }

  .ind_point__inr {
    width: 560px;
    padding: 60px 50px 60px 60px; }
    .is__point1 .ind_point__inr {
      margin-left: auto; }
    .is__point2 .ind_point__inr {
      margin-right: auto; }
    .is__point3 .ind_point__inr {
      margin-left: auto; }
    .is__point4 .ind_point__inr {
      margin-right: auto; }
    .is__point5 .ind_point__inr {
      margin-left: auto;
      padding: 60px 30px 60px 50px; }
    .ind_point__inr > * + *:not(.ind__sbt) {
      margin-top: 30px; }
    .ind_point__inr .cmn__ttl {
      top: -45px; }

  .ind_care__box {
    margin-top: 85px;
    margin-bottom: 156px;
    padding: 45px; }
    .ind_care__box .ind__sbt {
      margin-bottom: 30px;
      font-size: 22px; } }
.is__salon {
  background-repeat: no-repeat;
  background-image: url(/resource/firsttime/images/ind_salon__img.png);
  background-color: #f7f6f5; }

@media (max-width: 768px) {
  .is__salon {
    width: 89.33%;
    padding: 10.66vw 8vw 60vw;
    background-size: 73.06vw;
    background-position: bottom 11.06vw center; }

  .ind_salon__ttl {
    width: 240px;
    margin-bottom: 25px; } }
@media (min-width: 769px) {
  .is__salon {
    padding: 60px 660px 60px 60px;
    background-size: 549px;
    background-position: right 60px center; }

  .ind_salon__ttl {
    width: 240px;
    margin-bottom: 25px; } }
.cmn_lnk__txt.is_minoki {
  font-size: 15px;
  text-decoration: underline;
  text-decoration-color: #C27358; }
  .cmn_lnk__txt.is_minoki::after {
    content: none; }

@media (max-width: 768px) {
  .cmn_lnk__txt.is_minoki {
    font-size: 3.46vw;
    display: inline-block; } }

/*# sourceMappingURL=style.css.map */
