@charset "UTF-8";
.p-strengths__sub-hero, .p-single-recruit__sub-hero, .p-single-news__sub-hero, .p-single-construction__sub-hero, .p-reform__sub-hero, .p-thanks__sub-hero, .p-privacy__sub-hero, .p-post-works__sub-hero, .p-post-recruit__sub-hero, .p-post-news__sub-hero, .p-post-construction__sub-hero, .p-post-column__sub-hero, .p-house-performance__sub-hero, .p-flow__sub-hero, .p-estate__sub-hero, .p-custom-house__sub-hero, .p-contact__sub-hero, .p-company__sub-hero {
  position: relative;
  width: 100%;
  margin-top: -100px;
  min-height: 632px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .p-strengths__sub-hero, .p-single-recruit__sub-hero, .p-single-news__sub-hero, .p-single-construction__sub-hero, .p-reform__sub-hero, .p-thanks__sub-hero, .p-privacy__sub-hero, .p-post-works__sub-hero, .p-post-recruit__sub-hero, .p-post-news__sub-hero, .p-post-construction__sub-hero, .p-post-column__sub-hero, .p-house-performance__sub-hero, .p-flow__sub-hero, .p-estate__sub-hero, .p-custom-house__sub-hero, .p-contact__sub-hero, .p-company__sub-hero {
    min-height: 400px;
    margin-top: 0;
    padding: 86px 0 0;
  }
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

/* Set core root defaults */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:focus-within {
  scroll-behavior: smooth;
}

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

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

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

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

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

/* SVG/Media defaults */
svg,
video,
canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

/* Remove native appearance for consistent styling */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Form tweaks */
textarea {
  resize: vertical;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  padding: 0;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
  text-align: inherit;
  font-weight: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html #wpadminbar {
  display: none;
}

body.admin-bar {
  margin-bottom: 0 !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
body {
  letter-spacing: 0.04em;
}

h1 {
  font-size: 0.9375rem;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #253A56;
}

h2, h3 {
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  color: #253A56;
}

.l-container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.l-container--sm {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 80px;
  margin-bottom: 220px;
}
@media screen and (max-width: 1024px) {
  .l-container--sm {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}

.l-footer {
  background-color: #253A56;
  color: #dee5ed;
  padding: 80px 0 50px;
}
@media screen and (max-width: 1024px) {
  .l-footer {
    padding: 72px 0 60px;
  }
}
.l-footer__content {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 156px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .l-footer__content {
    gap: 0;
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__content {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }
}
.l-footer__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .l-footer__info {
    text-align: center;
    align-items: center;
  }
}
.l-footer__logo img {
  width: 157px;
  height: auto;
}
.l-footer__company {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5714285714;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
}
.l-footer__company-name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6875;
  margin-bottom: 16px;
}
.l-footer__company-address {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer__company-address {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.8333333333;
  }
}
.l-footer__contact-btn {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .l-footer__contact-btn {
    display: block !important;
    width: 100%;
    max-width: 290px;
  }
}
.l-footer__social {
  display: flex;
  gap: 16px;
}
.l-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #dee5ed;
  transition: opacity 0.3s ease;
}
.l-footer__social-link:hover {
  opacity: 0.7;
}
.l-footer__social-link svg {
  width: 18px;
  height: 18px;
  fill: #dee5ed;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .l-footer__social-link {
    width: auto;
    height: auto;
    justify-content: center;
    gap: 8px;
    border-bottom: 1px solid currentColor;
    padding-bottom: 10px;
    display: inline-flex;
  }
}
.l-footer__social-text {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-footer__social-text {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6153846154;
    color: #dee5ed;
  }
}
.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, max-content));
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__nav-column {
  display: flex;
  flex-direction: column;
}
.l-footer__nav-column--with-privacy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-footer__nav-title {
  color: #A8B3C2;
  font-size: 14px;
  line-height: 2.8571428571;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.l-footer__nav-list {
  display: flex;
  flex-direction: column;
}
.l-footer__nav-list li {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8666666667;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.l-footer__nav-list a {
  color: #dee5ed;
  transition: opacity 0.3s ease;
}
.l-footer__nav-list a:hover {
  opacity: 0.7;
}
.l-footer__privacy-link {
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
  font-weight: 700;
  line-height: 2.1538461538;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #A8B3C2;
  transition: opacity 0.3s ease;
  margin-bottom: 6px;
}
.l-footer__privacy-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .l-footer__privacy-link {
    display: none;
  }
}
.l-footer__bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .l-footer__bottom {
    display: none;
  }
}
.l-footer__copyright {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 3.1538461538;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.48);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding-block: 16px;
}
@media screen and (max-width: 1024px) {
  .l-header {
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .l-header.is-scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
}
.l-header .l-container {
  padding-left: clamp(28px, 5vw, 96px);
  padding-right: clamp(28px, 2.5vw, 48px);
}

.l-inner {
  width: 100%;
  max-width: calc(1100px + 40px * 2);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: calc(1100px + 28px * 2);
    padding-left: 28px;
    padding-right: 28px;
  }
}

.l-main {
  flex: 1;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .l-main {
    padding-top: 0;
  }
}

.l-section {
  padding-top: 80px;
  padding-bottom: 110px;
}

.c-breadcrumbs {
  padding: 20px 0;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .c-breadcrumbs {
    padding: 12px 0;
  }
}
.c-breadcrumbs__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}
.c-breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-breadcrumbs__link {
  border-bottom: 1px solid #2878C0;
  color: #2878C0;
  font-size: 12px;
  transition: opacity 0.3s ease;
}
.c-breadcrumbs__link:hover {
  opacity: 0.7;
}
.c-breadcrumbs__separator {
  color: #292929;
  font-size: 10px;
  margin: 0 4px;
}
.c-breadcrumbs__current {
  color: #292929;
  font-size: 12px;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 15px 24px;
  border: 1px solid #253A56;
  border-radius: 9999px;
  background-color: #fff;
  color: #253A56;
  text-decoration: none;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 14px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, transform 0.05s;
}
.c-btn:hover, .c-btn:focus-visible {
  background-color: #253A56;
  color: #fff;
  border-color: #253A56;
}
.c-btn:active {
  transform: translateY(1px);
}
.c-btn--full {
  width: 100%;
}
.c-btn--sm {
  padding: 10px 16px;
  font-size: 13px;
}
.c-btn--lg {
  padding: 18px 28px;
  font-size: 16px;
}
.c-btn--chevron {
  position: relative;
  justify-content: center;
  padding-right: 32px;
}
.c-btn--chevron:hover::after, .c-btn--chevron:focus-visible::after {
  transform: translateX(4px) translateY(-50%) rotate(45deg);
}
.c-btn--chevron::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 24px;
  color: currentColor;
  transition: transform 0.3s ease-out;
  flex-shrink: 0;
}
.c-btn--circle {
  padding: 0;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: transparent;
  border: 1px solid currentColor;
  box-shadow: none;
}
.c-btn--circle::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  color: currentColor;
}
.c-btn--circle:hover, .c-btn--circle:focus-visible {
  background-color: currentColor;
}
.c-btn--circle:hover::before, .c-btn--circle:focus-visible::before {
  border-top-color: #253A56;
  border-right-color: #253A56;
}
.c-btn--circle--sm {
  width: 38px;
  height: 38px;
}
.c-btn--circle--sm::before {
  width: 4px;
  height: 4px;
}
.c-btn--circle--md {
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 768px) {
  .c-btn--circle--md {
    width: 30px;
    height: 30px;
  }
}
.c-btn--circle--md::before {
  width: 5px;
  height: 5px;
}
@media screen and (max-width: 768px) {
  .c-btn--circle--md::before {
    width: 4px;
    height: 4px;
  }
}
.c-btn--circle--lg {
  width: 54px;
  height: 54px;
}
.c-btn--circle--lg::before {
  width: 7px;
  height: 7px;
}
@media screen and (max-width: 768px) {
  .c-btn--circle--lg::before {
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .c-btn--circle--lg {
    width: 46px;
    height: 46px;
  }
}
.c-btn--circle--primary {
  color: #253A56;
  border-color: #253A56;
}
.c-btn--circle--primary:hover, .c-btn--circle--primary:focus-visible {
  background-color: #253A56;
}
.c-btn--circle--secondary {
  color: #2F577A;
  border-color: #2F577A;
}
.c-btn--circle--secondary:hover, .c-btn--circle--secondary:focus-visible {
  background-color: #2F577A;
}
.c-btn--circle--accent {
  color: #B5A027;
  border-color: #B5A027;
}
.c-btn--circle--accent:hover, .c-btn--circle--accent:focus-visible {
  background-color: #B5A027;
}
.c-btn--circle--white {
  color: #fff;
  border-color: #fff;
}
.c-btn--circle--white:hover, .c-btn--circle--white:focus-visible {
  background-color: #fff;
}
.c-btn--circle--white:hover::before, .c-btn--circle--white:focus-visible::before {
  border-top-color: #253A56;
  border-right-color: #253A56;
}
.c-btn-group {
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
  text-decoration: none;
  color: #253A56;
  transition: color 0.2s;
}
.c-btn-group:hover {
  color: #253A56;
}

.c-cta {
  background-color: #292929;
  color: #fff;
  padding: 100px 0 146px;
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding: 60px 0;
  }
}
.c-cta__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .c-cta__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.c-cta__text {
  flex: 1;
  max-width: clamp(300px, 60vw, 650px);
}
@media screen and (max-width: 1024px) {
  .c-cta__text {
    max-width: 100%;
  }
}
.c-cta__title {
  color: #fff;
  font-size: clamp(22px, 4vw, 36px);
  font-weight: 500;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-cta__title {
    margin-bottom: 22px;
  }
}
.c-cta__description {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .c-cta__description {
    margin-bottom: 40px;
    line-height: 2;
  }
}
.c-cta__link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  transition: opacity 0.3s ease;
}
.c-cta__link:hover {
  opacity: 0.7;
}
.c-cta__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(20px, 4vw, 40px) 30px clamp(20px, 3vw, 30px);
  color: #fff;
  text-decoration: none;
  min-width: clamp(280px, 30vw, 372px);
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .c-cta__button {
    min-width: 100%;
  }
}
.c-cta__button::before {
  content: "";
  position: absolute;
  left: clamp(-20%, -2vw, -5%);
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 80%;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .c-cta__button::before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__button {
    min-width: 100%;
    padding: 24px 30px;
  }
}
.c-cta__button:hover {
  opacity: 0.7;
}
.c-cta__button-text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7083333333;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .c-cta__button-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.65;
  }
}
.c-cta__button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.c-cta__button-icon svg {
  width: 24px;
  height: 24px;
}

.c-faq {
  width: 100%;
  max-width: 818px;
  margin-inline: auto;
  text-align: left;
}
.c-faq__item {
  border-bottom: 1px solid #253A56;
}
.c-faq__item[open] .c-faq__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-faq__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
  transition: opacity 0.3s;
}
.c-faq__summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-faq__summary {
    padding: 20px 0;
    align-items: flex-start;
  }
}
.c-faq__question {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #253A56;
  padding-right: 20px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .c-faq__question {
    padding-right: 16px;
    gap: 6px;
  }
}
.c-faq__icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-faq__icon {
    width: 20px;
    height: 20px;
    margin-top: 4px;
  }
}
.c-faq__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #292929;
}
.c-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background-color: #292929;
  transition: all 0.3s ease;
}
.c-faq__answer {
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 500;
  color: #253A56;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-faq__answer {
    padding-bottom: 24px;
  }
}
.c-faq__answer-inner {
  padding-bottom: 30px;
  opacity: 1;
}
.c-faq__links {
  display: flex;
  flex-direction: column;
}
.c-faq__link {
  color: #2878C0;
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  transition: opacity 0.3s ease;
  position: relative;
  padding-left: 1.2em;
  display: inline-block;
}
.c-faq__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.6em;
  border-color: transparent transparent transparent #2878C0;
}
.c-faq__link:hover {
  opacity: 0.7;
}

.c-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: absolute;
  top: 54%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger__lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 50px;
  position: relative;
}
.c-hamburger__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #253A56;
  transition: all 0.3s ease;
}
.c-hamburger__text {
  font-size: 8px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.7em;
  color: #253A56;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.c-hamburger.is-active .c-hamburger__line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.c-hamburger.is-active .c-hamburger__line:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-active .c-hamburger__line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.c-hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #F6F6ED;
  z-index: 1000;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-hamburger-menu.is-active {
  opacity: 1;
  visibility: visible;
}
.c-hamburger-menu__inner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 24px 28px 60px;
  display: flex;
  flex-direction: column;
}
.c-hamburger-menu__close {
  position: absolute;
  top: 16px;
  right: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1002;
  width: 52px;
  height: 52px;
}
.c-hamburger-menu__close::before, .c-hamburger-menu__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 40px;
  background-color: #253A56;
  transition: background-color 0.2s ease;
}
.c-hamburger-menu__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-hamburger-menu__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-hamburger-menu__close:hover::before, .c-hamburger-menu__close:hover::after {
  background-color: #2878C0;
}
.c-hamburger-menu__close-text {
  font-size: 8px;
  font-weight: 500;
  line-height: 5.375;
  letter-spacing: 0.39em;
  color: #253A56;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 24px;
}
.c-hamburger-menu__brand {
  display: block;
  width: 113px;
  height: auto;
  margin-top: 64px;
  margin-bottom: 56px;
  margin-inline: auto;
}
.c-hamburger-menu__brand img {
  width: 100%;
  height: auto;
  display: block;
}
.c-hamburger-menu__brand svg {
  fill: #002141;
}
.c-hamburger-menu__brand img[src$=".svg"] {
  filter: brightness(0) saturate(100%) invert(15%) sepia(42%) saturate(1234%) hue-rotate(199deg) brightness(94%) contrast(91%);
}
.c-hamburger-menu__nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 64px;
}
.c-hamburger-menu__section {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.c-hamburger-menu__section-title {
  font-size: 14px;
  font-weight: 500;
  color: #a8b3c2;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  width: 115px;
  flex-shrink: 0;
  white-space: nowrap;
}
.c-hamburger-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  padding-left: 16px;
}
.c-hamburger-menu__list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #DADAC1;
}
.c-hamburger-menu__item {
  list-style: none;
}
.c-hamburger-menu__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #253A56;
  display: block;
  padding: 12px 0;
  transition: color 0.2s ease;
}
.c-hamburger-menu__link:hover {
  color: #2878C0;
}
.c-hamburger-menu__link--first {
  padding-top: 0;
}
.c-hamburger-menu__link--last {
  padding-bottom: 0;
}
.c-hamburger-menu__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: auto;
  margin-bottom: 142px;
}
.c-hamburger-menu__contact-btn {
  width: 100%;
  max-width: 290px;
}
.c-hamburger-menu__instagram {
  display: inline-flex;
  align-items: center;
  color: #253A56;
  text-decoration: none;
  position: relative;
  padding-bottom: 10px;
}
.c-hamburger-menu__instagram svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 18px;
}
.c-hamburger-menu__instagram-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6153846154;
  color: #253A56;
}
.c-hamburger-menu__instagram::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #253A56;
}
.c-hamburger-menu__instagram:hover {
  color: #2878C0;
}
.c-hamburger-menu__instagram:hover::after {
  background-color: #2878C0;
}
.c-hamburger-menu__instagram:hover .c-hamburger-menu__instagram-text {
  color: #2878C0;
}
.c-hamburger-menu__company-info {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #253A56;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: normal;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-hamburger-menu__tel-link {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #253A56;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.c-hamburger-menu__tel-link-number {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3125;
  color: #253A56;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.c-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-header__content {
    padding: 18px 0;
  }
}
.c-header__logo {
  display: inline-block;
  width: clamp(68px, 5vw, 120px);
  height: auto;
  flex-shrink: 0;
}
.c-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.c-header__logo svg {
  fill: #002141;
}
.c-header__logo img[src$=".svg"] {
  filter: brightness(0) saturate(100%) invert(15%) sepia(42%) saturate(1234%) hue-rotate(199deg) brightness(94%) contrast(91%);
}
.c-header h1.c-header__logo {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.c-header__right {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  flex: 1;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .c-header__right {
    display: none;
  }
}
.c-header__menu-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  align-items: flex-end;
}
.c-header__top-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 8px;
}
.c-header__nav {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
.c-header__instagram {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #253A56;
}
.c-header__instagram:hover {
  color: #2878C0;
}
.c-header__instagram svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}
.c-header__link {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #253A56;
}
.c-header__link:hover {
  color: #2878C0;
}
.c-header__contact-btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.48);
  color: #253A56;
  text-decoration: none;
  padding: 1em 3em;
  border: 1px solid #253A56;
  border-radius: 24px;
  transition: all 0.2s;
  flex-shrink: 0;
  white-space: nowrap;
  align-self: flex-end;
}
.c-header__contact-btn:hover {
  background-color: #253A56;
  color: #fff;
}

.c-label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1666666667;
  color: #253A56;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  border: 1px solid #253A56;
  border-radius: 100px;
  padding: 6px 16px 4px;
  text-align: center;
}
.c-label--closed {
  border-color: #253A56;
  color: #253A56;
  background-color: #cccccc;
}
.c-label--card {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #253A56;
  color: #fff;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  white-space: nowrap;
}

.c-nav__list {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-nav__item {
  position: relative;
  padding: 0 clamp(0.5em, 1.5vw, 2em);
}
.c-nav__item--has-dropdown .c-nav__icon {
  transform: rotate(0deg);
}
.c-nav__item--has-dropdown:hover .c-nav__icon {
  transform: rotate(180deg);
}
.c-nav__item--has-dropdown:hover .c-nav__dropdown-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.c-nav__item:last-child {
  padding-right: 0;
}
.c-nav__divider {
  color: #253A56;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6153846154;
}
.c-nav__link {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6153846154;
  color: #253A56;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.c-nav__link:hover {
  color: #2878C0;
}
.c-nav__icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  transition: transform 0.2s;
}
.c-nav__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.c-nav__icon path {
  fill: none;
  stroke: currentColor;
}
.c-nav__dropdown-wrapper {
  position: fixed;
  top: clamp(101px, 8vw, 111px);
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0;
  background-color: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  z-index: 999;
  overflow: hidden;
  padding: 50px 0;
  padding-left: clamp(28px, 5vw, 96px);
  padding-right: clamp(28px, 2.5vw, 48px);
}
.c-nav__item--has-dropdown:hover .c-nav__dropdown-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.c-nav__dropdown-content {
  display: flex;
  justify-content: space-between;
  gap: 0;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.c-nav__dropdown {
  list-style: none;
  padding: 8px 0;
  margin: 0;
}
.c-nav__dropdown-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #253A56;
}
.c-nav__dropdown-header-en {
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #253A56;
}
.c-nav__dropdown-item {
  padding: 0;
}
.c-nav__dropdown-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #253A56;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.c-nav__dropdown-link:hover {
  color: #2878C0;
}
.c-nav__dropdown-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid currentColor;
  background-color: transparent;
  flex-shrink: 0;
  transition: background-color 0.2s, border-color 0.2s;
}
.c-nav__dropdown-icon::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}
.c-nav__dropdown-link:hover .c-nav__dropdown-icon {
  background-color: currentColor;
  border-color: currentColor;
}
.c-nav__dropdown-link:hover .c-nav__dropdown-icon::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.c-nav__dropdown-border {
  border-bottom: 1px solid #253A56;
}
.c-nav__dropdown-border:hover {
  border-bottom: 1px solid #2878C0;
}
.c-nav__dropdown-image {
  flex-shrink: 0;
  max-width: 649px;
  height: 100%;
}
.c-nav__dropdown-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.c-page-links {
  padding-bottom: 228px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .c-page-links {
    padding-bottom: 128px;
  }
}
.c-page-links__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 28px;
  -moz-column-gap: 0;
       column-gap: 0;
}
@media screen and (max-width: 768px) {
  .c-page-links__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
  }
}
.c-page-links__item {
  position: relative;
  border-right: 1px solid #aaabb9;
}
.c-page-links__item:nth-child(4n+1) {
  border-left: 1px solid #aaabb9;
}
@media screen and (max-width: 768px) {
  .c-page-links__item:nth-child(4n) {
    border-right: 1px solid #aaabb9;
  }
  .c-page-links__item:nth-child(2n) {
    border-right: none;
  }
  .c-page-links__item:nth-child(odd) {
    border-left: 1px solid #aaabb9;
  }
  .c-page-links__item:nth-child(even) {
    border-left: none;
  }
}
.c-page-links__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  height: 100%;
  padding: 0 10px;
  transition: opacity 0.3s ease;
  color: #aaabb9;
}
@media (hover: hover) {
  .c-page-links__link:hover {
    color: #253A56;
    opacity: 0.8;
  }
}
.c-page-links__link.is-current {
  color: #253A56;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-page-links__link {
    color: #253A56;
  }
  .c-page-links__link.is-current {
    color: #aaabb9;
  }
}
.c-page-links__jp {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-page-links__jp {
    margin-bottom: 8px;
  }
}
.c-page-links__en {
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  display: block;
}

.c-pagetop {
  position: fixed;
  bottom: 20px;
  width: 104px;
  height: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #fff;
  border: 1px solid #B5A027;
  border-radius: 50%;
  color: #B5A027;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  z-index: 10000;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
@media screen and (max-width: 1024px) {
  .c-pagetop {
    width: 82px;
    height: 82px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    bottom: 16px;
    gap: 3px;
  }
}
.c-pagetop::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
  margin-bottom: -4px;
}
@media screen and (max-width: 1024px) {
  .c-pagetop::before {
    width: 12px;
    height: 12px;
    border-top-width: 1.5px;
    border-right-width: 1.5px;
    margin-bottom: -3px;
  }
}
.c-pagetop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.c-pagetop:hover {
  background-color: #B5A027;
  color: #fff;
  transform: translateY(-5px);
}
@media screen and (max-width: 1024px) {
  .c-pagetop {
    width: 82px;
    height: 82px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    bottom: 16px;
    gap: 3px;
  }
  .c-pagetop::before {
    width: 12px;
    height: 12px;
    border-top-width: 1.5px;
    border-right-width: 1.5px;
    margin-bottom: -3px;
  }
}

.c-pagination {
  margin-bottom: 192px;
  text-align: center;
}
.c-pagination .nav-links {
  display: inline-flex;
  gap: 10px;
  position: relative;
}
.c-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none;
  color: #253A56;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s;
}
.c-pagination .page-numbers.current, .c-pagination .page-numbers:hover {
  background-color: #253A56;
  color: #fff;
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  width: 50px;
  height: 50px;
}
.c-pagination .page-numbers.prev::before, .c-pagination .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 700;
  color: #292929;
}
.c-pagination .page-numbers.prev:hover::before, .c-pagination .page-numbers.next:hover::before {
  color: #fff;
}
.c-pagination .page-numbers.prev {
  position: absolute;
  left: -60px;
}
.c-pagination .page-numbers.prev::before {
  content: "<";
}
.c-pagination .page-numbers.next {
  position: absolute;
  right: -60px;
}
.c-pagination .page-numbers.next::before {
  content: ">";
}

.c-section-heading-subtitle {
  text-align: left;
  color: #B5A027;
  font-size: 0.75rem;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
}
.c-section-heading-subtitle--white {
  color: #fff;
  text-align: left;
  font-size: 0.75rem;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
}
.c-section-heading-title {
  color: #253A56;
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1.25;
}
.c-section-heading-title--white {
  color: #fff;
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1.25;
}

.c-split-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(40px, 8vw, 80px);
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .c-split-layout {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-split-layout__sidebar {
  position: sticky;
  top: 110px;
  align-self: flex-start;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .c-split-layout__sidebar {
    position: static;
  }
}
.c-split-layout--reverse {
  grid-template-columns: clamp(400px, 43.3vw, 831px) 1fr;
  gap: clamp(40px, 8vw, 140px);
}
@media screen and (max-width: 1024px) {
  .c-split-layout--reverse {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.c-split-layout--reverse .c-split-layout__sidebar {
  order: 1;
}
@media screen and (max-width: 768px) {
  .c-split-layout--reverse .c-split-layout__sidebar {
    padding-inline: 28px;
  }
}
.c-split-layout--reverse .c-split-layout__content {
  order: 2;
  padding-right: calc((100vw - 1100px) / 2);
}
@media screen and (max-width: 1440px) {
  .c-split-layout--reverse .c-split-layout__content {
    padding-right: clamp(20px, 5vw, 80px);
  }
}
@media screen and (max-width: 1024px) {
  .c-split-layout--reverse .c-split-layout__content {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-split-layout--reverse .c-split-layout__content {
    padding-inline: 28px;
  }
}

.p-404 {
  margin-block: 152px;
  text-align: center;
}
.p-404__title {
  color: #292929;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}
.p-404__text {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-404__text {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 40px;
  }
}
.p-404__btn {
  width: 100%;
  max-width: 286px;
}
@media screen and (max-width: 768px) {
  .p-404__btn {
    max-width: 290px;
  }
}

.p-company__sub-hero {
  background-image: url("../img/company/company-sub-hero.webp");
}
@media screen and (max-width: 1024px) {
  .p-company__sub-hero {
    background-position: 30% 50%;
  }
}
.p-company__sub-hero .l-inner {
  max-width: 1380px;
}
@media screen and (max-width: 768px) {
  .p-company__sub-hero .l-inner {
    max-width: 100%;
  }
}
.p-company__sub-hero-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-company__sub-hero-content {
    margin-top: 164px;
  }
}
.p-company__sub-hero-heading {
  color: #253A56;
}
.p-company__sub-hero-title {
  font-size: clamp(10px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-company__sub-hero-text {
  font-size: clamp(20px, 3.75vw, 40px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  margin: 0;
}
.p-company__intro {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(62px, 8vw, 124px);
  margin-top: 40px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .p-company__intro {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 58px;
    margin-bottom: 160px;
  }
}
.p-company__intro-block {
  order: 1;
}
@media screen and (max-width: 768px) {
  .p-company__intro-block {
    display: flex;
    flex-direction: column;
  }
}
.p-company__intro-image--desktop {
  order: 2;
}
@media screen and (max-width: 1024px) {
  .p-company__intro-image--desktop {
    display: none;
  }
}
.p-company__intro-image--mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-company__intro-image--mobile {
    display: block;
    margin-bottom: 24px;
  }
}
.p-company__intro-title {
  margin-bottom: 60px;
  font-size: clamp(28px, 4vw, 32px);
  font-weight: 400;
  color: #292929;
}
@media screen and (max-width: 1024px) {
  .p-company__intro-title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__intro-title {
    align-self: flex-start;
  }
}
.p-company__intro-text {
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 1.5625;
  font-size: clamp(14px, 3vw, 16px);
  color: #292929;
}
@media screen and (max-width: 768px) {
  .p-company__intro-text {
    align-self: flex-start;
    margin-bottom: 30px;
  }
}
.p-company__intro-btn {
  width: 100%;
  max-width: 286px;
}
@media screen and (max-width: 768px) {
  .p-company__intro-btn {
    max-width: 290px;
    align-self: center;
  }
}
.p-company__greeting {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: clamp(40px, 5vw, 60px);
  margin-bottom: 132px;
}
@media screen and (max-width: 768px) {
  .p-company__greeting {
    grid-template-columns: 1fr;
    gap: 54px;
  }
}
.p-company__greeting-content {
  order: 2;
}
.p-company__greeting-title {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-company__greeting-title {
    margin-bottom: 16px;
  }
}
.p-company__greeting-text-wrapper {
  margin-bottom: 36px;
}
.p-company__greeting-text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.375;
  color: #292929;
}
.p-company__greeting-text::last-child {
  margin-bottom: 0;
}
.p-company__greeting-image {
  order: 1;
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .p-company__greeting-image {
    max-width: 72%;
    display: block;
    margin-inline: auto;
  }
}
.p-company__profile-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #292929;
}
@media screen and (max-width: 768px) {
  .p-company__profile-content {
    align-items: flex-start;
  }
}
.p-company__profile-position {
  font-size: 15px;
  font-weight: 500;
}
.p-company__history {
  margin-bottom: 48px;
}
.p-company__history-title {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-company__history-title {
    margin-bottom: 16px;
  }
}
.p-company__history-timeline {
  position: relative;
  padding-left: 0;
}
.p-company__history-line {
  position: absolute;
  left: 126px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(37, 58, 86, 0.3);
  transform-origin: top;
  opacity: 0;
  transform: scaleY(0);
  transition: opacity 0.6s ease, transform 1.2s ease;
}
@media screen and (max-width: 600px) {
  .p-company__history-line {
    left: 6px;
  }
}
.p-company__history-timeline.is-visible .p-company__history-line {
  opacity: 1;
  transform: scaleY(1);
}
.p-company__history-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.p-company__history-item:last-child {
  padding-bottom: 0;
}
.p-company__history-item:last-child .p-company__history-connector-line {
  display: none;
}
.p-company__history-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 600px) {
  .p-company__history-item {
    flex-direction: column;
    padding-left: 30px;
    position: relative;
  }
}
.p-company__history-year {
  font-size: 14px;
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #292929;
  width: 88px;
  flex-shrink: 0;
  text-align: left;
  padding-top: 0;
}
@media screen and (max-width: 600px) {
  .p-company__history-year {
    width: 100%;
    margin-bottom: 8px;
    font-weight: 700;
  }
}
.p-company__history-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40px;
  flex-shrink: 0;
  margin: 0 40px 0 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-company__history-connector {
    position: absolute;
    left: 0;
    top: 6px;
    margin: 0;
    width: 20px;
  }
}
.p-company__history-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #253A56;
  flex-shrink: 0;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 2;
  position: relative;
}
.p-company__history-item.is-visible .p-company__history-dot {
  opacity: 1;
  transform: scale(1);
}
.p-company__history-item:nth-child(1).is-visible .p-company__history-dot {
  transition-delay: 0.1s;
}
.p-company__history-item:nth-child(2).is-visible .p-company__history-dot {
  transition-delay: 0.2s;
}
.p-company__history-item:nth-child(3).is-visible .p-company__history-dot {
  transition-delay: 0.3s;
}
.p-company__history-item:nth-child(4).is-visible .p-company__history-dot {
  transition-delay: 0.4s;
}
.p-company__history-item:nth-child(5).is-visible .p-company__history-dot {
  transition-delay: 0.5s;
}
.p-company__history-item:nth-child(6).is-visible .p-company__history-dot {
  transition-delay: 0.6s;
}
.p-company__history-item:nth-child(7).is-visible .p-company__history-dot {
  transition-delay: 0.7s;
}
.p-company__history-item:nth-child(8).is-visible .p-company__history-dot {
  transition-delay: 0.8s;
}
.p-company__history-item:nth-child(9).is-visible .p-company__history-dot {
  transition-delay: 0.9s;
}
.p-company__history-item:nth-child(10).is-visible .p-company__history-dot {
  transition-delay: 1s;
}
.p-company__history-connector-line {
  width: 1px;
  height: 100%;
  min-height: 12px;
  background-color: #a8b3c2;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.p-company__history-item.is-visible .p-company__history-connector-line {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}
.p-company__history-item:nth-child(1).is-visible .p-company__history-connector-line {
  transition-delay: 0.2s;
}
.p-company__history-item:nth-child(2).is-visible .p-company__history-connector-line {
  transition-delay: 0.3s;
}
.p-company__history-item:nth-child(3).is-visible .p-company__history-connector-line {
  transition-delay: 0.4s;
}
.p-company__history-item:nth-child(4).is-visible .p-company__history-connector-line {
  transition-delay: 0.5s;
}
.p-company__history-item:nth-child(5).is-visible .p-company__history-connector-line {
  transition-delay: 0.6s;
}
.p-company__history-item:nth-child(6).is-visible .p-company__history-connector-line {
  transition-delay: 0.7s;
}
.p-company__history-item:nth-child(7).is-visible .p-company__history-connector-line {
  transition-delay: 0.8s;
}
.p-company__history-item:nth-child(8).is-visible .p-company__history-connector-line {
  transition-delay: 0.9s;
}
.p-company__history-item:nth-child(9).is-visible .p-company__history-connector-line {
  transition-delay: 1s;
}
.p-company__history-item:nth-child(10).is-visible .p-company__history-connector-line {
  transition-delay: 1.1s;
}
.p-company__history-text {
  flex: 1;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #292929;
  margin: 0;
  padding-top: -4px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.p-company__history-item.is-visible .p-company__history-text {
  opacity: 1;
  transform: translateY(0);
}
.p-company__history-item:nth-child(1).is-visible .p-company__history-text {
  transition-delay: 0.3s;
}
.p-company__history-item:nth-child(2).is-visible .p-company__history-text {
  transition-delay: 0.4s;
}
.p-company__history-item:nth-child(3).is-visible .p-company__history-text {
  transition-delay: 0.5s;
}
.p-company__history-item:nth-child(4).is-visible .p-company__history-text {
  transition-delay: 0.6s;
}
.p-company__history-item:nth-child(5).is-visible .p-company__history-text {
  transition-delay: 0.7s;
}
.p-company__history-item:nth-child(6).is-visible .p-company__history-text {
  transition-delay: 0.8s;
}
.p-company__history-item:nth-child(7).is-visible .p-company__history-text {
  transition-delay: 0.9s;
}
.p-company__history-item:nth-child(8).is-visible .p-company__history-text {
  transition-delay: 1s;
}
.p-company__history-item:nth-child(9).is-visible .p-company__history-text {
  transition-delay: 1.1s;
}
.p-company__history-item:nth-child(10).is-visible .p-company__history-text {
  transition-delay: 1.2s;
}
.p-company__philosophy {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .p-company__philosophy {
    margin-bottom: 48px;
  }
}
.p-company__philosophy-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(34px, 6vw, 68px);
  align-items: start;
  background-color: #F6F6ED;
  padding: clamp(25px, 11.2vw, 50px) clamp(15px, 4.8vw, 30px);
}
@media screen and (max-width: 1024px) {
  .p-company__philosophy-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-company__philosophy-item {
  width: 100%;
}
.p-company__philosophy-title {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .p-company__philosophy-title {
    margin-bottom: 30px;
  }
}
.p-company__philosophy-body {
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #292929;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  text-align: justify;
}
.p-company__philosophy-unordered {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.p-company__philosophy-unordered li {
  position: relative;
  padding-left: 1em;
}
.p-company__philosophy-unordered li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.p-company__philosophy-ordered {
  list-style: none;
  padding-left: 0;
  margin: 0;
  counter-reset: philosophy-counter;
}
.p-company__philosophy-ordered li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 8px;
}
.p-company__philosophy-ordered li::before {
  counter-increment: philosophy-counter;
  content: counter(philosophy-counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-company__profile {
  padding-bottom: 294px;
}
@media screen and (max-width: 768px) {
  .p-company__profile {
    padding-bottom: 124px;
  }
}
.p-company__profile-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-company__profile-list {
  width: 100%;
  border-top: 1px solid #D4d4d4;
  border-left: 1px solid #D4d4d4;
  border-right: 1px solid #D4d4d4;
  background-color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-company__profile-list {
    margin-bottom: 24px;
  }
}
.p-company__profile-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-bottom: 1px solid #D4d4d4;
}
.p-company__profile-term {
  width: 30%;
  max-width: 424px;
  border-right: 1px solid #D4d4d4;
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #292929;
}
@media screen and (max-width: 768px) {
  .p-company__profile-term {
    width: 42%;
    padding: 14px 10px;
  }
}
.p-company__profile-desc {
  width: 100%;
  padding: 20px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #292929;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-company__profile-desc {
    display: flex;
    align-items: center;
    padding: 14px 10px;
  }
}
.p-company__profile-access-map {
  width: 100%;
  max-width: 1100px;
  height: 420px;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 4px;
}
.p-company__profile-access-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-company__profile-access-map {
    height: clamp(206px, 51.2vw, 420px);
    margin-top: 32px;
  }
}

.u-text-link {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: px) {
  .u-text-link:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}

.p-contact {
  margin-top: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-contact {
    margin-top: 60px;
    margin-bottom: 234px;
  }
}
.p-contact__sub-hero {
  background-image: url("../img/contact/contact-sub-hero.webp");
}
@media screen and (max-width: 1024px) {
  .p-contact__sub-hero {
    background-position: 50% 50%;
  }
}
.p-contact__sub-hero .l-inner {
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .p-contact__sub-hero .l-inner {
    max-width: 100%;
  }
}
.p-contact__sub-hero-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-contact__sub-hero-content {
    margin-top: 164px;
  }
}
.p-contact__sub-hero-heading {
  color: #253A56;
}
.p-contact__sub-hero-title {
  font-size: clamp(10px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-contact__sub-hero-text {
  font-size: clamp(20px, 3.75vw, 40px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  margin: 0;
}
.p-contact__content {
  max-width: 980px;
  margin-inline: auto;
  margin-bottom: 165px;
}
@media screen and (max-width: 768px) {
  .p-contact__content {
    margin-bottom: 234px;
  }
}
.p-contact__title {
  display: none;
}
.p-contact__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125;
  margin-bottom: 8px;
}
.p-contact__tel {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 54px;
}
.p-contact__tel-icon {
  width: 24px;
  height: 24px;
}
.p-contact__tel-number {
  font-size: 32px;
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin: 0;
  color: #292929;
}
.p-contact__field {
  padding: 15px 0;
}
.p-contact__field:first-of-type {
  padding-top: 0;
}
.p-contact__field:nth-of-type(9) {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .p-contact__field:nth-of-type(9) {
    margin-bottom: 40px;
  }
}
.p-contact__field:last-of-type {
  padding-bottom: 0;
}
.p-contact__field--date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding: 8px 0;
}
.p-contact__field--date label {
  font-size: 16px;
  font-weight: 500;
}
.p-contact__field--date .p-contact__label {
  width: auto;
  min-width: 80px;
  flex-shrink: 0;
}
.p-contact__field--date .p-contact__input {
  max-width: 448px;
  width: auto;
}
.p-contact__field--date .c-input--date {
  max-width: 100%;
  width: 448px;
}
@media screen and (max-width: 768px) {
  .p-contact__field--date {
    gap: 24px;
    flex-wrap: wrap;
  }
  .p-contact__field--date .p-contact__label {
    min-width: 60px;
    flex-shrink: 1;
  }
  .p-contact__field--date .p-contact__input {
    flex: 1;
    min-width: 0;
    max-width: 100%;
  }
  .p-contact__field--date .c-input--date {
    width: 100%;
    max-width: 100%;
  }
}
.p-contact__field:has(select.c-select) .p-contact__input {
  max-width: 448px;
}
.p-contact__field-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-contact__dd {
  margin-left: 0;
  width: 100%;
}
.p-contact__label {
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
}
.p-contact__input {
  width: 100%;
}
.p-contact__input--zip {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.p-contact__input--zip .c-input {
  width: 100%;
  max-width: 448px;
  flex-shrink: 0;
}
.p-contact__input--zip .p-contact__note--blue {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
}
.p-contact__input--date {
  max-width: 448px;
}
.p-contact__note {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125;
  color: #292929;
}
.p-contact__note--bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8125;
  margin-bottom: 12px;
}
.p-contact__note--blue {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125;
  color: #1571da;
}
.p-contact__section {
  margin-bottom: 88px;
}
@media screen and (max-width: 1024px) {
  .p-contact__section {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__section {
    margin-bottom: 24px;
  }
}
.p-contact__section-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7777777778;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background-color: #EAEFF6;
  margin-bottom: 24px;
  padding: 8px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__section-title {
    text-align: left;
  }
}
.p-contact__section-description {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7777777778;
  color: #292929;
  margin-bottom: 12px;
}
.p-contact__privacy {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .p-contact__privacy {
    text-align: left;
  }
}
.p-contact__privacy a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #1571da;
  transition: all 0.2s;
}
.p-contact__privacy a:hover {
  text-decoration: underline;
}
.p-contact__privacy br {
  display: none;
}
.p-contact__submit {
  width: 100%;
  max-width: 286px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-contact__submit {
    width: 100%;
    max-width: 290px;
  }
}

.c-badge {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
}
.c-badge--required {
  background-color: #df0000;
  margin-left: 8px;
}

.c-input,
.c-select,
.c-textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #D4d4d4;
  padding: 9px 16px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #292929;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-input::-moz-placeholder, .c-select::-moz-placeholder, .c-textarea::-moz-placeholder {
  color: #999999;
}
.c-input::placeholder,
.c-select::placeholder,
.c-textarea::placeholder {
  color: #999999;
}
.c-input:focus,
.c-select:focus,
.c-textarea:focus {
  outline: none;
  border-color: #253A56;
}

.c-textarea {
  line-height: 1.6;
  min-height: 240px;
}

.c-select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L5%205L9%201%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px 6px;
  padding-right: 40px;
}

.c-input--date {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 2H13V0H15V2H16C16.5304 2 17.0391 2.21071 17.4142 2.58579C17.7893 2.96086 18 3.46957 18 4V18C18 18.5304 17.7893 19.0391 17.4142 19.4142C17.0391 19.7893 16.5304 20 16 20H2C1.46957 20 0.960859 19.7893 0.585786 19.4142C0.210714 19.0391 0 18.5304 0 18V4C0 3.46957 0.210714 2.96086 0.585786 2.58579C0.960859 2.21071 1.46957 2 2 2H3V0H5V2ZM2 6V18H16V6H2ZM4 9H6V11H4V9ZM8 9H10V11H8V9ZM12 9H14V11H12V9ZM12 13H14V15H12V13ZM8 13H10V15H8V13ZM4 13H6V15H4V13Z' fill='%23878787'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px 20px;
  padding-right: 48px;
  position: relative;
  z-index: 2;
}
.c-input--date::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.c-input--date:not(:focus):-moz-placeholder-shown::before {
  content: "----/--/--";
  color: #999999;
}
.c-input--date:invalid::before, .c-input--date:not(:focus):placeholder-shown::before {
  content: "----/--/--";
  color: #999999;
}
.c-input--date:invalid:not(:focus) {
  color: transparent;
}
.c-input--date:invalid:not(:focus)::-webkit-datetime-edit {
  color: transparent;
}
.c-input--date:invalid:not(:focus)::after {
  content: "----/--/--";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #999999;
  pointer-events: none;
}
.c-input--date:focus, .c-input--date:valid {
  color: #292929;
}
.c-input--date:focus::after, .c-input--date:valid::after {
  display: none;
}

.c-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-checkbox-group .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-checkbox-group .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.c-checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 2px solid #D4d4d4;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.c-checkbox input[type=checkbox]:checked {
  background-color: #253A56;
  border-color: #253A56;
}
.c-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.c-checkbox__text {
  font-size: 15px;
  line-height: 1.5;
}

.wpcf7-form-control-wrap .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  min-height: 20px;
}
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 2px solid #D4d4d4;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  vertical-align: bottom;
}
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked {
  background-color: #253A56;
  border-color: #253A56;
}
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.c-file-upload {
  position: relative;
}
.c-file-upload__input {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}
.c-file-upload__label {
  cursor: pointer;
  display: inline-block;
}
.c-file-upload br {
  display: none;
}

.c-btn--file {
  display: inline-block;
  padding: 10px 20px;
  background-color: #253A56;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.c-btn--file:hover {
  background-color: #162232;
}

.c-textarea-wrapper__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125;
  margin-bottom: 8px;
  color: #292929;
}

.c-btn--submit {
  width: 100%;
  max-width: 286px;
  background-color: #253A56;
  color: #fff;
  border-color: #253A56;
}
.c-btn--submit:hover {
  background-color: #fff;
  color: #253A56;
  border-color: #253A56;
  border: 1px solid #253A56;
}

.c-btn--file {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #EFEFEF;
  color: #999999;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125;
  text-align: center;
  min-width: 132px;
}
.c-btn--file:hover {
  background-color: #e2e2e2;
}

.p-custom-house__sub-hero {
  background-image: url("../img/custom-house/custom-sub-hero.webp");
}
@media screen and (max-width: 1024px) {
  .p-custom-house__sub-hero {
    background-position: 50% 50%;
  }
}
.p-custom-house__sub-hero .l-inner {
  max-width: 1380px;
}
@media screen and (max-width: 768px) {
  .p-custom-house__sub-hero .l-inner {
    max-width: 100%;
  }
}
.p-custom-house__sub-hero-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-custom-house__sub-hero-content {
    margin-top: 164px;
  }
}
.p-custom-house__sub-hero-heading {
  color: #253A56;
}
.p-custom-house__sub-hero-title {
  font-size: clamp(10px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-custom-house__sub-hero-text {
  font-size: clamp(20px, 3.75vw, 40px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  margin: 0;
}
.p-custom-house__intro {
  margin-bottom: 124px;
}
@media screen and (max-width: 768px) {
  .p-custom-house__intro {
    margin-bottom: 116px;
  }
}
.p-custom-house__intro-block {
  position: relative;
  width: 100%;
  min-height: 535px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .p-custom-house__intro-block {
    min-height: 540px;
    flex-direction: column;
    margin-top: 60px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .p-custom-house__intro-block {
    min-height: 480px;
  }
}
.p-custom-house__intro-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin: 0;
}
.p-custom-house__intro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-custom-house__intro-image {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .p-custom-house__intro-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-custom-house__intro-text-wrapper {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  max-width: 500px;
  padding: clamp(36px, 6vw, 64px) clamp(26px, 4vw, 32px);
  margin-left: clamp(40px, 5vw, 56px);
  align-self: stretch;
}
@media screen and (max-width: 1024px) {
  .p-custom-house__intro-text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 640px;
    width: 90%;
    margin-left: 0;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-custom-house__intro-text-wrapper {
    max-width: 400px;
    width: 92%;
  }
}
.p-custom-house__intro-title {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #253A56;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .p-custom-house__intro-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-custom-house__intro-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.p-custom-house__intro-text {
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
  line-height: 1.875;
}
.p-custom-house__design {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-custom-house__design {
    margin-bottom: 104px;
  }
}
.p-custom-house__design-title {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-custom-house__design-title {
    margin-bottom: 30px;
  }
}
.p-custom-house__point {
  display: grid;
  grid-template-columns: minmax(380px, 1fr) auto;
  gap: clamp(20px, 4vw, 48px);
  align-items: flex-start;
  margin-bottom: 94px;
}
@media screen and (max-width: 1024px) {
  .p-custom-house__point {
    grid-template-columns: minmax(320px, 1fr) auto;
  }
}
@media screen and (max-width: 768px) {
  .p-custom-house__point {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 40px;
  }
}
.p-custom-house__point:last-child {
  grid-template-columns: minmax(0, 556px) auto;
}
@media screen and (max-width: 1024px) {
  .p-custom-house__point:last-child {
    grid-template-columns: minmax(320px, 1fr) auto;
  }
}
@media screen and (max-width: 768px) {
  .p-custom-house__point:last-child {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-custom-house__point:last-child .p-custom-house__point-image {
    margin-bottom: 10px;
    order: 2;
  }
  .p-custom-house__point:last-child .p-custom-house__point-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .p-custom-house__point:last-child .p-custom-house__point-body {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .p-custom-house__point:last-child .p-custom-house__point-title {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-custom-house__point:last-child .p-custom-house__point-text {
    order: 3;
  }
}
.p-custom-house__point-visual {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-custom-house__point-visual {
    gap: 14px;
    margin-bottom: 18px;
    order: 3;
  }
}
.p-custom-house__point-image {
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-custom-house__point-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-custom-house__point-image-top img, .p-custom-house__point-image-bottom img {
    width: clamp(287px, 50vw, 380px);
    height: clamp(147px, 30vw, 240px);
  }
}
@media screen and (max-width: 768px) {
  .p-custom-house__point-image-top {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-custom-house__point-image-bottom {
    display: flex;
    justify-content: flex-end;
  }
}
.p-custom-house__point-body {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-custom-house__point-body {
    display: contents;
  }
}
.p-custom-house__point-label {
  font-size: clamp(10px, 2vw, 12px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #B5A027;
  display: inline-block;
  margin-top: 18px;
}
@media screen and (max-width: 1024px) {
  .p-custom-house__point-label {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-custom-house__point-label {
    margin-bottom: 10px;
    order: 1;
  }
}
.p-custom-house__point-title {
  font-size: clamp(22px, 2vw, 24px);
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .p-custom-house__point-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-custom-house__point-title {
    order: 2;
    margin-bottom: 20px;
  }
}
.p-custom-house__point-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 500;
  line-height: 1.875;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
}
@media screen and (max-width: 768px) {
  .p-custom-house__point-text {
    order: 4;
  }
}
.p-custom-house__point-text.mb-32 {
  margin-bottom: 32px !important;
}
@media screen and (max-width: 1024px) {
  .p-custom-house__point-text.mb-32 {
    margin-bottom: 20px !important;
  }
}
.p-custom-house__point-text.mb-48 {
  margin-bottom: 48px !important;
}
@media screen and (max-width: 768px) {
  .p-custom-house__point-text.mb-48 {
    margin-bottom: 16px !important;
  }
}
.p-custom-house__area-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
@media screen and (max-width: 1024px) {
  .p-custom-house__area-list {
    grid-template-columns: 1fr;
    gap: 8px;
    order: 5;
  }
}
.p-custom-house__area-item {
  background-color: #F6F6ED;
  padding: 24px 20px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .p-custom-house__area-item {
    padding: 16px 20px;
  }
}
.p-custom-house__area-title {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 700;
  color: #253A56;
  margin-bottom: 8px;
}
.p-custom-house__area-text {
  font-size: 14px;
  font-weight: 500;
  color: #253A56;
  margin: 0;
}
.p-custom-house__point-btn {
  width: 100%;
  max-width: 286px;
}
@media screen and (max-width: 768px) {
  .p-custom-house__point-btn {
    max-width: 290px;
    margin-inline: auto;
    order: 5;
  }
}
.p-custom-house__full-image {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .p-custom-house__full-image {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 24px;
  }
}
.p-custom-house__philosophy {
  margin-bottom: 158px;
}
@media screen and (max-width: 768px) {
  .p-custom-house__philosophy {
    margin-bottom: 80px;
  }
}
.p-custom-house__philosophy-heading {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-custom-house__philosophy-heading {
    margin-bottom: 72px;
  }
}
.p-custom-house__philosophy-item {
  display: grid;
  grid-template-columns: 380px auto;
  gap: clamp(32px, 6vw, 64px);
  align-items: flex-start;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .p-custom-house__philosophy-item {
    grid-template-columns: minmax(320px, 1fr) auto;
  }
}
@media screen and (max-width: 768px) {
  .p-custom-house__philosophy-item {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 80px;
  }
}
.p-custom-house__philosophy-image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-custom-house__philosophy-image {
    margin-bottom: 30px;
    order: 3;
  }
}
.p-custom-house__philosophy-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-custom-house__philosophy-image img {
    aspect-ratio: 16/9;
  }
}
.p-custom-house__philosophy-body {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-custom-house__philosophy-body {
    display: contents;
  }
}
.p-custom-house__philosophy-label {
  font-size: clamp(10px, 2vw, 12px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #B5A027;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .p-custom-house__philosophy-label {
    margin-top: 0;
    margin-bottom: 4px;
    order: 1;
  }
}
.p-custom-house__philosophy-title {
  font-size: clamp(22px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.6666666667;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .p-custom-house__philosophy-title {
    margin-bottom: 30px;
    order: 2;
  }
}
.p-custom-house__philosophy-text {
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 500;
  line-height: 1.875;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-custom-house__philosophy-text {
    margin-bottom: 16px;
    order: 4;
  }
  .p-custom-house__philosophy-text:last-child {
    margin-bottom: 0;
  }
}
.p-custom-house__after {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-custom-house__after {
    margin-bottom: 100px;
  }
}
.p-custom-house__after-heading {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 72px;
}
.p-custom-house__after-item {
  display: grid;
  grid-template-columns: minmax(380px, 1fr) auto;
  gap: clamp(32px, 6vw, 64px);
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .p-custom-house__after-item {
    grid-template-columns: minmax(320px, 1fr) auto;
  }
}
@media screen and (max-width: 768px) {
  .p-custom-house__after-item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-custom-house__after-image {
    margin-bottom: 30px;
    order: 3;
  }
  .p-custom-house__after-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-custom-house__after-body {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-custom-house__after-body {
    display: contents;
  }
}
.p-custom-house__after-label {
  font-size: clamp(10px, 2vw, 12px);
  font-weight: 700;
  line-height: 2;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #B5A027;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .p-custom-house__after-label {
    margin-top: 0;
    margin-bottom: 4px;
    order: 1;
  }
}
.p-custom-house__after-title {
  font-size: clamp(22px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.6666666667;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .p-custom-house__after-title {
    margin-bottom: 30px;
    order: 2;
  }
}
.p-custom-house__after-text {
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 500;
  line-height: 1.875;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-custom-house__after-text {
    margin-bottom: 16px;
    order: 4;
  }
}
.p-custom-house__after-text:last-child {
  margin-bottom: 0;
}
.p-custom-house__after-btn {
  width: 100%;
  max-width: 286px;
}
@media screen and (max-width: 768px) {
  .p-custom-house__after-btn {
    max-width: 290px;
    margin-inline: auto;
    order: 5;
  }
}
.p-custom-house__faq {
  margin-inline: auto;
  margin-bottom: 208px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-custom-house__faq {
    margin-bottom: 116px;
  }
}
@media screen and (max-width: 768px) {
  .p-custom-house__faq {
    margin-bottom: 94px;
  }
}
.p-custom-house__faq-label {
  font-size: clamp(10px, 2vw, 12px);
  font-weight: 700;
  line-height: 2;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #B5A027;
  margin-bottom: 4px;
}
.p-custom-house__faq-heading {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-custom-house__faq-heading {
    margin-bottom: 48px;
  }
}

.p-estate__sub-hero {
  background-image: url("../img/estate/estate-sub-hero.webp");
  background-position: 70% 50%;
}
.p-estate__sub-hero .l-inner {
  max-width: 1380px;
}
@media screen and (max-width: 768px) {
  .p-estate__sub-hero .l-inner {
    max-width: 100%;
  }
}
.p-estate__sub-hero-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-estate__sub-hero-content {
    margin-top: 164px;
  }
}
.p-estate__sub-hero-heading {
  color: #253A56;
}
.p-estate__sub-hero-title {
  font-size: clamp(10px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-estate__sub-hero-text {
  font-size: clamp(20px, 3.75vw, 40px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  margin: 0;
}
.p-estate__intro {
  margin-top: 80px;
  margin-bottom: 132px;
}
@media screen and (max-width: 1024px) {
  .p-estate__intro {
    margin-top: 64px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-estate__intro {
    margin-top: 48px;
  }
}
.p-estate__intro-block {
  text-align: center;
}
.p-estate__intro-title {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 500;
  color: #253A56;
  margin-bottom: 44px;
}
.p-estate__intro-text {
  font-size: clamp(14px, 3vw, 15px);
  font-weight: 500;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #253A56;
  margin-bottom: 44px;
}
.p-estate__intro-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(9px, 1.8vw, 18px);
}
@media screen and (max-width: 768px) {
  .p-estate__intro-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.p-estate__intro-item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.p-estate__intro-item-text {
  font-size: clamp(14px, 3vw, 15px);
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
}
.p-estate__intro-item-image {
  width: 100%;
  max-width: 156px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .p-estate__intro-item-image {
    max-width: 110px;
    margin-bottom: 10px;
  }
}
.p-estate__support {
  margin-bottom: 174px;
  padding-block: 80px;
  background-color: #F6F6ED;
}
@media screen and (max-width: 1024px) {
  .p-estate__support {
    margin-bottom: 80px;
    padding-block: 72px;
  }
}
.p-estate__support-heading {
  color: #253A56;
}
.p-estate__support-heading-text {
  font-size: clamp(14px, 3vw, 22px);
  font-weight: 500;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #253A56;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .p-estate__support-heading-text {
    margin-bottom: 10px;
  }
}
.p-estate__support-title {
  font-size: 32px;
  font-weight: 600;
  font-size: clamp(26px, 4vw, 32px);
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-estate__support-title {
    margin-bottom: 24px;
  }
}
.p-estate__support-text {
  font-size: clamp(14px, 3vw, 15px);
  font-weight: 600;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2.5333333333;
  color: #253A56;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .p-estate__support-text {
    margin-bottom: 0;
  }
}
.p-estate__support-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-estate__support-item {
  background-color: #fff;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .p-estate__support-item {
    padding: 32px 20px;
  }
}
.p-estate__support-item-heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-estate__support-item-heading {
    margin-bottom: 32px;
  }
}
.p-estate__support-item-heading ::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #253A56;
}
.p-estate__support-item-label {
  background-color: #cad6e7;
  padding: 4px 8px;
  font-size: 11px;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #253A56;
}
.p-estate__support-item-title {
  font-size: clamp(20px, 4vw, 22px);
  font-weight: 600;
}
.p-estate__support-item-text {
  font-size: 15px;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
}
.p-estate__support-item-list {
  font-size: 15px;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
}
.p-estate__merit {
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .p-estate__merit {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-estate__merit {
    margin-bottom: 64px;
  }
}
.p-estate__merit-title {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 700;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-estate__merit-title {
    margin-bottom: 56px;
  }
}
.p-estate__merit-list {
  display: grid;
  grid-template-columns: minmax(0, 315px) auto;
  gap: clamp(26px, 5vw, 52px);
  align-items: flex-start;
  padding-inline: clamp(36px, 8vw, 72px);
  padding-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .p-estate__merit-list {
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-estate__merit-list {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 36px;
  }
  .p-estate__merit-list:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-estate__merit-image {
    order: 2;
  }
  .p-estate__merit-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-estate__merit-item {
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .p-estate__merit-item {
    order: 1;
  }
}
.p-estate__merit-item-label {
  display: inline-block;
  font-size: clamp(10px, 1.3vw, 12px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #B5A027;
  padding-top: 24px;
}
@media screen and (max-width: 1024px) {
  .p-estate__merit-item-label {
    padding-top: 0;
  }
}
.p-estate__merit-item-title {
  font-size: clamp(18px, 2.6vw, 22px);
  font-weight: 600;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #253A56;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-estate__merit-item-title {
    margin-bottom: 16px;
  }
}
.p-estate__merit-item-text {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
}
.p-estate__system {
  margin-bottom: 286px;
}
@media screen and (max-width: 1024px) {
  .p-estate__system {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-estate__system {
    margin-bottom: 64px;
  }
}
.p-estate__system-title {
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 600;
  margin-bottom: 44px;
  text-align: center;
}
.p-estate__system-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(36px, 8vw, 72px) clamp(40px, 8vw, 80px);
  padding-inline: clamp(60px, 8vw, 120px);
}
@media screen and (max-width: 1024px) {
  .p-estate__system-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px clamp(24px, 8vw, 48px);
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-estate__system-list {
    gap: 16px 4px;
  }
}
.p-estate__system-list:last-child {
  padding-bottom: 0;
}
.p-estate__system-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-estate__system-item {
    justify-content: flex-start;
  }
}
.p-estate__system-icon {
  width: 100%;
  max-width: 98px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .p-estate__system-icon {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-estate__system-icon {
    max-width: 72px;
    margin-bottom: 20px;
  }
}
.p-estate__system-text {
  font-size: clamp(10px, 3vw, 16px);
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
  text-align: center;
}
.p-estate__cost {
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .p-estate__cost {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-estate__cost {
    margin-bottom: 72px;
  }
}
.p-estate__cost-block {
  display: grid;
  grid-template-columns: minmax(0, 358px) auto;
  gap: clamp(27px, 8vw, 54px);
  padding-bottom: 44px;
}
@media screen and (max-width: 1024px) {
  .p-estate__cost-block {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-estate__cost-block {
    gap: 16px;
    padding-bottom: 36px;
  }
  .p-estate__cost-block:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-estate__cost-image {
    order: 2;
  }
  .p-estate__cost-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-estate__cost-label {
  font-size: clamp(10px, 1.3vw, 12px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #B5A027;
  display: block;
  padding-top: 20px;
}
.p-estate__cost-title {
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 700;
  margin-bottom: 18px;
}
.p-estate__cost-text {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-estate__cost-text {
    line-height: 2.1428571429;
    margin-bottom: 16px;
  }
}
.p-estate__cost-text:last-child {
  margin-bottom: 0;
}
.p-estate__cost-box {
  background-color: #F6F6ED;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .p-estate__cost-box {
    padding: 24px 20px;
  }
}
.p-estate__cost-box-title {
  font-size: clamp(15px, 3vw, 16px);
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
}
.p-estate__cost-list {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
  list-style: disc;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-estate__cost-list {
    line-height: 2.1428571429;
  }
}

.p-flow {
  margin-top: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .p-flow {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.p-flow__sub-hero {
  background-image: url("../img/flow/flow-sub-hero.webp");
}
@media screen and (max-width: 1024px) {
  .p-flow__sub-hero {
    background-position: 75% 50%;
  }
}
.p-flow__sub-hero .l-inner {
  max-width: 1380px;
}
@media screen and (max-width: 768px) {
  .p-flow__sub-hero .l-inner {
    max-width: 100%;
  }
}
.p-flow__sub-hero-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-flow__sub-hero-content {
    margin-top: 164px;
  }
}
.p-flow__sub-hero-heading {
  color: #253A56;
}
.p-flow__sub-hero-title {
  font-size: clamp(10px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-flow__sub-hero-text {
  font-size: clamp(20px, 3.75vw, 40px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  margin: 0;
}
.p-flow__intro {
  margin-bottom: 166px;
}
@media screen and (max-width: 1024px) {
  .p-flow__intro {
    margin-bottom: 54px;
  }
}
.p-flow__intro-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(25px, 8vw, 50px);
}
@media screen and (max-width: 1024px) {
  .p-flow__intro-block {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-flow__intro-title {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 500;
  color: #253A56;
}
.p-flow__intro-text {
  font-size: clamp(14px, 3vw, 15px);
  font-weight: 600;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #253A56;
  line-height: 2.4675;
}
.p-flow__flow {
  margin-bottom: 320px;
}
@media screen and (max-width: 1024px) {
  .p-flow__flow {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__flow {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .p-flow__flow-content {
    text-align: center;
  }
}
.p-flow__flow-image {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-flow__flow-image img {
    aspect-ratio: 346/244;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-flow__flow-body {
  display: flex;
  flex-direction: column;
  padding-right: calc((100vw - 1100px) / 2);
}
.p-flow__flow-label {
  font-size: clamp(10px, 3vw, 12px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2;
  color: #B5A027;
  display: inline-block;
  padding-top: 24px;
}
@media screen and (max-width: 1024px) {
  .p-flow__flow-label {
    display: block;
    padding-top: 0;
    text-align: left;
  }
}
.p-flow__flow-title {
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: clamp(30px, 6vw, 60px);
}
@media screen and (max-width: 1024px) {
  .p-flow__flow-title {
    margin-bottom: 16px;
    text-align: left;
  }
}
.p-flow__flow-steps {
  display: flex;
  flex-direction: column;
}
.p-flow__flow-item {
  border-top: 1px solid #bfc8d1;
  padding-top: clamp(20px, 4vw, 40px);
  padding-bottom: clamp(30px, 6vw, 60px);
}
@media screen and (max-width: 1024px) {
  .p-flow__flow-item {
    padding-block: 40px;
  }
  .p-flow__flow-item:last-child {
    padding-bottom: 0;
  }
}
.p-flow__flow-item:first-child {
  padding-top: 0;
  border-top: none;
}
.p-flow__flow-item:last-child {
  border-bottom: 1px solid #bfc8d1;
}
.p-flow__flow-term {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 700;
  color: #253A56;
}
@media screen and (max-width: 1024px) {
  .p-flow__flow-term {
    margin-bottom: 20px;
    text-align: left;
  }
}
.p-flow__flow-number {
  margin-right: 10px;
}
.p-flow__flow-divider {
  margin-right: 10px;
}
.p-flow__flow-desc {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 500;
  line-height: 2;
  color: #253A56;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .p-flow__flow-desc {
    text-align: left;
  }
}
.p-flow__flow-desc--mb0 {
  margin-bottom: 0;
}
.p-flow__flow-desc-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
@media screen and (max-width: 1024px) {
  .p-flow__flow-desc-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-flow__flow-desc-item {
  background-color: #e2e2ce;
  padding: 12px 16px;
}
.p-flow__flow-desc-text {
  font-size: 13px;
  font-weight: 700;
  color: #253A56;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-flow__flow-desc-text br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__flow-desc-text br {
    display: inline;
  }
  .p-flow__flow-desc-text br:not(.u-br-sp) {
    display: none;
  }
}
.p-flow__flow-btn {
  width: 100%;
  max-width: 286px;
}
@media screen and (max-width: 1024px) {
  .p-flow__flow-btn {
    max-width: 290px;
  }
}
.p-flow__after-support {
  margin-bottom: 140px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .p-flow__after-support {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__after-support {
    margin-bottom: 72px;
  }
}
.p-flow__after-support-image {
  margin-bottom: 146px;
}
.p-flow__after-support-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-flow__after-support-image {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__after-support-image {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 56px;
  }
}
.p-flow__after-support-label {
  font-size: clamp(10px, 2vw, 12px);
  font-weight: 700;
  line-height: 2;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #B5A027;
  display: block;
  margin-bottom: 8px;
}
.p-flow__after-support-title {
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 500;
  margin-bottom: 32px;
}
.p-flow__after-support-text {
  font-size: clamp(14px, 3vw, 15px);
  font-weight: 600;
  line-height: 2.4675;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #253A56;
}
.p-flow__after-support-list-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  padding-left: 48px;
}
.p-flow__after-support-list-block::before {
  content: "";
  position: absolute;
  left: 11.5px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background-color: #d4d4d4;
  z-index: 1;
}
.p-flow__after-support-list-block::after {
  content: "";
  position: absolute;
  left: 11.5px;
  top: 12px;
  width: 1px;
  height: var(--line-height, 0);
  background-color: #253A56;
  transition: height 0.8s ease;
  z-index: 2;
}
.p-flow__after-support-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
.p-flow__after-support-list::before {
  content: "";
  position: absolute;
  left: -48px;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #d4d4d4;
  border-radius: 50%;
  transition: background-color 0.8s ease;
  z-index: 3;
}
.p-flow__after-support-list:first-child::before {
  background-color: #253A56;
}
.p-flow__after-support-list:first-child .p-flow__after-support-term,
.p-flow__after-support-list:first-child .p-flow__after-support-desc {
  color: #253A56;
}
.p-flow__after-support-list:not(:first-child) .p-flow__after-support-term,
.p-flow__after-support-list:not(:first-child) .p-flow__after-support-desc {
  color: #B8BABD;
  transition: color 0.8s ease;
}
.p-flow__after-support-list.is-active::before {
  background-color: #253A56;
}
.p-flow__after-support-list.is-active .p-flow__after-support-term,
.p-flow__after-support-list.is-active .p-flow__after-support-desc {
  color: #253A56;
}
.p-flow__after-support-list:not(:first-child):not(.is-active)::before {
  background-color: #d4d4d4;
}
.p-flow__after-support-term {
  font-size: 16px;
  font-weight: 700;
}
.p-flow__after-support-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1428571429;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-flow__after-support-btn {
  display: inline-block;
  font-size: 15px;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  text-decoration: underline;
  color: #b8babd;
  padding-bottom: 8px;
  text-align: right;
  transition: opacity 0.8s ease;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-flow__after-support-btn {
    margin-left: 0;
    text-align: left;
  }
}
.p-flow__after-support-list-block:has(.is-active) .p-flow__after-support-btn {
  color: #253A56;
}
.p-flow__after-support-btn:hover {
  opacity: 0.7;
}
.p-flow__comparison {
  margin-bottom: 220px;
  padding: clamp(50px, 8vw, 100px) clamp(70px, 8vw, 140px);
  background-color: #F6F6ED;
}
@media screen and (max-width: 768px) {
  .p-flow__comparison {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    margin-bottom: 72px;
    padding-inline: 28px;
    padding-block: 80px;
  }
}
.p-flow__comparison-title {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-flow__comparison-title {
    margin-bottom: 30px;
  }
}
.p-flow__comparison-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 2.4666666667;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #253A56;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-flow__comparison-subtitle {
    margin-bottom: 24px;
    text-align: center;
  }
}
.p-flow__comparison-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-flow__comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
  min-width: 818px;
  background-color: #fff;
}
.p-flow__comparison-table thead th {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 700;
}
.p-flow__comparison-table thead th:first-child {
  width: 322px;
  min-width: 322px;
  max-width: 322px;
}
@media screen and (max-width: 768px) {
  .p-flow__comparison-table thead th:first-child {
    width: 284px;
    min-width: 284px;
    max-width: 284px;
  }
}
.p-flow__comparison-table thead th:nth-child(2) {
  width: auto;
}
.p-flow__comparison-table thead th:nth-child(3) {
  width: auto;
}
.p-flow__comparison-table th,
.p-flow__comparison-table td {
  border: 1px solid #D4d4d4;
  padding: 10px 16px;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  line-height: 1.8;
  white-space: nowrap;
}
.p-flow__comparison-table th:nth-child(2), .p-flow__comparison-table th:nth-child(3),
.p-flow__comparison-table td:nth-child(2),
.p-flow__comparison-table td:nth-child(3) {
  text-align: center;
}
.p-flow__comparison-table th {
  background-color: #fff;
  color: #253A56;
}
.p-flow__comparison-table td {
  background-color: #fff;
  color: #253A56;
}
.p-flow__comparison-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex-shrink: 0;
  vertical-align: middle;
  position: relative;
}
.p-flow__comparison-icon--circle::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #FF160E;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-flow__comparison-icon--cross::before, .p-flow__comparison-icon--cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #253A56;
  border-radius: 1px;
}
.p-flow__comparison-icon--cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-flow__comparison-icon--cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-house-performance__sub-hero {
  background-image: url("../img/house-performance/performance-sub-hero.webp");
}
@media screen and (max-width: 1024px) {
  .p-house-performance__sub-hero {
    background-position: 50% 50%;
  }
}
.p-house-performance__sub-hero .l-inner {
  max-width: 1380px;
}
@media screen and (max-width: 768px) {
  .p-house-performance__sub-hero .l-inner {
    max-width: 100%;
  }
}
.p-house-performance__sub-hero-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-house-performance__sub-hero-content {
    margin-top: 164px;
  }
}
.p-house-performance__sub-hero-heading {
  color: #253A56;
}
.p-house-performance__sub-hero-title {
  font-size: clamp(10px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-house-performance__sub-hero-text {
  font-size: clamp(20px, 3.75vw, 40px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  margin: 0;
}
.p-house-performance__intro {
  display: grid;
  grid-template-columns: minmax(0, 520px) 1fr;
  align-items: center;
  gap: clamp(31px, 8vw, 62px);
  margin-top: 80px;
  margin-bottom: 128px;
}
@media screen and (max-width: 1024px) {
  .p-house-performance__intro {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 64px;
    margin-bottom: 104px;
  }
}
@media screen and (max-width: 1024px) {
  .p-house-performance__intro-block {
    order: -1;
  }
}
.p-house-performance__intro-title {
  margin-bottom: 30px;
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 500;
  color: #253A56;
}
@media screen and (max-width: 768px) {
  .p-house-performance__intro-title {
    margin-bottom: 16px;
  }
}
.p-house-performance__intro-image {
  order: -1;
}
@media screen and (max-width: 768px) {
  .p-house-performance__intro-image {
    width: 100vw;
    margin-left: calc(-1 * 28px);
    margin-right: calc(-1 * 28px);
    order: 0;
  }
}
.p-house-performance__intro-text {
  font-size: clamp(14px, 3vw, 15px);
  font-weight: 600;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2.4675;
  color: #253A56;
}
.p-house-performance__commitment {
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .p-house-performance__commitment {
    margin-bottom: 88px;
  }
}
.p-house-performance__commitment-block {
  background-color: #F6F6ED;
  padding: clamp(27px, 8vw, 54px) clamp(20px, 8vw, 40px);
  display: grid;
  grid-template-columns: minmax(0, 440px) 1fr;
  align-items: flex-start;
  gap: clamp(32px, 8vw, 64px);
  margin-bottom: 64px;
}
.p-house-performance__commitment-block:nth-of-type(2) {
  gap: clamp(58px, 8vw, 116px);
}
@media screen and (max-width: 1024px) {
  .p-house-performance__commitment-block:nth-of-type(2) {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-house-performance__commitment-block:nth-of-type(2) {
    gap: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .p-house-performance__commitment-block {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 72px;
    padding: 40px 40px 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-house-performance__commitment-block {
    padding: 40px 20px 48px;
  }
}
.p-house-performance__commitment-title {
  position: relative;
  font-size: clamp(22px, 4vw, 42px);
  font-weight: 700;
  color: #253A56;
  margin-bottom: 20px;
}
.p-house-performance__commitment-title ::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #253A56;
}
.p-house-performance__commitment-subtitle {
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #253A56;
  margin-bottom: 24px;
}
.p-house-performance__commitment-text {
  font-size: clamp(14px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
}
.p-house-performance__commitment-image-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  gap: clamp(8px, 8vw, 16px);
}
.p-house-performance__commitment-image-wrapper-end {
  align-items: flex-end;
}
.p-house-performance__commitment-image-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-house-performance__commitment-image-block-end {
  padding-bottom: 48px;
}
.p-house-performance__commitment-image-heading {
  width: 100%;
  font-size: clamp(10px, 2vw, 18px);
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background-color: #253A56;
  border-radius: 40px;
  color: #fff;
  padding: 8px 16px;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-house-performance__commitment-image-heading {
    padding: 4px 8px;
  }
}
.p-house-performance__commitment-image-text {
  font-weight: 700;
  font-size: clamp(8px, 1.3vw, 15px);
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
  white-space: nowrap;
}
.p-house-performance__commitment-image-text-end {
  align-self: flex-end;
  padding-right: 48px;
}
.p-house-performance__commitment-image {
  width: 100%;
  height: auto;
}
.p-house-performance__commitment-image--full {
  grid-column: 1/-1;
}
.p-house-performance__commitment-image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-house-performance__reasons {
  margin-bottom: 220px;
}
@media screen and (max-width: 1024px) {
  .p-house-performance__reasons {
    margin-bottom: 104px;
  }
}
@media screen and (max-width: 768px) {
  .p-house-performance__reasons {
    margin-bottom: 88px;
  }
}
.p-house-performance__reasons-title {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 500;
  color: #253A56;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-house-performance__reasons-title {
    margin-bottom: 40px;
  }
}
.p-house-performance__reasons-text {
  font-size: clamp(14px, 3vw, 15px);
  font-weight: 600;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #253A56;
  text-align: center;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .p-house-performance__reasons-text {
    margin-bottom: 48px;
    line-height: 2.4675;
  }
}
.p-house-performance__reasons-image {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
.p-house-performance__reasons-image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-house-performance__reasons-image {
    position: relative;
    cursor: pointer;
    margin-bottom: 48px;
    width: 100vw;
    margin-left: calc(-1 * 28px);
    margin-right: calc(-1 * 28px);
    padding-left: 28px;
    padding-right: 28px;
  }
  .p-house-performance__reasons-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
  }
  .p-house-performance__reasons-image:hover::after {
    background: rgba(0, 0, 0, 0.1);
  }
}
.p-house-performance__reasons-image-expand-icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-house-performance__reasons-image-expand-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #253A56;
    pointer-events: none;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
}
.p-house-performance__image-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.p-house-performance__image-modal.is-active {
  display: block;
}
.p-house-performance__image-modal-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.p-house-performance__image-modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 20px;
}
.p-house-performance__image-modal-content img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-house-performance__image-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  color: #253A56;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  z-index: 1;
}
.p-house-performance__image-modal-close:hover {
  background-color: #fff;
}
.p-house-performance__reasons-table-wrapper {
  padding-inline: clamp(20px, 8vw, 40px);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1024px) {
  .p-house-performance__reasons-table-wrapper {
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-house-performance__reasons-table-wrapper {
    margin-left: calc(-1 * 28px);
    margin-right: calc(-1 * 28px);
    padding-left: 28px;
    padding-right: 28px;
  }
}
.p-house-performance__reasons-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
  min-width: 800px;
  background-color: #fff;
}
.p-house-performance__reasons-table th,
.p-house-performance__reasons-table td {
  border: 1px solid #D4d4d4;
  padding: 10px 16px;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  line-height: 1.8;
  white-space: nowrap;
}
.p-house-performance__reasons-table thead th {
  font-size: 16px;
  font-weight: 700;
}
.p-house-performance__reasons-table thead th:first-child {
  width: auto;
}
.p-house-performance__reasons-table thead th:nth-child(2) {
  width: auto;
}
.p-house-performance__reasons-table thead th:nth-child(3) {
  width: auto;
}
.p-house-performance__reasons-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex-shrink: 0;
  vertical-align: middle;
  position: relative;
}
.p-house-performance__reasons-icon--double-circle::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #FF160E;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-house-performance__reasons-icon--double-circle::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #FF160E;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-house-performance__reasons-icon--circle::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #FF160E;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-house-performance__reasons-icon--triangle::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0L17.6603 15H0.339746L9 0Z' fill='none' stroke='%232F577A' stroke-width='2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-post-column__sub-hero {
  background-image: url("../img/column/column-sub-hero.webp");
}
@media screen and (max-width: 1024px) {
  .p-post-column__sub-hero {
    background-position: 35% 50%;
  }
}
.p-post-column__sub-hero .l-inner {
  max-width: 1380px;
}
@media screen and (max-width: 768px) {
  .p-post-column__sub-hero .l-inner {
    max-width: 100%;
  }
}
.p-post-column__sub-hero-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-post-column__sub-hero-content {
    margin-top: 164px;
  }
}
.p-post-column__sub-hero-heading {
  color: #253A56;
}
.p-post-column__sub-hero-title {
  font-size: clamp(10px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-post-column__sub-hero-text {
  font-size: clamp(20px, 3.75vw, 40px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin: 0;
}
.p-post-column__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 6vw, 30px) clamp(20px, 4vw, 40px);
  margin-top: 120px;
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .p-post-column__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(20px, 4vw, 40px) clamp(16px, 3vw, 32px);
    margin-top: 100px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-column__grid {
    grid-template-columns: 1fr;
    gap: clamp(24px, 5vw, 48px);
    margin-top: 14px;
    margin-bottom: 64px;
  }
}
.p-post-column__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: opacity 0.3s;
}
.p-post-column__card:hover {
  opacity: 0.8;
}
.p-post-column__card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.p-post-column__card-image {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}
.p-post-column__card-image img {
  transition: transform 0.3s;
}
.p-post-column__card-image:hover img {
  transform: scale(1.05);
}
.p-post-column__card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  padding-bottom: 10px;
}
.p-post-column__card-title {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #292929;
  margin: 0;
  overflow: hidden;
}
.p-post-column__card-meta {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  position: relative;
}
.p-post-column__card-updated {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #292929;
}
.p-post-column time {
  color: #253A56;
}
.p-post-column__no-posts {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #253A56;
  padding: 80px 0;
}

.p-post-construction__sub-hero {
  background-image: url("../img/construction/construction-sub-hero.webp");
}
@media screen and (max-width: 1024px) {
  .p-post-construction__sub-hero {
    background-position: 35% 50%;
  }
}
.p-post-construction__sub-hero .l-inner {
  max-width: 1380px;
}
@media screen and (max-width: 768px) {
  .p-post-construction__sub-hero .l-inner {
    max-width: 100%;
  }
}
.p-post-construction__sub-hero-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-post-construction__sub-hero-content {
    margin-top: 164px;
  }
}
.p-post-construction__sub-hero-heading {
  color: #253A56;
}
.p-post-construction__sub-hero-title {
  font-size: clamp(10px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-post-construction__sub-hero-text {
  font-size: clamp(20px, 3.75vw, 40px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  margin: 0;
}
.p-post-construction__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 6vw, 30px) clamp(20px, 4vw, 40px);
  margin-top: 120px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .p-post-construction__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(20px, 4vw, 40px) clamp(16px, 3vw, 32px);
    margin-top: 100px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-construction__grid {
    grid-template-columns: 1fr;
    gap: clamp(24px, 5vw, 48px);
    margin-top: 14px;
    margin-bottom: 64px;
  }
}
.p-post-construction__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: opacity 0.3s;
}
.p-post-construction__card:hover {
  opacity: 0.8;
}
.p-post-construction__card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.p-post-construction__card-image {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}
.p-post-construction__card-image img {
  transition: transform 0.3s;
}
.p-post-construction__card-image:hover img {
  transform: scale(1.05);
}
.p-post-construction__card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b6b6b6;
}
.p-post-construction__card-title {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #292929;
  margin: 0;
  overflow: hidden;
}
.p-post-construction__card-meta {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  gap: 8px;
  position: relative;
}
.p-post-construction__card-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #292929;
}
.p-post-construction__card-date-label {
  color: #292929;
  white-space: nowrap;
}
.p-post-construction__card-updated {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  padding-top: 8px;
  font-size: 13px;
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #292929;
}
.p-post-construction__card-updated-icon {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  color: #292929;
}
.p-post-construction time {
  color: #253A56;
}
.p-post-construction__no-posts {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #253A56;
  padding: 80px 0;
}

.p-post-news__sub-hero {
  background-image: url("../img/news/news-sub-hero.webp");
}
@media screen and (max-width: 1024px) {
  .p-post-news__sub-hero {
    background-position: 80% 50%;
  }
}
.p-post-news__sub-hero .l-inner {
  max-width: 1380px;
}
@media screen and (max-width: 768px) {
  .p-post-news__sub-hero .l-inner {
    max-width: 100%;
  }
}
.p-post-news__sub-hero-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-post-news__sub-hero-content {
    margin-top: 164px;
  }
}
.p-post-news__sub-hero-heading {
  color: #253A56;
}
.p-post-news__sub-hero-title {
  font-size: clamp(10px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-post-news__sub-hero-text {
  font-size: clamp(20px, 3.75vw, 40px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  margin: 0;
}
.p-post-news-list {
  margin-bottom: 192px;
}
@media screen and (max-width: 1024px) {
  .p-post-news-list {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-news-list {
    margin-bottom: 56px;
  }
}
.p-post-news-list__item {
  padding-bottom: 30px;
}
.p-post-news-list__item:last-child {
  padding-bottom: 0;
}
.p-post-news-list__link {
  display: flex block;
  align-items: center;
  gap: 12px;
  transition: opacity 0.2s;
}
.p-post-news-list__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-post-news-list__link {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #a8b3c0;
    padding-bottom: 10px;
  }
}
.p-post-news-list__meta {
  display: grid;
  grid-template-columns: auto minmax(0, 140px) 1fr;
  align-items: center;
  gap: 30px;
}
.p-post-news-list__date {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1666666667;
  color: #253A56;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-post-news-list__labels {
  display: flex;
  gap: 12px;
}
.p-post-news-list__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.no-news {
  text-align: center;
}
.no-news-box {
  max-width: 800px;
  margin-inline: auto;
}
.no-news-title {
  font-size: clamp(22px, 5vw, 28px);
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 10px;
}
.no-news-text {
  font-size: clamp(10px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
  margin-bottom: 30px;
}

.p-post-recruit__sub-hero {
  background-image: url("../img/recruit/recruit-sub-hero.webp");
}
@media screen and (max-width: 1024px) {
  .p-post-recruit__sub-hero {
    background-position: 50% 50%;
  }
}
.p-post-recruit__sub-hero .l-inner {
  max-width: 1380px;
}
@media screen and (max-width: 768px) {
  .p-post-recruit__sub-hero .l-inner {
    max-width: 100%;
  }
}
.p-post-recruit__sub-hero-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-post-recruit__sub-hero-content {
    margin-top: 164px;
  }
}
.p-post-recruit__sub-hero-heading {
  color: #253A56;
}
.p-post-recruit__sub-hero-title {
  font-size: clamp(10px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-post-recruit__sub-hero-text {
  font-size: clamp(20px, 3.75vw, 40px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  margin: 0;
}
.p-post-recruit-list {
  margin-bottom: 192px;
}
@media screen and (max-width: 1024px) {
  .p-post-recruit-list {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-recruit-list {
    margin-bottom: 56px;
  }
}
.p-post-recruit-list__item {
  padding-bottom: 30px;
}
.p-post-recruit-list__item:last-child {
  padding-bottom: 0;
}
.p-post-recruit-list__link {
  display: flex block;
  align-items: center;
  gap: 12px;
  transition: opacity 0.2s;
}
.p-post-recruit-list__link:hover {
  opacity: 0.8;
}
.p-post-recruit-list__link--disabled {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-post-recruit-list__link {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #a8b3c0;
    padding-bottom: 10px;
  }
}
.p-post-recruit-list__meta {
  display: grid;
  grid-template-columns: auto minmax(0, 140px) 1fr;
  align-items: center;
  gap: 30px;
}
.p-post-recruit-list__date {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1666666667;
  color: #253A56;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-post-recruit-list__labels {
  display: flex;
  gap: 12px;
}
.p-post-recruit-list__label {
  width: 100%;
  max-width: 140px;
}
.p-post-recruit-list__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.no-recruitment {
  background-color: #E0EAF7;
  padding: 40px 26px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .no-recruitment {
    padding: 32px 26px;
  }
}
.no-recruitment-box {
  max-width: 800px;
  margin-inline: auto;
}
.no-recruitment-title {
  font-size: clamp(22px, 5vw, 28px);
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .no-recruitment-title {
    margin-bottom: 30px;
  }
}
.no-recruitment-text {
  font-size: 10px;
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .no-recruitment-text {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.no-recruitment-btn {
  width: 100%;
  max-width: 286px;
}
@media screen and (max-width: 768px) {
  .no-recruitment-btn {
    max-width: 290px;
  }
}

.p-post-works__sub-hero {
  background-image: url("../img/works/works-sub-hero.webp");
}
.p-post-works__sub-hero .l-inner {
  max-width: 1380px;
}
@media screen and (max-width: 768px) {
  .p-post-works__sub-hero .l-inner {
    max-width: 100%;
  }
}
.p-post-works__sub-hero-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-post-works__sub-hero-content {
    margin-top: 164px;
  }
}
.p-post-works__sub-hero-heading {
  color: #253A56;
}
.p-post-works__sub-hero-title {
  font-size: clamp(10px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-post-works__sub-hero-text {
  font-size: clamp(20px, 3.75vw, 40px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin: 0;
}
.p-post-works__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 6vw, 30px) clamp(20px, 4vw, 40px);
  margin-top: 120px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .p-post-works__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(20px, 4vw, 40px) clamp(16px, 3vw, 32px);
    margin-top: 100px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-works__grid {
    grid-template-columns: 1fr;
    gap: clamp(24px, 5vw, 48px);
    margin-top: 14px;
    margin-bottom: 64px;
  }
}
.p-post-works__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: opacity 0.3s;
}
.p-post-works__card:hover {
  opacity: 0.8;
}
.p-post-works__card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.p-post-works__card-image {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}
.p-post-works__card-image img {
  transition: transform 0.3s;
}
.p-post-works__card-image:hover img {
  transform: scale(1.05);
}
.p-post-works__card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b6b6b6;
}
.p-post-works__card-title {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #292929;
  margin: 0;
  overflow: hidden;
}
.p-post-works__card-meta {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  position: relative;
}
.p-post-works__card-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #292929;
}
.p-post-works__card-date-label {
  color: #292929;
  white-space: nowrap;
}
.p-post-works__card-updated {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  padding-top: 8px;
  font-size: 13px;
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #292929;
}
.p-post-works__card-updated-icon {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  color: #292929;
}
.p-post-works__card-meta-row {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #292929;
}
.p-post-works__card-meta-term {
  margin-right: 8px;
}
.p-post-works__card-meta-desc {
  color: #292929;
}
.p-post-works time {
  color: #253A56;
}
.p-post-works__no-posts {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #253A56;
  padding: 80px 0;
}

.p-privacy__sub-hero {
  background-image: url("../img/privacy/privacy-sub-hero.webp");
}
@media screen and (max-width: 1024px) {
  .p-privacy__sub-hero {
    background-position: 30% 50%;
  }
}
.p-privacy__sub-hero-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-privacy__sub-hero-content {
    margin-top: 164px;
  }
}
.p-privacy__sub-hero-heading {
  color: #253A56;
}
.p-privacy__sub-hero-title {
  font-size: clamp(10px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-privacy__sub-hero-text {
  font-size: clamp(20px, 3.75vw, 40px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  margin: 0;
}
.p-privacy__content {
  margin-block: 64px 128px;
}
@media screen and (max-width: 1024px) {
  .p-privacy__content {
    margin-block: 64px 144px;
  }
}
.p-privacy__content-block {
  margin-bottom: 44px;
}
@media screen and (max-width: 1024px) {
  .p-privacy__content-block {
    margin-bottom: 34px;
  }
}
.p-privacy__content-text {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #292929;
}
.p-privacy__content-title {
  font-size: clamp(18px, 4vw, 20px);
  font-weight: 700;
  margin-bottom: 8px;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #292929;
}
.p-privacy__content-item {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #292929;
}
.p-privacy__content-text--description {
  margin-bottom: 34px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #292929;
}
.p-privacy__content-box {
  display: flex;
  flex-direction: column;
  background-color: #efefef;
  border: 1px solid #9c9c9c;
  padding: 20px 24px;
  margin-bottom: 24px;
}
.p-privacy__content-text--address {
  font-style: normal;
}

.p-thanks {
  margin-top: 80px;
  margin-bottom: 120px;
}
.p-thanks__sub-hero {
  background-image: url("../img/thanks/thanks-sub-hero.webp");
}
@media screen and (max-width: 1024px) {
  .p-thanks__sub-hero {
    background-position: 60% 50%;
  }
}
.p-thanks__sub-hero-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-thanks__sub-hero-content {
    margin-top: 164px;
  }
}
.p-thanks__sub-hero-heading {
  color: #253A56;
}
.p-thanks__sub-hero-title {
  font-size: clamp(10px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-thanks__sub-hero-text {
  font-size: clamp(20px, 3.75vw, 40px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  margin: 0;
}
.p-thanks__content {
  margin-top: 80px;
  margin-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-thanks__content {
    border-bottom: 1px solid #A8B3C2;
    margin-top: 110px;
    margin-bottom: 90px;
  }
}
.p-thanks__title {
  font-size: clamp(20px, 4vw, 33px);
  font-weight: 700;
  margin-bottom: 20px;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .p-thanks__title {
    margin-bottom: 48px;
  }
}
.p-thanks__text {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  margin-bottom: 20px;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .p-thanks__text {
    margin-bottom: 90px;
  }
}
.p-thanks__column {
  margin-bottom: 250px;
}
@media screen and (max-width: 768px) {
  .p-thanks__column {
    margin-bottom: 90px;
  }
}
.p-thanks__column-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-thanks__column-title {
    margin-bottom: 48px;
  }
}
.p-thanks__column-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .p-thanks__column-container {
    grid-template-columns: 1fr;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-thanks__column-item {
    margin-inline: auto;
  }
}
.p-thanks__column-item-thumb {
  width: 100%;
  overflow: hidden;
}
.p-thanks__column-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-thanks__column-item-date {
  font-size: 13px;
  font-weight: 500;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-thanks__column-item-title {
  font-size: clamp(15px, 3vw, 18px);
  font-weight: 700;
  margin-bottom: 10px;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .p-thanks__column-item-title {
    margin-bottom: 0;
  }
}
.p-thanks__btn {
  width: 100%;
  max-width: 286px;
  display: flex;
  justify-content: center;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-thanks__btn {
    max-width: 290px;
  }
}

.p-reform__sub-hero {
  background-image: url("../img/reform/reform-sub-hero.webp");
}
@media screen and (max-width: 1024px) {
  .p-reform__sub-hero {
    background-position: 35% 50%;
  }
}
.p-reform__sub-hero .l-inner {
  max-width: 1380px;
}
@media screen and (max-width: 768px) {
  .p-reform__sub-hero .l-inner {
    max-width: 100%;
  }
}
.p-reform__sub-hero-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-reform__sub-hero-content {
    margin-top: 164px;
  }
}
.p-reform__sub-hero-heading {
  color: #253A56;
}
.p-reform__sub-hero-title {
  font-size: clamp(10px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-reform__sub-hero-text {
  font-size: clamp(20px, 3.75vw, 40px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  margin: 0;
}
.p-reform__intro {
  margin-top: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-reform__intro {
    margin-top: 60px;
    margin-bottom: 94px;
  }
}
.p-reform__intro-block {
  position: relative;
  width: 100%;
  min-height: 616px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  padding-left: 5%;
}
@media screen and (max-width: 1024px) {
  .p-reform__intro-block {
    min-height: 560px;
    flex-direction: column;
    margin-top: 60px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .p-reform__intro-block {
    min-height: 420px;
  }
}
.p-reform__intro-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin: 0;
}
.p-reform__intro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-reform__intro-image {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .p-reform__intro-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-reform__intro-text-wrapper {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  max-width: 500px;
  padding: clamp(36px, 6vw, 64px) clamp(20px, 4vw, 32px);
  margin-left: clamp(40px, 5vw, 56px);
  align-self: stretch;
}
@media screen and (max-width: 1024px) {
  .p-reform__intro-text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 90%;
    margin-left: 0;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-reform__intro-text-wrapper {
    max-width: 420px;
    width: 92%;
  }
}
.p-reform__intro-title {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #253A56;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .p-reform__intro-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-reform__intro-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.p-reform__intro-text {
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
  line-height: 1.875;
}
.p-reform__features {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-reform__features {
    margin-bottom: 100px;
  }
}
.p-reform__features-title {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .p-reform__features-title {
    margin-bottom: 30px;
  }
}
.p-reform__features-text {
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 500;
  line-height: 1.6875;
  color: #253A56;
  text-align: center;
  margin-bottom: 64px;
}
.p-reform__point {
  display: grid;
  grid-template-columns: minmax(528px, 1fr) auto;
  gap: clamp(24px, 4vw, 48px);
  align-items: flex-start;
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .p-reform__point {
    grid-template-columns: minmax(320px, 1fr) auto;
  }
}
@media screen and (max-width: 768px) {
  .p-reform__point {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 80px;
  }
}
.p-reform__point-visual {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-reform__point-visual {
    margin-bottom: 48px;
  }
}
.p-reform__point-image {
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-reform__point-image img {
    aspect-ratio: 346/286;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-reform__point-image:nth-of-type(2) img {
    aspect-ratio: 346/124;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-reform__point-list {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3vw, 36px);
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .p-reform__point-list {
    gap: 40px;
    margin-top: 0;
  }
}
.p-reform__point-item {
  display: flex;
  flex-direction: column;
}
.p-reform__point-body {
  display: flex;
  flex-direction: column;
}
.p-reform__point-label {
  font-size: clamp(10px, 1.8vw, 12px);
  font-weight: 700;
  line-height: 1.6666666667;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #B5A027;
  display: inline-block;
}
.p-reform__point-title {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  line-height: 1.6363636364;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .p-reform__point-title {
    margin-bottom: 10px;
  }
}
.p-reform__point-text {
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 500;
  line-height: 1.6875;
  color: #253A56;
}
.p-reform__cases {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-reform__cases {
    margin-bottom: 120px;
  }
}
.p-reform__cases-label {
  font-size: clamp(10px, 1.8vw, 12px);
  font-weight: 700;
  line-height: 1.6666666667;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #B5A027;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-reform__cases-label {
    margin-bottom: 10px;
  }
}
.p-reform__cases-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.7;
  font-size: clamp(22px, 3vw, 30px);
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-reform__cases-title {
    margin-bottom: 18px;
  }
}
.p-reform__case-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(15px, 3vw, 30px);
}
@media screen and (max-width: 768px) {
  .p-reform__case-item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-reform__case-image {
    margin-bottom: 30px;
  }
}
.p-reform__case-body {
  display: flex;
  flex-direction: column;
}
.p-reform__case-heading {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.6818181818;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-reform__case-heading {
    margin-bottom: 18px;
  }
}
.p-reform__case-meta {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6923076923;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #253A56;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-reform__case-meta {
    margin-bottom: 12px;
  }
}
.p-reform__case-text {
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 500;
  line-height: 2.3846153846;
  color: #253A56;
}
.p-reform__contents {
  margin-bottom: 290px;
}
@media screen and (max-width: 768px) {
  .p-reform__contents {
    margin-bottom: 72px;
  }
}
.p-reform__contents-label {
  font-size: clamp(10px, 1.8vw, 12px);
  font-weight: 700;
  line-height: 1.6666666667;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #B5A027;
  display: block;
  text-align: center;
}
.p-reform__contents-title {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reform__contents-title {
    margin-bottom: 12px;
  }
}
.p-reform__contents-text {
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 500;
  line-height: 2.3846153846;
  color: #253A56;
  margin-bottom: 86px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-reform__contents-text {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-reform__contents-text {
    margin-bottom: 30px;
  }
}
.p-reform__contents-list {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(48px, 8vw, 60px) clamp(10px, 2vw, 40px);
}
@media screen and (max-width: 1024px) {
  .p-reform__contents-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-reform__contents-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.p-reform__contents-image {
  width: 100%;
  max-width: 98px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-reform__contents-image {
    max-width: 78px;
    margin-bottom: 12px;
  }
}
.p-reform__contents-heading {
  font-size: clamp(12px, 1.8vw, 16px);
  font-weight: 500;
  line-height: 1.6875;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
  width: 100%;
}
.p-reform__contents-note {
  font-size: clamp(12px, 1.8vw, 16px);
  font-weight: 500;
  line-height: 1.6875;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
}
.p-reform-flow {
  display: grid;
  grid-template-columns: minmax(0, 843px) auto;
  gap: clamp(40px, 8vw, 140px);
  overflow: hidden;
  margin-bottom: 226px;
}
@media screen and (max-width: 1024px) {
  .p-reform-flow {
    grid-template-columns: minmax(320px, 1fr) auto;
    gap: clamp(20px, 4vw, 40px);
    margin-bottom: 100px;
    padding-inline: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-reform-flow {
    grid-template-columns: 1fr;
    gap: 56px;
    margin-bottom: 120px;
    padding-inline: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-reform-flow__image img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-reform-flow__body {
  display: flex;
  flex-direction: column;
  padding-right: calc((100vw - 1024px) / 2);
}
.p-reform-flow__label {
  font-size: clamp(10px, 1.8vw, 12px);
  font-weight: 700;
  line-height: 1.6666666667;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #B5A027;
  display: inline-block;
}
.p-reform-flow__title {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: clamp(30px, 4vw, 60px);
}
.p-reform-flow__steps {
  display: flex;
  flex-direction: column;
}
.p-reform-flow__item {
  border-top: 1px solid #bfc8d1;
  padding-top: clamp(20px, 4vw, 40px);
  padding-bottom: clamp(30px, 6vw, 60px);
}
.p-reform-flow__item:first-child {
  padding-top: 0;
  border-top: none;
}
.p-reform-flow__item:last-child {
  padding-bottom: 0;
}
.p-reform-flow__term {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  color: #253A56;
}
.p-reform-flow__number {
  margin-right: 10px;
}
.p-reform-flow__divider {
  margin-right: 10px;
  font-weight: 500;
}
.p-reform-flow__desc {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 500;
  line-height: 2;
  color: #253A56;
}
.p-reform__faq {
  margin-inline: auto;
  margin-bottom: 208px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-reform__faq {
    margin-bottom: 116px;
  }
}
@media screen and (max-width: 768px) {
  .p-reform__faq {
    margin-bottom: 94px;
  }
}
.p-reform__faq-label {
  font-size: clamp(10px, 2vw, 12px);
  font-weight: 700;
  line-height: 2;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #B5A027;
  margin-bottom: 4px;
}
.p-reform__faq-heading {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-reform__faq-heading {
    margin-bottom: 48px;
  }
}

.p-single-column {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-single-column {
    margin-top: 0;
  }
}
.p-single-column__container {
  margin-top: 56px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-single-column__container {
    margin-top: 68px;
    margin-bottom: 0;
  }
}
.p-single-column__hero-img {
  width: 100%;
  aspect-ratio: 21/9;
  overflow: hidden;
}
.p-single-column__hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-single-column__hero-img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.p-single-column .c-breadcrumbs .l-inner {
  padding-left: 0;
}
.p-single-column__header {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-single-column__header {
    margin-bottom: 32px;
  }
}
.p-single-column__title {
  font-size: clamp(22px, 5vw, 32px);
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 20px;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-single-column__lead {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-single-column__lead {
    margin-bottom: 32px;
  }
}
.p-single-column__toc {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-single-column__toc {
    margin-bottom: 64px;
  }
}
.p-single-column__toc #ez-toc-container {
  background: #f4f4f4;
  border: none;
  box-shadow: none;
  width: 100%;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-single-column__toc #ez-toc-container {
    padding: 40px 20px;
  }
}
.p-single-column__toc #ez-toc-container .ez-toc-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.p-single-column__toc #ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-single-column__toc #ez-toc-container .ez-toc-title-container .ez-toc-btn-container {
  margin-left: 10px;
  font-size: 0.875rem;
}
.p-single-column__toc #ez-toc-container .ez-toc-title-container .ez-toc-btn-container a {
  color: #292929;
  text-decoration: none;
}
.p-single-column__toc #ez-toc-container nav ul.ez-toc-list {
  list-style: none !important;
  margin: 0;
  padding: 0;
  background: transparent;
}
.p-single-column__toc #ez-toc-container nav ul.ez-toc-list li {
  list-style: none;
  margin-bottom: 12px;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.6;
}
.p-single-column__toc #ez-toc-container nav ul.ez-toc-list li::before {
  content: none;
}
.p-single-column__toc #ez-toc-container nav ul.ez-toc-list li a {
  color: #292929;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-single-column__toc #ez-toc-container nav ul.ez-toc-list li a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.p-single-column__toc #ez-toc-container nav ul.ez-toc-list li.active > a {
  font-weight: bold;
}
.p-single-column__toc #ez-toc-container nav ul.ez-toc-list li ul {
  margin-top: 8px;
  margin-left: 1.5em;
}
.p-single-column__toc #ez-toc-container nav ul.ez-toc-list li ul li {
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.p-single-column__content {
  margin-bottom: 54px;
}
.p-single-column__content h2 {
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c5c5c5;
  color: #253A56;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .p-single-column__content h2 {
    margin-bottom: 12px;
  }
}
.p-single-column__content > * + * {
  margin-top: 1.5em;
}
.p-single-column__content p {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-single-column__content p {
    font-size: clamp(13px, 3vw, 14px);
  }
}
.p-single-column__pickup {
  margin-top: 60px;
  margin-bottom: 60px;
}
.p-single-column__pickup-link {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  overflow: hidden;
}
.p-single-column__pickup-link:hover {
  opacity: 0.9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .p-single-column__pickup-link {
    flex-direction: column;
    align-items: center;
  }
}
.p-single-column__pickup-img {
  width: 35%;
  flex-shrink: 0;
  margin: 0;
  line-height: 0;
}
.p-single-column__pickup-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/10;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .p-single-column__pickup-img {
    width: 100%;
  }
}
.p-single-column__pickup-body {
  padding: 24px 32px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-single-column__pickup-body {
    padding: 20px;
    width: 100%;
  }
}
.p-single-column__pickup-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #7f7f7f;
  margin-bottom: 8px;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-single-column__pickup-title {
  font-size: 16px;
  font-weight: 700;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 8px;
}
.p-single-column__pickup-lead {
  font-size: 13px;
  font-weight: 500;
  color: #7f7f7f;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-single-column__related {
  margin-bottom: 60px;
}
.p-single-column__related-wrapper {
  display: grid;
  grid-template-columns: auto minmax(440px, 1fr);
  background: #F6F6ED;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-single-column__related-wrapper {
    grid-template-columns: auto minmax(320px, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-single-column__related-wrapper {
    grid-template-columns: 1fr;
  }
}
.p-single-column__related-wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.p-single-column__related-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 5%;
}
.p-single-column__related-title {
  font-size: clamp(22px, 2.5vw, 40px);
  font-weight: 500;
  color: #253A56;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.p-single-column__related-titleArea {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 8px;
}
.p-single-column__related-title {
  padding-left: 8px;
}
.p-single-column__related-text {
  color: #253A56;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 600;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 1px;
}
.p-single-column__more {
  margin-bottom: 220px;
}
@media screen and (max-width: 768px) {
  .p-single-column__more {
    margin-bottom: 90px;
  }
}
.p-single-column__more-title {
  font-size: clamp(22px, 2.5vw, 24px);
  font-weight: 700;
  color: #253A56;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 24px;
}
.p-single-column__more-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-single-column__more-grid {
    grid-template-columns: 1fr;
  }
}
.p-single-column__more-card {
  position: relative;
  overflow: hidden;
}
.p-single-column__more-image {
  width: 100%;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.p-single-column__more-image:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.p-single-column__more-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-column__more-card-date {
  font-size: 13px;
  font-weight: 500;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-single-column__more-card-title {
  font-size: clamp(15px, 2.5vw, 18px);
  font-weight: 700;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.p-single-construction {
  margin-top: 80px;
  margin-bottom: 120px;
}
.p-single-construction__sub-hero {
  background-image: url("../img/construction/construction-single-sub-hero.webp");
}
@media screen and (max-width: 1024px) {
  .p-single-construction__sub-hero {
    background-position: 50% 50%;
  }
}
.p-single-construction__sub-hero .l-inner {
  max-width: 1380px;
}
@media screen and (max-width: 768px) {
  .p-single-construction__sub-hero .l-inner {
    max-width: 100%;
  }
}
.p-single-construction__sub-hero-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-single-construction__sub-hero-content {
    margin-top: 164px;
  }
}
.p-single-construction__sub-hero-heading {
  color: #253A56;
}
.p-single-construction__sub-hero-title {
  font-size: clamp(10px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-single-construction__sub-hero-text {
  font-size: clamp(20px, 3.75vw, 40px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  margin: 0;
}
.p-single-construction__content {
  margin-top: 120px;
  margin-inline: auto;
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .p-single-construction__content {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-single-construction__content {
    margin-top: 60px;
    margin-bottom: 72px;
  }
}
.p-single-construction__title {
  font-size: clamp(22px, 5vw, 32px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 46px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-single-construction__title {
    margin-bottom: 40px;
  }
}
.p-single-construction__info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-single-construction__info {
    gap: 12px;
    margin-bottom: 24px;
  }
}
.p-single-construction__info-wrapper {
  display: flex;
  align-items: center;
  color: #292929;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-single-construction__info-wrapper {
    margin-bottom: 0;
  }
}
.p-single-construction__info-item, .p-single-construction__info-item--end {
  font-size: 14px;
  font-weight: 700;
  background-color: #dee5ed;
  border-radius: 24px;
  padding: 10px 26px;
}
.p-single-construction__info-item--end {
  background-color: #2F577A;
  color: #fff;
}
.p-single-construction__info-item-value {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #292929;
}
.p-single-construction__btn-wrapper {
  margin-bottom: 60px;
  text-align: center;
}
.p-single-construction__btn {
  width: 100%;
  max-width: 286px;
}
.p-single-construction__timeline {
  list-style: none;
  padding: 0;
}
.p-single-construction__timeline-item {
  display: grid;
  grid-template-columns: auto 400px 1fr;
  gap: 30px;
  margin-bottom: 30px;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .p-single-construction__timeline-item {
    grid-template-columns: auto 320px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-single-construction__timeline-item {
    grid-template-columns: auto 1fr;
    row-gap: 12px;
    -moz-column-gap: 32px;
         column-gap: 32px;
    align-items: flex-start;
  }
}
.p-single-construction__timeline-label {
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #efefef;
  border: 1px solid #c0c0c0;
  color: #292929;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  min-height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-single-construction__timeline-label::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 10px solid #c0c0c0;
}
.p-single-construction__timeline-label::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 10px solid #efefef;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-single-construction__timeline-label {
    min-height: 224px;
  }
}
@media screen and (max-width: 768px) {
  .p-single-construction__timeline-label {
    grid-row: 1/span 2;
    align-self: stretch;
    min-height: auto;
  }
}
.p-single-construction__timeline-image {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-single-construction__timeline-image {
    grid-column: 2;
    grid-row: 1;
    height: auto;
  }
}
.p-single-construction__timeline-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-single-construction__timeline-image img {
    height: auto;
  }
}
.p-single-construction__timeline-content {
  min-width: 0;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .p-single-construction__timeline-content {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0;
  }
}
.p-single-construction__timeline-date {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #727272;
  margin-bottom: 10px;
}
.p-single-construction__timeline-title {
  font-size: 16px;
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 10px;
  color: #292929;
}
.p-single-construction__timeline-desc {
  font-size: 15px;
  font-weight: 700;
  color: #292929;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-single-construction__timeline-desc {
    font-size: 14px;
  }
}
.p-single-construction__report-more {
  margin-bottom: 220px;
}
@media screen and (max-width: 768px) {
  .p-single-construction__report-more {
    margin-bottom: 156px;
  }
}
.p-single-construction__report-more-title {
  font-size: 23px;
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #292929;
  margin-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-single-construction__report-more-title {
    margin-bottom: 32px;
  }
}
.p-single-construction__report-more-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-single-construction__report-more-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.p-single-news__sub-hero {
  background-image: url("../img/news/news-sub-hero.webp");
}
@media screen and (max-width: 1024px) {
  .p-single-news__sub-hero {
    background-position: 80% 50%;
  }
}
.p-single-news__sub-hero .l-inner {
  max-width: 1380px;
}
@media screen and (max-width: 768px) {
  .p-single-news__sub-hero .l-inner {
    max-width: 100%;
  }
}
.p-single-news__sub-hero-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-single-news__sub-hero-content {
    margin-top: 164px;
  }
}
.p-single-news__sub-hero-heading {
  color: #253A56;
}
.p-single-news__sub-hero-title {
  font-size: clamp(10px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-single-news__sub-hero-text {
  font-size: clamp(20px, 3.75vw, 40px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-single-news__container {
    margin-top: 56px;
    margin-bottom: 90px;
  }
}
.p-single-news__header {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-single-news__header {
    margin-bottom: 32px;
  }
}
.p-single-news__meta {
  margin-bottom: 12px;
}
.p-single-news__title {
  font-size: clamp(22px, 5vw, 32px);
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-single-news__body {
  font-size: 16px;
  font-weight: 500;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .p-single-news__body {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-single-news__body {
    margin-bottom: 64px;
  }
}
.p-single-news__body p {
  margin-bottom: 24px;
}
.p-single-news__body p:last-child {
  margin-bottom: 0;
}
.p-single-news__footer {
  text-align: center;
}
.p-single-news__footer .c-btn {
  width: 100%;
  max-width: 286px;
}

.p-single-recruit__container {
  margin-top: 56px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-single-recruit__container {
    margin-top: 54px;
    margin-bottom: 164px;
  }
}
.p-single-recruit__sub-hero {
  background-image: url("../img/recruit/recruit-sub-hero.webp");
}
@media screen and (max-width: 1024px) {
  .p-single-recruit__sub-hero {
    background-position: 50% 50%;
  }
}
.p-single-recruit__sub-hero .l-inner {
  max-width: 1380px;
}
@media screen and (max-width: 768px) {
  .p-single-recruit__sub-hero .l-inner {
    max-width: 100%;
  }
}
.p-single-recruit__sub-hero-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-single-recruit__sub-hero-content {
    margin-top: 164px;
  }
}
.p-single-recruit__sub-hero-heading {
  color: #253A56;
}
.p-single-recruit__sub-hero-title {
  font-size: clamp(10px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-single-recruit__sub-hero-text {
  font-size: clamp(20px, 3.75vw, 40px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  margin: 0;
}
.p-single-recruit__detail-intro {
  margin-bottom: 40px;
}
.p-single-recruit__detail-lead {
  font-size: clamp(18px, 2.5vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  color: #253A56;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #b6b6b6;
}
@media screen and (max-width: 768px) {
  .p-single-recruit__detail-lead {
    margin-bottom: 12px;
  }
}
.p-single-recruit__detail-desc {
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 500;
  line-height: 1.875;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .p-single-recruit__detail-desc {
    line-height: 2.143;
  }
}
.p-single-recruit__detail-section {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-single-recruit__detail-section {
    margin-bottom: 40px;
  }
}
.p-single-recruit__detail-section dt, .p-single-recruit__detail-section dd {
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 500;
  line-height: 1.875;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-single-recruit__detail-section:last-of-type {
  margin-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .p-single-recruit__detail-section:last-of-type {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-single-recruit__detail-section:last-of-type {
    margin-bottom: 72px;
  }
}
.p-single-recruit__detail-section-title {
  font-size: clamp(18px, 2.5vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  color: #253A56;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #b6b6b6;
}
@media screen and (max-width: 768px) {
  .p-single-recruit__detail-section-title {
    margin-bottom: 12px;
  }
}
.p-single-recruit__detail-list--simple dt, .p-single-recruit__detail-list--simple dd {
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 500;
}
.p-single-recruit__detail-requirements-sub {
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 500;
  line-height: 1.875;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-single-recruit__detail-requirements-body {
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 500;
  line-height: 1.875;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-single-recruit__detail-flow-text {
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 500;
  line-height: 1.875;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-single-recruit__detail-cta {
  text-align: center;
}
.p-single-recruit__detail-cta-btn {
  width: 100%;
  max-width: 286px;
}

.p-single-works {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-single-works {
    margin-top: 0;
  }
}
.p-single-works__container {
  margin-top: 56px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-single-works__container {
    margin-top: 24px;
  }
}
.p-single-works__hero-img {
  width: 100%;
  aspect-ratio: 21/9;
  overflow: hidden;
}
.p-single-works__hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-single-works__hero-img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.p-single-works .c-breadcrumbs .l-inner {
  padding-left: 0;
}
.p-single-works .l-container--sm {
  margin-bottom: 0;
}
.p-single-works__category {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background-color: #253A56;
  padding: 10px 18px;
  text-align: center;
  display: inline-block;
  margin-bottom: 16px;
}
.p-single-works__header {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-single-works__header {
    margin-bottom: 32px;
  }
}
.p-single-works__title {
  font-size: clamp(22px, 5vw, 32px);
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 20px;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-single-works__lead {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 30px;
}
.p-single-works__section {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-single-works__section {
    margin-bottom: 48px;
  }
}
.p-single-works__section-title {
  font-size: clamp(18px, 2.5vw, 20px);
  font-weight: 700;
  margin-bottom: 16px;
  color: #253A56;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-single-works__specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(28px, 3vw, 56px);
  color: #292929;
}
@media screen and (max-width: 768px) {
  .p-single-works__specs {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-single-works__specs-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-single-works__specs-col:last-child {
  border-left: 1px solid #cacaca;
  padding-left: clamp(28px, 3vw, 56px);
}
@media screen and (max-width: 768px) {
  .p-single-works__specs-col:last-child {
    border-left: none;
    border-top: 1px solid #cacaca;
    padding-left: 0;
    padding-top: 24px;
  }
}
.p-single-works__specs-row {
  display: flex;
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 500;
}
.p-single-works__comment-body {
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 500;
  color: #292929;
}
.p-single-works__gallery {
  margin-bottom: 138px;
}
@media screen and (max-width: 1024px) {
  .p-single-works__gallery {
    margin-bottom: 114px;
  }
}
.p-single-works__gallery-grid {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .p-single-works__gallery-grid {
    gap: 24px;
  }
}
.p-single-works__gallery-row {
  display: grid;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-single-works__gallery-row {
    gap: 16px;
  }
}
.p-single-works__gallery-row--full {
  grid-template-columns: 1fr;
}
.p-single-works__gallery-row--half {
  grid-template-columns: repeat(2, 1fr);
}
.p-single-works__figure {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #f5f5f5;
}
.p-single-works__gallery-row--half .p-single-works__figure {
  aspect-ratio: 3/4;
}
.p-single-works__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-works__more {
  margin-bottom: 220px;
}
@media screen and (max-width: 768px) {
  .p-single-works__more {
    margin-bottom: 90px;
  }
}
.p-single-works__more-title {
  font-size: clamp(22px, 2.5vw, 24px);
  font-weight: 700;
  color: #253A56;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 24px;
}
.p-single-works__more-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .p-single-works__more-grid {
    grid-template-columns: 1fr;
  }
}
.p-single-works__more-card {
  position: relative;
  overflow: hidden;
}
.p-single-works__more-image {
  width: 100%;
  transition: transform 0.3s ease, filter 0.3s ease;
  margin-bottom: 12px;
}
.p-single-works__more-image:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.p-single-works__more-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-works__more-card-date {
  font-size: 13px;
  font-weight: 500;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-single-works__more-card-title {
  font-size: clamp(15px, 2.5vw, 18px);
  font-weight: 700;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 12px;
}
.p-single-works__more-meta-row {
  display: flex;
}
.p-single-works__more-meta-term {
  font-size: 14px;
  font-weight: 500;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-single-works__more-meta-desc {
  font-size: 14px;
  font-weight: 500;
  color: #292929;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-single-works__more-updated {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  padding-top: 8px;
  font-size: 13px;
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #292929;
}

.p-strengths {
  margin-top: 48px;
  margin-bottom: 120px;
}
.p-strengths__sub-hero {
  background-image: url("../img/strengths/strengths-sub-hero.webp");
}
@media screen and (max-width: 1024px) {
  .p-strengths__sub-hero {
    background-position: 46% 50%;
  }
}
.p-strengths__sub-hero .l-inner {
  max-width: 1380px;
}
@media screen and (max-width: 768px) {
  .p-strengths__sub-hero .l-inner {
    max-width: 100%;
  }
}
.p-strengths__sub-hero-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-strengths__sub-hero-content {
    margin-top: 164px;
  }
}
.p-strengths__sub-hero-heading {
  color: #253A56;
}
.p-strengths__sub-hero-title {
  font-size: clamp(10px, 3vw, 15px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-strengths__sub-hero-text {
  font-size: clamp(20px, 3.75vw, 40px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  margin: 0;
}
.p-strengths__intro {
  display: grid;
  grid-template-columns: minmax(0, 520px) 1fr;
  align-items: center;
  gap: clamp(31px, 8vw, 62px);
  margin-bottom: 240px;
}
@media screen and (max-width: 1024px) {
  .p-strengths__intro {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 72px;
  }
}
.p-strengths__intro-title {
  margin-bottom: 30px;
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 500;
  color: #253A56;
}
@media screen and (max-width: 1024px) {
  .p-strengths__intro-title {
    margin-bottom: 18px;
  }
}
.p-strengths__intro-image {
  order: -1;
}
@media screen and (max-width: 1024px) {
  .p-strengths__intro-image {
    order: 1;
  }
}
.p-strengths__intro-text {
  font-size: clamp(14px, 3vw, 15px);
  font-weight: 600;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2.4675;
  color: #253A56;
}
@media screen and (max-width: 768px) {
  .p-strengths__intro-text {
    line-height: 1.8571428571;
  }
}
.p-strengths__commitment {
  margin-bottom: 350px;
}
@media screen and (max-width: 1024px) {
  .p-strengths__commitment {
    margin-bottom: 80px;
  }
}
.p-strengths__commitment-title {
  position: relative;
  font-size: clamp(26px, 4vw, 30px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #253A56;
  margin-bottom: 86px;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .p-strengths__commitment-title {
    margin-bottom: 32px;
    padding-left: 32px;
  }
}
.p-strengths__commitment-title::before {
  content: "・";
  position: absolute;
  top: -8px;
  left: 0;
  font-size: clamp(36px, 4vw, 40px);
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #253A56;
}
.p-strengths__commitment-item {
  display: grid;
  grid-template-columns: minmax(0, 520px) auto;
  align-items: center;
  gap: clamp(30px, 8vw, 60px);
  margin-bottom: 170px;
}
@media screen and (max-width: 1024px) {
  .p-strengths__commitment-item {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 72px;
  }
}
.p-strengths__commitment-item:nth-child(2) {
  align-items: flex-start;
}
.p-strengths__commitment-item-content {
  display: flex;
  flex-direction: column;
  order: 2;
}
@media screen and (max-width: 1024px) {
  .p-strengths__commitment-item-content {
    order: unset;
    display: contents;
  }
}
.p-strengths__commitment-content-number {
  font-size: 12px;
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #B5A027;
}
@media screen and (max-width: 1024px) {
  .p-strengths__commitment-content-number {
    margin-bottom: 4px;
    order: 1;
  }
}
.p-strengths__commitment-content-title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #253A56;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .p-strengths__commitment-content-title {
    margin-bottom: 32px;
    order: 2;
  }
}
.p-strengths__commitment-content-text {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  line-height: 1.8571428571;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-strengths__commitment-content-text {
    margin-top: 0;
    line-height: 2.643;
    order: 4;
  }
}
.p-strengths__commitment-content-btn {
  width: 100%;
  max-width: 286px;
}
@media screen and (max-width: 1024px) {
  .p-strengths__commitment-content-btn {
    order: 5;
    margin-inline: auto;
  }
}
.p-strengths__commitment-content-point {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #e2e2ce;
  margin-bottom: 40px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .p-strengths__commitment-content-point {
    order: 4;
  }
}
.p-strengths__commitment-content-point-label {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
  padding-left: 12px;
}
.p-strengths__commitment-content-point-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #253A56;
}
.p-strengths__commitment-content-point-list-item {
  font-size: 14px;
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
}
.p-strengths__commitment-item-image {
  margin-bottom: 10px;
}
.p-strengths__commitment-item-image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-strengths__commitment-item-image-wrapper {
  order: 1;
}
@media screen and (max-width: 1024px) {
  .p-strengths__commitment-item-image-wrapper {
    margin-bottom: 24px;
    text-align: center;
    order: 3;
  }
}
.p-strengths__commitment-item-image-text {
  font-size: clamp(14px, 3vw, 21px);
  font-weight: 500;
  line-height: 1.0952380952;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background-color: #253A56;
  color: #fff;
  padding: 8px 16px;
  border-radius: 40px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-strengths__commitment-item-image-text {
    display: inline-flex;
  }
}
.p-strengths__commitment-item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.p-strengths__commitment-item-list-item {
  position: relative;
  background-color: #2f577a;
  padding: 40px 16px 16px;
}
@media screen and (max-width: 1024px) {
  .p-strengths__commitment-item-list-item {
    padding: 40px 10px 10px;
  }
}
.p-strengths__commitment-item-list-item::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(16px, 3vw, 22px);
  height: clamp(16px, 3vw, 22px);
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.p-strengths__commitment-item-list-item::after {
  content: "";
  position: absolute;
  top: clamp(12px, 2vw, 16px);
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: clamp(6px, 2vw, 8px);
  height: 12px;
  border-right: 2px solid #2f577a;
  border-bottom: 2px solid #2f577a;
  z-index: 2;
}
.p-strengths__commitment-item-list-item-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(10px, 2vw, 14px);
  font-weight: 700;
  line-height: 1.3571428571;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
}
.p-strengths__commitment-item-image-block-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(27px, 8vw, 54px);
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-strengths__commitment-item-image-block-wrapper {
    margin-bottom: 48px;
    order: 3;
  }
}
.p-strengths__commitment-item-image-block-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #d4d4d4;
  z-index: 1;
}
.p-strengths__commitment-item-image-block-item {
  display: flex;
  flex-direction: column;
}
.p-strengths__commitment-item-image-block-item .p-strengths__commitment-item-image {
  flex: 1;
  display: flex;
  align-items: stretch;
}
.p-strengths__commitment-item-image-block-item-heading {
  font-size: clamp(12px, 2vw, 17px);
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.3529411765;
  background-color: #253A56;
  border-radius: 40px;
  color: #fff;
  padding: 8px 16px;
  margin-bottom: 20px;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-strengths__commitment-item-image-block-item-heading {
    padding: 7px;
  }
}
.p-strengths__swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-strengths__swiper {
    margin-bottom: 80px;
  }
}
.p-strengths__swiper-visual {
  position: relative;
  width: 100%;
  height: 306px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-strengths__swiper-visual {
    height: 131px;
  }
}
.p-strengths__swiper-track {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-strengths__swiper-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  height: 100%;
  align-items: center;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .p-strengths__swiper-row {
    gap: 12px;
  }
}
.p-strengths__swiper-row img {
  width: auto;
  height: 306px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  flex-shrink: 0;
  display: block;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-strengths__swiper-row img {
    width: auto;
    height: 131px;
    min-width: 124px;
  }
}
@media (max-width: 375px) {
  .p-strengths__swiper-row img {
    min-width: 250px;
  }
}
.p-strengths__comparison {
  margin-bottom: 220px;
  padding: clamp(50px, 8vw, 100px) clamp(70px, 8vw, 140px);
  background-color: #F6F6ED;
}
@media screen and (max-width: 1024px) {
  .p-strengths__comparison {
    margin-bottom: 116px;
  }
}
@media screen and (max-width: 768px) {
  .p-strengths__comparison {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: 24px;
    padding-block: 80px;
  }
}
.p-strengths__comparison-title {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-strengths__comparison-title {
    margin-bottom: 16px;
  }
}
.p-strengths__comparison-text {
  font-size: clamp(14px, 3vw, 15px);
  font-weight: 600;
  line-height: 2;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #253A56;
  margin-bottom: 24px;
  text-align: center;
}
.p-strengths__comparison-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-strengths__comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-weight: 500;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
  min-width: 818px;
  background-color: #fff;
}
.p-strengths__comparison-table thead th {
  font-size: 16px;
  font-weight: 700;
}
.p-strengths__comparison-table thead th:first-child {
  width: 180px;
  min-width: 180px;
  max-width: 180px;
}
.p-strengths__comparison-table thead th:nth-child(2) {
  width: auto;
  background-color: #C0CDDF;
}
.p-strengths__comparison-table thead th:nth-child(3) {
  width: auto;
}
.p-strengths__comparison-table th,
.p-strengths__comparison-table td {
  border: 1px solid #D4d4d4;
  padding: 8px 16px;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  line-height: 1.8;
  white-space: nowrap;
}
.p-strengths__comparison-table th:nth-child(2), .p-strengths__comparison-table th:nth-child(3),
.p-strengths__comparison-table td:nth-child(2),
.p-strengths__comparison-table td:nth-child(3) {
  text-align: left;
}
.p-strengths__comparison-table th {
  background-color: #fff;
  color: #253A56;
}
.p-strengths__comparison-table td {
  background-color: #fff;
  color: #253A56;
}
.p-strengths__comparison-table td:nth-child(2) {
  background-color: #C0CDDF;
  font-weight: 700;
}

.p-top__mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-top: 0;
  background-color: #253A56;
}
@media screen and (max-width: 1024px) {
  .p-top__mv {
    height: 68vh;
  }
}
.p-top__mv-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-top__mv-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fadeInOut 18s infinite;
}
.p-top__mv-slide:nth-child(1) {
  animation-delay: 0s;
  opacity: 1;
}
.p-top__mv-slide:nth-child(2) {
  animation-delay: 6s;
}
.p-top__mv-slide:nth-child(3) {
  animation-delay: 12s;
}
.p-top__mv-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  animation: zoomInLoop 18s linear infinite;
}
@media screen and (max-width: 768px) {
  .p-top__mv-slide img {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }
}
.p-top__mv-slide:nth-child(1) img {
  animation-delay: 0s;
}
.p-top__mv-slide:nth-child(2) img {
  animation-delay: 6s;
}
.p-top__mv-slide:nth-child(3) img {
  animation-delay: 12s;
}
.p-top__mv-text {
  position: absolute;
  bottom: 114px;
  left: 120px;
  z-index: 10;
  color: #fff;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 500;
  line-height: 2;
  text-shadow: 0 4px 24px rgb(91, 53, 22);
}
@media screen and (max-width: 1024px) {
  .p-top__mv-text {
    bottom: 60px;
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__mv-text {
    bottom: 44px;
    left: 28px;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  36% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomInLoop {
  0% {
    transform: scale(1);
  }
  33.33% {
    transform: scale(1.1);
  }
  33.34% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.p-top__news {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(30px, 6vw, 60px);
  align-items: flex-start;
  padding-bottom: 100px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .p-top__news {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 64px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .p-top__news {
    padding-top: 40px;
  }
}
.p-top__news-titleArea {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-top__news-title {
  font-size: clamp(22px, 2.5vw, 40px);
}
.p-top__news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .p-top__news-list {
    gap: 0;
  }
}
.p-top__news-item {
  padding-bottom: 18px;
}
.p-top__news-link {
  display: grid;
  grid-template-columns: auto minmax(0, 140px) 1fr;
  -moz-column-gap: clamp(12px, 2vw, 24px);
       column-gap: clamp(12px, 2vw, 24px);
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-top__news-link {
    grid-template-columns: auto minmax(0, 120px) 1fr;
  }
}
.p-top__news-link-date {
  grid-column: 1;
}
.p-top__news-link-category {
  grid-column: 2;
}
.p-top__news-link-text {
  grid-column: 3;
}
.p-top__news-link:hover {
  opacity: 0.7;
}
.p-top__news-date {
  color: #253A56;
  font-size: 12px;
  line-height: 1.1666666667;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-top__news-category {
  font-size: 12px;
  line-height: 1.1666666667;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
  padding: 6px 20px;
  border: 1px solid #253A56;
  border-radius: 100px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .p-top__news-category {
    padding: 4px 10px;
  }
}
.p-top__news-text {
  font-size: clamp(12px, 2vw, 16px);
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.875;
  color: #253A56;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-top__news-more {
  align-self: flex-end;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  color: #253A56;
  white-space: nowrap;
  transition: opacity 0.2s;
}
@media screen and (max-width: 1024px) {
  .p-top__news-more {
    margin-left: auto;
  }
}
.p-top__news-more:hover {
  opacity: 0.7;
}
.p-top__news-more::after {
  content: "";
  border-bottom: 1px solid #253A56;
  width: 100%;
  height: 1px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top__news {
    grid-template-columns: 1fr;
    gap: clamp(16px, 3vw, 32px);
  }
  .p-top__news-header {
    text-align: center;
  }
  .p-top__news-more {
    text-align: center;
  }
}
.p-top__news-no-posts {
  text-align: center;
  padding: 100px 0;
}
.p-top__news-no-posts-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #292929;
}

.p-top__strength {
  position: relative;
}
.p-top__strength::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/top/top-strengths.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .p-top__strength::before {
    aspect-ratio: 402/306;
    height: 48vh;
  }
}
@media screen and (max-width: 768px) {
  .p-top__strength::before {
    height: 34vh;
  }
}
.p-top__strength-inner {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 540px) 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
  min-height: 960px;
}
@media screen and (max-width: 1024px) {
  .p-top__strength-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    min-height: 768px;
    align-items: end;
  }
}
@media screen and (max-width: 768px) {
  .p-top__strength-inner {
    min-height: clamp(600px, max(820px - (100vw - 375px) * 220 / 393, 900px - (100vw - 350px) * 80 / 25), 900px);
  }
}
.p-top__strength-card {
  background-color: #fff;
  padding: 166px 5em;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 36px;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1024px) {
  .p-top__strength-card {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    gap: 36px;
    padding: 40px 24px;
    padding-bottom: 0;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top__strength-card {
    top: 25%;
    gap: 24px;
  }
}
.p-top__strength-btn {
  width: 100%;
  max-width: 286px;
}
@media screen and (max-width: 1024px) {
  .p-top__strength-btn {
    max-width: 290px;
    margin-inline: auto;
  }
}
.p-top__strength-lead {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 500;
  line-height: 2.25;
  color: #253A56;
  letter-spacing: 1px;
}
.p-top__strength-text {
  font-size: clamp(14px, 2vw, 15px);
  font-weight: 600;
  line-height: 2.4666666667;
  color: #253A56;
}

.p-top__works {
  overflow: hidden;
  padding-top: 210px;
}
@media screen and (max-width: 1024px) {
  .p-top__works {
    padding-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__works {
    padding-top: 32px;
  }
}
.p-top__works-inner {
  text-align: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 1024px) {
  .p-top__works-inner {
    margin-bottom: 48px;
  }
}
.p-top__works-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(70px, 14vw, 140px);
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .p-top__works-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top__works-titleArea {
    text-align: left;
  }
}
.p-top__works-title {
  font-size: clamp(22px, 3.5vw, 40px);
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  .p-top__works-title {
    text-align: left;
  }
}
.p-top__works-text-wrapper {
  max-width: 620px;
  text-align: left;
}
.p-top__works-text-wrapper a {
  width: 100%;
  max-width: 240px;
}
.p-top__works-text {
  margin-bottom: 72px;
  color: #253A56;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 1024px) {
  .p-top__works-text {
    margin-bottom: 0;
  }
}
.p-top__works-list {
  width: 100%;
  position: relative;
  left: 0;
  transform: none;
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
  margin-bottom: 252px;
}
@media screen and (max-width: 1024px) {
  .p-top__works-list {
    margin-bottom: 144px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__works-list {
    margin-bottom: 84px;
  }
}
.p-top__works-no-posts {
  text-align: center;
  padding: 100px 0;
}
.p-top__works-no-posts-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #292929;
}
@media screen and (max-width: 1024px) {
  .p-top__works-btn {
    display: none;
  }
}

.p-top__works-list-btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-top__works-list-btn {
    display: block;
    margin-inline: auto;
    max-width: 290px;
    text-align: center;
  }
}

.works-swiper {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .works-swiper {
    margin-bottom: 48px;
  }
}
.works-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
}
.works-swiper .swiper-slide {
  width: 348px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .works-swiper .swiper-slide {
    width: 280px;
  }
}
@media (max-width: 375px) {
  .works-swiper .swiper-slide {
    width: 240px;
  }
}

.works-item {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
.works-item__link {
  width: 100%;
  max-width: 348px;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .works-item__link {
    max-width: 280px;
  }
}
@media (max-width: 375px) {
  .works-item__link {
    max-width: 240px;
  }
}
.works-item__link:hover {
  transform: translateY(-5px);
}
.works-item__image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 348/202;
}
.works-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.works-item__category {
  position: absolute;
  top: 0;
  left: 0;
  background: #253A56;
  color: #fff;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.works-item__content {
  padding: 20px 10px;
}
.works-item__date {
  font-size: 12px;
  line-height: 1;
  color: #727272;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.works-item__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6875;
  color: #253A56;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.works-item__link:hover .works-item__image {
  transform: scale(1.05);
}

.p-top__construction {
  margin-bottom: 232px;
}
@media screen and (max-width: 1024px) {
  .p-top__construction {
    margin-bottom: 144px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__construction {
    margin-bottom: 84px;
  }
}
.p-top__construction-wrapper {
  display: grid;
  grid-template-columns: 1fr clamp(280px, 23vw, 441px);
  background: #F6F6ED;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-top__construction-wrapper {
    grid-template-columns: 1fr clamp(240px, 33vw, 341px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__construction-wrapper {
    grid-template-columns: 1fr;
  }
}
.p-top__construction-wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.p-top__construction-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  max-width: clamp(360px, 28vw, 441px);
}
@media screen and (max-width: 1024px) {
  .p-top__construction-image-wrapper {
    max-width: clamp(240px, 33vw, 341px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__construction-image-wrapper {
    max-width: 100%;
  }
}
.p-top__construction-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top__construction-image {
    aspect-ratio: 16/9;
  }
}
.p-top__construction-header {
  display: flex;
  flex-direction: column;
  padding: 12% 7% 9%;
}
@media screen and (max-width: 768px) {
  .p-top__construction-header {
    padding: 10% 13%;
  }
}
.p-top__construction-titleArea {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 8px;
}
.p-top__construction-title {
  padding-left: 8px;
  font-size: clamp(22px, 3.5vw, 40px);
  font-weight: 500;
  letter-spacing: 1px;
}
.p-top__construction-text {
  color: #253A56;
  font-size: clamp(14px, 2vw, 16px);
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.75;
  letter-spacing: 1px;
}

.p-top__performance {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 356px;
}
@media screen and (max-width: 1024px) {
  .p-top__performance {
    height: 100vh;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__performance {
    height: min(800px, 800px - (100vw - 402px) * 0.4);
    min-height: auto;
    padding-bottom: 120px;
  }
}
.p-top__performance-visual {
  position: relative;
  width: 100%;
  height: 638px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-top__performance-visual {
    height: 328px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__performance-visual {
    height: 180px;
  }
}
.p-top__performance-track {
  position: absolute;
  left: 0;
  width: 100%;
  height: 316px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .p-top__performance-track {
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__performance-track {
    height: 88px;
  }
}
.p-top__performance-track--upper {
  top: 0;
}
.p-top__performance-track--lower {
  bottom: 0;
}
.p-top__performance-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  height: 100%;
}
.p-top__performance-row img {
  width: auto;
  height: 316px;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-top__performance-row img {
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__performance-row img {
    height: 88px;
  }
}
.p-top__performance-card {
  position: absolute;
  top: 138px;
  width: 100%;
  max-width: 636px;
  padding: 76px 80px;
  background: #F6F6ED;
  z-index: 10;
  left: clamp(16px, (100vw - 1920px) * 0.5 + 875px, 875px);
}
@media screen and (max-width: 1024px) {
  .p-top__performance-card {
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
    padding: clamp(40px, 8vw, 76px) clamp(32px, 5vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__performance-card {
    width: calc(100% - 56px);
    max-width: none;
    padding: clamp(40px, 6vw, 48px) clamp(24px, 4vw, 40px);
  }
}
.p-top__performance-btn {
  width: 100%;
  max-width: 286px;
}
@media screen and (max-width: 768px) {
  .p-top__performance-btn {
    max-width: 290px;
    margin: 0 auto;
  }
}
.p-top__performance-lead {
  margin-bottom: 40px;
  font-size: clamp(22px, 3.5vw, 36px);
  font-weight: 500;
  line-height: 2.2222222222;
  color: #253A56;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1024px) {
  .p-top__performance-lead {
    margin-bottom: 32px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-top__performance-lead {
    margin-bottom: 24px;
    text-align: left;
  }
}
.p-top__performance-text {
  margin-bottom: 20px;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 600;
  line-height: 2.25;
  color: #253A56;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .p-top__performance-text {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__performance-text {
    text-align: left;
    margin-bottom: 24px;
  }
}
@media (min-width: 1920px) {
  .p-top__performance-card {
    right: calc((100% - 1100px) / 2);
  }
}

.p-top__service {
  color: #253A56;
  margin-bottom: 114px;
}
@media screen and (max-width: 768px) {
  .p-top__service {
    margin-bottom: 80px;
  }
}
.p-top__service-lead-wrapper {
  margin-bottom: 144px;
}
@media screen and (max-width: 1024px) {
  .p-top__service-lead-wrapper {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__service-lead-wrapper {
    margin-bottom: 72px;
  }
}
.p-top__service-lead {
  margin-bottom: 40px;
  font-size: clamp(22px, 3.5vw, 36px);
  font-weight: 500;
  line-height: 2.2222222222;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1024px) {
  .p-top__service-lead {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__service-lead {
    margin-bottom: 24px;
  }
}
.p-top__service-text {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 600;
  line-height: 2.25;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.p-top__service-items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 6vw, 64px);
}
@media screen and (max-width: 768px) {
  .p-top__service-items {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.p-top__service-item {
  position: relative;
  min-height: 658px;
  overflow: hidden;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-top__service-item {
    min-height: auto;
    aspect-ratio: 347/366;
  }
}
.p-top__service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.p-top__service-item:nth-child(1) {
  background-image: url("../img/top/top-reform.webp");
}
@media screen and (max-width: 768px) {
  .p-top__service-item:nth-child(1) {
    order: 2;
  }
}
.p-top__service-item:nth-child(2) {
  background-image: url("../img/top/top-custom.webp");
  transform: translateY(-180px);
}
@media screen and (max-width: 1024px) {
  .p-top__service-item:nth-child(2) {
    transform: translateY(-90px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__service-item:nth-child(2) {
    order: 1;
  }
}
.p-top__service-item:nth-child(2):hover {
  transform: translateY(-190px);
}
@media screen and (max-width: 768px) {
  .p-top__service-item:nth-child(2) {
    transform: none;
  }
  .p-top__service-item:nth-child(2):hover {
    transform: translateY(-10px);
  }
}
.p-top__service-item-link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  height: 100%;
  padding: 30px;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .p-top__service-item-link {
    gap: 8px;
    padding: 32px 20px;
  }
}
.p-top__service-item-subtitle {
  font-size: 12px;
}
.p-top__service-item-heading {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 16px;
}
.p-top__service-item-title {
  font-size: clamp(26px, 3.5vw, 37px);
}
.p-top__service-item-text {
  font-size: clamp(12px, 1.5vw, 13px);
  font-weight: 600;
  line-height: 2.25;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.p-top__service .c-btn--circle--md {
  flex-shrink: 0;
  border-color: #fff;
  color: #fff;
}

.p-top__column {
  text-align: center;
  margin-bottom: 138px;
}
@media screen and (max-width: 1024px) {
  .p-top__column {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__column {
    margin-bottom: 72px;
  }
}
@media (max-width: 1230px) {
  .p-top__column {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__column {
    padding-inline: 40px;
  }
}
.p-top__column-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(24px, 2vw, 64px);
  align-items: center;
  margin-bottom: 70px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-top__column-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__column-wrapper {
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 54px;
  }
}
.p-top__column-titleArea {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-top__column-title {
  font-size: clamp(22px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.25;
}
.p-top__column-text {
  color: #253A56;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 600;
  line-height: 1.75;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 2.4px;
}
.p-top__column-btn {
  width: 100%;
  max-width: 286px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.7px;
}
.p-top__column-slider-container {
  display: flex;
  position: relative;
  max-width: 1180px;
  margin-inline: auto;
  margin-bottom: 40px;
  text-align: left;
  overflow: visible;
}
.p-top__column-slider.swiper {
  width: 100%;
  margin: 0;
}
.p-top__column-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 266px;
}
@media screen and (max-width: 1024px) {
  .p-top__column-card {
    max-width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-top__column-card {
    max-width: 100%;
  }
}
.p-top__column-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
}
.p-top__column-card-thumb {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 10px;
}
.p-top__column-card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.p-top__column-card-link:hover .p-top__column-card-thumb img {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.p-top__column-card-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-top__column-card-date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #727272;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-top__column-card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-top__column-card-summary {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #253A56;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.p-top__column-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, opacity 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #727272;
  z-index: 10;
  z-index: 100;
  pointer-events: auto;
}
.p-top__column-arrow::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transition: transform 0.2s ease;
}
.p-top__column-arrow:hover {
  color: #253A56;
}
.p-top__column-arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.p-top__column-arrow--prev {
  left: -60px;
}
.p-top__column-arrow--prev::before {
  transform: rotate(-135deg);
}
.p-top__column-arrow--prev:hover::before {
  transform: rotate(-135deg) translateX(-2px);
}
.p-top__column-arrow--next {
  right: -60px;
}
.p-top__column-arrow--next::before {
  transform: rotate(45deg);
}
.p-top__column-arrow--next:hover::before {
  transform: rotate(45deg) translateX(2px);
}
.p-top__column-no-posts {
  text-align: center;
  padding: 100px 0;
}
.p-top__column-no-posts-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #292929;
}

.p-top__flow {
  width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #F6F6ED;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .p-top__flow {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__flow {
    margin-bottom: 64px;
  }
}
.p-top__flow-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .p-top__flow-inner {
    flex-direction: column-reverse;
    background-color: #fff;
  }
}
.p-top__flow-media {
  margin: 0;
  overflow: hidden;
  width: 50%;
  max-width: 960px;
  flex-shrink: 1;
}
@media screen and (max-width: 1024px) {
  .p-top__flow-media {
    width: 100%;
    max-width: 100%;
  }
}
.p-top__flow-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-top__flow-content {
  width: 50%;
  max-width: 622px;
  padding: clamp(17.5px, 3.5vw, 84px) clamp(32px, 6vw, 64px);
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 3vw, 30px);
  justify-content: center;
  color: #253A56;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  flex-shrink: 1;
}
@media screen and (max-width: 1024px) {
  .p-top__flow-content {
    width: auto;
    max-width: 100%;
    gap: 30px;
    margin-inline: 40px;
    padding: 56px 32px 80px;
    background-color: #F6F6ED;
  }
}
@media screen and (max-width: 768px) {
  .p-top__flow-content {
    margin-inline: 28px;
    padding: 48px 20px 72px;
  }
}
.p-top__flow-label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3em;
}
.p-top__flow-titleArea {
  margin-bottom: 0;
}
.p-top__flow-title {
  font-size: clamp(22px, 2.5vw, 33px);
  font-weight: 500;
  line-height: 2.1212121212;
  letter-spacing: 1.75px;
}
.p-top__flow-text {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 600;
  line-height: 2.3125;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1024px) {
  .p-top__flow-text {
    margin-bottom: 30px;
  }
}
.p-top__flow-btn {
  background-color: inherit;
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 1024px) {
  .p-top__flow-btn {
    max-width: 290px;
    margin-inline: auto;
  }
}

.p-top__recruit {
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .p-top__recruit {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
  }
}
.p-top__recruit-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  background-color: #253A56;
}
@media screen and (max-width: 1024px) {
  .p-top__recruit-content {
    flex-direction: column;
  }
}
.p-top__recruit-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 54px 5%;
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .p-top__recruit-inner {
    margin-bottom: 54px;
  }
}
.p-top__recruit-titleArea {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .p-top__recruit-titleArea {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__recruit-titleArea {
    margin-bottom: 24px;
  }
}
.p-top__recruit-subtitle {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(33px, 3.5vw, 50px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 2.5px;
}
.p-top__recruit-title {
  color: #fff;
  font-size: clamp(13px, 2vw, 16px);
  font-weight: 700;
  font-family: Arial, "Yugothic", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.8px;
}
.p-top__recruit-text {
  max-width: 470px;
  margin-bottom: 16px;
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.p-top__recruit-text:last-of-type {
  margin-bottom: 40px;
}
.p-top__recruit-image {
  max-width: 415px;
  flex-shrink: 0;
}
.p-top__recruit-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-top__recruit-image {
    display: none;
  }
}
.p-top__recruit-btn {
  width: 100%;
  max-width: 240px;
  background-color: inherit;
  border-color: #fff;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-top__recruit-btn {
    max-width: 290px;
    margin-inline: auto;
  }
}
.p-top__recruit-btn:hover {
  background-color: #fff;
  color: #253A56;
}

@media screen and (max-width: 768px) {
  .u-br-pc {
    display: none;
  }
}

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

.u-br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-br-sp {
    display: inline;
  }
}

.u-br-not-sp {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-br-not-sp {
    display: none;
  }
}

.u-br-not-lg {
  display: inline;
}
@media screen and (max-width: 1024px) {
  .u-br-not-lg {
    display: none;
  }
}

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

@media screen and (max-width: 768px) {
  .u-hidden-md {
    display: none;
  }
}

.u-fade-in-up {
  opacity: 0;
  transform: translateY(30px);
}
.u-fade-in-up.is-visible {
  animation: fadeInUp 1.5s ease-in-out forwards;
}

.u-fade-in-down {
  opacity: 0;
  transform: translateY(-30px);
}
.u-fade-in-down.is-visible {
  animation: fadeInDown 1.5s ease-in-out forwards;
}

.u-fade-in-left {
  opacity: 0;
  transform: translateX(-30px);
}
.u-fade-in-left.is-visible {
  animation: fadeInLeft 1.5s ease-in-out forwards;
}

.u-fade-in-right {
  opacity: 0;
  transform: translateX(30px);
}
.u-fade-in-right.is-visible {
  animation: fadeInRight 1.5s ease-in-out forwards;
}

.u-fade-in {
  opacity: 0;
}
.u-fade-in.is-visible {
  animation: fadeIn 1.5s ease-in-out forwards;
}

.u-fade-in-scale {
  opacity: 0;
  transform: scale(0.95);
}
.u-fade-in-scale.is-visible {
  animation: fadeInScale 1.5s ease-in-out forwards;
}

.u-delay-1 {
  animation-delay: 0.1 0.5s;
}

.u-delay-2 {
  animation-delay: 0.2s;
}

.u-delay-3 {
  animation-delay: 0.3s;
}

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

.u-delay-5 {
  animation-delay: 0.5s;
}

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

.u-delay-7 {
  animation-delay: 0.7s;
}

.u-delay-8 {
  animation-delay: 0.8s;
}

.u-delay-9 {
  animation-delay: 0.9s;
}

.u-delay-10 {
  animation-delay: 1s;
}/*# sourceMappingURL=style.css.map */