@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 574px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #1d1d1d;
}
@media print {
  body {
    zoom: 0.8;
  }
}

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

img {
  width: 100%;
}

p {
  margin: 0;
}

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

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

@media print {
  .container {
    min-width: 1200px !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.id-target {
  display: block;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .id-target {
    scroll-margin-top: 7rem;
  }
}

br.pc {
  display: none;
}
@media screen and (max-width: 1400px) {
  br.pc {
    display: block;
  }
}
br.xl {
  display: none;
}
@media screen and (max-width: 1199px) {
  br.xl {
    display: block;
  }
}
br.lg {
  display: none;
}
@media screen and (max-width: 991px) {
  br.lg {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 767px) {
  br.md {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 574px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 450px) {
  br.xs {
    display: block;
  }
}

@media screen {
  .blur {
    filter: blur(15px);
    opacity: 0;
    transition-duration: 1.3s;
  }
  .blur.is-show {
    filter: blur(0);
    opacity: 1;
  }
  .fadein {
    opacity: 0;
    transition-duration: 1s;
  }
  .fadein.is-show {
    opacity: 1;
  }
  .fadein_top {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(-35px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(35px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(-35px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(35px);
  }
  .fadein_right.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.1s;
  }
  .delay2 {
    transition-delay: 0.2s;
  }
  .delay3 {
    transition-delay: 0.3s;
  }
  .delay4 {
    transition-delay: 0.4s;
  }
  .delay5 {
    transition-delay: 0.5s;
  }
  .delay6 {
    transition-delay: 0.6s;
  }
  .delay7 {
    transition-delay: 0.7s;
  }
  .delay8 {
    transition-delay: 0.8s;
  }
  .delay9 {
    transition-delay: 0.9s;
  }
  .delay10 {
    transition-delay: 1s;
  }
  .delay11 {
    transition-delay: 1.1s;
  }
  .delay12 {
    transition-delay: 1.2s;
  }
  .delay13 {
    transition-delay: 1.3s;
  }
  .delay14 {
    transition-delay: 1.4s;
  }
  .delay15 {
    transition-delay: 1.5s;
  }
  .delay16 {
    transition-delay: 1.6s;
  }
  .delay17 {
    transition-delay: 1.7s;
  }
  .delay18 {
    transition-delay: 1.8s;
  }
  .delay19 {
    transition-delay: 1.9s;
  }
  .delay20 {
    transition-delay: 2s;
  }
  .effect {
    margin: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04rem;
  }
  .effect span {
    display: inline-block;
    position: relative;
  }
  .effect span, .effect span:after {
    animation-delay: var(--animation-delay, 2s); /* アニメーションの開始タイミング */
    animation-iteration-count: var(--iterations, 1); /* 再生される回数 */
    animation-duration: var(--duration, 1s); /* 完了するまでの所要時間 */
    animation-fill-mode: both; /* 実行の前後 */
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); /* タイミングの指定 */
  }
  .effect.scroll-in span {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 1s);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    animation-name: clip-text;
    white-space: nowrap;
  }
  .effect.scroll-in span::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #078545;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }
  @keyframes clip-text {
    from {
      clip-path: inset(0 100% 0 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes text-revealer {
    0%, 50% {
      transform-origin: 0 50%;
    }
    60%, 100% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
}
@media screen and (min-width: 1500px) {
  .container, .container-xl {
    max-width: 1230px;
  }
}
.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 7rem;
  padding: 0 4rem;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  header {
    padding: 0 2rem;
  }
}
header .logo {
  margin: 0;
}
header .logo a {
  display: block;
}
header .logo img {
  display: block;
  width: auto;
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  header .logo img {
    height: 1.8rem;
  }
}
header .toggle {
  display: none;
  position: relative;
  width: 3rem;
  height: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  header .toggle {
    display: block;
  }
}
header .toggle span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #1d1d1d;
  transition-duration: 0.4s;
}
header .toggle span:nth-of-type(1) {
  top: 0;
}
header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .toggle span:nth-of-type(3) {
  bottom: 0;
}
header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1199px) {
  header nav {
    position: fixed;
    top: 7rem;
    right: 0;
    z-index: 99;
    width: 30rem;
    height: auto;
    padding: 3rem 2rem;
    background: #fff;
    opacity: 0;
    overflow-y: auto;
    transition: 0.4s;
    pointer-events: none;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.1);
  }
  header nav.open {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 574px) {
  header nav {
    width: 100%;
  }
}
header nav .nav_inner {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 1199px) {
  header nav .nav_inner {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
  }
}
header nav .nav_inner a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1d1d1d;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  header nav .nav_inner a {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  header nav .nav_inner a:hover {
    color: #078545;
  }
}
header nav .nav_inner a.active {
  color: #078545;
}

.pagetop {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 1.6rem;
    bottom: 1.6rem;
  }
}
.pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #078545;
  font-size: 1.8rem;
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    width: 4rem;
    height: 4rem;
  }
}
@media (hover: hover) {
  .pagetop a:hover {
    opacity: 0.8;
  }
}

.tab_box {
  display: none;
}
.tab_box.active {
  display: block;
}

main {
  overflow: hidden;
}

.footer {
  padding: 6rem 0;
  background: #078545;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 4rem 0;
  }
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    text-align: center;
  }
}
.footer_left {
  color: #fff;
}
.footer_logo {
  margin: 0;
}
.footer_logo img {
  display: block;
  width: auto;
  height: 2.4rem;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 991px) {
  .footer_logo img {
    margin: 0 auto;
  }
}
.footer_address {
  margin-top: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
}
.footer_address a {
  text-decoration: underline;
}
.footer_links {
  display: flex;
  align-items: stretch;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 991px) {
  .footer_links {
    justify-content: center;
  }
}
@media screen and (max-width: 574px) {
  .footer_links {
    flex-direction: column;
  }
}
.footer_mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 0.8rem 1.6rem;
  border-radius: 4px;
  background: #fff;
}
@media (hover: hover) {
  .footer_mail:hover {
    opacity: 0.8;
  }
}
.footer_mail-label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #1d1d1d;
}
@media screen and (max-width: 574px) {
  .footer_mail-label {
    font-size: 1.5rem;
  }
}
.footer_mail-label i {
  color: #078545;
  font-size: 1.2rem;
}
.footer_mail-addr {
  font-family: "Figtree", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #078545;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 574px) {
  .footer_mail-addr {
    font-size: 2.4rem;
  }
}
.footer_banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21rem;
  padding: 1rem;
  border-radius: 4px;
  background: #fff;
}
@media (hover: hover) {
  .footer_banner:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 574px) {
  .footer_banner {
    width: 32rem;
  }
}
.footer_banner img {
  width: 100%;
}
.footer_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .footer_right {
    align-items: center;
  }
}
.footer_nav {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .footer_nav {
    flex-wrap: wrap;
    gap: 1.6rem 2.4rem;
  }
}
.footer_nav a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (hover: hover) {
  .footer_nav a:hover {
    opacity: 0.7;
  }
}
.footer_copy {
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .footer_copy {
    margin-top: 4rem;
    text-align: center;
  }
}

.mv {
  padding: 6rem 0;
  background: #f6fff0;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 0 0 4rem 0;
  }
}
.mv_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  max-width: 125.1rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 991px) {
  .mv_inner {
    flex-direction: column;
    gap: 1rem;
  }
}
.mv_img {
  width: 42rem;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .mv_img {
    width: 30rem;
  }
}
.mv_img img {
  display: block;
  width: 100%;
}
.mv_text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4.6rem;
  width: 75.8rem;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .mv_text {
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mv_text {
    gap: 1.6rem;
  }
}
.mv_catch {
  width: 100%;
}
.mv_catch span {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: block;
  line-height: 1.5;
}
.mv_catch-sub {
  font-size: 3.2rem;
  color: #1d1d1d;
}
@media screen and (max-width: 767px) {
  .mv_catch-sub {
    font-size: 2.4rem;
  }
}
.mv_catch-main {
  margin-top: 1.6rem;
  font-size: 6.4rem;
  color: #078545;
}
@media screen and (max-width: 991px) {
  .mv_catch-main {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mv_catch-main {
    font-size: 3.2rem;
  }
}
.mv_contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.8rem;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .mv_contact {
    align-items: center;
  }
}
.mv_contact a {
  display: block;
}
.mv_contact-tel, .mv_contact-fax {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1.6rem 3.2rem;
  border-radius: 8px;
  font-family: "Figtree", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .mv_contact-tel, .mv_contact-fax {
    padding: 1.2rem 2rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 450px) {
  .mv_contact-tel, .mv_contact-fax {
    padding: 1rem 1.6rem;
    font-size: 2.2rem;
  }
}
.mv_contact-tel i, .mv_contact-fax i {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .mv_contact-tel i, .mv_contact-fax i {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 450px) {
  .mv_contact-tel i, .mv_contact-fax i {
    font-size: 1.8rem;
  }
}
.mv_contact-tel {
  background: #078545;
  cursor: pointer;
}
.mv_contact-fax {
  margin: 0;
  background: #84b263;
  width: 100%;
}

.notice {
  padding: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .notice {
    padding: 5rem 0 0;
  }
}
.notice_inner {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  padding: 8rem 9.6rem;
  border-radius: 8px;
  background: #f9f8f6;
}
@media screen and (max-width: 991px) {
  .notice_inner {
    padding: 4rem 2.4rem;
    gap: 3rem;
  }
}
@media screen and (max-width: 574px) {
  .notice_inner {
    padding: 3.2rem 1.6rem;
  }
}
.notice_head h2 {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #cecece;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #b74e28;
}
@media screen and (max-width: 991px) {
  .notice_head h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 574px) {
  .notice_head h2 {
    font-size: 2.4rem;
  }
}
.notice_body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2;
  color: #4a4e4d;
}
@media screen and (max-width: 767px) {
  .notice_body p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .notice_body p .sp_none {
    display: none;
  }
}

.news {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 991px) {
  .news_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.news_head {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.news_head p,
.news_head .en {
  margin: 0;
  line-height: 1;
}
.news_head .en {
  font-family: "Figtree", sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.288rem;
  color: #078545;
}
.news_head .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1d1d1d;
}
.news_head-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2.4rem;
  padding: 1rem 2rem;
  border: 1px solid #078545;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #078545;
  transition: 0.3s;
}
@media (hover: hover) {
  .news_head-more:hover {
    background: #078545;
    color: #fff;
  }
}
.news_head-more i {
  font-size: 1.1rem;
  transition: 0.3s;
}
.news_main {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 1199px) {
  .news_main {
    padding-left: 3.2rem;
  }
}
@media screen and (max-width: 991px) {
  .news_main {
    padding-left: 0;
    margin-top: 2.4rem;
  }
}
.news_tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}
.news_tab {
  padding: 0.8rem 1.6rem;
  border: none;
  border-radius: 4px;
  background: #f3f3f3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1d1d1d;
  cursor: pointer;
  transition: 0.3s;
}
.news_tab.active {
  background: #078545;
  color: #fff;
}
@media (hover: hover) {
  .news_tab:hover {
    opacity: 0.8;
  }
}
.news_list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
}
.news_item {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #cecece;
}
.news_item-link {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 574px) {
  .news_item-link {
    gap: 1.6rem;
  }
}
@media (hover: hover) {
  .news_item-link:hover {
    opacity: 0.7;
  }
}
.news_item-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.6rem;
  min-width: 0;
}
.news_item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
}
.news_item-date, .news_item-new {
  font-family: "Figtree", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}
.news_item-date {
  color: #1d1d1d;
}
.news_item-new {
  color: #e42b46;
}
.news_item-cat {
  padding: 0.8rem 1.6rem;
  border-radius: 4px;
  background: #078545;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.news_item-title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1d1d1d;
}
.news_item-arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 80px;
  background: #078545;
  font-size: 1.8rem;
  color: #fff;
}

.btn_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 4rem;
  border: 2px solid #078545;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #078545;
  transition: 0.3s;
}
@media (hover: hover) {
  .btn_more:hover {
    background: #078545;
    color: #fff;
  }
}

.about {
  padding: 0 0 10rem 0;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 0 0 5rem 0;
  }
}
.about_head-title {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.about_head-title p, .about_head-title .en {
  margin: 0;
  line-height: 1;
}
.about_head-title .en {
  font-family: "Figtree", sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.288rem;
  color: #078545;
}
.about_head-title .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1d1d1d;
}
.about_head-text p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: #1d1d1d;
}
@media screen and (max-width: 991px) {
  .about_head-text p {
    font-size: 1.6rem;
  }
}
.about_cards {
  margin-top: 6.4rem;
  padding: 4rem 8rem;
  border-radius: 8px;
  background: #eff9ee;
}
@media screen and (max-width: 991px) {
  .about_cards {
    padding: 3rem 2.4rem;
    margin-top: 4rem;
  }
}
.about_cards .row {
  align-items: center;
  justify-content: center;
}
.about_card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.6rem;
  padding: 1.6rem 0;
}
@media screen and (max-width: 574px) {
  .about_card {
    gap: 2.4rem;
  }
}
@media (hover: hover) {
  .about_card:hover {
    opacity: 0.8;
  }
}
.about_card.about_card-bordered {
  border-left: 1px solid #97c07e;
}
@media screen and (max-width: 767px) {
  .about_card.about_card-bordered {
    margin-top: 1.6rem;
    padding-top: 3rem;
    border-top: 1px solid #97c07e;
    border-left: none;
  }
}
.about_card-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 12rem;
  height: 15rem;
}
.about_card-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.about_card-img.crop img {
  object-fit: cover;
}
.about_card-img.contain img {
  object-fit: contain;
}
.about_card-body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.about_card-en {
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #999999;
}
.about_card-title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #1d1d1d;
}
.about_card-more {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #1d1d1d;
  text-decoration: underline;
}
.about_card-more i {
  font-size: 1.2rem;
  text-decoration: none;
}

.subhead {
  position: relative;
  overflow: hidden;
  padding: 8rem 0;
  background: #eff9ee;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .subhead {
    padding: 5rem 0;
  }
}
.subhead_deco {
  position: absolute;
  top: 50%;
  right: 5rem;
  z-index: 0;
  transform: translateY(-50%) rotate(-15deg);
  font-size: 14rem;
  color: #078545;
  opacity: 0.1;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .subhead_deco {
    font-size: 10rem;
    right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .subhead_deco {
    font-size: 7rem;
  }
}
.subhead_inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.subhead_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.subhead_title .en {
  font-family: "Figtree", sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.288rem;
  color: #078545;
}
@media screen and (max-width: 767px) {
  .subhead_title .en {
    font-size: 3.6rem;
  }
}
.subhead_title .jp {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #1d1d1d;
}

main#service .service {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  main#service .service {
    padding: 5rem 0;
  }
}
main#service .service_lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  color: #078545;
}
@media screen and (max-width: 991px) {
  main#service .service_lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  main#service .service_lead {
    text-align: left;
  }
}
@media screen and (max-width: 574px) {
  main#service .service_lead {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  main#service .service_lead br {
    display: none;
  }
}
main#service .service_list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  main#service .service_list {
    gap: 4rem;
  }
}
main#service .service_block-title {
  padding-left: 1.6rem;
  border-left: 4px solid #078545;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  main#service .service_block-title {
    font-size: 1.9rem;
  }
}
main#service .service_block-body {
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  color: #4a4e4d;
}
@media screen and (max-width: 767px) {
  main#service .service_block-body {
    font-size: 1.5rem;
  }
}
main#service .service_table {
  width: 100%;
  min-width: 60rem;
  margin-top: 0;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  main#service .service_table {
    font-size: 1.4rem;
  }
}
main#service .service_table-wrap {
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 574px) {
  main#service .service_table-wrap {
    overflow-x: auto;
  }
}
main#service .service_table th, main#service .service_table td {
  padding: 1.8rem 2rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  main#service .service_table th, main#service .service_table td {
    padding: 1.4rem 1.6rem;
  }
}
main#service .service_table th {
  border-bottom: 2px solid #078545;
  background: #eff9ee;
  font-weight: 700;
  color: #1d1d1d;
}
main#service .service_table td {
  border-bottom: 1px solid #cecece;
  font-weight: 500;
  color: #4a4e4d;
}
main#service .service_table th:nth-child(1), main#service .service_table td:nth-child(1) {
  width: 15%;
}
main#service .service_table th:nth-child(2), main#service .service_table td:nth-child(2) {
  width: 55%;
}
main#service .service_table th:nth-child(3), main#service .service_table td:nth-child(3) {
  width: 30%;
}
main#service .service_table tbody tr:last-child td {
  border-bottom: none;
}
main#service .service_table tbody tr:nth-child(even) td {
  background: #f9f8f6;
}

main#company .company {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  main#company .company {
    padding: 5rem 0;
  }
}
main#company .company_list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  main#company .company_list {
    gap: 4rem;
  }
}
main#company .company_block-title {
  padding-left: 1.6rem;
  border-left: 4px solid #078545;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  main#company .company_block-title {
    font-size: 1.9rem;
  }
}
main#company .company_block-body {
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.9;
  color: #4a4e4d;
}
main#company .company_block-body p {
  margin: 0;
}
main#company .company_block-body p + p {
  margin-top: 1.6rem;
}
main#company .company_block-sign {
  margin-top: 2.4rem;
  text-align: right;
  font-weight: 700;
  color: #1d1d1d;
}
main#company .company_philosophy {
  margin: 2.4rem 0;
  padding: 3.2rem 4rem 3.2rem 5.6rem;
  border-radius: 12px;
  background: #eff9ee;
  list-style: decimal;
}
main#company .company_philosophy li {
  font-weight: 700;
  color: #078545;
}
main#company .company_philosophy li::marker {
  font-weight: 700;
}
main#company .company_philosophy li + li {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  main#company .company_philosophy {
    padding: 2.4rem 2.4rem 2.4rem 4rem;
  }
}
main#company .company_table {
  width: 100%;
  margin-top: 0;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
}
main#company .company_table-wrap {
  overflow: hidden;
}
main#company .company_table th, main#company .company_table td {
  padding: 1.8rem 2.4rem;
  border-bottom: 1px solid #cecece;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  main#company .company_table th, main#company .company_table td {
    display: block;
    width: 100% !important;
    padding: 1.4rem 1.6rem;
  }
}
main#company .company_table th {
  width: 22rem;
  font-weight: 700;
  color: #078545;
}
@media screen and (max-width: 767px) {
  main#company .company_table th {
    padding-bottom: 0.4rem;
    border-bottom: none;
  }
}
main#company .company_table td {
  font-weight: 500;
  color: #4a4e4d;
}
@media screen and (max-width: 767px) {
  main#company .company_table td {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  main#company .company_table tr {
    display: block;
  }
}
main#company .company_table tr:last-child th, main#company .company_table tr:last-child td {
  border-bottom: none;
}
main#company .company_table tr:nth-child(even) th, main#company .company_table tr:nth-child(even) td {
  background: #f9f8f6;
}
main#company .company_map {
  margin-top: 2.4rem;
}
main#company .company_map iframe {
  display: block;
  width: 100%;
  height: 45rem;
  border: none;
}
@media screen and (max-width: 767px) {
  main#company .company_map iframe {
    height: 36rem;
  }
}
main#company .company_map-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 1.6rem;
  padding: 1.2rem 3.2rem;
  border: 1px solid #078545;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #078545;
  transition: 0.3s;
  margin-left: auto;
}
@media (hover: hover) {
  main#company .company_map-btn:hover {
    background: #078545;
    color: #fff;
  }
}

main#news .news_archive {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  main#news .news_archive {
    padding: 5rem 0;
  }
}

main#news .news_category {
  margin-top: 4rem;
  padding: 3.2rem;
  border-radius: 12px;
  background: #eff9ee;
}
@media screen and (max-width: 574px) {
  main#news .news_category {
    padding: 2.4rem 1.6rem;
  }
}
main#news .news_category-title {
  padding-left: 1.6rem;
  border-left: 4px solid #078545;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  main#news .news_category-title {
    font-size: 1.9rem;
  }
}
main#news .news_category-img {
  width: 100%;
  margin-top: 1.6rem;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  height: 45rem;
}
@media screen and (max-width: 767px) {
  main#news .news_category-img {
    height: auto;
    aspect-ratio: 3/2;
  }
}
main#news .news_category-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main#news .news_category-desc {
  margin-top: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  color: #4a4e4d;
}

main#news .news_list {
  margin-top: 4rem;
}

main#news .news_item-link {
  cursor: pointer;
}

main#news .news_detail {
  display: none;
  margin-top: 2rem;
}
main#news .news_detail_text {
  line-height: normal;
}
main#news .news_detail_imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
main#news .news_detail_img {
  flex: 1;
  aspect-ratio: 3/2;
  border-radius: 8px;
  background: #f3f3f3;
  overflow: hidden;
}
@media screen and (max-width: 574px) {
  main#news .news_detail_img {
    width: calc(50% - 0.8rem);
    flex: none;
  }
}
main#news .news_detail_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main#news .news_detail_files {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 1.6rem;
}
main#news .news_detail_file {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 1.6rem;
  border: 1px solid #cecece;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #4a4e4d;
  transition: 0.3s;
}
@media (hover: hover) {
  main#news .news_detail_file:hover {
    border-color: #078545;
    color: #078545;
  }
}

.paging {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 4rem;
}
.paging-text a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 4px;
  font-family: "Figtree", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1d1d1d;
  transition: 0.3s;
}
@media (hover: hover) {
  .paging-text a:hover {
    background: #078545;
    color: #fff;
  }
}
.paging .current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 4px;
  background: #078545;
  font-family: "Figtree", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}