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

/* Sections */
body {
  margin: 0;
  /* Remove margin */
}

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

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 {
  width: fit-content;
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

@media (max-width: 600px) {
  .m-more-btn {
    font-size: 13px;
    padding: 8px 16px;
  }
}

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

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

.top-company__item:hover .m-more-btn::after {
  right: -5px;
}

/* spナビをデフォルトで非表示 */
.sp-nav {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: rgba(255, 255, 255, 0.95);
  /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
  opacity: 0;
  z-index: 400;
  transition: all 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;
}

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

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

.sp-nav__item a {
  color: #151515;
  /*リンクの文字色*/
  width: 100%;
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 10px 22px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sp-nav__item a:hover {
  opacity: 0.7;
}

.sp-nav__item--border a {
  border-radius: 50px;
  border: 1px solid #151515;
}

.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%);
  opacity: 1;
}

/* ハンバーガーメニューのボタン位置 */
.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);
}

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

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

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

@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: 30px;
  align-items: center;
}

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

.header__nav-item--recruit a {
  background: #45A650;
  color: #fff;
  font-weight: 500;
  padding: 10px 40px;
}

.mainV {
  position: relative;
  height: 100vh;
  width: 100%;
  background: linear-gradient(rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.3)), url(../img/mv.webp) bottom center/cover no-repeat;
}

@media (max-width: 600px) {
  .mainV {
    background: linear-gradient(rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.3)), url(../img/mv-sp.webp) bottom center/cover no-repeat;
  }
}

.mainV__content {
  background: rgba(69, 166, 80, 0.9);
  padding: 20px 40px;
  width: fit-content;
  position: absolute;
  bottom: 10%;
  left: 5%;
  border-radius: 4px;
}

@media (max-width: 600px) {
  .mainV__content {
    padding: 16px;
    left: 0;
  }
}

.mainV__title {
  color: #fff;
  font-size: 46px;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .mainV__title {
    font-size: 28px;
  }
}

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

.mainV__title span {
  display: inline-block;
  margin-top: 1em;
  font-size: 28px;
}

@media (max-width: 768px) {
  .mainV__title span {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .mainV__title span {
    font-size: 16px;
  }
}

/* 下層ページ用 */
.m-page-mainV {
  position: relative;
  width: 100%;
  height: calc(30vh + 70px);
  background: linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), 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;
}

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

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

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

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

.top-business__right-content {
  width: 50%;
}

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

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

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

.top-business__content {
  margin-top: 80px;
}

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

.top-business__content:nth-child(even) {
  flex-direction: row-reverse;
}

@media (max-width: 600px) {
  .top-business__content:nth-child(even) {
    flex-direction: column;
  }
}

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

.top-business__title-en {
  font-size: 20px;
}

@media (max-width: 1080px) {
  .top-business__title-en {
    font-size: 16px;
  }
}

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

.top-business__title-ja {
  font-size: 32px;
  color: #45A650;
}

@media (max-width: 1080px) {
  .top-business__title-ja {
    font-size: 28px;
  }
}

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

.top-business__text {
  margin-top: 13px;
  line-height: 2;
}

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

.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: 100vw;
  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;
}

@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: 40px;
}

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