@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::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;
  font-weight: inherit;
  margin: 0;
  color: #222;
}

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

/* 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] {
  -webkit-text-decoration: underline dotted;
          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;
}

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

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

a {
  display: inline-block;
}

/*===================================================
共通
===================================================*/
/* 基本
***************************************************************/
html {
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 2.13333vw;
  }
}

/* フォント
***************************************************************/
/* コンテンツ幅
***************************************************************/
.inner {
  padding: 0 45px;
}

.wrap {
  width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .inner {
    padding: 0 6vw;
  }
  .wrap {
    width: 100%;
  }
}

/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

.pc_only {
  display: block;
}

@media screen and (max-width: 750px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}

/* 共通パーツ (全ページ)
***************************************************************/
/* ボタン
***************************************************************/
.btn01 {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  background-color: #249C94;
  border-radius: 50px;
  padding: 33px 77px;
}

@media screen and (max-width: 750px) {
  .btn01 {
    font-size: 4.66667vw;
    font-weight: 600;
    color: #fff;
    background-color: #249C94;
    border-radius: 5.46667vw;
    padding: 4.4vw 10.26667vw;
  }
}

.btn02 {
  font-size: 25px;
  background-color: #977F7F;
  border-radius: 35px;
  display: flex;
  color: #fff;
  justify-content: center;
  padding: 18px 0 14px;
  align-items: center;
  gap: 30px;
  position: relative;
  width: 356px;
  margin-inline: auto;
}

.btn02::after {
  content: "";
  display: inline-block;
  background-image: url("../images/btn_arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 7px;
}

@media screen and (max-width: 750px) {
  .btn02 {
    font-size: 3.33333vw;
    background-color: #977F7F;
    border-radius: 4.66667vw;
    display: flex;
    color: #fff;
    justify-content: center;
    padding: 2.4vw 0 1.86667vw;
    align-items: center;
    gap: 4vw;
    position: relative;
    width: 47.46667vw;
    margin-inline: auto;
  }
  .btn02::after {
    content: "";
    display: inline-block;
    background-image: url("../images/btn_arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 2.66667vw;
    height: 0.93333vw;
  }
}

/* 共通パーツ 追従ボタン
***************************************************************/
.btn__box {
  background-color: #e9eded;
  padding-bottom: 34px;
}

.js-btn-fixed {
  position: fixed;
  width: 750px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 1000;
}

.btn__text {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-top: 23px;
  color: #914343;
}

.btn__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 17px;
}

.btn03 {
  background-color: #755F4D;
  border-radius: 16px;
  border: 1px solid #707070;
  padding: 26px 53px;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
}

.btn04 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  background-color: #03C753;
  border-radius: 16px;
  /* border: 1px solid #707070; */
  width: 286px;
  padding: 7px 0 5px;
}

.btn04 img {
  width: 66px;
  height: 66px;
}

@media screen and (max-width: 750px) {
  .btn__box {
    background-color: #e9eded;
    padding-bottom: 4.53333vw;
  }
  .js-btn-fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: 1000;
  }
  .btn__text {
    font-size: 3.33333vw;
    font-weight: 600;
    text-align: center;
    margin-top: 3.06667vw;
    color: #914343;
  }
  .btn__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.06667vw;
    margin-top: 2.26667vw;
  }
  .btn03 {
    background-color: #755F4D;
    border-radius: 2.13333vw;
    border: 0.13333vw solid #707070;
    padding: 3.46667vw 7.06667vw;
    color: #fff;
    font-size: 3.06667vw;
    font-weight: 600;
  }
  .btn04 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 3.06667vw;
    font-weight: 600;
    background-color: #03C753;
    border-radius: 2.13333vw;
    /* border: none; */
    width: 38.13333vw;
    padding: 0.93333vw 0 0.66667vw;
  }
  .btn04 img {
    width: 8.8vw;
    height: 8.8vw;
  }
}

/* 共通パーツ (全ページ)
***************************************************************/
/* 共通パーツ (全ページ)
***************************************************************/
/* 共通パーツ (全ページ)
***************************************************************/
/* 共通パーツ (全ページ)
***************************************************************/
/* header
***************************************************************/
/* footer
***************************************************************/
.footer {
  background-color: #FBF6F2;
}

.footer__img {
  width: 165px;
  height: 243px;
  display: block;
  margin-inline: auto;
}

@media screen and (max-width: 750px) {
  .footer__img {
    width: 22vw;
    height: 32.4vw;
  }
}

.footer small {
  display: block;
  padding-top: 35px;
  padding-bottom: 104px;
  text-align: center;
  background-color: #FBF6F2;
}

@media screen and (max-width: 750px) {
  .footer small {
    display: block;
    padding-top: 4.66667vw;
    padding-bottom: 13.86667vw;
    text-align: center;
    background-color: #FBF6F2;
  }
}

/* fv
***************************************************************/
.fv__text01 {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  background-color: #9d7f6c;
  padding: 10px 0;
  text-align: center;
}

.fv__logo-box {
  background-color: #e4dbd6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 37px 0 12px;
}

.fv__logo {
  width: 75px;
  height: 113px;
}

.fv__text02 {
  color: #8d7b6d;
  font-size: 33px;
  font-weight: 500;
  line-height: 2;
  margin-left: 13px;
}

.fv__text03 {
  color: #8d7b6d;
  font-size: 69px;
  font-weight: 600;
  line-height: 1;
  margin-left: 5px;
}

.fv__content01 {
  background-color: #d7d9da;
  padding-top: 13px;
}

.fv__title {
  font-size: 60px;
  font-weight: 600;
  color: #75594b;
  text-align: center;
  background-image: url("../images/fv_title_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 32px 0 23px;
  margin-inline: auto;
  max-width: 635px;
  position: relative;
}

.fv__title::before {
  content: "※1";
  display: inline-block;
  position: absolute;
  left: 333px;
  top: 37px;
  font-size: 10px;
}

.fv__title::after {
  content: "※2";
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 37px;
  font-size: 10px;
}

.fv__title span {
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 2.5;
}

.fv__wrapper {
  display: flex;
  gap: 68px;
  justify-content: flex-end;
  max-width: 750px;
}

.fv__text04 {
  margin-top: 65px;
  font-size: 20px;
  line-height: 1.3;
  color: #755f4d;
  position: relative;
}

.fv__text04::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -290px;
  width: 270px;
  height: 3px;
  background-color: #977f7f;
}

.fv__text04::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -295px;
  background-color: #977f7f;
}

.fv__text05 {
  margin-top: 105px;
  font-size: 20px;
  line-height: 1.3;
  color: #755f4d;
  position: relative;
}

.fv__text05::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -220px;
  width: 216px;
  height: 3px;
  background-color: #977f7f;
}

.fv__text05::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -233px;
  background-color: #977f7f;
}

.fv__text06 {
  margin-top: 75px;
  font-size: 20px;
  line-height: 1.3;
  color: #755f4d;
  position: relative;
}

.fv__text06::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -321px;
  width: 320px;
  height: 3px;
  background-color: #977f7f;
}

.fv__text06::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -321px;
  background-color: #977f7f;
}

.fv__text07 {
  margin-top: 42px;
  font-size: 20px;
  line-height: 1.3;
  color: #755f4d;
  position: relative;
}

.fv__text07::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -244px;
  width: 244px;
  height: 3px;
  background-color: #977f7f;
}

.fv__text07::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -251px;
  background-color: #977f7f;
}

.fv__img01 {
  max-width: 526px;
}

.fv__price-box {
  background-color: #eeeeee;
  display: flex;
  position: relative;
}

.fv__text08 {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background-image: url("../images/fv_ribon01.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 34px;
  width: 143px;
  height: 163px;
  position: absolute;
  left: 32px;
  top: 0;
}

.fv__text09 {
  padding: 11px 0 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
  padding-left: 21px;
  margin-left: 167px;
  color: #977f7f;
}

.fv__text09 span {
  font-size: 9px;
}

.fv__text10 {
  font-size: 69px;
  font-weight: 500;
  line-height: 1.3;
  color: #914343;
  background-color: #fff;
  padding-left: 16px;
  margin-left: 167px;
  width: 455px;
}

.fv__text10 span {
  font-size: 23px;
}

.fv__text11 {
  padding: 16px 0 14px 21px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #977f7f;
  margin-left: 167px;
}

.fv__discount-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e4dbd6;
  border-radius: 50%;
  width: 153px;
  height: 145px;
  position: absolute;
  right: 18px;
  top: 16px;
}

.fv__num {
  color: #977f7f;
  font-size: 72px;
}

.fv__percent {
  font-size: 44px;
  color: #977f7f;
  line-height: 1.3;
  font-weight: 300;
  margin-top: 4px;
}

.fv__off {
  font-size: 18px;
  color: #977f7f;
  line-height: 1;
  font-weight: 300;
  margin-top: -5px;
}

.fv__content02 {
  background-color: #d7d9da;
  padding-bottom: 44px;
}

.fv__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 39px;
  padding-top: 34px;
  padding-bottom: 34px;
  position: relative;
}

.fv__box::after {
  content: "";
  display: inline-block;
  background-color: #727070;
  width: 674px;
  height: 1px;
  position: absolute;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.fv__text12 {
  font-size: 56px;
  color: #755f4d;
  line-height: 0.8;
  font-weight: 600;
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.fv__text12-type01 {
  display: block;
  font-size: 20px;
  line-height: 1.3;
}

.fv__text12-type02 {
  display: block;
  font-size: 21px;
  line-height: 1.2;
}

.fv__text13 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  background-color: #9d7f6c;
  text-align: center;
  padding: 40px 18px 36px;
}

.fv__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.fv__item {
  font-size: 47px;
  color: #755f4d;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  background-color: #fff;
  opacity: 0.68;
  border-radius: 11px;
  width: 214px;
  padding: 26px 0 16px;
}

.fv__item span {
  font-size: 24px;
  display: block;
}

@media screen and (max-width: 750px) {
  .fv__text01 {
    font-size: 2.8vw;
    font-weight: 600;
    color: #fff;
    background-color: #9d7f6c;
    padding: 1.33333vw 0;
    text-align: center;
  }
  .fv__logo-box {
    background-color: #e4dbd6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4.93333vw 0 1.6vw;
  }
  .fv__logo {
    width: 10vw;
    height: 15.06667vw;
  }
  .fv__text02 {
    color: #8d7b6d;
    font-size: 4.4vw;
    font-weight: 500;
    line-height: 2;
    margin-left: 1.73333vw;
  }
  .fv__text03 {
    color: #8d7b6d;
    font-size: 9.2vw;
    font-weight: 600;
    line-height: 1;
    margin-left: 0.66667vw;
  }
  .fv__content01 {
    background-color: #d7d9da;
    padding-top: 1.73333vw;
  }
  .fv__title {
    font-size: 8vw;
    font-weight: 600;
    color: #75594b;
    text-align: center;
    background-image: url("../images/fv_title_bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4.26667vw 0 3.06667vw;
    margin-inline: auto;
    max-width: 84.66667vw;
    position: relative;
  }
  .fv__title::before {
    content: "※1";
    display: inline-block;
    position: absolute;
    left: 44.4vw;
    top: 4.93333vw;
    font-size: 1.33333vw;
  }
  .fv__title::after {
    content: "※2";
    display: inline-block;
    position: absolute;
    right: 4vw;
    top: 4.93333vw;
    font-size: 1.33333vw;
  }
  .fv__title span {
    display: block;
    font-size: 1.6vw;
    text-align: center;
    line-height: 2.5;
  }
  .fv__wrapper {
    display: flex;
    gap: 9.06667vw;
    justify-content: flex-end;
    max-width: 100vw;
  }
  .fv__text04 {
    margin-top: 8.66667vw;
    font-size: 2.66667vw;
    line-height: 1.3;
    color: #755f4d;
    position: relative;
  }
  .fv__text04::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -38.66667vw;
    width: 36vw;
    height: 0.4vw;
    background-color: #977f7f;
  }
  .fv__text04::after {
    content: "";
    display: inline-block;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -39.33333vw;
    background-color: #977f7f;
  }
  .fv__text05 {
    margin-top: 14vw;
    font-size: 2.66667vw;
    line-height: 1.3;
    color: #755f4d;
    position: relative;
  }
  .fv__text05::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -29.33333vw;
    width: 28.8vw;
    height: 0.4vw;
    background-color: #977f7f;
  }
  .fv__text05::after {
    content: "";
    display: inline-block;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -31.06667vw;
    background-color: #977f7f;
  }
  .fv__text06 {
    margin-top: 10vw;
    font-size: 2.66667vw;
    line-height: 1.3;
    color: #755f4d;
    position: relative;
  }
  .fv__text06::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -42.8vw;
    width: 42.66667vw;
    height: 0.4vw;
    background-color: #977f7f;
  }
  .fv__text06::after {
    content: "";
    display: inline-block;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -42.8vw;
    background-color: #977f7f;
  }
  .fv__text07 {
    margin-top: 5.6vw;
    font-size: 2.66667vw;
    line-height: 1.3;
    color: #755f4d;
    position: relative;
  }
  .fv__text07::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -32.53333vw;
    width: 32.53333vw;
    height: 0.4vw;
    background-color: #977f7f;
  }
  .fv__text07::after {
    content: "";
    display: inline-block;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -33.46667vw;
    background-color: #977f7f;
  }
  .fv__img01 {
    max-width: 70.13333vw;
  }
  .fv__price-box {
    background-color: #eeeeee;
    display: flex;
    position: relative;
  }
  .fv__text08 {
    font-size: 3.6vw;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    background-image: url("../images/fv_ribon01.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 4.53333vw;
    width: 19.06667vw;
    height: 21.73333vw;
    position: absolute;
    left: 4.26667vw;
    top: 0;
  }
  .fv__text09 {
    padding: 1.46667vw 0 0;
    font-size: 2.66667vw;
    font-weight: 500;
    line-height: 1.9;
    padding-left: 2.8vw;
    margin-left: 22.26667vw;
    color: #977f7f;
  }
  .fv__text09 span {
    font-size: 1.2vw;
  }
  .fv__text10 {
    font-size: 9.2vw;
    font-weight: 500;
    line-height: 1.3;
    color: #914343;
    background-color: #fff;
    padding-left: 2.13333vw;
    margin-left: 22.26667vw;
    width: 60.66667vw;
  }
  .fv__text10 span {
    font-size: 3.06667vw;
  }
  .fv__text11 {
    padding: 2.13333vw 0 1.86667vw 2.8vw;
    font-size: 2.66667vw;
    font-weight: 500;
    line-height: 1.4;
    color: #977f7f;
    margin-left: 22.26667vw;
  }
  .fv__discount-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e4dbd6;
    border-radius: 50%;
    width: 20.4vw;
    height: 19.33333vw;
    position: absolute;
    right: 2.4vw;
    top: 2.13333vw;
  }
  .fv__num {
    color: #977f7f;
    font-size: 9.6vw;
  }
  .fv__percent {
    font-size: 5.86667vw;
    color: #977f7f;
    line-height: 1.3;
    font-weight: 300;
    margin-top: 0.53333vw;
  }
  .fv__off {
    font-size: 2.4vw;
    color: #977f7f;
    line-height: 1;
    font-weight: 300;
    margin-top: -0.66667vw;
  }
  .fv__content02 {
    background-color: #d7d9da;
    padding-bottom: 5.86667vw;
  }
  .fv__box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.2vw;
    padding-top: 4.53333vw;
    padding-bottom: 4.53333vw;
    position: relative;
  }
  .fv__box::after {
    content: "";
    display: inline-block;
    background-color: #727070;
    width: 89.86667vw;
    height: 1px;
    position: absolute;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .fv__text12 {
    font-size: 7.46667vw;
    color: #755f4d;
    line-height: 0.8;
    font-weight: 600;
    display: flex;
    flex-flow: column;
    gap: 1.33333vw;
  }
  .fv__text12-type01 {
    display: block;
    font-size: 2.66667vw;
    line-height: 1.3;
  }
  .fv__text12-type02 {
    display: block;
    font-size: 2.8vw;
    line-height: 1.2;
  }
  .fv__text13 {
    font-size: 4.66667vw;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    background-color: #9d7f6c;
    text-align: center;
    padding: 5.33333vw 2.4vw 4.8vw;
  }
  .fv__items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.13333vw;
    margin-top: 3.73333vw;
  }
  .fv__item {
    font-size: 6.26667vw;
    color: #755f4d;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    background-color: #fff;
    opacity: 0.68;
    border-radius: 1.46667vw;
    width: 28.53333vw;
    padding: 3.46667vw 0 2.13333vw;
  }
  .fv__item span {
    font-size: 3.2vw;
    display: block;
  }
}

/* section1
***************************************************************/
.sec01 {
  background-color: #e4dbd6;
  padding-bottom: 45px;
}

.sec01__content01 {
  background-color: #ffffff;
  border-radius: 41px;
  padding: 77px 92px 69px 104px;
}

.sec01__catch {
  font-size: 40px;
  color: #977f7f;
  line-height: 0.7;
  font-weight: 600;
}

.sec01__items {
  margin-top: 47px;
  display: flex;
  flex-flow: column;
  gap: 18px;
}

.sec01__item {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6;
  color: #776b64;
  padding-left: 50px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e4dbd6;
  position: relative;
}

.sec01__item::before {
  content: "";
  display: inline-block;
  background-image: url("../images/white_check.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 10px;
}

.sec01__content02 {
  background-color: #f0ebe8;
  padding-bottom: 67px;
  position: relative;
}

.sec01__head {
  position: absolute;
  left: -24px;
  top: 44px;
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-image: url("../images/sec01_ribon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 707px;
  height: 102px;
  padding: 21px 0 27px;
}

.sec01__lists {
  padding-top: 202px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 57px;
}

.sec01__list01 {
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 23px;
  padding: 29px 74px 26px 59px;
  font-size: 40px;
  color: #75594b;
  font-weight: 600;
  position: relative;
}

.sec01__list01::before {
  content: "※1";
  display: inline-block;
  position: absolute;
  left: 250px;
  top: 33px;
  font-size: 10px;
}

.sec01__list01::after {
  content: "※2";
  display: inline-block;
  position: absolute;
  right: 58px;
  top: 33px;
  font-size: 10px;
}

.sec01__list01 span {
  display: block;
  font-size: 12px;
}

.sec01__list02 {
  font-size: 32px;
  color: #786565;
  background-color: #f8f8f8;
  border-radius: 23px;
  padding: 27px 60px;
  font-weight: 600;
  text-align: center;
  position: relative;
}

.sec01__list02::before {
  content: "";
  display: inline-block;
  background-image: url("../images/plus.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 55px;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}

.sec01__list02::after {
  content: "";
  display: inline-block;
  background-image: url("../images/plus.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 55px;
  position: absolute;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
}

.sec01__list02 span {
  font-size: 22px;
  display: block;
}

.sec01__list03 {
  color: #786565;
  background-color: #f8f8f8;
  border-radius: 23px;
  text-align: center;
  font-weight: 600;
  padding: 21px 140px 27px;
  font-size: 32px;
  position: relative;
}

.sec01__list03 span {
  display: block;
  font-size: 21px;
}

.sec01__wrapper {
  position: relative;
}

.sec01__price-box {
  margin-top: 66px;
  background-color: #fff;
  padding: 27px 0 35px 120px;
  max-width: 569px;
  margin-inline: auto;
}

.sec01__text01 {
  font-size: 32px;
  color: #977f7f;
  font-weight: 500;
}

.sec01__text01 span {
  font-size: 17px;
}

.sec01__text02 {
  color: #914343;
  font-size: 83px;
  font-weight: 500;
}

.sec01__text02 span {
  font-size: 28px;
}

.sec01__discount-wrap {
  width: 158px;
  height: 150px;
  background-color: #9d7f6c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -20px;
  top: 25px;
}

.sec01__num {
  font-size: 75px;
  color: #fff;
  font-weight: 300;
}

.sec01__percent {
  font-size: 44px;
  font-weight: 300;
  color: #fff;
}

.sec01__off {
  font-size: 19px;
  font-weight: 300;
  color: #fff;
}

.sec01__text03 {
  margin-top: 68px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #977f7f;
}

.sec01__btn {
  margin-top: 14px;
  text-align: center;
}

.sec01__content03 {
  background-color: #fff;
  border-radius: 41px;
  padding: 77px 28px 40px 40px;
  margin-top: 60px;
}

.sec01__point {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #977f7f;
}

.sec01__notes {
  margin-top: 55px;
  display: flex;
  flex-flow: column;
  gap: 36px;
}

.sec01__note {
  display: flex;
  align-items: flex-start;
}

.sec01__note-num {
  font-size: 69px;
  font-weight: 600;
  color: #e4dbd6;
}

.sec01__note-box {
  margin-left: 17px;
}

.sec01__note:not(:nth-last-of-type(1)) .sec01__note-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #e4dbd6;
}

.sec01__heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  color: #9d7f6c;
}

.sec01__text04 {
  font-size: 20px;
  font-weight: 600;
  color: #776b64;
  line-height: 1.6;
  margin-top: 19px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
  .sec01 {
    background-color: #e4dbd6;
    padding-bottom: 6vw;
  }
  .sec01__content01 {
    background-color: #ffffff;
    border-radius: 5.46667vw;
    padding: 10.26667vw 12.26667vw 9.2vw 13.86667vw;
  }
  .sec01__catch {
    font-size: 5.33333vw;
    color: #977f7f;
    line-height: 0.7;
    font-weight: 600;
  }
  .sec01__items {
    margin-top: 6.26667vw;
    display: flex;
    flex-flow: column;
    gap: 2.4vw;
  }
  .sec01__item {
    font-size: 3.33333vw;
    font-weight: 600;
    line-height: 1.6;
    color: #776b64;
    padding-left: 6.66667vw;
    padding-bottom: 0.93333vw;
    border-bottom: ipx solid #e4dbd6;
    position: relative;
  }
  .sec01__item::before {
    content: "";
    display: inline-block;
    background-image: url("../images/white_check.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 3.73333vw;
    height: 2.93333vw;
    position: absolute;
    left: 0;
    top: 1.33333vw;
  }
  .sec01__content02 {
    background-color: #f0ebe8;
    padding-bottom: 8.93333vw;
    position: relative;
  }
  .sec01__head {
    position: absolute;
    left: -3.2vw;
    top: 5.86667vw;
    font-size: 5.33333vw;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background-image: url("../images/sec01_ribon.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 94.26667vw;
    height: 13.6vw;
    padding: 2.8vw 0 3.6vw;
  }
  .sec01__lists {
    padding-top: 26.93333vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 7.6vw;
  }
  .sec01__list01 {
    text-align: center;
    background-color: #f8f8f8;
    border-radius: 3.06667vw;
    padding: 3.86667vw 9.86667vw 3.46667vw 7.86667vw;
    font-size: 5.33333vw;
    color: #75594b;
    font-weight: 600;
    position: relative;
  }
  .sec01__list01::before {
    content: "※1";
    display: inline-block;
    position: absolute;
    left: 33.33333vw;
    top: 4.4vw;
    font-size: 1.33333vw;
  }
  .sec01__list01::after {
    content: "※2";
    display: inline-block;
    position: absolute;
    right: 7.73333vw;
    top: 4.4vw;
    font-size: 1.33333vw;
  }
  .sec01__list01 span {
    display: block;
    font-size: 1.6vw;
  }
  .sec01__list02 {
    font-size: 4.26667vw;
    color: #786565;
    background-color: #f8f8f8;
    border-radius: 3.06667vw;
    padding: 3.6vw 8vw;
    font-weight: 600;
    text-align: center;
    position: relative;
  }
  .sec01__list02::before {
    content: "";
    display: inline-block;
    background-image: url("../images/plus.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 6.4vw;
    height: 7.33333vw;
    position: absolute;
    top: -7.33333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec01__list02::after {
    content: "";
    display: inline-block;
    background-image: url("../images/plus.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 6.4vw;
    height: 7.33333vw;
    position: absolute;
    top: 15.33333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec01__list02 span {
    font-size: 2.93333vw;
    display: block;
  }
  .sec01__list03 {
    color: #786565;
    background-color: #f8f8f8;
    border-radius: 3.06667vw;
    text-align: center;
    font-weight: 600;
    padding: 2.8vw 18.66667vw 3.6vw;
    font-size: 4.26667vw;
    position: relative;
  }
  .sec01__list03 span {
    display: block;
    font-size: 2.8vw;
  }
  .sec01__wrapper {
    position: relative;
  }
  .sec01__price-box {
    margin-top: 8.8vw;
    background-color: #fff;
    padding: 3.6vw 0 4.66667vw 16vw;
    max-width: 75.86667vw;
    margin-inline: auto;
  }
  .sec01__text01 {
    font-size: 4.26667vw;
    color: #977f7f;
    font-weight: 500;
  }
  .sec01__text01 span {
    font-size: 2.26667vw;
  }
  .sec01__text02 {
    color: #914343;
    font-size: 11.06667vw;
    font-weight: 500;
  }
  .sec01__text02 span {
    font-size: 3.73333vw;
  }
  .sec01__discount-wrap {
    width: 21.06667vw;
    height: 20vw;
    background-color: #9d7f6c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -2.66667vw;
    top: 3.33333vw;
  }
  .sec01__num {
    font-size: 10vw;
    color: #fff;
    font-weight: 300;
  }
  .sec01__percent {
    font-size: 5.86667vw;
    font-weight: 300;
    color: #fff;
  }
  .sec01__off {
    font-size: 2.53333vw;
    font-weight: 300;
    color: #fff;
  }
  .sec01__text03 {
    margin-top: 9.06667vw;
    text-align: center;
    font-size: 3.73333vw;
    font-weight: 600;
    color: #977f7f;
  }
  .sec01__btn {
    margin-top: 1.86667vw;
    text-align: center;
  }
  .sec01__content03 {
    background-color: #fff;
    border-radius: 5.46667vw;
    padding: 10.26667vw 3.73333vw 5.33333vw 5.33333vw;
    margin-top: 8vw;
  }
  .sec01__point {
    text-align: center;
    font-size: 5.33333vw;
    font-weight: 600;
    color: #977f7f;
  }
  .sec01__notes {
    margin-top: 7.33333vw;
    display: flex;
    flex-flow: column;
    gap: 4.8vw;
  }
  .sec01__note {
    display: flex;
    align-items: flex-start;
  }
  .sec01__note-num {
    font-size: 9.2vw;
    font-weight: 600;
    color: #e4dbd6;
  }
  .sec01__note-box {
    margin-left: 2.26667vw;
  }
  .sec01__note:not(:nth-last-of-type(1)) .sec01__note-box {
    padding-bottom: 5.33333vw;
    border-bottom: 1px solid #e4dbd6;
  }
  .sec01__heading {
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.5;
    color: #9d7f6c;
  }
  .sec01__text04 {
    font-size: 2.66667vw;
    font-weight: 600;
    color: #776b64;
    line-height: 1.6;
    margin-top: 2.53333vw;
  }
}

/* section2
***************************************************************/
.sec02 {
  background-image: url("../images/sec02_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 132px;
  position: relative;
  z-index: 2;
}

.sec02__title-box {
  position: relative;
  margin-top: 102px;
}

.sec02__title-box::before {
  content: "";
  display: inline-block;
  border: 3px double #9d7f6c;
  width: 504px;
  margin-bottom: 5px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.sec02__title-box::after {
  content: "";
  display: inline-block;
  border: 3px double #9d7f6c;
  width: 504px;
  margin-bottom: 5px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}

.sec02__title {
  font-size: 54px;
  text-align: center;
  font-weight: 600;
  color: #75594b;
  position: relative;
}

.sec02__title::before {
  content: "※1";
  display: inline-block;
  position: absolute;
  left: 345px;
  top: 7px;
  font-size: 10px;
}

.sec02__title::after {
  content: "※2";
  display: inline-block;
  position: absolute;
  right: 70px;
  top: 7px;
  font-size: 10px;
}

.sec02__title span {
  font-size: 12px;
  display: block;
}

.sec02__text01 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #776b64;
  line-height: 1.7;
  margin-top: 58px;
}

.sec02__wrap {
  background-color: #f6f5f5;
  border-radius: 22px;
  padding: 43px 38px 56px;
  width: 605px;
  margin-inline: auto;
  margin-top: 43px;
}

.sec02__head {
  font-size: 24px;
  font-weight: 600;
  color: #977f7f;
  text-align: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #c4c3c2;
}

.sec02__word {
  margin-top: 32px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  color: #707070;
}

.sec02__text02 {
  text-align: center;
  margin-top: 80px;
  font-size: 30px;
  font-weight: 600;
  color: #75594b;
  position: relative;
}

.sec02__text02::after {
  content: "";
  display: inline-block;
  background-image: url("../images/sec02__fukidasi.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 359px;
  height: 24px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.sec02__img01 {
  display: block;
  margin-inline: auto;
  margin-top: 60px;
  width: 475px;
}

.sec02__text03 {
  color: #977f7f;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-top: 13px;
}

.sec02__text04 {
  color: #977f7f;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-top: 70px;
}

.sec02__btn {
  text-align: center;
  margin-top: 25px;
  padding-bottom: 55px;
}

@media screen and (max-width: 750px) {
  .sec02 {
    background-image: url("../images/sec02_bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 17.6vw;
    position: relative;
    z-index: 2;
  }
  .sec02__title-box {
    position: relative;
    margin-top: 13.6vw;
  }
  .sec02__title-box::before {
    content: "";
    display: inline-block;
    border: 0.4vw double #9d7f6c;
    width: 67.2vw;
    margin-bottom: 0.66667vw;
    position: absolute;
    top: -1.33333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec02__title-box::after {
    content: "";
    display: inline-block;
    border: 0.4vw double #9d7f6c;
    width: 67.2vw;
    margin-bottom: 0.66667vw;
    position: absolute;
    bottom: -2.26667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec02__title {
    font-size: 7.2vw;
    text-align: center;
    font-weight: 600;
    color: #75594b;
    position: relative;
  }
  .sec02__title::before {
    content: "※1";
    display: inline-block;
    position: absolute;
    left: 46vw;
    top: 0.93333vw;
    font-size: 1.33333vw;
  }
  .sec02__title::after {
    content: "※2";
    display: inline-block;
    position: absolute;
    right: 9.33333vw;
    top: 0.93333vw;
    font-size: 1.33333vw;
  }
  .sec02__title span {
    font-size: 1.6vw;
    display: block;
  }
  .sec02__text01 {
    text-align: center;
    font-size: 2.66667vw;
    font-weight: 600;
    color: #776b64;
    line-height: 1.7;
    margin-top: 7.73333vw;
  }
  .sec02__wrap {
    background-color: #f6f5f5;
    border-radius: 2.93333vw;
    padding: 5.73333vw 5.06667vw 7.46667vw;
    width: 80.66667vw;
    margin-inline: auto;
    margin-top: 5.73333vw;
  }
  .sec02__head {
    font-size: 3.2vw;
    font-weight: 600;
    color: #977f7f;
    text-align: center;
    padding-bottom: 2.4vw;
    border-bottom: 1px solid #c4c3c2;
  }
  .sec02__word {
    margin-top: 4.26667vw;
    text-align: center;
    font-size: 2.93333vw;
    font-weight: 600;
    line-height: 1.8;
    color: #707070;
  }
  .sec02__text02 {
    text-align: center;
    margin-top: 10.66667vw;
    font-size: 4vw;
    font-weight: 600;
    color: #75594b;
    position: relative;
  }
  .sec02__text02::after {
    content: "";
    display: inline-block;
    background-image: url("../images/sec02__fukidasi.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 47.86667vw;
    height: 3.2vw;
    position: absolute;
    bottom: -4vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec02__img01 {
    display: block;
    margin-inline: auto;
    margin-top: 8vw;
    width: 63.33333vw;
  }
  .sec02__text03 {
    color: #977f7f;
    font-size: 2.93333vw;
    font-weight: 600;
    text-align: center;
    margin-top: 1.73333vw;
  }
  .sec02__text04 {
    color: #977f7f;
    font-size: 3.73333vw;
    font-weight: 600;
    text-align: center;
    margin-top: 9.33333vw;
  }
  .sec02__btn {
    text-align: center;
    margin-top: 3.33333vw;
    padding-bottom: 55px;
  }
}

/* section3
***************************************************************/
.sec03 {
  background-color: #e4dbd6;
  padding-top: 38px;
  padding-bottom: 116px;
  position: relative;
  top: -90px;
  z-index: 1;
}

.sec03__title {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  color: #977f7f;
  margin-top: 100px;
}

.sec03__items {
  margin-top: 30px;
  display: flex;
  flex-flow: column;
  gap: 45px;
}

.sec03__item:nth-of-type(1),
.sec03__item:nth-of-type(3) {
  background-image: url("../images/sec03_bg01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 41px 41px 41px 41px;
  padding: 71px 0 94px;
  position: relative;
}

.sec03__item:nth-of-type(1)::before,
.sec03__item:nth-of-type(2)::before,
.sec03__item:nth-of-type(3)::before {
  content: "";
  display: inline-block;
  background-color: #e4dbd6;
  width: 114px;
  height: 116px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  left: 0;
  top: 0;
}

.sec03__item:nth-of-type(2) {
  background-image: url("../images/sec03_bg02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 41px 41px 41px;
  padding: 55px 0 60px;
  position: relative;
}

.sec03__catch {
  font-size: 37px;
  text-align: center;
  color: #776b64;
  font-weight: 600;
  position: relative;
}

.sec03__catch::after {
  content: "";
  display: inline-block;
  background-color: #e4dbd6;
  width: 148px;
  height: 1px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.sec03__item:nth-of-type(2) .sec03__catch {
  padding-top: 24px;
}

.sec03__text01 {
  margin-top: 36px;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  color: #776b64;
}

.sec03__text02 {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  color: #776b64;
  font-weight: 600;
}

.sec03__img01 {
  display: block;
  margin-inline: auto;
  margin-top: 16px;
  width: 484px;
}

.sec03__img02 {
  width: 497px;
  display: block;
  margin-inline: auto;
  margin-top: 15px;
}

.sec03__img03 {
  width: 497px;
  display: block;
  margin-inline: auto;
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .sec03 {
    padding-top: 5.06667vw;
    padding-bottom: 15.46667vw;
    top: -12vw;
  }
  .sec03__title {
    font-size: 6.4vw;
    margin-top: 13.33333vw;
  }
  .sec03__items {
    margin-top: 4vw;
    gap: 6vw;
  }
  .sec03__item:nth-of-type(1),
  .sec03__item:nth-of-type(3) {
    border-radius: 5.46667vw;
    padding: 9.46667vw 0 12.8vw;
  }
  .sec03__item:nth-of-type(2) {
    border-radius: 5.46667vw;
    padding: 7.33333vw 0 8vw;
  }
  .sec03__item:nth-of-type(1)::before,
  .sec03__item:nth-of-type(2)::before,
  .sec03__item:nth-of-type(3)::before {
    width: 15.2vw;
    height: 15.46667vw;
  }
  .sec03__catch {
    font-size: 4.93333vw;
    font-weight: 600;
  }
  .sec03__catch::after {
    width: 19.73333vw;
    bottom: -0.8vw;
  }
  .sec03__item:nth-of-type(2) .sec03__catch {
    padding-top: 3.2vw;
  }
  .sec03__text01 {
    margin-top: 4.8vw;
    text-align: center;
    font-weight: 600;
    font-size: 4.26667vw;
    color: #776b64;
  }
  .sec03__text02 {
    margin-top: 5.33333vw;
    text-align: center;
    font-size: 2.66667vw;
    color: #776b64;
    font-weight: 600;
  }
  .sec03__img01 {
    display: block;
    margin-inline: auto;
    margin-top: 2.13333vw;
    width: 64.53333vw;
  }
  .sec03__img02 {
    width: 66.26667vw;
    display: block;
    margin-inline: auto;
    margin-top: 2vw;
  }
  .sec03__img03 {
    width: 66.26667vw;
    display: block;
    margin-inline: auto;
    margin-top: 2vw;
  }
}

/* section4
***************************************************************/
.sec04 {
  background-image: url("../images/sec04_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -90px;
  padding-bottom: 182px;
  position: relative;
  z-index: 1;
}

.sec04__title-box {
  padding-top: 70px;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

.sec04__container {
  margin-top: 41px;
  padding: 0 35px;
  position: relative;
}

.sec04__container::after {
  content: "";
  display: inline-block;
  background-image: url("../images/sec04_maru.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 30px;
  position: absolute;
  top: 345px;
  left: 50%;
  transform: translateX(-50%);
}

.sec04__text01 {
  position: absolute;
  right: 46px;
  top: 0;
  font-size: 25px;
  color: #707070;
  background-color: #f8f5f4;
  border-radius: 23px;
  padding: 29px 0 18px;
  text-align: center;
  width: 347px;
  border: 1px solid #707070;
}

.sec04__text02 {
  position: absolute;
  left: 35px;
  top: 33px;
  z-index: 0;
  font-size: 25px;
  color: #707070;
  background-color: #f8f5f4;
  border-radius: 23px;
  padding: 33px 0 17px;
  text-align: center;
  width: 300px;
  border: 1px solid #707070;
}

.sec04__text03 {
  position: absolute;
  left: 130px;
  top: 108px;
  z-index: 1;
  font-size: 25px;
  color: #707070;
  background-color: #f8f5f4;
  border-radius: 23px;
  padding: 33px 0 17px;
  text-align: center;
  width: 380px;
  border: 1px solid #707070;
}

.sec04__text04 {
  position: absolute;
  right: 77px;
  top: 182px;
  z-index: 2;
  font-size: 25px;
  color: #707070;
  background-color: #f8f5f4;
  border-radius: 23px;
  padding: 33px 0 17px;
  text-align: center;
  width: 360px;
  border: 1px solid #707070;
}

.sec04__text05 {
  position: absolute;
  left: 58px;
  top: 251px;
  z-index: 3;
  font-size: 25px;
  color: #707070;
  background-color: #f8f5f4;
  border-radius: 23px;
  padding: 35px 0 15px;
  text-align: center;
  width: 483px;
  border: 1px solid #707070;
}

.sec04__text06 {
  margin-top: 464px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 2.1;
}

@media screen and (max-width: 750px) {
  .sec04 {
    background-image: url("../images/sec04_bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -12vw;
    padding-bottom: 24.26667vw;
    position: relative;
    z-index: 1;
  }
  .sec04__title-box {
    padding-top: 9.33333vw;
    text-align: center;
    color: #fff;
    font-size: 6.66667vw;
    font-weight: 600;
  }
  .sec04__container {
    margin-top: 5.46667vw;
    padding: 0 4.66667vw;
    position: relative;
  }
  .sec04__container::after {
    content: "";
    display: inline-block;
    background-image: url("../images/sec04_maru.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 4.66667vw;
    height: 4vw;
    position: absolute;
    top: 46vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec04__text01 {
    position: absolute;
    right: 6.13333vw;
    top: 0;
    font-size: 3.33333vw;
    color: #707070;
    background-color: #f8f5f4;
    border-radius: 3.06667vw;
    padding: 3.86667vw 0 2.4vw;
    text-align: center;
    width: 46.26667vw;
    border: 1px solid #707070;
  }
  .sec04__text02 {
    position: absolute;
    left: 4.66667vw;
    top: 4.4vw;
    z-index: 0;
    font-size: 3.33333vw;
    color: #707070;
    background-color: #f8f5f4;
    border-radius: 3.06667vw;
    padding: 4.4vw 0 2.26667vw;
    text-align: center;
    width: 40vw;
    border: 1px solid #707070;
  }
  .sec04__text03 {
    position: absolute;
    left: 17.33333vw;
    top: 14.4vw;
    z-index: 1;
    font-size: 3.33333vw;
    color: #707070;
    background-color: #f8f5f4;
    border-radius: 3.06667vw;
    padding: 4.4vw 0 2.26667vw;
    text-align: center;
    width: 50.66667vw;
    border: 1px solid #707070;
  }
  .sec04__text04 {
    position: absolute;
    right: 10.26667vw;
    top: 24.26667vw;
    z-index: 2;
    font-size: 3.33333vw;
    color: #707070;
    background-color: #f8f5f4;
    border-radius: 3.06667vw;
    padding: 4.4vw 0 2.26667vw;
    text-align: center;
    width: 48vw;
    border: 1px solid #707070;
  }
  .sec04__text05 {
    position: absolute;
    left: 7.73333vw;
    top: 33.46667vw;
    z-index: 3;
    font-size: 3.33333vw;
    color: #707070;
    background-color: #f8f5f4;
    border-radius: 3.06667vw;
    padding: 4.66667vw 0 2vw;
    text-align: center;
    width: 64.4vw;
    border: 1px solid #707070;
  }
  .sec04__text06 {
    margin-top: 61.86667vw;
    text-align: center;
    color: #fff;
    font-size: 2.93333vw;
    font-weight: 600;
    line-height: 2.1;
  }
}

/* section5
***************************************************************/
.sec05 {
  background-color: #f8f5f4;
  margin-top: -100px;
  padding-bottom: 95px;
  position: relative;
  z-index: 0;
}

.sec05__inner {
  padding: 0 35px;
}

.sec05__title {
  color: #977f7f;
  font-size: 51px;
  font-weight: 600;
  text-align: center;
  padding-top: 136px;
}

.sec05__items {
  margin-top: 41px;
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.sec05__item {
  background-color: rgba(228, 219, 214, 0.42);
  border-radius: 35px;
  padding-bottom: 58px;
}

.sec05__head-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}

.sec05__text01 {
  font-size: 52px;
  color: #9d7f6c;
}

.sec05__text02 {
  background-color: rgba(151, 127, 127, 0.7);
  color: #fff;
  padding: 7px 37px;
  font-size: 23px;
  font-weight: 600;
}

.sec05__text02 span {
  font-size: 13px;
}

.sec05__text03 {
  font-size: 24px;
  color: #977f7f;
  font-weight: 600;
  text-align: center;
  margin-top: 45px;
}

.sec05__text04 {
  font-size: 20px;
  color: #707070;
  text-align: center;
  margin-top: 17px;
}

.sec05__lists {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.sec05__list {
  background-color: #fff;
  border-radius: 22px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #707070;
  padding: 20px 42px 29px;
}

.sec05__list:nth-of-type(3) {
  padding: 11px 20px 20px;
}

.sec05__list:nth-of-type(3) span {
  font-size: 13px;
  display: block;
  margin-top: 2px;
}

.sec05__item:nth-of-type(2) .sec05__list:nth-of-type(2) {
  padding: 11px 20px 20px;
}

.sec05__item:nth-of-type(2) .sec05__list:nth-of-type(2) span {
  font-size: 13px;
  display: block;
  margin-top: 2px;
}

.sec05__item:nth-of-type(3) .sec05__list:nth-of-type(1) {
  padding: 11px 20px 20px;
}

.sec05__item:nth-of-type(3) .sec05__list:nth-of-type(1) span {
  font-size: 13px;
  display: block;
  margin-top: 2px;
}

.sec05__heading {
  background-color: rgba(157, 127, 108, 0.55);
  color: #fff;
  font-size: 31px;
  padding: 15px 94px 14px 35px;
  width: 408px;
  margin-top: 118px;
}

.sec05__heading:nth-of-type(3) {
  margin-top: 54px;
  padding: 15px 34px;
  width: 410px;
}

.sec05__custom-lists {
  margin-top: 37px;
  display: flex;
  align-items: flex-start;
  margin-left: 97px;
  flex-flow: column;
  gap: 20px;
}

.sec05__custom-list {
  padding-left: 24px;
  font-size: 22px;
  color: #6a6a6a;
  position: relative;
}

.sec05__custom-list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.sec05__custom-lists:nth-of-type(3) .sec05__custom-list::before {
  display: none;
}

.sec05__custom-lists:nth-of-type(3) .sec05__custom-list {
  line-height: 2;
}

.sec05__text05 {
  font-size: 22px;
  color: #6a6a6a;
}

.sec05__btn {
  text-align: center;
  margin-top: 35px;
}

@media screen and (max-width: 750px) {
  .sec05 {
    background-color: #f8f5f4;
    margin-top: -13.33333vw;
    padding-bottom: 12.66667vw;
    position: relative;
    z-index: 0;
  }
  .sec05__inner {
    padding: 0 4.66667vw;
  }
  .sec05__title {
    color: #977f7f;
    font-size: 6.8vw;
    font-weight: 600;
    text-align: center;
    padding-top: 18.13333vw;
  }
  .sec05__items {
    margin-top: 5.46667vw;
    display: flex;
    flex-flow: column;
    gap: 4vw;
  }
  .sec05__item {
    background-color: rgba(228, 219, 214, 0.42);
    border-radius: 4.66667vw;
    padding-bottom: 7.73333vw;
  }
  .sec05__head-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.33333vw;
    margin-top: 8vw;
  }
  .sec05__text01 {
    font-size: 6.93333vw;
    color: #9d7f6c;
  }
  .sec05__text02 {
    background-color: rgba(151, 127, 127, 0.7);
    color: #fff;
    padding: 0.93333vw 4.93333vw;
    font-size: 3.06667vw;
    font-weight: 600;
  }
  .sec05__text02 span {
    font-size: 1.73333vw;
  }
  .sec05__text03 {
    font-size: 3.2vw;
    color: #977f7f;
    font-weight: 600;
    text-align: center;
    margin-top: 6vw;
  }
  .sec05__text04 {
    font-size: 2.66667vw;
    color: #707070;
    text-align: center;
    margin-top: 2.26667vw;
  }
  .sec05__lists {
    margin-top: 4.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.6vw;
  }
  .sec05__list {
    background-color: #fff;
    border-radius: 2.93333vw;
    font-size: 3.2vw;
    font-weight: 600;
    text-align: center;
    color: #707070;
    padding: 2.66667vw 5.6vw 3.86667vw;
  }
  .sec05__list:nth-of-type(3) {
    padding: 1.46667vw 2.66667vw 2.66667vw;
  }
  .sec05__list:nth-of-type(3) span {
    font-size: 1.73333vw;
    display: block;
    margin-top: 0.26667vw;
  }
  .sec05__item:nth-of-type(2) .sec05__list:nth-of-type(2) {
    padding: 1.46667vw 2.66667vw 2.66667vw;
  }
  .sec05__item:nth-of-type(2) .sec05__list:nth-of-type(2) span {
    font-size: 1.73333vw;
    display: block;
    margin-top: 0.26667vw;
  }
  .sec05__item:nth-of-type(3) .sec05__list:nth-of-type(1) {
    padding: 1.46667vw 2.66667vw 2.66667vw;
  }
  .sec05__item:nth-of-type(3) .sec05__list:nth-of-type(1) span {
    font-size: 1.73333vw;
    display: block;
    margin-top: 0.26667vw;
  }
  .sec05__heading {
    background-color: rgba(157, 127, 108, 0.55);
    color: #fff;
    font-size: 4.13333vw;
    padding: 2vw 12.53333vw 1.86667vw 4.66667vw;
    width: 54.4vw;
    margin-top: 15.73333vw;
  }
  .sec05__heading:nth-of-type(3) {
    margin-top: 7.2vw;
    padding: 2vw 4.53333vw;
    width: 54.66667vw;
  }
  .sec05__custom-lists {
    margin-top: 4.93333vw;
    display: flex;
    align-items: flex-start;
    margin-left: 12.93333vw;
    flex-flow: column;
    gap: 2.66667vw;
  }
  .sec05__custom-list {
    padding-left: 3.2vw;
    font-size: 2.93333vw;
    color: #6a6a6a;
    position: relative;
  }
  .sec05__custom-list::before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec05__custom-lists:nth-of-type(3) .sec05__custom-list::before {
    display: none;
  }
  .sec05__custom-lists:nth-of-type(3) .sec05__custom-list {
    line-height: 2;
  }
  .sec05__text05 {
    font-size: 2.93333vw;
    color: #6a6a6a;
  }
  .sec05__btn {
    text-align: center;
    margin-top: 4.66667vw;
  }
}

/* section6
***************************************************************/
.sec06 {
  background-color: #e4dbd6;
  padding-top: 95px;
  padding-bottom: 87px;
}

.sec06__content {
  background-color: #f8f7f6;
  margin-left: 44px;
  padding-bottom: 80px;
}

.sec06__title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  background-image: url("../images/sec06_ribon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 728px;
  height: 136px;
  padding: 17px 80px 23px 57px;
  position: relative;
  line-height: 1;
  left: -22px;
  top: 46px;
}

.sec06__title span {
  font-size: 21px;
  display: block;
  line-height: 0.98;
  margin-top: 20px;
}

.sec06__items {
  margin-top: 82px;
  margin-left: 52px;
  display: flex;
  flex-flow: column;
  gap: 43px;
}

.sec06__item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.sec06__num {
  font-size: 84px;
  font-weight: 600;
  color: #e4dbd6;
}

.sec06__head {
  font-size: 31px;
  color: #977f7f;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 15px;
}

.sec06__text01 {
  font-size: 22px;
  font-weight: 600;
  color: #707070;
  line-height: 2.1;
}

@media screen and (max-width: 750px) {
  .sec06 {
    background-color: #e4dbd6;
    padding-top: 12.66667vw;
    padding-bottom: 11.6vw;
  }
  .sec06__content {
    background-color: #f8f7f6;
    margin-left: 5.86667vw;
    padding-bottom: 10.66667vw;
  }
  .sec06__title {
    color: #fff;
    font-size: 5.33333vw;
    font-weight: 600;
    background-image: url("../images/sec06_ribon.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 97.06667vw;
    height: 18.13333vw;
    padding: 2.26667vw 10.66667vw 3.06667vw 7.6vw;
    position: relative;
    line-height: 1;
    left: -2.93333vw;
    top: 6.13333vw;
  }
  .sec06__title span {
    font-size: 2.8vw;
    display: block;
    line-height: 0.98;
    margin-top: 2.66667vw;
  }
  .sec06__items {
    margin-top: 10.93333vw;
    margin-left: 6.93333vw;
    display: flex;
    flex-flow: column;
    gap: 5.73333vw;
  }
  .sec06__item {
    display: flex;
    align-items: flex-start;
    gap: 1.73333vw;
  }
  .sec06__num {
    font-size: 11.2vw;
    font-weight: 600;
    color: #e4dbd6;
  }
  .sec06__head {
    font-size: 4.13333vw;
    color: #977f7f;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 2vw;
  }
  .sec06__text01 {
    font-size: 2.93333vw;
    font-weight: 600;
    color: #707070;
    line-height: 2.1;
  }
}

/* section7
***************************************************************/
.sec07 {
  padding-bottom: 10px;
}

.sec07__title {
  margin-top: 45px;
  font-size: 40px;
  padding: 22px 54px 21px 51px;
  background-color: #977f7f;
  color: #fff;
  width: 505px;
}

.sec07__title span {
  font-size: 22px;
  display: block;
}

.sec07__text01 {
  max-width: 560px;
  margin-top: 50px;
  margin-inline: auto;
  font-size: 20px;
  line-height: 2.4;
}

.sec07__head {
  margin-top: 27px;
  margin-inline: auto;
  background-color: rgba(228, 219, 214, 0.42);
  border-radius: 35px;
  width: 356px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #9d7f6c;
  padding: 20px 0 12px;
}

.sec07__items01 {
  margin-top: 25px;
  margin-left: 107px;
  display: flex;
  flex-flow: column;
  gap: 28px;
}

.sec07__item01 {
  font-size: 22px;
  color: #707070;
  padding-left: 35px;
  position: relative;
}

.sec07__item01::before {
  content: "";
  display: inline-block;
  background-image: url("../images/maru.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sec07__head:nth-of-type(2) {
  margin-top: 63px;
}

.sec07__items02 {
  margin-top: 25px;
  margin-left: 107px;
  display: flex;
  flex-flow: column;
  gap: 28px;
}

.sec07__item02 {
  font-size: 22px;
  color: #707070;
  padding-left: 35px;
  position: relative;
}

.sec07__item02::before {
  content: "";
  display: inline-block;
  background-image: url("../images/sankaku.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sec07__head:nth-of-type(3) {
  margin-top: 75px;
}

.sec07__items03 {
  margin-top: 25px;
  margin-left: 107px;
  display: flex;
  flex-flow: column;
  gap: 28px;
}

.sec07__item03 {
  font-size: 22px;
  color: #707070;
  padding-left: 35px;
  position: relative;
}

.sec07__item03::before {
  content: "";
  display: inline-block;
  background-image: url("../images/batu.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sec07__text02 {
  text-align: center;
  font-size: 22px;
  color: #707070;
  font-weight: 600;
  margin-top: 75px;
}

@media screen and (max-width: 750px) {
  .sec07 {
    padding-bottom: 1.33333vw;
  }
  .sec07__title {
    margin-top: 6vw;
    font-size: 5.33333vw;
    padding: 2.93333vw 7.2vw 2.8vw 6.8vw;
    background-color: #977f7f;
    color: #fff;
    width: 67.33333vw;
  }
  .sec07__title span {
    font-size: 2.93333vw;
    display: block;
  }
  .sec07__text01 {
    max-width: 74.66667vw;
    margin-top: 6.66667vw;
    margin-inline: auto;
    font-size: 2.66667vw;
    line-height: 2.4;
  }
  .sec07__head {
    margin-top: 3.6vw;
    margin-inline: auto;
    background-color: rgba(228, 219, 214, 0.42);
    border-radius: 4.66667vw;
    width: 47.46667vw;
    text-align: center;
    font-size: 3.33333vw;
    font-weight: 600;
    color: #9d7f6c;
    padding: 2.66667vw 0 1.6vw;
  }
  .sec07__items01 {
    margin-top: 3.33333vw;
    margin-left: 14.26667vw;
    display: flex;
    flex-flow: column;
    gap: 3.73333vw;
  }
  .sec07__item01 {
    font-size: 2.93333vw;
    color: #707070;
    padding-left: 4.66667vw;
    position: relative;
  }
  .sec07__item01::before {
    content: "";
    display: inline-block;
    background-image: url("../images/maru.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 4.13333vw;
    height: 4.13333vw;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .sec07__head:nth-of-type(2) {
    margin-top: 8.4vw;
  }
  .sec07__items02 {
    margin-top: 3.33333vw;
    margin-left: 14.26667vw;
    display: flex;
    flex-flow: column;
    gap: 3.73333vw;
  }
  .sec07__item02 {
    font-size: 2.93333vw;
    color: #707070;
    padding-left: 4.66667vw;
    position: relative;
  }
  .sec07__item02::before {
    content: "";
    display: inline-block;
    background-image: url("../images/sankaku.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 4.13333vw;
    height: 4.13333vw;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .sec07__head:nth-of-type(3) {
    margin-top: 10vw;
  }
  .sec07__items03 {
    margin-top: 3.33333vw;
    margin-left: 14.26667vw;
    display: flex;
    flex-flow: column;
    gap: 3.73333vw;
  }
  .sec07__item03 {
    font-size: 2.93333vw;
    color: #707070;
    padding-left: 4.66667vw;
    position: relative;
  }
  .sec07__item03::before {
    content: "";
    display: inline-block;
    background-image: url("../images/batu.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 4.13333vw;
    height: 4.13333vw;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .sec07__text02 {
    text-align: center;
    font-size: 2.93333vw;
    color: #707070;
    font-weight: 600;
    margin-top: 10vw;
  }
}

/* section8
***************************************************************/
.sec08 {
  background-color: #f3ece8;
  padding: 87px 0 82px;
}

.sec08__title {
  font-size: 51px;
  font-weight: 600;
  color: #479A94;
  text-align: center;
}

.sec08__container {
  margin-top: 41px;
}

.sec08___items {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.sec08__que {
  font-size: 22px;
  font-weight: 600;
  color: #707070;
  position: relative;
  max-width: 622px;
  background-color: #fff;
  padding: 33px 0 28px 94px;
}

.sec08__que::before {
  content: "Q";
  display: inline-block;
  font-size: 51px;
  color: #707070;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}

.sec08__ans {
  margin-top: 27px;
  margin-left: 84px;
  padding-left: 70px;
  font-size: 22px;
  font-weight: 600;
  line-height: 2.1;
  color: #707070;
  max-width: 524px;
  position: relative;
}

.sec08__ans::before {
  content: "A";
  display: inline-block;
  font-size: 51px;
  color: #707070;
  position: absolute;
  left: 0;
  top: -20px;
}

@media screen and (max-width: 750px) {
  .sec08 {
    background-color: #f3ece8;
    padding: 11.6vw 0 10.93333vw;
  }
  .sec08__title {
    font-size: 6.8vw;
    font-weight: 600;
    color: #479A94;
    text-align: center;
  }
  .sec08__container {
    margin-top: 5.46667vw;
  }
  .sec08___items {
    display: flex;
    flex-flow: column;
    gap: 4vw;
  }
  .sec08__que {
    font-size: 2.93333vw;
    font-weight: 600;
    color: #707070;
    position: relative;
    max-width: 82.93333vw;
    background-color: #fff;
    padding: 4.4vw 0 3.73333vw 12.53333vw;
  }
  .sec08__que::before {
    content: "Q";
    display: inline-block;
    font-size: 6.8vw;
    color: #707070;
    position: absolute;
    top: 50%;
    left: 2.93333vw;
    transform: translateY(-50%);
  }
  .sec08__ans {
    margin-top: 3.6vw;
    margin-left: 11.2vw;
    padding-left: 9.33333vw;
    font-size: 2.93333vw;
    font-weight: 600;
    line-height: 2.1;
    color: #707070;
    max-width: 69.86667vw;
    position: relative;
  }
  .sec08__ans::before {
    content: "A";
    display: inline-block;
    font-size: 6.8vw;
    color: #707070;
    position: absolute;
    left: 0;
    top: -2.66667vw;
  }
}

/* section9
***************************************************************/
.sec09 {
  background-color: #ffffff;
  padding: 112px 0 87px;
}

.sec09__que01 {
  background-color: #9d7f6c;
  font-size: 40px;
  color: #fff;
  padding: 31px 0 23px 58px;
  transition: 0.7s;
  position: relative;
  z-index: 10;
  max-width: 750px;
  cursor: pointer;
}

.sec09__que01::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.7s;
}

.sec09__que01::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 22px;
  background-color: #fff;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.7s;
}

.sec09__que01.is-active::after {
  transform: rotate(90deg);
  top: 40px;
}

.sec09__content01 {
  background-color: #f8f7f6;
  margin-right: 44px;
  margin-top: -146px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.7s ease, opacity 0.7s ease;
}

.sec09__content01.is-open {
  opacity: 1;
}

.sec09__ans01 {
  padding: 208px 0 42px 65px;
  max-width: 592px;
  font-size: 22px;
  font-weight: 600;
  color: #707070;
  line-height: 2.1;
}

.sec09__ans01-head01 {
  color: #977f7f;
  margin-top: 70px;
}

.sec09__tag {
  font-size: 40px;
  font-weight: 600;
  background-image: url("../images/sec09_ribon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 720px;
  height: 139px;
  padding: 36px 0 36px 30px;
  color: #fff;
  margin-top: 185px;
}

.sec09__items {
  background-color: #ffffff;
  margin-right: 44px;
  padding-top: 56px;
  margin-top: -10px;
  display: flex;
  flex-flow: column;
  gap: 50px;
}

.sec09__item {
  margin-bottom: 20px;
}

.sec09__que02 {
  background-color: #ADCECE;
  width: 635px;
  font-size: 28px;
  color: #fff;
  padding: 19px 0 15px 33px;
  transition: 0.7s;
  position: relative;
  max-width: 635px;
  cursor: pointer;
}

.sec09__que02::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.7s;
}

.sec09__que02::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 22px;
  background-color: #fff;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.7s;
}

.sec09__que02.is-active::after {
  transform: rotate(90deg);
  top: 22px;
}

.sec09__ans02 {
  padding: 0 80px 0 60px;
  max-width: 706px;
  font-size: 22px;
  font-weight: 600;
  line-height: 2.1;
  color: #707070;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.7s ease, opacity 0.7s ease;
  margin-top: 0;
  padding-top: 0;
}

.sec09__ans02.is-open {
  opacity: 1;
}

.sec09__ans03 {
  margin: 0 58px 0 48px;
  max-width: 603px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.7s ease, opacity 0.7s ease;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 85px;
}

.sec09__ans03.is-open {
  opacity: 1;
}

.sec09__ans02-head01 {
  color: #977f7f;
  margin-top: 70px;
}

.sec09__ans02-text01 {
  margin-top: 56px;
}

.sec09__img01 {
  width: 573px;
  height: 573px;
  display: block;
  margin-top: 72px;
}

.sec09__ans02-lists {
  display: flex;
  flex-flow: column;
  gap: 18px;
  margin-top: 45px;
  width: 603px;
}

.sec09__ans02-list {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  background-color: #fff;
  padding: 18px 12px 0 11px;
  width: 603px;
}

.sec09__img02,
.sec09__img03,
.sec09__img04,
.sec09__img05 {
  width: 132px;
  height: 132px;
}

.sec09__ans02-box {
  font-size: 22px;
  line-height: 2.1;
  font-weight: 600;
  color: #707070;
  background-color: #fff;
  width: 423px;
  padding-bottom: 24px;
}

.sec09__ans02-text03 {
  color: #977f7f;
}

@media screen and (max-width: 750px) {
  .sec09 {
    background-color: #ffffff;
    padding: 14.93333vw 0 11.6vw;
  }

  .sec09__que01 {
    background-color: #9d7f6c;
    font-size: 5.33333vw;
    color: #fff;
    padding: 4.13333vw 0 3.06667vw 7.73333vw;
    transition: 0.7s;
    position: relative;
    z-index: 10;
    max-width: 100vw;
  }
  .sec09__que01::before {
    content: "";
    display: inline-block;
    width: 2.93333vw;
    height: 0.26667vw;
    background-color: #fff;
    position: absolute;
    right: 6.66667vw;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.7s;
  }
  .sec09__que01::after {
    content: "";
    display: inline-block;
    width: 0.26667vw;
    height: 2.93333vw;
    background-color: #fff;
    position: absolute;
    right: 8vw;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.7s;
  }
  .sec09__que01.is-active::after {
    transform: rotate(90deg);
    top: 5.33333vw;
  }
  .sec09__content01 {
    background-color: #f8f7f6;
    margin-right: 5.86667vw;
    margin-top: -19.46667vw;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0.7s ease, opacity 0.7s ease;
  }
  .sec09__content01.is-open {
    opacity: 1;
  }
  .sec09__ans01 {
    padding: 27.73333vw 0 5.6vw 8.66667vw;
    max-width: 78.93333vw;
    font-size: 2.93333vw;
    font-weight: 600;
    color: #707070;
    line-height: 2.1;
  }
  .sec09__ans01-head01 {
    color: #977f7f;
    margin-top: 9.33333vw;
  }
  .sec09__tag {
    font-size: 5.33333vw;
    font-weight: 600;
    background-image: url("../images/sec09_ribon.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 96vw;
    height: 18.53333vw;
    padding: 4.8vw 0 4.8vw 4vw;
    color: #fff;
    margin-top: 24.66667vw;
  }
  .sec09__items {
    background-color: #ffffff;
    margin-right: 5.86667vw;
    padding-top: 7.46667vw;
    margin-top: -1.33333vw;
    display: flex;
    flex-flow: column;
    gap: 6.66667vw;
  }
  .sec09__item {
    margin-bottom: 2.66667vw;
  }
  .sec09__que02 {
    background-color: #ADCECE;
    width: 84.66667vw;
    font-size: 3.7vw;
    color: #fff;
    padding: 2.53333vw 0 2vw 4.4vw;
    transition: 0.7s;
    position: relative;
    max-width: 84.66667vw;
  }
  .sec09__que02::before {
    content: "";
    display: inline-block;
    width: 2.93333vw;
    height: 0.26667vw;
    background-color: #fff;
    position: absolute;
    right: 6.66667vw;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.7s;
  }
  .sec09__que02::after {
    content: "";
    display: inline-block;
    width: 0.26667vw;
    height: 2.93333vw;
    background-color: #fff;
    position: absolute;
    right: 8vw;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.7s;
  }
  .sec09__que02.is-active::after {
    transform: rotate(90deg);
    top: 3.33333vw;
  }
  .sec09__ans02 {
    padding: 0 10.66667vw 0 8vw;
    max-width: 94.13333vw;
    font-size: 2.93333vw;
    font-weight: 600;
    line-height: 2.1;
    color: #707070;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0.7s ease, opacity 0.7s ease;
    margin-top: 0;
    padding-top: 0;
  }
  .sec09__ans02.is-open {
    opacity: 1;
  }
  .sec09__ans03 {
    margin: 0 7.73333vw 0 6.4vw;
    max-width: 80.4vw;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0.7s ease, opacity 0.7s ease;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 11.33333vw;
  }
  .sec09__ans03.is-open {
    opacity: 1;
  }
  .sec09__ans02-head01 {
    color: #977f7f;
    margin-top: 9.33333vw;
  }
  .sec09__ans02-text01 {
    margin-top: 7.46667vw;
  }
  .sec09__img01 {
    width: 76.4vw;
    height: 76.4vw;
    display: block;
    margin-top: 9.6vw;
  }
  .sec09__ans02-lists {
    display: flex;
    flex-flow: column;
    gap: 2.4vw;
    margin-top: 6vw;
    width: 80.4vw;
  }
  .sec09__ans02-list {
    display: flex;
    align-items: flex-start;
    gap: 3.33333vw;
    background-color: #fff;
    padding: 2.4vw 1.6vw 0 1.46667vw;
    width: 80.4vw;
  }
  .sec09__img02,
  .sec09__img03,
  .sec09__img04,
  .sec09__img05 {
    width: 17.6vw;
    height: 17.6vw;
  }
  .sec09__ans02-box {
    font-size: 2.93333vw;
    line-height: 2.1;
    font-weight: 600;
    color: #707070;
    background-color: #fff;
    width: 56.4vw;
    padding-bottom: 3.2vw;
  }
  .sec09__ans02-text03 {
    color: #977f7f;
  }
}

/* section10
***************************************************************/
.sec10 {
  background-color: #fbf6f2;
  padding: 130px 0 88px;
}

.sec10__catch {
  font-size: 34px;
  font-weight: 600;
  color: #977f7f;
  text-align: center;
}

.sec10__title {
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  color: #423d3a;
  margin-top: 17px;
}

.sec10__content01 {
  margin: 45px 60px 0 51px;
}

.sec10__content01 dt {
  font-size: 28px;
  line-height: 1.3;
  padding-bottom: 20px;
  border-bottom: 2px solid #d4ccc4;
}

.sec10__content01 dt:nth-of-type(2) {
  margin-top: 53px;
}

.sec10__list01 {
  margin-top: 40px;
  font-size: 25px;
  line-height: 1.6;
  font-weight: 300;
  padding-left: 10px;
}

.sec10__list02 {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.79;
  font-feature-settings: "palt";
}

.sec10__list02-top {
  margin-top: 30px;
}

.sec10__content01 dt:nth-of-type(3) {
  margin-top: 52px;
}

.sec10__list03-top {
  margin-top: 33px;
}

.sec10__list03 {
  font-size: 25px;
  line-height: 1.65;
}

iframe {
  margin-top: 65px;
  max-width: 750px;
  height: 614px;
}

.sec10__content02 {
  margin: 128px 29px 0 29px;
}

.sec10__head {
  font-size: 30px;
  text-align: center;
  background-color: #e0d6ca;
  padding: 25px 0 27px;
}

.sec10__wrap {
  background-color: #fff;
  padding-top: 53px;
  padding: 53px 0 39px 55px;
}

.sec10__items {
  display: flex;
  flex-flow: column;
  gap: 18px;
}

.sec10__item {
  font-size: 23px;
  padding-left: 36px;
  position: relative;
}

.sec10__item::before {
  content: "";
  display: inline-block;
  background-color: #998683;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 10px;
}

.sec10__img-box {
  margin-top: 25px;
  display: flex;
  gap: 17px;
}

.sec10__img-box img {
  width: 89px;
  height: 52px;
}

.sec10__text02 {
  font-size: 23px;
  margin-top: 33px;
}

.sec10__content03 {
  margin: 52px 46px 0 46px;
}

.sec10__wrapper {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #e8e3df;
  padding: 53px 29px 62px;
  margin-top: 33px;
}

.sec10__schedule-head {
  display: flex;
  align-items: center;
  font-size: 22px;
  padding-bottom: 20px;
  border-bottom: 2.5px solid #d4ccc4;
}

.sec10__info {
  padding-right: 26px;
  width: 130px;
}

.sec10__week {
  flex: 1;
}

.sec10__schedule-head span:not(:nth-last-of-type(1)) {
  padding-right: 36px;
}

.sec10__schedule-hours {
  display: flex;
  align-items: flex-start;
  margin-top: 23px;
  font-weight: 300;
}

.sec10__hours {
  font-size: 21px;
  padding-right: 70px;
}

.sec10__open {
  display: inline-block;
  background-color: #998683;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 40px;
}

.sec10__day-off01 {
  display: inline-block;
  background-color: #998683;
  width: 12px;
  height: 2px;
  margin-left: 23px;
  margin-bottom: 8px;
}

.sec10__day-off02 {
  margin-top: 52px;
  display: flex;
  align-items: center;
  gap: 39px;
}

.sec10__holiday01 {
  border: 1.5px solid #998784;
  padding: 8px 26px 10px;
  font-size: 25px;
  color: #998784;
}

.sec10__holiday02 {
  font-size: 26px;
}

@media screen and (max-width: 750px) {
  .sec10 {
    background-color: #fbf6f2;
    padding: 17.33333vw 0 11.73333vw;
  }
  .sec10__catch {
    font-size: 4.53333vw;
    font-weight: 600;
    color: #977f7f;
    text-align: center;
  }
  .sec10__title {
    font-size: 5.06667vw;
    font-weight: 300;
    text-align: center;
    color: #423d3a;
    margin-top: 2.26667vw;
  }
  .sec10__content01 {
    margin: 6vw 8vw 0 6.8vw;
  }
  .sec10__content01 dt {
    font-size: 3.73333vw;
    line-height: 1.3;
    padding-bottom: 2.66667vw;
    border-bottom: 0.26667vw solid #d4ccc4;
  }
  .sec10__content01 dt:nth-of-type(2) {
    margin-top: 7.06667vw;
  }
  .sec10__list01 {
    margin-top: 5.33333vw;
    font-size: 3.33333vw;
    line-height: 1.6;
    font-weight: 300;
    padding-left: 1.33333vw;
  }
  .sec10__list02 {
    font-size: 2.8vw;
    font-weight: 300;
    line-height: 1.79;
    font-feature-settings: "palt";
  }
  .sec10__list02-top {
    margin-top: 4vw;
  }
  .sec10__content01 dt:nth-of-type(3) {
    margin-top: 6.93333vw;
  }
  .sec10__list03-top {
    margin-top: 4.4vw;
  }
  .sec10__list03 {
    font-size: 3.33333vw;
    line-height: 1.65;
  }
  iframe {
    margin-top: 8.66667vw;
    max-width: 100vw;
    height: 81.86667vw;
  }
  .sec10__content02 {
    margin: 17.06667vw 3.86667vw 0 3.86667vw;
  }
  .sec10__head {
    font-size: 4vw;
    text-align: center;
    background-color: #e0d6ca;
    padding: 3.33333vw 0 3.6vw;
  }
  .sec10__wrap {
    background-color: #fff;
    padding-top: 7.06667vw;
    padding: 7.06667vw 0 5.2vw 7.33333vw;
  }
  .sec10__items {
    display: flex;
    flex-flow: column;
    gap: 2.4vw;
  }
  .sec10__item {
    font-size: 3.06667vw;
    padding-left: 4.8vw;
    position: relative;
  }
  .sec10__item::before {
    content: "";
    display: inline-block;
    background-color: #998683;
    border-radius: 50%;
    width: 1.33333vw;
    height: 1.33333vw;
    position: absolute;
    left: 0;
    top: 1.33333vw;
  }
  .sec10__img-box {
    margin-top: 3.33333vw;
    display: flex;
    gap: 2.26667vw;
  }
  .sec10__img-box img {
    width: 11.86667vw;
    height: 6.93333vw;
  }
  .sec10__text02 {
    font-size: 3.06667vw;
    margin-top: 4.4vw;
  }
  .sec10__content03 {
    margin: 2.93333vw 6.13333vw 0 6.13333vw;
  }
  .sec10__wrapper {
    background-color: #fff;
    border-radius: 2vw;
    border: 1px solid #e8e3df;
    padding: 7.06667vw 3.86667vw 8.26667vw;
    margin-top: 8.4vw;
  }
  .sec10__schedule-head {
    display: flex;
    align-items: center;
    font-size: 2.93333vw;
    padding-bottom: 2.66667vw;
    border-bottom: 0.33333vw solid #d4ccc4;
  }
  .sec10__info {
    padding-right: 3.46667vw;
    width: 17.33333vw;
  }
  .sec10__week {
    flex: 1;
  }
  .sec10__schedule-head span:not(:nth-last-of-type(1)) {
    padding-right: 4.8vw;
  }
  .sec10__schedule-hours {
    display: flex;
    align-items: flex-start;
    margin-top: 3.06667vw;
    font-weight: 300;
  }
  .sec10__hours {
    font-size: 2.8vw;
    padding-right: 9.33333vw;
  }
  .sec10__open {
    display: inline-block;
    background-color: #998683;
    border-radius: 50%;
    width: 2.66667vw;
    height: 2.66667vw;
    margin-right: 5.33333vw;
  }
  .sec10__day-off01 {
    display: inline-block;
    background-color: #998683;
    width: 1.6vw;
    height: 0.26667vw;
    margin-left: 3.06667vw;
    margin-bottom: 1.06667vw;
  }
  .sec10__day-off02 {
    margin-top: 6.93333vw;
    display: flex;
    align-items: center;
    gap: 5.2vw;
  }
  .sec10__holiday01 {
    border: 0.2vw solid #998784;
    padding: 1.06667vw 3.46667vw 1.33333vw;
    font-size: 3.33333vw;
    color: #998784;
  }
  .sec10__holiday02 {
    font-size: 3.46667vw;
  }
}



.botox_select_btn{
  display: flex;
  flex-wrap: nowrap;
  padding: 40px 20px 60px;
}

.botox_select_title {
  font-size: 60px;
  font-weight: 600;
  color: #249C94;
  text-align: center;
  background-color: #ffffff;
  /* background-image: url("../images/fv_title_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
  padding: 32px 0 23px;
  margin-inline: auto;
  /* max-width: 635px; */
  position: relative;
  border-bottom: 3px solid #a6cecc;
  padding-bottom: 0px;
}

.botox_select span {
  display: block;
  font-size: 0.8vw;
  text-align: center;
  /* line-height: 2.5; */
  margin-bottom: 10px;
  margin-top: 10px;
}

.botox_select_all{
  background-color: #ffffff;
  padding: 112px 0 87px;
}

@media screen and (max-width:750px) {
  .botox_select_btn{
    display: flex;
    flex-wrap: nowrap;
    padding: 20px 10px 20px;
  }
  
  .botox_select_title {
    font-size: 30px;
    font-weight: 600;s
    color: #249C94;
    text-align: center;
    /*background-color: #E7EEED;*/
    /* background-image: url("../images/fv_title_bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    padding: 32px 0 23px;
    margin-inline: auto;
    max-width: 635px;
    position: relative;
  border-bottom: 3px solid #a6cecc;
  padding-bottom: 0px;

  }
  
  .botox_select span {
    display: block;
    font-size: 1.7vw;
    text-align: center;
    /* line-height: 2.5; */
    margin-bottom: 10px;
    margin-top: 10px;
  }
  
  .botox_select_all{
    background-color: #ffffff;
    padding: 0;
  }
  
}


/* section11
***************************************************************/
/* section12
***************************************************************/
