@charset "UTF-8";
/*
Theme Name: Gaas
Version: 1.0
*/
*, *::before, *::after {
  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 {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "myfont";
  src: url("./fonts/ArchivoBlack-Regular.ttf") format("truetype");
  font-display: swap;
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
html {
  scroll-behavior: smooth; /* スムーススクロール */
  max-width: 1920px;
  margin: 0 auto;
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  word-break: auto-phrase;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

ul, li {
  word-break: normal;
}

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

.container {
  width: 80%;
  margin: 0 auto;
  max-width: 1536px;
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
}

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

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

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

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

.table_design03 {
  border-collapse: collapse;
  width: 100%;
  font-size: clamp(0.75rem, 0.659rem + 0.3vw, 1rem);
  word-break: auto-phrase;
}
.table_design03 tbody {
  background-image: linear-gradient(to right, #707070 10px, transparent 10px);
  background-position: left top;
  background-size: 20px 1px;
  background-repeat: repeat-x;
}
.table_design03 tr {
  background-image: linear-gradient(to right, #707070 10px, transparent 10px);
  background-size: 20px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.table_design03 td {
  padding: 2rem 1rem;
}
.table_design03 td:first-child {
  width: 15%;
  min-width: 80px;
}
.table_design03 td:last-child {
  width: 85%;
}
@media screen and (max-width: 1024px) {
  .table_design03 td {
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .table_design03 td {
    padding: 1rem 0.5rem;
  }
}
.table_design03 a {
  text-decoration: underline;
  display: block;
}

.pankuzu {
  display: flex;
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  width: 30%;
  justify-content: end;
  gap: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid #333333;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .pankuzu {
    position: relative;
    left: auto;
    bottom: auto;
    padding-right: 1rem;
    margin-top: 1.5rem;
    width: 100%;
  }
}
.pankuzu a {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.pankuzu a::after {
  content: ">";
}
.pankuzu a img {
  width: 14px;
}
.pankuzu a:hover {
  opacity: 0.7;
}

.lower-fv {
  background-color: #F5F5F5;
  display: flex;
  justify-content: end;
  padding: 7.5rem 0 2.5rem 0;
  gap: 5%;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lower-fv {
    flex-direction: column;
    align-items: flex-end;
    padding: 5rem 0 1.5rem 0;
  }
}
.lower-fv::before {
  content: "";
  position: absolute;
  width: 13%;
  aspect-ratio: 396/785;
  left: 0;
  top: 0;
  background: url(./images/fv-before.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lower-fv::before {
    width: 25%;
  }
}
.lower-fv.news .lower-fv-img::before {
  aspect-ratio: 150/158;
  width: 15%;
  bottom: -8%;
  background: url(./images/news-before.png) no-repeat center/contain;
}
.lower-fv.product .lower-fv-img::before {
  aspect-ratio: 150/158;
  width: 15%;
  bottom: -8%;
  background: url(./images/product-before.png) no-repeat center/contain;
}
.lower-fv.recruit .lower-fv-img::before {
  aspect-ratio: 100/150;
  width: 12%;
  bottom: -8%;
  background: url(./images/recruit-before.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .lower-fv.recruit .lower-fv-img::before {
    width: 15%;
    bottom: -14%;
  }
}
.lower-fv.company .lower-fv-img::before {
  aspect-ratio: 68/135;
  width: 7%;
  bottom: -8%;
  background: url(./images/company-before.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .lower-fv.company .lower-fv-img::before {
    width: 10%;
    bottom: -20%;
  }
}
.lower-fv.contact .lower-fv-img::before {
  aspect-ratio: 121/108;
  width: 14%;
  bottom: -8%;
  background: url(./images/contact-before.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .lower-fv.contact .lower-fv-img::before {
    width: 23%;
    bottom: -15%;
  }
}
.lower-fv.single {
  justify-content: center;
  min-height: 540px;
}
@media screen and (max-width: 1024px) {
  .lower-fv.single {
    min-height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .lower-fv.single {
    min-height: 400px;
    align-items: center;
    gap: 2rem;
  }
}
.lower-fv.single::after {
  content: "";
  position: absolute;
  width: 8%;
  aspect-ratio: 150/158;
  right: 10%;
  bottom: 5%;
  background: url(./images/news-before.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .lower-fv.single::after {
    width: 14%;
  }
}
.lower-fv.single h1 {
  text-align: center;
  font-size: clamp(1.125rem, 0.807rem + 1.06vw, 2rem);
}
.lower-fv.single .pankuzu {
  left: 10%;
  width: 80%;
  justify-content: start;
  border-bottom: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .lower-fv.single .pankuzu {
    position: relative;
    left: auto;
    width: 90%;
  }
}
.lower-fv-img {
  width: 65%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lower-fv-img {
    width: 100%;
  }
}
.lower-fv-img::before {
  content: "";
  position: absolute;
  width: 10%;
  aspect-ratio: 89/83;
  left: 5%;
  bottom: -5%;
  background: url(./images/faq-before.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .lower-fv-img::before {
    width: 17%;
    bottom: -12%;
  }
}
.lower-fv-img img {
  border-radius: 120px 0 0 0;
}
.lower-fv-txt {
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .lower-fv-txt {
    padding: 0 5% 2rem 0;
  }
}
.lower-fv-txt h1 {
  font-size: clamp(1.375rem, 1.148rem + 0.76vw, 2rem);
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .lower-fv-txt h1 {
    margin-bottom: 0;
  }
}
.lower-fv-txt p {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  font-weight: bold;
  background: linear-gradient(135deg, #095C17 0%, #07DE2A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .lower-fv-txt p {
    margin-left: auto;
  }
}

header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1024px) {
  header {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
}

.header-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  width: 90%;
  margin: 0 auto;
  max-width: 1728px;
}
@media screen and (max-width: 1024px) {
  .header-contents {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .header-contents {
    height: 50px;
  }
}

.header-left a img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .header-left a img {
    width: 140px;
  }
}

.header-right {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: end;
}
@media screen and (max-width: 1024px) {
  .header-right {
    gap: 0.8rem;
    position: fixed;
    right: 1rem;
  }
  .header-right > .header-contact {
    display: none;
  }
}
.header-right > .hamburger-nav > ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .header-right > .hamburger-nav > ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .header-right > .hamburger-nav > ul {
    display: none;
  }
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu input {
  display: none;
}
.hamburger-menu .menu-btn {
  display: flex;
  height: 45px;
  width: 45px;
  justify-content: center;
  align-items: center;
  z-index: 30;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-btn {
    height: 40px;
    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: 40px;
  background: linear-gradient(135deg, #095C17 0%, #07DE2A 100%);
  position: absolute;
  transition: 0.3s;
}
.hamburger-menu .menu-btn span:before {
  bottom: 10px;
}
.hamburger-menu .menu-btn span:after {
  top: 10px;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span,
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span:before,
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span:after {
  background: linear-gradient(135deg, #095C17 0%, #07DE2A 100%);
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
  background: transparent;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger-menu .menu-content .logo {
  margin: 0 auto;
  max-width: 250px;
}
@media screen and (max-width: 1024px) {
  .hamburger-menu .menu-content .logo {
    width: -moz-fit-content;
    width: fit-content;
    height: 45px;
  }
  .hamburger-menu .menu-content .logo img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content .logo {
    height: 35px;
  }
  .hamburger-menu .menu-content .logo img {
    width: 170px;
  }
}
.hamburger-menu .menu-content .hamburger-wrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.hamburger-menu .menu-content .hamburger-wrap > a {
  width: 280px;
  margin: 0 auto;
  color: #fff;
  padding: 1rem;
}
.hamburger-menu .menu-content ul {
  margin-bottom: 1.5rem;
}
.hamburger-menu .menu-content ul li a {
  font-size: 1rem;
  width: 100%;
  padding: 1.5rem;
  display: block;
  border-bottom: 1px dashed #333333;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content ul li a {
    padding: 1rem;
  }
}
.hamburger-menu .gnavi__sp-style {
  position: fixed;
  z-index: -2;
  top: 70px;
  background: #fff;
  width: 100%;
  height: 100vh;
  left: 100%;
  transition: all 0.5s;
  font-size: 1rem;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .gnavi__sp-style {
    top: 50px;
    justify-content: flex-start;
  }
}
.hamburger-menu .gnavi__sp-style > a {
  position: absolute;
  left: 5%;
  top: 1rem;
}
.hamburger-menu .gnavi__sp-style a {
  color: #333333;
}
.hamburger-menu .gnavi__sp-style .hamburger-menu .header-btn {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .hamburger-menu .gnavi__sp-style .hamburger-menu .header-btn {
    border-radius: 5px;
    width: 100%;
    max-width: 250px;
  }
  .hamburger-menu .gnavi__sp-style .hamburger-menu .header-btn:first-of-type {
    margin-bottom: 0.5rem;
  }
}
.hamburger-menu .gnavi__sp-style > img {
  width: 100px;
  margin-bottom: 2.5rem;
}
.hamburger-menu .gnavi__sp-style .hamburger-nav {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .gnavi__sp-style .hamburger-nav {
    margin-bottom: 1rem;
  }
}
.hamburger-menu .gnavi__sp-style .policy-btn {
  font-size: 14px;
  font-weight: bold;
}
.hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li {
  margin-bottom: 3rem;
}
.hamburger-menu .gnavi__sp-style.active {
  opacity: 1;
  z-index: 20;
  left: 0;
}

.footer {
  background: linear-gradient(to right, #095C17, #07DE2A);
  padding: 4rem 0 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 2.5rem 0 0.5rem;
  }
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
  }
}
.footer-left {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer-left {
    text-align: center;
  }
}
.footer-left + .footer-ul {
  width: calc(100% - 300px);
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .footer-left + .footer-ul {
    width: 100%;
  }
}
.footer-address {
  margin: 1.5rem 0;
}
.footer-bg {
  background-color: #fff;
  padding: 3rem 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .footer-bg {
    padding: 2.5rem 0;
    border-radius: 1rem 1rem 0 0;
  }
}
.footer .header-contact {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer .header-contact {
    display: flex;
    margin-bottom: 8rem;
  }
}
.footer .container {
  width: 90%;
}
.footer .logo a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.footer .logo img {
  max-width: 200px;
}
.footer ul {
  display: flex;
  gap: 1rem 0;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.footer ul > li {
  position: relative;
  width: 33.3333333333%;
  padding: 0 0.5rem;
}
@media screen and (max-width: 1024px) {
  .footer ul > li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer ul > li {
    text-align: center;
    font-size: 14px;
    padding: 0 4px;
  }
}
.footer ul > li > a {
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .copyright {
  margin: 1rem 0 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 12px;
    margin-top: 0.5rem;
  }
}

.section-title {
  color: #EF5B3C;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .section-title {
    margin-bottom: 3rem;
  }
}
.section-title h1 {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
.section-title h2 {
  font-size: 6.25rem;
  font-family: "myfont", sans-serif;
  line-height: 1;
  position: absolute;
  top: -8rem;
  font-weight: 100;
}
@media screen and (max-width: 1600px) {
  .section-title h2 {
    font-size: 5rem;
    top: -8rem;
  }
}
@media screen and (max-width: 1400px) {
  .section-title h2 {
    top: -5.5rem;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .section-title h2 {
    top: -3.8rem;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-title h2 {
    top: -2.8rem;
    font-size: 2.75rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.top-title {
  font-size: clamp(1.5rem, 1.273rem + 0.76vw, 2.125rem);
}

.green-p {
  background: linear-gradient(to right, #095C17, #07DE2A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem) !important;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.grade-title {
  color: rgb(255, 255, 255);
  font-size: clamp(1.5rem, 1.409rem + 0.3vw, 1.75rem);
  margin-bottom: 2rem;
  text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px;
  text-align: center;
  background: linear-gradient(to right, rgb(9, 92, 23), rgb(7, 222, 42));
  padding: 8px;
}

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

.arrow-btn {
  background-color: #2E6B38;
  color: #fff;
  text-align: center;
  padding: 1rem 3rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.arrow-btn.blue {
  background-color: #1B97BF;
}
.arrow-btn::before {
  content: ">";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.header-contact {
  padding: 12px 1.5rem;
  font-size: 18px;
  background-color: #2E6B38;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
}
.header-contact.documents {
  background-color: #1B97BF;
}
@media screen and (max-width: 1024px) {
  .header-contact {
    width: -moz-fit-content;
    width: fit-content;
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .header-contact {
    width: 275px;
    padding: 1.5rem;
  }
}
.header-contact img {
  width: 1.5rem;
}

.header-policy {
  color: #fff !important;
}

.fv {
  height: 70vh;
  height: 70svh;
  position: relative;
  background-color: #F5F5F5;
  min-height: 800px;
}
@media screen and (max-width: 1024px) {
  .fv {
    height: auto;
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 5rem;
    min-height: auto;
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 13%;
  aspect-ratio: 396/785;
  left: 0;
  top: 0;
  background: url(./images/fv-before.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .fv::before {
    width: 110px;
  }
}
.fv::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 2880/650;
  left: 0;
  bottom: 0;
  background: url(./images/fv-after.png) no-repeat center/contain;
}
.fv-txt {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
}
.fv-txt img {
  width: 160px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .fv-txt {
    width: 90%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.fv-txt h1 {
  font-size: clamp(2rem, 1.636rem + 1.21vw, 3rem);
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.fv-txt h1 small {
  font-size: clamp(1.5rem, 1.091rem + 1.36vw, 2.625rem);
}
.fv-txt h1 .fv-green {
  color: #fff;
  background-color: #2E6B38;
  margin: 0 2px;
  padding: 0 5px;
}
.fv-txt p {
  font-size: clamp(0.75rem, 0.614rem + 0.45vw, 1.125rem);
  font-weight: bold;
}
.fv-txt .arrow-btn {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .fv-txt .arrow-btn {
    margin-top: 1rem;
  }
}
.fv > img {
  width: 65%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fv > img {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
}

.media {
  margin: 5rem 0 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .media {
    margin: 2rem 0;
  }
}
.media h2 {
  font-size: clamp(1.5rem, 1.318rem + 0.61vw, 2rem);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .media h2 {
    font-size: 1.25rem;
  }
}
.media h2::before {
  content: "";
  width: 2px;
  height: 80%;
  background-color: #333333;
  position: absolute;
  left: -2rem;
  bottom: 5%;
  transform: rotate(-15deg);
}
.media h2::after {
  content: "";
  width: 2px;
  height: 80%;
  background-color: #333333;
  position: absolute;
  right: -2rem;
  bottom: 5%;
  transform: rotate(15deg);
}
.media .loopSlide {
  display: flex;
  width: 100vw;
  height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .media .loopSlide {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 767px) {
  .media .loopSlide {
    transform: scale(4);
  }
}
.media .loopSlide-wrap {
  overflow: hidden;
}
.media .loopSlide img {
  width: auto;
  height: 100%;
}
.media .loopSlide img:first-child {
  animation: slide1 120s -60s linear infinite;
}
.media .loopSlide img:last-child {
  animation: slide2 120s linear infinite;
}
@keyframes slide1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.top-news {
  max-width: 1200px;
  width: 80%;
  margin: 3.5rem auto;
  background-color: #F5F5F5;
  padding: 3.5rem 5%;
}
@media screen and (max-width: 767px) {
  .top-news {
    width: 90%;
  }
}
.top-news-category {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-news-category {
    justify-content: flex-start;
    margin-top: 1.5rem;
    gap: 0.5rem;
  }
}
.top-news-category a {
  color: #777;
  padding: 2px 1rem;
  background-color: #fff;
  border: 1px solid #2E6B38;
  font-size: 14px;
}
.top-news-category a:hover {
  background-color: #2E6B38;
  color: #fff;
  opacity: 1;
}
.top-news-list {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.5rem 0;
  border-top: 1px solid #ADADAD;
  flex-wrap: wrap;
}
.top-news-list.last {
  border-bottom: 1px solid #ADADAD;
  border-bottom: none;
}
.top-news-list .label {
  background-color: #2E6B38;
  color: #fff;
  font-weight: bold;
  padding: 0 8px;
  font-size: 14px;
}
.top-news-list h3 {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-news-list h3 {
    width: 100%;
  }
}
.top-news .arrow-btn {
  margin: 3rem auto 0;
}

.top-service {
  margin: 5rem 0;
}
.top-service .top-title,
.top-service .green-p {
  text-align: center;
}
.top-service .container {
  max-width: 1200px;
}
.top-service-bg {
  background-color: #F5F5F5;
  padding: 5rem 1rem;
  margin-top: 4rem;
}
.top-service-bg > .header-contact {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.5rem auto;
}
.top-service-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .top-service-top {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}
.top-service-top > img {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .top-service-top > img {
    width: 100%;
    max-width: 400px;
  }
}
.top-service-txt {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .top-service-txt {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .top-service-txt {
    width: 100%;
  }
}
.top-service-txt h3 {
  background: linear-gradient(to right, #095C17, #07DE2A);
  color: #fff;
  font-size: clamp(1.5rem, 1.409rem + 0.3vw, 1.75rem);
  margin-bottom: 2rem;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 8px;
}
.top-service-txt h4 {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  border-left: 8px solid #095C17;
  padding-left: 0.5rem;
  margin-bottom: 20px;
}
.top-service-txt p {
  background-color: #fff;
  padding: 1rem;
}
.top-service-txt .header-contact {
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem 0 0;
}
.top-service-middle {
  margin: 5rem 0;
  display: flex;
  gap: 0 4px;
}
@media screen and (max-width: 1024px) {
  .top-service-middle {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .top-service-middle {
    margin: 2.5rem 0;
  }
}
.top-service-middle-item {
  width: calc((100% - 8px) / 3);
}
@media screen and (max-width: 1024px) {
  .top-service-middle-item {
    width: 100%;
    max-width: 450px;
  }
}
.top-service-middle-item h3 {
  color: #fff;
  background-color: #5FB724;
  text-align: center;
  padding: 8px;
  font-size: clamp(1.125rem, 1.08rem + 0.15vw, 1.25rem);
}
.top-service-middle-item:nth-child(2) h3 {
  background-color: #2D602F;
}
.top-service-middle-item div {
  background-color: #fff;
  padding: 1.5rem 1.5rem 3rem;
}
.top-service-middle-item div p {
  margin: 1.5rem 0 2rem;
}
.top-service-middle-item div .arrow-btn {
  margin: 0 auto;
}
.top-service-bottom {
  margin-top: 2.5rem;
}
.top-service-bottom h3 {
  font-size: clamp(1.5rem, 1.318rem + 0.61vw, 2rem);
  margin-bottom: 1.5rem;
  text-align: center;
}
.top-service-bottom img {
  max-width: 600px;
  margin: 0 auto;
}

.vision {
  padding: 5rem 0;
  text-align: center;
  position: relative;
}
.vision::before {
  content: "";
  position: absolute;
  width: 20%;
  background: url(./images/vision-before.png) no-repeat center/contain;
  left: 0;
  top: 0;
  aspect-ratio: 650/461;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vision::before {
    width: 40%;
  }
}
.vision::after {
  content: "";
  position: absolute;
  width: 20%;
  background: url(./images/vision-after.png) no-repeat center/contain;
  right: 5%;
  bottom: 5%;
  aspect-ratio: 590/452;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .vision::after {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .vision::after {
    width: 30%;
  }
}
.vision-wrap {
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .vision-wrap {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
.vision-wrap img {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .vision-wrap img {
    width: 100%;
    max-width: 400px;
  }
}
.vision-txt {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .vision-txt {
    width: 100%;
  }
}
.vision-txt h3 {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
.vision-txt p {
  margin: 1.5rem 0 2.5rem;
}

.top-company {
  background-color: #F5F5F5;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .top-company {
    padding: 2.5rem 0;
  }
}
.top-company-wrap {
  max-width: 1140px;
  margin: 0 auto;
  width: 80%;
}
.top-company-ttl {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.top-company-ttl img {
  width: 3rem;
}
.top-company-txt > p {
  font-size: clamp(0.875rem, 0.739rem + 0.45vw, 1.25rem);
}
.top-company-txt > p:last-child {
  font-weight: bold;
}
.top-company-txt iframe {
  margin: 2rem 0 1.5rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-company-txt iframe {
    height: 300px;
  }
}
.top-company-txt-bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .top-company-txt-bottom {
    flex-direction: column;
    gap: 1rem;
  }
}
.top-company-txt-bottom div {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .top-company-txt-bottom div {
    justify-content: end;
  }
}
@media screen and (max-width: 767px) {
  .top-company-txt-bottom div {
    flex-direction: column;
  }
}

.top-recruit {
  position: relative;
  margin: 2.5rem 0 0;
}
.top-recruit .green-p {
  margin: 0 0 2rem;
}
.top-recruit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  top: 21%;
  left: 0;
  background: linear-gradient(to right, #095C17, #07DE2A);
  z-index: -2;
}
.top-recruit::after {
  content: "";
  position: absolute;
  width: 14%;
  background: url(./images/top-recruit-bg.png) no-repeat center/contain;
  aspect-ratio: 408/350;
  z-index: -1;
  right: 2.5%;
  bottom: 2.5%;
}
@media screen and (max-width: 767px) {
  .top-recruit::after {
    display: none;
  }
}
.top-recruit-box {
  width: 80%;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  padding: 3rem 5%;
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top-recruit-box {
    width: 90%;
    padding: 1rem;
  }
}
.top-recruit-box > img:first-child {
  width: 12%;
  margin-top: auto;
}
.top-recruit-box > img:last-child {
  width: 19%;
  margin-bottom: auto;
}
.top-recruit-txt {
  width: 60%;
  text-align: center;
}
.top-recruit-txt p {
  font-weight: bold;
  font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}
.top-recruit-txt .arrow-btn {
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .top-recruit-txt .arrow-btn {
    padding: 1rem 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .sec-policy {
    margin-top: 2rem !important;
  }
}
.sec-policy .section-title h2 br {
  display: none;
}
@media screen and (max-width: 1280px) {
  .sec-policy .section-title h2 {
    top: -5rem;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .sec-policy .section-title h2 {
    top: -3.8rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-policy .section-title h2 {
    top: -2rem;
    font-size: 2rem;
  }
}

.policy {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .policy {
    margin-bottom: 1.5rem;
  }
}
.policy h3 {
  margin-bottom: 20px;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  color: #fff;
  background: linear-gradient(to right, #EF5B3C, #FBAF30);
}
@media screen and (max-width: 767px) {
  .policy h3 {
    padding: 1rem;
  }
}
.policy p {
  width: 95%;
  margin: 0 auto;
  line-height: 2;
}
.policy p:not(:last-child) {
  margin-bottom: 1rem;
}
.policy p span {
  display: inline-block;
}
.policy li {
  list-style: inside;
  padding-left: 1rem;
  width: 95%;
  margin: 0 auto;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .policy li {
    padding-left: 0;
  }
}
.policy ol.second-list li {
  list-style: lower-roman;
}

@media screen and (max-width: 1024px) {
  .sitemap .news-right {
    display: none;
  }
}

.section-policy .policy-gray {
  padding: 1rem;
  margin: 1rem 0;
  background-color: #EFEFEF;
}
.section-policy .text-right {
  text-align: right;
  margin-top: 2rem;
}

/*contact*/
.contact {
  margin: 5rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .contact {
    margin: 2.5rem 0;
  }
}
.contact.lower-fv {
  margin: 0;
}
.contact .container {
  max-width: 800px;
}
.contact .container > p {
  text-align: center;
  margin-bottom: 1.5rem;
}
.contact-tel {
  padding: 1rem;
  border-radius: 8px;
  background-color: #F2F3F4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .contact-tel {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.contact-tel > p {
  font-size: clamp(1.125rem, 0.898rem + 0.76vw, 1.75rem);
  font-weight: bold;
  position: relative;
}
.contact-tel > p::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: #fff;
  right: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contact-tel > p::before {
    width: 80%;
    top: auto;
    bottom: -1.5rem;
    height: 1px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.contact-tel a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  font-weight: bold;
}
.contact-tel a img {
  width: 2rem;
}
.contact .contact-form {
  padding: 2rem 5%;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  .contact form > div {
    width: 100%;
  }
  .contact form > div div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact form > div {
    flex-direction: column;
    gap: 1rem;
  }
}
.contact form > div:not(:last-child) {
  margin-bottom: 20px;
}
.contact form > div p:first-child {
  text-align: left;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: bold;
}
.contact p:has(input[type=submit]) {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.contact input:not([type=radio]),
.contact textarea,
.contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #333333;
  padding: 6px 1rem;
  width: 100%;
  border: 1px solid #EFF0F2;
  background-color: #F8F8F8;
  border-radius: 4px;
}
.contact select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
}
.contact div label {
  margin-bottom: 0.5rem;
  display: block;
}
.contact span.required {
  background-color: #2E6B38;
  padding: 2px 8px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.5rem;
  font-size: 14px;
}
.contact span.optional {
  background-color: #717171;
  padding: 2px 8px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.5rem;
  font-size: 14px;
}
.contact p:has(.contact-policy) {
  text-align: center;
}
.contact .confirm {
  color: red;
}
.contact .confirm span {
  color: #FBAF30;
}
@media screen and (max-width: 767px) {
  .contact .confirm {
    margin-bottom: 3rem;
  }
}
.contact .contact-policy label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .contact .contact-policy label {
    gap: 0.3rem;
  }
}
.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 .current-check {
  opacity: 0;
  pointer-events: none;
}
.contact input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #333333;
  border-radius: 0;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contact input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
}
.contact input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact input[type=checkbox]:checked:before {
    top: 1px;
    left: 3px;
    width: 7px;
    height: 9px;
  }
}
.contact input[type=checkbox]:checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0779FF;
  content: "";
}
.contact .contact-policy a {
  text-decoration: underline;
  color: #3D82E5;
}
.contact button[type=submit] {
  background: #2E6B38;
  color: #fff;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.5rem auto 0;
  color: #fff;
  font-weight: bold;
  padding: 1rem 2rem;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  position: relative;
}
.contact button[type=submit]::before {
  content: ">";
  position: absolute;
  right: 0.5rem;
}
.contact button[type=submit]:hover {
  cursor: pointer;
  opacity: 0.7;
}
.contact .submit-wrap {
  margin: 5rem auto 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .contact .submit-wrap {
    margin-top: 2.5rem;
  }
}
.contact input.wpcf7-not-valid {
  background-color: #FFF1F1;
}
.contact input.wpcf7-not-valid span {
  height: 0;
  margin-bottom: 2rem;
}
.contact .wpcf7-not-valid-tip {
  text-align: left;
  color: red;
}
.contact .wpcf7-spinner {
  display: none;
}
.contact textarea {
  resize: vertical; /* 縦方向のリサイズを許可 */
}

.sec-policy .tab-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  max-width: 728px;
  margin: 2rem auto 0;
  justify-content: center;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .sec-policy .tab-2 {
    width: 100%;
  }
}
.sec-policy .tab-2 > label {
  order: -1;
  min-width: 160px;
  padding: 1rem 2rem 1rem 1rem;
  border-radius: 10px;
  background-color: rgba(27, 40, 58, 0.47);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  margin: 0 2.5rem 4rem;
  position: relative;
}
.sec-policy .tab-2 > label::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right: 2rem;
  top: 52%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(./images/tab.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec-policy .tab-2 > label::before {
    right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-policy .tab-2 > label {
    min-width: 130px;
    margin: 0 0.5rem 1.5rem;
  }
}
.sec-policy .tab-2 > label:has(:checked) {
  background-color: #231E20;
}
.sec-policy .tab-2 > label:has(:checked) + div {
  display: block;
}
.sec-policy .tab-2 > label:hover {
  opacity: 0.8;
}
.sec-policy .tab-2 > label > input {
  display: none;
}
.sec-policy .tab-2 > div {
  display: none;
  width: 100%;
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes fadeRightAnime2 {
  from {
    opacity: 0;
    transform: translateX(-300px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    top: 100%;
  }
  to {
    opacity: 1;
    top: 50%;
  }
}
@keyframes fadeUpAnime2 {
  from {
    opacity: 0;
    top: 50%;
  }
  to {
    opacity: 1;
    top: 0%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes text-right {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes englishTitle_align-top__n75V_ {
  100% {
    transform: translateY(0);
  }
}
.faq {
  margin: 5rem 0 100px;
}
.faq .container {
  max-width: 880px;
}
.faq .faq-q2 {
  display: none;
}
.faq .arrow-btn {
  margin: 4rem auto 0;
}
.faq .accordion-004 {
  margin-bottom: 1.5rem;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .faq .accordion-004 {
    margin-bottom: 1rem;
  }
}
.faq .accordion-004 img {
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .faq .accordion-004 img {
    width: 1.5rem;
  }
}
.faq .accordion-004 summary {
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #2E6B38;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq .accordion-004 summary {
    padding: 1em 2em 1em 1em;
  }
}
.faq .accordion-004[open] {
  background-color: #2E6B38;
}
.faq .accordion-004[open] summary {
  color: #fff;
}
.faq .accordion-004[open] summary .faq-q2 {
  display: block;
}
.faq .accordion-004[open] summary .faq-q1 {
  display: none;
}
.faq .accordion-004 summary::-webkit-details-marker {
  display: none;
}
.faq .accordion-004 summary::before,
.faq .accordion-004 summary::after {
  width: 3px;
  height: 0.9em;
  border-radius: 5px;
  background-color: #2E6B38;
  content: "";
}
.faq .accordion-004 summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}
@media screen and (max-width: 767px) {
  .faq .accordion-004 summary::before {
    right: 1em;
  }
}
.faq .accordion-004 summary::after {
  transition: rotate 0.3s;
  position: absolute;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .faq .accordion-004 summary::after {
    right: 0.84rem;
  }
}
.faq .accordion-004[open] summary::after {
  rotate: 90deg;
  background-color: #fff;
}
.faq .accordion-004 p {
  opacity: 0;
  margin: 0;
  padding: 1rem 2em 1rem 5em;
  color: #2E6B38;
  background-color: #fff;
  position: relative;
}
.faq .accordion-004 p img {
  position: absolute;
  left: 2em;
  top: 0.7em;
}
@media screen and (max-width: 767px) {
  .faq .accordion-004 p img {
    left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .faq .accordion-004 p {
    padding: 1em 2em 1em 4em;
  }
}
.faq .accordion-004[open] p {
  opacity: 1;
}

.news.top-news {
  padding: 0;
  background-color: transparent;
  width: 100%;
  max-width: none;
}
.news-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .news-wrap {
    flex-direction: column;
    gap: 5rem;
    align-items: center;
  }
}
.news-right {
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.news-left {
  width: calc(100% - 300px);
}
@media screen and (max-width: 1024px) {
  .news-left {
    width: 100%;
  }
}
.news-left .top-news-list:first-child {
  border-top: none;
}
.news-left .top-news-list .label {
  background: linear-gradient(135deg, #095C17 0%, #07DE2A 100%);
}
.news-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem 1rem;
  border-bottom: 2px solid #2E6B38;
  margin-bottom: 1rem;
}
.news-title h3 {
  font-size: 22px;
  color: #2E6B38;
}
.news-title img {
  width: 1.5rem;
}
.news-category {
  padding: 1.5rem 8px;
  border-radius: 6px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}
.news-category a {
  display: flex;
  position: relative;
  gap: 0.5rem;
  align-items: center;
  font-size: 14px;
}
.news-category a:not(:last-child) {
  margin-bottom: 0.5rem;
}
.news-category a::before {
  content: "・";
  color: #2E6B38;
}

.single-news .top-news-list {
  display: block;
  padding: 0;
}
.single-news-cate {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.single-news-cate + h2 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  padding: 1rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.single-news-cate + h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #095C17 0%, #07DE2A 100%);
}
.single-news .content h2 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  padding: 1.25rem 2rem;
  background-color: #F6F6F6;
  position: relative;
  margin: 4rem 0 1.5rem;
}
.single-news .content h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 100%;
  background: linear-gradient(135deg, #095C17 0%, #07DE2A 100%);
}
.single-news .content p {
  margin-bottom: 1.5rem;
}
.single-news .content img {
  max-width: 430px;
  width: 100%;
  margin: 1rem 0 1.5rem;
}

.about {
  margin: 5rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .about {
    margin: 2.5rem 0 5rem;
  }
}
.about-contents {
  margin: 5rem auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .about-contents {
    margin: 2rem auto;
  }
}
.about-contents p {
  width: 90%;
  margin: 0 auto 2rem;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
.about-contents .about-main {
  margin: 2rem 0 2.5rem;
}
.about-contents .about-main + img {
  width: 70px;
  margin: 2.5rem auto;
}
@media screen and (max-width: 767px) {
  .about-contents .about-main + img {
    width: 40px;
  }
}
.about-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .about-wrap {
    flex-direction: column;
  }
}
.about-txt {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .about-txt {
    width: 100%;
  }
}
.about-txt span {
  background: linear-gradient(to right, #095C17, #07DE2A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.about-img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .about-img {
    width: 100%;
  }
}
.about-img p {
  margin-top: 1rem;
  font-size: clamp(0.875rem, 0.83rem + 0.15vw, 1rem);
}
@media screen and (max-width: 767px) {
  .about-img p {
    margin-bottom: 0;
  }
}

.merit .grade-title {
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
}
.merit-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 1rem;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .merit-wrap {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.merit-wrap:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .merit-wrap:nth-child(even) {
    flex-direction: column;
  }
}
.merit-bg {
  padding: 5rem 8px 1rem;
  background-color: #F5F5F5;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 767px) {
  .merit-bg {
    padding-top: 2rem;
  }
}
.merit-txt {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .merit-txt {
    width: 100%;
  }
}
.merit-txt h3 {
  color: #2E6B38;
  font-size: clamp(1.125rem, 0.898rem + 0.76vw, 1.75rem);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #333333;
  margin-bottom: 1rem;
}
.merit-txt p:not(:last-child) {
  margin-bottom: 1rem;
}
.merit-img {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .merit-img {
    width: 100%;
    max-width: 400px;
  }
}
.merit-img.two {
  display: flex;
  justify-content: space-between;
}
.merit-img.two div {
  width: 47.5%;
  text-align: center;
}
.merit-img.two div p {
  margin-top: 1rem;
}
.merit-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.merit-title img:first-child {
  width: 165px;
}
@media screen and (max-width: 767px) {
  .merit-title img:first-child {
    width: 120px;
  }
}
.merit-title img:last-child {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .merit-title img:last-child {
    width: 50px;
    height: 50px;
  }
}

.flow {
  margin: 10rem 0;
}
@media screen and (max-width: 767px) {
  .flow {
    margin: 5rem 0;
  }
}
.flow-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .flow-wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.flow-left {
  width: 240px;
}
.flow-right {
  width: calc(100% - 280px);
}
@media screen and (max-width: 1024px) {
  .flow-right {
    width: 100%;
  }
}

.mechanism {
  padding: 50px 0 0;
  position: relative;
}
.mechanism-pankuzu {
  position: relative;
  margin: 100px auto 0;
  bottom: auto;
  left: auto;
  width: 90%;
  border: none;
  justify-content: start;
}
@media screen and (max-width: 767px) {
  .mechanism-pankuzu {
    padding: 80px auto 0;
  }
}
.mechanism::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(./images/mechanism-bg.png) no-repeat center/cover;
}
.mechanism-box {
  margin: 0rem 0 4rem;
}
.mechanism-box h3 {
  text-align: center;
  margin: 0 auto 2rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .mechanism-box h3 {
    padding: 0 2rem;
  }
}
.mechanism-box h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333333;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.mechanism-box h3 span {
  padding: 0 1rem;
  background-color: #F5F5F5;
  position: relative;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  display: block;
}
.mechanism-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 890px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .mechanism-wrap {
    flex-direction: column;
    gap: 1rem;
  }
}
.mechanism-wrap > img {
  width: 28px;
}
@media screen and (max-width: 767px) {
  .mechanism-wrap > img {
    transform: rotate(90deg);
  }
}
.mechanism-wrap div {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .mechanism-wrap div {
    width: 70%;
  }
}
.mechanism-wrap div p {
  margin-top: 1rem;
  color: #fff;
  background: linear-gradient(135deg, #095C17 0%, #07DE2A 100%);
  padding: 4px;
  text-align: center;
  border-radius: 8px;
}
.mechanism-wrap-2 > img {
  width: 18px;
}
.mechanism-wrap-2 div {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .mechanism-wrap-2 div {
    width: 70%;
  }
}
.mechanism-main {
  max-width: 700px;
  margin: 0 auto;
}
.mechanism-main div {
  margin: 2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #095C17 0%, #07DE2A 100%);
  border-radius: 8px;
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .mechanism-main div {
    padding: 1rem 0;
  }
}
.mechanism-main div p {
  line-height: 1.8;
}
.mechanism-main div span {
  padding: 0px 8px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, rgb(9, 92, 23), rgb(7, 222, 42)) text;
  position: relative;
  z-index: 0;
  font-weight: bold;
  margin: 0 4px;
}
.mechanism-main div span::before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.mechanism-message {
  margin: 3.5rem auto 0;
  padding-bottom: 2.5rem;
  position: relative;
  max-width: 520px;
  width: 90%;
}
.mechanism-message::before {
  content: "";
  position: absolute;
  width: 40%;
  aspect-ratio: 436/373;
  left: -25%;
  bottom: 0px;
  background: url(./images/people.png) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mechanism-message::before {
    left: -10%;
  }
}
.mechanism-message-txt {
  padding: 2rem 1rem;
  text-align: center;
  position: relative;
  z-index: 0;
}
.mechanism-message-txt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #fff;
  border: 2px solid #333333;
  z-index: 1;
}
.mechanism-message-txt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 4px;
  top: 4px;
  background: linear-gradient(135deg, #095C17 0%, #07DE2A 100%);
  z-index: -2;
}
.mechanism-message-txt p {
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.mechanism-message-txt p:first-child {
  color: #2E6B38;
  font-size: clamp(1rem, 0.727rem + 0.91vw, 1.75rem);
}
.mechanism-message-txt p:last-child {
  font-size: clamp(0.875rem, 0.648rem + 0.76vw, 1.5rem);
  padding: 0 2rem;
  position: relative;
  max-width: 310px;
  margin: 1rem auto 0;
}
.mechanism-message-txt p:last-child::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333333;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.mechanism-message-txt p:last-child span {
  padding: 0 0.5rem;
  position: relative;
  background-color: #fff;
}

.example-banner {
  margin: 0;
}
.example-banner .top-recruit-box {
  background: url(./images/example-banner.png) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .example-banner .top-recruit-box {
    background: #fff;
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.example-banner .top-recruit-box img {
  width: 40%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .example-banner .top-recruit-box img {
    width: 80%;
  }
}
.example-banner-txt {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .example-banner-txt {
    width: 100%;
  }
}
.example-banner-txt p {
  margin-bottom: 1rem;
  font-size: clamp(1rem, 0.864rem + 0.45vw, 1.375rem);
}
.example-banner-txt .arrow-btn {
  padding: 0.8rem 3rem;
  width: 250px;
  margin-top: 3rem;
}

.specs {
  margin: 4rem 0 2.5rem;
}
.specs-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 975px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .specs-wrap {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}
.specs-left {
  width: 43%;
}
@media screen and (max-width: 1024px) {
  .specs-left {
    width: 100%;
  }
}
.specs-left p {
  text-align: center;
  margin: 2rem auto;
  padding: 0 3.5rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #2E6B38;
  position: relative;
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
}
.specs-left p::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2E6B38;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.specs-left p span {
  font-weight: bold;
  padding: 0 1rem;
  background-color: #F5F5F5;
  position: relative;
}
.specs-right {
  width: 52%;
}
@media screen and (max-width: 1024px) {
  .specs-right {
    width: 100%;
  }
}
.specs-right h4 {
  font-size: clamp(1.125rem, 1.034rem + 0.3vw, 1.375rem);
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.specs-right h4 span {
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  color: red;
}
.specs-right table {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}
.specs-right table td {
  padding: 4px 0.5rem;
  background-color: #fff;
  border: 1px solid #2E6B38;
}
.specs-right table td:first-child {
  width: 30%;
  background-color: #2E6B38;
  color: #fff;
  border: 1px solid #fff;
}
.specs-right table td:last-child {
  width: 70%;
}

.case {
  margin: 3rem 0 4rem;
}
.case .merit-bg {
  padding: 3rem 1rem 1rem;
}
.case-box {
  width: 90%;
  margin: 0 auto 3rem;
}
.case-box h3 {
  text-align: center;
  color: #2E6B38;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom: 1rem;
}
.case-box ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 1.5rem;
}
.case-box ul li {
  list-style: inside;
}
.case-box img {
  width: 2rem;
  margin: 0 auto 1.5rem;
}
.case-box p {
  text-align: center;
  color: #2E6B38;
  font-size: clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
  font-weight: bold;
}
.case-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 1.5rem;
}
@media screen and (max-width: 1024px) {
  .case-wrap {
    gap: 3rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .case-wrap {
    gap: 2rem 1rem;
  }
}
.case-item {
  width: calc((100% - 3rem) / 3);
}
@media screen and (max-width: 1024px) {
  .case-item {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .case-item {
    width: calc((100% - 1rem) / 2);
  }
}
.case-item h4 {
  text-align: center;
  margin: 0.5rem 0;
  font-size: clamp(1rem, 0.864rem + 0.45vw, 1.375rem);
}

.report {
  margin-bottom: 7.5rem;
}
.report .merit-bg {
  padding: 3rem 1rem 1rem;
}
.report h3 {
  background-color: #2E6B38;
  text-align: center;
  color: #fff;
  font-size: clamp(1.125rem, 0.943rem + 0.61vw, 1.625rem);
  border-radius: 1rem;
  padding: 4px;
  transform: translateY(10px);
}
.report h3 span {
  font-size: clamp(0.875rem, 0.693rem + 0.61vw, 1.375rem);
  font-weight: 400;
}
.report-wrap {
  display: flex;
  justify-content: space-between;
  padding: 2rem 5%;
  border-radius: 10px;
  border: 4px solid #2E6B38;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .report-wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.report-item {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .report-item {
    width: 100%;
  }
}
.report-item p {
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 4px;
  background-color: #4CAF50;
  margin-bottom: 1rem;
}
.report-item:first-child {
  position: relative;
}
.report-item:first-child::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #CBCBCB;
  right: -12%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .report-item:first-child::before {
    top: auto;
    bottom: -1rem;
    width: 100%;
    height: 1px;
    right: 0;
  }
}
.report-item:first-child p {
  background-color: #2E6B38;
}
.report .merit-bg-inner {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  padding: 3rem 2rem;
  background-color: #F9FFF9;
}
@media screen and (max-width: 767px) {
  .report .merit-bg-inner {
    padding: 2.5rem 1rem;
  }
}
.report .merit-bg-inner .arrow-btn {
  margin: 1.5rem auto 0;
}
.report-book {
  background-color: #fff;
  padding: 2rem 3rem;
  border-left: 1rem solid #2E6B38;
  border-radius: 8px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .report-book {
    padding: 2rem 1rem;
  }
}
.report-book h4 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom: 0.5rem;
}
.report-book p:last-child {
  color: #2E6B38;
  font-weight: bold;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
.report-h3 {
  margin-top: 3rem;
  background-color: #08BF26 !important;
}

.recruit-banner .top-recruit-box {
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
  padding: 2rem 5%;
}
@media screen and (max-width: 767px) {
  .recruit-banner .top-recruit-box {
    padding: 1rem;
    gap: 1rem;
  }
}
.recruit-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
}
.recruit-item {
  width: calc((100% - 3rem) / 4);
  padding: 2rem 10px;
  background-color: #fff;
  position: relative;
  border-radius: 8px;
}
@media screen and (max-width: 1280px) {
  .recruit-item {
    width: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .recruit-item {
    width: 100%;
  }
}
.recruit-item::before {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 8px 8px 0 0;
  height: 14px;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgb(9, 92, 23), rgb(7, 222, 42));
}
.recruit-item::after {
  content: "";
  position: absolute;
  width: 15%;
  aspect-ratio: 43/65;
  background: url(./images/recruit-item1.png) no-repeat center/contain;
  right: 5%;
  top: 4rem;
}
.recruit-item:first-child::after {
  width: 18%;
  aspect-ratio: 52/63;
}
.recruit-item:nth-child(2)::after {
  background: url(./images/recruit-item2.png) no-repeat center/contain;
}
.recruit-item:nth-child(3)::after {
  background: url(./images/recruit-item3.png) no-repeat center/contain;
}
.recruit-item:nth-child(4)::after {
  width: 20%;
  aspect-ratio: 1/1;
  background: url(./images/recruit-item4.png) no-repeat center/contain;
}
.recruit-item h3 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  text-align: center;
  color: #2E6B38;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #333333;
  margin-bottom: 1rem;
}
.recruit-item div {
  margin-bottom: 1rem;
}
.recruit-item div ul {
  font-size: 14px;
}
.recruit-item div ul li {
  list-style: inside;
}
.recruit-item div p:first-child {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.recruit-top {
  margin: 5rem 0 3.5rem;
}

.philosophy {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .philosophy {
    margin-bottom: 5rem;
  }
}
.philosophy-wrap {
  padding: 2.5rem 3% 2.5rem;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .philosophy-wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.philosophy-wrap img:first-child {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .philosophy-wrap img:first-child {
    width: 50%;
  }
}
.philosophy-wrap img:last-child {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .philosophy-wrap img:last-child {
    width: 75%;
  }
}
.philosophy-txt {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .philosophy-txt {
    width: 100%;
  }
}
.philosophy-txt h2 {
  color: #2E6B38;
  font-size: clamp(1.125rem, 0.898rem + 0.76vw, 1.75rem);
  margin-bottom: 1.5rem;
}

.benefits {
  margin: 5rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .benefits {
    margin-top: 2.5rem;
  }
}
.benefits .container {
  max-width: 900px;
}
.benefits h2 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .benefits h2 {
    margin-bottom: 1.5rem;
  }
}
.benefits-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .benefits-wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.benefits-txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .benefits-txt {
    width: 100%;
  }
}
.benefits-txt h3 {
  text-align: center;
  font-size: clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
}
.benefits-txt h3 span {
  color: #2E6B38;
  font-size: clamp(1.125rem, 1.08rem + 0.15vw, 1.25rem);
}
.benefits-txt div {
  padding: 1.5rem 10%;
  margin-top: 1rem;
  border: 1px solid #333333;
  position: relative;
}
.benefits-txt div::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 3px;
  top: -2px;
  left: 10%;
  background-color: #fff;
}
.benefits-txt div::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 3px;
  bottom: -2px;
  left: 10%;
  background-color: #fff;
}
.benefits-txt div p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.benefits-txt div img {
  width: 1rem;
}
.benefits-img {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .benefits-img {
    width: 80%;
  }
}
.benefits-img::before {
  content: "";
  position: absolute;
  width: 30%;
  bottom: -2rem;
  left: -10%;
  aspect-ratio: 123/163;
  background: url(./images/benefits-sub.png) no-repeat center/contain;
}

.can {
  padding: 7.5rem 0 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .can {
    padding: 5rem 0 2rem;
  }
}
.can .container {
  max-width: 1140px;
}
.can::before {
  content: "";
  position: absolute;
  left: 5%;
  top: 10%;
  width: 8%;
  aspect-ratio: 114/95;
  background: url(./images/can-before.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .can::before {
    left: 5%;
    top: 1rem;
    width: 50px;
  }
}
.can h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: clamp(1.125rem, 0.898rem + 0.76vw, 1.75rem);
}
@media screen and (max-width: 767px) {
  .can h2 {
    margin-bottom: 1.5rem;
  }
}
.can-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .can-wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.can-wrap img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .can-wrap img {
    width: 100%;
  }
}
.can-txt {
  width: 50%;
  padding: 2rem 1.5rem;
  background-color: #F8F8F8;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .can-txt {
    width: 100%;
  }
}
.can-txt p {
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
}
.can-txt p:last-child {
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #333333;
  font-weight: bold;
  background: linear-gradient(135deg, #095C17 0%, #07DE2A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}

.mission-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .mission-wrap {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
}
.mission-item {
  width: 30%;
  padding: 2rem 10px;
  background-color: #fff;
  position: relative;
  border-radius: 8px;
}
@media screen and (max-width: 1280px) {
  .mission-item {
    width: 100%;
    max-width: 450px;
  }
}
.mission-item::before {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 8px 8px 0 0;
  height: 14px;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgb(9, 92, 23), rgb(7, 222, 42));
}
.mission-item h3 {
  text-align: center;
  color: #2E6B38;
  font-size: clamp(1.125rem, 0.898rem + 0.76vw, 1.75rem);
}
.mission-item img {
  margin: 1rem 0;
}
.mission-item h4 {
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: clamp(1rem, 0.864rem + 0.45vw, 1.375rem);
}

.company-message {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 4rem 5%;
  background: url(./images/message-bg.png) no-repeat center/cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .company-message {
    flex-direction: column;
    gap: 2rem;
  }
}
.company-message img {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .company-message img {
    width: 100%;
  }
}
.company-message-txt {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .company-message-txt {
    width: 100%;
  }
}
.company-message-txt p:not(:last-child) {
  margin-bottom: 1rem;
}

.company-table {
  background-color: #fff;
  border-radius: 8px;
}
.company-table table {
  width: 100%;
  border-collapse: collapse;
}
.company-table table tr:not(:last-child) {
  border-bottom: 1px solid #333333;
}
.company-table table td {
  padding: 1.5rem 1rem;
}
.company-table table td:first-child {
  width: 25%;
  font-weight: bold;
}
.company-table table td:last-child {
  width: 75%;
}

.sdgs {
  background-color: #F5F5F5;
  margin: 0;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .sdgs {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .sdgs-fv {
    gap: 4px;
  }
}
.sdgs .arrow-btn {
  margin: 2rem auto 0;
}
.sdgs .merit-bg {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.sdgs-wrap {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .sdgs-wrap {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}
.sdgs-item {
  width: calc((100% - 1rem) / 2);
  border: 1px solid #2E6B38;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .sdgs-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sdgs-item {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.sdgs-item img {
  width: 25%;
  aspect-ratio: 119/160;
}
@media screen and (max-width: 767px) {
  .sdgs-item img {
    width: 100px;
  }
}
.sdgs-item div {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .sdgs-item div {
    width: 100%;
  }
}
.sdgs-item div h3 {
  color: #2E6B38;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin-bottom: 8px;
}

.plant-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .plant-wrap {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}
.plant-item {
  width: 47.5%;
}
@media screen and (max-width: 1280px) {
  .plant-item {
    width: 100%;
    max-width: 450px;
  }
}
.plant-item h3 {
  text-align: center;
  color: #fff;
  font-size: clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
  padding: 1rem;
  border-radius: 8px;
  background-color: #2E6B38;
  transform: translateY(8px);
}
.plant-item:last-child h3 {
  background-color: #08BF26;
}
.plant-bg {
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .plant-bg {
    gap: 0.5rem;
  }
}
.plant-it {
  width: calc((100% - 1.5rem) / 2);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plant-it {
    width: calc((100% - 0.5rem) / 2);
  }
}
.plant-it p {
  margin-top: 0.5rem;
  margin-top: 0.5rem;
  font-weight: bold;
}
.plant-arrow {
  margin: 2.5rem auto;
  width: 4rem;
}
.plant-box {
  padding: 20px 2.5rem;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .plant-box {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .plant-box {
    padding: 20px 10px;
  }
}
.plant-box img {
  width: 30%;
}
@media screen and (max-width: 1280px) {
  .plant-box img {
    width: 100%;
    max-width: 400px;
  }
}
.plant-txt {
  width: 65%;
  color: #2E6B38;
  font-size: clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
}
@media screen and (max-width: 1280px) {
  .plant-txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .plant-txt {
    font-size: 14px;
  }
}
.plant-txt p:last-child {
  font-size: clamp(1.25rem, 1.114rem + 0.45vw, 1.625rem);
  font-weight: bold;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .plant-txt p:last-child {
    font-size: 16px;
  }
}