@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
@import 'https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap';
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

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

body {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

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

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

select::-ms-expand {
  display: none;
}

/* font */
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 480px;
  height: 100vh;
  padding-inline: 40px;
  padding-top: 60px;
  padding-bottom: 40px;
  overflow-y: auto;
  background: #fff;
  scrollbar-width: none;
}
.l-header::-webkit-scrollbar {
  display: none;
}
.l-header__scrollbar {
  position: fixed;
  z-index: 101;
  display: none;
  width: 6px;
  background: #f2f2f2;
  border-radius: 3px;
}
.l-header__scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: grab;
  background: #94ad38;
  border-radius: 3px;
}
.l-header__scrollbar-thumb:active {
  cursor: grabbing;
}
.l-header__logo-link {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.l-header__logo-image {
  width: 14.5rem;
}
.l-header__logo-text {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
@media only screen and (max-width: 1180px) {
  .l-header__logo-text {
    font-size: 1.125rem;
  }
}
.l-header__overlay {
  position: fixed;
  top: 70px;
  left: 0;
  z-index: -1;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(191, 191, 191, 0.6);
}
.l-header__menu {
  display: block;
  width: 100%;
  margin-top: 56px;
}
.l-header__menu-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.l-header__menu-heading {
  padding: 0 0 0.25rem 0.25rem;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #94ad38;
  border-bottom: 1px solid #94ad38;
}
.l-header .c-list-dot {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 0.25rem;
}
.l-header .c-list-dot__item {
  padding-left: 1rem;
}
.l-header .c-list-dot__item + .c-list-dot__item {
  margin-top: 0rem;
}
.l-header .c-list-dot__item::before {
  width: 0.5rem;
  height: 0.5rem;
}
.l-header__nav-link {
  display: inline-block;
}
.l-header__nav-desc {
  display: inline-block;
  margin-top: 0.375rem;
  font-size: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1180px) {
  .l-header__nav-desc {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.l-header__menu-cta {
  margin-top: 48px;
}
.l-header__menu-cta-list {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
.l-header .c-button {
  min-width: 24.625rem;
  padding: 0 2.1875rem 0 2.125rem;
  font-size: 1.125rem;
  border: 1px solid #dd976b;
}
.l-header .c-button__img.--inst {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 22px;
}
.l-header__link {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 25rem;
  min-height: 4.625rem;
  padding: 0 3.5625rem 0 1.6875rem;
  font-size: 1.125rem;
  font-weight: 700;
  border: 2px solid #c8c8c8;
}
@media (hover: hover) {
  .l-header__link {
    transition: 0.3s linear opacity;
  }
  .l-header__link:hover {
    opacity: 0.7;
  }
}
.l-header__link-icon.--logo {
  width: 2.625rem;
  height: 1.5625rem;
  margin-right: 1.125rem;
  background: url("../images/common/icon_small-logo.png") no-repeat center/contain;
}
.l-header__link-icon.--blank {
  position: absolute;
  top: 50%;
  right: 1.6875rem;
  width: 1.125rem;
  height: 1.125rem;
  background: url("../images/common/icon_blank.png") no-repeat center/contain;
  transform: translateY(-50%);
}

.l-hum {
  display: none;
}

@media only screen and (max-width: 1180px) {
  .l-header {
    top: 0;
    width: 100%;
    height: 70px;
    padding-inline: 0;
    padding-top: 0;
    overflow: visible;
    background-color: #fff;
    box-shadow: 0 0 0.125rem rgba(51, 51, 51, 0.25);
  }
  .l-header__bar {
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 70px;
    padding-top: 11px;
    padding-left: 15px;
  }
  .l-header__logo {
    max-width: 9.9375rem;
  }
  .l-header__logo-link {
    gap: 2px;
  }
  .l-header__logo-image {
    width: 6.75rem;
  }
  .l-header__logo-text {
    font-size: 0.75rem;
    line-height: 1.2;
  }
  .l-header__menu {
    display: none;
    width: 100%;
    max-width: 450px;
    max-height: calc(100dvh - 86px);
    padding-inline: 15px;
    margin-inline: auto;
    margin-top: 16px;
    overflow-y: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .l-header__menu::-webkit-scrollbar {
    display: none;
  }
  .l-header__menu-inner {
    padding: 20px 17px 100px 18px;
    background-color: #fff;
  }
  .l-header__menu-section {
    gap: 1.125rem;
  }
  .l-header__menu-heading {
    font-size: 1.125rem;
  }
  .l-header .c-list-dot {
    gap: 1.25rem;
    padding-left: 0.25rem;
  }
  .l-header .c-list-dot__item {
    padding-left: 0.875rem;
  }
  .l-header .c-list-dot__item::before {
    width: 0.375rem;
    height: 0.375rem;
  }
  .l-header__nav-desc {
    margin-top: 0.25rem;
  }
  .l-header__menu-cta {
    margin-top: 2.5rem;
  }
  .l-header__menu-cta-list {
    gap: 0.875rem;
    isolation: isolate;
  }
  .l-header .c-button {
    width: 100%;
    min-width: 19rem;
    padding: 0 2.0625rem;
    font-size: 1rem;
  }
  .l-header .c-button__img.--inst {
    width: 2rem;
    height: 2rem;
    margin-right: 20px;
  }
  .l-header .c-button__img.--line {
    width: 2rem;
    height: 2rem;
    margin-right: 24px;
  }
  .l-header__link {
    min-width: 19.375rem;
    min-height: 4.375rem;
    padding: 0 2.5rem 0 1.125rem;
    font-size: 0.9375rem;
    border: 1px solid #c8c8c8;
  }
  .l-header__link-icon.--logo {
    width: 2rem;
    margin-right: 0.5rem;
  }
  .l-header__link-icon.--blank {
    right: 1.125rem;
    width: 1rem;
    height: 1rem;
  }
  .l-header .l-hum {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background-color: #333;
    border: none;
  }
  .l-header .l-hum__bar {
    position: absolute;
    left: 50%;
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    border-radius: 999px;
    transition: 0.3s linear;
    transform: translateX(-50%) translateY(-50%);
  }
  .l-header .l-hum__bar:nth-child(1) {
    top: calc(50% - 11px);
  }
  .l-header .l-hum__bar:nth-child(2) {
    top: calc(50% + 11px);
  }
  .l-header .l-hum__bar:nth-child(3) {
    top: 50%;
  }
  .l-header .l-hum.is-active .l-hum__bar:nth-child(1) {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(30deg);
  }
  .l-header .l-hum.is-active .l-hum__bar:nth-child(3) {
    display: none;
  }
  .l-header .l-hum.is-active .l-hum__bar:nth-child(2) {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-30deg);
  }
}
/* footer */
.l-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.3);
}
.l-footer__inner {
  width: 33.125rem;
  max-width: 100%;
  padding: 0 0.9375rem;
  margin: 0 auto;
}
.l-footer__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.l-footer__link {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 31.25rem;
  min-height: 5.75rem;
  padding: 0 5rem 0 2.875rem;
  font-size: 1.3125rem;
  font-weight: 700;
  border: 2px solid #c8c8c8;
}
@media (hover: hover) {
  .l-footer__link {
    transition: 0.3s linear opacity;
  }
  .l-footer__link:hover {
    opacity: 0.7;
  }
}
.l-footer__link-icon.--logo {
  width: 3.625rem;
  height: 2.125rem;
  margin-right: 1.125rem;
  background: url("../images/common/icon_small-logo.png") no-repeat center/contain;
}
.l-footer__link-icon.--blank {
  position: absolute;
  top: 50%;
  right: 2.75rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/common/icon_blank.png") no-repeat center/contain;
  transform: translateY(-50%);
}
.l-footer__copyright {
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  .l-footer__copyright {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1180px) {
  .l-footer {
    width: 345px;
    margin-inline: auto;
  }
  .l-footer__inner {
    padding: 0 1.0625rem 0 1.125rem;
  }
  .l-footer__container {
    gap: 1.5rem;
  }
  .l-footer__link {
    min-width: 19.375rem;
    min-height: 4.375rem;
    padding: 0 2.5rem 0 1.125rem;
    font-size: 0.9375rem;
    border: 1px solid #c8c8c8;
  }
  .l-footer__link-icon.--logo {
    width: 2rem;
    margin-right: 0.5rem;
  }
  .l-footer__link-icon.--blank {
    right: 1.125rem;
    width: 1rem;
    height: 1rem;
  }
}

/* main */
.l-container.--index {
  width: 670px;
  max-width: 100%;
  padding: 0 0.9375rem;
  margin-top: 40px;
  margin-right: clamp(0rem, -48.125rem + 60.16vw, 24.063rem);
  margin-left: auto;
}

.l-inner {
  width: 40rem;
  max-width: 100%;
  height: inherit;
  padding: 0 2.5rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 90rem;
}
.l-inner.--narrow {
  width: 65rem;
}
.l-inner.--bg-main {
  background-color: #fafafa;
}

.l-section-first {
  margin-top: 7.5rem;
}

@media only screen and (max-width: 1180px) {
  .l-container.--index {
    width: 375px;
    padding: 0;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
  }
  .l-inner {
    padding: 0 17px 0 18px;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button {
  position: relative;
  min-width: 29.25rem;
  min-height: 5.75rem;
  padding: 0 80px;
  font-size: 1.3125rem;
  font-weight: 700;
  cursor: pointer;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 2.5rem center;
  background-size: 2.5rem;
  border: 0.125rem solid #dd976b;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-button::before {
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #dd976b;
  border-radius: 1rem;
}
@media (hover: hover) {
  .c-button {
    opacity: 1;
    transition: 0.3s linear border-color;
  }
  .c-button .c-button__img,
  .c-button .c-button__text {
    transition: 0.3s linear opacity;
  }
  .c-button::before {
    transition: 0.3s linear background-color;
  }
  .c-button:hover {
    border-color: color-mix(in srgb, #dd976b, #fff 30%);
  }
  .c-button:hover .c-button__img,
  .c-button:hover .c-button__text {
    opacity: 0.7;
  }
  .c-button:hover::before {
    background-color: color-mix(in srgb, #dd976b, #fff 30%);
  }
}
.c-button__img {
  margin-right: 1.5rem;
}
.c-button__img.--inst {
  width: 2.75rem;
  height: 2.75rem;
  background: url("../images/common/icon_inst.png") no-repeat center/contain;
}
.c-button__img.--line {
  width: 2.75rem;
  height: 2.75rem;
  background: url("../images/common/icon_line.png") no-repeat center/contain;
}
.c-button.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "BLANK";
}
.c-button.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
@media only screen and (max-width: 1180px) {
  .c-button {
    width: 100%;
    min-width: 19rem;
    min-height: 5rem;
    padding: 1.5rem 2.125rem;
    font-size: 1rem;
    border-radius: 0.75rem;
  }
  .c-button::before {
    right: -0.375rem;
    bottom: -0.375rem;
  }
  .c-button__img.--inst {
    width: 2rem;
    height: 2rem;
    margin-right: 1.25rem;
    background: url("../images/common/icon_inst.png") no-repeat center/contain;
  }
  .c-button__img.--line {
    width: 2rem;
    height: 2rem;
    margin-right: 1.5rem;
    background: url("../images/common/icon_line.png") no-repeat center/contain;
  }
}

.c-heading {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  color: #000;
}

@media only screen and (max-width: 1180px) {
  .c-heading {
    font-size: 1.5rem;
  }
}
.c-heading-lv1 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
.c-heading-lv1.--sub {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
}
.c-heading-lv1.--sub > span {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #94ad38;
}
.c-heading-lv1.--sub > span::before, .c-heading-lv1.--sub > span::after {
  display: block;
  width: 1rem;
  height: 0.0625rem;
  content: "";
  background-color: #94ad38;
}
@media only screen and (max-width: 1180px) {
  .c-heading-lv1 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .c-heading-lv1.--sub {
    gap: 8px;
  }
  .c-heading-lv1.--sub > span {
    font-size: 15px;
    line-height: 1;
  }
}

.c-heading-lv2 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
}
@media only screen and (max-width: 1180px) {
  .c-heading-lv2 {
    font-size: 1.625rem;
    line-height: 1.5;
  }
}

.c-heading-lv3 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
@media only screen and (max-width: 1180px) {
  .c-heading-lv3 {
    font-size: 1.5rem;
  }
}

.c-heading-lv4 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
@media only screen and (max-width: 1180px) {
  .c-heading-lv4 {
    font-size: 1.3125rem;
    line-height: 1.2;
  }
}

.c-heading-lv5 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
@media only screen and (max-width: 1180px) {
  .c-heading-lv5 {
    font-size: 1.125rem;
  }
}

.c-heading-lv6 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
@media only screen and (max-width: 1180px) {
  .c-heading-lv6 {
    font-size: 1rem;
  }
}

.c-list-dot__item {
  position: relative;
  padding-left: 0.875rem;
  font-size: 1.125rem;
  color: #333;
}
.c-list-dot__item + li {
  margin-top: 0.25rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  content: "";
  background: #333;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1180px) {
  .c-list-dot__item {
    font-size: 1rem;
  }
  .c-list-dot__item::before {
    top: 0.65em;
  }
}

.c-list-ol {
  padding-left: 0;
  list-style: none;
  counter-reset: list-ol;
}
.c-list-ol__item {
  position: relative;
  padding-left: 3.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  counter-increment: list-ol;
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}
.c-list-ol__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1.3125rem;
  line-height: 1;
  color: #94ad38;
  content: counter(list-ol, decimal-leading-zero);
  transform: translateY(-50%);
}
.c-list-ol__item::after {
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 1.25rem;
  height: 0.125rem;
  content: "";
  background-color: #94ad38;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1180px) {
  .c-list-ol__item {
    padding-left: 3.125rem;
    font-size: 1.3125rem;
    line-height: 1.2;
  }
  .c-list-ol__item::before {
    font-size: 1.5rem;
  }
  .c-list-ol__item::after {
    left: 1.875rem;
    width: 0.875rem;
  }
}

.c-list-dl__dt {
  font-weight: bold;
}
.c-list-dl__dd {
  padding-left: 1em;
}

.c-text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration-line: underline;
  text-decoration-thickness: auto;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-underline-offset: 40%;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.c-text-link.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "BLANK";
}
.c-text-link.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
.c-text-link.--map {
  font-weight: 700;
}
.c-text-link.--map::after {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  margin-left: 0.125rem;
  content: "";
  background: url("../images/common/icon_map.png") no-repeat center/contain;
}
.c-text-link.--tel {
  font-weight: 700;
  text-decoration-line: none;
  pointer-events: none;
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1180px) {
  .c-text-link.--map {
    font-size: 0.9375rem;
  }
  .c-text-link.--map::after {
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 0.25rem;
  }
  .c-text-link.--tel {
    text-decoration-line: underline;
    text-decoration-thickness: 6%; /* 1.08px */
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-underline-offset: 25%; /* 4.5px */
    pointer-events: auto;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
}

.c-text {
  color: #333;
  font-size: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1180px) {
  .c-text {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.c-text.--xsm {
  font-size: 0.75rem;
  line-height: 1;
}
@media only screen and (max-width: 1180px) {
  .c-text.--xsm {
    font-size: 0.625rem;
  }
}
.c-text.--sm {
  font-size: 0.875rem;
  line-height: 1;
}
@media only screen and (max-width: 1180px) {
  .c-text.--sm {
    font-size: 0.75rem;
  }
}
.c-text.--lg {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media only screen and (max-width: 1180px) {
  .c-text.--lg {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.c-text.--xlg {
  font-size: 1.25rem;
  line-height: 1;
}
@media only screen and (max-width: 1180px) {
  .c-text.--xlg {
    font-size: 1.125rem;
  }
}
.c-text.--bold {
  font-weight: 700;
}

/* project */
.p-box {
  padding: 2rem 2.5rem;
  background-color: #ededed;
  border-radius: 10px;
}
.p-box.--bg-blue {
  background-color: #edf6f9;
}
.p-box__title {
  font-size: 1rem;
  font-weight: bold;
}
.p-box__text {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.p-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.p-grid.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-grid.--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-grid__texts {
  margin-top: 1rem;
}
.p-grid__col {
  /* CMSエディタ―のみで適応 */
  /* border: dashed 1px #c2c2c2; */
}

.p-table {
  width: 100%;
  overflow: hidden;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 0.25rem;
}
.p-table__th {
  width: 10rem;
  padding: 1rem 0;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #333;
  border: 0.0625rem solid #f2f2f2;
}
.p-table__td {
  padding: 1rem 2rem;
  font-size: 1.125rem;
  line-height: 1.8;
  vertical-align: middle;
  background-color: #fff;
  border: 0.0625rem solid #f2f2f2;
  border-left: none;
}
@media only screen and (max-width: 1180px) {
  .p-table__td {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-table tr + tr th,
.p-table tr + tr td {
  border-top: none;
}

@media only screen and (max-width: 1180px) {
  .p-table {
    display: block;
    border-radius: 0.125rem;
  }
  .p-table tbody,
  .p-table tr {
    display: block;
  }
  .p-table__th {
    display: block;
    width: 100%;
    padding: 0.75rem 1.125rem;
    font-size: 1.0625rem;
    text-align: left;
  }
  .p-table__td {
    display: block;
    width: 100%;
    padding: 0.75rem 1.125rem;
    font-size: 1rem;
    line-height: 1.5;
    border-top: none;
    border-left: 0.0625rem solid #f2f2f2;
  }
}
.p-mainvisual {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.625rem rgba(51, 51, 51, 0.3);
}
.p-mainvisual__intro {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  padding: 3rem 0 0;
}
.p-mainvisual__logo {
  width: 9.8125rem;
}
.p-mainvisual__title {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
@media only screen and (max-width: 1180px) {
  .p-mainvisual__title {
    font-size: 1rem;
  }
}
.p-mainvisual__image {
  margin-top: 3rem;
}

@media only screen and (max-width: 1180px) {
  .p-mainvisual {
    margin-top: 0;
    border-radius: 0.125rem;
  }
  .p-mainvisual__intro {
    display: none;
  }
  .p-mainvisual__logo {
    width: 7.5rem;
  }
  .p-mainvisual__title {
    font-size: 0.875rem;
  }
  .p-mainvisual__image {
    margin-top: 0rem;
  }
}
.p-section-title-h1 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h2 {
  padding-top: 5rem;
  margin-bottom: 3.5rem;
}

.p-section-title-h3 {
  margin-bottom: 3.75rem;
  text-align: center;
}

@media only screen and (max-width: 1180px) {
  .p-section-title-h1 {
    margin-bottom: 40px;
  }
  .p-section-title-h2 {
    padding-top: 48px;
    margin-bottom: 32px;
  }
}
/* pages */
body.index .swiper-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
body.index .swiper-area .swiper,
body.index .swiper-area .swiper-wrapper,
body.index .swiper-area .swiper-slide,
body.index .swiper-area picture {
  width: 100%;
  height: 100%;
}
body.index .swiper-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.index .thought__catch {
  position: relative;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  color: #94ad38;
  text-align: center;
}
body.index .thought__catch::before, body.index .thought__catch::after {
  position: absolute;
  top: 1rem;
  line-height: 1;
  color: inherit;
}
body.index .thought__catch::before {
  left: 50%;
  margin-left: -14.1875rem;
  content: "“";
}
body.index .thought__catch::after {
  left: 50%;
  margin-left: 13.375rem;
  content: "”";
}
body.index .thought__text {
  margin-top: 2.5rem;
}
body.index .thought__gallery {
  display: flex;
  width: 100%;
  margin-top: 3.8125rem;
  overflow: hidden;
}
body.index .thought__gallery-list {
  display: flex;
  flex-shrink: 0;
  animation: thought-gallery-scroll 40s linear infinite;
}
body.index .thought__gallery-item {
  width: 17.75rem;
}
@keyframes thought-gallery-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
body.index .growth__item-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
body.index .growth__item-head {
  display: flex;
  gap: 3rem;
  align-items: start;
}
body.index .growth__item-num {
  position: relative;
  flex-shrink: 0;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #94ad38;
}
body.index .growth__item-num::after {
  position: absolute;
  top: 50%;
  right: -8px;
  display: block;
  width: 1.5rem;
  height: 0.0625rem;
  content: "";
  background: #000;
  transform: translate(100%, -50%);
}
body.index .growth__item-text {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media only screen and (max-width: 1180px) {
  body.index .growth__item-text {
    font-size: 1rem;
    line-height: 1.5;
  }
}
body.index .growth__item-image {
  position: relative;
  margin-top: 1.5rem;
}
body.index .growth__item-note {
  display: block;
  padding-bottom: 0.5rem;
  margin: 2.5rem auto 0;
  font-weight: 700;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1;
}
@media only screen and (max-width: 1180px) {
  body.index .growth__item-note {
    font-size: 1.125rem;
  }
}
body.index .growth__item-note.--right {
  text-align: right;
}
body.index .growth__item-note span {
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 0.125rem solid #dd976b;
}
body.index .growth__item-stats {
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin-top: 2.5rem;
}
body.index .growth__item-stat {
  display: block;
  height: 7.625rem;
}
body.index .growth__item-stat img {
  height: 100%;
}
body.index .growth__item-img-num {
  position: absolute;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #94ad38;
}
body.index .growth__item-img-num.--1 {
  top: 13.125rem;
  left: 3.75rem;
}
body.index .growth__item-img-num.--2 {
  top: 8.125rem;
  left: 13.875rem;
}
body.index .growth__item-img-num.--3 {
  top: 3.875rem;
  left: 24.5rem;
}
body.index .growth__message {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
body.index .charm__title {
  padding-top: 4rem;
}
body.index .charm__point {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.5rem;
  list-style: none;
}
body.index .charm__point-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem 0.75rem;
  align-items: center;
  padding: 1.5rem;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.125rem rgba(51, 51, 51, 0.25);
}
body.index .charm__point-num {
  display: flex;
  align-items: center;
  align-self: center;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #94ad38;
}
body.index .charm__point-num::after {
  display: block;
  width: 1.25rem;
  height: 0.0625rem;
  margin-left: 0.25rem;
  content: "";
  background: #000;
}
body.index .charm__point-text {
  grid-column: 1/-1;
  padding-left: 4.125rem;
}
body.index .charm__director {
  padding-bottom: 8rem;
  margin-top: 3.5rem;
}
body.index .charm__benefit-wrapper {
  position: relative;
  isolation: isolate;
}
body.index .charm__benefit-wrapper::before {
  position: absolute;
  top: -72px;
  left: 0;
  z-index: -1;
  width: 640px;
  height: 150px;
  content: "";
  background: url("../images/index/bg_charm-benefit-before.png") no-repeat center/contain;
}
body.index .charm__benefit-wrapper::after {
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: -1;
  width: 640px;
  height: 150px;
  content: "";
  background: url("../images/index/bg_charm-benefit-after.png") no-repeat center/contain;
}
body.index .charm__benefit-badge {
  width: 18.75rem;
  margin: 0 auto;
}
body.index .charm__benefit-heading {
  display: inline-flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: center;
  text-align: center;
}
body.index .charm__benefit-heading::after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #94ad38;
}
body.index .charm__benefit-list {
  margin-top: 47px;
}
body.index .charm__benefit-item + .charm__benefit-item {
  margin-top: 24px;
}
body.index .charm__persona-heading {
  padding-top: 140px;
}
body.index .charm__persona-list {
  margin-top: 68px;
}
body.index .charm__persona-item + .charm__persona-item {
  margin-top: 16px;
}
body.index .charm__persona-image {
  margin-top: 56px;
}
body.index .recruit__title {
  padding-top: 4rem;
}
body.index .recruit__table-heading, body.index .recruit__table-subheading {
  font-size: 1rem;
}
body.index .recruit__table-list li {
  font-size: 0.9375rem;
}
body.index .recruit__table-list li::before {
  top: 0.5rem;
}
body.index .recruit__cta {
  padding-bottom: 5rem;
  margin-top: 2.5rem;
}
body.index .recruit__cta-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  isolation: isolate;
}
body.index .access__title {
  padding-top: 4rem;
}
body.index .access__info-address-wrapper {
  display: flex;
  gap: 0.75rem;
  align-items: start;
  margin-top: 1rem;
}
body.index .access__info-address {
  display: inline-block;
}
body.index .access__info-map {
  line-height: 2;
}
body.index .access__info-tel {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
body.index .access__map {
  position: relative;
  aspect-ratio: 560/300;
  margin-top: 1.125rem;
  overflow: hidden;
}
body.index .access__cta {
  padding-bottom: 5rem;
  margin-top: 2.5rem;
}
body.index .access__cta-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  isolation: isolate;
}
@media only screen and (max-width: 1180px) {
  body.index .thought__catch {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  body.index .thought__catch::before {
    top: 0.5rem;
    margin-left: -6.125rem;
  }
  body.index .thought__catch::after {
    top: 3rem;
    margin-left: 6.0625rem;
  }
  body.index .thought__gallery {
    margin-top: 3rem;
  }
  body.index .thought__gallery-item {
    width: 15rem;
  }
  body.index .growth__item-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  body.index .growth__item-head {
    gap: 1.75rem;
  }
  body.index .growth__item-num {
    font-size: 1.5rem;
  }
  body.index .growth__item-num::after {
    right: -4px;
    width: 1rem;
  }
  body.index .growth__item-image-wrapper {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    overflow-x: auto;
    scrollbar-width: none;
  }
  body.index .growth__item-image-wrapper::-webkit-scrollbar {
    display: none;
  }
  body.index .growth__item-scrollbar {
    position: relative;
    width: 100%;
    height: 6px;
    margin-top: 0.5rem;
    background: #f2f2f2;
    border-radius: 3px;
  }
  body.index .growth__item-scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: grab;
    background: #94ad38;
    border-radius: 3px;
  }
  body.index .growth__item-scrollbar-thumb:active {
    cursor: grabbing;
  }
  body.index .growth__item-image {
    position: relative;
  }
  body.index .growth__item-image.--first {
    width: 501px;
  }
  body.index .growth__item-image.--third {
    width: 200px;
    margin-inline: auto;
  }
  body.index .growth__item-image.--fourth {
    width: 460px;
  }
  body.index .growth__item-img-num {
    font-size: 2.5rem;
  }
  body.index .growth__item-img-num.--1 {
    top: 168px;
    left: 41px;
  }
  body.index .growth__item-img-num.--2 {
    top: 89px;
    left: 171px;
  }
  body.index .growth__item-img-num.--3 {
    top: 48px;
    left: 309px;
  }
  body.index .growth__item-note {
    margin: 2rem auto 0;
    text-align: left;
  }
  body.index .growth__item-note.--right {
    text-align: center;
  }
  body.index .growth__item-note span {
    padding-bottom: 0.5rem;
    border-bottom: 0.0625rem solid #dd976b;
  }
  body.index .growth__item-stats {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
    width: 252px;
    margin-inline: auto;
    margin-top: 2.5rem;
  }
  body.index .growth__item-stat {
    height: auto;
  }
  body.index .growth__message {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
  body.index .charm__point {
    gap: 0.75rem;
    margin-top: 2rem;
  }
  body.index .charm__point-item {
    padding: 1.25rem;
  }
  body.index .charm__point-num {
    font-size: 1.5rem;
  }
  body.index .charm__point-num::after {
    width: 1rem;
  }
  body.index .charm__point-title {
    font-size: 1.25rem;
  }
  body.index .charm__point-text {
    padding-left: 3.5rem;
    font-size: 1rem;
  }
  body.index .charm__benefit-wrapper::before {
    top: -72px;
    width: 345px;
    content: "";
    background: url("../images/index/bg_charm-benefit-before.png") no-repeat center/contain;
  }
  body.index .charm__benefit-wrapper::after {
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: -1;
    width: 345px;
    content: "";
    background: url("../images/index/bg_charm-benefit-after.png") no-repeat center/contain;
  }
  body.index .charm__director {
    padding-bottom: 80px;
  }
  body.index .charm__persona-heading {
    padding-top: 80px;
  }
  body.index .access__title {
    padding-top: 2.25rem;
  }
  body.index .access__info-address-wrapper {
    flex-direction: column;
    gap: 0.5rem;
    align-items: start;
    margin-top: 1.25rem;
  }
  body.index .access__info-tel {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-top: 20px;
  }
  body.index .access__map {
    aspect-ratio: 310/164;
    margin-top: 2rem;
  }
  body.index .access__cta {
    padding-bottom: 2.5rem;
    margin-top: 2rem;
  }
  body.index .access__cta-list {
    gap: 0.5rem;
    margin-top: 1.5rem;
  }
}

/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (min-width: 1181px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media all and (min-width: 768px), print {
  .u-hidden-pc-tab {
    display: none;
  }
}
@media only screen and (max-width: 1180px) {
  .u-hidden-tab-sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
.u-text-center {
  text-align: center;
}

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

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

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}
.u-sec {
  margin-top: 42px;
  background: var(--background-bg-white, #fff);
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(51, 51, 51, 0.3);
}

@media only screen and (max-width: 1180px) {
  .u-sec {
    width: 345px;
    margin-inline: auto;
    margin-top: 32px;
    box-shadow: 0 0 6px 0 rgba(51, 51, 51, 0.25);
  }
}
.u-hero {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

@media only screen and (max-width: 1180px) {
  .u-hero {
    border-radius: 2px 2px 0 0;
  }
}