@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

a[href^="tel:"] {
  cursor: default;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #000;
  border: none;
  color: #fff;
  outline: none;
  padding: 1rem;
  text-decoration: none;
  vertical-align: bottom;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #003A6B;
  cursor: pointer;
}

button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #fff;
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  font: inherit;
  background: none;
  border: solid 1px #5F5E5E;
  outline: none;
  padding: 1rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
  font-size: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #003A6B;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: #3F464B;
  letter-spacing: 0.02em;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  text-align: justify;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover {
  opacity: 0.9;
}

li {
  list-style: none;
}

.txt-primary {
  color: #E06B53;
}

.txt-1st {
  color: #3F464B;
}

.en {
  font-family: "Poppins", sans-serif;
}

.bg-seccondary {
  background-color: #FFEBE5;
}

.hpc {
  display: none;
}

.vpc {
  display: none;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}
.text-100 {
  font-weight: 100;
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-900 {
  font-weight: 900;
}

.w100 {
  width: 100%;
}

.m-0 {
  margin: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.l-inner {
  margin: 0 auto;
  max-width: auto;
  padding: 0 2rem;
}

.l-wrapper {
  margin-left: 10.666vw;
  margin-right: 10.666vw;
  max-width: 100rem;
}

.l-sec {
  padding: 5rem 0;
}
.l-sec01 {
  padding: 2rem 0;
}

.header {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.6rem;
  margin: 0 auto;
  z-index: 9999;
  top: 0;
  background: #fff;
}
.header .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.header__logo {
  vertical-align: middle;
  width: 19rem;
}

.header__container {
  display: none;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
  margin-right: 4rem;
}

.header__item__text {
  font-size: 1.4rem;
  font-weight: bold;
  color: #3F464B;
}
.header__item__text:hover {
  opacity: 0.6;
}

.header__btn {
  position: relative;
  background-color: #000000;
  border-radius: 2.5rem;
  width: 17rem;
  height: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.095em;
}

.drawer {
  display: block;
}
.drawer .active {
  opacity: 1;
  visibility: visible;
}
.drawer .active .drawer__button-border {
  border-bottom: solid 0.1rem #fff;
}
.drawer .active .drawer__button-border:nth-of-type(1) {
  -webkit-transform: translateY(0.6rem) rotate(-45deg);
          transform: translateY(0.6rem) rotate(-45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.drawer .active .drawer__button-border:nth-of-type(3) {
  -webkit-transform: translateY(-0.6rem) rotate(45deg);
          transform: translateY(-0.6rem) rotate(45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.drawer .active .drawer__button-border:nth-of-type(2) {
  opacity: 0;
}
.drawer .active {
  opacity: 1;
  visibility: visible;
}
.drawer .drawer__button {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
  z-index: 999;
  padding: 0.8rem 0.5rem;
  background: #000;
}
.drawer .drawer__button-border {
  width: 2rem;
  border-bottom: solid 0.1rem #fff;
}
.drawer .drawer__menu {
  max-width: 100%;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #ffffff;
  position: absolute;
  top: 6.5rem;
  left: 0;
  -webkit-transform: translate(1300px);
          transform: translate(1300px);
  padding-top: 5rem;
}
.drawer .open {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.drawer .header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.4rem;
  text-align: center;
  margin-right: 0;
}

.footer {
  color: #fff;
  background: #181610;
  padding: 2.5rem 2rem 9rem;
}
.footer a:hover {
  opacity: 0.7;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2.4rem;
  margin-bottom: 1.3rem;
  border-bottom: 0.1rem solid #fff;
  gap: 3rem;
}

.footer__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
}
.footer__list .footer__menuItem a {
  color: #fff;
}

.footer__list__link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.footer__logo {
  margin-bottom: 2.5rem;
  width: 30.9rem;
}

.footer__company {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 1.7rem;
}

.footer__area {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 20px;
  line-height: 1;
}

.footer__overview, .footer__policy,
.footer__copy {
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.footer__policy {
  margin-left: 4rem;
}

.footer__copy {
  margin-left: auto;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.navBar {
  width: 3rem;
  height: 1.8rem;
  cursor: pointer;
  position: relative;
}
.navBar__line {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #3F464B;
  position: absolute;
}
.navBar__line.line01.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.navBar__line.line02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navBar__line.line02.active {
  display: none;
}
.navBar__line.line03 {
  bottom: 0;
}
.navBar__line.line03.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-315deg);
          transform: translateY(-50%) rotate(-315deg);
}

/* Slider */

/* Arrows */

/* Dots */

.border-white {
  border-color: #fff !important;
}

.pageTop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: none;
}
.pageTop.active {
  display: block;
}

.btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  border-radius: 38px;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.095em;
  width: 33.7rem;
  padding: 1.6rem 6.5rem;
}

.btn01::before {
  content: "";
  background-image: url(../../assets/img/common/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  right: 10%;
  width: 7px;
  height: 14px;
}

.btn__cta {
  padding: 1rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border: 0.2rem solid #E06B53;
  border-radius: 10rem;
  color: #000;
  font-weight: 700;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.17em;
  margin-right: auto;
  margin-left: auto;
  width: 32rem;
}
.btn__cta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.7rem;
  height: 4.7rem;
  border-radius: 50%;
  background-color: #E06B53;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.04em;
}

.-arrow01 {
  position: relative;
}
.-arrow01::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.9rem;
  width: 1.5rem;
  height: 1rem;
  background: url(../../assets/img/common/arrow-right-02.png) center center/cover no-repeat;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.fixed__cta {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#E06B53), to(#F2A59C));
  background: linear-gradient(90deg, #E06B53 0%, #F2A59C 100%);
  padding: 1.4rem;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fixed__cta.is-visible {
  opacity: 1;
  visibility: visible;
}

.contact {
  color: #000;
}

input[type=checkbox] {
  opacity: 0;
}

label.check {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before,
label.check::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before {
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  background: #fff;
  border: 1px solid #5D5D5D;
}

label.check::after {
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 6px;
  margin-top: -6px;
  border-left: 2px solid #5D5D5D;
  border-bottom: 2px solid #5D5D5D;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

label.check:hover::before {
  background: #fff;
}

input[type=checkbox]:checked + label.check::before {
  background: #fff;
  border: 1px solid #5D5D5D;
}

input[type=checkbox]:checked + label.check::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.form__item {
  margin-bottom: 1.5rem;
}
.form__label {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__label span {
  font-size: 1rem;
  background: #000;
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.privacyCheck {
  font-size: 1.5rem;
  margin: 2rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.privacyCheck a {
  color: #454545;
  text-decoration: underline;
}
.privacyCheck__txt {
  margin-bottom: 1rem;
}

.sentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
textarea {
  font-size: 1.6rem;
}

.submitBox {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submitBox input {
  width: 12rem;
  height: 4rem;
  margin: 0 1rem;
}

label.check {
  -webkit-transform: translateY(-240%);
          transform: translateY(-240%);
}
@supports (-ms-ime-align: auto) {
  /* Edge にのみ適用される */
}
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeUp50 {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp50.active {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fadeMask {
  position: relative;
}
.fadeMask img {
  opacity: 0;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}
.fadeMask::before {
  content: "";
  display: inline-block;
  background: #2B2A2A;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeMask.active img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeMask.active::before {
  width: 0%;
}
.fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeIn.active {
  opacity: 1;
}

.dl1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.dl2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.dl3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.dl4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.dl5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.dl6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.dl7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.dl8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  background-color: #2B2A2A;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loading.active {
  opacity: 0;
  visibility: hidden;
}

.sec__ttl {
  text-align: center;
  margin-bottom: 3.2rem;
}
.sec__ttl .en {
  font-weight: 500;
  line-height: 1.8;
  color: #E06B53;
  letter-spacing: 0.08em;
}
.sec__ttl .ja {
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 700;
}

.bg-deco {
  position: relative;
}
.bg-deco::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10.8rem;
  width: 100%;
  aspect-ratio: 375/298;
  background: url(../img/common/bg-deco-sp.png) center center/cover no-repeat;
  z-index: -1;
}

.kv {
  position: relative;
  background: url(../img/common/kv_sp.jpg) center center/cover no-repeat;
}
.kv .btn01.vsp {
  margin-right: auto;
  margin-left: auto;
}

.kv__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8.2rem 0 4rem;
  gap: 2.7rem;
}

.kv__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  text-align: center;
}

.kv__img {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
.kv__img img {
  width: 100%;
}

.kv__txt {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}

.kv__ttl {
  font-family: "Noto Sans JP";
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 3.1rem;
  line-height: 1.25;
}
.kv__ttl .txt-primary {
  font-weight: 700;
}

.kv__ttlSub {
  display: inline-block;
  background: #E06B53;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  padding: 0.4rem 2.4rem;
  text-align: center;
  font-size: 2rem;
  max-width: 100%;
}

.trouble .arrow__bottom {
  margin-bottom: 5.6rem;
  margin-right: auto;
  margin-left: auto;
  width: 24rem;
}

.trouble__list {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 4rem;
}

.trouble__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  border-radius: 0.8rem;
  padding: 3.2rem 1.6rem;
  border: 0.2rem solid #000;
}

.trouble__img img {
  width: 100%;
}

.trouble__box {
  text-align: center;
}

.trouble__txt {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 0.6rem;
}

.trouble__ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000;
}

.cta01__img img {
  width: 100%;
}

.reason__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}

.reason__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reason__head .num {
  color: #fff;
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  border-radius: 50%;
  background: #000000;
}
.reason__head .en {
  font-weight: 700;
  color: #000;
}

.reason__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.reason__ttl .txt-primary {
  font-weight: 700;
}

.reason__txt {
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  color: #727272;
}

.reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.4rem;
}

.reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}

.reason__img {
  margin-right: auto;
  margin-left: auto;
}

.case__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 3rem;
}

.case__icon {
  width: 10.7rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: auto;
  margin-left: auto;
}

.case__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  border-radius: 1.6rem;
  padding: 3.2rem 1.6rem 6.4rem;
  background: #fff;
}

.case__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  color: #000;
}

.case__txt {
  line-height: 2;
  color: #000;
}

.check__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.check__list li {
  position: relative;
  font-size: 1.8rem;
  padding-left: 3rem;
  line-height: 2;
  color: #000;
}
.check__list li::after {
  position: absolute;
  content: "";
  top: 0.8rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/check-03.png) center center/cover no-repeat;
}

.marketter .txt__box {
  margin-bottom: 2rem;
}

.marketter__box {
  background-color: #fff;
  border: 1.2rem solid #E06B53;
  border-radius: 2.4rem;
  padding: 2rem 1.4rem;
}

.marketter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.marketter__tag {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  border-radius: 0.4rem;
  padding: 0.4rem 1rem;
  background: #E06B53;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.8rem;
}

.marketter__image {
  width: 15.4rem;
  margin-right: auto;
  margin-left: auto;
}

.marketter__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  margin-bottom: 2rem;
  color: #000;
}

.marketter__num {
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.marketter__skill {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 0.6rem;
}

.marketter__val {
  font-weight: 700;
  text-align: center;
  font-size: 4rem;
  line-height: 1;
}
.marketter__val .-small {
  font-size: 2rem;
  font-weight: 700;
}

.marketter__txt {
  font-weight: 500;
  line-height: 1.8;
}

.plan {
  background-color: #F4F4F4;
}
.plan .table__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.plan .recommend__tableContainer {
  border-radius: 1rem 1rem 2.4rem 2.4rem;
  overflow: hidden;
  border: 0.3rem solid #E06B53;
}

.plan__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  color: #353535;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  border-radius: 1rem 1rem 2.4rem 2.4rem;
  overflow: hidden;
}
.plan__table .-no-border {
  border: none;
}
.plan__table .-bg-primary {
  background: #E06B53;
}
.plan__table .-bg-gray {
  background: #E2E2E2;
  font-weight: 700;
  font-size: 2rem;
}
.plan__table .-color-black {
  color: #000;
}
.plan__table.-recommend {
  border-radius: 0;
}
.plan__table.-recommend thead th {
  height: 11.3rem;
  border: none;
}
.plan__table.-recommend td {
  border-width: 0 0 0.1rem 0;
  border-color: #D9D9D9;
  background: #FFEFEF;
}
.plan__table .recommend__tag {
  font-size: 0.8rem;
  font-weight: 700;
  display: inline-block;
  border-radius: 1.2rem;
  padding: 0 1.4rem;
  margin-bottom: 0.4rem;
  background: #fff;
  color: #E06B53;
}
.plan__table .recommend__bg {
  background: #FFEFEF;
}
.plan__table .small {
  font-weight: 500;
  font-size: 1.2rem;
}
.plan__table .icon-check-01,
.plan__table .icon-check-02,
.plan__table .icon-cross-01,
.plan__table .icon-cross-02 {
  position: relative;
}
.plan__table .icon-check-01::before,
.plan__table .icon-check-02::before,
.plan__table .icon-cross-01::before,
.plan__table .icon-cross-02::before {
  position: absolute;
  content: "";
  left: 4rem;
  top: 2rem;
}
.plan__table .icon-check-01::before,
.plan__table .icon-check-02::before {
  width: 2.1rem;
  height: 2.1rem;
}
.plan__table .icon-cross-01::before,
.plan__table .icon-cross-02::before {
  width: 1.2rem;
  height: 1.2rem;
  left: 4.4rem;
}
.plan__table .icon-check-01::before {
  background: url(../img/common/check.png) center center/cover no-repeat;
}
.plan__table .icon-check-02::before {
  background: url(../img/common/check-02.png) center center/cover no-repeat;
}
.plan__table .icon-cross-01::before {
  background: url(../img/common/x.png) center center/cover no-repeat;
}
.plan__table .icon-cross-02::before {
  background: url(../img/common/x-02.png) center center/cover no-repeat;
}
.plan__table .check-img {
  width: 2.4rem;
}
.plan__table .x-img {
  width: 1.2rem;
}
.plan__table .price {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 1rem;
}
.plan__table thead th {
  overflow: hidden;
  font-size: 2rem;
  line-height: 1.8;
  background: #000000;
  color: #fff !important;
  font-weight: 700;
  height: 9.3rem;
}
.plan__table th,
.plan__table td {
  border: 0.1rem solid #FFF6F6;
  height: 9, 2rem;
  vertical-align: middle;
}
.plan__table th {
  font-weight: 700;
  width: 100%;
}
.plan__table td {
  font-size: 1.4rem;
  font-weight: 500;
  height: 6rem;
  padding-left: 9.1rem;
  text-align: left;
  background: #fff;
}
.plan__table td span {
  font-weight: 700;
}

.plan__table th:nth-of-type(4),
.plan__table td:nth-of-type(4) {
  border-left: 0.5rem solid #E06B53;
  border-right: 0.5rem solid #E06B53;
  color: #E06B53;
}

.plan__table tr:first-of-type th:nth-of-type(4) {
  border-top: 2.5rem solid #E06B53;
}

.plan__table tr:last-of-type td:nth-of-type(4) {
  border-bottom: 0.5rem solid #E06B53;
}

.note__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 1.4rem;
}
.note__list .note__item {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #000;
}

.service .sec__ttl {
  margin-bottom: 8.6rem;
}

.service__list {
  display: -ms-grid;
  display: grid;
  gap: 6rem;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.service__item {
  background: #fff;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 0 2.6rem 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 2.6rem 0 rgba(0, 0, 0, 0.07);
  padding: 4.6rem 1.8rem 3.3rem;
  position: relative;
}
.service__item .num {
  font-size: 2.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#F58C77), to(#BE4A33));
  background: linear-gradient(180deg, #F58C77 0%, #BE4A33 100%);
  width: 5.7rem;
  height: 5.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3.5rem;
  font-weight: 700;
}
.service__item h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.service__item .check__list {
  padding: 2.4rem 1.3rem;
  background: #F5F4F4;
  border-radius: 1.2rem;
}
.service__item .check__list li {
  font-weight: 500;
  font-size: 1.6rem;
  color: #3F464B;
}

.service__img {
  margin-bottom: 3rem;
  margin-right: auto;
  margin-left: auto;
}
.service__img img {
  width: 100%;
}

.flow {
  background: #F8CBBC;
}

.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding: 3rem;
  background: #fff;
  border-radius: 1.2rem;
  position: relative;
}
.flow__item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/common/triangle.png) center center/cover no-repeat;
  width: 2rem;
  height: 1.8rem;
  bottom: -2.6rem;
}
.flow__item.-primary {
  background: -webkit-gradient(linear, right top, left top, color-stop(3.55%, #E06B53), color-stop(101.73%, #F2A59C));
  background: linear-gradient(270deg, #E06B53 3.55%, #F2A59C 101.73%);
}
.flow__item.-primary .small,
.flow__item.-primary .num,
.flow__item.-primary h3,
.flow__item.-primary .flow__txt {
  color: #fff !important;
}
.flow__item .num__box .small {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #757B7F;
}
.flow__item .num__box .num {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.flow__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.flow__head h3 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.flow__txt {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  line-height: 1.8;
  text-align: center;
}

.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}

.faq__item {
  background: linear-gradient(91deg, #FFEBE5 4.68%, #F6F6F6 98.97%);
  border-radius: 2.4rem;
  padding: 2.4rem 1.2rem;
}

.faq__item__q,
.faq__item__a {
  position: relative;
}

.faq__item__q::before,
.faq__item__a::before {
  position: absolute;
  left: 0;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #E06B53;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  font-size: 1.4rem;
}

.faq__item__q::before {
  content: "Q";
  background: #fff;
  border: 0.2rem solid #E06B53;
  width: 2rem;
  height: 2rem;
  top: 0.5rem;
}

.faq__item__a::before {
  content: "A";
  background: -webkit-gradient(linear, left top, left bottom, from(#E06B53), to(#E29788));
  background: linear-gradient(180deg, #E06B53 0%, #E29788 100%);
  color: #fff;
  width: 2.4rem;
  height: 2.4rem;
  top: 0.3rem;
}

.faq__item__q {
  padding-left: 3.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}

.faq__item__a {
  padding-left: 3.2rem;
  margin-top: 1.2rem;
  line-height: 1.8;
}

@media screen and (min-width: 48em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .hsp {
    display: none;
  }
  .hpc {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .vsp {
    display: none;
  }
  .vpc {
    display: block;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .l-inner {
    max-width: 120.8rem;
  }
  .l-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .l-wrapper.wrapper01 {
    max-width: 114rem;
  }
  .l-wrapper.wrapper02 {
    max-width: 128rem;
  }
  .l-sec {
    padding: 8rem 0;
  }
  .l-sec01 {
    padding: 4rem 0;
  }
  .header {
    height: auto;
    padding-top: 2.7rem;
    z-index: 9999;
    background: none;
  }
  .header .l-inner {
    margin-right: auto;
    margin-left: auto;
    gap: 3rem;
    width: 100%;
  }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .drawer {
    display: none;
  }
  .footer {
    padding: 9rem 18rem;
  }
  .footer__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.6rem;
    padding-bottom: 4.2rem;
  }
  .footer__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    max-width: 28rem;
    gap: 2rem;
  }
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer__box {
    margin-bottom: 0;
  }
  .footer__logo {
    margin-bottom: 4.4rem;
  }
  .footer__company {
    margin-top: 2rem;
  }
  .footer__area {
    margin-top: 24px;
    font-weight: 400;
    font-size: 12px;
  }
  .footer__policy {
    margin-left: 4.4rem;
  }
  .btn01 {
    width: 30.4rem;
    padding: 1.4rem 4rem;
  }
  .btn01::before {
    width: 7.5px;
    height: 12px;
  }
  .btn__cta {
    width: 35rem;
    font-size: 2rem;
    gap: 1.4rem;
  }
  .form__item {
    border-top: 0.05rem solid #1A1311;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21rem;
            flex: 0 0 21rem;
    margin-right: 3.5rem;
  }
  .privacyCheck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 4.5rem 0 6.5rem;
  }
  .privacyCheck__txt {
    margin-bottom: 0;
    margin-left: 3rem;
  }
  .sentArea {
    margin-bottom: 10rem;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=tel],
  textarea {
    font-size: 1.3rem;
  }
  .sec__ttl {
    margin-bottom: 3.8rem;
  }
  .sec__ttl .ja {
    font-size: 4rem;
  }
  .bg-deco::after {
    background: url(../img/common/bg-deco-pc.png) center center/cover no-repeat;
    aspect-ratio: 1440/500;
    bottom: 4.5rem;
  }
  .kv {
    background: url(../img/common/kv.jpg) center center/cover no-repeat;
  }
  .kv .btn01.vsp {
    margin-left: 0;
  }
  .kv__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 9.3rem 0 3.3rem;
  }
  .kv__box {
    text-align: left;
    gap: 2.6rem;
  }
  .kv__img {
    width: 57rem;
    margin: 0;
  }
  .kv__txt {
    text-align: left;
  }
  .kv__ttl {
    font-size: 5.2rem;
    line-height: 1.25;
  }
  .kv__ttlSub {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    text-align: left;
    font-size: 1.8rem;
  }
  .trouble .arrow__bottom {
    margin-bottom: 3.8rem;
  }
  .trouble__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 3.4rem;
  }
  .trouble__item {
    padding: 3.2rem;
  }
  .reason__container {
    max-width: 56.8rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 2.4rem;
  }
  .reason__ttl {
    font-size: 3.4rem;
  }
  .reason__list {
    gap: 8.2rem;
  }
  .reason__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13rem;
  }
  .reason__item:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .case__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.4rem;
    padding: 0 3.2rem;
  }
  .case__icon {
    width: 15.5rem;
  }
  .case__service {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8rem;
    padding: 6.4rem 4.8rem;
  }
  .case__ttl {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  .case__img {
    width: 52.7rem;
  }
  .marketter .txt__box {
    margin-bottom: 1.1rem;
  }
  .marketter__box {
    padding: 5.8rem 5.8rem 5.2rem;
  }
  .marketter__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.2rem;
    margin-bottom: 1.3rem;
  }
  .marketter__tag {
    display: block;
    font-size: 2rem;
    padding: 1rem 3.3rem;
    border-radius: 0.7rem;
    margin-bottom: 2.3rem;
  }
  .marketter__image {
    width: 29.8rem;
    margin: 0;
  }
  .marketter__ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.5rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 0;
  }
  .marketter__num {
    font-size: 2.4rem;
    text-align: left;
  }
  .marketter__skill {
    font-size: 2.4rem;
  }
  .marketter__val {
    font-size: 5.6rem;
    text-align: left;
    line-height: 1.8;
  }
  .marketter__val .-small {
    font-size: 2.4rem;
  }
  .plan .recommend__tableContainer {
    border-radius: 0;
    overflow: auto;
  }
  .plan__table {
    width: auto;
    border-radius: 0;
  }
  .plan__table .-bg-primary {
    padding-bottom: 2rem;
  }
  .plan__table .recommend__tag {
    font-size: 1.1rem !important;
    padding: 0.2rem 1.4rem;
    margin-bottom: 0;
  }
  .plan__table .small {
    font-weight: 700;
    font-size: 1.6rem;
  }
  .plan__table .price {
    margin-top: 0;
    font-size: 2.4rem;
  }
  .plan__table .price.-primary {
    font-size: 3.1rem;
  }
  .plan__table thead th:first-of-type {
    visibility: hidden;
    width: 2rem;
  }
  .plan__table th {
    width: 23.2rem;
  }
  .plan__table td {
    font-size: 1.6rem;
    width: 20rem;
    height: 9.2rem;
    padding-left: 0;
    text-align: center;
  }
  .note__list {
    margin-top: 2.8rem;
  }
  .note__list .note__item {
    text-align: center;
  }
  .service .sec__ttl {
    margin-bottom: 9.5rem;
  }
  .service__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 3.7rem;
  }
  .service__item .check__list li {
    font-size: 1.8rem;
  }
  .service__img {
    margin-bottom: 3.8rem;
  }
  .flow__list {
    gap: 4.1rem;
    padding: 0 7rem;
  }
  .flow__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flow__item:not(:last-of-type)::after {
    bottom: -3.2rem;
    width: 2.6rem;
    height: 2.4rem;
  }
  .flow__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.7rem;
  }
  .flow__head h3 {
    text-align: left;
  }
  .flow__txt {
    font-weight: 400;
    font-size: 1.6rem;
    width: 46.8rem;
    text-align: left;
  }
  .faq__list {
    gap: 3.2rem;
  }
  .faq__item {
    padding: 3.2rem;
  }
  .faq__item__q::before,
  .faq__item__a::before {
    font-size: 1.6rem;
  }
  .faq__item__q::before {
    top: 0;
    width: 3.6rem;
    height: 3.6rem;
  }
  .faq__item__a::before {
    top: -0.4rem;
    width: 4rem;
    height: 4rem;
  }
  .faq__item__q {
    padding-left: 5.2rem;
    font-size: 2rem;
  }
  .faq__item__a {
    padding-left: 5.2rem;
    margin-top: 2.5rem;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .ie-only {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */

/* Local static preview: reveal only JS-gated classes used by this page. */
.local-native-menu summary { list-style: none; } .local-native-menu summary::-webkit-details-marker { display: none; }
.header:has(> .local-native-menu[open]) { position: absolute; height: auto; align-items: flex-start; }
.local-native-menu[open] { width: 100%; }
.local-native-menu[open] .drawer__menu { position: static; height: auto; max-height: none; overflow: visible; padding: 6.5rem 0 2rem; transform: none; }
.loading { display: none !important; }

/* 旧スクロール処理のCSS代替。出現アニメーションは再現しない。 */
html { scroll-behavior: smooth; scroll-padding-top: 60px; }
@media (min-width: 1024px) { html { scroll-padding-top: 100px } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto } }
.fixed__cta { transition: none; }
