@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure,
figcaption,
main,
header,
footer,
nav,
section,
article,
aside {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
}

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

html {
  scroll-behavior: auto;
}

body {
  color: #0e1c42;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
  color: #111111;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

button {
  padding: 0;
  color: inherit;
  font: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input,
textarea,
select {
  color: inherit;
  font: inherit;
}

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

textarea {
  resize: vertical;
}

picture,
img,
svg,
video {
  display: block;
}

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

picture img {
  width: 100%;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: 900;
}

@media screen and (max-width: 767.9px) {
  p,
  li {
    font-size: 14px;
  }
}

/*==============================================================================
# header
==============================================================================*/
/*==============================================================================
# drawer
==============================================================================*/
.l-main {
  -webkit-padding-before: 222px;
          padding-block-start: 222px;
  min-height: 100vh;
}
@media screen and (max-width: 767.9px) {
  .l-main {
    -webkit-padding-before: 80px;
            padding-block-start: 80px;
  }
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1160px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .inner {
    width: 100%;
    padding: 0 1.25rem;
  }
}

.inner__narrow {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.section {
  padding-block: 5rem 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .section {
    padding-block: 4rem 5rem;
  }
}

.c-page-signage__img {
  position: relative;
}
.c-page-signage__img picture {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 340px;
}
.c-page-signage__img picture img,
.c-page-signage__img picture source {
  -o-object-fit: cover;
     object-fit: cover;
  height: 340px;
}
@media screen and (max-width: 767.9px) {
  .c-page-signage__img picture img,
  .c-page-signage__img picture source {
    max-height: 200px;
  }
}

.c-page-signage__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
  color: #FFEA00;
}
@media screen and (max-width: 767.9px) {
  .c-page-signage__title {
    font-size: 1.75rem;
  }
}

.c-page-signage__breadcrumb {
  background: url(../assets/img/breadcrumb.bg.png) repeat left center/contain;
  padding: 0.5rem 2.5rem;
  color: #fff;
  margin-top: -4px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .c-page-signage__breadcrumb {
    background-size: cover;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.breadcrumb a span {
  text-decoration: underline;
}

.c-section-title {
  text-align: center;
  margin-bottom: 40px;
  line-height: normal;
}
.c-section-title img {
  width: 2.75rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  .c-section-title img {
    width: 2.25rem;
  }
}

.c-section-title__main {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (max-width: 767.9px) {
  .c-section-title__main {
    font-size: 1.75rem;
  }
}

.c-section-title__sub {
  font-size: 1rem;
  color: #FF8000;
  text-transform: uppercase;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  margin-top: 8px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767.9px) {
  .c-section-title__sub {
    font-size: 0.75rem;
  }
}

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 2.25rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.c-title.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-title img {
  width: 2.0625rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .c-title {
    font-size: 1.75rem;
  }
}

.c-cta-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  min-width: 300px;
  min-height: 72px;
  max-width: 340px;
  width: 100%;
  padding: 14px 20px;
  border: 3px solid;
  border-radius: 999px;
  font-weight: 900;
  font-size: 20px;
  text-decoration: none;
  -webkit-box-shadow: 5px 5px 0 #111;
          box-shadow: 5px 5px 0 #111;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (hover: hover) {
  .c-cta-button:hover {
    -webkit-transform: translate(3px, 3px);
            transform: translate(3px, 3px);
    -webkit-box-shadow: 2px 2px 0 #111;
            box-shadow: 2px 2px 0 #111;
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .c-cta-button {
    font-size: 18px;
    padding: 10px 20px;
    min-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .c-cta-button {
    width: 100%;
    min-width: auto;
    min-height: 64px;
    font-size: 17px;
  }
}

.c-cta-button--primary {
  background: #FFEA00;
}

.c-cta-button--secondary {
  background: #53EDE0;
}

.c-cta-button__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 30px;
  width: 30px;
}
.c-cta-button__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-cta-button__icon {
    width: 24px;
    height: 24px;
  }
}

.c-cta-button__text {
  text-align: center;
}

.c-cta-button__read {
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

/*==============================================================================
# サイドバー
==============================================================================*/
.l-sidebar {
  max-width: 308px;
  background: #fff;
  border-radius: 20px;
  border: 4px solid #FFEA00;
  padding: 2rem 1.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-sidebar > :nth-child(n+2 of .p-widget) {
  margin-top: 3rem;
}
@media screen and (max-width: 767.9px) {
  .l-sidebar > :nth-child(n+2 of .p-widget) {
    margin-top: 2.5rem;
  }
}

.p-widget__title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-widget__title {
    font-size: 1.25rem;
  }
}

.p-widget__list li a {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 1.25rem;
  position: relative;
  line-height: 1.5;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .p-widget__list li a {
    padding-block: 1rem;
  }
}
.p-widget__list li a::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 3px;
  background-image: radial-gradient(circle, #FFAE00 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 3px;
  bottom: 0;
  left: 0;
}
.p-widget__list li a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
  vertical-align: sub;
}

/*==============================================================================
# ページネーション
==============================================================================*/
.p-pagination {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .p-pagination {
    margin-top: 1.5rem;
  }
}

.p-pagination__prev,
.p-pagination__next {
  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;
  line-height: 1;
  border: 1px solid #FFEA00;
  border-radius: 100vmax;
  background: #FFEA00;
  color: #fff;
  padding: 10px;
  /* ページネーションが無効の時 */
}
.p-pagination__prev.is-disabled,
.p-pagination__next.is-disabled {
  color: #b4bec5;
  background: #e2ecf2;
  cursor: not-allowed;
  pointer-events: none;
  border: 1px solid #e2ecf2;
}
@media (any-hover: hover) {
  .p-pagination__prev:hover,
  .p-pagination__next:hover {
    background: #fff;
    color: #FFEA00;
  }
}

.p-pagination__num {
  width: 40px;
  height: 40px;
  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;
  line-height: 1;
  background: #fff;
  border: 1px solid #FFEA00;
  border-radius: 100vmax;
  color: #FFEA00;
  padding: 10px;
}
.p-pagination__num.is-current {
  background: #FFEA00;
  color: #fff;
  pointer-events: none;
}
@media (any-hover: hover) {
  .p-pagination__num:hover {
    background: #FFEA00;
    color: #fff;
  }
}

.p-pagination__ellipsis {
  color: #FFEA00;
}

/*==============================================================================
# 背景共通css
==============================================================================*/
.grid-bg {
  background: url(../assets/img/grid-bg.png) repeat center center/100%;
}
@media screen and (max-width: 767.9px) {
  .grid-bg {
    background-size: 200%;
  }
}

/*==============================================================================
# ヘッダー
==============================================================================*/
header {
  background: #111;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 767.9px) {
  header {
    height: 60px;
  }
}

.header__inner {
  padding: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .header__inner {
    padding-inline: 15px;
  }
}

.header__logo img {
  height: 60px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  .header__logo img {
    height: 40px;
  }
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
  gap: 8px;
  border-radius: 999px;
  padding: 12px 24px;
  height: 56px;
}
@media screen and (max-width: 767.9px) {
  .header__button {
    height: 40px;
    font-size: 14px;
    padding: 12px 20px;
  }
}

.header__button--contact {
  background: #FFEA00;
}

@media screen and (max-width: 767.9px) {
  .header__button-icon {
    width: 16px;
    height: auto;
  }
}

.header__button--price {
  background: #53EDE0;
}
@media screen and (max-width: 767.9px) {
  .header__button--price {
    display: none;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #ff6a19;
  border-radius: 4px;
  padding: 0.75rem;
  cursor: pointer;
  top: 17px;
  right: 20px;
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 2px;
  background: #fff;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 6px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -6px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 278px;
  height: 100vh;
  height: 100svh;
  background: #fff;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 88px 40px;
  padding-inline: 20px;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
.p-drawer__list .p-drawer__item {
  font-weight: 700;
  width: 100%;
  position: relative;
}
.p-drawer__list .p-drawer__item::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 3px;
  background-image: radial-gradient(circle, #FFAE00 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 3px;
  bottom: 0;
  left: 0;
}

.p-drawer__item.has-sub .p-drawer__submenu li:last-of-type {
  padding-bottom: 12px;
}

.p-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}

/* 行（メインリンクと矢印を横並び） */
.p-drawer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}

.p-drawer__link {
  display: inline-block;
  text-decoration: none;
  padding-block: 16px;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
}

/* トグル（矢印） */
.p-drawer__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}

.p-drawer__chevron {
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

/* ドロワーサブメニュー */
.p-drawer .p-acc-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.p-drawer .p-drawer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.p-drawer .p-drawer__toggle {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.p-drawer .p-drawer__chevron {
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-drawer .p-drawer__submenu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease;
  transition: max-height 0.25s ease;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-drawer .p-drawer__sublink {
  padding-block: 4px;
  padding-left: 1em;
  width: 100%;
}
.p-drawer .p-acc-toggle:checked ~ .p-drawer__submenu {
  max-height: 600px;
}
.p-drawer .p-acc-toggle:checked ~ .p-drawer__row .p-drawer__toggle .p-drawer__chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*==============================================================================
# footer
==============================================================================*/
.footer {
  padding: 16px 24px;
  background: #111111;
  color: #fff;
}

.footer__address {
  text-align: center;
  font-size: 14px;
}

.footer__company-name {
  font-size: 18px;
  margin-bottom: 8px;
  display: inline-block;
}

.footer__bottom {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(100% - 40px, 1000px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    width: min(100% - 28px, 520px);
    text-align: center;
  }
}

.footer__link {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
@media (hover: hover) {
  .footer__link:hover {
    color: #FFEA00;
    opacity: 1;
  }
}

.footer__copyright {
  margin: 0;
  color: #fff;
  font-size: 13px;
}

/*==============================================================================
# トップページ
==============================================================================*/
/*----------------------------------
    MV
-----------------------------------*/
.mv {
  margin-top: 80px;
  padding: 32px 0 40px;
  background-color: #FFEA00;
  background: url("../../assets/img/bg_mv_pc.webp") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url("../../assets/img/bg_mv_sp.webp") no-repeat center center/cover;
    margin-top: 60px;
    padding: 16px 0 24px;
  }
}

.mv__inner {
  width: min(100% - 40px, 1320px);
  margin-inline: auto;
}

.mv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}

.mv__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  position: relative;
  z-index: 2;
}

.mv__copy img,
.mv__media img {
  display: block;
  width: 100%;
  height: auto;
}

.mv__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-top: 20px;
}

.mv__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .mv__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    width: min(100% - 24px, 520px);
  }
  .mv__body {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "media" "buttons";
    gap: 0px;
  }
  .mv__content {
    display: contents;
  }
  .mv__copy {
    grid-area: copy;
  }
  .mv__media {
    grid-area: media;
    margin-top: -10px;
  }
  .mv__buttons {
    grid-area: buttons;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-top: 0;
    padding-inline: 12px;
    margin-top: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*----------------------------------
    problems
-----------------------------------*/
.problems {
  position: relative;
  padding: 70px 0 76px;
  overflow: hidden;
  background-color: #c8c8c8;
  background-image: url("../../assets/img/bg_problems_pc.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767.9px) {
  .problems {
    background-image: url("../../assets/img/bg_problems_sp.webp");
  }
}

.problems__inner {
  width: min(100% - 80px, 1040px);
  margin-inline: auto;
}

.problems__section-title {
  margin-top: 32px;
}
@media screen and (max-width: 767.9px) {
  .problems__section-title {
    margin-top: 16px;
    max-width: 266px;
  }
}
@media screen and (max-width: 767.9px) {
  .problems__section-title img {
    max-width: 266px;
    height: auto;
    margin-inline: auto;
  }
}

.problems__heading-lead {
  width: 520px;
  margin-inline: auto;
  max-width: 100%;
}
.problems__heading-lead img {
  width: 100%;
}

.problems__heading {
  width: min(100%, 820px);
  margin-inline: auto;
}
.problems__heading img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .problems__heading {
    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;
  }
}

.problems__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .problems__list {
    gap: 32px;
  }
}

.problems__item {
  text-align: center;
}

.problems__image {
  width: 100%;
  aspect-ratio: 320/230;
  overflow: hidden;
}
.problems__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.problems__title {
  margin-top: 18px;
  font-size: 20px;
}

.problems__text {
  margin-top: 8px;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .problems {
    padding: 60px 0 64px;
  }
  .problems__inner {
    width: min(100% - 48px, 760px);
  }
  .problems__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .problems {
    padding: 48px 0 56px;
    background-position: center top;
  }
  .problems__inner {
    width: calc(100% - 40px);
  }
  .problems__heading {
    width: 100%;
  }
  .problems__list {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 36px;
  }
  .problems__item {
    width: min(100%, 340px);
    margin-inline: auto;
  }
  .problems__image {
    width: min(100%, 300px);
    margin-inline: auto;
  }
  .problems__title {
    margin-top: 16px;
  }
  .problems__text {
    margin-top: 10px;
    text-align: center;
  }
}
/*----------------------------------
    feature
-----------------------------------*/
.features {
  padding-block: 80px;
  background: url(../../assets/img/bg_yellow-dot_pc01.webp) no-repeat left bottom/cover;
  z-index: 0;
}
@media screen and (max-width: 767.9px) {
  .features {
    background: url(../../assets/img/bg_yellow-dot_sp01.webp) no-repeat left bottom/cover;
  }
}

.features__inner {
  width: min(100% - 40px, 1080px);
  margin-inline: auto;
}

.features__heading {
  text-align: center;
}
.features__heading picture,
.features__heading img {
  display: block;
}
.features__heading img {
  width: min(100%, 871px);
  height: auto;
  margin-inline: auto;
}

.features__lead {
  margin-top: 24px;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
}
.features__lead span {
  font-weight: 900;
  color: #E34400;
}
@media screen and (max-width: 767px) {
  .features__lead {
    font-size: 17px;
  }
}

.features__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 40px;
  padding: 30px;
  background: #111;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .features__nav {
    padding: 16px;
    gap: 8px;
  }
}
@media screen and (max-width: 767.9px) {
  .features__nav {
    max-width: 500px;
  }
}
.features__nav a {
  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;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
}
@media screen and (max-width: 900px) {
  .features__nav a {
    padding: 8px 10px;
  }
}

.features__list {
  display: grid;
  gap: 42px;
  margin-top: 40px;
}

.feature-card {
  position: relative;
  scroll-margin-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .feature-card {
    scroll-margin-top: 60px;
  }
}

.feature-card__label {
  position: relative;
  top: 4px;
  left: 0;
  z-index: 2;
}
.feature-card__label img {
  max-width: 240px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  .feature-card__label img {
    max-width: 155px;
  }
}

.feature-card__body {
  padding: 42px 38px 34px;
  border: 8px solid #222;
  background: #fff;
}

.feature-card__title {
  text-align: center;
  font-size: 30px;
}
.feature-card__title span.emphasis {
  font-size: 40px;
  font-weight: normal;
}
@media screen and (max-width: 767.9px) {
  .feature-card__title span.emphasis {
    font-size: 26px;
  }
}
@media screen and (max-width: 767.9px) {
  .feature-card__title {
    font-size: 20px;
  }
}
.feature-card__title span.emphasis-text {
  font-weight: 900;
  color: #E34400;
  font-size: 40px;
}
@media screen and (max-width: 767.9px) {
  .feature-card__title span.emphasis-text {
    font-size: 26px;
  }
}

.feature-card__note {
  margin: 8px 0 0;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 767.9px) {
  .feature-card__note {
    font-size: 10px;
  }
}

.feature-card__intro {
  margin: 24px 0 0;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .feature-card__intro {
    font-size: 14px;
  }
}
.feature-card__intro strong {
  color: #E34400;
  font-weight: 900;
}

.feature-card__columns {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .feature-card__columns {
    grid-template-columns: repeat(1, 1fr);
  }
}

.feature-card__media img {
  display: block;
  width: 100%;
  height: auto;
}

.feature-card__content h4 {
  font-size: 24px;
}
@media screen and (max-width: 767.9px) {
  .feature-card__content h4 {
    font-size: 20px;
  }
}
.feature-card__content p {
  margin-top: 16px;
}
.feature-card__content p + p {
  margin-top: 18px;
}

.feature-card__box {
  position: relative;
  margin: 30px 0 20px;
  padding: 30px 24px 20px;
  border: 2px solid #FFEA00;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.feature-card__box-title {
  position: absolute;
  top: -16px;
  left: 50%;
  margin: 0;
  padding: 4px 10px;
  border-radius: 999px;
  background: #FFEA00;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.feature-card__checks {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
}
.feature-card__checks li {
  position: relative;
  padding-left: 28px;
}
.feature-card__checks li::before {
  position: absolute;
  background: url(../../assets/img/icon_check-black.png) no-repeat center center/contain;
  top: 0.15em;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
}

.feature-card__interviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 32px;
}

.feature-card__interview img {
  display: block;
  width: 100%;
  height: auto;
}
.feature-card__interview h4 {
  margin: 16px 0 0;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 767.9px) {
  .feature-card__interview h4 {
    text-align: left;
    font-size: 18px;
  }
}
.feature-card__interview p {
  margin: 12px 0 0;
}

.feature-card__conversion,
.feature-card__media-usage {
  display: grid;
  grid-template-columns: 1fr 70px 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.feature-card__conversion-item h4,
.feature-card__usage-video h4 {
  margin: 0 0 14px;
  text-align: center;
}

.feature-card__video img {
  display: block;
  width: 100%;
  height: auto;
}

.feature-card__arrow {
  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;
}
.feature-card__arrow span {
  position: relative;
  display: block;
  width: 52px;
  height: 5px;
  background: #111;
}
.feature-card__arrow span::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 22px;
  height: 22px;
  border-top: 5px solid #111;
  border-right: 5px solid #111;
  content: "";
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.feature-card__caution {
  margin: 24px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 767.9px) {
  .feature-card__caution {
    font-size: 12px;
  }
}

.feature-card__platforms {
  display: grid;
  gap: 20px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  font-weight: 700;
}
.feature-card__platforms li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.feature-card__platforms img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-card__benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.feature-card__benefit {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.feature-card__benefit img {
  display: block;
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  .feature-card__benefit img {
    width: 70px;
    height: 70px;
  }
}
.feature-card__benefit h4 {
  font-size: 20px;
}
@media screen and (max-width: 767.9px) {
  .feature-card__benefit h4 {
    font-size: 18px;
  }
}
.feature-card__benefit h4,
.feature-card__benefit p {
  margin: 0;
}
.feature-card__benefit p {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .features {
    padding-block: 60px;
  }
  .features__inner {
    width: calc(100% - 20px);
  }
  .features__heading img {
    width: min(100%, 360px);
  }
  .features__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 20px;
    padding: 12px;
  }
  .features__nav a {
    font-size: 13px;
    padding: 10px;
  }
  .features__list {
    gap: 24px;
    margin-top: 24px;
  }
  .feature-card__label {
    min-width: 155px;
  }
  .feature-card__label::after {
    right: -22px;
    border-bottom-width: 29px;
    border-right-width: 22px;
  }
  .feature-card__body {
    padding: 24px 20px;
    border-width: 4px;
  }
  .feature-card__columns,
  .feature-card__interviews,
  .feature-card__conversion,
  .feature-card__media-usage,
  .feature-card__benefits {
    grid-template-columns: 1fr;
  }
  .feature-card__columns {
    gap: 20px;
    margin-top: 20px;
  }
  .feature-card__columns--reverse-sp .feature-card__media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .feature-card__columns--reverse-sp .feature-card__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .feature-card__interviews {
    gap: 24px;
    margin-top: 24px;
  }
  .feature-card__conversion,
  .feature-card__media-usage {
    gap: 14px;
    margin-top: 22px;
  }
  .feature-card__arrow {
    min-height: 52px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .feature-card__box {
    padding: 28px 14px 16px;
    width: 100%;
  }
  .feature-card__box-title {
    font-size: 14px;
  }
  .feature-card__platforms {
    margin-top: 4px;
    gap: 12px;
  }
  .feature-card__platforms img {
    width: 32px;
    height: 32px;
  }
  .feature-card__benefits {
    gap: 18px;
  }
  .feature-card__benefit {
    grid-template-columns: 58px 1fr;
  }
  .feature-card__benefit img {
    width: 58px;
    height: 58px;
  }
}
/*----------------------------------
    制作実績
-----------------------------------*/
.works {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
.works:before {
  position: absolute;
  background: url(../../assets/img/bg_light-blue_pc.webp) no-repeat bottom center/cover;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 767px) {
  .works:before {
    background: url(../../assets/img/bg_light-blue_sp.webp) no-repeat bottom center/cover;
  }
}
@media screen and (max-width: 767px) {
  .works {
    padding: 56px 0;
    background-size: 20px 20px;
  }
}

.works__inner {
  width: min(100% - 40px, 1040px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .works__inner {
    width: min(100% - 24px, 520px);
  }
}

.works__heading {
  text-align: center;
}

.works__title {
  margin: 0;
}

.works__title img {
  display: block;
  width: 220px;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .works__title img {
    width: 110px;
  }
}

.works__lead {
  margin-top: 32px;
  font-weight: 900;
  text-align: center;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .works__lead {
    margin-top: 24px;
    font-size: 17px;
    text-align: left;
  }
}

.works__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .works__cards {
    gap: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .works__cards {
    gap: 28px;
    margin-top: 36px;
  }
}

.works-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 48px) / 3);
          flex: 0 0 calc((100% - 48px) / 3);
  max-width: 480px;
  background: #fff;
  border: 5px solid #222;
  -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 1024px) {
  .works-card {
    -ms-flex-preferred-size: calc((100% - 20px) / 2);
        flex-basis: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .works-card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 480px;
  }
}

.works-card__image {
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .works-card__image {
    padding: 30px;
  }
}

.works-card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.works-card__body {
  padding: 0 32px 32px;
}
@media screen and (max-width: 1024px) {
  .works-card__body {
    padding: 0 24px 28px;
  }
}

.works-card__name {
  margin: 0;
  font-weight: 900;
  text-align: center;
  font-size: 20px;
}

.works-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin: 24px 0 0;
}

.works-card__meta dt {
  min-width: 52px;
  padding: 6px 10px;
  background: #fff000;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.works-card__meta dd {
  margin: 0;
}

/*----------------------------------
    料金プラン
-----------------------------------*/
.price {
  padding-block: 80px 100px;
}
@media screen and (max-width: 767px) {
  .price {
    padding: 56px 0 56px;
  }
}

.price__inner,
.reason__inner {
  width: min(100% - 40px, 1040px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .price__inner,
  .reason__inner {
    width: min(100% - 28px, 520px);
  }
}

.price__heading {
  text-align: center;
}

.price__title {
  margin: 0;
}

.price__title img {
  display: block;
  width: 260px;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .price__title img {
    width: 137px;
  }
}

.price__lead {
  margin: 28px 0 0;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .price__lead {
    margin-top: 24px;
    text-align: left;
    font-size: 16px;
  }
}

.price__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 66px;
}
@media screen and (max-width: 900px) {
  .price__cards {
    gap: 28px;
  }
}
@media screen and (max-width: 767px) {
  .price__cards {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
  }
}

.price-card {
  overflow: hidden;
  border: 4px solid #ffb000;
  border-radius: 18px 18px 0 0;
  background: #fff;
}

.price-card--multi {
  border-color: #ff8600;
}

.price-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 22px 16px 18px;
  background: #ffb000;
  font-weight: 900;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .price-card__title {
    gap: 10px;
    padding: 18px 12px 16px;
  }
}

.price-card--multi .price-card__title {
  background: #ff8600;
}

.price-card__title span {
  font-size: 32px;
}

.price-card__body {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .price-card__body {
    padding: 20px;
  }
}
@media screen and (max-width: 410px) {
  .price-card__body {
    padding: 16px;
  }
}

.price-card__note {
  margin: 0 0 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-card__note {
    text-align: left;
  }
}

.price-card__list {
  margin: 0;
}

.price-card__row {
  display: grid;
  grid-template-columns: 112px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.price-card__row + .price-card__row {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .price-card__row {
    grid-template-columns: 80px 1fr;
    gap: 16px;
  }
}
@media screen and (max-width: 410px) {
  .price-card__row {
    gap: 12px;
  }
}

.price-card__row dt {
  padding: 8px 10px;
  border: 1px solid;
  background: #fff;
  font-weight: 900;
  text-align: center;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .price-card__row dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .price-card__row dt {
    font-size: 14px;
  }
}

.price-card__row dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  color: #e84300;
  font-weight: 900;
  line-height: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.price-card__amount {
  font-size: 48px;
}
@media screen and (max-width: 1070px) {
  .price-card__amount {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .price-card__amount {
    font-size: 40px;
  }
}
@media screen and (max-width: 410px) {
  .price-card__amount {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .price-card__yen,
  .price-card__tax {
    font-size: 14px;
  }
}
@media screen and (max-width: 410px) {
  .price-card__yen,
  .price-card__tax {
    font-size: 13px;
  }
}

.price-card__recommend {
  margin-top: 22px;
}

.price-card__recommend-title {
  margin: 0;
  padding: 8px 12px;
  background: #ffb000;
  font-weight: 900;
  text-align: center;
}

.price-card--multi .price-card__recommend-title {
  background: #ff8600;
}

.price-card__recommend-text {
  margin: 14px 0 0;
  line-height: 1.6;
}

.price-option {
  display: grid;
  grid-template-columns: 210px 1fr auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 28px;
  border: 4px solid #fff000;
  border-radius: 18px 0 0 18px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .price-option {
    grid-template-columns: 112px 1fr;
    margin-top: 20px;
  }
}

.price-option__label {
  display: grid;
  place-items: center;
  padding: 24px 20px;
  background: #fff000;
  color: #000;
  font-weight: 900;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .price-option__label {
    padding: 22px 12px;
    font-size: 20px;
  }
}

.price-option__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .price-option__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.price-option__content {
  padding: 20px 28px;
}
@media screen and (max-width: 767px) {
  .price-option__content {
    padding: 18px;
  }
}

.price-option__title {
  margin: 0;
  font-weight: 900;
  font-size: 22px;
}
@media screen and (max-width: 767.9px) {
  .price-option__title {
    font-size: 18px;
  }
}

.price-option__text {
  margin: 10px 0 0;
  line-height: 1.6;
}

.price-option__price {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0;
  padding: 20px 32px;
  font-weight: 900;
  font-size: 22px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .price-option__price {
    grid-column: 2/3;
    padding: 0 18px 18px;
    font-size: 20px;
  }
}

.price-option__price span {
  font-size: 14px;
}

.price-notice-wrapper {
  border: 2px solid #fff000;
  padding: 4px;
  margin: 42px auto 0;
  width: min(100%, 840px);
}
@media screen and (max-width: 767px) {
  .price-notice-wrapper {
    margin-top: 30px;
  }
}

.price-notice {
  display: grid;
  grid-template-columns: 96px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 24px 30px;
  border: 2px solid #fff000;
  background: #fffde7;
}
@media screen and (max-width: 767px) {
  .price-notice {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 24px;
    text-align: center;
  }
}

.price-notice__icon {
  width: 80px;
  margin-inline: auto;
}

.price-notice__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.price-notice__text {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .price-notice__text {
    text-align: left;
  }
}

/*----------------------------------
    件数制限の理由
-----------------------------------*/
.reason__heading {
  text-align: center;
}

.reason__title img {
  display: block;
  width: 590px;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .reason__title img {
    width: 330px;
  }
}

.reason__lead {
  margin: 32px 0 0;
  font-size: 20px;
  font-weight: 500;
}
.reason__lead span {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .reason__lead {
    margin-top: 22px;
  }
}

.reason__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  margin-top: 58px;
}
@media screen and (max-width: 900px) {
  .reason__items {
    gap: 28px;
  }
}
@media screen and (max-width: 767px) {
  .reason__items {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 48px;
  }
}

.reason-card {
  text-align: center;
}

.reason-card__icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.reason-card__icon img {
  display: block;
  width: auto;
  height: 100px;
}

.reason-card__title {
  margin: 26px 0 0;
  font-weight: 900;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .reason-card__title {
    margin-top: 22px;
  }
}

.reason-card__text {
  margin: 18px 0 0;
  text-align: left;
}

.reason-notice {
  margin-top: 72px;
  padding: 50px 20px;
  background-color: #fff000;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.45) 0, rgba(255, 255, 255, 0.45) 8px, transparent 8px, transparent 18px);
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason-notice {
    margin-top: 56px;
    padding: 40px 18px;
  }
}

.reason-notice__text {
  margin: 0;
  font-weight: 900;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .reason-notice__text {
    font-size: 20px;
  }
}

/*----------------------------------
    よくある質問
-----------------------------------*/
.faq {
  padding: 80px 0 96px;
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 56px 0 72px;
  }
}

.faq__inner {
  width: min(100% - 40px, 760px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    width: min(100% - 28px, 520px);
  }
}

.faq__heading {
  text-align: center;
}

.faq__title {
  margin: 0;
}

.faq__title img {
  display: block;
  width: 290px;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .faq__title img {
    width: 159px;
  }
}

.faq__list {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .faq__list {
    margin-top: 36px;
  }
}

.faq-item + .faq-item {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .faq-item + .faq-item {
    margin-top: 26px;
  }
}

.faq-item__question {
  display: grid;
  grid-template-columns: 48px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
  .faq-item__question {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding-bottom: 12px;
  }
}

.faq-item__q-icon {
  display: grid;
  place-items: center;
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFEA00;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq-item__q-icon {
    width: 42px;
    font-size: 1.25rem;
  }
}

.faq-item__q-text {
  margin: 0;
  font-weight: 900;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .faq-item__q-text {
    font-size: 1rem;
  }
}

.faq-item__answer {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  .faq-item__answer {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding-top: 14px;
  }
}

.faq-item__a-icon {
  display: grid;
  place-items: start center;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq-item__a-icon {
    font-size: 1.25rem;
  }
}

/*----------------------------------
    CTA
-----------------------------------*/
.final-cta {
  padding: 60px 0 64px;
  background-color: #FFEA00;
  background-image: url("../../assets/img/bg_cta.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .final-cta {
    padding: 48px 0 56px;
    background-image: url("../img/bg_final-cta_sp.webp");
  }
}

.final-cta__inner {
  width: min(100% - 40px, 1000px);
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .final-cta__inner {
    width: min(100% - 28px, 520px);
  }
}

.final-cta__label {
  display: inline-block;
  margin: 0;
  padding: 10px 28px;
  border-radius: 8px;
  background: #fff;
  color: #E34400;
  font-weight: 900;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .final-cta__label {
    padding: 8px 18px;
    font-size: 18px;
  }
}

.final-cta__title {
  margin: 18px 0 0;
  max-width: 480px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.final-cta__title img {
  max-width: 480px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .final-cta__title img {
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .final-cta__title {
    margin-top: 16px;
    font-size: 34px;
    -webkit-text-stroke: 3px #111;
    text-shadow: 3px 4px 0 rgba(0, 0, 0, 0.45);
  }
}

.final-cta__lead {
  margin: 28px 0 0;
  font-weight: 500;
  font-size: 18px;
}
.final-cta__lead span {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .final-cta__lead {
    margin-top: 22px;
    font-size: 15px;
    text-align: left;
  }
}

.final-cta__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 34px;
  position: relative;
  z-index: 1;
}
.final-cta__steps::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 1px;
  width: 100%;
  background: #111;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .final-cta__steps::before {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .final-cta__steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }
}

.final-cta-step {
  min-height: 118px;
  padding: 20px 26px;
  border-radius: 8px;
  background: #fffde2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .final-cta-step {
    min-height: auto;
    padding: 18px 20px;
  }
}

.final-cta-step__title {
  margin: 0;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .final-cta-step__title {
    font-size: 18px;
    text-align: left;
  }
}

.final-cta-step__text {
  margin: 12px 0 0;
}
@media screen and (max-width: 767px) {
  .final-cta-step__text {
    font-size: 14px;
  }
}

.final-cta__box {
  margin-top: 40px;
  padding: 30px 24px;
  border-radius: 8px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .final-cta__box {
    margin-top: 30px;
    padding: 24px 18px;
  }
}

.final-cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .final-cta__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

/*==============================================================================
# コラム詳細ページ
==============================================================================*/
.p-column__meta {
  margin-bottom: 1rem;
}

.p-column__category {
  background: #FFEA00;
  color: #fff;
  font-weight: 700;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 0.875rem;
  margin-right: 8px;
}

.p-column__date {
  font-size: 0.875rem;
}

.p-column__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .p-column__title {
    margin-bottom: 1.5rem;
  }
}

.p-column__main h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-column__main h3 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-column__main h4 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767.9px) {
  .p-column__main h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.p-column__main p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.9px) {
  .p-column__main p {
    margin-bottom: 0.875rem;
  }
}
.p-column__main img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.9px) {
  .p-column__main img {
    margin-bottom: 0.875rem;
  }
}

/*==============================================================================
# お問い合わせフォーム
==============================================================================*/
.contact {
  min-height: calc(100vh - 160px);
  padding-block: 70px 100px;
  background-color: #FFFDE2;
  margin-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .contact {
    margin-top: 60px;
  }
}

.contact-inner {
  width: min(100% - 40px, 700px);
  margin-inline: auto;
}

.contact-heading {
  text-align: center;
}

.contact-title {
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 767.9px) {
  .contact-title {
    font-size: 26px;
  }
}

.contact-description {
  margin-top: 32px;
}
@media screen and (max-width: 767.9px) {
  .contact-description {
    text-align: left;
  }
}

.contact-description p + p {
  margin-top: 32px;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

/*----------------------------------
    フォームのcss
-----------------------------------*/
.Form,
.confirm_area {
  width: min(100% - 40px, 736px);
  margin-inline: auto;
}

.Form {
  margin-top: 56px;
}

.Form-Item {
  margin-top: 18px;
}

.Form-Item:first-child {
  margin-top: 0;
}

.Form-Item-Label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-weight: 700;
}

.Form-Item-Label-Required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 8px;
  background-color: #FFEA00;
  font-weight: 700;
  white-space: nowrap;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.Form input[type=text],
.Form input[type=email],
.Form input[type=tel],
.Form textarea {
  display: block;
  width: 100%;
  padding: 12px 10px;
  border: 2px solid #111;
  border-radius: 0;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.Form input[type=text],
.Form input[type=email],
.Form input[type=tel] {
  height: 45px;
}

.Form textarea {
  min-height: 178px;
  resize: vertical;
}

.Form input::-webkit-input-placeholder, .Form textarea::-webkit-input-placeholder {
  color: #c9c9c9;
  opacity: 1;
}

.Form input::-moz-placeholder, .Form textarea::-moz-placeholder {
  color: #c9c9c9;
  opacity: 1;
}

.Form input:-ms-input-placeholder, .Form textarea:-ms-input-placeholder {
  color: #c9c9c9;
  opacity: 1;
}

.Form input::-ms-input-placeholder, .Form textarea::-ms-input-placeholder {
  color: #c9c9c9;
  opacity: 1;
}

.Form input::placeholder,
.Form textarea::placeholder {
  color: #c9c9c9;
  opacity: 1;
}

.Form .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 34px;
}

.Form .wpcf7-list-item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.Form .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}

.Form input[type=radio] {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 2px solid #111;
  border-radius: 50%;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.Form input[type=radio]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FFAE00;
  content: "";
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.Form input[type=radio]:checked::before {
  opacity: 1;
}

.button-wrap {
  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;
  gap: 20px;
  margin-top: 42px;
}

.confirm_button,
.back_button,
.wpcf7-submit {
  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: min(100%, 272px);
  min-height: 58px;
  min-width: 300px;
  max-width: 340px;
  padding: 12px 24px;
  border: 3px solid #111;
  border-radius: 999px !important;
  background-color: #FFEA00;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}

.confirm_button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.back_button {
  background-color: #fff;
}

@media (hover: hover) {
  .confirm_button:not(:disabled):hover,
  .back_button:hover,
  .wpcf7-submit:hover {
    opacity: 0.75;
  }
}
/* プライバシーポリシー同意欄を追加した場合 */
.Form .acceptance {
  margin-top: 42px;
  text-align: center;
}

.Form .acceptance .wpcf7-list-item {
  display: inline-block;
}

.Form .acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.Form .acceptance input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 2px solid #111;
  border-radius: 0;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.Form .acceptance input[type=checkbox]::after {
  position: absolute;
  top: 2px;
  left: 7px;
  width: 7px;
  height: 13px;
  border-right: 3px solid #FFAE00;
  border-bottom: 3px solid #FFAE00;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.Form .acceptance input[type=checkbox]:checked::after {
  opacity: 1;
}

.Form .acceptance a {
  color: #FFAE00;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* エラーメッセージ */
.custom-validation-error,
.wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  color: #d80000;
}

.wpcf7 form .wpcf7-response-output {
  width: min(100% - 40px, 736px);
  margin: 30px auto 0;
}

/* =========================
   確認画面
========================= */
.confirm_area {
  display: none;
  margin-top: 56px;
}

.confirm_area.is-show {
  display: block;
}

.confirm_area h2 {
  margin: 0;
  text-align: center;
  font-size: 32px;
}

.confirm_area > p {
  margin: 34px 0 0;
}

.confirm_area .Form-Item {
  margin-top: 25px;
}

.confirm_area .Form-Item:first-of-type {
  margin-top: 48px;
}

.confirm_area .Form-Item-Label {
  margin-bottom: 8px;
}

.confirm_area .Form-Item-Label-Required {
  display: none;
}

.confirm_area [class^=confirm_] {
  display: block;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.confirm_area .button-wrap {
  margin-top: 46px;
}

/* =========================
   スマホ
========================= */
@media screen and (max-width: 767px) {
  .Form,
  .confirm_area {
    width: calc(100% - 30px);
  }
  .Form {
    margin-top: 42px;
  }
  .Form-Item {
    margin-top: 14px;
  }
  .Form-Item-Label {
    gap: 8px;
    margin-bottom: 6px;
  }
  .Form-Item-Label-Required {
    padding: 2px 6px;
  }
  .Form input[type=text],
  .Form input[type=email],
  .Form input[type=tel] {
    height: 40px;
    padding: 9px 8px;
  }
  .Form textarea {
    min-height: 140px;
    padding: 9px 8px;
  }
  .Form .wpcf7-radio {
    gap: 12px 22px;
  }
  .Form input[type=radio] {
    width: 20px;
    height: 20px;
  }
  .Form input[type=radio]::before {
    width: 10px;
    height: 10px;
  }
  .Form .acceptance {
    margin-top: 25px;
  }
  .Form .acceptance input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .Form .acceptance input[type=checkbox]::after {
    top: 1px;
    left: 5px;
    width: 6px;
    height: 11px;
  }
  .button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    margin-top: 30px;
  }
  .confirm_button,
  .back_button,
  .wpcf7-submit {
    width: min(100%, 260px);
    min-height: 50px;
  }
  .confirm_area {
    margin-top: 48px;
  }
  .confirm_area h2 {
    font-size: 28px;
  }
  .confirm_area > p {
    margin-top: 24px;
  }
  .confirm_area .Form-Item:first-of-type {
    margin-top: 34px;
  }
  .confirm_area .Form-Item {
    margin-top: 22px;
  }
  .confirm_area .button-wrap {
    margin-top: 34px;
  }
}
/*----------------------------------
    サンクスページ
-----------------------------------*/
.contact__return-to-top {
  text-align: center;
  margin-top: 40px;
  text-decoration: underline;
  color: #FFAE00;
  font-weight: 500;
  display: block;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767.9px) {
  .u-pc {
    display: none !important;
  }
}
.u-tab {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .u-tab {
    display: block !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "M PLUS 1p", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767.9px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767.9px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767.9px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767.9px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-paragraph p + p {
  margin-top: 1em;
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767.9px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

/* スクリーンリーダー専用 */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}