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

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  word-break: break-all;
}

main {
  position: relative;
}

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

@-webkit-keyframes moveArrow {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(-49%);
            transform: translateX(0) translateY(-49%);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(15px);
            transform: translateX(0) translateY(15px);
  }
  30.1% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(-15px);
            transform: translateX(0) translateY(-15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(-49%);
            transform: translateX(0) translateY(-49%);
  }
}

@keyframes moveArrow {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(-49%);
            transform: translateX(0) translateY(-49%);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(15px);
            transform: translateX(0) translateY(15px);
  }
  30.1% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(-15px);
            transform: translateX(0) translateY(-15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(-49%);
            transform: translateX(0) translateY(-49%);
  }
}

.grecaptcha-badge { visibility: hidden; }

.simplebar-track {
  width: 0.845625rem;
}

.simplebar-track.simplebar-vertical {
  width: 0.375rem;
  height: 92%;
  background: #fff;
  top: 50%;
  right: 0.5rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .simplebar-track.simplebar-vertical {
    width: 0.375rem;
    height: 90%;
  }
}

.simplebar-track {
  background: #f9f9f9;
}

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

.simplebar-track .simplebar-scrollbar::before {
  width: 100%;
  height: 100%;
  background: rgba(7, 0, 0, .2);
  border-radius: 25px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*****************************
* 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-bg-red {
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  position: relative;
  z-index: 1;
}
.l-bg-red::before {
  content: "";
  width: 100%;
  height: 3.75rem;
  background: transparent url(../images/top/l-grad-top_sp.webp) no-repeat center top/100% auto;
  position: absolute;
  top: -3.375rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .l-bg-red::before {
    height: 10rem;
    background: transparent url(../images/top/l-grad-top_pc.webp) no-repeat center top/cover;
    top: -10rem;
  }
}

.l-bg-red::after {
  content: "";
  width: 100%;
  height: 3.75rem;
  background: transparent url(../images/top/l-grad-bottom_sp.webp) no-repeat center bottom/100% auto;
  position: absolute;
  bottom: -3.75rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .l-bg-red::after {
    height: 10rem;
    background: transparent url(../images/top/l-grad-bottom_pc.webp) no-repeat center bottom/cover;
    bottom: -10rem;
  }
}

.l-clip-area {
  overflow-x: clip;
  position: relative;
}

.l-inner {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  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;
  }
}

.l-sub {
  position: relative;
}

.l-sub::before {
  content: "";
  width: 100%;
  height: 40rem;
  background: transparent url(../images/common/sub-layout-top_sp.webp) no-repeat left top/100%;
  position: absolute;
  top: -3.6875rem;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-sub::before {
    width: 100%;
    height: 100%;
    background: transparent url(../images/common/sub-layout-top_pc.webp) no-repeat left top/100%;
    top: -7rem;
  }
}

.c-banner {
  width: 16.8125rem;
  height: 4.75rem;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  overflow: hidden;
  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;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-banner {
    width: 16.8125rem;
    height: 4.75rem;
  }
}

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

.c-banner__inner {
  width: 16.5625rem;
  height: 4.5rem;
  background: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-banner__inner {
    width: 16.5625rem;
    height: 4.5rem;
  }
}

.c-banner__img {
  width: 5.3125rem;
  position: absolute;
  bottom: -0.1875rem;
  left: -0.125rem;
}

.c-banner__body {
  margin-left: 5.0625rem;
}

.c-banner__title {
  font-size: 1.28125rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .c-banner__title {
    font-size: 1.28125rem;
  }
}

.c-banner__text {
  margin-top: 0.375rem;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-banner__text {
    font-size: 0.625rem;
  }
}

.c-banner__text::after {
  content: "";
  width: 0.796875rem;
  height: 0.796875rem;
  background: transparent url(../images/common/arrow_banner.webp) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.c-btn01 {
  display: block;
  padding: 1.0625rem 1.25rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-radius: 0.25rem;
  background: #222222;
  border: 1px solid #222222;
}
@media screen and (min-width: 768px) {
  .c-btn01 {
    font-size: 1rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-btn01:hover {
    color: #222222;
    background: #fff;
    opacity: 1;
  }
}

.c-card01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 344/192;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .c-card01__img img {
    aspect-ratio: 434/256;
  }
}

.c-card01__body {
  margin-top: 0.6875rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-card01__body {
    margin-top: 1.1875rem;
    row-gap: 0.75rem;
  }
}

.c-card01__title {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.4444444444;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-card01__title {
    font-size: 1.25rem;
    line-height: 1.55;
  }
}

.c-card01__text {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.75;
  font-weight: 500;
  position: relative;
  top: -0.25rem;
}
@media screen and (min-width: 768px) {
  .c-card01__text {
    margin-top: -0.4375rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    top: 0;
  }
}

.c-card01__attention {
  font-size: 0.625rem;
  text-align: center;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-card01__attention {
    margin-top: -0.4375rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.c-card2 {
  display: block;
  padding: 1.0625rem 0.96875rem 0.875rem;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-card2 {
    padding: 1rem 1rem 1.125rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.c-card2:hover {
  opacity: 1;
}

.c-card2__img {
  border-radius: 5px;
  overflow: hidden;
}

.c-card2__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 310/320;
}
@media screen and (min-width: 768px) {
  .c-card2__img img {
    aspect-ratio: 313/370;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-card2:hover .c-card2__img img {
    scale: 1.1;
  }
}

.c-card2__body {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-card2__body {
    margin-top: 0.5625rem;
  }
}

.c-card2__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-card2__read {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.35;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-card2__read {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

.c-card2__area {
  margin-top: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card2__area {
    margin-top: 0.5625rem;
  }
}

.c-card2__post {
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-card2__post {
    font-size: 0.875rem;
  }
}

.c-card2__post::after {
  content: "";
  width: 0.5rem;
  height: 0.9375rem;
  background: transparent url(../images/common/icon_slash.webp) no-repeat center center/100%;
  position: absolute;
  top: 45%;
  right: -0.8125rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -webkit-transition: 1.3s ease;
  transition: 1.3s ease;
}
@media screen and (min-width: 768px) {
  .c-card2__post::after {
    width: 0.5rem;
    height: 0.9375rem;
    top: 45%;
    right: -0.8125rem;
  }
}

.c-card2__career {
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-card2__career {
    font-size: 0.875rem;
  }
}

.c-card2__name {
  width: 100%;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-card2__name {
    font-size: 1.375rem;
  }
}

.c-card2__btn {
  width: 2.25rem;
  height: 2.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Right, #ED1D2F 0%, #FF4639 100%);
  border-radius: 4px;
  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;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .c-card2__btn::after {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-card2:hover .c-card2__btn::after {
    opacity: 1;
  }
}

.c-card2__btn-icon {
  display: block;
  width: 0.8125rem;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .c-card2__btn-icon::before {
    content: "";
    display: block;
    width: 0.8125rem;
    height: 0.8125rem;
    background: transparent url(../images/common/arrow_right-red.webp) no-repeat center center/100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 3;
    opacity: 0;
    transition: 0.3s ease;
  }
}

.c-card2:hover .c-card2__btn-icon::before {
  opacity: 1;
}

.c-card2__btn-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 13/13;
}

@media screen and (min-width: 768px) {
  .c-card2:hover .c-card2__btn-icon img {
    display: none;
  }
}

.c-category01 {
  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;
  padding: 0.25rem 0.5625rem 0.3125rem 0.5rem;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  border-radius: 14px;
}
@media screen and (min-width: 768px) {
  .c-category01 {
    font-size: 0.75rem;
    padding: 0.25rem 0.5625rem 0.3125rem 0.5rem;
  }
}

.c-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4375rem;
     -moz-column-gap: 0.4375rem;
          column-gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-check {
    -webkit-column-gap: 0.4375rem;
       -moz-column-gap: 0.4375rem;
            column-gap: 0.4375rem;
  }
}

.c-check__icon {
  display: block;
  width: 1.65625rem;
}

.c-check__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 25/21;
}

.c-check__text {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-check__text {
    font-size: 1.125rem;
  }
}

.c-check__text span {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-check__text span {
    font-size: 0.875rem;
  }
}

.c-cta-btn {
  min-height: 6.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(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  border: 3px solid rgba(255, 255, 255, .4);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-cta-btn {
    min-height: 9rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-cta-btn--tel {
    pointer-events: none;
  }
}

@media screen and (min-width: 768px) {
  .c-cta-btn:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .c-cta-btn:hover::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.c-cta-btn__body {
  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;
  position: relative;
  z-index: 2;
}

.c-cta-btn__read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 800;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-cta-btn__read {
    font-size: 1.25rem;
  }
}

.c-cta-btn--tel .c-cta-btn__read::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.1875rem;
  background: transparent url(../images/common/icon_tel_white.svg) no-repeat center center/100%;
  position: relative;
  top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .c-cta-btn--tel .c-cta-btn__read::before {
    margin-right: 0.4375rem;
    top: 0.25rem;
  }
}

.c-cta-btn--estimate .c-cta-btn__read::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  background: transparent url(../images/common/icon_estimate.svg) no-repeat center center/100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-cta-btn--estimate .c-cta-btn__read::before {
    width: 1.4375rem;
    height: 1.4375rem;
    margin-right: 0.5625rem;
    top: 0.125rem;
  }
}

.c-cta-btn__main {
  display: block;
  margin-top: 0.5rem;
  font-size: 2.125rem;
  color: #EAFF00;
  line-height: 1;
  letter-spacing: 0.01em;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-cta-btn__main {
    margin-top: 0.625rem;
    font-size: 2.375rem;
  }
}

.c-cta-btn--estimate .c-cta-btn__main {
  font-size: 1.5rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .c-cta-btn--estimate .c-cta-btn__main {
    font-size: 2rem;
  }
}

.c-cta-btn__attention {
  display: block;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-cta-btn__attention {
    margin-top: 0.25rem;
    font-size: 0.9375rem;
  }
}

.c-cta-btn--estimate .c-cta-btn__attention {
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-cta-btn--estimate .c-cta-btn__attention {
    margin-top: 0.25rem;
  }
}

.c-faq-card__head {
  padding: 0.8125rem 2.5rem 0.75rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid rgba(0, 0, 0, .2);
  background: #F0F3F6;
  border-radius: 0.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-faq-card__head {
    padding: 0.9375rem 2.6875rem 0.875rem 1.0625rem;
    cursor: pointer;
  }
}

.c-faq-card__head::before {
  content: "";
  width: 1rem;
  height: 0.125rem;
  background: #222222;
  position: absolute;
  top: 50%;
  right: 1.0625rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-faq-card__head::before {
    right: 1.125rem;
  }
}

.c-faq-card__head::after {
  content: "";
  width: 1rem;
  height: 0.125rem;
  background: #222222;
  position: absolute;
  top: 49.5%;
  right: 1.125rem;
  transform: rotate(90deg) translate(0, -50%);
  -webkit-transform: rotate(90deg) translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-faq-card__head::after {
    top: 49%;
    right: 1.1875rem;
  }
}

.c-faq-card__head.active::after {
  top: 50%;
  right: 1.0625rem;
  transform: rotate(0deg) translate(0, -50%);
  -webkit-transform: rotate(0deg) translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .c-faq-card__head.active::after {
    top: 50%;
    right: 1.125rem;
  }
}

.c-faq-card__q {
  display: block;
  width: 2.25rem;
  margin-top: 0.125rem;
  font-size: 1.625rem;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .c-faq-card__q {
    width: 2.3125rem;
    margin-top: 0.125rem;
    font-size: 1.625rem;
  }
}

.c-faq-card__question {
  width: calc(100% - 2.25rem);
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .c-faq-card__question {
    width: calc(100% - 2.3125rem);
    font-size: 1.125rem;
    line-height: 1.6111111111;
  }
}

.c-faq-card__body {
  margin-top: 0.4375rem;
  padding: 0.75rem 1.25rem 0.75rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid rgba(0, 0, 0, .2);
  background: #fff;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-faq-card__body {
    margin-top: 0.5rem;
    padding: 0.75rem 1.625rem 0.8125rem 1.1875rem;
  }
}

.c-faq-card__a {
  display: block;
  width: 2.125rem;
  margin-top: 0.375rem;
  font-size: 1.625rem;
  color: #2A2A2A;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-faq-card__a {
    width: 2.125rem;
    margin-top: 0.375rem;
    font-size: 1.625rem;
  }
}

.c-faq-card__answer {
  width: calc(100% - 2.125rem);
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-faq-card__answer {
    width: calc(100% - 2.125rem);
    font-size: 1rem;
    line-height: 1.875;
  }
}

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

.c-list01__img {
  overflow: hidden;
  border-radius: 5px;
}

.c-list01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 344/221;
}
@media screen and (min-width: 768px) {
  .c-list01__img img {
    aspect-ratio: 347/221;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-list01:hover .c-list01__img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.c-list01__body {
  margin-top: 1.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-list01__body {
    margin-top: 1.25rem;
    row-gap: 0.375rem;
  }
}

.c-list01__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.c-list01__date {
  font-size: 0.875rem;
  color: rgba(34, 34, 34, .6);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-list01__date {
    font-size: 0.875rem;
  }
}

.c-list01__title {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .c-list01__title {
    font-size: 1.125rem;
  }
}

.c-support-area {
  padding: 1.1875rem 0.9375rem 1.125rem;
  background: #F0F3F6;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .c-support-area {
    padding: 1.3125rem 0 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-support-area__top {
  padding-bottom: 0.9375rem;
  text-align: center;
  border-bottom: 1px solid rgba(34, 34, 34, .2);
}
@media screen and (min-width: 768px) {
  .c-support-area__top {
    width: 16.25rem;
    padding-top: 1.75rem;
    padding-bottom: 0;
    border-bottom: none;
    border-right: 1px solid rgba(34, 34, 34, .2);
  }
}

.c-support-area__title {
  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;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-support-area__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.5rem;
  }
}

.c-support-area__title-icon {
  display: block;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-support-area__title-icon {
    width: 2.3125rem;
  }
}

.c-support-area__title-icon img {
  width: 100%;
  height: auto;
}

.c-support-area__title-text {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-support-area__title-text {
    font-size: 1.5rem;
  }
}

.c-support-area__bottom {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-support-area__bottom {
    width: 33.75rem;
    margin-top: 0;
    margin-left: 4.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.1875rem;
  }
}

.c-support-area__read {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-support-area__read {
    font-size: 1.125rem;
  }
}

.c-support-area__text {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-support-area__text {
    margin-top: 0.375rem;
    font-size: 0.875rem;
  }
}

.c-title01 {
  display: inline-block;
  padding-bottom: 1.0625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title01 {
    padding-bottom: 0.8125rem;
  }
}

.c-title01::after {
  content: "";
  width: 4rem;
  height: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.c-title01__main {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .c-title01__main {
    font-size: 2.25rem;
  }
}

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

.c-title02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title02 {
    text-align: left;
  }
}

.c-title02--center {
  text-align: center;
}

.c-title02--white .c-title02__sub,
.c-title02--white .c-title02__main {
  color: #fff;
}

.c-title02__sub {
  font-size: 2.625rem;
  line-height: 1.3;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .c-title02__sub {
    font-size: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-title02--sm .c-title02__sub {
    font-size: 3.375rem;
    font-weight: 500;
  }
}

.c-title02__main {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .c-title02__main {
    font-size: 1.25rem;
  }
}

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

.c-voice-card {
  height: 100%;
  padding-bottom: 1.5rem;
  position: relative;
}

.c-voice-card::after {
  content: "";
  width: 3.25rem;
  height: 2.125rem;
  background: transparent url(../images/top/arrow_voice-card.webp) no-repeat center bottom/100%;
  position: absolute;
  bottom: 0;
  right: 2.75rem;
}

.c-voice-card__inner {
  height: 100%;
  min-height: 17.4375rem;
  padding: 1.8125rem 1.8125rem 1.4375rem;
  background: #fff;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .c-voice-card__inner {
    min-height: 17.4375rem;
    padding: 1.8125rem 1.8125rem 1.4375rem;
  }
}

.c-voice-card__starList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.1875rem;
     -moz-column-gap: 0.1875rem;
          column-gap: 0.1875rem;
}

.c-voice-card__starItem {
  width: 1.625rem;
}

.c-voice-card__starItem img {
  width: 100%;
  height: auto;
}

.c-voice-card__wrap {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-voice-card__wrap {
    margin-top: 0.625rem;
  }
}

.c-voice-card__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-voice-card__text {
    font-size: 1rem;
  }
}

.p-access {
  padding-top: 2.875rem;
  padding-bottom: 9.5rem;
  background: #F0F3F6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-access {
    padding-top: 0;
    padding-bottom: 16rem;
  }
}

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

.p-access__wrap {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-access__wrap {
    margin-top: 2.5rem;
  }
}

.p-access__container {
  position: relative;
}

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

.p-access__top {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-access__top {
    max-width: 59.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

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

.p-access__map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 343/260;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-access__map iframe {
    aspect-ratio: 537/420;
    border-radius: 12px;
  }
}

.p-access__body {
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-access__body {
    margin-top: 0;
    width: 18.75rem;
    top: -0.25rem;
  }
}

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

.p-access__text {
  margin-top: 0.3125rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-access__text {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
  }
}

.p-access__contact {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-access__contact {
    margin-top: 1rem;
    row-gap: 0.625rem;
  }
}

.p-access__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4375rem;
     -moz-column-gap: 0.4375rem;
          column-gap: 0.4375rem;
}

.p-access__contact-item-title {
  min-width: 3.875rem;
  padding: 0.21875rem 0.3125rem 0.21875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  border-radius: 14px;
}

.p-access__contact-item-text {
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-access__contact-item-text {
    font-size: 1.25rem;
  }
}

.p-access__btn {
  width: 15rem;
  margin-inline: auto;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-access__btn {
    width: 15rem;
    margin-inline: 0;
    margin-top: 1.25rem;
  }
}

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

.p-access__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-access__slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 142/142;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-access__slide img {
    aspect-ratio: 371/215;
    border-radius: 12px;
  }
}

.p-access__circle01 {
  width: 3.625rem;
  top: -2rem;
  right: -0.8125rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-access__circle01 {
    width: 7.25rem;
    top: -3rem;
    right: 8.75rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-access__circle01 {
    right: calc(50% - 31.25rem);
  }
}

.p-access__circle02 {
  width: 1.375rem;
  top: -6.5rem;
  left: 0.625rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-access__circle02 {
    width: 1.375rem;
    top: 18rem;
    left: 6.1875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-access__circle02 {
    left: calc(50% - 33.75rem);
  }
}

.p-access__circle03 {
  width: 5.375rem;
  position: absolute;
  top: -1.875rem;
  left: -1.1875rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-access__circle03 {
    width: 10.375rem;
    top: -5.1875rem;
    left: -4.8125rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-access__circle03 {
    left: calc(50% - 44.6875rem);
  }
}

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

@media screen and (min-width: 768px) {
  .p-access__circle04 {
    width: 1.375rem;
    top: -3.9375rem;
    left: 7.375rem;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-access__circle04 {
    left: calc(50% - 32.625rem);
  }
}

.p-access__circle05 {
  width: 2.75rem;
  top: 13.4375rem;
  right: -1.375rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-access__circle05 {
    width: 6.375rem;
    top: 12.5rem;
    right: -3.1875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-access__circle05 {
    right: calc(50% - 43.25rem);
  }
}

.p-breadcrumb {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.p-breadcrumb--gray {
  background: #F0F3F6;
}

.p-breadcrumb--recruit {
  background: #F0F3F6;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb--recruit {
    background: #fff;
  }
}

.p-breadcrumb--oil,
.p-breadcrumb--news,
.p-breadcrumb--contact {
  z-index: 3;
}

.p-breadcrumb__inner {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.625rem;
  width: 80%;
  margin-inline: 0;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__inner {
    margin-inline: auto;
  }
}

.p-breadcrumb__inner li {
  margin-right: 0.3125rem;
  position: relative;
}

.p-breadcrumb__inner li:nth-child(n+2) {
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__inner li:nth-child(n+2) {
    padding-left: 1.1875rem;
  }
}

.p-breadcrumb__inner li:nth-child(n+2)::before {
  content: "＞";
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__inner li:nth-child(n+2)::before {
    font-size: 0.8125rem;
  }
}

.p-breadcrumb__inner a,
.p-breadcrumb__inner span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__inner a,
  .p-breadcrumb__inner span {
    font-size: 0.8125rem;
  }
}

.p-breadcrumb__inner a {
  color: rgba(34, 34, 34, .4);
}

.p-breadcrumb__inner a::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline;
  background: rgba(34, 34, 34, .4);
  background-size: 100% 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-business-card {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-business-card__img {
    width: 27.5rem;
  }
}

.p-business-card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 344/223;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-business-card__img img {
    aspect-ratio: 440/285;
  }
}

.p-business-card__body {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-business-card__body {
    width: 30.0625rem;
    margin-top: 0;
  }
}

.p-business-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-business-card__top {
    -webkit-column-gap: 0.8125rem;
       -moz-column-gap: 0.8125rem;
            column-gap: 0.8125rem;
  }
}

.p-business-card__number {
  display: block;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: -0.04em;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .p-business-card__number {
    font-size: 4.375rem;
  }
}

.p-business-card__title-ja {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-business-card__title-ja {
    font-size: 1.625rem;
  }
}

.p-business-card__title-en {
  display: block;
  font-size: 0.875rem;
  color: rgba(34, 34, 34, .3);
  line-height: 1;
  letter-spacing: 0;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-business-card__title-en {
    margin-top: 0.1875rem;
    font-size: 1.125rem;
  }
}

.p-business-card__bottom {
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-business-card__bottom {
    margin-top: 0.9375rem;
  }
}

.p-business-card__text {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-business-card__text {
    font-size: 1rem;
  }
}

.p-business {
  padding-top: 1.875rem;
  padding-bottom: 5.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-business {
    padding-top: 3.5rem;
    padding-bottom: 13.875rem;
  }
}

.p-business::after {
  content: "";
  width: 100%;
  height: 31.25rem;
  background: transparent url(../images/common/sub-layout-bottom_sp.webp) no-repeat right bottom/100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-business::after {
    height: 34.125rem;
    background: transparent url(../images/common/sub-layout-bottom_pc.webp) no-repeat right bottom/100%;
  }
}

.p-business__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-business__inner {
    max-width: 65.625rem;
  }
}

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

.p-business__list {
  margin-top: 2.125rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-business__list {
    margin-top: 3.375rem;
    row-gap: 4rem;
  }
}

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

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

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

.p-contact::after {
  content: "";
  width: 100%;
  height: 31.25rem;
  background: transparent url(../images/common/sub-layout-bottom_sp.webp) no-repeat right bottom/100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-contact::after {
    height: 34.125rem;
    background: transparent url(../images/common/sub-layout-bottom_pc.webp) no-repeat right bottom/100%;
  }
}

.p-contact.thanks::after {
  display: none;
}

.p-contact__inner {
  padding-top: 2.625rem;
  padding-bottom: 9.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    max-width: 65.625rem;
    padding-top: 4.5rem;
    padding-bottom: 13.125rem;
  }
}

.p-contact.thanks .p-contact__inner {
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact.thanks .p-contact__inner {
    padding-top: 7.5rem;
    padding-bottom: 8.75rem;
  }
}

.p-contact__thanks {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-contact__thanks {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-contact__read {
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-contact__read {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.p-contact__read + .p-contact__read{
  margin-top: 2rem;
}

.p-contact__area {
  margin-top: 1.25rem;
  padding: 1.0625rem 1.6875rem 1.25rem;
  background: #F0F3F6;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, .1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact__area {
    width: 47.5rem;
    margin-inline: auto;
    margin-top: 1.375rem;
    padding: 2rem 0 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 4.375rem;
       -moz-column-gap: 4.375rem;
            column-gap: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__area::after {
    content: "";
    width: 2px;
    height: 2.25rem;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 50%;
    left: 48.5%;
    transform: rotate(25.11deg) translate(-50%, -50%);
    -webkit-transform: rotate(25.11deg) translate(-50%, -50%);
  }
}

.p-contact__tel {
  font-size: 1.625rem;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact__tel {
    font-size: 2rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
}

.p-contact__tel:nth-child(n+2):after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-contact__tel:nth-child(n+2):after {
    display: none;
  }
}

.p-contact__btn {
  width: 18.875rem;
  margin-inline: auto;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__btn {
    margin-top: 2.375rem;
  }
}

.p-contact__bottom {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__bottom {
    margin-top: 4.875rem;
  }
}

.p-contact__wrap {
  margin-top: 2.1875rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-contact__wrap {
    margin-top: 1.875rem;
  }
}

.p-contact__wrap .p-tab__headBtn {
  width: 49.5601173021%;
}
@media screen and (min-width: 768px) {
  .p-contact__wrap .p-tab__headBtn {
    width: 30.6875rem;
  }
}

.p-contact__wrap .p-tab__headBtn.is-active {
  width: 51.3196480938%;
}
@media screen and (min-width: 768px) {
  .p-contact__wrap .p-tab__headBtn.is-active {
    width: 31.8125rem;
  }
}

.p-contact .p-form input[type=text],
.p-contact .p-form input[type=tel],
.p-contact .p-form input[type=email],
.p-contact .p-form input[type=number],
.p-contact .p-form textarea,
.p-contact .p-form select {
  background: #F5F5F5;
}

.p-contact .p-form ::-webkit-input-placeholder {
  color: rgba(34, 34, 34, .3);
}

.p-contact .p-form ::-moz-placeholder {
  color: rgba(34, 34, 34, .3);
}

.p-contact .p-form ::-ms-input-placeholder {
  color: rgba(34, 34, 34, .3);
}

.p-contact .p-form ::placeholder {
  color: rgba(34, 34, 34, .3);
}

.p-contact .p-tab__body {
  padding: 1.625rem 0.9375rem 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact .p-tab__body {
    padding: 3rem 3.0625rem 4.5rem;
  }
}

.p-cta {
  position: relative;
}

.p-cta__inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .p-cta__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-cta__block {
  display: block;
  padding: 1.25rem 2.5rem 1.9375rem 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-cta__block {
    padding: 4.4375rem 4.375rem 5.6875rem 5.5625rem;
  }
}

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

.p-cta__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

.p-cta__block.contact .p-cta__img {
  width: 13.875rem;
}
@media screen and (min-width: 768px) {
  .p-cta__block.contact .p-cta__img {
    width: 25rem;
  }
}

.p-cta__block.estimate .p-cta__img {
  width: 14.1875rem;
}
@media screen and (min-width: 768px) {
  .p-cta__block.estimate .p-cta__img {
    width: 28rem;
  }
}

.p-cta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-cta__block:hover .p-cta__img img {
    scale: 1.1;
  }
}

.p-cta__block.contact .p-cta__img img {
  aspect-ratio: 222/256;
}
@media screen and (min-width: 768px) {
  .p-cta__block.contact .p-cta__img img {
    aspect-ratio: 400/450;
  }
}

.p-cta__block.estimate .p-cta__img img {
  aspect-ratio: 227/256;
}
@media screen and (min-width: 768px) {
  .p-cta__block.estimate .p-cta__img img {
    aspect-ratio: 448/450;
  }
}

.p-cta__block:nth-child(2) {
  border-top: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-cta__block:nth-child(2) {
    border-top: none;
    border-left: 2px solid #fff;
  }
}

.p-cta__wrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1281px) and (max-width: 2560px) {
  .p-cta__wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.p-cta__title .c-title02 {
  text-align: left;
}
.p-cta__title .c-title02__sub {
  font-size: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-cta__title .c-title02__sub {
    font-size: 4.375rem;
  }
}

.p-cta__title .c-title02__main {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-cta__title .c-title02__main {
    font-size: 1.25rem;
  }
}

.p-cta__text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-cta__text {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.estimate .p-cta__text {
  word-break: keep-all;
}

.p-cta__btn {
  display: block;
  width: 16.25rem;
  margin-inline: auto;
  margin-top: 0.625rem;
  padding: 0.875rem 0.625rem 0.8125rem;
  text-align: center;
  border-radius: 4px;
  background: #222222;
  border: 1px solid #222222;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-cta__btn {
    margin-inline: 0;
    padding: 1.125rem 0.625rem;
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  a:hover .p-cta__btn {
    background: #fff;
  }
}

.p-cta__btn-text {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-cta__btn-text {
    padding-left: 1.6875rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  a:hover .p-cta__btn-text {
    color: #222222;
  }
}

.contact .p-cta__btn-text {
  padding-left: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .contact .p-cta__btn-text {
    padding-left: 1.6875rem;
  }
}

.estimate .p-cta__btn-text {
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .estimate .p-cta__btn-text {
    padding-left: 1.5rem;
  }
}

.contact .p-cta__btn-text::before {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  background: transparent url(../images/common/icon_mail.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/common/icon_mail.svg);
          mask-image: url(../images/common/icon_mail.svg);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.estimate .p-cta__btn-text::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: transparent url(../images/common/icon_estimate.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/common/icon_estimate.svg);
          mask-image: url(../images/common/icon_estimate.svg);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  a:hover .p-cta__btn-text::before {
    background: #222222;
  }
}

.p-entry-btn {
  width: 100%;
  height: 4.1875rem;
  padding: 1.1875rem 2.375rem;
  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(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  border: 2px solid rgba(255, 255, 255, .2);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 2;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-entry-btn {
    width: 4.0625rem;
    height: auto;
    padding: 1.4375rem 1.25rem 1.4375rem;
    border-radius: 12px 0 0 12px;
    bottom: auto;
    left: auto;
    top: 25.5%;
    right: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

@media screen and (min-width: 768px) {
  .p-entry-btn:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.p-entry-btn__text {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  line-height: 1.375;
  letter-spacing: 0.04em;
  font-weight: 800;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-entry-btn__text {
    display: inline-block;
    padding-bottom: 1rem;
    text-align: left;
    letter-spacing: 0.4em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}

.p-entry-btn__text::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background: transparent url(../images/common/arrow_right.webp) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: -0.625rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-entry-btn__text::after {
    width: 0.9375rem;
    height: 0.9375rem;
    background: transparent url(../images/common/arrow_bottom.webp) no-repeat center center/100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}

.p-foot-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .p-foot-btn {
    display: none;
  }
}

.p-foot-btn__btn {
  width: 50%;
  padding: 0.5625rem 0 0.5rem;
  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: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .4);
}

.p-foot-btn__btn.tel {
  background: #ED1D2F;
}

.p-foot-btn__btn.estimate {
  background: #FF4639;
}

.p-foot-btn__btn-read {
  display: inline-block;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 800;
  position: relative;
}

.p-foot-btn__btn.tel .p-foot-btn__btn-read {
  padding-left: 0.875rem;
}

.p-foot-btn__btn.estimate .p-foot-btn__btn-read {
  padding-left: 1rem;
}

.p-foot-btn__btn.tel .p-foot-btn__btn-read::before {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  background: transparent url(../images/common/icon_tel_white.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.p-foot-btn__btn.estimate .p-foot-btn__btn-read::before {
  content: "";
  width: 0.78125rem;
  height: 0.78125rem;
  background: transparent url(../images/common/icon_estimate.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.p-foot-btn__btn.tel .p-foot-btn__btn-number {
  margin-top: 0.25rem;
  font-size: 1.1875rem;
  color: #EAFF00;
  line-height: 1;
  letter-spacing: 0.01em;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

.p-foot-btn__btn.estimate .p-foot-btn__btn-number {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #EAFF00;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 900;
}

.p-foot-btn__btn-text {
  margin-top: 0.4375rem;
  font-size: 0.625rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
}

.p-foot-btn__btn.tel .p-foot-btn__btn-text {
  margin-top: 0.1875rem;
}

.p-footer {
  padding-top: 2.375rem;
  padding-bottom: 4.1875rem;
  background: #2A2A2A;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 4.375rem;
    padding-bottom: 0;
  }
}

.p-footer--recruit {
  padding-bottom: 0;
}

.p-footer__inner {
  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-footer__inner {
    max-width: 80rem;
    padding-right: 5.5625rem;
    padding-left: 5.5625rem;
  }
}

.p-footer__top {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__detail {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-footer__detail {
    display: block;
    width: 21.875rem;
  }
}

.p-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}

.p-footer__logo-img {
  display: block;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo-img {
    width: 4.75rem;
  }
}

.p-footer__logo-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 48/46;
}

.p-footer__logo-text {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-footer__logo-text {
    font-size: 1rem;
  }
}

.p-footer__wrap {
  margin-top: 1.375rem;
  padding-bottom: 1.375rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-footer__wrap {
    margin-top: 1.25rem;
    padding-bottom: 0;
    row-gap: 0.5625rem;
    border-bottom: none;
  }
}

.p-footer__access-branch {
  display: inline-block;
  min-width: 4.9375rem;
  padding: 0.3125rem 0.625rem 0.25rem 0.5625rem;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  border-radius: 14px;
}
@media screen and (min-width: 768px) {
  .p-footer__access-branch {
    font-size: 0.75rem;
    padding: 0.3125rem 0.625rem 0.25rem 0.5625rem;
  }
}

.p-footer__access-text {
  margin-top: 0.375rem;
  display: block;
  font-size: 0.8125rem;
  color: #fff;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-footer__access-text {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-footer__access-tel {
    pointer-events: none;
  }
}

.p-footer__banner {
  display: block;
  width: 16.8125rem;
  margin-inline: auto;
  margin-top: 2rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (min-width: 768px) {
  .p-footer__banner {
    margin-inline: 0;
    margin-top: 1.4375rem;
  }
}

.p-footer__nav {
  padding-top: 1.875rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    width: 31.125rem;
    padding-top: 0;
  }
}

.p-footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__navList {
    row-gap: 2.625rem;
  }
}

.p-footer__navitem {
  padding-left: 0.875rem;
  border-left: 1px solid rgba(255, 255, 255, .3);
}
@media screen and (min-width: 768px) {
  .p-footer__navitem {
    padding-left: 0;
    border-left: none;
  }
}

.p-footer__navitem:nth-child(1) {
  width: 11.5rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__navitem:nth-child(1) {
    width: 10.8125rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-footer__navitem:nth-child(2) {
  width: 9.875rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-footer__navitem:nth-child(2) {
    width: 7.1875rem;
    margin-left: 0.625rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-footer__navitem:nth-child(3) {
  width: 100%;
  display: grid;
  grid-template-columns: 11.6875rem 9rem;
  row-gap: 0.625rem;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  border-left: none;
}
@media screen and (min-width: 768px) {
  .p-footer__navitem:nth-child(3) {
    width: 8.125rem;
    margin-left: 1.5625rem;
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-footer__navitem:nth-child(4) {
  width: 11.5rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-footer__navitem:nth-child(4) {
    width: 10.8125rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.p-footer__navitem:nth-child(5) {
  width: 9.875rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (min-width: 768px) {
  .p-footer__navitem:nth-child(5) {
    width: 7.5rem;
    margin-left: 0.625rem;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.p-footer__navLink {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4375;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-footer__navLink {
    font-size: 1rem;
    line-height: 1.4375;
  }
}

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

.p-footer__navitem:nth-child(3) .p-footer__navLink:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-footer__navitem:nth-child(3) .p-footer__navLink:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.p-footer__navitem:nth-child(3) .p-footer__navLink:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-footer__navitem:nth-child(3) .p-footer__navLink:nth-child(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.p-footer__subList {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__subList {
    margin-top: 0.5rem;
    row-gap: 0.625rem;
  }
}

.p-footer__subItem {
  padding-left: 0.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__subItem {
    padding-left: 0.875rem;
  }
}

.p-footer__subItem::before {
  content: "";
  width: 0.5rem;
  height: 1px;
  background: rgba(255, 255, 255, .7);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.p-footer__subLink {
  display: block;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, .7);
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-footer__subLink {
    font-size: 0.9375rem;
  }
}

.p-footer__bottom {
  padding-top: 2.5625rem;
  padding-bottom: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    padding-top: 3.5625rem;
    padding-bottom: 0.5625rem;
  }
}

.p-footer__copy {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, .5);
  text-align: center;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    font-size: 0.75rem;
  }
}

.p-footer__copy::after {
  display: inline-block;
  content: "｜";
  font-size: 0.625rem;
  color: rgba(255, 255, 255, .5);
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__copy::after {
    font-size: 0.75rem;
  }
}

.p-footer__privacy {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, .5);
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__privacy {
    font-size: 0.75rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__privacy:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.p-form__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__list {
    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.625rem;
  }
}

.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: 1.0625rem;
  line-height: 1.7;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-form__head__title {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

.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;
}

.p-form span.required,
.p-form span.any {
  width: 2.0625rem;
  margin-top: 0.125rem;
  padding: 0.1875rem 0 0.25rem;
  margin-right: 0.4375rem;
  font-size: 0.6875rem;
  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;
}
@media screen and (min-width: 768px) {
  .p-form span.required,
  .p-form span.any {
    width: 2.3125rem;
    padding: 0.3125rem 0 0.3125rem;
    margin-top: 0;
    margin-right: 0.4375rem;
    font-size: 0.75rem;
  }
}

.p-form span.required {
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
}

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

.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: 39.75rem;
    -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: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -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: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%) 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;
  }
}

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

.p-form .form_budget .wpcf7-form-control-wrap {
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-form .form_budget .wpcf7-form-control-wrap {
    width: 12.5rem;
  }
}

.p-form input,
.p-form textarea,
.p-form select {
  width: 100%;
  height: 2.8125rem;
  padding: 0.625rem 0.875rem;
  font-size: 1rem;
  color: #222222;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-form input,
  .p-form textarea,
  .p-form select {
    height: 3rem;
    padding: 0.625rem 1.25rem 0.625rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.p-form ::-webkit-input-placeholder {
  color: rgba(34, 34, 34, .2);
}

.p-form ::-moz-placeholder {
  color: rgba(34, 34, 34, .2);
}

.p-form ::-ms-input-placeholder {
  color: rgba(34, 34, 34, .2);
}

.p-form ::placeholder {
  color: rgba(34, 34, 34, .2);
}

.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_budget select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/common/arrow_select.webp) 96% 50% no-repeat;
  background-size: 0.75rem;
  background-color: #F5F5F5;
  font-size: 1rem;
  color: #000;
  line-height: 1;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.p-form .form_budget 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: #222222;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-form .form_budget select {
    width: 100%;
    line-height: 1;
    background: url(../images/common/arrow_select.webp) 94% 50% no-repeat;
    background-size: 0.9375rem;
    background-color: #F5F5F5;
  }
}

@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: 4px;
  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_size .p-form__detail p,
.form_tire .p-form__detail p,
.form_budget .p-form__detail p {
  -webkit-column-gap: 0.4375rem;
     -moz-column-gap: 0.4375rem;
          column-gap: 0.4375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .form_size .p-form__detail p,
  .form_tire .p-form__detail p,
  .form_budget .p-form__detail p {
    -webkit-column-gap: 0.6875rem;
       -moz-column-gap: 0.6875rem;
            column-gap: 0.6875rem;
  }
}

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

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

.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: #222222;
  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: #222222;
  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__policy {
  margin-top: 1.25rem;
  margin-left: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__policy {
    margin-top: 1.8125rem;
    margin-left: 0;
  }
}

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

.p-form__policy 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__policy p {
    font-size: 1rem;
    line-height: 1.8;
  }
}

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

.p-form__policy .wpcf7-form-control {
  width: 1rem;
  height: 1rem;
  position: relative;
}
.p-form__policy .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__policy .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__policy .wpcf7-form-control::after {
    top: 0.1875rem;
    left: 0;
  }
}

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

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

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

.p-form__policy 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__policy a {
    font-size: 1rem;
    line-height: 1.8;
  }
}

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

.form-btn {
  margin-top: 1.5rem;
  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.25rem;
    -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: 19.1875rem;
  height: 3.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__btn--prev,
  .p-form__btn--send {
    width: 19.1875rem;
    width: auto;
    min-width: 19.1875rem;
    height: 4.375rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.p-form__btn--send::after {
  content: "";
  width: 0.9375rem;
  height: 0.875rem;
  background: url(../images/common/arrow_next.webp) 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/common/arrow_next.webp);
          mask-image: url(../images/common/arrow_next.webp);
  background: #fff;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  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 {
    right: 1.25rem;
  }
}

.form-btn--estimate .p-form__btn--send::after {
  right: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-form__btn--send:hover::after {
    background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
    background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  }
}

.form-btn input {
  height: 3.875rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  border-radius: 4px;
  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;
  }
}

.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: #ED1D2F;
  }
}

@media screen and (min-width: 768px) {
  .p-form__btn--prev:hover input {
    color: #222222;
    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 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-form--mv .wpcf7-radio {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.p-form--mv .form-btn {
  width: 100%;
  height: auto;
  margin-top: 1.125rem;
}
@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: #222222;
  border: 1px solid #222222;
}
@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: #222222;
  }
}

.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;
  }
}

.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%;
  height: 3.6875rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: auto;
  }
}

.p-header__inner {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-header__top.u-pc {
    padding: 0.4375rem 1.875rem 0.6875rem 1.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(34, 34, 34, .1);
  }
}

@media screen and (min-width: 768px) {
  .p-header__top-logo {
    display: block;
    width: 11.4375rem;
    margin-top: 0.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-header__top-detail {
    margin-top: 0.3125rem;
    padding-right: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.6875rem;
       -moz-column-gap: 0.6875rem;
            column-gap: 0.6875rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-header__top-detail::after {
    content: "";
    width: 1px;
    height: 2.25rem;
    background: rgba(34, 34, 34, .1);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}

@media screen and (min-width: 768px) {
  .p-header__top-title {
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: 600;
  }
}

@media screen and (min-width: 768px) {
  .p-header__top-read {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    font-weight: 600;
    background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
    background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .p-header__top-read span {
    font-size: 1.25rem;
    line-height: 1.2;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
    background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
  }
}

.p-header__top-contact {
  margin-top: 1.625rem;
  padding: 0.875rem 0.625rem 0.8125rem;
  background: #F0F3F6;
  border-radius: 6px;
  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-header__top-contact {
    margin-top: 0;
    padding: 0 0 0 1.5625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 0.5625rem;
       -moz-column-gap: 0.5625rem;
            column-gap: 0.5625rem;
    background: transparent;
    border-radius: 0;
    pointer-events: none;
  }
}

.p-header__top-telText {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-header__top-telText {
    font-size: 0.625rem;
    line-height: 1.8;
    font-weight: 800;
    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__top-telText span {
    display: block;
    font-size: 0.625rem;
    text-align: center;
    line-height: 1;
    font-weight: 600;
  }
}

.p-header__top-telLink {
  margin-top: 0.3125rem;
  padding-left: 1.3125rem;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__top-telLink {
    margin-top: 0.25rem;
    font-size: 1.5rem;
    pointer-events: none;
  }
}

.p-header__top-telLink::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background: transparent url(../images/common/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__top-telGuide {
  font-size: 0.625rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-header__top-telGuide {
    display: none;
  }
}

.p-header__hamburger {
  display: block;
  width: 3.6875rem;
  height: 3.6875rem;
  padding-top: 1.125rem;
  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;
  background: #2A2A2A;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}

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

.p-header__hamburger .p-header__hamburger--line:nth-child(2) {
  margin-top: 5px;
}

.p-header__hamburger.active .p-header__hamburger--line:nth-child(1) {
  width: 26px;
  -webkit-transform: translate(-1px, 3px) rotate(30deg);
          transform: translate(-1px, 3px) rotate(30deg);
}

.p-header__hamburger.active .p-header__hamburger--line:nth-child(2) {
  width: 26px;
  -webkit-transform: translate(-1px, -4px) rotate(-30deg);
          transform: translate(-1px, -4px) rotate(-30deg);
}

.p-header__hamburger--text {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.625rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.p-header__bottom {
  width: 100%;
  padding: 0 0 0 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(34, 34, 34, .1);
}
@media screen and (min-width: 768px) {
  .p-header__bottom {
    padding: 0 1.875rem 0 1.375rem;
  }
}

.p-header__bottom-logo {
  width: 6.4375rem;
}
@media screen and (min-width: 768px) {
  .p-header__bottom-logo {
    width: 8.4375rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.p-header__bottom-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 103/36;
}
@media screen and (min-width: 768px) {
  .p-header__bottom-logo img {
    aspect-ratio: 135/48;
  }
}

.p-header__nav {
  width: 100%;
  height: 100vh;
  margin-top: 3.6875rem;
  padding: 0 1.90625rem 7.25rem;
  -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: #fff;
  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: 100%;
    margin-top: 0;
    padding: 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: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
    position: static;
    right: auto;
    overflow-y: hidden;
  }
}

.p-header__nav.active {
  right: 0;
}
.p-header__navList {
  width: 100%;
  padding-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid rgba(34, 34, 34, .1);
}
@media screen and (min-width: 768px) {
  .p-header__navList {
    width: auto;
    height: 100%;
    padding-top: 0;
    -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.625rem;
       -moz-column-gap: 1.625rem;
            column-gap: 1.625rem;
    border-top: none;
  }
}

.p-header__navItem {
  border-bottom: 1px solid rgba(34, 34, 34, .1);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__navItem {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: none;
  }
}

.p-header__navLink {
  display: block;
  padding-top: 1.1875rem;
  padding-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-header__navLink {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding: 1.15625rem 0;
    font-size: 1rem;
    line-height: 1.5;
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navLink:hover {
    color: #222222;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navLink.js-hover {
    padding: 1.15625rem 0.75rem 1.15625rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navLink::before {
    content: "";
    width: 100%;
    height: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
    background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left 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__navLink:hover::before {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
    background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

.p-header__navLink.js-hover::before {
  content: "";
  width: 1rem;
  height: 0.125rem;
  background: #222222;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header__navLink.js-hover::before {
    width: 100%;
    height: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
    background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
    top: auto;
    right: auto;
    bottom: -0.0625rem;
    left: 0;
    transform: scale(0, 1) translate(0, 0);
    -webkit-transform: scale(0, 1) translate(0, 0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 0;
  }
}

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

.p-header__navLink.js-hover::after {
  content: "";
  width: 1rem;
  height: 0.125rem;
  background: #222222;
  position: absolute;
  top: 49%;
  right: 0.0625rem;
  transform: rotate(90deg) translate(0, -50%);
  -webkit-transform: rotate(90deg) translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header__navLink.js-hover::after {
    width: 0.71875rem;
    height: 0.40625rem;
    background: transparent url(../images/common/arrow_top.webp) no-repeat center center/100%;
    position: absolute;
    top: 45%;
    right: -0.25rem;
    transform: rotate(180deg) translate(0, -50%);
    -webkit-transform: rotate(180deg) translate(0, -50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.p-header__navLink.js-hover.active::after {
  top: 50%;
  right: 0.0625rem;
  transform: rotate(0deg) translate(0, -50%);
  -webkit-transform: rotate(0deg) translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-header__navLink.js-hover.active::after {
    top: 45%;
    right: -0.125rem;
    transform: rotate(0deg) translate(0, 0);
    -webkit-transform: rotate(0deg) translate(0, 0);
  }
}

.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__body {
  margin-top: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-header__body {
    width: 19rem;
    margin-top: 0;
  }
}

.p-header__btn {
  width: 50%;
}

.p-header__btn--link {
  height: 2.875rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  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;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-header__btn--link {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.p-header__btn--estimate .p-header__btn--link {
  background: #FF4639;
}

.p-header__btn--contact .p-header__btn--link {
  background: #ED1D2F;
}

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

.p-header__btn--link:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, .1);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-header__btn--link span {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-header__btn--link span {
    font-size: 1rem;
  }
}

.p-header__wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__wrapper {
    width: 100%;
    width: 11.0625rem;
    height: auto;
    padding-top: 0.0625rem;
    position: fixed;
    top: 6.875rem;
    right: 42.2rem;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-header__wrapper.bg::after {
    content: "";
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(23px);
    background: rgba(255, 255, 255, .01);
    position: fixed;
    top: 0;
    left: 0;
  }
}

.p-header__dropdown {
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-header__dropdown {
    margin-top: 0.5rem;
    padding: 1.375rem 1.8125rem 1.375rem 1.4375rem;
    background: #fff;
    border-radius: 8px;
  }
}

.p-header__dropdownList {
  margin-top: -0.375rem;
  padding-bottom: 0.625rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-header__dropdownList {
    width: 100%;
    max-width: 68.75rem;
    margin-inline: auto;
    margin-top: 0;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0.75rem;
  }
}

.p-header__dropdownItem {
  position: relative;
}

.p-header__dropdownLink {
  display: block;
  width: 100%;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header__dropdownLink {
    display: inline-block;
    width: auto;
    padding-bottom: 0;
    font-size: 0.9375rem;
    line-height: 1.5;
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  .p-header__dropdownLink:hover {
    color: #222222;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-header__dropdownLink::before {
    content: "";
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
    background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left 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__dropdownLink:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-header__dropdownLink::after {
    content: "";
    width: 1.75rem;
    height: 1.75rem;
    background: transparent url(../images/common/arrow_nav.webp) no-repeat center center/100%;
    position: absolute;
    top: 0.3125rem;
    right: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-header__dropdownLink:hover::after {
    background: transparent url(../images/common/arrow_nav_hover.webp) no-repeat center center/100%;
  }
}

.p-logo-wrapper {
  margin-top: -3.1875rem;
  padding: 4.25rem 0 0.625rem;
  background: #F0F3F6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-logo-wrapper {
    margin-top: 5.25rem;
    padding: 0.625rem 0;
  }
}

.p-logo-wrapper__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-logo-wrapper__swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 120/57;
}
@media screen and (min-width: 768px) {
  .p-logo-wrapper__swiper-slide img {
    aspect-ratio: 195/94;
  }
}

.p-message {
  padding-top: 3.75rem;
  padding-bottom: 6.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-message {
    padding-top: 5.5rem;
    padding-bottom: 13rem;
  }
}

.p-message::after {
  content: "";
  width: 100%;
  height: 31.25rem;
  background: transparent url(../images/common/sub-layout-bottom_sp.webp) no-repeat right bottom/100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-message::after {
    height: 34.125rem;
    background: transparent url(../images/common/sub-layout-bottom_pc.webp) no-repeat right bottom/100%;
  }
}

.p-message__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-message__inner {
    max-width: 59.375rem;
  }
}

.p-message__top {
  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-message__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-message__detail {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-message__detail {
    display: block;
    width: 24.375rem;
    position: relative;
  }
}

.p-message__title {
  text-align: center;
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-message__title {
    text-align: left;
    left: -0.25rem;
  }
}

.p-message__read {
  margin-top: 1.875rem;
  font-size: 1.5rem;
  line-height: 1.7083333333;
  letter-spacing: 0.04em;
  font-weight: 700;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-message__read {
    margin-top: 1.6875rem;
    font-size: 1.875rem;
    line-height: 1.7;
  }
}

.p-message__img {
  margin-top: 1.625rem;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-message__img {
    width: 29.5rem;
    margin-top: 0;
  }
}

.p-message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 344/289;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .p-message__img img {
    aspect-ratio: 472/289;
  }
}

.p-message__bottom {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-message__bottom {
    margin-top: 2.6875rem;
  }
}

.p-message__text {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-message__text {
    font-size: 1rem;
  }
}

.p-message__name {
  margin-top: -0.625rem;
  font-size: 0.875rem;
  text-align: right;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-message__name {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-message__name span {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-message__name span {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.p-message__circle01 {
  width: 4.75rem;
  top: 0.5625rem;
  left: -2.5rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-message__circle01 {
    width: 6.375rem;
    left: -3.125rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-message__circle01 {
    left: calc(50% - 43.125rem);
  }
}

.p-message__circle02 {
  width: 4.8125rem;
  top: 7.1875rem;
  right: -1.125rem;
}
@media screen and (min-width: 768px) {
  .p-message__circle02 {
    width: 10.375rem;
    top: 1.75rem;
    right: 6.1875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-message__circle02 {
    right: calc(50% - 33.875rem);
  }
}

.p-message__circle03 {
  width: 1.8125rem;
  bottom: -0.8125rem;
  left: 1.6875rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-message__circle03 {
    width: 1.375rem;
    bottom: auto;
    left: auto;
    top: 38%;
    right: -5.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-message__circle04 {
    width: 4.1875rem;
    bottom: 10.25rem;
    right: 2.875rem;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-message__circle04 {
    right: calc(50% - 37.125rem);
  }
}

.p-modal {
  width: 100%;
  height: calc(100% - 3.6875rem);
  padding-top: 10svh;
  text-align: center;
  background-color: rgba(0, 0, 0, .4);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 90;
}
@media screen and (min-width: 768px) {
  .p-modal {
    height: calc(100% - 7rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}

.p-modal.active {
  opacity: 1;
  visibility: visible;
}

.p-modal__wrapper {
  width: 91.4666666667%;
  margin-inline: auto;
  height: 72svh;
  min-height: 21.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-modal__wrapper {
    width: 82.03125%;
    max-width: 65.625rem;
    height: 64.485svh;
    max-height: 32rem;
  }
}

.p-modal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  position: absolute;
  top: -2.3125rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-modal__btn {
    top: -2.5625rem;
  }
}

.p-modal__btn--line {
  width: 1.5625rem;
  height: 0.125rem;
  display: block;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-modal__btn--line:nth-child(2) {
  margin-top: 0.3125rem;
}

.p-modal__btn--line:nth-child(1) {
  width: 1.6875rem;
  -webkit-transform: translate(0.03125rem, 0.1875rem) rotate(45deg);
          transform: translate(0.03125rem, 0.1875rem) rotate(45deg);
}

.p-modal__btn--line:nth-child(2) {
  width: 1.6875rem;
  -webkit-transform: translate(0, -0.25rem) rotate(-45deg);
          transform: translate(0, -0.25rem) rotate(-45deg);
}

.p-modal__btn--text {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-modal__btn--text {
    font-size: 1.125rem;
  }
}

.p-modal__inner {
  height: 100%;
  padding: 1.0625rem 1.03125rem 1.0625rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .p-modal__inner {
    padding: 3.125rem 1.4375rem 3.125rem 3.0625rem;
  }
}

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

.p-modal__img {
  width: 95.7792207792%;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-modal__img {
    width: 18.375rem;
    margin-right: 0;
  }
}

.p-modal__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 295/305;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-modal__img img {
    aspect-ratio: 294/412;
  }
}

.p-modal__body {
  width: 95.7792207792%;
  margin-right: auto;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-modal__body {
    width: 38.8125rem;
    height: 25.75rem;
    margin-top: 0;
    margin-right: 0;
  }
}

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

.p-modal__read {
  width: 100%;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.2916666667;
  letter-spacing: 0.04em;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .p-modal__read {
    font-size: 1.5rem;
    line-height: 1.125;
  }
}

.p-modal__area {
  margin-top: 0.625rem;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-modal__area {
    margin-top: 1.1875rem;
    margin-right: 1.3125rem;
  }
}

.p-modal__post {
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-modal__post {
    font-size: 0.875rem;
  }
}

.p-modal__post::after {
  content: "";
  width: 0.5rem;
  height: 0.9375rem;
  background: transparent url(../images/common/icon_slash.webp) no-repeat center center/100%;
  position: absolute;
  top: 45%;
  right: -0.8125rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-modal__post::after {
    width: 0.5rem;
    height: 0.9375rem;
    top: 45%;
    right: -0.8125rem;
  }
}

.p-modal__career {
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-modal__career {
    font-size: 0.875rem;
  }
}

.p-modal__name {
  width: auto;
  margin-top: 0.375rem;
  font-size: 1.125rem;
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-modal__name {
    margin-top: 0.8125rem;
    font-size: 1.125rem;
  }
}

.p-modal__faq-List {
  margin-top: 1.125rem;
  padding-bottom: 1.875rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-modal__faq-List {
    margin-top: 1.25rem;
    padding-bottom: 1.875rem;
    row-gap: 1.25rem;
  }
}

.p-modal__faq-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.4375rem;
     -moz-column-gap: 0.4375rem;
          column-gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-modal__faq-head {
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }
}

.p-modal__faq-q {
  display: block;
  font-size: 1.625rem;
  text-align: left;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-modal__faq-q {
    font-size: 1.625rem;
  }
}

.p-modal__faq-title {
  font-size: 1rem;
  text-align: left;
  line-height: 1.5625;
  letter-spacing: 0.04em;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-modal__faq-title {
    font-size: 1.125rem;
    line-height: 1.6111111111;
  }
}

.p-modal__faq-body {
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-modal__faq-body {
    margin-top: 0.625rem;
  }
}

.p-modal__faq-text {
  font-size: 0.875rem;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-modal__faq-text {
    font-size: 0.875rem;
  }
}

.p-modal--tiresize {
  padding: 0.875rem 0.25rem 0;
}
@media screen and (min-width: 768px) {
  .p-modal--tiresize {
    width: 100%;
    max-width: 54.625rem;
    margin-inline: auto;
    padding: 1.3125rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 2.8125rem;
       -moz-column-gap: 2.8125rem;
            column-gap: 2.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-modal--tiresize-img {
    width: 28.8125rem;
  }
}

.p-modal--tiresize-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 299.5/166;
}
@media screen and (min-width: 768px) {
  .p-modal--tiresize-img img {
    aspect-ratio: 461/269;
  }
}

.p-modal--tiresize-body {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-modal--tiresize-body {
    margin-top: 0;
    width: 24.1875rem;
  }
}

.p-modal--tiresize-read {
  font-size: 1.1875rem;
  text-align: left;
  line-height: 1.5263157895;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-modal--tiresize-read {
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}

.p-modal--tiresize-text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-modal--tiresize-text {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

#modal-tire-size .p-modal__wrapper {
  height: 72svh;
  min-height: auto;
}
@media screen and (min-width: 768px) {
  #modal-tire-size .p-modal__wrapper {
    height: auto;
    min-height: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  #modal-tire-size .p-modal__wrapper {
    top: -5%;
  }
}

#modal-tire-size .p-modal__inner {
  padding: 1.9375rem 1.0625rem 1.5625rem;
}
@media screen and (min-width: 768px) {
  #modal-tire-size .p-modal__inner {
    padding: 3.75rem 0 3.6875rem;
  }
}

@media screen and (min-width: 768px) {
  #modal-tire-size .p-modal--tiresize {
    max-width: 55.9375rem;
    padding: 0;
  }
}

#modal-tire-size .p-modal--tiresize-img img {
  aspect-ratio: 299.48/166;
}
@media screen and (min-width: 768px) {
  #modal-tire-size .p-modal--tiresize-img img {
    aspect-ratio: 461/255.53;
  }
}

@media screen and (min-width: 768px) {
  #modal-tire-size .p-modal--tiresize-text {
    margin-top: 0.875rem;
  }
}

.p-mv {
  margin-top: 3.6875rem;
  padding-top: 1.5rem;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .p-mv {
    margin-top: 7rem;
    padding-top: 2.8125rem;
  }
}

.p-mv::after {
  content: "";
  width: 100%;
  height: 37.25rem;
  background: transparent url(../images/top/mv_sp.webp) no-repeat center bottom/100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-mv::after {
    height: 41.125rem;
    background: transparent url(../images/top/mv_pc.webp) no-repeat center bottom/cover;
  }
}

.p-mv__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    max-width: 73.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3.3125rem;
       -moz-column-gap: 3.3125rem;
            column-gap: 3.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__top {
    width: 36.3125rem;
    margin-top: 1.25rem;
  }
}

.p-mv__area {
  text-align: center;
}
.p-mv__message {
  display: inline-block;
  padding: 0 1.5625rem;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 800;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__message {
    padding: 0 2.375rem;
    font-size: 1.625rem;
    line-height: 1.5;
    left: -0.5625rem;
  }
}

.p-mv__message::before {
  content: "";
  width: 1.0625rem;
  height: 1.375rem;
  background: transparent url(../images/common/icon_emphasis-left_white.webp) 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) {
  .p-mv__message::before {
    width: 1.625rem;
    height: 2.125rem;
  }
}

.p-mv__message::after {
  content: "";
  width: 1.0625rem;
  height: 1.375rem;
  background: transparent url(../images/common/icon_emphasis-right_white.webp) 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) {
  .p-mv__message::after {
    width: 1.625rem;
    height: 2.125rem;
  }
}

.p-mv__message span {
  display: inline-block;
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-mv__message span {
    font-size: 1.25rem;
  }
}

.p-mv__read {
  font-size: 1.5625rem;
  color: #fff;
  text-align: center;
  line-height: 1.5216;
  letter-spacing: 0.02em;
  font-weight: 900;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-mv__read {
    margin-top: 0;
    margin-left: 1.1875rem;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

.p-mv__read span {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.902;
  letter-spacing: 0.02em;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-mv__read span {
    font-size: 2rem;
  }
}

.p-mv__list {
  margin-top: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.475rem;
     -moz-column-gap: 0.475rem;
          column-gap: 0.475rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__list {
    margin-top: 0.625rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    left: -0.625rem;
  }
}

.p-mv__item {
  width: 6.875rem;
  height: 6.875rem;
  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;
  border: 2px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
}
@media screen and (min-width: 768px) {
  .p-mv__item {
    width: 10.375rem;
    height: 10.375rem;
  }
}

.p-mv__item-text {
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-mv__item-text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-mv__item-text--sm {
  font-size: 0.625rem;
  line-height: 1.27;
}
@media screen and (min-width: 768px) {
  .p-mv__item-text--sm {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-mv__item-text--em {
  display: inline-block;
  font-size: 0.9375rem;
  color: #EAFF00;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 900;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-mv__item-text--em {
    font-size: 1.5rem;
  }
}

.p-mv__item-text--em span {
  font-size: 1.125rem;
  letter-spacing: -0.03em;
  font-family: "Jost", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-mv__item-text--em span {
    font-size: 1.75rem;
  }
}

.p-mv__detail {
  width: 21.5625rem;
  margin-inline: auto;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__detail {
    width: auto;
    margin-inline: 0;
    margin-top: 1.4375rem;
    margin-left: 0.8125rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}

.p-mv__detail-img {
  width: 8.9375rem;
  position: absolute;
  top: 0.1875rem;
  left: calc(50% - 11rem);
}
@media screen and (min-width: 768px) {
  .p-mv__detail-img {
    width: 12.5625rem;
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

.p-mv__detail-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 143/153;
}
@media screen and (min-width: 768px) {
  .p-mv__detail-img img {
    aspect-ratio: 201/214;
  }
}

.p-mv__detail-wrap {
  width: 13.28125rem;
  margin-top: 0.375rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__detail-wrap {
    width: 20.0625rem;
    margin-top: 0.375rem;
    margin-left: 0;
  }
}

.p-mv__detail-fukidashi {
  width: 100%;
  height: 2.516875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: transparent url(../images/top/mv_fukidashi.webp) no-repeat center center/100%;
}
@media screen and (min-width: 768px) {
  .p-mv__detail-fukidashi {
    width: 20.0625rem;
    height: 3.96875rem;
  }
}

.p-mv__detail-read {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  position: relative;
  left: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__detail-read {
    margin-top: 0.875rem;
    font-size: 1.5rem;
    left: 0.3125rem;
  }
}

.p-mv__detail-text {
  margin-top: 0.125rem;
  font-size: 0.8125rem;
  color: #fff;
  text-align: center;
  line-height: 1.5384615385;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-mv__detail-text {
    margin-top: 0.125rem;
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

.p-mv__bottom {
  width: auto;
  margin-top: 1.875rem;
  background: transparent url(../images/top/mv_bg-form_sp.webp) no-repeat center center/cover;
  border-radius: 12px;
  border: 2px solid rgba(0, 0, 0, .1);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__bottom {
    width: 29.875rem;
    margin-top: 0.75rem;
    background: transparent url(../images/top/mv_bg-form_pc.webp) no-repeat center center/cover;
  }
}

.p-mv__bottom-fukidashi {
  width: 13.5rem;
  height: 2.6875rem;
  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: transparent url(../images/top/mv_form-message_sp.webp) no-repeat center center/100%;
  position: absolute;
  top: -0.5rem;
  left: 51.4%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-mv__bottom-fukidashi {
    width: 13.8125rem;
    height: 3.8125rem;
    background: transparent url(../images/top/mv_form-message_pc.webp) no-repeat center center/100%;
    top: -0.625rem;
    left: -1.25rem;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

.p-mv__bottom-message {
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-mv__bottom-message {
    font-size: 1rem;
  }
}

.p-mv__bottom-message span {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-mv__bottom-message span {
    font-size: 0.8125rem;
  }
}

.p-mv__bottom-message--em {
  display: inline-block;
  font-size: 0.875rem;
  color: #EAFF00;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-mv__bottom-message--em {
    font-size: 1rem;
  }
}

.p-mv__bottom-message--em span {
  display: inline-block;
  font-size: 1.125rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-mv__bottom-message--em span {
    font-size: 1.125rem;
  }
}

.p-mv__bottom-inner {
  padding: 2.625rem 1.28125rem 0.6875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__bottom-inner {
    padding: 3.75rem 2.53125rem 0.625rem 2.53125rem;
  }
}

.p-mv__bottom-title {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-mv__bottom-title {
    font-size: 1.25rem;
  }
}

.p-mv__form {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-mv__form {
    margin-top: 1.625rem;
  }
}

.p-mv__form .form-btn input {
  font-weight: 700;
}

.p-mv__circle01 {
  width: 4.25rem;
  position: absolute;
  bottom: -3.25rem;
  left: -0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-mv__circle01 {
    width: 10.375rem;
    bottom: 0;
    left: -5.1875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-mv__circle01 {
    left: calc(50% - 45.125rem);
  }
}

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

.p-mv__circle02 {
  width: 0.5625rem;
  bottom: -3.8125rem;
  left: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__circle02 {
    width: 1.375rem;
    bottom: -2.375rem;
    left: 3.8125rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-mv__circle02 {
    left: calc(50% - 36.1875rem);
  }
}

.p-news-article {
  position: relative;
}

.p-news-article::after {
  content: "";
  width: 100%;
  height: 31.25rem;
  background: transparent url(../images/common/sub-layout-bottom_sp.webp) no-repeat right bottom/100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-news-article::after {
    height: 34.125rem;
    background: transparent url(../images/common/sub-layout-bottom_pc.webp) no-repeat right bottom/100%;
  }
}

.p-news-article__inner {
  padding-top: 3.75rem;
  padding-bottom: 11.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-news-article__inner {
    max-width: 71.875rem;
    padding-top: 4.875rem;
    padding-bottom: 8.875rem;
  }
}

.p-news-article__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-article__list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    row-gap: 3.75rem;
  }
}

.p-news-article__pager {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-news-article__pager {
    margin-top: 5rem;
  }
}

.pager {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.375rem;
  text-align: center;
}

.pager span,
.pager a {
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 0.1875rem;
  border: 1px solid rgba(0, 0, 0, .1);
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0;
  font-family: "Jost", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

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

.pager span.current {
  background: rgba(34, 34, 34, .1);
}

.pager a {
  background: #fff;
}

.pager span.dots,
.pager a.prev,
.pager a.next {
  border: none;
}

.pager a.prev,
.pager a.next {
  width: 0.9375rem;
  height: 0.9375rem;
}

.pager a.prev {
  margin-right: 0.9375rem;
}

.pager a.next {
  margin-left: 0.9375rem;
}

.pager a img {
  width: 0.9375rem;
  height: 0.9375rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.pager ul {
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
}

.pager ul li {
  float: left;
  margin: 0px 10px;
}

.p-news-single {
  padding-top: 6.75rem;
  padding-bottom: 9.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-single {
    padding-top: 10.875rem;
    padding-bottom: 6.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news-single__inner {
    max-width: 53.75rem;
  }
}

.p-news-single__date {
  font-size: 0.875rem;
  color: rgba(34, 34, 34, .6);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-news-single__date {
    font-size: 0.875rem;
  }
}

.p-news-single__title {
  margin-top: 0.625rem;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-news-single__title {
    margin-top: 0.5rem;
    font-size: 2.125rem;
  }
}

.p-news-single__mainImg {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__mainImg {
    margin-top: 1.75rem;
  }
}

.p-news-single__mainImg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
  overflow: hidden;
}

.p-news-single__body {
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__body {
    margin-top: 2.8125rem;
  }
}

.p-news-single__body p {
  margin-bottom: 1.625rem;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-news-single__body p {
    margin-bottom: 2.75rem;
    font-size: 1rem;
  }
}

.p-news-single__body figure {
  margin-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__body figure {
    margin-bottom: 1.875rem;
  }
}

.p-news-single__body figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
  overflow: hidden;
}

.p-news-single__body a {
  padding-left: 2.375rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #ED1D2F;
  display: inline-block;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-news-single__body a {
    padding-left: 2.8125rem;
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}

.p-news-single__body a::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  -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/common/arrow_right-red.webp);
          mask-image: url(../images/common/arrow_right-red.webp);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0.4375rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-news-single__body a::before {
    width: 0.8125rem;
    height: 0.8125rem;
    top: 60%;
    left: 0.625rem;
  }
}

.p-news-single__body a::after {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background: -webkit-gradient(linear, left top, right top, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Right, #ED1D2F 0%, #FF4639 100%);
  border: 1px solid #ED1D2F;
  border-radius: 4px;
  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;
  position: absolute;
  top: -0.0625rem;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-news-single__body a::after {
    width: 2rem;
    height: 2rem;
  }
}

.p-news-single__btn {
  width: 15rem;
  margin-inline: auto;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__btn {
    margin-top: 3.25rem;
  }
}

.p-notfound {
  padding-top: 2.625rem;
  padding-bottom: 9.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-notfound {
    padding-top: 4.5rem;
    padding-bottom: 14.375rem;
  }
}

.p-notfound__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-notfound__inner {
    max-width: 65.625rem;
  }
}

.p-notfound__text {
  font-size: 1.0625rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-notfound__text {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.p-notfound__btn {
  width: 18.875rem;
  margin-inline: auto;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-notfound__btn {
    margin-top: 2.375rem;
  }
}

.p-oil-member {
  position: relative;
}

.p-oil-member::after {
  content: "";
  width: 100%;
  height: 31.25rem;
  background: transparent url(../images/common/sub-layout-bottom_sp.webp) no-repeat right bottom/100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-oil-member::after {
    height: 34.125rem;
    background: transparent url(../images/common/sub-layout-bottom_pc.webp) no-repeat right bottom/100%;
  }
}

.p-oil-member__inner {
  padding-top: 2.625rem;
  padding-bottom: 10.375rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-oil-member__inner {
    max-width: 59.375rem;
    padding-top: 5.625rem;
    padding-bottom: 8.875rem;
  }
}

.p-oil-member__top {
  text-align: center;
}

.p-oil-member__title {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-oil-member__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-oil-member__title::before {
  content: "";
  width: 3.875rem;
  height: 8.5rem;
  background: transparent url(../images/common/cta_character_01.webp) no-repeat center center/100%;
  position: absolute;
  top: 39%;
  left: -4.25rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-oil-member__title::before {
    width: 6.75rem;
    height: 14.875rem;
    top: 15%;
    left: -8.3125rem;
  }
}

.p-oil-member__title::after {
  content: "";
  width: 5.125rem;
  height: 7.5rem;
  background: transparent url(../images/common/cta_character_02.webp) no-repeat center center/100%;
  position: absolute;
  top: 47%;
  right: -5.3125rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-oil-member__title::after {
    width: 8.875rem;
    height: 12.9375rem;
    top: 27%;
    right: -10.1875rem;
  }
}

.p-oil-member__list {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-oil-member__list {
    margin-top: 3.875rem;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 2.75rem;
  }
}

.p-oil-member__wrap {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-oil-member__wrap {
    margin-top: 2.6875rem;
  }
}

.p-oil-member__table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #CCCCCC;
  border-radius: 12px;
  overflow: hidden;
}

.p-oil-member__table tr {
  border-radius: 12px;
}

.p-oil-member__table-head {
  padding: 0.5rem 0 0.4375rem;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.3333333333;
  font-weight: 700;
  background: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .p-oil-member__table-head {
    padding: 1.375rem 0 1.3125rem;
    font-size: 1.25rem;
    line-height: 1.55;
  }
}

.p-oil-member__table-head.price {
  width: 8.25rem;
}
@media screen and (min-width: 768px) {
  .p-oil-member__table-head.price {
    width: 21.625rem;
  }
}

.p-oil-member__table-body {
  padding: 1.3125rem 0 1.3125rem;
  border-top: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .p-oil-member__table-body {
    padding: 1.25rem 0 1.3125rem;
  }
}

.p-oil-member__table-body.title {
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-oil-member__table-body.title {
    font-size: 1.25rem;
    line-height: 1.55;
  }
}

.p-oil-member__table-body.price {
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.4090909091;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .p-oil-member__table-body.price {
    font-size: 1.375rem;
    line-height: 1.4090909091;
  }
}

.p-oil-member__table-head:not(:first-child),
.p-oil-member__table-body:not(:first-child) {
  border-left: 1px solid #CCCCCC;
}

.p-oil-member__explanation {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-oil-member__explanation {
    margin-top: 2.6875rem;
  }
}

.p-oil-member__explanation-text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .p-oil-member__explanation-text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-oil-member__circle01 {
    width: 6.375rem;
    top: 1.5625rem;
    left: -3.125rem;
    z-index: 3;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-oil-member__circle01 {
    left: calc(50% - 43.125rem);
  }
}

@media screen and (min-width: 768px) {
  .p-oil-member__circle02 {
    width: 10.125rem;
    top: 17.8125rem;
    right: -3.5rem;
    z-index: 3;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-oil-member__circle02 {
    right: calc(50% - 43.375rem);
  }
}

@media screen and (min-width: 768px) {
  .p-oil-member__circle03 {
    width: 1.375rem;
    top: 28.875rem;
    right: 4.9375rem;
    z-index: 3;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-oil-member__circle03 {
    right: calc(50% - 35.125rem);
  }
}

@media screen and (min-width: 768px) {
  .p-oil-member__circle04 {
    width: 1.125rem;
    bottom: 51.625rem;
    left: 4.25rem;
    z-index: 3;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-oil-member__circle04 {
    left: calc(50% - 35.75rem);
  }
}

@media screen and (min-width: 768px) {
  .p-oil-member__circle05 {
    width: 8.25rem;
    bottom: 42.0625rem;
    left: -3.125rem;
    z-index: 3;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-oil-member__circle05 {
    left: calc(50% - 43.25rem);
  }
}

@media screen and (min-width: 768px) {
  .p-oil-member__circle06 {
    width: 8.25rem;
    bottom: 18.25rem;
    right: -4rem;
    z-index: 3;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-oil-member__circle06 {
    right: calc(50% - 44rem);
  }
}

.p-overview {
  padding-top: 0.375rem;
  background: #F0F3F6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-overview {
    padding-top: 0;
    padding-bottom: 4.625rem;
  }
}

.p-overview::before {
  content: "";
  width: 100%;
  height: 10rem;
  background: transparent url(../images/common/bg_gray_sp.webp) no-repeat center top/100%;
  position: absolute;
  top: -3.375rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-overview::before {
    height: 8.75rem;
    background: transparent url(../images/common/bg_gray_pc.webp) no-repeat center top/100%;
    top: -7.5rem;
  }
}

.p-overview__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-overview__inner {
    max-width: 53.125rem;
  }
}

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

.p-overview__list {
  width: 87.4635568513%;
  margin-inline: auto;
  margin-top: 1.375rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-overview__list {
    width: auto;
    margin-top: 4.375rem;
    row-gap: 1.875rem;
  }
}

.p-overview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid rgba(34, 34, 34, .1);
}
@media screen and (min-width: 768px) {
  .p-overview__item {
    -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;
    border-bottom: 2px solid rgba(34, 34, 34, .1);
  }
}

.p-overview__top {
  padding-bottom: 0.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-overview__top {
    width: 8.5rem;
    padding-bottom: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-overview__top::after {
    content: "";
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
    background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
  }
}

.p-overview__term {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-overview__term {
    font-size: 1.125rem;
    color: #222222;
    background: transparent;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
}

.p-overview__bottom {
  padding-bottom: 1.125rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-overview__bottom {
    width: 40rem;
    padding-bottom: 1.75rem;
    row-gap: 0.5625rem;
  }
}

.p-overview__desc {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-overview__desc {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
}

.p-overview__desc em {
  font-style: normal;
  font-weight: 700;
}

.p-overview__circle01 {
  width: 7.125rem;
  position: absolute;
  top: -5.9375rem;
  left: -2.625rem;
}
@media screen and (min-width: 768px) {
  .p-overview__circle01 {
    width: 10.375rem;
    top: -9.1875rem;
    left: -3.75rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-overview__circle01 {
    left: calc(50% - 43.875rem);
  }
}

@media screen and (min-width: 768px) {
  .p-overview__circle02 {
    width: 6.375rem;
    top: 18.75rem;
    right: -1.125rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-overview__circle02 {
    right: calc(50% - 41.125rem);
  }
}

@media screen and (min-width: 768px) {
  .p-overview__circle03 {
    width: 1.375rem;
    top: 27.3125rem;
    right: 4.9375rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-overview__circle03 {
    right: calc(50% - 35.125rem);
  }
}

@media screen and (min-width: 768px) {
  .p-overview__circle04 {
    width: 10.375rem;
    position: absolute;
    top: 59%;
    left: -4.75rem;
    z-index: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-overview__circle04 {
    left: calc(50% - 44.75rem);
  }
}

.p-overview__circle01 img,
.p-overview__circle04 img {
  width: 100%;
  height: auto;
}

.p-page-link {
  position: relative;
  margin-top: -2.625rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-page-link {
    margin-bottom: 1.25rem;
    margin-top: -3.375rem;
  }
}

.p-page-link--recruit {
  margin-top: -7.125rem;
}
@media screen and (min-width: 768px) {
  .p-page-link--recruit {
    margin-top: -3.375rem;
  }
}

.p-page-link__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-page-link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
  }
}

.p-page-link--recruit .p-page-link__list {
  gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-page-link--recruit .p-page-link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-link__item {
    width: 22.3125rem;
  }
}

.p-page-link--recruit .p-page-link__item {
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-page-link--recruit .p-page-link__item {
    width: 16.75rem;
  }
}

.p-page-link__btn {
  display: block;
  padding: 0.625rem 0.875rem 0.8125rem 0.875rem;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 8px;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-link__btn {
    padding: 1.875rem 1.6875rem 1.875rem 1.875rem;
    border-radius: 12px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-page-link--recruit .p-page-link__btn {
    padding: 1.5625rem 1.6875rem 1.5625rem 1.4375rem;
  }
}

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

.p-page-link__btn::before {
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  background: transparent url(../images/common/arrow_bottom.webp) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-page-link__btn::before {
    width: 0.6875rem;
    height: 0.6875rem;
    right: 2.53125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-link--recruit .p-page-link__btn::before {
    width: 0.5625rem;
    height: 0.5625rem;
    right: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-link__btn:hover::before {
    -webkit-animation: moveArrow 0.3s forwards;
            animation: moveArrow 0.3s forwards;
  }
}

.p-page-link__btn::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Right, #ED1D2F 0%, #FF4639 100%);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-page-link__btn::after {
    width: 1.875rem;
    height: 1.875rem;
    right: 1.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-link--recruit .p-page-link__btn::after {
    width: 1.75rem;
    height: 1.75rem;
    right: 1.375rem;
  }
}

.p-page-link__text {
  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-page-link__text {
    -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: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-link--recruit .p-page-link__text {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}

.p-page-link__text-ja {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-page-link__text-ja {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-link--recruit .p-page-link__text-ja {
    font-size: 1.125rem;
  }
}

.p-page-link__text-en {
  display: block;
  font-size: 0.8125rem;
  color: rgba(34, 34, 34, .3);
  line-height: 1;
  letter-spacing: 0;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-page-link__text-en {
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-link--recruit .p-page-link__text-en {
    font-size: 0.9375rem;
  }
}

.p-page-top {
  display: block;
  text-align: right;
  position: absolute;
  bottom: 1.3125rem;
  right: 1rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-page-top {
    bottom: 2.1875rem;
    right: 2.6875rem;
  }
}

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

.p-page-top__text {
  display: inline-block;
  padding-right: 1.1875rem;
  padding-left: 1.3125rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-top__text {
    font-size: 1.25rem;
    right: 0.9375rem;
  }
}

.p-page-top__text::before {
  content: "";
  width: 0.9375rem;
  height: 1.0625rem;
  background: transparent url(../images/common/icon_emphasis-left.webp) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: -0.0625rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-page-top__text::before {
    width: 1rem;
    height: 1.125rem;
    left: -0.25rem;
  }
}

.p-page-top__text::after {
  content: "";
  width: 0.9375rem;
  height: 1.0625rem;
  background: transparent url(../images/common/icon_emphasis-right.webp) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: -0.0625rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-page-top__text::after {
    width: 1rem;
    height: 1.125rem;
    right: -0.25rem;
  }
}

.p-page-top__img {
  width: 5.125rem;
  margin-top: 0.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-top__img {
    width: 8.25rem;
    margin-top: 0.4375rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-page-top:hover .p-page-top__img {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.p-page-top__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 82/84;
}
@media screen and (min-width: 768px) {
  .p-page-top__img img {
    aspect-ratio: 132/134;
  }
}

.p-privacy {
  padding-top: 2.6875rem;
  padding-bottom: 8.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-privacy {
    padding-top: 4.375rem;
    padding-bottom: 5.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-privacy__inner {
    max-width: 53.6875rem;
  }
}

.p-privacy__read {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-privacy__read {
    font-size: 1rem;
  }
}

.p-privacy__list {
  margin-top: 1.375rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__list {
    margin-top: 2.5rem;
    row-gap: 2.5rem;
  }
}

.p-privacy__item-title {
  padding-bottom: 1.0625rem;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-privacy__item-title {
    padding-bottom: 1rem;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
  }
}

.p-privacy__item-title::after {
  content: "";
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-privacy__wrap {
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__wrap {
    margin-top: 1.0625rem;
  }
}

.p-privacy__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-privacy__text {
    font-size: 1rem;
  }
}

.p-privacy__name {
  margin-top: 1.3125rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-privacy__name {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.p-product-parts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-product-parts {
    row-gap: 1.25rem;
  }
}

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

.p-product-parts__list {
  margin-top: 0.5625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.3125rem;
}
@media screen and (min-width: 440px) {
  .p-product-parts__list {
    grid-template-columns: repeat(auto-fit, minmax(6.25rem, 7rem));
  }
}
@media screen and (min-width: 768px) {
  .p-product-parts__list {
    margin-top: 0.5625rem;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.75rem;
  }
}

.p-product-parts__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 100/47;
}
@media screen and (min-width: 768px) {
  .p-product-parts__item img {
    aspect-ratio: 140/66;
  }
}

.p-product-parts__text {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-product-parts__text {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.p-product-parts__attention {
  margin-top: 0.5rem;
  font-size: 0.625rem;
  text-align: right;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-product-parts__attention {
    margin-top: 0.875rem;
    font-size: 0.75rem;
  }
}

.p-product {
  padding-bottom: 10rem;
  background: #F0F3F6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-product {
    padding-bottom: 13.75rem;
  }
}

.p-product::before {
  content: "";
  width: 100%;
  height: 10rem;
  background: transparent url(../images/common/bg_gray_sp.webp) no-repeat center top/100%;
  position: absolute;
  top: -3.375rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-product::before {
    height: 8.75rem;
    background: transparent url(../images/common/bg_gray_pc.webp) no-repeat center top/100%;
    top: -7.125rem;
  }
}

.p-product__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-product__inner {
    max-width: 65.625rem;
  }
}

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

.p-product__wrap {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-product__wrap {
    margin-top: 4.125rem;
    row-gap: 3.5rem;
  }
}

.p-product__container-title {
  padding-left: 1.8125rem;
  font-size: 1.375rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-product__container-title {
    padding-left: 1.9375rem;
    font-size: 1.625rem;
  }
}

.p-product__container-title::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-product__container-title::before {
    width: 1.375rem;
    height: 1.375rem;
  }
}

.p-product__container-wrap {
  margin-top: 0.75rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .p-product__container-wrap {
    margin-top: 1.25rem;
  }
}

.p-product__container-inner {
  padding: 1.25rem 1.0625rem 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-product__container-inner {
    padding: 2.1875rem 3.0625rem 2.875rem 3.0625rem;
  }
}

.p-product__container .p-product-parts {
  row-gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-product__container .p-product-parts {
    row-gap: 1rem;
  }
}

.p-product__container .p-product-parts__title {
  font-size: 1rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-product__container .p-product-parts__title {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-product__container .p-product-parts__list {
    margin-top: 0.1875rem;
  }
}

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

.p-product__container-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

.p-product__container-text {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.9;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-product__container-text {
    margin-top: 0.1875rem;
    font-size: 1rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-product__circle01 {
    width: 1.375rem;
    top: 6.125rem;
    right: 0.6875rem;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-product__circle01 {
    right: calc(50% - 39.25rem);
  }
}

@media screen and (min-width: 768px) {
  .p-product__circle02 {
    display: block;
    width: 10.375rem;
    position: absolute;
    top: 6.25rem;
    right: 2.75rem;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-product__circle02 {
    right: calc(50% - 37.25rem);
  }
}

@media screen and (min-width: 768px) {
  .p-product__circle03 {
    width: 6.375rem;
    top: 23.7%;
    left: -2.25rem;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-product__circle03 {
    left: calc(50% - 42.25rem);
  }
}

@media screen and (min-width: 768px) {
  .p-product__circle04 {
    width: 10.375rem;
    position: absolute;
    top: 47.2%;
    right: -3.75rem;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-product__circle04 {
    right: calc(50% - 43.5rem);
  }
}

@media screen and (min-width: 768px) {
  .p-product__circle05 {
    width: 1.375rem;
    bottom: 44.75rem;
    left: 3.4375rem;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-product__circle05 {
    left: calc(50% - 36.625rem);
  }
}

@media screen and (min-width: 768px) {
  .p-product__circle06 {
    width: 10.4375rem;
    bottom: 8rem;
    left: 2.625rem;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-product__circle06 {
    left: calc(50% - 37.375rem);
  }
}

.p-product__circle02 img,
.p-product__circle04 img {
  width: 100%;
  height: auto;
}

.p-recruit-business {
  padding-bottom: 67px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruit-business {
    padding-bottom: 92px;
  }
}

.p-recruit-business::after {
  content: "";
  width: 100%;
  height: 31.25rem;
  background: transparent url(../images/common/sub-layout-bottom_sp.webp) no-repeat right bottom/100%;
  position: absolute;
  bottom: -6.5vw;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-recruit-business::after {
    height: 34.125rem;
    background: transparent url(../images/common/sub-layout-bottom_pc.webp) no-repeat right bottom/100%;
  }
}

.p-recruit-business__inner {
  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;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-recruit-business__inner {
    max-width: 65.625rem;
    -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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-recruit-business__top {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-recruit-business__top {
    display: block;
    width: 27.875rem;
  }
}

.p-recruit-business__title {
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit-business__title {
    text-align: left;
  }
}

.p-recruit-business__read {
  margin-top: 1.375rem;
  font-size: 0.875rem;
  line-height: 2.1;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-recruit-business__read {
    margin-top: 2rem;
    font-size: 1rem;
  }
}

.p-recruit-business__img {
  margin-top: 1.125rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (min-width: 768px) {
  .p-recruit-business__img {
    margin-top: 1.8125rem;
  }
}

.p-recruit-business__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 344/197;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-recruit-business__img img {
    aspect-ratio: 446/256;
  }
}

.p-recruit-business__bottom {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-recruit-business__bottom {
    display: block;
    width: 29.5625rem;
  }
}

.p-recruit-business__wrap {
  width: 19.375rem;
  height: 19.5rem;
  margin-inline: auto;
  margin-top: 1.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  background: transparent url(../images/recruit/business_bg.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-recruit-business__wrap {
    width: 100%;
    height: 29.8125rem;
    margin-inline: 0;
    margin-top: 0;
  }
}

.p-recruit-business__item {
  width: 8.875rem;
  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;
  row-gap: 0.3125rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-recruit-business__item {
    width: 13.125rem;
    row-gap: 0.4375rem;
  }
}

.p-recruit-business__item:nth-child(1) {
  top: 3.5rem;
  left: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-business__item:nth-child(1) {
    top: 5.25rem;
    left: 1.5625rem;
  }
}

.p-recruit-business__item:nth-child(2) {
  top: 3.125rem;
  right: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-business__item:nth-child(2) {
    top: 4.5625rem;
    right: 1.1875rem;
  }
}

.p-recruit-business__item:nth-child(3) {
  bottom: 3.5rem;
  left: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-business__item:nth-child(3) {
    bottom: 5.5625rem;
    left: 1.5rem;
  }
}

.p-recruit-business__item:nth-child(4) {
  bottom: 3.5rem;
  right: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-business__item:nth-child(4) {
    bottom: 5.5625rem;
    right: 1.5rem;
  }
}

.p-recruit-business__item-title {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 1.23125;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-recruit-business__item-title {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}

.p-recruit-business__item-title.sm {
  font-size: 0.875rem;
  line-height: 1.4071428571;
}
@media screen and (min-width: 768px) {
  .p-recruit-business__item-title.sm {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-recruit-business__item-text {
  font-size: 0.625rem;
  color: #fff;
  text-align: center;
  line-height: 1.57;
  letter-spacing: -0.04em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-recruit-business__item-text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: 0;
  }
}

.p-recruit-business__circle01 {
  width: 0.9375rem;
  top: 4.5rem;
  right: 2.0625rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit-business__circle01 {
    width: 1.4375rem;
    top: 6.5625rem;
    right: 6.4375rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-recruit-business__circle01 {
    right: calc(50% - 33.5625rem);
  }
}

.p-recruit-business__circle02 {
  width: 4.75rem;
  bottom: 1.8125rem;
  right: -1.375rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit-business__circle02 {
    width: 6.375rem;
    bottom: 0;
    right: -3.75rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-recruit-business__circle02 {
    right: calc(50% - 43.75rem);
  }
}

.p-recruit-company {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  background: transparent url(../images/recruit/company_bg_sp.webp) no-repeat center top/cover;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-recruit-company {
    padding-top: 9.5rem;
    padding-bottom: 3.125rem;
    background: transparent url(../images/recruit/company_bg_pc.webp) no-repeat center top/cover;
  }
}

.p-recruit-company::after {
  content: "";
  width: 100%;
  height: 5rem;
  background: transparent url(../images/recruit/company_bg_sp.webp) no-repeat center bottom/100%;
  position: absolute;
  bottom: -3.75rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-recruit-company::after {
    height: 12.5rem;
    background: transparent url(../images/recruit/company_bg_pc.webp) no-repeat center bottom/cover;
    bottom: -10.625rem;
  }
}

.p-recruit-company__inner {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-recruit-company__inner {
    max-width: 65.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-company__top {
    width: 29.375rem;
    margin-top: 3.75rem;
  }
}

.p-recruit-company__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit-company__title {
    text-align: left;
  }
}

.p-recruit-company__title .c-title02 {
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-company__title .c-title02 {
    -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;
  }
}

.p-recruit-company__title .c-title02__main {
  color: rgba(255, 255, 255, .7);
}

.p-recruit-company__read {
  margin-top: 1.375rem;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  line-height: 2.05;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-recruit-company__read {
    margin-top: 1.1875rem;
    font-size: 1.75rem;
    text-align: left;
    line-height: 1.9285714286;
  }
}

.p-recruit-company__text {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-recruit-company__text {
    margin-top: 1.3125rem;
    font-size: 1rem;
  }
}

.p-recruit-company__bottom {
  margin-top: 1.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit-company__bottom {
    width: 29.3125rem;
    margin-top: 0;
  }
}

.p-recruit-company__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

.p-recruit-company__img--01 {
  width: 18.1875rem;
  width: 84.8396501458%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-recruit-company__img--01 {
    width: 24.4375rem;
    margin-left: auto;
    margin-right: 0;
  }
}

.p-recruit-company__img--02 {
  width: 39.0670553936%;
  position: absolute;
  bottom: -1.8125rem;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit-company__img--02 {
    width: 12.4375rem;
    bottom: -3.75rem;
  }
}

.p-recruit-company__img--01 img {
  aspect-ratio: 291/189;
}
@media screen and (min-width: 768px) {
  .p-recruit-company__img--01 img {
    aspect-ratio: 391/485;
  }
}

.p-recruit-company__img--02 img {
  aspect-ratio: 134/99;
}
@media screen and (min-width: 768px) {
  .p-recruit-company__img--02 img {
    aspect-ratio: 199/247;
  }
}

.p-recruit-company__circle01 {
  width: 6.0625rem;
  position: absolute;
  top: -1.5625rem;
  left: -1.875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-company__circle01 {
    width: 10.4375rem;
    top: -1.75rem;
    left: -4.625rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-recruit-company__circle01 {
    left: calc(50% - 44.625rem);
  }
}

.p-recruit-company__circle02 {
  width: 1rem;
  top: 2.875rem;
  left: 5.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-company__circle02 {
    width: 1.6875rem;
    top: 7.8125rem;
    left: 7.0625rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-recruit-company__circle02 {
    left: calc(50% - 32.875rem);
  }
}

.p-recruit-company__circle03 {
  width: 7.875rem;
  position: absolute;
  bottom: 1.375rem;
  right: -2.0625rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-recruit-company__circle03 {
    width: 13.5rem;
    bottom: -2.625rem;
    right: -2.25rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-recruit-company__circle03 {
    right: calc(50% - 42.25rem);
  }
}

.p-recruit-company__circle04 {
  width: 1.125rem;
  bottom: 0.625rem;
  right: 6.125rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-recruit-company__circle04 {
    width: 1.9375rem;
    bottom: -3.75rem;
    right: 11.875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-recruit-company__circle04 {
    right: calc(50% - 28.125rem);
  }
}

.p-recruit-company__circle01 img,
.p-recruit-company__circle03 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit-company__main {
  margin-top: 0.625rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-recruit-company__main {
    margin-top: 4.5rem;
  }
}

.p-recruit-company__main img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/266;
}
@media screen and (min-width: 768px) {
  .p-recruit-company__main img {
    aspect-ratio: 1280/526;
  }
}

.p-recruit-environment {
  padding-top: 2.5rem;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .p-recruit-environment {
    padding-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-environment__inner {
    max-width: 59.375rem;
  }
}

.p-recruit-environment__title {
  text-align: center;
}

.p-recruit-environment__read {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-recruit-environment__read {
    margin-top: 1.625rem;
    font-size: 0.875rem;
    text-align: center;
    line-height: 2.1;
  }
}

.p-recruit-environment__wrap {
  margin-top: 1.75rem;
  border-top: 1px solid rgba(34, 34, 34, .1);
}
@media screen and (min-width: 768px) {
  .p-recruit-environment__wrap {
    margin-top: 1.75rem;
  }
}

.p-recruit-environment__box {
  padding: 0.8125rem 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid rgba(34, 34, 34, .1);
  row-gap: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-environment__box {
    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;
    row-gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-environment__box-head {
    width: 8.75rem;
    padding: 1.25rem 0;
  }
}

.p-recruit-environment__box-title {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-recruit-environment__box-title {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-environment__box-body {
    width: 47.0625rem;
    padding: 1.625rem 0 1.6875rem;
  }
}

.p-recruit-environment__box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.625rem;
     -moz-column-gap: 1.625rem;
          column-gap: 1.625rem;
  row-gap: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-environment__box-list {
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }
}

.p-recruit-people {
  padding-top: 1.875rem;
  padding-bottom: 3.5625rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-recruit-people {
    padding-top: 3.375rem;
    padding-bottom: 6.25rem;
  }
}

.p-recruit-people__title {
  text-align: center;
}

.p-recruit-people__list {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-people__list {
    margin-top: 2.375rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-people__circle01 {
    width: 10.375rem;
    position: absolute;
    top: 1.5rem;
    left: -5.125rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-recruit-people__circle01 {
    left: calc(50% - 45.25rem);
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-people__circle02 {
    width: 1.375rem;
    top: 6rem;
    left: 6.375rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-recruit-people__circle02 {
    left: calc(50% - 32.1875rem);
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-people__circle03 {
    width: 6.375rem;
    top: 43.5%;
    right: -4rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-recruit-people__circle03 {
    right: calc(50% - 44rem);
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-people__circle04 {
    width: 6.375rem;
    bottom: -1.5625rem;
    left: -3.75rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-recruit-people__circle04 {
    left: calc(50% - 43.75rem);
  }
}

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

.p-recruite-entry {
  background: #F0F3F6;
  border-radius: 12px 12px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruite-entry {
    padding-bottom: 6.625rem;
    background: #fff;
    border-radius: 0;
  }
}

.p-recruite-entry__inner {
  padding-top: 3rem;
  padding-bottom: 4.9375rem;
}
@media screen and (min-width: 768px) {
  .p-recruite-entry__inner {
    width: 100%;
    max-width: 68.75rem;
    margin-inline: auto;
    padding-top: 4.625rem;
    padding-bottom: 4.8125rem;
    background: #F0F3F6;
    border-radius: 12px;
  }
}

.p-recruite-entry__title {
  text-align: center;
}

.p-recruite-entry__read {
  margin-top: 1.875rem;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-recruite-entry__read {
    margin-top: 2.25rem;
    font-size: 1rem;
  }
}

.p-recruite-entry__wrap {
  margin-top: 1.5rem;
  padding: 0 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-recruite-entry__wrap {
    width: 56.25rem;
    margin-inline: auto;
    margin-top: 3rem;
    padding: 0;
  }
}

.p-requirement {
  padding-top: 3rem;
  padding-bottom: 4.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-requirement {
    padding-top: 5rem;
    padding-bottom: 6.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-requirement__inner {
    max-width: 59.375rem;
  }
}

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

.p-requirement__wrap {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-requirement__wrap {
    margin-top: 3.375rem;
  }
}

.p-requirement__item {
  padding-bottom: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid rgba(34, 34, 34, .1);
  row-gap: 0.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-requirement__item {
    padding-bottom: 1.75rem;
    -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;
    border-bottom: 2px solid rgba(34, 34, 34, .1);
    row-gap: 0;
  }
}

.p-requirement__item:nth-child(n+2) {
  padding-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-requirement__item:nth-child(n+2) {
    padding-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-requirement__item::after {
    content: "";
    width: 8.5rem;
    height: 2px;
    background: #ED1D2F;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
}

.p-requirement__item-head {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-requirement__item-head {
    width: 8.5rem;
  }
}

.p-requirement__item-term {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .p-requirement__item-term {
    font-size: 1.125rem;
    background: transparent;
    color: #222222;
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 768px) {
  .p-requirement__item-body {
    width: calc(100% - 8.5rem);
    padding-left: 1.5rem;
  }
}

.p-requirement__item-desc {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-requirement__item-desc {
    font-size: 1rem;
    letter-spacing: 0.03em;
  }
}

.p-requirement__item-desc span {
  display: inline-block;
  font-weight: 700;
}

.p-shop-card {
  display: block;
  padding: 1.0625rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .2);
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-shop-card {
    padding: 1.375rem;
  }
}

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

.p-shop-card__img {
  border-radius: 5px;
  overflow: hidden;
}

.p-shop-card__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 310/197;
}
@media screen and (min-width: 768px) {
  .p-shop-card__img img {
    aspect-ratio: 388/247;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-shop-card:hover .p-shop-card__img img {
    scale: 1.1;
  }
}

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

.p-shop-card__name {
  margin-top: 0.125rem;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-shop-card__name {
    margin-top: 0.3125rem;
    font-size: 1.25rem;
  }
}

.p-shop-card__address {
  font-size: 0.75rem;
  color: rgba(34, 34, 34, .6);
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-shop-card__address {
    margin-top: 0.3125rem;
    font-size: 0.875rem;
  }
}

.p-shop-card__info-list {
  margin-top: 0.625rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-shop-card__info-list {
    margin-top: 0.625rem;
  }
}

.p-shop-card__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-shop-card__info-item {
    gap: 0.4375rem;
  }
}

.p-shop-card__info-label {
  min-width: 3.875rem;
  padding: 0.28125rem 0.3125rem;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  border-radius: 14px;
}
@media screen and (min-width: 768px) {
  .p-shop-card__info-label {
    font-size: 0.75rem;
  }
}

.p-shop-card__info-text {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-shop-card__info-text {
    font-size: 0.875rem;
  }
}

.p-shop-card__btn {
  font-size: 0.875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: absolute;
  bottom: 0.125rem;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-shop-card__btn {
    font-size: 0.875rem;
    bottom: -0.3125rem;
    right: -0.125rem;
  }
}

.p-shop-card__btn::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 0.1875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%) 100% 100%/0 1px no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.p-shop-card:hover {
  background-size: 0 1px;
}

.p-sub-mv {
  margin-top: 3.6875rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-sub-mv {
    margin-top: 7rem;
  }
}

.p-sub-mv__inner {
  padding-top: 1.75rem;
  padding-bottom: 3.375rem;
  background: transparent url(../images/common/sub-mv_bg_sp.webp) no-repeat center bottom/cover;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__inner {
    padding-top: 3.75rem;
    padding-bottom: 5.375rem;
    background: transparent url(../images/common/sub-mv_bg_pc.webp) no-repeat center bottom/cover;
  }
}

.p-sub-mv--02 .p-sub-mv__inner {
  padding-top: 1.375rem;
  padding-bottom: 4.625rem;
}
@media screen and (min-width: 768px) {
  .p-sub-mv--02 .p-sub-mv__inner {
    padding-top: 2.75rem;
    padding-bottom: 6.375rem;
  }
}

.p-sub-mv--recruit .p-sub-mv__inner {
  padding-top: 1.25rem;
  padding-bottom: 9.1875rem;
}
@media screen and (min-width: 768px) {
  .p-sub-mv--recruit .p-sub-mv__inner {
    padding-top: 2.75rem;
    padding-bottom: 6.375rem;
  }
}

.p-sub-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-sub-mv__title-sub {
  font-size: 3.125rem;
  color: #fff;
  line-height: 1.3;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title-sub {
    font-size: 4.375rem;
  }
}

.p-sub-mv__title-main {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title-main {
    font-size: 1.25rem;
  }
}

.p-tab {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .2);
  overflow: hidden;
}

.p-tab__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.p-tab__headBtn {
  width: calc(100% - 10.8125rem);
  padding: 0.6875rem 0 0.875rem;
  background: #F0F3F6;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-tab__headBtn {
    width: calc(100% - 28.625rem);
    padding: 1.1875rem 0 1.25rem;
  }
}

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

.p-tab__headBtn:nth-child(n+2) {
  border-left: 1px solid rgba(0, 0, 0, .2);
}

.p-tab__headBtn.is-active {
  width: 10.8125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-tab__headBtn.is-active {
    width: 28.625rem;
  }
}

.p-tab__headBtn.is-active::after {
  content: "";
  width: 1.25rem;
  height: 0.625rem;
  background: transparent url(../images/common/icon_tab-arrow.webp) no-repeat center center/100%;
  position: absolute;
  bottom: -0.5625rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

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

.p-tab__wrap {
  border-top: 1px solid rgba(0, 0, 0, .2);
}

.p-tab__body {
  display: none;
  padding: 1.625rem 1.25rem 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-tab__body {
    padding: 3rem 3.0625rem 3.375rem;
  }
}

.p-tab__body.is-active {
  display: block;
}

.p-top-about {
  padding-top: 3.1875rem;
  padding-bottom: 4.1875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    padding-top: 5.6875rem;
    padding-bottom: 4.0625rem;
  }
}

.p-top-about::before {
  content: "";
  width: 100%;
  height: 40rem;
  background: transparent url(../images/common/sub-layout-top_sp.webp) no-repeat left top/100%;
  position: absolute;
  top: -3.6875rem;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-top-about::before {
    width: 100%;
    height: 100%;
    background: transparent url(../images/common/sub-layout-top_pc.webp) no-repeat left top/100%;
    top: -10rem;
  }
}

.p-top-about__inner {
  position: relative;
  z-index: 2;
}

.p-top-about__title {
  text-align: center;
}

.p-top-about__wrap {
  margin-top: 2.0625rem;
  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-top-about__wrap {
    margin-top: 3.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.875rem;
  }
}

.p-top-about__img {
  width: 96%;
  margin-right: auto;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-about__img {
    width: 43.828125%;
    margin-right: 0;
    padding-bottom: 0;
  }
}

.p-top-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 360/222;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-about__img img {
    aspect-ratio: 561/473;
  }
}

.p-top-about__swiper-slide {
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}

.p-top-about__swiper-pagination {
  width: auto !important;
  display: inline-block;
  top: auto;
  bottom: -0.375rem !important;
  left: auto !important;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-top-about__swiper-pagination {
    bottom: -1.75rem !important;
  }
}

.p-top-about__swiper-pagination .swiper-pagination-bullet {
  width: 1rem !important;
  height: 0.125rem !important;
  margin: 0 0.15625rem !important;
  background: #C0C0C0;
  border-radius: 20px !important;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-about__swiper-pagination .swiper-pagination-bullet {
    width: 1.0625rem !important;
    height: 0.1875rem !important;
    margin: 0 0.1875rem !important;
  }
}

.p-top-about__swiper-pagination .swiper-pagination-bullet-active {
  width: 2rem !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-top-about__swiper-pagination .swiper-pagination-bullet-active {
    width: 2.0625rem !important;
  }
}

.p-top-about__body {
  width: 82.1333333333%;
  margin-inline: auto;
  margin-top: 1.1875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-about__body {
    width: 32.25rem;
    width: 40.3125%;
    margin-inline: 0;
    margin-top: 0;
    top: -0.4375rem;
  }
}

.p-top-about__read {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-about__read {
    font-size: 2rem;
    line-height: 1.5625;
    word-break: keep-all;
  }
}

.p-top-about__text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-top-about__text {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.p-top-about__btn {
  width: 15rem;
  margin-inline: auto;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__btn {
    margin-inline: 0;
    margin-right: auto;
    margin-top: 1.9375rem;
  }
}

.p-top-about__circle01 {
  width: 4.875rem;
  position: absolute;
  top: 6.625rem;
  left: -1.625rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-about__circle01 {
    width: 10.375rem;
    top: 8.375rem;
    left: -2.625rem;
  }
}

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

.p-top-about__circle02 {
  width: 0.625rem;
  top: 5.875rem;
  left: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__circle02 {
    width: 1.375rem;
    top: 9.5rem;
    left: 9.5rem;
  }
}

.p-top-about__circle03 {
  width: 4.625rem;
  bottom: -0.4375rem;
  right: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__circle03 {
    width: 6.375rem;
    bottom: -1.375rem;
    right: 7.875rem;
  }
}

.p-top-about__circle04 {
  width: 1rem;
  bottom: -0.9375rem;
  right: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__circle04 {
    width: 1.5rem;
    bottom: -4.625rem;
    right: 5.625rem;
  }
}

.p-top-cta {
  padding: 0 0.96875rem;
  position: relative;
  z-index: 3;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-top-cta {
    padding: 0;
  }
}

.p-top-cta--01 {
  margin-top: -12.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-cta--01 {
    margin-top: -8.5rem;
  }
}

.p-top-cta--02 {
  margin-top: -11.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-cta--02 {
    margin-top: -11.375rem;
  }
}

.p-top-cta__inner {
  border-radius: 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-cta__inner {
    width: 85.9375%;
    max-width: 68.75rem;
    margin-inline: auto;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.p-top-cta--01 .p-top-cta__inner {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
}

.p-top-cta--02 .p-top-cta__inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
}

.p-top-cta--02 .p-top-cta__inner::after {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #fff;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-cta--02 .p-top-cta__inner::after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
}

.p-top-cta__body {
  padding: 2rem 0 1.6875rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-cta__body {
    padding: 2.75rem 0 3.25rem;
  }
}

.p-top-cta__body::before {
  content: "";
  width: 3.966875rem;
  height: 8.753125rem;
  background: url(../images/common/cta_character_01.webp) no-repeat center center/100%;
  position: absolute;
  bottom: -1.125rem;
  left: -1.5625rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-cta__body::before {
    width: 7.771875rem;
    height: 17.14875rem;
    bottom: -0.875rem;
    left: -5.4375rem;
  }
}

.p-top-cta__body::after {
  content: "";
  width: 5.3125rem;
  height: 7.8125rem;
  background: url(../images/common/cta_character_02.webp) no-repeat center center/100%;
  position: absolute;
  bottom: -1.125rem;
  right: -2.375rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-cta__body::after {
    width: 10.4375rem;
    width: 15.9047619048%;
    height: 15.375rem;
    bottom: -0.875rem;
    right: -7.1875rem;
  }
}

.p-top-cta__read {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-top-cta__read {
    margin-bottom: 2rem;
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

.p-top-cta__wrap {
  width: 88.6627906977%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-cta__wrap {
    width: auto;
    margin-inline: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1.0625rem;
       -moz-column-gap: 1.0625rem;
            column-gap: 1.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-cta__btn {
    width: 27.625rem;
  }
}

.p-top-faq {
  padding-top: 2.75rem;
  padding-bottom: 10.4375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-faq {
    padding-top: 4.375rem;
    padding-bottom: 9.6875rem;
  }
}

.p-top-faq__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-faq__inner {
    max-width: 53.125rem;
  }
}

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

.p-top-faq__list {
  margin-top: 2.3125rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-faq__list {
    margin-top: 3rem;
    row-gap: 1.125rem;
  }
}

.p-top-fee {
  padding-top: 1.6875rem;
  padding-bottom: 14.75rem;
  background: #F0F3F6;
}
@media screen and (min-width: 768px) {
  .p-top-fee {
    padding-top: 1.8125rem;
    padding-bottom: 16.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-fee__inner {
    max-width: 52.75rem;
  }
}

.p-top-fee__title {
  text-align: center;
}

.p-top-fee__wrap {
  margin-top: 1.25rem;
  padding-top: 1.1875rem;
  padding-bottom: 0.9375rem;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-fee__wrap {
    margin-top: 1.875rem;
    padding-top: 2.625rem;
    padding-bottom: 2.3125rem;
  }
}

.p-top-fee__message {
  display: inline-block;
  padding-left: 2rem;
  padding-right: 1.375rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-fee__message {
    padding-left: 2rem;
    padding-right: 1.375rem;
    font-size: 1.25rem;
  }
}

.p-top-fee__message::before {
  content: "";
  width: 1.1875rem;
  height: 1.3125rem;
  background: transparent url(../images/common/icon_emphasis-left.webp) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.p-top-fee__message::after {
  content: "";
  width: 1.1875rem;
  height: 1.3125rem;
  background: transparent url(../images/common/icon_emphasis-right.webp) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.p-top-fee__read {
  margin-top: 0.375rem;
  font-size: 1.5rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-top-fee__read {
    margin-top: 0.625rem;
    font-size: 1.75rem;
  }
}

.p-top-fee__attention {
  margin-top: 0.4375rem;
  font-size: 0.625rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-fee__attention {
    margin-top: 0.5625rem;
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}

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

.p-top-message__inner {
  padding-right: 0.8125rem;
  padding-left: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-top-message__inner {
    max-width: 59.25rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.p-top-message__wrap {
  padding: 1.3125rem 1.25rem 1.25rem;
  border-radius: 12px;
  background: #fff;
  border: 0.375rem solid rgba(0, 0, 0, .1);
}
@media screen and (min-width: 768px) {
  .p-top-message__wrap {
    padding: 1.4375rem 1.875rem 1.4375rem 2.5625rem;
    border: 0.5rem solid rgba(0, 0, 0, .1);
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-message__img {
  width: 11rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-message__img {
    width: 15.25rem;
    margin-inline: 0;
  }
}

.p-top-message__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 176/129;
}
@media screen and (min-width: 768px) {
  .p-top-message__img img {
    aspect-ratio: 244/178;
  }
}

.p-top-message__body {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-message__body {
    width: 34.5625rem;
    margin-top: 0;
  }
}

.p-top-message__read {
  font-size: 1.625rem;
  text-align: center;
  line-height: 1.4615384615;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-message__read {
    font-size: 1.75rem;
    text-align: left;
  }
}

.p-top-message__read--sm {
  font-size: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-top-message__read--sm {
    font-size: 1.5rem;
  }
}

.p-top-message__text {
  margin-top: 0.625rem;
  padding: 0 0.1875rem;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-message__text {
    margin-top: 0.625rem;
    padding: 0;
    font-size: 0.875rem;
  }
}

.p-top-message__text .u-font-red {
  line-height: 1.5;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-top-message__text .u-font-red:hover {
    opacity: 0.7;
  }
}

.p-top-message__text .u-font-red::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%) 100% 100%/0 1px no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-top-news {
  padding-top: 3.875rem;
  padding-bottom: 3.4375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding-top: 5.875rem;
    padding-bottom: 7.5rem;
  }
}

.p-top-news::after {
  content: "";
  width: 100%;
  height: 31.25rem;
  background: transparent url(../images/common/sub-layout-bottom_sp.webp) no-repeat right bottom/100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-top-news::after {
    height: 34.125rem;
    background: transparent url(../images/common/sub-layout-bottom_pc.webp) no-repeat right bottom/100%;
  }
}

.p-top-news__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-news__inner {
    max-width: 71.9375rem;
  }
}

.p-top-news__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-news__title {
    text-align: left;
  }
}

.p-top-news__title .c-title02 {
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__title .c-title02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}

.p-top-news__title .c-title02__sub {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-news__title .c-title02__sub {
    font-size: 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__title .c-title02__main {
    font-size: 1.25rem;
  }
}

.p-top-news__list {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__list {
    margin-top: 2.625rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
}

.p-top-news__btn {
  width: 16.25rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn {
    margin-top: 3.8125rem;
  }
}

.p-top-news__circle01 {
  width: 7.6875rem;
  bottom: -3.8125rem;
  left: -4.125rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-news__circle01 {
    width: 14.625rem;
    bottom: -4.375rem;
    left: -4rem;
  }
}

.p-top-reason {
  margin-top: -0.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-reason {
    padding-top: 1.75rem;
  }
}

.p-top-reason__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-reason__inner {
    max-width: 65.625rem;
  }
}

.p-top-reason__wrap {
  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-top-reason__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-top-reason__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-reason__title {
    text-align: left;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0.5rem;
    margin-right: auto;
    position: sticky;
    top: 7.5rem;
    left: 0;
  }
}

.p-top-reason__body {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-reason__body {
    width: 44.25rem;
    margin-top: 0;
  }
}

.p-top-reason__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.625rem;
}

.p-top-reason__item {
  padding: 1.0625rem 0.96875rem 1.3125rem;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .2);
  background: #fff;
  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-top-reason__item {
    display: block;
    padding: 2.25rem 2.53125rem 1.875rem 2.53125rem;
  }
}

.p-top-reason__item-head {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-top-reason__item-head {
    display: block;
  }
}

.p-top-reason__item-num {
  display: inline-block;
  font-size: 1.875rem;
  color: #fff;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  position: absolute;
  top: 1.75rem;
  left: 1.4375rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-reason__item-num {
    font-size: 1.875rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
    background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: static;
    top: auto;
    left: auto;
  }
}

.p-top-reason__item-title {
  margin-top: 1rem;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-top-reason__item-title {
    margin-top: 0.25rem;
    font-size: 1.875rem;
    text-align: left;
    line-height: 1.6;
  }
}

.p-top-reason__item-body {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-top-reason__item-body {
    margin-top: 1.375rem;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-reason__item-img {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-top-reason__item-img {
    width: 41.28%;
  }
}

.p-top-reason__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 310/193;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-top-reason__item-img img {
    aspect-ratio: 258/235;
  }
}

.p-top-reason__item-text {
  margin-top: 0.4375rem;
  font-size: 0.875rem;
  line-height: 1.9;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-top-reason__item-text {
    width: 54.88%;
    margin-top: 0;
    font-size: 0.875rem;
  }
}

.p-top-reason__circle01 {
  width: 7.25rem;
  position: absolute;
  top: -1.25rem;
  left: -3.25rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-reason__circle01 {
    width: 16.75rem;
    top: 15.125rem;
    left: -6.375rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-top-reason__circle01 {
    left: calc(50% - 46.375rem);
  }
}

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

.p-top-reason__circle02 {
  width: 0.8125rem;
  top: 5.125rem;
  left: 4rem;
}
@media screen and (min-width: 768px) {
  .p-top-reason__circle02 {
    width: 1.9375rem;
    top: 32rem;
    left: 7.1875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-top-reason__circle02 {
    left: calc(50% - 32.75rem);
  }
}

.p-top-reason__circle03 {
  width: 4.3125rem;
  top: 4.25rem;
  right: -1.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-reason__circle03 {
    width: 6.375rem;
    top: 38.75rem;
    right: -2.125rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-top-reason__circle03 {
    right: calc(50% - 42.25rem);
  }
}

@media screen and (min-width: 768px) {
  .p-top-reason__circle04 {
    width: 13.25rem;
    top: 54.625rem;
    left: 20.75rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-top-reason__circle04 {
    left: calc(50% - 19.125rem);
  }
}

@media screen and (min-width: 768px) {
  .p-top-reason__circle05 {
    width: 1.9375rem;
    bottom: 5.5625rem;
    left: 8.25rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-top-reason__circle05 {
    left: calc(50% - 31.75rem);
  }
}

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

.p-top-recruit::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .38);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-top-recruit__inner {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__inner {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 5.5625rem;
    -webkit-column-gap: 18.9375rem;
       -moz-column-gap: 18.9375rem;
            column-gap: 18.9375rem;
    top: 50%;
  }
}

.p-top-recruit__title {
  display: inline-block;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__title {
    text-align: left;
    top: -1.3125rem;
  }
}

.p-top-recruit__body {
  width: 82.6666666667%;
  margin-inline: auto;
  margin-top: 1.875rem;
  padding: 1.8125rem 0.9375rem 2rem 1.5625rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__body {
    width: 55.8354324097%;
    margin-inline: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 3.75rem 2.5rem 4.25rem 5rem;
  }
}

.p-top-recruit__read {
  font-size: 1.625rem;
  text-align: left;
  line-height: 1.6538461538;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__read {
    font-size: 2.125rem;
    line-height: 1.5294117647;
  }
}

.p-top-recruit__text {
  padding-right: 0.3125rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__text {
    margin-top: 0.8125rem;
    padding-right: 0;
    font-size: 1rem;
  }
}

.p-top-recruit__btn {
  width: 16.25rem;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__btn {
    width: 16.25rem;
    margin-top: 1.625rem;
  }
}

.p-top-recruit__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/592;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__img img {
    aspect-ratio: 1280/675;
  }
}

.p-top-service {
  padding-top: 2.25rem;
  padding-bottom: 15.5625rem;
  background: #F0F3F6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-service {
    padding-top: 5.75rem;
    padding-bottom: 15.75rem;
    background: #F0F3F6 url(../images/top/bg_service_pc.webp) no-repeat center center/cover;
  }
}

.p-top-service__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-service__inner {
    max-width: 65.625rem;
  }
}

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

.p-top-service__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-service__title {
    text-align: left;
  }
}

.p-top-service__read {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-service__read {
    width: 39.875rem;
    margin-top: 0;
    font-size: 1rem;
    top: 0.75rem;
  }
}

.p-top-service__bottom {
  margin-top: 1rem;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .2);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-service__bottom {
    margin-top: 3rem;
  }
}

.p-top-service__tabHead {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.p-top-service__tabBtn {
  padding: 0.9375rem 0;
  text-align: center;
  background: #E4E8ED;
  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;
  row-gap: 0.3125rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-service__tabBtn {
    padding: 1.125rem 0.625rem 0.9375rem;
    row-gap: 0.3125rem;
  }
}

.p-top-service__tabBtn:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, .2);
}

.p-top-service__tabBtn.is-active {
  background: #fff;
}

.p-top-service__tabBtn.is-active::after {
  content: "";
  width: 1.25rem;
  height: 0.625rem;
  background: transparent url(../images/common/icon_tab-arrow.webp) no-repeat center center/100%;
  position: absolute;
  bottom: -0.5625rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .p-service__tabBtn-en {
    font-size: 0.875rem;
    line-height: 1;
    font-family: "Jost", sans-serif;
  }
}

.p-service__tabBtn-ja {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  letter-spacing: 0.04em;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-service__tabBtn-ja {
    font-size: 1.125rem;
  }
}

.p-top-service__tabBtn.is-active .p-service__tabBtn-en,
.p-top-service__tabBtn.is-active .p-service__tabBtn-ja {
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media screen and (min-width: 768px) {
  .js-tab {
    cursor: pointer;
  }
}

.p-top-service__tabWrap {
  border-top: 1px solid rgba(0, 0, 0, .2);
}

.p-top-service__tabBody {
  display: none;
  background: #fff;
}

.p-top-service__tabBody.is-active {
  display: block;
}

.p-top-service__tabInner {
  padding: 1.75rem 0.96875rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__tabInner {
    padding: 2.5rem 3.125rem 3.125rem;
  }
}

.p-top-service__tabBody-title {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-top-service__tabBody-title {
    font-size: 1.25rem;
  }
}

.p-top-service__tabBody-read {
  margin-top: 0.8125rem;
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  line-height: 1.9;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-service__tabBody-read {
    margin-top: 0.75rem;
    margin-bottom: 1.625rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-top-service__tabBody-text {
  margin-top: 0.6875rem;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-service__tabBody-text {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}

.p-top-service__tabBody-wrap {
  margin-top: 0.3125rem;
  margin-bottom: 1.625rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__tabBody-wrap {
    margin-top: 0.3125rem;
    margin-bottom: 2.25rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.p-top-service__tabBody-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 310/198;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-top-service__tabBody-img img {
    aspect-ratio: 438/280;
  }
}

.p-top-service__tabBody-product {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__tabBody-product {
    margin-top: 1rem;
  }
}

.p-top-service__tabBody-check {
  margin-top: 0.9375rem;
  padding: 0.75rem 0.875rem 0.875rem;
  background: #F0F3F6;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .1);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-service__tabBody-check {
    margin-top: 1.0625rem;
    padding: 1.5rem 2.5rem 1.375rem;
  }
}

.p-top-service__tabBody-check::after {
  content: "";
  width: 2.875rem;
  height: 3.25rem;
  background: transparent url(../images/common/check_img.webp) no-repeat center center/100%;
  position: absolute;
  bottom: -1.125rem;
  right: -1.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__tabBody-check::after {
    width: 4.625rem;
    height: 5.3125rem;
    bottom: -1.75rem;
    right: -2.5rem;
  }
}

.p-top-service__tabBody-checkText {
  font-size: 0.9375rem;
  line-height: 1.9;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-service__tabBody-checkText {
    font-size: 1.0625rem;
    line-height: 2;
  }
}

.p-top-service__btn {
  width: 18.875rem;
  margin-inline: auto;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__btn {
    margin-top: 2.375rem;
  }
}

.p-top-store {
  padding-top: 3.25rem;
  padding-bottom: 9.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-store {
    padding-top: 4.625rem;
    padding-bottom: 18.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-store__inner {
    max-width: 58.625rem;
  }
}

.p-top-store__title {
  text-align: center;
}

.p-top-store__wrap {
  margin-top: 1.375rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.375rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-store__wrap {
    margin-top: 2.3125rem;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}

.p-top-store__circle01 {
  width: 5.125rem;
  top: 4.5rem;
  left: -2.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-store__circle01 {
    width: 6.375rem;
    top: 4.5rem;
    left: -2.5625rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-top-store__circle01 {
    left: calc(50% - 42.5rem);
  }
}

.p-top-store__circle02 {
  width: 7.1875rem;
  bottom: 5rem;
  right: -2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-store__circle02 {
    width: 10.375rem;
    bottom: auto;
    top: 37.6%;
    right: -4.75rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-top-store__circle02 {
    right: calc(50% - 44.6875rem);
  }
}

.p-top-store__circle03 {
  width: 0.9375rem;
  bottom: 4.625rem;
  right: 4.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-store__circle03 {
    width: 1.375rem;
    bottom: auto;
    top: 65%;
    right: 5.625rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-top-store__circle03 {
    right: calc(50% - 34.375rem);
  }
}

.p-top-trouble {
  padding-top: 4.5rem;
  padding-bottom: 3.125rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-top-trouble {
    padding-top: 4.125rem;
    padding-bottom: 5.625rem;
  }
}

.p-top-trouble::before {
  content: "";
  width: 7.1875rem;
  height: 3.4375rem;
  background: transparent url(../images/top/trouble_arrow_sp.webp) no-repeat center bottom/100%;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-trouble::before {
    width: 12.0625rem;
    height: 5.8125rem;
    background: transparent url(../images/top/trouble_arrow_pc.webp) no-repeat center bottom/100%;
    bottom: -2.625rem;
  }
}

.p-top-trouble::after {
  content: "";
  width: 100%;
  height: 64.5625rem;
  background: #F0F3F6 url(../images/top/trouble_bg_sp.webp) no-repeat center bottom/100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-top-trouble::after {
    width: 120%;
    height: 54.75rem;
    background: #F0F3F6 url(../images/top/trouble_bg_pc.webp) no-repeat center bottom/100%;
  }
}
@media screen and (min-width: 1151px) {
  .p-top-trouble::after {
    width: 100%;
  }
}

.p-top-trouble__inner {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-top-trouble__inner {
    max-width: 71.9375rem;
  }
}

.p-top-trouble__title {
  padding-bottom: 1.0625rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-trouble__title {
    padding-bottom: 0.8125rem;
  }
}

.p-top-trouble__title::after {
  content: "";
  width: 4rem;
  height: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.p-top-trouble__title-main {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-top-trouble__title-main {
    font-size: 2.25rem;
  }
}

.p-top-trouble__list {
  margin-top: 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;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-trouble__list {
    margin-top: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.9375rem;
  }
}

.p-top-trouble__item {
  min-height: 5rem;
  padding: 0.8125rem 1.0625rem 0.8125rem 3.375rem;
  background: #F0F3F6;
  border-radius: 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-trouble__item {
    width: 22.3125rem;
    min-height: 7.4375rem;
    padding: 1.25rem 1.0625rem 1.25rem 3.375rem;
    padding: 0;
    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-top-trouble__item:nth-child(4),
  .p-top-trouble__item:nth-child(5) {
    width: 24.75rem;
  }
}

.p-top-trouble__item::before {
  content: "";
  width: 1.5625rem;
  height: 1.3125rem;
  background: transparent url(../images/common/icon_check_white.webp) no-repeat center center/100%;
  position: absolute;
  top: 33.75%;
  left: 0.875rem;
  top: 48%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-trouble__item::before {
    width: 1.5625rem;
    height: 1.3125rem;
    top: 0.8125rem;
    left: 0.875rem;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

.p-top-trouble__item-text {
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-trouble__item-text {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.5;
  }
}

.p-top-trouble__body {
  margin-top: 2.4375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-trouble__body {
    margin-top: 3.5625rem;
  }
}

.p-top-trouble__attention {
  display: inline-block;
  padding-left: 1.78125rem;
  padding-right: 1.9375rem;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-trouble__attention {
    padding-left: 1.78125rem;
    padding-right: 1.9375rem;
    font-size: 1.25rem;
  }
}

.p-top-trouble__attention::before {
  content: "";
  width: 1.1875rem;
  height: 1.3125rem;
  background: transparent url(../images/common/icon_emphasis-left.webp) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.p-top-trouble__attention::after {
  content: "";
  width: 1.1875rem;
  height: 1.3125rem;
  background: transparent url(../images/common/icon_emphasis-right.webp) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.p-top-trouble__read {
  margin-top: 0.4375rem;
  font-size: 1.4375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.04em;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-top-trouble__read {
    margin-top: 0.5rem;
    font-size: 1.875rem;
  }
}

.p-top-trouble__read strong {
  font-size: 1.8125rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-top-trouble__read strong {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-trouble__circle01 {
    width: 6.375rem;
    top: 34.4%;
    right: 2.3125rem;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-top-trouble__circle01 {
    right: calc(50% - 37.6875rem);
  }
}

@media screen and (min-width: 768px) {
  .p-top-trouble__circle02 {
    width: 1.125rem;
    top: 53%;
    right: 2.625rem;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-top-trouble__circle02 {
    right: calc(50% - 37.375rem);
  }
}

@media screen and (min-width: 768px) {
  .p-top-trouble__circle03 {
    width: 6.375rem;
    bottom: 5.875rem;
    left: -4.1875rem;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-top-trouble__circle03 {
    left: calc(50% - 44.1875rem);
  }
}

.p-top-voice {
  padding-top: 3.25rem;
  padding-bottom: 7.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-voice {
    padding-top: 8.125rem;
    padding-bottom: 3.75rem;
  }
}

.p-top-voice__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-voice__inner {
    margin-right: 0;
  }
}

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

.p-top-voice__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-voice__title {
    text-align: left;
  }
}

.p-top-voice__read {
  margin-top: 0.875rem;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-voice__read {
    margin-top: 1.3125rem;
    text-align: left;
  }
}

.p-top-voice__bottom {
  margin-top: 2.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-voice__bottom {
    margin-top: 0;
    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-top-voice__slider {
    width: 65.390625%;
    max-width: 72.5rem;
    margin-top: 0.5625rem;
    margin-left: auto;
    margin-right: 0;
  }
}

.p-top-voice__slider-slide {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-voice__slider-slide {
    width: 300px;
  }
}

.swiper-button {
  width: 3.3125rem;
  height: 3.3125rem;
  border-radius: 4px;
  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;
  position: absolute;
  top: auto;
  bottom: -4.25rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .swiper-button {
    top: 17.875rem;
  }
}

.swiper-button::after {
  display: none;
}

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

.swiper-button-prev {
  background: transparent url(../images/common/arrow_slide-prev.webp) no-repeat center center/100%;
  left: 41.8%;
  left: calc(50% - 3.625rem);
}
@media screen and (min-width: 768px) {
  .swiper-button-prev {
    left: 0;
    left: calc(50% - 31.25rem);
  }
}

.swiper-button-next {
  background: transparent url(../images/common/arrow_slide-next.webp) no-repeat center center/100%;
  left: 58%;
  left: calc(50% + 0.25rem);
}
@media screen and (min-width: 768px) {
  .swiper-button-next {
    left: calc(50% - 27.375rem);
  }
}

.p-top-voice__circle01 {
  width: 7.25rem;
  position: absolute;
  top: -1.875rem;
  left: -2.875rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-voice__circle01 {
    width: 16.75rem;
    top: 0;
    left: auto;
    right: -6.375rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-top-voice__circle01 {
    right: calc(50% - 46.125rem);
  }
}

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

.p-top-voice__circle02 {
  width: 0.8125rem;
  top: 4.75rem;
  left: 4.375rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-top-voice__circle02 {
    width: 13.25rem;
    top: auto;
    bottom: -13.5rem;
    left: 10.4375rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .p-top-voice__circle02 {
    left: calc(50% - 29.625rem);
  }
}

.p-top-voice__circle03 {
  width: 4.3125rem;
  top: 5.875rem;
  right: -1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-voice__circle03 {
    display: none;
  }
}

.u-font-red {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.u-layout-circle01 {
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  position: absolute;
}

.u-layout-circle02 {
  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: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1D2F), to(#FF4639));
  background: linear-gradient(to Bottom, #ED1D2F 0%, #FF4639 100%);
  position: absolute;
}

.u-layout-circle02::before {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.u-layout-circle03 {
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  position: absolute;
}

.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 */
