@charset "UTF-8";
/* foundation */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

picture {
  display: block;
  width: 100%;
  height: 100%;
}

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

span {
  display: inline-block;
}

li {
  list-style: none;
}

body {
  font-family: "Noto Sans JP";
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.05rem;
}

ul {
  list-style: none;
  padding-left: 0;
}

.bold {
  font-weight: bold;
}

a {
  transition: all 0.2s;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.container {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
}
.container-1080 {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
}
.container-980 {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.container980 {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
}

.section-padding {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .section-padding {
    margin-top: 40px;
  }
}

.white {
  color: #ffffff;
}

.yellow-green {
  color: #98c928;
}

a[href^="tel:"] {
  pointer-events: none;
}

.shadow {
  box-shadow: 0 0 8px #DFDFDF;
}

.green {
  color: #07633e;
  font-weight: bold;
}

.center {
  text-align: center;
}

.number {
  font-family: "Jost", sans-serif;
}

.breadcrumb {
  display: flex;
  font-size: 12px;
  gap: 8px;
  font-weight: 600;
  padding: 20px 0;
  color: #07633e;
}
@media (max-width: 767px) {
  .breadcrumb {
    scrollbar-width: none;
    font-size: 11px;
    overflow-x: auto;
    white-space: nowrap;
    gap: 4px;
  }
}

.separator {
  color: #d4d4d4;
}

.pc-block {
  display: inline;
}
@media (max-width: 767px) {
  .pc-block {
    display: none !important;
  }
}

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

.message-under_text span {
  display: inline;
  border-radius: 1px;
  background: linear-gradient(transparent 60%, #EEF6DA 0%);
  line-height: 180%;
}

.text-orange {
  color: #FF8E3F;
}

article {
  display: block;
}

.left {
  text-align: left !important;
}

.section,
.decor-wrap {
  overflow: hidden;
}

html,
body {
  overflow-x: auto;
}

.works-content {
  display: flex;
  overflow-x: auto;
}

.works-content_item {
  flex: 0 0 320px;
}

/* layout */
.header-inr {
  justify-content: space-between;
  max-width: 1360px;
  margin: 0 auto;
  padding: 16px 40px;
}
@media (max-width: 767px) {
  .header-inr {
    padding: 16px 20px;
  }
}
.header-logo {
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .header-logo {
    gap: 8px;
  }
}
.header-logo span {
  color: #07633e;
  font-size: 24px;
}
@media (max-width: 1023px) {
  .header-logo span {
    font-size: 20px;
  }
}
.header-logo img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .header-logo img {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .header-nav {
    display: none;
  }
}
.header-nav_info {
  gap: 40px;
}
.header-nav span {
  display: block;
  font-size: 13px;
  text-align: center;
}
.header nav ul {
  gap: 24px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 24px;
}
.header nav ul a:hover {
  color: #07633e;
}
.header-btn {
  cursor: pointer;
  background-color: #53B436;
  color: #ffffff;
  font-size: 18px;
}
.header-btn img {
  margin-right: 16px;
}
.header-btn span {
  font-size: 18px;
}

.info-tel {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: bold;
  display: flex;
}
.info-tel img {
  vertical-align: baseline;
  margin-right: 8px;
}

.nav-group {
  display: none; /* 最初は非表示 */
  transform: translateX(-100%); /* メニューを画面外に隠す */
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  transition: all 0.6s ease;
}
@media (max-width: 1023px) {
  .nav-group {
    z-index: 998;
  }
}
.nav-group.active {
  display: block;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.nav-group_inner {
  position: relative;
  padding: 0 1rem 1rem;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  overflow: scroll;
  background-color: #ffffff;
}
.nav-group_menu {
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
}
.nav-group_item {
  width: 100%;
  margin: 16px 0;
  display: block;
}
.nav-group_link {
  display: block;
  padding: 16px;
  background-color: #ffffff;
  font-size: 18px;
  border-bottom: 1px solid #f9f9f9;
  text-decoration: none;
  width: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-group_link:hover {
  color: #07633e;
}
.nav-group_link--on {
  position: relative;
  cursor: pointer;
}
.nav-group_link--on::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 36px;
  color: #d4d4d4;
  transition: 0.3s;
}
.nav-group_drop {
  display: none; /* 最初は非表示 */
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav-group_link--on.active::after {
  content: "-"; /* クリック時に - に変える */
}

.nav-group.active, .nav-group_inner {
  transform: translateX(0);
}

.nav-group_item.active .nav-sp_submenu {
  display: block;
  max-height: 500px;
}

.hamburger-button {
  display: none;
  position: relative;
  z-index: 9999;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .hamburger-button {
    display: block;
  }
}
.hamburger-button span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #07633e;
  border-radius: 2px;
  top: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger-button span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 0.7rem));
  left: 50%;
  transition: transform 0.6s ease;
}

.hamburger-button span:nth-child(2) {
  transition: opacity 0.6s ease;
  transform: none;
  right: 0;
}

.hamburger-button span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 0.7rem));
  left: 50%;
  transition: transform 0.6s ease;
}

.hamburger-button.active span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger-button.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-button.active span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-sp_logo {
  padding: 10px 8px 0px;
}
.nav-sp_info {
  align-items: center;
  text-align: center;
  margin: 0 auto;
  border-radius: 8px;
  padding: 28px 32px;
  border: 1px solid #d4d4d4;
  max-width: 400px;
}
.nav-sp_info--tel {
  font-size: 30px;
  position: relative;
  padding-left: 36px;
}
.nav-sp_info--tel::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/tel-black-sp.svg);
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 0%;
}
.nav-sp_info span {
  font-size: 13px;
  margin-bottom: 20px;
}
.nav-sp_title {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  color: #d4d4d4;
  margin: 30px 0;
}
.nav-sp_title span {
  font-size: 24px;
  color: #333333;
}
.nav-sp_submenu {
  display: none; /*デフォルトでは非表示の状態にしておく*/
  width: 100%;
  position: static;
  top: 60px;
  left: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.nav-sp_submenu li a {
  padding: 14px 8px 14px 20px;
  border-bottom: 1px solid #f9f9f9;
  display: block;
}

.nav-group_link--on {
  position: relative;
  cursor: pointer;
}

/* active クラスがつくとサブメニューが表示される */
.nav-group_item.active .nav-sp_submenu {
  display: block;
}

.footer-inner {
  background-color: #F4F7F7;
  border-radius: 80px 80px 0 0;
  padding: 60px 40px;
}
@media (max-width: 767px) {
  .footer-inner {
    padding: 20px 28px;
  }
}
.footer-wrap {
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: flex-start !important;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer-wrap {
    gap: 20px;
    margin-top: 32px;
  }
}
.footer-wrap nav {
  align-items: flex-start !important;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer-wrap nav {
    gap: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.footer-wrap nav ul {
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 767px) {
  .footer-wrap nav ul {
    gap: 12px;
  }
}
.footer-wrap nav ul li {
  font-size: 13px;
}
.footer-info {
  width: 30%;
}
@media (max-width: 1023px) {
  .footer-info {
    width: 100%;
  }
}
.footer-info_logo {
  margin-bottom: 24px;
  align-items: flex-start !important;
}
.footer-info_company {
  font-size: 24px;
}
.footer-info_list {
  gap: 16px;
  align-items: flex-start !important;
}
@media (max-width: 767px) {
  .footer-info_list {
    gap: 8px;
  }
}
.footer-info img {
  margin-left: 12px;
}
.footer-info img:hover {
  transform: translateY(-2px);
}
.footer-info_item {
  font-size: 14px;
}
.footer-info_item a:hover {
  color: #07633e;
}
.footer-info_item h3 {
  font-size: 13px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding: 4px 16px;
  border-radius: 50px;
  width: 38%;
  text-align: center;
  border: 1px solid #333333;
  margin-bottom: 8px;
}
.footer-division {
  border-bottom: 1px solid #333333;
  padding-bottom: 20px;
  font-size: 20px !important;
  width: 100%;
}
.footer-division img {
  margin-left: 24px;
}

.copyright {
  text-align: center;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

/* object */
.top-feature {
  position: relative;
  padding: 120px 0;
  z-index: 0;
  overflow: hidden;
  min-height: 600px;
  width: 100%;
}
@media (max-width: 1023px) {
  .top-feature {
    padding: 40px 0;
  }
}
.top-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../img/top/deco2.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 1023px) {
  .top-feature::before {
    height: 60%;
  }
}

.top-title_inner {
  z-index: 2;
}

.feature-wrapper {
  gap: 40px;
  justify-content: center;
}
.feature-left {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .feature-left {
    margin-top: 0;
  }
}
.feature-list {
  gap: 40px;
}
.feature-right {
  gap: 40px;
}
.feature-content_block {
  background-color: #EEF6DA;
  padding: 32px 40px;
  border-radius: 12px;
  position: relative;
  max-width: 550px;
}
@media (max-width: 767px) {
  .feature-content_block {
    padding: 28px 30px;
  }
}
.feature-content_block span {
  position: absolute;
  top: -20px;
  left: 16px;
  font-family: "Jost", sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: #ffffff;
}
.feature-content_block img {
  border-radius: 12px;
}
.feature-content_block--p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .feature-content_block--p {
    font-size: 14px;
  }
}
.feature-content_block--p h3 {
  text-align: center;
  margin: 24px 0 16px;
}
@media (max-width: 767px) {
  .feature-content_block--p h3 {
    margin: 20px 0;
    font-size: 18px;
  }
}

.feature-left .feature-content_block {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .feature-wrapper {
    flex-direction: column;
  }
  .feature-left,
  .feature-right {
    width: 100%;
  }
  .feature-left .feature-content_block {
    margin-top: 40px;
  }
}
.sustainable {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .sustainable {
    margin-top: 36px;
  }
}
.sustainable-top {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 40px 48px;
  gap: 40px;
  box-shadow: 0 0 8px #DFDFDF;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .sustainable-top {
    flex-direction: column;
    align-items: center !important;
    padding: 28px 20px;
  }
}
.sustainable-top_left {
  flex-shrink: 1;
}
.sustainable-top_left--p {
  padding: 20px 0 16px;
}
@media (max-width: 767px) {
  .sustainable-top_left--p {
    padding: 0;
    font-size: 14px;
  }
}

.servise {
  position: relative;
  margin-bottom: 80px;
}

.top-servise {
  padding-top: 160px;
}
@media (max-width: 767px) {
  .top-servise {
    padding-top: 120px;
  }
}
.top-servise_block {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: start;
  min-width: 0;
  justify-content: center;
}
.top-servise_block--bottom {
  margin-top: 60px;
}
.top-servise_top {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
.top-servise_list {
  display: grid;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  .top-servise_list {
    flex-direction: column;
  }
}
.top-servise_list li {
  min-width: 0;
}
.top-servise_list li h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .top-servise_list li h3 {
    font-size: 26px;
  }
}
.top-servise_list li strong {
  font-size: 20px;
  font-weight: 300;
}
.top-servise_list li p {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
}
.top-servise_item {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  position: relative;
  min-height: 480px;
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-servise_item {
    padding: 32px 20px;
  }
}
.top-servise_item--txt {
  position: absolute;
  top: 160px;
  left: 70px;
}
.top-servise_right {
  width: 100%;
}

.card-content {
  margin: 0 auto;
}

.item-01 {
  background-image: url(../../img/top/top-servise01.jpg);
}

.item-02 {
  background-image: url(../../img/top/top-servise02.jpg);
}

.item-03 {
  background-image: url(../../img/top/top-servise03.jpg);
}

.item-04 {
  background-image: url(../../img/top/top-servise04.jpg);
}

.item-05 {
  background-image: url(../../img/top/top-servise05.jpg);
}

/* 上：2列 */
.list-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* 下：3列 */
.list-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* tablet以下 */
@media (max-width: 1023px) {
  .top-servise_top {
    grid-template-columns: 1fr;
  }
  .list-2col,
  .list-3col {
    grid-template-columns: 1fr;
  }
}
.item-tate {
  font-feature-settings: "pkna";
  position: absolute;
  top: 10px;
  left: 12px;
  writing-mode: vertical-rl;
  font-size: 48px;
  pointer-events: none;
  white-space: nowrap;
  max-height: 100%;
  overflow: hidden;
  font-family: "Inter";
  font-weight: bold;
}

.interview {
  position: relative;
  margin-top: 40px;
}
.interview::before {
  position: absolute;
  background-image: url(../../img/top/deco4.png);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
.interview::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100vh;
  background-color: #F9F9F9;
  bottom: 0;
  z-index: -1;
}
.interview-list {
  gap: 80px;
  display: flex;
  align-items: flex-start;
  max-width: 1065px;
  width: 100%;
}
@media (max-width: 1023px) {
  .interview-list {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .interview-list {
    flex-direction: column;
    gap: 20px;
  }
}
.interview-list:nth-child(2) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .interview-list:nth-child(2) {
    flex-direction: column;
  }
}
.interview-list img {
  border-radius: 12px;
  max-width: 500px;
  width: 100%;
}
.interview-content {
  -moz-column-gap: 8.2905982906%;
       column-gap: 8.2905982906%;
  justify-content: center;
  align-items: flex-start !important;
  margin: 60px 0;
  gap: 40px;
}
.interview-content_left h3 {
  color: #07633e;
  font-size: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .interview-content_left h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
.interview-content_name {
  font-size: 18px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .interview-content_name {
    font-size: 14px;
  }
}
.interview-content_txt {
  margin-bottom: 86px;
}
@media (max-width: 1023px) {
  .interview-content_txt {
    margin-bottom: 24px;
  }
}
.interview-content_history {
  background-color: #ffffff;
  padding: 6px 8px;
  max-width: 180px;
  border-radius: 4px;
}

.works-top {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.works-top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to left, #fff, transparent);
}
.works-content {
  gap: 40px;
  overflow-x: auto;
  width: 100%;
  margin-top: 60px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 80px 10px 0;
}
.works-content::-webkit-scrollbar {
  display: none;
}
.works-content_item {
  max-width: 395px;
  flex: 0 0 320px;
  scroll-snap-align: start;
}
.works-content_item img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  display: block;
}
.works-content_item ul li {
  background-color: #f9f9f9;
  padding: 4px 16px;
  border-radius: 50px;
}
.works-content_inr {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.works-content_time {
  font-size: 15px;
  position: relative;
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.works-content_time::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  left: -16px;
  background-color: #98c928;
}
.works-content_tag {
  font-size: 13px;
  color: #07633e;
  font-weight: 600;
  gap: 8px;
}

.works-content_item {
  flex: 0 0 320px;
  scroll-snap-align: start;
}

.works-scroll {
  position: relative;
}
.works-scroll::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to left, #fff, transparent);
}

.news {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .news {
    margin: 40px 0;
  }
}
.news-category ul {
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .news-category {
    gap: 16px;
  }
}
.news-category_item {
  border-radius: 50px;
  padding: 4px 24px;
  width: 120px;
  background-color: #f9f9f9;
  color: #07633e;
  text-align: center;
  font-weight: 600;
  content: pointer;
}
.news-item {
  padding: 24px 0;
  display: block;
  border-bottom: 1px solid #d4d4d4;
  gap: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .news-item {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 16px;
  }
}
.news-item_inr {
  width: 85%;
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .news-item_inr {
    width: 100%;
  }
}
.news-item h2 {
  font-size: 15px;
}
.news-item::before {
  position: absolute;
  content: "";
  background-image: url(../../../img/icon/arrow-green.svg);
  background-size: 100% 100%;
  transform: translateY(-50%);
  top: 50%;
  right: 40px;
  width: 12px;
  height: 14px;
}
@media (max-width: 767px) {
  .news-item::before {
    right: 0;
  }
}
.news-item_block {
  gap: 40px;
}
.news-item_category {
  padding: 4px 16px;
  background-color: #f9f9f9;
  border-radius: 50px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}
.news-item_all {
  background-color: #07633e;
  color: #ffffff;
}
.news-item_time {
  font-size: 15px;
  font-weight: 500;
}

.news-layout {
  margin: 40px 0 80px;
}
.news-list h2 {
  font-size: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f9f9f9;
  margin-bottom: 40px;
}
.news-list_date {
  gap: 24px;
  margin-bottom: 20px;
}
.news-list_img {
  margin-bottom: 20px;
}
.news-btn {
  background-color: #07633e;
  color: #ffffff;
  padding: 16px 0;
  font-size: 20px;
  margin-top: 20px;
}
.news-content h2 {
  width: 100%;
  padding: 16px 0 16px 20px;
  background-color: #f8faf5;
  border-left: 4px solid #6AA18B;
  font-size: 20px;
}
.news-content h3 {
  position: relative;
  padding-left: 20px;
  margin: 30px 0 20px;
}
.news-content h3::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: #6AA18B;
  top: 6px;
  left: 0;
}
.news-content p {
  margin-bottom: 20px;
}

/* =========================
  ニュース目次 共通
========================= */
.news-toc {
  position: relative;
  background: #f8faf5;
  border-radius: 10px;
  padding: 24px 20px 20px;
  margin: 40px 0;
}
.news-toc_title {
  font-weight: bold;
  margin-bottom: 16px;
}

/* クローズボタン */
.news-toc_close,
.rtoc-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

.toc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.toc-link .title {
  position: relative;
}

.toc-link:hover .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
}

/* タイトル */
.title {
  font-weight: 500;
}

/* ホバー時：タイトルだけ線を出す */
.toc-link:hover .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}

/* =========================
  目次リスト
========================= */
/* 第1階層 */
.news-toc_list.level-1 > li {
  margin-bottom: 16px;
}

.news-toc_list.level-1 > li > a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
}

/* 番号（01,02...） */
.news-toc .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #7fbf8f;
  color: #ffffff;
  border-radius: 6px;
  font-size: 14px;
}

/* 第2階層 */
.news-toc .level-2 {
  margin-top: 8px;
  padding-left: 40px;
}

.news-toc .level-2 li {
  margin-top: 6px;
}

/* =========================
  開閉アニメーション
========================= */
/* 閉じた状態 */
.news-toc.is-close .news-toc_list {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  pointer-events: none;
}

/* 通常状態 */
.news-toc_list {
  transition: max-height 0.3s ease, opacity 0.2s ease;
}

/* =========================
 pagenation
========================= */
.news-pagination {
  margin: 0 auto 100px auto;
  max-width: 730px;
}
.news-pagination .prev img {
  margin-right: 8px;
}
.news-pagination .next img {
  margin-left: 8px;
}

.news-item {
  display: flex;
  text-decoration: none;
  color: inherit;
}

.news-item * {
  text-decoration: none;
}

.contact {
  background-color: #f8faf5;
  padding: 80px 0;
  margin: 100px 0;
}
@media (max-width: 767px) {
  .contact {
    padding: 50px 0;
    margin: 60px 0;
  }
}
.contact-top {
  background-color: #ffffff;
  padding: 30px 40px;
  width: 400px;
  height: 170px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .contact-top {
    width: 90%;
    height: auto;
    padding: 24px 16px;
    margin-bottom: 40px;
  }
}
.contact-top::after {
  content: "";
  position: absolute;
  border: 1px solid #EEEEEE;
  inset: 9px;
}
@media (max-width: 767px) {
  .contact-top::after {
    inset: 8px;
  }
}
.contact-tel {
  font-size: 32px;
  justify-content: center;
}
.contact-overview {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact-overview {
    font-size: 14px;
    text-align: left;
  }
}
.contact-tag {
  color: #ffffff;
  background-color: #EC2D2D;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: bold;
  margin-left: 12px;
}
.contact-title {
  margin-bottom: 12px;
  font-weight: 600;
}
.contact-main_contenttextarea {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}
.contact-form {
  max-width: 720px;
  margin: 0 auto;
}
.contact-phone span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .contact-phone span {
    font-size: 12px;
  }
}

.form-item {
  margin-bottom: 24px;
}
.form-item input,
.form-item textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 16px;
  background-color: #ffffff;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #d4d4d4;
  font-size: 14px;
}

input::placeholder,
textarea::placeholder {
  color: #d4d4d4;
  font-size: 14px;
}

.form-submit {
  text-align: center;
}
.form-submit button {
  background-color: #07633e;
  color: #ffffff;
  padding: 20px 0;
  font-weight: 600;
  width: 250px;
}

.contact-checkbox {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  cursor: pointer;
}
.contact-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
}

.poricy {
  color: #d4d4d4;
  font-size: 14px;
  margin: 30px 0;
}

.servise-text {
  text-align: center;
}
@media (max-width: 767px) {
  .servise-text {
    font-size: 14px;
  }
}
.servise-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
@media (max-width: 767px) {
  .servise-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.servise-item {
  width: auto;
  max-width: 514px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.servise-item p {
  margin: 16px 0 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .servise-item p {
    text-align: left;
    font-size: 14px;
    margin: 16px 0;
  }
}
.servise-txt {
  margin-top: 20px;
  gap: 12px;
}
.servise-txt h3 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .servise-txt h3 {
    font-size: 17px;
  }
}
.servise-txt span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #6AA18B;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  display: grid;
  place-items: center;
}
@media (max-width: 767px) {
  .servise-txt span {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
.servise-main {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .servise-main {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .servise-main_img {
    aspect-ratio: 16/9;
    overflow: hidden;
  }
}
.servise-main_textArea {
  background-color: #f8faf5;
  padding: 40px;
  text-align: center;
  position: relative;
  top: -40px;
  width: 78%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .servise-main_textArea {
    width: 90%;
    text-align: left;
    padding: 24px 32px;
  }
}
.servise-main_textArea h2 {
  font-size: 22px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .servise-main_textArea h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .servise-main_textArea p {
    font-size: 15px;
  }
}
.servise-content {
  gap: 60px;
  margin: 80px 0;
}
@media (max-width: 767px) {
  .servise-content {
    margin: 40px 0;
  }
}
.servise-content_list {
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.servise-content_block {
  gap: 40px;
  justify-content: center;
}
@media (max-width: 1023px) {
  .servise-content_block {
    flex-direction: column-reverse;
  }
}
.servise-content_block_txt {
  position: relative;
}
.servise-content_block_txt span {
  font-size: 136px;
  font-weight: bolder;
  color: #E7F3CE;
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: -39px;
}
@media (max-width: 767px) {
  .servise-content_block_txt span {
    font-size: 100px;
  }
}
.servise-content_block_txt h3 {
  margin-bottom: 24px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .servise-content_block_txt h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .servise-content_block_txt p {
    font-size: 14px;
  }
}
.servise-content_block--textArea {
  width: 40%;
}
@media (max-width: 1023px) {
  .servise-content_block--textArea {
    width: 80%;
  }
}
.servise-content_block--img {
  position: relative;
  aspect-ratio: 16/9;
}
.servise-content_block--img img {
  width: 100%;
  height: auto;
  display: block;
}
.servise-content_block--img::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #d4d4d4;
  transform: translate(10px, 10px);
}
.servise-content_block:nth-child(2) {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .servise-content_block:nth-child(2) {
    flex-direction: column-reverse;
  }
}
.servise-works {
  text-align: center;
}
.servise-yess_block {
  background-color: #f9f9f9;
  padding: 40px 107px;
  border-radius: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .servise-yess_block {
    padding: 30px 40px;
  }
}
.servise-yess_block p {
  margin: 30px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .servise-yess_block p {
    margin: 20px 0;
    font-size: 14px;
    text-align: left;
  }
}
.servise-yess_block:nth-child(2) {
  margin: 60px 0 80px;
}
.servise-btn {
  margin-left: auto;
}

.company-results_btn {
  margin: 80px 0 20px;
}
@media (max-width: 767px) {
  .company-results_btn {
    margin: 40px 0 0;
  }
}
.company-results_btn a {
  display: flex;
  justify-content: center;
  font-weight: bold;
  border-radius: 80px;
  padding: 16px 30px;
  font-size: 20px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  max-width: 330px;
  margin: 0 auto;
}
.company-results_list {
  padding: 40px 0 80px;
  gap: 40px;
  border-bottom: 2px dashed #d4d4d4;
}
@media (max-width: 1023px) {
  .company-results_list {
    flex-direction: column;
    padding: 30px 0 40px;
  }
}
.company-results_list li {
  max-width: 400px;
}
@media (max-width: 1023px) {
  .company-results_list li {
    text-align: center;
  }
}
.company-results_list li p {
  font-size: 20px;
  margin: 16px 0;
}
@media (max-width: 1023px) {
  .company-activity {
    flex-direction: column;
  }
}
.company-activity_txt {
  padding: 48px 60px;
  background-color: #f9f9f9;
  text-align: left;
  line-height: 2;
}
@media (max-width: 1023px) {
  .company-activity_txt {
    padding: 24px 32px;
  }
}
@media (max-width: 767px) {
  .company-activity_txt p {
    font-size: 14px;
  }
}
.company-activity_area {
  padding: 80px 0;
  border-bottom: 2px dashed #d4d4d4;
}
@media (max-width: 767px) {
  .company-activity_area {
    padding: 40px 0;
  }
}

.philocophy-message {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .philocophy-message {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.credo {
  text-align: center;
  margin: 60px 0;
}
@media (max-width: 767px) {
  .credo {
    margin: 30px 0;
  }
}
.credo-list {
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .credo-list {
    gap: 30px;
  }
}

.message-under_text {
  text-align: center;
}
@media (max-width: 767px) {
  .message-under_text {
    font-size: 15px;
    text-align: left;
  }
}
.message-inner {
  position: relative;
  margin: 0 auto 460px;
}
@media screen and (max-width: 570px) {
  .message-inner {
    margin-bottom: 0;
  }
}
.message-img {
  max-width: 720px;
  width: 100%;
}
.message-ceo {
  color: #07633e;
  font-family: "Oooh Baby", cursive;
  position: absolute;
  font-size: 48px;
  left: 5px;
  top: 30px;
  transform: rotate(-15deg);
}
.message-textArea {
  background-color: #f8faf5;
  padding: 40px 60px;
  line-height: 2;
  position: absolute;
  top: 60%;
  right: 0;
  max-width: 757px;
  width: 100%;
}
@media (max-width: 1023px) {
  .message-textArea {
    padding: 32px 48px;
  }
}
@media (max-width: 767px) {
  .message-textArea {
    position: static;
    margin-top: 24px;
    top: 70%;
    padding: 24px 30px;
  }
}
.message-text, .message-text_ceo {
  font-family: "Noto Serif JP", serif;
}
.message-text {
  text-align: left;
}
@media (max-width: 767px) {
  .message-text {
    font-size: 14px;
  }
}
.message-text_ceo {
  text-align: right;
}
@media (max-width: 767px) {
  .message-text_ceo {
    font-size: 13px;
  }
}

.health-wrap {
  gap: 60px;
}
@media (max-width: 767px) {
  .health-wrap {
    gap: 48px;
  }
}
.health-Area {
  background-color: #f9f9f9;
  padding: 40px 48px;
  gap: 40px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .health-Area {
    flex-direction: column;
    padding: 20px 32px;
    margin-top: 20px;
  }
}
.health-Area_left h3 {
  font-size: 28px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .health-Area_left h3 {
    font-size: 23px;
  }
}
.health-Area_text {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media (max-width: 767px) {
  .health-Area_text {
    font-size: 14px;
  }
}
.health-content_list {
  width: 46%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .health-content_list {
    width: 100%;
  }
}
.health-content_Area {
  flex-wrap: wrap;
  gap: 48px;
  align-items: stretch !important;
}
.health-content_textArea {
  background-color: #f9f9f9;
  padding: 40px 48px;
  flex: 1;
}
@media (max-width: 767px) {
  .health-content_textArea {
    padding: 20px 30px;
  }
}
.health-content_textArea ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  font-size: 14px;
}
.health-content_textArea ul li {
  margin-left: 1rem;
  position: relative;
  display: flex;
  align-items: center;
}
.health-content_textArea ul li::before {
  background-color: #07633e;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: -15px;
}
.health-content_textArea h4 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .health-content_textArea h4 {
    font-size: 22px;
  }
}
.health-content_textArea span {
  font-size: 36px;
  color: #6AA18B;
  font-weight: bolder;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .health-content_textArea span {
    font-size: 28px;
  }
}
.health-content_text {
  font-weight: 400;
  margin-bottom: 16px;
}

.resullts-Area {
  background-color: #f9f9f9;
  height: auto;
  line-height: 1.6;
}
.resullts-Area_box {
  gap: 60px;
}

.resullts-Area {
  margin: 60px 0;
}
@media (max-width: 1023px) {
  .resullts-Area {
    padding: 30px 0;
  }
}
.resullts-Area_box {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1023px) {
  .resullts-Area_box {
    flex-direction: column;
    gap: 24px;
  }
}
.resullts-Area_box img {
  transform: none;
}
.resullts-Area_left {
  margin-top: 0;
  text-align: center;
}
.resullts-Area_left h3 {
  font-size: 28px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .resullts-Area_left h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .resullts-Area_left p {
    font-size: 14px;
  }
}

.advisor-text {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .advisor-text {
    font-size: 14px;
    margin-bottom: 28px;
  }
}
.advisor-list {
  gap: 48px;
}
@media (max-width: 767px) {
  .advisor-list {
    gap: 36px;
  }
}
.advisor-item {
  background-color: #f9f9f9;
  padding: 40px 60px;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .advisor-item {
    padding: 20px 32px;
  }
}
.advisor-item_top {
  gap: 40px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .advisor-item_top {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .advisor-item_top {
    gap: 24px;
  }
}
.advisor-item_top--text {
  width: 60%;
}
@media (max-width: 1023px) {
  .advisor-item_top--text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .advisor-item_bottom p {
    font-size: 14px;
  }
}
.advisor-name {
  color: #07633e;
  font-size: 20px;
  font-weight: 500;
}
.advisor-name span {
  color: #5A977F;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-left: 20px;
}
.advisor-post {
  font-size: 14px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .advisor-introduction {
    font-size: 14px;
  }
}

.company-profile table {
  width: 100%;
  border-collapse: collapse;
  /* ===== SP対応 ===== */
}
.company-profile table tr {
  padding: 20px 8px;
  border-bottom: 1px solid #d4d4d4;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.company-profile table td:first-child {
  width: 23%;
  font-weight: 600;
}
.company-profile table td:nth-child(2) {
  width: 77%;
  line-height: 1.7;
}
@media screen and (max-width: 570px) {
  .company-profile table tr {
    flex-direction: column;
    gap: 8px;
    padding: 16px 0;
  }
  .company-profile table td:first-child {
    width: 100%;
    font-size: 14px;
    color: #6AA18B;
  }
  .company-profile table td:nth-child(2) {
    width: 100%;
    font-size: 14px;
  }
}

.company-access {
  margin: 40px 0;
}

.history-timeline {
  position: relative;
  display: grid;
  gap: 48px;
  max-width: 900px;
  margin: 0 auto;
}
.history-timeline::before {
  content: "";
  position: absolute;
  left: 117px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #6AA18B;
}

.history-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  position: relative;
}

.history-year {
  color: #6AA18B;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.history-year::after {
  content: "";
  position: absolute;
  right: -26px;
  top: 6px;
  width: 16px;
  height: 16px;
  background: #6AA18B;
  border-radius: 50%;
}

.history-content .month {
  color: #6AA18B;
  font-weight: 500;
  margin-right: 12px;
}
.history-content ul {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@media (max-width: 768px) {
  .history-timeline::before {
    left: 16px;
  }
  .history-item {
    grid-template-columns: 1fr;
    padding-left: 40px;
  }
  .history-year {
    font-size: 16px;
  }
  .history-year::after {
    left: -32px;
    right: auto;
  }
}
.recruit-top {
  margin-top: 80px;
}
.recruit-top_area {
  border-radius: 12px;
  position: relative;
  background-image: url(../../img/top/recruit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 80px 80px;
  background-position: center center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .recruit-top_area {
    padding: 60px 20px 30px;
  }
}
.recruit-top_btn--area {
  display: flex;
}
@media (max-width: 1023px) {
  .recruit-top_btn--area {
    flex-direction: column;
  }
}
.recruit-top_btn--area p {
  color: #ffffff;
  font-weight: bold;
  line-height: 180%;
  padding-right: 50px;
}

.recruit-main {
  /*hover*/
}
.recruit-main_img {
  position: relative;
  width: 100%;
  min-height: 400px;
  background-image: url("../../img/recruit/topmessage.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .recruit-main_img {
    background-image: none;
    min-height: auto;
    padding: 0;
    display: block;
  }
}
.recruit-main_message {
  max-width: 600px;
  margin-left: 8%;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .recruit-main_message {
    margin-left: 0;
    font-size: 14px;
  }
}
.recruit-main_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
  margin-left: 8%;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .recruit-main_text {
    margin: 0;
    padding: 30px 0;
  }
}
.recruit-main_ceoname {
  text-align: right;
}
.recruit-main_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 36px;
  background-color: #07633e;
  aspect-ratio: 1;
  height: auto;
  margin-left: 30px;
  transform: translateX(0);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 767px) {
  .recruit-main_arrow {
    width: 30px;
  }
}
.recruit-main_inner {
  display: grid;
  grid-template-columns: repeat(2, 426px);
  gap: 40px;
  justify-content: center;
}
@media (max-width: 1023px) {
  .recruit-main_inner {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .recruit-main_inner {
    gap: 30px;
  }
}
.recruit-main_link {
  width: 426px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #d4d4d4;
  padding: 30px 60px;
}
@media (max-width: 1023px) {
  .recruit-main_link {
    width: 100%;
    max-width: 426px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .recruit-main_link {
    padding: 28px 24px;
  }
}
.recruit-main_link:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.recruit-main_textArea {
  font-size: 20px;
  font-weight: 500;
  transform: translateX(0);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.05s, color 0.3s ease;
}
@media (max-width: 767px) {
  .recruit-main_textArea {
    font-size: 18px;
  }
}
.recruit-main_link:hover .recruit-main_arrow {
  transform: translateX(8px);
}
@media (max-width: 767px) {
  .recruit-main_link:hover .recruit-main_arrow {
    transform: translateX(4px);
  }
}
.recruit-main_link:hover .recruit-main_textArea {
  transform: translateX(4px);
}
@media (max-width: 767px) {
  .recruit-main_link:hover .recruit-main_textArea {
    transform: translateX(2px);
  }
}

@media (max-width: 767px) {
  .recruit-main_img::after {
    content: "";
    display: block;
    width: 100%;
    height: 240px;
    background-image: url("../../img/recruit/topmessage.jpg");
    background-size: cover;
    background-position: center;
  }
}
.recruit-faq_wapper h3 {
  font-size: 20px;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .recruit-faq_wapper h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.recruit-faq_wapper span {
  width: 20px;
  height: 1px;
  background-color: #333333;
}
.recruit-faq_list {
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  line-height: 2;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .recruit-faq_list {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.recruit-faq_q {
  position: relative;
  cursor: pointer;
  padding: 24px 64px 24px 78px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .recruit-faq_q {
    padding: 20px 40px 20px 78px;
  }
}
.recruit-faq_q::before {
  content: "Q";
  position: absolute;
  top: 18px;
  left: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #98c928;
  color: #ffffff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .recruit-faq_q::before {
    width: 35px;
    height: 35px;
    top: 24px;
    font-size: 20px;
  }
}
.recruit-faq_q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 30px;
  height: 24px;
  background: url(../../img/icon/arrow-bottom.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .recruit-faq_q::after {
    right: 0;
  }
}
.recruit-faq_a {
  position: relative;
  padding: 0 24px 0 78px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  line-height: 1.8;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}
.recruit-faq_a::before {
  content: "A";
  position: absolute;
  top: 16px;
  left: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FF8E3F;
  color: #ffffff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .recruit-faq_a::before {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}

.recruit-faq_list.appear .recruit-faq_q::after {
  transform: translateY(-50%) rotate(180deg);
}
.recruit-faq_list.appear .recruit-faq_a {
  opacity: 1;
  padding-top: 16px;
  padding-bottom: 24px;
  border-top: 1px solid #d4d4d4;
}

.recruit-faq_q::before,
.recruit-faq_q::after {
  pointer-events: none;
}

@media (max-width: 767px) {
  .interview-main {
    width: 100%;
    height: auto;
  }
}
.interview-main_item {
  width: 31%;
  list-style: none;
}
@media (max-width: 1023px) {
  .interview-main_item {
    width: 51%;
  }
}
@media (max-width: 767px) {
  .interview-main_item {
    width: 80%;
    height: 100%;
  }
}
.interview-main_list {
  gap: 80px;
  justify-content: center;
}
@media (max-width: 1023px) {
  .interview-main_list {
    flex-direction: column;
    gap: 40px;
    justify-content: center;
  }
}
.interview-main_link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 500px;
  padding: 30px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.interview-main_link:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(152, 201, 40, 0.37)), url(../../img/recruit/sekimori04.jpg);
  transform: translateY(-3px);
}

.interview01 .interview-main_link {
  background-image: url(../../img/recruit/sekimori04.jpg);
}

.interview02 .interview-main_link {
  background-image: url(../../img/recruit/nagaisan.jpg);
}

.interview-decoration {
  font-size: 48px;
  color: #FF8E3F;
  font-family: "Caveat", cursive;
  position: absolute;
  top: -20px;
  left: -40px;
  transform: rotate(-10deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .interview-decoration {
    top: -40px;
    left: -50px;
  }
}
.interview-textArea {
  max-width: 256px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.6;
}
.interview-nameArea {
  margin-top: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 256px;
}
.interview-nameArea span {
  font-size: 14px;
}

.Interview-mv {
  height: 490px;
  background-image: url("../../img/recruit/member01/01.jpg");
  background-size: cover;
  background-position: center top;
  position: relative;
  border-radius: 12px;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .Interview-mv {
    height: 380px;
    background-position: center 20%;
  }
}
.Interview-mv_text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .Interview-mv_text {
    gap: 8px;
  }
}
.Interview-mv_inner {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding-left: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .Interview-mv_inner {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .Interview-mv_inner {
    align-items: flex-end;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.Interview-mv_ttl {
  font-size: 32px;
  line-height: 160%;
  padding: 4px 8px;
  color: #ffffff;
  background-color: #98c928;
  width: -moz-fit-content;
  width: fit-content;
  animation: fadeInLeft 1.5s ease-out forwards;
}
@media (max-width: 1023px) {
  .Interview-mv_ttl {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .Interview-mv_ttl {
    font-size: 20px;
    line-height: 1.4;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.Interview-mv_profile {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .Interview-mv_profile {
    font-size: 18px;
  }
}

.member-layout_wrap {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 767px) {
  .member-layout_wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.anchor-link {
  position: sticky;
  top: 120px;
}
@media (max-width: 767px) {
  .anchor-link {
    border: 1px solid #eee;
    padding: 16px;
    border-radius: 8px;
    background: #fafafa;
    position: static;
  }
}
.anchor-link_item {
  font-size: 14px;
  font-weight: 500;
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .anchor-link_item {
    padding-right: 0;
  }
}
.anchor-link_item span {
  margin-right: 8px;
}
.anchor-link li {
  padding-bottom: 8px;
}
.anchor-link li a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
.anchor-link li a:hover {
  color: #07633e;
}

.lps-sec {
  margin-bottom: 32px;
  scroll-margin-top: 120px;
}
.lps-sec_title {
  display: inline-block;
  font-size: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #07633e;
  margin-bottom: 12px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .lps-sec_title {
    font-size: 17px;
  }
}
.lps-sec_title span {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .lps-sec_textArea {
    font-size: 14px;
  }
}

.img {
  position: relative;
  margin: 48px 0;
}
.img::before, .img::after {
  position: absolute;
  content: "";
  background-image: url(../../img/recruit/illust.png);
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
}
.img::before {
  left: -40px;
  top: -30px;
}
.img::after {
  right: -20px;
  bottom: -20px;
}

.Interview-mv2 {
  height: 490px;
  background-image: url("../../img/recruit/member02/01.jpg");
  background-size: cover;
  background-position: center top;
  position: relative;
  border-radius: 12px;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .Interview-mv2 {
    height: 380px;
    background-position: center 20%;
  }
}

.works-search_buildingtype {
  gap: 16px;
  flex-wrap: wrap;
  margin: 40px 0;
}
.works-search_buildingtype li {
  background-color: #f9f9f9;
  border-radius: 50px;
  color: #07633e;
  padding: 8px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
}
@media (max-width: 767px) {
  .works-search_buildingtype li {
    font-size: 12px;
    padding: 8px 16px;
  }
}

.is-active {
  color: #ffffff !important;
  background-color: #07633e !important;
}

.archive-all {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .archive-all {
    justify-content: center;
  }
}

.works-card {
  max-width: 395px;
}
.works-card_img {
  margin-bottom: 20px;
}
.works-card_img img {
  border-radius: 20px;
}
.works-card_text {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.works-card_text h2 {
  font-size: 22px;
  text-align: left !important;
}
.works-card_tag {
  gap: 8px;
}
.works-card_tag li {
  background-color: #f9f9f9;
  padding: 4px 16px;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  border-radius: 50px;
}

.works-block {
  margin: 40px 0 100px;
}
@media (max-width: 767px) {
  .works-block {
    margin: 20px 0 80px;
  }
}

.en-green {
  font-size: 15px;
  position: relative;
  padding-left: 16px;
}
.en-green::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: #98c928;
  width: 10px;
  height: 10px;
  top: 0.4rem;
  left: 0;
  transform: none;
}

.works-layout {
  max-width: 925px;
  margin: 80px auto 60px;
}
.works-layout span {
  font-size: 15px;
}
.works-layout table {
  width: 100%;
  max-width: 900px;
  margin: 60px auto 80px;
  border-collapse: collapse;
}
.works-layout table tr {
  width: 100%;
  display: block;
  border-bottom: 1px solid #d4d4d4;
}
.works-layout table tr td:nth-of-type(1) {
  width: 27%;
  background-color: #f9f9f9;
}
.works-layout table tr td {
  display: inline-block;
  padding: 16px 0 16px 24px;
}
.works-layout_tag {
  gap: 24px;
}
.works-layout_tag li {
  background-color: #f9f9f9;
  font-size: 13px;
  padding: 4px 16px;
  border-radius: 50px;
  font-weight: 600;
}
.works-layout_title {
  font-size: 32px;
}
.works-layout_Area {
  row-gap: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.works-single {
  margin: 80px 0;
}

/*====================================================================
slick
====================================================================*/
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-prev, .slick-next {
  z-index: 1;
  color: #ffffff !important;
}

.slick-prev:before, .slick-next:before {
  color: #07633e !important;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
  margin: 0 14px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 24px 0 0;
}
.thumb img {
  border-radius: 20px;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

.slider_main {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.slider_main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 20px;
}

/* 矢印 */
.detail-prev,
.detail-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border: none;
  background: #07633e;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-prev::before,
.detail-next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  display: block;
}
.detail-prev:hover,
.detail-next:hover {
  background: #1b5e20;
}

.detail-prev {
  left: 10px;
}

.detail-next {
  right: 10px;
}

.detail-next::before {
  transform: rotate(45deg);
}

.detail-prev::before {
  transform: rotate(-135deg);
}

.detail-prev,
.detail-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.related-works {
  margin-top: 80px;
}
.related-works h2 {
  font-size: 22px;
  margin-bottom: 24px;
  text-align: center;
}

.works-slider {
  margin: 30px 0 80px;
}

.works-card {
  padding: 0 10px;
}
.works-card_img {
  display: block;
  aspect-ratio: 4/3; /* ← 高さ統一 */
  overflow: hidden;
  position: relative;
}
.works-card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.works-card_link {
  display: block;
  height: 100%;
}
.works-card_more {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  font-size: 20px;
  opacity: 0;
  transition: 0.3s;
}

/* slickの余計な空白対策 */
.slick-track {
  display: flex;
}

.slick-slide {
  height: auto;
}

.works-archive {
  position: relative;
}

.archive-prev,
.archive-next {
  position: absolute;
  top: 20%;
  margin: auto;
  width: 40px;
  height: 40px;
  background: #07633e;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 10;
  justify-content: center;
}

.archive-prev {
  left: 4px;
}

.archive-next {
  right: 6px;
}

.archive-prev::before,
.archive-next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
}

.archive-prev::before {
  transform: rotate(-135deg);
}

.archive-next::before {
  transform: rotate(45deg);
}

.privacy {
  margin: 100px 0;
}
@media (max-width: 767px) {
  .privacy {
    margin: 60px 0;
  }
}
.privacy-explanation {
  margin-bottom: 60px;
  line-height: 160%;
}
@media (max-width: 767px) {
  .privacy-explanation {
    margin-bottom: 30px;
  }
}
.privacy dl dt {
  font-size: 20px;
  font-weight: 500;
  color: #07633e;
  gap: 8px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .privacy dl dt {
    font-size: 16px;
  }
}
.privacy dl dt span {
  background-color: #07633e;
  width: 15px;
  height: 1px;
}
.privacy dl dd {
  margin-bottom: 40px;
  line-height: 160%;
}
@media (max-width: 767px) {
  .privacy dl dd {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.privacy dl dd ul {
  margin-top: 6px;
  row-gap: 6px;
  display: flex;
  flex-direction: column;
}
.privacy dl dd ul li {
  position: relative;
  padding-left: 16px;
}
.privacy dl dd ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.6rem;
  transform: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #07633e;
}
.privacy-company dl {
  display: flex;
}
.privacy-company dl dt {
  color: #333333;
  border-bottom: 1px solid #07633e;
  padding: 16px 0;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  width: 25%;
}
.privacy-company dl dd {
  border-bottom: 1px solid #d4d4d4;
  padding: 16px 0;
  margin: 0;
  padding-left: 16px;
  width: 75%;
}

.health-heading {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .health-heading {
    font-size: 26px;
  }
}
.health-text {
  text-align: center;
  margin: 30px 0 90px;
}
@media (max-width: 767px) {
  .health-text {
    margin: 24px 20px;
    text-align: left;
  }
}
.health-text span {
  font-size: 22px;
  font-weight: 600;
  display: inline;
}
@media (max-width: 767px) {
  .health-text span {
    font-size: 20px;
  }
}
.health-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.health-content_Area {
  border: 1px solid #F3F3F3;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px;
}
@media (max-width: 767px) {
  .health-content_Area {
    margin: 40px 0;
  }
}
.health-content_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .health-content_wrapper {
    margin-bottom: 20px;
  }
}
.health-content_wrapper span {
  font-size: 20px;
  font-weight: 600;
  background: #C2DA69;
  border-top: solid 2px white;
  border-bottom: solid 2px white;
  padding: 8px 24px;
  box-shadow: 0px 0px 0px 5px #C2DA69;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .health-content_wrapper span {
    font-size: 18px;
    padding: 4px 16px;
  }
}
.health-content_wrapper--images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .health-content_wrapper--images {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.health-content_wrapper--images img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.health-content_list {
  padding-left: 0;
  margin: 0;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .health-content_list {
    margin-top: 12px;
  }
}
.health-content_list li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .health-content_list li {
    margin-bottom: 8px;
  }
}
.health-content_list li::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #C2DA69;
  top: 0.4rem;
  content: "";
  left: 0;
}

.date-box {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 767px) {
  .date-box {
    padding: 0 20px;
  }
}
.date-flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 840px;
  gap: 40px 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .date-flex {
    grid-template-columns: 1fr;
    gap: 40px;
    justify-content: center;
  }
}
.date-Area {
  background: linear-gradient(to bottom, #fff, #F6F8F8);
  padding-bottom: 120px;
  position: relative;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .date-Area {
    padding-bottom: 60px;
    margin-bottom: 130px;
  }
}
.date-Area::after {
  position: absolute;
  background-image: url(../../img/recruit/deco.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 170px;
  content: "";
  bottom: -110px;
}
.date-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .date-text {
    font-size: 14px;
  }
}
.date-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 782px;
  height: 1px;
  background-color: #ccc;
  margin: 16px auto 0;
}
@media (max-width: 767px) {
  .date-text::after {
    width: 100%;
  }
}
.date-text_inner {
  max-width: 600px;
  line-height: 1.8;
  padding: 0 16px;
}
.date-text_icon {
  width: 48px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .date-text_icon {
    width: 36px;
  }
}

.marker {
  display: inline;
  background: linear-gradient(transparent calc(100% - 6px), rgba(255, 142, 63, 0.43) calc(100% - 6px));
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 2px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .marker {
    font-size: 16px;
  }
}
.marker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  height: 6px;
  background-color: rgba(255, 142, 63, 0.43);
  z-index: -1;
}

.top-mv {
  position: relative;
  aspect-ratio: 1920/869;
  background-image: url(../../img/top/mv.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 72.0833333333%;
  width: 100vw;
  height: auto;
}

.flex {
  display: flex;
  align-items: center;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-center {
  justify-content: center;
}

.top-mv_title {
  font-size: 40px;
  line-height: 1.8;
  width: min(100% - 32px, 1170px);
  margin: 0 auto;
  padding-top: min(17.4479166667vw, 335px);
}
@media (max-width: 767px) {
  .top-mv_title {
    font-size: 20px;
  }
}
.top-mv_title--dot {
  color: #98c928;
  position: relative;
  display: inline-block;
}
.top-mv_title--dot::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #98c928;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .top-mv_title--dot::before {
    width: 6px;
    height: 6px;
  }
}

.en {
  font-size: 48px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .en {
    margin-bottom: 0;
    font-size: 40px;
  }
}

.title-main {
  margin-bottom: 24px;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
}
.title-main h2 {
  font-size: 20px;
  font-weight: bold;
}
.title-main_head {
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .title-main_head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.mv {
  width: 100%;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
}
@media (max-width: 1023px) {
  .mv {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .mv {
    padding: 40px 0;
  }
}
.mv-title {
  font-size: 60px;
}
@media (max-width: 1023px) {
  .mv-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .mv-title {
    font-size: 36px;
  }
}
.mv-title span {
  color: #07633e;
  font-size: 36px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}
.mv-company {
  background-image: url(../../img/servise/mv.jpg);
}
.mv-green {
  background-color: #f8faf5;
}

.title-page {
  font-size: 48px;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .title-page {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
.title-page span {
  color: #d4d4d4;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .title-page span {
    font-size: 28px;
  }
}
.title-sub {
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .title-sub {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.title-sub_line {
  width: 2px;
  height: 30px;
  background-color: #333333;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .title-sub_line {
    height: 20px;
    margin-top: 16px;
  }
}
.title-works {
  font-size: 24px;
  position: relative;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .title-works {
    font-size: 18px;
  }
}
.title-works span {
  font-size: 40px;
  font-family: "Oooh Baby", cursive;
  position: absolute;
  right: 56%;
  transform: rotate(-20deg);
  top: -25px;
}
@media (max-width: 767px) {
  .title-works span {
    font-size: 30px;
  }
}
.title-contact {
  text-align: center;
}
.title-contact h2 {
  position: relative;
  padding-bottom: 8px;
}
.title-contact_center {
  background-color: #98c928;
  position: absolute;
  width: 25px;
  height: 1px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

.btn {
  display: flex;
  justify-content: center;
  max-width: 262px;
  width: 100%;
  height: 62px;
  font-weight: bold;
  border-radius: 80px;
}
@media (max-width: 767px) {
  .btn {
    width: 200px;
    height: 46px;
  }
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
.btn-green {
  background-color: #98c928;
  color: #ffffff;
}
.btn-right {
  margin-left: auto;
  margin-left: auto;
}
.btn-servise {
  padding-bottom: 20px;
  border-bottom: solid 2px #333333;
  justify-content: flex-end;
  display: inline-flex;
  margin-left: auto;
  width: 190px;
}
.btn-servise img {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .btn-feature {
    margin: 12px auto 24px;
  }
}
.btn-cta {
  display: flex;
  justify-content: center;
  max-width: 262px;
  width: 100%;
  height: 62px;
  font-weight: bold;
  border-radius: 80px;
  cursor: pointer;
  background-color: #53B436;
  color: #ffffff;
  font-size: 18px;
  gap: 16px;
}
.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.border-btn {
  padding-bottom: 20px;
  border-bottom: solid 2px #ffffff;
}
.border-btn img {
  padding-left: 20px;
}

.border-btn_green {
  padding-bottom: 20px;
  border-bottom: solid 2px #98c928;
  color: #98c928;
}
.border-btn_green img {
  padding-left: 20px;
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #07633e;
  border-radius: 12px;
  width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 767px) {
  .cta-btn {
    margin: 0 auto;
  }
}
.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
.cta-btn img,
.cta-btn svg {
  width: 23px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .cta-btn:active {
    transform: scale(0.96);
  }
}
.c-btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 18px 40px;
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
  justify-content: center;
  margin-top: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 767px) {
  .c-btn {
    padding: 12px 28px;
  }
}
.c-btn_txt {
  font-size: 20px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .c-btn_txt {
    font-size: 16px;
  }
}

.c-btn01 {
  background-color: #ffffff;
  color: #98c928;
  max-width: 260px;
  width: 100%;
}

.c-btn02 {
  background-color: #98c928;
  color: #ffffff;
  max-width: 260px;
  width: 100%;
}
.c-btn02_arrow {
  background: #C1DF7E;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.c-btn03 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 16px;
  border-radius: 999px;
  text-decoration: none;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff;
  max-width: 250px;
  width: 100%;
}
.c-btn03:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.c-btn03_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #98c928;
  position: relative;
  transition: transform 0.3s ease;
}
.c-btn03_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* 外側の○ */
.c-btn_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #98c928;
  position: relative;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .c-btn_arrow {
    width: 28px;
    height: 28px;
  }
}

.arrow01 {
  background: #C1DF7E;
}

.arrow02 {
  background: #A5A4A0;
}

.arrow03 {
  background: #07633e;
  width: 24px;
  height: 24px;
}
.arrow03::after {
  width: 5px;
  height: 5px;
}

/* 中の小さい● */
.c-btn_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/*下線ボタン*/
.btn-line {
  position: relative;
  padding-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-weight: bold;
  color: #98c928;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn-line {
    gap: 8px;
    padding-bottom: 12px;
  }
}
.btn-line:hover {
  transform: translateX(4px);
}
.btn-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #98c928;
  transition: width 0.3s ease;
}
.btn-line::after:hover::after {
  width: 100%;
}

.line02 {
  color: #ffffff;
}
.line02::after {
  background: #A5A4A0;
}

.line03 {
  color: #333333;
}
.line03::after {
  background-color: #333333;
  height: 1px;
}

.works-btn {
  margin: 0 auto;
  background-color: #F6F8F8;
  border: 1px solid #d4d4d4;
  width: 244px;
  height: 56px;
  border-radius: 40px;
  justify-content: center;
  cursor: pointer;
}

.pagination {
  gap: 16px;
  justify-content: center;
}

.page-numbers {
  width: 40px;
  height: 40px;
  font-weight: bold;
  text-align: center;
  background-color: #07633e;
  color: #ffffff;
  line-height: 40px;
  border-radius: 50px;
}

.current {
  color: #07633e;
  background-color: #f9f9f9;
}

.nav-menu {
  font-size: min(1.13vw, 14px);
}

.menu-list {
  display: flex;
  justify-content: center;
}

.menu-item {
  position: relative;
  transition: background-color 0.3s;
  cursor: pointer;
}
.menu-item:hover {
  color: #07633e;
  transition: background-color 0.3s; /* 背景色の変化をアニメーション化 */
}
.menu-item a {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 120px;
}

/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu_list {
  transform: scaleY(1);
}

.drop-menu_item:hover {
  opacity: 0.9;
}

/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
  cursor: pointer;
}
.drop-menu_list {
  width: 230%;
  left: 10%;
  padding: 14px 0 0 0;
  text-align: left;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.3s;
  z-index: 1;
}
.drop-menu:hover .drop-menu_list {
  transform: scaleY(1);
  opacity: 1;
  pointer-events: auto;
}
.drop-menu_item {
  transition: opacity 0.3s, background-color 0.3s;
}
.drop-menu_item a {
  padding: 16px 24px;
  width: 100%;
  color: #ffffff;
  height: 100%;
  text-align: center;
  display: block;
  background-color: rgba(9, 56, 56, 0.9); /* 背景色 */
  position: relative;
  transition: 0.3s;
}
.drop-menu_item a:hover {
  transform: translateY(-3px); /* 少し上に移動 */
  color: #ffffff !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); /* 文字のシャドウを強調 */
}

.cta {
  padding: 60px 0 100px;
}
@media (max-width: 767px) {
  .cta {
    padding: 40px 0;
  }
}
.cta-area {
  text-align: center;
}
.cta-area h3 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cta-area h3 {
    font-size: 26px;
  }
}
.cta-area p {
  margin-bottom: 40px;
}
.cta-list {
  border: solid 1px #d4d4d4;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 6px #DFDFDF;
  padding: 40px 80px 48px 80px;
  gap: 60px;
  justify-content: center;
}
@media (max-width: 1023px) {
  .cta-list {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .cta-list {
    padding: 24px;
  }
}
.cta-tel {
  font-size: 48px;
}
@media (max-width: 767px) {
  .cta-tel {
    font-size: 34px;
  }
}
.cta-facebook {
  background-image: url(../../img/top/cta-facebook.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 40px;
  transition: transform 0.3s ease;
}
.cta-facebook:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.cta-facebook h3 {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cta-facebook h3 {
    font-size: 20px;
  }
}
.cta-servise {
  margin: 100px 0;
  background-image: url(../../img/servise/cta-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .cta-servise {
    margin: 48px 0;
    padding: 32px 0 44px;
  }
}
.cta-servise_btm {
  margin: 0 16px;
}
.cta-servise_textArea {
  position: relative;
  text-align: center;
}
.cta-servise_textArea h2 {
  font-size: 26px;
  position: relative;
}
@media (max-width: 767px) {
  .cta-servise_textArea h2 {
    font-size: 20px;
  }
}
.cta-servise_textArea h2::before {
  position: absolute;
  content: "";
  background-image: url(../../img/icon/cta-left.svg);
  background-size: 100%;
  width: 35px;
  height: 40px;
  bottom: 0;
  background-repeat: no-repeat;
  left: -53px;
}
@media (max-width: 767px) {
  .cta-servise_textArea h2::before {
    width: 26px;
    height: 30px;
    left: -40px;
  }
}
.cta-servise_textArea h2::after {
  position: absolute;
  content: "";
  background-image: url(../../img/icon/cta-right.svg);
  background-size: 100%;
  width: 35px;
  height: 40px;
  bottom: 0;
  background-repeat: no-repeat;
  right: -53px;
}
@media (max-width: 767px) {
  .cta-servise_textArea h2::after {
    width: 26px;
    height: 30px;
    right: -40px;
  }
}
.cta-servise_textArea p {
  font-weight: 500;
  font-size: 26px;
  margin: 16px 0 20px;
}
@media (max-width: 767px) {
  .cta-servise_textArea p {
    font-size: 18px;
  }
}
.cta-servise_tel {
  font-size: 26px;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  display: flex;
}
.cta-servise_tel img {
  vertical-align: baseline;
  margin-right: 8px;
}
.cta-inr {
  display: flex;
  background: #ffffff;
  border-radius: 24px;
  padding: 30px 40px;
  justify-content: center;
  gap: 30px;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .cta-inr {
    padding: 22px 32px;
  }
}
.cta-inr_tel {
  padding-right: 30px;
  border-right: 1px solid #d4d4d4;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cta-inr_tel {
    padding-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
    border-right: none;
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }
}
.cta-inr_txt {
  margin: 0 auto;
}

/*cta内の吹き出し*/
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 12px 32px;
  min-width: 120px;
  max-width: 100%;
  font-size: 20px;
  background: #FFDE59;
  border-radius: 50px;
  font-weight: 500;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFDE59;
}

.recruit-cta {
  position: relative;
  min-height: 474px;
  background-image: url("../../img/recruit/cta.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  margin: 80px 0;
  /* hover */
}
@media (max-width: 767px) {
  .recruit-cta {
    min-height: auto;
    padding: 80px 0;
    background-position: 80% center;
  }
}
.recruit-cta-ctn {
  background-color: #FF8E3F;
  border-radius: 50%;
  color: #ffffff;
}
.recruit-cta_Area {
  max-width: 867px;
  margin: 0 auto 40px;
}
.recruit-cta_text {
  font-size: 22px;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  .recruit-cta_text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .recruit-cta_text {
    font-size: 16px;
    line-height: 1.7;
  }
}
.recruit-cta_btn {
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .recruit-cta_btn {
    flex-direction: column;
    gap: 20px;
  }
}
.recruit-cta_link--inner {
  gap: 100px;
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .recruit-cta_link--inner {
    gap: 60px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .recruit-cta_link--inner {
    gap: 40px;
    margin-top: 40px;
    flex-direction: column;
  }
}
.recruit-cta_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FF8E3F;
  padding: 20px 40px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  transition: background-color 0.3s;
  position: relative;
}
@media (max-width: 767px) {
  .recruit-cta_link {
    padding: 16px 32px;
    width: 262px;
  }
}
.recruit-cta_link::before {
  content: "Entry";
  position: absolute;
  font-size: 48px;
  font-weight: normal;
  width: 100%;
  top: -45px;
  left: -55px;
  font-family: "Oooh Baby", cursive;
  color: #ffffff;
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .recruit-cta_link::before {
    font-size: 36px;
    top: -46px;
    left: -26px;
  }
}
.recruit-cta_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  width: 36px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.recruit-cta .recruit-cta_btn a:hover .recruit-cta_arrow {
  transform: translateX(6px);
}

.cta-arrow2 {
  background-color: #FF8E3F;
}

.cta-link2 {
  background-color: #ffffff;
  border: 1px solid #FF8E3F;
  color: #FF8E3F;
}
.cta-link2::before {
  color: #FF8E3F;
  content: "Check";
}

.c-btn_line:hover::after {
  transform: scaleX(0);
}

.c-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.c-btn:hover .c-btn_arrow {
  transform: translateX(6px);
}

.btn-line:hover .c-btn_arrow {
  transform: translateX(6px);
}

.c-btn03:hover .c-btn_arrow03 {
  transform: translateX(6px);
}

/* 中の●がちょっとだけ強調 */
.btn-line:hover .c-btn_arrow::after {
  transform: translate(-50%, -50%) scale(1.3);
}

.works-btn:hover,
.btn:hover {
  transform: translateY(-3px);
}

.interview-main_item:nth-child(2) .interview-main_link {
  background-image: url(../../img/recruit/nagaisan.jpg);
}
.interview-main_item:nth-child(2) .interview-main_link:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(152, 201, 40, 0.37)), url(../../img/recruit/nagaisan.jpg);
}

.interview-main_item:nth-child(1) .interview-main_link {
  background-image: url(../../img/recruit/sekimori04.jpg);
}
.interview-main_item:nth-child(1) .interview-main_link:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(152, 201, 40, 0.37)), url(../../img/recruit/sekimori04.jpg);
}

.works-card:hover .works-card_more {
  opacity: 1;
}

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

.works-slider .archive-prev:hover,
.works-slider .archive-next:hover {
  background: #1b5e20;
}

/* 横スクロールテキスト（上部に表示） */
.sec_flow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 116px;
  font-family: "Inter", sans-serif;
  color: #f5f5f5;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .sec_flow {
    font-size: 80px;
  }
}

.flow-text {
  display: flex;
  white-space: nowrap;
  animation: scroll-left 100s linear infinite;
}
.flow-text li {
  padding: 0 0.3em;
  display: inline-block;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* 2周必要なので -100% にする */
@keyframes recruit-scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.recruit-sec_flow {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 116px;
  font-family: "Inter", sans-serif;
  color: #f5f5f5;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .recruit-sec_flow {
    font-size: 80px;
  }
}
.recruit-flow_text {
  display: flex;
  white-space: nowrap;
  animation: scroll-left 100s linear infinite;
}
.recruit-flow_text li {
  padding: 0 0.3em;
  display: inline-block;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  z-index: 2;
  border: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
  .scroll-btn {
    top: 35%;
  }
}
.scroll-btn.prev {
  left: 0;
}
.scroll-btn.next {
  right: 0;
}
.scroll-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 3px solid #2f6f5f;
  border-right: 3px solid #2f6f5f;
  transform: translate(-50%, -50%) rotate(45deg);
}
.scroll-btn.prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.scrollin {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* optional *//*# sourceMappingURL=style.css.map */