@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-text-decoration: normal;
  text-decoration: normal;
  cursor: pointer;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.boxshadow-bl {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-blue {
  background-color: #ebf7ff;
}

.font-mon {
  font-family: "Montserrat", sans-serif;
}

.sup {
  font-size: 50%;
  vertical-align: super;
  text-indent: 0;
}

.notes {
  color: #444444;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .notes {
    font-size: 3.2vw;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  width: 390px;
  height: 64px;
  background: #b4994f;
  border-radius: 60px;
  color: #fff;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  transition: 0.2s;
}

.btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .btn {
    width: 81.3333333333vw;
    padding: 0 6.4vw;
    height: 16vw;
    font-size: 4.2666666667vw;
  }
}

.btn p {
  margin: 0 auto;
  padding-left: 1.5em;
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html,
body {
  width: 100%;
  min-width: 1200px;
  height: auto;
}

@media screen and (max-width: 767px) {

  html,
  body {
    min-width: auto;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #191b20;
  font-weight: 400;
  min-width: 100%;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

figure {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.pc-ui {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.sp-ui {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}

.pc-in {
  display: inline;
}

@media screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.sp-in {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-in {
    display: inline;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  box-sizing: border-box;
}

.mv {
  background: url(../img/mv_pc.jpg) center center/cover no-repeat, #515357;
  height: 690px;
}

@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/mv_sp.jpg) center center/100% auto no-repeat;
    height: 142.6666666667vw;
  }
}

.mv h1 {
  text-indent: -9999px;
  font-size: 0;
}

@media (min-width: 1920px) {
  .mv {
    height: auto;
    aspect-ratio: 1920/690;
  }
}

.mv-bottom {
  width: 100%;
  height: 48px;
  background: #515357;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .mv-bottom {
    font-size: 3.7333333333vw;
    height: 8.5333333333vw;
  }
}

.about {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 10.6666666667vw;
  }
}

.about-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1000px;
  margin: 96px auto 0;
}

@media screen and (max-width: 767px) {
  .about-box {
    width: 100%;
    padding: 0 0px;
    margin: 10.6666666667vw auto 0;
  }
}

.about-box .img {
  flex-shrink: 0;
  width: 300px;
  margin-right: 32px;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .about-box .img {
    width: 40vw;
    margin-right: 2.1333333333vw;
    margin-top: 2.1333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .about-box .txt-box {
    display: contents;
  }
}

.about-box .catch p {
  font-weight: bold;
  line-height: 1.2;
  font-size: 32px;
  line-height: 1.8;
  font-feature-settings: "palt";
  border-bottom: #191b20 2px solid;
  display: inline;
  padding-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .about-box .catch p {
    font-size: 4.8vw;
    padding-bottom: 0;
    line-height: 1.8;
    border-bottom: #191b20 0.2666666667vw solid;
  }
}

.about-box .txt {
  width: 100%;
  margin-top: 16px;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .about-box .txt {
    text-align: center;
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.about-list {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 40px auto 24px;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .about-list {
    gap: 2.6666666667vw;
    margin: 5.3333333333vw auto 4.2666666667vw;
  }
}

.about-list li {
  flex-shrink: 0;
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  width: 140px;
  height: 140px;
  background: url(../img/about_list_bg.png) top center/100% auto no-repeat;
}

@media screen and (max-width: 767px) {
  .about-list li {
    font-size: 3.7333333333vw;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}

.about-list li .sup {
  display: inline-block;
  width: 0;
  /* 幅を強制的にゼロにする */
  white-space: nowrap;
  overflow: visible;
  /* はみ出して表示させる */
}

.cv-area {
  background: #191b20;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .cv-area {
    padding: 13.8666666667vw 0;
  }
}

.cv-inner {
  width: 1000px;
  padding: 80px 0;
  margin: 0 auto;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .cv-inner {
    width: 89.3333333333vw;
    padding: 10.6666666667vw 0;
  }
}

.cv-item-ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 32px;
  padding-bottom: 0em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cv-item-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.2;
    padding-bottom: 2.1333333333vw;
  }
}

.cv-item-sub-ttl {
  font-size: 24px;
  padding-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .cv-item-sub-ttl {
    font-size: 3.4666666667vw;
    padding-bottom: 5.3333333333vw;
    line-height: 1.1;
  }
}

.cv-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .cv-box {
    flex-direction: column;
    gap: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}

.cv-box .img {
  width: 164px;
}

@media screen and (max-width: 767px) {
  .cv-box .img {
    width: 28.8vw;
  }
}

.cv-box .price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .cv-box .price-box {
    gap: 2.1333333333vw;
  }
}

.cv-box .price-box .common {
  border: #191b20 2px solid;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-left: 0.1em;
  font-size: 24px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .cv-box .price-box .common {
    font-size: 3.4666666667vw;
    width: 12vw;
    height: 12vw;
    border: #191b20 0.2666666667vw solid;
  }
}

.cv-box .price-box .price {
  width: 298px;
}

@media screen and (max-width: 767px) {
  .cv-box .price-box .price {
    width: 44.2666666667vw;
  }
}

.note-list {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  margin: 0 auto;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .note-list {
    flex-direction: column;
    width: 81.3333333333vw;
    gap: 0.2em;
  }
}

.note-list dl {
  display: flex;
}

.worries {
  background: url(../img/worries_bg_pc.jpg) center bottom/1920px auto no-repeat, url(../img/white_btm.jpg) center bottom/1px auto repeat-x, #f4f4f4;
  padding: 120px 0 80px;
}

@media screen and (max-width: 767px) {
  .worries {
    background: url(../img/worries_bg_sp.jpg) center bottom/100% auto no-repeat, #f4f4f4;
    padding: 16vw 0;
  }
}

.worries .sub-ttl {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .worries .sub-ttl {
    font-size: 4.8vw;
  }
}

.worries .ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding: 24px 0 40px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .worries .ttl {
    font-size: 6.4vw;
    padding: 5.3333333333vw 0 6.4vw;
  }
}

.fukidashi-underline {
  display: inline-block;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 3px solid #191b20;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .fukidashi-underline {
    padding-bottom: 2.1333333333vw;
    border-bottom: 0.2666666667vw solid #191b20;
  }
}

.fukidashi-underline::before {
  content: "";
  position: absolute;
  bottom: -12px;
  /* 下線に重なる位置に調整（borderの太さに合わせる） */
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-color: #f4f4f4;
  border-right: 3px solid #191b20;
  border-bottom: 3px solid #191b20;
  transform: translateX(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .fukidashi-underline::before {
    width: 4.2666666667vw;
    bottom: -2.6666666667vw;
    height: 4.2666666667vw;
    border-right: 0.2666666667vw solid #191b20;
    border-bottom: 0.2666666667vw solid #191b20;
  }
}

.worries-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto 32px;
  gap: 32px;
}

@media screen and (max-width: 767px) {
  .worries-list {
    flex-direction: column;
    width: 84vw;
    margin: 0 auto 6.4vw;
    gap: 6.4vw;
  }
}

.worries-list .worries-list-item {
  width: 366px;
  padding: 48px 0;
  background: #fff;
  border: 1px solid #191b20;
}

@media screen and (max-width: 767px) {
  .worries-list .worries-list-item {
    width: 100%;
    padding: 9.6vw 0;
  }
}

.worries-list .worries-list-item h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 24px;
  text-align: center;
}

.worries-list .worries-list-item h3::after {
  content: "";
  display: block;
  width: 66px;
  height: 1px;
  background-color: #191b20;
  margin: 0 auto;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .worries-list .worries-list-item h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }

  .worries-list .worries-list-item h3::after {
    width: 13.0666666667vw;
    height: 0.1333333333vw;
    margin-top: 3.2vw;
  }
}

.worries-list .worries-list-item p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .worries-list .worries-list-item p {
    font-size: 3.7333333333vw;
  }
}

.solution {
  font-weight: bold;
  padding: 64px 0 104px;
}

@media screen and (max-width: 767px) {
  .solution {
    padding: 6.4vw 0 13.8666666667vw;
  }
}

.solution .ttl {
  text-align: center;
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .solution .ttl {
    font-size: 6.4vw;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .solution .ttl .pc-span {
    color: #fff;
    font-weight: bold;
    background: #191b20;
    line-height: 1.2;
    padding: 0 0.5em 0.1em;
  }
}

@media screen and (max-width: 767px) {
  .solution .ttl .pc-span span {
    color: #fff;
    font-weight: bold;
    background: #191b20;
    line-height: 1.8;
    padding: 0 0.4em 0.1em;
  }
}

.solution-box {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  margin: 80px auto 0;
}

@media screen and (max-width: 767px) {
  .solution-box {
    flex-direction: column;
    width: 100%;
    margin: 14.9333333333vw auto 0;
  }
}

.solution-box img {
  width: 599px;
}

@media screen and (max-width: 767px) {
  .solution-box img {
    width: 92.9333333333vw;
    margin-left: 5.3333333333vw;
  }
}

.solution-box .txt-box {
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  .solution-box .txt-box {
    width: 100%;
    padding: 1.0666666667vw 0 0 5.3333333333vw;
    margin-top: 0;
  }
}

.solution-box h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .solution-box h3 {
    font-size: 7.4666666667vw;
    padding-bottom: 2.1333333333vw;
  }
}

.solution-box .catch {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .solution-box .catch {
    font-size: 5.3333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}

.solution-box .txt {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .solution-box .txt {
    font-size: 3.7333333333vw;
  }
}

.step {
  background: #fff6f5;
  text-align: center;
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .step {
    padding: 16vw 0 8.5333333333vw;
  }
}

.step .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.8;
  border-bottom: #191b20 2px solid;
  display: inline;
  padding-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .step .ttl {
    font-size: 6.4vw;
  }
}

.step-img {
  width: 720px;
  margin: 48px auto 64px;
}

@media screen and (max-width: 767px) {
  .step-img {
    width: 89.3333333333vw;
    margin: 8.5333333333vw auto 6.4vw;
  }
}

.step-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .step-list {
    width: 100%;
    flex-wrap: wrap;
  }
}

.step-list .step-list-item {
  position: relative;
  width: 25%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .step-list .step-list-item {
    width: 44.6666666667vw;
    margin-right: 0vw;
    margin-bottom: 7.4666666667vw;
  }
}

.step-list .step-list-item::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 21px;
  top: 80px;
  right: 0%;
  background: url(../img/arrow.png) center center/100% auto no-repeat;
}

@media screen and (max-width: 767px) {
  .step-list .step-list-item::after {
    width: 2.1333333333vw;
    height: 3.7333333333vw;
    top: 14.4vw;
    right: -1.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .step-list .step-list-item:nth-child(2n)::after {
    display: none;
  }
}

.step-list .step-list-item:last-child::after {
  display: none;
}

.step-list .step-list-item .start {
  position: absolute;
  top: -30px;
  left: -36px;
  width: 136px;
}

@media screen and (max-width: 767px) {
  .step-list .step-list-item .start {
    width: 18.1333333333vw;
    top: -1.0666666667vw;
    left: -2.6666666667vw;
  }
}

.step-list .step-list-item .img {
  width: 180px;
  margin: 0 auto 10px;
}

@media screen and (max-width: 767px) {
  .step-list .step-list-item .img {
    width: 32.5333333333vw;
    margin: 0 auto 1.6vw;
  }
}

.step-list .step-list-item .ttl-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-list .step-list-item .ttl-box dt {
  color: #fff;
  font-weight: bold;
  background: #191b20;
  line-height: 1;
  padding: 0.3em 0.4em;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .step-list .step-list-item .ttl-box dt {
    font-size: 2.9333333333vw;
    margin-right: 2.1333333333vw;
  }
}

.step-list .step-list-item .ttl-box dd {
  font-weight: bold;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .step-list .step-list-item .ttl-box dd {
    font-size: 4.8vw;
  }
}

.step-list .step-list-item .txt {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .step-list .step-list-item .txt {
    font-size: 3.2vw;
  }
}

.recommend {
  padding: 120px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recommend {
    padding: 16vw 0 8.5333333333vw;
  }
}

.recommend .ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.8;
  border-bottom: #191b20 3px solid;
  display: inline;
  padding-bottom: 3px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recommend .ttl {
    font-size: 6.4vw;
    border-bottom: #191b20 0.2666666667vw solid;
    padding-bottom: 0.2666666667vw;
  }
}

.recommend .ttl .font-mon {
  font-weight: bold;
}

.recommend-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 48px auto 24px;
}

@media screen and (max-width: 767px) {
  .recommend-list {
    gap: 2.6666666667vw;
    margin: 6.4vw auto 4.2666666667vw;
  }
}

.recommend-list .list-item {
  width: 180px;
  height: 180px;
  background: #444444;
  font-size: 28px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .recommend-list .list-item {
    width: 27.6vw;
    height: 27.6vw;
    font-size: 4.2666666667vw;
  }
}

.recommend-list .list-item .sup {
  display: inline-block;
  width: 0;
  /* 幅を強制的にゼロにする */
  white-space: nowrap;
  overflow: visible;
  /* はみ出して表示させる */
}

.step-arrow {
  width: 121px;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .step-arrow {
    width: 16.1333333333vw;
    margin: 8.5333333333vw auto;
  }
}

.step-box {
  display: flex;
  justify-content: center;
  gap: 80px;
}

@media screen and (max-width: 767px) {
  .step-box {
    gap: 0vw;
    flex-direction: column;
  }
}

.step-box .img {
  width: 365px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .step-box .img {
    width: 100vw;
  }
}

.step-box .img .img-texture {
  position: absolute;
  bottom: -28px;
  right: -168px;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .step-box .img .img-texture {
    width: 45.2vw;
    bottom: -7.8666666667vw;
    right: 2.8vw;
  }
}

.step-box .txt-box {
  padding-top: 132px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .step-box .txt-box {
    padding-top: 10.6666666667vw;
    text-align: center;
  }
}

.step-box .txt-box p {
  font-size: 28px;
  line-height: 1.5;
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .step-box .txt-box p {
    font-size: 4.2666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}

.point {
  padding: 120px 0 112px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .point {
    padding: 16vw 0 16vw;
  }
}

.point .ttl-box {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .point .ttl-box {
    text-align: center;
    align-items: center;
  }
}

.point .ttl-box .sub-ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .point .ttl-box .sub-ttl {
    font-size: 4vw;
  }
}

.point .ttl-box .sub-ttl .em {
  font-size: 72px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .point .ttl-box .sub-ttl .em {
    font-size: 13.3333333333vw;
  }
}

.point .ttl-box h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .point .ttl-box h2 {
    font-size: 5.3333333333vw;
  }
}

.point01 {
  background: #fcfbf6;
}

.point01-img {
  width: 794px;
  margin: 24px auto 40px;
}

@media screen and (max-width: 767px) {
  .point01-img {
    width: 94.6666666667vw;
    margin: 8.5333333333vw auto 9.8666666667vw;
  }
}

.point01-ul-box {
  background: url(../img/texture_only.png) top center/554px auto no-repeat;
  min-height: 536px;
  width: 1000px;
  margin: 32px auto 0;
}

@media screen and (max-width: 767px) {
  .point01-ul-box {
    width: 100%;
    min-height: auto;
    margin: 8.5333333333vw auto 0;
    background: url(../img/texture_only.png) top 4vw center/94.5333333333vw auto no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .point01-list {
    display: flex;
    justify-content: center;
    gap: 104px;
    padding-top: 96px;
  }
}

@media screen and (max-width: 767px) {
  .point01-list {
    display: grid;
    grid-template-columns: 1fr 0px 1fr;
    gap: 0px;
    list-style: none;
    justify-items: center;
    margin-bottom: 4.2666666667vw;
  }
}

.point01-list-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 180px;
  overflow: visible;
  position: relative;
}

@media screen and (max-width: 767px) {
  .point01-list-item {
    width: 28.6666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .point01-list-item:after {
    content: "";
    width: 32px;
    height: 28px;
    background: url(../img/cross.png) center center/32px 28px no-repeat;
    position: absolute;
    position: absolute;
    top: 74px;
    right: -64px;
  }
}

.point01-list-item .head {
  background: #fff;
  border: 2px solid #191b20;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .point01-list-item .head {
    width: 28.6666666667vw;
    height: 28.6666666667vw;
  }
}

.point01-list-item .head p {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 0.6;
}

@media screen and (max-width: 767px) {
  .point01-list-item .head p {
    font-size: 6.4vw;
  }
}

.point01-list-item .head p span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .point01-list-item .head p span {
    font-size: 2.6666666667vw;
  }
}

.point01-list-item .txt {
  padding-top: 0.5em;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .point01-list-item .txt {
    font-size: 3.2vw;
  }
}

/* 1つ目の要素を2列目に配置 */
@media screen and (max-width: 767px) {
  .point01-list-item:nth-child(1) {
    grid-column: 2;
  }
}

/* 2つ目の要素を1列目・2行目に配置 */
@media screen and (max-width: 767px) {
  .point01-list-item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
}

/* 3つ目の要素を3列目・2行目に配置 */
@media screen and (min-width: 768px) {
  .point01-list-item:nth-child(3):after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .point01-list-item:nth-child(3) {
    grid-column: 3;
    grid-row: 2;
  }
}

.point01-box {
  display: flex;
  justify-content: center;
  gap: 48px;
}

@media screen and (max-width: 767px) {
  .point01-box {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}

.point01-box .img {
  width: 300px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .point01-box .img {
    width: 90vw;
    margin: 0 auto 2.1333333333vw;
  }
}

.point01-box .img .notes {
  padding-top: 8px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .point01-box .img .notes {
    text-align: center;
    padding-top: 2.1333333333vw;
  }
}

.point01-box .txt {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .point01-box .txt {
    text-align: center;
  }
}

.point01-box .txt p {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 0.3em;
}

@media screen and (max-width: 767px) {
  .point01-box .txt p {
    font-size: 3.4666666667vw;
  }
}

.point01-box .txt .ttl {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .point01-box .txt .ttl {
    font-size: 4.2666666667vw;
  }
}

.point01-box .txt .notes {
  display: inline-block;
}

.point02 {
  background: url(../img/point02_bg_pc.jpg) top center/cover no-repeat;
  height: 1012px;
  padding: 108px 0;
}

@media screen and (max-width: 767px) {
  .point02 {
    background: url(../img/point02_bg_sp.jpg) top center/100% auto no-repeat;
    height: 202.6666666667vw;
    padding: 13.8666666667vw 0;
  }
}

.point02-list {
  display: flex;
  justify-content: center;
  padding-top: 155px;
  gap: 250px;
}

@media screen and (max-width: 767px) {
  .point02-list {
    padding-top: 7.4666666667vw;
    gap: 0;
  }
}

.point02-list .point02-list-item {
  text-align: center;
  width: 340px;
}

@media screen and (max-width: 767px) {
  .point02-list .point02-list-item {
    width: 49.3333333333vw;
  }
}

.point02-list .point02-list-item .head {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  font-size: 29px;
  font-weight: bold;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .point02-list .point02-list-item .head {
    width: 34.6666666667vw;
    height: 34.6666666667vw;
    font-size: 4.5333333333vw;
  }
}

.point02-list .point02-list-item .txt {
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  padding-top: 0.8em;
  font-feature-settings: "palt";
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .point02-list .point02-list-item .txt {
    font-size: 3.2vw;
  }
}

.point03 {
  background: #fcfbf6;
}

.point03-box {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .point03-box {
    margin-top: 8.5333333333vw;
    flex-direction: column;
    gap: 6.4vw;
  }
}

.point03-box img {
  width: 540px;
}

@media screen and (max-width: 767px) {
  .point03-box img {
    width: 89.0666666667vw;
    margin: 0 auto;
  }
}

.point03-box .txt {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .point03-box .txt {
    text-align: center;
  }
}

.point03-box .txt h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
  padding-bottom: 0.6em;
}

@media screen and (max-width: 767px) {
  .point03-box .txt h3 {
    font-size: 5.3333333333vw;
  }
}

.point03-box .txt p {
  font-size: 20px;
  padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .point03-box .txt p {
    font-size: 3.7333333333vw;
  }
}

.ad {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .ad {
    padding: 16vw 0 13.8666666667vw;
  }
}

.ad h2 {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.5;
  padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .ad h2 {
    font-size: 6.4vw;
  }
}

.ad .img {
  width: 1004px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .ad .img {
    width: 94.6666666667vw;
  }
}

.voice {
  background: #fff6f5;
  padding: 108px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .voice {
    padding: 13.8666666667vw 0;
  }
}

.voice h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.8;
  border-bottom: #191b20 2px solid;
  display: inline;
  padding-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .voice h2 {
    font-size: 6.4vw;
  }
}

.voice .voice-list {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .voice .voice-list {
    flex-direction: column;
    gap: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}

.voice .voice-list .list-item {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .voice .voice-list .list-item {
    width: 84vw;
    margin: 0 auto;
  }
}

.voice .voice-list .list-item .txt-box {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-top: 24px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .voice .voice-list .list-item .txt-box {
    margin-top: 3.2vw;
    font-size: 3.4666666667vw;
    gap: 2.1333333333vw;
  }
}

.voice .voice-list .list-item .sidebar {
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  height: auto;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}

.voice .voice-list .list-item .sidebar .ttl {
  transform: rotate(180deg);
}

.voice .voice-list .list-item .sidebar::after {
  content: "";
  flex: 1;
  width: 1px;
  height: auto;
  background: #333;
  margin-top: 15px;
  display: block;
}

@media screen and (max-width: 767px) {
  .voice .voice-list .list-item .sidebar::after {
    margin-top: 4.2666666667vw;
  }
}

.voice .voice-list .list-item .main-content {
  flex: 1;
  line-height: 1.5;
  text-align: left;
}

.voice .voice-list .list-item .user-id {
  text-align: right;
  margin-top: 8px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.promotion {
  background: url(../img/section08_pc.jpg) center center/cover no-repeat;
  height: 1274px;
  padding-top: 720px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .promotion {
    background: url(../img/section08_sp.jpg) center center/100% auto no-repeat;
    height: 203.2vw;
    padding-top: 81.6vw;
  }
}

.promotion .promot-txt {
  color: #191b20;
  font-size: 28px;
  padding-bottom: 24px;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .promotion .promot-txt {
    font-size: 3.7333333333vw;
    padding-bottom: 8.5333333333vw;
  }
}

.promotion .promot-txt .zab {
  color: #fff;
  background: #191b20;
  line-height: 1.2;
  padding: 0 0.3em 0.1em;
}

@media screen and (min-width: 768px) {
  .promotion .promot-txt .pc-span {
    color: #fff;
    background: #191b20;
    line-height: 1.2;
    padding: 0 0.3em 0.1em;
  }
}

@media screen and (max-width: 767px) {
  .promotion .promot-txt .pc-span span {
    color: #fff;
    background: #191b20;
    line-height: 1.8;
    padding: 0 0.3em 0.1em;
  }
}

.promotion .promot-txt-btm {
  width: 884px;
  margin: 16px auto 0;
}

@media screen and (max-width: 767px) {
  .promotion .promot-txt-btm {
    width: 92.2666666667vw;
    margin: 3.2vw auto 0;
  }
}

.howtouse {
  background: #fcfbf6;
  padding: 108px 0;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .howtouse {
    padding: 13.8666666667vw 0;
  }
}

.howtouse h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.8;
  border-bottom: #191b20 2px solid;
  display: inline;
  padding-bottom: 3px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .howtouse h2 {
    font-size: 6.4vw;
  }
}

.howtouse-box {
  display: flex;
  width: 1000px;
  margin: 88px auto 0;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .howtouse-box {
    flex-direction: column-reverse;
    width: 100%;
    margin: 8.5333333333vw auto 0;
  }
}

.howtouse-box .txt-box {
  font-size: 22px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .howtouse-box .txt-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 3.7333333333vw;
  }
}

.howtouse-box .txt-box p {
  padding-bottom: 0.6em;
}

@media screen and (max-width: 767px) {
  .howtouse-box .txt-box p {
    text-align: left;
  }
}

.howtouse-box .txt-box p:last-child {
  padding-bottom: 0;
}

.howtouse-box .mov {
  position: relative;
  width: 442px;
  height: 249px;
}

@media screen and (max-width: 767px) {
  .howtouse-box .mov {
    margin: 0 auto 13.8666666667vw;
    width: 94.9333333333vw;
    height: 53.4666666667vw;
  }
}

.howtouse-box .mov .txt-htu {
  position: absolute;
  width: 250px;
  bottom: -60px;
  right: -68px;
}

@media screen and (max-width: 767px) {
  .howtouse-box .mov .txt-htu {
    width: 53.7333333333vw;
    bottom: -12.4vw;
    right: -3.2vw;
  }
}

.howtouse-box .mov iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.shop {
  background: #fff;
  padding: 108px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .shop {
    padding: 13.8666666667vw 0;
  }
}

.shop h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  border-bottom: #191b20 2px solid;
  display: inline;
  padding-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .shop h2 {
    font-size: 6.4vw;
  }
}

.shop-box {
  display: flex;
  justify-content: center;
  margin: 56px auto 0;
}

@media screen and (max-width: 767px) {
  .shop-box {
    margin: 6.4vw auto 0;
    flex-direction: column;
  }
}

.shop-box .img {
  width: 450px;
  margin-right: 32px;
}

@media screen and (max-width: 767px) {
  .shop-box .img {
    width: 89.3333333333vw;
    margin: 0 auto 7.4666666667vw;
  }
}

.shop-box .txt-box {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .shop-box .txt-box {
    margin: 0 0 0 5.3333333333vw;
    display: flex;
    align-items: start;
  }
}

.shop-box .txt-box .head {
  font-size: 20px;
  color: #fff;
  background: #191b20;
  line-height: 1;
  padding: 0.3em 0.4em 0.5em;
  margin-bottom: 20px;
  font-weight: bold;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .shop-box .txt-box .head {
    font-size: 3.2vw;
    padding: 0.5em 0.7em 0.6em;
    margin-bottom: 0;
    margin-right: 4.2666666667vw;
    white-space: nowrap;
    margin-top: 2.1333333333vw;
  }
}

.shop-box .txt-box .txt {
  font-size: 28px;
  text-align: left;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .shop-box .txt-box .txt {
    font-size: 4.8vw;
    padding-bottom: 2.1333333333vw;
  }
}

.shop-box .txt-box .notes {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .shop-box .txt-box .notes {
    font-size: 3.2vw;
  }
}

.pb100 {
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .pb100 {
    padding-bottom: 26.6666666667vw;
  }
}

.floating {
  width: 100%;
  background: #b4994f;
  text-align: center;
  padding: 24px 0;
  opacity: 0;
  transition: 0.6s;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .floating {
    padding: 3.2vw 0;
  }
}

.floating.show {
  opacity: 1;
}

.floating .floating-btn {
  width: 660px;
  margin: 0 auto;
  transition: 0.6s;
}

@media screen and (max-width: 767px) {
  .floating .floating-btn {
    width: 81.3333333333vw;
  }
}

.floating .floating-btn:hover {
  opacity: 0.8;
}

.scroll-anime {
  opacity: 0;
  transform: translate3d(0, 70px, 0);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

.scroll-anime.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}