@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

body.drawer-open {
  overflow: hidden;
}

/* リキッドレイアウト対応 */
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.8333333333vw;
  }
}

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

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

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

body.fade-in {
  opacity: 1;
}

*,
*::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 body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

.p-404__title-wrapper {
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.test {
  font-size: 3.125rem;
  color: #4fc3e0;
}

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

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

.p-ad {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-ad {
    padding-top: 8.875rem;
    padding-bottom: 7.5rem;
  }
}

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

.p-ad__link {
  display: block;
}

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

.p-ad__btn-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-ad__btn-wrapper {
    margin-top: 1.5rem;
  }
}

.p-ad__btn {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}

.p-ad__btn-text {
  color: #000;
  font-weight: 600;
  line-height: 2.25;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-ad__btn-text {
    font-size: 1rem;
  }
}

.p-ad__svg {
  width: 1.875rem;
  height: 1.875rem;
}

.p-banner {
  position: relative;
  background: linear-gradient(to right, #26d0ce, #2c77bc);
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-banner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  z-index: -1;
}

.p-banner__link {
  display: block;
}

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

.p-banner__arrows {
  position: relative;
}

.p-banner__arrows .swiper-button-prev {
  position: absolute;
  left: 0;
  top: 35%;
  transform: translateY(-50%);
}

.p-banner__arrows .swiper-button-next {
  position: absolute;
  right: 0;
  top: 35%;
  transform: translateY(-50%);
}

.p-drawer-icon {
  background: transparent;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon {
    width: 6.25rem;
    height: 6.25rem;
  }
}

.p-drawer-icon.is-active {
  position: relative;
  z-index: 10001;
  background: transparent;
  width: 3.125rem;
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon.is-active {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.p-drawer-icon.is-active .p-drawer-icon__text {
  margin-top: 1.75rem;
  margin-left: -0.625rem;
}
.p-drawer-icon.is-active .p-drawer-icon__bar1 {
  background: white;
  position: absolute;
  top: 32%;
  left: 38%;
  transform: translate(-50%, -50%) rotate(-30deg);
  width: 3.125rem;
}
.p-drawer-icon.is-active .p-drawer-icon__bar2 {
  opacity: 0;
}
.p-drawer-icon.is-active .p-drawer-icon__bar3 {
  background: white;
  position: absolute;
  top: 30%;
  left: 1%;
  transform: translate(-50%, -50%) rotate(30deg);
  width: 3.125rem;
}
.p-drawer-icon.is-active .p-drawer-icon__text {
  color: #fff;
}

.p-drawer-icon__bars {
  position: relative;
  width: 1.75rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bars {
    gap: 0.5rem;
    width: 3.125rem;
    height: 3.75rem;
  }
}

.p-drawer-icon__text {
  color: #0370bb;
  font-weight: 500;
  text-align: center;
  font-family: "Sen", sans-serif;
  line-height: 1;
  margin-top: 0.1875rem;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__text {
    font-size: 0.9375rem;
    margin-top: 0.625rem;
  }
}

.p-drawer-icon__bar1 {
  height: 3px;
  background: #0370bb;
  transition: 0.5s;
  width: 1.25rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bar1 {
    width: 1.875rem;
  }
}

.p-drawer-icon__bar2 {
  height: 3px;
  background: #0370bb;
  transition: 0.5s;
  width: 1.25rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bar2 {
    margin-left: 0.625rem;
    width: 1.875rem;
  }
}

.p-drawer-icon__bar3 {
  height: 3px;
  background: #0370bb;
  transition: 0.5s;
  display: flex;
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bar3 {
    width: 1.875rem;
    margin-left: 1.25rem;
  }
}

.p-drawer-content {
  width: 100%;
  height: 100dvh;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #26d0ce 0%, #299ec4 25%, #1e59bf 100%);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  padding-top: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .p-drawer-content {
    padding-top: 0.5rem;
    padding-left: initial;
    padding-right: initial;
    padding-bottom: initial;
  }
}

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

.p-drawer-content__items {
  transition: 0.3s;
  height: 100dvh;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__items {
    max-width: 62.5rem;
    width: 100%;
    padding-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.p-drawer-content__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
@media screen and (min-width: 768px) {
  .p-drawer-content__link {
    border-bottom: initial;
    display: block;
    padding-top: initial;
    padding-bottom: initial;
  }
}

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

@media screen and (min-width: 768px) {
  .p-drawer-content__lists {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5.9375rem;
  }
}

.p-drawer-content__icon {
  width: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__icon {
    width: 7.8125rem;
  }
}

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

.p-drawer-content__detail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__detail {
    padding-top: 0.75rem;
    display: block;
  }
}

.p-drawer-content__detail-text {
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__detail-text {
    line-height: 1.7;
    font-size: 1.875rem;
  }
}

.p-drawer-content__detail-en {
  font-family: "Corinthia", cursive;
  color: #fff;
  font-weight: 700;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__detail-en {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.p-drawer-content__middle {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__middle {
    margin-top: 6.625rem;
  }
}

.p-drawer-content__middle-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  column-gap: 1.375rem;
  row-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__middle-links {
    row-gap: 2.625rem;
    column-gap: 2.5rem;
  }
}

.p-drawer-content__middle-link-link {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 0.625rem;
  gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__middle-link-link {
    gap: 0.75rem;
    padding-bottom: 1.25rem;
  }
}

.p-drawer-content__middle-linkIcon {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__middle-linkIcon {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-drawer-content__middle-linkText {
  font-weight: 600;
  color: #fff;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__middle-linkText {
    font-size: 1.5rem;
  }
}

.p-drawer-content__bottom-links {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__bottom-links {
    margin-top: 3.75rem;
  }
}

.p-drawer-content__bottom-links-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.375rem;
  row-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__bottom-links-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5625rem;
  }
}

.p-drawer-content__bottom-links-link {
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  display: block;
}

.p-drawer-content__bottom-links-text {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
}

.p-drawer-content__bottom-sns {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__bottom-sns {
    margin-top: 8.0625rem;
  }
}

.p-drawer-content__bottom-sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__bottom-sns-list {
    gap: 2.3125rem;
    padding-bottom: initial;
  }
}

.p-drawer-content__bottom-sns-link {
  display: block;
  width: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__bottom-sns-link {
    width: 2.625rem;
  }
}

.p-drawer-content__bottom-sns-link--instagram {
  width: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__bottom-sns-link--instagram {
    width: 2.375rem;
  }
}

.p-drawer-content__bottom-sns-link--x {
  width: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__bottom-sns-link--x {
    width: 2.4375rem;
  }
}

.p-event {
  overflow-x: clip;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-event {
    padding-top: 6.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-event__content {
    display: flex;
    gap: 4.0625rem;
  }
}

.p-event__btn-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-event__btn-wrapper {
    margin-top: 3.25rem;
    display: block;
  }
}

.p-event__slider-btn {
  display: flex;
  gap: 0.625rem;
  margin-top: 2.75rem;
}

.p-event__slider {
  margin-right: calc(50% - 50vw);
}

.p-event__slider .swiper {
  padding-bottom: 1.5rem;
}

.p-event__slider .swiper-wrapper {
  width: 90vw;
}

.p-event__slider-link {
  display: block;
  filter: drop-shadow(3px 3px 0px rgb(9, 115, 206));
  border-radius: 1.25rem;
}

.p-event__img img {
  aspect-ratio: 370/523;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.p-event__detail {
  background: #f2f7fb;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  padding-top: 0.8125rem;
  padding-bottom: 1.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-event__detail {
    padding: 1.5625rem 1.25rem;
  }
}

.p-event__slider-title {
  text-align: center;
  color: #1e59bf;
  font-weight: 600;
  font-size: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-event__slider-title {
    font-size: 1.5625rem;
  }
}

.p-event__slider-detail {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-event__slider-detail {
    margin-top: 1.3125rem;
  }
}

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

.p-event__slider-sub {
  font-weight: 700;
  color: #1e59bf;
  line-height: 2.25;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-event__slider-sub {
    font-size: 1rem;
  }
}

.p-event__slider-text {
  color: #000000;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-event__slider-text {
    line-height: 1.625;
    margin-top: 0.3125rem;
    font-size: 1rem;
  }
}

.p-footer {
  overflow-x: clip;
}

.p-footer__content {
  padding-top: 5.625rem;
  padding-bottom: 3.125rem;
  position: relative;
}

.p-footer__content::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background: url(../images/common/footer_bg_sp.webp);
  width: 94.3vw;
  height: auto;
  aspect-ratio: 390/704;
  object-fit: cover;
  top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-footer__content::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: url(../images/common/footer_bg.webp);
    aspect-ratio: 1820/585;
    margin-right: calc(50% - 50vw + 6.875rem);
  }
}

@media screen and (min-width: 768px) {
  .p-footer__row {
    display: flex;
    justify-content: space-between;
  }
}

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

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

.p-footer__btn-wrapper {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__btn-wrapper {
    flex-direction: row;
    justify-content: initial;
    gap: 1.875rem;
    margin-top: 21.5rem;
  }
}

.p-footer__btn {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  background: #fff;
  border: 1px solid rgba(3, 112, 187, 0.5);
  border-radius: 9999px;
  justify-content: center;
  width: 9.8125rem;
  height: 2.75rem;
}
.p-footer__btn-text {
  color: #000000;
  font-size: 0.9375rem;
  font-weight: 600;
}

.p-footer__svg {
  width: 1.875rem;
  height: 1.875rem;
}

.p-footer__sns-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 9999px;
  height: 2.75rem;
  width: 9.75rem;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sns-wrapper {
    gap: 1.25rem;
  }
}

.p-footer__sns-link {
  display: inline-block;
  width: 1.625rem;
}

.p-footer__blocks {
  margin-top: 2.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__blocks {
    margin-top: initial;
    display: flex;
    gap: 5.8125rem;
  }
}

.p-footer__list + .p-footer__list {
  margin-top: 1.25rem;
}

.p-footer__link {
  color: #fff;
  font-weight: 600;
  line-height: 1.8888888889;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    font-size: 1.125rem;
  }
}

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

.p-footer__sub-link {
  padding-left: 1.625rem;
  color: #fff;
  line-height: 2;
  font-weight: 500;
  position: relative;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sub-link {
    font-size: 1.0625rem;
  }
}

.p-footer__sub-link::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 1px;
  width: 1.0625rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-footer__small-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__small-block {
    display: initial;
    width: initial;
  }
}

.p-footer__small-lists + .p-footer__small-lists {
  margin-top: 1.5625rem;
}

.p-footer__small-list + .p-footer__small-list {
  margin-top: 1.5625rem;
}

.p-footer__small-link {
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2.2666666667;
}

.p-footer__small {
  background: #fff;
  padding-left: 1.375rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__small {
    padding-left: 3.125rem;
    padding-top: 1.8125rem;
    padding-bottom: 1.8125rem;
  }
}

.p-footer__small small {
  font-weight: 500;
  line-height: 4.1666666667;
  color: #000;
  font-size: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__small small {
    font-size: 0.75rem;
  }
}

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

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

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

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

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

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

.p-form__dt span {
  color: #363636;
  font-size: 0.875rem;
}

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

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

.wpcf7-spinner {
  display: none;
}

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

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

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

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

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

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

.p-form__btn-outside {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside {
    width: 15rem;
  }
}

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

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

.p-form__btn input[type=submit] {
  transition: 0.3s ease-in-out;
  border-radius: 9999px;
  position: relative;
  border: 1px solid #222;
  background: #222;
  font-size: 1.125rem;
  width: 15rem;
  height: 3.75rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

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

input::placeholder {
  color: rgba(54, 54, 54, 0.3);
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  input::placeholder {
    font-size: 1.125rem;
  }
}

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

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

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

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

.p-header {
  position: relative;
}

.p-header__inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.p-header__content {
  display: flex;
}

.p-header__logo {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
}

.p-header__logo-link {
  display: inline-block;
  width: 5.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo-link {
    width: 15rem;
  }
}

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

.p-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: block;
    margin-left: 33.75rem;
    margin-top: 2.3125rem;
  }
}

.p-header__lists {
  display: flex;
  align-items: center;
}

.p-header__link {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.p-header__list:first-child .p-header__link {
  padding-left: initial;
}

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

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

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

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

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

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

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

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

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

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

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

.p-home-topics__btn-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.p-home-topics__btn {
  width: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 3.75rem;
  background: #222;
  border-radius: 9999px;
}

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

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

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

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

.p-home-topics__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__lists {
    gap: 0.875rem;
  }
}

.p-home-topics__pagination-link {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #222;
  transition: 0.3s ease-in-out;
}

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

.p-instagram {
  overflow-x: clip;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-instagram {
    padding-top: 11.875rem;
  }
}

.p-instagram__content {
  width: 100%;
}

.p-instagram__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}

.p-instagram__icon {
  flex-shrink: 0;
}

.p-instagram__tabs {
  margin-top: 2.8125rem;
}

.p-instagram__tab-scroll {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.75rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}

.p-instagram__tab-scroll::before {
  position: absolute;
  content: "";
  background: #1e59bf;
  width: 100vw;
  height: 0.3125rem;
  bottom: 0rem;
  z-index: -1;
  left: 0;
}

.p-instagram__tab-btn {
  padding: 10px 24px;
  background-color: #1e59bf;
  border-top: 0.3125rem solid #1e59bf;
  border-left: 0.3125rem solid #1e59bf;
  border-right: 0.3125rem solid #1e59bf;
  border-top-left-radius: 1.5625rem;
  border-top-right-radius: 1.5625rem;
  font-size: 1.875rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  height: 5.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.p-instagram__tab-btn--filter {
  background-color: #1e59bf;
  color: #fff;
  border-color: #1e59bf;
}
.p-instagram__tab-btn--filter:hover {
  background-color: #1e59bf;
}
@media screen and (min-width: 768px) {
  .p-instagram__tab-btn--filter {
    display: none;
  }
}
.p-instagram__tab-btn--active {
  background-color: #fff;
  color: #1e59bf;
  border-color: #4a90e2;
}
.p-instagram__tab-btn--active:hover {
  background-color: #fff;
  color: #1e59bf;
}

.p-instagram__posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-instagram__posts {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.1875rem;
    padding-left: initial;
    padding-right: initial;
  }
}
@media screen and (min-width: 1250px) {
  .p-instagram__posts {
    grid-template-columns: repeat(6, 1fr);
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    margin-top: 4.5rem;
  }
}

.p-instagram__post {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.p-instagram__post.hidden {
  display: none;
}

.p-instagram__post-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.p-instagram__post-img {
  width: 100%;
  border: 3px solid #0973ce;
  border-radius: 1.25rem;
}

.p-instagram__post-img img {
  aspect-ratio: 275/275;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-instagram__post-img img {
    border-radius: 1.25rem;
  }
}

.p-instagram__detail {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-instagram__detail {
    margin-top: 1.4375rem;
  }
}

.p-instagram__top {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-instagram__detail-icon {
  width: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-instagram__detail-icon {
    width: 1.0625rem;
  }
}

.p-instagram__detail-title {
  color: #1e59bf;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-instagram__detail-title {
    font-size: 1.25rem;
  }
}

.p-instagram__bottom {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-instagram__bottom {
    margin-top: 1rem;
  }
}

.p-instagram__date {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-instagram__date {
    font-size: 1rem;
  }
}

.p-instagram__text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.6666666667;
  color: #000000;
  margin-top: 0.375rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-instagram__text {
    font-size: 1.125rem;
    margin-top: 1.3125rem;
  }
}

.p-instagram__btn-wrapper {
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-model + .p-model {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-model + .p-model {
    margin-top: 7.5625rem;
  }
}

.p-model__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-model__grid {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-model__grid {
    margin-top: 2.75rem;
    column-gap: 3.375rem;
    row-gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-model__grid-item {
  filter: drop-shadow(3px 3px 0px rgb(9, 115, 206));
}
@media screen and (min-width: 768px) {
  .p-model__grid-item {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

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

.p-model__grid-img img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 350/234;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-model__grid-img img {
    border-top-left-radius: 1.875rem;
    border-top-right-radius: initial;
    border-bottom-left-radius: 1.875rem;
    aspect-ratio: 345/280;
  }
}

.p-model__detail {
  background: #f2f7fb;
  display: flex;
  flex-direction: column;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-model__detail {
    flex: 1;
    height: 100%;
    justify-content: center;
    padding: 1.8125rem;
    border-bottom-left-radius: initial;
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }
}

.p-model__detail-title {
  font-weight: 600;
  color: #1e59bf;
  line-height: 1.5384615385;
  font-size: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-model__detail-title {
    font-size: 1.625rem;
  }
}

.p-model__detail-text {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 400;
  color: #000000;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-model__detail-text {
    margin-top: 1.0625rem;
  }
}

.p-mv__content {
  margin-left: calc(50% - 50vw);
  position: relative;
  margin-right: calc(50% - 50vw + 3.125rem);
}
@media screen and (min-width: 768px) {
  .p-mv__content {
    margin-right: calc(50% - 50vw + 6.875rem);
  }
}

.p-mv__img img {
  object-fit: cover;
  width: 100%;
  height: auto;
  border-top-right-radius: 3.125rem;
  aspect-ratio: 340/497;
}
@media screen and (min-width: 768px) {
  .p-mv__img img {
    aspect-ratio: 1820/994;
    border-top-right-radius: 6.25rem;
  }
}

.p-mv__detail {
  position: absolute;
  border-top-left-radius: 1.25rem;
  background: linear-gradient(to right, #26d0ce 0%, #2c77bc 100%);
  max-width: 41.75rem;
  width: 100%;
  z-index: 1;
  padding: 1.25rem;
  bottom: -7.5rem;
  right: -1.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv__detail {
    bottom: -5.375rem;
    right: -3.125rem;
    padding-top: 1.625rem;
    padding-left: 2.375rem;
    padding-right: 0.75rem;
    padding-bottom: 0.9375rem;
    border: 0.3125rem solid #fff;
    border-top-right-radius: 1.25rem;
  }
}

.p-mv__title {
  font-weight: 600;
  color: #fff;
  font-size: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 1.875rem;
  }
}

.p-mv__text {
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    line-height: 1.875;
    margin-top: 1.1875rem;
    font-size: 1rem;
  }
}

.p-mv__btn-wrapper {
  margin-top: 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-mv__btn-wrapper {
    margin-top: 2.9375rem;
  }
}

.p-mv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 12rem;
  height: 2.125rem;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__btn {
    gap: 0.9375rem;
    height: 2.75rem;
    width: 14.1875rem;
  }
}

.p-mv__btn-text {
  font-weight: 600;
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__btn-text {
    font-size: 0.9375rem;
  }
}

.p-mv__btn-icon {
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv__btn-icon {
    width: 1.875rem;
  }
}

.p-search-modal {
  width: 100%;
  height: 100dvh;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #26d0ce 0%, #299ec4 25%, #1e59bf 100%);
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
  overflow-x: clip;
  padding: 1.25rem;
  padding-top: 12.625rem;
}
.p-search-modal.is-active {
  visibility: visible;
  opacity: 1;
}

.p-search-modal__inner {
  max-width: 62.5rem;
  margin: 0 auto;
  position: relative;
}

.p-search-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #fff;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-search-modal__close {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.p-search-modal__close svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-search-modal__close svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-search-modal__close:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(90deg);
}

.p-search-modal__content {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-search-modal__content {
    margin-top: 5rem;
  }
}

.p-search-modal__form {
  margin-bottom: 2.5rem;
  border: 2px solid #fff;
  padding-left: 1.4375rem;
  display: flex;
  align-items: center;
  gap: 1.4375rem;
}

.p-search-modal__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.p-search-modal__row {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1.4375rem;
}

.p-search-modal__input-wrapper {
  display: flex;
  margin-left: auto;
}

.p-search-modal__input {
  flex: 1;
  padding: 1rem 0.875rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  background: #fff;
  border: 2px solid #cccccc;
  border-radius: 0.4375rem;
  width: 100%;
}
.p-search-modal__input::placeholder {
  color: #999;
  font-size: 1rem;
  color: #ccc;
}

.p-search-modal__search-btn {
  width: 6.25rem;
  height: 6.25rem;
  background: transparent;
  border-left: 2px solid #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
}
.p-search-modal__search-btn svg {
  width: 3.125rem;
  height: 3.125rem;
}
.p-search-modal__search-btn:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: scale(1.05);
}

.p-search-modal__tags {
  margin-top: 3.375rem;
}

.p-search-modal__section-title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
}

.p-search-modal__section-text {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #fff;
  margin-top: 0.8125rem;
}

.p-search-modal__tag-list {
  margin-top: 7.375rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.p-search-modal__tag {
  padding: 0.375rem 1.5625rem;
  border: 2px solid #fff;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.p-search-modal__tag:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: #fff;
}

.p-search-modal__categories {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-search-modal__categories {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem;
  }
}

.p-search-modal__category-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-search-modal__category-list {
    gap: 1rem;
  }
}

.p-search-modal__category-item {
  padding: 0.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-search-modal__category-item {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }
}
.p-search-modal__category-item:hover {
  background: rgba(255, 255, 255, 0.2);
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-search-modal__category-item:hover {
    padding-left: 1.75rem;
  }
}

.p-side {
  position: fixed;
  background: #fff;
  right: 0;
  top: 0;
  z-index: 999;
  width: 3.125rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-side {
    width: 6.25rem;
    padding-bottom: 2.5rem;
  }
}

.p-side__content {
  display: flex;
  flex-direction: column;
}

.p-side__search-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(to right, #26d0ce 0%, #2c77bc 100%);
  width: 3.125rem;
  height: 3.125rem;
  gap: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-side__search-link {
    gap: 0.625rem;
    width: 6.25rem;
    height: 6.25rem;
  }
}

.p-side__search-icon {
  display: inline-block;
  width: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-side__search-icon {
    width: 1.6875rem;
  }
}

.p-side__search-text {
  color: #fff;
  font-family: "Sen", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-side__search-text {
    font-size: 0.9375rem;
  }
}

.p-side__language-link {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #eaeaea;
  gap: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-side__language-link {
    width: 6.25rem;
    height: 6.25rem;
    gap: 0.625rem;
  }
}

.p-side__language-icon {
  display: inline-block;
  width: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-side__language-icon {
    width: 1.6875rem;
  }
}

.p-side__language-text {
  font-size: 0.625rem;
  font-family: "Sen", sans-serif;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-side__language-text {
    font-size: 0.9375rem;
  }
}

.p-side__sns-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 0.9375rem;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-side__sns-wrapper {
    gap: 1.5rem;
    margin-top: 5.25rem;
  }
}

.p-side__sns-link {
  display: inline-block;
  width: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-side__sns-link {
    width: 1.5rem;
  }
}

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

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

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

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

.p-single-topics__meta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-single-topics__meta-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

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

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

.p-single-topics__btn-wrapper {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-single-topics__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.p-single-topics__btn {
  width: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 3.75rem;
  background: #222;
  border-radius: 9999px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* コード */
/* ボタン */
/* キャプション（画像などのキャプションに出る） */
/* スペーサー（余白ブロック） */
/* グループ（グループ化ブロック） */
/* カラム系 */
/* ギャラリー */
.p-top-information {
  padding-top: 5.75rem;
  padding-bottom: 10.9375rem;
  position: relative;
}

.p-top-information::before {
  position: absolute;
  content: "";
  background: url(../images/top/top_news_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/986;
  object-fit: cover;
  top: -8.75rem;
  left: 0;
}

.p-top-information::after {
  position: absolute;
  content: "";
  background: url(../images/top/top_news_bottom.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 1920/233;
  object-fit: cover;
  width: 100%;
  height: auto;
  bottom: -2rem;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-top-information__content {
    display: flex;
    gap: 9.8125rem;
  }
}

.p-top-information__btn {
  margin-top: 3.25rem;
}

.p-top-information__right {
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-top-information__right {
    flex: 1;
  }
}

.p-top-information__link {
  border-bottom: 1px solid #c9c9c9;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-information__link {
    display: flex;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    gap: 1.5rem;
  }
}

.p-top-information__list:first-child .p-top-information__link {
  padding-top: initial;
}

.p-top-information__meta {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-information__meta {
    gap: 1.5rem;
  }
}

.p-top-information__time {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 2.5;
  color: #000;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-information__time {
    font-size: 1.25rem;
  }
}

.p-top-information__category {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 2px solid rgba(0, 73, 157, 0.2);
  font-weight: 700;
  line-height: 3.125;
  color: #00499d;
  font-weight: 500;
  width: 7.6875rem;
  height: 1.9375rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-information__category {
    font-size: 1rem;
    width: 8.4375rem;
    height: 2.1875rem;
  }
}

.p-top-information__news-title {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top-information__news-title {
    margin-top: initial;
    line-height: 2.7777777778;
    font-size: 1.125rem;
  }
}

.p-top-links {
  margin-top: 10.375rem;
}

.p-top-links__inner {
  max-width: 110.625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.p-top-links__lists {
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-top-links__lists {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

.p-top-links__link {
  display: block;
}

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

.c-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.9375rem;
  border: 1px solid #0370bb;
  border-radius: 9999px;
  padding-left: 1.5625rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  padding-right: 0.4375rem;
  transition: 0.3s ease-in-out;
}

.c-btn__text {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #000;
}

.c-btn__svg {
  width: 1.875rem;
  height: 1.875rem;
}

.c-section-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    text-align: left;
  }
}

.c-section-title__ja {
  color: #1e59bf;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .c-section-title__ja {
    font-size: 2.875rem;
  }
}

.c-section-title__en {
  color: #000000;
  font-family: "Sen", sans-serif;
  font-weight: 500;
  margin-top: 0.875rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-section-title__en {
    font-size: 1rem;
  }
}
