@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  letter-spacing: 0;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  max-width: 100vw;
  background-color: #EFF3F4;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}

a {
  color: #fff;
  text-decoration: none;
}

img {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
}

svg {
  width: auto;
  height: auto;
  overflow: hidden;
}

li {
  list-style: none;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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

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

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

@media (hover: none) and (pointer: coarse) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  a:hover,
  .c-button:hover,
  button:hover {
    transform: none !important;
    background-color: inherit !important;
    transition: none !important;
  }
}
#header {
  padding: 0 8.4%;
  height: 114px;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
}
@media screen and (max-width: 1100px) {
  #header {
    padding: 0 4%;
    height: 60px;
  }
}
#header a {
  font-weight: 700;
}
#header.is-scrolled {
  background-color: hsla(170, 11%, 22%, 0.42);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 0;
  width: 100%;
  max-width: 100%;
  font-family: "Barlow", sans-serif;
  position: relative;
  z-index: 1000;
}
.header__inner.is-open {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  background-color: #002211;
  padding: 27px 8.4%;
  z-index: 1000;
}
@media screen and (max-width: 1100px) {
  .header__inner.is-open {
    padding: 15px 4%;
  }
}
.header__inner.is-open .site-map .site-map__line span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 0;
}
.header__inner.is-open .site-map .site-map__line span:nth-child(2) {
  opacity: 0;
}
.header__inner.is-open .site-map .site-map__line span:last-child {
  top: 0;
  left: 50%;
  width: 19px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 1100px) {
  .header__inner {
    padding: 15px 0;
  }
}
.header__inner .header__logo img {
  width: 55px;
  height: 60px;
}
@media screen and (max-width: 1100px) {
  .header__inner .header__logo img {
    width: 27px;
    height: 30px;
  }
}
.header__inner .header__nav {
  text-transform: uppercase;
}
.header__inner .header__nav .header__nav--list {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header__button {
  display: flex;
  align-items: center;
  gap: 16px;
  text-transform: uppercase;
}
.header__button .header__button--list {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.875rem;
}
@media screen and (max-width: 1100px) {
  .header__button .header__button--list {
    gap: 8px;
    font-size: 0.75rem;
  }
}
.header__button .header__button--list .recruit,
.header__button .header__button--list .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 37px;
  border-radius: 8px;
  text-align: center;
  align-content: center;
  background-color: #004723;
  border: 1px solid #fff;
}
@media screen and (max-width: 1100px) {
  .header__button .header__button--list .recruit,
  .header__button .header__button--list .contact {
    width: 90px;
    height: 30px;
  }
}
.header__button .site-map {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #231815 !important;
  border: 1px solid #fff;
}
.header__button .site-map .site-map__line {
  position: relative;
}
.header__button .site-map .site-map__line span {
  display: block;
  width: 19px;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform-origin: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__button .site-map .site-map__line span:first-child {
  top: -6px;
}
.header__button .site-map .site-map__line span:last-child {
  top: 6px;
  left: 40%;
  width: 10px;
  height: 1px;
}

.hamburger__inner {
  margin-top: 100px;
  padding: 0 8.4%;
  background-color: #002211;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 80;
}
@media screen and (max-width: 1100px) {
  .hamburger__inner {
    margin-top: 67px;
    padding: 0 4%;
  }
}
.hamburger__inner.is-open {
  display: block;
}
.hamburger__inner .hamburger__content {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
}
@media screen and (max-width: 1100px) {
  .hamburger__inner .hamburger__content {
    flex-direction: column-reverse;
    padding: 40px 4% 40px 4%;
    gap: 40px;
  }
}
.hamburger__inner .hamburger__content .hamburger__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .hamburger__inner .hamburger__content .hamburger__logo {
    align-items: center;
  }
}

.hamburger__nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .hamburger__nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
}
.hamburger__nav .hamburger__nav--list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .hamburger__nav .hamburger__nav--list {
    width: 100%;
    gap: 16px;
  }
}
.hamburger__nav .hamburger__nav--list li {
  height: 32px;
}
@media screen and (max-width: 1100px) {
  .hamburger__nav .hamburger__nav--list li {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #413836;
    align-content: center;
    padding-bottom: 1rem;
  }
}
.hamburger__nav .hamburger__nav--list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  vertical-align: -0.5rem;
}
@media screen and (max-width: 1100px) {
  .hamburger__nav .hamburger__nav--list li a {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 1100px) {
  .hamburger__nav .hamburger__nav--list li a svg {
    width: 11px;
    height: 11px;
  }
}

body.active {
  height: 100vh;
  overflow: hidden;
  touch-action: none;
}

#footer .footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 80px 8.4%;
  background-color: #000;
  z-index: 1000;
}
@media screen and (max-width: 1100px) {
  #footer .footer__inner {
    flex-direction: column;
    padding: 40px 8%;
    gap: 40px;
  }
}
#footer .footer__inner .footer__nav {
  width: 100%;
}
#footer .footer__inner .footer__nav .footer__nav--list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  #footer .footer__inner .footer__nav .footer__nav--list {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
  }
}
#footer .footer__inner .footer__nav .footer__nav--list li {
  height: 32px;
  align-content: center;
}
@media screen and (max-width: 1100px) {
  #footer .footer__inner .footer__nav .footer__nav--list li {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #413836;
    align-content: center;
    padding-bottom: 1rem;
  }
}
#footer .footer__inner .footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
}
#footer .footer__copy {
  padding: 40px 30px;
}
@media screen and (max-width: 1100px) {
  #footer .footer__copy {
    padding: 24px 8%;
  }
}
#footer .footer__copy p {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
}

#contact {
  padding: 59px 8.4%;
  background-image: url(../img/common/contact_img02.webp);
  background-size: cover;
  background-position: center 55%;
  position: relative;
  max-height: 29.1666666667vw;
  height: 100%;
  z-index: 5;
}
@media screen and (max-width: 1100px) {
  #contact {
    max-height: 94.1333333333vw;
    padding: 40px 8.2% 40px 8%;
  }
}
#contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 40, 39, 0.7490196078);
  z-index: 5;
}
#contact .contact__inner {
  position: relative;
  z-index: 100;
}
#contact .contact__inner .c-section-a {
  color: #fff;
}
@media screen and (max-width: 1100px) {
  #contact .contact__inner .c-section-a {
    font-size: 1.5rem;
  }
}
#contact .contact__inner .contact__text {
  font-size: 2rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 2.29;
  color: #fff;
  margin: 24px 0 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1380px) {
  #contact .contact__inner .contact__text {
    font-size: 1.75rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1100px) {
  #contact .contact__inner .contact__text {
    font-size: 1.25rem;
    margin: 24px 0 24px;
    line-height: 1.8;
  }
}
#contact .contact__inner .contact__text span {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
}
#contact .contact__inner .c-button {
  justify-content: right;
  position: relative;
  z-index: 10;
}
#contact .contact__inner .c-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #231815;
  font-size: 2.5rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1;
  width: 485px;
  height: 110px;
  background-color: #004723;
  color: #fff;
}
@media screen and (max-width: 1380px) {
  #contact .contact__inner .c-button a {
    font-size: 1.5rem;
    width: 315px;
    height: 90px;
  }
}
#contact .contact__inner .c-button a img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1380px) {
  #contact .contact__inner .c-button a img {
    width: 40px;
    height: 40px;
  }
}
#contact .contact__inner .c-button a .arrow-icon {
  margin-left: 22px;
  vertical-align: 0;
}
@media screen and (max-width: 1380px) {
  #contact .contact__inner .c-button a .arrow-icon {
    margin-left: 6px;
    width: 24px;
    height: 24px;
  }
}

#form {
  padding: 80px 22.2%;
  height: 100%;
  background-color: rgba(179, 211, 195, 0.3019607843);
  position: relative;
}
@media screen and (max-width: 1100px) {
  #form {
    padding: 40px 8%;
  }
}
#form .form__pattern {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
#form .c-section-a {
  color: #231815;
  text-align: center;
}
#form .form__content {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
#form .form__content .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
}
#form .form__content .container .item {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: left;
  padding: 4px 0;
}
#form .form__content .container .item .req {
  background-color: #004723;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  align-content: center;
  margin-right: 8px;
}
#form .form__content .container .container__box {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
#form .form__content .container .container__box textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  color: #C3C3C3;
  padding: 14px 24px;
  line-height: 2;
  border: none;
  outline: none;
}
#form .form__content .container .age {
  width: 11.1111111111vw;
}
@media screen and (max-width: 1100px) {
  #form .form__content .container .age {
    width: 50%;
  }
}
#form .form__content .container .container__gender {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
#form .form__content .container .container__gender .form__radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 9px;
}
#form .form__content .container .container__gender .form__radio input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#form .form__content .form__checkbox {
  margin: 0 auto;
}
#form .form__content .form__checkbox a {
  color: #231815;
  padding-bottom: 0.3em;
}
#form .form__content .form__checkbox input {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  cursor: pointer;
}
#form .form__content .form__checkbox input[type=checkbox] {
  accent-color: #16FFC0;
}
#form .c-button {
  margin: 0 auto;
}

#contact-form {
  padding: 164px 13.9%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #contact-form {
    padding: 86px 8% 80px;
  }
}
#contact-form .contact-form__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  color: #231815;
}
@media screen and (max-width: 1100px) {
  #contact-form .contact-form__content {
    gap: 24px;
  }
}
#contact-form .contact-form__content .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  #contact-form .contact-form__content .container {
    gap: 8px;
  }
}
#contact-form .contact-form__content .container .item {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: left;
  padding: 4px 0;
}
#contact-form .contact-form__content .container .item .req {
  background-color: #004723;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  align-content: center;
  margin-right: 8px;
}
#contact-form .contact-form__content .container .container__box {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
#contact-form .contact-form__content .container .container__box textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  color: #C3C3C3;
  padding: 14px 24px;
  line-height: 2;
  border: none;
  outline: none;
}
#contact-form .contact-form__content .container .box-area {
  width: 100%;
  height: 150px;
  background-color: #fff;
  color: #C3C3C3;
  padding: 14px 24px;
  line-height: 2;
}
#contact-form .contact-form__content .container .box-area textarea {
  height: 150px;
}
#contact-form .contact-form__content .contact-form__checkbox {
  margin: 0 auto;
}
#contact-form .contact-form__content .contact-form__checkbox a {
  color: #231815;
  padding-bottom: 0.3em;
}
#contact-form .contact-form__content .contact-form__checkbox input {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  cursor: pointer;
}
#contact-form .contact-form__content .contact-form__checkbox input[type=checkbox] {
  accent-color: #16FFC0;
}
#contact-form .c-button {
  margin: 0 auto;
}

#contact-confirm {
  padding: 164px 13.9%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #contact-confirm {
    padding: 86px 8% 80px;
  }
}
#contact-confirm .contact-form__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  color: #231815;
}
@media screen and (max-width: 1100px) {
  #contact-confirm .contact-form__content {
    gap: 24px;
  }
}
#contact-confirm .contact-form__content .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  #contact-confirm .contact-form__content .container {
    gap: 8px;
  }
}
#contact-confirm .contact-form__content .container .item {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: left;
  padding: 4px 0;
}
#contact-confirm .contact-form__content .container .item .req {
  background-color: #004723;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  align-content: center;
  margin-right: 8px;
}
#contact-confirm .contact-form__content .container .input {
  width: 100%;
  height: 100%;
  padding: 0 24px 14px;
  line-height: 2;
  font-size: 1.125rem;
}
@media screen and (max-width: 1100px) {
  #contact-confirm .contact-form__content .container .input {
    font-size: 1rem;
    padding: 0px 15px 8px;
  }
}
#contact-confirm .c-button {
  margin: 0 auto;
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  width: 250px;
  height: 56px;
  background-color: #004723;
  align-content: center;
}
.c-button a .arrow-icon {
  margin-left: 10px;
  vertical-align: -0.1rem;
}

.c-section-a {
  font-size: 1.5rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  .c-section-a {
    font-size: 1.25rem;
  }
}

.c-section-b {
  font-size: 2.5rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #231815;
  text-transform: uppercase;
  text-align: center;
  justify-items: center;
}
@media screen and (max-width: 1100px) {
  .c-section-b {
    font-size: 1.25rem;
  }
}
.c-section-b svg {
  display: block;
  margin: 0 auto 10px;
}

.c-section-c {
  font-size: 2.5rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #231815;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  .c-section-c {
    font-size: 1.25rem;
  }
}
.c-section-c svg {
  margin: 0 auto 10px;
}
@media screen and (max-width: 1100px) {
  .c-section-c svg {
    margin: 0;
  }
}

.header__logo a {
  transition: 0.3s all;
}
@media (hover: hover) {
  .header__logo a:hover {
    opacity: 0.7;
  }
}

.header__nav--list li a {
  position: relative;
  opacity: 1;
}
.header__nav--list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-color: #fff;
  width: 0;
  height: 1px;
  transition: 0.5s all;
}
@media (hover: hover) {
  .header__nav--list li a:hover::after {
    width: 100%;
    opacity: 1;
  }
}

.header__button--list .recruit,
.header__button--list .contact {
  transition: 0.5s all;
}
@media (hover: hover) {
  .header__button--list .recruit:hover,
  .header__button--list .contact:hover {
    transition: 0.5s all;
    background-color: #fff;
    color: #004723;
    border: none;
  }
}

.c-button a .arrow-icon,
.c-button .c-button__btn .arrow-icon {
  transition: none;
}
@media (hover: hover) {
  .c-button a:hover .arrow-icon,
  .c-button .c-button__btn:hover .arrow-icon {
    animation: flyUpLoop 1s infinite ease-in-out;
  }
}
@keyframes flyUpLoop {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(20px, -20px);
    opacity: 0;
  }
  60% {
    transform: translate(-20px, 20px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media (hover: hover) {
  .business__content a.business__content--item:hover {
    opacity: 0.7;
  }
  .business__content a.business__content--item:hover p {
    position: relative;
    opacity: 1;
    color: #004723;
  }
  .business__content a.business__content--item:hover p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background-color: #004723;
    width: 0;
    height: 1px;
    animation: underlineGrow 0.6s ease forwards;
  }
  @keyframes underlineGrow {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
}

@media (hover: hover) {
  .c-news__list--item a:hover p {
    position: relative;
    opacity: 1;
    color: #006934;
  }
  .c-news__list--item a:hover p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    display: block;
    background-color: #006934;
    width: 0;
    height: 1px;
    animation: underlineGrow 0.6s ease forwards;
  }
  @keyframes underlineGrow {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
}

@media (hover: hover) {
  .join-us__recruit--item a:hover p {
    position: relative;
    opacity: 1;
    color: #004723;
  }
  .join-us__recruit--item a:hover p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    display: block;
    background-color: #004723;
    width: 0;
    height: 1px;
    animation: underlineGrow 0.6s ease forwards;
  }
  @keyframes underlineGrow {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
}

.hamburger__sns a {
  transition: 0.3s all;
}
@media (hover: hover) {
  .hamburger__sns a:hover {
    opacity: 0.7;
  }
}

.footer__nav--list li a {
  transition: 0.3s all;
}
@media (hover: hover) {
  .footer__nav--list li a:hover {
    transition: 0.3s all;
    color: #16FFC0;
  }
}

.footer__sns a {
  transition: 0.3s all;
}
@media (hover: hover) {
  .footer__sns a:hover {
    transition: 0.3s all;
    transform: scale(0.8);
  }
  .footer__sns a:hover .cls-1 {
    fill: #16FFC0;
  }
}

.hamburger__nav--list li a .arrow-icon {
  transition: none;
}
.hamburger__nav--list li a span {
  position: relative;
  opacity: 1;
}
.hamburger__nav--list li a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-color: #16FFC0;
  width: 0;
  height: 1px;
  transition: 0.5s all;
}
@media (hover: hover) {
  .hamburger__nav--list li a:hover {
    color: #16FFC0;
  }
  .hamburger__nav--list li a:hover .arrow-icon {
    animation: flyUpLoop 1s infinite ease-in-out;
  }
  .hamburger__nav--list li a:hover span::after {
    width: 100%;
    opacity: 1;
  }
}
@keyframes flyUpLoop {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(20px, -20px);
    opacity: 0;
  }
  60% {
    transform: translate(-20px, 20px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media (hover: hover) {
  button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.c-breadcrumb__list li a {
  position: relative;
  opacity: 1;
}
.c-breadcrumb__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-color: #004723;
  width: 0;
  height: 1px;
  transition: 0.3s all;
}
@media (hover: hover) {
  .c-breadcrumb__list li a:hover span {
    color: #004723;
  }
  .c-breadcrumb__list li a:hover::after {
    width: 100%;
    opacity: 1;
  }
}

@media (hover: hover) {
  .c-paginate .page-numbers:hover,
  .c-paginate .c-paginate__link:hover {
    color: #fff;
    background-color: #006934;
    transition: all 0.2s ease;
  }
  .c-paginate .page-numbers:hover .page-prev,
  .c-paginate .page-numbers:hover .page-next,
  .c-paginate .c-paginate__link:hover .page-prev,
  .c-paginate .c-paginate__link:hover .page-next {
    color: #fff;
    transition: all 0.2s ease;
  }
}

@media (hover: hover) {
  .sidebar__list--item a:hover .sidebar__list--text p {
    position: relative;
    opacity: 1;
    color: #006934;
  }
  .sidebar__list--item a:hover .sidebar__list--text p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background-color: #006934;
    width: 0;
    height: 1px;
    animation: underlineGrow 0.6s ease forwards;
  }
  @keyframes underlineGrow {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
}

@media (hover: hover) {
  #contact-form .contact-form__content .container .container__box:hover,
  #form .form__content .container .container__box:hover {
    border: 2px solid #006934;
  }
}
@media (hover: hover) {
  #contact-form .contact-form__content .form__checkbox input:hover,
  #form .form__content .form__checkbox input:hover {
    border: 2px solid #006934;
  }
}
@media (hover: hover) {
  #contact-form .contact-form__content label a,
  #form .form__content label a {
    position: relative;
    opacity: 1;
  }
  #contact-form .contact-form__content label a::after,
  #form .form__content label a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background-color: hsla(0, 0%, 20%, 0.7);
    width: 0;
    height: 1px;
    transition: 0.5s all;
  }
}
@media (hover: hover) and (hover: hover) {
  #contact-form .contact-form__content label a:hover::after,
  #form .form__content label a:hover::after {
    width: 100%;
    opacity: 1;
  }
}

.c-section__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 52%;
  width: 100%;
}
@media screen and (max-width: 1380px) {
  .c-section__inner {
    gap: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .c-section__inner {
    max-width: 100%;
    gap: 24px;
  }
}
.c-section__inner .c-section-a {
  color: #231815;
}
.c-section__inner .c-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #004723;
}
@media screen and (max-width: 1380px) {
  .c-section__inner .c-title {
    font-size: 1.5rem;
  }
}
.c-section__inner .c-explanation {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.29;
}
@media screen and (max-width: 1100px) {
  .c-section__inner .c-explanation {
    font-size: 1rem;
  }
}

#heading {
  width: 100%;
  height: 31.9444444444vw;
}
@media screen and (max-width: 1100px) {
  #heading {
    height: 53.3333333333vw;
  }
}
#heading .c-heading__inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#heading .c-heading__inner picture,
#heading .c-heading__inner picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  overflow: hidden;
}
#heading .c-heading__inner .c-heading__text {
  position: absolute;
  top: 63%;
  left: 0;
  z-index: 1000;
  text-transform: uppercase;
  padding: 0 12.2%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #heading .c-heading__inner .c-heading__text {
    top: 72%;
    padding: 0 8%;
  }
}
#heading .c-heading__inner .c-heading__text h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #heading .c-heading__inner .c-heading__text h2 {
    font-size: 1.125rem;
  }
}
#heading .c-heading__inner .c-heading__text span {
  font-size: 7.5rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: rgba(179, 211, 195, 0.4);
  margin-top: -90px;
}
@media screen and (max-width: 768px) {
  #heading .c-heading__inner .c-heading__text span {
    font-size: 3.25rem;
    margin-top: -40px;
  }
}

#c-breadcrumb {
  width: 100%;
  padding: 24px 8.4%;
  color: #231815;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1100px) {
  #c-breadcrumb {
    padding: 24px 8%;
  }
}
#c-breadcrumb .c-breadcrumb__list {
  white-space: normal;
  max-width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  #c-breadcrumb .c-breadcrumb__list {
    font-size: 0.875rem;
    line-height: 1.3;
    overflow-wrap: break-word;
  }
}
#c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item {
  display: inline;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}
#c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item img {
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  #c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item img {
    margin-right: 8px;
    width: 9px;
    height: 10px;
    margin-bottom: 0.3rem;
  }
}
#c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item a {
  color: #231815;
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  #c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item a {
    margin-right: 8px;
  }
}

.c-paginate {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 1100px) {
  .c-paginate {
    margin-top: 40px;
  }
}
.c-paginate .page-numbers,
.c-paginate .c-paginate__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 1rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  border: 1px solid #006934;
  color: #006934;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.c-paginate .page-numbers.current,
.c-paginate .c-paginate__link.current {
  background-color: #006934;
  color: #fff;
}

.c-news__bg {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .c-news__bg {
    width: 340px;
    height: 326px;
    top: 0;
  }
}

.c-news__list .c-news__list--item {
  border-bottom: 1px solid #006934;
}
.c-news__list .c-news__list--item a {
  color: #231815;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 40px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .c-news__list .c-news__list--item a {
    flex-wrap: wrap;
    padding: 16px 0;
  }
}
.c-news__list .c-news__list--item a time {
  color: #006934;
  margin-right: 16px;
}
.c-news__list .c-news__list--item a span {
  color: #fff;
  max-width: 88px;
  width: 100%;
  height: 26px;
  background-color: #006934;
  text-align: center;
  align-content: center;
  margin-right: 32px;
}
.c-news__list .c-news__list--item a p {
  font-size: 1rem;
  line-height: 2.29;
  max-width: 624px;
  width: 100%;
  text-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .c-news__list .c-news__list--item a p {
    margin-top: 16px;
  }
}

#fv {
  width: 100%;
  height: 47.9166666667vw;
}
@media screen and (max-width: 1100px) {
  #fv {
    height: 177.8666666667vw;
  }
}
#fv .fv__bg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#fv .fv__bg .video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
#fv .fv__inner {
  padding: 0 8.4%;
  position: absolute;
  top: 10vw;
  left: 0;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  #fv .fv__inner {
    top: 37.3333333333vw;
  }
}
#fv .fv__inner .fv__title {
  display: inline-block;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 1100px) {
  #fv .fv__inner .fv__title {
    font-size: 2.5rem;
    margin-bottom: 24px;
  }
}
#fv .fv__inner .fv__title .em {
  background-color: #004723;
  letter-spacing: 0.15rem;
  padding: 0 0.5rem 0 0.8rem;
}
@media screen and (max-width: 1100px) {
  #fv .fv__inner .fv__title .em {
    letter-spacing: 0.15rem;
    padding: 0 0.3rem 0 0.5rem;
  }
}
#fv .fv__inner .fv__title .small {
  font-size: 3rem;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 1100px) {
  #fv .fv__inner .fv__title .small {
    font-size: 2rem;
    letter-spacing: 0.15rem;
  }
}
#fv .fv__inner .fv__title .small.last {
  padding: 0;
}
@media screen and (max-width: 1100px) {
  #fv .fv__inner .fv__title .small.last {
    padding: 0 0.3rem 0 0;
  }
}
@media screen and (max-width: 1100px) {
  #fv .fv__inner .fv__title .small.second {
    letter-spacing: 0;
    margin-right: -0.5rem;
  }
}
#fv .fv__inner .fv__title span:nth-of-type(3) {
  letter-spacing: 0;
  padding: 0 0.5rem 0 0.5rem;
}
@media screen and (max-width: 1100px) {
  #fv .fv__inner .fv__title span:nth-of-type(3) {
    padding: 0 0.3rem 0 0.3rem;
  }
}
#fv .fv__inner .fv__title span:nth-of-type(5) {
  letter-spacing: 0;
}
#fv .fv__inner .fv__title span:last-of-type {
  padding: 0 0 0 1rem;
}
@media screen and (max-width: 1100px) {
  #fv .fv__inner .fv__title span:last-of-type {
    padding: 0 0 0 0.5rem;
  }
}
#fv .fv__inner .fv__text {
  font-size: 1.125rem;
  line-height: 2.29;
  padding: 0 1rem;
}
@media screen and (max-width: 1100px) {
  #fv .fv__inner .fv__text {
    font-size: 1rem;
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  #fv .header__button {
    margin-top: 40px;
  }
  #fv .header__button .header__button--list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    font-size: 1.5rem;
    margin: 0 auto;
  }
  #fv .header__button .header__button--list .recruit,
  #fv .header__button .header__button--list .contact {
    font-weight: 700;
    width: 240px;
    height: 60px;
  }
}

#about-us {
  background-image: url(../img/common/aboutus_bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 0 8.4% 55px;
  justify-items: center;
}
@media screen and (max-width: 768px) {
  #about-us {
    padding: 0 8% 40px;
  }
}
#about-us .about-us__top {
  position: relative;
  top: -75px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1100px) {
  #about-us .about-us__top {
    flex-wrap: wrap;
    gap: 16px;
  }
}
#about-us .about-us__top .about-us__top--content {
  width: 308px;
  height: 305px;
  padding: 18px 26px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  text-align: center;
}
#about-us .about-us__top .about-us__top--content .em {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  color: #006934;
}
#about-us .about-us__top .about-us__top--content .num {
  height: 48px;
  padding: 8px 24px;
  background-color: #006934;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
#about-us .about-us__top .about-us__top--content p {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  color: #231815;
  text-align: left;
}
#about-us .about-us__inner {
  position: relative;
  z-index: 10;
  margin-top: 5px;
  width: 100%;
  text-align: center;
}
#about-us .about-us__inner .c-section-a {
  text-align: left;
  margin: 0;
}
#about-us .about-us__inner .about-us__inner--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #about-us .about-us__inner .about-us__inner--text {
    gap: 16px;
    margin-top: 16px;
  }
}
#about-us .about-us__inner .about-us__inner--text p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.29;
}
@media screen and (max-width: 768px) {
  #about-us .about-us__inner .about-us__inner--text p {
    font-size: 0.875rem;
  }
}
#about-us .about-us__inner .about-us__inner--text .em {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.29;
}
@media screen and (max-width: 768px) {
  #about-us .about-us__inner .about-us__inner--text .em {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

#achievement {
  padding: 180px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #achievement {
    padding: 40px 0 35.5px;
  }
}
#achievement .left,
#achievement .right {
  position: absolute;
  top: 0;
}
#achievement .left {
  left: 0px;
}
#achievement .right {
  right: 0;
}
#achievement .achievement__text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.29;
  color: #231815;
  margin: 40px 0 40px;
}
@media screen and (max-width: 1100px) {
  #achievement .achievement__text {
    margin: 24px 8% 33px;
  }
}
#achievement .slide-wrap .achievement__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8.6%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  #achievement .slide-wrap .achievement__inner {
    padding: 0 0 0 8%;
  }
}
#achievement .slide-wrap .achievement__inner .slick-track {
  display: flex !important;
  gap: 28px;
  margin-left: -28px;
}
@media screen and (max-width: 1100px) {
  #achievement .slide-wrap .achievement__inner .slick-track {
    margin-left: 0;
  }
}
#achievement .slide-wrap .achievement__inner .slick-track .slick-slide {
  max-width: 279px;
}
#achievement .slide-wrap .achievement__inner .achievement__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 279px;
  width: 100%;
  margin: 0 0 80px 0;
}
#achievement .slide-wrap .achievement__inner .achievement__content .achievement__content--img {
  width: 279px;
  height: 189px;
  background-color: #fff;
  align-content: center;
}
#achievement .slide-wrap .achievement__inner .achievement__content .achievement__content--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#achievement .slide-wrap .achievement__inner .achievement__content .achievement__content--text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
#achievement .slide-wrap .achievement__inner .achievement__content .achievement__content--text .category {
  display: inline-block;
  width: 76px;
  height: 28px;
  background-color: #006934;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  align-content: center;
}
#achievement .slide-wrap .achievement__inner .achievement__content .achievement__content--text .title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  color: #004723;
  margin-bottom: 8px;
}
#achievement .slide-wrap .achievement__inner .achievement__content .achievement__content--text .text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #231815;
}
#achievement .slide-wrap .slider-controls {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 6%;
  margin-bottom: 40px;
}
#achievement .slide-wrap .slider-controls .slider-range {
  width: 100%;
  height: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
#achievement .slide-wrap .slider-controls .slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 26.6%;
  height: 2px;
  background: #004723;
  cursor: pointer;
}
#achievement .slide-wrap .slider-controls .slider-range::-moz-range-thumb {
  width: 26.6%;
  height: 2px;
  background: #004723;
  cursor: pointer;
}
#achievement .slide-wrap .slider-controls .slider-range::-ms-thumb {
  width: 26.6%;
  height: 2px;
  background: #004723;
  cursor: pointer;
}
#achievement .slide-wrap .slider-controls .slider-range::-webkit-slider-runnable-track {
  height: 1px;
  background: #B3D3C3;
}
#achievement .slide-wrap .slider-controls .slider-range::-ms-fill-lower, #achievement .slide-wrap .slider-controls .slider-range::-ms-fill-upper {
  background: #B3D3C3;
}
#achievement .slide-wrap .slider-controls .slider-arrow {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#achievement .slide-wrap .slider-controls .slider-arrow svg {
  width: 19px;
  height: 13px;
  display: block;
}
@media screen and (max-width: 1100px) {
  #achievement .slide-wrap .slider-controls .slider-arrow svg {
    width: 14px;
    height: 10px;
  }
}
#achievement .c-button {
  margin: 0 auto;
}

#business {
  padding: 80px 8.4%;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #business {
    flex-direction: column-reverse;
    margin: 40px 0;
    padding: 0 8%;
    gap: 24px;
  }
}
#business .c-section__inner {
  max-width: 100%;
}
#business .c-section__inner .c-title {
  margin-top: -16px;
}
@media screen and (max-width: 1100px) {
  #business .c-section__inner .c-title {
    margin-top: 0;
  }
}
#business .c-section__inner .business__content {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  #business .c-section__inner .business__content {
    gap: 30px;
  }
}
#business .c-section__inner .business__content .business__content--item {
  width: calc(50% - 10px);
  color: #231815;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 1100px) {
  #business .c-section__inner .business__content .business__content--item {
    width: 100%;
  }
}
#business .c-section__inner .business__content .business__content--item .business__content--text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#business .c-section__inner .business__content .business__content--item .business__content--text h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
}
#business .c-section__inner .business__content .business__content--item .business__content--text p {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6;
  text-wrap: wrap;
}
#business .c-section__inner .business__content .business__content--item img {
  width: 40.9722222222vw;
  height: 20.8333333333vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  #business .c-section__inner .business__content .business__content--item img {
    width: 100%;
    height: 100%;
  }
}

#ceo-profile {
  padding: 80px 8.4%;
  background: linear-gradient(-148deg, #004723 64%, #B3D3C3 36%);
  color: #fff;
}
@media screen and (max-width: 1100px) {
  #ceo-profile {
    padding: 40px 8%;
    background: linear-gradient(-160deg, #004723 89%, #B3D3C3 11%);
  }
}
#ceo-profile .c-section-b {
  color: #fff;
}
#ceo-profile .ceo-profile__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 40px 0;
}
@media screen and (max-width: 1100px) {
  #ceo-profile .ceo-profile__inner {
    flex-direction: column;
    margin: 24px 0;
  }
}
#ceo-profile .ceo-profile__inner .ceo-profile__img {
  min-width: 542px;
  height: 480px;
}
@media screen and (max-width: 1100px) {
  #ceo-profile .ceo-profile__inner .ceo-profile__img {
    min-width: 100%;
    height: 64vw;
    overflow: hidden;
  }
}
#ceo-profile .ceo-profile__inner .ceo-profile__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 1100px) {
  #ceo-profile .ceo-profile__inner .ceo-profile__img img {
    transform: scale(1.1);
    -o-object-position: center 5px;
       object-position: center 5px;
  }
}
#ceo-profile .ceo-profile__inner .ceo-profile__text {
  min-width: 51.5%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.29;
}
#ceo-profile .ceo-profile__inner .ceo-profile__text h3 {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  #ceo-profile .ceo-profile__inner .ceo-profile__text h3 {
    font-size: 1.5rem;
  }
}
#ceo-profile .ceo-profile__inner .ceo-profile__text .ceo-profile__name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
#ceo-profile .ceo-profile__inner .ceo-profile__text .ceo-profile__name .name {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 1100px) {
  #ceo-profile .ceo-profile__inner .ceo-profile__text .ceo-profile__name .name {
    font-size: 1.125rem;
  }
}
#ceo-profile .c-button {
  margin: 0 auto;
}
#ceo-profile .c-button a {
  border: 1px solid #fff;
}

#news {
  padding: 180px 13.9%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #news {
    padding: 40px 8%;
  }
}
#news .c-news__list {
  margin: 40px 0;
}
@media screen and (max-width: 1100px) {
  #news .c-news__list {
    margin: 24px 0;
  }
}
#news .c-button {
  margin: 0 auto;
}

#join-us {
  height: 100%;
}
#join-us .sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  #join-us .sp_only {
    display: block;
  }
}
#join-us .pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  #join-us .pc_only {
    display: none;
  }
}
#join-us .join-us__inner {
  padding: 0 8.4% 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  #join-us .join-us__inner {
    flex-direction: column;
    padding: 0 8%;
  }
}
#join-us .join-us__inner .join-us__img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  #join-us .join-us__inner .join-us__img {
    max-width: 100%;
  }
}
#join-us .join-us__inner .join-us__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#join-us .join-us__inner .c-section__inner {
  margin-top: 80px;
  gap: 24px;
}
@media screen and (max-width: 1100px) {
  #join-us .join-us__inner .c-section__inner {
    margin-top: 40px;
  }
}
#join-us .join-us__inner .c-section__inner p {
  max-width: 600px;
}
@media screen and (max-width: 1100px) {
  #join-us .join-us__inner .c-section__inner p {
    max-width: 100%;
  }
}
#join-us .join-us__recruit {
  width: 83%;
  height: 100%;
  padding: 80px;
  background-color: rgba(255, 255, 255, 0.6980392157);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin: -120px auto 183px;
}
@media screen and (max-width: 1100px) {
  #join-us .join-us__recruit {
    padding: 40px 15px 10px;
    margin: 24px 8% 40px;
    height: auto;
  }
}
#join-us .join-us__recruit .join-us__recruit--list {
  margin: 40px 0;
}
#join-us .join-us__recruit .join-us__recruit--list h3 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 24px;
  text-wrap: nowrap;
}
@media screen and (max-width: 1100px) {
  #join-us .join-us__recruit .join-us__recruit--list h3 {
    font-size: 1.25rem;
    margin-right: 8px;
  }
}
#join-us .join-us__recruit .join-us__recruit--list .join-us__recruit--item {
  border-bottom: 1px solid #006934;
}
#join-us .join-us__recruit .join-us__recruit--list .join-us__recruit--item a {
  color: #231815;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.29;
}
@media screen and (max-width: 1100px) {
  #join-us .join-us__recruit .join-us__recruit--list .join-us__recruit--item a {
    flex-wrap: wrap;
    padding: 24px 0;
  }
}
#join-us .join-us__recruit .join-us__recruit--list .join-us__recruit--item a h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #004723;
  margin-right: 24px;
  text-wrap: nowrap;
}
@media screen and (max-width: 1100px) {
  #join-us .join-us__recruit .join-us__recruit--list .join-us__recruit--item a h3 {
    font-size: 1.5rem;
    margin-right: 8px;
  }
}
#join-us .join-us__recruit .join-us__recruit--list .join-us__recruit--item a svg {
  margin-right: 24px;
}
@media screen and (max-width: 1100px) {
  #join-us .join-us__recruit .join-us__recruit--list .join-us__recruit--item a svg {
    width: 20px;
    height: 23px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  #join-us .join-us__recruit .join-us__recruit--list .join-us__recruit--item a p {
    margin-top: 16px;
  }
}

#ceo {
  width: 100%;
  height: auto;
  padding: 224px 0 60px;
}
@media screen and (max-width: 1100px) {
  #ceo {
    padding: 86px 0 40px;
  }
}
#ceo .ceo__inner {
  width: 100%;
  height: 31.9444444444vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #ceo .ceo__inner {
    flex-direction: column-reverse;
    height: auto;
    padding: 0 8%;
    gap: 24px;
  }
}
#ceo .ceo__inner .ceo__name-post {
  max-width: 41%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 8.4%;
}
@media screen and (max-width: 1100px) {
  #ceo .ceo__inner .ceo__name-post {
    max-width: 100%;
    gap: 8px;
    padding: 0;
    margin: 0 0 24px;
    align-items: flex-start;
    z-index: 10;
  }
}
#ceo .ceo__inner .ceo__name-post::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #EFF3F4;
  transform: skewX(-27deg);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1100px) {
  #ceo .ceo__inner .ceo__name-post::after {
    display: none;
  }
}
#ceo .ceo__inner .ceo__name-post .ceo__name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  color: #004723;
  font-weight: 600;
  line-height: 1;
  text-wrap: nowrap;
  z-index: 10;
  margin-top: -80px;
}
@media screen and (max-width: 1100px) {
  #ceo .ceo__inner .ceo__name-post .ceo__name {
    margin-top: 0;
    gap: 16px;
  }
}
#ceo .ceo__inner .ceo__name-post .ceo__name .name {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #ceo .ceo__inner .ceo__name-post .ceo__name .name {
    font-size: 1.5rem;
  }
}
#ceo .ceo__inner .ceo__name-post .ceo__name .name-en {
  font-size: 1.5rem;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #ceo .ceo__inner .ceo__name-post .ceo__name .name-en {
    font-size: 1.125rem;
  }
}
#ceo .ceo__inner .ceo__name-post .post {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  z-index: 10;
}
#ceo .ceo__inner .ceo__img {
  max-width: 59%;
  width: 100%;
  height: 31.9444444444vw;
}
@media screen and (max-width: 1100px) {
  #ceo .ceo__inner .ceo__img {
    max-width: 100%;
    height: 64vw;
  }
}
#ceo .ceo__inner .ceo__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -20px;
     object-position: center -20px;
}
#ceo .ceo__text {
  max-width: 83.3333333333vw;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin: 0 8.4%;
  padding: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  top: -80px;
  z-index: 20;
}
@media screen and (max-width: 1100px) {
  #ceo .ceo__text {
    margin: 0 8%;
    padding: 20px;
    top: 0;
    gap: 30px;
  }
}
#ceo .ceo__text .ceo__text--item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  #ceo .ceo__text .ceo__text--item {
    gap: 10px;
  }
}
#ceo .ceo__text .ceo__text--item:nth-child(1) {
  border-bottom: 1px solid #B3D3C3;
  padding-bottom: 60px;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  #ceo .ceo__text .ceo__text--item:nth-child(1) {
    padding-bottom: 30px;
    flex-direction: column;
  }
}
#ceo .ceo__text .ceo__text--item h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  height: 87px;
  align-content: center;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #ceo .ceo__text .ceo__text--item h3 {
    font-size: 1.5rem;
    height: 56px;
  }
}
#ceo .ceo__text .ceo__text--item h3::before {
  content: "";
  display: block;
  width: 99px;
  height: 2px;
  background-color: #006934;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #ceo .ceo__text .ceo__text--item h3::before {
    width: 80px;
  }
}
#ceo .ceo__text .ceo__text--item p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.29;
  text-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #ceo .ceo__text .ceo__text--item p {
    font-size: 1rem;
    line-height: 2;
  }
}
#ceo .ceo__text .ceo__text--item img {
  display: block;
  max-width: 25.0694444444vw;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #ceo .ceo__text .ceo__text--item img {
    max-width: 84vw;
    height: auto;
  }
}

#member {
  padding: 80px 8.4%;
  background: linear-gradient(156deg, #006934 57%, #B3D3C3 48%);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #member {
    padding: 40px 0;
  }
}
#member .c-section-b {
  color: #fff;
}
#member .member__text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.29;
  margin: 40px 0 40px;
}
@media screen and (max-width: 1100px) {
  #member .member__text {
    margin: 24px 8%;
  }
}
#member .slide-wrap .member__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#member .slide-wrap .member__inner .slick-track {
  display: flex !important;
  gap: 28px;
}
#member .slide-wrap .member__inner .slick-track .slick-slide {
  max-width: 279px;
}
#member .slide-wrap .member__inner .member__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 279px;
  width: 100%;
  margin: 0 0 40px 0;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  #member .slide-wrap .member__inner .member__content {
    margin: 0 0 24px 0;
  }
}
#member .slide-wrap .member__inner .member__content .member__content--img {
  width: 279px;
  height: 279px;
}
#member .slide-wrap .member__inner .member__content .member__content--img img {
  margin: 0 auto;
}
#member .slide-wrap .member__inner .member__content .member__content--text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
  background-color: #fff;
  padding: 0 16px 16px;
}
#member .slide-wrap .member__inner .member__content .member__content--text .post {
  display: inline-block !important;
  padding: 4px 8px;
  background-color: #006934;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
#member .slide-wrap .member__inner .member__content .member__content--text .name {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  color: #004723;
}
#member .slide-wrap .member__inner .member__content .member__content--text .affiliation {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  color: #231815;
  margin-top: -8px;
}
#member .c-button a {
  border: 1px solid #fff;
}
#member .slider-controls {
  display: none;
}
@media screen and (max-width: 1100px) {
  #member .slider-controls {
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 5.6%;
    margin-bottom: 24px;
  }
  #member .slider-controls .slider-range-2 {
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
  }
  #member .slider-controls .slider-range-2::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 26.6%;
    height: 2px;
    background: #004723;
    cursor: pointer;
  }
  #member .slider-controls .slider-range-2::-moz-range-thumb {
    width: 26.6%;
    height: 2px;
    background: #004723;
    cursor: pointer;
  }
  #member .slider-controls .slider-range-2::-ms-thumb {
    width: 26.6%;
    height: 2px;
    background: #004723;
    cursor: pointer;
  }
  #member .slider-controls .slider-range-2::-webkit-slider-runnable-track {
    height: 1px;
    background: #fff;
  }
  #member .slider-controls .slider-range-2::-ms-fill-lower, #member .slider-controls .slider-range-2::-ms-fill-upper {
    background: #B3D3C3;
  }
  #member .slider-controls .slider-arrow {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  #member .slider-controls .slider-arrow svg {
    width: 19px;
    height: 13px;
    display: block;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1100px) {
  #member .slider-controls .slider-arrow svg {
    width: 14px;
    height: 10px;
  }
}

#l-company {
  margin: 164px 13.8% 140px;
}
@media screen and (max-width: 1100px) {
  #l-company {
    margin: 86px 8% 80px;
  }
}
#l-company .company__info {
  margin: 40px 0;
  width: 100%;
}
#l-company .company__info .info__row {
  display: flex;
  justify-content: flex-start;
  padding: 1em 0;
  border-bottom: 1px solid #006934;
  gap: 2em;
  flex-wrap: wrap;
  color: #231815;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  #l-company .company__info .info__row {
    align-items: center;
  }
}
#l-company .company__info .info__row .sub {
  text-transform: capitalize;
}
#l-company .company__info .info__row .mail {
  text-transform: none;
}
@media screen and (max-width: 1100px) {
  #l-company .company__info .label-top {
    align-items: flex-start;
  }
}
#l-company .company__info .info__label {
  min-width: 5em;
  font-weight: 600;
  padding: 10px 0;
}
#l-company .company__info .info__value {
  font-size: 1.125rem;
  font-weight: 500;
  flex: 1;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  #l-company .company__info .info__value {
    font-size: 1rem;
  }
}
#l-company .company__info a {
  color: inherit;
}
#l-company .company__map .c-section-a {
  color: #231815;
}
#l-company .company__map .company__map-inner {
  max-width: 72.2222222222vw;
  width: 100%;
  height: auto;
  margin: 40px 0 0;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #l-company .company__map .company__map-inner {
    max-width: 84vw;
    margin: 24px 0 0;
  }
}
#l-company .company__map .company__map-inner iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#a-news {
  padding: 164px 13.9% 140px;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  #a-news {
    padding: 86px 8% 80px;
  }
}

#s-news {
  padding: 164px 8.4% 140px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
}
@media screen and (max-width: 1100px) {
  #s-news {
    padding: 93px 8% 40px;
    flex-direction: column;
    gap: 40px;
  }
}
#s-news .s-news__inner {
  max-width: 55vw;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #s-news .s-news__inner {
    max-width: 100%;
  }
}
#s-news .s-news__inner .s-news__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
}
#s-news .s-news__inner .s-news__date span {
  color: #fff;
  max-width: 88px;
  width: 100%;
  height: 26px;
  background-color: #006934;
  text-align: center;
  align-content: center;
}
#s-news .s-news__inner .s-news__date time {
  color: #006934;
}
#s-news .s-news__inner .s-news__img img {
  width: 55vw;
  height: 28.125vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #s-news .s-news__inner .s-news__img img {
    width: 100%;
    height: 270px;
  }
}
#s-news .s-news__inner .s-news__text {
  margin: 60px 0;
}
@media screen and (max-width: 1100px) {
  #s-news .s-news__inner .s-news__text {
    margin: 40px 0;
  }
}
#s-news .s-news__inner .s-news__text h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  align-content: center;
  position: relative;
  padding-top: 10px;
}
@media screen and (max-width: 1100px) {
  #s-news .s-news__inner .s-news__text h3 {
    font-size: 1.25rem;
  }
}
#s-news .s-news__inner .s-news__text h3::before {
  content: "";
  display: block;
  width: 99px;
  height: 2px;
  background-color: #006934;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #s-news .s-news__inner .s-news__text h3::before {
    width: 80px;
  }
}
#s-news .s-news__inner .s-news__text p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.29;
  text-wrap: wrap;
  margin-top: 24px;
}
@media screen and (max-width: 1100px) {
  #s-news .s-news__inner .s-news__text p {
    font-size: 1rem;
    line-height: 2.29;
    margin-top: 16px;
  }
}
#s-news .sidebar {
  max-width: 25vw;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #s-news .sidebar {
    max-width: 100%;
  }
}
#s-news .sidebar .sidebar__title {
  display: flex;
  align-items: center;
  gap: 2.76px;
  padding-bottom: 24px;
  border-bottom: 1px solid #006934;
}
#s-news .sidebar .sidebar__title p {
  font-size: 1.125rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1;
}
#s-news .sidebar .sidebar__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
#s-news .sidebar .sidebar__list .sidebar__list--item a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
#s-news .sidebar .sidebar__list .sidebar__list--item a .sidebar__list--img img {
  min-width: 110px;
  width: 100%;
  height: 74.5px;
  -o-object-fit: cover;
     object-fit: cover;
}
#s-news .sidebar .sidebar__list .sidebar__list--item a .sidebar__list--text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
}
#s-news .sidebar .sidebar__list .sidebar__list--item a .sidebar__list--text .sidebar__list--date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#s-news .sidebar .sidebar__list .sidebar__list--item a .sidebar__list--text .sidebar__list--date span {
  font-size: 0.625rem;
  color: #fff;
  max-width: 72px;
  width: 100%;
  height: 26px;
  background-color: #006934;
  text-align: center;
  align-content: center;
}
#s-news .sidebar .sidebar__list .sidebar__list--item a .sidebar__list--text .sidebar__list--date time {
  color: #006934;
}
#s-news .sidebar .sidebar__list .sidebar__list--item a .sidebar__list--text p {
  line-height: 1.5;
  color: #004723;
  text-wrap: wrap;
}

#a-achievement {
  padding: 164px 13.8% 140px;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  #a-achievement {
    padding: 86px 4% 48px;
  }
}
#a-achievement .left,
#a-achievement .right {
  position: absolute;
}
#a-achievement .left {
  bottom: 0;
  left: 0;
}
#a-achievement .right {
  top: 0;
  right: 0;
}
#a-achievement .a-achievement__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1100px) {
  #a-achievement .a-achievement__inner {
    gap: 16px;
  }
}
#a-achievement .a-achievement__inner .a-achievement__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #a-achievement .a-achievement__inner .a-achievement__content {
    max-width: 164.5px;
    gap: 8px;
  }
}
#a-achievement .a-achievement__inner .a-achievement__content .a-achievement__content--img {
  width: 320px;
  height: 189px;
}
@media screen and (max-width: 1100px) {
  #a-achievement .a-achievement__inner .a-achievement__content .a-achievement__content--img {
    width: 164.5px;
    height: 122px;
  }
}
#a-achievement .a-achievement__inner .a-achievement__content .a-achievement__content--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#a-achievement .a-achievement__inner .a-achievement__content .a-achievement__content--text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  #a-achievement .a-achievement__inner .a-achievement__content .a-achievement__content--text {
    gap: 4px;
  }
}
#a-achievement .a-achievement__inner .a-achievement__content .a-achievement__content--text .category {
  display: inline-block;
  width: 76px;
  height: 28px;
  background-color: #006934;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  align-content: center;
}
#a-achievement .a-achievement__inner .a-achievement__content .a-achievement__content--text .title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  color: #004723;
}
@media screen and (max-width: 1100px) {
  #a-achievement .a-achievement__inner .a-achievement__content .a-achievement__content--text .title {
    font-size: 1rem;
  }
}
#a-achievement .a-achievement__inner .a-achievement__content .a-achievement__content--text .text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #231815;
}
@media screen and (max-width: 1100px) {
  #a-achievement .a-achievement__inner .a-achievement__content .a-achievement__content--text .text {
    font-size: 0.75rem;
  }
}

#s-achievement {
  padding: 164px 13.8% 140px;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  #s-achievement {
    padding: 86px 4% 48px;
  }
}
#s-achievement .left,
#s-achievement .right {
  position: absolute;
}
#s-achievement .left {
  bottom: 35px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #s-achievement .left {
    width: 267px;
    height: auto;
  }
}
#s-achievement .right {
  top: 0;
  right: 0;
}
@media screen and (max-width: 1100px) {
  #s-achievement .right {
    width: 291.5px;
    height: auto;
  }
}
#s-achievement .s-achievement__img {
  max-width: 72.2222222222vw;
  width: 100%;
  height: 30.9027777778vw;
  position: relative;
  z-index: 10;
}
#s-achievement .s-achievement__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  #s-achievement .s-achievement__img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #s-achievement .s-achievement__img {
    max-width: 100%;
    height: 53.3333333333vw;
  }
}
#s-achievement .s-achievement__inner {
  max-width: 72.2222222222vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  #s-achievement .s-achievement__inner {
    max-width: 100%;
  }
}
#s-achievement .s-achievement__inner .s-achievement__title {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}
#s-achievement .s-achievement__inner .s-achievement__title .category {
  display: inline-block;
  width: 122px;
  height: 26px;
  background-color: #006934;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  align-content: center;
}
#s-achievement .s-achievement__inner .s-achievement__title .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  padding-top: 10px;
}
@media screen and (max-width: 1100px) {
  #s-achievement .s-achievement__inner .s-achievement__title .title {
    font-size: 1.25rem;
  }
}
#s-achievement .s-achievement__inner .s-achievement__title .title::before {
  content: "";
  display: block;
  width: 99px;
  height: 2px;
  background-color: #006934;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #s-achievement .s-achievement__inner .s-achievement__title .title::before {
    width: 80px;
  }
}
#s-achievement .s-achievement__inner .s-achievement__content {
  width: 100%;
  margin: 24px 0 140px;
}
@media screen and (max-width: 1100px) {
  #s-achievement .s-achievement__inner .s-achievement__content {
    margin: 16px 0 80px;
  }
}
#s-achievement .s-achievement__inner .s-achievement__content .s-achievement__text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 185px;
  padding: 24px 40px 40px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  #s-achievement .s-achievement__inner .s-achievement__content .s-achievement__text {
    gap: 100px;
  }
}
@media screen and (max-width: 768px) {
  #s-achievement .s-achievement__inner .s-achievement__content .s-achievement__text {
    flex-direction: column;
    gap: 10px;
    padding: 24px 15px 32px;
  }
}
#s-achievement .s-achievement__inner .s-achievement__content .s-achievement__text .s-achievement__company {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-wrap: nowrap;
}
@media screen and (max-width: 1100px) {
  #s-achievement .s-achievement__inner .s-achievement__content .s-achievement__text .s-achievement__company {
    font-size: 1.125rem;
  }
}
#s-achievement .s-achievement__inner .s-achievement__content .s-achievement__text .s-achievement__detail {
  width: 100%;
}
#s-achievement .s-achievement__inner .s-achievement__content .s-achievement__text .s-achievement__detail .s-achievement__detail--item {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  gap: 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.29;
  border-bottom: 1px solid #006934;
  padding: 16px 32px;
}
@media screen and (max-width: 1100px) {
  #s-achievement .s-achievement__inner .s-achievement__content .s-achievement__text .s-achievement__detail .s-achievement__detail--item {
    padding: 16px 0;
  }
}
#s-achievement .s-achievement__inner .s-achievement__content .s-achievement__text .s-achievement__detail .s-achievement__detail--item:first-child {
  padding-top: 0;
}
#s-achievement .s-achievement__inner .s-achievement__content .s-achievement__text .s-achievement__detail .s-achievement__detail--item .item__label {
  max-width: 72px;
  width: 100%;
}
#s-achievement .s-achievement__inner .s-achievement__content .s-achievement__text .s-achievement__detail .s-achievement__detail--item .item__value {
  max-width: 100%;
  width: 100%;
}
#s-achievement .s-achievement__inner .s-achievement__question {
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  #s-achievement .s-achievement__inner .s-achievement__question {
    margin-bottom: 40px;
  }
}
#s-achievement .s-achievement__inner .s-achievement__question .s-achievement__question--title {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: rgba(179, 211, 195, 0.3019607843);
  padding: 24px 40px 40px;
}
@media screen and (max-width: 1100px) {
  #s-achievement .s-achievement__inner .s-achievement__question .s-achievement__question--title {
    gap: 16px;
    padding: 32px 15px 24px;
  }
}
#s-achievement .s-achievement__inner .s-achievement__question .s-achievement__question--title h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  #s-achievement .s-achievement__inner .s-achievement__question .s-achievement__question--title h3 {
    font-size: 1.125rem;
  }
}
#s-achievement .s-achievement__inner .s-achievement__question .s-achievement__question--title p {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.29;
}
@media screen and (max-width: 1100px) {
  #s-achievement .s-achievement__inner .s-achievement__question .s-achievement__question--title p {
    font-size: 1rem;
  }
}

#l-join-us {
  padding: 164px 0 160px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  #l-join-us {
    padding: 86px 8% 80px;
  }
}
#l-join-us .l-join-us__top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 1100px) {
  #l-join-us .l-join-us__top {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
#l-join-us .l-join-us__top .l-join-us__top--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#l-join-us .l-join-us__top .l-join-us__top--text h2 {
  font-size: 7.5rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #004723;
  z-index: 20;
  margin-right: -26px;
}
@media screen and (max-width: 1100px) {
  #l-join-us .l-join-us__top .l-join-us__top--text h2 {
    margin-right: 0;
    font-size: 3.75rem;
  }
}
#l-join-us .l-join-us__top .l-join-us__top--text p {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.29;
}
@media screen and (max-width: 1100px) {
  #l-join-us .l-join-us__top .l-join-us__top--text p {
    font-size: 1.125rem;
  }
}
#l-join-us .l-join-us__top img {
  width: 58.3333333333vw;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 1100px) {
  #l-join-us .l-join-us__top img {
    width: 84vw;
    height: 53.3333333333vw;
    margin: -30px 0 24px;
  }
}
#l-join-us .l-join-us__bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1100px) {
  #l-join-us .l-join-us__bottom {
    flex-direction: column;
    gap: 24px;
  }
}
#l-join-us .l-join-us__bottom img {
  width: 38.75vw;
  height: 296px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 1100px) {
  #l-join-us .l-join-us__bottom img {
    width: 84vw;
    height: 53.3333333333vw;
  }
}
#l-join-us .l-join-us__bottom p {
  max-width: 634px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.29;
}
@media screen and (max-width: 1100px) {
  #l-join-us .l-join-us__bottom p {
    font-size: 1rem;
  }
}

#requirements {
  margin: 0 8.4% 140px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 72px;
}
@media screen and (max-width: 1100px) {
  #requirements {
    display: block;
    padding: 0 0 80px 8%;
    margin: 0;
  }
}
#requirements .c-section-a {
  color: #231815;
  max-width: 135px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #requirements .c-section-a {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1100px) {
  #requirements .slide-wrap {
    overflow-x: hidden;
  }
}
#requirements .slide-wrap .requirements__inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 56px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #requirements .slide-wrap .requirements__inner {
    display: block;
    overflow: hidden;
    position: relative;
    gap: 28px;
    z-index: 1;
  }
  #requirements .slide-wrap .requirements__inner .slick-track {
    display: flex !important;
    gap: 28px;
  }
  #requirements .slide-wrap .requirements__inner .slick-track .slider__item,
  #requirements .slide-wrap .requirements__inner .slick-track .slick-slide {
    width: 279px !important;
  }
}
#requirements .slide-wrap .requirements__inner h3 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
}
#requirements .slide-wrap .requirements__inner .requirements__item {
  max-width: 430px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #requirements .slide-wrap .requirements__inner .requirements__item {
    width: 279px;
    max-width: 279px;
    margin-bottom: 24px;
  }
}
#requirements .slide-wrap .requirements__inner .requirements__item a {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#requirements .slide-wrap .requirements__inner .requirements__item a .requirements__item--img {
  width: 430px;
  height: 288.9px;
  background-color: #fff;
  text-align: center;
  align-content: center;
}
@media screen and (max-width: 1100px) {
  #requirements .slide-wrap .requirements__inner .requirements__item a .requirements__item--img {
    width: 279px;
    height: 189px;
  }
}
#requirements .slide-wrap .requirements__inner .requirements__item a .requirements__item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#requirements .slide-wrap .requirements__inner .requirements__item a .requirements__item--desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #231815;
}
#requirements .slide-wrap .requirements__inner .requirements__item a .requirements__item--desc .requirements__item--title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #004723;
}
#requirements .slide-wrap .requirements__inner .requirements__item a .requirements__item--desc p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.29;
}
#requirements .slider-controls {
  display: none;
}
@media screen and (max-width: 1100px) {
  #requirements .slider-controls {
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 8% 0 0;
  }
  #requirements .slider-controls .slider-range-3 {
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
  }
  #requirements .slider-controls .slider-range-3::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 26.6%;
    height: 2px;
    background: #004723;
    cursor: pointer;
  }
  #requirements .slider-controls .slider-range-3::-moz-range-thumb {
    width: 26.6%;
    height: 2px;
    background: #004723;
    cursor: pointer;
  }
  #requirements .slider-controls .slider-range-3::-ms-thumb {
    width: 26.6%;
    height: 2px;
    background: #004723;
    cursor: pointer;
  }
  #requirements .slider-controls .slider-range-3::-webkit-slider-runnable-track {
    height: 1px;
    background: #fff;
  }
  #requirements .slider-controls .slider-range-3::-ms-fill-lower, #requirements .slider-controls .slider-range-3::-ms-fill-upper {
    background: #B3D3C3;
  }
  #requirements .slider-controls .slider-arrow {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  #requirements .slider-controls .slider-arrow svg {
    width: 19px;
    height: 13px;
    display: block;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1100px) {
  #requirements .slider-controls .slider-arrow svg {
    width: 14px;
    height: 10px;
  }
}

#l-about-us {
  margin: 64px 0 0;
  background-image: url(../img/common/aboutus_bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 16.6% 160px;
  justify-items: center;
}
@media screen and (max-width: 1100px) {
  #l-about-us {
    margin: 62px 0 0;
    padding: 40px 8%;
  }
}
#l-about-us .l-about-us__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  #l-about-us .l-about-us__inner {
    width: 100%;
    flex-direction: column-reverse;
    gap: 24px;
  }
}
#l-about-us .l-about-us__inner .l-about-us__title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 4.25rem;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  #l-about-us .l-about-us__inner .l-about-us__title {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 2rem;
    text-align: center;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
#l-about-us .l-about-us__inner .l-about-us__title .right {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  #l-about-us .l-about-us__inner .l-about-us__title .right {
    letter-spacing: 0.15rem;
  }
}
#l-about-us .l-about-us__inner .l-about-us__title .left {
  display: inline-block;
  margin: 137px 40px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  #l-about-us .l-about-us__inner .l-about-us__title .left {
    margin: 0.2em 0 0 0;
  }
}
#l-about-us .l-about-us__inner .l-about-us__title .em {
  font-size: 6.25rem;
  display: inline-block;
  background-color: #004723;
  padding: 0.2em 0.1em;
}
@media screen and (max-width: 1100px) {
  #l-about-us .l-about-us__inner .l-about-us__title .em {
    font-size: 2.5rem;
  }
}
#l-about-us .l-about-us__inner .l-about-us__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.29;
  text-align: right;
  text-wrap: nowrap;
}
@media screen and (max-width: 1100px) {
  #l-about-us .l-about-us__inner .l-about-us__text {
    font-size: 1rem;
    gap: 24px;
    text-align: center;
    text-wrap: wrap;
  }
}
#l-about-us .l-about-us__inner .l-about-us__text .l-about-us__sub-title {
  font-size: 3.75rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #16FFC0;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  max-width: 405px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #l-about-us .l-about-us__inner .l-about-us__text .l-about-us__sub-title {
    max-width: 315px;
    font-size: 1.5rem;
  }
}

#marketing {
  padding: 180px 16.6% 140px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #marketing {
    padding: 80px 8%;
  }
}
#marketing .marketing__img01 {
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  width: 40.1388888889vw;
  height: 21.5277777778vw;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #marketing .marketing__img01 {
    width: 49.8666666667vw;
    height: 40vw;
  }
}
#marketing .marketing__img02 {
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  width: 29.0277777778vw;
  height: 16.1111111111vw;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #marketing .marketing__img02 {
    width: 49.8666666667vw;
    height: 40vw;
  }
}
#marketing .marketing__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 60px 0 0;
}
@media screen and (max-width: 1100px) {
  #marketing .marketing__inner {
    margin: 24px 0 0;
  }
}
#marketing .marketing__inner .marketing__text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #marketing .marketing__inner .marketing__text {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
#marketing .marketing__inner .marketing__text h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: right;
  text-wrap: nowrap;
  color: #006934;
  max-width: 416px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #marketing .marketing__inner .marketing__text h3 {
    font-size: 1.5rem;
    text-align: center;
  }
}
#marketing .marketing__inner .marketing__text p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.29;
  text-align: left;
  color: #231815;
  max-width: 484px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #marketing .marketing__inner .marketing__text p {
    font-size: 1rem;
    text-align: center;
  }
}

#sns {
  padding: 40px 16.6% 180px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #sns {
    padding: 40px 8% 80px;
  }
}
#sns .sns__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  color: #004723;
  margin: 60px 0 24px;
}
@media screen and (max-width: 768px) {
  #sns .sns__title {
    font-size: 1.5rem;
    margin: 24px 0 16px;
  }
}
#sns .sns__title span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #sns .sns__title span {
    font-size: 1.5rem;
  }
}
#sns p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.29;
  color: #231815;
}
@media screen and (max-width: 768px) {
  #sns p {
    font-size: 1rem;
  }
}

#business.p-business {
  padding: 164px 8.4% 140px;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  #business.p-business {
    padding: 86px 4% 48px;
  }
}

#a-business {
  padding: 164px 8.4% 140px;
}
@media screen and (max-width: 1100px) {
  #a-business {
    padding: 86px 4% 48px;
  }
}
#a-business .c-button a {
  width: auto;
  background-color: #fff;
  color: #006934;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  #a-business .c-button a {
    font-size: 0.875rem;
  }
}
#a-business .c-button a .arrow-icon {
  margin-right: 16px;
}
@media screen and (max-width: 1100px) {
  #a-business .c-button a .arrow-icon {
    margin-right: 8px;
  }
}
#a-business .a-business__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  #a-business .a-business__inner {
    gap: 24px;
  }
}
#a-business .a-business__inner .a-business__content {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 34px 80px;
}
@media screen and (max-width: 1100px) {
  #a-business .a-business__inner .a-business__content {
    flex-direction: column;
    gap: 16px;
    padding: 20px 15px;
  }
}
#a-business .a-business__inner .a-business__content .a-business__content--img {
  width: 22.5694444444vw;
  height: 22.5vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  #a-business .a-business__inner .a-business__content .a-business__content--img {
    width: 84vw;
    height: 53.3333333333vw;
  }
}
#a-business .a-business__inner .a-business__content .a-business__content--box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  color: #231815;
}
@media screen and (max-width: 1100px) {
  #a-business .a-business__inner .a-business__content .a-business__content--box {
    gap: 16px;
  }
}
#a-business .a-business__inner .a-business__content .a-business__content--box .a-business__content--text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#a-business .a-business__inner .a-business__content .a-business__content--box .a-business__content--text h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  padding-bottom: 10px;
  text-wrap: nowrap;
}
@media screen and (max-width: 1100px) {
  #a-business .a-business__inner .a-business__content .a-business__content--box .a-business__content--text h3 {
    font-size: 1rem;
  }
}
#a-business .a-business__inner .a-business__content .a-business__content--box .a-business__content--text h3::after {
  content: "";
  width: 99px;
  height: 1px;
  background-color: #006934;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  #a-business .a-business__inner .a-business__content .a-business__content--box .a-business__content--text h3::after {
    width: 75px;
  }
}
#a-business .a-business__inner .a-business__content .a-business__content--box p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1100px) {
  #a-business .a-business__inner .a-business__content .a-business__content--box p {
    font-size: 1rem;
  }
}
#a-business .a-business__inner .a-business__content .a-business__content--box .a-business__content--list {
  max-width: 100%;
  width: 100%;
  height: auto;
  background-color: #B3D3C3;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px 40.5px;
}
@media screen and (max-width: 1100px) {
  #a-business .a-business__inner .a-business__content .a-business__content--box .a-business__content--list {
    gap: 8px;
    padding: 8px 9px;
  }
}
#a-business .a-business__inner .a-business__content .a-business__content--box .a-business__content--list .a-business__content--item {
  width: calc(50% - 10px);
  height: 2.9166666667vw;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
}
@media screen and (max-width: 1100px) {
  #a-business .a-business__inner .a-business__content .a-business__content--box .a-business__content--list .a-business__content--item {
    width: calc(50% - 4px);
    height: 35px;
    padding: 8px 15.5px;
  }
}
#a-business .a-business__inner .a-business__content .a-business__content--box .a-business__content--list .a-business__content--item .a-business__content--check {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  color: #004723;
  text-wrap: nowrap;
}
@media screen and (max-width: 1100px) {
  #a-business .a-business__inner .a-business__content .a-business__content--box .a-business__content--list .a-business__content--item .a-business__content--check {
    font-size: 0.75rem;
  }
}
#a-business .a-business__inner .a-business__content .a-business__content--box .a-business__content--list .a-business__content--item .a-business__content--check img {
  width: 25px;
  height: auto;
}
@media screen and (max-width: 1100px) {
  #a-business .a-business__inner .a-business__content .a-business__content--box .a-business__content--list .a-business__content--item .a-business__content--check img {
    width: 22px;
    height: auto;
  }
}
#a-business .a-business__inner .a-business__content .a-business__content--box .a-business__content--list .a-business__content--item .a-business__content--check span {
  margin-top: 0.2rem;
}
#a-business .a-business__inner .inversion {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1100px) {
  #a-business .a-business__inner .inversion {
    flex-direction: column;
  }
}

#s-business {
  padding: 164px 8.4% 140px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 1100px) {
  #s-business {
    padding: 94px 4% 80px;
    gap: 80px;
  }
}
#s-business .s-business__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #004723;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  #s-business .s-business__title {
    font-size: 1.5rem;
  }
}
#s-business .s-business__title span {
  background-color: #004723;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  align-content: center;
  margin-left: 6px;
}
@media screen and (max-width: 1100px) {
  #s-business .s-business__title span {
    margin-left: 3px;
  }
}
#s-business .s-business__title .en {
  font-family: "Barlow", sans-serif;
}
#s-business .s-business__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.29;
  color: #231815;
}
@media screen and (max-width: 1100px) {
  #s-business .s-business__text {
    font-size: 1rem;
  }
}
#s-business .s-business__container.top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1100px) {
  #s-business .s-business__container.top {
    flex-direction: column;
    gap: 24px;
  }
}
#s-business .s-business__container.top .s-business__box {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
#s-business .s-business__container.top .s-business__box .s-business__box--inner {
  width: 100%;
}
#s-business .s-business__container.top .s-business__box .s-business__box--inner .s-business__box--arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1100px) {
  #s-business .s-business__container.top .s-business__box .s-business__box--inner .s-business__box--arrow {
    gap: 8px;
    margin-bottom: 16px;
  }
  #s-business .s-business__container.top .s-business__box .s-business__box--inner .s-business__box--arrow .arrow {
    width: 63px;
    height: auto;
  }
}
#s-business .s-business__container.top .s-business__box .s-business__box--inner .s-business__box--arrow span {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #004723;
  text-wrap: nowrap;
}
@media screen and (max-width: 1100px) {
  #s-business .s-business__container.top .s-business__box .s-business__box--inner .s-business__box--arrow span {
    font-size: 1.25rem;
  }
}
#s-business .s-business__container.top .s-business__box .s-business__box--inner .s-business__box--circle {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 1100px) {
  #s-business .s-business__container.top .s-business__box .s-business__box--inner .s-business__box--circle {
    justify-content: center;
    align-items: flex-start;
    gap: 0;
  }
  #s-business .s-business__container.top .s-business__box .s-business__box--inner .s-business__box--circle .bottom {
    margin-top: 37px;
  }
}
#s-business .s-business__container.top .s-business__box .s-business__box--inner .s-business__box--circle .s-business__circle--inner {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  #s-business .s-business__container.top .s-business__box .s-business__box--inner .s-business__box--circle .s-business__circle--inner {
    margin-right: -4.9px;
    margin-left: -4.9px;
  }
  #s-business .s-business__container.top .s-business__box .s-business__box--inner .s-business__box--circle .s-business__circle--inner img {
    width: 65px;
    height: 65px;
  }
}
#s-business .s-business__container.top .s-business__box .s-business__box--inner .s-business__box--circle .s-business__circle--inner span {
  display: inline-block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 600;
  writing-mode: vertical-rl;
  text-wrap: nowrap;
  letter-spacing: 0.4em;
  color: #004723;
  z-index: 50;
}
@media screen and (max-width: 1100px) {
  #s-business .s-business__container.top .s-business__box .s-business__box--inner .s-business__box--circle .s-business__circle--inner span {
    font-size: 1rem;
  }
}
#s-business .s-business__container.top .s-business__img {
  min-width: 38.8194444444vw;
  width: 100%;
  height: 26.9444444444vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  #s-business .s-business__container.top .s-business__img {
    width: 92vw;
    height: 74.6666666667vw;
  }
}
#s-business .s-business__container.center {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 1100px) {
  #s-business .s-business__container.center {
    gap: 24px;
  }
}
#s-business .s-business__container.center .s-business__content {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1100px) {
  #s-business .s-business__container.center .s-business__content {
    flex-direction: column;
    gap: 24px;
  }
}
#s-business .s-business__container.center .s-business__content .s-business__content--item {
  max-width: 25vw;
  height: 29.7222222222vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  border: 1px solid #004723;
  padding: 24px;
}
@media screen and (max-width: 1100px) {
  #s-business .s-business__container.center .s-business__content .s-business__content--item {
    align-items: flex-start;
    max-width: 100%;
    height: 29.3055555556vw;
    padding: 20px 15px;
  }
}
#s-business .s-business__container.center .s-business__content .s-business__content--item img {
  width: 21.6666666667vw;
  height: 13.6111111111vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  #s-business .s-business__container.center .s-business__content .s-business__content--item img {
    width: 84vw;
    height: 52.2666666667vw;
  }
}
#s-business .s-business__container.center .s-business__content .s-business__content--item h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  color: #004723;
}
@media screen and (max-width: 1100px) {
  #s-business .s-business__container.center .s-business__content .s-business__content--item h3 {
    font-size: 1.125rem;
  }
}
#s-business .s-business__container.center .s-business__content .s-business__content--item h3 span {
  display: inline-block;
  font-size: 1.5rem;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  margin-right: 8px;
}
@media screen and (max-width: 1100px) {
  #s-business .s-business__container.center .s-business__content .s-business__content--item h3 span {
    font-size: 1.25rem;
  }
}
#s-business .s-business__container.center .s-business__content .s-business__content--item p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #231815;
}
#s-business .s-business__container.bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  #s-business .s-business__container.bottom {
    gap: 80px;
  }
}
#s-business .s-business__container.bottom .s-business__plan--table {
  padding: 40px 80px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #s-business .s-business__container.bottom .s-business__plan--table {
    padding: 24px 0 0;
  }
}
#s-business .s-business__container.bottom .s-business__plan--table .c-section-a {
  color: #231815;
}
#s-business .s-business__container.bottom .s-business__plan--table .plan-table {
  margin-top: 24px;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
  color: #231815;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #s-business .s-business__container.bottom .s-business__plan--table .plan-table {
    margin-top: 16px;
    font-size: 0.625rem;
  }
}
#s-business .s-business__container.bottom .s-business__plan--table .plan-table .plan-name {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #s-business .s-business__container.bottom .s-business__plan--table .plan-table .plan-name {
    font-size: 0.625rem;
  }
}
#s-business .s-business__container.bottom .s-business__plan--table .plan-table th,
#s-business .s-business__container.bottom .s-business__plan--table .plan-table td {
  border: 4px solid #EFF3F4;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #s-business .s-business__container.bottom .s-business__plan--table .plan-table th,
  #s-business .s-business__container.bottom .s-business__plan--table .plan-table td {
    border: 2px solid #EFF3F4;
    padding: 8px 0;
  }
}
#s-business .s-business__container.bottom .s-business__plan--table .plan-table td {
  background-color: #fff;
}
#s-business .s-business__container.bottom .s-business__plan--table .plan-table thead th {
  color: #fff;
  padding: 4px 29px;
  width: 18.5069444444vw;
}
@media screen and (max-width: 768px) {
  #s-business .s-business__container.bottom .s-business__plan--table .plan-table thead th {
    padding: 8px 3px;
    width: 26.1333333333vw;
  }
}
#s-business .s-business__container.bottom .s-business__plan--table .plan-table thead th:first-child {
  background-color: rgba(179, 211, 195, 0.3019607843);
  width: 15.9027777778vw;
}
@media screen and (max-width: 768px) {
  #s-business .s-business__container.bottom .s-business__plan--table .plan-table thead th:first-child {
    width: 11.7333333333vw;
  }
}
#s-business .s-business__container.bottom .s-business__plan--table .plan-table thead th:nth-child(2) {
  background-color: #006934;
  width: 18.5069444444vw;
}
@media screen and (max-width: 768px) {
  #s-business .s-business__container.bottom .s-business__plan--table .plan-table thead th:nth-child(2) {
    width: 26.1333333333vw;
  }
}
#s-business .s-business__container.bottom .s-business__plan--table .plan-table thead th:nth-child(3) {
  background-color: #004723;
  width: 18.5069444444vw;
}
@media screen and (max-width: 768px) {
  #s-business .s-business__container.bottom .s-business__plan--table .plan-table thead th:nth-child(3) {
    width: 26.1333333333vw;
  }
}
#s-business .s-business__container.bottom .s-business__plan--table .plan-table thead th:last-child {
  background-color: #16FFC0;
  color: #231815;
  margin: 4px 25px;
  width: 18.5069444444vw;
}
@media screen and (max-width: 768px) {
  #s-business .s-business__container.bottom .s-business__plan--table .plan-table thead th:last-child {
    width: 26.1333333333vw;
    margin: 0;
  }
}
#s-business .s-business__container.bottom .s-business__plan--table .plan-table th[scope=row] {
  background-color: #B3D3C3;
}
#s-business .s-business__container.bottom .s-business__flow {
  width: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  #s-business .s-business__container.bottom .s-business__flow {
    width: 100%;
  }
}
#s-business .s-business__container.bottom .s-business__flow .step-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
  margin: 48px 0;
}
@media screen and (max-width: 1100px) {
  #s-business .s-business__container.bottom .s-business__flow .step-flow {
    scale: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #s-business .s-business__container.bottom .s-business__flow .step-flow {
    scale: 1;
    flex-direction: column;
    margin: 24px 15px 67px 15px;
    gap: 5px;
  }
}
#s-business .s-business__container.bottom .s-business__flow .step {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: #B3D3C3;
  text-align: center;
  align-content: center;
  width: 100%;
  height: 153px;
  flex: 1;
  padding: 24px 0 24px 40px;
}
@media screen and (max-width: 1100px) {
  #s-business .s-business__container.bottom .s-business__flow .step {
    padding: 15px 0 15px 40px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #s-business .s-business__container.bottom .s-business__flow .step {
    height: 100px;
    padding: 43px 0 0 0;
  }
}
#s-business .s-business__container.bottom .s-business__flow .step::before {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-top: 76px solid transparent;
  border-bottom: 76px solid transparent;
  border-left: 40px solid #B3D3C3;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #s-business .s-business__container.bottom .s-business__flow .step::before {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 157.5px solid transparent;
    border-right: 157.5px solid transparent;
    border-top: 33px solid #B3D3C3;
  }
}
#s-business .s-business__container.bottom .s-business__flow .step::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 76px solid transparent;
  border-bottom: 76px solid transparent;
  border-left: 40px solid #EFF3F4;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #s-business .s-business__container.bottom .s-business__flow .step::after {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 157.5px solid transparent;
    border-right: 157.5px solid transparent;
    border-top: 33px solid #EFF3F4;
  }
}
#s-business .s-business__container.bottom .s-business__flow .step:first-child {
  padding-top: 37px;
}
@media screen and (max-width: 768px) {
  #s-business .s-business__container.bottom .s-business__flow .step:first-child {
    padding-top: 30px;
  }
}
#s-business .s-business__container.bottom .s-business__flow .step:first-child::after {
  content: none;
}
#s-business .s-business__container.bottom .s-business__flow .step img {
  width: 77px;
  height: auto;
}
@media screen and (max-width: 1100px) {
  #s-business .s-business__container.bottom .s-business__flow .step img {
    width: 58px;
  }
}
#s-business .s-business__container.bottom .s-business__flow .step span {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  color: #004723;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #s-business .s-business__container.bottom .s-business__flow .step span {
    font-size: 1rem;
  }
}

#other-business {
  padding: 80px 13.9% 80px;
  height: 100%;
  background-color: rgba(179, 211, 195, 0.3019607843);
}
@media screen and (max-width: 1100px) {
  #other-business {
    padding: 40px 4% 48px;
  }
}
#other-business .c-section-a {
  color: #231815;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #other-business .c-section-a {
    text-align: left;
  }
}
#other-business .other-business__inner {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 1100px) {
  #other-business .other-business__inner {
    gap: 24px;
  }
}
#other-business .other-business__inner .other-business__content a {
  width: 21.25vw;
  height: 29.0972222222vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  background-color: #fff;
  padding: 24px;
  color: #231815;
}
@media screen and (max-width: 1100px) {
  #other-business .other-business__inner .other-business__content a {
    width: 92vw;
    height: 94.6666666667vw;
    gap: 16px;
    padding: 15px;
  }
}
#other-business .other-business__inner .other-business__content a .other-business__content--img {
  width: 17.9166666667vw;
  height: 12.5vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  #other-business .other-business__inner .other-business__content a .other-business__content--img {
    width: 84vw;
    height: 48vw;
  }
}
#other-business .other-business__inner .other-business__content a h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  padding-bottom: 4px;
}
@media screen and (max-width: 1100px) {
  #other-business .other-business__inner .other-business__content a h3 {
    font-size: 1rem;
  }
}
#other-business .other-business__inner .other-business__content a h3::after {
  content: "";
  width: 75px;
  height: 2px;
  background-color: #006934;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(-50%);
}
#other-business .other-business__inner .other-business__content a p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

#p-business-aizac {
  padding: 164px 8.4% 140px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #p-business-aizac {
    padding: 94px 4% 80px;
    gap: 80px;
  }
}
#p-business-aizac .p-business__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 1100px) {
  #p-business-aizac .p-business__inner {
    gap: 40px;
  }
}
#p-business-aizac .p-business__inner .p-business__title {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
}
@media screen and (max-width: 1100px) {
  #p-business-aizac .p-business__inner .p-business__title {
    font-size: 1.5rem;
  }
}
#p-business-aizac .p-business__inner .p-business__title .en {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
}
#p-business-aizac .p-business__inner .p-business__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  #p-business-aizac .p-business__inner .p-business__text {
    font-size: 1rem;
  }
}
#p-business-aizac .p-business__inner .p-business__container.top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1100px) {
  #p-business-aizac .p-business__inner .p-business__container.top {
    flex-direction: column;
    gap: 24px;
  }
}
#p-business-aizac .p-business__inner .p-business__container.top .p-business__box {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}
#p-business-aizac .p-business__inner .p-business__container.top .p-business__box .p-business__box--img {
  max-width: 38.8194444444vw;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  #p-business-aizac .p-business__inner .p-business__container.top .p-business__box .p-business__box--img {
    max-width: 92vw;
    height: auto;
  }
}
#p-business-aizac .p-business__inner .p-business__container.top .p-business__box .p-business__box--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#p-business-aizac .p-business__inner .p-business__container.top .p-business__img {
  min-width: 38.8194444444vw;
  width: 100%;
  height: 26.9444444444vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  #p-business-aizac .p-business__inner .p-business__container.top .p-business__img {
    width: 92vw;
    height: auto;
  }
}
#p-business-aizac .p-business__inner .p-business__container.center {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}
#p-business-aizac .p-business__inner .p-business__container.center .p-business__content {
  margin-top: 8px;
  position: relative;
}
#p-business-aizac .p-business__inner .p-business__container.center .p-business__content .p-business__content--img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#p-business-aizac .p-business__inner .p-business__container.center .p-business__content .p-business__content--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#p-business-aizac .p-business__inner .p-business__container.center .p-business__content .p-business__content--list {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  position: absolute;
  top: 53%;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #p-business-aizac .p-business__inner .p-business__container.center .p-business__content .p-business__content--list {
    gap: 10px;
  }
}
#p-business-aizac .p-business__inner .p-business__container.center .p-business__content .p-business__content--list .p-business__content--item {
  max-width: 27.7777777778vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1100px) {
  #p-business-aizac .p-business__inner .p-business__container.center .p-business__content .p-business__content--list .p-business__content--item {
    max-width: 100%;
    gap: 4px;
  }
}
#p-business-aizac .p-business__inner .p-business__container.center .p-business__content .p-business__content--list .p-business__content--item h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 1100px) {
  #p-business-aizac .p-business__inner .p-business__container.center .p-business__content .p-business__content--list .p-business__content--item h3 {
    gap: 2px;
    font-size: 0.5rem;
  }
}
#p-business-aizac .p-business__inner .p-business__container.center .p-business__content .p-business__content--list .p-business__content--item h3 span {
  font-size: 1.5rem;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 1100px) {
  #p-business-aizac .p-business__inner .p-business__container.center .p-business__content .p-business__content--list .p-business__content--item h3 span {
    font-size: 0.5625rem;
  }
}
#p-business-aizac .p-business__inner .p-business__container.center .p-business__content .p-business__content--list .p-business__content--item p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #p-business-aizac .p-business__inner .p-business__container.center .p-business__content .p-business__content--list .p-business__content--item p {
    font-size: 0.4375rem;
    line-height: 1.2;
  }
}
#p-business-aizac .p-business__inner .p-business__container.bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  #p-business-aizac .p-business__inner .p-business__container.bottom {
    gap: 80px;
  }
}
#p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table {
  padding: 8px 80px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table {
    padding: 24px 0 0;
  }
}
#p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .c-section-a {
  color: #231815;
}
#p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table {
  margin-top: 24px;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
  color: #231815;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table {
    margin-top: 16px;
    font-size: 0.625rem;
  }
}
#p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table .plan-name {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table .plan-name {
    font-size: 0.625rem;
  }
}
#p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table th,
#p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table td {
  border: 4px solid #EFF3F4;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table th,
  #p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table td {
    border: 2px solid #EFF3F4;
    padding: 8px 0;
  }
}
#p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table td {
  background-color: #fff;
}
#p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table thead th {
  color: #fff;
  padding: 4px 29px;
  width: 18.5069444444vw;
}
@media screen and (max-width: 768px) {
  #p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table thead th {
    padding: 8px 3px;
    width: 26.1333333333vw;
  }
}
#p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table thead th:first-child {
  background-color: rgba(179, 211, 195, 0.3019607843);
  width: 15.9027777778vw;
}
@media screen and (max-width: 768px) {
  #p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table thead th:first-child {
    width: 11.7333333333vw;
  }
}
#p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table thead th:nth-child(2) {
  background-color: #006934;
  width: 18.5069444444vw;
}
@media screen and (max-width: 768px) {
  #p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table thead th:nth-child(2) {
    width: 26.1333333333vw;
  }
}
#p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table thead th:nth-child(3) {
  background-color: #004723;
  width: 18.5069444444vw;
}
@media screen and (max-width: 768px) {
  #p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table thead th:nth-child(3) {
    width: 26.1333333333vw;
  }
}
#p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table thead th:last-child {
  background-color: #16FFC0;
  color: #231815;
  margin: 4px 25px;
  width: 18.5069444444vw;
}
@media screen and (max-width: 768px) {
  #p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table thead th:last-child {
    width: 26.1333333333vw;
    margin: 0;
  }
}
#p-business-aizac .p-business__inner .p-business__container.bottom .p-business__plan--table .plan-table th[scope=row] {
  background-color: #B3D3C3;
}
#p-business-aizac .p-business__inner .p-business__container.bottom .p-business__flow {
  width: 100%;
}
#p-business-aizac .p-business__inner .p-business__container.bottom .p-business__flow img {
  width: 100%;
  height: auto;
  margin: 8px 0 60px;
}

#p-business-pr {
  padding: 164px 8.4% 140px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p-business-pr {
    padding: 94px 4% 80px;
    gap: 80px;
  }
}
#p-business-pr .p-business__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 1100px) {
  #p-business-pr .p-business__inner {
    gap: 40px;
  }
}
#p-business-pr .p-business__inner .p-business__container {
  width: 100%;
}
#p-business-pr .p-business__inner .p-business__container .p-business__box {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}
#p-business-pr .p-business__inner .p-business__container .p-business__box .p-business__title {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
}
@media screen and (max-width: 1100px) {
  #p-business-pr .p-business__inner .p-business__container .p-business__box .p-business__title {
    font-size: 1.5rem;
  }
}
#p-business-pr .p-business__inner .p-business__container .p-business__box .p-business__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  #p-business-pr .p-business__inner .p-business__container .p-business__box .p-business__text {
    font-size: 1rem;
  }
}
#p-business-pr .p-business__inner .p-business__container .p-business__box .p-business__text span {
  font-size: 0.875rem;
}
#p-business-pr .p-business__inner .p-business__container .p-business__box .p-business__box--img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#p-business-pr .p-business__inner .p-business__container .p-business__box .p-business__box--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#p-business-pr .p-business__inner .p-business__content--list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 1100px) {
  #p-business-pr .p-business__inner .p-business__content--list {
    gap: 40px;
  }
}
#p-business-pr .p-business__inner .p-business__content--list .p-business__content--item {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #p-business-pr .p-business__inner .p-business__content--list .p-business__content--item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
#p-business-pr .p-business__inner .p-business__content--list .inversion {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #p-business-pr .p-business__inner .p-business__content--list .inversion {
    flex-direction: column;
  }
}
#p-business-pr .p-business__inner .p-business__content--list .p-business__content--text {
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #p-business-pr .p-business__inner .p-business__content--list .p-business__content--text {
    max-width: 100%;
  }
}
#p-business-pr .p-business__inner .p-business__content--list .p-business__content--text h3 {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 1100px) {
  #p-business-pr .p-business__inner .p-business__content--list .p-business__content--text h3 {
    font-size: 1.5rem;
  }
}
#p-business-pr .p-business__inner .p-business__content--list .p-business__content--text p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
#p-business-pr .p-business__inner .p-business__content--list img {
  max-width: 50%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #p-business-pr .p-business__inner .p-business__content--list img {
    max-width: 100%;
  }
}

#thanks {
  padding: 164px 13.9% 140px;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  #thanks {
    padding: 86px 8% 80px;
  }
}
#thanks h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #004723;
}
@media screen and (max-width: 768px) {
  #thanks h1 {
    font-size: 1.5rem;
  }
}
#thanks .thanks__message {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: #231815;
  margin: 24px 0 60px;
}
@media screen and (max-width: 768px) {
  #thanks .thanks__message {
    font-size: 1rem;
    margin: 16px 0 40px;
  }
}

.c-empty {
  text-align: center;
  font-size: 2rem;
  color: #231815;
}

#form .wpcf7 {
  width: 100%;
}
#form .wpcf7 .wpcf7-form {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
#form .wpcf7 .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
}
#form .wpcf7 .container .item {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: left;
  padding: 4px 0;
}
#form .wpcf7 .container .item .req {
  background-color: #004723;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  align-content: center;
  margin-right: 8px;
}
#form .wpcf7 .container .container__box {
  position: relative;
}
#form .wpcf7 .container .container__box .wpcf7-form-control-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#form .wpcf7 .container .wpcf7-form-control {
  width: 100%;
  height: 60px;
  padding: 14px 24px;
  color: #231815;
  line-height: 2;
  border: none;
  outline: none;
  background-color: transparent;
}
#form .wpcf7 .container .age .wpcf7-form-control {
  width: 11.1111111111vw;
}
@media screen and (max-width: 1100px) {
  #form .wpcf7 .container .age .wpcf7-form-control {
    width: 50%;
  }
}
#form .wpcf7 .container .container__gender .wpcf7-form-control {
  background-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  padding: 0;
  color: #231815;
}
#form .wpcf7 .container .container__gender .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 9px;
  margin-left: -12px;
}
#form .wpcf7 .container .container__gender .wpcf7-form-control .wpcf7-list-item label input {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0;
}
#form .wpcf7 .form__checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  white-space: nowrap;
  max-height: 20px;
  position: relative;
}
#form .wpcf7 .form__checkbox label .wpcf7-not-valid-tip {
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  white-space: nowrap;
}
#form .wpcf7 .form__checkbox label input {
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
  cursor: pointer;
}
#form .wpcf7 .form__checkbox label input[type=checkbox] {
  accent-color: #16FFC0;
}
#form .wpcf7 .form__checkbox label .wpcf7-list-item-label {
  display: none;
}
#form .container__gender .wpcf7-list-item:first-child {
  display: none;
}

#contact-form .wpcf7 {
  width: 100%;
}
#contact-form .wpcf7 .contact-form__content {
  width: 100%;
}
#contact-form .wpcf7 .contact-form__content .wpcf7-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  color: #231815;
}
@media screen and (max-width: 1100px) {
  #contact-form .wpcf7 .contact-form__content .wpcf7-form {
    gap: 24px;
  }
}
#contact-form .wpcf7 .contact-form__content .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  #contact-form .wpcf7 .contact-form__content .container {
    gap: 8px;
  }
}
#contact-form .wpcf7 .contact-form__content .container .item {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: left;
  padding: 4px 0;
}
#contact-form .wpcf7 .contact-form__content .container .item .req {
  background-color: #004723;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  align-content: center;
  margin-right: 8px;
}
#contact-form .wpcf7 .contact-form__content .container .container__box {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
#contact-form .wpcf7 .contact-form__content .container .container__box .wpcf7-form-control-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#contact-form .wpcf7 .contact-form__content .container .wpcf7-form-control {
  width: 100%;
  height: 60px;
  padding: 14px 24px;
  color: #231815;
  line-height: 2;
  border: none;
  outline: none;
  background-color: transparent;
}
#contact-form .wpcf7 .contact-form__content .container .box-area {
  width: 100%;
  height: 150px;
  padding: 14px 24px;
  line-height: 2;
}
#contact-form .wpcf7 .contact-form__content .container .box-area textarea {
  height: 150px;
}
#contact-form .wpcf7 .contact-form__content .contact-form__checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  white-space: nowrap;
  max-height: 20px;
  position: relative;
}
#contact-form .wpcf7 .contact-form__content .contact-form__checkbox label .wpcf7-not-valid-tip {
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  white-space: nowrap;
}
#contact-form .wpcf7 .contact-form__content .contact-form__checkbox label input {
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
  cursor: pointer;
}
#contact-form .wpcf7 .contact-form__content .contact-form__checkbox label input[type=checkbox] {
  accent-color: #16FFC0;
}
#contact-form .wpcf7 .contact-form__content .contact-form__checkbox label .wpcf7-list-item-label {
  display: none;
}

#contact-confirm .wpcf7 .container__gender .item .req {
  opacity: 0;
}

#form .wpcf7 .c-button,
#contact-confirm .wpcf7 .c-button,
#contact-form .wpcf7 .c-button {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#form .wpcf7 .c-button .c-button__btn,
#contact-confirm .wpcf7 .c-button .c-button__btn,
#contact-form .wpcf7 .c-button .c-button__btn {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  width: 250px;
  height: 56px;
  background-color: #004723 !important;
  align-content: center;
  color: #fff;
}
#form .wpcf7 .c-button .c-button__btn .arrow-icon,
#contact-confirm .wpcf7 .c-button .c-button__btn .arrow-icon,
#contact-form .wpcf7 .c-button .c-button__btn .arrow-icon {
  margin-left: 10px;
  vertical-align: -0.1rem;
}/*# sourceMappingURL=style.css.map */