@charset "UTF-8";
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,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: normal;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

sup {
  font-size: 0.6em;
  vertical-align: super;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav {
  display: block;
}

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;
}

table,
tr,
th,
td,
caption {
  vertical-align: middle;
  text-align: left;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

textarea {
  vertical-align: top;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 750px;
  color: #2a2a2a;
  font-family:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo,
    sans-serif;
  font-size: min(28 / 750 * 100vw, 28px);
  font-weight: 400;
  -webkit-text-size-adjust: none;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  margin: auto;
  line-height: 1.5;
  box-shadow:
    -10px 0 30px rgba(0, 0, 0, 0.07),
    10px 0 30px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 768px) {
  body {
    max-width: 100%;
    box-shadow: none;
  }
}

a {
  color: #2a2a2a;
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

.txt {
  line-height: 1.6;
}

.colorYellow {
  color: #fffe92;
}

.colorPink {
  color: #d66686;
}

.colorBlue {
  color: #2d82be;
}

.colorGreen {
  color: #5cad8a;
}

.colorOrange {
  color: #e56a10;
}

.colorNavy {
  color: #2a429a;
}

.fontBold {
  font-weight: 700;
}

.marker {
  background: linear-gradient(
    transparent calc(100% - min(14 / 750 * 100vw, 14px)),
    #fffe92 calc(100% - min(14 / 750 * 100vw, 14px))
  );
  padding-bottom: min(4 / 750 * 100vw, 4px);
}

.note {
  font-size: min(20 / 750 * 100vw, 20px);
  color: #2a2a2a;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .note {
    font-size: min(19 / 750 * 100vw, 19px);
  }
}

.header {
  position: relative;
  z-index: 3;
  box-shadow: 2px 3px 13px 0 rgba(0, 0, 0, 0.11);
}
.header__logo {
  width: min(116 / 750 * 100vw, 116px);
  margin: 0;
}
.header .inner {
  padding: min(17 / 750 * 100vw, 17px) min(30 / 750 * 100vw, 30px)
    min(16 / 750 * 100vw, 16px);
}

.mv {
  position: relative;
  height: min(1330 / 750 * 100vw, 1330px);
  background: url("../../business13/img/mv-bg.webp") no-repeat center top;
  background-size: contain;
  padding: min(55 / 750 * 100vw, 55px) min(30 / 750 * 100vw, 30px)
    min(150 / 750 * 100vw, 150px);
  z-index: 2;
}
.mv__cta {
  margin-top: min(692 / 750 * 100vw, 692px);
  text-align: center;
}
.mv__sub {
  font-size: min(45 / 750 * 100vw, 45px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.mv__lead {
  font-size: min(32 / 750 * 100vw, 32px);
  font-weight: 700;
  margin-top: min(25 / 750 * 100vw, 25px);
}
.mv__btn {
  display: block;
  color: #fff;
  width: min(650 / 750 * 100vw, 650px);
  height: min(120 / 750 * 100vw, 120px);
  margin: min(10 / 750 * 100vw, 10px) auto 0;
  font-size: min(35 / 750 * 100vw, 35px);
  font-weight: 700;
  background-image: url("../../business13/img/mv-btn-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  line-height: 3.4;
  box-shadow: 0 7px 11px rgba(57, 57, 57, 0.25);
  border-radius: min(60 / 750 * 100vw, 60px);
}

.problem {
  position: relative;
  z-index: 1;
  margin-top: max(-235 / 750 * 100vw, -235px);
  height: min(1071 / 750 * 100vw, 1071px);
  background: url("../../business13/img/problem-bg.webp") no-repeat center top
    max(-90 / 750 * 100vw, -90px);
  background-size: cover;
}
.problem .inner {
  padding: min(201 / 750 * 100vw, 201px) min(40 / 750 * 100vw, 40px)
    min(60 / 750 * 100vw, 60px);
}
.problem__balloon {
  position: absolute;
  top: min(1361 / 750 * 100vw, 1361px);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: min(439 / 750 * 100vw, 439px);
  z-index: 1;
}
.problem__title-img {
  margin-top: min(50 / 750 * 100vw, 50px);
}
.problem__list {
  width: min(630 / 750 * 100vw, 630px);
  background-color: #fff;
  border-radius: min(20 / 750 * 100vw, 20px);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.11);
  padding: min(30 / 750 * 100vw, 30px) min(20 / 750 * 100vw, 20px);
  margin: min(240 / 750 * 100vw, 240px) auto 0;
}
.problem__item {
  position: relative;
  padding-left: min(50 / 750 * 100vw, 50px);
  font-size: min(26 / 750 * 100vw, 26px);
  line-height: 1.3;
  white-space: nowrap;
}
.problem__item + .problem__item {
  margin-top: min(25 / 750 * 100vw, 25px);
}
.problem__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: min(33 / 750 * 100vw, 33px);
  height: min(32 / 750 * 100vw, 32px);
  background: url("../../business13/img/problem-icon-check.webp") no-repeat
    center center;
  background-size: contain;
}

.fulfill {
  position: relative;
  z-index: 0;
  margin-top: max(-120 / 750 * 100vw, -120px);
  background-color: #fffef0;
}
.fulfill .inner {
  padding: min(175 / 750 * 100vw, 175px) min(30 / 750 * 100vw, 30px)
    min(80 / 750 * 100vw, 80px);
}
.fulfill__pre {
  text-align: center;
  font-size: min(32 / 750 * 100vw, 32px);
  font-weight: 700;
}
.fulfill__ttl {
  text-align: center;
  font-size: min(75 / 750 * 100vw, 75px);
  font-weight: 700;
  color: #d66686;
  line-height: 1.2;
  background: url("../../business13/img/fulfill-figure.webp") no-repeat center
    bottom;
  background-size: min(447 / 750 * 100vw, 447px);
  padding-bottom: min(20 / 750 * 100vw, 20px);
  letter-spacing: -0.05em;
}
.fulfill__anchor-nav {
  width: min(630 / 750 * 100vw, 630px);
  margin: 0 auto min(35 / 750 * 100vw, 35px);
  display: flex;
  flex-direction: column;
  gap: min(16 / 750 * 100vw, 16px);
}
.fulfill__anchor-link {
  display: block;
  background-color: #fff;
  border-radius: min(10 / 750 * 100vw, 10px);
  padding: min(10 / 750 * 100vw, 10px) min(36 / 750 * 100vw, 36px);
  font-size: min(32 / 750 * 100vw, 32px);
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: inherit;
  box-shadow: 0 0 min(10 / 750 * 100vw, 10px) #f4bdcd;
}
.fulfill__anchor-link:nth-child(2) {
  box-shadow: 0 0 min(10 / 750 * 100vw, 10px) #b4cdb3;
}
.fulfill__anchor-link:nth-child(3) {
  box-shadow: 0 0 min(10 / 750 * 100vw, 10px) #f5bc78;
}
.fulfill__block:first-of-type {
  margin-top: min(60 / 750 * 100vw, 60px);
}
.fulfill__block:not(:first-of-type) {
  margin-top: min(70 / 750 * 100vw, 70px);
}
.fulfill__block.block01 .fulfill__card {
  border-color: #f3d3dc;
}
.fulfill__block.block02 .fulfill__card {
  border-color: #b5d2c6;
}
.fulfill__block.block03 .fulfill__card {
  border-color: #f4d6b2;
}
.fulfill__balloon {
  width: min(638 / 750 * 100vw, 638px);
  position: relative;
  margin: 0 auto;
}
.fulfill__balloon-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: min(32 / 750 * 100vw, 32px);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.fulfill__card {
  background-color: #fff;
  border-radius: min(30 / 750 * 100vw, 30px);
  border: min(5 / 750 * 100vw, 5px) solid;
  padding: min(35 / 750 * 100vw, 35px) min(40 / 750 * 100vw, 40px)
    min(40 / 750 * 100vw, 40px);
  margin-top: min(10 / 750 * 100vw, 10px);
}
.fulfill__card + .fulfill__card {
  margin-top: min(40 / 750 * 100vw, 40px);
}
.fulfill__card-ttl {
  font-size: min(60 / 750 * 100vw, 60px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.06em;
  white-space: nowrap;
}
.fulfill__card-ttl small {
  font-size: min(45 / 750 * 100vw, 45px);
  font-weight: bold;
}
.fulfill__card-img {
  margin-top: min(50 / 750 * 100vw, 50px);
}
.fulfill__card-txt {
  margin-top: min(50 / 750 * 100vw, 50px);
  letter-spacing: -0.08em;
  text-align: justify;
}
.fulfill__card-note {
  margin-top: min(20 / 750 * 100vw, 20px);
}
.fulfill__card-note li {
  position: relative;
  padding-left: 1.5em;
}
.fulfill__card-note li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.fulfill__card-note li + li {
  margin-top: min(4 / 750 * 100vw, 4px);
}

.needs .inner {
  padding: min(85 / 750 * 100vw, 85px) min(40 / 750 * 100vw, 40px)
    min(140 / 750 * 100vw, 140px);
}
.needs__ttl {
  font-size: min(60 / 750 * 100vw, 60px);
  color: #d66686;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  background: url(../../business13/img/needs-figure.webp) center
    bottom/min(406 / 750 * 100vw, 406px) auto no-repeat;
  padding-bottom: min(35 / 750 * 100vw, 35px);
}
.needs__block {
  display: flex;
  gap: min(90 / 750 * 100vw, 90px);
  margin-top: min(50 / 750 * 100vw, 50px);
}
.needs__card {
  flex: 1;
  border-radius: min(30 / 750 * 100vw, 30px);
  box-shadow: 0 0 10px #f4bdcd;
  padding: min(25 / 750 * 100vw, 25px) min(20 / 750 * 100vw, 20px);
  position: relative;
}
.needs__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(69 / 750 * 100vw, 69px);
  height: min(69 / 750 * 100vw, 69px);
  background: center/contain no-repeat;
  transform: translate(-30%, -30%);
}
.needs__card.card01::before {
  background-image: url(../../business13/img/needs-icon01.webp);
}
.needs__card.card01::after {
  content: "+";
  position: absolute;
  left: 100%;
  top: 50%;
  width: min(90 / 750 * 100vw, 90px);
  transform: translateY(-50%);
  text-align: center;
  color: #d66686;
  font-size: min(72 / 750 * 100vw, 72px);
  font-weight: 700;
  line-height: 1;
}
.needs__card.card02::before {
  background-image: url(../../business13/img/needs-icon02.webp);
}
.needs__card-img {
  width: min(150 / 750 * 100vw, 150px);
  margin: 0 auto;
}
.needs__card-txt {
  font-size: min(25 / 750 * 100vw, 25px);
  line-height: 1.6;
  margin-top: min(16 / 750 * 100vw, 16px);
}
.needs__card-txt small {
  font-size: min(20 / 750 * 100vw, 20px);
}
.needs__unnecessary {
  margin-top: min(40 / 750 * 100vw, 40px);
}

.recommend {
  background-color: #f9e9ed;
  position: relative;
  z-index: 1;
}
.recommend .inner {
  padding: min(85 / 750 * 100vw, 85px) min(40 / 750 * 100vw, 40px)
    min(85 / 750 * 100vw, 85px);
}
.recommend__balloon {
  width: min(570 / 750 * 100vw, 570px);
  margin: max(-130 / 750 * 100vw, -130px) auto min(30 / 750 * 100vw, 30px);
  position: relative;
  z-index: 1;
}
.recommend__ttl {
  font-size: min(75 / 750 * 100vw, 75px);
  color: #d66686;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
.recommend__ttl small {
  font-size: min(45 / 750 * 100vw, 45px);
  font-weight: bold;
}
.recommend__point {
  background-color: #fff;
  border-radius: min(30 / 750 * 100vw, 30px);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.11);
  padding: min(60 / 750 * 100vw, 60px) min(40 / 750 * 100vw, 40px);
  width: min(710 / 750 * 100vw, 710px);
}
.recommend__point--01,
.recommend__point--03 {
  margin-top: min(50 / 750 * 100vw, 50px);
  margin-left: max(-40 / 750 * 100vw, -40px);
  border-radius: 0 min(30 / 750 * 100vw, 30px) min(30 / 750 * 100vw, 30px) 0;
}
.recommend__point--02 {
  margin-top: min(60 / 750 * 100vw, 60px);
  border-radius: min(30 / 750 * 100vw, 30px) 0 0 min(30 / 750 * 100vw, 30px);
}
.recommend__point--03 {
  margin-top: min(60 / 750 * 100vw, 60px);
}
.recommend__point-head {
  display: flex;
  align-items: center;
  gap: min(20 / 750 * 100vw, 20px);
}
.recommend__point-ttl {
  flex: 1;
  font-size: min(42 / 750 * 100vw, 42px);
  font-weight: bold;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.recommend__point-ttl small {
  font-size: min(32 / 750 * 100vw, 32px);
  font-weight: bold;
}
.recommend__num {
  display: block;
  width: min(118 / 750 * 100vw, 118px);
  flex-shrink: 0;
}
.recommend__point-img {
  margin-top: min(20 / 750 * 100vw, 20px);
}
.recommend__point-txt {
  margin-top: min(25 / 750 * 100vw, 25px);
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.recommend__point-note {
  margin-top: min(20 / 750 * 100vw, 20px);
}
.recommend__point-note li {
  position: relative;
  padding-left: 1.5em;
}
.recommend__point-note li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.recommend__point-note li + li {
  margin-top: min(4 / 750 * 100vw, 4px);
}

.owner {
  background-color: #eaf1fc;
}
.owner .inner {
  padding: min(85 / 750 * 100vw, 85px) min(40 / 750 * 100vw, 40px)
    min(85 / 750 * 100vw, 85px);
}
.owner__balloon {
  width: min(536 / 750 * 100vw, 536px);
  margin: 0 auto;
}
.owner__ttl {
  font-size: min(60 / 750 * 100vw, 60px);
  color: #2d82be;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  margin-top: min(18 / 750 * 100vw, 18px);
}
.owner__slider {
  position: relative;
  margin-top: min(30 / 750 * 100vw, 30px);
  margin-left: max(-40 / 750 * 100vw, -40px);
  margin-right: max(-40 / 750 * 100vw, -40px);
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: -10px;
}
.owner__swiper {
  overflow: visible;
}
.owner__swiper .swiper-slide {
  padding: 0 min(40 / 750 * 100vw, 40px);
}
.owner__prev,
.owner__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: min(45 / 750 * 100vw, 45px);
  height: min(45 / 750 * 100vw, 45px);
  cursor: pointer;
}
.owner__prev {
  left: min(18 / 750 * 100vw, 18px);
}
.owner__next {
  right: min(18 / 750 * 100vw, 18px);
}
.owner__card {
  background-color: #fff;
  border-radius: min(20 / 750 * 100vw, 20px);
  overflow: hidden;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.11);
}
.owner__card-body {
  padding: min(30 / 750 * 100vw, 30px) min(30 / 750 * 100vw, 30px);
  letter-spacing: -0.05em;
}
.owner__card-txt {
  line-height: 1.5;
}
.owner__card-name {
  margin-top: min(30 / 750 * 100vw, 30px);
}

.comparison .inner {
  padding: min(75 / 750 * 100vw, 75px) min(40 / 750 * 100vw, 40px)
    min(65 / 750 * 100vw, 65px);
}
.comparison__label {
  text-align: center;
  font-size: min(32 / 750 * 100vw, 32px);
  font-weight: 700;
}
.comparison__ttl {
  text-align: center;
  font-size: min(75 / 750 * 100vw, 75px);
  font-weight: 700;
  color: #d66686;
  background: url("../../business13/img/comparison-figure.webp") no-repeat
    center bottom;
  background-size: contain;
  padding-bottom: min(20 / 750 * 100vw, 20px);
  line-height: 1;
  margin-top: min(10 / 750 * 100vw, 10px);
}
.comparison__lead {
  text-align: center;
  font-size: min(28 / 750 * 100vw, 28px);
  font-weight: 700;
  margin-top: min(35 / 750 * 100vw, 35px);
}
.comparison__table-scroll {
  overflow-x: auto;
  margin-top: min(30 / 750 * 100vw, 30px);
  margin-right: max(-40 / 750 * 100vw, -40px);
  padding-right: min(40 / 750 * 100vw, 40px);
}

/* .comparison__table-img {
  width: min(810 / 750 * 100vw, 810px);
} */

/* 変数business_hikaku_2からコピペ */
.table {
  border-collapse: separate;
  text-align: center;
  font-size: 16px;
  color: #707070;
  width: 100%;
}
.table .txt-number {
  font-size: 112.5%;
  font-weight: 700;
}
.txt-number span {
  font-weight: 700;
}
.table th {
  padding: 16px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #00519f;
  background-color: #ecf3fd;
}
.table td {
  font-weight: 600;
  text-align: center;
}
.table .table__strong {
  color: #f75133;
  font-size: 18px;
  border-left: solid 5px #f75133;
  border-right: solid 5px #f75133;
}
.table .table__thead th {
  padding: 0;
  height: 60px;
}
.table .table__thead th + th:not(.table__strong) {
  border-left: solid 2px #fff;
}
.table .table__thead .table__thead__margin th {
  height: 10px;
  background-color: transparent;
}
.table .table__thead th.table__strong {
  font-size: 20px;
  color: #fff;
  background-color: #f75133;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .table .table__thead th.table__strong {
    padding-bottom: 0;
  }
}
.table .table__thead th.table__strong + th {
  border-left: none;
}
.table .table__thead tr:not(:first-of-type) {
  box-shadow: 0px 3px 6px rgba(166, 166, 166, 0.14);
}
.table .table__thead th:first-of-type {
  border-radius: 10px 0 0 0;
}
.table .table__thead th:last-of-type {
  border-radius: 0 10px 0 0;
}
.table .table__thead .table__thead__margin th.table__strong {
  border-left: none;
  border-radius: 10px 10px 0 0;
}
.table .table__tbody th {
  border-top: solid 2px #fff;
}
.table .table__tbody td {
  background-color: #fff;
  position: relative;
}
.table .table__tbody td + td:not(.table__strong) {
  border-left: solid 2px #f5f7f8;
}
.table .table__tbody td.table__strong {
  background-color: #fff;
  line-height: 1.2;
}
.table .table__tbody td.table__strong + td {
  border-left: none;
}
.table .table__tbody td.table__strong.addmargin {
  padding: 15px 3px;
}
@media screen and (max-width: 768px) {
  .table .table__tbody td.table__strong.addmargin {
    padding: 10px 2px;
  }
}
.table .table__tbody td.table__strong.addmargin sup {
  font-size: 8px;
}
.table .table__tbody td.table__strong.addmargin .table__note {
  margin-top: 3px;
  display: block;
  font-size: 11px;
}
.table .table__tbody td {
  background-color: #fff;
  position: relative;
}
.table .table__tbody td .number-one {
  display: block;
  position: relative;
  width: 100%;
}
.table .table__tbody td .number-one__bg {
  display: none;
}
.table .table__tbody td .number-one__label {
  position: absolute;
  left: 50%;
  top: -25px;
  padding: 4px 3px 4px 5px;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  border-radius: 3px;
  background-color: #ffcd45;
  transform: rotate(0) translateX(-50%);
  white-space: nowrap;
}
.table .table__tbody td .number-one__label::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffcd45 transparent transparent transparent;
  border-width: 4px 3px 0;
  transform: translateX(-50%);
}
.table .table__tbody tr:not(:first-of-type):not(:last-of-type) td {
  position: relative;
}
.table .table__tbody tr:not(:first-of-type):not(:last-of-type) td::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #f5f7f8;
}
.table .table__tbody tr:not(:last-of-type) {
  box-shadow: 0px 3px 6px rgba(166, 166, 166, 0.14);
}
.table .table__tbody tr:nth-last-of-type(2) {
  border-radius: 0 0 10px 10px;
}
.table .table__tbody tr:nth-last-of-type(2) th {
  border-radius: 0 0 0 10px;
}
.table .table__tbody tr:nth-last-of-type(2) td:last-of-type {
  border-radius: 0 0 10px 0;
}
.table .table__tbody__margin td {
  height: 10px;
  background-color: transparent;
}
.table .table__tbody__margin td.table__strong {
  border-bottom: solid 5px #f75133;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.table .table__tbody__margin td:not(.table__strong) {
  border: none;
}

@media screen and (max-width: 768px) {
  .table {
    font-size: 10px;
  }
  .table .table__thead th {
    font-size: 14px;
  }
  .table .table__thead th.table__strong {
    font-size: 14px;
    vertical-align: middle;
  }
  .table .table__thead__margin th {
    height: 5px;
  }
  .table .table__tbody th {
    padding: 0;
    height: 50px;
    font-size: 12px;
  }
  .table .table__tbody__margin td {
    height: 5px;
  }
  .table .table__tbody__margin td.table__strong {
    border-bottom: solid 2px #f75133;
  }
  .table .table__strong {
    font-size: 12px;
    line-height: 1.4;
    border-left: solid 2px #f75133;
    border-right: solid 2px #f75133;
  }
  .table .table__note {
    margin-top: -2px;
    font-size: 10px;
    line-height: 1.2;
  }
}

.comparison__note {
  margin-top: min(40 / 750 * 100vw, 40px);
}
.comparison__note p {
  padding-left: 3em;
  text-indent: -3em;
}
.comparison__note p + p {
  margin-top: min(4 / 750 * 100vw, 4px);
}

.faq {
  position: relative;
  background-color: #ec8da8;
}
.faq .inner {
  padding: min(85 / 750 * 100vw, 85px) min(40 / 750 * 100vw, 40px)
    min(60 / 750 * 100vw, 60px);
}
.faq__ttl {
  position: relative;
  font-size: min(60 / 750 * 100vw, 60px);
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  margin-top: min(18 / 750 * 100vw, 18px);
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.faq__ttl small {
  font-size: min(45 / 750 * 100vw, 45px);
}
.faq__ttl::after {
  content: "";
  position: absolute;
  top: calc(100% + min(20 / 750 * 100vw, 20px));
  left: 50%;
  transform: translateX(-50%);
  width: min(43 / 750 * 100vw, 43px);
  height: min(32 / 750 * 100vw, 32px);
  background: url("../../business13/img/faq-icon-arrow.webp") no-repeat center
    center;
  background-size: contain;
}
.faq__balloon {
  width: min(402 / 750 * 100vw, 402px);
  margin: 0 auto;
}
.faq__card {
  position: relative;
  background-color: #fff;
  padding: min(60 / 750 * 100vw, 60px) min(40 / 750 * 100vw, 40px);
  margin-top: min(80 / 750 * 100vw, 80px);
}
.faq__card::before {
  content: "";
  position: absolute;
  top: min(35 / 750 * 100vw, 35px);
  right: min(60 / 750 * 100vw, 60px);
  width: min(192 / 750 * 100vw, 192px);
  height: min(202 / 750 * 100vw, 202px);
  background-image: url("../../business13/img/faq-img.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.faq::after {
  position: absolute;
  bottom: max(-83 / 750 * 100vw, -83px);
  content: "";
  display: block;
  width: 100%;
  height: min(84 / 750 * 100vw, 84px);
  background-color: #ec8da8;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.faq__answer-txt {
  font-size: min(42 / 750 * 100vw, 42px);
  font-weight: 700;
  line-height: 1.2;
}
.faq__answer-txt strong {
  font-size: min(62 / 750 * 100vw, 62px);
}
.faq__body {
  margin-top: min(25 / 750 * 100vw, 25px);
  line-height: 1.55;
  letter-spacing: -0.03em;
}
.faq__note {
  margin-top: min(10 / 750 * 100vw, 10px);
}

.consult .inner {
  /* padding: min(143 / 750 * 100vw, 143px) min(40 / 750 * 100vw, 40px)
    min(40 / 750 * 100vw, 40px); */
  padding: min(143 / 750 * 100vw, 143px) min(20 / 750 * 100vw, 20px)
    min(40 / 750 * 100vw, 40px);
}
.consult__ttl {
  font-size: min(75 / 750 * 100vw, 75px);
  font-weight: 700;
  text-align: center;
  color: #d66686;
  line-height: 1;
  padding: min(10 / 750 * 100vw, 10px) 0;
  background-image: url("../../business13/img/consult-title-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: min(481 / 750 * 100vw, 481px) min(87 / 750 * 100vw, 87px);
}
.consult__sub {
  font-size: min(28 / 750 * 100vw, 28px);
  font-weight: 700;
  text-align: center;
  margin-top: min(25 / 750 * 100vw, 25px);
}
.consult__merit {
  margin-top: min(30 / 750 * 100vw, 30px);
  border: 5px solid #d66686;
  border-radius: 20px;
  overflow: hidden;
}
.consult__merit-ttl {
  font-size: min(40 / 750 * 100vw, 40px);
  font-weight: 700;
  color: #fff;
  background-color: #d66686;
  text-align: center;
  padding: min(10 / 750 * 100vw, 10px) 0;
}
.consult__merit-list {
  padding: min(30 / 750 * 100vw, 30px) min(20 / 750 * 100vw, 20px)
    min(340 / 750 * 100vw, 340px) min(55 / 750 * 100vw, 55px);
  background-image: url("../../business13/img/consult-img.webp");
  background-repeat: no-repeat;
  background-position: bottom min(16 / 750 * 100vw, 16px) center;
  background-size: min(501 / 750 * 100vw, 501px) min(318 / 750 * 100vw, 318px);
}
.consult__merit-item {
  position: relative;
  font-size: min(40 / 750 * 100vw, 40px);
  font-weight: 700;
  padding-left: min(60 / 750 * 100vw, 60px);
  margin-bottom: min(20 / 750 * 100vw, 20px);
  line-height: 1.1;
}
.consult__merit-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(43 / 750 * 100vw, 43px);
  height: min(43 / 750 * 100vw, 43px);
  background-image: url("../../business13/img/consult-icon-check.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.consult__desc {
  margin-top: min(20 / 750 * 100vw, 20px);
}
/* .consult .form-img {
  width: min(722 / 750 * 100vw, 722px);
  margin: 0 auto;
} */

/* ここからhikaku_2.css/business12.cssからコピペ */
#form input {
  font-family: inherit;
  font-weight: 400;
  box-sizing: border-box;
}
.form__block {
  margin-top: 7rem;
}
.form__ttl {
  padding-bottom: 2.5rem;
  font-size: 3.5rem;
  font-weight: 600;
  color: #00519f;
  text-align: center;
  border-bottom: 2px solid #00519f;
}
.form__ttl .sub {
  display: inline-block;
  background: #d66686;
  color: #fff;
  margin-bottom: 1.5rem;
  padding: 1.5rem 3rem;
  font-size: 2.5rem;
  line-height: 1;
  border-radius: 100px;
}
.form__privacy {
  margin-top: 3rem;
  font-size: 2rem;
  text-align: center;
}
.form__privacy a {
  display: inline-block;
  color: #1cb2ff;
  text-decoration: underline;
}
.form__flow {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .consult {
    padding: 5rem 2rem 1rem;
  }
  .form::before {
    width: 1px;
    height: 50px;
    margin: -2.5rem auto 0;
  }
  .form__block {
    margin-top: 3.5rem;
  }
  .form__ttl {
    padding-bottom: 1.5rem;
    font-size: 5.2vw;
    border-bottom: 1px solid #d66686;
  }
  .form__ttl .sub {
    margin-bottom: 1.2rem;
    padding: 1rem 1.5rem;
    font-size: 3.6vw;
  }
  .form__privacy {
    margin-top: 1.5rem;
    font-size: 3.1vw;
  }
  .form__flow {
    margin-top: 2.5rem;
  }
}
.form-content {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .form-content {
    margin-top: 30px;
  }
}
.form-horizontal {
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: 14px;
}
.form-group label.control-label {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  display: block;
  text-align: left;
  white-space: pre-line;
}
.form-group label.control-label:after {
  content: "任意";
  color: #fff;
  background: #999;
  padding: 3px 4px;
  margin-top: 2px;
  margin-left: 5px;
  font-size: 11px;
  display: inline-block;
  line-height: 1;
}
.form-group label.control-label[for="sf_first_name"]:after {
  display: none;
}
.form-group.required .control-label:after {
  content: "必須";
  color: #fff;
  background: #f75133;
  padding: 3px 4px;
  margin-top: 2px;
  margin-left: 5px;
  font-size: 11px;
  display: inline-block;
  line-height: 1;
}
.form-group.required .control-label[for="sf_first_name"]:after {
  display: none;
}
.form-group.required .form-control:-moz-placeholder-shown {
  background-color: #fee;
}
.form-group.required .form-control:-ms-input-placeholder {
  background-color: #fee;
}
.form-group.required .form-control:placeholder-shown {
  background-color: #fee;
}
.form-group.required select.form-control {
  color: #222;
  background-color: #fee;
}
.form-group input.form-control,
.form-group textarea.form-control,
.form-group select.form-control {
  width: 100%;
  font-size: 14px;
  height: auto;
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px 15px;
  margin-top: 8px;
}
.form-group input.form-control:focus,
.form-group textarea.form-control:focus,
.form-group select.form-control:focus {
  border-color: #00519f;
  outline: 0;
}
.form-group input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.form-group input::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
.form-group input::placeholder {
  color: #999;
  font-size: 14px;
}
.form-group select.form-control {
  height: 42px;
  width: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group .select_arrow-icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.form-group .select_arrow-icon:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 24px;
}
.form-group .date input.form-control {
  height: 42px;
}
.consult .field-name {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.consult .field-sf_last_name,
.consult .field-sf_last_name_pronunciation {
  width: 100%;
}
.consult .field-sf_first_name,
.consult .field-sf_first_name_pronunciation {
  width: 100%;
}
.consult .field-sf_first_name label,
.consult .field-sf_first_name_pronunciation label {
  visibility: hidden;
}
.form-note {
  margin-bottom: 15px;
  /* text-align: center; */
}
.form-note__wrap {
  text-align: left;
  display: inline-block;
}
.form-note__item {
  font-size: 12px;
  padding-left: 1em;
  position: relative;
}
.form-note__item a {
  display: contents;
}
@media only screen and (max-width: 767px) {
  .form-note__item {
    font-size: 10px;
  }
}
.form-note__item:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #222;
  position: absolute;
  left: 2px;
  top: 6px;
}
.form-note__item a {
  color: #2376e2;
}
.form-note__item a:hover,
.form-note__item a:focus {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  text-decoration: underline;
}
.form-note__item + .form-note__item {
  margin-top: 2px;
}
.form-buttons {
  display: flex;
  width: 100%;
}
.form-buttons button {
  border: none;
  outline: none;
  appearance: none;
  cursor: pointer;
}
button.btn-primary {
  color: #fff;
  width: 300px;
  background-color: #d66686;
  border-color: #d66686;
  box-shadow: 0 4px #a83d5c;
  margin: 0 auto;
  padding: 20px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 99px;
}
@media only screen and (max-width: 767px) {
  button.btn-primary {
    width: 100%;
  }
}
button.btn-disabled {
  background-color: #a6a6a6;
  box-shadow: none;
}
.open-date-modal {
  width: 300px;
  display: inline-block;
  margin-top: 8px;
}
.open-date-modal_button {
  font-size: 13px;
  line-height: 1.5;
  width: 100%;
  display: inline-block;
  border: 1px solid #dfdfdf;
  background: url(../img/hubspot/icon_calendar.svg) no-repeat 15px center/18px
    18px;
  background-size: 16px 16px;
  padding: 10px 15px 10px 40px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .open-date-modal_button {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 42px;
  }
}
.select-date,
.select-time {
  display: none;
  padding-right: 4px;
}
.date-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.date-modal-overlay.active {
  display: flex;
}
.date-modal-window {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.date-modal-content {
  max-width: 800px;
  max-height: 70vh;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .date-modal-content {
    padding: 20px 15px;
    overflow-y: scroll;
  }
}
.date-modal-content input {
  display: none;
}
.date-modal-heading {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .date-modal-heading {
    font-size: 15px;
  }
}
.date-modal-body {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .date-modal-body {
    margin-top: 10px;
    flex-direction: column;
    gap: 30px;
  }
}
.btn_close-date-modal {
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 25px;
  background: #222;
  border-radius: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 20;
  cursor: pointer;
}
.calendar {
  width: 60%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .calendar {
    width: 100%;
  }
}
.calendar:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #f75133;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .calendar:after {
    border-width: 10px 9px 0;
    border-color: #f75133 transparent transparent;
    right: 50%;
    top: calc(100% + 10px);
    transform: translateX(50%);
  }
}
.calendar .datepicker .ui-widget {
  font-family:
    "ヒラギノ角ゴ Pro W3",
    Hiragino Kaku Gothic Pro,
    "メイリオ",
    Meiryo,
    Osaka,
    "ＭＳ Ｐゴシック",
    MS PGothic,
    sans-serif;
}
.calendar .datepicker .ui-widget.ui-widget-content {
  width: 100% !important;
  padding: 0;
  border: none;
  background: transparent;
}
.calendar .datepicker .ui-datepicker-group {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.calendar .datepicker .ui-datepicker-group + .ui-datepicker-group {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .calendar .datepicker .ui-datepicker-group + .ui-datepicker-group {
    margin-top: 15px;
  }
}
.calendar .datepicker .ui-datepicker-group table {
  width: 100%;
  margin: 0;
}
.calendar .datepicker .ui-widget-header {
  color: #fff;
  font-size: 15px;
  background: #d66686;
  border: none;
  border-bottom-left-radius: 0;
  padding: 4px;
}
@media only screen and (max-width: 767px) {
  .calendar .datepicker .ui-widget-header {
    font-size: 14px;
  }
}
.calendar .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 100%;
}
.calendar .ui-datepicker-group {
  display: none;
}
.calendar .ui-datepicker-group:has(tr a) {
  display: block;
}
.calendar .ui-datepicker-title {
  font-weight: 700;
}
.calendar .ui-datepicker-title span {
  font-weight: 700;
}
.calendar .ui-datepicker table {
  width: 100%;
  margin: 0;
  table-layout: fixed;
}
.calendar .ui-datepicker thead {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .calendar .ui-datepicker thead {
    font-size: 11px;
  }
}
.calendar .ui-datepicker thead th {
  padding: 4px 0;
}
.calendar .ui-datepicker thead th:first-child {
  color: #f03030;
  border-left: 1px solid #f5f5f5;
}
.calendar .ui-datepicker thead th:last-child {
  color: #0d74d2;
  border-right: 1px solid #f5f5f5;
}
.calendar .ui-datepicker tbody tr {
  background: #f5f5f5;
  display: none;
}
.calendar .ui-datepicker tbody tr:has(a) {
  display: table-row;
}
.calendar .ui-datepicker tbody tr td {
  padding: 3px;
}
@media only screen and (max-width: 767px) {
  .calendar .ui-datepicker tbody tr td {
    padding: 2px;
  }
}
.calendar .ui-datepicker tbody tr td:first-child a,
.calendar .ui-datepicker tbody tr td:first-child span {
  color: #f03030;
}
.calendar .ui-datepicker tbody tr td:last-child a,
.calendar .ui-datepicker tbody tr td:last-child span {
  color: #0d74d2;
}
.calendar .ui-datepicker tbody tr td.ui-state-disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.calendar .ui-datepicker tbody tr td span {
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  padding: 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .calendar .ui-datepicker tbody tr td span {
    padding: 6px;
  }
}
.calendar .ui-datepicker tbody tr td a {
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  padding: 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .calendar .ui-datepicker tbody tr td a {
    padding: 6px;
  }
}
.calendar .ui-datepicker tbody tr td a.ui-state-default {
  background: #fff;
  border: 1px solid #dfdfdf;
}
.calendar .ui-datepicker tbody tr td a.ui-state-highlight {
  background: #fff;
  border: 1px solid #dfdfdf;
}
.calendar .ui-datepicker tbody tr td a.ui-state-active {
  color: #fff;
  background: #f75133;
  border: none;
}
.time {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .time {
    width: 100%;
  }
}
.time-content {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .time-content {
    width: auto;
  }
}
.time-heading {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  padding: 6px;
  background: #d66686;
}
@media only screen and (max-width: 767px) {
  .time-heading {
    font-size: 14px;
    padding: 4px;
  }
}
.time-heading span {
  display: block;
  font-size: 11px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .time-heading span {
    font-size: 10px;
  }
}
.time-body {
  height: 100%;
  background: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 12px 20px;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .time-body {
    height: auto;
    padding: 10px 12px 12px;
    gap: 10px;
  }
}
.time-body input {
  display: none;
}
.time-body input[type="radio"]:checked + label.radio {
  color: #fff;
  background: #f75133;
}
.time-body .radio {
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  width: calc((100% - 10px) / 2);
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .time-body .radio {
    width: calc((100% - 24px) / 3);
  }
}
input[type="text"]:required,
input[type="text"][readonly]:required,
input[type="tel"]:required,
input[type="password"]:required {
  background-color: #fffaea;
}
input:invalid {
  background-color: #fffaea;
}
select:required {
  background-color: #fffaea;
}
select:invalid {
  background-color: #fffaea;
}
textarea:required {
  background-color: #fffaea;
}
.errMsg {
  color: #fa2d42;
  font-weight: 700;
  margin-top: 4px;
  display: none;
}
.errMsg:before {
  content: "";
  background-image: url("../../business13/img/err_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  width: 15px;
  height: 15px;
  transform: translateY(3px);
  margin-right: 5px;
}
.has-error .control-label {
  color: inherit;
}
.grecaptcha-badge {
  visibility: hidden;
}
/*--------------------------------------------------
　footer
--------------------------------------------------*/
footer {
  background-color: #fff;
  width: 100%;
}
footer .nb {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px 40px;
  margin-bottom: 20px;
  margin-top: 20px;
}
footer .nb__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
footer .nb__item:last-of-type {
  margin-bottom: 0;
}
footer .nb__item > a {
  opacity: 1;
  flex: 0 0 56px;
}
footer .nb__item > img,
footer .nb__item > a img {
  max-width: 56px;
}
footer .nb__item > p {
  font-size: 13px;
  margin-left: 15px;
}
footer .company {
  background-color: #ecf3fd;
  padding: 50px 0 40px;
}
footer .company__logo > img {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 40px;
}
footer .company__link ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
footer .company__link ul li a {
  color: #666;
}
footer .company__link ul li:first-of-type {
  padding-right: 30px;
  border-right: 1px solid #666;
  margin-right: 30px;
  line-height: 12px;
}
footer .company .company__link ul li:nth-of-type(2) {
  padding-right: 30px;
  border-right: 1px solid #666;
  margin-right: 30px;
  line-height: 12px;
}
footer .company > p {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-top: 40px;
}

.fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fffef0;
  padding: min(20 / 750 * 100vw, 20px) min(30 / 750 * 100vw, 30px);
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
  transform: translateY(100%);
  opacity: 0;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}
@media screen and (min-width: 769px) {
  .fixed-cta {
    left: 50%;
    right: auto;
    width: 750px;
    transform: translateX(-50%) translateY(100%);
  }
}
.fixed-cta.is-show {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .fixed-cta.is-show {
    transform: translateX(-50%) translateY(0);
  }
}
.fixed-cta__lead {
  font-size: min(26 / 750 * 100vw, 26px);
  font-weight: 700;
  margin-bottom: min(10 / 750 * 100vw, 10px);
}
.fixed-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: min(650 / 750 * 100vw, 650px);
  height: min(120 / 750 * 100vw, 120px);
  margin: 0 auto;
  font-size: min(33 / 750 * 100vw, 33px);
  font-weight: 700;
  background-image: url("../../business13/img/mv-btn-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 7px 11px rgba(57, 57, 57, 0.25);
  border-radius: min(60 / 750 * 100vw, 60px);
}

@media screen and (min-width: 769px) {
  .scroll-hint-icon {
    width: 180px;
    top: calc(50% - 37px);
    left: calc(50% - 90px);
    padding: 30px 15px 15px;
    border-radius: 8px;
  }
  .scroll-hint-icon:before {
    width: 60px;
    height: 60px;
  }
  .scroll-hint-text {
    font-size: 14px;
    margin-top: 8px;
  }
}
