@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html {
  font-size: 100%;
}
@media (max-width: 920px) {
  html {
    font-size: 1.7391304348vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.l-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 100vh;
}
@media screen and (max-width: 1024px) {
  .l-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-wrap__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-wrap__inner {
    display: block;
  }
}

.p-main {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-main {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-width: auto;
  }
}

.c-card1__link {
  display: grid;
  gap: 1.25rem;
}

.c-card1__img {
  width: 100%;
}
.c-card1__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 272/181;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card1__content {
  display: grid;
}

.c-cad1__date {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}

.c-title1 {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  color: #123A56;
}
.c-title1.--white {
  color: #fff;
}

.c-title2 {
  display: grid;
}
.c-title2.--white .c-title2__en {
  color: #fff;
}
.c-title2.--white .c-title2__ja {
  color: #fff;
}

.c-title2__en {
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  color: #123A56;
}
@media screen and (max-width: 768px) {
  .c-title2__en {
    font-size: 0.75rem;
  }
}
.c-title2__en .ja {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 1em;
}

.c-title2__ja {
  font-size: 2.1875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .c-title2__ja {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-about {
    position: relative;
    z-index: 1;
    background-color: #F7F6F1;
    padding-top: 2.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .p-about__img {
    margin-top: 2.25rem;
  }
}
.p-about__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 958/456;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__inner {
  margin-top: 5rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-about__inner {
    display: contents;
  }
}

.p-about__title {
  font-size: 1.375rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-about__title {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 1.125rem;
  }
}

.p-about__text {
  margin-top: 2.5rem;
  text-align: center;
  max-width: 31.0625rem;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-about__text {
    margin-top: 1.125rem;
    padding-inline: 1rem;
  }
}

.p-about__btn {
  max-width: 35.625rem;
  margin-inline: auto;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-about__btn {
    max-width: 92.0512820513%;
    margin-top: 2.5rem;
  }
}

.p-about__btnLink {
  display: block;
  width: 100%;
  height: auto;
}

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

.p-archive__inner .l-inner {
  max-width: 78.125rem;
}

.p-archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.5rem 3.75rem;
}
@media screen and (max-width: 1024px) {
  .p-archive__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem 1.25rem;
  }
}

.p-archive__itemLink {
  display: inline-block;
}

.p-archive__itemImg {
  width: 100%;
}
.p-archive__itemImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-archive__itemBody {
  margin-top: 1.25rem;
}

.p-archive__itemDate {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}

.p-bredcrumb {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-bredcrumb {
    margin-top: 0.9375rem;
  }
}
.p-bredcrumb .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.p-bredcrumb .breadcrumbs .mark {
  display: block;
  width: 0.8125rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/common/icon_arrow2.svg) no-repeat center center/contain;
}
.p-bredcrumb .breadcrumbs a, .p-bredcrumb .breadcrumbs span {
  font-size: 0.8125rem;
}

.p-bredcrumb__inner {
  max-width: 102.5rem;
}

.p-column {
  margin-top: 7.5rem;
}

.p-column__inner {
  position: relative;
  overflow: hidden;
  padding-block: 9.375rem;
}
@media screen and (max-width: 768px) {
  .p-column__inner {
    padding: 2.5rem 0 3.75rem;
  }
}
.p-column__inner .l-inner {
  position: relative;
  z-index: 1;
  max-width: 37.6875rem;
}
@media screen and (max-width: 1024px) {
  .p-column__inner .l-inner {
    padding-inline: 2.8125rem;
  }
}

.p-column__innerBg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.p-column__innerBgImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.3935000000000002 -0.35750000000000004 -0.03599999999999999 0 0 -0.10650000000000001 1.1575 -0.03599999999999999 0 0 -0.10650000000000001 -0.35750000000000004 1.4640000000000002 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: blur(50px) saturate(150%);
          filter: blur(50px) saturate(150%);
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

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

.p-column__top {
  margin-top: 1.25rem;
}
.p-column__top .p-column__titleSm {
  color: #fff;
  margin-top: 2.8125rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-column__top .p-column__titleSm {
    margin-top: 1.0625rem;
  }
}

.p-column__slide {
  position: relative;
}
.p-column__slide .splide__slide .p-column__topImg {
  overflow: hidden;
}
.p-column__slide .splide__slide .p-column__topImg img {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.p-column__slide .splide__slide.is-column-zoom-on .p-column__topImg img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-column__slide .splide__slide.is-column-zoom-off .p-column__topImg img {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.p-column__slide .splide__arrow {
  background: transparent;
  width: 4.5rem;
  height: 4.5625rem;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .p-column__slide .splide__arrow {
    width: 2.5rem;
  }
}
.p-column__slide .splide__arrow svg {
  display: none;
}
.p-column__slide .splide__arrow img {
  display: block;
  width: 100%;
  height: auto;
}
.p-column__slide .splide__arrow--prev {
  left: 0;
  translate: -50% 0;
}
.p-column__slide .splide__arrow--next {
  right: 0;
  translate: 50% 0;
  rotate: 180deg;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.p-column__topImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 603/617;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-column__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 6.25rem;
}
@media screen and (max-width: 1024px) {
  .p-column__list {
    gap: 1.25rem;
    margin-top: 3.125rem;
  }
}

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

.p-column__titleSm {
  font-weight: 400;
}

.p-contact {
  margin-top: 7.5rem;
  padding: 5rem 0 6.25rem;
  background-color: #F7F6F1;
}
@media screen and (max-width: 1024px) {
  .p-contact {
    margin-top: 4.375rem;
    padding: 3.125rem 0 4.375rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-contact__inner {
    padding-inline: 0;
  }
}

.p-contact__title {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  color: #123A56;
}
@media screen and (max-width: 1024px) {
  .p-contact__title {
    font-size: 1.125rem;
  }
}

.p-contact__form {
  max-width: 41.875rem;
  margin-top: 2.5rem;
  margin-inline: auto;
  padding: 3.125rem 3.75rem;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-contact__form {
    margin-top: 1.875rem;
    padding: 2.5rem 0.9375rem;
  }
}
.p-contact__form .wpcf7 {
  width: 100%;
}
.p-contact__form .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.p-contact__form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin: 0;
}
.p-contact__form dt,
.p-contact__form dd {
  margin: 0;
}
.p-contact__form .p-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p-contact__form .p-contact__label p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-contact__form .p-contact__required,
.p-contact__form .p-contact__optional {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.25rem;
  padding: 0.125rem 0.375rem;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.05em;
}
.p-contact__form .p-contact__required {
  background-color: #D64545;
}
.p-contact__form .p-contact__optional {
  background-color: #B0B0B0;
}
.p-contact__form .p-contact__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.p-contact__form input[type=text],
.p-contact__form input[type=email],
.p-contact__form input[type=tel],
.p-contact__form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-contact__form input[type=text]::-webkit-input-placeholder,
.p-contact__form input[type=email]::-webkit-input-placeholder,
.p-contact__form input[type=tel]::-webkit-input-placeholder,
.p-contact__form textarea::-webkit-input-placeholder {
  color: #B0B0B0;
}
.p-contact__form input[type=text]::-moz-placeholder,
.p-contact__form input[type=email]::-moz-placeholder,
.p-contact__form input[type=tel]::-moz-placeholder,
.p-contact__form textarea::-moz-placeholder {
  color: #B0B0B0;
}
.p-contact__form input[type=text]::-ms-input-placeholder,
.p-contact__form input[type=email]::-ms-input-placeholder,
.p-contact__form input[type=tel]::-ms-input-placeholder,
.p-contact__form textarea::-ms-input-placeholder {
  color: #B0B0B0;
}
.p-contact__form input[type=text]::placeholder,
.p-contact__form input[type=email]::placeholder,
.p-contact__form input[type=tel]::placeholder,
.p-contact__form textarea::placeholder {
  color: #B0B0B0;
}
.p-contact__form input[type=text]:focus,
.p-contact__form input[type=email]:focus,
.p-contact__form input[type=tel]:focus,
.p-contact__form textarea:focus {
  outline: none;
  border-color: #123A56;
}
.p-contact__form textarea {
  min-height: 12.5rem;
  resize: vertical;
}
.p-contact__form .p-contact__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
.p-contact__form .p-contact__submit .wpcf7-submit {
  min-width: 12.5rem;
  padding: 0.875rem 2.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #123A56;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-contact__form .p-contact__submit .wpcf7-submit:hover {
  opacity: 0.7;
}
.p-contact__form .wpcf7-not-valid-tip {
  margin-top: 0.375rem;
  font-size: 0.75rem;
  color: #D64545;
}
.p-contact__form .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
  border: 1px solid transparent;
}
.p-contact__form .wpcf7 form.invalid .wpcf7-response-output,
.p-contact__form .wpcf7 form.unaccepted .wpcf7-response-output,
.p-contact__form .wpcf7 form.payment-required .wpcf7-response-output {
  color: #D64545;
  background-color: #FDF2F2;
  border-color: #F5C6C6;
}
.p-contact__form .wpcf7 form.sent .wpcf7-response-output {
  color: #123A56;
  background-color: #EEF4F8;
  border-color: #C5D8E6;
}
.p-contact__form .wpcf7-spinner {
  display: none;
}

.p-fv {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  padding: 3.75rem 2.5rem;
  color: #333;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-fv {
    min-height: 100svh;
    height: auto;
    padding: 5rem 1.25rem 3.75rem;
    color: #fff;
    text-align: center;
  }
  .p-fv::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(51, 51, 51, .25);
    pointer-events: none;
  }
}

.p-fv__inner {
  position: relative;
  z-index: 2;
}

.p-fv__name {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-fv__name {
    font-size: 0.875rem;
  }
}

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

.p-fv__titleJa {
  margin-top: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5625rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .p-fv__titleJa {
    font-size: 2rem;
  }
}

.p-fv__titleEn {
  display: block;
  margin-top: 1.25rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 1024px) {
  .p-fv__titleEn {
    font-size: 0.9375rem;
  }
}

.p-fv__text {
  margin-top: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .p-fv__text {
    font-size: 0.8125rem;
  }
}

.p-garelly {
  position: sticky;
  top: 0;
  z-index: 0;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45%;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  .p-garelly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
  }
}

.p-garelly__slide {
  height: 100%;
}
.p-garelly__slide .splide__track,
.p-garelly__slide .splide__list,
.p-garelly__slide .splide__slide {
  height: 100%;
}
.p-garelly__slide .splide__track {
  overflow: hidden;
}
.p-garelly__slide .splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.p-garelly__item {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-garelly__item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: #333;
    opacity: 0.5;
    pointer-events: none;
  }
}

.p-garelly__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: none;
  transition: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-garelly__img.is-zooming {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: -webkit-transform 8s ease-out;
  transition: -webkit-transform 8s ease-out;
  transition: transform 8s ease-out;
  transition: transform 8s ease-out, -webkit-transform 8s ease-out;
}

.p-header {
  position: fixed;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  max-width: 6.875rem;
}
@media screen and (max-width: 1024px) {
  .p-header {
    max-width: 100%;
    top: 0;
    translate: 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-header.is-home {
    position: sticky;
    top: 0;
    left: 0;
    right: auto;
    right: initial;
    translate: 0 0;
    z-index: 10;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 5.625rem;
    height: 100vh;
    background-color: #fff;
  }
}
.p-header:not(.is-home) {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-header:not(.is-home) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 5.625rem;
  height: 100vh;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .p-header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0;
  }
}

.p-header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  gap: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-header__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    gap: 0;
    position: relative;
    z-index: 100;
    background: #fff;
  }
}

.p-header__actions {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}

.p-header__logo {
  display: block;
  width: 5.375rem;
}
.p-header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p-header__logo {
    width: 4.0625rem;
  }
}

.p-header__open {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 3.75rem;
  height: auto;
  aspect-ratio: 1;
  padding: 1rem 0.8125rem;
  border: none;
  cursor: pointer;
}
.p-header__open span {
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .p-header__open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-header__open.is-active span:nth-child(1) {
  -webkit-transform: translateY(0.8125rem) rotate(45deg);
          transform: translateY(0.8125rem) rotate(45deg);
}
.p-header__open.is-active span:nth-child(2) {
  opacity: 0;
}
.p-header__open.is-active span:nth-child(3) {
  -webkit-transform: translateY(-0.8125rem) rotate(-45deg);
          transform: translateY(-0.8125rem) rotate(-45deg);
}

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

.p-header__item {
  padding-bottom: 0.625rem;
  text-align: center;
}
.p-header__item:has(~ .p-header__item) {
  border-bottom: 1px solid #fff;
}

.p-header__link {
  display: inline-block;
  font-size: 1rem;
  line-height: 2.6875;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #fff;
}

.p-header__contactBtn {
  margin-top: 4.6875rem;
}

.p-header__contactBtnLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  gap: 0.875rem;
  min-width: 14.375rem;
  background: #fff;
  padding: 0.9375rem;
  font-size: 1.0625rem;
  line-height: 1.1764705882;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #123A56;
}
.p-header__contactBtnLink:before {
  content: "";
  display: block;
  width: 1.625rem;
  height: 1.25rem;
  -webkit-mask: url(../images/common/mail.svg) no-repeat center center/contain;
          mask: url(../images/common/mail.svg) no-repeat center center/contain;
  background: #123A56;
}

.p-header__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .p-header__btnWrap {
    display: none;
  }
}

.p-header__btn {
  width: 2.5625rem;
}
.p-header__btn img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-header__btn.--amazon {
  width: 4.75rem;
}

.p-header__mail {
  display: block;
  width: 3.75rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #4A3728;
}
.p-header__mail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-header__mail--desktop {
  display: block;
  width: 1.75rem;
  height: auto;
  margin-top: 1rem;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .p-header__mail--desktop {
    display: none;
  }
}

.p-header__mailLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.0625rem 0.9375rem;
}

.p-header__drawer {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-header__drawer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: #123A56;
    z-index: 97;
    padding: 3.125rem 1.25rem;
  }
  .p-header__drawer.is-active {
    display: block;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media screen and (min-width: 1025px) {
  .p-header__cta.is-home {
    display: none;
  }
}
.p-header__cta {
  display: grid;
  justify-items: center;
  position: fixed;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  background-color: #fff;
  max-width: 6.875rem;
  z-index: 96;
}
@media screen and (max-width: 1024px) {
  .p-header__cta {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: auto;
    top: initial;
    bottom: 0;
    left: 0;
    translate: 0 0;
  }
}
.p-header__cta a {
  display: inline-block;
  padding: 1.875rem 0.9375rem;
}
@media screen and (max-width: 1024px) {
  .p-header__cta a {
    padding: 0.9375rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__cta a.--top {
    display: none;
  }
}

.p-main {
  background-color: #F7F6F1;
}
@media screen and (max-width: 1024px) {
  .p-main {
    background-color: transparent;
  }
}
@media screen and (max-width: 1024px) {
  .p-main--lower {
    padding-bottom: 4.375rem;
  }
}

.p-news {
  margin-top: 7.5rem;
  padding: 4.6875rem 0 5rem;
  background-color: #123A56;
}
@media screen and (max-width: 1024px) {
  .p-news {
    margin-top: 4.375rem;
    padding: 3.125rem 0 5rem;
  }
}

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

.p-news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-news__list {
    grid-template-columns: 1fr;
  }
}

.p-news__item {
  color: #fff;
}

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

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

.p-schedule__calendar {
  margin-top: 1.875rem;
}

.p-schedule__note {
  margin-top: 1rem;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-schedule__calendar .fc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  color: #333;
}
.p-schedule__calendar .fc-day-grid-container {
  height: auto !important;
}
.p-schedule__calendar .fc-unthemed th,
.p-schedule__calendar .fc-unthemed td,
.p-schedule__calendar .fc-unthemed hr,
.p-schedule__calendar .fc-unthemed thead,
.p-schedule__calendar .fc-unthemed tbody,
.p-schedule__calendar .fc-unthemed .fc-row {
  border-color: #d8d8d8;
}
.p-schedule__calendar .fc button {
  margin: 0;
  white-space: nowrap;
  cursor: pointer;
}
.p-schedule__calendar .fc-state-default {
  background: none;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-schedule__calendar .fc-toolbar {
  position: relative;
  margin-bottom: 0.75rem;
  text-align: center;
  display: block;
}
.p-schedule__calendar .fc-toolbar > * > * {
  float: none !important;
  margin-left: 0;
}
.p-schedule__calendar .fc-toolbar .fc-left {
  display: block;
  width: 100%;
  float: none !important;
  text-align: center;
  margin-left: 0;
}
.p-schedule__calendar .fc-toolbar .fc-right {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: auto;
  float: none !important;
  margin-left: 0;
}
.p-schedule__calendar .fc-toolbar .fc-right > * {
  float: none !important;
  margin-left: 0;
  width: auto;
}
.p-schedule__calendar .fc-toolbar .fc-center {
  display: none;
}
.p-schedule__calendar .fc-toolbar .fc-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.p-schedule__calendar .fc-prev-button,
.p-schedule__calendar .fc-next-button {
  width: 52px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.p-schedule__calendar .fc-prev-button {
  background-image: url(../images/common/icon/btn-calendar-prev.svg) !important;
}
.p-schedule__calendar .fc-next-button {
  background-image: url(../images/common/icon/btn-calendar-next.svg) !important;
}
.p-schedule__calendar .fc-prev-button .fc-icon,
.p-schedule__calendar .fc-next-button .fc-icon {
  display: none;
}
.p-schedule__calendar .fc-prev-button:hover,
.p-schedule__calendar .fc-next-button:hover {
  opacity: 0.7;
}
.p-schedule__calendar .fc-toolbar h2 {
  display: block;
  float: none !important;
  margin: 0;
  margin-left: 0;
  padding: 0;
  color: #123A56;
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.4;
  white-space: nowrap;
  text-align: center;
}
.p-schedule__calendar .fc-toolbar ~ * {
  clear: both;
  float: none !important;
}
.p-schedule__calendar .fc-toolbar ~ *, .p-schedule__calendar .fc-toolbar ~ * * {
  float: none !important;
}
.p-schedule__calendar table {
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}
.p-schedule__calendar .fc-widget-header th {
  border: none;
  padding: 0.625rem 0 0.5rem;
  color: #797979;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #d8d8d8;
}
.p-schedule__calendar .fc-widget-header th:last-child {
  border-right: none;
}
.p-schedule__calendar .fc-widget-header th.fc-sat {
  color: #467f91;
}
.p-schedule__calendar .fc-widget-header th.fc-sun {
  color: #e4a093;
}
.p-schedule__calendar .fc-basic-view tbody .fc-row {
  background: #fff !important;
}
.p-schedule__calendar .fc-row .fc-content-skeleton tbody td,
.p-schedule__calendar .fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
  vertical-align: top;
}
.p-schedule__calendar .fc-ltr .fc-basic-view .fc-day-number {
  text-align: left;
  padding: 0.5rem;
  color: #797979;
  font-size: 0.75rem !important;
}
@media screen and (max-width: 1024px) {
  .p-schedule__calendar .fc-ltr .fc-basic-view .fc-day-number {
    font-size: 0.625rem !important;
    padding: 0.1875rem;
  }
}
.p-schedule__calendar .fc-day-number.fc-other-month {
  color: #ccc;
}
.p-schedule__calendar .fc td.fc-today .fc-day-number {
  color: #F89340;
  font-weight: 700;
  text-decoration: underline;
}
.p-schedule__calendar .fc-other-month {
  background: #f5f5f5 !important;
}
.p-schedule__calendar .fc-day-grid-event {
  margin: 0.25rem 0.125rem 0;
  padding: 0;
  pointer-events: none;
  cursor: default;
}
.p-schedule__calendar .fc-event {
  border: none;
  border-radius: 0.125rem;
  font-size: 0.6875rem !important;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  pointer-events: none;
  cursor: default;
}
.p-schedule__calendar .fc-event,
.p-schedule__calendar .fc-event:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1 !important;
}
.p-schedule__calendar .fc-day-grid-event > .fc-content {
  overflow: hidden;
  padding: 0.25rem 0.1875rem;
  white-space: normal;
  word-break: break-word;
}

.p-single {
  margin-top: 5rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-single {
    margin-top: 2.5rem;
    margin-bottom: 3.75rem;
  }
}

.p-single__inner {
  max-width: 87.5rem;
}

.p-single__date {
  display: block;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  color: #123A56;
}
@media screen and (max-width: 1024px) {
  .p-single__date {
    font-size: 0.875rem;
    text-align: center;
  }
}

.p-single__title {
  margin-top: 0.5rem;
  font-size: 1.4375rem;
  color: #123A56;
}
@media screen and (max-width: 1024px) {
  .p-single__title {
    font-size: 1.0625rem;
    text-align: center;
  }
}

.p-single__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-single__body {
    margin-top: 1.25rem;
  }
}
.p-single__body.has-thumbs {
  grid-template-columns: minmax(0, 1fr) 26.25rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-single__body.has-thumbs {
    grid-template-columns: minmax(0, 1fr) 18.75rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-single__body.has-thumbs {
    grid-template-columns: minmax(0, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.p-single__main {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.p-single__mainImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 895/771;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single__thumbs {
  grid-column: 2;
  grid-row: 1/3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  -ms-flex-line-pack: start;
      align-content: start;
}
@media screen and (max-width: 1024px) {
  .p-single__thumbs {
    gap: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-single__thumbs {
    grid-column: 1;
    grid-row: 2;
    gap: 0.5rem;
  }
}

.p-single__thumb {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-single__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single__thumb:hover, .p-single__thumb.is-active {
  opacity: 1;
}

.p-single__content {
  grid-column: 1;
  grid-row: 2;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-single__content {
    grid-row: 3;
    margin-top: 2.5rem;
  }
}
.p-single__content p {
  margin-bottom: 1em;
}
.p-single__content p:last-child {
  margin-bottom: 0;
}
.p-single__content a {
  color: #123A56;
  text-decoration: underline;
}
.p-single__content img {
  max-width: 100%;
  height: auto;
}

.p-single__back {
  grid-column: 1;
  grid-row: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-single__back {
    grid-row: 4;
    margin-top: 1rem;
  }
}

.p-single__backLink {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  min-width: 14.0625rem;
  padding: 1.0625rem 1.25rem;
  background-color: #123A56;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-single__backLink {
    font-size: 0.8125rem;
    min-width: 10rem;
    padding: 0.75rem 1.875rem;
  }
}
.p-single__backLink:before {
  content: "";
  display: block;
  width: 0.9375rem;
  height: auto;
  aspect-ratio: 1;
  -webkit-mask: url(../images/common/icon_arrow2.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_arrow2.svg) no-repeat center center/contain;
  background-color: #fff;
  rotate: 180deg;
}
.p-single__backLink:hover {
  opacity: 0.8;
}

.p-single__backText {
  display: inline-block;
}

.p-storyFv {
  padding-top: 8.4375rem;
}
@media screen and (max-width: 1024px) {
  .p-storyFv {
    padding-top: 5rem;
  }
}

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

.p-storyFv__img {
  max-width: 45rem;
}
@media screen and (max-width: 1024px) {
  .p-storyFv__img {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 1024px) {
  .p-storyFv__body {
    display: contents;
  }
}

@media screen and (max-width: 1024px) {
  .p-storyFv__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 1024px) {
  .p-storyFv__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-story {
  margin-top: 6.25rem;
}
@media screen and (max-width: 1024px) {
  .p-story {
    margin-top: 3.75rem;
  }
}

.p-story__inner {
  max-width: 93.125rem;
}

.p-story__list {
  display: grid;
  gap: 6.25rem;
}
@media screen and (max-width: 1024px) {
  .p-story__list {
    gap: 3.75rem;
  }
}

.p-story__item {
  display: grid;
  gap: 6.25rem;
}
@media screen and (max-width: 1024px) {
  .p-story__item {
    gap: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .p-story__item.--col1 {
    grid-template-columns: 1fr;
  }
  .p-story__item.--col1 .p-story__title {
    justify-self: center;
  }
  .p-story__item.--col2 {
    grid-template-columns: auto 1fr;
  }
}

.p-story__itemImg {
  width: 38.8125rem;
}
@media screen and (max-width: 1024px) {
  .p-story__itemImg {
    width: 100%;
  }
}
.p-story__itemImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-story__itemImgLg {
  width: 100%;
}
.p-story__itemImgLg img {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/440;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-story__itemImgLg img {
    aspect-ratio: 360/240;
  }
}

.p-story__body {
  display: grid;
  gap: 0.9375rem;
}
@media screen and (max-width: 1024px) {
  .p-story__body {
    display: contents;
  }
}

@media screen and (max-width: 1024px) {
  .p-story__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 1024px) {
  .p-story__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-story__text--bottom {
  justify-self: center;
}
@media screen and (max-width: 1024px) {
  .p-story__text--bottom {
    justify-self: left;
  }
}

@media screen and (max-width: 1024px) {
  .p-story__itemImg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-story__itemImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-story__itemImg img {
    aspect-ratio: 360/240;
  }
}

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

@media screen and (max-width: 1024px) {
  .p-story__table {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.p-story__tableCell {
  display: grid;
  grid-template-columns: 10.3125rem 1fr;
  gap: 0.625rem;
  padding-top: 1.5625rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #123A56;
}
@media screen and (max-width: 1024px) {
  .p-story__tableCell {
    grid-template-columns: 1fr;
    gap: 0.3125rem;
    padding-top: 0.9375rem;
    padding-bottom: 1.5625rem;
  }
}

.p-storyFooter {
  margin-top: 7.5rem;
  padding-top: 8.75rem;
  background-color: #123A56;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-storyFooter {
    margin-top: 3.75rem;
    padding-top: 3.75rem;
  }
}

.p-storyFooter__body {
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 1024px) {
  .p-storyFooter__body {
    padding-bottom: 3.75rem;
  }
}

.p-storyFooter__inner {
  max-width: 75rem;
}

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

.p-storyFooter__text {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-storyFooter__text {
    text-align: left;
    margin-top: 1.25rem;
  }
}

.p-storyFooter__listWrap {
  padding: 1.875rem;
  max-width: 45.625rem;
  margin-inline: auto;
  border: 1px solid #fff;
  margin-top: 5.625rem;
}
@media screen and (max-width: 1024px) {
  .p-storyFooter__listWrap {
    padding: 1.25rem 0.9375rem;
    margin-top: 3.125rem;
  }
}

.p-storyFooter__listTitle {
  font-size: 1.1875rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .p-storyFooter__listTitle {
    font-size: 0.9375rem;
  }
}

.p-storyFoote__list {
  padding-left: 2.5rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-storyFoote__list {
    padding-left: 1.25rem;
  }
}

.p-storyFooter__item {
  list-style: disc;
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .p-storyFooter__item {
    font-size: 0.8125rem;
  }
}

.p-storyFooter__leadWrap {
  margin-top: 5.625rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-storyFooter__leadWrap {
    margin-top: 3.125rem;
  }
}

.p-storyFooter__lead {
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .p-storyFooter__lead {
    font-size: 1rem;
  }
}

.p-storyFooter__logo {
  display: block;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  text-align: center;
  margin-top: 1.875rem;
}

.p-subFv {
  position: relative;
  min-height: 34.1875rem;
}
@media screen and (max-width: 1024px) {
  .p-subFv {
    min-height: 17.5rem;
  }
}

.p-subFv__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-subFv__bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
}
.p-subFv__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-subFv__bg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-subFv__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-subFv__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.p-subFv__titleEn {
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #fff;
}

.p-subFv__titleJa {
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.35em;
  font-weight: 400;
  color: #fff;
}

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

.u-color--orange {
  color: #F89340;
}
.u-color--navy {
  color: #123A56;
}
.u-color--white {
  color: #fff;
}

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

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

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