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

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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

img {
  border: none;
  vertical-align: bottom;
}

html {
  overflow-x: hidden;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1280 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 520px;
    padding: 0 0.625rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 0.625rem;
    max-width: 500px;
  }
}

.l-footer {
  background-color: #1a1a1a;
  position: relative;
  padding-block: 5rem !important;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 2.5rem !important;
  }
}

.l-section {
  padding: 6.25rem 0;
}
.l-section--small {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 3.75rem 0;
  }
  .l-section--small {
    padding: 2.5rem 0;
  }
}

.c-btn {
  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: 10px;
  padding: 8px 32px;
  border: none;
  border-radius: 160px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(26, 26, 26, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(26, 26, 26, 0.25);
  background-color: #4a4a4a;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 0.875rem;
  }
}
.c-btn:hover {
  background-color: #245da3;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.c-btn__icon {
  width: 8px;
  height: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-btn:hover .c-btn__icon {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.c-btn:hover .c-btn__icon path {
  stroke: #ffffff;
}
.c-btn--big {
  padding: 16px 32px;
}
.c-btn--reverse .c-btn__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-btn--reverse:hover .c-btn__icon {
  -webkit-transform: rotate(180deg) translateX(2px);
          transform: rotate(180deg) translateX(2px);
}
.c-btn--white {
  background-color: #ffffff;
  color: #4a4a4a;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn--white:hover {
  background-color: #245da3;
  color: #ffffff;
}
.c-btn--white .c-btn__icon path {
  stroke: #4a4a4a;
}

.c-sec-ttl {
  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.5625rem;
}
.c-sec-ttl__en {
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 1.4px;
  color: #245da3;
}
.c-sec-ttl__ja {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.7px;
  text-align: center;
}

.c-news-card {
  width: 21.25rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(44, 44, 44, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(44, 44, 44, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.c-news-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0px 4px 12px 0px rgba(44, 44, 44, 0.3);
          box-shadow: 0px 4px 12px 0px rgba(44, 44, 44, 0.3);
}
@media screen and (max-width: 767px) {
  .c-news-card {
    width: 100%;
  }
}

.c-news-card__link {
  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.125rem;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

.c-news-card__thumbnail {
  width: 100%;
  height: 14.1875rem;
  overflow: hidden;
  background: #858585;
}
@media screen and (max-width: 767px) {
  .c-news-card__thumbnail {
    height: 12.5rem;
  }
}
.c-news-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.c-news-card__content {
  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;
  padding: 0 1.25rem 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-news-card__content {
    padding: 0 1.25rem 1rem;
  }
}

.c-news-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-news-card__meta {
    gap: 0.375rem;
  }
}

.c-news-card__date {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.7px;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .c-news-card__date {
    font-size: 0.75rem;
  }
}

.c-news-card__category {
  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;
  padding: 0.25rem;
  background: #ebf2f9;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .c-news-card__category {
    font-size: 0.875rem;
    padding: 0.1875rem;
  }
}

.c-news-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.9px;
  color: #1a1a1a;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-news-card__title {
    font-size: 1rem;
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 7.5rem;
  background: rgba(36, 93, 163, 0.4);
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-inline: 0.625rem;
  }
}

.p-header__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 5.1875rem 1fr;
  padding-block: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-block: 0.625rem;
  }
}

.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: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.p-header__list li a {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-header__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-header__list li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 1rem;
  right: 0.625rem;
  width: 2.25rem;
  height: 1.75rem;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 0.1rem;
  background: #ffffff;
  border-radius: 0.1875rem;
}

.p-drawer__icon.js-show .p-drawer__icon--bar {
  background: #1a1a1a;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.8125rem;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.8125rem;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 90vw;
  height: 100vh;
  height: 100svh;
  background: #c9d0d6;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.p-drawer__overlay.js-show {
  opacity: 1;
  visibility: visible;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

body.js-drawer-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 6.625rem 1rem 6.625rem 2rem;
}

.p-drawer__list {
  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-bottom: 1.5rem;
}
.p-drawer__list li {
  border-bottom: 1px solid #1a1a1a;
  position: relative;
}
.p-drawer__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 2.875rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.7px;
}
.p-drawer__list li a::after {
  content: "";
  width: 3.3125rem;
  height: 0.875rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='14' viewBox='0 0 53 14' fill='none'%3E%3Cpath d='M0.5 13.5H52.5L39.5 0.5' stroke='%231A1A1A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-drawer__list li a:active::after {
  -webkit-transform: scaleX(1.2);
          transform: scaleX(1.2);
}

.p-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer {
    gap: 3rem;
    max-width: 18.75rem;
  }
}

.p-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 67.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.p-footer__logo {
  width: 5.1875rem;
  height: 2.5rem;
}
.p-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-footer__nav-link {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-footer__nav-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 2.875rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.7px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    position: relative;
  }
  .p-footer__nav-link::after {
    content: "";
    width: 3.3125rem;
    height: 0.875rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='14' viewBox='0 0 53 14' fill='none'%3E%3Cpath d='M0.5 13.5H52.5L39.5 0.5' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .p-footer__nav-link:active::after {
    -webkit-transform: scaleX(1.2);
            transform: scaleX(1.2);
  }
}

.p-footer__bottom {
  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.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #ffffff;
  font-size: 0.875rem;
}

.p-footer__privacy {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.7px;
  text-align: center;
}

.p-footer__privacy-link {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-footer__privacy-link:hover {
  opacity: 0.7;
}

.p-footer__copyright {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.28px;
  text-align: center;
}

.p-footer__to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 5rem;
  height: 5rem;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.25);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 50;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-footer__to-top.js-to-top {
  opacity: 1;
  visibility: visible;
}
.p-footer__to-top:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-footer__to-top {
    width: 3.75rem;
    height: 3.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }
}

.p-footer__to-top-icon {
  width: 1.5rem;
  height: 1.8125rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.p-fv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 37.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv {
    min-height: 31.25rem;
  }
}

.p-fv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 93, 163, 0.4)), to(rgba(36, 93, 163, 0.4))), url("../img/top-fv/fv-bg.png") center/cover no-repeat;
  background: linear-gradient(0deg, rgba(36, 93, 163, 0.4) 0%, rgba(36, 93, 163, 0.4) 100%), url("../img/top-fv/fv-bg.png") center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv__image {
    background-position: center center;
  }
}

.p-fv__content {
  position: absolute;
  top: 10.0625rem;
  left: 6.4375rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__content {
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
}

.p-fv__title {
  font-weight: 600;
  font-size: 2.375rem;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 2.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
}

.p-fv__subtitle {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.5;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fv__subtitle {
    font-size: 1.125rem;
    white-space: normal;
  }
}

.p-top-about {
  background-color: #ffffff;
}

.p-top-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__container {
    -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: 2.5rem;
  }
}

.p-top-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-about__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-top-about__text {
  font-size: 1.125rem;
  color: #1a1a1a;
  line-height: 1.6;
  letter-spacing: 0.9px;
}

.p-top-about__text--intro {
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-about__text--intro {
    white-space: normal;
  }
}

.p-top-about__text--normal {
  font-weight: 400;
  line-height: 1.5;
}

.p-top-about__text--highlight {
  font-weight: 600;
  color: #245da3;
}

.p-top-about__button-wrap {
  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.625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-about__button-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-business {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 93, 163, 0.4)), to(rgba(36, 93, 163, 0.4))), url("../img/top-business/top-business-bg.png") lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(36, 93, 163, 0.4) 0%, rgba(36, 93, 163, 0.4) 100%), url("../img/top-business/top-business-bg.png") lightgray 50%/cover no-repeat;
}

.p-top-business__container {
  background-color: #ffffff;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-business__container {
    padding: 1.5rem;
    gap: 2rem;
  }
}

.p-top-business__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.p-top-business__description {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-business__description {
    font-size: 1.125rem;
    white-space: normal;
  }
}

.p-top-business__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-business__content {
    gap: 2rem;
  }
}

.p-top-business__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.p-top-business__card {
  border: 1px solid #4a4a4a;
  padding: 1rem;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__card {
    width: 100%;
  }
}

.p-top-business__card-header {
  background-color: #245da3;
  padding: 0 1rem;
  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-top-business__card-title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.9px;
  color: #ffffff;
}

.p-top-business__card-image {
  padding: 0.625rem;
  width: 7.375rem;
  height: 7.0625rem;
  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-top-business__card-image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-business__card-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.8px;
  width: 18.75rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top-business__card-text {
    width: 100%;
  }
}

.p-top-business__footer-text {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.8px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-business__footer-text {
    white-space: normal;
    font-size: 0.875rem;
  }
}

.p-top-news {
  background-color: #ffffff;
}

.p-top-news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__header {
    gap: 2rem;
  }
}

.p-top-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top-news__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-top-news__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.p-top-news__card {
  background-color: #ffffff;
  width: 21.25rem;
  height: 26.3125rem;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(44, 44, 44, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(44, 44, 44, 0.25);
  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.125rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__card {
    width: 100%;
  }
}

.p-top-news__card-image {
  width: 21.25rem;
  height: 14.1875rem;
  background-color: #858585;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-top-news__card-image {
    width: 100%;
  }
}
.p-top-news__card-image.no-image {
  background-color: #858585;
  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-top-news__card-image.no-image::before {
  content: "No Image";
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  opacity: 0.5;
}

.p-top-news__card-content {
  width: 18.75rem;
  margin: 0 auto;
  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-top-news__card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.p-top-news__card-date {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.7px;
  color: #1a1a1a;
  text-align: center;
}

.p-top-news__card-category {
  background-color: #ebf2f9;
  padding: 0.25rem;
  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-top-news__card-category-text {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #1a1a1a;
}

.p-top-news__card-title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.9px;
  color: #1a1a1a;
  white-space: pre-wrap;
}

.p-page-fv {
  position: relative;
  height: 34.375rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-page-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-page-fv {
    height: 28.125rem;
  }
}
.p-page-fv--about {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 93, 163, 0.4)), to(rgba(36, 93, 163, 0.4))), url(../img/common/page-fv-about.png) lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(36, 93, 163, 0.4) 0%, rgba(36, 93, 163, 0.4) 100%), url(../img/common/page-fv-about.png) lightgray 50%/cover no-repeat;
}
.p-page-fv--business {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 93, 163, 0.4)), to(rgba(36, 93, 163, 0.4))), url(../img/common/page-fv-business.png) lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(36, 93, 163, 0.4) 0%, rgba(36, 93, 163, 0.4) 100%), url(../img/common/page-fv-business.png) lightgray 50%/cover no-repeat;
}
.p-page-fv--company {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 93, 163, 0.4)), to(rgba(36, 93, 163, 0.4))), url(../img/common/page-fv-company.png) lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(36, 93, 163, 0.4) 0%, rgba(36, 93, 163, 0.4) 100%), url(../img/common/page-fv-company.png) lightgray 50%/cover no-repeat;
}
.p-page-fv--contact {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 93, 163, 0.4)), to(rgba(36, 93, 163, 0.4))), url(../img/common/page-fv-contact.png) lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(36, 93, 163, 0.4) 0%, rgba(36, 93, 163, 0.4) 100%), url(../img/common/page-fv-contact.png) lightgray 50%/cover no-repeat;
}
.p-page-fv--news {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 93, 163, 0.4)), to(rgba(36, 93, 163, 0.4))), url(../img/common/page-fv-news.png) lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(36, 93, 163, 0.4) 0%, rgba(36, 93, 163, 0.4) 100%), url(../img/common/page-fv-news.png) lightgray 50%/cover no-repeat;
}
.p-page-fv--privacy-policy {
  background: rgba(36, 93, 163, 0.4);
}
.p-page-fv--privacy-policy::before {
  display: none;
}
.p-page-fv--404 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 93, 163, 0.4)), to(rgba(36, 93, 163, 0.4))), url(../img/common/page-fv-privacy.png) lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(36, 93, 163, 0.4) 0%, rgba(36, 93, 163, 0.4) 100%), url(../img/common/page-fv-privacy.png) lightgray 50%/cover no-repeat;
}

.p-page-fv__inner {
  position: relative;
  z-index: 2;
  padding-left: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-page-fv__inner {
    padding-left: 1.25rem;
  }
}

.p-page-fv__title {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.4px;
  color: #ffffff;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-page-fv__title {
    font-size: 2rem;
    letter-spacing: 1.6px;
  }
}

.p-page-fv__subtitle {
  font-size: 1.75rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-page-fv__subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.p-breadcrumb {
  padding: 10px 0;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb {
    padding: 5px 0;
  }
}

.p-breadcrumb__inner {
  max-width: 90rem;
  margin: 0 auto;
}

.p-breadcrumb-wrapper--no-fv {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-wrapper--no-fv {
    margin-top: 60px;
  }
}

.p-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.p-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb__item {
    font-size: 12px;
  }
}
.p-breadcrumb__item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 24px;
  margin-right: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="24" viewBox="0 0 12 24" fill="none"><path d="M2.45199 6.57999L3.51299 5.51999L9.29199 11.297C9.38514 11.3896 9.45907 11.4996 9.50952 11.6209C9.55997 11.7421 9.58594 11.8722 9.58594 12.0035C9.58594 12.1348 9.55997 12.2648 9.50952 12.3861C9.45907 12.5073 9.38514 12.6174 9.29199 12.71L3.51299 18.49L2.45299 17.43L7.87699 12.005L2.45199 6.57999Z" fill="%231A1A1A"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-breadcrumb__item--current {
  font-weight: 500;
}

.p-breadcrumb__link {
  color: #666;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-breadcrumb__link:hover {
  color: #333;
  text-decoration: underline;
}

.p-founder-vision {
  position: relative;
  background-color: #ffffff;
}
.p-founder-vision__inner {
  max-width: 81.25rem;
}
@media screen and (max-width: 767px) {
  .p-founder-vision__inner {
    max-width: 33.75rem;
  }
}

.p-founder-vision__bg-image {
  position: absolute;
  width: 27.875rem;
  height: 20rem;
}
.p-founder-vision__bg-image--right {
  right: 0;
  top: 12.3125rem;
}
@media screen and (max-width: 767px) {
  .p-founder-vision__bg-image--right {
    width: 15.1875rem;
    height: 20rem;
    top: 9.3125rem;
  }
}
.p-founder-vision__bg-image--left {
  left: 0;
  top: 50.4375rem;
}
@media screen and (max-width: 767px) {
  .p-founder-vision__bg-image--left {
    width: 15.1875rem;
    height: 20rem;
    bottom: 35.625rem;
    top: auto;
  }
}
@media (max-width: 535px) {
  .p-founder-vision__bg-image--left {
    bottom: 36.875rem;
  }
}
@media (max-width: 492px) {
  .p-founder-vision__bg-image--left {
    bottom: 38.125rem;
  }
}
@media (max-width: 412px) {
  .p-founder-vision__bg-image--left {
    bottom: 39.6875rem;
  }
}
.p-founder-vision__bg-image img,
.p-founder-vision__bg-image picture {
  width: 100%;
  height: 100%;
}
.p-founder-vision__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-founder-vision__container {
  max-width: 81.25rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-founder-vision__container {
    gap: 2.5rem;
  }
}

.p-founder-vision__header {
  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.5625rem;
  -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-founder-vision__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-founder-vision__content {
    gap: 1.875rem;
  }
}

.p-founder-vision__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-founder-vision__row {
    -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.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-founder-vision__row--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-founder-vision__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28.25rem;
  height: 18.8125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-founder-vision__image {
    width: 21.875rem;
    height: 18.8125rem;
  }
}
.p-founder-vision__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-founder-vision__text-box {
  background-color: #ffffff;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-founder-vision__text-box {
    padding-inline: 0.625rem;
  }
}

.p-founder-vision__text {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.8px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-founder-vision__text {
    font-size: 0.875rem;
    letter-spacing: 0.6px;
  }
}

.p-founder-vision__text--highlight {
  font-weight: 400;
  color: #245da3;
}

.p-founder-vision__text--large {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #245da3;
}
@media screen and (max-width: 767px) {
  .p-founder-vision__text--large {
    font-size: 1.125rem;
    letter-spacing: 0.9px;
    line-height: 1.6;
  }
}

.p-vision__header {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-vision__header {
    margin-bottom: 2.875rem;
  }
}

.p-vision__subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-vision__subtitle {
    font-size: 1.125rem;
    letter-spacing: 0.9px;
    line-height: 1.6;
  }
}

.p-vision__list {
  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.5rem;
}

.p-vision__item {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #c9d0d6;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 5.25rem;
  width: 43.75rem;
  max-width: 100%;
}
.p-vision__item::before {
  content: "";
  position: absolute;
  width: 3.6875rem;
  height: 5.25rem;
  left: 0rem;
  top: 0rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='84' viewBox='0 0 59 84' fill='none'%3E%3Cpath d='M0 0H59V25C59 57.5848 32.5848 84 0 84V0Z' fill='%23245DA3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-vision__item {
    min-height: 6.125rem;
    height: auto;
  }
}

.p-vision__number {
  width: 1.875rem;
  height: 1.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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-vision__number-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.p-vision__text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-vision__text {
    font-size: 0.875rem;
    letter-spacing: 0.7px;
  }
}

.p-company {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-company__inner {
    padding-inline: 1.25rem;
  }
}

.p-company__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.p-company__bg-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.p-company__bg-image img {
  position: absolute;
  width: 122.75%;
  height: 103.72%;
  left: -10.71%;
  top: -0.63%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__bg-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(36, 93, 163, 0.4);
}

.p-company__container {
  background-color: #ffffff;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 56.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company__container {
    gap: 2rem;
  }
}

.p-company__table {
  background-color: #ffffff;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  width: 56.25rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__table {
    padding-inline: 0.5rem;
    gap: 2rem;
  }
}

.p-company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
  border-bottom: 0.5px solid #c9d0d6;
}
@media screen and (max-width: 767px) {
  .p-company__row {
    gap: 0.5rem;
  }
}

.p-company__label {
  background-color: #ebf2f9;
  padding: 0.25rem 0.625rem;
  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: 5.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .p-company__label {
    font-size: 0.875rem;
  }
}

.p-company__value {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #1a1a1a;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-company__value {
    font-size: 0.875rem;
  }
}

.p-ec {
  position: relative;
}
.p-ec__bg {
  position: absolute;
  width: 100%;
  height: 18.9375rem;
  background-color: #c9d0d6;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-ec__bg {
    height: 75.875rem;
    width: 50%;
    bottom: 1.875rem;
  }
}

.p-ec__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.5rem;
}

.p-ec__intro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 79.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-ec__intro-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.875rem;
  }
}

.p-ec__intro-image {
  width: 50vw;
  height: auto;
  margin-left: calc((50vw - 50%) * -1);
  aspect-ratio: 643/417;
}
@media screen and (max-width: 767px) {
  .p-ec__intro-image {
    width: 100%;
    height: auto;
    margin-left: 0;
    aspect-ratio: 390/417;
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  .p-ec__intro-image {
    width: 100dvw;
  }
}
.p-ec__intro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.p-ec__intro-text {
  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.6875rem;
  width: 34.9375rem;
  max-width: 100%;
  font-weight: 600;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .p-ec__intro-text {
    gap: 1rem;
  }
}

.p-ec__intro-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #245da3;
}
@media screen and (max-width: 767px) {
  .p-ec__intro-title {
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}

.p-ec__intro-description {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .p-ec__intro-description {
    font-size: 1rem;
    letter-spacing: 0.8px;
  }
}

.p-ec__collective-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-ec__collective-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.8125rem;
    width: 100%;
  }
}

.p-ec__card {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 2rem 1rem;
  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.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 23.75rem;
  max-width: 100%;
  height: 22.0625rem;
}
@media screen and (max-width: 767px) {
  .p-ec__card {
    width: 100%;
  }
}

.p-ec__card--border {
  border-left: 1px solid #c9d0d6;
  border-right: 1px solid #c9d0d6;
}
@media screen and (max-width: 767px) {
  .p-ec__card--border {
    border-left: none;
    border-right: none;
    border-top: 1px solid #c9d0d6;
    border-bottom: 1px solid #c9d0d6;
  }
}

.p-ec__card-header {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-ec__card-en {
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.6px;
  color: #d6c9c9;
}

.p-ec__card-ja {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.9px;
  color: #245da3;
}

.p-ec__card-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.8px;
  white-space: pre-wrap;
  width: 100%;
  height: 13rem;
}
@media screen and (max-width: 767px) {
  .p-ec__card-description {
    height: auto;
    font-size: 0.875rem;
    letter-spacing: 0.7px;
  }
}

.p-ec__badge {
  position: absolute;
  top: 0;
  right: 50%;
  translate: 50% -50%;
  background-color: #ebf2f9;
  padding: 0.625rem;
  border-radius: 999px;
  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-ec__badge-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
}

.p-reuse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-reuse__intro {
  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.625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 3.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-reuse__intro {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 1.375rem;
  }
}

.p-reuse__intro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 79.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-reuse__intro-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.p-reuse__intro-text {
  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.6875rem;
  width: 34.9375rem;
  max-width: 100%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-reuse__intro-text {
    gap: 1rem;
  }
}

.p-reuse__intro-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #245da3;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .p-reuse__intro-title {
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}

.p-reuse__intro-description {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.9px;
  color: #1a1a1a;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .p-reuse__intro-description {
    font-size: 1rem;
    letter-spacing: 0.8px;
  }
}

.p-reuse__intro-image {
  width: 50vw;
  height: auto;
  margin-right: calc((50vw - 50%) * -1);
}
@media screen and (max-width: 767px) {
  .p-reuse__intro-image {
    width: 100%;
    height: auto;
    margin-right: 0;
    aspect-ratio: 390/417;
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  .p-reuse__intro-image {
    width: 100dvw;
  }
}
.p-reuse__intro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-reuse__content {
  position: relative;
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-reuse__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #ebf2f9;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-reuse__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.5rem;
    padding: 4.375rem 0rem 1rem;
  }
}

.p-reuse__collage {
  position: relative;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-reuse__collage {
    width: 100%;
    height: auto;
    aspect-ratio: 643/617;
  }
}

.p-reuse__collage-container {
  position: relative;
  width: 22.5625rem;
  height: 36.25rem;
}
@media screen and (max-width: 767px) {
  .p-reuse__collage-container {
    height: 38.75rem;
  }
}

.p-reuse__collage-image {
  position: absolute;
  overflow: hidden;
}
.p-reuse__collage-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-reuse__collage-image--1 {
  width: 16.6875rem;
  height: 21.375rem;
  left: 0;
  top: 17.1875rem;
}
.p-reuse__collage-image--2 {
  width: 12.5625rem;
  height: 12.5625rem;
  left: 3.5625rem;
  top: 0;
}
.p-reuse__collage-image--3 {
  width: 12.875rem;
  height: 12.875rem;
  left: 9.6875rem;
  top: 9.5625rem;
}
.p-reuse__text-box {
  background-color: #ffffff;
  padding: 1rem;
  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.625rem;
  width: 42.25rem;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-reuse__text-box {
    width: 100%;
  }
}

.p-reuse__text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-reuse__text-content {
    gap: 1.5rem;
  }
}

.p-reuse__text-section {
  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;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #1a1a1a;
}

.p-reuse__text-paragraph {
  white-space: pre-wrap;
}

.p-accommodation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-accommodation__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 79.5rem;
  max-width: 100%;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-accommodation__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.875rem;
    padding-bottom: 2rem;
  }
}

.p-accommodation__intro-image {
  width: 50vw;
  height: auto;
  margin-left: calc((50vw - 50%) * -1);
  aspect-ratio: 643/417;
}
@media screen and (max-width: 767px) {
  .p-accommodation__intro-image {
    width: 100%;
    height: auto;
    margin-left: 0;
    aspect-ratio: 390/417;
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  .p-accommodation__intro-image {
    width: 100dvw;
  }
}
.p-accommodation__intro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-accommodation__intro-text {
  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.6875rem;
  width: 34.9375rem;
  max-width: 100%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-accommodation__intro-text {
    gap: 1rem;
  }
}

.p-accommodation__intro-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #245da3;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .p-accommodation__intro-title {
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}

.p-accommodation__intro-description {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.9px;
  color: #1a1a1a;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .p-accommodation__intro-description {
    font-size: 1rem;
    letter-spacing: 0.8px;
  }
}

.p-accommodation__content {
  position: relative;
  padding: 2rem 0;
  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.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p-accommodation__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.p-accommodation__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-accommodation__bg-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(64, 97, 157, 0.8);
}

.p-accommodation__text-content {
  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;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #ffffff;
  position: relative;
  max-width: 40.625rem;
}
@media screen and (max-width: 767px) {
  .p-accommodation__text-content {
    padding-inline: 0.625rem;
    font-size: 0.875rem;
    max-width: 33.75rem;
  }
}

.p-accommodation__text-paragraph {
  white-space: pre-wrap;
}

.p-rental-car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-rental-car {
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-rental-car__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 79.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-rental-car__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.p-rental-car__block--reverse {
  width: 100%;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-rental-car__block--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.5rem;
  }
}
.p-rental-car__block--reverse .p-rental-car__image {
  margin-right: 0;
  margin-left: calc((50vw - 50%) * -1);
}
@media screen and (max-width: 767px) {
  .p-rental-car__block--reverse .p-rental-car__image {
    margin-left: 0;
  }
}

.p-rental-car__text {
  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.6875rem;
  width: 34.9375rem;
  max-width: 100%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-rental-car__text {
    gap: 1rem;
  }
}

.p-rental-car__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #245da3;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .p-rental-car__title {
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}

.p-rental-car__description {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.9px;
  color: #1a1a1a;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .p-rental-car__description {
    font-size: 1rem;
    letter-spacing: 0.8px;
  }
}

.p-rental-car__image {
  width: 50vw;
  height: auto;
  margin-right: calc((50vw - 50%) * -1);
  aspect-ratio: 643/417;
}
@media screen and (max-width: 767px) {
  .p-rental-car__image {
    width: 100%;
    height: auto;
    margin-right: 0;
    aspect-ratio: 390/417;
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  .p-rental-car__image {
    width: 100dvw;
  }
}
.p-rental-car__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-rental-car__content {
  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;
  width: 34.9375rem;
  max-width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #1a1a1a;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .p-rental-car__content {
    gap: 1rem;
    font-size: 0.875rem;
  }
}

.p-rental-car__content-paragraph {
  width: 100%;
}

.p-cta__container {
  background-color: #ebf2f9;
  padding: 0.625rem;
  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.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 11rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cta__container {
    height: auto;
    padding: 2rem 1rem;
  }
}

.p-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-cta__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.p-cta__text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: 1.25rem;
    letter-spacing: 1px;
    text-align: center;
  }
}

.p-privacy {
  background: #ffffff;
}

.p-privacy__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-privacy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  width: 100%;
  max-width: 56.25rem;
  margin-inline: auto;
}

.p-privacy__section {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-privacy__section {
    font-size: 0.875rem;
  }
}
.p-privacy__section p {
  margin-bottom: 1rem;
}
.p-privacy__section p:last-child {
  margin-bottom: 0;
}

.p-privacy__heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__heading {
    font-size: 1.125rem;
  }
}

.p-privacy__list li {
  margin-bottom: 0.3125rem;
}
.p-privacy__list li:last-child {
  margin-bottom: 0;
}

.p-privacy__contact {
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__contact {
    padding: 1rem;
  }
}

.p-privacy__footer {
  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.625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-privacy__footer-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .p-privacy__footer-text {
    font-size: 0.875rem;
  }
}

.p-404 {
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding-bottom: 8.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-404__container {
    max-width: 37.5rem;
  }
}

.p-404__number {
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: -1.5625rem;
  bottom: -2.8125rem;
  font-size: 18.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.9125rem;
  color: #c9d0d6;
}
@media screen and (max-width: 767px) {
  .p-404__number {
    font-size: 10.75rem;
    letter-spacing: 0.5375rem;
    right: -0.9375rem;
    bottom: -1.6875rem;
  }
}

.p-404__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .p-404__content {
    gap: 2.375rem;
  }
}

.p-404__title {
  text-align: left;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.p-404__description {
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.8px;
  font-weight: 400;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-404__description {
    font-size: 0.875rem;
    letter-spacing: 0.7px;
  }
}
.p-404__description p {
  margin: 0 0 0.75rem 0;
}
.p-404__description p:last-child {
  margin-bottom: 0;
}

.p-contact-form {
  position: relative;
  background-color: #ffffff;
}

.p-contact-form__container {
  max-width: 50rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form__container {
    gap: 1.875rem;
  }
}

.p-contact-form__title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
  color: #1a1a1a;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form__title {
    font-size: 1.75rem;
  }
}

.p-contact-form__description {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form__description {
    font-size: 1rem;
  }
}
.p-contact-form__description p {
  margin: 0;
}

.p-contact-form__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__form {
    gap: 1.5rem;
  }
}

.p-contact-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-contact-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact-form__field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
}
.p-contact-form__field--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-contact-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
  width: 11.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .p-contact-form__label {
    font-size: 0.875rem;
    width: 100%;
  }
}

.p-contact-form__label-text {
  color: #1a1a1a;
}

.p-contact-form__required {
  color: #e30000;
}

.p-contact-form__input-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 38.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input-wrapper {
    width: 100%;
  }
}

.p-contact-form__input,
.p-contact-form__textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #1a1a1a;
  background: #ffffff;
  border: 0.75px solid #4a4a4a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input,
  .p-contact-form__textarea {
    font-size: 0.875rem;
  }
}
.p-contact-form__input::-webkit-input-placeholder, .p-contact-form__textarea::-webkit-input-placeholder {
  color: #4a4a4a;
}
.p-contact-form__input::-moz-placeholder, .p-contact-form__textarea::-moz-placeholder {
  color: #4a4a4a;
}
.p-contact-form__input:-ms-input-placeholder, .p-contact-form__textarea:-ms-input-placeholder {
  color: #4a4a4a;
}
.p-contact-form__input::-ms-input-placeholder, .p-contact-form__textarea::-ms-input-placeholder {
  color: #4a4a4a;
}
.p-contact-form__input::placeholder,
.p-contact-form__textarea::placeholder {
  color: #4a4a4a;
}
.p-contact-form__input:focus,
.p-contact-form__textarea:focus {
  outline: none;
  border-color: #245da3;
}

.p-contact-form__textarea {
  min-height: 13rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-contact-form__textarea {
    min-height: 9.375rem;
  }
}

.p-contact-form__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.p-contact-form__privacy-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
  width: 11.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy-label {
    font-size: 0.875rem;
    width: 100%;
  }
}

.p-contact-form__privacy-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.p-contact-form__checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .p-contact-form__checkbox-label {
    font-size: 0.875rem;
  }
}

.p-contact-form__checkbox {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #9a9595;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contact-form__checkbox-text {
  color: #1a1a1a;
}

.p-contact-form__submit-wrapper {
  width: 100%;
  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__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  width: 17.5rem;
  height: 2.875rem;
  padding: 0.75rem 2rem;
  background: #c9a961;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit {
    width: 100%;
    max-width: 17.5rem;
  }
}
.p-contact-form__submit:hover {
  background: #b59451;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.p-contact-form__submit-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit-text {
    font-size: 1rem;
  }
}

.p-contact-form__submit-arrow {
  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: 1.875rem;
  height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-contact-form__submit-arrow img {
  width: 100%;
  height: 100%;
  display: block;
}

.wpcf7 {
  width: 100%;
}
.wpcf7 .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;
  border-radius: 20px;
  background: #ffffff;
  padding-inline: 2.5rem;
  padding-block: 2rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-form {
    width: 100%;
    padding-block: 1.375rem;
    padding-inline: 0rem;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #8cebe5;
}
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: block;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid #d40000;
  border-radius: 4px;
  background-color: #fff0f0;
  color: #d40000;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: left;
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  50% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  75% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  50% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  75% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.25rem;
    margin-bottom: 1rem;
  }
}
.p-contact__row--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-contact__row--checkbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-contact__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-block: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    width: 100%;
    padding-block: 0;
  }
}
.p-contact__head span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__head span {
    font-size: 0.875rem;
  }
}
.p-contact__head span.--must,
.p-contact__head span.--any {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
}
.p-contact__head span.--must::after,
.p-contact__head span.--any::after {
  content: "*";
  color: #e30000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-contact__head span.--must::after,
  .p-contact__head span.--any::after {
    font-size: 0.875rem;
  }
}
.p-contact__head span.--any::after {
  content: "*";
}

.wpcf7-not-valid {
  border-color: #e30000 !important;
  -webkit-animation: shake 0.3s;
          animation: shake 0.3s;
  background-color: #fff1f0 !important;
}

.p-contact__acceptance.p-contact__data-checkbox .wpcf7-not-valid {
  border-color: #e30000 !important;
}

.wpcf7-not-valid-tip {
  color: #e30000;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 0.75rem;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.p-contact__data {
  width: 38.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__data {
    width: 100%;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.p-contact__input,
.p-contact__textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  border-radius: 0;
  width: 100%;
  border: none;
  padding: 0.5rem 1rem;
  border: 0.75px solid #9a9595;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-contact__input,
  .p-contact__textarea {
    font-size: 0.875rem;
  }
}
.p-contact__input:focus,
.p-contact__textarea:focus {
  border: 0.75px solid #9a9595;
  outline: none;
}
.p-contact__input::-webkit-input-placeholder, .p-contact__textarea::-webkit-input-placeholder {
  color: #9a9595;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
.p-contact__input::-moz-placeholder, .p-contact__textarea::-moz-placeholder {
  color: #9a9595;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
.p-contact__input:-ms-input-placeholder, .p-contact__textarea:-ms-input-placeholder {
  color: #9a9595;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
.p-contact__input::-ms-input-placeholder, .p-contact__textarea::-ms-input-placeholder {
  color: #9a9595;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
.p-contact__input::placeholder,
.p-contact__textarea::placeholder {
  color: #9a9595;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-contact__input::-webkit-input-placeholder, .p-contact__textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  .p-contact__input::-moz-placeholder, .p-contact__textarea::-moz-placeholder {
    font-size: 0.875rem;
  }
  .p-contact__input:-ms-input-placeholder, .p-contact__textarea:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .p-contact__input::-ms-input-placeholder, .p-contact__textarea::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .p-contact__input::placeholder,
  .p-contact__textarea::placeholder {
    font-size: 0.875rem;
  }
}

.p-contact__input {
  height: auto;
  min-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__input {
    min-height: 2.375rem;
  }
}

.p-contact__textarea {
  resize: vertical;
  height: 13rem;
  min-height: 13rem;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  border-radius: 0;
  width: 100%;
  border: none;
  padding: 0.5rem 1rem;
  height: auto;
  min-height: 2.5rem;
  border: 0.75px solid #9a9595;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  select,
  textarea {
    font-size: 0.875rem;
    min-height: 2.375rem;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  border: 0.75px solid #9a9595;
  outline: none;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9a9595;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #9a9595;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9a9595;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #9a9595;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #9a9595;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 0.875rem;
  }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=tel]::placeholder,
  select::placeholder,
  textarea::placeholder {
    font-size: 0.875rem;
  }
}

textarea {
  resize: vertical;
  height: 13rem;
  min-height: 13rem;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #0f5aca;
}

.p-contact__data-checkbox {
  width: 29rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox {
    width: 100%;
  }
}
.p-contact__data-checkbox * {
  display: inline !important;
}
.p-contact__data-checkbox .blue {
  color: #245da3;
  border-bottom: 1px solid #245da3;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox .blue {
    font-size: 0.875rem;
  }
}
.p-contact__data-checkbox .blue:hover {
  opacity: 0.7;
}
.p-contact__data-checkbox .blue span {
  color: #1a1a1a;
  border: none;
  margin-left: 0;
}
.p-contact__data-checkbox .wpcf7-list-item {
  margin: 0;
  display: block !important;
}
.p-contact__data-checkbox .wpcf7-list-item-label {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 0.3125rem !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  cursor: pointer;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox .wpcf7-list-item-label {
    font-size: 0.875rem;
  }
}
.p-contact__data-checkbox input[type=checkbox] {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  margin: 0 0.3125rem 0 0 !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 2px solid #4a4a4a;
  background: #ffffff;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  clip: auto !important;
  vertical-align: middle;
  display: inline-block !important;
}
.p-contact__data-checkbox input[type=checkbox]:checked {
  border: 2px solid;
  border-color: #4a4a4a;
  background: #ffffff;
}
.p-contact__data-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
  width: 0.375rem;
  height: 0.9375rem;
  border-right: 2px solid #245da3;
  border-bottom: 2px solid #245da3;
}

.p-contact__data-checkbox .wpcf7-list-item-label.error::before {
  border-color: #d40000 !important;
  background-color: #fff0f0;
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.p-contact-wrap {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-wrap {
    margin-top: 1.5rem;
  }
}
.p-contact-wrap input[type=submit]::after {
  content: "" !important;
  display: inline-block !important;
  width: 1.875rem !important;
  height: 1.875rem !important;
  background-image: url(../img/common/arrow-white.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  margin-left: 0.625rem !important;
}
@media screen and (max-width: 767px) {
  .p-contact-wrap input[type=submit]::after {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
}

.p-contact__submit {
  display: inline-block;
  position: relative;
}
.p-contact__submit-arrow {
  width: 1.875rem;
  height: 1.875rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__submit-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-contact__submit input[type=submit] {
  position: relative;
  padding: 0 2rem;
  border-radius: 0;
  background: #c9a961;
  border: 2px solid #c9a961;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  width: auto;
  min-width: 17.5rem;
  height: 2.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact__submit input[type=submit] {
    font-size: 1rem;
    min-width: 15rem;
  }
}
.p-contact__submit input[type=submit]:hover {
  background: #ffffff;
  color: #c9a961;
  border-color: #c9a961;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.p-contact__submit input[type=submit]:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpcf7 input[type=submit]::after {
  content: "" !important;
  display: inline-block !important;
  width: 1.875rem !important;
  height: 1.875rem !important;
  background-image: url(../img/common/arrow-white.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  margin-left: 0.625rem !important;
}
@media screen and (max-width: 767px) {
  .wpcf7 input[type=submit]::after {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.recaptcha-notice {
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.625rem;
  line-height: 1.4;
  text-align: center;
}
.recaptcha-notice a {
  color: #1a73e8;
  text-decoration: none;
}
.recaptcha-notice a:hover {
  text-decoration: underline;
}

.p-news-archive {
  background: #ffffff;
  position: relative;
}

.p-news-archive__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-news-archive__container {
    gap: 1.875rem;
  }
}

.p-news-archive__title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news-archive__title {
    font-size: 1.25rem;
  }
}

.p-news-archive__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 67.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-archive__categories {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 0;
  }
}

.p-news-archive__category {
  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;
  padding: 0.125rem 0.25rem;
  min-height: 2.875rem;
  min-width: 5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #1a1a1a;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-news-archive__category {
    font-size: 0.875rem;
    min-height: 2.5rem;
    min-width: 2.5rem;
  }
}
.p-news-archive__category:hover {
  background: #e2e7e8;
}
.p-news-archive__category.is-active {
  background: #245da3;
  color: #ffffff;
}

.p-news-archive__list {
  width: 100%;
  max-width: 67.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-news-archive__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-news-archive__no-posts {
  padding: 2.5rem 0;
  text-align: center;
  font-size: 1rem;
  color: #1a1a1a;
}

.p-news-archive__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-news-archive__pagination {
    gap: 0.5rem;
    padding: 0 0.625rem;
  }
}
.p-news-archive__pagination .page-numbers {
  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: 2.875rem;
  height: 2.875rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-news-archive__pagination .page-numbers {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.8125rem;
  }
}
.p-news-archive__pagination .page-numbers:hover {
  background: #e2e7e8;
}
.p-news-archive__pagination .page-numbers.current {
  background: #245da3;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.p-news-archive__pagination .page-numbers.dots {
  background: transparent;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-news-archive__pagination .page-numbers.dots {
    width: 1.5rem;
  }
}
.p-news-archive__pagination .page-numbers.prev, .p-news-archive__pagination .page-numbers.next {
  background: transparent;
  width: 0.875rem;
  height: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-news-archive__pagination .page-numbers.prev, .p-news-archive__pagination .page-numbers.next {
    width: 0.875rem;
    height: 1.375rem;
  }
}
.p-news-archive__pagination .page-numbers.prev img, .p-news-archive__pagination .page-numbers.next img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-news-archive__pagination .page-numbers.prev:hover, .p-news-archive__pagination .page-numbers.next:hover {
  opacity: 0.7;
}

.p-news-single {
  background: #ffffff;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-single {
    padding: 2.5rem 0;
  }
}

.p-news-single__wrapper {
  max-width: 80.125rem;
  margin: 0 auto;
  padding: 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__wrapper {
    max-width: 33.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.25rem;
    gap: 3.75rem;
  }
}

.p-news-single__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 55.125rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__body {
    max-width: 100%;
    padding-right: 0;
  }
}

.p-news-single__header {
  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.625rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__header {
    margin-bottom: 1.875rem;
  }
}

.p-news-single__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-news-single__title {
    font-size: 1.5rem;
  }
}

.p-news-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-news-single__meta {
    gap: 1rem;
  }
}

.p-news-single__date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .p-news-single__date {
    font-size: 0.75rem;
  }
}

.p-news-single__category {
  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;
  padding: 0.125rem 0.25rem;
  background: #e2e7e8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .p-news-single__category {
    font-size: 0.75rem;
  }
}

.p-news-single__thumbnail {
  width: 100%;
  max-width: 50rem;
  height: auto;
  max-height: 25rem;
  margin-bottom: 3rem;
  overflow: hidden;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__thumbnail {
    max-height: 18.75rem;
    margin-bottom: 1.875rem;
  }
}
.p-news-single__thumbnail img {
  width: 100%;
  height: 100%;
  max-height: 25rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-news-single__thumbnail img {
    max-height: 18.75rem;
  }
}

.p-news-single__content {
  max-width: 50rem;
  margin-bottom: 5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-news-single__content {
    margin-bottom: 3.75rem;
  }
}
.p-news-single__content .content-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.p-news-single__content .content-section:last-of-type {
  padding-top: 1rem;
}
.p-news-single__content h2,
.p-news-single__content h3,
.p-news-single__content .section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 3rem 0 1.5rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #40619d;
}
@media screen and (max-width: 767px) {
  .p-news-single__content h2,
  .p-news-single__content h3,
  .p-news-single__content .section-title {
    font-size: 1.25rem;
    margin: 2.5rem 0 1.25rem 0;
  }
}
.p-news-single__content h3 {
  font-size: 1.25rem;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .p-news-single__content h3 {
    font-size: 1.125rem;
  }
}
.p-news-single__content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  margin: 0 0 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-single__content p {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.p-news-single__content ul,
.p-news-single__content ol {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__content ul,
  .p-news-single__content ol {
    font-size: 1rem;
  }
}
.p-news-single__content li {
  margin-bottom: 0.25rem;
}
.p-news-single__content li:last-child {
  margin-bottom: 0;
}
.p-news-single__content li p {
  margin: 0;
}
.p-news-single__content img {
  max-width: 70%;
  max-height: 31.25rem;
  height: auto;
  display: block;
  margin: 2rem auto;
  border-radius: 0.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-news-single__content img {
    max-width: 100%;
    max-height: 25rem;
    margin: 1.5rem 0;
  }
}
.p-news-single__content figure,
.p-news-single__content .wp-block-image {
  margin: 2rem 0;
  text-align: center;
}
.p-news-single__content figure img,
.p-news-single__content .wp-block-image img {
  margin: 0 auto;
}
.p-news-single__content figure figcaption,
.p-news-single__content .wp-block-image figcaption {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.5rem;
  text-align: center;
}
.p-news-single__content a {
  color: #40619d;
  text-decoration: underline;
}
.p-news-single__content a:hover {
  opacity: 0.7;
}
.p-news-single__content .content-button {
  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: 0.625rem;
  height: 2.875rem;
  padding: 0.5rem 1rem;
  background: #e2e7e8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-news-single__content .content-button {
    font-size: 0.875rem;
  }
}
.p-news-single__content .content-button:hover {
  opacity: 0.8;
}
.p-news-single__content .content-button img {
  width: 1.875rem;
  height: 1.875rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-news-single__content .content-button img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-news-single__content .inquiry-section {
  margin-top: 1rem;
}
.p-news-single__content .inquiry-text {
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-news-single__content .inquiry-text {
    font-size: 0.875rem;
  }
}

.p-news-single__sidebar {
  width: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__sidebar {
    width: 100%;
    gap: 1.875rem;
  }
}

.p-news-single__sidebar-section {
  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.9375rem;
}

.p-news-single__sidebar-title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-news-single__sidebar-title {
    font-size: 1.125rem;
  }
}

.p-news-single__category-list {
  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;
}
@media screen and (max-width: 767px) {
  .p-news-single__category-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-news-single__category-item {
  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: 2.875rem;
  padding: 0.125rem 0.25rem;
  background: #e2e7e8;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-news-single__category-item {
    font-size: 0.875rem;
  }
}
.p-news-single__category-item:hover {
  background: #d0d5d6;
}

.p-news-single__recommended-section {
  padding: 6.25rem 0;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-news-single__recommended-section {
    padding: 3.75rem 0;
  }
}

.p-news-single__recommended-header {
  margin-bottom: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__recommended-header {
    margin-bottom: 1.875rem;
  }
}

.p-news-single__recommended-section-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #1a1a1a;
  max-width: 67.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-news-single__recommended-section-title {
    font-size: 1.125rem;
    padding: 0 1.25rem;
  }
}

.p-news-single__recommended-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  max-width: 67.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-news-single__recommended-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1.25rem;
  }
}

.p-philosophy {
  background-color: #ebf2f9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-philosophy {
    padding-block: 5rem 12.5rem;
  }
}

.p-philosophy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10.625rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.4375rem;
  }
}

.p-philosophy__illustration {
  position: absolute;
  left: 0;
  top: 0.9375rem;
  width: 36.25rem;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-philosophy__illustration {
    width: 21.25rem;
    left: 1px;
    top: auto;
    bottom: 3.3125rem;
  }
}

.p-philosophy__illustration img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-philosophy__title {
  z-index: 2;
}

.p-philosophy__text {
  color: #245da3;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.075rem;
  line-height: 1.5;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-philosophy__text {
    text-align: center;
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Roboto", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text__left--sp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-animation__fadeIn {
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.u-animation__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}