@charset "UTF-8";
.wrapper {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto;
  max-width: 100%;
  overflow-x: hidden;
}

.inner {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

.contents-inner {
  margin-inline: auto;
  max-width: 1200px;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

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

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

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

/* .no-reset クラス内ではリセットを適用しない */
/* ============================================ */
.no-reset * {
  border-style: initial;
  border-width: initial;
  min-width: initial;
}

/* 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* 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;
}

.no-reset p,
.no-reset table,
.no-reset blockquote,
.no-reset address,
.no-reset pre,
.no-reset iframe,
.no-reset form,
.no-reset figure,
.no-reset dl {
  margin: revert;
}

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

.no-reset h1,
.no-reset h2,
.no-reset h3,
.no-reset h4,
.no-reset h5,
.no-reset h6 {
  font-size: revert;
  font-weight: revert;
  margin: revert;
}

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

.no-reset ul,
.no-reset ol {
  list-style: revert;
  margin: revert;
  padding: revert;
}

/* 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 {
  border-top-width: 1px;
  box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
}

/**
 * 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;
  color: inherit;
  text-decoration: none;
}

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

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

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-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;
}

.button {
  background: linear-gradient(to right, #797b7a, #333333);
  color: #fff;
  display: inline-block;
  height: 6rem;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
  width: 25.7rem;
}
@media (max-width: 767px) {
  .button {
    height: 5rem;
    max-width: 25.7rem;
    width: 100%;
  }
}
.button:hover {
  opacity: 0.8;
}
.button:hover::after {
  width: 6rem;
}
@media (max-width: 767px) {
  .button:hover::after {
    width: 4.5rem;
  }
}
.button::after {
  background: #fff;
  content: "";
  display: block;
  height: 0.2rem;
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  transition: width 0.3s ease;
  width: 4rem;
}
@media (max-width: 767px) {
  .button::after {
    width: 3rem;
  }
}

.button__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  left: 2.3rem;
  letter-spacing: 0.16rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .button__text {
    font-size: 1.4rem;
    left: 2rem;
    letter-spacing: 0.14rem;
  }
}

.button--green {
  background: linear-gradient(to right, #35c083, #058a4f);
}

.button--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  display: block;
  gap: 2rem;
  text-align: center;
}

.section-heading__title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 4.8rem;
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .section-heading__title {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.section-heading__title::before {
  background: #D9D9DB;
  bottom: 0;
  content: "";
  height: 0.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 10rem;
}
@media (max-width: 767px) {
  .section-heading__title::before {
    height: 0.3rem;
    width: 7rem;
  }
}
.section-heading__title::after {
  background: #069D5A;
  bottom: 0;
  content: "";
  height: 0.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-100%);
  width: 5rem;
}
@media (max-width: 767px) {
  .section-heading__title::after {
    height: 0.3rem;
    width: 3.5rem;
  }
}

html {
  font-size: 10px;
}
@media (max-width:1440px) and (min-width:768px) {
  html {
    font-size: max(6.5px, 0.6944444444vw);
  }
}
@media (max-width:767px) and (min-width:320px) {
  html {
    font-size: 2.6666666667vw;
  }
}

.dn {
  -o-object-fit: cover;
  display: none !important;
  height: auto;
     object-fit: cover;
}

.page__contents {
  margin: 50px 0;
  margin: 5rem 0;
}

.page__wrapper {
  line-height: 1.75;
  margin: 0 auto;
  max-width: 100%;
  width: 1200px;
}
.page__wrapper html,
.page__wrapper address,
.page__wrapper blockquote,
.page__wrapper body,
.page__wrapper dd,
.page__wrapper div,
.page__wrapper dl,
.page__wrapper dt,
.page__wrapper fieldset,
.page__wrapper form,
.page__wrapper frame,
.page__wrapper frameset,
.page__wrapper h1,
.page__wrapper h2,
.page__wrapper h3,
.page__wrapper h4,
.page__wrapper h5,
.page__wrapper h6,
.page__wrapper noframes,
.page__wrapper ol,
.page__wrapper p,
.page__wrapper ul,
.page__wrapper center,
.page__wrapper dir,
.page__wrapper hr,
.page__wrapper menu,
.page__wrapper pre {
  display: block;
  unicode-bidi: embed;
}
.page__wrapper li {
  display: list-item;
}
.page__wrapper head {
  display: none;
}
.page__wrapper table {
  display: table;
}
.page__wrapper tr {
  display: table-row;
}
.page__wrapper thead {
  display: table-header-group;
}
.page__wrapper tbody {
  display: table-row-group;
}
.page__wrapper tfoot {
  display: table-footer-group;
}
.page__wrapper col {
  display: table-column;
}
.page__wrapper colgroup {
  display: table-column-group;
}
.page__wrapper td,
.page__wrapper th {
  display: table-cell;
}
.page__wrapper caption {
  display: table-caption;
}
.page__wrapper th {
  font-weight: bolder;
  text-align: center;
}
.page__wrapper caption {
  text-align: center;
}
.page__wrapper body {
  margin: 8px;
}
.page__wrapper h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.page__wrapper h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
.page__wrapper h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
.page__wrapper h4,
.page__wrapper p,
.page__wrapper blockquote,
.page__wrapper ul,
.page__wrapper fieldset,
.page__wrapper form,
.page__wrapper ol,
.page__wrapper dl,
.page__wrapper dir,
.page__wrapper menu {
  margin: 1.12em 0;
}
.page__wrapper h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}
.page__wrapper h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}
.page__wrapper h1,
.page__wrapper h2,
.page__wrapper h3,
.page__wrapper h4,
.page__wrapper h5,
.page__wrapper h6,
.page__wrapper b,
.page__wrapper strong {
  font-weight: bolder;
}
.page__wrapper blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
.page__wrapper i,
.page__wrapper cite,
.page__wrapper em,
.page__wrapper var,
.page__wrapper address {
  font-style: italic;
}
.page__wrapper pre,
.page__wrapper tt,
.page__wrapper code,
.page__wrapper kbd,
.page__wrapper samp {
  font-family: monospace;
}
.page__wrapper pre {
  white-space: pre;
}
.page__wrapper button,
.page__wrapper textarea,
.page__wrapper input,
.page__wrapper select {
  display: inline-block;
}
.page__wrapper big {
  font-size: 1.17em;
}
.page__wrapper small,
.page__wrapper sub,
.page__wrapper sup {
  font-size: 0.83em;
}
.page__wrapper sub {
  vertical-align: sub;
}
.page__wrapper sup {
  vertical-align: super;
}
.page__wrapper table {
  border-spacing: 2px;
}
.page__wrapper thead,
.page__wrapper tbody,
.page__wrapper tfoot {
  vertical-align: middle;
}
.page__wrapper td,
.page__wrapper th,
.page__wrapper tr {
  vertical-align: inherit;
}
.page__wrapper s,
.page__wrapper strike,
.page__wrapper del {
  text-decoration: line-through;
}
.page__wrapper hr {
  border: 1px inset;
}
.page__wrapper ol,
.page__wrapper ul,
.page__wrapper dir,
.page__wrapper menu,
.page__wrapper dd {
  margin-left: 40px;
}
.page__wrapper ol {
  list-style-type: decimal;
}
.page__wrapper ol ul,
.page__wrapper ul ol,
.page__wrapper ul ul,
.page__wrapper ol ol {
  margin-bottom: 0;
  margin-top: 0;
}
.page__wrapper u,
.page__wrapper ins {
  text-decoration: underline;
}
.page__wrapper br:before {
  content: "\a";
  white-space: pre-line;
}
.page__wrapper center {
  text-align: center;
}
.page__wrapper :link,
.page__wrapper :visited {
  text-decoration: underline;
}
.page__wrapper :focus {
  outline: thin dotted invert;
}
.page__wrapper {
  /* Begin bidirectionality settings (do not change) */
}
.page__wrapper BDO[DIR=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.page__wrapper BDO[DIR=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.page__wrapper *[DIR=ltr] {
  direction: ltr;
  unicode-bidi: embed;
}
.page__wrapper *[DIR=rtl] {
  direction: rtl;
  unicode-bidi: embed;
}
@media print {
  .page__wrapper h1 {
    page-break-before: always;
  }
  .page__wrapper h1,
  .page__wrapper h2,
  .page__wrapper h3,
  .page__wrapper h4,
  .page__wrapper h5,
  .page__wrapper h6 {
    page-break-after: avoid;
  }
  .page__wrapper ul,
  .page__wrapper ol,
  .page__wrapper dl {
    page-break-before: avoid;
  }
}
.page__wrapper ul li {
  list-style-type: disc !important;
}
.page__wrapper ol li {
  list-style-type: decimal !important;
}

.header {
  background: rgba(6, 157, 90, 0.8);
  height: 11.2rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 767px) {
  .header {
    height: 6rem;
  }
}

.header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 144rem;
  padding: 0 4.2rem;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .header__inner {
    justify-content: space-between;
    max-width: 100%;
    padding: 0 1.5rem;
  }
}

.header__logo {
  flex-shrink: 0;
}

.header__logo-link {
  align-items: center;
  display: flex;
  gap: 1rem;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .header__logo-link {
    gap: 0.8rem;
  }
}
.header__logo-link:hover {
  opacity: 0.8;
}

.header__logo-image {
  -o-object-fit: contain;
  height: 4.1rem;
     object-fit: contain;
  width: 4.1rem;
}
@media (max-width: 767px) {
  .header__logo-image {
    height: 3rem;
    width: 3rem;
  }
}

.header__logo-text {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media (max-width: 767px) {
  .header__logo-text {
    gap: 0.2rem;
  }
}

.header__logo-title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .header__logo-title {
    font-size: 0.8rem;
  }
}
.header__logo-title span {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .header__logo-title span {
    font-size: 1.6rem;
  }
}

.header__logo-license {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .header__logo-license {
    font-size: 0.7rem;
  }
}

.header__nav {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
    margin-left: 0;
  }
}

.header__menu {
  display: flex;
  gap: 5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__menu-item {
  position: relative;
}

.header__menu-link {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: opacity 0.3s;
}
.header__menu-link:hover {
  opacity: 0.8;
}

.header__menu-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
  line-height: 1;
  margin-bottom: 0.8rem;
  white-space: nowrap;
}

.header__menu-subtext {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 1;
  white-space: nowrap;
}

.header__instagram {
  flex-shrink: 0;
  height: 4.3rem;
  margin-left: 6.7rem;
  width: 4.3rem;
}
@media (max-width: 767px) {
  .header__instagram {
    height: 3rem;
    margin-left: auto;
    margin-right: 1.5rem;
    width: 3rem;
  }
}

.header__instagram a {
  display: block;
  height: 100%;
  width: 100%;
}
.header__instagram a:hover img {
  opacity: 0.8;
}

.header__instagram img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  transition: opacity 0.3s;
  width: 100%;
}

.header__hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  height: 2.4rem;
  padding: 0;
  position: relative;
  width: 3rem;
  z-index: 1001;
}
@media (max-width: 767px) {
  .header__hamburger {
    display: block;
  }
}
.header__hamburger.is-active .header__hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header__hamburger.is-active .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active .header__hamburger-line:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.header__hamburger-line {
  background: #fff;
  height: 0.3rem;
  left: 0;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}
.header__hamburger-line:nth-child(1) {
  top: 0;
}
.header__hamburger-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header__hamburger-line:nth-child(3) {
  bottom: 0;
}

.header__drawer {
  background: rgba(6, 157, 90, 0.95);
  height: calc(100vh - 6rem);
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 6rem;
  transform: translateX(100%);
  transition: transform 0.3s;
  width: 28rem;
  z-index: 1000;
}
.header__drawer.is-active {
  transform: translateX(0);
}

.header__drawer-nav {
  padding: 3rem 2rem;
}

.header__drawer-menu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__drawer-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 2rem;
}

.header__drawer-link {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-decoration: none;
  transition: opacity 0.3s;
}
.header__drawer-link:hover {
  opacity: 0.7;
}

.header__drawer-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
  line-height: 1;
}

.header__drawer-subtext {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 1;
}

.footer {
  background-color: #ffffff;
  padding-top: 5.4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 4rem;
  }
}

.footer__inner {
  position: relative;
}

.footer__logo {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin: 0 auto 1.3rem;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .footer__logo {
    gap: 0.8rem;
    margin-bottom: 2rem;
  }
}

.footer__logo-image {
  -o-object-fit: contain;
  height: 5.4rem;
     object-fit: contain;
  width: 5.4rem;
}
@media (max-width: 767px) {
  .footer__logo-image {
    height: 4rem;
    width: 4rem;
  }
}

.footer__logo-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media (max-width: 767px) {
  .footer__logo-text-wrapper {
    gap: 0.2rem;
  }
}

.footer__logo-text {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .footer__logo-text {
    font-size: 1.6rem;
  }
}

.footer__logo-license {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .footer__logo-license {
    font-size: 0.7rem;
  }
}

.footer__contact {
  margin-bottom: 3.7rem;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__contact {
    margin-bottom: 2rem;
  }
}

.footer__address {
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .footer__address {
    font-size: 1.2rem;
  }
}

.footer__tel {
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .footer__tel {
    font-size: 1.2rem;
  }
}

.footer__tel-link {
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer__tel-link:hover {
  opacity: 0.7;
}

.footer__nav-wrapper {
  align-items: center;
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .footer__nav-wrapper {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2.5rem;
  }
}

.footer__nav-list {
  align-items: center;
  display: flex;
  gap: 5rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer__nav-list {
    flex-wrap: wrap;
    gap: 2rem 3rem;
  }
}

.footer__nav-item {
  list-style: none;
}

.footer__nav-link {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .footer__nav-link {
    gap: 0.3rem;
  }
}
.footer__nav-link:hover {
  opacity: 0.7;
}

.footer__nav-label {
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 767px) {
  .footer__nav-label {
    font-size: 1.3rem;
  }
}

.footer__nav-en {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media (max-width: 767px) {
  .footer__nav-en {
    font-size: 0.9rem;
  }
}

.footer__social {
  align-items: center;
  display: flex;
}

.footer__social-link {
  display: block;
  height: 4.3rem;
  transition: opacity 0.3s;
  width: 4.3rem;
}
@media (max-width: 767px) {
  .footer__social-link {
    height: 3.5rem;
    width: 3.5rem;
  }
}
.footer__social-link:hover {
  opacity: 0.7;
}

.footer__social-icon {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.footer__copyright {
  background-color: #069D5A;
  padding: 1rem 0;
  width: 100%;
}
@media (max-width: 767px) {
  .footer__copyright {
    padding: 0.8rem 0;
  }
}

.footer__copyright-text {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__copyright-text {
    font-size: 0.9rem;
  }
}

.home {
  background-color: #fff;
}

.home-section {
  padding: 10rem 0 12rem;
}
@media (max-width: 767px) {
  .home-section {
    padding: 6rem 0 8rem;
  }
}

.home-section__inner {
  margin: 0 auto;
  max-width: 120rem;
}

.home-section__grid {
  display: grid;
  gap: 4rem 3.2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .home-section__grid {
    gap: 3rem 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .home-section__grid {
    gap: 3rem;
    grid-template-columns: 1fr;
  }
}

.home-card {
  background-color: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-card:hover {
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.15);
  transform: translateY(-0.4rem);
}

.home-card__link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.home-card__image {
  height: 20rem;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .home-card__image {
    height: 18rem;
  }
}
.home-card__image img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}
.home-card:hover .home-card__image img {
  transform: scale(1.05);
}

.home-card__content {
  padding: 2.4rem 2rem 2.8rem;
}
@media (max-width: 767px) {
  .home-card__content {
    padding: 2rem 1.6rem 2.4rem;
  }
}

.home-card__meta {
  align-items: center;
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .home-card__meta {
    gap: 1rem;
    margin-bottom: 1rem;
  }
}

.home-card__category {
  background-color: #069D5A;
  border-radius: 0.4rem;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.4rem 1.2rem;
}
@media (max-width: 767px) {
  .home-card__category {
    font-size: 1.1rem;
    padding: 0.3rem 1rem;
  }
}

.home-card__date {
  color: #666;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .home-card__date {
    font-size: 1.2rem;
  }
}

.home-card__title {
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .home-card__title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.home-card__excerpt {
  color: #666;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .home-card__excerpt {
    font-size: 1.3rem;
  }
}

.home-section__no-posts {
  color: #666;
  font-size: 1.6rem;
  padding: 8rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .home-section__no-posts {
    font-size: 1.4rem;
    padding: 6rem 0;
  }
}

.home .navigation.pagination {
  margin-top: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .home .navigation.pagination {
    margin-top: 4rem;
  }
}

.archive {
  background-color: #fff;
}

.archive-section {
  padding: 10rem 0 12rem;
}
@media (max-width: 767px) {
  .archive-section {
    padding: 6rem 0 8rem;
  }
}

.archive-section__inner {
  margin: 0 auto;
  max-width: 120rem;
}

.archive-section__grid {
  display: grid;
  gap: 4rem 3.2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .archive-section__grid {
    gap: 3rem 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .archive-section__grid {
    gap: 3rem;
    grid-template-columns: 1fr;
  }
}

.archive-card {
  background-color: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.archive-card:hover {
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.15);
  transform: translateY(-0.4rem);
}

.archive-card__link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.archive-card__image {
  height: 20rem;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .archive-card__image {
    height: 18rem;
  }
}
.archive-card__image img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}
.archive-card:hover .archive-card__image img {
  transform: scale(1.05);
}

.archive-card__content {
  padding: 2.4rem 2rem 2.8rem;
}
@media (max-width: 767px) {
  .archive-card__content {
    padding: 2rem 1.6rem 2.4rem;
  }
}

.archive-card__meta {
  align-items: center;
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .archive-card__meta {
    gap: 1rem;
    margin-bottom: 1rem;
  }
}

.archive-card__category {
  background-color: #069D5A;
  border-radius: 0.4rem;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.4rem 1.2rem;
}
@media (max-width: 767px) {
  .archive-card__category {
    font-size: 1.1rem;
    padding: 0.3rem 1rem;
  }
}

.archive-card__date {
  color: #666;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .archive-card__date {
    font-size: 1.2rem;
  }
}

.archive-card__title {
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .archive-card__title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.archive-card__excerpt {
  color: #666;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .archive-card__excerpt {
    font-size: 1.3rem;
  }
}

.archive-section__no-posts {
  color: #666;
  font-size: 1.6rem;
  padding: 8rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .archive-section__no-posts {
    font-size: 1.4rem;
    padding: 6rem 0;
  }
}

.navigation.pagination {
  margin-top: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .navigation.pagination {
    margin-top: 4rem;
  }
}

.nav-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
}

.page-numbers {
  align-items: center;
  border: 0.1rem solid #ddd;
  border-radius: 0.4rem;
  color: #333;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  height: 4rem;
  justify-content: center;
  letter-spacing: 0.04em;
  min-width: 4rem;
  padding: 0.8rem 1.2rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .page-numbers {
    font-size: 1.3rem;
    height: 3.6rem;
    min-width: 3.6rem;
    padding: 0.6rem 1rem;
  }
}
.page-numbers:hover {
  background-color: #EAF7F1;
  border-color: #069D5A;
  color: #069D5A;
}
.page-numbers.current {
  background-color: #069D5A;
  border-color: #069D5A;
  color: #fff;
}
.page-numbers.prev, .page-numbers.next {
  padding: 0.8rem 1.6rem;
}
@media (max-width: 767px) {
  .page-numbers.prev, .page-numbers.next {
    padding: 0.6rem 1.2rem;
  }
}
.page-numbers.dots {
  border: none;
  cursor: default;
}
.page-numbers.dots:hover {
  background-color: transparent;
  border-color: transparent;
  color: #333;
}

/* 全体のコンテンツエリア */
.content-area {
  margin: 0 auto;
  max-width: 1000px;
  max-width: 100rem;
  width: 100%;
}

/* 記事のコンテンツ */
.content-area__article {
  padding: 30px;
  padding: 3rem;
}
@media (max-width: 767px) {
  .content-area__article {
    padding: 30px 0 50px;
    padding: 3rem 0 5rem;
  }
}

/* エントリーヘッダー */
.content-area__category {
  background: #600;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 0;
  padding: 0.8rem 0;
  text-align: center;
  width: 100px;
  width: 10rem;
}
.content-area__category a {
  text-decoration: none !important;
}

.content-area__date {
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .content-area__date {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* 記事のタイトル */
.content-area__title {
  font-size: 32px !important;
  font-size: 3.2rem !important;
  font-weight: bold;
  margin-top: 12px !important;
  margin-top: 1.2rem !important;
  overflow-wrap: break-word; /* 長い単語を強制的に折り返す */
  word-break: break-word; /* 長い単語を強制的に折り返す */
}
@media (max-width: 767px) {
  .content-area__title {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
}

/* エントリーコンテンツ */
.content-area__content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 50px 0;
  margin: 5rem 0;
  overflow-wrap: break-word; /* 長い単語を強制的に折り返す */
  word-break: break-word; /* 長い単語を強制的に折り返す */
}
@media (max-width: 767px) {
  .content-area__content {
    margin-top: 30px;
    margin-top: 3rem;
  }
}

/* エントリーフッター */
.content-area__footer {
  margin-top: 20px;
  margin-top: 2rem;
  text-align: center;
}

/* カスタムナビゲーション */
.post-navigation {
  margin-top: 20px;
  margin-top: 2rem;
}

.post-navigation__prev a {
  background-color: #A41839;
  color: #fff;
  display: inline-block;
  min-width: 200px;
  min-width: 20rem;
  padding: 10px 20px;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: background-color 0.3s;
}
.post-navigation__prev a:visited {
  text-decoration: none;
}

/* 投稿ページの本文に流体フォントを効かせない */
.single .content-area__content {
  font-size: 16px;
}

.single .content-area__content * {
  font-size: inherit;
}

.error-page {
  padding: 8rem 0 12rem;
}
@media (max-width: 767px) {
  .error-page {
    padding: 6rem 0 8rem;
  }
}

.error-page__inner {
  position: relative;
}

.error-page__container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  max-width: 80rem;
  text-align: center;
}
@media (max-width: 767px) {
  .error-page__container {
    margin-top: 4rem;
  }
}

.error-page__number {
  color: #069D5A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .error-page__number {
    font-size: 8rem;
    margin-bottom: 2rem;
  }
}

.error-page__title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .error-page__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

.error-page__message {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .error-page__message {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
}

.error-page__button {
  display: flex;
  justify-content: center;
}

.error-page__link {
  align-items: center;
  background-color: #069D5A;
  border-radius: 5rem;
  display: inline-flex;
  justify-content: center;
  min-width: 28rem;
  padding: 1.8rem 4rem;
  text-decoration: none;
  transition: opacity 0.3s, transform 0.3s;
}
@media (max-width: 767px) {
  .error-page__link {
    min-width: 24rem;
    padding: 1.5rem 3rem;
  }
}
.error-page__link:hover {
  opacity: 0.8;
  transform: translateY(-0.2rem);
}

.error-page__link-text {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .error-page__link-text {
    font-size: 1.4rem;
  }
}

#breadcrumb {
  color: #333; /* テキストの色 */
  font-size: 14px; /* フォントサイズの調整 */
  font-size: 1.4rem;
  max-width: 1250px;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  padding-top: 20px;
  padding-top: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  #breadcrumb.inner {
    padding-left: 0;
    padding-left: 0rem;
    padding-right: 0;
    padding-right: 0rem;
  }
}

#breadcrumb a {
  color: #000; /* リンクの色を設定 */
  font-weight: bold; /* リンクのテキストを太字にする */
  text-decoration: none; /* リンクの下線を消す */
}

#breadcrumb span {
  color: #727171;
  margin: 0 5px;
  margin: 0 0.5rem;
}

#breadcrumb .current-item {
  color: #069D5A;
}

.contact-thanks {
  padding: 4rem 0 7rem;
}
@media (max-width: 767px) {
  .contact-thanks {
    padding: 3rem 0;
  }
}

.contact-thanks__inner {
  max-width: 90rem;
}

.contact-thanks .section-heading {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .contact-thanks .section-heading {
    margin-bottom: 3rem;
  }
}

.contact-thanks__text {
  color: #333;
  font-size: 1.6rem;
  line-height: 2.375;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-thanks__text {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
}

.contact-call {
  background-color: #f9f9f9;
  padding: 6rem 0 5rem;
}
@media (max-width: 767px) {
  .contact-call {
    padding: 4rem 0;
  }
}

.contact-call__inner {
  max-width: 1440px;
}

.contact-call .section-heading {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .contact-call .section-heading {
    margin-bottom: 3rem;
  }
}

.contact-call__boxes {
  display: flex;
  gap: 4.2rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-call__boxes {
    flex-direction: column;
    gap: 3rem;
  }
}

.contact-call__box {
  width: 48.8rem;
}
@media (max-width: 767px) {
  .contact-call__box {
    width: 100%;
  }
}

.contact-call__box-content {
  align-items: center;
  background-color: #ffffff;
  border: 0.1rem solid #cfcfcf;
  display: flex;
  gap: 3rem;
  justify-content: center;
  padding: 2.2rem 2rem;
}
@media (max-width: 767px) {
  .contact-call__box-content {
    gap: 2rem;
    padding: 1.5rem 1.5rem;
  }
}

.contact-call__icon {
  align-items: center;
  display: flex;
  height: 4.5rem;
  justify-content: center;
  width: 4rem;
}
@media (max-width: 767px) {
  .contact-call__icon {
    height: 3.5rem;
    width: 3rem;
  }
}

.contact-call__icon svg {
  height: 100%;
  width: 100%;
}

.contact-call__number {
  color: #333;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .contact-call__number {
    font-size: 2.4rem;
  }
}
.contact-call__number:hover {
  opacity: 0.7;
}

.contact-call__time {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0.9rem 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-call__time {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
  }
}

.contact-form {
  padding: 8.6rem 0 12rem;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 6rem 0 8rem;
  }
}

.contact-form__inner {
  max-width: 99.8rem;
}

.contact-form .section-heading {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .contact-form .section-heading {
    margin-bottom: 4rem;
  }
}

.contact-form__form {
  margin: 0 auto;
  max-width: 83rem;
}

.contact-form__field {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .contact-form__field {
    margin-bottom: 3rem;
  }
}

.contact-form__field--short {
  max-width: 15rem;
}
@media (max-width: 767px) {
  .contact-form__field--short {
    max-width: 100%;
  }
}

.contact-form__label {
  color: #333;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .contact-form__label {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

.contact-form__required {
  background-color: #ca4b4f;
  color: #ffffff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin-left: 1.2rem;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .contact-form__required {
    font-size: 1.2rem;
    padding: 0.2rem 0.6rem;
  }
}

.contact-form__radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 767px) {
  .contact-form__radio-group {
    gap: 1.5rem;
  }
}

.contact-form__radio {
  align-items: center;
  cursor: pointer;
  display: flex;
}

@media (max-width: 767px) {
  .contact-form__field .wpcf7-form-control.wpcf7-radio {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

.contact-form__field .wpcf7-list-item {
  margin: 0;
}
@media (max-width: 767px) {
  .contact-form__field .wpcf7-list-item {
    margin: 0;
  }
}

.contact-form__radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 0.1rem solid #cccccc;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  height: 2.3rem;
  margin: 0;
  margin-right: 1rem;
  min-height: 2.3rem;
  min-width: 2.3rem;
  position: relative;
  width: 2.3rem;
}
@media (max-width: 767px) {
  .contact-form__radio input[type=radio] {
    height: 2rem;
    margin-right: 0.8rem;
    min-height: 2rem;
    min-width: 2rem;
    width: 2rem;
  }
}

.contact-form__radio input[type=radio]:checked::after {
  background-color: #069D5A;
  border-radius: 50%;
  content: "";
  height: 1.3rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.3rem;
}
@media (max-width: 767px) {
  .contact-form__radio input[type=radio]:checked::after {
    height: 1.1rem;
    width: 1.1rem;
  }
}

.contact-form__radio span {
  color: #333;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .contact-form__radio span {
    font-size: 1.4rem;
  }
}

.contact-form__input {
  background-color: #ffffff;
  border: 0.1rem solid rgba(77, 65, 57, 0.3);
  border-radius: 0.5rem;
  color: #333;
  font-size: 1.6rem;
  padding: 1.5rem 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-form__input {
    font-size: 1.4rem;
    padding: 1.2rem 1.5rem;
  }
}

.contact-form__input::-moz-placeholder {
  color: rgba(77, 65, 57, 0.5);
}

.contact-form__input::placeholder {
  color: rgba(77, 65, 57, 0.5);
}

.contact-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 13L0.0717964 0.25L13.9282 0.25L7 13Z' fill='%23333333'/%3E%3C/svg%3E");
  background-position: right 2rem center;
  background-repeat: no-repeat;
  background-size: 1.4rem 1.3rem;
  border: 0.1rem solid rgba(77, 65, 57, 0.3);
  border-radius: 0.5rem;
  color: #333;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 1.5rem 2rem;
  padding-right: 5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-form__select {
    background-position: right 1.5rem center;
    font-size: 1.4rem;
    padding: 1.2rem 1.5rem;
    padding-right: 4rem;
  }
}

.contact-form__textarea {
  background-color: #ffffff;
  border: 0.1rem solid rgba(77, 65, 57, 0.3);
  border-radius: 0.5rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  padding: 1.5rem 2rem;
  resize: vertical;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-form__textarea {
    font-size: 1.4rem;
    padding: 1.2rem 1.5rem;
  }
}

.contact-form__textarea::-moz-placeholder {
  color: rgba(77, 65, 57, 0.5);
}

.contact-form__textarea::placeholder {
  color: rgba(77, 65, 57, 0.5);
}

.contact-form__privacy {
  margin-left: 50%;
  margin-top: 6rem;
  max-width: 100rem;
  position: relative;
  transform: translateX(-50%);
  width: 100vw;
}
@media (max-width: 767px) {
  .contact-form__privacy {
    margin-left: 0;
    margin-top: 4rem;
    transform: none;
    width: 100%;
  }
}

.contact-form__privacy-title {
  color: #333;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  padding-left: 0.9rem;
  position: relative;
}
@media (max-width: 767px) {
  .contact-form__privacy-title {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    padding-left: 0.9rem;
  }
}

.contact-form__privacy-title::before {
  background-color: #069D5A;
  content: "";
  height: 3.1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
}
@media (max-width: 767px) {
  .contact-form__privacy-title::before {
    height: 2.5rem;
  }
}

.contact-form__privacy-box {
  border: 0.2rem solid #cac7c7;
  height: 45.5rem;
  margin-bottom: 3rem;
  overflow-y: auto;
  padding: 2rem;
}
@media (max-width: 767px) {
  .contact-form__privacy-box {
    height: 30rem;
    margin-bottom: 2rem;
    padding: 0 1rem;
  }
}

.contact-form__privacy-box::-webkit-scrollbar {
  width: 0.5rem;
}

.contact-form__privacy-box::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}

.contact-form__privacy-box::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 0.3rem;
}

.contact-form__privacy-text {
  color: #333;
  font-size: 1.6rem;
  line-height: 2.375;
}
@media (max-width: 767px) {
  .contact-form__privacy-text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.contact-form__privacy-text h3 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.375;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .contact-form__privacy-text h3 {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
  }
}

.contact-form__privacy-text ol {
  color: #333;
  font-size: 1.6rem;
  line-height: 2.375;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .contact-form__privacy-text ol {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-left: 1.8rem;
  }
}

.contact-form__privacy-text li {
  color: #333;
  font-size: 1.6rem;
  line-height: 2.375;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .contact-form__privacy-text li {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 0.3rem;
  }
}
.contact-form__privacy-text li:last-child {
  margin-bottom: 0;
}

.contact-form__agreement {
  margin-bottom: 4rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .contact-form__agreement {
    margin-bottom: 3rem;
    margin-top: 2rem;
  }
}

.contact-form__agreement label {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-form__agreement label {
    justify-content: flex-start;
  }
}

.contact-form__acceptance {
  align-items: center;
  display: flex;
}

.contact-form__acceptance input[type=checkbox],
.contact-form__agreement input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 0.1rem solid #cccccc;
  cursor: pointer;
  flex-shrink: 0;
  height: 2.3rem;
  margin: 0;
  margin-right: 1.2rem;
  position: relative;
  width: 2.3rem;
}
@media (max-width: 767px) {
  .contact-form__acceptance input[type=checkbox],
  .contact-form__agreement input[type=checkbox] {
    height: 2rem;
    margin-right: 1rem;
    width: 2rem;
  }
}

.contact-form__acceptance input[type=checkbox]:checked::after,
.contact-form__agreement input[type=checkbox]:checked::after {
  background-color: #069D5A;
  content: "";
  height: 1.3rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.3rem;
}
@media (max-width: 767px) {
  .contact-form__acceptance input[type=checkbox]:checked::after,
  .contact-form__agreement input[type=checkbox]:checked::after {
    height: 1.1rem;
    width: 1.1rem;
  }
}

.contact-form__acceptance-text {
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .contact-form__acceptance-text {
    font-size: 1.4rem;
  }
}

.contact-form__submit-wrapper {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 25.7rem;
}

.contact-form__submit-wrapper::after {
  background-color: #ffffff;
  content: "";
  height: 0.2rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: width 0.3s ease;
  width: 6.087rem;
}
@media (max-width: 767px) {
  .contact-form__submit-wrapper::after {
    width: 4rem;
  }
}

.contact-form__submit-wrapper:hover::after {
  width: 8rem;
}
@media (max-width: 767px) {
  .contact-form__submit-wrapper:hover::after {
    width: 5.5rem;
  }
}

.contact-form__submit {
  background: linear-gradient(to right, #35c083, #058a4f);
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 1.8rem 3rem;
  position: relative;
  transition: opacity 0.3s;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-form__submit {
    font-size: 1.4rem;
    padding: 1.5rem 2rem;
  }
}

.contact-form__submit:hover {
  opacity: 0.8;
}

.contact-confirm__buttons {
  display: flex;
  gap: 3rem;
  justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .contact-confirm__buttons {
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
  }
}

.contact-form__button-wrapper {
  max-width: 100%;
  position: relative;
  width: 30rem;
}
@media (max-width: 767px) {
  .contact-form__button-wrapper {
    width: 100%;
  }
}

.contact-form__button-wrapper::after {
  background-color: #ffffff;
  content: "";
  height: 0.2rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: width 0.3s ease;
  width: 5rem;
}
@media (max-width: 767px) {
  .contact-form__button-wrapper::after {
    width: 3.5rem;
  }
}

.contact-form__button-wrapper:hover::after {
  width: 7rem;
}
@media (max-width: 767px) {
  .contact-form__button-wrapper:hover::after {
    width: 5rem;
  }
}

.contact-form__button-wrapper--submit .contact-form__submit,
.contact-form__button-wrapper--back .contact-form__back {
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 1.8rem 3rem;
  position: relative;
  transition: opacity 0.3s;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-form__button-wrapper--submit .contact-form__submit,
  .contact-form__button-wrapper--back .contact-form__back {
    font-size: 1.4rem;
    padding: 1.5rem 2rem;
  }
}

.contact-form__button-wrapper--submit .contact-form__submit {
  background: linear-gradient(to right, #35c083, #058a4f);
}

.contact-form__button-wrapper--back .contact-form__back {
  background: linear-gradient(to right, #797b7a, #333333);
}

.contact-form__button-wrapper--submit .contact-form__submit:hover,
.contact-form__button-wrapper--back .contact-form__back:hover {
  opacity: 0.8;
}

.fv {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .fv {
    height: 100vh;
    height: 100dvh;
  }
}

.fv__container {
  height: 100%;
  position: relative;
  width: 100%;
}

.fv__main-visual {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .fv__main-visual {
    left: 50%;
    transform: translateX(-50%);
  }
}

.fv__slider {
  height: 100%;
  position: relative;
  width: 100%;
}

.fv__slide {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 1.5s ease-in-out;
  width: 100%;
}

.fv__slide.is-active {
  opacity: 1;
}

.fv__image {
  -o-object-fit: cover;
  -o-object-position: center center;
  height: 100%;
     object-fit: cover;
     object-position: center center;
  width: 100%;
}

.fv__green-area {
  background: rgba(6, 157, 90, 0.8);
  clip-path: polygon(0 0, 100% 0, 40% 100%, 0 100%);
  height: calc(100vh - 11.2rem);
  left: 0;
  position: absolute;
  top: 11.2rem;
  width: 60%;
  z-index: 1;
}
@media (max-width: 767px) {
  .fv__green-area {
    clip-path: polygon(0 0, 90% 0, 30% 100%, 0 100%);
    height: calc(100vh - 6rem);
    height: calc(100dvh - 6rem);
    left: 0;
    top: 6rem;
    width: 100%;
  }
}

.fv__text-content {
  height: 39.4rem;
  left: 20%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15.5844rem;
}
@media (max-width: 767px) {
  .fv__text-content {
    height: 20.3rem;
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8rem;
  }
}

.fv__heading {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.fv__logo-text {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.fv__scroll {
  bottom: 4rem;
  height: 16.1rem;
  position: absolute;
  right: 11.1rem;
  width: 2rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .fv__scroll {
    bottom: 2rem;
    height: 10rem;
    right: 2rem;
  }
}

.fv__scroll-text {
  color: #069D5A;
  font-size: 1.4rem;
  font-weight: bold;
  left: 50%;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  transform: translateX(-50%) rotate(90deg);
  transform-origin: center center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .fv__scroll-text {
    font-size: 1.2rem;
  }
}

.fv__scroll-arrow {
  background-color: transparent;
  bottom: 0;
  height: 10.1rem;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 0.1rem;
}
@media (max-width: 767px) {
  .fv__scroll-arrow {
    height: 6rem;
  }
}
.fv__scroll-arrow::before {
  animation: scrollArrowFlow 3s ease-in-out infinite;
  background-color: #069D5A;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@keyframes scrollArrowFlow {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.top-about {
  padding: 26.2rem 0 6rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-about {
    padding: 8rem 0 6rem;
  }
}

.top-about__inner {
  overflow: visible;
  position: relative;
}

.top-about__bg-title {
  -webkit-background-clip: text;
  background: linear-gradient(180deg, rgba(5, 138, 79, 0.3) 0%, rgba(244, 255, 250, 0.3) 100%);
  background-clip: text;
  color: transparent;
  font-size: 18rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -16rem;
  white-space: nowrap;
  z-index: 0;
}
@media (max-width: 767px) {
  .top-about__bg-title {
    font-size: 6rem;
    right: 1rem;
    top: -5rem;
  }
}

.top-about__content {
  align-items: flex-start;
  display: flex;
  gap: 8.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .top-about__content {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .top-about__content {
    flex-direction: column;
    gap: 4rem;
  }
}

.top-about__image {
  flex-shrink: 0;
  height: 59.3rem;
  overflow: hidden;
  width: 66.4rem;
}
@media (max-width: 1024px) {
  .top-about__image {
    aspect-ratio: 664/593;
    height: auto;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .top-about__image {
    aspect-ratio: 664/593;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top-about__image.sp_only {
    margin-bottom: 3rem;
  }
}

.top-about__image-item {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.top-about__text-content {
  flex: 1;
  padding-right: 2rem;
}
@media (max-width: 1024px) {
  .top-about__text-content {
    padding-right: 0rem;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .top-about__text-content {
    padding-right: 0rem;
    width: 100%;
  }
}

.top-about__header {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .top-about__header {
    margin-bottom: 2rem;
  }
}
.top-about__header::after {
  background-color: #069D5A;
  content: "";
  display: block;
  height: 0.1rem;
  margin-top: 1.4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .top-about__header::after {
    margin-top: 1rem;
  }
}

.top-about__title {
  color: #069D5A;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .top-about__title {
    font-size: 1.8rem;
  }
}

.top-about__heading {
  color: #333;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .top-about__heading {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.top-about__description {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 2;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .top-about__description {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}

.top-works {
  padding: 10rem 0 12rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-works {
    padding: 6rem 0 6rem;
  }
}

.top-works__inner {
  position: relative;
}

.top-works__bg-title {
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, rgba(5, 138, 79, 0.3) 0%, rgba(244, 255, 250, 0.3) 100%);
  background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 18rem;
  font-weight: bold;
  left: -2.4rem;
  letter-spacing: 0.04em;
  pointer-events: none;
  position: absolute;
  top: -6.6rem;
  white-space: nowrap;
  z-index: 0;
}
@media (max-width: 767px) {
  .top-works__bg-title {
    font-size: 6rem;
    left: 1rem;
    top: -5rem;
  }
}

.top-works__content {
  align-items: flex-end;
  display: flex;
  gap: 11.1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .top-works__content {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .top-works__content {
    flex-direction: column;
    gap: 4rem;
  }
}

.top-works__text-content {
  flex-shrink: 0;
  padding-left: 4rem;
  width: 66rem;
}
@media (max-width: 1024px) {
  .top-works__text-content {
    padding-left: 0rem;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .top-works__text-content {
    padding-left: 0rem;
    width: 100%;
  }
}

.top-works__header {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .top-works__header {
    margin-bottom: 2rem;
  }
}
.top-works__header::after {
  background-color: #069D5A;
  content: "";
  display: block;
  height: 0.1rem;
  margin-top: 1.4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .top-works__header::after {
    margin-top: 1rem;
  }
}

.top-works__title {
  color: #069D5A;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .top-works__title {
    font-size: 2.8rem;
  }
}

.top-works__description {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 2;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .top-works__description {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}

.top-works__image {
  flex: 1;
  height: 42.4rem;
  overflow: hidden;
  width: 66.4rem;
}
@media (max-width: 1024px) {
  .top-works__image {
    aspect-ratio: 664/424;
    height: auto;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .top-works__image {
    aspect-ratio: 664/424;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top-works__image.sp_only {
    margin-bottom: 3rem;
  }
}

.top-works__image-item {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.top-recruit {
  overflow: hidden;
  padding: 5rem 0 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-recruit {
    padding: 6rem 0 6rem;
  }
}

.top-recruit__bg-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.top-recruit__bg-image-item {
  -o-object-fit: cover;
  -o-object-position: center center;
  aspect-ratio: 1440/734;
  min-height: 73.4rem;
     object-fit: cover;
     object-position: center center;
  width: 100%;
}
@media (max-width: 767px) {
  .top-recruit__bg-image-item {
    -o-object-position: -135rem center;
    aspect-ratio: 375/610;
       object-position: -135rem center;
  }
}

.top-recruit__inner {
  position: relative;
  z-index: 1;
}

.top-recruit__content {
  background: rgba(255, 255, 255, 0.88);
  margin: 0 auto;
  max-width: 78.1rem;
  padding: 7rem 5rem 6rem;
}
@media (max-width: 767px) {
  .top-recruit__content {
    padding: 4rem 2rem;
  }
}

.top-recruit__label {
  color: #069D5A;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 2.1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .top-recruit__label {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.top-recruit__heading {
  color: #333;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .top-recruit__heading {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.top-recruit__heading-accent {
  color: #069D5A;
}

.top-recruit__description {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 2;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .top-recruit__description {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}

.top-recruit__benefits {
  align-items: flex-start;
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin-bottom: 4rem;
  margin-inline: auto;
  max-width: 360px;
}
@media (max-width: 767px) {
  .top-recruit__benefits {
    gap: 2rem;
    margin-bottom: 3rem;
    max-width: 100%;
  }
}

.top-recruit__benefit-item {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.2rem;
  max-width: 18rem;
}
@media (max-width: 767px) {
  .top-recruit__benefit-item {
    gap: 1rem;
  }
}
.top-recruit__benefit-item:nth-child(3) .top-recruit__benefit-text {
  margin-top: -0.8rem;
}
@media (max-width: 767px) {
  .top-recruit__benefit-item:nth-child(3) .top-recruit__benefit-text {
    margin-top: 0rem;
  }
}

.top-recruit__benefit-icon {
  align-items: center;
  background-color: #069D5A;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 10.8rem;
  justify-content: center;
  width: 10.8rem;
}
@media (max-width: 767px) {
  .top-recruit__benefit-icon {
    height: 7rem;
    width: 7rem;
  }
}
.top-recruit__benefit-icon svg {
  height: 4.5rem;
  width: auto;
}
@media (max-width: 767px) {
  .top-recruit__benefit-icon svg {
    height: 3rem;
  }
}

.top-recruit__benefit-text {
  color: #069D5A;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .top-recruit__benefit-text {
    font-size: 1.2rem;
  }
}

.top-recruit__content .button {
  margin: 0 auto;
}

.top-map {
  width: 100%;
}

.top-map__container {
  width: 100%;
}

.top-map__iframe {
  aspect-ratio: 1440/446;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .top-map__iframe {
    aspect-ratio: 375/300;
  }
}

.lower-fv {
  height: 42.8rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .lower-fv {
    height: 30rem;
  }
}

.lower-fv__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lower-fv__bg-photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lower-fv__bg-photo::after {
  background-color: rgba(155, 147, 147, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lower-fv__bg-shape {
  background-color: rgba(6, 157, 90, 0.8);
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 11.2rem;
  width: 60%;
  z-index: 1;
}
@media (max-width: 767px) {
  .lower-fv__bg-shape {
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    top: 6rem;
    width: 84%;
  }
}

.lower-fv__content {
  padding-left: 19.6rem;
  padding-top: 15rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .lower-fv__content {
    padding-left: 2rem;
    padding-top: 12rem;
  }
}

.lower-fv__title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.4rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-bottom: 2.9rem;
}
@media (max-width: 767px) {
  .lower-fv__title {
    font-size: 4rem;
    margin-bottom: 1.5rem;
  }
}

.lower-fv__subtitle {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 767px) {
  .lower-fv__subtitle {
    font-size: 1.6rem;
  }
}

.lower-fv__h1 {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.lower-contact {
  background: linear-gradient(90deg, #35c083 0%, #058a4f 100%);
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .lower-contact {
    padding: 6rem 0;
  }
}

.lower-contact__inner {
  display: flex;
  justify-content: center;
}

.lower-contact__box {
  background-color: #fff;
  max-width: 100rem;
  padding: 6rem 10rem;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .lower-contact__box {
    padding: 4rem 2rem;
  }
}

.lower-contact__title {
  color: #069D5A;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .lower-contact__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.lower-contact__text {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 2;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .lower-contact__text {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 3rem;
  }
}

.lower-contact__actions {
  align-items: center;
  display: flex;
  gap: 4rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .lower-contact__actions {
    flex-direction: column;
    gap: 2rem;
  }
}

.lower-contact__phone {
  align-items: center;
  display: flex;
  gap: 1.2rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .lower-contact__phone {
    gap: 0.8rem;
  }
}

.lower-contact__phone-icon {
  height: 3.6rem;
  width: 3.6rem;
}
@media (max-width: 767px) {
  .lower-contact__phone-icon {
    height: 2.8rem;
    width: 2.8rem;
  }
}

.lower-contact__phone-number {
  color: #069D5A;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .lower-contact__phone-number {
    font-size: 2.4rem;
  }
}

.wpcf7-spinner {
  display: none;
}

.page-business {
  background-color: #fff;
}

.business-fv {
  height: 42.8rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .business-fv {
    height: 30rem;
  }
}

.business-fv__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.business-fv__bg-photo {
  background-image: url("../img/business-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.business-fv__bg-photo::after {
  background-color: rgba(155, 147, 147, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.business-fv__bg-shape {
  background-color: rgba(6, 157, 90, 0.8);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .business-fv__bg-shape {
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    width: 70%;
  }
}

.business-fv__content {
  padding-left: 19.6rem;
  padding-top: 14rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .business-fv__content {
    padding-left: 2rem;
    padding-top: 8rem;
  }
}

.business-fv__title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.4rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-bottom: 2.9rem;
}
@media (max-width: 767px) {
  .business-fv__title {
    font-size: 4rem;
    margin-bottom: 1.5rem;
  }
}

.business-fv__subtitle {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 767px) {
  .business-fv__subtitle {
    font-size: 1.6rem;
  }
}

.business-overview {
  background-color: rgba(232, 229, 229, 0.4);
  margin-top: 3.2rem;
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .business-overview {
    padding: 4rem 0;
  }
}

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

.business-overview__icons {
  display: flex;
  gap: 5rem;
  justify-content: center;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .business-overview__icons {
    flex-wrap: wrap;
    gap: 2rem;
  }
}

.business-overview__icon-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.business-overview__icon {
  align-items: center;
  border: 1px solid #069D5A;
  display: flex;
  height: 12rem;
  justify-content: center;
  width: 12rem;
}
@media (max-width: 767px) {
  .business-overview__icon {
    height: 8rem;
    width: 8rem;
  }
}

.business-overview__icon img {
  -o-object-fit: contain;
  max-height: 100%;
  max-width: 100%;
     object-fit: contain;
}

.business-overview__icon-label {
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .business-overview__icon-label {
    font-size: 1.2rem;
  }
}

.business-overview__text {
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .business-overview__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.business-content {
  padding: 6.4rem 0;
}
@media (max-width: 767px) {
  .business-content {
    padding: 5rem 0;
  }
}

.business-content__inner {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .business-content__inner {
    margin-bottom: 4rem;
  }
}

.business-content__item {
  align-items: center;
  display: flex;
  gap: 6rem;
  margin-bottom: 10rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .business-content__item {
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 5rem;
    margin-top: 3rem;
  }
}
.business-content__item:last-child {
  margin-bottom: 0;
}

.business-content__item--reverse {
  background-color: rgba(232, 229, 229, 0.3);
  flex-direction: row-reverse;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 6rem 0 9.3rem;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
@media (max-width: 767px) {
  .business-content__item--reverse {
    flex-direction: column;
    padding: 4rem 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.business-content__text-area {
  flex: 1;
  max-width: 55rem;
}
@media (max-width: 767px) {
  .business-content__text-area {
    max-width: 100%;
  }
}

.business-content__subtitle {
  color: #069D5A;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 4.4rem;
  text-align: right;
}
@media (max-width: 767px) {
  .business-content__subtitle {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
    text-align: left;
  }
}

.business-content__subtitle--left {
  text-align: left;
}

.business-content__description {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 2;
}
@media (max-width: 767px) {
  .business-content__description {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.business-content__image-area {
  flex: 1;
  max-width: 53.4rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .business-content__image-area {
    max-width: 100%;
    width: 100%;
  }
}
.business-content__image-area::before {
  background: #555;
  bottom: -4rem;
  content: "";
  height: 14.8rem;
  position: absolute;
  right: -4rem;
  width: 23rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .business-content__image-area::before {
    display: none;
  }
}
.business-content__image-area.u-poimg::before {
  left: -4rem;
  right: auto;
}
@media (max-width: 767px) {
  .business-content__image-area.u-poimg::before {
    display: none;
  }
}

.business-content__image-area img {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 2;
}

.company-greeting {
  padding: 4rem 0 2rem;
}
@media (max-width: 767px) {
  .company-greeting {
    padding: 3rem 0 2rem;
  }
}

.company-greeting__inner {
  position: relative;
}

.company-greeting .section-heading {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .company-greeting .section-heading {
    margin-bottom: 5rem;
  }
}

.company-greeting__content {
  margin: 0 auto;
  max-width: 111.5rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .company-greeting__content {
    padding: 0;
  }
}

.company-greeting__catch {
  color: #333;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 4rem;
  margin-inline: auto;
  max-width: 98rem;
}
@media (max-width: 767px) {
  .company-greeting__catch {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

.company-greeting__text {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.375;
  margin-bottom: 8rem;
  margin-left: 6.4rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .company-greeting__text {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 3rem;
    margin-left: 0rem;
  }
}

.company-greeting__ceo {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.company-greeting__ceo::before {
  background-color: #CDEBDE;
  background-position: center;
  background-size: cover;
  bottom: 3.3rem;
  content: "";
  height: 24.3rem;
  left: -6rem;
  position: absolute;
  width: 23.6rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .company-greeting__ceo::before {
    height: 12rem;
    left: -6%;
    transform: translateX(0%);
    width: 12rem;
  }
}
.company-greeting__ceo::after {
  background-color: rgba(6, 157, 90, 0.8);
  bottom: 0.8rem;
  content: "";
  height: 9.2rem;
  left: 12rem;
  position: absolute;
  width: 9.3rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .company-greeting__ceo::after {
    bottom: 0rem;
    height: 7rem;
    left: 19%;
    width: 7rem;
  }
}

.company-greeting__info {
  margin-right: 9.4rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .company-greeting__info {
    margin-right: 0;
    padding-bottom: 0;
  }
}

.company-greeting__position {
  color: #333;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .company-greeting__position {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}

.company-greeting__name {
  aspect-ratio: 208/48;
  width: 20.8rem;
}
@media (max-width: 767px) {
  .company-greeting__name {
    aspect-ratio: 120/30;
    width: 14rem;
  }
}

.company-info {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .company-info {
    padding: 6rem 0;
  }
}

.company-info--history {
  margin-top: -4rem;
}
@media (max-width: 767px) {
  .company-info--history {
    margin-top: -2rem;
  }
}

.company-info__inner {
  position: relative;
}

.company-info .section-heading {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .company-info .section-heading {
    margin-bottom: 4rem;
  }
}

.company-info__content {
  margin: 0 auto;
  max-width: 81rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .company-info__content {
    padding: 0;
  }
}

.company-info__table {
  border-collapse: collapse;
  width: 100%;
}

.company-info__table tbody tr {
  border-bottom: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
}

.company-info__table tbody tr:first-child {
  border-top: 1px solid #E0E0E0;
}

.company-info__table th {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.44;
  padding: 5rem 0rem;
  text-align: left;
  vertical-align: middle;
  width: 16.7rem;
}
@media (max-width: 767px) {
  .company-info__table th {
    font-size: 1.4rem;
    padding: 2rem 1rem;
    width: 10rem;
  }
}

.company-info__table td {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.44;
  padding: 5rem 0rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .company-info__table td {
    font-size: 1.4rem;
    padding: 2rem 1rem;
  }
}

@media (max-width: 767px) {
  .company-info__table td br {
    display: none;
  }
}

.company-access {
  padding: 4rem 0 0rem;
}
@media (max-width: 767px) {
  .company-access {
    padding: 3rem 0 0rem;
  }
}

.company-access__inner {
  position: relative;
}

.company-access .section-heading {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .company-access .section-heading {
    margin-bottom: 4rem;
  }
}

.company-access__map {
  width: 100%;
}

.company-access__map iframe {
  aspect-ratio: 1440/446;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .company-access__map iframe {
    aspect-ratio: 375/300;
  }
}

.works-category {
  background-color: #fff;
  padding: 4.2rem 0 12rem;
}
@media (max-width: 767px) {
  .works-category {
    padding: 4rem 0 6rem;
  }
}

.works-category__inner {
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .works-category__inner {
    padding: 0 1.5rem;
  }
}

.works-category .section-heading {
  margin-bottom: 5.9rem;
}
@media (max-width: 767px) {
  .works-category .section-heading {
    margin-bottom: 4rem;
  }
}

.works-category__links {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .works-category__links {
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 5rem;
  }
}

.works-category__link {
  align-items: center;
  background-color: #fff;
  border: 0.3rem solid rgba(76, 180, 134, 0.6);
  display: flex;
  height: 8.9rem;
  padding: 2rem 3rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 23.3rem;
}
@media (max-width: 767px) {
  .works-category__link {
    height: 6rem;
    padding: 1rem 2rem;
    width: 100%;
  }
}
.works-category__link:hover {
  background-color: rgba(76, 180, 134, 0.1);
}
.works-category__link::after {
  border-bottom: 0.1rem solid #069D5A;
  border-right: 0.1rem solid #069D5A;
  content: "";
  height: 0.8rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(45deg);
  width: 0.8rem;
}
@media (max-width: 767px) {
  .works-category__link::after {
    height: 0.6rem;
    right: 1.5rem;
    width: 0.6rem;
  }
}

.works-category__link-text {
  color: #069D5A;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .works-category__link-text {
    font-size: 1.3rem;
  }
}

.works-category__content {
  background-color: rgba(232, 229, 229, 0.3);
  display: block;
  margin-bottom: 6rem;
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .works-category__content {
    margin-bottom: 4rem;
    padding: 3rem 0;
  }
}
.works-category__content:last-child {
  margin-bottom: 0;
}

.works-category__header {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .works-category__header {
    margin-bottom: 3rem;
  }
}

.works-category__header--horizontal {
  align-items: flex-start;
  display: flex;
  gap: 7rem;
  padding-inline: 5rem 2rem;
}
@media (max-width: 767px) {
  .works-category__header--horizontal {
    flex-direction: column;
    gap: 2rem;
    padding-inline: 2rem;
  }
}

.works-category__header--horizontal .works-category__section-title {
  flex-shrink: 0;
  margin-bottom: 0;
}

.works-category__header--horizontal .works-category__description-top {
  flex: 1;
  margin-bottom: 0;
}

.works-category__section-title {
  align-items: center;
  background-color: #069D5A;
  display: flex;
  height: 8.5rem;
  justify-content: center;
  margin-bottom: 3rem;
  margin-left: -7rem;
  width: 39.6rem;
}
@media (max-width: 767px) {
  .works-category__section-title {
    height: 6rem;
    margin-bottom: 3rem;
    margin-left: 0;
    width: 100%;
  }
}

.works-category__section-name {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .works-category__section-name {
    font-size: 2rem;
  }
}

.works-category__layout {
  display: flex;
  gap: 6rem;
  margin-bottom: 3.3rem;
  padding: 0 5rem;
}
@media (max-width: 767px) {
  .works-category__layout {
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 3rem;
    padding: 0 2rem;
  }
}

.works-category__text-area {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .works-category__text-area {
    flex: none;
  }
}

@media (max-width: 767px) {
  .works-category__text-area--with-features {
    order: 2;
  }
}

.works-category__description {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 2;
}
@media (max-width: 767px) {
  .works-category__description {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.works-category__image-area {
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media (max-width: 767px) {
  .works-category__image-area {
    flex: none;
    order: 1;
  }
}

@media (max-width: 767px) {
  .works-category__image-area--right {
    order: 1;
  }
}

.works-category__description-top {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .works-category__description-top {
    margin-bottom: 2rem;
  }
}

.works-category__main-image {
  height: 33.2rem;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .works-category__main-image {
    height: 20rem;
  }
}

.works-category__main-image--mt {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .works-category__main-image--mt {
    margin-top: 0rem;
  }
}

.works-category__main-image img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.works-category__features {
  border: 0.1rem solid #c0bbbb;
  padding: 2rem 3rem;
}
@media (max-width: 767px) {
  .works-category__features {
    padding: 1.5rem 2rem;
  }
}

.works-category__features-title {
  color: #069D5A;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 2;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .works-category__features-title {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}

.works-category__features-list {
  list-style: disc;
  padding-left: 2.4rem;
}
@media (max-width: 767px) {
  .works-category__features-list {
    padding-left: 2rem;
  }
}

.works-category__features-list li {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 2;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .works-category__features-list li {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
  }
}

.works-category__features-list li:last-child {
  margin-bottom: 0;
}

.works-category__gallery {
  display: flex;
  gap: 2rem;
  justify-content: flex-start;
  padding: 0 5rem 0;
}
@media (max-width: 767px) {
  .works-category__gallery {
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    overflow-x: auto;
    padding: 0 2rem 0;
  }
}

.works-category__gallery-item {
  flex: 0 0 calc((100% - 8rem) / 5);
  height: 12.8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .works-category__gallery-item {
    flex: 0 0 12rem;
    height: 9rem;
  }
}

.works-category__gallery-item img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}

.works-category__gallery-item img:hover {
  transform: scale(1.05);
}

.recruit {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .recruit {
    padding: 3rem 0 4rem;
  }
}

.recruit__inner {
  max-width: 120rem;
}

.recruit .section-heading {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .recruit .section-heading {
    margin-bottom: 4rem;
  }
}

.recruit__item {
  background-color: rgba(0, 0, 0, 0.03);
  margin-bottom: 7rem;
  padding: 6rem 8rem;
}
@media (max-width: 767px) {
  .recruit__item {
    margin-bottom: 4rem;
    padding: 3rem 2rem;
  }
}
.recruit__item:last-child {
  margin-bottom: 0;
}

.recruit__item-title {
  margin-bottom: 1.4rem;
  padding-left: 1.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .recruit__item-title {
    margin-bottom: 3rem;
    padding-left: 1rem;
  }
}
.recruit__item-title::before {
  background-color: #069D5A;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.4rem;
}
@media (max-width: 767px) {
  .recruit__item-title::before {
    width: 0.3rem;
  }
}

.recruit__item-title-main {
  color: #069D5A;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .recruit__item-title-main {
    font-size: 1.8rem;
  }
}

.recruit__item-title-sub {
  color: #333;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .recruit__item-title-sub {
    font-size: 1.4rem;
  }
}

.recruit__table {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 767px) {
  .recruit__table {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .recruit__table tbody {
    display: block;
    width: 100%;
  }
}

.recruit__table tr {
  border-top: 0.1rem solid #ddd;
}
@media (max-width: 767px) {
  .recruit__table tr {
    border-top: 0.1rem solid #ddd;
    display: block;
    padding: 1.5rem 0;
    width: 100%;
  }
}
.recruit__table tr:last-child {
  border-bottom: 0.1rem solid #ddd;
}
@media (max-width: 767px) {
  .recruit__table tr:last-child {
    border-bottom: 0.1rem solid #ddd;
  }
}

.recruit__table th {
  background-color: #ebfaf3;
  border-right: 0.1rem solid #ddd;
  box-sizing: border-box;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 3rem 2rem;
  text-align: center;
  vertical-align: middle;
  width: 20.1rem;
}
@media (max-width: 767px) {
  .recruit__table th {
    background-color: #ebfaf3;
    border-bottom: 0.1rem solid #ddd;
    border-right: none;
    display: block;
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
    text-align: left;
    width: 100%;
  }
}

.recruit__table td {
  background-color: #fff;
  box-sizing: border-box;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.125;
  padding: 3rem 6.2rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .recruit__table td {
    display: block;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 1.5rem;
    width: 100%;
  }
}

.recruit__no-posts {
  background-color: rgba(0, 0, 0, 0.03);
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 8rem 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit__no-posts {
    font-size: 1.6rem;
    padding: 6rem 2rem;
  }
}

.confirm {
  background-color: #fff;
  padding: 4.4rem 0 10rem;
}
@media (max-width: 767px) {
  .confirm {
    padding: 3rem 0 8rem;
  }
}

.confirm__inner {
  margin: 0 auto;
  max-width: 92rem;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .confirm__inner {
    padding: 0 2rem;
  }
}

.confirm__detail {
  margin-top: 6.8rem;
}
@media (max-width: 767px) {
  .confirm__detail {
    margin-top: 4rem;
  }
}

.confirm__detail-title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
}
@media (max-width: 767px) {
  .confirm__detail-title {
    font-size: 2rem;
  }
}

.confirm__detail-text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .confirm__detail-text {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}

.contact-confirm {
  margin: 0 auto;
  max-width: 83.3rem;
}

.contact-confirm__title {
  color: #333;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-confirm__title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}

.contact-confirm__description {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  margin-bottom: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-confirm__description {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
}

.contact-confirm__list {
  list-style: none;
  margin: 0 0 6rem 0;
  padding: 0;
}
@media (max-width: 767px) {
  .contact-confirm__list {
    margin-bottom: 4rem;
  }
}

.contact-confirm__item {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .contact-confirm__item {
    margin-bottom: 3rem;
  }
}

.contact-confirm__label {
  color: #333;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .contact-confirm__label {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}

.contact-confirm__value {
  align-items: center;
  background-color: #ffffff;
  border: 0.1rem solid rgba(77, 65, 57, 0.3);
  border-radius: 0.5rem;
  color: #333;
  display: flex;
  font-size: 1.6rem;
  min-height: 5rem;
  padding: 1.5rem 2rem;
  word-break: break-word;
}
@media (max-width: 767px) {
  .contact-confirm__value {
    font-size: 1.4rem;
    padding: 1.2rem 1.5rem;
  }
}

.contact-confirm__buttons {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .contact-confirm__buttons {
    gap: 2rem;
    margin-top: 4rem;
  }
}

.contact-form__button-wrapper {
  max-width: 100%;
  position: relative;
  width: 26rem;
}
@media (max-width: 767px) {
  .contact-form__button-wrapper {
    width: 100%;
  }
}
.contact-form__button-wrapper::after {
  background-color: #ffffff;
  content: "";
  height: 0.2rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
}
@media (max-width: 767px) {
  .contact-form__button-wrapper::after {
    width: 2rem;
  }
}

.contact-form__submit {
  background: linear-gradient(to right, #35c083, #058a4f);
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 1.8rem 3rem;
  text-align: left;
  transition: opacity 0.3s;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-form__submit {
    font-size: 1.4rem;
    padding: 1.5rem 2rem;
  }
}
.contact-form__submit:hover {
  opacity: 0.8;
}

.contact-form__back {
  background-color: #909090;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 1.8rem 3rem;
  text-align: left;
  transition: opacity 0.3s;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-form__back {
    font-size: 1.4rem;
    padding: 1.5rem 2rem;
  }
}
.contact-form__back:hover {
  opacity: 0.8;
}

.thanks {
  padding: 6rem 0 9rem;
}
@media (max-width: 767px) {
  .thanks {
    padding: 4rem 0 6rem;
  }
}

.thanks__inner {
  max-width: 81.4rem;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .thanks__inner {
    padding: 0 2rem;
  }
}

.thanks .section-heading {
  margin-bottom: 6rem;
  max-width: none;
}
@media (max-width: 767px) {
  .thanks .section-heading {
    margin-bottom: 4rem;
  }
}

.section-heading__title--thanks {
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .section-heading__title--thanks {
    font-size: 2.4rem;
    line-height: 3.2rem;
    max-width: 100%;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .section-heading__title--thanks br {
    display: none;
  }
}

.thanks__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .thanks__content {
    gap: 2rem;
  }
}

.thanks__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.375;
  text-align: center;
}
@media (max-width: 767px) {
  .thanks__text {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
}

.thanks__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .thanks__button-wrapper {
    margin-top: 4rem;
  }
}

.thanks__button {
  align-items: center;
  background: linear-gradient(90deg, #35c083 0%, #058a4f 100%);
  color: #fff;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  height: 6rem;
  justify-content: center;
  letter-spacing: 0.1em;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
  width: 30rem;
}
@media (max-width: 767px) {
  .thanks__button {
    font-size: 1.4rem;
    height: 5rem;
    max-width: 30rem;
    width: 100%;
  }
}
.thanks__button:hover {
  opacity: 0.8;
}
.thanks__button:hover::after {
  width: 6rem;
}
@media (max-width: 767px) {
  .thanks__button:hover::after {
    width: 4.5rem;
  }
}
.thanks__button::after {
  background-color: #fff;
  content: "";
  height: 0.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: width 0.3s ease;
  width: 4rem;
}
@media (max-width: 767px) {
  .thanks__button::after {
    width: 3rem;
  }
}

.thanks-call {
  background-color: #f9f9f9;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .thanks-call {
    padding: 4rem 0;
  }
}

.thanks-call__inner {
  max-width: 1440px;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .thanks-call__inner {
    padding: 0 2rem;
  }
}

.thanks-call .section-heading {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .thanks-call .section-heading {
    margin-bottom: 4rem;
  }
}

.thanks-call__boxes {
  display: flex;
  gap: 4.2rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .thanks-call__boxes {
    flex-direction: column;
    gap: 3rem;
  }
}

.thanks-call__box {
  width: 48.8rem;
}
@media (max-width: 767px) {
  .thanks-call__box {
    width: 100%;
  }
}

.thanks-call__box-content {
  align-items: center;
  background-color: #ffffff;
  border: 0.1rem solid #cfcfcf;
  display: flex;
  gap: 3rem;
  justify-content: center;
  padding: 1.9rem 2rem;
}
@media (max-width: 767px) {
  .thanks-call__box-content {
    gap: 2rem;
    padding: 1.5rem 1.5rem;
  }
}

.thanks-call__icon {
  align-items: center;
  display: flex;
  height: 4.5rem;
  justify-content: center;
  width: 4rem;
}
@media (max-width: 767px) {
  .thanks-call__icon {
    height: 4rem;
    width: 3.5rem;
  }
}

.thanks-call__icon img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.thanks-call__number {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .thanks-call__number {
    font-size: 2.4rem;
  }
}
.thanks-call__number:hover {
  opacity: 0.7;
}

.thanks-call__time {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .thanks-call__time {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}