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

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
body.is-modal-open {
  overflow: hidden;
}
body.is-popupopen {
  overflow: hidden;
}
body.is-popupopen .l-overlay {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

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

ul,
ol {
  list-style: none;
}

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

iframe {
  max-width: 100%;
}

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

textarea {
  resize: none;
}

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

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

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

/* font */
/* icon */
.com-icon {
  --icon-size: 100%;
  --icon-wrap-size: 1.25rem;
  --icon-color: #333;
  position: relative;
  display: inline-flex;
  width: var(--icon-wrap-w, var(--icon-wrap-size));
  height: var(--icon-wrap-h, var(--icon-wrap-size));
}
.com-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--icon-w, var(--icon-size));
  height: var(--icon-h, var(--icon-size));
  content: "";
  background-color: var(--icon-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: translate(-50%, -50%);
}
.com-icon.--triangle {
  --icon-color: #005a40;
}
.com-icon.--triangle::after {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='design' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.92 34.57'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23005a40;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='19.96 34.57 39.92 0 0 0 19.96 34.57'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='design' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.92 34.57'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23005a40;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='19.96 34.57 39.92 0 0 0 19.96 34.57'/%3E%3C/svg%3E");
}
.com-icon.--play-pause {
  --icon-wrap-size: 2.5rem;
  --icon-color: #fff;
  background-color: #333;
  border-radius: 50%;
}
.com-icon.--play-pause::after {
  --icon-w: 0.625rem;
  --icon-h: 1rem;
  background-color: transparent;
  border-right: 0.1875rem solid var(--icon-color);
  border-left: 0.1875rem solid var(--icon-color);
}
.com-icon.--play-pause.is-pause::after {
  border-top: calc(var(--icon-h) / 2) solid transparent;
  border-right: none;
  border-bottom: calc(var(--icon-h) / 2) solid transparent;
  border-left: var(--icon-w) solid var(--icon-color);
}

/* anime */
.anime-fadeup {
  opacity: 0;
  animation: fadeup calc(var(--duration) * 1s) cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-play-state: paused;
  animation-delay: calc(var(--delay) * 1s);
}

.anime-child,
.anime {
  --duration: 1;
}

.anime-child.is-active .anime-fadeup {
  animation-play-state: running;
}

.anime.is-active.anime-fadeup {
  animation-play-state: running;
}

@keyframes scrolldow-dot {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-height: 10.625rem;
  padding-top: 3.75rem;
}
.l-header__inner {
  max-width: 115rem;
  padding: 0 1.25rem;
  padding-right: calc(6.25rem + 3.6458333333vw);
  margin: 0 auto;
}
.l-header__container {
  display: flex;
  gap: 2rem;
  align-items: center;
  height: 5rem;
}
.l-header__logo {
  display: flex;
  align-self: flex-start;
  width: 18.75rem;
  margin-top: 0.375rem;
}
.l-header__menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  display: none;
  width: 87.5rem;
  max-width: 100%;
  height: 41.5625rem;
  max-height: 100vh;
  overflow: hidden;
  background: linear-gradient(90deg, rgb(40, 134, 99) 0%, rgb(0, 82, 62) 100%);
  border-radius: 0 0 2.6875rem 2.6875rem;
}
.l-header__menu-inner {
  display: flex;
  height: 100%;
}
.l-header__menu-banner {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 33.8571428571%;
  text-align: center;
}
.l-header__menu-banner-img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.l-header__menu-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.l-header__nav-container {
  flex-grow: 1;
  padding-right: 2.5rem;
  padding-left: 1.25rem;
  overflow: auto;
}
.l-header__nav {
  display: flex;
  justify-content: space-between;
  width: 43.5rem;
  max-width: 100%;
  padding-top: 7.625rem;
  padding-bottom: 6.25rem;
  margin-right: auto;
  margin-left: auto;
}
.l-header__nav-list {
  width: 45%;
  max-width: 18.125rem;
}
.l-header__nav-item {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
}
.l-header__nav-item:not(:first-child) {
  margin-top: 0.25rem;
}
.l-header__nav-item .c-link {
  padding-left: 0;
  font-size: 1rem;
}
.l-header__nav-item .c-link.--arrow::after {
  width: 1.125rem;
  height: 1.125rem;
}
.l-header__nav-item-icon {
  cursor: pointer;
}
@media all and (min-width: 1281px), print {
  .l-header__nav-item.--company .l-header__nav-sub {
    margin-top: -0.75rem;
  }
  .l-header__nav-item.--business {
    margin-top: 0.375rem;
  }
  .l-header__nav-item.--policy {
    margin-top: 0.875rem;
    border-bottom: none;
  }
}
.l-header__nav-link {
  display: inline-flex;
  min-height: 3.5rem;
  padding: 0 0.3125rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 1.125rem;
  font-weight: 900;
  color: #fff;
}
.l-header__nav-sub {
  padding-bottom: 0.9375rem;
  margin-top: -0.125rem;
}
.l-header__nav-sub-item-link {
  display: inline-flex;
  gap: 0.125rem;
  align-items: flex-start;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  margin-left: 0.9375rem;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #fff;
}
.l-header__nav-sub-item-link::before {
  flex-shrink: 0;
  content: "－ ";
}
.l-header__menu-01 {
  height: 100%;
  margin-left: auto;
}
.l-header__nav-01-container {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  height: 100%;
}
.l-header__nav-01 {
  height: 100%;
}
.l-header__nav-01-list {
  display: flex;
  gap: 2.34375vw;
  align-items: center;
  height: 100%;
}
.l-header__nav-01-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.l-header__nav-01-item:hover .l-header__nav-01-link::before {
  transform: scaleX(1);
}
.l-header__nav-01-item.--top {
  margin-right: 0.25rem;
}
.l-header__nav-01-item.--company {
  margin-right: -0.25rem;
}
.l-header__nav-01-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: clamp(0.6875rem, 1vw, 1rem);
  font-size: 1rem;
  font-weight: 900;
  color: #005a40;
}
.l-header__nav-01-link::before {
  position: absolute;
  top: calc(50% + 1.125rem);
  right: 0;
  left: 0;
  max-width: 2rem;
  height: 0.125rem;
  margin: 0 auto;
  content: "";
  background-color: #1a8e09;
  transition: transform 0.3s linear;
  transform: scaleX(0);
}
.l-header__nav-01-link.--icon::before {
  right: 1.125rem;
}
.l-header__nav-01-link.--icon::after {
  width: 0.5625rem;
  aspect-ratio: 9/8;
  margin-left: 0.5rem;
  content: "";
  background-color: #005a40;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_ãƒ‡ã‚¶ã‚¤ãƒ³' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.41 6.12'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23005a40;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='8.71 .71 4.71 4.71 .71 .71'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_ãƒ‡ã‚¶ã‚¤ãƒ³' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.41 6.12'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23005a40;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='8.71 .71 4.71 4.71 .71 .71'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-header__nav-01-sub {
  position: absolute;
  top: calc(100% - 0.3125rem);
  left: 50%;
  width: 16.25rem;
  padding: 0 1.25rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
  visibility: hidden;
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.16);
  opacity: 0;
  transition: 0.3s all;
  transform: translateX(-50%);
}
.l-header__nav-01-sub-item:not(:last-child) {
  border-bottom: 0.0625rem solid rgba(58, 58, 58, 0.25);
}
.l-header__nav-01-sub-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #005a40;
  text-align: center;
}

.l-hum {
  position: fixed;
  top: 3.75rem;
  right: max(1.25rem, (100% - 112.5rem) / 2);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border: none;
  transition: top 0.1s linear, right 0.1s linear;
}
.l-hum::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-color: #005a40;
  border-radius: 50%;
}
.l-hum__bar {
  position: relative;
  width: 2.625rem;
  height: 0.125rem;
}
.l-hum__bar span {
  position: absolute;
  top: 50%;
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 62.4375rem;
  transition: transform 0.3s linear;
  transform: translate(0, -50%);
  transform-origin: center;
}
.l-hum__bar span:first-child {
  right: calc(50% + 0.5rem);
}
.l-hum__bar span:last-child {
  left: calc(50% + 0.5rem);
}
.l-hum__bar span:nth-child(2) {
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-hum__text {
  position: absolute;
  top: calc(50% + 0.625rem);
  left: 0;
  width: 100%;
  padding-left: 0.125rem;
  font-family: "Lexend Exa", sans-serif;
  font-size: 0.5625rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.18em;
}
.l-hum__text span:last-child {
  display: none;
}
.l-hum.is-active {
  top: 1.625rem;
  right: 1.625rem;
}
.l-hum.is-active::before {
  background-color: transparent;
  border: 0.125rem solid #fff;
}
.l-hum.is-active .l-hum__text {
  top: calc(50% + 0.9375rem);
}
.l-hum.is-active .l-hum__text span:first-child {
  display: none;
}
.l-hum.is-active .l-hum__text span:last-child {
  display: block;
}
.l-hum.is-active .l-hum__bar span {
  top: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
}
.l-hum.is-active .l-hum__bar span:nth-child(1) {
  transform: rotate(-26deg);
}
.l-hum.is-active .l-hum__bar span:nth-child(2) {
  display: none;
}
.l-hum.is-active .l-hum__bar span:nth-child(3) {
  transform: rotate(26deg);
}

body.index .l-header__nav-01-item.--top .l-header__nav-01-link::before {
  transform: scaleX(1);
}
body.philosophy .l-header__nav-01-item.--philosophy .l-header__nav-01-link::before {
  transform: scaleX(1);
}
body.company .l-header__nav-01-item.--company .l-header__nav-01-link::before {
  transform: scaleX(1);
}
body.business .l-header__nav-01-item.--business .l-header__nav-01-link::before, body.business-dialysis .l-header__nav-01-item.--business .l-header__nav-01-link::before {
  transform: scaleX(1);
}
body.recruit .l-header__nav-01-item.--recruit .l-header__nav-01-link::before {
  transform: scaleX(1);
}

@media (hover: hover) {
  .l-header__logo, .l-header__nav-01-sub-item-link, .l-header__nav-link, .l-header__nav-sub-item-link {
    transition: opacity 0.3s linear;
  }
  .l-header__logo:hover, .l-header__nav-01-sub-item-link:hover, .l-header__nav-link:hover, .l-header__nav-sub-item-link:hover {
    opacity: 0.7;
  }
  .l-header__nav-01-item:hover .l-header__nav-01-sub {
    visibility: inherit;
    opacity: 1;
  }
  .l-hum {
    transition: opacity 0.3s linear;
  }
  .l-hum:hover {
    opacity: 0.7;
  }
}
@media all and (min-width: 1281px), print {
  .l-header__nav-item-icon {
    display: none;
  }
  .l-header__menu-logo {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .l-hum {
    top: 1.875rem;
  }
  .l-hum.is-active {
    top: 0.875rem;
    right: 1.25rem;
  }
  .l-header {
    min-height: 10rem;
    padding-top: 1.875rem;
  }
  .l-header__menu-01 {
    display: none;
  }
  .l-header__logo {
    align-self: center;
  }
  .l-header__inner {
    padding-left: 1.25rem;
  }
  .l-header__menu {
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 7.5rem;
    padding-bottom: var(--bottom);
    background: #fff;
    border-radius: 0;
    --bottom: 2.375rem;
  }
  .l-header__menu::before {
    position: absolute;
    top: 0;
    bottom: var(--bottom);
    z-index: -1;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(40, 134, 99) 0%, rgb(0, 82, 62) 100%);
    border-radius: 0 0 1.75rem 1.75rem;
  }
  .l-header__menu-inner {
    display: block;
    padding-bottom: 3.4375rem;
    overflow: auto;
  }
  .l-header__menu-banner {
    display: none;
  }
  .l-header__container {
    height: 3.875rem;
  }
  .l-header__nav-container {
    padding: 0 2.8125rem;
    overflow: unset;
  }
  .l-header__nav {
    display: block;
    width: 100%;
    padding: 0;
  }
  .l-header__nav-list {
    width: 100%;
    max-width: unset;
  }
  .l-header__nav-item {
    position: relative;
  }
  .l-header__nav-item .c-link {
    padding: 0;
    font-size: 0.8125rem;
  }
  .l-header__nav-item .c-link.--arrow::after {
    width: 1rem;
    height: 1rem;
    margin-left: 0.3125rem;
  }
  .l-header__nav-item.--policy {
    margin-top: 2.375rem;
  }
  .l-header__nav-item.--text-link {
    text-align: center;
    border-bottom: none;
  }
  .l-header__nav-item.--text-link .l-header__nav-link {
    min-height: unset;
  }
  .l-header__nav-item-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    min-height: 3.5rem;
  }
  .l-header__nav-item-icon::before {
    position: absolute;
    right: 0.375rem;
    width: 0.8125rem;
    height: 100%;
    content: "";
    background: #fff;
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_ãƒ‡ã‚¶ã‚¤ãƒ³' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.06 7.94'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='12.35 .71 6.53 6.53 .71 .71'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_ãƒ‡ã‚¶ã‚¤ãƒ³' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.06 7.94'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='12.35 .71 6.53 6.53 .71 .71'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 80% center;
            mask-position: 80% center;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    transition: transform 0.3s linear;
  }
  .l-header__nav-item-icon.is-active::before {
    transform: rotate(-180deg);
  }
  .l-header__nav-link {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .l-header__nav-sub {
    display: none;
    padding-bottom: 1.25rem;
    margin-top: 0;
  }
  .l-header__nav-sub-list {
    line-height: 1;
  }
  .l-header__nav-sub-item:first-child > * {
    padding-top: 0;
  }
  .l-header__nav-sub-item + .l-header__nav-sub-item {
    margin-top: 0.3125rem;
  }
  .l-header__nav-sub-item-link {
    width: 100%;
    font-size: 0.8125rem;
    font-weight: 400;
  }
  .l-header__menu-logo {
    margin-top: 2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .l-hum {
    top: 1rem;
    right: 0.9375rem;
    width: 3.3125rem;
    height: 3.3125rem;
  }
  .l-hum.is-active {
    top: 0.4375rem;
    right: 0.6875rem;
  }
  .l-hum.is-active::before {
    border: none;
  }
  .l-hum.is-active .l-hum__text {
    margin-top: 0.125rem;
  }
  .l-hum.is-active .l-hum__text span:last-child {
    color: #fff;
  }
  .l-hum__bar span {
    width: 0.1875rem;
    height: 0.1875rem;
  }
  .l-hum__bar span:first-child {
    right: calc(50% + 0.3125rem);
  }
  .l-hum__bar span:last-child {
    left: calc(50% + 0.3125rem);
  }
  .l-hum__text {
    top: calc(50% + 1.875rem);
    font-weight: 500;
    color: #005a40;
  }
  .l-header {
    min-height: 6.25rem;
    padding-top: 1rem;
  }
  .l-header__logo {
    width: 13.8125rem;
    margin-top: 0;
  }
  .l-header__inner {
    padding-left: 0.9375rem;
  }
  .l-header__menu {
    padding-top: 4.875rem;
  }
}
/* footer */
.l-footer {
  position: relative;
  padding: 8rem 0 0;
  margin-top: 13.75rem;
  color: #fff;
  background: linear-gradient(90deg, rgb(40, 134, 99) 0%, rgb(0, 82, 62) 100%);
  border-radius: 5rem 5rem 0 0;
}
.l-footer .l-inner {
  width: 115rem;
}
.l-footer__scrolltop {
  position: fixed;
  right: 2rem;
  bottom: 3rem;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.l-footer__scrolltop.is-absolute {
  position: absolute;
  bottom: calc(3rem + 100%);
}
.l-footer__scrolltop.is-show {
  visibility: visible;
  opacity: 1;
}
.l-footer__container {
  display: flex;
  justify-content: space-between;
  max-width: 101.875rem;
  margin: 0 auto;
}
.l-footer__info {
  margin-top: 0.875rem;
}
.l-footer__menu {
  margin-right: 1.2%;
}
.l-footer__logo {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  align-items: flex-start;
  text-align: center;
}
.l-footer__text-link {
  display: inline-block;
  margin-top: 0.875rem;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.l-footer__text-link::after {
  display: inline-block;
  width: 0.75rem;
  height: 1rem;
  margin-top: -0.2em;
  margin-left: 0.5rem;
  vertical-align: middle;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.69 15.82'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M5.84,0C2.62,0,0,2.62,0,5.84c0,1.06.48,2.2.5,2.25.15.36.46.93.68,1.26l4.01,6.07c.16.25.41.39.67.39s.5-.14.67-.39l4.01-6.07c.22-.33.52-.9.68-1.26.02-.05.5-1.19.5-2.25,0-3.22-2.62-5.84-5.84-5.84ZM10.56,7.83c-.14.33-.42.85-.62,1.15l-4.01,6.07c-.08.12-.1.12-.18,0L1.75,8.98c-.2-.3-.48-.82-.62-1.15,0-.01-.44-1.06-.44-1.98C.69,3,3,.69,5.84.69s5.16,2.31,5.16,5.16c0,.92-.44,1.97-.44,1.98Z'/%3E%3Cpath class='cls-1' d='M5.84,2.75c-1.71,0-3.09,1.39-3.09,3.09s1.39,3.09,3.09,3.09,3.09-1.39,3.09-3.09c0-1.71-1.39-3.09-3.09-3.09ZM5.84,8.25c-1.33,0-2.41-1.08-2.41-2.41s1.08-2.41,2.41-2.41,2.41,1.08,2.41,2.41-1.08,2.41-2.41,2.41Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.69 15.82'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M5.84,0C2.62,0,0,2.62,0,5.84c0,1.06.48,2.2.5,2.25.15.36.46.93.68,1.26l4.01,6.07c.16.25.41.39.67.39s.5-.14.67-.39l4.01-6.07c.22-.33.52-.9.68-1.26.02-.05.5-1.19.5-2.25,0-3.22-2.62-5.84-5.84-5.84ZM10.56,7.83c-.14.33-.42.85-.62,1.15l-4.01,6.07c-.08.12-.1.12-.18,0L1.75,8.98c-.2-.3-.48-.82-.62-1.15,0-.01-.44-1.06-.44-1.98C.69,3,3,.69,5.84.69s5.16,2.31,5.16,5.16c0,.92-.44,1.97-.44,1.98Z'/%3E%3Cpath class='cls-1' d='M5.84,2.75c-1.71,0-3.09,1.39-3.09,3.09s1.39,3.09,3.09,3.09,3.09-1.39,3.09-3.09c0-1.71-1.39-3.09-3.09-3.09ZM5.84,8.25c-1.33,0-2.41-1.08-2.41-2.41s1.08-2.41,2.41-2.41,2.41,1.08,2.41,2.41-1.08,2.41-2.41,2.41Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (hover: hover) {
  .l-footer__text-link {
    transition: opacity 0.3s linear;
  }
  .l-footer__text-link:hover {
    opacity: 0.7;
  }
}
.l-footer__copyright {
  font-size: 0.75rem;
  text-align: center;
}
.l-footer__nav {
  display: flex;
  gap: 2.8645833333vw;
}
@media all and (min-width: 1281px), print {
  .l-footer__list {
    min-width: 6.25vw;
  }
  .l-footer__list:nth-child(2) {
    min-width: 7.3958333333vw;
  }
  .l-footer__list:first-child {
    min-width: 4.6875vw;
  }
}
.l-footer__list-item + .l-footer__list-item {
  margin-top: 1.125rem;
}
.l-footer__list-link {
  padding: 0.25rem 0;
  font-size: 1.125rem;
  font-weight: 900;
}
@media (hover: hover) {
  .l-footer__list-link {
    transition: opacity 0.3s linear;
  }
  .l-footer__list-link:hover {
    opacity: 0.7;
  }
}
.l-footer__list-icon {
  cursor: pointer;
}
.l-footer__sub {
  margin-top: 0.75rem;
  margin-bottom: 1.875rem;
}
.l-footer__sub-item + .l-footer__sub-item {
  margin-top: 0.25rem;
}
.l-footer__sub-link {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0;
  padding-left: 1.3em;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.46;
}
@media (hover: hover) {
  .l-footer__sub-link {
    transition: opacity 0.3s linear;
  }
  .l-footer__sub-link:hover {
    opacity: 0.7;
  }
}
.l-footer__sub-link::before {
  position: absolute;
  top: 0.1875rem;
  left: 0;
  content: "－ ";
}
.l-footer__cr {
  padding: 1.875rem 0;
  margin-top: 5.625rem;
  font-family: "Lexend Exa", sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  text-align: center;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.5);
}

@media all and (min-width: 1281px), print {
  .l-footer__list-icon {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .l-footer__nav {
    justify-content: center;
    justify-content: space-between;
    margin-top: 3.75rem;
  }
  .l-footer__container {
    display: block;
  }
  .l-footer__info {
    text-align: center;
  }
  .l-footer__logo {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding-top: 3.25rem;
    margin-top: 8.125rem !important;
    border-radius: 1.875rem 1.875rem 0 0;
  }
  .l-footer__container {
    display: block;
  }
  .l-footer__info {
    text-align: center;
  }
  .l-footer__logo {
    gap: 2.1875rem;
    align-items: center;
  }
  .l-footer__logo picture:first-child {
    width: 8.375rem;
  }
  .l-footer__logo picture:nth-child(2) {
    width: 9.625rem;
  }
  .l-footer__menu {
    padding: 0 1.75rem;
    margin-top: 2.9375rem;
    margin-right: 0;
  }
  .l-footer__nav {
    display: block;
  }
  .l-footer__list-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    min-height: 3.75rem;
  }
  .l-footer__list-icon::before {
    position: absolute;
    right: 0.375rem;
    width: 0.8125rem;
    height: 100%;
    content: "";
    background: #fff;
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_ãƒ‡ã‚¶ã‚¤ãƒ³' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.06 7.94'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='12.35 .71 6.53 6.53 .71 .71'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_ãƒ‡ã‚¶ã‚¤ãƒ³' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.06 7.94'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='12.35 .71 6.53 6.53 .71 .71'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 80% center;
            mask-position: 80% center;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    transition: transform 0.3s linear;
  }
  .l-footer__list-icon.is-active::before {
    transform: rotate(-180deg);
  }
  .l-footer__list-item {
    position: relative;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
  }
  .l-footer__list-item + .l-footer__list-item {
    margin-top: 0;
  }
  .l-footer__list-link {
    display: inline-block;
    min-height: 3.75rem;
    padding: 1rem 0.25rem;
  }
  .l-footer__list-link.--top {
    min-height: unset;
    padding-bottom: 0.5rem;
  }
  .l-footer__sub {
    display: none;
    margin-top: 0;
    margin-bottom: 1.25rem;
    margin-left: 0.9375rem;
  }
  .l-footer__sub-link {
    font-weight: 400;
  }
  .l-footer__cr {
    padding: 1.75rem 0;
    margin-top: 5rem;
  }
  .l-footer__scrolltop {
    right: 0.625rem;
    bottom: 1.375rem;
    width: 0.9375rem;
  }
  .l-footer__scrolltop.is-absolute {
    bottom: calc(1.375rem + 100%);
  }
}
/* main */
.l-inner {
  width: 77.5rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 90rem;
}
.l-inner.--narrow {
  width: 71.25rem;
}
.l-inner.--xnarrow {
  width: 62.5rem;
}

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

.l-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  visibility: hidden;
  background: #a1a1a1;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.3s;
}

@media only screen and (max-width: 1280px) {
  body.is-menuOpen {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 0.9375rem;
  }
  .l-inner.--pd-lg-sp {
    padding: 0 1.25rem;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-copy-01 {
  font-family: "Lexend Exa", sans-serif;
  font-size: clamp(0rem, 14.5714285714vw, 12.75rem);
  font-weight: bold;
  line-height: 1;
  color: #fff;
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .c-copy-01 {
    font-size: 3.5rem;
  }
}
.c-button-search {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 18.75rem;
  min-height: 3.75rem;
  padding: 0 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  cursor: pointer;
  background: linear-gradient(90deg, rgb(0, 82, 62) 0%, rgb(40, 134, 99) 100%);
  border-radius: 999rem;
}
.c-button-search::before {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.875rem;
  content: "";
  background: transparent url("../images/common/icon_search.svg") no-repeat center/contain;
}
.c-button-search::after {
  position: absolute;
  inset: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
  content: "";
  background: linear-gradient(90deg, rgb(40, 134, 99) 0%, rgb(0, 82, 62) 100%);
  border-radius: inherit;
}
@media (hover: hover) {
  .c-button-search {
    transition: 0.3s linear background;
  }
  .c-button-search::after {
    transition: 0.3s linear opacity;
  }
  .c-button-search:hover::after {
    opacity: 0;
  }
}

.c-img-round {
  display: block;
  overflow: hidden;
  border-radius: 0.75rem;
}
.c-img-round img {
  display: block;
  width: 100%;
}

.c-button-search {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 18.75rem;
  min-height: 3.75rem;
  padding: 0 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  cursor: pointer;
  background: linear-gradient(90deg, rgb(0, 82, 62) 0%, rgb(40, 134, 99) 100%);
  border-radius: 999rem;
}

.c-button-search::before {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.875rem;
  content: "";
  background: transparent url("../images/common/icon_search.svg") no-repeat center/contain;
}

.c-button-search::after {
  position: absolute;
  inset: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
  content: "";
  background: linear-gradient(90deg, rgb(40, 134, 99) 0%, rgb(0, 82, 62) 100%);
  border-radius: inherit;
}

@media (hover: hover) {
  .c-button-search {
    transition: 0.3s linear background;
  }
  .c-button-search::after {
    transition: 0.3s linear opacity;
  }
  .c-button-search:hover::after {
    opacity: 0;
  }
}
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --icon: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.32 7.23'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%231a8e09;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.35 .35 3.61 3.61 .35 6.87'/%3E%3C/svg%3E");
  --bg: currentcolor;
  position: relative;
  z-index: 1;
  min-width: 16.875rem;
  min-height: 3.75rem;
  padding: 0 2.5rem;
  margin-right: 0.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(90deg, rgb(0, 82, 62) 0%, rgb(40, 134, 99) 100%);
  border-radius: 0.9375rem 0;
  box-shadow: 0.375rem 0.375rem #ddd;
}
.c-button::before, .c-button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
.c-button::after {
  right: 1.125rem;
  width: 1.25rem;
  aspect-ratio: 1/1;
  background: var(--bg) var(--icon) no-repeat center/0.25rem auto;
  border-radius: 50%;
}
.c-button::before {
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgb(40, 134, 99) 0%, rgb(0, 82, 62) 100%);
  border-radius: inherit;
}
.c-button.--blank::after {
  right: 1.5rem;
  width: 0.8125rem;
  border-radius: 0;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='design' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M12.35,0H3.9c-.17,0-.34.07-.46.19-.12.12-.19.29-.19.46v8.45c0,.17.07.34.19.46.12.12.29.19.46.19h8.45c.17,0,.34-.07.46-.19s.19-.29.19-.46V.65c0-.17-.07-.34-.19-.46-.12-.12-.29-.19-.46-.19ZM12.13,8.88H4.12V.87h8.02v8.02Z'/%3E%3Cpath class='cls-1' d='M8.88,12.13H.87V4.12h1.52v-.87H.65c-.17,0-.34.07-.46.19-.12.12-.19.29-.19.46v8.45c0,.17.07.34.19.46.12.12.29.19.46.19h8.45c.17,0,.34-.07.46-.19s.19-.29.19-.46v-1.73h-.87v1.52Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='design' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M12.35,0H3.9c-.17,0-.34.07-.46.19-.12.12-.19.29-.19.46v8.45c0,.17.07.34.19.46.12.12.29.19.46.19h8.45c.17,0,.34-.07.46-.19s.19-.29.19-.46V.65c0-.17-.07-.34-.19-.46-.12-.12-.29-.19-.46-.19ZM12.13,8.88H4.12V.87h8.02v8.02Z'/%3E%3Cpath class='cls-1' d='M8.88,12.13H.87V4.12h1.52v-.87H.65c-.17,0-.34.07-.46.19-.12.12-.19.29-.19.46v8.45c0,.17.07.34.19.46.12.12.29.19.46.19h8.45c.17,0,.34-.07.46-.19s.19-.29.19-.46v-1.73h-.87v1.52Z'/%3E%3C/svg%3E");
  -webkit-mask-image: contain;
          mask-image: contain;
}
.c-button.--pdf::after {
  right: 1.5625rem;
  width: 0.875rem;
  border-radius: 0;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='design' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.91 13.91'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:.91px;%7D%3C/style%3E%3C/defs%3E%3Cg id='g279'%3E%3Cg id='path281'%3E%3Cpath class='cls-1' d='M8.56,9.04h-3.22c-.1,0-.19-.05-.23-.14-.05-.08-.05-.19,0-.27l1.61-2.77c.1-.17.37-.17.47,0l1.61,2.77c.05.08.05.19,0,.27-.05.08-.14.14-.23.14ZM5.82,8.5h2.28l-1.14-1.96-1.14,1.96Z'/%3E%3C/g%3E%3C/g%3E%3Cg id='g283'%3E%3Cg id='path285'%3E%3Cpath class='cls-1' d='M6.95,6.27c-.1,0-.19-.05-.23-.13l-.74-1.28c-.2-.35-.2-.77,0-1.12.2-.35.57-.56.98-.56s.78.21.98.56c.2.35.2.77,0,1.12l-.74,1.28c-.05.08-.14.13-.23.13ZM6.95,3.71c-.21,0-.4.11-.51.29-.1.18-.1.4,0,.58l.51.88.51-.88c.11-.18.11-.4,0-.58-.11-.18-.3-.29-.51-.29Z'/%3E%3C/g%3E%3C/g%3E%3Cg id='g287'%3E%3Cg id='path289'%3E%3Cpath class='cls-1' d='M10.05,10.74c-.41,0-.77-.21-.98-.56l-.74-1.28c-.05-.08-.05-.19,0-.27.05-.08.14-.14.23-.14h1.49c.41,0,.78.21.98.56.2.35.2.77,0,1.12-.2.35-.57.56-.98.56ZM9.03,9.04l.51.87c.21.37.81.37,1.02,0,.11-.18.11-.4,0-.58-.11-.18-.3-.29-.51-.29h-1.02Z'/%3E%3C/g%3E%3C/g%3E%3Cg id='g291'%3E%3Cg id='path293'%3E%3Cpath class='cls-1' d='M3.86,10.74h0c-.41,0-.77-.21-.98-.56-.2-.35-.2-.77,0-1.12.2-.35.57-.56.98-.56h1.49c.1,0,.19.05.23.14.05.08.05.19,0,.27l-.74,1.28c-.2.35-.57.56-.98.56ZM3.86,9.04c-.21,0-.4.11-.51.29-.1.18-.1.4,0,.58.11.18.3.29.51.29h0c.21,0,.4-.11.51-.29l.51-.87h-1.02Z'/%3E%3C/g%3E%3C/g%3E%3Crect class='cls-2' x='.45' y='.45' width='13' height='13' rx='1.82' ry='1.82'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='design' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.91 13.91'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:.91px;%7D%3C/style%3E%3C/defs%3E%3Cg id='g279'%3E%3Cg id='path281'%3E%3Cpath class='cls-1' d='M8.56,9.04h-3.22c-.1,0-.19-.05-.23-.14-.05-.08-.05-.19,0-.27l1.61-2.77c.1-.17.37-.17.47,0l1.61,2.77c.05.08.05.19,0,.27-.05.08-.14.14-.23.14ZM5.82,8.5h2.28l-1.14-1.96-1.14,1.96Z'/%3E%3C/g%3E%3C/g%3E%3Cg id='g283'%3E%3Cg id='path285'%3E%3Cpath class='cls-1' d='M6.95,6.27c-.1,0-.19-.05-.23-.13l-.74-1.28c-.2-.35-.2-.77,0-1.12.2-.35.57-.56.98-.56s.78.21.98.56c.2.35.2.77,0,1.12l-.74,1.28c-.05.08-.14.13-.23.13ZM6.95,3.71c-.21,0-.4.11-.51.29-.1.18-.1.4,0,.58l.51.88.51-.88c.11-.18.11-.4,0-.58-.11-.18-.3-.29-.51-.29Z'/%3E%3C/g%3E%3C/g%3E%3Cg id='g287'%3E%3Cg id='path289'%3E%3Cpath class='cls-1' d='M10.05,10.74c-.41,0-.77-.21-.98-.56l-.74-1.28c-.05-.08-.05-.19,0-.27.05-.08.14-.14.23-.14h1.49c.41,0,.78.21.98.56.2.35.2.77,0,1.12-.2.35-.57.56-.98.56ZM9.03,9.04l.51.87c.21.37.81.37,1.02,0,.11-.18.11-.4,0-.58-.11-.18-.3-.29-.51-.29h-1.02Z'/%3E%3C/g%3E%3C/g%3E%3Cg id='g291'%3E%3Cg id='path293'%3E%3Cpath class='cls-1' d='M3.86,10.74h0c-.41,0-.77-.21-.98-.56-.2-.35-.2-.77,0-1.12.2-.35.57-.56.98-.56h1.49c.1,0,.19.05.23.14.05.08.05.19,0,.27l-.74,1.28c-.2.35-.57.56-.98.56ZM3.86,9.04c-.21,0-.4.11-.51.29-.1.18-.1.4,0,.58.11.18.3.29.51.29h0c.21,0,.4-.11.51-.29l.51-.87h-1.02Z'/%3E%3C/g%3E%3C/g%3E%3Crect class='cls-2' x='.45' y='.45' width='13' height='13' rx='1.82' ry='1.82'/%3E%3C/svg%3E");
  -webkit-mask-image: contain;
          mask-image: contain;
}
.c-button.--white {
  --icon: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.32 7.23'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.35 .35 3.61 3.61 .35 6.87'/%3E%3C/svg%3E");
  --bg: #005a40;
  color: #005a40;
  box-shadow: 0.375rem 0.375rem rgba(51, 51, 51, 0.25);
}
.c-button.--white::before {
  background: #fff;
}
.c-button.--back::after {
  right: inherit;
  left: 1.125rem;
  transform: rotate(180deg);
}
.c-button.--top {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
}
.c-button.--ls-lg {
  letter-spacing: 0.08em;
}
@media (hover: hover) {
  .c-button {
    transition: 0.3s linear background, 0.3s linear color;
  }
  .c-button::before {
    transition: 0.3s linear opacity;
  }
  .c-button:hover::before {
    opacity: 0;
  }
  .c-button.--white:hover {
    --icon: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.32 7.23'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23005A40;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.35 .35 3.61 3.61 .35 6.87'/%3E%3C/svg%3E");
    --bg: #fff;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    padding-right: 3.125rem;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
  }
}

.c-heading {
  position: relative;
  display: block;
  --color-en: #005a40;
  --color-dot: linear-gradient(90deg, rgb(40, 134, 99) 0%, rgb(0, 82, 62) 100%);
}
.c-heading__jp {
  display: block;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.c-heading__jp::before {
  display: inline-block;
  width: 0.875rem;
  aspect-ratio: 1/1;
  margin-right: 0.625rem;
  margin-left: 0.625rem;
  content: "";
  background: var(--color-dot);
  border-radius: 50%;
}
.c-heading__en {
  display: block;
  margin-top: 0.625rem;
  font-family: "Lexend Exa", sans-serif;
  font-size: 5.21875rem;
  font-size: clamp(4.25rem, 7.5909090909vw, 5.21875rem);
  font-weight: bold;
  line-height: 1;
  color: var(--color-en);
}
.c-heading__en.--sm {
  font-size: 3.4375rem;
}
.c-heading__en.--xsm {
  margin-top: 1.25rem;
  font-size: 3.125rem;
}
.c-heading__en.--bold {
  font-weight: bold;
}
.c-heading.--white {
  color: #fff;
  --color-en: #fff;
  --color-dot: #fff;
}
.c-heading.--center {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.5rem;
  }
  .c-heading__en {
    margin-top: 0.375rem;
    font-size: 3.375rem;
    font-weight: bold;
  }
  .c-heading__en.--xsm {
    margin-top: 0.375rem;
    font-size: 1.875rem;
  }
  .c-heading__jp {
    font-size: 0.9375rem;
  }
  .c-heading__jp::before {
    width: 0.6875rem;
    margin-right: 0.25rem;
    margin-left: 0.5rem;
  }
}
.c-heading-lv1 {
  font-size: 2rem;
}

.c-heading-lv2 {
  display: block;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  --color-dot: linear-gradient(90deg, rgb(40, 134, 99) 0%, rgb(0, 82, 62) 100%);
}
.c-heading-lv2::before {
  display: inline-block;
  width: 0.875rem;
  aspect-ratio: 1/1;
  margin-right: 0.625rem;
  margin-left: 0.625rem;
  content: "";
  background: var(--color-dot);
  border-radius: 50%;
}

.c-heading-lv3 {
  padding-bottom: 1.125rem;
  font-size: 2.125rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.0625rem solid rgba(14, 14, 14, 0.24);
}
.c-heading-lv3__sub {
  display: block;
  font-size: 1rem;
  line-height: 1.875;
  margin: 0.5rem 0.5rem 0;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv3__sub {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading-lv3__sub {
    margin: 0.25rem 0.25rem 0;
  }
}
.c-heading-lv3.--lg {
  font-size: 2.25rem;
}
.c-heading-lv3.--recruit {
  padding-bottom: 0;
  font-weight: 900;
  color: #005a40;
  letter-spacing: 0.08em;
  border-bottom: none;
}
.c-heading-lv3.--recruit .family-sub {
  font-family: "Lexend Exa", sans-serif;
  font-weight: bold;
}
.c-heading-lv3.--custom {
  padding-bottom: 0;
  border-bottom: none;
}
.c-heading-lv3.--left {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .c-heading-lv3 {
    padding-bottom: 0.25rem;
    font-size: 1.75rem;
  }
  .c-heading-lv3.--lg {
    font-size: 1.75rem;
  }
}
.c-heading-lv4 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv4 {
    font-size: 1.5rem;
  }
}

.c-heading-lv5 {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

.c-heading-lv6 {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.c-list-dot__item {
  position: relative;
  padding-left: 1.75em;
  font-weight: 400;
  line-height: 1.875;
}
.c-list-dot__item + li {
  margin-top: 0.3125rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: calc(0.9375em - 0.125rem);
  left: 0.75em;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  background: #005a40;
  border-radius: 50%;
}
.c-list-dot.--col-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  gap: 2.125rem 1.875rem;
}
.c-list-dot.--col-3 .c-list-dot__item {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .c-list-dot__item {
    padding-left: 1.5714285714em;
    font-size: 0.875rem;
  }
  .c-list-dot__item::before {
    left: 0.3571428571em;
    width: 0.375rem;
    height: 0.375rem;
  }
  .c-list-dot.--col-3 {
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 0.9375rem;
  }
}

.c-list-ol {
  list-style: decimal;
  list-style-position: inside;
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}

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

.c-text-link {
  display: inline-block;
  text-decoration: underline;
  color: #264f7a;
  --icon-bg: currentcolor;
  --icon-url: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.69 15.82'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M5.84,0C2.62,0,0,2.62,0,5.84c0,1.06.48,2.2.5,2.25.15.36.46.93.68,1.26l4.01,6.07c.16.25.41.39.67.39s.5-.14.67-.39l4.01-6.07c.22-.33.52-.9.68-1.26.02-.05.5-1.19.5-2.25,0-3.22-2.62-5.84-5.84-5.84ZM10.56,7.83c-.14.33-.42.85-.62,1.15l-4.01,6.07c-.08.12-.1.12-.18,0L1.75,8.98c-.2-.3-.48-.82-.62-1.15,0-.01-.44-1.06-.44-1.98C.69,3,3,.69,5.84.69s5.16,2.31,5.16,5.16c0,.92-.44,1.97-.44,1.98Z'/%3E%3Cpath class='cls-1' d='M5.84,2.75c-1.71,0-3.09,1.39-3.09,3.09s1.39,3.09,3.09,3.09,3.09-1.39,3.09-3.09c0-1.71-1.39-3.09-3.09-3.09ZM5.84,8.25c-1.33,0-2.41-1.08-2.41-2.41s1.08-2.41,2.41-2.41,2.41,1.08,2.41,2.41-1.08,2.41-2.41,2.41Z'/%3E%3C/svg%3E");
}
.c-text-link.--blank::after {
  display: inline-block;
  width: 0.8125rem;
  aspect-ratio: 1/1;
  margin-left: 0.5rem;
  content: "";
  background: #262626 no-repeat center/0.25rem auto;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='design' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M12.35,0H3.9c-.17,0-.34.07-.46.19-.12.12-.19.29-.19.46v8.45c0,.17.07.34.19.46.12.12.29.19.46.19h8.45c.17,0,.34-.07.46-.19s.19-.29.19-.46V.65c0-.17-.07-.34-.19-.46-.12-.12-.29-.19-.46-.19ZM12.13,8.88H4.12V.87h8.02v8.02Z'/%3E%3Cpath class='cls-1' d='M8.88,12.13H.87V4.12h1.52v-.87H.65c-.17,0-.34.07-.46.19-.12.12-.19.29-.19.46v8.45c0,.17.07.34.19.46.12.12.29.19.46.19h8.45c.17,0,.34-.07.46-.19s.19-.29.19-.46v-1.73h-.87v1.52Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='design' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M12.35,0H3.9c-.17,0-.34.07-.46.19-.12.12-.19.29-.19.46v8.45c0,.17.07.34.19.46.12.12.29.19.46.19h8.45c.17,0,.34-.07.46-.19s.19-.29.19-.46V.65c0-.17-.07-.34-.19-.46-.12-.12-.29-.19-.46-.19ZM12.13,8.88H4.12V.87h8.02v8.02Z'/%3E%3Cpath class='cls-1' d='M8.88,12.13H.87V4.12h1.52v-.87H.65c-.17,0-.34.07-.46.19-.12.12-.19.29-.19.46v8.45c0,.17.07.34.19.46.12.12.29.19.46.19h8.45c.17,0,.34-.07.46-.19s.19-.29.19-.46v-1.73h-.87v1.52Z'/%3E%3C/svg%3E");
  -webkit-mask-image: contain;
          mask-image: contain;
}
.c-text-link.--pdf {
  color: #ed2941;
}
.c-text-link.--pdf::after {
  display: inline-block;
  width: 0.875rem;
  aspect-ratio: 1/1;
  margin-left: 0.5rem;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='design' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.91 13.91'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:.91px;%7D%3C/style%3E%3C/defs%3E%3Cg id='g279'%3E%3Cg id='path281'%3E%3Cpath class='cls-1' d='M8.56,9.04h-3.22c-.1,0-.19-.05-.23-.14-.05-.08-.05-.19,0-.27l1.61-2.77c.1-.17.37-.17.47,0l1.61,2.77c.05.08.05.19,0,.27-.05.08-.14.14-.23.14ZM5.82,8.5h2.28l-1.14-1.96-1.14,1.96Z'/%3E%3C/g%3E%3C/g%3E%3Cg id='g283'%3E%3Cg id='path285'%3E%3Cpath class='cls-1' d='M6.95,6.27c-.1,0-.19-.05-.23-.13l-.74-1.28c-.2-.35-.2-.77,0-1.12.2-.35.57-.56.98-.56s.78.21.98.56c.2.35.2.77,0,1.12l-.74,1.28c-.05.08-.14.13-.23.13ZM6.95,3.71c-.21,0-.4.11-.51.29-.1.18-.1.4,0,.58l.51.88.51-.88c.11-.18.11-.4,0-.58-.11-.18-.3-.29-.51-.29Z'/%3E%3C/g%3E%3C/g%3E%3Cg id='g287'%3E%3Cg id='path289'%3E%3Cpath class='cls-1' d='M10.05,10.74c-.41,0-.77-.21-.98-.56l-.74-1.28c-.05-.08-.05-.19,0-.27.05-.08.14-.14.23-.14h1.49c.41,0,.78.21.98.56.2.35.2.77,0,1.12-.2.35-.57.56-.98.56ZM9.03,9.04l.51.87c.21.37.81.37,1.02,0,.11-.18.11-.4,0-.58-.11-.18-.3-.29-.51-.29h-1.02Z'/%3E%3C/g%3E%3C/g%3E%3Cg id='g291'%3E%3Cg id='path293'%3E%3Cpath class='cls-1' d='M3.86,10.74h0c-.41,0-.77-.21-.98-.56-.2-.35-.2-.77,0-1.12.2-.35.57-.56.98-.56h1.49c.1,0,.19.05.23.14.05.08.05.19,0,.27l-.74,1.28c-.2.35-.57.56-.98.56ZM3.86,9.04c-.21,0-.4.11-.51.29-.1.18-.1.4,0,.58.11.18.3.29.51.29h0c.21,0,.4-.11.51-.29l.51-.87h-1.02Z'/%3E%3C/g%3E%3C/g%3E%3Crect class='cls-2' x='.45' y='.45' width='13' height='13' rx='1.82' ry='1.82'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='design' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.91 13.91'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:.91px;%7D%3C/style%3E%3C/defs%3E%3Cg id='g279'%3E%3Cg id='path281'%3E%3Cpath class='cls-1' d='M8.56,9.04h-3.22c-.1,0-.19-.05-.23-.14-.05-.08-.05-.19,0-.27l1.61-2.77c.1-.17.37-.17.47,0l1.61,2.77c.05.08.05.19,0,.27-.05.08-.14.14-.23.14ZM5.82,8.5h2.28l-1.14-1.96-1.14,1.96Z'/%3E%3C/g%3E%3C/g%3E%3Cg id='g283'%3E%3Cg id='path285'%3E%3Cpath class='cls-1' d='M6.95,6.27c-.1,0-.19-.05-.23-.13l-.74-1.28c-.2-.35-.2-.77,0-1.12.2-.35.57-.56.98-.56s.78.21.98.56c.2.35.2.77,0,1.12l-.74,1.28c-.05.08-.14.13-.23.13ZM6.95,3.71c-.21,0-.4.11-.51.29-.1.18-.1.4,0,.58l.51.88.51-.88c.11-.18.11-.4,0-.58-.11-.18-.3-.29-.51-.29Z'/%3E%3C/g%3E%3C/g%3E%3Cg id='g287'%3E%3Cg id='path289'%3E%3Cpath class='cls-1' d='M10.05,10.74c-.41,0-.77-.21-.98-.56l-.74-1.28c-.05-.08-.05-.19,0-.27.05-.08.14-.14.23-.14h1.49c.41,0,.78.21.98.56.2.35.2.77,0,1.12-.2.35-.57.56-.98.56ZM9.03,9.04l.51.87c.21.37.81.37,1.02,0,.11-.18.11-.4,0-.58-.11-.18-.3-.29-.51-.29h-1.02Z'/%3E%3C/g%3E%3C/g%3E%3Cg id='g291'%3E%3Cg id='path293'%3E%3Cpath class='cls-1' d='M3.86,10.74h0c-.41,0-.77-.21-.98-.56-.2-.35-.2-.77,0-1.12.2-.35.57-.56.98-.56h1.49c.1,0,.19.05.23.14.05.08.05.19,0,.27l-.74,1.28c-.2.35-.57.56-.98.56ZM3.86,9.04c-.21,0-.4.11-.51.29-.1.18-.1.4,0,.58.11.18.3.29.51.29h0c.21,0,.4-.11.51-.29l.51-.87h-1.02Z'/%3E%3C/g%3E%3C/g%3E%3Crect class='cls-2' x='.45' y='.45' width='13' height='13' rx='1.82' ry='1.82'/%3E%3C/svg%3E");
  -webkit-mask-image: contain;
          mask-image: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.c-text-link.--map {
  color: #333;
}
.c-text-link.--map::after {
  display: inline-block;
  width: 0.75rem;
  height: 1rem;
  margin-top: -0.25rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  content: "";
  background-color: var(--icon-bg);
  -webkit-mask-image: var(--icon-url);
          mask-image: var(--icon-url);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-link {
    font-size: 0.875rem;
  }
}

.c-text {
  font-size: 1rem;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  .c-text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.c-text.--bold {
  font-weight: bold;
}
.c-text.--lead {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  color: #005a40;
}
.c-text.--sm {
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.08em;
}
.c-text.--xsm {
  font-size: 0.75rem;
  line-height: 1.85;
  letter-spacing: 0.08em;
}

.c-input + .c-input {
  margin-top: 1.5rem;
}
.c-input__optional {
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.c-input__optional.--required {
  color: #ff0043;
}
.c-input__text-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0;
}
.c-input__container {
  width: 100%;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  font-size: 1rem;
  border: 0.0625rem solid #666;
  border-radius: 0.5rem;
  outline: 0;
}
.c-input__container:focus {
  border-color: #d3d3d3;
}
.c-input__container.error {
  border-color: #ff0043;
}
.c-input__radio-wrap {
  margin-left: 0.75rem;
}
.c-input__radio-wrap.--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 3.125rem;
}
.c-input__radio-wrap.--flex .c-input__text-label {
  padding: 0;
}
.c-input__radio-container {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-top: 0.1em;
  margin-right: 0.75rem;
  background-color: #d8d8d8;
  border: 0.0625rem solid #d8d8d8;
  border-radius: 50%;
}
.c-input__radio-container::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
  content: "";
  background-color: #005a40;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
}
.c-input__radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__radio:checked + .c-input__radio-container::after {
  opacity: 1;
}
.c-input__check-wrap {
  position: relative;
}
.c-input__check-wrap.--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1rem;
}
.c-input__check-wrap.--flex .c-input__text-label {
  padding: 0;
}
.c-input__check-wrap.--flex .c-input__text-label.--max {
  width: 100%;
}
.c-input__btn-check span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 2.5rem;
  padding: 0.5em 1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #d8d8d8;
  border-radius: 0.125rem;
}
.c-input__btn-check input:checked + span {
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, rgb(40, 134, 99) 0%, rgb(0, 82, 62) 100%);
}
.c-input__checkbox-container {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  background-color: #d8d8d8;
  border: 0.0625rem solid #d8d8d8;
  border-radius: 0.125rem;
}
.c-input__checkbox-container::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  background-color: #005a40;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
}
.c-input__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__checkbox:checked + .c-input__checkbox-container::after {
  opacity: 1;
}
.c-input__file::file-selector-button {
  background-color: #ddd;
  border: 1px solid #bbb;
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
  color: #333;
}
.c-input__error-text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #ff0043;
}
.c-input__select-wrap {
  position: relative;
  width: 100%;
}
.c-input__select-wrap::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  pointer-events: none;
  content: "";
  border-right: 0.125rem solid #666;
  border-bottom: 0.125rem solid #666;
  transform: rotate(45deg);
}
.c-input__select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-input__select-wrap select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 767px) {
  .c-input__radio-wrap.--flex {
    flex-direction: column;
  }
  .c-input__check-wrap.--flex .c-input__text-label {
    width: calc(50% - 1rem);
  }
  .c-input__check-wrap.--flex .c-input__text-label.--all {
    width: 100%;
  }
  .c-input__file::file-selector-button {
    display: block;
  }
  .c-input__file-wrap {
    display: grid;
    width: 100%;
  }
}
.c-link {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 900;
  color: #005a40;
  text-decoration: underline;
  --icon-bg: #333;
  --icon-url: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.32 7.23'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.35 .35 3.61 3.61 .35 6.87'/%3E%3C/svg%3E");
}
.c-link__blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "BLANK";
}
.c-link__pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
.c-link.--reset::before {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.3125rem;
  vertical-align: middle;
  content: "";
  background: transparent url("../images/common/icon_reset.svg") no-repeat center/contain;
}
.c-link.--arrow::after {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.25rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  content: "";
  background: var(--icon-bg) var(--icon-url) no-repeat center/0.25rem auto;
  border-radius: 50%;
}
.c-link.--lg {
  font-size: 1.125rem;
}
.c-link.--white {
  --icon-bg: #fff;
  --icon-url: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.32 7.23'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23005A40;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.35 .35 3.61 3.61 .35 6.87'/%3E%3C/svg%3E");
  color: #fff;
}
.c-link.--sm {
  font-size: 0.875rem;
}
@media (hover: hover) {
  .c-link {
    transition: 0.3s linear opacity;
  }
  .c-link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .c-link.--lg {
    font-size: 0.8125rem;
  }
  .c-link.--arrow::after {
    width: 0.875rem;
    height: 0.875rem;
    margin-left: 0.375rem;
    background-size: 0.1875rem auto;
  }
}
.c-list-01__item {
  position: relative;
  min-height: 4.0625rem;
  padding: 1rem 1.875rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.78;
  background-color: #fff;
  border-radius: 0.75rem;
}
.c-list-01__item::before {
  position: absolute;
  top: 0.9375rem;
  bottom: 0.9375rem;
  left: 0;
  width: 0.375rem;
  content: "";
  background: linear-gradient(90deg, rgb(40, 134, 99) 0%, rgb(0, 82, 62) 100%);
  border-radius: 0 0.1875rem 0.1875rem 0;
}
.c-list-01__item + .c-list-01__item {
  margin-top: 0.6875rem;
}

@media only screen and (max-width: 767px) {
  .c-list-01__item {
    font-size: 1rem;
  }
}
.c-list-ol-01 {
  list-style: none;
  counter-reset: counter;
}
.c-list-ol-01__item {
  position: relative;
  padding-left: 1.9090909091em;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.95;
  color: #1a8e09;
  counter-increment: counter;
}
.c-list-ol-01__item::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  font-family: "Lexend Exa", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  color: currentcolor;
  content: counter(counter, decimal-leading-zero);
}
.c-list-ol-01__item + .c-list-ol-01__item {
  margin-top: 1.5625rem;
}
.c-list-ol-01__indent {
  margin-left: -2.625em;
}
.c-list-ol-01__indent.--text-01 {
  min-height: 2.1875rem;
  margin-top: 0.1875rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .c-list-ol-01__item {
    font-size: 1.125rem;
  }
  .c-list-ol-01__item::before {
    top: 0.125rem;
  }
  .c-list-ol-01__item + .c-list-ol-01__item {
    margin-top: 1rem;
  }
  .c-list-ol-01__indent {
    margin-left: -2.125em;
  }
  .c-list-ol-01__indent.--text-01 {
    font-size: 0.9375rem;
  }
}
.c-list-check__item {
  position: relative;
  padding-left: 2em;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.875;
}
.c-list-check__item::before {
  position: absolute;
  top: 0.9375em;
  left: 0;
  width: 1.3125em;
  aspect-ratio: 1/1;
  content: "";
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='design' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%231a8e09;fill-rule:evenodd;%7D.cls-2%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Cg id='_å›¾å±‚_1'%3E%3Cpath class='cls-2' d='M0,0h21v21H0V0Z'/%3E%3Cpath class='cls-1' d='M10.5,1.32c5.07,0,9.19,4.11,9.19,9.19s-4.11,9.19-9.19,9.19S1.32,15.58,1.32,10.51,5.43,1.32,10.5,1.32ZM8.6,13.49l-2.25-2.25c-.38-.38-.38-1.01,0-1.39.38-.38,1.01-.38,1.39,0l1.59,1.59,3.94-3.94c.38-.38,1.01-.38,1.39,0,.38.38.38,1.01,0,1.39l-4.64,4.64c-.38.38-1.01.38-1.39,0-.01-.01-.02-.02-.03-.03Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-list-check__item + .c-list-check__item {
  margin-top: 0.75rem;
}

.c-post-date {
  font-family: "Lexend Exa", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  color: #005a40;
}

.c-post-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-top: 0.75rem;
}
.c-post-tag__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.5rem;
  padding: 0 0.875rem;
  font-size: 0.8125rem;
  font-weight: 400;
  background: #d8d8d8;
  border-radius: 0.125rem;
}

.c-scrolldown-01 {
  position: relative;
  display: inline-block;
}
.c-scrolldown-01::after {
  display: block;
  width: 0.0625rem;
  height: 10.125rem;
  content: "";
  background: rgba(0, 90, 64, 0.5);
}
.c-scrolldown-01::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.625rem;
  aspect-ratio: 1/1;
  content: "";
  background: rgba(0, 90, 64, 0.53);
  border-radius: 50%;
  transform: translateX(-50%);
  animation: scrolldow-dot 3s infinite ease-in-out;
}
.c-scrolldown-01__text {
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  margin-bottom: 0.75rem;
  font-family: "Lexend Exa", sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 2.7;
  color: #005a40;
  letter-spacing: 0.2em;
  writing-mode: tb;
  transform: translateX(-50%);
}

.c-pagination {
  font-family: "Lexend Exa", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  color: #005a40;
  letter-spacing: 0.08em;
}
.c-pagination__slash {
  margin: 0 0.125rem;
  font-family: "Noto Sans JP", sans-serif;
}
.c-pagination.--lg {
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .c-pagination {
    font-size: 0.8125rem;
  }
}
.c-button-circle {
  position: relative;
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
  background-color: #333;
  border-radius: 50%;
}
.c-button-circle::after {
  content: none;
}
.c-button-circle::before {
  width: 0.6875rem;
  height: 1.125rem;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.26 17.7'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.71 .71 8.85 8.85 .71 16.99'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.26 17.7'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.71 .71 8.85 8.85 .71 16.99'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-button-circle.--prev::before {
  margin-left: -0.375rem;
  transform: rotate(180deg);
}
.c-button-circle.--next::before {
  margin-right: -0.375rem;
}
.c-button-circle.--light {
  background-color: rgba(255, 255, 255, 0.3);
  border: 0.0625rem solid #fff;
}

.c-pagination-dot {
  --swiper-pagination-bullet-size: 0.625rem;
  --swiper-pagination-color: #ededed;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 0.5rem;
  --swiper-pagination-bullet-inactive-color: transparent;
}
.c-pagination-dot .swiper-pagination-bullet {
  border: 0.0625rem solid var(--swiper-pagination-color);
}
.c-pagination-dot.--black {
  --swiper-pagination-color: #333;
}
@media only screen and (max-width: 767px) {
  .c-pagination-dot {
    --swiper-pagination-bullet-size: 0.5rem;
    --swiper-pagination-bullet-horizontal-gap: 0.4375rem;
  }
}

/* project */
.p-accordion.--box-shadow {
  overflow: hidden;
  border-radius: 0.75rem;
}
.p-accordion.--box-shadow.is-open {
  box-shadow: 0 0 1.125rem rgba(0, 0, 0, 0.15);
}
.p-accordion__button {
  position: relative;
  display: block;
  width: 100%;
  min-height: 4.375rem;
  padding: 0.5rem 2.5rem 0.5rem 5rem;
  padding-left: 2.625rem;
  font-weight: bold;
  line-height: 1.6;
  align-content: center;
  color: #fff;
  text-align: left;
  letter-spacing: 0.08em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: #005a40;
  border-radius: 2.25rem;
  transition: 0.3s linear border-radius;
  font-size: 1rem;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  .p-accordion__button {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.p-accordion__button.is-open {
  border-radius: 1.5rem 1.5rem 0 0;
}
.p-accordion__button.is-open .p-accordion__button-icon::after {
  transform: translateY(-50%) rotate(0deg);
}
.p-accordion__button-icon {
  position: absolute;
  top: 0;
  right: 1.875rem;
  bottom: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto;
}
.p-accordion__button-icon::before, .p-accordion__button-icon::after {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 1.25rem;
  height: 0.125rem;
  margin: auto;
  content: "";
  background-color: #fff;
}
.p-accordion__button-icon::before {
  transform: translateY(-50%);
}
.p-accordion__button-icon::after {
  transition: transform 0.3s;
  transform: translateY(-50%) rotate(-90deg);
}
.p-accordion__body {
  font-size: 1rem;
  line-height: 1.875;
  padding: 2.5rem 2rem 3.875rem;
  padding-top: 2rem;
  background-color: #ededed;
}
@media only screen and (max-width: 767px) {
  .p-accordion__body {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.p-accordion__body.--pb-sm {
  padding-bottom: 2.625rem;
}
.p-accordion__body.--bg-white {
  background-color: #fff;
}

@media all and (min-width: 768px), print {
  .p-accordion.--accordion-sp .p-accordion__button {
    pointer-events: none;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .p-accordion.--accordion-sp .p-accordion__body {
    display: block !important;
  }
  .p-accordion.--accordion-sp.--box-shadow {
    box-shadow: 0 0 1.125rem rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 767px) {
  .p-accordion__body {
    padding: 1.875rem 1.25rem 2.5rem;
  }
  .p-accordion__button {
    min-height: 3.75rem;
    padding-left: 1.25rem;
  }
  .p-accordion__button-icon {
    right: 1.25rem;
    width: 1.125rem;
  }
  .p-accordion__button-icon::before, .p-accordion__button-icon::after {
    max-width: 100%;
  }
}
.p-anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem min(7.1875rem, 5.9895833333vw);
  align-items: center;
  justify-content: center;
  max-width: 63.75rem;
  min-height: 6.25rem;
  padding: 1.25rem 0.625rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.16);
}
.p-anchor-list__link {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #005a40;
}
.p-anchor-list__link::after {
  display: inline-block;
  width: 0.625rem;
  height: 0.4375rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_ãƒ‡ã‚¶ã‚¤ãƒ³' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.41 6.12'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23005a40;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='8.71 .71 4.71 4.71 .71 .71'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_ãƒ‡ã‚¶ã‚¤ãƒ³' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.41 6.12'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23005a40;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='8.71 .71 4.71 4.71 .71 .71'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (hover: hover) {
  .p-anchor-list__link {
    transition: 0.3s linear opacity;
  }
  .p-anchor-list__link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .p-anchor-list {
    flex-direction: column;
    gap: 1.75rem;
    align-items: center;
    padding: 1.5625rem 0.625rem;
  }
}
.p-box-01-list .p-box-01:not(:first-child) {
  position: relative;
}
.p-box-01-list .p-box-01:not(:first-child)::before {
  position: absolute;
  inset: 0;
  bottom: auto;
  height: 2.6875rem;
  content: "";
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(236, 236, 236) 100%);
}

.p-box-01 {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 4.875rem 0 4.375rem;
}
.p-box-01__heading {
  flex-shrink: 0;
  align-self: flex-start;
  width: 20.625rem;
}
.p-box-01__content {
  display: flex;
  flex-grow: 1;
  align-items: center;
  max-width: 34.375rem;
  min-height: 5.375rem;
  margin-top: 1.875rem;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.95;
}
.p-box-01__content.--align-start {
  display: block;
  align-self: flex-start;
  min-height: unset;
  margin-top: 0;
  margin-top: -0.625rem;
}

@media only screen and (max-width: 767px) {
  .p-box-01-list .p-box-01:not(:first-child)::before {
    height: 1.5rem;
  }
  .p-box-01 {
    flex-direction: column;
    gap: 1.25rem;
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
  }
  .p-box-01__heading {
    width: 100%;
  }
  .p-box-01__content {
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 0;
    font-size: 1.125rem;
  }
  .p-box-01__content.--align-start {
    margin-top: 0;
  }
}
.p-breadline {
  width: 115.75rem;
  max-width: calc(100% - 2.5rem);
  padding: 0 0.5rem;
  margin: 1.125rem auto 0;
}
.p-breadline__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.p-breadline__item {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}
.p-breadline__item a {
  margin-right: 0.875rem;
  color: #264f7a;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-breadline__item a {
    transition: opacity 0.3s linear;
  }
  .p-breadline__item a:hover {
    opacity: 0.7;
  }
}
.p-breadline__item.--active {
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-breadline__divider {
  margin-right: 0.875rem;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .p-breadline {
    display: none;
  }
}
.p-business .l-footer {
  margin-top: 7.125rem;
}
.p-business__point {
  margin-top: 5.75rem;
}
.p-business__point .c-img-round {
  aspect-ratio: 1100/480;
  margin-top: 4.875rem;
}
.p-business__point .c-img-round img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-business__point-lead {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.63;
  color: #005a40;
  margin-top: 3.125rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-business__point-lead {
    font-size: 1.125rem;
  }
}
.p-business__point-text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.875;
  margin-top: 1.625rem;
  text-align: center;
}
.p-business__point-title {
  margin-top: 4.25rem;
  font-size: 1.75rem;
  font-weight: bold;
  color: #005a40;
  text-align: center;
}
.p-business__point .p-card-03-list {
  margin-top: 5rem;
}
.p-business__strength {
  margin-top: 11.5625rem;
}
.p-business__strength .p-widecard-04-list {
  margin-top: 7.25rem;
}
.p-business__strength .p-widecard-04__img {
  aspect-ratio: 500/420;
}
.p-business__strength .p-widecard-04__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media all and (min-width: 1281px), print {
  .p-business__strength .p-widecard-04:nth-child(1) .p-widecard-04__content {
    margin-top: -0.5rem;
  }
  .p-business__strength .p-widecard-04:nth-child(3) {
    padding-top: 4.1875rem;
    margin-top: 7.75rem;
  }
  .p-business__strength .p-widecard-04:nth-child(3) .p-widecard-04__content {
    margin-top: 0.5rem;
  }
}
.p-business__strength-desc {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.875;
  margin-top: 2.25rem;
  text-align: center;
}
.p-business__qa {
  margin-top: 15.125rem;
}
.p-business__qa-list {
  margin-top: 4rem;
}
.p-business__qa-list .p-accordion + .p-accordion {
  margin-top: 1.875rem;
}
.p-business__process {
  margin-top: 11.0625rem;
  overflow: hidden;
}
.p-business__process-desc {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.875;
  margin-top: 2.1875rem;
  text-align: center;
}
.p-business__process-top {
  padding-top: 14.375rem;
  padding-bottom: 10.75rem;
}
.p-business__process-swiper-wrap {
  margin-top: -7.6875rem;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
.p-business__process-swiper {
  width: 25.625rem;
  padding: 0;
  margin-left: 0;
  overflow: visible;
}
.p-business__process-swiper .swiper-slide {
  display: flex;
  align-items: stretch;
  height: auto;
  padding: 1.25rem 0.9375rem;
}
.p-business__process-swiper .swiper-slide .p-card-04 {
  width: 100%;
  height: 100%;
}
.p-business__process-swiper-control {
  margin-top: 1.625rem;
  margin-left: 1.0625rem;
}
.p-business__equipment {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  margin-top: 14.6875rem;
  background: #ededed;
}
.p-business__nav {
  margin-top: 7.625rem;
}

@media only screen and (max-width: 767px) {
  .p-business__point .c-img-round {
    margin-top: 3.125rem;
  }
  .p-business__point-title {
    margin-top: 3.125rem;
    font-size: 1.375rem;
  }
  .p-business__process {
    margin-top: 7.5rem;
  }
  .p-business__process-top {
    padding-top: 7.5rem;
  }
  .p-business__process-swiper-wrap {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .p-business__process-swiper {
    width: auto;
  }
  .p-business__process-swiper .swiper-slide {
    max-width: 100%;
    padding: 0.625rem 1.5625rem;
  }
  .p-business__process-swiper-control {
    margin-top: 0.375rem;
    margin-left: 0.625rem;
  }
  .p-business__strength {
    margin-top: 7.5rem;
  }
  .p-business__strength .p-widecard-04-list {
    margin-top: 3.75rem;
  }
  .p-business__qa {
    margin-top: 7.5rem;
  }
  .p-business__equipment {
    margin-top: 7.5rem;
  }
}
.p-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 5.3333333333%;
  justify-content: center;
  padding-right: 0.375rem;
}
.p-buttons > *:last-child {
  margin-right: 0;
}
.p-buttons.--gap-lg {
  -moz-column-gap: 19%;
       column-gap: 19%;
}

.p-buttons-search {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  width: calc(50% + 9.375rem);
  margin-left: auto;
}
.p-buttons-search .c-link {
  margin-right: 0.25rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .p-buttons {
    flex-direction: column;
    row-gap: 1.375rem;
    align-items: center;
  }
  .p-buttons-search {
    width: 100%;
  }
}
.p-card-01-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.875rem var(--gap);
  justify-content: center;
  max-width: 70.125rem;
  margin-right: auto;
  margin-left: auto;
  --gap: calc(54 / 1122 * 100%);
}
.p-card-01-list .p-card-01 {
  width: calc((100% - 2 * var(--gap)) / 3);
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-card-01-list .p-card-01 {
    width: calc((100% - 2 * var(--gap)) / 2);
    min-height: 15rem;
  }
}

.p-card-01 {
  overflow: hidden;
  border-radius: 0.375rem;
  box-shadow: 0.5625rem 0.5625rem 0.875rem rgba(0, 0, 0, 0.19);
}
.p-card-01.--bg-img {
  position: relative;
}
.p-card-01.--bg-img::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: #f2f2f2 url("../images/common/com-bg-img-card-01.jpg") repeat center/auto;
}
.p-card-01__content {
  min-height: 14.6875rem;
  padding: 2.125rem 9.7633136095% 1.25rem;
}
.p-card-01__label {
  font-size: 1.375rem;
  font-weight: 900;
  color: #005a40;
}
.p-card-01__label-lead {
  display: inline-block;
  margin: 0 0.5rem 0 0.125rem;
  font-size: 2.5rem;
  font-style: italic;
  letter-spacing: 0.08em;
}
.p-card-01__label-sub {
  display: inline-block;
}
.p-card-01__title {
  margin-top: 0.3125rem;
  font-size: 0.9375rem;
  font-weight: 900;
  color: #005a40;
}
.p-card-01__text {
  margin-top: 0.9375rem;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.54;
}

@media only screen and (max-width: 767px) {
  .p-card-01-list .p-card-01 {
    width: 100%;
    width: 47.8125%;
    box-shadow: -0.3125rem -0.3125rem 0.4375rem #fff, 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.19);
  }
  .p-card-01 {
    border-radius: 0.1875rem;
  }
  .p-card-01__label-lead {
    display: block;
    margin: 0;
    font-size: 1.75rem;
  }
  .p-card-01__label {
    font-size: 0.8125rem;
    text-align: center;
  }
  .p-card-01__title {
    margin-top: 0.5625rem;
    font-size: 0.5625rem;
    text-align: center;
  }
  .p-card-01__text {
    display: none;
  }
  .p-card-01__content {
    min-height: unset;
    padding: 0.5rem 1.375rem 0.75rem;
  }
}
.p-card-02-list {
  --gap: calc(30 / 1200 * 100%);
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem var(--gap);
}
.p-card-02-list .p-card-02 {
  width: calc((100% - 2 * var(--gap)) / 3);
}

.p-card-02 {
  position: relative;
  padding-bottom: 4.6875rem;
  overflow: hidden;
  background: linear-gradient(to top, transparent 4.6875rem, #fff 4.6875rem);
  border-radius: 0.75rem;
}
.p-card-02__content {
  padding: 1.625rem 13.1578947368% 1.125rem;
}
.p-card-02__index {
  position: relative;
  font-family: "Lexend Exa", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  color: #005a40;
}
.p-card-02__index::before {
  position: absolute;
  right: 0.0625rem;
  bottom: -0.125rem;
  left: 0.0625rem;
  height: 0.125rem;
  content: "";
  background: currentcolor;
}
.p-card-02__title {
  display: block;
  margin-top: 0.75rem;
  font-size: 1.375rem;
  font-weight: 900;
  color: #005a40;
  text-align: center;
  letter-spacing: 0.08em;
}
.p-card-02__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.125rem;
  margin-top: 0.4375rem;
  text-align: center;
}
.p-card-02__icon img {
  margin-top: 0;
}
.p-card-02__sub {
  display: block;
  margin-top: 0.1875rem;
  font-family: "Lexend Exa", sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  color: #1a8e09;
  letter-spacing: 0;
}
.p-card-02__text {
  margin-top: 1.5625rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.73;
}
.p-card-02__link {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.6875rem;
  background: #ededed;
}
@media (hover: hover) {
  .p-card-02__link {
    transition: all 0.3s linear;
  }
  .p-card-02__link .c-link {
    transition: all 0.3s linear;
  }
  .p-card-02__link .c-link::after {
    transition: all 0.3s linear;
  }
  .p-card-02__link:hover {
    color: #fff;
    background-color: #005a40;
  }
  .p-card-02__link:hover .c-link {
    --icon-bg: #fff;
    --icon-url: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.32 7.23'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23005A40;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.35 .35 3.61 3.61 .35 6.87'/%3E%3C/svg%3E");
    color: #fff;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .p-card-02-list .p-card-02 {
    width: 100%;
  }
  .p-card-02__index {
    margin-left: 0.3125rem;
    font-weight: bold;
  }
  .p-card-02__content {
    padding: 1.625rem 1.375rem 1.125rem;
  }
  .p-card-02__icon {
    padding-left: 0.5rem;
    margin-top: -1.75rem;
  }
  .p-card-02__title {
    margin-top: 0.5625rem;
    font-weight: 800;
  }
  .p-card-02__text {
    font-weight: 400;
  }
  .p-card-02__link .c-link::after {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
    background-size: 0.25rem auto;
  }
}
.p-card-03-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem var(--gap);
  max-width: 67.75rem;
  margin-right: auto;
  margin-left: auto;
  --gap: 1rem;
}
.p-card-03-list .p-card-03 {
  width: calc((100% - 3 * var(--gap)) / 4);
}
.p-card-03-list.--col-3 {
  gap: 3.25rem var(--gap);
  max-width: 65.125rem;
  --gap: 3.9347408829%;
}
.p-card-03-list.--col-3 .p-card-03 {
  width: calc((100% - 2 * var(--gap)) / 3);
}
.p-card-03-list.--center {
  justify-content: center;
}

.p-card-03 {
  padding: 1.375rem 1.6875rem 1.875rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0rem 0rem 0.625rem rgba(0, 0, 0, 0.2);
}
.p-card-03__index {
  font-family: "Lexend Exa", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  color: #1a8e09;
}
.p-card-03__title {
  min-height: 3em;
  margin-top: 0.875rem;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.5;
  color: #005a40;
  text-align: center;
}
.p-card-03__title.--left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}
.p-card-03__text {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.73;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-card-03-list .p-card-03 {
    width: calc((100% - 1 * var(--gap)) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .p-card-03-list .p-card-03 {
    width: 100%;
  }
  .p-card-03-list.--col-3 {
    gap: 1.875rem;
  }
  .p-card-03-list.--col-3 .p-card-03 {
    width: 100%;
  }
  .p-card-03__title {
    min-height: unset;
  }
}
.p-card-04 {
  position: relative;
  width: 23.75rem;
  padding: 2.9375rem 3.4375rem;
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
}
.p-card-04::before {
  position: absolute;
  top: 0;
  right: 3.625rem;
  left: 3.625rem;
  height: 0.8125rem;
  content: "";
  background: linear-gradient(90deg, rgb(0, 82, 62) 0%, rgb(40, 134, 99) 100%);
  border-radius: 0 0 9px 9px/0 0 7px 7px;
}
.p-card-04__num {
  display: block;
  margin-left: 0.25rem;
  font-family: "Lexend Exa", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  color: #1a8e09;
}
.p-card-04__icon {
  display: block;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 3.75rem;
  margin-top: -0.5rem;
  text-align: center;
}
.p-card-04__icon.--start {
  align-items: flex-start;
}
.p-card-04__icon.--pl {
  padding-left: 0.875rem;
}
.p-card-04__title {
  margin-top: 0.9375rem;
  margin-left: 0.5rem;
  font-size: 1.375rem;
  font-weight: bold;
  color: #005a40;
  text-align: center;
  letter-spacing: 0.08em;
}
.p-card-04__text {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.73;
}

@media only screen and (max-width: 767px) {
  .p-card-04 {
    padding: 1.875rem 1.25rem 1.25rem;
  }
  .p-card-04__title {
    font-size: 1.125rem;
  }
}
.p-card-05 {
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.375rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.p-card-05__img {
  display: block;
  aspect-ratio: 320/260;
}
.p-card-05__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-card-05__content {
  padding: 1.75rem 1.25rem 2.375rem;
}
.p-card-05__title {
  font-size: 0.875rem;
  font-weight: 900;
  color: #005a40;
  letter-spacing: 0.08em;
}
.p-card-05__text {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.71;
}

@media (hover: hover) {
  .p-card-05[href] {
    transition: opacity 0.3s linear;
  }
  .p-card-05[href]:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-card-05__title {
    font-weight: bold;
  }
  .p-card-05__text {
    font-weight: 400;
  }
  .p-card-05__content {
    padding: 1.75rem 1.25rem 2.25rem 1.375rem;
  }
}
.p-card-06 {
  display: block;
}
.p-card-06__img {
  display: block;
  aspect-ratio: 300/240;
  overflow: hidden;
  border-radius: 0.375rem;
}
.p-card-06__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-card-06__title {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.p-card-06__text {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.71;
}
.p-card-06__content {
  padding: 1.25rem 0;
}

@media (hover: hover) {
  .p-card-06[href] {
    transition: opacity 0.3s linear;
  }
  .p-card-06[href]:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-card-06__content {
    padding: 1.25rem 0.5rem 1.25rem 0.8125rem;
  }
  .p-card-06__title {
    margin-left: 0.25rem;
  }
}
.p-card-07-list {
  --gap: calc(55 / 1100 * 100%);
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem var(--gap);
}
.p-card-07-list .p-card-07 {
  width: calc((100% - 2 * var(--gap)) / 3);
}

.p-card-07 {
  position: relative;
  padding: 1.25rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0.75rem;
}
.p-card-07__title {
  display: block;
  margin-bottom: 1.6875rem;
  font-size: 1.375rem;
  font-weight: 900;
  color: #005a40;
  text-align: center;
  letter-spacing: 0.08em;
}
.p-card-07__img {
  display: block;
  margin: 0 auto;
}
.p-card-07__img img {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .p-card-07-list .p-card-07 {
    width: 100%;
  }
}
.p-card-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2rem;
  justify-content: center;
  max-width: 60rem;
  margin: 0 auto;
}
.p-card-benefits__item {
  min-width: 15.875rem;
}
.p-card-benefits__img {
  display: block;
  width: 8.25rem;
  margin: 0 auto;
}
.p-card-benefits__img img {
  margin-top: 0;
}
.p-card-benefits__title {
  display: block;
  margin-top: 0.5rem;
  font-weight: 700;
  color: #005a40;
  text-align: center;
  letter-spacing: 0.08em;
}
.p-card-benefits__title span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  letter-spacing: normal;
}

@media only screen and (max-width: 767px) {
  .p-card-07 {
    width: 100%;
  }
}
.p-card-list {
  --gap: 5%;
  display: flex;
  flex-wrap: wrap;
  gap: 3.4375rem var(--gap);
}
.p-card-list.--col-3 .p-card {
  width: calc((100% - 2 * var(--gap)) / 3);
}
.p-card-list.--center {
  justify-content: center;
}

.p-card__img {
  overflow: hidden;
  border-radius: 0.75rem;
}
.p-card__img img {
  width: 100%;
  margin-top: 0;
}
.p-card__img.--aspect-33-26 {
  aspect-ratio: 33/26;
}
.p-card__img.--aspect-33-26 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-card__title {
  margin-top: 1.625rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.78;
  letter-spacing: 0.08em;
}
.p-card__text {
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 0.25rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-card__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
@media (hover: hover) {
  .p-card[href] {
    transition: opacity 0.3s linear;
  }
  .p-card[href]:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .p-card-list {
    gap: 1.875rem;
  }
  .p-card-list.--col-3 .p-card {
    width: 100%;
  }
  .p-card__img.--aspect-33-26 {
    aspect-ratio: 330/218;
  }
  .p-card__title {
    margin: 1rem 0.25rem 0;
    font-size: 1rem;
  }
  .p-card__text {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
}
.p-column {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem 5.4545454545%;
}
.p-column.--column2 .p-column__item {
  width: 47.2727272727%;
}
.p-column.--column3 {
  gap: 3.75rem 5%;
}
.p-column.--column3 .p-column__title {
  margin-top: 1.625rem;
}
.p-column.--column3 .p-column__item {
  width: 30%;
}
.p-column + .p-column {
  margin-top: 5rem;
}
.p-column__img {
  display: block;
  overflow: hidden;
  border-radius: 0.75rem;
}
.p-column__img.--aspect-52-29 {
  aspect-ratio: 52/29;
}
.p-column__img.--aspect-52-29 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-column__img.--aspect-33-26 {
  aspect-ratio: 33/26;
}
.p-column__img.--aspect-33-26 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-column__content {
  margin-top: 1.25rem;
}
.p-column__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.78;
  letter-spacing: 0.08em;
}
.p-column__text {
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 0.25rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-column__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.p-column__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-top: 0.75rem;
}
.p-column__tags-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.5rem;
  padding: 0 0.875rem;
  font-size: 0.8125rem;
  font-weight: 400;
  background: #d8d8d8;
  border-radius: 0.125rem;
}
.p-column__tags-item.--bg-white {
  background-color: #fff;
}
@media (hover: hover) {
  .p-column__item[href] {
    transition: opacity 0.3s linear;
  }
  .p-column__item[href]:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .p-column.--column2 .p-column__item {
    width: 100%;
  }
  .p-column.--column3 .p-column__item {
    width: 100%;
  }
  .p-column__img.--aspect-52-29, .p-column__img.--aspect-33-26 {
    aspect-ratio: 330/218;
  }
  .p-column__title {
    margin: 1rem 0.25rem 0;
    font-size: 1rem;
  }
  .p-column__text {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
}
.p-contact-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.p-contact-flow__item {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  --color: #8c8c8c;
  color: var(--color);
  text-align: center;
}
.p-contact-flow__item:not(:last-child)::after {
  width: 4.0625rem;
  height: 0.0625rem;
  margin-top: 1.875rem;
  margin-right: 2.8125rem;
  margin-left: 3.4375rem;
  content: "";
  background-color: var(--color);
}
.p-contact-flow__item.is-active {
  --color: #005a40;
}
.p-contact-flow__item-num {
  display: block;
  font-family: "Lexend Exa", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.p-contact-flow__item-txt {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  .p-contact-flow__item:not(:last-child)::after {
    width: 2.5rem;
    margin-top: 1.875rem;
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  .p-contact-flow__item-txt {
    font-size: 1rem;
  }
}
.p-history {
  max-width: 53.125rem;
  margin: 0 auto;
  margin-top: 3.75rem;
}
.p-history__item {
  display: flex;
  gap: 6.2352941176%;
}
.p-history__item + .p-history__item {
  margin-top: 2.0625rem;
}
.p-history__item:last-child .p-history__time::before {
  bottom: 0;
}
.p-history__time {
  position: relative;
  flex-shrink: 0;
  width: 6.75rem;
  padding-right: 1.5rem;
  font-family: "Lexend Exa", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #005a40;
  text-align: right;
}
.p-history__time::before {
  position: absolute;
  top: 0.5rem;
  right: 0;
  bottom: -5rem;
  width: 0.0625rem;
  content: "";
  background: #005a40;
}
.p-history__time::after {
  position: absolute;
  top: 0.4375rem;
  right: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  content: "";
  background: linear-gradient(90deg, rgb(40, 134, 99) 0%, rgb(0, 82, 62) 100%);
  border-radius: 50%;
  transform: translateX(50%);
}
.p-history__content {
  margin-top: -0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.0625;
}

@media only screen and (max-width: 767px) {
  .p-history__time {
    width: 5.3125rem;
    padding-right: 1.25rem;
    font-size: 1rem;
  }
  .p-history__time::after {
    width: 0.625rem;
    height: 0.625rem;
  }
  .p-history__item + .p-history__item {
    margin-top: 1rem;
  }
  .p-history__content {
    font-size: 0.9375rem;
  }
}
.p-box {
  padding: 2rem 2.5rem;
  border: 0.1875rem solid #ededed;
  border-radius: 0.625rem;
  background-color: #fff;
}
.p-box__title {
  font-weight: bold;
}
.p-box__text {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .p-box {
    padding: 1.5rem 1.25rem;
  }
}
.p-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.p-grid.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-grid.--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-grid__texts {
  margin-top: 1rem;
}
.p-grid__col {
  /* CMSエディタ―のみで適応 */
  /* border: dashed 1px #c2c2c2; */
}

.p-table {
  width: 100%;
}
.p-table__th {
  padding: 0.75rem 1rem;
  font-weight: bold;
  vertical-align: middle;
  background-color: #ededed;
  border: 0.0625rem solid #ccc;
}
.p-table__td {
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #ccc;
}
.p-table.--modifier-01 {
  border-color: rgba(20, 20, 20, 0.25);
}
.p-table.--modifier-01 .p-table__th {
  height: 3.75rem;
  padding: 1rem;
  width: 30%;
  max-width: 20rem;
}
.p-table.--modifier-01 .p-table__td {
  height: 3.75rem;
  padding: 1rem;
  font-weight: 400;
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__th {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__td {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-table.--modifier-01 .p-table__th {
    height: 3.4375rem;
    padding: 1rem 0.875rem;
    font-size: 0.875rem;
  }
  .p-table.--modifier-01 .p-table__td {
    height: 3.4375rem;
    padding: 1rem 0.875rem;
    font-size: 0.875rem;
    line-height: 1.57;
  }
}
.p-mainvisual {
  position: relative;
  display: flex;
  align-items: center;
  width: 115.75rem;
  max-width: calc(100% - 2.5rem);
  min-height: 43.75rem;
  aspect-ratio: 1852/700;
  margin: 0 auto;
  border-radius: 2.5rem;
}
.p-mainvisual__img {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: inherit;
}
.p-mainvisual__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.p-mainvisual__img .swiper {
  height: 100%;
}
.p-mainvisual__img-item {
  display: block;
  width: 100%;
  height: 100%;
}
.p-mainvisual__content {
  width: 96.25rem;
  max-width: 100%;
  padding: 1.25rem;
  margin: 0 auto;
  color: #005a40;
}
.p-mainvisual__copy-01 {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.4;
  text-shadow: 0.1875rem 0.1875rem #fff;
  letter-spacing: 0.08em;
}
.p-mainvisual__copy-02 {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  font-weight: 900;
  text-shadow: 0.125rem 0.125rem #fff;
  letter-spacing: 0.08em;
}
.p-mainvisual__scroll {
  position: absolute;
  bottom: -5rem;
  left: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .p-mainvisual {
    align-items: flex-end;
    max-width: calc(100% - 1.875rem);
    min-height: 26.25rem;
    border-radius: 0.625rem;
  }
  .p-mainvisual__copy-01 {
    font-size: 1.625rem;
    line-height: 1.346;
    text-shadow: 0.125rem 0.125rem #fff;
  }
  .p-mainvisual__copy-02 {
    margin-top: 0.875rem;
    font-size: 0.53125rem;
    text-shadow: 0.0625rem 0.0625rem #fff;
  }
  .p-mainvisual__img-item.--01 img {
    -o-object-position: 37% center;
       object-position: 37% center;
  }
  .p-mainvisual__img-item.--02 img {
    -o-object-position: 57% center;
       object-position: 57% center;
  }
  .p-mainvisual__img-item.--03 img {
    -o-object-position: 37% center;
       object-position: 37% center;
  }
  .p-mainvisual__content {
    padding: 0.875rem;
    margin-bottom: 1.3125rem;
  }
  .p-mainvisual__scroll {
    display: none;
  }
}
.p-modal-recruit {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 1.25rem;
  color: #000;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.p-modal-recruit.is-active {
  visibility: visible;
  opacity: 1;
}
.p-modal-recruit__inner {
  position: relative;
  width: 68.75rem;
  max-width: 100%;
  max-height: 40.625rem;
  height: 80%;
  pointer-events: auto;
  -webkit-backdrop-filter: blur(0.1875rem);
          backdrop-filter: blur(0.1875rem);
  border-radius: 0.625rem;
  background: #fff;
  overflow: hidden;
}
.p-modal-recruit__inner.--space-0 {
  padding: 0;
}
.p-modal-recruit__content {
  display: flex;
  width: 100%;
  height: 100%;
}
.p-modal-recruit__img {
  position: relative;
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.p-modal-recruit__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: inherit;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-modal-recruit__body {
  width: 60%;
  padding: 2.5rem 3.375rem;
}
.p-modal-recruit__close {
  position: absolute;
  top: 1.5625rem;
  right: 1.5625rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background-color: #000000;
  font-size: 0;
}
.p-modal-recruit__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  width: 1.25rem;
  aspect-ratio: 1/1;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 22.18'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8.9,12.58H0s0-2.98,0-2.98h8.9V0s3.2,0,3.2,0v9.6h8.9s0,2.98,0,2.98h-8.9s0,9.6,0,9.6h-3.2s0-9.6,0-9.6Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 22.18'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8.9,12.58H0s0-2.98,0-2.98h8.9V0s3.2,0,3.2,0v9.6h8.9s0,2.98,0,2.98h-8.9s0,9.6,0,9.6h-3.2s0-9.6,0-9.6Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-modal-recruit__close:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.p-modal-recruit__title {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #005a40;
}
.p-modal-recruit__title.--sub {
  font-size: 1.25rem;
  margin-top: 5rem;
}
.p-modal-recruit__txt {
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .p-modal-recruit__txt {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.p-modal-recruit__dl {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  padding: 1.25rem 1rem;
  border-radius: 0.75rem;
  background: url(../images/common/com-bg-image-01.png) no-repeat center center/cover;
}
.p-modal-recruit__dl dt {
  color: #005a40;
  font-weight: 900;
  width: 25%;
  min-width: 10rem;
}
.p-modal-recruit__dl + .p-modal-recruit__dl {
  margin-top: 0.5rem;
}

@media all and (min-width: 1281px), print {
  .p-modal-recruit__body {
    overflow-y: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .p-modal-recruit {
    flex-direction: column;
  }
  .p-modal-recruit__content {
    flex-direction: column;
    overflow-y: scroll;
  }
  .p-modal-recruit__img {
    width: 100%;
    height: 50%;
    min-height: 20rem;
    aspect-ratio: 1/1;
  }
  .p-modal-recruit__body {
    width: 100%;
    padding: 1.875rem 0.9375rem 3.125rem;
  }
  .p-modal-recruit__close {
    position: fixed;
    width: 2.5rem;
    height: 2.5rem;
    top: 0.9375rem;
    right: 0.9375rem;
    z-index: 999;
  }
  .p-modal-recruit__close::after {
    width: 1.25rem;
  }
  .p-modal-recruit__title {
    font-size: 1.25rem;
  }
  .p-modal-recruit__title.--sub {
    font-size: 1.125rem;
    margin-top: 2.5rem;
  }
  .p-modal-recruit__txt {
    font-size: 1rem;
    line-height: 1.875;
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 767px) {
  .p-modal-recruit__txt {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 1280px) {
  .p-modal-recruit__dl {
    flex-direction: column;
    margin-top: 2rem;
    padding: 1rem;
    border-radius: 0.375rem;
  }
  .p-modal-recruit__dl dt {
    width: 100%;
  }
  .p-modal-recruit__dl dd {
    width: 100%;
    text-align: left;
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
  .p-modal-recruit__dl + .p-modal-recruit__dl {
    margin-top: 0.5rem;
  }
}
.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  padding: 1.25rem;
  overflow-y: scroll;
}
.p-modal__overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.p-modal__content {
  position: relative;
  width: 100%;
  max-width: 63.75rem;
  max-height: 100%;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0 11pxtorem 93 rgba(0, 0, 0, 0.16);
}
.p-modal__btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 5rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.6875rem;
}
.p-modal__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11.25rem;
  min-height: 2.8125rem;
  overflow: hidden;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, rgb(0, 82, 62) 0%, rgb(40, 134, 99) 100%);
  border-radius: 2.5rem;
}
.p-modal__btn::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgb(40, 134, 99) 0%, rgb(0, 82, 62) 100%);
}
.p-modal__btn.--gray {
  color: #fff;
}
.p-modal__btn.--gray::before {
  background: #757575;
}
@media (hover: hover) {
  .p-modal__btn::before {
    transition: opacity 0.3s linear;
  }
  .p-modal__btn:hover::before {
    opacity: 0;
  }
}
.p-modal__professional {
  padding: 5.1875rem 6.875rem 4.1875rem;
}
.p-modal__professional-logo img {
  width: 24rem;
}
.p-modal__professional-desc {
  padding-bottom: 3rem;
  margin-top: 2.8125rem;
  margin-bottom: 3rem;
  font-weight: bold;
  border-bottom: 0.0625rem solid rgba(20, 20, 20, 0.213);
}
.p-modal__professional-title {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
  color: #005a40;
}
.p-modal__professional-sub {
  margin-top: 2.4375rem;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-modal {
    padding: 0.9375rem;
  }
  .p-modal__professional {
    padding: 1.875rem 1.25rem;
  }
  .p-modal__professional-logo img {
    width: 16.25rem;
  }
  .p-modal__professional-desc {
    padding-bottom: 1.875rem;
    margin-top: 2rem;
    margin-bottom: 1.875rem;
  }
  .p-modal__btn-wrap {
    margin-top: 1.25rem;
  }
  .p-modal__professional-sub {
    margin-top: 1.25rem;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    font-size: 0.625rem;
  }
  .p-modal__btn {
    min-width: 8.75rem;
    min-height: 2.375rem;
    font-size: 0.875rem;
  }
}
.p-nav-card-01-list {
  display: flex;
  flex-wrap: wrap;
  --gap: calc(40 / 1200 * 100%);
  gap: 0 var(--gap);
}
.p-nav-card-01-list .p-nav-card-01 {
  width: calc((100% - 1 * var(--gap)) / 2);
}

.p-nav-card-01 {
  position: relative;
  display: flex;
  align-items: center;
  aspect-ratio: 580/400;
  overflow: hidden;
  border-radius: 0.625rem;
}
.p-nav-card-01__icon {
  --color: #fff;
  position: absolute;
  width: 4.125rem;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.22);
  border: 0.125rem solid var(--color);
  border-radius: 50%;
  right: 1.875rem;
  bottom: 2.125rem;
}
.p-nav-card-01__icon::before {
  position: absolute;
  inset: 0;
  width: 0.625rem;
  aspect-ratio: 10/18;
  margin: auto;
  content: "";
  background-color: var(--color);
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.32 7.23'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.35 .35 3.61 3.61 .35 6.87'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.32 7.23'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.35 .35 3.61 3.61 .35 6.87'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-nav-card-01__img {
  position: absolute;
  inset: 0;
}
.p-nav-card-01__img::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.p-nav-card-01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-nav-card-01__title {
  padding: 0 7.9310344828%;
}
.p-nav-card-01__title .c-heading__en {
  font-size: clamp(2.5rem, 4.5833333333vw, 3.4375rem);
}

@media (hover: hover) {
  .p-nav-card-01__img::before {
    transition: background 0.3s linear;
  }
  .p-nav-card-01:hover .p-nav-card-01__img::before {
    background: rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .p-nav-card-01-list .p-nav-card-01 {
    width: 100%;
  }
  .p-nav-card-01 {
    aspect-ratio: 340/234;
  }
  .p-nav-card-01__title {
    padding: 0 1.1875rem;
  }
  .p-nav-card-01__title .c-heading__jp {
    font-size: 0.6875rem;
  }
  .p-nav-card-01__title .c-heading__jp::before {
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.375rem;
  }
  .p-nav-card-01__title .c-heading__en {
    font-size: 2.0625rem;
  }
  .p-nav-card-01__icon {
    right: 0.8125rem;
    bottom: 0.9375rem;
    width: 2.5rem;
    border-width: 0.0625rem;
  }
  .p-nav-card-01__icon::before {
    width: 0.4375rem;
  }
}
.p-nav-card-02-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 3.7656903766%;
  justify-content: center;
  width: 59.75rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.p-nav-card-02-list .p-nav-card-02 {
  width: 28.75rem;
}

.p-nav-card-02 {
  padding: 1.375rem 0.625rem 2.5rem 1.875rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
}
.p-nav-card-02__index {
  display: inline-block;
  font-family: "Lexend Exa", sans-serif;
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.2;
  color: #005a40;
  border-bottom: 0.125rem solid #005a40;
}
.p-nav-card-02__content {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  padding-left: 20.5%;
  margin-top: -0.375rem;
}
.p-nav-card-02__icon {
  flex-shrink: 0;
  min-width: 3.375rem;
  text-align: center;
}
.p-nav-card-02__text {
  margin-top: 0.4375rem;
}
.p-nav-card-02__text-01 {
  display: block;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.p-nav-card-02__text-01.--ls-0 {
  letter-spacing: 0;
}
.p-nav-card-02__text-02 {
  display: block;
  margin-top: 0.25rem;
  font-family: "Lexend Exa", sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  color: #1a8e09;
}
@media (hover: hover) {
  .p-nav-card-02 {
    transition: 0.3s linear opacity;
  }
  .p-nav-card-02:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .p-nav-card-02-list {
    gap: 1.875rem;
  }
  .p-nav-card-02 {
    padding-left: 1.25rem;
  }
  .p-nav-card-02__content {
    gap: 1rem;
    padding-left: 12%;
    margin-top: 0.5rem;
  }
  .p-nav-card-02__text-01 {
    font-size: 1.125rem;
  }
  .p-nav-card-02__index {
    font-size: 1.25rem;
  }
}
.p-news__item {
  border-bottom: 0.0625rem solid rgba(51, 51, 51, 0.25);
}
.p-news__link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 8.125rem;
  padding: 1.875rem 0;
}
.p-news__link::after {
  position: absolute;
  top: 0;
  right: 0.9375rem;
  bottom: 0;
  width: 0.5rem;
  height: 0.875rem;
  margin: auto;
  content: "";
  background-color: #005a40;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.26 17.7'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.71 .71 8.85 8.85 .71 16.99'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.26 17.7'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.71 .71 8.85 8.85 .71 16.99'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (hover: hover) {
  .p-news__link {
    transition: 0.3s linear background;
  }
  .p-news__link:hover {
    background: #eee;
  }
}
.p-news__link-day {
  flex-shrink: 0;
  width: 5.75rem;
  margin-right: 2.5%;
  font-family: "Lexend Exa", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  color: #005a40;
}
.p-news__link-cat {
  flex-shrink: 0;
  min-width: 5.375rem;
  padding: 0.125rem;
  margin-right: 5.5%;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #005a40;
  text-align: center;
  letter-spacing: 0.08em;
  background-color: #fff;
  border: 0.0625rem solid #005a40;
  border-radius: 0.75rem;
}
.p-news__link-title {
  margin-top: -0.125rem;
  margin-right: 3.75rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.875;
}
.p-news__link-new {
  position: absolute;
  bottom: 50%;
  left: 0;
  margin-bottom: -0.1875rem;
  font-family: "Lexend Exa", sans-serif;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #ff0043;
  transform: translateY(-100%);
}

@media only screen and (max-width: 767px) {
  .p-news__link {
    flex-wrap: wrap;
    min-height: unset;
    padding-top: 1.75rem;
    padding-bottom: 1.5625rem;
  }
  .p-news__link::after {
    right: 0;
  }
  .p-news__link-title {
    width: 100%;
  }
  .p-news__link-new {
    top: 1.0625rem;
    bottom: unset;
    font-weight: 500;
    transform: none;
  }
  .p-news__link-day {
    margin-right: 1.375rem;
    font-weight: 500;
  }
  .p-news__item:first-child {
    border-top: 0.0625rem solid rgba(51, 51, 51, 0.25);
  }
  .p-news__link-cat {
    font-weight: 400;
  }
  .p-news__link-title {
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    font-weight: 400;
    line-height: 1.625;
    letter-spacing: 0;
  }
}
.p-pagetitle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115.75rem;
  max-width: calc(100% - 2.5rem);
  height: 16.25rem;
  margin: 0 auto;
  background: url("../images/common/com-bg-image-01.png") repeat center/auto;
  border-radius: 2.5rem;
}
.p-pagetitle__inner {
  width: 94.5rem;
  padding: 1.25rem;
}
.p-pagetitle .c-heading__en {
  font-size: clamp(4rem, 4.5086393089vw, 5.21875rem);
}

@media only screen and (max-width: 767px) {
  .p-pagetitle {
    max-width: calc(100% - 1.875rem);
    height: 11.25rem;
    border-radius: 1.25rem;
  }
  .p-pagetitle__inner {
    padding: 0.9375rem;
  }
  .p-pagetitle .c-heading__en {
    font-size: 1.875rem;
  }
}
.p-pagination {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  text-align: center;
  border-top: 0.0625rem solid rgba(20, 20, 20, 0.25);
}
.p-pagination__list {
  display: inline-flex;
  gap: 1.25rem;
  align-items: center;
}
.p-pagination__item span,
.p-pagination__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-family: "Lexend Exa", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  color: #eee;
  letter-spacing: 0.08em;
  background-color: #bcbcbc;
  border-radius: 50%;
}
@media (hover: hover) {
  .p-pagination__item a {
    transition: 0.3s linear all;
  }
  .p-pagination__item a:hover {
    color: #fff;
    background-color: #333;
  }
}
.p-pagination__item span {
  color: #fff;
  color: #fff;
  background-color: #333;
}
.p-pagination__item.--prev a,
.p-pagination__item.--prev span, .p-pagination__item.--next a,
.p-pagination__item.--next span {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 0;
  background-color: #333;
}
.p-pagination__item.--prev a::before,
.p-pagination__item.--prev span::before, .p-pagination__item.--next a::before,
.p-pagination__item.--next span::before {
  position: absolute;
  inset: 0;
  width: 0.625rem;
  aspect-ratio: 10/18;
  margin: auto;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.32 7.23'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.35 .35 3.61 3.61 .35 6.87'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.32 7.23'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.35 .35 3.61 3.61 .35 6.87'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (hover: hover) {
  .p-pagination__item.--prev a, .p-pagination__item.--next a {
    transition: opacity 0.3s linear;
  }
  .p-pagination__item.--prev a:hover, .p-pagination__item.--next a:hover {
    opacity: 0.7;
  }
}
.p-pagination__item.--prev {
  margin-right: 1.5625rem;
}
.p-pagination__item.--prev span::before,
.p-pagination__item.--prev a::before {
  transform: translateX(-20%) rotate(180deg);
}
.p-pagination__item.--next {
  margin-left: 1.5625rem;
}
.p-pagination__item.--next span::before,
.p-pagination__item.--next a::before {
  transform: translateX(20%);
}

@media only screen and (max-width: 767px) {
  .p-pagination__list {
    gap: 0.875rem;
  }
  .p-pagination__item span,
  .p-pagination__item a {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.625rem;
  }
  .p-pagination__item.--prev a,
  .p-pagination__item.--prev span, .p-pagination__item.--next a,
  .p-pagination__item.--next span {
    width: 2.1875rem;
    height: 2.1875rem;
  }
  .p-pagination__item.--prev a::before,
  .p-pagination__item.--prev span::before, .p-pagination__item.--next a::before,
  .p-pagination__item.--next span::before {
    width: 0.5rem;
  }
  .p-pagination__item.--prev {
    margin-right: 1rem;
  }
  .p-pagination__item.--next {
    margin-left: 1rem;
  }
}
.p-scrolltop {
  position: relative;
  display: block;
  font-family: "Lexend Exa", sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #005a40;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}
.p-scrolltop::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  margin-bottom: 0.5rem;
  margin-left: -0.4375rem;
  content: "";
  background-color: #005a40;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .p-scrolltop {
    font-size: 0.625rem;
  }
  .p-scrolltop::before {
    width: 0.625rem;
    height: 0.625rem;
    margin-left: -0.3125rem;
  }
}
.p-section-title-h3 {
  margin-bottom: 4rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-section-title-h3 {
    margin-bottom: 2.5rem;
  }
}
.p-swiper-control {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
}
.p-swiper-control__prev, .p-swiper-control__next {
  flex-shrink: 0;
}
.p-swiper-control__page {
  position: static;
  flex-shrink: 0;
  width: auto !important;
}
.p-swiper-control__page.swiper-pagination-fraction {
  justify-content: center;
  min-width: 2rem;
}
.p-swiper-control__scroll.swiper-scrollbar {
  position: static;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 0.25rem;
}
.p-swiper-control__scroll.swiper-scrollbar > * {
  background-color: #afafaf;
}
.p-swiper-control__scroll.--dark.swiper-scrollbar {
  background: #ededed;
}
.p-swiper-control.--scroll-nav {
  flex-wrap: wrap;
  gap: 1.625rem 1.875rem;
  justify-content: flex-start;
}
.p-swiper-control.--scroll-nav .p-swiper-control__scroll {
  width: 100%;
}

@media all and (min-width: 768px), print {
  .p-swiper-control.--left-pc {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .p-swiper-control {
    justify-content: center;
    max-width: unset;
    margin-right: auto;
    margin-left: auto;
  }
  .p-swiper-control__page {
    display: inline-flex;
    align-items: center;
    margin-top: -0.3125rem;
  }
}
.p-table-dl {
  width: 100%;
}
.p-table-dl tr:nth-child(2n+1) {
  background-color: #ededed;
}
.p-table-dl__th {
  padding: 0.9375rem 1.25rem 0.9375rem 4rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.875;
  color: #141414;
}
.p-table-dl__td {
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #141414;
}
.p-table-dl__td .c-list-dot {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}
.p-table-dl__td.--pb-lg {
  padding-bottom: 1.75rem;
}
.p-table-dl__box {
  padding-bottom: 0.5rem;
}
.p-table-dl__box + .p-table-dl__box {
  margin-top: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .p-table-dl__th {
    padding: 0.6875rem 0;
    font-size: 0.875rem;
  }
  .p-table-dl__td {
    padding: 0.6875rem 0.625rem;
    font-size: 0.875rem;
  }
  .p-table-dl__td.--pb-lg {
    padding-bottom: 0.625rem;
  }
  .p-table-dl__box + .p-table-dl__box {
    margin-top: 1rem;
  }
  .p-table-dl__box {
    padding-bottom: 0;
  }
}
.p-table-form {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
}
.p-table-form__th, .p-table-form__td {
  border-bottom: 0.0625rem solid rgba(20, 20, 20, 0.26);
}
.p-table-form__th {
  width: 9.375rem;
  padding: 2.25rem 0.875rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: #005a40;
  text-align: left;
  vertical-align: middle;
}
.p-table-form__th .c-text.--sm {
  letter-spacing: 0;
}
.p-table-form__td {
  padding: 2.25rem 1.25rem;
}
.p-table-form__td-frame {
  display: flex;
  gap: 2rem;
  align-items: stretch;
}
.p-table-form__td-frame-left {
  width: 7.5rem;
}
.p-table-form__td-frame-right {
  width: calc(100% - 9.5rem);
}

@media only screen and (max-width: 767px) {
  .p-table-form {
    display: block;
    width: 100%;
  }
  .p-table-form tr,
  .p-table-form th,
  .p-table-form td,
  .p-table-form tbody {
    display: block;
    width: 100%;
  }
  .p-table-form__th {
    padding: 1.25rem 0.25rem 1rem;
    border-bottom: none;
  }
  .p-table-form__th.--pt-narrow {
    padding-top: 0;
  }
  .p-table-form__td {
    padding: 0 1rem 1.25rem;
  }
}
.p-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem 1rem;
}
.p-tags__link {
  font-size: 0.875rem;
  font-weight: bold;
  color: #005a40;
  text-decoration: underline;
  letter-spacing: 0.08em;
}
.p-tags__link.is-active {
  font-weight: 900;
}
@media (hover: hover) {
  .p-tags__link {
    transition: opacity 0.3s linear;
  }
  .p-tags__link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .p-tags__link {
    font-weight: 400;
  }
  .p-tags__link.is-active {
    font-weight: bold;
  }
}
.p-widecard-01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-widecard-01__img {
  display: block;
  flex-shrink: 0;
  width: 50%;
}
.p-widecard-01__img img {
  width: 100%;
  margin-top: 0;
}
.p-widecard-01__title-sub {
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
}
.p-widecard-01__title-main {
  display: block;
  margin-top: 0.125rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.p-widecard-01__text {
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 1.6875rem;
}
@media only screen and (max-width: 767px) {
  .p-widecard-01__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.p-widecard-01__content {
  width: 45.6363636364%;
  margin-top: 1.5rem;
}
.p-widecard-01__button {
  margin-top: 3.9375rem;
}
.p-widecard-01__button .c-button {
  padding-right: 4.25rem;
}

@media only screen and (max-width: 767px) {
  .p-widecard-01 {
    display: block;
  }
  .p-widecard-01__img {
    width: 100%;
  }
  .p-widecard-01__content {
    width: 100%;
  }
  .p-widecard-01__text {
    margin-top: 1.25rem;
  }
  .p-widecard-01__button {
    margin-top: 2.5rem;
    text-align: center;
  }
}
.p-widecard-02__img {
  display: flex;
  flex-direction: column;
  min-height: 18.75rem;
}
.p-widecard-02__img img {
  display: block;
  flex: 1;
  width: 100%;
  margin-top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-widecard-02__content {
  position: relative;
  width: 100rem;
  max-width: calc(100% - 2.5rem);
  padding-top: 4.5rem;
  padding-bottom: 5rem;
  margin: clamp(-8.125rem, -8.125vw, -2.5rem) auto 0;
  background-color: #fff;
  border-radius: 0.75rem;
}
.p-widecard-02__content-inner {
  width: 71.25rem;
  max-width: 100%;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.p-widecard-02__title {
  padding-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.0625rem solid rgba(20, 20, 20, 0.25);
}
.p-widecard-02__text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.875;
  margin-top: 2.25rem;
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}

@media only screen and (max-width: 767px) {
  .p-widecard-02__img {
    display: flex;
  }
  .p-widecard-02__content {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
    margin-top: -4.75rem;
  }
  .p-widecard-02__title {
    font-size: 1.75rem;
  }
  .p-widecard-02__text {
    margin-top: 1.25rem;
  }
}
.p-widecard-03 {
  display: flex;
  gap: 3.9735099338%;
  align-items: center;
  width: calc(50vw + 34.375rem + 1.25rem);
  max-width: 100%;
  padding-right: 1.25rem;
}
.p-widecard-03 + .p-widecard-03 {
  margin-top: 2.625rem;
}
.p-widecard-03__img {
  display: block;
  flex-grow: 1;
  overflow: hidden;
  border-radius: 0 1.25rem 1.25rem 0;
}
.p-widecard-03__img img {
  width: 100%;
  margin-top: 0;
}
.p-widecard-03__title {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.63;
  color: #005a40;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .p-widecard-03__title {
    font-size: 1.125rem;
  }
}
.p-widecard-03__text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.875;
  margin-top: 1rem;
}
.p-widecard-03__button {
  margin-top: 3.5rem;
}
.p-widecard-03__content {
  flex-shrink: 0;
  width: 32.4503311258%;
  min-width: 18.75rem;
  min-height: 14rem;
  margin-bottom: 3.625rem;
}

@media only screen and (max-width: 767px) {
  .p-widecard-03 {
    display: block;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .p-widecard-03__img {
    margin-left: -0.9375rem;
    border-radius: 0 0.75rem 0.75rem 0;
  }
  .p-widecard-03__content {
    width: 100%;
    min-height: unset;
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
  .p-widecard-03__text {
    margin-top: 0.5rem;
  }
  .p-widecard-03__button {
    margin-top: 1.875rem;
    text-align: center;
  }
  .p-widecard-03 + .p-widecard-03 {
    margin-top: 5rem;
  }
}
.p-widecard-04 {
  display: flex;
  gap: 4.5454545455%;
  align-items: flex-start;
}
.p-widecard-04 + .p-widecard-04 {
  padding-top: 4.6875rem;
  margin-top: 5rem;
  border-top: 0.0625rem solid rgba(20, 20, 20, 0.25);
}
.p-widecard-04__img {
  flex-shrink: 0;
  order: 1;
  width: 45.4545454545%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}
.p-widecard-04__img img {
  margin-top: 0;
}
.p-widecard-04__title {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.63;
  color: #005a40;
  margin-left: 0.25rem;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .p-widecard-04__title {
    font-size: 1.125rem;
  }
}
.p-widecard-04__text {
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 1.5625rem;
  margin-left: 0.25rem;
}
@media only screen and (max-width: 767px) {
  .p-widecard-04__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.p-widecard-04__box {
  padding: 1.25rem 2.5rem 1.75rem;
  margin-top: 1.375rem;
  border: 0.1875rem solid #ededed;
  border-radius: 0.75rem;
}
.p-widecard-04__box .c-list-check {
  margin-top: 1.5625rem;
}
.p-widecard-04__box-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #005a40;
}

@media only screen and (max-width: 767px) {
  .p-widecard-04 {
    display: block;
  }
  .p-widecard-04 + .p-widecard-04 {
    padding-top: 3.75rem;
    margin-top: 3.75rem;
  }
  .p-widecard-04__img {
    display: block;
    width: 100%;
  }
  .p-widecard-04__content {
    margin-top: 1.875rem;
  }
  .p-widecard-04__text {
    margin-top: 0.875rem;
    margin-left: 0;
  }
  .p-widecard-04__box {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .p-widecard-04__title {
    margin-left: 0;
    font-size: 1.125rem;
  }
}
.p-widecard-05 {
  position: relative;
  display: flex;
  gap: 4.9668874172%;
  align-items: center;
  width: calc(50vw + 34.375rem + 1.25rem);
  max-width: 100%;
  padding-right: 1.25rem;
}
.p-widecard-05__slide {
  display: block;
  flex-grow: 1;
}
.p-widecard-05__slide .swiper-wrapper {
  transition-timing-function: linear;
}
.p-widecard-05__slide img {
  width: 100%;
}
.p-widecard-05__slide .swiper-slide {
  width: 28.75rem;
  max-width: 50vw;
}
.p-widecard-05__slide-control {
  position: absolute;
  right: clamp(20rem, 34.701986755% + 1.25rem, 34rem);
  bottom: 0;
  z-index: 1;
  transform: translateX(calc(100% + 0.5rem));
}
@media (hover: hover) {
  .p-widecard-05__slide-play {
    transition: opacity 0.3s linear;
  }
  .p-widecard-05__slide-play:hover {
    opacity: 0.7;
  }
}
.p-widecard-05__photo {
  display: block;
  aspect-ratio: 460/400;
  overflow: hidden;
  border-radius: 0.75rem;
}
.p-widecard-05__photo img {
  width: 100%;
  height: 100%;
  margin-top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-widecard-05__title {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.63;
  color: #005a40;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .p-widecard-05__title {
    font-size: 1.125rem;
  }
}
.p-widecard-05__text {
  margin-top: 2.125rem;
  margin-left: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.73;
}
.p-widecard-05__button {
  margin-top: 3.5rem;
  margin-left: 0.5rem;
  letter-spacing: 0.08em;
}
.p-widecard-05__content {
  flex-shrink: 0;
  align-self: flex-start;
  width: 34.701986755%;
  min-width: 18.75rem;
  padding-top: 2.625rem;
  padding-bottom: 3.625rem;
}

@media only screen and (max-width: 767px) {
  .p-widecard-05 {
    display: block;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .p-widecard-05__img {
    border-radius: 0.75rem;
  }
  .p-widecard-05__content {
    width: 100%;
    min-width: unset;
    min-height: unset;
    padding: 0;
    margin-top: 2.5rem;
  }
  .p-widecard-05__slide {
    position: relative;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .p-widecard-05__slide .swiper-slide {
    width: 17.5rem;
    max-width: 100%;
  }
  .p-widecard-05__button {
    margin-top: 2.5rem;
    margin-left: auto;
    text-align: center;
  }
  .p-widecard-05__slide-control {
    position: static;
    padding: 0 0.9375rem;
    margin-top: 1rem;
    text-align: right;
    transform: none;
  }
  .p-widecard-05__text {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.p-widecard-06__img {
  display: block;
  overflow: hidden;
  border-radius: 0.75rem;
}
.p-widecard-06__img img {
  width: 100%;
  margin-top: 0;
}
.p-widecard-06__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.83;
  letter-spacing: 0.08em;
  margin-top: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .p-widecard-06__title {
    font-size: 1rem;
  }
}
.p-widecard-06__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 0.125rem;
}
@media only screen and (max-width: 767px) {
  .p-widecard-06__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

@media only screen and (max-width: 767px) {
  .p-widecard-06__img {
    display: flex;
    flex-direction: column;
    min-height: 13.625rem;
  }
  .p-widecard-06__img img {
    flex: 1;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-widecard-06__title {
    margin-top: 1.125rem;
  }
}
.p-widecard-07 {
  display: flex;
  gap: 3.8181818182%;
  align-items: flex-start;
}
.p-widecard-07__img {
  display: block;
  flex-shrink: 0;
  width: 50%;
  overflow: hidden;
  border-radius: 0.75rem;
}
.p-widecard-07__img img {
  width: 100%;
  margin-top: 0;
}
.p-widecard-07__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.83;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .p-widecard-07__title {
    font-size: 1rem;
  }
}
.p-widecard-07__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 0.125rem;
}
@media only screen and (max-width: 767px) {
  .p-widecard-07__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.p-widecard-07.--reverse {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .p-widecard-07 {
    display: block;
  }
  .p-widecard-07__img {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 13.625rem;
  }
  .p-widecard-07__img img {
    flex: 1;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-widecard-07__cont {
    margin-top: 1.125rem;
  }
}
/* pages */
body.business .l-footer {
  margin-top: 13.75rem;
}
body.business .p-breadcrumb {
  width: 113.125rem;
}
body.business .business-sum {
  margin-top: 5.5rem;
}
body.business .business-sum__text-01 {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.63;
  color: #005a40;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body.business .business-sum__text-01 {
    font-size: 1.125rem;
  }
}
body.business .business-sum__text-02 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.875;
  margin-top: 2.5rem;
  text-align: center;
}
body.business .business-problem {
  padding-top: 4.5rem;
  padding-bottom: 6.5rem;
  margin-top: 10.3125rem;
}
body.business .business-problem__title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.14;
  text-align: center;
}
body.business .business-problem__list {
  max-width: 57.5rem;
  margin-top: 2.5rem;
  margin-right: auto;
  margin-left: auto;
}
body.business .business-solution {
  padding-top: 5rem;
}
body.business .business-solution__icon {
  text-align: center;
}
body.business .business-solution__icon .com-icon {
  --icon-wrap-w: 2.5rem;
  --icon-wrap-h: 2.1875rem;
}
body.business .business-solution__desc {
  margin-top: 1.25rem;
  font-size: 1.75rem;
  font-weight: bold;
  color: #005a40;
  text-align: center;
}
body.business .business-solution__list {
  max-width: 65.5rem;
  margin-top: 3rem;
}
body.business .business-business {
  margin-top: 18.4375rem;
}
body.business .business-business__list {
  margin-top: 0.75rem;
}

@media only screen and (max-width: 767px) {
  body.business .business-sum__text-01 {
    text-align: left;
  }
  body.business .business-sum__text-02 {
    text-align: left;
  }
  body.business .business-problem {
    margin-top: 7.5rem;
  }
  body.business .business-problem__title {
    font-size: 1.375rem;
  }
  body.business .business-solution__desc {
    font-size: 1.375rem;
  }
  body.business .business-solution__icon .com-icon {
    --icon-wrap-w: 1.875rem;
    --icon-wrap-h: 1.625rem;
  }
  body.business .business-business {
    margin-top: 7.5rem;
  }
}
body.company .l-footer {
  margin-top: 15.3125rem;
}
body.company .p-breadline {
  width: 114.125rem;
}
body.company .company-sum {
  margin-top: 5.9375rem;
}
body.company .company-sum__text-01 {
  margin-top: 5.375rem;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.63;
  color: #005a40;
}
@media only screen and (max-width: 767px) {
  body.company .company-sum__text-01 {
    font-size: 1.125rem;
  }
}
body.company .company-sum__text-02 {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.875;
  text-align: center;
}
body.company .company-card {
  padding-top: 7.75rem;
  padding-bottom: 8.125rem;
  margin-top: 5.625rem;
}
body.company .company-profile {
  margin-top: 8.125rem;
}
body.company .company-profile .p-table-dl {
  margin-top: 3rem;
}
body.company .company-profile__text-01 {
  display: inline-block;
  margin-left: 1.125rem;
  font-size: 0.8125rem;
  font-style: italic;
  letter-spacing: 0.04em;
}
body.company .company-history {
  margin-top: 7.25rem;
}
body.company .company-qa {
  margin-top: 15.3125rem;
}
body.company .company-qa .p-accordion {
  margin-top: 2.625rem;
}

@media only screen and (max-width: 767px) {
  body.company .company-sum__text-01 {
    margin-top: 2.5rem;
    text-align: left;
  }
  body.company .company-sum__text-02 {
    margin-top: 1.25rem;
    text-align: left;
  }
  body.company .company-profile__text-01 {
    margin-left: 0.5rem;
  }
  body.company .company-profile .p-table-dl col {
    width: 5.3125rem !important;
  }
}
body.contact .c-heading-lv3,
body.contact-confirm .c-heading-lv3 {
  margin-top: 5rem;
}
body.contact .p-contact-flow,
body.contact-confirm .p-contact-flow {
  margin-top: 3.75rem;
}
body.contact .p-table,
body.contact-confirm .p-table {
  margin-top: 2.5rem;
}
body.contact .p-table__th,
body.contact-confirm .p-table__th {
  width: 35%;
}

@media only screen and (max-width: 767px) {
  body.contact .p-box .p-column.--column3,
  body.contact-confirm .p-box .p-column.--column3 {
    flex-direction: column;
    gap: 0.5rem;
  }
  body.contact .p-table,
  body.contact-confirm .p-table {
    border-bottom: 1px solid #ccc;
  }
  body.contact .p-table__th, body.contact .p-table__td,
  body.contact-confirm .p-table__th,
  body.contact-confirm .p-table__td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  body.contact .p-table__td,
  body.contact-confirm .p-table__td {
    min-height: 2rem;
  }
  body.contact .p-buttons,
  body.contact-confirm .p-buttons {
    flex-direction: column-reverse;
  }
  body.contact-complete .p-breadline {
    padding: 0rem;
  }
  body.contact-complete .p-breadline__item {
    font-size: 0.75rem;
  }
  body.contact-complete .p-breadline__item a {
    margin-right: 0.5rem;
  }
  body.contact-complete .p-breadline__divider {
    margin-right: 0.5rem;
  }
}
body.index .l-footer {
  margin-top: 12.125rem;
}
body.index .index-about {
  margin-top: 12.125rem;
}
body.index .index-about__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.index .index-about__content {
  flex-shrink: 0;
  width: 37%;
  margin-bottom: 4.125rem;
}
body.index .index-about__lead {
  margin-top: 5.25rem;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.5;
  color: #005a40;
  letter-spacing: 0.06em;
}
body.index .index-about__text {
  margin-top: 3.125rem;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 2.14;
}
body.index .index-about__button {
  margin-top: 3.75rem;
}
body.index .index-about__photos {
  width: 52.6666666667%;
  padding: 0 1.625rem;
}
body.index .index-about__slide {
  --space-bt: clamp(1.25rem, 4.1666666667vw, 3.125rem);
  overflow: visible;
}
body.index .index-about__slide .swiper-slide-shadow {
  background: transparent;
}
body.index .index-about__slide .swiper-slide {
  padding-bottom: var(--space-bt);
}
body.index .index-about__slide .swiper-pagination {
  bottom: -5rem;
}
body.index .index-about__slide .swiper-slide-active .index-about__slide-card {
  transform: translateY(0);
}
body.index .index-about__slide-card {
  display: block;
  overflow: hidden;
  border-radius: 2.5rem;
  transition: transform 0.3s;
  transform: translateY(var(--space-bt));
}
body.index .index-about__slide-card img {
  width: 100%;
}
body.index .index-toms {
  padding-top: 16.25rem;
  padding-bottom: 19.375rem;
  margin-top: 15.625rem;
}
body.index .index-toms__copy {
  margin-bottom: -0.1715686275em;
}
@media all and (min-width: 768px), print {
  body.index .index-toms__copy {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
body.index .index-toms__img {
  position: relative;
  display: block;
  width: 100rem;
  max-width: calc(100% - 2.5rem);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 1.25rem;
}
body.index .index-toms__img img {
  width: 100%;
}
body.index .index-toms__lead {
  margin-top: 4.5rem;
  font-size: 1.875rem;
  font-weight: 900;
  color: #005a40;
  text-align: center;
  letter-spacing: 0.08em;
}
body.index .index-toms__list {
  margin-top: 4.6875rem;
}
body.index .index-toms__list .p-card-01:nth-child(3) .p-card-01__label-lead {
  letter-spacing: 0.05em;
}
body.index .index-toms__list .p-card-01:nth-child(3) .p-card-01__label-lead span {
  display: inline-block;
  margin-left: -0.15em;
}
body.index .index-toms__button {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgb(0, 82, 62) 0%, rgb(40, 134, 99) 100%);
}
body.index .index-toms__button::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgb(40, 134, 99) 0%, rgb(0, 82, 62) 100%);
  border-radius: inherit;
}
@media (hover: hover) {
  body.index .index-toms__button::before {
    transition: opacity 0.3s linear;
  }
  body.index .index-toms__button:hover::before {
    opacity: 0;
  }
  body.index .index-toms__button:hover .c-link {
    opacity: 1;
  }
}
body.index .index-business {
  position: relative;
  z-index: 1;
  padding-top: 7.25rem;
  padding-bottom: 5.625rem;
}
body.index .index-business__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 5rem 5rem 0 0;
}
body.index .index-business__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.index .index-business__desc {
  margin: 1.125rem;
  font-size: 1.125rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
body.index .index-business__slider {
  margin-top: 5.3125rem;
}
body.index .index-business__slider .swiper-slide {
  height: auto;
}
body.index .index-business__button {
  margin-top: 5rem;
}
body.index .index-business__button .c-button {
  box-shadow: 0.375rem 0.375rem rgba(51, 51, 51, 0.25);
}
body.index .index-works {
  padding-top: 11.25rem;
}
body.index .index-works__inner {
  display: flex;
  gap: 5.0632911392%;
  max-width: calc(38.75rem + 50%);
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: auto;
}
body.index .index-works__left {
  flex-shrink: 0;
  width: 31.1666666667%;
  min-width: 18.75rem;
  max-width: 23.375rem;
  margin-top: 4.25rem;
}
body.index .index-works__right {
  flex-grow: 1;
  margin-right: -1.25rem;
  overflow: hidden;
}
body.index .index-works__swiper {
  --width: 22.5rem;
  width: var(--width);
  max-width: 100%;
  max-width: 44vw;
  margin-left: 0;
  overflow: visible;
}
body.index .index-works__swiper .swiper-slide {
  height: auto;
  padding: 1.25rem;
}
body.index .index-works__swiper-control {
  margin-top: 1.375rem;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}
body.index .index-works__swiper-control .p-swiper-control {
  max-width: 45.4375rem;
}
body.index .index-works__desc {
  margin-top: 1.875rem;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 2.14;
}
body.index .index-works__button {
  margin-top: 2.125rem;
}
body.index .index-pickup {
  position: relative;
  padding-top: 10.5rem;
  padding-bottom: 6.25rem;
}
body.index .index-pickup::before {
  position: absolute;
  inset: 50% 0 0;
  content: "";
  background: linear-gradient(90deg, rgb(40, 134, 99) 0%, rgb(0, 82, 62) 100%);
}
body.index .index-pickup .p-swiper-control__scroll {
  margin-left: 0.75rem;
}
body.index .index-pickup .p-swiper-control__page {
  margin-top: -0.375rem;
}
body.index .index-pickup__inner {
  position: relative;
  padding-bottom: 2.1875rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0 1.125rem rgba(0, 0, 0, 0.15);
}
body.index .index-pickup__inner::before {
  position: absolute;
  top: 0;
  right: 3.125rem;
  left: 3.125rem;
  height: 0.75rem;
  content: "";
  background: linear-gradient(90deg, rgb(40, 134, 99) 0%, rgb(0, 82, 62) 100%);
  border-radius: 0 0 9px 9px/0 0 7px 7px;
}
body.index .index-pickup__head {
  text-align: center;
}
body.index .index-pickup__head-en {
  display: block;
  font-family: "Lexend Exa", sans-serif;
  font-size: 3.3125rem;
  font-weight: bold;
  line-height: 1.64;
  color: #005a40;
}
body.index .index-pickup__head-jp {
  display: block;
  margin-top: -0.5625rem;
  font-size: 0.9375rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
body.index .index-pickup__link {
  margin-top: -1.5625rem;
  text-align: right;
}
body.index .index-pickup__content {
  width: 61.25rem;
  max-width: calc(100% - 2.5rem);
  padding-top: 1.6875rem;
  margin: 0 auto;
  overflow: hidden;
}
body.index .index-pickup__slide-wrap {
  margin-top: 2rem;
}
@media all and (min-width: 768px), print {
  body.index .index-pickup__slide-wrap.--no-control-pc .index-pickup__swiper-control {
    display: none;
  }
}
body.index .index-pickup__swiper-control {
  padding-top: 1.5rem;
  margin-top: 0.75rem;
  border-top: 0.0625rem solid rgba(51, 51, 51, 0.25);
}
body.index .index-pickup__swiper-control .p-swiper-control__scroll {
  max-width: 24.8125rem;
}
body.index .index-pickup .p-card-06__img {
  border: 1px solid #eeeeee;
}
body.index .index-news {
  padding-bottom: 9rem;
  margin-top: 10.125rem;
  border-bottom: 0.0625rem solid rgba(51, 51, 51, 0.25);
}
body.index .index-news__container {
  display: flex;
  gap: 3.3333333333%;
  justify-content: space-between;
}
body.index .index-news__left {
  flex-shrink: 0;
  width: 25%;
  margin-top: 2rem;
}
body.index .index-news__left .p-tags {
  margin-top: 1.4375rem;
  margin-left: 0.3125rem;
}
body.index .index-news__left .p-tags__item:nth-child(2) {
  margin-right: calc(100% - 8.75rem);
}
body.index .index-news__right {
  flex-grow: 1;
  max-width: 49.3125rem;
}
@media all and (min-width: 1281px), print {
  body.index .index-news__right .p-news__item:first-child .p-news__link {
    min-height: 7.25rem;
  }
}
body.index .index-news__link {
  margin-top: 7.1875rem;
  margin-left: 0.5rem;
}
body.index .index-nav {
  margin-top: 10.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.index .index-about__lead {
    margin-top: 1.875rem;
  }
  body.index .index-about__text {
    margin-top: 1.5rem;
  }
  body.index .index-about__button {
    margin-top: 1.875rem;
  }
  body.index .index-about__content {
    min-width: 18.75rem;
  }
  body.index .index-news__left {
    min-width: 18.75rem;
  }
  body.index .index-news .p-news__link {
    flex-wrap: wrap;
  }
  body.index .index-news .p-news__link-title {
    width: 100%;
    margin-top: 0.75rem;
  }
  body.index .index-news .p-news__link-new {
    position: static;
    width: 100%;
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  body.index .index-about {
    position: relative;
    padding-bottom: 12.125rem;
    margin-top: 5rem;
    background: #fff;
    border-radius: 0 0 1.25rem 1.25rem;
  }
  body.index .index-about__card {
    display: block;
  }
  body.index .index-about__content {
    width: unset;
    margin-bottom: 4.375rem;
  }
  body.index .index-about__lead {
    margin-top: 1.5rem;
    margin-right: -0.5625rem;
    font-size: 1.125rem;
    line-height: 1.83;
  }
  body.index .index-about__text {
    margin-top: 0.8125rem;
    margin-right: -0.125rem;
  }
  body.index .index-about__button {
    margin-top: 2.75rem;
    text-align: center;
  }
  body.index .index-about__photos {
    width: 100%;
    padding: 0 7.4666666667vw;
  }
  body.index .index-about__slide-card {
    border-radius: 1.125rem;
  }
  body.index .index-about__slide {
    --space-bt: 0;
  }
  body.index .index-about__slide .swiper-pagination {
    bottom: -6.25rem;
  }
  body.index .index-toms {
    padding-top: 8.125rem;
    padding-bottom: 10.75rem;
    margin-top: -2.5rem;
  }
  body.index .index-toms__copy {
    margin-right: -0.625rem;
  }
  body.index .index-toms__img {
    max-width: calc(100% - 1.875rem);
    margin-top: 2.625rem;
    border-radius: 0.625rem;
  }
  body.index .index-toms__lead {
    margin-top: 1.5rem;
    font-size: 1.125rem;
  }
  body.index .index-toms__list {
    gap: 1.25rem 4.375%;
    max-width: calc(100% - 1.5625rem);
    margin-top: 1.4375rem;
  }
  body.index .index-toms__list .p-card-01:nth-child(1) .p-card-01__content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  body.index .index-toms__list .p-card-01:nth-child(4) .p-card-01__content {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
  body.index .index-toms__button {
    min-height: 7.4375rem;
  }
  body.index .index-business {
    padding-top: 2.6875rem;
    padding-bottom: 4.125rem;
  }
  body.index .index-business__bg {
    border-radius: 1.5625rem 1.5625rem 0 0;
  }
  body.index .index-business__desc {
    margin: 0.625rem -0.0625rem 0;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: left;
  }
  body.index .index-business__title.c-heading {
    text-align: left;
  }
  body.index .index-business__title .c-heading__en {
    font-size: 3.125rem;
    font-weight: bold;
  }
  body.index .index-business__list {
    flex-wrap: unset;
    gap: unset;
  }
  body.index .index-business__slider {
    margin-top: 5.6875rem;
    margin-right: 1.125rem;
    margin-left: 1.125rem;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0.75rem;
  }
  body.index .index-business__slider .p-card-02 {
    border-radius: 0;
  }
  body.index .index-business__control {
    gap: 0.8125rem;
    margin-top: 1rem;
  }
  body.index .index-business__button {
    margin-top: 3.625rem;
  }
  body.index .index-works {
    padding-top: 6.625rem;
    padding-bottom: 0;
  }
  body.index .index-works__inner {
    position: relative;
    display: block;
    max-width: unset;
    padding-right: 0.9375rem;
    padding-bottom: 6.5rem;
    padding-left: 0.9375rem;
  }
  body.index .index-works__left {
    width: 100%;
    min-width: unset;
    margin-top: 0;
  }
  body.index .index-works__right {
    margin-top: 1.5rem;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    overflow: visible;
  }
  body.index .index-works__desc {
    margin: 0.625rem;
    font-weight: bold;
  }
  body.index .index-works__button {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
  }
  body.index .index-works__button .c-button {
    font-size: 1.25rem;
  }
  body.index .index-works__swiper {
    width: auto;
    max-width: 100%;
    overflow: hidden;
  }
  body.index .index-works__swiper .swiper-slide {
    padding: 1rem 1.6875rem;
  }
  body.index .index-works__swiper-control .p-swiper-control {
    gap: 0 1rem;
    justify-content: center;
    max-width: unset;
    margin-top: 1.25rem;
  }
  body.index .index-news {
    padding-bottom: 8.125rem;
    margin-top: 6.6875rem;
  }
  body.index .index-news__container {
    position: relative;
    display: block;
  }
  body.index .index-news__left {
    width: 100%;
    margin-top: 0;
  }
  body.index .index-news__right {
    margin-top: 3.0625rem;
  }
  body.index .index-news__link {
    position: absolute;
    right: 0;
    bottom: 0;
    bottom: -3.9375rem;
    left: 0;
    z-index: 1;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
  }
  body.index .index-news__link .c-link {
    font-size: 1.125rem;
  }
  body.index .index-news__link .c-link.--arrow::after {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
    background-size: 0.25rem auto;
  }
  body.index .index-nav {
    margin-top: 6.5625rem;
  }
  body.index .index-nav .l-inner {
    padding-right: 1.09375rem;
    padding-left: 1.09375rem;
  }
  body.index .index-nav .p-nav-card-01-list {
    flex-direction: column;
    gap: 1.5rem;
  }
  body.index .index-pickup {
    padding-top: 8.5625rem;
    padding-bottom: 4.0625rem;
  }
  body.index .index-pickup::before {
    top: 49.5%;
  }
  body.index .index-pickup__inner {
    padding-bottom: 2rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  body.index .index-pickup__inner::before {
    right: 2.125rem;
    left: 2.125rem;
  }
  body.index .index-pickup__head-en {
    font-size: 2.375rem;
    font-weight: bold;
  }
  body.index .index-pickup__content {
    max-width: 100%;
    padding-top: 2.4375rem;
    padding-right: 1rem;
    padding-left: 0.75rem;
  }
  body.index .index-pickup__head-jp {
    margin-top: -0.3125rem;
  }
  body.index .index-pickup__link {
    padding-left: 1.5625rem;
    margin-top: 0.9375rem;
    text-align: center;
  }
  body.index .index-pickup__link .c-link {
    font-size: 1.125rem;
  }
  body.index .index-pickup__link .c-link::after {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.75rem;
    background-size: 0.25rem auto;
  }
  body.index .index-pickup__slide-wrap {
    margin-top: 2.5rem;
  }
  body.index .index-pickup__swiper-control {
    padding-top: 2rem;
    margin-top: 1.125rem;
  }
}
body.company-message .message-cont__sign {
  display: table;
  margin-left: auto;
  font-weight: bold;
}
body.company-message .message-cont__sign-01 {
  display: block;
  font-size: 1.125rem;
}
body.company-message .message-cont__sign-02 {
  display: block;
  font-size: 1.125rem;
}

body.news-single .news-single-main .p-section-title-h1 {
  margin-bottom: 1.5rem;
}
body.news-single .news-single-main .p-news {
  display: flex;
  align-items: center;
}
body.news-single .news-single-main .p-news .p-news__link-day {
  margin-right: 1.5%;
}
body.news-single .news-single-main .p-editor__content {
  margin-top: 5rem;
}
body.news-single .news-single-main__button {
  margin-top: 5rem;
  text-align: center;
}

body.news .news-main .p-tags {
  margin-bottom: 2rem;
}
body.news .news-main .p-pagination {
  border-top: none;
}

body.philosophy .l-footer {
  margin-top: 11.6875rem;
}
body.philosophy .philosophy-content__list {
  margin-top: 0.75rem;
}
body.philosophy .philosophy-content__card {
  display: flex;
  gap: 5%;
  align-items: center;
  justify-content: space-between;
  max-width: 68.75rem;
  margin-top: 3.75rem;
  margin-right: auto;
  margin-left: auto;
}
body.philosophy .philosophy-content__card-control {
  position: relative;
  flex-shrink: 0;
  width: 47.8181818182%;
  aspect-ratio: 1/1;
  margin-top: 2.5rem;
  margin-left: 2.4%;
}
body.philosophy .philosophy-content__card-button {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34.2205323194%;
  aspect-ratio: 1/1;
  font-size: 2.25rem;
  font-style: italic;
  font-weight: 900;
  color: #ccc;
  text-align: center;
  letter-spacing: 0.08em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f2f2f2;
  border-radius: 50%;
  box-shadow: 0.5625rem 0.5625rem 0.875rem rgba(0, 0, 0, 0.12);
}
body.philosophy .philosophy-content__card-button::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgb(40, 134, 99) 0%, rgb(0, 82, 62) 100%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s linear;
}
body.philosophy .philosophy-content__card-button.is-active {
  color: #fff;
  box-shadow: none;
}
body.philosophy .philosophy-content__card-button.is-active::before {
  opacity: 1;
}
body.philosophy .philosophy-content__card-button.--01 {
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
body.philosophy .philosophy-content__card-button.--02 {
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
body.philosophy .philosophy-content__card-button.--03 {
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
body.philosophy .philosophy-content__card-button.--04 {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (hover: hover) {
  body.philosophy .philosophy-content__card-button {
    transition: all 0.3s linear;
  }
  body.philosophy .philosophy-content__card-button:hover {
    color: #fff;
    background: linear-gradient(90deg, rgb(40, 134, 99) 0%, rgb(0, 82, 62) 100%);
    box-shadow: none;
  }
}
body.philosophy .philosophy-content__card-control-img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 19.391634981%;
  transform: translate(-50%, -50%);
}
body.philosophy .philosophy-content__card-cont {
  flex-grow: 1;
  align-self: flex-start;
  max-width: 26.875rem;
}
body.philosophy .philosophy-content__card-cont-item {
  --color-title: #afafaf;
  --color-text: #afafaf;
}
body.philosophy .philosophy-content__card-cont-item.is-active {
  --color-title: #005a40;
  --color-text: #333;
}
body.philosophy .philosophy-content__card-cont-item:not(:first-child) {
  margin-top: 3.25rem;
}
body.philosophy .philosophy-content__card-title {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 900;
  color: var(--color-title);
  letter-spacing: 0.02em;
  transition: color 0.3s linear;
}
body.philosophy .philosophy-content__card-text {
  margin-top: 0.875rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.73;
  color: var(--color-text);
  transition: color 0.3s linear;
}
body.philosophy .philosophy-content__toms {
  padding-top: 4.375rem;
  padding-bottom: 8.125rem;
  margin-top: 8rem;
}
body.philosophy .philosophy-content__toms .l-inner {
  width: 80rem;
}
body.philosophy .philosophy-content__button {
  margin-top: 9.875rem;
}

@media only screen and (max-width: 767px) {
  body.philosophy .philosophy-content__card {
    display: block;
  }
  body.philosophy .philosophy-content__card-control {
    width: 20.9375rem;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  body.philosophy .philosophy-content__card-button {
    font-size: 1.375rem;
    color: #fff;
    box-shadow: none;
  }
  body.philosophy .philosophy-content__card-button::before {
    opacity: 1;
  }
  body.philosophy .philosophy-content__card-cont {
    max-width: 100%;
    margin-top: 1.875rem;
  }
  body.philosophy .philosophy-content__card-cont-item {
    --color-title: #005a40;
    --color-text: #333;
  }
  body.philosophy .philosophy-content__card-cont-item:not(:first-child) {
    margin-top: 1.5rem;
  }
  body.philosophy .philosophy-content__card-title {
    font-size: 1.25rem;
  }
  body.philosophy .philosophy-content__card-text {
    margin-top: 0.5rem;
  }
  body.philosophy .philosophy-content__button {
    margin-top: 5rem;
  }
  body.philosophy .philosophy-content__toms {
    margin-top: 4.375rem;
  }
}
body.pickup-detail .pickup-detail-card {
  display: flex;
  flex-direction: row-reverse;
  gap: 2.5rem;
  align-items: center;
}
body.pickup-detail .pickup-detail-card__cont {
  flex-basis: 0;
  flex-grow: 1;
}
body.pickup-detail .pickup-detail-card__slide {
  flex-basis: 0;
  flex-grow: 1;
}
body.pickup-detail .pickup-detail-card__slide .swiper {
  overflow: hidden;
  border-radius: 0.375rem;
}
body.pickup-detail .pickup-detail-card__slide .swiper-slide {
  aspect-ratio: 580/422;
  border: 1px solid #eeeeee;
}
body.pickup-detail .pickup-detail-card__slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.pickup-detail .pickup-detail-features__item {
  display: flex;
  gap: 6.5%;
}
body.pickup-detail .pickup-detail-features__item + .pickup-detail-features__item {
  margin-top: 3.25rem;
}
body.pickup-detail .pickup-detail-features__item-num {
  flex-shrink: 0;
  padding: 0 1.25rem;
  font-family: "Lexend Exa", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: #1a8e09;
}
body.pickup-detail .pickup-detail-features__item-title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #005a40;
  letter-spacing: 0.02em;
}
body.pickup-detail .pickup-detail-features__item-txt {
  margin-top: 0.875rem;
}
body.pickup-detail .pickup-detail-relative__box {
  width: 100rem;
  max-width: calc(100% - 2.5rem);
  padding: 3.75rem 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #ededed;
}

@media only screen and (max-width: 767px) {
  body.pickup-detail .pickup-detail-card {
    flex-flow: row wrap;
  }
  body.pickup-detail .pickup-detail-card__slide {
    flex-basis: unset;
    width: 100%;
  }
  body.pickup-detail .pickup-detail-card__slide .swiper {
    border-radius: 0.1875rem;
  }
  body.pickup-detail .pickup-detail-card__cont {
    flex-basis: unset;
    width: 100%;
  }
  body.pickup-detail .pickup-detail-features__item-num {
    padding: 0 0.5rem;
    font-size: 2rem;
  }
  body.pickup-detail .pickup-detail-features__item-title {
    font-size: 1.25rem;
  }
  body.pickup-detail .pickup-detail-features__item {
    gap: 1.25rem;
  }
}
body.pickup .p-card__img {
  border: 1px solid #eeeeee;
}

body.recruit-contact .c-heading-lv3,
body.recruit-contact-confirm .c-heading-lv3 {
  margin-top: 5rem;
}
body.recruit-contact .p-contact-flow,
body.recruit-contact-confirm .p-contact-flow {
  margin-top: 3.75rem;
}
body.recruit-contact .p-table,
body.recruit-contact-confirm .p-table {
  margin-top: 2.5rem;
}
body.recruit-contact .p-table__th,
body.recruit-contact-confirm .p-table__th {
  width: 35%;
}

@media only screen and (max-width: 767px) {
  body.recruit-contact .p-table,
  body.recruit-contact-confirm .p-table {
    border-bottom: 1px solid #ccc;
  }
  body.recruit-contact .p-table__th, body.recruit-contact .p-table__td,
  body.recruit-contact-confirm .p-table__th,
  body.recruit-contact-confirm .p-table__td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  body.recruit-contact .p-table__td,
  body.recruit-contact-confirm .p-table__td {
    min-height: 2rem;
  }
  body.recruit-contact .p-buttons,
  body.recruit-contact-confirm .p-buttons {
    flex-direction: column-reverse;
  }
  body.recruit-contact-complete .p-breadline {
    padding: 0rem;
  }
  body.recruit-contact-complete .p-breadline__item {
    font-size: 0.75rem;
  }
  body.recruit-contact-complete .p-breadline__item a {
    margin-right: 0.5rem;
  }
  body.recruit-contact-complete .p-breadline__divider {
    margin-right: 0.5rem;
  }
}
body.recruit .recruit-message {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 104.375rem;
  min-height: 44.3125rem;
  margin: 3.5rem auto 0;
  overflow: hidden;
}
body.recruit .recruit-message__img {
  position: absolute;
  display: block;
  width: 24.84375vw;
  overflow: hidden;
  border-radius: 2.5rem;
}
body.recruit .recruit-message__img.--top {
  top: 0;
  left: 0;
}
body.recruit .recruit-message__img.--bottom {
  right: 0;
  bottom: 0;
}
body.recruit .recruit-message__content {
  max-width: 28.5rem;
  margin: 0 auto;
}
body.recruit .recruit-message__title {
  margin-bottom: 3.5rem;
  font-size: 2.42625rem;
  font-weight: 900;
  color: #005a40;
  letter-spacing: 0.05rem;
}
body.recruit .recruit-content {
  position: relative;
}
body.recruit .recruit-content__categories {
  position: absolute;
  top: 10rem;
  left: 2.5rem;
  width: 11.25rem;
}
body.recruit .recruit-content__categories-list {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
body.recruit .recruit-content__categories-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 1.875rem;
  padding: 0 2rem 0 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #005a40;
  letter-spacing: 0.08em;
  background-color: transparent;
  border-radius: 999rem;
}
body.recruit .recruit-content__categories-item span {
  font-family: "Lexend Exa", sans-serif;
}
body.recruit .recruit-content__categories.is-fixed {
  position: fixed;
  top: 12.5rem;
  right: 0;
  left: 2.5rem;
  z-index: 100;
}
body.recruit .recruit-culture {
  padding: 10rem 0;
  margin-top: 5.625rem;
}
body.recruit .recruit-culture .p-widecard-04 + .p-widecard-04 {
  padding-top: 0;
  margin-top: 7rem;
  border-top: none;
}
body.recruit .recruit-culture .p-widecard-04__title {
  font-size: 1.125rem;
}
body.recruit .recruit-culture .p-widecard-04__title-num {
  display: block;
  font-family: "Lexend Exa", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a8e09;
}
body.recruit .recruit-feature {
  position: relative;
  padding: 5.625rem 0;
  margin-top: 7.1875rem;
}
body.recruit .recruit-feature__img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100%;
  max-width: 100rem;
  height: 100%;
  overflow: hidden;
  border-radius: 1.25rem;
  transform: translateX(-50%);
}
body.recruit .recruit-feature__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
body.recruit .recruit-feature__content {
  max-width: 38.75rem;
  min-height: 26.875rem;
  padding: 3.75rem 3.75rem 3.75rem 4.6875rem;
  margin-left: auto;
  background: url("../images/recruit/bg_recruit_feature.png") repeat center/cover;
  border-radius: 1.25rem;
}
body.recruit .recruit-feature__title {
  margin-bottom: 2.5rem;
}
body.recruit .recruit-people {
  padding: 15rem 0 14.25rem;
}
body.recruit .recruit-people__swiper-wrap {
  position: relative;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
body.recruit .recruit-people__swiper {
  position: unset;
  max-width: 20rem;
  padding: 1rem 0;
  margin-left: 0;
  overflow: visible;
}
body.recruit .recruit-people__swiper .swiper-wrapper {
  z-index: 1;
  align-items: flex-end;
}
body.recruit .recruit-people__swiper .swiper-slide {
  max-width: 100%;
}
body.recruit .recruit-people__swiper .swiper-slide.swiper-slide-active {
  width: 28.125rem !important;
  max-width: 28.125rem;
  z-index: 999;
}
body.recruit .recruit-people__swiper .swiper-slide.swiper-slide-active .p-card-06__content {
  padding: 2.75rem 2rem;
}
body.recruit .recruit-people__swiper .swiper-slide.swiper-slide-active .js-modal-recruit-open-icon {
  width: 3.75rem;
  height: 3.75rem;
}
body.recruit .recruit-people__swiper .swiper-slide.swiper-slide-active .js-modal-recruit-open-icon::after {
  width: 1.25rem;
}
body.recruit .recruit-people__swiper-control {
  position: absolute;
  top: 0.5rem;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 71.25rem;
  padding: 0 1.25rem 0 20rem;
}
body.recruit .recruit-people__swiper-control .p-swiper-control {
  justify-content: flex-end;
  margin-left: 4.625rem;
}
body.recruit .recruit-people .p-card-06 {
  width: 100%;
  overflow: hidden;
  border-radius: 0.375rem;
  box-shadow: 0 0 1.3125rem rgba(0, 0, 0, 0.2);
}
body.recruit .recruit-people .p-card-06__img {
  border-radius: 0;
}
body.recruit .recruit-people .p-card-06__title {
  color: #005a40;
}
body.recruit .recruit-people .p-card-06__content {
  padding: 1.5rem 1.25rem;
}
body.recruit .recruit-people .js-modal-recruit-open {
  cursor: pointer;
}
body.recruit .recruit-people .js-modal-recruit-open:hover {
  transition: 0.3s;
  opacity: 0.8;
}
body.recruit .recruit-people .js-modal-recruit-open-icon {
  position: absolute;
  top: 55%;
  right: 1.5625rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 0;
}
body.recruit .recruit-people .js-modal-recruit-open-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0.75rem;
  aspect-ratio: 1/1;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 22.18'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8.9,12.58H0s0-2.98,0-2.98h8.9V0s3.2,0,3.2,0v9.6h8.9s0,2.98,0,2.98h-8.9s0,9.6,0,9.6h-3.2s0-9.6,0-9.6Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 22.18'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8.9,12.58H0s0-2.98,0-2.98h8.9V0s3.2,0,3.2,0v9.6h8.9s0,2.98,0,2.98h-8.9s0,9.6,0,9.6h-3.2s0-9.6,0-9.6Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
body.recruit .recruit-numbers {
  padding: 10rem 0 16.875rem;
}
body.recruit .recruit-benefits {
  padding: 5.625rem 0;
}
body.recruit .recruit-benefits .p-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3.5rem;
  align-items: center;
  margin-top: 5rem;
  background-color: #ededed;
  border-radius: 0.75rem;
}
body.recruit .recruit-benefits .p-box__title {
  padding: 0 4rem;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #005a40;
}
body.recruit .recruit-benefits .p-box__text {
  letter-spacing: 0.08em;
}
body.recruit .recruit-benefits .p-box .c-list-dot__item:before {
  width: 0.625rem;
  height: 0.625rem;
  top: calc(0.9375em - 0.25rem);
}
body.recruit .recruit-requirements {
  padding: 5.625rem 0;
}
body.recruit .recruit-requirements .p-tags {
  justify-content: center;
  margin-bottom: 4rem;
}
body.recruit .recruit-requirements .p-tags__item {
  width: calc((100% - 2rem) / 3);
  max-width: 18.75rem;
}
body.recruit .recruit-requirements .p-tags__link {
  width: 100%;
  min-height: 3.75rem;
  font-size: 1.25rem;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #bcbcbc;
  border-radius: 999rem;
}
body.recruit .recruit-requirements .p-tags__link span {
  display: block;
  font-size: 0.875rem;
}
body.recruit .recruit-requirements .p-tags__link.is-active {
  background: linear-gradient(90deg, rgb(40, 134, 99) 0%, rgb(0, 82, 62) 100%);
}
body.recruit .recruit-requirements .p-table__th {
  width: 23.5%;
}
body.recruit .recruit-button {
  padding: 4rem 0;
}
body.recruit .recruit-faq {
  margin-top: 5.625rem;
}
body.recruit .recruit-faq .p-accordion + .p-accordion {
  margin-top: 1.875rem;
}

@media only screen and (min-width: 1480px) {
  body.recruit .recruit-content__categories-item::after {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    width: 0.3125rem;
    height: 0.3125rem;
    content: "";
    border-top: 0.0625rem solid #fff;
    border-left: 0.0625rem solid #fff;
    opacity: 0;
    transform: translateY(-50%) rotate(-135deg);
  }
  body.recruit .recruit-content__categories-item.is-active {
    color: #fff;
    background-color: #005a40;
  }
  body.recruit .recruit-content__categories-item.is-active::after {
    opacity: 1;
  }
  body.recruit .recruit-content__categories.is-fixed {
    position: fixed;
    top: 12.5rem;
    right: 0;
    left: 2.5rem;
    z-index: 100;
  }
}
@media only screen and (max-width: 1479px) {
  body.recruit .recruit-content {
    position: relative;
  }
  body.recruit .recruit-content__menu {
    position: relative;
  }
  body.recruit .recruit-content__menu.is-fixed {
    position: relative;
  }
  body.recruit .recruit-content__menu-body {
    font-size: 1rem;
    line-height: 1.875;
    padding: 3.875rem 2rem 2.5rem;
  }
}
@media only screen and (max-width: 1479px) and (max-width: 767px) {
  body.recruit .recruit-content__menu-body {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 1479px) {
  body.recruit .recruit-content__categories {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 1.25rem 0.625rem;
    background-color: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.16);
  }
  body.recruit .recruit-content__categories-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem 0;
  }
  body.recruit .recruit-content__categories-item {
    justify-content: center;
    padding: 0;
    width: 25%;
  }
  body.recruit .recruit-content__categories-item::after {
    display: inline-block;
    width: 0.625rem;
    height: 0.4375rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    content: "";
    background-color: currentcolor;
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_ãƒ‡ã‚¶ã‚¤ãƒ³' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.41 6.12'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23005a40;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='8.71 .71 4.71 4.71 .71 .71'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_ãƒ‡ã‚¶ã‚¤ãƒ³' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.41 6.12'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23005a40;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='8.71 .71 4.71 4.71 .71 .71'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
}
@media only screen and (max-width: 767px) {
  body.recruit .recruit-message {
    display: block;
    min-height: inherit;
  }
  body.recruit .recruit-message__img {
    position: relative;
    width: 73.0666666667vw;
    border-radius: 1.375rem;
  }
  body.recruit .recruit-message__img.--top {
    top: inherit;
    left: inherit;
    margin-left: -0.875rem;
  }
  body.recruit .recruit-message__img.--bottom {
    right: inherit;
    bottom: inherit;
    margin-right: -0.875rem;
    margin-left: auto;
  }
  body.recruit .recruit-message__content {
    max-width: inherit;
    padding: 0 1.875rem;
    margin: 3.75rem 0;
  }
  body.recruit .recruit-message__title {
    margin-bottom: 1.25rem;
    font-size: 1.875rem;
  }
  body.recruit .recruit-content__categories {
    flex-direction: column;
  }
  body.recruit .recruit-content__categories-item {
    width: 100%;
  }
  body.recruit .recruit-culture {
    margin-top: 2rem;
    padding: 7.5rem 0;
  }
  body.recruit .recruit-feature {
    padding: 0 0.9375rem;
    margin-top: 7.5rem;
  }
  body.recruit .recruit-feature__img {
    position: relative;
    top: inherit;
    left: inherit;
    display: block;
    width: 100%;
    height: 20.625rem;
    transform: translateX(0);
  }
  body.recruit .recruit-feature__content {
    max-width: 17.5rem;
    min-height: 21.875rem;
    padding: 1.25rem;
    margin: 0 auto;
    margin-top: -4.8125rem;
    background: url("../images/recruit/bg_recruit_feature_sp.png") repeat center/cover;
    border-radius: 0.625rem;
  }
  body.recruit .recruit-feature__content .c-list-dot__item {
    line-height: 1.3;
  }
  body.recruit .recruit-feature__content .c-list-dot__item + .c-list-dot__item {
    margin-top: 0.875rem;
  }
  body.recruit .recruit-feature__title {
    margin-bottom: 2rem;
  }
  body.recruit .recruit-requirements .p-tags {
    flex-wrap: wrap;
    gap: 1rem;
  }
  body.recruit .recruit-requirements .p-tags__item {
    width: 100%;
    max-width: 18.75rem;
  }
  body.recruit .recruit-requirements .p-table__th {
    width: 6.875rem;
  }
  body.recruit .recruit-people {
    padding: 7.5rem 0;
  }
  body.recruit .recruit-people__swiper-wrap {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  body.recruit .recruit-people__swiper {
    position: unset;
    max-width: 100%;
    padding: 0;
  }
  body.recruit .recruit-people__swiper .swiper-slide {
    max-width: 100% !important;
    padding: 1rem 1.5rem;
  }
  body.recruit .recruit-people__swiper .swiper-slide.swiper-slide-active {
    width: 100%;
    max-width: 100%;
  }
  body.recruit .recruit-people__swiper .swiper-slide.swiper-slide-active .p-card-06__content {
    padding: 1.5rem 1.25rem;
  }
  body.recruit .recruit-people__swiper .swiper-slide.swiper-slide-active .js-modal-recruit-open-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  body.recruit .recruit-people__swiper .swiper-slide.swiper-slide-active .js-modal-recruit-open-icon::after {
    width: 0.75rem;
  }
  body.recruit .recruit-people__swiper-control {
    position: relative;
    top: inherit;
    left: inherit;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 0 1.25rem;
  }
  body.recruit .recruit-people__swiper-control .p-swiper-control {
    justify-content: center;
    margin-left: auto;
  }
  body.recruit .recruit-people .p-card-06 {
    width: 100%;
    overflow: hidden;
    border-radius: 0.375rem;
    box-shadow: 0 0 1.3125rem rgba(0, 0, 0, 0.2);
  }
  body.recruit .recruit-people .p-card-06__img {
    border-radius: 0;
  }
  body.recruit .recruit-people .p-card-06__title {
    color: #005a40;
  }
  body.recruit .recruit-people .p-card-06__content {
    padding: 1.5rem 1.25rem;
  }
  body.recruit .recruit-people .js-modal-recruit-open-icon {
    top: 50%;
    right: 10%;
  }
  body.recruit .recruit-numbers {
    padding: 7.5rem 0;
  }
  body.recruit .recruit-numbers .p-card-07__img {
    text-align: center;
  }
  body.recruit .recruit-benefits .p-box__title {
    padding: 0;
    text-align: center;
    width: 100%;
  }
  body.recruit .recruit-faq .p-accordion + .p-accordion {
    margin-top: 1rem;
  }
}
body.works-detail .works-detail-swiper__main {
  position: relative;
}
body.works-detail .works-detail-swiper__main .swiper-slide {
  aspect-ratio: 2/1;
}
body.works-detail .works-detail-swiper__main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.works-detail .works-detail-swiper__main .c-button-circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.works-detail .works-detail-swiper__main .c-button-circle.--prev {
  left: 0;
  margin-left: max(50% - 50vw + 0.3125rem, -1.5625rem);
}
body.works-detail .works-detail-swiper__main .c-button-circle.--next {
  right: 0;
  margin-right: max(50% - 50vw + 0.3125rem, -1.5625rem);
}
body.works-detail .works-detail-swiper__thumb .swiper-slide {
  aspect-ratio: 239/173;
}
body.works-detail .works-detail-swiper__thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.works-detail .works-detail-swiper__thumb .swiper-slide::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s linear;
}
body.works-detail .works-detail-swiper__thumb .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 0;
}
body.works-detail .works-detail-swiper.is-not-init-slide .c-button-circle {
  display: none !important;
}
body.works-detail .works-detail-list01__item {
  padding-bottom: 2.5rem;
  border-bottom: 0.0625rem solid rgba(14, 14, 14, 0.24);
}
body.works-detail .works-detail-relative__box {
  width: 100rem;
  max-width: calc(100% - 2.5rem);
  padding: 3.75rem 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #ededed;
}

@media only screen and (max-width: 767px) {
  body.works-detail .works-detail-list01__item {
    padding-bottom: 1.875rem;
  }
  body.works-detail .works-detail-swiper__main .c-button-circle {
    width: 2rem;
  }
}
body.works .works-content {
  margin-top: 5.9375rem;
}
body.works .works-content .p-accordion__button {
  min-height: 4.0625rem;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0;
  border-radius: 0.75rem;
}
body.works .works-content .p-accordion__button.is-open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body.works .works-content .p-accordion__body {
  padding-top: 2.1875rem;
  padding-bottom: 4.25rem;
}
body.works .works-content .p-accordion__body-form {
  max-width: 56.25rem;
  margin: 0 auto;
}
body.works .works-content__search .c-input__check-wrap {
  position: relative;
  padding-left: 9.5rem;
}
body.works .works-content__search .c-input__btn-check.--all {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
body.works .works-content__search .c-input__btn-check.--all span {
  height: 100%;
}
body.works .works-content__wrap {
  position: relative;
  margin-top: 7.5rem;
}
body.works .works-content__wrap::after {
  display: block;
  clear: both;
  content: "";
}
body.works .works-content__wrap-inner {
  height: 100%;
}
body.works .works-content__wrap-left {
  position: sticky;
  top: 10rem;
  left: 0;
  float: left;
  width: 18.75rem;
  height: calc(100vh - 11.25rem);
}
body.works .works-content__wrap-left .p-accordion {
  height: 100%;
}
body.works .works-content__wrap-left .p-accordion__body {
  height: calc(100% - 3.75rem);
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.works .works-content__wrap-left .p-accordion__body::-webkit-scrollbar {
  display: none;
}
body.works .works-content__wrap-right {
  float: right;
  width: calc(100% - 18.75rem - 4.5454545455%);
}
body.works .works-content__wrap .p-accordion__button {
  min-height: 3.75rem;
  font-size: 1.25rem;
  pointer-events: none;
}
body.works .works-content__wrap .p-accordion__button-icon {
  display: none;
}
body.works .works-content__wrap .p-accordion__body {
  padding: 2.1875rem 1.25rem 2.75rem;
}
body.works .works-content__wrap .p-table-form {
  display: block;
  width: 100%;
}
body.works .works-content__wrap .p-table-form tr,
body.works .works-content__wrap .p-table-form th,
body.works .works-content__wrap .p-table-form td,
body.works .works-content__wrap .p-table-form tbody {
  display: block;
  width: 100%;
}
body.works .works-content__wrap .p-table-form tr:not(:first-child) {
  margin-top: 1.125rem;
}
body.works .works-content__wrap .p-table-form__th {
  padding: 0 0.25rem;
  font-size: 1rem;
  border-bottom: none;
}
body.works .works-content__wrap .p-table-form__th.--pt-narrow {
  padding-top: 0;
}
body.works .works-content__wrap .p-table-form__td {
  padding: 0.625rem 1.25rem 1.125rem;
}
body.works .works-content__wrap .p-buttons-search {
  flex-direction: column;
  gap: 1.125rem;
  justify-content: center;
  width: 100%;
  margin-top: 2rem;
}
body.works .works-content__wrap .c-button-search {
  width: 14.375rem;
  font-size: 0.9375rem;
}
body.works .works-content__wrap .c-link.--reset {
  margin-right: 0;
  font-size: 0.875rem;
}
body.works .works-content__wrap .c-input__radio-wrap {
  margin-left: 0;
}
body.works .works-content__wrap .c-input__text-label {
  font-size: 0.9375rem;
}
body.works .works-content__result {
  margin-bottom: 2rem;
  font-size: 0.875rem;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .works-content__wrap-right {
    container-type: inline-size;
    container-name: card;
  }
  @container card (max-width: 500px) {
    .p-pagination__list {
      gap: 0.625rem;
    }
    .p-pagination__item.--prev {
      margin-right: 1rem;
    }
    .p-pagination__item.--next {
      margin-left: 1rem;
    }
  }
}
@media only screen and (max-width: 767px) {
  body.works .works-content .p-accordion__button {
    font-size: 1.25rem;
  }
  body.works .works-content__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3.125rem;
    margin-top: 5.9375rem;
  }
  body.works .works-content__wrap-left {
    position: static;
    float: none;
    width: 100%;
    height: auto;
    max-height: unset;
  }
  body.works .works-content__wrap-right {
    float: none;
    width: 100%;
  }
  body.works .works-content__wrap .p-accordion__button {
    pointer-events: visible;
  }
  body.works .works-content__wrap .p-accordion__button-icon {
    display: block;
  }
}
/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

.u-bg-img {
  background: #ededed url("../images/common/com-bg-image-01.png") repeat center/auto;
}

.u-nolink {
  cursor: default;
  pointer-events: none;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}
.u-text-bold {
  font-weight: bold;
}

.u-text-bold-ex {
  font-weight: 900;
}