@charset "UTF-8";
/* setting */
:root {
  --bar-width: 30px;
  --bar-height: 2px;
  --bar-spacing: 10px;
  --bar-color: #333;
  --bar-active-color: #fff;
  --menu-bg: #DBDBDB;
  --menu-backdrop-blur: 10px;
  --ani-speed: 0.4s;
  --bg-color:#F1E9E3;
  --z-low: 10;
  --z-header: 100;
  --z-sticky: 200;
  --z-overlay: 400;
  --z-modal: 500;
  --z-popover: 600;
  --z-frontmost: 9999;
}

/* setting */
/* setting */
html {
  font-family: yakuhanmp, "Noto Serif JP", 游明朝, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, georgia, serif;
  font-feature-settings: "palt" 1;
}

_:lang(x)::-ms-backdrop,
html {
  font-family: "メイリオ", Meiryo, sans-serif;
}

html {
  font-size: 62.5%;
}
@media (max-width: 767px) {
  html {
    font-size: 2.5445292621vw;
  }
}

body {
  padding: 0;
  margin: 0;
  font-family: yakuhanmp, "Noto Serif JP", 游明朝, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, georgia, serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.6;
  color: #323232;
  background: #fff;
  /*
  導入検討
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: always;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  text-rendering: optimizeLegibility;
  */
}
a {
  color: #251e1c;
  text-decoration: none;
  outline: none;
}

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

svg {
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
  height: auto;
}

/*
 * ress.css • v5.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
  text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
}

*,
::before,
::after {
  box-sizing: inherit;
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  appearance: auto; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select { /* Chrome 41+ */
  appearance: none; /* Firefox 36+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentcolor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */ /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* setting */
html {
  position: relative;
  height: 100%;
  min-height: 100%; /* footer 要素が短い場合でもを最下部に入れる場合は必要なし */
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.header {
  flex: 0 0 auto;
}

.footer {
  flex: 0 0 auto;
}

.content {
  position: relative;
  flex: 1 0 auto;
  overflow: hidden;
}

.content-inner {
  position: relative;
  padding: 0 6.3613231552vw;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .content-inner {
    width: 100%;
    max-width: 1280px;
    padding: 0;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

figure {
  line-height: 1;
}

/* setting */
.clearfix::after,
.clearfix::before {
  display: table;
  content: "";
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.none {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}

/* フェードインさせる要素の初期状態 */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s ease-out 0.4s, transform 0.8s ease-out;
}

/* 監視により付与 */
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fixed {
  position: fixed;
}

/* setting */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 115px;
  background-color: var(--header-bg, rgba(255, 255, 255, 0.9));
  backdrop-filter: blur(10px);
  transition: 0.6s ease-in-out;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
}
.page-top .header {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-100%);
}
.page-top .header.is-visible {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.header .header__inner {
  position: relative;
}
@media (min-width: 768px) {
  .header .header__inner {
    max-width: 1280px;
    margin: 0 auto;
  }
}
.header .header__inner .header-logo {
  position: absolute;
  top: 38px;
  left: 6.3613231552vw;
  z-index: var(--z-frontmost);
  line-height: 1;
  background: transparent;
  border: none;
}
@media (min-width: 768px) {
  .header .header__inner .header-logo img {
    width: 100px;
    height: 40px;
  }
}
.header .header__inner .hamburger-trigger {
  position: fixed;
  top: 48px;
  right: 6.3613231552vw;
  z-index: var(--z-frontmost);
  cursor: pointer;
  background: transparent;
  border: none;
}
@media (min-width: 768px) {
  .header .header__inner .hamburger-trigger {
    opacity: 0;
  }
}
.header .header__inner .hamburger-trigger:has(+ #mobile-menu:popover-open) .hamburger-line {
  background-color: var(--bar-active-color);
}
.header .header__inner .hamburger-trigger:has(+ #mobile-menu:popover-open) .hamburger-line:nth-child(1) {
  transform: translateY(calc(var(--bar-spacing) / 2 + var(--bar-height) / 2)) rotate(20.32deg);
}
.header .header__inner .hamburger-trigger:has(+ #mobile-menu:popover-open) .hamburger-line:nth-child(2) {
  transform: translateY(calc((var(--bar-spacing) / 2 + var(--bar-height) / 2) * -1)) rotate(-20.32deg);
}
.header .header__inner .hamburger-box {
  position: relative;
  width: var(--bar-width);
  height: calc(var(--bar-height) * 2 + var(--bar-spacing));
}
.header .header__inner .hamburger-line {
  position: absolute;
  left: 0;
  display: block;
  width: var(--bar-width);
  height: var(--bar-height);
  background-color: var(--bar-color);
  transition: transform var(--ani-speed) ease, background-color var(--ani-speed) ease;
}
.header .header__inner .hamburger-line:nth-child(1) {
  top: 0;
}
.header .header__inner .hamburger-line:nth-child(2) {
  bottom: 0;
}
.header .header__inner #mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100dvw;
  height: 100dvh;
  padding: 133px 0 35px 6.3613231552vw;
  pointer-events: auto;
  background-color: var(--menu-bg);
  border: none;
  transition: opacity 0.4s ease, display 0.4s allow-discrete;
}
.header .header__inner #mobile-menu:not(:popover-open) {
  pointer-events: none;
  opacity: 0;
}
@starting-style {
  .header .header__inner #mobile-menu {
    opacity: 0;
  }
}
.header .header__inner #mobile-menu:popover-open .hamburger-trigger .hamburger-line:nth-child(1) {
  transform: translateY(6px) rotate(20.32deg);
}
.header .header__inner #mobile-menu:popover-open .hamburger-trigger .hamburger-line:nth-child(2) {
  transform: translateY(-6px) rotate(-20.32deg);
}
.header .header__inner #mobile-menu .menu-list {
  font-weight: 600;
  list-style: none;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1.45;
}
.header .header__inner #mobile-menu .menu-list li {
  margin-bottom: 27px;
}
.header .header__inner #mobile-menu .mobile-menu__copy {
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 2.3571428571;
}
.header .header__inner #pc-menu {
  position: absolute;
  top: 48px;
  right: 60px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-100%);
}
@media (min-width: 768px) {
  .header .header__inner #pc-menu {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
  }
}
.header .header__inner #pc-menu .menu-list {
  display: flex;
  gap: 15px;
  font-weight: 600;
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0em;
}
@media (min-width: 1000px) {
  .header .header__inner #pc-menu .menu-list {
    gap: 33px;
  }
}

/* setting */
.footer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.footer .content-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 60px 6.3613231552vw 54px;
}
@media (min-width: 768px) {
  .footer .content-inner {
    padding: 75px 60px 45px 35px;
  }
}
.footer .footer-company .footer-company__name {
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.3571428571;
}
@media (min-width: 768px) {
  .footer .footer-company .footer-company__name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.0625;
  }
}
.footer .footer-company .footer-company__address {
  margin: 20px 0 0;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .footer .footer-company .footer-company__address {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}
.footer .footer-company .footer-company__copy {
  margin: 10px 0 0;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.5384615385;
}
@media (min-width: 768px) {
  .footer .footer-company .footer-company__copy {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.3571428571;
  }
}
.footer .footer-sbt img {
  width: 31.8066157761vw;
  height: auto;
}
@media (min-width: 768px) {
  .footer .footer-sbt img {
    width: 150px;
  }
}
.footer .footer-designer {
  position: absolute;
  right: 6.3613231552vw;
  bottom: 54px;
}
@media (min-width: 768px) {
  .footer .footer-designer {
    right: 60px;
    bottom: 45px;
  }
}
.footer .footer-designer .designer-link {
  display: block;
  font-weight: 700;
  color: #FF6640;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
}
@media (min-width: 768px) {
  .footer .footer-designer .designer-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.3571428571;
  }
}

.page-top .footer, .page-about .footer {
  border-top: 1px solid #000;
}

/* setting */
/* 全体を覆う黒い画面 */
#loading-screen {
  position: fixed;
  inset: 0;
  z-index: var(--z-frontmost);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #342C29; /* 背景色 */
  transition: opacity 1s ease-out 5s, visibility 1s 5s;
}

/* 読み込み完了後にJSでこのクラスをつける */
#loading-screen.is-loaded {
  visibility: hidden;
  opacity: 0;
}

.loading-content {
  display: grid; /* Gridを使うと重ねやすい */
  place-items: center;
}

/* キャッチコピーとロゴの共通設定 */
.catch-copy, .loading-logo {
  grid-area: 1/1; /* 同じ場所に重ねる */
  width: 100%;
  margin: 0;
  color: #fff;
  opacity: 0;
}

/* 1. キャッチコピーのアニメーション（2秒間表示して消える） */
.is-loaded .catch-copy {
  font-family: yakuhanjp, "Noto Sans JP", yugothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0%;
  animation: fade-in-out 3s forwards 0s;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .is-loaded .catch-copy {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* 2. ロゴのアニメーション（キャッチコピーが終わる頃に表示） */
.is-loaded .loading-logo {
  width: 15.6488549618vw;
  height: 77.2900763359vw;
}
@media (min-width: 768px) {
  .is-loaded .loading-logo {
    width: 82px;
    height: 405px;
  }
}
.is-loaded .loading-logo {
  animation: fade-in 2.5s forwards 3s;
}

@keyframes fade-in-out {
  0% {
    opacity: 0;
    transform: translate(0%, -40%);
  }
  20% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
  80% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(0%, -60%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* setting */
.page-link__heading {
  font-weight: 500;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .page-link__heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-link__heading a {
  color: #FF6640;
}

.page-link__more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 31.8066157761vw;
  padding: 0 0 3px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #323232;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
}
@media (min-width: 768px) {
  .page-link__more {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.1428571429;
    width: 145px;
  }
}
.page-link__more::after {
  display: block;
  width: 9.15px;
  height: 10.7px;
  content: "";
  background-image: url("/assets/img/common/icn_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .page-link__more::after {
    width: 10px;
    height: 11.7px;
  }
}
.page-link__more a {
  display: block;
  width: 100%;
}

/* setting */
.slider {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
.slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider-slide {
  position: absolute;
  inset: 0;
  visibility: hidden;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1.5s ease-in-out, visibility 1.5s;
}
.slider-slide.is-active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
.slider-slide:last-child {
  color: #fff;
}
.slider-slide__content {
  z-index: 2;
}
.slider-slide__content .slide-content__logo {
  position: absolute;
  top: 45px;
  left: 6.3613231552vw;
}
.slider-slide__content .slide-content__address {
  position: absolute;
  bottom: 80px;
  left: 6.3613231552vw;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .slider-slide__content .slide-content__address {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
.slider-slide__content .slide-content__link {
  position: absolute;
  bottom: 40px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.slider-slide__content .slide-content__link a {
  color: #FF6640;
}
.slider-slide__content .slide-content__link.map {
  left: 6.3613231552vw;
}
.slider-slide__content .slide-content__link.recruit {
  right: 6.3613231552vw;
}

/* setting */
.expandable-table__inner {
  max-height: 233px; /* 最初に表示したい高さ */
  overflow: hidden;
  transition: max-height 1s ease-in-out; /* アニメーション */
}
@media (min-width: 768px) {
  .expandable-table__inner {
    max-height: 289px;
  }
}

/* 展開時のスタイル */
.expandable-table__inner[aria-expanded=true] {
  max-height: 4000px; /* 十分に大きな値、またはJSで実寸を指定 */
}

/* 下の方にボカシを入れて「続きがある感」を出す（トレンド的な装飾） */
.expandable-table__inner:not([aria-expanded=true]) + div {
  position: relative;
}
.expandable-table__inner:not([aria-expanded=true]) + div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  pointer-events: none;
  content: "";
  background-image: radial-gradient(#333 2.5px, transparent 2.5px);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 11px 11px;
}
.expandable-table__inner:not([aria-expanded=true]) + div .btn-more {
  padding: 95px 0 17px;
}
.expandable-table__inner:not([aria-expanded=true]) + div .btn-more::after {
  transform: scaleY(1);
}

.expandable-table__action {
  margin-top: 20px;
  text-align: center;
}
.expandable-table__action .btn-more {
  position: relative;
  width: 22.9007633588vw;
  padding: 0 0 17px;
  font-family: yakuhanmp, "Noto Serif JP", 游明朝, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, georgia, serif;
  font-weight: 700;
  color: #323232;
  letter-spacing: 0%;
  border-bottom: 1px solid #323232;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
}
@media (min-width: 768px) {
  .expandable-table__action .btn-more {
    width: 90px;
    margin-top: 22px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.expandable-table__action .btn-more::after {
  position: absolute;
  right: 0;
  bottom: 5.3px;
  left: 0;
  display: block;
  width: 9.15px;
  height: 10.7px;
  margin: auto;
  content: "";
  background-image: url("/assets/img/common/icn_arrow_b.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: scaleY(-1);
}
@media (min-width: 768px) {
  .expandable-table__action .btn-more::after {
    width: 10px;
    height: 11.7px;
  }
}

/* setting */
.sdgs-menu ul {
  font-weight: 700;
  list-style-type: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
}
@media (min-width: 768px) {
  .sdgs-menu ul {
    display: flex;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.sdgs-menu ul li {
  display: flex;
  align-items: center;
  width: 36.8956743003vw;
  padding: 0 0 3px;
  margin: 0 0 20px;
  border-bottom: 1px solid #323232;
}
@media (min-width: 768px) {
  .sdgs-menu ul li {
    width: 145px;
    margin: 0 40px 0 0;
  }
}
.sdgs-menu ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sdgs-menu ul li:last-child {
    margin-right: 0;
  }
}
.sdgs-menu ul li::after {
  display: block;
  width: 9.15px;
  height: 10.7px;
  content: "";
  background-image: url("/assets/img/common/icn_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .sdgs-menu ul li::after {
    width: 10px;
    height: 11.7px;
  }
}
.sdgs-menu ul li a {
  display: block;
  width: 100%;
}

/* setting */
.page-top .top-intro {
  padding: 160px 0 0;
}
@media (min-width: 1000px) {
  .page-top .top-intro {
    padding: 245px 0 2180px;
  }
}
@media (min-width: 768px) {
  .page-top .top-intro .content-inner {
    position: relative;
  }
}
@media (min-width: 768px) {
  .page-top .top-intro .top-intro__text {
    position: relative;
    z-index: var(--z-low);
    margin: 0 0 0 220px;
  }
}
.page-top .top-intro .top-intro__text h2 {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .page-top .top-intro .top-intro__text h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}
.page-top .top-intro .top-intro__text p {
  margin: 30px auto 0;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media (min-width: 768px) {
  .page-top .top-intro .top-intro__text p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    margin: 20px auto 0;
  }
}
.page-top .top-intro .top-intro__image {
  margin: 60px auto 0;
}
@media (min-width: 768px) and (max-width: 999px) {
  .page-top .top-intro .top-intro__image {
    padding: 0 6.3613231552vw;
  }
}
@media (min-width: 1000px) {
  .page-top .top-intro .top-intro__image {
    padding: 0;
    margin: 0 auto;
  }
}
.page-top .top-intro .top-intro__image figure {
  display: block;
  margin: 45px auto 0;
}
@media (min-width: 1000px) {
  .page-top .top-intro .top-intro__image figure {
    position: absolute;
    display: inline;
    margin: 0 auto;
  }
}
@media (min-width: 1000px) {
  .page-top .top-intro .top-intro__image figure:first-child {
    top: 240px;
    right: 0;
    width: 58.59375%;
    max-width: 750px;
  }
}
.page-top .top-intro .top-intro__image figure:nth-child(2) {
  width: 53.68956743vw;
  margin-left: 0;
}
@media (min-width: 1000px) {
  .page-top .top-intro .top-intro__image figure:nth-child(2) {
    top: 833px;
    left: 120px;
    width: 43.75%;
    max-width: 580px;
  }
}
.page-top .top-intro .top-intro__image figure:nth-child(3) {
  position: relative;
  width: 49.8727735369vw;
  margin-right: 0;
  text-align: right;
}
@media (min-width: 1000px) {
  .page-top .top-intro .top-intro__image figure:nth-child(3) {
    position: absolute;
    top: 1019px;
    right: 0;
    width: 40.625%;
    max-width: 520px;
  }
}
@media (min-width: 1000px) {
  .page-top .top-intro .top-intro__image figure:last-child {
    top: 1892px;
    right: 0;
    left: 0;
    width: 68.75%;
    max-width: 880px;
    margin: 0 auto;
  }
}
.page-top .top-intro .top-intro__image figure .designer-link {
  position: absolute;
  right: 75%;
  bottom: -9.5px;
  width: 100%;
  font-weight: 700;
  color: #FF6640;
  text-align: left;
  letter-spacing: 0%;
  font-size: 10px;
  font-size: 1rem;
  line-height: 3.3;
}
@media (min-width: 1000px) {
  .page-top .top-intro .top-intro__image figure .designer-link {
    right: 108%;
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.3571428571;
  }
}
.page-top .top-about {
  padding: 45px 0 60px;
}
@media (min-width: 768px) {
  .page-top .top-about {
    padding-bottom: 120px;
  }
}
.page-top .top-about .content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-top .top-about .content-inner .top-about__text {
  text-align: center;
}
@media (min-width: 768px) {
  .page-top .top-about .content-inner .top-about__text {
    margin: 55px auto 0;
  }
}
.page-top .top-about .content-inner .top-about__text h3 {
  font-weight: 600;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 2.6086956522;
}
@media (min-width: 768px) {
  .page-top .top-about .content-inner .top-about__text h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 2.3076923077;
  }
}
.page-top .top-about .content-inner .top-about__text p {
  margin: 10px auto 0;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
@media (min-width: 768px) {
  .page-top .top-about .content-inner .top-about__text p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    margin: 20px auto 0;
  }
}
.page-top .top-about .content-inner .top-about__text .page-link__more {
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  .page-top .top-about .content-inner .top-about__text .page-link__more {
    margin: 40px auto 0;
  }
}
.page-top .top-about .content-inner .top-about__image {
  margin: 60px auto 0;
  text-align: center;
}
@media (min-width: 768px) {
  .page-top .top-about .content-inner .top-about__image {
    margin: 120px auto 0;
  }
}
@media (min-width: 768px) {
  .page-top .top-about .content-inner .top-about__image img {
    width: 84.375%;
    max-width: 1080px;
  }
}
.page-top .top-people {
  padding: 60px 0;
  background-color: #F1E9E3;
}
@media (min-width: 768px) {
  .page-top .top-people {
    position: relative;
    padding: 230px 0 120px;
  }
}
@media (min-width: 768px) {
  .page-top .top-people .page-link__heading {
    position: absolute;
    top: 0;
    left: 220px;
  }
}
.page-top .top-people .content-inner .top-people__text {
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .page-top .top-people .content-inner .top-people__text {
    padding: 0 0 0 400px;
  }
}
.page-top .top-people .content-inner .top-people__text h3 {
  font-weight: 600;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.3043478261;
}
@media (min-width: 768px) {
  .page-top .top-people .content-inner .top-people__text h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.4230769231;
  }
}
.page-top .top-people .content-inner .top-people__text p {
  margin: 25px auto 0;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
@media (min-width: 768px) {
  .page-top .top-people .content-inner .top-people__text p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    margin: 35px auto 0;
  }
}
.page-top .top-people .content-inner .top-people__text .page-link__more {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .page-top .top-people .content-inner .top-people__text .page-link__more {
    margin: 40px 0 0;
  }
}
.page-top .top-people .content-inner .top-people__image {
  margin: 60px auto 0;
}
@media (min-width: 768px) {
  .page-top .top-people .content-inner .top-people__image {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .page-top .top-people .content-inner .top-people__image img {
    width: 68.75%;
    max-width: 880px;
  }
}
.page-top .top-company {
  padding: 0 0 60px;
  background-color: #F1E9E3;
}
@media (min-width: 768px) {
  .page-top .top-company {
    padding: 0 0 130px;
  }
}
.page-top .top-company .content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-top .top-company .content-inner .top-company__text {
  margin: 25px auto 0;
}
@media (min-width: 768px) {
  .page-top .top-company .content-inner .top-company__text {
    margin: 50px auto 0;
  }
}
.page-top .top-company .content-inner .top-company__text h3 {
  font-weight: 600;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 2.6086956522;
  text-align: center;
}
@media (min-width: 768px) {
  .page-top .top-company .content-inner .top-company__text h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 2.3076923077;
  }
}
.page-top .top-company .content-inner .top-company__text .page-link__more {
  margin: 5px auto 0;
}
@media (min-width: 768px) {
  .page-top .top-company .content-inner .top-company__text .page-link__more {
    margin: 50px auto 0;
  }
}
.page-top .top-company .content-inner .top-company__image {
  margin: 60px auto 0;
}
@media (min-width: 768px) {
  .page-top .top-company .content-inner .top-company__image {
    margin: 105px auto 0;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .page-top .top-company .content-inner .top-company__image img {
    width: 84.375%;
    max-width: 1080px;
  }
}
.page-top .top-kitt {
  padding: 60px 0;
}
@media (min-width: 768px) and (max-width: 999px) {
  .page-top .top-kitt {
    padding: 60px 0 60px 6.3613231552vw;
  }
}
@media (min-width: 1000px) {
  .page-top .top-kitt {
    padding: 120px 0 125px 220px;
  }
}
@media (min-width: 1000px) {
  .page-top .top-kitt .content-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .page-top .top-kitt .content-inner .top-kitt__text {
    margin-right: 80px;
  }
}
.page-top .top-kitt .content-inner .top-kitt__text h3 {
  font-weight: 600;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.3043478261;
}
@media (min-width: 768px) {
  .page-top .top-kitt .content-inner .top-kitt__text h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.4230769231;
  }
}
.page-top .top-kitt .content-inner .top-kitt__text p {
  margin: 25px auto 0;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
@media (min-width: 768px) {
  .page-top .top-kitt .content-inner .top-kitt__text p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    margin: 35px auto 0;
  }
}
.page-top .top-kitt .content-inner .top-kitt__text .page-link__more {
  margin: 22px 0 0;
}
@media (min-width: 768px) {
  .page-top .top-kitt .content-inner .top-kitt__text .page-link__more {
    margin: 45px 0 0;
  }
}
.page-top .top-kitt .content-inner .top-kitt__image {
  margin: 60px auto 0;
}
@media (min-width: 768px) and (max-width: 999px) {
  .page-top .top-kitt .content-inner .top-kitt__image {
    margin: 60px;
  }
}
@media (min-width: 1000px) {
  .page-top .top-kitt .content-inner .top-kitt__image {
    margin: 0;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .page-top .top-kitt .content-inner .top-kitt__image img {
    max-width: 676px;
  }
}

/* setting */
.page-sdgs .content {
  background-color: #DBDBDB;
}
.page-sdgs .content .kv {
  padding: 115px 0 0;
  margin: 0 auto;
  line-height: 1;
}
.page-sdgs .content .content-inner {
  padding: 60px 6.3613231552vw;
}
@media (min-width: 768px) {
  .page-sdgs .content .content-inner {
    padding: 115px 0 125px 235px;
  }
}
.page-sdgs .content section {
  margin: 65px auto 0;
}
@media (min-width: 768px) {
  .page-sdgs .content section {
    margin: 90px auto 0;
  }
}
.page-sdgs .content section.csr {
  margin-top: 70px;
}
.page-sdgs .content section h2 {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2.0833333333;
}
@media (min-width: 768px) {
  .page-sdgs .content section h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.7857142857;
  }
}
@media (min-width: 768px) {
  .page-sdgs .content section .action-block {
    margin: 12px auto 0;
  }
}
@media (min-width: 768px) {
  .page-sdgs .content section .action-block .action-block__inner .action-block__body {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .page-sdgs .content section .action-block .action-block__inner .action-block__body .action-block__text {
    width: 38.2775119617%;
    max-width: 400px;
    margin-right: 50px;
  }
}
.page-sdgs .content section .action-block .action-block__inner .action-block__body .action-block__text p {
  margin: 1px auto 0;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 5%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media (min-width: 768px) {
  .page-sdgs .content section .action-block .action-block__inner .action-block__body .action-block__text p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
  }
}
.page-sdgs .content section .action-block .action-block__inner .action-block__body .action-block__text a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 31.8066157761vw;
  margin: 10px 0 0;
  font-weight: 700;
  border-bottom: 1px solid #323232;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
}
@media (min-width: 768px) {
  .page-sdgs .content section .action-block .action-block__inner .action-block__body .action-block__text a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.1428571429;
    width: 145px;
    margin: 40px 0 0;
  }
}
.page-sdgs .content section .action-block .action-block__inner .action-block__body .action-block__text a::after {
  display: block;
  width: 9.15px;
  height: 10.7px;
  content: "";
  background-image: url("/assets/img/common/icn_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .page-sdgs .content section .action-block .action-block__inner .action-block__body .action-block__text a::after {
    width: 10px;
    height: 11.7px;
  }
}
.page-sdgs .content section .action-block .action-block__inner .action-block__body .action-block__figure {
  margin: 32px auto 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .page-sdgs .content section .action-block .action-block__inner .action-block__body .action-block__figure {
    width: 56.9377990431%;
    max-width: 595px;
    margin: 0;
  }
}

.page-sdgs__lower .content {
  background-color: #DBDBDB;
}
.page-sdgs__lower .content .content-inner {
  padding: 115px 6.3613231552vw;
}
@media (min-width: 768px) {
  .page-sdgs__lower .content .content-inner {
    padding: 115px 230px 125px;
  }
}
.page-sdgs__lower .content .content-inner h1 {
  margin: 65px auto 0;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2.0833333333;
}
@media (min-width: 768px) {
  .page-sdgs__lower .content .content-inner h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.7857142857;
    margin: 110px auto 0;
  }
}
.page-sdgs__lower .content .content-inner .content-body {
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .page-sdgs__lower .content .content-inner .content-body {
    margin: 60px auto 0;
  }
}
.page-sdgs__lower .content .content-inner .content-body h2 {
  font-weight: 500;
  text-align: justify;
  letter-spacing: 5%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media (min-width: 768px) {
  .page-sdgs__lower .content .content-inner .content-body h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
  }
}
.page-sdgs__lower .content .content-inner .content-body p {
  margin: 0 auto 22px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 5%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media (min-width: 768px) {
  .page-sdgs__lower .content .content-inner .content-body p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    margin: 0 auto 36px;
  }
}
.page-sdgs__lower .content .content-inner .content-body .content-signature p {
  margin: 0 auto 22px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 5%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media (min-width: 768px) {
  .page-sdgs__lower .content .content-inner .content-body .content-signature p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin: 0 auto 26px;
  }
}
.page-sdgs__lower .content .content-inner .sdgs-menu {
  margin: 100px 0 0;
}
@media (min-width: 768px) {
  .page-sdgs__lower .content .content-inner .sdgs-menu {
    margin: 200px 0 0;
  }
}

.page-sbt .content .content-inner .content-body .sbt-logo {
  width: 46.643902439vw;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .page-sbt .content .content-inner .content-body .sbt-logo {
    width: 382.48px;
    margin: 75px auto;
  }
}
.page-sbt .content .content-inner .content-body h2 {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.1;
}
@media (min-width: 768px) {
  .page-sbt .content .content-inner .content-body h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2.0833333333;
    margin: 40px auto 0;
  }
}
.page-sbt .content .content-inner .content-body h2 + p {
  margin: 12px auto 0;
}
.page-sbt .content .content-inner .content-body h2 + h3 {
  margin: 12px auto 0;
}
.page-sbt .content .content-inner .content-body h3 + p {
  margin-bottom: 0;
}
.page-sbt .content .content-inner .content-body .sbt-graph {
  width: 87.1951219512vw;
  margin: 20px auto 35px;
}
@media (min-width: 768px) {
  .page-sbt .content .content-inner .content-body .sbt-graph {
    width: 715px;
    margin: 40px auto 75px;
  }
}
.page-sbt .content .content-inner .content-body .sbt-note {
  margin: 25px auto 0;
  font-weight: 500;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 2;
}
.page-sbt .content .content-inner .content-body .sbt-note a {
  color: #FF6640;
}

/* setting */
.page-recruit .content {
  background-color: #DBDBDB;
}
.page-recruit .content .kv {
  padding: 115px 0 0;
  margin: 0 auto;
  line-height: 1;
}
.page-recruit .content .content-inner {
  padding: 60px 6.3613231552vw;
}
@media (min-width: 768px) {
  .page-recruit .content .content-inner {
    padding: 115px 230px 125px;
  }
}
.page-recruit .content h2 {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2.0833333333;
  text-align: center;
}
@media (min-width: 768px) {
  .page-recruit .content h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.7857142857;
  }
}
.page-recruit .content h2 + p {
  margin: 30px auto 0;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 5%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media (min-width: 768px) {
  .page-recruit .content h2 + p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    margin: 70px auto 0;
  }
}
.page-recruit .content .recruit-list {
  margin: 50px auto 0;
}
@media (min-width: 768px) {
  .page-recruit .content .recruit-list {
    margin: 100px auto 0;
  }
}
.page-recruit .content .recruit-list .recruit-list__item {
  margin: 45px auto 0;
}
@media (min-width: 768px) {
  .page-recruit .content .recruit-list .recruit-list__item {
    margin: 90px auto 0;
  }
}
@media (min-width: 768px) {
  .page-recruit .content .recruit-list .recruit-list__item .item-figure {
    width: 60.9756097561%;
    max-width: 500%;
  }
}
.page-recruit .content .recruit-list .recruit-list__item .item-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  .page-recruit .content .recruit-list .recruit-list__item .item-text {
    flex-direction: row;
    margin: 45px auto 0;
  }
}
.page-recruit .content .recruit-list .recruit-list__item .item-text .item-text__title h3 {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0%;
}
@media (min-width: 768px) {
  .page-recruit .content .recruit-list .recruit-list__item .item-text .item-text__title h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.page-recruit .content .recruit-list .recruit-list__item .item-text .item-text__detail {
  margin: 20px auto 0;
  font-weight: 500;
  letter-spacing: 5%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media (min-width: 768px) {
  .page-recruit .content .recruit-list .recruit-list__item .item-text .item-text__detail {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    width: 630px;
    margin: auto;
  }
}
.page-recruit .content .recruit-message {
  margin: 50px auto 40px;
  font-weight: 500;
  letter-spacing: 5%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
@media (min-width: 768px) {
  .page-recruit .content .recruit-message {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.6666666667;
    margin: 100px auto 85px;
  }
}
.page-recruit .content .recruit-link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 31.8066157761vw;
  margin: 10px auto 0;
  font-weight: 700;
  border-bottom: 1px solid #323232;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
}
@media (min-width: 768px) {
  .page-recruit .content .recruit-link a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.1428571429;
    width: 145px;
    margin: 40px auto 0;
  }
}
.page-recruit .content .recruit-link a::after {
  display: block;
  width: 9.15px;
  height: 10.7px;
  content: "";
  background-image: url("/assets/img/common/icn_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .page-recruit .content .recruit-link a::after {
    width: 10px;
    height: 11.7px;
  }
}

/* setting */
.page-about .content .kv {
  padding: 115px 0 0;
  margin: 0 auto;
  line-height: 1;
}
.page-about .content .content-inner {
  padding: 60px 6.3613231552vw;
}
@media (min-width: 768px) {
  .page-about .content .content-inner {
    padding: 115px 100px 125px;
  }
}
.page-about .content .content-inner h2 {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0%;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4583333333;
}
@media (min-width: 768px) {
  .page-about .content .content-inner h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.25;
  }
}
.page-about .content .content-inner p {
  margin: 30px auto 0;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 5%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media (min-width: 768px) {
  .page-about .content .content-inner p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    padding: 0 130px;
    margin: 65px auto 0;
  }
}
.page-about .content .content-inner hr {
  width: 60.9756097561%;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .page-about .content .content-inner hr {
    width: 500px;
    margin: 80px auto 0;
  }
}
.page-about .content .content-inner hr + h2 {
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .page-about .content .content-inner hr + h2 {
    margin: 90px auto 0;
  }
}
.page-about .content .content-inner picture {
  display: block;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .page-about .content .content-inner picture {
    margin: 75px auto 0;
  }
}

/* setting */
.page-company .content {
  background-color: #F1E9E3;
}
.page-company .content .kv {
  padding: 115px 0 0;
  margin: 0 auto;
  line-height: 1;
}
.page-company .content .content-inner {
  padding: 60px 6.3613231552vw;
}
@media (min-width: 768px) {
  .page-company .content .content-inner {
    padding: 115px 100px 125px;
  }
}
.page-company .content .content-inner h2 {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0%;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2.0833333333;
}
@media (min-width: 768px) {
  .page-company .content .content-inner h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.7857142857;
  }
}
.page-company .content .content-inner p {
  margin: 18px auto 0;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 5%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media (min-width: 768px) {
  .page-company .content .content-inner p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    padding: 0 130px;
    margin: 36px auto 0;
  }
}
.page-company .content .content-inner p:first-of-type {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .page-company .content .content-inner p:first-of-type {
    margin-top: 70px;
  }
}
.page-company .content .content-inner picture {
  display: block;
  margin: 45px auto 0;
}
@media (min-width: 768px) {
  .page-company .content .content-inner picture {
    margin: 90px auto 0;
  }
}
.page-company .content .content-inner .company-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 6.3613231552vw;
  margin: 50px auto 0;
}
@media (min-width: 768px) {
  .page-company .content .content-inner .company-info {
    padding: 0 50px;
    margin: 100px auto 0;
  }
}
@media (min-width: 1000px) {
  .page-company .content .content-inner .company-info {
    flex-direction: row;
  }
}
.page-company .content .content-inner .company-info h3 {
  font-weight: 600;
  letter-spacing: 0%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .page-company .content .content-inner .company-info h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2.7272727273;
  }
}
.page-company .content .content-inner .company-info dl {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 10px auto 0;
  font-weight: 600;
  letter-spacing: 0%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .page-company .content .content-inner .company-info dl {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 10px auto 0;
  }
}
.page-company .content .content-inner .company-info dl dt {
  margin: 0;
  line-height: 1;
}
.page-company .content .content-inner .company-info dl dd {
  line-height: 1.8571428571;
}
@media (min-width: 768px) {
  .page-company .content .content-inner .company-info dl dd {
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .page-company .content .content-inner .company-info .company-info__history {
    margin-right: 63px;
  }
}
@media (min-width: 768px) {
  .page-company .content .content-inner .company-info .company-info__history dt {
    width: 63px;
    margin-right: 35px;
    word-break: keep-all;
  }
}
.page-company .content .content-inner .company-info .company-info__history dd {
  width: 50.8905852417vw;
}
@media (min-width: 768px) {
  .page-company .content .content-inner .company-info .company-info__history dd {
    width: calc(100% - 98px);
  }
}
.page-company .content .content-inner .company-info .company-info__profile {
  margin-top: 30px;
}
@media (min-width: 1000px) {
  .page-company .content .content-inner .company-info .company-info__profile {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-company .content .content-inner .company-info .company-info__profile dt {
    width: 75px;
    margin-right: 35px;
    word-break: keep-all;
  }
}
.page-company .content .content-inner .company-info .company-info__profile dd {
  width: 50.8905852417vw;
}
@media (min-width: 768px) {
  .page-company .content .content-inner .company-info .company-info__profile dd {
    width: calc(100% - 110px);
  }
}

/* setting */
.page-facilities .content {
  background-color: #DBDBDB;
}
.page-facilities .content .kv {
  padding: 115px 0 0;
  margin: 0 auto;
  line-height: 1;
}
.page-facilities .content .content-inner {
  padding: 60px 6.3613231552vw;
}
@media (min-width: 768px) {
  .page-facilities .content .content-inner {
    padding: 115px 100px 125px;
  }
}
.page-facilities .content .content-inner h2 {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0%;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2.0833333333;
}
@media (min-width: 768px) {
  .page-facilities .content .content-inner h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.7857142857;
  }
}
.page-facilities .content .content-inner .expandable-table {
  font-family: yakuhanjp, "Noto Sans JP", yugothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  letter-spacing: 5%;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.5555555556;
}
@media (min-width: 768px) {
  .page-facilities .content .content-inner .expandable-table {
    margin: 80px auto 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.6923076923;
  }
}
.page-facilities .content .content-inner .expandable-table .expandable-table__inner table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.page-facilities .content .content-inner .expandable-table .expandable-table__inner table th {
  padding: 0 0.6361323155vw;
  font-weight: 500;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #000;
  border-bottom: none;
}
@media (min-width: 768px) {
  .page-facilities .content .content-inner .expandable-table .expandable-table__inner table th {
    padding: 0 0 0 15px;
  }
}
.page-facilities .content .content-inner .expandable-table .expandable-table__inner table th:first-child {
  width: 18.7962962963%;
}
.page-facilities .content .content-inner .expandable-table .expandable-table__inner table th:nth-child(2) {
  width: 8.9814814815%;
}
.page-facilities .content .content-inner .expandable-table .expandable-table__inner table th:nth-child(3) {
  width: 6.7592592593%;
}
.page-facilities .content .content-inner .expandable-table .expandable-table__inner table th:nth-child(4) {
  width: 18.4259259259%;
}
.page-facilities .content .content-inner .expandable-table .expandable-table__inner table th:last-child {
  width: 47.037037037%;
}
.page-facilities .content .content-inner .expandable-table .expandable-table__inner table td {
  padding: 0 0.6361323155vw;
  border-collapse: collapse;
  border: 1px solid;
}
@media (min-width: 768px) {
  .page-facilities .content .content-inner .expandable-table .expandable-table__inner table td {
    padding: 0 0 0 15px;
  }
}

/* setting */
.page-people .content {
  padding: 115px 0 30px;
  background-color: #F1E9E3;
}
.page-people .content .page-link__heading {
  position: absolute;
  top: 101.1450381679vw;
  left: 3.1806615776vw;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .page-people .content .page-link__heading {
    top: 795px;
    left: 11.5625%;
    font-size: 20px;
    font-size: 2rem;
  }
}
.page-people .content .content-inner {
  padding: 0;
}
.page-people .content .article {
  margin: 50px auto 40px;
  color: #3C3C3C;
}
@media (min-width: 768px) {
  .page-people .content .article {
    margin: 115px auto 85px;
  }
}
.page-people .content .article + .article {
  position: relative;
  padding-top: 45px;
}
@media (min-width: 768px) {
  .page-people .content .article + .article {
    padding-top: 90px;
  }
}
.page-people .content .article + .article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 39.0625%;
  height: 1px;
  margin: 0 auto;
  content: "";
  background-color: #323232;
}
@media (min-width: 768px) {
  .page-people .content .article + .article::before {
    width: 500px;
  }
}
.page-people .content .article .article-header {
  position: relative;
}
.page-people .content .article .article-header .article-header__text .article-header__title {
  position: absolute;
  top: 0;
  left: 6.3613231552vw;
  z-index: var(--z-overlay);
  font-weight: 700;
  letter-spacing: 0%;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3846153846;
}
@media (min-width: 768px) {
  .page-people .content .article .article-header .article-header__text .article-header__title {
    left: 15.625%;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3333333333;
  }
}
.page-people .content .article .article-header .article-header__text .article-header__name {
  position: absolute;
  top: 117.5px;
  left: 6.3613231552vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0%;
  font-size: 22px;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .page-people .content .article .article-header .article-header__text .article-header__name {
    font-size: 26px;
    font-size: 2.6rem;
    left: 15.625%;
  }
}
.page-people .content .article .article-header .article-header__text .article-header__name .article-header__position {
  display: block;
  padding-bottom: 5px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0%;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .page-people .content .article .article-header .article-header__text .article-header__name .article-header__position {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 8.5px;
  }
}
.page-people .content .article .article-header .article-header__image {
  display: block;
  width: 70.3125%;
  padding: 60px 0 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .page-people .content .article .article-header .article-header__image {
    max-width: 900px;
  }
}
.page-people .content .article .article-body {
  padding: 0 6.3613231552vw;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .page-people .content .article .article-body {
    padding: 0 100px;
    margin: 60px auto 0;
  }
}
.page-people .content .article .article-body p {
  padding: 0 6.3613231552vw;
  margin: 18px auto 0;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .page-people .content .article .article-body p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    padding: 0 130px;
    margin: 36px auto 0;
  }
}
.page-people .content .article .article-body p span {
  font-weight: 200;
}
.page-people .content .article .article-body .article-image {
  margin: 45px auto 0;
}
@media (min-width: 768px) {
  .page-people .content .article .article-body .article-image {
    margin: 90px auto 0;
  }
}
.page-people .content .article .article-body .article-image + .article-image {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-people .content .article .article-body .article-image + .article-image {
    margin-top: 30px;
  }
}
.page-people .content .article .article-body .article-image + p {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .page-people .content .article .article-body .article-image + p {
    margin-top: 100px;
  }
}

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