@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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  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 {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1280 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}
html {
  scrollbar-gutter: stable;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
body.is-fixed {
  overflow-y: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

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

picture,
img {
  display: block;
}

a,
span {
  display: inline-block;
}

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

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  min-height: 100vh;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 630px;
    padding: 0 0.9375rem;
  }
}

.l-inner__narrow {
  max-width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 0.9375rem;
    max-width: 600px;
  }
}

.c-btn__orange {
  color: #ffffff;
  background-color: #EB7001;
}
@media (any-hover: hover) {
  .c-btn__orange:hover {
    color: #EB7001;
    background-color: #ffffff;
  }
}

.c-btn__white {
  color: #EB7001;
  background-color: #ffffff;
}
@media (any-hover: hover) {
  .c-btn__white:hover {
    color: #ffffff;
    background-color: #EB7001;
  }
}

.c-btn__header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 14px;
  border: solid 2px #EB7001;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn__header.-dl {
  padding-inline: 32px;
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
}
.c-btn__header.-mail {
  padding-inline: 30px;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-btn__header {
    padding-block: 10px;
  }
}

.c-btn__header-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285;
}

.c-btn__header-icon.-dl {
  width: 16px;
  height: 16px;
}
.c-btn__header-icon.-mail {
  width: 16px;
  height: 16px;
}

.c-btn__header-sp {
  width: 40px;
  height: 40px;
  border: solid 1px #EB7001;
  border-radius: 50%;
  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;
}

.c-btn__mv {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #EB7001;
  -webkit-box-shadow: 0 10px 15px -3px rgba(235, 112, 1, 0.2), 0 4px 6px -4px rgba(235, 112, 1, 0.2);
          box-shadow: 0 10px 15px -3px rgba(235, 112, 1, 0.2), 0 4px 6px -4px rgba(235, 112, 1, 0.2);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem 3.9375rem;
}
@media (any-hover: hover) {
  .c-btn__mv:hover {
    background-color: #ffffff;
    color: #EB7001;
    border-color: #EB7001;
  }
}

.c-btn__mv-icon {
  width: 2rem;
  height: 2rem;
}

.c-btn__mv-label {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
}

.c-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Inter", sans-serif;
  color: #EB7001;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.28125rem 0.983875rem 0.40625rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px;
  border: 0.0625rem solid #eb7001;
  background: rgba(235, 112, 1, 0.05);
}
.c-label.-service, .c-label.-case {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: normal;
  padding: 0.21875rem 0.650625rem 0.15625rem 0.6875rem;
  border-radius: 0.5rem;
}

.c-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  pointer-events: none;
}
.c-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-animated__fadeIn,
.c-animated__fadeIn-d {
  translate: 0 40px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, translate 0.6s ease;
  transition: opacity 0.6s ease, translate 0.6s ease;
}
.c-animated__fadeIn.js-show,
.c-animated__fadeIn-d.js-show {
  translate: 0;
  opacity: 1;
}

.c-animated__fade-in {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}
.c-animated__fade-in.js-show {
  opacity: 1;
}

.c-animated__slideIn--left,
.c-animated__slideIn--right {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.c-animated__slideIn--left.js-show,
.c-animated__slideIn--right.js-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-animated__slideIn--left {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.c-animated__slideIn--right {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.c-animated__slideIn--left-default {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation: slidIn 0.6s ease forwards;
          animation: slidIn 0.6s ease forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes slidIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slidIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-animation__text {
  visibility: hidden;
}
.c-animation__text .char {
  opacity: 0;
}

.c-animation__text-up {
  visibility: hidden;
}
.c-animation__text-up .char {
  translate: 0 100%;
}
.c-animation__text-up span {
  overflow: hidden;
}

.c-animation__number {
  opacity: 0;
  -webkit-transform: translateY(20px) rotateZ(-8deg);
          transform: translateY(20px) rotateZ(-8deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.c-animated__delay--03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.c-animated__delay--05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.c-animated__delay--1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.c-animated__delay--13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.c-animated__delay--16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.c-animated__delay--2 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.p-header {
  width: 100%;
  height: auto;
  background: #ffffff;
}

.p-header__inner {
  width: min(1440px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
  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;
  padding-block: 12px;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 20px;
  }
}

.p-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 107/48;
  width: 107px;
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 71px;
  }
}
.p-header__logo a {
  display: block;
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}

.p-header__actions-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-header__actions-pc {
    display: none;
  }
}

.p-header__actions-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__actions-sp {
    display: contents;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

.p-mv {
  overflow: hidden;
  width: 100%;
  height: 42.125rem;
  background: url(../img/service/img-header-bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background: url(../img/service/img-header-bg_sp.jpg) no-repeat center top;
    height: 31.9375rem;
    background-size: cover;
  }
}

.p-mv__inner {
  width: min(1284px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
  -webkit-padding-before: 7.75rem;
          padding-block-start: 7.75rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    -webkit-padding-before: 8.0625rem;
            padding-block-start: 8.0625rem;
    padding-inline: 20px;
  }
}

.p-mv__body {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-mv__badge {
  position: absolute;
  right: -3.25rem;
  top: -2.375rem;
  width: 6.625rem;
  height: 6.625rem;
  background-color: #EB7001;
  border-radius: 9999px;
  z-index: 1;
}
.p-mv__badge::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 6.1875rem;
  height: 6.1875rem;
  background: url(../img/service/svg-circle_header.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-mv__badge {
    right: -2.625rem;
    top: -3.5625rem;
    width: 5.303125rem;
    height: 5.303125rem;
  }
  .p-mv__badge::after {
    width: 4.953125rem;
    height: 4.953125rem;
  }
}

.p-mv__badge-text {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 4.125rem;
  height: 2.5625rem;
  color: #ffffff;
  font-size: 1.8013125rem;
  font-weight: 700;
  line-height: 0.7;
  text-align: center;
}
.p-mv__badge-text-13 {
  font-size: 0.8476875rem;
  letter-spacing: 0.0625em;
}
.p-mv__badge-text-16 {
  font-size: 1.059625rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-mv__badge-text {
    font-size: 1.4410625rem;
    height: 2.3125rem;
  }
  .p-mv__badge-text-13 {
    font-size: 0.678125rem;
    letter-spacing: 0.0625em;
  }
  .p-mv__badge-text-16 {
    font-size: 0.8476875rem;
    letter-spacing: 0.05em;
  }
}

.p-mv__title {
  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.375rem;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    row-gap: 0.25rem;
  }
}

.p-mv__title-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding-inline: 0.5rem;
  background: #ffffff;
}
.p-mv__title-text span {
  font-size: 3.5rem;
}
.p-mv__title-text.-bottom {
  color: #EB7001;
}
.p-mv__title-text.-bottom span {
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-mv__title-text {
    font-size: 2rem;
    padding-inline: 0.25rem;
  }
  .p-mv__title-text span {
    font-size: 1.75rem;
  }
}

.p-mv__text-wrap {
  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.25rem;
  -webkit-margin-before: 0.4375rem;
          margin-block-start: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-mv__text-wrap {
    -webkit-margin-start: 0.25rem;
            margin-inline-start: 0.25rem;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    row-gap: 0.125rem;
  }
}

.p-mv__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    font-size: 1.125rem;
  }
}

.p-mv__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-mv__labels {
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
}

.p-mv__label {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  padding-inline: 2.4375rem 0.9375rem;
  padding-block: 0.4375rem;
  border-radius: 9999px;
  border: 0.0625rem solid rgba(235, 112, 1, 0.3);
  background: #fffcf9;
  color: #EB7001;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.0093em;
  position: relative;
}
.p-mv__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  translate: 0 -50%;
  width: 1.25rem;
  height: 1.25rem;
}
.p-mv__label.-a::before {
  background: url(../img/service/icon-check_mv.png) no-repeat;
  background-size: contain;
}
.p-mv__label.-b::before {
  background: url(../img/service/icon-company_mv.png) no-repeat;
  background-size: contain;
}
.p-mv__label.-c::before {
  background: url(../img/service/icon-box_mv.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-mv__label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    padding-inline: 1.8125rem 0.6875rem;
    padding-block: 0.3125rem;
    font-size: 0.75rem;
  }
  .p-mv__label::before {
    left: 0.75rem;
    translate: 0 -50%;
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.p-mv__btn {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}

.p-problem {
  padding-block: 6rem;
  background-color: #FFFCF9;
  overflow: hidden;
}

.p-problem__title {
  text-align: center;
  font-size: max(2.5rem, 32px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-problem__title {
    font-size: 2.5rem;
  }
}
.p-problem__title span {
  color: #EB7001;
}
@media screen and (max-width: 767px) {
  .p-problem__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.p-problem__main {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  width: min(900px, 100%);
  margin-inline: auto;
  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: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-problem__main {
    padding-inline: 7.5px;
  }
}

.p-problem-card {
  padding: 0.9375rem 1.4375rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid #e6e8ec;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-problem-card:nth-of-type(2) {
  padding-block: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-problem-card {
    padding: 1rem 1.1875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 1.25rem;
  }
  .p-problem-card:nth-of-type(2) {
    padding-block: 0.9375rem;
  }
}

.p-problem-card__body {
  width: 76.2910798122%;
}
@media screen and (max-width: 767px) {
  .p-problem-card__body {
    width: 100%;
  }
}

.p-problem-card__title {
  position: relative;
  -webkit-padding-after: 1.375rem;
          padding-block-end: 1.375rem;
  color: #EB7001;
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-problem-card__title {
    font-size: 1.75rem;
  }
}
.p-problem-card__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.125rem;
  background: repeating-linear-gradient(to right, #EB7001 0 0.125rem, transparent 0.125rem 0.25rem);
}
@media screen and (max-width: 767px) {
  .p-problem-card__title {
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}

.p-problem-card__list {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  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.25rem;
}
.p-problem-card__list li {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-problem-card__list li {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem-card__list {
    -webkit-margin-before: 1.125rem;
            margin-block-start: 1.125rem;
  }
  .p-problem-card__list li {
    font-size: 1rem;
  }
}

.p-problem-card__image {
  width: 9.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-problem__sub {
  width: min(1146px, 100%);
  margin-inline: auto;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-problem__sub {
    grid-template-columns: 1fr;
  }
}

.p-problem-mini {
  grid-column: span 2;
  padding: 1.5rem;
  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: 1rem;
  border-radius: 1rem;
  border: solid 0.0625rem #e6e8ec;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.p-problem-mini:nth-child(4) {
  grid-column: 2/span 2;
}
.p-problem-mini:nth-child(5) {
  grid-column: 4/span 2;
}
@media screen and (max-width: 767px) {
  .p-problem-mini {
    grid-column: auto;
  }
  .p-problem-mini:nth-child(4), .p-problem-mini:nth-child(5) {
    grid-column: auto;
  }
}

.p-problem-mini__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  background: rgba(235, 112, 1, 0.1);
  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;
}
.p-problem-mini__icon svg {
  width: 1.5rem;
  height: auto;
}

.p-problem-mini__text {
  padding-inline: 0.375rem;
  -webkit-padding-after: 0.14375rem;
          padding-block-end: 0.14375rem;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-problem-mini__text {
    font-size: 1rem;
  }
}

.p-choose {
  padding-block: 6rem;
  overflow: hidden;
}

.p-choose__head {
  text-align: center;
}

.p-choose__header-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Inter", sans-serif;
  color: #EB7001;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.28125rem 0.983875rem 0.40625rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px;
  border: 0.0625rem solid #eb7001;
  background: rgba(235, 112, 1, 0.05);
}

.p-choose__title {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-choose__title {
    font-size: 2.25rem;
  }
}
.p-choose__title span {
  color: #EB7001;
}
@media screen and (max-width: 767px) {
  .p-choose__title {
    font-size: 1.5rem;
  }
}

.p-choose__header-lead {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-choose__header-lead {
    font-size: 1.125rem;
  }
}
.p-choose__header-lead + .p-choose__header-lead {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
@media screen and (max-width: 767px) {
  .p-choose__header-lead {
    font-size: 0.875rem;
  }
  .p-choose__header-lead + .p-choose__header-lead {
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
  }
}

.p-choose__main {
  width: min(1024px, 100%);
  margin-inline: auto;
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
  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: 2rem;
}

.p-choose__card {
  padding: 2rem 2rem 3.125rem 2rem;
  border-radius: 1rem;
  border: 0.0625rem solid #e6e8ec;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.p-choose__card:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-choose__card {
    padding: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 2rem;
  }
  .p-choose__card:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

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

.p-choose__card-head {
  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: 1rem;
}
@media screen and (max-width: 767px) {
  .p-choose__card-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-choose__card-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EB7001;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 6px -1px rgba(235, 112, 1, 0.2), 0 2px 4px -2px rgba(235, 112, 1, 0.2);
          box-shadow: 0 4px 6px -1px rgba(235, 112, 1, 0.2), 0 2px 4px -2px rgba(235, 112, 1, 0.2);
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.002em;
}

.p-choose__card-title {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-choose__card-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-choose__card-title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.p-choose__card-text {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-choose__card-text {
    font-size: 1rem;
  }
}

.p-choose__card-list {
  -webkit-margin-before: 2rem;
          margin-block-start: 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;
}
.p-choose__card-list li {
  position: relative;
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-choose__card-list li {
    font-size: 0.875rem;
  }
}
.p-choose__card-list li::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  top: 0.0625rem;
  border-radius: 50%;
  background: rgba(235, 112, 1, 0.1);
}
.p-choose__card-list li::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../img/service/svg-check.svg) no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-choose__card-list {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.p-choose__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48.3298538622%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-choose__image img {
  aspect-ratio: 463/260;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-choose__image {
    width: 100%;
  }
}

.p-service {
  padding-block: 6rem;
  background-color: #FFFCF9;
}

.p-service__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.125rem;
  }
}

.p-service__intro {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33.8333333333%;
  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: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__intro {
    width: 100%;
  }
}

.p-service__title {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-service__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.p-service__lead {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-service__lead {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__lead {
    font-size: 0.875rem;
  }
}

.p-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}

.p-service-card {
  background-color: #ffffff;
  height: auto;
  min-height: 11.25rem;
  padding: 1.5rem 1.5rem 0.75rem 1.5rem;
  border-radius: 1rem;
  border: solid 0.0625rem #e6e8ec;
  /* 影2 */
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-service-card {
    min-height: 7.5rem;
    padding: 0.75rem;
    border-radius: 0.75rem;
  }
}

.p-service-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  border: solid 0.0625rem #e6e8ec;
  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;
}
.p-service-card__icon svg,
.p-service-card__icon img {
  width: 1.25rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-service-card__icon {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0.375rem;
  }
  .p-service-card__icon svg,
  .p-service-card__icon img {
    width: 0.9375rem;
    height: auto;
  }
}

.p-service-card__title {
  -webkit-margin-before: 0.40625rem;
          margin-block-start: 0.40625rem;
  color: #EB7001;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-service-card__title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-card__title {
    -webkit-margin-before: 0.28125rem;
            margin-block-start: 0.28125rem;
    font-size: 0.84375rem;
  }
}

.p-service-card__text {
  -webkit-margin-before: 0.65625rem;
          margin-block-start: 0.65625rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.0107142857em;
}
@media screen and (max-width: 767px) {
  .p-service-card__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-card__text {
    -webkit-margin-before: 0.3125rem;
            margin-block-start: 0.3125rem;
    font-size: 0.65625rem;
  }
}

.p-case {
  padding-block: 6.25rem;
}

.p-case__label {
  text-align: center;
}

.p-case__list {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
  -webkit-padding-after: 2.5rem;
          padding-block-end: 2.5rem;
}
.p-case__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: min(1000px, 100%);
  height: 0.125rem;
  background-image: repeating-linear-gradient(to right, #EB7001 0 2px, transparent 2px 4px);
}
@media screen and (max-width: 767px) {
  .p-case__list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 1.5rem;
  }
  .p-case__list::after {
    content: none;
  }
}

.p-case-item {
  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;
}
@media screen and (max-width: 767px) {
  .p-case-item {
    position: relative;
    -webkit-padding-after: 1.5rem;
            padding-block-end: 1.5rem;
  }
  .p-case-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5px;
    width: calc(100% + 5px);
    height: 0.125rem;
    background-image: repeating-linear-gradient(to right, #EB7001 0 2px, transparent 2px 4px);
  }
  .p-case-item:nth-of-type(2n)::after {
    width: calc(100% + 5px);
    left: 0;
  }
}

.p-case-item__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767px) {
  .p-case-item__number {
    -webkit-column-gap: 0.0625rem;
       -moz-column-gap: 0.0625rem;
            column-gap: 0.0625rem;
  }
}

.p-case-item__value {
  font-family: "Inter", sans-serif;
  color: #EB7001;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-case-item__value {
    font-size: 2.5rem;
    letter-spacing: -0.05em;
  }
}

.p-case-item__unit {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
.p-case-item__unit.-plus {
  color: #EB7001;
  font-size: 1.5rem;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.p-case-item__text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.p-case__head {
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
  text-align: center;
}

.p-case__title {
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-case__title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.p-case__lead {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-case__lead {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case__lead {
    font-size: 0.875rem;
  }
}

.p-case__swiper-container {
  -webkit-margin-before: 2.625rem;
          margin-block-start: 2.625rem;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-case__swiper-container {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-case__swiper {
  position: relative;
  padding-inline: calc((100vw - min(100%, 63.875rem)) / 2);
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
}
@media screen and (max-width: 767px) {
  .p-case__swiper {
    padding-inline: 10px;
  }
}

.p-case__swiper-slide {
  width: 63.875rem;
}
@media screen and (max-width: 767px) {
  .p-case__swiper-slide {
    width: 100%;
  }
}

.p-case__swiper-button-prev,
.p-case__swiper-button-next {
  width: 3rem;
  height: 3rem;
  background-color: #EB7001;
  border-radius: 0.5rem;
  border: 1px solid rgba(12, 7, 2, 0.15);
  color: #ffffff;
  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;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  position: absolute;
  top: 21.4375rem;
  z-index: 1;
}
@media (any-hover: hover) {
  .p-case__swiper-button-prev:hover,
  .p-case__swiper-button-next:hover {
    color: #EB7001;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .p-case__swiper-button-prev,
  .p-case__swiper-button-next {
    display: none;
  }
}

.p-case__swiper-button-prev {
  left: max(0.5rem, (100vw - 63.875rem) / 2 - 1.8125rem);
}

.p-case__swiper-button-next {
  right: max(0.5rem, (100vw - 63.875rem) / 2 - 1.8125rem);
}

.p-case__swiper-button-icon {
  width: 1rem;
  height: 0.975rem;
}

.p-case__swiper-pagination {
  -webkit-margin-before: 1.75rem;
          margin-block-start: 1.75rem;
}

.p-case__swiper-button-prev.swiper-button-disabled,
.p-case__swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
  line-height: 1;
  padding-block: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  margin: 0;
  background: rgba(113, 113, 130, 0.2);
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #EB7001;
}

.p-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  padding: 2.9375rem;
  border-radius: 0.875rem;
  border: solid 0.0625rem #e6e8ec;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.4375rem;
  }
}

/* 画像 */
.p-card__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 308.6/411.5;
  width: 33.3261339093%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0.5rem;
  border: solid 0.125rem rgba(235, 112, 1, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-card__image {
    aspect-ratio: 320/200;
    width: 100%;
  }
}
.p-card__image picture {
  display: block;
  height: 100%;
}
.p-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 本文 */
.p-card__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
}

/* ラベル */
.p-card__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-card__labels {
    gap: 0.375rem;
  }
}

.p-card__label {
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  border-radius: 0.5rem;
  background: rgba(235, 112, 1, 0.1);
  color: #EB7001;
  font-size: max(0.75rem, 9.6px);
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-card__label {
    font-size: 0.75rem;
  }
}

/* タイトル */
.p-card__title {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-card__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-card__title {
    font-size: 1.25rem;
  }
}

/* メタ */
.p-card__meta {
  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.5rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: solid 0.0625rem #e6e8ec;
  background: #f5f6f8;
}

.p-card__meta-row {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-card__meta-head {
  text-align: center;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-card__meta-head {
    font-size: 1rem;
  }
}
.p-card__meta-head.-orange {
  color: #EB7001;
}

.p-card__meta-data {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-card__meta-data {
    font-size: 0.875rem;
  }
}
.p-card__meta-data.-bold {
  font-weight: 700;
}

/* 会社 */
.p-card__company {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-card__company {
    font-size: 0.875rem;
  }
}

.p-cta {
  padding-block: 2.5rem;
  background: #EB7001;
}

.p-cta__inner {
  text-align: center;
}

.p-cta__lead {
  color: #ffffff;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-cta__lead {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__lead {
    font-size: 1.25rem;
  }
}

.p-cta__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cta__actions {
    -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: 1.25rem;
  }
}

.p-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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 0.9375rem 2.4375rem;
  border-radius: 62.4375rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-cta__button {
    font-size: 1.25rem;
    min-width: 13.75rem;
  }
}

/* 資料請求（白枠） */
.p-cta__button.-document {
  color: #ffffff;
  border: solid 0.0625rem #ffffff;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media (any-hover: hover) {
  .p-cta__button.-document:hover {
    color: #EB7001;
    background-color: #ffffff;
  }
}

/* 見積相談（白ボタン） */
.p-cta__button.-estimate {
  background: #ffffff;
  color: #EB7001;
  border: solid 0.0625rem #EB7001;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
@media (any-hover: hover) {
  .p-cta__button.-estimate:hover {
    background-color: #EB7001;
    color: #ffffff;
    border-color: #ffffff;
  }
}

.p-company {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-block: 5rem;
  }
}

.p-company__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-company__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

/* -----------------------------
gallery
----------------------------- */
.p-company__gallery {
  display: grid;
  gap: 1rem;
}

.p-company__image-main,
.p-company__thumb {
  margin: 0;
  border-radius: 0.875rem;
  overflow: hidden;
  border: solid 0.0625rem #e6e8ec;
}

.p-company__image-main {
  aspect-ratio: 580/430;
}

.p-company__image-sub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.p-company__thumb {
  aspect-ratio: 284/159;
}

.p-company__image-main img,
.p-company__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -----------------------------
content
----------------------------- */
.p-company__badge {
  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: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background: #EB7001;
  -webkit-box-shadow: 0 4px 6px -1px rgba(235, 112, 1, 0.2), 0 2px 4px -2px rgba(235, 112, 1, 0.2);
          box-shadow: 0 4px 6px -1px rgba(235, 112, 1, 0.2), 0 2px 4px -2px rgba(235, 112, 1, 0.2);
  font-family: "Inter", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: max(0.75rem, 9.6px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-company__badge {
    font-size: 0.75rem;
  }
}

.p-company__date {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-company__date {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company__date {
    font-size: 1rem;
  }
}

.p-company__title {
  font-family: "Inter", sans-serif;
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 1.5rem;
  }
}

.p-company__lead {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-company__lead {
    font-size: 1rem;
  }
}

/* -----------------------------
spec
----------------------------- */
.p-company__spec {
  -webkit-margin-before: 2.125rem;
          margin-block-start: 2.125rem;
  padding: 2rem;
  border-radius: 14px;
  border: solid 0.0625rem rgba(235, 112, 1, 0.2);
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-company__spec {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
    padding-inline: 1rem;
  }
}

.p-company__spec-title {
  position: relative;
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-company__spec-title {
    font-size: 1.25rem;
  }
}
.p-company__spec-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/service/icon-building.svg") no-repeat center/contain;
}

.p-company__list {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__list {
    grid-template-columns: 1fr;
  }
}

.p-company__item {
  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.25rem;
  -webkit-padding-after: 0.75rem;
          padding-block-end: 0.75rem;
  border-bottom: solid 0.0625rem #f5f6f8;
}
.p-company__item:nth-child(1), .p-company__item:nth-child(4) {
  grid-column: 1/-1;
}
@media screen and (max-width: 767px) {
  .p-company__item {
    grid-template-columns: 1fr;
    gap: 0.375rem;
    padding-block: 0.875rem;
  }
  .p-company__item:nth-child(1), .p-company__item:nth-child(4) {
    grid-column: 1;
  }
}

.p-company__term {
  color: #EB7001;
  font-size: max(0.75rem, 9.6px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-company__term {
    font-size: 0.75rem;
  }
}

.p-company__desc {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-company__desc {
    font-size: 1rem;
  }
}
.p-company__desc.-access {
  position: relative;
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
}
.p-company__desc.-access::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/service/icon-access.svg") no-repeat center/contain;
}

/* -----------------------------
features
----------------------------- */
.p-company__features {
  -webkit-margin-before: 2rem;
          margin-block-start: 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.25rem;
}

.p-company__feature-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__feature-wrap {
    gap: 0.5rem;
  }
}

.p-company__feature {
  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: 0.1875rem 0.9375rem;
  border-radius: 9999px;
  border: solid 0.0625rem rgba(235, 112, 1, 0.2);
  background: #f5f6f8;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-company__feature {
    font-size: 0.875rem;
  }
}
.p-company__feature::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  -webkit-margin-end: 0.25rem;
          margin-inline-end: 0.25rem;
  background: url("../img/service/icon-lightning.svg") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-bottom-wrap {
  padding-block: 6rem;
}

.p-bottom-wrap__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .p-bottom-wrap__inner {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}

.p-bottom-wrap__right {
  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: 2rem;
}

.p-bottom-wrap__box {
  width: 100%;
}

.p-flow {
  overflow: hidden;
}

.p-flow__label {
  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;
  min-height: 1.5rem;
  padding: 0.28125rem 0.781875rem 0.21875rem 0.75rem;
  border-radius: 0.5rem;
  background: rgba(235, 112, 1, 0.1);
  color: #EB7001;
  font-family: "Inter", sans-serif;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-flow__label {
    font-size: 0.875rem;
  }
}

.p-flow__title {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 1.1428571429;
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.p-flow__lead {
  -webkit-margin-before: 0.71875rem;
          margin-block-start: 0.71875rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-flow__lead {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__lead {
    -webkit-margin-before: 0.84375rem;
            margin-block-start: 0.84375rem;
    font-size: 0.875rem;
  }
}

.p-flow__list-wrap {
  position: relative;
}

.p-flow__line {
  position: absolute;
  width: 0.125rem;
  top: 0;
  left: 2rem;
  height: calc(100% - 3rem);
  background: rgba(235, 112, 1, 0.2);
}
@media screen and (max-width: 767px) {
  .p-flow__line {
    left: 1.5rem;
  }
}

.p-flow__list {
  position: relative;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

.p-flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 4rem 1fr;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-flow__item:not(:last-child) {
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    grid-template-columns: 3rem 1fr;
  }
  .p-flow__item:last-child .p-flow__content {
    -webkit-padding-after: 2.125rem;
            padding-block-end: 2.125rem;
  }
}

.p-flow__num {
  position: relative;
  z-index: 1;
  width: 4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #EB7001;
  -webkit-box-shadow: 0 4px 6px -1px rgba(235, 112, 1, 0.2), 0 2px 4px -2px rgba(235, 112, 1, 0.2);
          box-shadow: 0 4px 6px -1px rgba(235, 112, 1, 0.2), 0 2px 4px -2px rgba(235, 112, 1, 0.2);
  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;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02245em;
}
@media screen and (max-width: 767px) {
  .p-flow__num {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__num {
    width: 3rem;
    font-size: 0.9375rem;
  }
}

.p-flow__content {
  padding-block: 0.5rem 2.15625rem;
}
@media screen and (max-width: 767px) {
  .p-flow__content {
    -webkit-padding-after: 0.5rem;
            padding-block-end: 0.5rem;
  }
}

.p-flow__step {
  font-family: "Inter", sans-serif;
  color: #EB7001;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: -0.0107142857em;
}
@media screen and (max-width: 767px) {
  .p-flow__step {
    font-size: 0.875rem;
  }
}

.p-flow__heading {
  -webkit-margin-before: 0.21875rem;
          margin-block-start: 0.21875rem;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-flow__heading {
    font-size: 1.125rem;
  }
}

.p-flow__text {
  -webkit-margin-before: 0.40625rem;
          margin-block-start: 0.40625rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    font-size: 1rem;
  }
}

.p-faq__title {
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 1.1428571429;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: 1.75rem;
  }
}

.p-faq__lead {
  -webkit-margin-before: 0.778125rem;
          margin-block-start: 0.778125rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-faq__lead {
    font-size: 1rem;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.p-faq__items {
  -webkit-margin-before: 1.909375rem;
          margin-block-start: 1.909375rem;
  width: 100%;
  padding-inline: 1.0625rem;
  border-radius: 0.875rem;
  border: solid 0.0625rem #e6e8ec;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-faq__item:first-child .p-faq__question {
  border-top: none;
}

.p-faq__question {
  padding-block: 1.375rem;
  -webkit-padding-end: 1.75rem;
          padding-inline-end: 1.75rem;
  border-top: solid 0.0625rem #e6e8ec;
  position: relative;
}
.p-faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 1rem;
  height: 1rem;
  background: url(../img/service/icon-faq.svg) no-repeat center center/cover;
  -webkit-transition: rotate 0.4s ease;
  transition: rotate 0.4s ease;
}
@media (any-hover: hover) {
  .p-faq__question:hover {
    cursor: pointer;
  }
}

.js-details.is-opened .p-faq__question::after {
  rotate: 180deg;
  -webkit-transition: rotate 0.4s ease;
  transition: rotate 0.4s ease;
}

.p-faq__question-text {
  color: #EB7001;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-faq__question-text {
    font-size: 0.875rem;
  }
}

.p-faq__answer-text {
  padding-block: 1.375rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-faq__answer-text {
    font-size: 1rem;
  }
}

.p-overview__inner {
  padding: 2.5rem;
  border-radius: 1rem;
  border: solid 0.0625rem #e6e8ec;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-overview__inner {
    padding-inline: 1.25rem;
  }
}

.p-overview__title {
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-overview__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-overview__title {
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: normal;
  }
}

.p-overview__list {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}

.p-overview__item {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  padding-block: 1.25rem;
  border-bottom: dashed 0.0625rem #EB7001;
}
@media screen and (max-width: 767px) {
  .p-overview__item {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}

.p-overview__term {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-overview__term {
    font-size: 1rem;
  }
}

.p-overview__desc {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-overview__desc {
    font-size: 1rem;
  }
}

.p-contact {
  padding-block: 6rem;
  background: #EB7001;
  overflow: hidden;
}

.p-contact__inner {
  width: min(846px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding-inline: 1.25rem;
  }
}

.p-contact__head {
  text-align: center;
}

.p-contact__title {
  color: #ffffff;
  font-size: max(3rem, 38.4px);
  font-weight: 700;
  line-height: 1.2083333333;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 1.75rem;
    line-height: 1.214;
  }
}

.p-contact__lead {
  -webkit-margin-before: 0.5625rem;
          margin-block-start: 0.5625rem;
  color: #ffffff;
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1.2222222222;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    font-size: 0.875rem;
  }
}

.p-contact__tel {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-contact__tel-number {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-number {
    font-size: 2rem;
  }
}

.p-contact__tel-note {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  color: #ffffff;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-note {
    font-size: 1rem;
  }
}

.p-contact__form-wrap {
  width: 100%;
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
  padding: 2.5rem 2.5rem 4.34375rem;
  border-radius: 1rem;
  background: #ffffff;
  border: solid 0.0625rem #e6e8ec;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-contact__form-wrap {
    padding: 2.5rem 1.25rem;
  }
}

.p-contact__form-title {
  position: relative;
  -webkit-padding-after: 1.5rem;
          padding-block-end: 1.5rem;
  text-align: center;
  border-bottom: solid 0.0625rem rgba(235, 112, 1, 0.3);
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 1.1428571429;
}
@media screen and (max-width: 767px) {
  .p-contact__form-title {
    font-size: 1.75rem;
  }
}

.p-contact__form {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

.wpcf7-form-control:not(.wpcf7-radio):not(.wpcf7-submit) {
  width: 100%;
}

.wpcf7 textarea,
.wpcf7-form-control-wrap {
  width: 100%;
  resize: vertical;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-right: 0;
}

.p-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__grid {
    grid-template-columns: 1fr;
  }
}

.p-contact-form__field {
  width: 100%;
}
.p-contact-form__field--full {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  grid-column: 1/-1;
}
.p-contact-form__field--inquiry-type {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

.p-contact-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.p-contact-form__label {
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-contact-form__label {
    font-size: 0.875rem;
  }
}

.p-contact-form__required {
  font-family: "Inter", sans-serif;
  color: #EB7001;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0107142857em;
}
@media screen and (max-width: 767px) {
  .p-contact-form__required {
    font-size: 0.875rem;
  }
}

.p-contact-form__body {
  width: 100%;
  min-width: 0;
  height: auto;
}

.p-contact-form__text,
.p-contact-form__textarea,
.p-contact-form__select {
  width: 100%;
  height: 3rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  border: solid 0.0625rem #e6e8ec;
  background: #f3f3f5;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-contact-form__text,
  .p-contact-form__textarea,
  .p-contact-form__select {
    font-size: 0.875rem;
  }
}
.p-contact-form__text::-webkit-input-placeholder, .p-contact-form__textarea::-webkit-input-placeholder, .p-contact-form__select::-webkit-input-placeholder {
  color: #717182;
}
.p-contact-form__text::-moz-placeholder, .p-contact-form__textarea::-moz-placeholder, .p-contact-form__select::-moz-placeholder {
  color: #717182;
}
.p-contact-form__text:-ms-input-placeholder, .p-contact-form__textarea:-ms-input-placeholder, .p-contact-form__select:-ms-input-placeholder {
  color: #717182;
}
.p-contact-form__text::-ms-input-placeholder, .p-contact-form__textarea::-ms-input-placeholder, .p-contact-form__select::-ms-input-placeholder {
  color: #717182;
}
.p-contact-form__text::placeholder,
.p-contact-form__textarea::placeholder,
.p-contact-form__select::placeholder {
  color: #717182;
}
.p-contact-form__text:focus, .p-contact-form__text:hover,
.p-contact-form__textarea:focus,
.p-contact-form__textarea:hover,
.p-contact-form__select:focus,
.p-contact-form__select:hover {
  outline: none;
  border-color: #EB7001;
}
.p-contact-form__text.invalid,
.p-contact-form__textarea.invalid,
.p-contact-form__select.invalid {
  border-color: #FF0000;
  background-color: rgba(255, 0, 0, 0.2);
}

.p-contact-form__textarea {
  resize: vertical;
  height: 8rem;
}

.p-contact-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-contact-form__body:has(.p-contact-form__select) {
  position: relative;
}
.p-contact-form__body:has(.p-contact-form__select)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  translate: 0 -50%;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  background: url("../img/service/icon-select-arrow.svg") no-repeat center/contain;
}

.p-contact-form__radio {
  width: 100%;
  height: 2.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.p-contact-form__radio input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.p-contact-form__radio input[type=radio]:checked + .wpcf7-list-item-label {
  font-weight: 700;
}
.p-contact-form__radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: #EB7001;
}
.p-contact-form__radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact-form__radio input[type=radio]:focus-visible + .wpcf7-list-item-label {
  font-weight: 500;
}
.p-contact-form__radio input[type=radio]:focus-visible + .wpcf7-list-item-label::before {
  border-color: #EB7001;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radio {
    grid-template-columns: 1fr;
    row-gap: 1rem;
    height: auto;
  }
}

.p-contact-form__radio .wpcf7-list-item {
  height: 2.625rem;
  padding-inline: 0.75rem;
  border-radius: 0.625rem;
  border: 1px solid #e6e8ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact-form__radio .wpcf7-list-item-label {
  position: relative;
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
  cursor: pointer;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radio .wpcf7-list-item-label {
    font-size: 0.875rem;
  }
}
.p-contact-form__radio .wpcf7-list-item-label::before, .p-contact-form__radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  border-radius: 50%;
  background-color: #ffffff;
}
.p-contact-form__radio .wpcf7-list-item-label::before {
  width: 1rem;
  height: 1rem;
  left: 0;
  border: solid 0.0625rem #EB7001;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.p-contact-form__radio .wpcf7-list-item-label::after {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #000000;
  border: solid 0.0625rem #EB7001;
  left: 0.25rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-contact-form__submit {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}

.p-contact-form__button {
  width: 100%;
  height: 3.75rem;
  border: solid 0.0625rem #EB7001;
  border-radius: 0.75rem;
  background: #EB7001;
  color: #ffffff;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 15px -3px rgba(235, 112, 1, 0.2), 0 4px 6px -4px rgba(235, 112, 1, 0.2);
          box-shadow: 0 10px 15px -3px rgba(235, 112, 1, 0.2), 0 4px 6px -4px rgba(235, 112, 1, 0.2);
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-contact-form__button {
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .p-contact-form__button:hover {
    background-color: #ffffff;
    color: #EB7001;
  }
}
.p-contact-form__button:disabled {
  cursor: not-allowed;
  -webkit-filter: grayscale(100%) opacity(0.4);
          filter: grayscale(100%) opacity(0.4);
}
.p-contact-form__button:disabled:hover {
  background-color: #EB7001;
  color: #ffffff;
}

.p-fixed-cta {
  position: fixed;
  left: 0;
  bottom: -7.75rem;
  z-index: 100;
  width: 100%;
  border-top: solid 0.25rem #EB7001;
  background: #ffffff;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: bottom 0.3s, visibility 0.3s;
  transition: bottom 0.3s, visibility 0.3s;
}
.p-fixed-cta.is-show {
  bottom: 0;
  visibility: visible;
  pointer-events: auto;
}

.p-fixed-cta__inner {
  width: min(912px, 100%);
  padding-inline: 40px;
  padding-block: 1.25rem 1.5rem;
  margin-inline: auto;
  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;
}
@media screen and (max-width: 767px) {
  .p-fixed-cta__inner {
    padding-block: 0.5rem 0.75rem;
    padding-inline: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.75rem;
  }
}

.p-fixed-cta__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-fixed-cta__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.125rem;
  height: 2px;
  background: #333;
}
.p-fixed-cta__close span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-fixed-cta__close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-fixed-cta__close {
    top: 0.5rem;
    right: 0.5rem;
  }
}
@media (any-hover: hover) {
  .p-fixed-cta__close:hover {
    opacity: 0.7;
  }
}

.p-fixed-cta__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .p-fixed-cta__content {
    text-align: center;
  }
}

.p-fixed-cta__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Inter", sans-serif;
  color: #EB7001;
  text-transform: uppercase;
  font-size: max(0.75rem, 9.6px);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-fixed-cta__label {
    font-size: 0.75rem;
  }
}
.p-fixed-cta__label::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ffe0c5;
}
@media screen and (max-width: 767px) {
  .p-fixed-cta__label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-fixed-cta__title {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.0243888889em;
}
@media screen and (max-width: 767px) {
  .p-fixed-cta__title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fixed-cta__title {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: -0.029em;
  }
}

.p-fixed-cta__text {
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: -0.0107142857em;
}
@media screen and (max-width: 767px) {
  .p-fixed-cta__text {
    font-size: 0.875rem;
  }
}

.p-fixed-cta__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-fixed-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;
  min-width: 10rem;
  height: 3rem;
  padding-inline: 1.5rem;
  border-radius: 999px;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-fixed-cta__button {
    font-size: 1rem;
  }
}
.p-fixed-cta__button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-fixed-cta__button:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .p-fixed-cta__button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    height: 2.75rem;
    padding-inline: 0.75rem;
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-fixed-cta__button {
    font-size: 0.875rem;
  }
}

.p-fixed-cta__button.-document {
  border: 2px solid #EB7001;
  color: #EB7001;
  background: #fff;
}

.p-fixed-cta__button.-estimate {
  background: #EB7001;
  color: #fff;
}

.p-footer {
  padding-block: 3.75rem;
}

.p-footer__inner {
  width: min(1420px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}

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

.p-footer__logo {
  width: 6.6875rem;
}
.p-footer__logo img {
  width: 100%;
  height: auto;
}

.p-footer__company {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-footer__company {
    font-size: 0.875rem;
  }
}

.p-footer__address,
.p-footer__service {
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-footer__address,
  .p-footer__service {
    font-size: 0.875rem;
  }
}

.p-footer__nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30.1492537313%;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    width: 100%;
  }
}

.p-footer__nav-title {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-title {
    font-size: 1rem;
  }
}

.p-footer__nav-list {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  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.15625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-list {
    gap: 1rem;
  }
}

.p-footer__nav-item a {
  text-decoration: none;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item a {
    font-size: 0.875rem;
  }
}
.p-footer__nav-item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-footer__nav-item a:hover {
    opacity: 0.7;
  }
}

.p-footer__bottom {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  padding-block: 1.0625rem 0.75rem;
  border-top: solid 0.0625rem #E6E8EC;
}

.p-footer__copyright {
  font-family: "Inter", sans-serif;
  text-align: left;
  font-size: max(0.75rem, 9.6px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.75rem;
  }
}

.p-thanks {
  padding-block: 6rem;
  background: #EB7001;
  min-height: calc(100dvh - 4.5rem);
}
@media screen and (max-width: 767px) {
  .p-thanks {
    min-height: calc(100dvh - 3.49rem);
  }
}

.p-thanks__inner {
  width: min(846px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding-inline: 1.25rem;
  }
}

.p-thanks__title {
  color: #ffffff;
  text-align: center;
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.75rem;
    line-height: 1.214;
  }
}

.p-thanks__content {
  width: 100%;
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
  padding: 2.5rem;
  border-radius: 1rem;
  background: #ffffff;
  border: solid 0.0625rem #e6e8ec;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-thanks__content {
    padding: 2.5rem 1.25rem;
  }
}
.p-thanks__content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.p-thanks__content p + p {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}
.p-thanks__content a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-thanks__content a:hover {
    text-decoration: none;
  }
}

.p-thanks__link {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !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: "Inter", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

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