.activity, .staff_intro, .staff_sec01, .staff_sec02, .staff_sec03, .staff_plan_inner, .data_heading, .data_list, .work_intro, .work_list {
  padding: 0 28px;
  width: 100%;
  margin: 0 auto;
}

.c_ttl_jp, .gnav_item_jp {
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.75rem;
  gap: 8px;
}
.c_ttl_jp::before, .gnav_item_jp::before {
  content: "";
  flex-shrink: 0;
  background: url(../images/icon_ttl_jp.svg) center/contain no-repeat;
  width: 18px;
  height: 19px;
}

/*!
foundation > reset
------------------------------
*/
/*! 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;
  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 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

img:not([src$=".svg"]) {
  width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-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;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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;
}

body {
  line-height: 1.75;
  font-size: 1rem;
  font-weight: 400;
  color: #373737;
  width: 100%;
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
}
body.is_fixed {
  position: fixed;
  top: 0;
  z-index: 10;
  left: 0;
  width: 100%;
}

#wrapper {
  width: 100%;
}

#overflow {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.full {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

:where(a, .h_opacity) {
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.h_bg_green {
  opacity: 1;
}

.h_zoom {
  opacity: 1;
}
.h_zoom_img {
  overflow: hidden;
  border-radius: 24px;
}
.h_zoom_img img {
  transition: transform 0.5s ease;
}
.h_zoom .c_btn {
  opacity: 1;
  transition: background-color 0.5s ease;
}

.h_underline {
  position: relative;
  display: table;
}
.h_underline::after, .h_underline::before {
  position: absolute;
  height: 1px;
  top: 94%;
  left: -2px;
  right: -2px;
  scale: 0 1;
  background-color: currentColor;
}
.h_underline::after {
  transform-origin: left center;
}
.h_underline::before {
  right: 0;
  transform-origin: right center;
  transition: scale 0.5s ease;
}

.pc {
  display: none !important;
}

.pc_inline {
  display: none !important;
}

.sp {
  display: block !important;
}

.sp_inline {
  display: inline !important;
}

.container {
  padding: 0 28px;
  width: 100%;
  margin: 0 auto;
}

.inview {
  visibility: hidden;
  opacity: 0;
}

.fadeUp,
.fadeIn {
  animation-duration: 1.5s;
  animation-timing-function: ease;
}

.fadeUp {
  animation-name: ani_fadeup;
}

.fadeIn {
  animation-name: ani_fadein;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.footer {
  background-color: #03A864;
  position: relative;
  z-index: 0;
  padding: 18px 20px;
}
.footer_copyright {
  color: white;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 0.6875rem;
}

.tool {
  position: fixed;
  z-index: 20;
  bottom: 22px;
  display: flex;
  align-items: center;
  right: 14px;
  pointer-events: none;
  gap: 6px;
  transition: transform 0.5s ease;
}
.tool_btn {
  width: 209px;
  pointer-events: all;
}
.tool_btn .c_btn {
  width: 100%;
  padding-left: 29px;
}

.c_totop {
  aspect-ratio: 87/90;
  width: 59px;
  background: url(../images/img_totop.svg) center/contain no-repeat;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  transition-property: visibility, opacity;
  pointer-events: all;
}

.is_scrolled .c_totop {
  visibility: visible;
  opacity: 1;
}

.is_limited .tool {
  transform: translateX(223px);
}

.no_transition .gnav,
.no_transition .header_logo {
  transition: none !important;
}

.is_scrolled .header_logo {
  color: #005BAC;
}

.is_fixed .header_bg {
  visibility: visible;
  pointer-events: all;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 14px 21px 47px;
}
.header_inner::before {
  content: "";
}
.header_logo {
  transition: 0.5s ease;
  transition-property: color, opacity;
  color: white;
  position: relative;
  z-index: 50;
}
.header_logo_link {
  display: block;
}
.header_logo_img {
  aspect-ratio: 131/42;
  background-color: currentColor;
  -webkit-mask: url(../images/img_logo.png) center/contain no-repeat;
  mask: url(../images/img_logo.png) center/contain no-repeat;
  display: block;
  width: 111px;
}
.header_logo_txt {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  font-size: 0.625rem;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  color: inherit;
  align-items: center;
  gap: 6px;
  padding-top: 4px;
}
.header_logo_txt::after, .header_logo_txt::before {
  content: "";
  height: 1px;
  background-color: currentColor;
}
.header_entry {
  display: flex;
  align-items: center;
}
.header_btn {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.header_hamburger {
  width: 34px;
  height: 32px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
}
.header_hamburger::after, .header_hamburger::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: opacity 0.5s ease;
}
.header_hamburger::after {
  opacity: 0;
  background: url(../images/icon_hamburger_open.svg) center/contain no-repeat;
}
.header_hamburger::before {
  background: url(../images/icon_hamburger.svg) center/contain no-repeat;
}
.header_hamburger.is_open::after {
  opacity: 1;
}
.header_hamburger.is_open::before {
  opacity: 0;
}
.header_bg {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  pointer-events: none;
  height: 100vh;
  height: 100lvh;
  top: 0;
  left: 0;
  width: 100%;
}

.gnav {
  color: #F1F2ED;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 21;
  background-color: #03A864;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: auto;
  transform: translateX(100%);
  transition: transform 0.5s ease;
  max-width: 347px;
}
.gnav.is_open {
  transform: translateX(0);
}
.gnav_inner {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 128px 28px 128px 36px;
  background-image: linear-gradient(to bottom, transparent 0% calc(100% - 40px), white calc(100% - 40px) 100%);
}
.gnav_inner::after {
  content: "";
  bottom: 36px;
  bottom: clamp(-5.625rem, 90vh + -39.375rem, 2.25rem);
  left: -3px;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background: url(../images/img_nav_bg.svg) center bottom/contain no-repeat;
}
.gnav_btn {
  position: absolute;
  bottom: 23px;
  right: 14px;
  width: 209px;
}
.gnav_btn .c_btn {
  padding-left: 28px;
}
.gnav_item:not(:last-child) {
  margin-bottom: 22px;
}
.gnav_item_link {
  display: block;
  border-bottom: 2px solid #D1D7C1;
}
.gnav_item_jp {
  margin-bottom: 16px;
}
.gnav_item_en {
  display: block;
  letter-spacing: 0.01em;
  line-height: 1;
  font-family: "Ruwudu", serif;
  font-weight: 700;
  font-size: 2.5rem;
  height: 34px;
}
.gnav_item_en .track-80 {
  letter-spacing: -0.08em;
}
.gnav_item_en .track-10 {
  letter-spacing: -0.01em;
}

.c_ttl {
  font-weight: 700;
}
.c_ttl_en {
  line-height: 1;
  font-family: "Ruwudu", serif;
  display: block;
  position: relative;
  color: #03A864;
  font-size: 3.5rem;
  top: 0.2678571429em;
}
.c_ttl_en.is_gray {
  color: #F1F2ED;
}
.c_ttl_en.is_white {
  color: #fff;
}
.c_ttl_jp {
  color: #03A864;
  gap: 8px;
}
.c_ttl.is_middle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
.c_ttl.is_middle .c_ttl_jp {
  position: absolute;
  z-index: 1;
  padding: 0;
  margin: 0;
}

.c_btn {
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #005BAC;
  color: white;
  font-weight: 700;
  letter-spacing: 0.1em;
  height: 64px;
  gap: 20px;
  font-size: 1rem;
  width: 100%;
}
.c_btn_arrow {
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 24px;
  height: 24px;
}
.c_btn_arrow::after {
  content: "";
  width: 12px;
  height: 10px;
  background: url(../images/icon_arrow.svg) center/contain no-repeat;
}
.c_btn.is_md {
  height: 64px;
  width: 209px;
  padding-left: 28px;
  gap: 20px;
}

html.is_loading .c_loading {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.c_loading {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.5s;
  z-index: 9999;
  transition-property: opacity, visibility;
  background-color: white;
  width: 100%;
  position: fixed;
  height: 100vh;
  height: 100lvh;
}

@keyframes circlemove {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.fv {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
}
.fv_media img, .fv_media video {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  -o-object-fit: cover;
  object-fit: cover;
}
.fv_cover {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #03A874;
  opacity: 0;
}
.fv_scroll {
  position: absolute;
  bottom: 100%;
  color: white;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  left: 13px;
  bottom: 0;
  gap: 8px;
}
.fv_scroll_bar {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 1px;
  background-color: currentColor;
  position: relative;
  top: 0;
  height: 56px;
}
.fv_scroll_bar::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: currentColor;
  flex-shrink: 0;
  transform: translateY(-100%);
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.fv_scroll_txt {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Ruwudu", serif;
  line-height: 1;
  padding-top: 5px;
}

.mv {
  position: relative;
}
.mv_main {
  padding-bottom: 56px;
}
.mv_content {
  height: 100vh;
  height: 100lvh;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 14px;
}
.mv_logo {
  max-width: 141px;
  position: relative;
  display: none;
}
.mv_logo figcaption {
  line-height: 1;
  display: grid;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: white;
  grid-template-columns: 1fr max-content 1fr;
  gap: 4px;
}
.mv_logo figcaption::before, .mv_logo figcaption::after {
  content: "";
  height: 1px;
  background-color: white;
}
.mv_desc {
  max-width: 284px;
}
.mv_btn {
  width: 100%;
  display: none;
}
.mv_intro {
  padding: 0 20px;
}
.mv_intro_content {
  display: table;
  margin: 0 auto;
}
.mv_intro_txt {
  font-weight: 700;
  color: white;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
}
.mv_intro_txt:first-child {
  margin-top: 106px;
}
.mv_intro_txt:not(:last-child) {
  margin-bottom: 83px;
}

.work_list .item04_desc, .work_list .item03_desc, .work_list .item02_desc, .work_list .item01_desc {
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  display: table;
  margin: 10px auto 0;
}
.work_list .item04_desc .txt_color, .work_list .item03_desc .txt_color, .work_list .item02_desc .txt_color, .work_list .item01_desc .txt_color {
  color: #03A864;
}

.work_list .item03, .work_list .item02, .work_list .item01 {
  position: relative;
}
.work_list .item03::after, .work_list .item02::after, .work_list .item01::after {
  content: "";
  aspect-ratio: 92/27;
  position: absolute;
  width: 92px;
  background: url(../images/img_work_shape_sp.svg) center/contain no-repeat;
  top: calc(100% + 24px);
  left: 50%;
  transform: translateX(-50%);
}

.work_list .item04_ttl_num, .work_list .item03_ttl_num, .work_list .item02_ttl_num, .work_list .item01_ttl_num {
  font-weight: 700;
  font-family: "Ruwudu", serif;
  display: block;
  letter-spacing: 0.05em;
  margin-bottom: -9px;
  font-size: 1.25rem;
}

.work_list .item03_img, .work_list .item02_img, .work_list .item01_img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 22px;
}

.work_list .item04_ttl_txt, .work_list .item03_ttl_txt, .work_list .item02_ttl_txt, .work_list .item01_ttl_txt {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: block;
  font-size: 1.625rem;
}

.work_list .item04_ttl, .work_list .item03_ttl, .work_list .item02_ttl, .work_list .item01_ttl {
  text-align: center;
}

.work_list .item03, .work_list .item02, .work_list .item01 {
  position: relative;
}
.work_list .item03::after, .work_list .item02::after, .work_list .item01::after {
  content: "";
}

.work_head {
  position: relative;
  z-index: 0;
  height: 242px;
}
.work_head::after, .work_head::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.work_head::before {
  width: 375px;
  background: url(../images/img_work_heading01_sp.svg) left bottom/contain no-repeat;
  left: 0;
}
.work_heading {
  padding-left: 28px;
  padding-top: 147px;
}
.work_main {
  background-color: white;
  padding-bottom: 60px;
}
.work_intro_content {
  padding-top: 29px;
}
.work_intro_ttl {
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.96;
  padding-right: 20px;
}
.work_intro_ttl > span {
  padding: 2px 19px 4px;
  margin-right: 6px;
  border-radius: 4px;
  background-color: #A5E457;
}
.work_intro_desc {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.work_intro_img {
  margin-top: 32px;
}
.work_intro_img img {
  border-radius: 16px;
}
.work_list {
  margin-top: 46px;
}
.work_list .item01_img {
  left: 4px;
}
.work_list .item01_desc {
  left: -8px;
  max-width: 212px;
}
.work_list .item02_img {
  position: relative;
  top: -2px;
  left: -2px;
  margin-top: 35px;
}
.work_list .item02_desc {
  max-width: 270px;
  margin-top: 29px;
  left: 7px;
}
.work_list .item03 {
  position: relative;
}
.work_list .item03_img {
  right: 10px;
}
.work_list .item03_desc {
  max-width: 212px;
  left: 2px;
}
.work_list .item04 {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.work_list .item04_inner {
  max-width: 347px;
  width: calc(100% + 27px);
  flex-shrink: 0;
}
.work_list .item04_ttl {
  position: relative;
  z-index: 1;
}
.work_list .item04_ttl_num {
  padding-left: 4px;
}
.work_list .item04_ttl_txt {
  padding-left: 20px;
}
.work_list .item04_content {
  background: url(../images/img_work_bg_gray.png) center/100% 100% no-repeat;
  margin: -16px 0 0;
  padding: 37px 20px 36px;
}
.work_list .item04_img {
  position: relative;
  text-align: center;
}
.work_list .item04_desc {
  margin-top: 13px;
  text-align: center;
}
.work_item {
  width: 100%;
}
.work_item:not(:last-child) {
  margin-bottom: 85px;
}

:has(#modal.is_open) .interview_inner {
  transform: scale(0.9);
}
.interview_list .item05_person img, .interview_list .item02_person img, .interview_list .item01_staff img {
  border-radius: 16px;
}

.interview_list .item05_more, .interview_list .item04_more, .interview_list .item03_more, .interview_list .item02_more, .interview_list .item01_more02, .interview_list .item01_more01 {
  margin: 8px -4px 0;
}
.interview_list .item05_more .c_btn, .interview_list .item04_more .c_btn, .interview_list .item03_more .c_btn, .interview_list .item02_more .c_btn, .interview_list .item01_more02 .c_btn, .interview_list .item01_more01 .c_btn {
  height: 59px;
  font-size: 0.6875rem;
  width: 100%;
}

.interview_list .item04_icon, .interview_list .item03_icon, .interview_list .item02_icon, .interview_list .item01_icon {
  position: static;
  z-index: 1;
  top: 65px;
}

.interview_list .item05_ttl, .interview_list .item04_ttl, .interview_list .item03_ttl, .interview_list .item02_ttl, .interview_list .item01_ttl {
  display: table;
  background-color: #F1F2ED;
  color: #03A864;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.3125rem;
  padding: 4px 9px 6px;
  border-radius: 4px;
  margin: 0 auto;
}

.interview_list .item05_desc, .interview_list .item04_desc, .interview_list .item03_desc, .interview_list .item02_desc, .interview_list .item01_desc {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: white;
  font-size: 0.8125rem;
  text-align: center;
}

.interview_list .item05_inner, .interview_list .item04_inner, .interview_list .item03_inner, .interview_list .item02_inner, .interview_list .item01_inner {
  border-radius: 8px;
  background-color: #03A864;
  position: relative;
  width: 100%;
  padding: 14px 5px;
  min-height: 199px;
}
.interview_list .item05_inner::after, .interview_list .item04_inner::after, .interview_list .item03_inner::after, .interview_list .item02_inner::after, .interview_list .item01_inner::after {
  content: "";
  background: url(../images/img_data_shape.svg) center/contain no-repeat;
  position: absolute;
  top: 100%;
  aspect-ratio: 27/29;
  width: 27px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 8px);
}

.interview {
  padding: 0 14px;
}
.interview_inner {
  background-color: #F1F2ED;
  margin: 0 auto;
  padding: 40px 14px;
  transition: transform 0.5s ease;
}
.interview_heading .track_30 {
  letter-spacing: 0.03em;
}
.interview_heading .track_10 {
  letter-spacing: 0.01em;
}
.interview_heading .track-10 {
  letter-spacing: -0.01em;
}
.interview_heading .track-100 {
  letter-spacing: -0.1em;
}
.interview_main {
  position: relative;
}
.interview_logo {
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.interview_logo_img {
  position: relative;
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.interview_logo_img::after {
  content: "";
  aspect-ratio: 159/155;
  position: absolute;
  z-index: -1;
  background: url(../images/img_interview_decor.svg) center/contain no-repeat;
  transform: translate(-2%, -1%);
  width: clamp(6.875rem, 19.140625vw + -2.3125rem, 9.9375rem);
}
.interview_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  margin-top: 31px;
  gap: 51px 10px;
}
.interview_list::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -53.5%);
  width: 94%;
  z-index: -1;
  aspect-ratio: 300/978;
  background: url(../images/img_interview_bg_sp.svg) center/contain no-repeat;
}
.interview_list .item01 {
  max-width: 100%;
  margin-bottom: -21px;
}
.interview_list .item01_main {
  position: relative;
  width: 100%;
}
.interview_list .item01_inner {
  min-height: 130px;
  padding-top: 19px;
}
.interview_list .item01_content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 31px;
}
.interview_list .item01_ttl {
  margin: 0;
}
.interview_list .item01_desc {
  position: relative;
  top: 13px;
  left: 15px;
  text-align: left;
}
.interview_list .item01_staff {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(max(40vw, 150px), 1fr));
  gap: 17px;
  margin-top: 27px;
}
.interview_list .item01_icon {
  max-width: 98px;
  right: calc(50% + 22px);
  position: absolute;
}
.interview_list .item02_main {
  position: relative;
  width: 100%;
}
.interview_list .item02_inner {
  padding-top: 21px;
}
.interview_list .item02_person {
  margin-top: 27px;
  padding-right: 3px;
  display: block;
}
.interview_list .item02_icon {
  margin: 11px auto 12px;
  max-width: 47px;
}
.interview_list .item03_main {
  position: relative;
  width: 100%;
}
.interview_list .item03_icon {
  max-width: 76px;
  margin: 11px auto 7px;
}
.interview_list .item04_main {
  position: relative;
  width: 100%;
}
.interview_list .item04_icon {
  margin: 19px auto 18px;
  position: relative;
  top: 0;
  left: 4px;
  max-width: 31px;
}
.interview_list .item05_main {
  position: relative;
  width: 100%;
}
.interview_list .item05_inner {
  padding-top: 21px;
}
.interview_list .item05_desc {
  margin-top: 33px;
}
.interview_list .item05_person {
  margin-top: 27px;
  padding-left: 3px;
  display: block;
}
.interview_list .item05_more .c_btn small {
  font-size: inherit;
}
.interview_item {
  width: 100%;
  max-width: calc(50% - 5px);
  max-width: max(50% - 5px, (375px - 100vw) * 1000);
}

.data_list .item07_num, .data_list .item05_num, .data_list .item04_num, .data_list .item03_num, .data_list .item02_num, .data_list .item01_num {
  font-family: "Namdhinggo", serif;
  position: relative;
  z-index: 0;
}

.data_list .item07_unit, .data_list .item06_desc, .data_list .item04_notice_num, .data_list .item04_notice {
  letter-spacing: 0.1em;
}

.data_list .item07_desc, .data_list .item06_desc, .data_list .item05_desc, .data_list .item04_notice, .data_list .item04_desc, .data_list .item03_desc, .data_list .item02_desc, .data_list .item01_desc {
  font-weight: 800;
}

.data_list .item07_unit, .data_list .item05_unit, .data_list .item04_unit, .data_list .item03_unit, .data_list .item02_unit, .data_list .item01_unit {
  font-size: 1.5rem;
}

.data_list .item07_desc, .data_list .item05_desc, .data_list .item04_notice, .data_list .item04_desc, .data_list .item03_desc, .data_list .item02_desc, .data_list .item01_desc {
  line-height: 1;
}

.data_list .item07_num, .data_list .item05_num, .data_list .item04_num, .data_list .item03_num, .data_list .item02_num, .data_list .item01_num {
  font-size: 3.5rem;
}

.data_list .item08_icon, .data_list .item07_icon, .data_list .item07_desc, .data_list .item05_desc, .data_list .item04_desc, .data_list .item03_icon, .data_list .item03_desc, .data_list .item01_icon, .data_list .item01_desc {
  text-align: center;
}

.data_list .item02_desc {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.data_list .item02_num {
  display: flex;
  justify-content: center;
  align-items: center;
}

.data_item_ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  color: #03A864;
  gap: 5px;
  font-size: 1rem;
}
.data_item_ttl::before {
  content: "";
  width: 15px;
  background: url(../images/icon_data_ttl.svg) center/contain no-repeat;
  flex-shrink: 0;
  position: relative;
  aspect-ratio: 20/21;
  top: 1px;
}

.data {
  position: relative;
  z-index: 0;
  margin-top: 139px;
}
.data::after, .data::before {
  content: "";
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
}
.data::before {
  background-position: center bottom;
  background-color: white;
  background-image: url("../images/img_data_bg01_sp.svg");
  aspect-ratio: 375/36;
}
.data::after {
  background-position: center top;
  background-color: #03A864;
  background-image: url("../images/img_data_bg02_sp.svg");
  aspect-ratio: 375/140;
  margin-top: -5%;
}
.data_inner {
  background-color: #03A864;
  position: relative;
}
.data_heading {
  position: absolute;
  bottom: calc(100% + clamp(0.0625rem, 5.3435114504vw + -1.1898854962rem, 1.375rem));
  left: 50%;
  transform: translateX(-50%);
}
.data_heading .track-3 {
  letter-spacing: -0.03em;
}
.data_heading .track-4 {
  letter-spacing: -0.04em;
}
.data_heading .c_ttl_jp {
  position: relative;
}
.data_list {
  padding-top: 26px;
  padding-left: 14px;
  padding-right: 14px;
  display: grid;
  gap: 10px 7px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(max(45.3333333333vw, 170px), 1fr));
  position: relative;
  z-index: 1;
  margin-top: -1px;
}
.data_list .item01_desc {
  margin-top: 5px;
  padding-left: 14px;
}
.data_list .item01_unit {
  letter-spacing: 0.05em;
  position: relative;
  left: -3px;
}
.data_list .item01_num {
  letter-spacing: 0.05em;
}
.data_list .item01_icon {
  margin-top: 5px;
}
.data_list .item01_icon img {
  max-width: 126px;
}
.data_list .item01_notice {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: right;
  font-size: 0.625rem;
  margin: 5px -2px 0 0;
}
.data_list .item02_desc {
  margin-top: 55px;
}
.data_list .item02_num {
  letter-spacing: 0.03em;
  font-size: 2.5rem;
  color: white;
  left: -2px;
}
.data_list .item02_num::after {
  content: "";
  background: url(../images/icon_data02.svg) center/contain no-repeat;
  position: absolute;
  z-index: -1;
  aspect-ratio: 275/276;
  width: 152px;
  transform: translate(11px, -3px);
}
.data_list .item02_unit {
  position: relative;
  font-size: 1.25rem;
  left: 21px;
  bottom: 5px;
}
.data_list .item03_desc {
  margin-top: 16px;
  padding-left: 10px;
}
.data_list .item03_unit {
  letter-spacing: 0.05em;
}
.data_list .item03_num {
  letter-spacing: 0.05em;
}
.data_list .item03_icon {
  margin-top: 10px;
}
.data_list .item03_icon img {
  max-width: 120px;
}
.data_list .item04_desc {
  margin-top: 26px;
}
.data_list .item04_unit {
  letter-spacing: 0.05em;
}
.data_list .item04_num {
  letter-spacing: 0.05em;
}
.data_list .item04_notice {
  text-align: center;
  font-size: 1.125rem;
}
.data_list .item04_notice_num {
  font-family: "Namdhinggo", serif;
  font-size: 2rem;
}
.data_list .item05_desc {
  margin-top: 42px;
}
.data_list .item05_unit {
  letter-spacing: 0.05em;
}
.data_list .item05_num {
  letter-spacing: 0.05em;
  position: relative;
  left: 3px;
}
.data_list .item06 {
  position: relative;
}
.data_list .item06::after {
  content: "";
  position: absolute;
  aspect-ratio: 41/39;
  top: 0;
  right: 20px;
  background: url(../images/img_data_decor01.svg) center/contain no-repeat;
  top: -13px;
  right: 32px;
  width: 20px;
}
.data_list .item06_desc {
  text-align: center;
  line-height: 1.25;
  font-size: 2rem;
  margin-top: 26px;
}
.data_list .item07_desc {
  margin: 24px -8px 0;
}
.data_list .item07_unit:last-child {
  position: relative;
  left: -4px;
}
.data_list .item07_icon {
  margin-top: 15px;
}
.data_list .item07_icon img {
  max-width: 142px;
}
.data_list .item08_desc {
  text-align: center;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 1rem;
  margin: 27px -10px 0;
}
.data_list .item08_desc_en {
  font-family: "Namdhinggo", serif;
  font-size: 1.25rem;
}
.data_list .item08_desc_first {
  position: relative;
  top: -5px;
}
.data_list .item08_icon {
  margin-top: 10px;
}
.data_list .item08_icon img {
  max-width: 105px;
}
.data_item {
  background-color: white;
  color: #03A864;
  width: 100%;
  border-radius: 8px 0;
  min-height: 194px;
  padding: 13px 14px 10px;
}

.qa {
  position: relative;
  z-index: 1;
}
.qa_heading .track_30 {
  letter-spacing: 0.03em;
}
.qa_heading .track-2 {
  letter-spacing: -0.02em;
}
.qa_inner {
  margin: 83px -14px 0;
}
.qa_block {
  position: relative;
  z-index: 0;
}
.qa_block:not(:last-child) {
  margin-bottom: 73px;
}
.qa_block.block02 {
  z-index: 1;
}
.qa_block_ttl {
  background-color: #A5E457;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.3125rem;
  padding: 12px 36px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 10px;
}
.qa_block_num {
  position: absolute;
  color: #A5E457;
  font-family: "Ruwudu", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  z-index: -1;
  font-size: 2rem;
  bottom: calc(100% - 5px);
}
.qa_block_num::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  transform: translate(0%, 0%);
}
.qa_block_num.num01 {
  left: 14px;
}
.qa_block_num.num01::after {
  aspect-ratio: 274/280;
  background: url(../images/img_qa_decor01.svg) center/contain no-repeat;
  width: 274px;
  transform: translate(-54.5%, -24.5%);
}
.qa_block_num.num02 {
  right: 10px;
}
.qa_block_num.num02::after {
  aspect-ratio: 435/448;
  background: url(../images/img_qa_decor02.svg) center/contain no-repeat;
  width: 435px;
  transform: translate(-39%, -17%);
}
.qa_block_num.num03 {
  left: 14px;
}
.qa_block_num.num03::after {
  aspect-ratio: 682/703;
  background: url(../images/img_qa_decor03.svg) center/contain no-repeat;
  transform: translate(-66.3%, -23%);
  width: 682px;
}
.qa_block_num.num04 {
  right: 13px;
  z-index: 1;
}
.qa_block_num.num04::after {
  aspect-ratio: 178/175;
  background: url(../images/img_qa_decor04.svg) center/contain no-repeat;
  transform: translate(-36%, -40.5%);
  width: 120px;
}
.qa_block_list {
  background-color: #F1F2ED;
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(max(45.8666666667vw, 172px), 1fr));
  border-radius: 0 0 16px 16px;
}
.qa_block_list::after, .qa_block_list::before {
  content: "";
  background-color: inherit;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.qa_block_list::before {
  left: 0;
}
.qa_block_list::after {
  right: 0;
}
.qa_block_list .item {
  position: relative;
  min-height: 170px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.qa_block_list .item::after, .qa_block_list .item::before {
  content: "";
  position: absolute;
}
.qa_block_list .item::after {
  width: 2px;
  top: 16px;
  bottom: 8px;
  left: 100%;
  background-color: #BCC0AF;
}
.qa_block_list .item::before {
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #BCC0AF;
}
.qa_block_list .item_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.qa_block_list .item_desc {
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  min-height: 72px;
  line-height: 1.5;
}
.qa_block_list .item.item03 .item_desc {
  padding-top: 10px;
  padding-left: 10px;
}
.qa_block_list .item.item03 .item_icon {
  top: -5px;
}
.qa_block_list .item.item04 .item_icon {
  top: -5px;
  left: -5px;
}
.qa_block_list .item.item05 .item_desc {
  padding-bottom: 20px;
  position: relative;
  top: -4px;
}
.qa_block_list .item.item06 .item_desc {
  padding-top: 6px;
}
.qa_block_list .item.item09 .item_desc {
  padding-left: 10px;
}
.qa_block_list .item.item12 .item_icon {
  left: -4px;
}
.qa_block_list .item.item13 .item_icon {
  top: 5px;
}
.qa_block_list .item.item13 .item_desc {
  padding-bottom: 12px;
  padding-left: 10px;
}
.qa_block_list .item.item14 .item_icon {
  top: 10px;
}
.qa_block_list .item.item14 .item_desc {
  padding-top: 10px;
}
.qa_block_list .item.item15 .item_desc {
  padding-bottom: 13px;
  padding-left: 10px;
}
.qa_block_list .item.item16 .item_icon {
  top: 2px;
  left: 4px;
}
.qa_block_list .item.item16 .item_desc {
  padding-bottom: 14px;
}
.qa_block_list .item.item17 .item_desc {
  padding-left: 10px;
}
.qa_block_list .item.item18 .item_desc {
  padding-top: 4px;
}
.qa_block_list .item.item19 .item_desc {
  padding-left: 6px;
}
.qa_block_list .item.item20 .item_icon {
  top: 7px;
  left: -5px;
}
.qa_block_list .item.item20 .item_desc {
  padding-top: 10px;
}
.qa_block_list .item.item22 .item_icon {
  left: -3px;
  top: 3px;
}
.qa_block_list .item.item22 .item_desc {
  padding-bottom: 24px;
}
.qa_block_list .item.item23 .item_desc {
  padding-top: 14px;
  padding-left: 10px;
}
.qa_block_list .item.item24 .item_icon {
  top: 4px;
}
.qa_block_list .item.item24 .item_desc {
  padding-bottom: 22px;
}

.search {
  position: relative;
  z-index: 0;
  margin-top: 68px;
  padding-bottom: 124px;
}
.search::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../images/img_search_decor02.svg) center/contain no-repeat;
  aspect-ratio: 189/199;
  bottom: 0;
  left: 65px;
  width: 92px;
  transform: translateY(33%);
}
.search_heading {
  position: relative;
  z-index: -1;
}
.search_heading::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../images/img_search_decor01.svg) center/contain no-repeat;
  aspect-ratio: 520/493;
  top: 0;
  width: 375px;
  left: calc(50% - 89px);
  transform: translateY(-47%);
}
.search_heading .track-30 {
  letter-spacing: -0.03em;
}
.search_heading .track_30 {
  letter-spacing: 0.03em;
}
.search_heading .track-10 {
  letter-spacing: -0.01em;
}
.search_heading .track-90 {
  letter-spacing: -0.09em;
}
.search_heading .track_10 {
  letter-spacing: 0.01em;
}
.search_heading .track-20 {
  letter-spacing: -0.02em;
}
.search_btn {
  text-align: center;
  margin-top: 36px;
  padding-left: 4px;
}

.staff_sec03_desc, .staff_sec02_desc, .staff_sec01_desc, .staff_intro_desc {
  letter-spacing: 0.1em;
  font-weight: 500;
}

.staff_sec03_ttl, .staff_sec02_ttl, .staff_sec01_ttl {
  color: #03A864;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 2px solid #BCC0AF;
  font-size: 1.3125rem;
  padding-bottom: 10px;
  margin-bottom: 31px;
}

.staff_sec03_img, .staff_sec02_img, .staff_sec01_img {
  margin-top: 23px;
  width: 100%;
}
.staff_sec03_img img, .staff_sec02_img img, .staff_sec01_img img {
  border-radius: 16px;
}

.staff_sec03_inner, .staff_sec02_inner, .staff_sec01_inner {
  position: relative;
}

.modal {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 34px 14px;
  z-index: 222;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  transition-property: opacity, visibility;
}
.modal.is_open {
  visibility: visible;
  opacity: 1;
}
.modal.is_open .modal_inner {
  transform: translateY(0);
}
.modal_bg {
  position: absolute;
  inset: 0;
  background-color: #373737;
  opacity: 0.2;
  z-index: -1;
}
.modal_inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  height: 100%;
  transition: transform 0.5s ease;
  transform: translateY(100%);
}
.modal_overflow {
  overflow: auto;
  height: 100%;
  width: 100%;
}
.modal_close {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 5;
  right: 22px;
  top: 21px;
}
.modal_close::after, .modal_close::before {
  content: "";
}
.modal_close::after {
  position: absolute;
  aspect-ratio: 87/90;
  background: url(../images/img_close_bg.svg) center/contain no-repeat;
  z-index: -1;
  transform: translate(2px, -3px);
  width: 66px;
}
.modal_close::before {
  aspect-ratio: 1;
  background: url(../images/icon_close.svg) center/contain no-repeat;
  width: 14px;
}

.staff {
  display: none;
  background-color: white;
}
.staff_mv {
  position: relative;
  z-index: 0;
}
.staff_mv_inner {
  position: relative;
  z-index: 1;
  width: 100%;
}
.staff_mv_content {
  max-width: 347px;
}
.staff_mv_green {
  position: relative;
  z-index: 0;
  display: table;
  padding: 10px 10px;
  color: white;
  margin: -66px 0 0 44px;
}
.staff_mv_green::after {
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  position: absolute;
  background: url(../images/img_staff_bg_green.svg) center/contain no-repeat;
  transform: translate(-13%, -10%);
  aspect-ratio: 287/211;
  width: 236px;
}
.staff_mv_desc {
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-size: 1.25rem;
  margin-bottom: 9px;
  min-height: 84px;
}
.staff_mv_info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.staff_mv_name {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  font-size: 1rem;
  padding-left: 2px;
  top: 2px;
}
.staff_mv_name small {
  font-size: inherit;
  font-family: "Ruwudu", serif;
}
.staff_mv_year {
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.8125rem;
}
.staff_mv_blue {
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  color: white;
  display: table;
  font-size: 1.125rem;
  margin: 8px 44px 0 auto;
  text-align: center;
  min-width: 104px;
}
.staff_mv_blue::after {
  content: "";
  position: absolute;
  background: url(../images/img_staff_bg_blue.svg) center/contain no-repeat;
  transform: translate(-20%, -28%);
  top: 0;
  left: 0;
  z-index: -1;
  aspect-ratio: 190/90;
  width: 159px;
}
.staff_intro {
  margin-top: 58px;
  padding: 0 14px;
}
.staff_intro_ttl {
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: 700;
  background-color: #A5E457;
  border-radius: 4px;
  white-space: nowrap;
  display: table;
  margin: 0 auto -19px;
  font-size: 1.3125rem;
  padding: 4px 9px 6px;
  position: relative;
  z-index: 1;
}
.staff_sec01 {
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 45px;
}
.staff_sec02 {
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 51px;
}
.staff_sec03 {
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 51px;
}
.staff_sec03_content:not(:last-child) {
  margin-bottom: 45px;
}
.staff_plan {
  position: relative;
  padding-top: 88px;
  overflow: hidden;
}
.staff_plan_heading {
  font-family: "Ruwudu", serif;
  line-height: 1;
  color: #03A864;
  font-weight: 700;
  position: absolute;
  bottom: 100%;
  letter-spacing: -0.03em;
  font-size: 3rem;
  left: 8px;
  bottom: calc(100% - 122px);
}
.staff_plan::before {
  content: "";
  display: block;
  width: 100%;
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../images/img_staff_bg_plan_sp.svg);
  aspect-ratio: 347/38;
}
.staff_plan_main {
  background-color: #03A864;
  padding: 26px 0 50px;
}
.staff_plan_inner {
  padding-left: 14px;
  padding-right: 14px;
}
.staff_plan_ttl {
  display: flex;
  color: #03A864;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.3125rem;
  gap: 15px;
}
.staff_plan_ttl::before {
  content: "";
  aspect-ratio: 20/22;
  background: url(../images/img_staff_ttl_icon.svg) center/contain no-repeat;
  width: 17px;
}
.staff_plan_schedule {
  position: relative;
  z-index: 0;
  padding: 9px 15px 54px;
}
.staff_plan_schedule::after {
  content: "";
  top: 0;
  left: -10px;
  right: -2px;
  bottom: 0;
  position: absolute;
  z-index: -1;
  background: url(../images/img_staff_bg_schedule_sp.png) center/100% 100% no-repeat;
}
.staff_plan_img {
  margin: 28px auto 0;
  left: 1px;
  position: relative;
  max-width: 500px;
  text-align: center;
}
.staff_plan_box {
  position: relative;
}
.staff_plan_ttlsub {
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  background-color: #A5E457;
  line-height: 1.5;
  font-size: 1.3125rem;
  border-radius: 4px 4px 0 0;
  padding: 10px 20px 13px;
  margin-top: 27px;
}
.staff_plan_desc {
  background-color: #F1F2ED;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  border-radius: 0 0 8px 8px;
  font-size: 1.125rem;
  margin-top: 10px;
  padding: 34px 10px 40px;
}
.staff_btn {
  text-align: center;
  padding: 30px 0;
}
.staff_btn .c_btn {
  background-color: #005BAC;
  width: 209px;
  padding-left: 20px;
}
.staff_btn .c_btn::after {
  content: "";
  aspect-ratio: 1;
  background: url(../images/icon_close.svg) center/contain no-repeat;
  width: 14px;
}
.staff.staff01 .staff_plan_img {
  left: -1px;
}
.staff.staff02 .staff_mv_desc {
  padding-top: 9px;
}
.staff.staff02 .staff_sec02 {
  padding-bottom: 3px;
}
.staff.staff03 .staff_mv_desc {
  padding-top: 9px;
}
.staff.staff03 .staff_sec02 {
  padding-bottom: 3px;
}
.staff.staff04 .staff_sec03 {
  margin-bottom: -3px;
}

.activity {
  position: relative;
  z-index: 1;
}
.activity_img {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 53px;
}
.activity_img img {
  min-width: 402px;
  position: relative;
  left: -5px;
}
.activity_img::after {
  content: "";
  position: absolute;
  background: url(../images/img_activity_decor_sp.svg) center/contain no-repeat;
  aspect-ratio: 103/192;
  top: 95%;
  right: 1%;
  width: 103px;
}

.bg_white {
  background-color: white;
}

@media screen and (max-width: 767px) {
  .mv_desc {
    position: sticky;
    top: calc(50vh - 64px);
    top: calc(50lvh - 64px);
  }
  .work_head::after {
    left: 375px;
    height: 100%;
    width: 100%;
    background-color: white;
  }
  .interview_list .item05_more .c_btn, .interview_list .item04_more .c_btn, .interview_list .item03_more .c_btn, .interview_list .item02_more .c_btn, .interview_list .item01_more02 .c_btn, .interview_list .item01_more01 .c_btn {
    gap: 18px;
    padding-left: 12px;
  }
  .interview_list .item05_more .c_btn_arrow, .interview_list .item04_more .c_btn_arrow, .interview_list .item03_more .c_btn_arrow, .interview_list .item02_more .c_btn_arrow, .interview_list .item01_more02 .c_btn_arrow, .interview_list .item01_more01 .c_btn_arrow {
    width: 16px;
    height: 16px;
  }
  .interview_list .item05_more .c_btn_arrow::after, .interview_list .item04_more .c_btn_arrow::after, .interview_list .item03_more .c_btn_arrow::after, .interview_list .item02_more .c_btn_arrow::after, .interview_list .item01_more02 .c_btn_arrow::after, .interview_list .item01_more01 .c_btn_arrow::after {
    width: 8px;
    height: 7px;
  }
  .interview_list::after {
    max-height: 92%;
  }
  .interview_list .item01 {
    order: 1;
  }
  .interview_list .item02 {
    order: 4;
  }
  .interview_list .item03 {
    order: 2;
  }
  .interview_list .item04 {
    order: 3;
  }
  .interview_list .item05 {
    order: 5;
  }
  .interview_list .item05_more .c_btn {
    gap: 5px;
  }
  .interview_list .item05_more .c_btn small {
    font-size: 0.625rem;
  }
  .data_heading .c_ttl_en {
    position: relative;
    transform: translate(-6px, -3px);
    font-size: 4.5rem;
  }
  .has_scroll_bar .data_list {
    grid-template-columns: repeat(auto-fit, minmax(max(43vw, 160px), 1fr));
  }
  .data_list .item05 .data_item_ttl {
    font-size: 0.875rem;
    padding-top: 2px;
    margin-right: -5px;
  }
  .data_list .item07_unit:first-child {
    position: relative;
    left: 3px;
  }
  .qa {
    background-color: white;
    margin-top: -1px;
    padding-top: 1px;
  }
  .qa_heading .c_ttl_jp {
    transform: translateX(-5px);
  }
  .has_scroll_bar .qa_block_list {
    grid-template-columns: repeat(auto-fit, minmax(max(44vw, 165px), 1fr));
  }
  .qa_block_list::after {
    border-width: 4px 15px;
    border-color: #F1F2ED;
    border-style: solid;
    pointer-events: none;
    width: 100%;
    background-color: transparent;
    border-radius: inherit;
  }
  .qa_block_list .item.item01 .item_desc {
    padding-left: 10px;
  }
  .qa_block_list .item.item04 .item_desc {
    position: relative;
    top: -4px;
  }
  .qa_block_list .item.item07 .item_desc {
    padding-bottom: 24px;
    padding-left: 6px;
  }
  .qa_block_list .item.item08 .item_icon {
    top: -10px;
  }
  .qa_block_list .item.item10 .item_icon {
    left: -4px;
  }
  .qa_block_list .item.item11 .item_desc {
    padding-left: 8px;
  }
  .qa_block_list .item.item11 .item_icon {
    top: -5px;
  }
  .qa_block_list .item.item21 .item_icon {
    left: 4px;
    top: -2px;
  }
  .qa_block_list .item.item21 .item_desc {
    position: relative;
    padding-left: 10px;
    top: -3px;
  }
  .search_heading .c_ttl_en {
    font-size: 4.5rem;
  }
  .staff_intro_desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 258px;
    margin: 0 auto;
    max-width: 319px;
    background: url(../images/img_staff_bg_grey_sp.png) center/100% 100% no-repeat;
  }
  .staff_plan_img img {
    width: 100%;
  }
  .staff.staff02 .staff_mv_info {
    position: relative;
    top: -8px;
  }
  .staff.staff02 .staff_plan_img {
    margin-top: 4px;
  }
  .staff.staff03 .staff_mv_info {
    position: relative;
    top: -8px;
  }
  .staff.staff03 .staff_intro_desc {
    min-height: 275px;
  }
  .staff.staff03 .staff_sec01 {
    margin-top: 27px;
  }
  .staff.staff03 .staff_plan_img {
    margin-top: 22px;
    margin-bottom: -9px;
  }
  .staff.staff04 .staff_intro_desc {
    padding-bottom: 20px;
  }
  .staff.staff04 .staff_plan_img {
    margin-right: -4px;
    margin-top: 11px;
    margin-bottom: -14px;
  }
}

@media screen and (min-width: 768px) {
  .activity, .staff_intro, .staff_sec01, .staff_sec02, .staff_sec03, .staff_plan_inner, .data_heading, .data_list, .work_intro, .work_list {
    padding: 0 40px;
  }
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.8;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: initial !important;
  }
  .sp {
    display: none !important;
  }
  .sp_inline {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  .container {
    padding: 0;
    width: calc(100% - 80px);
    max-width: 998px;
  }
  .footer {
    padding: 47px 40px;
  }
  .tool {
    right: 12px;
    bottom: 23px;
  }
  .c_totop {
    width: 87px;
  }
  .is_limited .tool {
    transform: none;
  }
  .is_scrolled .header_logo {
    opacity: 1;
  }
  .is_scrolled .header_btn {
    opacity: 1;
  }
  .header_inner {
    padding: 19px 31px 19px 42px;
  }
  .header_inner::before {
    content: none;
  }
  .header_logo {
    color: #005BAC;
    opacity: 0;
  }
  .header_logo_link {
    display: flex;
    gap: 15px;
  }
  .header_logo_img {
    width: 131px; 
  }
  .header_logo_txt {
    display: block;
    font-size: 0.875rem;
    padding-top: 6px;
  }
  .header_logo_txt::after, .header_logo_txt::before {
    content: none;
  }
  .header_entry {
    gap: 56px;
  }
  .header_btn {
    display: block;
    width: 209px;
  }
  .header_btn .c_btn {
    padding-left: 30px;
  }
  .gnav_inner::after {
    left: 0;
    bottom: 0;
  }
  .gnav_btn {
    bottom: 25px;
  }
  .c_ttl_en {
    font-size: 10rem;
    top: 0.21875em;
  }
  .c_ttl_jp {
    font-size: 1rem;
    padding-left: 9px;
    margin-bottom: 4px;
    gap: 10px;
  }
  .c_ttl.is_middle .c_ttl_jp {
    padding-right: 26px;
  }
  .c_btn.is_md {
    font-size: 1.25rem;
    gap: 28px;
    height: 104px;
    width: 449px;
    padding-left: 28px;
  }
  .fv_scroll {
    left: 25px;
  }
  .fv_scroll_txt {
    padding-top: 3px;
  }
  .mv_main {
    max-width: calc(50% + 672px);
    max-width: max(96.6666666667vw, 50% + 672px);
    padding: 0 max(2.7777777778vw, 40px) 139px;
  }
  .mv_inner {
    max-width: 1014px;
    max-width: max(70.4166666667vw, 1014px);
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .mv_content {
    padding: 0;
    height: 82vh;
    justify-content: flex-end;
    flex-direction: column;
    gap: 12.9198966408vh;
    position: sticky;
    top: 0;
  }
  .mv_logo {
    max-width: unset;
    width: 18.2170542636vh;
    display: block;
    top: -2.5839793282vh;
  }
  .mv_logo figcaption {
    font-size: 1.4211886305vh;
    margin-top: 0.9043927649vh;
  }
  .mv_desc {
    max-width: unset;
    width: 36.6925064599vh;
  }
  .mv_btn {
    display: block;
    text-align: center;
  }
  .mv_btn .c_btn {
    width: 27.0025839793vh;
    height: 8.2687338501vh;
    font-size: 2.0671834625vh;
    padding-left: 3.8759689922vh;
    gap: 2.5839793282vh;
  }
  .mv_btn .c_btn_arrow {
    width: 3.1007751938vh;
    height: 3.1007751938vh;
  }
  .mv_btn .c_btn_arrow::after {
    width: 1.5503875969vh;
  }
  .mv_intro {
    padding-right: 0;
    padding-left: 0;
    padding-top: 150vh;
    padding-top: 150lvh;
  }
  .mv_intro_txt {
    font-size: 1.25rem;
  }
  .mv_intro_txt:first-child {
    margin-top: 142px;
  }
  .mv_intro_txt:not(:last-child) {
    margin-bottom: 79px;
  }
  .work_list .item04_desc, .work_list .item03_desc, .work_list .item02_desc, .work_list .item01_desc {
    display: block;
    margin-top: 12px;
  }
  .work_list .item03::after, .work_list .item02::after, .work_list .item01::after {
    aspect-ratio: 23/25;
    background: url(../images/img_work_shape.svg) center/contain no-repeat;
    width: 23px;
    left: calc(100% + clamp(0rem, 10.9375vw + -5.25rem, 1.75rem));
    top: clamp(3.25rem, 1.953125vw + 2.3125rem, 3.5625rem);
    transform: none;
  }
  .work_list .item04_ttl_num, .work_list .item03_ttl_num, .work_list .item02_ttl_num, .work_list .item01_ttl_num {
    left: 1px;
    margin-bottom: 12px;
  }
  .work_list .item03_img, .work_list .item02_img, .work_list .item01_img {
    height: 141px;
    margin-top: 31px;
  }
  .work_list .item04_ttl_txt, .work_list .item03_ttl_txt, .work_list .item02_ttl_txt, .work_list .item01_ttl_txt {
    font-size: clamp(1.375rem, 1.5625vw + 0.625rem, 1.625rem);
  }
  .work_head {
    height: 547px;
    margin-left: auto;
    width: calc(50% + 540px);
  }
  .work_head::before {
    background: url(../images/img_work_heading01.svg) left bottom/contain no-repeat;
    left: -182px;
    width: 1442px;
  }
  .work_head::after {
    background: url(../images/img_work_heading02.svg) left bottom/contain no-repeat;
    width: 1440px;
    left: 1260px;
  }
  .work_heading {
    padding-top: 361px;
    padding-left: 31px;
  }
  .work_heading .c_ttl_jp {
    gap: 15px;
  }
  .work_main {
    margin-top: 0;
    padding-bottom: 90px;
  }
  .work_intro {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 1033px;
    position: relative;
    left: 15px;
    padding-top: 50px;
  }
  .work_intro_content {
    padding-top: 0;
  }
  .work_intro_ttl {
    padding: 0;
    line-height: 2.12;
    max-width: 450px;
  }
  .work_intro_ttl > span {
    padding: 3px 10px;
  }
  .work_intro_desc {
    margin-top: 27px;
  }
  .work_intro_desc > *:first-child {
    max-width: 370px;
  }
  .work_intro_img {
    margin-top: 0;
    max-width: 457px;
    flex-shrink: 0;
    width: calc(50% - 15px);
  }
  .work_list {
    display: flex;
    justify-content: space-between;
    max-width: 1042px;
    flex-wrap: wrap;
    gap: 0 20px;
    margin-top: 58px;
  }
  .work_list .item01 {
    left: clamp(0px, (100vw - 1024px) * 1000, 19px);
    max-width: 220px;
    width: 26.1627906977%;
  }
  .work_list .item01_desc {
    max-width: unset;
    left: clamp(-4px, (1024px - 100vw) * 1000, 0px);
  }
  .work_list .item02 {
    margin-top: 0;
    max-width: 299px;
    width: 34.8837209302%;
  }
  .work_list .item02::after {
    left: calc(100% + clamp(0rem, 13.28125vw + -6.375rem, 2.125rem));
  }
  .work_list .item02_desc {
    max-width: 270px;
    left: clamp(0px, (100vw - 1024px) * 1000, 5px);
  }
  .work_list .item03 {
    right: clamp(0px, (100vw - 1024px) * 1000, 12px);
    max-width: 227px;
    width: 26.1627906977%;
  }
  .work_list .item03::after {
    content: none;
  }
  .work_list .item03_desc {
    left: 0;
    max-width: unset;
  }
  .work_list .item04 {
    display: block;
    margin: 37px 0 0;
  }
  .work_list .item04_inner {
    width: 100%;
    max-width: unset;
    display: block;
  }
  .work_list .item04_ttl_num {
    padding-left: 0;
    padding-right: 16px;
    margin-bottom: 2px;
  }
  .work_list .item04_ttl_txt {
    padding-left: 0;
  }
  .work_list .item04_content {
    display: flex;
    margin: -18px 0 0;
    align-items: center;
    gap: 35px;
    padding: 48px 44px 39px 114px;
    padding-left: clamp(3.75rem, 21.09375vw + -6.375rem, 7.125rem);
  }
  .work_list .item04_img {
    top: -10px;
    flex-shrink: 0;
    max-width: 190px;
  }
  .work_list .item04_desc {
    text-align: left;
    margin-top: 0;
  }
  .work_item:not(:last-child) {
    margin-bottom: 0;
  }
  .interview_list .item05_person, .interview_list .item02_person, .interview_list .item01_staff {
    position: absolute;
    right: -20px;
    top: 63px;
  }
  .interview_list .item05_person img, .interview_list .item02_person img, .interview_list .item01_staff img {
    width: 175px;
  }
  .interview_list .item05_more .c_btn, .interview_list .item04_more .c_btn, .interview_list .item03_more .c_btn, .interview_list .item02_more .c_btn, .interview_list .item01_more02 .c_btn, .interview_list .item01_more01 .c_btn {
    padding-left: 10px;
    height: 62px;
    font-size: 0.75rem;
  }
  .interview_list .item04_icon, .interview_list .item03_icon, .interview_list .item02_icon, .interview_list .item01_icon {
    margin: 0;
    position: absolute;
    top: calc(100% + 11px);
  }
  .interview_list .item05_ttl, .interview_list .item04_ttl, .interview_list .item03_ttl, .interview_list .item02_ttl, .interview_list .item01_ttl {
    font-size: 1.625rem;
    margin: 0 0 16px;
    padding: 2px 9px 6px;
  }
  .interview_list .item05_desc, .interview_list .item04_desc, .interview_list .item03_desc, .interview_list .item02_desc, .interview_list .item01_desc {
    text-align: left;
    font-size: 1rem;
  }
  .interview_list .item05_inner, .interview_list .item04_inner, .interview_list .item03_inner, .interview_list .item02_inner, .interview_list .item01_inner {
    padding: 24px clamp(1.25rem, 7.8125vw + -2.5rem, 2.5rem);
    min-height: 201px;
  }
  .interview_list .item05_inner::after, .interview_list .item04_inner::after, .interview_list .item03_inner::after, .interview_list .item02_inner::after, .interview_list .item01_inner::after {
    top: calc(100% - 6px);
    left: 0;
    transform: none;
  }
  .interview {
    padding: 0 37px;
  }
  .interview_inner {
    max-width: 1366px;
    padding: 61px 0 140px;
  }
  .interview_heading {
    padding-left: 8px;
  }
  .interview_heading .c_ttl_jp {
    transform: translate(11px, -3px);
    padding-right: 0 !important;
  }
  .interview_heading .c_ttl_en {
    font-size: clamp(6.875rem, 19.53125vw + -2.5rem, 10rem);
  }
  .interview_logo {
    display: block;
    left: calc(50% + clamp(0rem, -19.53125vw + 12.5rem, 3.125rem));
    width: clamp(3.75rem, 9.765625vw + -0.9375rem, 5.3125rem);
    transform: translate(-39%, 7%);
  }
  .interview_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 37px;
    padding: 0 20px;
  }
  .interview_list::after {
    background: url(../images/img_interview_bg.svg) center/contain no-repeat;
    aspect-ratio: 772/822;
    max-width: 772px;
    transform: translate(-49.6%, -48%);
  }
  .interview_list .item01 {
    grid-column: span 2;
    margin-bottom: 138px;
  }
  .interview_list .item01_main {
    max-width: clamp(33.125rem, 17.1875vw + 24.875rem, 35.875rem);
    left: clamp(-24px, (1024px - 100vw) * 1000, 0px);
    margin: 0 auto;
  }
  .interview_list .item01_inner::after {
    left: calc(50% - 98px);
  }
  .interview_list .item01_content {
    display: block;
    max-width: 150px;
  }
  .interview_list .item01_desc {
    position: static;
  }
  .interview_list .item01_staff {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    right: -50px;
  }
  .interview_list .item01_icon {
    max-width: unset;
    left: -39px;
    top: calc(100% - 24px);
  }
  .interview_list .item01_more02 .c_btn {
    padding-left: 8px;
  }
  .interview_list .item02 {
    margin-bottom: 140px;
  }
  .interview_list .item02_main {
    max-width: clamp(18.75rem, 14.0625vw + 12rem, 21rem);
    margin-left: auto;
    margin-right: 164px;
  }
  .interview_list .item02_inner::after {
    left: calc(50% - 36px);
  }
  .interview_list .item02_content {
    max-width: 150px;
  }
  .interview_list .item02_ttl {
    margin-left: clamp(-6px, (1024px - 100vw) * 1000, 0px);
  }
  .interview_list .item02_person {
    padding-right: 0;
    margin-top: 0;
    right: -26px;
    top: 70px;
  }
  .interview_list .item02_icon {
    max-width: unset;
    left: 24px;
  }
  .interview_list .item03_main {
    max-width: clamp(13.75rem, 44.53125vw + -7.625rem, 20.875rem);
    margin-left: clamp(6.875rem, 15.234375vw + -0.4375rem, 9.3125rem);
  }
  .interview_list .item03_inner::after {
    left: calc(50% - 7px);
  }
  .interview_list .item03_icon {
    max-width: unset;
    right: -32px;
    top: calc(100% - 41px);
  }
  .interview_list .item04_main {
    max-width: clamp(15.625rem, 19.140625vw + 6.4375rem, 18.6875rem);
    margin-left: auto;
    margin-right: 34px;
  }
  .interview_list .item04_inner::after {
    left: calc(50% - 24px);
  }
  .interview_list .item04_icon {
    max-width: unset;
    right: 51px;
    left: auto;
  }
  .interview_list .item05_main {
    max-width: clamp(19.375rem, 10.15625vw + 14.5rem, 21rem);
    margin-left: clamp(0rem, 21.09375vw + -10.125rem, 3.375rem);
    top: -44px;
  }
  .interview_list .item05_main::after {
    left: calc(50% - 60px);
  }
  .interview_list .item05_inner::after {
    left: calc(50% - 60px);
  }
  .interview_list .item05_content {
    max-width: 150px;
  }
  .interview_list .item05_ttl {
    margin-left: -6px;
  }
  .interview_list .item05_desc {
    margin-top: 0;
  }
  .interview_list .item05_person {
    margin-top: 0;
    padding-left: 0;
    right: -23px;
    top: 57px;
  }
  .interview_list .item05_more {
    margin-left: -25px;
    margin-right: -20px;
  }
  .interview_item {
    max-width: unset;
    order: unset;
  }
  .data_list .item07_unit, .data_list .item05_unit, .data_list .item04_unit, .data_list .item03_unit, .data_list .item02_unit, .data_list .item01_unit {
    font-size: 2.5rem;
  }
  .data_list .item07_num, .data_list .item05_num, .data_list .item04_num, .data_list .item03_num, .data_list .item02_num, .data_list .item01_num {
    font-size: 4.5rem;
  }
  .data_item_ttl {
    font-size: 1.625rem;
    gap: 10px;
  }
  .data_item_ttl::before {
    top: 2px;
    width: 20px;
  }
  .data {
    margin-top: 178px;
  }
  .data::after, .data::before {
    left: 50%;
    transform: translateX(-50%);
    min-width: 1440px;
  }
  .data::before {
    aspect-ratio: 1440/112;
    background-image: url("../images/img_data_bg01.svg");
    transform: none;
    position: static;
  }
  .data::after {
    background-position: center bottom;
    background-image: url("../images/img_data_bg02.svg");
    aspect-ratio: 1440/479;
    margin-bottom: -13%;
    margin-top: -2%;
  }
  .data_heading {
    bottom: calc(100% + clamp(0.9375rem, 4.2948717949vw + -2.9278846154rem, 5.125rem));
    max-width: 1404px;
  }
  .data_heading .c_ttl_jp {
    top: -5px;
    left: 8px;
  }
  .data_list {
    display: flex;
    gap: 55px 30px;
    justify-content: space-between;
    max-width: 1080px;
    flex-wrap: wrap;
    padding-top: 131px;
  }
  .data_list .item01_desc {
    padding-left: 0;
    margin-top: 23px;
  }
  .data_list .item01_unit {
    left: 0;
    letter-spacing: 0.04em;
  }
  .data_list .item01_num {
    letter-spacing: 0.1em;
    left: 4px;
  }
  .data_list .item01_icon {
    margin: 7px 0 0;
  }
  .data_list .item01_icon img {
    max-width: unset;
  }
  .data_list .item01_notice {
    font-size: 0.875rem;
    margin: 9px -4px 0 0;
  }
  .data_list .item02_desc {
    margin-top: 40px;
  }
  .data_list .item02_num {
    letter-spacing: 0.06em;
    height: 131px;
    top: 15px;
    left: 9px;
  }
  .data_list .item02_num::after {
    transform: translate(22px, -7px);
    width: 275px;
  }
  .data_list .item02_unit {
    bottom: 0;
    left: 48px;
  }
  .data_list .item03_desc {
    padding-left: 0;
    margin-top: 39px;
  }
  .data_list .item03_unit {
    letter-spacing: 0.1em;
  }
  .data_list .item03_num {
    left: 4px;
    letter-spacing: 0.1em;
  }
  .data_list .item03_icon {
    margin-top: 16px;
  }
  .data_list .item03_icon img {
    max-width: unset;
  }
  .data_list .item04_desc {
    margin-top: 55px;
    padding-left: 5px;
  }
  .data_list .item04_unit {
    letter-spacing: 0.1em;
  }
  .data_list .item04_num {
    letter-spacing: 0.1em;
    left: 4px;
  }
  .data_list .item04_notice {
    font-size: 1.5rem;
    margin-top: 2px;
    padding-left: 10px;
  }
  .data_list .item04_notice_num {
    font-size: 2.5rem;
  }
  .data_list .item05 .data_item_ttl {
    margin-right: -10px;
  }
  .data_list .item05_desc {
    margin-top: 85px;
  }
  .data_list .item05_unit {
    letter-spacing: 0.1em;
  }
  .data_list .item05_num {
    left: 0;
    letter-spacing: 0.1em;
    left: 4px;
  }
  .data_list .item06::after {
    top: -18px;
    right: 2px;
    width: 41px;
  }
  .data_list .item06_desc {
    line-height: 1.15;
    margin-top: 54px;
    font-size: 3rem;
  }
  .data_list .item07_desc {
    margin: 42px 0 0;
  }
  .data_list .item07_unit:last-child {
    left: -2px;
  }
  .data_list .item07_num {
    letter-spacing: 0.05em;
    left: -3px;
  }
  .data_list .item07_icon {
    margin-top: 41px;
    padding-right: 10px;
  }
  .data_list .item07_icon img {
    max-width: unset;
  }
  .data_list .item08_desc {
    font-size: clamp(1.875rem, 3.90625vw + 0rem, 2.5rem);
    margin-top: clamp(1.375rem, -7.03125vw + 5.875rem, 2.5rem);
    padding-left: 5px;
  }
  .data_list .item08_desc_en {
    font-size: 1.2em;
  }
  .data_list .item08_desc_first {
    top: -9px;
  }
  .data_list .item08_icon {
    margin-top: 14px;
    padding-left: 10px;
  }
  .data_list .item08_icon img {
    max-width: unset;
  }
  .data_item {
    width: clamp(33.3333333333% - 20px, (1024px - 100vw) * 1000, 50% - 20px);
    padding: 11px 22px;
    border-radius: 16px 0;
    max-width: 294px;
    max-width: clamp(294px, (1024px - 100vw) * 1000, 1024px);
    min-height: 301px;
  }
  .data_item.item08, .data_item.item07 {
    width: calc(50% - 15px);
    max-width: 469px;
  }
  .qa_inner {
    margin: 102px 0 0;
  }
  .qa_block:not(:last-child) {
    margin-bottom: 121px;
  }
  .qa_block_ttl {
    padding: 8px 20px 12px;
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
  .qa_block_num {
    transform: translateY(9px);
    font-size: 2.5rem;
    bottom: 100%;
  }
  .qa_block_num.num01 {
    transform: translateY(10px);
    left: 79px;
  }
  .qa_block_num.num01::after {
    transform: translate(-56.5%, -23.5%);
  }
  .qa_block_num.num02 {
    right: 56px;
  }
  .qa_block_num.num02::after {
    transform: translate(-35%, -27%);
  }
  .qa_block_num.num03 {
    left: 91px;
  }
  .qa_block_num.num03::after {
    transform: translate(-66.8%, -30.5%);
  }
  .qa_block_num.num04 {
    right: 107px;
  }
  .qa_block_num.num04::after {
    width: 178px;
    transform: translate(-38%, -44.5%);
  }
  .qa_block_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 14px 0 14px;
  }
  .qa_block_list::before {
    width: 29px;
  }
  .qa_block_list::after {
    width: 28px;
  }
  .qa_block_list .item {
    gap: 0;
    padding: 0 10px 0;
    min-height: 194px;
  }
  .qa_block_list .item::after {
    top: 26px;
    bottom: 22px;
  }
  .qa_block_list .item_icon {
    min-height: 50px;
  }
  .qa_block_list .item_desc {
    line-height: 1.75;
    font-size: 1.25rem;
    margin-top: 10px;
    min-height: 103px;
  }
  .qa_block_list .item:nth-child(3n+1) {
    width: clamp(32.5773195876%, (1024px - 100vw) * 1000, 50%);
  }
  .qa_block_list .item:nth-child(3n+2) {
    width: clamp(34.9484536082%, (1024px - 100vw) * 1000, 50%);
  }
  .qa_block_list .item:nth-child(3n+3) {
    width: clamp(32.4742268041%, (1024px - 100vw) * 1000, 50%);
  }
  .qa_block_list .item.item03 .item_desc {
    padding-top: 19px;
    padding-left: 17px;
  }
  .qa_block_list .item.item03 .item_icon {
    top: 5px;
    align-items: flex-end;
  }
  .qa_block_list .item.item04 .item_icon {
    left: 0;
  }
  .qa_block_list .item.item05 .item_desc {
    margin-top: 14px;
    top: -3px;
  }
  .qa_block_list .item.item06 .item_icon {
    left: 8px;
    top: 3px;
  }
  .qa_block_list .item.item06 .item_desc {
    padding-left: 20px;
  }
  .qa_block_list .item.item08 .item_desc {
    padding-top: 2px;
    padding-left: 8px;
  }
  .qa_block_list .item.item09 .item_desc {
    padding-top: 2px;
    padding-left: 10px;
  }
  .qa_block_list .item.item12 .item_icon {
    left: -3px;
    top: 3px;
  }
  .qa_block_list .item.item13 .item_icon {
    align-items: flex-end;
    top: 2px;
  }
  .qa_block_list .item.item13 .item_desc {
    padding-bottom: 0;
    padding-top: 2px;
    padding-left: 8px;
  }
  .qa_block_list .item.item14 .item_icon {
    align-items: flex-end;
    top: 8px;
    left: 4px;
  }
  .qa_block_list .item.item14 .item_desc {
    padding-top: 0;
  }
  .qa_block_list .item.item15 .item_icon {
    align-items: flex-end;
    left: 4px;
  }
  .qa_block_list .item.item15 .item_desc {
    padding-bottom: 0;
    padding-top: 2px;
    padding-left: 10px;
  }
  .qa_block_list .item.item16 .item_icon {
    top: 0;
  }
  .qa_block_list .item.item16 .item_desc {
    padding-bottom: 0;
    padding-top: 2px;
    padding-left: 10px;
  }
  .qa_block_list .item.item17 .item_desc {
    padding-left: 0;
    padding-top: 2px;
  }
  .qa_block_list .item.item18 .item_icon {
    left: 8px;
  }
  .qa_block_list .item.item18 .item_desc {
    padding-top: 3px;
    padding-left: 12px;
  }
  .qa_block_list .item.item19 .item_icon {
    top: 2px;
    align-items: flex-end;
  }
  .qa_block_list .item.item19 .item_desc {
    padding-left: 4px;
  }
  .qa_block_list .item.item20 .item_icon {
    left: 0;
    align-items: flex-end;
    top: 15px;
  }
  .qa_block_list .item.item20 .item_desc {
    padding-top: 20px;
    padding-left: 10px;
  }
  .qa_block_list .item.item21 .item_icon {
    align-items: flex-end;
    left: 5px;
    top: 2px;
  }
  .qa_block_list .item.item21 .item_desc {
    padding-left: 20px;
  }
  .qa_block_list .item.item22 .item_icon {
    align-items: flex-end;
    left: 5px;
    top: 2px;
  }
  .qa_block_list .item.item22 .item_desc {
    padding-bottom: 0;
    padding-left: 10px;
  }
  .qa_block_list .item.item23 .item_icon {
    align-items: flex-end;
    top: 13px;
  }
  .qa_block_list .item.item23 .item_desc {
    padding-left: 10px;
    padding-top: 26px;
  }
  .qa_block_list .item.item24 .item_icon {
    left: 12px;
    top: 6px;
  }
  .qa_block_list .item.item24 .item_desc {
    padding-bottom: 0;
    padding-left: 27px;
    padding-top: 5px;
  }
  .search {
    margin-top: 90px;
    padding-bottom: 152px;
  }
  .search::after {
    width: 189px;
    transform: translateY(37%);
    left: 433px;
  }
  .search_heading::after {
    width: 520px;
    transform: translateY(-38%);
    left: calc(50% - 138px);
  }
  .search_btn {
    margin-top: 20px;
    padding-left: 0;
  }
  .staff_sec03_ttl, .staff_sec02_ttl, .staff_sec01_ttl {
    font-size: 1.625rem;
    padding-bottom: 11px;
  }
  .staff_sec03_img, .staff_sec02_img, .staff_sec01_img {
    max-width: 384px;
    margin-top: 0;
  }
  .is_large.staff_sec03_img, .is_large.staff_sec02_img, .is_large.staff_sec01_img {
    max-width: 510px;
  }
  .staff_sec03_img img, .staff_sec02_img img, .staff_sec01_img img {
    border-radius: 24px;
  }
  .staff_sec03_inner, .staff_sec02_inner, .staff_sec01_inner {
    align-items: center;
    justify-content: space-between;
    display: flex;
    gap: 30px;
  }
  .is_reverse.staff_sec03_inner, .is_reverse.staff_sec02_inner, .is_reverse.staff_sec01_inner {
    flex-direction: row-reverse;
  }
  .modal {
    padding: 34px 40px;
  }
  .modal_inner {
    max-width: 1314px;
  }
  .modal_close {
    top: 16px;
    right: 10px;
    width: 90px;
  }
  .modal_close::after {
    width: 87px;
    transform: translate(3px, -3px);
  }
  .modal_close::before {
    width: 19px;
  }
  .staff_mv_inner {
    position: absolute;
    left: 0;
    bottom: -22px;
  }
  .staff_mv_content {
    margin: 0 auto;
    max-width: 993px;
    width: calc(100% - 160px);
  }
  .staff_mv_img {
    min-height: 440px;
  }
  .staff_mv_green {
    margin: 0 0 26px;
  }
  .staff_mv_green::after {
    transform: translate(-15%, -10%);
    width: 287px;
  }
  .staff_mv_desc {
    min-height: 101px;
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  .staff_mv_info {
    gap: 11px;
  }
  .staff_mv_name {
    top: 3px;
    font-size: 1.25rem;
    padding-left: 4px;
  }
  .staff_mv_year {
    font-size: 0.875rem;
  }
  .staff_mv_blue {
    margin: 0;
    font-size: 1.25rem;
    min-width: 114px;
  }
  .staff_mv_blue::after {
    transform: translate(-22%, -30%);
    width: 190px;
  }
  .staff_intro {
    max-width: 1042px;
    margin-top: 107px;
  }
  .staff_intro_inner {
    background: url(../images/img_staff_bg_grey.png) center/100% 100% no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    left: clamp(0px, (100vw - 1024px) * 1000, 10px);
    padding: 20px 100px 20px 164px;
    padding-left: clamp(2.5rem, 23.3082706767vw + -8.6879699248rem, 10.25rem);
    padding-right: clamp(5rem, 3.7593984962vw + 3.1954887218rem, 6.25rem);
    min-height: 180px;
    gap: clamp(1.875rem, 14.453125vw + -5.0625rem, 4.1875rem);
  }
  .staff_intro_ttl {
    display: block;
    margin: 0;
    font-size: 1.625rem;
    padding: 2px 8px 5px 9px;
  }
  .staff_sec01 {
    max-width: 1078px;
    margin-top: 80px;
  }
  .staff_sec01_inner {
    left: clamp(0px, (100vw - 1024px) * 1000, 10px);
  }
  .staff_sec01_content {
    margin-bottom: 0;
    flex-shrink: 0;
    width: calc(50% - 15px);
    max-width: 384px;
  }
  .staff_sec02 {
    max-width: 974px;
    margin-top: 60px;
  }
  .staff_sec02_inner {
    left: clamp(0px, (100vw - 1024px) * 1000, 12px);
  }
  .staff_sec02_content {
    margin-bottom: 0;
    max-width: 408px;
    width: calc(50% - 15px);
    flex-shrink: 0;
  }
  .staff_sec03 {
    max-width: 1060px;
    margin-top: -1px;
  }
  .staff_sec03_inner {
    justify-content: flex-start;
    align-items: flex-end;
    gap: clamp(1.875rem, 23.8425925926vw + -9.5694444444rem, 8.3125rem);
  }
  .staff_sec03_content {
    margin-bottom: 0;
    max-width: 408px;
    width: calc(50% - 15px);
  }
  .staff_sec03_content:not(:last-child) {
    margin-bottom: 0;
  }
  .staff_plan {
    padding-top: 115px;
  }
  .staff_plan_heading {
    bottom: calc(100% - 231px);
    left: 42px;
    font-size: 7.5rem;
  }
  .staff_plan::before {
    background-image: url(../images/img_staff_bg_plan.svg);
    aspect-ratio: 1314/88;
    min-width: 1314px;
  }
  .staff_plan_main {
    padding: 57px 0 88px;
  }
  .staff_plan_inner {
    max-width: 1073px;
  }
  .staff_plan_ttl {
    font-size: 1.625rem;
    gap: 17px;
    margin-bottom: 20px;
  }
  .staff_plan_ttl::before {
    width: 20px;
  }
  .staff_plan_schedule {
    padding: 14px 33px 50px;
  }
  .staff_plan_schedule::after {
    background: url(../images/img_staff_bg_schedule.png) center/100% 100% no-repeat;
    bottom: -10px;
    left: -23px;
    right: -15px;
  }
  .staff_plan_img {
    padding: 0 20px;
    max-width: unset;
    margin: 0;
  }
  .staff_plan_box {
    left: 12px;
  }
  .staff_plan_ttlsub {
    font-size: 1.625rem;
    margin-top: 64px;
    padding: 9px 20px 10px;
  }
  .staff_plan_desc {
    font-size: 1.625rem;
    border-radius: 0 0 4px 4px;
    margin-top: 16px;
    padding: 46px 20px 51px;
  }
  .staff_btn {
    padding: 34px 0 40px 19px;
  }
  .staff.staff01 .staff_sec02_content {
    padding-top: clamp(0px, (100vw - 1024px) * 1000, 17px);
  }
  .staff.staff01 .staff_plan_img {
    left: clamp(0px, (100vw - 1024px) * 1000, 11px);
  }
  .staff.staff02 .staff_mv_desc {
    padding-top: 24px;
  }
  .staff.staff02 .staff_intro_inner {
    padding-right: 60px;
    gap: clamp(1.875rem, 11.71875vw + -3.75rem, 3.75rem);
  }
  .staff.staff02 .staff_sec01 {
    max-width: 950px;
    margin-top: 57px;
  }
  .staff.staff02 .staff_sec01_inner {
    left: clamp(0px, (100vw - 1024px) * 1000, 27px);
  }
  .staff.staff02 .staff_sec01_content {
    padding-top: clamp(0px, (100vw - 1024px) * 1000, 18px);
  }
  .staff.staff02 .staff_sec02 {
    max-width: 1080px;
    margin-top: 89px;
    padding-bottom: 28px;
  }
  .staff.staff02 .staff_plan_img {
    margin-top: -16px;
  }
  .staff.staff03 .staff_mv_desc {
    padding-top: 24px;
  }
  .staff.staff03 .staff_intro_inner {
    padding-right: 60px;
    padding-left: clamp(2.5rem, 17.6691729323vw + -5.9812030075rem, 8.375rem);
    gap: clamp(1.875rem, 8.203125vw + -2.0625rem, 3.1875rem);
  }
  .staff.staff03 .staff_sec01 {
    max-width: 950px;
    margin-top: 57px;
  }
  .staff.staff03 .staff_sec01_inner {
    left: clamp(0px, (100vw - 1024px) * 1000, 27px);
  }
  .staff.staff03 .staff_sec01_content {
    padding-top: clamp(0px, (100vw - 1024px) * 1000, 14px);
  }
  .staff.staff03 .staff_sec02 {
    max-width: 1080px;
    margin-top: 59px;
    padding-bottom: 25px;
  }
  .staff.staff03 .staff_sec02_content {
    padding-top: clamp(0px, (100vw - 1024px) * 1000, 10px);
  }
  .staff.staff03 .staff_plan_img {
    left: clamp(0px, (100vw - 1024px) * 1000, 10px);
  }
  .staff.staff04 .staff_intro_inner {
    gap: clamp(1.875rem, 17.578125vw + -6.5625rem, 4.6875rem);
  }
  .staff.staff04 .staff_sec01 {
    margin-top: 80px;
  }
  .staff.staff04 .staff_sec01_content {
    padding-bottom: clamp(0px, (100vw - 1024px) * 1000, 60px);
  }
  .staff.staff04 .staff_sec01_img {
    max-width: 538px;
  }
  .staff.staff04 .staff_sec03 {
    padding-bottom: 59px;
  }
  .staff.staff04 .staff_plan_img {
    margin-top: -16px;
    left: clamp(0px, (100vw - 1024px) * 1000, 10px);
  }
  .activity_img {
    display: block;
    padding: 75px 0 0;
    max-width: 1057px;
  }
  .activity_img img {
    left: 0;
    min-width: unset;
  }
  .activity_img::after {
    background: url(../images/img_activity_decor.svg) center/contain no-repeat;
    right: 10.7%;
    top: 89.3%;
    aspect-ratio: 214/404;
    width: 214px;
  }
}

@media (any-hover: hover) and (pointer: fine) and (min-width: 768px) {
  .h_bg_green {
    transition: background-color 0.5s ease;
  }
  .h_bg_green:hover {
    background-color: #A5E457;
  }
  .h_zoom:hover .h_zoom_img img {
    transform: scale(1.1);
  }
  .h_zoom:hover .c_btn {
    background-color: #A5E457;
  }
  .h_underline {
    opacity: 1;
  }
  .h_underline::before, .h_underline::after {
    content: "";
  }
  .h_underline:hover::before {
    transition: none;
    background-color: transparent;
  }
  .h_underline:hover::after {
    transition: scale 0.5s ease;
  }
  .h_underline:hover::after, .h_underline:hover::before {
    scale: 1 1;
  }
  .c_totop {
    transition: all 0.5s ease;
  }
  .c_totop:hover {
    opacity: 0.8 !important;
  }
}