@charset "UTF-8";
/*
 * foundation
 */
@import url("https://fonts.cdnfonts.com/css/impact");

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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 {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

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

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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;
}

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  color: #747474;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

html.body-fixed {
  overflow: hidden;
  height: 100%;
}

body {
  overflow-x: hidden;
}

section {
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  section {
    margin-top: 10rem;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 0.694vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.532vw;
  }
}

h2 {
  font-size: 3.2rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  position: relative;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  h3 {
    margin-bottom: 5rem;
  }
}

h3::before {
  content: "";
  width: 8rem;
  height: 0.4rem;
  background-color: #00AA6E;
  position: absolute;
  left: 0;
  top: -1.9rem;
}

h3.-type02 {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  padding-left: 1.1rem;
}

h3.-type02::before {
  content: "";
  width: 0.4rem;
  height: 3.2rem;
  background-color: #00AA6E;
  position: absolute;
  left: -0.4rem;
  top: -0.2rem;
}

h3.-recruit {
  text-align: center;
}

h3.-recruit::before {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

h3.impact {
  font-size: 3.2rem;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
}

h3.impact::before {
  content: "";
  width: 0rem;
  height: 0rem;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  padding-left: 1.1rem;
  color: #000;
  font-weight: 700;
  position: relative;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.8rem;
  }
}

h4::before {
  content: "";
  width: 0.4rem;
  height: 3.2rem;
  background-color: #00AA6E;
  position: absolute;
  left: -0.4rem;
  top: -0.2rem;
}

@media screen and (max-width: 768px) {
  h4::before {
    height: 2.4rem;
  }
}

h5 {
  font-size: 1.8rem;
  font-weight: 700;
}

a,
li,
p,
th,
td {
  font-size: 1.6rem;
  line-height: 1.43;
}

@media screen and (max-width: 768px) {

  a,
  li,
  p,
  th,
  td {
    line-height: 1.6;
  }
}

p {
  line-height: 1.6;
}

a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.font-impact {
  font-family: "Impact", sans-serif;
  font-size: 12rem;
  color: #C4E0D4;
}

@media screen and (max-width: 768px) {
  .font-impact {
    font-size: 9.5rem;
  }
}

.anchor {
  padding-top: 12rem;
  margin-top: -12rem;
}

/*
  * layout
  */
.l-footer {
  padding: 8rem 0 5rem;
}

.l-footer__inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
  }
}

.l-footer__menu {
  display: flex;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-footer__menu {
    flex-wrap: wrap;
    row-gap: 5rem;
  }
}

.l-footer__menu-inner a {
  display: block;
}

.l-footer__menu-inner a {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .l-footer__menu-inner a {
    font-size: 1.6rem;
  }
}

.l-footer__menu-main {
  margin-bottom: 1.5rem;
}

.l-footer__menu-main a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}

.l-footer__menu-link {
  margin-top: 6rem;
}

.l-footer__menu-sub {
  display: flex;
  -moz-column-gap: 3.3rem;
  column-gap: 3.3rem;
}

@media screen and (max-width: 768px) {
  .l-footer__menu-sub {
    flex-direction: column;
    row-gap: 1.5rem;
  }
}

.l-footer__menu-sub a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}

.l-footer__data {
  margin-right: 5rem;
}

@media screen and (max-width: 768px) {
  .l-footer__data {
    margin-right: 0;
  }
}

.l-footer__logo {
  width: 43.2rem;
  height: 7.9rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 100%;
    height: auto;
    margin-top: 8rem;
  }
}

.l-footer__address {
  font-weight: 700;
  line-height: 1.56;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .l-footer__address {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}

.l-footer__address p {
  color: #000;
}

@media screen and (max-width: 768px) {
  .l-footer__address p {
    text-align: center;
  }
}

.l-footer__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .l-footer__copywright {
    margin-top: 3rem;
  }
}

.l-footer__copywright p {
  text-align: right;
  font-size: 1.4rem;
  color: #8F8F8F;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .l-footer__copywright p {
    text-align: center;
  }
}

.l-footer__button {
  margin-top: 5.5rem;
}

.l-header {
  position: fixed;
  width: 137.7rem;
  background-color: #fff;
  height: 8rem;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .l-header {
    width: 100%;
    top: 0;
    left: 0;
    transform: unset;
    box-shadow: unset;
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-header__inner {
    height: 8rem;
  }
}

.l-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: right;
}

@media screen and (max-width: 768px) {
  .l-header__wrapper {
    display: none;
  }
}

.l-header__logo {
  width: 25rem;
  height: 5rem;
  margin-left: 5rem;
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 22.7rem;
    height: 3.9rem;
    margin-left: 2rem;
  }
}

.l-header__menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 6.5rem;
  column-gap: 6.5rem;
}

.l-header__menu a {
  font-weight: 700;
  color: #000;
}

.l-header__contact {
  margin-left: 5rem;
  width: 18rem;
  height: 8rem;
}

.l-header__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00AA6E;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.3s ease;
}

.l-header__contact a:hover {
  background-color: #fff;
  color: #00AA6E;
  border: 0.1rem solid #00AA6E;
  opacity: 1;
}

.l-header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 3rem;
  height: 2.2rem;
  cursor: pointer;
  margin-right: 2rem;
  transition: all 0.3s ease;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-header__hamburger {
    display: flex;
  }
}

.l-header__hamburger.active .l-header__hamburger-line--1 {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 3rem;
}

.l-header__hamburger.active .l-header__hamburger-line--2 {
  opacity: 0;
}

.l-header__hamburger.active .l-header__hamburger-line--3 {
  bottom: 50%;
  right: 0;
  transform: translateY(50%) rotate(-45deg);
  width: 3rem;
}

.l-header__hamburger-line {
  display: block;
  height: 0.2rem;
  background-color: #000;
  transition: all 0.3s ease;
  transform-origin: center center;
  position: absolute;
  left: 0;
}

.l-header__hamburger-line--1 {
  width: 3rem;
  top: 0;
}

.l-header__hamburger-line--2 {
  width: 3rem;
  top: 50%;
  transform: translateY(-50%);
}

.l-header__hamburger-line--3 {
  width: 2rem;
  bottom: 0;
  right: 0;
  left: auto;
}

.l-header__mobile-menu {
  display: none;
  position: fixed;
  top: 8rem;
  right: -100%;
  width: 100%;
  height: calc(100vh - 8rem);
  background-color: #00AA6E;
  z-index: 998;
  transition: right 0.3s ease;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .l-header__mobile-menu {
    display: block;
  }
}

.l-header__mobile-menu.active {
  right: 0;
}

.l-header__mobile-menu-inner {
  padding: 3rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-header__mobile-menu-inner::after {
    content: "";
    background-image: url(../img/common/icon_mv.png);
    width: 21.3rem;
    height: 17.1rem;
    background-size: cover;
    position: absolute;
    top: 1.8rem;
    right: 1.9rem;
    z-index: -1;
  }
}

.l-header__mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-header__mobile-menu-item {
  border-bottom: 0.1rem solid #fff;
  margin-bottom: 0;
}

.l-header__mobile-menu-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.6rem 0 2.6rem 1.8rem;
  cursor: pointer;
}

.l-header__mobile-menu-main a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  flex: 1;
}

.l-header__mobile-menu-main a:hover {
  opacity: 1;
}

.l-header__mobile-menu-toggle {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.l-header__mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 0.5rem;
}

.l-header__mobile-submenu.active {
  max-height: 50rem;
  margin-bottom: 1rem;
}

.l-header__mobile-submenu li {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
}

.l-header__mobile-submenu li:last-child {
  border-bottom: none;
}

.l-header__mobile-submenu a {
  display: block;
  padding: 1.5rem 2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
}

.l-header__mobile-submenu a:hover {
  opacity: 0.8;
  background-color: rgba(255, 255, 255, 0.1);
}

.l-header__mobile-contact {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.l-header__mobile-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35.5rem;
  height: 9.8rem;
  color: #00AA6E;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  background: #f5f5f5;
  border-radius: 1rem;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
  .l-header__mobile-contact a {
    width: 100%;
    max-width: 35.5rem;
  }
}

.l-header__mobile-contact a:hover {
  opacity: 0.8;
}

/* または、より安全な方法として以下を使用 */
body.mobile-menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}

.l-container {
  width: 128rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-container {
    width: 90%;
  }
}

.l-container.-type02 {
  width: 108.5rem;
}

@media screen and (max-width: 768px) {
  .l-container.-type02 {
    width: 90%;
  }
}

.l-container.-type03 {
  width: 118rem;
}

@media screen and (max-width: 768px) {
  .l-container.-type03 {
    width: 90%;
  }
}

.l-container.-type04 {
  width: 99rem;
}

@media screen and (max-width: 768px) {
  .l-container.-type04 {
    width: 90%;
  }
}

.l-container.-type05 {
  width: 88rem;
}

@media screen and (max-width: 768px) {
  .l-container.-type05 {
    width: 90%;
  }
}

.l-container.-recruit {
  width: 111rem;
}

@media screen and (max-width: 768px) {
  .l-container.-recruit {
    width: 90%;
  }
}

.l-container.-column2 {
  display: flex;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  justify-content: space-between;
  row-gap: 5rem;
}

@media screen and (max-width: 768px) {
  .l-container.-column2 {
    flex-direction: column;
  }
}

.l-container.-column2 .l-container-inner {
  width: 61rem;
}

@media screen and (max-width: 768px) {
  .l-container.-column2 .l-container-inner {
    width: 100%;
  }
}

.l-container.-about {
  display: flex;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 5rem;
}

@media screen and (max-width: 768px) {
  .l-container.-about {
    flex-direction: column;
  }
}

.l-container.-about .l-container-inner {
  width: 61rem;
}

@media screen and (max-width: 768px) {
  .l-container.-about .l-container-inner {
    width: 100%;
  }
}

.l-container.-interview {
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-container.-interview {
    flex-direction: column-reverse;
  }
}

/*
   * object
   */
.c-title__rubi {
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-title__rubi {
    font-weight: 500;
  }
}

.c-title__top-title {
  display: flex;
  flex-direction: column;
}

.c-title__top-title.-about {
  margin: 0 auto;
  width: 30.2rem;
}

@media screen and (max-width: 768px) {
  .c-title__top-title.-about {
    width: 100%;
    margin: 0;
  }
}

.c-title__top-title.-thought {
  margin-left: 3.5rem;
}

@media screen and (max-width: 768px) {
  .c-title__top-title.-thought {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-title__top-title.-thought h3 {
    margin-bottom: 3rem;
  }
}

.c-title__top-text {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-title__top-text.-about {
    width: 30rem;
  }
}

.c-table__normal {
  width: 100%;
}

.c-table__normal table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.c-table__normal tr {
  display: flex;
  width: 100%;
}

.c-table__normal tr:not(:first-child) {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .c-table__normal tr:not(:first-child) {
    margin-top: 1rem;
  }
}

.c-table__normal th {
  width: 28rem;
  background-color: #00AA6E;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  padding: 1.5rem 2rem;
  border-radius: 1rem 0 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3rem;
}

@media screen and (max-width: 768px) {
  .c-table__normal th {
    width: 11rem;
    margin-right: 0.7rem;
    padding: 1.5rem;
  }
}

.c-table__normal td {
  background-color: #F6F6F6;
  padding: 2.8rem 4rem;
  line-height: 1.6;
  border-radius: 0 1rem 1rem 0;
  flex: 1;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .c-table__normal td {
    padding: 1.5rem;
  }
}

.c-list__news {
  width: 100%;
  border-bottom: #515151 solid 0.1rem;
  padding: 2.8rem 1rem 2.5rem 4rem;
}

@media screen and (max-width: 768px) {
  .c-list__news {
    padding: 2rem 0 1.5rem;
  }
}

.c-list__news-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-list__news-date p {
  font-size: 1.6rem;
  font-weight: 700;
  color: #00AA6E;
}

.c-list__news-wrapper {
  display: flex;
  gap: 3rem;
}

@media screen and (max-width: 768px) {
  .c-list__news-wrapper {
    flex-direction: column;
    gap: 0;
  }
}

.c-list__news-arrow {
  width: 4rem;
  height: 0.9rem;
  content: "";
  background-image: url(../img/common/icon_news-arrow.png);
  background-size: cover;
}

.c-list__machinery {
  width: 89.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-list__machinery {
    width: 100%;
  }
}

.c-list__machinery ul li {
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-list__machinery ul li {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.c-list__machinery ul li span {
  color: #00AA6E;
}

.c-mv__top {
  padding-top: 14rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-mv__top {
    padding-top: 0rem;
  }
}

.c-mv__top-image {
  width: 80.1vw;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .c-mv__top-image {
    width: 100%;
    margin: unset;
  }
}

.c-mv__top-title {
  position: absolute;
  left: 9vw;
  bottom: 9vw;
}

@media screen and (max-width: 768px) {
  .c-mv__top-title {
    top: 9.3rem;
    left: 2rem;
    bottom: unset;
  }
}

.c-mv__top-title h2 {
  font-size: 7rem;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 768px) {
  .c-mv__top-title h2 {
    font-size: 6rem;
  }
}

.c-mv__top-title p {
  margin-top: 1.5rem;
  font-size: 2.4rem;
  color: #000;
}

@media screen and (max-width: 768px) {
  .c-mv__top-title p {
    font-size: 2rem;
  }
}

.c-mv__second {
  width: 100vw;
  height: 24.3vw;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-mv__second {
    padding-top: 8rem;
    height: 28rem;
    margin-bottom: 22.8rem;
  }
}

@media screen and (max-width: 768px) {
  .c-mv__second.-archive {
    margin-bottom: 16rem;
  }
}

.c-mv__second-inner {
  position: absolute;
  background-color: rgba(0, 170, 110, 0.92);
  width: 76.3rem;
  min-height: 19.6rem;
  left: calc((100vw - 128rem) / 2 - 2rem);
  bottom: -6.5rem;
  padding: 3.5rem 3rem;
}

.c-mv__second-inner.-recruit {
  position: relative;
  width: 130rem;
  height: 14rem;
  min-height: unset;
  margin: 0 auto;
  display: flex;
  align-items: center;
  bottom: unset;
  left: unset;
  gap: 6.5rem;
}

@media screen and (max-width: 768px) {
  .c-mv__second-inner.-recruit {
    top: unset;
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 0.5rem;
    align-items: unset;
    position: absolute;
    top: 24.4rem;
  }
}

.c-mv__second-inner.-recruit h2 {
  font-size: 3.2rem;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .c-mv__second-inner.-recruit h2 {
    font-size: 2.4rem;
  }
}

.c-mv__second-inner.-recruit::after {
  top: 1rem;
  right: 2.7rem;
}

@media screen and (max-width: 768px) {
  .c-mv__second-inner {
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    left: unset;
    top: 24.4rem;
    padding: 2.7rem 2.5rem 3rem;
    min-height: 14rem;
  }
}

.c-mv__second-inner::after {
  content: "";
  background-image: url(../img/common/icon_mv.png);
  width: 14.9rem;
  height: 12rem;
  background-size: cover;
  position: absolute;
  top: 3.5rem;
  right: 3rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c-mv__second-inner::after {
    top: 1rem;
    right: 4rem;
  }
}

.c-mv__second-inner h2 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .c-mv__second-inner h2 {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
  }
}

.c-mv__second-inner p {
  color: #fff;
  position: relative;
  z-index: 2;
}

.c-mv__second-inner.-type02 {
  background-color: unset;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  right: unset;
}

@media screen and (max-width: 768px) {
  .c-mv__second-inner.-type02 {
    top: 10.4rem;
  }
}

.c-mv__second-inner.-type02 {
  width: -moz-max-content;
  width: max-content;
  max-width: 85.6rem;
}

@media screen and (max-width: 768px) {
  .c-mv__second-inner.-type02 {
    width: 90%;
  }
}

.c-mv__second-inner.-type02::after {
  background-image: unset;
}

.c-mv__second-inner.-type02 h2 {
  font-size: 3.2rem;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-mv__second-inner.-type02 h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

.c-mv__second-inner.-type02 p {
  font-weight: 700;
  color: #000;
}

.c-mv__second.-type02 {
  background-color: #ececec;
}

@media screen and (max-width: 768px) {
  .c-mv__second.-type02 {
    margin-bottom: 0;
    height: 39.4rem;
  }
}

.c-mv__third {
  margin-top: 16rem;
  margin-bottom: 14.3rem;
}

.c-mv__third.-location {
  position: relative;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .c-mv__third.-location {
    margin-bottom: 3.5rem;
  }
}

.c-mv__third.-location .-column2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .c-mv__third.-location .-column2 {
    position: relative;
    left: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
  }
}

@media screen and (max-width: 768px) {
  .c-mv__third {
    margin-top: 10.2rem;
    margin-bottom: 6.5rem;
  }
}

.c-mv__third-inner {
  margin-top: 5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-mv__third-inner {
    margin-top: 0;
    width: 100%;
  }
}

.c-mv__third-inner.-location {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .c-mv__third-inner.-location {
    margin-top: 0;
  }
}

.c-mv__third-inner.-location::after {
  left: 40rem;
}

@media screen and (max-width: 768px) {
  .c-mv__third-inner.-location::after {
    right: 4rem;
    left: unset;
  }
}

.c-mv__third-inner::after {
  content: "";
  background-image: url(../img/common/icon_bg.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  height: 15.4rem;
  width: 19.4rem;
  top: 0;
  left: 34rem;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .c-mv__third-inner::after {
    width: 9.7rem;
    height: 7.7rem;
    right: 4rem;
    left: unset;
    top: -1.5rem;
  }
}

.c-mv__third-inner h2 {
  color: #00AA6E;
}

@media screen and (max-width: 768px) {
  .c-mv__third-inner h2 {
    font-size: 2.4rem;
  }
}

.c-mv__third-inner h2 span {
  font-size: 1.8rem;
  font-weight: 500;
}

.c-mv__third-inner p {
  margin-top: 1.5rem;
}

.c-mv__third-image {
  width: 64rem;
  height: 28rem;
}

@media screen and (max-width: 768px) {
  .c-mv__third-image {
    width: 100%;
    height: auto;
  }
}

.c-mv__third-location-image {
  width: 96.8em;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-mv__third-location-image {
    margin-top: 0;
    width: 100%;
  }
}

.c-mv__interview {
  margin-top: 14.2rem;
}

@media screen and (max-width: 768px) {
  .c-mv__interview {
    margin-top: 8rem;
  }
}

.c-mv__interview-data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 50rem;
}

@media screen and (max-width: 768px) {
  .c-mv__interview-data {
    min-width: unset;
  }
}

.c-mv__interview-data p {
  color: #00AA6E;
  font-size: 1.8rem;
  font-weight: 500;
}

.c-mv__interview-data h2 {
  color: #00AA6E;
  font-size: 3.2rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-mv__interview-data h2 {
    font-size: 2.4rem;
  }
}

.c-mv__interview-image {
  width: 78rem;
  height: 28rem;
  flex-shrink: 0;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .c-mv__interview-image {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: auto;
    margin-bottom: 2rem;
    margin-top: 0;
  }
}

.c-mv__interview-image.pc-only img {
  border-radius: 2rem;
}

.c-mv__interview-inner {
  background-color: #00AA6E;
  padding: 2.2rem 0;
  width: 40.3vw;
  margin-left: calc(66rem - 50vw);
  position: relative;
}

.c-mv__interview-inner::after {
  content: "";
  background-image: url(../img/common/icon_mv.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10.7rem;
  width: 13.3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 5rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c-mv__interview-inner::after {
    right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .c-mv__interview-inner {
    width: 100%;
    margin-left: unset;
    margin-top: 2rem;
  }
}

.c-mv__interview-inner.-extend-left {
  width: auto;
  margin-left: calc((100vw - 118rem) / -2);
  padding-left: calc((100vw - 118rem) / 2);
  width: calc(100% + (100vw - 118rem) / 2);
}

@media screen and (max-width: 768px) {
  .c-mv__interview-inner.-extend-left {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.c-mv__interview-inner.-extend-left-bg {
  position: relative;
  width: auto;
  margin-left: calc((100vw - 118rem) / -2);
  padding-left: calc((100vw - 118rem) / 2);
  width: calc(100% + (100vw - 118rem) / 2);
}

.c-mv__interview-inner.-extend-left-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 170, 110, 0.1);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .c-mv__interview-inner.-extend-left-bg {
    margin-left: calc((100vw - 90%) / -2);
    padding-left: calc((100vw - 90%) / 2);
    width: calc(100% + (100vw - 90%) / 2);
  }
}

.c-mv__interview-inner.-extend-gradient {
  width: auto;
  margin-left: calc((100vw - 118rem) / -2);
  padding-left: calc((100vw - 118rem) / 2);
  width: calc(100% + (100vw - 118rem) / 2);
  background: linear-gradient(90deg, #00AA6E 0%, transparent 70%);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.c-mv__interview-inner.-extend-gradient .c-mv__interview-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}

@media screen and (max-width: 768px) {
  .c-mv__interview-inner.-extend-gradient {
    margin-left: calc((100vw - 90%) / -2);
    padding-left: calc((100vw - 90%) / 2);
    width: calc(100% + (100vw - 90%) / 2);
  }
}

.c-mv__interview-inner .c-mv__interview-wrapper.-extend-left {
  margin-left: calc((100vw - 118rem) / -2);
  padding-left: calc((100vw - 118rem) / 2);
  width: calc(100% + (100vw - 118rem) / 2);
  background-color: rgba(0, 170, 110, 0.05);
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .c-mv__interview-inner .c-mv__interview-wrapper.-extend-left {
    margin-left: calc((100vw - 90%) / -2);
    padding-left: calc((100vw - 90%) / 2);
    width: calc(100% + (100vw - 90%) / 2);
  }
}

.c-mv__interview-wrapper {
  display: flex;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .c-mv__interview-wrapper {
    width: 90%;
    margin: 0 auto;
  }
}

.-extend-left .c-mv__interview-wrapper .c-mv__interview-heading p,
.-extend-gradient .c-mv__interview-wrapper .c-mv__interview-heading p {
  font-weight: 700;
  color: #fff;
}

.-extend-left .c-mv__interview-wrapper .c-mv__interview-text p,
.-extend-gradient .c-mv__interview-wrapper .c-mv__interview-text p {
  color: #fff;
}

.c-mv__interview-heading {
  width: 7rem;
}

.c-mv__interview-heading p {
  color: #fff;
  font-weight: 700;
}

.c-mv__interview-text p {
  color: #fff;
}

.c-mv__interview.-extend-layout {
  overflow-x: hidden;
}

.c-mv__interview-wrapper.-extend-left.fade-up {
  transform: translateY(60px) translateX(-20px);
}

.c-mv__interview-wrapper.-extend-left.fade-up.is-visible {
  transform: translateY(0) translateX(0);
}

.c-pagenation .navigation.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: transparent;
}

.c-pagenation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .c-pagenation .nav-links {
    gap: 1.5rem;
  }
}

.c-pagenation .nav-links ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: unset !important;
  border: none;
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {
  .c-pagenation .nav-links ul {
    gap: 1.5rem;
    opacity: 1 !important;
    background-color: transparent;
  }
}

.c-pagenation .nav-links ul:hover {
  opacity: 1 !important;
}

.c-pagenation .nav-links li {
  margin: 0;
  padding: 0;
  background-color: transparent;
  list-style: none;
  opacity: 1 !important;
}

.c-pagenation .nav-links li:hover {
  opacity: 1 !important;
}

.c-pagenation .wp-pagenavi,
.c-pagenation .pagination {
  background-color: transparent !important;
}

.c-pagenation .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.6rem;
  transition: opacity 0.3s ease;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .c-pagenation .page-numbers {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}

.c-pagenation .page-numbers:not(.current):not(.prev):not(.next):not(.dots) {
  background-color: #C4E0D4;
  color: #00AA6E;
}

.c-pagenation .page-numbers:not(.current):not(.prev):not(.next):not(.dots):hover {
  opacity: 0.8;
}

.c-pagenation .page-numbers.current {
  background-color: #00AA6E;
  color: #fff;
  cursor: default;
}

.c-pagenation .page-numbers.current:hover {
  opacity: 1;
}

.c-pagenation .page-numbers.dots {
  background-color: transparent;
  color: #00AA6E;
  cursor: default;
}

.c-pagenation .page-numbers.dots:hover {
  opacity: 1;
}

.c-pagenation .page-numbers.prev,
.c-pagenation .page-numbers.next {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.c-pagenation .page-numbers.prev:hover,
.c-pagenation .page-numbers.next:hover {
  opacity: 1;
}

.c-pagenation .page-numbers.prev img,
.c-pagenation .page-numbers.next img {
  width: 5rem;
  height: 5rem;
  -o-object-fit: contain;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {

  .c-pagenation .page-numbers.prev img,
  .c-pagenation .page-numbers.next img {
    width: 4rem;
    height: 4rem;
  }
}

.c-pagenation .page-numbers.prev:hover img,
.c-pagenation .page-numbers.next:hover img {
  opacity: 0.7;
}

.c-button__link {
  position: relative;
  min-width: 21.5rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 6rem;
}

.c-button__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00AA6E;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  transition: all 0.3s ease;
  padding-left: 4.4rem;
  padding-right: 4.4rem;
}

.c-button__link a:hover {
  background-color: #fff;
  color: #00AA6E;
  border: 0.1rem solid #00AA6E;
  opacity: 1;
}

.c-button__link a:hover::before {
  opacity: 1;
}

.c-button__link a:hover::after {
  opacity: 1;
}

.c-button__link a::before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 0.1rem;
  width: 3.8rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.c-button__link a::after {
  content: "";
  background-image: url(../img/common/icon_arrow.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0.7rem;
  width: 4.3rem;
  right: -4.3rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.c-button__link.-white a {
  background-color: #fff;
  border: 0.1rem solid #00AA6E;
  color: #00AA6E;
  transition: all 0.3s ease;
}

.c-button__link.-white a:hover {
  background-color: #00AA6E;
  color: #fff;
  opacity: 1;
}

.c-button__link.-white a:hover::before {
  opacity: 1;
}

.c-button__link.-white a:hover::after {
  opacity: 1;
}

.c-button__link.-white a::before {
  background-color: #00AA6E;
}

.c-button__link-capacity {
  margin: 7.7rem auto 4rem;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-button__link-capacity {
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
}

.c-button__arrow a {
  font-weight: 500;
  color: #00AA6E;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 2rem 4.5rem 0 auto;
  position: relative;
}

.c-button__arrow a::after {
  content: "";
  background-image: url(../img/common/icon_arrow-small.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0.4rem;
  width: 4.2rem;
  right: -5.1rem;
  bottom: 0.8rem;
}

.c-button__arrow p {
  font-weight: 500;
  color: #00AA6E;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 2rem 4.5rem 0 auto;
  position: relative;
}

.c-button__arrow p::after {
  content: "";
  background-image: url(../img/common/icon_arrow-small.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0.4rem;
  width: 4.2rem;
  right: -5.1rem;
  bottom: 0.8rem;
}

.c-button__anchor {
  width: 20rem;
  height: 6rem;
  margin-bottom: 2.5rem;
  border-top: #00AA6E solid 0.1rem;
  border-left: #00AA6E solid 0.1rem;
  border-right: #00AA6E solid 0.4rem;
  border-bottom: #00AA6E solid 0.4rem;
}

@media screen and (max-width: 768px) {
  .c-button__anchor {
    width: 17rem;
    height: 5.2rem;
    margin-bottom: 3rem;
  }
}

.c-button__anchor-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-button__anchor-wrapper.-type02 {
  justify-content: start;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .c-button__anchor-wrapper.-type02 {
    gap: 1.5rem;
  }
}

.c-button__anchor a {
  display: flex;
  width: 20rem;
  height: 6rem;
  color: #00AA6E;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: transparent;
  transition: all 0.3s ease;
}

.c-button__anchor a:hover {
  background-color: #00AA6E;
  color: #fff;
  opacity: 1;
}

.c-button__anchor a:hover::after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .c-button__anchor a {
    width: 17rem;
    height: 5.2rem;
  }
}

.c-button__anchor a::after {
  content: "";
  background-image: url(../img/common/icon_arrow-under.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  height: 6.6rem;
  width: 0.9rem;
  right: 2.5rem;
  bottom: -2.5rem;
}

@media screen and (max-width: 768px) {
  .c-button__anchor a::after {
    width: 0.7rem;
    height: 5.6rem;
    right: 1.7rem;
  }
}

.c-button__access a {
  color: #00AA6E;
  text-decoration: underline;
  position: relative;
}

.c-button__access a::after {
  content: "";
  background-image: url(../img/common/icon_arrow-location.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0.6rem;
  width: 5.3rem;
  bottom: 1rem;
  right: -6.3rem;
  z-index: 1;
}

.c-button__access p {
  color: #00AA6E;
  text-decoration: underline;
  position: relative;
}

.c-button__access p::after {
  content: "";
  background-image: url(../img/common/icon_arrow-location.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0.6rem;
  width: 5.3rem;
  bottom: 1rem;
  right: -6.3rem;
  z-index: 1;
}

.c-cards__inner {
  display: flex;
  justify-content: space-between;
}

.c-cards__inner.-items2 {
  justify-content: unset;
}

@media screen and (max-width: 768px) {
  .c-cards__inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .c-cards__inner.-sp2column {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1rem;
  }
}

.c-cards__inner.-column2 {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .c-cards__inner.-column2 {
    row-gap: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .c-cards__inner.-column3 {
    gap: 5rem;
  }
}

.c-cards__link {
  width: 35.4rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  height: 100%;
}

.c-cards__link-image {
  width: 100%;
  height: 20rem;
}

.c-cards__link-heading {
  margin: 0 auto 1.3rem;
}

.c-cards__link-heading p {
  text-align: center;
  color: #00AA6E;
  font-size: 1.8rem;
  font-weight: 700;
}

.c-cards__link-wrapper {
  padding: 1.3rem 3.5rem 2.5rem;
  background-color: #fff;
  height: 100%;
}

.c-cards__link-wrapper.-type02 {
  padding: 1.3rem 1.5rem 2.5rem;
}

.c-cards__icon {
  width: 42rem;
}

@media screen and (max-width: 768px) {
  .c-cards__icon {
    width: 17.2rem;
  }
}

.c-cards__icon-image {
  width: 100%;
  height: 22rem;
}

@media screen and (max-width: 768px) {
  .c-cards__icon-image {
    height: 11.3rem;
  }
}

.c-cards__icon-heading {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .c-cards__icon-heading {
    margin-top: 0;
  }
}

.c-cards__icon-heading p {
  text-align: center;
  color: #515151;
  font-weight: 700;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .c-cards__icon-heading p {
    font-size: 1.6rem;
  }
}

.c-cards__circle {
  display: flex;
  width: 42rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  height: 100%;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.c-cards__circle-recruit {
  display: flex;
  width: 63rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  height: 100%;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c-cards__circle {
    width: 100%;
    margin-bottom: 2rem;
  }

  .c-cards__circle-recruit {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.c-cards__circle-wrapper {
  padding: 5.8rem 0 0 0;
}

@media screen and (max-width: 768px) {
  .c-cards__circle-wrapper {
    padding: 5rem 0 0;
  }
}

.c-cards__circle-image {
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
}

.c-cards__circle-heading {
  margin-top: 2rem;
}

.c-cards__circle-heading p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}

.c-cards__circle-text {
  padding: 2.2rem 1.8rem 4rem;
}

@media screen and (max-width: 768px) {
  .c-cards__circle-text {
    padding: 2rem;
  }
}

.c-cards__circle-text ul {
  list-style-type: disc;
}

.c-cards__circle-arrow {
  padding-bottom: 4.5rem;
  margin-left: auto;
  margin-right: 9.3rem;
}

.c-cards__circle.-type02 {
  justify-content: unset;
}

.c-cards__2column {
  width: 63rem;
  height: 13rem;
  border-radius: 1rem;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c-cards__2column {
    width: 100%;
    height: auto;
  }
}

.c-cards__2column-heading {
  border-bottom: 0.2rem solid #00AA6E;
  width: 63rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .c-cards__2column-heading {
    width: 100%;
  }
}

.c-cards__2column-heading p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #00AA6E;
}

.c-cards__2column-text {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .c-cards__2column-text {
    padding: 0 0.5rem 2rem;
  }
}

.c-cards__photo {
  width: 42rem;
  border-radius: 1rem;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  .c-cards__photo {
    width: 100%;
    margin-bottom: 5rem;
  }
}

.c-cards__photo-wrapper {
  padding: 1.4rem 3.5rem 2rem;
}

.c-cards__photo-heading {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.5rem;
}

.c-cards__4column {
  width: 30rem;
  border-radius: 1rem;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  .c-cards__4column {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.c-cards__4column-wrapper {
  padding: 1.7rem 2.5rem 2.5rem;
}

.c-cards__4column-heading {
  margin-bottom: 1.6rem;
}

.c-cards__4column-heading p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}

.c-cards__4column-text {
  margin-bottom: 3.5rem;
}

.c-breadcrumb {
  min-height: 5.4rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  color: #fff;
  padding: 1rem 0;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}

.c-breadcrumb span {
  font-size: 1.6rem;
  color: #fff;
}

.c-breadcrumb a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

.c-form__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .c-form__wrapper {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .c-form__heading {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin-bottom: 1rem;
  }
}

.c-form__heading p {
  font-weight: 700;
  color: #000;
}

.c-form__input {
  width: 73rem;
  height: 6rem;
  border: #747474 solid 0.1rem;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-form__input {
    width: 100%;
  }
}

.c-form__input:has(select)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid #000;
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c-form__input:has(select)::after {
    right: 2rem;
  }
}

.c-form__input p {
  display: block;
  height: 100%;
  position: relative;
}

.c-form__input p span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.c-form__input p span:has(select)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid #000;
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c-form__input p span:has(select)::after {
    right: 2rem;
  }
}

.c-form__input p span select {
  width: 100%;
  height: 100%;
  padding: 0 2.8rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding-right: 7rem;
}

@media screen and (max-width: 768px) {
  .c-form__input p span select {
    padding-right: 4rem;
  }
}

.c-form__input p span input {
  width: 100%;
  height: 100%;
  padding: 0 2.8rem;
}

.c-form__input.-cautionary .wpcf7-not-valid-tip {
  margin-top: 2.8rem;
}

.c-form__input--select {
  position: relative;
}

.c-form__input--select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid #000;
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c-form__input--select::after {
    right: 2rem;
  }
}

.c-form__input--select select {
  padding-right: 7rem !important;
}

@media screen and (max-width: 768px) {
  .c-form__input--select select {
    padding-right: 4rem !important;
  }
}

.c-form__cautionary {
  color: #00AA6E !important;
  font-weight: 400;
  font-size: 1.4rem;
}

.c-form__textarea {
  border: #747474 solid 0.1rem;
  border-radius: 1rem;
  width: 73rem;
}

@media screen and (max-width: 768px) {
  .c-form__textarea {
    width: 100%;
  }
}

.c-form__textarea p span {
  display: block;
  width: 100%;
  height: 100%;
}

.c-form__textarea p span textarea {
  width: 100%;
  height: 100%;
  padding: 1.6rem 2.8rem;
}

.c-form__consent {
  background-color: #f6f6f6;
  border: #00AA6E solid 0.1rem;
  border-bottom: #00AA6E solid 0.4rem;
  width: 60rem;
  min-height: 10rem;
  margin: 0 auto 8rem;
}

@media screen and (max-width: 768px) {
  .c-form__consent {
    width: 100%;
    min-height: unset;
    height: auto;
    margin-bottom: 5rem;
  }
}

.c-form__consent-inner {
  display: flex;
  padding: 2rem 0 1.5rem;
  gap: 2rem;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-form__consent-inner {
    flex-direction: column;
    justify-content: start;
    padding-left: 4rem;
  }
}

.c-form__consent-text {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .c-form__consent-text {
    padding: 0 4rem 3rem;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-form__consent-text {
    margin-bottom: 0;
  }
}

.c-form__consent-text p {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-form__consent-text p {
    text-align: left;
  }
}

.c-form__consent-text a {
  font-size: 1.4rem;
  color: #00AA6E;
  text-decoration: underline;
}

.c-form__check span {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-form__check span {
    margin-left: 0;
  }
}

.c-form__check input {
  width: 2rem;
  height: 2rem;
}

.c-form__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .c-form__button {
    width: 90vw;
  }
}

.c-form__button p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .c-form__button p {
    width: 100%;
  }
}

.c-form__button .wpcf7-submit {
  width: 60rem;
  height: 8rem;
  background: linear-gradient(to top, #017D51, #01E292);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media screen and (max-width: 768px) {
  .c-form__button .wpcf7-submit {
    width: 100%;
  }
}

.c-form__button .wpcf7-submit:hover {
  opacity: 0.9;
}

.c-form__button .wpcf7-submit:active {
  opacity: 0.8;
}

.c-form__button .wpcf7-submit:focus {
  outline: 2px solid #01E292;
  outline-offset: 2px;
}

.c-form__button .wpcf7-submit.has-spinner {
  position: relative;
}

.c-form__button .wpcf7-submit.has-spinner.wpcf7-submitting {
  pointer-events: none;
  opacity: 0.7;
}

.wpcf7-not-valid-tip {
  text-align: right;
  margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 1.4rem !important;
  }
}

.wpcf7 form.invalid .wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.6rem;
}

.p-section__link {
  background-color: #C4E0D4;
  margin-top: 0;
  padding: 10rem 0;
}

@media screen and (max-width: 768px) {
  .p-section__link {
    padding: 6rem 0;
  }
}

.p-section__gray {
  background-color: #F6F6F6;
  padding: 6.3rem 0;
}

@media screen and (max-width: 768px) {
  .p-section__about {
    margin-top: 7rem;
  }
}

.p-section__about-inner {
  position: relative;
}

.p-section__about-wrapper {
  width: 28rem;
  margin-top: 13rem;
}

@media screen and (max-width: 768px) {
  .p-section__about-wrapper {
    width: 100%;
    margin-top: 5rem;
  }
}

.p-section__about-contents {
  padding: 1.3rem 1.5rem 0;
}

.p-section__about-contents.-type02 {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .p-section__about-contents {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-section__about-image {
  width: 54.4rem;
  height: 29rem;
  margin-left: 0;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-section__about-image {
    width: 100%;
    height: auto;
    margin: 4rem 0 0 0;
  }
}

.p-section__about-image.-type02 {
  width: 28rem;
  height: 16.1rem;
  margin: unset;
}

@media screen and (max-width: 768px) {
  .p-section__about-image.-type02 {
    width: 100%;
    height: auto;
  }
}

.p-section__about-image.-left {
  width: 15.8rem;
  height: 15.8rem;
}

@media screen and (max-width: 768px) {
  .p-section__about-image.-left {
    width: 16.8rem;
    height: 16.8rem;
    margin-top: 1.5rem;
  }
}

.p-section__about-image.-right {
  width: 15.8rem;
  height: 15.8rem;
}

@media screen and (max-width: 768px) {
  .p-section__about-image.-right {
    width: 16.8rem;
    height: 16.8rem;
    margin-top: 1.5rem;
  }
}

.p-section__about-images {
  position: absolute;
  bottom: -7.9rem;
  right: 0;
  display: flex;
  gap: 1.8rem;
}

@media screen and (max-width: 768px) {
  .p-section__about-images {
    position: relative;
    bottom: unset;
    right: unset;
  }
}

.p-section__about-heading {
  margin-bottom: 1.5rem;
}

.p-section__about-heading p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}

.p-section__about-text {
  margin-bottom: 3.7rem;
}

@media screen and (max-width: 768px) {
  .p-section__about-text {
    margin-bottom: 3rem;
  }
}

.p-section__about-4column {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-section__about-4column {
    flex-direction: column;
  }
}

.p-section__bussiness {
  position: relative;
}

.p-section__bussiness::after {
  content: "";
  background-image: url(../img/common/icon_bg.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  height: 22.4rem;
  width: 27.7rem;
  top: -8rem;
  right: calc((100vw - 99rem) / 2);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-section__bussiness::after {
    display: none;
  }
}

.p-section__bussiness-inner {
  margin-top: 5.5rem;
  display: flex;
  justify-content: space-between;
  row-gap: 5rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .p-section__bussiness-inner {
    flex-direction: column;
  }
}

.p-section__bussiness-image {
  width: 48.6rem;
  height: 20.5rem;
  border-radius: 1rem;
}

.p-section__bussiness-image img {
  border-radius: 1rem;
}

.p-section__bussiness-image.-dummy {
  position: relative;
}

.p-section__bussiness-image.-dummy::after {
  content: "DUMMY";
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .p-section__bussiness-image {
    width: 100%;
    height: auto;
  }
}

.p-section__bussiness-heading {
  margin-bottom: 1.5rem;
}

.p-section__bussiness-heading p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}

.p-section__bussiness-contents {
  padding: 1.3rem 1.5rem 0;
}

@media screen and (max-width: 768px) {
  .p-section__bussiness-contents {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-section__bussiness-text {
  margin-bottom: 3.7rem;
}

@media screen and (max-width: 768px) {
  .p-section__bussiness-button {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.p-section__thought {
  position: relative;
}

.p-section__thought-text p {
  line-height: 1.875;
}

.p-section__thought-heading {
  margin-bottom: 2rem;
}

.p-section__thought-heading p {
  font-size: 3.2rem;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 768px) {
  .p-section__thought-heading {
    margin-bottom: 5rem;
  }
}

.p-section__thought-wrapper {
  width: 62rem;
  background-color: #fff;
  padding: 3rem 1.5rem 3rem 1rem;
  position: absolute;
  top: 14rem;
  left: 12vw;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-section__thought-wrapper {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    padding: 0;
  }
}

.p-section__thought-image {
  width: 51vw;
  height: 41.7vw;
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  .p-section__thought-image {
    width: 100%;
    height: 100%;
  }
}

.p-section__recruit-image {
  width: 54rem;
  height: 32.3rem;
  flex-shrink: 0;
}

.c-cards__photo-recruit-image {
  height: 16rem;
}

.c-cards__photo-recruit-image img {
  border-radius: 1rem 1rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-section__recruit-image {
    width: 100%;
    height: auto;
  }
}

.p-section__recruit-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-section__breadcrumb {
  background-color: #00AA6E;
  width: 100%;
  min-height: 5.4rem;
}

.p-section__news {
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-section__news.-type02 {
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-section__news {
    margin-top: 5rem;
  }
}

.p-section__news-inner {
  width: 98.9rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-section__news-inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-section__news-inner.-type02 {
    width: 90%;
  }
}

.p-section__news-button {
  margin: 5rem auto 0;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .p-section__news-button {
    margin-left: 0;
    margin-right: auto;
  }
}

.p-section__news::after {
  content: "";
  background-image: url(../img/common/icon_bg.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  height: 22.4rem;
  width: 27.7rem;
  top: -8rem;
  right: calc((100vw - 99rem) / 2);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-section__news::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-section__news h3 {
    margin-bottom: 4rem;
  }
}

.p-section__privacy-inner {
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 768px) {
  .p-section__privacy-title h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-section__privacy-title h3::before {
    top: -0.6rem;
  }
}

.p-section__privacy-text ul {
  padding-left: 1.6rem;
}

.p-section__privacy-text ul li {
  list-style-type: disc;
}

.p-section__privacy-heading {
  margin-bottom: 1rem;
}

.p-section__privacy-heading p {
  font-weight: 700;
}

.p-section__privacy-contact {
  margin-top: 3.5rem;
  margin-left: 1rem;
}

.p-section__privacy-contact p {
  color: #00AA6E;
}

.p-section__faq-inner {
  margin-bottom: 8rem;
}

.p-section__faq-wrapper {
  border: 1px solid #ddd;
  border-radius: 0.8rem;
  margin-bottom: 2rem;
  overflow: hidden;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.15);
}

.p-section__faq-question {
  display: flex;
  align-items: center;
  padding: 2rem;
  background-color: #f8f8f8;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-section__faq-question {
    padding: 1.5rem;
  }
}

.p-section__faq-question:hover {
  background-color: #efefef;
}

.p-section__faq-question-icon {
  padding-right: 2rem;
  color: #00AA6E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  flex-shrink: 0;
  border-right: 0.1rem solid #515151;
}

@media screen and (max-width: 768px) {
  .p-section__faq-question-icon {
    width: 3rem;
    height: 3rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
    padding-left: 1rem;
  }
}

.p-section__faq-question-icon p {
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-section__faq-question-icon p {
    font-size: 2.4rem;
  }
}

.p-section__faq-question-heading {
  flex: 1;
}

.p-section__faq-question-heading p {
  color: #00AA6E;
  font-weight: 700;
  font-size: 1.6rem;
}

.p-section__faq-toggle {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00AA6E;
  font-size: 2.4rem;
  font-weight: 700;
  margin-left: 2rem;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .p-section__faq-toggle {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2rem;
    margin-left: 1rem;
  }
}

.p-section__faq-answer {
  display: flex;
  padding: 2rem;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

@media screen and (max-width: 768px) {
  .p-section__faq-answer {
    padding: 1.5rem;
  }
}

.p-section__faq-answer.open {
  max-height: 500px;
  padding: 2rem;
}

.p-section__faq-answer.closed {
  max-height: 0;
  padding: 0 2rem;
}

.p-section__faq-answer-icon {
  color: #515151;
  padding-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  flex-shrink: 0;
  border-right: 0.1rem solid #515151;
}

@media screen and (max-width: 768px) {
  .p-section__faq-answer-icon {
    width: 3rem;
    height: 3rem;
    margin-right: 1.5rem;
  }
}

.p-section__faq-answer-icon p {
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-section__faq-answer-icon p {
    font-size: 2.4rem;
  }
}

.p-section__faq-answer-heading p {
  color: #333;
  line-height: 1.6;
}

.p-section__faq-answer-heading a {
  display: block;
  margin-top: 2.5rem;
  font-weight: 500;
  color: #00AA6E;
  text-decoration: underline;
}

.p-section__single {
  margin-top: 20rem;
}

@media screen and (max-width: 768px) {
  .p-section__single {
    margin-top: 13rem;
    margin-bottom: 8rem;
  }
}

.p-section__single-date {
  margin-bottom: 1.2rem;
}

.p-section__single-date p {
  font-size: 1.8rem;
  color: #00AA6E !important;
  font-weight: 700;
  margin-bottom: 0 !important;
}

.p-section__single-title {
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .p-section__single-title {
    margin-bottom: 5rem;
  }
}

.p-section__single-title h2 {
  font-size: 3.2rem !important;
  color: #000;
}

@media screen and (max-width: 768px) {
  .p-section__single-title h2 {
    font-size: 2.4rem !important;
  }
}

.p-section__single h2 {
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .p-section__single h2 {
    font-size: 1.8rem;
  }
}

.p-section__single p {
  color: #747474;
  margin-bottom: 5rem;
}

.p-section__single a {
  color: #00AA6E;
  text-decoration: underline;
}

.p-section__pagenation {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .p-section__pagenation {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

.p-section__inquiry-message {
  margin-bottom: 8rem;
}

.p-section__inquiry-message.-type02 p {
  color: #747474;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-section__inquiry-message.-type02 p {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .p-section__inquiry-message {
    margin-top: 21rem;
    margin-bottom: 5rem;
  }
}

.p-section__inquiry-message p {
  color: #B93C3C;
}

.p-section__inquiry-message-button {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-section__inquiry {
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-section__company {
    margin-top: 23rem;
    margin-bottom: 8rem;
  }
}

.p-section__message {
  position: relative;
}

.p-section__message-name {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .p-section__message-name {
    margin-top: 1.5rem;
  }
}

.p-section__message-name p {
  font-size: 3.2rem;
  font-family: "Noto Serif", serif;
  text-align: right;
  color: #000;
}

@media screen and (max-width: 768px) {
  .p-section__message-name p {
    font-size: 2.4rem;
  }
}

.p-section__message-name p span {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-section__message-name p span {
    font-size: 1.6rem;
  }
}

.p-section__message-inner {
  width: 53rem;
  position: absolute;
  left: calc((100vw - 128rem) / 2);
  bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .p-section__message-inner {
    position: relative;
    width: 90%;
    margin: 2.2rem auto 0;
    left: unset;
    bottom: unset;
  }
}

.p-section__message-inner p {
  color: #000;
}

.p-section__message-heading h4 {
  font-size: 3.2rem;
  font-weight: 500;
  color: #00AA6E;
  font-family: "Noto Serif", serif;
}

@media screen and (max-width: 768px) {
  .p-section__message-heading h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.p-section__message-heading h4::before {
  display: none;
}

.p-section__philosophy-heading {
  margin-bottom: 3rem;
}

.p-section__philosophy-heading p {
  font-size: 3.2rem;
  font-family: "Noto Serif", serif;
  color: #00AA6E;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-section__philosophy-heading p {
    font-size: 1.8rem;
  }
}

.p-section__philosophy-text p {
  text-align: center;
  color: #000;
}

.p-section__history-inner {
  position: relative;
}

.p-section__history-inner::after {
  content: "";
  background-image: url(../img/common/icon_bg.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30.2rem;
  width: 37.2rem;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-section__history-inner::after {
    width: 13.7rem;
    height: 10.9rem;
    top: -3rem;
  }
}

.p-section__history-item {
  display: flex;
  gap: 3rem;
  margin-bottom: 6rem;
}

.p-section__history-icon {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 1.4rem;
  background-color: #00AA6E;
  margin-top: 0.5rem;
  position: relative;
  flex-shrink: 0;
}

.p-section__history-icon.-type02::after {
  width: 0;
  height: 0;
}

.p-section__history-icon::after {
  position: absolute;
  content: "";
  height: 10rem;
  width: 0.2rem;
  background-color: #00AA6E;
  left: 1.3rem;
  bottom: -9.2rem;
}

@media screen and (max-width: 768px) {
  .p-section__history-icon::after {
    height: 13rem;
    bottom: -12rem;
  }
}

.p-section__history-date {
  font-size: 1.8rem;
  font-weight: 700;
  color: #00AA6E;
}

@media screen and (max-width: 768px) {
  .p-section__location {
    margin-top: 7rem;
  }
}

.p-section__location-image {
  width: 58rem;
  height: 34rem;
}

@media screen and (max-width: 768px) {
  .p-section__location-image {
    width: 100%;
    height: auto;
  }
}

.p-section__location-link {
  margin-top: 2rem;
}

.p-section__location-text {
  width: 64rem;
  margin-top: 2.5rem;
  background-color: #f6f6f6;
  padding: 1.8rem 3rem;
}

@media screen and (max-width: 768px) {
  .p-section__location-text {
    width: 100%;
    padding: 1.8rem 2.5rem;
  }
}

.p-section__location .-column2 {
  margin-bottom: 8rem;
}

.p-section__machinery-wrapper {
  width: 61rem;
}

@media screen and (max-width: 768px) {
  .p-section__machinery-wrapper {
    width: 100%;
  }
}

.p-section__machinery-heading h4 {
  margin-bottom: 1.5rem;
}

.p-section__machinery-text {
  margin-bottom: 4rem;
}

.p-section__machinery-item {
  background-color: #f6f6f6;
  padding: 1.5rem;
}

.p-section__machinery-feature p {
  color: #00AA6E;
  position: relative;
  margin-bottom: 1.2rem;
}

.p-section__machinery-feature p::after {
  content: "";
  height: 0.1rem;
  width: 50.8rem;
  border-bottom: #00AA6E dotted 0.1rem;
  position: absolute;
  top: 0.8rem;
  right: -0.5rem;
}

@media screen and (max-width: 768px) {
  .p-section__machinery-feature p::after {
    width: 25.8rem;
  }
}

.p-section__machinery-image {
  width: 61rem;
  height: 28rem;
  margin-bottom: 2rem;
}

.p-section__machinery-image img {
  border-radius: 1rem;
}

@media screen and (max-width: 768px) {
  .p-section__machinery-image {
    width: 100%;
    height: auto;
  }
}

.p-section__machinery-list ul {
  list-style-type: disc;
  margin-left: 2.5rem;
}

.p-section__machinery-bnr {
  width: 108.4rem;
  height: 17rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00AA6E;
  margin: 5rem auto 3rem;
}

@media screen and (max-width: 768px) {
  .p-section__machinery-bnr {
    width: 100%;
    height: 14.2rem;
  }
}

.p-section__machinery-bnr-inner {
  border: #fff solid 0.3rem;
  width: 105rem;
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-section__machinery-bnr-inner {
    width: 33rem;
    height: 12.3rem;
  }
}

.p-section__machinery-bnr-inner p {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-section__machinery-bnr-inner p {
    font-size: 2rem;
  }
}

.p-section__machinery-bnr-inner p span {
  font-size: 4.5rem;
}

@media screen and (max-width: 768px) {
  .p-section__machinery-bnr-inner p span {
    font-size: 2.4rem;
  }
}

.p-section__production-text {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .p-section__access {
    margin-bottom: 8rem;
  }
}

.p-section__access-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 5rem;
}

@media screen and (max-width: 768px) {
  .p-section__access-inner {
    flex-direction: column;
    row-gap: 3rem;
  }
}

.p-section__access-heading p {
  font-weight: 700;
  color: #000;
}

.p-section__access-heading.-type02 p {
  font-size: 1.8rem;
}

.p-section__access-heading.-type02 p span {
  color: #00AA6E;
}

.p-section__access-text {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.p-section__access-link {
  margin-bottom: 2.5rem;
}

.p-section__access-map {
  width: 64rem;
  height: 30rem;
  border-radius: 1rem;
}

@media screen and (max-width: 768px) {
  .p-section__access-map {
    width: 100%;
    height: 16rem;
  }
}

.p-section__access-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

.p-section__access-map.-type02 {
  width: 61rem;
  height: 28rem;
}

@media screen and (max-width: 768px) {
  .p-section__access-map.-type02 {
    width: 100%;
    height: 16.4rem;
  }
}

.p-section__access-bnr {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .p-section__ourbusiness {
    margin-top: 31rem;
  }
}

.p-section__ourbusiness-inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-section__ourbusiness-inner {
    flex-direction: column;
    row-gap: 5rem;
  }
}

.p-section__ourbusiness-wrapper {
  width: 61rem;
}

@media screen and (max-width: 768px) {
  .p-section__ourbusiness-wrapper {
    width: 100%;
  }
}

.p-section__ourbusiness-image {
  width: 61rem;
  height: 28rem;
  margin-bottom: 3rem;
  border-radius: 1rem;
}

.p-section__ourbusiness-image img {
  border-radius: 1rem;
}

@media screen and (max-width: 768px) {
  .p-section__ourbusiness-image {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
}

.p-section__ourbusiness-heading h4 {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-section__ourbusiness-heading h4 {
    margin-bottom: 2rem;
  }
}

.p-section__ourbusiness-theme {
  width: 70.4rem;
  height: 6rem;
  border: #00AA6E solid 0.3rem;
  margin: 6rem auto 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-section__ourbusiness-theme {
    width: 100%;
    height: 9.2rem;
  }
}

.p-section__ourbusiness-theme p {
  color: #00AA6E;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Noto Serif", serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-section__ourbusiness-theme p {
    font-size: 2.4rem;
  }
}

.p-section__ourbusiness-theme-text {
  margin-bottom: 5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-section__ourbusiness-theme-text {
    text-align: left;
  }
}

.p-section__feature h3 {
  margin-bottom: 3rem;
}

.p-section__feature-table {
  margin-top: 5rem;
}

.p-section__management {
  padding-bottom: 5rem;
}

.p-section__management-inner {
  display: flex;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .p-section__management-inner {
    flex-direction: column;
  }
}

.p-section__management.-type02 {
  margin-top: 6rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .p-section__management.-type02 {
    padding-bottom: 8rem;
  }
}

.p-section__management-image {
  width: 60rem;
  height: 28rem;
}

.p-section__management-image.-dummy {
  position: relative;
}

.p-section__management-image.-dummy::after {
  content: "DUMMY";
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .p-section__management-image {
    width: 100%;
    height: auto;
  }
}

.p-section__management-text {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-section__management-text {
    margin-bottom: 2rem !important;
  }
}

.p-section__management-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .p-section__management h3 {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-section__casestudy {
    margin-bottom: 8rem;
  }
}

.p-section__casestudy-detail {
  position: relative;
  border: #00AA6E solid 0.4rem;
  border-radius: 1rem;
  padding: 5rem 3rem 2rem;
}

@media screen and (max-width: 768px) {
  .p-section__casestudy-detail {
    padding: 4.5rem 1.3rem 2rem;
  }
}

.p-section__casestudy-detail.-type02::after {
  background-image: url(../img/works/img_management.png);
}

@media screen and (max-width: 768px) {
  .p-section__casestudy-detail.-type02::after {
    background-image: url(../img/works/img_management-sp.png);
  }
}

.p-section__casestudy-detail::after {
  content: "";
  background-image: url(../img/works/img_casestudy.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  height: 5.8rem;
  width: 37.5rem;
  top: -2.7rem;
  left: -0.4rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-section__casestudy-detail::after {
    width: 30rem;
    background-image: url(../img/works/img_casestudy-sp.png);
  }
}

.p-section__casestudy-detail-inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  -moz-column-gap: 10rem;
  column-gap: 10rem;
}

.p-section__casestudy-detail-item {
  position: relative;
  margin-left: 3.2rem;
}

@media screen and (max-width: 768px) {
  .p-section__casestudy-detail-item {
    margin-bottom: 1.5rem;
  }
}

.p-section__casestudy-detail-item::before {
  content: "";
  background-image: url(../img/works/icon_check.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  height: 3rem;
  width: 2.6rem;
  top: -0.5rem;
  left: -3.2rem;
  z-index: 1;
}

.p-section__casestudy-detail-item p {
  font-weight: 700;
  font-size: 1.8rem;
  color: #000;
}

@media screen and (max-width: 768px) {
  .p-section__casestudy-detail-item p {
    font-size: 1.6rem;
  }
}

.p-section__casestudy-studies {
  margin-top: 8rem;
}

.p-section__casestudy-inner {
  display: flex;
  gap: 6rem;
}

@media screen and (max-width: 768px) {
  .p-section__casestudy-inner {
    flex-direction: column-reverse;
    gap: 5rem;
  }
}

.p-section__casestudy-image {
  width: 58rem;
  height: 42.8rem;
}

@media screen and (max-width: 768px) {
  .p-section__casestudy-image {
    width: 100%;
    height: auto;
  }
}

.p-section__casestudy-heading {
  margin-bottom: 0.5rem;
}

.p-section__casestudy-heading p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}

.p-section__casestudy-heading p span {
  color: #00AA6E;
}

.p-section__casestudy-text {
  margin-bottom: 3rem;
}

.p-section__casestudy-text ul li {
  list-style-type: disc;
  margin-left: 2.2rem;
}

.p-section__management h3 {
  margin-bottom: 2.4rem;
}

.p-section__management-text {
  margin-bottom: 6rem;
}

.p-section__millingflow h3 {
  margin-bottom: 2.4rem;
}

.p-section__millingflow-text {
  margin-bottom: 6rem;
}

.p-section__millingflow-image {
  width: 107.3rem;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-section__millingflow-image {
    width: 100%;
    height: auto;
  }
}

.p-section__millingflow-traceability {
  margin-top: 8rem;
}

.p-section__recrutmessage {
  margin-top: 23rem;
}

.p-section__recrutmessage-heading {
  margin-bottom: 1.5rem;
}

.p-section__recrutmessage-heading p {
  color: #00AA6E;
  font-family: "Noto Serif", serif;
  font-size: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-section__recrutmessage-heading p {
    font-size: 2.4rem;
  }
}

.p-section__recrutmessage-text p {
  text-align: center;
  color: #000;
}

@media screen and (max-width: 768px) {
  .p-section__recrutmessage-text p {
    text-align: left;
  }
}

.p-section__requirements h3 {
  margin-bottom: 1.5rem;
}

.p-section__requirements-flow-image {
  width: 114.3rem;
  height: 24.9rem;
  margin: 5rem auto 0;
}

@media screen and (max-width: 768px) {
  .p-section__requirements-flow-image {
    width: 100%;
    height: auto;
  }
}

.p-section__interview-main-inner {
  margin-bottom: 5.5rem;
}

.p-section__interview-main-image {
  width: 61rem;
  height: 24.4rem;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .p-section__interview-main-image {
    width: 100%;
    height: auto;
  }
}

.p-section__interview-main-image img {
  border-radius: 2rem;
}

.p-section__interview-main-wrapper {
  display: flex;
  gap: 3rem;
}

@media screen and (max-width: 768px) {
  .p-section__interview-main-wrapper {
    flex-direction: column;
  }
}

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

.sp-only {
  display: none !important;
}

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

.mt0 {
  margin-top: 0;
}

.mb5 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .mb5-sp {
    margin-bottom: 5rem;
  }
}

.mb0 {
  margin-bottom: 0;
}

.mb4 {
  margin-bottom: 2rem;
}

.fwrap {
  flex-wrap: wrap;
}

.rgap3 {
  row-gap: 3rem !important;
}

@media screen and (max-width: 768px) {
  .rgap3-sp {
    row-gap: 3rem !important;
  }
}

.rgap0 {
  row-gap: 0 !important;
}

.font18 {
  font-size: 1.8rem;
}

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

@media screen and (max-width: 768px) {
  .text-center {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .-reverse {
    flex-direction: column-reverse !important;
  }
}

.font-green {
  color: #00AA6E;
}

.br1 {
  border-radius: 1rem;
}

.br1 img {
  border-radius: 1rem;
}

/* ==============================================
   スクロールアニメーション用CSS
   ============================================== */
/* 基本的なフェードアップアニメーション */
.fade-up {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* より軽いアニメーション（モバイル用） */
@media screen and (max-width: 768px) {
  .fade-up {
    transform: translateY(40px);
    transition-duration: 0.6s;
  }
}

/* アニメーション遅延クラス */
.fade-up-delay-1 {
  transition-delay: 0.1s;
}

.fade-up-delay-2 {
  transition-delay: 0.2s;
}

.fade-up-delay-3 {
  transition-delay: 0.3s;
}

.fade-up-delay-4 {
  transition-delay: 0.4s;
}

.fade-up-delay-5 {
  transition-delay: 0.5s;
}

/* 左からのアニメーション（オプション） */
.fade-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* 右からのアニメーション（オプション） */
.fade-right {
  opacity: 0;
  transform: translateX(60px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* 拡大アニメーション（オプション） */
.fade-scale {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-scale.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* プリロード時の非表示（フラッシュ防止） */
.js-loading .fade-up,
.js-loading .fade-left,
.js-loading .fade-right,
.js-loading .fade-scale {
  opacity: 0;
}

/* 縮小されたプリファ動 */
@media (prefers-reduced-motion: reduce) {

  .fade-up,
  .fade-left,
  .fade-right,
  .fade-scale {
    transition: none;
    opacity: 1;
    transform: none;
  }
}

/* 上に戻るボタンのスタイル */
.c-scroll-to-top {
  position: fixed;
  bottom: 6rem;
  right: 6rem;
  width: 7rem;
  height: 7rem;
  background-color: #00AA6E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(2rem);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1000;
}

.c-scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.c-scroll-to-top:hover {
  background-color: #008A5A;
  transform: translateY(-0.2rem);
}

.c-scroll-to-top:active {
  transform: translateY(0);
}

/* 上向き矢印アイコン */
.c-scroll-to-top::before {
  content: "";
  width: 2rem;
  height: 2rem;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
  transform: rotate(-45deg);
}

/* スマホでは非表示（既存のpc-onlyクラスを活用） */
@media screen and (max-width: 768px) {
  .c-scroll-to-top {
    display: none !important;
  }
}

/* アクセシビリティ: フォーカス時のスタイル */
.c-scroll-to-top:focus {
  outline: 0.2rem solid #fff;
  outline-offset: 0.2rem;
}

/* モーション低減設定時はアニメーションを無効化 */
@media (prefers-reduced-motion: reduce) {
  .c-scroll-to-top {
    transition: none;
    transform: none;
  }

  .c-scroll-to-top.show {
    transform: none;
  }

  .c-scroll-to-top:hover {
    transform: none;
  }
}

/*# sourceMappingURL=styles.css.map */