@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  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%; /* 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 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  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 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

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

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

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

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

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

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
  display: none;
}

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

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

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

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

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

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

/**
* 1. Correct the 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;
}

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

/**
* 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.pc-only {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.text-br {
  display: block;
}

@media screen and (769px <= width) {
  .text-br-pc {
    display: block !important;
  }
}

@media screen and (769px <= width <= 1040px) {
  .text-br-tab {
    display: block !important;
  }
}

@media screen and (1041px <= width) {
  .text-br-gt-tab {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .text-br-sp {
    display: block !important;
  }
}

.bold {
  font-weight: bold;
}

@keyframes linearSliderToTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes linearSliderToBottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes linearSliderToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes linearSliderToRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
html {
  scroll-behavior: smooth;
}

:root {
  --green: #3e7324;
}

body {
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

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

svg {
  height: auto;
}

em {
  font-style: normal;
}

summary {
  display: block;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

select {
  cursor: pointer;
}

i {
  font-style: normal;
}

[aria-disabled=true] {
  pointer-events: none;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

.l-main {
  display: block;
  padding: 126px 0 90px;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding: 14.9333333333vw 0 9.0666666667vw;
  }
}
.l-main.-top {
  padding-bottom: 216px;
}
@media screen and (max-width: 768px) {
  .l-main.-top {
    padding-bottom: 24vw;
  }
}

.l-wrapper {
  max-width: 1306px;
  margin: 0 auto;
  padding: 0 52px;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding: 0 6.6666666667vw;
  }
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 26px 0;
  background: var(--green);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 3.0666666667vw 0;
  }
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 52px;
}
@media screen and (max-width: 768px) {
  .header__wrap {
    padding: 0 3.7333333333vw;
  }
}
.header__head a {
  display: block;
}
@media screen and (max-width: 768px) {
  .header__head a {
    width: 38.1333333333vw;
    min-width: 130px;
  }
}
.header__head a svg {
  width: 100%;
}
.header__item {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .header__item {
    gap: 3.7333333333vw;
  }
}
.header__entry {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 70px;
  font-size: 23px;
  color: #fff;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  text-transform: uppercase;
  border-radius: 35px;
  background: linear-gradient(115deg, #FFE328 0%, #7FB539 30%, #006837 70%);
  z-index: 1000;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 768px) {
  .header__entry {
    width: 26.4vw;
    min-width: 120px;
    height: 8.2666666667vw;
    font-size: max(2.6666666667vw, 14px);
  }
}
.header__entry:has(+ [aria-expanded=true]) {
  color: var(--green);
  background: #fff;
}
.header__btn {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  padding: 22px;
  border-radius: 50%;
  background: #fff;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .header__btn {
    width: 8.8vw;
    padding: 2.6666666667vw;
  }
}
.header__btn i {
  position: relative;
  width: 100%;
  height: 1px;
  background: var(--green);
  transition: background 0.3s;
}
.header__btn i::before, .header__btn i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: var(--green);
  transition: top 0.3s, rotate 0.3s;
}
.header__btn i::before {
  top: -11px;
}
@media screen and (max-width: 768px) {
  .header__btn i::before {
    top: -1.3333333333vw;
  }
}
.header__btn i::after {
  top: 11px;
}
@media screen and (max-width: 768px) {
  .header__btn i::after {
    top: 1.3333333333vw;
  }
}
.header__btn[aria-expanded=true] {
  background: #fff;
}
.header__btn[aria-expanded=true] i {
  background: none;
}
.header__btn[aria-expanded=true] i::before, .header__btn[aria-expanded=true] i::after {
  top: 0;
  background: var(--green);
}
.header__btn[aria-expanded=true] i::before {
  top: 0;
  rotate: 45deg;
}
.header__btn[aria-expanded=true] i::after {
  top: 0;
  rotate: -45deg;
}

.nav {
  position: fixed;
  width: 525px;
  height: calc(100vh - 126px);
  top: 126px;
  right: 0;
  overflow: hidden;
  z-index: 1;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .nav {
    top: 14.9333333333vw;
    width: 80%;
    max-width: 525px;
  }
}
.nav::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, var(--green) 0%, var(--green) 40%, #FFE328) 100%;
  opacity: 0.95;
  z-index: -1;
}
.nav[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.nav__wrap {
  height: 100%;
  overflow-y: auto;
}
.nav__item {
  display: flex;
  flex-direction: column;
  gap: 105px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .nav__item {
    gap: 14vw;
    padding-top: 9.8666666667vw;
  }
}
.nav__link a {
  display: block;
  padding: 0 90px;
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .nav__link a {
    padding: 0 12vw;
    font-size: max(3.3333333333vw, 14px);
  }
}
.nav__link + .nav__link {
  margin-top: 78px;
}
@media screen and (max-width: 768px) {
  .nav__link + .nav__link {
    margin-top: 8vw;
  }
}
.nav__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 348px;
  height: 158px;
  margin: 0 auto 100px;
  font-size: 25px;
  color: #F1E321;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  border-radius: 5px;
  overflow: hidden;
  background: var(--green);
}
@media screen and (max-width: 768px) {
  .nav__btn {
    width: 70%;
    max-width: 348px;
    height: 21.0666666667vw;
    font-size: max(3.3333333333vw, 14px);
  }
}
.nav__btn::before {
  content: attr(data-attr);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 42px;
  line-height: 1.0952380952;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #fff, var(--green));
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .nav__btn::before {
    font-size: 5.6vw;
  }
}
.nav__btn i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  top: 50%;
  right: 42px;
  padding-bottom: 2px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .nav__btn i {
    width: 4.1333333333vw;
    height: 4.1333333333vw;
    right: 5.6vw;
  }
}
.nav__btn i svg {
  width: 15px;
  stroke: var(--green);
}
@media screen and (max-width: 768px) {
  .nav__btn i svg {
    width: 2vw;
  }
}

.heading-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 35px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .heading-1 {
    gap: 1.6vw;
    font-size: max(4.6666666667vw, 26px);
  }
}
.heading-1::after {
  content: "";
  width: 77px;
  height: 5px;
  background: var(--green);
}
@media screen and (max-width: 768px) {
  .heading-1::after {
    width: 10.2666666667vw;
    height: 0.6666666667vw;
  }
}

.heading-2 {
  position: relative;
  padding-bottom: 25px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .heading-2 {
    padding-bottom: 3.3333333333vw;
    font-size: max(4vw, 20px);
  }
}
.heading-2::before, .heading-2::after {
  content: "";
  position: absolute;
  height: 9px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .heading-2::before, .heading-2::after {
    height: 1.2vw;
  }
}
.heading-2::before {
  width: 100%;
  background: #A8A9A9;
}
.heading-2::after {
  width: 104px;
}
@media screen and (max-width: 768px) {
  .heading-2::after {
    width: 13.8666666667vw;
  }
}
.heading-2.heading-green::after {
  background: #3e7324;
}
.heading-2.heading-white {
  color: #fff;
}
.heading-2.heading-white::after {
  background: #fff;
}

.btn-page-top {
  position: fixed;
  aspect-ratio: 1;
  width: 62px;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn-page-top {
    width: 8.2666666667vw;
  }
}
.btn-page-top i {
  display: flex;
}
.btn-page-top i svg {
  width: 100%;
}

.btn-1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  height: 65px;
  padding: 0 32px;
  font-size: 14px;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 33px;
}
@media screen and (max-width: 768px) {
  .btn-1 {
    width: 250px;
    height: 65px;
    padding: 0 32px;
    font-size: 14px;
  }
}
.btn-1 i {
  width: 19px;
}
.btn-1 i svg {
  width: 100%;
}
.btn-1.btn-green {
  background: #3e7324;
  color: #fff;
}
.btn-1.btn-green i {
  stroke: #fff;
}
.btn-1.btn-white {
  background: #fff;
  color: #3e7324;
}
.btn-1.btn-white i {
  stroke: #3e7324;
}

.category {
  display: inline-grid;
  place-items: center;
  min-width: 122px;
  padding: 7px 10px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  background-color: var(--green);
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  .category {
    min-width: 26.6666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.category.-vw-based-size {
  min-width: 6.3541666667vw;
  padding: 0.3645833333vw 0.5208333333vw;
  font-size: 0.78125vw;
}
@media screen and (max-width: 768px) {
  .category.-vw-based-size {
    min-width: 18.6666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (769px <= width <= 1306px) {
  .category.-vw-within-content {
    min-width: 9.3415007657vw;
    padding: 0.5359877489vw 0.7656967841vw;
    font-size: 1.1485451761vw;
  }
}

.meta {
  display: flex;
  align-items: center;
  gap: 23px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .meta {
    gap: 4vw;
    font-size: 3.7333333333vw;
  }
}
.meta__txt {
  color: #808080;
}
@media screen and (769px <= width <= 1306px) {
  .meta.-vw-within-content {
    gap: 1.7611026034vw;
    font-size: 1.1485451761vw;
  }
}

.breadcrumb__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1.8333333333;
  font-weight: 600;
  color: #B3B3B3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .breadcrumb__item {
    font-size: 12px;
  }
}
.breadcrumb__item:last-of-type {
  margin-right: 0;
}
.breadcrumb__item + .breadcrumb__item::before {
  content: ">";
}
.breadcrumb__item a {
  display: block;
}
.breadcrumb__item a:hover {
  opacity: 0.5;
}
.breadcrumb__item a * {
  display: block;
  transition: 0.6s;
}
.breadcrumb__item span[aria-current=page] {
  color: var(--green);
}

.top-introduction {
  margin-bottom: 225px;
}
@media screen and (max-width: 768px) {
  .top-introduction {
    margin-bottom: 18.6666666667vw;
  }
}
.top-introduction__wrap {
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .top-introduction__wrap {
    margin-bottom: 6.4vw;
  }
}
.top-introduction__head {
  margin-bottom: 58px;
  font-size: min(6.1255742726vw, 80px);
  line-height: 1.675;
  font-weight: bold;
  color: var(--green);
}
@media screen and (max-width: 768px) {
  .top-introduction__head {
    margin-bottom: 3.7333333333vw;
    font-size: 6vw;
    line-height: 1.6888888889;
  }
}
.top-introduction__txt {
  font-size: 20px;
  line-height: 2.5;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-introduction__txt {
    padding: 0 1.0666666667vw;
    font-size: max(2.9333333333vw, 14px);
    line-height: 2.2727272727;
    letter-spacing: 0;
  }
}
.top-introduction__txt + .top-introduction__txt {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .top-introduction__txt + .top-introduction__txt {
    margin-top: 6.6666666667vw;
  }
}
.top-introduction__icon {
  position: absolute;
  width: 705px;
  height: 566px;
  top: 30px;
  right: -200px;
}
@media screen and (max-width: 768px) {
  .top-introduction__icon {
    width: 40.4vw;
    height: 32.5333333333vw;
  }
}
.top-introduction__icon svg {
  width: 100%;
  height: 100%;
}
.top-introduction__image {
  position: absolute;
  width: min(50.8904109589vw, 743px);
  top: 185px;
  right: max(-11.6438356164vw, -170px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-introduction__image {
    display: none;
  }
}
.top-introduction__image img {
  width: 100%;
}
.top-introduction__more {
  display: flex;
  justify-content: center;
}

.top-about {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .top-about {
    margin-bottom: 20vw;
  }
}
.top-about__wrap {
  position: relative;
  z-index: 1;
}
.top-about__wrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ECF1E9;
  z-index: -1;
}
.top-about__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 11px;
  font-size: 48px;
  line-height: 1.4583333333;
  font-weight: bold;
  color: #3e7324;
  transform: translateY(-66px);
}
@media screen and (max-width: 768px) {
  .top-about__head {
    font-size: 8vw;
    transform: translateY(-9.8666666667vw);
    margin-bottom: 0;
  }
}
.top-about__head::before {
  content: attr(data-attr);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .top-about__head::before {
    font-size: max(2.6666666667vw, 12px);
  }
}
.top-about__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 28px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .top-about__columns {
    gap: 5.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.top-about__column {
  position: relative;
  width: 382px;
  padding: 30px;
  border: 1px solid #3e7324;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top-about__column {
    width: 77.6vw;
    padding: 3.3333333333vw 5.3333333333vw;
  }
}
.top-about__heading {
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 1.75;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-about__heading {
    margin-bottom: 2.9333333333vw;
    font-size: max(3.2vw, 16px);
  }
}
.top-about__txt {
  white-space: nowrap;
  font-size: 42px;
  line-height: 1.2380952381;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-about__txt {
    font-size: 5.6vw;
    text-align: center;
  }
}
.top-about__txt span {
  font-size: 105px;
  line-height: 0.4;
  font-weight: bold;
  font-family: "Barlow", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  background: linear-gradient(to bottom, var(--green), #8BAB7C);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .top-about__txt span {
    font-size: 14vw;
  }
}
.top-about__txt small {
  font-size: 80px;
  line-height: 0.525;
  font-weight: bold;
  font-family: "Barlow", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  background: linear-gradient(to bottom, var(--green), #8BAB7C);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .top-about__txt small {
    font-size: 10.6666666667vw;
  }
}
.top-about__note {
  display: flex;
  justify-content: center;
  font-size: 20px;
  line-height: 2.1;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-about__note {
    font-size: max(2.6666666667vw, 14px);
  }
}
.top-about__image {
  position: absolute;
  display: flex;
}
.top-about__image img {
  width: 100%;
}
.-type-1 > .top-about__image {
  width: 79px;
  height: 63px;
  top: 35px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .-type-1 > .top-about__image {
    width: 10.5333333333vw;
    height: 8.4vw;
    top: 4.6666666667vw;
    right: 4vw;
  }
}
.-type-1 > .top-about__image svg {
  width: 100%;
  height: auto;
}
.-type-2 > .top-about__image {
  width: 88px;
  top: 35px;
  right: 34px;
}
@media screen and (max-width: 768px) {
  .-type-2 > .top-about__image {
    width: 11.7333333333vw;
    top: 4.6666666667vw;
    right: 4.5333333333vw;
  }
}
.-type-3 > .top-about__image {
  width: 82px;
  top: 28px;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .-type-3 > .top-about__image {
    width: 10.9333333333vw;
    top: 3.7333333333vw;
    right: 3.3333333333vw;
  }
}
.top-about__more {
  display: flex;
  justify-content: center;
  transform: translateY(34px);
}
@media screen and (max-width: 768px) {
  .top-about__more {
    transform: translateY(9.0666666667vw);
  }
}

.top-mv {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .top-mv {
    margin-bottom: 5.0666666667vw;
  }
}
.top-mv__item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  transform: none !important;
}
@media screen and (max-width: 768px) {
  .top-mv__item {
    grid-template-columns: 1fr;
  }
}
.top-mv__image {
  height: calc(100vh - min(20.5206738132vw, 268px) - 28px);
  min-height: 380px;
  max-height: 845px;
}
@media screen and (max-width: 768px) {
  .top-mv__image {
    height: auto;
    min-height: 0;
  }
}
.top-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-work {
  overflow: hidden;
  background: linear-gradient(124deg, var(--green) 0%, var(--green) 20%, #FFE328) 100%;
}
.top-work__wrap {
  display: flex;
  gap: min(10.4031209363vw, 130px);
}
@media screen and (max-width: 768px) {
  .top-work__wrap {
    flex-direction: column;
    gap: 0;
  }
}
.top-work__item {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  width: 314px;
  padding: 96px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-work__item {
    width: 100%;
    padding: 9.6vw 6.9333333333vw 7.7333333333vw;
  }
}
.top-work__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-work__intro {
    gap: 1.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.top-work__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 48px;
  line-height: 1.4583333333;
}
@media screen and (max-width: 768px) {
  .top-work__head {
    font-size: 8vw;
  }
}
.top-work__head::before {
  content: attr(data-attr);
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-work__head::before {
    font-size: max(2.6666666667vw, 12px);
  }
}
.top-work__lead {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-work__lead {
    font-size: max(2.6666666667vw, 14px);
  }
}
.top-work__txt {
  margin-bottom: 88px;
  font-size: 17px;
  line-height: 2.2941176471;
}
@media screen and (max-width: 768px) {
  .top-work__txt {
    margin-bottom: 6.1333333333vw;
    font-size: max(2.2666666667vw, 14px);
  }
}
.top-work__columns {
  display: grid;
  flex-grow: 1;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  min-width: 1116px;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .top-work__columns {
    grid-template-columns: 1fr;
    gap: 1.6vw;
    min-width: 0;
    margin-left: calc(50% - 50vw);
  }
}
.top-work__column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 678px;
}
@media screen and (max-width: 768px) {
  .top-work__column {
    flex-direction: row;
    gap: 1.6vw;
    width: 100vw;
    height: 23.3641333333vw;
  }
}
.top-work__column.-odd {
  flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
  .top-work__column.-odd {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .top-work__column.-even {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .top-work__column:last-child {
    display: none;
  }
}
.top-work__rows {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .top-work__rows {
    flex-direction: row;
    gap: 2vw;
  }
}
.-odd > .top-work__rows {
  animation: linearSliderToBottom 40s linear infinite;
}
@media screen and (max-width: 768px) {
  .-odd > .top-work__rows {
    animation: linearSliderToLeft 40s linear infinite;
  }
}
.-even > .top-work__rows {
  animation: linearSliderToTop 40s linear infinite;
}
@media screen and (max-width: 768px) {
  .-even > .top-work__rows {
    animation: linearSliderToRight 40s linear infinite;
  }
}
.top-work__row {
  aspect-ratio: 267.25/237.25;
}
@media screen and (max-width: 768px) {
  .top-work__row {
    aspect-ratio: 197.758/175.231;
    width: 26.3677333333vw;
  }
}
.top-work__row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-nav__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .top-nav__items {
    grid-template-columns: 1fr;
    gap: 5.6vw;
  }
}
.top-nav__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 269px;
  padding: 28px 42px 28px 28px;
}
@media screen and (max-width: 768px) {
  .top-nav__item a {
    height: 35.8666666667vw;
    padding: 5.0666666667vw;
  }
}
.top-nav__detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .top-nav__detail {
    gap: 2.4vw;
  }
}
.top-nav__detail span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
  color: var(--green);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-nav__detail span {
    font-size: 4.6666666667vw;
  }
}
.top-nav__detail span::before {
  content: attr(data-attr);
  font-size: 16px;
  line-height: 2.25;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .top-nav__detail span::before {
    font-size: max(2.6666666667vw, 12px);
    font-size: calc(infinity)vw;
    line-height: 1.8;
  }
}
.top-nav__detail i {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  padding-bottom: 5px;
  stroke: #fff;
  border-radius: 50%;
  background: var(--green);
}
@media screen and (max-width: 768px) {
  .top-nav__detail i {
    width: 5.7333333333vw;
    height: 5.7333333333vw;
    padding-bottom: 0.6666666667vw;
  }
}
.top-nav__detail i svg {
  width: 18px;
}
@media screen and (max-width: 768px) {
  .top-nav__detail i svg {
    width: 2.5333333333vw;
  }
}
.top-nav__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-nav__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-interview {
  margin-bottom: 180px;
  background-color: #ECF1E9;
}
@media screen and (max-width: 768px) {
  .top-interview {
    margin-bottom: 13.3333333333vw;
  }
}
.top-interview__inner {
  padding-block: 180px 130px;
}
@media screen and (max-width: 768px) {
  .top-interview__inner {
    padding-block: 16vw;
  }
}
.top-interview__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3.90625vw;
  color: var(--green);
  font-weight: 500;
  font-size: 48px;
  line-height: 1.4583333333;
}
@media screen and (max-width: 768px) {
  .top-interview__head {
    margin-bottom: 13.3333333333vw;
    font-size: 8vw;
  }
}
.top-interview__head::before {
  content: attr(data-attr);
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-interview__head::before {
    font-size: max(2.6666666667vw, 12px);
  }
}
.top-interview__slide {
  padding-block: 2.8645833333vw 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .top-interview__slide {
    padding-block: 7.3333333333vw 10.6666666667vw;
  }
}
.top-interview__slide .splide__track {
  overflow: visible;
}
.top-interview__slide .splide__slide {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-interview__slide .splide__slide.is-prev, .top-interview__slide .splide__slide.is-active {
    margin-right: 3.125vw !important;
  }
}
.top-interview__slide .splide__slide.is-active {
  transform: scale(1.14);
  transform-origin: bottom;
  transition: transform 0.5s ease-in-out;
  z-index: 10;
}
.top-interview__slide .splide__slide.is-active .top-interview__ttl,
.top-interview__slide .splide__slide.is-active .top-interview__meta {
  transform: scale(0.86);
  transform-origin: bottom left;
}
.top-interview__slide .splide__slide.is-active .top-interview__ttl {
  opacity: 1;
}
.top-interview__slide .splide__slide.is-active .top-interview__title-line::before {
  transform: scaleX(1) translateZ(0);
}
.top-interview__slide .splide__slide.is-active .top-interview__title-line > span {
  transform: translateZ(0);
}
.top-interview__slide .splide__pagination {
  gap: 15px;
  right: initial;
  left: 18.75vw;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .top-interview__slide .splide__pagination {
    gap: 2.6666666667vw;
    right: 0;
    left: 0;
  }
}
.top-interview__slide .splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-interview__slide .splide__pagination__page {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.top-interview__slide .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #3E7324;
}
.top-interview__item {
  display: block;
  position: relative;
  aspect-ratio: 362/454;
}
.top-interview__img {
  width: 100%;
}
.top-interview__content {
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 2;
}
.top-interview__ttl {
  margin: 0 0 0.6770833333vw 0.5208333333vw;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #3E7324;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .top-interview__ttl {
    margin: 0 0 1.7333333333vw 1.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.top-interview__title-line {
  position: relative;
  display: inline-block;
  padding: 0.5208333333vw 0.9375vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-interview__title-line {
    padding: 1.3333333333vw 2.4vw;
  }
}
.top-interview__title-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transform: scaleX(0) translateZ(0);
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.4, 0.995) 0.4s;
  transform-origin: left center;
}
.top-interview__title-line > span {
  position: relative;
  display: block;
  transform: translate3d(0, 150%, 0);
  transition: transform 0.6s ease 0.55s;
}
.top-interview__title-line.-line2::before {
  transition-delay: 0.5s;
}
.top-interview__title-line.-line2 > span {
  transition-delay: 0.7s;
}
.top-interview__title-line.-line3::before {
  transition-delay: 0.6s;
}
.top-interview__title-line.-line3 > span {
  transition-delay: 0.8s;
}
.top-interview__title-line + .top-interview__title-line {
  margin-top: 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  .top-interview__title-line + .top-interview__title-line {
    margin-top: 1.3333333333vw;
  }
}
.top-interview__meta {
  display: inline-block;
  min-width: 8.75vw;
  padding: 1.3541666667vw 0.78125vw 0.6770833333vw 0.78125vw;
  background: linear-gradient(to right, #ECF1E9, #ECF1E9) left bottom/70% 100% no-repeat, url(../img/bg_interview.svg) right bottom/auto 100% no-repeat;
}
@media screen and (max-width: 768px) {
  .top-interview__meta {
    min-width: 22.4vw;
    padding: 2.6666666667vw 6.6666666667vw 2.6666666667vw 5.3333333333vw;
  }
}
.top-interview__join-date {
  margin-top: 0.2604166667vw;
  font-size: 0.78125vw;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #808080;
}
@media screen and (max-width: 768px) {
  .top-interview__join-date {
    margin-top: 0.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.top-interview__more {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .top-interview__more {
    margin-top: 10.6666666667vw;
  }
}

.page__intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 37px;
  border-bottom: 1px solid #B3B3B3;
}
@media screen and (max-width: 768px) {
  .page__intro {
    gap: 1.8666666667vw;
    padding-bottom: 3.4666666667vw;
  }
}
.page__head {
  font-size: 40px;
  line-height: 1.3125;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page__head {
    font-size: 3.3333333333vw;
    line-height: 1.93;
  }
}
.page__wrap {
  position: relative;
}
.page__bg {
  position: absolute;
  width: 704px;
  height: 566px;
  top: 32px;
  right: -202px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page__bg {
    width: 93.8666666667vw;
    height: 75.4666666667vw;
    top: 18.6666666667vw;
    right: -26.9333333333vw;
  }
}
.page__bg svg {
  width: 100%;
  height: 100%;
}

.page-mv {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-mv {
    margin-bottom: 2.6666666667vw;
  }
}
.page-mv.mv-bg-page {
  background: url(../img/mv_page.webp) no-repeat 50% 50%;
  background-size: cover;
}
.page-mv.mv-bg-about {
  background: url(../img/mv_about.webp) no-repeat 50% 50%;
  background-size: cover;
}
.page-mv.mv-bg-president {
  background: url(../img/mv_president.webp) no-repeat 50% 50%;
  background-size: cover;
}
.page-mv.mv-bg-welfare {
  background: url(../img/mv_welfare.webp) no-repeat 50% 50%;
  background-size: cover;
}
.page-mv.mv-bg-faq {
  background: url(../img/mv_faq.webp) no-repeat 50% 50%;
  background-size: cover;
}
.page-mv.mv-bg-requirements {
  background: url(../img/mv_requirements.webp) no-repeat 50% 50%;
  background-size: cover;
}
.page-mv__head {
  display: flex;
  align-items: center;
  height: 270px;
  font-size: 40px;
  line-height: 1.3125;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-mv__head {
    height: 26.6666666667vw;
    min-height: 100px;
    font-size: max(4.8vw, 20px);
  }
}
.page-mv__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-nav {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .page-nav {
    margin-top: 5.8666666667vw;
  }
}
.page-nav__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 10px;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.35);
  background: #E2F1CF;
}
@media screen and (max-width: 768px) {
  .page-nav__items {
    grid-template-columns: 1fr;
  }
}
.page-nav__items.-col-2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 735px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-nav__items.-col-2 {
    grid-template-columns: 1fr;
  }
}
.page-nav__item {
  position: relative;
}
.page-nav__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 87px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-nav__item a {
    gap: 1.0666666667vw;
    height: 10.6666666667vw;
    min-height: 40px;
    font-size: max(2.6666666667vw, 14px);
  }
}
.page-nav__item a i {
  width: 16px;
}
@media screen and (max-width: 768px) {
  .page-nav__item a i {
    width: 2.1333333333vw;
  }
}
.page-nav__item a i svg {
  width: 100%;
}
.page-nav__item + .page-nav__item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 27px);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #a8b49b;
}
@media screen and (max-width: 768px) {
  .page-nav__item + .page-nav__item::before {
    width: calc(100% - 5.3333333333vw);
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.page-header__inner {
  padding-block: 150px 40px;
  border-bottom: 1px solid #B3B3B3;
}
@media screen and (max-width: 768px) {
  .page-header__inner {
    padding-block: 13.3333333333vw 5.3333333333vw;
  }
}
.page-header__head {
  font-size: 40px;
  line-height: 1.3125;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .page-header__head {
    font-size: max(4.8vw, 20px);
  }
}
.page-header__breadcrumb-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page-header__breadcrumb-wrap {
    margin-top: 2.6666666667vw;
  }
}

.requirement {
  position: relative;
  margin-top: 87px;
}
@media screen and (max-width: 768px) {
  .requirement {
    margin-top: 11.6vw;
  }
}
.requirement + .requirement {
  margin-top: 108px;
}
@media screen and (max-width: 768px) {
  .requirement + .requirement {
    margin-top: 13.3333333333vw;
  }
}
.requirement__table {
  width: 100%;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .requirement__table {
    margin-top: 0.5333333333vw;
  }
}
.requirement__table th, .requirement__table td {
  padding: 12px 0;
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .requirement__table th, .requirement__table td {
    padding: 1.6vw 0;
    font-size: max(2.4vw, 14px);
  }
}
.requirement__table th {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .requirement__table th {
    width: 24vw;
  }
}
.requirement__rows {
  display: grid;
  flex-direction: column;
  gap: 24px;
  max-width: 744px;
  margin: 114px auto 0;
}
@media screen and (max-width: 768px) {
  .requirement__rows {
    gap: 3.2vw;
    margin-top: 10.6666666667vw;
  }
}
.requirement__row {
  position: relative;
  border: 1px solid #000;
}
.requirement__row:not(:last-child)::before, .requirement__row:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 16px 16.5px 0 16.5px;
}
@media screen and (max-width: 768px) {
  .requirement__row:not(:last-child)::before, .requirement__row:not(:last-child)::after {
    border-width: 2.1333333333vw 2.2vw 0 2.2vw;
  }
}
.requirement__row:not(:last-child)::before {
  top: 100%;
  border-color: #000 transparent transparent transparent;
}
.requirement__row:not(:last-child)::after {
  top: calc(100% - 1px);
  border-color: #fff transparent transparent transparent;
}
.requirement__step {
  display: flex;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .requirement__step {
    font-size: max(2.4vw, 12px);
  }
}
.requirement__step dt {
  flex-shrink: 0;
}
.requirement__step dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 100%;
  text-transform: uppercase;
  background: #E2F1CF;
}
@media screen and (max-width: 768px) {
  .requirement__step dt span {
    width: 18.4vw;
  }
}
.requirement__step dd {
  padding: 18px 30px;
}
@media screen and (max-width: 768px) {
  .requirement__step dd {
    padding: 2.4vw 4vw;
  }
}
.requirement__entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .requirement__entry {
    gap: 2.1333333333vw;
    margin-top: 13.3333333333vw;
  }
}
.requirement__heading {
  font-size: 33px;
  line-height: 1.2727272727;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .requirement__heading {
    font-size: max(4.4vw, 20px);
  }
}
.requirement__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 830px;
  height: 107px;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  border-radius: 55px;
  background: linear-gradient(to left, var(--green) 0%, var(--green) 30%, #FFE328) 100%;
}
@media screen and (max-width: 768px) {
  .requirement__btn {
    height: 14.2666666667vw;
    font-size: max(3.7333333333vw, 18px);
  }
}
.requirement__btn i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
  padding-bottom: 5px;
  stroke: var(--green);
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .requirement__btn i {
    width: 5.7333333333vw;
    height: 5.7333333333vw;
    right: 6.4vw;
    padding-bottom: 0.6666666667vw;
  }
}
.requirement__btn i svg {
  width: 19px;
}
@media screen and (max-width: 768px) {
  .requirement__btn i svg {
    width: 2.5333333333vw;
  }
}

.faq {
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .faq {
    margin-top: 5.8666666667vw;
  }
}
.faq + .faq {
  margin-top: 114px;
}
@media screen and (max-width: 768px) {
  .faq + .faq {
    margin-top: 13.3333333333vw;
  }
}
.faq__item {
  margin-top: 26px;
  color: #fff;
  border-radius: 15px;
  background: #3e7324;
}
@media screen and (max-width: 768px) {
  .faq__item {
    margin-top: 6.4vw;
    border-radius: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .faq__item + .faq__item {
    margin-top: 4vw;
  }
}
.faq__heading {
  display: flex;
  justify-content: space-between;
  padding: 18px 30px;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .faq__heading {
    padding: 14px 4vw;
  }
}
.faq__heading .heading-ttl {
  width: calc(100% - 37px);
  display: flex;
  flex-grow: 1;
  gap: 22px;
  font-size: 24px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .faq__heading .heading-ttl {
    width: calc(100% - 3.6vw - 10px);
    gap: 2.9333333333vw;
    font-size: max(3.2vw, 16px);
  }
}
.faq__heading .heading-ttl .heading-icon {
  font-size: 30px;
  line-height: 1.4;
  color: #FFE33F;
}
@media screen and (max-width: 768px) {
  .faq__heading .heading-ttl .heading-icon {
    font-size: max(4vw, 20px);
  }
}
.faq__heading i {
  position: relative;
  aspect-ratio: 1;
  flex-shrink: 0;
  width: 27px;
}
@media screen and (max-width: 768px) {
  .faq__heading i {
    width: 3.6vw;
  }
}
.faq__heading i::before, .faq__heading i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: #fff;
}
.faq__heading i::after {
  transition: rotate 0.3s;
  rotate: -90deg;
}
[open] > .faq__heading i::after {
  rotate: 0deg;
}
.faq__content {
  position: relative;
}
.faq__content::before {
  content: "";
  position: absolute;
  width: calc(100% - 67px);
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .faq__content::before {
    width: calc(100% - 8.9333333333vw);
  }
}
.faq__detail {
  padding: 14px 30px 26px;
}
@media screen and (max-width: 768px) {
  .faq__detail {
    padding: 14px 4vw 26px;
  }
}
.faq__txt {
  position: relative;
  padding-left: 46px;
  font-size: 21px;
  line-height: 1.7619047619;
}
@media screen and (max-width: 768px) {
  .faq__txt {
    padding-left: 6.1333333333vw;
    font-size: max(2.8vw, 14px);
  }
}
.faq__txt span {
  position: absolute;
  font-size: 30px;
  line-height: 1.2333333333;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .faq__txt span {
    font-size: max(4vw, 20px);
  }
}
.faq__txt a {
  text-decoration: underline;
}

.benefit {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .benefit {
    margin-top: 10.6666666667vw;
  }
}
.benefit__rows {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .benefit__rows {
    margin-top: 6.6666666667vw;
  }
}
.benefit__row + .benefit__row {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .benefit__row + .benefit__row {
    margin-top: 8vw;
  }
}
.benefit__head {
  margin-bottom: 32px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .benefit__head {
    margin-bottom: 4.2666666667vw;
    font-size: max(4vw, 18px);
  }
}
.benefit__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 44px 36px;
}
@media screen and (max-width: 768px) {
  .benefit__columns {
    gap: 5.3333333333vw;
  }
}
.benefit__column {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  width: calc(33.3333333333% - 24px);
  min-width: 376px;
  max-width: calc(50% - 24px);
  min-height: 275px;
  padding: 20px 16px;
  color: #fff;
  border-radius: 15px;
  background: #3e7324;
}
@media screen and (max-width: 1040px) {
  .benefit__column {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .benefit__column {
    min-width: 0;
    max-width: 100%;
    min-height: 43.7333333333vw;
    border-radius: 2vw;
  }
}
.benefit__column.-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  max-width: 100%;
  padding: 32px 30px 32px 54px;
}
@media screen and (max-width: 1040px) {
  .benefit__column.-horizontal {
    flex-direction: column;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .benefit__column.-horizontal {
    max-width: 100%;
    padding: 4.2666666667vw 4vw;
  }
}
.benefit__column.-col-1 {
  width: 100%;
  max-width: 100%;
  min-height: 0;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .benefit__column.-col-1 {
    margin-top: 5.3333333333vw;
  }
}
.benefit__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 24px;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 768px) {
  .benefit__heading {
    gap: 0.2666666667vw;
    font-size: max(3.2vw, 16px);
  }
}
.benefit__heading::after {
  content: "";
  width: 93px;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .benefit__heading::after {
    width: 12.4vw;
    height: 0.2666666667vw;
  }
}
.benefit__detail {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
.benefit__allowance {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.benefit__allowance span {
  margin-right: auto;
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .benefit__allowance span {
    font-size: max(4.8vw, 24px);
  }
}
.benefit__allowance span em {
  font-size: 75px;
  line-height: 1.0666666667;
  font-weight: bold;
  font-family: "Barlow", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
}
@media screen and (max-width: 768px) {
  .benefit__allowance span em {
    font-size: 10vw;
  }
}
.benefit__allowance span span {
  display: inline-block;
  font-size: 24px;
  transform: translateY(-18px);
}
@media screen and (max-width: 768px) {
  .benefit__allowance span span {
    font-size: max(3.2vw, 16px);
    transform: translateY(-1.6vw);
  }
}
.benefit__allowance span + span {
  margin: 0 0 0 auto;
}
.benefit__allowance small {
  font-size: 18px;
  line-height: 1.5714285714;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .benefit__allowance small {
    font-size: max(2.4vw, 12px);
  }
}
.benefit__allowance.-center span {
  margin: 0 auto;
}
.benefit__allowance.-type-1 span em {
  font-size: 90px;
}
@media screen and (max-width: 768px) {
  .benefit__allowance.-type-1 span em {
    font-size: 12vw;
  }
}
.benefit__allowance.-type-2 span:first-child {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .benefit__allowance.-type-2 span:first-child {
    font-size: max(2.6666666667vw, 12px);
  }
}
.benefit__allowance.-type-2 span:first-child em {
  font-size: 45px;
  line-height: 0.6222222222;
}
@media screen and (max-width: 768px) {
  .benefit__allowance.-type-2 span:first-child em {
    font-size: 6vw;
  }
}
.benefit__allowance.-type-2 span:nth-child(2):first-letter {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .benefit__allowance.-type-2 span:nth-child(2):first-letter {
    font-size: 5.3333333333vw;
  }
}
.benefit__allowance.-type-3 {
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .benefit__allowance.-type-3 {
    gap: 0;
  }
}
.benefit__lead {
  font-size: 18px;
  line-height: 1.6111111111;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (max-width: 768px) {
  .benefit__lead {
    font-size: max(2.4vw, 14px);
  }
}
.benefit__data {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefit__data span {
  white-space: nowrap;
  font-size: 24px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .benefit__data span {
    font-size: max(3.2vw, 16px);
  }
}
.benefit__data span em {
  font-size: 33px;
  line-height: 1.2727272727;
}
@media screen and (max-width: 768px) {
  .benefit__data span em {
    font-size: max(4.4vw, 20px);
  }
}
.benefit__data span em b {
  font-size: 85px;
  line-height: 0.4941176471;
  font-weight: bold;
  font-family: "Barlow", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
}
@media screen and (max-width: 768px) {
  .benefit__data span em b {
    font-size: 11.3333333333vw;
  }
}
.benefit__data > small {
  font-size: 14px;
  line-height: 1.5714285714;
}
@media screen and (max-width: 768px) {
  .benefit__data > small {
    font-size: max(1.8666666667vw, 12px);
  }
}
.benefit__note {
  position: absolute;
  bottom: 12px;
  right: 18px;
  font-size: 14px;
  line-height: 1.5714285714;
}
@media screen and (max-width: 768px) {
  .benefit__note {
    bottom: 1.6vw;
    right: 2.4vw;
    font-size: max(1.8666666667vw, 12px);
  }
}
.benefit__item {
  flex-grow: 1;
  max-width: 623px;
}
@media screen and (max-width: 768px) {
  .benefit__item {
    max-width: 100%;
  }
}
.benefit__txt {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .benefit__txt {
    margin-top: 3.2vw;
    font-size: max(2.1333333333vw, 14px);
  }
}
.benefit__image {
  width: 445px;
}
@media screen and (max-width: 1040px) {
  .benefit__image {
    width: 100%;
  }
}
.benefit__image img {
  width: 100%;
}
.benefit__other {
  font-size: 18px;
  line-height: 1.6111111111;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .benefit__other {
    font-size: max(2.4vw, 14px);
  }
}

.training {
  position: relative;
  margin-top: 170px;
  padding: 146px 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .training {
    margin-top: 16vw;
    padding: 8vw 0;
  }
}
.training::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #3e7324 0%, #3e7324 80%, #fff 100%);
  z-index: -1;
}
.training__rows {
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .training__rows {
    margin-top: 8vw;
  }
}
.training__row + .training__row {
  margin-top: 82px;
}
@media screen and (max-width: 768px) {
  .training__row + .training__row {
    margin-top: 9.3333333333vw;
  }
}
.training__heading {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .training__heading {
    margin-bottom: 1.3333333333vw;
    font-size: max(3.7333333333vw, 18px);
  }
}
.training__txt {
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 1.75;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .training__txt {
    margin-bottom: 3.7333333333vw;
    font-size: max(3.2vw, 14px);
  }
}
.training__item {
  padding: 22px 34px 60px;
  border-radius: 15px;
  background: #E2F1CF;
}
@media screen and (max-width: 768px) {
  .training__item {
    padding: 2.9333333333vw 4vw 5.3333333333vw;
    border-radius: 2vw;
  }
}
.training__item dt {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .training__item dt {
    margin-bottom: 1.3333333333vw;
    font-size: max(2.6666666667vw, 14px);
  }
}
.training__columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(362px, 1fr));
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .training__columns {
    grid-template-columns: 1fr;
    gap: 3.2vw;
  }
}
.training__column {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 73px;
  font-size: 20px;
  border: 1px solid var(--green);
  border-radius: 15px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .training__column {
    height: 9.7333333333vw;
    min-height: 36px;
    font-size: max(2.6666666667vw, 14px);
    border-radius: 2vw;
  }
}

.training-process {
  margin-top: 48px;
  padding: 56px 30px;
  border-radius: 15px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .training-process {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw 4vw;
    border-radius: 2vw;
  }
}
.training-process__item {
  position: relative;
  display: flex;
  gap: 42px;
  max-width: 1054px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .training-process__item {
    gap: 5.6vw;
  }
}
.training-process__item + .training-process__item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .training-process__item + .training-process__item {
    margin-top: 5.3333333333vw;
  }
}
.training-process__item:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% + 50px);
  top: 9px;
  left: 111px;
  background: var(--green);
}
@media screen and (max-width: 768px) {
  .training-process__item:not(:last-child)::before {
    height: calc(100% + 6.6666666667vw);
    top: 1.2vw;
    left: 14.8vw;
  }
}
.training-process__heading {
  position: relative;
  flex-shrink: 0;
  width: 98px;
  padding-top: 8px;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .training-process__heading {
    width: 13.0666666667vw;
    padding-top: 1.0666666667vw;
    font-size: max(2.4vw, 10px);
  }
}
.training-process__heading::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 6px;
  left: 100%;
  border-radius: 50%;
  background: var(--green);
}
@media screen and (max-width: 768px) {
  .training-process__heading::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    top: 0.8vw;
    left: 13.3333333333vw;
  }
}
.training-process__detail {
  flex-grow: 1;
  padding: 18px 38px 28px;
  border-radius: 15px;
  background: #E6E6E6;
}
@media screen and (max-width: 768px) {
  .training-process__detail {
    padding: 2.4vw 4vw 3.2vw;
    border-radius: 2vw;
  }
}
.training-process__detail dt {
  font-size: 22px;
  font-weight: 600;
  color: var(--green);
}
@media screen and (max-width: 768px) {
  .training-process__detail dt {
    font-size: max(2.9333333333vw, 14px);
  }
}
.training-process__detail dd {
  max-width: 742px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .training-process__detail dd {
    max-width: 100%;
    font-size: max(2.1333333333vw, 12px);
  }
}

.about-data {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .about-data {
    margin-top: 10.6666666667vw;
  }
}
.about-data__columns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 38px;
  margin: 72px 0 86px;
  padding: 55px 0;
}
@media screen and (max-width: 768px) {
  .about-data__columns {
    gap: 6.6666666667vw;
    margin: 9.6vw 0 11.4666666667vw;
  }
}
.about-data__columns::before {
  content: "";
  position: absolute;
  width: calc(100% + 110px);
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #3e7324;
  z-index: -1;
}
.about-data__column {
  position: relative;
  width: 582px;
  height: 233px;
  padding: 25px 40px;
  border-radius: 15px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .about-data__column {
    width: 100%;
    height: 31.0666666667vw;
    min-height: 116px;
    padding: 3.3333333333vw 5.3333333333vw;
  }
}
.about-data__column.-horizontal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-data__column.-wide {
  width: 100%;
  height: 516px;
}
@media screen and (max-width: 1305px) {
  .about-data__column.-wide {
    width: 582px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .about-data__column.-wide {
    width: 100%;
  }
}
.about-data__detail {
  width: 100%;
}
.about-data__heading {
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about-data__heading {
    margin-bottom: 3.7333333333vw;
    font-size: max(3.2vw, 16px);
  }
}
.about-data__since {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .about-data__since {
    gap: 5.3333333333vw;
  }
}
.about-data__year {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-data__year + .about-data__year::before {
  content: "/";
  position: absolute;
  top: 20px;
  left: -30px;
  font-size: 42px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .about-data__year + .about-data__year::before {
    top: 2.6666666667vw;
    left: -4vw;
    font-size: 5.6vw;
  }
}
.about-data__txt {
  white-space: nowrap;
  font-size: 42px;
  line-height: 1.2380952381;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about-data__txt {
    font-size: 5.6vw;
  }
}
.about-data__txt span {
  margin-right: 10px;
  font-size: 105px;
  line-height: 0.4;
  font-weight: bold;
  font-family: "Barlow", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  background: linear-gradient(to bottom, var(--green), #8BAB7C);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .about-data__txt span {
    margin-right: 1.3333333333vw;
    font-size: 14vw;
  }
}
.about-data__txt small {
  font-size: 80px;
  line-height: 0.525;
  font-weight: bold;
  font-family: "Barlow", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  background: linear-gradient(to bottom, var(--green), #8BAB7C);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .about-data__txt small {
    font-size: 10.6666666667vw;
  }
}
.about-data__note {
  display: flex;
  justify-content: center;
  font-size: 20px;
  line-height: 2.1;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-data__note {
    font-size: max(2.6666666667vw, 12px);
  }
}
.about-data__image img {
  width: 100%;
}
.-type-1 > .about-data__image {
  position: absolute;
  display: flex;
  width: 84px;
  height: 67px;
  top: 26px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .-type-1 > .about-data__image {
    width: 11.2vw;
    height: 8.9333333333vw;
    top: 3.4666666667vw;
    right: 4vw;
  }
}
.-type-1 > .about-data__image svg {
  width: 100%;
  height: 100%;
}
.-type-2 > .about-data__image {
  width: 178px;
  padding-top: 26px;
}
@media screen and (max-width: 768px) {
  .-type-2 > .about-data__image {
    width: 23.7333333333vw;
    padding-top: 3.4666666667vw;
  }
}
.-type-3 > .about-data__image {
  width: 146px;
}
@media screen and (max-width: 768px) {
  .-type-3 > .about-data__image {
    width: 19.4666666667vw;
  }
}
.-type-4 > .about-data__image {
  width: 195px;
}
@media screen and (max-width: 768px) {
  .-type-4 > .about-data__image {
    width: 26vw;
  }
}
.-type-5 > .about-data__image {
  width: 172px;
}
@media screen and (max-width: 768px) {
  .-type-5 > .about-data__image {
    width: 22.9333333333vw;
  }
}
.-type-6 > .about-data__image {
  width: 196px;
}
@media screen and (max-width: 768px) {
  .-type-6 > .about-data__image {
    width: 26.1333333333vw;
  }
}
.-type-9 > .about-data__image {
  width: 196px;
}
@media screen and (max-width: 768px) {
  .-type-9 > .about-data__image {
    width: 26.1333333333vw;
  }
}
.about-data__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px 38px;
}
@media screen and (max-width: 768px) {
  .about-data__items {
    gap: 13.3333333333vw;
  }
}
.about-data__items::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  bottom: 0;
  left: calc(50% - 14px);
  transform: translateX(-50%);
  background: #3e7324;
}
@media screen and (max-width: 1305px) {
  .about-data__items::before {
    background: none;
  }
}
.about-data__item {
  position: relative;
  width: 542px;
}
@media screen and (max-width: 768px) {
  .about-data__item {
    width: 100%;
  }
}
.about-data__lead {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about-data__lead {
    margin-bottom: 2.1333333333vw;
    font-size: max(2.6666666667vw, 14px);
  }
}
.about-data__lead::before {
  content: "■";
}
.about-data__members {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 4px;
}
.about-data__members::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 95px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/bg_about_01.png);
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .about-data__members::before {
    height: 12.6666666667vw;
  }
}
.about-data__members.-type-2 {
  width: 100%;
}
.about-data__member {
  position: relative;
}
.about-data__member dt {
  position: absolute;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  top: 0;
  left: 175px;
  font-size: 16px;
  line-height: 2.625;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about-data__member dt {
    width: 8vw;
    left: 23.3333333333vw;
    font-size: 2.1333333333vw;
  }
}
.about-data__member dt i {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-data__member dt i img {
  width: 100%;
}
.about-data__member dd {
  white-space: nowrap;
  font-size: 42px;
  line-height: 1.2380952381;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about-data__member dd {
    font-size: 5.6vw;
  }
}
.about-data__member dd span {
  margin-right: -4px;
  font-size: 105px;
  line-height: 0.4;
  font-weight: bold;
  font-family: "Barlow", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  background: linear-gradient(to bottom, var(--green), #8BAB7C);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .about-data__member dd span {
    margin-right: -0.2666666667vw;
    font-size: 14vw;
  }
}
.about-data__member dd small {
  font-size: 80px;
  line-height: 0.525;
  font-weight: bold;
  font-family: "Barlow", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  background: linear-gradient(to bottom, var(--green), #8BAB7C);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .about-data__member dd small {
    font-size: 10.6666666667vw;
  }
}
.-type-1 > .about-data__member {
  padding-top: 78px;
}
@media screen and (max-width: 768px) {
  .-type-1 > .about-data__member {
    padding-top: 10.4vw;
  }
}
.-type-2 > .about-data__member dt {
  top: -78px;
}
@media screen and (max-width: 768px) {
  .-type-2 > .about-data__member dt {
    top: -10.4vw;
    left: min(26.6666666667vw, 120px);
  }
}
.about-data__fig img {
  width: 100%;
}
.-type-1 > .about-data__fig {
  width: 490px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .-type-1 > .about-data__fig {
    width: 65.3333333333vw;
    margin-top: 4vw;
  }
}
.-type-2 > .about-data__fig {
  position: absolute;
  width: 278px;
  top: -64px;
  right: -12px;
}
@media screen and (max-width: 768px) {
  .-type-2 > .about-data__fig {
    width: 37.0666666667vw;
    top: -8.5333333333vw;
    right: -1.6vw;
  }
}
.about-data__table {
  width: 100%;
}
.about-data__table thead th {
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-data__table thead th {
    padding-bottom: 1.0666666667vw;
    font-size: 2.6666666667vw;
  }
}
.about-data__table tbody th {
  white-space: nowrap;
  font-size: 18px;
  line-height: 2.3333333333;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .about-data__table tbody th {
    font-size: 2.4vw;
  }
}
.about-data__table tbody td {
  text-align: center;
}
.about-data__table tbody td > span {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  width: 140px;
  padding: 9px 0;
  white-space: nowrap;
  font-size: 26px;
  line-height: 1.3461538462;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about-data__table tbody td > span {
    width: 18.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.about-data__table tbody td > span span {
  font-size: 41px;
  line-height: 0.8536585366;
  font-weight: bold;
  font-family: "Barlow", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  background: linear-gradient(to bottom, var(--green), #8BAB7C);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .about-data__table tbody td > span span {
    font-size: 5.4666666667vw;
  }
}
.about-data__table tbody td > span small {
  margin-right: 4px;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  font-family: "Barlow", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  background: linear-gradient(to bottom, var(--green), #8BAB7C);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .about-data__table tbody td > span small {
    margin-right: 0.5333333333vw;
    font-size: 2.6666666667vw;
  }
}
.about-data__table tbody td + td {
  position: relative;
}
.about-data__table tbody td + td > span::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 20px;
  background: url(../img/bg_about_01.png);
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .about-data__table tbody td + td > span::before {
    left: 2.6666666667vw;
  }
}
.about-data__foot {
  margin-bottom: 52px;
  font-size: 28px;
  line-height: 1.5892857143;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-data__foot {
    margin-bottom: 6.9333333333vw;
    font-size: max(3.7333333333vw, 20px);
  }
}
.about-data__foot::after {
  content: "▼";
}
.about-data__more {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 830px;
  height: 107px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
  color: #F1E321;
  letter-spacing: 0.125em;
  overflow: hidden;
  border-radius: 54px;
  background: var(--green);
}
@media screen and (max-width: 768px) {
  .about-data__more {
    height: 14.2666666667vw;
    font-size: max(4.6666666667vw, 20px);
  }
}
.about-data__more::before {
  content: attr(data-attr);
  position: absolute;
  bottom: 0;
  left: 30px;
  font-size: 67px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #fff, var(--green));
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .about-data__more::before {
    left: 4vw;
    font-size: 8.9333333333vw;
  }
}
.about-data__more i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  padding-bottom: 5px;
  border-radius: 50%;
  stroke: var(--green);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .about-data__more i {
    width: 5.7333333333vw;
    height: 5.7333333333vw;
    right: 6.4vw;
    padding-bottom: 0.6666666667vw;
  }
}
.about-data__more i svg {
  width: 19px;
}
@media screen and (max-width: 768px) {
  .about-data__more i svg {
    width: 2.5333333333vw;
  }
}

.about-point {
  margin-top: 208px;
}
@media screen and (max-width: 768px) {
  .about-point {
    margin-top: 17.3333333333vw;
  }
}
.about-point__rows {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .about-point__rows {
    margin-top: 8vw;
  }
}
.about-point__row {
  position: relative;
  padding: 82px 0 98px;
}
@media screen and (max-width: 768px) {
  .about-point__row {
    padding: 10.6666666667vw 0 12vw;
  }
}
.about-point__row::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.about-point__row.-type-1::before {
  background: #FFFBE2;
}
.about-point__row.-type-2::before {
  content: none;
}
.about-point__row.-type-3 {
  display: none;
}
.about-point__row.-type-3::before {
  background: linear-gradient(to bottom, #FFFBE2 0%, #FFFBE2 80%, #fff 100%);
}
.about-point__head {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .about-point__head {
    gap: 1.3333333333vw;
  }
}
.about-point__head i {
  flex-shrink: 0;
  width: 180px;
  font-size: 146px;
  line-height: 1;
  font-weight: bold;
  font-family: "Barlow", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  letter-spacing: 0.05em;
  opacity: 0.55;
  background: linear-gradient(to right, #FFE328, var(--green));
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .about-point__head i {
    width: 18.6666666667vw;
    font-size: 14.6666666667vw;
  }
}
.about-point__head span {
  font-size: 33px;
  line-height: 1.5909090909;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about-point__head span {
    font-size: max(4vw, 18px);
  }
}
.about-point__head span em {
  color: var(--green);
}
.about-point__fig {
  margin: 48px 0 52px;
}
@media screen and (max-width: 768px) {
  .about-point__fig {
    margin: 6.4vw 0 6.9333333333vw;
  }
}
.about-point__fig img {
  width: 100%;
}
.about-point__foot {
  word-break: auto-phrase;
  font-size: 30px;
  line-height: 1.4833333333;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-point__foot {
    font-size: max(4vw, 18px);
  }
}
.about-point__lead {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 56px 0;
  word-break: auto-phrase;
  font-size: 30px;
  line-height: 1.4833333333;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-point__lead {
    gap: 4vw;
    margin: 7.4666666667vw 0;
    font-size: max(4vw, 18px);
  }
}
.about-point__lead i {
  aspect-ratio: 30/34.75;
  display: flex;
  flex-shrink: 0;
  width: 30px;
  fill: none;
  stroke: #141414;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  transform: translateY(5px);
}
@media screen and (max-width: 768px) {
  .about-point__lead i {
    width: 4vw;
    transform: translateY(0.6666666667vw);
  }
}
.about-point__lead i svg {
  width: 100%;
}
.about-point__shops {
  display: flex;
  justify-content: center;
  gap: min(6.5019505852vw, 100px);
  margin-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .about-point__shops {
    margin-bottom: 8vw;
  }
}
.about-point__shop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 661px;
}
@media screen and (max-width: 768px) {
  .about-point__shop {
    width: 100%;
    gap: 2.6666666667vw;
  }
}
.about-point__shop img {
  width: 100%;
}
.about-point__shop figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 302px;
  height: 57px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 30px;
  background: #E2F1CF;
}
@media screen and (max-width: 768px) {
  .about-point__shop figcaption {
    width: 40.2666666667vw;
    height: 7.6vw;
    font-size: max(2.9333333333vw, 14px);
  }
}
.about-point__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(6.5019505852vw, 100px);
  margin-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .about-point__images {
    grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
    margin-bottom: 8vw;
  }
}
.about-point__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .about-point__image {
    gap: 2.6666666667vw;
  }
}
.about-point__image img {
  width: 100%;
}
.about-point__image figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 302px;
  height: 57px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 30px;
  background: #E2F1CF;
}
@media screen and (max-width: 768px) {
  .about-point__image figcaption {
    width: 40.2666666667vw;
    height: 7.6vw;
    font-size: max(2.9333333333vw, 14px);
  }
}
.about-point__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 76px min(6.5019505852vw, 100px);
  margin-top: 68px;
}
@media screen and (max-width: 768px) {
  .about-point__columns {
    row-gap: 5.3333333333vw;
    margin-top: 8vw;
  }
}
.about-point__heading {
  margin-bottom: 24px;
  font-size: 25px;
  line-height: 1.78;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about-point__heading {
    margin-bottom: 3.2vw;
    font-size: max(3.3333333333vw, 16px);
  }
}
.about-point__heading::before {
  content: "■";
  color: var(--green);
}
.about-point__heading:has(+ p) {
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .about-point__heading:has(+ p) {
    margin-bottom: 1.4666666667vw;
  }
}
.about-point__txt {
  margin-top: 11px;
  font-size: 19px;
  line-height: 1.8157894737;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about-point__txt {
    margin-top: 1.4666666667vw;
    font-size: max(2.5333333333vw, 14px);
  }
}
.about-point__desc {
  font-size: 19px;
  line-height: 1.8157894737;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about-point__desc {
    font-size: max(2.5333333333vw, 14px);
  }
}

.work-nav {
  position: relative;
  margin-top: 125px;
}
@media screen and (max-width: 768px) {
  .work-nav {
    margin-top: 12.8vw;
  }
}
.work-nav::after {
  background: url(../img/img_work_00.png) no-repeat;
  background-size: contain;
  content: "";
  aspect-ratio: 1;
  width: min(86.5185185185vw, 1168px);
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .work-nav::after {
    width: 80vw;
  }
}
.work-nav__items {
  position: relative;
  aspect-ratio: 1;
  width: min(86.5185185185vw, 1168px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .work-nav__items {
    width: 80vw;
  }
}
.work-nav__item {
  position: absolute;
  width: min(27.9259259259vw, 377px);
  z-index: 1;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .work-nav__item {
    display: flex;
    justify-content: center;
    width: 26.6666666667vw;
  }
}
.work-nav__item.-type-1 {
  top: 32%;
  left: 22.4%;
}
@media screen and (max-width: 768px) {
  .work-nav__item.-type-1 {
    top: 25%;
    left: 20%;
  }
}
.work-nav__item.-type-1 .work-nav__child:nth-child(6) {
  grid-column: 1;
  grid-row: 4;
}
.work-nav__item.-type-2 {
  top: 16.5%;
  left: 57.8%;
}
@media screen and (max-width: 768px) {
  .work-nav__item.-type-2 {
    top: 9.2%;
    left: 55.8%;
  }
}
.work-nav__item.-type-2 .work-nav__child:nth-child(5) {
  grid-column: 2;
  grid-row: 3;
}
.work-nav__item.-type-2 .work-nav__child:nth-child(6) {
  grid-column: 2;
  grid-row: 4;
}
.work-nav__item.-type-3 {
  top: 47%;
  left: 85.5%;
}
@media screen and (max-width: 768px) {
  .work-nav__item.-type-3 {
    top: 40.7%;
    left: 86.4%;
  }
}
.work-nav__item.-type-3 .work-nav__children {
  grid-template-columns: 1fr;
}
.work-nav__item.-type-4 {
  top: 83%;
  left: 64.5%;
}
@media screen and (max-width: 768px) {
  .work-nav__item.-type-4 {
    top: 78.4%;
  }
}
.work-nav__item.-type-4 .work-nav__child:nth-child(5) {
  grid-column: 1;
  grid-row: 3;
}
.work-nav__item.-type-4 .work-nav__child:nth-child(6) {
  grid-column: 1;
  grid-row: 4;
}
.work-nav__item.-type-5 {
  top: 71.6%;
  left: 21.8%;
}
@media screen and (max-width: 768px) {
  .work-nav__item.-type-5 {
    top: 64%;
    left: 20.8%;
  }
}
.work-nav__item.-type-5 .work-nav__children {
  grid-template-columns: 1fr;
}
.work-nav__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(1.4814814815vw, 20px);
}
@media screen and (max-width: 768px) {
  .work-nav__detail {
    display: none;
  }
}
.work-nav__detail dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .work-nav__detail dt {
    gap: 1.2vw;
  }
}
.work-nav__detail dt span {
  font-size: min(2.2222222222vw, 30px);
  line-height: 1.4333333333;
  color: #fff;
  text-align: center;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .work-nav__detail dt span {
    font-size: 2.6666666667vw;
    line-height: 1.211;
  }
}
.work-nav__detail dt i {
  display: none;
}
@media screen and (max-width: 768px) {
  .work-nav__detail dt i {
    display: flex;
    width: 2.5333333333vw;
    height: 0.6666666667vw;
    stroke: #808080;
  }
}
.work-nav__detail dt i svg {
  width: 100%;
  height: 100%;
}
.work-nav__children {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.037037037vw, 14px) min(1.3333333333vw, 18px);
}
@media screen and (max-width: 768px) {
  .work-nav__children {
    display: none;
  }
}
.work-nav__children.-vertical {
  flex-direction: column;
  align-items: center;
}
.work-nav__child {
  width: min(13.2592592593vw, 179px);
}
.work-nav__child a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: min(2.4444444444vw, 33px);
  padding: 0 min(1.037037037vw, 14px);
  font-size: min(1.1111111111vw, 15px);
  font-weight: 400;
  letter-spacing: 0.1em;
  border-radius: 5px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.work-nav__child a i {
  display: flex;
  width: min(1.4074074074vw, 19px);
  height: min(0.3703703704vw, 5px);
  stroke: #808080;
}
.work-nav__child a i svg {
  width: 100%;
  height: 100%;
}
.work-nav__image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.work-nav__image img {
  width: 100%;
}
.work-nav__link {
  display: none;
}
@media screen and (max-width: 768px) {
  .work-nav__link {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.8666666667vw;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.04em;
  }
}
.work-nav__link span {
  font-size: min(2.2222222222vw, 30px);
  line-height: 1.4333333333;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .work-nav__link span {
    font-size: 2.9333333333vw;
    line-height: 1.1009090909;
  }
}
.work-nav__link i {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8666666667vw;
  stroke: #808080;
  border-radius: 50%;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .work-nav__link i {
    width: 3.7333333333vw;
  }
}
.work-nav__link i svg {
  width: 1.6vw;
  height: 0.8vw;
}
.work-nav__icon {
  position: absolute;
  display: block;
  width: min(18.7407407407vw, 253px);
  top: 53.2%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .work-nav__icon {
    width: 17.3333333333vw;
  }
}
.work-nav__icon img {
  width: 100%;
}

.work-data {
  margin-top: 144px;
}
@media screen and (max-width: 768px) {
  .work-data {
    margin-top: 12.2666666667vw;
  }
}
.work-data.data-orange .work-data__head i {
  fill: #F4A52D;
}
.work-data.data-orange .work-data__column::before {
  background: rgba(253, 237, 213, 0.8);
}
.work-data.data-orange .work-data__content::before {
  background: #F4A52D;
}
.work-data.data-blue .work-data__head i {
  fill: #AADCFF;
}
.work-data.data-blue .work-data__column::before {
  background: rgba(238, 248, 255, 0.8);
}
.work-data.data-blue .work-data__content::before {
  background: #AADCFF;
}
.work-data.data-pink .work-data__head i {
  fill: #FF869E;
}
.work-data.data-pink .work-data__column::before {
  background: linear-gradient(80deg, #FFCFD8, #FF869E);
}
.work-data.data-pink .work-data__content::before {
  background: #FF869E;
}
.work-data.data-yellow .work-data__head i {
  fill: #F1E321;
}
.work-data.data-yellow .work-data__column::before {
  background: rgba(241, 227, 33, 0.2);
}
.work-data.data-yellow .work-data__content::before {
  background: #F1E321;
}
.work-data.data-green .work-data__head i {
  fill: #AAC323;
}
.work-data.data-green .work-data__column::before {
  background: rgba(238, 243, 211, 0.8);
}
.work-data.data-green .work-data__content::before {
  background: #AAC323;
}
.work-data.data-purple .work-data__head i {
  fill: #AA87B4;
}
.work-data.data-purple .work-data__column::before {
  background: rgba(238, 231, 240, 0.8);
}
.work-data.data-purple .work-data__content::before {
  background: #AA87B4;
}
.work-data + .work-data {
  margin-top: 108px;
}
@media screen and (max-width: 768px) {
  .work-data + .work-data {
    margin-top: 10.6666666667vw;
  }
}
.work-data__head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 48px;
  font-size: 30px;
  line-height: 1.4333333333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .work-data__head {
    gap: 1.8666666667vw;
    margin-bottom: 3.4666666667vw;
    font-size: max(3.0666666667vw, 16px);
  }
}
.work-data__head i {
  display: flex;
  flex-shrink: 0;
  width: 24px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .work-data__head i {
    width: 2.5333333333vw;
    min-width: 12px;
    height: 2.2666666667vw;
    min-height: 10px;
  }
}
.work-data__head i svg {
  width: 100%;
  height: 100%;
}
.work-data__columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(50% - 17px, 378px), 1fr));
  gap: 26px 34px;
}
@media screen and (max-width: 768px) {
  .work-data__columns {
    grid-template-columns: 1fr;
    gap: 9px;
  }
}
.work-data__columns::after {
  content: "";
  margin-top: -26px;
}
.work-data__column {
  position: relative;
  border-radius: 15px;
  z-index: 1;
}
.work-data__column::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15px;
  z-index: -1;
}
.work-data__summary {
  padding: 15px 25px 6px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .work-data__summary {
    pointer-events: auto;
    display: flex;
    align-items: center;
    height: 8.4vw;
    min-height: 40px;
    padding: 0 3.4666666667vw;
  }
}
.work-data__summary i {
  display: none;
}
@media screen and (max-width: 768px) {
  .work-data__summary i {
    position: relative;
    display: block;
    aspect-ratio: 1;
    width: 2.5333333333vw;
  }
}
.work-data__summary i::before, .work-data__summary i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: #808080;
  transition: rotate 0.3s;
}
.work-data__summary i::after {
  rotate: 90deg;
}
[open] > .work-data__summary i::after {
  rotate: 180deg;
}
.work-data__heading {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .work-data__heading {
    font-size: max(2.6666666667vw, 14px);
    width: 100%;
    display: grid;
    grid-template-columns: calc(100% - 2.6666666667vw - 10px) 2.6666666667vw;
    align-items: center;
    justify-content: space-between;
    gap: 0 10px;
  }
  .work-data__heading span {
    line-height: 1.3;
  }
}
.work-data__content {
  padding: 0 25px 25px;
}
@media screen and (max-width: 768px) {
  .work-data__content {
    position: relative;
    padding: 15px 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .work-data__content::before {
    content: "";
    position: absolute;
    width: 79.3333333333vw;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.work-data__txt {
  font-size: 16px;
  line-height: 1.4375;
  min-height: 69px;
}
@media screen and (max-width: 768px) {
  .work-data__txt {
    min-height: 8.4vw;
    font-size: max(2.1333333333vw, 14px);
  }
}

.president {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .president {
    margin-top: 9.3333333333vw;
  }
}
.president__head {
  position: relative;
  margin-bottom: 60px;
  padding-left: 36px;
  font-size: 35px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .president__head {
    margin-bottom: 6.6666666667vw;
    padding-left: 4.8vw;
    font-size: max(4.2666666667vw, 18px);
  }
}
.president__head::before {
  content: "";
  position: absolute;
  width: 5px;
  height: calc(100% - 28px);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #3e7324;
}
@media screen and (max-width: 768px) {
  .president__head::before {
    width: 0.6666666667vw;
    height: calc(100% - 3.7333333333vw);
  }
}
.president__wrap {
  display: grid;
  grid-template-columns: 1fr clamp(280px, 33.6906584992vw, 440px);
  gap: min(5.2015604681vw, 68px);
}
@media screen and (max-width: 768px) {
  .president__wrap {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
.president__txt {
  font-size: 17px;
  line-height: 1.7941176471;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .president__txt {
    font-size: max(2.2666666667vw, 14px);
  }
}
.president__name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 42px;
  font-size: 16px;
  line-height: 1.78125;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .president__name {
    margin-top: 5.6vw;
    font-size: max(2.1333333333vw, 12px);
  }
}
.president__name em {
  font-size: 22px;
  line-height: 1.2954545455;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .president__name em {
    font-size: max(2.9333333333vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .president__image {
    order: -1;
  }
}
.president__image img {
  width: 100%;
}

.interview-nav {
  margin-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .interview-nav {
    margin-top: 16vw;
    padding-bottom: 8vw;
  }
}
.interview-nav__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr));
  gap: 95px 74px;
  counter-reset: interview-counter;
}
@media screen and (769px <= width <= 1040px) {
  .interview-nav__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 50px;
  }
}
@media screen and (max-width: 768px) {
  .interview-nav__items {
    gap: 12.6666666667vw 9.8666666667vw;
  }
}
.interview-nav__item {
  counter-increment: counter;
}
.interview-nav__item .interview-nav__content::before {
  content: counter(counter, decimal-leading-zero);
}

.interview-card {
  display: block;
}
@media (hover: hover) {
  .interview-card[href] .interview-card__preview::before {
    transition: opacity 0.3s;
  }
  .interview-card[href] .interview-card__content {
    transition: opacity 0.3s;
  }
  .interview-card[href]:hover {
    opacity: 1;
  }
  .interview-card[href]:hover .interview-card__preview::before {
    opacity: 0.7;
  }
  .interview-card[href]:hover .interview-card__content {
    opacity: 1;
  }
}
.interview-card__preview {
  position: relative;
}
.interview-card__preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-132deg, #FFE328, #3E7324 96%);
  opacity: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .interview-card__preview::before {
    opacity: 0.7;
  }
}
.interview-card__img {
  aspect-ratio: 350/400;
  width: 100%;
}
.interview-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.interview-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px 25px 30px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .interview-card__content {
    opacity: 1;
    padding: 0 3.3333333333vw 3.3333333333vw 4vw;
  }
}
.interview-card__content::before {
  display: inline-block;
  margin-bottom: 5px;
  font-family: "Barlow", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(to right, #fff, #fff) left 50% bottom/80% 1px no-repeat;
}
@media screen and (max-width: 768px) {
  .interview-card__content::before {
    margin-bottom: 1.3333333333vw;
    font-size: 5.0666666667vw;
  }
}
.interview-card__num {
  display: inline-block;
  font-family: "Barlow", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(to right, #fff, #fff) left 50% bottom/80% 1px no-repeat;
}
@media screen and (max-width: 768px) {
  .interview-card__num {
    font-size: 5.0666666667vw;
  }
}
.interview-card__ttl {
  margin-top: 5px;
  text-align: justify;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  color: #fff;
}
@media screen and (max-width: 768px) {
  .interview-card__ttl {
    margin-top: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.interview-card__more {
  display: flex;
  justify-content: flex-end;
  padding-block: 10px;
  padding-inline: 0 70px;
  margin-top: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.13em;
  color: #fff;
  background: url(../img/icn_circle_arrow.svg) right center/43px no-repeat;
}
@media screen and (max-width: 768px) {
  .interview-card__more {
    padding-block: 2.6666666667vw;
    padding-inline: 0 18.6666666667vw;
    margin-top: 3.3333333333vw;
    font-size: 3.7333333333vw;
    background-size: 11.4666666667vw;
  }
}
.interview-card__meta-wrap {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .interview-card__meta-wrap {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (769px <= width <= 1306px) {
  .interview-card.-vw-within-content .interview-card__content {
    padding: 0 1.9142419602vw 1.9142419602vw 2.2970903522vw;
  }
}
@media screen and (769px <= width <= 1306px) {
  .interview-card.-vw-within-content .interview-card__content::before {
    margin-bottom: 0.382848392vw;
    font-size: 1.4548238897vw;
  }
}
@media screen and (769px <= width <= 1306px) {
  .interview-card.-vw-within-content .interview-card__num {
    font-size: 1.4548238897vw;
  }
}
@media screen and (769px <= width <= 1306px) {
  .interview-card.-vw-within-content .interview-card__ttl {
    margin-top: 0.382848392vw;
    font-size: 1.4548238897vw;
  }
}
@media screen and (769px <= width <= 1306px) {
  .interview-card.-vw-within-content .interview-card__more {
    padding-block: 0.7656967841vw;
    padding-inline: 0 5.3598774885vw;
    margin-top: 1.1485451761vw;
    font-size: 1.5313935681vw;
    background-size: 3.2924961715vw;
  }
}

.interview-detail {
  margin-top: 125px;
}
@media screen and (max-width: 768px) {
  .interview-detail {
    margin-top: 13.3333333333vw;
  }
}
.interview-detail__mv {
  position: relative;
}
.interview-detail__mv-content {
  position: absolute;
  bottom: -1px;
  left: -1px;
  max-width: 590px;
  padding: 45px 70px 0 0;
  background: url(../img/interview/mv_text_bg.webp) right top/628px 214px no-repeat;
}
@media screen and (max-width: 768px) {
  .interview-detail__mv-content {
    max-width: 80%;
    padding: 4vw 5.3333333333vw 0 0;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .interview-detail__mv-img {
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 768px) {
  .interview-detail__mv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.interview-detail__mv-ttl {
  margin-top: 10px;
  text-align: justify;
  font-size: 35px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .interview-detail__mv-ttl {
    margin-top: 1.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.interview-detail__mv-ttl.-offset-1lh {
  margin-bottom: -1lh;
}
.interview-detail__content {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .interview-detail__content {
    margin-top: 13.3333333333vw;
  }
}

.interview-detail-related {
  margin-top: 145px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .interview-detail-related {
    margin-top: 13.3333333333vw;
    padding-bottom: 18.6666666667vw;
  }
}
.interview-detail-related__list-link {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .interview-detail-related__list-link {
    margin-top: 10.6666666667vw;
  }
}
.interview-detail-related__list-link a {
  display: inline-flex;
  padding-block: 15px;
  padding-inline: 0 63px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.5;
  background: url(../img/icn_circle_arrow_green.svg) right center/43px 43px no-repeat;
}
@media screen and (max-width: 768px) {
  .interview-detail-related__list-link a {
    padding-block: 4vw;
    padding-inline: 0 13.3333333333vw;
    font-size: 3.2vw;
    background-size: 11.4666666667vw 11.4666666667vw;
  }
}

.interview-qa__section {
  display: grid;
  grid-template: "question .. img" "........ .. img" 15px "answer   .. img" 1fr/1fr 150px 43.5%;
}
@media screen and (1041px <= width <= 1240px) {
  .interview-qa__section {
    grid-template-columns: 1fr 50px 43.5%;
  }
}
@media screen and (width <= 1040px) {
  .interview-qa__section {
    grid-template: "question" "..." 40px "img" "..." 40px "answer" 1fr/100%;
  }
}
@media screen and (max-width: 768px) {
  .interview-qa__section {
    grid-template-rows: auto 5.3333333333vw auto 5.3333333333vw 1fr;
  }
}
.interview-qa__section + .interview-qa__section {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .interview-qa__section + .interview-qa__section {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (1041px <= width) {
  .interview-qa__section.-rev {
    grid-template: "img .. question" "img .. ........" 15px "img .. answer" 1fr/43.5% 150px 1fr;
  }
}
@media screen and (1041px <= width <= 1240px) {
  .interview-qa__section.-rev {
    grid-template-columns: 43.5% 50px 1fr;
  }
}
.interview-qa__question {
  grid-area: question;
  padding-left: 30px;
  font-size: 23px;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--green);
  background: url(../img/icn_mark_three_circles.svg) left top 0.35em/21px 20px no-repeat;
}
@media screen and (max-width: 768px) {
  .interview-qa__question {
    padding-left: 6vw;
    font-size: 4.2666666667vw;
    background-position: left top 0.4em;
    background-size: 4.1333333333vw 4vw;
  }
}
.interview-qa__answer {
  grid-area: answer;
  text-align: justify;
  font-size: 18px;
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 1.65;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .interview-qa__answer {
    font-size: 3.7333333333vw;
  }
}
.interview-qa__img {
  grid-area: img;
}
.interview-qa__img img {
  width: 100%;
}

.interview-message {
  padding-block: 68px;
  margin-top: 170px;
  min-height: 425px;
  background: url(../img/interview/message_bg.svg) center/1920px 425px no-repeat, linear-gradient(rgba(254, 243, 226, 0.85), rgba(254, 243, 226, 0.85)) left top/100%;
}
@media screen and (1921px <= width) {
  .interview-message {
    background-size: 100%, 100%;
  }
}
@media screen and (max-width: 768px) {
  .interview-message {
    min-height: 80vw;
    margin-top: 13.3333333333vw;
    padding-block: 13.3333333333vw;
    background-repeat: repeat-y, repeat;
  }
}
.interview-message__inner {
  width: min(100% - 104px, 774px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .interview-message__inner {
    width: calc(100% - 13.3333333333vw);
  }
}
.interview-message__head {
  padding-bottom: 30px;
  background: url(../img/dots_line_orange.png) left bottom/10px 4px repeat-x;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .interview-message__head {
    padding-bottom: 4vw;
    background-size: 2.6666666667vw 1.0666666667vw;
  }
}
.interview-message__en-ttl {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #FBB03B;
}
@media screen and (max-width: 768px) {
  .interview-message__en-ttl {
    font-size: 2.6666666667vw;
  }
}
.interview-message__ttl {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .interview-message__ttl {
    font-size: 4.2666666667vw;
  }
}
.interview-message__txt {
  margin-top: 30px;
  text-align: justify;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .interview-message__txt {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .interview-slide {
    margin-inline: -6.6666666667vw;
  }
}
.interview-slide__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 75px;
  color: var(--green);
  font-weight: 500;
  font-size: 48px;
  line-height: 1.4583333333;
}
@media screen and (max-width: 768px) {
  .interview-slide__head {
    margin-bottom: 16vw;
    padding-inline: 6.6666666667vw;
    font-size: 8vw;
  }
}
.interview-slide__head::before {
  content: attr(data-attr);
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .interview-slide__head::before {
    font-size: max(2.6666666667vw, 12px);
  }
}
.interview-slide__img {
  aspect-ratio: 297/365;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .interview-slide__img {
    aspect-ratio: 362/454;
  }
}
.interview-slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview-slide .splide__arrows {
  position: absolute;
  top: 60px;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 110px;
}
@media screen and (max-width: 768px) {
  .interview-slide .splide__arrows {
    top: 14.6666666667vw;
    right: 6.6666666667vw;
    width: 26.6666666667vw;
  }
}
.interview-slide .splide__arrow {
  position: static;
  transform: initial;
  top: initial;
  width: 43px;
  height: 43px;
  background: url(../img/icn_circle_arrow_green.svg) center/contain no-repeat;
  opacity: 1;
  transition: filter 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .interview-slide .splide__arrow {
    width: 11.4666666667vw;
    height: 11.4666666667vw;
  }
}
.interview-slide .splide__arrow[disabled] {
  filter: grayscale(1) opacity(0.5);
}
.interview-slide .splide__arrow--prev {
  left: 0;
  transform: scale(-1, 1);
}
.interview-slide .splide__arrow--next {
  right: 0;
}

.footer {
  position: relative;
  padding-bottom: 134px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 3.7333333333vw;
  }
}
.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 53px);
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #fff, #E2EADE);
  z-index: -1;
}
.footer__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 830px;
  height: 107px;
  margin: 0 auto 200px;
  font-size: 28px;
  font-weight: bold;
  color: #F1E321;
  letter-spacing: 0.125em;
  overflow: hidden;
  border-radius: 54px;
  background: var(--green);
}
@media screen and (max-width: 768px) {
  .footer__btn {
    height: 14.2666666667vw;
    min-height: 52px;
    margin-bottom: 9.0666666667vw;
    font-size: max(4.6666666667vw, 22px);
  }
}
.footer__btn::before {
  content: attr(data-attr);
  position: absolute;
  bottom: 0;
  left: 30px;
  font-size: 67px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #fff, var(--green));
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .footer__btn::before {
    left: 4vw;
    font-size: 8.9333333333vw;
  }
}
.footer__btn i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  padding-bottom: 5px;
  border-radius: 50%;
  stroke: var(--green);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .footer__btn i {
    width: 5.7333333333vw;
    height: 5.7333333333vw;
    right: 6.4vw;
    padding-bottom: 0.6666666667vw;
  }
}
.footer__btn i svg {
  width: 19px;
}
@media screen and (max-width: 768px) {
  .footer__btn i svg {
    width: 2.5333333333vw;
  }
}
.footer__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 868px;
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 4.8vw;
    padding: 0 min(6.6666666667vw, 20px);
  }
}
.footer__item {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.footer__head {
  display: block;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .footer__head {
    width: 32vw;
  }
}
.footer__head svg {
  width: 100%;
}
.footer__entry {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 245px;
  height: 54px;
  font-size: 23px;
  color: #fff;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  text-transform: uppercase;
  border-radius: 35px;
  background: linear-gradient(280deg, var(--green) 0%, var(--green) 40%, #FFE328) 100%;
  z-index: 1000;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__entry {
    display: none;
  }
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .footer__links {
    gap: 8px 6vw;
    margin: 6.4vw min(6.6666666667vw, 20px) 0;
  }
}
.footer__link {
  display: flex;
  gap: 8px;
  font-size: 15px;
  line-height: 1.8666666667;
}
@media screen and (max-width: 768px) {
  .footer__link {
    gap: 1.0666666667vw;
    font-size: max(2vw, 14px);
  }
}
.footer__link i {
  display: inline-flex;
  width: 12px;
}
.footer__link i svg {
  width: 100%;
}
.footer__copy {
  display: block;
  margin-top: 30px;
  padding-top: 20px;
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
  color: #8BAB7C;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  border-top: 1px solid #8BAB7C;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    margin-top: 4.9333333333vw;
  }
}

.footer-nav {
  width: 356px;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    width: auto;
    padding-top: 0;
  }
}
.footer-nav__links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px 8px;
}
@media screen and (max-width: 768px) {
  .footer-nav__links {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.9333333333vw 0;
  }
}
.footer-nav__link a {
  display: inline-block;
  font-size: 17px;
  line-height: 1.7647058824;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .footer-nav__link a {
    font-size: max(2.4vw, 14px);
    line-height: 1.75;
  }
}