@charset "UTF-8";

/* destyle.css*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
html {
  line-height: 1.15;
  /* Correct the line height */
  -webkit-text-size-adjust: 100%;
  /* Prevent font size adjustment */
  -webkit-tap-highlight-color: transparent;
  /* Remove gray overlay on links */
  overflow-x: hidden;
}

/* Sections */
body {
  margin: 0;
  /* Remove margin */
  overflow-x: hidden;
}

body::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 20%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 399;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

body.sp-nav-open::after {
  opacity: 1;
  pointer-events: auto;
}

main {
  display: block;
  /* Render `main` consistently */
}

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

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

/* Replaced content */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  -webkit-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;
}

/* ラジオボタンとチェックボックスはappearanceを元に戻す */
input[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[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;
}

[type=number] {
  appearance: none;
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

/* Interactive */
details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

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

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

a {
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.8;
}


/********** base **********/
body {
  font-family: "Noto Sans JP", "serif";
  color: #151515;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 15px;
}

/********** variable **********/
/********** mixin **********/
/********** module **********/
.m-more-btn {
  display: inline-block;
  padding: 14px 40px;
  background-color: transparent;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

@media (max-width: 600px) {
  .m-more-btn {
    padding: 12px 32px;
    font-size: 14px;
  }
}

.m-more-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(-45deg) translate(0%, -90%);
  transition: right 0.3s ease, border-color 0.3s ease;
}

@media (max-width: 600px) {
  .m-more-btn::after {
    width: 6px;
    height: 6px;
    right: 16px;
  }
}

.m-more-btn:hover {
  color: #45A650;
}

.m-more-btn:hover::after {
  right: 15px;
  border-color: #45A650;
}

@media (max-width: 600px) {
  .m-more-btn:hover::after {
    right: 12px;
  }
}

.top-company__item:hover .m-more-btn::after {
  right: 15px;
  border-color: #45A650;
}

@media (max-width: 600px) {
  .top-company__item:hover .m-more-btn::after {
    right: 12px;
  }
}

.m-more__text {
  display: inline-block;
  padding-right: 20px;
}

@media (max-width: 600px) {
  .m-more__text {
    padding-right: 16px;
  }
}

/* spナビをデフォルトで非表示 */
.sp-nav {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 80%;
  height: 100vh;
  transform: translateX(100%);
  background: #ffffff;
  z-index: 400;
  transition: transform 0.4s ease;
}


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

.sp-nav__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  max-width: 320px;
}

.sp-nav__item {
  margin-bottom: 32px;
}

.sp-nav__item:last-child {
  margin-bottom: 0;
}

.sp-nav__item a {
  color: #151515;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 32px;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.05em;
}

.sp-nav__item--contact a,
.sp-nav__item--recruit a {
  background: linear-gradient(135deg, #45A650 0%, #3d8f47 100%);
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(69, 166, 80, 0.3);
  padding: 18px 40px;
  transition: opacity 0.3s ease;
}

.sp-nav__item--contact a:active,
.sp-nav__item--recruit a:active {
  opacity: 0.8;
}

.sp-nav__item--contact a::before,
.sp-nav__item--recruit a::before {
  display: none;
}


.sp-nav__sns-container {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}

.sp-nav__sns-icon {
  width: 40px;
  height: 40px;
}

.sp-nav__sns-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ナビボタンを押すとspナビを表示 */
.sp-nav.active {
  transform: translateX(0%);
}


/* ハンバーガーメニューのボタン位置 */
.hamburger-menu {
  width: 32px;
  /*ハンバーガーメニューの線の幅*/
  height: 18px;
  position: fixed;
  top: 21px;
  /*(ヘッダーの高さ)ー(メニューボタンの高さ)/2*/
  right: 20px;
  background: transparent;
  border: none;
  z-index: 500;
  cursor: pointer;
  display: none;
}

@media (max-width: 1080px) {
  .hamburger-menu {
    display: block;
  }
}

.hamburger-menu__icon {
  position: relative;
  width: 100%;
  height: 100%;
}

.hamburger-menu__icon span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #000;
  /*メニューバーの色*/
  transition: ease 0.4s;
}

.hamburger-menu span:nth-child(1) {
  top: 0;
}

.hamburger-menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger-menu span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}

.hamburger-menu.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background: #000;
}

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

.hamburger-menu.active span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  background: #000;
}

.opening {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #45A650;
  z-index: 999;
}

.opening__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

.contents {
  padding: 80px 0 0 0;
}

@media (max-width: 600px) {
  .contents {
    padding: 120px 0 0 0;
  }
}

.container-sm {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(800px + 32px);
}

.container-md {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(940px + 32px);
}

.container {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(1100px + 32px);
}

.container-lg {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(1200px + 32px);
}

.m-scale-change {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}

.m-scale-change img {
  height: auto;
  transition: transform 0.6s ease;
  /* ゆっくり変化させる */
}

.m-scale-change:hover img {
  transform: scale(1.05);
  /* 拡大 */
}

.m-grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media (max-width: 600px) {
  .m-grid-3col {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.m-grid-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media (max-width: 600px) {
  .m-grid-2col {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.m-flex-2col {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .m-flex-2col {
    gap: 40px;
    flex-direction: column;
  }
}

/* 下層ページ２col用 */
.m-2col-wrap {
  padding-top: 140px;
  padding-bottom: 140px;
}


@media (max-width: 600px) {
  .m-2col-wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.our-efforts__contents .container-lg {
  padding: 0;
}

.m-2col-contents {
  display: flex;
  gap: 80px;
}

@media (max-width: 1200px) {
  .m-2col-contents {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .m-2col-contents {
    gap: 40px;
    flex-direction: column;
  }
}

.m-2col-contents__aside {
  width: 200px;
  border-right: 1px solid #e0e0e0;
}

@media (max-width: 768px) {
  .m-2col-contents__aside {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}

.m-2col-contents__aside-list {
  position: sticky;
  display: flex;
  top: 100px;
  left: 0;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .m-2col-contents__aside-list {
    position: relative;
    top: auto;
    flex-direction: row;
    justify-content: start;
    gap: 0;
    padding: 0;
    background: #fff;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    flex-wrap: wrap;
  }
}

.m-2col-contents__aside-link {
  display: block;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
}

@media (max-width: 768px) {
  .m-2col-contents__aside-link {
    padding: 16px 16px;
    border-radius: 0;
    text-align: center;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
  }

  .m-2col-contents__aside-link::after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-72%) rotate(45deg);
  }
}

.m-2col-contents__aside-link:hover {
  color: #45A650;
}

.m-2col-contents__aside-link.is-active {
  color: #45A650;
  font-weight: 600;
}

@media (max-width: 768px) {
  .m-2col-contents__aside-link.is-active {
    color: #333;
  }
}

.m-2col-contents__aside-link.is-active::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #45A650;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .m-2col-contents__aside-link.is-active::before {
    display: none;
  }
}

.m-2col-contents__main-wrap {
  flex: 1;
  min-width: 0;
}

@media (max-width: 768px) {
  .m-2col-contents__main-wrap {
    width: 100%;
  }
}

.m-2col-contents__main {
  margin-bottom: 110px;
  scroll-margin-top: 100px;
}

@media (max-width: 768px) {
  .m-2col-contents__main {
    margin-bottom: 64px;
  }
}

.m-2col-contents__main .m-section-ttl {
  align-items: start;
}

.m-2col-contents__sub-txt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.m-2col-contents__table {
  margin-top: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.m-2col-contents__dl {
  display: flex;
  min-height: 60px;
  border-bottom: 1px solid #e0e0e0;
}

.m-2col-contents__dl:last-child {
  border-bottom: none;
}

.m-2col-contents__dl dt {
  flex: 0 0 220px;
  padding: 20px;
  background: #F5F5F5;
  color: #45A650;
  border-right: 1px solid #e0e0e0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}

.m-2col-contents__dl dd {
  flex: 1;
  padding: 20px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}

/* スマートフォン対応 */
@media (max-width: 600px) {
  .m-2col-contents__dl {
    flex-direction: column;
    min-height: auto;
  }

  .m-2col-contents__dl dt {
    flex: none;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px;
    font-size: 13px;
  }

  .m-2col-contents__dl dd {
    flex: none;
    padding: 15px;
    font-size: 13px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}

@media (max-width: 1080px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  width: 100%;
  background-color: #fff;
}

@media (max-width: 1080px) {
  .header__inner {
    padding: 8px 16px;
  }
}

.header__logo {
  max-width: 120px;
  height: auto;
}

@media (max-width: 1080px) {
  .header__logo {
    max-width: 100px;
  }
}

.header__nav {
  display: block;
}

@media (max-width: 1080px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: flex;
  gap: 18px;
  align-items: center;
}

.header__nav-item {
  font-size: 15px;
}

.header__nav-link {
  color: #151515;
  transition: color 0.3s ease;
}

.header__nav-item--contact a,
.header__nav-item--recruit a {
  background: #45A650;
  color: #fff;
  font-weight: 500;
  padding: 10px 40px;
  transition: opacity 0.3s ease;
}

.header__nav-item--contact a:hover,
.header__nav-item--recruit a:hover {
  opacity: 0.8;
}

/* 外部リンクマーク */
.header__nav-link--external {
  position: relative;
  padding-right: 20px;
}

.header__nav-link--external::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23151515' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.header__nav-item--recruit .header__nav-link--external::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E");
  right: 18px;
}

.sp-nav__link--external {
  position: relative;
  padding-right: 28px;
}

.sp-nav__link--external::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23151515' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.6;
}

.sp-nav__item--recruit .sp-nav__link--external::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E");
  right: 18px;
  opacity: 1;
}

@media (max-width: 600px) {
  .sp-nav__list {
    max-width: 280px;
  }

  .sp-nav__item {
    margin-bottom: 24px;
  }

  .sp-nav__item a {
    font-size: 16px;
    padding: 14px 28px;
  }

  .sp-nav__item--contact a {
    padding: 16px 36px;
  }

  .sp-nav__link--external {
    padding-right: 24px;
  }

  .sp-nav__link--external::after {
    width: 12px;
    height: 12px;
    right: 6px;
  }
}

.mainV {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
}

@media (max-width: 600px) {
  .mainV {
    height: 75vh;
  }
}

.mainV__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/mv.webp") center center/cover no-repeat;
  will-change: transform;
}

@media (max-width: 600px) {
  .mainV__bg {
    background: url("../img/mv-sp.webp") center center/cover no-repeat;
  }
}

.mainV__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 1;
}

/* kv_bg.png リピートパターンフィルター */
.mainV__pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
/*   background-image: url("../img/kv_bg.png"); */
  background-size: 3px auto;
  background-repeat: repeat;
  z-index: 2;
  pointer-events: none;
}

.mainV__content {
	position: absolute;
top: 70%;
left: 5vw;
z-index: 4;
text-align: left;
padding: 0;
width: auto;

background-color: rgba(0, 0, 0, 0.1);

background-image: 
  linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)),
  url("../img/kv_bg.png");

background-size: auto, 2.4px auto;
background-repeat: no-repeat, repeat;

padding: 2em;

}

@media (max-width: 600px) {
  .mainV__content {
    top: 68%;
    left: 5vw;
    max-width: 95%;
    padding: 1.5em;
	  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
	}
}

.mainV__title {
  font-weight: 500;
  text-align: left;
  line-height: 1.8;
  position: relative;
  color: #fafafa;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mainV__title-line {
  display: block;
  background: transparent;
  padding: 0;
  position: relative;
}

.mainV__title-line--01 {
  font-size: clamp(24px, 3vw, 56px);
  margin-bottom: 0;
  font-weight: 600;
  color: #fafafa;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
  line-height: 1.4;
}

@media (max-width: 768px) {
  .mainV__title-line--01 {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .mainV__title-line--01 {
    margin-bottom: 0;
  }

  .mainV__title {
    gap: 2px;
  }
}

.mainV__title-en {
  display: block;
  margin-top: 12px;
  font-size: clamp(13px, 1.5vw, 20px);
  font-weight: 400;
  color: #fafafa;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .mainV__title-en {
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 600px) {
  .mainV__title-en {
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 0.08em;
  }
}

.mainV__title-line--02 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .mainV__title-line--02 {
    font-size: 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .mainV__title-line--02 {
    font-size: 16px;
    margin-bottom: 0;
  }
}


.mainV__scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  opacity: 0;
  animation: fadeInScroll 1s ease-out 2s forwards;
  cursor: pointer;
}

@media (max-width: 600px) {
  .mainV__scroll-indicator {
    bottom: 30px;
  }
}

@keyframes fadeInScroll {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.mainV__scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, transparent 100%);
  animation: scrollLine 2s ease-in-out infinite;
}

@media (max-width: 600px) {
  .mainV__scroll-line {
    height: 30px;
  }
}

@keyframes scrollLine {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(10px);
    opacity: 0.5;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* 下層ページ用 */
.m-page-mainV {
  position: relative;
  width: 100%;
  height: calc(30vh + 70px);
  background: url("../img/mv02.webp") bottom center/cover no-repeat;
}

.m-page-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  top: calc(50% + 35px);
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 600px) {
  .m-page-ttl {
    font-size: 24px;
  }
}

.m-page-ttl__en {
  font-size: 20px;
}

@media (max-width: 600px) {
  .m-page-ttl__en {
    font-size: 16px;
  }
}

.m-page-ttl__ja {
  font-size: 48px;
}

@media (max-width: 600px) {
  .m-page-ttl__ja {
    font-size: 24px;
  }
}

.footer {
  border-top: 1px solid #F1F1F1;
}

.footer__inner {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

.footer__contents {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

@media (max-width: 600px) {
  .footer__contents {
    grid-template-columns: 1fr;
  }
}

.footer__content {
  display: flex;
  align-items: start;
}

@media (max-width: 600px) {
  .footer__content {
    flex-direction: column;
  }
}

.footer__logo-wrap {
  font-weight: 500;
  flex-shrink: 0;
}

.footer__logo {
  max-width: 120px;
  height: auto;
}

@media (max-width: 600px) {
  .footer__logo {
    max-width: 100px;
  }
}

.footer__logo img {
  width: 100%;
  height: auto;
}

.footer__info-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .footer__info-title {
    font-size: 18px;
    margin-top: 10px;
  }
}

.footer__copyright {
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #008001;
  padding: 15px;
}

@media (max-width: 600px) {
  .footer__copyright {
    font-size: 10px;
  }
}

.footer__tel-wrap {
  margin-bottom: 10px;
}

.footer__tel {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-family: "Poppins", "serif";
}

.footer__tel span {
  font-size: 14px;
  display: block;
  min-width: 3em;
}

.footer__info {
  font-size: 14px;
}

.footer__address-wrap {
  margin-top: 20px;
}

.footer__address span {
  display: inline-block;
  width: fit-content;
  padding: 2px 6px;
  font-size: 13px;
  background-color: #151515;
  color: #fff;
}

.footer__address {
  margin-bottom: 10px;
}

.footer__nav {
  margin-top: 20px;
}

.footer__nav-list {
  display: flex;
}

.footer__nav-list {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.footer__nav-link--external {
  position: relative;
  padding-right: 20px;
}

.footer__nav-link--external::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23151515' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

/********** utils **********/
.u-mt5 {
  margin-top: 5px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb64 {
  margin-bottom: 64px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt16 {
  padding-top: 16px;
}

.u-pt24 {
  padding-top: 24px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt64 {
  padding-top: 64px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb16 {
  padding-bottom: 16px;
}

.u-pb24 {
  padding-bottom: 24px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb64 {
  padding-bottom: 64px;
}

.u-pb80 {
  padding-bottom: 80px;
}

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

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

.u-mr {
  margin: 0 0 0 auto;
}

.u-mc {
  margin: 0 auto;
}

.u-mr {
  margin: 0 0 0 auto;
}

.m-section-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m-section-ttl__en {
  font-size: 16px;
  font-weight: 500;
  color: #45A650;

}

@media (max-width: 600px) {
  .m-section-ttl__en {
    font-size: 14px;
  }
}

.m-section-ttl__ja {
  font-size: 40px;
  font-weight: 500;
}

@media (max-width: 600px) {
  .m-section-ttl__ja {
    font-size: 24px;
  }
}

.u-en {
  font-family: "Poppins", "serif";
}

.u-ja {
  font-family: "Noto Sans JP", "serif";
}

.u-sp {
  display: none;
}

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

/********** pages **********/
/* top-page*/
.top-news {
  padding: 80px 0;
}

@media (max-width: 600px) {
  .top-news {
    padding: 40px 0;
  }
}

.top-news .m-section-ttl {
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .top-news .m-section-ttl {
    margin-bottom: 24px;
  }
}

.top-news .m-news__list {
  max-width: 100%;
}

.top-news .m-news__link {
  display: flex;
  align-items: center;
  padding: 24px 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

.top-news .m-news__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  min-width: 180px;
  margin-right: 24px;
}

.top-news .m-news__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  flex: 1;
  font-family: "Noto Sans JP", "serif";
}

@media (max-width: 600px) {
  .top-news .m-news__link {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
  }

  .top-news .m-news__meta {
    min-width: auto;
    width: 100%;
    margin-bottom: 8px;
    gap: 8px;
  }

  .top-news .m-news__title {
    width: 100%;
    font-size: 15px;
  }
}

.top-news__more {
  text-align: center;
  margin-top: 48px;
}

.top-news__more .m-more-btn {
  margin: 0 auto;
}

@media (max-width: 600px) {
  .top-news__more {
    margin-top: 32px;
  }

  .top-news .m-news__meta {
    margin-right: 0;
  }
}

.top-content {
  margin-top: 120px;
}

@media (max-width: 600px) {
  .top-content {
    margin-top: 64px;
  }
}

.top-content__inner {
  width: 90%;
  margin: 0 0 0 auto;
  gap: 80px;
  align-items: center;
}

@media (max-width: 1200px) {
  .top-content__inner {
    gap: 40px;
    width: 95%;
  }
}

@media (max-width: 600px) {
  .top-content__inner {
    width: 100%;
    padding: 0 16px;
    gap: 40px;
  }
}

.top-content__title {
  font-size: 32px;
}

@media (max-width: 1200px) {
  .top-content__title {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .top-content__title {
    font-size: 22px;
  }
}

.top-content__text {
  line-height: 2;
  margin-top: 40px;
}

.top-features {
  margin-top: 120px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #4472C4;
  color: #fff;
}

.top-features .m-section-ttl__en {
  color: #fff;
}

.top-features .m-section-ttl__ja {
  color: #fff;
}

.top-features__list {
  margin-top: 64px;
}

.top-features__item-text {
  margin-top: 13px;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 600px) {
  .top-features__item-text {
    font-size: 14px;
  }
}

.top-business {
  margin-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 600px) {
  .top-business {
    margin-top: 64px;
    padding-bottom: 80px;
  }
}

.top-business .m-section-ttl {
  align-items: flex-start;
}

.top-business__content {
  display: flex;
  gap: 60px;
  margin-top: 80px;
}

@media (max-width: 600px) {
  .top-business__content {
    flex-direction: column;
    margin-top: 40px;
    gap: 40px;
  }
}

.top-business__list {
  width: 50%;
  flex-shrink: 0;
}

@media (max-width: 600px) {
  .top-business__list {
    width: 100%;
  }
}

.top-business__item {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}

.top-business__item:last-child {
  border-bottom: none;
}

@media (max-width: 600px) {
  .top-business__item {
    display: flex;
    flex-direction: column;
    border-bottom: none;
    margin-bottom: 40px;
  }

  .top-business__item:last-child {
    margin-bottom: 0;
  }
}

.top-business__item-img {
  display: none;
}

@media (max-width: 600px) {
  .top-business__item-img {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }

  .top-business__item-img img,
  .top-business__item-img picture {
    width: 100%;
    height: auto;
    display: block;
  }

  .top-business__item-img picture img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.top-business__item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  position: relative;
}

.top-business__item-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(-45deg) translate(0%, -90%);
  transition: border-color 0.3s ease;
  flex-shrink: 0;
}

.top-business__item:hover .top-business__item-inner::after {
  border-color: #45A650;
}

@media (max-width: 600px) {
  .top-business__item-inner {
    padding: 0;
  }
}

.top-business__item-title {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  margin: 0;
}

.top-business__item-title-ja {
  font-size: 18px;
  color: #333;
  font-family: "Noto Sans JP", "serif";
}

@media (max-width: 1080px) {
  .top-business__item-title-ja {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .top-business__item-title-ja {
    font-size: 14px;
  }
}

.top-business__item-title-en {
  font-size: 14px;
  color: #999;
  margin-top: 4px;
}

@media (max-width: 1080px) {
  .top-business__item-title-en {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .top-business__item-title-en {
    font-size: 11px;
  }
}


.top-business__item:hover .top-business__item-title-ja {
  color: #45A650;
}

.top-business__image-area {
  width: 50%;
  flex-shrink: 0;
}

@media (max-width: 600px) {
  .top-business__image-area {
    display: none;
  }
}

.top-business__image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}

.top-business__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.top-business__more {
  text-align: center;
  margin-top: 48px;
}

@media (max-width: 600px) {
  .top-business__more {
    margin-top: 32px;
  }
}

.top-business__more-btn {
  display: inline-block;
  padding: 14px 40px;
  background-color: transparent;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.top-business__more-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(-45deg) translate(0%, -90%);
  transition: right 0.3s ease, border-color 0.3s ease;
}

.top-business__more-btn:hover {
  color: #45A650;
}

.top-business__more-btn:hover::after {
  right: 15px;
  border-color: #45A650;
}

.top-business__more-text {
  display: inline-block;
  padding-right: 20px;
}

@media (max-width: 600px) {
  .top-business__more-btn {
    padding: 12px 32px;
    font-size: 14px;
  }

  .top-business__more-btn::after {
    width: 6px;
    height: 6px;
    right: 16px;
  }

  .top-business__more-btn:hover::after {
    right: 12px;
  }

  .top-business__more-text {
    padding-right: 16px;
  }
}

.top-section-accent {
  position: relative;
  width: 100%;
  height: 50vh;
}

@media (max-width: 1200px) {
  .top-section-accent {
    height: 35vh;
  }
}

@media (max-width: 600px) {
  .top-section-accent {
    height: 30vh;
  }
}

.m-gb-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  clip-path: inset(0);
  z-index: -999;
}

@media (max-width: 1200px) {
  .m-gb-inner {
    height: 35vh;
  }
}

@media (max-width: 600px) {
  .m-gb-inner {
    height: 30vh;
  }
}

.top-section-accent__01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/section_bg.webp");
  background-size: cover;
  background-position: bottom;
  z-index: -1;
}

.top-company {
  margin-top: 120px;
}

@media (max-width: 600px) {
  .top-company {
    margin-top: 64px;
  }
}

.top-company__list {
  gap: 0;
  padding: 80px 0;
}

@media (max-width: 600px) {
  .top-company__list {
    padding: 40px 0;
  }
}

.top-company__item {
  transition: all 0.6s ease;
  padding: 40px;
  display: flex;
}

@media (max-width: 600px) {
  .top-company__item {
    padding: 16px;
  }
}

.top-company__item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-company__item:hover {
  background: #D6EAE4;
}

.top-company__item-content {
  padding: 20px;
}

@media (max-width: 600px) {
  .top-company__item-content {
    padding: 14px;
  }
}

.top-company__title {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}

.top-company__title-en {
  font-family: "Poppins", "serif";
  color: #45A650;
}

@media (max-width: 600px) {
  .top-company__title-en {
    font-size: 14px;
  }
}

.top-company__title-ja {
  font-size: 24px;
  font-family: "Noto Sans JP", "serif";
}

@media (max-width: 600px) {
  .top-company__title-ja {
    font-size: 22px;
  }
}

.top-company__text {
  margin-top: 12px;
  line-height: 1.75;
}

@media (max-width: 600px) {
  .top-company__text {
    font-size: 14px;
  }
}

.top-recruit {
  padding: 80px 0 80px 80px;
  background: #EBF4F2;
  scroll-margin-top: 100px;
}

@media (max-width: 1200px) {
  .top-recruit {
    padding: 80px 0px;
  }
}

@media (max-width: 600px) {
  .top-recruit {
    padding: 64px 20px;
  }
}

.top-recruit__contents {
  width: 97%;
  padding: 80px;
  background: #fff;
  margin: 0 0 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media (max-width: 1080px) {
  .top-recruit__contents {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    padding: 40px;
  }
}

@media (max-width: 600px) {
  .top-recruit__contents {
    padding: 20px;
  }
}

.top-recruit__left-content {
  width: 100%;
}

.top-recruit__right-content {
  width: 100%;
}

.top-recruit__right-content .m-section-ttl {
  align-items: flex-start;
}

.top-recruit__sub-title {
  margin-top: 28px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 600px) {
  .top-recruit__sub-title {
    font-size: 18px;
  }
}

.top-recruit__text {
  line-height: 2;
}

@media (max-width: 600px) {
  .top-recruit__text {
    font-size: 14px;
    line-height: 1.75;
  }
}

.top-recruit__text--contact {
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .top-recruit__text--contact {
    font-size: 12px;
  }
}

.top-recruit__tel {
  font-family: "Poppins", "serif";
  font-size: 40px;
  font-weight: 500;
  color: #45A650;
}

@media (max-width: 600px) {
  .top-recruit__tel {
    font-size: 32px;
    margin-top: 12px;
  }
}

.top-recruit__btn-wrap {
  margin-top: 40px;
}

.link-btn {
  width: 100%;
  max-width: 400px;
  padding: 13px 20px;
  background: #45A650;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}

.m-2col-contents__main--history .m-2col-contents__dl dt {
  justify-content: center;
}

/* 営業所一覧 地域セクション */
.m-office-section {
  margin-top: 40px;
}

.m-office-section:first-child {
  margin-top: 0;
}

.m-office-section__title {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 15px;
}

.m-office-section__title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1.35em;
  background: #45A650;
}

.m-office-section .m-2col-contents__table {
  margin-top: 0;
}

.m-office-section .m-2col-contents__dl dt {
  background: #EBF4F2;
  color: #151515;
  width: 200px;
}

@media (max-width: 600px) {
  .m-office-section .m-2col-contents__dl dt {
    width: 100%;
  }
}

.m-office-section .m-2col-contents__dl dd {
  color: #555;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 600px) {
  .m-office-section .m-2col-contents__dl dd {
    flex-direction: column;
    align-items: flex-start;
  }
}

.m-2col-contents__link {
  font-size: 10px;
}

@media (max-width: 600px) {
  .m-2col-contents__link {
    margin: 0 0 0 auto;
  }
}

.m-2col-contents__link {
  display: flex;
  align-items: center;
  gap: 4px;
}

.m-2col-contents__link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../img/link.webp") no-repeat center center/contain;
}

.management-philosophy {
  margin-top: 120px;
}

@media (max-width: 600px) {
  .management-philosophy {
    margin-top: 64px;
  }
}

.management-philosophy .container-sm {
  padding: 0;
}

.management-philosophy__text p {
  text-align: center;
  line-height: 2;
  margin-top: 2em;
  font-weight: 500;
}

@media (max-width: 600px) {
  .management-philosophy__text p {
    font-size: 12px;
  }
}

.our-efforts {
  margin-top: 200px;
}

@media (max-width: 600px) {
  .our-efforts {
    margin-top: 120px;
  }
}

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

/* 沿革 */
.his-table {
  margin-top: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.his-dl {
  display: flex;
  min-height: 60px;
  border-bottom: 1px solid #e0e0e0;
}

.his-dl:last-child {
  border-bottom: none;
}

.his-dl dt {
  flex: 0 0 130px;
  padding: 20px;
  background: #F5F5F5;
  color: #45A650;
  border-right: 1px solid #e0e0e0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}

.his-dl dd {
  flex: 1;
  padding: 20px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}



/* 当社の取り組みについて */
.contents-title {
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .contents-title {
    font-size: 20px;
  }
}

.contents-title::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 34px;
  background-color: #45A650;
  margin-right: 8px;
  vertical-align: middle;
  transform: translateY(-4px);
}

@media screen and (max-width: 600px) {
  .contents-title::before {
    width: 5px;
    height: 22px;
    transform: translateY(-2px);
  }
}

.contents-txt {
  margin-top: 12px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.75;
}

@media screen and (max-width: 600px) {
  .contents-txt {
    font-size: 14px;
    margin-left: 16px;
  }
}

.contents-detail {
  margin-top: 32px;
}

.contents-detail__block:not(:first-child) {
  margin-top: 24px;
}

@media screen and (max-width: 600px) {
  .contents-detail__block:not(:first-child) {
    margin-top: 16px;
  }
}

.contents-detail__title {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .contents-detail__title {
    font-size: 16px;
    font-weight: 400;
  }
}


.contents-detail__title::before {
  content: '';
  width: 13px;
  height: 13px;
  background-color: #45A650;
  border-radius: 50%;
  flex-shrink: 0;
  transform: translateY(8px);
}

@media screen and (max-width: 600px) {
  .contents-detail__title::before {
    width: 10px;
    height: 10px;
  }
}

.no-marker::before {
  display: none !important;
}

.contents-detail__specifics {
  margin-left: 16px;
}


.contents-detail__specifics p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.75;
}

.contents-detail__specifics .contents-detail__specifics-head {
  font-weight: 500;
  font-size: 16px;
  margin-top: 40px;
}


.contents-detail__specifics .u_sp_sm {
  margin-top: 8px;
  margin-left: 16px;
}



.contents-detail__specifics h5 {
  font-weight: 500;
  font-size: 14px;
  margin-top: 18px;
}

.table_container {
  margin-left: 16px;
}

@media screen and (max-width: 600px) {
  .table_container {
    font-size: 14px;
  }
}


.table th {
  font-weight: normal;
  width: 100px;
}

.table_date,
.table_data {
  padding: 8px 0;
}

.table_data {
  padding-left: 16px;
}

.gmark-icon {
  width: 52px;
  height: 60px;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .gmark-icon {
    width: 40px;
    height: 40px;
  }
}

.gmark-icon img {
  object-fit: contain;
}

.g-mark-title {
  display: flex;
  align-items: baseline;
  gap: 8px;
}



@media screen and (max-width: 600px) {
  .g-mark-title span {
    font-size: 13px;
    margin-left: 1.5em;
  }

}

.table.g-mark {
  width: 670px;
  border-collapse: collapse;
  text-align: center;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-top: 8px;
}


.table_head.g-mark {
  background-color: #EBF4F2;
  height: 48px;
  padding: 8px;
  font-weight: bold;
  border: 1px solid #A3A7A6;
  text-align: center;
  vertical-align: middle;
}

.table_data.g-mark {
  border: 1px solid #ccc;
  color: #333;
  height: 64px;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}


.table.g-mark tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table-responsive {
  display: none;
}

@media screen and (max-width: 970px) {
  .table.g-mark {
    display: none;
    /* PC用テーブルを非表示 */
  }

  .table-responsive {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 12px;
  }

  .table-row {
    display: flex;
    border-bottom: 1px solid #ccc;
  }

  .table-label {
    width: 35%;
    padding: 12px;
    background-color: #EBF4F2;
    font-weight: bold;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
  }

  .table-value {
    width: 65%;
    padding: 12px;
    box-sizing: border-box;
  }
}

.g-mark-txt {
  line-height: 1.75;
  margin-top: 12px;
  font-size: 14px;
}

/********** m-news **********/
.m-news {
  padding: 80px 0;
}

.m-news__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.m-news__item {
  border-bottom: 1px solid #E5E5E5;
}

.m-news__item:last-child {
  border-bottom: none;
}

.m-news__link {
  display: flex;
  align-items: center;
  padding: 24px 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

.m-news__link:hover {
  opacity: 0.7;
}

.m-news__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  min-width: 200px;
}

.m-news__date {
  font-size: 14px;
  color: #666;
  font-family: "Poppins", "serif";
}

.m-news__category {
  display: inline-block;
  padding: 4px 12px;
  background-color: #45A650;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  font-family: "Noto Sans JP", "serif";
}

.m-news__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  flex: 1;
  font-family: "Noto Sans JP", "serif";
}

.m-news__no-posts {
  text-align: center;
  padding: 80px 0;
  color: #666;
  font-size: 16px;
}

@media (max-width: 600px) {
  .m-news {
    padding: 40px 0;
  }

  .m-news__link {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
  }

  .m-news__meta {
    min-width: auto;
    width: 100%;
    margin-bottom: 8px;
  }

  .m-news__title {
    width: 100%;
    font-size: 14px;
  }
}

.m-news .pagination,
.m-news__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 60px;
  padding: 0;
  list-style: none;
}

.m-news .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  transition: all 0.3s;
  font-family: "Noto Sans JP", "serif";
}

.m-news .page-numbers:hover {
  background-color: #45A650;
  color: #fff;
  border-color: #45A650;
}

.m-news .page-numbers.current {
  background-color: #45A650;
  color: #fff;
  border-color: #45A650;
}

.m-news .page-numbers.dots {
  border: none;
  cursor: default;
}

.m-news .page-numbers.dots:hover {
  background-color: transparent;
  color: #333;
}

@media (max-width: 600px) {
  .m-news .pagination {
    margin-top: 40px;
    gap: 4px;
  }

  .m-news .page-numbers {
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    font-size: 12px;
  }
}

/********** m-news-detail **********/
.m-news-detail {
  padding: 80px 0;
}

.m-news-detail__article {
  max-width: 800px;
  margin: 0 auto;
}

.m-news-detail__header {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E5E5E5;
}

.m-news-detail__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.m-news-detail__date {
  font-size: 14px;
  color: #666;
  font-family: "Poppins", "serif";
}

.m-news-detail__category {
  display: inline-block;
  padding: 4px 12px;
  background-color: #45A650;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  font-family: "Noto Sans JP", "serif";
}

.m-news-detail__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  font-family: "Noto Sans JP", "serif";
}

.m-news-detail__content {
  margin-bottom: 60px;
  line-height: 1.8;
  font-size: 16px;
  font-family: "Noto Sans JP", "serif";
}

.m-news-detail__content p {
  margin-bottom: 1.5em;
}

.m-news-detail__content h2 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 1em;
  font-family: "Noto Sans JP", "serif";
}

.m-news-detail__content h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-family: "Noto Sans JP", "serif";
}

.m-news-detail__content ul,
.m-news-detail__content ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

.m-news-detail__content li {
  margin-bottom: 0.5em;
}

.m-news-detail__content a {
  color: #45A650;
  text-decoration: underline;
}

.m-news-detail__content a:hover {
  opacity: 0.7;
}

.m-news-detail__nav {
  text-align: center;
  margin-bottom: 60px;
}

.m-news-detail__back-link {
  display: inline-block;
  padding: 12px 32px;
  background-color: #45A650;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  transition: opacity 0.3s;
  font-family: "Noto Sans JP", "serif";
}

.m-news-detail__back-link:hover {
  opacity: 0.8;
}

.m-news-detail__pagination {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #E5E5E5;
}

.m-news-detail__pagination-link {
  display: block;
  padding: 20px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

.m-news-detail__pagination-link:hover {
  background-color: #F5F5F5;
  border-color: #45A650;
}

.m-news-detail__pagination-link--prev {
  text-align: left;
}

.m-news-detail__pagination-link--next {
  text-align: right;
}

.m-news-detail__pagination-label {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
  font-family: "Noto Sans JP", "serif";
}

.m-news-detail__pagination-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Sans JP", "serif";
}

@media (max-width: 600px) {
  .m-news-detail {
    padding: 40px 0;
  }

  .m-news-detail__title {
    font-size: 24px;
  }

  .m-news-detail__content {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .m-news-detail__content h2 {
    font-size: 20px;
  }

  .m-news-detail__content h3 {
    font-size: 18px;
  }

  .m-news-detail__nav {
    margin-bottom: 40px;
  }

  .m-news-detail__back-link {
    padding: 10px 24px;
    font-size: 12px;
  }

  .m-news-detail__pagination {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
    padding-top: 30px;
  }

  .m-news-detail__pagination-link--next {
    text-align: left;
  }
}

/********** contact page **********/
.contact {
  padding: 80px 0;
}

@media (max-width: 600px) {
  .contact {
    padding: 40px 0;
  }
}

.contact__info {
  text-align: center;
  line-height: 2;
  margin-bottom: 48px;
  font-size: 16px;
}

@media (max-width: 600px) {
  .contact__info {
    font-size: 14px;
    margin-bottom: 32px;
    text-align: left;
  }
}

.contact__form {
  max-width: 800px;
  margin: 0 auto;
}

/* 送信完了画面 */
.contact-thanks {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
}

.contact-thanks__message {
  font-size: 24px;
  font-weight: 500;
  color: #151515;
  margin-bottom: 24px;
  line-height: 1.6;
}

.contact-thanks__text {
  font-size: 16px;
  color: #151515;
  line-height: 1.8;
}

@media (max-width: 600px) {
  .contact-thanks {
    padding: 40px 0;
  }

  .contact-thanks__message {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .contact-thanks__text {
    font-size: 14px;
    text-align: left;
  }
}

.contact-thanks__btn-wrap {
  margin-top: 48px;
  text-align: center;
}

.contact-thanks__btn {
  display: inline-block;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 500;
  color: #151515;
  background-color: #fff;
  border: 1px solid #151515;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  font-family: "Noto Sans JP", "serif";
}

.contact-thanks__btn:hover {
  background-color: #151515;
  color: #fff;
}

@media (max-width: 600px) {
  .contact-thanks__btn-wrap {
    margin-top: 32px;
  }

  .contact-thanks__btn {
    font-size: 14px;
    padding: 14px 32px;
  }
}

/* Contact Form 7 スタイル */
.wpcf7-form {
  width: 100%;
}

.form-unit {
  margin-bottom: 32px;
}

@media (max-width: 600px) {
  .form-unit {
    margin-bottom: 24px;
  }
}

.form-unit__head {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #151515;
}

@media (max-width: 600px) {
  .form-unit__head {
    font-size: 14px;
  }
}

.form-unit__head.m-required::after {
  content: "必須";
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #E53935;
  color: #fff;
  border-radius: 2px;
  vertical-align: middle;
}

.form-unit__input,
.form-unit__textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  color: #151515;
  font-family: "Noto Sans JP", "serif";
  transition: border-color 0.3s;
}

.form-unit__input:focus,
.form-unit__textarea:focus {
  outline: none;
  border-color: #45A650;
}

@media (max-width: 600px) {

  .form-unit__input,
  .form-unit__textarea {
    font-size: 14px;
    padding: 10px 12px;
  }
}

.form-unit__textarea {
  min-height: 200px;
  resize: vertical;
}

@media (max-width: 600px) {
  .form-unit__textarea {
    min-height: 150px;
  }
}

/* ラジオボタン */
.form-unit__radio {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

@media (max-width: 600px) {
  .form-unit__radio {
    flex-direction: column;
    gap: 16px;
  }
}

.wpcf7-list-item {
  display: flex;
  align-items: center;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}

@media (max-width: 600px) {
  .wpcf7-list-item label {
    font-size: 14px;
  }
}

.wpcf7-list-item input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  cursor: pointer;
  accent-color: #45A650;
  -webkit-appearance: radio;
  appearance: radio;
}

@media (max-width: 600px) {
  .wpcf7-list-item input[type="radio"] {
    width: 18px;
    height: 18px;
  }
}

.wpcf7-list-item-label {
  display: inline-block;
}

.form-consent .wpcf7-list-item-label {
  display: inline-block;
  text-align: center;
}

/* チェックボックス（プライバシーポリシー同意） */
.form-consent {
  margin: 48px 0 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-consent>* {
  text-align: center;
}

.form-consent .wpcf7-form-control-wrap,
.form-consent .wpcf7-form-control,
.form-consent .wpcf7-list-item {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}

@media (max-width: 600px) {
  .form-consent {
    margin: 32px 0 24px;
  }
}

.form-consent label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .form-consent label {
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.form-consent .form-checkbox {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  cursor: pointer;
  accent-color: #45A650;
  flex-shrink: 0;
  -webkit-appearance: checkbox;
  appearance: checkbox;
  margin-left: 0;
}

@media (max-width: 600px) {
  .form-consent .form-checkbox {
    width: 18px;
    height: 18px;
  }
}


.form-unit__policy-link {
  color: #45A650;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.form-unit__policy-link:hover {
  opacity: 0.7;
}

/* 送信ボタン */
.form__submit {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #45A650;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s, opacity 0.3s;
  font-family: "Noto Sans JP", "serif";
  text-align: center;
}

.form__submit:hover {
  background-color: #3a8a42;
}

.form__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (max-width: 600px) {
  .form__submit {
    font-size: 14px;
    padding: 14px 24px;
  }
}

/* 入力画面での戻るボタン（テキストリンク風） */
.wpcf7-form .wpcf7-previous {
  display: inline-block;
  width: auto;
  max-width: none;
  margin: 16px auto 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #151515;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: opacity 0.3s;
  font-family: "Noto Sans JP", "serif";
  text-align: center;
  text-decoration: underline;
}

.wpcf7-form .wpcf7-previous:hover {
  opacity: 0.7;
  background-color: transparent;
  border: none;
}

@media (max-width: 600px) {
  .wpcf7-form .wpcf7-previous {
    font-size: 14px;
    margin-top: 12px;
  }
}

/* 確認画面用スタイル */
.form-unit__input-wrap,
.form-unit__textarea-wrap {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #151515;
  font-family: "Noto Sans JP", "serif";
  line-height: 1.6;
  word-break: break-word;
}

.form-unit__textarea-wrap {
  min-height: 100px;
  white-space: pre-wrap;
}

@media (max-width: 600px) {

  .form-unit__input-wrap,
  .form-unit__textarea-wrap {
    font-size: 14px;
    padding: 10px 12px;
  }

  .form-unit__textarea-wrap {
    min-height: 80px;
  }
}

/* 送信ボタンと戻るボタンのラッパー */
.form-submit-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 600px) {
  .form-submit-wrap {
    gap: 12px;
    margin-top: 32px;
  }
}

/* 戻るボタン（確認画面用 - テキストリンク風） */
.form-submit-wrap .wpcf7-previous {
  display: inline-block;
  flex: none;
  max-width: none;
  width: auto;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #151515;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: opacity 0.3s;
  font-family: "Noto Sans JP", "serif";
  text-align: center;
  text-decoration: underline;
}

.form-submit-wrap .wpcf7-previous:hover {
  opacity: 0.7;
  background-color: transparent;
  border: none;
}

@media (max-width: 600px) {
  .form-submit-wrap .wpcf7-previous {
    font-size: 14px;
  }
}

/* 送信ボタン（確認画面用） */
.form-submit-wrap .form__submit {
  max-width: 400px;
  margin: 0;
}

@media (max-width: 600px) {
  .form-submit-wrap .form__submit {
    width: 100%;
    max-width: 100%;
  }
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #E53935;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng,
.wpcf7-mail-sent-ok {
  margin: 24px 0;
  padding: 16px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  background-color: #ffebee;
  color: #E53935;
  border: 1px solid #E53935;
}

.wpcf7-mail-sent-ok {
  background-color: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #2e7d32;
}

/* スパム対策フィールド（非表示） */
.hp-message {
  display: none !important;
}

.your-zip-wrap {
  display: none !important;
  visibility: hidden !important;
}

/* 事業内容下層ページ */
.business-intro {
  margin-top: 120px;
}

@media (max-width: 600px) {
  .business-intro {
    margin-top: 64px;
  }
}

.business-intro .container-sm {
  padding: 0;
}

.business-intro__text p {
  text-align: center;
  line-height: 2;
  margin-top: 2em;
  font-weight: 500;
}

@media (max-width: 600px) {
  .business-intro__text p {
    font-size: 14px;
    text-align: left;
    line-height: 1.75;
    margin-top: 1.5em;
  }
}

.contents-img {
  margin-top: 24px;
  width: 100%;
}

.contents-img img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Z型レイアウト */
.m-business-row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 24px;
}

.m-business-row__img {
  width: 45%;
  flex-shrink: 0;
}

.m-business-row__content {
  flex-grow: 1;
}

.business-contents {
  margin-top: 200px;
  padding-bottom: 120px;
}

.business-contents__item {
  margin-bottom: 120px;
  scroll-margin-top: 100px;
}

@media (max-width: 600px) {
  .business-contents {
    margin-top: 120px;
    padding-bottom: 64px;
  }

  .business-contents__item {
    margin-bottom: 64px;
  }
}

.business-contents__item:last-child {
  margin-bottom: 0;
}

.business-contents__item:nth-of-type(even) .m-business-row {
  flex-direction: row-reverse;
}

@media (max-width: 1080px) {
  .m-business-row {
    flex-direction: column !important;
    gap: 24px;
  }

  .m-business-row__img {
    width: 100%;
  }

  .business-contents__item:nth-of-type(even) .m-business-row {
    flex-direction: column !important;
  }
}