@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

ul,
ol {
  list-style: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  text-align: left;
}

html {
  font-family: "Inter", sans-serif;
  color: #3c433b;
}

[id] {
  scroll-margin-top: 100px;
}

.layout-width {
  max-width: 1320px;
  width: 100%;
  padding-inline: 60px;
  margin-inline: auto;
}
@media (max-width: 999px) {
  .layout-width {
    padding-inline: 40px;
  }
}
@media (max-width: 479px) {
  .layout-width {
    padding-inline: 20px;
  }
}

.layout-py {
  padding-block: 120px;
}
@media (max-width: 1199px) {
  .layout-py {
    padding-block: 100px;
  }
}
@media (max-width: 767px) {
  .layout-py {
    padding-block: 80px;
  }
}
@media (max-width: 575px) {
  .layout-py {
    padding-block: 60px;
  }
}

.common-heading {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .common-heading {
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .common-heading {
    margin-bottom: 26px;
    padding-bottom: 10px;
  }
}
.common-heading-ja {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 2.25px;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .common-heading-ja {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .common-heading-ja {
    font-size: 28px;
    margin-bottom: 0;
  }
}
.common-heading-en {
  color: #64b56a;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.9px;
}
.common-heading::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  display: inline-block;
  bottom: 0;
  background-color: #e2e2e2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.common-heading::after {
  content: "";
  width: 90px;
  height: 3px;
  position: absolute;
  display: inline-block;
  bottom: 0;
  background-color: #377c56;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.common-heading.white .common-heading-ja {
  color: white;
}
.common-heading.white .common-heading-en {
  color: #f8ff3a;
}

.common-heading.left {
  text-align: left;
}
.common-heading.left::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.common-heading.left::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.common-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 300px;
  width: 100%;
  background-color: transparent;
  padding: 18px 23px 18px 28px;
  border: 1px solid #3c433b;
  margin-inline: auto;
  z-index: 3;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 575px) {
  .common-button {
    font-size: 16px;
    letter-spacing: 1.6px;
    padding: 13px 18px 13px 23px;
  }
}
.common-button::before {
  position: absolute;
  content: "";
  display: block;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0;
  left: 0;
}
.common-button::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  border-radius: 50%;
  position: absolute;
  content: "";
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  z-index: 20;
  width: 110%;
  aspect-ratio: 1/1;
  right: 110%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(18.75%, #338037),
    color-stop(86.54%, #76cf7b)
  );
  background: linear-gradient(90deg, #338037 18.75%, #76cf7b 86.54%);
}
.common-button:hover {
  border-color: white;
}
.common-button:hover::after {
  right: 0;
}
.common-button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 50;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.common-button span::after {
  background-color: black;
  display: block;
  content: "";
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg width="22" height="14" viewBox="0 0 22 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="arrow-base"><path d="M0.75 7L20.7844 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.9333 1.79199L20.7844 7L14.9333 12.208" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg width="22" height="14" viewBox="0 0 22 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="arrow-base"><path d="M0.75 7L20.7844 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.9333 1.79199L20.7844 7L14.9333 12.208" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 22px;
  height: 15px;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.common-button:hover span {
  color: white;
}
.common-button:hover span::after {
  margin-right: 0;
  background-color: white;
}

.common-button.green {
  border-color: white;
  color: white;
}
.common-button.green span::after {
  background-color: white;
}
.common-button.green::after {
  right: 0;
}
.common-button.green:hover {
  border-color: #3c433b;
}
.common-button.green:hover span {
  color: #3c433b;
}
.common-button.green:hover span::after {
  background-color: #3c433b;
}
.common-button.green:hover::after {
  right: -110%;
}

.common-button.green.contact {
  border-color: transparent;
  border-width: 2px;
  max-width: 360px;
}
.common-button.green.contact::after {
  right: -10px;
  opacity: 1;
}
.common-button.green.contact svg {
  z-index: 50;
}
.common-button.green.contact .mail-icon .color {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  stroke: white;
}
.common-button.green.contact:hover {
  border-color: #377c56;
}
.common-button.green.contact:hover::after {
  right: -10px;
  opacity: 0;
}
.common-button.green.contact:hover span {
  color: #377c56;
}
.common-button.green.contact:hover span::after {
  background-color: #377c56;
}
.common-button.green.contact:hover .mail-icon .color {
  stroke: #377c56;
}

.page-eyecatch {
  min-height: 300px;
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../images/common/page-eyecatch-base.png);
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.page-eyecatch::after {
  position: absolute;
  content: url(../images/common/page-eyecatch-white.png);
  left: 0;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.page-eyecatch-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-block: auto;
  z-index: 50;
}
@media (max-width: 999px) {
  .page-eyecatch-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-eyecatch-inner h1 {
  color: #096b4f;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 82px;
  letter-spacing: 18.2px;
  -webkit-text-stroke: 3px rgba(255, 255, 255, 0.9);
  paint-order: stroke;
}
@media (max-width: 1199px) {
  .page-eyecatch-inner h1 {
    font-size: 42px;
    letter-spacing: 6px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .page-eyecatch-inner h1 {
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 42px;
  }
}
.page-eyecatch-inner p {
  color: #fdf9f3;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 9.8px;
  -webkit-text-stroke: 3px rgba(9, 107, 79, 0.3960784314);
  paint-order: stroke;
}
@media (max-width: 1199px) {
  .page-eyecatch-inner p {
    font-size: 20px;
    letter-spacing: 4px;
  }
}
@media (max-width: 575px) {
  .page-eyecatch-inner p {
    font-size: 16px;
    letter-spacing: 3px;
  }
}

.breadcrumb {
  background-color: #fdf9f3;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.64px;
}
.breadcrumb-inner {
  padding-block: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.squair-border-light {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  z-index: 100;
}
.squair-border-light::before {
  content: "";
  display: block;
  width: 110%;
  height: 60%;
  background-image: url(../images/common/squair-border-light.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5px;
  left: -5%;
  z-index: -10;
}

.squair-border-light.left {
  margin-left: 0;
}

.squair-border-dark {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  z-index: 100;
}
.squair-border-dark::before {
  content: "";
  display: block;
  width: 110%;
  height: 60%;
  background-image: url(../images/common/squair-border-dark.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5px;
  left: -5%;
  z-index: -10;
}

.squair-border-dark.left {
  margin-left: 0;
}

.green-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  height: 100%;
}
.green-line::before {
  content: "";
  display: block;
  width: 5px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: #8ddf74;
}

.green-gra-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.green-gra-line::before {
  content: "";
  display: block;
  width: 5px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#64e29d),
    to(#377c56)
  );
  background: linear-gradient(180deg, #64e29d 0%, #377c56 100%);
}

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

.common-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 2.2px;
}
@media (max-width: 1199px) {
  .common-text {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 2px;
  }
}
@media (max-width: 575px) {
  .common-text {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 479px) {
  .common-text {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.4px;
  }
}

.common-text-lg {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 2.72px;
}
@media (max-width: 1199px) {
  .common-text-lg {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .common-text-lg {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 2px;
  }
}

.common-text-sm {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
}
@media (max-width: 1199px) {
  .common-text-sm {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.8px;
  }
}
@media (max-width: 575px) {
  .common-text-sm {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 479px) {
  .common-text-sm {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.4px;
  }
}

.common-list .layout-width {
  max-width: 1120px;
}
.common-list dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 50px;
  padding-block: 30px;
  color: black;
  border-bottom: 1px solid #a0c47c;
}
@media (max-width: 767px) {
  .common-list dl div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
}
.common-list dl div:last-child {
  border-bottom: none;
}
.common-list dl div dt {
  max-width: 250px;
  width: 100%;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 2.6px;
  gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .common-list dl div dt {
    max-width: 180px;
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .common-list dl div dt {
    font-size: 18px;
  }
}
.common-list dl div dd {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 2px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 767px) {
  .common-list dl div dd {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .common-list dl div dd {
    font-size: 16px;
    line-height: 24px;
  }
}
.common-list dl div dd ul {
  width: 100%;
}
.common-list dl div dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .common-list dl div dd ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
  }
}
.common-list dl div dd ul li::before {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #8ddf74;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .common-list dl div dd ul li::before {
    display: none;
  }
}
.common-list dl div dd ul .both-end-sm {
  max-width: 380px;
  width: 100%;
}
@media (max-width: 1199px) {
  .common-list dl div dd ul .both-end-sm {
    border-bottom: 1px solid #e2e2e2;
    max-width: 100%;
    padding-block: 6px;
  }
}
@media (max-width: 1199px) {
  .common-list dl div dd ul .both-end-sm span:first-child {
    font-weight: 500;
  }
}
.common-list dl div dd ul .both-end-sm span:last-child {
  margin-left: auto;
}
@media (max-width: 1199px) {
  .common-list dl div dd ul .both-end-sm span:last-child {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .common-list dl div dd ul .both-end-sm span:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .common-list dl div dd ul .both-end-sm span:last-child::before {
    display: block;
    content: "";
    width: 16px;
    height: 2px;
    background-color: #64b56a;
  }
}
.common-list dl div dd ul .both-end-lg {
  width: 100%;
}
@media (max-width: 1199px) {
  .common-list dl div dd ul .both-end-lg {
    border-bottom: 1px solid #e2e2e2;
    padding-block: 6px;
  }
}
@media (max-width: 1199px) {
  .common-list dl div dd ul .both-end-lg span:first-child {
    font-weight: 500;
  }
}
.common-list dl div dd ul .both-end-lg span:last-child {
  margin-left: auto;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .common-list dl div dd ul .both-end-lg span:last-child {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .common-list dl div dd ul .both-end-lg span:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .common-list dl div dd ul .both-end-lg span:last-child::before {
    display: block;
    content: "";
    width: 16px;
    height: 2px;
    background-color: #64b56a;
  }
}

@media (min-width: 480px) {
  .br-xs {
    display: none;
  }
}

.site-header {
  position: fixed;
  height: 90px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 150;
}
.site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1680px;
  padding-inline: 30px;
  margin-inline: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .site-header__inner {
    gap: 20px;
    padding-inline: 20px;
  }
}
@media (max-width: 575px) {
  .site-header__inner {
    padding-inline: 10px;
  }
}
@media (max-width: 999px) {
  .site-header__inner .logo {
    width: 220px;
  }
}
.site-header__inner .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.site-header__nav {
  height: 100%;
}
@media (max-width: 767px) {
  .site-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition:
      transform 0.4s,
      -webkit-transform 0.4s;
    z-index: 90;
  }
}
.site-header__nav.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.site-header__nav ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .site-header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    z-index: 200;
    padding-top: 160px;
  }
}
.site-header__nav ul li {
  height: 100%;
}
@media (max-width: 767px) {
  .site-header__nav ul li {
    height: auto;
  }
}
.site-header__nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-inline: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 1.8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.site-header__nav ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .site-header__nav ul li a {
    padding-inline: 10px;
    font-size: 16px;
  }
}
@media (max-width: 999px) {
  .site-header__nav ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .site-header__nav ul li a {
    height: auto;
    padding-block: 16px;
    font-size: 18px;
    margin-inline: 20px;
    border-bottom: 1px solid #3c433b;
  }
}
.site-header__nav ul li:last-child a {
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .site-header__nav ul li:last-child a {
    padding-right: 20px;
  }
}
.site-header .contact-link {
  background-color: #64b469;
  color: white;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.site-header .contact-link:hover {
  color: #377c56;
  background-color: #d9f2d1;
}
.site-header .contact-link:hover .mail-icon .color {
  stroke: #377c56;
}
@media (max-width: 767px) {
  .site-header .contact-link {
    margin-right: 70px;
  }
}
.site-header .contact-link svg .color {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 999px) {
  .site-header .contact-link svg {
    width: 34px;
  }
}
.site-header .contact-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-inline: 10px;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 1.8px;
}
@media (max-width: 999px) {
  .site-header .contact-link a {
    padding-inline: 6px;
  }
}
@media (max-width: 767px) {
  .site-header .contact-link a {
    width: 70px;
  }
}
.site-header .contact-link p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
@media (max-width: 999px) {
  .site-header .contact-link p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .site-header .contact-link p {
    display: none;
  }
}
.site-header .hamburger {
  display: none;
  padding: 0;
}
@media (max-width: 767px) {
  .site-header .hamburger {
    display: block;
    position: fixed;
    top: 0;
    right: 27px;
    z-index: 100;
    width: 65px;
    height: 90px;
    border: none;
    background: transparent;
    cursor: pointer;
  }
}
@media (max-width: 575px) {
  .site-header .hamburger {
    right: 17px;
  }
}
.site-header .hamburger .hamburger__line {
  position: absolute;
  left: 20px;
  width: 26px;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.site-header .hamburger__line:nth-of-type(1) {
  top: 34px;
}
.site-header .hamburger__line:nth-of-type(2) {
  top: 43px;
}
.site-header .hamburger__line:nth-of-type(3) {
  top: 52px;
}
.site-header .hamburger.active .hamburger__line:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.site-header .hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.site-header .hamburger.active .hamburger__line:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.site-footer {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1a5126),
    color-stop(18.75%, #377c56),
    color-stop(67.82%, #64b469)
  );
  background: linear-gradient(
    90deg,
    #1a5126 0%,
    #377c56 18.75%,
    #64b469 67.82%
  );
}
.site-footer-inner {
  max-width: 1720px;
  width: 100%;
  padding-inline: 30px;
  margin-inline: auto;
}
.site-footer-inner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.site-footer-inner-top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .site-footer-inner-top-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.site-footer-inner-top .adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 575px) {
  .site-footer-inner-top .adress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.site-footer-inner-top .adress a {
  color: rgba(253, 249, 243, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.6px;
}
@media (max-width: 575px) {
  .site-footer-inner-top .adress a {
    margin-left: auto;
    font-size: 14px;
  }
}
.site-footer-inner-top .adress-inner {
  color: #fdf9f3;
}
.site-footer-inner-top .adress-inner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.site-footer-inner-top .adress-inner .company-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.28px;
  margin-bottom: 4px;
}
@media (max-width: 575px) {
  .site-footer-inner-top .adress-inner .company-name {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
.site-footer-inner-top .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .site-footer-inner-top .logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .site-footer-inner-top .logo img {
    max-width: 70%;
    margin-inline: auto;
  }
}
.site-footer-inner-top .menu {
  display: grid;
  grid-template-columns: repeat(6, auto);
}
@media (max-width: 999px) {
  .site-footer-inner-top .menu {
    grid-template-columns: repeat(4, auto);
    row-gap: 10px;
  }
}
@media (max-width: 767px) {
  .site-footer-inner-top .menu {
    grid-template-columns: repeat(2, auto);
    row-gap: 10px;
  }
}
.site-footer-inner-top .menu a {
  color: #fdf9f3;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.8px;
  padding-inline: 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.site-footer-inner-top .menu a:hover {
  opacity: 0.6;
}
@media (max-width: 1399px) {
  .site-footer-inner-top .menu a {
    padding-inline: 20px;
  }
}
.site-footer-inner-top .menu a:last-child {
  border-right: none;
}
@media (max-width: 999px) {
  .site-footer-inner-top .menu a:nth-child(4n) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .site-footer-inner-top .menu a:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 575px) {
  .site-footer-inner-top .menu a {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.6px;
  }
}
.site-footer-inner-bottom {
  padding-block: 12px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

#top-eyecatch .eyecatch-inner {
  width: 100%;
  height: 100vh;
  background-image: url(../images/top/eyecatch-image.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 767px) {
  #top-eyecatch .eyecatch-inner {
    background-image: url(../images/top/eyecatch-image-sp.png);
  }
}
#top-eyecatch .eyecatch-inner-text {
  position: absolute;
  right: 8%;
  top: 280px;
  text-align: right;
}
#top-eyecatch .eyecatch-inner-text h1 {
  color: black;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: 6.4px;
}
@media (max-width: 575px) {
  #top-eyecatch .eyecatch-inner-text h1 {
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 46px;
  }
}
#top-eyecatch .eyecatch-inner-text .since {
  color: #64b469;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1.8px;
  margin-bottom: 60px;
}
#top-eyecatch .eyecatch-inner-text .text {
  color: #377c56;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 2.4px;
}
@media (max-width: 575px) {
  #top-eyecatch .eyecatch-inner-text .text {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
  }
}
#top-news {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1a5126),
    color-stop(18.75%, #377c56),
    color-stop(67.82%, #64b469)
  );
  background: linear-gradient(
    90deg,
    #1a5126 0%,
    #377c56 18.75%,
    #64b469 67.82%
  );
}
#top-news .news-inner {
  padding: 20px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
  gap: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-content: flex-start;
  align-items: center;
}
@media (max-width: 999px) {
  #top-news .news-inner {
    padding: 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
#top-news .news-inner .news-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 999px) {
  #top-news .news-inner .news-heading {
    margin-top: 20px;
    text-align: center;
  }
}
#top-news .news-inner .news-heading h2 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 2.25px;
  color: white;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  #top-news .news-inner .news-heading h2 {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  #top-news .news-inner .news-heading h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
}
#top-news .news-inner .news-heading p {
  color: #8ddf74;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.9px;
}
#top-news .news-inner .news-rows {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#top-news .news-inner .news-rows li {
  padding-block: 24px;
  border-bottom: 1px solid #8ddf74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  #top-news .news-inner .news-rows li {
    gap: 40px;
  }
}
@media (max-width: 575px) {
  #top-news .news-inner .news-rows li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    padding-block: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
#top-news .news-inner .news-rows li:last-child {
  border-bottom: none;
}
#top-news .news-inner .news-rows li span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.48px;
  min-width: 100px;
}
#top-news .news-inner .news-rows li p {
  color: white;
}
#top-business .business-inner-text {
  text-align: center;
  margin-bottom: 30px;
}
#top-business .business-inner-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #top-business .business-inner-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#top-business .business-inner-card {
  width: calc(50% - 5px);
  aspect-ratio: 3/2;
  position: relative;
}
#top-business .business-inner-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: transparent;
}
@media (max-width: 767px) {
  #top-business .business-inner-card {
    max-width: 560px;
    width: 100%;
    margin-inline: auto;
  }
}
#top-business .business-inner-card img {
  -o-object-fit: cover;
  object-fit: cover;
}
#top-business .business-inner-card svg circle,
#top-business .business-inner-card svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#top-business .business-inner-card-label {
  position: absolute;
  height: 130px;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 50;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 30px;
}
@media (max-width: 999px) {
  #top-business .business-inner-card-label {
    height: 110px;
    padding-inline: 16px;
  }
}
#top-business .business-inner-card-label-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  #top-business .business-inner-card-label-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
#top-business .business-inner-card-label-heading h3 {
  color: white;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
  font-family: "Noto Serif JP", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: 1.75px;
}
@media (max-width: 999px) {
  #top-business .business-inner-card-label-heading h3 {
    font-size: 26px;
  }
}
#top-business .business-inner-card-label-heading p {
  color: #8ddf74;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1.6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#top-business .business-inner-card:hover::after {
  background: rgba(82, 183, 35, 0.3019607843);
}
#top-business .business-inner-card:hover svg circle {
  fill: white;
  fill-opacity: 1;
}
#top-business .business-inner-card:hover svg path {
  stroke: #64b469;
}
#top-business .business-inner-card:hover .business-inner-card-label p {
  color: #f8ff3a;
}
#top-about {
  background-image: url(../images/top/about-us-bg.jpg);
  background-size: cover;
}
#top-about .about-text {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  margin-bottom: 80px;
}
#top-about .main-client h3 {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  font-family: "Noto Serif JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  #top-about .main-client h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 3.2px;
    margin-bottom: 26px;
  }
}
@media (max-width: 999px) {
  #top-about .main-client h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  #top-about .main-client h3 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 2px;
  }
}
#top-about .main-client ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  row-gap: 18px;
  margin-bottom: 60px;
}
@media (max-width: 999px) {
  #top-about .main-client ul {
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
  }
}
@media (max-width: 575px) {
  #top-about .main-client ul {
    row-gap: 14px;
  }
}
@media (max-width: 479px) {
  #top-about .main-client ul {
    row-gap: 10px;
  }
}
#top-about .main-client ul li {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575px) {
  #top-about .main-client ul li {
    font-size: 18px;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 479px) {
  #top-about .main-client ul li {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.4px;
  }
}
#top-about .main-client ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #f8ff3a;
  margin-right: 20px;
}
#top-strength .strength-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 999px) {
  #top-strength .strength-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #top-strength .strength-list {
    gap: 30px;
  }
}
#top-strength .strength-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 370px;
  width: 100%;
}
@media (max-width: 999px) {
  #top-strength .strength-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
    text-align: left;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  #top-strength .strength-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
}
#top-strength .strength-list-item img {
  width: 240px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  #top-strength .strength-list-item img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  #top-strength .strength-list-item img {
    width: 120px;
    margin-bottom: 10px;
  }
}
@media (max-width: 999px) {
  #top-strength .strength-list-item div {
    max-width: 360px;
    width: 100%;
  }
}
#top-strength .strength-list-item h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 2.8px;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  #top-strength .strength-list-item h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #top-strength .strength-list-item h3 {
    margin-bottom: 10px;
  }
}
#top-strength .strength-list-item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.8px;
}
#top-recruit-catchphrase {
  background:
    -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1a5126),
      color-stop(18.75%, #377c56),
      color-stop(67.82%, #64b469)
    ),
    -webkit-gradient(
        linear,
        left top,
        right top,
        from(#377c56),
        color-stop(67.82%, #64b469)
      );
  background:
    linear-gradient(90deg, #1a5126 0%, #377c56 18.75%, #64b469 67.82%),
    linear-gradient(90deg, #377c56 0%, #64b469 67.82%);
}
#top-recruit-catchphrase .layout-py {
  padding-block: 50px;
}
@media (max-width: 767px) {
  #top-recruit-catchphrase .layout-py {
    padding-block: 40px;
  }
}
@media (max-width: 575px) {
  #top-recruit-catchphrase .layout-py {
    padding-block: 30px;
  }
}
@media (max-width: 479px) {
  #top-recruit-catchphrase .layout-py {
    padding-block: 20px;
  }
}
#top-recruit-catchphrase h2 {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  color: white;
  font-size: 44px;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: 2.2px;
}
@media (max-width: 767px) {
  #top-recruit-catchphrase h2 {
    font-size: 38px;
    line-height: 56px;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 575px) {
  #top-recruit-catchphrase h2 {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1px;
  }
  #top-recruit-catchphrase h2 span {
    padding: 10px 12px !important;
    margin-right: 6px !important;
  }
}
@media (max-width: 479px) {
  #top-recruit-catchphrase h2 {
    font-size: 22px;
  }
}
#top-recruit-catchphrase h2 span {
  display: inline-block;
  border-radius: 10px;
  color: #377c56;
  padding: 12px 16px;
  background-color: #fdf9f3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  -webkit-box-shadow: 6px 6px 0 0 rgba(253, 249, 243, 0.35);
  box-shadow: 6px 6px 0 0 rgba(253, 249, 243, 0.35);
  margin-right: 10px;
}
#top-recruit-catchphrase h2 img {
  display: inline;
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
}
#top-recruit .recruit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  #top-recruit .recruit-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#top-recruit .recruit-inner div {
  width: calc(50% - 5px);
}
@media (max-width: 999px) {
  #top-recruit .recruit-inner div {
    width: 100%;
  }
}
#top-recruit .recruit-inner div h3 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #top-recruit .recruit-inner div h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  #top-recruit .recruit-inner div h3 {
    margin-bottom: 20px;
  }
}
#top-recruit .recruit-inner div li {
  max-width: 570px;
  font-weight: 500;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 10px;
  border-bottom: 1.5px solid rgba(60, 67, 59, 0.3);
}
#top-recruit .recruit-inner div li::before {
  display: block;
  content: url("../images/top/check-square.svg");
}
#top-recruit .recruit-inner img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: calc(50% - 5px);
}
@media (max-width: 999px) {
  #top-recruit .recruit-inner img {
    width: 100%;
    aspect-ratio: 5/3;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#top-recruit .recruit-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #top-recruit .recruit-cards {
    grid-template-columns: 1fr;
  }
}
#top-recruit .recruit-cards .recruit-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 180px;
  max-height: 180px;
  border-radius: 8px;
  border: 1.5px solid rgba(9, 107, 79, 0.5);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(15.82%, #d6eac3),
    color-stop(87.44%, #90b186)
  );
  background: linear-gradient(180deg, #d6eac3 15.82%, #90b186 87.44%);
}
@media (max-width: 1399px) {
  #top-recruit .recruit-cards .recruit-card {
    max-height: none;
  }
}
@media (max-width: 1199px) {
  #top-recruit .recruit-cards .recruit-card {
    padding-inline: 10px;
  }
}
@media (max-width: 999px) {
  #top-recruit .recruit-cards .recruit-card {
    padding-block: 20px;
    gap: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #top-recruit .recruit-cards .recruit-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 470px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 20px;
  }
}
@media (max-width: 479px) {
  #top-recruit .recruit-cards .recruit-card {
    padding-inline: 12px;
    min-height: 0;
    gap: 5px;
  }
}
#top-recruit .recruit-cards .recruit-card img {
  max-height: 100%;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 1399px) {
  #top-recruit .recruit-cards .recruit-card img {
    max-height: 130px;
  }
}
@media (max-width: 999px) {
  #top-recruit .recruit-cards .recruit-card img {
    max-width: 115px;
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  #top-recruit .recruit-cards .recruit-card img {
    max-width: 130px;
    max-height: 120px;
  }
}
@media (max-width: 479px) {
  #top-recruit .recruit-cards .recruit-card img {
    max-width: 30%;
  }
}
#top-recruit .recruit-cards .recruit-card div {
  max-width: 250px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 999px) {
  #top-recruit .recruit-cards .recruit-card div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#top-recruit .recruit-cards .recruit-card div .top {
  color: white;
  font-family: "Noto Serif JP", sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 2.75px;
}
@media (max-width: 1199px) {
  #top-recruit .recruit-cards .recruit-card div .top {
    font-size: 36px;
  }
}
@media (max-width: 999px) {
  #top-recruit .recruit-cards .recruit-card div .top {
    text-align: center;
    line-height: 1.2;
  }
}
@media (max-width: 479px) {
  #top-recruit .recruit-cards .recruit-card div .top {
    font-size: 28px;
  }
}
#top-recruit .recruit-cards .recruit-card div .top span {
  font-size: 80px;
  line-height: 1.125;
  letter-spacing: 4.5px;
}
@media (max-width: 1199px) {
  #top-recruit .recruit-cards .recruit-card div .top span {
    font-size: 68px;
  }
}
@media (max-width: 479px) {
  #top-recruit .recruit-cards .recruit-card div .top span {
    font-size: 54px;
  }
}
#top-recruit .recruit-cards .recruit-card div .bottom {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.9px;
}
@media (max-width: 1199px) {
  #top-recruit .recruit-cards .recruit-card div .bottom {
    font-size: 18px;
  }
}
@media (max-width: 999px) {
  #top-recruit .recruit-cards .recruit-card div .bottom {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #top-recruit .recruit-cards .recruit-card div .bottom {
    font-size: 16px;
  }
}
#top-recruit .recruit-slider {
  overflow: hidden;
  margin-bottom: 60px;
}
#top-recruit .recruit-slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: slide 32s linear infinite;
  animation: slide 32s linear infinite;
}
#top-recruit .recruit-slider-track img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 270px;
  aspect-ratio: 27/37;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  #top-recruit .recruit-slider-track img {
    width: 35vw;
  }
}
@-webkit-keyframes slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#contact-section {
  background-image: url(../images/common/contact-section-bg.png);
  background-size: cover;
}
#contact-section .common-heading::before {
  background-color: white;
}
#contact-section .contact-section-text {
  color: black;
  text-align: center;
  margin-bottom: 30px;
}
#contact-section a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  color: white;
}
#contact-section a svg {
  width: 42px;
}

#mail_form .mail-form-inner {
  max-width: 1000px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}
#mail_form .mail-form-inner .caution {
  padding: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 1.8px;
  background-image: url(../images/contact/contact-caution-bg.png);
  background-size: cover;
}
@media (max-width: 767px) {
  #mail_form .mail-form-inner .caution {
    padding-inline: 20px;
    font-size: 16px;
    line-height: 26px;
  }
}
#mail_form .mail-form-inner .caution a {
  color: red;
  border-bottom: 1px solid red;
}
#mail_form .mail-form-inner .caution div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #mail_form .mail-form-inner .caution div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #mail_form .mail-form-inner .caution div img {
    width: 60px;
    margin-inline: auto;
  }
}
#mail_form .mail-form-inner .caution div p {
  color: red;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 1.6px;
}
@media (max-width: 767px) {
  #mail_form .mail-form-inner .caution div p {
    font-size: 18px;
    line-height: 24px;
  }
}
#mail_form .field-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
#mail_form .field-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: black;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #mail_form .field-list dt {
    font-size: 18px;
    letter-spacing: 1.2px;
  }
}
#mail_form .field-list dt i {
  color: white;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 1.8px;
}
@media (max-width: 767px) {
  #mail_form .field-list dt i {
    font-size: 14px;
  }
}
#mail_form .field-list dt i span {
  display: inline-block;
  padding: 6px 12px;
}
#mail_form .field-list dt .required {
  background-color: #bd3400;
}
#mail_form .field-list dt .optional {
  background-color: #8fa689;
}
#mail_form .field-list dd span {
  color: red;
}
#mail_form .field-list input,
#mail_form .field-list textarea {
  width: 100%;
  resize: vertical;
  border-radius: 0;
  border: 1px solid black;
  background: rgba(218, 229, 215, 0.4);
  padding: 20px;
  color: black;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #mail_form .field-list input,
  #mail_form .field-list textarea {
    font-size: 16px;
    padding: 12px;
  }
}
#mail_form .field-list input::-webkit-input-placeholder,
#mail_form .field-list textarea::-webkit-input-placeholder {
  opacity: 0.3;
}
#mail_form .field-list input::-moz-placeholder,
#mail_form .field-list textarea::-moz-placeholder {
  opacity: 0.3;
}
#mail_form .field-list input:-ms-input-placeholder,
#mail_form .field-list textarea:-ms-input-placeholder {
  opacity: 0.3;
}
#mail_form .field-list input::-ms-input-placeholder,
#mail_form .field-list textarea::-ms-input-placeholder {
  opacity: 0.3;
}
#mail_form .field-list input::placeholder,
#mail_form .field-list textarea::placeholder {
  opacity: 0.3;
}
#mail_form .checkbox-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
#mail_form .checkbox-list #agree_check_1,
#mail_form .checkbox-list #agree_check_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  #mail_form .checkbox-list #agree_check_1,
  #mail_form .checkbox-list #agree_check_2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#mail_form .checkbox-list #agree_check_1 .error_check_1,
#mail_form .checkbox-list #agree_check_1 .error_check_2,
#mail_form .checkbox-list #agree_check_2 .error_check_1,
#mail_form .checkbox-list #agree_check_2 .error_check_2 {
  display: none;
  color: red;
  margin-left: 20px;
}
@media (max-width: 767px) {
  #mail_form .checkbox-list #agree_check_1 .error_check_1,
  #mail_form .checkbox-list #agree_check_1 .error_check_2,
  #mail_form .checkbox-list #agree_check_2 .error_check_1,
  #mail_form .checkbox-list #agree_check_2 .error_check_2 {
    margin-left: 45px;
  }
}
#mail_form .checkbox-list #agree_check_1 label,
#mail_form .checkbox-list #agree_check_2 label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  color: black;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 767px) {
  #mail_form .checkbox-list #agree_check_1 label,
  #mail_form .checkbox-list #agree_check_2 label {
    font-size: 16px;
  }
}
#mail_form .checkbox-list #agree_check_1 label a,
#mail_form .checkbox-list #agree_check_2 label a {
  color: #64b56a;
  border-bottom: 1px solid #64b56a;
  margin-right: 10px;
}
#mail_form .checkbox-list #agree_check_1 input,
#mail_form .checkbox-list #agree_check_2 input {
  position: relative;
  width: 30px;
  height: 30px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid black;
  border-radius: 0;
  background-color: white;
  margin: 0;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#mail_form .checkbox-list #agree_check_1 input::after,
#mail_form .checkbox-list #agree_check_2 input::after {
  position: absolute;
  display: block;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  content: "";
  opacity: 0;
  -webkit-mask-image: url("../images/contact/check.svg");
  mask-image: url("../images/contact/check.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #ffffff;
}
#mail_form .checkbox-list #agree_check_1 input:checked,
#mail_form .checkbox-list #agree_check_2 input:checked {
  background-color: #64b469;
}
#mail_form .checkbox-list #agree_check_1 input:checked::after,
#mail_form .checkbox-list #agree_check_2 input:checked::after {
  opacity: 1;
}
#mail_form #form_submit .common-button {
  padding: 0;
}
#mail_form #form_submit .common-button input {
  display: block;
  padding: 18px 23px 18px 28px;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
}
@media (max-width: 575px) {
  #mail_form #form_submit .common-button input {
    padding: 13px 18px 13px 23px;
  }
}
#mail_form #form_submit .common-button span {
  width: 100%;
  position: relative;
}
#mail_form #form_submit .common-button span::after {
  position: absolute;
  right: 23px;
}
@media (max-width: 575px) {
  #mail_form #form_submit .common-button span::after {
    right: 18px;
  }
}

#contact-complete .layout-py {
  padding-bottom: 60px;
}
#contact-complete .common-heading {
  margin-bottom: 40px;
}
#contact-complete p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 1.8px;
  margin-bottom: 80px;
}

#recruit p.about {
  text-align: center;
}
#recruit .common-text {
  color: black;
}
#recruit-info .layout-py {
  padding-bottom: 60px;
}
#recruit-info .recruit-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}
#recruit-info .recruit-info-inner .info-card h3 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 3px;
  margin-bottom: 30px;
  padding-inline: 40px;
}
@media (max-width: 1199px) {
  #recruit-info .recruit-info-inner .info-card h3 {
    font-size: 26px;
    line-height: 40px;
    padding-inline: 30px;
  }
}
@media (max-width: 575px) {
  #recruit-info .recruit-info-inner .info-card h3 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 2px;
    padding-inline: 20px;
  }
}
#recruit-info .recruit-info-inner .info-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  #recruit-info .recruit-info-inner .info-card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#recruit-info .recruit-info-inner .info-card-inner img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: calc(45% - 20px);
}
@media (max-width: 767px) {
  #recruit-info .recruit-info-inner .info-card-inner img {
    max-width: 360px;
    width: 100%;
    margin-inline: auto;
  }
}
#recruit-style {
  background-image: url(../images/recruit/work-style-bg.png);
  background-size: cover;
}
#recruit-style .layout-py {
  padding-block: 60px;
}
#recruit-style .common-text {
  color: white;
  margin-bottom: 30px;
}
#recruit-style .work-style-list {
  display: grid;
  grid-template-columns: 550px 550px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 10px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1319px) {
  #recruit-style .work-style-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 999px) {
  #recruit-style .work-style-list {
    grid-template-columns: 1fr;
  }
}
#recruit-style .work-style-list-card {
  height: 350px;
  position: relative;
}
@media (max-width: 1319px) {
  #recruit-style .work-style-list-card {
    height: auto;
    aspect-ratio: 11/7;
  }
}
@media (max-width: 999px) {
  #recruit-style .work-style-list-card {
    max-width: 450px;
    width: 100%;
    margin-inline: auto;
  }
}
#recruit-style .work-style-list-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#recruit-style .work-style-list-card-label {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 120px;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1319px) {
  #recruit-style .work-style-list-card-label {
    padding-inline: 20px;
    min-height: 100px;
  }
}
@media (max-width: 479px) {
  #recruit-style .work-style-list-card-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 60px;
    padding-block: 12px;
    gap: 5px;
  }
}
#recruit-style .work-style-list-card-label h3 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 3.36px;
}
@media (max-width: 1319px) {
  #recruit-style .work-style-list-card-label h3 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 2px;
  }
}
#recruit-style .work-style-list-card-label p {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#377c56),
    color-stop(67.82%, #64b469)
  );
  background: linear-gradient(90deg, #377c56 0%, #64b469 67.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 4px;
  white-space: nowrap;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (max-width: 1319px) {
  #recruit-style .work-style-list-card-label p {
    font-size: 62px;
  }
}
#recruit-style .work-style-list-card-label p span {
  font-size: 52px;
  letter-spacing: 3px;
}
@media (max-width: 1319px) {
  #recruit-style .work-style-list-card-label p span {
    font-size: 46px;
  }
}
#recruit-schedule .about {
  margin-bottom: 30px;
}
#recruit-schedule .schedule-example-wrapper.layout-width {
  max-width: 1420px;
}
#recruit-schedule .schedule-example-wrapper .schedule-example .tab-list {
  margin-inline: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (max-width: 767px) {
  #recruit-schedule .schedule-example-wrapper .schedule-example .tab-list {
    margin-inline: 0;
    gap: 0;
  }
}
#recruit-schedule
  .schedule-example-wrapper
  .schedule-example
  .tab-list
  .tab-item {
  max-width: 400px;
  width: 50%;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 2.4px;
  padding: 16px 60px 12px;
  cursor: pointer;
  background-image: url(../images/recruit/tab-bg-off.png);
  background-size: cover;
}
@media (max-width: 999px) {
  #recruit-schedule
    .schedule-example-wrapper
    .schedule-example
    .tab-list
    .tab-item {
    font-size: 20px;
    line-height: 30px;
    padding-inline: 30px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  #recruit-schedule
    .schedule-example-wrapper
    .schedule-example
    .tab-list
    .tab-item {
    padding-inline: 20px;
  }
}
@media (max-width: 575px) {
  #recruit-schedule
    .schedule-example-wrapper
    .schedule-example
    .tab-list
    .tab-item {
    font-size: 16px;
    padding: 10px;
  }
}
#recruit-schedule
  .schedule-example-wrapper
  .schedule-example
  .tab-list
  .tab-item.active {
  color: white;
  background-image: url(../images/recruit/tab-bg-on.png);
}
#recruit-schedule
  .schedule-example-wrapper
  .schedule-example
  .tab-list
  .tab-item.active
  span::before {
  width: 24px;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  left: 0;
}
#recruit-schedule
  .schedule-example-wrapper
  .schedule-example
  .tab-list
  .tab-item
  span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 18px;
  position: relative;
  padding-left: 42px;
}
@media (max-width: 999px) {
  #recruit-schedule
    .schedule-example-wrapper
    .schedule-example
    .tab-list
    .tab-item
    span {
    padding-left: 32px;
  }
}
@media (max-width: 479px) {
  #recruit-schedule
    .schedule-example-wrapper
    .schedule-example
    .tab-list
    .tab-item
    span {
    padding-left: 0;
  }
}
#recruit-schedule
  .schedule-example-wrapper
  .schedule-example
  .tab-list
  .tab-item
  span::before {
  content: "";
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  left: 6.5px;
  border: 5px solid #f8ff3a;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
  position: absolute;
}
@media (max-width: 479px) {
  #recruit-schedule
    .schedule-example-wrapper
    .schedule-example
    .tab-list
    .tab-item
    span::before {
    display: none;
  }
}
#recruit-schedule .schedule-example-wrapper .tab-content {
  background-image: url(../images/common/common-bg.png);
  background-size: cover;
  padding: 30px;
}
@media (max-width: 575px) {
  #recruit-schedule .schedule-example-wrapper .tab-content {
    padding: 20px;
  }
}
#recruit-schedule .schedule-example-wrapper .tab-panel {
  display: none;
  padding: 40px 30px;
  background: #e4f3df;
}
@media (max-width: 767px) {
  #recruit-schedule .schedule-example-wrapper .tab-panel {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  #recruit-schedule .schedule-example-wrapper .tab-panel {
    padding: 16px;
  }
}
#recruit-schedule .schedule-example-wrapper .tab-panel-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 60px;
}
@media (max-width: 999px) {
  #recruit-schedule .schedule-example-wrapper .tab-panel-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  #recruit-schedule .schedule-example-wrapper .tab-panel-heading {
    margin-bottom: 40px;
  }
}
#recruit-schedule .schedule-example-wrapper .tab-panel-heading h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 3.36px;
}
#recruit-schedule .schedule-example-wrapper .tab-panel-heading p {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 3px;
}
#recruit-schedule .schedule-example-wrapper .tab-panel .schedule-row {
  margin-left: 94px;
  min-height: 148px;
  padding-bottom: 28px;
  position: relative;
}
@media (max-width: 999px) {
  #recruit-schedule .schedule-example-wrapper .tab-panel .schedule-row {
    margin-left: 12%;
  }
}
#recruit-schedule
  .schedule-example-wrapper
  .tab-panel
  .schedule-row.on
  .schedule-row-top-label {
  color: black;
  background: white;
  -webkit-box-shadow: 5px 3px 0 0 #d4e6c2;
  box-shadow: 5px 3px 0 0 #d4e6c2;
}
#recruit-schedule
  .schedule-example-wrapper
  .tab-panel
  .schedule-row.on::before {
  border: 5px solid #096b4f;
}
#recruit-schedule .schedule-example-wrapper .tab-panel .schedule-row.on::after {
  background: rgba(9, 107, 79, 0.7);
}
#recruit-schedule .schedule-example-wrapper .tab-panel .schedule-row::before,
#recruit-schedule .schedule-example-wrapper .tab-panel .schedule-row::after {
  top: 12px;
  left: -40px;
}
@media (max-width: 479px) {
  #recruit-schedule .schedule-example-wrapper .tab-panel .schedule-row::before,
  #recruit-schedule .schedule-example-wrapper .tab-panel .schedule-row::after {
    left: -26px;
  }
}
#recruit-schedule .schedule-example-wrapper .tab-panel .schedule-row::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 5px solid #a0c47c;
  background-color: white;
  position: absolute;
  z-index: 20;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
#recruit-schedule .schedule-example-wrapper .tab-panel .schedule-row::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #a0c47c;
  position: absolute;
  z-index: 10;
}
#recruit-schedule
  .schedule-example-wrapper
  .tab-panel
  .schedule-row:last-child::after {
  display: none;
}
#recruit-schedule .schedule-example-wrapper .tab-panel .schedule-row-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #recruit-schedule .schedule-example-wrapper .tab-panel .schedule-row-top {
    gap: 16px;
  }
}
@media (max-width: 575px) {
  #recruit-schedule .schedule-example-wrapper .tab-panel .schedule-row-top {
    gap: 12px;
  }
}
#recruit-schedule .schedule-example-wrapper .tab-panel .schedule-row-top-label {
  min-width: 120px;
  text-align: center;
  padding: 8px 20px;
  color: white;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 2.4px;
  background: rgba(160, 196, 124, 0.7);
  -webkit-box-shadow: 5px 3px 0 0 rgba(64, 115, 53, 0.65);
  box-shadow: 5px 3px 0 0 rgba(64, 115, 53, 0.65);
}
@media (max-width: 767px) {
  #recruit-schedule
    .schedule-example-wrapper
    .tab-panel
    .schedule-row-top-label {
    font-size: 20px;
    padding-inline: 14px;
    min-width: 100px;
  }
}
@media (max-width: 575px) {
  #recruit-schedule
    .schedule-example-wrapper
    .tab-panel
    .schedule-row-top-label {
    font-size: 16px;
    padding-inline: 10px;
    min-width: 80px;
  }
}
#recruit-schedule .schedule-example-wrapper .tab-panel .schedule-row-top-text {
  color: black;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 2.6px;
}
@media (max-width: 767px) {
  #recruit-schedule
    .schedule-example-wrapper
    .tab-panel
    .schedule-row-top-text {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  #recruit-schedule
    .schedule-example-wrapper
    .tab-panel
    .schedule-row-top-text {
    font-size: 18px;
  }
}
#recruit-schedule .schedule-example-wrapper .tab-panel .schedule-row-bottom {
  color: black;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  #recruit-schedule .schedule-example-wrapper .tab-panel .schedule-row-bottom {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  #recruit-schedule .schedule-example-wrapper .tab-panel .schedule-row-bottom {
    font-size: 16px;
    line-height: 24px;
  }
}
#recruit-schedule .schedule-example-wrapper .tab-panel.active {
  display: block;
}

#business-cleaning .layout-py {
  padding-bottom: 60px;
}
#business-cleaning .common-text-lg {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #business-cleaning .common-text-lg {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  #business-cleaning .common-text-lg {
    margin-bottom: 30px;
  }
}
#business-cleaning .business-cleaning-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  color: black;
}
@media (max-width: 767px) {
  #business-cleaning .business-cleaning-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#business-cleaning .business-cleaning-inner img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: calc(45% - 20px);
}
@media (max-width: 767px) {
  #business-cleaning .business-cleaning-inner img {
    max-width: 360px;
    width: 100%;
    margin-inline: auto;
  }
}
#business-video {
  background: rgba(218, 229, 215, 0.4);
}
#business-video .layout-py {
  padding-block: 30px;
}
#business-video .common-heading {
  padding-bottom: 0;
  margin-bottom: 30px;
}
#business-video .common-heading::before,
#business-video .common-heading::after {
  display: none;
}
#business-video .common-heading h2 {
  font-size: 35px;
}
@media (max-width: 1199px) {
  #business-video .common-heading h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  #business-video .common-heading h2 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
#business-video .video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #business-video .video-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#business-video .video-wrapper iframe {
  width: calc(50% - 10px);
  aspect-ratio: 11/7;
}
@media (max-width: 767px) {
  #business-video .video-wrapper iframe {
    width: 100%;
    max-width: 530px;
    margin-inline: auto;
  }
}
#business-video .common-button {
  margin-right: 0;
}
@media (max-width: 575px) {
  #business-video .common-button {
    margin-right: auto;
  }
}
#business-service .business-service-topimage {
  width: 100%;
  margin-bottom: 60px;
}
#business-service .business-servise-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}
#business-service .business-servise-inner .service-block-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
#business-service .business-servise-inner .service-block-heading span {
  color: #377c56;
  font-size: 57px;
  font-weight: 300;
  line-height: 57px;
  letter-spacing: -2.85px;
}
@media (max-width: 1199px) {
  #business-service .business-servise-inner .service-block-heading span {
    font-size: 50px;
    line-height: 1;
  }
}
@media (max-width: 575px) {
  #business-service .business-servise-inner .service-block-heading span {
    font-size: 42px;
  }
}
#business-service .business-servise-inner .service-block-heading h3 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 3.04px;
}
@media (max-width: 1199px) {
  #business-service .business-servise-inner .service-block-heading h3 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  #business-service .business-servise-inner .service-block-heading h3 {
    font-size: 26px;
  }
}
#business-service .business-servise-inner .service-block-eyecatch {
  width: 100%;
  margin-bottom: 20px;
}
#business-service .business-servise-inner .service-block-description {
  color: black;
  margin-bottom: 50px;
}
#business-service .business-servise-inner .service-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 999px) {
  #business-service .business-servise-inner .service-block-list {
    gap: 60px;
    row-rule: 1px solid #e2e2e2;
  }
}
#business-service .business-servise-inner .service-block-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 999px) {
  #business-service .business-servise-inner .service-block-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 16px;
  }
}
#business-service .business-servise-inner .service-block-list-item img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1319px) {
  #business-service .business-servise-inner .service-block-list-item img {
    width: 30%;
  }
}
@media (max-width: 999px) {
  #business-service .business-servise-inner .service-block-list-item img {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    aspect-ratio: 5/3;
  }
}
#business-service .business-servise-inner .service-block-list-item-text h4 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  #business-service .business-servise-inner .service-block-list-item-text h4 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  #business-service .business-servise-inner .service-block-list-item-text h4 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 2px;
  }
}
#business-service .business-servise-inner .service-block-list-item-text p {
  color: black;
  line-height: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  #business-service .business-servise-inner .service-block-list-item-text p {
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 999px) {
  #business-service .business-servise-inner .service-block-list-item-text p {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  #business-service .business-servise-inner .service-block-list-item-text p {
    line-height: 25px;
  }
}
@media (max-width: 479px) {
  #business-service .business-servise-inner .service-block-list-item-text p {
    line-height: 20px;
  }
}
#business-service .business-servise-inner .service-block-list-item-text dl dt {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 3.6px;
}
@media (max-width: 1199px) {
  #business-service
    .business-servise-inner
    .service-block-list-item-text
    dl
    dt {
    font-size: 22px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  #business-service
    .business-servise-inner
    .service-block-list-item-text
    dl
    dt {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 2px;
  }
}
#business-service
  .business-servise-inner
  .service-block-list-item-text
  dl
  dd
  ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
  row-gap: 5px;
}
@media (max-width: 1199px) {
  #business-service
    .business-servise-inner
    .service-block-list-item-text
    dl
    dd
    ul {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
  }
}
#business-service
  .business-servise-inner
  .service-block-list-item-text
  dl
  dd
  ul
  li {
  color: black;
  line-height: 1;
  padding-inline: 25px;
  line-height: 1.6;
  border-right: 2px solid #dae5d7;
}
@media (max-width: 1199px) {
  #business-service
    .business-servise-inner
    .service-block-list-item-text
    dl
    dd
    ul
    li {
    padding-inline: 12px;
  }
}
#business-service
  .business-servise-inner
  .service-block-list-item-text
  dl
  dd
  ul
  li:last-child {
  padding-right: 0;
  border-right: none;
}
#business-works {
  background-image: url(../images/common/common-bg.png);
  background-size: cover;
}
#business-works .works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 575px) {
  #business-works .works-list {
    gap: 60px;
  }
}
#business-works .works-list .before-after {
  gap: 30px;
}
#business-works .works-list .before-after .white {
  color: #fdf9f3;
}
@media (max-width: 1199px) {
  #business-works .works-list .before-after {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  #business-works .works-list .before-after {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}
#business-works .works-list .before-after .right {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
@media (max-width: 1199px) {
  #business-works .works-list .before-after .right {
    width: 30px;
  }
}
@media (max-width: 575px) {
  #business-works .works-list .before-after .right {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}
#business-works .works-list-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
@media (max-width: 1199px) {
  #business-works .works-list-images {
    gap: 60px;
  }
}
@media (max-width: 575px) {
  #business-works .works-list-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
#business-works .works-list-images-item {
  max-width: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 575px) {
  #business-works .works-list-images-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#business-works .works-list-images-item img {
  margin-bottom: 20px;
  aspect-ratio: 11/13;
  width: 100%;
}
@media (max-width: 575px) {
  #business-works .works-list-images-item img {
    margin-bottom: 0;
  }
}
#business-works .works-list-images-item .black,
#business-works .works-list-images-item .white {
  font-size: 42px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 4.2px;
  padding-inline: 18px;
  border-bottom: 5px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 0;
}
@media (max-width: 999px) {
  #business-works .works-list-images-item .black,
  #business-works .works-list-images-item .white {
    font-size: 32px;
    border-bottom-width: 3px;
    line-height: 22px;
    padding-inline: 12px;
  }
}
@media (max-width: 767px) {
  #business-works .works-list-images-item .black,
  #business-works .works-list-images-item .white {
    font-size: 24px;
    border-bottom-width: 2px;
    line-height: 15px;
    padding-inline: 8px;
  }
}
@media (max-width: 575px) {
  #business-works .works-list-images-item .black,
  #business-works .works-list-images-item .white {
    margin-bottom: 10px;
  }
}
#business-works .works-list-images-item .black {
  color: #3c433b;
}
#business-works .works-list-images-item .white {
  color: #d9d9d9;
}
#business-works .works-list-item {
  text-align: center;
}
#business-works .works-list-item .squair-border-light::before {
  width: 320px;
  left: calc(-1 * (320px - 100%) / 2);
}
#business-works .works-list-item h3 {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  font-family: "Noto Serif JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  #business-works .works-list-item h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 3.2px;
    margin-bottom: 26px;
  }
}
@media (max-width: 999px) {
  #business-works .works-list-item h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  #business-works .works-list-item h3 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 2px;
  }
}
#business-works .works-list-item p {
  color: #fdf9f3;
  margin-bottom: 30px;
}
#business-tools .layout-width {
  max-width: 1400px;
}
#business-tools .common-text-lg,
#business-tools .common-text {
  text-align: center;
}
#business-tools .common-text-lg {
  margin-bottom: 20px;
}
#business-tools .common-text {
  margin-bottom: 80px;
}
#business-tools .tools-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 290px);
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#business-tools .tools-list-item {
  width: 100%;
  margin-bottom: 20px;
  container-type: inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#business-tools .tools-list-item-heading {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 3.36px;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#business-tools .tools-list-item .small {
  font-size: 24px;
  letter-spacing: 1px;
}
#business-tools .tools-list-item-card {
  -webkit-box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#business-tools .tools-list-item-card-top {
  padding: 15px;
}
#business-tools .tools-list-item-card-top image {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}
#business-tools .tools-list-item-card-bottom {
  padding: 15px;
  background: rgba(218, 229, 215, 0.6);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#business-tools .tools-list-item-card-bottom .maker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
#business-tools .tools-list-item-card-bottom .maker span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #096b4f;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.28px;
}
#business-tools .tools-list-item-card-bottom .maker span::before {
  content: "";
  display: block;
  width: 19px;
  aspect-ratio: 1/1;
  background-color: white;
  border: 5px solid #096b4f;
  border-radius: 50%;
}
#business-tools .tools-list-item-card-bottom .maker h5 {
  color: black;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.28px;
}
#business-tools .tools-list-item-card-bottom .tools-description {
  color: black;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1.28px;
}

#company-message .layout-py {
  padding-bottom: 60px;
}
#company-message .common-text-lg {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #company-message .common-text-lg {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  #company-message .common-text-lg {
    margin-bottom: 30px;
  }
}
#company-message .company-message-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  color: black;
}
@media (max-width: 767px) {
  #company-message .company-message-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#company-message .company-message-inner img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: calc(45% - 20px);
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  #company-message .company-message-inner img {
    max-width: 360px;
    width: 100%;
    margin-inline: auto;
  }
}
#company-message .company-message-inner .sign {
  margin-top: 20px;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}
@media (max-width: 1199px) {
  #company-message .company-message-inner .sign {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 2px;
  }
}
@media (max-width: 575px) {
  #company-message .company-message-inner .sign {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1.6px;
  }
}
#company-access {
  background-image: url(../images/recruit/work-style-bg.png);
  background-size: cover;
}
#company-access .layout-py {
  padding-block: 60px;
}
#company-access .company-access-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  #company-access .company-access-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
#company-access .company-access-inner iframe {
  width: calc(55% - 20px);
  aspect-ratio: 67/40;
}
@media (max-width: 767px) {
  #company-access .company-access-inner iframe {
    width: 100%;
  }
}
#company-access .company-access-inner p {
  width: calc(45% - 20px);
  color: white;
  line-height: 38px;
}
@media (max-width: 767px) {
  #company-access .company-access-inner p {
    width: 100%;
  }
}

#safety-policy .safety-policy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 999px) {
  #safety-policy .safety-policy-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #safety-policy .safety-policy-list {
    gap: 30px;
  }
}
#safety-policy .safety-policy-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 999px) {
  #safety-policy .safety-policy-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
    text-align: left;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  #safety-policy .safety-policy-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
}
#safety-policy .safety-policy-list-item img {
  width: 240px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  #safety-policy .safety-policy-list-item img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  #safety-policy .safety-policy-list-item img {
    width: 120px;
    margin-bottom: 10px;
  }
}
@media (max-width: 999px) {
  #safety-policy .safety-policy-list-item div {
    max-width: 360px;
    width: 100%;
  }
}
#safety-policy .safety-policy-list-item h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 2.8px;
  margin-bottom: 25px;
}
#safety-policy .safety-policy-list-item h3 span {
  color: #096b4f;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 2px;
  -webkit-font-feature-settings: “palt”;
  font-feature-settings: “palt”;
}
@media (max-width: 1199px) {
  #safety-policy .safety-policy-list-item h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #safety-policy .safety-policy-list-item h3 {
    margin-bottom: 10px;
  }
}
#safety-policy .safety-policy-list-item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.8px;
}
#safety-philosophy {
  background-color: rgba(218, 229, 215, 0.4);
}
#safety-philosophy .layout-py {
  padding-block: 60px;
}
#safety-philosophy .safety-philosophy-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  #safety-philosophy .safety-philosophy-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#safety-philosophy .safety-philosophy-inner img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: calc(45% - 20px);
}
@media (max-width: 767px) {
  #safety-philosophy .safety-philosophy-inner img {
    max-width: 360px;
    width: 100%;
    margin-inline: auto;
  }
}
#safety-philosophy .safety-philosophy-inner p {
  color: black;
}
#safety-philosophy .safety-philosophy-inner h3 {
  margin-bottom: 30px;
}
#safety-initiatives .common-text {
  text-align: center;
  margin-bottom: 30px;
}
#safety-initiatives .safety-initiatives-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#safety-initiatives .safety-initiatives-list-card {
  background-color: #dae5d7;
  border-radius: 18px;
  padding: 30px 40px;
}
@media (max-width: 575px) {
  #safety-initiatives .safety-initiatives-list-card {
    padding-inline: 20px;
  }
}
#safety-initiatives .safety-initiatives-list-card-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}
@media (max-width: 575px) {
  #safety-initiatives .safety-initiatives-list-card-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
#safety-initiatives .safety-initiatives-list-card-heading img {
  width: 70px;
}
#safety-initiatives .safety-initiatives-list-card-heading h3 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 1.5px;
}
@media (max-width: 1199px) {
  #safety-initiatives .safety-initiatives-list-card-heading h3 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  #safety-initiatives .safety-initiatives-list-card-heading h3 {
    line-height: 28px;
  }
}
#safety-initiatives .safety-initiatives-list-card .common-text-sm {
  line-height: 40px;
  color: black;
}
#safety-activities .safety-activities-list {
  display: grid;
  grid-template-columns: 550px 550px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 10px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1319px) {
  #safety-activities .safety-activities-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 999px) {
  #safety-activities .safety-activities-list {
    grid-template-columns: 1fr;
  }
}
#safety-activities .safety-activities-list-card {
  height: 350px;
  position: relative;
}
@media (max-width: 1319px) {
  #safety-activities .safety-activities-list-card {
    height: auto;
    aspect-ratio: 11/7;
  }
}
@media (max-width: 999px) {
  #safety-activities .safety-activities-list-card {
    max-width: 450px;
    width: 100%;
    margin-inline: auto;
  }
}
#safety-activities .safety-activities-list-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#safety-activities .safety-activities-list-card-label {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 80px;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1319px) {
  #safety-activities .safety-activities-list-card-label {
    padding-inline: 20px;
    min-height: 60px;
  }
}
@media (max-width: 479px) {
  #safety-activities .safety-activities-list-card-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 40px;
    padding-block: 12px;
    gap: 5px;
  }
}
#safety-activities .safety-activities-list-card-label h3 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 3.36px;
}
@media (max-width: 1319px) {
  #safety-activities .safety-activities-list-card-label h3 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 2px;
  }
}

#privacy-policy {
  background-image: url(../images/common/common-bg.png);
  background-size: cover;
}
#privacy-policy p:not(.common-heading-en),
#privacy-policy li {
  color: white;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 1.8px;
}
#privacy-policy .privacy-policy-top {
  margin-bottom: 60px;
}
#privacy-policy .article-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
#privacy-policy .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
#privacy-policy .article h3 {
  font-family: "Noto Serif JP", sans-serif;
  color: white;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 3.36px;
  margin-bottom: 20px;
}
#privacy-policy .article ol {
  margin-left: 30px;
  counter-reset: yourDefinition;
}
#privacy-policy .article ol li {
  position: relative;
  padding-left: 20px;
}
#privacy-policy .article ol li::before {
  counter-increment: yourDefinition;
  content: counter(yourDefinition) ".";
  text-align: center;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#privacy-policy .article ol ol {
  padding-left: 10px;
  border-left: 1.5px solid white;
  margin-top: 10px;
}
#privacy-policy .common-button {
  margin-top: 60px;
} /*# sourceMappingURL=style.css.map */
