@charset "UTF-8";
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: border-box; /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ============================================
// RESET
// ==========================================*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

::-moz-selection {
  background: #ea4b2b;
  color: #ffffff;
}

::selection {
  background: #ea4b2b;
  color: #ffffff;
}

@media (min-device-width: 835px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  min-width: 1024px;
}
@media (max-width: 834px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.075em;
  word-break: break-word;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

#container {
  width: 100%;
  overflow: hidden;
}

.innerWrap {
  max-width: 1280px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 834px) {
  main.main,
  main.l-main {
    padding: 48px 0;
  }
}

a {
  color: #222222;
  -webkit-transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s, -webkit-filter 0.24s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

/* classes */
img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media (min-width: 835px) {
  .ro:hover {
    opacity: 0.8;
    -webkit-transition: all 0.16s linear;
    transition: all 0.16s linear;
  }
}

.ro:hover img {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/* fonts */
.eng {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn {
  opacity: 0;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.anime.-fadeInBottom.js-active, .js-active > .anime.-fadeInBottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInTop {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.anime.-fadeInTop.js-active, .js-active > .anime.-fadeInTop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.anime.-fadeInLeft.js-active, .js-active > .anime.-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime.-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.anime.-fadeInRight.js-active, .js-active > .anime.-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#ot-sdk-btn-floating.ot-floating-button {
  z-index: 499 !important;
}

#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 105px;
}
@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 76px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: #fffcf7;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.hamburger.js-open {
  opacity: 1;
  visibility: visible;
}
.hamburger__menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px;
  overflow-y: auto;
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 48px;
  }
}
.hamburger__menu::before {
  content: "";
  -webkit-mask: url(../img/index/logo.png) center/contain no-repeat;
          mask: url(../img/index/logo.png) center/contain no-repeat;
  background-color: #f9f3e9;
  width: 546px;
  aspect-ratio: 293/200;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .hamburger__menu::before {
    width: 280px;
  }
}
.hamburger__menu__inner {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
@media (max-width: 834px) {
  .hamburger__menu__inner {
    max-width: 320px;
  }
}
.hamburger__menu__logo {
  margin-bottom: 23px;
}
@media (max-width: 834px) {
  .hamburger__menu__logo {
    margin-top: 30px;
  }
}
.hamburger__menu__logo a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #ffffff;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .hamburger__menu__logo a {
    gap: 16px;
  }
}
.hamburger__menu__logo img {
  width: 291px;
}
@media (max-width: 834px) {
  .hamburger__menu__logo img {
    width: 201px;
  }
}
.hamburger__menu__logo .txt {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  padding: 4px 15px 5px;
  border: 1px solid;
}
.hamburger__menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}
@media (max-width: 834px) {
  .hamburger__menu__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hamburger__menu__nav__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
}
.hamburger__menu__nav__list__item {
  border-bottom: 1px dashed #c9c9c9;
}
.hamburger__menu__nav__list__item a {
  display: block;
  text-align: left;
  padding: 13px 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item a:hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.hamburger__menu__nav__list__item a::after {
  content: "";
  -webkit-mask: url(../img/common/arrow.png) center/contain no-repeat;
          mask: url(../img/common/arrow.png) center/contain no-repeat;
  background: #ea4b2b;
  width: 15px;
  aspect-ratio: 15/10;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a::after {
    width: 12px;
  }
}
.hamburger__menu__nav__list__item.-medical a {
  padding-bottom: 10px;
}
.hamburger__menu__nav__list__item .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding-bottom: 13px;
}
.hamburger__menu__nav__list__item.-sub {
  border: none;
}
.hamburger__menu__nav__list__item.-sub a {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item.-sub a {
    font-size: 1.3rem;
  }
}
.hamburger__menu__nav__list__item.-sub a::before {
  content: "";
  display: block;
  background: #dac09a;
  width: 14px;
  height: 1px;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item.-sub a::before {
    width: 8px;
  }
}
.hamburger__menu__nav__list__item.-sub a::after {
  display: none;
}
.hamburger__menu__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .hamburger__menu__btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}
.hamburger__menu__btnArea .commonBtn01 {
  max-width: 320px;
}
@media (max-width: 834px) {
  .hamburger__menu__btnArea .commonBtn01 {
    max-width: 500px;
  }
}
.hamburger__menu__btnArea .commonBtn01 a {
  padding: 18px 30px 20px;
}
@media (max-width: 834px) {
  .hamburger__menu__btnArea .commonBtn01 a {
    padding: 15px 30px 18px;
  }
}
.hamburger__menu__btnArea .commonBtn01.-recruitBtn a {
  background: #fffcf7;
  border: 1px solid;
}
.hamburger__menu__btnArea .commonBtn01.-recruitBtn a::after {
  content: "";
  -webkit-mask: url(../img/common/link_icon.png) center/contain no-repeat;
          mask: url(../img/common/link_icon.png) center/contain no-repeat;
  background-color: #ea4b2b;
  width: 17px;
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .hamburger__menu__btnArea .commonBtn01.-recruitBtn a::after {
    width: 15px;
  }
}
.hamburger__menu__btnArea .commonBtn01.-recruitBtn a .btn__text {
  color: #222222;
}
.hamburger__menu .policyBtn {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .hamburger__menu .policyBtn {
    margin-top: 15px;
  }
}
@media (any-hover: hover) {
  .hamburger__menu .policyBtn a:hover .text::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.hamburger__menu .policyBtn a .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px dashed #c9c9c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 834px) {
  .hamburger__menu .policyBtn a .text {
    font-size: 1.4rem;
  }
}
.hamburger__menu .policyBtn a .text::after {
  content: "";
  -webkit-mask: url(../img/common/arrow.png) center/contain no-repeat;
          mask: url(../img/common/arrow.png) center/contain no-repeat;
  background: #ea4b2b;
  width: 15px;
  aspect-ratio: 15/10;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu .policyBtn a .text::after {
    width: 12px;
  }
}

.hamburger__btn {
  display: none;
  width: 64px;
  aspect-ratio: 1/1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: fixed;
  right: 30px;
  top: 25px;
  z-index: 1000;
  font-size: 1.2rem;
  color: #ffffff;
  letter-spacing: 0.025em;
  cursor: pointer;
  -webkit-transition: top 0.3s ease, right 0.3s ease, -webkit-filter 0.3s ease;
  transition: top 0.3s ease, right 0.3s ease, -webkit-filter 0.3s ease;
  transition: top 0.3s ease, filter 0.3s ease, right 0.3s ease;
  transition: top 0.3s ease, filter 0.3s ease, right 0.3s ease, -webkit-filter 0.3s ease;
  background: #ea4b2b;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1350px) {
  .hamburger__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 834px) {
  .hamburger__btn {
    width: 48px;
    top: 13px;
    right: 3%;
    gap: 4px;
  }
}
@media (any-hover: hover) {
  .hamburger__btn:hover {
    background: #ff4824;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.js-scrolled .hamburger__btn {
  top: 17px;
  right: 20px;
}
@media (max-width: 834px) {
  .js-scrolled .hamburger__btn {
    top: 6px;
    right: 2%;
  }
}
.hamburger__btn span {
  width: 16px;
  height: 1px;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .hamburger__btn span {
    width: 14px;
  }
}
.hamburger__btn.js-open {
  gap: 0;
}
.hamburger__btn.js-open span {
  width: 16px;
}
.hamburger__btn.js-open span:nth-child(1) {
  -webkit-transform: translate(0, 1px) rotate(45deg);
          transform: translate(0, 1px) rotate(45deg);
}
.hamburger__btn.js-open span:nth-child(2) {
  opacity: 0;
}
.hamburger__btn.js-open span:nth-child(3) {
  -webkit-transform: translate(0, -1px) rotate(-45deg);
          transform: translate(0, -1px) rotate(-45deg);
}

/*-------------------------------------------------------
form base setting（kyujin.scssと記述被らないように注意）
-------------------------------------------------------*/
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

body input,
body button,
body textarea,
body select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  line-height: inherit;
  text-overflow: "";
}
body input::-ms-expand,
body button::-ms-expand,
body textarea::-ms-expand,
body select::-ms-expand {
  display: none;
}
body input::-ms-reveal,
body button::-ms-reveal,
body textarea::-ms-reveal,
body select::-ms-reveal {
  visibility: hidden;
}
body input::-ms-clear,
body button::-ms-clear,
body textarea::-ms-clear,
body select::-ms-clear {
  visibility: hidden;
}
body input[type=text],
body input[type=submit],
body input[type=search],
body input[type=button],
body select,
body textarea {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: none;
  outline: none;
  transition: all 0.2s;
}
body input[type=search] {
  cursor: auto;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body input[type=search]:focus {
  outline-offset: -2px;
}
body input[type=search]::-webkit-search-decoration {
  display: none;
}
body select,
body search,
body input {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 15px 28px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 8px 16px !important;
  }
}
@media (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}
body select {
  padding-right: 64px !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 15px 20px !important;
  background: #fff;
}
@media (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background: #ffffff;
  }
}
@media (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 14px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding-left: 22px;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:before, body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
body input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  opacity: 1;
}
body input[type=radio] {
  display: none;
}
body input[type=radio] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  position: relative;
  transition: all 0.2s;
}
body input[type=radio] + label:before, body input[type=radio] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=radio] + label:before {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  height: 13px;
  left: 0;
  top: 3px;
  width: 13px;
  z-index: 0;
}
body input[type=radio] + label:after {
  background: #00a1e9;
  border-radius: 50%;
  height: 7px;
  left: 3px;
  opacity: 0;
  top: 6px;
  width: 7px;
  z-index: 2;
}
body input[type=radio] + label a:link,
body input[type=radio] + label a:visited {
  color: #222;
}
body input[type=radio]:checked + label:after {
  opacity: 1;
}

/*------------------------------------------
	form custom setting（適宜変更ください）
------------------------------------------*/
.search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .search__tab {
    gap: 0 20px;
    margin-bottom: 24px;
  }
}
.search__tab__item {
  position: relative;
  text-align: center;
  width: 100%;
  color: #bebaba;
  padding: 12px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  cursor: pointer;
}
.search__tab__item::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #ea4b2b;
  opacity: 0;
}
.search__tab__item::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -2px;
  border-style: solid;
  border-width: 8px 10.5px 0 10.5px;
  border-color: #ea4b2b transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #ea4b2b;
}
.search__tab__item.-active::before, .search__tab__item.-active::after {
  opacity: 1;
}

.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.custom-form .parts_ttl {
  font-weight: 500;
  margin-bottom: 5px;
}
.custom-form .category_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #ea4b2b;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .custom-form .category_title {
    margin-top: 4px;
  }
}
.custom-form .category_title::before {
  content: "";
  width: 5px;
  height: 2px;
  margin-top: 2px;
  margin-right: 6px;
  background: #ea4b2b;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  background: #ffffff;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    gap: 0.5em;
  }
}
.custom-form .category_list li label {
  display: block;
  padding-left: 24px;
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    font-size: 1.4rem;
  }
}
.custom-form select, .custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #dedede;
  border-radius: 6px;
}
.custom-form .searchWord {
  font-weight: 400;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 28px;
  top: calc(50% - 2px);
  border: 2px solid #ea4b2b;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .pull-down::after {
    right: 20px;
  }
}
.custom-form input[type=checkbox] + label a:link,
.custom-form input[type=checkbox] + label a:visited {
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 835px) {
  .custom-form input[type=checkbox] + label a:link:hover,
  .custom-form input[type=checkbox] + label a:visited:hover {
    color: #ea4b2b;
  }
}
.custom-form .selCity-box {
  margin-top: 14px;
}
@media (max-width: 834px) {
  .custom-form .selCity-box {
    margin-top: 10px;
  }
}
.custom-form .selCity_alert {
  color: #ea4b2b;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox]:checked + label::before {
  background: #ea4b2b;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.custom-form .-freeword .searchWord {
  margin-top: 0;
}
.custom-form .-freeword .form_parts_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 834px) {
  .custom-form .-freeword .form_parts_inner {
    display: block;
  }
}
.custom-form .custom-form_searth_btn {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_searth_btn {
    margin-top: 24px;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  width: 360px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    width: 300px;
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/22;
  background-image: url(../img/common/ico_search_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 128px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .btn_cover::before {
    left: 110px;
    width: 16px;
  }
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #ea4b2b;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 24px 24px 24px 24px !important;
  border-radius: 50px;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.4rem !important;
    padding: 18px 24px 18px 24px !important;
  }
}
@media (min-width: 835px) {
  .custom-form .btn_cover input[type=submit]:hover {
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	page-header
--------------------*/
.page-header {
  background: #fff9f1;
  position: relative;
}
.page-header::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#fff9f1), to(#ffffff));
  background: linear-gradient(to bottom, #fff9f1, #ffffff);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 100%;
}
.page-header__inner {
  position: relative;
  height: 444px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 6;
}
@media (max-width: 834px) {
  .page-header__inner {
    height: 240px;
  }
}
.page-header__inner::before {
  content: "";
  position: absolute;
  bottom: -27px;
  right: 0;
  width: 436px;
  aspect-ratio: 436/298;
  background: url(../img/common/logo_page-header_bg.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .page-header__inner::before {
    bottom: -8px;
    width: 152.6px;
    width: clamp(152.6px, 31.3669064748vw, 261.6px);
  }
}
.page-header__title {
  line-height: 1.6;
  margin-top: 120px;
}
@media (max-width: 1350px) {
  .page-header__title {
    margin-top: 50px;
  }
}
@media (max-width: 834px) {
  .page-header__title {
    margin-top: 30px;
  }
}
.page-header__title .eng {
  font-family: "Crimson Text", serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: #ea4b2b;
}
@media (max-width: 834px) {
  .page-header__title .eng {
    font-size: 1.5rem;
  }
}
.page-header__title .ja {
  font-weight: 600;
  font-size: 5.4rem;
  border-bottom: 1px solid #222222;
}
@media (max-width: 834px) {
  .page-header__title .ja {
    font-size: 3rem;
  }
}

[class^=lower-] .l-main {
  padding-top: 0;
}

/*--------------------
	breadcrumb
--------------------*/
.breadcrumb {
  position: relative;
  padding: 0 50px 50px;
  z-index: 2;
}
@media (max-width: 834px) {
  .breadcrumb {
    padding: 0 16px 14px;
  }
}
.breadcrumb_list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb_list_item {
  display: inline;
  font-size: 1.2rem;
  font-weight: 400;
  color: #888;
  line-height: 1;
  margin: 0 2px;
}
@media (max-width: 834px) {
  .breadcrumb_list_item {
    font-size: 1rem;
  }
}
.breadcrumb_list_item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb_list_item:last-child::after {
  display: none;
}
.breadcrumb_list_item a {
  color: #888;
}

/*--------------------
	common-title
--------------------*/
.commonTitle {
  line-height: 1.6;
}
@media (max-width: 834px) {
  .commonTitle {
    line-height: 1.4;
  }
}
.commonTitle .eng {
  font-size: 1.8rem;
  color: #dac09a;
}
@media (max-width: 834px) {
  .commonTitle .eng {
    font-size: 1.5rem;
  }
}
.commonTitle .ja {
  font-size: 4.8rem;
  font-weight: 600;
}
@media (max-width: 834px) {
  .commonTitle .ja {
    font-size: 2.6rem;
  }
}
.commonTitle.-center {
  text-align: center;
}

/*--------------------
	common-btn
--------------------*/
.commonBtn01 {
  max-width: 200px;
  width: 100%;
}
.commonBtn01 a {
  padding: 15px 30px 17px;
  background: #ea4b2b;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.commonBtn01 a .btn__text {
  color: #fff;
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.commonBtn01 a .btn__arrow::before {
  content: "";
  -webkit-mask: url(../img/common/arrow.png) center/contain no-repeat;
          mask: url(../img/common/arrow.png) center/contain no-repeat;
  background: #fff;
  width: 15px;
  aspect-ratio: 15/10;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .commonBtn01 a .btn__arrow::before {
    width: 12px;
  }
}
@media (any-hover: hover) {
  .commonBtn01 a:hover {
    opacity: 1;
    background: #ff4824;
  }
  .commonBtn01 a:hover .btn__arrow::before {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.commonBtn02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.commonBtn02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commonBtn02 a .btn__text {
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.commonBtn02 a .btn__arrow {
  background: #ea4b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .commonBtn02 a .btn__arrow {
    width: 32px;
  }
}
.commonBtn02 a .btn__arrow::before {
  content: "";
  -webkit-mask: url(../img/common/arrow.png) center/contain no-repeat;
          mask: url(../img/common/arrow.png) center/contain no-repeat;
  background: #fff;
  width: 15px;
  aspect-ratio: 15/10;
  display: block;
}
@media (max-width: 834px) {
  .commonBtn02 a .btn__arrow::before {
    width: 12px;
  }
}
@media (any-hover: hover) {
  .commonBtn02 a:hover {
    opacity: 1;
  }
  .commonBtn02 a:hover .btn__arrow {
    background: #ff4824;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*--------------------
	job_count_pager
--------------------*/
body .job_count_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .job_count_pager .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .job_count_pager .pagination ul li {
  text-align: center;
}
body .job_count_pager .pagination ul li a, body .job_count_pager .pagination ul li em {
  display: block;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  border-radius: 50%;
  background: #f9f3e9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body .job_count_pager .pagination ul li a:hover,
body .job_count_pager .pagination ul li em {
  color: #f1f1f1;
  background: #ea4b2b;
  opacity: 1;
}
body .job_count_pager .pagination ul .number {
  display: none;
}
@media (min-width: 835px) {
  body .job_count_pager .pagination ul .number {
    display: inline-block;
  }
}
body .job_count_pager .pagination ul .number.current {
  display: inline-block;
}
body .job_count_pager.contents_top {
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  body .job_count_pager.contents_top {
    margin-bottom: 24px;
  }
}
body .job_count_pager.contents_top .pagination ul li a, body .job_count_pager.contents_top .pagination ul li em {
  margin: 0 2px;
}
body .job_count_pager.contents_bottom {
  display: block;
  padding-top: 64px;
}
@media (max-width: 834px) {
  body .job_count_pager.contents_bottom {
    padding-top: 40px;
  }
}
body .job_count_pager.contents_bottom .pagination ul li {
  font-size: 13px;
}
body .job_count_pager.contents_bottom .pagination ul li a, body .job_count_pager.contents_bottom .pagination ul li em {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 4px;
}
@media (max-width: 834px) {
  body .job_count_pager.contents_bottom .pagination ul li a, body .job_count_pager.contents_bottom .pagination ul li em {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
}
.header__inner {
  padding: 20px 50px;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .header__inner {
    padding: 20px 0 20px 3%;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  max-width: 130px;
}
@media (max-width: 834px) {
  .header__logo {
    max-width: 70px;
  }
}
.header__logo a img {
  aspect-ratio: 130/74;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media (max-width: 1350px) {
  .header__nav {
    display: none;
  }
}
.header__nav .subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.header__nav .subList__item a {
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav .subList__item a::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: -14px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #dac09a;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
.header__nav .mainList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.header__nav .mainList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header__nav .mainList__item.-link a {
  gap: 6px;
}
.header__nav .mainList__item.-link a::after {
  content: "";
  display: block;
  -webkit-mask: url(../img/common/link_icon.png) center/contain no-repeat;
          mask: url(../img/common/link_icon.png) center/contain no-repeat;
  background: #222222;
  width: 14px;
  aspect-ratio: 1/1;
}
.header__nav .mainList__item a {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f0e4d3;
  padding: 10px 30px;
  background: #f0e4d3;
  border-radius: 50px;
  letter-spacing: 0.03em;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .header__nav .mainList__item a:hover {
    opacity: 1;
    background: #ecd2ad;
  }
}
.header__nav .mainList__item .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f0e4d3;
  background: #fff;
  border-radius: 0 50px 50px 0;
  padding: 10px;
  padding-left: 20px;
  margin-left: -20px;
}
.header__nav .mainList__item .submenu__item:last-child a::before {
  display: none;
}
.header__nav .mainList__item .submenu__item a {
  background: none;
  border: none;
  padding: 0 20px;
}
@media (any-hover: hover) {
  .header__nav .mainList__item .submenu__item a:hover {
    color: #c3995e;
  }
}
.header__nav .mainList__item .submenu__item a::before {
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #dac09a;
  width: 1px;
  height: 18px;
  position: absolute;
}

.js-scrolled .header {
  background-color: rgba(255, 255, 255, 0.9);
}
.js-scrolled .header__inner {
  padding: 12px 30px;
}
@media (max-width: 834px) {
  .js-scrolled .header__inner {
    padding: 10px 2%;
  }
}
.js-scrolled .header__nav {
  gap: 10px;
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  background: #fffcf7;
  position: relative;
}
.footer::before {
  content: "";
  -webkit-mask: url(../img/index/logo.png) center/contain no-repeat;
          mask: url(../img/index/logo.png) center/contain no-repeat;
  background-color: #f9f3e9;
  width: 546px;
  aspect-ratio: 293/200;
  position: absolute;
  right: 0;
  bottom: 83px;
}
@media (max-width: 834px) {
  .footer::before {
    width: 200px;
    bottom: 63px;
  }
}
.footer__inner {
  padding-top: 100px;
}
@media (max-width: 834px) {
  .footer__inner {
    padding-top: 60px;
  }
}
.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
@media (max-width: 834px) {
  .footer__head {
    gap: 60px;
  }
}
.footer__head__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8%;
}
@media (max-width: 834px) {
  .footer__head__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50px;
  }
}
.footer__head__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer__head__column .logoArea {
  max-width: 291px;
  width: 100%;
}
@media (max-width: 834px) {
  .footer__head__column .logoArea {
    max-width: 211px;
  }
}
.footer__head__column .logoArea img {
  aspect-ratio: 291/45;
}
.footer__head__column .infoArea {
  margin-top: 20px;
}
.footer__head__column .infoArea span {
  margin-right: 10px;
}
.footer__head__column .btnArea {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .footer__head__column .btnArea {
    margin-top: 30px;
    max-width: 350px;
  }
}
.footer__head__column .btnArea a {
  padding: 20px 40px;
  border: 1px solid #222222;
  border-radius: 50px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fffcf7;
}
@media (max-width: 834px) {
  .footer__head__column .btnArea a {
    gap: 20px;
  }
}
.footer__head__column .btnArea a::after {
  content: "";
  -webkit-mask: url(../img/common/link_icon.png) center/contain no-repeat;
          mask: url(../img/common/link_icon.png) center/contain no-repeat;
  background-color: #ea4b2b;
  width: 17px;
  aspect-ratio: 1/1;
}
.footer__head__navTitle .title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #dac09a;
  font-family: "Crimson Text", serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
.footer__head__nav {
  gap: 0 80px;
  max-width: 500px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .footer__head__nav {
    gap: 0 30px;
    margin-top: 10px;
  }
}
.footer__head__nav .navList {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 16px;
}
@media (max-width: 834px) {
  .footer__head__nav .navList {
    gap: 8px;
  }
}
.footer__head__nav .navList__item a {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .footer__head__nav .navList__item a {
    font-size: 1.4rem;
  }
}
.footer__head__nav .navList__item.-sub a {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 834px) {
  .footer__head__nav .navList__item.-sub a {
    font-size: 1.3rem;
  }
}
.footer__head__nav .navList__item.-sub a::before {
  content: "";
  display: block;
  background: #dac09a;
  width: 14px;
  height: 1px;
}
@media (max-width: 834px) {
  .footer__head__nav .navList__item.-sub a::before {
    width: 8px;
  }
}
.footer__head__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  padding-bottom: 40px;
}
@media (max-width: 834px) {
  .footer__head__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
}
.footer__head__info .policy {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.footer__head__info .policy::before {
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #dac09a;
  width: 1px;
  height: 13px;
  position: absolute;
}
@media (max-width: 834px) {
  .footer__head__info .policy::before {
    display: none;
  }
}
.footer__bottom {
  position: relative;
}
.footer__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1000px;
  display: inline-block;
  background-color: #c9c9c9;
  width: 1000%;
  height: 1px;
}
.footer__bottom__copyright {
  padding: 30px;
  font-size: 1.3rem;
  text-align: center;
}
@media (max-width: 834px) {
  .footer__bottom__copyright {
    padding: 20px;
  }
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop {
  position: absolute;
  right: 40px;
  bottom: 106px;
  z-index: 10;
}
@media (max-width: 834px) {
  .pagetop {
    right: 6.25%;
    bottom: 90px;
  }
}
.pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #222222;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 86px;
  background: #fffcf7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .pagetop a {
    width: 56px;
  }
}
.pagetop a img {
  width: 19px;
}
@media (max-width: 834px) {
  .pagetop a img {
    width: 12px;
  }
}
@media (any-hover: hover) {
  .pagetop a:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/* ============================================
// contact
// ==========================================*/
.sec__contact {
  background: #f17c36;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 60px 60px 0 0;
}
@media (max-width: 834px) {
  .sec__contact {
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 30px 30px 0 0;
  }
}
.sec__contact .contact__inner {
  max-width: 1427px;
}
.sec__contact .contact__head {
  text-align: center;
  color: #fff;
}
.sec__contact .contact__head .commonTitle .eng {
  color: #fff;
}
.sec__contact .contact__head .text {
  margin-top: 35px;
  font-weight: 600;
}
@media (max-width: 834px) {
  .sec__contact .contact__head .text {
    margin-top: 20px;
  }
}
.sec__contact .contact__body {
  background: #fff;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 75px;
  margin-top: 60px;
}
@media (max-width: 1430px) {
  .sec__contact .contact__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}
@media (max-width: 834px) {
  .sec__contact .contact__body {
    padding: 26px 24px 30px;
    gap: 30px;
    margin-top: 30px;
    border-radius: 20px;
  }
}
.sec__contact .contact__body__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.6;
  gap: 60px;
  padding-right: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1430px) {
  .sec__contact .contact__body__info {
    padding: 0;
  }
}
@media (max-width: 834px) {
  .sec__contact .contact__body__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.sec__contact .contact__body__info__item:nth-child(even) .title::before {
  background: #ea4b2b;
}
.sec__contact .contact__body__info__item:nth-child(even) .tel::before {
  background: #ea4b2b;
}
.sec__contact .contact__body__info__item .title {
  font-size: 1.8rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 834px) {
  .sec__contact .contact__body__info__item .title {
    font-size: 1.5rem;
  }
}
.sec__contact .contact__body__info__item .title::before {
  content: "";
  background: #2dc142;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
.sec__contact .contact__body__info__item .tel {
  font-size: 4.2rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .sec__contact .contact__body__info__item .tel {
    font-size: 3.2rem;
    margin-top: 2px;
  }
}
.sec__contact .contact__body__info__item .tel::before {
  content: "";
  -webkit-mask: url(../img/common/tel_icon.png) center/contain no-repeat;
          mask: url(../img/common/tel_icon.png) center/contain no-repeat;
  background: #2dc142;
  width: 35px;
  aspect-ratio: 1/1;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .sec__contact .contact__body__info__item .tel::before {
    width: 24px;
  }
}
.sec__contact .contact__body__info__item .desc {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .sec__contact .contact__body__info__item .desc {
    font-size: 1.3rem;
    margin-top: 8px;
  }
}
.sec__contact .contact__body__form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  padding-left: 50px;
  border-left: 1px solid #c9c9c9;
  width: 100%;
}
@media (max-width: 1430px) {
  .sec__contact .contact__body__form {
    padding: 0;
    border: none;
  }
}
.sec__contact .contact__body__form .formBtn {
  max-width: 510px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .sec__contact .contact__body__form .formBtn {
    max-width: 290px;
  }
}
.sec__contact .contact__body__form .formBtn a {
  padding: 30px 40px;
}
@media (max-width: 834px) {
  .sec__contact .contact__body__form .formBtn a {
    padding: 20px 30px;
  }
}
.sec__contact .contact__body__form .formBtn a .btn__text {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media (max-width: 834px) {
  .sec__contact .contact__body__form .formBtn a .btn__text {
    font-size: 1.5rem;
  }
}
.sec__contact .contact__body__form .formBtn a .btn__text::before {
  content: "";
  -webkit-mask: url(../img/common/mail_icon.png) center/contain no-repeat;
          mask: url(../img/common/mail_icon.png) center/contain no-repeat;
  background: #fff;
  width: 28px;
  aspect-ratio: 28/20;
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .sec__contact .contact__body__form .formBtn a .btn__text::before {
    width: 18px;
  }
}
.sec__contact .contact__body__form .policyBtn {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .sec__contact .contact__body__form .policyBtn {
    margin-top: 15px;
  }
}
@media (any-hover: hover) {
  .sec__contact .contact__body__form .policyBtn a:hover .text::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.sec__contact .contact__body__form .policyBtn a .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 834px) {
  .sec__contact .contact__body__form .policyBtn a .text {
    font-size: 1.4rem;
  }
}
.sec__contact .contact__body__form .policyBtn a .text::after {
  content: "";
  -webkit-mask: url(../img/common/arrow.png) center/contain no-repeat;
          mask: url(../img/common/arrow.png) center/contain no-repeat;
  background: #ea4b2b;
  width: 15px;
  aspect-ratio: 15/10;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .sec__contact .contact__body__form .policyBtn a .text::after {
    width: 12px;
  }
}

/* ============================================
// INDEX
// ==========================================*/
.front-page .main {
  padding: 0;
}
.front-page .ent {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  translate: 0 -50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .ent {
    top: auto;
    bottom: 15%;
  }
}
.front-page .ent a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ea4b2b;
  color: #fff;
  padding: 30px 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: clamp(1.3rem, 1.022rem + 0.556vw, 1.8rem);
  border: 2px solid #ea4b2b;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 600;
}
@media (max-width: 834px) {
  .front-page .ent a {
    padding: 15px 10px;
  }
}
@media (any-hover: hover) {
  .front-page .ent a:hover {
    opacity: 1;
    background: #ff4824;
  }
}
.front-page .ent a::after {
  content: "";
  display: block;
  -webkit-mask: url(../img/common/mail_icon.png) center center/contain no-repeat;
          mask: url(../img/common/mail_icon.png) center center/contain no-repeat;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  aspect-ratio: 27/24;
  width: 20px;
}
@media (max-width: 834px) {
  .front-page .ent a::after {
    width: 15px;
  }
}
.front-page .ent.hide-bnr {
  opacity: 0 !important;
}
.front-page .bnr {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 100;
  width: clamp(20rem, 10.778rem + 18.444vw, 36.6rem);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
@media (max-width: 834px) {
  .front-page .bnr {
    width: 200px;
  }
}
.front-page .bnr a img {
  aspect-ratio: 366/161;
}
.front-page .bnr.hide-bnr {
  opacity: 0 !important;
}
.front-page.js-scrolled .bnr {
  opacity: 1;
}
.front-page .mv {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff9f1), to(#ffffff));
  background: linear-gradient(to bottom, #fff9f1, #ffffff);
}
.front-page .mv__inner {
  padding-top: 450px;
  padding-top: clamp(35rem, -45rem + 62.5vw, 45rem);
  padding-bottom: 200px;
}
@media (max-width: 834px) {
  .front-page .mv__inner {
    padding-top: 270px;
    padding-bottom: 350px;
  }
}
.front-page .mv__inner .fadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.front-page .mv__inner .fadeIn.show {
  opacity: 1 !important;
}
.front-page .mv__inner .logoArea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.front-page .mv__inner .logoArea .logo {
  max-width: 278px;
  width: 100%;
  position: relative;
  left: 50%;
  translate: -50%;
}
@media (max-width: 834px) {
  .front-page .mv__inner .logoArea .logo {
    max-width: 158px;
  }
}
.front-page .mv__inner .logoArea .logo img {
  aspect-ratio: 293/200;
}
.front-page .mv__inner .logoArea #logo_smile {
  width: 132px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  translate: -50%;
}
@media (max-width: 834px) {
  .front-page .mv__inner .logoArea #logo_smile {
    width: 70px;
    bottom: -25px;
  }
}
.front-page .mv__inner .logoArea #logo_smile #maskRect {
  -webkit-animation: revealFill 0.2s ease-out forwards;
          animation: revealFill 0.2s ease-out forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@-webkit-keyframes revealFill {
  from {
    width: 0;
  }
  to {
    width: 1608px; /* SVGの幅に合わせて */
  }
}
@keyframes revealFill {
  from {
    width: 0;
  }
  to {
    width: 1608px; /* SVGの幅に合わせて */
  }
}
.front-page .mv__inner .logoArea .logo_pero {
  width: 46px;
  position: absolute;
  bottom: -70px;
  right: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease 0.1s, -webkit-transform 0.3s ease;
  transition: opacity 0.1s ease 0.1s, -webkit-transform 0.3s ease;
  transition: opacity 0.1s ease 0.1s, transform 0.3s ease;
  transition: opacity 0.1s ease 0.1s, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: left top;
          transform-origin: left top; /* 基点は左下に */
  -webkit-transform: rotate(-45deg) scaleY(0) rotate(45deg);
          transform: rotate(-45deg) scaleY(0) rotate(45deg);
}
@media (max-width: 834px) {
  .front-page .mv__inner .logoArea .logo_pero {
    width: 20px;
    bottom: -33px;
    right: 40px;
  }
}
.front-page .mv__inner .logoArea .logo_pero img {
  aspect-ratio: 46/43;
}
.front-page .mv__inner .logoArea .logo_pero.showPero {
  opacity: 1 !important;
  -webkit-transform: rotate(-45deg) scaleY(1) rotate(45deg);
          transform: rotate(-45deg) scaleY(1) rotate(45deg);
}
.front-page .mv__inner .textArea {
  max-width: 920px;
  margin: 0 auto;
}
.front-page .mv__inner .textArea .copy {
  max-width: clamp(5rem, 2.34rem + 5.319vw, 10rem);
  width: 100%;
  position: absolute;
  top: 22%;
  right: 19%;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .mv__inner .textArea .copy {
    right: auto;
    top: 13%;
    left: 75%;
  }
}
.front-page .mv__inner .textArea .copy img {
  aspect-ratio: 100/436;
}
.front-page .mv__inner .textArea .subCopy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 20%;
  z-index: 1;
}
@media (max-width: 1180px) {
  .front-page .mv__inner .textArea .subCopy {
    left: 16%;
  }
}
@media (max-width: 834px) {
  .front-page .mv__inner .textArea .subCopy {
    left: 4%;
    bottom: 10%;
  }
}
.front-page .mv__inner .textArea .subCopy_ja {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.8;
}
@media (max-width: 834px) {
  .front-page .mv__inner .textArea .subCopy_ja {
    font-size: 1.4rem;
    line-height: 2.4;
  }
}
.front-page .mv__inner .textArea .subCopy_ja span {
  border-right: 1px dashed #222222;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.front-page .mv__inner .imgArea .imgWrap {
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .mv__inner .imgArea .imgWrap {
    border-radius: 5px;
  }
}
.front-page .mv__inner .imgArea .imgWrap .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.front-page .mv__inner .imgArea .imgWrap.-img01 {
  top: 20%;
  left: 10%;
}
@media (max-width: 1350px) {
  .front-page .mv__inner .imgArea .imgWrap.-img01 {
    top: 17%;
  }
}
@media (max-width: 834px) {
  .front-page .mv__inner .imgArea .imgWrap.-img01 {
    top: 12%;
    left: 0;
  }
}
.front-page .mv__inner .imgArea .imgWrap.-img01 .img {
  width: clamp(15.1rem, 6.057rem + 18.085vw, 32.1rem);
  aspect-ratio: 321/230;
}
.front-page .mv__inner .imgArea .imgWrap.-img02 {
  top: 24%;
  right: 30%;
}
@media (max-width: 1350px) {
  .front-page .mv__inner .imgArea .imgWrap.-img02 {
    top: 19%;
  }
}
@media (max-width: 834px) {
  .front-page .mv__inner .imgArea .imgWrap.-img02 {
    top: 19%;
    right: auto;
    left: 32%;
  }
}
.front-page .mv__inner .imgArea .imgWrap.-img02 .img {
  width: clamp(12.5rem, 3.989rem + 17.021vw, 28.5rem);
  aspect-ratio: 285/188;
}
.front-page .mv__inner .imgArea .imgWrap.-img03 {
  top: 28%;
  right: 0;
}
@media (max-width: 1350px) {
  .front-page .mv__inner .imgArea .imgWrap.-img03 {
    top: 22%;
  }
}
@media (max-width: 834px) {
  .front-page .mv__inner .imgArea .imgWrap.-img03 {
    left: 52%;
    top: 6%;
    right: auto;
  }
}
.front-page .mv__inner .imgArea .imgWrap.-img03 .img {
  width: clamp(6.3rem, 0.449rem + 11.702vw, 17.3rem);
  aspect-ratio: 173/175;
}
.front-page .mv__inner .imgArea .imgWrap.-img04 {
  bottom: 7%;
  left: 0;
}
@media (max-width: 1180px) {
  .front-page .mv__inner .imgArea .imgWrap.-img04 {
    left: -3%;
  }
}
@media (max-width: 834px) {
  .front-page .mv__inner .imgArea .imgWrap.-img04 {
    left: auto;
    right: -3%;
    bottom: 20%;
  }
}
.front-page .mv__inner .imgArea .imgWrap.-img04 .img {
  width: clamp(15rem, 9.947rem + 10.106vw, 24.5rem);
  aspect-ratio: 245/163;
}
.front-page .mv__inner .imgArea .imgWrap.-img05 {
  bottom: -2%;
  left: 35%;
}
@media (max-width: 834px) {
  .front-page .mv__inner .imgArea .imgWrap.-img05 {
    left: 40%;
    bottom: 15%;
  }
}
.front-page .mv__inner .imgArea .imgWrap.-img05 .img {
  width: clamp(8.1rem, 4.909rem + 6.383vw, 14.1rem);
  aspect-ratio: 141/112;
}
.front-page .mv__inner .imgArea .imgWrap.-img06 {
  bottom: -14%;
  right: 12%;
}
@media (max-width: 834px) {
  .front-page .mv__inner .imgArea .imgWrap.-img06 {
    right: auto;
    left: 52%;
    bottom: 0;
  }
}
.front-page .mv__inner .imgArea .imgWrap.-img06 .img {
  width: clamp(18rem, 7.574rem + 20.851vw, 37.6rem);
  aspect-ratio: 376/270;
}
.front-page .mv__inner .imgArea .imgWrap .mv_img {
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(1.1) translateX(-5%);
          transform: scale(1.1) translateX(-5%);
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 15s ease;
  transition: opacity 1s ease-in-out, -webkit-transform 15s ease;
  transition: opacity 1s ease-in-out, transform 15s ease;
  transition: opacity 1s ease-in-out, transform 15s ease, -webkit-transform 15s ease;
}
.front-page .mv__inner .imgArea .imgWrap .mv_img.active {
  opacity: 1;
  -webkit-transform: scale(1.1) translateX(5%);
          transform: scale(1.1) translateX(5%);
}
.front-page .mv__inner .text-deco .name {
  position: absolute;
  font-size: clamp(2.2rem, 1.243rem + 1.915vw, 4rem);
  font-weight: 700;
  font-family: "Crimson Text", serif;
  color: #f0e4d3;
  letter-spacing: 0.15em;
  top: 60%;
  left: 6%;
  translate: 0 -50%;
}
@media (max-width: 1350px) {
  .front-page .mv__inner .text-deco .name {
    top: 53%;
  }
}
@media (max-width: 834px) {
  .front-page .mv__inner .text-deco .name {
    top: 34%;
  }
}
.front-page .mv__inner .text-deco .since {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Crimson Text", serif;
  color: #f0e4d3;
  position: absolute;
  top: 75%;
  right: 6%;
  translate: 0 -50%;
}
@media (max-width: 834px) {
  .front-page .mv__inner .text-deco .since {
    font-size: 2.4rem;
    top: 61%;
    right: 20%;
  }
}
.front-page .mv__inner .text-deco .since .big {
  font-size: 6.3rem;
}
@media (max-width: 834px) {
  .front-page .mv__inner .text-deco .since .big {
    font-size: 4.2rem;
  }
}
.front-page .sec__menu {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .front-page .sec__menu {
    margin-top: 50px;
    margin-bottom: 70px;
  }
}
.front-page .sec__menu .menu__inner {
  max-width: 1380px;
}
.front-page .sec__menu .menu__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8%;
}
@media (max-width: 1200px) {
  .front-page .sec__menu .menu__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 834px) {
  .front-page .sec__menu .menu__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.front-page .sec__menu .menu__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1200px) {
  .front-page .sec__menu .menu__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 834px) {
  .front-page .sec__menu .menu__head {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 835px) {
  .front-page .sec__menu .menu__head .commonTitle {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media (max-width: 1200px) {
  .front-page .sec__menu .menu__head .commonTitle {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.front-page .sec__menu .menu__head .commonBtn02 {
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1200px) {
  .front-page .sec__menu .menu__head .commonBtn02 {
    margin-right: 50px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__menu .menu__head .commonBtn02 {
    margin-top: 10px;
    margin-right: 0;
    margin-left: auto;
  }
}
.front-page .sec__menu .menu__body {
  margin-top: 70px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1200px) {
  .front-page .sec__menu .menu__body {
    margin-top: 60px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__menu .menu__body {
    margin-top: 10px;
    max-width: 470px;
    width: 100%;
  }
}
.front-page .sec__menu .menu__body .menuList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 834px) {
  .front-page .sec__menu .menu__body .menuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.front-page .sec__menu .menu__body .menuList a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.front-page .sec__menu .menu__body .menuList__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
}
.front-page .sec__menu .menu__body .menuList__item .date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  gap: 20px;
  margin-bottom: -12px;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .sec__menu .menu__body .menuList__item .date {
    gap: 16px;
  }
}
.front-page .sec__menu .menu__body .menuList__item .date .month {
  font-size: 3.2rem;
  font-weight: 600;
  position: relative;
  margin-top: 12px;
}
@media (max-width: 834px) {
  .front-page .sec__menu .menu__body .menuList__item .date .month {
    font-size: 2rem;
  }
}
.front-page .sec__menu .menu__body .menuList__item .date .month .slash {
  font-size: 4rem;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: -20px;
}
@media (max-width: 834px) {
  .front-page .sec__menu .menu__body .menuList__item .date .month .slash {
    font-size: 2.4rem;
    right: -15px;
  }
}
.front-page .sec__menu .menu__body .menuList__item .date .day {
  font-size: 7.5rem;
  font-weight: 600;
}
@media (max-width: 834px) {
  .front-page .sec__menu .menu__body .menuList__item .date .day {
    font-size: 5.5rem;
  }
}
.front-page .sec__menu .menu__body .menuList__item .date .week {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background: #ea4b2b;
  padding: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 3px;
}
@media (max-width: 834px) {
  .front-page .sec__menu .menu__body .menuList__item .date .week {
    font-size: 1.1rem;
    left: 0;
    padding: 4px;
  }
}
.front-page .sec__menu .menu__body .menuList__item__block {
  border: 1px solid #dedede;
  border-radius: 20px;
  overflow: hidden;
  max-width: 320px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 20px;
}
@media (max-width: 834px) {
  .front-page .sec__menu .menu__body .menuList__item__block {
    gap: 11px;
    border-radius: 15px;
    max-width: 100%;
  }
}
.front-page .sec__menu .menu__body .menuList__item__block:not(:has(.img)) {
  grid-row: span 3;
}
.front-page .sec__menu .menu__body .menuList__item__block:not(:has(.img)) .textArea {
  padding: 30px;
}
@media (max-width: 834px) {
  .front-page .sec__menu .menu__body .menuList__item__block:not(:has(.img)) .textArea {
    padding: 24px;
  }
}
.front-page .sec__menu .menu__body .menuList__item__block .img {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .sec__menu .menu__body .menuList__item__block .img {
    max-width: 100%;
  }
}
.front-page .sec__menu .menu__body .menuList__item__block .img img {
  aspect-ratio: 320/204;
}
.front-page .sec__menu .menu__body .menuList__item__block .textArea {
  padding: 0 30px 30px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 20px;
}
@media (max-width: 834px) {
  .front-page .sec__menu .menu__body .menuList__item__block .textArea {
    padding: 0 24px 24px;
    gap: 10px;
  }
}
.front-page .sec__menu .menu__body .menuList__item__block .textArea:has(.nutrientsList) {
  padding-bottom: 0;
}
.front-page .sec__menu .menu__body .menuList__item__block .textArea .title {
  font-size: clamp(2rem, 1.778rem + 0.444vw, 2.4rem);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .front-page .sec__menu .menu__body .menuList__item__block .textArea .title br {
    display: none;
  }
}
.front-page .sec__menu .menu__body .menuList__item__block .textArea .other {
  padding-top: 20px;
  border-top: 1px dashed #ea4b2b;
}
@media (max-width: 834px) {
  .front-page .sec__menu .menu__body .menuList__item__block .textArea .other {
    padding-top: 10px;
  }
}
.front-page .sec__menu .menu__body .menuList__item__block .textArea .other__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.front-page .sec__menu .menu__body .menuList__item__block .textArea .other__item::before {
  content: "";
  background: #ea4b2b;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  margin-top: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .front-page .sec__menu .menu__body .menuList__item__block .textArea .other__item::before {
    margin-top: 11px;
  }
}
.front-page .sec__menu .menu__body .menuList__item__block .textArea .nutrientsList {
  margin: 0 -30px;
  padding: 24px 30px;
  background: #fff9f1;
}
@media (max-width: 834px) {
  .front-page .sec__menu .menu__body .menuList__item__block .textArea .nutrientsList {
    margin: 0 -24px;
    padding: 16px 24px;
  }
}
.front-page .sec__menu .menu__body .menuList__item__block .textArea .nutrientsList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  font-size: 0.9em;
}
.front-page .sec__menu .menu__body .menuList__item__block .textArea .nutrientsList__item .topic {
  text-align: left;
}
.front-page .sec__menu .menu__body .menuList__item__block .textArea .nutrientsList__item .amount {
  text-align: right;
}
.front-page .sec__philosophy {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .front-page .sec__philosophy {
    margin-top: 70px;
    margin-bottom: 90px;
  }
}
.front-page .sec__philosophy .philosophy__inner {
  position: relative;
}
.front-page .sec__philosophy .philosophy__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15%;
}
@media (max-width: 834px) {
  .front-page .sec__philosophy .philosophy__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.front-page .sec__philosophy .philosophy__contents .commonTitle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 835px) {
  .front-page .sec__philosophy .philosophy__contents .commonTitle {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media (max-width: 834px) {
  .front-page .sec__philosophy .philosophy__contents .commonTitle {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 6.25%;
  }
}
.front-page .sec__philosophy .philosophy__contents__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
}
@media (max-width: 834px) {
  .front-page .sec__philosophy .philosophy__contents__block {
    display: contents;
  }
}
.front-page .sec__philosophy .philosophy__contents__block .img {
  width: 105%;
  margin-left: -5%;
  border-radius: 0 40px 0 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__philosophy .philosophy__contents__block .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.front-page .sec__philosophy .philosophy__contents__block .img img {
  aspect-ratio: 934/444;
}
.front-page .sec__philosophy .philosophy__contents__block .text {
  max-width: 800px;
  margin-top: 70px;
  font-size: 1.8rem;
  line-height: 2.3;
  padding-left: 40px;
  padding-right: 50px;
}
@media (max-width: 834px) {
  .front-page .sec__philosophy .philosophy__contents__block .text {
    font-size: 1.5rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
    padding: 0 6.25%;
  }
}
.front-page .sec__philosophy .philosophy__image {
  position: absolute;
  bottom: -180px;
  right: 70px;
}
@media (max-width: 834px) {
  .front-page .sec__philosophy .philosophy__image {
    bottom: -120px;
    right: 20px;
  }
}
.front-page .sec__philosophy .philosophy__image .img {
  width: clamp(31rem, 15.985rem + 14.663vw, 37.1rem);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec__philosophy .philosophy__image .img {
    max-width: 130px;
    border-radius: 10px;
  }
}
.front-page .sec__philosophy .philosophy__image .img img {
  aspect-ratio: 371/280;
}
.front-page .sec__medical {
  margin-top: 120px;
  margin-bottom: 150px;
  padding-top: 110px;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__medical {
    margin-top: 70px;
    margin-bottom: 80px;
    padding-top: 60px;
  }
}
.front-page .sec__medical::before {
  content: "";
  background: url(../img/index/medical_bg.jpg) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 815px;
  border-radius: 0 40px 0 0;
  overflow: hidden;
  aspect-ratio: 815/542;
  pointer-events: none;
  opacity: 0.2;
}
.front-page .sec__medical .medical__inner {
  max-width: 1380px;
}
.front-page .sec__medical .medical__inner .label__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .front-page .sec__medical .medical__inner .label__text {
    font-size: 1.3rem;
  }
}
.front-page .sec__medical .medical__inner .label__text::before {
  content: "";
  background: #ea4b2b;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-right: 10px;
}
.front-page .sec__medical .medical__inner .label__text::after {
  content: "";
  background: #222222;
  width: 146px;
  height: 1px;
  margin-left: 30px;
}
@media (max-width: 834px) {
  .front-page .sec__medical .medical__inner .label__text::after {
    width: 63px;
    margin-left: 15px;
  }
}
.front-page .sec__medical .medical__contents {
  max-width: 1200px;
  margin: 80px auto 0;
}
@media (max-width: 834px) {
  .front-page .sec__medical .medical__contents {
    margin-top: 40px;
  }
}
.front-page .sec__medical .medical__contents__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .front-page .sec__medical .medical__contents__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.front-page .sec__medical .medical__contents__head .titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 834px) {
  .front-page .sec__medical .medical__contents__head .titleArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.front-page .sec__medical .medical__contents__head .titleArea .commonTitle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.front-page .sec__medical .medical__contents__head .titleArea .text {
  margin-top: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1170px) {
  .front-page .sec__medical .medical__contents__head .titleArea .text br {
    display: none;
  }
}
@media (max-width: 834px) {
  .front-page .sec__medical .medical__contents__head .titleArea .text {
    margin-top: 0;
  }
}
.front-page .sec__medical .medical__contents__head .commonBtn01 {
  margin-top: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .front-page .sec__medical .medical__contents__head .commonBtn01 {
    margin-top: 0;
  }
}
.front-page .sec__medical .medical__contents__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .front-page .sec__medical .medical__contents__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
.front-page .sec__medical .medical__contents__body__block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 588px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__medical .medical__contents__body__block {
    border-radius: 15px;
  }
}
@media (any-hover: hover) {
  .front-page .sec__medical .medical__contents__body__block:hover a {
    opacity: 1;
  }
  .front-page .sec__medical .medical__contents__body__block:hover a .imgArea .img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .front-page .sec__medical .medical__contents__body__block:hover a .textArea .btn {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.front-page .sec__medical .medical__contents__body__block a .imgArea {
  position: relative;
}
.front-page .sec__medical .medical__contents__body__block a .imgArea::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0))) center/cover no-repeat;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center/cover no-repeat;
  inset: 0;
  position: absolute;
  z-index: 1;
}
.front-page .sec__medical .medical__contents__body__block a .imgArea .img {
  max-width: 588px;
  width: 100%;
  position: relative;
}
.front-page .sec__medical .medical__contents__body__block a .imgArea .img img {
  aspect-ratio: 588/410;
}
.front-page .sec__medical .medical__contents__body__block a .imgArea .img::after {
  content: "";
  position: absolute;
  -webkit-mask: url(../img/index/border-radius_shape.png) center/contain no-repeat;
          mask: url(../img/index/border-radius_shape.png) center/contain no-repeat;
  width: 236px;
  aspect-ratio: 1/1;
  bottom: -1px;
  right: -1px;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .sec__medical .medical__contents__body__block a .imgArea .img::after {
    width: 156px;
  }
}
.front-page .sec__medical .medical__contents__body__block a .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .sec__medical .medical__contents__body__block a .textArea {
    gap: 16px;
  }
}
.front-page .sec__medical .medical__contents__body__block a .textArea .title {
  font-size: clamp(2rem, 1.588rem + 0.98vw, 3rem);
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
.front-page .sec__medical .medical__contents__body__block a .textArea .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .front-page .sec__medical .medical__contents__body__block a .textArea .btn {
    width: 32px;
    height: 32px;
  }
}
.front-page .sec__medical .medical__contents__body__block a .textArea .btn::before {
  content: "";
  -webkit-mask: url(../img/common/arrow.png) center/contain no-repeat;
          mask: url(../img/common/arrow.png) center/contain no-repeat;
  width: 15px;
  aspect-ratio: 15/10;
  display: block;
}
@media (max-width: 834px) {
  .front-page .sec__medical .medical__contents__body__block a .textArea .btn::before {
    width: 12px;
  }
}
.front-page .sec__medical .medical__contents__body__block.-event a .img::after {
  background: #ea4b2b;
}
.front-page .sec__medical .medical__contents__body__block.-event a .textArea .btn::before {
  background: #ea4b2b;
}
.front-page .sec__medical .medical__contents__body__block.-pudding a .img::after {
  background: #2dc142;
}
.front-page .sec__medical .medical__contents__body__block.-pudding a .textArea .btn::before {
  background: #2dc142;
}
.front-page .sec__service {
  margin-top: 180px;
  margin-bottom: 120px;
  padding-bottom: 120px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff9f1), to(#ffffff));
  background: linear-gradient(to top, #fff9f1, #ffffff);
}
@media (max-width: 834px) {
  .front-page .sec__service {
    margin-top: 100px;
    margin-bottom: 70px;
    padding-bottom: 70px;
  }
}
.front-page .sec__service .service__inner {
  max-width: 1380px;
  position: relative;
}
.front-page .sec__service .service__inner::before {
  content: "";
  -webkit-mask: url(../img/index/logo.png) center/contain no-repeat;
          mask: url(../img/index/logo.png) center/contain no-repeat;
  background-color: #f9f3e9;
  width: 546px;
  aspect-ratio: 293/200;
  position: absolute;
  left: 0;
  bottom: -120px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__service .service__inner::before {
    bottom: -70px;
    width: 216px;
  }
}
.front-page .sec__service .service__inner .label__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .front-page .sec__service .service__inner .label__text {
    font-size: 1.3rem;
  }
}
.front-page .sec__service .service__inner .label__text::before {
  content: "";
  background: #ea4b2b;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-right: 10px;
}
.front-page .sec__service .service__inner .label__text::after {
  content: "";
  background: #222222;
  width: 146px;
  height: 1px;
  margin-left: 30px;
}
@media (max-width: 834px) {
  .front-page .sec__service .service__inner .label__text::after {
    width: 63px;
    margin-left: 15px;
  }
}
.front-page .sec__service .service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: 100px auto 0;
  gap: 40px;
}
@media (max-width: 834px) {
  .front-page .sec__service .service__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
    margin-top: 40px;
  }
}
.front-page .sec__service .service__contents .commonTitle {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-left: 85px;
}
@media (max-width: 834px) {
  .front-page .sec__service .service__contents .commonTitle {
    margin-left: 40px;
  }
}
.front-page .sec__service .service__contents__block {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 650px;
          flex: 0 0 650px;
}
@media (max-width: 834px) {
  .front-page .sec__service .service__contents__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.front-page .sec__service .service__contents__block .img {
  width: 100%;
  overflow: hidden;
}
.front-page .sec__service .service__contents__block .img.-img01 {
  width: 650px;
  border-radius: 40px;
}
@media (max-width: 834px) {
  .front-page .sec__service .service__contents__block .img.-img01 {
    border-radius: 15px;
    width: 100%;
  }
}
.front-page .sec__service .service__contents__block .img.-img01 img {
  aspect-ratio: 650/430;
}
.front-page .sec__service .service__contents__block .img.-img02 {
  max-width: clamp(19.3rem, 12.917rem + 12.766vw, 31.3rem);
  border-radius: 20px;
  position: absolute;
  top: -190px;
  right: -130px;
  z-index: -1;
}
@media (max-width: 1360px) {
  .front-page .sec__service .service__contents__block .img.-img02 {
    right: -20px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__service .service__contents__block .img.-img02 {
    border-radius: 10px;
    top: -210px;
    right: -20px;
  }
}
.front-page .sec__service .service__contents__block .img.-img02 img {
  aspect-ratio: 313/262;
}
.front-page .sec__service .service__contents__block .textArea {
  max-width: 600px;
  margin-left: auto;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .front-page .sec__service .service__contents__block .textArea {
    margin-top: 20px;
  }
}
.front-page .sec__service .service__contents__block .textArea .commonBtn01 {
  margin-left: auto;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .front-page .sec__service .service__contents__block .textArea .commonBtn01 {
    margin-top: 20px;
  }
}
.front-page .sec__about {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .front-page .sec__about {
    margin-top: 70px;
    margin-bottom: 60px;
  }
}
.front-page .sec__about .about__inner {
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .front-page .sec__about .about__inner {
    gap: 30px;
  }
}
.front-page .sec__about .about__inner .mainTitle {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.front-page .sec__about .about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 81.3%;
          flex: 0 0 81.3%;
}
@media (max-width: 834px) {
  .front-page .sec__about .about__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 30px;
  }
}
.front-page .sec__about .about__contents__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (any-hover: hover) {
  .front-page .sec__about .about__contents__item:hover a {
    opacity: 1;
  }
  .front-page .sec__about .about__contents__item:hover a .img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .front-page .sec__about .about__contents__item:hover a .textArea .btn {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    background: #ff4824;
  }
}
.front-page .sec__about .about__contents__item .img {
  max-width: 420px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec__about .about__contents__item .img {
    border-radius: 10px;
    max-width: 100%;
  }
}
.front-page .sec__about .about__contents__item .img img {
  aspect-ratio: 420/280;
}
.front-page .sec__about .about__contents__item .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.front-page .sec__about .about__contents__item .textArea .commonTitle {
  margin-top: 24px;
}
@media (max-width: 834px) {
  .front-page .sec__about .about__contents__item .textArea .commonTitle {
    margin-top: 14px;
  }
}
.front-page .sec__about .about__contents__item .textArea .commonTitle .eng {
  font-size: 1.6rem;
}
.front-page .sec__about .about__contents__item .textArea .commonTitle .ja {
  font-size: 3rem;
}
@media (max-width: 834px) {
  .front-page .sec__about .about__contents__item .textArea .commonTitle .ja {
    font-size: 2rem;
  }
}
.front-page .sec__about .about__contents__item .textArea .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  background: #ea4b2b;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .front-page .sec__about .about__contents__item .textArea .btn {
    width: 32px;
    height: 32px;
  }
}
.front-page .sec__about .about__contents__item .textArea .btn::before {
  content: "";
  -webkit-mask: url(../img/common/arrow.png) center/contain no-repeat;
          mask: url(../img/common/arrow.png) center/contain no-repeat;
  background: #fff;
  width: 15px;
  aspect-ratio: 15/10;
  display: block;
}
@media (max-width: 834px) {
  .front-page .sec__about .about__contents__item .textArea .btn::before {
    width: 12px;
  }
}
.front-page .sec__news {
  background: #fffcf7;
}
.front-page .sec__news .news__inner {
  max-width: 1180px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .front-page .sec__news .news__inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.front-page .sec__news .news__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8%;
}
@media (max-width: 834px) {
  .front-page .sec__news .news__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.front-page .sec__news .news__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .front-page .sec__news .news__head {
    display: contents;
  }
}
@media (max-width: 834px) {
  .front-page .sec__news .news__head .commonTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.front-page .sec__news .news__head .commonBtn01 {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .front-page .sec__news .news__head .commonBtn01 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
  }
}
.front-page .sec__news .news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .front-page .sec__news .news__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.front-page .sec__news .news__body .newsList__item {
  border-bottom: 1px dashed #c9c9c9;
}
.front-page .sec__news .news__body .newsList__item:first-child a {
  padding-top: 0;
}
.front-page .sec__news .news__body .newsList__item a {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 834px) {
  .front-page .sec__news .news__body .newsList__item a {
    padding: 20px 0;
  }
}
@media (any-hover: hover) {
  .front-page .sec__news .news__body .newsList__item a:hover .arrow::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.front-page .sec__news .news__body .newsList__item a .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .front-page .sec__news .news__body .newsList__item a .textArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.front-page .sec__news .news__body .newsList__item a .textArea__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .front-page .sec__news .news__body .newsList__item a .textArea__head {
    gap: 14px;
  }
}
.front-page .sec__news .news__body .newsList__item a .textArea__head .date {
  color: #666666;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.front-page .sec__news .news__body .newsList__item a .textArea__head .topic {
  background: #ea4b2b;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .front-page .sec__news .news__body .newsList__item a .textArea__head .topic {
    padding: 3px 5px;
    font-size: 1.2rem;
  }
}
.front-page .sec__news .news__body .newsList__item a .textArea .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.front-page .sec__news .news__body .newsList__item a .arrow::after {
  content: "";
  -webkit-mask: url(../img/common/arrow.png) center/contain no-repeat;
          mask: url(../img/common/arrow.png) center/contain no-repeat;
  background: #ea4b2b;
  width: 15px;
  aspect-ratio: 15/10;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .front-page .sec__news .news__body .newsList__item a .arrow::after {
    width: 12px;
  }
}
.front-page .sec__recruit .recruit__inner {
  position: relative;
}
.front-page .sec__recruit .recruit__inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 600px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  background: #e5f4ff;
  top: -250px;
  left: -200px;
}
@media (max-width: 834px) {
  .front-page .sec__recruit .recruit__inner::before {
    top: -60px;
    left: -60px;
    width: 320px;
  }
}
.front-page .sec__recruit .recruit__contents {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8%;
}
@media (max-width: 834px) {
  .front-page .sec__recruit .recruit__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50px;
    padding-top: 80px;
    padding-bottom: 120px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.front-page .sec__recruit .recruit__contents .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.front-page .sec__recruit .recruit__contents .imgArea::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -66px;
  display: block;
  width: clamp(10.4rem, -1.908rem + 12.019vw, 15.4rem);
  aspect-ratio: 1/1;
  background: url(../img/index/recruit_circle_yellow.png) center center/contain no-repeat;
  pointer-events: none;
  translate: 0 -50%;
  -webkit-animation: 3s fuwafuwa infinite 100ms;
          animation: 3s fuwafuwa infinite 100ms;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .sec__recruit .recruit__contents .imgArea::before {
    top: 0px;
    right: -26px;
    width: 70px;
    -webkit-animation: 3s fuwafuwa-sp infinite 100ms;
            animation: 3s fuwafuwa-sp infinite 100ms;
  }
}
.front-page .sec__recruit .recruit__contents .imgArea::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 60px;
  display: block;
  width: 102px;
  aspect-ratio: 1/1;
  background: url(../img/index/recruit_circle_blue.png) center center/contain no-repeat;
  pointer-events: none;
  -webkit-animation: 3s fuwafuwa infinite 700ms;
          animation: 3s fuwafuwa infinite 700ms;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .sec__recruit .recruit__contents .imgArea::after {
    bottom: -30px;
    left: 20px;
    width: 42px;
    -webkit-animation: 3s fuwafuwa-sp infinite 700ms;
            animation: 3s fuwafuwa-sp infinite 700ms;
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes fuwafuwa-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes fuwafuwa-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.front-page .sec__recruit .recruit__contents .imgArea .img {
  width: clamp(51.6rem, -19.785rem + 69.712vw, 80.6rem);
  border-radius: 0 40px 40px 0;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .front-page .sec__recruit .recruit__contents .imgArea .img {
    width: 100%;
    border-radius: 0 15px 15px 0;
  }
}
.front-page .sec__recruit .recruit__contents .imgArea .img img {
  aspect-ratio: 806/634;
}
@media (max-width: 834px) {
  .front-page .sec__recruit .recruit__contents .textArea {
    padding-left: 6.25%;
  }
}
.front-page .sec__recruit .recruit__contents .textArea .text {
  margin-top: 30px;
  font-weight: 600;
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .front-page .sec__recruit .recruit__contents .textArea .text {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}
.front-page .sec__recruit .recruit__contents .textArea .commonBtn01 {
  max-width: 280px;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .front-page .sec__recruit .recruit__contents .textArea .commonBtn01 {
    margin-top: 30px;
    max-width: 230px;
  }
}
.front-page .sec__recruit .recruit__contents .textArea .commonBtn01 a {
  background: #fff000;
}
@media (any-hover: hover) {
  .front-page .sec__recruit .recruit__contents .textArea .commonBtn01 a:hover {
    background: #0095ff;
  }
  .front-page .sec__recruit .recruit__contents .textArea .commonBtn01 a:hover .btn__text {
    color: #fff;
  }
  .front-page .sec__recruit .recruit__contents .textArea .commonBtn01 a:hover .btn__link::before {
    background: #fff;
  }
}
.front-page .sec__recruit .recruit__contents .textArea .commonBtn01 a .btn__text {
  font-size: 1.8rem;
  color: #222222;
}
@media (max-width: 834px) {
  .front-page .sec__recruit .recruit__contents .textArea .commonBtn01 a .btn__text {
    font-size: 1.5rem;
  }
}
.front-page .sec__recruit .recruit__contents .textArea .commonBtn01 a .btn__link::before {
  content: "";
  -webkit-mask: url(../img/common/link_icon.png) center/contain no-repeat;
          mask: url(../img/common/link_icon.png) center/contain no-repeat;
  background: #222222;
  width: 16px;
  aspect-ratio: 1/1;
  display: block;
}
@media (max-width: 834px) {
  .front-page .sec__recruit .recruit__contents .textArea .commonBtn01 a .btn__link::before {
    width: 14px;
  }
}
.front-page .sec__recruit .recruit__images__img {
  position: absolute;
  width: 100%;
}
.front-page .sec__recruit .recruit__images__img.-img01 {
  max-width: clamp(11rem, 1.053rem + 19.894vw, 29.7rem);
  border-radius: 20px;
  overflow: hidden;
  top: -70px;
  right: 50px;
}
@media (max-width: 834px) {
  .front-page .sec__recruit .recruit__images__img.-img01 {
    top: -50px;
    right: 20px;
    border-radius: 10px;
  }
}
.front-page .sec__recruit .recruit__images__img.-img01 img {
  aspect-ratio: 297/345;
}
.front-page .sec__recruit .recruit__images__img.-img02 {
  max-width: clamp(15rem, 8.404rem + 13.191vw, 27.4rem);
  border-radius: 20px;
  overflow: hidden;
  bottom: -50px;
  right: 200px;
}
@media (max-width: 834px) {
  .front-page .sec__recruit .recruit__images__img.-img02 {
    bottom: -30px;
    right: 10px;
    border-radius: 10px;
  }
}
.front-page .sec__recruit .recruit__images__img.-img02 img {
  aspect-ratio: 274/200;
}
.front-page:has(.sec__recruit) .sec__contact {
  position: relative;
}
.front-page:has(.sec__recruit) .sec__contact::before {
  content: "";
  position: absolute;
  display: block;
  width: 800px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  background: #e5f4ff;
  top: -380px;
  right: -240px;
}
@media (max-width: 834px) {
  .front-page:has(.sec__recruit) .sec__contact::before {
    right: -120px;
    width: 320px;
    top: -200px;
  }
}

/* ============================================
// RECRUIT
// ==========================================*/
.lower-kyujin_l .kyujin_container,
.lower-kyujin_d .kyujin_container {
  max-width: 1480px;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container,
  .lower-kyujin_d .kyujin_container {
    font-size: 1.4rem;
  }
}
.lower-kyujin_l .kyujin_container .innerWrap,
.lower-kyujin_d .kyujin_container .innerWrap {
  max-width: 1380px;
}
.lower-kyujin_l .btn,
.lower-kyujin_d .btn {
  border-radius: 500px;
  font-size: 1.5rem;
  background: #ea4b2b;
  padding: 16px 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .btn,
  .lower-kyujin_d .btn {
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn:hover,
  .lower-kyujin_d .btn:hover {
    opacity: 1;
    background: #ff4824;
  }
}
.lower-kyujin_l .btn.btn_secondary,
.lower-kyujin_d .btn.btn_secondary {
  background: #f0e4d3;
  background: #f17c36;
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn.btn_secondary:hover,
  .lower-kyujin_d .btn.btn_secondary:hover {
    opacity: 1;
    background: #fe670c;
  }
}
.lower-kyujin_l .btn.btn_external,
.lower-kyujin_d .btn.btn_external {
  background: #ea4b2b;
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn.btn_external:hover,
  .lower-kyujin_d .btn.btn_external:hover {
    opacity: 1;
    background: #ff4824;
  }
}
.lower-kyujin_l .btn.btn_external::after,
.lower-kyujin_d .btn.btn_external::after {
  content: "";
  top: 25px;
  right: 25px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .btn.btn_external::after,
  .lower-kyujin_d .btn.btn_external::after {
    top: 20px;
    right: 15px;
  }
}
.lower-kyujin_l .gMap_link::before,
.lower-kyujin_d .gMap_link::before {
  -webkit-mask: url(../img/kyujin/ico_custom_location_black.png) no-repeat center center/contain;
          mask: url(../img/kyujin/ico_custom_location_black.png) no-repeat center center/contain;
  background: #ea4b2b;
}
.lower-kyujin_l .tel_link::before,
.lower-kyujin_d .tel_link::before {
  -webkit-mask: url(../img/kyujin/ico_custom_tel_color.png) no-repeat center top/contain;
          mask: url(../img/kyujin/ico_custom_tel_color.png) no-repeat center top/contain;
  background: #ea4b2b;
  top: 0;
}
.lower-kyujin_l .job,
.lower-kyujin_d .job {
  font-weight: 400;
  margin-top: 30px;
  padding: clamp(6.9rem, 1.977rem + 4.808vw, 8.9rem);
  border: 1px solid #dedede !important;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 834px) {
  .lower-kyujin_l .job,
  .lower-kyujin_d .job {
    margin-top: 15px;
    padding: 30px 7%;
    border-radius: 20px;
    border: 3px solid #fff;
  }
}
@media (max-width: 834px) and (max-width: 834px) {
  .lower-kyujin_l .job,
  .lower-kyujin_d .job {
    border-radius: 15px;
  }
}
.lower-kyujin_l .job:first-child,
.lower-kyujin_d .job:first-child {
  margin-top: 0;
}
.lower-kyujin_l .job_count_pager.contents_bottom,
.lower-kyujin_d .job_count_pager.contents_bottom {
  padding: 72px 0 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager.contents_bottom,
  .lower-kyujin_d .job_count_pager.contents_bottom {
    padding: 40px 0 0;
  }
}
.lower-kyujin_l .job_count_pager .pagination ul,
.lower-kyujin_d .job_count_pager .pagination ul {
  gap: 4px;
}
.lower-kyujin_l .job_count_pager .pagination ul li a,
.lower-kyujin_d .job_count_pager .pagination ul li a {
  background: #f9f3e9;
}
@media (any-hover: hover) {
  .lower-kyujin_l .job_count_pager .pagination ul li a:hover,
  .lower-kyujin_d .job_count_pager .pagination ul li a:hover {
    background-color: #ea4b2b;
  }
}
.lower-kyujin_l .job_count_pager .pagination ul li a::before,
.lower-kyujin_d .job_count_pager .pagination ul li a::before {
  display: none;
}
.lower-kyujin_l .job_count_pager .pagination ul li a,
.lower-kyujin_l .job_count_pager .pagination ul li em,
.lower-kyujin_d .job_count_pager .pagination ul li a,
.lower-kyujin_d .job_count_pager .pagination ul li em {
  border-radius: 50%;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_outline-head,
  .lower-kyujin_d .job_outline-head {
    border: none;
    background: #fff9f1;
    border-radius: 10px;
  }
}

/*--------------------
求人一覧
--------------------*/
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container {
    padding: 0;
  }
}
.lower-kyujin_l .kyujin_container__inner {
  background: #fff;
  padding: 80px clamp(6rem, -1.385rem + 7.212vw, 9rem);
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container__inner {
    padding: 32px 20px;
    border-radius: 20px;
  }
}
.lower-kyujin_l .job_result_total {
  padding: 24px 90px 50px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_result_total {
    padding: 0px 20px 24px;
  }
}
.lower-kyujin_l article.job {
  font-weight: 400;
  margin-top: 30px;
  padding: 50px;
  border: 1px solid #c9c9c9;
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job {
    margin-top: 15px;
    padding: 30px 7%;
  }
}
.lower-kyujin_l article.job:first-child {
  margin-top: 0;
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d .footer {
  padding-bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 68px;
  }
}
.lower-kyujin_d .pagetop {
  bottom: 198px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop {
    bottom: 158px;
  }
}
.lower-kyujin_d .pagetop__inner {
  bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop__inner {
    bottom: 68px;
  }
}
.lower-kyujin_d main.l-main {
  position: relative;
  padding-bottom: 50px;
}
.lower-kyujin_d main.l-main::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#fff9f1), to(#ffffff));
  background: linear-gradient(to bottom, #fff9f1, #ffffff);
  width: 100%;
  height: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main {
    padding-top: 6%;
    padding-bottom: 20px;
  }
}
.lower-kyujin_d .kyujin_container {
  padding-top: 180px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container {
    padding-top: 70px;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  font-size: 3.2rem;
  padding: 10px 0 0;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    font-size: 2rem;
  }
}
.lower-kyujin_d .outline_ttl::before,
.lower-kyujin_d .appeal_ttl::before {
  content: "";
  display: inline-block;
  background: #ea4b2b;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-bottom: 6px;
  margin-right: 14px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl::before,
  .lower-kyujin_d .appeal_ttl::before {
    width: 8px;
    height: 8px;
    margin-bottom: 5px;
    margin-right: 8px;
  }
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  display: none;
}
.lower-kyujin_d .commonBtn02 {
  margin: 0 auto;
}
.lower-kyujin_d .commonBtn02 a .btn__arrow::before {
  -webkit-mask: url(../img/common/arrow_back.png) center/contain no-repeat;
          mask: url(../img/common/arrow_back.png) center/contain no-repeat;
}
.lower-kyujin_d .commonBtn02 a .btn__text {
  color: #222222;
}
.lower-kyujin_d .commonBtn02.page_back a::before {
  display: none;
}
.lower-kyujin_d .fixed_conversion {
  z-index: 11;
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
  border-radius: 50px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
    padding: 10px 0;
  }
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion::after {
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
@media (any-hover: hover) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion:hover {
    background: #ff4824;
    opacity: 1;
  }
}
.lower-kyujin_d .fixed_conversion .phone {
  background: none;
}
@media (max-width: 767px) {
  .lower-kyujin_d .fixed_conversion .phone_num {
    color: #fff;
  }
  .lower-kyujin_d .fixed_conversion .phone_num::before {
    background-image: url(../img/kyujin/ico_custom_tel_white.png);
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .phone_num {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .lower-kyujin_d .fixed_conversion .phone_notes {
    color: #fff;
  }
}

/* ============================================
// MENU
// ==========================================*/
.lower-menu .menu__inner {
  max-width: 1460px;
}
@media (max-width: 834px) {
  .lower-menu .menu__inner {
    padding: 0;
  }
}
.lower-menu .menu__contents {
  background: #fff;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-menu .menu__contents {
    border-radius: 20px;
  }
}
.lower-menu .menu__contents__inner {
  max-width: 1180px;
  padding-top: 10px;
  padding-bottom: 70px;
}
@media (max-width: 834px) {
  .lower-menu .menu__contents__inner {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.lower-menu .menu__anchor {
  margin-left: auto;
  padding-top: 50px;
  padding-right: 50px;
}
@media (max-width: 834px) {
  .lower-menu .menu__anchor {
    padding-top: 20px;
    padding-right: 20px;
  }
}
.lower-menu .menu__anchor .btn__text {
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .lower-menu .menu__anchor .btn__text {
    font-size: 1.4rem;
  }
}
.lower-menu .menu__anchor .btn__arrow {
  width: 30px;
}
@media (max-width: 834px) {
  .lower-menu .menu__anchor .btn__arrow {
    width: 26px;
  }
}
.lower-menu .menu__anchor .btn__arrow::before {
  width: 14px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 834px) {
  .lower-menu .menu__anchor .btn__arrow::before {
    width: 12px;
  }
}
.lower-menu .menu__list {
  margin-top: 100px;
}
@media (max-width: 834px) {
  .lower-menu .menu__list {
    margin-top: 50px;
  }
}
.lower-menu .menu__list:first-child {
  margin-top: 0;
}
.lower-menu .menu__list .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 834px) {
  .lower-menu .menu__list .title {
    gap: 16px;
  }
}
.lower-menu .menu__list .title__week {
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1;
  color: #dac09a;
  padding: 15px 20px 17px;
  border: 1px solid #dac09a;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .lower-menu .menu__list .title__week {
    font-size: 2.4rem;
    padding: 8px 12px 10px;
  }
}
.lower-menu .menu__list .title__date {
  font-size: 2.2rem;
  font-weight: 600;
  color: #aaaaaa;
}
@media (max-width: 834px) {
  .lower-menu .menu__list .title__date {
    font-size: 1.8rem;
  }
}
.lower-menu .menu__list .menuList {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-menu .menu__list .menuList {
    margin-top: 16px;
  }
}
.lower-menu .menu__list .menuList__item {
  margin-top: 10px;
}
.lower-menu .menu__list .menuList__date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  gap: 20px;
  margin-bottom: -14px;
  z-index: 1;
  margin-left: 30px;
}
@media (max-width: 834px) {
  .lower-menu .menu__list .menuList__date {
    gap: 16px;
    margin-left: 20px;
    margin-bottom: -12px;
  }
}
.lower-menu .menu__list .menuList__date .month {
  font-size: 3.2rem;
  font-weight: 600;
  position: relative;
  margin-top: 12px;
}
@media (max-width: 834px) {
  .lower-menu .menu__list .menuList__date .month {
    font-size: 2rem;
    margin-top: 9px;
  }
}
.lower-menu .menu__list .menuList__date .month .slash {
  font-size: 4rem;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: -20px;
}
@media (max-width: 834px) {
  .lower-menu .menu__list .menuList__date .month .slash {
    font-size: 2.4rem;
    right: -15px;
  }
}
.lower-menu .menu__list .menuList__date .day {
  font-size: 7.5rem;
  font-weight: 600;
}
@media (max-width: 834px) {
  .lower-menu .menu__list .menuList__date .day {
    font-size: 5rem;
  }
}
.lower-menu .menu__list .menuList__date .week {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background: #ea4b2b;
  padding: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 3px;
}
@media (max-width: 834px) {
  .lower-menu .menu__list .menuList__date .week {
    font-size: 1.1rem;
    left: 0;
    padding: 4px;
  }
}
.lower-menu .menu__list .menuList__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dedede;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1240px) {
  .lower-menu .menu__list .menuList__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 15px;
  }
}
.lower-menu .menu__list .menuList__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 30px;
  padding-right: 50px;
}
.lower-menu .menu__list .menuList__contents:not(:has(.img)) {
  padding-left: 50px;
}
@media (max-width: 834px) {
  .lower-menu .menu__list .menuList__contents:not(:has(.img)) {
    padding-left: 20px;
  }
}
@media (max-width: 834px) {
  .lower-menu .menu__list .menuList__contents {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.lower-menu .menu__list .menuList__contents .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-menu .menu__list .menuList__contents .imgArea .img {
  width: 260px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-menu .menu__list .menuList__contents .imgArea .img {
    width: 100%;
    border-radius: 15px;
  }
}
.lower-menu .menu__list .menuList__contents .imgArea .img img {
  aspect-ratio: 260/174;
}
.lower-menu .menu__list .menuList__contents .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-menu .menu__list .menuList__contents .textArea .name {
  font-size: 3.2rem;
  font-weight: 600;
  border-bottom: 1px dashed #ea4b2b;
  line-height: 1.6;
  padding-bottom: 10px;
}
@media (max-width: 834px) {
  .lower-menu .menu__list .menuList__contents .textArea .name {
    font-size: 2.2rem;
    text-align: center;
  }
}
.lower-menu .menu__list .menuList__contents .textArea .other {
  margin-top: 10px;
}
.lower-menu .menu__list .menuList__contents .textArea .other__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lower-menu .menu__list .menuList__contents .textArea .other__item::before {
  content: "";
  background: #ea4b2b;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  margin-top: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .lower-menu .menu__list .menuList__contents .textArea .other__item::before {
    margin-top: 11px;
  }
}
.lower-menu .menu__list .menuList__nutrients {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  background: #fff9f1;
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1240px) {
  .lower-menu .menu__list .menuList__nutrients {
    padding: 30px;
  }
}
@media (max-width: 834px) {
  .lower-menu .menu__list .menuList__nutrients {
    padding: 20px;
  }
}
.lower-menu .menu__list .menuList__nutrients .nutrientsList {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
}
@media (max-width: 1240px) {
  .lower-menu .menu__list .menuList__nutrients .nutrientsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 834px) {
  .lower-menu .menu__list .menuList__nutrients .nutrientsList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 1.3rem;
    gap: 0 28px;
  }
}
@media (max-width: 371px) {
  .lower-menu .menu__list .menuList__nutrients .nutrientsList {
    display: block;
  }
}
.lower-menu .menu__list .menuList__nutrients .nutrientsList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1240px) {
  .lower-menu .menu__list .menuList__nutrients .nutrientsList__item {
    gap: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.lower-menu .menu__list .menuList__nutrients .nutrientsList__item .topic {
  text-align: right;
}
.lower-menu .menu__list .menuList__nutrients .nutrientsList__item .amount {
  text-align: left;
}
.lower-menu .menu__comments {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-menu .menu__comments {
    margin-top: 20px;
  }
}

/* ============================================
// ブログページ
// ==========================================*/
.lower-news .news {
  /*------------------------------
    一覧ページ
  ------------------------------*/
  /*------------------------------
    詳細ページ
  ------------------------------*/
  /*------------------------------
    サイドナビ
  ------------------------------*/
}
.lower-news .news__inner {
  max-width: 1460px;
}
@media (max-width: 834px) {
  .lower-news .news__inner {
    padding: 0;
  }
}
.lower-news .news__container {
  background: #fff;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-news .news__container {
    border-radius: 20px;
  }
}
.lower-news .news__container__inner {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin: 0 auto;
  padding: 80px 40px;
}
@media (max-width: 834px) {
  .lower-news .news__container__inner {
    display: block;
    padding: 40px 20px 0;
  }
}
.lower-news .news__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 280px - 80px);
          flex: 0 0 calc(100% - 280px - 80px);
}
.lower-news .news__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}
@media (max-width: 834px) {
  .lower-news .news__side {
    margin-top: 40px;
  }
}
.lower-news .news__categoryTitle {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 24px;
  border-bottom: 1px dashed #ea4b2b;
}
@media (max-width: 834px) {
  .lower-news .news__categoryTitle {
    font-size: 1.45em;
    padding-bottom: 16px;
  }
}
.lower-news .news__articles__item {
  border-bottom: 1px dashed #c9c9c9;
}
.lower-news .news__articles__item a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  padding: 32px 0;
  padding-right: 64px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item a {
    gap: 20px;
    padding: 20px 0;
  }
}
.lower-news .news__articles__item a::after {
  content: "";
  width: 15px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #ea4b2b;
  -webkit-mask: url(../img/common/arrow.png) center center/contain no-repeat;
          mask: url(../img/common/arrow.png) center center/contain no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item a::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .lower-news .news__articles__item a:hover::after {
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
}
.lower-news .news__articles__item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
    border-radius: 5px;
  }
}
.lower-news .news__articles__item .img img {
  width: 100%;
}
.lower-news .news__articles__item .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
}
.lower-news .news__articles__item .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em 0.8em;
  margin-bottom: 0.7em;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .status {
    margin-bottom: 0.35em;
  }
}
.lower-news .news__articles__item .date {
  font-size: 0.9em;
  color: #666666;
  font-weight: 600;
}
.lower-news .news__articles__item .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
.lower-news .news__articles__item .category__item {
  background-color: #ea4b2b;
  color: #fff;
  font-size: 0.7em;
  line-height: 1;
  padding: 0.5em 0.8em;
  border-radius: 2px;
  font-weight: 600;
}
.lower-news .news__articles__item .title {
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .title {
    font-size: 1.18em;
  }
}
.lower-news .news__articles__item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 1em;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .content {
    gap: 20px;
    margin-top: 0.8em;
  }
}
.lower-news .news__articles__item .content .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  max-width: 200px;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .content .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.lower-news .news__articles__item .content .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 0.95em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .content .txt {
    -webkit-line-clamp: 3;
  }
}
.lower-news .news.-newsDetail::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#fff9f1), to(#ffffff));
  background: linear-gradient(to bottom, #fff9f1, #ffffff);
  width: 100%;
  height: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lower-news .news.-newsDetail .news__inner {
  padding-top: 180px;
}
@media (max-width: 834px) {
  .lower-news .news.-newsDetail .news__inner {
    padding-top: 80px;
  }
}
.lower-news .news__article__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 56px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ea4b2b;
}
@media (max-width: 834px) {
  .lower-news .news__article__title {
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
}
.lower-news .news__article__title .date {
  color: #666666;
  font-weight: 600;
}
.lower-news .news__article__title .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
.lower-news .news__article__title .category__item {
  background-color: #ea4b2b;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  padding: 0.6em 0.8em;
  border-radius: 4px;
  font-weight: 600;
}
.lower-news .news__article__title .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-news .news__article__title .title {
    font-size: 1.45em;
  }
}
.lower-news .news__article__body {
  padding: 0 0 56px;
  border-bottom: 1px solid #c9c9c9;
}
@media (max-width: 834px) {
  .lower-news .news__article__body {
    padding: 0 0 32px;
  }
}
.lower-news .news__article__body .photo__item {
  max-width: 640px;
  max-height: 480px;
  text-align: center;
  margin: 48px auto;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .photo__item {
    margin: 24px auto;
    border-radius: 15px;
  }
}
.lower-news .news__article__body .photo__item img {
  display: inline-block;
  max-width: 100%;
  max-height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lower-news .news__article__body .hd {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.6;
}
.lower-news .news__article__body .hd::before {
  content: "";
  display: inline-block;
  background: #ea4b2b;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-bottom: 3px;
  margin-right: 10px;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .hd::before {
    width: 8px;
    height: 8px;
    margin-bottom: 5px;
    margin-right: 8px;
  }
}
@media (max-width: 834px) {
  .lower-news .news__article__body .hd {
    font-size: 1.4em;
  }
}
.lower-news .news__article__body .hd + .text {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .hd + .text {
    margin-top: 10px;
  }
}
.lower-news .news__article__body .text {
  margin: 48px 0;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .text {
    margin: 24px 0;
  }
}
.lower-news .news__article__body .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(234, 75, 43, 0.15)));
  background: linear-gradient(transparent 60%, rgba(234, 75, 43, 0.15) 60%);
}
.lower-news .news__article__body .strong {
  font-weight: 700;
  color: #ea4b2b;
}
.lower-news .news__article__body .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.2em;
  margin: 48px 0;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .link {
    gap: 0.4em;
    margin: 20px 0;
  }
}
.lower-news .news__article__body .link:last-child {
  margin-bottom: 0;
}
.lower-news .news__article__body .link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  gap: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-news .news__article__body .link a::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  width: 1em;
  margin-top: 0.45em;
  background: #ea4b2b;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/news/ico_link.svg);
          mask-image: url(../img/news/ico_link.svg);
}
@media (max-width: 834px) {
  .lower-news .news__article__body .link a::before {
    margin-top: 0.35em;
  }
}
.lower-news .news__article__body .link a[target=_blank]::before {
  -webkit-mask-image: url(../img/news/ico_external.svg);
          mask-image: url(../img/news/ico_external.svg);
}
@media (any-hover: hover) {
  .lower-news .news__article__body .link a:hover {
    opacity: 0.7;
  }
}
.lower-news .news .commonBtn02 {
  margin: 0 auto;
  margin-top: 40px;
}
.lower-news .news .commonBtn02 a .btn__arrow::before {
  -webkit-mask: url(../img/common/arrow_back.png) center/contain no-repeat;
          mask: url(../img/common/arrow_back.png) center/contain no-repeat;
}
.lower-news .news .commonBtn02 a .btn__text {
  color: #222222;
}
.lower-news .news .commonBtn02.page_back a::before {
  display: none;
}
.lower-news .news__side__block {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-news .news__side__block {
    margin-top: 30px;
  }
}
.lower-news .news__side__block:first-child {
  margin-top: 0;
}
.lower-news .news__side__block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 1.3em;
  font-weight: 700;
  color: #dac09a;
  line-height: 1.6;
  margin-bottom: 0.6em;
}
.lower-news .news__side__block .list__item {
  border-bottom: 1px dashed #c9c9c9;
}
.lower-news .news__side__block .list__item:first-child {
  border-top: 1px dashed #c9c9c9;
}
.lower-news .news__side__block .list__item a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1em 0.5em;
  padding-right: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 500;
}
.lower-news .news__side__block .list__item a::after {
  content: "";
  width: 13px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #ea4b2b;
  -webkit-mask: url(../img/common/arrow.png) center center/contain no-repeat;
          mask: url(../img/common/arrow.png) center center/contain no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .lower-news .news__side__block .list__item a:hover::after {
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
}

/* ============================================
// COMPANY
// ==========================================*/
@media (min-width: 835px) {
  .lower-company .company:not(:has(.company__image.-type01)) .company__heading, .lower-company .company:not(:has(.company__image.-type01)) .company__text {
    padding-right: 6%;
  }
}
@media (max-width: 834px) {
  .lower-company .company {
    position: relative;
  }
  .lower-company .company::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    border-radius: 20px 20px 0 0;
  }
}
.lower-company .company__inner {
  max-width: 1460px;
  margin-inline: auto;
}
@media (min-width: 835px) {
  .lower-company .company__inner {
    padding-inline: 40px;
  }
}
.lower-company .company__contents {
  background: #fff;
  border-radius: 30px;
  padding-top: 132px;
}
@media (min-width: 835px) {
  .lower-company .company__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(44px, 5.9459459459vw, 88px);
  }
}
@media (max-width: 1200px) {
  .lower-company .company__contents {
    gap: 35.2px;
  }
}
@media (max-width: 834px) {
  .lower-company .company__contents {
    border-radius: 20px;
    padding-top: 40px;
  }
}
@media (min-width: 835px) {
  .lower-company .company__contents .commonTitle {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding-left: clamp(48.8px, 8.2432432432vw, 122px);
  }
}
@media (max-width: 1200px) {
  .lower-company .company__contents .commonTitle {
    padding-left: 61px;
  }
}
@media (max-width: 834px) {
  .lower-company .company__contents .commonTitle {
    padding-left: 0;
  }
}
.lower-company .company__contents .commonTitle .eng {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media (min-width: 835px) {
  .lower-company .company__contents .commonTitle .eng {
    padding-left: 10px;
  }
}
@media (max-width: 834px) {
  .lower-company .company__contents .commonTitle .eng {
    font-size: 1.5rem;
  }
}
.lower-company .company__contents .commonTitle .ja {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-company .company__contents .commonTitle .ja {
    font-size: 2.6rem;
  }
}
.lower-company .company__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lower-company .company__heading {
  position: relative;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #ea4b2b;
  line-height: 1.6;
  margin-top: 64px;
}
@media (min-width: 835px) {
  .lower-company .company__heading {
    padding-left: 7.3%;
    padding-right: 51%;
    padding-top: 20px;
  }
}
@media (max-width: 1200px) {
  .lower-company .company__heading {
    padding-right: 40%;
  }
}
@media (max-width: 834px) {
  .lower-company .company__heading {
    font-size: 2.2rem;
    padding-right: 0;
    margin-top: 48px;
  }
}
.lower-company .company__heading::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 6.4705882353em;
  font-weight: 400;
  color: #f0e4d3;
  line-height: 0;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-company .company__heading::before {
    top: 2px;
    left: -8px;
    font-size: 4.3636363636em;
  }
}
.lower-company .company__text {
  margin-top: 19px;
}
@media (min-width: 835px) {
  .lower-company .company__text {
    padding-left: 7.3%;
    padding-right: 51%;
  }
}
@media (max-width: 1200px) {
  .lower-company .company__text {
    padding-right: 40%;
  }
}
@media (max-width: 834px) {
  .lower-company .company__text {
    padding-right: 0;
    margin-top: 8px;
  }
}
.lower-company .company__images {
  position: relative;
  height: clamp(302px, 28.8461538462vw, 375px);
  background: #fff;
  margin-top: 67px;
}
@media (max-width: 834px) {
  .lower-company .company__images {
    height: 210px;
    margin-top: 68px;
  }
}
.lower-company .company__image {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-company .company__image {
    border-radius: 10px;
  }
}
.lower-company .company__image.-type01 {
  width: clamp(208px, 20vw, 260px);
  top: -315px;
  right: clamp(70px, 9.4594594595vw, 140px);
}
@media (max-width: 1200px) {
  .lower-company .company__image.-type01 {
    right: 42px;
  }
}
@media (max-width: 834px) {
  .lower-company .company__image.-type01 {
    top: -56px;
    right: -8px;
    width: 143px;
  }
}
.lower-company .company__image.-type01 img {
  aspect-ratio: 260/174;
}
.lower-company .company__image.-type02 {
  width: clamp(200px, 19.2307692308vw, 250px);
  top: 0;
  left: clamp(57px, 7.7027027027vw, 114px);
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-company .company__image.-type02 {
    top: 0;
    left: -8px;
    width: 137.5px;
  }
}
.lower-company .company__image.-type02 img {
  aspect-ratio: 250/167;
}
.lower-company .company__image.-type03 {
  width: clamp(320px, 30.7692307692vw, 400px);
  top: clamp(88px, 8.4615384615vw, 110px);
  left: clamp(154.5px, 20.8783783784vw, 309px);
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-company .company__image.-type03 {
    top: 64px;
    left: 48px;
    width: 220px;
  }
}
.lower-company .company__image.-type03 img {
  aspect-ratio: 400/267;
}
.lower-company .company__logo {
  position: absolute;
  width: clamp(257.6px, 24.7692307692vw, 322px);
  top: 60px;
  right: clamp(70px, 9.4594594595vw, 140px);
}
@media (max-width: 834px) {
  .lower-company .company__logo {
    top: 128px;
    right: -34px;
    width: clamp(151.34px, 21.2350119904vw, 209.3px);
  }
}
@media (max-width: 600px) {
  .lower-company .company__logo {
    top: 172px;
  }
}
.lower-company .company__logo img {
  aspect-ratio: 322/220;
}
.lower-company .quality__inner {
  max-width: 1180px;
  padding-top: 130px;
}
@media (max-width: 834px) {
  .lower-company .quality__inner {
    padding-top: 63px;
  }
}
@media (min-width: 835px) {
  .lower-company .quality__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9.5%;
  }
}
@media (min-width: 835px) {
  .lower-company .quality .commonTitle {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-top: -30px;
  }
}
.lower-company .quality .commonTitle .eng {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media (min-width: 835px) {
  .lower-company .quality .commonTitle .eng {
    padding-left: 10px;
  }
}
@media (max-width: 834px) {
  .lower-company .quality .commonTitle .eng {
    font-size: 1.5rem;
  }
}
.lower-company .quality .commonTitle .ja {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-company .quality .commonTitle .ja {
    font-size: 2.6rem;
  }
}
.lower-company .quality__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 20px;
  padding: 60px 6.4%;
}
@media (max-width: 834px) {
  .lower-company .quality__text-block {
    border-radius: 10px;
    padding: 28px 20px 24px;
    margin-top: 24px;
    margin-inline: -3%;
  }
}
.lower-company .quality__heading {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #ea4b2b;
  line-height: 1.6;
  text-align: start;
}
@media (max-width: 834px) {
  .lower-company .quality__heading {
    font-size: 2.2rem;
  }
}
.lower-company .quality__list {
  margin-top: 26px;
}
@media (max-width: 834px) {
  .lower-company .quality__list {
    margin-top: 16px;
  }
}
.lower-company .quality__item {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.8%;
  margin-top: 19px;
}
.lower-company .quality__item:first-child {
  margin-top: 0;
}
@media (max-width: 834px) {
  .lower-company .quality__item {
    font-size: 1.728rem;
    gap: 8px;
    margin-top: 10px;
    letter-spacing: 0.05em;
  }
}
.lower-company .quality__mun {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.3333333333em;
          flex: 0 0 2.3333333333em;
  width: 2.3333333333em;
  aspect-ratio: 1/1;
  background: #dac09a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
}
@media (max-width: 834px) {
  .lower-company .quality__mun {
    font-size: 1.1rem;
    margin-top: 0.15em;
  }
}
.lower-company .quality__signature {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 20px;
  text-align: start;
}
@media (max-width: 834px) {
  .lower-company .quality__signature {
    font-size: 1.3rem;
    margin-top: 18px;
  }
}
.lower-company .safety__inner {
  padding-top: 130px;
}
@media (max-width: 834px) {
  .lower-company .safety__inner {
    padding-top: 60px;
  }
}
@media (min-width: 835px) {
  .lower-company .safety__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 11.8%;
  }
}
@media (min-width: 835px) {
  .lower-company .safety .commonTitle {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media (max-width: 834px) {
  .lower-company .safety .commonTitle br {
    display: none;
  }
}
.lower-company .safety .commonTitle .eng {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media (min-width: 835px) {
  .lower-company .safety .commonTitle .eng {
    margin-left: 14px;
  }
}
@media (max-width: 834px) {
  .lower-company .safety .commonTitle .eng {
    font-size: 1.5rem;
  }
}
.lower-company .safety .commonTitle .ja {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media (min-width: 835px) {
  .lower-company .safety .commonTitle .ja {
    line-height: 1.35;
  }
}
@media (max-width: 834px) {
  .lower-company .safety .commonTitle .ja {
    font-size: 2.6rem;
  }
}
.lower-company .safety__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 835px) {
  .lower-company .safety__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 7.3%;
  }
}
@media (max-width: 834px) {
  .lower-company .safety__list {
    margin-top: 24px;
  }
}
.lower-company .safety__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 28.4%;
          flex: 1 1 28.4%;
}
@media (max-width: 834px) {
  .lower-company .safety__item {
    margin-top: 14px;
  }
  .lower-company .safety__item:first-child {
    margin-top: 0;
  }
}
.lower-company .safety__term {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #dac09a;
  line-height: 1.3;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-company .safety__term {
    font-size: 2.3rem;
    padding-bottom: 10px;
  }
}
.lower-company .safety__desc {
  margin-top: 20px;
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .lower-company .safety__desc {
    margin-top: 6px;
    font-size: 1.4rem;
  }
}
.lower-company .profile {
  position: relative;
  background: #fff9f1;
}
.lower-company .profile::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff9f1));
  background: linear-gradient(to bottom, #fff, #fff9f1);
  width: 100%;
  height: 746px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-company .profile::before {
    height: 480px;
  }
}
.lower-company .profile__inner {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 834px) {
  .lower-company .profile__inner {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.lower-company .profile .commonTitle {
  text-align: center;
}
.lower-company .profile .commonTitle .eng {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media (min-width: 835px) {
  .lower-company .profile .commonTitle .eng {
    padding-bottom: 10px;
  }
}
@media (max-width: 834px) {
  .lower-company .profile .commonTitle .eng {
    font-size: 1.5rem;
  }
}
.lower-company .profile .commonTitle .ja {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-company .profile .commonTitle .ja {
    font-size: 2.6rem;
  }
}
.lower-company .profile__list {
  max-width: 990px;
  margin-inline: auto;
  margin-top: 46px;
}
@media (max-width: 834px) {
  .lower-company .profile__list {
    margin-top: 24px;
  }
}
.lower-company .profile__item {
  margin-top: 9px;
}
@media (min-width: 835px) {
  .lower-company .profile__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
  }
}
@media (max-width: 834px) {
  .lower-company .profile__item {
    margin-top: 8px;
  }
}
.lower-company .profile__item:first-child {
  margin-top: 0;
}
.lower-company .profile__term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  background: #f0e4d3;
  border-radius: 20px 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 3.4%;
}
@media (max-width: 834px) {
  .lower-company .profile__term {
    font-size: 1.4rem;
    border-radius: 10px 10px 0 0;
    padding: 1em;
  }
}
.lower-company .profile__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  background: #fff;
  border: 1px solid #f0e4d3;
  border-radius: 0 20px 20px 0;
  padding: 32px 5.86%;
}
@media (max-width: 834px) {
  .lower-company .profile__desc {
    font-size: 1.4rem;
    border-radius: 0 0 10px 10px;
    margin-top: 8px;
    padding: 1em;
  }
}
.lower-company .profile__location {
  margin-top: 86px;
}
@media (max-width: 834px) {
  .lower-company .profile__location {
    margin-top: 50px;
  }
}
.lower-company .profile__location-heading {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  border-bottom: 1px solid currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 5px;
}
@media (max-width: 834px) {
  .lower-company .profile__location-heading {
    font-size: 2.4rem;
    padding-bottom: 3px;
  }
}
.lower-company .profile__location-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 56px 4%;
  margin-top: 60px;
}
@media (max-width: 834px) {
  .lower-company .profile__location-list {
    gap: 20px 5%;
    margin-top: 16px;
  }
}
@media (min-width: 835px) {
  .lower-company .profile__location-item {
    margin-inline: auto;
  }
}
.lower-company .profile__location-name {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  padding-left: 0.8333333333em;
}
@media (max-width: 834px) {
  .lower-company .profile__location-name {
    font-size: 1.8rem;
  }
}
.lower-company .profile__location-name::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.4166666667em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ea4b2b;
}
.lower-company .profile__location-address {
  font-size: 1.5rem;
  margin-top: 13px;
}
@media (max-width: 834px) {
  .lower-company .profile__location-address {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.lower-company .profile__location-map {
  font-weight: 700;
}
.lower-company .profile__location-map:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.17em;
  margin-right: 0.3em;
  width: 0.77em;
  height: 1em;
  -webkit-mask: url("../img/company/icon_location.png") no-repeat center center/contain;
          mask: url("../img/company/icon_location.png") no-repeat center center/contain;
  background: #f17c36;
}
.lower-company .profile__location-contact {
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .lower-company .profile__location-contact {
    font-size: 1.4rem;
  }
}
.lower-company .profile__location-tel + .profile__location-fax {
  margin-left: 10px;
}
@media (max-width: 834px) {
  .lower-company .profile__location-tel + .profile__location-fax {
    margin-left: 8px;
  }
}
.lower-company .profile__location-link {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 1.0666666667em;
  margin-top: 12px;
}
@media (max-width: 834px) {
  .lower-company .profile__location-link {
    font-size: 1.4rem;
    margin-top: 2px;
  }
}
.lower-company .profile__location-link::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: -1.0666666667em;
  width: 0.6666666667em;
  aspect-ratio: 10/11;
  background: #ea4b2b;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  pointer-events: none;
}

/* ============================================
// MEDICAL
// ==========================================*/
@media (max-width: 834px) {
  .lower-medical .about {
    background: #fff;
    border-radius: 20px 20px 0 0;
  }
}
.lower-medical .about__inner {
  max-width: 1460px;
}
.lower-medical .about__contents {
  background: #fff;
  padding-top: 120px;
}
@media (min-width: 835px) {
  .lower-medical .about__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9.1666666667%;
    padding-inline: 6.5217391304%;
    border-radius: 30px 30px 0 0;
  }
}
@media (max-width: 1200px) {
  .lower-medical .about__contents {
    gap: 7.3333333333%;
    padding-inline: 4.6376811594%;
  }
}
@media (max-width: 834px) {
  .lower-medical .about__contents {
    padding-inline: 0;
    padding-top: 40px;
  }
}
.lower-medical .about__image-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.1%;
          flex: 0 0 45.1%;
  max-width: 541px;
  margin-inline: auto;
}
.lower-medical .about__image {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-medical .about__image {
    border-radius: 10px;
  }
}
.lower-medical .about__image img {
  aspect-ratio: 541/361;
}
.lower-medical .about__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .lower-medical .about__text-block {
    margin-top: 24px;
  }
}
.lower-medical .about__lead {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (min-width: 835px) {
  .lower-medical .about__lead {
    text-align: center;
  }
}
@media (max-width: 834px) {
  .lower-medical .about__lead {
    font-size: 1.8rem;
  }
  .lower-medical .about__lead br {
    display: none;
  }
}
.lower-medical .about__title {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #ea4b2b;
  line-height: 1.6;
  border: 1px solid currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.155em 0.6em;
  border-radius: 5px;
  margin-top: 22px;
}
@media (max-width: 834px) {
  .lower-medical .about__title {
    font-size: 2.15rem;
    border-radius: 3px;
    margin-top: 16px;
  }
}
.lower-medical .about__description {
  margin-top: 18px;
}
@media (max-width: 834px) {
  .lower-medical .about__description {
    margin-top: 16px;
  }
}
.lower-medical .commitment__inner {
  padding-top: 100px;
}
@media (max-width: 834px) {
  .lower-medical .commitment__inner {
    padding-top: 60px;
  }
}
.lower-medical .commitment .commonTitle {
  text-align: center;
}
.lower-medical .commitment .commonTitle .eng {
  letter-spacing: 0.1em;
}
@media (min-width: 835px) {
  .lower-medical .commitment .commonTitle .eng {
    font-size: 1.6rem;
  }
}
.lower-medical .commitment .commonTitle .ja {
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media (min-width: 835px) {
  .lower-medical .commitment .commonTitle .ja {
    margin-top: 6px;
  }
}
@media (min-width: 835px) {
  .lower-medical .commitment__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 36px;
    margin-top: 62px;
  }
}
@media (max-width: 834px) {
  .lower-medical .commitment__list {
    margin-top: 20px;
  }
}
@media (min-width: 835px) {
  .lower-medical .commitment__item {
    margin-inline: auto;
    max-width: 200px;
  }
}
@media (max-width: 834px) {
  .lower-medical .commitment__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-top: 16px;
    padding-top: 10px;
    background: linear-gradient(to right, #d5d5d5, #d5d5d5 4px, transparent 2px, transparent 4px) left top/6px 1px repeat-x;
  }
  .lower-medical .commitment__item:first-child {
    margin-top: 0;
    padding-top: 0;
    background: none;
  }
}
@media (max-width: 834px) {
  .lower-medical .commitment__image-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(88px, 12.4700239808vw, 104px);
            flex: 0 0 clamp(88px, 12.4700239808vw, 104px);
    margin-left: -3%;
  }
}
.lower-medical .commitment__mun {
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #dac09a;
  line-height: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-medical .commitment__mun {
    font-size: clamp(2.6rem, 3.8369304556vw, 3.2rem);
  }
}
.lower-medical .commitment__image {
  max-width: 200px;
  margin-inline: auto;
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-medical .commitment__image {
    max-width: 104px;
    margin-top: 5px;
  }
}
.lower-medical .commitment__image img {
  aspect-ratio: 200/160;
}
@media (min-width: 835px) {
  .lower-medical .commitment__description {
    margin-top: 30px;
  }
}
@media (max-width: 834px) {
  .lower-medical .commitment__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lower-medical .ingredient {
  position: relative;
  background: #fff9f1;
}
.lower-medical .ingredient::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff9f1));
  background: linear-gradient(to bottom, #fff, #fff9f1);
  position: absolute;
  inset: 0 0 50%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-medical .ingredient::before {
    inset: 0 0 80%;
  }
}
.lower-medical .ingredient__inner {
  padding-top: 116px;
  padding-bottom: 124px;
}
@media (max-width: 834px) {
  .lower-medical .ingredient__inner {
    padding-top: 60px;
    padding-bottom: 48px;
  }
}
.lower-medical .ingredient .commonTitle {
  text-align: center;
}
.lower-medical .ingredient .commonTitle .eng {
  letter-spacing: 0.1em;
}
@media (min-width: 835px) {
  .lower-medical .ingredient .commonTitle .eng {
    font-size: 1.6rem;
  }
}
.lower-medical .ingredient .commonTitle .ja {
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media (min-width: 835px) {
  .lower-medical .ingredient .commonTitle .ja {
    margin-top: 6px;
  }
}
.lower-medical .ingredient__description {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 835px) {
  .lower-medical .ingredient__description {
    margin-top: 44px;
    text-align: center;
  }
}
@media (max-width: 834px) {
  .lower-medical .ingredient__description {
    margin-top: 20px;
  }
}
.lower-medical .ingredient__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 48px 2.1666666667%;
  margin-top: 62px;
}
@media (max-width: 834px) {
  .lower-medical .ingredient__list {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 24px 16px;
    margin-top: 30px;
  }
}
.lower-medical .ingredient__item {
  margin-inline: auto;
  max-width: 280px;
}
.lower-medical .ingredient__image {
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-medical .ingredient__image {
    border-radius: 10px;
  }
}
.lower-medical .ingredient__image img {
  aspect-ratio: 280/187;
}
.lower-medical .ingredient__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: -25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-medical .ingredient__label {
    gap: 6px;
    margin-top: -19px;
  }
}
.lower-medical .ingredient__label-text {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  border-radius: 100vmax;
  background: #2dc142;
  padding: 0.45em 1.525em;
}
@media (max-width: 834px) {
  .lower-medical .ingredient__label-text {
    font-size: 1.55rem;
  }
}
.lower-medical .ingredient__item-description {
  margin-top: 14px;
}
@media (max-width: 834px) {
  .lower-medical .ingredient__item-description {
    margin-top: 6px;
  }
}
.lower-medical .merit__inner {
  padding-top: 120px;
  padding-bottom: 130px;
}
@media (max-width: 834px) {
  .lower-medical .merit__inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.lower-medical .merit__title-sub {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #dac09a;
  line-height: 1.6;
  border-bottom: 1px solid currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 16px;
}
@media (max-width: 834px) {
  .lower-medical .merit__title-sub {
    font-size: 1.5rem;
    padding-bottom: 8px;
  }
}
.lower-medical .merit__title-sub::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 14px solid #dac09a;
  border-bottom: 0;
}
@media (max-width: 834px) {
  .lower-medical .merit__title-sub::before {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 12px solid #dac09a;
  }
}
.lower-medical .merit__title-sub::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0;
}
@media (max-width: 834px) {
  .lower-medical .merit__title-sub::after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #fff;
  }
}
.lower-medical .merit__title-main {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 24px;
}
@media (min-width: 835px) {
  .lower-medical .merit__title-main br {
    display: none;
  }
}
@media (max-width: 834px) {
  .lower-medical .merit__title-main {
    font-size: 2.2rem;
    margin-top: 16px;
    text-align: center;
  }
}
.lower-medical .merit__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.3333333333%;
}
@media (min-width: 835px) {
  .lower-medical .merit__main {
    margin-top: 38px;
  }
}
@media (max-width: 834px) {
  .lower-medical .merit__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lower-medical .merit__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .lower-medical .merit__text-block {
    margin-top: 10px;
  }
}
.lower-medical .merit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-top: 26px;
  padding-bottom: 21px;
  padding-left: 2.2544283414%;
  background: linear-gradient(to right, #d5d5d5, #d5d5d5 4px, transparent 2px, transparent 4px) left top/6px 1px repeat-x;
}
@media (max-width: 834px) {
  .lower-medical .merit__item {
    gap: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.lower-medical .merit__item:first-child {
  background: none;
}
.lower-medical .merit__mun {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.2222222222em;
          flex: 0 0 2.2222222222em;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
  width: 2.2222222222em;
  height: 100%;
  aspect-ratio: 1/1;
  background: #dac09a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.1em;
}
@media (max-width: 834px) {
  .lower-medical .merit__mun {
    font-size: 1.35rem;
  }
}
.lower-medical .merit__mun::before {
  content: "";
  position: absolute;
  top: -0.8em;
  left: -0.6em;
  width: 1.6666666667em;
  aspect-ratio: 30/27;
  background: url(../img/medical/icon_merit_point.png) center center/contain no-repeat;
}
.lower-medical .merit__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(1.9rem, 1.6666666667vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (min-width: 835px) {
  .lower-medical .merit__item-text {
    padding-top: 0.15em;
  }
}
@media (max-width: 834px) {
  .lower-medical .merit__item-text {
    font-size: 1.7rem;
  }
}
.lower-medical .merit__item-emphasis {
  color: #ea4b2b;
}
.lower-medical .merit__image-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41%;
          flex: 0 0 41%;
  max-width: 491px;
  margin-inline: auto;
}
.lower-medical .merit__image {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 62px;
}
@media (max-width: 834px) {
  .lower-medical .merit__image {
    border-radius: 10px;
    margin-top: 20px;
  }
}
.lower-medical .merit__image img {
  aspect-ratio: 491/328;
}
.lower-medical .merit__disaster {
  max-width: 1100px;
  margin-inline: auto;
  border: 1px solid #ea4b2b;
  border-radius: 20px;
  padding: 62px 6.6666666667%;
  margin-top: 60px;
}
@media (max-width: 834px) {
  .lower-medical .merit__disaster {
    border-radius: 10px;
    padding: 24px 6%;
    margin-top: 16px;
  }
}
.lower-medical .merit__disaster-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #ea4b2b;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-medical .merit__disaster-title {
    font-size: 2.1rem;
  }
}
.lower-medical .merit__disaster-description {
  margin-top: 22px;
}
@media (max-width: 834px) {
  .lower-medical .merit__disaster-description {
    margin-top: 10px;
  }
}
.lower-medical .food {
  background: #fff9f1;
}
.lower-medical .food__inner {
  padding-top: 124px;
  padding-bottom: 130px;
}
@media (max-width: 834px) {
  .lower-medical .food__inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.lower-medical .food .commonTitle {
  text-align: center;
}
.lower-medical .food .commonTitle .eng {
  letter-spacing: 0.1em;
}
@media (min-width: 835px) {
  .lower-medical .food .commonTitle .eng {
    font-size: 1.6rem;
  }
}
.lower-medical .food .commonTitle .ja {
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media (min-width: 835px) {
  .lower-medical .food .commonTitle .ja {
    margin-top: 6px;
  }
}
.lower-medical .food__list {
  margin-top: 56px;
}
@media (min-width: 835px) {
  .lower-medical .food__list {
    gap: 32px 3.1666666667%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}
@media (max-width: 834px) {
  .lower-medical .food__list {
    margin-top: 20px;
  }
}
@media (max-width: 834px) {
  .lower-medical .food__item {
    margin-top: 16px;
  }
  .lower-medical .food__item:first-child {
    margin-top: 0;
  }
}
.lower-medical .food__item a {
  position: relative;
  background: #fff;
  border: 1px solid #f0e4d3;
  border-radius: 20px;
  padding: 51px 8.8% 42px 8.3%;
  height: 100%;
  display: block;
}
@media (min-width: 835px) {
  .lower-medical .food__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10%;
  }
}
@media (max-width: 1250px) {
  .lower-medical .food__item a {
    padding: 51px 7.3% 42px 6.8%;
    gap: 8%;
  }
}
@media (max-width: 834px) {
  .lower-medical .food__item a {
    border-radius: 10px;
    padding: 32px 7% 40px;
  }
}
@media (any-hover: hover) {
  .lower-medical .food__item a:hover {
    opacity: 1;
  }
  .lower-medical .food__item a:hover .food__image img {
    scale: 1.05;
  }
  .lower-medical .food__item a:hover .food__icon {
    background: #ff4824;
    scale: 1.05;
  }
}
.lower-medical .food__image-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.7%;
          flex: 0 0 41.7%;
  max-width: 200px;
  margin-inline: auto;
}
.lower-medical .food__image {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-medical .food__image {
    border-radius: 6px;
  }
}
.lower-medical .food__image img {
  aspect-ratio: 200/134;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.lower-medical .food__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .lower-medical .food__text-block {
    margin-top: 14px;
  }
}
.lower-medical .food__heading {
  font-size: clamp(1.75rem, 1.6vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  background: #dac09a;
  padding: 0.2em 0.7em;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .lower-medical .food__heading {
    font-size: 1.8rem;
    border-radius: 4px;
  }
}
.lower-medical .food__heading-sub {
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .lower-medical .food__heading-sub {
    font-size: 1.3rem;
  }
}
.lower-medical .food__description {
  margin-top: 8px;
}
@media (max-width: 834px) {
  .lower-medical .food__description {
    margin-top: 6px;
  }
}
.lower-medical .food__icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 14px;
  right: 14px;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ea4b2b;
  pointer-events: none;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .lower-medical .food__icon {
    bottom: 10px;
    right: 10px;
    width: 28px;
  }
}
.lower-medical .food__icon::before {
  content: "";
  width: 10px;
  aspect-ratio: 10/8;
  background: url(../img/common/arrow.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-medical .inquiry__inner {
  padding-top: 116px;
  padding-bottom: 32px;
}
@media (max-width: 834px) {
  .lower-medical .inquiry__inner {
    padding-top: 48px;
    padding-bottom: 0;
  }
}
.lower-medical .inquiry__title {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #000;
  line-height: 1.6;
  border-bottom: 1px solid currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 4px;
}
@media (min-width: 835px) {
  .lower-medical .inquiry__title br {
    display: none;
  }
}
@media (max-width: 834px) {
  .lower-medical .inquiry__title {
    font-size: 2.3rem;
    text-align: center;
    padding-bottom: 6px;
  }
}
.lower-medical .inquiry__lead {
  margin-top: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-medical .inquiry__lead {
    margin-top: 20px;
  }
}
.lower-medical .inquiry__methods {
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 52px;
}
@media (min-width: 835px) {
  .lower-medical .inquiry__methods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 7.5471698113%;
  }
}
@media (min-width: 1201px) {
  .lower-medical .inquiry__methods {
    padding-inline: 20px;
  }
}
@media (max-width: 1150px) {
  .lower-medical .inquiry__methods {
    gap: 32px 5.308056872%;
  }
}
@media (max-width: 834px) {
  .lower-medical .inquiry__methods {
    margin-top: 20px;
  }
}
.lower-medical .inquiry__method {
  max-width: 300px;
}
@media (max-width: 834px) {
  .lower-medical .inquiry__method {
    max-width: clamp(260px, 40.7673860911vw, 340px);
    margin-inline: auto;
    margin-top: 24px;
  }
}
.lower-medical .inquiry__method-title {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  background: #2dc142;
  border-radius: 4px;
  padding: 0.239em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-medical .inquiry__method-title {
    border-radius: 2px;
  }
}
.lower-medical .inquiry__method-tel, .lower-medical .inquiry__method-fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4%;
  font-size: clamp(3.9rem, 3.652173913vw, 4.2rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #000;
  line-height: 1;
  margin-top: 12px;
  margin-left: 5px;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .lower-medical .inquiry__method-tel, .lower-medical .inquiry__method-fax {
    font-size: 3.2rem;
    gap: 10px;
    margin-top: 8px;
    margin-left: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lower-medical .inquiry__method-tel::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.8333333333em;
          flex: 0 0 0.8333333333em;
  width: 0.8333333333em;
  aspect-ratio: 1/1;
  background: url(../img/medical/icon_inquiry_tel.png) center center/contain no-repeat;
}
.lower-medical .inquiry__method-fax::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.8333333333em;
          flex: 0 0 0.8333333333em;
  width: 0.8333333333em;
  aspect-ratio: 35/30;
  background: url(../img/medical/icon_inquiry_fax.png) center center/contain no-repeat;
}
.lower-medical .inquiry__method-link {
  margin-top: 19px;
  margin-inline: 5px;
}
@media (max-width: 834px) {
  .lower-medical .inquiry__method-link {
    margin-top: 14px;
  }
}
.lower-medical .inquiry__method-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  background: #ea4b2b;
  border-radius: 100vmax;
  padding: 1.367em 1em;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.lower-medical .inquiry__method-link a::before {
  content: "";
  display: block;
  width: 1.3333333333em;
  aspect-ratio: 20/13;
  background: url(../img/medical/icon_inquiry_mail.png) center center/contain no-repeat;
}
@media (any-hover: hover) {
  .lower-medical .inquiry__method-link a:hover {
    opacity: 1;
    background: #ff4824;
  }
}
.lower-medical .inquiry__method-time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 12px;
}
@media (max-width: 834px) {
  .lower-medical .inquiry__method-time {
    margin-top: 9px;
  }
}
.lower-medical .inquiry__method-label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  background: #dac09a;
  border-radius: 4px;
  padding: 0.3em 0.516em 0.535em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media (max-width: 834px) {
  .lower-medical .inquiry__method-label {
    font-size: 1.1rem;
    border-radius: 2px;
  }
}
.lower-medical .inquiry__method-value {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  color: #000;
  line-height: 1.6;
  margin-left: 14px;
}
@media (max-width: 834px) {
  .lower-medical .inquiry__method-value {
    font-size: 1.3rem;
  }
}
.lower-medical .inquiry__annotation-list {
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 72px;
}
@media (max-width: 834px) {
  .lower-medical .inquiry__annotation-list {
    margin-top: 30px;
  }
}
.lower-medical .inquiry__annotation-item {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  margin-top: 0;
}
@media (max-width: 834px) {
  .lower-medical .inquiry__annotation-item {
    font-size: 1.3rem;
  }
}

/* ============================================
// EVENT
// ==========================================*/
@media (max-width: 834px) {
  .lower-event .message {
    background: #fff;
    border-radius: 20px 20px 0 0;
  }
}
.lower-event .message__inner {
  max-width: 1460px;
}
.lower-event .message__contents {
  background: #fff;
  border-radius: 30px 30px 0 0;
  padding-top: 120px;
  padding-inline: 6%;
}
@media (max-width: 834px) {
  .lower-event .message__contents {
    padding-inline: 0;
    padding-top: 40px;
  }
}
.lower-event .message__heading {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (min-width: 835px) {
  .lower-event .message__heading {
    text-align: center;
  }
}
@media (max-width: 834px) {
  .lower-event .message__heading {
    font-size: 2.15rem;
  }
  .lower-event .message__heading br {
    display: none;
  }
}
.lower-event .message__emphasis {
  color: #ea4b2b;
}
.lower-event .message__lead {
  max-width: 868px;
  margin-inline: auto;
  margin-top: 28px;
}
@media (max-width: 834px) {
  .lower-event .message__lead {
    margin-top: 16px;
  }
}
.lower-event .message__images {
  max-width: 940px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  overflow: hidden;
  margin-inline: auto;
  margin-top: 118px;
}
@media (max-width: 834px) {
  .lower-event .message__images {
    margin-top: 24px;
    border-radius: 10px;
  }
}
@media (min-width: 641px) {
  .lower-event .message__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 640px) {
  .lower-event .message__images {
    width: 85%;
  }
}
.lower-event .message__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 470px;
}
.lower-event .message__image img {
  aspect-ratio: 470/315;
}
.lower-event .event {
  position: relative;
  background: #fff9f1;
}
.lower-event .event::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff9f1));
  background: linear-gradient(to bottom, #fff, #fff9f1);
  position: absolute;
  inset: 0 0 50%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-event .event::before {
    inset: 0 0 80%;
  }
}
.lower-event .event__inner {
  padding-top: 120px;
  padding-bottom: 130px;
}
@media (max-width: 834px) {
  .lower-event .event__inner {
    padding-top: 60px;
    padding-bottom: 48px;
  }
}
.lower-event .event .commonTitle {
  text-align: center;
}
.lower-event .event .commonTitle .eng {
  letter-spacing: 0.1em;
}
@media (min-width: 835px) {
  .lower-event .event .commonTitle .eng {
    font-size: 1.6rem;
  }
}
.lower-event .event .commonTitle .ja {
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media (min-width: 835px) {
  .lower-event .event .commonTitle .ja {
    margin-top: 6px;
  }
}
@media (min-width: 835px) {
  .lower-event .event__lead {
    margin-top: 38px;
    text-align: center;
  }
}
@media (max-width: 834px) {
  .lower-event .event__lead {
    margin-top: 20px;
  }
  .lower-event .event__lead br {
    display: none;
  }
}
.lower-event .event__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 74px 3.3333333333%;
  margin-top: 88px;
}
@media (max-width: 834px) {
  .lower-event .event__list {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 52px;
  }
}
.lower-event .event__item {
  position: relative;
  background: #fff;
  border: 1px solid #f0e4d3;
  border-radius: 20px;
  padding: 50px 8.4482758621%;
}
@media (min-width: 641px) {
  .lower-event .event__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7.9166666667%;
  }
}
@media (max-width: 834px) {
  .lower-event .event__item {
    border-radius: 10px;
    padding: 40px 6% 24px;
    gap: 5%;
  }
}
.lower-event .event__month {
  position: absolute;
  top: -56px;
  left: clamp(21px, 2.25vw, 27px);
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-event .event__month {
    font-size: 3.1rem;
    top: -40px;
    left: 10px;
  }
}
.lower-event .event__month-eng {
  position: absolute;
  top: 20px;
  right: 3.1034482759%;
  font-family: "Crimson Text", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #dac09a;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-event .event__month-eng {
    top: 14px;
    right: 14px;
    font-size: 1.4rem;
  }
}
.lower-event .event__num {
  position: relative;
  bottom: -3px;
  font-size: 1.7619047619em;
  color: #ea4b2b;
}
.lower-event .event__image-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.9%;
          flex: 0 0 41.9%;
  max-width: 200px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-event .event__image-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}
@media (max-width: 640px) {
  .lower-event .event__image-block {
    margin-bottom: 16px;
  }
}
.lower-event .event__image {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-event .event__image {
    border-radius: 5px;
  }
}
.lower-event .event__image img {
  aspect-ratio: 200/150;
}
.lower-event .event__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lower-event .event__heading {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .lower-event .event__heading {
    font-size: 2.2rem;
  }
}
.lower-event .event__description {
  margin-top: 6px;
}
@media (max-width: 834px) {
  .lower-event .event__description {
    margin-top: 4px;
  }
}
.lower-event .option__inner {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .lower-event .option__inner {
    padding-top: 48px;
    padding-bottom: 0;
  }
}
.lower-event .option .commonTitle {
  text-align: center;
}
.lower-event .option .commonTitle .eng {
  letter-spacing: 0.1em;
}
@media (min-width: 835px) {
  .lower-event .option .commonTitle .eng {
    font-size: 1.6rem;
  }
}
.lower-event .option .commonTitle .ja {
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media (min-width: 835px) {
  .lower-event .option .commonTitle .ja {
    margin-top: 6px;
  }
}
.lower-event .option__list {
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .lower-event .option__list {
    margin-top: 20px;
  }
}
.lower-event .option__item {
  background: #fff9f1;
  border: 1px solid #f0e4d3;
  border-radius: 20px;
  padding: 18px 3.5454545455%;
  margin-top: 20px;
}
.lower-event .option__item:first-child {
  margin-top: 0;
}
@media (min-width: 835px) {
  .lower-event .option__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.8708414873%;
  }
}
@media (max-width: 834px) {
  .lower-event .option__item {
    border-radius: 10px;
    padding: 16px 6%;
    margin-top: 16px;
  }
}
.lower-event .option__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(30.4px, 3.1666666667vw, 38px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}
@media (max-width: 834px) {
  .lower-event .option__card {
    gap: 16px;
  }
}
.lower-event .option__icon {
  width: 101px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 101px;
          flex: 0 0 101px;
}
@media (max-width: 834px) {
  .lower-event .option__icon {
    width: 70.7px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.7px;
            flex: 0 0 70.7px;
  }
}
.lower-event .option__heading {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #ea4b2b;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-event .option__heading {
    font-size: 2.2rem;
  }
}
.lower-event .option__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-event .option__description {
    margin-top: 4px;
  }
}

/* ============================================
// PUDDING
// ==========================================*/
.lower-pudding .commonTitle {
  text-align: center;
}
.lower-pudding .commonTitle .eng {
  letter-spacing: 0.1em;
}
@media (min-width: 835px) {
  .lower-pudding .commonTitle .eng {
    font-size: 1.6rem;
  }
}
.lower-pudding .commonTitle .ja {
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media (min-width: 835px) {
  .lower-pudding .commonTitle .ja {
    margin-top: 6px;
  }
}
@media (max-width: 834px) {
  .lower-pudding .comparison {
    background: #fff;
    border-radius: 20px 20px 0 0;
  }
}
.lower-pudding .comparison__inner {
  max-width: 1460px;
  padding-bottom: 130px;
}
@media (max-width: 834px) {
  .lower-pudding .comparison__inner {
    padding-bottom: 48px;
  }
}
.lower-pudding .comparison__contents {
  position: relative;
  background: #fff;
  border-radius: 30px 30px 0 0;
  padding-top: 120px;
  padding-inline: 3.1%;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-pudding .comparison__contents {
    padding-inline: 0;
    padding-top: 40px;
  }
}
.lower-pudding .comparison__image-block {
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(104px, 10.3174603175vw, 130px);
}
@media (max-width: 834px) {
  .lower-pudding .comparison__image-block {
    margin-top: 20px;
    gap: clamp(16px, 4.7961630695vw, 40px);
  }
}
.lower-pudding .comparison__image-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 300px;
}
.lower-pudding .comparison__image {
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-pudding .comparison__image {
    border-radius: 10px;
  }
}
.lower-pudding .comparison__image img {
  aspect-ratio: 1/1;
}
.lower-pudding .comparison__label {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  background: #2dc142;
  border-radius: 5px;
  padding: 0.2em 0.8em;
  margin-top: -26px;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-pudding .comparison__label {
    font-size: 1.8rem;
    border-radius: 3px;
    margin-top: -19px;
  }
}
.lower-pudding .comparison__list {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
  background: #fff;
  border: 1px solid #f0e4d3;
  border-radius: 20px;
  margin-top: 60px;
  padding: 70px 6.181%;
}
@media (max-width: 834px) {
  .lower-pudding .comparison__list {
    margin-top: 20px;
    border-radius: 10px;
    padding: 16px 6% 24px;
  }
}
.lower-pudding .comparison__list::before {
  content: "";
  position: absolute;
  inset: -232px -50vw -130px;
  background: #fff9f1;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-pudding .comparison__list::before {
    inset: -112px -50vw -48px;
  }
}
.lower-pudding .comparison__item {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 1%;
  background: linear-gradient(to right, #d5d5d5, #d5d5d5 4px, transparent 2px, transparent 4px) left top/6px 1px repeat-x;
}
.lower-pudding .comparison__item:first-child {
  background: none;
  padding-top: 0;
}
.lower-pudding .comparison__item:last-child {
  padding-bottom: 0;
}
@media (min-width: 835px) {
  .lower-pudding .comparison__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.0511727079%;
  }
}
@media (max-width: 834px) {
  .lower-pudding .comparison__item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.lower-pudding .comparison__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(32px, 3.1746031746vw, 40px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(209.6px, 20.7936507937vw, 262px);
          flex: 0 0 clamp(209.6px, 20.7936507937vw, 262px);
}
@media (max-width: 834px) {
  .lower-pudding .comparison__card {
    gap: 12px;
  }
}
.lower-pudding .comparison__icon {
  width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
@media (max-width: 834px) {
  .lower-pudding .comparison__icon {
    width: 84px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 84px;
            flex: 0 0 84px;
  }
}
.lower-pudding .comparison__heading {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #222222;
  line-height: 1.6;
  border: 1px solid currentColor;
  border-radius: 5px;
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.15em 0.3em 0.205em;
}
@media (max-width: 834px) {
  .lower-pudding .comparison__heading {
    font-size: 1.8rem;
    border-radius: 3px;
    min-width: 88px;
  }
}
.lower-pudding .comparison__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-pudding .comparison__description {
    margin-top: 8px;
  }
}
.lower-pudding .cooking__inner {
  padding-top: 150px;
  padding-bottom: 100px;
  margin-bottom: 56px;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__inner {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-bottom: 0;
  }
}
.lower-pudding .cooking__contents {
  position: relative;
}
.lower-pudding .cooking__contents::before {
  content: "";
  position: absolute;
  top: 50px;
  left: clamp(43.2px, 5.1428571429vw, 72px);
  width: 77px;
  aspect-ratio: 77/116;
  background: url(../img/pudding/illust_cooking_deco_01.png) center center/contain no-repeat;
  -webkit-animation: 3s fuwafuwa infinite 100ms;
          animation: 3s fuwafuwa infinite 100ms;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__contents::before {
    top: 0;
    left: 2%;
    width: 30.8px;
    -webkit-animation: 3s fuwafuwa-sp infinite 100ms;
            animation: 3s fuwafuwa-sp infinite 100ms;
  }
}
.lower-pudding .cooking__contents::after {
  content: "";
  position: absolute;
  top: 37px;
  right: 0;
  width: 198px;
  aspect-ratio: 198/138;
  background: url(../img/pudding/illust_cooking_deco_02.png) center center/contain no-repeat;
  -webkit-animation: 3s fuwafuwa infinite 100ms;
          animation: 3s fuwafuwa infinite 100ms;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__contents::after {
    top: 0;
    right: -3%;
    width: 79.2px;
    -webkit-animation: 3s fuwafuwa-sp infinite 100ms;
            animation: 3s fuwafuwa-sp infinite 100ms;
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
  }
}
.lower-pudding .cooking .commonTitle {
  max-width: clamp(560px, 53.8461538462vw, 700px);
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-pudding .cooking .commonTitle {
    max-width: clamp(210px, 50.3597122302vw, 420px);
  }
}
.lower-pudding .cooking__lead {
  margin-top: 32px;
  max-width: clamp(656px, 63.0769230769vw, 820px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__lead {
    margin-top: 20px;
  }
}
.lower-pudding .cooking__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(176px, 18.3333333333vw, 220px), 1fr));
  gap: 56px 2.25%;
  margin-top: 96px;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__list {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.lower-pudding .cooking__item {
  position: relative;
  background: #fff9f1;
  border: 1px solid #f0e4d3;
  border-radius: 15px;
  padding: 50px clamp(33.6px, 3.4285714286vw, 48px) 40px;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__item {
    border-radius: 10px;
    padding: 34px 5% 16px;
  }
}
.lower-pudding .cooking__item:first-child .cooking__arrow {
  display: none;
}
.lower-pudding .cooking__num {
  position: absolute;
  top: -44px;
  left: 24px;
  font-size: 6.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #dac09a;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__num {
    font-size: 5rem;
    top: -30px;
    left: 10px;
  }
}
.lower-pudding .cooking__image {
  max-width: 180px;
  border-radius: 10px;
  overflow: hidden;
  margin-inline: auto;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__image {
    border-radius: 5px;
  }
}
.lower-pudding .cooking__image img {
  aspect-ratio: 1/1;
}
.lower-pudding .cooking__description {
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__description {
    font-size: 1.4rem;
  }
}
.lower-pudding .cooking__arrow {
  position: absolute;
  top: 50%;
  left: -45px;
  translate: 0 -50%;
  width: 60px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #f0e4d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1150px) {
  .lower-pudding .cooking__arrow {
    left: -42px;
  }
}
@media (max-width: 834px) {
  .lower-pudding .cooking__arrow {
    top: auto;
    bottom: calc(100% - 8px);
    left: 50%;
    translate: -50% 0;
    width: 50px;
  }
}
.lower-pudding .cooking__arrow::before {
  content: "";
  width: 20px;
  aspect-ratio: 20/17;
  background: url(../img/pudding/icon_cooking_arrow.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__arrow::before {
    rotate: 90deg;
    width: 17px;
  }
}
.lower-pudding .cooking__menu {
  position: relative;
  padding-top: 88px;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__menu {
    padding-top: 50px;
  }
}
.lower-pudding .cooking__menu::before {
  content: "";
  position: absolute;
  inset: 0 -50vw -100px;
  background: #fff9f1;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__menu::before {
    inset: 0 -50vw -48px;
  }
}
.lower-pudding .cooking__menu::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff9f1));
  background: linear-gradient(to bottom, #fff, #fff9f1);
  position: absolute;
  inset: 0 -50vw 70%;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__menu::after {
    inset: 0 -50vw 90%;
  }
}
.lower-pudding .cooking__menu-title {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #000;
  line-height: 1.6;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__menu-title {
    font-size: 2.4rem;
    padding-bottom: 2px;
  }
}
@media (min-width: 835px) {
  .lower-pudding .cooking__menu-lead {
    text-align: center;
    margin-top: 48px;
  }
}
@media (max-width: 834px) {
  .lower-pudding .cooking__menu-lead {
    margin-top: 20px;
  }
}
.lower-pudding .cooking__menu-block {
  margin-top: 66px;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__menu-block {
    margin-top: 32px;
  }
}
.lower-pudding .cooking__menu-block:nth-child(1 of .cooking__menu-block) {
  margin-top: 48px;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__menu-block:nth-child(1 of .cooking__menu-block) {
    margin-top: 24px;
  }
}
.lower-pudding .cooking__menu-name {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #000;
  line-height: 1.6;
  padding-left: 0.71875em;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__menu-name {
    font-size: 2rem;
  }
}
.lower-pudding .cooking__menu-name::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.40625em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ea4b2b;
}
.lower-pudding .cooking__menu-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(176px, 18.3333333333vw, 220px), 1fr));
  gap: 30px 2.25%;
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__menu-list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 16px;
  }
}
.lower-pudding .cooking__menu-item {
  position: relative;
  background: #fff;
  border: 1px solid #f0e4d3;
  border-radius: 15px;
  padding: 50px clamp(33.6px, 3.4285714286vw, 48px) 34px;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__menu-item {
    border-radius: 10px;
    padding: 32px 5% 24px;
  }
}
.lower-pudding .cooking__menu-item:first-child .cooking__menu-arrow {
  display: none;
}
.lower-pudding .cooking__menu-image {
  max-width: 180px;
  border-radius: 10px;
  overflow: hidden;
  margin-inline: auto;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__menu-image {
    border-radius: 5px;
  }
}
.lower-pudding .cooking__menu-image img {
  aspect-ratio: 1/1;
}
.lower-pudding .cooking__menu-description {
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__menu-description {
    font-size: 1.4rem;
  }
}
.lower-pudding .cooking__menu-arrow {
  position: absolute;
  top: 50%;
  left: -45px;
  translate: 0 -50%;
  width: 60px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #f0e4d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1150px) {
  .lower-pudding .cooking__menu-arrow {
    left: -42px;
  }
}
@media (max-width: 834px) {
  .lower-pudding .cooking__menu-arrow {
    top: auto;
    bottom: calc(100% - 14px);
    left: 50%;
    translate: -50% 0;
    width: 50px;
  }
}
.lower-pudding .cooking__menu-arrow::before {
  content: "";
  width: 20px;
  aspect-ratio: 20/17;
  background: url(../img/pudding/icon_cooking_arrow.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-pudding .cooking__menu-arrow::before {
    rotate: 90deg;
    width: 17px;
  }
}

/* ============================================
// FOOD
// ==========================================*/
.lower-food .commonTitle {
  text-align: center;
}
.lower-food .commonTitle .eng {
  letter-spacing: 0.1em;
}
@media (min-width: 835px) {
  .lower-food .commonTitle .eng {
    font-size: 1.6rem;
  }
}
.lower-food .commonTitle .ja {
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media (min-width: 835px) {
  .lower-food .commonTitle .ja {
    margin-top: 6px;
  }
}
@media (max-width: 834px) {
  .lower-food .intro {
    background: #fff;
    border-radius: 20px 20px 0 0;
  }
}
.lower-food .intro__inner {
  max-width: 1460px;
}
.lower-food .intro__contents {
  position: relative;
  background: #fff;
  border-radius: 30px 30px 0 0;
  padding-top: 120px;
  padding-inline: 5%;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-food .intro__contents {
    padding-inline: 0;
    padding-top: 40px;
  }
}
.lower-food .intro__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  max-width: 1200px;
  margin-inline: auto;
  padding-left: clamp(0px, 3.5714285714vw, 50px);
}
@media (max-width: 1370px) {
  .lower-food .intro__feature {
    padding-left: 0;
  }
}
@media (max-width: 1310px) {
  .lower-food .intro__feature {
    gap: 3%;
  }
}
@media (max-width: 834px) {
  .lower-food .intro__feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 6px;
  }
}
.lower-food .intro__lead {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(2.12rem, 2vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.48;
}
@media (min-width: 835px) {
  .lower-food .intro__lead {
    padding-top: 28px;
  }
}
@media (max-width: 834px) {
  .lower-food .intro__lead {
    font-size: 1.85rem;
  }
}
.lower-food .intro__emphasis {
  display: inline-block;
  color: #fff;
  background: #128d4a;
  border-radius: 0.3846153846em;
  padding: 0.25em 0.656em 0.309em;
  margin-top: 0.7307692308em;
  margin-bottom: 0.6538461538em;
  margin-right: 0.5769230769em;
}
.lower-food .intro__emphasis:nth-child(n+2 of .intro__emphasis) {
  margin-top: 0;
}
.lower-food .intro__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55.2%;
          flex: 0 0 55.2%;
  max-width: 634px;
}
@media (max-width: 834px) {
  .lower-food .intro__image {
    max-width: 540px;
    margin-inline: auto;
  }
}
.lower-food .intro__list {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
  padding-top: 74px;
  padding-bottom: 72px;
  margin-top: 100px;
}
@media (min-width: 835px) {
  .lower-food .intro__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(160px, 16.6666666667vw, 200px), 1fr));
    gap: 40px 4.6%;
  }
}
@media (max-width: 834px) {
  .lower-food .intro__list {
    padding-top: 24px;
    padding-bottom: 40px;
    margin-top: 48px;
  }
}
.lower-food .intro__list::before {
  content: "";
  position: absolute;
  inset: 0 -50vw;
  background: #fff9f1;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 835px) {
  .lower-food .intro__item {
    max-width: 260px;
    margin-inline: auto;
  }
}
@media (max-width: 834px) {
  .lower-food .intro__item {
    margin-top: 20px;
    padding-top: 20px;
    background: linear-gradient(to right, #d5d5d5, #d5d5d5 4px, transparent 2px, transparent 4px) left top/6px 1px repeat-x;
  }
  .lower-food .intro__item:first-child {
    margin-top: 0;
    padding-top: 0;
    background: none;
  }
}
@media (max-width: 834px) {
  .lower-food .intro__item-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
@media (min-width: 835px) {
  .lower-food .intro__item-image {
    max-width: 200px;
    margin-inline: auto;
  }
}
@media (max-width: 834px) {
  .lower-food .intro__item-image {
    max-width: 104px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 104px;
            flex: 0 0 104px;
  }
}
.lower-food .intro__label {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #1a1a1a;
  line-height: 1.6;
  background: #fff;
  border-radius: 0.3846153846em;
  border: 1px dashed currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.17em 0.6175em 0.1925em;
}
@media (min-width: 835px) {
  .lower-food .intro__label {
    margin-inline: auto;
    margin-top: 27px;
  }
}
@media (max-width: 834px) {
  .lower-food .intro__label {
    font-size: 1.85rem;
  }
}
.lower-food .intro__description {
  margin-top: 18px;
}
@media (max-width: 834px) {
  .lower-food .intro__description {
    margin-top: 6px;
  }
}
.lower-food .merit__inner {
  padding-top: 120px;
}
@media (max-width: 834px) {
  .lower-food .merit__inner {
    padding-top: 48px;
  }
}
.lower-food .merit__title-sub {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #dac09a;
  line-height: 1.6;
  border-bottom: 1px solid currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 16px;
}
@media (max-width: 834px) {
  .lower-food .merit__title-sub {
    font-size: 1.5rem;
    padding-bottom: 8px;
  }
}
.lower-food .merit__title-sub::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 14px solid #dac09a;
  border-bottom: 0;
}
@media (max-width: 834px) {
  .lower-food .merit__title-sub::before {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 12px solid #dac09a;
  }
}
.lower-food .merit__title-sub::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0;
}
@media (max-width: 834px) {
  .lower-food .merit__title-sub::after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #fff;
  }
}
.lower-food .merit__title-main {
  font-size: clamp(3.5rem, 3.3333333333vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 24px;
}
@media (min-width: 835px) {
  .lower-food .merit__title-main br {
    display: none;
  }
}
@media (max-width: 834px) {
  .lower-food .merit__title-main {
    font-size: clamp(2rem, 5.5vw, 2.2rem);
    margin-top: 16px;
    text-align: center;
  }
}
.lower-food .merit__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.3333333333%;
}
@media (min-width: 835px) {
  .lower-food .merit__main {
    margin-top: 38px;
  }
}
@media (max-width: 834px) {
  .lower-food .merit__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lower-food .merit__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 835px) {
  .lower-food .merit__text-block {
    margin-top: 16px;
  }
}
@media (max-width: 834px) {
  .lower-food .merit__text-block {
    margin-top: 10px;
  }
}
.lower-food .merit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-top: 26px;
  padding-bottom: 21px;
  padding-left: 2.2544283414%;
  background: linear-gradient(to right, #d5d5d5, #d5d5d5 4px, transparent 2px, transparent 4px) left top/6px 1px repeat-x;
}
@media (max-width: 834px) {
  .lower-food .merit__item {
    gap: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.lower-food .merit__item:first-child {
  background: none;
}
.lower-food .merit__mun {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.2222222222em;
          flex: 0 0 2.2222222222em;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
  width: 2.2222222222em;
  height: 100%;
  aspect-ratio: 1/1;
  background: #dac09a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.1em;
}
@media (max-width: 834px) {
  .lower-food .merit__mun {
    font-size: 1.35rem;
  }
}
.lower-food .merit__mun::before {
  content: "";
  position: absolute;
  top: -0.8em;
  left: -0.6em;
  width: 1.6666666667em;
  aspect-ratio: 30/27;
  background: url(../img/food/icon_merit_point.png) center center/contain no-repeat;
}
.lower-food .merit__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(1.9rem, 1.6666666667vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (min-width: 835px) {
  .lower-food .merit__item-text {
    padding-top: 0.15em;
  }
}
@media (max-width: 834px) {
  .lower-food .merit__item-text {
    font-size: 1.7rem;
  }
}
.lower-food .merit__item-emphasis {
  color: #ea4b2b;
}
.lower-food .merit__image-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41%;
          flex: 0 0 41%;
  max-width: 491px;
  margin-inline: auto;
}
.lower-food .merit__image {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-food .merit__image {
    border-radius: 10px;
  }
}
.lower-food .merit__image.-type01 {
  max-width: 491px;
  margin-top: 44px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-food .merit__image.-type01 {
    margin-top: 20px;
    margin-right: 48px;
  }
}
.lower-food .merit__image.-type01 img {
  aspect-ratio: 491/328;
}
.lower-food .merit__image.-type02 {
  max-width: clamp(264px, 25.3846153846vw, 330px);
  margin-top: 48px;
  margin-right: clamp(40px, 3.8461538462vw, 50px);
  margin-left: auto;
}
@media (max-width: 834px) {
  .lower-food .merit__image.-type02 {
    max-width: clamp(66px, 31.654676259vw, 264px);
    margin-top: -40px;
    margin-right: 0;
  }
}
.lower-food .merit__image.-type02 img {
  aspect-ratio: 330/220;
}
.lower-food .merit__image img {
  aspect-ratio: 491/328;
}
.lower-food .inquiry__inner {
  padding-top: 116px;
  padding-bottom: 32px;
}
@media (max-width: 834px) {
  .lower-food .inquiry__inner {
    padding-top: 46px;
    padding-bottom: 0;
  }
}
.lower-food .inquiry__title {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #000;
  line-height: 1.6;
  border-bottom: 1px solid currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 6px;
}
@media (min-width: 835px) {
  .lower-food .inquiry__title {
    padding-inline: 16px;
  }
  .lower-food .inquiry__title br {
    display: none;
  }
}
@media (max-width: 834px) {
  .lower-food .inquiry__title {
    font-size: 2.3rem;
    text-align: center;
  }
}
.lower-food .inquiry__lead {
  margin-top: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-food .inquiry__lead {
    margin-top: 20px;
  }
}
.lower-food .inquiry__methods {
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 52px;
}
@media (min-width: 835px) {
  .lower-food .inquiry__methods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 7.5471698113%;
  }
}
@media (min-width: 1201px) {
  .lower-food .inquiry__methods {
    padding-inline: 20px;
  }
}
@media (max-width: 1150px) {
  .lower-food .inquiry__methods {
    gap: 32px 5.308056872%;
  }
}
@media (max-width: 834px) {
  .lower-food .inquiry__methods {
    margin-top: 20px;
  }
}
.lower-food .inquiry__method {
  max-width: 300px;
}
@media (max-width: 834px) {
  .lower-food .inquiry__method {
    max-width: clamp(260px, 40.7673860911vw, 340px);
    margin-inline: auto;
    margin-top: 24px;
  }
}
.lower-food .inquiry__method-title {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  background: #ea4b2b;
  border-radius: 4px;
  padding: 0.239em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-food .inquiry__method-title {
    border-radius: 2px;
  }
}
.lower-food .inquiry__method-tel, .lower-food .inquiry__method-fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4%;
  font-size: clamp(3.9rem, 3.652173913vw, 4.2rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #000;
  line-height: 1;
  margin-top: 12px;
  margin-left: 5px;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .lower-food .inquiry__method-tel, .lower-food .inquiry__method-fax {
    font-size: 3.2rem;
    gap: 10px;
    margin-top: 8px;
    margin-left: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lower-food .inquiry__method-tel::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.8333333333em;
          flex: 0 0 0.8333333333em;
  width: 0.8333333333em;
  aspect-ratio: 1/1;
  background: url(../img/food/icon_inquiry_tel.png) center center/contain no-repeat;
}
.lower-food .inquiry__method-fax::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.8333333333em;
          flex: 0 0 0.8333333333em;
  width: 0.8333333333em;
  aspect-ratio: 35/30;
  background: url(../img/food/icon_inquiry_fax.png) center center/contain no-repeat;
}
.lower-food .inquiry__method-link {
  margin-top: 19px;
  margin-inline: 5px;
}
@media (max-width: 834px) {
  .lower-food .inquiry__method-link {
    margin-top: 14px;
  }
}
.lower-food .inquiry__method-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  background: #ea4b2b;
  border-radius: 100vmax;
  padding: 1.367em 1em;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.lower-food .inquiry__method-link a::before {
  content: "";
  display: block;
  width: 1.3333333333em;
  aspect-ratio: 20/13;
  background: url(../img/food/icon_inquiry_mail.png) center center/contain no-repeat;
}
@media (any-hover: hover) {
  .lower-food .inquiry__method-link a:hover {
    opacity: 1;
    background: #ff4824;
  }
}
.lower-food .inquiry__method-time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 12px;
}
@media (max-width: 834px) {
  .lower-food .inquiry__method-time {
    margin-top: 9px;
  }
}
.lower-food .inquiry__method-label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  background: #dac09a;
  border-radius: 4px;
  padding: 0.3em 0.516em 0.535em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media (max-width: 834px) {
  .lower-food .inquiry__method-label {
    font-size: 1.1rem;
    border-radius: 2px;
  }
}
.lower-food .inquiry__method-value {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  color: #000;
  line-height: 1.6;
  margin-left: 14px;
}
@media (max-width: 834px) {
  .lower-food .inquiry__method-value {
    font-size: 1.3rem;
  }
}
.lower-food .inquiry__annotation-list {
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 72px;
}
@media (max-width: 834px) {
  .lower-food .inquiry__annotation-list {
    margin-top: 30px;
  }
}
.lower-food .inquiry__annotation-item {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  margin-top: 0;
}
@media (max-width: 834px) {
  .lower-food .inquiry__annotation-item {
    font-size: 1.3rem;
  }
}

/* ============================================
// HISTORY
// ==========================================*/
@media (max-width: 834px) {
  .lower-history .history {
    background: #fff;
    border-radius: 20px 20px 0 0;
  }
}
.lower-history .history__inner {
  max-width: 1460px;
}
@media (max-width: 834px) {
  .lower-history .history__inner {
    padding-left: 3.5%;
  }
}
.lower-history .history__contents {
  position: relative;
  background: #fff;
  border-radius: 30px 30px 0 0;
  padding-top: 130px;
  padding-bottom: 100px;
  padding-inline: 5%;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-history .history__contents {
    padding-inline: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.lower-history .history__contents::before {
  content: "";
  position: absolute;
  inset: 30% -50vw -250px;
  background: #fff9f1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-history .history__contents::before {
    inset: 30% -50vw -150px;
  }
}
.lower-history .history__contents::after {
  content: "";
  position: absolute;
  inset: 15% -50vw 70%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff9f1));
  background: linear-gradient(to bottom, transparent, #fff9f1);
  pointer-events: none;
}
.lower-history .history__list {
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.lower-history .history__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.3636363636%;
}
@media (max-width: 834px) {
  .lower-history .history__item {
    gap: 4.5%;
  }
}
.lower-history .history__item:first-child .history__timeline {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 834px) {
  .lower-history .history__item:first-child .history__timeline {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.lower-history .history__item:first-child .history__timeline::before {
  content: none;
}
.lower-history .history__item:first-child .history__timeline-point {
  top: 35px;
}
@media (max-width: 834px) {
  .lower-history .history__item:first-child .history__timeline-point {
    top: 28px;
  }
}
.lower-history .history__item:nth-child(n+2) .history__timeline {
  border-top: none;
}
.lower-history .history__item:nth-child(n+2) .history__detail {
  margin-top: 55px;
}
@media (max-width: 834px) {
  .lower-history .history__item:nth-child(n+2) .history__detail {
    margin-top: 20px;
  }
}
.lower-history .history__item:last-child .history__timeline {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #1a1a1a;
}
@media (max-width: 834px) {
  .lower-history .history__item:last-child .history__timeline {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
.lower-history .history__timeline {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.9090909091%;
          flex: 0 0 6.9090909091%;
  position: relative;
  background: #fff;
  border: 1px solid #1a1a1a;
  border-bottom: none;
}
.lower-history .history__timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 2px);
  background: url(../img/history/icon_arrow.png) center center/cover no-repeat;
}
@media (min-width: 501px) {
  .lower-history .history__timeline::before {
    aspect-ratio: 76/20;
  }
}
@media (max-width: 834px) {
  .lower-history .history__timeline::before {
    min-height: 8px;
  }
}
.lower-history .history__timeline-point {
  position: absolute;
  top: 77px;
  left: 50%;
  translate: -50% 0;
  background: #128d4a;
  border-radius: 50%;
  width: 12px;
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .lower-history .history__timeline-point {
    width: 12px;
    top: 49px;
  }
}
.lower-history .history__timeline-point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  translate: 0 -50%;
  width: clamp(64px, 6.25vw, 75px);
  height: 2px;
  background: #f0e4d3;
}
@media (max-width: 834px) {
  .lower-history .history__timeline-point::before {
    width: 16px;
    width: clamp(7.2px, 4.3165467626vw, 36px);
  }
}
.lower-history .history__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 835px) {
  .lower-history .history__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.7085953878%;
    margin-top: 16px;
  }
}
@media (min-width: 835px) {
  .lower-history .history__year-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(141px, 13.3333333333vw, 160px);
            flex: 0 0 clamp(141px, 13.3333333333vw, 160px);
  }
}
@media (max-width: 834px) {
  .lower-history .history__year-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px 10px;
  }
}
.lower-history .history__year {
  font-size: clamp(6.6rem, 6.25vw, 7.5rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media (min-width: 835px) {
  .lower-history .history__year {
    margin-top: -16px;
  }
}
@media (max-width: 834px) {
  .lower-history .history__year {
    font-size: 5.5rem;
  }
}
.lower-history .history__era {
  letter-spacing: 0.075em;
  color: #c9b08c;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 835px) {
  .lower-history .history__era {
    max-width: 141px;
    margin-top: 10px;
  }
}
@media (min-width: 835px) {
  .lower-history .history__months {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 834px) {
  .lower-history .history__months {
    margin-top: 28px;
  }
}
.lower-history .history__month-wrapper {
  position: relative;
  padding: 30px 3.2876712329% 30px 4.1095890411%;
  border: 1px solid #dedede;
  border-radius: 20px;
  background: #fff;
  margin-top: 36px;
}
@media (min-width: 835px) {
  .lower-history .history__month-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.4776119403%;
  }
}
@media (max-width: 834px) {
  .lower-history .history__month-wrapper {
    border-radius: 10px;
    padding: 24px 20px 16px;
    margin-top: 26px;
  }
}
.lower-history .history__month-wrapper:first-child {
  margin-top: 0;
}
.lower-history .history__month {
  position: absolute;
  top: -16px;
  left: 4.5%;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
  background: #ea4b2b;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 3.125em;
  min-height: 2em;
  padding: 0.3em 0.3em;
}
@media (max-width: 834px) {
  .lower-history .history__month {
    top: -15px;
    border-radius: 3px;
  }
}
.lower-history .history__image {
  max-width: 210px;
  height: 100%;
  border-radius: 7px;
  overflow: hidden;
  margin-inline: auto;
}
@media (min-width: 835px) {
  .lower-history .history__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.5%;
            flex: 0 0 31.5%;
  }
}
@media (max-width: 834px) {
  .lower-history .history__image {
    border-radius: 4px;
    max-width: 160px;
    margin-bottom: 8px;
  }
}
.lower-history .history__image img {
  aspect-ratio: 210/132;
}
.lower-history .history__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lower-history .sec__contact {
  position: relative;
  z-index: 1;
}

/* ============================================
// PRIVACY
// ==========================================*/
.lower-privacy .privacy__inner {
  max-width: 1460px;
}
@media (max-width: 834px) {
  .lower-privacy .privacy__inner {
    padding: 0;
  }
}
.lower-privacy .privacy__contents {
  padding-top: 120px;
  padding-inline: 5%;
  background-color: #fff;
  border-radius: 30px;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-privacy .privacy__contents {
    padding-top: 40px;
    border-radius: 20px;
  }
}
.lower-privacy .privacy__intro {
  margin-bottom: 56px;
  letter-spacing: 0.025em;
}
@media (max-width: 834px) {
  .lower-privacy .privacy__intro {
    margin-bottom: 30px;
  }
}
.lower-privacy .privacy__list__item {
  padding: 38px 0 42px;
  border-bottom: 1px dashed #dedede;
}
.lower-privacy .privacy__list__item:last-child {
  padding-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-privacy .privacy__list__item:last-child {
    padding-bottom: 10px;
  }
}
@media (max-width: 834px) {
  .lower-privacy .privacy__list__item {
    padding: 28px 0;
  }
}
.lower-privacy .privacy__list__item:first-child {
  border-top: 1px dashed #dedede;
}
.lower-privacy .privacy__list__item:last-child {
  border-bottom: none;
}
.lower-privacy .privacy__list .privacyTitle {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 18px;
  padding-left: 30px;
  letter-spacing: 0.025em;
}
@media (max-width: 834px) {
  .lower-privacy .privacy__list .privacyTitle {
    font-size: 2.1rem;
    padding-left: 20px;
    margin-bottom: 14px;
  }
}
.lower-privacy .privacy__list .privacyTitle::before, .lower-privacy .privacy__list .privacyTitle::after {
  content: "";
  position: absolute;
  display: inline-block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  pointer-events: none;
}
.lower-privacy .privacy__list .privacyTitle::before {
  left: 0;
  top: 15px;
  width: 16px;
  background-color: #ea4b2b;
}
@media (max-width: 834px) {
  .lower-privacy .privacy__list .privacyTitle::before {
    width: 12px;
    top: 10px;
  }
}
.lower-privacy .privacy__list .privacyTitle::after {
  left: 4px;
  top: 19px;
  width: 8px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .lower-privacy .privacy__list .privacyTitle::after {
    width: 6px;
    top: 13px;
    left: 3px;
  }
}
.lower-privacy .privacy__list__body {
  margin-left: 28px;
}
@media (max-width: 834px) {
  .lower-privacy .privacy__list__body {
    margin-left: 0;
  }
}
.lower-privacy .privacy__list__body .privacy__list__body__text + .subList {
  margin-top: 16px;
}
.lower-privacy .privacy__list__body__text {
  font-size: 1.65rem;
}
@media (max-width: 834px) {
  .lower-privacy .privacy__list__body__text {
    font-size: 1.5rem;
    letter-spacing: 0.025em;
  }
}
.lower-privacy .privacy__list__body .subList {
  counter-reset: sub;
}
.lower-privacy .privacy__list__body .subList__item {
  margin: 12px 0;
}
.lower-privacy .privacy__list__body .subList__item:last-child {
  margin-bottom: 0;
}
.lower-privacy .privacy__list__body .subList__item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  font-size: 1.65rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-privacy .privacy__list__body .subList__item .text {
    font-size: 1.45rem;
    letter-spacing: 0.025em;
  }
}
.lower-privacy .privacy__list__body .subList__item .text::before {
  counter-increment: sub;
  content: counter(sub) ".";
  font-weight: bold;
  color: #f17c36;
  margin-right: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lower-privacy .privacy__list__body .subList .childList {
  counter-reset: child;
  margin: 14px 0 14px 20px;
}
@media (max-width: 834px) {
  .lower-privacy .privacy__list__body .subList .childList {
    margin: 0;
  }
}
.lower-privacy .privacy__list__body .subList .childList__item {
  margin: 10px 0;
}
.lower-privacy .privacy__list__body .subList .childList__item:last-child {
  margin-bottom: 0;
}
.lower-privacy .privacy__list__body .subList .childList__item .subText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  line-height: 2;
}
@media (min-width: 835px) {
  .lower-privacy .privacy__list__body .subList .childList__item .subText {
    font-size: 1.62rem;
  }
}
.lower-privacy .privacy__list__body .subList .childList__item .subText::before {
  counter-increment: child;
  content: counter(child) ".";
  margin-right: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lower-privacy .privacy__list__body .subList .innerList {
  margin: 10px 0 14px 20px;
}
.lower-privacy .privacy__list__body .subList .innerList__item__text {
  position: relative;
  padding-left: 12px;
}
@media (min-width: 835px) {
  .lower-privacy .privacy__list__body .subList .innerList__item__text {
    font-size: 1.5rem;
  }
}
.lower-privacy .privacy__list__body .subList .innerList__item__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  display: inline-block;
  width: 3px;
  aspect-ratio: 1/1;
  background-color: #222;
  border-radius: 50%;
  pointer-events: none;
}
.lower-privacy .privacy__list__body .subList .subList__item:has(.childList) {
  margin-bottom: 30px;
}
.lower-privacy .privacy__list__body .subList .subList__item:last-child:has(.childList) {
  margin-bottom: 0;
}
.lower-privacy .privacy__list__body .contactBox {
  margin-top: 24px;
  padding: 20px 32px;
  background-color: #fff9f1;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-privacy .privacy__list__body .contactBox {
    border-radius: 12px;
    padding: 16px 20px;
  }
}
.lower-privacy .privacy__list__body .contactBox__text {
  position: relative;
  padding-left: 16px;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 834px) {
  .lower-privacy .privacy__list__body .contactBox__text {
    font-size: 1.55rem;
    padding-left: 12px;
  }
}
.lower-privacy .privacy__list__body .contactBox__text::before {
  content: "";
  position: absolute;
  top: 16.5px;
  left: 0;
  display: inline-block;
  background-color: #ea4b2b;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-privacy .privacy__list__body .contactBox__text::before {
    top: 14px;
    width: 6px;
  }
}/*# sourceMappingURL=style.css.map */