@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #111111;
  background-color: #ffffff;
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

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

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

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

@keyframes u-fade-up-stylish {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.u-delay-200 {
  animation-delay: 0.2s;
}

.u-delay-400 {
  animation-delay: 0.4s;
}

.u-delay-600 {
  animation-delay: 0.6s;
}

.js-split-text .u-split-char {
  display: inline-block;
  opacity: 0;
}

.is-loaded .js-split-text .u-split-char {
  animation: u-char-fade 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--delay, 0s) + var(--char-index) * 0.03s);
}

@keyframes u-char-fade {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.u-img-reveal {
  opacity: 0;
  transform: scale(1.05) translateY(20px);
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.u-img-reveal.is-visible {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}

.l-container-lg, .l-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .l-container-lg, .l-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.l-container {
  max-width: 1160px;
}

.l-container-lg {
  max-width: 1280px;
}

.l-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .l-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/*
  Subpage Background Layout (.l-sub-bg)
  下層ページの共通グレー背景と外側余白
*/
.l-sub-bg {
  background-color: #f7f7f7;
  padding: 40px 0 100px;
  color: #171717;
}
@media (max-width: 767px) {
  .l-sub-bg {
    padding: 30px 0 60px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(5px);
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .l-header {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-header::-webkit-scrollbar {
    display: none;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 15px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-header__inner {
    height: 80px;
    padding-left: 20px;
    align-items: stretch;
    min-width: 1220px;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.l-header__logo img {
  max-height: 28px;
  width: auto;
}
@media (min-width: 768px) {
  .l-header__logo img {
    max-height: 38px;
  }
}
.l-header__content {
  display: none;
}
@media (min-width: 768px) {
  .l-header__content {
    display: flex;
    align-items: stretch;
    gap: 40px;
  }
}
.l-header__contact {
  display: none;
}
@media (min-width: 768px) {
  .l-header__contact {
    display: flex;
    align-items: stretch;
  }
}
.l-header__sp-ui {
  display: flex;
  align-items: stretch;
  height: 100%;
}
@media (min-width: 768px) {
  .l-header__sp-ui {
    display: none;
  }
}
.l-header__sp-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  text-decoration: none;
  color: #184AAA;
}
.l-header__sp-tel-icon {
  width: 20px;
  height: 20px;
}
.l-header__sp-tel-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-header__sp-tel-label {
  font-size: 10px;
  font-weight: 700;
  margin-top: 4px;
  line-height: 1;
}
.l-header__hamburger {
  background-color: #184AAA;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  padding: 0;
}
.l-header__hamburger-lines {
  width: 24px;
  height: 16px;
  position: relative;
  margin-bottom: 5px;
}
.l-header__hamburger-lines span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}
.l-header__hamburger-lines span:nth-child(1) {
  top: 0;
}
.l-header__hamburger-lines span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__hamburger-lines span:nth-child(3) {
  bottom: 0;
}
.l-header__hamburger-label {
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.l-header__hamburger.is-active .l-header__hamburger-lines span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header__hamburger.is-active .l-header__hamburger-lines span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-active .l-header__hamburger-lines span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.l-header__drawer {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #184AAA;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  overflow-y: auto;
}
.l-header__drawer.is-open {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .l-header__drawer {
    display: none;
  }
}
.l-header__drawer-inner {
  padding: 40px 20px 80px;
}
.l-header__tel {
  display: none;
}
@media (min-width: 768px) {
  .l-header__tel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    line-height: 1.2;
    padding-right: 20px;
  }
}
.l-header__tel-number {
  font-size: 28px;
  font-weight: 700;
  color: #184AAA;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
}
.l-header__tel-time {
  font-size: 11px;
  color: #111111;
  margin-top: 4px;
  letter-spacing: 0.07em;
}

.c-drawer-nav {
  display: flex;
  flex-direction: column;
}
.c-drawer-nav li {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}
.c-drawer-nav li:first-child {
  border-top: 1px dotted rgba(255, 255, 255, 0.4);
}
.c-drawer-nav li a {
  display: block;
  padding: 18px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s;
}
.c-drawer-nav li a:hover {
  opacity: 0.7;
}

.l-main {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .l-main {
    padding-top: 80px;
  }
}

.c-global-nav {
  display: flex;
  height: 100%;
  gap: 16px;
}
.c-global-nav li {
  height: 100%;
}
.c-global-nav li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  position: relative;
  transition: color 0.3s;
}
.c-global-nav li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #184AAA;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.c-global-nav li a:hover {
  color: #184AAA;
  opacity: 1;
}
.c-global-nav li a:hover::after {
  transform: scaleX(1);
}

.l-footer {
  background-color: #1a1a1a;
  color: #fff;
  padding: 60px 0 30px;
}
@media (min-width: 1024px) {
  .l-footer {
    padding: 40px 0;
  }
}
.l-footer__inner {
  max-width: 1304px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-footer__content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .l-footer__content {
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 80px;
  }
}
.l-footer__info {
  flex: 1;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .l-footer__info {
    flex: 0 0 350px;
    text-align: left;
    padding-top: 0;
  }
}
.l-footer__logo {
  margin-bottom: 25px;
}
.l-footer__logo img {
  width: 220px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .l-footer__logo img {
    width: 250px;
    margin: 0;
  }
}
.l-footer__address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .l-footer__address {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: left;
  }
}
.l-footer__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .l-footer__tel {
    align-items: flex-start;
    gap: 5px;
  }
}
.l-footer__tel-link {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
@media (min-width: 1024px) {
  .l-footer__tel-link {
    font-size: 32px;
  }
}
.l-footer__tel-link:hover {
  opacity: 0.7;
}
.l-footer__hours {
  font-size: 12px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.03em;
}
.l-footer__nav-wrap {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 0;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 1024px) {
  .l-footer__nav-wrap {
    justify-content: flex-end;
    gap: 0;
    flex-wrap: nowrap;
    width: auto;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.l-footer__nav-col {
  flex: 0 0 100%;
  padding: 0;
  border-left: none;
}
@media (min-width: 1024px) {
  .l-footer__nav-col {
    flex: 0 0 auto;
    padding: 0 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .l-footer__nav-col:first-child {
    border-left: none;
  }
}
.l-footer__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1024px) {
  .l-footer__nav-list {
    gap: 20px;
  }
}
.l-footer__nav-list li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
@media (min-width: 1024px) {
  .l-footer__nav-list li a {
    font-size: 14px;
  }
}
.l-footer__nav-list li a:hover {
  color: #184AAA;
}
.l-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer__bottom {
    padding-top: 40px;
  }
}
.l-footer__copyright {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .l-footer__copyright {
    font-size: 12px;
  }
}

.js-scroll-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
}
.js-scroll-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.u-delay-100 {
  transition-delay: 0.1s !important;
}

.u-delay-200 {
  transition-delay: 0.2s !important;
}

.u-delay-300 {
  transition-delay: 0.3s !important;
}

.u-delay-400 {
  transition-delay: 0.4s !important;
}

.u-delay-500 {
  transition-delay: 0.5s !important;
}

.l-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.l-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.l-loader__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #184AAA;
  transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.c-section-title {
  text-align: center;
  margin-bottom: 40px;
}
.c-section-title__main {
  font-size: 32px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  margin-bottom: 8px;
}
.c-section-title__sub {
  font-size: 14px;
  color: #666;
  letter-spacing: 0.1em;
}

.c-section-header {
  position: relative;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 140px;
  margin-left: auto;
  margin-right: auto;
}
.c-section-header__bg {
  position: absolute;
  top: -50px;
  right: -20px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(80px, 12vw, 180px);
  font-weight: 700;
  color: rgba(0, 0, 0, 0.03);
  line-height: 1;
  z-index: 1;
  pointer-events: none;
  letter-spacing: 0.02em;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-section-header__title {
  position: relative;
  z-index: 2;
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  gap: 30px;
  line-height: 1;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-section-header__title::after {
  content: "";
  width: 100px;
  height: 2px;
  background: #333;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.c-section-header__subtitle {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.4s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
}
.c-section-header__tagline {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.5s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
}
.c-section-header.is-visible .c-section-header__bg {
  opacity: 1;
  transform: translateX(0);
}
.c-section-header.is-visible .c-section-header__title {
  opacity: 1;
  transform: translateY(0);
}
.c-section-header.is-visible .c-section-header__title::after {
  transform: scaleX(1);
}
.c-section-header.is-visible .c-section-header__subtitle {
  opacity: 1;
  transform: translateY(0);
}
.c-section-header.is-visible .c-section-header__tagline {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1024px) {
  .c-section-header {
    margin-bottom: 36px;
    min-height: auto;
    display: block;
  }
  .c-section-header__bg {
    display: block;
    position: relative;
    top: 120px;
    left: 0;
    right: auto;
    transform: none;
    font-size: 80px;
    text-align: center;
    margin-bottom: -55px;
    letter-spacing: 0.02em;
  }
  .c-section-header__title {
    font-size: 44px;
    gap: 15px;
    justify-content: flex-start;
    margin-bottom: 8px;
  }
  .c-section-header__title::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #333;
  }
  .c-section-header__subtitle {
    text-align: left;
    font-size: 14px;
    margin-bottom: 36px;
  }
  .c-section-header__tagline {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 0;
    text-align: center;
    line-height: 1.8;
    font-size: 15px;
    width: 100%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .c-section-header__title {
    font-size: 44px;
  }
}
.c-item-heading {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 25px;
}
.c-item-heading__num {
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: #184AAA;
  line-height: 0.8;
  font-style: italic;
  letter-spacing: -0.05em;
}
.c-item-heading__label {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #184AAA;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .c-item-heading__num {
    font-size: 60px;
  }
  .c-item-heading__label {
    font-size: 16px;
  }
}
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 60px;
  max-width: 100%;
  padding: 0 20px;
  background-color: #184AAA;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn--outline {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  font-weight: 500;
}
.c-btn--outline:hover {
  background-color: #184AAA;
  color: #fff;
  border-color: #184AAA;
  opacity: 1;
}
.c-btn--arrow {
  justify-content: space-between;
}
.c-btn--arrow::after {
  content: "";
  width: 30px;
  height: 10px;
  background: url("../images/common/arrow-right.svg") no-repeat center right;
  background-size: contain;
  transition: transform 0.3s ease;
}
.c-btn--arrow:hover::after {
  transform: translateX(5px);
}
.c-btn--outline.c-btn--arrow:hover::after {
  filter: brightness(0) invert(1);
}
.c-btn--header {
  width: 190px;
  height: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  letter-spacing: 1px;
}
.c-btn--header:hover {
  opacity: 0.8;
}

.c-btn-pdf {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 280px;
  height: 60px;
  border: 1px solid #171717;
  background-color: #ffffff;
  padding: 0 16px;
  transition: all 0.3s;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .c-btn-pdf {
    width: 100%;
  }
}
.c-btn-pdf:hover {
  background-color: #f7f7f7;
  opacity: 0.8;
}
.c-btn-pdf__text {
  font-size: 15px;
  font-weight: 700;
  color: #171717;
}
.c-btn-pdf__icon {
  width: 24px;
  height: auto;
}

.c-sub-header {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  padding: 24px 20px;
}
@media (min-width: 768px) {
  .c-sub-header {
    padding: 56px 20px;
  }
}
.c-sub-header__inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.c-sub-header__en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #184AAA;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .c-sub-header__en {
    font-size: 17px;
  }
}
.c-sub-header__ja {
  display: block;
  font-size: 28px;
  font-weight: normal;
  color: #171717;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-sub-header__ja {
    font-size: 47px;
  }
}

.c-breadcrumb {
  padding: 14px 20px;
  background-color: #ffffff;
}
.c-breadcrumb__inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-breadcrumb__item {
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  display: flex;
  align-items: center;
}
.c-breadcrumb__item::after {
  content: "/";
  margin: 0 10px;
  color: #cccccc;
}
.c-breadcrumb__item:last-child {
  color: #184aaa;
  font-weight: 700;
}
.c-breadcrumb__item:last-child::after {
  display: none;
}
.c-breadcrumb__item a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.c-breadcrumb__item a:hover {
  opacity: 0.7;
}
.c-breadcrumb__item span {
  font-weight: normal;
}

/*
  White Box Component (.c-white-box)
  下層ページの共通白背景コンテナ
*/
.c-white-box {
  background-color: #ffffff;
  padding: 60px 40px;
}
@media (min-width: 768px) {
  .c-white-box {
    padding: 80px 100px;
  }
}
@media (max-width: 767px) {
  .c-white-box {
    padding: 40px 20px;
  }
}
.c-white-box {
  /* ご利用の流れ専用のパディング上書き */
}
.c-white-box--about {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-white-box--about {
    padding: 120px 100px;
  }
}

.p-top-hero {
  position: relative;
  height: 600px;
  width: 100%;
  overflow: hidden;
  background-color: #333;
}
@media (min-width: 1024px) {
  .p-top-hero {
    height: 817px;
  }
}
.p-top-hero__slider {
  width: 100%;
  height: 100%;
}
.p-top-hero__slide {
  width: 100%;
  height: 100%;
}
.p-top-hero__bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 7s linear;
}
.p-top-hero__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-slide.is-active .p-top-hero__bg {
  transform: scale(1.1);
}
.p-top-hero__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 0 20px;
  pointer-events: none;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .p-top-hero__content {
    padding-left: 50px;
  }
}
.p-top-hero__title {
  color: #fff;
  line-height: 1.1;
  margin-bottom: 15px;
}
.p-top-hero__title .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .p-top-hero__title .en {
    font-size: clamp(60px, 10vw, 120px);
  }
}
.p-top-hero__subtitle {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 15px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-top-hero__subtitle {
    font-size: clamp(16px, 2vw, 24px);
    margin-top: 20px;
    line-height: 1.2;
  }
}
.p-top-hero__cta {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
  display: none;
}
@media (min-width: 1024px) {
  .p-top-hero__cta {
    display: block;
    width: auto;
    min-width: 600px;
    left: 50px;
  }
}
.p-top-hero__cta-inner {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  gap: 15px;
}
@media (min-width: 1024px) {
  .p-top-hero__cta-inner {
    flex-direction: row;
    align-items: center;
    padding: 30px 40px;
    gap: 40px;
  }
}
.p-top-hero__cta-txt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media (min-width: 768px) {
  .p-top-hero__cta-txt {
    justify-content: flex-start;
    gap: 30px;
  }
}
.p-top-hero__cta-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #111111;
}
.p-top-hero__cta-label br {
  display: none;
}
@media (min-width: 768px) {
  .p-top-hero__cta-label br {
    display: block;
  }
}
.p-top-hero__cta-tel-wrap {
  display: flex;
  flex-direction: column;
}
.p-top-hero__cta-tel {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #184AAA;
  line-height: 1;
  text-decoration: none;
}
@media (min-width: 768px) {
  .p-top-hero__cta-tel {
    font-size: 32px;
  }
}
.p-top-hero__cta-tel:hover {
  opacity: 0.7;
}
.p-top-hero__cta-time {
  font-size: 10px;
  color: #111111;
  margin-top: 4px;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-top-hero__cta-time {
    font-size: 12px;
    margin-top: 5px;
  }
}
.p-top-hero__cta-btn {
  width: 100%;
  height: 50px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-top-hero__cta-btn {
    width: 200px;
    height: 54px;
  }
}
.p-top-hero__pagination {
  bottom: 32px !important;
  right: 20px !important;
  left: auto !important;
  width: auto !important;
  display: flex;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-top-hero__pagination {
    bottom: 40px !important;
    right: 40px !important;
    gap: 10px;
  }
}
.p-top-hero__pagination .swiper-pagination-bullet {
  width: 48px;
  height: 3px;
  border-radius: 0;
  background: #fff;
  opacity: 0.3;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .p-top-hero__pagination .swiper-pagination-bullet {
    width: 44px;
    height: 3px;
  }
}
.p-top-hero__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.p-top-features {
  padding: 60px 0 30px;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-top-features {
    padding: 160px 0 0 0;
  }
}
.p-top-features__inner {
  max-width: 1304px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .p-top-features__inner {
    padding: 0 40px;
  }
}
.p-top-features__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-top-features__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding: 0 0 60px;
  position: relative;
}
@media (min-width: 768px) {
  .p-top-features__item {
    flex-direction: row;
    align-items: center;
    gap: 80px;
    padding: 0 0 100px;
    margin-bottom: 136px;
  }
  .p-top-features__item:last-child {
    margin-bottom: 0;
  }
}
.p-top-features__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 90%;
  background-color: #F7F7F7;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, opacity 0.6s linear 0.8s;
}
@media (min-width: 768px) {
  .p-top-features__item::before {
    top: 55%;
    height: 85%;
  }
}
.p-top-features__item:nth-child(odd)::before {
  transform: translate(-150%, -50%) scaleX(1.5);
  transform-origin: left;
}
@media (min-width: 768px) {
  .p-top-features__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.p-top-features__item:nth-child(even)::before {
  transform: translate(50%, -50%) scaleX(1.5);
  transform-origin: right;
}
.p-top-features__item.is-visible::before {
  opacity: 1;
  transform: translate(-50%, -50%) scaleX(1);
}
.p-top-features__image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/11;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-top-features__image {
    flex: 0 0 55%;
    max-width: 700px;
    height: 460px;
    aspect-ratio: auto;
  }
}
.p-top-features__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-features__content {
  flex: 1;
  position: relative;
  z-index: 2;
}
.p-top-features__item-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 0;
  border-bottom: none;
  display: block;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-top-features__item-title {
    font-size: clamp(28px, 3vw, 34px);
    margin-bottom: 30px;
    line-height: 1.4;
  }
}
.p-top-features__item-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #ccc;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-top-features__item-title::after {
    width: 60px;
    margin-top: 20px;
  }
}
.p-top-features__text {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-top-features__text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
}
.p-top-features__text p + p {
  margin-top: 15px;
}
.p-top-features__note {
  font-size: 13px;
  color: #444;
  line-height: 1.6;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-top-features__note {
    font-size: 14px;
  }
}
.p-top-features__btn {
  width: 100%;
  max-width: 320px;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-top-features__btn {
    width: 260px;
    height: 56px;
    max-width: none;
    padding: 0 25px;
    font-size: 14px;
  }
}

.p-top-support {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-top-support {
    padding: 160px 0;
  }
}
.p-top-support__inner {
  max-width: 1304px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-top-support__header {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-top-support__header {
    margin-bottom: 80px;
  }
}
.p-top-support__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-top-support__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-top-support__card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 769px) {
  .p-top-support__card {
    aspect-ratio: 420/280;
  }
}
.p-top-support__card:hover .p-top-support__card-img img {
  transform: scale(1.1);
}
.p-top-support__card:hover .p-top-support__card-overlay {
  background-color: rgba(24, 74, 170, 0.9);
}
.p-top-support__card:hover .p-top-support__card-arrow {
  transform: translateX(5px);
}
.p-top-support__card-img {
  width: 100%;
  height: 100%;
}
.p-top-support__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.p-top-support__card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  background-color: rgba(24, 74, 170, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease;
}
.p-top-support__card-title {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-top-support__card-title {
    font-size: 20px;
  }
}
.p-top-support__card-arrow {
  width: 20px;
  height: 12px;
  background: url("../images/common/arrow-card.svg") no-repeat center right;
  background-size: contain;
  transition: transform 0.3s ease;
}
.p-top-support__info-text {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-top-support__info-text {
    text-align: center;
    font-size: 16px;
    line-height: 2;
  }
}

.p-top-news {
  padding: 60px 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-top-news {
    padding: 0px 0 100px 0;
  }
}
.p-top-news__inner {
  max-width: 1304px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .p-top-news__inner {
    padding: 0 40px;
  }
}
.p-top-news__header-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
  min-height: auto;
}
@media (min-width: 768px) {
  .p-top-news__header-row {
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 80px;
    min-height: 180px;
  }
}
.p-top-news__header-left {
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .p-top-news__header-left {
    flex: 0 0 25%;
    max-width: 280px;
  }
}
.p-top-news__header-right {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .p-top-news__header-right {
    align-items: flex-end;
    padding-bottom: 15px;
    padding-top: 0;
  }
}
.p-top-news__header-right .c-section-header__subtitle {
  padding-left: 0;
}
@media (min-width: 768px) {
  .p-top-news__header-right .c-section-header__subtitle {
    padding-left: 20px;
  }
}
.p-top-news__content-row {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .p-top-news__content-row {
    flex-direction: row;
    gap: 5%;
  }
}
@media (min-width: 1024px) {
  .p-top-news__content-row {
    gap: 80px;
  }
}
.p-top-news__content-left {
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-news__content-left {
    flex: 0 0 25%;
    max-width: 280px;
    width: auto;
  }
}
.p-top-news__content-right {
  flex: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-news__content-right {
    min-width: 0;
  }
}
.p-top-news__btn {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-top-news__btn {
    max-width: none;
    margin: 0;
    height: 60px;
    padding: 0 25px;
    font-size: 16px;
  }
}
.p-top-news__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-top-news__item {
  border-top: 1px dotted #ccc;
}
.p-top-news__item:last-child {
  border-bottom: 1px dotted #ccc;
}
.p-top-news__link {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .p-top-news__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 25px 0;
    width: 100%;
    overflow: hidden;
  }
}
.p-top-news__link:hover {
  opacity: 0.7;
}
.p-top-news__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .p-top-news__meta {
    margin-bottom: 0;
    gap: 40px;
  }
}
.p-top-news__date {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #184AAA;
  width: auto;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-top-news__date {
    font-size: 14px;
    width: 90px;
  }
}
.p-top-news__category {
  font-size: 10px;
  font-weight: 500;
  padding: 3px 10px;
  border: 1px solid #ccc;
  color: #333;
  width: auto;
  text-align: center;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-top-news__category {
    font-size: 12px;
    padding: 4px 15px;
    width: 100px;
    min-width: 100px;
  }
}
.p-top-news__item-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-top-news__item-title {
    font-size: 16px;
    flex: 1;
    min-width: 0;
  }
}

@media screen and (max-width: 1024px) {
  .p-top-news__header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
  }
  .p-top-news__header-right {
    align-items: flex-start;
    padding-bottom: 0;
  }
  .p-top-news__title-bg {
    display: none;
  }
  .p-top-news__subtitle {
    padding-left: 0;
  }
  .p-top-news__content-row {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .p-top-news__content-left {
    width: 100%;
  }
}
.p-top-banner {
  padding: 40px 0 80px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-top-banner {
    padding: 60px 0 120px;
  }
}
.p-top-banner__inner {
  max-width: 1304px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-top-banner__link {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transition: transform 0.3s ease;
}
.p-top-banner__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 74, 170, 0.8);
  z-index: 1;
  mix-blend-mode: multiply;
}
.p-top-banner__link:hover::before {
  background: rgba(24, 74, 170, 0.8);
}
.p-top-banner__link:hover .p-top-banner__image img {
  transform: scale(1.05);
}
.p-top-banner__link:hover .p-top-banner__btn-arrow {
  transform: translateX(5px);
}
.p-top-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-top-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.p-top-banner__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
  gap: 30px;
}
@media (min-width: 768px) {
  .p-top-banner__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 80px 50px;
    gap: 0;
  }
}
.p-top-banner__text-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-top-banner__text-group {
    gap: 15px;
  }
}
.p-top-banner__en {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-top-banner__en {
    font-size: 18px;
  }
}
.p-top-banner__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
@media (min-width: 768px) {
  .p-top-banner__title {
    font-size: 32px;
    line-height: 1.2;
  }
}
.p-top-banner__desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .p-top-banner__desc {
    font-size: 17px;
    margin: 63px 0 0;
  }
}
.p-top-banner__btn-wrap {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-banner__btn-wrap {
    width: auto;
  }
}
.p-top-banner__btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 320px;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 32px;
  color: #184AAA;
  font-size: 14px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-top-banner__btn-box {
    width: 260px;
    padding: 18px 25px;
    font-size: 16px;
  }
}
.p-top-banner__btn-arrow {
  width: 20px;
  height: 14px;
  background: url("../images/common/arrow-banner.svg") no-repeat center right;
  background-size: contain;
  transition: transform 0.3s ease;
  filter: brightness(0) saturate(100%) invert(26%) sepia(87%) saturate(1435%) hue-rotate(204deg) brightness(88%) contrast(92%);
}
@media (min-width: 768px) {
  .p-top-banner__btn-arrow {
    width: 24px;
    height: 16px;
  }
}

.p-cta {
  position: relative;
  padding: 60px 0;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-cta {
    padding: 120px 0;
  }
}
.p-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-cta__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.p-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 1304px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.p-cta__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-cta__title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.p-cta__text-group {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-cta__text-group {
    margin-bottom: 60px;
  }
}
.p-cta__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
}
@media (min-width: 768px) {
  .p-cta__text {
    font-size: 17px;
    line-height: 2;
  }
}
.p-cta__text + .p-cta__text {
  margin-top: 5px;
}
.p-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 60px;
  background-color: #184AAA;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #184AAA;
  position: relative;
}
@media (min-width: 768px) {
  .p-cta__btn {
    width: 360px;
    max-width: none;
    height: 77px;
    font-size: 18px;
  }
}
.p-cta__btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 12px;
  background: url("../images/common/arrow-right.svg") no-repeat center right;
  background-size: contain;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .p-cta__btn::after {
    right: 40px;
    width: 30px;
    height: 15px;
  }
}
.p-cta__btn:hover {
  background-color: #fff;
  color: #184AAA;
}
.p-cta__btn:hover::after {
  background-image: url("../images/common/arrow-right-blue.svg");
  filter: none;
  transform: translateY(-50%) translateX(5px);
}

@media screen and (max-width: 768px) {
  .p-cta {
    padding: 80px 0;
  }
  .p-cta__title {
    font-size: 24px;
  }
  .p-cta__text {
    font-size: 15px;
  }
  .p-cta__btn {
    width: 100%;
    max-width: 320px;
  }
}
.p-page-about__intro {
  max-width: 800px;
  margin: 0 0 60px;
  font-size: 14px;
  line-height: 1.8;
  color: #444444;
}
@media (min-width: 768px) {
  .p-page-about__intro {
    font-size: 16px;
    margin-bottom: 80px;
  }
}
.p-page-about__badges {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .p-page-about__badges {
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    margin-bottom: 100px;
  }
}
.p-page-about__badge {
  position: relative;
  flex: 1;
  background-color: #ffffff;
  border: 1px solid #184AAA;
  border-radius: 4px;
  padding: 20px 10px 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-page-about__badge {
    padding: 40px 10px 38px;
  }
}
.p-page-about__badge::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-bottom: 1px solid #184AAA;
  border-right: 1px solid #184AAA;
  z-index: 2;
}
@media (min-width: 1024px) {
  .p-page-about__badge::after {
    top: 50%;
    bottom: auto;
    right: -8px;
    left: auto;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #184AAA;
    border-right: 1px solid #184AAA;
    border-bottom: none;
  }
}
.p-page-about__badge:last-child::after {
  display: none;
}
.p-page-about__badge-num {
  position: absolute;
  top: -20px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #184AAA;
  color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  z-index: 3;
}
@media (min-width: 1024px) {
  .p-page-about__badge-num {
    top: -30px;
    left: -15px;
  }
}
.p-page-about__badge-num small {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: -2px;
}
.p-page-about__badge-num strong {
  font-size: 20px;
}
@media (min-width: 1024px) {
  .p-page-about__badge-num strong {
    font-size: 22px;
  }
}
.p-page-about__badge-text {
  display: block;
  color: #184AAA;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.p-page-about__detail {
  max-width: 900px;
  margin: 0 auto;
}
.p-page-about__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-page-about__item {
    flex-direction: row;
    margin-bottom: 80px;
  }
}
.p-page-about__item:last-child {
  margin-bottom: 0;
}
.p-page-about__step-head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .p-page-about__step-head {
    flex-basis: 220px;
    flex-shrink: 0;
    margin-bottom: 0;
    padding-right: 40px;
    position: relative;
  }
  .p-page-about__step-head::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 6px;
    width: 1px;
    height: calc(100% + 10px);
    border-left: 1px dotted #cccccc;
  }
}
.p-page-about__item:last-child .p-page-about__step-head::after {
  display: none;
}
.p-page-about__step-label {
  display: inline-flex;
  align-items: center;
  color: #184AAA;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-right: 15px;
  white-space: nowrap;
  position: relative;
  padding-left: 20px;
}
.p-page-about__step-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #184AAA;
  border-radius: 50%;
}
.p-page-about__step-label small {
  font-size: 12px;
  margin-right: 5px;
}
.p-page-about__step-label strong {
  font-size: 18px;
}
.p-page-about__step-title {
  font-size: 18px;
  font-weight: 700;
  color: #171717;
}
@media (min-width: 768px) {
  .p-page-about__step-title {
    font-size: 18px;
  }
}
.p-page-about__step-body {
  flex: 1;
}
.p-page-about__step-body p {
  font-size: 15px;
  line-height: 1.8;
  color: #444444;
  margin-bottom: 20px;
}
.p-page-about__step-body p:last-child {
  margin-bottom: 0;
}
.p-page-about__step-body .cta-box {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1024px) {
  .p-page-about__step-body .cta-box {
    flex-direction: row;
    align-items: center;
  }
}
.p-page-about__step-body .cta-box__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #184aaa;
  padding: 0 20px;
  border-radius: 4px;
  width: 100%;
  height: 60px;
  min-height: 60px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .p-page-about__step-body .cta-box__tel {
    height: 50px;
    min-height: 50px;
    width: auto;
    flex: 1;
  }
}
.p-page-about__step-body .cta-box__tel {
  color: #184AAA;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.p-page-about__step-body .cta-box__tel::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/common/icon-tel-sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 12px;
}
.p-page-about__step-body .cta-box__btn {
  border-radius: 4px;
  flex-shrink: 0;
  width: 100%;
  height: 60px;
  min-height: 60px;
}
@media (min-width: 1024px) {
  .p-page-about__step-body .cta-box__btn {
    height: 50px;
    min-height: 50px;
    padding: 0 20px;
    width: auto;
    flex: 1;
  }
}
.p-page-about__step-body .note {
  display: block;
  font-size: 12px;
  color: #184AAA;
  margin-top: 15px;
  line-height: 1.6;
}
.p-page-about__step-body .note a {
  color: inherit;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}
/*
  Equipment Page (備品設備)
*/
.p-page-equipment {
  padding: 40px 0 100px;
  background-color: #f7f7f7;
}
@media (max-width: 1100px) {
  .p-page-equipment {
    padding: 30px 0 60px;
  }
}
.p-page-equipment__content {
  background-color: #ffffff;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .p-page-equipment__content {
    padding: 80px 100px;
  }
}
.p-page-equipment__intro {
  text-align: left;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media (max-width: 1100px) {
  .p-page-equipment__intro {
    margin-bottom: 30px;
  }
}
.p-page-equipment__table-wrap {
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .p-page-equipment__table-wrap {
    margin-bottom: 20px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-page-equipment__table-wrap::-webkit-scrollbar {
    display: none;
  }
}
.p-page-equipment__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  table-layout: fixed;
  /* 確実に幅を固定するために追加 */
}
@media (max-width: 1100px) {
  .p-page-equipment__table {
    width: auto;
    min-width: 800px;
    /* 横スクロールを確実にするために少し広めに設定 */
    table-layout: auto;
    /* SPでは内容に合わせて伸縮させる */
  }
}
.p-page-equipment__table th,
.p-page-equipment__table td {
  border: 1px solid #e0e0e0;
  padding: 16px;
  vertical-align: middle;
  line-height: 1.6;
  font-size: 14px;
}
@media (max-width: 1100px) {
  .p-page-equipment__table th,
  .p-page-equipment__table td {
    padding: 10px;
  }
}
.p-page-equipment__table th {
  background-color: #184aaa;
  /* Blue Header Color */
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.p-page-equipment__table th.col-image {
  width: 25%;
}
.p-page-equipment__table th.col-name {
  width: 23%;
}
.p-page-equipment__table th.col-price {
  width: 17%;
}
.p-page-equipment__table th.col-desc {
  width: 35%;
}
@media (max-width: 1100px) {
  .p-page-equipment__table th {
    width: auto !important;
  }
  .p-page-equipment__table th.col-image {
    min-width: 100px;
  }
  .p-page-equipment__table th.col-name {
    min-width: 180px;
  }
  .p-page-equipment__table th.col-price {
    min-width: 120px;
  }
  .p-page-equipment__table th.col-desc {
    min-width: 300px;
  }
}
.p-page-equipment__table td p {
  margin-bottom: 10px;
}
.p-page-equipment__table td p:last-child {
  margin-bottom: 0;
}
.p-page-equipment__table td small {
  display: block;
  line-height: 1.4;
}
.p-page-equipment__table td.col-image {
  text-align: center;
}
.p-page-equipment__table td.col-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.p-page-equipment__table td.col-name {
  text-align: center;
}
.p-page-equipment__table td.col-price {
  text-align: center;
  white-space: nowrap;
}
.p-page-equipment__table td.col-desc {
  text-align: left;
}
.p-page-equipment__table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.p-page-equipment__notes-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.p-page-equipment__notes-list li {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 5px;
}
@media (max-width: 1100px) {
  .p-page-equipment__notes-list li {
    font-size: 1.1rem;
  }
}

@media (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}
/*
  News Page (お知らせ)
*/
.c-tabs {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-tabs {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
  }
  .c-tabs::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 124%;
    background: linear-gradient(to right, transparent, #F0F0F0);
    pointer-events: none;
    z-index: 1;
  }
}
.c-tabs__list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .c-tabs__list {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }
  .c-tabs__list::-webkit-scrollbar {
    display: none;
  }
}
.c-tabs__item {
  position: relative;
  padding: 0 60px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-tabs__item {
    padding: 0 30px;
  }
}
.c-tabs__item {
  /* Vertical line separator on the right of all items */
}
.c-tabs__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 14px;
  width: 1px;
  background-color: #ddd;
}
.c-tabs__item {
  /* Vertical line separator on the left of the first item */
}
.c-tabs__item:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 14px;
  width: 1px;
  background-color: #ddd;
}
.c-tabs__item a {
  font-size: 14px;
  font-weight: bold;
  color: #184aaa;
  /* Blue text */
  text-decoration: none;
  transition: opacity 0.3s;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-tabs__item a {
    font-size: 13px;
  }
}
.c-tabs__item a:hover {
  opacity: 0.7;
}
.c-tabs__item.is-active a {
  color: #184aaa;
}

.p-news-list__inner {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-news-list__item {
  border-bottom: 1px dashed #e0e0e0;
  padding: 25px 0;
}
@media (max-width: 767px) {
  .p-news-list__item {
    padding: 20px 0;
  }
}
.p-news-list__item:first-child {
  border-top: 1px dashed #e0e0e0;
}
.p-news-list__link {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .p-news-list__link {
    flex-direction: column;
  }
}
.p-news-list__link:hover {
  opacity: 0.7;
}
.p-news-list__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  flex-shrink: 0;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .p-news-list__meta {
    margin-right: 0;
    margin-bottom: 4px;
    gap: 8px;
  }
}
.p-news-list__date {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #184aaa;
  letter-spacing: 0.05em;
  min-width: 90px;
}
@media (max-width: 767px) {
  .p-news-list__date {
    font-size: 13px;
    min-width: auto;
  }
}
.p-news-list__cat {
  font-size: 12px;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 3px 16px 4px;
  white-space: nowrap;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-news-list__cat {
    font-size: 11px;
    padding: 2px 10px;
  }
}
.p-news-list__title {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  font-weight: normal;
  padding-top: 2px;
  /* Truncate to 1 line with ellipsis */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .p-news-list__title {
    font-size: 14px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.c-pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-pagination {
    margin-top: 40px;
  }
}
.c-pagination {
  /* Support for both plain and list markup */
}
.c-pagination .nav-links, .c-pagination.page-numbers,
.c-pagination .page-numbers:not(a):not(span) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .c-pagination .nav-links, .c-pagination.page-numbers,
  .c-pagination .page-numbers:not(a):not(span) {
    gap: 5px;
  }
}
.c-pagination .nav-links li, .c-pagination.page-numbers li,
.c-pagination .page-numbers:not(a):not(span) li {
  margin: 0;
  padding: 0;
}
.c-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-pagination .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
.c-pagination .page-numbers:hover:not(.current):not(.disabled) {
  color: #184aaa;
}
.c-pagination .page-numbers.current {
  background-color: #184aaa;
  color: #fff;
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  color: #184aaa;
  font-size: 18px;
}
.c-pagination .page-numbers.prev.disabled, .c-pagination .page-numbers.next.disabled {
  opacity: 0.3;
  cursor: default;
}
.c-pagination .page-numbers.dots {
  border: none;
  cursor: default;
}

@media (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}
/*
  Single Page (記事詳細)
  This affects the news article wrapper and the WordPress content area (.p-entry-content).
*/
.p-single__header {
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-single__header {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.p-single__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.p-single__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
.p-single__cat {
  font-size: 12px;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 3px 16px 4px;
  white-space: nowrap;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-single__cat {
    font-size: 11px;
    padding: 2px 10px;
  }
}
.p-single__date {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #184aaa;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-single__date {
    font-size: 13px;
  }
}
.p-single__title {
  font-size: 38px;
  line-height: 1.5;
  font-weight: bold;
  color: #171717;
  margin: 0;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .p-single__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-single__eyecatch {
  margin: 0;
}
.p-single__eyecatch img {
  width: 100%;
  height: auto;
  display: block;
}

/*
  WordPress Content Area Styles
  These styles apply to elements inside the post body editor.
*/
.p-entry-content {
  color: #171717;
  line-height: 1.8;
  font-size: 15px;
}
@media (max-width: 767px) {
  .p-entry-content {
    font-size: 14px;
    line-height: 1.7;
  }
}
.p-entry-content a {
  color: #184aaa;
  text-decoration: underline;
}
.p-entry-content a:hover {
  text-decoration: none;
}
.p-entry-content p {
  margin-bottom: 25px;
}
.p-entry-content p:last-child {
  margin-bottom: 0;
}
.p-entry-content .wp-block-image img {
  margin-block: 16px;
}
.p-entry-content h2 {
  font-size: 22px;
  font-weight: bold;
  color: #171717;
  border-bottom: 2px solid #184aaa;
  padding-bottom: 12px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-entry-content h2 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.p-entry-content h2:first-child {
  margin-top: 0;
}
.p-entry-content h3 {
  font-size: 18px;
  font-weight: bold;
  color: #171717;
  position: relative;
  padding-left: 16px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-entry-content h3 {
    font-size: 16px;
    margin-top: 30px;
  }
}
.p-entry-content h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #184aaa;
}
.p-entry-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 20px;
  line-height: 1.4;
  color: #111111;
  background-color: #F7F7F7;
}
@media (max-width: 767px) {
  .p-entry-content h4 {
    font-size: 16px;
  }
}
.p-entry-content ul,
.p-entry-content ol {
  margin-bottom: 25px;
  padding-left: 0;
  list-style-type: none;
}
.p-entry-content ul li,
.p-entry-content ol li {
  margin-bottom: 8px;
  position: relative;
  line-height: 1.7;
}
.p-entry-content ul li ul,
.p-entry-content ul li ol,
.p-entry-content ol li ul,
.p-entry-content ol li ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-entry-content ul > li {
  padding-left: 1.2em;
}
.p-entry-content ul > li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.65em;
  width: 5px;
  height: 5px;
  background-color: #184aaa;
}
.p-entry-content ul > li.is-note {
  padding-left: 0;
}
.p-entry-content ul > li.is-note::before {
  display: none;
}
.p-entry-content ol {
  counter-reset: item;
}
.p-entry-content ol > li {
  padding-left: 1.8em;
  counter-increment: item;
}
.p-entry-content ol > li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #184aaa;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.p-entry-content li > ul,
.p-entry-content li > ol {
  padding-left: 0.5em;
}
.p-entry-content .p-entry-box {
  background-color: #f7f7f7;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-entry-content .p-entry-box {
    padding: 20px;
  }
}
.p-entry-content .p-entry-box__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .p-entry-content .p-entry-box__title {
    font-size: 15px;
  }
}
.p-entry-content .p-entry-box *:last-child {
  margin-bottom: 0;
}
.p-entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.p-entry-content table thead {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .p-entry-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.p-entry-content table th,
.p-entry-content table td {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .p-entry-content table th,
  .p-entry-content table td {
    padding: 10px;
  }
}
.p-entry-content table th {
  background-color: #eaf4ff;
  color: #184aaa;
  font-weight: bold;
  white-space: nowrap;
}
.p-entry-content .p-entry-note {
  font-size: 13px;
  color: #666;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-entry-content .p-entry-note {
    font-size: 12px;
  }
}
.p-entry-content .p-entry-notice {
  background-color: #eaf4ff;
  border: 1px solid #b3d4ff;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-entry-content .p-entry-notice {
    padding: 20px;
  }
}
.p-entry-content .p-entry-notice__title {
  font-size: 16px;
  font-weight: bold;
  color: #184aaa;
  position: relative;
  padding-left: 16px;
  margin-top: 0;
  margin-bottom: 15px;
}
.p-entry-content .p-entry-notice__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #184aaa;
}
.p-entry-content .p-entry-notice p:last-child {
  margin-bottom: 0;
}
.p-entry-content .p-entry-contact {
  border: 1px solid #ddd;
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-entry-content .p-entry-contact {
    padding: 20px;
  }
}
.p-entry-content .p-entry-contact__title {
  font-size: 18px;
  font-weight: bold;
  color: #171717;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.p-entry-content .p-entry-contact__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #184aaa;
}
.p-entry-content .p-entry-contact__btn {
  margin-top: 25px;
}
.p-entry-content .p-entry-contact__btn .c-btn {
  width: 100%;
  max-width: 300px;
  color: #fff;
  text-decoration: none;
}

.p-single-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
  border-top: 1px solid #eee;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .p-single-nav {
    row-gap: 30px;
    margin-top: 40px;
    padding-top: 30px;
  }
}
.p-single-nav__prev, .p-single-nav__next {
  flex: 1;
}
.p-single-nav__prev a, .p-single-nav__next a {
  font-size: 14px;
  color: #184aaa;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-single-nav__prev a:hover, .p-single-nav__next a:hover {
  opacity: 0.7;
}
.p-single-nav__prev {
  text-align: left;
}
@media (max-width: 767px) {
  .p-single-nav__prev {
    order: 1;
  }
}
.p-single-nav__next {
  text-align: right;
}
@media (max-width: 767px) {
  .p-single-nav__next {
    order: 2;
  }
}
.p-single-nav__list {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-single-nav__list {
    order: 3;
    flex: 0 0 100%;
  }
}
.p-single-nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  background-color: #184aaa;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  border-radius: 4px;
  transition: opacity 0.3s;
}
.p-single-nav__btn:hover {
  opacity: 0.8;
  color: #fff;
}
@media (max-width: 767px) {
  .p-single-nav__btn {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}
/*
  Tenant Recruitment Page (テナント募集)
*/
.p-page-tenanto__intro {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-page-tenanto__intro {
    margin-bottom: 40px;
  }
}
.p-page-tenanto__main-visual {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .p-page-tenanto__main-visual {
    margin: 0 0 30px;
  }
}
.p-page-tenanto__main-visual img {
  width: 100%;
  height: auto;
  display: block;
}
.p-page-tenanto__lead-title {
  font-size: 24px;
  padding-bottom: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 767px) {
  .p-page-tenanto__lead-title {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
}
.p-page-tenanto__lead-text {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-page-tenanto__lead-text {
    font-size: 14px;
  }
}
.p-page-tenanto__lead-text p {
  margin: 0;
}
.p-page-tenanto__recruitment {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .p-page-tenanto__recruitment {
    margin-top: 40px;
  }
}
.p-page-tenanto__title {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
  color: #171717;
}
@media (min-width: 768px) {
  .p-page-tenanto__title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .p-page-tenanto__title {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.p-page-tenanto__list {
  border-top: 1px dotted #ccc;
}
.p-page-tenanto__item {
  border-bottom: 1px dotted #ccc;
  padding: 25px 20px;
}
@media (max-width: 767px) {
  .p-page-tenanto__item {
    padding: 16px 10px;
  }
}
.p-page-tenanto__item-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-page-tenanto__item-inner {
    gap: 10px;
  }
}
.p-page-tenanto__item-floor {
  width: 60px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-page-tenanto__item-floor {
    font-size: 14px;
    width: 32px;
  }
}
.p-page-tenanto__item-tsubo {
  width: 100px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-page-tenanto__item-tsubo {
    font-size: 14px;
    width: auto;
    flex: 1;
    text-align: center;
  }
}
.p-page-tenanto__item-sqm {
  width: 120px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-page-tenanto__item-sqm {
    font-size: 14px;
    width: auto;
    flex: 1;
    text-align: center;
  }
}
.p-page-tenanto__item-link a {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #184aaa;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.p-page-tenanto__item-link a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-page-tenanto__item-link a span {
    display: none;
  }
}
.p-page-tenanto__item-link a .c-icon--pdf {
  width: 24px;
  height: auto;
}
@media (max-width: 767px) {
  .p-page-tenanto__item-link a .c-icon--pdf {
    width: 36px;
  }
}

@media (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}
/*
  Access Page (交通アクセス)
*/
.p-page-access__section-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #184aaa;
  color: #171717;
}
@media (min-width: 768px) {
  .p-page-access__section-title {
    font-size: 24px;
  }
}
.p-page-access__location {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-page-access__location {
    margin-bottom: 40px;
  }
}
.p-page-access__address {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-page-access__address {
    font-size: 15px;
  }
}
.p-page-access__address p {
  margin: 0;
}
.p-page-access__map {
  margin-bottom: 20px;
}
.p-page-access__map iframe {
  width: 100%;
  height: 450px;
  display: block;
}
@media (max-width: 767px) {
  .p-page-access__map iframe {
    height: 300px;
  }
}
.p-page-access__map-link {
  margin-top: 15px;
  text-align: right;
}
.p-page-access__map-link a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #184aaa;
  text-decoration: underline;
}
.p-page-access__map-link a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23184aaa'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-page-access__map-link a:hover {
  text-decoration: none;
}
.p-page-access__transport {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-page-access__transport {
    margin-bottom: 60px;
  }
}
.p-page-access__transport-title-box {
  background-color: #e8f3fc;
  padding: 15px 20px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-page-access__transport-title-box {
    padding: 12px 15px;
  }
}
.p-page-access__transport-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767px) {
  .p-page-access__transport-title {
    font-size: 16px;
  }
}
.p-page-access__transport-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px dotted #ccc;
  font-size: 14px;
}
.p-page-access__transport-item {
  padding: 24px 0;
  border-bottom: 1px dotted #ccc;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .p-page-access__transport-item {
    padding: 20px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.p-page-access__transport-group {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 250px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-page-access__transport-group {
    width: 100%;
    gap: 8px;
  }
}
.p-page-access__transport-icon {
  flex-shrink: 0;
  width: 30px;
}
@media (max-width: 767px) {
  .p-page-access__transport-icon {
    width: 24px;
  }
}
.p-page-access__transport-icon img {
  width: 100%;
}
.p-page-access__transport-label {
  flex: 1;
}
@media (max-width: 767px) {
  .p-page-access__transport-label {
    font-weight: normal;
  }
}
.p-page-access__transport-text {
  flex: 1;
  line-height: 1.8;
}
.p-page-access__transport-text strong {
  font-weight: bold;
}
.p-page-access__parking-desc {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-page-access__parking-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.p-page-access__parking-main {
  margin-bottom: 20px;
  position: relative;
}
.p-page-access__parking-main figure {
  margin: 0;
  position: relative;
}
.p-page-access__parking-main img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.p-page-access__parking-main figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  text-align: center;
}
.p-page-access__parking-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #184aaa;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .p-page-access__parking-arrow {
    width: 24px;
    height: 24px;
  }
}
.p-page-access__parking-arrow:hover {
  background-color: #12367d;
}
.p-page-access__parking-arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (max-width: 767px) {
  .p-page-access__parking-arrow::after {
    width: 6px;
    height: 6px;
  }
}
.p-page-access__parking-arrow--prev {
  left: -20px;
}
.p-page-access__parking-arrow--prev::after {
  transform: rotate(-135deg);
  margin-left: 2px;
}
@media (max-width: 767px) {
  .p-page-access__parking-arrow--prev {
    left: -12px;
  }
}
.p-page-access__parking-arrow--next {
  right: -20px;
}
.p-page-access__parking-arrow--next::after {
  transform: rotate(45deg);
  margin-right: 2px;
}
@media (max-width: 767px) {
  .p-page-access__parking-arrow--next {
    right: -12px;
  }
}
.p-page-access__parking-thumbnails-wrapper {
  overflow: hidden;
}
.p-page-access__parking-thumbnails {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  transition: transform 0.3s ease;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .p-page-access__parking-thumbnails {
    gap: 5px;
  }
}
.p-page-access__parking-thumbnail {
  width: calc((100% - 40px) / 5);
  flex-shrink: 0;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s, border-color 0.3s;
  border: 3px solid transparent;
}
@media (max-width: 767px) {
  .p-page-access__parking-thumbnail {
    width: calc((100% - 15px) / 4);
  }
}
.p-page-access__parking-thumbnail:hover {
  opacity: 0.8;
}
.p-page-access__parking-thumbnail.is-active {
  opacity: 1;
  border-color: #184aaa;
}
.p-page-access__parking-thumbnail img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}

.p-page-cook__main-visual {
  width: 100%;
}
.p-page-cook__main-visual img {
  width: 100%;
  height: auto;
  display: block;
}
.p-page-cook__intro {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-page-cook__intro {
    margin-bottom: 60px;
  }
}
.p-page-cook__section-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 48px;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .p-page-cook__section-title {
    font-size: 24px;
  }
}
.p-page-cook__section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #184AAA;
}
.p-page-cook__text {
  font-size: 15px;
  line-height: 2;
  color: #111111;
}
@media (min-width: 768px) {
  .p-page-cook__text {
    font-size: 16px;
  }
}
.p-page-cook__text p {
  margin-bottom: 1em;
}
.p-page-cook__text p:last-child {
  margin-bottom: 0;
}
.p-page-cook__banner {
  max-width: 100%;
  margin: 0 auto;
}
.p-page-cook__banner-link {
  display: block;
  transition: opacity 0.3s;
}
.p-page-cook__banner-link:hover {
  opacity: 0.8;
}
.p-page-cook__banner-link img {
  width: 100%;
  height: auto;
  display: block;
}

.p-page-seika__intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .p-page-seika__intro {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
  }
}
.p-page-seika__intro-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #111111;
}
@media (min-width: 1024px) {
  .p-page-seika__intro-text p {
    font-size: 16px;
  }
}
.p-page-seika__download {
  flex-shrink: 0;
}
.p-page-seika__image {
  width: 100%;
}
.p-page-seika__image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-page-gift {
  /* Intro Section */
}
.p-page-gift__intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .p-page-gift__intro {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
  }
}
.p-page-gift__intro-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #111111;
}
@media (min-width: 1024px) {
  .p-page-gift__intro-text p {
    font-size: 16px;
  }
}
.p-page-gift {
  /* Download Button */
}
.p-page-gift__download {
  flex-shrink: 0;
}
.p-page-gift__download--bottom {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .p-page-gift__download--bottom {
    justify-content: flex-end;
  }
}
.p-page-gift {
  /* Catalogs Images */
}
.p-page-gift__catalogs {
  margin-bottom: 60px;
}
.p-page-gift__catalogs-link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-page-gift__catalogs-link:hover {
  opacity: 0.8;
}
.p-page-gift__catalogs-images {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .p-page-gift__catalogs-images {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }
}
.p-page-gift__catalogs-images img {
  width: 100%;
}
@media (min-width: 1024px) {
  .p-page-gift__catalogs-images img {
    width: calc(50% - 8px);
  }
}
.p-page-gift__catalogs-images img {
  height: auto;
  display: block;
}
.p-page-gift__catalogs-note {
  font-size: 14px;
  color: #666;
  text-align: right;
  margin: 0;
}
.p-page-gift {
  /* Details 2-Column */
}
.p-page-gift__details {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .p-page-gift__details {
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
  }
}
.p-page-gift__details-left {
  width: 100%;
}
@media (min-width: 1024px) {
  .p-page-gift__details-left {
    width: 50%;
  }
}
.p-page-gift__details-right {
  width: 100%;
}
@media (min-width: 1024px) {
  .p-page-gift__details-right {
    width: 50%;
  }
}
.p-page-gift__price-table {
  text-align: center;
}
.p-page-gift__price-table img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.p-page-gift__order-text {
  margin-top: 24px;
}
.p-page-gift__order-text p {
  font-size: 14px;
  line-height: 1.8;
  color: #111111;
  margin: 0;
}
.p-page-gift {
  /* Guide Box */
}
.p-page-gift__guide {
  margin-bottom: 40px;
}
.p-page-gift__guide-title {
  background-color: #184AAA;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 20px;
  margin: 0;
}
@media (min-width: 1024px) {
  .p-page-gift__guide-title {
    font-size: 18px;
    padding: 16px 24px;
  }
}
.p-page-gift__guide-text {
  background-color: #f7f7f7;
  padding: 16px;
  color: #111111;
  margin: 0;
}
@media (min-width: 1024px) {
  .p-page-gift__guide-text {
    padding: 16px;
  }
}
.p-page-gift__guide-text p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
@media (min-width: 1024px) {
  .p-page-gift__guide-text p {
    font-size: 15px;
  }
}
.p-page-gift {
  /* System Explanation */
}
.p-page-gift__system-title {
  font-size: 18px;
  color: #184AAA;
  font-weight: 700;
  margin-bottom: 24px;
  border-bottom: 1px solid #184AAA;
  padding-bottom: 8px;
}
@media (min-width: 1024px) {
  .p-page-gift__system-title {
    font-size: 20px;
  }
}
.p-page-gift__system-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: system-counter;
}
.p-page-gift__system-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.6;
  color: #111111;
}
@media (min-width: 1024px) {
  .p-page-gift__system-list li {
    margin-bottom: 16px;
  }
}
.p-page-gift__system-list li:last-child {
  margin-bottom: 0;
}
.p-page-gift__system-list li::before {
  content: counter(system-counter);
  counter-increment: system-counter;
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border: 1px solid #184AAA;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #184AAA;
  line-height: 1;
}
.p-page-gift__system-list li .u-text-small {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 4px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .p-page-gift__system-list li .u-text-small {
    font-size: 13px;
  }
}

.p-404 {
  padding: 100px 20px;
  text-align: center;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-404 {
    padding: 140px 20px;
  }
}
.p-404__inner {
  max-width: 600px;
  margin: 0 auto;
}
.p-404__number {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(100px, 20vw, 180px);
  font-weight: 700;
  line-height: 1;
  color: #184AAA;
  letter-spacing: -0.03em;
  margin: 0 0 24px;
}
.p-404__divider {
  width: 60px;
  height: 2px;
  background-color: #184AAA;
  margin: 0 auto 32px;
}
.p-404__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  color: #111111;
  margin: 0 0 16px;
  letter-spacing: 0.05em;
}
.p-404__text {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin: 0 0 48px;
}
@media (min-width: 768px) {
  .p-404__text {
    font-size: 15px;
  }
}
.p-404__btn-wrapper {
  display: flex;
  justify-content: center;
}

.p-thanks {
  padding: 100px 20px;
  text-align: center;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-thanks {
    padding: 140px 20px;
  }
}
.p-thanks__inner {
  max-width: 640px;
  margin: 0 auto;
}
.p-thanks__heading {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(52px, 10vw, 80px);
  font-weight: 700;
  line-height: 1;
  color: #184AAA;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
}
.p-thanks__divider {
  width: 60px;
  height: 2px;
  background-color: #184AAA;
  margin: 0 auto 32px;
}
.p-thanks__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  color: #111111;
  margin: 0 0 20px;
  letter-spacing: 0.05em;
}
.p-thanks__body {
  margin: 0 0 48px;
}
.p-thanks__text {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .p-thanks__text {
    font-size: 15px;
  }
}
.p-thanks__text + .p-thanks__text {
  margin-top: 8px;
}
.p-thanks__note {
  font-size: 12px;
  color: #999;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-thanks__note {
    font-size: 13px;
  }
}
.p-thanks__btn-wrapper {
  display: flex;
  justify-content: center;
}

/*# sourceMappingURL=main.css.map */
