:root {
  --header-h: 86px;
}
@charset "UTF-8"; /*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

button,
input,
optgroup,
select,
textarea {
  -webkit-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;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

a,
span {
  display: inline-block;
}

html {
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  line-height: 1.8;
  color: #333333;
  letter-spacing: 0.05em;
}

.outfit {
  font-family: Outfit, sans-serif;
}

#main {
  padding-top: var(--header-h, 86px);
}

.inner-1200 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .inner-1200 {
    padding: 0 2rem;
  }
}

.inner-1000 {
  max-width: 1048px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.inner-900 {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .inner-900 {
    padding: 0 2rem;
  }
}

.inner-swiper {
  overflow: hidden;
}

.fade {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.fade:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

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

.section-title {
  font-size: clamp(1.5rem, 1.875vw, 2.25rem);
  font-weight: 700;
  color: #b1221a;
  margin-bottom: 40px;
}

.section-title#company {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: clamp(0.875rem, 1.0938vw, 1.3125rem);
  }
}

.section-title:before {
  content: "・";
  display: inline-block;
}

.header-nav__link._contact {
  background-color: #030303;
  color: #fff;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px 0 28px;
}

.header-nav__link._contact:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGcSURBVHgBzZeNbcIwEIXPpQNQsYARAzRlgVRMwAhMgCoGgA2gmYCyQUcgE7QbOBuYDa53jq0GCo1tQsInvQQw8V2e/wV4goh9uk1JKSkhSVLfFh9IBemblJM+hRAHaAIKLEkbksYwtvwsxMJvbANfywZCsW+tsDkU+rpBf0yw2eDVJJK23/xcErIaU1SCc4/+grJ335KC9OJGyUOlYNVCcLAxVu6LccDaoqBdhuRC4RxYQfu88UXYttfQPtwHhuzAFLrBTO2cQArdkT5CubDUkue5kVetaWrkQcIjwGuR0VrjYDDAXq/3r0ajESql0BMNGECWZbUJ7Ha7kCoxKAFmMplcDM5loXg3gYPtvdQUAdY7NI+CAgKQUsJ8Pv/z+3K5NGWBFOzAB0YwHo+POl4kW05ghhHs9/trrHfM3FTMC1E/1L/FYmHu6/UaInkyV0riHSPguYEVyZZj38dyzB/olkF7ZDZm91uyI7CDTem5JLrblt/QCYWhxzQsj2ZRw/MEriN4jjl1I3S61jawrKtfgCf4ezx/JT1DQ8fzHyMNiNmqG7NaAAAAAElFTkSuQmCC)
    no-repeat center/contain;
  vertical-align: middle;
  margin-left: 10px;
}

.hero {
  padding-bottom: 40px; /* ← 0px 0px 0（または4px 0 0）から変更 */
}

@media screen and (max-width: 768px) {
  .hero {
    padding: 0; /* ← 4px 0 0 から変更 */
  }
}
.hero__inner {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--header-h, 86px));
  height: calc(100svh - var(--header-h, 86px));
  overflow: hidden;
  background: #fff;
}
/* ===== ヒーロー演出（全体2.0秒）===== */

/* 見出し：0.05s → 0.99s */
.hero__title {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 5;
  padding: 0 10%;
}
.hero__title-main {
  display: block;
  font-family: "Zen Antique", serif;
  font-size: clamp(4rem, 7vw, 8rem);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  color: #222222;
  text-shadow:
    0 1px 16px rgba(255, 255, 255, 0.9),
    0 0 4px rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 768px) {
  .hero__title-main {
    font-size: clamp(2rem, 12vw, 4rem);
    line-height: normal;
  }
}
.hero__title-main.-left {
  text-align: left;
}
.hero__title-main.-center {
  text-align: center;
  margin: 32px 0;
}
.hero__title-main.-right {
  text-align: right;
}
.hero__title-main span {
  display: inline-block;
  opacity: 0;
  transform: translateY(26px);
  animation: heroCharIn 0.55s cubic-bezier(0.2, 0.7, 0.3, 1) forwards;
}
@keyframes heroCharIn {
  to {
    opacity: 1;
    transform: none;
  }
}

/* 横線：0.60s → 1.00s */
.hero__title-line {
  display: block;
  width: 0;
  height: 2px;
  margin: 24px auto 0;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    rgba(228, 178, 90, 0),
    #e0b46a 22%,
    #cfd8e6 62%,
    rgba(160, 190, 220, 0)
  );
  animation: heroLine 0.4s cubic-bezier(0.22, 0.9, 0.25, 1) 0.6s forwards;
}
@keyframes heroLine {
  to {
    width: 220px;
  }
}

/* 背景画像：0.90s → 1.95s */
.hero__bg {
  position: absolute;
  inset: 0;
  background-image: url(/assets/images/hero02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  opacity: 0;
  transform: scale(1.06);
  animation: heroBgIn 1.05s cubic-bezier(0.16, 0.8, 0.24, 1) 0.9s forwards;
}
@keyframes heroBgIn {
  0% {
    opacity: 0;
    transform: scale(1.06);
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* リード文：1.45s → 2.00s（締め）*/
.hero__title-sub {
  display: block;
  margin-top: 22px;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  text-shadow: 0 1px 12px rgba(255, 255, 255, 0.95);
  font-weight: bold;
  opacity: 0;
  animation: heroFadeUp 0.55s ease 1.45s forwards;
}
.hero__title-sub .nw {
  display: inline-block;
}
@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* 光の粒：背景が定着してから */
.hero__particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  animation: heroFadeIn 1.2s ease 1.9s forwards;
}
.hero__particles .pt {
  position: absolute;
  bottom: -10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 12px rgba(255, 236, 200, 0.9);
  animation: heroRise linear infinite;
}
@keyframes heroRise {
  0% {
    transform: translateY(0) scale(0.5);
    opacity: 0;
  }
  15% {
    opacity: 0.85;
  }
  100% {
    transform: translateY(-680px) scale(1);
    opacity: 0;
  }
}
@keyframes heroFadeIn {
  to {
    opacity: 1;
  }
}

/* スマホ */
@media screen and (max-width: 768px) {
  .hero__title-sub {
    font-size: clamp(0.875rem, 1.0938vw, 1.3125rem);
  }
  .hero__title-line {
    animation-name: heroLineSp;
  }
  @keyframes heroLineSp {
    to {
      width: 140px;
    }
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 768px) {
}
/* ===== ABOUT：縦3枠カード ===== */
.philosophy {
  padding: 16px 0 80px;
  position: relative;
}
.philosophy .section-title {
  top: 40px;
} /* ← 元は -13px。上パディングを36px詰めた分（80→44）だけ下げて元位置に戻す */

.philosophy__head {
  text-align: center;
  margin-bottom: 26px;
} /* ← 48px → 26px に */
.philosophy__title {
  margin-top: 10px;
  font-size: clamp(3.25rem, 2.63vw, 3.5rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .philosophy__title {
    font-size: clamp(1.75rem, 1.41vw, 2rem);
  }
}

/* ===== カード（案F：番号＋コーナー三角＋透かしアイコン） ===== */

.card-mission .p-card__line {
  background: #b1221a;
}

/* コーナー三角（右上・カードごとに色） */

/* 番号（左上・薄い赤） */

/* 透かしアイコン（右下・薄く。既存アイコンを流用） */

/* スマホ：1列に */
@media screen and (max-width: 900px) {
}
/* ===== MVV（大胆タイポ／ホバー反転＋出現フェード） ===== */
.mvv-list {
  border-top: 1px solid #e6e9ee;
}

.mvv-row {
  position: relative;
  display: block;
  padding: 44px 40px;
  border-bottom: 1px solid #e6e9ee;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.mvv-list.is-shown .mvv-row {
  opacity: 1;
  transform: none;
}
.mvv-list.is-shown .mvv-row:nth-child(2) {
  transition-delay: 0.18s;
}
.mvv-list.is-shown .mvv-row:nth-child(3) {
  transition-delay: 0.36s;
}

/* ===== 横スクロール封じ ===== */
html,
body {
  overflow-x: clip;
}
/* 画面幅いっぱいに広がる黒帯 */
.mvv-row::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: calc(100vw - var(--sbw, 0px));
  transform: translateX(-50%);
  background: radial-gradient(
    120% 140% at 8% 50%,
    rgba(196, 42, 32, 0.95) 0%,
    rgba(140, 26, 20, 0.55) 38%,
    #141414 72%
  );
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 0;
}
.mvv-row:hover::before {
  opacity: 1;
}

.mvv-row__en {
  position: relative;
  z-index: 1;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.875rem, 2.32vw, 3.125rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: #1a1a1a;
  transition: color 0.45s ease;
}
.mvv-row__desc {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  font-size: clamp(1.375rem, 1.11vw, 1.75rem);
  font-weight: 700;
  line-height: 1.9;
  color: #444;
  transition: color 0.45s ease;
}
.mvv-row__desc .nw {
  display: inline-block;
} /* ← 追加 */
.mvv-row:hover .mvv-row__en {
  color: #fff;
}
.mvv-row:hover .mvv-row__desc {
  color: #e6e6e6;
}

@media screen and (max-width: 768px) {
  .mvv-row {
    padding: 32px 20px;
  }
  .mvv-row__en {
    font-size: clamp(1.75rem, 1.41vw, 2rem);
  }
  .mvv-row__desc {
    font-size: clamp(0.875rem, 0.71vw, 1rem);
  }
}
.loop-section {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .loop-section {
    margin-top: 4.2rem;
  }
}

.business {
  margin-top: 80px;
  background-image: url(/assets/images/business_bg01.Bc5ZjCiF.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  padding: 72px 0;
}

@media screen and (max-width: 768px) {
  .business {
    background-image: url(/src/assets/images/sp/business_bg01_sp.jpg);
    padding: 17.4rem 0 6rem;
    margin-top: -7.7rem;
  }
}

@media screen and (max-width: 768px) {
  .business .inner-1000 {
    padding: 0;
  }
}

.business__section-title {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .business__section-title {
    top: -5.5rem;
  }
}

.business__title {
  position: relative;
  z-index: 2;
}

.business__title-sub {
  display: block;
  font-size: clamp(2rem, 2.5vw, 3rem);
  letter-spacing: 0.05em;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .business__title-sub {
    font-size: clamp(1.125rem, 1.4062vw, 1.6875rem);
  }
}

.business__title-en {
  font-size: clamp(12.2969rem, 15.3711vw, 18.4453rem);
  font-weight: 100;
  color: #f2f2f2;
  letter-spacing: 0.3em;
  line-height: 1;
  font-style: italic;
  position: absolute;
  top: 44px;
  right: -84px;
  letter-spacing: 0.2em;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .business__title-en {
    right: -40px;
  }
}

@media screen and (max-width: 768px) {
  .business__title-en {
    font-size: clamp(3.7188rem, 4.6484vw, 5.5781rem);
    right: unset;
  }
}

.business__lead {
  margin-top: 40px;
  line-height: 2;
}

.business__title-main {
  display: block;
  font-size: clamp(3rem, 3.75vw, 4.5rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .business__title-main {
    font-size: clamp(2rem, 2.5vw, 3rem);
  }
}

.business-list {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .business-list {
    margin-top: 3.6rem;
  }
}

.business-list__item {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  border-top: 1px solid #dedede;
}

.business-list__item:last-child {
  border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 1000px) {
  .business-list__item {
    flex-direction: column;
    gap: 2.4rem;
    padding: 3.3rem 0;
  }
}

.business-list__left {
  display: flex;
  gap: 18px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .business-list__left {
    gap: 1.8rem;
  }
}

.business-list__title-en {
  display: block;
  letter-spacing: 0.2em;
  line-height: 1.25;
  font-weight: 100;
  font-style: italic;
  font-size: clamp(0.75rem, 0.9375vw, 1.125rem);
  color: #b1221a;
  margin-top: -4px;
}

@media screen and (max-width: 768px) {
  .business-list__title-en {
    font-size: clamp(0.75rem, 0.9375vw, 1.125rem);
  }
}

.business__item-content {
  max-width: 517px;
}

@media screen and (max-width: 1000px) {
  .business__item-content {
    max-width: 100%;
  }
}

.business-list__number-text {
  font-style: italic;
  font-size: clamp(0.75rem, 0.9375vw, 1.125rem);
  background-color: #b1221a;
  color: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .business-list__number-text {
    font-size: clamp(0.75rem, 0.9375vw, 1.125rem);
    width: 4.6rem;
    height: 4.6rem;
  }
}

.business-list__title-ja {
  font-size: clamp(1.75rem, 2.1875vw, 2.625rem);
  line-height: 1;
  font-weight: 500;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .business-list__title-ja {
    font-size: clamp(1.5rem, 1.875vw, 2.25rem);
    margin-top: 0.8rem;
  }
}

.business__item-text:not(:first-child) {
  margin-top: 20px;
}

.business-swiper {
  background-image: url(/assets/images/business_bg02.CV68gcZk.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 115px;
}

@media screen and (max-width: 768px) {
  .business-swiper {
    background-image: url(/assets/images/business_bg02_sp.BE9K1Ggt.png);
    padding-top: 10rem;
    margin-top: -11.2rem;
    padding-bottom: 3rem;
  }
}

.business-swiper__section-title {
  font-size: clamp(1.5rem, 1.875vw, 2.25rem);
}

@media screen and (max-width: 768px) {
  .business-swiper__section-title {
    font-size: clamp(1.125rem, 1.4062vw, 1.6875rem);
  }
}

.swiper-slide__content {
  margin-top: 10px;
}

.swiper-slide__number {
  font-size: clamp(0.75rem, 0.9375vw, 1.125rem);
  font-weight: 100;
  color: #b1221a;
  letter-spacing: 0.02em;
  line-height: 1.25;
  font-style: italic;
}

.swiper-slide__category {
  display: flex;
  gap: 8px;
}

.swiper-slide__category-name {
  font-size: clamp(0.75rem, 0.9375vw, 1.125rem);
  color: #b1221a;
  height: 20px;
  padding: 0 10px;
  background-color: #fceaea;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide__category-example {
  font-size: clamp(0.75rem, 0.9375vw, 1.125rem);
  color: #aea4a4;
}

.swiper-slide__title {
  margin-top: 12px;
  font-size: clamp(1.125rem, 1.4062vw, 1.6875rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.swiper-slide__button {
  margin-top: 20px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 9999px;
  height: 44px;
  font-size: clamp(0.875rem, 1.0938vw, 1.3125rem);
  font-weight: 700;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: background-color;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .swiper-slide__button {
    margin-top: 10px;
  }
}

@media (any-hover: hover) {
  .swiper-slide__button:hover {
    background-color: #b1221a;
    outline: none;
  }

  .swiper-slide__button:hover .swiper-slide__button-icon {
    color: #b1221a;
    transform: rotate(90deg);
  }
}

.swiper-slide__button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: clamp(0.625rem, 0.7812vw, 0.9375rem);
  font-weight: 700;
  transition:
    background 0.2s,
    color 0.2s;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: color;
}

.recruit {
  background-image: url(/assets/images/recruit01.DbfIXb5p.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  background-color: #f5f7f7;
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .recruit {
    background-image: url(/assets/images/recruit01_sp.ChW-a5se.jpg);
    padding-bottom: 8rem;
  }
}

.recruit__hero,
.recruit__hero .inner-1000 {
  position: relative;
}

.recruit__section-title {
  position: absolute;
  display: inline-block;
  top: 50px;
}

@media screen and (max-width: 768px) {
  .recruit__section-title {
    top: 5.5rem;
  }
}

.recruit__title {
  font-size: clamp(2.25rem, 2.8125vw, 3.375rem);
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .recruit__title {
    font-size: clamp(1.5rem, 1.875vw, 2.25rem);
  }
}

.recruit__hero-title {
  width: fit-content;
  margin-left: auto;
  margin-right: 64px;
  padding-top: 200px;
}

@media screen and (max-width: 768px) {
  .recruit__hero-title {
    padding-top: 29.5rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.recruit__hero-title-en {
  font-size: clamp(3.25rem, 4.0625vw, 4.875rem);
  font-weight: 100;
  letter-spacing: 0.2em;
  line-height: 1.25;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .recruit__hero-title-en {
    font-size: clamp(2.1313rem, 2.6641vw, 3.1969rem);
  }
}

.recruit__hero-title-ja {
  font-size: clamp(1.25rem, 1.5625vw, 1.875rem);
  line-height: 1.5;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .recruit__hero-title-ja {
    font-size: clamp(0.875rem, 1.0938vw, 1.3125rem);
    margin-top: 1rem;
  }
}

.recruit__body {
  display: flex;
  gap: 50px;
  margin-top: 88px;
}

@media screen and (max-width: 768px) {
  .recruit__body {
    flex-direction: column-reverse;
    margin-top: 2rem;
    gap: 2rem;
  }
}

.recruit__ceo-img-wrap {
  margin-top: 80px;
  width: 367px;
}

@media screen and (max-width: 768px) {
  .recruit__ceo-img-wrap {
    width: 100%;
    margin-top: 0rem;
  }
}

.recruit__message-text {
  margin-top: 20px;
  font-size: clamp(0.875rem, 1.0938vw, 1.3125rem);
}

@media screen and (max-width: 768px) {
  .recruit__message-text {
    font-size: clamp(0.875rem, 1.0938vw, 1.3125rem);
  }
}

.recruit__message-text-item:not(:first-child) {
  margin-top: 20px;
}

.recruit__ceo-name {
  font-size: clamp(1.5rem, 1.875vw, 2.25rem);
  line-height: 1.5;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .recruit__ceo-name {
    font-size: clamp(1.375rem, 1.7188vw, 2.0625rem);
    margin-top: 1rem;
    text-align: right;
  }
}

.recruit__ceo-position {
  font-size: clamp(0.875rem, 1.0938vw, 1.3125rem);
  color: #989898;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .recruit__ceo-position {
    font-size: clamp(0.75rem, 0.9375vw, 1.125rem);
    margin-top: 0.8rem;
    text-align: right;
  }
}

.voice {
  margin-top: 100px;
}

.voice__title.partner {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .voice {
    margin-top: 3.6rem;
  }
}

.voice__title {
  font-size: clamp(1.5rem, 1.875vw, 2.25rem);
}

@media screen and (max-width: 768px) {
  .voice__title {
    font-size: clamp(1.125rem, 1.4062vw, 1.6875rem);
  }
}

.voice-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .voice-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.voice-list__item {
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.voice-list__item:hover {
  opacity: 0.8;
}

.voice-list__item:hover .voice-list__item-icon-img {
  transform: rotate(90deg);
}

.voice-list__item-content {
  background-color: #fff;
  padding: 10px 20px;
}

.voice-list__item-number {
  font-size: clamp(0.75rem, 0.9375vw, 1.125rem);
  font-style: italic;
  color: #b1221a;
}

.voice-list__item-name {
  font-size: clamp(1.5rem, 1.875vw, 2.25rem);
  line-height: 1.5;
}

.voice-list__item-position {
  color: #989898;
  font-size: clamp(0.875rem, 1.0938vw, 1.3125rem);
  margin-top: 8px;
}

.voice-list__item-icon {
  width: 42px;
  height: 42px;
  background-color: #b1221a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: absolute;
  bottom: 18px;
  right: 18px;
}

.voice-list__item-icon-img {
  width: 13.2px;
  height: 13.2px;
  transition: transform 0.3s ease;
}

.banner__img-wrap {
  max-width: 1000px;
  margin: 120px auto 0;
  position: relative;
}

.banner__img-wrap:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(data:image/png;base64,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)
    no-repeat center/contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

@media screen and (max-width: 768px) {
  .banner__img-wrap:after {
    display: none;
  }
}

@media (any-hover: hover) {
  .banner__img-wrap:hover:after {
    transform: translate(10px, -50%);
  }
}

.banner__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
}

.company .inner-1200 {
  position: relative;
}

.company__hero {
  background-image: url(/assets/images/company/company-hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
}

.company__body {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .company__body {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .company__section-title {
    top: -3rem;
  }
}

.company__title {
  text-align: center;
  font-size: clamp(1.5rem, 1.875vw, 2.25rem);
}

@media screen and (max-width: 768px) {
  .company__title {
    font-size: clamp(1.375rem, 1.7188vw, 2.0625rem);
  }
}

.company-list {
  margin: 12px auto 0;
  max-width: 633px;
}

@media screen and (max-width: 768px) {
  .company-list {
    margin-top: 2rem;
  }
}

.company-list__wrap {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 768px) {
  .company-list__wrap {
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.8rem 0;
  }
}

.company-list__title {
  font-weight: 700;
  width: 126px;
  line-height: 1.3125;
}

@media screen and (max-width: 768px) {
  .company-list__title {
    width: 100%;
    font-size: clamp(1rem, 1.25vw, 1.5rem);
  }
}

.company-list__content {
  font-size: clamp(0.875rem, 1.0938vw, 1.3125rem);
  line-height: 1.5;
}

.company-list__content li:before {
  content: "・";
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .company-list__content li:before {
    margin-right: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .company-list__content {
    font-size: clamp(0.875rem, 1.0938vw, 1.3125rem);
  }
}

.news {
  background-color: #f5f7f7;
  padding: 80px 0;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .news {
    margin-top: 4.4rem;
    padding: 4.2rem 0;
  }
}

.news .inner-1000 {
  padding: 0;
}

.news__section-title {
  top: -12px;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-list__link {
  width: 100%;
}

@media (any-hover: hover) {
  .news-list__link:hover .news-list__arrow-wrap {
    transform: translate(8px);
  }
}

.news-list__link {
  display: flex;
  align-items: center;
  gap: 32px;
  background-color: #fff;
  padding: 30px 50px;
  border-radius: 5px;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .news-list__link {
    height: auto;
    flex-direction: column;
    gap: 1.7rem;
    align-items: flex-start;
    width: 88%;
    padding: 2rem;
    position: relative;
  }
}

.news-list__date-text {
  margin-top: 20px;
}

.news-list__date {
  font-weight: 400;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .news-list__date {
    text-align: left;
  }
}

.news-list__date-text-year {
  display: block;
  color: #b1221a;
}

@media screen and (max-width: 768px) {
  .news-list__date-text-year {
    font-size: clamp(0.5625rem, 0.7031vw, 0.8438rem);
    line-height: 1;
  }
}

.news-list__date-text-day {
  display: block;
  font-size: clamp(2.475rem, 3.0938vw, 3.7125rem);
  color: #b1221a;
  line-height: 1;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .news-list__date-text-day {
    font-size: clamp(1.5rem, 1.875vw, 2.25rem);
    margin-top: 0.5rem;
  }
}

.news-list__content {
  max-width: 618px;
}

.news-list__title {
  font-size: clamp(1.25rem, 1.5625vw, 1.875rem);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .news-list__title {
    font-size: clamp(1.125rem, 1.4062vw, 1.6875rem);
  }
}

.news-list__text {
  font-size: clamp(0.875rem, 1.0938vw, 1.3125rem);
  line-height: 1.5;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .news-list__text {
    width: 100%;
    line-height: 1.75;
    font-size: clamp(0.875rem, 1.0938vw, 1.3125rem);
  }
}

.news-list__arrow-wrap {
  width: 32px;
  height: 32px;
  margin-left: auto;
  flex-shrink: 0;
  margin-right: 30px;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}

@media screen and (max-width: 768px) {
  .news-list__arrow-wrap {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 4.2rem;
    height: 4.2rem;
    margin-right: 0;
  }
}

.contact {
  margin-top: 100px;
  padding-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .contact {
    margin-top: 9rem;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .contact .inner-1000 {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .contact__section-title {
    top: -4.8rem;
  }
}

.contact__body {
  display: flex;
  gap: 54px;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .contact__body {
    flex-direction: column;
  }
}

.contact__body-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact__title {
  font-size: clamp(2.25rem, 2.8125vw, 3.375rem);
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .contact__title {
    font-size: clamp(1.5rem, 1.875vw, 2.25rem);
  }
}

.contact__text-wrap {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .contact__text-wrap {
    margin-top: 2rem;
  }
}

.contact__text {
  font-size: clamp(0.875rem, 1.0938vw, 1.3125rem);
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .contact__text {
    font-size: clamp(0.875rem, 1.0938vw, 1.3125rem);
  }
}

.contact__text:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  .footer {
    text-align: center;
    padding: 3.2rem 0;
  }
}

@media screen and (max-width: 992px) {
  .footer._pc-only {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .global-footer {
    display: none;
  }
}

.footer.sp-only {
  display: none;
}

@media screen and (max-width: 992px) {
  .footer.sp-only {
    display: block;
  }
}

.footer .inner-1200 {
  padding: 0;
}

.footer__logo-wrap {
  width: 21rem;
  margin: 0 auto;
}

.footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 16px;
}
.footer__sns-img {
  height: 32px;
  width: auto;
  display: block;
  transition: opacity 0.2s;
}
.footer__sns-link:hover .footer__sns-img {
  opacity: 0.6;
}

.copyright {
  font-size: clamp(0.75rem, 0.9375vw, 1.125rem);
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: clamp(0.75rem, 0.9375vw, 1.125rem);
  }
}

#particle-container {
  position: relative;
  overflow: hidden;
}

.particle {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  width: 120px;
  height: 120px;
  pointer-events: none;
  border: 1px solid #a6ab6b;
  animation: snow 5s linear infinite;
  filter: blur(10px);
}

@media screen and (max-width: 768px) {
  .particle {
    width: 100px;
    height: 100px;
    filter: blur(10px);
  }
}

@keyframes snow {
  0% {
    translate: 0 0;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  to {
    translate: 0 50px;
    opacity: 0;
  }
}

.fixed-button {
  position: fixed;
  z-index: 100;
  bottom: 24px;
  right: 40px;
  width: 259px;
  height: 60px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  box-shadow: 0 4px 12px #0003;
}

@media screen and (max-width: 768px) {
  .fixed-button {
    width: 229px;
    height: 68px;
    bottom: 30px;
    right: 0;
  }
}

.fixed-button.hidden {
  opacity: 0;
  pointer-events: none;
}

.fixed-button__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
}

.document-icon__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-detail-content {
  margin-top: 24px;
}

.news-detail-article__content h1,
.news-detail-article__content h2,
.news-detail-article__content h3,
.news-detail-article__content h4,
.news-detail-article__content h5,
.news-detail-article__content h6 {
  color: #212529;
  font-weight: 700;
  margin: 40px 0 20px;
  line-height: 1.4;
}

.news-detail-article__content h1 {
  font-size: clamp(2rem, 2.5vw, 3rem);
}

.news-detail-article__content h2 {
  font-size: clamp(1.375rem, 1.7188vw, 2.0625rem);
}

.news-detail-article__content h3,
.news-detail-article__content h4 {
  font-size: clamp(1.25rem, 1.5625vw, 1.875rem);
}

.news-detail-article__content h5 {
  font-size: clamp(1.125rem, 1.4062vw, 1.6875rem);
}

.news-detail-article__content h6 {
  font-size: clamp(1rem, 1.25vw, 1.5rem);
}

.news-detail-article__content p {
  margin: 0 0 24px;
}

.news-detail-article__content ul,
.news-detail-article__content ol {
  margin: 0 0 24px 20px;
}

.news-detail-article__content ul li,
.news-detail-article__content ol li {
  margin-bottom: 8px;
}

.news-detail-article__content blockquote {
  margin: 32px 0;
  padding: 24px;
  background: #f8f9fa;
  border-left: 4px solid #007bff;
  border-radius: 8px;
  font-style: italic;
}

.news-detail-article__content blockquote p {
  margin-bottom: 0;
}

.news-detail-article__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 32px 0;
  box-shadow: 0 4px 15px #0000001a;
}

.news-detail-article__content a {
  color: #007bff;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.news-detail-article__content a:hover {
  color: #0056b3;
}

.news-detail-article__content code {
  background: #f1f3f4;
  padding: 2px 6px;
  border-radius: 4px;
  font-family:
    Courier New,
    monospace;
  font-size: clamp(0.875rem, 1.0938vw, 1.3125rem);
}

.news-detail-article__content pre {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 24px 0;
}

.news-detail-article__content pre code {
  background: none;
  padding: 0;
}

.news-detail-article__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
}

.news-detail-article__content table th,
.news-detail-article__content table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #dee2e6;
}

.news-detail-article__content table th {
  background: #f8f9fa;
  font-weight: 600;
}

@media (max-width: 768px) {
  .news-detail-article__content h1,
  .news-detail-article__content h2,
  .news-detail-article__content h3,
  .news-detail-article__content h4,
  .news-detail-article__content h5,
  .news-detail-article__content h6 {
    margin: 32px 0 16px;
  }

  .news-detail-article__content h1 {
    font-size: clamp(1.75rem, 2.1875vw, 2.625rem);
  }

  .news-detail-article__content h2 {
    font-size: clamp(1.375rem, 1.7188vw, 2.0625rem);
  }

  .news-detail-article__content h3 {
    font-size: clamp(1.25rem, 1.5625vw, 1.875rem);
  }

  .news-detail-article__content h4 {
    font-size: clamp(1.125rem, 1.4062vw, 1.6875rem);
  }

  .news-detail-article__content h5 {
    font-size: clamp(1rem, 1.25vw, 1.5rem);
  }

  .news-detail-article__content h6 {
    font-size: clamp(0.9375rem, 1.1719vw, 1.4062rem);
  }

  .news-detail-article__content p {
    margin-bottom: 20px;
  }

  .news-detail-article__content blockquote {
    margin: 24px 0;
    padding: 20px;
  }

  .news-detail-article__content img {
    margin: 24px 0;
  }
}

header {
  position: fixed;
  top: 0; /* ← ここに追加（半角スペースで！） */
  left: 0; /* ← ここに追加 */
  width: auto;
  z-index: 100;
  width: 100%;
  transition: background-color 0.3s ease;
  background-color: transparent;
}

.header-wrap {
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  margin: 0 auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .header-wrap {
    padding: 45px 20px;
  }
}

.header-logo {
  width: 310px;
  margin-left: 50px;
  flex-shrink: 0;
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {
  .header-logo {
    width: 240px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 992px) {
  .header-logo {
    width: 180px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .header-logo {
    width: 210px;
    margin-left: 10px;
    z-index: 1001;
    margin-top: 0;
  }
}

.header-logo__link {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header-logo__link {
    flex-direction: column;
    gap: 0;
    align-items: unset;
  }
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 768px) {
}

.menu-list {
  display: flex;
  background-color: #fff;
  gap: 50px;
  height: 70px;
  align-items: center;
  padding-left: 32px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 992px) {
  .menu-list {
    gap: 20px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .menu-list {
    color: #030303;
    background-color: unset;
    padding-top: 9rem;
  }
}

.menu-list__item {
  font-size: clamp(0.875rem, 1.0938vw, 1.3125rem);
  transition: 0.3s;
  padding: 6px 0;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .menu-list__item {
    margin-left: 20px;
  }
}

.menu-list__item:nth-child(1),
.menu-list__item:nth-child(2),
.menu-list__item:nth-child(3) {
  position: relative;
}

.menu-list__item:nth-child(1):after,
.menu-list__item:nth-child(2):after,
.menu-list__item:nth-child(3):after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 10px;
  transform: rotate(20deg) translateY(-50%);
  border-left: 1px solid #030303;
  position: absolute;
  top: 50%;
  right: -20px;
}

@media screen and (max-width: 992px) {
  .menu-list__item:nth-child(1):after,
  .menu-list__item:nth-child(2):after,
  .menu-list__item:nth-child(3):after {
    right: -8px;
  }
}

@media screen and (max-width: 768px) {
  .menu-list__item:nth-child(1):after,
  .menu-list__item:nth-child(2):after,
  .menu-list__item:nth-child(3):after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .menu-list__item._contact {
    margin: 0 auto;
  }
}

.menu-list__link._contact {
  background-color: #030303;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px 0 28px;
  height: 70px;
  width: 155px;
  position: relative;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: background-color;
}

.menu-list__link._contact:hover {
  background-color: #b1221a;
}

.menu-list__link._contact:hover:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHeSURBVHgBzZe/S8NAFMdfii4OpWLHKimCRRSMU2uXOIibUBDcBecqdVVawb32L6iLm4O7S7uonazgnoCOSn8MDiqc7+WHxlLN3ZkmfuDbS8kl33fvXS45BThhjCWwKaB0lIZSUQnndBdlotqoJupCUZQuBAEaq6gqqsPEqNO1IAuN2DH+K1UQxRm1wYLDYLzZwI4aC9bcG4QW9siHBaF6PRWPOc3oW7Bn9ygxUcvuUxLznCiHYA6OR9n9Y2XASYsB4ZLGLJhuBsoQPnv0ozi170D40BxIUwYKEA3W0k4B6BAd+hjYLxZfnlrX8HxzxdMVpnJ5SGZXeLpqNAeo/gm/nm/9PlzqWXjH9jcmUtOQPzvHNgUcdGM85sR4PA6Z4r5vv7liidecSMRAgNntHUjmfk4tpX1mcwtE4C6By8vjAzQ21oeWYq3ZEhk9YZXAFLmCakyZGITKI2hOWCvhHQhCZvH5BfAGldktgQRtCqABEiweHn0e06yXpOkuxfQi4p4HLvfHFTuYgwpIMmn9YhAnTILXXs+SJHXy/h+vYzrApgbhUXM8o/8k+waL4KN0WBDRfZaPMBMGE92mMXtrJvV4DkD3EF5jBrNxysToOMaq3/0V4IR9bc9XUUsQ0Pb8A20bKKB50tiyAAAAAElFTkSuQmCC)
    no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .menu-list__link._contact {
    height: auto;
    padding: 1.5em 6em;
    border-radius: 0.4rem;
    width: auto;
  }
}

.menu-list__link._contact:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGcSURBVHgBzZeNbcIwEIXPpQNQsYARAzRlgVRMwAhMgCoGgA2gmYCyQUcgE7QbOBuYDa53jq0GCo1tQsInvQQw8V2e/wV4goh9uk1JKSkhSVLfFh9IBemblJM+hRAHaAIKLEkbksYwtvwsxMJvbANfywZCsW+tsDkU+rpBf0yw2eDVJJK23/xcErIaU1SCc4/+grJ335KC9OJGyUOlYNVCcLAxVu6LccDaoqBdhuRC4RxYQfu88UXYttfQPtwHhuzAFLrBTO2cQArdkT5CubDUkue5kVetaWrkQcIjwGuR0VrjYDDAXq/3r0ajESql0BMNGECWZbUJ7Ha7kCoxKAFmMplcDM5loXg3gYPtvdQUAdY7NI+CAgKQUsJ8Pv/z+3K5NGWBFOzAB0YwHo+POl4kW05ghhHs9/trrHfM3FTMC1E/1L/FYmHu6/UaInkyV0riHSPguYEVyZZj38dyzB/olkF7ZDZm91uyI7CDTem5JLrblt/QCYWhxzQsj2ZRw/MEriN4jjl1I3S61jawrKtfgCf4ezx/JT1DQ8fzHyMNiNmqG7NaAAAAAElFTkSuQmCC)
    no-repeat center/contain;
  vertical-align: middle;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .menu-list__link._contact:after {
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%) rotate(-90deg);
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .menu-list {
    flex-direction: column;
    gap: 2rem;
    align-items: unset;
  }

  .menu-list__item {
    font-size: clamp(1.125rem, 1.4062vw, 1.6875rem);
    padding: 12px 0;
  }
}

.Overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: #0003;
  opacity: 0;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

  header .logo {
    padding: 6px 20px;
    position: relative;
    z-index: 1001;
  }

  header .logo a img {
    width: 103px;
  }

  header.action.open .logo {
    background: unset;
  }

  header .toggle-menu {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: absolute;
    z-index: 1001;
    top: 22px;
    right: 20px;
    transition: 0.2s;
  }

  header .toggle-menu .toggle-line {
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    text-indent: -9999px;
    width: 26px;
    height: 1px;
    background-color: #030303;
  }

  .header-wrap .toggle-menu .toggle-line:before {
    top: -8px;
    -webkit-animation: menu-barTop 0.6s forwards;
    animation: menu-barTop 0.6s forwards;
    content: "";
    position: absolute;
    left: 0;
    width: 26px;
    height: 1px;
    background-color: #030303;
    -webkit-transition: 0.4s;
  }

  header .toggle-menu .toggle-line:after {
    top: 8px;
    -webkit-animation: menu-barBottom 0.6s forwards;
    animation: menu-barBottom 0.6s forwards;
    content: "";
    position: absolute;
    left: 0;
    width: 26px;
    height: 1px;
    background-color: #b1221a;
    -webkit-transition: 0.4s;
  }

  .header-wrap.open .toggle-menu .toggle-line {
    height: 0;
  }

  .header-wrap.open .toggle-menu .toggle-line:before {
    transform: rotate(-33deg);
    transition: 0.4s;
    top: -2px;
    width: 30px;
    background-color: #b1221a;
  }

  .header-wrap.open .toggle-menu .toggle-line:after {
    transform: rotate(33deg);
    transition: 0.4s;
    top: -2px;
    width: 30px;
  }

  .header-wrap.open .menu-wrap {
    transform: translate(0);
    box-shadow: 0 6px 15px #0003;
    font-size: clamp(1rem, 1.25vw, 1.5rem);
  }

  .header-wrap.open .Overlay {
    visibility: visible;
    opacity: 1;
  }

  .menu-wrap {
    width: 500px;
    height: calc(100vh + 220px);
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(100%);
    z-index: 1000;
    transition: 0.3s ease-out;
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .menu-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .menu-wrap__inner {
    background-color: #f5f7f7;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 1000px) {
  header .header__inner .logo {
    padding: 6px 20px;
  }

  header .header_nav {
    flex-flow: column;
  }

  header .header__inner .header_nav nav ul.header__list {
    flex-flow: column;
    gap: 12px;
  }

  header .header__inner .header_nav {
    color: #fff;
    align-items: flex-start;
  }

  header .header__inner .header_nav nav ul.header__list li.header__item a {
    font-size: clamp(1rem, 1.25vw, 1.5rem);
    line-height: 1.5;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 0 9px 7px;
  }

  header .header__inner .header_nav nav {
    width: 100%;
  }

  header .header__inner .header_nav {
    gap: 30px;
  }

  header .header__inner .header_nav .header__contact {
    flex-flow: column-reverse;
    width: 100%;
    text-align: center;
    gap: 20px;
    height: auto;
  }

  header .header__inner .header_nav .header__contact a.header__link1 {
    padding: 9px 0 21px;
    background-color: unset;
    border: 1px solid #fff;
    box-shadow: 0 0 3.4px #051c0f;
    font-weight: 700;
  }

  header .header__inner .header_nav .header__contact a.header__link2 {
    background-color: #fff;
    color: #0c401f;
    letter-spacing: 0;
    padding: 9px 0 21px;
    box-shadow: 0 0 3.4px #051c0f;
    font-weight: 700;
  }

  header .sns {
    margin: 0 auto;
    gap: 20px;
    display: flex !important;
  }

  header .header__inner .header_nav nav ul.header__list li.header__item {
    letter-spacing: 0;
  }

  header .header__inner .header_nav .header__contact a.header__link1:hover,
  header .header__inner .header_nav .header__contact a.header__link2:hover {
    opacity: unset;
  }
}

@media screen and (max-width: 1300px) {
  header .header__inner .header_nav nav ul.header__list {
    gap: 30px;
  }
}

@media screen and (max-width: 1000px) {
  header .header__inner .header_nav nav ul.header__list {
    gap: 13px;
  }
}

@media screen and (max-width: 1000px) {
}

.menu-list__contact a {
  position: relative;
  background-color: #174c4f;
  width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 12px 0;
  font-size: clamp(0.875rem, 1.0938vw, 1.3125rem);
  cursor: pointer;
  border: 1px solid #174c4f;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: background-color, color;
}

.menu-list__contact a:hover {
  background-color: #fff;
  color: #174c4f;
}

@media screen and (max-width: 1000px) {
  .menu-list__contact a {
    width: 200px;
    height: auto;
    margin: 24px auto 0;
    font-size: clamp(1rem, 1.25vw, 1.5rem);
  }
}

.menu-list__item.has-submenu {
  position: relative;
}

.menu-list__item.has-submenu .menu-list__sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 8px 16px;
  box-shadow: 0 2px 5px #0000001a;
  min-width: 161px;
  z-index: 1000;
}

.menu-list__item.has-submenu:hover .menu-list__sub {
  display: block;
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 1000px) {
}

.menu-list__sub-item a {
  font-size: clamp(0.875rem, 1.0938vw, 1.3125rem);
}

@media screen and (max-width: 1000px) {
  .menu-list__sub-item a {
    font-size: clamp(1rem, 1.25vw, 1.5rem);
  }
}

@media screen and (max-width: 1000px) {
  .menu-list__item.has-submenu .menu-list__sub {
    position: static;
    display: block;
    box-shadow: none;
    padding: 0 0 0 12px;
  }
}