@charset "UTF-8";
/*
Theme Name: テーマ名
Version: 1.0
Author: 江見謙士
Description: テーマの説明
*/
/* foundation */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style-position: inside;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #fff;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  object-fit: cover;
  height: auto;
  display: block;
  width: 100%;
}

div {
  box-sizing: border-box;
}

/* サイト共通設定 */
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
html #bfb_content_pc,
html #bfb_content_sp {
  display: none !important;
}

body {
  background-color: #fff;
  color: #3A3123;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

._new-site h1,
._new-site h2,
._new-site h3,
._new-site h4,
._new-site h5,
._new-site h6,
._new-site p,
._new-site a,
._new-site span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
._new-site p,
._new-site a {
  color: #3A3123;
  line-height: 1.5;
  letter-spacing: 0;
}
._new-site ul {
  margin: 0;
  list-style: none;
}
._new-site a {
  color: #3A3123;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* PC */
@media (min-width: 769px) {
  body {
    font-size: 1rem;
    width: 100%;
  }
  ._sp {
    display: none !important;
  }
  /* PC版ではtelリンクなし */
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* SP */
@media (max-width: 768px) {
  body {
    font-size: 1rem;
    min-width: 320px;
    padding-top: 60px;
  }
  html,
  body {
    height: 100%;
    min-height: 100%;
  }
  ._pc {
    display: none !important;
  }
}
/* layout */
.l-body-wrap {
  margin: 0;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .l-body-wrap {
    padding: 10px;
    padding-bottom: 80px;
  }
}

.l-body-inner {
  display: flex;
  gap: 20px;
}

.l-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-main main {
  flex: 1;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .l-main {
    gap: 10px;
  }
}

.l-section {
  background-color: #F4F1EA;
  border-radius: 20px;
  padding: 48px;
}
@media (max-width: 768px) {
  .l-section {
    padding: 40px 16px;
    border-radius: 8px;
  }
}
.l-section--top-view {
  padding: 72px 96px;
}
@media (max-width: 1024px) {
  .l-section--top-view {
    padding: 40px 64px;
  }
}
@media (max-width: 768px) {
  .l-section--top-view {
    padding: 40px 10px 24px;
  }
}
.l-section--padding-bottom-lg {
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .l-section--padding-bottom-lg {
    padding-bottom: 24px;
  }
}
.l-section--border {
  background-color: transparent;
  border: 10px solid #F4F1EA;
  padding: 74px 100px;
}
@media (max-width: 768px) {
  .l-section--border {
    padding: 40px 16px;
    border-radius: 8px;
    border-width: 5px;
  }
}
.l-section .l-section__heading {
  margin-bottom: 24px;
}
.l-section .l-section__content--gap48 {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 768px) {
  .l-section .l-section__content--gap48 {
    gap: 40px;
  }
}
.l-section .l-section__content .l-section__content-border {
  padding-bottom: 48px;
  border-bottom: 5px solid rgba(222, 215, 199, 0.7);
}
@media (max-width: 768px) {
  .l-section .l-section__content .l-section__content-border {
    padding-bottom: 40px;
  }
}
.l-section .l-section__content .l-section__content-border--02 {
  border-bottom: 1px solid rgba(58, 49, 35, 0.5);
}
.l-section .l-section__btn {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .l-section .l-section__btn {
    margin-top: 16px;
  }
}

.l-section-bgnone {
  padding: 60px 48px;
}
@media (max-width: 768px) {
  .l-section-bgnone {
    padding: 30px 0px;
  }
}
.l-section-bgnone--inner {
  padding-left: 24px;
  padding-right: 24px;
}
.l-section-bgnone .l-section-bgnone__heading {
  margin-bottom: 24px;
}
.l-section-bgnone .l-section-bgnone__content--gap16 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.l-section-bgnone .l-section-bgnone__content--gap48 {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 768px) {
  .l-section-bgnone .l-section-bgnone__content--gap48 {
    gap: 40px;
  }
}
.l-section-bgnone .l-section-bgnone__content .l-section-bgnone__content-border {
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(58, 49, 35, 0.5);
}
@media (max-width: 768px) {
  .l-section-bgnone .l-section-bgnone__content .l-section-bgnone__content-border {
    padding-bottom: 40px;
  }
}
.l-section-bgnone .l-section-bgnone__content .l-section-bgnone__content-inner {
  padding: 0 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .l-section-bgnone .l-section-bgnone__content .l-section-bgnone__content-inner {
    padding: 0 16px;
  }
}
.l-section-bgnone .l-section-bgnone__btn {
  margin-top: 32px !important;
}
@media (max-width: 768px) {
  .l-section-bgnone .l-section-bgnone__btn {
    margin-top: 16px !important;
  }
}

/* component */
.c-btn-page-top {
  position: fixed;
  bottom: 60px;
  right: 15px;
  z-index: 30;
}
.c-btn-page-top a img {
  width: 80px;
  height: 80px;
}

.c-btn-main {
  display: inline-flex;
  align-items: stretch;
  gap: 1px;
  text-decoration: none;
  width: fit-content;
  min-width: fit-content;
  height: fit-content;
}
.c-btn-main:hover .c-btn-main__label,
.c-btn-main:hover .c-btn-main__icon {
  background: #fff;
  border: 1px solid #F28B64;
  color: #F28B64;
}
.c-btn-main:hover .c-btn-main__arrow svg path {
  stroke: #F28B64;
}
.c-btn-main:hover .c-btn-main__arrow {
  transform: translateX(4px);
}
.c-btn-main--center {
  margin: 0 auto;
  display: flex;
}

/* 左のテキストボックス */
.c-btn-main__label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: #F28B64;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid transparent;
  line-height: 1.4;
  transition: all 0.3s ease;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}

/* 右の矢印ボックス */
.c-btn-main__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  min-width: 56px;
  /* height: 100%; ←削除 */
  /* min-height: 56px; ←必要なら残してOK */
  background: #F28B64;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

/* 矢印 */
.c-btn-main__arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.c-btn-main__arrow svg path {
  stroke: #fff;
  transition: stroke 0.3s ease;
}

.c-hamburger {
  display: none;
  top: 20px;
  right: 20px;
  width: 28px;
  min-height: 22px !important;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 9999;
  padding: 0 !important;
  /* gap: 13px; */
  display: flex !important;
  align-items: start;
  justify-content: space-evenly;
  background: transparent !important;
}
@media (max-width: 768px) {
  .c-hamburger {
    display: flex;
  }
}

.c-hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 2px;
  transition: 0.3s ease;
  transform-origin: center;
}

/* 三本線 → × */
.c-hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.c-hamburger.active span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* ★★★ A案：メニュー開いたらハンバーガーは非表示 ★★★ */
.c-hamburger.active {
  opacity: 0;
  pointer-events: none;
}

.c-heading {
  text-align: left;
}
.c-heading__en {
  font-size: 0.875rem;
  color: #F28B64 !important;
  margin-bottom: 8px;
}
.c-heading__title {
  position: relative;
  display: inline-block;
  align-items: center;
  gap: 10px;
  font-size: 37px;
  font-weight: 700 !important;
  margin: 0;
  padding: 0 47.5px;
  line-height: 1 !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  /* 左の赤三角（画像） */
  /* 右の青三角（画像） */
}
@media (max-width: 768px) {
  .c-heading__title {
    font-size: 1.5rem;
    padding: 0 36.5px;
  }
}
.c-heading__title::before {
  content: "";
  width: 37.5px;
  height: 37.5px;
  min-width: 37.5px;
  min-height: 37.5px;
  background: url("../../../../customify/corporate/assets/images/icon_triangle-red.png") no-repeat center/contain;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0%;
}
@media (max-width: 768px) {
  .c-heading__title::before {
    width: 26.5px;
    height: 26.5px;
    min-width: 26.5px;
    min-height: 26.5px;
  }
}
.c-heading__title::after {
  content: "";
  width: 33.5px;
  height: 33.5px;
  min-width: 33.5px;
  min-height: 33.5px;
  background: url("../../../../customify/corporate/assets/images/icon_triangle-blue.png") no-repeat center/contain;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0%;
}
@media (max-width: 768px) {
  .c-heading__title::after {
    width: 26.5px;
    height: 26.5px;
    min-width: 26.5px;
    min-height: 26.5px;
  }
}
@media (min-width: 769px) {
  .c-heading__title br {
    display: none;
  }
}
.c-heading--02 .c-heading__en {
  color: #34536D !important;
  padding: 0 28px;
  margin-bottom: 4px;
}
.c-heading--02 .c-heading__title {
  padding: 0 28px;
  font-size: 1.5rem;
}
.c-heading--02 .c-heading__title::before {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background: url("../../../../customify/corporate/assets/images/icon_triangle-blue_04.png") no-repeat center/contain;
  top: 0;
  left: 0%;
}
.c-heading--02 .c-heading__title:after {
  display: none;
}
.c-heading--02--center {
  text-align: center;
}

.c-heading-TextOnly .c-heading-TextOnly__title {
  font-size: 37px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-heading-TextOnly .c-heading-TextOnly__title {
    font-size: 1.5rem;
  }
}
.c-heading-TextOnly .c-heading-TextOnly__text {
  margin-top: 24px;
}

.c-card-article {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
.c-card-article__date {
  display: flex;
  align-items: baseline;
  margin-bottom: clamp(-80px, -2.68vw - 11.4px, -50px);
  margin-left: 10px;
}
@media (max-width: 1440px) {
  .c-card-article__date {
    margin-bottom: clamp(-50px, -5.78vw + 33.3px, -26px);
  }
}
@media (max-width: 1024px) {
  .c-card-article__date {
    margin-bottom: clamp(-95px, -13.73vw + 45.6px, -60px);
  }
}
@media (max-width: 768px) {
  .c-card-article__date {
    margin-bottom: clamp(-105px, -14vw + 2.5px, -50px);
  }
}
.c-card-article__date .c-card-article__year {
  font-size: clamp(12px, 0.54vw + 4.3px, 18px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #3A3123;
}
@media (max-width: 1440px) {
  .c-card-article__date .c-card-article__year {
    font-size: clamp(6px, 1.45vw - 8.8px, 12px);
  }
}
@media (max-width: 1024px) {
  .c-card-article__date .c-card-article__year {
    font-size: clamp(14px, 2.75vw - 7.1px, 21px);
  }
}
@media (max-width: 768px) {
  .c-card-article__date .c-card-article__year {
    font-size: clamp(12px, 2.29vw + 3.4px, 21px);
  }
}
.c-card-article__date .c-card-article__day {
  font-size: clamp(45px, 3.13vw, 80px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #3A3123;
}
@media (max-width: 1440px) {
  .c-card-article__date .c-card-article__day {
    font-size: clamp(24px, 5.06vw - 27.9px, 45px);
  }
}
@media (max-width: 1024px) {
  .c-card-article__date .c-card-article__day {
    font-size: clamp(53px, 10.59vw - 28.4px, 80px);
  }
}
@media (max-width: 768px) {
  .c-card-article__date .c-card-article__day {
    font-size: clamp(45px, 8.91vw + 11.6px, 80px);
  }
}
.c-card-article__image {
  width: 100%;
  /* ← ★ 画像トリミング用に縦横比を固定 */
}
.c-card-article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  aspect-ratio: 280/200;
}
.c-card-article__info .c-card-article__tag-inner {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}
.c-card-article__info .c-card-article__tag-inner .c-card-article__tag--category {
  display: inline-block;
  font-size: 0.75rem;
  color: #F28B64;
  border: 1px solid #F28B64;
  border-radius: 4px;
  padding: 6px 10px;
}
.c-card-article__info .c-card-article__tag-inner .c-card-article__tag--tag {
  font-size: 0.875rem;
}
.c-card-article__info .c-card-article__title {
  font-size: 0.75rem;
}

.clip__img {
  clip-path: url(#clipping);
}

.c-cards-article {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .c-cards-article {
    grid-template-columns: 1fr;
  }
  .c-cards-article .c-card-article:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 768px) {
  .c-cards-article {
    gap: 16px;
  }
}
.c-cards-article .c-cards-article__btn {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .c-cards-article--archive .c-card-article:nth-child(n+4) {
    display: block;
    grid-template-columns: 1fr;
  }
}

.c-card-panel {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.c-card-panel .c-card-panel__img img {
  aspect-ratio: 1;
  width: 100%;
  border-radius: 20px;
}
.c-card-panel .c-card-panel__TextArea .c-card-panel__title {
  font-size: 1.75rem;
  font-weight: 700;
}
.c-card-panel .c-card-panel__TextArea .c-card-panel__lists li {
  list-style: inside;
}

.c-cards-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .c-cards-panel {
    grid-template-columns: 1fr;
  }
  .c-cards-panel .c-card-article:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 768px) {
  .c-cards-panel {
    gap: 16px;
  }
}
.c-cards-panel .c-card-panel__lists {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-cards-panel .c-card-panel__lists li {
  list-style: none !important;
  margin-left: 10px;
  text-indent: -10px;
}
.c-cards-panel .c-card-panel__lists li::before {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 3px;
  height: 3px;
  content: "";
  border-radius: 100%;
  background: #3A3123;
  margin-right: 7px;
}

.c-card-facility {
  display: flex;
  align-items: center;
  flex: 1;
}
@media (max-width: 768px) {
  .c-card-facility {
    flex-direction: column;
  }
}
.c-card-facility .c-card-facility__img {
  width: 100%;
  margin-right: 24px;
  max-width: 230px;
}
@media (max-width: 768px) {
  .c-card-facility .c-card-facility__img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
.c-card-facility .c-card-facility__img img {
  border-radius: 20px;
  aspect-ratio: 230/145;
  width: 100%;
}
.c-card-facility .c-card-facility__text-area {
  flex: 1;
}
.c-card-facility .c-card-facility__text-area .c-card-facility__text-area__lead {
  margin-bottom: 8px;
}
.c-card-facility .c-card-facility__text-area .c-card-facility__title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .c-card-facility .c-card-facility__text-area .c-card-facility__title br {
    display: none;
  }
}
.c-card-facility .c-card-facility__text-area .c-card-facility__lists .c-card-facility__list {
  margin-left: 10px;
  text-indent: -10px;
}
.c-card-facility .c-card-facility__text-area .c-card-facility__lists .c-card-facility__list::before {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 3px;
  height: 3px;
  content: "";
  border-radius: 100%;
  background: #3A3123;
  margin-right: 7px;
}
.c-card-facility .c-card-facility__btn {
  margin-left: 32px;
}
@media (max-width: 768px) {
  .c-card-facility .c-card-facility__btn {
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }
}
.c-card-facility--colomn {
  flex-direction: column;
}
.c-card-facility--colomn .c-card-facility__img {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 8px;
}
.c-card-facility--colomn .c-card-facility__text-area .c-card-facility__title {
  text-align: center;
}
.c-card-facility--colomn .c-card-facility__text-area .c-card-facility__text {
  text-align: center;
}
.c-card-facility--colomn .c-card-facility__btn {
  margin-left: 0;
  margin-top: auto;
  padding-top: 24px;
}
@media (max-width: 768px) {
  .c-card-facility--colomn .c-card-facility__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.c-imageGrid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "img1 img2" "img1 img3";
}
.c-imageGrid__item {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  height: 100%;
}
.c-imageGrid__item--1 {
  grid-area: img1;
  aspect-ratio: 1;
}
.c-imageGrid__item--2 {
  grid-area: img2;
  aspect-ratio: 60/23;
}
@media (max-width: 768px) {
  .c-imageGrid__item--2 {
    aspect-ratio: 67/46;
  }
}
.c-imageGrid__item--3 {
  grid-area: img3;
  aspect-ratio: 60/23;
}
@media (max-width: 768px) {
  .c-imageGrid__item--3 {
    aspect-ratio: 67/46;
  }
}
@media (max-width: 768px) {
  .c-imageGrid {
    grid-template-columns: 1fr;
    grid-template-areas: "img1" "img2" "img3";
  }
}

.c-image-combo {
  display: flex;
  gap: 0;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
}
.c-image-combo__item {
  width: 50%;
}
.c-image-combo__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 550/338;
}
@media (max-width: 768px) {
  .c-image-combo {
    flex-direction: column;
  }
  .c-image-combo__item {
    width: 100%;
  }
  .c-image-combo__item img {
    aspect-ratio: 355/200;
  }
}

.c-policy-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-policy-list .c-policy-list__item {
  position: relative;
  padding-left: 2em;
  font-size: 0.875rem;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .c-policy-list .c-policy-list__item {
    margin-bottom: 24px;
  }
}
.c-policy-list .c-policy-list__item:last-of-type {
  margin-bottom: 0;
}
.c-policy-list .c-policy-list__item::before {
  content: "一、";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .c-policy-list .c-policy-list__item {
    padding-left: 1.5em;
    font-size: 14px;
  }
}

.c-card {
  background: #F4F1EA;
  border-radius: 20px;
  padding: 40px 24px;
  aspect-ratio: 1;
}
@media (max-width: 1100px) {
  .c-card {
    padding: 32px 24px;
    aspect-ratio: initial;
  }
}
.c-card .c-card__inner {
  position: relative;
}
.c-card .c-card__img {
  width: 120px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: 26px;
}
.c-card .c-card__img img {
  width: 100%;
}
.c-card .c-card__title-text-wrap {
  padding: 23px 23px;
  position: relative;
}
.c-card .c-card__title-text-wrap:before, .c-card .c-card__title-text-wrap:after {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
}
.c-card .c-card__title-text-wrap:before {
  background-image: url(../../../../customify/corporate/assets/images/icon_triangle-red_03.png);
  top: 15px;
  left: 0%;
}
.c-card .c-card__title-text-wrap::after {
  background-image: url(images/icon_triangle-blue_03.png);
  bottom: -15px;
  right: 0%;
}
.c-card .c-card__title-wrap {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #999;
}
.c-card .c-card__title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .c-card .c-card__title br {
    display: none;
  }
}
.c-card .c-card__text {
  font-size: 0.875rem;
}

.c-image-clip {
  width: 100%;
  margin: 0 auto;
}
.c-image-clip .c-image-clip__inner {
  position: relative;
  width: 100%;
  padding-top: 120%;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 240px 240px 20px 20px;
}
@media (max-width: 768px) {
  .c-image-clip .c-image-clip__inner {
    max-width: 100%;
    border-radius: 200px 200px 20px 20px;
  }
}
.c-image-clip .c-image-clip__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-lists {
  width: 100%;
}
.c-lists .c-lists__list {
  margin: 0;
  padding: 0;
}
.c-lists .c-lists__item {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #F4F1EA;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  color: #3A3123 !important;
}
@media (max-width: 768px) {
  .c-lists .c-lists__item {
    display: block;
  }
}
.c-lists .c-lists__term {
  width: 150px;
  color: #F28B64;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  color: #3A3123 !important;
}
@media (max-width: 768px) {
  .c-lists .c-lists__term {
    width: 100%;
  }
}
.c-lists .c-lists__desc {
  flex: 1;
  margin-bottom: 0;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  color: #3A3123 !important;
}
.c-date .c-date__year {
  font-size: 0.75rem;
  color: #3A3123 !important;
}
.c-date .c-date__day {
  font-size: 45px;
  color: #3A3123 !important;
}

.c-pagination {
  display: flex;
  justify-content: center;
}
.c-pagination .c-pagination__list {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-pagination .c-pagination__item {
  width: 56px;
  height: 56px;
  border: 2px solid #ff8a5b;
  border-radius: 4px;
}
.c-pagination .c-pagination__item .c-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #ff8a5b;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.c-pagination .c-pagination__item .c-pagination__icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #ff8a5b;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.2s ease;
}
.c-pagination .c-pagination__item:hover .c-pagination__link {
  background-color: #ff8a5b;
  color: #fff;
}
.c-pagination .c-pagination__item:hover .c-pagination__icon {
  stroke: #fff;
}
.c-pagination .c-pagination__item--current .c-pagination__link {
  background-color: #ff8a5b;
  color: #fff;
  cursor: default;
}
.c-pagination .c-pagination__item--prev .c-pagination__link,
.c-pagination .c-pagination__item--next .c-pagination__link {
  font-size: 0;
}
@media (max-width: 768px) {
  .c-pagination .c-pagination__item {
    width: 44px;
    height: 44px;
  }
  .c-pagination .c-pagination__item .c-pagination__link {
    font-size: 16px;
  }
  .c-pagination .c-pagination__item .c-pagination__icon {
    width: 20px;
    height: 20px;
  }
}
.c-pagination a:hover {
  opacity: 1;
}

.c-filterCategory {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .c-filterCategory {
    gap: 10px 14px;
  }
}
.c-filterCategory .c-filterCategory__item {
  margin: 0;
}
.c-filterCategory .c-filterCategory__link {
  display: inline-block;
  padding: 3px 6px;
  border: 1px solid #F28B64;
  border-radius: 4px;
  font-size: 0.75rem;
  color: #F28B64;
  text-decoration: none;
  background-color: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (min-width: 769px) {
  .c-filterCategory .c-filterCategory__link:hover {
    background-color: #F28B64;
    color: #fff;
  }
}
.c-filterCategory .c-filterCategory__item.is-active .c-filterCategory__link {
  background-color: #F28B64;
  color: #fff;
}

.c-filterBusiness {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .c-filterBusiness {
    gap: 10px 14px;
  }
}
.c-filterBusiness .c-filterBusiness__item {
  margin: 0;
}
.c-filterBusiness .c-filterBusiness__link {
  display: inline-block;
  font-size: 0.875rem;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .c-filterBusiness .c-filterBusiness__link:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background-color: #3A3123;
  }
}
@media (max-width: 768px) {
  .c-filterBusiness .c-filterBusiness__link {
    font-size: 15px;
  }
}
.c-filterBusiness .c-filterBusiness__item.is-active .c-filterBusiness__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background-color: #3A3123;
}

.c-pagination-post {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 16px;
  /* 前 */
  /* 一覧 */
  /* 次 */
  /* ダミー（位置保持用） */
}
@media (max-width: 768px) {
  .c-pagination-post {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    row-gap: 16px;
  }
}
.c-pagination-post .c-pagination-post__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .c-pagination-post .c-pagination-post__item {
    font-size: 0.875rem;
  }
}
.c-pagination-post .c-pagination-post__item--prev {
  grid-column: 1;
  justify-self: start;
}
@media (max-width: 768px) {
  .c-pagination-post .c-pagination-post__item--prev {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
  }
}
.c-pagination-post .c-pagination-post__item--list {
  grid-column: 2;
  justify-self: center;
}
@media (max-width: 768px) {
  .c-pagination-post .c-pagination-post__item--list {
    grid-column: 1/3;
    grid-row: 1;
    justify-self: center;
  }
}
.c-pagination-post .c-pagination-post__item--next {
  grid-column: 3;
  justify-self: end;
}
@media (max-width: 768px) {
  .c-pagination-post .c-pagination-post__item--next {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    text-align: right;
  }
}
.c-pagination-post .c-pagination-post__dummy {
  grid-column: 1;
  height: 1em;
}
@media (max-width: 768px) {
  .c-pagination-post .c-pagination-post__dummy {
    grid-column: 1;
    grid-row: 2;
  }
}
.c-pagination-post .c-pagination-post__arrow {
  font-size: 16px;
  flex: 0 0 auto;
}
.c-pagination-post .c-pagination-post__label {
  display: inline-block;
}

.c-title {
  padding-left: 16px;
  border-left: 5px solid #F28B64;
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .c-title {
    font-size: 1.25rem;
  }
}

.c-container-facility {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.c-container-facility .c-container-facility__heading {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .c-container-facility .c-container-facility__heading {
    margin-bottom: 12px;
  }
}
.c-container-facility .c-container-facility__text {
  margin-bottom: 32px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-container-facility .c-container-facility__text {
    margin-bottom: 24px;
  }
}
.c-container-facility .c-container-facility__text--text-align-left {
  text-align: left;
}
.c-container-facility .c-container-facility__facilitys {
  display: flex;
  gap: 56px;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 768px) {
  .c-container-facility .c-container-facility__facilitys {
    flex-direction: column;
  }
}
.c-container-facility .c-container-facility__facilitys--colomn {
  flex-direction: column;
}
.c-container-facility--width-100 {
  max-width: 100%;
}

.c-filterTag:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.c-btn-recruit-sp {
  background-color: #F28B64;
  height: 50px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-btn-recruit-sp span {
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  display: block;
}

/* project */
._new-site .p-sidebar {
  width: 280px !important;
  min-width: 280px !important;
  background: #F4F1EA !important;
  padding: 24px !important;
  padding-top: 80px !important;
  position: sticky !important;
  top: 20px !important;
  height: calc(100vh - 64px) !important;
  display: flex !important;
  flex-direction: column !important;
  border-radius: 20px !important;
  overflow-y: auto !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(0, 0, 0, 0.25) transparent !important;
}
._new-site .p-sidebar a {
  color: #3A3123 !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}
@media (max-width: 1024px) {
  ._new-site .p-sidebar {
    width: 220px !important;
  }
}
._new-site .p-sidebar::-webkit-scrollbar {
  width: 4px !important;
}
._new-site .p-sidebar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25) !important;
  border-radius: 10px !important;
}
._new-site .p-sidebar::-webkit-scrollbar-track {
  background: transparent !important;
}
@media (max-width: 768px) {
  ._new-site .p-sidebar {
    display: none !important;
  }
}
._new-site .p-sidebar .p-sidebar__catch {
  font-size: 0.875rem !important;
  margin: 0 auto !important;
  margin-bottom: 16px !important;
}
._new-site .p-sidebar .p-sidebar__title-logo {
  margin: 0 auto !important;
  font-size: 0 !important;
  width: 104px !important;
  margin-bottom: 88px !important;
}
._new-site .p-sidebar .p-sidebar__global-nav {
  margin-bottom: 24px !important;
}
._new-site .p-sidebar .p-sidebar__global-nav ul {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
  text-align: center !important;
  list-style: none;
  margin: 0 !important;
}
._new-site .p-sidebar .p-sidebar__btn {
  margin: 0 auto !important;
  margin-bottom: 80px !important;
}
._new-site .p-sidebar .p-sidebar__bottom-img {
  width: 79px !important;
  height: auto !important;
  margin: 0 auto !important;
}

.p-sp-menu {
  position: fixed;
  inset: 0;
  transform: translateX(100%);
  transition: 0.3s ease;
  z-index: 9998;
  text-align: center;
}

.p-sp-menu__wrap {
  padding: 40px;
  background: #F4F1EA;
  height: 100vh;
  border-radius: 20px 0 0 20px;
  padding-top: 60px;
}

.p-sp-menu.is-open {
  transform: translateX(0);
}

.p-sp-menu__close {
  padding: 0 !important;
  position: absolute;
  min-height: 40px !important;
  top: 16px;
  right: 16px;
  font-size: 36px !important;
  line-height: 1 !important;
  border: none !important;
  font-family: arial !important;
  color: #3A3123 !important;
  background: none !important;
  font-weight: 100 !important;
}

.p-sp-menu__catch {
  font-size: 0.875rem;
  margin-bottom: 16px;
}

.p-sp-menu__logo {
  width: 85px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 48px;
}

.p-sp-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px !important;
}
.p-sp-menu__nav li {
  font-size: 1.125rem;
  font-weight: 700;
}
.p-sp-header {
  padding: 0 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
}
.p-sp-header .p-sp-header__inner {
  background-color: #F4F1EA;
  display: flex;
  width: 100%;
  padding: 18px 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 0 8px 8px;
  z-index: 9999;
}
.p-sp-header .p-sp-header__inner .p-sp-header__title-logo {
  width: 98px;
  margin: 0 !important;
}

.p-top-firstview {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-top-firstview .p-top-firstview__img {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.p-top-firstview .p-top-firstview__menu {
  display: flex;
  justify-content: space-around;
  gap: 8px;
  position: absolute;
  bottom: -250px;
  width: 100%;
  max-width: 900px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-top-firstview .p-top-firstview__menu {
    position: relative;
    bottom: initial;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 310px;
  }
}
@media (max-width: 768px) {
  .p-top-firstview .p-top-firstview__menu a {
    width: calc(50% - 4px);
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .p-top-firstview .p-top-firstview__menu a:nth-of-type(3), .p-top-firstview .p-top-firstview__menu a:nth-of-type(4) {
    margin-top: -30px;
  }
}
.p-top-firstview .p-top-firstview__menu a img {
  display: block;
  max-width: 178px;
}
@media (max-width: 768px) {
  .p-top-firstview .p-top-firstview__menu a img {
    max-width: 146px;
  }
}

.p-contact {
  background: #f6f1ea;
  padding: 0 24px;
  margin: 0 auto;
  /* 本文エリア */
  /* 地図エリア（HTML 1つ） */
  /* 以下、テキスト部分のスタイルはそのまま */
}
@media (max-width: 768px) {
  .p-contact {
    padding: 0;
  }
}
.p-contact__inner {
  display: flex;
  gap: 56px;
  margin: 0 auto;
  align-items: center;
  /* PCでは左右入れ替え（地図が左、テキスト右） */
}
@media (min-width: 769px) {
  .p-contact__inner {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1250px) {
  .p-contact__inner {
    display: block;
  }
}
@media (max-width: 768px) {
  .p-contact__inner {
    gap: 24px;
  }
}
.p-contact__body {
  width: 60%;
}
@media (max-width: 1250px) {
  .p-contact__body {
    width: 100%;
    margin-bottom: 24px;
  }
}
.p-contact__map {
  width: 40%;
  min-width: 330px;
}
@media (max-width: 1250px) {
  .p-contact__map {
    width: 100%;
    min-width: 100%;
  }
}
.p-contact__map img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1250px) {
  .p-contact__map {
    width: 100%;
  }
}
.p-contact__map p {
  font-size: 0.75rem;
}
.p-contact__heading {
  margin-bottom: 8px;
}
.p-contact__text {
  margin-bottom: 24px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-contact__text {
    font-size: 1rem;
  }
}
.p-contact__tel-text {
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .p-contact__tel-text {
    font-size: 0.875rem;
  }
}
.p-contact__tel-tel {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
}
.p-contact__telIcon {
  width: clamp(2.5rem, -10.324rem + 16.4vw, 4.438rem);
  margin-right: 8px;
}
@media (max-width: 768px) {
  .p-contact__telIcon {
    width: 40px;
  }
}
.p-contact__telIcon img {
  width: 100%;
  height: auto;
}
.p-contact__telNumber {
  font-family: "Roboto", sans-serif;
  font-size: clamp(2.438rem, -9.146rem + 14.81vw, 4.188rem);
  font-weight: 500;
  text-decoration: none;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-contact__telNumber {
    font-size: 39px;
  }
}
.p-contact__time {
  display: inline-block;
  border: 1px solid #3A3123;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 700;
  margin-bottom: 16px;
}
.p-contact__mail {
  display: flex;
  align-items: center;
}
.p-contact__mailIcon {
  width: 20px;
  margin-right: 8px;
}
.p-contact__mailIcon img {
  width: 100%;
  height: auto;
}
.p-contact__mailLink {
  color: #1a53b0;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: underline;
}
/* サムネイル側（横幅330pxくらい） */
.p-contact__map img {
  width: 100%;
  height: auto;
  cursor: zoom-in;
  display: block;
}

/* モーダルのベース（最初は非表示） */
.c-map-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

/* 表示時 */
.c-map-modal.is-show {
  display: flex;
}

/* 中身のボックス */
.c-map-modal__inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

/* 拡大画像 */
.c-map-modal__inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 閉じるボタン */
.c-map-modal__close {
  position: absolute !important;
  top: -16px !important;
  right: -16px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  border: none !important;
  background: #fff !important;
  font-size: 20px !important;
  line-height: 32px !important;
  text-align: center !important;
  cursor: pointer !important;
  color: #3A3123 !important;
  justify-content: center;
  display: flex !important;
  align-items: center;
}

.p-footer .p-footer__wrap {
  padding: 48px;
  margin-bottom: 16px;
  /* -------------------------
     メニュー
  ------------------------- */
  /* -------------------------
     採用ボタン
  ------------------------- */
  /* -------------------------
     コピーライト
  ------------------------- */
}
@media (max-width: 768px) {
  .p-footer .p-footer__wrap {
    padding: 40px 48px;
  }
}
.p-footer .p-footer__wrap .p-footer__inner {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-footer .p-footer__wrap .p-footer__inner {
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .p-footer .p-footer__wrap .p-footer__logo {
    margin-right: auto;
  }
}
.p-footer .p-footer__wrap .p-footer__logo img {
  width: 180px;
}
@media (max-width: 768px) {
  .p-footer .p-footer__wrap .p-footer__logo img {
    width: 166px;
  }
}
.p-footer .p-footer__wrap .p-footer__nav-recruit {
  display: flex;
  justify-self: end;
  flex-wrap: wrap;
  gap: 24px 40px;
  align-items: center;
}
@media (max-width: 768px) {
  .p-footer .p-footer__wrap .p-footer__nav-recruit {
    flex-direction: column;
    width: 100%;
    gap: 32px;
    align-items: flex-start;
  }
}
.p-footer .p-footer__wrap .p-footer__nav {
  /* 通常メニュー */
  /* ★ 5つ目だけ2行目配置 */
}
@media (max-width: 768px) {
  .p-footer .p-footer__wrap .p-footer__nav {
    width: 100%;
  }
}
.p-footer .p-footer__wrap .p-footer__nav .p-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  /* 行間20px / 横間40px */
  margin-bottom: 24px;
}
.p-footer .p-footer__wrap .p-footer__nav .p-footer__nav-list:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-footer .p-footer__wrap .p-footer__nav .p-footer__nav-list {
    gap: 16px;
  }
}
.p-footer .p-footer__wrap .p-footer__nav .p-footer__nav-item {
  width: auto;
  /* PC 4つを横並びに */
}
@media (max-width: 768px) {
  .p-footer .p-footer__wrap .p-footer__nav .p-footer__nav-item {
    width: calc(50% - 24px);
  }
}
.p-footer .p-footer__wrap .p-footer__nav .p-footer__nav-item a {
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.p-footer .p-footer__wrap .p-footer__nav .p-footer__nav-item a::after {
  content: "";
  display: inline-block;
  background: url("../../../../customify/corporate/assets/images/icon_triangle-red_02.png") no-repeat center/contain;
  width: 6px;
  height: 9px;
  margin-left: 8px;
  flex: 0 0 auto;
}
.p-footer .p-footer__wrap .p-footer__nav .p-footer__nav-item--secondline {
  width: 100%;
  /* PCでは2行目中央に */
}
@media (max-width: 768px) {
  .p-footer .p-footer__wrap .p-footer__nav .p-footer__nav-item--secondline {
    width: 100%;
    /* SPでは縦並び3行目 */
    margin-top: 0;
  }
}
.p-footer .p-footer__wrap .p-footer__recruit .p-footer__recruit-btn {
  background: #ec8b64;
  display: flex;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-footer .p-footer__wrap .p-footer__recruit .p-footer__recruit-btn {
    width: 200px;
    margin: 0 auto;
  }
}
.p-footer .p-footer__wrap .p-footer__recruit .p-footer__recruit-btn .p-footer__recruit-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 18px;
  background: #ec8b64;
}
.p-footer .p-footer__wrap .p-footer__recruit .p-footer__recruit-btn .p-footer__recruit-icon {
  background: #e26e45;
  padding: 14px 16px;
}
.p-footer .p-footer__wrap .p-footer__recruit .p-footer__recruit-btn .p-footer__recruit-icon img {
  width: 16px;
  height: auto;
}
.p-footer .p-footer__copy {
  font-size: 0.75rem;
  text-align: center;
  padding: 16px 0;
  border-top: 1px solid rgba(58, 49, 35, 0.5);
  border-bottom: 1px solid rgba(58, 49, 35, 0.5);
}
@media (max-width: 768px) {
  .p-footer .p-footer__copy {
    margin-top: 20px;
    padding-top: 15px;
  }
}

.p-lower-fv {
  /* ------------------------------
     日本語タイトル（PCベース）
  ------------------------------ */
  /* ------------------------------
     英語タイトル（通常ブロック・右寄せ）
     背景タイポ風：薄く大きい文字
  ------------------------------ */
  /* ------------------------------
     画像（PCでしっかり重ねる → SPで調整）
  ------------------------------ */
}
.p-lower-fv .p-lower-fv__inner {
  margin: 0 auto;
}
.p-lower-fv .p-lower-fv__title-ja {
  font-size: 56px;
  position: relative;
  z-index: 10;
  font-weight: 500 !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}
@media (max-width: 768px) {
  .p-lower-fv .p-lower-fv__title-ja {
    font-size: 37px;
    font-weight: 700;
  }
}
.p-lower-fv .p-lower-fv__title-en {
  font-family: "Inknut Antiqua", serif;
  font-size: 72px;
  line-height: 1.1;
  color: #E9E4D7;
  text-align: right;
  margin-bottom: 0;
  margin-top: -35px;
  letter-spacing: -1.6px;
  padding-right: 24px;
  margin-bottom: 24px;
  overflow-wrap: break-word;
  word-break: normal;
  white-space: normal;
}
@media (max-width: 768px) {
  .p-lower-fv .p-lower-fv__title-en {
    font-size: clamp(2.813rem, 0.129rem + 11.45vw, 5.625rem);
    text-align: left;
    padding-right: 0;
    margin-top: -18px;
    width: fit-content;
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  .p-lower-fv .p-lower-fv__title-en br {
    display: none;
  }
  .p-lower-fv .p-lower-fv__title-en br::after {
    content: " ";
  }
}
@media (max-width: 768px) {
  .p-lower-fv .p-lower-fv__title-en br {
    display: inline;
  }
}
.p-lower-fv .p-lower-fv__image img {
  width: 100%;
  aspect-ratio: 900/460;
  max-height: 800px;
  border-radius: 20px;
  display: block;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-lower-fv .p-lower-fv__image img {
    border-radius: 20px;
    aspect-ratio: 335/488;
  }
}
.p-lower-fv .p-lower-fv__image--border-radius-0 img {
  border-radius: 0;
}
.p-lower-fv .p-lower-fv__image--contain img {
  object-fit: contain;
}
.p-lower-fv .p-lower-fv__date {
  margin-bottom: 8px;
}
.p-lower-fv .p-lower-fv__title-02 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .p-lower-fv .p-lower-fv__title-02 {
    font-size: 1.25rem;
  }
}
.p-lower-fv .p-lower-fv__filter {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-lower-fv .p-lower-fv__filter {
    flex-direction: column;
    gap: 8px;
  }
}

.p-about-message {
  /* ---------- images ----------- */
}
.p-about-message .p-about-message__text {
  margin-bottom: 49.5px;
}
@media (max-width: 768px) {
  .p-about-message .p-about-message__text {
    margin-bottom: 30px;
  }
}
.p-about-message .p-about-message__images {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .p-about-message .p-about-message__images {
    flex-wrap: wrap;
    gap: 24px 0;
    padding: 0;
  }
}
.p-about-message .p-about-message__image-item:nth-of-type(1) {
  width: 26.64%;
}
@media (max-width: 768px) {
  .p-about-message .p-about-message__image-item:nth-of-type(1) {
    width: 59.52%;
  }
}
.p-about-message .p-about-message__image-item:nth-of-type(1) img {
  aspect-ratio: 260/346;
}
@media (max-width: 768px) {
  .p-about-message .p-about-message__image-item:nth-of-type(1) img {
    aspect-ratio: 200/260;
  }
}
.p-about-message .p-about-message__image-item:nth-of-type(2) {
  width: 22.54%;
  margin-top: 86.5px;
}
@media (max-width: 768px) {
  .p-about-message .p-about-message__image-item:nth-of-type(2) {
    width: 35.71%;
    margin-top: 90px;
  }
}
.p-about-message .p-about-message__image-item:nth-of-type(2) img {
  aspect-ratio: 220/293;
}
@media (max-width: 768px) {
  .p-about-message .p-about-message__image-item:nth-of-type(2) img {
    aspect-ratio: 120/200;
  }
}
.p-about-message .p-about-message__image-item:nth-of-type(3) {
  width: 19.36%;
  margin-top: 47px;
}
@media (max-width: 768px) {
  .p-about-message .p-about-message__image-item:nth-of-type(3) {
    width: 35.71%;
    margin-top: 18px;
  }
}
.p-about-message .p-about-message__image-item:nth-of-type(3) img {
  aspect-ratio: 189/252;
}
@media (max-width: 768px) {
  .p-about-message .p-about-message__image-item:nth-of-type(3) img {
    aspect-ratio: 120/200;
  }
}
.p-about-message .p-about-message__image-item:nth-of-type(4) {
  width: 26.54%;
  margin-top: 13px;
}
@media (max-width: 768px) {
  .p-about-message .p-about-message__image-item:nth-of-type(4) {
    width: 59.52%;
    margin-top: 0;
  }
}
.p-about-message .p-about-message__image-item:nth-of-type(4) img {
  aspect-ratio: 259/344;
}
@media (max-width: 768px) {
  .p-about-message .p-about-message__image-item:nth-of-type(4) img {
    aspect-ratio: 200/260;
  }
}
.p-about-message .p-about-message__image-item img {
  width: 100%;
  border-radius: 20px;
}

.p-about-policy .p-about-policy__headig {
  margin-bottom: 24px;
}

.p-about-value .p-about-value__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1100px) {
  .p-about-value .p-about-value__cards {
    flex-direction: column;
    gap: initial;
  }
}
.p-about-value .p-about-value__cards .p-about-value__card-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1100px) {
  .p-about-value .p-about-value__cards .p-about-value__card-title {
    justify-content: flex-start;
  }
}
.p-about-value .p-about-value__cards .p-about-value__card {
  width: calc(50% - 8px);
}
@media (max-width: 1100px) {
  .p-about-value .p-about-value__cards .p-about-value__card {
    width: 100%;
    margin-bottom: 16px;
  }
}

.p-about-CommunityCare .p-about-CommunityCare__text {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .p-about-CommunityCare .p-about-CommunityCare__text {
    margin-bottom: 24px;
  }
}
.p-about-CommunityCare img {
  max-width: 1000px;
  margin: 0 auto;
}

.p-about-history .p-about-history__img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.p-img-text {
  display: flex;
  gap: 56px;
}
@media (max-width: 768px) {
  .p-img-text {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .p-img-text {
    flex-direction: column;
  }
}
.p-img-text .p-img-text__TextArea {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
@media (max-width: 768px) {
  .p-img-text .p-img-text__TextArea {
    gap: 16px;
  }
}
.p-img-text .p-img-text__img {
  width: 100%;
  max-width: 520px;
  flex: 1;
}
@media (max-width: 768px) {
  .p-img-text .p-img-text__img {
    width: 100%;
    max-width: 400px;
  }
}
.p-img-text .p-img-text__img img {
  border-radius: 20px;
  aspect-ratio: 500/500;
}
.p-img-text .p-img-text__img--2img {
  max-width: 526px;
  display: flex;
  gap: 3.96%;
  align-items: flex-start;
}
.p-img-text .p-img-text__img--2img img {
  display: block;
}
.p-img-text .p-img-text__img--2img img:first-of-type {
  aspect-ratio: 170/170;
  width: 33.63%;
}
.p-img-text .p-img-text__img--2img img:last-of-type {
  aspect-ratio: 320/440;
  margin-top: 70px;
  width: 62.41%;
}
.p-img-text--reverse .p-img-text__TextArea {
  order: -1;
}
@media (max-width: 768px) {
  .p-img-text--reverse-sp .p-img-text__TextArea {
    order: -1;
  }
}
.p-img-text--colomn {
  flex-direction: column-reverse;
}
.p-img-text--colomn .p-img-text__TextArea {
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}
.p-img-text--colomn .p-img-text__img {
  max-width: 100%;
  height: 400px;
  max-height: 400px;
}
@media (max-width: 768px) {
  .p-img-text--colomn .p-img-text__img {
    height: auto;
    max-height: initial;
  }
}
.p-img-text--colomn .p-img-text__img img {
  height: 400px;
}
@media (max-width: 768px) {
  .p-img-text--colomn .p-img-text__img img {
    aspect-ratio: 323/323;
    height: auto;
  }
}

.p-profile .p-profile__inner {
  display: flex;
  gap: 56px;
}
@media (max-width: 768px) {
  .p-profile .p-profile__inner {
    flex-direction: column;
    gap: 16px;
  }
}
.p-profile .p-profile__content {
  flex: 1;
  width: 50%;
  max-width: 330px;
}
@media (max-width: 768px) {
  .p-profile .p-profile__content {
    width: 100%;
  }
}
.p-profile .p-profile__image {
  width: 50%;
  max-width: 320px;
}
@media (max-width: 768px) {
  .p-profile .p-profile__image {
    order: -1;
    width: 100%;
  }
}
.p-profile .p-profile__image img {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 320/480;
}
.p-profile .p-profile__image--02 {
  max-width: 480px;
}
.p-profile .p-profile__image--02 img {
  aspect-ratio: 480/310;
}
.p-profile .p-profile__title {
  font-size: 1.5rem;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-profile .p-profile__title {
    margin-bottom: 16px;
  }
}
.p-profile .p-profile__block {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f2e9e4;
}
.p-profile .p-profile__block:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.p-profile .p-profile__heading {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 8px;
}
.p-profile .p-profile__icon {
  width: 10px;
  margin-right: 8px;
  margin-top: -10px;
}
.p-profile .p-profile__list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-profile .p-profile__list-item {
  position: relative;
  padding-left: 14px;
  font-size: 0.875rem;
  line-height: 1.9;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  color: #3A3123 !important;
}
.p-profile .p-profile__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05em;
  width: 3px;
  height: 3px;
  background-color: #3f3429;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-profile .p-profile__list-item {
    font-size: 15px;
    line-height: 1.8;
  }
  .p-profile .p-profile__list-item::before {
    top: 0.85em;
  }
}

.p-filter .p-filter__row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-filter .p-filter__row:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .p-filter .p-filter__row:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .p-filter .p-filter__row {
    display: block;
  }
}
.p-filter .p-filter__label {
  width: 80px;
  white-space: nowrap;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-filter .p-filter__label {
    margin-bottom: 10px;
  }
}
.p-filter .p-filter__bar {
  font-size: 18px;
  color: #3A3123;
}
@media (max-width: 768px) {
  .p-filter .p-filter__bar {
    display: none;
  }
}

.p-PrivacyPolicy {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.p-PrivacyPolicy .p-PrivacyPolicy__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-expoMenu .p-expoMenu__list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-expoMenu .p-expoMenu__list {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.p-expoMenu .p-expoMenu__list .p-expoMenu__item {
  flex: 1;
}
@media (max-width: 768px) {
  .p-expoMenu .p-expoMenu__list .p-expoMenu__item {
    flex: calc(50% - 8px);
  }
}
.p-expoMenu .p-expoMenu__list .p-expoMenu__item .p-expoMenu__link {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 10px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-expoMenu .p-expoMenu__list .p-expoMenu__item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.p-expoMenu .p-expoMenu__list .p-expoMenu__item:hover .p-expoMenu__icon {
  transform: translateY(6px);
}
.p-expoMenu .p-expoMenu__list .p-expoMenu__item .p-expoMenu__text {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0 !important;
}
.p-expoMenu .p-expoMenu__list .p-expoMenu__item .p-expoMenu__icon {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background-color: #3A3123;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.p-expoMenu .p-expoMenu__list .p-expoMenu__item .p-expoMenu__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  transform: translate(-50%, -30%);
}

.p-page-contact-section-contactform7 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  /* ===============================================
      # ボタン
  =============================================== */
}
@media (max-width: 768px) {
  .p-page-contact-section-contactform7 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.p-page-contact-section-contactform7 .text {
  text-align: center;
  display: block;
}
.p-page-contact-section-contactform7 .text-red {
  text-align: right;
  color: #B53434;
  display: block;
}
.p-page-contact-section-contactform7 p {
  width: 100%;
  margin-bottom: 20px;
}
.p-page-contact-section-contactform7 p label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1rem;
  color: #3A3123;
}
.p-page-contact-section-contactform7 p label .red {
  color: #B53434;
}
.p-page-contact-section-contactform7 p label .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  height: 50px !important;
  border-radius: 5px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 5px;
}
.p-page-contact-section-contactform7 p:nth-of-type(2) .wpcf7-form-control-wrap .wpcf7-form-control {
  border: none;
}
.p-page-contact-section-contactform7 .wide-textarea {
  min-height: 250px;
}
.p-page-contact-section-contactform7 .item {
  border: none;
}
.p-page-contact-section-contactform7 .submit-container {
  text-align: center;
}
.p-page-contact-section-contactform7 .submit-container .wpcf7-submit {
  margin-left: 72px;
  padding: 10px 50px;
  background-color: #F28B64 !important;
  color: #fff;
  border-radius: 5px;
  border: none;
  font-size: 1rem;
}
.p-page-contact-section-contactform7 .p-page-top-section-contactform7__privacy-policy .p-page-top-section-contactform7__privacy-policy-title {
  margin-top: 24px !important;
  display: block;
  margin-bottom: 8px;
}
.p-page-contact-section-contactform7 .p-page-top-section-contactform7__privacy-policy .wp-block-heading {
  margin-top: 24px !important;
}
.p-page-contact-section-contactform7 .p-page-top-section-contactform7__privacy-policy .wp-block-heading:first-of-type {
  margin-top: 0 !important;
}
.p-page-contact-section-contactform7 .p-page-top-section-contactform7__privacy-policy p {
  margin-bottom: 0px;
}
.p-page-contact-section-contactform7 .p-page-top-section-contactform7__privacy-policy .checkbox {
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
}
.p-page-contact-section-contactform7 .privacy-policy-link {
  color: #F28B64;
}

/* utility */
.u-illust {
  position: relative;
}
.u-illust:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.u-illust--01:after {
  width: 87px;
  height: 192px;
  background-image: url(/wp-content/themes/customify/corporate/assets/images/illust_03.png);
  bottom: -130px;
  right: -45px;
}
@media (max-width: 768px) {
  .u-illust--01:after {
    width: 76px;
    height: 168px;
    bottom: -25px;
    right: -10px;
  }
}
.u-illust--02-pc:after {
  width: 131px;
  height: 105px;
  background-image: url(/wp-content/themes/customify/corporate/assets/images/illust_04.png);
  bottom: -25px;
  right: -150px;
}
@media (max-width: 986px) {
  .u-illust--02-pc:after {
    display: none;
  }
}
.u-illust--02-sp:after {
  width: 85px;
  height: 68px;
  background-image: url(/wp-content/themes/customify/corporate/assets/images/illust_04.png);
  bottom: 0px;
  right: 0;
}
@media (min-width: 987px) {
  .u-illust--02-sp:after {
    display: none;
  }
}

.u-InlineBlock {
  display: inline-block;
}

.u-margin-0-auto {
  margin: 0 auto;
}

.u-FitContent {
  width: fit-content;
}

/* swiper */
/* swiper *//*# sourceMappingURL=style.css.map */