@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Alata&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 100%;
}
@media (max-width: 402px) {
  html {
    font-size: 3.9800995025vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media (min-width: 1150px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  color: #454545;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.simplebar-track {
  width: 0.5rem;
}
@media screen and (min-width: 768px) {
  .simplebar-track {
    width: 0.615625rem;
  }
}

.simplebar-track .simplebar-scrollbar {
  height: 1.6875rem !important;
  border-radius: 2.01rem;
}
@media screen and (min-width: 768px) {
  .simplebar-track .simplebar-scrollbar {
    height: 2rem !important;
    border-radius: 6.25rem;
  }
}

.simplebar-track.simplebar-vertical {
  width: 0.75rem;
  height: 95%;
  top: 0.375rem;
  right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .simplebar-track.simplebar-vertical {
    width: 0.875rem;
  }
}

.simplebar-track {
  background: transparent;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track .simplebar-scrollbar::before {
  width: 100%;
  height: 100%;
  background: #6C6C6C;
  border-radius: 2.01rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .simplebar-track .simplebar-scrollbar::before {
    border-radius: 6.25rem;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-company {
  position: relative;
}

.l-company::before {
  content: "";
  width: 100%;
  height: 16.3125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#EDE8DC), color-stop(28%, #EDE8DC), to(rgba(218, 210, 189, 0)));
  background: linear-gradient(180deg, #EDE8DC 0%, #EDE8DC 28%, rgba(218, 210, 189, 0) 100%);
  position: absolute;
  top: 5rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-company::before {
    height: 21.125rem;
    top: 6.875rem;
  }
}

.l-company::after {
  content: "";
  width: 19.829375rem;
  height: 27.530625rem;
  background: transparent url(../images/bg_company_sp.png) no-repeat center center/100%;
  position: absolute;
  top: 44.7%;
  left: 55.6%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-company::after {
    width: 68.409375rem;
    height: 94.97625rem;
    background: transparent url(../images/bg_company_pc.png) no-repeat center center/100%;
    top: 18.375rem;
    left: 53.5%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-about-case {
  width: 7.1975rem;
  height: 7.1975rem;
  padding-top: 1.1875rem;
  background: linear-gradient(-135deg, #BC9F5F 0%, #947D41 100%);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .c-about-case {
    width: 17.5rem;
    height: 17.5rem;
    padding-top: 3.1875rem;
  }
}

.c-about-case__read {
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  font-weight: 900;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-about-case__read {
    font-size: 1.5rem;
  }
}

.c-about-case__area {
  margin-top: 0.125rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-about-case__area {
    margin-top: 0.5625rem;
  }
}

.c-about-case__area-number {
  font-size: 2.875rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-about-case__area-number {
    font-size: 6rem;
  }
}

.c-about-case--03 .c-about-case__area-number {
  top: 50%;
  left: -0.75rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .c-about-case--03 .c-about-case__area-number {
    left: -1.75rem;
  }
}

.c-about-case__area-unit {
  font-size: 1.375rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 38%;
  right: 0.6875rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .c-about-case__area-unit {
    font-size: 3rem;
    right: 2.5rem;
  }
}

.c-about-case__area-text {
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 75%;
  right: 0.5rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .c-about-case__area-text {
    font-size: 1.5rem;
    right: 2.5rem;
  }
}

.c-about-case__text {
  margin-top: 0.0625rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  font-weight: 900;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-about-case__text {
    margin-top: 0.5rem;
    font-size: 2.25rem;
  }
}

.c-about-case__attention {
  margin-top: 0.3125rem;
  font-size: 0.5625rem;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .c-about-case__attention {
    margin-top: 1.125rem;
    font-size: 1rem;
  }
}

.c-btn01 {
  height: 4.5rem;
  padding: 0.625rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#1C78F7), to(#0134CE));
  background: linear-gradient(to Bottom, #1C78F7 0%, #0134CE 100%);
  -webkit-box-shadow: 0.375rem 0.375rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0.375rem 0.375rem 0 rgba(0, 0, 0, .1);
  position: relative;
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-btn01 {
    height: 5.375rem;
  }
}

@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@media screen and (min-width: 768px) {
  .c-btn01:hover {
    opacity: 1;
  }
}

.c-btn01::before {
  content: "";
  width: 2.6875rem;
  height: 3.125rem;
  background: transparent url(../images/icon_calculator.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: 1.1875rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .c-btn01::before {
    width: 3.216875rem;
    height: 3.735625rem;
    left: 1.5rem;
  }
}

.c-btn01::after {
  content: "";
  width: 0.625rem;
  height: 1.125rem;
  background: transparent url(../images/arrow_right.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 1.375rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .c-btn01::after {
    width: 0.75rem;
    height: 1.3125rem;
    right: 1.625rem;
  }
}

.c-btn01__text {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  position: relative;
  left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-btn01__text {
    font-size: 1.5rem;
    left: 0.8125rem;
  }
}

.c-circle-point {
  width: 4.59rem;
  height: 4.59rem;
  padding-top: 0.25rem;
  border-radius: 50%;
  background: linear-gradient(-135deg, #BC9F5F 0%, #947D41 100%);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-circle-point {
    width: 8.75rem;
    height: 8.75rem;
    padding-top: 0.5rem;
  }
}

.c-circle-point__read {
  font-size: 0.524375rem;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-circle-point__read {
    font-size: 1rem;
  }
}

.c-circle-point__main {
  margin-top: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.0625rem;
     -moz-column-gap: 0.0625rem;
          column-gap: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .c-circle-point__main {
    margin-top: 0.25rem;
  }
}

.c-circle-point__main-number {
  font-size: 2.098125rem;
  color: #fff;
  line-height: 0.9;
  font-family: "Afacad", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-circle-point__main-number {
    font-size: 4rem;
  }
}

.c-circle-point__main-unit {
  margin-top: 0.625rem;
  font-size: 0.786875rem;
  color: #fff;
  line-height: 0.9;
  font-family: "Alata", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-circle-point__main-unit {
    font-size: 1.5rem;
  }
}

.c-circle-point__en {
  font-size: 1.049375rem;
  color: #fff;
  line-height: 1.1;
  font-family: "Alata", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-circle-point__en {
    font-size: 2rem;
  }
}

.c-title01 {
  display: inline-block;
  padding: 0 2.4375rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 900;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title01 {
    padding: 0 4.25rem;
    font-size: 2rem;
    line-height: 1.1;
  }
}

.c-title01::before {
  content: "";
  width: 1.4375rem;
  height: 1.375rem;
  background: transparent url(../images/icon_slash.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .c-title01::before {
    width: 2.75rem;
    height: 2.625rem;
  }
}

.c-title01::after {
  content: "";
  width: 1.4375rem;
  height: 1.375rem;
  background: transparent url(../images/icon_slash.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .c-title01::after {
    width: 2.75rem;
    height: 2.625rem;
  }
}

.c-title01--sm {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-title01--sm {
    font-size: 2rem;
  }
}

.p-about {
  padding-top: 1.375rem;
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-top: 1.75rem;
  }
}

.p-about::after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url(../images/bg_grad-gold_sp.png) no-repeat center top/100% auto;
  position: absolute;
  top: 45.5%;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-about::after {
    background: transparent url(../images/bg_grad-gold_pc.png) no-repeat center top/100% auto;
    top: 33.5%;
  }
}

.p-about__message {
  padding-bottom: 2.625rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__message {
    padding-bottom: 4.625rem;
  }
}

.p-about__message::after {
  content: "";
  width: 2.0625rem;
  height: 0.625rem;
  background: #EBE2CC;
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
          clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-about__message::after {
    width: 6.5rem;
    height: 1.875rem;
  }
}

.p-about__message-text {
  font-size: 0.875rem;
  line-height: 1.61;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-about__message-text {
    font-size: 1.6875rem;
  }
}

.p-about__message-read {
  margin-top: 0.6875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-about__message-read {
    margin-top: 1.25rem;
    font-size: 2.125rem;
    line-height: 1.61;
  }
}

.p-about__body {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-about__body {
    margin-top: 2.9375rem;
  }
}

.p-about__title {
  text-align: center;
  position: relative;
}

.p-about__title-sub {
  font-size: 1rem;
  text-align: center;
  line-height: 1.1;
  font-weight: 700;
  position: relative;
  right: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__title-sub {
    font-size: 1.125rem;
    right: 0;
  }
}

.p-about__title-main {
  display: inline-block;
  margin-top: 0.6875rem;
  font-size: 1.5rem;
  text-align: right;
  line-height: 1.1;
  font-weight: 900;
  position: relative;
  right: -2rem;
}
@media screen and (min-width: 768px) {
  .p-about__title-main {
    font-size: 2.5rem;
    right: -2.5rem;
  }
}

.p-about__title-main::before {
  content: "";
  width: 3.445rem;
  height: 2.465625rem;
  background: transparent url(../images/icon_car_no1.svg) no-repeat center center/100%;
  position: absolute;
  top: 24%;
  left: -3.75rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-about__title-main::before {
    width: 5.41375rem;
    height: 3.875rem;
    top: 30%;
    left: -6rem;
  }
}

.p-about__text {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    margin-top: 1.4375rem;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.p-about__list {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__list {
    margin-top: 2.625rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

.p-area {
  padding-top: 2.5rem;
  padding-bottom: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-area {
    padding-top: 3.75rem;
    padding-bottom: 14.125rem;
  }
}

.p-area__inner {
  padding-right: 2.5625rem;
  padding-left: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .p-area__inner {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.p-area__wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-area__wrap {
    width: 34.375rem;
    margin-right: auto;
    left: -0.5rem;
  }
}

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

.p-area__read {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.8;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-area__read {
    margin-top: 2.0625rem;
    font-size: 1rem;
  }
}

.p-area__list {
  margin-top: 1.5rem;
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-area__list {
    width: 27.125rem;
    margin-inline: auto;
    margin-top: 2.125rem;
    justify-items: flex-start;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
  }
}

.p-area__item {
  width: 13.75rem;
  height: 2.625rem;
  padding-left: 1.5rem;
  color: #fff;
  background: linear-gradient(-129deg, #BC9F5F 0%, #947D41 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  position: relative;
  left: -3.375rem;
}
@media screen and (min-width: 768px) {
  .p-area__item {
    width: 100%;
    height: 10.3125rem;
    padding-top: 1.75rem;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.6875rem;
    left: auto;
  }
}

.p-area__item-title {
  width: 3.375rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-area__item-title {
    width: auto;
    font-size: 2rem;
    text-align: center;
  }
}

.p-area__item-text {
  font-size: 0.625rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-area__item-text {
    font-size: 1rem;
    text-align: center;
  }
}

.p-area__text {
  margin-top: 3.6875rem;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-area__text {
    margin-top: 2.25rem;
    font-size: 1rem;
    text-align: left;
    left: 0.5rem;
  }
}

.p-case-card {
  -webkit-box-shadow: 0 0 1.31125rem rgba(69, 69, 69, .5);
          box-shadow: 0 0 1.31125rem rgba(69, 69, 69, .5);
}

.p-case-card__top {
  position: relative;
}

.p-case-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.34375rem;
     -moz-column-gap: 0.34375rem;
          column-gap: 0.34375rem;
  position: absolute;
  top: 0.5rem;
  left: 0.375rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-case-card__price {
    -webkit-column-gap: 0.6875rem;
       -moz-column-gap: 0.6875rem;
            column-gap: 0.6875rem;
    top: 1rem;
    left: 0.8125rem;
  }
}

.p-case-card__price-title {
  font-size: 0.525rem;
  color: #fff;
  line-height: 1.1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-case-card__price-title {
    font-size: 1rem;
  }
}

.p-case-card__price-area {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.125rem;
     -moz-column-gap: 0.125rem;
          column-gap: 0.125rem;
  position: relative;
  top: -0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-case-card__price-area {
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
    top: -0.4375rem;
  }
}

.p-case-card__price-number {
  font-size: 1.5625rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-case-card__price-number {
    font-size: 3rem;
  }
}

.p-case-card__price-unit {
  margin-top: 0.4375rem;
  font-size: 0.6875rem;
  line-height: 1.1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-case-card__price-unit {
    margin-top: 1.125rem;
    font-size: 1.3125rem;
  }
}

.p-case-card__img {
  position: relative;
}

.p-case-card__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 251/152;
}
@media screen and (min-width: 768px) {
  .p-case-card__img img {
    aspect-ratio: 480/290;
  }
}

.p-case-card__img::before {
  content: "";
  width: 7.875rem;
  height: 2.125rem;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background: rgba(148, 125, 65, .8);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-case-card__img::before {
    width: 15rem;
    height: 4.125rem;
  }
}

.p-case-card__bottom {
  padding-top: 0.5625rem;
  padding-bottom: 0.5575rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-case-card__bottom {
    padding-top: 1rem;
  }
}

.p-case-card__type {
  margin-left: 0.75rem;
  font-size: 0.524375rem;
  line-height: 1.1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-case-card__type {
    margin-left: 1.5rem;
    font-size: 1rem;
  }
}

.p-case-card__title {
  margin-top: 0.25rem;
  margin-left: 0.75rem;
  font-size: 0.786875rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-case-card__title {
    margin-top: 0.5rem;
    margin-left: 1.5rem;
    font-size: 1.5rem;
  }
}

.p-case-card__list {
  width: 9.114375rem;
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-case-card__list {
    width: 17.375rem;
    margin-top: 0.9375rem;
    row-gap: 0.6875rem;
  }
}

.p-case-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-case-card__item-term {
  width: 39.5666186656%;
  padding-left: 0.75rem;
  padding-bottom: 0.375rem;
  font-size: 0.524375rem;
  line-height: 1.1;
  font-weight: 700;
  border-bottom: 1px solid #947D41;
}
@media screen and (min-width: 768px) {
  .p-case-card__item-term {
    width: 39.5683453237%;
    padding-left: 1.5rem;
    padding-bottom: 0.8125rem;
    font-size: 1rem;
  }
}

.p-case-card__item-desc {
  width: 60.7899609134%;
  padding-left: 0.4375rem;
  padding-bottom: 0.375rem;
  font-size: 0.524375rem;
  line-height: 1.1;
  font-weight: 500;
  border-bottom: 1px solid #B2B2B2;
}
@media screen and (min-width: 768px) {
  .p-case-card__item-desc {
    width: 60.7913669065%;
    padding-left: 1rem;
    padding-bottom: 0.8125rem;
    font-size: 1rem;
  }
}

.p-case-card__circle {
  position: absolute;
  bottom: -0.6875rem;
  right: 0.625rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-case-card__circle {
    bottom: -1.625rem;
    right: 1.125rem;
  }
}

.p-case {
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-case {
    padding-top: 3.625rem;
  }
}

.p-case::after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url(../images/bg_grad-gold_sp.png) no-repeat center top/100% auto;
  position: absolute;
  top: 4.125rem;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-case::after {
    background: transparent url(../images/bg_grad-gold_pc.png) no-repeat center top/100% auto;
    top: 2.625rem;
  }
}

.p-case__inner {
  position: relative;
  z-index: 1;
}

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

.p-case__read {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.613;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-case__read {
    font-size: 1.5rem;
  }
}

.p-case__title {
  margin-top: 0.5rem;
  font-size: 1.75rem;
  text-align: center;
  line-height: 1.1;
  font-weight: 900;
  background: linear-gradient(-97deg, #BC9F5F 0%, #947D41 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-case__title {
    margin-top: 1.5rem;
    font-size: 2.5rem;
  }
}

.p-case__text {
  margin-top: 1rem;
  font-size: 0.625rem;
  text-align: center;
  line-height: 1.613;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-case__text {
    margin-top: 2.25rem;
    font-size: 0.875rem;
  }
}

.p-case__wrapper {
  margin-top: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-case__wrapper {
    margin-top: 2.25rem;
  }
}

.p-case__slider {
  padding-bottom: 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-case__slider {
    padding-bottom: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-case__wrapper .swiper-pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .p-case__wrapper .swiper-pagination-bullet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 0.75rem !important;
    height: 0.75rem !important;
    margin: 0 0.90625rem !important;
    background: #EBE2CC;
    opacity: 1;
  }
}

.p-case__wrapper .swiper-pagination-bullet-active {
  background: #947D41;
}

.p-case__arrow-prev,
.p-case__arrow-next {
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  top: 48%;
}
@media screen and (min-width: 768px) {
  .p-case__arrow-prev,
  .p-case__arrow-next {
    width: 0.625rem;
    height: 1.125rem;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}

.p-case__arrow-prev {
  background: transparent url(../images/slide_prev_sp.svg) no-repeat center center/100%;
  left: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-case__arrow-prev {
    background: transparent url(../images/slide_prev_pc.svg) no-repeat center center/100%;
    left: 40.7%;
  }
}

.p-case__arrow-next {
  background: transparent url(../images/slide_next_sp.svg) no-repeat center center/100%;
  left: auto;
  right: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-case__arrow-next {
    background: transparent url(../images/slide_next_pc.svg) no-repeat center center/100%;
    right: 40.7%;
  }
}

.p-company {
  padding-top: 3.4375rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-company {
    padding-top: 4.375rem;
  }
}

.p-company__inner {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company__inner {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company__wrap {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-company__img {
  width: 84.7457627119%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-company__img {
    width: 33.25rem;
    margin-inline: 0;
  }
}

.p-company__img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-company__body {
    width: 33.25rem;
    padding-top: 2.625rem;
  }
}

.p-company__list {
  margin-top: 1.625rem;
  margin-left: 1.75rem;
  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 (min-width: 768px) {
  .p-company__list {
    margin-top: 1.5625rem;
    margin-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 0.6875rem;
  }
}

.p-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company__item {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

.p-company__term {
  width: 3.75rem;
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-company__term {
    width: 6.25rem;
    font-size: 1rem;
  }
}

.p-company__desc {
  width: 15.625rem;
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-company__desc {
    width: 21.875rem;
    font-size: 1rem;
  }
}

.p-company__area {
  width: 18.75rem;
  margin-inline: auto;
  margin-top: 0.75rem;
  padding: 0.8125rem 0 0.5625rem 0.5625rem;
  background: linear-gradient(-96deg, #BC9F5F 0%, #947D41 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-company__area {
    width: auto;
    margin-inline: 0;
    margin-top: 2.125rem;
    padding: 1.25rem 0 0.9375rem 1.5625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

.p-company__area-snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-company__area-snsList {
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
  }
}

.p-company__area-snsItem {
  width: 4.3125rem;
  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;
  row-gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-company__area-snsItem {
    width: 7.5rem;
    row-gap: 0.9375rem;
  }
}

.p-company__area-snsLink {
  width: 3.875rem;
  height: 3.875rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-company__area-snsLink {
    width: 6.75rem;
    height: 6.75rem;
  }
}

.p-company__area-snsImg {
  width: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .p-company__area-snsImg {
    width: 5.9375rem;
  }
}

.p-company__area-snsImg img {
  width: 100%;
  height: auto;
}

.p-company__area-snsText {
  font-size: 0.46375rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-company__area-snsText {
    font-size: 0.8125rem;
  }
}

.p-company__area-text {
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-company__area-text {
    margin-top: 0.125rem;
    margin-bottom: 0;
    font-size: 1.25rem;
  }
}

.p-contact {
  padding-top: 1.1875rem;
  padding-bottom: 1.5rem;
  background: #EBE2CC;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 3.125rem;
    padding-bottom: 3.4375rem;
  }
}

.p-contact__title {
  text-align: center;
  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.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    row-gap: 1.875rem;
  }
}

.p-contact__title-sub {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-contact__title-sub {
    font-size: 1.3125rem;
    line-height: 1.1904761905;
  }
}

.p-contact__title-main {
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-contact__title-main {
    font-size: 3rem;
  }
}

.p-contact__wrap {
  margin-top: 1rem;
  padding: 0.875rem 1.75rem 2rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-contact__wrap {
    margin-top: 3.375rem;
    padding: 3.75rem 6.25rem 3.9375rem;
  }
}

.thanks .p-contact__wrap {
  margin-top: 1rem;
  padding: 2.625rem 0.625rem 3.75rem;
}
@media screen and (min-width: 768px) {
  .thanks .p-contact__wrap {
    margin-top: 3.375rem;
    padding: 3.75rem 6.25rem 3.9375rem;
  }
}

.p-contact__read {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.613;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-contact__read {
    font-size: 1.75rem;
  }
}

.p-contact__text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    margin-top: 2.625rem;
    font-size: 1rem;
  }
}

.p-contact__btn {
  width: 18.75rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__btn {
    width: 18.75rem;
    margin-top: 3rem;
  }
}

.p-contact__btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.3125rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 700;
  background: #bbbbbb;
  border: 1px solid #bbbbbb;
  -webkit-box-shadow: 0.375rem 0.375rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0.375rem 0.375rem 0 rgba(0, 0, 0, .1);
}
@media screen and (min-width: 768px) {
  .p-contact__btn-link {
    height: 4.375rem;
    font-size: 1.125rem;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.p-cta {
  padding-top: 1.4375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-top: 2.625rem;
    padding-bottom: 2.375rem;
  }
}

.p-cta--01 {
  background: transparent url(../images/cta_img01_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-cta--01 {
    background: transparent url(../images/cta_img01_pc.jpg) no-repeat center center/cover;
  }
}

.p-cta--02 {
  background: transparent url(../images/cta_img02_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-cta--02 {
    background: transparent url(../images/cta_img02_pc.jpg) no-repeat center center/cover;
  }
}

.p-cta::before {
  content: "";
  width: 100%;
  height: 8px;
  background: #947D41;
  border-top: 4px solid #0168B7;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-cta::before {
    height: 16px;
    border-top: 8px solid #0168B7;
  }
}

.p-cta__inner {
  max-width: 58.25rem;
}

.p-cta__title {
  width: 18.75rem;
  margin-inline: auto;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-cta__title {
    width: auto;
    font-size: 2.25rem;
  }
}

.p-cta__wrap {
  margin-top: 0.9375rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta__wrap {
    margin-top: 1.4375rem;
    padding-bottom: 0.25rem;
    grid-template-columns: repeat(2, 25.9375rem);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-cta__wrap::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}

.p-cta__box {
  padding-bottom: 1.0625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta__box {
    padding-bottom: 0;
  }
}

.p-cta__box:first-child {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-cta__box:first-child {
    border-bottom: none;
  }
}

.p-cta__box.contact {
  padding-bottom: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-cta__box.contact {
    padding-bottom: 0;
  }
}

.p-cta__read {
  padding-bottom: 1.5rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta__read {
    padding-bottom: 2.25rem;
    font-size: 1.5rem;
  }
}

.p-cta__read::after {
  content: "";
  width: 2.25rem;
  height: 0.75rem;
  background: linear-gradient(70deg, #BC9F5F, #947D41);
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
          clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-cta__read::after {
    width: 3.5rem;
    height: 1.125rem;
  }
}

.p-cta__tel {
  margin-top: 0.9375rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-cta__tel {
    margin-top: 1rem;
  }
}

.p-cta__tel-number {
  display: inline-block;
  padding-left: 3rem;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta__tel-number {
    font-size: 3rem;
  }
}

.p-cta__tel-number::before {
  content: "";
  width: 2.26875rem;
  height: 2.26875rem;
  background: transparent url(../images/icon_tel.svg) no-repeat center center/100%;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-cta__tel-number::before {
    width: 2.5rem;
    height: 2.5rem;
    left: -0.25rem;
  }
}

.p-cta__tel-text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.5;
  font-family: "Alata", sans-serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta__tel-text {
    margin-top: 0.875rem;
    font-size: 0.875rem;
    text-align: right;
    right: 2.25rem;
  }
}

.p-cta__btn {
  width: 18.75rem;
  margin-inline: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-cta__btn {
    width: 22.5rem;
    margin-top: 1.0625rem;
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

.p-faq {
  padding-top: 1.25rem;
  padding-bottom: 2.3125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(148, 125, 65, .3)), to(rgba(148, 125, 65, 0)));
  background: linear-gradient(180deg, rgba(148, 125, 65, .3) 0%, rgba(148, 125, 65, 0) 100%);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding-top: 1.25rem;
    padding-bottom: 6.6875rem;
  }
}

.p-faq__inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-faq__head {
    width: 33.125rem;
    position: absolute;
    top: 2.5rem;
    left: 1.875rem;
  }
}

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

.p-faq__read {
  margin-top: 1rem;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-faq__read {
    margin-top: 2.6875rem;
    font-size: 1rem;
  }
}

.p-faq__body {
  padding-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-faq__body {
    padding-top: 6.5rem;
  }
}

.p-faq__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-faq__list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
    row-gap: 4.6875rem;
  }
}

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

@media screen and (min-width: 768px) {
  .p-faq__item:nth-child(1) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

@media screen and (min-width: 768px) {
  .p-faq__item:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

@media screen and (min-width: 768px) {
  .p-faq__item:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

@media screen and (min-width: 768px) {
  .p-faq__item:nth-child(4) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

@media screen and (min-width: 768px) {
  .p-faq__item:nth-child(5) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}

.p-faq__number {
  display: block;
  font-size: 2rem;
  color: #947D41;
  line-height: 1.1;
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  position: absolute;
  top: -1.25rem;
  left: 0.625rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-faq__number {
    font-size: 4rem;
    top: -2.5rem;
    left: -1.125rem;
  }
}

.p-faq__top {
  min-height: 3.5rem;
  padding: 0.625rem 3.375rem 0.625rem 1.9375rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq__top {
    display: block;
    min-height: 6.25rem;
    padding: 2rem 2rem;
  }
}

.p-faq__top::after {
  content: "";
  width: 0.75rem;
  height: 0.4375rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-image: url(../images/arrow_bottom.svg);
          mask-image: url(../images/arrow_bottom.svg);
  background: #947D41;
  position: absolute;
  top: 40%;
  right: 1.875rem;
  transform: rotateX(180deg) translate(0, -50%);
  -webkit-transform: rotateX(180deg) translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-faq__top::after {
    width: 1.375rem;
    height: 0.75rem;
    top: 40%;
    right: 1.375rem;
  }
}

.p-faq__top.active::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 55%;
  transform: rotateX(0deg) translate(0, -50%);
  -webkit-transform: rotateX(0deg) translate(0, -50%);
}

.p-faq__term {
  font-size: 0.75rem;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-faq__term {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.p-faq__bottom {
  padding: 0 2rem 1.25rem 1.9375rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-faq__bottom {
    padding: 0 2rem 2rem;
  }
}

.p-faq__desc {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-faq__desc {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-foot-btn {
  width: 100%;
  padding: 2.3125rem 0.9375rem 0.8125rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.p-foot-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#222222), color-stop(45%, #222222), to(rgba(34, 34, 34, 0)));
  background: linear-gradient(to Top, #222222 0%, #222222 45%, rgba(34, 34, 34, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}

.p-foot-btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
  position: relative;
  z-index: 1;
}

.p-foot-btn__link {
  display: block;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, .1);
          box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, .1);
}

.p-foot-btn__link.tel {
  width: 24.1935483871%;
}

.p-foot-btn__link.contact {
  width: 35.4838709677%;
}

.p-foot-btn__link.line {
  width: 35.4838709677%;
}

.p-foot-btn__link img {
  width: 100%;
  height: auto;
}

.p-foot-btn__link.tel img {
  aspect-ratio: 90/70;
}

.p-foot-btn__link.contact img {
  aspect-ratio: 132/70;
}

.p-foot-btn__link.line img {
  aspect-ratio: 132/70;
}

.p-footer {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    margin-bottom: 0;
  }
}

.p-footer__top {
  padding-top: 1.8125rem;
  padding-bottom: 0.6875rem;
  background: #454545;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    padding-top: 1.9375rem;
    padding-bottom: 1.375rem;
  }
}

.p-footer__area {
  width: 19.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__area {
    width: auto;
  }
}

.p-footer__read {
  padding-right: 1.3125rem;
  font-size: 0.75rem;
  color: #fff;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-footer__read {
    padding-right: 0;
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-footer__logo {
  display: block;
  margin-top: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 21.534375rem;
    margin-inline: auto;
    margin-top: 1.375rem;
  }
}

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

.p-footer__tel {
  margin-top: 1.125rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__tel {
    margin-top: 2rem;
  }
}

.p-footer__tel-read {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-footer__tel-read {
    font-size: 1rem;
  }
}

.p-footer__tel-number {
  display: inline-block;
  margin-top: 0.125rem;
  padding-left: 2.0625rem;
  font-size: 2rem;
  font-family: "Alata", sans-serif;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__tel-number {
    margin-top: 0.625rem;
    padding-left: 2.4375rem;
    font-size: 2.25rem;
  }
}

.p-footer__tel-number::before {
  content: "";
  width: 1.51625rem;
  height: 1.51625rem;
  background: transparent url(../images/icon_tel.svg) no-repeat center center/100%;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-footer__tel-number::before {
    width: 2.0625rem;
    height: 2.0625rem;
    left: -0.375rem;
  }
}

.p-footer__tel-text {
  margin-top: 0.1875rem;
  font-size: 0.75rem;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__tel-text {
    margin-top: 0.3125rem;
    font-size: 1rem;
  }
}

.p-footer__bottom {
  padding: 0.90625rem 0;
  background: linear-gradient(-93deg, #947D41 0%, #BC9F5F 100%);
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    padding: 1.34375rem 0;
  }
}

.p-footer__copy {
  font-size: 0.581875rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    font-size: 0.875rem;
  }
}

.p-form__title {
  margin-bottom: 1.25rem;
  padding-left: 1.8125rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 900;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__title {
    margin-bottom: 3.25rem;
    padding-left: 3.75rem;
    font-size: 1.75rem;
  }
}

.p-form__title::before {
  content: "";
  width: 1.3125rem;
  height: 1.25rem;
  display: block;
  background: transparent url(../images/icon_slash.svg) center center/100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-form__title::before {
    width: 2.75rem;
    height: 2.625rem;
  }
}

.p-form__list {
  margin-bottom: 1.75rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-form__list {
    margin-bottom: 3.375rem;
    row-gap: 1.875rem;
  }
}

.p-form__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__item dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form__head {
    width: 15.5rem;
  }
}

.form_requirement .p-form__head {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form_size .p-form__head,
.form_note .p-form__head {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .form_size .p-form__head,
  .form_note .p-form__head {
    padding-top: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .confirm .form_size .p-form__head,
  .confirm .form_note .p-form__head {
    padding-top: 0;
  }
}

.p-form__head__title {
  width: 100%;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form__head__title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.p-form__head__title p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-form__head__title p {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-form span.required,
.p-form span.any {
  width: 3rem;
  padding: 0.1875rem 0 0.25rem;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4.296875rem;
}
@media screen and (min-width: 768px) {
  .p-form span.required,
  .p-form span.any {
    width: 4.375rem;
    padding: 0.5625rem 0;
    margin-top: 0;
    margin-left: 0;
    font-size: 0.875rem;
  }
}

.p-form span.required {
  background: #C33333;
}

.p-form span.any {
  background: #9F9F9F;
}

.p-form__body {
  width: 100%;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form__body {
    margin-top: 0;
    width: 39rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form_size .p-form__body {
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .form_size .p-form__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

.p-form__body .mw_wp_form .error {
  margin-top: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .p-form__body > p {
    width: 100%;
    margin-top: 0.3125rem;
    position: static;
  }
}

.p-form__body > p .p-form__link {
  display: block;
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 600;
  background: #C33333;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  position: absolute;
  top: 0.3125rem;
  left: 9.0625rem;
}
@media screen and (min-width: 768px) {
  .p-form__body > p .p-form__link {
    width: auto;
    font-size: 0.6875rem;
    position: relative;
    top: auto;
    left: auto;
  }
}

.p-form__body > p .p-form__link::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #C33333 100% 100%/0 1px no-repeat;
  background-size: 100% 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

/******************* form base *******************/
.p-form .wpcf7-form-control-wrap {
  width: 100%;
}

.p-form .form_size .wpcf7-form-control-wrap {
  width: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-form .form_size .wpcf7-form-control-wrap {
    width: 5.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form .form_residence .wpcf7-form-control-wrap,
  .p-form .form_manufacturer .wpcf7-form-control-wrap,
  .p-form .form_year .wpcf7-form-control-wrap,
  .p-form .form_mileage .wpcf7-form-control-wrap,
  .p-form .form_repair .wpcf7-form-control-wrap,
  .p-form .form_coloring .wpcf7-form-control-wrap {
    width: 21.75rem;
  }
}

.p-form input,
.p-form textarea,
.p-form select {
  width: 100%;
  height: 2.25rem;
  padding: 0.25rem 0.375rem;
  font-size: 1rem;
  color: #454545;
  line-height: 1.1875;
  letter-spacing: 0;
  font-weight: 700;
  background-color: #F8F8F8;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-form input,
  .p-form textarea,
  .p-form select {
    height: 3rem;
    padding: 0.625rem 1.25rem 0.625rem;
    font-size: 1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.p-form ::-webkit-input-placeholder {
  color: #D9D9D9;
}

.p-form ::-moz-placeholder {
  color: #D9D9D9;
}

.p-form ::-ms-input-placeholder {
  color: #D9D9D9;
}

.p-form ::placeholder {
  color: #D9D9D9;
}

.p-form textarea {
  resize: none;
}

@media screen and (min-width: 768px) {
  .p-form input:hover,
  .p-form select:hover,
  .p-form textarea:hover {
    border: 1px solid #ED1D2F;
  }
}

.p-form input:focus,
.p-form select:focus,
.p-form textarea:focus {
  border: 1px solid #ED1D2F !important;
  outline: none;
}

.p-form input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  margin-right: 0.625rem;
  border-radius: 0.125rem;
  border: 1px solid rgba(0, 0, 0, .14);
  vertical-align: middle;
}

.p-form input.required,
.p-form textarea.required,
.p-form select.required {
  background-color: #F9D5D5;
}

.p-form textarea {
  height: 13.5625rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    height: 18.5625rem;
  }
}

.p-form input.form_name,
.p-form input.form_kana {
  width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .p-form input.form_name,
  .p-form input.form_kana {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.p-form input.form_company,
.p-form input.form_tel,
.p-form input.form_mail {
  width: 26.5625rem;
}
@media screen and (min-width: 768px) {
  .p-form input.form_company,
  .p-form input.form_tel,
  .p-form input.form_mail {
    width: 100%;
  }
}

/* 郵便番号 */
.p-form .p-form__item.form_post .p-form__detail {
  width: 194px;
}
@media screen and (min-width: 768px) {
  .p-form .p-form__item.form_post .p-form__detail {
    width: 280px;
  }
}

.p-form .form_residence select,
.p-form .form_manufacturer select,
.p-form .form_year select,
.p-form .form_mileage select,
.p-form .form_repair select,
.p-form .form_coloring select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/arrow_select.png) 97% 45% no-repeat;
  background-size: 0.875rem;
  background-color: #F8F8F8;
  font-size: 1rem;
  color: #000;
  line-height: 1;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.p-form .form_residence select::-webkit-calendar-picker-indicator,
.p-form .form_manufacturer select::-webkit-calendar-picker-indicator,
.p-form .form_year select::-webkit-calendar-picker-indicator,
.p-form .form_mileage select::-webkit-calendar-picker-indicator,
.p-form .form_repair select::-webkit-calendar-picker-indicator,
.p-form .form_coloring select::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  color: #454545;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-form .form_residence select,
  .p-form .form_manufacturer select,
  .p-form .form_year select,
  .p-form .form_mileage select,
  .p-form .form_repair select,
  .p-form .form_coloring select {
    width: 100%;
    line-height: 1;
    background: url(../images/arrow_select.png) 94% 50% no-repeat;
    background-size: 1.0625rem;
    background-color: #F8F8F8;
  }
}

@media screen and (min-width: 768px) {
  .p-form select {
    font-size: 0.875rem;
  }
}

.mw_wp_form .error {
  width: 100%;
}

.wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-column-gap: 1.9375rem;
     -moz-column-gap: 1.9375rem;
          column-gap: 1.9375rem;
  row-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpcf7-radio .wpcf7-list-item:nth-child(n+2) {
  margin-top: 0;
}

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

.wpcf7-radio .wpcf7-list-item label input {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* デフォルトのボタン */
/* チェック前のボタン */
.wpcf7-list-item-label {
  font-weight: 500;
  position: relative;
}

.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
}

.wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-checkbox {
    row-gap: 0.75rem;
  }
}

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

.wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
}

.form_requirement .wpcf7-checkbox input[type=checkbox] {
  display: none;
}

.form_requirement .wpcf7-checkbox .wpcf7-list-item-label::before {
  background: #F5F5F5;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .14);
}

.form_requirement .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  border-top: 3px solid #ED1D2F;
  border-right: 3px solid #ED1D2F;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 0.375rem;
  left: 0.125rem;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -1px;
  font-weight: 500;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .14);
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  width: 1rem;
  height: 1rem;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #ED1D2F; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

/******************* END./form base *******************/
.p-form__head__text {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__head__text {
    margin-top: 0.625rem;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.08em;
  }
}

.p-form__detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form__detail {
    display: block;
  }
}

.form_size .p-form__detail {
  width: auto;
}

.p-form__detail p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__detail p {
    font-size: 1rem;
  }
}

.form-hope__title {
  width: 5rem;
  margin-right: 1.875rem;
  margin-left: 0.3125rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .form-hope__title {
    margin-right: 0.9375rem;
    margin-left: 0;
    font-size: 0.875rem;
  }
}

.p-form__body__text {
  width: 100%;
  margin-top: 0.5rem;
  font-size: 15px;
  color: #454545;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-form__body__text {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.p-form__detail_name {
  width: 22.0625rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.005em;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form__detail_name {
    width: 100%;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-form__detail_name:nth-child(n+2) {
    margin-top: 0.625rem;
  }
}

.form-name__title {
  margin-right: auto;
  font-size: 1rem;
  color: #454545;
  line-height: 2;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 768px) {
  .form-name__title {
    font-size: 0.875rem;
  }
}

.p-form__item.form_name .form-name__title {
  margin-right: 2.1875rem;
}

.p-form__item.form_kana .form-name__title {
  margin-right: 1.25rem;
}

.p-form__check {
  margin-top: 1.25rem;
  margin-left: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__check {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}

.confirm .p-form__check {
  margin-left: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .confirm .p-form__check {
    text-align: center;
  }
}

.p-form__check p {
  display: inline;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__check p {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-form__check p span.wpcf7-form-control-wrap {
  width: 15px;
  height: 15px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-form__check p span.wpcf7-form-control-wrap {
    width: auto;
    height: 15px;
    display: inline-block;
  }
}

.p-form__check .wpcf7-form-control {
  width: 1rem;
  height: 1rem;
  position: relative;
}
.p-form__check .wpcf7-form-control::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #F8F8F8;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, .14);
  position: relative;
  left: -0.375rem;
}
.p-form__check .wpcf7-form-control::after {
  content: "";
  width: 0.75rem;
  height: 0.375rem;
  border-top: 0.1875rem solid #ED1D2F;
  border-right: 0.125rem solid #ED1D2F;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0.5625rem;
  left: -0.1875rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form__check .wpcf7-form-control::after {
    top: 0.1875rem;
    left: 0;
  }
}

.p-form__check .wpcf7-form-control.is-checked::after {
  display: block;
  top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-form__check .wpcf7-form-control.is-checked::after {
    top: 0.125rem;
    left: -0.125rem;
  }
}

.p-form .p-form__check span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
  position: relative;
}

.p-form__check p span.wpcf7-list-item-label {
  display: none;
}

.p-form__check a {
  display: inline-block;
  font-size: 0.75rem;
  color: #ED1D2F;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#ED1D2F)) 100% 84%/0 1px no-repeat;
  background: linear-gradient(#ED1D2F, #ED1D2F) 100% 84%/0 1px no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media screen and (min-width: 768px) {
  .p-form__check a {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-form__check .wpcf7-not-valid-tip {
  width: 15.625rem;
  position: absolute;
  bottom: -3.4375rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-form__check .wpcf7-not-valid-tip {
    bottom: -1.5625rem;
    left: -3.125rem;
  }
}

.form-btn {
  margin-top: 2rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .form-btn {
    margin-top: 1.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.confirm .form-btn {
  margin-top: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .confirm .form-btn {
    margin-top: 3.75rem;
  }
}

.form-btn--estimate {
  width: 100%;
}

.p-form__btn--prev,
.p-form__btn--send {
  width: 13.75rem;
  height: 3.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__btn--prev,
  .p-form__btn--send {
    width: auto;
    min-width: 18.75rem;
    height: 4.5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.p-form__btn--send::after {
  content: "";
  width: 0.46rem;
  height: 0.83625rem;
  background: url(../images/arrow_right.svg) no-repeat center center/100%;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-image: url(../images/arrow_right.svg);
          mask-image: url(../images/arrow_right.svg);
  background: #fff;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-form__btn--send::after {
    width: 0.625rem;
    height: 1.125rem;
    right: 1.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__btn--send:hover::after {
    background: #947D41;
  }
}

.form-btn input {
  height: 3.3125rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 700;
  background: linear-gradient(-103deg, #BC9F5F 0%, #947D41 100%);
  border-radius: 0;
  -webkit-box-shadow: 0.375rem 0.375rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0.375rem 0.375rem 0 rgba(0, 0, 0, .1);
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-btn input {
    height: 4.375rem;
    font-size: 1.125rem;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .form-btn input:hover {
    border: 1px solid #947D41;
  }
}

.p-form__btn--prev input {
  display: block !important;
  background: #bbbbbb;
  border: 1px solid #bbbbbb;
  cursor: pointer;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-form__btn--send:hover input {
    background: #fff;
    color: #947D41;
  }
}

@media screen and (min-width: 768px) {
  .p-form__btn--prev:hover input {
    color: #454545;
    background: #fff;
  }
}

.p-form_attention {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form_attention {
    margin-top: 2.5rem;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.5;
  }
}

.p-form_attention a {
  display: inline-block;
  color: #ED1D2F;
  text-decoration: underline;
}

/*************************
MV用フォーム
*************************/
.p-form--mv .p-form__list {
  row-gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-form--mv .p-form__list {
    row-gap: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form--mv dl {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form--mv .p-form__head {
    width: 6.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form--mv .form_size .p-form__head,
  .p-form--mv .form_note .p-form__head {
    padding-top: 0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form--mv .p-form__body {
    width: 17.4375rem;
  }
}

.p-form--mv input,
.p-form--mv textarea,
.p-form--mv select {
  height: 2.1875rem;
  padding: 0.375rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-form--mv input,
  .p-form--mv textarea,
  .p-form--mv select {
    height: 2.1875rem;
    padding: 0.375rem 0.625rem;
  }
}

.p-form--mv textarea {
  height: 7.875rem;
}
@media screen and (min-width: 768px) {
  .p-form--mv textarea {
    height: 7.875rem;
  }
}

.p-form--mv .p-form__head__title {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-form--mv .p-form__head__title {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-form--mv .p-form__body {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-form--mv .p-form__body {
    margin-top: 0;
  }
}

.p-form--mv .form_size .p-form__body {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-form--mv .form_size .p-form__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form--mv .p-form__body > p {
    margin-top: -0.1875rem;
  }
}

.p-form--mv .p-form__body > p .p-form__link {
  line-height: 1;
  left: 5.75rem;
}
@media screen and (min-width: 768px) {
  .p-form--mv .p-form__body > p .p-form__link {
    left: auto;
  }
}

.p-form--mv .form_size .wpcf7-form-control-wrap {
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .p-form--mv .form_size .wpcf7-form-control-wrap {
    width: 5rem;
  }
}

.p-form--mv .form_tire .wpcf7-form-control-wrap {
  width: 5.75rem;
}
@media screen and (min-width: 768px) {
  .p-form--mv .form_tire .wpcf7-form-control-wrap {
    width: 5.75rem;
  }
}

.p-form--mv .p-form__detail p {
  font-size: 0.875rem;
}

.p-form--mv .form_size .p-form__detail p {
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-form--mv .form_size .p-form__detail p {
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
  }
}

.p-form--mv .form-btn {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-form--mv .form-btn {
    width: 18.875rem;
    margin-top: 1.25rem;
  }
}

.p-form--mv .form-btn input {
  height: 3.75rem;
  font-size: 1rem;
  letter-spacing: 0.06em;
  background: #454545;
  border: 1px solid #454545;
}
@media screen and (min-width: 768px) {
  .p-form--mv .form-btn input {
    height: 3.75rem;
    font-size: 1rem;
  }
}

.p-form--mv .form-btn::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-form--mv .form-btn:hover input {
    background: #fff;
    color: #454545;
  }
}

.p-form--mv .wpcf7-not-valid-tip {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form--mv .wpcf7-not-valid-tip {
    font-size: 0.625rem;
  }
}

.p-form__policy {
  margin-top: 1.75rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-form__policy {
    margin-top: 3rem;
  }
}

.p-form__policy--head {
  height: 13.375rem;
  padding: 1.25rem 1.125rem 1.25rem;
  background: #F0F0F0;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__policy--head {
    height: 15rem;
    padding: 1rem 4.375rem 1.75rem 1.875rem;
  }
}

.p-form__policy--title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form__policy--title {
    font-size: 1.25rem;
  }
}

.p-form__policy--detail {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.p-form__policy--subtitle {
  margin-top: 1.5rem;
  font-size: 1rem;
  color: #8A8A8A;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form__policy--subtitle {
    margin-top: 1.875rem;
    font-size: 1rem;
  }
}

.p-form__policy--text {
  font-size: 1rem;
  color: #8A8A8A;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-form__policy--text {
    font-size: 1rem;
  }
}

.p-form__policy--list {
  counter-reset: number 0; /* number のカウンタを 0 にセット */
}

.p-form__policy--item {
  margin-left: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.875;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__policy--item {
    margin-left: 1rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-form__policy--item p {
  display: inline-block;
}

.p-form__policy--item::before {
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number) ". "; /* 表示形式を指定 */
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.875;
  position: absolute;
  top: 0;
  left: -0.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__policy--item::before {
    font-size: 1rem;
    line-height: 2;
    left: -1rem;
  }
}

.c-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  line-height: 1.8;
  font-weight: 500;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-form__checkbox {
    font-size: 1rem;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.c-form__checkbox input[type=checkbox] {
  display: none;
}
.c-form__checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  display: inline-block;
}
.c-form__checkbox .wpcf7-list-item-label::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #F8F8F8;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, .14);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-form__checkbox .wpcf7-list-item-label::after {
  content: "";
  display: none;
  width: 12px;
  height: 6px;
  border-top: 3px solid #ED1D2F;
  border-right: 3px solid #ED1D2F;
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.c-form__checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-form__checkbox:hover {
    opacity: 0.7;
  }
}

.p-header {
  width: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.p-header::after {
  content: "";
  width: 100%;
  height: 3.125rem;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-header::after {
    height: 6.375rem;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 0 1.5rem 2.125rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .is-scroll .p-header__inner {
    padding: 0 1.5rem 1.125rem;
  }
}

.p-header__logo {
  width: 13.375rem;
  margin-left: 1.25rem;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 24.64%;
    margin-left: 4.75rem;
    position: relative;
    z-index: 50;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .p-header__logo {
    width: 23.2%;
    margin-left: 1.25rem;
  }
}

.p-header__logo::before {
  content: "";
  width: 4px;
  height: 4.125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#947D41), color-stop(50%, #947D41), color-stop(50%, #0168B7), to(#0168B7));
  background: linear-gradient(180deg, #947D41 0%, #947D41 50%, #0168B7 50%, #0168B7 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-header__logo::before {
    height: 9rem;
  }
}

.p-header__logo-link {
  display: block;
  width: 100%;
  margin-top: 0.9375rem;
  margin-left: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo-link {
    margin-top: 2.375rem;
    margin-left: 2.125rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .is-scroll .p-header__logo-link {
    margin-top: 1.75rem;
  }
}

.p-header__logo-link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-header__logo-link:hover {
    opacity: 1;
  }
}

.p-header__logo-text {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__logo-text {
    display: block;
    margin-left: 0.375rem;
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.15em;
    font-weight: 700;
    white-space: nowrap;
  }
}

.p-header__logo-img {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-header__logo-img {
    margin-top: 1.375rem;
  }
}

.p-header__logo-img img {
  width: 100%;
  height: auto;
}

.p-header__hamburger {
  width: 4.125rem;
  height: 4.125rem;
  background: linear-gradient(-135deg, #BC9F5F 0%, #947D41 100%);
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__hamburger .line {
  width: 33px;
  height: 2px;
  display: block;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger .line:nth-child(2),
.p-header__hamburger .line:nth-child(3) {
  margin-top: 0.75rem;
}

.p-header__hamburger.active .line:nth-child(1) {
  -webkit-transform: translateY(0.8125rem) rotate(45deg);
          transform: translateY(0.8125rem) rotate(45deg);
}

.p-header__hamburger.active .line:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger.active .line:nth-child(3) {
  -webkit-transform: translateY(-0.9375rem) rotate(-45deg);
          transform: translateY(-0.9375rem) rotate(-45deg);
}

.p-header__nav {
  width: 100%;
  height: 100vh;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: rgba(0, 0, 0, .82);
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 10;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    width: auto;
    height: auto;
    padding-top: 1.25rem;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: transparent;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    position: static;
    right: auto;
    overflow-y: auto;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.p-header__nav.active {
  right: 0;
}
@media screen and (min-width: 768px) {
  .is-scroll .p-header__nav {
    padding-top: 0.625rem;
  }
}

.p-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-header__body {
    display: block;
  }
}

.p-header__tel {
  margin-top: 2.5rem;
  color: #fff;
  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;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-header__tel {
    margin-top: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }
}

.p-header__tel-link {
  display: inline-block;
  padding-left: 2.75rem;
  font-size: 2.25rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__tel-link {
    padding-left: 2.75rem;
    font-size: 2.25rem;
  }
}

.p-header__tel-link::before {
  content: "";
  width: 2.0625rem;
  height: 2.0625rem;
  background: transparent url(../images/icon_tel.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.p-header__tel-text {
  display: inline-block;
  margin-top: 0.6875rem;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-header__tel-text {
    margin-top: 0.6875rem;
    font-size: 0.75rem;
  }
}

.p-header__navList {
  width: 100%;
  padding: 0 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: 1.5rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-header__navList {
    margin-top: 0.5625rem;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-header__navItem {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__navItem {
    margin: 0 1rem;
    padding: 0.5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navItem:last-child {
    margin: 0 0 0 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navItem:nth-child(n+2)::before {
    content: "";
    width: 1px;
    height: 2rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: -1rem;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}

.p-header__navItem > a,
.p-header__navItem > span {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-header__navItem > a,
  .p-header__navItem > span {
    font-size: 1rem;
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navItem > a:hover,
  .p-header__navItem > span:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navItem > a::before,
  .p-header__navItem > span::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navItem > a:hover::before,
  .p-header__navItem > span:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navItem > span.active::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -0.625rem;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    z-index: 3;
  }
}

.p-header__navText {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-header__navText {
    display: block;
  }
}

.p-header__navItem:first-child .p-header__navText {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-header__navItem:first-child .p-header__navText {
    border-top: none;
  }
}

.p-header__navText.js-hover {
  padding-right: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-header__navText.js-hover {
    padding-right: 0;
  }
}

.p-header__contact {
  margin-top: 2.5rem;
  padding: 0 1.25rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-header__contact {
    width: 9.625rem;
    margin-top: 0.25rem;
    padding: 0;
  }
}

.p-header__contact-btn {
  width: 100%;
  padding: 1.125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#1C78F7), to(#0134CE));
  background: linear-gradient(to Bottom, #1C78F7 0%, #0134CE 100%);
}
@media screen and (min-width: 768px) {
  .p-header__contact-btn {
    padding: 1.5rem 0 1.625rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .is-scroll .p-header__contact-btn {
    padding: 1.125rem 0 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__contact-btn:hover {
    opacity: 0.7;
  }
}

.p-header__contact-text {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__contact-text {
    padding-bottom: 1.75rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__contact-text::after {
    content: "";
    width: 1.375rem;
    height: 0.75rem;
    background: transparent url(../images/arrow_bottom.svg) no-repeat center center/100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}

.p-introduction {
  padding-top: 5.5rem;
  padding-bottom: 2.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-introduction {
    padding-top: 3.625rem;
    padding-bottom: 6.5rem;
  }
}

.p-introduction::before {
  content: "";
  width: 6.625rem;
  height: 20.9375rem;
  background: transparent url(../images/introduction_map_sp.png) no-repeat center center/100%;
  position: absolute;
  top: 1.375rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-introduction::before {
    width: 17.25rem;
    height: 39.5625rem;
    background: transparent url(../images/introduction_map_pc.png) no-repeat center center/100%;
    top: -4.125rem;
    left: 0;
  }
}

.p-introduction__inner {
  position: relative;
  z-index: 1;
}

.p-introduction__top {
  width: 15rem;
  margin-inline: auto;
  position: relative;
  left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-introduction__top {
    width: 50.625rem;
    left: auto;
  }
}

.p-introduction__read {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-introduction__read {
    left: 2.25rem;
  }
}

.p-introduction__read strong {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-introduction__read strong {
    font-size: 2.875rem;
  }
}

.p-introduction__read span.nomber {
  display: inline-block;
  margin-top: 1.375rem;
  margin-bottom: 0.25rem;
  margin-right: 0.375rem;
  font-size: 3rem;
  color: #947D41;
  line-height: 1.1;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-introduction__read span.nomber {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0.3125rem;
    margin-left: 0.4375rem;
    font-size: 6rem;
    top: 0.3125rem;
  }
}

.p-introduction__read span.text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-introduction__read span.text {
    font-size: 2.25rem;
    line-height: 4.4;
  }
}

.p-introduction__attention {
  width: 100%;
  font-size: 0.625rem;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 23%;
  left: 52.5%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-introduction__attention {
    font-size: 1.25rem;
    text-align: left;
    position: absolute;
    top: 43%;
    left: 57.5%;
  }
}

.p-introduction__bottom {
  margin-top: 2.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-introduction__bottom {
    margin-top: 0.625rem;
  }
}

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

.p-introduction__list {
  max-width: 22.625rem;
  margin-inline: auto;
  margin-top: 1.875rem;
  padding: 0 0.3125rem;
  display: grid;
  grid-template-columns: repeat(4, 4.375rem);
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-introduction__list {
    max-width: 62.5rem;
    margin-top: 2.625rem;
    padding: 0;
    grid-template-columns: repeat(7, 7.375rem);
    -webkit-column-gap: 1.8125rem;
       -moz-column-gap: 1.8125rem;
            column-gap: 1.8125rem;
    row-gap: 2.8125rem;
  }
}

.p-introduction__item-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}

.p-introduction__item-text {
  margin-top: 0.5rem;
  font-size: 0.5625rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-introduction__item-text {
    margin-top: 1.375rem;
    font-size: 0.875rem;
  }
}

.p-introduction__message {
  margin-top: 2.125rem;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-introduction__message {
    margin-top: 0;
    font-size: 2rem;
    text-align: left;
    line-height: 1.613;
    position: absolute;
    bottom: 2.625rem;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-line-btn {
    width: 9.5rem;
    padding: 1.125rem 0.625rem 0.75rem;
    background: #06C755;
    position: fixed;
    bottom: 1.875rem;
    right: 1.5625rem;
    z-index: 10;
  }
}

@media screen and (min-width: 768px) {
  .p-line-btn__link {
    width: 7.25rem;
    height: 7.25rem;
    margin-inline: auto;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-line-btn__img {
    width: 5.9375rem;
  }
}

.p-line-btn__img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-line-btn__text {
    margin-top: 0.625rem;
    font-size: 0.8125rem;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  .p-line-btn__read {
    margin-top: 0.125rem;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-weight: 900;
  }
}

.p-mv-cta {
  padding-top: 0.875rem;
  background: linear-gradient(-120deg, #BC9F5F 0%, #947D41 100%);
  border-top: 6px solid #0168B7;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-mv-cta {
    padding-top: 0;
    background: linear-gradient(-99deg, #BC9F5F 0%, #947D41 100%);
    border-top: 8px solid #0168B7;
  }
}

.p-mv-cta__inner {
  padding-right: 1.375rem;
  padding-left: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-mv-cta__inner {
    padding-right: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.6875rem;
       -moz-column-gap: 1.6875rem;
            column-gap: 1.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mv-cta__img {
    width: 34.4615384615%;
    margin-top: -1rem;
  }
}

.p-mv-cta__img img {
  width: 100%;
  height: auto;
}

.p-mv-cta__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.0625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv-cta__wrap {
    width: 48.125rem;
    padding-top: 1rem;
    padding-bottom: 0.25rem;
    grid-template-columns: repeat(2, 21.875rem);
    -webkit-column-gap: 2.875rem;
       -moz-column-gap: 2.875rem;
            column-gap: 2.875rem;
  }
}
@media screen and (min-width: 1301px) {
  .p-mv-cta__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-mv-cta__box {
  padding-bottom: 1.0625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv-cta__box {
    padding-bottom: 0;
  }
}

.p-mv-cta__box:first-child {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-mv-cta__box:first-child {
    border-bottom: none;
  }
}

.p-mv-cta__box.contact {
  padding-bottom: 4.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv-cta__box.contact {
    padding-bottom: 0;
  }
}

.p-mv-cta__read {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv-cta__read {
    padding-bottom: 1.75rem;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mv-cta__read::after {
    content: "";
    width: 2.625rem;
    height: 0.75rem;
    background: linear-gradient(70deg, #fff, #fff);
    -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
            clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}

.p-mv-cta__tel {
  margin-top: 0.9375rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-mv-cta__tel {
    margin-top: 1.25rem;
  }
}

.p-mv-cta__tel-number {
  display: inline-block;
  padding-left: 3rem;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv-cta__tel-number {
    padding-left: 2.5rem;
    font-size: 2.25rem;
  }
}

.p-mv-cta__tel-number::before {
  content: "";
  width: 2.26875rem;
  height: 2.26875rem;
  background: transparent url(../images/icon_tel.svg) no-repeat center center/100%;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-mv-cta__tel-number::before {
    width: 2.0625rem;
    height: 2.0625rem;
    left: -0.25rem;
  }
}

.p-mv-cta__tel-text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.5;
  font-family: "Alata", sans-serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv-cta__tel-text {
    margin-top: 0.875rem;
    font-size: 0.75rem;
    text-align: right;
    right: 3.25rem;
  }
}

.p-mv-cta__btn {
  width: 18.75rem;
  margin-inline: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 20%);
  -webkit-transform: translate(-50%, 20%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv-cta__btn {
    width: 18.75rem;
    margin-top: 1.0625rem;
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

@media screen and (min-width: 768px) {
  .p-mv-cta__btn .c-btn01 {
    height: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mv-cta__btn .c-btn01::before {
    width: 2.680625rem;
    height: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mv-cta__btn .c-btn01::after {
    right: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mv-cta__btn .c-btn01__text {
    font-size: 1.25rem;
  }
}

.p-mv {
  position: relative;
}

.p-mv__img {
  position: relative;
}

.p-mv__img img {
  width: 100%;
  height: auto;
}

.p-mv__inner {
  position: absolute;
  top: 6.625rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    top: 56%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) {
  .p-mv__text {
    width: 35.6875rem;
  }
}

.p-mv__text img {
  width: 100%;
  height: auto;
}

.p-mv__point {
  width: 22.625rem;
  margin-inline: auto;
  margin-top: 11.4375rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__point {
    width: 35.5rem;
    margin-inline: 0;
    margin-top: 1.625rem;
  }
}

.p-mv__point img {
  width: 100%;
  height: auto;
}

.p-notfound {
  padding-top: 1.1875rem;
  padding-bottom: 1.5rem;
  background: #EBE2CC;
}
@media screen and (min-width: 768px) {
  .p-notfound {
    padding-top: 3.125rem;
    padding-bottom: 3.4375rem;
  }
}

.p-notfound__title {
  text-align: center;
  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.625rem;
}
@media screen and (min-width: 768px) {
  .p-notfound__title {
    row-gap: 1.875rem;
  }
}

.p-notfound__title-sub {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-notfound__title-sub {
    font-size: 1.3125rem;
    line-height: 1.1904761905;
  }
}

.p-notfound__title-main {
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-notfound__title-main {
    font-size: 3rem;
  }
}

.p-notfound__wrap {
  margin-top: 1rem;
  padding: 2.625rem 0.625rem 3.75rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-notfound__wrap {
    margin-top: 3.375rem;
    padding: 3.75rem 6.25rem 3.9375rem;
  }
}

.p-notfound__read {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.613;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-notfound__read {
    font-size: 1.75rem;
  }
}

.p-notfound__text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-notfound__text {
    margin-top: 2.625rem;
    font-size: 1rem;
  }
}

.p-notfound__btn {
  width: 18.75rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-notfound__btn {
    width: 18.75rem;
    margin-top: 3rem;
  }
}

.p-notfound__btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.3125rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 700;
  background: #bbbbbb;
  border: 1px solid #bbbbbb;
  -webkit-box-shadow: 0.375rem 0.375rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0.375rem 0.375rem 0 rgba(0, 0, 0, .1);
}
@media screen and (min-width: 768px) {
  .p-notfound__btn-link {
    height: 4.375rem;
    font-size: 1.125rem;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.p-purchase {
  padding-top: 1.375rem;
  padding-bottom: 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-purchase {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }
}

.p-purchase::after {
  content: "";
  width: 100%;
  height: 21.875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#EBE5D6), color-stop(20%, #EBE5D6), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #EBE5D6 0%, #EBE5D6 20%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-purchase::after {
    height: 100%;
  }
}

.p-purchase__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-purchase__inner {
    max-width: 73.3125rem;
    margin-inline: auto;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.p-purchase__title {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-purchase__title {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}

.p-purchase__read {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-purchase__read {
    margin-top: 1.625rem;
    font-size: 1.125rem;
  }
}

.p-purchase__read strong {
  font-weight: 900;
}

.p-purchase__img {
  width: 95.0248756219%;
  margin-right: auto;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-purchase__img {
    width: 100%;
    margin-right: 0;
  }
}

.p-purchase__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 382/484;
}
@media screen and (min-width: 768px) {
  .p-purchase__img img {
    aspect-ratio: 1100/649;
  }
}

.p-purchase__message {
  margin-top: 1.75rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.613;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-purchase__message {
    margin-top: 3.75rem;
    font-size: 1.6875rem;
  }
}

.p-purchase__message strong {
  font-size: 1.25rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-purchase__message strong {
    font-size: 2.125rem;
  }
}

.p-staff-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.125rem;
     -moz-column-gap: 0.125rem;
          column-gap: 0.125rem;
  border-bottom: 1px solid #A1A1A1;
}
@media screen and (min-width: 768px) {
  .p-staff-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
}

.p-staff-card__img {
  width: 10.5625rem;
  position: relative;
  left: -0.375rem;
}
@media screen and (min-width: 768px) {
  .p-staff-card__img {
    width: 100%;
    left: 0;
  }
}

.p-staff-card__img img {
  width: 100%;
  height: auto;
}

.p-staff-card__body {
  width: 10.625rem;
}
@media screen and (min-width: 768px) {
  .p-staff-card__body {
    width: 100%;
    margin-top: 1.0625rem;
  }
}

.p-staff-card__role {
  font-size: 0.75rem;
  line-height: 1.9;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-staff-card__role {
    font-size: 0.875rem;
  }
}

.p-staff-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-staff-card__title {
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
  }
}

.p-staff-card__title-main {
  font-size: 1.25rem;
  line-height: 1.9;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-staff-card__title-main {
    font-size: 1.25rem;
  }
}

.p-staff-card__title-sub {
  font-size: 0.6rem;
  color: #BC9F5F;
  line-height: 1.9;
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  position: relative;
  top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-staff-card__title-sub {
    font-size: 1.25rem;
    top: auto;
  }
}

.p-staff-card__text {
  margin-top: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-staff-card__text {
    margin-top: 0.375rem;
    font-size: 0.875rem;
  }
}

.p-staff {
  padding-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-staff {
    padding-top: 8.5rem;
  }
}

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

.p-staff__top {
  padding: 0 1.0625rem;
  margin-top: 1.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-staff__top {
    margin-top: 4.25rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-staff__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-staff__img {
    width: 48.6153846154%;
    margin-top: 0.625rem;
  }
}

.p-staff__img::before {
  content: "";
  width: 103.805%;
  height: 1px;
  background: #A1A1A1;
  position: absolute;
  bottom: 0;
  right: -1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-staff__img::before {
    display: none;
  }
}

.p-staff__img img {
  width: 100%;
  height: auto;
}

.p-staff__detail {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-staff__detail {
    display: block;
    width: 48.4615384615%;
  }
}

.p-staff__role {
  font-size: 0.875rem;
  line-height: 1.9;
  font-weight: 700;
  position: absolute;
  top: 8.8%;
  left: calc(50% + 0.5625rem);
}
@media screen and (min-width: 768px) {
  .p-staff__role {
    font-size: 1.125rem;
    position: static;
  }
}

.p-staff__president {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 12.2%;
  left: 66%;
  left: calc(50% + 0.5625rem);
}
@media screen and (min-width: 768px) {
  .p-staff__president {
    padding-bottom: 0.375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.1875rem;
       -moz-column-gap: 1.1875rem;
            column-gap: 1.1875rem;
    border-bottom: 1px solid #A1A1A1;
    position: static;
    top: auto;
    left: auto;
  }
}

.p-staff__president-main {
  font-size: 1.5rem;
  line-height: 1.9;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-staff__president-main {
    font-size: 1.5rem;
  }
}

.p-staff__president-sub {
  font-size: 1rem;
  color: #BC9F5F;
  line-height: 1;
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  position: relative;
  top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-staff__president-sub {
    font-size: 1.5rem;
    line-height: 1.9;
    top: 0.1875rem;
  }
}

.p-staff__text {
  width: 81.5217391304%;
  margin-inline: auto;
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-staff__text {
    width: 33.125rem;
    margin-inline: 0;
    margin-top: 0.9375rem;
    font-size: 0.875rem;
  }
}

.p-staff__bottom {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-staff__bottom {
    max-width: 71.875rem;
    margin-inline: auto;
    margin-top: 2.875rem;
    padding: 0 1.5625rem;
  }
}

.p-staff__list {
  width: 95.0248756219%;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-staff__list {
    width: auto;
    grid-template-columns: repeat(2, 1fr);
    /*grid-template-columns: repeat(3, 1fr);*/
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
  }
}

.p-strength-card__top {
  position: relative;
}

.p-strength-card__number {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  background: linear-gradient(-137deg, #BC9F5F 0%, #947D41 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(255,255,255,0.8)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(255, 255, 255, .8));
          filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(255, 255, 255, .8));
  position: absolute;
  top: 0;
  left: 0.625rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-strength-card__number {
    font-size: 4rem;
    line-height: 1.1;
    left: 1.25rem;
  }
}

.p-strength-card__img {
  position: relative;
}

.p-strength-card__img::before {
  content: "";
  width: 100%;
  height: 2.25rem;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 100%);
          clip-path: polygon(0 100%, 0 0, 100% 100%);
  background: rgba(255, 255, 255, .8);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-strength-card__img::before {
    height: 4.625rem;
  }
}

.p-strength-card__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 171/110;
}
@media screen and (min-width: 768px) {
  .p-strength-card__img img {
    aspect-ratio: 348/200;
  }
}

.p-strength-card__bottom {
  margin-top: -0.5625rem;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid #0168B7;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-strength-card__bottom {
    margin-top: -2.4375rem;
    margin-left: 1.3125rem;
    padding-left: 0.75rem;
  }
}

.p-strength-card__area {
  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.0625rem;
}
@media screen and (min-width: 768px) {
  .p-strength-card__area {
    row-gap: 0.125rem;
  }
}

.p-strength-card__read {
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-strength-card__read {
    font-size: 1rem;
    line-height: 1.26;
  }
}

.p-strength-card__title {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-strength-card__title {
    font-size: 1.625rem;
    line-height: 1.26;
  }
}

.p-strength-card__text {
  margin-top: 0.4375rem;
  font-size: 0.75rem;
  line-height: 1.42;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-strength-card__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}

.p-strength {
  padding-top: 2.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-strength {
    padding-top: 2.375rem;
  }
}

.p-strength::after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url(../images/bg_grad-gold_sp.png) no-repeat center top/100% auto;
  position: absolute;
  top: 5.75rem;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-strength::after {
    background: transparent url(../images/bg_grad-gold_pc.png) no-repeat center top/100% auto;
    top: 2.625rem;
  }
}

.p-strength__inner {
  position: relative;
  z-index: 1;
}

.p-strength__title {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-strength__title {
    row-gap: 1.625rem;
  }
}

.p-strength__title-sub {
  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-strength__title-sub {
    font-size: 1.5rem;
  }
}

.p-strength__title-main {
  font-size: 1.75rem;
  line-height: 1.1;
  background: linear-gradient(-96deg, #BC9F5F 0%, #947D41 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-strength__title-main {
    font-size: 2.5rem;
  }
}

.p-strength__list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-strength__list {
    margin-top: 5.125rem;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.6875rem;
       -moz-column-gap: 1.6875rem;
            column-gap: 1.6875rem;
    row-gap: 5.375rem;
  }
}

.p-troube-card__top {
  width: 96.2686567164%;
  margin-left: auto;
  height: 5.875rem;
  background: transparent url(../images/trouble_title_sp.png) no-repeat left center/cover;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-troube-card__top {
    width: auto;
    margin-left: 0;
    height: 6.875rem;
    background: transparent url(../images/trouble_title_pc.png) no-repeat left center/cover;
  }
}

.p-troube-card__number {
  font-size: 3rem;
  color: #EBE2CC;
  line-height: 1.1;
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 2.125rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-troube-card__number {
    font-size: 4.375rem;
    color: rgba(255, 255, 255, .4);
    top: 0.9375rem;
    left: 3.125rem;
  }
}
@media screen and (min-width: 1301px) {
  .p-troube-card__number {
    left: 4.2%;
  }
}

.p-troube-card__read {
  font-size: 0.6875rem;
  color: #E9E9E9;
  line-height: 1.4;
  font-weight: 700;
  position: absolute;
  top: 0.3125rem;
  left: 3.6%;
}
@media screen and (min-width: 768px) {
  .p-troube-card__read {
    font-size: 1.125rem;
    top: 0.75rem;
    left: 11.5rem;
  }
}
@media screen and (min-width: 1301px) {
  .p-troube-card__read {
    left: 15.4%;
  }
}

.p-troube-card__title {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  position: absolute;
  top: 2.25rem;
  left: 17.7%;
}
@media screen and (min-width: 768px) {
  .p-troube-card__title {
    font-size: 1.5625rem;
    line-height: 1.4;
    top: 3.875rem;
    left: 8.9375rem;
  }
}
@media screen and (min-width: 1301px) {
  .p-troube-card__title {
    left: 12%;
  }
}

.p-troube-card__bottom {
  margin-top: 0.8125rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-troube-card__bottom {
    margin-top: -1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .p-troube-card__img {
    width: 41.3333333333%;
  }
}

.p-troube-card__img img {
  width: 100%;
  height: auto;
}

.p-troube-card__area {
  width: 74.6268656716%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-troube-card__area {
    width: 66.6666666667%;
    margin-inline: 0;
    position: absolute;
    top: 3.4375rem;
    left: 0;
  }
}

.p-troube-card__text {
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-troube-card__text {
    font-size: 1.125rem;
    line-height: 1.923;
  }
}

.p-troube-card__text strong {
  font-weight: 700;
}

.p-troube-card__attention {
  margin-top: 1.125rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-troube-card__attention {
    margin-top: 0.8125rem;
    font-size: 0.8125rem;
    line-height: 1.923;
  }
}

.p-trouble {
  padding-top: 1.3125rem;
  padding-bottom: 1.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-trouble {
    padding-top: 3.75rem;
    padding-bottom: 3.125rem;
  }
}

.p-trouble::after {
  content: "";
  width: 100%;
  height: 21.875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#EBE5D6), color-stop(20%, #EBE5D6), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #EBE5D6 0%, #EBE5D6 20%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-trouble::after {
    height: 100%;
  }
}

.p-trouble__inner {
  position: relative;
  z-index: 1;
}

.p-trouble__title {
  text-align: center;
  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;
}
@media screen and (min-width: 768px) {
  .p-trouble__title {
    gap: 1.5rem;
  }
}

.p-trouble__title-sub {
  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-trouble__title-sub {
    font-size: 1.5rem;
  }
}

.p-trouble__title-main {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-trouble__title-main {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

.p-trouble__list {
  margin-top: 1.0625rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-trouble__list {
    width: 92.3076923077%;
    margin-left: auto;
    margin-top: 3.25rem;
    row-gap: 4.375rem;
  }
}

.p-trouble__bottom {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-trouble__bottom {
    margin-top: 3.875rem;
  }
}

.p-trouble__read {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.613;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-trouble__read {
    font-size: 1.6875rem;
  }
}

.p-trouble__read strong {
  font-size: 1.25rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-trouble__read strong {
    font-size: 2.125rem;
  }
}

.p-trouble__text {
  margin-top: 0.625rem;
  padding-bottom: 2rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 900;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-trouble__text {
    margin-top: 2.625rem;
    padding-bottom: 4.125rem;
    font-size: 1.5rem;
  }
}

.p-trouble__text::after {
  content: "";
  width: 2.25rem;
  height: 0.75rem;
  background: linear-gradient(70deg, #EBE2CC, #EBE2CC);
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
          clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-trouble__text::after {
    width: 6.5rem;
    height: 1.875rem;
  }
}

.p-voice-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-voice-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-voice__item:nth-child(even) .p-voice-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-voice-card__top {
  margin-top: 0.8125rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-voice-card__top {
    width: 48.6153846154%;
    margin-top: 0;
  }
}

.p-voice-card__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  /*aspect-ratio: 300/230;*/
}
@media screen and (min-width: 768px) {
  .p-voice-card__img img {
    aspect-ratio: 632/440;
  }
}

.p-voice-card__bottom {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-voice-card__bottom {
    display: block;
    width: 48.6153846154%;
  }
}

.p-voice-card__title {
  padding-left: 0.8125rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 900;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-voice-card__title {
    padding-left: 0;
    padding-bottom: 0.75rem;
    font-size: 1.875rem;
    border-bottom: 1px solid #A1A1A1;
  }
}

@media screen and (min-width: 768px) {
  .p-voice__item:nth-child(even) .p-voice-card__title {
    padding-left: 15.8227848101%;
  }
}

.p-voice-card__title::before {
  content: "";
  width: 2px;
  height: 94.4444444444%;
  background: #0168B7;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-voice-card__title::before {
    display: none;
  }
}

.p-voice-card__detail {
  margin-top: 0.625rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-voice-card__detail {
    margin-top: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-voice__item:nth-child(even) .p-voice-card__detail {
    margin-left: 15.8227848101%;
  }
}

.p-voice-card__access {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-voice-card__access {
    font-size: 1rem;
  }
}

.p-voice-card__comment {
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-voice-card__comment {
    width: 32.0625rem;
    margin-top: 1.3125rem;
  }
}

.p-voice-card__comment-title {
  padding: 0.3125rem 0 0.3125rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 900;
  border-left: 2px solid #0168B7;
}
@media screen and (min-width: 768px) {
  .p-voice-card__comment-title {
    padding: 0.1875rem 0 0.375rem 1.0625rem;
    font-size: 1.125rem;
  }
}

.p-voice-card__comment-text {
  padding: 0.3125rem 0 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 500;
  border-left: 2px solid #947D41;
}
@media screen and (min-width: 768px) {
  .p-voice-card__comment-text {
    padding: 0.375rem 0 2.375rem 1rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-voice-card__comment-text strong {
  font-weight: 700;
}

.p-voice {
  padding-top: 5.5rem;
  padding-bottom: 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-voice {
    padding-top: 6.125rem;
    padding-bottom: 2.5rem;
  }
}

.p-voice::after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url(../images/bg_grad-gold_sp.png) no-repeat center top/100% auto;
  position: absolute;
  top: 6.25rem;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-voice::after {
    background: transparent url(../images/bg_grad-gold_pc.png) no-repeat center top/100% auto;
    top: 2.625rem;
  }
}

.p-voice__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-voice__inner {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.p-voice__title {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-voice__title {
    row-gap: 0.625rem;
  }
}

.p-voice__title-sub {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-voice__title-sub {
    font-size: 1.4375rem;
  }
}

.p-voice__title-main {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-voice__title-main {
    font-size: 3rem;
  }
}

.p-voice__list {
  width: 82.8729281768%;
  width: 90%;
  margin-inline: auto;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .p-voice__list {
    width: 100%;
    margin-top: 4.25rem;
    row-gap: 4.125rem;
  }
}

.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

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