@charset "UTF-8";
.font-size-S {
  font-size: 1.5rem;
}

.font-size-R {
  font-size: 1.6rem;
}

.font-size-M {
  font-size: 1.7rem;
}

.font-size-L {
  font-size: 1.8rem;
}

.font-size-XL {
  font-size: 1.9rem;
}

.font-size-XXL {
  font-size: 2rem;
}

.py-1 {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .py-1 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.py-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .py-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.mp-2 {
  margin-top: 2rem !important;
}

.mp-4 {
  margin-top: 4rem !important;
}

.mp-6 {
  margin-top: 6rem !important;
}

.fadeIn {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
  display: inline-block;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInRight {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
  display: inline-block;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInTop {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
  visibility: visible !important;
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInBottom {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
  visibility: visible !important;
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.animationBar {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.animationBar span {
  animation: 0s fadeIn 0.5s ease forwards;
  opacity: 0;
  visibility: visible !important;
}

.animationBar:before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(0, 0, 0);
  visibility: visible !important;
  animation: 1.5s animationBar 0s cubic-bezier(0.83, 0, 0.17, 1) forwards;
}

@keyframes animationBar {
  0% {
    width: 0%;
  }
  40% {
    width: 100%;
  }
  60% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.animationBar-wh {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.animationBar-wh span {
  animation: 0s fadeIn 0.5s ease forwards;
  opacity: 0;
  visibility: visible !important;
}

.animationBar-wh:before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  visibility: visible !important;
  animation: 1.5s animationBar-wh 0s cubic-bezier(0.83, 0, 0.17, 1) forwards;
}

@keyframes animationBar-wh {
  0% {
    width: 0%;
  }
  40% {
    width: 100%;
  }
  60% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.fadeInScale {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInScale;
  animation-name: fadeInScale;
  visibility: visible !important;
  z-index: 1;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animation-grad-left {
  overflow: hidden;
  position: relative;
  visibility: visible !important;
}

.animation-grad-left:before {
  background: #000;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0.9;
}

.fadeInGradLeft:before {
  animation: fadeInGradLeft 0.8s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

@keyframes fadeInGradLeft {
  100% {
    transform: translateX(100%);
  }
}
.animation-grad-right {
  overflow: hidden;
  position: relative;
  visibility: visible !important;
}

.animation-grad-right:before {
  background: #000;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  opacity: 0.9;
}

.fadeInGradRight:before {
  animation: fadeInGradRight 0.8s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

@keyframes fadeInGradRight {
  100% {
    transform: translateX(-100%);
  }
}
.fadeInSlant {
  animation: fadeInSlant 2s ease forwards;
  animation-delay: 0.3s;
  transform-origin: 50% 0% 0px;
  transform: matrix3d(0.996195, 0, 0.0871557, -0.000217889, 0.00759612, 0.996195, -0.0868241, 0.00021706, -0.0868241, 0.0871557, 0.992404, -0.00248101, 0, 90, 0, 1);
  opacity: 0;
  visibility: visible !important;
}

@-webkit-keyframes fadeInSlant {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes fadeInSlant {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
#loadingWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EAEADE;
  z-index: 9999;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

/* 消えるとき：大きく広がる */
#loadingWrap.onload {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.4);
}

/* ロゴ */
#loadContainer {
  transition: 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  width: 56px;
  height: 59px;
}

/* ロゴは逆に縮む */
#loadingWrap.onload #loadContainer {
  transform: scale(0.6);
  opacity: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header .header_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 0 20px;
  background: #F6F6F0;
  max-width: 100vw;
  margin: 0 auto;
}
.header .site_logo {
  width: 28vw;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .header .site_logo {
    width: 50vw;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.header .global_nav {
  display: flex;
  align-items: flex-end;
}
.header .nav_left {
  margin-right: 30px;
  flex: 1;
  margin: 0 auto;
  padding: 0 40px;
}
.header .nav_left .nav_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header .nav_left .nav_list li {
  padding: 0;
  border-right: 1px solid #707070;
}
.header .nav_left .nav_list li a {
  font-size: 1.7rem;
  display: block;
  padding: 20px 2.5vw;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.header .nav_left .nav_list li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  /* 位置調整 */
  width: 70%;
  height: 1px;
  background: currentColor;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.4s ease;
}
.header .nav_left .nav_list li a:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.header .nav_left .nav_list li:first-child {
  border-left: 1px solid #707070;
}
.header .nav_cta {
  display: flex;
  gap: 10px;
}
.header .nav_cta .header_cta_btn {
  width: 145px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background: #008223;
  gap: 6px;
  padding: 20px 20px 15px 20px;
  font-size: 1.7rem;
  font-family: "MFW-PA1GothicStd-Medium";
}
.header .nav_cta .header_cta_btn:hover {
  background: #707070;
}
.header .nav_cta .cta_icon {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.header .nav_cta .recruit_header_icon {
  background-image: url("../img/common/icon_user.svg");
}
.header .nav_cta .contact_header_icon {
  background-image: url("../img/common/icon_mail.svg");
}
.header .header_tab {
  display: flex;
  align-items: center;
}
.header .hamburger {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 30px;
  cursor: pointer;
  z-index: 1100;
}
@media only screen and (max-width: 768px) {
  .header .hamburger {
    top: 25px;
    right: 25px;
  }
}
.header .hamburger span {
  display: block;
  height: 2px;
  background: #333;
  margin: 6px 0;
  transition: 0.4s;
}
.header .hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
.header .hamburger_col ul {
  margin-bottom: 20px;
}
.header .hamburger_col li {
  margin-bottom: 8px;
}
.header .hamburger_col li a {
  color: #333;
  text-decoration: none;
  position: relative;
  padding-left: 14px;
}
.header .hamburger_col li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #555555;
  border-right: 0;
}
.header .hamburger_ttl a {
  font-family: "MFW-PA1GothicStd-Medium";
  color: #008223;
  margin-bottom: 10px;
}
.header .hamburger_btn {
  width: 100%;
  padding: 20px 30px;
  border-radius: 999px;
  margin-top: 20px;
  background: #008223;
  color: #fff !important;
  font-size: 2rem;
}
.header .hamburger_btn .hamburger_ttl {
  line-height: 1;
}
.header .tab_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 270px;
  max-width: 90%;
  height: 100vh;
  background: #fff;
  padding: 60px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: translateY(30px);
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  .header .tab_menu {
    padding: 40px 20px;
  }
}
.header .tab_menu .tab_menu_list li {
  margin-bottom: 20px;
}
.header .tab_menu .tab_menu_list li a {
  font-size: 18px;
}
.header .tab_menu .tab_menu_cta {
  margin-top: 30px;
}
.header .tab_menu .tab_menu_cta .header_cta_btn {
  display: block;
  margin-bottom: 10px;
  padding: 15px;
  text-align: center;
  color: #fff;
}
.header .tab_menu .tab_menu_cta .header_cta_btn.recruit {
  background: #0a7d2c;
}
.header .tab_menu .tab_menu_cta .header_cta_btn.contact {
  background: #0f8f35;
}
.header .tab_menu.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.header .pc_only {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .header .pc_only {
    display: none;
  }
}
.header .tab_only {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header .tab_only {
    display: block;
  }
}

#blurOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 20;
}

#blurOverlay.active {
  opacity: 1;
  pointer-events: auto;
}

.footer {
  position: relative;
  background: #fff;
  padding: 60px 20px 200px 20px;
}
.footer_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer_head {
  margin-bottom: 40px;
}
.footer_head img {
  width: 450px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .footer_head img {
    width: 100%;
  }
}
.footer_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .footer_nav {
    flex-direction: column;
  }
}
.footer_col ul {
  margin-top: 10px;
}
.footer_col li {
  margin-bottom: 8px;
}
.footer_col li a {
  color: #333;
  text-decoration: none;
  position: relative;
  padding-left: 14px;
}
.footer_col li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #555555;
  border-right: 0;
}
.footer_ttl a {
  font-family: "MFW-PA1GothicStd-Medium";
  color: #008223;
  margin-bottom: 10px;
}
.footer_tree {
  position: absolute;
  right: 70px;
  bottom: 25%;
}
@media only screen and (max-width: 768px) {
  .footer_tree {
    top: 12%;
    bottom: 0;
    right: 30px;
  }
}
.footer_tree img {
  width: 120px;
}

.copyright_wrapper {
  background-image: url("../img/common/footer_bg.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1920/280;
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  margin-top: -110px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .copyright_wrapper {
    aspect-ratio: auto;
  }
}

.copyright {
  text-align: center;
  color: #fff;
}

.floating_banner {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 9900;
}
@media only screen and (max-width: 768px) {
  .floating_banner {
    right: 0;
    bottom: auto;
    top: 80%;
    transform: translateY(-50%);
  }
}

.floating_close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .floating_close {
    top: -25px;
    right: 47px;
  }
}
.floating_close::before, .floating_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 26px;
  background: #008223;
  transform-origin: center;
}
@media only screen and (max-width: 768px) {
  .floating_close::before, .floating_close::after {
    height: 20px;
  }
}
.floating_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.floating_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.floating_circle {
  width: 250px;
  height: 250px;
  background: #00C950;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .floating_circle {
    width: 55px;
    height: 200px;
    border-radius: 10px 0 0 10px;
    flex-direction: column;
    padding: 10px 0 35px;
    overflow: hidden;
  }
}

.floating_circle:hover {
  transform: scale(1.1);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .floating_circle:hover {
    transform: none;
  }
}

@media only screen and (max-width: 768px) {
  .floating_text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: relative;
  }
}
.floating_text .en {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .floating_text .en {
    display: none;
  }
}
.floating_text .jp {
  position: relative;
  display: block;
  padding-bottom: 10px;
  font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .floating_text .jp {
    font-size: 2.2rem;
    letter-spacing: 4px;
  }
}
.floating_text .jp::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 130%;
  height: 2px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .floating_text .jp::after {
    display: none;
  }
}
.floating_text .sub {
  display: block;
  padding: 10px 0;
}
.floating_text .sub .detail {
  display: block;
}
@media only screen and (max-width: 768px) {
  .floating_text .sub {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    writing-mode: horizontal-tb;
    font-size: 1.2rem;
    line-height: 1.2;
    white-space: nowrap;
  }
  .floating_text .sub .main {
    padding: 0;
  }
  .floating_text .sub .detail,
  .floating_text .sub .mark {
    display: none;
  }
}
.floating_text .arrow {
  display: inline-block;
  margin-top: 8px;
  width: 45px;
  height: 2px;
  background: #fff;
  position: relative;
  transition: transform 0.3s ease;
}
.floating_text .arrow::before, .floating_text .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 2px;
  background: #fff;
  transform-origin: right center;
}
.floating_text .arrow::before {
  transform: translateY(-50%) rotate(45deg);
}
.floating_text .arrow::after {
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .floating_text .arrow {
    display: none;
  }
}

.floating_tree {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .floating_tree {
    display: none;
  }
}

.floating_tree img {
  width: 60px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .floating_tree img {
    display: none;
  }
}

html {
  font-size: 62.5%;
  overflow-x: hidden !important;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "MFW-PA1GothicStd-Regular";
  font-size: 1.7rem;
  color: #3C413C;
  overflow-x: hidden !important;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #F6F6F0;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

main {
  flex: 1;
}

a {
  text-decoration: none;
  transition: opacity 0.5s ease;
  color: #3C413C;
}

a:hover {
  opacity: 0.8;
}

p {
  line-height: 2.2;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container_right_none {
  width: 100%;
  margin: 0;
  padding-left: max(40px, (100% - 1200px) / 2 + 40px);
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  .container_right_none {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .container_right_none {
    padding-left: 15px;
  }
}

.container_left_none {
  width: 100%;
  padding-left: 0;
  padding-right: max(40px, (100% - 1200px) / 2 + 40px);
}
@media only screen and (max-width: 1024px) {
  .container_left_none {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .container_left_none {
    padding-right: 15px;
  }
}

section {
  scroll-margin-top: 130px;
}

.sp_br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_br {
    display: inline;
  }
}

.pc_br {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
}

sub {
  bottom: 0;
}

.all_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 350px;
  padding: 15px 20px;
  border: 1px solid #3C413C;
  border-radius: 30px;
  text-decoration: none;
  color: #3C413C;
  background: #fff;
  transition: 0.5s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .all_btn {
    width: 100%;
  }
}
.all_btn_text {
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
}
.all_btn_arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #3C413C;
  border-radius: 50%;
}
.all_btn_arrow::after {
  content: "";
  width: 16px;
  height: 6px;
  background: #fff;
  clip-path: polygon(0 42.8%, 67.9% 42.8%, 67.9% 0, 100% 50%, 67.9% 100%, 67.9% 57.2%, 0 57.2%);
}
.all_btn:hover {
  background: #008223;
  color: #fff;
  border: 1px solid #008223;
}
.all_btn:hover .all_btn_arrow {
  background: #fff;
}
.all_btn:hover .all_btn_arrow::after {
  background: #008223;
}

.page_top {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .page_top {
    margin-bottom: 50px;
  }
}
.page_top_img {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 100px;
  height: 500px;
  max-width: 1830px;
  margin-top: 160px;
  margin-right: 60px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .page_top_img {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .page_top_img {
    height: 280px;
    margin-right: 15px;
    margin-top: 120px;
    border-top-right-radius: 30px;
  }
}
.page_top_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.page_top_ttl {
  position: relative;
  font-size: 4rem;
  margin-bottom: 100px;
  z-index: 1;
  text-align: center;
  font-family: "MFW-PA1GothicStd-Medium";
  margin-top: 58px;
}
@media only screen and (max-width: 768px) {
  .page_top_ttl {
    font-size: 3.2rem;
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
.page_top_ttl_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  white-space: nowrap;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .page_top_ttl_bg {
    font-size: min(20vw, 10rem);
  }
}
.page_top_text {
  text-align: center;
}

.section_title {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 40px;
  font-family: "MFW-PA1GothicStd-Medium";
}
@media only screen and (max-width: 768px) {
  .section_title {
    font-size: 2.6rem;
  }
}

.white_circle_bg {
  padding: 0;
  background: #fff;
  position: relative;
}
.white_circle_bg::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: clamp(90px, 22vh, 240px);
  z-index: -1;
  background: url("../img/common/white_circle_top.png") no-repeat center/cover;
}
@media only screen and (max-width: 1024px) {
  .white_circle_bg::before {
    top: -150px;
  }
}
@media only screen and (max-width: 768px) {
  .white_circle_bg::before {
    height: 90px;
    top: -90px;
  }
}
.white_circle_bg::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: clamp(90px, 22vh, 240px);
  z-index: -1;
  background: url("../img/common/white_circle_bottom.png") no-repeat center/cover;
}
@media only screen and (max-width: 1024px) {
  .white_circle_bg::after {
    bottom: -150px;
  }
}
@media only screen and (max-width: 768px) {
  .white_circle_bg::after {
    height: 90px;
    bottom: -90px;
  }
}

.beige_circle_bg {
  padding: 0;
  background: #EAEADE;
  position: relative;
}
.beige_circle_bg::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: clamp(90px, 22vh, 240px);
  z-index: -1;
  background: url("../img/common/beige_circle_top.png") no-repeat center/cover;
}
@media only screen and (max-width: 1024px) {
  .beige_circle_bg::before {
    top: -150px;
  }
}
@media only screen and (max-width: 768px) {
  .beige_circle_bg::before {
    height: 90px;
    top: -90px;
  }
}
.beige_circle_bg::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: clamp(90px, 22vh, 240px);
  z-index: -1;
  background: url("../img/common/beige_circle_bottom.png") no-repeat center/cover;
}
@media only screen and (max-width: 1024px) {
  .beige_circle_bg::after {
    bottom: -150px;
  }
}
@media only screen and (max-width: 768px) {
  .beige_circle_bg::after {
    height: 90px;
    bottom: -90px;
  }
}

.contact {
  position: relative;
  padding: 150px 0 100px 0;
}
@media only screen and (max-width: 768px) {
  .contact {
    padding: 75px 0 50px 0;
  }
}
.contact a:hover {
  opacity: 1 !important;
}
.contact .container {
  position: relative;
  z-index: 2;
}
.contact_img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .contact_img {
    top: 24%;
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .contact_img {
    top: 25%;
    width: 100%;
  }
}
.contact_img img {
  width: 100%;
  height: auto;
  display: block;
}
.contact_ttl {
  position: relative;
  font-size: 4rem;
  margin-bottom: 140px;
  z-index: 1;
  text-align: center;
  font-family: "MFW-PA1GothicStd-Medium";
}
@media only screen and (max-width: 768px) {
  .contact_ttl {
    font-size: 3.2rem;
    margin-bottom: 350px;
  }
}
.contact_ttl_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  white-space: nowrap;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .contact_ttl_bg {
    top: 12px;
    font-size: 10rem;
  }
}
.contact_card_waper {
  display: flex;
  gap: 40px;
  align-items: stretch;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .contact_card_waper {
    flex-direction: column;
  }
}
.contact_card {
  width: 410px;
  background: #008223;
  border-radius: 30px;
  padding: 30px 20px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 360px;
}
@media only screen and (max-width: 768px) {
  .contact_card {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 20px;
    min-height: auto;
  }
}
.contact_card:hover .contact_head {
  transition: gap 0.5s ease;
}
.contact_card:hover .contact_box_title {
  transform: scale(1.4);
}
.contact_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  transition: all 0.5s;
  height: 180px;
}
.contact_icon {
  width: 80px;
  margin: 0 auto 20px;
  transform: translateX(0px);
  transition: transform 0.5s;
}
.contact_icon img {
  width: 100%;
}
.contact_box_title {
  font-size: 2.4rem;
  margin-bottom: 30px;
  transition: transform 0.5s ease, font-size 0.5s ease;
  color: #fff;
  line-height: 1;
  display: inline-block;
  transition: transform 0.3s ease;
  transform-origin: center;
}
@media only screen and (max-width: 768px) {
  .contact_box_title {
    margin-bottom: 15px;
  }
}
.contact_tel_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  margin: 0 auto;
  align-items: self-start;
}
.contact_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.contact_label {
  background: #fff;
  color: #008223;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .contact_label {
    padding: 4px 10px;
  }
}
.contact_number {
  font-size: 3.2rem;
  font-family: "MFW-PA1GothicStd-Medium";
  letter-spacing: 2px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .contact_number {
    font-size: 2.8rem;
  }
}

.green_circle_ttl {
  position: relative;
  text-align: center;
  color: #008223;
  z-index: 1;
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .green_circle_ttl {
    font-size: 2.6rem;
  }
}
.green_circle_ttl span {
  display: block;
  font-size: 1.7rem;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .green_circle_ttl span {
    font-size: 1.5rem;
  }
}
.green_circle_ttl::before {
  content: "";
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 15px));
  width: 300px;
  height: 300px;
  background: #D2E4D2;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .green_circle_ttl::before {
    width: 260px;
    height: 260px;
  }
}

.green_section_ttl {
  text-align: center;
}
.green_section_ttl h2 {
  color: #008223;
  z-index: 1;
  font-size: 3.2rem;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .green_section_ttl h2 {
    font-size: 2.6rem;
  }
}
.green_section_ttl h2 span {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .green_section_ttl h2 span {
    font-size: 1.5rem;
  }
}

.yamada_inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .yamada_inner {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 60px;
  }
}
.yamada_inner .text_content {
  width: 50%;
  order: 1;
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .yamada_inner .text_content {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.yamada_inner .text_content .text_content_ttl {
  font-size: 3.2rem;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .yamada_inner .text_content .text_content_ttl {
    text-align: center;
    font-size: 2.4rem;
  }
}
.yamada_inner .text_content .text_content_ttl span {
  display: block;
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.yamada_inner .text_content .text_content_p {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .yamada_inner .text_content .text_content_p {
    text-align: center;
  }
}
.yamada_inner .img_content {
  overflow: hidden;
  border-top-left-radius: 60px;
  width: 50%;
  margin-left: auto;
  order: 2;
}
.yamada_inner .img_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}
@media only screen and (max-width: 768px) {
  .yamada_inner .img_content {
    width: 90%;
    border-radius: 20px;
    margin: 0 auto;
  }
}

.reverse .text_content {
  padding-right: 0;
  padding-left: 50px;
  order: 2;
}
@media only screen and (max-width: 768px) {
  .reverse .text_content {
    order: 1;
    padding-left: 0;
  }
}
.reverse .text_content .text_content_ttl {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .reverse .text_content .text_content_ttl {
    text-align: center;
  }
}
.reverse .text_content .text_content_p {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .reverse .text_content .text_content_p {
    text-align: center;
  }
}
.reverse .img_content {
  order: 1;
  margin-right: auto;
  margin-left: 0;
  border-top-right-radius: 60px;
  border-top-left-radius: 0;
}
@media only screen and (max-width: 768px) {
  .reverse .img_content {
    width: 90%;
    border-radius: 20px;
    margin: 0 auto;
    order: 2;
  }
}

.greeting .greeting_inner {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .greeting .greeting_inner {
    flex-direction: column;
    gap: 30px;
  }
}
.greeting .greeting_img {
  flex: 0 0 300px;
  max-width: 400px;
}
@media only screen and (max-width: 768px) {
  .greeting .greeting_img {
    width: 100%;
    margin: 0 auto;
  }
}
.greeting .greeting_img img {
  width: 100%;
  height: auto;
  display: block;
}
.greeting .greeting_content {
  flex: 1;
}
.greeting .greeting_content .greeting_title {
  font-size: 3.2rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .greeting .greeting_content .greeting_title {
    font-size: 2.6rem;
  }
}
.greeting .greeting_content p {
  margin-bottom: 20px;
}
.greeting .greeting_content .greeting_name {
  margin-top: 30px;
  text-align: right;
  font-family: "MFW-PA1GothicStd-Medium";
}

.kv {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 100px;
  height: 80vh;
  max-width: 1830px;
  margin-top: 150px;
  margin-right: 60px;
}
@media only screen and (max-width: 768px) {
  .kv {
    margin-right: 15px;
    margin-top: 100px;
    border-top-right-radius: 30px;
    height: 600px;
  }
}
.kv_slider {
  height: 100%;
}
.kv_slider .slick-list.draggable {
  height: 100% !important;
}
.kv_slider .slick-track {
  height: 100% !important;
}
.kv_slider .kv_slide {
  height: 100% !important;
}
.kv_slider .kv_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 3.5s linear;
}
@media only screen and (max-width: 768px) {
  .kv_slider .kv_slide img {
    object-position: left center;
  }
}
.kv .slick-current img {
  transform: scale(1);
}
.kv_text {
  position: absolute;
  top: 40%;
  right: 2%;
  transform: translateY(-50%);
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .kv_text {
    top: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .kv_text {
    top: 70%;
    margin-left: 15px;
    right: auto;
    left: 0;
  }
}
.kv_text h2 {
  font-size: 8rem;
  line-height: 1.5;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1024px) {
  .kv_text h2 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .kv_text h2 {
    font-size: 4rem;
  }
}
.kv_text p {
  margin-top: 10px;
  font-size: 1.7rem;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.news {
  margin: 40px 0 100px 0;
  position: relative;
}
.news .top_bird {
  position: absolute;
  left: 0;
  bottom: -170px;
  max-width: 1400px;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .news .top_bird {
    bottom: -160px;
    width: 750px;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .news .top_bird {
    bottom: -90px;
    width: 450px;
    left: -170px;
  }
}
.news_list {
  padding: 40px;
  border: 1px solid #008223;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .news_list {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
.news_link {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .news_link {
    gap: 10px;
  }
}
.news_date {
  min-width: 120px;
  font-size: 1.7rem;
  color: #333;
}
.news_tag {
  background: #008223;
  color: #fff;
  font-size: 1.2rem;
  padding: 4px 12px;
  font-weight: bold;
  align-items: center;
}
.news_text {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.5s;
}
.news_text:hover {
  color: #008223;
}
.news .no_underline {
  text-decoration: none;
}
.news .no_underline:hover {
  color: #333;
}

.about {
  position: relative;
  padding: 100px 0 200px 0;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .about {
    padding: 50px 0 100px;
  }
}
.about_ttl_bg {
  position: absolute;
  top: -20px;
  right: -50px;
  font-size: 23rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  white-space: nowrap;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .about_ttl_bg {
    font-size: 10rem;
  }
}
.about_inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about_inner {
    flex-direction: column;
  }
}
.about_inner::before {
  content: "";
  display: block;
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .about_inner::before {
    display: none;
  }
}
.about_img {
  position: absolute;
  left: -12vw;
  top: 45%;
  transform: translateY(-50%);
  width: 52%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .about_img {
    width: 50%;
    max-width: 350px;
    top: 8%;
    left: -20vw;
  }
}
.about_img img {
  width: 100%;
  height: auto;
  display: block;
}
.about_content {
  width: 45%;
  margin-top: 180px;
  position: relative;
  text-align: right;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about_content {
    width: 100%;
    margin-top: 20px;
  }
}
.about_tree {
  position: absolute;
  width: clamp(100px, 8vw, 160px);
  height: auto;
  bottom: -120px;
  right: 260px;
}
@media only screen and (max-width: 768px) {
  .about_tree {
    width: 80px;
    bottom: -85px;
  }
}
.about_ttl {
  font-size: 2.4rem;
  margin-bottom: 20px;
  z-index: 1;
}
.about_text {
  font-size: 1.7rem;
  margin-bottom: 30px;
}

.work {
  position: relative;
  background: #EFEFE6;
  overflow: visible;
}
.work_ttl_bg {
  position: absolute;
  top: -52px;
  left: 0;
  font-size: 23rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .work_ttl_bg {
    font-size: 10rem;
    top: -22px;
  }
}
.work_inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .work_inner {
    flex-direction: column;
  }
}
.work_content {
  width: 45%;
  margin-top: 220px;
  position: relative;
  text-align: left;
  order: 1;
}
@media only screen and (max-width: 768px) {
  .work_content {
    width: 100%;
    order: 2;
    margin-top: 40px;
    padding-right: 15px;
  }
}
.work_ttl {
  font-size: 2.4rem;
  margin-bottom: 20px;
  z-index: 1;
}
.work_text {
  font-size: 1.7rem;
  margin-bottom: 30px;
}
.work_text strong {
  font-family: "MFW-PA1GothicStd-Medium";
}
.work_img {
  position: relative;
  width: 50%;
  z-index: 2;
  order: 2;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .work_img {
    width: 90%;
    order: 1;
  }
}
.work_img img {
  width: 100%;
  height: auto;
  display: block;
}

.service {
  padding: 200px 0;
}
@media only screen and (max-width: 768px) {
  .service {
    padding: 100px 0;
  }
}
.service_inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .service_inner {
    flex-direction: column;
    gap: 40px;
  }
}
.service_item {
  width: calc((100% - 120px) / 3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .service_item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.service_item a:hover {
  opacity: 1;
}
.service .item1 {
  position: relative;
}
.service .item1 .service_tree1 {
  position: absolute;
  width: clamp(100px, 4vw, 125px);
  height: auto;
  top: 140px;
  left: -160px;
}
@media only screen and (max-width: 768px) {
  .service .item1 .service_tree1 {
    width: 80px;
    left: -130px;
  }
}
.service .item2 {
  position: relative;
}
.service .item2 .service_tree2 {
  position: absolute;
  width: 55px;
  height: auto;
  bottom: -140px;
  left: -80px;
}
@media only screen and (max-width: 768px) {
  .service .item2 .service_tree2 {
    bottom: -100px;
  }
}
.service .item3 {
  position: relative;
}
.service .item3 .service_tree3 {
  position: absolute;
  width: 55px;
  height: auto;
  top: 390px;
  right: -150px;
}
@media only screen and (max-width: 768px) {
  .service .item3 .service_tree3 {
    right: -100px;
  }
}
.service_img {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 20px;
  border-radius: 75%/50%;
  overflow: hidden;
}
.service_img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.service_img:hover img {
  transform: scale(1.2);
}
.service_ttl {
  font-size: 3.2rem;
  margin: 20px auto;
  font-family: "MFW-PA1GothicStd-Medium";
}
.service_text {
  flex-grow: 1;
  text-align: left;
  margin-bottom: 25px;
}
.service .all_btn {
  width: 100%;
}

.csr {
  position: relative;
  padding: 150px 0 200px 0;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .csr {
    padding: 150px 0 100px 0;
  }
}
.csr_ttl_bg {
  position: absolute;
  top: 40px;
  right: -8px;
  font-size: 23rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .csr_ttl_bg {
    font-size: 10rem;
  }
}
.csr_inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .csr_inner {
    flex-direction: column;
  }
}
.csr_img {
  position: relative;
  width: 50%;
  z-index: 2;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .csr_img {
    width: 90%;
    margin-top: -50px;
  }
}
.csr_img img {
  width: 100%;
  height: auto;
  display: block;
}
.csr_content {
  width: 45%;
  margin-top: 180px;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .csr_content {
    width: 100%;
    padding-left: 15px;
    margin-top: 40px;
  }
}
.csr .csr1 {
  position: relative;
}
.csr .csr1 .csr_tree1 {
  position: absolute;
  width: clamp(100px, 7vw, 150px);
  height: auto;
  top: -40px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .csr .csr1 .csr_tree1 {
    width: 55px;
    top: -75px;
    right: 170px;
  }
}
.csr .csr1 .csr_tree3 {
  position: absolute;
  width: 55px;
  height: auto;
  bottom: -130px;
  left: 140px;
}
@media only screen and (max-width: 768px) {
  .csr .csr1 .csr_tree3 {
    width: 38px;
    top: 55px;
    left: 350px;
  }
}
.csr .csr2 {
  position: relative;
}
.csr .csr2 .csr_tree2 {
  position: absolute;
  width: 55px;
  height: auto;
  top: -310px;
  left: 20px;
}
@media only screen and (max-width: 768px) {
  .csr .csr2 .csr_tree2 {
    display: none;
  }
}
.csr_ttl {
  font-size: 2.4rem;
  margin-bottom: 20px;
  z-index: 1;
  font-family: "MFW-PA1GothicStd-Medium";
}
.csr_text {
  font-size: 1.7rem;
  margin-bottom: 30px;
}

.recruit {
  position: relative;
  background: #EFEFE6;
  overflow: visible;
}
.recruit_bird {
  position: absolute;
  width: 85px;
  height: auto;
  top: -65px;
  right: 50%;
  transform: translateX(calc(50% + 50px));
}
@media only screen and (max-width: 768px) {
  .recruit_bird {
    width: 80px;
    bottom: -85px;
  }
}
.recruit_ttl_bg {
  position: absolute;
  top: -52px;
  left: 0;
  font-size: 23rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .recruit_ttl_bg {
    font-size: 10rem;
    top: -22px;
  }
}
.recruit_inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .recruit_inner {
    flex-direction: column;
  }
}
.recruit_content {
  width: 45%;
  margin-top: 220px;
  position: relative;
  text-align: left;
  order: 1;
}
@media only screen and (max-width: 768px) {
  .recruit_content {
    width: 100%;
    order: 2;
    margin-top: 40px;
    padding-right: 15px;
  }
}
.recruit_ttl {
  font-size: 2.4rem;
  margin-bottom: 20px;
  z-index: 1;
}
.recruit_text {
  font-size: 1.7rem;
  margin-bottom: 30px;
}
.recruit_img {
  position: relative;
  width: 50%;
  z-index: 2;
  order: 2;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .recruit_img {
    width: 90%;
    order: 1;
    padding-top: 20px;
  }
}
.recruit_img img {
  width: 100%;
  height: auto;
  display: block;
}
.recruit .recruit1 {
  position: relative;
}
.recruit .recruit1 .recruit_tree1 {
  position: absolute;
  width: 48px;
  height: auto;
  top: 210px;
  left: -200px;
}
@media only screen and (max-width: 1024px) {
  .recruit .recruit1 .recruit_tree1 {
    top: 120px;
    left: -150px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .recruit1 .recruit_tree1 {
    width: 45px;
    top: 100px;
    left: -40px;
  }
}
.recruit_btn_wrap {
  display: flex;
  gap: 30px;
  margin-top: 6vw;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .recruit_btn_wrap {
    flex-direction: column;
    padding-right: 15px;
    gap: 20px;
  }
}
.recruit_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex: 1;
  padding: 15px 20px;
  border: 1px solid #3C413C;
  border-radius: 30px;
  text-decoration: none;
  color: #3C413C;
  background: #fff;
  transition: 0.3s;
  position: relative;
}
.recruit_btn_text {
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
}
.recruit_btn_arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #3C413C;
  border-radius: 50%;
}
.recruit_btn_arrow::after {
  content: "";
  width: 16px;
  height: 6px;
  background: #fff;
  clip-path: polygon(0 42.8%, 67.9% 42.8%, 67.9% 0, 100% 50%, 67.9% 100%, 67.9% 57.2%, 0 57.2%);
}
.recruit_btn:hover {
  background: #008223;
  color: #fff;
  border: 1px solid #008223;
}
.recruit_btn:hover .recruit_btn_arrow {
  background: #fff;
}
.recruit_btn:hover .recruit_btn_arrow::after {
  background: #008223;
}

.interview {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .interview {
    padding: 100px 0;
  }
}
.interview_inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .interview_inner {
    flex-direction: column;
    gap: 40px;
  }
}
.interview_item {
  width: calc((100% - 120px) / 3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .interview_item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.interview_item a:hover {
  opacity: 1;
}
.interview .item1 {
  position: relative;
}
.interview .item1 .interview_tree1 {
  position: absolute;
  width: 55px;
  height: auto;
  top: 200px;
  left: -160px;
}
@media only screen and (max-width: 768px) {
  .interview .item1 .interview_tree1 {
    top: 160px;
    left: -100px;
  }
}
.interview .item3 {
  position: relative;
}
.interview .item3 .interview_tree2 {
  position: absolute;
  width: clamp(60px, 4vw, 90px);
  height: auto;
  top: -50px;
  right: -160px;
}
@media only screen and (max-width: 768px) {
  .interview .item3 .interview_tree2 {
    width: 55px;
    top: -50px;
    right: -100px;
  }
}
.interview .item3 .interview_tree3 {
  position: absolute;
  width: clamp(100px, 7vw, 140px);
  height: auto;
  bottom: -10px;
  right: -220px;
}
@media only screen and (max-width: 768px) {
  .interview .item3 .interview_tree3 {
    width: 80px;
    bottom: -60px;
    right: -150px;
  }
}
.interview_img {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 20px;
  border-radius: 75%/50%;
  overflow: hidden;
}
.interview_img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.interview_img:hover img {
  transform: scale(1.2);
}
.interview_ttl {
  font-size: 1.7rem;
  margin: 20px auto 25px auto;
}
.interview_ttl span {
  padding-left: 10px;
  font-size: 4.8rem;
  color: #008223;
  font-family: "MFW-PA1GothicStd-Medium";
}
.interview_text {
  flex-grow: 1;
  text-align: center;
  margin-bottom: 25px;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "MFW-PA1GothicStd-Medium";
}
@media only screen and (max-width: 768px) {
  .interview_text {
    font-size: 2.6rem;
  }
}
.interview_text span {
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .interview_text span {
    font-size: 1.5rem;
  }
}
.interview .all_btn {
  width: 100%;
}

#page-privacy .privacy_policy {
  background-color: #008223;
  position: relative;
  padding: 200px 0 250px;
}
@media only screen and (max-width: 768px) {
  #page-privacy .privacy_policy {
    padding: 80px 0 150px 0;
  }
}
#page-privacy .privacy_policy::before {
  content: "PRIVACY POLICY";
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 768px) {
  #page-privacy .privacy_policy::before {
    font-size: 4.2rem;
    top: -10px;
    left: 50%;
  }
}
#page-privacy .privacy_policy_inner {
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 70px 100px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #page-privacy .privacy_policy_inner {
    padding: 50px 20px;
  }
}
#page-privacy .privacy_policy_title {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #page-privacy .privacy_policy_title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
#page-privacy .privacy_policy_content {
  color: #fff;
}
#page-privacy .privacy_policy_block {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #page-privacy .privacy_policy_block {
    margin-top: 30px;
  }
}
#page-privacy .privacy_policy_heading {
  margin-bottom: 5px;
}
#page-privacy .privacy_policy_text {
  margin: 0;
}
#page-privacy .footer {
  display: none;
}
#page-privacy .copyright_wrapper {
  margin-top: -10%;
}
@media only screen and (max-width: 1024px) {
  #page-privacy .copyright_wrapper {
    margin-top: -15%;
  }
}
@media only screen and (max-width: 768px) {
  #page-privacy .copyright_wrapper {
    margin-top: -20%;
  }
}

#page-about .about_slider {
  background: #EFEFE6;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  #page-about .about_slider {
    padding: 40px 0;
  }
}
#page-about .about_slider .slider_waper {
  overflow: hidden;
  align-items: center;
}
#page-about .about_slider .slider_waper .slick-list {
  padding-top: 55px;
}
#page-about .about_slider .slider_waper .slide {
  border-radius: 20px;
  overflow: hidden;
}
#page-about .about_slider .slider_waper .slide.up {
  margin-top: -55px;
}
#page-about .about_slider .slider_waper .slide.middle {
  margin-top: 0;
}
#page-about .about_slider .slider_waper .slide.down {
  margin-top: 55px;
}
#page-about .about_slider .slider_waper .slide img {
  display: block;
  width: 100%;
}
#page-about .about_slider .slick-slide {
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  #page-about .about_slider .slick-slide {
    margin: 0 10px;
  }
}
#page-about #philosophy .about_card {
  margin: 100px 0 200px;
}
@media only screen and (max-width: 768px) {
  #page-about #philosophy .about_card {
    margin: 50px 0 100px;
  }
}
#page-about #philosophy .about_card .about_card_inner {
  border-radius: 60px;
  padding: 60px 0 40px;
  text-align: center;
  position: relative;
  border: 1px solid #008223;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #page-about #philosophy .about_card .about_card_inner {
    padding: 40px 20px 20px;
    border-radius: 40px;
  }
}
#page-about #philosophy .about_card .about_card_img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-top: -80px;
}
#page-about #philosophy .about_card .about_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
#page-about #philosophy .about_card .about_card_title {
  font-size: 3.2rem;
  font-family: "MFW-PA1GothicStd-Medium";
  color: #008223;
  margin-bottom: 40px;
}
#page-about #philosophy .about_card .about_card_title span {
  display: block;
  font-size: 1.7rem;
  margin-bottom: 10px;
}
#page-about #philosophy .about_card .about_card_list {
  text-align: left;
  display: inline-block;
}
#page-about #philosophy .about_card .about_card_list li {
  margin-bottom: 20px;
  color: #008223;
}
#page-about #philosophy .about_card .about_card_list li::before {
  content: "一、";
  margin-right: 5px;
}
#page-about #company {
  margin-bottom: 300px;
}
@media only screen and (max-width: 768px) {
  #page-about #company {
    margin-bottom: 200px;
  }
}
#page-about #company .company_list {
  max-width: 800px;
  margin: 0 auto;
}
#page-about #company .company_row {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #707070;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #page-about #company .company_row {
    padding: 30px 0;
  }
}
#page-about #company .company_row:first-child {
  border-top: 1px solid #707070;
}
#page-about #company .company_row dt {
  width: 130px;
  padding: 0 30px;
  flex-shrink: 0;
  text-align-last: justify;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #page-about #company .company_row dt {
    padding: 0 10px;
    width: 80px;
  }
}
#page-about #company .company_row dd {
  padding-left: 30px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #page-about #company .company_row dd {
    padding-left: 10px;
  }
}
#page-about #company .company_row dd p {
  margin: 0;
  line-height: 1.5;
}
#page-about #company .company_row .office_item {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
#page-about #company .company_row .office_item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #page-about #company .company_row .office_item {
    flex-direction: column;
  }
}
#page-about #company .company_row .office_name {
  width: 200px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #page-about #company .company_row .office_name {
    width: auto;
  }
}
#page-about #company .company_row .office_info p {
  padding-bottom: 10px;
}
#page-about #company .company_row .office_info p:last-child {
  padding-bottom: 0;
}
#page-about .company1 {
  position: relative;
}
#page-about .company1 .company_tree1 {
  position: absolute;
  width: clamp(100px, 8vw, 160px);
  height: auto;
  bottom: 0;
  left: -260px;
}
@media only screen and (max-width: 768px) {
  #page-about .company1 .company_tree1 {
    width: 80px;
    bottom: -570px;
    left: 0;
  }
}
#page-about .company2 {
  position: relative;
}
#page-about .company2 .company_tree2 {
  position: absolute;
  height: auto;
  top: -190px;
  right: -260px;
}
@media only screen and (max-width: 1024px) {
  #page-about .company2 .company_tree2 {
    width: 90px;
    top: -170px;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #page-about .company2 .company_tree2 {
    width: 70px;
    top: -140px;
  }
}
#page-about #top-greeting {
  margin-bottom: 300px;
}
@media only screen and (max-width: 768px) {
  #page-about #top-greeting {
    margin-bottom: 200px;
  }
}
#page-about #permissions {
  margin-bottom: 300px;
}
@media only screen and (max-width: 768px) {
  #page-about #permissions {
    margin-bottom: 200px;
  }
}
#page-about #permissions .permissions_list {
  max-width: 800px;
  margin: 0 auto;
}
#page-about #permissions .permissions_row {
  display: block;
  padding: 40px 0;
  border-bottom: 1px solid #707070;
  line-height: 2.2;
}
#page-about #permissions .permissions_row:first-child {
  border-top: 1px solid #707070;
}
#page-about #permissions .permissions_row dt {
  width: 100%;
  padding: 0 20px;
  flex-shrink: 0;
}
#page-about #permissions .permissions_row dd {
  padding: 0 20px 20px 20px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #page-about #permissions .permissions_row dd {
    flex-direction: column;
  }
}
#page-about #permissions .permissions_row dd:last-child {
  padding-bottom: 0;
}
#page-about #permissions .permissions_row dd .left,
#page-about #permissions .permissions_row dd .right {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #page-about #permissions .permissions_row dd .left,
  #page-about #permissions .permissions_row dd .right {
    width: 100%;
  }
}
#page-about #permissions .permissions1 {
  position: relative;
}
#page-about #permissions .permissions1 .permissions_tree1 {
  position: absolute;
  width: clamp(100px, 6vw, 120px);
  height: auto;
  top: -200px;
  right: -280px;
}
@media only screen and (max-width: 768px) {
  #page-about #permissions .permissions1 .permissions_tree1 {
    width: 55px;
    right: 0;
    top: -160px;
  }
}
#page-about #permissions .permissions2 {
  position: relative;
}
#page-about #permissions .permissions2 .permissions_tree2 {
  position: absolute;
  width: 55px;
  height: auto;
  bottom: -130px;
  left: -240px;
}
@media only screen and (max-width: 1024px) {
  #page-about #permissions .permissions2 .permissions_tree2 {
    bottom: -120px;
    left: -60px;
  }
}
@media only screen and (max-width: 768px) {
  #page-about #permissions .permissions2 .permissions_tree2 {
    bottom: -100px;
    left: 0;
  }
}
#page-about #media {
  margin-bottom: 350px;
}
@media only screen and (max-width: 768px) {
  #page-about #media {
    margin-bottom: 250px;
  }
}
#page-about #media .media_list {
  max-width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  #page-about #media .media_list {
    padding: 30px 0;
  }
}
#page-about #media .media_row {
  display: flex;
  padding-bottom: 10px;
}
#page-about #media .media_row:last-child {
  padding-bottom: 0;
}
#page-about #media .media_row dt {
  width: 130px;
  padding: 0 30px;
  flex-shrink: 0;
  text-align-last: justify;
  line-height: 2.2;
}
@media only screen and (max-width: 768px) {
  #page-about #media .media_row dt {
    padding: 0 10px;
    width: 80px;
  }
}
#page-about #media .media_row .dd_wrap {
  padding-left: 30px;
  line-height: 2.2;
}
@media only screen and (max-width: 768px) {
  #page-about #media .media_row .dd_wrap {
    padding-left: 10px;
  }
}
#page-about #media .media_row .dd_wrap dd a:hover {
  color: #008223;
}
#page-about #access .page_top_ttl {
  margin-bottom: 62px;
  position: relative;
  z-index: 0;
}
#page-about #access .page_top_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -90px;
  transform: translateY(-50%);
  width: 340px;
  height: 300px;
  background: url("../img/common/forest.png") no-repeat center/contain;
  pointer-events: none;
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  #page-about #access .page_top_ttl::before {
    right: -180px;
    transform: translateY(-50%);
    width: 350px;
    height: 300px;
  }
}
#page-about #access .page_top_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 300px;
  height: 300px;
  background: url("../img/about/access_forest.png") no-repeat center/contain;
  pointer-events: none;
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  #page-about #access .page_top_ttl::after {
    display: none;
  }
}
#page-about #access .access_map_warp {
  width: 100%;
  position: relative;
  z-index: 1;
}
#page-about #access .access_map {
  width: 100%;
  height: 500px;
  border: 0;
  display: block;
}
#page-about #access .access_list {
  max-width: 900px;
  margin: 80px auto;
}
#page-about #access .access_item {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #page-about #access .access_item {
    flex-direction: column;
    gap: 20px;
  }
}
#page-about #access .access_item_img {
  width: 350px;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #page-about #access .access_item_img {
    max-width: 400px;
    width: 100%;
    height: 200px;
    margin: 0 auto;
  }
}
#page-about #access .access_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#page-about #access .access_item_content {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  #page-about #access .access_item_content {
    margin: 0 auto;
  }
}
#page-about #access .access_item_title {
  font-size: 2.6rem;
  margin-bottom: 10px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #page-about #access .access_item_title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#page-about #access .access_item_text {
  line-height: 2;
}
#page-about .contact {
  background-color: #EFEFE6;
}

#page-work .page_top {
  margin-bottom: 60px;
}
#page-work .work1 {
  position: relative;
}
#page-work .work1 .work_forest1 {
  position: absolute;
  width: clamp(200px, 30vw, 400px);
  height: auto;
  bottom: -180px;
  right: -260px;
}
#page-work .work1 .work_bird {
  position: absolute;
  width: clamp(150px, 10vw, 200px);
  height: auto;
  top: 145px;
  left: -220px;
}
#page-work #service {
  text-align: center;
}
#page-work #service .service {
  padding: 100px 0 200px;
}
@media only screen and (max-width: 768px) {
  #page-work #service .service {
    padding: 100px 0;
  }
}
#page-work #service h2 {
  font-size: 3.2rem;
  font-family: "MFW-PA1GothicStd-Medium";
}
#page-work #service h2 span {
  font-size: 1.7rem;
  display: block;
  font-family: "MFW-PA1GothicStd-Regular";
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #page-work #service h2 span {
    font-size: 1.5rem;
  }
}
#page-work .contact {
  background-color: #EFEFE6;
}

#page-forestry .page_top_img img {
  object-position: left top;
}
@media only screen and (max-width: 768px) {
  #page-forestry .page_top_img img {
    object-position: -40px top;
  }
}
#page-forestry .forestry_img {
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  #page-forestry .forestry_img {
    margin-bottom: 75px;
  }
}
#page-forestry .forestry_img .img_list {
  display: flex;
  margin: 0;
  padding: 0;
}
#page-forestry .forestry_img .img_list li {
  list-style: none;
  width: 33.3333333333%;
}
#page-forestry .forestry_img .img_list img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  #page-forestry .forestry_img .img_list {
    flex-direction: column;
  }
  #page-forestry .forestry_img .img_list li {
    width: 100%;
  }
}
#page-forestry .contact {
  background-color: #EFEFE6;
}
#page-forestry #forestry_strengths {
  max-width: 1000px;
  margin: 0 auto 100px;
}
#page-forestry #forestry_strengths .forestry_strengths_waper {
  position: relative;
}
#page-forestry #forestry_strengths .forestry_strengths_waper .strengths_tree1 {
  position: absolute;
  width: clamp(100px, 8vw, 160px);
  height: auto;
  bottom: 220px;
  left: -180px;
}
@media only screen and (max-width: 768px) {
  #page-forestry #forestry_strengths .forestry_strengths_waper .strengths_tree1 {
    width: 80px;
  }
}
#page-forestry #forestry_strengths .forestry_strengths_box {
  position: relative;
  border: 2px solid #3C413C;
  border-radius: 60px;
  padding: 170px 60px 60px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #page-forestry #forestry_strengths .forestry_strengths_box {
    padding: 150px 20px 40px;
    border-radius: 20px;
  }
}
#page-forestry #forestry_strengths h2 {
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1;
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #page-forestry #forestry_strengths h2 {
    font-size: 2.6rem;
  }
}
#page-forestry #forestry_strengths h2 span {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #page-forestry #forestry_strengths h2 span {
    font-size: 1.5rem;
  }
}
#page-forestry #forestry_strengths h2::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: #3C413C;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #page-forestry #forestry_strengths h2::before {
    width: 260px;
    height: 260px;
  }
}
#page-forestry #forestry_strengths .forestry_strengths_list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  #page-forestry #forestry_strengths .forestry_strengths_list {
    flex-direction: column;
    gap: 30px;
  }
}
#page-forestry #forestry_strengths .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}
#page-forestry #forestry_strengths .item .point {
  width: 80px;
  margin: 0 auto 20px;
  display: block;
}
#page-forestry #forestry_strengths .item h3 {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
}
#page-forestry #forestry_strengths .item p {
  margin-top: 10px;
  text-align: left;
  max-width: 400px;
}
#page-forestry #business_content {
  margin: 250px 0 100px;
}
#page-forestry #business_content .mt-2 {
  margin-top: 200px;
}
@media only screen and (max-width: 768px) {
  #page-forestry #business_content .mt-2 {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 768px) {
  #page-forestry #business_content .container_right_none {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #page-forestry #business_content .container_left_none {
    padding-left: 15px;
  }
}
#page-forestry #business_content .yamada_inner .text_bottom_right {
  display: block;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #page-forestry #business_content .yamada_inner .text_bottom_right {
    display: none;
  }
}
#page-forestry #business_content .yamada_inner .text_bottom_left {
  display: block;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #page-forestry #business_content .yamada_inner .text_bottom_left {
    display: none;
  }
}
#page-forestry #business_content .text_bottom_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #page-forestry #business_content .text_bottom_sp {
    display: block;
    text-align: left;
    margin-top: 15px;
    margin-left: 15px;
    order: 3;
  }
}
#page-forestry #business_content .sp_height {
  height: auto;
}
@media only screen and (max-width: 768px) {
  #page-forestry #business_content .sp_height {
    height: 250px;
  }
}
#page-forestry #business_content .business1 {
  position: relative;
}
#page-forestry #business_content .business1 .business_tree1 {
  position: absolute;
  width: clamp(60px, 4vw, 85px);
  height: auto;
  top: -60px;
  left: 50px;
}
@media only screen and (max-width: 768px) {
  #page-forestry #business_content .business1 .business_tree1 {
    display: none;
  }
}
#page-forestry #business_content .business2 {
  position: relative;
}
#page-forestry #business_content .business2 .business_tree2 {
  position: absolute;
  width: clamp(100px, 8vw, 160px);
  height: auto;
  bottom: -100px;
  left: -180px;
}
@media only screen and (max-width: 768px) {
  #page-forestry #business_content .business2 .business_tree2 {
    display: none;
  }
}
#page-forestry #customer {
  margin: 250px 0 350px;
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer {
    margin: 180px 0 250px;
  }
}
#page-forestry #customer .green_section_ttl h2 {
  margin-bottom: 150px;
}
#page-forestry #customer .voice {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 150px;
}
@media only screen and (max-width: 1024px) {
  #page-forestry #customer .voice {
    flex-direction: column;
    align-items: center;
    gap: 150px;
  }
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer .voice {
    margin-bottom: 60px;
  }
}
#page-forestry #customer .voice_item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #page-forestry #customer .voice_item {
    max-width: 440px;
    width: 100%;
  }
}
#page-forestry #customer .voice_item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #008223;
  transform: translateY(-110px);
  border-radius: 50%;
  z-index: 0;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer .voice_item::before {
    transform: translateY(-95px);
  }
}
@media only screen and (max-width: 330px) {
  #page-forestry #customer .voice_item::before {
    transform: translateY(-60px);
  }
}
#page-forestry #customer .voice_item > * {
  position: relative;
  z-index: 1;
}
#page-forestry #customer .voice_text {
  padding: 0 35px;
  color: #fff;
  margin-bottom: 20px;
}
#page-forestry #customer .voice_img {
  height: 450px;
}
@media only screen and (max-width: 1024px) {
  #page-forestry #customer .voice_img {
    height: 350px;
  }
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer .voice_img {
    height: 240px;
  }
}
#page-forestry #customer .voice_img img {
  width: auto;
  height: 100%;
  display: block;
}
#page-forestry #customer .trouble_solving_box {
  position: relative;
  background-color: #fff;
  border-radius: 60px;
  overflow: hidden;
  padding: 170px 0 100px;
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer .trouble_solving_box {
    padding: 150px 0 40px;
    border-radius: 20px;
  }
}
#page-forestry #customer h3 {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #008223;
  z-index: 1;
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer h3 {
    font-size: 2.6rem;
  }
}
#page-forestry #customer h3 span {
  display: block;
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer h3 span {
    font-size: 1.5rem;
  }
}
#page-forestry #customer h3::before {
  content: "";
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: #D2E4D2;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer h3::before {
    width: 260px;
    height: 260px;
  }
}
#page-forestry #customer .case_title {
  text-align: center;
  font-size: 3.2rem;
  padding: 0 60px 40px;
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer .case_title {
    font-size: 2.6rem;
    padding: 0 20px 30px;
  }
}
#page-forestry #customer .case_kv {
  position: relative;
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer .case_kv {
    height: 250px;
  }
}
#page-forestry #customer .case_kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#page-forestry #customer .case_kv .case_people {
  position: absolute;
  left: 60px;
  bottom: -180px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  #page-forestry #customer .case_kv .case_people {
    bottom: -262px;
    left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer .case_kv .case_people {
    left: 10px;
    bottom: 0;
  }
}
#page-forestry #customer .case_kv .case_people img {
  width: 330px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #page-forestry #customer .case_kv .case_people img {
    width: 250px;
  }
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer .case_kv .case_people img {
    width: 180px;
  }
}
#page-forestry #customer .case_inner {
  padding: 40px 60px;
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer .case_inner {
    padding: 20px 15px;
  }
}
#page-forestry #customer .case_inner .case_label {
  background: #3C413C;
  color: #fff;
  display: inline-block;
  padding: 5px 50px;
  border-radius: 0 9999px 9999px 0;
  margin-bottom: 20px;
  margin-left: clamp(200px, 30%, 320px);
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer .case_inner .case_label {
    margin-left: 0;
  }
}
#page-forestry #customer .case_inner .mark {
  font-size: 8rem;
  color: #008223;
  line-height: 1;
  font-family: "MFW-PA1GothicStd-Medium";
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer .case_inner .mark {
    font-size: 6rem;
  }
}
#page-forestry #customer .case_inner .case_question {
  margin-left: clamp(200px, 30%, 320px);
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer .case_inner .case_question {
    margin-left: 0;
    gap: 20px;
    margin-bottom: 30px;
  }
}
#page-forestry #customer .case_inner .case_question .q_text {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer .case_inner .case_question .q_text {
    font-size: 1.8rem;
  }
}
#page-forestry #customer .case_inner .case_answer {
  position: relative;
  display: flex;
  gap: 30px;
  border: 2px solid #008223;
  background-color: #F6F6F0;
  border-radius: 20px;
  padding: 30px 230px 30px 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer .case_inner .case_answer {
    gap: 20px;
    padding: 20px 15px 160px 15px;
  }
}
#page-forestry #customer .case_inner .case_answer::before {
  content: "";
  position: absolute;
  right: 2%;
  bottom: 0;
  width: 180px;
  height: 200px;
  background: url("../img/work/forestry/staff_1.png") no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer .case_inner .case_answer::before {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    width: 150px;
    height: 160px;
  }
}
#page-forestry #customer .case_inner .case_result {
  position: relative;
  border: 2px solid #008223;
  background-color: #F6F6F0;
  border-radius: 20px;
  padding: 30px 30px 30px 230px;
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer .case_inner .case_result {
    padding: 20px 15px 160px 15px;
  }
}
#page-forestry #customer .case_inner .case_result::before {
  content: "";
  position: absolute;
  left: 2%;
  bottom: -2px;
  width: 180px;
  height: 180px;
  background: url("../img/work/forestry/customer_woman_result.png") no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer .case_inner .case_result::before {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    width: 150px;
    height: 155px;
  }
}
#page-forestry #customer .case_02 .case_label {
  margin-left: calc(clamp(200px, 30%, 320px) + 40px);
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer .case_02 .case_label {
    margin-left: 0;
  }
}
#page-forestry #customer .case_02 .case_question {
  margin-left: calc(clamp(200px, 30%, 320px) + 40px);
}
@media only screen and (max-width: 768px) {
  #page-forestry #customer .case_02 .case_question {
    margin-left: 0;
  }
}
#page-forestry #customer .case_02 .case_answer::before {
  background: url("../img/work/forestry/staff_2.png") no-repeat center/contain;
}
#page-forestry #customer .case_02 .case_result::before {
  background: url("../img/work/forestry/customer_couple_result.png") no-repeat center/contain;
}
#page-forestry #construction_projects {
  margin: 250px 0 100px;
}
@media only screen and (max-width: 768px) {
  #page-forestry #construction_projects {
    margin: 180px 0 80px;
  }
}
#page-forestry #construction_projects .construction_text {
  margin: 120px 0 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #page-forestry #construction_projects .construction_text {
    margin: 100px 0 40px;
  }
}
#page-forestry #construction_projects .construction_img_waper {
  overflow: hidden;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  #page-forestry #construction_projects .construction_img_waper {
    border-radius: 0;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    overflow-x: auto;
  }
}
#page-forestry #construction_projects .construction_img_waper .construction_inner {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #page-forestry #construction_projects .construction_img_waper .construction_inner {
    min-width: 450px;
    max-width: 600px;
    margin: 0 auto;
  }
}
#page-forestry #construction_projects .construction_img_waper img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #page-forestry #construction_projects .construction_img_waper img {
    border-radius: 20px;
    overflow: hidden;
  }
}
#page-forestry #construction_projects .construction_img_waper::-webkit-scrollbar {
  height: 6px;
}
#page-forestry #construction_projects .construction_img_waper::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}
#page-forestry #construction_projects .construction_img_waper::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}
#page-forestry #construction_projects .construction1 {
  position: relative;
}
#page-forestry #construction_projects .construction_tree1 {
  position: absolute;
  width: 55px;
  height: auto;
  bottom: 120px;
  right: -160px;
}
@media only screen and (max-width: 768px) {
  #page-forestry #construction_projects .construction_tree1 {
    bottom: 85px;
  }
}

#page-recycle .page_top_img img {
  object-position: bottom -30px right 50%;
}
#page-recycle .recycle1 {
  position: relative;
}
#page-recycle .recycle1 .recycle_tree1 {
  position: absolute;
  width: 55px;
  height: auto;
  bottom: 40px;
  right: -80px;
}
#page-recycle .recycle_img {
  width: 100%;
  height: 500px;
}
#page-recycle .recycle_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page-recycle .benefits_inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #page-recycle .benefits_inner {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 60px;
  }
}
#page-recycle .benefits_inner .benefits_content {
  width: 50%;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #page-recycle .benefits_inner .benefits_content {
    width: 100%;
    padding-right: 15px;
  }
}
#page-recycle .benefits_inner .benefits_content .benefits_en {
  color: #008223;
}
#page-recycle .benefits_inner .benefits_content .benefits_ttl {
  font-size: 3.2rem;
  margin-bottom: 30px;
  color: #008223;
}
@media only screen and (max-width: 768px) {
  #page-recycle .benefits_inner .benefits_content .benefits_ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
#page-recycle .benefits_inner .benefits_content .benefits_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#page-recycle .benefits_inner .benefits_content .benefits_item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
#page-recycle .benefits_inner .benefits_content .benefits_num {
  width: 60px;
  flex-shrink: 0;
}
#page-recycle .benefits_inner .benefits_content .benefits_item_ttl {
  font-family: "MFW-PA1GothicStd-Medium";
}
#page-recycle .benefits_inner .benefits_content .benefits_item_text {
  line-height: 2;
}
#page-recycle .benefits_inner .benefits_content .benefits1 {
  position: relative;
}
#page-recycle .benefits_inner .benefits_content .benefits1 .benefits_tree1 {
  position: absolute;
  width: 55px;
  height: auto;
  bottom: -80px;
  right: 220px;
}
@media only screen and (max-width: 768px) {
  #page-recycle .benefits_inner .benefits_content .benefits1 .benefits_tree1 {
    display: none;
  }
}
#page-recycle .benefits_inner .benefits_img {
  overflow: hidden;
  border-top-left-radius: 60px;
  width: 50%;
  margin-left: auto;
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  #page-recycle .benefits_inner .benefits_img {
    margin-top: 30px;
    width: 100%;
    height: 380px;
    margin-left: auto;
    margin-left: 30px;
  }
}
#page-recycle .benefits_inner .benefits_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}
#page-recycle #process {
  margin-top: 250px;
}
@media only screen and (max-width: 768px) {
  #page-recycle #process {
    margin-top: 175px;
  }
}
#page-recycle #process .green_section_ttl h2 {
  margin-bottom: 50px;
}
#page-recycle #process .green_section_ttl p {
  max-width: 800px;
  margin: 0 auto;
}
#page-recycle #process .recycle_process_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 60px;
  margin: 50px auto;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  #page-recycle #process .recycle_process_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  #page-recycle #process .recycle_process_list {
    grid-template-columns: 1fr;
    padding-right: 0;
  }
}
#page-recycle #process .recycle_process_list .recycle_process_item {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#page-recycle #process .recycle_process_list .recycle_process_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid #008223;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
@media only screen and (max-width: 768px) {
  #page-recycle #process .recycle_process_list .recycle_process_item::after {
    top: auto;
    bottom: -30px;
    right: 50%;
    transform: translateX(50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid #008223;
    border-bottom: none;
    padding-bottom: 15px;
  }
}
#page-recycle #process .recycle_process_list .recycle_process_item:nth-child(5)::after, #page-recycle #process .recycle_process_list .recycle_process_item:nth-child(6)::after {
  display: none;
}
#page-recycle #process .recycle_process_list .recycle_process_img {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
#page-recycle #process .recycle_process_list .recycle_process_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#page-recycle #recycle_strengths {
  max-width: 1000px;
  margin: 250px auto 0;
}
@media only screen and (max-width: 768px) {
  #page-recycle #recycle_strengths {
    margin: 200px auto 50px;
  }
}
#page-recycle #recycle_strengths .recycle_strengths_waper {
  position: relative;
}
#page-recycle #recycle_strengths .recycle_strengths_waper .strengths_tree1 {
  position: absolute;
  width: clamp(100px, 8vw, 160px);
  height: auto;
  bottom: 220px;
  left: -180px;
}
@media only screen and (max-width: 768px) {
  #page-recycle #recycle_strengths .recycle_strengths_waper .strengths_tree1 {
    width: 80px;
  }
}
#page-recycle #recycle_strengths .recycle_strengths_box {
  position: relative;
  border: 2px solid #3C413C;
  border-radius: 60px;
  padding: 170px 60px 60px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #page-recycle #recycle_strengths .recycle_strengths_box {
    padding: 150px 20px 40px;
    border-radius: 20px;
  }
}
#page-recycle #recycle_strengths h2 {
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1;
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #page-recycle #recycle_strengths h2 {
    font-size: 2.6rem;
  }
}
#page-recycle #recycle_strengths h2 span {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #page-recycle #recycle_strengths h2 span {
    font-size: 1.5rem;
  }
}
#page-recycle #recycle_strengths h2::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: #3C413C;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #page-recycle #recycle_strengths h2::before {
    width: 260px;
    height: 260px;
  }
}
#page-recycle #recycle_strengths .recycle_strengths_list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  #page-recycle #recycle_strengths .recycle_strengths_list {
    flex-direction: column;
    gap: 30px;
  }
}
#page-recycle #recycle_strengths .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}
#page-recycle #recycle_strengths .item .point {
  width: 80px;
  margin: 0 auto 20px;
  display: block;
}
#page-recycle #recycle_strengths .item h3 {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
}
#page-recycle #recycle_strengths .item p {
  margin-top: 10px;
  text-align: left;
  max-width: 400px;
}
#page-recycle #free_list {
  margin: 250px 0 100px;
}
@media only screen and (max-width: 768px) {
  #page-recycle #free_list {
    margin: 200px auto 50px;
  }
}
#page-recycle #free_list .price_inner {
  max-width: 500px;
  margin: 150px auto;
}
#page-recycle #free_list .price1 {
  position: relative;
}
#page-recycle #free_list .price1 .price_tree1 {
  position: absolute;
  width: 55px;
  height: auto;
  top: -150px;
  right: -170px;
}
#page-recycle #free_list .price2 {
  position: relative;
}
#page-recycle #free_list .price2 .price_tree2 {
  position: absolute;
  width: clamp(100px, 6vw, 125px);
  height: auto;
  top: 50px;
  right: -320px;
}
#page-recycle #free_list .price3 {
  position: relative;
}
#page-recycle #free_list .price3 .price_tree3 {
  position: absolute;
  width: 55px;
  height: auto;
  bottom: -150px;
  left: -240px;
}
#page-recycle #free_list .price_head {
  display: flex;
  justify-content: space-between;
  padding: 20px 80px 20px 30px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
#page-recycle #free_list .price_head p {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
#page-recycle #free_list .price_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid #707070;
}
#page-recycle #free_list .price_item {
  font-size: 1.7rem;
}
#page-recycle #free_list .price_value {
  font-size: 3.6rem;
  font-family: "MFW-PA1GothicStd-Regular";
}
#page-recycle #free_list .price_value span {
  font-size: 1.7rem;
  margin-left: 5px;
}
#page-recycle #free_list .price_note {
  margin: 40px 0;
}
@media only screen and (max-width: 768px) {
  #page-recycle #free_list .price_note {
    margin: 20px 0;
  }
}
#page-recycle #free_list .price_pdf {
  text-align: center;
}
#page-recycle .please_check {
  max-width: 1000px;
  margin: 100px auto;
}
@media only screen and (max-width: 768px) {
  #page-recycle .please_check {
    margin: 50px auto;
  }
}
#page-recycle .please_check .please_check_inner {
  position: relative;
  border: 2px solid #008223;
  border-radius: 60px;
  padding: 60px;
}
@media only screen and (max-width: 768px) {
  #page-recycle .please_check .please_check_inner {
    padding: 40px 20px;
    border-radius: 20px;
  }
}
#page-recycle .please_check .please_check_inner h3 {
  max-width: 400px;
  margin: 0 auto;
}
#page-recycle .please_check .please_check_inner p {
  margin-top: 30px;
  color: #008223;
}
#page-recycle .please_check .please_check_inner p span {
  display: block;
  font-family: "MFW-PA1GothicStd-Medium";
}
#page-recycle .please_check .please_check_inner .please1 {
  position: relative;
}
#page-recycle .please_check .please_check_inner .please_tree1 {
  position: absolute;
  width: clamp(110px, 7vw, 140px);
  height: auto;
  bottom: 20px;
  left: -210px;
}
#page-recycle #delivery {
  margin-top: 250px;
}
@media only screen and (max-width: 768px) {
  #page-recycle #delivery {
    margin-top: 175px;
  }
}
#page-recycle #delivery .green_section_ttl {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #page-recycle #delivery .green_section_ttl {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #page-recycle #delivery .green_section_ttl h2 {
    margin-bottom: 30px;
  }
}
#page-recycle #delivery .delivery_inner {
  max-width: 1000px;
  margin: 0 auto;
}
#page-recycle #delivery .delivery_list {
  display: flex;
  gap: 20px;
  padding: 40px 0 40px 20px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
#page-recycle #delivery .delivery_list:last-child {
  border-top: none;
}
@media only screen and (max-width: 768px) {
  #page-recycle #delivery .delivery_list {
    flex-direction: column;
  }
}
#page-recycle #delivery .delivery_item {
  width: 33.3333333333%;
}
@media only screen and (max-width: 768px) {
  #page-recycle #delivery .delivery_item {
    width: 100%;
  }
}
#page-recycle #delivery .delivery_item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 30px;
  display: block;
}
@media only screen and (max-width: 768px) {
  #page-recycle #delivery .delivery_item img {
    border-radius: 20px;
  }
}
#page-recycle #products_handled {
  margin: 400px 0 100px;
}
@media only screen and (max-width: 768px) {
  #page-recycle #products_handled {
    margin: 250px auto 50px;
  }
}
#page-recycle #products_handled .item1 {
  position: relative;
}
#page-recycle #products_handled .item1 .service_tree1 {
  position: absolute;
  width: clamp(100px, 4vw, 125px);
  height: auto;
  top: 140px;
  left: -160px;
}
@media only screen and (max-width: 768px) {
  #page-recycle #products_handled .item1 .service_tree1 {
    width: 80px;
    left: -130px;
  }
}
#page-recycle #products_handled .item2 {
  position: relative;
}
#page-recycle #products_handled .item2 .service_tree2 {
  position: absolute;
  width: 55px;
  height: auto;
  bottom: -70px;
  left: -120px;
}
@media only screen and (max-width: 768px) {
  #page-recycle #products_handled .item2 .service_tree2 {
    bottom: -100px;
  }
}
#page-recycle #products_handled .item3 {
  position: relative;
}
#page-recycle #products_handled .item3 .service_tree3 {
  position: absolute;
  width: 55px;
  height: auto;
  top: 390px;
  right: -150px;
}
@media only screen and (max-width: 768px) {
  #page-recycle #products_handled .item3 .service_tree3 {
    right: -100px;
  }
}
#page-recycle #products_handled .service_inner {
  margin: 150px auto;
}
#page-recycle #products_handled .service_ttl span {
  font-size: 2rem;
  font-family: "MFW-PA1GothicStd-Regular";
}
#page-recycle #products_handled .service_text {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #707070;
  margin: 0;
  flex-grow: 0;
}
#page-recycle #products_handled .service_item .service_text:first-of-type {
  padding-top: 0;
}
#page-recycle #products_handled .service_item:nth-child(3) .service_text:last-of-type {
  border-bottom: none;
}
#page-recycle #faq {
  margin: 250px 0;
}
@media only screen and (max-width: 768px) {
  #page-recycle #faq {
    margin: 150px 0;
  }
}
#page-recycle #faq .faq_inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px 30px;
  align-items: stretch;
}
#page-recycle #faq .faq_inner .faq_item {
  width: 350px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #page-recycle #faq .faq_inner .faq_item {
    width: 100%;
    max-width: 350px;
  }
}
#page-recycle #faq .faq_inner .faq_item::before {
  content: "";
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  background: url("../img/work/recycle/faq_01.png") no-repeat center/contain;
  z-index: 10;
}
#page-recycle #faq .faq_inner .faq_item_01::before {
  background-image: url("../img/work/recycle/faq_01.png");
}
#page-recycle #faq .faq_inner .faq_item_02::before {
  background-image: url("../img/work/recycle/faq_02.png");
}
#page-recycle #faq .faq_inner .faq_item_03::before {
  background-image: url("../img/work/recycle/faq_03.png");
}
#page-recycle #faq .faq_inner .faq_item_04::before {
  background-image: url("../img/work/recycle/faq_04.png");
}
#page-recycle #faq .faq_inner .faq_item_05::before {
  background-image: url("../img/work/recycle/faq_05.png");
}
#page-recycle #faq .faq_inner .faq_item_inner {
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #008223;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#page-recycle #faq .faq_inner .faq_head {
  background: #008223;
  text-align: center;
  padding: 110px 20px 20px;
  position: relative;
  height: auto;
}
#page-recycle #faq .faq_inner .faq_ttl {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  position: relative;
}
#page-recycle #faq .faq_inner .faq_head::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #008223;
}
#page-recycle #faq .faq_inner .faq_body {
  flex: 1;
  background: #F6F6F0;
  text-align: left;
  padding: 40px 20px;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
#page-recycle #faq .faq_inner .text_center {
  text-align: center;
}
#page-recycle #faq .faq_inner .faq_body p {
  color: #008223;
  font-size: 16px;
  margin: 0;
}
#page-recycle #faq .faq_inner .faq_body p span {
  display: block;
  color: #FC48E7;
  text-align: left;
  margin-top: 10px;
  line-height: 1.5;
}
#page-recycle #schedule {
  margin: 350px 0 100px;
}
@media only screen and (max-width: 768px) {
  #page-recycle #schedule {
    margin: 250px 0 100px;
  }
}
#page-recycle #schedule .green_circle_ttl::before {
  top: 50%;
}
#page-recycle #schedule .schedule_inner {
  display: flex;
  justify-content: center;
  margin: 100px auto;
  background: #fff;
  padding: 20px;
  border-radius: 60px;
}
@media only screen and (max-width: 768px) {
  #page-recycle #schedule .schedule_inner {
    padding: 20px 0;
    border-radius: 30px;
  }
}
#page-recycle #schedule .schedule_inner img {
  display: block;
  max-width: 100%;
  height: auto;
}
#page-recycle .contact {
  background-color: #EFEFE6;
}

#page-tourism .page_top {
  margin-bottom: 200px;
}
#page-tourism .page_top .page_top_ttl {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #page-tourism .page_top .page_top_ttl {
    margin-top: 52px;
    margin-bottom: 75px;
  }
}
#page-tourism .page_top .page_top_ttl_bg {
  font-size: 13rem;
}
@media only screen and (max-width: 768px) {
  #page-tourism .page_top .page_top_ttl_bg {
    font-size: min(22vw, 12rem);
  }
}
@media only screen and (max-width: 768px) {
  #page-tourism .page_top .page_top_ttl_bg {
    font-size: min(20vw, 10rem);
    line-height: 0.7;
  }
}
#page-tourism .page_top .pc_space {
  margin-left: 0.3em;
}
@media only screen and (max-width: 768px) {
  #page-tourism .page_top .pc_space {
    margin-left: 0;
  }
}
#page-tourism .page_top_text {
  position: relative;
  overflow: visible;
}
#page-tourism .page_top_text::before, #page-tourism .page_top_text::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 10;
  width: clamp(110px, 15vw, 200px);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#page-tourism .page_top_text::before {
  background-image: url("../img/work/tourism/circle_img_top01.png");
  bottom: -170px;
  left: 20px;
}
#page-tourism .page_top_text::after {
  background-image: url("../img/work/tourism/circle_img_top02.png");
  top: 30px;
  right: -40px;
}
@media only screen and (max-width: 1024px) {
  #page-tourism .page_top_text::after {
    bottom: -350px;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #page-tourism .page_top_text::after {
    top: 100%;
    right: 10px;
  }
}
#page-tourism #montana {
  margin: 100px 0 0;
}
#page-tourism #montana .montana_inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #page-tourism #montana .montana_inner {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 60px;
  }
}
#page-tourism #montana .montana_inner .montana_content {
  width: 50%;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #page-tourism #montana .montana_inner .montana_content {
    width: 100%;
    padding-right: 15px;
  }
}
#page-tourism #montana .montana_inner .montana_content .montana_ttl {
  font-size: 3.2rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #page-tourism #montana .montana_inner .montana_content .montana_ttl {
    font-size: 2.6rem;
  }
}
#page-tourism #montana .montana_inner .montana_img {
  overflow: hidden;
  border-top-left-radius: 60px;
  width: 50%;
  margin-left: auto;
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  #page-tourism #montana .montana_inner .montana_img {
    margin-top: 30px;
    width: 100%;
    height: 380px;
    margin-left: auto;
    margin-left: 30px;
  }
}
#page-tourism #montana .montana_inner .montana_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}
#page-tourism #montana .montana_list {
  max-width: 800px;
  margin: 0 auto;
  color: #008223;
  position: relative;
  border-top: 1px solid #008223;
}
#page-tourism #montana .montana_row {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #008223;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #page-tourism #montana .montana_row {
    padding: 30px 0;
  }
}
#page-tourism #montana .montana_row dt {
  width: 150px;
  padding: 0 30px;
  flex-shrink: 0;
  text-align-last: justify;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #page-tourism #montana .montana_row dt {
    padding: 0 10px;
    width: 100px;
  }
}
#page-tourism #montana .montana_row dd {
  padding-left: 30px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #page-tourism #montana .montana_row dd {
    padding-left: 10px;
  }
}
#page-tourism #montana .montana_row dd p {
  margin: 0;
  line-height: 1.5;
}
#page-tourism #montana .montana1 {
  position: relative;
}
#page-tourism #montana .montana1 .montana_maru1 {
  position: absolute;
  width: clamp(110px, 15vw, 200px);
  height: auto;
  top: -40px;
  right: -250px;
}
#page-tourism #montana .montana1 .montana_maru2 {
  position: absolute;
  width: clamp(110px, 15vw, 200px);
  height: auto;
  bottom: 90px;
  left: -280px;
}
#page-tourism #montana .montana1 .montana_maru3 {
  position: absolute;
  width: clamp(110px, 15vw, 200px);
  height: auto;
  bottom: 0;
  right: -400px;
}
#page-tourism #montana .montana_insta {
  padding: 100px 3vw;
}
@media only screen and (max-width: 768px) {
  #page-tourism #montana .montana_insta {
    padding: 50px 15px;
  }
}
#page-tourism #montana .insta_inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  #page-tourism #montana .insta_inner {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-bottom: 10px;
  }
}
#page-tourism #montana .insta_item {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  flex: 0 0 70%;
}
@media only screen and (max-width: 768px) {
  #page-tourism #montana .insta_item {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 15px auto;
    border-radius: 20px;
  }
}
#page-tourism #montana .insta_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#page-tourism .forestry_img {
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  #page-tourism .forestry_img {
    margin-bottom: 75px;
  }
}
#page-tourism .forestry_img .img_list {
  display: flex;
  margin: 0;
  padding: 0;
}
#page-tourism .forestry_img .img_list li {
  list-style: none;
  width: 33.3333333333%;
}
#page-tourism .forestry_img .img_list img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  #page-tourism .forestry_img .img_list {
    flex-direction: column;
  }
  #page-tourism .forestry_img .img_list li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #page-tourism .tourism_img {
    margin-bottom: 75px;
  }
}
#page-tourism .tourism_img .img_list {
  display: flex;
  margin: 0;
  padding: 0;
}
#page-tourism .tourism_img .img_list li {
  list-style: none;
  width: 33.3333333333%;
}
#page-tourism .tourism_img .img_list img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  #page-tourism .tourism_img .img_list {
    flex-direction: column;
  }
  #page-tourism .tourism_img .img_list li {
    width: 100%;
  }
}
#page-tourism #tourism_others {
  margin: 150px 0 0;
}
@media only screen and (max-width: 768px) {
  #page-tourism #tourism_others .container_right_none {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #page-tourism #tourism_others .container_left_none {
    padding-left: 15px;
  }
}
#page-tourism #tourism_others .yamada_inner .text_content_ttl {
  font-size: 3.2rem;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #page-tourism #tourism_others .yamada_inner .text_content_ttl {
    text-align: center;
    font-size: 2.4rem;
  }
}
#page-tourism #tourism_others .yamada_inner .text_content_ttl span {
  display: block;
  font-size: 1.7rem;
  margin-bottom: 10px;
  margin-top: 10px;
}
#page-tourism #tourism_others .yamada_inner .others1 {
  text-align: right;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #page-tourism #tourism_others .yamada_inner .others1 {
    text-align: center;
  }
}
#page-tourism #tourism_others .yamada_inner .others1 .others_tree1 {
  position: absolute;
  width: 55px;
  height: auto;
  top: -120px;
  right: 60px;
}
@media only screen and (max-width: 768px) {
  #page-tourism #tourism_others .yamada_inner .others1 .others_tree1 {
    width: 45px;
    top: -100px;
    right: 210px;
  }
}
#page-tourism #tourism_others .yamada_inner .others2 {
  position: relative;
}
#page-tourism #tourism_others .yamada_inner .others2 .others_tree2 {
  position: absolute;
  width: 40px;
  height: auto;
  top: -80px;
  left: 60px;
}
@media only screen and (max-width: 1024px) {
  #page-tourism #tourism_others .yamada_inner .others2 .others_tree2 {
    top: -20px;
    left: 430px;
  }
}
@media only screen and (max-width: 768px) {
  #page-tourism #tourism_others .yamada_inner .others2 .others_tree2 {
    width: 35px;
    top: -50px;
    left: 290px;
  }
}
#page-tourism #tourism_others .link_inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 350px));
  justify-content: center;
  gap: 20px;
  position: relative;
}
#page-tourism #tourism_others .link_inner .others_item {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #page-tourism #tourism_others .link_inner .others_item {
    width: 100%;
  }
}
#page-tourism #tourism_others .link_inner .others_item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  #page-tourism #tourism_others .link_inner .others_item img {
    max-width: 100%;
    height: auto !important;
  }
}
#page-tourism #tourism_others .link_tree1 {
  position: relative;
  width: 55px;
  height: auto;
  bottom: 120px;
  left: -10px;
}
#page-tourism #tourism_others .link_tree2 {
  position: relative;
  width: clamp(100px, 8vw, 160px);
  height: auto;
  top: -300px;
  right: -1010px;
}
@media only screen and (max-width: 768px) {
  #page-tourism #tourism_others .link_tree2 {
    width: 80px;
  }
}
#page-tourism .contact {
  background-color: #EFEFE6;
}

#page-csr #csr_goal {
  margin: 250px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #page-csr #csr_goal {
    margin: 100px 0;
  }
}
#page-csr #csr_goal .csr_goal_ttl {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 20px;
  padding: 0 15px;
}
#page-csr #csr_goal .csr_goal_ttl .sub {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  #page-csr #csr_goal .csr_goal_ttl {
    font-size: 2.6rem;
  }
}
#page-csr #csr_goal .csr_goal_text {
  padding: 0 15px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #page-csr #csr_goal .csr_goal_text {
    font-size: 1.7rem;
  }
}
#page-csr #csr_goal .csr_goal_text .sub {
  font-size: 0.9rem;
}
#page-csr #csr_goal .csr_goal_text span {
  font-size: 4rem;
  font-family: "MFW-PA1GothicStd-Medium";
}
@media only screen and (max-width: 768px) {
  #page-csr #csr_goal .csr_goal_text span {
    font-size: 2.4rem;
  }
}
#page-csr #csr_goal .green_circle_bg {
  padding: 0;
  background: #008223;
  position: relative;
}
#page-csr #csr_goal .green_circle_bg::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 13vh;
  z-index: -1;
  background: url("../img/csr/green_circle_top.png") no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  #page-csr #csr_goal .green_circle_bg::before {
    height: 5vh;
    top: -30px;
  }
}
#page-csr #csr_goal .green_circle_bg::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 13vh;
  z-index: -1;
  background: url("../img/csr/green_circle_bottom.png") no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  #page-csr #csr_goal .green_circle_bg::after {
    height: 5vh;
    bottom: -30px;
  }
}
#page-csr #env_policy {
  margin: 320px auto 0;
  max-width: 1000px;
}
@media only screen and (max-width: 768px) {
  #page-csr #env_policy {
    margin-top: 220px;
  }
}
#page-csr #env_policy .env_policy_text {
  max-width: 1000px;
  margin: 150px auto;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #page-csr #env_policy .env_policy_text {
    margin: 125px auto;
  }
}
#page-csr #env_policy .env_policy_text span {
  display: block;
  margin-top: 20px;
  text-align: right;
}
#page-csr #status_goals {
  max-width: 1000px;
  margin: 100px auto;
}
#page-csr #status_goals .co2_graph_1 .co2_inner {
  display: flex;
  justify-content: center;
  gap: 80px;
  position: relative;
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_1 .co2_inner {
    flex-direction: column;
    gap: 100px;
    margin-top: 100px;
  }
}
#page-csr #status_goals .co2_graph_1 .co2_inner::before {
  content: "+";
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  color: #008223;
  font-family: "MFW-PA1GothicStd-Medium";
}
#page-csr #status_goals .co2_graph_1 .co2_inner::after {
  content: "▼";
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  color: #008223;
}
#page-csr #status_goals .co2_graph_1 .co2_box {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}
#page-csr #status_goals .co2_graph_1 .co2_ttl {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 20px;
  font-family: "MFW-PA1GothicStd-Medium";
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_1 .co2_ttl {
    font-size: 2.6rem;
  }
}
#page-csr #status_goals .co2_graph_1 .co2_ttl span {
  font-family: "MFW-PA1GothicStd-Regular";
  display: block;
  font-size: 1.7rem;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_1 .co2_ttl span {
    font-size: 1.5rem;
  }
}
#page-csr #status_goals .co2_graph_1 .co2_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #707070;
}
#page-csr #status_goals .co2_graph_1 .co2_table th,
#page-csr #status_goals .co2_graph_1 .co2_table td {
  border-bottom: 1px solid #707070;
  padding: 30px 10px;
  text-align: center;
  font-weight: normal;
}
#page-csr #status_goals .co2_graph_1 .co2_table th:first-child,
#page-csr #status_goals .co2_graph_1 .co2_table td:first-child {
  background: #C5DFC7;
  width: 40%;
  font-size: 2rem;
}
#page-csr #status_goals .co2_graph_1 .co2_table .empty td {
  color: transparent;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_1 .co2_table .empty td {
    display: none;
  }
}
#page-csr #status_goals .co2_graph_1 td:last-child {
  font-size: 3.2rem;
}
#page-csr #status_goals .co2_graph_1 .co2_total {
  margin: 100px auto 0;
  border: 2px solid #008223;
  border-radius: 30px;
  padding: 20px;
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_1 .co2_total {
    font-size: 2rem;
  }
}
#page-csr #status_goals .co2_graph_1 .co2_total span {
  color: #008223;
  font-size: 4rem;
  font-family: "MFW-PA1GothicStd-Medium";
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_1 .co2_total span {
    font-size: 3.2rem;
  }
}
#page-csr #status_goals .co2_graph_1 .status1 {
  position: relative;
}
#page-csr #status_goals .co2_graph_1 .status_tree1 {
  position: absolute;
  width: clamp(100px, 6vw, 125px);
  height: auto;
  top: 120px;
  right: -260px;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_1 .status_tree1 {
    display: none;
  }
}
#page-csr #status_goals .co2_graph_2 {
  width: 100%;
  margin: 80px auto;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_2 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
}
#page-csr #status_goals .co2_graph_2 .co2_graph_inner {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_2 .co2_graph_inner {
    min-width: 520px;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
#page-csr #status_goals .co2_graph_2 .co2_graph_inner img {
  width: 100%;
  height: auto;
  display: block;
}
#page-csr #status_goals .co2_graph_2::-webkit-scrollbar {
  height: 6px;
}
#page-csr #status_goals .co2_graph_2::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}
#page-csr #status_goals .co2_graph_2::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}
#page-csr #status_goals .status2 {
  position: relative;
}
#page-csr #status_goals .status2 .status_tree2 {
  position: absolute;
  width: 55px;
  height: auto;
  top: 120px;
  left: -240px;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .status2 .status_tree2 {
    display: none;
  }
}
#page-csr #status_goals .co2_graph_3 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_3 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_3 .co2_graph_inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
}
#page-csr #status_goals .co2_graph_3 .co2_graph_inner::-webkit-scrollbar {
  height: 6px;
}
#page-csr #status_goals .co2_graph_3 .co2_graph_inner::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}
#page-csr #status_goals .co2_graph_3 .co2_graph_inner::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}
#page-csr #status_goals .co2_graph_3 .co2_table_3 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #707070;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_3 .co2_table_3 {
    min-width: 700px;
  }
}
#page-csr #status_goals .co2_graph_3 .co2_table_3 th,
#page-csr #status_goals .co2_graph_3 .co2_table_3 td {
  border-bottom: 1px solid #707070;
  padding: 30px 10px;
  text-align: center;
  font-weight: normal;
}
#page-csr #status_goals .co2_graph_3 .co2_table_3 th:nth-child(odd),
#page-csr #status_goals .co2_graph_3 .co2_table_3 td:nth-child(odd) {
  background: #C5DFC7;
}
#page-csr #status_goals .co2_graph_3 .co2_table_3 th {
  font-size: 2rem;
}
#page-csr #status_goals .co2_graph_4 {
  margin-bottom: 80px;
}
#page-csr #status_goals .co2_graph_4 h3 {
  font-size: 2.6rem;
  font-family: "MFW-PA1GothicStd-Medium";
  background-color: #fff;
  border-radius: 99px;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_4 h3 {
    font-size: 2rem;
  }
}
#page-csr #status_goals .co2_graph_4 .co2_graph_inner {
  display: grid;
  grid-template-columns: 4.8fr 5.2fr;
  gap: 20px;
}
#page-csr #status_goals .co2_graph_4 .co2_graph_inner img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_4 .co2_graph_inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #page-csr #status_goals .co2_graph_4 .co2_graph_inner img:nth-child(1) {
    width: 90%;
  }
  #page-csr #status_goals .co2_graph_4 .co2_graph_inner img:nth-child(2) {
    width: 100%;
  }
}
#page-csr #status_goals .co2_graph_5 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_5 {
    margin-bottom: 50px;
  }
}
#page-csr #status_goals .co2_graph_5 h3 {
  font-size: 2.6rem;
  font-family: "MFW-PA1GothicStd-Medium";
  background-color: #fff;
  border-radius: 99px;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_5 h3 {
    font-size: 2rem;
  }
}
#page-csr #status_goals .co2_graph_5 h3 span {
  font-size: 2rem;
  font-family: "MFW-PA1GothicStd-Regular";
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_5 h3 span {
    font-size: 1.7rem;
  }
}
#page-csr #status_goals .co2_graph_5 .co2_graph_inner {
  display: flex;
  justify-content: center;
  gap: 80px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_5 .co2_graph_inner {
    flex-direction: column;
    gap: 60px;
  }
}
#page-csr #status_goals .co2_graph_5 .co2_box {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  position: relative;
}
#page-csr #status_goals .co2_graph_5 .co2_box::after {
  content: "▼";
  position: absolute;
  bottom: 115px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  color: #008223;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_5 .co2_box::after {
    bottom: 90px;
  }
}
#page-csr #status_goals .co2_graph_5 .co2_ttl {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 20px;
  font-family: "MFW-PA1GothicStd-Medium";
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_5 .co2_ttl {
    font-size: 2.6rem;
  }
}
#page-csr #status_goals .co2_graph_5 .co2_ttl span {
  font-family: "MFW-PA1GothicStd-Regular";
  display: block;
  font-size: 1.7rem;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_5 .co2_ttl span {
    font-size: 1.5rem;
  }
}
#page-csr #status_goals .co2_graph_5 .co2_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #707070;
}
#page-csr #status_goals .co2_graph_5 .co2_table th,
#page-csr #status_goals .co2_graph_5 .co2_table td {
  border-bottom: 1px solid #707070;
  padding: 30px 10px;
  text-align: center;
  font-weight: normal;
  font-size: 2rem;
}
#page-csr #status_goals .co2_graph_5 .co2_table th:first-child,
#page-csr #status_goals .co2_graph_5 .co2_table td:first-child {
  background: #C5DFC7;
  width: 40%;
}
#page-csr #status_goals .co2_graph_5 .co2_total {
  margin: 100px auto 0;
  border: 2px solid #008223;
  border-radius: 30px;
  padding: 20px;
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_5 .co2_total {
    font-size: 2rem;
    margin: 80px auto 0;
  }
}
#page-csr #status_goals .co2_graph_5 .co2_total span {
  color: #008223;
  font-size: 4rem;
  font-family: "MFW-PA1GothicStd-Medium";
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_5 .co2_total span {
    font-size: 3.2rem;
  }
}
#page-csr #status_goals .co2_graph_5 .status3 {
  position: relative;
}
#page-csr #status_goals .co2_graph_5 .status3 .status_tree3 {
  position: absolute;
  width: 55px;
  height: auto;
  top: -120px;
  right: -160px;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_5 .status3 .status_tree3 {
    display: none;
  }
}
#page-csr #status_goals .co2_graph_all {
  font-size: 4rem;
  font-family: "MFW-PA1GothicStd-Medium";
  color: #008223;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #page-csr #status_goals .co2_graph_all {
    font-size: 3.2rem;
  }
}
#page-csr #sbt {
  margin: 200px auto;
  max-width: 1000px;
}
#page-csr #sbt .sbt_inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  align-items: center;
  margin: 120px 0 50px;
}
@media only screen and (max-width: 768px) {
  #page-csr #sbt .sbt_inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#page-csr #sbt .sbt_inner .sbt_img {
  max-width: 300px;
  margin: 0 auto;
}
#page-csr #sbt .sbt_inner .sbt_img img {
  width: 100%;
  height: auto;
  display: block;
}
#page-csr #sbt .sbt_box {
  padding: 30px 100px;
  border: 1px solid #3C413C;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  #page-csr #sbt .sbt_box {
    padding: 20px;
    border-radius: 20px;
  }
}
#page-csr #sbt .sbt_box h3 {
  font-size: 2.6rem;
  font-family: "MFW-PA1GothicStd-Medium";
  text-align: center;
  margin-bottom: 10px;
}
#page-csr #sbt .sbt_box h3 span {
  font-size: 1.7rem;
  font-family: "MFW-PA1GothicStd-Regular";
}
#page-csr #iso {
  margin: 200px auto;
  max-width: 1000px;
}
#page-csr #iso .green_circle_ttl small {
  font-size: 1.7rem;
  font-family: "MFW-PA1GothicStd-Regular";
}
@media only screen and (max-width: 768px) {
  #page-csr #iso .green_circle_ttl small {
    font-size: 1.5rem;
  }
}
#page-csr #iso .iso_inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  align-items: center;
  margin: 120px 0 50px;
}
@media only screen and (max-width: 768px) {
  #page-csr #iso .iso_inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#page-csr #iso .iso_inner .iso_img {
  max-width: 300px;
  margin: 0 auto;
}
#page-csr #iso .iso_inner .iso_img img {
  width: 100%;
  height: auto;
  display: block;
}
#page-csr #iso .iso_box .iso_row {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #707070;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #page-csr #iso .iso_box .iso_row {
    padding: 30px 0;
  }
}
#page-csr #iso .iso_box .iso_row:first-child {
  border-top: 1px solid #707070;
}
#page-csr #iso .iso_box .iso_row dt {
  width: 162px;
  padding: 0 30px;
  flex-shrink: 0;
  text-align-last: justify;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #page-csr #iso .iso_box .iso_row dt {
    padding: 0 10px;
    width: 110px;
  }
}
#page-csr #iso .iso_box .iso_row dd {
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  #page-csr #iso .iso_box .iso_row dd {
    padding-left: 10px;
  }
}
#page-csr #iso .iso_box .iso_row dd p {
  margin: 0;
  line-height: 1.5;
}
#page-csr #sdgs .sdgs_text {
  font-size: 2.6rem;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #page-csr #sdgs .sdgs_text {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #page-csr #sdgs .container_right_none {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #page-csr #sdgs .container_left_none {
    padding-left: 15px;
  }
}
#page-csr #sdgs .sdgs_icon_waper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #page-csr #sdgs .sdgs_icon_waper {
    justify-content: center;
  }
}
#page-csr #sdgs .sdgs_icon_waper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  #page-csr #sdgs .sdgs_icon_waper img {
    width: 50px;
    height: 50px;
  }
}
#page-csr #sdgs .reverse .sdgs_icon_waper {
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  #page-csr #sdgs .reverse .sdgs_icon_waper {
    justify-content: center;
  }
}
#page-csr #sdgs .sdgs1 {
  position: relative;
}
#page-csr #sdgs .sdgs1 .sdgs_tree1 {
  position: absolute;
  width: clamp(55px, 4vw, 80px);
  height: auto;
  top: -110px;
  right: 260px;
}
@media only screen and (max-width: 1024px) {
  #page-csr #sdgs .sdgs1 .sdgs_tree1 {
    top: -50px;
    right: 480px;
  }
}
#page-csr #volunteer {
  margin: 200px auto 100px;
}
#page-csr #volunteer .green_circle_ttl::before {
  top: 50%;
}
#page-csr #volunteer .volunteer_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  #page-csr #volunteer .volunteer_inner {
    grid-template-columns: 1fr;
  }
}
#page-csr #volunteer .volunteer_item {
  text-align: center;
}
#page-csr #volunteer .volunteer_item .volunteer_img {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  border-radius: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #page-csr #volunteer .volunteer_item .volunteer_img {
    max-width: 400px;
    border-radius: 80px;
  }
}
#page-csr #volunteer .volunteer_item .volunteer_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-csr #volunteer .volunteer_item .volunteer_ttl {
  font-size: 3.2rem;
  font-family: "MFW-PA1GothicStd-Medium";
  margin-bottom: 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #page-csr #volunteer .volunteer_item .volunteer_ttl {
    font-size: 2.6rem;
  }
}
#page-csr #volunteer .volunteer_item .volunteer_txt {
  text-align: left;
}
#page-csr .contact {
  background-color: #EFEFE6;
}

#page-contact .contact1 {
  position: relative;
}
#page-contact .contact1 .contact_tree1 {
  position: absolute;
  width: 55px;
  height: auto;
  top: -50px;
  right: -160px;
}
#page-contact .contact2 {
  position: relative;
}
#page-contact .contact2 .contact_tree2 {
  position: absolute;
  width: 55px;
  height: auto;
  top: -50px;
  left: -150px;
}
#page-contact .contact3 {
  position: relative;
}
#page-contact .contact3 .contact_tree3 {
  position: absolute;
  width: 70px;
  height: auto;
  top: -20px;
  right: -140px;
}
#page-contact .contact_form_telbox {
  background: #3C413C;
  border-radius: 30px;
  padding: 17px 50px 20px 50px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_form_telbox {
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 50px;
  }
}
#page-contact .contact_form_telbox_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_form_telbox_inner {
    flex-direction: column;
    gap: 15px;
  }
}
#page-contact .contact_form_item {
  display: flex;
  align-items: center;
  gap: 10px;
}
#page-contact .contact_form_icon img {
  width: 70px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_form_icon img {
    width: 50px;
  }
}
#page-contact .label {
  background: #fff;
  color: #3C413C;
  font-size: 1.8rem;
  padding: 5px 20px;
  border-radius: 999px;
}
@media only screen and (max-width: 768px) {
  #page-contact .label {
    font-size: 1.6rem;
  }
}
#page-contact .number {
  color: #fff;
  font-size: 4rem;
  font-family: "MFW-PA1GothicStd-Medium";
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #page-contact .number {
    font-size: 3rem;
  }
}
#page-contact .contact_form {
  margin: 50px 0 0;
}
#page-contact .contact_form .green_note {
  color: #008223;
}
#page-contact .contact_form .privacy_link {
  margin-top: 50px;
  text-align: center;
}
#page-contact .contact_form .privacy_link a {
  text-decoration: underline;
}
#page-contact .contact_form .privacy_link a:hover {
  color: #008223;
}
#page-contact .contact_form .form_item {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_form .form_item {
    margin-bottom: 30px;
  }
}
#page-contact .contact_form .form_item input:not([type=file]),
#page-contact .contact_form .form_item textarea {
  width: 100%;
  padding: 30px 20px;
  border-radius: 20px;
  border: none;
  background: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_form .form_item input:not([type=file]),
  #page-contact .contact_form .form_item textarea {
    padding: 15px 10px;
    border-radius: 10px;
  }
}
#page-contact .contact_form .form_item textarea {
  height: 180px;
}
#page-contact .contact_form .form_item .form_label {
  margin-bottom: 8px;
  display: block;
}
#page-contact .contact_form .form_item .required {
  color: #008223;
  font-size: 1.2rem;
  vertical-align: top;
}
#page-contact .contact_form .form_item .wpcf7-list-item {
  margin: 0;
}
#page-contact .contact_form .form_item .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
}
#page-contact .contact_form .form_item input[type=file] {
  background: none;
  padding: 0;
}
#page-contact .contact_form .form_item_sm input {
  max-width: 600px;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_form .form_item_sm input {
    width: 100%;
  }
}
#page-contact .contact_form .file_upload {
  padding-top: 20px;
}
#page-contact .contact_form .file_note {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 20px 10px;
}
#page-contact .contact_form .file_label {
  color: #008223;
  margin-bottom: 10px;
  margin-top: 10px;
}
#page-contact .contact_form .file_info {
  color: #3C413C;
  font-weight: normal;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_form .file_info {
    margin-left: 0;
    display: block;
  }
}
#page-contact .contact_form .file_input input[type=file] {
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_form .file_input input[type=file] {
    font-size: 1.5rem;
  }
}
#page-contact .contact_form input[type=file]::file-selector-button {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
}
#page-contact .contact_form input[type=file]::file-selector-button:hover {
  opacity: 0.8;
}
#page-contact .contact_form .inquiry_wrap {
  background: #fff;
  border-radius: 20px;
  padding: 20px 40px;
}
#page-contact .contact_form .inquiry_wrap .wpcf7-checkbox {
  display: flex !important;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_form .inquiry_wrap .wpcf7-checkbox {
    flex-direction: column;
    gap: 10px;
  }
}
#page-contact .contact_form .inquiry_wrap .wpcf7-list-item {
  margin: 0;
  width: calc(25% - 30px);
}
@media only screen and (max-width: 1024px) {
  #page-contact .contact_form .inquiry_wrap .wpcf7-list-item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_form .inquiry_wrap .wpcf7-list-item {
    width: 100%;
  }
}
#page-contact .contact_form .inquiry_wrap .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
}
#page-contact .contact_form .inquiry_wrap input[type=checkbox] {
  width: 16px;
  height: 16px;
}
#page-contact .contact_form .all_btn_waper {
  text-align: center;
}
#page-contact .contact_form .all_btn {
  border-radius: 99px;
  margin: 30px auto 30px;
  display: inline-block;
  border: 1px solid #008223;
  background: #008223;
  padding: 0;
  width: auto;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_form .all_btn {
    width: 100%;
  }
}
#page-contact .contact_form .all_btn:hover {
  background: #F6F6F0;
}
#page-contact .contact_form .all_btn:hover .all_btn_arrow {
  background: #008223;
}
#page-contact .contact_form .all_btn:hover .all_btn_arrow::after {
  background: #fff;
}
#page-contact .contact_form .all_btn:hover .all_btn_text {
  color: #008223;
}
#page-contact .contact_form .all_btn .all_btn_arrow {
  background: #F6F6F0;
}
#page-contact .contact_form .all_btn .all_btn_arrow::after {
  background: #008223;
}
#page-contact .contact_form .all_btn .all_btn_text {
  color: #fff;
}
#page-contact .contact_form .all_btn p {
  line-height: 1;
  text-align: center;
}
#page-contact .contact_form .all_btn .all_btn_link {
  background: none;
  padding: 15px 20px;
  width: 350px;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_form .all_btn .all_btn_link {
    width: 100%;
  }
}
#page-contact .wpcf7 form .wpcf7-response-output {
  background: #fff;
  border-color: #fff;
  border-radius: 999px;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px;
  width: 100%;
}

#page-recruit .kv_recruit {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#page-recruit .kv_recruit .recruit_kv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50vh 50vh;
  width: 100%;
  height: 100vh;
  margin-top: 50px;
}
#page-recruit .kv_recruit .recruit_kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#page-recruit .kv_recruit .recruit_kv img:nth-child(1),
#page-recruit .kv_recruit .recruit_kv img:nth-child(3) {
  object-position: 40% center;
}
#page-recruit .kv_recruit .recruit_kv img:nth-child(2),
#page-recruit .kv_recruit .recruit_kv img:nth-child(4) {
  object-position: 60% center;
}
#page-recruit .kv_recruit .kv_video {
  position: absolute;
  top: calc(50% + 25px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  pointer-events: none;
  max-width: 700px;
  clip-path: circle(47% at 50% 50%);
}
@media only screen and (max-width: 768px) {
  #page-recruit .kv_recruit .kv_video {
    width: 90%;
    max-width: 480px;
  }
}
#page-recruit #point_list {
  padding: 100px 0 200px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #page-recruit #point_list {
    padding-bottom: 400px;
  }
}
#page-recruit #point_list::after {
  content: "";
  position: absolute;
  background-image: url("../img/recruit/point_staff01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: -8%;
  bottom: -8px;
  width: auto;
  height: 95%;
  aspect-ratio: 7/10;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  #page-recruit #point_list::after {
    left: -18%;
  }
}
@media only screen and (max-width: 768px) {
  #page-recruit #point_list::after {
    left: auto;
    right: 50%;
    bottom: -10px;
    transform: translateX(10%);
    height: 20%;
  }
}
#page-recruit #point_list::before {
  content: "";
  position: absolute;
  background-image: url("../img/recruit/point_staff02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: -8%;
  bottom: -10px;
  width: auto;
  height: 95%;
  aspect-ratio: 7/10;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  #page-recruit #point_list::before {
    right: -18%;
  }
}
@media only screen and (max-width: 768px) {
  #page-recruit #point_list::before {
    left: 50%;
    right: auto;
    bottom: -10px;
    transform: translateX(-15%);
    height: 20%;
  }
}
#page-recruit #point_list h2 {
  font-size: 3.2rem;
  font-family: "MFW-PA1GothicStd-Medium";
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  #page-recruit #point_list h2 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #page-recruit #point_list h2 {
    max-width: 100%;
  }
}
#page-recruit #point_list .point_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  #page-recruit #point_list .point_list {
    flex-direction: column;
  }
}
#page-recruit #point_list .point_item {
  max-width: 350px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#page-recruit #point_list .point_item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#page-recruit #point_list .point_cross {
  width: 150px;
  height: 150px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #page-recruit #point_list .point_cross {
    width: 50px;
    height: 50px;
  }
}
#page-recruit #point_list .point_cross::after, #page-recruit #point_list .point_cross::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #707070;
}
#page-recruit #point_list .point_cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#page-recruit #point_list .point_cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#page-recruit .recruit_page_img {
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  #page-recruit .recruit_page_img {
    margin-bottom: 75px;
  }
}
#page-recruit .recruit_page_img .img_list {
  display: flex;
  margin: 0;
  padding: 0;
}
#page-recruit .recruit_page_img .img_list li {
  list-style: none;
  width: 33.3333333333%;
}
#page-recruit .recruit_page_img .img_list img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  #page-recruit .recruit_page_img .img_list {
    flex-direction: column;
  }
  #page-recruit .recruit_page_img .img_list li {
    width: 100%;
  }
}
#page-recruit #yamada_forestry {
  background-image: url("../img/recruit/forest_bg.png");
  background-size: 100vw auto;
  background-position: center calc(100% + 2px);
  background-repeat: no-repeat;
  padding-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  #page-recruit #yamada_forestry {
    padding-bottom: 100px;
  }
}
#page-recruit #yamada_forestry h2 {
  text-align: center;
  color: #008223;
  font-size: 3.2rem;
  font-family: "MFW-PA1GothicStd-Medium";
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #page-recruit #yamada_forestry h2 {
    font-size: 2.8rem;
    margin-bottom: 160px;
  }
}
#page-recruit #yamada_forestry h2 span {
  font-size: 1.7rem;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #page-recruit #yamada_forestry h2 span {
    font-size: 1.5rem;
  }
}
#page-recruit #yamada_forestry h2::after {
  content: "";
  position: absolute;
  background-image: url("../img/recruit/female_staff.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 18%;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: auto;
  aspect-ratio: 1/3;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  #page-recruit #yamada_forestry h2::after {
    right: 5%;
  }
}
@media only screen and (max-width: 768px) {
  #page-recruit #yamada_forestry h2::after {
    left: 50%;
    transform: translateX(-50%);
    top: 85%;
    width: 90px;
    z-index: -1;
  }
}
#page-recruit #yamada_forestry .stats {
  background: #fff;
  border-radius: 30px;
  padding: 60px 100px;
}
@media only screen and (max-width: 768px) {
  #page-recruit #yamada_forestry .stats {
    padding: 40px 20px;
    border-radius: 20px;
  }
}
#page-recruit #yamada_forestry .stats .stats_box {
  text-align: center;
  padding: 10px 20px 20px;
}
@media only screen and (max-width: 768px) {
  #page-recruit #yamada_forestry .stats .stats_box {
    padding: 20px 0 30px;
  }
}
#page-recruit #yamada_forestry .stats .stats_box img {
  display: block;
  margin: 0 auto;
  max-height: 220px;
  width: auto;
  height: auto;
}
#page-recruit #yamada_forestry .stats .large img {
  max-height: 100%;
  margin-right: -30px;
}
#page-recruit #yamada_forestry .stats .stats_title {
  display: inline-block;
  background: #008223;
  color: #fff;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 1.7rem;
  margin-bottom: 50px;
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #page-recruit #yamada_forestry .stats .stats_title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
#page-recruit #yamada_forestry .stats .stats_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 20px;
  border-bottom: 1px solid #008223;
}
@media only screen and (max-width: 768px) {
  #page-recruit #yamada_forestry .stats .stats_top {
    grid-template-columns: 1fr;
  }
}
#page-recruit #yamada_forestry .stats .stats_top .stats_box:nth-child(1) {
  border-right: 1px solid #008223;
}
@media only screen and (max-width: 768px) {
  #page-recruit #yamada_forestry .stats .stats_top .stats_box:nth-child(1) {
    border-right: none;
  }
}
#page-recruit #yamada_forestry .stats .stats_middle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #008223;
}
@media only screen and (max-width: 768px) {
  #page-recruit #yamada_forestry .stats .stats_middle {
    grid-template-columns: 1fr;
  }
}
#page-recruit #yamada_forestry .stats .stats_bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  #page-recruit #yamada_forestry .stats .stats_bottom {
    grid-template-columns: 1fr;
  }
}
#page-recruit #yamada_forestry .stats .stats_bottom .stats_box:nth-child(1) {
  border-right: 1px solid #008223;
}
@media only screen and (max-width: 768px) {
  #page-recruit #yamada_forestry .stats .stats_bottom .stats_box:nth-child(1) {
    border-right: none;
  }
}
#page-recruit #yamada_forestry .stats .stats_bottom .stats_box:nth-child(2) {
  border-right: 1px solid #008223;
}
@media only screen and (max-width: 768px) {
  #page-recruit #yamada_forestry .stats .stats_bottom .stats_box:nth-child(2) {
    border-right: none;
  }
}
#page-recruit #yamada_forestry .stats .stats_others_wrap {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  #page-recruit #yamada_forestry .stats .stats_others_wrap {
    flex-direction: column;
    gap: 0;
  }
}
#page-recruit #yamada_forestry .stats .stats_others_wrap .stats_others {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 70%;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #page-recruit #yamada_forestry .stats .stats_others_wrap .stats_others {
    width: 100%;
  }
}
#page-recruit #yamada_forestry .stats .stats_others_wrap .stats_others .info_title {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
#page-recruit #yamada_forestry .stats .stats_others_wrap .stats_others .info_title::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #008223;
  font-size: 1.2em;
  margin-top: -4px;
}
#page-recruit #yamada_forestry .stats .stats_others_wrap .stats_others .info_text {
  padding-left: 30px;
}
#page-recruit #yamada_forestry .stats .stats_others_wrap .stats_others .info_text a {
  text-decoration: underline;
}
#page-recruit #yamada_forestry .stats .stats_others_wrap .stats_img {
  width: 50%;
}
#page-recruit #yamada_forestry .stats .stats_others_wrap .stats_img img {
  width: 100%;
  height: auto;
  display: block;
}
#page-recruit #manager-greeting {
  margin-bottom: 300px;
  margin-top: 250px;
}
@media only screen and (max-width: 768px) {
  #page-recruit #manager-greeting {
    margin-bottom: 200px;
    margin-top: 200px;
  }
}
#page-recruit #manager-greeting .greeting_content h2 {
  color: #008223;
}
#page-recruit #manager-greeting .greeting_content span {
  color: #008223;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #page-recruit #staff_interview .container_right_none {
    padding-left: 0;
  }
}
#page-recruit #staff_interview #top_interview_01,
#page-recruit #staff_interview #top_interview_03,
#page-recruit #staff_interview #top_interview_05 {
  scroll-margin-top: 180px;
}
#page-recruit #staff_interview .yamada_inner {
  position: relative;
}
#page-recruit #staff_interview .yamada_inner .mark {
  position: absolute;
  top: 0;
  left: 140px;
  max-width: 300px;
  width: 25%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  #page-recruit #staff_interview .yamada_inner .mark {
    top: -15%;
  }
}
@media only screen and (max-width: 768px) {
  #page-recruit #staff_interview .yamada_inner .mark {
    display: none;
  }
}
#page-recruit #staff_interview .yamada_inner .mark_02 {
  left: 200px;
}
#page-recruit #staff_interview .yamada_inner .mark_03 {
  left: 200px;
  top: 10%;
}
@media only screen and (max-width: 1024px) {
  #page-recruit #staff_interview .yamada_inner .mark_03 {
    top: -13%;
  }
}
#page-recruit #staff_interview .yamada_inner .mark_04 {
  left: 160px;
  width: 15%;
}
#page-recruit #staff_interview .yamada_inner .mark_05 {
  left: -150px;
  width: 13%;
  top: 60px;
}
#page-recruit #staff_interview .yamada_inner .text_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 450px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #page-recruit #staff_interview .yamada_inner .text_content {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #page-recruit #staff_interview .yamada_inner .img_content {
    width: 100%;
    border-radius: 0;
  }
}
#page-recruit #staff_interview .page_top_ttl {
  color: #008223;
}
#page-recruit #staff_interview .page_top_ttl .voice_only {
  font-size: 1.7rem;
  display: block;
}
#page-recruit #staff_interview .interview_head {
  background: linear-gradient(to bottom, transparent 0%, transparent 30%, #fff 30%, #fff 100%);
}
@media only screen and (max-width: 768px) {
  #page-recruit #staff_interview .interview_head {
    background: #fff;
  }
}
#page-recruit #staff_interview .interview_head .interview_ttl {
  margin-bottom: 10px;
}
#page-recruit #staff_interview .interview_head .interview_text {
  text-align: left;
}
#page-recruit #staff_interview .accordion_btn {
  position: relative;
  width: 60px;
  height: 60px;
  background: #9D9F9D;
  cursor: pointer;
  margin-bottom: 25px;
}
#page-recruit #staff_interview .accordion_btn::before, #page-recruit #staff_interview .accordion_btn::after {
  content: "";
  position: absolute;
  background: #fff;
  transition: 0.3s;
}
#page-recruit #staff_interview .accordion_btn::before {
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-recruit #staff_interview .accordion_btn::after {
  width: 2px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.2s;
}
#page-recruit #staff_interview .interview_box.open .accordion_btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
#page-recruit #staff_interview .recruit_interview_body {
  display: none;
  padding-bottom: 50px;
}
#page-recruit #staff_interview .interview_box.open .recruit_interview_body {
  display: block;
}
#page-recruit #staff_interview .recruit_interview_item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #page-recruit #staff_interview .recruit_interview_item {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
#page-recruit #staff_interview .recruit_interview_item:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  #page-recruit #staff_interview .recruit_interview_item:nth-child(even) {
    flex-direction: column;
  }
  #page-recruit #staff_interview .recruit_interview_item:nth-child(even) .interview_item_text {
    margin-right: 0;
  }
}
#page-recruit #staff_interview .recruit_interview_item:nth-child(even) .interview_item_text {
  margin-left: 0;
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  #page-recruit #staff_interview .recruit_interview_item:nth-child(even) .interview_item_text {
    margin-right: 0;
  }
}
#page-recruit #staff_interview .recruit_interview_item .interview_item_img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #page-recruit #staff_interview .recruit_interview_item .interview_item_img {
    width: 90%;
    margin-bottom: 30px;
  }
}
#page-recruit #staff_interview .recruit_interview_item .interview_item_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}
#page-recruit #staff_interview .recruit_interview_item .interview_item_text {
  width: 50%;
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  #page-recruit #staff_interview .recruit_interview_item .interview_item_text {
    margin-left: 0;
    width: 100%;
  }
}
#page-recruit #staff_interview .recruit_interview_item .interview_item_text h4 {
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #page-recruit #staff_interview .recruit_interview_item .interview_item_text h4 {
    margin-bottom: 10px;
  }
}
#page-recruit #staff_interview .recruit_interview_item .interview_item_text h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 13px;
  background: #008223;
  border-radius: 0 10px 10px 0;
}
#page-recruit #staff_interview .interview1 {
  position: relative;
}
#page-recruit #staff_interview .interview1 .interview_tree1 {
  position: absolute;
  width: clamp(100px, 8vw, 160px);
  height: auto;
  bottom: -100px;
  right: -190px;
}
#page-recruit #staff_interview .interview2 {
  position: relative;
}
#page-recruit #staff_interview .interview2 .interview_tree2 {
  position: absolute;
  width: 55px;
  height: auto;
  top: -260px;
  left: -190px;
}
#page-recruit #staff_interview .interview3 {
  position: relative;
}
#page-recruit #staff_interview .interview3 .interview_tree3 {
  position: absolute;
  width: 40px;
  height: auto;
  bottom: -140px;
  right: -90px;
}
#page-recruit #staff_interview .interview4 {
  position: relative;
}
#page-recruit #staff_interview .interview4 .interview_tree4 {
  position: absolute;
  width: clamp(100px, 8vw, 160px);
  height: auto;
  bottom: -40px;
  left: -230px;
}
#page-recruit #staff_interview .interview5 {
  position: relative;
}
#page-recruit #staff_interview .interview5 .interview_tree5 {
  position: absolute;
  width: 55px;
  height: auto;
  top: -80px;
  right: -170px;
}
#page-recruit #staff_interview .interview6 {
  position: relative;
}
#page-recruit #staff_interview .interview6 .interview_tree6 {
  position: absolute;
  width: 80px;
  height: auto;
  bottom: -120px;
  left: -80px;
}
#page-recruit #staff_interview .interview7 {
  position: relative;
}
#page-recruit #staff_interview .interview7 .interview_tree7 {
  position: absolute;
  width: 75px;
  height: auto;
  top: -80px;
  right: -170px;
}
#page-recruit #staff_interview .interview8 {
  position: relative;
}
#page-recruit #staff_interview .interview8 .interview_tree8 {
  position: absolute;
  width: 70px;
  height: auto;
  bottom: -170px;
  left: -50px;
}
#page-recruit #recruitment {
  margin: 200px 0 250px;
}
@media only screen and (max-width: 768px) {
  #page-recruit #recruitment {
    margin: 200px 0;
  }
}
#page-recruit #recruitment .recruitment1 {
  position: relative;
}
#page-recruit #recruitment .recruitment1 .recruitment_tree1 {
  position: absolute;
  width: 55px;
  height: auto;
  bottom: 320px;
  left: -180px;
}
#page-recruit #recruitment .recruitment_box {
  width: 100%;
  max-width: 1200px;
  margin: 150px auto 0;
}
#page-recruit #recruitment .recruitment_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #707070;
}
@media only screen and (max-width: 768px) {
  #page-recruit #recruitment .recruitment_table {
    display: block;
    width: 100%;
  }
}
#page-recruit #recruitment .recruitment_table th,
#page-recruit #recruitment .recruitment_table td {
  border-bottom: 1px solid #707070;
  padding: 30px 10px;
  text-align: left;
  font-weight: normal;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #page-recruit #recruitment .recruitment_table th,
  #page-recruit #recruitment .recruitment_table td {
    display: block;
    width: 100%;
    padding: 15px 10px;
  }
}
#page-recruit #recruitment .recruitment_table th {
  background: #C5DFC7;
  width: 20%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #page-recruit #recruitment .recruitment_table th {
    width: 100%;
  }
}
#page-recruit #recruitment .recruitment_table td {
  padding-left: 20px;
}
#page-recruit #recruitment .recruitment_table .job_wrap {
  padding-left: 0 !important;
}
#page-recruit #recruitment .recruitment_table .job_flex {
  display: flex;
  flex-direction: column;
}
#page-recruit #recruitment .recruitment_table .job_item {
  display: flex;
  border-bottom: 1px solid #707070;
  padding: 30px 10px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #page-recruit #recruitment .recruitment_table .job_item {
    flex-direction: column;
  }
}
#page-recruit #recruitment .recruitment_table .job_item:first-child {
  padding-top: 0;
}
#page-recruit #recruitment .recruitment_table .job_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#page-recruit #recruitment .recruitment_table .job_title {
  width: 330px;
  flex-shrink: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #page-recruit #recruitment .recruitment_table .job_title {
    width: 100%;
    margin-bottom: 10px;
  }
}
#page-recruit #recruitment .recruitment_table .job_text {
  flex: 1;
  text-align: left;
  line-height: 1.6;
}
#page-recruit #recruitment .apply_text {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #page-recruit #recruitment .apply_text {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
#page-recruit #recruitment .apply_btn_waper {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  #page-recruit #recruitment .apply_btn_waper {
    flex-direction: column;
    align-items: center;
  }
}
#page-recruit #recruitment .apply_btn_waper .apply_btn {
  flex: 1;
  max-width: 360px;
  width: 100%;
}
#page-recruit #recruitment .apply_btn_waper .all_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#page-recruit #recruit_faq {
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  #page-recruit #recruit_faq {
    margin-bottom: 100px;
  }
}
#page-recruit #recruit_faq .faq1 {
  position: relative;
}
#page-recruit #recruit_faq .faq1 .faq_tree1 {
  position: absolute;
  width: 55px;
  height: auto;
  top: -120px;
  right: -160px;
}
#page-recruit #recruit_faq .faq2 {
  position: relative;
}
#page-recruit #recruit_faq .faq2 .faq_tree2 {
  position: absolute;
  width: 95px;
  height: auto;
  top: 0;
  left: -180px;
}
#page-recruit #recruit_faq .faq3 {
  position: relative;
}
#page-recruit #recruit_faq .faq3 .faq_tree3 {
  position: absolute;
  width: 75px;
  height: auto;
  top: 0;
  right: -280px;
}
#page-recruit #recruit_faq .recruit_faq_waper {
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  #page-recruit #recruit_faq .recruit_faq_waper {
    margin-top: 130px;
  }
}
#page-recruit #recruit_faq .recruit_faq_waper .faq_head {
  display: flex;
  align-items: center;
  background: #008223;
  color: #fff;
  padding: 20px;
  cursor: pointer;
  position: relative;
}
#page-recruit #recruit_faq .recruit_faq_waper .faq_item:not(.open) .faq_head {
  border-bottom: 1px solid #F6F6F0;
}
#page-recruit #recruit_faq .recruit_faq_waper .faq_q {
  font-size: 3rem;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  #page-recruit #recruit_faq .recruit_faq_waper .faq_q {
    font-size: 2.4rem;
    margin-right: 15px;
  }
}
#page-recruit #recruit_faq .recruit_faq_waper .faq_question {
  flex: 1;
}
#page-recruit #recruit_faq .recruit_faq_waper .accordion_btn {
  position: relative;
  width: 40px;
  height: 40px;
}
#page-recruit #recruit_faq .recruit_faq_waper .accordion_btn::before {
  content: "";
  position: absolute;
  background: #fff;
  transition: 0.3s;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-recruit #recruit_faq .recruit_faq_waper .accordion_btn::after {
  content: "";
  position: absolute;
  background: #fff;
  transition: 0.3s;
  width: 2px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-recruit #recruit_faq .recruit_faq_waper .faq_item.open .accordion_btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
#page-recruit #recruit_faq .recruit_faq_waper .faq_body {
  display: none;
  padding: 20px;
  border: 1px solid #008223;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
#page-recruit #recruit_faq .recruit_faq_waper .faq_inner {
  display: flex;
  gap: 20px;
  color: #008223;
}
@media only screen and (max-width: 768px) {
  #page-recruit #recruit_faq .recruit_faq_waper .faq_inner {
    gap: 15px;
  }
}
#page-recruit #recruit_faq .recruit_faq_waper .faq_a {
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  #page-recruit #recruit_faq .recruit_faq_waper .faq_a {
    font-size: 2.4rem;
  }
}
#page-recruit #recruit_faq .recruit_faq_waper .faq_item.open .faq_head {
  border-bottom: none;
}
#page-recruit #recruit_faq .recruit_faq_waper .faq_item.open .faq_body {
  display: block;
  max-height: 500px;
}