@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 */
  text-decoration: underline dotted; /* 2 */
}

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

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

.spOnly {
  display: none;
}
@media (max-width: 767.9px) {
  .spOnly {
    display: block;
  }
}

.pcOnly {
  display: block;
}
@media (max-width: 767.9px) {
  .pcOnly {
    display: none;
  }
}

.u-textNoWrap {
  text-wrap: nowrap;
}

@media (min-width: 1100px) {
  .u-hidePc {
    display: none !important;
  }
}

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

@media (min-width: 768px) and (max-width: 1099.9px) {
  .u-hideSpTab {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .u-hideSpTab {
    display: none !important;
  }
}

@media (max-width: 767.9px) {
  .u-hideSp {
    display: none !important;
  }
}

@media (max-width: 499.9px) {
  .u-hideSmallSp {
    display: none !important;
  }
}

.u-ml-1 {
  margin-left: 0.1em;
}

.u-ml-2 {
  margin-left: 0.2em;
}

.u-ml-3 {
  margin-left: 0.3em;
}

.u-ml-4 {
  margin-left: 0.4em;
}

.u-ml-5 {
  margin-left: 0.5em;
}

.u-ml-6 {
  margin-left: 0.6em;
}

.u-ml-7 {
  margin-left: 0.7em;
}

.u-ml-8 {
  margin-left: 0.8em;
}

.u-ml-9 {
  margin-left: 0.9em;
}

.u-ml-10 {
  margin-left: 1em;
}

.u-ml-11 {
  margin-left: 1.1em;
}

.u-ml-12 {
  margin-left: 1.2em;
}

.u-ml-13 {
  margin-left: 1.3em;
}

.u-ml-14 {
  margin-left: 1.4em;
}

.u-ml-15 {
  margin-left: 1.5em;
}

.u-ml-16 {
  margin-left: 1.6em;
}

.u-ml-17 {
  margin-left: 1.7em;
}

.u-ml-18 {
  margin-left: 1.8em;
}

.u-ml-19 {
  margin-left: 1.9em;
}

.u-ml-20 {
  margin-left: 2em;
}

.u-mml-1 {
  margin-left: -0.1em;
}

.u-mml-2 {
  margin-left: -0.2em;
}

.u-mml-3 {
  margin-left: -0.3em;
}

.u-mml-4 {
  margin-left: -0.4em;
}

.u-mml-5 {
  margin-left: -0.5em;
}

.u-mml-6 {
  margin-left: -0.6em;
}

.u-mml-7 {
  margin-left: -0.7em;
}

.u-mml-8 {
  margin-left: -0.8em;
}

.u-mml-9 {
  margin-left: -0.9em;
}

.u-mml-10 {
  margin-left: -1em;
}

.u-mml-11 {
  margin-left: -1.1em;
}

.u-mml-12 {
  margin-left: -1.2em;
}

.u-mml-13 {
  margin-left: -1.3em;
}

.u-mml-14 {
  margin-left: -1.4em;
}

.u-mml-15 {
  margin-left: -1.5em;
}

.u-mml-16 {
  margin-left: -1.6em;
}

.u-mml-17 {
  margin-left: -1.7em;
}

.u-mml-18 {
  margin-left: -1.8em;
}

.u-mml-19 {
  margin-left: -1.9em;
}

.u-mml-20 {
  margin-left: -2em;
}

.no-break {
  white-space: nowrap;
}

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

:root {
  --bloom-text-black: #333;
  --bloom-text-white: #fff;
  --bloom-bg-white: #fff;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1d345f;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-clip-margin: content-box;
  overflow-x: clip;
}
@media (max-width: 767.9px) {
  body {
    font-size: 1.5rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
img,
dl,
dt,
dd,
div,
span,
hr {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

th,
td {
  padding: 0;
}

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

ul,
ol,
li {
  list-style: none;
}

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

button {
  padding: 0;
  cursor: pointer;
  background-color: unset;
  border: none;
}
button:not(:disabled) {
  cursor: pointer;
}

.header {
  background-color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  padding-top: 11px;
  padding-bottom: 11px;
  opacity: 1;
}
.header.is-scrolled {
  position: fixed;
  background-color: #fff !important;
}
.header.is-scrolled .header__nav-item a {
  color: #222222 !important;
}
.header.is-scrolled .header__hamburger {
  background-color: #4ea774;
}
.header.is-scrolled .header__hamburger span {
  background-color: #fff;
}
.header .header__inner {
  width: 96.8%;
  margin-inline: auto;
}
@media (max-width: 767.9px) {
  .header .header__inner {
    padding: 0 10px 0 20px;
  }
}
.header .header__wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.header .header__logo {
  max-width: 143px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.9px) {
  .header .header__logo {
    max-width: 130px;
    padding: 5px 0 0 0;
  }
}
.header .header__logo a {
  height: inherit;
  display: flex;
  align-items: center;
}
.header .header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .header__logo--top {
  display: none;
}
.header .header__logo--normal {
  display: block;
}
.header .header__nav {
  display: flex;
}
@media (max-width: 767.9px) {
  .header .header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header .header__nav-menu {
  display: flex;
  align-items: center;
  margin-block: auto;
}
.header .header__nav-list {
  display: flex;
  gap: 23px;
  height: 100%;
}
@media screen and (width <= 799px) {
  .header .header__nav-list {
    gap: 20px;
  }
}
@media (max-width: 767.9px) {
  .header .header__nav-list {
    display: none;
  }
}
.header .header__nav-item {
  height: 100%;
}
.header .header__nav-item a {
  color: #222222;
  gap: 4px;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
  height: 100%;
  position: relative;
  padding: 0.2em;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.header .header__nav-item a::after {
  content: "";
  display: none;
  width: 100%;
  height: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 1;
  cursor: default;
}
.header .header__nav-item a:hover, .header .header__nav-item a.is-active {
  color: #4ea774 !important;
}
.header .header__nav-item a:hover span::after, .header .header__nav-item a.is-active span::after {
  opacity: 0;
  transform: translateX(-50%) rotate(-90deg);
}
.header .header__nav-item a span {
  color: currentColor;
  position: relative;
  width: 10px;
  height: 10px;
  transition: color 0.3s ease;
}
.header .header__nav-item a span::before {
  content: "";
  display: block;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header .header__nav-item a span::after {
  content: "";
  display: block;
  background-color: currentColor;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header .header.is-scrolled .header__nav-item a {
  color: #222222;
}
.header .header__nav-item--contact {
  margin-left: 24px;
}
@media screen and (width <= 799px) {
  .header .header__nav-item--contact {
    margin-left: 30px;
  }
}
@media (max-width: 767.9px) {
  .header .header__nav-item--contact {
    display: none;
  }
}
.header .header__nav-item--contact a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.06em;
  background-color: #4ea774;
  padding: 0.2em 0.5em;
  border-radius: 30px;
  line-height: 1;
  transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.header .header__nav-item--contact a:hover {
  /* $color-accentが #00aa88 の場合の例 */
  box-shadow: 0 0 0 3px #fff, 0 0 16px 0 rgba(0, 170, 136, 0.5019607843), 0 0 32px 0 rgba(0, 170, 136, 0.2);
}
.header .header__nav-item .btn-reserve {
  margin-left: 9px;
}
@media (max-width: 767.9px) {
  .header .header__nav-item .btn-reserve {
    margin-left: 0;
  }
}
.header .header__hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  outline: none;
  border: none;
  position: relative;
  z-index: 999;
  cursor: pointer;
  transition: 0.3s;
  display: none;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 767.9px) {
  .header .header__hamburger {
    display: block;
  }
}
.header .header__hamburger span {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 20px;
  height: 1px;
  background-color: #4ea774;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.header .header__hamburger span:nth-of-type(1) {
  top: -6px;
}
.header .header__hamburger span:nth-of-type(2) {
  top: 0;
}
.header .header__hamburger span:nth-of-type(3) {
  top: 6px;
}
.header .header__hamburger.is-open {
  background-color: #fff !important;
}
.header .header__hamburger.is-open span {
  background-color: #4ea774 !important;
}
.header .header__hamburger.is-open span:nth-of-type(1) {
  top: 2px;
  transform: translateX(-50%) rotate(45deg);
}
.header .header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}
.header .header__hamburger.is-open span:nth-of-type(3) {
  top: 0;
  transform: translateX(-50%) rotate(-45deg);
}
.header .header__mega-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  padding: 100px 0 60px;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: translateY(-30px);
}
.header .header__mega-menu-inner {
  width: 95%;
  margin-inline: auto;
}
.header .header__mega-menu-wrapper {
  display: flex;
  justify-content: center;
}
.header .header__mega-menu-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: auto;
  margin-inline: auto;
}
.header .header__mega-menu-link {
  display: inline-flex;
  flex-direction: column;
  row-gap: 10px;
  cursor: pointer;
}
.header .header__mega-menu-link:hover .header__mega-menu-icon::before {
  opacity: 0;
}
.header .header__mega-menu-link:hover .header__mega-menu-icon::after {
  left: 0;
  opacity: 1;
}
.header .header__mega-menu-link img {
  border-radius: 6px;
}
.header .header__mega-menu-text {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  position: relative;
  overflow: hidden;
}
.header .header__mega-menu-icon {
  position: relative;
  overflow: hidden;
  width: 30px;
  height: 20px;
  position: relative;
  width: 30px;
  height: 20px;
  display: inline-block;
}
.header .header__mega-menu-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 20px;
  display: block;
  background: url("../images/icon_arrow_right_circle_green.svg") center center no-repeat;
  background-size: 20px 20px;
  opacity: 1;
  transition: none;
}
.header .header__mega-menu-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 30px;
  height: 20px;
  display: block;
  background: url("../images/icon_arrow_right_circle_green.svg") center center no-repeat;
  background-size: 20px 20px;
  opacity: 0;
  transition: none;
}
.header .header__mega-menu-link:hover .header__mega-menu-icon::before {
  opacity: 0;
  transition: opacity 0.1s linear 0s;
}
.header .header__mega-menu-link:hover .header__mega-menu-icon::after {
  left: 0;
  opacity: 1;
  transition: left 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
}

.header__mega-menu.is-active {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.header__mega-menu-block {
  opacity: 0;
  display: none;
  /* メガメニュー全体表示時 */
}
.header__mega-menu-block.is-active {
  display: block;
  opacity: 1;
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header__drawer {
  width: 100vw;
  height: 100dvh;
  background-color: #4ea774;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  padding: 15px 12px 20px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}
.header__drawer::after {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  background: url("../images/icon_arrow_right_circle_green.svg") center center no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-100%, -50%);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0s linear 0.3s;
}
.header__drawer.is-open {
  transform: translateX(0);
}

.header__drawer-body {
  height: 100%;
  overflow-y: scroll;
  padding-right: 8px;
}

.header__drawer-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.header__drawer-menu-list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.header__drawer-menu-list-item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
}
.header__drawer-menu-list-item > a {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  column-gap: 20px;
  position: relative;
  padding-block: 0.15em;
  padding-right: 15px;
  background-size: contain;
  color: currentColor;
  margin-block: auto;
  padding-bottom: 2px;
}

.header__drawer-sub-menu-list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  border-top: solid 1px #fff;
  padding: 20px 0 30px;
}
.header__drawer-sub-menu-list li a {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
  flex-direction: row-reverse;
  column-gap: 15px;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
  z-index: 0;
}
.header__drawer-sub-menu-list li a::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 18px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
.header__drawer-sub-menu-list li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background: url("../images/icon_arrow_right_green.svg") center center no-repeat;
  background-size: contain;
  transform: translate(50%, 0);
  margin-block: auto;
  padding-top: 1px;
}

.header__drawer-link {
  margin-top: auto;
  padding-top: 50px;
}

.header__drawer-cta-btn {
  display: inline-flex;
  align-items: center;
  column-gap: 30px;
  width: 100%;
  height: 80px;
  border-radius: 8px;
  background-color: #fff;
  padding: 0.8em 1.2em;
  color: #4ea774;
  font-size: 1.5rem;
}
.header__drawer-cta-btn span {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  flex: 1;
  white-space: nowrap;
}
.header__drawer-cta-btn span::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  margin-left: auto;
  background-color: #f3f4f7;
}
.header__drawer-cta-btn::after {
  content: "";
  display: block;
  width: 22px;
  height: 11px;
  background: url("../images/icon_arrow_right_green.svg") center center no-repeat;
  background-size: contain;
}

.header__drawer-item + .header__drawer-item {
  margin-top: 15px;
}

.header__drawer-btn {
  display: flex;
  justify-content: center;
  padding-left: 26px;
  padding-right: 26px;
}

.header__drawer-btn .btn-reserve {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 767.9px) {
  .header__drawer-btn .btn-reserve {
    width: 100%;
    padding: 11px 17px;
  }
}

.btn-reserve.header__sp--reserve {
  display: none;
  align-items: center;
  width: fit-content;
  padding: 8px 14px;
  margin-right: 9px;
  margin-left: auto;
  font-size: 13px;
  white-space: nowrap;
}
@media (max-width: 767.9px) {
  .btn-reserve.header__sp--reserve {
    display: inline-flex;
  }
}

.header__drawer-nav {
  padding: 28px 26px 30px;
}

.header__drawer-footer {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-inline: 28px;
  row-gap: 9px;
  column-gap: 4px;
  font-size: 12px;
  color: #707070;
  font-weight: 300;
}

.header__drawer-footer a {
  color: #707070;
  letter-spacing: 0.1em;
}

.header__drawer-copyright {
  margin-top: 40px;
  padding-bottom: 16px;
  display: block;
  width: 100%;
  font-size: 12px;
  font-family: "Tinos", serif;
  font-style: italic;
  color: #707070;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.05em;
}

.header__drawer-link-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  height: 48px;
  width: 48px;
}
.header__drawer-link-arrow svg {
  display: block;
  width: 48px;
  height: 48px;
}
.header__drawer-link-arrow circle,
.header__drawer-link-arrow path {
  stroke: #fff;
}

.subtitle {
  font-size: 17px;
  font-weight: 400;
  color: #5e5a54;
  font-family: "Tinos", serif;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 767.9px) {
  .subtitle {
    font-size: 14px;
  }
}

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

.breadcrumb {
  display: flex;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 24px;
}
@media (max-width: 767.9px) {
  .breadcrumb {
    margin-top: 16px;
  }
}

.breadcrumb__item:not(:first-child)::before {
  display: inline;
  content: "/";
  margin: 0 8px;
}

.breadcrumb__link {
  color: #fff;
  text-decoration: none;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}

.sub-breadcrumb {
  display: flex;
  color: #1d345f;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) {
  .sub-breadcrumb {
    position: absolute;
    right: 7%;
    bottom: 6.36%;
  }
}
@media (max-width: 767.9px) {
  .sub-breadcrumb {
    margin-top: 16px;
    margin-left: 12px;
  }
}

@media (min-width: 768px) {
  body.work-environment .sub-breadcrumb {
    position: absolute;
    right: 10%;
    bottom: 6.36%;
  }
}

.sub-breadcrumb__item:not(:first-child)::before {
  display: inline;
  content: "|";
  margin: 0 11px;
}

.sub-breadcrumb__link {
  text-decoration: none;
}
.sub-breadcrumb__link:hover {
  text-decoration: underline;
}

.btn-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 15px;
  background-color: #9bb19c;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 178px;
  letter-spacing: 0.07em;
}
.btn-reserve:hover .btn-reserve__arrow {
  transform: translateX(5px);
}

.btn-reserve__arrow {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  transition: all 0.3s ease;
}

.btn-reserve.btn-reserve--wide {
  max-width: 360px;
  padding: 19px 20px;
  width: 100%;
}

.btn-reserve.btn-reserve--web {
  max-width: 199px;
  padding: 14px 20px;
  width: 100%;
}
@media (max-width: 767.9px) {
  .btn-reserve.btn-reserve--web {
    max-width: 100%;
  }
}

.btn-reserve.btn-reserve--withe {
  background-color: #fff;
  color: #5e5a54;
}
@media (max-width: 1099.9px) {
  .btn-reserve.btn-reserve--withe {
    width: 100%;
    max-width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    letter-spacing: 0;
  }
}

.shop-card {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  background: #fffcf4;
  container-type: inline-size;
  container-name: shop-card;
}
.shop-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 518/342;
  overflow: hidden;
}
.shop-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-card__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 17px;
}
@media (max-width: 767.9px) {
  .shop-card__body {
    flex-direction: column;
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  @container shop-card (max-width: 449.9px) {
    .shop-card__body {
      flex-direction: column;
      margin-top: 25px;
    }
  }
}
.shop-card__info {
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media (max-width: 767.9px) {
  .shop-card__info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 768px) {
  @container shop-card (max-width: 449.9px) {
    .shop-card__info {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      width: 100%;
    }
  }
}
.shop-card__title {
  margin-bottom: 7px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  color: #5e5a54;
  letter-spacing: 0.12em;
}
@media (max-width: 767.9px) {
  .shop-card__title {
    margin-bottom: initial;
    font-size: 18px;
  }
}
.shop-card__detail {
  position: relative;
  padding-top: 6px;
  font-size: 14px;
  color: #5e5a54;
  text-decoration: none;
  letter-spacing: 0.12em;
  transition: all 0.3s ease;
}
@media (max-width: 767.9px) {
  .shop-card__detail {
    margin-top: -12px;
  }
}
.shop-card__detail:hover span {
  transform: translateX(5px);
}
.shop-card__detail::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 85px;
  height: 1px;
  content: "";
  background: #5e5a54;
  transition: background 0.3s;
}
@media (max-width: 767.9px) {
  .shop-card__detail::after {
    width: 100%;
  }
}
.shop-card__detail__arrow {
  display: inline-block;
  margin-left: 3px;
  transition: all 0.3s ease;
}
@media (max-width: 767.9px) {
  .shop-card__reserve {
    margin-top: 19px;
  }
}
@media (min-width: 768px) {
  @container shop-card (max-width: 449.9px) {
    .shop-card__reserve {
      margin-top: 19px;
    }
  }
}
@media (max-width: 767.9px) {
  .shop-card--modal .shop-card__body,
  .shop-card--modal .shop-card__reserve {
    margin-top: 15px;
  }
}

.shop-card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-content: center;
}
@media (max-width: 767.9px) {
  .shop-card-wrapper {
    grid-template-columns: 100%;
    align-items: center;
  }
}

.cardWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-inline: auto;
  justify-content: center;
  grid-template-rows: auto auto 1fr auto;
  column-gap: 20px;
  row-gap: 35px;
}
@media (max-width: 767.9px) {
  .cardWrapper {
    max-width: 600px;
    row-gap: 25px;
  }
}

.serviceCard {
  max-width: 500px;
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0px;
}
@media (max-width: 767.9px) {
  .serviceCard {
    max-width: 600px;
  }
}

.serviceCard__thumb {
  overflow: hidden;
  max-width: 500px;
  aspect-ratio: 340/220;
  margin-inline: auto;
}
@media (max-width: 767.9px) {
  .serviceCard__thumb {
    max-width: 600px;
  }
}

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

.serviceCard__title {
  margin-top: 17px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
}
.serviceCard__title span {
  font-size: 14px;
  letter-spacing: 0.08em;
}

.serviceCard__desc {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-weight: 300;
}

.serviceCard__price {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
}
@media (max-width: 767.9px) {
  .serviceCard__price {
    gap: 3px;
    margin-top: 13px;
  }
}

.serviceCard__priceItem {
  display: flex;
  align-items: baseline;
  letter-spacing: 0.04em;
}

.serviceCard__priceNum {
  font-size: 22px;
  font-family: "Tinos", serif;
  font-style: italic;
  font-variant-numeric: lining-nums tabular-nums;
}

.serviceCard__note {
  font-size: 14px;
  margin-left: 4px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
}

.container {
  container-type: inline-size;
  container-name: ly-container;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.9px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.roundedContainer {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 130px;
  border-top-left-radius: 80px;
}
@media (max-width: 767.9px) {
  .roundedContainer {
    padding-top: 70px;
    padding-bottom: 90px;
    border-top-left-radius: 40px;
  }
}
.roundedContainer--bgBlue {
  background-color: #eff1f7;
}
.roundedContainer:first-of-type:has(+ .roundedContainer) {
  padding-bottom: 230px;
}
@media (max-width: 767.9px) {
  .roundedContainer:first-of-type:has(+ .roundedContainer) {
    padding-bottom: 140px;
  }
}
.roundedContainer + .roundedContainer {
  margin-top: -124px;
  padding-bottom: 230px;
}
@media (max-width: 767.9px) {
  .roundedContainer + .roundedContainer {
    margin-top: -70px;
    padding-bottom: 140px;
  }
}
.roundedContainer--construction {
  padding-bottom: 100px !important;
}
@media (max-width: 767.9px) {
  .roundedContainer--construction {
    padding-bottom: 80px !important;
  }
}

.mv {
  aspect-ratio: 136/77;
  position: relative;
  width: 100vw;
  overflow: hidden;
  max-height: 850px;
}
@media (max-width: 767.9px) {
  .mv {
    height: 100dvh;
  }
}
.mv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mv .swiper-slide {
  z-index: 0;
}
.mv .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1d345f;
  z-index: 1;
  opacity: 0.3;
}

.swiper-text {
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  transform: translate(-60px, -30px);
}
@media (max-width: 767.9px) {
  .swiper-text {
    right: auto;
    left: 14px;
    transform: translate(20px, calc((55vw + 25px) * -1));
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
  }
}

.mv-message {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-12px, 14px);
  z-index: 2;
  pointer-events: none;
}
@media screen and (768px <= width <= 1269px) {
  .mv-message {
    transform: translate(-6px, calc(1.5vw - 5px));
  }
}
@media (max-width: 767.9px) {
  .mv-message {
    transform: translate(-6px, calc(2.3vw - 3px));
    width: 100%;
  }
}
.mv-message__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: flex-start;
}
@media screen and (width <= 1024px) {
  .mv-message__wrapper {
    gap: 0;
  }
}
.mv-message__jp {
  writing-mode: vertical-rl;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.25em;
  color: #fff;
  margin-left: 120px;
  opacity: 0;
}
@media screen and (768px <= width <= 1269px) {
  .mv-message__jp {
    font-size: 3vw;
  }
}
@media (max-width: 767.9px) {
  .mv-message__jp {
    margin-left: auto;
    margin-right: 20px;
    font-size: 4.2rem;
  }
}
.mv-message__en {
  text-transform: uppercase;
  font-size: 15rem;
  line-height: 0.9;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.7rem;
  color: #fff;
  opacity: 0;
  transform: translateY(50px);
}
@media screen and (768px <= width <= 1269px) {
  .mv-message__en {
    font-size: 10vw;
  }
}
@media (max-width: 767.9px) {
  .mv-message__en {
    font-size: 17vw;
    padding: 0;
    letter-spacing: 0.1rem;
  }
}

.mv-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-40px, -20px);
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .mv-pagination {
    right: auto;
    left: 0;
    transform: translate(-6px, -50vw) rotate(90deg);
  }
}

.mv-pagination-line {
  flex: 1;
  width: 100px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  overflow: hidden;
}

.mv-pagination-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: var(--progress, 0%);
  background: #fff;
  transition: width 0.2s ease;
}

.sub-mv__container {
  position: absolute;
  left: 7%;
  bottom: 37.36%;
}
@media (max-width: 767.9px) {
  .sub-mv__container {
    position: relative;
  }
}

.sub-mv {
  position: relative;
  margin-top: 70px;
  width: 100vw;
  height: 34.56vw;
  max-height: 472px;
  background-color: #EFF1F7;
  overflow: hidden;
  background-image: url(../images/bg_subMv_ogo-white.svg);
  background-repeat: no-repeat;
}
@media (min-width: 1100px) {
  .sub-mv {
    background-size: 45.77%;
    background-position: center right 5%;
  }
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .sub-mv {
    background-size: 50%;
    background-position: center right 5%;
  }
}
@media (max-width: 767.9px) {
  .sub-mv {
    height: 320px;
    background-size: clamp(380px, 50%, 444px);
    background-position: calc(100% + 30px) 50%;
  }
}
.sub-mv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sub-mv__container {
  margin-inline: auto;
  width: 95%;
  max-width: 1166px;
}
@media (max-width: 767.9px) {
  .sub-mv__container {
    width: 100%;
  }
}

@media (min-width: 1100px) {
  .sub-mv__wrapper {
    margin-top: 10.6%;
  }
}
@media (max-width: 767.9px) {
  .sub-mv__wrapper {
    position: absolute;
    top: 40px;
    left: 20px;
  }
}

.sub-mv__title {
  font-weight: 700;
  font-size: 94px;
  color: #2b509d;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.035em;
}
@media (min-width: 1100px) {
  .sub-mv__title {
    font-size: clamp(64px, 6.89vw, 94px);
  }
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .sub-mv__title {
    font-size: 64px;
  }
}
@media (max-width: 767.9px) {
  .sub-mv__title {
    font-size: 40px;
    line-height: 5rem;
  }
}

.sub-mv__text {
  font-weight: 700;
  font-size: 20px;
  margin-top: 3px;
  color: #1d345f;
}
@media (max-width: 767.9px) {
  .sub-mv__text {
    font-size: 16px;
    margin: 10px 0 0 0;
  }
}

body.work-environment .sub-mv__text {
  display: block;
  font-weight: 500;
  margin-top: 1em;
}

.about__inner {
  position: relative;
  background-color: #2b509d;
}
@media (min-width: 768px) {
  .about__inner {
    border-radius: 60px;
    width: 94.07%;
    margin-inline: auto;
    transition: width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  }
}
@media (min-width: 768px) {
  .about__inner:hover {
    border-radius: 0;
    width: 100%;
    margin-inline: auto;
    transition: width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  }
}
.about__content {
  padding-top: 100px;
  padding-bottom: 80px;
  width: 72.52vw;
  max-width: 1018px;
  margin-inline: auto;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .about__content {
    width: 80vw;
  }
}
@media (max-width: 767.9px) {
  .about__content {
    padding-top: 60px;
    width: 90%;
    border-radius: 0;
  }
}
.about__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .about__wrapper {
    column-gap: 60px;
  }
}
@media (width < 900px) {
  .about__wrapper {
    column-gap: 45px;
  }
}
@media (max-width: 767.9px) {
  .about__wrapper {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
}
.about__image {
  position: relative;
  aspect-ratio: 1;
  width: 49.9%;
  max-width: 508px;
}
@media (width < 900px) {
  .about__image {
    flex: 1;
    width: revert;
  }
}
@media (width < 768px) {
  .about__image {
    flex: 1;
    width: 488px;
  }
}
@media (max-width: 499.9px) {
  .about__image {
    width: 100%;
  }
}
.about__image-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_about_01.svg) center center no-repeat;
  background-size: cover;
}
.about__image-circle--small {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  aspect-ratio: 1;
  width: 65%;
  background: url(../images/bg_about_02.webp) center center no-repeat;
  background-size: cover;
}
@media (max-width: 1099.9px) {
  .about__image-circle--logo {
    width: 30%;
  }
}
@media (max-width: 499.9px) {
  .about__image-circle--logo {
    width: 25%;
  }
}
.about__image-circle-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  aspect-ratio: 1;
  width: 36%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* 枠線を疑似要素に */
  background-color: #2b509d;
  border-radius: 50%;
  clip-path: circle(50%);
  overflow: hidden;
}
.about__image-circle-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border: dashed 2px #fff;
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
@media (max-width: 499.9px) {
  .about__image-circle-item {
    font-size: 1.4rem;
  }
}
.about__image-circle-item span {
  cursor: default;
  letter-spacing: 0.15em;
}
.about__image-circle-item:hover {
  transform: scale(1.15);
}
.about__image-circle-item:hover::before {
  transform: rotate(30deg);
}
.about__image-circle-item:hover img {
  opacity: 1;
}
.about__image-circle-item img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about__image-circle-item.is-hoiku {
  top: 0;
  left: 0;
}
.about__image-circle-item.is-kenkou {
  top: 0;
  right: 0;
}
.about__image-circle-item.is-kensetsu {
  bottom: 0;
  left: 0;
}
.about__image-circle-item.is-insyoku {
  bottom: 0;
  right: 0;
}
.about__body {
  min-width: 19em;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (max-width: 1099.9px) {
  .about__body {
    min-width: revert;
  }
}
.about__bottom {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.about__text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  line-height: 2;
}
.about__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;
  margin-top: 20px;
}
@media (max-width: 767.9px) {
  .about__link {
    margin-top: 8px;
    justify-content: center;
  }
}

.c-borderLogo {
  width: 100%;
  max-width: 260px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.c-borderLogo > img {
  width: 100%;
}
@media (max-width: 767.9px) {
  .c-borderLogo {
    max-width: 80%;
    margin: 20px auto 40px;
  }
}

.c-borderLogo--bearhug {
  border: 1px solid #e1e1e1;
  padding: 0 20px;
}

.c-borderLogo--capri {
  background: #fff;
  border: 1px solid #d1d1d1;
  padding: 30px 15px;
}
.c-borderLogo--capri > img {
  width: 70%;
  margin: 0 0 0 -20px;
}

#menu {
  padding: 74px 0 60px;
  background-color: #eff4f1;
}
@media (max-width: 767.9px) {
  #menu {
    padding: 48px 0 70px;
  }
}
#menu .inner {
  max-width: 1116px;
  margin-inline: auto;
  padding-inline: 25px;
}
#menu .content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 36px;
}
#menu .menu__subtitle.subtitle {
  font-size: 14px;
}
#menu .title {
  margin-top: 8px;
  font-size: 26px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.12em;
  color: #5e5a54;
}
@media (max-width: 767.9px) {
  #menu .title {
    font-size: 22px;
  }
}
#menu .text {
  margin-top: -3px;
  font-size: 14px;
  color: #5e5a54;
  line-height: 1.5;
  letter-spacing: 0.12em;
  border-left: 1px solid #5e5a54;
  padding-left: 40px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
#menu .menu__card {
  margin-top: 44px;
}
@media (max-width: 767.9px) {
  #menu .menu__card {
    margin-top: 34px;
  }
}
#menu .menu__btns {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767.9px) {
  #menu .menu__btns {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

#salon {
  padding: 57px 0 60px;
  background-color: #fffcf4;
}
@media (max-width: 767.9px) {
  #salon {
    padding: 49px 0 49px;
  }
}
#salon .inner {
  max-width: 1116px;
  margin-inline: auto;
  padding-inline: 25px;
}
#salon .content {
  display: flex;
  column-gap: 36px;
}
#salon .salon__subtitle.subtitle {
  font-size: 14px;
}
#salon .title {
  margin-top: 8px;
  font-size: 26px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.12em;
  color: #5e5a54;
}
@media (max-width: 767.9px) {
  #salon .title {
    font-size: 22px;
  }
}
#salon .text {
  margin-top: -3px;
  font-size: 14px;
  color: #5e5a54;
  line-height: 1.5;
  letter-spacing: 0.12em;
  border-left: 1px solid #5e5a54;
  padding-left: 40px;
}
#salon .shop-card-wrapper {
  margin-top: 34px;
}

.salonModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
.salonModal::backdrop {
  background: rgba(0, 0, 0, 0.4);
}
.salonModal__container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.9px) {
  .salonModal__container {
    padding: 40px 10px;
  }
}
@media (min-width: 768px) {
  .salonModal__container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.salonModal__inner {
  width: 100%;
}
@media (max-width: 767.9px) {
  .salonModal__inner {
    max-width: 450px;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .salonModal__inner {
    max-width: 1066px;
    max-height: 100%;
  }
}
.salonModal__content {
  display: grid;
  width: 100%;
  background-color: #fffcf4;
}
@media (max-width: 767.9px) {
  .salonModal__content {
    grid-template-rows: 40px calc(100% - 40px);
    height: 100%;
  }
}
@media (min-width: 768px) {
  .salonModal__content {
    grid-template-rows: 40px auto;
    height: max-content;
    max-height: 100%;
  }
}
.salonModal__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding-right: 10px;
}
@media (max-width: 767.9px) {
  .salonModal__body {
    height: 100%;
    padding: 0;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .salonModal__body {
    padding: 40px;
    padding-top: 0;
  }
}
@media (max-width: 767.9px) {
  .salonModal__scroll {
    height: 100%;
    padding: 0 30px;
  }
}

.contact {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.9px) {
  .contact {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.contact__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1086px;
}
@media (max-width: 767.9px) {
  .contact__inner {
    width: calc(100% - 50px);
    padding-inline: 0;
  }
}
.contact__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767.9px) {
  .contact__wrapper {
    flex-direction: column;
  }
}
.contact__lead {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  flex: 1;
}
@media (max-width: 767.9px) {
  .contact__lead {
    row-gap: 20px;
  }
}
.contact__text {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.contact__text p {
  font-size: 1.5rem;
  color: #2b509d;
  line-height: 1.6;
  letter-spacing: 0.085em;
}
.contact__links {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  flex: 1;
}
@media (max-width: 767.9px) {
  .contact__links .c-banner-btn {
    margin-inline: auto;
  }
}
.contact--bgBlue {
  background-color: #eff1f7;
}
.contact .c-top-heading__title {
  font-size: 4.2rem;
}
@media (max-width: 767.9px) {
  .contact .c-top-heading__title {
    font-size: 3.2rem;
  }
}
body.ourWorksPage .contact, body.recruit-top .contact {
  background-color: #eff1f7;
}

.contact-form {
  background: #fff;
  padding: 40px 32px;
  max-width: 800px;
  margin: 0 auto 48px auto;
}
@media (max-width: 767.9px) {
  .contact-form {
    padding: 24px 8px;
  }
}
.contact-form__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 16px;
  margin-bottom: 32px;
}
.contact-form__wrapper {
  width: 100%;
}
.contact-form__input, .contact-form__textarea {
  width: 100%;
  border: 1px solid #f3f4f7;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 1.4rem;
  background: #f0f1f7;
  transition: border-color 0.2s;
}
.contact-form__input:focus, .contact-form__textarea:focus {
  border-color: #2b509d;
  outline: none;
}
.contact-form__textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form__radio {
  display: flex;
  gap: 24px;
}
.contact-form__radio .contact-form__radio-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.3rem;
}
.contact-form__btn-wrapper {
  margin: 60px auto 0;
}
.contact-form .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.contact-form__radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  border: 2.5px solid #2b509d;
  border-radius: 50%;
  background: #f0f1f7;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  transition: border-color 0.2s, background 0.2s;
  cursor: pointer;
  outline: none;
}

.contact-form__radio input[type=radio]:checked {
  background: #2b509d;
  box-shadow: 0 0 0 4px #e0e6f7;
  border-color: #2b509d;
}

.contact-form__radio input[type=radio]:checked::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-form__radio .wpcf7-list-item-label {
  font-size: 1.5rem;
  cursor: pointer;
}

.u-w-30 {
  width: 30% !important;
}

.c-rounded-submit-btn {
  position: relative;
  width: 280px;
  height: 65px;
  max-width: 100%;
  padding: 0;
  border-radius: 33px;
  background-color: #2b509d;
  border: solid 1px #2b509d;
  color: #fff;
  display: block;
  align-items: center;
  column-gap: 20px;
  transition: background-color 0.3s ease-in-out;
}
.c-rounded-submit-btn::before {
  content: "";
  display: block;
  position: absolute;
  right: 60px;
  top: 50%;
  width: 1px;
  height: 36px;
  background: #fff;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  transition: background 0.3s;
}
.c-rounded-submit-btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  height: 30px;
  background-image: url("../images/icon_arrow_right_white.svg"), url("../images/icon_arrow_right_blue.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 20px 9px, 20px 9px;
  background-position: center center, left -40px center;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  transition: background-position 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
}
.c-rounded-submit-btn::marker {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  width: 30px;
  height: 30px;
  background: url("../images/icon_arrow_right_blue.svg") center center no-repeat;
  background-size: 20px 9px;
  transform: translateY(-50%) translateX(-40px);
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
}
.c-rounded-submit-btn p {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.c-rounded-submit-btn:hover, .c-rounded-submit-btn:focus {
  background-color: #fff;
  color: #2b509d;
  border-color: #2b509d;
}
.c-rounded-submit-btn:hover::before, .c-rounded-submit-btn:focus::before {
  background: #2b509d;
}
.c-rounded-submit-btn:hover::after, .c-rounded-submit-btn:focus::after {
  background-position: right -40px center, center center;
}

.c-rounded-submit-btn:hover input[type=submit],
.c-rounded-submit-btn:focus input[type=submit],
.c-rounded-submit-btn:hover .wpcf7-submit,
.c-rounded-submit-btn:focus .wpcf7-submit {
  color: #2b509d;
}

.c-rounded-submit-btn input[type=submit],
.c-rounded-submit-btn .wpcf7-submit {
  all: unset;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  padding: 10px 30px;
  cursor: pointer;
  background: none;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.footer {
  background-color: #222222;
  padding-top: 70px;
  padding-bottom: 28px;
}
@media (max-width: 767.9px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.footer__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1086px;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 42px;
}
@media (max-width: 767.9px) {
  .footer__wrapper {
    row-gap: 30px;
  }
}
.footer__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px 20px;
}
@media (max-width: 767.9px) {
  .footer__body {
    flex-direction: column;
  }
}
.footer__menu {
  margin-top: 5px;
  display: flex;
  gap: 30px 67px;
}
@media (max-width: 1099.9px) {
  .footer__menu {
    column-gap: 40px;
  }
}
@media (max-width: 767.9px) {
  .footer__menu {
    margin-top: 0;
    flex-direction: column;
  }
}
.footer__menu-item {
  display: flex;
  flex-direction: column;
  row-gap: 34px;
}
@media (max-width: 767.9px) {
  .footer__menu-item {
    row-gap: 15px;
  }
}
.footer__menu-title {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  transition: color 0.3s ease;
}
@media (max-width: 1099.9px) {
  .footer__menu-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.9px) {
  .footer__menu-title {
    font-size: 1.6rem;
  }
}
.footer__menu-title:hover {
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s ease;
}
.footer__menu-list {
  display: grid;
  gap: 19px 10px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
@media (max-width: 767.9px) {
  .footer__menu-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.footer__menu-list-item a {
  color: #acacac;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-in-out;
}
.footer__menu-list-item a:hover {
  text-decoration-color: currentColor;
}
.footer__bnr-links {
  margin-top: 40px;
  padding-top: 30px;
  border-top: solid 1px #f3f4f7;
}
@media (max-width: 767.9px) {
  .footer__bnr-links {
    padding-top: 25px;
    margin-top: 10px;
  }
}
.footer__bnr-link-list {
  display: flex;
  justify-content: center;
  gap: 10px 20px;
}
@media (max-width: 767.9px) {
  .footer__bnr-link-list {
    flex-direction: column;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 15px 30px;
}
@media (max-width: 767.9px) {
  .footer__bottom {
    flex-direction: column-reverse;
  }
}
.footer__sub-link-list {
  display: flex;
  justify-content: center;
  column-gap: 23px;
}
@media (max-width: 767.9px) {
  .footer__sub-link-list {
    justify-content: flex-start;
    column-gap: 20px;
  }
}
.footer__sub-link-list-item:first-child {
  padding-right: 23px;
  border-right: solid 1px rgba(255, 255, 255, 0.4);
}
@media (max-width: 767.9px) {
  .footer__sub-link-list-item:first-child {
    padding-right: 20px;
  }
}
.footer__sub-link-list-item a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-in-out;
}
.footer__sub-link-list-item a:hover {
  text-decoration-color: currentColor;
}
@media (max-width: 1099.9px) {
  .footer__logo {
    width: 180px;
  }
}
@media (max-width: 499.9px) {
  .footer__logo {
    width: 220px;
  }
}
.footer__logo a {
  transition: opacity 0.3s ease-in-out;
}
.footer__logo a:hover {
  opacity: 0.8;
}

.c-copy {
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.04em;
}

.staff,
.insta,
.info {
  padding: 74px 0 60px;
  background-color: #eff4f1;
}
.staff .inner,
.insta .inner,
.info .inner {
  max-width: 1116px;
  margin-inline: auto;
  padding-inline: 25px;
}
.staff .content,
.insta .content,
.info .content {
  display: flex;
  align-items: center;
}
.staff .sectionHeading__wrapper-border,
.insta .sectionHeading__wrapper-border,
.info .sectionHeading__wrapper-border {
  padding-right: 40px;
  border-right: 1px solid #5e5a54;
}
@media (max-width: 767.9px) {
  .staff .sectionHeading__wrapper-border,
  .insta .sectionHeading__wrapper-border,
  .info .sectionHeading__wrapper-border {
    padding-bottom: 24px;
    border-right: none;
    border-bottom: 1px solid #5e5a54;
  }
}
.staff .sectionHeading-en,
.insta .sectionHeading-en,
.info .sectionHeading-en {
  font-family: "Tinos", serif;
  font-style: italic;
  color: #5e5a54;
  letter-spacing: 0.06em;
  font-size: 14px;
}
.staff .sectionHeading-ja,
.insta .sectionHeading-ja,
.info .sectionHeading-ja {
  margin-top: 8px;
  font-size: 26px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.12em;
  color: #5e5a54;
}
@media (max-width: 767.9px) {
  .staff .sectionHeading-ja,
  .insta .sectionHeading-ja,
  .info .sectionHeading-ja {
    font-size: 2.2rem;
  }
}
.staff .text,
.insta .text,
.info .text {
  margin-top: -3px;
  font-size: 14px;
  color: #5e5a54;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding-left: 40px;
}
@media (max-width: 767.9px) {
  .staff .text,
  .insta .text,
  .info .text {
    padding-top: 20px;
    padding-left: 0;
  }
}
.staff .menu__card,
.insta .menu__card,
.info .menu__card {
  margin-top: 44px;
}
.staff .menu__btns,
.insta .menu__btns,
.info .menu__btns {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767.9px) {
  .staff .menu__btns,
  .insta .menu__btns,
  .info .menu__btns {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.c-top-heading {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.subRecruit-interview .c-top-heading, .subInterview-interview .c-top-heading {
  row-gap: 16px;
}
@media (max-width: 767.9px) {
  .c-top-heading {
    row-gap: 15px;
  }
}
.c-top-heading__en {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2b509d;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  white-space: nowrap;
  letter-spacing: 0.08em;
  text-transform: capitalize;
}
@media (max-width: 767.9px) {
  .c-top-heading__en {
    font-size: 1.5rem;
  }
}
.c-top-heading__en::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgb(43, 80, 157);
  border: 4px solid #DBE1EE;
  box-sizing: border-box;
}
.c-top-heading__title {
  font-family: "Noto Sans JP", sans-serif;
  color: #2b509d;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (min-width: 1366px) {
  body.top .about .c-top-heading__title {
    font-size: 6.2rem;
  }
}
@media (min-width: 1100px) {
  body.top .about .c-top-heading__title {
    font-size: 5.6rem;
  }
}
.ourWorksPage__wrapper .c-top-heading__title {
  font-size: 4rem;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .c-top-heading__title {
    font-size: 4.3rem;
  }
}
@media (max-width: 767.9px) {
  .c-top-heading__title {
    font-size: 4rem;
  }
}
.c-top-heading--white .c-top-heading__en {
  color: #fff;
}
.c-top-heading--white .c-top-heading__title {
  color: #fff;
}
.c-top-heading--black .c-top-heading__title {
  color: #222222;
}
.c-top-heading--black .c-top-heading__title span {
  color: #2b509d;
}
.c-top-heading--border {
  padding-bottom: 14px;
  border-bottom: solid 1px #2b509d;
}
@media (max-width: 767.9px) {
  .c-top-heading--border {
    padding-bottom: 12px;
  }
}

.c-sub-heading__title {
  font-size: 4.8rem;
}
@media (max-width: 767.9px) {
  .c-sub-heading__title {
    font-size: 3.6rem;
  }
}
.sub-mv__interview__head .c-sub-heading__title {
  font-size: 4rem;
}
@media (max-width: 767.9px) {
  .sub-mv__interview__head .c-sub-heading__title {
    font-size: 3.6rem;
  }
}

.recruit__head .c-sub-heading__title {
  font-size: 4.8rem;
}
@media (max-width: 767.9px) {
  .recruit__head .c-sub-heading__title {
    font-size: 3.6rem;
  }
}

@media (min-width: 1100px) {
  .c-top-heading__title.c-sub-heading__title {
    font-size: 4rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 1099.9px) {
  .c-top-heading__title.c-sub-heading__title {
    font-size: 3.2rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 1100px) {
  .entry__content .c-top-heading__title.c-sub-heading__title {
    line-height: 1;
    margin-top: 22px;
  }
}

.works {
  padding-top: 190px;
  padding-bottom: 150px;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .works {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767.9px) {
  .works {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.works__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1200px;
}
.works__wrapper {
  display: flex;
  gap: 40px 60px;
}
@media (min-width: 1100px) {
  .works__wrapper {
    margin-left: calc(50% - 50vw);
    align-items: flex-start;
  }
}
@media (max-width: 1099.9px) {
  .works__wrapper {
    flex-direction: column;
  }
}
.works__body {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.works__image {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  width: 42vw;
  aspect-ratio: 3/4;
  max-width: 1000px;
  position: relative;
  max-height: 710px;
}
@media (max-width: 767.9px) {
  .works__image {
    height: auto;
  }
}
.works__image-item {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
  position: absolute;
  inset: 0;
  opacity: 0;
}
.works__image-item.is-active {
  opacity: 1;
}
.works__list {
  border-top: solid 1px #f3f4f7;
}
.works__content {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  flex: 1;
}
.works__list-item {
  position: relative;
}
.works__list-item.is-open .works__list-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.works__list-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f3f4f7;
  pointer-events: none;
}
.works__list-title {
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  font-size: 2.6rem;
  color: #2b509d;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.works__list-title:hover + .works__list-content {
  height: auto;
}
.works__list-icon {
  aspect-ratio: 1;
  width: 35px;
  border-radius: 50%;
  background-color: #f3f4f7;
  position: relative;
}
.works__list-icon::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #2b509d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.works__list-icon::after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background-color: #2b509d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.works__list-content {
  height: 0;
  transition: height 0.5s ease;
  overflow: hidden;
  margin: -10px 0 0;
}
.works__list-body {
  color: #1D345F;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-bottom: 30px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.works__list-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.recruit {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top-left-radius: 100px;
  background-color: #f3f4f7;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .recruit {
    border-top-left-radius: 50px;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.recruit__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1100px;
}
@media (max-width: 767.9px) {
  .recruit__inner {
    width: calc(100% - 50px);
    padding-inline: 0;
  }
}
.subRecruit-interview .recruit__inner {
  max-width: 1124px;
}
.recruit__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 62px;
}
@media (max-width: 767.9px) {
  .recruit__wrapper {
    row-gap: 30px;
  }
}
@media (max-width: 767.9px) {
  .recruit__head .c-top-heading__title {
    font-size: 3.2rem;
  }
}
.recruit__body {
  display: flex;
  align-items: flex-end;
  gap: 30px 40px;
}
@media (max-width: 767.9px) {
  .recruit__body {
    flex-direction: column;
    align-items: flex-start;
  }
}
.recruit__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.recruit__text p {
  color: #2b509d;
  font-weight: 500;
}
.recruit__slider {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.recruit__slider-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 64px 20px;
}
@media (max-width: 767.9px) {
  .recruit__slider-wrapper {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.recruit__slider-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
.recruit__slider-controls {
  display: flex;
  align-items: self-end;
  gap: 20px;
  grid-column-start: 1;
  grid-row-start: 1;
}
.subRecruit-interview .recruit__slider-controls {
  color: #fff;
}
.subInterview-interview .recruit__slider-controls {
  color: #2b509d;
}
@media (max-width: 767.9px) {
  .recruit__slider-controls {
    flex-direction: row-reverse;
    justify-content: space-between;
    grid-row-start: 3;
  }
}
.recruit__link {
  grid-column: 2/-1;
  grid-row-start: 1;
}
@media (max-width: 767.9px) {
  .recruit__link {
    grid-column-start: 1;
  }
}
.recruit__slider-arrows {
  display: flex;
  column-gap: 7px;
  align-items: center;
}
@media (max-width: 767.9px) {
  .recruit__slider-arrows {
    column-gap: 10px;
  }
}
.recruit__slider-pagination {
  display: flex;
  gap: 5px;
  align-items: center;
}
.recruit__slider-pagination-number {
  font-size: 1.4rem;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.recruit__slider-body {
  margin-right: calc(50% - 50vw);
  width: 100vw;
  grid-column: 1/-1;
  grid-row-start: 2;
}

.recruit-swiper {
  padding-top: 20px !important;
}
.recruit-swiper .swiper-wrapper {
  align-items: stretch;
}
.recruit-swiper .swiper-slide {
  aspect-ratio: 28/39;
  width: 335px;
  transition: transform 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (width >= 1800px) {
  .recruit-swiper .swiper-slide {
    width: 500px;
  }
}
@media screen and (width >= 768px) {
  .recruit-swiper .swiper-slide:hover {
    transform: translateY(-20px);
  }
}

.c-width-image-card {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
@media (max-width: 767.9px) {
  .c-width-image-card {
    row-gap: 20px;
  }
}
.c-width-image-card__image {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 2/3;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .c-width-image-card__image {
    width: 50%;
    margin-inline: auto;
  }
}
@media (max-width: 767.9px) {
  .c-width-image-card__image {
    aspect-ratio: revert;
  }
}
.c-width-image-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-width-image-card__body {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 767.9px) {
  .c-width-image-card__body {
    row-gap: 15px;
  }
}
.c-width-image-card__title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #2b509d;
}
@media (max-width: 767.9px) {
  .c-width-image-card__title {
    font-size: 2rem;
  }
}
.c-width-image-card__text {
  line-height: 1.6;
}
.c-width-image-card__link {
  display: flex;
  justify-content: flex-end;
}

.c-recruit-card {
  display: block;
  position: relative;
  z-index: 0;
  height: 100%;
}
.c-recruit-card::after {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, #000, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 767.9px) {
  .c-recruit-card::after {
    opacity: 1;
  }
}
.c-recruit-card__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-recruit-card__body {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 100%;
  color: #fff;
  padding: 0 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transform: translateY(60px);
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
@media (max-width: 767.9px) {
  .c-recruit-card__body {
    transform: none;
    opacity: 1;
  }
}
.c-recruit-card__status {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.c-recruit-card__title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.2rem;
}
@media (max-width: 767.9px) {
  .c-recruit-card__title {
    font-size: 1.8rem;
  }
}
.c-recruit-card__status {
  display: flex;
  flex-direction: row;
  column-gap: 3px;
  font-size: 1.4rem;
  margin-top: 6px;
}
@media (max-width: 767.9px) {
  .c-recruit-card__status {
    font-size: 1.2rem;
  }
}
.c-recruit-card__nickname {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.6rem;
  margin-top: 4px;
}
@media (max-width: 767.9px) {
  .c-recruit-card__nickname {
    font-size: 2rem;
  }
}
@media screen and (width >= 768px) {
  .c-recruit-card:hover::after {
    opacity: 1;
  }
  .c-recruit-card:hover .c-recruit-card__body {
    opacity: 1;
    transform: translateY(0);
  }
}

.c-sectionLead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #2b509d;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media (max-width: 1099.9px) {
  .c-sectionLead {
    font-size: 2.8rem;
  }
}

.c-top-heading + .c-sectionLead {
  margin-top: 24px;
}

.c-media {
  display: flex;
  align-items: flex-start;
  gap: 45px 90px;
}
@media (max-width: 1099.9px) {
  .c-media {
    column-gap: 45px;
  }
}
@media (max-width: 767.9px) {
  .c-media {
    flex-direction: column;
  }
}
.c-media__body {
  flex: 1;
  min-width: 17em;
  display: flex;
  flex-direction: column;
  row-gap: 37px;
}
.aboutPage .aboutMessage__media .c-media__body {
  row-gap: revert;
}
@media (max-width: 767.9px) {
  .c-media__body {
    width: 100%;
    row-gap: 25px;
  }
}
.c-media__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #2b509d;
  line-height: 1.4;
}
@media (max-width: 767.9px) {
  .c-media__title {
    font-size: 2.8rem;
  }
}
.c-media__text {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
@media (max-width: 767.9px) {
  .c-media__imageWrapper {
    width: 100%;
  }
}
.c-media__imageWrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-borderTable__inner {
  width: 100%;
  position: relative;
}
.c-borderTable__inner::before {
  content: "";
  display: none;
  width: 30%;
  height: 1px;
  background-color: #2b509d;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-1px);
  z-index: 1;
}
@media (max-width: 767.9px) {
  .c-borderTable__inner::before {
    display: none;
  }
}
.c-borderTable th {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 27px 20px 27px 0;
  color: #2b509d;
  text-align: left;
  line-height: 1.6;
  border-bottom: solid 1px #2b509d;
  width: 25.26%;
  vertical-align: top;
}
@media (max-width: 767.9px) {
  .c-borderTable th {
    padding: 30px 25px 30px 0;
    border-bottom-color: #2b509d;
  }
}
.c-borderTable tr:nth-child(1) th {
  border-top: 1px solid #2b509d;
}
.c-borderTable tr:nth-child(1) td {
  border-top: solid 1px #eff1f7;
}
.c-borderTable td {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 27px 0 27px 20px;
  line-height: 1.6;
  border-bottom: solid 1px #eff1f7;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
@media (max-width: 767.9px) {
  .c-borderTable td {
    padding: 30px 10px 30px 0;
  }
}

@media (min-width: 768px) {
  .entry {
    padding-bottom: 120px;
  }
}
@media (max-width: 767.9px) {
  .entry {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .entry__inner {
    width: 90%;
    margin-inline: auto;
    max-width: 1086px;
  }
}
.entry__wrapper {
  position: relative;
  background-image: url("/assets/images/entry-bg_pc.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.entry__wrapper::before {
  position: absolute;
  content: "";
  z-index: 0;
  inset: 0;
  background-color: rgba(27, 41, 72, 0.6);
}
@media (min-width: 768px) {
  .entry__wrapper {
    border-radius: 10px;
    aspect-ratio: 1086/296;
  }
  .entry__wrapper::before {
    border-radius: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .entry__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767.9px) {
  .entry__wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media (max-width: 499.9px) {
  .entry__wrapper {
    width: calc(100% - 50px);
    margin-inline: auto;
    padding-inline: 30px;
    aspect-ratio: 325/362;
    border-radius: 10px;
    overflow: hidden;
    background-image: url("/assets/images/entry-bg_sp.webp");
  }
}
.entry__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 88.95%;
  margin-inline: auto;
}
@media (min-width: 1100px) {
  .entry__content {
    position: absolute;
    top: 23%;
    right: 0;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .entry__content {
    flex-direction: column;
    width: 100%;
    row-gap: 24px;
  }
}
@media (768px <= width < 900px) {
  .entry__content {
    row-gap: 18px;
  }
}
@media (max-width: 767.9px) {
  .entry__content {
    flex-direction: column;
    width: 100%;
    row-gap: 1em;
    padding-block: 1.5em;
  }
}
@media (max-width: 499.9px) {
  .entry__content {
    height: 100%;
    padding-top: 15%;
    row-gap: 24px;
  }
}
.entry__lead {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .entry__lead {
    row-gap: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .entry__lead {
    row-gap: 16px;
  }
}
@media (width < 900px) {
  .entry__lead {
    row-gap: 8px;
  }
}
@media (max-width: 767.9px) {
  .entry__lead {
    margin-bottom: 0;
  }
}
@media (max-width: 499.9px) {
  .entry__lead {
    row-gap: 24px;
  }
}
.entry__text {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
  letter-spacing: 0.09em;
}
.entry__text p {
  font-size: clamp(13px, 1.1vw, 16px);
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 499.9px) {
  .entry__text p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.entry .c-top-heading__title.c-sub-heading__title {
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .entry .c-top-heading__title.c-sub-heading__title {
    font-size: clamp(2rem, 2.92vw, 4.5rem);
  }
}
@media (max-width: 767.9px) {
  .entry .c-top-heading__title.c-sub-heading__title {
    font-size: 2rem;
  }
}
@media (max-width: 499.9px) {
  .entry .c-top-heading__title.c-sub-heading__title {
    margin-top: 16px;
    font-size: 2.6rem;
  }
}
.entry .c-rounded-btn--arrow {
  width: clamp(280px, 22.69vw, 340px);
  padding: 0.25em 1em;
}
@media (max-width: 767.9px) {
  .entry .c-rounded-btn--arrow {
    padding: 0 1em;
  }
}
@media (max-width: 499.9px) {
  .entry .c-rounded-btn--arrow {
    padding: 1em 1em;
  }
}
@media (max-width: 1099.9px) {
  .entry .c-rounded-btn {
    height: auto;
  }
}
.entry .c-top-heading {
  row-gap: 0;
}

.c-banners {
  display: flex;
  height: 346px;
}
@media (max-width: 1099.9px) {
  .c-banners {
    height: 200px;
  }
}
@media (max-width: 499.9px) {
  .c-banners {
    flex-direction: column;
    height: 350px;
  }
}
.c-banners__item {
  flex: 1;
}

.c-banner {
  display: inline-flex;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  align-items: flex-end;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 25px 40px;
}
@media (max-width: 1099.9px) {
  .c-banner {
    padding: 20px;
  }
}
.c-banner:hover::after {
  opacity: 0;
}
.c-banner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2b509d;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}
.c-banner__wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  position: relative;
  z-index: 2;
}
.c-banner__text {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  flex: 1;
}
@media (max-width: 1099.9px) {
  .c-banner__text {
    font-size: 2.2rem;
  }
}
@media (max-width: 499.9px) {
  .c-banner__text {
    font-size: 2rem;
  }
}
.c-banner__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 65px;
  border-radius: 50%;
  border: solid 2px #fff;
}
@media (max-width: 1099.9px) {
  .c-banner__arrow {
    width: 45px;
  }
}
.c-banner--about {
  background-image: url("../images/bg_banner_about_02.webp");
}
.c-banner--history {
  background-image: url("../images/bg_banner_history.webp");
}
.c-banner--companyInfo {
  background-image: url("../images/bg_banner_about.webp");
}

.c-rounded-btn__icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-external-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  transition: opacity 0.3s;
  pointer-events: none;
}

.icon-external-link--default {
  opacity: 1;
}

.icon-external-link--hover {
  opacity: 0;
}

.c-rounded-btn:hover .icon-external-link--default {
  opacity: 0;
}

.c-rounded-btn:hover .icon-external-link--hover {
  opacity: 1;
}

.c-rounded-btn__icon .icon-external-link {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  color: #fff;
  transition: color 0.3s;
}

.c-rounded-btn:hover .c-rounded-btn__icon .icon-external-link {
  color: #2b509d;
}

.c-circle-arrow-btn.is-disabled {
  background-color: #CCD4E5 !important;
  border-color: #CCD4E5 !important;
  cursor: not-allowed !important;
  opacity: 0.6;
  pointer-events: none;
}
.c-circle-arrow-btn.is-disabled .c-circle-arrow-btn__icon {
  filter: grayscale(1) brightness(1.5);
}

.c-bnr-btn {
  width: 312px;
  height: 77px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  font-size: 1.5rem;
  border-radius: 8px;
  background-color: #414141;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767.9px) {
  .c-bnr-btn {
    width: 100%;
    padding: 1.8em 2em;
  }
}
.c-bnr-btn:hover {
  opacity: 0.85;
}

.c-rounded-btn {
  width: 280px;
  height: 65px;
  max-width: 100%;
  padding: 1.1875em 1.5625em;
  border-radius: 33px;
  background-color: #2b509d;
  border: solid 1px #2b509d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  column-gap: 20px;
  transition: background-color 0.3s ease-in-out;
}
.c-rounded-btn__inner {
  width: 100%;
  color: currentColor;
  border-right: 1px solid #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6875;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-right-color 0.3s ease-in-out;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .c-rounded-btn__inner {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.9px) {
  .c-rounded-btn__inner {
    font-size: 1.6rem;
  }
}
@media (max-width: 499.9px) {
  .entry .c-rounded-btn__inner {
    font-size: 1.6rem;
  }
}
.c-rounded-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-rounded-btn__icon img {
  width: 24px;
  height: 24px;
  transition: filter 0.3s ease-in-out;
}
.c-rounded-btn:hover {
  background-color: #fff;
  color: #2b509d;
}
.c-rounded-btn:hover .c-rounded-btn__arrow::before {
  background-image: url("../images/icon_arrow_right_blue.svg");
}
.c-rounded-btn:hover .c-rounded-btn__inner {
  border-right: 1px solid #2b509d;
}
@media (max-width: 499.9px) {
  .c-rounded-btn {
    width: 100%;
  }
}
.c-rounded-btn--arrow .c-rounded-btn__inner {
  justify-content: flex-start;
  border-right: 1px solid #fff;
}
.c-rounded-btn--arrow .c-rounded-btn__arrow {
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.c-rounded-btn--arrow .c-rounded-btn__arrow::before {
  content: "";
  display: flex;
  background: url("../images/icon_arrow_right_white.svg") center center no-repeat;
  background-size: 20px 9px;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  transition: transform 0.3s ease, background-image 0.3s ease-in-out;
}
.c-rounded-btn--arrow .c-rounded-btn__arrow::after {
  content: "";
  display: flex;
  background: url("../images/icon_arrow_right_white.svg") center center no-repeat;
  background-size: 20px 9px;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  font-size: 0.8em;
  line-height: 1;
  color: currentColor;
  transition: transform 0.3s ease, background-image 0.3s ease-in-out;
  transform: translateX(-100%);
}
.c-rounded-btn--arrow:hover .c-rounded-btn__inner {
  border-right: 1px solid #2b509d;
}
.c-rounded-btn--arrow:hover .c-rounded-btn__arrow::before {
  background-image: url("../images/icon_arrow_right_blue.svg");
  transform: translateX(100%);
}
.c-rounded-btn--arrow:hover .c-rounded-btn__arrow::after {
  background-image: url("../images/icon_arrow_right_blue.svg");
  transform: translateX(0);
}
.c-rounded-btn--bg-white {
  background-color: #fff;
  color: #2b509d;
}
.c-rounded-btn--bg-white .c-rounded-btn__inner {
  border-right: 1px solid #2b509d;
  overflow: hidden;
  position: relative;
}
.c-rounded-btn--bg-white .c-rounded-btn__text {
  transition: transform 0.3s ease;
}
.c-rounded-btn--bg-white .c-rounded-btn__text::after {
  content: var(--btn-text);
  display: block;
  color: #2b509d;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.c-rounded-btn--bg-white .c-rounded-btn__arrow::before, .c-rounded-btn--bg-white .c-rounded-btn__arrow::after {
  background-image: url("../images/icon_arrow_right_blue.svg");
}
.c-rounded-btn--bg-white:hover .c-rounded-btn__inner {
  border-right: 1px solid #2b509d;
}
.c-rounded-btn--bg-white:hover .c-rounded-btn__arrow::before {
  transform: translateX(100%);
}
.c-rounded-btn--bg-white:hover .c-rounded-btn__arrow::after {
  transform: translateX(0);
}
.c-rounded-btn--large {
  width: 380px;
  padding: 1.3em 2em;
  border-radius: 40px;
}
.c-rounded-btn--large .c-rounded-btn__inner {
  font-size: 1.8rem;
}

.c-circle-arrow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  width: 40px;
  border-radius: 50%;
  background-color: #2b509d;
  border: solid 1px #2b509d;
  cursor: pointer;
  font-size: 0;
  transition: background-color 0.3s ease-in-out;
}
.--white .c-circle-arrow-btn {
  background-color: #fff;
  border: solid 1px #fff;
}
.c-circle-arrow-btn:hover {
  background-color: #fff;
}
.subRecruit-interview .c-circle-arrow-btn:hover {
  background-color: #2b509d;
}
@media (max-width: 499.9px) {
  .c-circle-arrow-btn {
    width: 43px;
  }
}
.c-circle-arrow-btn__icon {
  width: 16px;
  height: 8px;
  background: center center no-repeat;
  background-size: contain;
  transition: background-image 0.3s ease-in-out;
}
.c-circle-arrow-btn--prev .c-circle-arrow-btn__icon {
  background-image: url("../images/icon_arrow_left_white.svg");
}
.subRecruit-interview .c-circle-arrow-btn--prev .c-circle-arrow-btn__icon {
  background-image: url("../images/icon_arrow_left_blue.svg");
}
.c-circle-arrow-btn--prev:hover .c-circle-arrow-btn__icon {
  background-image: url("../images/icon_arrow_left_blue.svg");
}
.subRecruit-interview .c-circle-arrow-btn--prev:hover .c-circle-arrow-btn__icon {
  background-image: url("../images/icon_arrow_left_white.svg");
}
.c-circle-arrow-btn--next .c-circle-arrow-btn__icon {
  background-image: url("../images/icon_arrow_right_white.svg");
}
.subRecruit-interview .c-circle-arrow-btn--next .c-circle-arrow-btn__icon {
  background-image: url("../images/icon_arrow_right_blue.svg");
}
.c-circle-arrow-btn--next:hover .c-circle-arrow-btn__icon {
  background-image: url("../images/icon_arrow_right_blue.svg");
}
.subRecruit-interview .c-circle-arrow-btn--next:hover .c-circle-arrow-btn__icon {
  background-image: url("../images/icon_arrow_right_white.svg");
}

.c-banner-btn {
  width: 474px;
  height: 105px;
  max-width: 100%;
  padding: 28px;
  border-radius: 10px;
  display: inline-flex;
  background-color: #2b509d;
  border: solid 2px #2b509d;
  align-items: center;
  column-gap: 20px;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #fff;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 499.9px) {
  .c-banner-btn {
    width: 100%;
    height: 70px;
    font-size: 1.5rem;
    padding: 15px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .c-banner-btn {
    width: 100%;
  }
}
.c-banner-btn__body {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.c-banner-btn__body::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #CCD4E5;
  margin-right: 10px;
}
.c-banner-btn__inner {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  line-height: 1.2;
  flex: 1;
}
.c-banner-btn__sub-text {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .c-banner-btn__sub-text {
    font-size: 1.2rem;
  }
}
.c-banner-btn::after {
  content: "";
  display: block;
  width: 26px;
  height: 12px;
  background: url("../images/icon_arrow_right_blue.svg") center center no-repeat;
  background-size: contain;
  font-size: 1.6em;
  color: currentColor;
  transition: background-image 0.3s, transform 0.3s ease-in-out;
}
.c-banner-btn--bg-white {
  background-color: transparent;
  color: #2b509d;
}
.c-banner-btn--bg-white:hover {
  background-color: #2b509d;
  color: #fff;
}
.c-banner-btn--bg-white:hover .c-banner-btn__text {
  color: #fff;
  transition: color 0.3s;
}
.c-banner-btn--bg-white:hover::after {
  content: "";
  background-image: url("../images/icon_arrow_right_white.svg");
  transition: background-image 0.3s, transform 0.3s ease-in-out;
  transform: translateX(6px);
}
.c-banner-btn--bg-transparent {
  background-color: transparent;
  color: #2b509d;
}
.c-banner-btn--bg-transparent {
  background-color: transparent;
  color: #2b509d;
}
.c-banner-btn--tel .c-banner-btn__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
}
@media (max-width: 767.9px) {
  .c-banner-btn--tel .c-banner-btn__text {
    font-size: 2.2rem;
  }
}
.c-banner-btn--tel .c-banner-btn__text.is-tel {
  letter-spacing: 0.01em;
}

.c-arrow-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 0;
  column-gap: 20px;
  color: #2b509d;
  margin-right: 20px;
}
.c-arrow-link__inner {
  font-size: 1.5rem;
  font-weight: 600;
  text-underline-offset: 0.3em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-in-out;
  padding: 0.3em 0 0.3em 0.3em;
}
@media (max-width: 499.9px) {
  .c-arrow-link__inner {
    font-size: 1.3rem;
  }
}
.c-arrow-link::before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: -1;
}
@media (max-width: 499.9px) {
  .c-arrow-link::before {
    width: 35px;
    height: 35px;
  }
}
.subRecruit-banner .c-arrow-link::before {
  width: 40px;
  height: 40px;
}
.c-arrow-link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 6px;
  background: url("../images/icon_arrow_right_white.svg") center center no-repeat;
  background-size: contain;
  color: #fff;
  transform: translateX(50%);
  text-decoration: none;
}
.c-arrow-link:hover .c-arrow-link__inner {
  text-decoration-color: currentColor;
}

.c-catBtn {
  display: inline-block;
  padding: 0.9em 1.4em;
  border-radius: 5px;
  border: solid 1px #e6e6e6;
  background-color: #fff;
  color: #2b509d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  appearance: none;
  cursor: pointer;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-catBtn[aria-pressed=true] {
  color: #fff;
  background-color: #2b509d;
  border-color: #2b509d;
}
.c-catBtn:hover {
  color: #fff;
  background-color: #2b509d;
  border-color: #2b509d;
}
.c-catBtn:focus-visible {
  outline: 2px solid #2b509d;
  outline-offset: 2px;
}
@media (max-width: 767.9px) {
  .c-catBtn {
    width: 30%;
  }
}

.philosophy {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 767.9px) {
  .philosophy {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.philosophy__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1500px;
}
.philosophy__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media (max-width: 767.9px) {
  .philosophy__wrapper {
    row-gap: 40px;
  }
}
@media (min-width: 1100px) {
  .philosophy__body {
    margin-left: 35%;
  }
}
.philosophy__text {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.philosophy__text p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2;
  color: #2b509d;
}
@media (max-width: 1099.9px) {
  .philosophy__text p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.9px) {
  .philosophy__text p {
    font-size: 1.6rem;
  }
}
.philosophy .c-top-heading__title {
  font-size: 8rem;
  font-weight: 900;
}
@media (max-width: 1099.9px) {
  .philosophy .c-top-heading__title {
    font-size: 4.8rem;
    font-weight: 700;
  }
}

.top .header {
  background-color: transparent;
}
.top .header__nav:has(.header__mega-menu .is-active) .header__nav-item a {
  color: #222222;
}
.top .header__nav-item a {
  color: #fff;
}
.top .header__logo--normal {
  display: none;
}
.top .header__logo--top {
  display: block;
}
.top .header__logo--top .logo--white {
  display: block;
}
.top .header__logo--top .logo--normal {
  display: none;
}
.top .header.is-scrolled .header__logo--top .logo--normal {
  display: block;
}
.top .header.is-scrolled .header__logo--top .logo--white {
  display: none;
}
.top:has(.header__mega-menu.is-active) .header .logo--normal {
  display: block;
}
.top:has(.header__mega-menu.is-active) .header .logo--white {
  display: none;
}

.salonInfo {
  /*
  ------------------
  MV
  ------------------
  */
  /*
  -------------
  section INTRO
  -------------
  */
  /*
  --------------
  section STAFF
  --------------
  */
  /** section STAFF ここまで */
  /*
  --------------
  section INSTA
  --------------
  */
  /* section INSTA ここまで */
  /*
  --------------
  section INFO
  --------------
  */
  /* ここまで section INFO */
  /*
  -----------------
  section CONTACT
  -----------------
  */
}
@media (max-width: 767.9px) {
  .salonInfo {
    overflow: hidden;
  }
}
.salonInfo h2,
.salonInfo h3 {
  font-family: "Shippori Mincho", serif;
  color: #5e5a54;
  letter-spacing: 0.12em;
}
.salonInfo .row {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.9px) {
  .salonInfo .row {
    display: block;
  }
}
.salonInfo .reserveLink {
  background-color: #9bb19c;
  position: fixed;
  right: 30px;
  bottom: 30px;
  padding: 22px 20px 24px;
  z-index: 10;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767.9px) {
  .salonInfo .reserveLink {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
  }
}
.salonInfo .reserveLink .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 767.9px) {
  .salonInfo .reserveLink .inner {
    align-items: center;
  }
}
.salonInfo .reserveLink .content__wrapper {
  display: block;
}
@media (max-width: 767.9px) {
  .salonInfo .reserveLink .content__wrapper {
    display: flex;
  }
}
.salonInfo .reserveLink .subtitle,
.salonInfo .reserveLink .title {
  color: #fff;
  letter-spacing: 0.06em;
}
.salonInfo .reserveLink .subtitle {
  font-size: 1.3rem;
}
.salonInfo .reserveLink .title {
  font-weight: 600;
}
@media (max-width: 767.9px) {
  .salonInfo .reserveLink .title {
    margin-left: 10px;
  }
}
.salonInfo .reserveLink .contact__icon {
  width: 28px;
  height: 20px;
}
.salonInfo .mv {
  margin-top: 0;
  height: 411px;
  z-index: -1 !important;
}
@media (max-width: 767.9px) {
  .salonInfo .mv {
    height: 302px;
  }
}
.salonInfo .mv__figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.salonInfo .mv__img {
  object-fit: cover;
  object-position: center top;
}
@media (max-width: 767.9px) {
  .salonInfo .mv__img {
    width: 100%;
  }
}
.salonInfo .mv__info {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  width: 91%;
  max-width: 1242px;
  margin-inline: auto;
  z-index: 10;
}
.salonInfo .mv__info .salonName {
  color: #fff;
  pointer-events: none;
}
.salonInfo .mv__info .salonName__text {
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media (max-width: 1099.9px) {
  .salonInfo .mv__info .salonName__text {
    font-size: 2.6rem;
  }
}
.salonInfo .intro {
  padding-top: 129px;
  padding-bottom: 125px;
}
@media (max-width: 767.9px) {
  .salonInfo .intro {
    padding-block: 56px;
  }
}
.salonInfo .intro__wrapper {
  text-align: center;
}
@media (max-width: 767.9px) {
  .salonInfo .intro__wrapper {
    text-align: left;
  }
}
.salonInfo .intro__lead {
  color: #5e5a54;
  font-size: 1.8rem;
  font-family: "Shippori Mincho", serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media (max-width: 1099.9px) {
  .salonInfo .intro__lead {
    font-size: 2.2rem;
  }
}
.salonInfo .intro__text {
  color: #222222;
  font-size: 1.4rem;
  font-family: "Shippori Mincho", serif;
  line-height: 2;
  letter-spacing: 0.12em;
  margin-top: 24px;
}
@media (max-width: 1099.9px) {
  .salonInfo .intro__text {
    margin-top: 23px;
  }
}
.salonInfo .staff {
  background-color: #eff4f1;
}
@media (max-width: 767.9px) {
  .salonInfo .staff .content {
    display: block;
  }
}
.salonInfo .inner:has(> .staff__slider) {
  overflow-x: visible;
  position: relative;
}
.salonInfo .staff__sliderCover {
  position: absolute;
  top: 0;
  right: calc(100% - 20px);
  width: 100%;
  height: 100%;
  background-color: #eff4f1;
  z-index: 2;
}
.salonInfo .staff__slider {
  margin-top: 40px;
}
@media (max-width: 767.9px) {
  .salonInfo .staff__slider {
    margin-top: 30px;
  }
}
.salonInfo .staff__slider .swiper {
  overflow: visible;
}
.salonInfo .staff__slider .swiper-slide {
  width: auto;
  max-width: 306px;
}
@media (max-width: 767.9px) {
  .salonInfo .staff__slider .swiper-slide {
    max-width: 267px;
  }
}
.salonInfo .staff__slider .staff__sliderControl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 767.9px) {
  .salonInfo .staff__slider .staff__sliderControl {
    margin-top: 20px;
  }
}
.salonInfo .staff__slider .swiper-pagination {
  position: relative !important;
  width: calc(100% - 143px);
}
.salonInfo .staff__slider .swiper-pagination-progressbar {
  background: rgba(155, 177, 156, 0.25);
  height: 2px;
}
.salonInfo .staff__slider .swiper-pagination-progressbar-fill {
  background: #9bb19c;
}
.salonInfo .staff__slider .staff__slider-next {
  margin-left: 15px;
}
.salonInfo .staff__img {
  width: 306px;
  height: 414px;
  object-fit: cover;
  vertical-align: bottom;
}
@media (max-width: 767.9px) {
  .salonInfo .staff__img {
    width: 267px;
    height: 362px;
  }
}
.salonInfo .staff__name {
  margin-top: 17px;
}
@media (max-width: 767.9px) {
  .salonInfo .staff__name {
    margin-top: 24px;
  }
}
.salonInfo .staff__nameJa {
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 0.12em;
}
.salonInfo .staff__nameEn {
  font-family: "Tinos", serif;
  font-size: 1.2rem;
  color: #000;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-style: italic;
}
.salonInfo .staff__text {
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.7;
}
.salonInfo .insta {
  background-color: #fff;
  padding-block: 60px;
  /* stylelint-disable-next-line selector-max-id */
  /* stylelint-disable-next-line selector-max-id */
}
@media (max-width: 767.9px) {
  .salonInfo .insta {
    padding-block: 50px;
  }
}
.salonInfo .insta__container {
  width: 85.2%;
  max-width: 908px;
  margin-inline: auto;
}
@media (max-width: 767.9px) {
  .salonInfo .insta__container {
    width: 100%;
  }
}
.salonInfo .insta__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.salonInfo .insta .sectionHeading-ja {
  font-size: 2.2rem;
}
.salonInfo .insta__link {
  padding-bottom: 8px;
  border-bottom: 1px solid #5e5a54;
  color: #5e5a54;
}
.salonInfo .insta__anchor {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  color: #5e5a54;
  padding-right: 2em;
}
.salonInfo .insta__anchor::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_instagram.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 8px;
}
.salonInfo .insta__body {
  margin-top: 30px;
}
@media (max-width: 767.9px) {
  .salonInfo .insta__body {
    margin-top: 20px;
  }
}
.salonInfo .insta__embed #sb_instagram {
  padding: 0 !important;
}
.salonInfo .insta__embed #sb_instagram #sbi_images {
  gap: 9px !important;
  padding: 0 !important;
}
@media (max-width: 767.9px) {
  .salonInfo .insta__embed #sb_instagram #sbi_images {
    gap: 3px !important;
  }
}
.salonInfo .insta__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
@media (max-width: 767.9px) {
  .salonInfo .insta__grid {
    gap: 3px;
  }
}
.salonInfo .insta__figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.salonInfo .insta__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.salonInfo .info {
  background-color: #fffcf4;
  padding-block: 60px;
}
@media (max-width: 767.9px) {
  .salonInfo .info {
    padding-block: 50px;
  }
}
.salonInfo .info__sliderOuter {
  position: relative;
}
.salonInfo .info__slider {
  position: relative;
  margin-top: 34px;
}
@media (max-width: 767.9px) {
  .salonInfo .info__slider {
    margin-top: 24px;
  }
}
.salonInfo .info__slider .swiper-wrapper .swiper-slide img {
  width: 333px;
  height: 190px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767.9px) {
  .salonInfo .info__slider .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 333/190;
    object-fit: cover;
    object-position: center;
  }
}
.salonInfo .info__slider-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.salonInfo .info__slider-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.9px) {
  .salonInfo .info__slider-prev {
    width: 37px;
    height: 37px;
  }
}
.salonInfo .info__slider-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
@media (max-width: 767.9px) {
  .salonInfo .info__slider-next {
    width: 37px;
    height: 37px;
  }
}
.salonInfo .info .info__floor {
  margin-top: 80px;
}
@media (max-width: 767.9px) {
  .salonInfo .info .info__floor {
    margin-top: 32px;
  }
}
.salonInfo .info .info__row {
  margin-top: 80px;
  gap: 40px;
}
@media (max-width: 767.9px) {
  .salonInfo .info .info__row {
    margin-top: 32px;
  }
}
.salonInfo .info__data {
  flex: 40.5% 1 1;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 767.9px) {
  .salonInfo .info__data {
    display: block;
  }
}
.salonInfo .data__row {
  display: flex;
}
@media (max-width: 767.9px) {
  .salonInfo .data__row {
    display: block;
  }
}
.salonInfo .info__data dt {
  flex: 31.5% 1 1;
  padding: 1.5rem 1.5rem 1.5rem 0;
  border-bottom: 1px solid #707070;
  margin: 0;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767.9px) {
  .salonInfo .info__data dt {
    padding: 1.5rem 0 0;
    border-bottom: none;
  }
}
.salonInfo .info__data dd {
  flex: 68.5% 1 1;
  padding: 1.5rem;
  border-bottom: 1px solid #707070;
  margin: 0;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.75;
}
@media (max-width: 767.9px) {
  .salonInfo .info__data dd {
    padding: 0 0 1.5rem;
  }
}
.salonInfo .info__map {
  flex: 55.2% 1 1;
}
@media (max-width: 767.9px) {
  .salonInfo .info__map {
    margin-top: 32px;
  }
}
.salonInfo .info__map iframe {
  width: 100%;
  max-width: 100%;
  height: 585px;
}
.salonInfo .info__mapNote {
  position: relative;
  font-size: 1.5rem;
  color: #5e5a54;
  width: fit-content;
  margin-top: 20px;
  margin-left: auto;
  padding-right: 1.5em;
  padding-bottom: 8px;
  border-bottom: 1px solid #707070;
}
.salonInfo .info__mapNote::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 8px;
  right: 0;
  width: 18px;
  height: 24px;
  background-image: url(./../images/salonInfo/icon_map_pin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.salonInfo #contact {
  padding-inline: 0;
}
@media (max-width: 767.9px) {
  .salonInfo #contact {
    padding-inline: 25px;
  }
}
.salonInfo #contact .contact__link {
  display: block;
  color: #fff;
  margin-inline: 25px;
}
@media (max-width: 767.9px) {
  .salonInfo #contact .contact__link {
    margin-inline: 0;
  }
}
@media (max-width: 767.9px) {
  .salonInfo #contact .contact__link .content__wrapper {
    display: block;
  }
}
.salonInfo #contact .contact__link .inner {
  padding: 44px 40px 45px;
  background-color: #9bb19c;
  border: none;
}
@media (max-width: 767.9px) {
  .salonInfo #contact .contact__link .inner {
    margin-inline: 0;
    padding: 34px 20px;
    flex-direction: row;
  }
}
.salonInfo #contact .contact__link .title,
.salonInfo #contact .contact__link .subtitle {
  color: #fff;
  letter-spacing: 0.06em;
}
@media (max-width: 767.9px) {
  .salonInfo #contact .contact__link .subtitle {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.9px) {
  .salonInfo #contact .contact__link .title {
    margin-left: 0;
    font-size: 1.8rem;
  }
}
.salonInfo #contact .contact__link .contact__icon img {
  width: 37px;
  height: 37px;
}
@media (max-width: 767.9px) {
  .salonInfo .contact__section {
    margin-top: 30px;
  }
}

/* /body.salonInfo（これより下にコード書かない） */
.page {
  /*
  ----------------------------
  pageTop（ページタイトル周り）
  ----------------------------
  */
  /*
  ----------------------------
  見出し
  ----------------------------
  */
  /*
  ----------------------------
  pageBody（ページコンテンツ）
  ----------------------------
  */
  /* 本文text */
  /* 本文内リンクテキスト */
  /* 小さいテキスト */
  /* list */
  /* button */
}
.page .inner {
  width: 91%;
  max-width: 960px;
  margin-inline: auto;
}
.page .container {
  width: 85.2%;
  max-width: 908px;
  margin-inline: auto;
}
@media (max-width: 767.9px) {
  .page .container {
    width: 100%;
  }
}
.page .pageTop {
  padding-block: 60px 30px;
  background-color: #fffcf4;
}
@media (max-width: 767.9px) {
  .page .pageTop {
    padding-block: 50px;
  }
}
.page .page__title {
  color: #1d345f;
  pointer-events: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 1099.9px) {
  .page .page__title {
    font-size: 2.6rem;
  }
}
.page .breadcrumb {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  color: #1d345f;
  font-size: 1.2rem;
  margin-top: 24px;
}
@media (max-width: 767.9px) {
  .page .breadcrumb {
    margin-top: 16px;
  }
}
.page .breadcrumb__item:not(:first-child)::before {
  display: inline;
  content: "/";
  margin: 0 8px;
}
.page .breadcrumb__link {
  color: #1d345f;
  text-decoration: none;
}
.page .breadcrumb__link:hover {
  text-decoration: underline;
}
.page h2,
.page h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #2b509d;
  letter-spacing: 0.04em;
}
.page h2.wp-block-heading {
  color: #2b509d;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
  padding-top: 52px;
  border-top: 1px solid #2b509d;
}
@media (max-width: 767.9px) {
  .page h2.wp-block-heading {
    margin-top: 20px;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .page h2.wp-block-heading {
    margin-top: 28px;
  }
}
.page h3.wp-block-heading {
  color: #2b509d;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
  padding-top: 52px;
}
@media (max-width: 767.9px) {
  .page h3.wp-block-heading {
    margin-top: 12px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .page h3.wp-block-heading {
    margin-top: 24px;
  }
}
.page h4.wp-block-heading {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.5em 1em;
  color: #2b509d;
}
@media (max-width: 767.9px) {
  .page h4.wp-block-heading {
    margin-top: 12px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .page h4.wp-block-heading {
    margin-top: 24px;
  }
}
.page .pageBody {
  display: grid;
  grid-template-columns: auto;
  row-gap: 40px;
  margin-top: 40px;
}
@media (max-width: 767.9px) {
  .page .pageBody {
    row-gap: 16px;
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .page .pageBody {
    row-gap: 20px;
  }
}
.page .pageBody p {
  font-size: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .page .pageBody p {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .page .pageBody p {
    font-size: 1.4rem;
  }
}
.page .pageBody a:not(.wp-block-button__link) {
  text-decoration: underline;
}
.page .pageBody a:not(.wp-block-button__link):hover {
  color: #9bb19c;
  transition: color 0.2s ease;
}
.page .has-small-font-size:is(p, li) {
  font-size: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .page .has-small-font-size:is(p, li) {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.9px) {
  .page .has-small-font-size:is(p, li) {
    font-size: 1.3rem;
  }
}
.page .wp-block-group__inner-container {
  background-color: #eff4f1;
  padding: 1em 1.5em;
}
.page .wp-block-group__inner-container :is(h2, h3, h4):first-child {
  margin-top: 0;
}
.page :is(ul, ol).wp-block-list {
  margin-top: 0.5em;
  padding-left: 1.5em;
}
.page ul.wp-block-list li {
  list-style: disc;
}
.page ol.wp-block-list li {
  list-style: decimal;
}
.page :is(ul, ol).wp-block-list li {
  font-size: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .page :is(ul, ol).wp-block-list li {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .page :is(ul, ol).wp-block-list li {
    font-size: 1.4rem;
  }
}
.page .wp-block-buttons {
  margin-top: 24px;
}
@media (max-width: 767.9px) {
  .page .wp-block-buttons {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .page .wp-block-buttons {
    margin-top: 20px;
  }
}
.page .wp-block-button__link {
  position: relative;
  display: inline-flex;
  column-gap: 8px;
  align-items: center;
  justify-content: space-between;
  min-width: 240px;
  height: 60px;
  padding: 12px;
  padding-left: 28px;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background-color: #9bb19c;
  border: 1px solid #9bb19c;
  border-radius: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
  transition: opacity 0.2s ease;
}
.page .wp-block-button__link::after {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  color: #fff;
  background-image: url(../images/icon-button-01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.page .wp-block-button__link:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.wp-block-table th {
  border-right: 0;
  border-left: 0;
}

.wp-block-table td {
  border-top: solid 1px #eff1f7;
  border-right: 0;
  border-left: 0;
}

/* /body.page（これより下にコード書かない） */
.error404 {
  /* 
  ----------------------------
  pageTop（ページタイトル周り）
  ----------------------------
  */
  /* button */
}
@media (max-width: 767.9px) {
  .error404 {
    overflow: hidden;
  }
}
.error404 .inner {
  width: 91%;
  max-width: 960px;
  margin-inline: auto;
}
.error404 .container {
  width: 85.2%;
  max-width: 908px;
  margin-inline: auto;
}
@media (max-width: 767.9px) {
  .error404 .container {
    width: 100%;
  }
}
.error404 .pageTop {
  padding-block: 60px 30px;
  background-color: #fffcf4;
}
@media (max-width: 767.9px) {
  .error404 .pageTop {
    padding-block: 40px;
  }
}
.error404 .pageTitle {
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
.error404 .pageTitle__text {
  display: block;
  color: #5e5a54;
  pointer-events: none;
  font-size: 3.2rem;
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media (max-width: 1099.9px) {
  .error404 .pageTitle__text {
    font-size: 2.6rem;
  }
}
.error404 .pageTitle--sub {
  display: block;
}
.error404 .pageBody {
  margin-block: 60px;
  text-align: center;
}
@media (max-width: 767.9px) {
  .error404 .pageBody {
    margin-block: 30px;
  }
}
.error404 .pageBody__text {
  line-height: 2;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .error404 .pageBody__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .error404 .pageBody__text {
    font-size: 1.4rem;
  }
}
.error404 .wp-block-buttons {
  margin-top: 60px;
}
@media (max-width: 767.9px) {
  .error404 .wp-block-buttons {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .error404 .wp-block-buttons {
    margin-top: 40px;
  }
}
.error404 .wp-block-button__link {
  position: relative;
  display: inline-flex;
  column-gap: 8px;
  align-items: center;
  justify-content: space-between;
  min-width: 240px;
  height: 60px;
  padding: 12px;
  padding-left: 28px;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background-color: #9bb19c;
  border: 1px solid #9bb19c;
  border-radius: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .error404 .wp-block-button__link {
    font-size: 1.5rem;
    height: 56px;
  }
}
@media (max-width: 767.9px) {
  .error404 .wp-block-button__link {
    font-size: 1.4rem;
    height: 48px;
  }
}
.error404 .wp-block-button__link::after {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  color: #fff;
  background-image: url(../images/icon-button-01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .error404 .wp-block-button__link::after {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 767.9px) {
  .error404 .wp-block-button__link::after {
    width: 24px;
    height: 24px;
  }
}
.error404 .wp-block-button__link:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.error404 .footer__section {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1099.9px) {
  .error404 .footer__section {
    position: relative;
  }
}

/* /body.page（これより下にコード書かない） */
.aboutPage__body {
  margin-left: 0;
}
.aboutPage__text p {
  font-size: 2.2rem;
  line-height: 2;
  color: #1d345f;
  letter-spacing: 0.03em;
}
@media (max-width: 767.9px) {
  .aboutPage__text p {
    font-size: 1.7rem;
  }
}
.aboutPage__inner {
  width: 95%;
  margin-inline: auto;
  max-width: 1086px;
}
@media (max-width: 767.9px) {
  .aboutPage__inner {
    width: calc(100% - 50px);
    padding-inline: 0;
  }
}
.aboutPage__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}
@media (max-width: 767.9px) {
  .aboutPage__wrapper {
    row-gap: 25px;
  }
}
.aboutPage__block {
  padding-top: 97px;
  padding-bottom: 142px;
  display: flex;
  flex-direction: column;
  row-gap: 140px;
}
@media (max-width: 767.9px) {
  .aboutPage__block {
    row-gap: 70px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.aboutMessage .c-sectionLead {
  margin-top: 46px;
}
@media (max-width: 767.9px) {
  .aboutMessage .c-sectionLead {
    margin-top: 20px;
  }
}
.aboutMessage__media {
  column-gap: 134px;
}
@media (max-width: 1099.9px) {
  .aboutMessage__media {
    column-gap: 60px;
  }
}
.aboutMessage__mediaImage {
  margin-top: 33px;
  border-radius: 20px;
  overflow: hidden;
  width: 422px;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .aboutMessage__mediaImage {
    width: 40%;
  }
}
@media (max-width: 767.9px) {
  .aboutMessage__mediaImage {
    margin-inline: auto;
    width: 100%;
    max-width: 300px;
  }
}
.aboutMessage__block {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  row-gap: 34px;
}
.aboutMessage__text {
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.aboutMessage__profile {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
.aboutMessage__position {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2b509d;
  line-height: 1;
  letter-spacing: 0.02em;
}
.aboutMessage__name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 6px 0 0;
}
@media (max-width: 767.9px) {
  .aboutMessage__name {
    font-size: 1.8rem;
    margin: 6px 0 0;
  }
}
@media (max-width: 1099.9px) {
  .aboutMessage .c-sectionLead br {
    display: none;
  }
}

.ourWorksPage__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1080px;
}
@media (max-width: 767.9px) {
  .ourWorksPage__inner {
    width: calc(100% - 50px);
    padding-inline: 0;
  }
}
.ourWorksPage__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 65px;
}
@media (max-width: 767.9px) {
  .ourWorksPage__wrapper {
    row-gap: 40px;
  }
}
.ourWorksPage__body {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.ourWorksPage__lead {
  padding-top: 120px;
  padding-bottom: 156px;
}
@media (max-width: 1099.9px) {
  .ourWorksPage__lead {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.9px) {
  .ourWorksPage__lead {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.ourWorksPage__lead-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 25px 80px;
}
@media (max-width: 1099.9px) {
  .ourWorksPage__lead-wrapper {
    column-gap: 40px;
  }
}
@media (max-width: 767.9px) {
  .ourWorksPage__lead-wrapper {
    align-items: flex-start;
    flex-direction: column;
  }
}
.ourWorksPage__lead-head {
  font-size: 6.2rem;
  font-weight: 700;
  color: #2b509d;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .ourWorksPage__lead-head {
    font-size: 4.4rem;
  }
}
@media (max-width: 767.9px) {
  .ourWorksPage__lead-head {
    font-size: 3.6rem;
  }
}
.ourWorksPage__lead-text {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  flex: 1;
}
.ourWorksPage__media {
  column-gap: 145px;
  align-items: center;
}
@media (max-width: 1099.9px) {
  .ourWorksPage__media {
    column-gap: 60px;
  }
}
@media (min-width: 768px) {
  .ourWorksPage__media .c-media__imageWrapper {
    width: 557px;
  }
}
.ourWorksPage__media .c-media__body {
  row-gap: 40px;
}
@media (max-width: 767.9px) {
  .ourWorksPage__media .c-media__body {
    row-gap: 20px;
  }
}
@media (min-width: 768px) {
  .ourWorksPage__media .c-media__link {
    width: 310px;
  }
}

.recruit-opening__container {
  padding-top: 92px;
  padding-bottom: 10px;
}
@media (max-width: 767.9px) {
  .recruit-opening__container {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}
.recruit-opening__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1086px;
}
.recruit-opening__table {
  margin-inline: auto;
}
.recruit-opening__map-link {
  position: relative;
  font-size: 1.4rem;
  color: #2b509d;
  margin-top: 3px;
  padding-left: 1.25em;
  line-height: 18px;
}
.recruit-opening__map-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 12px;
  height: 18px;
  background: url(/assets/images/icon_map-pin.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.history__container {
  padding-top: 120px;
  padding-bottom: 150px;
}
@media (max-width: 767.9px) {
  .history__container {
    padding-top: 80px;
    padding-bottom: 110px;
  }
}
.history__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1086px;
}
@media (max-width: 767.9px) {
  .history__inner {
    width: calc(100% - 50px);
    padding-inline: 0;
  }
}
.history__tabs {
  padding-bottom: 25px;
  border-bottom: solid 1px #eff1f7;
}
.history__tabList {
  display: flex;
  align-items: flex-start;
  gap: 30px 53px;
}
@media (max-width: 767.9px) {
  .history__tabList {
    flex-direction: column;
  }
}
.history__tabTitle {
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-top: 12px;
}
@media (max-width: 767.9px) {
  .history__tabTitle {
    padding-top: 0;
  }
}
.history__tabBody {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.history__body {
  padding-top: 56px;
}
.history__timeLine {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.history__timeLineWrapper {
  display: flex;
  gap: 20px 0;
  align-items: flex-start;
}
@media (max-width: 767.9px) {
  .history__timeLineWrapper {
    flex-direction: column;
    row-gap: 20px;
  }
}
.history__timeLineHead {
  display: flex;
  justify-content: space-between;
  flex-basis: 18.42%;
  align-items: center;
  color: #2b509d;
}
@media (max-width: 1099.9px) {
  .history__timeLineHead {
    flex-basis: 22%;
  }
}
@media (max-width: 767.9px) {
  .history__timeLineHead {
    flex-direction: row-reverse;
    column-gap: 14px;
  }
}
.history__timeLineHead::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 13px;
  border-radius: 50%;
  background-color: currentColor;
}
@media (max-width: 1099.9px) {
  .history__timeLineHead::after {
    width: 10px;
  }
}
.history__timeLineTitle {
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (max-width: 1099.9px) {
  .history__timeLineTitle {
    font-size: 4rem;
  }
}
@media (max-width: 767.9px) {
  .history__timeLineTitle {
    font-size: 2.4rem;
  }
}
.history__timeLineTop {
  display: flex;
  gap: 20px 20px;
}
@media (min-width: 768px) {
  .history__timeLineTop {
    flex-direction: column;
    align-items: flex-start;
  }
}
.history__timeLineBody {
  display: flex;
  flex-direction: column;
  row-gap: 42px;
  flex: 1;
  padding-bottom: 38px;
  position: relative;
}
@media (max-width: 1099.9px) {
  .history__timeLineBody {
    row-gap: 25px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767.9px) {
  .history__timeLineBody {
    row-gap: 22px;
    padding-left: 24px;
    padding-bottom: 20px;
  }
}
.history__timeLineBody:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #2b509d;
  margin-block: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-6.5px, calc((50% - 15px) * -1));
}
@media (max-width: 1099.9px) {
  .history__timeLineBody:before {
    transform: translate(-5px, calc((50% - 6px) * -1));
  }
}
@media (max-width: 767.9px) {
  .history__timeLineBody:before {
    height: calc(100% + 20px);
    background-color: #eff1f7;
    transform: translate(5px, calc((50% + 25px) * -1));
  }
}
.history__timeLineBlock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 22px;
  padding-top: 5px;
  padding-bottom: 40px;
  border-bottom: solid 1px #eff1f7;
  margin-left: 50px;
}
@media (max-width: 1099.9px) {
  .history__timeLineBlock {
    padding-top: 2px;
    margin-left: 45px;
  }
}
@media (max-width: 767.9px) {
  .history__timeLineBlock {
    margin-left: 0;
    padding-bottom: 20px;
  }
}
.history__timeLineMonth {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  color: #2b509d;
}
@media (max-width: 767.9px) {
  .history__timeLineMonth {
    font-size: 1.4rem;
    margin-top: 3px;
  }
}
.history__timeLineMonth span {
  margin-right: 2px;
}
@media (min-width: 768px) {
  .history__timeLineMonth span {
    font-size: 3.9rem;
    margin-right: 5px;
  }
}
.history__timeLineText {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media (max-width: 767.9px) {
  .history__timeLineText {
    font-size: 1.4rem;
  }
}
.history__timeLineImage {
  border-radius: 10px;
  overflow: hidden;
  max-width: 475px;
}
@media (max-width: 767.9px) {
  .history__timeLineImage {
    max-width: revert;
  }
}
.history__timeLineImage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.history__timeLineItem:last-child .history__timeLineBody {
  padding-bottom: 0;
}
.history__timeLineItem:last-child .history__timeLineBody::before {
  display: none;
}

.company__container {
  padding-top: 92px;
  padding-bottom: 150px;
}
@media (max-width: 767.9px) {
  .company__container {
    padding-top: 80px;
    padding-bottom: 130px;
  }
}
.company__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1086px;
}
@media (max-width: 767.9px) {
  .company__inner {
    width: calc(100% - 50px);
    padding-inline: 0;
  }
}
.company__table {
  margin-inline: auto;
}
.company__map-link {
  position: relative;
  font-size: 1.4rem;
  color: #2b509d;
  margin-top: 3px;
  padding-left: 1.25em;
  line-height: 18px;
}
.company__map-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 12px;
  height: 18px;
  background: url(/assets/images/icon_map-pin.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.other__container {
  padding-top: 92px;
  padding-bottom: 150px;
}
@media (max-width: 767.9px) {
  .other__container {
    padding-top: 80px;
    padding-bottom: 130px;
  }
}
.other__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1086px;
}
.other__table {
  margin-inline: auto;
}
.other__map-link {
  position: relative;
  font-size: 1.4rem;
  color: #2b509d;
  margin-top: 3px;
  padding-left: 1.25em;
  line-height: 18px;
}
.other__map-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 12px;
  height: 18px;
  background: url(/assets/images/icon_map-pin.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.other h3 {
  color: #2b509d;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
  padding-top: 52px;
}

.workEnvironment-lead {
  padding-top: 108px;
  padding-bottom: 115px;
}
@media (max-width: 767.9px) {
  .workEnvironment-lead {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.workEnvironment-lead__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1086px;
}
@media (max-width: 767.9px) {
  .workEnvironment-lead__inner {
    width: calc(100% - 50px);
    padding-inline: 0;
  }
}
.workEnvironment-lead__title {
  font-weight: 700;
  font-size: 34px;
  color: #2b509d;
  white-space: nowrap;
  line-height: 2;
  letter-spacing: 0.02em;
}
.workEnvironment-lead__title span {
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media (max-width: 767.9px) {
  .workEnvironment-lead__title {
    font-size: 24px;
  }
}
@media (width < 400px) {
  .workEnvironment-lead__title {
    font-size: 20px;
  }
}

@media (min-width: 1100px) {
  body.work-environment .sub-mv__container {
    top: 33%;
  }
}

.workEnvironment {
  border-top-left-radius: 100px;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .workEnvironment {
    border-top-left-radius: 50px;
  }
}
.workEnvironment__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1086px;
}
@media (max-width: 767.9px) {
  .workEnvironment__inner {
    width: calc(100% - 50px);
    padding-inline: 0;
  }
}
.workEnvironment__title {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.02em;
  color: #2b509d;
  white-space: nowrap;
}
@media (max-width: 767.9px) {
  .workEnvironment__title {
    font-size: 32px;
  }
}
.workEnvironment__body {
  display: grid;
  grid-auto-flow: row;
  border-top: 1px solid #2b509d;
  margin-top: 34px;
  padding-top: 60px;
}
@media (max-width: 767.9px) {
  .workEnvironment__body {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .workEnvironment__body {
    gap: 20px 17px;
  }
}
.workEnvironment__card {
  background-color: #fff;
  border-radius: 10px;
}
.workEnvironment__card__title {
  font-style: normal;
  color: #1d345f;
}

.workEnvironment-info {
  padding-top: 106px;
  padding-bottom: 152px;
  background-color: #f3f4f7;
}
@media (max-width: 767.9px) {
  .workEnvironment-info {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767.9px) {
  .workEnvironment-info__title {
    display: flex;
    flex-direction: column;
  }
}
.workEnvironment-info__title span {
  font-weight: 700;
  font-size: 25px;
}
@media (min-width: 768px) {
  .workEnvironment-info__title span {
    margin-left: 18px;
  }
}
@media (max-width: 767.9px) {
  .workEnvironment-info__title span {
    font-size: 22px;
    margin-top: 4px;
  }
}
@media (max-width: 767.9px) {
  .workEnvironment-info__body {
    grid-template-rows: repeat(1fr, 1fr);
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .workEnvironment-info__body {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
  }
}
.workEnvironment-info__card {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 27px;
  padding-left: 15px;
}
.workEnvironment-info__card__01 .workEnvironment-info__card__image {
  margin-top: 33px;
}
.workEnvironment-info__card__01 .workEnvironment-info__card__image img {
  width: 267px;
  margin: auto;
}
.workEnvironment-info__card__02 .workEnvironment-info__card__image {
  margin-top: 35px;
}
.workEnvironment-info__card__02 .workEnvironment-info__card__image img {
  width: 218px;
  margin: auto;
}
.workEnvironment-info__card__03 .workEnvironment-info__card__image {
  margin-top: 42px;
}
.workEnvironment-info__card__03 .workEnvironment-info__card__image img {
  width: 144px;
  margin: auto;
}
.workEnvironment-info__card__04 .workEnvironment-info__card__image {
  margin-top: 32px;
}
.workEnvironment-info__card__04 .workEnvironment-info__card__image img {
  width: 262px;
  margin: auto;
}
.workEnvironment-info__card__05 .workEnvironment-info__card__image {
  margin-top: 12px;
}
.workEnvironment-info__card__05 .workEnvironment-info__card__image img {
  width: 298px;
  margin: auto;
}
.workEnvironment-info__card__06 .workEnvironment-info__card__image {
  margin-top: 28px;
}
.workEnvironment-info__card__06 .workEnvironment-info__card__image img {
  width: 182px;
  margin: auto;
}
.workEnvironment-info__card__title {
  font-weight: 500;
  letter-spacing: 0.02em;
}

.workEnvironment-benefits {
  position: relative;
  margin-top: -76px;
  padding-top: 106px;
  padding-bottom: 200px;
  background-color: #fff;
}
@media (max-width: 767.9px) {
  .workEnvironment-benefits {
    margin-top: -50px;
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .workEnvironment-benefits__body {
    grid-template-rows: repeat(3, 104px);
    grid-template-columns: repeat(3, 1fr);
  }
}
.workEnvironment-benefits__card {
  border: 2px solid #EFF1F7;
  min-height: 104px;
}
.workEnvironment-benefits__card__title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.workEnvironment-benefits__card__title span {
  font-weight: 500;
  font-size: 14px;
}

.workEnvironment-growth {
  position: relative;
  margin-top: -100px;
  padding-top: 106px;
  padding-bottom: 100px;
  background-color: #f3f4f7;
}
@media (max-width: 767.9px) {
  .workEnvironment-growth {
    margin-top: -50px;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767.9px) {
  .workEnvironment-growth__body {
    grid-template-rows: repeat(1, 104px);
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .workEnvironment-growth__body {
    grid-template-rows: repeat(1, 104px);
    grid-template-columns: repeat(3, 1fr);
  }
}
.workEnvironment-growth__card {
  min-height: 104px;
}
.workEnvironment-growth__card__title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  display: block;
  text-align: center;
}

@media (max-width: 767.9px) {
  .recruit-top .main {
    padding-top: 72px;
  }
}
@media (min-width: 768px) {
  .recruit-top .main {
    padding-top: 70px;
  }
}

.subRecruit__mv {
  position: relative;
  z-index: 2;
  width: 100vw;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .subRecruit__mv {
    width: 100%;
  }
}

.recruit-top-swiper {
  /* 連続スクロールのためease停止 */
}
.recruit-top-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media (max-width: 767.9px) {
  .recruit-top-swiper .swiper-slide {
    width: 90%;
  }
}
@media (min-width: 1100px) {
  .recruit-top-swiper .swiper-slide {
    width: 40vw;
  }
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .recruit-top-swiper .swiper-slide {
    width: 50vw;
  }
}

@media (min-width: 768px) {
  .subRecruit__mv__message {
    position: relative;
    z-index: 2;
  }
}

.subRecruit__mv__message__text {
  font-weight: 700;
  color: #2b509d;
}
@media (min-width: 768px) {
  .subRecruit__mv__message__text {
    position: absolute;
    bottom: 0;
    left: 4.3923%;
    padding: 3px 37px 10px 38px;
    border-radius: 16px 16px 0 0;
    white-space: nowrap;
    background-color: #fff;
  }
}
@media (min-width: 1100px) {
  .subRecruit__mv__message__text {
    font-size: 72px;
    letter-spacing: 0.12em;
  }
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .subRecruit__mv__message__text {
    font-size: 56px;
  }
}
@media (max-width: 767.9px) {
  .subRecruit__mv__message__text {
    font-size: 40px;
  }
}

.subRecruit-lead {
  padding-top: 145px;
  padding-bottom: 89px;
}
@media (min-width: 768px) {
  .subRecruit-lead {
    position: relative;
    margin-top: -114px;
    margin-bottom: 42px;
    background-image: url("/assets/images/bg_dot--landscape.svg"), url("/assets/images/bg_dot--portrait.svg"), url("/assets/images/bg_logo_light-blue--large.svg");
    background-size: clamp(200px, 17.3vw, 240px), clamp(120px, 10vw, 133px), clamp(480px, 40.1vw, 563px);
    background-position: -14% 31%, 97.4% 100%, calc(50% + 37.5vw) 4%;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767.9px) {
  .subRecruit-lead {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.subRecruit-lead__inner {
  width: 90%;
  margin-inline: auto;
  margin-top: 90px;
  max-width: 1086px;
}
@media (max-width: 767.9px) {
  .subRecruit-lead__inner {
    padding-top: 0;
    margin-top: 0;
    width: calc(100% - 50px);
    padding-inline: 0;
  }
}
.subRecruit-lead__text {
  font-weight: 700;
  font-size: 34px;
  color: #2b509d;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .subRecruit-lead__text {
    white-space: nowrap;
    font-size: 24px;
  }
}
@media (max-width: 767.9px) {
  .subRecruit-lead__text {
    font-size: 20px;
    margin-top: 32px;
  }
}

.subRecruit-lead__text + .subRecruit-lead__text {
  margin-top: 32px;
}

.subRecruit-message {
  position: relative;
  padding-top: 126px;
  padding-bottom: 155px;
}
.subRecruit-message::before {
  position: absolute;
  content: "";
  z-index: 0;
  inset: 0;
  background-color: #f3f4f7;
  border-top-right-radius: 100px;
}
@media (min-width: 768px) {
  .subRecruit-message::before {
    margin-right: 2.9282%;
  }
}
@media (max-width: 767.9px) {
  .subRecruit-message {
    padding-top: 56px;
    padding-bottom: 50px;
  }
}
.subRecruit-message__inner {
  width: 90%;
  margin-inline: auto;
}
@media (max-width: 767.9px) {
  .subRecruit-message__inner {
    width: calc(100% - 50px);
    padding-inline: 0;
  }
}
@media (min-width: 768px) {
  .subRecruit-message__inner {
    max-width: 1086px;
  }
}
.subRecruit-message__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
}
@media (min-width: 1100px) {
  .subRecruit-message__wrapper {
    align-items: center;
  }
}
@media (max-width: 1099.9px) {
  .subRecruit-message__wrapper {
    flex-direction: column;
  }
}
.subRecruit-message__content {
  row-gap: 60px;
}
.subRecruit-message__text {
  color: #1d345f;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: 37px;
}
@media (max-width: 1099.9px) {
  .subRecruit-message__text {
    margin-bottom: 46px;
  }
}
.subRecruit-message__text + .subRecruit-message__text {
  margin-top: 20px;
}
@media (min-width: 1100px) {
  .subRecruit-message__image {
    position: absolute;
    top: -5.15vw;
    right: -14%;
    width: clamp(300px, 51.53vw, 704px);
  }
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .subRecruit-message__image {
    position: static;
    width: 80%;
    max-width: 690px;
    margin-inline: auto;
  }
}

.subRecruit-interview {
  background-color: #324A70;
  padding-bottom: 350px;
}
@media (min-width: 768px) {
  .subRecruit-interview {
    margin-left: 2.9282%;
    margin-top: 104px;
  }
}
.subRecruit-interview__slider-controls {
  grid-column-start: 2;
  display: flex;
  align-items: flex-end;
  margin: 0 0 14px;
}
@media (max-width: 767.9px) {
  .subRecruit-interview__slider-controls {
    grid-column-start: 1;
  }
}

.subRecruit-circle-arrow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  width: 40px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  color: #2b509d;
}
@media (max-width: 499.9px) {
  .subRecruit-circle-arrow-btn {
    width: 43px;
  }
}
.subRecruit-circle-arrow-btn__icon svg {
  width: 10px;
  height: 10px;
}

.subRecruit__slider-pagination {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #fff;
}

.subRecruit-bg {
  position: relative;
  margin-top: -230px;
}
@media (min-width: 768px) {
  .subRecruit-bg {
    padding-right: 2.9282%;
  }
}

.subRecruit-bg__area {
  background-color: #fff;
  border-top-right-radius: 100px;
  padding-top: 90px;
}
@media (min-width: 768px) {
  .subRecruit-bg__area {
    margin-left: 2.9282%;
  }
}

.subRecruit-banner {
  padding-bottom: 100px;
}
@media (max-width: 1099.9px) {
  .subRecruit-banner {
    padding-bottom: 32px;
  }
}
.subRecruit-banner__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1086px;
}
@media (max-width: 767.9px) {
  .subRecruit-banner__inner {
    width: calc(100% - 50px);
    padding-inline: 0;
  }
}
.subRecruit-banner__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.9px) {
  .subRecruit-banner__links {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (min-width: 768px) {
  .subRecruit-banner__links {
    column-gap: clamp(20px, 2.76%, 30px);
  }
}
@media (min-width: 768px) {
  .subRecruit-banner__link-card02 {
    margin-left: 30px;
  }
}
@media (max-width: 767.9px) {
  .subRecruit-banner__link-card02 {
    margin-top: 30px;
  }
}
.subRecruit-banner__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: #f3f4f7;
  border-radius: 10px;
  padding: 44px 50px;
}
@media (min-width: 1100px) {
  .subRecruit-banner__link {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .subRecruit-banner__link {
    width: 100%;
    padding: 32px 40px;
    flex-direction: column;
  }
}
@media (max-width: 767.9px) {
  .subRecruit-banner__link {
    width: 100%;
    padding: 22px 25px;
    flex-direction: row;
    column-gap: 1.5em;
  }
}
.subRecruit-banner__link::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: #1d345f;
  background-image: url("/assets/images/icon_arrow_right_white.svg");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .subRecruit-banner__link::after {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 767.9px) {
  .subRecruit-banner__link::after {
    width: 32px;
    height: 32px;
    right: 20px;
    bottom: 20px;
    background-size: 12px;
  }
}
@media (min-width: 768px) {
  .subRecruit-banner__link::after {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
}
.subRecruit-banner__link-card__title {
  color: #1d345f;
  font-weight: 700;
  font-size: 31px;
}
@media (min-width: 1100px) {
  .subRecruit-banner__link-card__title {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .subRecruit-banner__link-card__title {
    font-size: 22px;
  }
}
@media (max-width: 767.9px) {
  .subRecruit-banner__link-card__title {
    font-size: 20px;
  }
}
.subRecruit-banner__link-card__text {
  color: #1d345f;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media (max-width: 1099.9px) {
  .subRecruit-banner__link-card__text {
    margin-bottom: 22px;
  }
}
.subRecruit-banner__link-card__right {
  display: flex;
}
@media (min-width: 1100px) {
  .subRecruit-banner__link-card__right {
    align-items: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .subRecruit-banner__link-card__right {
    justify-content: center;
  }
}
@media (min-width: 1366px) {
  .subRecruit-banner__link-card__image {
    width: clamp(128px, 11.86vw, 162px);
    height: clamp(128px, 11.86vw, 162px);
  }
}
@media (min-width: 1100px) {
  .subRecruit-banner__link-card__image {
    width: clamp(120px, 10vw, 144px);
    height: clamp(120px, 10vw, 144px);
  }
}
@media (max-width: 1099.9px) {
  .subRecruit-banner__link-card__image {
    width: clamp(96px, 10.9vw, 120px);
    height: clamp(96px, 10.9vw, 120px);
  }
}

.subContact {
  background-color: #f3f4f7;
}
.subContact__btn {
  background-color: #f3f4f7;
}

.subEntry {
  background-color: #f3f4f7;
}

.interview-list__card {
  border-radius: 8px;
  overflow: hidden;
}

.interview-list__container {
  padding-top: 120px;
  padding-bottom: 150px;
}
@media (max-width: 767.9px) {
  .interview-list__container {
    padding-top: 80px;
    padding-bottom: 110px;
  }
}

.interview-list__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1086px;
}
@media (max-width: 767.9px) {
  .interview-list__inner {
    width: calc(100% - 50px);
    padding-inline: 0;
  }
}

.interview-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}
@media (max-width: 767.9px) {
  .interview-list__grid {
    grid-template-columns: 1fr;
    gap: 32px 0;
  }
}

.main:has(.sub-mv__interview) {
  margin-top: 70px;
}

.sub-mv__interview {
  padding-top: 80px;
}
@media (max-width: 767.9px) {
  .sub-mv__interview {
    padding-top: 50px;
  }
}
.sub-mv__interview__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1086px;
}
@media (max-width: 767.9px) {
  .sub-mv__interview__inner {
    width: calc(100% - 50px);
    padding-inline: 0;
  }
}
.sub-mv__interview__wrapper {
  color: #1d345f;
  padding-bottom: 40px;
  margin-top: 19px;
}
.sub-mv__interview__wrapper em {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.12em;
}
.sub-mv__interview__wrapper p {
  font-weight: 500;
  font-size: 14px;
  margin-top: 4px;
  letter-spacing: 0.12em;
}
.sub-mv__interview__figure img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.sub-mv__interview__head .c-sub-heading__title {
  margin-top: 20px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.subInterview {
  padding-top: 120px;
  padding-bottom: 50px;
}
@media (max-width: 767.9px) {
  .subInterview {
    padding-top: 80px;
  }
}
.subInterview__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1086px;
}
@media (max-width: 767.9px) {
  .subInterview__inner {
    width: calc(100% - 50px);
    padding-inline: 0;
  }
}
.subInterview__wrapper {
  display: grid;
  grid-template-columns: 1fr 262px;
  column-gap: 3.81vw;
}
@media (max-width: 767.9px) {
  .subInterview__wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .subInterview__content {
    overflow: scroll;
    height: 646px;
    scroll-behavior: smooth;
    padding-right: 12px;
    padding-bottom: 70px;
  }
}
.subInterview__title {
  color: #2b509d;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
  padding-top: 52px;
  border-top: 1px solid #2b509d;
}
.subInterview__title:nth-child(1) {
  padding-top: 0;
  border-top: none;
}
.subInterview__title span {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
  margin-right: 0.5em;
}
.subInterview__lead {
  font-style: normal;
  color: #1d345f;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
}
.subInterview__text {
  color: #1d345f;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 15px;
  margin-bottom: 52px;
}
.subInterview__figure {
  margin-bottom: 50px;
}
.subInterview__figure img {
  height: 466px;
  object-fit: cover;
}
.subInterview__table__title {
  display: inline-block;
  font-style: normal;
  color: #1d345f;
  font-weight: 700;
  font-size: 22px;
  width: 238px;
  margin-left: 24px;
  padding-bottom: 19px;
  border-bottom: 1px solid #2b509d;
}
.subInterview__table__content {
  margin-top: -2px;
  list-style-position: inside;
}
.subInterview__table__item {
  position: relative;
  width: calc(262px - 1.5em);
  color: #1d345f;
  margin-top: 16px;
  margin-left: auto;
  line-height: 1.4;
}
.subInterview__table__item.is-active {
  color: #2b509d;
}
.subInterview__table__item.is-active::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2b509d;
}
.subInterview__table__link {
  font-size: 14px;
}

.recruit.subInterview-interview {
  border-radius: 100px 0 0 0;
}
.recruit.subInterview-interview .recruit__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1086px;
}
@media (max-width: 767.9px) {
  .recruit.subInterview-interview .recruit__inner {
    width: calc(100% - 50px);
    padding-inline: 0;
  }
}

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