@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "source-han-sans-japanese", sans-serif;
}

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

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

body.drawer-open {
  overflow: hidden;
}

body {
  overflow-x: hidden;
  background: #e8ecef;
}

main {
  overflow-x: hidden;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3793103448vw;
  }
}
@media (min-width: 1160px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

body {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

body.fade-in {
  opacity: 1;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-inner {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1210px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-404 {
  height: 100vh;
  padding-top: 89px;
  padding-top: 5.5625rem;
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
  background: url(../images/common/mv_404_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-404 {
    background: url(../images/common/mv_404.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 11rem;
    padding-bottom: 6rem;
    height: 48rem;
  }
}

.p-404__content {
  border: 3px solid #fff;
  padding-top: 116px;
  padding-top: 7.25rem;
  padding-bottom: 116px;
  padding-bottom: 7.25rem;
  background: rgba(255, 255, 255, .5);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-404__content {
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
  }
}

.p-404__block {
  max-width: 650px;
  max-width: 40.625rem;
  margin-inline: auto;
}

.p-404__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-404__title {
  color: #222;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-404__title {
    font-size: 2.5rem;
  }
}

.p-404__number {
  color: rgba(34, 34, 34, .15);
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 68px;
  font-size: 4.25rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-404__number {
    margin-left: 1.375rem;
    font-size: 8rem;
  }
}

.p-404__text-wrapper {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-404__text-wrapper {
    margin-top: 1.5rem;
  }
}

.p-404__text {
  line-height: 1.6;
  font-weight: 400;
  color: #222;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    font-size: 1.125rem;
  }
}

.p-404__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn-wrapper {
    margin-top: 1.5rem;
  }
}

.p-404__btn {
  background: #6d6d6d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #6d6d6d;
  border-radius: 2.5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 140px;
  width: 8.75rem;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.375rem;
    padding-right: 0.875rem;
    width: 15.625rem;
  }
}

.p-404__btn-text {
  font-weight: 500;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-404__btn-text {
    letter-spacing: 0.1em;
    font-size: 1rem;
  }
}

.p-404__btn:hover {
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-404__btn:hover .p-404__text {
  color: #fff;
}

.p-404__btn svg {
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn svg {
    width: 2rem;
    height: 2rem;
  }
}

.p-404__btn circle,
.p-404__btn path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-404__btn:hover circle {
  fill: #6d6d6d;
  opacity: 1;
}

.p-404__btn:hover path {
  fill: #fff;
}

.p-404__btn:hover .p-404__btn-text {
  color: #6d6d6d;
}

.p-block {
  position: relative;
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-block {
    padding-top: 10rem;
  }
}

.p-block::before {
  position: absolute;
  content: "";
  background: url(../images/common/block_background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 700px;
  width: 43.75rem;
  height: auto;
  aspect-ratio: 1400/980;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -80px;
  top: -5rem;
}
@media screen and (min-width: 768px) {
  .p-block::before {
    top: -12.5rem;
    width: 87.5rem;
  }
}

.p-block__title-wrapper {
  text-align: center;
}

.p-block__title {
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.3773584906;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-block__title {
    font-size: 3.3125rem;
  }
}

.p-block__title span {
  color: #ed1c24;
}

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

.p-block__list + .p-block__list {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-block__list + .p-block__list {
    margin-top: 5rem;
  }
}

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

.p-block__row {
  position: relative;
  background: #fff;
  border-radius: 1.25rem;
  border: 1px solid #ed1c24;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
    padding: 2.5rem;
  }
}

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

.p-block__row::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), color-stop(95%, transparent));
  background: linear-gradient(to bottom, #ed1c24 0%, transparent 95%);
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  top: 0;
  left: 0;
  border-radius: 1.875rem;
  z-index: -1;
}

.p-block__triple-row {
  gap: initial;
  padding: 16px;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-block__triple-row {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.p-block__detail {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-block__detail {
    max-width: 25rem;
  }
}

.p-block__triple-detail {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-block__triple-detail {
    max-width: 13.75rem;
    margin-top: 1.25rem;
  }
}

.p-block__number-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}

.p-block__num {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #ed1c24;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-block__num {
    font-size: 1.625rem;
  }
}

.p-block__num::before {
  position: absolute;
  content: "";
  background: transparent;
  border-radius: 9999px;
  border: 1px solid #ed1c24;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .p-block__num::before {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.p-block__num-all {
  color: #ed1c24;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 6px;
  margin-left: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-block__num-all {
    font-size: 1.125rem;
  }
}

.p-block__red {
  color: #fff;
  font-weight: 700;
  background: #ed1c24;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-block__red {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}

.p-block__list-title {
  color: #222;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.4117647059;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-block__list-title {
    font-size: 1.875rem;
    margin-top: 1.875rem;
  }
}

.p-block__text {
  color: #222;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-block__text {
    margin-top: 1.875rem;
    font-size: 1.125rem;
  }
}

.p-block__img {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .w500 {
    max-width: 31.25rem;
  }
}

@media screen and (min-width: 768px) {
  .w520 {
    max-width: 32.5rem;
  }
}

.p-block__img img,
.p-block__triple-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-block__triple-img {
  width: 100%;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-block__triple-img {
    margin-top: 0;
    margin-top: initial;
    margin-left: 2.5rem;
    max-width: 30rem;
  }
}

.p-block__bottom {
  margin-top: -100px;
  margin-top: -6.25rem;
}
@media screen and (min-width: 768px) {
  .p-block__bottom {
    margin-top: -6.25rem;
  }
}
@media screen and (min-width: 1740px) {
  .p-block__bottom {
    margin-top: -15rem;
  }
}

.p-block__bottom img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media screen and (min-width: 768px) {
  .p-block__triple-right {
    margin-top: 2.5rem;
    margin-left: 1.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-block__triple-text {
  color: #222;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-block__triple-text {
    font-size: min(1.125rem, 1.25vw);
  }
}

.p-block__triple-reason {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-block__triple-reason {
    margin-top: 2.5rem;
  }
}

.p-block__triple-reasonRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  border: 1px solid #ed1c24;
  border-radius: 9999px;
  width: 100%;
}

.p-block__triple-reasonRow + .p-block__triple-reasonRow {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-block__triple-reasonImg {
  min-width: 60px;
  min-width: 3.75rem;
  max-width: 60px;
  max-width: 3.75rem;
  width: 100%;
}

.p-block__triple-reasonImg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-block__triple-reasonText {
  font-weight: 700;
  color: #222;
  letter-spacing: 0.05em;
  line-height: 1.2222222222;
  padding: 6px 16px;
  padding: 0.375rem 1rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-block__triple-reasonText {
    font-size: min(1.125rem, 1.25vw);
  }
}

.p-block__triple-reasonText span {
  color: #ed1c24;
}

.p-breadcrumbs {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-breadcrumbs {
    margin-bottom: 0;
    margin-bottom: initial;
    width: auto;
    width: initial;
    position: absolute;
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
    top: 5.625rem;
    right: auto;
    right: initial;
    left: 7.5rem;
  }
}

.p-breadcrumbs__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-breadcrumbs__lists {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-breadcrumbs__link {
  color: #ed1c24;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: inline-block;
}

.p-breadcrumbs__link--top {
  position: relative;
  text-decoration: underline;
}

.p-concept .p-top-concept__content {
  position: relative;
}

.p-concept .p-top-concept__content::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-top-concept__row {
    margin-top: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-concept__left {
    max-width: 24rem;
    width: 100%;
  }
}

.p-top-concept__subTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #222222;
  background: #fff;
  letter-spacing: 0.05em;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  padding-left: 4px;
  padding-left: 0.25rem;
}

.p-top-concept__subTitle + .p-top-concept__subTitle {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-top-concept__img {
  margin-top: 80px;
  margin-top: 5rem;
  width: 260px;
  width: 16.25rem;
  margin-left: auto;
  margin-right: auto;
}

.p-top-concept__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media screen and (min-width: 768px) {
  .p-top-concept__right {
    margin-left: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-top-concept__text {
  color: #222222;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-top-concept__text + .p-top-concept__text {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-top-concept__message {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.05em;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-contact {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

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

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

.p-double-bg {
  background: url(../images/common/double_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-drawer-icon {
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 9999px;
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  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;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon {
    width: 3.875rem;
    height: 3.875rem;
  }
}

.p-drawer-icon.is-active {
  position: relative;
  z-index: 10001;
  background: #222;
}
.p-drawer-icon.is-active .p-drawer-icon__bars {
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
}
.p-drawer-icon.is-active .p-drawer-icon__bar1 {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.p-drawer-icon.is-active .p-drawer-icon__bar3 {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-drawer-icon__bars {
  position: relative;
  width: 28px;
  width: 1.75rem;
  height: 8px;
  height: 0.5rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bars {
    gap: 0.5rem;
    width: 1.75rem;
    height: 0.75rem;
  }
}

.p-drawer-icon__bar1 {
  height: 2px;
  background: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 20px;
  width: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bar1 {
    width: 1.75rem;
  }
}

.p-drawer-icon__bar3 {
  height: 2px;
  background: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bar3 {
    width: 1.75rem;
  }
}

.p-drawer-content {
  width: 100%;
  height: 100dvh;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: #e8ecef;
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 125px;
  padding-top: 7.8125rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-content {
    padding-top: 0.5rem;
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
  }
}

.p-drawer-content.is-active {
  visibility: visible;
  opacity: 1;
}

.p-drawer-content__items {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100dvh;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__items {
    max-width: 62rem;
    width: 100%;
    padding-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    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;
  }
}

.p-drawer-content__list {
  text-align: center;
}

.p-drawer-content__list + .p-drawer-content__list {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-drawer-content__link {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  font-weight: 500;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.p-faq {
  position: relative;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding-top: 6.25rem;
    padding-bottom: 37.5rem;
  }
}

.p-faq::before {
  position: absolute;
  content: "";
  background: url(../images/common/faq_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1857;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  z-index: -1;
}

.p-faq::after {
  position: absolute;
  content: "";
  background: #ed1c24;
  z-index: -1;
  width: 100%;
  left: 0;
  right: 0;
  top: 177px;
  top: 11.0625rem;
  height: 93%;
}
@media screen and (min-width: 768px) {
  .p-faq::after {
    bottom: 0;
    height: 50%;
    top: auto;
    top: initial;
  }
}

.p-faq__top img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

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

.p-faq__title .c-main-title__ja,
.p-faq__title .c-main-title__en {
  color: #fff;
}

.p-faq__top-text {
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-faq__block {
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq__block {
    margin-top: 6.125rem;
  }
}

.p-flow {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

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

.p-flow__lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  gap: 2.5rem;
  position: relative;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-flow__lists {
    margin-top: 3.75rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-flow__lists::before {
    position: absolute;
    content: "";
    background: #1a1311;
    border-radius: 9999px;
    width: 0.625rem;
    height: 0.625rem;
    top: 45%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .p-flow__lists::after {
    position: absolute;
    content: "";
    background: #1a1311;
    border-radius: 9999px;
    width: 0.625rem;
    height: 0.625rem;
    top: 45%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-flow__list {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-flow__list:nth-child(2)::before {
    position: absolute;
    content: "";
    background: url(../images/common/flow_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 3.75rem;
    height: auto;
    aspect-ratio: 60/240;
    -o-object-fit: cover;
       object-fit: cover;
    top: 44%;
    left: -5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .p-flow__list:nth-child(3)::before {
    position: absolute;
    content: "";
    background: url(../images/common/flow_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 3.75rem;
    height: auto;
    aspect-ratio: 60/240;
    -o-object-fit: cover;
       object-fit: cover;
    top: 44%;
    left: -5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-flow__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #222;
  gap: 12px;
  gap: 0.75rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-flow__top {
    gap: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.p-flow__number {
  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: 9999px;
  background: #ed1c24;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-flow__number {
    width: 5rem;
    height: 5rem;
  }
}

.p-flow__step {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-flow__step {
    font-size: 0.875rem;
  }
}

.p-flow__num {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__num {
    font-size: 2.125rem;
  }
}

.p-flow__img {
  max-width: 140px;
  max-width: 8.75rem;
  width: 100%;
}

.p-flow__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-flow__bottom {
  padding-top: 16px;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-flow__bottom {
    padding-top: 2.5rem;
  }
}

.p-flow__subTitle {
  font-weight: 700;
  color: #222;
  letter-spacing: 0.05em;
  line-height: 1.5769230769;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-flow__subTitle {
    font-size: 1.625rem;
  }
}

.p-flow__text {
  color: #222;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-flow__text {
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
}

.p-flow__btn-wrapper {
  text-align: center;
  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;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.p-flow__btn {
  width: 240px;
  width: 15rem;
  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;
  position: relative;
  height: 60px;
  height: 3.75rem;
  background: #222;
  border-radius: 9999px;
}

.p-flow__icon {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 12/24;
  -o-object-fit: cover;
     object-fit: cover;
  top: 54%;
  left: 6px;
  left: 0.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-flow__btn-text {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-flow__btn-text {
    font-size: 1.125rem;
  }
}

.p-flow__icon--right {
  right: 6px;
  right: 0.375rem;
  left: auto;
  left: initial;
}

.p-footer {
  background: #222;
  overflow: hidden;
  padding-top: 32px;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 3.75rem;
  }
}

.p-footer__inner {
  max-width: 1760px;
  max-width: 110rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-footer__homeLink {
  display: inline-block;
  width: 180px;
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__homeLink {
    width: 15.3125rem;
  }
}

.p-footer__homeLink img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__row {
    margin-top: 3.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;
  }
}

.p-footer__lists {
  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__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
  }
}

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

.p-footer__list + .p-footer__list {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__list + .p-footer__list {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-footer__link {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  display: block;
}

.p-footer__link + .p-footer__link {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__link + .p-footer__link {
    margin-top: 2.5rem;
  }
}

.p-footer__totop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
  gap: 0.8125rem;
  position: relative;
  width: 154px;
  width: 9.625rem;
  margin-left: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__totop {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-footer__totop-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.p-footer__totop-text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__totop-text {
    font-size: 1rem;
  }
}

.p-footer__totop-icon--right {
  right: 0;
  left: auto;
  left: initial;
}

.p-footer__address-wrapper {
  text-align: right;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__address-wrapper {
    margin-top: 10.4375rem;
  }
}

.p-footer__address-text {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-footer__address-link {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
}

.p-footer__small {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__small {
    margin-top: 2.5rem;
  }
}

.p-footer__scroll-text {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .p-footer__scroll-text {
    margin-top: 10rem;
    margin-bottom: -2.5rem;
  }
}

.p-form__row-wrapper {
  position: relative;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  border-top: 1px dotted #222;
}
@media screen and (min-width: 768px) {
  .p-form__row-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-form__row-wrapper:first-child {
  border-top: none;
}

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

.p-form__row + .p-form__row {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-form__dt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__dt-wrapper {
    padding-top: 0.5rem;
    width: 14.375rem;
  }
}

.p-form__dt {
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-form__dt {
    font-size: 1.125rem;
  }
}

.p-form__dt span {
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-form__need {
  color: #fff;
  background: #ed1c24;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  width: 3.4375rem;
  height: 22px;
  height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-form__need {
    font-size: 0.875rem;
  }
}

.p-form__need--black {
  color: #222;
}

.wpcf7-spinner {
  display: none;
}

.p-form__description--radio {
  /* デフォルトのボタン */
  /* チェック前のボタン */
  /* チェック後のボタン */
}
.p-form__description--radio .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .wpcf7-list-item-label {
    font-size: 1.125rem;
  }
}
.p-form__description--radio input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.p-form__description--radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #222;
  border-radius: 9999px; /* ラジオボタンっぽく丸くする */
  content: "";
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .wpcf7-list-item-label::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-form__description--radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #ed1c24; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 5px #fff;
          box-shadow: inset 0 0 0 5px #fff; /* 中心の色のスタイル */
}
.p-form__description--radio .custom-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 18px;
  row-gap: 1.125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .custom-radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.wpcf7-list-item {
  margin-left: 0;
  margin-left: initial;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item {
    margin-right: 0;
    margin-right: initial;
  }
}

.p-form__description {
  font-size: 14px;
  font-size: 0.875rem;
  word-wrap: break-word;
  color: #222;
  padding-top: 0;
  padding-top: initial;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__description {
    margin-top: 0;
    margin-top: initial;
    font-size: 1rem;
    line-height: 1.2;
    width: calc(100% - 14.375rem);
    margin-left: 3.8125rem;
  }
}

.p-form input[type=text],
.p-form input[type=tel],
.p-form input[type=email] {
  width: 100%;
  border: 1px solid #909090;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  border-radius: 0.375rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=tel],
  .p-form input[type=email] {
    font-size: 1.125rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.p-form textarea {
  border: 1px solid #909090;
  width: 100%;
  height: 200px;
  height: 12.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  resize: none;
  border-radius: 0.375rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    height: 12.5rem;
  }
}

.p-form__btn-wrapper {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__btn-wrapper {
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

.p-form__btn-outside {
  position: relative;
  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-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside {
    width: 15rem;
  }
}

.p-form__btn-outside::before {
  position: absolute;
  content: "";
  background: url(../images/common/btn_icon_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6px;
  left: 0.375rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  aspect-ratio: 12/24;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside::before {
    width: 1.5rem;
  }
}

.p-form__btn-outside::after {
  position: absolute;
  content: "";
  background: url(../images/common/btn_icon_white_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 12/24;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  right: 6px;
  right: 0.375rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside::after {
    width: 1.5rem;
  }
}

.p-form__btn input[type=submit] {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 9999px;
  position: relative;
  border: 1px solid #222;
  background: #222;
  font-size: 18px;
  font-size: 1.125rem;
  width: 240px;
  width: 15rem;
  height: 60px;
  height: 3.75rem;
  text-align: center;
  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;
  color: #fff;
}

.p-form__btn input[type=submit]:hover,
.p-form__btn input[type=button]:hover {
  background: rgba(34, 34, 34, .3);
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}

input::-webkit-input-placeholder {
  color: rgba(34, 34, 34, .3);
  line-height: 1.2;
}

input::-moz-placeholder {
  color: rgba(34, 34, 34, .3);
  line-height: 1.2;
}

input::-ms-input-placeholder {
  color: rgba(34, 34, 34, .3);
  line-height: 1.2;
}

input::placeholder {
  color: rgba(34, 34, 34, .3);
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  input::-webkit-input-placeholder {
    font-size: 1.125rem;
  }
  input::-moz-placeholder {
    font-size: 1.125rem;
  }
  input::-ms-input-placeholder {
    font-size: 1.125rem;
  }
  input::placeholder {
    font-size: 1.125rem;
  }
}

.p-form__privacy-wrapper {
  text-align: center;
}

.p-form__privacy-text {
  color: #222;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__privacy-text {
    font-size: 1.125rem;
  }
}

.p-form__privacy-text a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .wpcf7-list-item {
    width: 17.5rem;
  }
}

.p-header {
  height: 88px;
  height: 5.5rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-header.is-active {
  background: #fff;
  height: 60px;
  height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-header.is-active {
    height: 4.375rem;
  }
}

.p-header__inner {
  height: inherit;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.p-header.is-active .p-header__inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-header__home {
  display: inline-block;
  width: 180px;
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__home {
    width: 15.3125rem;
  }
}

.p-header__home img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-left: auto;
    background: #fff;
    border-radius: 9999px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
            filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
    padding-left: 1.6875rem;
    padding-right: 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-header.is-active .p-header__nav {
    padding-top: 0;
    padding-top: initial;
    padding-bottom: 0;
    padding-bottom: initial;
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
    -webkit-filter: initial;
            filter: initial;
    border-radius: 0;
    border-radius: initial;
  }
}

.p-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header__link {
  display: block;
  font-size: min(14px, 0.9722222222vw);
  font-size: min(0.875rem, 0.9722222222vw);
  letter-spacing: 0.05em;
  color: #222;
  font-weight: 700;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid transparent;
}

.p-header__link:hover {
  color: #ed1c24;
  border: 1px solid #ed1c24;
  border-radius: 9999px;
}

.p-header__contact {
  background: #ed1c24;
  border-radius: 9999px;
  width: 160px;
  width: 10rem;
  height: 40px;
  height: 2.5rem;
  text-align: center;
  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;
  position: relative;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.p-header__contact-icon {
  position: absolute;
  left: 4px;
  left: 0.25rem;
  top: 55%;
  width: 16px;
  width: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header__contact-icon svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-header__contact-icon--right {
  left: auto;
  left: initial;
  right: 4px;
  right: 0.25rem;
}

.p-header__contact-text {
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: min(14px, 0.9722222222vw);
  font-size: min(0.875rem, 0.9722222222vw);
}

.p-header__drawer {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-header__drawer {
    display: none;
  }
}

.p-header__list--mega {
  position: relative;
  cursor: pointer;
}

.p-header__link--mega {
  cursor: pointer;
  pointer-events: none;
}

.p-header__mega-lists {
  position: absolute;
  top: 60px;
  top: 3.75rem;
  background: #fff;
  border-radius: 0.625rem;
  padding: 20px;
  padding: 1.25rem;
  width: 220px;
  width: 13.75rem;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
}

.p-header__list--mega:hover .p-header__mega-lists {
  opacity: 1;
  visibility: visible;
}

.p-header__mega-list + .p-header__mega-list {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-header__mega-link {
  font-size: 14px;
  font-size: 0.875rem;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-header__mega-link:hover {
  color: #ed1c24;
}

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

.p-home-topics {
  position: relative;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
}

.p-home-topics__top img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-home-topics__title {
  text-align: center;
}

.p-home-topics__block {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-home-topics__row {
  position: relative;
  border-bottom: 1px dotted #222;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-home-topics__row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-home-topics__row:first-child {
  border-top: 1px dotted #222;
}

.p-home-topics__metaBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__metaBlock {
    width: 15rem;
  }
}

.p-home-topics__time {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #222;
}

.p-home-topics__category {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background: #ed1c24;
  border-radius: 0.25rem;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-home-topics__blockTitle {
  letter-spacing: 0.05em;
  line-height: 1.6111111111;
  color: #222;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__blockTitle {
    margin-top: 0;
    margin-top: initial;
    font-size: 1.125rem;
    width: calc(100% - 12.5rem);
  }
}

.p-home-topics__btn-wrapper {
  text-align: center;
  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;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.p-home-topics__btn {
  width: 240px;
  width: 15rem;
  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;
  position: relative;
  height: 60px;
  height: 3.75rem;
  background: #222;
  border-radius: 9999px;
}

.p-home-topics__icon {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 12/24;
  -o-object-fit: cover;
     object-fit: cover;
  top: 54%;
  left: 6px;
  left: 0.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-home-topics__btn-text {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__btn-text {
    font-size: 1.125rem;
  }
}

.p-home-topics__icon--right {
  right: 6px;
  right: 0.375rem;
  left: auto;
  left: initial;
}

.p-home-topics__pagination {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__pagination {
    margin-top: 5rem;
  }
}

.p-home-topics__lists {
  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;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__lists {
    gap: 0.875rem;
  }
}

.p-home-topics__pagination-link {
  display: inline-block;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  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: 1px solid #222;
  border-radius: 9999px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #222;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-home-topics__pagination-link.current {
  background: #ed1c24;
  color: #fff;
  border: 1px solid #ed1c24;
}

.p-introduce {
  padding-top: 222px;
  padding-top: 13.875rem;
  position: relative;
}

.p-introduce::before {
  position: absolute;
  content: "";
  background: url(../images/common/lab_mv_wave.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  aspect-ratio: 1700/1700;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 850px;
  width: 53.125rem;
  top: -180px;
  top: -11.25rem;
}
@media screen and (min-width: 768px) {
  .p-introduce::before {
    top: -24.375rem;
    width: 106.25rem;
  }
}

.p-introduce__title-wrapper {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-introduce__logo {
  display: inline-block;
  margin-left: auto;
  width: 120px;
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-introduce__logo {
    width: 10.875rem;
  }
}

.p-introduce__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-introduce__title {
  font-weight: 700;
  color: #ed1c24;
  line-height: 1;
  display: inline-block;
  margin-top: 10px;
  margin-top: 0.625rem;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-introduce__title {
    font-size: 3.625rem;
  }
}

.p-introduce__subTitle {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-introduce__subTitle {
    margin-top: 6.25rem;
  }
}

.p-introduce__text-wrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-introduce__text-wrapper {
    margin-top: 3.125rem;
  }
}

.p-introduce__text {
  color: #222;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-introduce__text {
    font-size: 1.25rem;
  }
}

.p-introduce__text + .p-introduce__text {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-introduce__text + .p-introduce__text {
    margin-top: 1.5rem;
  }
}

.p-lab-mv {
  position: relative;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-lab-mv {
    padding-top: 13.75rem;
    padding-bottom: 10rem;
  }
}

.p-lab-mv::before {
  position: absolute;
  content: "";
  background: url(../images/common/lab_mv_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1920px;
  width: 120rem;
  height: auto;
  aspect-ratio: 1920/1578;
  -o-object-fit: cover;
     object-fit: cover;
  top: -320px;
  top: -20rem;
  left: 0;
  z-index: -2;
}

.p-lab-mv::after {
  position: absolute;
  content: "";
  background: url(../images/common/lab_mv_wave.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  aspect-ratio: 1700/1700;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 700px;
  width: 43.75rem;
  top: -200px;
  top: -12.5rem;
}
@media screen and (min-width: 768px) {
  .p-lab-mv::after {
    width: 106.25rem;
    top: -25rem;
  }
}

.p-lab-mv__content {
  position: relative;
}

.p-lab-mv__img1 {
  width: 100%;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-lab-mv__img1 {
    position: absolute;
    top: -5rem;
    left: -46.875rem;
    margin-left: 0;
    margin-left: initial;
    max-width: 53rem;
  }
}

.p-lab-mv__img1 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-lab-mv__detail {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 760px;
  max-width: 47.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.p-lab-mv__detail::before {
  position: absolute;
  content: "";
  background: url(../images/common/lab_left_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 224px;
  width: 14rem;
  height: auto;
  aspect-ratio: 224/200;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 24px;
  bottom: 1.5rem;
  left: -250px;
  left: -15.625rem;
  z-index: 1;
}

.p-lab-mv__detail::after {
  position: absolute;
  content: "";
  background: url(../images/common/lab_right_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 224px;
  width: 14rem;
  height: auto;
  aspect-ratio: 224/218;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 24px;
  bottom: 1.5rem;
  right: -310px;
  right: -19.375rem;
  z-index: 1;
}

.p-lab-mv__detailImg {
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-lab-mv__detailImg {
    margin-top: 0;
    margin-top: initial;
    max-width: 27.5rem;
  }
}

.p-lab-mv__detailImg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-lab-mv__detailBox {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}

.p-lab-mv__detailText-title {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #222;
  line-height: 1.4;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-lab-mv__detailText-title {
    font-size: 2.5rem;
  }
}

.p-lab-mv__detailText-title span {
  color: #ed1c24;
}

.p-lab-mv__detailText {
  color: #222;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-lab-mv__detailText {
    margin-top: 3.75rem;
    font-size: 1.25rem;
  }
}

.p-lab-mv__btn-wrapper {
  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;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-lab-mv__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.p-lab-mv__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  width: 15rem;
  height: 60px;
  height: 3.75rem;
  background-color: #222;
  border-radius: 9999px;
}

.p-lab-mv__btn-icon {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6px;
  left: 0.375rem;
  width: 24px;
  width: 1.5rem;
}

.p-lab-mv__btn-icon svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-lab-mv__btn-text {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-lab-mv__btn-text {
    font-size: 1.125rem;
  }
}

.p-lab-mv__btn-icon--right {
  right: 6px;
  right: 0.375rem;
  left: auto;
  left: initial;
}

.p-lab-mv__img2 {
  width: 100%;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-lab-mv__img2 {
    margin-top: 0;
    margin-top: initial;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    right: -43.75rem;
    top: -5rem;
    position: absolute;
    max-width: 48.4375rem;
  }
}

.p-lab-mv__img2 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-lab-mv__logo {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  width: 7.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lab-mv__logo {
    margin-top: 1.875rem;
    width: 12.875rem;
  }
}

.p-lab-mv__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-linkage {
  background: url(../images/common/linkage_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 300px;
  padding-top: 18.75rem;
  margin-top: -240px;
  margin-top: -15rem;
}
@media screen and (min-width: 768px) {
  .p-linkage {
    padding-top: 30rem;
    margin-top: -21.25rem;
  }
}

.p-linkage__content {
  max-width: 1040px;
  max-width: 65rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.p-linkage__text-wrapper {
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-linkage__text-wrapper {
    margin-top: 3.75rem;
  }
}

.p-linkage__text {
  font-weight: 700;
  color: #222;
  letter-spacing: 0.04em;
  line-height: 1.7777777778;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-linkage__text {
    font-size: 2.25rem;
  }
}

.p-linkage__text span {
  color: #ed1c24;
}

.p-linkage__img {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-linkage__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-mv {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 320px;
  padding-bottom: 20rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv {
    padding-top: 7.5rem;
  }
}

.p-mv__inner {
  max-width: 1665px;
  max-width: 104.0625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-mv__content {
  position: relative;
}

.p-mv__content::before {
  position: absolute;
  content: "";
  background: url(../images/common/mv_img_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  aspect-ratio: 1599/1119;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  width: 800px;
  width: 50rem;
  top: -100px;
  top: -6.25rem;
  left: 40px;
  left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv__content::before {
    width: 99.9375rem;
    top: -16.25rem;
    left: 16.875rem;
  }
}

.p-mv__detail {
  max-width: 540px;
  max-width: 33.75rem;
  width: 100%;
  position: relative;
  z-index: 2;
}

.p-mv__text {
  color: #222;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 4px;
  padding-left: 0.25rem;
  padding-right: 4px;
  padding-right: 0.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    font-size: 2.25rem;
  }
}

.p-mv__text + .p-mv__text {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-mv__text-small {
  color: #222;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 4px;
  padding-left: 0.25rem;
  padding-right: 4px;
  padding-right: 0.25rem;
  line-height: 1;
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv__text-small {
    font-size: 1.625rem;
  }
}

.p-mv__text span {
  color: #ed1c24;
}

.p-mv__title {
  display: inline-block;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    margin-top: initial;
    width: 33.75rem;
    margin-top: 2.5rem;
  }
}

.p-mv__title img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-mv__ja-wrapper {
  display: inline-block;
  position: relative;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv__ja-wrapper {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    margin-top: 1.875rem;
  }
}

.p-mv__icon {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  top: 55%;
  width: 12px;
  width: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv__icon {
    top: 60%;
  }
}

.p-mv__icon svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-mv__ja {
  color: #222222;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-mv__ja {
    font-size: 1.375rem;
  }
}

.p-mv__icon--right {
  right: 0;
  left: auto;
  left: initial;
}

.p-mv__btn-wrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv__btn-wrapper {
    margin-top: 5rem;
  }
}

.p-mv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  width: 15rem;
  height: 60px;
  height: 3.75rem;
  background: #222;
  border-radius: 9999px;
  position: relative;
}

.p-mv__btn-icon {
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6px;
  left: 0.375rem;
}

.p-mv__btn-text {
  color: #ffffff;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-mv__btn-text {
    font-size: 1.125rem;
  }
}

.p-mv__btn-icon--right {
  right: 6px;
  right: 0.375rem;
  left: auto;
  left: initial;
}

.p-mv__img {
  width: 100%;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-mv__img {
    margin-top: 0;
    margin-top: initial;
    max-width: 73.5625rem;
    width: 60%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 30rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-mv__img {
    width: 65%;
  }
}
@media screen and (min-width: 1600px) {
  .p-mv__img {
    width: 100%;
  }
}

.p-mv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-mv__scroll-text {
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-mv__scroll-text {
    margin-top: -1.25rem !important;
  }
}

.p-mv__banner {
  position: fixed;
  z-index: 99999;
  bottom: 20px;
  bottom: 1.25rem;
  right: 20px;
  right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv__banner {
    bottom: 2.5rem;
    right: 2.5rem;
  }
}

.p-mv__banner-link {
  display: inline-block;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="6" dy="6" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .2));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .2));
  width: 240px;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  .p-mv__banner-link {
    width: 27.4375rem;
  }
}

.p-mv__banner-link img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-mv__news-wrapper {
  background: #fff;
  z-index: 2;
  gap: 40px;
  gap: 2.5rem;
  margin-left: calc(50% - 50vw);
  left: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="6" dy="6" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .2));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .2));
  border-top-right-radius: 10px;
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.625rem;
  padding: 16px;
  padding: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-mv__news-wrapper {
    margin-top: 0;
    margin-top: initial;
    position: absolute;
    bottom: -11.25rem;
    padding-left: 3.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-mv__news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}

.p-mv__time {
  font-family: "Poppins", sans-serif;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__time {
    font-size: 1rem;
  }
}

.p-mv__category {
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: #ed1c24;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv__category {
    font-size: 0.875rem;
  }
}

.p-mv__news-title {
  color: #222;
  letter-spacing: 0.05em;
  line-height: 1.6111111111;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv__news-title {
    margin-top: 0;
    margin-top: initial;
    font-size: 1.125rem;
  }
}

.p-mv__new {
  color: #ed1c24;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
}

.p-page-mv {
  position: relative;
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv {
    padding-top: 10rem;
    height: 73.75rem;
  }
}

.p-page-mv::before {
  position: absolute;
  content: "";
  background: url(../images/common/page_mv_circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  aspect-ratio: 1700/1700;
  -o-object-fit: cover;
     object-fit: cover;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 700px;
  width: 43.75rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv::before {
    width: 106.25rem;
  }
}

.p-page-mv::after {
  position: absolute;
  content: "";
  background: url(../images/common/page_mv_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 130vh;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -2;
}
@media screen and (min-width: 1250px) {
  .p-page-mv::after {
    height: 145vh;
  }
}

.p-page-mv__content {
  position: relative;
}

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

.p-page-mv__en {
  width: 100%;
  max-width: 173px;
  max-width: 10.8125rem;
}

.p-page-mv__en img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-page-mv__title-wrapper {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-page-mv__ja {
  font-weight: 700;
  color: #ed1c24;
  letter-spacing: 0.05em;
  line-height: 1;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__ja {
    font-size: 3.5rem;
  }
}

.p-page-mv__ja span {
  color: #ed1c24;
}

.p-page-mv__ja2 {
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #222;
  background: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__ja2 {
    font-size: 3.5rem;
  }
}

.p-page-mv__ja2 span {
  color: #ed1c24;
}

.p-page-mv__ja-black {
  color: #222 !important;
}

.p-page-mv__text-wrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__text-wrapper {
    margin-top: 2.5rem;
  }
}

.p-page-mv__text {
  font-weight: 700;
  color: #222;
  letter-spacing: 0.05em;
  line-height: 1;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__text {
    font-size: 1.75rem;
  }
}

.p-page-mv__text span {
  color: #ed1c24;
}

.p-page-mv__text + .p-page-mv__text {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-page-mv__btn-wrapper {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.p-page-mv__btn {
  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;
  text-align: center;
  background: #222;
  width: 240px;
  width: 15rem;
  height: 60px;
  height: 3.75rem;
  position: relative;
  border-radius: 9999px;
}

.p-page-mv__btn-icon {
  position: absolute;
  top: 54%;
  left: 6px;
  left: 0.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 24/48;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-page-mv__btn-icon svg {
  width: 24px;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 24/48;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-page-mv__btn-text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__btn-text {
    font-size: 1.125rem;
  }
}

.p-page-mv__btn-icon--right {
  left: auto;
  left: initial;
  right: 6px;
  right: 0.375rem;
}

.p-page-mv__img {
  max-width: 540px;
  max-width: 33.75rem;
  width: 100%;
  margin-left: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__img {
    margin-top: 0;
    margin-top: initial;
    padding-right: 3.75rem;
  }
}

.p-page-mv__img--it {
  max-width: 620px;
  max-width: 38.75rem;
  padding-right: 0;
  padding-right: initial;
}

@media screen and (min-width: 768px) {
  .p-page-mv__img--safety {
    margin-left: 4.75rem;
    margin-right: 7.5rem;
    max-width: 30rem;
    padding-right: 0;
    padding-right: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-page-mv__img--sales {
    max-width: 36.25rem;
    padding-right: 3.75rem;
  }
}

.p-page-mv__img--movie {
  padding-right: 0;
  padding-right: initial;
}
@media screen and (min-width: 768px) {
  .p-page-mv__img--movie {
    max-width: 30.3125rem;
    margin-left: 3.5rem;
    margin-right: 3.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-mv__img--recruit {
    margin-right: 3rem;
  }
}

.p-page-mv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-plan {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-plan {
    padding-top: 10rem;
  }
}

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

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

.p-plan__row {
  position: relative;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-plan__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.p-plan__row::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: repeating-linear-gradient(to right, #ed1c24 0, #ed1c24 1px, transparent 1px, transparent 4px);
  height: 1px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  z-index: -1;
}

.p-plan__row::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: repeating-linear-gradient(to right, #ed1c24 0, #ed1c24 1px, transparent 1px, transparent 4px);
  height: 1px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  z-index: -1;
}

.p-plan__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-plan__left {
    max-width: 26.25rem;
  }
}

.p-plan__left-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-plan__left-row {
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-plan__left-row::before {
  position: absolute;
  content: "";
  background: rgba(237, 28, 36, .2);
  width: 100%;
  height: 20px;
  height: 1.25rem;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p-plan__left-title {
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #ed1c24;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-plan__left-title {
    font-size: 2rem;
  }
}

.p-plan__left-en {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ed1c24;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 16px;
  padding-top: 1rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-plan__left-en {
    font-size: 1.0625rem;
  }
}

.p-plan__left-en::before {
  position: absolute;
  content: "";
  background: url(../images/common/main_title_left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 10px;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 10/20;
  -o-object-fit: cover;
     object-fit: cover;
  top: 43%;
  left: 0;
}

.p-plan__left-en::after {
  position: absolute;
  content: "";
  background: url(../images/common/main_title_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 10px;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 10/20;
  -o-object-fit: cover;
     object-fit: cover;
  top: 43%;
  right: 0;
}

.p-plan__img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="40" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(237,28,36,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 40px rgba(237, 28, 36, .2));
          filter: drop-shadow(0 0 40px rgba(237, 28, 36, .2));
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-plan__img {
    margin-top: 2.5rem;
  }
}

.no-shadow {
  -webkit-filter: initial;
          filter: initial;
}

.w300 {
  width: 300px;
  width: 18.75rem;
}

.p-plan__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-plan__right {
  position: relative;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-plan__right {
    margin-top: 0;
    margin-top: initial;
    margin-left: 6.625rem;
    padding-left: 5.625rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-plan__right::before {
    position: absolute;
    top: 0;
    content: "";
    background: repeating-linear-gradient(to bottom, #ed1c24 0, #ed1c24 1px, transparent 1px, transparent 4px);
    left: 0;
    width: 1px;
    height: 100%;
  }
}

.p-plan__dlRow {
  position: relative;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-plan__dlRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-plan__dlRow::before {
  position: absolute;
  content: "";
  background: repeating-linear-gradient(to right, #222 0, #222 1px, transparent 1px, transparent 4px);
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

.p-plan__dlRow:first-child {
  padding-top: 0;
  padding-top: initial;
}

.p-plan__dt {
  color: #ed1c24;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.2777777778;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-plan__dt {
    font-size: 1.125rem;
    width: 5rem;
  }
}

.p-plan__dd {
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #222;
  padding-top: 4px;
  padding-top: 0.25rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-plan__dd {
    font-size: 1.125rem;
    width: calc(100% - 3.75rem);
  }
}

.p-plan__dd span {
  font-weight: 700;
}

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

.p-plan__merit-number {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #ed1c24;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  width: 30px;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-plan__merit-number {
    font-size: 1.125rem;
  }
}

.p-plan__merit-detail {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-plan__merit-detail {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-plan__merit-detailTitle {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #222;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6153846154;
}
@media screen and (min-width: 768px) {
  .p-plan__merit-detailTitle {
    font-size: 1.625rem;
    margin-top: -0.75rem;
  }
}

.p-plan__merit-detailTitle span {
  color: #ed1c24;
}

.p-plan__merit-detailText {
  color: #222;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-plan__merit-detailText {
    font-size: 1.125rem;
    margin-top: 2.5rem;
  }
}

.p-plan__merit-detailText span {
  font-weight: 700;
}

.p-pro {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-pro__img {
  position: relative;
}

/* .p-pro__img::before {
  position: absolute;
  content: "";
  background: url(../images/common/pro_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  aspect-ratio: 1800/1100;
  -o-object-fit: cover;
     object-fit: cover;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  width: 900px;
  width: 56.25rem;
  left: -80px;
  left: -5rem;
} */
@media screen and (min-width: 768px) {
  .p-pro__img::before {
    width: 112.5rem;
    left: -10rem;
  }
}

.p-pro__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-modal {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  overflow-y: scroll;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

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

.p-modal__content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* margin-top: rem(40);
  @include mq(md) {
    margin-top: rem(176);
  } */
}

.p-modal__title-wrapper {
  text-align: center;
}

.p-modal__title {
  color: black;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-modal__title {
    font-size: 2rem;
  }
}

.p-modal__subTitle-wrapper {
  background: sales;
  text-align: center;
  width: 100%;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-modal__subTitle-wrapper {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-top: 4.5rem;
  }
}

.p-modal__subTitle {
  color: white;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-modal__subTitle {
    font-size: 1.625rem;
  }
}

.p-modal__contact {
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-modal__contact {
    margin-top: 3rem;
    width: auto;
    width: initial;
  }
}

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

.p-modal__row + .p-modal__row {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-modal__row + .p-modal__row {
    margin-top: 3rem;
  }
}

.p-modal__row-title {
  background: sales;
  text-align: center;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-modal__row-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 11.25rem;
    display: inline-block;
  }
}

.p-modal__text {
  font-size: 16px;
  font-size: 1rem;
  color: white;
  font-family: second-font-family;
}

.p-modal__description {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-modal__description {
    margin-top: 0;
    margin-top: initial;
    margin-left: 1.5rem;
  }
}

.p-modal__tel {
  color: black;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-modal__tel {
    font-size: 2.375rem;
  }
}

.p-modal__mail {
  color: black;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-modal__mail {
    font-size: 1.625rem;
  }
}

.p-modal__people {
  text-align: center;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-modal__bottom {
  font-size: 18px;
  font-size: 1.125rem;
  color: black;
}

.p-modal__close {
  display: inline-block;
  position: absolute;
  top: 16px;
  top: 1rem;
  right: 16px;
  right: 1rem;
  background: none;
  border: none;
  text-align: center;
  margin-top: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-modal__close {
    top: 2.5rem;
    right: 2.5rem;
  }
}

.close {
  cursor: pointer;
  font-size: 37px;
  font-size: 2.3125rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background: none;
  border: none;
  padding: 0;
}

.p-modal__text {
  color: #222;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 700;
}

.p-modal__text-wrapper {
  background: #fff;
  padding: 24px;
  padding: 1.5rem;
}

.p-problem {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-problem {
    margin-top: -40rem;
    padding-top: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .p-problem--about {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-problem__top img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-problem__content {
  position: relative;
  margin-top: -56px;
  margin-top: -3.5rem;
}
@media screen and (min-width: 768px) {
  .p-problem__content {
    margin-top: -12rem;
  }
}
@media screen and (min-width: 1740px) {
  .p-problem__content {
    margin-top: -18.75rem;
  }
}

.p-problem__content::before {
  position: absolute;
  content: "";
  background: #e8ecef;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 90%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-top-left-radius: 300px;
  border-top-left-radius: 18.75rem;
  border-top-right-radius: 300px;
  border-top-right-radius: 18.75rem;
}
@media screen and (min-width: 1740px) {
  .p-problem__content::before {
    border-top-left-radius: 62.5rem;
    border-top-right-radius: 62.5rem;
  }
}

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

.p-problem__lists {
  display: grid;
  margin-top: 32px;
  margin-top: 2rem;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .p-problem__lists {
    gap: 1rem;
    margin-top: 3.75rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-problem__list-title {
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  font-size: 1.3rem;
}
/* @media screen and (min-width: 768px) {
  .p-problem__list-title {
    font-size: 1.75rem;
  }
} */

.p-problem__img {
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-problem__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

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

.p-problem__detail::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-radius: 9999px;
  top: -24px;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-problem__detail-box {
  background: #fff;
  position: relative;
  padding: 12px;
  padding: 0.75rem;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .p-problem__detail-box {
    padding: 1.25rem;
    border-radius: 1.875rem;
  }
}

.p-problem__detail-box::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border-radius: 9999px;
  top: -10px;
  top: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-problem__detail-box + .p-problem__detail-box {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-problem__detail-text {
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-problem__detail-text {
    font-size: 1.125rem;
  }
}

.p-profile {
  position: relative;
  margin-top: 160px;
  margin-top: 10rem;
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-profile {
    padding-top: 10.1875rem;
    padding-bottom: 11.3125rem;
  }
}

.p-profile::before {
  position: absolute;
  content: "";
  background: url(../images/common/bg_profile_top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/600;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-profile::after {
  position: absolute;
  content: "";
  background: url(../images/common/bg_profile_bottom.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/600;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p-profile__content {
  max-width: 860px;
  max-width: 53.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-profile__title-wrapper {
  text-align: center;
}

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

.p-profile__row {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  position: relative;
  border-bottom: 1px dotted #ed1c24;
}
@media screen and (min-width: 768px) {
  .p-profile__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.p-profile__dt {
  color: #222;
  letter-spacing: 0.05em;
  line-height: 32/18;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-profile__dt {
    font-size: 1.125rem;
    width: 8.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-profile__dd {
    width: calc(100% - 8.75rem);
  }
}

.p-profile__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25/18;
  font-weight: 500;
  color: #222;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-profile__text {
    font-size: 1.125rem;
  }
}

.p-qa__content {
  background: #fff;
  border-radius: 0.375rem;
}

.p-qa__content + .p-qa__content {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-qa__summary {
  color: #fff;
  cursor: pointer;
  position: relative;
  list-style: none;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-qa__summary {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 3.5rem;
  }
}

/* .p-qa__summary::after {
  content: "";
  display: inline-block;
  width: rem(10);
  height: rem(10);
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  right: rem(25);
  transition: all 0.3s ease-out;
  @include mq(md) {
    width: rem(12);
    height: rem(12);
    right: rem(32);
  }
} */
.p-qa__summary:hover::after {
  top: 50%;
}

.p-qa__summary.is-opened::after {
  -webkit-transform: rotate(45deg) translateY(-50%) scale(-1, -1);
          transform: rotate(45deg) translateY(-50%) scale(-1, -1);
  top: 60%;
}
@media screen and (min-width: 768px) {
  .p-qa__summary.is-opened::after {
    top: 55%;
  }
}

.p-qa__summary.is-opened:hover::after {
  top: 55%;
}
@media screen and (min-width: 768px) {
  .p-qa__summary.is-opened:hover::after {
    top: 50%;
  }
}

.p-qa__ttl {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
  padding-right: 40px;
  padding-right: 2.5rem;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-qa__ttl {
    font-size: 1.125rem;
    line-height: 1.4;
    padding-right: 4.125rem;
  }
}

.p-qa__ttl::before {
  content: "Q.";
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #222;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -32px;
  left: -2rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-qa__ttl::before {
    font-size: 1.125rem;
    left: -1.8125rem;
  }
}

.p-qa__ttl span {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-qa__ttl span {
    font-size: 1.25rem;
  }
}

.p-qa__inner {
  overflow: hidden;
  border-top: 1px dotted #222;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-qa__inner {
    padding-right: 6rem;
    padding-left: 3.5rem;
  }
}

.p-qa__wrap {
  padding-top: 18px;
  padding-top: 1.125rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}

.p-qa__txt {
  line-height: 1.5;
  color: #ed1c24;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
}
@media screen and (min-width: 768px) {
  .p-qa__txt {
    font-size: 1.125rem;
  }
}

.p-qa__txt::before {
  content: "A.";
  position: absolute;
  font-weight: 600;
  color: #ed1c24;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  left: -32px;
  left: -2rem;
}
@media screen and (min-width: 768px) {
  .p-qa__txt::before {
    left: -1.6875rem;
    font-size: 1.125rem;
  }
}

.p-qa__toggle {
  position: absolute;
  content: "";
  background: #222;
  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: 9999px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  right: 12px;
  right: 0.75rem;
  top: 16px;
  top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-qa__toggle {
    top: 1.25rem;
    right: 1.25rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-qa__line {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 12px;
  width: 0.75rem;
  height: 2px;
  height: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-qa__line {
    width: 0.875rem;
    height: 0.1875rem;
  }
}

.p-qa__line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-qa__content:open .p-qa__toggle {
  background: #ed1c24;
}

.p-qa__content:open .p-qa__line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-inline: auto;
}

.loop {
  -webkit-animation: loop 60s linear infinite;
          animation: loop 60s linear infinite;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #f2f2f2;
  white-space: nowrap;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .loop {
    width: 170.75rem;
    padding-left: 2rem;
  }
}

.loop2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loop 60s -30s linear infinite;
          animation: loop 60s -30s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.loop img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.mt200 {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .mt200 {
    margin-top: 12.5rem;
  }
}

.mt160 {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .mt160 {
    margin-top: 10rem;
  }
}

.p-single-topics {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.p-single-topics__title {
  border-bottom: 1px solid #222;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  text-align: center;
}
.p-single-topics__main {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main {
    margin-top: 2.5rem;
  }
}

.p-single-topics__main-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-title {
    font-size: 2rem;
  }
}

.p-single-topics__meta {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__meta {
    margin-top: 1.25rem;
  }
}

.p-single-topics__meta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-single-topics__meta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-single-topics__meta-category {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ed1c24;
  border: 1px solid #ed1c24;
  padding: 2px 12px;
  padding: 0.125rem 0.75rem;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-single-topics__meta-category {
    font-size: 1rem;
  }
}

.p-single-topics__meta-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-topics__meta-text {
    font-size: 1.125rem;
  }
}

.p-single-topics__btn-wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
  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;
}
@media screen and (min-width: 768px) {
  .p-single-topics__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.p-single-topics__btn {
  width: 240px;
  width: 15rem;
  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;
  position: relative;
  height: 60px;
  height: 3.75rem;
  background: #222;
  border-radius: 9999px;
}

.p-single-topics__icon {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 12/24;
  -o-object-fit: cover;
     object-fit: cover;
  top: 54%;
  left: 6px;
  left: 0.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-single-topics__btn-text {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__btn-text {
    font-size: 1.125rem;
  }
}

.p-single-topics__icon--right {
  right: 6px;
  right: 0.375rem;
  left: auto;
  left: initial;
}

/* 段落 */
.p-single-topics__main-content p {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  color: #222;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content p {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

/* 見出し */
.p-single-topics__main-content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #222;
  position: relative;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h2 {
    margin-top: 2rem;
    font-size: 2rem;
  }
}

.p-single-topics__main-content h2::before {
  position: absolute;
  content: "";
  background: #222;
  width: 100%;
  height: 2px;
  bottom: -4px;
  bottom: -0.25rem;
  left: 0;
  right: 0;
}

.p-single-topics__main-content h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h3 {
    margin-top: 1.5rem;
    font-size: 1.75rem;
  }
}

.p-single-topics__main-content h3::before {
  position: absolute;
  content: "";
  background: #ed1c24;
  width: 4px;
  width: 0.25rem;
  left: 0;
  top: 0;
  bottom: 0;
}

.p-single-topics__main-content h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h4 {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}

.p-single-topics__main-content h5 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h5 {
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
}

/* リスト */
.p-single-topics__main-content ul {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content ul {
    margin-top: 1rem;
  }
}

.p-single-topics__main-content ul li {
  list-style: disc;
  margin-left: 16px;
  margin-left: 1rem;
}

.p-single-topics__main-content ol {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content ol {
    margin-top: 1rem;
  }
}

.p-single-topics__main-content ol li {
  list-style: decimal;
  margin-left: 16px;
  margin-left: 1rem;
}

/* リンク */
.p-single-topics__main-content a {
  color: #ed1c24;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
}

/* 画像 */
.p-single-topics__main-content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content img {
    margin-top: 1rem;
  }
}

/* 囲み系（Gutenbergブロックでよく出る） */
.p-single-topics__main-content figure {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content figure {
    margin-top: 1rem;
  }
}

.p-single-topics__main-content figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #222;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content figcaption {
    margin-top: 1rem;
  }
}

/* 引用 */
/* テーブル */
.p-single-topics__main-content table {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content table {
    margin-top: 1rem;
  }
}

/* コード */
/* ボタン */
/* キャプション（画像などのキャプションに出る） */
/* スペーサー（余白ブロック） */
/* グループ（グループ化ブロック） */
/* カラム系 */
/* ギャラリー */
.p-top-about {
  position: relative;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
}

/* .p-top-about::before {
  position: absolute;
  content: "";
  background: url(../images/common/about_bg_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 600;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
} */
/* .p-top-about::after {
  position: absolute;
  content: "";
  background: url(../images/common/about_bg_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 600;
  object-fit: cover;
  bottom: 0;
  left: 0;
  z-index: -1;
} */
.p-top-about__content {
  position: relative;
}

.p-top-about__content::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  right: 0;
  left: 0;
  background: url(../images/common/about_bg_center.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-top-about__wrapper {
  position: relative;
}

.p-top-about__wrapper::before {
  position: absolute;
  content: "";
  background: url(../images/common/about_content_bg_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 3842/1201;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-top-about__wrapper::after {
  position: absolute;
  content: "";
  background: url(../images/common/about_content_bg_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 3842/1201;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  left: 0;
  z-index: -1;
}

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

.p-top-about__topText-wrapper {
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__topText-wrapper {
    margin-top: 2.5rem;
  }
}

.p-top-about__text {
  color: #222222;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__text {
    font-size: 1.25rem;
  }
}

.p-top-about__img {
  max-width: 1080px;
  max-width: 67.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__img {
    margin-top: 2.5rem;
  }
}

.p-top-about__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

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

.p-top-about__bottomTitle-wrapper {
  text-align: center;
}

.p-top-about__bottomTitle {
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__bottomTitle {
    font-size: 2.5rem;
  }
}

.p-top-about__bottomTitle span {
  color: #ed1c24;
}

.p-top-about__type {
  max-width: 900px;
  max-width: 56.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__type {
    margin-top: 2.5rem;
  }
}

.p-top-about__typeRow {
  position: relative;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__typeRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.p-top-about__typeRow::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: repeating-linear-gradient(to right, #ed1c24 0, #ed1c24 1px, transparent 1px, transparent 4px);
  height: 1px;
  width: 100%;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__typeRow::before {
    margin-top: 1rem;
  }
}

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

.p-top-about__dt-text {
  position: relative;
  color: #ed1c24;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__dt-text {
    font-size: 1.75rem;
  }
}

.p-top-about__dt-text::before {
  position: absolute;
  content: "";
  background: rgba(237, 28, 36, .2);
  width: 100%;
  height: 8px;
  height: 0.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-about__dt-text::before {
    height: 1rem;
  }
}

.p-top-about__dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__dd {
    margin-top: 0;
    margin-top: initial;
    margin-left: 2.25rem;
    width: calc(100% - 13.125rem);
  }
}

.p-top-about__dd-kind {
  background: #fff;
  color: #ed1c24;
  padding-left: 4px;
  padding-left: 0.25rem;
  padding-right: 4px;
  padding-right: 0.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__dd-kind {
    font-size: 1.375rem;
  }
}

.p-dotted-line {
  border-bottom: 1px dotted #ed1c24;
  width: 100%;
}

.p-top-concept__content {
  position: relative;
}

.p-top-concept__content::before {
  position: absolute;
  content: "";
  background: url(../images/common/top_concept_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  aspect-ratio: 2080/1840;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 800px;
  width: 50rem;
  top: -120px;
  top: -7.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__content::before {
    width: 130rem;
    top: -20rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-concept__row {
    margin-top: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10rem;
  }
}

.p-top-concept__left {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__left {
    margin-top: 0;
    margin-top: initial;
    max-width: 25rem;
    width: 100%;
  }
}

.p-top-concept__subTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #222222;
  background: #fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-left: 4px;
  padding-left: 0.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top-concept__subTitle {
    font-size: 2.5rem;
  }
}

.p-top-concept__subTitle + .p-top-concept__subTitle {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-top-concept__img {
  width: 260px;
  width: 16.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__img {
    margin-top: 5rem;
  }
}

.p-top-concept__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-top-concept__right {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__right {
    margin-top: 0;
    margin-top: initial;
    margin-left: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-top-concept__text {
  color: #222222;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__text {
    font-size: 1.25rem;
  }
}

.p-top-concept__text + .p-top-concept__text {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__text + .p-top-concept__text {
    margin-top: 2rem;
  }
}

.p-top-concept__message {
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__message {
    margin-top: 3.75rem;
    font-size: 2.5rem;
  }
}

.p-top-service {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-service {
    padding-top: 10rem;
  }
}

.p-top-service__block {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__block {
    margin-top: 2.5rem;
    padding-top: 0;
    padding-top: initial;
  }
}

.p-top-service__row {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.p-top-service__row::before {
  position: absolute;
  content: "";
  background: repeating-linear-gradient(to right, #ed1c24 0, #ed1c24 1px, transparent 1px, transparent 4px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .p-top-service__left {
    max-width: 32.5rem;
    width: 100%;
    padding-right: 3.75rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__left::before {
    position: absolute;
    content: "";
    background: repeating-linear-gradient(to bottom, #ed1c24 0, #ed1c24 1px, transparent 1px, transparent 4px);
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

.p-top-service__leftTitle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 768px) {
  .p-top-service__leftTitle-wrapper {
    gap: 1.5rem;
  }
}

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

.p-top-service__leftTitle {
  color: #ed1c24;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-top-service__leftTitle {
    font-size: min(1.9375rem, 2.8181818182vw);
  }
}

.p-top-service__leftTitle::before {
  position: absolute;
  content: "";
  background: rgba(237, 28, 36, .2);
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  right: 0;
  height: 10px;
  height: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__leftTitle::before {
    height: 1.25rem;
  }
}

.p-top-service__leftEn {
  letter-spacing: 0.05em;
  color: #ed1c24;
  line-height: 1;
  font-weight: 700;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__leftEn {
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
}

.p-top-service__leftEn--double {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__leftEn--double {
    margin-top: 3.5rem;
  }
}

.p-top-service__leftEn::before {
  position: absolute;
  content: "";
  background: url(../images/common/main_title_left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 10px;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 10/20;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10px;
  left: -0.625rem;
}

.p-top-service__leftEn::after {
  position: absolute;
  content: "";
  background: url(../images/common/main_title_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 10px;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 10/20;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
  right: -0.625rem;
}

.p-top-service__img {
  width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__img {
    max-width: 21.25rem;
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__img--ml {
    margin-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__img--sales {
    max-width: 26.25rem;
    margin-left: 1rem;
  }
}

.p-top-service__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-top-service__right {
  position: relative;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__right {
    margin-top: 0;
    margin-top: initial;
    padding-left: min(5.625rem, 9vw);
    width: 100%;
  }
}

.p-top-service__rightTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__rightTop {
    gap: 1.5rem;
  }
}

.p-top-service__num {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ed1c24;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-top-service__subTitle {
  color: #222222;
  line-height: 1.6153846154;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__subTitle {
    font-size: 1.5625rem;
  }
}

.p-top-service__text-wrapper {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__text-wrapper {
    margin-top: 2.5rem;
  }
}

.p-top-service__text {
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  color: #222222;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__text {
    font-size: 1.125rem;
  }
}

.p-top-service__text span {
  font-weight: 700;
}

.p-top-service__btn-wrapper {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__btn-wrapper {
    margin-top: 2.5rem;
  }
}

.p-top-service__btn {
  position: relative;
  background: #222;
  border-radius: 9999px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  width: 18.75rem;
  height: 60px;
  height: 3.75rem;
}

.p-top-service__icon {
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6px;
  left: 0.375rem;
  width: 24px;
  width: 1.5rem;
}

.p-top-service__icon--right {
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6px;
  right: 0.375rem;
  width: 24px;
  width: 1.5rem;
  left: auto;
  left: initial;
}

.p-top-service__icon svg {
  aspect-ratio: 24/48;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-top-service__btn-text {
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__btn-text {
    font-size: 1.125rem;
  }
}

.p-top-service__system {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 16px;
  margin-top: 1rem;
  gap: 4px;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__system {
    row-gap: 0.625rem;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    margin-top: 2.5rem;
  }
}

.p-top-service__systemImg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-top-service__systemText {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #222;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__systemText {
    margin-top: 0.375rem;
    font-size: 1rem;
  }
}

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

.p-top-topics {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-topics {
    margin-top: -17.5rem;
  }
}
@media screen and (min-width: 1250px) {
  .p-top-topics {
    margin-top: -21.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-topics::before {
    position: absolute;
    content: "";
    background: #e8ecef;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 0;
    top: 10rem;
  }
}
@media screen and (min-width: 1250px) {
  .p-top-topics::before {
    position: absolute;
    content: "";
    background: #e8ecef;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 0;
    top: 14.375rem;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-topics::before {
    position: absolute;
    content: "";
    background: #e8ecef;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 0;
    top: 22.125rem;
  }
}

.p-top-topics__top img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-top-topics__content {
  margin-top: -40px;
  margin-top: -2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-topics__content {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1250px) {
  .p-top-topics__content {
    margin-top: -2.5rem;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-topics__content {
    margin-top: -30rem;
  }
}

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

.p-top-topics__block {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-top-topics__row {
  position: relative;
  border-bottom: 1px dotted #222;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-top-topics__row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-topics__row:first-child {
  border-top: 1px dotted #222;
}

.p-top-topics__metaBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-topics__metaBlock {
    width: 15rem;
  }
}

.p-top-topics__time {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #222;
}

.p-top-topics__category {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background: #ed1c24;
  border-radius: 0.25rem;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-topics__blockTitle-wrapper {
  width: 100%;
  margin-top: 12px;
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-topics__blockTitle-wrapper {
    margin-top: 0;
    margin-top: initial;
    margin-left: 2.5rem;
    width: calc(100% - 12.5rem);
  }
}

.p-top-topics__blockTitle {
  letter-spacing: 0.05em;
  line-height: 1.6111111111;
  color: #222;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-topics__blockTitle {
    font-size: 1.125rem;
  }
}

.p-top-topics__btn-wrapper {
  text-align: center;
  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;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-topics__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.p-top-topics__btn {
  width: 240px;
  width: 15rem;
  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;
  position: relative;
  height: 60px;
  height: 3.75rem;
  background: #222;
  border-radius: 9999px;
}

.p-top-topics__icon {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 12/24;
  -o-object-fit: cover;
     object-fit: cover;
  top: 54%;
  left: 6px;
  left: 0.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-top-topics__btn-text {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-topics__btn-text {
    font-size: 1.125rem;
  }
}

.p-top-topics__icon--right {
  right: 6px;
  right: 0.375rem;
  left: auto;
  left: initial;
}

.p-top-topics__new {
  color: #ed1c24;
  font-weight: bold;
  margin-left: 8px;
  font-size: 0.9em;
  letter-spacing: 0.05em;
}

.p-top-worries {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-worries {
    padding-top: 16.25rem;
    padding-bottom: 7.5rem;
  }
}

.p-top-worries__content {
  position: relative;
}

.p-top-worries__content::before {
  position: absolute;
  content: "";
  background: url(../images/common/top_worries_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  aspect-ratio: 1400/980;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  width: 700px;
  width: 43.75rem;
  top: 80px;
  top: 5rem;
  left: -160px;
  left: -10rem;
}
@media screen and (min-width: 768px) {
  .p-top-worries__content::before {
    width: 87.5rem;
    top: 10.625rem;
    left: -20rem;
  }
}

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

.p-top-worries__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  gap: 2rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-worries__row {
    margin-top: 3.75rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem;
    max-width: 66.25rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-worries__item:nth-child(even) {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-worries__item:nth-child(even) {
    margin-top: 3.75rem;
  }
}

.p-top-worries__img {
  position: relative;
}

.p-top-worries__item:first-child .p-top-worries__img::before {
  position: absolute;
  content: "01";
  color: #ed1c24;
  top: 0;
  line-height: 1;
  right: 0;
  z-index: 2;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-worries__item:first-child .p-top-worries__img::before {
    font-size: 4.375rem;
  }
}

.p-top-worries__item:nth-child(2) .p-top-worries__img::before {
  position: absolute;
  content: "02";
  font-size: 40px;
  font-size: 2.5rem;
  color: #ed1c24;
  top: 0;
  line-height: 1;
  right: 0;
  z-index: 2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-worries__item:nth-child(2) .p-top-worries__img::before {
    font-size: 4.375rem;
  }
}

.p-top-worries__item:nth-child(3) .p-top-worries__img::before {
  position: absolute;
  content: "03";
  font-size: 40px;
  font-size: 2.5rem;
  color: #ed1c24;
  top: 0;
  line-height: 1;
  right: 0;
  z-index: 2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-worries__item:nth-child(3) .p-top-worries__img::before {
    font-size: 4.375rem;
  }
}

.p-top-worries__item:nth-child(4) .p-top-worries__img::before {
  position: absolute;
  content: "04";
  font-size: 40px;
  font-size: 2.5rem;
  color: #ed1c24;
  top: 0;
  line-height: 1;
  right: 0;
  z-index: 2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-worries__item:nth-child(4) .p-top-worries__img::before {
    font-size: 4.375rem;
  }
}

.p-top-worries__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-top-worries__detail {
  margin-top: -64px;
  margin-top: -4rem;
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.p-top-worries__detailTitle {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ed1c24;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-worries__detailTitle {
    font-size: 1.75rem;
  }
}

.p-top-worries__detailTitle + .p-top-worries__detailTitle {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-top-worries__text {
  color: #222222;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-worries__text {
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
}

.p-update {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-update {
    padding-top: 3.75rem;
    padding-bottom: 10rem;
  }
}

.p-update--about {
  padding-bottom: 0;
  padding-bottom: initial;
  position: relative;
}

.p-update--about::before {
  position: absolute;
  content: "";
  background: url(../images/common/update_wave.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  aspect-ratio: 2323/1626;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 1000px;
  width: 62.5rem;
  top: -140px;
  top: -8.75rem;
}
@media screen and (min-width: 768px) {
  .p-update--about::before {
    top: -18.125rem;
    width: 145.1875rem;
  }
}

.p-update__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-update__row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .p-update__row:nth-child(even) {
    margin-top: -7.5rem;
  }
}

.p-update__img {
  width: 100%;
  max-width: 120px;
  max-width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-update__img {
    max-width: 20.25rem;
  }
}

.p-update__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-update__detail {
  background: #fff;
  border-radius: 9999px;
  position: relative;
  padding: 12px;
  padding: 0.75rem;
  margin-left: -40px;
  margin-left: -2.5rem;
}
@media screen and (min-width: 768px) {
  .p-update__detail {
    padding: 3.125rem;
    margin-left: -5.75rem;
  }
}

.p-update__detail::before {
  position: absolute;
  content: "";
  background: url(../images/common/update_arrow1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  aspect-ratio: 32/30;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  width: 1.25rem;
  left: -16px;
  left: -1rem;
}
@media screen and (min-width: 768px) {
  .p-update__detail::before {
    left: -1.625rem;
    width: 2rem;
  }
}

.p-update__row:nth-child(even) .p-update__detail {
  margin-left: 0;
  margin-left: initial;
  margin-right: -32px;
  margin-right: -2rem;
}
@media screen and (min-width: 768px) {
  .p-update__row:nth-child(even) .p-update__detail {
    margin-right: -5.75rem;
  }
}

.p-update__row:nth-child(even) .p-update__detail::before {
  left: auto;
  left: initial;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  right: -10px;
  right: -0.625rem;
}
@media screen and (min-width: 768px) {
  .p-update__row:nth-child(even) .p-update__detail::before {
    right: -1.625rem;
  }
}

.p-update__text {
  color: #ed1c24;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-update__text {
    font-size: 1.625rem;
  }
}

.p-update-bg {
  background: url(../images/common/page_bottom_sand.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 240px;
  padding-top: 15rem;
  margin-top: -240px;
  margin-top: -15rem;
}
@media screen and (min-width: 768px) {
  .p-update-bg {
    padding-top: 25.125rem;
    margin-top: -21.875rem;
  }
}

.c-main-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #222;
}
@media screen and (min-width: 768px) {
  .c-main-text {
    font-size: 1.125rem;
    line-height: 1.75;
  }
}

.c-main-title__ja {
  color: #ed1c24;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja {
    font-size: 3.75rem;
  }
}

.c-main-title__ja--bold {
  font-weight: 700;
}

.p-introduce__subTitle .c-main-title__ja {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-introduce__subTitle .c-main-title__ja {
    font-size: 3.75rem;
  }
}

.c-main-title__en {
  color: #ed1c24;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  margin-top: 8px;
  margin-top: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-main-title__en {
    font-size: 1.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.c-main-title__en::before {
  position: absolute;
  content: "";
  background: url(../images/common/main_title_left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 12px;
  width: 0.75rem;
  height: auto;
  aspect-ratio: 12/24;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.c-main-title__en::after {
  position: absolute;
  content: "";
  background: url(../images/common/main_title_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 12px;
  width: 0.75rem;
  height: auto;
  aspect-ratio: 12/24;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.c-main-title__en--faq {
  position: relative;
}

.c-main-title__en--faq::before {
  position: absolute;
  content: "";
  background: url(../images/common/main_title_left_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 12px;
  width: 0.75rem;
  height: auto;
  aspect-ratio: 12/24;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.c-main-title__en--faq::after {
  position: absolute;
  content: "";
  background: url(../images/common/main_title_right_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 12px;
  width: 0.75rem;
  height: auto;
  aspect-ratio: 12/24;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
/*# sourceMappingURL=styles.css.map */

/* 20250918 add */
.p-problem__img img {
  border-radius: 10%;
}

.p-problem__list {
  background: #ed1c24;
  border-radius: 20px;
  padding: 15px;
}