@charset "utf-8";

.pc-only {
    display: block
  }
  .sp-only {
    display: none
  }
  body {
    margin: 0;
    letter-spacing: 0.1rem;
    font-family: YuMincho,"Hiragino Mincho ProN",serif;
}
  @media screen and (max-width:768px) {
    .pc-only {
      display: none
    }
    .sp-only {
        display: block;
      }
  }
img {
    width: 100%;
}
a {
    display: inline-block;
    width: 100%;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 100;
    margin: 2%;
    border-bottom: solid 1px #fff;
    padding: 0 0 2%;
    width: 95%;
}
ul.menu_list {
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
    padding: 0 0% 0 0;
    display: flex;
    list-style: none;
    text-align: center;
    align-items: center;
    width: 45%;
    justify-content: end;
}
a.menu_list_button {
    font-size: 0.8vw;
    color: #fff;
}
p.small {
    font-size: 0.9vw;
    color: #ffffff;
}
li.menu_list {
    padding: 0 1.5%;
}
.menu1 {
    display: flex;
    width: 100%;
    transform: none;
    z-index: 1;
    align-items: center;
}
.menu {
    display: none;
}
ul.list-btn {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    width: 30%;
    gap: 3%;
    margin-left: 1%;
}
li.btn {
    width: 100%;
}
a.b-btn {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 1vw;
    background-image: linear-gradient(90deg, rgba(192, 155, 81, 1), rgba(218, 185, 118, 1));
    padding: 7% 0;
    border-radius: 100px;
    text-align: center;
    font-weight: 600;
    font-family: Noto Sans JP, sans-serif;
}
a.a-btn {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 1vw;
    background: none;
    padding: 7% 0;
    border-radius: 100px;
    border:solid 1px #fff;
    text-align: center;
    font-weight: 600;
    font-family: Noto Sans JP, sans-serif;
}
.fv {
    background-image: url(../img/fv.jpg);
    background-size: cover;
    height: 50vw;
    position: relative;
    width: 100%;
}
h1.fv-ttl {
    font-family: YuMincho,"Hiragino Mincho ProN",serif;
    font-weight: normal;
    font-size: 1.5vw;
    color: #fff;
    position: absolute;
    top: 23%;
    left: 5%;
    letter-spacing: 0.2rem;
    z-index: 1;
}
h1.fv-sub-ttl {
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
    font-weight: normal;
    font-size: 3.2vw;
    color: #fff;
    position: absolute;
    top: 25%;
    left: 5%;
    letter-spacing: 0.2rem;
    z-index: 1;
    line-height: 1.5;
}
p.fv-txt {
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 37%;
    left: 5%;
    letter-spacing: 0.2rem;
    z-index: 1;
    line-height: 1.8;
    font-size: 1.4vw;
}
p.sub-title {
    font-size: 1.3vw;
    font-weight: bold;
    color: #333333;
    line-height: 1.5;
    position: absolute;
    top: 36%;
    left: 10%;
}
.strong-box01 {
    display: flex;
    width: 14%;
    position: absolute;
    left: 50%;
    bottom: 13%;
}
img.strong{
    padding: 0 5%;
}

img.fv-item {
    width: 30%;
    position: absolute;
    top: 49%;
    left: 4%;
}

img.fv-check01 {
    width: 2%;
    position: absolute;
    top: 18%;
    left: 22.5%;
}
img.fv-check02 {
    width: 2%;
    position: absolute;
    top: 18%;
    left: 33.5%;
}
a.header-logo {
    width: 12%;
}
.fv-btn {
    position: absolute;
    bottom: 13%;
    left: 5%;
    display: flex;
    gap: 2%;
    width: 95%;
}
.fv-btn01 {
    position: relative;
    background: #fff;
    padding: 1.5% 2% 1.3%;
    border-radius: 100px;
    width: 20%;
    text-align: center;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2);
    font-weight: 600;
    font-family: Noto Sans JP, sans-serif;
}
.fv-btn02 {
    position: relative;
    background: #fff;
    padding: 1.5% 2% 1.3%;
    border-radius: 100px;
    width: 20%;
    text-align: center;
    background-image: linear-gradient(90deg, rgba(192, 155, 81, 1), rgba(218, 185, 118, 1));
    color: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2);
    font-weight: 600;
    font-family: Noto Sans JP, sans-serif;
}
span.fv-btn01-top {
    position: absolute;
    top: -20px;
    left: 50%;
    padding: 2.5% 10% 2.8%;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: .8125rem;
    white-space: nowrap;
    background-color: #152337;
    transform: translateX(-50%);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2);
}
span.fv-btn02-top {
    position: absolute;
    top: -20px;
    left: 50%;
    padding: 2.5% 10% 2.8%;
    border-radius: 100px;
    text-align: center;
    color: #152337;
    font-size: .8125rem;
    white-space: nowrap;
    background-color: #fff;
    transform: translateX(-50%);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2);
    letter-spacing: 0.08rem;
}
div#worry {
    background-image: linear-gradient(0deg, #1f2124, #32353a);
    padding: 7% 10%;
}
p.large-ttl {
    color: #fff;
    text-align: center;
    font-size: 2vw;
    line-height: 1.5;
}
span.large-ttl {
    font-size: 2.3vw;
}
h2 {
    text-align: center;
    color: #fff;
    font-size: 2vw;
    position: relative;
    line-height: 1.5;
}
p.rubi {
    font-family: "Copperplate";
    position: absolute;
    color: #d9b774;
    left: 34%;
    top: -100%;
    opacity: 0.3;
    font-size: 4vw;
}
.worry-column {
    display: flex;
    padding: 5% 0 0;
    justify-content:center;
    gap: 2%;
}
.worry-item {
    width: 35%;
    padding: 1%;
    color: #fff;
    background-image: linear-gradient(0deg, #212121, #313131);
    border-left: solid 3px #847e71;
    box-shadow: 0px 5px 12px 2px rgb(29 29 29 / 70%);
}
ul.worry-txt {
    font-family: Noto Sans JP, sans-serif;
    font-size: 0.7vw;
    padding: 3% 0;
    font-weight: 100;
    line-height: 1.5;
}
p.worry-ttl {
    font-size: 1vw;
    border-bottom: solid 1px #ddccab;
    padding-bottom: 4%;
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
    gap: 5%;
    align-items: center;
}
p.worry-ttl::before {
    content: "";
    background-image: url(../img/check01.png);
    background-size: cover;
    display: block;
    width: 25px;
    height: 25px;
}
li.worry-txt {
    padding: 8px;
    border-bottom: solid 0.3px #ffffff59;
}
li.worry-txt:last-child {
    border-bottom: none;
}
p.worry-txt02 {
    font-size: 1.3vw;
    color: #fff;
    text-align: center;
    padding: 5% 0 2%;
    line-height: 1.5;
}
p.worry-txt03 {
    font-size: 1.8vw;
    color: #fff;
    text-align: center;
}
div#solve{
    background: url(../img/solve-back.png);
    background-size: cover;
    padding: 5% 0 7%;
}
img.arrow {
    width: 7%;
    margin: 0 auto;
    display: block;
    padding-bottom: 3%;
}
p.solve-txt01 {
    text-align: center;
    font-size: 1.7vw;
    line-height: 1.5;
}
p.solve-txt02 {
    font-size: 1.7vw;
    text-align: center;
    padding-top: 2%;
}
p.solve-txt03 {
    text-align: center;
    font-size: 1.8vw;
    padding-top: 1%;
}
span.gold-txt-large {
    color: #a78b54;
    font-size: 2vw;
    border-bottom: solid 1px;
    padding-bottom: 0.8%;
}
span.gold-back {
    color: #fff;
    background-image: url(../img/gold-back.png);
    background-size: cover;
    padding: 1%;
    margin: 0% 0.5%;
}
p.solve-txt02 {
    font-size: 1.7vw;
    text-align: center;
    padding: 3% 0 0.7%;
}
div#solution{
    background: url(../img/solution-back.png);
    background-size: cover;
    padding: 10% 15% 7%;
}
h3 {
    color: #fff;
    text-align: center;
    padding: 3% 0 0;
    line-height: 1.5;
}
.solution-column {
    display: flex;
    position: relative;
    padding-top: 5%;
}
p.solution-ttl {
    color: #fff;
    text-align: center;
    padding: 10% 0 8%;
    line-height: 1.5;
    height: 9vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.solution-txt {
    font-family: Noto Sans JP, sans-serif;
    color: #fff;
    font-size: 0.9vw;
    font-weight: 100;
    line-height: 1.5;
}
p.solution-number {
    font-family: "Copperplate";
    position: absolute;
    color: #d9b774;
    font-size: 3vw;
    top: 4%;
    font-weight: 100;
}
img.solution-icon {
    width: 70%;
    margin: 0 auto;
    display: block;
    padding-top: 550%;
}
.solution-item {
    width: 100%;
}
p.solutiom-txt02 {
    text-align: center;
    color: #fff;
    padding: 7% 0 13%;
    line-height: 1.8;
    font-size: 1.7vw;
    background-image: url(../img/circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 5% 0;
}
img.figure {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.value-box {
    padding: 5%;
    background-image: linear-gradient(0deg, #2d2d2d, #383838);
    margin: 10% 0 0;
    position: relative;
    border: solid 1px #fff;
    box-shadow: 0px 0px 20px 10px rgba(254, 254, 254, 0.2);
}
p.value-ttl {
    position: absolute;
    background: #a78b54;
    padding: 1.5% 4%;
    color: #fff;
    font-size: 1.5vw;
    left: 40%;
    top: -10%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2);
}
p.value-txt01 {
    background: #ededed;
    padding: 2%;
    text-align: center;
    line-height: 1.5;
    font-size: 1.2vw;
    font-weight: 600;
}
p.value-txt02 {
    color: #fff;
    padding: 3% 0 0;
    text-align: center;
    line-height: 1.8;
    font-size: 1.3vw;
}
span.value-large-txt {
    font-size: 1.8vw;
    border-bottom: solid 1px #fff;
    padding-bottom: 1%;
}
.outsourcing{
    background: url(../img/outsourcing-back.png);
    background-size: cover;
    padding: 7% 0;
}
p.outsourcing-txt01 {
    text-align: center;
    color: #fff;
    font-size: 2vw;
    line-height: 1.5;
}
.outsourcing-column {
    display: flex;
    padding: 5% 10% 3%;
    gap: 10%;
}
.outsourcing-item {
    position: relative;
}
p.outsourcing-ttl {
    position: absolute;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(0deg, #1c1c1c, #111111);
    padding: 2%;
    top: -7%;
    left: 20%;
    font-size: 1.3vw;
    font-weight: 100;
}
p.outsourcing-txt02 {
    background: #fff;
    text-align: center;
    padding: 0.5% 0;
    font-size: 1.8vw;
    width: 50%;
    margin: 0 auto 2%;
}
p.outsourcing-txt03 {
    background: #a78b54;
    text-align: center;
    color: #fff;
    font-size: 2vw;
    padding: 0.5% 0;
    width: 51%;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 5px rgba(254, 254, 254, 0.2);
    line-height: 1.5;
}
img.outsourcing-img {
    box-shadow: 0px 0px 20px 10px rgb(40 40 40 / 70%);
}
p.outsourcing-ttl2 {
    color: #fff;
    padding: 5% 0;
    line-height: 1.5;
    font-size: 1.3vw;
    text-align: center;
}
div#qrcode-dm {
    background: #363636;
    padding: 7% 10%;
}
.Response {
    position: relative;
    background: #2e2e2f;
    color: #fff;
    width: 20%;
    margin: 0 auto;
    text-align: center;
    font-size: 2.8vw;
    border: solid 1px #fff;
    padding: 2.5% 0 1.5%;
    margin-top: 5%;
    box-shadow: 0px 0px 20px 10px rgba(254, 254, 254, 0.2);
}
p.rate {
    position: absolute;
    font-size: 1.3vw;
    background: #a78b54;
    top: -16%;
    padding: 2% 4%;
    left: 10%;
}
span.rate-small {
    font-size: 2vw;
}
.qrcode-column {
    display: flex;
    justify-content: center;
    padding: 5% 5% 10%;
    align-items: center;
    gap: 1%;
}
.qrcode-item {
    background: #fff;
    width: 24%;
    height: 25vw;
    padding: 3% 2%;
    box-shadow: 6px 6px 10px 10px rgba(42, 42, 42, 0.4);
    outline: 10px solid rgb(255 255 255);
    border: solid 1px #707070;
}
p.qrcode-ttl {
    text-align: center;
    font-size: 1.1vw;
}
img.qrcode-img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
p.qrcode-txt {
    font-family: Noto Sans JP, sans-serif;
    text-align: center;
    font-size: 0.8vw;
    line-height: 1.5;
    font-weight: 400;
    color: #5A5A5A;
}
img.qrcode-icon {
    width: 20%;
    display: block;
    margin: 0 auto;
}

p.merit {
    text-align: center;
    color: #fff;
    font-size: 2vw;
    padding: 3% 0;
}
.merit-column {
    display: flex;
    justify-content: center;
    padding: 3% 10% 0;
    gap:2%;
}
.merit-item {
    width: 30%;
}
p.merit-number {
    font-family: "Copperplate";
    font-size: 1vw;
    color: #a78b54;
    padding-bottom: 3%;
    font-weight: 100;
}
p.merit-ttl {
    color: #fff;
    padding-bottom: 5%;
    font-size: 1.3vw;
}
p.merit-txt {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 0.9vw;
    line-height: 1.5;
}
div#cta {
    background: #f5f5f5;
    padding: 7% 10%;
    position: relative;
}
p.usually-txt01 {
    text-align: center;
    font-size: 1.8vw;
    line-height: 1.5;
}
.usually-column {
    display: flex;
    justify-content: center;
    gap: 3%;
    padding: 3% 0px;
}
.usually-item {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 400;
    padding: 2%;
    width: 20%;
    text-align: center;
    background: url(../img/usually-back.png);
}
.usually-item {
    padding: 1.5%;
    width: 17%;
    background: url(../img/usually-back.png);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1vw;
    line-height: 1.5;
}
p.usually-txt02 {
    text-align: center;
    line-height: 1.8;
    font-size: 1.6vw;
}
.trial {
    background-image: url(../img/trial-back.png);
    background-size: cover;
    height: 29vw;
    width: 71%;
    margin: 3% auto;
    position: relative;
}
p.trial-ttl {
    font-size: 2vw;
    text-align: center;
    background-image: linear-gradient(0deg, #dab976, #c09b51);
    padding: 1%;
    width: 62%;
    color: #fff;
    position: absolute;
    left: 19%;
    top: 15%;
}
.trial-box {
    background: #f5f5f5;
    width: 60%;
    margin: 0 auto;
    padding: 3%;
    text-align: center;
    line-height: 1.5;
    top: 33%;
    left: 20%;
    position: absolute;
}
.trial-list{
    display: flex;
    justify-content: center;
}
.trial-list::before {
    content: "";
    width: 15px;
    height: 12px;
    background-image: url(../img/check02.png);
    background-size: cover;
    margin: 1.5% 3% 1% 0;
}
.trial-txt01 {
    text-align: center;
    font-size: 1.3vw;
    position: absolute;
    bottom: 24%;
    left: 17%;
}
p.trial-txt02 {
    text-align: center;
    padding-top: 1%;
    font-size: 1.1vw;
    font-weight: 300;
    position: absolute;
    bottom: 17%;
    left: 13%;
}
.trial-circle {
    background: #152337;
    color: #fff;
    width: 14%;
    height: 8vw;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 1.3vw;
    line-height: 1.2;
}
img.arrow01 {
    width: 10%;
    margin: 0 auto 5%;
    display: block;
}
p.trial-txt03 {
    text-align: center;
    font-size: 1.3vw;
    padding-top: 2%;
    line-height: 1.5;
}
/* 全体ラッパー */
.cta-wrapper {
  max-width: 960px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #000;
}

/* 共通ボックス */
.cta-box {
  flex: 1 1 45%;
  border-radius: 12px;
  padding: 30px 20px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0px 0px 10px 5px rgb(164 164 164 / 20%);
}

/* バッジ */
.cta-badge-new {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #cc3535;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 20px;
    border: solid 2px #cc3535;
    letter-spacing: 0.08rem;
}

.cta-badge-download {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #233859;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 20px;
    border: solid 2px #233859;
    letter-spacing: 0.08rem;
}

/* タイトル */
.cta-box-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  color: #000;
}

/* グレーラベル */
.cta-label-new01 {
    display: inline-block;
    background-image: linear-gradient(90deg, rgba(192, 155, 81, 1), rgba(218, 185, 118, 1));
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 15px 0;
    border-radius: 200px;
    margin: 0 auto 20px;
    text-align: center;
    width: 70%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2);
}

.cta-label-new02 {
    display: inline-block;
    background-color: #233859;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 15px 0;
    border-radius: 200px;
    margin: 0 auto 20px;
    text-align: center;
    width: 70%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2);
}

/* リスト */
.cta-box ul {
    margin: 0 auto;
    text-align: center;
}
.cta-box ul li {
  font-size: 0.9rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

/* 電話番号ボックス */
.cta-phone-box {
  text-align: center;
  margin-top: 40px;
}
.cta-phone-link {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 15px 25px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  width: 35%;
}
.cta-time {
  font-size: 0.85rem;
  color: #555;
  margin-top: 5px;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .cta-wrapper {
    flex-direction: column;
  }
  .cta-box {
    flex: 1 1 100%;
  }
}

.cta-btn01 {
    position: relative;
    background: #fff;
    padding: 2.3% 0 1.5%;
    border-radius: 100px;
    width: 27%;
    text-align: center;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    font-size: 1.3vw;
    font-weight: 600;
}
.cta-btn02 {
    position: relative;
    background: #fff;
    padding: 2.3% 0 1.5%;
    border-radius: 100px;
    width: 27%;
    text-align: center;
    background-image: linear-gradient(90deg, rgba(192, 155, 81, 1), rgba(218, 185, 118, 1));
    color: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2);
    font-size: 1.3vw;
    font-weight: 600;
}
.cta-btn04 {
    position: relative;
    background: #fff;
    padding: 2.3% 0 1.5%;
    border-radius: 100px;
    width: 30%;
    text-align: center;
    background-image: linear-gradient(90deg, #04b69f,#03c3aa);
    color: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2);
    font-size: 1.3vw;
    font-weight: 600;
    margin: 0 auto;
    font-family: "Helvetica Neue", Arial, sans-serif;
}
.cta-btn {
    display: flex;
    padding-top: 5%;
    justify-content: center;
    gap: 3%;
}
p.philosophy {
    color: #a78b54;
    text-align: center;
    font-size: 1.6vw;
    background: #ffffffbf;
    padding: 2% 0;
    width: 72%;
    margin: 0 auto 5%;
    box-shadow: 0px 0px 20px 10px rgb(164 164 164 / 20%);
}
div#features {
    padding: 7% 0;
}
h2.left {
    color: #000;
    text-align: left;
    padding: 0 0 0 10%;
    font-size: 3vw;
}
p.rubi-left {
    padding: 1% 0 0 10%;
    color: #d9b774;
    font-family: "Copperplate";
    font-weight: 100;
    font-size: 1.5vw;
}
.features-column {
    display: flex;
    padding: 5% 10% 0 0;
    gap:4%;
}
img.features-img {
    width: 50%;
}
p.features-number{
    color: #d9b774;
    font-family: "Copperplate";
    font-weight: 100;
    font-size: 1.5vw;
    padding-bottom: 4%;
}
p.features-ttl {
    font-size: 1.8vw;
    padding: 0 0 3% 0;
    line-height: 1.5;
}
.features-txt-box {
    border-left: solid 1px #d1d0cf;
    padding: 0 0 0 5%;
}
p.features-txt {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 1.8;
    font-size: 1vw;
}
.case-column {
    display: flex;
    justify-content: center;
    gap: 2%;
    padding: 5% 15%;
}
.case-card {
    width: 30%;
    background:#f0f0f0;
    position: relative;
    padding: 2%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2);
}
p.case-number {
    position: absolute;
    top: -5%;
    color: #d9b774;
    font-family: "Copperplate";
}
p.case-txt {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    font-size: 0.9vw;
}
p.case-ttl {
    padding: 6% 0 3%;
    font-size: 1.3vw;
    line-height: 1.5;
}
p.case-number {
    position: absolute;
    top: -3%;
    color: #d9b774;
    font-family: "Copperplate";
    font-size: 1.5vw;
    font-weight: 100;
}
div#measures {
    background-image: url(../img/measures-back.png);
    background-size: cover;
    padding: 7% 10%;
}
.measures-plan {
    width: 70%;
    margin: 0 auto;
    border: solid 1px #fff;
    position: relative;
}
.measures-column {
    display: flex;
    justify-content: space-between;
    gap: 3%;
    padding: 5% 5% 3%;
}
img.measures-img {
    width: 21%;
}
p.measures-ttl {
    color: #fff;
    font-size: 1.8vw;
}
p.measures-txt01 {
    color: #fff;
    padding: 5% 0;
    line-height: 1.8;
    font-size: 1.1vw;
}
.measures-box {
    background: #414141;
    padding: 3%;
    margin: 0 5% 5%;
}
span.measures-box-txt2 {
    font-size: 1.1vw;
    font-weight: bold;
}
p.measures-box-ttl {
    text-align: center;
    color: #fff;
    padding: 1%;
    background-image: linear-gradient(90deg, rgba(192, 155, 81, 1), rgba(218, 185, 118, 1));
    font-size: 1.1vw;
}
li.measures-box-txt {
    list-style: none;
    padding-bottom: 2%;
}
li.measures-box-txt:last-child {
    padding-bottom: 0;
}
p.measures-txt04 {
    background: #fff;
    padding: 2%;
    width: 50%;
    margin: 1% auto 5%;
    text-align: center;
    font-size: 1.3vw;
    line-height: 1.5;
    box-shadow: 0px 0px 10px 5px rgba(254, 254, 254, 0.2);
}
div.measures-box-txt {
    background: #ffffff;
    padding: 3%;
    text-align: center;
    line-height: 1.5;
    width: 80%;
    margin: 3% auto 0;
    font-size: 1vw;
    position: relative;
}
p.measures-rubi {
    left: 44%;
    z-index: 1;
    padding-top: 0.8%;
    position: absolute;
    color: #d9b774;
    font-family: "Copperplate";
    font-weight: 100;
    font-size: 1.3vw;
}
p.measures-number {
    position: absolute;
    top: -3%;
    background: #232323;
    padding: 0 2%;
    color: #d9b774;
    font-family: "Copperplate";
    font-weight: 100;
    font-size: 1.5vw;
}
p.measures-txt02 {
    color: #fff;
    text-align: center;
    padding: 3% 0;
    line-height: 1.5;
    font-size: 1.5vw;
}
img.arrow02 {
    width: 10%;
    margin: 0 auto 5%;
    display: block;
}
p.measures-txt03 {
    color: #fff;
    text-align: center;
    padding: 2% 0;
    font-size: 1.3vw;
    line-height: 1.5;
}
span.measures-small {
    font-size: 1.2vw;
}
.cta-btn03 {
    position: relative;
    background: #fff;
    padding: 2% 0 1.5%;
    border-radius: 100px;
    width: 30%;
    text-align: center;
    background-image: linear-gradient(90deg, rgba(192, 155, 81, 1), rgba(218, 185, 118, 1));
    color: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2);
    font-size: 1.3vw;
    margin: 3% auto 0;
    font-weight: 600;
    font-family: "Helvetica Neue", Arial, sans-serif;
}
div#comparison {
    padding: 10% 10%;
    background: #f5f5f5;
}
img.comparison-figure {
    padding: 3% 0px;
}
p.comparison-txt01 {
    text-align: center;
    font-size: 1.5vw;
    padding: 2% 0 0 0;
}
p.comparison-txt02 {
    text-align: center;
    font-size: 1.3vw;
    padding: 2% 0;
    line-height: 1.5;
}
p.comparison-txt03 {
    font-size: 1.6vw;
    background: #fff;
    text-align: center;
    padding: 1%;
    margin: 1% auto;
    width: 57%;
    box-shadow: 0px 0px 20px 10px rgb(164 164 164 / 20%);
    line-height: 1.5;
}
p.comparison-txt04 {
    font-size: 1.6vw;
    background: #fff;
    text-align: center;
    padding: 1%;
    margin: 1% auto;
    width: 46%;
    box-shadow: 0px 0px 20px 10px rgb(164 164 164 / 20%);
}
p.Annotation {
    font-size: 0.9vw;
    padding: 1% 0;
    text-align: center;
}
div#flow {
    background: #1f2124;
    padding: 7% 18%;
}
h2.flow {
    text-align: left;
}
span.h2-rubi {
    padding-left: 10%;
    color: #d9b774;
    font-family: "Copperplate";
    font-weight: 100;
    font-size: 1.5vw;
}
h3.flow {
    text-align: left;
    font-size: 1.5vw;
    padding: 2% 0;
}
.flow-column {
    display: flex;
    gap: 3%;
    justify-content: center;
}
p.flow-ttl {
    color: #fff;
    font-size: 1.3vw;
}
p.flow-txt {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 300;
    color: #fff;
    padding: 3% 0 0;
    font-size: 1vw;
    line-height: 1.8;
}
.flow-item {
    border-left: solid 0.5px #fff;
    padding-left: 5%;
    margin: 10% 0 14%;
    width: 80%;
}
.flow-box {
    width:50%;
}
span.flow-number {
    font-size: 1vw;
    padding-right: 5%;
    color: #d9b774;
    font-family: "Copperplate";
    font-weight: 100;
}
img.flow-img {
    width: 20%;
}
div#faq {
    background: #1f2124;
    padding: 7% 20%;
}
.faq-box {
    border-top: solid 0.3px #fff;
    padding: 5%;
    color: #fff;
}
.faq-wrap {
    padding-top: 7%;
}
p.faq-ttl {
    font-size: 1.2vw;
    padding-bottom: 3%;
    display: flex
;
    align-items: center;
    line-height: 1.5;
}
p.faq-txt {
    font-size: 1vw;
    line-height: 1.8;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 300;
}
span.Q {
    font-size: 2vw;
    padding-right: 3%;
    color: #d9b774;
    font-family: "Copperplate";
    font-weight: 100;
}
p.trial-price {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500;
    font-size: 2vw;
    text-align: center;
    position: absolute;
    left: 38%;
    top: 28%;
    border-bottom: solid 1px #000;
    padding-bottom: 1%;
    letter-spacing: 0.2rem;
}
p.trial-ttl02 {
    font-size: 2vw;
    text-align: center;
    background-image: linear-gradient(0deg, #dab976, #c09b51);
    padding: 1%;
    width: 62%;
    color: #fff;
    position: absolute;
    left: 19%;
    top: 15%;
}
.trial-box02 {
    background: #f5f5f5;
    width: 60%;
    margin: 0 auto;
    padding: 3%;
    text-align: center;
    line-height: 1.5;
    top: 47%;
    left: 20%;
    position: absolute;
}
.trial-txt04 {
    text-align: center;
    font-size: 1.5vw;
    position: absolute;
    bottom: 13%;
    left: 11%;
}
p.trial-txt05 {
    text-align: center;
    padding-top: 1%;
    font-size: 1vw;
    font-weight: 300;
    position: absolute;
    bottom: 8%;
    left: 31%;
}
.trial02 {
    background-image: url(../img/trial02-back.png);
    background-size: cover;
    height: 34vw;
    width: 71%;
    margin: 3% auto;
    position: relative;
}
span.price-large {
    font-family: Noto Sans JP, sans-serif;
    font-size: 4vw;
    color: #d9b774;
}
div#contact {
    padding: 10%;
}
.p-form__table p {
    font-family: Noto Sans JP, sans-serif;
    display: flex;
    position: relative;
    flex: 1;
    align-items: center;
    padding-left: 3rem;
    font-size: 0.9rem;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-bottom: 0.75rem;
}

.p-form__table p .required {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 3px;
    background: #DF0000;
    padding: 0.267rem 0.5rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0em;
}

.p-form__table input, .p-form__table textarea {
    font-family: Noto Sans JP, sans-serif;
    outline: none;
    border: none;
    border-radius: 0.3rem;
    background: #f1f1f1;
    padding: 0.8% 1%;
    width: 100%;
    font-weight: 400;
    font-size: 1vw;
    line-height: 2;
    letter-spacing: 0.04em;
}

.p-form__table {
    position: relative;
    margin: 3% auto;
    padding: 0 20%;
    width: 100%;
}

.p-form__table input[type=submit] {
    border-radius: 2.1875rem;
    background-image: linear-gradient(0deg, #dab976, #c09b51);
    padding: 1.1rem 0;
    width: 35%;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    box-shadow: 2.08px 2.08px 5.21px 0px rgba(37, 50, 144, 0.2);
    display: block;
    margin: 5% auto 0;
}

.row {
    margin-top: 3%;
}

.p-form__table p .any {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 3px;
    background: #8d8d8d;
    padding: 0.267rem 0.5rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0em;
}
#footer{
    background: #1f2124;
    padding: 7% 10% 3%;
}
img.footer-logo {
    width: 8%;
    margin: 0 auto;
    display: block;
}
.footer-column {
    display: flex;
    justify-content: space-between;
}
p.area {
    color: #fff;
    line-height: 1.5;
}
ul.footer-link {
    color: #fff;
    display: flex;
    gap: 8%;
}
.footer-column {
    display: flex;
    justify-content: space-between;
    border-top: solid 0.5px #fff;
    padding-top: 5%;
    margin-top: 5%;
}
p.copy-light {
    text-align: center;
    color: #fff;
    padding-top: 5%;
    font-size: 0.8vw;
    font-family: "Copperplate";
    font-weight: 100;
}
.footer-item {
    width: 38%;
}
.fv-thanks {
    background-image: url(../img/thanks-back.png);
    background-size: cover;
    height: 20vw;
}
h1.thanks-ttl {
    color: #fff;
    position: absolute;
    padding-top: 12.5%;
    left: 31%;
    font-size: 2vw;
}
h1.contact-ttl {
    text-align: center;
    padding: 6% 3% 2%;
    font-size: 1.6vw;
    font-weight: 500;
}
p.contact-txt {
    text-align: center;
    line-height: 1.8;
    font-size: 1.1vw;
    padding-top: 2%;
}
a.g-c-btn.g-c-btn--return {
    text-align: center;
    padding: 1.5%;
    margin: 4% auto 10%;
    border: solid 1px #1f2124;
    width: 20%;
    display: block;
}
.under-line {
    border: solid 0.1px #666;
    width: 15%;
    margin: 0 auto;
}
li.case-list {
    font-size: 0.8vw;
    list-style: none;
    line-height: 1.3;
    padding: 1% 0;
}
p.case-txt {
    background: #333;
    color: #fff;
    padding: 1% 2%;
    font-size: 0.8vw;
    margin: 2% 0;
}
@media screen and (max-width:768px) {
.fv-sp {
    background-image: url(../img/fv-sp.png);
    background-size: cover;
    height: 210vw;
    position: relative;
    width: 100%;
}
img.header-logo {
    width: 30%;
    padding: 3% 3% 1%;
}
h1.fv-ttl {
    font-size: 4vw;
    line-height: 1.5;
    top: 11%;
}
h1.fv-sub-ttl {
    font-size: 7.5vw;
    line-height: 1.6;
    top: 12%;
    font-weight: 500;
}
p.fv-txt {
    top: 25%;
    font-size: 2.8vw;
    width: 90%;
}
img.fv-item {
    width: 67%;
    left: 16%;
    top: 37%;
}
.strong-box01 {
    display: flex;
    width: 31%;
    position: absolute;
    left: 3%;
    bottom: 34%;
}
.fv-btn {
    bottom: 8%;
    display: block;
    left: 18%;
    width: 80%;
}
.fv-btn01 {
    padding: 5% 0 4%;
    width: 80%;
}
.fv-btn02 {
    padding: 5% 0 4%;
    width: 80%;
    margin-bottom: 15%;
}
.burger {
    width: 17%;
    background-image: url(../img/burger.png);
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: fixed;
    z-index: 1;
    overflow: scroll;
    height: 3vh;
    right: 0%;
}
.burger.is-active {
    background-image: url(../img/910_x_h.png);
}

ul.menu_list {
    line-height: 2.5;
    display: block;
    padding: 20% 0 0;
    list-style: none;
    margin: 0;
}

a.menu_list_button {
    font-size: 2vw;
    color: #828282;
}

p.small {
    font-size: 4vw;
    color: #2f2f2f;
    position: relative;
}

li.menu_list {
    margin: 5% 0;
    font-size: 4vw;
    border-bottom: solid 1px #ddd;
    padding: 0 0 5%;
}

li.menu_list:last-child {
    border-bottom:none;
}

.menu1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    display: none;
    width: 100%;
    transform:none;
}

.menu1.is-active {
    display: block;
    background: #fff;
    overflow: auto;
    position: fixed;
    top: 0%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.161);
    height: 100%;
    margin: 0px 0px 0px 36px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 80%;
    left: 11%;
    background: rgba(255, 255, 255, 0.9);
}
div#worry {
    padding: 15% 5%;
}
p.large-ttl {
    font-size: 4vw;
}
span.large-ttl {
    font-size: 4.5vw;
}
p.rubi {
    left: 25%;
    top: -70%;
    font-size: 7vw;
}
h2 {
    font-size: 4.8vw;
}
.worry-column {
    display: block;
    padding: 0;
}
.worry-item {
    width: 90%;
    padding: 5%;
    margin: 5% auto;
    box-shadow: 0px 5px 12px 2px rgb(29 29 29 / 70%);
}
p.worry-ttl {
    font-size: 3vw;
    align-items: center;
}
p.worry-ttl::before {
    width: 20px;
    height: 20px;
}
ul.worry-txt {
    font-size: 2.5vw;
    padding: 3% 0 0;
}
p.worry-txt02 {
    font-size: 3vw;
    padding: 5% 5% 2%;
}
p.worry-txt03 {
    font-size: 4.5vw;
    padding: 2% 0 0;
}
img.arrow {
    width: 15%;
}
p.solve-txt01 {
    font-size: 3.5vw;
    padding: 0 5%;
}
span.gold-txt-large {
    font-size: 4.8vw;
}
p.solve-txt02 {
    font-size: 3vw;
}
p.solve-txt03 {
    font-size: 3.5vw;
    padding-top: 3%;
     line-height: 2;
}
p.outsourcing-ttl2 {
    font-size: 3.3vw;
}
span.gold-back {
    padding: 2%;
    font-size: 4vw;
}
div#solve {
    padding: 8% 0 15%;
}
div#solution {
    padding: 15% 5% 15%;
}
h3 {
    font-size: 2.8vw;
    line-height: 1.8;
    padding: 5% 0 0;
    line-height: 1.5;
}
.solution-column {
    display: block;
    position: relative;
    padding-top: 15%;
}
img.solution-img {
    width: 80%;
    display: block;
    margin: 0 auto;
}
p.solution-number {
    font-size: 10vw;
    top: -4%;
    left: 13%;
    z-index: 1;
}
p.solution-txt {
    font-size: 2.8vw;
    padding: 0 10%;
    line-height: 1.8;
}
p.solution-ttl {
    padding: 18% 0 15%;
}
img.solution-icon {
    width: 15%;
    margin: 8% auto;
    display: block;
    padding: 0;
}
.solution-column {
    position: unset;
}
.solution-item {
    position: relative;
}
p.solutiom-txt02 {
    font-size: 3.8vw;
    margin: 11% 0 10%;
    line-height: 1.8;
    padding: 15% 0 20%;
}
img.figure {
    width: 100%;
}
.value-box {
    padding: 10% 5%;
    padding: 10% 5%;
}
p.value-ttl {
    font-size: 4vw;
    top: -7%;
    left: 37%;
}
p.value-txt01 {
    padding: 3%;
    font-size: 3vw;
    font-weight: 600;
}
p.value-txt02 {
    font-size: 3vw;
    line-height: 1.5;
    padding: 5% 0 0;
}
span.value-large-txt {
    font-size: 3.5vw;   
}
.outsourcing {
    padding: 15% 5%;
}
p.outsourcing-txt01 {
    font-size: 4vw;
}
.outsourcing-column {
    display: block;
    padding: 10% 5% 0%;
}
p.outsourcing-ttl {
    top: -7%;
    left: 15%;
    font-size: 3.5vw;
}
.outsourcing-item {
    padding-bottom: 10%;
}
p.outsourcing-txt02 {
    font-size: 4vw;
    width: 70%;
    line-height: 1.5;
    font-weight: 600;
    padding: 2% 0;
}
p.outsourcing-txt03 {
    font-size: 4.5vw;
    padding: 2%;
    width: 90%;
    margin: 5% auto 0;
    line-height: 1.5;
    font-weight: 600;
}
div#qrcode-dm {
    padding: 15% 5%;
}
.Response {
    width: 50%;
    margin: 10% auto 5%;
    font-size: 9vw;
    padding: 4% 0 2%;
}
span.rate-small {
    font-size: 5vw;
}
p.rate {
    font-size: 3vw;
    top: -18%;
    left: 15%;
    font-weight: 600;
}
.qrcode-column {
    display: block;
    padding: 10% 5% 25%;
}
.qrcode-item {
    width: 85%;
    height: 92vw;
    margin: 0 auto;
    padding: 9% 0;
}
img.qrcode-img {
    width: 80%;
}
p.qrcode-ttl {
    font-size: 3.5vw;
}
p.qrcode-txt {
    font-size: 3vw;
    padding: 0 5%;
}
img.qrcode-icon {
    width: 3%;
    margin: 8% auto;
    transform: rotate(90deg);
}
.merit-column {
    display: block;
    padding: 5% 10% 0;
}
.merit-item {
    width: 100%;
}
p.merit-ttl {
    font-size: 4vw;
}
p.merit-number {
    font-size: 4vw;
    padding: 2% 0 3%;
}
p.merit-txt {
    font-size: 2.8vw;
}
.merit-item {
    width: 100%;
    padding: 5% 0 10%;
}
p.usually-txt01 {
    font-size: 3.5vw;
}
.usually-column {
    padding: 10% 0px;
    gap: 2%;
}
div#cta {
    padding: 15% 5%;
}
.usually-item {
    width: 32%;
    font-size: 2.2vw;
}
p.usually-txt02 {
    font-size: 3.5vw;
    font-weight: 600;
}
span.gold-txt-large {
    font-size: 4.5vw;
}
.trial {
    background-image: url(../img/trial-back-sp.png);
    height: 85vw;
    width: 100%;
    margin: 10% 0 10%;
}
.trial-circle {
    width: 19%;
    height: 17vw;
    font-size: 3vw;
    top: -4%;
    font-weight: 600;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        line-height: 1.2;
}
p.trial-ttl {
    font-size: 4.5vw;
    width: 61%;
    left: 21%;
    top: 10%;
    padding: 2% 0;
    font-weight: 600;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        line-height: 1.3;
}
.trial-box {
    background: #f5f5f5;
    width: 90%;
    margin: 0 auto;
    padding: 3%;
    text-align: center;
    line-height: 1.5;
    top: 34%;
    left: 5%;
    position: absolute;
    font-size: 3vw;
}
.trial-txt01 {
    text-align: center;
    font-size: 3.5vw;
    position: absolute;
    bottom:22%;
    left: 13%;
    line-height: 1.5;
    font-weight: 600;
}
p.trial-txt02 {
    bottom: 8%;
    left: 18%;
    font-size: 3vw;
    line-height: 1.5;
}
/* CTA 全体 */
.cta-section {
    background: #fff;
    padding: 5% 5% 8%;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    max-width: 960px;
    margin: 5% auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.cta-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
    line-height: 1.6;
    margin-bottom: 1.5em;
}
.cta-sub {
    font-size: 0.95rem;
    font-weight: normal;
    color: #444;
}

/* ボックス全体 */
.cta-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 2em;
}

/* 各ボックス */
.cta-btn01, .cta-btn02 {
    flex: 1 1 45%;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    position: relative;
}

/* バッジ */
.cta-badge {
    position: absolute;
    top: -12px;
    left: 12px;
    background: #f04b4b;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
}

.cta-box-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.cta-box-label {
    display: inline-block;
    background: #555;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: bold;
    margin-bottom: 12px;
}
.cta-btn01 ul, .cta-btn02 ul {
    padding-left: 1.2em;
    margin: 0;
}
.cta-btn01 ul li, .cta-btn02 ul li {
    margin-bottom: 0.5em;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* 電話番号 */
    .cta-btn04 {
        flex: 1 1 100%;
        text-align: center;
        margin-top: 20px;
        padding: 7% 0 5%;
        width: 89%;
        margin-bottom: 5%;
        font-size: 5vw;
    }
.cta-phone a {
    font-size: 1.3rem;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    border: 2px solid #000;
    padding: 10px 20px;
    border-radius: 6px;
    display: inline-block;
    transition: background 0.3s, color 0.3s;
}
.cta-phone a:hover {
    background: #000;
    color: #fff;
}
.cta-phone .phone-icon {
    margin-right: 6px;
}
.cta-time {
    font-size: 0.85rem;
    color: #666;
    margin-top: 0.5em;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .cta-btn {
        flex-direction: column;
    }
    .cta-btn01, .cta-btn02 {
        flex: 1 1 100%;
    }
    .cta-title {
        font-size: 1.2rem;
    }
}

div#features {
    padding: 10% 5%;
}
h2.left {
    font-size: 7vw;
    padding: 0 0 0 5%;
}
p.rubi-left {
    font-size: 4vw;
    padding: 1% 0 0 5%;
}
.features-column {
    display: block;
    padding: 10% 5% 0 0;
}
img.features-img {
    width: 100%;
}
p.features-number {
    font-size: 3vw;
    padding: 5% 0 3%;
}
p.features-ttl {
    font-size: 3.8vw;
    padding: 0 0 3% 0;
}
p.features-txt {
    font-size: 2.5vw;
}
.case-column {
    display: block;
    padding: 0 5% 10%;
}
.case-card {
    width: 100%;
    padding: 5%;
    margin: 15% 0;
}
p.case-number {
    top: -3%;
    font-size: 6vw;
}
p.case-ttl {
    padding: 7% 0 3%;
    font-size: 4.5vw;
}
li.case-list {
    font-size: 3vw;
}
p.case-txt {
    font-size: 3vw;
}
div#measures {
    padding: 15% 5%;
}
.measures-plan {
    width: 100%;
    margin: 0 auto;
    border: solid 1px #fff;
    position: relative;
}
p.measures-number {
    top: -3%;
    font-size: 3vw;
    font-weight: 600;
}
img.measures-img {
    width: 24%;
    height: 19vw;
}
p.measures-ttl {
    font-size: 3.2vw;
}
p.measures-txt01 {
    font-size: 2.8vw;
}
p.measures-box-ttl {
    font-size: 3.3vw;
    line-height: 1.5;
    font-weight: 600;
    padding: 2% 0;
}
p.measures-box-txt {
    line-height: 1.5;
    margin: 3% auto 0;
    font-size: 2.3vw;
    width: 100%;
    font-weight: 600;
    padding: 5% 0;
}
li.measures-box-txt {
    font-size: 2.5vw;
    margin: 0 auto;
}
p.measures-rubi {
    left: 43%;
    z-index: 1;
    padding-top: 1%;
    position: absolute;
    color: #d9b774;
    font-family: "Copperplate";
    font-weight: 100;
    font-size: 2.5vw;
}
p.measures-txt04 {
    font-size: 3vw;
    width: 84%;
    margin: 2% auto;
}
div.measures-box-txt {
    width: 100%;
}
span.measures-box-txt2 {
    font-size: 3vw;
}
.measures-box {
    margin: 0 3% 5%;
}
p.measures-txt02 {
    padding: 7% 0;
    line-height: 1.5;
    font-size: 3vw;
    font-weight: 600;
}
img.arrow02 {
    width: 20%;
    margin: 0 auto 10%;
    display: block;
}
p.measures-txt03 {
    padding: 5% 0 5%;
    font-size: 3vw;
    line-height: 1.5;
}
span.measures-small {
    font-size: 2.5vw;
}
.cta-btn03{
    padding: 6% 0 4%;
    width: 80%;
    font-size: 4vw;
    margin: 15% auto 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
}
div#comparison {
    padding: 15% 5%;
}
p.Annotation {
    font-size: 3vw;
    padding: 1% 5%;
    text-align: center;
    line-height: 1.5;
}
p.comparison-txt01 {
    font-size: 3.5vw;
    padding-top: 3%;
    line-height: 1.5;
}
p.comparison-txt02 {
    font-size: 3.5vw;
    padding: 5% 0;
    font-weight: 600;
}
p.comparison-txt03 {
    font-size: 3.8vw;
    width: auto;
    line-height: 1.5;
    padding: 2% 0;
}
p.comparison-txt04 {
    font-size: 4vw;
    margin: 3% auto 0;
    width: auto;
    padding: 2% 0;
}
div#flow {
    background: #1f2124;
    padding: 15% 5%;
}
h2.flow {
    text-align: left;
    font-size: 4vw;
}
span.h2-rubi {
    padding-left: 3%;
    font-size: 2vw;
}
h3.flow {
    font-size: 3.5vw;
    padding: 2% 0 5%;
}
p.flow-ttl {
    color: #fff;
    font-size: 3vw;
}
span.flow-number {
    font-size: 3vw;
}
.flow-box {
    width: 68%;
}
p.flow-txt {
    font-size: 2.3vw;
}
.flow-item {
    width: 100%;
}
img.flow-img {
    width: 29%;
}
div#faq {
    padding: 10% 5%;
}
p.faq-ttl {
    font-size: 3vw;
    align-items: flex-start;
    line-height: 1.8;
}
span.Q {
    font-size: 3vw;
}
p.faq-txt {
    font-size: 2.5vw;
}
.trial02{
    background-image: url(../img/trial-back-sp.png);
    height: 83vw;
    width: 100%;
    margin: 5% 0 10%;
}
p.trial-ttl02 {
    font-size: 4.5vw;
    width: 61%;
    left: 21%;
    top: 10%;
    padding: 2% 0;
}
.trial-box02 {
    background: #f5f5f5;
    width: 90%;
    margin: 0 auto;
    padding: 3%;
    text-align: center;
    line-height: 1.5;
    top: 34%;
    left: 5%;
    position: absolute;
    font-size: 3vw;
    font-weight: 600;
}
.trial-txt04 {
    text-align: center;
    font-size: 3.5vw;
    position: absolute;
    bottom:22%;
    left: 11%;
    line-height: 1.5;
    font-weight: 600;
}
p.trial-txt05 {
    bottom: 8%;
    left: 12%;
    font-size: 3vw;
    line-height: 1.5;
}
.trial02 {
    background-image: url(../img/trial-back-sp2.png);
    height: 95vw;
    width: 100%;
    margin: 5% 0 10%;
}
span.price-large {
    font-size: 7vw;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        line-height: 1.3;
        font-weight: bold;
}
p.trial-price {
    font-size: 4vw;
    left: 36%;
    top: 29%;
    letter-spacing: 0.1rem;
}
.p-form__table {
    margin: 10% auto;
    padding: 0;
}
.p-form__table p {
    font-size: 0.8rem;
}
.p-form__table input, .p-form__table textarea {
    padding: 2%;
    font-size: 3vw;
}
.row {
    margin-top: 6%;
}
.p-form__table input[type=submit] {
    width: 80%;
    margin: 10% auto 0;
}
img.footer-logo {
    width: 20%;
}
#footer {
    padding: 15% 5% 5%;
}
.footer-column {
    display: block;
    padding-top: 5%;
    margin-top: 8%;
}
.footer-item {
    width: 100%;
    padding-top: 10%;
    line-height: 3;
}
p.area {
    text-align: center;
    font-size: 4vw;
}
ul.footer-link {
    display: block;
    text-align: center;
}
p.copy-light {
    padding-top: 5%;
    font-size: 2.5vw;
}
ul.menu_list {
    line-height: 3.5;
    margin: 0 auto;
}
p.philosophy {
    color: #a78b54;
    text-align: center;
    font-size: 4vw;
    background: #ffffffbf;
    padding: 2% 0;
    width: 90%;
    margin: 0 auto 10%;
    box-shadow: 0px 0px 20px 10px rgb(164 164 164 / 20%);
    line-height: 1.5;
}
.fv-thanks {
    height: 40vw;
}
h1.thanks-ttl {
    padding-top: 24%;
    left: 13%;
    font-size: 4vw;
}
h1.contact-ttl {
    padding: 10% 0 5%;
    font-size: 3.8vw;
}
p.contact-txt {
    text-align: center;
    line-height: 1.8;
    font-size: 3vw;
    padding: 4% 5% 0;
}
a.g-c-btn.g-c-btn--return {
    text-align: center;
    padding: 3%;
    margin: 10% auto 20%;
    border: solid 1px #1f2124;
    width: 40%;
    display: block;
    font-size: 3.5vw;
}
div#contact {
    padding: 15% 5%;
}
.scroll {
    overflow: scroll;
}
img.comparison-figure {
    padding: 3% 0px;
    width: 760px;
}
}