@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
  max-width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*============================================
breakpoint
============================================*/
:root {
  /* ============================================
  font-family
  ============================================ */
  --font: "Zen Kaku Gothic New", serif;
  --font-en: "Lato", serif;
  /* ============================================
  color-name
  ============================================ */
  --color-gray: #ebeae7;
  /* ============================================
  color-meaning
  ============================================ */
  --color-corporate-01: var(--color-gray);
  --color-base: #171313;
  --color-corporate-gradation-01: linear-gradient(266deg, #05aeb4, #1ddea8);
  /* ============================================
  value
  ============================================ */
  /* ============================================
  timing-function
  ============================================ */
  --ease-in-out: cubic-bezier(0.5, 0.24, 0.12, 0.96);
  /* ============================================
  transition-duration
  ============================================ */
  --duration--2xs: 0s;
  --duration--s: 0.2s;
  --duration--m: 0.3s;
  --duration--l: 0.5s;
  --duration--2xl: 1s;
}

/*
--------------------------------
global
変数
--------------------------------
*/
/*
--------------------------------
base
初期設定
--------------------------------
*/
:root {
  --scrollbar: 0;
}

body {
  font-family: var(--font);
  font-weight: normal;
  color: var(--color-base);
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-size: 0.9375rem;
  background: #fff;
  overflow-x: hidden;
  position: relative;
}
body.is-open,
body.is-open-search {
  overflow: hidden;
}

button,
button *,
a,
a * {
  transition-property: opacity, color, background-color, transform, box-shadow,
    border-color, -webkit-text-decoration-color;
  transition-property: opacity, color, text-decoration-color, background-color,
    transform, box-shadow, border-color;
  transition-property: opacity, color, text-decoration-color, background-color,
    transform, box-shadow, border-color, -webkit-text-decoration-color;
  transition-duration: var(--duration--m);
  transition-timing-function: ease;
}

a:hover,
button:hover {
  cursor: pointer;
}

.en {
  font-family: var(--font-en);
  font-weight: 500;
}

/* u-visually-hidden */
/* ============================================ */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

/* l-header */
/* ============================================ */
#header {
  position: fixed;
  height: 60px;
  inset: 0;
  bottom: auto;
  background: #fff;
  padding: 5px 12px 5px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}
@media (min-width: calc(1024em / 16)) {
  #header {
    height: 100px;
    padding: 19px 32px 19px 46px;
    /* 250910 */
    padding: 10px 32px 10px 46px;
  }
}

/* logo */
.logo {
  position: relative;
  z-index: 1;
  max-width: 70%;
  max-height: 90%;
  height: 100%;
}
.logo a {
  display: block;
  height: 100%;
}
.logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}

/* gnav */
#gnav {
  transition-property: opacity, visibility;
  transition-duration: var(--duration--m);
  position: fixed;
  z-index: 0;
  background: #fff;
  inset: 0;
  bottom: auto;
  padding: 100px 50px 50px;
  overflow-y: scroll;
  max-height: 100vh;
}
@supports (height: 100dvh) {
  #gnav {
    max-height: 100dvh;
  }
}

#gnav[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
}

#gnav[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.gnav__list {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  flex-flow: column;
  gap: 25px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: calc(768em / 16)) {
  .gnav__list {
    font-size: 20px;
  }
}
.gnav__list .child-link {
  color: #878787;
  font-size: 16px;
  text-align: left;
}
@media (min-width: calc(768em / 16)) {
  .gnav__list .child-link {
    font-size: 18px;
  }
}
.gnav__list .child-link::before {
  content: "- ";
}
.gnav__list .link,
.gnav__list .child-link {
  transition-property: opacity;
  transition-duration: var(--duration--s);
}
.gnav__list .link:hover,
.gnav__list .child-link:hover {
  opacity: 0.5;
}

/* toggle */
#toggle {
  width: 60px;
  height: 100%;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  /* 250910 add */
  height: 60px;
}

#toggle .line {
  position: relative;
}
#toggle .line,
#toggle .line::before,
#toggle .line::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #353232;
  position: absolute;
  transition-property: background-color, transform, top, bottom;
  transition-duration: var(--duration--m);
}
#toggle .line::before {
  transform: translate(0, 1px);
  top: 11px;
}
#toggle .line::after {
  transform: translate(0, -1px);
  bottom: 11px;
}
#toggle[aria-expanded="true"] .line {
  background: transparent;
}
#toggle[aria-expanded="true"] .line::before {
  transform: translate(0, 1px) rotate(45deg);
  top: 1px;
}
#toggle[aria-expanded="true"] .line::after {
  transform: translate(0, -1px) rotate(-45deg);
  bottom: -3px;
}

/* l-footer */
/* ============================================ */
#footer {
  margin: 85px 0 0;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 15px;
}

/* footer-nav-list */
.footer-nav-list {
  margin-top: 25px;
  display: flex;
  gap: 42px;
}

/* footer-nav */
.footer-nav .item + .item {
  margin-top: 27px;
}
.footer-nav .link {
  font-weight: bold;
}
.footer-nav .child-link {
  color: #878787;
}
.footer-nav .child-link::before {
  content: "- ";
}
.footer-nav .link,
.footer-nav .child-link {
  transition-property: opacity;
  transition-duration: var(--duration--s);
}
.footer-nav .link:hover,
.footer-nav .child-link:hover {
  opacity: 0.5;
}

/* footer-bottom */
.footer-bottom {
  margin-top: 58px;
  border-top: 1px solid #eee;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  flex-flow: wrap;
  gap: 30px;
}

.footer-bottom-list {
  font-weight: bold;
  display: flex;
  flex-flow: wrap;
  gap: 15px;
}
@media (min-width: calc(375em / 16)) {
  .footer-bottom-list {
    gap: 15px 40px;
  }
}

/* l-main */
/* ============================================ */
#main {
  margin-top: 60px;
}
@media (min-width: calc(1024em / 16)) {
  #main {
    margin-top: 100px;
  }
}

/* l-mask */
/* ============================================ */
#mask::after {
  content: "";
  position: absolute;
  z-index: 90;
  inset: 0;
  display: block;
  background: transparent;
  transition-property: background-color,opacity;
  transition-duration: var(--duration--m);
  pointer-events: none;
}

.is-open #mask::after {
  background: #000;
  opacity: 0.25;
  pointer-events: auto;
}

/*
--------------------------------
layout
全体的なレイアウト
--------------------------------
*/
/* p-button */
/* ============================================ */
.button-square {
  display: grid;
  place-items: center;
  padding: 1.5em 1.5em;
  position: relative;
  background: #251d16;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(100%, 16em);
  font-weight: 500;
  grid-template-columns: 1fr auto 1fr;
  line-height: 1;
  gap: 15px;
  border: 1px solid transparent;
}
.button-square::before {
  content: "";
}
.button-square::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 24px;
  top: 52%;
  transform: translate(0, -50%);
  font-size: 0.8em;
  font-weight: bold;
}
.button-square .icon {
  margin-right: 0.2em;
}
.button-square:hover {
  background: #fff;
  color: #000;
  border-color: #251d16;
}
.button-square.--white {
  background: #fff;
  color: #000;
}
.button-square.--white::after {
  color: #393434;
}
.button-square.--white:hover {
  background: #251d16;
  color: #fff;
  border-color: #251d16;
}
.button-square.--white:hover::after {
  color: #fff;
}

.button-link {
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-right: 1.4em;
}
@media (min-width: calc(640em / 16)) {
  .button-link {
    padding-right: 3.3em;
  }
}
.button-link .icon {
  margin-right: 0.2em;
}
.button-link::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 0;
  top: 52%;
  transform: translate(0, -50%);
  font-size: 0.8em;
  font-weight: bold;
}
.button-link:hover {
  opacity: 0.5;
}

.button-download {
  padding: 1.9em 2.2em 1.9em 2.4em;
  font-weight: 600;
  background: #fff;
  display: block;
  position: relative;
  transition-property: opacity;
  transition-duration: var(--duration--s);
  outline: 2px solid transparent;
  border: 2px dashed transparent;
}
.button-download .icon {
  margin-right: 0.2em;
}
.button-download::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 33px;
  transform: translate(0, -50%);
  display: block;
  width: 1em;
  height: 1em;
  background: url(images/common/icon_download.png) no-repeat center/contain;
  background-image: -webkit-image-set(
    url(images/common/icon_download@2x.png) 2x
  );
  background-image: image-set(url(images/common/icon_download@2x.png) 2x);
}
.button-download:hover {
  opacity: 0.5;
}

/* p-icon */
/* ============================================ */
.icon {
  --size: 1em;
  width: var(--size);
  height: var(--size);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: no-repeat center/contain;
  vertical-align: middle;
  transition-property: background-color, color;
  transition-duration: var(--duration--s);
}
.icon.--pdf {
  background-image: url(images/common/icon_pdf.png);
  background-image: -webkit-image-set(
    url(images/common/icon_pdf.png),
    url(images/common/icon_pdf@2x.png) 2x
  );
  background-image: image-set(
    url(images/common/icon_pdf.png),
    url(images/common/icon_pdf@2x.png) 2x
  );
}
.icon.--mail {
  background-image: url(images/common/icon_mail.png);
  background-image: -webkit-image-set(
    url(images/common/icon_mail.png),
    url(images/common/icon_mail@2x.png) 2x
  );
  background-image: image-set(
    url(images/common/icon_mail.png),
    url(images/common/icon_mail@2x.png) 2x
  );
}
.icon.--instagram {
  background-image: url(images/common/icon_instagram.png);
  background-image: -webkit-image-set(
    url(images/common/icon_instagram.png),
    url(images/common/icon_instagram@2x.png) 2x
  );
  background-image: image-set(
    url(images/common/icon_instagram.png),
    url(images/common/icon_instagram@2x.png) 2x
  );
  background-size: 14px 14px;
}

.icon-circle {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--color-corporate-01);
  color: #fff;
  --size: 24px;
  width: var(--size);
  height: var(--size);
  font-size: 0.5em;
}
.icon-circle.fa-solid::before {
  padding-top: 0.2em;
}

/* p-title */
/* ============================================ */
.title-section {
  display: flex;
  flex-flow: column;
}
.title-section .en {
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
.title-section .ja {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  font-weight: bold;
}

/* p-box */
/* ============================================ */
.box-square {
  background: var(--color-gray);
  padding: 40px 20px;
}
@media (min-width: calc(425em / 16)) {
  .box-square {
    padding: 40px 30px;
  }
}
@media (min-width: calc(1024em / 16)) {
  .box-square {
    padding: 50px 60px;
  }
}

/* p-bg */
/* ============================================ */
.bg-half {
  position: relative;
}
.bg-half::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  inset: 0;
  top: 27.5%;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  background: var(--color-corporate-01);
}

/*
--------------------------------
component
使いまわせるやつ
--------------------------------
*/
/* p-mv */
/* ============================================ */
.mv__images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 375fr 617fr 370fr 375fr;
}
.mv__images .image:nth-of-type(1) {
  grid-column: 1/2;
}
.mv__images .image:nth-of-type(2) {
  grid-column: 2/3;
}
.mv__images .image:nth-of-type(3) {
  grid-column: 1/3;
  grid-row: 2/4;
}
.mv__images .image:nth-of-type(4) {
  grid-column: 3/5;
  grid-row: 1/3;
}
.mv__images .image:nth-of-type(5) {
  grid-column: 3/5;
  grid-row: 3/4;
}
@media not all and (min-width: calc(768em / 16)) {
  .mv__images {
    min-height: calc(100vh - 60px);
  }
}
.mv__images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* p-top-instagram */
/* ============================================ */
.top-instagram {
  background: linear-gradient(to bottom, var(--color-gray), #fff);
}
.top-instagram .sbi_images {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 162px), 1fr));
  justify-content: space-between;
  margin-top: 50px;
}
@media (min-width: calc(425em / 16)) {
  .top-instagram .sbi_images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: calc(768em / 16)) {
  .top-instagram .sbi_images {
    grid-template-columns: repeat(4, 1fr);
  }
}
.top-instagram .sbi_item {
  display: grid;
}
.top-instagram .sbi_item:hover .sbi_caption {
  visibility: visible;
  opacity: 1;
}
.top-instagram .sbi_photo_wrap {
  grid-area: 1/2;
}
.top-instagram .sbi_photo_wrap img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-instagram .sbi_caption {
  grid-area: 1/2;
  background: rgba(41, 47, 38, 0.6);
  color: #fff;
  padding: 11px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  visibility: hidden;
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: var(--duration--m);
  pointer-events: none;
}

/* 250730 add */
.instagram-wrapper {
  margin-top: 50px;
}
.instagram-wrapper .--sp {
  display: block;
}
.instagram-wrapper .--pc {
  display: none;
}
@media (min-width: calc(768em / 16)) {
  .instagram-wrapper .--sp {
    display: none;
  }
  .instagram-wrapper .--pc {
    display: block;
  }
}

/* p-top-concept */
/* ============================================ */
.top-concept {
  position: relative;
  max-width: 93.75rem;
  margin: 0 auto;
}
.top-concept .content {
  padding: min(87.890625vw, 900px) 0 min(126.953125vw, 1300px);
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  position: relative;
  text-shadow: 2px 2px 2px #fff;
  /* 250909 add */
  padding: min(87.890625vw, 900px) 0 min(112vw, 1300px);
}
@media (min-width: calc(640em / 16)) {
  .top-concept .content {
    padding: min(15.5333333333vw, 233px) 0 min(48vw, 720px);
  }
}
.top-concept .content .button-square {
  text-shadow: none;
}
.top-concept .deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.top-concept .deco .text {
  position: absolute;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: var(--color-corporate-01);
  bottom: min(37.109375vw, 380px);
  right: min(8.7890625vw, 90px);
  font-size: min(23.4375vw, 240px);
}
@media (min-width: calc(640em / 16)) {
  .top-concept .deco .text {
    bottom: min(5.3333333333vw, 80px);
    right: min(6vw, 90px);
    font-size: min(16vw, 240px);
  }
}
.top-concept .image {
  position: absolute;
}
.top-concept .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-concept .image:nth-of-type(1) {
  width: 50%;
  top: min(8.7890625vw, 80px);
  left: 0;
  max-width: 482px;
}
@media (min-width: calc(640em / 16)) {
  .top-concept .image:nth-of-type(1) {
    width: 25.3333333333vw;
    top: min(12.7333333333vw, 191px);
  }
}
@media (min-width: calc(1024em / 16)) {
  .top-concept .image:nth-of-type(1) {
    width: 32.1333333333vw;
  }
}
.top-concept .image:nth-of-type(2) {
  width: 37%;
  max-width: 400px;
  top: 0;
  right: min(6vw, 90px);
}
@media (min-width: calc(640em / 16)) {
  .top-concept .image:nth-of-type(2) {
    width: 26.6666666667vw;
    top: min(4vw, 60px);
  }
}
.top-concept .image:nth-of-type(3) {
  width: 65%;
  max-width: 488px;
  bottom: min(56.640625vw, 580px);
  right: min(8.6666666667vw, 130px);
  /* 250909 add */
  right: 0;
  width: 70%;
  bottom: min(48vw, 580px);
}
@media (min-width: calc(640em / 16)) {
  .top-concept .image:nth-of-type(3) {
    width: 32.5333333333vw;
    bottom: min(18.3333333333vw, 275px);
  }
}
.top-concept .image:nth-of-type(4) {
  width: 38%;
  bottom: 0;
  max-width: 325px;
  left: min(9.765625vw, 100px);
  /* 250909 add */
  left: 0;
  width: 44%;
}
@media (min-width: calc(640em / 16)) {
  .top-concept .image:nth-of-type(4) {
    width: 21.6666666667vw;
    left: min(23.6vw, 354px);
  }
}
.top-concept .image:nth-of-type(4)::before {
  content: "";
  position: absolute;
  display: block;
  top: min(1.7333333333vw, 26px);
  left: min(0.4666666667vw, 7px);
  width: 39vw;
  max-width: 330px;
  height: 36vw;
  max-height: 302px;
  background: #4f4a3c;
  opacity: 7%;
  z-index: -1;
  /* 250909 add */
  width: 45vw;
  height: 42vw;
}
@media (min-width: calc(640em / 16)) {
  .top-concept .image:nth-of-type(4)::before {
    width: 22vw;
    height: 20.1333333333vw;
  }
}
@media (min-width: calc(1024em / 16)) {
  .top-concept .image:nth-of-type(4)::before {
    width: 22vw;
    height: 20.1333333333vw;
  }
}

/* p-support */
/* ============================================ */
.top-support__section {
  background: no-repeat center/cover;
  position: relative;
  color: #fff;
  padding: 32px 20px;
  display: grid;
  align-items: end;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr -webkit-max-content;
  grid-template-rows: 1fr max-content;
  gap: 15px;
}
@media (min-width: calc(425em / 16)) {
  .top-support__section {
    padding: 50px 30px;
  }
}
@media (min-width: calc(640em / 16)) {
  .top-support__section {
    min-height: 480px;
  }
}
@media (min-width: calc(768em / 16)) {
  .top-support__section {
    grid-template-columns: 1fr 16em;
    gap: 0;
  }
}
@media (min-width: calc(1024em / 16)) {
  .top-support__section {
    padding: 70px 60px;
  }
}
.top-support__section.--s {
  padding: 32px 20px;
  max-width: 604px;
  gap: 15px;
}
@media not all and (min-width: 71.75em) {
  .top-support__section.--s {
    grid-template-columns: 1fr;
  }
}
@media (min-width: calc(640em / 16)) {
  .top-support__section.--s {
    min-height: 403px;
  }
}
@media (min-width: calc(425em / 16)) {
  .top-support__section.--s {
    padding: 32px 30px;
  }
}
@media (min-width: calc(1024em / 16)) {
  .top-support__section.--s {
    padding: 32px 30px 32px 40px;
  }
}
@media not all and (min-width: 71.75em) {
  .top-support__section.--s .button-square {
    grid-column: auto;
    justify-self: start;
  }
}
.top-support__section.--personal {
  background-image: url(images/top/bg_support_personal.jpg);
}
.top-support__section.--family {
  background-image: url(images/top/bg_support_family.jpg);
}
.top-support__section.--staff {
  background-image: url(images/top/bg_support_staff.jpg);
  background-position: 79% center;
}
.top-support__section.--facility {
  background-image: url(images/top/bg_support_facility.jpg);
}
.top-support__section .title {
  font-size: 1.375rem;
  font-weight: bold;
  grid-column: 1/3;
  line-height: 1.2;
}
.top-support__section .content {
  grid-column: 1/3;
}
@media (min-width: calc(768em / 16)) {
  .top-support__section .content {
    grid-column: 1/2;
    max-width: 619px;
    margin-right: 15px;
  }
}
.top-support__section .button-square {
  grid-column: 1/3;
}
@media (min-width: calc(768em / 16)) {
  .top-support__section .button-square {
    grid-column: 2/3;
    justify-self: end;
  }
}

/* p-contact */
/* ============================================ */
.contact-box {
  position: relative;
  z-index: 0;
  display: grid;
  place-items: center;
  grid-template-columns: 1fr;
  padding: 40px 20px;
  min-height: 360px;
  gap: 15px;
  color: #fff;
  background: url(images/common/bg_contact.jpg) no-repeat center/cover;
}
@media (min-width: calc(425em / 16)) {
  .contact-box {
    padding: 40px 30px;
  }
}
@media (min-width: calc(1024em / 16)) {
  .contact-box {
    padding: 50px 60px;
  }
}
@media (min-width: 71.5625em) {
  .contact-box {
    grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
    grid-template-columns: max-content 1fr max-content;
    padding: 50px 65px 50px 60px;
  }
}
.contact-box::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: #28241e;
  opacity: 0.89;
}
@media not all and (min-width: 71.5625em) {
  .contact-box .title-section {
    align-items: center;
  }
}
.contact-box .tel:hover {
  opacity: 0.5;
}
.contact-box .tel .number {
  font-size: 1.75rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.26em;
  font-family: var(--font-en);
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media (min-width: calc(640em / 16)) {
  .contact-box .tel .number {
    font-size: 2.375rem;
  }
}
@media (min-width: 71.5625em) {
  .contact-box .tel .number {
    justify-content: start;
  }
}
@media (min-width: calc(1240em / 16)) {
  .contact-box .tel .number {
    font-size: 2.625rem;
  }
}
.contact-box .tel .number::before {
  content: "";
  --size: 1.3em;
  width: var(--size);
  height: var(--size);
  display: inline-block;
  background: url(images/common/icon_tel-circle.png) no-repeat center/contain;
  background-image: -webkit-image-set(
    url(images/common/icon_tel-circle.png) 2x
  );
  background-image: image-set(url(images/common/icon_tel-circle.png) 2x);
}
@media not all and (min-width: 71.5625em) {
  .contact-box .button-square {
    text-align: center;
  }
}

/* subpage */
/* ============================================ */
.subpage {
  width: 100%;
  margin-bottom: 140px;
}
@media not all and (min-width: calc(768em / 16)) {
  .subpage {
    margin-bottom: 70px;
  }
}
.subpage-mv {
  width: 100%;
  margin-bottom: 30px;
}
.subpage-mv img {
  width: 100%;
}
.subpage .bread-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.subpage .bread-links li {
  font-size: 0.8125rem;
  font-weight: 600;
}
.subpage .bread-links li a {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  color: #ccc;
}
.subpage .bread-links li a:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 9px;
  background: url(images/concept/subpage-arrow.png);
  background-size: 100% auto;
  right: -25px;
  top: 50%;
  translate: 0 -50%;
}

/* concept */
/* ============================================ */
.concept01 {
  max-width: 93.75rem;
  margin: 0 auto;
}

@media screen and (max-width: 850px) {
  .concept-content.--pc {
    display: none;
  }
}
.concept-content.--pc .concept-content-block {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
@media (min-width: calc(768em / 16)) {
  .concept-content.--pc .concept-content-block {
    margin-top: 120px;
  }
}
@media (min-width: calc(768em / 16)) {
  .concept-content.--pc
    .concept-content-block.first-block
    .concept-content-image {
    position: absolute;
  }
}
.concept-content.--pc
  .concept-content-block.first-block
  .concept-content-image.--01 {
  max-width: 18.75rem;
  width: 20vw;
}
@media (min-width: calc(768em / 16)) {
  .concept-content.--pc
    .concept-content-block.first-block
    .concept-content-image.--01 {
    top: max(-12vw, -180px);
    right: min(13.3333333333vw, 200px);
  }
}
.concept-content.--pc
  .concept-content-block.first-block
  .concept-content-image.--01:after {
  position: absolute;
  content: "";
  max-width: 5.1875rem;
  max-height: 5.8125rem;
  width: 5.5vw;
  height: 6.2vw;
  background: url(images/concept/parts01.png);
  background-size: 100% auto;
  bottom: -2vw;
  right: -3.3vw;
  z-index: 2;
}
.concept-content.--pc
  .concept-content-block.first-block
  .concept-content-image.--02 {
  max-width: 30rem;
  width: 30vw;
}
@media not all and (min-width: calc(1024em / 16)) {
  .concept-content.--pc
    .concept-content-block.first-block
    .concept-content-image.--02 {
    width: calc((100% - 490px) / 2);
  }
}
@media (min-width: calc(768em / 16)) {
  .concept-content.--pc
    .concept-content-block.first-block
    .concept-content-image.--02 {
    top: 0;
    left: 0;
  }
}
.concept-content.--pc
  .concept-content-block.first-block
  .concept-content-image.--02:after {
  position: absolute;
  content: "";
  max-width: 4.8125rem;
  max-height: 5.125rem;
  width: 5.1vw;
  height: 5.5vw;
  background: url(images/concept/parts02.png);
  background-size: 100% auto;
  bottom: -2vw;
  right: 4vw;
  z-index: 2;
}
.concept-content.--pc
  .concept-content-block.first-block
  .concept-content-image.--03 {
  max-width: 20.3125rem;
  width: 21.6666666667vw;
  top: min(12vw, 180px);
  right: 0;
}
.concept-content.--pc .concept-content-block.first-block .concept-content-text {
  width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.concept-content.--pc
  .concept-content-block.first-block
  .concept-content-text
  p {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.concept-content.--pc
  .concept-content-block.first-block
  .concept-content-text
  p:not(:last-child) {
  margin-bottom: 15px;
}
.concept-content.--pc
  .concept-content-block.second-block
  .concept-content-image.--01 {
  position: absolute;
  max-width: 18.125rem;
  width: 19.3333333333vw;
}
@media (min-width: calc(1024em / 16)) {
  .concept-content.--pc
    .concept-content-block.second-block
    .concept-content-image.--01 {
    top: 0;
    left: min(10vw, 150px);
  }
}
@media not all and (min-width: calc(1024em / 16)) {
  .concept-content.--pc
    .concept-content-block.second-block
    .concept-content-image.--01 {
    width: calc((100% - 570px) / 2);
    left: min(4.8828125vw, 50px);
  }
}
.concept-content.--pc
  .concept-content-block.second-block
  .concept-content-image.--02 {
  max-width: 18.125rem;
  width: 19.3333333333vw;
}
@media (min-width: calc(768em / 16)) {
  .concept-content.--pc
    .concept-content-block.second-block
    .concept-content-image.--02 {
    position: absolute;
    top: min(6.6666666667vw, 100px);
    left: min(33.3333333333vw, 500px);
  }
}
@media not all and (min-width: calc(1024em / 16)) {
  .concept-content.--pc
    .concept-content-block.second-block
    .concept-content-image.--02 {
    width: calc((100% - 570px) / 2);
    left: calc((100% - 530px) / 2 + 50px);
  }
}
.concept-content.--pc
  .concept-content-block.second-block
  .concept-content-image.--03 {
  position: relative;
  max-width: 23.125rem;
  width: 100%;
  margin-top: 6vw;
  margin-left: auto;
  margin-right: min((100% - 1100px) / 2, 200px);
}
@media not all and (min-width: calc(1240em / 16)) {
  .concept-content.--pc
    .concept-content-block.second-block
    .concept-content-image.--03 {
    margin-right: 50px;
  }
}
.concept-content.--pc
  .concept-content-block.second-block
  .concept-content-image.--03:after {
  position: absolute;
  content: "";
  max-width: 6rem;
  max-height: 4.625rem;
  width: 6rem;
  height: 4.625rem;
  background: url(images/concept/parts03.png);
  background-size: 100% auto;
  top: -4vw;
  right: -3.3333333333vw;
  z-index: 2;
}
.concept-content.--pc
  .concept-content-block.second-block
  .concept-content-text {
  width: 420px;
  margin-left: auto;
  margin-right: min((100% - 1100px) / 2, 200px);
  padding-top: 100px;
}
@media (min-width: calc(1300em / 16)) {
  /* 250411 add */
  .concept-content.--pc
    .concept-content-block.second-block
    .concept-content-text {
    padding-top: 200px;
  }
}
@media not all and (min-width: calc(1240em / 16)) {
  .concept-content.--pc
    .concept-content-block.second-block
    .concept-content-text {
    margin-right: 50px;
  }
}
.concept-content.--pc
  .concept-content-block.second-block
  .concept-content-text
  p {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.concept-content.--pc
  .concept-content-block.second-block
  .concept-content-text
  p:not(:last-child) {
  margin-bottom: 15px;
}
.concept-content.--pc
  .concept-content-block.last-block
  .concept-content-image.--01 {
  position: absolute;
  max-width: 42.8125rem;
  width: 45.6666666667vw;
  top: 0;
  right: 0;
}
@media not all and (min-width: calc(1024em / 16)) {
  .concept-content.--pc
    .concept-content-block.last-block
    .concept-content-image.--01 {
    width: calc(100% - 580px);
  }
}
.concept-content.--pc
  .concept-content-block.last-block
  .concept-content-image.--02 {
  position: relative;
  max-width: 18.75rem;
  width: 100%;
  margin-top: 130px;
  margin-right: auto;
  margin-left: min((100% - 1100px) / 2, 200px);
}
@media not all and (min-width: calc(1240em / 16)) {
  .concept-content.--pc
    .concept-content-block.last-block
    .concept-content-image.--02 {
    margin-left: 50px;
  }
}
.concept-content.--pc
  .concept-content-block.last-block
  .concept-content-image.--02:after {
  position: absolute;
  content: "";
  max-width: 15.6875rem;
  max-height: 14.9375rem;
  width: 15.6875rem;
  height: 14.9375rem;
  background: url(images/concept/parts04.png);
  background-size: 100% auto;
  top: -238px;
  left: -40px;
  z-index: 1;
}
.concept-content.--pc .concept-content-block.last-block .concept-content-text {
  position: relative;
  width: 500px;
  margin-right: auto;
  margin-left: min((100% - 1100px) / 2, 200px);
  z-index: 2;
}
@media not all and (min-width: calc(1240em / 16)) {
  .concept-content.--pc
    .concept-content-block.last-block
    .concept-content-text {
    margin-left: 50px;
  }
}
.concept-content.--pc
  .concept-content-block.last-block
  .concept-content-text
  p {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.concept-content.--pc
  .concept-content-block.last-block
  .concept-content-text
  p:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 851px) {
  .concept-content.--sp {
    display: none;
  }
}
.concept-content.--sp .concept-content-block {
  margin-top: 120px;
}
@media not all and (min-width: calc(768em / 16)) {
  .concept-content.--sp .concept-content-block {
    margin-top: 60px;
  }
}
.concept-content.--sp
  .concept-content-block.first-block
  .concept-content-image {
  position: relative;
}
.concept-content.--sp
  .concept-content-block.first-block
  .concept-content-image.--01 {
  width: 40%;
  margin-left: auto;
  margin-right: 12.9411764706vw;
}
.concept-content.--sp
  .concept-content-block.first-block
  .concept-content-image.--01
  img {
  width: 100%;
}
.concept-content.--sp
  .concept-content-block.first-block
  .concept-content-image.--01:after {
  position: absolute;
  content: "";
  max-width: 5.1875rem;
  max-height: 5.8125rem;
  width: 5.1875rem;
  height: 5.8125rem;
  background: url(images/concept/parts01.png);
  background-size: 100% auto;
  bottom: -2vw;
  right: -3.3vw;
  z-index: 2;
}
.concept-content.--sp
  .concept-content-block.first-block
  .concept-content-image.--02 {
  width: 55%;
  margin-top: 40px;
}
.concept-content.--sp
  .concept-content-block.first-block
  .concept-content-image.--02
  img {
  width: 100%;
}
.concept-content.--sp
  .concept-content-block.first-block
  .concept-content-image.--02:after {
  position: absolute;
  content: "";
  max-width: 4.8125rem;
  max-height: 5.125rem;
  width: 4.8125rem;
  height: 5.125rem;
  background: url(images/concept/parts02.png);
  background-size: 100% auto;
  bottom: -2vw;
  right: 4vw;
  z-index: 2;
}
.concept-content.--sp
  .concept-content-block.first-block
  .concept-content-image.--03 {
  width: 40%;
  margin-left: auto;
  margin-top: -29.4117647059vw;
}
.concept-content.--sp
  .concept-content-block.first-block
  .concept-content-image.--03
  img {
  width: 100%;
}
.concept-content.--sp .concept-content-block.last-block .inner {
  display: flex;
}
.concept-content.--sp .concept-content-block.last-block .inner:first-child {
  gap: 30px;
}
.concept-content.--sp .concept-content-block.last-block .inner:last-child {
  justify-content: space-between;
  margin-top: 50px;
}
.concept-content.--sp .concept-content-block.last-block .concept-content-image {
  position: relative;
}
.concept-content.--sp
  .concept-content-block.last-block
  .concept-content-image.--01 {
  width: 25%;
}
.concept-content.--sp
  .concept-content-block.last-block
  .concept-content-image.--01
  img {
  width: 100%;
}
.concept-content.--sp
  .concept-content-block.last-block
  .concept-content-image.--02 {
  width: 25%;
  margin-top: 80px;
}
.concept-content.--sp
  .concept-content-block.last-block
  .concept-content-image.--02
  img {
  width: 100%;
}
.concept-content.--sp
  .concept-content-block.last-block
  .concept-content-image.--03 {
  position: relative;
  width: 38%;
  margin-left: auto;
  margin-right: 40px;
  margin-top: -14.7058823529vw;
}
@media not all and (min-width: calc(640em / 16)) {
  .concept-content.--sp
    .concept-content-block.last-block
    .concept-content-image.--03 {
    width: calc(50% - 80px);
    margin-right: 15px;
  }
}
.concept-content.--sp
  .concept-content-block.last-block
  .concept-content-image.--03
  img {
  width: 100%;
}
.concept-content.--sp
  .concept-content-block.last-block
  .concept-content-image.--03:after {
  position: absolute;
  content: "";
  max-width: 6rem;
  max-height: 4.625rem;
  width: 6rem;
  height: 4.625rem;
  background: url(images/concept/parts03.png);
  background-size: 100% auto;
  top: -4vw;
  right: 20px;
  z-index: 2;
}
@media not all and (min-width: calc(640em / 16)) {
  .concept-content.--sp
    .concept-content-block.last-block
    .concept-content-image.--03:after {
    width: 15vw;
    height: 11.5625vw;
  }
}
.concept-content.--sp
  .concept-content-block.last-block
  .concept-content-image.--04 {
  position: relative;
  width: 25%;
  margin-top: 80px;
  margin-left: 50px;
}
.concept-content.--sp
  .concept-content-block.last-block
  .concept-content-image.--04:after {
  position: absolute;
  content: "";
  max-width: 15.6875rem;
  max-height: 14.9375rem;
  width: 29.5294117647vw;
  height: 28.1176470588vw;
  background: url(images/concept/parts04.png);
  background-size: 100% auto;
  top: -28.1176470588vw;
  left: -40px;
  z-index: 1;
}
.concept-content.--sp
  .concept-content-block.last-block
  .concept-content-image.--04
  img {
  width: 100%;
}
.concept-content.--sp
  .concept-content-block.last-block
  .concept-content-image.--05 {
  width: 60%;
}
.concept-content.--sp .concept-content-block .concept-content-text {
  max-width: 35rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
.concept-content.--sp .concept-content-block .concept-content-text p {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.concept-content.--sp
  .concept-content-block
  .concept-content-text
  p:not(:last-child) {
  margin-bottom: 15px;
}

/* _support */
/* ============================================ */
.container-ml {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 68.75rem;
}

.support-content-block {
  position: relative;
  width: 100%;
  padding-top: 45px;
  border-top: 1px solid #eee;
}
.support-content-block.--kobetu {
  margin-top: 120px;
  background: url(images/support/parts01.png);
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
  background-size: 104px 72px;
}
@media not all and (min-width: calc(768em / 16)) {
  .support-content-block.--kobetu {
    margin-top: 60px;
  }
}
@media not all and (min-width: calc(425em / 16)) {
  .support-content-block.--kobetu {
    background-position: right 10px top 10px;
    background-size: 84px 58px;
  }
}
.support-content-block.--family {
  margin-top: 90px;
  margin-bottom: 160px;
  background: url(images/support/parts02.png);
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
  background-size: 56px 51px;
}
@media not all and (min-width: calc(768em / 16)) {
  .support-content-block.--family {
    margin-top: 45px;
    margin-bottom: 80px;
  }
}
@media not all and (min-width: calc(425em / 16)) {
  .support-content-block.--family {
    background-size: 40px 43px;
    background-position: right 10px top 10px;
  }
}
.support-content-block .support-content-block-subttl {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  margin-top: 20px;
  margin-bottom: 10px;
}
.support-content-block p {
  font-size: 0.875rem;
}
.support-content-block ul {
  margin-top: 50px;
  display: flex;
  gap: 5px;
}
@media not all and (min-width: calc(425em / 16)) {
  .support-content-block ul {
    text-align: center;
    gap: 10px;
  }
  .support-content-block ul li {
    width: 100%;
  }
}
@media not all and (min-width: calc(768em / 16)) {
  .support-content-block ul {
    margin-top: 30px;
  }
}
.support-content-block ul li {
  /* 250909 delete */
  /* aspect-ratio: 229/343; */
}
.support-content-block ul img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* _price */
/* ============================================ */
.price01 {
  background: url(images/price/parts01.png);
  background-repeat: no-repeat;
  background-position: right 12vw bottom;
  background-size: 72px 81px;
  padding-bottom: 60px;
}
@media not all and (min-width: calc(1024em / 16)) {
  .price01 {
    background-position: right 20px bottom;
    padding-bottom: 80px;
  }
}

.price-content-block {
  width: 100%;
  margin-top: 120px;
}
@media not all and (min-width: calc(768em / 16)) {
  .price-content-block {
    margin-top: 60px;
  }
}

.price-table-ttl {
  margin-top: 90px;
  margin-bottom: 20px;
}
@media not all and (min-width: calc(768em / 16)) {
  .price-table-ttl {
    margin-top: 45px;
  }
}

.price-table-wrap {
  width: 100%;
  margin-bottom: 20px;
}
@media not all and (min-width: calc(1024em / 16)) {
  .price-table-wrap {
    overflow: scroll;
  }
}

.price-table {
  width: 100%;
}
@media not all and (min-width: calc(1024em / 16)) {
  .price-table {
    min-width: 1100px;
  }
}
.price-table th {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
}
@media not all and (min-width: calc(768em / 16)) {
  .price-table th {
    padding: 10px;
  }
}
.price-table th:first-child {
  width: 13%;
  border-bottom: 1px solid #eee;
}
.price-table th:nth-child(n + 2) {
  border-bottom: 1px solid #fff;
  width: 29%;
}
.price-table th:nth-child(n + 2):not(:last-child) {
  border-right: 2px solid #fff;
}
.price-table th:nth-child(2) {
  background: #ebeae7;
}
.price-table th:nth-child(n + 3) {
  background: rgba(235, 234, 231, 0.5);
}
.price-table td {
  font-size: 0.875rem;
  padding: 30px 10px;
  line-height: 1.4;
}
@media not all and (min-width: calc(768em / 16)) {
  .price-table td {
    padding: 10px;
  }
}
.price-table td:first-child {
  width: 145px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
.price-table td:nth-child(n + 2) {
  border-bottom: 1px solid #fff;
  text-align: center;
  font-weight: 600;
  font-size: 2.25rem;
}
.price-table td:nth-child(n + 2) .text-\[44px\] {
  font-size: 2.75rem;
}
.price-table td:nth-child(n + 2) .text-\[26px\] {
  font-size: 1.625rem;
}
.price-table td:nth-child(n + 2) .text-\[18px\] {
  font-size: 1.125rem;
}
.price-table td:nth-child(n + 2):not(:last-child) {
  border-right: 2px solid #fff;
}
.price-table td:nth-child(2) {
  background: #ebeae7;
}
.price-table td:nth-child(n + 3) {
  background: rgba(235, 234, 231, 0.5);
}

.price-table-under {
  font-size: 0.875rem;
}
.price-table-under span {
  background: linear-gradient(180deg, transparent 60%, #ebeae7 60%);
}

/* _staff */
/* ============================================ */
.staff-content-block {
  width: 100%;
  margin-top: 120px;
}
@media not all and (min-width: calc(768em / 16)) {
  .staff-content-block {
    margin-top: 60px;
  }
}

.staff-list {
  width: 100%;
}

.staff-list-block {
  padding: 55px 0;
  border-top: 1px solid #eee;
  display: flex;
  gap: 30px 60px;
}
@media not all and (min-width: calc(768em / 16)) {
  .staff-list-block {
    flex-wrap: wrap;
    padding: 30px 0;
  }
}
.staff-list-block dt {
  width: 215px;
}
@media not all and (min-width: calc(768em / 16)) {
  .staff-list-block dt {
    width: 100%;
  }
}
@media not all and (min-width: calc(425em / 16)) {
  .staff-list-block dt {
    text-align: center;
  }
}
.staff-list-block dd {
  width: calc(100% - 215px);
}
@media not all and (min-width: calc(768em / 16)) {
  .staff-list-block dd {
    width: 100%;
  }
}
.staff-list-block dd .staff-name {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.staff-list-block dd .staff-name_en {
  font-size: 0.8125rem;
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #999;
}
.staff-list-block dd .staff-license-list {
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
}
.staff-list-block dd .staff-license-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.staff-list-block dd .staff-license-list ul li {
  line-height: 1.2;
  padding: 3px 8px;
  background: #ebeae7;
}
.staff-list-block dd .text-\[14px\] {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

/* _facility */
/* ============================================ */
.facility-content-block {
  position: relative;
  width: 100%;
  margin-top: 120px;
}
@media not all and (min-width: calc(768em / 16)) {
  .facility-content-block {
    margin-top: 60px;
  }
}
.facility-content-block:before {
  position: absolute;
  content: "";
  width: 96px;
  height: 74px;
  background: url(images/facility/parts01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: -73px;
  right: 20px;
}
@media not all and (min-width: calc(768em / 16)) {
  .facility-content-block:before {
    width: 76px;
    height: 59px;
    top: -58px;
  }
}

.facility-slide-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 80px 0;
  border-top: 1px solid #eee;
}
@media not all and (min-width: calc(768em / 16)) {
  .facility-slide-block {
    padding: 40px 0;
  }
}
@media not all and (min-width: calc(640em / 16)) {
  .facility-slide-block {
    flex-wrap: wrap;
  }
}
.facility-slide-block:after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 160px);
  background: #eee;
  top: 80px;
  right: 50%;
}
@media not all and (min-width: calc(768em / 16)) {
  .facility-slide-block:after {
    height: calc(100% - 80px);
    top: 40px;
  }
}
@media not all and (min-width: calc(640em / 16)) {
  .facility-slide-block:after {
    width: 100%;
    height: 1px;
    top: 50%;
    right: 0;
  }
}

.facility-slide-block-item {
  position: relative;
  width: calc(50% - 55px);
}
@media not all and (min-width: calc(1024em / 16)) {
  .facility-slide-block-item {
    width: calc(50% - 35px);
  }
}
@media not all and (min-width: calc(640em / 16)) {
  .facility-slide-block-item {
    width: 100%;
  }
  .facility-slide-block-item:first-child {
    margin-bottom: 40px;
  }
  .facility-slide-block-item:last-child {
    margin-top: 40px;
  }
}

.facility-slide-content {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media not all and (min-width: calc(768em / 16)) {
  .facility-slide-content {
    padding-bottom: 5px;
  }
}
.facility-slide-content .splide__slide img {
  width: 100%;
}
.facility-slide-content .splide__arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  background: rgba(79, 74, 60, 0.07);
  bottom: 0;
}
@media not all and (min-width: calc(768em / 16)) {
  .facility-slide-content .splide__arrow {
    width: 40px;
    height: 40px;
  }
}
.facility-slide-content .splide__arrow svg {
  display: none;
}
.facility-slide-content .splide__arrow.splide__arrow--prev {
  background-image: url(images/facility/splide-arrow-prev.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 6px 10px;
  right: 58px;
}
@media not all and (min-width: calc(768em / 16)) {
  .facility-slide-content .splide__arrow.splide__arrow--prev {
    right: 44px;
  }
}
.facility-slide-content .splide__arrow.splide__arrow--next {
  background-image: url(images/facility/splide-arrow-next.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 6px 10px;
  right: 0;
}

.facility-slide-ttl {
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  margin-top: 30px;
  padding-right: 120px;
}

/* _contact */
/* ============================================ */
.contact-content-block {
  width: 100%;
  margin-top: 120px;
}
@media not all and (min-width: calc(768em / 16)) {
  .contact-content-block {
    margin-top: 60px;
  }
}

.contact-form-wrap {
  width: 100%;
  margin-top: 80px;
}
@media not all and (min-width: calc(768em / 16)) {
  .contact-form-wrap {
    margin-top: 40px;
  }
}

.contact-form {
  width: 100%;
  margin-bottom: 80px;
}
@media not all and (min-width: calc(768em / 16)) {
  .contact-form {
    margin-bottom: 40px;
  }
}

.contact-form-block {
  width: 100%;
  display: flex;
}
@media not all and (min-width: calc(640em / 16)) {
  .contact-form-block {
    flex-wrap: wrap;
  }
}
.contact-form-block:not(:last-child) {
  margin-bottom: 55px;
}
@media not all and (min-width: calc(768em / 16)) {
  .contact-form-block:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media not all and (min-width: calc(640em / 16)) {
  .contact-form-block:not(:last-child) {
    margin-bottom: 0;
  }
}
.contact-form-block dt {
  width: 185px;
  padding: 20px 0;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media not all and (min-width: calc(640em / 16)) {
  .contact-form-block dt {
    width: 100%;
  }
}
.contact-form-block dt.va_t {
  vertical-align: top;
}
.contact-form-block dd {
  width: calc(100% - 185px);
}
@media not all and (min-width: calc(640em / 16)) {
  .contact-form-block dd {
    width: 100%;
  }
}
.contact-form-block input[type="text"],
.contact-form-block input[type="tel"],
.contact-form-block input[type="email"] {
  max-width: 595px;
  width: 100%;
  font-size: 0.875rem;
  padding: 14px 20px;
  background: #eee;
}
.contact-form-block input[type="text"]::-moz-placeholder,
.contact-form-block input[type="tel"]::-moz-placeholder,
.contact-form-block input[type="email"]::-moz-placeholder {
  color: #bbb;
}
.contact-form-block input[type="text"]::placeholder,
.contact-form-block input[type="tel"]::placeholder,
.contact-form-block input[type="email"]::placeholder {
  color: #bbb;
}
.contact-form-block textarea {
  max-width: 100%;
  width: 100%;
  height: 195px;
  font-size: 0.875rem;
  padding: 14px 20px;
  background: #eee;
}
.contact-form-block input[type="radio"] {
  display: none;
}
.contact-form-block .contact-radio-wrap .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.contact-form-block .contact-radio-wrap .wpcf7-list-item {
  min-width: 205px;
  background: #eee;
  border: none;
  padding: 18px 15px;
  display: inline-flex;
  align-items: center;
}
.contact-form-block .contact-radio-wrap .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding: 0 0 0 35px;
  cursor: pointer;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.contact-form-block .contact-radio-wrap .wpcf7-list-item-label::after,
.contact-form-block .contact-radio-wrap .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.3s;
}
.contact-form-block .contact-radio-wrap .wpcf7-list-item-label::after {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #c6c4bb;
  border-radius: 50%;
}
.contact-form-block .contact-radio-wrap .wpcf7-list-item-label::before {
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  width: 14px;
  height: 14px;
  background: #28241e;
  border-radius: 100%;
  opacity: 0;
  z-index: 1;
  border: 0;
}
.contact-form-block
  .contact-radio-wrap
  input[type="radio"]:checked
  + .wpcf7-list-item-label::before {
  opacity: 1;
}

.contact-submit {
  text-align: center;
}
.contact-submit input {
  max-width: 240px;
  width: 100%;
  font-size: 0.9375rem;
  color: #fff;
  background-color: #28241e;
  background-image: url(images/contact/submit-arrow.png);
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 6px 10px;
  padding: 20px 30px;
  transition: all 0.6s;
}
.contact-submit input:hover {
  background-position: right 15px center;
}

.contact-thanks-content-block p {
  margin-bottom: 20px;
}
.contact-thanks-content-block .button-square {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.contact-thanks-ttl {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 20px;
}

/*
--------------------------------
project
使いまわさないやつ
--------------------------------
*/
/* js-fadeIn */
/* ============================================ */
.js-scrollBottomTop {
  opacity: 0;
}
.js-scrollBottomTop.is-scroll.--blur {
  -webkit-animation: fadeBlurIn 1s forwards ease-in;
  animation: fadeBlurIn 1s forwards ease-in;
}
.js-scrollBottomTop.is-scroll.--fadeup {
  -webkit-animation: fadeUp 1.3s forwards;
  animation: fadeUp 1.3s forwards;
}

@-webkit-keyframes fadeBlurIn {
  0% {
    opacity: 0;
    filter: blur(6px);
  }
  100% {
    opacity: 100%;
  }
}

@keyframes fadeBlurIn {
  0% {
    opacity: 0;
    filter: blur(6px);
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
--------------------------------
js
jsで操作する動き
--------------------------------
*/
/*# sourceMappingURL=style.css.map */

.sns-icon {
  --size: 42px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 1px solid #e9e8e2;
  display: flex;
  align-items: center;
  background-color: #fff;
}

a.sns-icon:hover {
  opacity: 0.5;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

@media (min-width: calc(640em / 16)){
.header__right{
  gap: 5px;
}
}