@charset "UTF-8";
/* ----------------------------------------------------------------------
 reset (exculding 'sup')
---------------------------------------------------------------------- */
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, 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, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

img {
  vertical-align: middle;
}

/* ----------------------------------------------------------------------
basic setting
---------------------------------------------------------------------- */
html {
  font-size: 2.6666666667vw;
}

body {
  background-color: #fff;
  color: #282828;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
  word-break: break-word;
}

body * {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: inherit;
  letter-spacing: normal;
  text-transform: none;
}

input, button, textarea, select {
  color: #282828;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

img {
  height: auto;
  max-width: 100%;
}

p {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  backface-visibility: hidden;
  opacity: 0.7;
}

/* ----------------------------------------------------------------------
 Layout
---------------------------------------------------------------------- */
/* header */
.header {
  left: 0;
  padding: 1.5rem 2rem;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-logo {
  font-size: 1.6rem;
  margin: 0;
  width: 16.4rem;
}

/* footer */
.footer {
  background-color: #33A13C;
  color: #fff;
  padding: 1rem 0 8rem;
}
.footer .copyright {
  font-size: 1.4rem;
  text-align: center;
}

.fixed-btn {
  bottom: 0;
  padding-bottom: 0.4rem;
  position: fixed;
  right: 0;
  transform: translate(0, 100%);
  transition: all 0.3s ease;
  width: 100%;
  z-index: 99;
}
.fixed-btn.is-display {
  transform: translate(0);
}

/* ----------------------------------------------------------------------
main
---------------------------------------------------------------------- */
.main {
  display: block;
  overflow: hidden;
}

.section {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

/* ----------------------------------------------------------------------
 Page
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
Page: Top
---------------------------------------------------------------------- */
.mv {
  background-color: #33A13C;
  color: #fff;
  overflow: hidden;
  padding-top: 7rem;
}
.mv-inner {
  position: relative;
  z-index: 0;
}
.mv-content {
  padding: 0 1.7rem;
  text-align: center;
}
.mv-content::before, .mv-content::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.mv-content::before {
  background: url(../img/mv_bg01-sp.svg) no-repeat left bottom/contain;
  content: "";
  display: block;
  height: 17.1rem;
  left: 0;
  top: 8rem;
  width: 16.6rem;
}
.mv-content::after {
  background: url(../img/mv_bg02-sp.svg) no-repeat right top/contain;
  content: "";
  display: block;
  height: 19.9rem;
  right: 0;
  top: -2.8rem;
  width: 16.9rem;
}
.mv-catch {
  line-height: 1.3;
  margin-bottom: 1.5rem;
  position: relative;
}
.mv-catch::after {
  background: url(../img/mv_ttl_bg-sp.svg) no-repeat center top/contain;
  bottom: -1rem;
  content: "";
  content: "";
  display: block;
  display: block;
  height: 4.7rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 31.9rem;
  z-index: 0;
}
.mv-catch img {
  height: 4.5rem;
  width: auto;
}
.mv-ttl {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.3;
  white-space: nowrap;
}
.mv-ttl-sub {
  display: block;
}
.mv-ttl-main {
  display: block;
  font-size: 3.7rem;
  margin-top: 0.15em;
}
.mv-img {
  padding-left: 1.5rem;
}

.leadarea-platform {
  text-align: center;
}
.leadarea-platform-txt {
  margin-top: 2.5rem;
}

.companies-list {
  display: flex;
  flex-wrap: wrap;
  margin: -0.7rem;
}
.companies-list-item {
  padding: 0.7rem;
  width: 50%;
}
.companies-list-inner {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 0.4rem;
  padding: 1px;
  text-align: center;
}
.companies-list-inner img {
  height: 5.4rem;
  width: auto;
}

.movie-outer {
  aspect-ratio: 16/9;
}
.movie-outer iframe {
  height: 100%;
  width: 100%;
}

.whats-block:not(:last-child) {
  margin-bottom: 4rem;
}
.whats-subttl {
  margin-bottom: 3rem;
  text-align: center;
}
.whats-subttl img {
  height: 4.6rem;
  width: auto;
}
.whats-list {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
}
.whats-list-item {
  display: grid;
  gap: 0;
  grid-row: span 4;
  grid-template-rows: subgrid;
  padding-bottom: 2rem;
}
.whats-list-img {
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.whats-list-ttl {
  align-items: center;
  border-bottom: 1px dashed #C9C9C9;
  display: grid;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1rem;
  padding-bottom: 1.2rem;
}
.whats-list-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.whats-list-info-item {
  align-items: center;
  display: flex;
  gap: 0 0.6rem;
}
.whats-list-info-ttl {
  font-size: 1.4rem;
}
.whats-list-info-content {
  background-color: #fff;
  border: 1px solid #DADADA;
  border-radius: 0.5rem;
  color: #33A13C;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 0.2rem 0.6rem 0.3rem 0.7rem;
}
.whats-list-price {
  align-items: center;
  display: flex;
  gap: 0 0.8rem;
  line-height: 1;
  margin-top: 0.5rem;
}
.whats-list-price-ttl {
  align-items: center;
  background: url(../img/whats_price_bg-sp.svg) no-repeat center center/100% auto;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  gap: 0 0.3rem;
  height: 3.1rem;
  justify-content: center;
  margin-top: 0.2rem;
  padding: 0 0.5rem 0.2rem 0;
  width: 7.2rem;
}
.whats-list-price-ttl::before {
  background: url(../img/whats_ico_yen.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.8rem;
  transform: translateY(0.1rem);
  width: 1.8rem;
}
.whats-list-price-content {
  color: #33A13C;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: normal;
}
.whats-list-price-content strong {
  display: inline-block;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 4.4rem;
  font-weight: 600;
}
.whats-cats {
  display: grid;
  gap: 2rem 1.2rem;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.whats-cats-item {
  display: grid;
  gap: 0;
  grid-row: span 2;
  grid-template-rows: subgrid;
}
.whats-cats-img {
  margin-bottom: 1rem;
}
.whats-cats-ttl {
  align-items: center;
  display: grid;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.cases-list-item {
  background-color: #F1F1EB;
  border-radius: 1rem;
  display: grid;
  height: 100%;
  padding: 1rem 2rem 2rem;
}
.cases-list-inner {
  display: grid;
  gap: 2rem 0;
  grid-row: span 5;
  grid-template-rows: subgrid;
  height: 100%;
}
.cases-list-img {
  border-radius: 0.5rem;
  margin: 0 -1rem;
  overflow: hidden;
}
.cases-list-name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.cases-list-info {
  min-height: 4em;
}
.cases-list-info-item {
  align-items: flex-start;
  display: flex;
  font-size: 1.3rem;
  gap: 0 0.6rem;
}
.cases-list-info-item:not(:last-child) {
  margin-bottom: 0.5em;
}
.cases-list-info-ttl {
  align-items: center;
  display: flex;
  gap: 0 1rem;
  letter-spacing: normal;
  line-height: 1.5;
  position: relative;
  white-space: nowrap;
}
.cases-list-info-ttl::after {
  background-color: #A8A8A8;
  content: "";
  display: block;
  height: 1.5rem;
  width: 1px;
}
.cases-list-info-content {
  color: #33A13C;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.cases-list-ex {
  align-items: flex-end;
  border-top: 1px dashed #C9C9C9;
  color: #0C6543;
  display: flex;
  font-size: 2.8rem;
  font-weight: 900;
  gap: 0 0.5rem;
  justify-content: center;
  padding-top: 1rem;
}
.cases-list-ex strong {
  background: linear-gradient(154.65deg, #33A13C 50.62%, #0C6543 50.63%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0C6543;
  display: inline-block;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  transform: translateY(0.2rem);
  vertical-align: bottom;
}
.cases-slider {
  opacity: 0;
}
.cases-slider.swiper-initialized {
  opacity: 1;
}
.cases-slider .swiper-slide {
  height: auto;
}
.cases-slider .swiper-button-prev,
.cases-slider .swiper-button-next {
  height: 3.2rem;
  transform: translateY(3rem);
  width: 3.2rem;
}
.cases-slider .swiper-button-prev::after,
.cases-slider .swiper-button-next::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  display: block;
  height: 100%;
  width: 100%;
}
.cases-slider .swiper-button-prev {
  left: -0.8rem;
}
.cases-slider .swiper-button-prev::after {
  background-image: url(../img/arrow_slider_prev.svg);
}
.cases-slider .swiper-button-next {
  right: -0.8rem;
}
.cases-slider .swiper-button-next::after {
  background-image: url(../img/arrow_slider_next.svg);
}
.cases-slider .swiper-pagination {
  margin-bottom: -4.5rem;
}
.cases-slider .swiper-pagination-bullet {
  background-color: #E3ECE4;
  border: none;
  border-radius: 0.5rem;
  height: 0.4rem;
  margin: 0 0.4rem;
  opacity: 1;
  width: 3.6rem;
}
.cases-slider .swiper-pagination-bullet-active {
  background-color: #0C6543;
}
.reason-list-item {
  background-color: #fff;
  border-radius: 2rem;
  padding: 2.5rem;
  position: relative;
}
.reason-list-item:not(:last-child) {
  margin-bottom: 3.5rem;
}
.reason-list-num {
  color: #33A13C;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  height: 6.8rem;
  left: 2rem;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: -2rem;
  width: auto;
  z-index: 1;
}
.reason-list-num img {
  height: 100%;
  vertical-align: top;
  width: auto;
}
.reason-list-img {
  border-radius: 1rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
.reason-list-img img {
  width: 100%;
}
.reason-list-ttl {
  border-bottom: 1px dashed #C9C9C9;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
}
.reason-list-txt {
  letter-spacing: 0.02em;
}

.flow-list {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
.flow-list-item {
  display: grid;
  position: relative;
  z-index: 0;
}
.flow-list-item::before {
  background-color: #F1F1EB;
  border-radius: 2rem;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: calc(100% - 4rem);
  z-index: -1;
}
.flow-list-icon {
  margin: 0;
  width: 8rem;
}
.flow-list-num {
  color: #33A13C;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 1rem;
}
.flow-list-txt {
  align-items: center;
  display: grid;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: justify;
}

.faq-list-item:not(:last-child) {
  margin-bottom: 1rem;
}
.faq-list-q {
  background-color: #F1F1EB;
  border-radius: 0.6rem;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.faq-list-q::before, .faq-list-q::after {
  background-color: #282828;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 2rem;
  top: 0;
  transition: all 0.2s ease;
  width: 1.2rem;
}
.faq-list-q::after {
  transform: rotate(90deg);
}
.faq-list-q.is-open::after {
  transform: rotate(180deg);
}
.faq-list-q-inner {
  padding: 1.5rem 4.5rem;
  position: relative;
}
.faq-list-q-inner::before {
  color: #33A13C;
  content: "Q";
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  left: 1.5rem;
  line-height: 1.3;
  position: absolute;
  top: 1.7rem;
}
.faq-list-a {
  display: none;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
}
.faq-list-a-inner {
  padding: 1.5rem 0 1rem 4.5rem;
  position: relative;
}
.faq-list-a-inner::before {
  color: #FB711C;
  content: "A";
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  left: 1.5rem;
  line-height: 1.3;
  position: absolute;
  top: 1.8rem;
}

.inquiry {
  background-color: #33A13C;
  color: #fff;
  padding: 3rem 0 3.5rem;
}
.inquiry-inner {
  padding-bottom: 4.5rem;
  position: relative;
}
.inquiry-content {
  text-align: center;
}
.inquiry-catch {
  margin-bottom: 1.5rem;
}
.inquiry-catch img {
  height: 4.5rem;
  width: auto;
}
.inquiry-ttl {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.3;
  white-space: nowrap;
}
.inquiry-ttl-sub {
  display: block;
}
.inquiry-ttl-main {
  display: block;
  font-size: 3.7rem;
  margin-top: 0.15em;
}
.inquiry-btn .btn-line {
  margin: 0 auto;
}
.inquiry-img {
  margin-top: 1.5rem;
  padding-right: 2rem;
  position: relative;
  z-index: 0;
}
.inquiry-img::before {
  background: url(../img/inquiry_bg-sp.svg) no-repeat center bottom/contain;
  bottom: 0;
  content: "";
  content: "";
  display: block;
  display: block;
  height: 21.2rem;
  left: 0;
  position: absolute;
  width: 32.3rem;
  z-index: -1;
}

/* ----------------------------------------------------------------------
 common class
---------------------------------------------------------------------- */
/* display */
/* spacing */
.mt-10 {
  margin-top: 1rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pt-70 {
  padding-top: 7rem !important;
}

.pt-80 {
  padding-top: 8rem !important;
}

.pt-90 {
  padding-top: 9rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pb-100 {
  padding-bottom: 10rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

/* title */
.ttl-section {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin-bottom: 3rem;
  position: relative;
  text-align: center;
}
.ttl-section::after {
  background: url(../img/bg_ttl_section.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 0.4rem;
  margin: 2.5rem auto 0;
  width: 5.2rem;
}
.ttl-section.-noborder::after {
  content: none;
}
.ttl-section-sub {
  color: #33A13C;
  display: block;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}
.ttl-section-main {
  display: block;
}

/* text */
.txt-default {
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: justify;
}
.txt-lead {
  margin-bottom: 3rem;
  text-align: justify;
}
.txt-left {
  text-align: left !important;
}
.txt-right {
  text-align: right !important;
}
.txt-center {
  text-align: center !important;
}
.txt-black {
  color: #282828 !important;
}
.txt-red {
  color: #f00 !important;
}

.font-bold {
  font-weight: bold !important;
}
.font-normal {
  font-weight: normal !important;
}
.font-en {
  font-family: "Outfit", "Noto Sans JP", sans-serif !important;
  font-weight: 600 !important;
}

.underline {
  text-decoration: underline;
}

/* button */
.btn-line {
  align-items: center;
  background-color: #FB711C;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0 #B55B0C;
  color: #fff;
  display: flex;
  font-size: 2.2rem;
  font-weight: bold;
  gap: 1rem;
  height: 6.8rem;
  justify-content: center;
  letter-spacing: normal;
  padding: 1rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.btn-line::before {
  background: url(../img/ico_line.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 3.2rem;
  transform: translateY(0.2rem);
  width: 3.4rem;
}
.btn-line:hover {
  box-shadow: none;
  opacity: 1;
  transform: translateY(0.4rem);
}

/* background */
.bg-gray {
  background-color: #F1F1EB;
}

/* scroll animation */
.scroll-fadein {
  opacity: 0;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.85s;
}
.scroll-fadein.is-visible {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.7692307692vw;
  }
  body {
    font-size: 1.8rem;
  }
  .footer {
    padding: 1.5rem;
  }
  .footer .copyright {
    font-size: 1.5rem;
  }
  .fixed-btn {
    transform: translate(100%, 0);
    transition-duration: 0.4s;
    width: 41.1rem;
  }
  .fixed-btn .btn-line {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .inner {
    margin: 0 auto;
    max-width: 116rem;
    width: 90%;
  }
  .inner.-narrow {
    max-width: 96rem;
  }
  .section {
    padding-bottom: 12rem;
    padding-top: 12rem;
  }
  .mv {
    padding-top: 4rem;
  }
  .mv-inner {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    max-width: 150rem;
  }
  .mv-content {
    padding: 6rem 0 2rem 6rem;
    position: relative;
    text-align: left;
    z-index: 1;
  }
  .mv-content::before {
    background-image: url(../img/mv_bg01.svg);
    bottom: -10rem;
    height: 38.2rem;
    top: auto;
    width: 40.6rem;
  }
  .mv-content::after {
    background-image: url(../img/mv_bg02.svg);
    height: 44.6rem;
    right: -31rem;
    top: -7rem;
    width: 55.2rem;
  }
  .mv-catch {
    margin-bottom: 2.5rem;
  }
  .mv-catch::after {
    background-image: url(../img/mv_ttl_bg.svg);
    bottom: 0;
    height: 7.4rem;
    left: auto;
    right: 0;
    transform: translate(0, 100%);
    width: 11.6rem;
  }
  .mv-catch img {
    height: 5.9rem;
  }
  .mv-ttl {
    font-size: 3.7rem;
  }
  .mv-ttl-main {
    font-size: 7rem;
  }
  .mv-btn {
    margin-top: 5rem;
  }
  .mv-img {
    margin-left: -15%;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .leadarea-platform {
    margin: 0 auto 2rem;
    max-width: 94.2rem;
  }
  .leadarea-platform-txt img {
    height: 6.8rem;
    width: auto;
  }
  .companies-list {
    justify-content: center;
    margin: -1.4rem;
  }
  .companies-list-item {
    padding: 1.4rem;
    width: 25%;
  }
  .companies-list-inner {
    border-radius: 1rem;
  }
  .companies-list-inner img {
    height: 8rem;
  }
  .whats-block:not(:last-child) {
    margin-bottom: 8rem;
  }
  .whats-subttl {
    margin-bottom: 4.5rem;
  }
  .whats-subttl img {
    height: 7.7rem;
  }
  .whats-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .whats-list-ttl {
    font-size: 2.6rem;
  }
  .whats-list-info {
    gap: 0.5rem 2rem;
  }
  .whats-list-info-item {
    gap: 0 0.7rem;
  }
  .whats-list-info-ttl {
    font-size: 1.3rem;
  }
  .whats-list-price-ttl::before {
    height: 1.8rem;
    width: 1.8rem;
  }
  .whats-cats {
    gap: 3rem;
    grid-template-columns: repeat(6, 1fr);
  }
  .whats-cats-img {
    margin-bottom: 1.6rem;
  }
  .whats-cats-ttl {
    font-size: 2.2rem;
    margin: 0 -1em;
  }
  .cases-list-item {
    padding: 1rem 3rem 2.5rem;
  }
  .cases-list-img {
    margin: 0 -2rem;
  }
  .cases-list-name {
    font-size: 2.2rem;
  }
  .cases-list-info-item {
    font-size: 1.4rem;
    gap: 0 1rem;
  }
  .cases-list-ex {
    padding-top: 1.5rem;
  }
  .cases-slider .swiper-button-prev,
  .cases-slider .swiper-button-next {
    display: none;
  }
  .reason-list-item {
    align-items: flex-end;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 2rem 2rem 2rem 6rem;
  }
  .reason-list-item:not(:last-child) {
    margin-bottom: 7rem;
  }
  .reason-list-num {
    font-size: 16rem;
    height: 13.6rem;
    left: 6rem;
    top: -3.5rem;
  }
  .reason-list-img {
    margin: 0;
    width: 49%;
  }
  .reason-list-content {
    padding: 10rem 0 4rem;
    width: 47.4%;
  }
  .reason-list-ttl {
    font-size: 4.2rem;
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .flow-list {
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
  }
  .flow-list-item {
    gap: 1.5rem 0;
    grid-row: span 3;
    grid-template-rows: subgrid;
    padding: 0 3.5rem 4rem;
    text-align: center;
  }
  .flow-list-item::before {
    border-radius: 1rem;
    height: calc(100% - 6.3rem);
    width: 100%;
  }
  .flow-list-icon {
    margin: 0 auto;
    width: 12.6rem;
  }
  .flow-list-content {
    display: grid;
    gap: 0;
    grid-row: span 2;
    grid-template-rows: subgrid;
  }
  .flow-list-num {
    font-size: 2.3rem;
  }
  .flow-list-txt {
    align-items: center;
    font-size: 2.2rem;
    text-align: center;
  }
  .faq-list-item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .faq-list-q {
    border-radius: 1rem;
    font-size: 2.2rem;
  }
  .faq-list-q::before, .faq-list-q::after {
    right: 3rem;
    width: 1.35rem;
  }
  .faq-list-q-inner {
    padding: 2rem 7rem 2.5rem 7rem;
  }
  .faq-list-q-inner::before {
    font-size: 2.2rem;
    left: 3rem;
    top: 2.2rem;
  }
  .faq-list-a {
    font-size: 1.8rem;
  }
  .faq-list-a-inner {
    padding: 1.5rem 0 1rem 7rem;
  }
  .faq-list-a-inner::before {
    font-size: 2.2rem;
    left: 3rem;
    top: 1.8rem;
  }
  .inquiry {
    padding: 4rem 0 0;
  }
  .inquiry-inner {
    align-items: center;
    display: grid;
    grid-template-columns: 1.73fr 1fr;
    padding: 0;
  }
  .inquiry-content {
    padding: 2rem 0 6rem;
  }
  .inquiry-catch {
    margin-bottom: 3rem;
  }
  .inquiry-catch img {
    height: 5.9rem;
  }
  .inquiry-ttl {
    font-size: 3rem;
  }
  .inquiry-ttl-main {
    font-size: 5.1rem;
  }
  .inquiry-btn {
    margin-top: 3.5rem;
  }
  .inquiry-img {
    margin: 0 0 0 -8rem;
    padding: 0;
  }
  .inquiry-img::before {
    background-image: url(../img/inquiry_bg.svg);
    height: 48.5rem;
    left: -5rem;
    width: 64rem;
  }
  .pc-non {
    display: none !important;
  }
  .ttl-section {
    font-size: 5.2rem;
    margin-bottom: 6rem;
  }
  .ttl-section::after {
    height: 0.6rem;
    margin: 3.5rem auto 0;
    width: 7rem;
  }
  .ttl-section-sub {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }
  .txt-lead {
    margin-bottom: 5rem;
    text-align: center;
  }
  .btn-line {
    border-radius: 1.2rem;
    box-shadow: 0 0.6rem 0 #B55B0C;
    font-size: 2.8rem;
    height: 9.1rem;
    max-width: 48.7rem;
  }
  .btn-line::before {
    height: 4.2rem;
    width: 4.4rem;
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 0.7692307692vw;
  }
  body {
    font-size: 1.8rem;
  }
  .header {
    padding: 2.5rem 2.7rem;
  }
  .header-logo {
    margin: 0 4rem 0 0;
    width: 26rem;
  }
}
@media screen and (min-width: 1501px) {
  html {
    font-size: 62.5%;
  }
  .mv-content {
    padding: 6rem 0 2rem 12.7rem;
  }
  .mv-ttl {
    font-size: 4rem;
  }
  .mv-ttl-main {
    font-size: 7.8rem;
  }
  .mv-img {
    margin-left: -10%;
  }
}
@media screen and (max-width: 767px) {
  .fixed-btn::before {
    background-color: #B55B0C;
    bottom: 0;
    content: "";
    display: block;
    height: 1rem;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .mv-ttl-sub {
    padding-left: 1.5rem;
  }
  .mv-btn {
    bottom: 3rem;
    left: 0;
    padding-inline: 2.5rem;
    position: absolute;
    width: 100%;
    z-index: 3;
  }
  .cases-ttl {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .cases-list {
    padding-bottom: 3rem;
  }
  .cases-slider {
    overflow: visible !important;
    transition: opacity 0.2s ease;
  }
  .reason-list {
    padding-top: 1rem;
  }
  .flow-list-item {
    align-items: center;
    gap: 0 1.5rem;
    grid-template-columns: 7.2rem 1fr;
    padding: 1.5rem 2rem 1.5rem 0;
  }
  .inquiry-btn {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
  }
  .sp-non {
    display: none !important;
  }
}