/***
    The new CSS reset - version 1.11.2 (last updated 15.11.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio, table, th, td, tr, tbody, thead, tfoot):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu,
summary {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly.
 - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
  display: none;
}

* {
  min-inline-size: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  touch-action: manipulation;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 70px;
  }
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", "Oswald", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000000;
  overflow-y: scroll;
}
body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
a,
button {
  letter-spacing: 0.05em;
}

p {
  font-feature-settings: "palt";
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

button {
  cursor: pointer;
}

.c-link {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.c-link__text {
  color: #fff;
  font-size: clamp(1.5rem, 1.0820473251rem + 1.7832647462vw, 2.3125rem);
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.c-link__text::before, .c-link__text::after {
  content: "";
  height: 2px;
  background-color: #fff;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .c-link__text::before, .c-link__text::after {
    width: 20px;
  }
}
.c-link__text::before {
  margin-right: 0.5em;
  transform: rotate(60deg);
}
.c-link__text::after {
  margin-left: 0.5em;
  transform: rotate(-60deg);
}
.c-link__text--big {
  font-size: clamp(0.9375rem, 0.2301954733rem + 3.0178326475vw, 2.3125rem);
}
.c-link__text--fixed {
  font-size: clamp(1rem, 0.7427983539rem + 1.09739369vw, 1.5rem);
  margin-top: 0;
}
.c-link__btn {
  width: 60%;
  display: inline-block;
  margin-top: 10px;
  box-shadow: 0px 0px 15px -5px #000000;
  border-radius: 10px;
  animation: float 2s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .c-link__btn {
    width: 90%;
  }
}
.c-link__btn--fixed {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .c-link__btn--fixed {
    width: 70%;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.05);
  }
}
.c-yellow {
  color: #ffff00;
}

.c-big {
  font-size: clamp(1.875rem, 1.5534979424rem + 1.3717421125vw, 2.5rem);
}
.c-big--big {
  font-size: clamp(2.5rem, 1.5354938272rem + 4.1152263374vw, 4.375rem);
}

.c-middle {
  font-size: clamp(1rem, 0.871399177rem + 0.548696845vw, 1.25rem);
  font-weight: bold;
}

.c-red {
  color: #b72715;
}

.c-title {
  background-color: #b72715;
  padding-top: 25px;
  padding-bottom: 25px;
}
.c-title__inner {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-title__inner {
    padding: 0 20px;
  }
}

.c-bold {
  font-weight: bold;
}

.c-line-title {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.5rem, 1.3070987654rem + 0.8230452675vw, 1.875rem);
  position: relative;
  z-index: 0;
}
.c-line-title::before, .c-line-title::after {
  content: "";
  position: absolute;
  width: 140%;
  height: 2px;
  background-color: #000000;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-line-title::before, .c-line-title::after {
    left: 65%;
  }
}
.c-line-title::before {
  top: -10px;
}
.c-line-title::after {
  bottom: -15px;
}
.c-line-title--w50::before, .c-line-title--w50::after {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-line-title--w50::before, .c-line-title--w50::after {
    left: 50%;
    width: 100%;
  }
}
.c-line-title--w100::before, .c-line-title--w100::after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-line-title--w100::before, .c-line-title--w100::after {
    left: 50%;
  }
}

.c-bg--yellow {
  background-color: #fffaf2;
}

.l-header {
  background-color: #000000;
  color: #fff;
  width: 100%;
  height: 42px;
}
.l-header__text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.875rem, 0.6820987654rem + 0.8230452675vw, 1.25rem);
  font-weight: bold;
  height: 100%;
}
.l-header__custom-blink {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.l-header__custom-blink.hidden {
  opacity: 0;
}

.l-footer {
  background-color: #b72715;
  padding: 20px;
}
.l-footer__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  color: #fff;
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    gap: 10px;
    margin-right: 0;
  }
}
.l-footer__link {
  font-size: clamp(0.75rem, 0.621399177rem + 0.548696845vw, 1rem);
}
.l-footer__line {
  background-color: #fff;
  width: 1px;
  height: 15px;
}
.l-footer__copy {
  text-align: center;
  color: #fff;
  font-size: clamp(0.75rem, 0.621399177rem + 0.548696845vw, 1rem);
  margin-top: 10px;
}

.l-container {
  max-width: 1920px;
  margin-inline: auto;
}

.l-inner {
  max-width: 1680px;
  padding: 0 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
  }
}

.js-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.js-fadein.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.js-fadein--delay1 {
  transition-delay: 0.2s;
}
.js-fadein--delay2 {
  transition-delay: 0.4s;
}
.js-fadein--delay3 {
  transition-delay: 0.6s;
}

.p-mv {
  width: 100%;
}
.p-mv__under {
  background-color: #000000;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .p-mv__under {
    padding: 30px 20px;
  }
}
.p-mv__under-authority {
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__under-authority {
    flex-direction: column;
  }
}

.p-achievement {
  background-color: #b72715;
  padding: 40px 0 45px;
}
.p-achievement__title {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.875rem, 1.2319958848rem + 2.743484225vw, 3.125rem);
  color: #fff;
}
.p-achievement__achievement {
  margin-top: 40px;
}
.p-achievement__achievement-item {
  width: 58%;
  margin-right: auto;
  margin-left: auto;
}
.p-achievement__achievement-item:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-achievement__achievement-item {
    width: 100%;
  }
}

.p-trouble {
  padding: 40px 0 80px;
  background: url(../img/trouble-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-trouble {
    padding: 40px 0;
  }
}
.p-trouble__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-trouble__img {
  width: 110px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-trouble__img {
    width: 100px;
  }
}
.p-trouble__container {
  background-color: #fff;
  border-color: #929292;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .p-trouble__container {
    margin-top: 30px;
    padding: 30px 20px;
  }
}
.p-trouble__item-text {
  padding-left: 25px;
  position: relative;
}
.p-trouble__item-text::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  background: url(../img/check.svg) no-repeat center center/contain;
  top: 60%;
  transform: translateY(-50%);
  left: 0px;
}
.p-trouble__item-text:not(:last-child):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #bebebe;
  bottom: -10px;
  left: 0;
}
.p-trouble__item-text:not(:first-child) {
  margin-top: 25px;
}

.p-arrow {
  position: relative;
  margin-top: 40px;
  width: 362px;
  margin-right: auto;
  margin-left: auto;
  top: -75px;
  animation: sway 2s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-arrow {
    width: 200px;
    margin-top: 60px;
  }
}

@keyframes sway {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.p-solution {
  margin-top: -60px;
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-solution {
    margin-top: -80px;
    padding: 40px 0 0;
  }
}
.p-solution__text {
  font-weight: bold;
  font-size: clamp(2.1875rem, 0.7407407407rem + 6.1728395062vw, 5rem);
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-solution__text {
    padding: 0 20px;
  }
}
.p-solution__title {
  margin-top: 40px;
}
.p-solution__item {
  margin-top: 25px;
}
.p-solution__item--pd {
  padding: 40px 0;
}
.p-solution__item-title {
  background-color: #b72715;
  color: #fff;
  padding: 20px 20px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-solution__item-title {
    padding: 20px 10px;
  }
}
.p-solution__item-title-text {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-solution__item-title-text {
    text-align: center;
  }
}
.p-solution__number {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #b72715;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.p-solution__item-img {
  max-width: 630px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.p-solution__item-text {
  text-align: center;
  margin-top: 50px;
  font-size: clamp(0.875rem, 0.3605967078rem + 2.19478738vw, 1.875rem);
}
.p-solution__item-container {
  margin-top: 30px;
}
.p-solution__item-box {
  background-color: #fff;
  box-shadow: 0px 0px 10px 1px #666666;
  max-width: 855px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-solution__item-box:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-solution__item-box {
    padding: 20px 10px;
  }
}
.p-solution__item-box-pic {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .p-solution__item-box-pic {
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__item-box-sp {
    width: 100%;
  }
}
.p-solution__item-box-title {
  font-weight: bold;
  font-size: clamp(1rem, 0.7106481481rem + 1.2345679012vw, 1.5625rem);
  text-decoration: underline;
  text-decoration-color: #b72715;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-solution__item-box-title {
    width: 100%;
    text-align: center;
  }
}
.p-solution__item-box-text {
  font-size: clamp(0.875rem, 0.5856481481rem + 1.2345679012vw, 1.4375rem);
  width: 55%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-solution__item-box-text {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
}
.p-solution__item-under-text {
  text-align: center;
  margin-top: 40px;
  font-size: clamp(1rem, 0.5498971193rem + 1.9204389575vw, 1.875rem);
}
.p-solution__item-under-text-bold {
  font-weight: bold;
}
.p-solution__item-container-title {
  font-size: 1.875rem;
  color: #b72715;
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-solution__item-container-title {
    font-size: 1.5rem;
  }
}
.p-solution__item-container-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-solution__item-container-pic {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
  }
}
.p-solution__item-container-text {
  font-size: clamp(1rem, 0.5498971193rem + 1.9204389575vw, 1.875rem);
  text-align: center;
  margin-top: 30px;
}
.p-solution__item-container-text p:not(:first-child) {
  margin-top: 25px;
}

.p-merit {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-merit {
    padding-bottom: 40px;
  }
}
.p-merit__list {
  margin-top: 40px;
}
.p-merit__item {
  border: 1px solid #b72715;
  background-color: #fff;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.p-merit__item:not(:first-child) {
  margin-top: 30px;
}
.p-merit__item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-merit__num {
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-size: clamp(1.25rem, 0.6069958848rem + 2.743484225vw, 2.5rem);
  font-weight: bold;
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 48%, 0% 0%);
          clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 48%, 0% 0%);
  background-color: #b72715;
  color: #fff;
  padding: 10px 40px 10px 20px;
}
.p-merit__text {
  text-align: center;
  font-size: clamp(1rem, 0.2283950617rem + 3.29218107vw, 2.5rem);
  font-weight: bold;
  width: 80%;
}
.p-merit__under {
  position: relative;
  z-index: 3;
}
.p-merit__under-title {
  margin-top: 70px;
}
.p-merit__compare-table-wrapper {
  padding-top: 14px;
  margin-top: 26px;
}
@media screen and (max-width: 999px) {
  .p-merit__compare-table-wrapper {
    overflow-x: auto;
    padding-bottom: 20px;
    margin-top: 30px;
  }
}
.p-merit__compare-table {
  width: 75%;
  position: relative;
  font-weight: 500;
  text-align: center;
  border-collapse: collapse;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 999px) {
  .p-merit__compare-table {
    width: 972px;
  }
}
.p-merit__compare-table::before {
  content: "";
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 25%;
  border: 4px solid #b72715;
  border-radius: 10px 10px 0px 0px;
}
@media screen and (max-width: 999px) {
  .p-merit__compare-table::before {
    width: 285px;
    left: 128px;
  }
}
.p-merit__compare-table thead {
  color: #fff;
  border: none;
}
.p-merit__compare-table thead th {
  border-radius: 10px 10px 0px 0px;
}
.p-merit__compare-table thead th:nth-of-type(2) {
  height: 60px;
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #b72715;
}
.p-merit__compare-table thead th:nth-of-type(2)::before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/common/bear.svg);
  background-size: contain;
  border-radius: 10px 10px 0px 0px;
}
.p-merit__compare-table thead th:nth-of-type(n + 3) {
  position: relative;
  padding: 20px 0 0 0;
  vertical-align: middle;
  border: none;
  color: #000000;
}
.p-merit__compare-table thead th:nth-of-type(n + 3)::before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #dcf6ff;
  z-index: -1;
  border-left: 1px solid #929292;
  border-right: 1px solid #929292;
  border-top: 1px solid #929292;
}
.p-merit__compare-table thead th:nth-of-type(4)::before {
  background-color: #c5f3ff;
  border-left: none;
}
.p-merit__compare-table tbody {
  font-size: 0.875rem;
  border: 1px solid #929292;
}
.p-merit__compare-table tbody tr {
  height: 80px;
}
.p-merit__compare-table tbody tr th {
  background-color: #f4f4f4;
}
.p-merit__compare-table tbody tr:nth-of-type(1) th {
  border-radius: 10px 0px 0px 0px;
}
.p-merit__compare-table tbody tr:nth-of-type(2) td {
  font-weight: 700;
}
.p-merit__compare-table tbody tr:nth-of-type(2) td span {
  font-size: 2.5rem;
  font-weight: 500;
}
.p-merit__compare-table tbody th {
  width: 20%;
  vertical-align: middle;
  border: 1px solid #929292;
}
@media screen and (max-width: 999px) {
  .p-merit__compare-table tbody th {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-merit__compare-table tbody th {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #f4f4f4;
  }
}
.p-merit__compare-table tbody td {
  width: 20%;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #929292;
  padding: 10px;
}
@media screen and (max-width: 999px) {
  .p-merit__compare-table tbody td {
    width: 218px;
  }
}
.p-merit__compare-table tbody td:nth-of-type(1) {
  color: #b72715;
}

.p-reason__title {
  max-width: 600px;
}
.p-reason__container {
  box-shadow: 0px 0px 10px 1px #666666;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 15px;
  margin-top: 40px;
  border-radius: 10px;
}
.p-reason__container-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-reason__container-title {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__container-title-img {
    width: 60px;
    height: 60px;
  }
}
.p-reason__title-title {
  font-size: clamp(1.125rem, 0.1604938272rem + 4.1152263374vw, 3rem);
  font-weight: bold;
  text-align: center;
}
.p-reason__img {
  margin-top: 20px;
}
.p-reason__body-text {
  font-size: clamp(1rem, 0.8070987654rem + 0.8230452675vw, 1.375rem);
}
.p-reason__body-text:not(:first-child) p {
  margin-top: 25px;
}

.p-service {
  margin-top: 80px;
}
.p-service__title {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .p-service__title {
    width: 250px;
  }
}
.p-service__text {
  margin-top: 60px;
  text-align: center;
  font-size: clamp(1.25rem, 0.6069958848rem + 2.743484225vw, 2.5rem);
  color: #fff;
}
.p-service__text p {
  background-color: #000000;
  padding: 0 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.p-service__text p:not(:first-child) {
  margin-top: 25px;
}
.p-service__item {
  margin-top: 60px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-service__sp-item {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 609px) {
  .p-service__sp-item {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-service__sp-item img {
    margin-top: 20px;
  }
}
.p-service__item-text {
  text-align: right;
  margin-top: 20px;
  font-size: clamp(0.875rem, 0.6820987654rem + 0.8230452675vw, 1.25rem);
}

.p-voice {
  margin-top: 40px;
}
.p-voice__title {
  max-width: 390px;
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    width: 200px;
  }
}
.p-voice__voice {
  max-width: 900px;
  padding-bottom: 80px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-voice__voice {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.p-voice__item {
  background-color: #fff;
  box-shadow: 0px 0px 10px 1px #666666;
  padding: 30px;
}
.p-voice__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-voice__item {
    padding: 15px 10px;
  }
}
.p-voice__item-title {
  font-size: clamp(1.0625rem, 0.6445473251rem + 1.7832647462vw, 1.875rem);
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  color: #b72715;
  position: relative;
}
.p-voice__item-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #929292;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-voice__item-body {
  margin-top: 20px;
}
.p-voice__item-body-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-voice__item-body-wrap {
    flex-direction: column-reverse;
  }
}
.p-voice__item-body-wrap-text {
  width: 418px;
}
@media screen and (max-width: 767px) {
  .p-voice__item-body-wrap-text {
    width: 100%;
    margin-top: 20px;
  }
}
.p-voice__item-body-wrap-text p:not(:first-child) {
  margin-top: 15px;
}
.p-voice__item-body-img {
  width: 310px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice__item-body-img img {
    width: 60%;
  }
}
.p-voice__item-body-txt {
  color: #b72715;
  text-align: center;
  margin-top: 10px;
}
.p-voice__item-body-text {
  margin-top: 20px;
  font-size: clamp(0.875rem, 0.8106995885rem + 0.2743484225vw, 1rem);
}
.p-voice__item-body-text p:not(:first-child) {
  margin-top: 15px;
}
.p-voice__service {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.p-voice__service img {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-voice__service img {
    margin-top: 20px;
  }
}

.p-price {
  margin-top: 40px;
}
.p-price__title {
  max-width: 390px;
}
@media screen and (max-width: 767px) {
  .p-price__title {
    width: 200px;
  }
}
.p-price__container {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .p-price__container {
    flex-direction: column-reverse;
  }
}
.p-price__under {
  margin-top: 40px;
  max-width: 1100px;
}
.p-price__under-text {
  text-align: right;
  font-size: clamp(0.75rem, 0.5570987654rem + 0.8230452675vw, 1.125rem);
}
.p-price__under-text:not(:first-child) {
  margin-top: 7px;
}

.p-faq {
  margin-top: 40px;
}
.p-faq__title {
  max-width: 390px;
}
.p-faq__item {
  box-shadow: 0px 0px 10px 1px #666666;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  max-width: 900px;
  padding: 20px;
}
.p-faq__item:not(:first-child) {
  margin-top: 30px;
}
.p-faq__item-q {
  font-size: clamp(1rem, 0.6784979424rem + 1.3717421125vw, 1.625rem);
  font-weight: bold;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-faq__item-q {
    padding-left: 30px;
  }
}
.p-faq__item-q::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 0px;
  background: url(../img/faq01.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-faq__item-q::before {
    width: 25px;
    height: 25px;
    top: 1px;
  }
}
.p-faq__item-a {
  font-size: clamp(1rem, 0.6784979424rem + 1.3717421125vw, 1.625rem);
  position: relative;
  padding-left: 50px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-faq__item-a {
    padding-left: 30px;
  }
}
.p-faq__item-a::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 0px;
  background: url(../img/faq02.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-faq__item-a::before {
    width: 25px;
    height: 25px;
    top: 1px;
  }
}

.p-consult {
  padding: 80px 0;
}
.p-consult__title {
  max-width: 390px;
}
.p-consult__step {
  margin-top: 40px;
  position: relative;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.p-consult__step::before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 15%;
  background-color: #b72715;
  z-index: -1;
}
.p-consult__step-item {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.p-consult__step-item:not(:first-child) {
  margin-top: 40px;
}

.p-sub-mv__link {
  background-color: #000000;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__link {
    padding: 20px 20px;
  }
}
.p-sub-mv__link-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__link-item {
    flex-direction: column;
    margin-top: 20px;
  }
}
.p-sub-mv__link-item-text {
  background-color: #fff;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__link-item-text {
    width: 280px;
  }
}
.p-sub-mv__link-item-text p {
  color: #b72715;
  font-weight: bold;
  font-size: clamp(1rem, 0.871399177rem + 0.548696845vw, 1.25rem);
}

.p-last {
  background: url(../img/last-bg.png) no-repeat center top/cover;
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-last {
    padding: 40px 10px;
  }
}
.p-last__title {
  font-size: clamp(1rem, 0.5498971193rem + 1.9204389575vw, 1.875rem);
}
.p-last__inner {
  background-color: #fff;
  padding: 40px 20px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-last__inner {
    padding: 20px 10px;
  }
}
.p-last__text {
  margin-top: 40px;
  font-size: clamp(0.875rem, 0.8106995885rem + 0.2743484225vw, 1rem);
}
.p-last__text:not(:first-child) {
  margin-top: 30px;
}

.p-about {
  padding: 0px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 40px 0;
  }
}
.p-about__container {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
  border: 2px solid #b72715;
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .p-about__container {
    margin-top: 40px;
  }
}
.p-about__container-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-about__container-title {
    flex-direction: column;
  }
}
.p-about__container-pic {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .p-about__container-pic {
    width: 200px;
  }
}
.p-about__container-company-img {
  max-width: 350px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-about__container-company-img {
    max-width: 250px;
    margin-top: 20px;
  }
}
.p-about__container-company-text {
  text-align: center;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: clamp(1rem, 0.871399177rem + 0.548696845vw, 1.25rem);
}
.p-about__container-list {
  margin-top: 40px;
}
.p-about__container-text {
  font-size: clamp(0.875rem, 0.746399177rem + 0.548696845vw, 1.125rem);
}
.p-about__container-text:not(:first-child) {
  margin-top: 25px;
}

.p-fixed-btn {
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 10px 0 0;
  z-index: 10;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.p-fixed-btn.is-visible {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-on {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */