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

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

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

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  /* font-family: "Noto Sans JP"; */
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  word-break: auto-phrase;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.container {
  width: 82%;
  margin: 0 auto;
  max-width: 1180px;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

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

img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.lower-fv {
  position: relative;
  z-index: 0;
  margin-top: -7%;
}
@media screen and (max-width: 1400px) {
  .lower-fv {
    margin-top: -8%;
  }
}
@media screen and (max-width: 1024px) {
  .lower-fv {
    margin-top: -10%;
  }
}
@media screen and (max-width: 767px) {
  .lower-fv {
    margin-top: -3rem;
  }
}
.lower-fv::before {
  content: "";
  position: absolute;
  width: 21%;
  aspect-ratio: 300/260;
  left: 0;
  top: 66%;
  background: url(./images/lower-fv-bg.png) no-repeat center/contain;
  z-index: 2;
}
.lower-fv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
}
.lower-fv img {
  aspect-ratio: 1440/533;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .lower-fv img {
    aspect-ratio: 1440/680;
  }
}
@media screen and (max-width: 767px) {
  .lower-fv img {
    aspect-ratio: 3/2;
  }
}
.lower-fv-text {
  position: absolute;
  top: 50%;
  left: 7.5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(1.125rem, 0.807rem + 1.06vw, 2rem);
  font-weight: bold;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lower-fv-text {
    top: 55%;
  }
}
.lower-fv h1 {
  font-size: clamp(1.5rem, 0.955rem + 1.82vw, 3rem);
}

.wp-pagenavi {
  width: 100%;
  margin: 5rem auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 2.5rem;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0 0.5rem;
  display: inline-block;
  color: #333333;
  padding: 6px 5px !important;
  border: none !important;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    margin: 0 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    padding: 8px 5px !important;
  }
}
.wp-pagenavi span.current {
  color: #045718;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span.current {
    padding: 0.6rem 0rem;
  }
}

.wp-block-table th {
  word-break: auto-phrase !important;
}

.simple-sitemap-wrap a {
  color: #0000ee;
  text-decoration: underline;
}
.simple-sitemap-wrap ul,
.simple-sitemap-wrap li {
  list-style: inside;
}

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

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

.accent {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: clamp(2.5rem, 1.136rem + 4.55vw, 6.25rem);
  color: #e0e9e2;
  opacity: 0.8;
}

#ez-toc-container {
  margin: 2rem 0;
}

.aioseo-breadcrumbs {
  width: 85%;
  margin: 0 auto;
  font-size: 14px;
  position: absolute;
  left: 7.5%;
  bottom: 5%;
  color: #fff;
  padding-left: 1.5rem;
  z-index: 2;
}
.aioseo-breadcrumbs::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: url(./images/home-icon.png) no-repeat center/contain;
}
.aioseo-breadcrumbs a {
  color: #fff;
}

/* overlay */
#modal-overlay {
  position: fixed;
  inset: 0;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}

/* modal */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.95);
  transform: translate(-50%, -50%) scale(0.95);
  background: #fff;
  width: 80%;
  padding: 2.5rem 5% 5rem;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
}
.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.modal-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.modal-txt p {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  color: #045718;
  opacity: 0.2;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1;
}
.modal-txt h2 {
  font-size: clamp(1.5rem, 1.318rem + 0.61vw, 2rem);
  color: #045718;
}
.modal-btn-wrap {
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
  max-width: 1000px;
}
.modal-btn-wrap a {
  width: calc((100% - 2rem) / 3);
}
.modal-btn-wrap a img {
  aspect-ratio: 306 / 147;
  object-fit: cover;
  border-radius: 8px;
}
.modal-btn-wrap a p:last-child {
  font-weight: bold;
  margin-top: 1rem;
}

.modal.active,
#modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/* close */
.modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
}

/* メニュー active 表現（例） */
#menu-item-76.check > a,
#menu-item-77.check > a,
#menu-item-195.check > a,
#menu-item-196.check > a {
  color: #045718;
  opacity: 1;
}

#menu-item-76,
#menu-item-77,
#menu-item-195,
#menu-item-196 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative;
}
#menu-item-76:hover::after,
#menu-item-77:hover::after,
#menu-item-195:hover::after,
#menu-item-196:hover::after {
  display: block;
  z-index: 1;
}

#menu-item-195 a {
  position: relative;
  z-index: 10;
}
#menu-item-76::before,
#menu-item-77::before,
#menu-item-195::before,
#menu-item-196::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url(./images/header-arrow.png) no-repeat center/contain;
}
#menu-item-76::after,
#menu-item-77::after,
#menu-item-195::after,
#menu-item-196::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  display: none;
  z-index: -1;
}

.content img {
  border-radius: 8px;
}

header {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: sticky;
  top: 0;
  width: 93%;
  left: 4%;
  background-color: #fff;
  padding: 8px 3rem;
  border-radius: 5rem;
  z-index: 9999;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1200px) {
  header {
    width: 98%;
    left: 1%;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding: 8px 1rem;
  }
}
@media screen and (max-width: 767px) {
  header {
    margin-top: 0;
  }
}

.header-contents {
  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;
}

.header-left {
  width: 310px;
}
@media screen and (max-width: 1200px) {
  .header-left {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .header-left {
    width: 180px;
  }
}
.header-left a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
  max-width: 860px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .header-right {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .header-right {
    width: 77%;
  }
}
@media screen and (max-width: 767px) {
  .header-right {
    gap: 0.5rem;
    width: fit-content;
  }
}
@media screen and (max-width: 1024px) {
  .header-right > .hamburger-nav {
    display: none;
  }
}
.header-right > a {
  color: #fff;
  background-color: #239dde;
  padding: 10px 2rem;
  line-height: 1;
  border-radius: 2.5rem;
  font-size: clamp(0.875rem, 0.712rem + 0.26vw, 1rem);
}
@media screen and (max-width: 1400px) {
  .header-right > a {
    padding: 8px 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .header-right > a {
    font-size: 1rem;
    display: none;
  }
}
.header-right > .hamburger-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 1400px) {
  .header-right > .hamburger-nav > ul {
    gap: 1.5rem;
  }
}
.header-right > .hamburger-nav > ul > li > a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.75rem, 0.423rem + 0.51vw, 1rem);
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu input {
  display: none;
}
.hamburger-menu .menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 30;
  position: relative;
  height: 25px;
  width: 40px;
}
.hamburger-menu .menu-btn span,
.hamburger-menu .menu-btn span:before,
.hamburger-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  background-color: #045718;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger-menu .menu-btn span:before {
  bottom: 8px;
}
.hamburger-menu .menu-btn span:after {
  top: 8px;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /*メニューオープン時は真ん中の線を透明にする*/
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger-menu .menu-content .logo {
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content .logo {
    width: 180px;
  }
}
.hamburger-menu .menu-content .hamburger-wrap {
  width: 80%;
  margin: 0 auto;
}
.hamburger-menu .menu-content ul li a {
  font-weight: bold;
  font-size: 20px;
  display: block;
  color: #333333;
  text-align: left;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 1024px) {
  .hamburger-menu .menu-content ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content ul li a {
    padding-bottom: 0.5rem;
  }
}
.hamburger-menu .gnavi__sp-style {
  position: fixed;
  z-index: -2;
  top: 0px;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  display: none;
  -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;
  gap: 1.5rem;
  padding: 20% 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .gnavi__sp-style {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.hamburger-menu .gnavi__sp-style::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 95%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
.hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li {
  margin-bottom: 1rem;
}
.hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li {
    margin-bottom: 0.5rem;
  }
}
.hamburger-menu .gnavi__sp-style.active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hamburger-menu .copyright {
  position: absolute;
  bottom: 2.5%;
  left: 5%;
  background: #1c803f;
  width: 90%;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  font-size: clamp(0.625rem, 0.489rem + 0.45vw, 1rem);
}
.hamburger-menu .copyright::before {
  content: "";
  position: absolute;
  height: 250%;
  aspect-ratio: 57/101;
  background: url(./images/ham-left.png) no-repeat center/contain;
  left: 5%;
  top: -250%;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .copyright::before {
    height: 150%;
    top: -150%;
  }
}
.hamburger-menu .copyright::after {
  content: "";
  position: absolute;
  height: 250%;
  aspect-ratio: 163/98;
  background: url(./images/ham-right.png) no-repeat center/contain;
  right: 5%;
  top: -250%;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .copyright::after {
    height: 150%;
    top: -150%;
  }
}

.footer {
  background-color: #045718;
  padding: 5rem 0 0;
}

.footer .container {
  max-width: 1280px;
  width: 90%;
}

.footer-wrap {
  padding-bottom: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 2.5rem 0 0;
  }
  .footer-wrap {
    padding-bottom: 2.5rem;
  }
}
.footer-wrap a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }
}
.footer-address {
  font-size: 14px;
}
.footer-address p {
  margin-bottom: 4px;
}
.footer-left {
  width: 24%;
}
@media screen and (max-width: 1024px) {
  .footer-left {
    width: 100%;
  }
}
.footer-left > p {
  font-size: clamp(1.25rem, 1.114rem + 0.45vw, 1.625rem);
}
.footer-left a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0 1.5rem;
}
@media screen and (max-width: 1024px) {
  .footer-left a {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .footer-left a {
    width: 300px;
  }
}
.footer-right {
  width: calc(76% - 3rem);
}
@media screen and (max-width: 1024px) {
  .footer-right {
    width: 100%;
  }
}
.footer-right ul.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .footer-right ul.footer-nav__list {
    width: 80%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .footer-right ul.footer-nav__list {
    width: 100%;
    gap: 2rem 5%;
  }
}
.footer-right ul.footer-nav__list > li.menu-item {
  width: 25%;
  min-width: 150px;
  display: inline-block;
  padding: 0 0.5rem;
}
@media screen and (max-width: 1024px) {
  .footer-right ul.footer-nav__list > li.menu-item {
    width: 30%;
  }
}
.footer-right ul.footer-nav__list > li.menu-item > a {
  pointer-events: none;
  font-size: clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
  font-weight: bold;
  margin-bottom: 1rem;
  display: block;
}
.footer-right ul.footer-nav__list .sub-menu li a {
  font-weight: 400;
  font-size: clamp(0.75rem, 0.682rem + 0.23vw, 0.938rem);
  display: block;
  margin-bottom: 1rem;
}
.footer p.copyright {
  padding: 12px;
  background-color: #fff;
  text-align: center;
  color: #045718;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  h2,
  h3,
  h4,
  h5 {
    line-height: 1.5;
  }
}

.border-title {
  font-size: 1.5rem;
  padding: 0 0 0 1rem;
  margin-bottom: 3.5rem;
  border-left: 6px solid #045718;
}

.green-btn {
  padding: 1.5rem 1rem;
  color: #045718;
  width: 340px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background-color: #fff;
  border: 2px solid #045718;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(4, 87, 24, 0.55);
  box-shadow: 4px 4px 4px 0px rgba(4, 87, 24, 0.55);
  display: block;
  position: relative;
  line-height: 1;
}
.green-btn.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .green-btn.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .green-btn {
    width: 280px;
    padding: 1.25rem 1rem;
  }
}
.green-btn::before {
  content: "";
  position: absolute;
  width: 88px;
  height: 1px;
  background: #045718;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .green-btn::before {
    width: 52px;
  }
}
.green-btn::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  background: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .green-btn::after {
    width: 20px;
  }
}
.green-btn:hover {
  opacity: 1;
  background: #045718;
  color: #fff;
}
.green-btn:hover::before {
  right: -44px;
}
.green-btn:hover::after {
  opacity: 1;
  width: 44px;
}

.arrow-btn {
  background-color: #f29550;
  color: #fff;
  text-align: center;
  border-radius: 3.5rem;
  padding: 1.5rem;
  margin: 0 auto;
  display: block;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  max-width: 420px;
}
.arrow-btn::before {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 7px;
  height: 10px;
  background: url(./images/arrow-btn.png) no-repeat center/contain;
}

/*お知らせ一覧ページ*/
.news {
  margin: 5rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .news {
    margin: 2.5rem 0 5rem;
  }
}
.news .container {
  max-width: 1180px;
}
.news .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .news .post-list {
    gap: 2rem;
  }
}
.news .post-list .item {
  width: 100%;
}
.news-text {
  padding: 1.5rem 0;
  border-bottom: 1px solid #dddddd;
}
.news-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-text .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-text .post-title {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .news-text .post-title {
    width: 100%;
  }
}
.news-label {
  color: #045718;
  padding: 0px 14px;
  border: 1px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-img img {
  aspect-ratio: 312/206;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

/*詳細ページ*/
@media screen and (max-width: 1024px) {
  .single-main {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .single-main {
    margin-top: 2.5rem;
  }
}
.single .news-label {
  color: #fff;
  padding: 2px 10px;
  border-radius: 24px;
  background-color: #045718;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single .news-text-wrap {
  margin-bottom: 2rem;
}
.single .green-btn {
  margin: 5rem auto 0;
}
.single .post-title {
  color: #045718;
  font-size: clamp(1.25rem, 1.114rem + 0.45vw, 1.625rem);
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .single .green-btn {
    margin: 2.5rem auto 0;
  }
}

/*contact*/
.contact {
  margin: 5rem 0 7.5rem;
}
.contact-text {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .contact-text {
    margin-bottom: 2rem;
  }
}
.contact-text h2 {
  font-size: clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
  margin-bottom: 1.5rem;
}
.contact-text p {
  line-height: 1.8;
}
.contact-btn-wrap {
  background-color: #f2f3f4;
  border-radius: 8px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.contact-btn-wrap::before {
  content: "";
  width: 2px;
  height: 54px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .contact-btn-wrap::before {
    display: none;
  }
}
.contact-btn-wrap div {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .contact-btn-wrap div {
    width: 100%;
  }
}
.contact-btn-wrap div img {
  max-width: 270px;
  margin: 0 auto 4px;
}
.contact-btn-wrap div p {
  font-size: 14px;
}
.contact-btn-wrap h3 {
  width: 47.5%;
  font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
}
@media screen and (max-width: 767px) {
  .contact-btn-wrap h3 {
    width: 100%;
  }
}
.contact .container {
  max-width: 800px;
}
.contact form {
  max-width: 800px;
  margin: 0 auto 5rem;
  text-align: left;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 2rem 5%;
}
@media screen and (max-width: 767px) {
  .contact form {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.contact form > div:not(.submit-btn) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact form > div:not(.submit-btn):not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .contact form > div:not(.submit-btn):not(:last-child) {
    margin-bottom: 20px;
  }
}
.contact form > div:not(.submit-btn) p {
  width: 100%;
}
.contact form > div:not(.submit-btn) p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .contact form > div:not(.submit-btn) p:first-child {
    width: 100%;
    min-width: auto;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}
@media screen and (max-width: 767px) {
  .contact form > div:not(.submit-btn) p:first-child {
    gap: 0;
  }
}
.contact p:has(input[type="submit"]) {
  width: 100% !important;
}
.contact input,
.contact textarea,
.contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
  padding: 10px 1rem;
  width: 100%;
  border: 1px solid #d7d7d7;
  background-color: #f7f5f5;
  border-radius: 4px;
}
.contact select {
  padding-right: 2.5rem;
}
.contact p:has(select) {
  position: relative;
}
.contact p:has(select)::after {
  content: "";
  width: 12px;
  height: 8px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  background: url(./images/select-before.png) no-repeat center/contain;
}
.contact span.required {
  color: #fff;
  background-color: #045718;
  padding: 6px 8px;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .contact span.required {
    font-size: 12px;
    margin-right: 0.5rem;
  }
}
.contact span.optional {
  color: #fff;
  background-color: #505050;
  padding: 6px 8px;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .contact span.optional {
    font-size: 12px;
    margin-right: 0.5rem;
  }
}
.contact .wpcf7-list-item {
  margin: 0;
}
.contact p:has(.contact-policy) {
  text-align: center;
}
.contact .contact-policy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .contact .contact-policy label {
    gap: 0.2rem;
  }
}
.contact .contact-policy input {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .contact .contact-policy input {
    width: 20px;
    height: 20px;
  }
}
.contact input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.contact input[type="checkbox"] + span {
  width: calc(100% - 24px);
}
.contact input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  z-index: 1;
}
.contact input[type="checkbox"]:checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0077a8;
  content: "";
}
.contact .contact-policy a {
  text-decoration: underline;
  color: #045718;
}
.contact p:has(input[type="submit"]) {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 2.5rem auto 0;
  position: relative;
}
.contact p:has(input[type="submit"])::before {
  content: "";
  position: absolute;
  width: 88px;
  height: 1px;
  background: #045718;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact p:has(input[type="submit"])::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  background: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.contact p:has(input[type="submit"]):hover::before {
  right: -44px;
}
.contact p:has(input[type="submit"]):hover::after {
  opacity: 1;
  width: 44px;
}
.contact input[type="submit"] {
  color: #045718;
  padding: 1.25rem;
  font-size: 18px;
  font-weight: bold;
  display: block;
  border: 2px solid #045718;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 340px;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(4, 87, 24, 0.55);
  box-shadow: 4px 4px 4px 0 rgba(4, 87, 24, 0.55);
  background: #fff;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .contact input[type="submit"] {
    width: 260px;
    padding: 1rem;
    font-size: 16px;
  }
}
.contact input[type="submit"]:hover {
  opacity: 1;
  background: #045718;
  color: #fff;
}
.contact .wpcf7-not-valid {
  background-color: #ffe8e8;
}
.contact .wpcf7-spinner {
  display: none;
}
.contact textarea {
  resize: vertical; /* 縦方向のリサイズを許可 */
}

/*404*/
.not-found {
  text-align: center;
  margin: 5rem 0 7.5rem;
}
.not-found .green-btn {
  margin: 3rem auto 0;
}

.top-title {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  font-weight: bold;
  color: #045718;
  margin-bottom: 1.5rem;
}
.top-title h2 {
  font-size: clamp(1.25rem, 0.705rem + 1.82vw, 2.75rem);
  margin-top: 1rem;
}
.top-title h2 span {
  color: #000000;
}

.fv {
  width: 90%;
  margin: 1rem auto 2rem;
  color: #fff;
  padding: 300px 5% 180px;
  border-radius: 1rem;
  font-weight: bold;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.fv video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .fv {
    padding: 350px 5% 100px;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 200px 5% 80px;
  }
}
.fv-txt h1 {
  font-size: clamp(1.5rem, 0.773rem + 2.42vw, 3.5rem);
  margin-bottom: 1rem;
}
.fv-txt h1 + p {
  font-size: clamp(1.125rem, 0.67rem + 1.52vw, 2.375rem);
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .fv-txt h1 + p {
    margin-bottom: 1rem;
  }
}
.fv-txt h1 + p + p {
  font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}

.about {
  padding: 120px 0 5rem 10%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about {
    padding: 120px 7.5% 5rem;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding: 50px 5% 0;
  }
}
.about::before {
  content: "";
  position: absolute;
  width: 50%;
  aspect-ratio: 744/406;
  left: -10%;
  bottom: 0%;
  background: url(./images/recruit-message-bg.png) no-repeat center/contain;
}
.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 5rem;
  }
}
.about-txt {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .about-txt {
    width: 100%;
  }
}
.about-txt > p {
  margin-bottom: 1rem;
  line-height: 2;
}
.about-txt .green-btn {
  margin-top: 3rem;
}
.about-img {
  position: relative;
}
.about-img-wrap {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .about-img-wrap {
    width: 80%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .about-img-wrap {
    width: 100%;
  }
}
.about-img-1 {
  width: 80%;
  margin: 0 0 0 auto;
  overflow: hidden;
  border-radius: 8px;
}
.about-img-1.fadeUp img {
  -webkit-transform: none;
  transform: none;
}
.about-img-1 img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-img-2 {
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 32%;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .about-img-2 {
    width: 40%;
  }
}
.about-img-2.fadeUp img {
  -webkit-transform: none;
  transform: none;
}
.about-img-2 img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.top-service {
  margin: 7.5rem 0;
}
.top-service-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .top-service-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }
}
.top-service-txt {
  width: 43.5%;
}
@media screen and (max-width: 1024px) {
  .top-service-txt {
    width: 100%;
    max-width: 400px;
  }
}
.top-service-txt > p {
  margin-bottom: 1.5rem;
}
.top-service-img {
  width: 53%;
}
@media screen and (max-width: 1024px) {
  .top-service-img {
    width: 100%;
  }
}
.top-service .tab-list {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .top-service .tab-list {
    padding-left: 1.5rem;
  }
}
.top-service .tab-list li {
  padding: 1.5rem 0 1.5rem 1rem;
  border-bottom: 1px solid #c7c7c7;
  color: #8d8d8d;
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  font-weight: bold;
  width: 100%;
}
.top-service .tab-list li span {
  margin-right: 1rem;
  position: relative;
}
.top-service .tab-list li span::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: #8d8d8d;
  right: -8.5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.top-service .tab-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.top-service .tab-menu.current {
  color: #333;
  position: relative;
}
.top-service .tab-menu.current span {
  color: #045718;
}
.top-service .tab-menu.current span::before {
  background-color: #045718;
}
.top-service .tab-menu.current::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 53%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(./images/tab-menu.png) no-repeat center/contain;
}
.top-service .content-box {
  display: none;
}
.top-service .content-box h3 {
  font-size: clamp(1.25rem, 1.023rem + 0.76vw, 1.875rem);
  margin: 1.5rem 0 1rem;
}
.top-service .content-box h3 span {
  margin-right: 1rem;
  position: relative;
  color: #045718;
}
.top-service .content-box h3 span::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  right: -8.5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #045718;
}
.top-service .content-box h3 + p {
  line-height: 2;
}
.top-service .content-box .green-btn {
  margin: 2rem 0 0;
}
.top-service .content-box img {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-service .content-box img {
    max-width: 450px;
    margin: 0 auto 2rem;
  }
}

.case {
  position: relative;
  margin: 3.5rem 0 0;
  padding: 4rem 0 7.5rem;
}
.case::before {
  content: "";
  position: absolute;
  width: 79.4%;
  height: 100%;
  background: url(./images/case-bg.png) no-repeat center/cover;
  left: 0;
  top: 0;
  z-index: -1;
  max-width: 1345px;
}
@media screen and (max-width: 1024px) {
  .case::before {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .case::before {
    width: 100%;
  }
}
.case .sustainability-txt {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .case .sustainability-txt {
    width: 100%;
  }
}
.case .sustainability-img {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .case .sustainability-img {
    width: 100%;
    max-width: 450px;
  }
}

.sustainability {
  margin: 5rem 0;
}
.sustainability-wrap {
  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 screen and (max-width: 1024px) {
  .sustainability-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}
.sustainability-txt {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .sustainability-txt {
    width: 100%;
  }
}
.sustainability-txt > p {
  margin-bottom: 1rem;
  line-height: 2;
}
.sustainability-txt .green-btn {
  margin-top: 3rem;
}
.sustainability-img {
  width: 42%;
}
@media screen and (max-width: 1024px) {
  .sustainability-img {
    width: 100%;
    max-width: 450px;
  }
}

.top-video {
  margin: 3.5rem 0;
  overflow: hidden;
}
.top-video video {
  width: 2560px;
  height: auto;
  display: block;
  margin-left: calc(50% - 1280px);
}
@media screen and (max-width: 767px) {
  .top-video video {
    width: auto;
    height: 250px;
    min-width: 100%;
    object-fit: cover;
    object-position: center;
    margin-left: 0;
  }
}

.top-company {
  width: 95%;
  margin: 4rem 0 0 auto;
  background-color: #f4f7f5;
  padding: 3.5rem 10% 7.5rem 5%;
}
@media screen and (max-width: 767px) {
  .top-company {
    width: 100%;
    padding: 3rem 5% 3rem 5%;
  }
}
.top-company-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .top-company-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.top-company-left {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .top-company-left {
    width: 100%;
  }
}
.top-company-left > p {
  line-height: 2;
}
.top-company-right {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .top-company-right {
    width: 100%;
    max-width: 450px;
  }
}
.top-company-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-company-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.top-company-btn a {
  width: calc((100% - 3rem) / 3);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-company-btn a {
    width: 100%;
  }
}
.top-company-btn a:hover {
  opacity: 1;
}
.top-company-btn a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.top-company-btn a div {
  overflow: hidden;
  border-radius: 0.5rem;
}
.top-company-btn a div img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-company-btn a div + p {
  display: block;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-company-btn a div + p {
    margin-top: 1rem;
  }
}
.top-company-btn a > p {
  display: none;
}

.news {
  margin: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .news {
    margin: 5rem 0;
  }
}
.news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .news-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }
  .news-wrap .sp {
    display: block;
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .news-wrap {
    gap: 1rem;
  }
}
.news-left {
  width: 300px;
}
.news-left .green-btn {
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .news-left .green-btn {
    display: none;
  }
}
.news-right {
  width: calc(100% - 400px);
  max-width: 640px;
}
@media screen and (max-width: 1024px) {
  .news-right {
    width: 100%;
    max-width: none;
  }
}

.company-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  margin: 5rem auto;
  background-color: #045718;
  padding: 4rem 5%;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .company-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .company-top {
    width: 100%;
  }
}
.company-top p:has(img) {
  width: 54%;
}
@media screen and (max-width: 1024px) {
  .company-top p:has(img) {
    width: 100%;
    max-width: 450px;
  }
}
.company-top-txt {
  width: 41%;
}
@media screen and (max-width: 1024px) {
  .company-top-txt {
    width: 100%;
  }
}
.company-top-txt h2 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom: 1.5rem;
}
.company-top-txt p {
  line-height: 1.8;
}
.company-info {
  margin: 5rem 0;
}
.company-info .container > h2 {
  font-size: 20px;
  margin-bottom: 1.5rem;
}
.company-info .container > p {
  margin-bottom: 2rem;
}
.company-info table {
  width: 100%;
  border-collapse: collapse;
}
.company-info table td {
  padding: 1.5rem;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}
@media screen and (max-width: 767px) {
  .company-info table td {
    padding: 1rem 0;
    font-size: 12px;
  }
}
.company-info table td:first-child {
  font-weight: bold;
  border-top: 1px solid #045718;
  border-bottom: 1px solid #045718;
  width: 21%;
}
@media screen and (max-width: 767px) {
  .company-info table td:first-child {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .company-info table td:last-child {
    width: 70%;
  }
}
.company-bottom {
  margin: 5rem 0;
}
.company-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .company-bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.company-bottom-item {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .company-bottom-item {
    width: 100%;
  }
}
.company-bottom-item a {
  display: block;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .company-bottom-item a {
    margin-bottom: 0.5rem;
  }
}

.business-top-wrap {
  width: 93.5%;
  margin: 100px auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1440px;
}
@media screen and (max-width: 1024px) {
  .business-top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    margin: 3rem auto 4rem;
  }
}
.business-top-img1 {
  width: 25%;
  margin-top: 10%;
}
@media screen and (max-width: 1024px) {
  .business-top-img1.pc {
    display: none;
  }
}
.business-top-img2 {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .business-top-img2.pc {
    display: none;
  }
  .business-top-img-bg.sp {
    display: block;
    position: relative;
    padding-bottom: 3rem;
    max-width: 500px;
    margin: 0 auto;
  }
}
.business-top-img-bg.sp img:first-child {
  width: 70%;
  margin: 0 0 0 auto;
  border-radius: 8px;
}
.business-top-img-bg.sp img:last-child {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 40%;
  overflow: hidden;
  border-radius: 8px;
}
.business-top-txt {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .business-top-txt {
    width: 100%;
  }
}
.business-top-txt h2 {
  font-size: clamp(1.25rem, 0.886rem + 1.21vw, 2.25rem);
  margin-bottom: 2.5rem;
  text-align: center;
  color: #045718;
}
.business-top-txt p {
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}
.business-top-txt p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.business-service {
  margin: 120px 0;
}
@media screen and (max-width: 767px) {
  .business-service {
    margin: 4rem 0;
  }
}
.business-service-wrap {
  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 screen and (max-width: 1024px) {
  .business-service-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.business-service-wrap > p {
  display: none;
}
.business-service-wrap-bg {
  position: relative;
  padding: 3rem 0;
}
.business-service-wrap-bg:not(:last-child) {
  margin-bottom: 4.5rem;
}
.business-service-wrap-bg:nth-child(odd) {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f5fff5),
    color-stop(70%, #f5fff5),
    to(#ffffff)
  );
  background-image: linear-gradient(90deg, #f5fff5, #f5fff5 70%, #ffffff);
}
.business-service-wrap-bg:nth-child(even) .business-service-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .business-service-wrap-bg:nth-child(even) .business-service-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.business-service-img {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .business-service-img {
    width: 100%;
    max-width: 450px;
  }
}
.business-service-txt {
  width: 50%;
  max-width: 560px;
}
@media screen and (max-width: 1024px) {
  .business-service-txt {
    width: 100%;
    max-width: none;
  }
}
.business-service-txt h2 {
  margin-bottom: 1rem;
}
.business-service-txt h3 {
  margin-bottom: 2rem;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  letter-spacing: 1.5px;
}
.business-service-txt p {
  font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
  line-height: 1.7;
  letter-spacing: 1px;
}
.business-service-txt .green-btn {
  margin-top: 3.5rem;
}
.business-all {
  margin: 100px 0;
}
.business-all h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.business-all-wrap {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem 1.5rem;
}
.business-all-item {
  width: calc((100% - 4.5rem) / 4);
  color: #045718;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
.business-all-item > img {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .business-all-item {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .business-all-item {
    width: 100%;
  }
}
.business-bottom {
  margin: 140px 0;
}
@media screen and (max-width: 767px) {
  .business-bottom {
    margin: 4rem 0;
  }
}
.business-bottom .container {
  max-width: 1100px;
}
.business-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .business-bottom-wrap {
    gap: 0.5rem;
  }
}
.business-bottom-wrap a {
  display: block;
  width: calc((100% - 3rem) / 3);
}
@media screen and (max-width: 767px) {
  .business-bottom-wrap a {
    width: calc((100% - 0.5rem) / 2);
  }
}

.philosophy {
  padding: 5rem 0;
  background-color: #f9fff9;
}
.philosophy .container {
  max-width: 1152px;
}
.philosophy-greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .philosophy-greeting {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.philosophy-greeting-img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .philosophy-greeting-img {
    width: 100%;
  }
}
.philosophy-greeting-txt {
  width: 50%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .philosophy-greeting-txt {
    width: 100%;
    max-width: none;
  }
}
.philosophy-greeting-txt h2 {
  font-size: clamp(1.5rem, 1.318rem + 0.61vw, 2rem);
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .philosophy-greeting-txt h2 {
    margin-bottom: 1rem;
  }
}
.philosophy-greeting-txt p {
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.25);
}
.philosophy-message {
  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;
  max-width: 960px;
  margin: 3rem auto 5rem;
}
@media screen and (max-width: 767px) {
  .philosophy-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.philosophy-message h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .philosophy-message h2 {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    width: 100%;
  }
}
.philosophy-message h2 span {
  display: block;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
.philosophy-message div {
  width: 80%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .philosophy-message div {
    width: 100%;
  }
}
.philosophy-message div p {
  margin-bottom: 1rem;
}

/* 20260408 服部変更 経営方針を中央寄りから左寄りに変更 */
.philosophy-box {
  max-width: 100%; /* 900px → 100% に変更 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start; /* justifyからstartに変更 */
  -ms-flex-pack: start; /* justifyからstartに変更 */
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  gap: 3rem;
}

/* 20260320 上田追加 代表挨拶を明朝体に変更 */
.mincho-text {
  font-family: "Noto Serif JP", serif;
}

/* .philosophy-message h2,
.philosophy-message div p {
  font-family: 'Noto Serif JP', serif;
} */

@media screen and (max-width: 767px) {
  .philosophy-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.philosophy-box h2 {
  font-size: clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
  border-left: 6px solid #045718;
  padding-left: 1rem;
}
@media screen and (max-width: 1024px) {
  .philosophy-box h2 {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-box h2 {
    width: 100%;
  }
}
.philosophy-box h3 {
  font-size: clamp(1.125rem, 1.034rem + 0.3vw, 1.375rem);
  margin-bottom: 1rem;
}
.philosophy-box div p {
  margin-bottom: 0.5rem;
}
.philosophy-policy {
  background-color: #fff;
  padding: 2.5rem 1.5rem;
  -webkit-box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .philosophy-policy {
    padding: 1.5rem 1rem;
  }
}
.philosophy-policy h2 {
  text-align: center;
  color: #045718;
  font-size: clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .philosophy-policy h2 {
    margin-bottom: 0.5rem;
  }
}
.philosophy-policy h2::before,
.philosophy-policy h2::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #045718;
}

.case {
  margin: 5rem 0;
}
.case-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .case-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}
.case-img {
  width: 38%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .case-img {
    width: 100%;
    max-width: 350px;
  }
}
.case-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  border-radius: 8px;
  top: 8px;
  left: 8px;
  z-index: -1;
}
.case-txt {
  width: 57%;
}
@media screen and (max-width: 1024px) {
  .case-txt {
    width: 100%;
  }
}
.case-txt h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  color: #045718;
  margin-bottom: 8px;
}
.case-txt h2 + p {
  color: #878787;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .case-txt h2 + p {
    margin-bottom: 1rem;
  }
}
.case-txt h3 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  margin-bottom: 1rem;
}
.case-txt h3 span {
  color: #045718;
}
.case-txt h3 + p {
  color: #878787;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .case-txt h3 + p {
    margin-bottom: 1rem;
  }
}
.case-txt p:nth-of-type(n + 3) {
  line-height: 1.8;
  margin-top: 1rem;
}
.case-example {
  margin: 5rem 0;
}
.case-example h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  color: #045718;
  margin-bottom: 2rem;
}
.case-example h3 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  padding-left: 1rem;
  border-left: 6px solid #045718;
  margin-bottom: 2rem;
}
.case-example-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .case-example-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.case-example-wrap p:last-child {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .case-example-wrap p:last-child {
    margin-top: 0.5rem;
  }
}
.case-example-item {
  width: calc((100% - 3rem) / 3);
}
@media screen and (max-width: 767px) {
  .case-example-item {
    width: 100%;
  }
}
.case-scene {
  margin: 5rem 0;
}
.case-scene h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  color: #045718;
  margin-bottom: 1.5rem;
}
.case-scene table {
  max-width: 910px;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2.5rem;
}
.case-scene table td {
  width: 50%;
  padding: 12px 8px;
  text-align: center;
  border: 1px solid #b3b3b3;
}
.case-scene table tr:first-child {
  background-color: #045718;
  color: #fff;
}
.case-style {
  margin: 5rem 0;
}
.case-style h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  color: #045718;
  margin-bottom: 2rem;
}
.case-style h3 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  border-left: 6px solid #045718;
  padding-left: 1rem;
}
.case-style-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .case-style-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem 5%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.case-style-item {
  width: calc((100% - 3rem) / 3);
  padding: 2.5rem 1.5rem;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  .case-style-item {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .case-style-item {
    width: 100%;
  }
}
.case-style-item img {
  width: 100px;
  margin: 0 auto 1.5rem;
}
.case-style-item h4 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
.case-style-item p span {
  color: #045718;
  font-weight: bold;
}

.reuse-ex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem 0 1.5rem;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .reuse-ex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.reuse-ex-wrap + p {
  font-weight: bold;
}
.reuse-ex-item {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .reuse-ex-item {
    width: 100%;
  }
}

.waste-paper-example .case-example-wrap {
  margin-top: 2rem;
}
.waste-paper-example .case-example-wrap h4 {
  color: #045718;
  font-size: 20px;
  margin: 1rem 0 0.5rem;
}
.waste-paper-example .case-example-wrap p:last-child {
  margin-top: 0;
}

.waste-paper-style {
  margin-bottom: 2rem;
}
.waste-paper-style .case-style-item {
  text-align: center;
}

.waste-paper-target-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 2.5rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .waste-paper-target-wrap {
    gap: 1rem;
  }
}
.waste-paper-target-item {
  width: calc((100% - 3rem) / 3);
}
@media screen and (max-width: 767px) {
  .waste-paper-target-item {
    width: 100%;
  }
}

.secure-example {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.paper-flow-green-wrap:has(.secure-box) {
  margin-top: 5rem;
}

.secure-box {
  width: calc(100% - 140px);
  padding: 2rem 3rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .secure-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .secure-box {
    padding: 1rem;
    font-size: 14px;
  }
}
.secure-box span {
  color: #045718;
}
.secure-box p {
  padding-left: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .secure-box p {
    padding-left: 1.5rem;
  }
}
.secure-box p::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 4px;
  left: 0;
  background: url(./images/check.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .secure-box p::before {
    width: 1rem;
    height: 1rem;
  }
}
.secure-box p:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .secure-box p:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

.secure-difference table {
  min-width: 600px;
}
.secure-difference table td {
  width: 40%;
}
.secure-difference table td:first-child {
  width: 20%;
}
.secure-difference table td.gray {
  background-color: #535b55;
  color: #fff;
}
.secure-difference-table {
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .secure-difference-table {
    overflow: scroll;
  }
}

.secure-safety-img {
  margin: 2rem 0 2rem 10%;
  padding-bottom: 2rem;
  border-bottom: 2px solid #aeada8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .secure-safety-img {
    margin: 2rem 0 2rem 5%;
  }
}
.secure-safety-img::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #045718;
}
.secure-safety-wrap {
  margin-bottom: 1.5rem;
  max-width: 780px;
}
.secure-safety-wrap + p span {
  color: #045718;
}
.secure-safety-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #aeada8;
  margin-bottom: 1.5rem;
  padding: 0 0.5rem 0.5rem;
}
.secure-safety-list > p {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  font-weight: bold;
  width: 100px;
  border-right: 1px solid #aeada8;
  position: relative;
  color: #045718;
}
.secure-safety-list > p:last-child {
  display: none;
}
@media screen and (max-width: 1024px) {
  .secure-safety-list > p {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .secure-safety-list > p {
    width: 40px;
  }
}
.secure-safety-list > p::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  right: -1px;
  bottom: 0;
  background: #045718;
}
.secure-safety-list div {
  width: calc(100% - 100px);
  padding-left: 4rem;
}
@media screen and (max-width: 1024px) {
  .secure-safety-list div {
    padding-left: 2rem;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .secure-safety-list div {
    padding-left: 1rem;
    width: calc(100% - 40px);
  }
}
.secure-safety-list h4 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
.secure-safety-list h4 + p {
  margin: 0.5rem 0 0 5%;
}

.paper-flow {
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .paper-flow {
    margin-bottom: 0;
  }
}
.paper-flow h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  color: #045718;
  margin-bottom: 1.5rem;
}
.paper-flow h2 + p {
  margin-bottom: 1rem;
}
.paper-flow h2 + p span {
  color: #045718;
}
.paper-flow h3 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  border-left: 6px solid #045718;
  padding-left: 1rem;
}
.paper-flow-green {
  padding: 4rem 2.5rem;
  background-color: #f9fff9;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .paper-flow-green {
    padding: 2rem 1rem;
  }
}
.paper-flow-green > p span {
  color: #045718;
}
.paper-flow-green-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .paper-flow-green-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.paper-flow-right {
  width: calc(100% - 140px);
}
@media screen and (max-width: 1200px) {
  .paper-flow-right {
    width: 100%;
  }
}
.paper-flow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  position: relative;
}
.paper-flow-wrap .paper-flow-txt > p:last-child,
.paper-flow-wrap .paper-flow-txt + p {
  display: none;
}
@media screen and (max-width: 767px) {
  .paper-flow-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.paper-flow-wrap::before {
  content: "";
  position: absolute;
  width: 20px;
  aspect-ratio: 1/1;
  bottom: -18px;
  left: 30px;
  background: url(./images/paper-flow.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .paper-flow-wrap::before {
    left: 13px;
    width: 1rem;
  }
}
.paper-flow-wrap.last::before {
  display: none;
}
.paper-flow-img {
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .paper-flow-img {
    width: 2.5rem;
  }
}
.paper-flow-txt {
  width: calc(100% - 6rem);
  padding: 1.5rem 5%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .paper-flow-txt {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 767px) {
  .paper-flow-txt {
    width: calc(100% - 3rem);
    padding: 1rem 0.5rem;
  }
}
.paper-flow-txt::before {
  content: "";
  position: absolute;
  width: 105%;
  aspect-ratio: 844/108;
  top: 0;
  left: -7%;
  z-index: -1;
  background: url(./images/paper-flow-txt.png) no-repeat center/contain;
}
@media screen and (max-width: 1400px) {
  .paper-flow-txt::before {
    top: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .paper-flow-txt::before {
    display: none;
  }
}
.paper-flow-txt h4 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  color: #045718;
  margin-bottom: 8px;
}
.paper-flow-feature-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.paper-flow-feature-item {
  width: calc((100% - 1.5rem) / 2);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 1rem;
  font-size: 14px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  .paper-flow-feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .paper-flow-feature-item {
    width: 100%;
  }
}
.paper-flow-feature-item h4 {
  font-size: clamp(1.125rem, 1.034rem + 0.3vw, 1.375rem);
  color: #045718;
  margin-bottom: 1rem;
}
.paper-flow-feature-img {
  width: 16%;
}
@media screen and (max-width: 1024px) {
  .paper-flow-feature-img {
    width: 80px;
  }
}
.paper-flow-feature-txt {
  width: calc(84% - 1rem);
}
@media screen and (max-width: 1024px) {
  .paper-flow-feature-txt {
    width: 100%;
  }
}
.paper-trust {
  padding: 5rem 0;
  position: relative;
  font-weight: bold;
}
.paper-trust::before {
  content: "";
  position: absolute;
  width: 20%;
  right: 2.5%;
  top: 0;
  background: url(./images/paper-trust-logo.png) no-repeat center/contain;
  aspect-ratio: 15/13;
}
.paper-trust h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  color: #045718;
  margin-bottom: 1rem;
}
.paper-trust h3 {
  font-size: clamp(1.125rem, 1.08rem + 0.15vw, 1.25rem);
  margin-bottom: 1.5rem;
}
.paper-trust .container > p {
  margin-bottom: 1.5rem;
  font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}
.paper-trust ul {
  margin-bottom: 1.5rem;
  font-size: clamp(1.125rem, 1.08rem + 0.15vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  .paper-trust ul {
    font-size: 1rem;
  }
}
.paper-trust ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 12px;
}
.paper-trust ul li img + p {
  display: none;
}
.paper-trust ul li img,
.paper-trust ul li p:has(img) {
  width: 2rem;
}
.paper-trust p span {
  color: #045718;
  font-weight: bold;
}

.case-scene table.feature-table {
  max-width: none;
}
.case-scene table.feature-table td {
  width: 35%;
  padding: 6px 8px;
}
.case-scene table.feature-table td:first-child {
  width: 30%;
}
.case-scene table.feature-table tr:nth-child(n + 2) td:nth-child(2) {
  background: #f9fff9;
}

.feature-wrap {
  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;
}
@media screen and (max-width: 767px) {
  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.feature-wrap h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  color: #045718;
  margin-bottom: 1.5rem;
}
.feature-wrap .feature-txt {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .feature-wrap .feature-txt {
    width: 100%;
  }
}
.feature-wrap .feature-txt p {
  margin-bottom: 1rem;
}
.feature-wrap .feature-img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .feature-wrap .feature-img {
    width: 100%;
  }
}

.solution-case {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .solution-case {
    padding: 0;
    margin-top: 0;
  }
}
.solution-case::before {
  display: none;
}
.solution-case .case-txt {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .solution-case .case-txt {
    width: 100%;
  }
}
.solution-img {
  width: 42.5%;
  position: absolute;
  right: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .solution-img {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    max-width: 800px;
  }
}
.solution-flow .paper-flow-txt::before {
  display: none;
}
.solution-flow .paper-flow-img {
  position: absolute;
  left: 2.5%;
  top: 0;
  width: 11%;
}
.solution-flow .paper-flow-img img {
  border-radius: 0;
}
.solution-flow .paper-flow-wrap {
  border: 1px solid #c2c2c2;
  background-color: #fff;
  padding: 8px 5% 8px 8px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  position: relative;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .solution-flow .paper-flow-wrap {
    margin-bottom: 1rem;
  }
}
.solution-flow .paper-flow-wrap::before {
  display: none;
}
.solution-flow .paper-flow-txt {
  width: 62.5%;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .solution-flow .paper-flow-txt {
    width: 55%;
    font-size: 12px;
  }
}
.solution-flow-img {
  width: 12%;
}
@media screen and (max-width: 767px) {
  .solution-flow-img {
    width: 22%;
  }
}
.solution-route h3 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  border-left: 6px solid #045718;
  padding-left: 1rem;
  margin: 1.5rem 0;
}
.solution-route table + h3 {
  margin-top: 4rem;
}
.solution-route.case-scene table.feature-table td {
  width: 40%;
  padding: 12px 8px;
}
.solution-route.case-scene
  table.feature-table
  tr:nth-child(n + 2)
  td:nth-child(2) {
  background: #fff;
}
.solution-route.case-scene table.feature-table td:first-child {
  width: 20%;
}

.facilities-table table {
  max-width: 970px;
}
.facilities-table table tr:first-child td {
  text-align: center;
}
.facilities-table table td {
  width: 64%;
  text-align: left;
}
.facilities-table table td:first-child {
  width: 36%;
  text-align: center;
}
.facilities-car {
  margin: 120px 0;
}
.facilities-car h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  color: #045718;
  margin-bottom: 1.5rem;
}
.facilities-car h3 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  border-left: 6px solid #045718;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.facilities-car h4 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom: 1.5rem;
}
.facilities-car-bg {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .facilities-car-bg {
    padding: 2rem 0;
  }
}
.facilities-car-bg.green {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f5fff5),
    color-stop(70%, #f5fff5),
    to(#ffffff)
  );
  background-image: linear-gradient(90deg, #f5fff5, #f5fff5 70%, #ffffff);
}
.facilities-car-bg.green .facilities-car-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .facilities-car-bg.green .facilities-car-wrap {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.facilities-car-wrap {
  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;
  width: 82%;
  margin: 0 auto;
  max-width: 1180px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .facilities-car-wrap {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.facilities-car-img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .facilities-car-img {
    width: 100%;
  }
}
.facilities-car-txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .facilities-car-txt {
    width: 100%;
  }
}
.facilities-car .last {
  font-size: clamp(0.875rem, 0.739rem + 0.45vw, 1.25rem);
}
.facilities-area {
  margin: 3rem 0 7.5rem;
}
.facilities-area-wrap {
  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 screen and (max-width: 767px) {
  .facilities-area-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.facilities-area-img {
  width: 39%;
}
@media screen and (max-width: 767px) {
  .facilities-area-img {
    width: 100%;
  }
}
.facilities-area-txt {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .facilities-area-txt {
    width: 100%;
  }
}
.facilities-area-txt h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 12px;
  margin-bottom: 1rem;
}
.facilities-area-txt h2::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(./images/facilities-area-ttl.png) no-repeat center/contain;
}
.facilities-area-green {
  margin: 12px 0 20px;
  padding: 10px;
  background-color: #045718;
  color: #fff;
  font-size: clamp(1.125rem, 0.943rem + 0.61vw, 1.625rem);
  max-width: 660px;
}

.sdgs-example-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.5rem 1.5rem;
}
@media screen and (max-width: 1024px) {
  .sdgs-example-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.sdgs-example-item {
  width: calc((100% - 3rem) / 3);
}
@media screen and (max-width: 1024px) {
  .sdgs-example-item {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .sdgs-example-item {
    width: 100%;
  }
}
.sdgs-example-logo {
  margin: 1rem 0 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sdgs-example-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 12px;
}
.sdgs-example-txt p:last-child,
.sdgs-example-txt p:nth-child(2) {
  font-size: 12px;
  color: #fff;
  background-color: #045718;
  padding: 0 12px;
  border-radius: 1rem;
}
.sdgs-style .paper-flow-green {
  margin-bottom: 4rem;
}
.sdgs-style h4 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  border-left: 6px solid #045718;
  padding-left: 1rem;
  margin-bottom: 2.5rem;
}
.sdgs-style .case-style-item {
  text-align: center;
}
.sdgs-style .case-style-item h5 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  text-align: center;
  margin: 1.5rem 0 1rem;
}
.sdgs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sdgs-wrap {
    -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: 1rem;
  }
}
.sdgs-wrap h3 {
  font-size: clamp(1.25rem, 0.886rem + 1.21vw, 2.25rem);
  color: #045718;
  padding: 0;
  border: none;
}
.sdgs-img {
  width: 14.5%;
}
@media screen and (max-width: 767px) {
  .sdgs-img {
    width: 80px;
  }
}

body:has(.header-recruit) .footer {
  background-color: #1b0c00;
}
body:has(.header-recruit) .container {
  width: 90%;
  max-width: 1260px;
}
body:has(.header-recruit) main {
  overflow: hidden;
}
body:has(.header-recruit) .aioseo-breadcrumbs a,
body:has(.header-recruit) .aioseo-breadcrumbs {
  color: #333;
}
body:has(.header-recruit) .aioseo-breadcrumbs::before {
  background: url(./images/home-icon-orange.png) no-repeat center/contain;
}
body:has(.header-recruit) .aioseo-breadcrumbs {
  left: 0;
  width: 100%;
}
body:has(.header-recruit) .header-right > a {
  background: #f29550;
}

.recruit-fv {
  padding: 1rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .recruit-fv {
    padding-bottom: 0;
  }
}
.recruit-fv-wrap {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit-fv-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.recruit-fv-txt {
  width: 50%;
  padding-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .recruit-fv-txt {
    padding: 0;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-fv-txt {
    width: 100%;
  }
}
.recruit-fv-txt h1 {
  font-size: clamp(1.25rem, 0.659rem + 1.97vw, 2.875rem);
  margin-bottom: 1rem;
  letter-spacing: 3px;
}
.recruit-fv-txt h1 .orange {
  color: #f29550;
}
.recruit-fv-txt h1 .green {
  color: #045718;
}
.recruit-fv-txt p {
  font-size: clamp(0.875rem, 0.739rem + 0.45vw, 1.25rem);
  letter-spacing: 2px;
}
.recruit-fv-txt-img {
  width: 95%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .recruit-fv-txt-img {
    width: 100%;
    margin-top: 2rem;
  }
}
.recruit-swiper {
  width: 45%;
  margin: 0;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .recruit-swiper {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-swiper {
    width: 100%;
    padding-bottom: 2rem;
  }
}
.recruit-swiper .swiper-pagination-bullet {
  margin: 0 1rem !important;
}
.recruit-swiper .swiper-pagination-bullet-active {
  background: #045718;
}
.recruit-title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .recruit-title {
    margin-bottom: 2rem;
  }
}
.recruit-title h2 {
  color: #045718;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
.recruit-title + h3 {
  font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
  margin-bottom: 1.5rem;
}
.recruit-interview {
  margin: 100px 0;
}
.recruit-interview-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .recruit-interview-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.recruit-interview-txt {
  width: 50%;
}

/* 20260413 服部変更 インタビュー記事のリンク表示方法を追加 */
.recruit-interview-links {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}

.recruit-interview-links .arrow-btn {
  flex: 1;
  text-align: center;
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .recruit-interview-links {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .recruit-interview-links .arrow-btn {
    width: 70%;
    max-width: 100%;
    font-size: 0.85rem;
    padding: 0.6rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-txt {
    width: 100%;
  }
}
.recruit-interview-img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .recruit-interview-img {
    width: 100%;
  }
}
.recruit-message {
  padding-top: 5rem;
  position: relative;
}
.recruit-message::before {
  content: "";
  position: absolute;
  width: 50%;
  aspect-ratio: 744/406;
  right: -10%;
  top: -23%;
  background: url(./images/recruit-message-bg.png) no-repeat center/contain;
}
.recruit-message .recruit-interview-img {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .recruit-message .recruit-interview-img {
    padding-top: 1rem;
  }
}
.recruit-position {
  padding: 100px 0;
  background: url(./images/recruit-bg1.png) no-repeat center/cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-position {
    padding: 4rem 0;
  }
}
.recruit-position .recruit-title h2,
.recruit-position .accent {
  color: #fff;
}
.recruit-position-wrap {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.recruit-position-item {
  width: calc((100% - 1.5rem) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .recruit-position-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-position-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.recruit-position-img {
  width: 40%;
}
.recruit-position-img img {
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .recruit-position-img {
    width: 100%;
  }
}
.recruit-position-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .recruit-position-img img {
    aspect-ratio: 4/3;
  }
}
.recruit-position-txt {
  width: 60%;
  background-color: #fff;
  color: #333;
  padding: 2rem 1rem;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .recruit-position-txt {
    font-size: 14px;
    width: 100%;
  }
}
.recruit-position-txt h3 {
  font-size: clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
  color: #045718;
  padding-left: 8px;
  border-left: 4px solid;
}
.recruit-position-txt h4 {
  font-size: clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
  color: #f29550;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin: 1rem 0 0.5rem;
}
.recruit-position-txt h4::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(./images/recruit-position-ico.png) no-repeat center/contain;
}
.recruit-position-txt .arrow-btn {
  padding: 8px 2.5rem;
  margin: 1rem 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
}
.recruit-position-txt .arrow-btn::before {
  right: 1rem;
}
.recruit-benefit {
  background: url(./images/recruit-bg2.png) no-repeat center/cover;
}
.recruit-benefit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .recruit-benefit-wrap {
    max-width: 600px;
    margin: 2rem auto 0;
  }
}
.recruit-benefit-item {
  width: 240px;
  background-color: #fff;
  padding: 3rem 1rem 0;
  aspect-ratio: 240/255;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .recruit-benefit-item {
    width: 100%;
    aspect-ratio: auto;
    padding: 2rem 1rem;
  }
}
.recruit-benefit-img {
  width: 100px;
  margin: 0 auto 1rem;
}
.recruit-faq {
  padding: 7.5rem 0;
  position: relative;
}
.recruit-faq-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit-faq-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.recruit-faq-txt {
  width: 240px;
}
.recruit-faq-right {
  width: calc(100% - 340px);
}
@media screen and (max-width: 1024px) {
  .recruit-faq-right {
    width: 100%;
  }
}
.recruit-faq::before {
  content: "";
  position: absolute;
  width: 60%;
  aspect-ratio: 744/406;
  left: 0%;
  bottom: -2%;
  background: url(./images/recruit-faq-bg.png) no-repeat center/contain;
}

.accordion {
  margin-top: 2.5rem;
  border-radius: 12px;
  border: 1px solid #c2c2c2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .accordion {
    margin-top: 1rem;
  }
}

.accordion-content {
  display: none;
}

.accordion-header {
  background-color: #fff;
  padding: 1.25rem 2rem 1.25rem 1.5rem;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  color: #045718;
}
@media screen and (max-width: 767px) {
  .accordion-header {
    padding: 1rem 2rem 1rem 1rem;
  }
}

.accordion-header.active {
  background-color: #045718;
  color: #fff;
}

.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  background: #045718;
}

.accordion-header::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion-header.active::after {
  opacity: 0;
}

.accordion-header.active::before {
  background: #fff;
}

.accordion-content {
  padding: 18px 1.5rem 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .accordion-content {
    padding: 1rem;
  }
}

.accordion-header span,
.accordion-content span {
  padding-left: 40px;
  position: relative;
  display: block;
}

.accordion-header span::before {
  position: absolute;
  content: "Q";
  top: -3px;
  left: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  background-color: #045718;
  width: 2rem;
  height: 2rem;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 999vh;
  padding-bottom: 4px;
  font-weight: 400;
}

.accordion-header.active span::before {
  background-color: #fff;
  color: #045718;
}

.accordion-content span::before {
  position: absolute;
  content: "A";
  top: -3px;
  left: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  background-color: #045718;
  width: 2rem;
  height: 2rem;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 999vh;
}

.interview-fv {
  border-bottom: 1px solid #c3c3c3;
  padding: 7.5rem 0 5rem;
  width: 90%;
  margin: 0 auto;
  max-width: 1260px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview-fv {
    padding: 5rem 0 2.5rem;
  }
}
.interview-fv::before {
  content: "Interview";
  color: #f29550;
  opacity: 0.3;
  font-size: clamp(2.5rem, 0.682rem + 6.06vw, 7.5rem);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .interview-fv::before {
    top: 60%;
  }
}
.interview-fv-txt {
  margin-bottom: 100px;
}
.interview-fv-txt p {
  font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
  color: #f29550;
}
.interview-fv-txt h1 {
  font-size: clamp(1.563rem, 0.994rem + 1.89vw, 3.125rem);
}
.interview-top {
  padding-top: 5rem;
  position: relative;
}
.interview-top::before {
  content: "";
  position: absolute;
  width: 21%;
  right: 5%;
  top: -10%;
  background: url(./images/paper-trust-logo.png) no-repeat center/contain;
  aspect-ratio: 15/13;
}
.interview-top h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  border-left: 6px solid #045718;
  padding-left: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .interview-top h2 {
    margin-bottom: 1.5rem;
  }
}
.interview-top h3 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .interview-top h3 {
    margin-bottom: 1rem;
  }
}
.interview-top h3 + p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .interview-top h3 + p {
    margin-bottom: 1rem;
  }
}
.interview-bottom {
  padding: 7.5rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview-bottom {
    padding: 5rem 0;
  }
}
.interview-bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: url(./images/interview3.png) no-repeat center/cover;
  aspect-ratio: 1920/1389;
  z-index: -1;
}
.interview-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .interview-bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.interview-bottom-img {
  width: calc(100% - 580px);
  position: sticky;
  top: 100px;
  height: calc(100vh - 120px);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .interview-bottom-img {
    width: 100%;
    position: relative;
    top: auto;
    height: auto;
    max-width: 450px;
  }
}
.interview-bottom-img-inner {
  will-change: transform;
}
@media screen and (max-width: 1024px) {
  .interview-bottom-img-inner {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
.interview-bottom-txt {
  width: 500px;
}
@media screen and (max-width: 1024px) {
  .interview-bottom-txt {
    width: 100%;
  }
}
.interview-bottom-txt-item h2 {
  color: #f29550;
  font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
  border-bottom: 1px solid #676767;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .interview-bottom-txt-item h2 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.interview-bottom-txt-item p {
  line-height: 2;
}
.interview-bottom-txt-item:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .interview-bottom-txt-item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.history {
  position: relative;
}
.history-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  aspect-ratio: 1422/1194;
  -o-object-fit: cover;
  object-fit: cover;
  top: 10%;
}
.history h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem) !important;
  color: #045718;
  margin-bottom: 1.5rem !important;
}
.history h3 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom: 1.5rem;
}

.locations h2 {
  color: #045718;
  font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem) !important;
  padding-bottom: 8px;
  border-bottom: 1px solid #000000;
  margin-bottom: 2rem !important;
}
.locations-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .locations-wrap {
    gap: 2rem;
  }
}
.locations-item {
  width: calc((100% - 3rem) / 3);
}
@media screen and (max-width: 1024px) {
  .locations-item {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .locations-item {
    width: 100%;
  }
}
.locations-item > p {
  display: none;
}
.locations-item h3 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin: 1.5rem 0 1rem;
  padding-left: 1rem;
  border-left: 6px solid #045718;
}
@media screen and (max-width: 767px) {
  .locations-item h3 {
    margin: 1rem 0 0.5rem;
  }
}
.locations-item h3 + p {
  display: block;
}
.locations-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}
.locations-item a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(./images/map-icon.png) no-repeat center/contain;
}
.locations-item a p {
  padding-bottom: 4px;
  border-bottom: 1px solid;
}
.locations .map-item2 img {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .locations .map-item2 img {
    max-width: 200px;
  }
}

.page-id-13 .business-all-wrap {
  gap: 2rem 0;
  margin: 2rem 0 2.5rem;
}

.single .content h2 {
  padding: 20px 2rem;
  background: #f6f6f6;
  border-left: 10px solid #045718;
  margin: 3rem 0 1.5rem;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}

.single .content h3 {
  margin: 2rem 0 1.5rem;
  font-size: clamp(1rem, 0.864rem + 0.45vw, 1.375rem);
  border-bottom: 2px solid #045718;
  padding-bottom: 1rem;
}

.single .container {
  max-width: 984px;
}

.single .content h4 {
  margin: 2rem 0 1.5rem;
  font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}

.single .content ul {
  margin: 1.5rem 0;
}

.single .content ::marker {
  color: #045718;
}

.single .content ul,
.single .content li {
  list-style: inside;
}

.single .thumb {
  aspect-ratio: 984/339;
  object-fit: cover;
  margin: 3.5rem 0 2.5rem;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .single .thumb {
    aspect-ratio: 2 / 1;
  }
}

.requirements-fv::before {
  content: "Requirements";
}

.requirements-contact {
  background: #f3f3f3;
  padding: 5rem 0 7.5rem;
  margin-bottom: 0;
}
.requirements-contact input[type="radio"] {
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  appearance: auto;
}
.requirements-contact .wpcf7-radio label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 1rem;
}
.requirements-contact .container {
  max-width: 800px !important;
}
.requirements-contact .contact-btn-wrap,
.requirements-contact form {
  background-color: #fff;
}
.requirements-contact span.required {
  background: #f29550;
}

.requirements-contact p:has(input[type="submit"])::before,
.requirements-contact p:has(input[type="submit"])::after {
  display: none;
}

.requirements-contact input[type="submit"] {
  background: #f29550;
  border-radius: 2rem;
  border: none;
  color: #fff;
  box-shadow: none;
}

.requirements-contact input[type="submit"]:hover {
  background: #f29550;
  opacity: 0.7;
}

.requirements-contact .contact-policy a {
  color: #f29550;
}

.requirements-contact span.optional {
  background-color: #717171;
}

.requirements-contact .policyBox {
  height: 180px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 5%;
  background-color: #f8f8f8;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #eff0f2;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.requirements-contact .policyBox h3 {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 20px;
}

.requirements-contact .policyBox p {
  margin-bottom: 1rem;
}

.requirements-bg {
  margin: 2.5rem 0 7.5rem;
}

.requirements-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #676767;
  padding: 3.5rem 0 2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .requirements-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 0;
  }
}
.requirements-table:last-child {
  border-bottom: 1px solid #676767;
}
.requirements-table-left {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .requirements-table-left {
    width: 100%;
    gap: 0.5rem;
  }
}
.requirements-table-left img {
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .requirements-table-left img {
    width: 1.5rem;
  }
}
.requirements-table-left h2 {
  font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
}
.requirements-table-right {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .requirements-table-right {
    width: 100%;
  }
}
.requirements-table-right h3 {
  color: #f29550;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
.requirements-table-right h3.green {
  color: #045718;
}
.requirements-table-right p + h3 {
  margin-top: 1rem;
}
.requirements-table-right .orange-span {
  color: #f29550;
}

@media screen and (max-width: 1024px) {
  .locations .map-item2 img {
    display: none;
  }
}

.hamburger-wrap .header-btn {
  color: #fff;
  background-color: #239dde;
  padding: 10px 2rem;
  line-height: 1;
  border-radius: 2.5rem;
  font-size: 1.25rem;
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
}

body:has(.header-recruit) .hamburger-wrap .header-btn {
  background: #f29550;
}

.hamburger-menu .menu-content .hamburger-wrap .menu-item-has-children {
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #b2b2b2;
}

.hamburger-wrap .menu-item-has-children::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 12px;
  background: url(./images/header-arrow.png) no-repeat center / contain;
  right: 0rem;
  top: 0.5rem;
  transition: 0.3s;
}

.hamburger-wrap .menu-item-has-children a {
  width: fit-content;
  padding: 0 !important;
  border: none !important;
  position: relative;
  z-index: 10;
}

.hamburger-wrap .menu-item-has-children.is-active::before {
  transform: rotate(180deg);
  top: 1rem;
}

.hamburger-wrap .sub-menu {
  display: none;
  margin: 1rem 0 0 1.5rem;
}

.hamburger-menu .menu-content .hamburger-wrap .sub-menu li a {
  border: none !important;
  font-size: 14px;
  padding: 4px 0 !important;
}
