@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2A2B3E;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.u-en {
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}

.u-white {
  color: #fff;
}

.u-gold {
  color: #BF9C46;
}

.u-bg-gold {
  background-color: #BF9C46;
}

.u-main-color {
  color: #DA005C;
}

.u-bg-main-color {
  background-color: #DA005C;
}

.u-sub-color {
  color: #1E2380;
}

.u-bg-sub-color {
  background-color: #1E2380;
}

.u-bg-blue {
  background-color: #E6E7F1;
}

.u-bg-beige {
  background-color: #F4F0E7;
}

.u-bg-white {
  background-color: #fff;
}

.u-bg-pink-light {
  background-color: #FDF2F7;
}

.u-bg-pink {
  background-color: #FBE5EF;
}

.u-bg-pink2 {
  background-color: #FCEDF4;
}

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

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

section {
  padding-block: 6.25rem 7.5rem;
}
@media screen and (max-width: 767px) {
  section {
    padding-block: 4.5rem 5rem;
  }
}

.fadeIn {
  opacity: 0;
  transform: translateY(5%);
  transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.fadeIn.is-active {
  opacity: 1;
  transform: translateY(0);
}

main {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 4rem;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 1400px) {
  html {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  html {
    font-size: 4.2666666667vw;
  }
}

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
}

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

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

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

/* Set core root defaults */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 4rem;
  }
}
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

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

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

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

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

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

textarea {
  resize: vertical;
}

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

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

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

picture {
  display: block;
}

button {
  display: block;
  padding: 0;
  width: 100%;
}

summary::marker {
  content: "";
}

summary::-webkit-details-marker {
  display: none;
}

details summary {
  list-style: none;
}

.c-btn {
  display: inline-flex;
  justify-content: center;
  width: min(100%, 24.375rem);
  height: 4.1875rem;
  color: #1E2380;
  border: 1px solid #1E2380;
  align-items: center;
  border-radius: 3.125rem;
  font-size: 1.125rem;
  font-weight: bold;
  transition: all 0.45s;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 0.875rem;
    height: 3rem;
  }
}

.c-btn--menu {
  gap: 0.75rem;
  width: min(100%, 29.25rem);
  height: auto;
  padding-block: 1.375rem;
  padding-inline: 3rem;
  border-width: 2px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-btn--menu {
    align-items: center;
    padding-block: 1rem;
    padding-inline: 1.5rem;
  }
}

.c-btn--menu::after {
  flex: 0 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-color: currentColor;
  -webkit-mask: url("../images/icon_down_bl.svg") center/contain no-repeat;
  mask: url("../images/icon_down_bl.svg") center/contain no-repeat;
}

.c-btn--ladies {
  width: min(100%, 27rem);
  height: auto;
  padding-block: 1.375rem;
  padding-inline: 3rem;
  color: #fff;
  border-color: #E62E8B;
  background-color: #E62E8B;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-btn--ladies {
    padding-block: 1rem;
    padding-inline: 1.5rem;
  }
}

@media (hover: hover) {
  .c-btn:hover {
    color: #fff;
    background-color: #1E2380;
  }

  .c-btn--ladies:hover {
    color: #fff;
    border-color: #DA005C;
    background-color: #DA005C;
  }
}
.c-card {
  display: grid;
  transition: all 0.45s;
}
@media screen and (max-width: 767px) {
  .c-card {
    grid-template-columns: 7.5rem 1fr;
    align-items: flex-start;
    gap: 1rem;
    padding-block: 1.25rem;
    border-top: 1px solid #CDCEE3;
  }
}

.c-card__thumbnail img {
  aspect-ratio: 872/488;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-card__thumbnail img {
    aspect-ratio: 120/90;
    border-radius: 0.5rem;
  }
}

.c-card__time {
  display: block;
}

.c-card__title {
  text-decoration: underline;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media (hover: hover) {
  .c-card:hover {
    opacity: 0.6;
  }
}
.c-case {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: flex-start;
  column-gap: 1rem;
  border-radius: 0.5rem;
  padding: 1.25rem 1.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-case {
    width: 20.4375rem;
    padding-inline: 1.5rem;
  }
}

.c-case__number {
  grid-column: 1;
  width: fit-content;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px solid;
}

.c-case__relation {
  grid-column: 2;
  justify-self: end;
  margin-top: 0;
  text-align: right;
}

.c-case__relation img {
  width: 100%;
  max-width: 176px;
  height: auto;
}

.c-case__thumbnail {
  grid-column: 1/-1;
  margin-top: 1rem;
}

.c-case__thumbnail img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-case__title {
  grid-column: 1/-1;
  margin-top: 1rem;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.c-case__text {
  grid-column: 1/-1;
  margin-top: 0.125rem;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}

.c-contact {
  display: grid;
  grid-template-columns: 5.625rem 1fr;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 0.5rem;
  transition: all 0.45s;
}
@media screen and (max-width: 767px) {
  .c-contact {
    grid-template-columns: 2rem 1fr;
    gap: 0.75rem;
    align-items: center;
    padding: 1.25rem 1.5rem;
  }
}

@media (hover: hover) {
  .c-contact:hover {
    opacity: 0.6;
  }
}
.c-contact__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-contact__title {
    gap: 0.5rem;
  }
}

.c-contact__title::after {
  width: 1.75rem;
  height: 1.75rem;
  display: block;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-contact__title::after {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.25rem;
  }
}

.c-contact.u-bg-main-color .c-contact__title::after {
  background: url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='40'%20height='40'%20rx='4'%20fill='%231E2380'/%3e%3cpath%20d='M23.7952%2020.9089H12.7271V19.0907H23.7952L18.7043%2013.9998L19.9998%2012.7271L27.2725%2019.9998L19.9998%2027.2725L18.7043%2025.9998L23.7952%2020.9089Z'%20fill='white'/%3e%3c/svg%3e") center center/contain no-repeat;
}

.c-contact.u-bg-sub-color .c-contact__title::after {
  background: url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='40'%20height='40'%20rx='4'%20fill='%23DA005C'/%3e%3cpath%20d='M23.7952%2020.9089H12.7271V19.0907H23.7952L18.7043%2013.9998L19.9998%2012.7271L27.2725%2019.9998L19.9998%2027.2725L18.7043%2025.9998L23.7952%2020.9089Z'%20fill='white'/%3e%3c/svg%3e") center center/contain no-repeat;
}

.c-contact__text {
  margin-top: 0.75rem;
}

.c-cvBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 17.8125rem);
  height: 4.1875rem;
  font-size: 1.125rem;
  gap: 0.625rem;
  border-radius: 3.125rem;
  transition: all 0.45s;
}
@media screen and (max-width: 767px) {
  .c-cvBtn {
    font-size: 0.875rem;
    height: 3.5rem;
  }
}

.c-cvBtn.u-bg-white {
  border: 0.0625rem solid #fff;
}

@media screen and (max-width: 767px) {
  .p-kv__btn .c-cvBtn {
    height: 2.75rem;
    font-size: 0.8125rem;
    gap: 0.5rem;
    width: 100%;
  }
}

.c-cvBtn::before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.45s;
}

@media screen and (max-width: 767px) {
  .p-kv__btn .c-cvBtn::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.c-cvBtn.contact::before {
  background-color: #DA005C;
  mask: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2020C3.45%2020%202.97933%2019.8043%202.588%2019.413C2.19667%2019.0217%202.00067%2018.5507%202%2018V6C2%205.45%202.196%204.97933%202.588%204.588C2.98%204.19667%203.45067%204.00067%204%204H20C20.55%204%2021.021%204.196%2021.413%204.588C21.805%204.98%2022.0007%205.45067%2022%206V18C22%2018.55%2021.8043%2019.021%2021.413%2019.413C21.0217%2019.805%2020.5507%2020.0007%2020%2020H4ZM12%2013L4%208V18H20V8L12%2013ZM12%2011L20%206H4L12%2011ZM4%208V6V18V8Z'%20fill='%23DA005C'/%3e%3c/svg%3e") center center/contain no-repeat;
}

.c-cvBtn.u-bg-main-color.contact::before {
  background-color: #fff;
}

.c-cvBtn.document::before {
  background-color: #fff;
  mask: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%202H6C4.9%202%204%202.9%204%204V20C4%2021.1%204.89%2022%205.99%2022H18C19.1%2022%2020%2021.1%2020%2020V8L14%202ZM18%2020H6V4H13V9H18V20Z'%20fill='white'/%3e%3c/svg%3e") center center/contain no-repeat;
}

@media (hover: hover) {
  .c-cvBtn:hover.u-bg-white {
    background-color: #DA005C;
    color: #fff;
  }
  .c-cvBtn:hover.u-bg-white::before {
    background-color: #fff;
  }
  .c-cvBtn:hover.u-bg-main-color {
    background-color: #fff;
    color: #DA005C;
  }
  .c-cvBtn:hover.u-bg-main-color::before {
    background-color: #DA005C;
  }
  .c-cvBtn:hover.u-bg-sub-color {
    background-color: #fff;
    color: #1E2380;
  }
  .c-cvBtn:hover.u-bg-sub-color::before {
    background-color: #1E2380;
  }
}
.c-floatBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  height: 100%;
  font-size: 0.875rem;
  font-weight: bold;
}

.c-floatBtn::before {
  display: block;
  content: "";
  width: 1.125rem;
  height: 1.25rem;
}

.c-floatBtn.contact::before {
  background-color: #fff;
  mask: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2020C3.45%2020%202.97933%2019.8043%202.588%2019.413C2.19667%2019.0217%202.00067%2018.5507%202%2018V6C2%205.45%202.196%204.97933%202.588%204.588C2.98%204.19667%203.45067%204.00067%204%204H20C20.55%204%2021.021%204.196%2021.413%204.588C21.805%204.98%2022.0007%205.45067%2022%206V18C22%2018.55%2021.8043%2019.021%2021.413%2019.413C21.0217%2019.805%2020.5507%2020.0007%2020%2020H4ZM12%2013L4%208V18H20V8L12%2013ZM12%2011L20%206H4L12%2011ZM4%208V6V18V8Z'%20fill='%23DA005C'/%3e%3c/svg%3e") center center/contain no-repeat;
}

.c-floatBtn.document::before {
  background-color: #fff;
  mask: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%202H6C4.9%202%204%202.9%204%204V20C4%2021.1%204.89%2022%205.99%2022H18C19.1%2022%2020%2021.1%2020%2020V8L14%202ZM18%2020H6V4H13V9H18V20Z'%20fill='white'/%3e%3c/svg%3e") center center/contain no-repeat;
}

.c-hamburger {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #DA005C;
}

.c-hamburger span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background-color: #fff;
  width: 1.6875rem;
  height: 0.125rem;
  transition: all 0.45s;
}

.c-hamburger span:nth-child(1) {
  top: calc(50% - 0.5rem);
}

.c-hamburger span:nth-child(2) {
  top: 50%;
}

.c-hamburger span:nth-child(3) {
  top: calc(50% + 0.5rem);
}

.c-hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-head {
  display: grid;
  grid-template-columns: 1fr 49.6875rem;
  gap: 1.25rem;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-head {
    grid-template-columns: 100%;
    gap: 1rem;
  }
}

.c-partner {
  position: relative;
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
}

.c-partner.popular::before {
  position: absolute;
  content: "人気メニュー";
  font-size: 0.75rem;
  padding: 0.1875rem 0.625rem;
  border-radius: 2rem;
  color: #fff;
  background-color: #BF9C46;
  top: 0.625rem;
  left: 0.625rem;
}

.c-partner__thumbnail img {
  aspect-ratio: 288/216;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-partner__body {
  padding: 1.25rem;
}

.c-partner__title {
  font-size: 1.125rem;
}

.c-partner__exerpt {
  margin-top: 0.5rem;
}

.c-partner__exerpt.c-smallText {
  line-height: 1.5;
}

.c-partner__note {
  font-size: 0.75rem;
  margin-top: 0.75rem;
}

.c-patern__head {
  position: sticky;
  display: flex;
  flex-direction: column;
  top: 5rem;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-patern__head {
    position: relative;
    top: initial;
    padding-block: 0.8125rem 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-modal__content .c-patern__head {
    position: sticky;
    top: 0;
  }
}

.c-patern__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-patern__title {
    gap: 0.5rem;
    font-size: 1.125rem;
  }
}

.c-patern__title img {
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .c-patern__title img {
    width: 1.5rem;
  }
}

.c-patern__text {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-patern__text {
    display: block;
    margin-bottom: 0;
  }
}

.c-patern__btn {
  text-align: center;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .c-patern__btn {
    margin-top: 1rem;
  }
}

.c-patern__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.875rem;
  border-radius: 2rem;
  padding: 0.375rem 1.25rem 0.375rem;
  border: 1px solid #fff;
  transition: all 0.45s;
}

@media (hover: hover) {
  .c-patern__btn a:hover.u-main-color {
    background-color: #DA005C;
    color: #fff;
  }
  .c-patern__btn a:hover.u-sub-color {
    background-color: #1E2380;
    color: #fff;
  }
  .c-patern__btn a:hover.u-gold {
    background-color: #BF9C46;
    color: #fff;
  }
}
.c-patern__theme {
  padding: 1.625rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-patern__theme {
    padding-inline: 1rem;
  }
}

.c-patern__label {
  width: fit-content;
  font-size: 1rem;
  border-radius: 2rem;
  padding: 0.125rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-patern__label {
    font-size: 0.875rem;
  }
}

.c-patern__lists {
  display: grid;
  grid-template-columns: 100%;
  gap: 0.25rem;
  margin-top: 0.75rem;
}

.c-patern__list {
  display: grid;
  grid-template-columns: 1.75rem 1fr;
  font-size: 1rem;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-patern__list {
    font-size: 0.875rem;
  }
}

.c-patern__list::before {
  display: block;
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  mask: url("data:image/svg+xml,%3csvg%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.6667%2019.8333L7%2015.1666L8.645%2013.5099L11.6667%2016.5316L19.355%208.84326L21%2010.4999'%20fill='%231E2380'/%3e%3c/svg%3e") center center/contain no-repeat;
}

.c-patern__list.main-color::before {
  background-color: #DA005C;
}

.c-patern__list.sub-color::before {
  background-color: #1E2380;
}

.c-patern__list.gold-color::before {
  background-color: #BF9C46;
}

@media screen and (max-width: 767px) {
  .c-patern__open.u-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    padding: 0.875rem 1.5rem;
    border-radius: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .c-patern__open span {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 1.125rem;
    height: 1.125rem;
    background-color: #fff;
    vertical-align: middle;
    margin-left: 0.375rem;
  }
}
.c-patern__open span::before, .c-patern__open span::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0.5625rem;
  height: 0.0625rem;
  margin: auto;
  inset: 0;
}
.c-patern__open span::after {
  transform: rotate(90deg);
}

.c-patern__open.u-bg-main-color span::after,
.c-patern__open.u-bg-main-color span::before {
  background-color: #DA005C;
}

.c-patern__open.u-bg-sub-color span::after,
.c-patern__open.u-bg-sub-color span::before {
  background-color: #1E2380;
}

.c-patern__open.u-bg-gold span::after,
.c-patern__open.u-bg-gold span::before {
  background-color: #BF9C46;
}

.c-patern__menu {
  border-top: 0.25rem solid #fff;
  padding: 1.5rem;
}

.p-modal .c-patern__menu {
  border-color: #000;
}

.c-patern__cards {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.5rem;
  margin-top: 1.25rem;
}

.c-patern__card {
  padding: 1.25rem;
}

.c-patern__thumbnail img {
  aspect-ratio: 301/170;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-patern__cardTitle {
  margin-top: 1rem;
}

.c-patern__cardText {
  margin-top: 0.25rem;
}

.c-patern__arrow {
  width: 9.375rem;
  margin-inline: auto;
  margin-top: 2.75rem;
}

.c-patern__case {
  padding: 1.5rem;
}

.c-patern__lead {
  margin-top: 0.5rem;
}

.c-patern__caseImg {
  margin-top: 1.25rem;
}

.c-patern__caseImg img {
  aspect-ratio: 341/192;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-patern__company {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.c-patern__logo img {
  aspect-ratio: 100/40;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-patern__companyName {
  font-size: 0.75rem;
}

.c-patern__companyTitle {
  margin-top: 0.5rem;
  text-decoration: underline;
}

.c-patern__info {
  display: grid;
  grid-template-columns: 100%;
  gap: 0.125rem;
  font-size: 0.75rem;
  margin-top: 0.75rem;
}

.c-patern__link {
  display: block;
  transition: all 0.45s;
}

@media (hover: hover) {
  .c-patern__link:hover {
    opacity: 0.8;
  }
}
.c-stadium {
  display: grid;
  grid-template-columns: 18.4375rem 1fr;
  align-items: center;
  transition: all 0.45s;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-stadium {
    grid-template-columns: 100%;
  }
}

@media (hover: hover) {
  .c-stadium:hover {
    opacity: 0.6;
  }
}
.c-stadium__content {
  padding-inline: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .c-stadium__content {
    padding-block: 0.9375rem;
    padding-inline: 1rem;
  }
}

.c-stadium__label {
  width: max-content;
  padding: 0.25rem 1rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .c-stadium__label {
    padding-block: 0.125rem;
  }
}

.c-stadium__title.c-subTitle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-stadium__title.c-subTitle {
    font-size: 1rem;
  }
}

.c-stadium__title::after {
  width: 1.75rem;
  height: 1.75rem;
  display: block;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-stadium__title::after {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.c-stadium.u-bg-blue .c-stadium__title::after {
  background: url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='40'%20height='40'%20rx='4'%20fill='%231E2380'/%3e%3cpath%20d='M23.7952%2020.9089H12.7271V19.0907H23.7952L18.7043%2013.9998L19.9998%2012.7271L27.2725%2019.9998L19.9998%2027.2725L18.7043%2025.9998L23.7952%2020.9089Z'%20fill='white'/%3e%3c/svg%3e") center center/contain no-repeat;
}

.c-stadium__text {
  margin-top: 0.75rem;
}

.c-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-terms {
    margin-top: 0.75rem;
  }
}

.c-terms__term {
  font-size: 0.625rem;
  padding: 0.1875rem 0.75rem;
  border-radius: 2rem;
}
.c-terms__term.bg-cerezo-navy {
  background-color: #1E2380;
}
.c-terms__term.bg-cerezo-pink {
  background-color: #DA005C;
}
.c-terms__term.bg-cerezo-red {
  background-color: #DA005C;
}

.c-text {
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: 0.875rem;
  }
}

.c-smallText {
  font-size: 0.875rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-smallText {
    font-size: 0.75rem;
  }
}

.c-title {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.5rem;
  }
}

.c-subTitle {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-subTitle {
    font-size: 1.125rem;
  }
}

.l-inner {
  margin: 0 auto;
  width: 100%;
  height: inherit;
  padding-right: 25px;
  padding-left: 25px;
  max-width: calc(75rem + 50px);
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 33.75rem;
  }
}

.l-inner.--s {
  max-width: calc(62.375rem + 50px);
}

.p-about {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-bottom: 0;
  }
}

.p-about__wrap {
  display: grid;
  grid-template-columns: 49.498997996% 1fr;
  gap: 4.0080160321%;
  align-items: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__wrap {
    grid-template-columns: 100%;
    gap: 2rem;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about__figure {
    order: 1;
  }
}

.p-about__bigText {
  font-size: 1.25rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-about__bigText {
    text-align: center;
    font-size: 1rem;
  }
}

.p-about__text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    margin-top: 1rem;
  }
}

.p-about__arrow {
  max-width: 9.375rem;
  margin-inline: auto;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about__arrow {
    max-width: 6.25rem;
    margin-top: 2.5rem;
  }
}

.p-about__slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about__slider {
    display: block;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__slider .splide__track {
    overflow: unset;
  }
}
.p-about__slider .splide-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.p-about__slider .splide-pagination li {
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #D1D1D1;
}
.p-about__slider .splide-pagination li button {
  height: 100%;
}
.p-about__slider .splide-pagination li:has(.is-active) {
  background-color: #DA005C;
}

.p-bnr {
  background-color: #F4F4F9;
  padding-block: 4rem;
}

.p-bnr__img {
  max-width: 36.875rem;
  margin-inline: auto;
}

.p-bnr__img a {
  text-align: center;
  display: block;
  transition: all 0.45s;
}

@media (hover: hover) {
  .p-bnr__img a:hover {
    opacity: 0.8;
  }
}
.p-bnr__text {
  display: block;
  text-decoration: underline;
  margin-top: 1.25rem;
}

.p-column__head {
  grid-template-columns: 100%;
}

@media screen and (max-width: 767px) {
  .p-column__title {
    text-align: center;
  }
}

.p-column__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-column__cards {
    grid-template-columns: 100%;
    gap: 0;
    border-bottom: 1px solid #CDCEE3;
  }
}

.p-contact__blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__blocks {
    grid-template-columns: 100%;
    gap: 0.75rem;
  }
}

.p-contact__block.wide {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .p-contact__block.wide {
    grid-column: initial;
  }
}

.p-drawer {
  position: fixed;
  top: 0;
  left: 0;
  top: 3.9375rem;
  width: 100%;
  min-height: calc(100dvh - 4rem);
  height: calc(100vh - 3.9375rem);
  background-color: #fff;
  overflow-y: auto;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 1.875rem 1.875rem -1.875rem rgba(0, 0, 0, 0.1) inset;
}

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

.p-drawer__inner {
  padding-block: 2.5rem 3rem;
  height: fit-content;
}

.p-faq__blocks {
  display: grid;
  grid-template-columns: 100%;
  gap: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__blocks {
    margin-top: 3rem;
  }
}

.p-faq__block {
  border-radius: 0.5rem;
}

.p-faq__q {
  position: relative;
  padding-block: 1.5rem;
  padding-inline: 1.5rem 5.25rem;
  cursor: pointer;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    font-size: 0.875rem;
    padding-block: 1rem;
    padding-inline: 1rem 3.5rem;
  }
}

.p-faq__q a {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-faq__q a {
    width: 3.75rem;
  }
}

.p-faq__q::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  width: 1.75rem;
  height: 1.75rem;
  background: url("data:image/svg+xml,%3csvg%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.8335%2015.1673H5.8335V12.834H12.8335V5.83398H15.1668V12.834H22.1668V15.1673H15.1668V22.1673H12.8335V15.1673Z'%20fill='%23DA005C'/%3e%3c/svg%3e") center center/contain no-repeat;
  transition: all 0.45s;
}
@media screen and (max-width: 767px) {
  .p-faq__q::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-faq__block.is-opened .p-faq__q::after {
  background: url("data:image/svg+xml,%3csvg%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.8335%2015.1673V12.834H22.1668V15.1673H5.8335Z'%20fill='%23DA005C'/%3e%3c/svg%3e") center center/contain no-repeat;
}

.p-faq__content {
  overflow: hidden;
  padding-inline: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__content {
    padding-inline: 1rem;
  }
}

.p-faq__a {
  border-top: 1px dashed #CDCEE3;
  padding-block: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__a {
    padding-block: 1.25rem 1rem;
  }
}

.p-faq__text p + p {
  margin-top: 1.5em;
}

.p-faq__text a {
  color: #1E2380;
  text-decoration: underline;
  transition: all 0.45s;
}

@media (hover: hover) {
  .p-faq__text a:hover {
    opacity: 0.6;
  }
}
.p-faq__q,
.p-faq__a {
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-faq__q,
  .p-faq__a {
    grid-template-columns: 1.5rem 1fr;
    gap: 0.75rem;
  }
}
.p-faq__q::before,
.p-faq__a::before {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__q::before,
  .p-faq__a::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-faq__q::before {
  background: url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='16'%20cy='16'%20r='16'%20fill='%23DA005C'/%3e%3cpath%20d='M19.0466%2026.1225C18.6896%2025.9374%2018.3326%2025.673%2017.9756%2025.3292C17.6318%2024.9854%2017.3013%2024.6086%2016.9839%2024.1987C16.6798%2023.7888%2016.4022%2023.3987%2016.1509%2023.0285C16.098%2023.0417%2016.0385%2023.0483%2015.9724%2023.0483C15.9063%2023.0483%2015.8402%2023.0483%2015.7741%2023.0483C14.6899%2023.0483%2013.8238%2022.8368%2013.1759%2022.4137C12.528%2021.9906%2012.0653%2021.389%2011.7876%2020.6089C11.5099%2019.8155%2011.3711%2018.89%2011.3711%2017.8322V11.7433C11.3711%2010.6856%2011.5099%209.77985%2011.7876%209.02618C12.0785%208.25929%2012.5413%207.67752%2013.1759%207.28085C13.8238%206.87096%2014.6899%206.66602%2015.7741%206.66602C16.8583%206.66602%2017.7178%206.87096%2018.3524%207.28085C19.0003%207.69074%2019.4631%208.27252%2019.7408%209.02618C20.0317%209.77985%2020.1771%2010.6856%2020.1771%2011.7433V17.852C20.1771%2018.6321%2020.0978%2019.3461%2019.9391%2019.994C19.7804%2020.6287%2019.5292%2021.1774%2019.1854%2021.6402C18.8417%2022.0897%2018.3855%2022.4335%2017.8169%2022.6715C17.9756%2022.8698%2018.1475%2023.0748%2018.3326%2023.2864C18.5177%2023.5111%2018.7028%2023.7161%2018.8879%2023.9012C19.073%2024.0863%2019.2449%2024.2383%2019.4036%2024.3573L19.0466%2026.1225ZM15.7741%2021.2832C16.3823%2021.2832%2016.8385%2021.1642%2017.1426%2020.9262C17.4467%2020.675%2017.6516%2020.3312%2017.7574%2019.8949C17.8632%2019.4453%2017.9161%2018.923%2017.9161%2018.328V11.2872C17.9161%2010.6922%2017.8632%2010.1831%2017.7574%209.76002C17.6516%209.32368%2017.4467%208.99313%2017.1426%208.76835C16.8385%208.53035%2016.3823%208.41135%2015.7741%208.41135C15.1791%208.41135%2014.7229%208.53035%2014.4056%208.76835C14.1015%208.99313%2013.8965%209.32368%2013.7908%209.76002C13.685%2010.1831%2013.6321%2010.6922%2013.6321%2011.2872V18.328C13.6321%2018.923%2013.685%2019.4453%2013.7908%2019.8949C13.8965%2020.3312%2014.1015%2020.675%2014.4056%2020.9262C14.7229%2021.1642%2015.1791%2021.2832%2015.7741%2021.2832Z'%20fill='white'/%3e%3c/svg%3e") center center/contain no-repeat;
}

.p-faq__a {
  align-items: flex-start;
}

.p-faq__a::before {
  background: url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='16'%20cy='16'%20r='16'%20fill='%231E2380'/%3e%3cpath%20d='M11.3569%2023.899L14.7683%207.83398H16.9301L20.3613%2023.899H18.2391L17.5053%2019.853H14.2328L13.4593%2023.899H11.3569ZM14.5303%2018.2465H17.2078L15.8591%2011.0073L14.5303%2018.2465Z'%20fill='white'/%3e%3c/svg%3e") center center/contain no-repeat;
}

.p-float {
  position: fixed;
  width: 100%;
  height: 3.5rem;
  bottom: 0;
  transition: all 0.5s;
  transform: translateY(105%);
  opacity: 0;
  z-index: 5;
}

.p-float.is-active {
  opacity: 1;
  transform: translateY(0);
}

.p-float__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
}

.p-float__btn {
  height: 100%;
}

.p-flow__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .p-flow__steps {
    grid-template-columns: 100%;
  }
}

.p-flow__steps::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 50%;
  height: 0.6875rem;
  background-color: #DA005C;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-flow__steps::before {
    height: 100%;
    width: 0.375rem;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}

.p-flow__step {
  position: relative;
  border-radius: 0.5rem;
  padding-inline: 1.25rem;
  padding-block: 2.75rem 1.25rem;
}

.p-flow__step::before {
  position: absolute;
  top: 1rem;
  counter-increment: number 1;
  content: "STEP0" counter(number);
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1E2380;
  line-height: 1.5;
  border-bottom: 1px solid;
}

@media screen and (max-width: 767px) {
  .p-flow__top {
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: 0.5rem;
    align-items: center;
    margin-top: 0.25rem;
  }
}

.p-flow__icon {
  width: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-flow__icon {
    width: 100%;
    margin: 0;
  }
}

.p-flow__subTitle.u-text-center {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__subTitle.u-text-center {
    text-align: left;
    margin-top: 0;
  }
}

.p-flow__text {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    margin-top: 0.25rem;
  }
}

.p-footer {
  background-color: #DA005C;
  padding-block: 5rem;
}

.p-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    display: block;
  }
}

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

@media screen and (max-width: 767px) {
  .p-footer__body {
    margin-top: 2rem;
  }
}

.p-footer__links {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__links {
    justify-content: center;
  }
}

.p-footer__link {
  width: 2.5rem;
}

.p-footer__link a {
  display: block;
  transition: all 0.45s;
}

.p-footer__link a:hover {
  filter: brightness(1.2);
}

.p-footer__text {
  display: grid;
  gap: 0.25rem;
  text-align: right;
  font-size: 0.75rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    text-align: center;
  }
}

.p-footer__copy {
  font-size: 1rem;
}

.p-globalNav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-globalNav {
    flex-direction: column;
    gap: 2rem;
  }
}

.p-globalNav__links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-globalNav__links {
    width: 100%;
    gap: 0;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-globalNav__link {
    width: 100%;
  }
}

.p-globalNav__link a {
  display: block;
  font-size: 0.875rem;
  transition: all 0.45s;
}
@media screen and (max-width: 767px) {
  .p-globalNav__link a {
    text-align: center;
    padding-block: 1.25rem;
    border-bottom: 1px dashed rgba(30, 35, 128, 0.1);
  }
}

.p-globalNav__btns {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-globalNav__btns {
    width: min(100%, 17.5rem);
    flex-direction: column;
    gap: 0.75rem;
  }
}

.p-globalNav__btn {
  width: 7.375rem;
  height: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-globalNav__btn {
    width: 100%;
    height: 3.5rem;
  }
}

.p-globalNav__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  transition: all 0.45s;
  border-radius: 2rem;
}

@media (hover: hover) {
  .p-globalNav__btn a:hover,
  .p-globalNav__link a:hover {
    opacity: 0.6;
  }
}
.p-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 5rem;
  background-color: #fff;
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.05);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 4rem;
    box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.05);
  }
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    max-width: unset;
    padding-left: 1rem;
    padding-right: 0;
  }
}

.p-header__logo {
  width: 9rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 7.375rem;
  }
}

.p-header__logo a {
  display: block;
  transition: all 0.45s;
}

@media screen and (max-width: 767px) {
  .p-header__hamburger {
    width: 3.625rem;
    height: 4rem;
    margin-left: auto;
  }
}

.p-intro {
  background: url(../images/bg_about_pc.webp) top left/100% no-repeat, linear-gradient(to bottom, rgba(218, 0, 92, 0.1) 0%, white);
  padding-block: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-intro {
    background: url(../images/bg_about_sp.webp) top left/100% no-repeat, linear-gradient(to bottom, rgba(218, 0, 92, 0.1) 0%, white 80%);
  }
}

.p-intro__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-intro__wrap {
    display: block;
  }
}

.p-intro__content {
  padding-block: 3rem;
}
@media screen and (max-width: 767px) {
  .p-intro__content {
    padding-block: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-intro__title {
    text-align: center;
  }
}

.p-intro__text {
  max-width: 33.75rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-intro__text {
    margin-top: 1.5rem;
  }
}

.p-intro__text.c-text {
  line-height: 1.9;
}

.p-intro__img {
  width: max(100%, 100% + 50vw + 25px - 37.5rem);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-intro__img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: auto;
  }
}

.p-intro__img img {
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.p-kv {
  position: relative;
  display: flex;
  align-items: center;
  aspect-ratio: 1440/638;
  padding-block: initial;
  background: url(../images/kv_pc.webp) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-kv {
    padding-block: initial;
    display: block;
    padding-top: 2.625rem;
    aspect-ratio: 375/450;
    background-position: center bottom;
    background-image: url(../images/kv_sp.webp);
  }
}
@media screen and (max-width: 540px) {
  .p-kv {
    aspect-ratio: 375/563;
  }
}

.p-kv__title {
  width: fit-content;
  font-size: 1rem;
  padding: 0.375rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-kv__title {
    font-size: 0.75rem;
  }
}

.p-kv__subTitle {
  margin-top: 1.125rem;
}

@media screen and (max-width: 767px) {
  .p-kv__subTitle.c-title {
    font-size: 1.375rem;
  }
}

.p-kv__text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-kv__text {
    margin-top: 1.125rem;
  }
}

.p-kv__btns {
  display: flex;
  gap: 1.3125rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-kv__btns {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px * 2);
    gap: 0.75rem;
    margin-top: 3rem;
    bottom: 1.25rem;
  }
}

.p-kv__btn {
  width: 17.8125rem;
}
@media screen and (max-width: 767px) {
  .p-kv__btn {
    width: 50%;
  }
}

.p-ladies {
  position: relative;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  background-size: 0.75rem 0.0625rem;
  background-position: top left;
  background-repeat: repeat-x;
}

.p-ladies::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  pointer-events: none;
  bottom: 0;
  left: calc(50% - 50vw);
  background: url(../images/bg_ladies.webp) left bottom/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-ladies::before {
    background-image: url(../images/bg_ladies_sp.webp);
  }
}

.p-ladies__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-ladies__wrap {
    grid-template-columns: 100%;
    gap: 2.5rem;
    margin-top: 2rem;
  }
}

.p-ladies__img img {
  border-radius: .5rem;
}

.p-ladies__bottom {
  margin-top: 2.5rem;
}

.p-ladies__btn {
  position: relative;
  margin-top: 3rem;
}

.p-ladies__lead {
  font-size: 1.125rem;
}

.p-ladies__lists {
  margin-top: 0.5rem;
}

.p-ladies__list {
  display: grid;
  grid-template-columns: 1em 1fr;
}
@media screen and (max-width: 767px) {
  .p-ladies__list {
    font-size: 0.875rem;
  }
}

.p-ladies__list::before {
  display: block;
  content: "・";
}

.p-logo {
  padding-block: 1.5rem 2.5rem;
}

.p-logo__slider + .p-logo__slider {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-logo__slider + .p-logo__slider {
    margin-top: 1rem;
  }
}

.p-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

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

.p-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.8;
}

.p-modal__content {
  position: relative;
  max-width: 33.75rem;
  width: calc(100% - 2rem);
  height: fit-content;
  max-height: calc(100% - 3.75rem);
  overflow: auto;
  z-index: 1;
  margin: auto;
  inset: 0;
  top: 1.875rem;
  bottom: 1.875rem;
}

.p-patern__modal .p-modal__content {
  border-radius: 0.5rem;
}
.p-patern__modal .p-modal__close {
  position: fixed;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  top: 1.25rem;
  right: 0.375rem;
  right: calc(50% - min(50vw - 0.375rem, 16.875rem));
  border-radius: 50%;
  padding: 0.1875rem;
  z-index: 2;
}

.p-modal__main {
  position: absolute;
  margin: auto;
  inset: 0;
  width: calc(100% - 2rem);
  height: fit-content;
  padding-top: 0.5625rem;
}

.p-strength__modal .p-modal__bg {
  background: #00003B;
  opacity: 1;
}
.p-strength__modal .p-modal__close {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  top: 0rem;
  right: -0.375rem;
  border-radius: 50%;
  padding: 0.1875rem;
  z-index: 3;
}

.p-news__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news__cards {
    margin-top: 3rem;
    grid-template-columns: 100%;
    gap: 0;
    border-bottom: 1px solid #CDCEE3;
  }
}

.p-news__btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news__btn {
    margin-top: 3rem;
  }
}

.p-partner__blocks {
  display: grid;
  grid-template-columns: 100%;
  gap: 5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-partner__blocks {
    gap: 4rem;
    margin-top: 3rem;
  }
}

.p-partner__subTitle.c-text {
  padding-block: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-partner__subTitle.c-text {
    font-size: 1rem;
  }
}

.p-partner__links {
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-partner__links {
    margin-top: 2rem;
    gap: 0.5rem;
  }
}

.p-partner__links.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-partner__links.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-partner__links.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-partner__links.grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-partner__link a {
  display: block;
  transition: all 0.45s;
}

@media (hover: hover) {
  .p-partner__link a:hover {
    opacity: 0.6;
  }
}
.p-partner__other {
  margin-top: 4rem;
}

.p-partner__btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-partner__btns {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0.625rem;
    margin-top: 1.5rem;
  }
}

.p-partnerMenu {
  overflow: hidden;
}

.p-partnerMenu__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-partnerMenu__cards {
    display: block;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-partnerMenu__cards .splide__track {
    overflow: unset;
  }
}

@media screen and (max-width: 767px) {
  .p-partnerMenu__card {
    width: 19.4375rem;
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: 0;
  }
}

.p-partnerMenu__card:nth-child(4n+2) {
  transition-delay: 0.3s;
}

.p-partnerMenu__card:nth-child(4n+3) {
  transition-delay: 0.6s;
}

.p-partnerMenu__card:nth-child(4n+4) {
  transition-delay: 0.9s;
}

@media screen and (max-width: 767px) {
  .p-partnerMenu__thumbnail {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-partnerMenu__tab {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Jost", sans-serif;
    color: #fff;
    background-color: #CDCEE3;
    border-radius: 0.125rem;
    transition: all 0.2s;
  }
}

@media screen and (max-width: 767px) {
  .p-partnerMenu__tab.is-active {
    background-color: #DA005C;
  }
}

.p-patern {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-patern {
    padding-bottom: 0;
  }
}

.p-patern__head {
  width: fit-content;
  font-size: 1.125rem;
  margin-inline: auto;
  border-bottom: 1px dashed #1E2380;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-patern__head {
    font-size: 0.875rem;
  }
}

.p-patern__title {
  margin-top: 1rem;
}

.p-patern__blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-patern__blocks {
    grid-template-columns: 100%;
    margin-top: 3rem;
  }
}

.p-patern__block {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.p-patern__btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-patern__btn {
    margin-top: 3rem;
  }
}

.p-strength {
  position: relative;
  padding: 0;
  overflow: clip;
}

.p-strength::before {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh + 6.25rem);
  content: "";
  display: block;
  z-index: -1;
  background: url(../images/bg_strengths.webp) center top/cover no-repeat;
}

.p-strength .l-inner {
  margin-top: -100vh;
}

.p-strength__head {
  width: fit-content;
  font-size: 1.125rem;
  margin-inline: auto;
  border-bottom: 1px dashed #fff;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-strength__head {
    font-size: 0.875rem;
  }
}

.p-strength__title {
  margin-top: 1rem;
}

.p-strength__nav {
  display: flex;
  justify-content: center;
  gap: 1.0625rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-strength__nav {
    gap: 0.5rem;
  }
}

.p-strength__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 15.75rem;
  padding-block: 0.75rem 1.125rem;
  border-radius: 0.25rem;
}

.p-strength__button::after {
  display: block;
  content: "";
  width: 1.4375rem;
  height: 0.5625rem;
  background: url("data:image/svg+xml,%3csvg%20width='23'%20height='9'%20viewBox='0%200%2023%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.5%209L0%200L11.5%205.72754L23%200L11.5%209Z'%20fill='white'/%3e%3c/svg%3e") center center/contain no-repeat;
  margin-top: auto;
  transition: all 0.45s;
}

@media (hover: hover) {
  .p-strength__button:hover::after {
    transform: translateY(0.25rem);
  }
}
.p-strength__number {
  border-bottom: 1px solid;
}

.p-strength__button-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  margin-top: 0.5rem;
  margin-bottom: 0.625rem;
}

.p-strength__blocks {
  display: grid;
  grid-template-columns: 100%;
  gap: 6.25rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-strength__blocks {
    gap: 4rem;
  }
}

.p-strength__block {
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  background-size: 0.75rem 0.0625rem;
  background-position: top left;
  background-repeat: repeat-x;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-strength__block {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-strength__body {
    display: grid;
    grid-template-columns: 100%;
  }
}

.p-strength__subTitle {
  width: fit-content;
  font-size: 1.875rem;
  padding: 0.25rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-strength__subTitle {
    display: inline;
    white-space: nowrap;
    box-decoration-break: clone;
    font-size: 1.25rem;
    line-height: 2.25;
  }
}

.p-strength__figure {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-strength__figure {
    order: 1;
    margin-top: 2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 0.5rem;
  }
}

.p-strength__img {
  position: relative;
}
.p-strength__img img {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: .5rem;
}
/* 
@media screen and (max-width: 767px) {
  .p-strength__img::before {
    position: absolute;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='12'%20cy='12'%20r='12'%20fill='%23BF9C46'/%3e%3cpath%20d='M14.9167%2013.6667H14.2583L14.025%2013.4417C14.87%2012.4617%2015.3343%2011.2106%2015.3333%209.91667C15.3333%208.84535%2015.0157%207.7981%2014.4205%206.90733C13.8253%206.01656%2012.9793%205.3223%2011.9895%204.91232C10.9998%204.50235%209.91066%204.39508%208.85993%204.60408C7.8092%204.81309%206.84404%205.32897%206.08651%206.08651C5.32897%206.84404%204.81309%207.8092%204.60408%208.85993C4.39508%209.91066%204.50235%2010.9998%204.91232%2011.9895C5.3223%2012.9793%206.01656%2013.8253%206.90733%2014.4205C7.7981%2015.0157%208.84535%2015.3333%209.91667%2015.3333C11.2583%2015.3333%2012.4917%2014.8417%2013.4417%2014.025L13.6667%2014.2583V14.9167L17.8333%2019.075L19.075%2017.8333L14.9167%2013.6667ZM9.91667%2013.6667C7.84167%2013.6667%206.16667%2011.9917%206.16667%209.91667C6.16667%207.84167%207.84167%206.16667%209.91667%206.16667C11.9917%206.16667%2013.6667%207.84167%2013.6667%209.91667C13.6667%2011.9917%2011.9917%2013.6667%209.91667%2013.6667Z'%20fill='white'/%3e%3cpath%20d='M12%2010.334H10.3334V12.0007H9.50004V10.334H7.83337V9.50065H9.50004V7.83398H10.3334V9.50065H12V10.334Z'%20fill='white'/%3e%3c/svg%3e") center center/contain no-repeat;
    bottom: 2.5625rem;
    right: 0.4375rem;
  }
} */

.p-strength__img figcaption {
  color: #fff;
  font-size: 0.75rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-strength__img figcaption {
    margin-top: 0.5rem;
  }
}

.p-strength__text {
  padding-left: 1.5rem;
  padding-block: 0.75rem;
  margin-top: 2rem;
  border-left: 0.25rem solid #DA005C;
}
@media screen and (max-width: 767px) {
  .p-strength__text {
    padding-left: 1.25rem;
    margin-top: 2rem;
  }
}

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

.p-strength__text p + p {
  margin-top: 1.7em;
}

.p-strength__bottom {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-strength__bottom {
    margin-top: 4rem;
  }
}

.u-text-center {
  text-align: center;
}

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