@charset "UTF-8";

/*---------------------------------

base

---------------------------------*/
:root {
  --layout-width: 58.6rem;
  --base-font: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --font-poppins: "Poppins", sans-serif;
  --font-zen-maru: "Zen Maru Gothic", sans-serif;
  --base-text-color: #231815;
  --color-white: #FFF;
  --color-navy: #003D6C;
  --bg-color-blue: #F5F7F9;
  --bg-color-orange: #E94D40;
  --bg-color-light-orange: #FEE0C5;
  --bg-color-beige: #FBEEE3;
  --bg-color-beige02: #E5D9CE;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  color: var(--base-text-color);
  font-family: var(--base-font);
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 0.06em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

li, dd {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}

@media (hover: hover) and (pointer: fine) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*---------------------------------

Layout

---------------------------------*/
/*
    l-wrapper
---------------------------------*/
.l-wrapper {
  min-height: 100vh;
  background-color: var(--bg-color-beige);
}

.l-wrapper::before {
  position: fixed;
  inset: 0;
  opacity: 0.1;
  background-image: url(../images/common/bg-pattern.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 50rem 50rem;
  content: "";
}

/*
    l-pc-left
---------------------------------*/
.l-pc-left {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(50% - calc(57rem / 2 + 8px));
  height: 100vh;
}

/*
    l-pc-right
---------------------------------*/
.l-pc-right {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(50% - calc(57rem / 2 + 8px));
  height: 100vh;
}

/*
    l-main
---------------------------------*/
.l-main {
  display: grid;
  grid-template-columns: 4px 57rem 4px;
  gap: 4px;
  position: relative;
  z-index: 1;
  max-width: var(--layout-width);
  margin-right: auto;
  margin-left: auto;
}

.l-main__border {
  position: relative;
  width: 4px;
  background-color: var(--bg-color-orange);
}

.l-main__border::before {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: url(../images/common/bg-pattern.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 50rem 50rem;
  content: "";
}

.l-main__contents-inner {
  position: relative;
  background-color: var(--bg-color-orange);
}

.l-main__contents-inner::before {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: url(../images/common/bg-pattern.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 50rem 50rem;
  content: "";
}

.l-main__contents-inner>* {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .l-main {
    grid-template-columns: 4px calc(100% - 16px) 4px;
    max-width: unset;
    overflow-x: hidden;
  }

  .l-main__contents-inner::before {
    background-size: 25rem 25rem;
  }
}

/*
    l-header
---------------------------------*/
.l-main .l-header {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

@media (max-width: 1200px) {
  .l-main .l-header {
    display: block;
  }
}

/*
    l-footer
---------------------------------*/
.l-footer {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: var(--color-navy);
}

.l-footer::before {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: url(../images/common/bg-pattern.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 50rem 50rem;
  content: "";
}

.l-footer::after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--bg-color-orange);
  content: "";
}

@media (max-width: 767px) {
  .l-footer {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }

  .l-footer::before {
    background-size: 25rem 25rem;
  }
}

/*
    l-section
---------------------------------*/
.l-section {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

@media (max-width: 767px) {
  .l-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

/*
    l-inner
---------------------------------*/
.l-inner {
  width: 100%;
  max-width: var(--layout-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .l-inner {
    max-width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }
}

/*
    l-low-fv
---------------------------------*/
.l-low-fv {
  height: 33.2rem;
  margin-bottom: -5rem;
  -webkit-mask-image: url(../images/top/shape-circle.svg);
  mask-image: url(../images/top/shape-circle.svg);
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
}

.l-low-fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*---------------------------------

Component

---------------------------------*/
/*  
    c-button
---------------------------------*/
.c-button {
  display: inline-grid;
  place-items: center;
  position: relative;
  width: 100%;
  max-width: 32rem;
  min-height: 5rem;
  padding: 1rem 2rem;
  border-radius: 6px;
  background-color: var(--color-navy);
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 600;
  transition: background-color 0.3s;
}

.c-button::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.c-button.c-button--hover-white {
  transition: background-color 0.3s, color 0.3s;
}

.c-button.c-button--hover-white::before,
.c-button.c-button--hover-white::after {
  transition: background-image 0.3s;
}

.c-button.c-button--reverse::before {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%) rotateY(180deg);
  width: 0.6rem;
  height: 0.6rem;
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.c-button.c-button--reverse::after {
  content: none;
}

.c-button.c-button--disable {
  pointer-events: none;
  background-color: #AAA;
}

@media (hover: hover) and (pointer: fine) {
  .c-button:hover {
    background-color: var(--bg-color-orange);
  }

  .c-button.c-button--hover-white:hover {
    background-color: var(--color-white);
    color: var(--color-navy);
  }

  .c-button.c-button--hover-white:hover::after,
  .c-button.c-button--hover-white.c-button--reverse:hover::before {
    background-image: url(../images/common/icon_arrow-navy.svg);
  }
}

/*  
    c-contact-button
---------------------------------*/
.c-contact-button {
  display: inline-grid;
  place-items: center;
  position: relative;
  min-width: 20rem;
  min-height: 6rem;
  padding: 1rem 3.2rem;
  border-radius: 9999px;
  background-color: var(--color-navy);
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  transition: background-color 0.3s;
}

.c-contact-button span {
  display: inline-flex;
  align-items: center;
}

.c-contact-button span::before {
  flex-shrink: 0;
  display: inline-block;
  transform: translateY(0.1rem);
  width: 2rem;
  height: 1.3rem;
  margin-right: 1.2rem;
  background-image: url(../images/common/icon_mail.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s;
  content: "";
}

@media (hover: hover) and (pointer: fine) {
  .c-contact-button:hover {
    background-color: var(--bg-color-orange);
  }
}

/*  
    c-icon-button
---------------------------------*/
.c-icon-button {
  display: grid;
  grid-template-columns: 3.4rem 1fr;
  column-gap: 10px;
  place-items: center start;
  max-width: 35rem;
  min-height: 8rem;
  padding: 1rem 2.4rem 1rem 2.8rem;
  border-radius: 9999px;
  border: 2px solid var(--bg-color-orange);
  background-color: var(--color-white);
  transition: background-color 0.3s, color 0.3s;
}

.c-icon-button__icon {
  display: inline-grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: var(--bg-color-beige);
  transition: background-color 0.3s;
}

.c-icon-button__text {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: left;
}

.c-icon-button__text span {
  display: inline-block;
}

.c-icon-button.c-icon-button--sm {
  display: inline-grid;
  grid-template-columns: 3.2rem 1fr;
  column-gap: 22px;
  min-width: 24rem;
  min-height: 6rem;
  padding: 1.2rem 1.4rem;
}
.c-icon-button.c-icon-button--sm .c-icon-button__icon {
  width: 3.2rem;
  height: 3.2rem;
}

@media (hover: hover) and (pointer: fine) {
  .c-icon-button:hover {
    background-color: var(--bg-color-orange);
    color: var(--color-white);
  }
  .c-icon-button:hover .c-icon-button__icon {
    background-color: var(--color-navy);
  }
}

@media (max-width: 1300px) {
  .c-icon-button {
    min-height: 7.5rem;
  }
}

@media (max-width: 1200px) {
  .c-icon-button {
    display: inline-grid;
    column-gap: 14px;
    max-width: 30rem;
    min-height: 8rem;
  }
  .c-icon-button__text {
    font-size: 1.2rem;
  }
}

/*  
    c-mute-button
---------------------------------*/
.c-mute-button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-navy);
}
.c-mute-button[aria-label="音声をオフにする"] img:last-child {
  display: none;
}
.c-mute-button[aria-label="音声をオンにする"] img:first-child {
  display: none;
}

/*  
    c-menu-title
---------------------------------*/
.c-menu-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  color: var(--color-navy);
  font-family: var(--font-poppins);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-shadow: 1px 0px 0px var(--color-white);
}

.c-menu-title::before,
.c-menu-title::after {
  display: inline-block;
  width: 80px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--color-navy);
  content: "";
}

.c-menu-title span {
  flex-shrink: 0;
}

@media (max-width: 1200px) {
  .c-menu-title {
    column-gap: 18px;
  }

  .c-menu-title::before,
  .c-menu-title::after {
    width: 100px;
  }
}

/*  
    c-section-title
---------------------------------*/
.c-section-title {
  display: flex;
  flex-direction: column;
  color: var(--color-navy);
  font-size: 1.8rem;
  line-height: 1.45;
  text-align: center;
}

.c-section-title::before {
  font-family: var(--font-poppins);
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
  content: attr(data-en);
}

.c-section-title.c-section-title--white {
  color: var(--color-white);
}

.c-section-title.c-section-title--reverse {
  flex-direction: column-reverse;
  font-size: 3.6rem;
}

.c-section-title.c-section-title--reverse::before {
  margin-top: 1rem;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .c-section-title {
    font-size: 1.6rem;
  }

  .c-section-title::before {
    font-size: 4.5rem;
  }

  .c-section-title.c-section-title--reverse {
    font-size: 3rem;
  }

  .c-section-title.c-section-title--reverse::before {
    font-size: 1.6rem;
  }
}

/*  
    c-brackets-title
---------------------------------*/
.c-brackets-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 4.5rem;
  color: var(--color-navy);
  font-size: 3.6rem;
  line-height: 1.45;
  text-align: center;
}

.c-brackets-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  background-image: url(../images/common/icon_brackets01-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.c-brackets-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4rem;
  height: 4rem;
  background-image: url(../images/common/icon_brackets01-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.c-brackets-title>span:last-child span {
  font-weight: 300;
}

.c-brackets-title.c-brackets-title--white {
  color: var(--color-white);
}

.c-brackets-title.c-brackets-title--white::before {
  background-image: url(../images/common/icon_brackets02-left.png);
}

.c-brackets-title.c-brackets-title--white::after {
  background-image: url(../images/common/icon_brackets02-right.png);
}

.c-brackets-title.c-brackets-title--has-sub {
  padding: 0.4rem 5rem 2rem;
}

.c-brackets-title.c-brackets-title--has-sub>span:first-child {
  font-size: 2.4rem;
  font-weight: 600;
}

.c-brackets-title.c-brackets-title--has-sub>span:last-child {
  display: inline-block;
  margin-top: 0.3rem;
}

.c-brackets-title.c-brackets-title--lg {
  font-size: 4.2rem;
}

.c-brackets-title.c-brackets-title--lg.c-brackets-title--has-sub {
  padding: 0.4rem 3rem 2rem;
}

.c-brackets-title.c-brackets-title--lg.c-brackets-title--has-sub>span:last-child {
  margin-top: 0;
}

.c-brackets-title.c-fadein-up {
  transform: translateY(0);
  opacity: 1;
}

.c-brackets-title.c-fadein-up::before,
.c-brackets-title.c-fadein-up::after {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

.c-brackets-title.c-fadein-up.is-show::before,
.c-brackets-title.c-fadein-up.is-show::after {
  transform: translateY(0);
  opacity: 1;
}

.c-brackets-title.c-fadein-up>span {
  display: inline-block;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
}

.c-brackets-title.c-fadein-up.is-show>span {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 767px) {
  .c-brackets-title {
    padding: 2rem 5.4rem;
    font-size: 3rem;
  }

  .c-brackets-title.c-brackets-title--has-sub>span:first-child {
    font-size: 1.6rem;
  }

  .c-brackets-title.c-brackets-title--lg {
    font-size: 3rem;
  }

  .c-brackets-title.c-brackets-title--lg.c-brackets-title--has-sub {
    padding: 0.4rem 5rem 2rem;
  }

  .c-brackets-title.c-brackets-title--lg.c-brackets-title--has-sub>span:last-child {
    margin-top: 0.3rem;
  }
}

/*  
    c-round-title
---------------------------------*/
.c-round-title {
  display: inline-block;
  padding: 0.5rem 4rem;
  border-radius: 9999px;
  border: 2px solid var(--color-navy);
  background-color: var(--color-white);
  color: var(--color-navy);
  font-family: var(--font-poppins);
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
}

a.c-round-title {
  transition: background-color 0.3s, color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  a.c-round-title:hover {
    background-color: var(--color-navy);
    color: var(--color-white);
  }
}

@media (max-width: 767px) {
  .c-round-title {
    padding: 0.4rem 3.2rem;
    font-size: 2rem;
  }
}

/*  
    c-round-title02
---------------------------------*/
.c-round-title02 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  place-items: center;
}

.c-round-title02::before,
.c-round-title02::after {
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 9999px;
  background-color: var(--color-white);
  content: "";
}

.c-round-title02 span {
  display: inline-block;
  max-width: 40rem;
  padding: 1rem 4rem;
  border: 2px solid currentColor;
  border-radius: 9999px;
  color: var(--color-white);
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 767px) {
  .c-round-title02 span {
    max-width: 25rem;
    padding: 0.8rem 2rem;
    font-size: 2rem;
  }
}

/*  
    c-round-title03
---------------------------------*/
.c-round-title03 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  place-items: center;
}

.c-round-title03::before,
.c-round-title03::after {
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 9999px;
  background-color: var(--color-navy);
  content: "";
}

.c-round-title03 span {
  display: inline-block;
  max-width: 32rem;
  padding: 0.25rem 1.45rem;
  border: 2px solid currentColor;
  border-radius: 9999px;
  background-color: var(--bg-color-blue);
  color: var(--color-navy);
  font-family: var(--font-poppins);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 767px) {
  .c-round-title03 span {
    max-width: 22rem;
  }
}

/*  
    c-title
---------------------------------*/
.c-title {
  color: var(--color-navy);
  font-size: 3.2rem;
  line-height: 1.45;
  text-align: center;
}

.c-title.c-title--white {
  color: var(--color-white);
}

@media (max-width: 767px) {
  .c-title {
    font-size: 2.6rem;
  }
}

/*  
    c-title02
---------------------------------*/
.c-title02 {
  color: var(--color-navy);
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.83;
}
.c-title02__thin {
  font-weight: 250;
}
@media (max-width: 767px) {
  .c-title02 {
    font-size: 2.8rem;
    line-height: 1.71;
  }
}

/*  
    c-text
---------------------------------*/
.c-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

.c-text.c-text--white {
  color: var(--color-white);
}

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

.c-text+.c-text {
  margin-top: 3.2rem;
}

.c-text a {
  color: var(--bg-color-orange);
  text-decoration: underline;
  transition: opacity 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .c-text a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .c-text+.c-text {
    margin-top: 2.4rem;
  }
}

/*  
    c-palt
---------------------------------*/
.c-palt {
  font-feature-settings: 'palt' on;
}

/*  
    c-list
---------------------------------*/
.c-list__item {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.c-list__term {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.c-list+* {
  margin-top: 3.2rem;
}

@media (max-width: 767px) {
  .c-list+* {
    margin-top: 2.4rem;
  }
}

/*  
    c-fadein-up
---------------------------------*/
.c-fadein-up {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

.c-fadein-up.is-show {
  transform: translateY(0);
  opacity: 1;
}

/*  
    c-fadein-left
---------------------------------*/
.c-fadein-left {
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

.c-fadein-left.is-show {
  transform: translateX(0);
  opacity: 1;
}

/*  
    c-fadein-right
---------------------------------*/
.c-fadein-right {
  transform: translateX(20px);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

.c-fadein-right.is-show {
  transform: translateX(0);
  opacity: 1;
}

/*  
    c-fadein-blur
---------------------------------*/
.c-fadein-blur {
  opacity: 0;
  filter: blur(4px);
  transition: opacity 0.5s, filter 1s;
}

.c-fadein-blur.is-show {
  opacity: 1;
  filter: blur(0);
}

/*---------------------------------

Project

---------------------------------*/
/*
    p-header
---------------------------------*/
.p-header {
  position: relative;
  max-height: 100%;
  overflow-y: auto;
}

.l-main .p-header::before {
  content: none;
}

.p-header__nav {
  margin-top: 2rem;
}

.p-header__items {
  padding: 1.3rem 30px;
  border-radius: 10px;
  background-color: var(--color-white);
}

.p-header__item {
  position: relative;
}

.p-header__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/common/dot-line.png);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 240px 1px;
  content: "";
}

.p-header__item:last-child:after {
  content: none;
}

.p-header__item a {
  display: flex;
  align-items: center;
  min-height: 7rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.45;
  text-transform: uppercase;
  transition: background-color 0.3s, color 0.3s;
}

.p-header__item a span {
  flex-shrink: 0;
  display: inline-block;
  transform: translateY(0.1rem);
  min-width: 2.5rem;
  margin-right: 1.4rem;
  color: var(--color-navy);
  font-family: var(--font-poppins);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
}

.p-header__sns {
  margin-top: 2rem;
}

.p-header__button {
  margin-top: 2rem;
  text-align: center;
}

.p-header__button .c-icon-button {
  padding: 0.6rem 3.2rem;
  font-size: 1.4rem;
}

.p-header__button .c-icon-button img {
  width: 1.8rem;
}

.p-header__button .c-icon-button::after {
  right: 1.2rem;
}

.l-wrapper.is-height-xs .p-header::before {
  left: -30px;
  width: 7.2rem;
  height: 8.2rem;
}

.p-header__button-wrap {
  display: none;
}

.p-header__logo {
  display: none;
  visibility: hidden;
}

.l-wrapper.is-height-xs .p-header__items {
  padding: 0.6rem 30px;
}

.l-wrapper.is-height-xs .p-header__sns {
  margin-top: 1.3rem;
}

.l-wrapper.is-height-xs .p-header__button {
  margin-top: 1.3rem;
}

@media (hover: hover) and (pointer: fine) {
  .p-header__logo a:hover {
    opacity: 0.7;
  }

  .p-header__item a:hover {
    background-color: rgba(233, 77, 64, 0.1);
    color: var(--bg-color-orange);
  }

  .p-header__sns-button a:hover {
    background-color: var(--color-navy);
  }
}

@media (max-width: 1200px) {
  .p-header__inner {
    padding-right: 30px;
    padding-left: 30px;
  }

  .p-header__button-wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
    position: fixed;
    top: 40px;
    right: calc(50% - 256px);
    z-index: 1000;
  }

  .p-header__hamburger {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--bg-color-orange);
  }

  .p-header__hamburger span {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 2px;
    border-radius: 9999px;
    background-color: var(--color-white);
    transition: transform 0.3s;
  }

  .p-header__hamburger span:nth-child(1) {
    top: 18px;
    transform-origin: center right;
  }

  .p-header__hamburger span:nth-child(2) {
    top: 24px;
  }

  .p-header__hamburger span:nth-child(3) {
    top: 30px;
    transform-origin: center right;
  }

  .p-header__hamburger.is-active span:nth-child(1) {
    top: 18px;
    transform: translate(-65%, -20%) rotate(-45deg);
    width: 20px;
  }

  .p-header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }

  .p-header__hamburger.is-active span:nth-child(3) {
    top: 31px;
    transform: translate(-65%, 50%) rotate(45deg);
    width: 20px;
  }

  .p-header__sns-button {
    transition: opacity 0.3s, visibility 0.3s ease-out;
  }
  
  .p-header__button-wrap:has(.p-header__hamburger.is-active) .p-header__sns-button {
    opacity: 0;
    visibility: hidden;
  }

  .p-header__sns-button a {
    display: inline-grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--bg-color-beige);
    transition: background-color 0.3s;
  }

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

  .p-header__item a {
    min-height: 7rem;
    font-size: 1.4rem;
  }

  .p-header__item a span {
    transform: translateY(0.1rem);
    margin-right: 1.5rem;
    font-size: 2rem;
  }
  .p-header__button {
    margin-top: 3rem;
  }
}

@media (max-width: 1200px) {
  .p-header__inner {
    padding-top: 3rem;
  }

  body:not(.top) div.p-header__logo {
    display: block;
    visibility: visible;
  }

  .p-header__logo a {
    display: inline-block;
    width: 7rem;
    transition: opacity 0.3s;
  }
}

@media (max-width: 767px) {
  .p-header__inner {
    padding-top: 2rem;
    padding-right: 20px;
    padding-left: 20px;
  }

  body.top h1.p-header__logo {
    display: block;
    visibility: visible;
  }

  .p-header__logo a {
    width: 5rem;
  }

  .p-header__button-wrap {
    top: 20px;
    right: 20px;
  }

  .p-header__item a {
    min-height: 7rem;
    font-size: 1.4rem;
  }

  .p-header__item a span {
    transform: translateY(0.1rem);
    font-size: 2rem;
  }

  .p-header__sns .c-icon-button {
    font-size: 1.4rem;
  }

  .p-header__sns .c-icon-button img {
    width: 1.8rem;
  }
}

/*
    p-drawer
---------------------------------*/
.p-drawer {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  width: 57rem;
  height: 100vh;
  background-color: var(--bg-color-beige);
  transition: opacity 0.3s, visibility 0.3s ease-out;
}

.p-drawer::before {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: url(../images/common/bg-pattern.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 50rem 50rem;
  content: "";
}

.p-drawer[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.p-drawer__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 20px 25px 75px;
  overflow-y: auto;
}

.p-drawer__logo a {
  display: inline-block;
  width: 5rem;
  transition: opacity 0.3s;
}

.p-drawer__contents {
  width: 33.5rem;
  max-width: 100%;
  margin-top: 5.5rem;
  margin-right: auto;
  margin-left: auto;
}

.p-drawer__contents + .p-drawer__contents {
  margin-top: 5rem;
}

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

@media (hover: hover) and (pointer: fine) {
  .p-drawer__logo a:hover {
    opacity: 0.7;
  }
}

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

  .p-drawer::before {
    background-size: 25rem 25rem;
  }
}

/*
    p-footer
---------------------------------*/
.p-footer__inner {
  position: relative;
  z-index: 1;
}

.p-footer__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.p-footer__item {
  position: relative;
}

.p-footer__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/common/dot-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  content: "";
}

.p-footer__item a {
  display: block;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.p-footer__item:nth-child(1) a,
.p-footer__item:nth-child(2) a {
  padding-top: 0;
}

.p-footer__item a span {
  display: inline-block;
}

.p-footer__item.p-footer__item--external a {
  display: grid;
  place-items: center;
}

.p-footer__item.p-footer__item--external a span {
  display: inline-flex;
}

.p-footer__item.p-footer__item--external a span::after {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.5rem;
  margin-left: 1rem;
  background-image: url(../images/common/icon_external-link.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-footer__logo {
  margin-top: 8rem;
  text-align: center;
}

.p-footer__logo a {
  display: inline-block;
  width: 7.4rem;
  transition: opacity 0.3s;
}

.p-footer__copy {
  margin-top: 4rem;
  color: var(--color-white);
  font-family: var(--font-poppins);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (hover: hover) and (pointer: fine) {
  .p-footer__item a:hover {
    text-decoration: underline;
  }

  .p-footer__item a:hover span {
    text-decoration: underline;
  }

  .p-footer__logo a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .p-footer__items {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .p-footer__item a {
    font-size: 1.2rem;
  }

  .p-footer__item.p-footer__item--external a span::after {
    width: 1.3rem;
    height: 1.3rem;
    margin-top: 0.2rem;
    margin-left: 0.8rem;
  }

  .p-footer__logo {
    margin-top: 6rem;
  }

  .p-footer__logo a {
    width: 5rem;
  }

  .p-footer__copy {
    font-size: 0.9rem;
    white-space: nowrap;
  }
}

/*
    p-modal
---------------------------------*/
.p-modal {
	display: none;
	position: fixed;
  inset: 0;
  z-index: 10000;
}
.p-modal.is-open {
  display: block;
}
.p-modal__overlay {
  position: absolute;
  inset: 0;
  opacity: 0.6;
  background-color: var(--base-text-color);
}
.p-modal__container {
  width: 100%;
  height: 100%;
}
.p-modal__body {
  display: grid;
  place-items: center;
  width: 100%;
  height: inherit;
}
.p-modal__content {
	position: relative;
	width: 90%;
  max-width: 980px;
  max-height: 80vh;
}
.p-modal__img {
  max-height: inherit;
  text-align: center;
}
.p-modal__img img {
  width: auto;
  max-height: inherit;
  object-fit: cover;
}
.p-modal__video {
  position: relative;
  width: fit-content;
  max-height: inherit;
  margin-right: auto;
  margin-left: auto;
}
.p-modal__video video {
  max-width: 100%;
  max-height: inherit;
  aspect-ratio: 1080 / 1920;
}
.p-modal__button {
	position: absolute;
  top: 40px;
	right: 40px;
	width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: var(--bg-color-orange);
}
.p-modal__button::before,
.p-modal__button::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.3rem;
  height: 0.3rem;
  border-radius: 9999px;
  background-color: var(--color-white);
  content: "";
}
.p-modal__button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-modal__audio-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.p-modal-trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .p-modal__video {
    max-height: 70vh;
  }
  .p-modal__button {
    top: 20px;
    right: 20px;
    width: 5rem;
    height: 5rem;
  }
  .p-modal__button::before,
  .p-modal__button::after {
    width: 2.1rem;
  }
}

/*
    p-pc-left
---------------------------------*/
.p-pc-left__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 43.2rem;
  max-width: 100%;
  height: inherit;
  margin-left: auto;
  padding: 30px 60px 30px 40px;
}

.p-pc-left__menu {
  margin-top: 2rem;
}

body.top .p-pc-left .p-pc-left__inner {
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

body.top .l-wrapper.is-loaded .p-pc-left .p-pc-left__inner {
  transform: translateX(0);
  opacity: 1;
}

.p-pc-left__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3.2rem;
}

@media (max-width: 1300px) {
  .p-pc-left__inner {
    padding: 30px 40px 30px 20px;
  }
}

@media (max-width: 1200px) {
  .p-pc-left__inner {
    display: none;
  }
}

/*
    p-pc-right
---------------------------------*/
.p-pc-right__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40rem;
  max-width: 100%;
  height: inherit;
  padding: 30px 40px 30px 60px;
}

.l-wrapper.is-height-xs .p-pc-right__inner {
  padding: 15px 40px 15px 60px;
}

body.top .p-pc-right .p-header {
  transform: translateX(20px);
  opacity: 0;
  transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
}

body.top .l-wrapper.is-loaded .p-pc-right .p-header {
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 1300px) {
  .p-pc-right__inner {
    padding: 30px 20px 30px 40px;
  }
}

@media (max-width: 1200px) {
  .p-pc-right__inner {
    display: none;
  }
}

/*
    p-menu
---------------------------------*/
.p-menu__card {
  position: relative;
}
.p-menu__card + .p-menu__card {
  margin-top: 3rem;
}
.p-menu__card:first-child::before {
  position: absolute;
  bottom: 1.2rem;
  left: -3.1rem;
  z-index: 1;
  width: 7.1rem;
  height: 6.2rem;
  background-image: url(../images/common/illust_delivery.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  content: "";
}
.p-menu__card:last-child::before {
  position: absolute;
  bottom: 2.6rem;
  left: -2rem;
  z-index: 1;
  width: 7.6rem;
  height: 6.1rem;
  background-image: url(../images/common/illust_present02.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  content: "";
}
.p-menu__circle-items {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  margin-top: 3.6rem;
}
.p-menu__circle-item a {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.p-menu__circle-item-text {
  margin-top: 1.1rem;
  color: var(--color-navy);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
  transition: color 0.3s;
}
.p-menu__circle-item-text.p-menu__circle-item-text--en {
  margin-top: 1rem;
  font-family: var(--font-poppins);
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.29;
  text-transform: uppercase;
}
.p-menu__circle-item-text.p-menu__circle-item-text--en span {
  font-family: var(--base-font);
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0;
}
.p-menu__circle-item-img {
  width: 8.2rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}
.p-menu__circle-item-img img {
  transition: transform 0.3s;
}
.p-menu__button {
  margin-top: 4rem;
  text-align: center;
}
.l-wrapper.is-height-xs .p-menu__card + .p-menu__card {
  margin-top: 2rem;
}
.l-wrapper.is-height-xs .p-menu__circle-items {
  column-gap: 20px;
  margin-top: 2rem;
}

@media (hover: hover) and (pointer: fine) {
  .p-menu__circle-item a:hover .p-menu__circle-item-text {
    color: var(--bg-color-orange);
  }
  .p-menu__circle-item a:hover .p-menu__circle-item-img img {
    transform: scale(1.1);
  }
}

@media (max-width: 1400px) {

  .p-menu__card:first-child::before {
    bottom: 3rem;
    left: -2.7rem;
    width: 6.6rem;
    height: 5.8rem;
  }
  .p-menu__card:last-child::before {
    width: 6.8rem;
    height: 5.6rem;
  }

}
@media (max-width: 1300px) {

  .p-menu__circle-items {
    column-gap: 20px;
  }

}

@media (max-width: 1200px) {
  .p-menu__card + .p-menu__card {
    margin-top: 2rem;
  }

  .p-menu__card:first-child::before,
  .p-menu__card:last-child::before {
    content: none;
  }

  .p-menu__circle-items {
    column-gap: 30px;
    margin-top: 2rem;
  }

  .p-menu__circle-item-text {
    font-size: 1.4rem;
    line-height: 1.29;
  }

  .l-wrapper.is-height-md .p-menu__circle-items {
    margin-top: 2rem;
  }

  .l-wrapper.is-height-sm .p-menu__circle-items,
  .l-wrapper.is-height-xs .p-menu__circle-items {
    column-gap: 30px;
  }

  .l-wrapper.is-height-md .p-menu__button,
  .l-wrapper.is-height-sm .p-menu__button,
  .l-wrapper.is-height-xs .p-menu__button {
    margin-top: 4rem;
  }

  .l-wrapper.is-height-xs .p-menu__button .c-icon-button {
    padding: 1rem 2.8rem;
  }
}

/*
    p-card
---------------------------------*/
.p-card > a {
  display: block;
}
.p-card__body {
  border-radius: 10px 10px 0 0;
  background-color: var(--color-white);
}
.p-card__body.p-card__body--center {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 20px 20px;
}
.p-card__body a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 20px 30px 20px 20px;
}
.p-card__img {
  width: 40%;
  height: fit-content;
  border-radius: 50%;
  overflow: hidden;
}
.p-card__img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.3s;
}
.p-card__text {
  width: 48%;
  color: var(--color-navy);
  font-size: 1.6rem;
  font-weight: 700;
  font-feature-settings: 'halt' on;
  letter-spacing: 0;
  line-height: 1.45;
  transition: color 0.3s;
}
.p-card__text.p-card__text--sm {
  font-size: 1.4rem;
}
.p-card__body a .p-card__text {
  padding-top: 1rem;
  padding-bottom: 24px;
}
.p-card__text span {
  display: inline-block;
}
.p-card__arrow {
  display: inline-grid;
  place-items: center;
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: var(--color-navy);
  transition: background-color 0.3s;
}
.p-card__arrow::before {
  display: inline-block;
  transform: translateX(13%);
  width: 0.5rem;
  height: 0.5rem;
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.p-card__bottom {
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  background-color: var(--color-navy);
  transition: background-color 0.3s;
}
.p-card__bottom a {
  display: block;
}
.p-card__bottom-text {
  position: relative;
  padding: 1rem 30px;
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
}
.p-card__bottom-text::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media (hover: hover) and (pointer: fine) {
  .p-card > a:hover .p-card__text {
    color: var(--bg-color-orange);
  }
  .p-card > a:hover .p-card__img img {
    transform: scale(1.1);
  }
  .p-card > a:hover .p-card__bottom {
    background-color: var(--bg-color-orange);
  }
  .p-card__body a:hover .p-card__text {
    color: var(--bg-color-orange);
  }
  .p-card__body a:hover .p-card__arrow {
    background-color: var(--bg-color-orange);
  }
  .p-card__body a:hover .p-card__img img {
    transform: scale(1.1);
  }
  .p-card__bottom:has(a:hover) {
    background-color: var(--bg-color-orange);
  }
}

@media (max-width: 1200px) {
  .p-card__body.p-card__body--center {
    column-gap: 20px;
    padding: 30px 20px 20px;
  }
  .p-card__body a {
    column-gap: 20px;
    padding: 30px 20px 20px;
  }
  .p-card__text {
    flex: 1;
    width: auto;
  }
  .p-card__text span {
    display: inline;
  }
  .p-card__img {
    width: 100px;
  }
  .p-card__bottom-text::after {
    width: 0.5rem;
    height: 0.5rem;
  }
}

/*
    p-card02
---------------------------------*/
.p-card02 {
  display: flex;
  flex-direction: column-reverse;
}
.p-card02__body {
  position: relative;
  margin-top: 4rem;
}
.p-card02__label {
  position: absolute;
  top: -10rem;
  left: -26px;
  clip-path: polygon(100% 0%, calc(100% - 1rem) 50%, 100% 100%, 0 100%, 1rem 50%, 0 0);
  padding: 1rem 3rem;
  background-color: var(--color-navy);
  color: var(--color-white);
  font-size: 2.2rem;
  font-weight: 500;
}
.p-card02__title {
  color: var(--color-white);
}
.p-card02__title a {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}
.p-card02__title-inner {
  display: inline-flex;
  flex-direction: column;
}
.p-card02__title-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
}
.p-card02__arrow {
  flex-shrink: 0;
  display: inline-grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0.3rem;
  border-radius: 50%;
  background-color: var(--color-navy);
}
.p-card02__arrow::before {
  display: inline-block;
  transform: translateX(13%);
  width: 0.7rem;
  height: 0.6rem;
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.p-card02__text {
  margin-top: 2rem;
}
.p-card02__img img {
  width: 100%;
  border: 2px solid var(--color-navy);
  border-radius: 16px;
}

@media (hover: hover) and (pointer: fine) {
  .p-card02__title a:hover .p-card02__title-text {
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .p-card02__body {
    margin-top: 3rem;
  }
  .p-card02__label {
    top: -7.5rem;
    left: -20px;
    padding: 0.8rem 2.5rem;
    font-size: 1.6rem;
  }
  .p-card02__title-text {
    font-size: 2.2rem;
  }
  .p-card02__arrow {
    width: 2.2rem;
    height: 2.2rem;
  }
  .p-card02__arrow::before {
    width: 0.6rem;
    height: 0.5rem;
  }
  .p-card02__img img {
    border-radius: 12px;
  }
}

/*
    p-fixed-banner
---------------------------------*/
.p-fixed-banner {
  display: none;
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 53rem;
  transition: opacity 0.3s, visibility 0.3s ease-out;
}
.p-fixed-banner.is-show {
  opacity: 1;
  visibility: visible;
}
.p-fixed-banner__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  column-gap: 20px;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: var(--color-white);
  box-shadow: 0 0 10px rgb(35 24 21 / 0.15);
}
.p-fixed-banner__inner::before {
  position: absolute;
  bottom: -1.6rem;
  left: -9px;
  z-index: 1;
  width: 7.7rem;
  height: 6.2rem;
  background-image: url(../images/common/illust_present02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.p-fixed-banner__text {
  color: var(--color-navy);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  transition: color 0.3s;
}
.p-fixed-banner__text span {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.6rem;
}
.p-fixed-banner__img {
  width: 9rem;
  height: fit-content;
  border-radius: 50%;
  overflow: hidden;
}
.p-fixed-banner__img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.3s;
}
.p-fixed-banner__arrow {
  display: inline-grid;
  place-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: var(--color-navy);
  transition: background-color 0.3s;
}
.p-fixed-banner__arrow::before {
  display: inline-block;
  transform: translateX(13%);
  width: 0.5rem;
  height: 0.5rem;
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.p-fixed-banner__button {
  display: block;
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: rgb(29 29 29 / 0.2);
}
.p-fixed-banner__button::before,
.p-fixed-banner__button::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 0.1rem;
  background-color: var(--color-white);
  content: "";
}
.p-fixed-banner__button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-fixed-banner__button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .p-fixed-banner__inner:hover .p-fixed-banner__text {
    color: var(--bg-color-orange);
  }
  .p-fixed-banner__inner:hover .p-fixed-banner__img img {
    transform: scale(1.1);
  }
  .p-fixed-banner__inner:hover .p-fixed-banner__arrow {
    background-color: var(--bg-color-orange);
  }
}
@media (max-width: 1200px) {
  .p-fixed-banner {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-fixed-banner {
    width: calc(100% - 40px);
  }
}

/*
    p-fv
---------------------------------*/
.p-fv__inner {
  position: relative;
  height: 82rem;
  padding-top: 4rem;
  -webkit-mask-image: url(../images/top/shape-circle.svg);
  mask-image: url(../images/top/shape-circle.svg);
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
}
.p-fv__bg {
  position: absolute;
  inset: 0;
}
.p-fv__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-fv__logo {
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.p-fv__logo a {
  display: inline-block;
  width: 8rem;
  transition: opacity 0.3s;
}
.p-fv__text {
  display: grid;
  gap: 2rem;
  position: absolute;
  bottom: 9rem;
  left: 60px;
  z-index: 1;
  color: var(--color-white);
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-shadow: 0 1px 16px rgb(0 0 0 / 1);
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.p-fv__text-thin {
  font-weight: 250;
}

/* 動画差し替え前のスライダー用ここから */
.p-slider02 {
  pointer-events: none;
  -webkit-mask-image: url(../images/top/shape-circle.svg);
  mask-image: url(../images/top/shape-circle.svg);
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
}
.p-slider02__slide {
  position: relative;
}
.p-slider02__slide::before {
  display: block;
  height: 82rem;
  content: "";
}
.p-slider02__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-slider02 .splide__pagination {
  flex-direction: column;
  top: 34rem;
  right: 10px;
  bottom: unset;
  left: unset;
  padding: 0;
  pointer-events: none;
}
.p-slider02 .splide__pagination li {
  margin: -3px 0;
}
.p-slider02 .splide__pagination__page {
  pointer-events: none;
  opacity: 1;
  width: 6px;
  height: 6px;
  margin: 3px 0;
  border-radius: 3px 3px 3px 3px;
  background-color: var(--color-white);
  transition: height 0.3s;
}
.p-slider02 .splide__pagination__page.is-active {
  transform: unset;
  height: 40px;
  margin: 8px 0 3px;
  background-color: var(--color-navy);
}
@media (max-width: 767px) {
  .p-slider02__slide::before {
    height: 67.4rem;
  }
}
/* 動画差し替え前のスライダー用ここまで */

@media (hover: hover) and (pointer: fine) {
  .p-fv__logo a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .p-fv__inner {
    height: 67.4rem;
  }
  .p-fv__logo {
    display: none;
  }
  .p-fv__text {
    gap: 1.6rem;
    left: 30px;
    font-size: 1.8rem;
  }
}

/*
    p-event
---------------------------------*/
.p-event {
  padding-top: 7rem;
  padding-bottom: 0;
}

.p-event__contents {
  margin-top: 4rem;
}

.p-event__button {
  margin-top: 3rem;
  text-align: center;
}

@media (max-width: 767px) {
  .p-event {
    position: relative;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .p-event::after {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-white);
    content: "";
  }
}

/*
    p-event-detail
---------------------------------*/
.p-event-detail {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: -60px;
  margin-left: -60px;
  padding: 3rem 60px;
}

.p-event-detail::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/top/dot-line-white.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100% auto;
  content: "";
}

.p-event-detail:last-child::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/top/dot-line-white.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100% auto;
  content: "";
}

.p-event-detail__img {
  flex-shrink: 0;
  width: 12rem;
}

.p-event-detail__img img {
  border-radius: 6px;
}

.p-event-detail__body {
  flex: 1;
  margin-left: 30px;
}

.p-event-detail__date {
  color: var(--color-navy);
  font-family: var(--font-poppins);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

.p-event-detail__title {
  margin-top: 0.4rem;
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .p-event-detail {
    margin-right: -32px;
    margin-left: -32px;
    padding: 3rem 16px;
  }

  .p-event-detail::before {
    background-image: url(../images/top/dot-line-white_sp.png);
  }

  .p-event-detail:last-child::after {
    background-image: url(../images/top/dot-line-white_sp.png);
  }

  .p-event-detail__body {
    margin-left: 22px;
  }

  .p-event-detail__title {
    margin-top: 0.2rem;
  }
}

/*
    p-intro
---------------------------------*/
.p-intro {
  position: relative;
  padding-top: 10rem;
  background-color: var(--bg-color-light-orange);
}
.p-intro::before {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: url(../images/common/bg-pattern.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 50rem 50rem;
  content: "";
}
.p-intro::after {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  content: "";
}
.p-intro__inner {
  position: relative;
  z-index: 1;
}
.p-intro__title {
  position: relative;
  z-index: 1;
}
.p-intro__text {
  margin-top: 6rem;
  font-weight: 600;
}
.p-intro__text + .p-intro__text {
  margin-top: 3.2rem;
}
.p-intro__deco {
  position: absolute;
  top: 14rem;
  right: -64px;
  width: 30rem;
}

@media (max-width: 767px) {
  .p-intro__text {
    margin-top: 4rem;
  }
  .p-intro__text + .p-intro__text {
    margin-top: 2.4rem;
  }
  .p-intro__deco {
    top: 12rem;
    right: -30px;
    width: 20rem; 
  }
}

/*
    p-news
---------------------------------*/
.p-news {
  position: relative;
}
.p-news::before {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  content: "";
}
.p-news__contents {
  margin-top: 4rem;
}
.p-news__items {
  margin-right: -60px;
  margin-left: -60px;
}
.p-news__item.p-news-item::before {
  height: 1px;
  background-image: url(../images/common/dot-line-white-long.png);
}
.p-news__item.p-news-item:last-child::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/common/dot-line-white-long.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  content: "";
}
.p-news__button {
  margin-top: 4rem;
  text-align: center;
}

@media (max-width: 767px) {
  .p-news {
    padding-top: 8rem;
  }

  .p-news__items {
    margin-right: -32px;
    margin-left: -32px;
  }

  .p-news__item.p-news-item::before {
    height: 2px;
    background-image: url(../images/top/dot-line-white_sp.png);
  }

  .p-news__item.p-news-item:last-child::after {
    height: 2px;
    background-image: url(../images/top/dot-line-white_sp.png);
  }
}

/*
    p-store
---------------------------------*/
.p-store {
  padding-bottom: 13rem;
  background-color: var(--color-white);
}

.p-store__contents {
  position: relative;
  margin-top: 6rem;
}

.p-store__contents::before {
  position: absolute;
  top: -13.1rem;
  right: -155px;
  width: 23.5rem;
  height: 24.3rem;
  background-image: url(../images/top/illust_imagination.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-store__item+.p-store__item {
  margin-top: 8rem;
}

.p-store__item:nth-child(1) img.c-fadein-blur {
  transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
}

@media (max-width: 1000px) {
  .p-store__contents::before {
    right: -145px;
  }
}
@media (max-width: 767px) {
  .p-store {
    padding-bottom: 10rem;
  }

  .p-store__title::before {
    font-size: 4.4rem;
  }

  .p-store__contents {
    margin-top: 10rem;
  }

  .p-store__contents::before {
    top: -8.6rem;
    right: -27px;
    width: 14.5rem;
    height: 14.9rem;
  }
}

/*
    p-step
---------------------------------*/
.p-step {
  position: relative;
}

.p-step__number {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.p-step__img {
  padding: 10px 10px 0 10px;
  border-radius: 22px 22px 0 0;
  border: 2px solid var(--color-navy);
  border-bottom: none;
}

.p-step__img img {
  border-radius: 16px 16px 0 0;
}

.p-step__title {
  margin-top: 3rem;
  color: var(--color-navy);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

.p-step__title ruby {
  font-size: 3.2rem;
}

.p-step__title rt {
  transform: translateY(-0.1rem);
  font-family: var(--font-poppins);
  font-size: 1.3rem;
  font-weight: 500;
}

/* Safari対応ここから */
_::-webkit-full-page-media,
_:future,
:root .p-step__title {
  margin-top: 2rem;
}

_::-webkit-full-page-media,
_:future,
:root .p-step__title rt {
  transform: translateY(0.8rem);
}

/* Safari対応ここまで */
/* Firefox対応ここから */
@-moz-document url-prefix() {
  .p-step__title rt {
    margin-bottom: -0.9rem;
  }
}

/* Firefox対応ここまで */
.p-step__text {
  margin-top: 0.5rem;
}

.p-step__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  text-align: center;
}

.p-step__button-text {
  display: inline-grid;
  grid-template-columns: auto 1fr auto;
  place-items: center;
  color: var(--color-navy);
  font-family: var(--font-zen-maru);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.p-step__button-text::before,
.p-step__button-text::after {
  display: inline-block;
  width: 1.5rem;
  height: 0.2rem;
  border-radius: 9999px;
  background-color: currentColor;
  content: "";
}

.p-step__button-text::before {
  transform: rotate(-130deg);
}

.p-step__button-text::after {
  transform: rotate(130deg);
}

.p-step__button a {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .p-step__title {
    font-size: 2rem;
  }

  .p-step__title ruby {
    font-size: 2.8rem;
  }
}

/*
    p-step02
---------------------------------*/
.p-step02__item + .p-step02__item {
  margin-top: 3rem;
}
.p-step02__contents {
  display: grid;
  grid-template-columns: 140px 1fr;
  column-gap: 30px;
  margin-top: 2rem;
}
.p-step02__img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
}
.p-step02__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-step02__text-wrap {
  padding-top: 1rem;
}
.p-step02__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .p-step02__contents {
    grid-template-columns: 100px 1fr;
    column-gap: 20px;
  }
  .p-step02__text-wrap {
    padding-top: 0.5rem;
}
}

/*
    p-books
---------------------------------*/
.p-books {
  position: relative;
  padding-top: 12.5rem;
}

.p-books::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  content: "";
}

.p-books::after {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  content: "";
}

.p-books__title .c-brackets-title.c-brackets-title--has-sub>span:last-child {
  margin-top: -0.8rem;
  font-family: var(--font-poppins);
  font-size: 5rem;
}

.p-books__contents {
  margin-top: 3.2rem;
}

.p-books__items {
  margin-top: 4rem;
}

.p-books__item+.p-books__item {
  margin-top: 2rem;
}

.p-books__deco {
  position: absolute;
  top: 5rem;
  right: 14px;
  width: 14.5rem;
}

@media (max-width: 767px) {
  .p-books {
    padding-top: 11rem;
  }

  .p-books__title {
    display: grid;
    place-items: center;
    margin-right: -16px;
    margin-left: -16px;
  }

  .p-books__title .c-brackets-title.c-brackets-title--has-sub {
    padding: 0.4rem 4rem 2rem;
  }

  .p-books__title .c-brackets-title.c-brackets-title--has-sub>span:last-child {
    font-size: 3.6rem;
  }

  .p-books__deco {
    top: 5.8rem;
    width: 11rem;
  }
}

/*
    p-panel
---------------------------------*/
.p-panel a {
  display: block;
  position: relative;
  padding: 4rem 40px 4rem 36px;
  border-radius: 10px;
  border: 2px solid var(--color-navy);
  background-color: var(--color-white);
  transition: background-color 0.3s;
}

.p-panel a::before {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid var(--color-navy);
  content: "";
}

.p-panel a::after {
  position: absolute;
  top: 2.1rem;
  right: 1.9rem;
  width: 1rem;
  height: 0.8rem;
  background-image: url(../images/common/icon_arrow-navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-panel__title {
  color: var(--color-navy);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
}

@media (hover: hover) and (pointer: fine) {
  .p-panel a:hover {
    background-color: var(--bg-color-light-orange);
  }
}

@media (max-width: 767px) {
  .p-panel a {
    padding: 3.2rem 20px;
  }

  .p-panel__title {
    font-size: 2.2rem;
  }
}

/*
    p-reading
---------------------------------*/
.p-reading {
  position: relative;
  background-color: var(--bg-color-light-orange);
}
.p-reading::before {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: url(../images/common/bg-pattern.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 50rem 50rem;
  content: "";
}
.p-reading::after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  content: "";
}
.p-reading__inner {
  position: relative;
  z-index: 1;
}
.p-reading__contents {
  margin-top: 4rem;
}
.p-reading__title.c-brackets-title.c-brackets-title--has-sub {
  padding: 0.4rem 3rem 2rem;
}
.p-reading__slider {
  position: relative;
  margin-top: 4rem;
}
.p-reading__button {
  margin-top: 6rem;
  text-align: center;
}

@media (max-width: 767px) {
  .p-reading::before {
    background-size: 25rem 25rem;
  }
  .p-reading__title.c-brackets-title.c-brackets-title--has-sub {
    padding: 0.4rem 5rem 2rem;
  }
}

/*
    p-slider01
---------------------------------*/
.p-slider01__item {
  width: 34rem;
}
.p-slider01__item:last-child {
  margin-right: 50px;
}
.p-slider01__img {
  overflow: hidden;
  border: 2px solid var(--color-navy);
  border-radius: 16px;
}
.p-slider01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-slider01__body {
  padding-top: 3rem;
  padding-right: 20px;
  padding-left: 20px;
}
.p-slider01__title {
  display: grid;
  place-items: center;
}
.p-slider01__title a {
  display: inline-flex;
  align-items: flex-end;
  transition: color 0.3s;
}
.p-slider01__title-text {
  margin-right: 1rem;
  font-size: 2rem;
  line-height: 1.45;
}
.p-slider01 .splide {
  padding-bottom: 5rem;
}
.p-slider01 .splide__arrow {
  top: 15rem;
  opacity: 1;
  width: 4rem;
  height: 4rem;
  background: none;
}
.p-slider01 .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}
.p-slider01 .splide__arrow svg {
  opacity: 0;
}
.p-slider01 .splide__arrow--prev {
  left: -50px;
}
.p-slider01 .splide__arrow--prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(180deg);
  width: 2.2rem;
  height: 4.2rem;
  background-image: url(../images/top/icon_slider-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.p-slider01 .splide__arrow--next {
  right: -50px;
}
.p-slider01 .splide__arrow--next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.2rem;
  height: 4.2rem;
  background-image: url(../images/top/icon_slider-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.p-slider01 .splide__arrow:disabled {
  display: none;
}
.p-slider01 .splide .splide__pagination {
  bottom: 0;
}
.p-slider01 .splide .splide__pagination__page {
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 9999px;
  background-color: var(--color-white);
  transition: width 0.3s;
}
.p-slider01 .splide .splide__pagination__page.is-active {
  transform: scale(1);
  width: 80px;
  background-color: var(--color-navy);
}

@media (hover: hover) and (pointer: fine) {
  .p-slider01__title a:hover {
    color: var(--bg-color-orange);
  }
}
@media (max-width: 767px) {
  .p-slider01 .splide {
    padding-bottom: 4rem;
  }
  .p-slider01__item {
    width: 22rem;
  }
  .p-slider01__img {
    border-radius: 12px;
  }
  .p-slider01__body {
    padding-top: 2rem;
    padding-right: 10px;
    padding-left: 10px;
  }
  .p-slider01__title a {
    flex-direction: column;
  }
  .p-slider01__title-text {
    margin-right: 0;
    font-size: 1.6rem;
  }
  .p-slider01 .splide__arrow {
    top: 25.5vw;
    width: 2rem;
    height: 4rem;
  }
  .p-slider01 .splide__arrow--prev {
    left: -26px;
  }
  .p-slider01 .splide__arrow--prev::before {
    width: 1.6rem;
    height: 3.2rem;
  }
  .p-slider01 .splide__arrow--next {
    right: -26px;
  }
  .p-slider01 .splide__arrow--next::before {
    width: 1.6rem;
    height: 3.2rem;
  }
  .p-slider01 .splide .splide__pagination__page {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .p-slider01 .splide .splide__pagination__page.is-active {
    width: 50px;
  }
}

/*
    p-message-flower
---------------------------------*/
.p-message-flower {
  position: relative;
}
.p-message-flower::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  content: "";
}
.p-message-flower__title .c-brackets-title::before {
  left: 40px;
}
.p-message-flower__title .c-brackets-title::after {
  right: 40px;
}
.p-message-flower__title .c-brackets-title.c-brackets-title--has-sub>span:last-child {
  margin-top: 0;
  font-family: var(--font-poppins);
  font-size: 4.8rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
.p-message-flower__contents {
  margin-top: 5rem;
}
.p-message-flower__img {
  margin-top: 4rem;
}
.p-message-flower__img img {
  width: 100%;
  border-radius: 10px;
}
.p-message-flower__button {
  margin-top: 4rem;
  text-align: center;
}
.p-message-flower__deco {
  position: absolute;
  top: -5rem;
  left: -74px;
  width: 23rem;
}
@media (max-width: 767px) {
  .p-message-flower__title .c-brackets-title.c-brackets-title--has-sub {
    padding: 0.4rem 3rem 2rem;
  }
  .p-message-flower__title .c-brackets-title::before {
    left: 0;
  }
  .p-message-flower__title .c-brackets-title::after {
    right: 0;
  }
  .p-message-flower__title .c-brackets-title.c-brackets-title--has-sub>span:last-child {
    font-size: 3.8rem;
  }
  .p-message-flower__deco {
    top: -1rem;
    left: -44px;
    width: 16rem;
  }
}

/*
    p-passport
---------------------------------*/
.p-passport {
  position: relative;
  background-color: var(--color-white);
}
.p-passport::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--bg-color-orange);
  content: "";
}
.p-passport__title .c-brackets-title.c-brackets-title--has-sub>span:last-child {
  margin-top: 0;
  font-family: var(--font-poppins);
  font-size: 4.8rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
.p-passport__title .c-brackets-title.c-brackets-title--has-sub>span:last-child span {
  font-family: var(--base-font);
  font-size: 4.3rem;
  font-weight: 900;
  letter-spacing: 0;
}
.p-passport__contents {
  margin-top: 4rem;
}
.p-passport__img {
  margin-top: 4rem;
}
.p-passport__img img {
  width: 100%;
  border-radius: 10px;
}
.p-passport__button {
  margin-top: 4rem;
  text-align: center;
}
.p-passport__button .c-button {
  max-width: 33rem;
}
.p-passport__deco01 {
  position: absolute;
  top: 17rem;
  right: -17px;
  width: 10.7rem;
}
.p-passport__deco02 {
  position: absolute;
  bottom: -4rem;
  left: -31px;
  width: 10.1rem;
}
@media (max-width: 767px) {
  .p-passport {
    z-index: 1;
  }
  .p-passport__title .c-brackets-title.c-brackets-title--has-sub {
    padding: 0.4rem 1rem 2rem;
  }
  .p-passport__title .c-brackets-title.c-brackets-title--has-sub>span:last-child {
    font-size: 3.8rem;
  }
  .p-passport__title .c-brackets-title.c-brackets-title--has-sub>span:last-child span {
    font-size: 3.4rem;
  }
  .p-passport__deco01 {
    top: 15rem;
    right: -13px;
    width: 8.4rem;
  }
  .p-passport__deco02 {
    bottom: -7rem;
    left: -20px;
    width: 7.1rem;
  }
}

/*
    p-wrappinghowto-archive
---------------------------------*/
.p-wrappinghowto-archive__contents {
  margin-top: 4rem;
}
.p-wrappinghowto-archive__sub-title {
  font-size: 2rem;
}
.p-wrappinghowto-archive__item {
  padding-top: 8rem;
}
.p-wrappinghowto-archive__card {
  margin-top: 3rem;
}
.p-wrappinghowto-archive__button {
  margin-top: 6rem;
  text-align: center;
}

@media (max-width: 767px) {
  .p-wrappinghowto-archive__title {
    white-space: nowrap;
  }
  .p-wrappinghowto-archive__item-title {
    font-size: 1.8rem;
  }
}

/*
    p-access
---------------------------------*/
.p-access {
  position: relative;
}
.p-access::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  content: "";
}
.p-access__contents {
  margin-top: 6rem;
}
.p-access__map-wrap {
  position: relative;
  z-index: 1;
  padding: 10px 10px 0 10px;
  border-radius: 22.5rem 22.5rem 0 0;
  border: 2px solid var(--color-navy);
  border-bottom: none;
}
.p-access__map-title {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.p-access__map-title .c-round-title {
  background-color: var(--bg-color-beige);
}
.p-access__map {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 22.5rem 22.5rem 0 0;
}
.p-access__map::before {
  display: block;
  height: 50rem;
  content: "";
}
.p-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(2);
  width: 100%;
  height: 100%;
}
.p-access__address {
  margin-top: 2rem;
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.p-access__address a {
  transition: color 0.3s;
}
.p-access__box {
  position: relative;
  margin-top: 4rem;
}
.p-access__box-deco {
  position: absolute;
  top: 5.5rem;
  right: -2.8rem;
  width: 9.7rem;
}

@media (hover: hover) and (pointer: fine) {
  .p-access__address a:hover {
    color: var(--color-navy);
  }
}

@media (max-width: 767px) {
  .p-access__contents {
    margin-top: 5rem;
  }
  .p-access__map::before {
    height: 40rem;
  }
  .p-access__map iframe {
    transform: scale(2.2);
  }
  .p-access__box-deco {
    right: -2.5rem;
    width: 8rem;
  }
}

@media (max-width: 640px) {
  .p-access__map iframe {
    transform: scale(2.1);
  }
}

@media (max-width: 480px) {
  .p-access__map iframe {
    transform: scale(1.5);
  }
}

/*
    p-border-box
---------------------------------*/
.p-border-box {
  padding: 2.8rem;
  border-radius: 10px;
  border: 2px solid var(--color-navy);
  background-color: var(--bg-color-beige);
  text-align: center;
}

.p-border-box__title {
  color: var(--color-navy);
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 1.5;
}

.p-border-box__text {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}

@media (max-width: 767px) {
  .p-border-box {
    padding: 2.8rem 18px;
  }

  .p-border-box__text {
    font-size: 1.5rem;
  }
}

/*
    p-border-box02
---------------------------------*/
.p-border-box02 {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  border: 2px solid var(--color-navy);
  background-color: var(--color-white);
}

@media (max-width: 767px) {
  .p-border-box02 {
    padding: 2.8rem 18px;
  }
}

/*
    p-news-archives
---------------------------------*/
.p-news-archives__contents {
  margin-top: 4rem;
}

.p-news-archives__items {
  margin-right: -60px;
  margin-left: -60px;
}

.p-news-archives__more {
  position: relative;
  margin-top: 6rem;
  margin-right: -60px;
  margin-left: -60px;
  background-color: var(--bg-color-light-orange);
}

.p-news-archives__more::before {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: url(../images/common/bg-pattern.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 50rem 50rem;
  content: "";
}

.p-news-archives__more::after {
  position: absolute;
  top: -6rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/common/dot-line-white-long.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  content: "";
}

.p-news-archives__more button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 6rem;
}

.p-news-archives__more button span {
  color: var(--color-navy);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.45;
  transition: color 0.3s;
}

.p-news-archives__more button svg {
  margin-top: 0.2rem;
  margin-left: 1rem;
}

.p-news-archives__more button svg path {
  transition: stroke 0.3s;
}

.p-news-archives__more button.is-open svg {
  transform: rotateX(180deg);
  margin-top: 0.1rem;
}

.p-news-archives__button {
  margin-top: 4rem;
  text-align: center;
}

@media (hover: hover) and (pointer: fine) {
  .p-news-archives__more button:hover span {
    color: var(--bg-color-orange);
  }

  .p-news-archives__more button:hover svg path {
    stroke: var(--bg-color-orange);
  }
}

@media (max-width: 767px) {
  .p-news-archives__items {
    margin-right: -32px;
    margin-left: -32px;
  }

  .p-news-archives__more {
    margin-right: -32px;
    margin-left: -32px;
  }
}

/*
    p-news-item
---------------------------------*/
.p-news-item {
  position: relative;
}

.p-news-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/common/dot-line-white-long.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  content: "";
}

.p-news-item a {
  display: block;
  padding: 30px 60px;
}

.p-news-item__date {
  color: var(--color-navy);
  font-family: var(--font-poppins);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

.p-news-item__excerpt {
  margin-top: 0.3rem;
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.45;
}

@media (hover: hover) and (pointer: fine) {
  .p-news-item a:hover .p-news-item__excerpt {
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .p-news-item::before {
    background-image: url(../images/common/dot-line-white_sp.png);
  }

  .p-news-item a {
    padding: 30px 44px;
  }
}

/*
    p-news-detail
---------------------------------*/
.p-news-detail__contents {
  position: relative;
  margin-top: 4rem;
  padding-top: 4rem;
}

.p-news-detail__contents::before {
  position: absolute;
  top: 0;
  left: -60px;
  width: calc(100% + 120px);
  height: 1px;
  background-image: url(../images/common/dot-line-white-long.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  content: "";
}

@media (max-width: 767px) {
  .p-news-detail__contents::before {
    left: -32px;
    width: calc(100% + 64px);
    background-image: url(../images/common/dot-line-white_sp.png);
  }
}

/*
    p-post
---------------------------------*/
.p-post {
  color: var(--color-white);
}

.p-post__heading+* {
  margin-top: 3rem;
}

.p-post__date {
  color: var(--color-navy);
  font-family: var(--font-poppins);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

.p-post__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.83;
}

.p-post__lead {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.83;
}

.p-post h3:not([class]) {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
}

.p-post figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.p-post figure img {
  width: 100%;
  border-radius: 10px;
}

.p-post figure figcaption {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.45;
}

.p-post__button {
  margin-top: 6rem;
  text-align: center;
}

/*
    p-home-qa
---------------------------------*/
.p-home-qa {
  position: relative;
  background-color: var(--bg-color-light-orange);
}
.p-home-qa::before {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: url(../images/common/bg-pattern.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 50rem 50rem;
  content: "";
}
.p-home-qa::after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  content: "";
}
.p-home-qa__contents {
  margin-top: 4rem;
}
.p-home-qa__item + .p-home-qa__item {
  margin-top: 2rem;
}
.p-home-qa__item.p-qa-card {
  background-color: var(--bg-color-beige);
}
.p-home-qa__item.p-qa-card .p-qa-card__description {
  padding-top: 2rem;
}
.p-home-qa__item.p-qa-card {
  padding: 30px;
}
.p-home-qa__button {
  margin-top: 4rem;
  text-align: center;
}
.p-home-qa__deco {
  position: absolute;
  top: 12rem;
  right: -26px;
  z-index: 1;
  width: 20rem;
}
@media (max-width: 767px) {
  .p-home-qa__item.p-qa-card {
    padding: 30px 20px;
  }
  .p-home-qa__deco {
    top: 13rem;
    right: -20px;
    width: 13rem;
  }
}

/*
    p-qa
---------------------------------*/
.p-qa__contents {
  margin-top: 8rem;
}

.p-qa__list-title {
  margin-top: 8rem;
}

.p-qa__list {
  margin-top: 3rem;
}

.p-qa__item+.p-qa__item {
  margin-top: 2rem;
}

.p-qa__button {
  margin-top: 6rem;
  text-align: center;
}

.p-qa__button02 {
  margin-top: 4rem;
  text-align: center;
}

@media (max-width: 767px) {
  .p-qa__list-title {
    font-size: 1.8rem;
  }
}

/*
    p-qa-card
---------------------------------*/
.p-qa-card {
  padding: 36px 30px 30px;
  border-radius: 10px;
  border: 2px solid var(--color-navy);
  background-color: var(--color-white);
}

.p-qa-card__term {
  display: flex;
}

.p-qa-card__description {
  display: flex;
  position: relative;
  margin-top: 2rem;
  padding-top: 2.7rem;
}

.p-qa-card__description::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/common/dot-line-orange.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  content: "";
}

.p-qa-card__term>span,
.p-qa-card__description>span {
  display: inline-block;
  flex-shrink: 0;
  transform: translateY(-0.2rem);
  font-family: var(--font-poppins);
  font-size: 2.4rem;
  font-weight: 600;
}

.p-qa-card__term>span {
  margin-right: 0.8rem;
  color: var(--color-navy);
}

.p-qa-card__description>span {
  margin-right: 1rem;
  color: var(--bg-color-orange);
}

.p-qa-card__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.45;
  word-break: break-all;
}

.p-qa-card__text.p-qa-card__text--sm {
  font-size: 1.4rem;
}

.p-qa-card__text.p-qa-card__text--xs {
  font-size: 1.2rem;
}

.p-qa-card__text a {
  color: var(--bg-color-orange);
  text-decoration: underline;
  transition: opacity 0.3s;
}

.p-qa-card__texts .p-qa-card__text+.p-qa-card__text {
  margin-top: 2rem;
}

.p-qa-card__contents {
  margin-top: 2rem;
}

.p-qa-card__img img {
  width: 100%;
}

.p-qa-card__annotation {
  margin-top: 2rem;
}

.p-qa-card__annotation-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.45;
}

.p-qa-card__annotation-list {
  margin-top: 0.7rem;
}

.p-qa-card__annotation-item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.45;
}

.p-qa-card__annotation-item + .p-qa-card__annotation-item {
  margin-top: 0.8rem;
}

@media (hover: hover) and (pointer: fine) {
  .p-qa-card__text a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .p-qa-card {
    padding: 30px 20px 26px;
  }

  .p-qa-card__description {
    padding-top: 2.4rem;
  }

  .p-qa-card__description::before {
    height: 2px;
    background-position: center left;
    background-size: 150% auto;
  }
}

/*
    p-selection
---------------------------------*/
.p-selection {
  padding-bottom: 0;
}

.p-selection__intro {
  position: relative;
  padding-bottom: 7rem;
}

.p-selection__intro::before {
  position: absolute;
  top: -22.3rem;
  right: 40px;
  left: unset;
  width: 12.1rem;
  height: 22.3rem;
  background-color: unset;
  background-image: url(../images/selection/illust_man-reading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-selection__intro::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/top/dot-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  content: "";
}

.p-selection__intro.p-books {
  padding-top: 0;
}

.p-selection__intro.p-books::after {
  background-color: unset;
}

.p-selection__intro-contents {
  margin-top: 3.2rem;
  transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
}

.p-selection__content {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.p-selection__content.p-selection__content--white {
  position: relative;
  background-color: var(--color-white);
}

.p-selection__content.p-selection__content--white::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/common/dot-line-long.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  content: "";
}

.p-selection__text {
  margin-top: 2rem;
}

.p-selection__box {
  margin-top: 3rem;
}

.p-selection__more {
  padding-top: 3rem;
  background-color: var(--color-white);
  color: var(--color-navy);
  font-family: var(--font-poppins);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.p-selection__button {
  padding-top: 6rem;
  padding-bottom: 12rem;
  background-color: var(--color-white);
  text-align: center;
}

.p-selection__deco {
  position: absolute;
  top: -3rem;
  right: 28px;
  width: 12.7rem;
}

@media (max-width: 767px) {
  .p-selection__intro::before {
    top: -15.7rem;
    right: 20px;
    width: 9rem;
    height: 16.3rem;
  }

  .p-selection__intro::after {
    background-image: url(../images/common/dot-line-white_sp.png);
  }

  .p-selection__content.p-selection__content--white::after {
    background-image: url(../images/common/dot-line-navy_sp.png);
  }

  .p-selection__deco {
    top: -1rem;
    right: 16px;
    width: 8.7rem;
  }
}

/*
    p-simulation-detail
---------------------------------*/
.p-simulation-detail__contents {
  margin-top: 3.2rem;
}

.p-simulation-detail__table {
  margin-top: 4rem;
}

.p-simulation-detail__annotation {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.7;
}

.p-simulation-detail__button {
  margin-top: 6rem;
  text-align: center;
}

/*
    p-scrollable-table
---------------------------------*/
.p-scrollable-table {
  padding: 20px 10px;
  border-radius: 20px;
  border: 3px solid var(--color-navy);
  background-color: var(--color-white);
  -ms-overflow-style: none;
  /* Edgeでのスクロールバー非表示対応 */
  scrollbar-width: none;
  /* Firefoxでのスクロールバー非表示対応 */
}

/* Chrome、Safariでのスクロールバー非表示対応 */
.p-scrollable-table::-webkit-scrollbar {
  display: none;
}

.p-scrollable-table__inner {
  width: 51rem;
}

.p-scrollable-table__inner img {
  width: 100%;
}

.p-scrollable-table.is-show .scroll-hint-icon {
  opacity: 0.8;
}

.p-scrollable-table.is-show .scroll-hint-icon-wrap .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

@media (max-width: 767px) {
  .p-scrollable-table {
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
  }

  .p-scrollable-table__inner {
    width: 110%;
    min-width: 45rem;
  }
}

/*
    p-reading-archive
---------------------------------*/
.p-reading-archive {
  position: relative;
  padding-top: 11rem;
}

.p-reading-archive::before {
  position: absolute;
  top: -9.9rem;
  right: -29px;
  width: 19.5rem;
  height: 16.8rem;
  background-color: unset;
  background-image: url(../images/common/illust_delivery.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-reading-archive__contents {
  margin-top: 4rem;
}

.p-reading-archive__items {
  margin-top: 6rem;
}

.p-reading-archive__item + .p-reading-archive__item {
  margin-top: 6rem;
}

.p-reading-archive__button {
  margin-top: 6rem;
  text-align: center;
}

@media (max-width: 767px) {
  .p-reading-archive {
    padding-top: 10rem;
  }

  .p-reading-archive::before {
    top: -5rem;
    right: 20px;
    width: 14rem;
    height: 12.1rem;
  }
}

/*
    p-reading-detail
---------------------------------*/
.p-reading-detail {
  position: relative;
  padding-top: 11rem;
}

.p-reading-detail::before {
  position: absolute;
  top: -9.9rem;
  right: -29px;
  width: 19.5rem;
  height: 16.8rem;
  background-color: unset;
  background-image: url(../images/common/illust_delivery.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-reading-detail__title {
  font-weight: 700;
}

.p-reading-detail__contents {
  position: relative;
  padding-top: 8rem;
  margin-top: 6rem;
}

.p-reading-detail__contents::before {
  position: absolute;
  top: 0;
  left: -60px;
  width: calc(100% + 120px);
  height: 1px;
  background-image: url(../images/common/dot-line-white-long.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  content: "";
}

.p-reading-detail__contents-title {
  color: var(--color-white);
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.p-reading-detail__text {
  margin-top: 4rem;
}

.p-reading-detail__contents-title03 + .p-reading-detail__text {
  margin-top: 2rem;
}

.p-reading-detail__text02 {
  margin-top: 2rem;
}

.p-reading-detail__card {
  margin-top: 3rem;
}

.p-reading-detail__card + .p-reading-detail__contents-title03 {
  margin-top: 5rem;
}

.p-reading-detail__more {
  margin-top: 4rem;
}

.p-reading-detail__contents-title02 {
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.83;
}

.p-reading-detail__contents-title02:first-child {
  margin-top: 0;
}

.p-reading-detail__contents-title03 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  color: var(--color-white);
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
}

.p-reading-detail__contents-title04 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  color: var(--color-white);
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
}

.p-reading-detail__lead {
  margin-top: 4rem;
  margin-bottom: 2rem;
  color: var(--color-white);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.83;
}

.p-reading-detail__img {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.p-reading-detail__img img {
  width: 100%;
  border-radius: 10px;
}

.p-reading-detail__contents-title + .p-reading-detail__img {
  margin-top: 4rem;
}

.p-reading-detail__caption {
  margin-top: 1rem;
  color: var(--color-white);
  font-size: 1.3rem;
  line-height: 1.45;
}

.p-reading-detail__box {
  padding: 40px 30px;
  margin-top: 3rem;
  border: 2px solid var(--color-navy);
  border-radius: 10px;
  background-color: var(--color-white);
}

.p-reading-detail__button {
  margin-top: 6rem;
  text-align: center;
}

@media (max-width: 767px) {
  .p-reading-detail {
    padding-top: 10rem;
  }

  .p-reading-detail::before {
    top: -5rem;
    right: 20px;
    width: 14rem;
    height: 12.1rem;
  }

  .p-reading-detail__contents {
    padding-top: 6rem;
  }

  .p-reading-detail__contents::before {
    left: -32px;
    width: calc(100% + 64px);
    background-image: url(../images/common/dot-line-white_sp.png);
  }

  .p-reading-detail__contents-title {
    font-size: 2.6rem;
  }

  .p-reading-detail__contents-title02 {
    margin-top: 6rem;
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }

  .p-reading-detail__contents-title03 {
    font-size: 1.8rem;
  }

  .p-reading-detail__box {
    padding: 30px 20px;
  }
}

/*
    p-accordion-card
---------------------------------*/
.p-accordion-card {
  overflow: hidden;
  border: 2px solid var(--color-navy);
  border-radius: 10px;
}

.p-accordion-card__inner {
  padding: 40px 30px;
  background-color: var(--color-white);
}

.p-accordion-card__inner:has(.p-accordion-card__detail) {
  padding: 40px 30px 60px;
}

.p-accordion-card__img img {
  border-radius: 6px;
}

.p-accordion-card__catch {
  margin-top: 2rem;
  font-weight: 700;
}

.p-accordion-card__catch span {
  padding-bottom: 2px;
  color: var(--color-navy);
  background-image: linear-gradient(transparent 60%, var(--bg-color-light-orange) 0%);
}

.p-accordion-card__title {
  margin-top: 4rem;
  font-size: 2.4rem;
  line-height: 1.45;
}

.p-accordion-card__catch + .p-accordion-card__title {
  margin-top: 2rem;
}

.p-accordion-card__title > span:not([class]) {
  font-size: 1.8rem;
}

.p-accordion-card__text {
  margin-top: 2rem;
}

.p-accordion-card__detail {
  display: none;
  overflow: hidden;
}

.p-accordion-card.is-open .p-accordion-card__detail {
  display: block;
}

.p-accordion-card__list {
  margin-top: 4rem;
}

.p-accordion-card__link {
  margin-top: 3rem;
  text-align: center;
}

.p-accordion-card__button {
  display: block;
  width: 100%;
  padding: 1.4rem;
  background-color: var(--color-navy);
  color: var(--color-white);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.p-accordion-card__button > span {
  display: inline-flex;
  align-items: center;
  column-gap: 0.8rem;
}

.p-accordion-card__button > span:last-child {
  display: none;
}

.p-accordion-card__button-icon {
  display: inline-block;
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
}

.p-accordion-card__button-icon::before,
.p-accordion-card__button-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 0.2rem;
  border-radius: 9999px;
  background-color: var(--color-white);
  content: "";
}

.p-accordion-card__button-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-accordion-card.is-open .p-accordion-card__button > span:first-child {
  display: none;
}

.p-accordion-card.is-open .p-accordion-card__button > span:last-child {
  display: inline-flex;
}

.p-accordion-card.is-open .p-accordion-card__button-icon {
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .p-accordion-card__inner {
    padding: 20px;
  }

  .p-accordion-card__inner:has(.p-accordion-card__detail) {
    padding: 20px 20px 30px;
  }

  .p-accordion-card__title {
    font-size: 2rem;
  }

  .p-accordion-card__title > span:not([class]) {
    font-size: 1.6rem;
  }

  .p-accordion-card__button {
    font-size: 1.6rem;
  }

  .p-accordion-card__button > span {
    column-gap: 0.6rem;
  }

  .p-accordion-card__button-icon {
    width: 1.3rem;
    height: 1.3rem;
  }

  .p-accordion-card__button-icon::before,
  .p-accordion-card__button-icon::after {
    width: 1.3rem;
  }
}

/*
    p-passport-detail
---------------------------------*/
.p-passport-detail {
  position: relative;
}

.p-passport-detail__deco01 {
  position: absolute;
  top: 23.7rem;
  left: -35px;
  z-index: 1;
  width: 10.1rem;
}

.p-passport-detail__deco02 {
  position: absolute;
  top: 9.3rem;
  right: -23px;
  z-index: 1;
  width: 8.8rem;
}

.p-passport-detail__title.c-brackets-title.c-brackets-title--lg.c-brackets-title--has-sub {
  padding: 0.4rem 2.7rem 2rem;
}

.p-passport-detail__title.c-brackets-title.c-brackets-title--has-sub>span:last-child {
  font-family: var(--font-poppins);
  font-size: 5rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

.p-passport-detail__title.c-brackets-title.c-brackets-title--has-sub>span:last-child span {
  font-family: var(--base-font);
  font-size: 4.6rem;
  font-weight: 900;
  letter-spacing: 0;
}

.p-passport-detail__contents {
  margin-top: 6rem;
}

.p-passport-detail__text {
  margin-top: 4rem;
}

.p-passport-detail__img {
  margin-top: 4rem;
}

.p-passport-detail__img img {
  border-radius: 10px;
}

.p-passport-detail__button {
  margin-top: 6rem;
  text-align: center;
}

@media (max-width: 767px) {
  .p-passport-detail__deco01 {
    top: 21.7rem;
    left: 5px;
    width: 6rem;
  }

  .p-passport-detail__deco02 {
    top: 1.6rem;
    right: 5px;
    width: 6.4rem;
  }

  .p-passport-detail__title.c-brackets-title.c-brackets-title--lg.c-brackets-title--has-sub {
    padding: 0.4rem 1rem 2rem;
}

  .p-passport-detail__title.c-brackets-title.c-brackets-title--has-sub>span:last-child {
    font-size: 3.8rem;
  }

  .p-passport-detail__title.c-brackets-title.c-brackets-title--has-sub>span:last-child span {
    font-size: 3.4rem;
  }

  .p-passport-detail__contents {
    margin-top: 4rem;
  }
}

/*---------------------------------

Utility

---------------------------------*/
@media (min-width: 768px) {
  .u-only-sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-only-pc {
    display: none !important;
  }
}

/*
    英語大文字対応
---------------------------------*/
.u-text-uppercase {
  text-transform: uppercase;
}

span.c-text_border {
  text-decoration: underline;
  text-underline-offset: 4px;
}

span.c-text_notes {
  font-size: 1.4rem;
  ;
}

.c-text a.coupon_link,
.c-text a.news_link {
  color: var(--color-white);
  word-break: break-all;
}

@media (hover: hover) and (pointer: fine) {

  .c-text a.coupon_link:hover,
  .c-text a.news_link:hover {
    color: var(--color-navy);
  }
}
