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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  max-width: 78.125rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.c-breadcrumbs {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    font-size: 0.875rem;
  }
}
.c-breadcrumbs .mark {
  display: inline-block;
  padding-inline: 0.25rem;
}
.c-breadcrumbs.--blue {
  color: #201C78;
}

.c-btn1 {
  min-width: 20.625rem;
  padding: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0.875rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
  border-radius: 0.9375rem;
}
.c-btn1:after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 0.625rem;
  background: url(../images/common/icon_arrow1.svg) no-repeat center center/contain;
  margin-left: auto;
  -ms-flex-item-align: center;
      align-self: center;
}
.c-btn1 img {
  width: 3.875rem;
  height: auto;
}
.c-btn1.--orange {
  background-color: #F08300;
  color: #fff;
}
.c-btn1.--green {
  background-color: #22BA4F;
  color: #fff;
}
.c-btn1.--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn1.--center .c-btn1__text {
  text-align: center;
}

.c-btn1__text {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-btn1__text strong {
  font-weight: 700;
}

.c-btn2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 0.9375rem;
  min-width: 20.625rem;
  padding: 0 0.8125rem 0.75rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
}

.c-btn2__telBtnNumWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}

.c-btn2__telBtnNumIcon {
  width: 2.875rem;
}
@media screen and (max-width: 768px) {
  .c-btn2__telBtnNumIcon {
    width: 3.125rem;
  }
}

.c-btn2__telBtnNum {
  font-size: 2.0625rem;
  line-height: 1.6060606061;
  font-weight: 700;
  color: #201C78;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-btn2__telBtnNum {
    font-size: 2.0625rem;
    line-height: 1.6060606061;
  }
}

.c-btn2__telBtnInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: cenetr;
      -ms-flex-align: cenetr;
          align-items: cenetr;
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .c-btn2__telBtnInfo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.8125rem;
    margin-top: 0.1875rem;
  }
}

.c-btn2__telBtnInfoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-btn2__telBtnInfoItem .label {
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  background-color: #201C78;
  text-align: center;
  padding: 0 0.3125rem;
  border-radius: 0.5rem;
}
.c-btn2__telBtnInfoItem .value {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 500;
}

.c-btn3 {
  display: inline-block;
  min-width: 17.625rem;
  text-align: center;
  cursor: pointer;
  padding: 0.6875rem 1.25rem;
  border-radius: 3.125rem;
  background-color: #E62389;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .25);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .25);
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-btn3 {
    min-width: 100%;
    font-size: 1.125rem;
  }
}

.c-cat-list {
  margin-top: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  padding: 2.5rem;
  background-color: #F1F2F1;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .1);
  border-radius: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .c-cat-list {
    margin-top: 1.875rem;
    padding: 1.25rem;
    gap: 0.5rem;
    border-radius: 1.25rem;
  }
}

.c-cat-list__link {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #201C78;
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.375rem rgba(0, 0, 0, .25);
          box-shadow: 0.125rem 0.125rem 0.375rem rgba(0, 0, 0, .25);
  -webkit-transition: background-color 0.3s, color 0.3s ease-in-out;
  transition: background-color 0.3s, color 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-cat-list__link {
    padding: 0.5625rem 0.875rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
  }
}
.c-cat-list__link:hover {
  background-color: #201C78;
  color: #fff;
}

.c-cat {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #201C78;
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.375rem rgba(0, 0, 0, .25);
          box-shadow: 0.125rem 0.125rem 0.375rem rgba(0, 0, 0, .25);
  -webkit-transition: background-color 0.3s, color 0.3s ease-in-out;
  transition: background-color 0.3s, color 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-cat {
    padding: 0.5625rem 0.875rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
  }
}

.c-tag {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  border-radius: 1.875rem;
  padding: 0.4375rem 1.375rem;
  background: linear-gradient(94deg, rgba(157, 34, 101, .6) 5.46%, rgba(56, 53, 117, .6) 93.57%), #E62389;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-title1 {
  display: grid;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-title1 {
    gap: 1.5625rem;
  }
}
.c-title1.--blue {
  color: #201C78;
}
.c-title1.--blue .c-title1__en {
  color: #E62389;
}
.c-title1.--blue .c-title1__en:before {
  background: #E62389;
}
.c-title1.--blue .c-title1__ja {
  color: #201C78;
}

.c-title1__en {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-title1__en:before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.125rem;
  -webkit-mask: url(../images/common/title_icon.svg) no-repeat center center/contain;
          mask: url(../images/common/title_icon.svg) no-repeat center center/contain;
  background: #fff;
}

.c-title1__ja {
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-title1__ja {
    font-size: 1.5rem;
  }
}
.c-title1__ja span {
  display: inline-block;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-title1__ja span {
    font-size: 1.125rem;
  }
}

.c-title2 {
  font-size: 2.1875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #201C78;
  padding-left: 1.4375rem;
  border-left: 0.5rem solid #E62389;
}
@media screen and (max-width: 768px) {
  .c-title2 {
    font-size: 1.25rem;
    padding-left: 0.5625rem;
    border-left: 0.375rem solid #E62389;
  }
}

.c-title3 {
  display: grid;
  gap: 1.25rem;
  padding-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-title3 {
    gap: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.c-title3:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.0625rem;
  background: -webkit-gradient(linear, left top, right top, from(#E62389), color-stop(25%, #E62389), color-stop(25%, #201C78), to(#201C78));
  background: linear-gradient(90deg, #E62389 0%, #E62389 25%, #201C78 25%, #201C78 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-title3.--blue {
  color: #201C78;
}
.c-title3.--blue .c-title3__en {
  color: #E62389;
}
.c-title3.--blue .c-title3__en:before {
  background: #E62389;
}
.c-title3.--blue .c-title3__ja {
  color: #201C78;
}
.c-title3.--sm .c-title3__ja {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-title3.--sm .c-title3__ja {
    font-size: 1.5rem;
  }
}

.c-title3__en {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
}

.c-title3__ja {
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-title3__ja {
    font-size: 1.5rem;
  }
}
.c-title3__ja span {
  display: inline-block;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-title3__ja span {
    font-size: 1.125rem;
  }
}

.c-title4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title4 {
    gap: 0.375rem;
  }
}

.c-title4__ja {
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #201C78;
}
@media screen and (max-width: 768px) {
  .c-title4__ja {
    font-size: 1.5rem;
  }
}

.c-title4__en {
  font-size: 1.0625rem;
  line-height: 1.4;
  font-weight: 700;
  color: #E62389;
}
@media screen and (max-width: 768px) {
  .c-title4__en {
    font-size: 0.875rem;
  }
}

.p-access {
  padding-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-access {
    padding-top: 2.8125rem;
  }
}

.p-access__text {
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .p-access__text {
    font-size: 1.0625rem;
  }
}

.p-access__map {
  max-width: 51.5625rem;
  margin: 4.125rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-access__map {
    margin-top: 1.875rem;
  }
}
.p-access__map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 825/505;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-access__map iframe {
    aspect-ratio: 345/266;
  }
}

.p-access__address {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-access__address {
    grid-template-columns: 1fr;
    margin-top: 1.25rem;
  }
}
.p-access__address span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background-color: #E62389;
  border-radius: 0.3125rem;
  padding: 0.125rem 0.3125rem;
}
.p-access__address address {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-style: normal;
}

.p-areaArchive {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-areaArchive {
    padding-bottom: 3.125rem;
  }
}

.p-areaArchive__pref {
  padding-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-areaArchive__pref {
    padding-top: 3.125rem;
  }
}

.p-areaArchive__prefName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4375rem;
  font-size: 2.1875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #201C78;
}
@media screen and (max-width: 768px) {
  .p-areaArchive__prefName {
    font-size: 1.25rem;
    gap: 0.5625rem;
  }
}
.p-areaArchive__prefName::before {
  content: "";
  width: 0.5rem;
  height: 2.75rem;
  background-color: #E62389;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-areaArchive__prefName::before {
    width: 0.375rem;
    height: 1.3125rem;
  }
}

.p-areaArchive__areaList {
  padding: 2.5rem;
  background-color: #F1F2F1;
  border-radius: 1.5625rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .1);
  margin-top: 3.125rem;
  display: grid;
  gap: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-areaArchive__areaList {
    margin-top: 1.875rem;
    padding: 1.25rem;
    gap: 1.875rem;
  }
}

.p-areaArchive__area:empty {
  display: none;
}

.p-areaArchive__areaName {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-areaArchive__areaName {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}

.p-areaArchive__postList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-areaArchive__postList {
    margin-top: 1.25rem;
    gap: 0.5rem;
  }
}

.p-areaArchive__areaName + .p-areaArchive__postList {
  margin-top: 0;
}

.p-areaArchive__area:not(:has(.p-areaArchive__areaName)) .p-areaArchive__postList {
  margin-top: 0;
}

.p-areaArchive__pref:not(:has(.p-areaArchive__areaList)) .p-areaArchive__postList {
  margin-top: 3.125rem;
  padding: 2.5rem;
  background-color: #F1F2F1;
  border-radius: 1.5625rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .1);
}
@media screen and (max-width: 768px) {
  .p-areaArchive__pref:not(:has(.p-areaArchive__areaList)) .p-areaArchive__postList {
    margin-top: 1.875rem;
    padding: 1.25rem;
  }
}

.p-areaArchive__postLink {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #201C78;
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.375rem rgba(0, 0, 0, .25);
          box-shadow: 0.125rem 0.125rem 0.375rem rgba(0, 0, 0, .25);
  -webkit-transition: background-color 0.3s, color 0.3s ease-in-out;
  transition: background-color 0.3s, color 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-areaArchive__postLink {
    padding: 0.5625rem 0.875rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
  }
}
.p-areaArchive__postLink:hover {
  background-color: #201C78;
  color: #fff;
}

.p-areaFaq {
  margin-top: 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-areaFaq {
    margin-top: 4.375rem;
  }
}

.p-areaFaq__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-areaFaq__text {
    font-size: 1.0625rem;
    margin-top: 1.875rem;
    text-align: left;
  }
}

.p-areaFaq__list + .p-areaFaq__list {
  margin-top: 0.9375rem;
}

.p-areaFaq__btn {
  margin-top: 4.375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-areaFaq__btn {
    margin-top: 3.125rem;
  }
}

.p-areaInfo {
  margin-top: 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-areaInfo {
    margin-top: 4.375rem;
  }
}

.p-areaInfo__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-areaInfo__list {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}

.p-areaInfo__item:last-child .p-areaInfo__link, .p-areaInfo__item:nth-last-child(2) .p-areaInfo__link {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .p-areaInfo__item:last-child .p-areaInfo__link, .p-areaInfo__item:nth-last-child(2) .p-areaInfo__link {
    border-bottom: none;
  }
}

.p-areaInfo__link {
  padding-block: 2.25rem;
  border-top: 1px solid #000;
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-areaInfo__link {
    grid-template-columns: 1fr;
    border-top: none;
    border-bottom: 1px solid #000;
    padding-top: 1.875rem;
    padding-bottom: 1.25rem;
  }
}
.p-areaInfo__link:after {
  content: "";
  display: block;
  width: 3.5rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/common/icon_arrow3.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .p-areaInfo__link:after {
    width: 2.375rem;
    margin-left: auto;
  }
}
.p-areaInfo__link:nth-child(n+3) {
  border-bottom: 1px solid #000;
}

.p-areaInfo__thumb {
  max-width: 13.125rem;
}
@media screen and (max-width: 768px) {
  .p-areaInfo__thumb {
    max-width: 100%;
    width: 100%;
  }
}
.p-areaInfo__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 210/140;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-areaInfo__thumb img {
    aspect-ratio: 345/197;
  }
}

.p-areaInfo__body {
  -ms-flex-item-align: start;
      align-self: start;
}
@media screen and (max-width: 768px) {
  .p-areaInfo__body {
    margin-top: 1.25rem;
  }
}

.p-areaInfo__date {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-areaInfo__title {
  margin-top: 1.75rem;
  font-size: 1.1875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-areaInfo__title {
    margin-top: 0.125rem;
  }
}

.p-areaInfo__btn {
  text-align: center;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-areaInfo__btn {
    margin-top: 3.125rem;
  }
}

.p-banner {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-banner {
    padding-bottom: 3.125rem;
  }
}

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

.p-contact {
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-contact {
    margin-top: 1.875rem;
  }
}
.p-contact.--satei {
  margin-top: 1.875rem;
}
.p-contact.--satei .p-contact__form {
  margin-top: 0;
}

.p-contact__inner.l-inner {
  max-width: 53.125rem;
}

.p-contact__link {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}

.p-contact__tel {
  display: block;
  padding: 2.1875rem;
  border: 0.0625rem solid #201C78;
  border-radius: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__tel {
    padding: 1.25rem 0.9375rem;
    border-radius: 1.25rem;
  }
}

.p-contact__telTitle {
  font-size: 1.5625rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__telTitle {
    font-size: 1.25rem;
  }
}

.p-contect__num {
  display: block;
  font-size: 3.625rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #201C78;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-contect__num {
    font-size: 2.6875rem;
    line-height: 1.3488372093;
    margin-top: 0.5rem;
  }
}

.p-contact__timeWrap {
  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: 1.5rem;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .p-contact__timeWrap {
    margin-top: 0.1875rem;
    gap: 0.875rem;
  }
}

.p-contact__timeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-contact__timeLabel {
  display: inline-block;
  font-size-adjust: 0.9375rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 0.0625rem 0.4375rem;
  background-color: #201C78;
  border-radius: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-contact__timeLabel {
    font-size: 0.875rem;
    padding: 0.0625rem 0.375rem;
  }
}

.p-contact__form {
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    margin-top: 3.125rem;
  }
}

.p-contact__text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.p-cta {
  max-width: 68rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.p-cta:has(+ .p-footer) {
  margin-top: 10.625rem;
}
@media screen and (max-width: 768px) {
  .p-cta:has(+ .p-footer) {
    margin-top: 4.375rem;
  }
}

.p-cta__wrap {
  background-color: #E62389;
  border-radius: 1.875rem;
  background: linear-gradient(254deg, #9D2265 35.06%, #383575 95.08%), #D9D9D9;
}
@media screen and (max-width: 768px) {
  .p-cta__wrap {
    border-radius: 1.5625rem;
  }
}

.p-cta__titleEn {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  padding: 1.875rem 1.875rem 1.25rem;
  border-bottom: 0.0625rem dashed #fff;
  padding: 1.875rem 0.9375rem 1.25rem;
}

.p-cta__body {
  padding: 1.875rem 1.875rem 3.5625rem;
}
@media screen and (max-width: 768px) {
  .p-cta__body {
    padding: 1.6875rem 0.75rem 1.875rem;
  }
}

.p-cta__title {
  font-size: 2.125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cta__title {
    font-size: 1.6875rem;
  }
}

.p-cta__text {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-cta__text {
    font-size: 1.0625rem;
    margin-top: 1.25rem;
  }
}

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

.p-cta__btn a {
  height: 100%;
}
.p-cta__btn .c-btn1 {
  min-width: 0;
  min-width: initial;
  width: 100%;
}
.p-cta__btn .c-btn2 {
  min-width: 0;
  min-width: initial;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-cta__btn .c-btn2__telBtnNum {
    font-size: 2.0625rem;
    line-height: 1.6060606061;
  }
}

.p-cta__link {
  margin-top: 3.5625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cta__link {
    margin-top: 1.875rem;
  }
}
.p-cta__link a {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0.5625rem 1.875rem;
  background-color: transparent;
  border-radius: 3.125rem;
  text-align: center;
  border: 0.0625rem solid #fff;
}
@media screen and (max-width: 768px) {
  .p-cta__link a {
    font-size: 1.0625rem;
    padding: 0.6875rem 0.8125rem;
  }
}

.p-areaCta {
  margin-top: 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-areaCta {
    margin-top: 4.375rem;
  }
}

.p-ctaSm {
  position: fixed;
  top: 12.5rem;
  right: 0;
  z-index: 99;
  display: grid;
  gap: 1.1875rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-ctaSm {
    right: auto;
    right: initial;
    left: 50%;
    top: auto;
    top: initial;
    bottom: 0;
    translate: -50% 0;
    width: 100%;
    padding: 0.9375rem 0;
    background-color: #fff;
  }
}

.p-ctaSm__list {
  display: grid;
  gap: 1.1875rem;
}
@media screen and (max-width: 768px) {
  .p-ctaSm__list {
    grid-template-columns: 1fr 1fr;
    gap: 0.5625rem;
    max-width: 97.1830985915%;
    margin-inline: auto;
  }
}

.p-ctaSm__link {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4375rem;
  width: 4.375rem;
  padding: 1.125rem;
  border-radius: 1.25rem 0 0 1.25rem;
  background-color: #F08300;
}
@media screen and (max-width: 768px) {
  .p-ctaSm__link {
    grid-template-columns: auto 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.25rem;
    width: 100%;
    height: 100%;
    padding: 0.25rem 0.3125rem 0.4375rem;
    border-radius: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-ctaSm__link:after {
    content: "";
    display: block;
    width: 0.75rem;
    height: 0.375rem;
    background: url(../images/common/cta_arrow.svg) no-repeat center center/contain;
    margin-left: auto;
  }
}
.p-ctaSm__link.--line {
  background-color: #22BA4F;
}
@media screen and (max-width: 768px) {
  .p-ctaSm__link.--line .p-ctaSm__text {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-ctaSm__link.--line .p-ctaSm__text strong {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  .p-ctaSm__icon {
    width: 2.0625rem;
  }
}

.p-ctaSm__text {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-ctaSm__text {
    font-size: 0.9375rem;
    line-height: 1.8666666667;
  }
}
.p-ctaSm__text .u-mobile {
  font-size: 0.8125rem;
  line-height: 1;
}

.p-ctaSm__link.--line .p-ctaSm__text {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-ctaSm__link.--line .p-ctaSm__text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.p-faq__list {
  display: grid;
  gap: 0.9375rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-faq__list {
    margin-top: 1.5rem;
  }
}

.p-faqArchive {
  margin-block: 6.25rem;
}

.p-faqArchive__section:not(:first-child) {
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-faqArchive__section:not(:first-child) {
    margin-top: 3.125rem;
  }
}

.p-faqArchive__catTitle {
  margin: 0;
  padding-left: 1rem;
  border-left: 0.5rem solid #E62389;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #201C78;
}
@media screen and (max-width: 768px) {
  .p-faqArchive__catTitle {
    padding-left: 0.75rem;
    border-left-width: 0.375rem;
    font-size: 1.25rem;
  }
}

.p-faqArchive__section .p-faq__list {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-faqArchive__section .p-faq__list {
    margin-top: 1.875rem;
  }
}

.p-faq__item {
  border-radius: 1.25rem;
  overflow: hidden;
  border: 0.125rem solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}
.p-faq__item.is-open {
  border-color: #201C78;
}

.p-faq__headerWrap {
  background-color: #201C78;
}

.p-faq__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  width: 100%;
  padding: 1.5625rem;
  border: none;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .p-faq__header {
    padding: 0.9375rem 0.75rem;
    font-size: 0.875rem;
    gap: 0.75rem;
  }
}
.p-faq__header:hover {
  opacity: 0.95;
}

.p-faq__badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  background-color: #E62389;
  color: #201C78;
  font-size: 1.5625rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-faq__badge {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
  }
}

.p-faq__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-faq__title {
    font-size: 1.125rem;
  }
}

.p-faq__chevron {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.375rem;
  height: 0.6875rem;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and (max-width: 768px) {
  .p-faq__chevron {
    width: 1.0625rem;
    height: 0.5rem;
  }
}

.p-faq__item:not(.is-open) .p-faq__chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-faq__body {
  background-color: #fff;
}

.p-faq__bodyContent {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1rem;
  padding: 1.5rem 1.5rem 1.5rem 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-faq__bodyContent {
    padding: 0.75rem 1.8125rem 1.125rem 0.6875rem;
    gap: 0.75rem;
  }
}

.p-faq__bodyInner {
  min-width: 0;
}

.p-faq__text {
  margin-top: 0.875rem;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-faq__text {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}
.p-faq__text ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-faq__text ul {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.p-faq__text ul li {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-faq__text ul li > ul {
  list-style: circle;
  padding-left: 1.5rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-faq__text ul li > ul {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}
.p-faq__text ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-faq__text ol {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .p-faq__text ol li {
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .p-faq__text ol li > ol {
    list-style: lower-roman;
    padding-left: 1.5rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-faq__text ol li > ol {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}
.p-faq__text p:empty {
  min-height: 1em;
  margin-top: 0;
}

.p-faq__body .p-faq__badge--a {
  margin-top: 0.125rem;
}

.p-topFaq__btn {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-topFaq__btn {
    margin-top: 2.5rem;
  }
}

.p-flow__list {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-flow__list {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
    margin-top: 1.875rem;
  }
}

.p-flow__item {
  padding: 1.375rem 1.5625rem;
  background-color: #fff;
  border-radius: 1.5625rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .1);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  counter-increment: flow-item;
}
@media screen and (max-width: 768px) {
  .p-flow__item {
    border-radius: 1.25rem;
  }
}

.p-flow__num {
  display: inline-block;
  width: 6.25rem;
  margin-inline: auto;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0.375rem 1.1875rem;
  border-radius: 1rem;
  background: linear-gradient(94deg, rgba(157, 34, 101, .6) 5.46%, rgba(56, 53, 117, .6) 93.57%), #E62389;
}
.p-flow__num:after {
  content: counter(flow-item, decimal-leading-zero);
  margin-left: 0.5em;
}

.p-flow__titleSm {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-top: 0.6875rem;
  margin-bottom: 1.25rem;
}

.p-flow__text {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
}

.p-flow__btn {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-flow__btn {
    margin-top: 2.5rem;
  }
}

.p-footer {
  padding-top: 12.75rem;
  padding-bottom: 2.75rem;
  background-color: #110F3B;
  border-radius: 3.125rem 3.125rem 0 0;
  margin-top: -8.9375rem;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding-bottom: 2.8125rem;
  }
}
.p-footer.--cta-hidden {
  margin-top: 10.625rem;
  padding-top: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .p-footer.--cta-hidden {
    padding-top: 1.75rem;
    margin-top: 4.375rem;
  }
}
@media screen and (max-width: 768px) {
  body:has(.p-ctaSm) .p-footer {
    padding-bottom: 7.5rem;
  }
}

.p-footer__contents {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-footer__contents {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

.p-footer__logo {
  width: 18.5rem;
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    margin-inline: auto;
  }
}

.p-footer__nav {
  margin-top: 2.625rem;
}
@media screen and (max-width: 768px) {
  .p-footer__nav {
    margin-top: 0.9375rem;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: centetr;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 80.8695652174%;
    margin-inline: auto;
  }
}

.p-footer__navListItem {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-footer__navListItem {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__navListItem:nth-child(2n+1):not(:last-child) a:after {
    content: "|";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
  }
}

.p-footer__navListLink {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 3.2;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-footer__navListLink {
    padding-inline: 0.625rem;
    line-height: 2.4;
  }
}

.p-footer__areaTitle {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-footer__areaTitle {
    text-align: center;
  }
}

.p-footer__areaList {
  margin-top: 2.0625rem;
  display: grid;
  gap: 1.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-footer__areaList {
    grid-template-columns: repeat(2, 1fr);
    max-width: 14.5rem;
    gap: 0.9375rem 1.875rem;
    margin-inline: auto;
    margin-top: 1.25rem;
  }
}
.p-footer__areaList .p-footer__areaCatItem:hover .p-footer__areaPostWrap {
  visibility: visible;
  opacity: 1;
  display: block;
}

.p-footer__areaCatItem {
  position: relative;
}
.p-footer__areaCatItem .p-footer__areaPostWrap:has(.p-footer__areaPostList:empty) {
  display: none;
}
.p-footer__areaCatItem .p-footer__areaPostWrap {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 2.6875rem;
  translate: 0 90%;
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .25);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .25);
  padding: 0.4375rem 1.25rem 1.125rem;
  width: 19.6875rem;
  z-index: 1;
}
.p-footer__areaCatItem .p-footer__areaPostWrap .p-footer__areaPostLink {
  color: #000;
}
.p-footer__areaCatItem .p-footer__areaPostLink {
  color: #000;
  border-bottom: 1px solid #000;
}
.p-footer__areaCatItem .p-footer__areaPostLink:after {
  -webkit-mask: url("../images/common/icon_arrow4.svg") no-repeat center center/contain;
          mask: url("../images/common/icon_arrow4.svg") no-repeat center center/contain;
  background-color: #000;
}

.p-footer__areaItem {
  display: grid;
  grid-template-columns: 1fr;
}
.p-footer__areaItem:not(:has(.p-footer__areaCat)) {
  grid-template-columns: auto 1fr;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-footer__areaItem:not(:has(.p-footer__areaCat)) {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-footer__areaItem:not(:has(.p-footer__areaCat)) .p-footer__areaPostWrap {
  visibility: visible;
  opacity: 1;
  display: block;
  position: static;
}

.p-footer__areaParent {
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-footer__areaParent {
    font-size: 1.0625rem;
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__areaParent:after {
    content: "";
    display: block;
    width: 0.625rem;
    height: 0.3125rem;
    background: url("../images/common/icon_arrow4.svg") no-repeat center center/contain;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-footer__areaParent:after {
    rotate: -90deg;
  }
}

.p-footer__areaCat {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5625rem 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-footer__areaCat {
    display: none;
  }
}

.p-footer__areaCatLink {
  font-size: 0.875rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-footer__areaCatLink:after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.3125rem;
  background: url("../images/common/icon_arrow4.svg") no-repeat center center/contain;
}

.p-footer__areaPostList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-footer__areaPostList {
    display: none;
  }
}

.p-footer__areaPostLink {
  font-size: 0.875rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid #fff;
}
.p-footer__areaPostLink:after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.3125rem;
  -webkit-mask: url("../images/common/icon_arrow4.svg") no-repeat center center/contain;
          mask: url("../images/common/icon_arrow4.svg") no-repeat center center/contain;
  background-color: #fff;
  rotate: -90deg;
}

.p-footer__dataList {
  margin-top: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-footer__dataList {
    height: auto;
  }
}

.p-footer__dataListItem {
  height: auto;
}
.p-footer__dataListItem a {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  padding: 0.4375rem 1.25rem;
  border: 1px solid #fff;
  border-radius: 3.125rem;
}
.p-footer__dataListItem a:after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.8125rem;
  background: url("../images/common/icon_dl.svg") no-repeat center center/contain;
}

.p-footer__copy {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: right;
  margin-top: 2.75rem;
}
@media screen and (max-width: 768px) {
  .p-footer__copy {
    margin-top: 1.875rem;
    text-align: center;
  }
}

.p-form {
  width: 100%;
  max-width: 50rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-form {
    margin-top: 3.125rem;
  }
}
.p-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.5rem;
}
.p-form .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  margin-top: 0.625rem;
  color: #c00;
}
.p-form .wpcf7-response-output {
  margin: 1.25rem 0 0;
  padding: 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}
.p-form .wpcf7-spinner {
  display: none;
}

.p-form__fields {
  display: grid;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-form__fields {
    gap: 1.25rem;
  }
}

.p-form__row {
  margin: 0;
}

.p-form__label {
  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: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.p-form__required {
  font-size: 0.625rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  background-color: #f00;
  padding: 0.125rem 0.25rem;
}

.p-form__optional {
  font-size: 0.625rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  background-color: #999999;
  padding: 0.125rem 0.25rem;
}

.p-form__input,
.p-form__select,
.p-form__textarea {
  width: 100%;
  padding: 1.25rem 0.625rem;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-form__input,
  .p-form__select,
  .p-form__textarea {
    padding: 0.9375rem 0.625rem;
    font-size: 1rem;
  }
}
.p-form__input::-webkit-input-placeholder,
.p-form__select::-webkit-input-placeholder,
.p-form__textarea::-webkit-input-placeholder {
  color: rgba(10, 10, 10, .5);
}
.p-form__input::-moz-placeholder,
.p-form__select::-moz-placeholder,
.p-form__textarea::-moz-placeholder {
  color: rgba(10, 10, 10, .5);
}
.p-form__input::-ms-input-placeholder,
.p-form__select::-ms-input-placeholder,
.p-form__textarea::-ms-input-placeholder {
  color: rgba(10, 10, 10, .5);
}
.p-form__input::placeholder,
.p-form__select::placeholder,
.p-form__textarea::placeholder {
  color: rgba(10, 10, 10, .5);
}
.p-form__input:focus,
.p-form__select:focus,
.p-form__textarea:focus {
  outline: none;
  border-color: #201C78;
  -webkit-box-shadow: 0 0 0 2px rgba(32, 28, 120, .15);
          box-shadow: 0 0 0 2px rgba(32, 28, 120, .15);
}

.p-form__select {
  cursor: pointer;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 768px) {
  .p-form__select {
    padding-right: 2.25rem;
  }
}

.p-form__textarea {
  height: 11.25rem;
  resize: vertical;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .p-form__textarea {
    height: 11.625rem;
  }
}

.p-form__fileStack {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.p-form__file {
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: rgba(10, 10, 10, .85);
}
@media screen and (max-width: 768px) {
  .p-form__file {
    font-size: 0.875rem;
  }
}

.p-form__file::file-selector-button,
.p-form__file::-webkit-file-upload-button {
  flex-shrink: 0;
  width: auto;
  min-width: 8.75rem;
  margin-right: 0.75rem;
  padding: 1.375rem 1rem;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0.625rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-form__file::file-selector-button,
  .p-form__file::-webkit-file-upload-button {
    padding: 0.9375rem 0.75rem;
    font-size: 1rem;
  }
}

.p-form__note {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
  color: rgba(10, 10, 10, .75);
}
@media screen and (max-width: 768px) {
  .p-form__note {
    font-size: 0.8125rem;
  }
}

.p-form__submit {
  margin-top: 0.5rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-radius: 3.125rem;
  background-color: #E62389;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .25);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .25);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-form__submit {
    width: 100%;
  }
}

.p-form__submitBtn {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.6875rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background: transparent;
  border: none;
  outline: none;
}
@media screen and (max-width: 768px) {
  .p-form__submitBtn {
    font-size: 1.125rem;
  }
}
.p-form__submitBtn:hover {
  opacity: 0.92;
}
.p-form__submitBtn:active {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}

.p-fv-form {
  border-radius: 1.375rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .25);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .25);
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, .85);
  max-width: 27.5rem;
  padding: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-fv-form {
    max-width: 100%;
    padding: 1.25rem;
  }
}
.p-fv-form:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.375rem;
  -webkit-box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, .2);
          box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, .2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-fv-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.375rem;
}
.p-fv-form .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  color: #c00;
}
.p-fv-form .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 0.625rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}

.p-fv-form__header {
  text-align: center;
}

.p-fv-form__catch {
  font-size: 1.375rem;
  font-weight: 700;
  color: #201C78;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-fv-form__catch {
    font-size: 1.25rem;
  }
}

.p-fv-form__title {
  font-size: 1.5625rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.5625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-fv-form__title {
    font-size: 1.5rem;
  }
}

.p-fv-form__note {
  font-size: 0.6875rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.375rem;
}
@media screen and (max-width: 768px) {
  .p-fv-form__note {
    font-size: 0.875rem;
  }
}

.p-fv-form__body {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-fv-form__body {
    margin-top: 1.25rem;
  }
}

.p-fv-form__fields {
  display: grid;
  gap: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-fv-form__fields {
    gap: 0.6875rem;
  }
}

.p-fv-form__wrap {
  display: grid;
  grid-template-columns: 11.5rem 11.5rem;
  gap: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .p-fv-form__wrap {
    grid-template-columns: 1fr;
    gap: 0.6875rem;
  }
}

.p-fv-form__row {
  margin: 0;
}

.p-fv-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}

.p-fv-form__required {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  background-color: #FF0000;
  padding: 0.125rem 0.25rem;
  text-align: center;
}

.p-fv-form__optional {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  background-color: #999999;
  padding: 0.125rem 0.25rem;
  text-align: center;
}

.p-fv-form__select,
.p-fv-form__input,
.p-fv-form__textarea {
  width: 100%;
  padding: 0.5rem 0.625rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  background-image: none;
}
@media screen and (max-width: 768px) {
  .p-fv-form__select,
  .p-fv-form__input,
  .p-fv-form__textarea {
    font-size: 0.875rem;
  }
}
.p-fv-form__select::-webkit-input-placeholder,
.p-fv-form__input::-webkit-input-placeholder,
.p-fv-form__textarea::-webkit-input-placeholder {
  color: #999;
}
.p-fv-form__select::-moz-placeholder,
.p-fv-form__input::-moz-placeholder,
.p-fv-form__textarea::-moz-placeholder {
  color: #999;
}
.p-fv-form__select::-ms-input-placeholder,
.p-fv-form__input::-ms-input-placeholder,
.p-fv-form__textarea::-ms-input-placeholder {
  color: #999;
}
.p-fv-form__select::placeholder,
.p-fv-form__input::placeholder,
.p-fv-form__textarea::placeholder {
  color: #999;
}
.p-fv-form__select:focus,
.p-fv-form__input:focus,
.p-fv-form__textarea:focus {
  outline: none;
  border-color: #201C78;
  -webkit-box-shadow: 0 0 0 2px rgba(32, 28, 120, .2);
          box-shadow: 0 0 0 2px rgba(32, 28, 120, .2);
}

.p-fv-form__select {
  cursor: pointer;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-fv-form__textarea {
  padding: 0.75rem;
  min-height: 6.25rem;
  resize: vertical;
}

.p-fv-form__file {
  font-size: 0;
  width: 100%;
}

.p-fv-form__file::file-selector-button,
.p-fv-form__file::-webkit-file-upload-button {
  width: 100%;
  padding: 0.5rem 0.625rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0.5rem;
  -webkit-appearance: auto;
          appearance: auto;
  background-image: none;
}
@media screen and (max-width: 768px) {
  .p-fv-form__file::file-selector-button,
  .p-fv-form__file::-webkit-file-upload-button {
    text-align: left;
    font-size: 0.875rem;
  }
}

.codedropz-upload-handler {
  border: none;
  background: transparent;
  padding: 0;
  min-height: 0;
}

.codedropz-upload-container {
  padding: 0;
}

.codedropz-upload-inner {
  padding: 0;
  border: none;
  background: transparent;
  min-height: 0;
  text-align: center;
}
.codedropz-upload-inner h3,
.codedropz-upload-inner > span {
  display: none;
}

.codedropz-btn-wrap {
  margin: 0;
}

.cd-upload-btn {
  display: inline-block;
  width: auto;
  min-width: 11.5rem;
  padding: 0.5rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0.625rem;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
  border-radius: 0.375rem;
}
@media screen and (max-width: 768px) {
  .cd-upload-btn {
    width: 100%;
  }
}

.dnd-upload-counter {
  display: none;
}

.dnd-upload-details {
  overflow: auto;
  padding: 0 !important;
  width: 100%;
}
.dnd-upload-details::-webkit-scrollbar {
  display: none;
}
.dnd-upload-details::-webkit-scrollbar-track {
  display: none;
}
.dnd-upload-details::-webkit-scrollbar-thumb {
  display: none;
}
.dnd-upload-details::-webkit-scrollbar-thumb:hover {
  display: none;
}
.dnd-upload-details .name {
  font-size: 0.75rem;
  padding: 0 !important;
}
.dnd-upload-details .has-error {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #c00 !important;
  display: inline-block;
}

.dnd-progress-bar {
  display: none !important;
}

.dnd-upload-image {
  display: none;
}

.dnd-upload-status {
  padding: 0 !important;
}

.dnd-upload-status .dnd-upload-details .remove-file {
  top: 2px;
}

.p-fv-form__submit {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-fv-form__submit {
    margin-top: 1.75rem;
  }
}

.p-fv-form__submitBtn {
  display: block;
  width: 15.125rem;
  padding: 0.5625rem 1.5rem;
  font-size: 1.1875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background-color: #F08300;
  border: none;
  border-radius: 3.125rem;
  cursor: pointer;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.1s;
  transition: opacity 0.2s, -webkit-transform 0.1s;
  transition: opacity 0.2s, transform 0.1s;
  transition: opacity 0.2s, transform 0.1s, -webkit-transform 0.1s;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-fv-form__submitBtn {
    border-radius: 0.625rem;
    width: 100%;
  }
}
.p-fv-form__submitBtn:hover {
  opacity: 0.95;
}
.p-fv-form__submitBtn:active {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}

.p-fv {
  position: relative;
  overflow: hidden;
  margin-top: 5.8125rem;
}
@media screen and (max-width: 768px) {
  .p-fv {
    margin-top: 3.125rem;
  }
}

.p-fv__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 27.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.375rem;
  padding-block: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-fv__inner {
    padding-block: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.p-fv__img {
  width: 100vw;
  max-width: none;
  max-width: initial;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-fv__img {
    left: -0.9375rem;
  }
}
.p-fv__img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(264deg, rgba(231, 22, 133, .6) 8.1%, rgba(21, 31, 138, .6) 90.09%);
  position: absolute;
  top: 0;
  left: 0;
}
.p-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__content {
  width: 42.6875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fv__content {
    width: 100%;
    padding-block: 1.25rem;
    max-width: 21.5625rem;
  }
}
.p-fv__content > *:not(.p-fv__img) {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-fv__title {
    width: 19.375rem;
  }
}
.p-fv__title img {
  width: 100%;
  height: auto;
}

.p-fv__text {
  font-size: 1.375rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #Fff;
  text-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, .25);
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-fv__text {
    font-size: 1.0625rem;
    line-height: 1.7;
    margin-top: 0.9375rem;
  }
}

.p-fv__icons {
  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: end;
  gap: 2.375rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-fv__icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-fv__icon1 {
  display: grid;
  place-items: center;
  text-align: center;
  width: 10.875rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #E62389;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fv__icon1 {
    width: 8.0625rem;
    font-size: 0.75rem;
  }
}
.p-fv__icon1:before {
  content: "";
  display: block;
  width: calc(100% + 0.5rem);
  height: auto;
  aspect-ratio: 1;
  background-color: rgba(32, 28, 120, .6);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-fv__icon1:before {
    width: calc(100% + 0.25rem);
  }
}
.p-fv__icon1 span {
  display: inline-block;
  font-size: 1.375rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-fv__icon1 span {
    font-size: 1.125rem;
  }
}

.p-fv__icon2 {
  width: 12rem;
}
@media screen and (max-width: 768px) {
  .p-fv__icon2 {
    width: 9.5rem;
  }
}
.p-fv__icon2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.p-fv__contact {
  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: end;
  gap: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-fv__contact {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-fv__formWrap {
    padding-block: 1.25rem;
    background-color: #201C78;
    margin-inline: -0.9375rem;
    padding-inline: 0.9375rem;
  }
}

.p-guideAbout__text {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-guideAbout__text {
    font-size: 1.0625rem;
    margin-top: 1.875rem;
  }
}

.p-guideAbout__tags {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.125rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-guideAbout__tags {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem 1rem;
    margin-top: 2.5rem;
  }
}

.p-guideAbout__tag {
  padding: 1.6875rem 2.8125rem;
  background-color: #E62389;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, .5);
          box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, .5);
  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: 0.625rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-guideAbout__tag {
    padding: 0.625rem 0.3125rem;
    gap: 0.3125rem;
    border-radius: 0.9375rem;
  }
}

.p-guideAbout__tagIcon {
  width: 2rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-guideAbout__tagIcon {
    width: 1.4375rem;
  }
}

.p-guideAbout__tagText {
  display: block;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-guideAbout__tagText {
    font-size: 1rem;
  }
}

.p-guideAbout__table {
  padding: 2.5rem 4.375rem 1.5625rem;
  background-color: #fff;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .1);
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-guideAbout__table {
    padding: 1.125rem 0.9375rem;
    margin-top: 1.5625rem;
    border-radius: 1.25rem;
  }
}

.p-guideAbout__tableInner {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-guideAbout__tableInner {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }
}

.p-guideAbout__tableTitle {
  font-size: 1.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-guideAbout__tableTitle {
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-guideAbout__tableItemTag {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  border-radius: 1.875rem;
  padding: 0.4375rem 1.375rem;
  background: linear-gradient(94deg, rgba(157, 34, 101, .6) 5.46%, rgba(56, 53, 117, .6) 93.57%), #E62389;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-guideAbout__tableList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.375rem;
}
@media screen and (max-width: 768px) {
  .p-guideAbout__tableList {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }
}

.p-guideAbout__tableItem {
  padding: 1.25rem 2.9375rem;
  background-color: #fff;
  border-radius: 1.5625rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .2);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .2);
}
@media screen and (max-width: 768px) {
  .p-guideAbout__tableItem {
    padding: 0.9375rem 1.25rem;
  }
}

.p-guideAbout__tableListSm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8125rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-guideAbout__tableListSm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.625rem 1.6875rem;
  }
}

.p-guideAbout__tableItemSmText {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-guideAbout__tableItemSmText {
    font-size: 0.875rem;
    gap: 0.4375rem;
  }
}
.p-guideAbout__tableItemSmText:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.875rem;
  background: url(../images/common/icon_check.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .p-guideAbout__tableItemSmText:before {
    width: 1.0625rem;
    height: 0.625rem;
  }
}

.p-guideAbout__tableCaution {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-guideAbout__tableCaution {
    font-size: 0.75rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 0.625rem;
  }
}

.p-guideCars__list {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.375rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-guideCars__list {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    margin-top: 2.5rem;
  }
}

.p-guideCars__titleSm {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-guideCars__listSm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.875rem;
  max-width: 31.25rem;
}

.p-guideCars__listOuter {
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-guideCars__listOuter {
    margin-top: 2.5rem;
  }
}

.p-guideFlow__list {
  margin-top: 3.75rem;
  display: grid;
  gap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .p-guideFlow__list {
    margin-top: 1.875rem;
  }
}

.p-guideFlow__item {
  padding: 3.4375rem 5.3125rem;
  background-color: #F1F2F1;
  border-radius: 1.5625rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .1);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-guideFlow__item {
    padding: 1.875rem 0.75rem;
    border-radius: 1.25rem;
  }
}
.p-guideFlow__item:not(:last-child):after {
  content: "";
  width: 3.5rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: url(../images/guide/flow_arrow.png) no-repeat center center/contain;
  position: absolute;
  bottom: -0.875rem;
  left: 50%;
  translate: -50% 50%;
  -webkit-box-shadow: 0 0 0.75rem rgba(0, 0, 0, .05);
          box-shadow: 0 0 0.75rem rgba(0, 0, 0, .05);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-guideFlow__item:not(:last-child):after {
    width: 2.8125rem;
  }
}

.p-guideFlow__title {
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-guideFlow__title {
    font-size: 1.25rem;
  }
}

.p-guideFlow__text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .p-guideFlow__text {
    margin-top: 1.875rem;
    font-size: 0.9375rem;
  }
}

.p-guideFlow__btnWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1875rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-guideFlow__btnWrap {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guideFlow__btnWrap a {
    min-width: 0;
    min-width: initial;
    width: 100%;
  }
}

.p-guideFlow__listSm {
  display: grid;
  gap: 1.75rem;
  margin-top: 2.3125rem;
  gap: 1.375rem;
  margin-top: 1.875rem;
}

.p-guideFlow__ItemSm {
  padding: 1.0625rem 1.25rem 1.0625rem 1.5625rem;
  background-color: #fff;
  border-radius: 0.9375rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
}

.p-guideFlow__body {
  padding-left: 1.25rem;
  border-left: 0.1875rem solid #201C78;
}
.p-guideFlow__body.--borderGreen {
  border-color: #378401;
}
.p-guideFlow__body.--borderOrange {
  border-color: #F08300;
}

.p-guideFlow__titleSm {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-guideFlow__titleSm {
    font-size: 1.0625rem;
    line-height: 1.6470588235;
  }
}

.p-guideFlow__text2 {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .p-guideFlow__text2 {
    font-size: 1rem;
  }
}
.p-guideFlow__text2 .caution {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-guideFlow__text2 .caution {
    font-size: 0.875rem;
  }
}

.p-guidePrice__text {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-guidePrice__text {
    font-size: 1.0625rem;
    margin-top: 1.875rem;
  }
}

.p-guidePrice__tableWrap {
  margin-top: 2.5rem;
  width: 100%;
  max-width: 51.4375rem;
  margin-inline: auto;
  border: 1px solid #dddddd;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-guidePrice__tableWrap {
    margin-top: 1.875rem;
    border-radius: 1.25rem;
  }
}

.p-header {
  padding-left: 1.5625rem;
  height: 5.8125rem;
  background-color: #E62389;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .p-header {
    height: 3.125rem;
    padding-inline: 0.9375rem;
  }
}

.p-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .p-header__head {
    width: 100%;
    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-header__logo {
  display: block;
  width: 18.5rem;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 8.75rem;
  }
}

.p-header__btnWrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-header__btnWrap {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.9375rem;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-header__tel {
    width: 1.6875rem;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-header__btn {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1.6875rem;
    height: 1.375rem;
  }
}
.p-header__btn .line {
  display: block;
  width: 100%;
  height: 0.125rem;
  border-radius: 0.3125rem;
  background-color: #fff;
}
.p-header__btn.is-active .line:nth-child(1) {
  -webkit-transform: translateY(0.625rem) rotate(45deg);
          transform: translateY(0.625rem) rotate(45deg);
}
.p-header__btn.is-active .line:nth-child(2) {
  opacity: 0;
}
.p-header__btn.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-0.625rem) rotate(-45deg);
          transform: translateY(-0.625rem) rotate(-45deg);
}

.p-header__drawer {
  display: contents;
}
@media screen and (max-width: 768px) {
  .p-header__drawer {
    display: none;
    position: fixed;
    top: 3.125rem;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 99;
    overflow-y: auto;
    background-color: #E62389;
    padding: 1.875rem 1.5625rem;
  }
}

.p-header__nav {
  height: 100%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-header__nav {
    height: auto;
  }
}

.p-header__list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-header__list {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-header__item {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-header__item {
    width: 100%;
  }
}

.p-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-header__link {
    width: 100%;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #fff;
  }
}

.p-header__contectArea.--desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  margin-left: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-header__contectArea.--desktop {
    display: none;
  }
}
.p-header__contectArea.--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-header__contectArea.--mobile {
    display: block;
  }
}

.p-header__telBtn {
  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;
}
@media screen and (max-width: 768px) {
  .p-header__telBtn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.25rem;
  }
}

.p-header__telBtnNumWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}

.p-header__telBtnNumIcon {
  width: 2.875rem;
}
@media screen and (max-width: 768px) {
  .p-header__telBtnNumIcon {
    width: 3.125rem;
  }
}

.p-header__telBtnNum {
  width: 15.1875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-header__telBtnNum {
    width: auto;
    font-size: 2.25rem;
    line-height: 1.0357142857;
    font-weight: 700;
    color: #fff;
    font-family: "Inter", sans-serif;
  }
}

.p-header__telBtnInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: cenetr;
      -ms-flex-align: cenetr;
          align-items: cenetr;
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-header__telBtnInfo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.8125rem;
    margin-top: 0.1875rem;
  }
}

.p-header__telBtnInfoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.p-header__telBtnInfoItem .label {
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  background-color: #201C78;
  text-align: center;
  padding: 0 0.3125rem;
  border-radius: 0.5rem;
}
.p-header__telBtnInfoItem .value {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}

.p-header__formArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-header__formArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6875rem;
    margin-top: 1.6875rem;
  }
}

.p-header__formBtn {
  padding: 0.625rem 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: cener;
      -ms-flex-align: cener;
          align-items: cener;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 0.1875rem;
  background-color: #F08300;
  width: 5.5rem;
}
@media screen and (max-width: 768px) {
  .p-header__formBtn {
    padding: 0.75rem;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
            box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
    border-radius: 0.9375rem;
  }
}
.p-header__formBtn img {
  width: 3.125rem;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-header__formBtn img {
    width: 3.875rem;
    margin: 0;
  }
}
.p-header__formBtn.--line {
  background-color: #22BA4F;
}
@media screen and (max-width: 768px) {
  .p-header__formBtn.--line {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0.875rem;
    background-color: #fff;
  }
}
.p-header__formBtn.--line:after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 0.625rem;
  background: url(../images/common/icon_arrow1.svg) no-repeat center center/contain;
  margin-left: auto;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) {
  .p-header__formBtn.--line .p-header__formText {
    color: #000;
  }
}

.p-header__formText {
  font-size: 0.8125rem;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-header__formText {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}

.p-intro {
  margin-top: 4.5rem;
}

.p-intro__text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-intro__text {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}

.p-link {
  margin-top: 8.75rem;
  margin-bottom: 10.625rem;
}
@media screen and (max-width: 768px) {
  .p-link {
    margin-block: 4.375rem;
  }
}

.p-link__content {
  display: block;
  background-color: #E62389;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0.25rem 0.25rem 0.375rem rgba(0, 0, 0, .3);
          box-shadow: 0.25rem 0.25rem 0.375rem rgba(0, 0, 0, .3);
  max-width: 44rem;
  margin-inline: auto;
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .p-link__content {
    border-radius: 1.25rem;
  }
}

.p-links__arrow {
  width: 6.9375rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #201C78;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-links__arrow {
    width: 5.375rem;
  }
}
.p-links__arrow:before {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1.4375rem;
  background: url(../images/common/icon_arrow5.svg) no-repeat center center/contain;
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-links__arrow:before {
    width: 1rem;
    height: 1.1875rem;
  }
}

.p-link__title {
  font-size: 1.375rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-top: 1.1875rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-link__title {
    padding: 1rem 0 0.75rem;
    width: 95.652173913%;
    margin-inline: auto;
  }
}

.p-link___body {
  padding-top: 1.4375rem;
  padding-bottom: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .p-link___body {
    padding-top: 0.9375rem;
    padding-bottom: 1.25rem;
  }
}

.p-link__logo {
  width: 100%;
  max-width: 31.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-link__logo {
    max-width: 93.6231884058%;
  }
}

.p-link__text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .p-link__text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.p-main {
  overflow: hidden;
}

.p-message {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-message {
    margin-top: 3.125rem;
  }
}

.p-message__box {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5.125rem;
}
@media screen and (max-width: 768px) {
  .p-message__box {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
}

.p-message__imgWrap {
  max-width: 25.4375rem;
}
.p-message__imgWrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 407/341;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-message__imgWrap img {
    border-radius: 1.25rem;
    max-width: 100%;
  }
}
.p-message__imgWrap figcaption {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-message__imgWrap figcaption {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.p-message__text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.p-office {
  margin-top: 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-office {
    margin-top: 4.375rem;
  }
}

.p-office__list {
  margin-top: 2.5rem;
  display: grid;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-office__list {
    margin-top: 1.875rem;
    gap: 3.125rem;
  }
}

.p-office__titleSm.c-title2 {
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-office__titleSm.c-title2 {
    font-size: 1.25rem;
  }
}

.p-office__listSm {
  margin-top: 1.25rem;
  border-radius: 1.25rem;
  border: 1px solid #AFA7A7;
  overflow: clip;
}

.p-office__listSmItem {
  display: grid;
  grid-template-columns: 18.5625rem 1fr;
}
@media screen and (max-width: 768px) {
  .p-office__listSmItem {
    grid-template-columns: 7.5rem 1fr;
  }
}
.p-office__listSmItem:not(:last-child) {
  border-bottom: 1px solid #AFA7A7;
}

.p-office__listSmItemTitle {
  background-color: #F1F2F1;
  padding: 1.875rem;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-office__listSmItemTitle {
    padding: 0.625rem;
    font-size: 0.875rem;
  }
}

.p-office__listSmItemValue {
  padding: 1.875rem;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-left: 1px solid #AFA7A7;
}
@media screen and (max-width: 768px) {
  .p-office__listSmItemValue {
    padding: 0.625rem;
    font-size: 0.875rem;
  }
}

.p-others {
  margin-top: 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-others {
    margin-top: 4.375rem;
  }
}

.p-others__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 2.8125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-others__text {
    font-size: 1.0625rem;
    font-weight: 500;
    margin-top: 1.875rem;
    text-align: left;
  }
}

.p-outline {
  margin-top: 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-outline {
    margin-top: 3.125rem;
  }
}

.p-outline__tableWrap {
  margin-top: 4.375rem;
  width: 100%;
  max-width: 51.4375rem;
  margin-inline: auto;
  border: 1px solid #dddddd;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-outline__tableWrap {
    margin-top: 1.875rem;
    border-radius: 0.625rem;
  }
}

.p-privacyPolicy__inner.l-inner {
  max-width: 53.125rem;
}

.p-privacyPolicy__content {
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-privacyPolicy__content {
    margin-top: 1.875rem;
  }
}
.p-privacyPolicy__content > *:first-child {
  margin-top: 0;
}
.p-privacyPolicy__content p {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-block: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-privacyPolicy__content p {
    margin-block: 0.625rem;
  }
}
.p-privacyPolicy__content h2 {
  font-size: 1.5625rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #201C78;
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-privacyPolicy__content h2 {
    font-size: 1.25rem;
    margin-top: 1.875rem;
    margin-bottom: 0.625rem;
  }
}
.p-privacyPolicy__content ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-privacyPolicy__content ul {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.p-privacyPolicy__content ul li {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-privacyPolicy__content blockquote {
  display: block;
  padding: 1.25rem;
  border: 0.0625rem solid #201C78;
  border-radius: 0.625rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-privacyPolicy__content blockquote {
    padding: 0.625rem 0.9375rem;
  }
}
.p-privacyPolicy__content blockquote p {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}
.p-privacyPolicy__content blockquote p + p {
  margin-top: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .p-privacyPolicy__content blockquote p + p {
    margin-top: 0.5rem;
  }
}

.p-problem__inner.l-inner {
  max-width: 82.75rem;
}
@media screen and (max-width: 768px) {
  .p-problem__inner.l-inner {
    margin-inline: calc(50% - 50vw);
    padding-inline: 0;
  }
}

.p-problem__title {
  max-width: 75rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-problem__title {
    padding-inline: 0.9375rem;
  }
}

.p-problem__list {
  margin-top: 8.25rem;
  min-height: 30.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-problem__list {
    margin-top: 3.125rem;
    min-height: 40.625rem;
  }
}

.p-problem__item {
  padding: 1.5625rem;
  width: 34.125rem;
  min-height: 10.9375rem;
  position: absolute;
  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 (max-width: 768px) {
  .p-problem__item {
    width: 21.125rem;
    min-height: 8.8125rem;
    padding: 0.8125rem 1.25rem;
  }
}
.p-problem__item:before {
  content: "";
  display: block;
  width: 34.125rem;
  height: calc(100% + 1.375rem);
  background: url(../images/top/bg_bubble.svg) no-repeat center center/100% 100%;
  position: absolute;
  top: calc(50% + 1.375rem);
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-problem__item:before {
    width: 21.125rem;
    height: calc(100% + 1rem);
    background: url(../images/top/bg_bubble_sp.svg) no-repeat center center/100% 100%;
    top: calc(50% + 1rem);
  }
}
.p-problem__item:nth-child(1) {
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-problem__item:nth-child(1) {
    top: 0;
    left: 1.25rem;
    z-index: -1;
  }
}
.p-problem__item:nth-child(2) {
  top: -3.125rem;
  left: calc(50% - 12.5rem);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p-problem__item:nth-child(2) {
    top: auto;
    top: initial;
    bottom: 5.625rem;
    left: auto;
    left: initial;
    right: -0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-problem__item:nth-child(2):before {
    background: url(../images/top/bg_bubble_sp_lg.svg) no-repeat center center/100% 100%;
  }
}
.p-problem__item:nth-child(3) {
  top: 8.6875rem;
  left: calc(50% - 11.375rem);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-problem__item:nth-child(3) {
    top: 9.375rem;
    left: 1.8125rem;
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  .p-problem__item:nth-child(3):before {
    background: url(../images/top/bg_bubble_sp_lg2.svg) no-repeat center center/100% 100%;
  }
}
.p-problem__item:nth-child(4) {
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-problem__item:nth-child(4) {
    top: 4.5rem;
    right: auto;
    right: initial;
    left: 0;
  }
}
.p-problem__item:nth-child(5) {
  bottom: 3.5rem;
  left: 4.125rem;
}
@media screen and (max-width: 768px) {
  .p-problem__item:nth-child(5) {
    bottom: 0;
    left: -0.625rem;
  }
}
.p-problem__item:nth-child(6) {
  bottom: 0;
  left: calc(50% - 4.125rem);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-problem__item:nth-child(6) {
    bottom: 15rem;
    left: -0.625rem;
    z-index: 5;
  }
}
@media screen and (max-width: 768px) {
  .p-problem__item:nth-child(6):before {
    background: url(../images/top/bg_bubble_sp_lg.svg) no-repeat center center/100% 100%;
  }
}

.p-problem__body {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
}

.p-preblem__title {
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-preblem__title {
    font-size: 1.0625rem;
    line-height: 1.4;
  }
}

.p-problem__text {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-problem__text {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-top: 0.3125rem;
  }
}

.p-service__text {
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-service__text {
    margin-top: 1.875rem;
  }
}

.p-service__wrap {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 9.0625rem;
}
@media screen and (max-width: 768px) {
  .p-service__wrap {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
}

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

.p-service__link {
  display: block;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #201C78;
  text-align: center;
  padding: 1.75rem 2rem;
  background-color: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .5);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .5);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .p-service__link {
    padding: 1.4375rem 2rem;
  }
}
.p-service__link:hover {
  opacity: 0.7;
}

.p-service__btn {
  margin-top: 3.125rem;
  text-align: center;
}

.p-service__imgWrap {
  max-width: 24.1875rem;
}
@media screen and (max-width: 768px) {
  .p-service__imgWrap {
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.p-service__imgWrap svg {
  max-width: 100%;
}

.p-solution-support {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-solution-support {
    margin-top: 2.5rem;
  }
}

.p-solution-support__list {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.9375rem;
}
@media screen and (max-width: 768px) {
  .p-solution-support__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.p-solution-support__item {
  padding: 1.875rem;
  border-radius: 1.875rem;
  background-color: #F7F8F7;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .3);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .3);
}
@media screen and (max-width: 768px) {
  .p-solution-support__item {
    gap: 0.9375rem;
    padding: 1.125rem 0.4375rem 1.125rem 1.125rem;
    border-radius: 1.25rem;
  }
}

.p-solution-support__icon {
  width: 7.625rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  .p-solution-support__icon {
    width: 5.5rem;
  }
}

.p-solution-support__titleSm {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-solution-support__titleSm {
    font-size: 1.0625rem;
  }
}

.p-solution-support__text {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  margin-top: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-solution-support__text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.p-solution__list {
  margin-top: 4.375rem;
  display: grid;
  gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-solution__list {
    margin-top: 2.5rem;
    gap: 1.25rem;
  }
}

.p-solution__item {
  border-radius: 2.5rem;
  background: linear-gradient(153deg, #9D2265 39.54%, #383575 98.8%), #A181A8;
  padding-block: 2.625rem;
  position: relative;
  overflow: clip;
  display: grid;
  grid-template-columns: auto 1fr;
  counter-increment: solution-item;
}
@media screen and (max-width: 768px) {
  .p-solution__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1.5625rem;
    padding: 1.25rem 0.9375rem 10.9375rem 1.25rem;
    border-radius: 1.25rem;
  }
}

.p-solution__num {
  padding-inline: 2.625rem;
  font-size: 0.875rem;
  line-height: 2.2857142857;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-solution__num {
    grid-area: 1/1/2/2;
    font-size: 0.75rem;
    padding-inline: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-solution__num:after {
  content: counter(solution-item, decimal-leading-zero);
  display: block;
  color: #fff;
  font-size: 3.0625rem;
  line-height: 1;
  font-weight: 700;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-solution__num:after {
    font-size: 2.5rem;
  }
}

.p-solution__body {
  padding-inline: 2.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-solution__body {
    display: contents;
    padding-inline: 0;
  }
}
.p-solution__body:before {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(25%, #fff), color-stop(25%, transparent), to(transparent));
  background-image: linear-gradient(180deg, #fff 0%, #fff 25%, transparent 25%, transparent 100%);
  background-size: 0.0625rem 0.5rem;
  background-repeat: repeat-y;
  display: inline-block;
  height: calc(100% + 5.125rem);
  width: 0.0625rem;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-solution__body:before {
    content: none;
  }
}

.p-solution__titleSm {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-solution__titleSm {
    grid-area: 1/2/2/3;
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
}

.p-solution__text {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 2.0625rem;
  max-width: 44.1875rem;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-solution__text {
    grid-area: 2/1/3/3;
    font-size: 0.9375rem;
    position: relative;
    margin-top: 0.9375rem;
    padding-top: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__text:before {
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(25%, #fff), color-stop(25%, transparent), to(transparent));
    background-image: linear-gradient(90deg, #fff 0%, #fff 25%, transparent 25%, transparent 100%);
    background-size: 0.25rem 0.0625rem;
    background-repeat: repeat-x;
    display: inline-block;
    width: 100%;
    height: 0.0625rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.p-solution__img {
  width: 19.375rem;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: absolute;
  bottom: -3.3125rem;
  right: -3.3125rem;
}
@media screen and (max-width: 768px) {
  .p-solution__img {
    width: 11.75rem;
    bottom: -2.375rem;
    right: -2.375rem;
  }
}

.p-subFv {
  position: relative;
  height: 31.0625rem;
  padding-top: 8.4375rem;
  padding-bottom: 2.3125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-subFv {
    min-height: 24.4375rem;
    height: 100%;
    padding-top: 5rem;
    padding-bottom: 1.875rem;
  }
}
.p-subFv.p-subFv3 {
  padding-bottom: 10.3125rem;
}
@media screen and (max-width: 768px) {
  .p-subFv.p-subFv3 {
    padding-bottom: 6rem;
  }
}
.p-subFv.--tips .p-subFv__title {
  font-size: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-subFv.--tips .p-subFv__title {
    font-size: 2rem;
  }
}

.p-subFv__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .p-subFv__inner {
    gap: 1.25rem;
  }
}

.p-subFv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-inline: calc(50% - 50vw);
  border-radius: 0 0 3.125rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-subFv__img {
    padding-top: 3.125rem;
  }
}
.p-subFv__img img {
  max-width: none;
  max-width: initial;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 3.125rem 3.125rem;
}
.p-subFv__img:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  border-radius: 0 0 3.125rem 3.125rem;
  background: linear-gradient(264deg, rgba(231, 22, 133, .6) 8.1%, rgba(21, 31, 138, .6) 90.09%);
  position: absolute;
  top: 0;
  left: 0;
}

.p-subFv__breadcrumbs {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.625rem;
}
.p-subFv__breadcrumbs img {
  width: 1.5rem;
  height: auto;
  margin-top: 0.375rem;
}
@media screen and (max-width: 768px) {
  .p-subFv__breadcrumbs img {
    width: 1.3125rem;
    margin-top: 0.25rem;
  }
}

.p-subFv__headWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-subFv__headWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.0625rem;
  }
}

.p-subFv__title {
  font-size: 3.6875rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-subFv__title {
    font-size: 2.625rem;
  }
}
.p-subFv__title.--sm {
  font-size: 2.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-subFv__title.--sm {
    font-size: 2rem;
  }
}

.p-subFv__text {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-subFv__text {
    font-size: 1.125rem;
  }
}
.p-subFv__text > * {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-subFv__text > * {
    font-size: 1.125rem;
  }
}

.p-subFv__btnWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1875rem;
  max-width: 64.25rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-subFv__btnWrap {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
    max-width: 92.7536231884%;
    margin-inline: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-subFv__btnWrap .c-btn2__telBtnNum {
    font-size: 2.0625rem;
    line-height: 1.6060606061;
  }
}

.p-subFv4 {
  margin-top: 7.0625rem;
}
@media screen and (max-width: 768px) {
  .p-subFv4 {
    margin-top: 5rem;
  }
}

.p-subFv4__inner.l-inner {
  max-width: 53.125rem;
}

.p-subFv4__title {
  margin-top: 5rem;
  font-size: 2.625rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #201C78;
  padding-bottom: 1.125rem;
  border-bottom: 0.0625rem solid #201C78;
}
@media screen and (max-width: 768px) {
  .p-subFv4__title {
    margin-top: 4.375rem;
    font-size: 1.5rem;
    padding-bottom: 0.9375rem;
  }
}

.p-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-table {
    font-size: 0.875rem;
  }
}
.p-table thead th {
  width: 50%;
  padding: 1.875rem 1.5rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
}
.p-table thead th:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .p-table thead th {
    padding: 0.6875rem 0.75rem;
  }
}
.p-table tbody th,
.p-table tbody td {
  padding: 1.875rem 1.5rem;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-table tbody th,
  .p-table tbody td {
    padding: 0.6875rem 0.75rem;
  }
}
.p-table tbody td:last-child,
.p-table tbody th:last-child {
  border-right: none;
}
.p-table tbody tr:last-child th,
.p-table tbody tr:last-child td {
  border-bottom: none;
}

.p-table2 {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-table2 {
    font-size: 0.875rem;
  }
}
.p-table2 th,
.p-table2 td {
  padding: 1.875rem 1.5rem;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-table2 th,
  .p-table2 td {
    padding: 0.625rem 0.125rem 0.625rem 0.75rem;
  }
}
.p-table2 th[scope=row] {
  width: 32%;
  background-color: #f5f5f5;
}
.p-table2 td {
  background-color: #fff;
}
.p-table2 tr td:last-child {
  border-right: none;
}
.p-table2 tr:last-child th,
.p-table2 tr:last-child td {
  border-bottom: none;
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.p-tipsArchive {
  margin-block: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-tipsArchive {
    margin-block: 3.125rem;
  }
}
.p-tipsArchive .p-topics__list {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-tipsArchive .p-topics__list {
    margin-top: 0;
  }
}

.p-tipsSingle {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-tipsSingle {
    margin-top: 3.125rem;
  }
}

.p-tipsSingle__inner.l-inner {
  max-width: 59.375rem;
}

.p-tipsSingle__body {
  max-width: 50rem;
  margin-inline: auto;
}

.p-tipsSingle__thumb {
  margin-top: -12.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-tipsSingle__thumb {
    margin-top: -6.25rem;
  }
}
.p-tipsSingle__thumb img {
  width: 100%;
  height: auto;
  border-radius: 1.875rem;
  aspect-ratio: 900/514;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-tipsSingle__thumb img {
    aspect-ratio: 345/197;
    border-radius: 1.25rem;
  }
}

.p-tipsSingle__time {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #828282;
  padding-bottom: 0.4375rem;
  border-bottom: 1px solid #828282;
  text-align: right;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-tipsSingle__time {
    margin-top: 1.25rem;
  }
}

.p-tipsSingle__content > *:first-child {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-tipsSingle__content > *:first-child {
    margin-top: 1.25rem;
  }
}
.p-tipsSingle__content p {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
.p-tipsSingle__content p strong {
  font-weight: 700;
}
.p-tipsSingle__content h2 {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #201C78;
  position: relative;
  padding-bottom: 0.625rem;
  margin-top: 4.375rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-tipsSingle__content h2 {
    font-size: 1.5rem;
    margin-top: 3.125rem;
  }
}
.p-tipsSingle__content h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.0625rem;
  background: -webkit-gradient(linear, left top, right top, from(#E62389), color-stop(25%, #E62389), color-stop(25%, #201C78), to(#201C78));
  background: linear-gradient(90deg, #E62389 0%, #E62389 25%, #201C78 25%, #201C78 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-tipsSingle__content h3 {
  font-size: 1.5625rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #201C78;
  padding-left: 0.5625rem;
  border-left: 0.1875rem solid #E62389;
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-tipsSingle__content h3 {
    font-size: 1.25rem;
    padding-left: 0.5625rem;
    border-left: 0.375rem solid #E62389;
  }
}
.p-tipsSingle__content h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #201C78;
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-tipsSingle__content h4 {
    font-size: 1.125rem;
  }
}
.p-tipsSingle__content a {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.p-tipsSingle__content ul {
  list-style: disc;
  padding-left: 1.5rem;
}
.p-tipsSingle__content li {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.p-tipsSingle__content li strong {
  font-weight: 700;
}
.p-tipsSingle__content li + li {
  margin-top: 1em;
}
.p-tipsSingle__content figure {
  margin-block: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-tipsSingle__content figure {
    margin-block: 0.625rem;
  }
}
.p-tipsSingle__content figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-tipsArchive .navigation.pagination {
  margin-top: 3.125rem;
  gap: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-tipsArchive .navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.p-tipsArchive .navigation.pagination .page-numbers:not(.next):not(.prev) {
  text-decoration: none;
  color: inherit;
  width: 1.875rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 500;
}
.p-tipsArchive .navigation.pagination .page-numbers:not(.next):not(.prev).current {
  background-color: #E62389;
  color: #fff;
}
.p-tipsArchive .navigation.pagination .page-numbers.prev {
  rotate: 180deg;
  margin-right: 1.25rem;
}
.p-tipsArchive .navigation.pagination .page-numbers.next {
  margin-left: 1.25rem;
}
.p-tipsArchive .navigation.pagination .page-numbers.prev, .p-tipsArchive .navigation.pagination .page-numbers.next {
  width: 1.0625rem;
  height: auto;
}

.p-tipsOthers {
  margin-top: 7.5rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-tipsOthers {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

.p-tipsOthers__title {
  font-size: 1.5625rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #201C78;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-tipsOthers__title {
    font-size: 1.25rem;
  }
}

.p-tipsOthers__list {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.375rem;
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-tipsOthers__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    max-width: 100%;
  }
}

.p-tipsOthers__item {
  border-block: 1px solid #000;
}

.p-tipsOthers__link {
  padding-block: 1.125rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-tipsOthers__link {
    gap: 0.875rem;
  }
}

.p-tipsOthers__thumb {
  width: 6.75rem;
}
@media screen and (max-width: 768px) {
  .p-tipsOthers__thumb {
    width: 5.625rem;
  }
}
.p-tipsOthers__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 0.9375rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-tipsOthers__body {
  display: grid;
  gap: 0.625rem;
}

.p-tipsOthers__time {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-tipsOthers__titleSm {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-tipsOthers__arrow {
  width: 2.6875rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-tipsOthers__arrow {
    width: 2.375rem;
  }
}
.p-tipsOthers__arrow img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.js-topCase-slide {
  margin-top: 4.375rem;
  position: relative;
  padding-bottom: 3.75rem;
}

.js-topCase-slide.--slideStop {
  visibility: visible;
  padding-bottom: 0;
}
.js-topCase-slide.--slideStop .splide__track,
.js-topCase-slide.--slideStop .splide__list {
  visibility: visible;
  opacity: 1;
}
.js-topCase-slide.--slideStop .p-topCase__list {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .js-topCase-slide.--slideStop .p-topCase__list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-topCase__list {
  margin-top: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.p-topCase__item {
  border-radius: 1.25rem;
  overflow: clip;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .2);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .2);
}
.p-topCase__item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-topCase__img {
  width: 100%;
  height: auto;
  aspect-ratio: 367/165;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem 1.25rem 0 0;
}

.p-topCase__body {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 0 0 1.25rem 1.25rem;
  height: calc(100% - 10.3125rem);
  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 (max-width: 768px) {
  .p-topCase__body {
    height: calc(100% - 9.6875rem);
  }
}

.p-topCase__meta {
  padding: 1.25rem 1.5625rem 3.125rem;
}

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

.p-topCase__catItem {
  display: inline-block;
  padding: 0.25rem 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background-color: #E62389;
  border-radius: 1.25rem;
}

.p-topCase__area {
  display: block;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 0.9375rem;
}

.p-topCase__titleSm {
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  margin-top: 0.3125rem;
}

.p-topCase__text {
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  margin-top: 2.125rem;
}

.p-topCase__price {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  padding: 0.625rem;
  background-color: #E81A3C;
  margin-top: auto;
}

.js-topCase-slide .splide__pagination {
  bottom: 0;
  gap: 1.125rem;
  margin-top: 3.125rem;
}

.js-topCase-slide .splide__pagination__page {
  background: #fff;
  opacity: 1;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
}

.js-topCase-slide .splide__pagination__page.is-active {
  background: #E62389;
  -webkit-transform: scale(2.6);
          transform: scale(2.6);
}

.p-topics:not(:has .p-topicsArchive) {
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-topics:not(:has .p-topicsArchive) {
    padding-bottom: 2.8125rem;
  }
}

.p-topics__catList {
  margin-top: 4.375rem;
  display: grid;
  gap: 4.375rem;
}

.p-topics__list {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-topics__list {
    margin-top: 0;
  }
}

.p-topics__item {
  border-top: 0.0625rem solid #000;
}
@media screen and (max-width: 768px) {
  .p-topics__item:first-child {
    border-top: none;
  }
}
.p-topics__item:last-child {
  border-bottom: 0.0625rem solid #000;
}
.p-topics__item a,
.p-topics__item button {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-block: 1.875rem;
  width: 100%;
  color: #0A0A0A;
}
@media screen and (max-width: 768px) {
  .p-topics__item a,
  .p-topics__item button {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 1.25rem;
  }
}
.p-topics__item:has(.p-topics__img) a, .p-topics__item:has(.p-topics__img) button {
  grid-template-columns: auto 1fr auto;
}
@media screen and (max-width: 768px) {
  .p-topics__item:has(.p-topics__img) a, .p-topics__item:has(.p-topics__img) button {
    grid-template-columns: 1fr;
  }
}

.p-topics__img {
  width: 15.25rem;
  height: auto;
  aspect-ratio: 244/140;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-topics__img {
    width: 100%;
  }
}

.p-topics__body {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-topics__body {
    margin-top: 1.25rem;
  }
}

.p-topics__time {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-topics__title {
  font-size: 1.1875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-topics__arrow {
  margin-left: auto;
  width: 3.5rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  .p-topics__arrow {
    width: 2.375rem;
  }
}

.p-topics__btn {
  margin-top: 3.125rem;
  text-align: center;
}

.p-topics__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 100;
  padding-block: 6.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-topics__modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.is-modal-open {
  overflow: hidden;
}

.p-topics__modalContent {
  max-width: 43.75rem;
  margin-inline: auto;
  padding: 3.125rem;
  border-radius: 1.25rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-topics__modalContent {
    max-width: 89.3333333333%;
    padding: 1.5625rem;
  }
}

.p-topics__modalClose {
  display: block;
  width: 3.125rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: -0.8125rem;
  right: 0;
  translate: 0 -100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-topics__modalClose {
    width: 2.5rem;
    top: -0.6875rem;
  }
}

.p-topics__modalTime {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-topics__modalTitle {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #000;
}

.p-topics__modalText {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-topics__modalText ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-topics__modalText ul {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.p-topics__modalText ul li {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-topics__modalText ul li > ul {
  list-style: circle;
  padding-left: 1.5rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-topics__modalText ul li > ul {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}
.p-topics__modalText ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-topics__modalText ol {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .p-topics__modalText ol li {
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .p-topics__modalText ol li > ol {
    list-style: lower-roman;
    padding-left: 1.5rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-topics__modalText ol li > ol {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}
.p-topics__modalText p:empty {
  min-height: 1em;
  margin-top: 0;
}

.p-topVoice__text {
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 2.875rem;
}
@media screen and (max-width: 768px) {
  .p-topVoice__text {
    font-size: 1.0625rem;
    margin-top: 1.875rem;
  }
}

.p-topVoice__list {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-topVoice__list {
    margin-top: 1.875rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.p-topVoice__item {
  padding: 2.1875rem;
  border: 0.0625rem solid #201C78;
  border-radius: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-topVoice__item {
    padding: 2.1875rem 1.5625rem;
  }
}

.p-topVoice__icon {
  max-width: 9.375rem;
  height: auto;
  aspect-ratio: 1;
  margin-inline: auto;
}

.p-topVoice__body {
  margin-top: 2.3125rem;
}

.p-topVoice__mark {
  font-size: 1.625rem;
  line-height: 1.8;
  letter-spacing: 5px;
  color: #F08300;
}

.p-topVoice__textSm {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 0.4375rem;
}

.p-voice {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-voice {
    margin-top: 4.375rem;
  }
}

.p-voice___text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-voice___text {
    font-size: 1.0625rem;
    line-height: 1.8;
    font-weight: 500;
    text-align: left;
    margin-top: 1.875rem;
  }
}

.p-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.125rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-voice__item {
  width: 33.3%;
  border: 1px solid #201C78;
  border-radius: 1.5625rem;
  padding: 2.1875rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-voice__item {
    width: 100%;
    padding: 1.5625rem 1.25rem;
    border-radius: 1.25rem;
  }
}

.p-voice__icon {
  width: 9.3125rem;
  height: auto;
  aspect-ratio: 1;
  margin-inline: auto;
}

.p-voice__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6875rem;
  margin-top: 1.875rem;
}

.p-voice__tag {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background-color: #201C78;
  border-radius: 1rem;
  padding: 0.25rem 0.875rem;
}

.p-voice__title {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-voice__text {
  margin-top: auto;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}

.p-works {
  padding-top: 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-works {
    padding-top: 4.375rem;
  }
}

.p-works__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-works__text {
    font-size: 1.0625rem;
    line-height: 1.8;
    font-weight: 500;
    text-align: left;
    margin-top: 1.875rem;
  }
}

.p-works__list {
  display: grid;
  gap: 1.875rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-works__list {
    margin-top: 1.875rem;
    gap: 0.9375rem;
  }
}

.p-works__item {
  padding: 1.5625rem;
  border: 0.0625rem solid rgba(255, 255, 255, .1);
  border-radius: 1.5625rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .2);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .2);
}
@media screen and (max-width: 768px) {
  .p-works__item {
    padding: 1.5625rem 1.25rem;
  }
}

.p-works__item--folded {
  display: none;
}

.p-works.is-expanded .p-works__item--folded {
  display: block;
}

.p-works__more {
  margin-top: 4.375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-works__more {
    margin-top: 3.125rem;
  }
}

.p-works.is-expanded .p-works__more {
  display: none;
}

.p-works__titleSm {
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-works__titleSm {
    margin-top: 0.9375rem;
  }
}

.p-works__body {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.875rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-works__body {
    grid-template-columns: 1fr;
  }
}

.p-works__thumbWrap {
  width: 16.6875rem;
}
@media screen and (max-width: 768px) {
  .p-works__thumbWrap {
    width: 100%;
    margin-top: 1rem;
  }
}
.p-works__thumbWrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 267/180;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-works__thumbWrap img {
    aspect-ratio: 305/211;
  }
}
.p-works__thumbWrap:not(:has(.p-works__price)) img {
  border-radius: 1.25rem;
}

.p-works__price {
  display: block;
  width: 100%;
  background-color: #E81A3C;
  border-radius: 0 0 1.25rem 1.25rem;
  padding: 0.625rem;
  text-align: center;
  font-size: 1.1875rem;
  line-height: 1.3684210526;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}

.p-works__textSm {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-works__textSm p:empty {
  margin-top: 1em;
}

.p-works__catList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.p-works__catItem {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  padding: 0.125rem 0.75rem;
  background-color: #E62389;
  border-radius: 1.25rem;
}

.u-bg-blue {
  padding-top: 9.375rem;
  padding-bottom: 6.25rem;
  margin-top: -3.125rem;
  background-color: #F1F2F1;
}
@media screen and (max-width: 768px) {
  .u-bg-blue {
    padding-top: 6.25rem;
    padding-bottom: 3.125rem;
  }
}
.u-bg-blue:has(+ .u-bg-white) {
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 768px) {
  .u-bg-blue:has(+ .u-bg-white) {
    padding-bottom: 6.25rem;
  }
}

.u-bg-gradient {
  padding-top: 10.625rem;
  margin-top: -4.375rem;
  background: linear-gradient(228deg, #9D2265 11.09%, #9D2265 39.64%, #383575 95.31%);
}
@media screen and (max-width: 768px) {
  .u-bg-gradient {
    padding-top: 7.8125rem;
    margin-top: -4.6875rem;
  }
}

.u-bg-white {
  padding-block: 6.25rem;
  border-radius: 3.125rem;
  background-color: #fff;
  margin-top: -6.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .u-bg-white {
    padding-block: 3.125rem;
    margin-top: -3.125rem;
    border-radius: 2.5rem;
  }
}
.u-bg-white:last-child {
  padding-bottom: 0;
}

.u-bg {
  padding-top: 6.25rem;
  padding-bottom: 12.5rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-bg {
    padding-top: 3.125rem;
    padding-bottom: 7.5rem;
  }
}
.u-bg > *:not(.u-bg__img) {
  position: relative;
  z-index: 1;
}
.u-bg.--translate {
  margin-top: -6.25rem;
  padding-top: 12.5rem;
}
@media screen and (max-width: 768px) {
  .u-bg.--translate {
    margin-top: -3.125rem;
    padding-top: 6.25rem;
  }
}

.u-bg__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-bg__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.u-text {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .u-text {
    font-size: 0.875rem;
  }
}
/*# sourceMappingURL=styles.css.map */
