@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* メインフォント */
/*=============================================
  Button Base / Primary / Secondary
==============================================*/
/* Primary（差分のみ：colorと背景段階） */
/* Secondary（差分のみ：borderなし・文字黒固定・背景段階） */
.c-icon, .relatedLink_title::after, .is-style-c-link > a::after, .is-style-c-link-block > a::after, .safetySystem_link a:not([class])::after,
.external_link a:not([class])::after, .safetySystem_link a:not([class])[target=_blank]::after,
.external_link a:not([class])[target=_blank]::after, .wp-block-button.is-style-outline-iconRight .wp-block-button__link:after, .wp-block-button.is-style-outline-iconDown .wp-block-button__link:after, .wp-block-button.is-style-fill-iconRight .wp-block-button__link:after, .wp-block-button.is-style-fill-iconDown .wp-block-button__link:after, .pagination ul.page-numbers li > .page-numbers.prev:before, .pagination ul.page-numbers li > .page-numbers.next:after, .pagination_item-prev .pagination_link:before, .pagination_item-next .pagination_link:after, .areaList_button:after, .areaList_button[target=_blank]::after, .keySiteDetails_infoTitle-tel:before, .keySiteDetails_infoTitle-fax:before, .indexList_title::after, .sitemap_title a:after, .sitemap_links li a::after, .contents .information_listItem > a[target=_blank]::after, .information_listItem > a::after, .pagelinks_toggle:after, .modal_infoPhone a::before, .topWorks_title::after, .topEntry_title::after, .topEnvironment_contents::after, .topBusiness_title::after, .topSustainability_link::after, .topNews_listItem a::after, .breadcrumb ul li::after, .companyInfo_contact li > a:before,
.companyInfo_contact li > span:before, .footerSitemap_links > li:before, .footerSitemap_links > li:has([target=_blank])::before, .heroCopy_button a::after, .menu_list > li:not(:has(.menu_subMenu, [target=_blank])):after, .menu_list > li:not(:has(.menu_subMenu)):has([target=_blank])::after, .menu_subMenu ul > li a:not([target=_blank]):after, .menu_subMenu ul > li a[target=_blank]::after, .globalnavi_subMenuNavi > li a:not([target=_blank]):after, .globalnavi_recruitMenuNavi > li a:not([target=_blank]):after, .globalnavi_subMenuNavi > li a[target=_blank]::after, .globalnavi_recruitMenuNavi > li a[target=_blank]::after, .globalnavi_systemLink a[target=_blank]::after, .contents a:not([class]):not([href$=".pdf"])[target=_blank]:not(:has(> img))::after, .js-carousel_prev:before,
.js-carousel_next:before, .c-link[target=_blank]::after, .c-link::after, .c-button-iconDown:after, .c-button-iconRight:after, .recruitBanner_button:after {
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus::before {
  content: "\f000";
}

.icon-phone::before {
  content: "\f001";
}

.icon-minus::before {
  content: "\f002";
}

.icon-fax::before {
  content: "\f003";
}

.icon-chevron-up::before {
  content: "\f004";
}

.icon-chevron-right::before {
  content: "\f005";
}

.icon-chevron-left::before {
  content: "\f006";
}

.icon-chevron-down::before {
  content: "\f007";
}

.icon-blank::before {
  content: "\f008";
}

.icon-arrow-up::before {
  content: "\f009";
}

.icon-arrow-right::before {
  content: "\f00a";
}

.icon-arrow-left::before {
  content: "\f00b";
}

.icon-arrow-down::before {
  content: "\f00c";
}

.c-button, .recruitBanner_button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  min-height: 60px;
  border-radius: 9999px;
  color: rgb(var(--color-text-primary));
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.4px;
  border: 1px solid currentColor;
  background-color: transparent;
  transition: background-color 0.2s ease-in, color 0.2s ease-in, border-color 0.2s ease, transform 0.05s ease;
}
@media (any-hover: hover) {
  .c-button:hover, .recruitBanner_button:hover {
    background-color: rgb(var(--color-text-primary)/0.12);
  }
}
.c-button:active, .recruitBanner_button:active {
  background-color: rgb(var(--color-text-primary)/0.2);
}
.c-button[aria-disabled=true], [aria-disabled=true].recruitBanner_button, .c-button.is-disabled, .is-disabled.recruitBanner_button {
  opacity: 0.5;
  pointer-events: none;
}
.c-button, .recruitBanner_button {
  color: rgb(var(--color-text-primary));
  background-color: rgb(var(--color-bg-default));
}
@media (any-hover: hover) {
  .c-button:hover, .recruitBanner_button:hover {
    background-color: rgb(var(--color-bg-primary-hover));
  }
}
.c-button:active, .recruitBanner_button:active {
  background-color: rgb(var(--color-bg-primary-active));
}
.c-button, .recruitBanner_button {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
  transition: var(--animation-hover);
  text-align: center;
}
.c-button_label {
  display: inline;
  padding: 0 var(--spacing-xxs);
  background: #EEE;
  color: rgb(var(--color-text-default));
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
  margin-left: 4px;
  margin-right: 10px;
  white-space: nowrap;
}
.c-button_notes {
  font-size: 80%;
}
.c-button-full {
  width: 100%;
}
.c-button-iconRight, .recruitBanner_button {
  padding: var(--spacing-md) var(--spacing-xxl);
}
.c-button-iconRight::after, .recruitBanner_button::after {
  content: "\f00a";
  display: inline-block;
}
.c-button-iconRight:after, .recruitBanner_button:after {
  position: absolute;
  top: 50%;
  right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translate(50%, -50%);
  font-size: 13px;
  line-height: 13px;
  color: rgb(var(--color-text-white));
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
  transition: var(--animation-hover);
  box-shadow: 0 0 0 0 rgb(var(--color-bg-primary));
}
.c-button-iconRight.c-button-secondary::after, .c-button-secondary.recruitBanner_button::after {
  background: #FFF;
  color: rgb(var(--color-text-default));
}
@media (any-hover: hover) {
  .c-button-iconRight:hover:after, .recruitBanner_button:hover:after {
    box-shadow: 0 0 0 5px rgb(var(--color-bg-primary));
  }
}
.c-button-iconDown {
  padding: var(--spacing-md) var(--spacing-xxl);
}
.c-button-iconDown::after {
  content: "\f00c";
  display: inline-block;
}
.c-button-iconDown:after {
  position: absolute;
  top: 50%;
  right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translate(50%, -50%);
  font-size: 14px;
  line-height: 1;
  color: rgb(var(--color-text-white));
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
  transition: var(--animation-hover);
  text-align: center;
  box-shadow: 0 0 0 0 rgb(var(--color-bg-primary));
}
.c-button-iconDown.c-button-secondary::after {
  background: #FFF;
  color: rgb(var(--color-text-default));
}
@media (any-hover: hover) {
  .c-button-iconDown:hover:after {
    box-shadow: 0 0 0 5px rgb(var(--color-bg-primary));
  }
}
.c-button-secondary {
  border: none;
  color: rgb(var(--color-text-default));
  background-color: rgb(var(--color-bg-secondary));
}
@media (any-hover: hover) {
  .c-button-secondary:hover {
    background-color: rgb(var(--color-bg-secondary-hover));
  }
}
.c-button-secondary:active {
  background-color: rgb(var(--color-bg-secondary-active));
}
.c-button-secondary:after {
  box-shadow: 0 0 0 0 #FFF;
}
@media (any-hover: hover) {
  .c-button-secondary:hover:after {
    box-shadow: 0 0 0 5px #FFF;
  }
}

.c-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-lg) 0;
  font-size: clamp(25px, 0.857rem + 1.103vw, 28px);
  line-height: 1.75;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .c-heading {
    gap: var(--spacing-md) 0;
  }
}

.c-categoryLabel {
  display: inline-block;
  padding: var(--spacing-xs) var(--spacing-lg);
  border: 1px dashed rgb(var(--color-bg-primary));
  background: rgba(255, 255, 255, 0.6);
  font-family: "Fredoka", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  color: rgb(var(--color-text-primary));
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2;
  border-radius: var(--bdr-xxl);
}

.c-label {
  display: inline-block;
  padding: var(--spacing-xs) var(--spacing-xl);
  background: rgb(var(--color-bg-primary-sub));
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.2;
  border-radius: var(--bdr-xxl);
}

.c-date {
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2.22;
}

.c-link {
  position: relative;
  padding: 0 0 8px;
  border-bottom: 1px dashed rgb(var(--color-border-default));
  font-size: 1rem;
  line-height: 2.75;
  position: relative;
  display: inline;
  font-weight: bold;
  transition: var(--animation-hover);
}
.c-link::after {
  content: "\f00a";
  display: inline-block;
}
.c-link::after {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 9px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 16px;
  vertical-align: middle;
  color: rgb(var(--color-text-primary));
  background: rgb(var(--color-bg-secondary));
  border-radius: 50%;
  transition: var(--animation-hover);
  text-align: center;
  box-shadow: 0 0 0 0 rgb(var(--color-bg-secondary));
}
.c-link[target=_blank] {
  position: relative;
}
.c-link[target=_blank]::after {
  content: "\f008";
  display: inline-block;
}
.c-link[target=_blank]::after {
  position: relative;
  top: 8%;
  background: none;
  border-radius: 0;
  font-size: 14px;
  line-height: 1;
  color: currentColor;
}
@media (any-hover: hover) {
  .c-link[target=_blank]:hover:after {
    background: none;
    box-shadow: none;
  }
}
.c-link-block {
  display: block;
  line-height: 1.75;
  padding: var(--spacing-xxs) var(--spacing-xl) var(--spacing-xxs) var(--spacing-xxs);
}
.c-link-block:after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -8px;
  margin-left: 0;
}
@media (any-hover: hover) {
  .c-link:hover {
    color: rgb(var(--color-text-primary));
    border-bottom: 1px dashed currentColor;
  }
  .c-link:hover:after {
    box-shadow: 0 0 0 5px rgb(var(--color-bg-secondary));
  }
}

/* 共通スタイル定設
-----------------------------------------------------------------*/
body, html {
  font-family: YakuHanRPs, "Zen Maru Gothic", "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* 変数 */
:root {
  --brand-pink: 182 0 129;
  --brand-yellow: 206 215 0;
  --color-text-default: 31 31 31;
  --color-text-sub: 130 130 130;
  --color-text-darkgray: 63 63 63;
  --color-text-primary: var(--brand-pink);
  --color-text-link: 99 189 56;
  --color-text-white: 255 255 255;
  --color-bg-default: 255 255 255;
  --color-bg-sub-brown: 252 247 239;
  --color-bg-sub-gray: 194 194 194;
  --color-bg-primary: var(--brand-pink);
  --color-bg-primary-sub: 248 229 242;
  --color-bg-primary-hover: 248 229 242;
  --color-bg-primary-active: 249 186 231;
  --color-bg-secondary: var(--color-bg-primary-sub);
  --color-bg-secondary-hover: 248 208 236;
  --color-bg-secondary-active: 249 186 231;
  --color-border-default: 194 194 194;
  --color-border-primary: var(--brand-pink);
  --header-height-pc: 72px;
  --header-height-sp: 50px;
  --bdr-xxxl: 40px;
  --bdr-xxl: 32px;
  --bdr-xl: 16px;
  --bdr-lg: 12px;
  --bdr-md: 8px;
  --bdr-sm: 4px;
  --bdr-xs: 2px;
  --bdr-infinity: 100vmax;
  --spacing-xxxxl: 96px;
  --spacing-xxxl: 64px;
  --spacing-xxl: 40px;
  --spacing-xl: 32px;
  --spacing-lg: 24px;
  --spacing-md: 16px;
  --spacing-sm: 12px;
  --spacing-xs: 8px;
  --spacing-xxs: 4px;
  --spacing-xxxs: 2px;
  --animation-hover: all .25s ease-out;
  --container-default: 1076px;
  --container-wide: 1296px;
}

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

body {
  width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 768px;
  }
}
@media print, screen and (max-width: 767px) {
  body {
    min-width: 2px;
  }
}

[role=tab]:focus,
.tab:focus {
  outline: none;
}

body {
  width: 100%;
  color: rgb(var(--color-text-default));
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 768px;
  }
}
@media print, screen and (max-width: 767px) {
  body {
    min-width: 2px;
  }
}

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

button,
input[type=button] {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none;
}

b,
em,
strong {
  font-style: normal;
  font-weight: bold;
}

@media print, screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .dn-tab_pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tab {
    display: none !important;
  }
}

@media print, screen and (max-width: 1024px) {
  .dn-sp_tab {
    display: none !important;
  }
}

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important;
  }
}

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

@media print, screen and (min-width: 1025px) {
  .ta-pc-left {
    text-align: left;
  }
}

@media print, screen and (min-width: 1025px) {
  .ta-pc-center {
    text-align: center;
  }
}

@media print, screen and (min-width: 1025px) {
  .ta-pc-right {
    text-align: right;
  }
}

@media print, screen and (min-width: 768px) {
  .ta-tbpc-left {
    text-align: left;
  }
}

@media print, screen and (min-width: 768px) {
  .ta-tbpc-center {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .ta-tbpc-right {
    text-align: right;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .ta-tb-left {
    text-align: left;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .ta-tb-center {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .ta-tb-right {
    text-align: right;
  }
}

@media print, screen and (max-width: 1024px) {
  .ta-sptb-left {
    text-align: left;
  }
}

@media print, screen and (max-width: 1024px) {
  .ta-sptb-center {
    text-align: center;
  }
}

@media print, screen and (max-width: 1024px) {
  .ta-sptb-right {
    text-align: right;
  }
}

@media print, screen and (max-width: 767px) {
  .ta-sp-left {
    text-align: left;
  }
}

@media print, screen and (max-width: 767px) {
  .ta-sp-center {
    text-align: center;
  }
}

@media print, screen and (max-width: 767px) {
  .ta-sp-right {
    text-align: right;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* カルーセル */
.js-carousel {
  overflow: hidden;
  position: relative;
}

.js-carousel_track {
  display: flex;
  gap: 16px;
  will-change: transform;
  touch-action: pan-y;
}

.js-carousel_slide {
  flex: 0 0 auto;
}

.js-gsap-static .js-carousel_prev,
.js-gsap-static .js-carousel_next {
  display: none;
}

.js-carousel_prev,
.js-carousel_next {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  transition: var(--animation-hover);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.js-carousel_prev:before,
.js-carousel_next:before {
  font-size: 24px;
  line-height: 1;
}
@media (any-hover: hover) {
  .js-carousel_prev:hover,
  .js-carousel_next:hover {
    background: rgba(255, 255, 255, 0.5);
  }
}

.js-carousel_prev {
  left: 0;
}
.js-carousel_prev::before {
  content: "\f006";
  display: inline-block;
}

.js-carousel_next {
  right: 0;
}
.js-carousel_next::before {
  content: "\f005";
  display: inline-block;
}

/* モーダル */
.js-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1001;
}

.js-modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.js-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.js-modal-content {
  position: relative;
}

.modal_body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100vw - 98px);
  max-width: 1076px;
  max-height: calc(100vh - 98px);
  min-height: 294px;
  background: #fff;
  border-radius: 32px;
  padding: 24px;
  box-sizing: border-box;
  overflow: auto;
}

.is-modal-lock {
  overflow: hidden;
}

.js-modal-close {
  position: absolute;
  top: -32px;
  right: -16px;
  width: 56px;
  height: 56px;
  background: #FFF;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: var(--bdr-infinity);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.js-modal-close::before,
.js-modal-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 2px;
  background: #1F1F1F;
  border-radius: 2px;
  transform-origin: center;
}

.js-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.js-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.js-modal-close:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.6), 0 0 0 6px rgba(0, 0, 0, 0.7);
}

.modal-source {
  display: none;
}

/*
  CUSTOM
———————————————–*/
/*=============================================

  hogeパーツ

==============================================*/
.page-wrap {
  padding-top: var(--header-height-sp);
  overflow: hidden;
}
@media print, screen and (min-width: 1025px) {
  .page-wrap {
    padding-top: var(--header-height-pc);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  line-height: 1;
}
@media print, screen and (max-width: 1024px) {
  body.js-menu-open .header {
    background-color: #FCF7EF;
    box-shadow: none;
  }
}
.header_inner {
  margin: 0 auto;
  padding: 0 0 0 clamp(8px, -1.682rem + 3.409vw, 32px);
  min-height: 50px;
}
@media print, screen and (min-width: 1025px) {
  .header_inner {
    max-width: 1728px;
    display: flex;
    justify-content: space-between;
  }
}
.header_logo {
  padding: 5px 0;
  min-width: clamp(192px, -15rem + 42.188vw, 300px);
  width: clamp(192px, -15rem + 42.188vw, 300px);
  font-size: 10px;
  line-height: 1;
}
@media print, screen and (min-width: 1025px) {
  .header_logo {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.header_logo a {
  display: flex;
  align-items: center;
  min-height: 40px;
}
@media print, screen and (min-width: 1025px) {
  .header_logo a {
    min-height: 60px;
  }
}

.footer {
  position: relative;
  background: #FCF7EF;
  z-index: 10;
}
.footer_inner {
  position: relative;
  box-sizing: content-box;
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: var(--spacing-xl) var(--spacing-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-lg);
}
@media print, screen and (min-width: 1025px) {
  .footer_inner {
    flex-direction: row;
    justify-content: space-between;
    padding: var(--spacing-xxxl) var(--spacing-md);
  }
}
.footer_bgLeaf01 {
  position: absolute;
  top: -50px;
  right: 0;
  width: clamp(67px, 1.469rem + 5.664vw, 96px);
  transform-origin: 0 0;
}
@media print, screen and (max-width: 1024px) {
  .footer_bgLeaf01 {
    right: 44px;
  }
}

.contents_inner {
  box-sizing: content-box;
  max-width: var(--container-default);
  margin: 0 auto;
  padding: 0 var(--spacing-md) var(--spacing-xxxl);
}
@media print, screen and (min-width: 1025px) {
  .contents_inner {
    padding: 0 var(--spacing-md) var(--spacing-xxxxl);
  }
}
.contents-wide .contents_inner {
  max-width: var(--container-wide);
}
.breadcrumb + .contents {
  margin-top: var(--spacing-xxxl);
}
@media print, screen and (max-width: 767px) {
  .breadcrumb + .contents {
    margin-top: var(--spacing-xl);
  }
}
.contents a:not([class]) {
  color: rgb(var(--color-text-link));
  text-decoration: underline;
}
.contents a:not([class]):not([href$=".pdf"])[target=_blank]:not(:has(> img)) {
  position: relative;
}
.contents a:not([class]):not([href$=".pdf"])[target=_blank]:not(:has(> img))::after {
  content: "\f008";
  display: inline-block;
}
.contents a:not([class]):not([href$=".pdf"])[target=_blank]:not(:has(> img))::after {
  margin-left: 0.5em;
  background: none;
  font-size: 14px;
  line-height: 1;
  color: rgb(var(--color-text-default));
}
@media (any-hover: hover) {
  .contents a:not([class]):hover {
    text-decoration: none;
  }
}

.section_inner {
  box-sizing: content-box;
  max-width: var(--container-default);
  margin: 0 auto;
  padding: var(--spacing-xxl) var(--spacing-md);
}
@media print, screen and (min-width: 1025px) {
  .section_inner {
    padding: var(--spacing-xxxl) var(--spacing-md);
  }
}
.section-wide .section_inner {
  max-width: var(--container-wide);
  margin: 0 auto;
}

.article {
  position: relative;
  border-radius: var(--bdr-xxxl);
  background: #F9F9F9;
  padding: var(--spacing-xxxl) var(--spacing-xxxl) var(--spacing-xxxl) var(--spacing-xxxl);
  font-size: 1.125rem;
  line-height: 1.75;
}
.article > *:first-child {
  margin-top: 0;
}
.pagelinks + .article {
  margin-top: calc(var(--spacing-xxxl) + 24px);
}
@media print, screen and (max-width: 767px) {
  .pagelinks + .article {
    margin-top: var(--spacing-xxxl);
  }
}
@media print, screen and (max-width: 767px) {
  .article {
    margin-left: -16px;
    margin-right: -16px;
    padding: var(--spacing-xxl) var(--spacing-md);
  }
}
.contents .article_header .headingA {
  margin-top: 0;
}
.article_headerInfo {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.article_bgLeaf01 {
  position: absolute;
  top: -40px;
  right: var(--spacing-xxl);
  width: 126px;
  transform-origin: 100% 0;
}
@media print, screen and (max-width: 767px) {
  .article_bgLeaf01 {
    width: 88px;
  }
}
.article_bgLeaf02 {
  position: absolute;
  bottom: -50px;
  left: var(--spacing-xxl);
  width: 145px;
  transform-origin: 100% 0;
}
@media print, screen and (max-width: 767px) {
  .article_bgLeaf02 {
    width: 101px;
  }
}
.article h1:not([class]) {
  font-size: clamp(25px, 0.906rem + 1.367vw, 32px);
  line-height: 1.5;
}
.article h2:not([class]) {
  font-size: clamp(22px, 1.094rem + 0.586vw, 25px);
  line-height: 1.5;
}
.article h3:not([class]) {
  font-size: 1.375rem;
  line-height: 1.62;
}
.article h4:not([class]) {
  font-size: 1.375rem;
  line-height: 1.62;
}
.article p ul, .article p ol,
.article ul ul,
.article ul ol,
.article ol ul,
.article ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.article p.indentList,
.article ul.indentList,
.article ol.indentList {
  list-style: none;
  padding: 0;
}
.article p.indentList > li,
.article ul.indentList > li,
.article ol.indentList > li {
  text-indent: -1.35em;
  padding-left: 1.35em;
}
.article figure {
  margin-left: 0;
  margin-right: 0;
}
.article table {
  margin: var(--spacing-xxl) 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background: #FFF;
  font-size: 1rem;
  line-height: 1.75;
}
.article table caption {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75;
  text-align: left;
}
.article table tr th, .article table tr td {
  padding: var(--spacing-md);
  border: 1px solid rgb(var(--color-border-default));
  text-align: left;
}
.article table tr th {
  background: rgb(var(--color-bg-sub-brown));
}
.article table.company_profile tr th {
  width: 30%;
}
@media print, screen and (max-width: 767px) {
  .article table.company_profile {
    display: block;
  }
  .article table.company_profile thead,
  .article table.company_profile tbody,
  .article table.company_profile tfoot {
    display: block;
    width: 100%;
  }
  .article table.company_profile tr {
    display: block;
    width: 100%;
  }
  .article table.company_profile tr th, .article table.company_profile tr td {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
}
.article table.company_history tr th {
  width: 25%;
}
@media print, screen and (max-width: 767px) {
  .article table.company_history {
    display: block;
  }
  .article table.company_history thead,
  .article table.company_history tbody,
  .article table.company_history tfoot {
    display: block;
    width: 100%;
  }
  .article table.company_history tr {
    display: block;
    width: 100%;
  }
  .article table.company_history tr th, .article table.company_history tr td {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
}
.article table.recruit_entry tr th {
  width: 25%;
}
@media print, screen and (max-width: 767px) {
  .article table.recruit_entry {
    display: block;
  }
  .article table.recruit_entry thead,
  .article table.recruit_entry tbody,
  .article table.recruit_entry tfoot {
    display: block;
    width: 100%;
  }
  .article table.recruit_entry tr {
    display: block;
    width: 100%;
  }
  .article table.recruit_entry tr th, .article table.recruit_entry tr td {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
}
.article table.business_certification tr th:first-child, .article table.business_certification tr td:first-child {
  width: 35%;
}
@media print, screen and (max-width: 767px) {
  .article table.business_certification tr th:first-child, .article table.business_certification tr td:first-child {
    width: 50%;
  }
}
.article-spacing-sm h1, .article-spacing-sm h2, .article-spacing-sm h3, .article-spacing-sm h4 {
  margin: var(--spacing-xxl) 0 var(--spacing-sm);
}
.article-spacing-sm p,
.article-spacing-sm ul,
.article-spacing-sm ol {
  margin-top: var(--spacing-sm);
  margin-bottom: var(--spacing-sm);
}

/*=============================================

	Globalnavi パーツ

==============================================*/
.globalnavi {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 0 clamp(8px, -0.257rem + 1.183vw, 16px);
  font-weight: bold;
  font-size: clamp(16px, 0.811rem + 0.296vw, 18px);
  line-height: 1.2;
}
.globalnavi_navi {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0 clamp(8px, 0.121rem + 0.592vw, 12px);
}
@media print, screen and (max-width: 1024px) {
  .globalnavi_navi {
    display: none;
  }
}
.globalnavi_navi > li {
  position: relative;
}
@media print, screen and (min-width: 1025px) {
  .globalnavi_navi > li {
    white-space: nowrap;
  }
}
.globalnavi_navi > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  height: 100%;
  transition: var(--animation-hover);
}
@media (any-hover: hover) {
  .globalnavi_navi > li > a:hover {
    color: rgb(var(--color-text-primary));
  }
}
.globalnavi_navi > li > a:active {
  color: rgb(var(--color-text-primary));
}
.globalnavi_navi > li.current-menu-item > a, .globalnavi_navi > li.current-page-ancestor > a, .globalnavi_navi > li.current-menu-ancestor > a, .globalnavi_navi > li.current-menu-parent > a, .globalnavi_navi > li.current-page-parent > a, .globalnavi_navi > li.current_page_parent > a, .globalnavi_navi > li.current_page_ancestor > a {
  color: rgb(var(--color-text-primary));
}
.globalnavi_navi > li:focus-within .globalnavi_subMenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
@media (any-hover: hover) {
  .globalnavi_navi > li:hover > a {
    color: rgb(var(--color-text-primary));
  }
  .globalnavi_navi > li:hover .globalnavi_subMenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }
}
.globalnavi_subMenu, .globalnavi_recruitMenu {
  position: absolute;
  top: var(--header-height-pc);
  left: 0;
  width: 464px;
  padding: 4px 24px 16px;
  border-radius: 0 0 var(--bdr-xxxl) var(--bdr-xxxl);
  background: #FFF;
  box-shadow: 0 10px 7px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.98);
  transform-origin: top;
  transition: opacity 0.25s ease, visibility 0.1s linear 0.1, transform 0.1s ease;
}
.globalnavi_subMenuNavi, .globalnavi_recruitMenuNavi {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 var(--spacing-lg);
}
.globalnavi_subMenuNavi > li, .globalnavi_recruitMenuNavi > li {
  position: relative;
  font-size: 1rem;
  line-height: 1.22;
  width: calc((100% - var(--spacing-lg)) / 2);
  white-space: normal;
}
.globalnavi_subMenuNavi > li.current-menu-item > a, .globalnavi_subMenuNavi > li.current-page-ancestor > a, .globalnavi_subMenuNavi > li.current-menu-ancestor > a, .globalnavi_subMenuNavi > li.current-menu-parent > a, .globalnavi_subMenuNavi > li.current-page-parent > a, .globalnavi_subMenuNavi > li.current_page_parent > a, .globalnavi_subMenuNavi > li.current_page_ancestor > a, .globalnavi_recruitMenuNavi > li.current-menu-item > a, .globalnavi_recruitMenuNavi > li.current-page-ancestor > a, .globalnavi_recruitMenuNavi > li.current-menu-ancestor > a, .globalnavi_recruitMenuNavi > li.current-menu-parent > a, .globalnavi_recruitMenuNavi > li.current-page-parent > a, .globalnavi_recruitMenuNavi > li.current_page_parent > a, .globalnavi_recruitMenuNavi > li.current_page_ancestor > a {
  color: rgb(var(--color-text-primary));
}
.globalnavi_subMenuNavi > li a, .globalnavi_recruitMenuNavi > li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 24px 0 0;
  min-height: 56px;
  transition: var(--animation-hover);
  border-bottom: 2px dotted rgb(var(--color-border-default));
}
.globalnavi_subMenuNavi > li a:not([target=_blank])::after, .globalnavi_recruitMenuNavi > li a:not([target=_blank])::after {
  content: "\f00a";
  display: inline-block;
}
.globalnavi_subMenuNavi > li a:not([target=_blank]):after, .globalnavi_recruitMenuNavi > li a:not([target=_blank]):after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  transform: translate(50%, -50%);
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  color: rgb(var(--color-text-primary));
  background: rgb(var(--color-bg-secondary));
  border-radius: 50%;
  transition: var(--animation-hover);
}
.globalnavi_subMenuNavi > li a[target=_blank], .globalnavi_recruitMenuNavi > li a[target=_blank] {
  position: relative;
  padding-right: 20px;
}
.globalnavi_subMenuNavi > li a[target=_blank]::after, .globalnavi_recruitMenuNavi > li a[target=_blank]::after {
  content: "\f008";
  display: inline-block;
}
.globalnavi_subMenuNavi > li a[target=_blank]::after, .globalnavi_recruitMenuNavi > li a[target=_blank]::after {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 14px;
  line-height: 1;
  color: currentColor;
}
@media (any-hover: hover) {
  .globalnavi_subMenuNavi > li a:hover, .globalnavi_recruitMenuNavi > li a:hover {
    color: rgb(var(--color-text-primary));
    border-bottom-color: currentColor;
  }
  .globalnavi_subMenuNavi > li a:hover:not([target=_blank]):after, .globalnavi_recruitMenuNavi > li a:hover:not([target=_blank]):after {
    width: 24px;
    height: 24px;
  }
}
.globalnavi_recruit {
  position: relative;
}
.globalnavi_recruit .globalnavi_recruitMenu {
  left: auto;
  right: 0;
}
.globalnavi_recruit:focus-within .globalnavi_recruitMenu, .globalnavi_recruit:hover .globalnavi_recruitMenu {
  right: -16px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.globalnavi_recruit:focus-within .globalnavi_recruitButton, .globalnavi_recruit:hover .globalnavi_recruitButton {
  background-color: rgb(var(--color-bg-primary-hover));
}
.globalnavi_recruitButton {
  margin: 16px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 138px;
  min-height: 40px;
  border-radius: 20px;
  color: rgb(var(--color-text-primary));
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.4px;
  border: 1px solid currentColor;
  background-color: transparent;
  transition: background-color 0.2s ease-in, color 0.2s ease-in, border-color 0.2s ease, transform 0.05s ease;
}
@media (any-hover: hover) {
  .globalnavi_recruitButton:hover {
    background-color: rgb(var(--color-text-primary)/0.12);
  }
}
.globalnavi_recruitButton:active {
  background-color: rgb(var(--color-text-primary)/0.2);
}
.globalnavi_recruitButton[aria-disabled=true], .globalnavi_recruitButton.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.globalnavi_recruitButton {
  color: rgb(var(--color-text-primary));
  background-color: rgb(var(--color-bg-default));
}
@media (any-hover: hover) {
  .globalnavi_recruitButton:hover {
    background-color: rgb(var(--color-bg-primary-hover));
  }
}
.globalnavi_recruitButton:active {
  background-color: rgb(var(--color-bg-primary-active));
}
.globalnavi_recruitButton {
  font-size: clamp(16px, 0.811rem + 0.296vw, 18px);
}
@media print, screen and (min-width: 1025px) {
  .globalnavi_recruitButton {
    min-width: clamp(118px, 5.482rem + 2.959vw, 138px);
  }
}
@media print, screen and (max-width: 1024px) {
  .globalnavi_recruitButton {
    display: none;
  }
}
.globalnavi_systemLink {
  display: inline-flex;
  align-items: center;
  border-left: 2px dotted rgb(var(--color-border-default));
  padding: 0 8px 0 16px;
  font-weight: 500;
  transition: var(--animation-hover);
  font-size: 0.875rem;
  line-height: 1.4;
}
.globalnavi_systemLink a {
  display: block;
}
@media (any-hover: hover) {
  .globalnavi_systemLink a:hover {
    color: rgb(var(--color-text-primary));
  }
}
.globalnavi_systemLink a:active {
  color: rgb(var(--color-text-primary));
}
.globalnavi_systemLink a[target=_blank] {
  position: relative;
  padding-right: 20px;
}
.globalnavi_systemLink a[target=_blank]::after {
  content: "\f008";
  display: inline-block;
}
.globalnavi_systemLink a[target=_blank]::after {
  font-size: 14px;
  line-height: 1;
  color: currentColor;
}
@media print, screen and (max-width: 1024px) {
  .globalnavi_systemLink {
    display: none;
  }
}

/*=============================================

	Menu パーツ

==============================================*/
.menuButton {
  position: fixed;
  top: 2px;
  right: 8px;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0 0;
  width: 42px;
  color: rgb(var(--color-bg-primary));
}
@media print, screen and (min-width: 1025px) {
  .menuButton {
    display: none;
  }
}
.menuButton_icon {
  position: relative;
  width: 24px;
  height: 24px;
  transition: all 0.5s;
}
.menuButton_icon > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
  background: currentColor;
  transition: all 0.5s;
}
.menuButton_icon > span:nth-of-type(1) {
  top: 0;
}
.menuButton_icon > span:nth-of-type(2) {
  top: 11px;
  opacity: 1;
}
.menuButton_icon > span:nth-of-type(3) {
  bottom: 0;
}
.menuButton.is-active .menuButton_icon > span:nth-of-type(1) {
  transform: translateY(10.5px) rotate(-45deg);
}
.menuButton.is-active .menuButton_icon > span:nth-of-type(2) {
  opacity: 0;
}
.menuButton.is-active .menuButton_icon > span:nth-of-type(3) {
  transform: translateY(-10.5px) rotate(45deg);
}
.menuButton_title {
  display: block;
  margin-top: 2px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 8px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
}

.menu {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  height: calc(100vh - 50px);
  background: #FCF7EF;
  transform: translateY(-150%);
  transition: transform 0.3s ease-out;
  z-index: 30;
  overflow-y: auto;
}
@media print, screen and (min-width: 1025px) {
  .menu {
    display: none;
  }
}
.menu.is-open {
  transform: translateY(0);
}
.is-preloading .menu {
  transition: none !important;
}
.menu_list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgb(var(--color-bg-sub-gray));
}
.menu_list > li {
  position: relative;
  border-bottom: 1px solid rgb(var(--color-bg-sub-gray));
  font-size: 1.25rem;
  line-height: 1.4;
}
.menu_list > li:not(:has(.menu_subMenu, [target=_blank]))::after {
  content: "\f00a";
  display: inline-block;
}
.menu_list > li:not(:has(.menu_subMenu, [target=_blank])):after {
  position: absolute;
  top: 50%;
  right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translate(0, -50%);
  font-size: 13px;
  line-height: 1;
  vertical-align: middle;
  color: #FFF;
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
}
.menu_list > li:not(:has(.menu_subMenu)):has([target=_blank])::after {
  content: "\f008";
  display: inline-block;
}
.menu_list > li:not(:has(.menu_subMenu)):has([target=_blank])::after {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translate(0, -50%);
  line-height: 1;
  color: currentColor;
}
.menu_list > li.is-open {
  background: #FFF;
}
.menu_list > li.is-open > a {
  color: rgb(var(--color-text-primary));
}
.menu_list > li a {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 16px 40px 16px 16px;
  font-weight: bold;
}
.menu_subToggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 60px;
  border: 0;
  cursor: pointer;
  color: currentColor;
}
.menu_subToggle::before, .menu_subToggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  inline-size: 14px;
  block-size: 2px;
  background: rgb(var(--color-bg-primary));
  border-radius: 1px;
}
.menu_subToggle::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.menu_subToggle::after {
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: var(--animation-hover);
}
.menu_subToggle[aria-expanded=true]::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.menu_subToggle[aria-expanded=false]::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.menu_subToggle:focus-visible {
  outline: 2px solid #2a6eea;
  outline-offset: 2px;
}
.menu_subMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu_subMenu ul > li {
  position: relative;
  border-top: 2px dashed rgb(var(--color-bg-sub-gray));
  font-size: 1.125rem;
  line-height: 1.4;
}
.menu_subMenu ul > li a {
  padding: 8px 40px;
}
.menu_subMenu ul > li a:not([target=_blank])::after {
  content: "\f00a";
  display: inline-block;
}
.menu_subMenu ul > li a:not([target=_blank]):after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  transform: translate(0, -50%);
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  color: rgb(var(--color-text-primary));
  background: rgb(var(--color-bg-secondary));
  border-radius: 50%;
  transition: var(--animation-hover);
}
.menu_subMenu ul > li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 23px;
  width: 6px;
  height: 6px;
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
  margin-top: -3px;
}
.menu_subMenu ul > li a[target=_blank]::after {
  content: "\f008";
  display: inline-block;
}
.menu_subMenu ul > li a[target=_blank]::after {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translate(0, -50%);
  line-height: 1;
  color: currentColor;
}

/*=============================================

  HERO パーツ

==============================================*/
.hero {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--header-height-sp));
  overflow: hidden;
  max-height: 864px;
  z-index: 20;
}
@media print, screen and (min-width: 1025px) {
  .hero {
    height: calc(100vh - var(--header-height-pc));
  }
}
.hero_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.heroCopy {
  position: absolute;
  top: clamp(90px, 3.75rem + 3.906vw, 100px);
  left: calc((100vw - 300px) / 2);
  z-index: 3;
  color: rgb(var(--color-text-white));
}
@media print, screen and (min-width: 1025px) {
  .heroCopy {
    top: clamp(70px, 3.807rem + 0.888vw, 76px);
    top: 8.7vh;
    left: clamp(60px, -1.173rem + 7.692vw, 112px);
    width: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .heroCopy {
    white-space: nowrap;
  }
}
.heroCopy_title {
  margin: 0 0 var(--spacing-xxl);
  font-size: clamp(48px, -0.314rem + 5.178vw, 83px);
  line-height: 1.2;
  letter-spacing: 1.245px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.heroCopy_title span {
  display: block;
}
.heroCopy_button a {
  position: relative;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  font-size: 1.25rem;
  line-height: 1.4;
  width: 298px;
}
@media print, screen and (min-width: 1025px) {
  .heroCopy_button a {
    font-size: 1.5625rem;
    line-height: 1.4;
    width: 356px;
    padding: 0 40px;
  }
}
.heroCopy_button a::after {
  content: "\f00c";
  display: inline-block;
}
.heroCopy_button a::after {
  position: absolute;
  top: 50%;
  right: 24px;
  font-size: 23px;
  line-height: 20px;
  width: 25px;
  height: 20px;
  transform: translateY(-50%);
  text-align: center;
}
@media (any-hover: hover) {
  .heroCopy_button a:hover {
    background: rgba(0, 0, 0, 0.5);
  }
}

.hero .js-animation-up {
  opacity: 0;
  transform: translateY(120%);
  transition: all 1s ease;
}

.hero .is-active.js-animation-up {
  opacity: 1;
  transform: translateY(0);
}

.heroGallery {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media print, screen and (max-width: 1024px) {
  .heroGallery {
    grid-template-columns: none;
    grid-template-rows: 1fr 1fr;
  }
}
.heroGallery_frame {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 1025px) {
  .heroGallery_frame-left .heroGallery_slide.is-leaving {
    clip-path: inset(100% 0 0 0);
  }
  .heroGallery_frame-right .heroGallery_slide.is-leaving {
    clip-path: inset(0 0 100% 0);
  }
}
@media print, screen and (max-width: 1024px) {
  .heroGallery_frame-left {
    width: 100%;
    height: 100%;
  }
  .heroGallery_frame-left .heroGallery_slide.is-leaving {
    clip-path: inset(0 0 0 100%);
  }
  .heroGallery_frame-right {
    width: 100%;
    height: 100%;
  }
  .heroGallery_frame-right .heroGallery_slide.is-leaving {
    clip-path: inset(0 100% 0 0);
  }
}
.heroGallery_slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  clip-path: inset(0 0 0 0);
  transition: clip-path 2s ease-in-out;
}
.heroGallery_slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroGallery_slide.is-current {
  z-index: 2;
}
.heroGallery_slide.is-current img {
  transition: transform 8s ease-in-out;
  transform: scale(1.1);
}
.heroGallery_slide.is-next {
  z-index: 1;
}
.heroGallery_slide.is-next img {
  transform: scale(1);
}

/*=============================================

	footerSitemapパーツ

==============================================*/
.footerSitemap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
}
@media print, screen and (max-width: 767px) {
  .footerSitemap {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .footerSitemap_column:nth-child(1), .footerSitemap_column:nth-child(2) {
    display: none;
  }
}
.footerSitemap_links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
@media print, screen and (max-width: 767px) {
  .footerSitemap_links {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footerSitemap_links > li {
  position: relative;
  font-size: 1rem;
  line-height: 1.25;
  padding-left: var(--spacing-lg);
}
.footerSitemap_links > li::before {
  content: "\f00a";
  display: inline-block;
}
@media print, screen and (min-width: 1025px) {
  .footerSitemap_links > li {
    max-width: 196px;
  }
}
.footerSitemap_links > li:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
  color: #FFF;
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
}
.footerSitemap_links > li:has([target=_blank]) {
  position: relative;
  padding-right: 20px;
}
.footerSitemap_links > li:has([target=_blank])::before {
  content: "\f008";
  display: inline-block;
}
.footerSitemap_links > li:has([target=_blank])::before {
  background: none;
  border-radius: 0;
  font-size: 14px;
  line-height: 1;
  color: currentColor;
}
.footerSitemap_links > li + li {
  margin-top: 18px;
}
.footerSitemap_links > li + li:has(> ul) {
  margin-top: var(--spacing-lg);
}
@media print, screen and (max-width: 767px) {
  .footerSitemap_links > li + li {
    margin-top: 0;
  }
}
.footerSitemap_links > li > a {
  display: block;
  padding: var(--spacing-xxxs) 0;
  transition: var(--animation-hover);
}
@media (any-hover: hover) {
  .footerSitemap_links > li > a:hover {
    color: rgb(var(--color-text-primary));
  }
}
.footerSitemap_links > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: calc(var(--spacing-lg) * -1);
  font-size: 0.875rem;
  line-height: 1.286;
}
.footerSitemap_links > li > ul li {
  position: relative;
  padding-left: var(--spacing-lg);
}
.footerSitemap_links > li > ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 8px;
  width: 6px;
  height: 6px;
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
}
.footerSitemap_links > li > ul li > a {
  display: block;
  padding: var(--spacing-xxxs) 0;
  transition: var(--animation-hover);
}
@media (any-hover: hover) {
  .footerSitemap_links > li > ul li > a:hover {
    color: rgb(var(--color-text-primary));
  }
}

/*=============================================

  companyInfoパーツ

==============================================*/
.companyInfo {
  padding: var(--spacing-xl);
  background: #FFF;
  border-radius: var(--bdr-xxxl);
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .companyInfo {
    max-width: 600px;
    width: 50%;
  }
}
@media print, screen and (max-width: 767px) {
  .companyInfo {
    padding-left: 0;
    padding-right: 0;
  }
}
.companyInfo_logo {
  width: clamp(100px, 4.696rem + 6.63vw, 160px);
  margin: 0 auto var(--spacing-lg);
}
.companyInfo_logo a {
  display: inline-block;
  text-align: center;
}
.companyInfo_logo a img {
  vertical-align: middle;
}
.companyInfo_catchCopy {
  width: clamp(263px, 13.407rem + 12.928vw, 380px);
  margin: 0 auto var(--spacing-lg);
  text-align: center;
  line-height: 1;
}
.companyInfo_details {
  color: rgb(var(--color-text-sub));
  font-style: normal;
  font-size: 1rem;
  line-height: 1.75;
}
.companyInfo_address {
  color: rgb(var(--color-text-darkgray));
  text-align: center;
}
.companyInfo_contact {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-family: YakuHanRPs, "Zen Maru Gothic", "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 var(--spacing-xl);
}
@media print, screen and (max-width: 767px) {
  .companyInfo_contact {
    gap: 0 var(--spacing-md);
  }
}
.companyInfo_contact li > a,
.companyInfo_contact li > span {
  display: flex;
  align-items: center;
  gap: 0 2px;
}
.companyInfo_contact li > a:before,
.companyInfo_contact li > span:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 20px;
  color: currentColor;
}
.companyInfo_tel > a::before,
.companyInfo_tel > span::before {
  content: "\f001";
  display: inline-block;
}
.companyInfo_fax > a::before,
.companyInfo_fax > span::before {
  content: "\f003";
  display: inline-block;
}

/*=============================================

		Recruit Bannerパーツ

==============================================*/
.recruitBanner {
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .recruitBanner {
    max-width: 360px;
    margin: 0 auto;
  }
}
.recruitBanner_bgLeaf01 {
  position: absolute;
  top: -70px;
  left: 143px;
  width: 150px;
  z-index: 200;
  transform-origin: 50% 50%;
  opacity: 0;
}
@media print, screen and (max-width: 767px) {
  .recruitBanner_bgLeaf01 {
    width: 101px;
    left: 37px;
  }
}
.recruitBanner_link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px 16px calc(50% + 30px) 32px;
  background: #F8E5F2;
  border-radius: var(--bdr-xxxl);
  overflow: hidden;
  transition: var(--animation-hover);
}
@media print, screen and (min-width: 768px) {
  .recruitBanner_link {
    padding: 50px calc(50% + 20px) 50px 50px;
    min-height: 344px;
  }
}
@media print, screen and (max-width: 767px) {
  .recruitBanner_link {
    padding-bottom: 230px;
    min-height: 430px;
  }
}
@media (any-hover: hover) {
  .recruitBanner_link:hover {
    background-color: rgb(var(--color-bg-secondary-hover));
  }
  .recruitBanner_link:hover .recruitBanner_thumbnail img {
    transform: scale(1.04);
  }
  .recruitBanner_link:hover .c-button, .recruitBanner_link:hover .recruitBanner_button {
    background-color: rgb(var(--color-bg-primary-hover));
  }
  .recruitBanner_link:hover .c-button:after, .recruitBanner_link:hover .recruitBanner_button:after {
    width: 34px;
    height: 34px;
  }
}
.recruitBanner_link:active {
  background-color: rgb(var(--color-bg-secondary-hover));
}
.recruitBanner_label {
  position: absolute;
  top: 0;
  font-weight: bold;
  color: #FFF;
  font-family: Arial, "Helvetica Neue", Helvetica, system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", "Liberation Sans", sans-serif;
  font-size: clamp(64px, -6.353rem + 16.176vw, 108px);
  line-height: 1.5;
}
@media print, screen and (max-width: 767px) {
  .recruitBanner_label {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .recruitBanner_label {
    left: 33px;
    line-height: 1.5;
  }
}
.recruitBanner_title {
  position: relative;
  margin: 0 0 clamp(23px, -3.033rem + 6.985vw, 42px);
  font-weight: bold;
  line-height: 1.73;
  font-feature-settings: "palt" 1;
  z-index: 5;
  white-space: nowrap;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .recruitBanner_title {
    min-width: 350px;
    font-size: clamp(28px, 0.809rem + 1.471vw, 32px);
    line-height: 1.5;
    letter-spacing: 0.48px;
    text-align: left;
    white-space: normal;
  }
}
@media print, screen and (max-width: 767px) {
  .recruitBanner_title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.recruitBanner_button {
  position: relative;
  max-width: 306px;
  min-width: 0;
  z-index: 5;
}
@media print, screen and (max-width: 767px) {
  .recruitBanner_button {
    margin: 0 auto;
    width: 100%;
  }
}
.recruitBanner_thumbnail {
  position: absolute;
  overflow: hidden;
  z-index: 1;
}
.recruitBanner_thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}
@media print, screen and (max-width: 767px) {
  .recruitBanner_thumbnail {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruitBanner_thumbnail {
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    width: 50%;
    height: 100%;
    max-height: none;
  }
}

/*=============================================

	breadcrumbパーツ

==============================================*/
.breadcrumb {
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: var(--spacing-md);
}
@media print, screen and (max-width: 767px) {
  .breadcrumb {
    padding: var(--spacing-sm) var(--spacing-md);
  }
}
.breadcrumb ul {
  display: flex;
  gap: 0 var(--spacing-sm);
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  overflow-x: auto;
}
@media print, screen and (max-width: 767px) {
  .breadcrumb ul {
    gap: 0 var(--spacing-xs);
  }
}
.breadcrumb ul li {
  position: relative;
}
.breadcrumb ul li::after {
  content: "\f005";
  display: inline-block;
}
.breadcrumb ul li {
  display: flex;
  align-items: center;
  gap: 0 var(--spacing-sm);
  white-space: nowrap;
}
@media print, screen and (max-width: 767px) {
  .breadcrumb ul li {
    gap: 0 var(--spacing-xs);
  }
}
.breadcrumb ul li::after {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: rgb(var(--color-text-sub));
}
.breadcrumb ul li:last-child:after {
  display: none;
}

/*=============================================

topNewsパーツ

==============================================*/
.topNews {
  background: #FCF7EF;
}
.topNews_bgLeaf01 {
  position: absolute;
  top: 0;
  left: calc(50% - 65px);
  width: 126px;
  height: auto;
  z-index: 200;
  transform-origin: 80% 0;
  opacity: 0;
  transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 1024px) {
  .topNews_bgLeaf01 {
    width: 96px;
    left: calc(50% - 102px);
  }
}
.topNews_inner {
  box-sizing: content-box;
  max-width: var(--container-default);
  margin: 0 auto;
  padding: var(--spacing-xxl) var(--spacing-md) var(--spacing-xxxl);
}
@media print, screen and (min-width: 1025px) {
  .topNews_inner {
    padding: var(--spacing-xxxxl) var(--spacing-md);
  }
}
.topNews_header {
  margin: 0 0 var(--spacing-md);
}
.topNews_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topNews_listItem a {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--spacing-xs) var(--spacing-xl);
  padding: var(--spacing-md) 58px var(--spacing-md) var(--spacing-md);
  border-bottom: 2px dotted rgb(var(--color-border-default));
  transition: var(--animation-hover);
}
.topNews_listItem a::after {
  content: "\f00a";
  display: inline-block;
}
.topNews_listItem a::after {
  position: absolute;
  top: 50%;
  right: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(50%, -50%);
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  color: #FFF;
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
  transition: var(--animation-hover);
}
.topNews_listItem a[href$=".pdf"] .topNews_title:after {
  content: "PDF";
  display: inline-block;
  margin-left: 24px;
  background: #EEE;
  padding: 0 var(--spacing-xxs);
  border-radius: 2px;
  color: rgb(var(--color-text-default)) !important;
  font-size: 14px;
  line-height: 20px;
}
@media (any-hover: hover) {
  .topNews_listItem a:hover::after {
    width: 34px;
    height: 34px;
  }
  .topNews_listItem a:hover {
    border-bottom-color: rgb(var(--color-bg-primary));
  }
  .topNews_listItem a:hover .topNews_label {
    background: rgb(var(--color-bg-secondary-hover));
  }
  .topNews_listItem a:hover .topNews_title {
    color: rgb(var(--color-text-primary));
  }
}
@media print, screen and (max-width: 767px) {
  .topNews_listItem a {
    flex-wrap: wrap;
    padding-left: 0;
  }
}
.topNews_date {
  min-width: 4.5em;
  white-space: nowrap;
  font-family: YakuHanRPs, "Zen Maru Gothic", "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.32;
}
.topNews_label {
  display: inline-block;
  padding: var(--spacing-xs) var(--spacing-md);
  font-size: 1rem;
  line-height: 1.25;
  background: rgb(var(--color-bg-primary-sub));
  border-radius: var(--bdr-xxl);
  font-weight: 500;
  text-align: center;
  transition: var(--animation-hover);
}
@media print, screen and (min-width: 768px) {
  .topNews_label {
    width: 193px;
    min-width: 193px;
  }
}
.topNews_title {
  font-size: 1.125rem;
  line-height: 1.75;
  transition: var(--animation-hover);
}
@media print, screen and (max-width: 767px) {
  .topNews_title {
    width: 100%;
    font-size: 1rem;
    line-height: 1.75;
  }
}
.topNews_button {
  margin: var(--spacing-xxl) 0 0;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .topNews_button {
    margin-top: var(--spacing-md);
  }
}

/*=============================================

  top Sustainability

==============================================*/
.topSustainability {
  overflow: hidden;
}
.topSustainability_inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1488px;
  margin: 0 auto;
  padding: var(--spacing-xxl) var(--spacing-md) var(--spacing-xxxl);
  display: flex;
}
@media print, screen and (min-width: 1025px) {
  .topSustainability_inner {
    padding: 126px var(--spacing-md) var(--spacing-xxxl);
    min-height: 675px;
  }
}
@media print, screen and (max-width: 1024px) {
  .topSustainability_inner {
    padding-bottom: calc(360px + var(--spacing-xxl));
    justify-content: center;
  }
}
.topSustainability_header {
  margin: 0 0 var(--spacing-xxl);
}
.topSustainability_main {
  position: relative;
  z-index: 5;
  width: 63%;
}
@media print, screen and (max-width: 1024px) {
  .topSustainability_main {
    width: auto;
  }
}
.topSustainability_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topSustainability_listItem + li {
  margin-top: var(--spacing-xl);
}
.topSustainability_listItem a {
  display: flex;
  align-items: center;
  gap: 0 var(--spacing-xl);
}
@media (any-hover: hover) {
  .topSustainability_listItem a:hover .topSustainability_thumbnail {
    transform: scale(1.1);
  }
  .topSustainability_listItem a:hover .topSustainability_link {
    border-bottom: 2px dotted currentColor;
  }
  .topSustainability_listItem a:hover .topSustainability_link:after {
    box-shadow: 0 0 0 5px rgb(var(--color-bg-primary));
  }
}
@media print, screen and (max-width: 1024px) {
  .topSustainability_listItem a {
    display: block;
    text-align: center;
  }
}
.topSustainability_text {
  display: block;
  font-weight: 500;
  font-size: clamp(20px, 0.523rem + 1.515vw, 28px);
  line-height: 1.73;
  margin: 0 0 var(--spacing-xs);
}
.topSustainability_link {
  position: relative;
  display: inline;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 2px dotted transparent;
  color: rgb(var(--color-text-primary));
  font-size: clamp(20px, 0.795rem + 0.947vw, 25px);
  line-height: 1.75;
  transition: var(--animation-hover);
}
.topSustainability_link::after {
  content: "\f00a";
  display: inline-block;
}
.topSustainability_link::after {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 9px;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
  color: #FFF;
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
  transition: var(--animation-hover);
  text-align: center;
  box-shadow: 0 0 0 0 rgb(var(--color-bg-primary));
}
.topSustainability_thumbnail {
  flex: 0 0 200px;
  margin: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  transition: var(--animation-hover);
}
.topSustainability_thumbnail img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 1024px) {
  .topSustainability_thumbnail {
    margin: 0 auto var(--spacing-sm);
  }
}
.topSustainability_image {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 980px;
  transform: translateY(0) rotate(-5.828deg);
  justify-content: center;
  align-items: center;
  transform-origin: center;
  aspect-ratio: 127/87;
  box-shadow: 0 24.266px 72.799px 0 rgba(0, 0, 0, 0.15);
  margin: 0;
}
.topSustainability_image img {
  border: 16px solid #FFF;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 1024px) {
  .topSustainability_image {
    top: auto;
    left: 50%;
    bottom: 70px;
    width: 392px;
    margin-left: -196px;
    transform: translateY(0) rotate(-5.828deg);
  }
  .topSustainability_image img {
    border-width: 6px;
  }
}
@media print, screen and (max-width: 767px) {
  .topSustainability_image {
    margin-right: -40px;
    margin-left: -156px;
  }
}

/*=============================================

  topBusiness

==============================================*/
.topBusiness {
  position: relative;
  background: url(../images/bg-business.webp) no-repeat 50% 100%;
  background-size: cover;
  z-index: 2;
}
.topBusiness_inner {
  position: relative;
  box-sizing: content-box;
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: var(--spacing-xxl) var(--spacing-md) var(--spacing-xxxl);
}
@media print, screen and (min-width: 1025px) {
  .topBusiness_inner {
    padding: var(--spacing-xxxl) var(--spacing-md);
  }
}
.topBusiness_bgLeaf01 {
  position: absolute;
  right: clamp(41px, -17.688rem + 31.641vw, 122px);
  bottom: -35px;
  width: 96px;
  height: auto;
  z-index: 200;
  transform-origin: 0 0;
  opacity: 0;
  transform: rotate(-5.828deg);
}
@media print, screen and (max-width: 767px) {
  .topBusiness_bgLeaf01 {
    width: 67px;
  }
}
.topBusiness_header {
  margin: 0 0 var(--spacing-xxl);
}
.topBusiness_heading {
  color: rgb(var(--color-text-darkgray));
}
.topBusiness_index {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media print, screen and (min-width: 1025px) {
  .topBusiness_index {
    gap: clamp(8px, -3.265rem + 5.882vw, 24px);
  }
}
@media print, screen and (max-width: 1024px) {
  .topBusiness_index {
    flex-direction: column;
    gap: var(--spacing-lg) 0;
    max-width: 470px;
    margin: 0 auto;
  }
}
.topBusiness_indexItem a {
  position: relative;
  display: block;
  padding: var(--spacing-lg) var(--spacing-lg) 19px;
}
@media print and (any-hover: hover), screen and (min-width: 1025px) and (any-hover: hover) {
  .topBusiness_indexItem a:hover .topBusiness_thumbnail img {
    transform: scale(1.038);
  }
  .topBusiness_indexItem a:hover .topBusiness_catch {
    top: 31px;
  }
  .topBusiness_indexItem a:hover .topBusiness_title:after {
    box-shadow: 0 0 0 5px rgb(var(--color-bg-primary));
  }
}
@media print, screen and (max-width: 1024px) {
  .topBusiness_indexItem a {
    display: grid;
    grid-template-columns: minmax(0, min(34.6vw, 136px)) 1fr;
    grid-template-rows: auto auto;
    gap: 0 var(--spacing-md);
    background: #fff;
    padding: 0;
    border-radius: var(--bdr-xl);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
}
.topBusiness_catch {
  font-weight: bold;
  line-height: 1.4;
  z-index: 5;
  border-radius: 20px;
  transition: var(--animation-hover);
}
@media print, screen and (min-width: 1025px) {
  .topBusiness_catch {
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: clamp(230px, -11.037rem + 39.706vw, 338px);
    padding: var(--spacing-xs);
    background: rgba(255, 255, 255, 0.8);
    font-size: clamp(14px, -0.537rem + 2.206vw, 20px);
    text-align: center;
  }
}
@media print, screen and (max-width: 1024px) {
  .topBusiness_catch {
    display: block;
    padding: var(--spacing-md) 0 var(--spacing-xs);
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 1.125rem;
    line-height: 1.4;
    align-self: self-start;
  }
}
.topBusiness_thumbnail {
  margin: 0;
  transition: var(--animation-hover);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.topBusiness_thumbnail img {
  transition: var(--animation-hover);
}
@media print, screen and (min-width: 1025px) {
  .topBusiness_thumbnail {
    border-radius: var(--bdr-xxl);
  }
  .topBusiness_thumbnail img {
    border-radius: var(--bdr-xxl);
  }
}
@media print, screen and (max-width: 1024px) {
  .topBusiness_thumbnail {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 136px;
    height: 100%;
  }
  .topBusiness_thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.topBusiness_title {
  position: relative;
  display: block;
  margin: 12px 0 0;
  color: rgb(var(--color-text-primary));
  font-weight: bold;
  font-size: clamp(18px, -0.522rem + 2.574vw, 25px);
  line-height: 1.5;
  transition: var(--animation-hover);
}
.topBusiness_title::after {
  content: "\f00a";
  display: inline-block;
}
.topBusiness_title {
  align-self: self-end;
}
.topBusiness_title::after {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 9px;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
  color: #fff;
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
  transition: var(--animation-hover);
  text-align: center;
  box-shadow: 0 0 0 0 rgb(var(--color-bg-primary));
}
@media print, screen and (max-width: 1024px) {
  .topBusiness_title {
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 1rem;
    line-height: 1.22;
    padding: var(--spacing-xs) 40px var(--spacing-md) 0;
  }
  .topBusiness_title::after {
    position: absolute;
    top: auto;
    right: 16px;
    bottom: 16px;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
  }
}
.topBusiness_button {
  margin-top: var(--spacing-xxl);
  text-align: center;
}

/*=============================================

	topMovie

==============================================*/
.topMovie {
  position: relative;
  background: #FCF7EF;
  z-index: 3;
}
.topMovie_inner {
  position: relative;
  box-sizing: content-box;
  max-width: var(--container-default);
  margin: 0 auto;
  padding: var(--spacing-xxl) var(--spacing-md) var(--spacing-xxxl);
}
@media print, screen and (min-width: 1025px) {
  .topMovie_inner {
    padding: var(--spacing-xxxl) var(--spacing-md) var(--spacing-xxxxl);
  }
}
.topMovie_bgLeaf01 {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 150px;
  z-index: 200;
  transform-origin: 80% 0;
  opacity: 0;
}
@media print, screen and (max-width: 767px) {
  .topMovie_bgLeaf01 {
    width: 101px;
    left: 9.16vw;
  }
}
.topMovie_heading {
  margin: 0 auto var(--spacing-xxl);
  padding: var(--spacing-sm) var(--spacing-xxl);
  background: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(var(--color-text-darkgray));
  font-size: clamp(25px, -0.266rem + 2.857vw, 32px);
  border-radius: 999px;
}
.topMovie_movie {
  position: relative;
  aspect-ratio: 16/9;
}
.topMovie_movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 0;
}

/*=============================================

  top Company

==============================================*/
.topCompany {
  position: relative;
  z-index: 10;
}
.topCompany_inner {
  box-sizing: content-box;
  max-width: 1488px;
  margin: 0 auto;
  padding: var(--spacing-xxxl) var(--spacing-md);
  display: flex;
}
@media print, screen and (min-width: 1025px) {
  .topCompany_inner {
    padding: 152px var(--spacing-md);
  }
}
@media print, screen and (max-width: 1024px) {
  .topCompany_inner {
    padding-bottom: calc(360px + var(--spacing-xxl));
    justify-content: center;
  }
}
.topCompany_main {
  position: relative;
  z-index: 5;
  width: 732px;
  margin-left: auto;
}
@media print, screen and (max-width: 1024px) {
  .topCompany_main {
    max-width: 36em;
    margin: 0 auto;
  }
}
.topCompany_header {
  margin: 0 0 var(--spacing-xxl);
}
.topCompany_heading {
  color: rgb(var(--color-text-primary));
  font-size: clamp(25px, 1.29rem + 0.568vw, 28px);
  line-height: 1.6;
}
.topCompany_heading span {
  font-size: clamp(32px, 1.091rem + 1.894vw, 42px);
  line-height: 1.2;
  background: linear-gradient(transparent 50%, rgb(var(--color-bg-primary-hover)) 60%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
}
.topCompany_heading span.is-active {
  background-size: 100% 100%;
}
.topCompany_text {
  display: block;
  font-weight: 400;
  font-size: clamp(18px, 0.943rem + 0.379vw, 20px);
  line-height: 1.73;
  margin: var(--spacing-xxl) 0;
}
@media print, screen and (min-width: 1025px) {
  .topCompany_text {
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  .topCompany_text {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.topCompany_image {
  position: absolute;
  top: 0;
  right: 50%;
  width: 980px;
  transform: rotate(5.828deg);
  justify-content: center;
  align-items: center;
  aspect-ratio: 127/87;
  box-shadow: 0 24.266px 72.799px 0 rgba(0, 0, 0, 0.15);
  margin: 0;
}
.topCompany_image img {
  border: 16px solid #FFF;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 1024px) {
  .topCompany_image {
    top: auto;
    right: 50%;
    bottom: 70px;
    width: 392px;
    margin-right: -196px;
  }
  .topCompany_image img {
    border-width: 6px;
  }
}
@media print, screen and (max-width: 767px) {
  .topCompany_image {
    margin-left: -40px;
    margin-right: -156px;
  }
}
.topCompany_button {
  text-align: center;
}
.topCompany_bgLeaf01 {
  position: absolute;
  top: 30px;
  left: calc(50% + 6.4vw);
  width: 96px;
  height: auto;
  z-index: 200;
  transform-origin: 0 30px;
  opacity: 0;
}
@media print, screen and (max-width: 1024px) {
  .topCompany_bgLeaf01 {
    top: clamp(5px, -4.375rem + 9.766vw, 30px);
    left: clamp(200px, -6.25rem + 39.063vw, 300px);
    width: clamp(67px, -3.063rem + 11.328vw, 96px);
  }
}
@media print, screen and (max-width: 767px) {
  .topCompany_bgLeaf01 {
    top: 5px;
    left: clamp(30px, -8.263rem + 43.257vw, 200px);
  }
}
.topCompany_bgLeaf02 {
  position: absolute;
  left: calc(50% + 28.65vw);
  bottom: -30px;
  width: 126px;
  height: auto;
  z-index: 200;
  transform-origin: 100% 0;
  opacity: 1;
}
@media print, screen and (max-width: 767px) {
  .topCompany_bgLeaf02 {
    right: 5vw;
    width: 88px;
  }
}

/*=============================================

	recruitHeroパーツ

==============================================*/
.recruitHero {
  position: relative;
  background: rgb(var(--color-bg-primary-sub));
  overflow: hidden;
  z-index: 12;
}
.recruitHero_inner {
  position: relative;
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 48px 0;
  box-sizing: content-box;
  min-height: clamp(272px, 9.101rem + 33.703vw, 728px);
}
@media print, screen and (max-width: 1024px) {
  .recruitHero_inner {
    min-height: 272px;
    padding-top: 24px;
    padding-bottom: 122px;
  }
}
.recruitHero_head {
  position: absolute;
  left: 0;
  bottom: clamp(16px, -0.916rem + 8.177vw, 90px);
  z-index: 5;
  padding: 0 var(--spacing-md);
}
.recruitHero_title {
  margin: 0 0 8px;
  color: #FFF;
  font-size: clamp(26px, 1.107rem + 2.21vw, 46px);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media print, screen and (max-width: 1024px) {
  .recruitHero_title {
    margin-bottom: 12px;
  }
}
.recruitHero_lead {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  font-weight: bold;
  font-size: clamp(22px, 0.753rem + 2.652vw, 46px);
  line-height: 1.6;
}
.recruitHero_lead > span {
  width: -moz-fit-content;
  width: fit-content;
  background: #FFF;
  border-radius: 8px;
  padding: var(--spacing-xxxs) 0 var(--spacing-xxxs) var(--spacing-lg);
}
@media print, screen and (max-width: 1024px) {
  .recruitHero_lead {
    gap: 10px 0;
  }
  .recruitHero_lead > span {
    padding-left: 8px;
    border-radius: 6px;
  }
}
.recruitHero_gallery {
  position: absolute;
  top: 0;
  left: 0;
  padding: 48px 0;
}
@media print, screen and (max-width: 1024px) {
  .recruitHero_gallery {
    padding: 24px 0;
  }
}

.recruitHero .js-animation-up {
  opacity: 0;
  transform: translateY(120%);
  transition: all 1s ease;
}

.recruitHero .is-active.js-animation-up {
  opacity: 1;
  transform: translateY(0);
}

.recruitHero_view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100%;
}

.recruitHero_gallery {
  position: relative;
  display: flex;
  gap: 24px;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
@media print, screen and (max-width: 1024px) {
  .recruitHero_gallery {
    gap: 8px;
  }
}

.recruitHero_galleryUnit {
  display: grid;
  min-width: clamp(0px, 93.75vw, 1186px);
  height: clamp(272px, 9.101rem + 33.703vw, 728px);
  overflow: hidden;
  gap: 24px;
  grid-template-columns: calc((100% - 72px) * 0.193877551) calc((100% - 72px) * 0.193877551) calc((100% - 72px) * 0.306122449) calc((100% - 72px) * 0.306122449);
  grid-template-rows: 1fr auto;
}
@media print, screen and (max-width: 1024px) {
  .recruitHero_galleryUnit {
    width: 447px;
    height: 272px;
    min-width: 447px;
    gap: 8px;
    grid-template-columns: 115px 115px 1fr;
    grid-template-rows: 147px 115px;
  }
}

.recruitHero_galleryItem {
  border-radius: 32px;
  overflow: hidden;
}
@media print, screen and (max-width: 1024px) {
  .recruitHero_galleryItem {
    border-radius: 16px;
  }
}

/* 配置指定は既存のまま（PC/SPで共通のレイアウト） */
.recruitHero_galleryUnit .recruitHero_galleryItem:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media print, screen and (max-width: 1024px) {
  .recruitHero_galleryUnit .recruitHero_galleryItem:nth-child(1) {
    width: 239px;
    height: 147px;
  }
}

.recruitHero_galleryUnit .recruitHero_galleryItem:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
  aspect-ratio: 1/1;
}
@media print, screen and (max-width: 1024px) {
  .recruitHero_galleryUnit .recruitHero_galleryItem:nth-child(2) {
    width: 115px;
    height: 115px;
    aspect-ratio: auto; /* 固定pxにするので無効化 */
  }
}

.recruitHero_galleryUnit .recruitHero_galleryItem:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
  aspect-ratio: 1/1;
}
@media print, screen and (max-width: 1024px) {
  .recruitHero_galleryUnit .recruitHero_galleryItem:nth-child(3) {
    width: 115px;
    height: 115px;
    aspect-ratio: auto;
  }
}

.recruitHero_galleryUnit .recruitHero_galleryItem:nth-child(4) {
  grid-column: 3/5;
  grid-row: 1/3;
}
@media print, screen and (max-width: 1024px) {
  .recruitHero_galleryUnit .recruitHero_galleryItem:nth-child(4) {
    width: 198px;
    height: 272px;
  }
}

.recruitHero_galleryUnit:nth-child(even) {
  grid-template-rows: auto 1fr;
}
@media print, screen and (max-width: 1024px) {
  .recruitHero_galleryUnit:nth-child(even) {
    grid-template-rows: 115px 147px;
  }
}

.recruitHero_galleryUnit:nth-child(even) .recruitHero_galleryItem:nth-child(1) {
  grid-row: 2/3;
}

.recruitHero_galleryUnit:nth-child(even) .recruitHero_galleryItem:nth-child(2) {
  grid-row: 1/2;
}

.recruitHero_galleryUnit:nth-child(even) .recruitHero_galleryItem:nth-child(3) {
  grid-row: 1/2;
}

/* 画像フィット共通 */
.recruitHero_galleryItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}

/*=============================================

  top Message

==============================================*/
.topMessage {
  position: relative;
  z-index: 10;
}
.topMessage_inner {
  box-sizing: content-box;
  max-width: 1488px;
  margin: 0 auto;
  padding: var(--spacing-xxxl) var(--spacing-md);
}
@media print, screen and (min-width: 1025px) {
  .topMessage_inner {
    padding: 100px var(--spacing-md) 130px;
  }
}
@media print, screen and (max-width: 1024px) {
  .topMessage_inner {
    padding-bottom: calc(360px + var(--spacing-xxl));
    justify-content: center;
  }
}
.topMessage_main {
  position: relative;
  z-index: 5;
  width: 732px;
  margin-left: auto;
}
@media print, screen and (max-width: 1024px) {
  .topMessage_main {
    max-width: 36em;
    width: auto;
    margin: 0 auto;
  }
}
.topMessage_header {
  margin: 0 0 var(--spacing-xxl);
  text-align: center;
}
.topMessage_icon {
  display: block;
}
.topMessage_icon img {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}
.topMessage_sub {
  display: block;
  font-weight: 600;
  color: rgb(var(--color-bg-primary-sub));
  font-family: "Fredoka", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  font-size: clamp(60px, 0.114rem + 7.576vw, 100px);
  line-height: 0.9;
  letter-spacing: 2px;
}
.topMessage_heading {
  margin: var(--spacing-lg) 0 0;
  display: block;
  font-size: clamp(32px, 1.636rem + 0.758vw, 36px);
  line-height: 1.6;
}
.topMessage_text {
  display: block;
  font-weight: 400;
  font-size: clamp(18px, 0.943rem + 0.379vw, 20px);
  line-height: 1.73;
  margin: var(--spacing-xxl) 0;
}
@media print, screen and (min-width: 1025px) {
  .topMessage_text {
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  .topMessage_text {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.topMessage_image {
  position: absolute;
  top: 0;
  right: 50%;
  width: 980px;
  transform: rotate(5.828deg);
  aspect-ratio: 127/87;
  box-shadow: 0 24.266px 72.799px 0 rgba(0, 0, 0, 0.15);
  margin: 0;
}
.topMessage_image img {
  border: 16px solid #FFF;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1380px) {
  .topMessage_image {
    right: 60%;
  }
}
@media print, screen and (max-width: 1024px) {
  .topMessage_image {
    top: auto;
    right: 50%;
    bottom: 70px;
    width: 392px;
    margin-right: -196px;
  }
  .topMessage_image img {
    border-width: 6px;
  }
}
@media print, screen and (max-width: 767px) {
  .topMessage_image {
    margin-left: -40px;
    margin-right: -156px;
  }
}
.topMessage_buttonGroup {
  margin-top: var(--spacing-xxl);
  text-align: center;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
/*=============================================

  top Environment

==============================================*/
.topEnvironment {
  overflow: hidden;
}
.topEnvironment_inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1488px;
  margin: 0 auto;
  padding: var(--spacing-xxl) var(--spacing-md) var(--spacing-xxxl);
  display: flex;
}
@media print, screen and (min-width: 1025px) {
  .topEnvironment_inner {
    padding: 126px var(--spacing-md) var(--spacing-xxxl);
    min-height: 675px;
  }
}
@media print, screen and (max-width: 1024px) {
  .topEnvironment_inner {
    padding-bottom: calc(360px + var(--spacing-xxl));
    justify-content: center;
  }
}
.topEnvironment_header {
  margin: 0 0 var(--spacing-xs);
}
.topEnvironment_headIcon {
  display: block;
  margin: 0 0 8px;
  text-align: center;
}
.topEnvironment_headIcon img {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}
.topEnvironment_title {
  margin: 0;
  font-size: clamp(20px, 0.523rem + 1.515vw, 28px);
  text-align: center;
}
.topEnvironment_subTitle {
  display: block;
  white-space: nowrap;
  font-weight: 600;
  color: rgb(var(--color-bg-primary-sub));
  font-family: "Fredoka", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  font-size: clamp(50px, -0.511rem + 7.576vw, 90px);
  line-height: 0.9;
  letter-spacing: 2px;
  z-index: -1;
  text-align: center;
}
.topEnvironment_main {
  position: relative;
  z-index: 5;
  width: 50%;
  max-width: 652px;
}
@media print, screen and (max-width: 1024px) {
  .topEnvironment_main {
    width: auto;
  }
}
.topEnvironment_list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #C2C2C2;
}
.topEnvironment_listItem {
  border-bottom: 1px solid #C2C2C2;
}
.topEnvironment_listItem a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 var(--spacing-md);
  padding: var(--spacing-lg);
  transition: var(--animation-hover);
}
@media (any-hover: hover) {
  .topEnvironment_listItem a:hover {
    background: rgb(var(--color-bg-secondary-hover));
  }
  .topEnvironment_listItem a:hover .topEnvironment_contents:after {
    box-shadow: 0 0 0 5px rgb(var(--color-bg-primary));
  }
}
@media print, screen and (max-width: 767px) {
  .topEnvironment_listItem a {
    padding: var(--spacing-md) 0;
  }
}
.topEnvironment_contents {
  position: relative;
  width: 100%;
  font-size: clamp(20px, 0.795rem + 0.947vw, 25px);
  line-height: 1.75;
  font-weight: bold;
  transition: var(--animation-hover);
}
.topEnvironment_contents::after {
  content: "\f00a";
  display: inline-block;
}
.topEnvironment_contents::after {
  position: absolute;
  top: 50%;
  right: var(--spacing-lg);
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
  color: #FFF;
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
  transition: var(--animation-hover);
  text-align: center;
  box-shadow: 0 0 0 0 rgb(var(--color-bg-primary));
  margin-top: -12px;
}
@media print, screen and (max-width: 767px) {
  .topEnvironment_contents {
    padding-right: 40px;
  }
  .topEnvironment_contents:after {
    right: 8px;
  }
}
.topEnvironment_thumbnail {
  flex: 0 0 100px;
  margin: 0;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  transition: var(--animation-hover);
}
.topEnvironment_thumbnail img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.topEnvironment_image {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 980px;
  transform: translateY(0) rotate(-5.828deg);
  justify-content: center;
  align-items: center;
  transform-origin: center;
  aspect-ratio: 127/87;
  box-shadow: 0 24.266px 72.799px 0 rgba(0, 0, 0, 0.15);
  margin: 0;
}
.topEnvironment_image img {
  border: 16px solid #FFF;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 1024px) {
  .topEnvironment_image {
    top: auto;
    left: 50%;
    bottom: 70px;
    width: 392px;
    margin-left: -196px;
    transform: translateY(0) rotate(-5.828deg);
  }
  .topEnvironment_image img {
    border-width: 6px;
  }
}
@media print, screen and (max-width: 767px) {
  .topEnvironment_image {
    margin-right: -40px;
    margin-left: -156px;
  }
}
.topEnvironment_button {
  margin: 40px 0 0;
  text-align: center;
}

/*=============================================

  top Entry

==============================================*/
.topEntry {
  position: relative;
  z-index: 10;
  background: rgb(var(--color-bg-primary-sub));
}
.topEntry_inner {
  position: relative;
  box-sizing: content-box;
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: var(--spacing-xxl) var(--spacing-md) var(--spacing-xxxl);
}
@media print, screen and (min-width: 1025px) {
  .topEntry_inner {
    padding: var(--spacing-xxxl) var(--spacing-md);
  }
}
.topEntry_inner:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: url(../images/bg-leaf.svg) no-repeat -20% 0;
  background-size: 100% auto;
  width: 444px;
  height: 298px;
  animation: fuwafuwa2 3s ease-in-out infinite alternate;
}
@media print, screen and (max-width: 1024px) {
  .topEntry_inner:before {
    width: 222px;
    height: 298px;
  }
}
.topEntry_header {
  position: relative;
  margin: 0 0 50px;
}
@media print, screen and (max-width: 767px) {
  .topEntry_header {
    padding-top: 50px;
  }
}
.topEntry_sub {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-weight: 600;
  color: #FFF;
  font-family: "Fredoka", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  font-size: clamp(60px, 0.114rem + 7.576vw, 100px);
  line-height: 0.9;
  letter-spacing: 2px;
  z-index: -1;
}
.topEntry_heading {
  margin: 0;
  display: block;
  color: rgb(var(--color-text-primary));
  font-size: clamp(32px, 1.636rem + 0.758vw, 36px);
  line-height: 1.6;
}
.topEntry_description {
  margin: 0;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.62;
}
.topEntry_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: calc((100% - 24px) / 2) calc((100% - 24px) / 2);
  grid-template-rows: auto auto;
  gap: 24px;
  transition: var(--animation-hover);
}
@media print, screen and (max-width: 1024px) {
  .topEntry_list {
    display: flex;
    flex-direction: column;
  }
}
.topEntry_listItem:has(.topEntry_link-vertical) {
  grid-row: span 2;
}
.topEntry_link {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: var(--bdr-lg);
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: var(--animation-hover);
}
.topEntry_link-vertical {
  height: 100%;
  align-items: flex-start;
  flex-direction: column;
}
.topEntry_link-vertical .topEntry_thumbnail {
  width: 100%;
  aspect-ratio: 630/260;
}
.topEntry_link-horizontal .topEntry_thumbnail {
  flex-shrink: 0;
  width: 36.16%;
  max-width: 230px;
  aspect-ratio: 230/168;
}
@media print, screen and (max-width: 1024px) {
  .topEntry_link-horizontal .topEntry_title {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (any-hover: hover) {
  .topEntry_link:hover {
    background: rgb(var(--color-bg-primary-hover));
  }
  .topEntry_link:hover .topEntry_title:after {
    box-shadow: 0 0 0 5px rgb(var(--color-bg-primary));
  }
}
.topEntry_thumbnail {
  display: block;
  height: 100%;
  overflow: hidden;
}
.topEntry_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}
.topEntry_title {
  position: relative;
  width: 100%;
  padding: var(--spacing-md) 58px var(--spacing-md) var(--spacing-lg);
  font-weight: bold;
  font-size: clamp(20px, 0.945rem + 1.303vw, 32px);
  line-height: 1.2;
}
.topEntry_title::after {
  content: "\f00a";
  display: inline-block;
}
.topEntry_title::after {
  position: absolute;
  top: 50%;
  right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translate(50%, -50%);
  font-size: 13px;
  line-height: 13px;
  color: rgb(var(--color-text-white));
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
  transition: var(--animation-hover);
  box-shadow: 0 0 0 0 rgb(var(--color-bg-primary));
}

@keyframes fuwafuwa2 {
  0% {
    transform: translate(-40%, 0) rotate(4deg);
  }
  50% {
    transform: translate(-40%, -7px) rotate(0deg);
  }
  100% {
    transform: translate(-40%, 0) rotate(-4deg);
  }
}
@media print, screen and (max-width: 1024px) {
  @keyframes fuwafuwa2 {
    0% {
      transform: translate(0, 0) rotate(4deg);
    }
    50% {
      transform: translate(0, -7px) rotate(0deg);
    }
    100% {
      transform: translate(0, 0) rotate(-4deg);
    }
  }
}
/*=============================================

  top Entry

==============================================*/
.topWorks {
  position: relative;
  z-index: 10;
}
.topWorks_inner {
  position: relative;
  box-sizing: content-box;
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: var(--spacing-xxl) var(--spacing-md) var(--spacing-xxxl);
}
@media print, screen and (min-width: 1025px) {
  .topWorks_inner {
    padding: var(--spacing-xxxl) var(--spacing-md);
  }
}
.topWorks_header {
  position: relative;
  margin: 0 0 50px;
}
@media print, screen and (max-width: 767px) {
  .topWorks_header {
    padding-top: 50px;
  }
}
.topWorks_sub {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-weight: 600;
  color: rgb(var(--color-bg-primary-sub));
  font-family: "Fredoka", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  font-size: clamp(60px, 0.114rem + 7.576vw, 100px);
  line-height: 0.9;
  letter-spacing: 2px;
  z-index: -1;
}
.topWorks_heading {
  margin: 0;
  display: block;
  color: rgb(var(--color-text-primary));
  font-size: clamp(32px, 1.636rem + 0.758vw, 36px);
  line-height: 1.6;
}
.topWorks_description {
  margin: 0;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.62;
}
.topWorks_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media print, screen and (max-width: 767px) {
  .topWorks_list {
    flex-direction: column;
  }
}
.topWorks_listItem {
  width: calc((100% - 48px) / 3);
}
@media print, screen and (max-width: 1024px) {
  .topWorks_listItem {
    width: calc((100% - 24px) / 2);
  }
}
@media print, screen and (max-width: 767px) {
  .topWorks_listItem {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
.topWorks_link {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border-radius: var(--bdr-lg);
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  height: 100%;
  transition: var(--animation-hover);
}
@media (any-hover: hover) {
  .topWorks_link:hover {
    background: rgb(var(--color-bg-primary-hover));
  }
  .topWorks_link:hover .topWorks_title:after {
    box-shadow: 0 0 0 5px rgb(var(--color-bg-primary));
  }
}
.topWorks_thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 630/260;
  overflow: hidden;
}
.topWorks_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}
.topWorks_title {
  position: relative;
  width: 100%;
  padding: var(--spacing-md) 58px var(--spacing-md) var(--spacing-lg);
  font-weight: bold;
  font-size: clamp(20px, 1.123rem + 0.543vw, 25px);
  line-height: 1.2;
}
.topWorks_title::after {
  content: "\f00a";
  display: inline-block;
}
.topWorks_title::after {
  position: absolute;
  top: 50%;
  right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translate(50%, -50%);
  font-size: 13px;
  line-height: 13px;
  color: rgb(var(--color-text-white));
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
  transition: var(--animation-hover);
  box-shadow: 0 0 0 0 rgb(var(--color-bg-primary));
}
.topWorks_subTitle {
  margin-left: 4px;
  font-size: 72%;
}
.topWorks_button {
  margin: 65px 0 0;
  text-align: center;
}

/*=============================================

  top Interview

==============================================*/
.topInterview {
  position: relative;
  z-index: 10;
  background: rgb(252, 247, 239);
}
.topInterview_inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1728px;
  margin: 0 auto;
  padding: var(--spacing-xxl) 0 var(--spacing-xxxl);
}
@media print, screen and (min-width: 1025px) {
  .topInterview_inner {
    padding: var(--spacing-xxxl) 0;
  }
}
.topInterview_header {
  position: relative;
  margin: 0 auto 50px;
  padding: 0 var(--spacing-md);
  max-width: var(--container-wide);
  box-sizing: content-box;
}
@media print, screen and (max-width: 767px) {
  .topInterview_header {
    padding-top: 50px;
  }
}
.topInterview_sub {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-weight: 600;
  color: #FFF;
  font-family: "Fredoka", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  font-size: clamp(60px, 0.114rem + 7.576vw, 100px);
  line-height: 0.9;
  letter-spacing: 2px;
  z-index: -1;
}
.topInterview_heading {
  margin: 0;
  display: block;
  color: rgb(var(--color-text-primary));
  font-size: clamp(32px, 1.636rem + 0.758vw, 36px);
  line-height: 1.6;
}
.topInterview_description {
  margin: 0;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.62;
}
.topInterview_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.topInterview_listItem {
  width: 315px;
}
@media print, screen and (max-width: 1024px) {
  .topInterview_listItem {
    width: 233px;
  }
}
.topInterview_link {
  display: block;
}
@media print and (any-hover: hover), screen and (min-width: 1025px) and (any-hover: hover) {
  .topInterview_link:hover .topInterview_thumbnail img {
    transform: scale(1.038);
  }
}
.topInterview_contents {
  padding: var(--spacing-lg);
}
@media print, screen and (max-width: 1024px) {
  .topInterview_contents {
    padding: 10px 16px;
  }
}
.topInterview_thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 316/420;
  overflow: hidden;
  border-radius: 12px;
}
.topInterview_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  transition: var(--animation-hover);
}
@media print, screen and (max-width: 1024px) {
  .topInterview_thumbnail {
    height: 320px;
  }
}
.topInterview_lead {
  position: relative;
  margin: 0;
  padding-bottom: var(--spacing-lg);
  font-weight: bold;
  font-size: clamp(16px, 0.636rem + 0.758vw, 20px);
  line-height: 1.6;
}
.topInterview_lead:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  content: "";
  width: 72px;
  height: 2px;
  background: rgb(var(--color-bg-primary));
}
@media print, screen and (max-width: 1024px) {
  .topInterview_lead {
    padding-bottom: 11px;
  }
}
.topInterview_details {
  margin: var(--spacing-lg) 0 0;
}
@media print, screen and (max-width: 1024px) {
  .topInterview_details {
    margin-top: 11px;
  }
}
.topInterview_name {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.22;
  margin-bottom: var(--spacing-xs);
}
.topInterview_post {
  display: block;
  color: rgb(var(--color-text-sub));
  font-size: 1rem;
  line-height: 1.22;
}
.topInterview_button {
  margin: var(--spacing-xxl) 0 0;
  text-align: center;
}
.topInterview_button .c-button {
  padding-left: var(--spacing-xxxl);
  padding-right: var(--spacing-xxxl);
}
.topInterview .js-carousel_prev,
.topInterview .js-carousel_next {
  top: 175px;
  margin-top: 0;
}
@media print, screen and (max-width: 1024px) {
  .topInterview .js-carousel_prev,
  .topInterview .js-carousel_next {
    top: 140px;
  }
}

/*=============================================

	heading パーツ

==============================================*/
.headingA {
  margin-bottom: var(--spacing-lg);
  padding: var(--spacing-lg) 0;
  border-bottom: 3px dotted rgb(var(--brand-pink)/0.8);
  font-size: clamp(25px, 0.906rem + 1.367vw, 32px);
  line-height: 1.5;
}

.headingB {
  position: relative;
  margin-bottom: var(--spacing-lg);
  padding: var(--spacing-md) var(--spacing-xxs);
  border-bottom: 2px solid rgb(var(--color-border-default));
  font-size: clamp(22px, 1.094rem + 0.586vw, 25px);
}
.headingB:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  background: rgb(var(--color-bg-primary));
}

.headingC {
  margin-bottom: var(--spacing-lg);
  padding: var(--spacing-xxs) var(--spacing-xxs) var(--spacing-xxs) var(--spacing-md);
  border-left: 3px solid rgb(var(--color-border-primary));
  font-size: clamp(20px, 1.063rem + 0.391vw, 22px);
}

.simpleHeadingA {
  margin-bottom: var(--spacing-xxl);
  font-size: clamp(32px, 1.625rem + 0.781vw, 36px);
  line-height: 1.5;
}
@media print, screen and (max-width: 767px) {
  .simpleHeadingA {
    text-align: center;
  }
}

.simpleHeadingB {
  margin-bottom: var(--spacing-xxl);
  font-size: clamp(25px, 0.906rem + 1.367vw, 32px);
  line-height: 1.5;
}

.simpleHeadingC {
  margin: 0 0 var(--spacing-lg);
  font-size: clamp(22px, 1.094rem + 0.586vw, 25px);
  line-height: 1.5;
}

.simpleHeadingD {
  margin: 0 0 var(--spacing-lg);
  font-size: 1.375rem;
  line-height: 1.62;
}

/*=============================================

	leadAパーツ

==============================================*/
.leadA {
  margin: 0 0 var(--spacing-sm);
  font-weight: bold;
  font-size: clamp(28px, 1.375rem + 0.781vw, 32px);
  line-height: 1.5;
}

/*=============================================

	leadBパーツ

==============================================*/
.leadB {
  margin: 0 0 var(--spacing-sm);
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.62;
}

/*=============================================

	movieパーツ

==============================================*/
.movie {
  position: relative;
  aspect-ratio: 16/9;
}
.movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 0;
}

/*=============================================

	buttonGroupパーツ

==============================================*/
.buttonGroup {
  display: flex;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  justify-content: center;
  gap: var(--spacing-lg) var(--spacing-lg);
  margin-bottom: var(--spacing-lg) !important;
}
.buttonGroup:has(> .wp-block-column:nth-child(3):last-child) .wp-block-column {
  flex: inherit !important;
}
.buttonGroup .wp-block-column .wp-block-buttons {
  align-items: stretch !important;
  height: 100%;
}
@media print, screen and (max-width: 767px) {
  .buttonGroup {
    flex-direction: column;
    margin-bottom: var(--spacing-xs) !important;
    gap: var(--spacing-xs) !important;
  }
}
.buttonGroup-2col {
  flex-wrap: nowrap;
}
.buttonGroup + .buttonGroup {
  margin-top: var(--spacing-lg);
}
@media print, screen and (max-width: 767px) {
  .buttonGroup + .buttonGroup {
    margin-top: var(--spacing-xs) !important;
  }
}

/*=============================================

	columnsパーツ

==============================================*/
.columns {
  display: flex;
  gap: var(--spacing-xxl);
}
@media print, screen and (min-width: 768px) {
  .columns_col {
    width: calc((100% - 40px) / 2);
  }
}
.columns_col > *:first-child {
  margin-top: 0;
}
.columns_col-order1 {
  order: 1;
}
.columns_col-order2 {
  order: 2;
}
.columns-product {
  margin: var(--spacing-lg) 0;
  gap: var(--spacing-lg);
}
.columns-product .columns_col:has(> img) {
  text-align: center;
}
.contents .columns-product .columns_col:has(> img) > img {
  margin: 0 0 24px;
}
@media print, screen and (max-width: 767px) {
  .columns-product {
    margin: 40px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .columns {
    display: block;
  }
}

.modal_text {
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .modal_text {
    text-align: left;
  }
}
.modal_info {
  margin-top: var(--spacing-xs);
  display: flex;
  align-items: center;
  padding: var(--spacing-sm) var(--spacing-lg);
  border-radius: var(--bdr-md);
  border: 1px solid rgb(var(--color-border-default));
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1.4;
}
.modal_info:after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  min-height: 36px;
  border-right: 1px dashed rgb(var(--color-border-default));
  transform: translateX(-50%);
  margin: 0 var(--spacing-lg);
  order: 1;
}
@media print, screen and (max-width: 767px) {
  .modal_info {
    width: 100%;
    flex-direction: column;
    padding: var(--spacing-md) var(--spacing-md) 0;
  }
  .modal_info:after {
    margin: var(--spacing-md) 0 0;
    width: 100%;
    height: 1px;
    min-height: 1px;
    border: none;
    border-top: 1px dashed rgb(var(--color-border-default));
    transform: translate(0, -50%);
  }
}
.modal_infoTitle {
  position: relative;
  order: 0;
  font-weight: 500;
}
.modal_infoPhone {
  order: 2;
  color: rgb(var(--color-text-primary));
}
.modal_infoPhone a {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.modal_infoPhone a::before {
  content: "\f001";
  display: inline-block;
}
.modal_infoPhone a::before {
  font-size: 24px;
  line-height: 1;
  color: currentColor;
}
@media print, screen and (max-width: 767px) {
  .modal_infoPhone {
    width: 100%;
  }
  .modal_infoPhone a {
    justify-content: center;
    width: 100%;
    padding: var(--spacing-md);
  }
}
.modal_body > *:first-child {
  margin-top: 0;
}

/*=============================================

	pageTitleパーツ

==============================================*/
.pageTitle {
  position: relative;
  background: rgb(var(--color-bg-sub-brown));
  margin: 0 0 var(--spacing-xxxl);
}
.pageTitle_inner {
  box-sizing: content-box;
  max-width: var(--container-default);
  margin: 0 auto;
  padding: 0 var(--spacing-md);
  display: flex;
  align-items: center;
  min-height: 128px;
}
@media print, screen and (min-width: 1025px) {
  .pageTitle_inner {
    margin-bottom: var(--spacing-xxxl);
    min-height: 208px;
  }
}
.pageTitle_title {
  margin: 0;
  width: 100%;
  font-weight: bold;
  font-size: clamp(32px, 0.688rem + 2.734vw, 46px);
  line-height: 1.5;
  text-align: center;
}
.pageTitle_bgLeaf {
  position: absolute;
  left: 10.82vw;
  bottom: -50px;
  width: 145px;
}
@media print, screen and (max-width: 1024px) {
  .pageTitle_bgLeaf {
    bottom: -37px;
    width: 100px;
  }
}
@media print, screen and (max-width: 767px) {
  .pageTitle_bgLeaf {
    left: 0;
  }
}

/*=============================================

	relatedLinksパーツ

==============================================*/
.relatedLinks {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 0 var(--spacing-xxl);
  padding: 0;
  gap: var(--spacing-lg);
}
@media print, screen and (max-width: 767px) {
  .relatedLinks {
    max-width: 462px;
    margin: 0 auto;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  .relatedLinks_item {
    width: calc((100% - var(--spacing-lg)) / 2);
  }
}
.relatedLinks_item > .relatedLink {
  margin: 0;
}

/*=============================================

	relatedLinkパーツ

==============================================*/
.relatedLink {
  display: flex;
  align-items: stretch;
  gap: 0 var(--spacing-md);
  background: #fff;
  border-radius: var(--bdr-xl);
  overflow: hidden;
  max-width: 462px;
  width: 100%;
}
@media (any-hover: hover) {
  .relatedLink:hover {
    background: rgba(var(--color-bg-primary-hover)/0.8);
  }
  .relatedLink:hover .relatedLink_title:after {
    box-shadow: 0 0 0 5px rgb(var(--color-bg-primary));
  }
}
.relatedLink_thumbnail {
  position: relative;
  width: 136px;
  flex: 0 0 136px;
  margin: 0;
}
.relatedLink_thumbnail img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.relatedLink_main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--spacing-sm) 0;
}
.relatedLink_title {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 0 var(--spacing-xxl) 0 0;
  font-weight: bold;
  color: rgb(var(--color-text-primary));
  font-size: 1rem;
  line-height: 1.5;
  transition: var(--animation-hover);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media print, screen and (min-width: 1025px) {
  .relatedLink_title {
    line-height: 1.875;
  }
}
.relatedLink_title::after {
  content: "\f00a";
  display: inline-block;
}
.relatedLink_title::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 16px;
  vertical-align: middle;
  transform: translateY(-50%);
  color: #FFF;
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
  transition: var(--animation-hover);
  text-align: center;
  box-shadow: 0 0 0 0 rgb(var(--color-bg-primary));
}
.article .relatedLink_title > a {
  color: rgb(var(--color-text-primary));
  text-decoration: none;
}
.relatedLink_text {
  margin: var(--spacing-md) 0 0;
  padding-right: var(--spacing-md);
  font-size: 1rem;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/*=============================================

	notFoundパーツ

==============================================*/
.notFound {
  margin: 0 0 clamp(32px, -2.125rem + 8.594vw, 76px);
  text-align: center;
}
.notFound_image {
  position: relative;
  margin: 0 auto var(--spacing-md);
  width: clamp(120px, -3.75rem + 23.438vw, 240px);
}
.notFound_leaf {
  transform-origin: 0 30px;
}
.notFound_heading {
  margin: 0 0 clamp(32px, 1.25rem + 1.563vw, 40px);
  color: rgb(var(--color-text-sub));
  font-weight: 600;
  font-family: "Fredoka", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  font-size: clamp(50px, -1.563rem + 9.766vw, 100px);
}
.notFound_lead {
  margin: 0 0 12px;
  font-weight: bold;
  font-size: clamp(22px, 0.813rem + 1.172vw, 28px);
  line-height: 1.62;
}
.notFound_text {
  margin: 0 0 clamp(32px, 1.25rem + 1.563vw, 40px);
  font-size: clamp(16px, 0.625rem + 0.781vw, 20px);
  line-height: 1.75;
}

/*=============================================

	pagelinksパーツ

==============================================*/
.pagelinks {
  margin: 0 0 var(--spacing-xxl);
  padding: var(--spacing-xs) 0;
}
@media print, screen and (max-width: 767px) {
  .pagelinks {
    padding: 0;
    margin-bottom: var(--spacing-sm);
  }
}
.pagelinks_toggle {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 15px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgb(var(--color-border-primary));
  font-weight: bold;
  color: rgb(var(--color-text-primary));
  font-size: 1.25rem;
  line-height: 1.4;
}
.pagelinks_toggle::after {
  content: "\f007";
  display: inline-block;
}
.pagelinks_toggle:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: rgb(var(--color-text-primary));
  margin-top: -12px;
  transition: var(--animation-hover);
  transform: rotate(0);
}
.pagelinks_toggle[aria-expanded=true]:after {
  transform: rotate(-180deg);
}
@media print, screen and (max-width: 767px) {
  .pagelinks_toggle {
    display: flex;
  }
}
.pagelinks_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--spacing-md);
}
@media print, screen and (max-width: 767px) {
  .pagelinks_list {
    display: none;
    border: solid rgb(var(--color-border-primary));
    border-width: 0 1px 1px;
    overflow: hidden;
    background: #fff;
  }
  .pagelinks_list.is-open {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .pagelinks_list li {
    border-top: 1px solid rgb(var(--color-border-primary));
  }
  .pagelinks_list li:first-child {
    border-top: none;
  }
}
.pagelinks_list li a {
  display: block;
  font-weight: bold;
}
.pagelinks_list li a:not([class]) {
  color: rgb(var(--color-text-default));
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .pagelinks_list li a {
    display: block;
    padding: var(--spacing-xxs) var(--spacing-md);
    font-size: 1rem;
    line-height: 1.22;
    border-radius: var(--bdr-infinity);
    background: rgb(var(--color-bg-primary-sub));
    transition: var(--animation-hover);
  }
}
@media print and (any-hover: hover), screen and (min-width: 768px) and (any-hover: hover) {
  .pagelinks_list li a:hover {
    background-color: rgb(var(--color-bg-secondary-hover));
  }
}
@media print, screen and (max-width: 767px) {
  .pagelinks_list li a {
    font-size: 1.125rem;
    line-height: 1.22;
    padding: var(--spacing-xs) var(--spacing-xl);
  }
}
.pagelinks_list li:active a, .pagelinks_list li.current-cat a, .pagelinks_list li.is-current a {
  background-color: rgb(var(--color-bg-secondary-active));
}

/*=============================================

	informationパーツ

==============================================*/
.information_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.information_listItem > a {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--spacing-xs) var(--spacing-xl);
  padding: var(--spacing-md) 58px var(--spacing-md) var(--spacing-md);
  border-bottom: 2px dotted rgb(var(--color-border-default));
  transition: var(--animation-hover);
}
.information_listItem > a::after {
  content: "\f00a";
  display: inline-block;
}
.contents .information_listItem > a {
  color: rgb(var(--color-text-default));
  text-decoration: none;
}
.contents .information_listItem > a[target=_blank]::after {
  position: absolute;
  top: 50%;
  right: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(50%, -50%);
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  color: #FFF;
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
  transition: var(--animation-hover);
}
.information_listItem > a::after {
  position: absolute;
  top: 50%;
  right: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(50%, -50%);
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  color: #FFF;
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
  transition: var(--animation-hover);
}
.information_listItem > a[href$=".pdf"] .information_title:after {
  content: "PDF";
  display: inline-block;
  margin-left: 24px;
  background: #EEE;
  padding: 0 var(--spacing-xxs);
  border-radius: 2px;
  color: rgb(var(--color-text-default)) !important;
  font-size: 14px;
  line-height: 20px;
}
@media (any-hover: hover) {
  .information_listItem > a:hover::after {
    width: 34px;
    height: 34px;
  }
  .information_listItem > a:hover {
    border-bottom-color: rgb(var(--color-bg-primary));
  }
  .information_listItem > a:hover .information_label {
    background: rgb(var(--color-bg-secondary-hover));
  }
  .information_listItem > a:hover .information_title {
    color: rgb(var(--color-text-primary));
  }
}
@media print, screen and (max-width: 767px) {
  .information_listItem > a {
    flex-wrap: wrap;
    padding-left: 0;
  }
}
.information_date {
  min-width: 4.5em;
  white-space: nowrap;
  font-family: YakuHanRPs, "Zen Maru Gothic", "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.32;
}
.information_label {
  display: inline-block;
  padding: var(--spacing-xs) var(--spacing-md);
  font-size: 1rem;
  line-height: 1.25;
  background: rgb(var(--color-bg-primary-sub));
  border-radius: var(--bdr-xxl);
  font-weight: 500;
  text-align: center;
  transition: var(--animation-hover);
}
@media print, screen and (min-width: 768px) {
  .information_label {
    width: 193px;
    min-width: 193px;
  }
}
.information_title {
  font-size: 1.125rem;
  line-height: 1.75;
  transition: var(--animation-hover);
}
@media print, screen and (max-width: 767px) {
  .information_title {
    width: 100%;
    font-size: 1rem;
    line-height: 1.75;
  }
}
.information_button {
  margin: var(--spacing-xxl) 0 0;
  text-align: center;
}

/*=============================================

	sitemapパーツ

==============================================*/
@media print, screen and (min-width: 768px) {
  .sitemap {
    display: flex;
    gap: var(--spacing-lg);
  }
}
.sitemap_col + .sitemap_col {
  margin-top: 56px;
}
@media print, screen and (min-width: 768px) {
  .sitemap_col {
    width: calc((100% - var(--spacing-lg) * 2) / 3);
  }
  .sitemap_col + .sitemap_col {
    margin-top: 0;
  }
}
.sitemap_section + .sitemap_section {
  margin-top: 56px;
}
@media print, screen and (min-width: 1025px) {
  .sitemap_section + .sitemap_section {
    margin-top: var(--spacing-xxxl);
  }
}
.sitemap_title {
  position: relative;
  margin: 0;
}
.sitemap_title a {
  display: block;
  padding: var(--spacing-xs) var(--spacing-xxl) var(--spacing-xs) var(--spacing-sm);
  color: rgb(var(--color-text-primary));
  font-size: 1.5625rem;
  line-height: 1.45;
  text-decoration: none;
  transition: var(--animation-hover);
}
.sitemap_title a::after {
  content: "\f00a";
  display: inline-block;
}
@media (any-hover: hover) {
  .sitemap_title a:hover:after {
    box-shadow: 0 0 0 5px rgb(var(--color-bg-primary));
  }
}
.sitemap_title a:after {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
  color: #FFF;
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
  transition: var(--animation-hover);
  text-align: center;
  box-shadow: 0 0 0 0 rgb(var(--color-bg-primary));
  margin-top: -12px;
}
.sitemap_title a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: rgb(var(--color-bg-primary));
  transition: var(--animation-hover);
}
.contents .sitemap_title a {
  color: rgb(var(--color-text-primary));
  text-decoration: none;
}
.contents .sitemap_title a[target=_blank]:after {
  display: none;
}
@media (any-hover: hover) {
  .sitemap_title a:hover:before {
    height: 3px;
  }
}
.sitemap_links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap_links li {
  font-size: 1rem;
  line-height: 1.5;
}
.sitemap_links li a {
  position: relative;
  display: block;
  padding: var(--spacing-xs) var(--spacing-xxl) var(--spacing-xs) var(--spacing-xxs);
  border-bottom: 2px dotted rgb(var(--color-border-default));
  font-weight: bold;
  transition: var(--animation-hover);
}
.sitemap_links li a::after {
  content: "\f00a";
  display: inline-block;
}
.sitemap_links li a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  font-size: 10px;
  line-height: 16px;
  vertical-align: middle;
  color: rgb(var(--color-text-primary));
  background: rgb(var(--color-bg-secondary));
  border-radius: 50%;
  transition: var(--animation-hover);
  text-align: center;
  box-shadow: 0 0 0 0 rgb(var(--color-bg-secondary));
}
.contents .sitemap_links li a {
  color: inherit;
  text-decoration: none;
}
.contents .sitemap_links li a[target=_blank]:after {
  display: none;
}
@media (any-hover: hover) {
  .sitemap_links li a:hover {
    color: rgb(var(--color-text-primary));
    border-bottom-color: rgb(var(--color-border-primary));
  }
  .sitemap_links li a:hover:after {
    box-shadow: 0 0 0 5px rgb(var(--color-bg-secondary));
  }
}
.sitemap_links-2nd {
  border-bottom: 2px dotted rgb(var(--color-border-default));
}
.sitemap_links-2nd li a {
  padding-left: var(--spacing-lg);
  border-bottom: none;
}

/*=============================================

	philosophyパーツ

==============================================*/
.philosophy {
  margin: 0 0 var(--spacing-xxl);
}
.philosophy_item {
  position: relative;
  margin: 0 0 var(--spacing-xxl);
  padding: clamp(60px, 0.938rem + 5.859vw, 90px) clamp(20px, -0.625rem + 3.906vw, 40px) clamp(30px, 0.938rem + 1.953vw, 40px) clamp(32px, -4rem + 12.5vw, 96px);
  background: #FFF;
  border: 1px solid rgb(var(--color-border-primary));
  border-radius: var(--bdr-xl);
  overflow: hidden;
}
.article .philosophy_heading {
  margin: 0 0 var(--spacing-md);
  line-height: 1;
}
.philosophy_titleEn {
  position: absolute;
  top: 0;
  left: clamp(20px, 0.875rem + 0.781vw, 24px);
  color: #F8E5F2;
  font-family: "Fredoka", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  font-size: clamp(50px, 1.312rem + 7.735vw, 120px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  .philosophy_titleEn {
    top: 16px;
    white-space: nowrap;
  }
}
.philosophy_titleJa {
  position: relative;
  font-weight: bold;
  font-size: clamp(25px, 0.906rem + 1.367vw, 32px);
  line-height: 1.45;
  z-index: 2;
}
@media print, screen and (max-width: 767px) {
  .philosophy_titleJa {
    line-height: 1.3;
  }
}
.philosophy_text {
  position: relative;
  margin: 0;
  z-index: 2;
}
.article .philosophy_text {
  margin: 0;
}

/*=============================================

  indexList

==============================================*/
.indexList {
  position: relative;
}
.indexList_header {
  margin: 0 0 var(--spacing-xxl);
}
.indexList_heading {
  color: rgb(var(--color-text-darkgray));
}
.indexList_index {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 1025px) {
  .indexList_index {
    gap: 24px;
  }
}
@media print, screen and (max-width: 1024px) {
  .indexList_index {
    flex-direction: column;
    gap: var(--spacing-lg) 0;
    max-width: 470px;
    margin: 0 auto;
    gap: 8px;
  }
}
.indexList_indexItem {
  max-width: 414px;
  width: calc((100% - 48px) / 3);
}
@media print, screen and (max-width: 1024px) {
  .indexList_indexItem {
    width: 100%;
  }
}
.indexList_indexItem a {
  position: relative;
  display: block;
  padding: var(--spacing-lg) var(--spacing-lg) 19px;
}
.contents .indexList_indexItem a {
  color: inherit;
  text-decoration: none;
}
.contents .indexList_indexItem a[target=_blank]:after {
  display: none;
}
@media print and (any-hover: hover), screen and (min-width: 1025px) and (any-hover: hover) {
  .indexList_indexItem a:hover .indexList_thumbnail img {
    transform: scale(1.05);
  }
  .indexList_indexItem a:hover .indexList_title {
    border-bottom: 2px dotted currentColor;
  }
  .indexList_indexItem a:hover .indexList_title:after {
    box-shadow: 0 0 0 5px rgb(var(--color-bg-primary));
  }
}
@media print, screen and (max-width: 1024px) {
  .indexList_indexItem a {
    display: grid;
    grid-template-columns: minmax(0, min(34.6vw, 136px)) 1fr;
    grid-template-rows: auto auto;
    gap: 0 var(--spacing-md);
    background: #fff;
    padding: 0;
    border-radius: var(--bdr-xl);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
}
.indexList_catch {
  font-weight: bold;
  line-height: 1.4;
  z-index: 5;
}
@media print, screen and (min-width: 1025px) {
  .indexList_catch {
    display: block;
    margin-top: 12px;
    font-size: clamp(14px, -0.537rem + 2.206vw, 20px);
  }
}
@media print, screen and (max-width: 1024px) {
  .indexList_catch {
    display: block;
    padding: var(--spacing-md) 0 var(--spacing-xs);
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 1.125rem;
    line-height: 1.4;
    align-self: self-start;
  }
}
.indexList_thumbnail {
  margin: 0;
  aspect-ratio: 1/1;
  transition: var(--animation-hover);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.indexList_thumbnail img {
  transition: var(--animation-hover);
}
@media print, screen and (min-width: 1025px) {
  .indexList_thumbnail {
    border-radius: var(--bdr-xxl);
  }
  .indexList_thumbnail img {
    border-radius: var(--bdr-xxl);
  }
}
@media print, screen and (max-width: 1024px) {
  .indexList_thumbnail {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 136px;
    min-width: 136px;
    height: 100%;
  }
  .indexList_thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.indexList_title {
  position: relative;
  display: block;
  margin: var(--spacing-xs) 0 0;
  padding-right: 24px;
  color: rgb(var(--color-text-primary));
  font-weight: bold;
  font-size: clamp(18px, -0.522rem + 2.574vw, 25px);
  font-size: 25px;
  line-height: 1.5;
  transition: var(--animation-hover);
}
.indexList_title::after {
  content: "\f00a";
  display: inline-block;
}
.indexList_title {
  align-self: self-end;
  border-bottom: 2px dotted transparent;
}
.indexList_title::after {
  position: absolute;
  right: 0;
  bottom: 12.75px;
  bottom: 6.75px;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
  color: #fff;
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
  transition: var(--animation-hover);
  text-align: center;
  box-shadow: 0 0 0 0 rgb(var(--color-bg-primary));
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .indexList_title {
    font-size: 18px;
  }
  .indexList_title:after {
    bottom: 1.5px;
  }
}
@media print, screen and (max-width: 1024px) {
  .indexList_title {
    margin-top: 0;
    padding-bottom: 6px;
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 1rem;
    line-height: 1.22;
    padding: var(--spacing-xs) 40px var(--spacing-md) 0;
  }
  .indexList_title::after {
    position: absolute;
    top: auto;
    right: 16px;
    bottom: 16px;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
  }
  .indexList_indexItem:not(:has(.indexList_catch)) .indexList_title {
    grid-row: 1/3;
    align-self: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .indexList_indexItem:not(:has(.indexList_catch)) .indexList_title::after {
    top: 50%;
    bottom: auto;
    margin-top: -8px;
  }
}

/*=============================================

	keySitesパーツ

==============================================*/
.keySites {
  position: relative;
  min-height: 343px;
  margin: 0 0 var(--spacing-xxl);
}
.keySites_header {
  position: absolute;
  width: 100%;
  padding-top: clamp(0px, -5.25rem + 10.938vw, 56px);
  z-index: 2;
}
@media print, screen and (max-width: 767px) {
  .keySites_header {
    width: 80%;
  }
}
.keySites_heading {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm) 0;
  width: clamp(240px, -14.063rem + 60.547vw, 550px);
  max-width: 70%;
  font-size: 1rem;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  .keySites_heading {
    gap: var(--spacing-xxs) 0;
  }
}
.keySites_titleMain {
  display: inline-block;
  padding-bottom: clamp(8px, -0.625rem + 2.344vw, 20px);
  border-bottom: 3px solid rgb(var(--color-border-primary));
}
.keySites_titleSub {
  display: inline-block;
  font-size: clamp(20px, -1.188rem + 5.078vw, 46px);
  line-height: 1.4;
}
.keySites_map {
  position: relative;
}
.keySites_map img {
  min-width: 343px;
  opacity: 1;
}
.keySites_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.keySites_item {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  opacity: 0.8;
  max-width: 260px;
}
.keySites_item:before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background: rgb(var(--color-bg-primary));
  display: none;
}
.keySites_item-tohoku {
  left: calc(50% + clamp(84px, 12.817679558vw + 35.934px, 170px));
  top: clamp(138px, -1.63rem + 39.634vw, 398px);
}
@media print, screen and (max-width: 767px) {
  .keySites_item-tohoku {
    right: clamp(30px, -5.069rem + 26.836vw, 125px);
    left: auto;
  }
}
.keySites_item-tohoku:before {
  top: 53%;
  left: 0;
  width: clamp(20px, -0.328rem + 6.098vw, 60px);
  transform: translateX(-100%) rotate(-26deg);
  transform-origin: right center;
}
.keySites_item-kanto {
  top: clamp(356px, -1.114rem + 48.675vw, 503px);
  left: calc(50% + clamp(84px, 12.817679558vw + 35.934px, 170px));
}
@media print, screen and (max-width: 767px) {
  .keySites_item-kanto {
    top: clamp(190px, -4.644rem + 63.842vw, 416px);
    left: 66%;
  }
}
.keySites_item-kanto:before {
  top: 52%;
  left: 0;
  width: clamp(30px, -1.083rem + 11.433vw, 105px);
  transform: translateX(-100%) rotate(-12deg);
  transform-origin: right center;
}
@media print, screen and (max-width: 1024px) {
  .keySites_item-kanto:before {
    transform: translateX(-100%) rotate(0);
  }
}
.keySites_item-hq {
  top: clamp(530px, -3.431rem + 76.159vw, 760px);
  left: calc(50% + 124px);
}
@media print, screen and (max-width: 767px) {
  .keySites_item-hq {
    top: clamp(270px, -0.96rem + 68.927vw, 514px);
    right: clamp(76px, -3.948rem + 33.616vw, 195px);
    left: auto;
  }
}
.keySites_item-hq:before {
  top: 30%;
  left: 0;
  width: clamp(100px, 3.071rem + 6.623vw, 120px);
  transform: translateX(-100%) rotate(59deg);
  transform-origin: right center;
}
@media print, screen and (max-width: 1024px) {
  .keySites_item-hq:before {
    transform: translateX(-100%) rotate(47deg);
  }
}
@media print, screen and (max-width: 767px) {
  .keySites_item-hq:before {
    width: clamp(60px, 0.826rem + 11.299vw, 100px);
  }
}
.keySites_item-chubu {
  left: 50%;
  top: clamp(530px, -2.001rem + 73.179vw, 751px);
  transform: translateX(-80%);
}
.keySites_item-chubu:before {
  top: 0;
  left: 45%;
  width: 2px;
  height: 50px;
  transform: translateY(-100%);
}
@media print, screen and (max-width: 767px) {
  .keySites_item-chubu {
    top: clamp(294px, 1.125rem + 66.667vw, 530px);
  }
}
.keySites_item-kinki {
  display: block;
  left: calc(50% - 124px);
  bottom: clamp(230px, 0.964rem + 51.829vw, 570px);
  transform: translateX(-100%);
}
@media print, screen and (max-width: 767px) {
  .keySites_item-kinki {
    left: clamp(145px, -0.513rem + 37.006vw, 276px);
  }
}
.keySites_item-kinki:before {
  right: 0;
  left: 30%;
  bottom: 0;
  width: 2px;
  height: 57px;
  transform: translateY(100%) rotate(-35deg);
  transform-origin: left top;
}
@media print, screen and (max-width: 767px) {
  .keySites_item-kinki:before {
    left: 60%;
    transform: translateY(100%) rotate(0);
  }
}
.keySites_item-kyushu {
  top: clamp(200px, -4.302rem + 64.935vw, 650px);
  left: clamp(0px, -0.986rem + 3.811vw, 25px);
}
.keySites_item-kyushu:before {
  left: 50%;
  bottom: 0;
  width: 2px;
  height: clamp(20px, -1.929rem + 6.623vw, 40px);
  transform: translateY(100%) rotate(0);
  transform-origin: left top;
}
@media print, screen and (max-width: 1024px) {
  .keySites_item-kyushu:before {
    left: clamp(34px, 0.691rem + 6.373vw, 60px);
    transform: translateY(100%) rotate(0);
  }
}
.keySites_link {
  display: block;
  padding: var(--spacing-xs) var(--spacing-sm) var(--spacing-sm);
  border-radius: var(--bdr-sm);
  border: 2px solid rgb(var(--color-border-primary));
  background: #FFF;
  transition: var(--animation-hover);
}
@media (any-hover: hover) {
  .keySites_link:hover {
    background: rgb(var(--color-bg-primary-hover));
  }
}
.keySites_link:active, .keySites_link:focus {
  background: rgb(var(--color-bg-primary-hover));
}
@media print, screen and (max-width: 767px) {
  .keySites_link {
    padding: var(--spacing-xxs) var(--spacing-xs);
  }
}
.keySites_siteArea {
  font-weight: bold;
  font-size: clamp(14px, 0.59rem + 1.215vw, 25px);
  line-height: 1.45;
  color: rgb(var(--color-text-primary));
}
.keySites_siteName {
  display: block;
  font-weight: bold;
  font-size: clamp(12px, 0.595rem + 0.663vw, 18px);
  line-height: 1.3;
}
@media print, screen and (max-width: 767px) {
  .keySites_siteName {
    display: none;
  }
}

/*=============================================

	keySiteDetailsパーツ

==============================================*/
.keySiteDetails {
  margin: 0 0 var(--spacing-xxl);
  display: flex;
  gap: var(--spacing-lg);
}
@media print, screen and (max-width: 767px) {
  .keySiteDetails {
    flex-direction: column;
  }
}
.contents .keySiteDetails_heading {
  margin-bottom: 21px;
}
@media print, screen and (min-width: 768px) {
  .keySiteDetails_map {
    order: 1;
    width: calc((100% - var(--spacing-lg)) / 2);
  }
}
.keySiteDetails_map iframe {
  width: 100%;
  height: 260px;
}
@media print, screen and (min-width: 768px) {
  .keySiteDetails_main {
    order: 2;
    width: calc((100% - var(--spacing-lg)) / 2);
  }
}
.keySiteDetails_main > *:first-child {
  margin-top: 0;
}
.keySiteDetails_info {
  margin: 0;
}
.keySiteDetails_infoRow {
  display: flex;
  align-items: stretch;
  gap: 0 var(--spacing-xs);
  margin-top: 0 !important;
}
.keySiteDetails_infoTitle {
  display: flex;
  align-items: center;
  min-width: 90px;
  font-weight: bold;
  margin: 0;
  padding: 0 var(--spacing-sm);
  border-bottom: 1px solid rgb(var(--color-border-default));
  white-space: nowrap;
  font-size: 16px !important;
  line-height: 1.3 !important;
  vertical-align: middle;
}
.keySiteDetails_infoTitle:before {
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 20px;
  color: rgb(var(--color-text-primary));
  margin-right: var(--spacing-xxs);
  vertical-align: middle;
}
.keySiteDetails_infoTitle-address:before {
  display: inline-block;
  content: "";
  background: url(../images/icon-mappin.svg) no-repeat 50% 50%;
  background-size: 24px 24px;
  margin-right: var(--spacing-xxs);
  vertical-align: middle;
}
.editor-styles-wrapper .keySiteDetails_infoTitle-address:before {
  background-image: url(./assets/images/icon-mappin.svg);
}
.keySiteDetails_infoTitle-tel::before {
  content: "\f001";
  display: inline-block;
}
.keySiteDetails_infoTitle-tel:before {
  display: flex;
  align-items: center;
  justify-content: center;
}
.keySiteDetails_infoTitle-fax::before {
  content: "\f003";
  display: inline-block;
}
.keySiteDetails_infoTitle-fax:before {
  display: flex;
  align-items: center;
  justify-content: center;
}
.keySiteDetails_infoContents {
  flex: 1 1 auto;
  margin: 0;
  padding: var(--spacing-xs);
  border-bottom: 1px solid rgb(var(--color-border-default));
  font-weight: 500;
  font-size: 16px !important;
  line-height: 1.3 !important;
}

/*=============================================

	numbersOverviewパーツ

==============================================*/
.numbersOverview_lead {
  margin: 0 0 58px;
  font-size: 1.125rem;
  line-height: 1.75;
  text-align: center;
}
@media print, screen and (max-width: 1024px) {
  .numbersOverview_lead {
    text-align: left;
  }
}
.numbersOverview_row {
  display: grid;
  gap: 24px;
  margin: 0 0 24px;
}
.numbersOverview_row-r1 {
  grid-template-columns: 2.052fr 1fr;
}
@media print, screen and (max-width: 1024px) {
  .numbersOverview_row-r1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (max-width: 767px) {
  .numbersOverview_row-r1 {
    grid-template-columns: 1fr;
  }
}
.numbersOverview_row-r2 {
  grid-template-columns: 1fr 2.052fr;
}
@media print, screen and (max-width: 1024px) {
  .numbersOverview_row-r2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (max-width: 767px) {
  .numbersOverview_row-r2 {
    grid-template-columns: 1fr;
  }
}
.numbersOverview_row-r3 {
  grid-template-columns: 1fr 2.078fr 1fr;
}
@media print, screen and (max-width: 1024px) {
  .numbersOverview_row-r3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (max-width: 767px) {
  .numbersOverview_row-r3 {
    grid-template-columns: 1fr;
  }
}
.numbersOverview_row-harf {
  grid-template-columns: calc((100% - 24px) / 2) calc((100% - 24px) / 2);
}
@media print, screen and (max-width: 767px) {
  .numbersOverview_row-harf {
    grid-template-columns: 1fr;
  }
}
.numbersOverview_metric {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 12px;
  line-height: 1;
  margin: 12px 0;
}
.numbersOverview_metric-graph {
  position: relative;
  padding-left: 80px;
}
@media print, screen and (max-width: 767px) {
  .numbersOverview_metric-graph {
    padding-left: 65px;
  }
}
.numbersOverview_metric-graph:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 70px;
  height: 70px;
  content: "";
  display: block;
  background: #F8E5F2;
  background-repeat: none;
  background-position: 50% 50%;
  background-size: 100% auto;
  border-radius: 100%;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 767px) {
  .numbersOverview_metric-graph:before {
    width: 55px;
    height: 55px;
  }
}
.numbersOverview-recruit .numbersOverview_metric {
  flex: 1 1 auto;
  justify-content: flex-start;
}
.numbersOverview_metric.is-chart10:before {
  background-image: url(../images/icon-chart-10.svg);
}
.numbersOverview_metric.is-chart20:before {
  background-image: url(../images/icon-chart-20.svg);
}
.numbersOverview_metric.is-chart30:before {
  background-image: url(../images/icon-chart-30.svg);
}
.numbersOverview_metric.is-chart40:before {
  background-image: url(../images/icon-chart-40.svg);
}
.numbersOverview_metric.is-chart50:before {
  background-image: url(../images/icon-chart-50.svg);
}
.numbersOverview_metric.is-chart60:before {
  background-image: url(../images/icon-chart-60.svg);
}
.numbersOverview_metric.is-chart70:before {
  background-image: url(../images/icon-chart-70.svg);
}
.numbersOverview_metric.is-chart80:before {
  background-image: url(../images/icon-chart-80.svg);
}
.numbersOverview_metric.is-chart90:before {
  background-image: url(../images/icon-chart-90.svg);
}
.numbersOverview_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(70px, 1.563rem + 5.859vw, 100px);
  min-width: clamp(70px, 1.563rem + 5.859vw, 100px);
  height: clamp(70px, 1.563rem + 5.859vw, 100px);
  border: 2px solid rgb(var(--color-text-primary));
  border-radius: 50%;
  font-weight: bold;
  color: rgb(var(--color-text-primary));
  font-size: clamp(26px, 0.688rem + 1.953vw, 36px);
}
.numbersOverview_value {
  white-space: nowrap;
  font-weight: 600;
  color: rgb(var(--color-text-primary));
  font-family: "Fredoka", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  font-size: clamp(66px, 0.938rem + 6.641vw, 100px);
  line-height: 0.8;
}
.numbersOverview_value-min {
  font-size: clamp(50px, 1.813rem + 2.734vw, 64px);
}
.numbersOverview_unit {
  white-space: nowrap;
  font-weight: bold;
  font-size: clamp(30px, 0.938rem + 1.953vw, 40px);
}
.numbersOverview_text {
  margin: clamp(8px, 0.125rem + 0.781vw, 12px) 0;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
.numbersOverview_notes {
  margin: clamp(8px, 0.125rem + 0.781vw, 12px) 0 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
.numbersOverview-recruit .numbersOverview_notes {
  text-align: left;
}
.numbersOverview_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 16px;
  border-radius: var(--bdr-lg);
  background: #FFF;
  border: 1px solid rgb(var(--color-border-primary));
}
.numbersOverview_item > *:first-child {
  margin-top: 0;
}
.numbersOverview_item > *:last-child {
  margin-bottom: 0;
}
.numbersOverview_item-revenue {
  display: block;
}
@media print, screen and (min-width: 1025px) {
  .numbersOverview_item-revenue {
    grid-row: span 2;
  }
}
@media print, screen and (max-width: 1024px) {
  .numbersOverview_item-revenue {
    grid-row: span 1;
    grid-column: span 2;
  }
}
@media print, screen and (max-width: 767px) {
  .numbersOverview_item-revenue {
    grid-row: span 1;
    grid-column: span 1;
  }
}
.numbersOverview_item-sqfJfscCertifiedSites {
  order: 1;
}
@media print, screen and (max-width: 767px) {
  .numbersOverview_item-sqfJfscCertifiedSites .numbersOverview_icon img {
    width: 46px;
  }
}
.numbersOverview_item-environmentCertifications {
  order: 3;
}
@media print, screen and (max-width: 767px) {
  .numbersOverview_item-environmentCertifications .numbersOverview_icon img {
    width: 38px;
  }
}
.numbersOverview_item-supplyByDivision {
  overflow: hidden;
}
.numbersOverview_item-supplyByDivision .numbersOverview_itemTitle {
  margin-bottom: 27px;
}
@media print, screen and (min-width: 1025px) {
  .numbersOverview_item-supplyByDivision {
    order: 2;
    grid-row: span 2;
  }
}
@media print, screen and (max-width: 1024px) {
  .numbersOverview_item-supplyByDivision {
    order: 3;
    grid-row: span 1;
    grid-column: span 2;
  }
  .numbersOverview_item-supplyByDivision .numbersOverview_itemTitle {
    margin-bottom: 45px;
  }
}
@media print, screen and (max-width: 767px) {
  .numbersOverview_item-supplyByDivision {
    grid-row: span 1;
    grid-column: span 1;
  }
}
@media print, screen and (max-width: 1024px) {
  .numbersOverview_item-centersAndFactories {
    grid-row: span 2;
    grid-column: span 1;
  }
}
@media print, screen and (max-width: 767px) {
  .numbersOverview_item-centersAndFactories {
    grid-row: span 1;
    grid-column: span 1;
  }
}
.numbersOverview-recruit .numbersOverview_item {
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 0 22px;
}
.numbersOverview_item-averageAge .numbersOverview_itemTitle {
  text-align: left;
}
.numbersOverview_item-womenInManagementRate {
  position: relative;
}
.numbersOverview_item-womenInManagementRate .numbersOverview_itemTitle {
  text-align: left;
}
.numbersOverview_item-womenInManagementRate .numbersOverview_itemImage {
  margin-left: -75px;
}
@media print, screen and (max-width: 1024px) {
  .numbersOverview_item-womenInManagementRate .numbersOverview_itemImage {
    margin-left: -35px;
  }
}
.numbersOverview_item-annualPaidLeaveDays .numbersOverview_itemTitle {
  text-align: left;
}
.numbersOverview_item-annualPaidLeaveDays .numbersOverview_contents {
  width: 50%;
}
.numbersOverview_item-annualPaidLeaveDays .numbersOverview_itemImage {
  width: 50%;
  margin-left: -15%;
}
.numbersOverview_item-averageOvertimeHours .numbersOverview_itemImage {
  margin-left: -75px;
}
@media print, screen and (max-width: 1024px) {
  .numbersOverview_item-averageOvertimeHours .numbersOverview_itemImage {
    margin-left: -25px;
  }
}
.numbersOverview_item-averageOvertimeHours .numbersOverview_metric {
  gap: 0;
}
.numbersOverview_item-averageOvertimeHours .numbersOverview_unit {
  font-size: clamp(20px, 0.781rem + 0.977vw, 25px);
}
@media print, screen and (max-width: 1024px) {
  .numbersOverview-recruit .numbersOverview_item-regularPartTimeRatio {
    gap: 8px;
    align-items: center;
    flex-direction: column;
  }
}
.numbersOverview_item-regularPartTimeRatio .numbersOverview_wrap {
  display: flex;
  align-items: stretch;
  width: 73.33%;
  border-radius: 8px;
  background: #F8E5F2;
  overflow: hidden;
}
@media print, screen and (max-width: 1024px) {
  .numbersOverview-recruit .numbersOverview_item-regularPartTimeRatio .numbersOverview_wrap {
    width: 100%;
  }
}
.numbersOverview_item-regularPartTimeRatio .numbersOverview_col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 10px;
}
.numbersOverview_item-regularPartTimeRatio .numbersOverview_col-regularEmployees {
  width: 20%;
  min-width: 132px;
  background: #F8D0EC;
}
.numbersOverview_item-regularPartTimeRatio .numbersOverview_col-partTimeEmployee {
  width: 80%;
}
.numbersOverview_item-regularPartTimeRatio .numbersOverview_contents {
  height: 100%;
}
.numbersOverview_item-regularPartTimeRatio .numbersOverview_metric {
  flex: 0 0 auto;
  margin-bottom: 0;
  gap: 0 2px;
  justify-content: center;
}
.numbersOverview_item-regularPartTimeRatio .numbersOverview_value {
  font-size: clamp(50px, 2.563rem + 1.172vw, 56px);
}
.numbersOverview_item-regularPartTimeRatio .numbersOverview_unit {
  font-size: clamp(20px, 0.781rem + 0.977vw, 25px);
}
.numbersOverview_item-regularPartTimeRatio .numbersOverview_caption {
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}
.numbersOverview_item-regularPartTimeRatio .numbersOverview_icons {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
@media print, screen and (max-width: 767px) {
  .numbersOverview_item-regularPartTimeRatio .numbersOverview_icons img {
    height: 45px;
  }
}
@media print, screen and (max-width: 1024px) {
  .numbersOverview-recruit .numbersOverview_item-parentalLeaveRate {
    gap: 8px;
    align-items: center;
    flex-direction: column;
  }
}
.numbersOverview_item-parentalLeaveRate .numbersOverview_wrap {
  width: 73.33%;
  gap: 22px;
  display: flex;
  overflow: hidden;
}
@media print, screen and (max-width: 1024px) {
  .numbersOverview-recruit .numbersOverview_item-parentalLeaveRate .numbersOverview_wrap {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .numbersOverview-recruit .numbersOverview_item-parentalLeaveRate .numbersOverview_wrap {
    flex-direction: column;
  }
}
.numbersOverview_item-parentalLeaveRate .numbersOverview_col {
  display: flex;
  align-items: center;
  width: calc((100% - 22px) / 2);
}
@media print, screen and (max-width: 767px) {
  .numbersOverview-recruit .numbersOverview_item-parentalLeaveRate .numbersOverview_col {
    width: 100%;
    justify-content: center;
  }
}
.numbersOverview_item-parentalLeaveRate .numbersOverview_metric {
  flex: 0 0 auto;
  gap: 0 2px;
  margin-bottom: 0;
}
.numbersOverview_item-parentalLeaveRate .numbersOverview_caption {
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}
.numbersOverview_itemHead .numbersOverview_itemTitle {
  margin: 0;
}
.numbersOverview_itemHead .numbersOverview_notes {
  margin: 0;
}
@media print, screen and (max-width: 1024px) {
  .numbersOverview-recruit .numbersOverview_itemHead .numbersOverview_notes {
    text-align: center;
  }
}
.numbersOverview_contents {
  position: relative;
  z-index: 2;
}
.numbersOverview-recruit .numbersOverview_contents {
  display: flex;
  flex-direction: column;
}
.numbersOverview_itemTitle {
  margin: 0 0 clamp(12px, 0rem + 1.563vw, 20px);
  font-size: clamp(24px, 1.406rem + 0.195vw, 25px);
  line-height: 1.2;
  text-align: center;
}
.numbersOverview_itemTitle-large {
  margin-bottom: 27px;
  font-size: clamp(24px, 0.375rem + 2.344vw, 36px);
}
.numbersOverview_itemImage {
  text-align: center;
}
.numbersOverview-recruit .numbersOverview_itemImage {
  display: flex;
  align-items: flex-end;
  margin-bottom: -10px;
}
.numbersOverview_columns {
  display: flex;
  gap: 0 24px;
}
@media print, screen and (max-width: 1024px) {
  .numbersOverview_columns {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 1024px) {
  .numbersOverview_columnsCol {
    width: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .numbersOverview_columnsCol + .numbersOverview_columnsCol {
    margin-top: 24px;
  }
}
.numbersOverview_supplyByDivisionGraphWrap {
  position: relative;
  width: 430px;
  height: 430px;
}
@media print, screen and (max-width: 1024px) {
  .numbersOverview_supplyByDivisionGraphWrap {
    width: 300px;
    height: 300px;
  }
}
.numbersOverview_supplyByDivisionGraph {
  width: 100%;
  height: 100%;
}
.numbersOverview_supplyByDivisionGraphIllustration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.numbersOverview_supplyByDivisionGraphIllustration_image01 {
  position: absolute;
  top: 20%;
  right: 50%;
  transform: translate(-140%, 0%);
  width: clamp(100px, 0.156rem + 12.695vw, 165px);
}
@media print, screen and (max-width: 767px) {
  .numbersOverview_supplyByDivisionGraphIllustration_image01 {
    display: none;
  }
}
.numbersOverview_supplyByDivisionGraphIllustration_image02 {
  position: absolute;
  right: 50%;
  bottom: 10%;
  transform: translate(-110px, 0);
  width: clamp(100px, 0.889rem + 22.873vw, 307px);
}
@media print, screen and (max-width: 767px) {
  .numbersOverview_supplyByDivisionGraphIllustration_image02 {
    display: none;
    bottom: 12px;
    transform: translate(-70px, 0);
  }
}
.numbersOverview_supplyByDivisionGraphIllustration_image03 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(110px, 0%);
  width: clamp(120px, 3.356rem + 17.68vw, 280px);
}
@media print, screen and (max-width: 767px) {
  .numbersOverview_supplyByDivisionGraphIllustration_image03 {
    display: none;
    top: 12%;
    transform: translate(70px, 0);
  }
}
.numbersOverview_supplyByDivisionGraphIllustration_image04 {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(110px, 0);
  width: clamp(100px, 2.909rem + 14.254vw, 229px);
}
@media print, screen and (max-width: 767px) {
  .numbersOverview_supplyByDivisionGraphIllustration_image04 {
    display: none;
    bottom: 12px;
    transform: translate(70px, 0);
  }
}

.horizontalBars_item {
  display: flex;
  align-items: center;
}
.horizontalBars_item + .horizontalBars_item {
  margin-top: 16px;
}
.horizontalBars_year {
  flex: 0 0 70px;
  white-space: nowrap;
  font-weight: bold;
  font-family: "Fredoka", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  color: rgb(var(--color-text-sub));
  font-size: 1.5rem;
  line-height: 1;
  font-size: clamp(18px, 0.563rem + 1.172vw, 24px);
}
@media print, screen and (max-width: 767px) {
  .horizontalBars_year {
    flex: 0 0 50px;
  }
}
.horizontalBars_bar {
  box-sizing: border-box;
  width: 20%;
  height: 56px;
  padding: 0 12px;
  background: rgb(var(--color-bg-primary-sub));
  animation: grow 1s ease-out forwards;
  animation-delay: 0.3s;
  text-align: right;
}
@media print, screen and (max-width: 767px) {
  .horizontalBars_bar {
    width: 40%;
    height: 36px;
  }
}
.horizontalBars_value {
  display: inline-block;
  white-space: nowrap;
  font-weight: bold;
  font-family: "Fredoka", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  color: rgb(var(--color-text-primary));
  font-size: 2.6875rem;
  line-height: 1.302;
}
@media print, screen and (max-width: 767px) {
  .horizontalBars_value {
    font-size: 1.75rem;
    line-height: 1.286;
  }
}
.horizontalBars_unit {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: right;
}

.horizontalBars_item:nth-child(1) .horizontalBars_bar {
  animation-delay: 0.6s;
}

.horizontalBars_item:nth-child(2) .horizontalBars_bar {
  animation-delay: 0.8s;
}

.horizontalBars_item:nth-child(3) .horizontalBars_bar {
  animation-delay: 1s;
}

.horizontalBars_item:nth-child(4) .horizontalBars_bar {
  animation-delay: 1.2s;
}

.horizontalBars_item:nth-child(5) .horizontalBars_bar {
  animation-delay: 1.4s;
}

.horizontalBars_item:nth-child(6) .horizontalBars_bar {
  animation-delay: 1.6s;
}

@keyframes grow {
  from {
    width: 20%;
  }
  to {
    width: calc(var(--w) - 70px);
  }
}
@media print, screen and (max-width: 767px) {
  @keyframes grow {
    from {
      width: 40%;
    }
    to {
      width: calc(var(--w) - 50px);
    }
  }
}
.overlayLabel.tiny.tiny-1 {
  top: -40px !important;
  left: 20px !important;
  transform: none !important;
  text-align: left;
  pointer-events: none;
}
.overlayLabel.tiny.tiny-1::after {
  position: absolute;
  right: 0;
  bottom: 18px;
  display: block;
  content: "";
  width: 90px;
  height: 20px;
  border-top: 2px solid rgb(var(--color-text-default));
  border-right: 2px solid rgb(var(--color-text-default));
  transform: translate(90%, 0);
}
@media print, screen and (max-width: 767px) {
  .overlayLabel.tiny.tiny-1 {
    top: -45px !important;
    left: 0 !important;
  }
  .overlayLabel.tiny.tiny-1::after {
    width: 50px;
    bottom: 15px;
    transform: translate(100%, 0);
  }
}

.overlayLabel__title {
  padding-right: 16px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(18px, 0.938rem + 0.391vw, 20px);
  line-height: 1;
  color: #111;
  text-align: center;
}

.overlayLabel__value {
  font-weight: 700;
  font-family: Fredoka;
  color: #B60081;
  font-size: clamp(50px, 1.813rem + 2.734vw, 64px);
  line-height: 1;
  text-align: center;
}

.percent {
  font-weight: normal;
  color: #374151;
  font-size: 25px;
  line-height: 1;
}

/*=============================================

	flowパーツ

==============================================*/
.flow {
  position: relative;
}
.flow_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flow_listItem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: var(--spacing-lg) var(--spacing-md);
  border-radius: 8px;
  border: 2px solid #B60081;
  background: #FFF;
  margin-bottom: 60px;
}
.flow_listItem:after {
  position: absolute;
  left: 50%;
  bottom: -24px;
  display: block;
  content: "";
  width: 28px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: rgb(var(--color-bg-primary));
  transform: translate(-50%, 100%);
}
.flow_listItem:last-child:after {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .flow_listItem {
    padding: var(--spacing-sm) var(--spacing-xs);
    margin-bottom: 50px;
  }
  .flow_listItem:after {
    bottom: -18px;
  }
}
.flow_icon {
  width: 80px;
  height: 80px;
}
@media print, screen and (max-width: 767px) {
  .flow_icon {
    width: 60px;
    height: 60px;
  }
}
.flow_title {
  display: block;
  font-weight: bold;
  font-size: clamp(20px, 0.795rem + 0.947vw, 25px);
  line-height: 1.45;
}
.flow_notes {
  display: block;
  font-size: clamp(16px, 0.818rem + 0.379vw, 18px);
  line-height: 1.45;
}

/*=============================================

	guidelinesパーツ

==============================================*/
.guidelines {
  display: flex;
  align-items: center;
  gap: var(--spacing-lg);
}
.guidelines_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(var(--color-bg-primary-sub));
  min-width: clamp(80px, -2.273rem + 15.152vw, 160px);
  width: clamp(80px, -2.273rem + 15.152vw, 160px);
  height: clamp(80px, -2.273rem + 15.152vw, 160px);
  border-radius: 50%;
}
.guidelines_icon img {
  width: 33.125%;
}
.guidelines_title {
  font-weight: bold;
  color: rgb(var(--color-text-primary));
}
.contents .guidelines_title {
  margin: 0 0 10px;
  font-size: clamp(20px, 1.068rem + 0.379vw, 22px);
  line-height: 1.45;
}
.guidelines_text {
  margin: 0;
}
.contents .guidelines_text {
  margin: 0;
  font-size: clamp(16px, 0.818rem + 0.379vw, 18px);
}

/*=============================================

	guidelinesパーツ

==============================================*/
.faq_item {
  border: 1px solid rgb(var(--color-border-default));
  border-radius: var(--bdr-xl);
  background: #FFF;
  padding: var(--spacing-lg);
}
.faq_item + .faq_item {
  margin-top: var(--spacing-xl);
}
@media print, screen and (max-width: 767px) {
  .faq_item {
    padding: var(--spacing-lg) var(--spacing-md);
  }
}
.faq_question {
  position: relative;
  margin-bottom: 0 !important;
  padding-left: var(--spacing-xxxl);
  padding-bottom: var(--spacing-md);
  border-bottom: 1px dashed rgb(var(--color-border-default));
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.75;
}
.faq_question:before {
  position: absolute;
  top: -4px;
  left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "Q";
  border-radius: 50%;
  border: 1px solid rgb(var(--color-border-primary));
  width: 40px;
  height: 40px;
  color: rgb(var(--color-text-primary));
  font-weight: 600;
  font-family: "Fredoka", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  font-size: 20px;
  line-height: 1;
}
.faq_answer {
  position: relative;
  margin-top: 0 !important;
  padding-top: var(--spacing-md);
  padding-left: var(--spacing-xxxl);
  font-size: 1.125rem;
  line-height: 1.75;
}
.faq_answer:before {
  position: absolute;
  top: 12px;
  left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "A";
  border-radius: 50%;
  background: rgb(var(--color-bg-primary));
  width: 40px;
  height: 40px;
  color: #FFF;
  font-weight: 600;
  font-family: "Fredoka", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  font-size: 20px;
  line-height: 1;
}

/*=============================================

  introduction

==============================================*/
.introduction {
  padding-bottom: var(--spacing-xxxl);
}
@media print, screen and (min-width: 1025px) {
  .introduction-career .introduction_inner {
    min-height: 580px;
  }
}
.introduction_inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1404px;
  margin: 0 auto;
  padding: var(--spacing-xxl) var(--spacing-md) var(--spacing-xxxl);
  display: flex;
}
@media print, screen and (min-width: 1025px) {
  .introduction_inner {
    padding: 126px var(--spacing-md) var(--spacing-xxxl);
    min-height: 675px;
  }
}
@media print, screen and (max-width: 1024px) {
  .introduction_inner {
    padding-top: calc(344px - var(--spacing-xxl));
    padding-bottom: 0;
    justify-content: center;
  }
}
.introduction_main {
  position: relative;
  z-index: 5;
  width: 50%;
  max-width: 652px;
  font-size: 1.25rem;
  line-height: 1.75;
}
@media print, screen and (max-width: 1024px) {
  .introduction_main {
    width: auto;
    font-size: 1.125rem;
    line-height: 1.75;
  }
}
.introduction_main > P {
  margin-top: 1.75em;
}
.introduction_main > *:first-child {
  margin-top: 0;
}
.introduction_image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 980px;
  transform: translateY(0) rotate(-5.828deg);
  justify-content: center;
  align-items: center;
  transform-origin: center;
  aspect-ratio: 127/87;
  box-shadow: 0 24.266px 72.799px 0 rgba(0, 0, 0, 0.15);
  margin: 0;
}
.introduction_image img {
  border: 16px solid #FFF;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 1024px) {
  .introduction_image {
    left: 50%;
    width: 392px;
    margin-left: -196px;
    transform: translateY(0) rotate(-5.828deg);
  }
  .introduction_image img {
    border-width: 6px;
  }
}
@media print, screen and (max-width: 767px) {
  .introduction_image {
    margin-right: -40px;
    margin-left: -156px;
  }
}
.introduction_button {
  padding: 0 20px;
  text-align: center;
}
.introduction_button .c-button {
  max-width: 416px;
  width: 100%;
}

/*=============================================

	introduction2パーツ

==============================================*/
.introduction2_inner {
  box-sizing: content-box;
  max-width: 1488px;
  margin: 0 auto;
  padding: 0 var(--spacing-md) var(--spacing-xxxl);
}
.introduction2_lead {
  margin: 0 0 70px;
  font-weight: bold;
  font-size: clamp(20px, 0.159rem + 2.273vw, 32px);
  line-height: 1.75;
  color: rgb(var(--color-text-primary));
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .introduction2_lead {
    margin-bottom: 36px;
    text-align: left;
  }
}
.introduction2_gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}
.introduction2_gallery ul li {
  min-width: clamp(267px, 3.142rem + 28.22vw, 416px);
  width: clamp(267px, 3.142rem + 28.22vw, 416px);
}
.introduction2_gallery ul li img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/*=============================================

	areaListパーツ

==============================================*/
.areaList_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-lg);
}
@media print, screen and (max-width: 767px) {
  .areaList_list {
    gap: var(--spacing-md);
  }
}
.areaList_listItem {
  width: calc((100% - var(--spacing-lg)) / 2);
}
@media print, screen and (max-width: 767px) {
  .areaList_listItem {
    width: 100%;
  }
}
.areaList_button {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgb(var(--color-border-primary));
  border-radius: var(--bdr-lg);
  background: #FFF;
  line-height: 1.32;
  padding: var(--spacing-lg) var(--spacing-xxl);
}
.areaList_button::after {
  content: "\f00a";
  display: inline-block;
}
.areaList_button {
  text-align: center;
}
.areaList_button:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translate(0, -50%);
  font-size: 13px;
  line-height: 13px;
  color: rgb(var(--color-text-white));
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
  transition: var(--animation-hover);
  box-shadow: 0 0 0 0 rgb(var(--color-bg-primary));
}
.areaList_button[target=_blank] {
  position: relative;
}
.areaList_button[target=_blank]::after {
  content: "\f008";
  display: inline-block;
}
.areaList_button[target=_blank]::after {
  position: absolute;
  top: 50%;
  right: 20px;
  background: none;
  border-radius: 0;
  font-size: 20px;
  line-height: 1;
  color: rgb(var(--color-bg-primary));
}
@media (any-hover: hover) {
  .areaList_button[target=_blank]:hover:after {
    background: none;
    box-shadow: none;
  }
}
@media (any-hover: hover) {
  .areaList_button:hover {
    background: rgb(var(--color-bg-primary-hover));
  }
  .areaList_button:hover:after {
    box-shadow: 0 0 0 5px rgb(var(--color-bg-primary));
  }
}
.areaList_button:active {
  background-color: rgb(var(--color-bg-primary-active));
}
.areaList_title {
  display: block;
  font-weight: bold;
  font-size: 25px;
}
.areaList_detail {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

/*=============================================

	benefitsパーツ

==============================================*/
.benefits_list {
  list-style: none;
  margin: 0;
  padding: 56px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-xxxl) var(--spacing-lg);
}
@media print, screen and (max-width: 767px) {
  .benefits_list {
    flex-direction: column;
    gap: 80px var(--spacing-lg);
  }
}
.benefits_listItem {
  position: relative;
  padding: var(--spacing-xxxl) var(--spacing-lg) var(--spacing-lg);
  background: #FFF;
  border-radius: var(--bdr-md);
  height: 100%;
}
@media print, screen and (max-width: 767px) {
  .benefits_listItem {
    width: 100%;
  }
}
.benefits_icon {
  position: absolute !important;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  background: rgb(var(--color-bg-primary-sub));
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits_title {
  margin: 0;
  color: rgb(var(--color-text-primary));
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.4;
  text-align: center;
}
.contents .benefits_title {
  margin: 0 0 var(--spacing-xs);
}
.benefits_text {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.75;
}
.contents .benefits_text {
  margin: 0;
}

.wp-block-column:has(.benefits_listItem) {
  margin-top: 56px;
}

/*=============================================

	departmentパーツ

==============================================*/
.department {
  display: flex;
  gap: 24px;
}
@media print, screen and (max-width: 767px) {
  .department {
    flex-direction: column;
  }
}
.department_main {
  width: 50%;
}
.department_main > *:first-child {
  margin-top: 0;
}
@media print, screen and (max-width: 767px) {
  .department_main {
    width: 100%;
    order: 1;
  }
}
.department_image {
  width: 50%;
  margin: 0;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .department_image {
    width: 100%;
  }
}

/*=============================================

	livestockColumnパーツ

==============================================*/
.livestockColumn {
  display: flex;
  gap: var(--spacing-lg);
}
@media print, screen and (max-width: 767px) {
  .livestockColumn {
    display: block;
  }
}
.livestockColumn_main {
  flex: 1 1 auto;
  width: 618px;
}
.contents .livestockColumn_main > * {
  margin-top: var(--spacing-sm);
  margin-bottom: var(--spacing-sm);
}
.contents .livestockColumn_main > *:first-child {
  margin-top: 0;
}
.livestockColumn_image {
  width: 306px;
}
@media print, screen and (max-width: 767px) {
  .livestockColumn_image {
    margin: 32px 0 0;
    width: auto;
    text-align: center;
  }
}
.livestockColumn_lead {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
}
.contents .livestockColumn_lead {
  margin-top: var(--spacing-sm);
  margin-bottom: var(--spacing-sm);
}

/*=============================================

	pointsパーツ

==============================================*/
.points {
  margin: 0 0 var(--spacing-xxl);
}
.points_item {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media print, screen and (max-width: 767px) {
  .points_item {
    flex-direction: column;
  }
}
.points_item + .points_item {
  margin-top: 24px;
}
.points_main {
  flex-grow: 1;
  order: 1;
}
@media print, screen and (max-width: 767px) {
  .points_main {
    order: 2;
  }
}
.points_title {
  display: flex;
  align-items: flex-start;
  gap: 8px 15px;
}
.points_label {
  margin: 0 !important;
  padding: 7px 40px;
  border-radius: var(--bdr-infinity);
  border: 1px dashed rgb(var(--color-border-primary));
  background: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  font-weight: bold;
  color: rgb(var(--color-text-primary));
  font-size: 18px;
  line-height: 1 !important;
}
.points_label em, .points_label strong {
  font-style: normal;
  font-family: "Fredoka", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  margin-left: 10px;
}
.points_title {
  margin: 0 !important;
  font-weight: bold;
  color: rgb(var(--color-text-primary));
  font-size: 1.375rem;
  line-height: 1.62;
}
.contents .points_title {
  margin: 0;
}
.contents .points_text {
  margin: 10px 0 0;
}
.points_image {
  flex: 0 0 160px;
  width: 160px;
  height: 160px;
  order: 2;
}
.contents .points_image {
  margin: 0;
}
.points_image img {
  border-radius: var(--bdr-infinity);
}
@media print, screen and (max-width: 767px) {
  .points_image {
    order: 1;
  }
}

.wp-block-group.points_title {
  margin: 0 0 8px !important;
}
@media print, screen and (max-width: 767px) {
  .wp-block-group.points_title.mobile_TextCenter {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wp-block-group.points_title.mobile_TextCenter .points_title {
    padding: 0;
  }
}
.wp-block-group.points_title:has(> .points_title) .points_title {
  flex-grow: 1;
  padding: 4px 0;
  line-height: 1.5;
}

@media print, screen and (max-width: 767px) {
  .wp-block-column:has(> .points_title) {
    order: 3;
  }
}

/*=============================================

	deliveryQualityパーツ

==============================================*/
.deliveryQuality_heading {
  font-weight: bold;
  font-size: clamp(25px, 0.906rem + 1.367vw, 32px);
  line-height: 1.5;
  text-align: center;
}
.contents .deliveryQuality_heading {
  margin: var(--spacing-lg) 0;
}
.deliveryQuality_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0 var(--spacing-lg);
}
@media print, screen and (max-width: 767px) {
  .deliveryQuality_list {
    display: block;
  }
}
.deliveryQuality_item {
  width: calc((100% - 48px) / 3);
}
@media print, screen and (max-width: 767px) {
  .deliveryQuality_item {
    width: auto;
    max-width: 376px;
    margin: 0 auto 24px;
  }
}
.deliveryQuality_image {
  text-align: center;
}
.deliveryQuality_image img {
  border-radius: 12px;
}
.deliveryQuality_head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 260px;
  min-height: 40px;
  gap: 0 10px;
  margin: -20px auto 12px;
  padding: 3px 20px;
  border-radius: var(--bdr-infinity);
  border: 1px dashed rgb(var(--color-border-primary));
  background: #FFF;
  font-weight: bold;
  color: rgb(var(--color-text-primary));
  z-index: 2;
}
.deliveryQuality_num {
  font-weight: bold;
  font-family: "Fredoka", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
}
.deliveryQuality_title {
  font-size: 1.125rem;
  line-height: 1.32;
}
.deliveryQuality_text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
}
.contents .deliveryQuality_text {
  margin: 0;
}

@media print, screen and (max-width: 767px) {
  .wp-block-column:has(.deliveryQuality_head) {
    max-width: 376px;
    margin: 0 auto;
  }
}

/*=============================================

	safetySystemパーツ

==============================================*/
.safetySystem {
  display: flex;
  gap: 0 24px;
}
@media print, screen and (max-width: 767px) {
  .safetySystem {
    display: block;
  }
}
.safetySystem_main {
  flex-grow: 1;
}
.safetySystem_title {
  font-size: clamp(25px, 0.906rem + 1.367vw, 32px);
  line-height: 1.5;
}
.contents .safetySystem_title {
  margin: 0 0 10px;
}
.contents .safetySystem_text {
  margin: 10px 0;
}
.contents .safetySystem_link {
  margin: 10px 0 0;
}
.safetySystem_image {
  display: block;
  min-width: 240px;
  width: 240px;
  height: 240px;
}
.safetySystem_image img {
  border-radius: var(--bdr-infinity);
}
@media print, screen and (max-width: 767px) {
  .safetySystem_image {
    margin: var(--spacing-xl) auto;
  }
}

/*=============================================

	certificationColumnパーツ

==============================================*/
.certificationColumn {
  display: flex;
  gap: var(--spacing-lg);
  margin: 0 0 var(--spacing-lg);
}
.certificationColumn + .certificationColumn {
  margin-top: 48px;
}
@media print, screen and (max-width: 767px) {
  .certificationColumn {
    flex-direction: column;
  }
}
.certificationColumn_main {
  flex-grow: 1;
}
.certificationColumn_image {
  width: 300px;
  min-width: 300px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .certificationColumn_image {
    width: auto;
    min-width: none;
  }
}
.certificationColumn_title {
  font-weight: bold;
  font-size: clamp(25px, 0.906rem + 1.367vw, 32px);
  line-height: 1.5;
}
.contents .certificationColumn_title {
  margin: 0 0 10px;
}
.contents .certificationColumn_text {
  margin: 0;
}

/*=============================================

	interviewIndexパーツ

==============================================*/
.interviewIndex_head {
  margin-bottom: 40px;
}
.interviewIndex_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--spacing-xxl) 25px;
}
@media print, screen and (max-width: 767px) {
  .interviewIndex_list {
    justify-content: flex-start;
  }
}
.interviewIndex_listItem {
  width: 315px;
}
@media print, screen and (max-width: 767px) {
  .interviewIndex_listItem {
    width: calc((100% - 25px) / 2);
  }
}
.interviewIndex_link {
  display: block;
}
@media print and (any-hover: hover), screen and (min-width: 1025px) and (any-hover: hover) {
  .interviewIndex_link:hover .interviewIndex_thumbnail img {
    transform: scale(1.038);
  }
}
.interviewIndex_contents {
  padding: var(--spacing-lg);
}
@media print, screen and (max-width: 767px) {
  .interviewIndex_contents {
    padding: 8px 0 0;
  }
}
.interviewIndex_thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 316/420;
  overflow: hidden;
  border-radius: 12px;
}
.interviewIndex_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  transition: var(--animation-hover);
}
@media print, screen and (max-width: 1024px) {
  .interviewIndex_thumbnail {
    height: 320px;
  }
}
.interviewIndex_lead {
  position: relative;
  margin: 0;
  padding-bottom: var(--spacing-lg);
  font-weight: bold;
  font-size: clamp(16px, 0.636rem + 0.758vw, 20px);
  line-height: 1.6;
}
.interviewIndex_lead:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  content: "";
  width: 72px;
  height: 2px;
  background: rgb(var(--color-bg-primary));
}
@media print, screen and (max-width: 1024px) {
  .interviewIndex_lead {
    padding-bottom: 11px;
  }
}
.interviewIndex_details {
  margin: var(--spacing-lg) 0 0;
}
@media print, screen and (max-width: 1024px) {
  .interviewIndex_details {
    margin-top: 11px;
  }
}
.interviewIndex_name {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.22;
  margin-bottom: var(--spacing-xs);
}
.interviewIndex_post {
  display: block;
  color: rgb(var(--color-text-sub));
  font-size: 1rem;
  line-height: 1.22;
}
.interviewIndex_button {
  margin: var(--spacing-xxl) 0 0;
  text-align: center;
}
.interviewIndex_button .c-button {
  padding-left: var(--spacing-xxxl);
  padding-right: var(--spacing-xxxl);
}

/*=============================================

	backToListパーツ

==============================================*/
.backToList {
  margin: 95px 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 767px) {
  .backToList {
    margin-top: 60px;
  }
}

/*=============================================

	iconBoxパーツ

==============================================*/
.iconBox {
  position: relative;
  background: #FFF;
  border-radius: 12px;
  padding: var(--spacing-lg);
}
@media print, screen and (max-width: 767px) {
  .iconBox {
    margin-top: 84px;
    padding-top: var(--spacing-xxl);
  }
}
@media print, screen and (max-width: 767px) {
  .iconBox_icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
  }
}
.iconBox_title {
  margin: 0 0 10px;
  font-size: 1.375rem;
  line-height: 1.62;
}
.iconBox_text {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.75;
}

/*=============================================

	whiteColumnパーツ

==============================================*/
.whiteColumn {
  background: #FFF;
  border-radius: 12px;
  padding: var(--spacing-lg);
}

/*=============================================

	commentBox パーツ

==============================================*/
.commentBox {
  align-items: flex-start !important;
}
@media print, screen and (max-width: 767px) {
  .commentBox {
    gap: 8px !important;
  }
}
.commentBox_image {
  align-self: start !important;
  flex-basis: 100px !important;
  min-width: 100px;
}
@media print, screen and (max-width: 767px) {
  .commentBox_image {
    flex-basis: 60px !important;
    min-width: 60px;
  }
}

/*=============================================

	paginationパーツ

==============================================*/
.pagination {
  margin: var(--spacing-xxl) 0 0;
}
.pagination_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
  color: rgb(var(--color-text-primary));
}
.pagination_item {
  min-width: 36px;
  width: 36px;
  height: 36px;
  text-align: center;
}
.pagination_item-prev .pagination_link::before {
  content: "\f00b";
  display: inline-block;
}
.pagination_item-prev .pagination_link:before {
  margin-right: 4px;
  font-size: 18px;
  vertical-align: middle;
}
.pagination_item-next .pagination_link::after {
  content: "\f00a";
  display: inline-block;
}
.pagination_item-next .pagination_link:after {
  margin-left: 4px;
  font-size: 18px;
  vertical-align: middle;
}
.pagination_item-prev, .pagination_item-next {
  width: auto;
}
.pagination_item-prev .pagination_link, .pagination_item-next .pagination_link {
  padding: 0 var(--spacing-lg);
}
@media print, screen and (max-width: 767px) {
  .pagination_item-prev .pagination_link, .pagination_item-next .pagination_link {
    font-size: 0;
  }
  .pagination_item-prev .pagination_link:before, .pagination_item-next .pagination_link:before {
    margin-right: 0;
  }
  .pagination_item-prev .pagination_link:after, .pagination_item-next .pagination_link:after {
    margin-left: 0;
  }
}
.pagination_item.is-current .pagination_link {
  color: rgb(var(--color-text-default));
  background: #EEE;
  border: none;
}
.pagination_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(var(--color-border-primary));
  border-radius: var(--bdr-infinity);
  font-weight: bold;
  font-family: "Fredoka", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  font-size: 1.125rem;
  line-height: 2;
  transition: var(--animation-hover);
}
@media (any-hover: hover) {
  .pagination_link:hover {
    background: rgb(var(--color-bg-primary-hover));
  }
}
.pagination_link:active {
  background: rgb(var(--color-bg-primary-active));
}

/*=============================================

	paginationパーツ

==============================================*/
.pagination {
  margin: var(--spacing-xxl) 0 0;
}
.pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
  color: rgb(var(--color-text-primary));
}
.pagination ul.page-numbers li {
  min-width: 36px;
  width: 36px;
  height: 36px;
  text-align: center;
}
.pagination ul.page-numbers li:has(.prev), .pagination ul.page-numbers li:has(.next) {
  width: auto;
}
.pagination ul.page-numbers li > .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(var(--color-border-primary));
  border-radius: var(--bdr-infinity);
  font-weight: bold;
  font-family: "Fredoka", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
  font-size: 1.125rem;
  line-height: 2;
  transition: var(--animation-hover);
}
@media (any-hover: hover) {
  .pagination ul.page-numbers li > .page-numbers:hover {
    background: rgb(var(--color-bg-primary-hover));
  }
}
.pagination ul.page-numbers li > .page-numbers:active {
  background: rgb(var(--color-bg-primary-active));
}
.pagination ul.page-numbers li > .page-numbers.prev::before {
  content: "\f00b";
  display: inline-block;
}
.pagination ul.page-numbers li > .page-numbers.prev:before {
  margin-right: 4px;
  font-size: 18px;
  vertical-align: middle;
}
.pagination ul.page-numbers li > .page-numbers.next::after {
  content: "\f00a";
  display: inline-block;
}
.pagination ul.page-numbers li > .page-numbers.next:after {
  margin-left: 4px;
  font-size: 18px;
  vertical-align: middle;
}
.pagination ul.page-numbers li > .page-numbers.prev, .pagination ul.page-numbers li > .page-numbers.next {
  width: auto;
  padding: 0 var(--spacing-lg);
}
@media print, screen and (max-width: 767px) {
  .pagination ul.page-numbers li > .page-numbers.prev, .pagination ul.page-numbers li > .page-numbers.next {
    font-size: 0;
  }
  .pagination ul.page-numbers li > .page-numbers.prev:before, .pagination ul.page-numbers li > .page-numbers.next:before {
    margin-right: 0;
  }
  .pagination ul.page-numbers li > .page-numbers.prev:after, .pagination ul.page-numbers li > .page-numbers.next:after {
    margin-left: 0;
  }
}
.pagination ul.page-numbers li > .page-numbers.current {
  color: rgb(var(--color-text-default));
  background: #EEE;
  border: none;
}

/*=============================================

	font-sizeパーツ

==============================================*/
.wp-block-paragraph {
  margin-bottom: var(--spacing-lg);
  font-size: 1.125rem;
  line-height: 1.75;
}

.has-3-xl-font-size {
  font-size: clamp(32px, 1.625rem + 0.781vw, 36px);
  line-height: 1.5;
}
.article .has-3-xl-font-size, .editor-styles-wrapper .has-3-xl-font-size {
  font-size: clamp(32px, 1.625rem + 0.781vw, 36px);
  line-height: 1.5;
}

.article .has-2-xl-font-size, .editor-styles-wrapper .has-2-xl-font-size {
  font-size: clamp(25px, 0.906rem + 1.367vw, 32px);
  line-height: 1.5;
}

.article .has-xl-font-size, .editor-styles-wrapper .has-xl-font-size {
  font-size: clamp(20px, 0.781rem + 0.977vw, 25px);
  line-height: 1.5;
}

.article .has-lg-font-size, .editor-styles-wrapper .has-lg-font-size,
.article .has-md-font-size,
.editor-styles-wrapper .has-md-font-size,
.article .has-sm-font-size,
.editor-styles-wrapper .has-sm-font-size,
.article .has-xs-font-size,
.editor-styles-wrapper .has-xs-font-size {
  line-height: 1.62;
}

.wp-block-separator {
  border-top: 1px solid #C2C2C2 !important;
}

/*=============================================

	heading パーツ

==============================================*/
.is-style-heading-a {
  margin-bottom: var(--spacing-lg);
  padding: var(--spacing-lg) 0;
  border-bottom: 3px dotted rgb(var(--brand-pink)/0.8);
  font-size: clamp(25px, 0.906rem + 1.367vw, 32px);
  line-height: 1.5;
}

.is-style-heading-b {
  position: relative;
  margin-bottom: var(--spacing-lg);
  padding: var(--spacing-md) var(--spacing-xxs);
  border-bottom: 2px solid rgb(var(--color-border-default));
  font-size: clamp(22px, 1.094rem + 0.586vw, 25px);
}
.is-style-heading-b:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  background: rgb(var(--color-bg-primary));
}

.is-style-heading-c {
  margin-bottom: var(--spacing-lg);
  padding: var(--spacing-xxs) var(--spacing-xxs) var(--spacing-xxs) var(--spacing-md);
  border-left: 3px solid rgb(var(--color-border-primary));
  font-size: clamp(20px, 1.063rem + 0.391vw, 22px);
}

.is-style-simple-heading-a {
  margin-bottom: var(--spacing-xxl);
  font-size: clamp(32px, 1.625rem + 0.781vw, 36px);
  line-height: 1.5;
}
@media print, screen and (max-width: 767px) {
  .is-style-simple-heading-a {
    text-align: center;
  }
}

.is-style-simple-heading-b {
  margin-bottom: var(--spacing-xxl);
  font-size: clamp(25px, 0.906rem + 1.367vw, 32px);
  line-height: 1.5;
}

.is-style-simple-heading-c {
  margin-bottom: var(--spacing-xxl);
  font-size: clamp(22px, 1.094rem + 0.586vw, 25px);
  line-height: 1.5;
}

/*=============================================

	Buttonパーツ

==============================================*/
.wp-block-buttons {
  margin-bottom: var(--spacing-xs);
}

.wp-block-button__link {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  min-height: 60px;
  border-radius: 9999px;
  color: rgb(var(--color-text-primary));
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.4px;
  border: 1px solid currentColor;
  background-color: transparent;
  transition: background-color 0.2s ease-in, color 0.2s ease-in, border-color 0.2s ease, transform 0.05s ease;
}
@media (any-hover: hover) {
  .wp-block-button__link:hover {
    background-color: rgb(var(--color-text-primary)/0.12);
  }
}
.wp-block-button__link:active {
  background-color: rgb(var(--color-text-primary)/0.2);
}
.wp-block-button__link[aria-disabled=true], .wp-block-button__link.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.wp-block-button__link {
  border: none;
  color: rgb(var(--color-text-default));
  background-color: rgb(var(--color-bg-secondary));
}
@media (any-hover: hover) {
  .wp-block-button__link:hover {
    background-color: rgb(var(--color-bg-secondary-hover));
  }
}
.wp-block-button__link:active {
  background-color: rgb(var(--color-bg-secondary-active));
}
.wp-block-button__link {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
  transition: var(--animation-hover);
  text-align: center;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  color: rgb(var(--color-text-primary));
  background-color: rgb(var(--color-bg-default));
}
@media (any-hover: hover) {
  .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: rgb(var(--color-bg-primary-hover));
  }
}
.wp-block-button.is-style-outline .wp-block-button__link:active {
  background-color: rgb(var(--color-bg-primary-active));
}
.wp-block-button.is-style-outline-iconRight .wp-block-button__link {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  min-height: 60px;
  border-radius: 9999px;
  color: rgb(var(--color-text-primary));
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.4px;
  border: 1px solid currentColor;
  background-color: transparent;
  transition: background-color 0.2s ease-in, color 0.2s ease-in, border-color 0.2s ease, transform 0.05s ease;
}
@media (any-hover: hover) {
  .wp-block-button.is-style-outline-iconRight .wp-block-button__link:hover {
    background-color: rgb(var(--color-text-primary)/0.12);
  }
}
.wp-block-button.is-style-outline-iconRight .wp-block-button__link:active {
  background-color: rgb(var(--color-text-primary)/0.2);
}
.wp-block-button.is-style-outline-iconRight .wp-block-button__link[aria-disabled=true], .wp-block-button.is-style-outline-iconRight .wp-block-button__link.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.wp-block-button.is-style-outline-iconRight .wp-block-button__link {
  color: rgb(var(--color-text-primary));
  background-color: rgb(var(--color-bg-default));
}
@media (any-hover: hover) {
  .wp-block-button.is-style-outline-iconRight .wp-block-button__link:hover {
    background-color: rgb(var(--color-bg-primary-hover));
  }
}
.wp-block-button.is-style-outline-iconRight .wp-block-button__link:active {
  background-color: rgb(var(--color-bg-primary-active));
}
.wp-block-button.is-style-outline-iconRight .wp-block-button__link {
  padding: var(--spacing-md) var(--spacing-xxl);
}
.wp-block-button.is-style-outline-iconRight .wp-block-button__link::after {
  content: "\f00a";
  display: inline-block;
}
.wp-block-button.is-style-outline-iconRight .wp-block-button__link:after {
  position: absolute;
  top: 50%;
  right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translate(50%, -50%);
  font-size: 13px;
  line-height: 13px;
  color: rgb(var(--color-text-white));
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
  transition: var(--animation-hover);
  box-shadow: 0 0 0 0 rgb(var(--color-bg-primary));
}
@media (any-hover: hover) {
  .wp-block-button.is-style-outline-iconRight .wp-block-button__link:hover:after {
    box-shadow: 0 0 0 5px rgb(var(--color-bg-primary));
  }
}
.wp-block-button.is-style-outline-iconDown .wp-block-button__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  min-height: 60px;
  border-radius: 9999px;
  color: rgb(var(--color-text-primary));
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.4px;
  border: 1px solid currentColor;
  background-color: transparent;
  transition: background-color 0.2s ease-in, color 0.2s ease-in, border-color 0.2s ease, transform 0.05s ease;
}
@media (any-hover: hover) {
  .wp-block-button.is-style-outline-iconDown .wp-block-button__link:hover {
    background-color: rgb(var(--color-text-primary)/0.12);
  }
}
.wp-block-button.is-style-outline-iconDown .wp-block-button__link:active {
  background-color: rgb(var(--color-text-primary)/0.2);
}
.wp-block-button.is-style-outline-iconDown .wp-block-button__link[aria-disabled=true], .wp-block-button.is-style-outline-iconDown .wp-block-button__link.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.wp-block-button.is-style-outline-iconDown .wp-block-button__link {
  color: rgb(var(--color-text-primary));
  background-color: rgb(var(--color-bg-default));
}
@media (any-hover: hover) {
  .wp-block-button.is-style-outline-iconDown .wp-block-button__link:hover {
    background-color: rgb(var(--color-bg-primary-hover));
  }
}
.wp-block-button.is-style-outline-iconDown .wp-block-button__link:active {
  background-color: rgb(var(--color-bg-primary-active));
}
.wp-block-button.is-style-outline-iconDown .wp-block-button__link {
  padding: var(--spacing-md) var(--spacing-xxl);
}
.wp-block-button.is-style-outline-iconDown .wp-block-button__link::after {
  content: "\f00c";
  display: inline-block;
}
.wp-block-button.is-style-outline-iconDown .wp-block-button__link:after {
  position: absolute;
  top: 50%;
  right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translate(50%, -50%);
  font-size: 14px;
  line-height: 1;
  color: rgb(var(--color-text-white));
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
  transition: var(--animation-hover);
  text-align: center;
  box-shadow: 0 0 0 0 rgb(var(--color-bg-primary));
}
@media (any-hover: hover) {
  .wp-block-button.is-style-outline-iconDown .wp-block-button__link:hover:after {
    box-shadow: 0 0 0 5px rgb(var(--color-bg-primary));
  }
}
.wp-block-button.is-style-fill-iconRight .wp-block-button__link {
  padding: var(--spacing-md) var(--spacing-xxl);
}
.wp-block-button.is-style-fill-iconRight .wp-block-button__link::after {
  content: "\f00a";
  display: inline-block;
}
.wp-block-button.is-style-fill-iconRight .wp-block-button__link:after {
  position: absolute;
  top: 50%;
  right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translate(50%, -50%);
  font-size: 13px;
  line-height: 13px;
  border-radius: 50%;
  transition: var(--animation-hover);
  box-shadow: 0 0 0 0 #FFF;
  background: #FFF;
  color: rgb(var(--color-text-default));
}
@media (any-hover: hover) {
  .wp-block-button.is-style-fill-iconRight .wp-block-button__link:hover:after {
    box-shadow: 0 0 0 5px #FFF;
  }
}
.wp-block-button.is-style-fill-iconDown .wp-block-button__link {
  padding: var(--spacing-md) var(--spacing-xxl);
}
.wp-block-button.is-style-fill-iconDown .wp-block-button__link::after {
  content: "\f00c";
  display: inline-block;
}
.wp-block-button.is-style-fill-iconDown .wp-block-button__link:after {
  position: absolute;
  top: 50%;
  right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translate(50%, -50%);
  font-size: 13px;
  line-height: 13px;
  border-radius: 50%;
  transition: var(--animation-hover);
  box-shadow: 0 0 0 0 #FFF;
  background: #FFF;
  color: rgb(var(--color-text-default));
}
@media (any-hover: hover) {
  .wp-block-button.is-style-fill-iconDown .wp-block-button__link:hover:after {
    box-shadow: 0 0 0 5px #FFF;
  }
}

/*=============================================

	linkパーツ

==============================================*/
.is-style-c-link > a {
  position: relative;
  padding: 0 0 8px;
  border-bottom: 1px dashed rgb(var(--color-border-default));
  font-size: 1rem;
  line-height: 2.75;
  position: relative;
  display: inline;
  font-weight: bold;
  color: rgb(var(--color-text-default));
  transition: var(--animation-hover);
}
.is-style-c-link > a::after {
  content: "\f00a";
  display: inline-block;
}
.contents .is-style-c-link > a {
  color: rgb(var(--color-text-default));
  text-decoration: none;
}
.is-style-c-link > a::after {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 9px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 16px;
  vertical-align: middle;
  color: rgb(var(--color-text-primary));
  background: rgb(var(--color-bg-secondary));
  border-radius: 50%;
  transition: var(--animation-hover);
  text-align: center;
  box-shadow: 0 0 0 0 rgb(var(--color-bg-secondary));
}
@media (any-hover: hover) {
  .is-style-c-link > a:hover {
    color: rgb(var(--color-text-primary));
    border-bottom: 1px dashed currentColor;
  }
  .is-style-c-link > a:hover:after {
    box-shadow: 0 0 0 5px rgb(var(--color-bg-secondary));
  }
}

.is-style-c-link-block > a {
  position: relative;
  display: block;
  padding: var(--spacing-xxs) var(--spacing-xl) var(--spacing-xxs) var(--spacing-xxs);
  border-bottom: 1px dashed rgb(var(--color-border-default));
  font-size: 1rem;
  line-height: 1.75;
  font-weight: bold;
  color: rgb(var(--color-text-default));
  transition: var(--animation-hover);
}
.is-style-c-link-block > a::after {
  content: "\f00a";
  display: inline-block;
}
.contents .is-style-c-link-block > a {
  color: rgb(var(--color-text-default));
  text-decoration: none;
}
.is-style-c-link-block > a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: inline-block;
  margin-top: -8px;
  margin-left: 0;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 16px;
  vertical-align: middle;
  color: rgb(var(--color-text-primary));
  background: rgb(var(--color-bg-secondary));
  border-radius: 50%;
  transition: var(--animation-hover);
  text-align: center;
  box-shadow: 0 0 0 0 rgb(var(--color-bg-secondary));
}
@media (any-hover: hover) {
  .is-style-c-link-block > a:hover {
    color: rgb(var(--color-text-primary));
    border-bottom: 1px dashed currentColor;
  }
  .is-style-c-link-block > a:hover:after {
    box-shadow: 0 0 0 5px rgb(var(--color-bg-secondary));
  }
}

.safetySystem_link a:not([class]),
.external_link a:not([class]) {
  position: relative;
  padding: 0 0 8px;
  border-bottom: 1px dashed rgb(var(--color-border-default));
  font-size: 1rem;
  line-height: 2.75;
  position: relative;
  display: inline;
  font-weight: bold;
  transition: var(--animation-hover);
}
.safetySystem_link a:not([class])::after,
.external_link a:not([class])::after {
  content: "\f00a";
  display: inline-block;
}
.contents .safetySystem_link a:not([class]),
.contents .external_link a:not([class]) {
  color: rgb(var(--color-text-default));
  text-decoration: none;
}
.safetySystem_link a:not([class])::after,
.external_link a:not([class])::after {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 9px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 16px;
  vertical-align: middle;
  color: rgb(var(--color-text-primary));
  background: rgb(var(--color-bg-secondary));
  border-radius: 50%;
  transition: var(--animation-hover);
  text-align: center;
  box-shadow: 0 0 0 0 rgb(var(--color-bg-secondary));
}
.safetySystem_link a:not([class])[target=_blank],
.external_link a:not([class])[target=_blank] {
  position: relative;
}
.safetySystem_link a:not([class])[target=_blank]::after,
.external_link a:not([class])[target=_blank]::after {
  content: "\f008";
  display: inline-block;
}
.safetySystem_link a:not([class])[target=_blank]::after,
.external_link a:not([class])[target=_blank]::after {
  position: relative;
  top: 8%;
  background: none;
  border-radius: 0;
  font-size: 14px;
  line-height: 1;
  color: currentColor;
}
@media (any-hover: hover) {
  .safetySystem_link a:not([class])[target=_blank]:hover:after,
  .external_link a:not([class])[target=_blank]:hover:after {
    background: none;
    box-shadow: none;
  }
}
@media (any-hover: hover) {
  .safetySystem_link a:not([class]):hover,
  .external_link a:not([class]):hover {
    color: rgb(var(--color-text-primary));
    border-bottom: 1px dashed currentColor;
  }
  .safetySystem_link a:not([class]):hover:after,
  .external_link a:not([class]):hover:after {
    box-shadow: 0 0 0 5px rgb(var(--color-bg-secondary));
  }
}

/*=============================================

	wp-block-columnsパーツ

==============================================*/
.wp-block-columns {
  gap: var(--spacing-lg);
}

.wp-block-media-text {
  margin-bottom: var(--spacing-xxl);
  gap: var(--spacing-lg);
}
.wp-block-media-text > .wp-block-media-text__content {
  padding: 0;
}
.wp-block-media-text > .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
.wp-block-media-text > .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}

/*=============================================

	relatedLinkパーツ

==============================================*/
.relatedLink {
  margin-bottom: var(--spacing-xxl);
  gap: var(--spacing-lg);
}
.relatedLink > .relatedLink__main {
  flex: 1 1 auto;
  padding: var(--spacing-sm) 0;
}
.relatedLink > .relatedLink__main > *:first-child {
  margin-top: 0;
}
.relatedLink > .relatedLink__main > *:last-child {
  margin-bottom: 0;
}
.relatedLink_item {
  background: #FFF;
  gap: var(--spacing-sm);
  border-radius: var(--bdr-xl);
  max-width: 462px;
  width: 100%;
  margin: 0 auto var(--spacing-xxl);
  overflow: hidden;
  align-items: stretch;
}
.editor-styles-wrapper .relatedLink_item {
  max-width: 462px !important;
}
.relatedLink_item.is-clickable {
  cursor: pointer;
}
@media (any-hover: hover) {
  .relatedLink_item:hover {
    background: rgba(var(--color-bg-primary-hover)/0.8);
  }
  .relatedLink_item:hover .relatedLink_title:after {
    box-shadow: 0 0 0 5px rgb(var(--color-bg-primary));
  }
}
.relatedLink_main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--spacing-sm) 0;
}
.relatedLink_thumbnail {
  position: relative;
  width: 136px;
  flex: 0 0 136px;
  margin: 0;
}
.relatedLink_thumbnail img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.relatedLink_thumbnail .wp-block-image {
  display: inline-flex;
  height: 100%;
}
.relatedLink_title {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 0 var(--spacing-xxl) 0 0;
  font-weight: bold;
  color: rgb(var(--color-text-primary));
  font-size: 1rem;
  line-height: 1.5;
  transition: var(--animation-hover);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media print, screen and (min-width: 1025px) {
  .relatedLink_title {
    line-height: 1.875;
  }
}
.editor-styles-wrapper .relatedLink_title, .article .relatedLink_title {
  margin: 0 !important;
}
.relatedLink_title::after {
  content: "\f00a";
  display: inline-block;
}
.relatedLink_title::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 16px;
  vertical-align: middle;
  transform: translateY(-50%);
  color: #FFF;
  background: rgb(var(--color-bg-primary));
  border-radius: 50%;
  transition: var(--animation-hover);
  text-align: center;
  box-shadow: 0 0 0 0 rgb(var(--color-bg-primary));
}
.editor-styles-wrapper .relatedLink_title > a {
  color: rgb(var(--color-text-primary));
  text-decoration: none;
}
.relatedLink_text {
  margin: var(--spacing-md) 0 0;
  padding-right: var(--spacing-md);
  font-size: 1rem;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.editor-styles-wrapper .relatedLink_text {
  margin: var(--spacing-md) 0 0;
  font-size: 1rem;
  line-height: 1.25;
}
.editor-styles-wrapper .relatedLink_text, .article .relatedLink_text {
  margin: var(--spacing-md) 0 0 !important;
}

/*=============================================

	talbeパーツ

==============================================*/
.article .wp-block-flexible-table-block-table,
.editor-styles-wrapper .wp-block-flexible-table-block-table {
  margin: var(--spacing-xxl) 0;
}
.article .wp-block-flexible-table-block-table table,
.editor-styles-wrapper .wp-block-flexible-table-block-table table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background: #FFF;
  font-size: 1rem;
  line-height: 1.75;
}
.article .wp-block-flexible-table-block-table table caption,
.editor-styles-wrapper .wp-block-flexible-table-block-table table caption {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75;
  text-align: left;
}
.article .wp-block-flexible-table-block-table table tr th, .article .wp-block-flexible-table-block-table table tr td,
.editor-styles-wrapper .wp-block-flexible-table-block-table table tr th,
.editor-styles-wrapper .wp-block-flexible-table-block-table table tr td {
  padding: var(--spacing-md);
  border: 1px solid rgb(var(--color-border-default));
  text-align: left;
}
.article .wp-block-flexible-table-block-table table tr th,
.editor-styles-wrapper .wp-block-flexible-table-block-table table tr th {
  background: rgb(var(--color-bg-sub-brown));
}
@media print, screen and (max-width: 767px) {
  .article .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr th, .article .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr td,
  .editor-styles-wrapper .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr th,
  .editor-styles-wrapper .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr td {
    margin-top: -1px !important;
  }
}