/* Standard CSS reset (Meyerweb v2.0 based) */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

:root {
  --bg: #ffffff;
  --paper: #ffffff;
  --ink: #221b17;
  --muted: #6f6258;
  --accent: #f3921c;
  --orange-deep: #e57f00;
  --gray-block: #ababab;
  --circle-brown: #5a4f4b;
  --circle-lavender: #a996be;
  --circle-pink: #e285a3;
  --shadow-soft: 0 22px 48px rgba(24, 18, 12, 0.16);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  background:
    radial-gradient(1100px 500px at -8% -14%, rgba(255, 227, 187, 0.62) 0%, transparent 58%),
    radial-gradient(900px 430px at 102% -10%, rgba(215, 226, 255, 0.58) 0%, transparent 55%),
    var(--bg);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  width: min(1140px, 100%);
  margin: 0 auto;
  padding: 26px 24px 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}

.brand__company {
  font-size: 1.08rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.08em;
}

.brand__name {
  font-family: "Yusei Magic", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(2rem, 3.8vw, 2.9rem);
  line-height: 1;
  color: var(--accent);
  letter-spacing: 0.04em;
}

.menu-toggle {
  position: relative;
  width: 72px;
  min-height: 56px;
  border: none;
  border-radius: 12px;
  background: transparent;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 7px;
  padding: 8px 0 6px;
  cursor: pointer;
  transition: transform 0.22s ease;
}

.menu-toggle:hover {
  transform: translateY(-2px);
}

.menu-toggle__line {
  width: 34px;
  height: 4px;
  background: var(--accent);
  border-radius: 99px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle__label {
  margin-top: 4px;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  color: var(--ink);
  line-height: 1;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(1) {
  transform: translateY(11px) rotate(40deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(3) {
  transform: translateY(-11px) rotate(-40deg);
}

.site-nav {
  position: fixed;
  top: 94px;
  right: 24px;
  z-index: 130;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(34, 27, 23, 0.08);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.site-nav a {
  text-decoration: none;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 8px;
}

.site-nav a:hover {
  background: rgba(243, 146, 28, 0.13);
}

.site-nav.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.hero {
  width: min(1140px, 100%);
  margin: 0 auto;
  padding: 0 0 44px;
  animation: fade-up 0.7s ease both;
}

.hero__visual {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  background: var(--paper);
}

.hero__visual picture {
  display: block;
}

.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero__copy {
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}

.hero__copy p {
  margin: 0 0 2px;
  font-family: "Yusei Magic", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.8rem, 3.8vw, 3.4rem);
  line-height: 1.05;
  color: #43362e;
}

.hero__copy h1 {
  margin: 0;
  font-family: "Yusei Magic", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(2.8rem, 6.8vw, 5.9rem);
  line-height: 0.98;
  color: var(--accent);
  letter-spacing: 0.05em;
}

.hero__notes {
  position: absolute;
  right: 5%;
  top: 11%;
  margin: 0;
  z-index: 4;
  font-family: "Yusei Magic", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.3rem, 2.4vw, 2.05rem);
  color: rgba(169, 129, 214, 0.7);
  letter-spacing: 0.22em;
  transform: rotate(12deg);
  text-shadow: 20px 22px 0 rgba(111, 154, 245, 0.24), 44px 8px 0 rgba(239, 172, 217, 0.2);
}

.hero__lead {
  margin: 24px auto 0;
  max-width: 900px;
  padding: 0 20px;
  font-family: "Yusei Magic", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1rem, 2vw, 1.56rem);
  line-height: 1.7;
  color: #332922;
}

.hero-title {
  width: min(1140px, 100%);
  margin: 0 auto 20px;
  padding: 0 24px;
}

.hero-title img {
  display: block;
  width: min(512px, 100%);
  height: auto;
  margin: 0 auto;
}

.facility-top-image {
  width: min(1140px, 100%);
  margin: 0 auto 26px;
}

.facility-top-image picture {
  display: block;
}

.facility-top-image img {
  display: block;
  width: 100%;
  height: auto;
}

.safety-page .facility-top-image {
  margin-bottom: 80px;
}

.contact-page {
  background: #fff;
}

.contact-page main {
  background: #fff;
}

.contact-page .facility-top-image {
  margin-bottom: 30px;
}

.contact-main-content {
  width: min(1140px, 100%);
  margin: 0 auto;
  padding: 0 0 86px;
  background: #fff;
  overflow: hidden;
}

.contact-hero-panel {
  width: 100%;
  margin: 0 auto;
  padding-top: clamp(28px, 4vw, 44px);
}

.contact-hero-panel__visual {
  position: relative;
  z-index: 0;
}

.contact-hero-panel__visual::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0;
  height: clamp(72px, 8vw, 108px);
  transform: translateY(-50%);
  background: #f3921c;
  z-index: 0;
}

.contact-hero-panel__visual img {
  display: block;
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  height: auto;
}

.contact-direct {
  margin-top: 24px;
  text-align: center;
}

.contact-direct__label {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(1.7rem, 2.6vw, 2.9rem);
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #1d1b1b;
}

.contact-direct__value {
  margin: 6px 0 24px;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(2.1rem, 3.3vw, 3.9rem);
  line-height: 1.12;
  letter-spacing: 0.04em;
  color: var(--accent);
}

.contact-direct__value:last-child {
  margin-bottom: 0;
}

.contact-direct__value a {
  text-decoration: none;
}

.contact-divider {
  width: min(980px, 100%);
  height: 7px;
  margin: 54px auto 58px;
  background: repeating-linear-gradient(
    90deg,
    rgba(225, 113, 95, 0.7) 0 2px,
    transparent 2px 7px,
    rgba(243, 146, 28, 0.75) 7px 10px,
    transparent 10px 15px
  );
}

.contact-form-block {
  width: min(980px, 100%);
  margin: 0 auto;
  padding-bottom: 8px;
}

.contact-form-block__title {
  margin: 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #1b1919;
}

.contact-form-block__lead {
  margin: 10px 0 0;
  text-align: center;
  font-size: clamp(0.96rem, 1.35vw, 1.15rem);
  line-height: 1.75;
  color: var(--muted);
}

.contact-form {
  margin-top: 34px;
  font-size: 18px;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 268px minmax(0, 1fr);
  gap: 16px 30px;
  align-items: center;
}

.contact-form-row + .contact-form-row {
  margin-top: 26px;
}

.contact-form-row--topic {
  align-items: start;
  grid-template-columns: 1fr;
  font-size: 18px;
}

.contact-form-row--textarea {
  align-items: start;
}

.contact-form-row--topic .contact-form-label,
.contact-form-row--topic .contact-radio {
  font-size: inherit;
}

.contact-form-label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #1f1d1d;
}

.contact-form-row--topic .contact-form-label,
.contact-form-row--textarea .contact-form-label {
  min-height: auto;
  padding-top: 12px;
}

.contact-form-row--topic .contact-form-label {
  padding-top: 0;
}

.contact-required {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.contact-required img {
  display: block;
  width: 44px;
  height: auto;
}

.contact-form-control {
  width: 100%;
}

.contact-radio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding-top: 4px;
}

.contact-radio {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(1.12rem, 1.6vw, 1.6rem);
  line-height: 1.3;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.contact-radio input[type="radio"] {
  appearance: none;
  margin: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #efb153;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-content: center;
}

.contact-radio input[type="radio"]::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.14s ease;
  background: #f3921c;
}

.contact-radio input[type="radio"]:checked::before {
  transform: scale(1);
}

.contact-radio input[type="radio"]:focus-visible {
  outline: 2px solid rgba(243, 146, 28, 0.6);
  outline-offset: 2px;
}

.contact-form-control input[type="text"],
.contact-form-control input[type="email"],
.contact-form-control textarea {
  display: block;
  width: 100%;
  border: 1px solid #efb153;
  border-radius: 12px;
  background: #fff;
  color: #231d18;
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  line-height: 1.6;
}

.contact-form-control input[type="text"],
.contact-form-control input[type="email"] {
  min-height: 64px;
  padding: 12px 16px;
}

.contact-form-control textarea {
  min-height: 230px;
  padding: 14px 16px;
  resize: vertical;
}

.contact-form-control input:focus,
.contact-form-control textarea:focus {
  outline: 2px solid rgba(243, 146, 28, 0.35);
  outline-offset: 0;
}

.contact-form-actions {
  margin-top: 36px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.contact-form-submit {
  min-width: 220px;
  min-height: 62px;
  padding: 10px 20px;
  border: 0;
  border-radius: 12px;
  background: #f59a1d;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.7vw, 1.8rem);
  line-height: 1;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.contact-form-submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.contact-form-submit:focus-visible {
  outline: 2px solid rgba(243, 146, 28, 0.55);
  outline-offset: 2px;
}

.mail-flow-page {
  background:
    radial-gradient(1100px 500px at -8% -14%, rgba(255, 227, 187, 0.62) 0%, transparent 58%),
    radial-gradient(900px 430px at 102% -10%, rgba(215, 226, 255, 0.58) 0%, transparent 55%),
    #efefef;
}

.mail-flow {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 56px 24px 80px;
}

.mail-flow__card {
  background: #fff;
  border-radius: 24px;
  padding: clamp(24px, 4vw, 44px);
  box-shadow: 0 20px 44px rgba(38, 28, 20, 0.1);
}

.mail-flow__title {
  margin: 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.mail-flow__title--confirm {
  font-weight: 700;
}

.mail-flow__message {
  margin: 14px 0 0;
  text-align: center;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.75;
  color: var(--muted);
}

.mail-flow__form {
  margin-top: 30px;
}

.mail-flow-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #e2d0b9;
}

.mail-flow-table th,
.mail-flow-table td {
  padding: 16px 14px;
  border-bottom: 1px solid #e2d0b9;
  text-align: left;
  vertical-align: top;
  line-height: 1.75;
}

.mail-flow-table th {
  width: 30%;
  background: #faf3e9;
  font-weight: 700;
}

.mail-flow-table td {
  word-break: break-word;
}

p.error_messe {
  margin: 0;
  color: #b53d2d;
  line-height: 1.7;
}

.mail-flow__errors {
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid #f2b9ad;
  border-radius: 12px;
  background: #fff3f0;
  display: grid;
  gap: 6px;
}

.mail-flow__actions {
  margin-top: 28px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.mail-flow__actions--center {
  justify-content: center;
}

.mail-flow__button,
.mail-flow__button:link,
.mail-flow__button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  min-height: 54px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #f59a1d;
  color: #fff;
  text-decoration: none;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease, background-color 0.2s ease;
}

.mail-flow__button:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.mail-flow__button:focus-visible {
  outline: 2px solid rgba(243, 146, 28, 0.45);
  outline-offset: 2px;
}

.mail-flow__button--secondary,
.mail-flow__button--secondary:link,
.mail-flow__button--secondary:visited {
  background: #fff;
  border-color: #dbbf9f;
  color: #6d5f53;
}

.mail-flow__button--secondary:hover {
  background: #fff8ee;
  filter: none;
}

.company-main-content {
  width: min(1140px, 100%);
  margin: 0 auto;
  background: #fff;
}

.company-section-head {
  width: min(704px, 100%);
  margin: 0 auto;
  padding-bottom: 14px;
  text-align: center;
}

.company-section-head__onpu {
  display: block;
  width: 26px;
  height: auto;
  margin: 0 auto;
}

.company-section-head__title {
  display: block;
  width: min(704px, 100%);
  height: auto;
  margin: 12px auto 0;
}

.company-history {
  padding: 0 24px 84px;
}

.company-history__text {
  width: min(900px, 100%);
  margin: 44px auto 0;
}

.company-history__text p {
  margin: 0;
  text-align: center;
  font-size: 21px;
  letter-spacing: -0.02em;
  font-feature-settings: "palt" 1;
  line-height: 2;
}

.company-history__text p + p {
  margin-top: 24px;
}

.company-history__text strong {
  color: #f3921c;
  font-weight: 700;
}

.company-profile {
  background: #f7efe4;
  padding: 68px 24px 82px;
}

.company-profile__inner {
  width: min(980px, 100%);
  margin: 0 auto;
}

.company-profile__table {
  width: 100%;
  margin-top: 34px;
  border-top: 1px solid #c6beb3;
}

.company-profile__table th,
.company-profile__table td {
  padding: 16px 14px;
  border-bottom: 1px solid #c6beb3;
  text-align: left;
  vertical-align: top;
  font-size: 20px;
  line-height: 1.65;
}

.company-profile__table th {
  width: 24%;
  white-space: nowrap;
  font-weight: 500;
}

.company-profile__map {
  margin-top: 16px;
}

.company-profile__map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.company-profile__officers {
  display: grid;
  gap: 4px;
}

.company-profile__officers li {
  display: grid;
  grid-template-columns: minmax(9em, max-content) 1fr;
  column-gap: 2.2em;
  align-items: baseline;
}

.company-profile__officer-title {
  white-space: nowrap;
}

.company-profile__officer-name {
  display: block;
}

.company-organization {
  padding: 70px 24px 88px;
}

.company-organization__chart {
  width: min(914px, 100%);
  margin: 52px auto 0;
}

.company-organization__chart img {
  display: block;
  width: 100%;
  height: auto;
}

.recruit-main-content {
  width: min(1140px, 100%);
  margin: 0 auto;
  padding: 0 0 94px;
  background: #fff;
}

.recruit-section-head {
  width: min(704px, 100%);
  margin: 0 auto;
  padding-bottom: 14px;
  text-align: center;
}

.recruit-section-head__onpu {
  display: block;
  width: 26px;
  height: auto;
  margin: 0 auto;
}

.recruit-section-head__title {
  display: block;
  width: min(704px, 100%);
  height: auto;
  margin: 12px auto 0;
}

.recruit-section-head__title--jobs {
  width: min(704px, 100%);
}

.recruit-merit {
  padding: 0 0 96px;
  background: #fff;
}

.recruit-merit__icons {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 26px;
  align-items: end;
}

.recruit-merit__icons--bottom {
  margin-top: 18px;
}

.recruit-merit-card {
  text-align: center;
}

.recruit-merit-card img {
  display: block;
  width: min(142px, 100%);
  height: auto;
  margin: 0 auto;
}

.recruit-merit-card p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.45;
}

.recruit-merit-card__pdf {
  display: inline-block;
  min-width: 210px;
  margin-top: 10px;
  padding: 8px 14px 9px;
  border-radius: 999px;
  background: #f3921c;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.recruit-merit-card__pdf span {
  display: inline-block;
}

.recruit-merit-card__pdf img {
  display: inline-block;
  width: 14px;
  height: auto;
  margin-left: 2px;
  vertical-align: -1px;
}

.recruit-merit__center {
  width: min(180px, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  background: #f3921c;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 16px rgba(243, 146, 28, 0.28);
}

.recruit-merit__center p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

.recruit-staff {
  padding: 70px 0 96px;
  background: #fdeedd;
}

.recruit-staff .recruit-section-head__onpu {
  margin-top: 0;
}

.recruit-staff__list {
  margin-top: 46px;
  padding: 0 100px;
}

.recruit-staff-card {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 0 28px;
  padding: 24px 0;
  border-bottom: 1px solid #c9c9c9;
  align-items: start;
}

.recruit-staff-card:first-child {
  border-top: 1px solid #c9c9c9;
}

.recruit-staff-card__left {
  min-width: 0;
}

.recruit-staff-card__photo {
  margin: 0;
}

.recruit-staff-card__photo img {
  display: block;
  width: min(190px, 100%);
  height: auto;
}

.recruit-staff-card__identity {
  margin-top: 14px;
  padding-left: 12px;
  border-left: 8px solid #f3921c;
}

.recruit-staff-card__body {
  min-width: 0;
}

.recruit-staff-card__meta {
  margin: 0;
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #524840;
}

.recruit-staff-card__name {
  margin: 6px 0 0;
  font-size: 29px;
  line-height: 1.2;
}

.recruit-staff-card__body p:not(.recruit-staff-card__meta) {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
}

.recruit-staff-card__body p + p {
  margin-top: 8px;
}

.recruit-jobs {
  padding: 70px 0 0;
  background: #fff;
}

.recruit-jobs__list {
  margin-top: 52px;
  padding: 0 100px;
}

.recruit-job + .recruit-job {
  margin-top: 48px;
}

.recruit-job__title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #f18d1e;
}

.recruit-job__title::before {
  content: "";
  width: var(--recruit-job-icon-width, 1.15em);
  height: 1em;
  flex: 0 0 var(--recruit-job-icon-width, 1.15em);
  background-image: var(--recruit-job-icon-images, var(--recruit-job-icon, url("../img/recruit_sei_icon.png")));
  background-position: var(--recruit-job-icon-positions, center);
  background-size: var(--recruit-job-icon-sizes, contain);
  background-repeat: no-repeat;
}

.recruit-job--icon-none .recruit-job__title::before {
  display: none;
}

.recruit-job__table {
  width: 100%;
  margin-top: 14px;
  border-top: 1px solid #c6beb3;
}

.recruit-job__table th,
.recruit-job__table td {
  padding: 13px 12px;
  border-bottom: 1px solid #c6beb3;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.75;
}

.recruit-job__table td {
  font-size: 21px;
}

.recruit-job__table th {
  width: 18%;
  white-space: nowrap;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 21px;
  font-weight: 700;
}

.recruit-job__address-line {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.45;
}

.recruit-job__address-line--gap {
  margin-bottom: 6px;
}

.recruit-job__map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex: 0 0 auto;
}

.recruit-job__map-link img {
  display: block;
  width: 14px;
  height: auto;
}

.recruit-job__map-text {
  font-size: 13px;
  line-height: 1;
}

.recruit-jobs__cta {
  display: block;
  width: min(420px, 100%);
  margin: 52px auto 0;
  padding: 13px 18px 14px;
  border-radius: 999px;
  background: #f3921c;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.safety-measures {
  width: min(1140px, 100%);
  margin: 0 auto;
  padding: 0 0 12px;
  background: #fff;
}

.safety-measures__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px 54px;
}

.safety-measures__item {
  margin: 0;
}

.safety-measures__item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 584 / 410;
  object-fit: cover;
}

.safety-measures__item:nth-child(odd) img {
  border-radius: 0 220px 220px 0;
}

.safety-measures__item:nth-child(even) img {
  border-radius: 220px 0 0 220px;
}

.safety-measures__item figcaption {
  margin-top: 12px;
  text-align: center;
  font-size: 18px;
  line-height: 1.45;
}

.facility-onpu {
  width: min(1140px, 100%);
  margin: 70px auto 0;
}

.facility-onpu img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.meal-title {
  width: min(1140px, 100%);
  margin: 25px auto 0;
}

.meal-title img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.meal-gallery {
  margin: 34px 0 0;
  padding: 44px 24px 52px;
  background: #fff;
}

.meal-gallery__list {
  width: min(1140px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 32px;
}

.meal-gallery__card {
  margin: 0;
  text-align: center;
}

.meal-gallery__card img {
  display: block;
  width: min(288px, 100%);
  height: auto;
  margin: 0 auto;
}

.meal-gallery__card figcaption {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.25;
}

.meal-kizami {
  width: min(1140px, 100%);
  margin: 80px auto 0;
  padding: 48px 24px 56px;
  background: #f6ebdd;
}

.meal-kizami__inner {
  width: min(1140px, 100%);
  margin: 0 auto;
}

.meal-kizami__onpu {
  display: block;
  width: 26px;
  height: auto;
  margin: 0 auto;
}

.meal-kizami__title {
  display: block;
  width: min(704px, 100%);
  height: auto;
  margin: 12px auto 0;
}

.meal-kizami__note {
  margin: 18px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}

.meal-kizami__foods {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 32px;
}

.meal-kizami__food {
  margin: 0;
  text-align: center;
}

.meal-kizami__food img {
  display: block;
  width: min(288px, 100%);
  height: auto;
  margin: 0 auto;
}

.meal-kizami__food figcaption {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.25;
}

.meal-kizami__rooms {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 3vw, 48px);
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-right: -24px;
}

.meal-kizami__room {
  margin: 0;
}

.meal-kizami__room-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.meal-kizami__room:nth-child(odd) .meal-kizami__room-photo {
  border-radius: 0 260px 260px 0;
}

.meal-kizami__room:nth-child(even) .meal-kizami__room-photo {
  border-radius: 260px 0 0 260px;
}

.meal-kizami__room-body {
  margin-top: 14px;
  width: 80%;
  margin-left: 20%;
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  padding: 0 8px;
}

.meal-kizami__room-bar {
  background: var(--accent);
}

.meal-kizami__room-text h2 {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.meal-kizami__room-text p {
  margin: 8px 0 0;
  font-size: 18px;
  line-height: 1.4;
}

.meal-recreation {
  width: min(1140px, 100%);
  margin: 60px auto 0;
  padding: 48px 24px 42px;
  background: #fff;
}

.meal-recreation__inner {
  width: min(1140px, 100%);
  margin: 0 auto;
}

.meal-recreation__onpu {
  display: block;
  width: 26px;
  height: auto;
  margin: 0 auto;
}

.meal-recreation__title {
  display: block;
  width: min(704px, 100%);
  height: auto;
  margin: 12px auto 0;
}

.meal-recreation__photos {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 3vw, 48px);
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-right: -24px;
}

.meal-recreation__photo-card {
  margin: 0;
}

.meal-recreation__photo-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.meal-recreation__photo-card:nth-child(odd) img {
  border-radius: 0 260px 260px 0;
}

.meal-recreation__photo-card:nth-child(even) img {
  border-radius: 260px 0 0 260px;
}

.meal-recreation__caption {
  margin: 14px 0 0;
  text-align: center;
  font-size: 21px;
  line-height: 1.3;
}

.meal-recreation__subcaption {
  margin: 8px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
}

.facility-info-title {
  width: min(1140px, 100%);
  margin: 30px auto 0;
}

.facility-info-title img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.facility-info-block {
  width: min(1140px, 100%);
  margin: 34px auto 64px;
  padding: 0 24px;
}

.facility-info-block__top {
  display: grid;
  grid-template-columns: 385px minmax(0, 1fr);
  gap: 34px;
  align-items: end;
}

.facility-info-block__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facility-info-block__photo {
  width: 385px;
  height: 270px;
}

.facility-info-block__text {
  align-self: center;
}

.facility-info-block__type {
  font-size: 21px;
  line-height: 1.2;
}

.facility-info-block__name {
  margin-top: 4px;
  font-size: 32px;
  line-height: 1.05;
  font-family: inherit;
}

.facility-info-block__address {
  margin-top: 8px;
  font-size: 21px;
  line-height: 1.25;
}

.facility-info-block__contact {
  margin-top: 10px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.15;
}

.facility-info-block__contact strong + strong {
  margin-left: 14px;
}

.facility-info-block__capacity {
  display: inline-block;
  margin-top: 14px;
  padding: 8px 16px;
  border: 1px solid #767676;
  font-size: 21px;
  line-height: 1.2;
}

.facility-info-block__map {
  margin-top: 36px;
}

.facility-info-block__map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  max-height: 275px;
  border: 0;
}

.facility-info-block__divider {
  width: 100%;
  margin: 40px 0 60px;
  border-top: 1px solid #767676;
}

.facility-info-block__divider--to-after-block {
  margin-bottom: 0;
}

.facility-info-block__after-divider {
  margin-top: 100px;
  padding: 60px 24px 80px;
  background: #fdeedd;
}

.facility-info-block__after-divider img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.facility-info-block__after-divider .facility-info-block__onpu {
  margin-bottom: 25px;
}

.facility-info-block__after-divider .facility-info-block__sub-title {
  margin-bottom: 44px;
}

.facility-room-info {
  width: 100%;
  margin: 0;
}

.facility-room-info__photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  margin-left: -24px;
  margin-right: -24px;
  width: calc(100% + 48px);
}

.facility-room-info__photo-card {
  margin: 0;
  text-align: center;
}

.facility-room-info__photo {
  aspect-ratio: 16 / 11;
  border-radius: 260px 260px 0 0;
  background-image: url("../img/test2-80.jpg");
  background-repeat: no-repeat;
  background-size: 200% auto;
}

.facility-room-info__photo--a {
  background-image: url("../img/facility_hibuna_01-80.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 0 260px 260px 0;
  margin-left: 0;
}

.facility-room-info__photo--b {
  background-image: url("../img/facility_hibuna_02-80.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 260px 0 0 260px;
}

.facility-room-info__photo-card figcaption {
  margin-top: 12px;
  font-size: 21px;
  line-height: 1.35;
}

.facility-room-info__equipment {
  margin-top: 24px;
  padding: 20px 24px 22px;
  border: 2px solid #777066;
  border-radius: 18px;
  width: min(960px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.facility-room-info__equipment h3 {
  margin: 0;
  text-align: center;
  font-size: 21px;
  line-height: 1.2;
}

.facility-room-info__equipment ul {
  margin: 12px 0 0;
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: 8px 24px;
}

.facility-room-info__equipment li,
.facility-room-info__target li {
  position: relative;
  padding-left: 1em;
  font-size: 20px;
  line-height: 1.5;
}

.facility-room-info__equipment li::before,
.facility-room-info__target li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

.facility-room-info__target {
  margin-top: 24px;
  padding: 26px 56px 30px;
  border-radius: 16px;
  background: #fff;
  width: min(960px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.facility-room-info__target h3 {
  margin: 0;
  padding-bottom: 12px;
  text-align: center;
  font-size: 21px;
  line-height: 1.2;
  border-bottom: 2px solid #b6b6b6;
}

.facility-room-info__target ul {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.facility-room-info__price-links {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: min(960px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.facility-room-info__price-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 10px 12px 12px;
  border-radius: 999px;
  background: #f3921c;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.facility-room-info__price-link img {
  margin-top: 2px;
  width: 20px;
  height: auto;
}

.facility-room-info__note {
  margin: 62px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  width: min(960px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.facility-room-info__bottom-onpu {
  margin-top: 70px;
  background: #fff;
  padding-bottom: 50px;
}

.facility-room-info__bottom-onpu img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  background: #fff;
}

.facility-room-info__bottom-onpu .facility-room-info__bottom-title {
  margin-top: 25px;
  width: min(510px, 100%);
}

.facility-common-space {
  background: #fff;
  padding: 0 0 70px;
}

.facility-common-space__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 54px;
}

.facility-common-space__card {
  margin: 0;
  background: #fff;
}

.facility-common-space__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 0;
}

.facility-common-space__card:nth-child(odd) .facility-common-space__image {
  border-radius: 0 240px 240px 0;
}

.facility-common-space__card:nth-child(even) .facility-common-space__image {
  border-radius: 240px 0 0 240px;
}

.facility-common-space__body {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 0 16px;
  align-items: stretch;
  padding: 14px 18px 14px 0;
  width: 80%;
  margin-left: 20%;
  background: #fff;
}

.facility-common-space__bar {
  display: block;
  background: #f3921c;
}

.facility-common-space__text h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
}

.facility-common-space__text p {
  margin: 6px 0 0;
  font-size: 21px;
  line-height: 1.35;
}

.facility-common-space__note {
  margin: 32px 0 0;
  text-align: center;
  font-size: 21px;
  line-height: 1.4;
}

.hero-jibun {
  width: min(1140px, 100%);
  margin: 0 auto 80px;
  padding: 80px 0 24px 24px;
  background: #fdeedd;
}

.hero-jibun.hero-jibun--shien {
  background: #f39e40;
}

.hero-jibun.hero-jibun--shien img {
  margin-bottom: 80px;
}

.hero-jibun img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-jibun__button {
  display: block;
  width: 50%;
  margin: 80px auto;
  padding: 14px 18px;
  border-radius: 999px;
  background: #f18d1e;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.hero-syokuji {
  width: min(1140px, 100%);
  margin: 0 auto 26px;
  padding: 0;
  background: #fff;
}

.hero-syokuji img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: 0;
}

.hero-bg {
  position: relative;
  width: min(1140px, 100%);
  margin: 0 auto 26px;
}

.hero-bg__image {
  display: block;
  width: 100%;
  height: auto;
}

.hero-bg__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: min(88%, 760px);
}

.hero-bg__title {
  display: block;
  width: 60%;
  height: auto;
}

.hero-bg .hero-jibun__button {
  width: min(420px, 80%);
  margin: 0;
  border: 2px solid #fff;
}

.message {
  min-height: 420px;
  background: var(--gray-block);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 56px 24px;
}

.message p {
  margin: 0;
  font-family: "Yusei Magic", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(2.65rem, 8.1vw, 6.3rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #121110;
}

.quick-links {
  width: min(1140px, 100%);
  margin: 0 auto;
  padding: 82px 24px 80px;
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 24px;
}

.bubble {
  text-decoration: none;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.bubble span {
  font-size: clamp(1.24rem, 1.9vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.bubble:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 30px rgba(31, 19, 12, 0.2);
}

.bubble--facility {
  background: #f5981a;
}

.bubble--company {
  background: var(--circle-brown);
}

.bubble--recruit {
  background: var(--circle-lavender);
}

.bubble--contact {
  background: var(--circle-pink);
}

.site-footer {
  background: var(--accent);
  color: #fff;
  max-width: 1140px;
  margin-inline: auto;
  padding: 30px 24px 44px;
}

.footer-nav {
  width: min(1140px, 100%);
  margin: 0 auto 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
}

.footer-nav a {
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.footer-company {
  width: min(1140px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.company-card {
  border: 0;
  border-radius: 0;
  padding: 20px;
  background: transparent;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.company-card + .company-card {
  border-left: 1px solid rgba(255, 255, 255, 0.9);
}

.company-card__logo {
  width: 94px;
  min-height: 126px;
  border: 0;
  border-radius: 3px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0.01em;
}

.company-card__logo--top0 {
  margin-top: 0;
}

.company-card__body h2 {
  margin: 0 0 4px;
  font-family: "Yusei Magic", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.2;
}

.company-card__body h2 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.company-card__address {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.company-card__address span {
  min-width: 0;
}

.company-card__map-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.company-card__map-link img {
  display: block;
  width: 23px;
  height: auto;
}

.company-card__body p {
  margin: 0 0 8px;
  font-size: 1.08rem;
  line-height: 1.0;
}

.company-card__body p.company-card__address {
  font-size: 18px;
}

.company-card__body p.company-card__service {
  font-size: 18px;
}

.company-card__body p.company-card__contact {
  font-size: 21px;
}

.company-card__body strong {
  margin-right: 1px;
  letter-spacing: 0.04em;
}

@media (min-width: 901px) {
  .facility-info-block__top {
    grid-template-columns: 50% minmax(0, 1fr);
    gap: 16px;
  }

  .facility-info-block__photo {
    justify-self: center;
  }

  .facility-info-block__map {
    max-width: 695px;
    margin-left: auto;
    margin-right: auto;
  }
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .quick-links {
    grid-template-columns: repeat(2, minmax(190px, 1fr));
    max-width: 720px;
    gap: 24px 34px;
  }

  .bubble {
    max-width: 260px;
    justify-self: center;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .site-header {
    padding: 22px 16px 8px;
  }

  .site-nav {
    right: 16px;
    top: 82px;
  }

  .hero {
    padding: 0 16px 44px;
  }

  .hero-title {
    padding: 0 16px;
  }

  .hero-jibun {
    padding: 80px 0 16px 16px;
  }

  .hero__visual {
    min-height: 350px;
    border-radius: 0;
  }

  .hero__visual::before {
    background: linear-gradient(98deg, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.77) 63%, rgba(255, 255, 255, 0.96) 100%);
  }

  .hero__visual::after {
    right: -43%;
    top: -27%;
    width: 98%;
  }

  .hero__copy {
    right: 5%;
    top: auto;
    bottom: 10%;
    transform: none;
  }

  .hero__notes {
    right: 4%;
    top: 8%;
  }

  .hero__lead {
    padding: 0 6px;
  }

  .safety-measures {
    padding: 0 16px 12px;
  }

  .safety-measures__grid {
    gap: 40px 24px;
  }

  .safety-measures__item:nth-child(odd) img {
    border-radius: 0 180px 180px 0;
  }

  .safety-measures__item:nth-child(even) img {
    border-radius: 180px 0 0 180px;
  }

  .safety-measures__item figcaption {
    font-size: 18px;
  }

  .company-history {
    padding: 0 16px 72px;
  }

  .company-history__text p {
    font-size: 18px;
  }

  .company-profile {
    padding: 56px 16px 70px;
  }

  .company-profile__table th,
  .company-profile__table td {
    padding: 13px 10px;
    font-size: 18px;
  }

  .company-organization {
    padding: 60px 16px 72px;
  }

  .company-organization__chart {
    margin-top: 40px;
  }

  .recruit-main-content {
    padding: 0 20px 80px;
  }

  .recruit-merit {
    padding-bottom: 82px;
  }

  .recruit-merit__icons {
    gap: 20px 16px;
  }

  .recruit-merit-card p {
    font-size: 14px;
  }

  .recruit-merit__center {
    width: min(156px, 100%);
  }

  .recruit-merit__center p {
    font-size: 28px;
  }

  .recruit-staff {
    padding-bottom: 82px;
  }

  .recruit-staff__list {
    padding: 0 20px;
  }

  .recruit-staff-card {
    grid-template-columns: 206px minmax(0, 1fr);
    gap: 0 20px;
  }

  .recruit-staff-card__photo img {
    width: min(164px, 100%);
  }

  .recruit-staff-card__name {
    font-size: 24px;
  }

  .recruit-staff-card__identity {
    border-left-width: 6px;
  }

  .recruit-staff-card__body p:not(.recruit-staff-card__meta) {
    font-size: 18px;
  }

  .recruit-jobs__list {
    margin-top: 44px;
    padding: 0 20px;
  }

  .recruit-job__title {
    font-size: 27px;
  }

  .recruit-job__table th,
  .recruit-job__table td {
    font-size: 18px;
  }

  .recruit-jobs__cta {
    margin-top: 46px;
  }

  .meal-gallery {
    padding: 36px 16px 44px;
  }

  .meal-gallery__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 24px;
  }

  .meal-gallery__card:last-child {
    grid-column: 1 / -1;
    max-width: 288px;
    width: 100%;
    margin: 0 auto;
  }

  .meal-gallery__card figcaption {
    font-size: 18px;
  }

  .meal-kizami {
    padding: 40px 16px 48px;
  }

  .meal-kizami__foods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 24px;
  }

  .meal-kizami__food:last-child {
    grid-column: 1 / -1;
    max-width: 288px;
    width: 100%;
    margin: 0 auto;
  }

  .meal-kizami__rooms {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 42px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .meal-kizami__room {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }

  .meal-kizami__room-text h2 {
    font-size: 21px;
  }

  .meal-kizami__room-text p {
    font-size: 18px;
  }

  .meal-recreation {
    padding: 40px 16px 36px;
  }

  .meal-recreation__photos {
    margin-top: 36px;
    grid-template-columns: 1fr;
    gap: 28px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .meal-recreation__photo-card {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }

  .meal-recreation__photo-card:nth-child(odd) img {
    border-radius: 0 220px 220px 0;
  }

  .meal-recreation__photo-card:nth-child(even) img {
    border-radius: 220px 0 0 220px;
  }

  .meal-recreation__caption {
    font-size: 21px;
  }

  .meal-recreation__subcaption {
    font-size: 18px;
  }

  .facility-room-info__photo-card figcaption {
    font-size: 18px;
  }

  .facility-room-info__equipment h3,
  .facility-room-info__target h3 {
    font-size: 20px;
  }

  .facility-room-info__equipment li,
  .facility-room-info__target li {
    font-size: 18px;
  }

  .facility-room-info__target {
    padding: 24px 24px 26px;
  }

  .facility-room-info__price-links {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 38px;
  }

  .facility-room-info__price-link {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
  }

  .facility-room-info__note {
    margin-top: 42px;
    font-size: 17px;
  }

  .facility-common-space__grid {
    gap: 28px 24px;
  }

  .facility-common-space__body {
    grid-template-columns: 6px minmax(0, 1fr);
    gap: 0 12px;
    padding: 12px 12px 12px 0;
    margin-left: 20%;
  }

  .facility-common-space__text h3 {
    font-size: 19px;
  }

  .facility-common-space__text p {
    margin-top: 4px;
    font-size: 18px;
  }

  .facility-common-space__note {
    margin-top: 24px;
    font-size: 18px;
  }

  .message {
    min-height: 330px;
  }

  .site-footer {
    padding: 28px 16px 38px;
  }

  .footer-company {
    grid-template-columns: 1fr;
  }

  .company-card + .company-card {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.9);
  }
}

@media (max-width: 640px) {
  .brand {
    gap: 8px;
  }

  .brand__company {
    font-size: 0.9rem;
  }

  .menu-toggle {
    width: 62px;
    min-height: 52px;
  }

  .menu-toggle__line {
    width: 30px;
    height: 3px;
  }

  .menu-toggle__label {
    font-size: 0.76rem;
  }

  .hero__visual {
    min-height: 0;
    border-radius: 0;
  }

  .hero__visual img {
    object-position: 28% center;
  }

  .hero__visual::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0.86) 82%, rgba(255, 255, 255, 0.98) 100%);
  }

  .hero__visual::after {
    right: -78%;
    top: -35%;
    width: 148%;
    opacity: 0.55;
  }

  .hero__copy {
    left: 16px;
    right: 16px;
    bottom: 12px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.68);
    border-radius: 0;
    backdrop-filter: blur(2px);
  }

  .hero__copy h1 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .hero__notes {
    top: 8px;
    right: 18px;
    letter-spacing: 0.08em;
    text-shadow: none;
  }

  .hero__lead {
    margin-top: 16px;
  }

  .hero-jibun__button {
    width: 80%;
    margin: 40px auto;
  }

  .safety-measures {
    padding: 0 16px 12px;
  }

  .safety-measures__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 520px;
    margin: 0 auto;
  }

  .safety-measures__item img {
    aspect-ratio: 16 / 11;
  }

  .safety-measures__item:nth-child(odd) img {
    border-radius: 0 160px 160px 0;
  }

  .safety-measures__item:nth-child(even) img {
    border-radius: 160px 0 0 160px;
  }

  .safety-measures__item figcaption {
    margin-top: 8px;
    font-size: 18px;
  }

  .company-section-head {
    padding-bottom: 10px;
  }

  .company-section-head__title {
    margin-top: 10px;
  }

  .company-history {
    padding-bottom: 50px;
  }

  .company-history__text {
    margin-top: 28px;
  }

  .company-history__text p {
    text-align: left;
    font-size: 18px;
    line-height: 1.95;
  }

  .company-history__text p + p {
    margin-top: 16px;
  }

  .company-profile {
    padding: 40px 16px 52px;
  }

  .company-profile__table {
    margin-top: 24px;
  }

  .company-profile__table,
  .company-profile__table tbody,
  .company-profile__table tr,
  .company-profile__table th,
  .company-profile__table td {
    display: block;
    width: 100%;
  }

  .company-profile__table th,
  .company-profile__table td {
    font-size: 14px;
  }

  .company-profile__table th {
    padding: 10px 4px 0;
    border-bottom: 0;
  }

  .company-profile__table td {
    padding: 4px 4px 11px;
    line-height: 1.7;
  }

  .company-profile__map {
    margin-top: 10px;
  }

  .company-profile__map iframe {
    width: 100%;
    aspect-ratio: 16 / 10;
  }

  .company-profile__officers li {
    grid-template-columns: minmax(7em, max-content) 1fr;
    column-gap: 1.4em;
  }

  .company-organization {
    padding: 46px 16px 56px;
  }

  .company-organization__chart {
    margin-top: 26px;
  }

  .recruit-main-content {
    padding: 0 20px 56px;
  }

  .recruit-section-head {
    padding-bottom: 10px;
  }

  .recruit-section-head__title {
    margin-top: 10px;
  }

  .recruit-merit {
    padding-bottom: 60px;
  }

  .recruit-merit__icons {
    margin-top: 26px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    align-items: start;
  }

  .recruit-merit__center {
    order: -1;
    grid-column: auto;
    width: min(150px, 45vw);
  }

  .recruit-merit__center p {
    font-size: 24px;
  }

  .recruit-merit-card img {
    width: min(118px, 100%);
  }

  .recruit-merit-card p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.35;
  }

  .recruit-merit-card__pdf {
    min-width: 190px;
    font-size: 14px;
  }

  .recruit-merit-card__pdf img {
    width: 13px;
  }

  .recruit-staff {
    padding-bottom: 60px;
  }

  .recruit-staff__list {
    margin-top: 30px;
    padding: 0 20px;
  }

  .recruit-staff-card {
    --recruit-staff-photo-width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 16px 0;
  }

  .recruit-staff-card__left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .recruit-staff-card__photo img {
    width: var(--recruit-staff-photo-width);
  }

  .recruit-staff-card__identity {
    margin-top: 10px;
    padding-left: 0;
    border-left-width: 0;
    text-align: center;
  }

  .recruit-staff-card__meta {
    font-size: 11px;
  }

  .recruit-staff-card__meta::before {
    content: "";
    display: block;
    width: var(--recruit-staff-photo-width);
    height: 5px;
    margin: 0 auto 8px;
    background: #f3921c;
  }

  .recruit-staff-card__name {
    margin: 4px 0 8px;
    font-size: 18px;
  }

  .recruit-staff-card__body p:not(.recruit-staff-card__meta) {
    font-size: 18px;
    line-height: 1.7;
  }

  .recruit-staff-card__body {
    width: 100%;
    text-align: justify;
  }

  .recruit-jobs__list {
    margin-top: 30px;
    padding: 0 20px;
  }

  .recruit-job + .recruit-job {
    margin-top: 34px;
  }

  .recruit-job__title {
    gap: 3px;
    font-size: 22px;
  }

  .recruit-job__table,
  .recruit-job__table tbody,
  .recruit-job__table tr,
  .recruit-job__table th,
  .recruit-job__table td {
    display: block;
    width: 100%;
  }

  .recruit-job__table {
    margin-top: 10px;
  }

  .recruit-job__table th,
  .recruit-job__table td {
    font-size: 18px;
    line-height: 1.65;
  }

  .recruit-job__table th {
    padding: 10px 4px 0;
    border-bottom: 0;
  }

  .recruit-job__table td {
    padding: 4px 4px 10px;
  }

  .recruit-jobs__cta {
    margin-top: 34px;
    padding: 11px 14px 12px;
    font-size: 14px;
  }

  .meal-gallery {
    margin-top: 24px;
    padding: 28px 16px 34px;
  }

  .meal-gallery__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .meal-gallery__card {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }

  .meal-gallery__card:last-child {
    grid-column: auto;
    max-width: 320px;
  }

  .meal-gallery__card figcaption {
    margin-top: 12px;
    font-size: 18px;
  }

  .meal-kizami {
    margin-top: 56px;
    padding: 28px 16px 34px;
  }

  .meal-kizami__title {
    width: min(520px, 100%);
  }

  .meal-kizami__note {
    margin-top: 14px;
    font-size: 14px;
  }

  .meal-kizami__foods {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .meal-kizami__food {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }

  .meal-kizami__food:last-child {
    grid-column: auto;
    max-width: 320px;
  }

  .meal-kizami__food figcaption {
    margin-top: 12px;
    font-size: 18px;
  }

  .meal-kizami__rooms {
    margin-top: 30px;
    gap: 22px;
  }

  .meal-kizami__room {
    max-width: 520px;
  }

  .meal-kizami__room:nth-child(odd) .meal-kizami__room-photo {
    border-radius: 0 180px 180px 0;
  }

  .meal-kizami__room:nth-child(even) .meal-kizami__room-photo {
    border-radius: 180px 0 0 180px;
  }

  .meal-kizami__room-body {
    grid-template-columns: 8px minmax(0, 1fr);
    gap: 10px;
    padding: 0 4px;
  }

  .meal-kizami__room-text h2 {
    font-size: 21px;
  }

  .meal-kizami__room-text p {
    margin-top: 6px;
    font-size: 18px;
  }

  .meal-recreation {
    padding: 28px 16px 30px;
  }

  .meal-recreation__title {
    width: min(520px, 100%);
  }

  .meal-recreation__photos {
    margin-top: 24px;
    gap: 20px;
  }

  .meal-recreation__photo-card {
    max-width: 520px;
  }

  .meal-recreation__photo-card:nth-child(odd) img {
    border-radius: 0 160px 160px 0;
  }

  .meal-recreation__photo-card:nth-child(even) img {
    border-radius: 160px 0 0 160px;
  }

  .meal-recreation__caption {
    margin-top: 12px;
    font-size: 21px;
  }

  .meal-recreation__subcaption {
    margin-top: 6px;
    font-size: 18px;
  }

  .facility-info-block {
    padding: 0 16px;
  }

  .facility-info-block__top {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .facility-info-block__photo {
    width: auto;
    height: auto;
  }

  .facility-info-block__photo img {
    height: auto;
    object-fit: initial;
  }

  .facility-info-block__map iframe {
    aspect-ratio: 16 / 10;
  }

  .facility-info-block__after-divider {
    margin-top: 68px;
    padding: 40px 16px 54px;
  }

  .facility-info-block__after-divider .facility-info-block__sub-title {
    margin-bottom: 30px;
  }

  .facility-room-info__photos {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }

  .facility-room-info__photo-card {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

  .facility-room-info__photo {
    aspect-ratio: 16 / 10;
  }

  .facility-room-info__photo-card figcaption {
    font-size: 16px;
  }

  .facility-room-info__equipment {
    margin-top: 18px;
    padding: 16px 14px 18px;
  }

  .facility-room-info__equipment h3,
  .facility-room-info__target h3 {
    font-size: 18px;
  }

  .facility-room-info__equipment ul {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: center;
    gap: 6px 16px;
  }

  .facility-room-info__equipment li,
  .facility-room-info__target li {
    font-size: 14px;
  }

  .facility-room-info__target {
    margin-top: 16px;
    padding: 18px 12px 20px;
  }

  .facility-room-info__target h3 {
    padding-bottom: 10px;
  }

  .facility-room-info__target ul {
    margin-top: 10px;
    gap: 8px;
  }

  .facility-room-info__price-link {
    min-height: 62px;
    font-size: 18px;
  }

  .facility-room-info__price-link img {
    width: 18px;
  }

  .facility-room-info__note {
    margin-top: 30px;
    font-size: 15px;
  }

  .facility-common-space__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .facility-common-space__card:nth-child(odd) .facility-common-space__image {
    border-radius: 0 140px 140px 0;
  }

  .facility-common-space__card:nth-child(even) .facility-common-space__image {
    border-radius: 140px 0 0 140px;
  }

  .facility-common-space__body {
    grid-template-columns: 5px minmax(0, 1fr);
    gap: 0 10px;
    padding: 10px 10px 12px 0;
    margin-left: 20%;
  }

  .facility-common-space__text h3 {
    font-size: 18px;
  }

  .facility-common-space__text p {
    margin-top: 4px;
    font-size: 16px;
  }

  .facility-common-space__note {
    margin-top: 20px;
    font-size: 16px;
  }

  .hero-jibun {
    margin: 0 auto 40px;
  }

  .message {
    min-height: 260px;
    padding: 42px 16px;
  }

  .quick-links {
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    gap: 16px;
    padding: 56px 16px 56px;
  }

  .bubble span {
    font-size: 1.05rem;
  }

  .footer-nav {
    justify-content: flex-start;
    gap: 8px 16px;
  }

  .company-card {
    flex-direction: column;
    gap: 12px;
  }

  .company-card__logo {
    width: 76px;
    min-height: 104px;
    font-size: 0.85rem;
  }

  .company-card__body p {
    font-size: 1rem;
  }
}

@media (max-width: 900px) {
  .contact-main-content {
    padding: 0 0 70px;
  }

  .contact-hero-panel {
    padding-top: 30px;
  }

  .contact-hero-panel__visual::before {
    height: clamp(60px, 10vw, 84px);
  }

  .contact-direct {
    margin-top: 18px;
  }

  .contact-divider {
    margin: 42px auto 46px;
  }

  .contact-form {
    margin-top: 28px;
    font-size: 16px;
  }

  .contact-form-row {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 12px 18px;
  }

  .contact-form-row--topic {
    grid-template-columns: 1fr;
    font-size: 16px;
  }

  .contact-form-label {
    min-height: 58px;
    font-size: 16px;
  }

  .contact-form-row--topic .contact-form-label,
  .contact-form-row--textarea .contact-form-label {
    min-height: auto;
    padding-top: 10px;
  }

  .contact-form-row--topic .contact-form-label {
    padding-top: 0;
  }

  .contact-form-row + .contact-form-row {
    margin-top: 22px;
  }

  .contact-form-control input[type="text"],
  .contact-form-control input[type="email"] {
    min-height: 58px;
  }

  .contact-form-control textarea {
    min-height: 210px;
  }

  .contact-form-submit {
    min-width: 190px;
    min-height: 58px;
  }

  .contact-form-block {
    padding: 0 16px 8px;
  }

  .contact-hero-panel__visual img {
    width: min(980px, calc(100% - 24px));
  }

  .mail-flow {
    padding: 44px 16px 68px;
  }

  .mail-flow-table th,
  .mail-flow-table td {
    padding: 14px 12px;
  }
}

@media (max-width: 640px) {
  .contact-page .facility-top-image {
    margin-bottom: 20px;
  }

  .contact-main-content {
    padding: 0 0 52px;
  }

  .contact-hero-panel__visual::before {
    height: clamp(44px, 12vw, 66px);
  }

  .contact-hero-panel__visual img {
    width: min(980px, calc(100% - 16px));
  }

  .contact-direct__label {
    font-size: clamp(1.45rem, 6vw, 1.9rem);
  }

  .contact-direct__value {
    margin: 4px 0 20px;
    font-size: clamp(1.9rem, 8vw, 2.45rem);
  }

  .contact-divider {
    height: 6px;
    margin: 34px auto 34px;
  }

  .contact-form-block__title {
    font-size: clamp(1.8rem, 8.2vw, 2.2rem);
  }

  .contact-form-block {
    padding: 0 12px 8px;
  }

  .contact-form-block__lead {
    margin-top: 8px;
    font-size: 0.94rem;
    line-height: 1.7;
  }

  .contact-form {
    margin-top: 24px;
  }

  .contact-form-row {
    display: block;
  }

  .contact-form-row + .contact-form-row {
    margin-top: 20px;
  }

  .contact-form-label {
    margin-bottom: 8px;
    min-height: 0;
    font-size: 16px;
  }

  .contact-required img {
    width: 38px;
  }

  .contact-radio-list {
    gap: 10px 18px;
    padding-top: 0;
  }

  .contact-radio {
    font-size: clamp(0.95rem, 4.1vw, 1.08rem);
  }

  .contact-radio input[type="radio"] {
    width: 20px;
    height: 20px;
  }

  .contact-radio input[type="radio"]::before {
    width: 10px;
    height: 10px;
  }

  .contact-form-control input[type="text"],
  .contact-form-control input[type="email"] {
    min-height: 52px;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 16px;
  }

  .contact-form-control textarea {
    min-height: 180px;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 16px;
  }

  .contact-form-actions {
    margin-top: 22px;
    justify-content: center;
  }

  .contact-form-submit {
    width: 100%;
    max-width: 320px;
    min-width: 176px;
    min-height: 52px;
    border-radius: 10px;
    font-size: 1.1rem;
  }

  .mail-flow {
    padding: 30px 14px 52px;
  }

  .mail-flow__card {
    border-radius: 16px;
    padding: 20px 14px;
  }

  .mail-flow__title {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .mail-flow__form {
    margin-top: 22px;
  }

  .mail-flow-table th,
  .mail-flow-table td {
    display: block;
    width: auto;
  }

  .mail-flow-table th {
    border-bottom: 0;
    padding: 11px 8px 4px;
  }

  .mail-flow-table td {
    padding: 0 8px 12px;
  }

  .mail-flow__actions {
    margin-top: 22px;
    gap: 10px;
  }

  .mail-flow__button,
  .mail-flow__button:link,
  .mail-flow__button:visited {
    width: 100%;
    min-width: 0;
    min-height: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
