@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: #222222;
  letter-spacing: 0.1rem;
}
@media print {
  body {
    zoom: 0.8;
  }
}

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

img {
  width: 100%;
  display: block;
}

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;
  }
}
header {
  height: 8rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 2rem;
  z-index: 99;
}
@media screen and (max-width: 1199px) {
  header {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  header {
    padding: 0 3rem;
    height: 7rem;
  }
}
@media screen and (max-width: 574px) {
  header {
    padding: 0 2rem;
  }
}
header .logo {
  width: 50rem;
}
@media screen and (max-width: 1400px) {
  header .logo {
    width: 45rem;
  }
}
@media screen and (max-width: 1199px) {
  header .logo {
    width: 35rem;
  }
}
@media screen and (max-width: 574px) {
  header .logo {
    width: 30rem;
  }
}
header .logo a {
  display: block;
}
header nav {
  display: flex;
  align-items: center;
  gap: 0 4rem;
}
@media screen and (max-width: 1199px) {
  header nav {
    gap: 0 3rem;
  }
}
@media screen and (max-width: 991px) {
  header nav {
    position: absolute;
    right: 0;
    top: 7rem;
    background: #fff;
    flex-direction: column;
    gap: 0;
    width: 26rem;
    padding-bottom: 1.5rem;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
  }
  header nav.open {
    opacity: 1;
    pointer-events: all;
  }
}
header nav a {
  letter-spacing: 0.1rem;
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  header nav a {
    font-size: 1.6rem;
  }
}
header nav > a::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #0d9c59;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  header nav > a::after {
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
  }
}
header nav > a.active::after {
  opacity: 1;
}
@media (hover: hover) {
  header nav > a:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  header nav > a {
    display: block;
    width: 100%;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
  }
}
header nav .lang {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1.7rem;
  border-radius: 5rem;
  background: #f1f1f1;
}
@media screen and (max-width: 991px) {
  header nav .lang {
    margin-top: 1rem;
  }
}
header nav .lang a {
  display: block;
  padding: 0 1rem;
  border-right: 2px solid #cccccc;
}
header nav .lang a:last-of-type {
  border-right: 0;
}
header nav .lang a.en {
  color: #0d9c59;
  font-weight: bold;
}
@media (hover: hover) {
  header nav .lang a:hover {
    color: #0d9c59;
  }
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #0d9c59;
  position: absolute;
  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: 991px) {
  header .toggle {
    display: block;
  }
}

.title .en {
  font-family: "Inter", sans-serif;
  font-size: 5.6rem;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 574px) {
  .title .en {
    font-size: 4.8rem;
  }
}
.title h3 {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #0d9c59;
  font-size: 2rem;
  font-weight: bold;
}
.title h3 img {
  width: 2.7rem;
}
.title.center {
  text-align: center;
}
.title.center h3 {
  justify-content: center;
}
.title.white .en, .title.white h3 {
  color: #fff;
}
.title_bottom .en {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  color: #0d9c59;
}
.title_bottom .en img {
  width: 2.7rem;
}
.title_bottom h3 {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 574px) {
  .title_bottom h3 {
    font-size: 2.8rem;
  }
}
.title_bottom h3 small {
  display: inline-block;
  font-feature-settings: "palt";
  font-size: 60%;
  margin-left: 0.5rem;
}

main {
  overflow: hidden;
}

.footer {
  overflow: hidden;
}
.footer_contact {
  color: #fff;
}
.footer_contact-bg {
  background: url(../../images/common/contact.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10rem 0 20rem;
}
.footer_contact .contact_box {
  padding: 8rem 2rem;
  background: linear-gradient(90deg, rgb(13, 156, 89) 0%, rgb(0, 204, 102) 100%);
  display: flex;
  justify-content: center;
  gap: 4rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .footer_contact .contact_box {
    flex-direction: column;
    align-items: center;
    gap: 6rem;
    padding: 3rem 2rem;
    transform: translateY(-30%);
  }
}
.footer_contact .contact_box h4 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
  position: relative;
}
.footer_contact .contact_box h4::after {
  content: "";
  width: 5rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer_contact .contact_box .mail_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 6rem;
  background: #fff;
  border: 2px solid #fff;
  color: #0d9c59;
  font-size: 1.8rem;
  transition: 0.3s;
  position: relative;
  margin-top: 1.5rem;
}
@media (hover: hover) {
  .footer_contact .contact_box .mail_btn:hover {
    background: #0d9c59;
    color: #fff;
  }
  .footer_contact .contact_box .mail_btn:hover .mail_icon {
    background: #fff;
    color: #0d9c59;
  }
}
@media screen and (max-width: 1400px) {
  .footer_contact .contact_box .mail_btn {
    width: 28rem;
  }
}
.footer_contact .contact_box .mail_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #fff;
  background: #0d9c59;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.footer_contact .contact_box .mail_icon i {
  font-size: 2rem;
}
.footer_contact .contact_box .tel_btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1400px) {
  .footer_contact .contact_box .tel_btn {
    font-size: 2.8rem;
  }
}
.footer_contact .contact_box .tel_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  color: #0d9c59;
  background: #fff;
  transition: 0.3s;
}
.footer_contact .contact_box .tel_icon i {
  font-size: 2rem;
}
.footer_contact .contact_box .tel_cap {
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: center;
}
.footer_bottom {
  margin-top: 1.5rem;
}
@media screen and (max-width: 991px) {
  .footer_bottom {
    margin-top: -8rem;
  }
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4rem 0;
}
@media screen and (max-width: 991px) {
  .footer_inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer_left .logo {
  width: 37rem;
}
@media screen and (max-width: 450px) {
  .footer_left .logo {
    width: 30rem;
  }
}
.footer_left .add {
  margin-top: 5rem;
}
.footer_right {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 1400px) {
  .footer_right {
    gap: 3rem;
  }
}
@media screen and (max-width: 574px) {
  .footer_right {
    display: none;
  }
}
.footer .copy {
  text-align: center;
  margin-top: 15rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222222;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 574px) {
  .footer .copy {
    margin-top: 8rem;
  }
}

.pagetop {
  position: fixed;
  right: 3rem;
  bottom: 6rem;
  width: 5rem;
  z-index: 99;
}
@media screen and (max-width: 574px) {
  .pagetop {
    bottom: 3rem;
    right: 2rem;
  }
}

#top .swiper {
  position: relative;
}
#top .swiper .mv_text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 6rem;
  width: 100%;
  color: #fff;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  #top .swiper .mv_text {
    padding: 0 3rem 12rem;
  }
}
#top .swiper .mv_text h2 {
  font-weight: bold;
  font-size: 4.8rem;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
@media screen and (max-width: 1199px) {
  #top .swiper .mv_text h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 574px) {
  #top .swiper .mv_text h2 {
    font-size: 2.7rem;
  }
}
#top .swiper .sp-image {
  height: 69vh;
  min-height: 72rem;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #top .swiper .sp-image {
    height: 69dvh;
    min-height: 72rem;
  }
}
@media screen and (max-width: 574px) {
  #top .swiper .sp-image {
    height: calc(100dvh - 48px);
    min-height: 0;
  }
}
#top .mv-indicator {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  bottom: 2vw;
  right: 2vw;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
  #top .mv-indicator {
    bottom: 5rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv-indicator {
    position: static;
    justify-content: center;
    padding: 8px 16px;
    font-size: 12px;
    background: #222222;
  }
}
#top .ind-current,
#top .ind-total {
  min-width: 20px;
  text-align: center;
  font-weight: 500;
}
#top .ind-total {
  opacity: 0.6;
}
#top .ind-bar {
  display: block;
  width: 80px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  overflow: hidden;
}
#top .ind-bar-inner {
  display: block;
  height: 100%;
  width: 0%;
  background: #0d9c59;
  border-radius: 2px;
  transition: width 6000ms linear;
}
#top .ind-pause,
#top .ind-prev,
#top .ind-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  transition: background 0.2s, border-color 0.2s;
}
#top .ind-pause:hover,
#top .ind-prev:hover,
#top .ind-next:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}
#top .icon-pause {
  display: flex;
  gap: 3px;
}
#top .icon-pause span {
  display: block;
  width: 3px;
  height: 11px;
  background: #fff;
  border-radius: 1px;
}
#top .icon-play span {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  margin-left: 2px;
}
#top {
  /* 背景設定
  ------------------------------------------------------------------*/
}
#top #particles_bg {
  position: relative;
}
#top #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-color: #f4f4f4;
}
#top .about {
  position: relative;
  z-index: 1;
  padding: 15rem 0;
}
@media screen and (max-width: 991px) {
  #top .about {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 574px) {
  #top .about {
    padding: 7rem 0;
  }
}
#top .about .row {
  align-items: center;
  gap: 4rem 0;
}
#top .about_image {
  margin-right: calc(-1 * (100vw - 100%) / 2);
  width: calc((100vw - 100%) / 2 + 33.33333%);
  padding-left: 52px;
  padding-right: 0;
}
@media screen and (max-width: 1199px) {
  #top .about_image {
    display: none;
  }
}
#top .about_image img {
  width: 78%;
}
@media screen and (max-width: 1199px) {
  #top .about_image img {
    width: 100%;
  }
}
#top .about_title .en {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
}
#top .about_title .en img {
  width: 2.7rem;
}
#top .about_title h3 {
  margin-top: 1.8rem;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
#top .about_text p {
  margin-top: 5rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #top .about_text p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about_text p {
    line-height: 2.8rem;
    font-size: 1.6rem;
    margin-top: 3.2rem;
  }
}
#top .about_text p span {
  display: block;
  width: fit-content;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(90deg, rgb(13, 156, 89) 0%, rgb(0, 204, 102) 100%);
  font-weight: bold;
  font-size: 2.4rem;
  margin: 1.5rem 0;
}
@media screen and (max-width: 991px) {
  #top .about_text p span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about_text p span {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 574px) {
  #top .about_text p span {
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about_text p span.pc {
    display: none;
  }
}
#top .about_text p span.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #top .about_text p span.sp {
    display: block;
  }
}
#top .product {
  padding: 15rem 0;
}
@media screen and (max-width: 991px) {
  #top .product {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 574px) {
  #top .product {
    padding: 7rem 0;
  }
}
#top .product_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  gap: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  #top .product_text {
    flex-direction: column;
    align-items: flex-start;
  }
}
#top .product_lead p {
  font-size: 2rem;
  line-height: 2;
  text-align: right;
}
@media screen and (max-width: 991px) {
  #top .product_lead p {
    text-align: left;
  }
}
#top .product .row {
  margin-top: 6rem;
  gap: 4rem 0;
}
#top .product_wrap {
  display: flex;
}
#top .product_wrap .num {
  writing-mode: vertical-rl;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #cccccc;
  padding-right: 1rem;
}
#top .product_wrap .num::after {
  content: "";
  height: 10rem;
  width: 1px;
  background: #cccccc;
  display: block;
}
#top .product_wrap {
  height: 100%;
}
#top .product_item {
  flex: 1;
  background: #f1f1f1;
  padding: 2rem;
}
@media screen and (max-width: 574px) {
  #top .product_item {
    padding: 1.5rem;
  }
}
#top .product_item-main {
  position: relative;
  overflow: hidden;
  display: block;
}
#top .product_item-main::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  opacity: 0.6;
  transition: 0.5s;
}
@media (hover: hover) {
  #top .product_item-main:hover::after {
    opacity: 0.3;
  }
  #top .product_item-main:hover img {
    transform: scale(1.1);
  }
  #top .product_item-main:hover .arrow {
    background: #fff;
    color: #0d9c59;
  }
}
#top .product_item-main img {
  min-height: 20rem;
  object-fit: cover;
  transition: 0.5s;
}
#top .product_item-main h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 574px) {
  #top .product_item-main h4 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
#top .product_item-main .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background: #0d9c59;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  transition: 0.5s;
}
#top .product_item ul {
  margin-top: 1rem;
}
#top .product_item ul li a {
  width: 100%;
  padding: 1rem;
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
#top .product_item ul li a span {
  flex: 1;
}
#top .product_item ul li a i {
  color: #0d9c59;
  transition: 0.3s;
}
@media (hover: hover) {
  #top .product_item ul li a:hover span {
    opacity: 0.7;
  }
  #top .product_item ul li a:hover i {
    transform: translateX(0.5rem);
  }
}
@media screen and (max-width: 574px) {
  #top .product_item ul li a {
    font-size: 1.5rem;
  }
}

.subhead {
  height: 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  color: #fff;
}
.subhead_text .en {
  font-family: "Inter", sans-serif;
  font-size: 5.6rem;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 574px) {
  .subhead_text .en {
    font-size: 4.8rem;
  }
}
.subhead_text h2 {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 2rem;
  font-weight: bold;
}
.subhead_text h2 img {
  width: 2.7rem;
}

#suppliers .subhead {
  background: url(../../images/suppliers/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#suppliers section {
  padding-top: 10rem;
}
@media screen and (min-width: 1200px) {
  #suppliers section .container {
    max-width: 1140px;
  }
}
#suppliers section ul {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2rem;
}
#suppliers section ul li {
  width: calc(50% - 1rem);
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
@media screen and (max-width: 574px) {
  #suppliers section ul li {
    width: 100%;
  }
}
#suppliers section ul li::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: #0d9c59;
  display: block;
  border-radius: 50%;
  transform: translateY(-0.25rem);
}
#suppliers .abroad {
  padding-bottom: 10rem;
}

#company .subhead {
  background: url(../../images/company/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#company section {
  padding-top: 10rem;
}
@media screen and (min-width: 1200px) {
  #company section .container {
    max-width: 1140px;
  }
}
#company .message .row {
  gap: 3rem 0;
}
@media screen and (max-width: 767px) {
  #company .message .row {
    flex-direction: column-reverse;
  }
}
#company .message_text p {
  margin-top: 3.2rem;
  text-align: justify;
}
#company .message_text .name {
  margin-top: 2rem;
  font-weight: 500;
  text-align: right;
}
#company .message_image {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #company .message_image {
    padding-left: 0;
  }
}
#company .outline table {
  width: 100%;
  margin-top: 4rem;
}
#company .outline table th, #company .outline table td {
  padding: 2.5rem 1rem;
}
#company .outline table th {
  border-bottom: #cccccc 1px solid;
  width: 25%;
  font-weight: 500;
  color: #0d9c59;
}
@media screen and (max-width: 767px) {
  #company .outline table th {
    width: 100%;
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
#company .outline table tr:last-of-type th {
  border-color: #cccccc;
}
#company .outline table td {
  border-bottom: #cccccc 1px solid;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #company .outline table td {
    width: 100%;
    display: block;
    padding-top: 1rem;
  }
}
#company .maker ul {
  margin-top: 4rem;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 1199px) {
  #company .maker ul {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #company .maker ul {
    flex-direction: column;
  }
}
#company .maker ul li {
  flex: 1;
}
#company .maker_item {
  display: block;
  padding: 2rem;
  background: #f1f1f1;
  transition: 0.3s;
}
@media (hover: hover) {
  #company .maker_item:hover {
    transform: translateY(-5px);
  }
}
#company .maker_item-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1199px) {
  #company .maker_item-text {
    gap: 1rem;
  }
}
#company .maker_item-text .link {
  background: #0d9c59;
  color: #fff;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
#company .maker_logo {
  padding: 2rem 1rem;
  background: #fff;
}
#company .access {
  padding-bottom: 10rem;
}
#company .access_text {
  margin-top: 2rem;
}
#company .access iframe {
  width: 100%;
  height: 50rem;
  margin-top: 3rem;
}
@media screen and (max-width: 574px) {
  #company .access iframe {
    height: 40rem;
  }
}
#company .access .public {
  margin-top: 2rem;
}
#company .access .public h4 {
  color: #0d9c59;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 1px solid #0d9c59;
  padding-bottom: 1rem;
}
#company .access .public ul {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#company .access .public ul li {
  display: flex;
  flex-wrap: wrap;
}

#recruit .subhead {
  background: url(../../images/recruit/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#recruit section {
  padding-top: 10rem;
}
@media screen and (min-width: 1200px) {
  #recruit section .container {
    max-width: 1140px;
  }
}
#recruit .recruit .row {
  gap: 3rem 0;
  align-items: center;
  margin-top: 3rem;
}
#recruit .recruit_text {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  #recruit .recruit_text {
    padding: 0;
  }
}
#recruit .recruit_text h4 {
  color: #0d9c59;
  font-weight: bold;
  font-size: 3.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #0d9c59;
}
#recruit .recruit_text ul {
  margin-top: 2rem;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
#recruit .recruit_text ul li {
  list-style: disc;
  font-size: 1.8rem;
  line-height: 1.8;
}
#recruit .guide {
  background: #fbfbfb;
  padding: 10rem 0;
  margin-top: 10rem;
}
#recruit .guide table {
  width: 100%;
  margin-top: 4rem;
}
#recruit .guide table th, #recruit .guide table td {
  padding: 2.5rem 1rem;
}
#recruit .guide table th {
  border-bottom: #cccccc 1px solid;
  width: 25%;
  font-weight: 500;
  color: #0d9c59;
}
@media screen and (max-width: 767px) {
  #recruit .guide table th {
    width: 100%;
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
#recruit .guide table tr:last-of-type th {
  border-color: #cccccc;
}
#recruit .guide table td {
  border-bottom: #cccccc 1px solid;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #recruit .guide table td {
    width: 100%;
    display: block;
    padding-top: 1rem;
  }
}
#recruit .entry {
  padding-bottom: 10rem;
}
#recruit .entry_lead {
  margin-top: 2.4rem;
  font-size: 1.8rem;
  line-height: 2;
}
#recruit .entry_box {
  padding: 4rem 2rem;
  margin-top: 4rem;
  color: #fff;
  background: linear-gradient(90deg, rgb(13, 156, 89) 0%, rgb(0, 204, 102) 100%);
  display: flex;
  justify-content: center;
  gap: 8rem;
}
@media screen and (max-width: 1400px) {
  #recruit .entry_box {
    gap: 4rem;
  }
}
@media screen and (max-width: 991px) {
  #recruit .entry_box {
    flex-direction: column;
    align-items: center;
    gap: 6rem;
    padding: 3rem 2rem;
  }
}
#recruit .entry_box h4 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
  position: relative;
}
#recruit .entry_box h4::after {
  content: "";
  width: 5rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#recruit .entry_box .mail_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 6rem;
  background: #fff;
  border: 2px solid #fff;
  color: #0d9c59;
  font-size: 1.8rem;
  transition: 0.3s;
  position: relative;
  margin-top: 1.5rem;
}
@media (hover: hover) {
  #recruit .entry_box .mail_btn:hover {
    background: #0d9c59;
    color: #fff;
  }
  #recruit .entry_box .mail_btn:hover .mail_icon {
    background: #fff;
    color: #0d9c59;
  }
}
@media screen and (max-width: 1400px) {
  #recruit .entry_box .mail_btn {
    width: 28rem;
  }
}
#recruit .entry_box .mail_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #fff;
  background: #0d9c59;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
#recruit .entry_box .mail_icon i {
  font-size: 2rem;
}
#recruit .entry_box .tel_btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1400px) {
  #recruit .entry_box .tel_btn {
    font-size: 2.8rem;
  }
}
#recruit .entry_box .tel_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  color: #0d9c59;
  background: #fff;
  transition: 0.3s;
}
#recruit .entry_box .tel_icon i {
  font-size: 2rem;
}
#recruit .entry_box .tel_cap {
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: center;
}
#recruit .entry .address {
  margin-top: 3rem;
}
#recruit .entry .address h4 {
  color: #0d9c59;
  font-weight: bold;
  font-size: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #0d9c59;
}
#recruit .entry .address p {
  line-height: 2;
  margin-top: 2rem;
}

#product .subhead {
  background: url(../../images/product/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#product h4 {
  font-weight: bold;
  font-size: 3.2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #0d9c59;
  color: #0d9c59;
}
#product .links {
  padding: 10rem 0;
  background: #f1f1f1;
}
#product .links .row {
  gap: 1rem 0;
}
#product .links_btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 2rem 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #0d9c59;
  gap: 1.2rem;
  transition: 0.3s;
}
#product .links_btn.active {
  background: #0d9c59;
  color: #fff;
}
@media (hover: hover) {
  #product .links_btn:hover {
    background: #0d9c59;
    color: #fff;
  }
}
#product .links .search {
  margin-top: 3rem;
  background: #fff;
  text-align: center;
  padding: 3rem 2rem;
}
#product .links .search p {
  font-weight: bold;
  color: #0d9c59;
  font-size: 2.4rem;
  padding-bottom: 1.6rem;
  position: relative;
}
#product .links .search p::after {
  content: "";
  width: 3.2rem;
  height: 1px;
  background: #0d9c59;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#product .links .search form {
  margin-top: 1.6rem;
}
#product .links .search form div {
  display: flex;
  justify-content: center;
}
#product .links .search form div input {
  padding: 0.5rem 1rem;
  border: 0;
  background: #f1f1f1;
  font-size: 1.8rem;
  width: 40rem;
}
@media screen and (max-width: 574px) {
  #product .links .search form div input {
    width: calc(100% - 12rem);
  }
}
#product .links .search form div button {
  border: 0;
  background: #0d9c59;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 1rem 0;
  width: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 574px) {
  #product .links .search form div button {
    width: 12rem;
  }
}
#product .product {
  padding: 10rem 0 5rem;
}
#product .product_item {
  margin-top: 4rem;
}
#product .product_item .row {
  gap: 3rem 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #product .product_item .row {
    flex-direction: column-reverse;
  }
}
#product .product_image {
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  #product .product_image {
    padding-left: 0;
  }
}
#product .product_category {
  margin-top: 8rem;
  padding: 4rem 2rem;
  background: #f1f1f1;
}
#product .product_category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.4rem;
}
#product .product_category ul li a {
  padding: 1.6rem;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #0d9c59;
  font-weight: bold;
  transition-duration: 0.3s;
}
#product .product_category ul li a span {
  flex: 1;
}
#product .product_category ul li a .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  background: #0d9c59;
  color: #fff;
}
@media (hover: hover) {
  #product .product_category ul li a:hover {
    opacity: 0.7;
  }
}
#product .category {
  padding: 3rem 0;
}
#product .category_inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4rem;
}
#product .category_item {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #product .category_item {
    flex-direction: column-reverse;
  }
}
#product .category_text {
  flex: 1;
}
#product .category_image {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #product .category_image {
    width: 100%;
  }
}
#product .photos {
  padding: 7rem 0;
}
#product .photos .row {
  gap: 2rem 0;
}
#product .blank {
  padding: 5rem 0;
}
#product .blank_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  gap: 4rem;
  padding: 1.5rem 2rem;
  background: #0d9c59;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  transition: 0.3s;
  border: 1px solid #0d9c59;
}
#product .blank_btn span {
  flex: 1;
}
#product .blank_btn .arrow {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #0d9c59;
  transition: 0.3s;
}
#product .blank_btn .arrow i {
  font-size: 1.6rem;
}
@media (hover: hover) {
  #product .blank_btn:hover {
    background: #fff;
    color: #0d9c59;
  }
  #product .blank_btn:hover .arrow {
    background: #0d9c59;
    color: #fff;
  }
}
#product .table .table-container {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 40px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #cccccc;
}
#product .table .table-container table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
  min-width: 520px;
}
@media screen and (max-width: 574px) {
  #product .table .table-container table {
    font-size: 1.4rem;
    min-width: none;
  }
}
#product .table .table-container table th, #product .table .table-container table td {
  padding: 12px 10px;
  border: 1px solid #cccccc;
  text-align: center;
  background-color: #fff;
}
#product .table .table-container table thead tr:first-child th {
  background: #0d9c59;
  color: #fff;
}
#product .table .table-container table thead tr:nth-child(2) th {
  color: #0d9c59;
  font-weight: bold;
}
#product .table .table-container table tbody th {
  background: #f9f9f9;
  font-weight: bold;
  color: #222222;
}
#product .table .table-container.is-spec .spec-table {
  min-width: 0;
  font-size: 1.4rem;
}
#product .table .text-green {
  color: #0d9c59;
  font-weight: bold;
}
#product .item {
  padding: 6rem 0;
}
#product .item_inner {
  margin-top: 3rem;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #product .item_inner {
    flex-direction: column;
  }
}
#product .item_image {
  width: 40rem;
}
@media screen and (max-width: 991px) {
  #product .item_image {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  #product .item_image {
    width: 100%;
  }
}
#product .item_text {
  flex: 1;
}
#product .item_text table {
  width: 100%;
}
@media screen and (max-width: 574px) {
  #product .item_text table {
    border: 1px solid #0d9c59;
  }
}
#product .item_text table th {
  background: #0d9c59;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 25%;
  white-space: nowrap;
}
#product .item_text table tr:first-of-type td {
  border-top: #0d9c59 1px solid;
}
#product .item_text table tr:first-of-type th {
  border-top: #0d9c59 1px solid;
}
#product .item_text table tr:last-of-type th {
  border-color: #0d9c59;
}
#product .item_text table td {
  border-bottom: #0d9c59 1px solid;
  border-right: #0d9c59 1px solid;
  width: 75%;
}
#product .item_text table th, #product .item_text table td {
  padding: 15px;
}
@media screen and (max-width: 574px) {
  #product .item_text table th, #product .item_text table td {
    width: 100%;
    display: block;
    border: 0;
  }
}
#product .item_lead {
  margin-top: 2.4rem;
}

.more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-top: 2.4rem;
  margin-left: auto;
  gap: 4rem;
  padding: 1.5rem 2rem;
  background: #0d9c59;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  transition: 0.3s;
  border: 1px solid #0d9c59;
}
.more .icon, .more .arrow {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #0d9c59;
  transition: 0.3s;
}
.more .icon i, .more .arrow i {
  font-size: 1.8rem;
}
@media (hover: hover) {
  .more:hover {
    background: #fff;
    color: #0d9c59;
  }
  .more:hover .icon, .more:hover .arrow {
    background: #0d9c59;
    color: #fff;
  }
}

#contact {
  overflow: hidden;
}
#contact .subhead {
  background: url(../../images/contact/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#contact .subhead.pr {
  background: url(../../images/product/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1200px) {
  #contact .container {
    max-width: 1140px;
  }
}
#contact .product {
  padding: 10rem 0;
  background: #f1f1f1;
}
#contact .product_item {
  background: #fff;
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #contact .product_item {
    flex-direction: column;
  }
}
#contact .product_item p {
  font-weight: bold;
  flex: 1;
  font-size: 2.4rem;
  color: #0d9c59;
  line-height: 1.6;
  padding-bottom: 1rem;
  border-bottom: 1px solid #0d9c59;
}
#contact .product_image {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  #contact .product_image {
    width: 100%;
  }
}
#contact .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 4rem;
  text-align: justify;
  margin-top: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  #contact .greeting .lg {
    display: none;
  }
}
#contact .requied {
  display: inline-block;
  background: #bb1515;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  padding: 0px 5px;
  vertical-align: text-top;
}
#contact .phone {
  padding: 7rem 0;
  background: #f1f1f1;
}
#contact .contact_box {
  padding: 4rem 2rem;
  margin-top: 4rem;
  background: linear-gradient(90deg, rgb(13, 156, 89) 0%, rgb(0, 204, 102) 100%);
  display: flex;
  justify-content: center;
  gap: 8rem;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  #contact .contact_box {
    gap: 4rem;
  }
}
@media screen and (max-width: 991px) {
  #contact .contact_box {
    flex-direction: column;
    align-items: center;
    gap: 6rem;
    padding: 3rem 2rem;
  }
}
#contact .contact_box h4 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
  position: relative;
}
#contact .contact_box h4::after {
  content: "";
  width: 5rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#contact .contact_box .mail_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 6rem;
  background: #fff;
  border: 2px solid #fff;
  color: #0d9c59;
  font-size: 1.8rem;
  transition: 0.3s;
  position: relative;
  margin-top: 1.5rem;
}
@media (hover: hover) {
  #contact .contact_box .mail_btn:hover {
    background: #0d9c59;
    color: #fff;
  }
  #contact .contact_box .mail_btn:hover .mail_icon {
    background: #fff;
    color: #0d9c59;
  }
}
@media screen and (max-width: 1400px) {
  #contact .contact_box .mail_btn {
    width: 28rem;
  }
}
#contact .contact_box .mail_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #fff;
  background: #0d9c59;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
#contact .contact_box .mail_icon i {
  font-size: 2rem;
}
#contact .contact_box .tel_btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1400px) {
  #contact .contact_box .tel_btn {
    font-size: 2.8rem;
  }
}
#contact .contact_box .tel_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  color: #0d9c59;
  background: #fff;
  transition: 0.3s;
}
#contact .contact_box .tel_icon i {
  font-size: 2rem;
}
#contact .contact_box .tel_cap {
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: center;
}
#contact .contact {
  position: relative;
  z-index: 0;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #contact .contact {
    padding: 7rem 0;
  }
}
#contact .form_wrap > p {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#contact .form_wrap > p span {
  margin-right: 5px;
}
#contact .form_wrap form table {
  width: 100%;
  margin-bottom: 50px;
}
#contact .form_wrap form table th {
  padding: 2rem 0.5rem;
  border-bottom: #0d9c59 3px solid;
  width: 30%;
  position: relative;
  font-weight: 500;
  color: #0d9c59;
}
#contact .form_wrap form table th .requied {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th .requied {
    top: calc(50% + 1rem);
  }
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th {
    width: 100%;
    display: block;
    border: 0;
    font-size: 16px;
    padding-bottom: 1rem;
  }
}
#contact .form_wrap form table td {
  padding: 2rem 0.5rem 2rem 4rem;
  border-bottom: #ece8de 1px solid;
  width: 70%;
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    padding: 1rem 0.5rem 2rem 0.5rem;
  }
}
#contact .form_wrap form table td input {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
#contact .form_wrap form table td input.w50 {
  width: 330px;
}
#contact .form_wrap form table td input.w30 {
  margin-left: 10px;
}
#contact .form_wrap form table td input[type=file] {
  border: none;
}
#contact .form_wrap form table td input[type=text] {
  width: 100%;
}
#contact .form_wrap form table td .red {
  font-size: 90%;
  color: #bb1515;
  font-weight: 400;
}
#contact .form_wrap form table td label {
  margin-right: 20px;
}
#contact .form_wrap form table td label input[type=radio] {
  margin-right: 10px;
}
#contact .form_wrap form table td select {
  padding: 5px;
  width: 30%;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td select {
    width: auto;
  }
}
#contact .form_wrap form table td textarea {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    display: block;
    width: 100%;
  }
  #contact .form_wrap form table td input {
    width: 100%;
  }
  #contact .form_wrap form table td input.w50 {
    width: 100%;
  }
  #contact .form_wrap form table td input.w30 {
    max-width: 250px;
  }
  #contact .form_wrap form table td label input[type=radio] {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form table th, #contact .form_wrap form table td {
    width: 100%;
    display: block;
  }
}
#contact .form_wrap form h4 {
  font-size: 22px;
  padding-left: 10px;
  border-left: 10px solid #0d9c59;
  margin-bottom: 20px;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form h4 {
    font-size: 20px;
  }
}
#contact .form_wrap form .privacy_ttl {
  text-align: center;
  letter-spacing: 0.1em;
}
#contact .form_wrap form .privacy_policy {
  border: 1px solid #0d9c59;
  background: #fff;
  padding: 20px 10px;
  border-radius: 5px;
  margin-bottom: 40px;
  font-weight: 400;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner {
  max-height: 340px;
  overflow-y: scroll;
  padding: 20px 30px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner h5 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #242424;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul {
  padding-left: 0;
  list-style: none;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
  margin-bottom: 5px;
  display: flex;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul:last-of-type li {
  display: block;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner .name {
  text-align: right;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar {
  width: 10px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-thumb {
  background: #0d9c59;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner a {
  color: #007bff;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner {
    padding: 20px 10px;
  }
}
#contact .form_wrap form .check {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
#contact .form_wrap form .check input[type=checkbox] {
  margin-right: 10px;
  padding: 5px;
}
#contact .form_wrap form button .txt {
  flex: 1;
}
#contact .form_wrap form .submit {
  text-align: center;
}
#contact .form_wrap form .submit button {
  margin: 0 auto;
}
#contact .form_wrap form .confirm {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
#contact .form_wrap form .confirm button {
  margin: 0;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form .confirm button {
    width: 26rem;
    justify-content: space-between;
  }
}
#contact .form_wrap form .confirm button[type=button] {
  background: #f1f1f1;
  color: #0d9c59;
  border: 0;
}
#contact .form_wrap form .confirm button[type=button] .arrow {
  background: #0d9c59;
  color: #fff;
}
@media (hover: hover) {
  #contact .form_wrap form .confirm button[type=button]:hover {
    background: #0d9c59;
    color: #fff;
  }
  #contact .form_wrap form .confirm button[type=button]:hover .arrow {
    background: #fff;
    color: #0d9c59;
  }
}