@charset "UTF-8";
/* CSS Document */
/*
ヘッダー
フッター
10.トップページ
*/
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-weight: 500;
  scroll-padding-top: 120px;
}
html body.hidden {
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  html {
    scroll-padding-top: 60px;
  }
}

.fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: relative;
}
.fadein.is-active {
  opacity: 1;
}
.fadein.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
  transition-delay: var(--delay, 0s);
}
.fadein.fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}

.text-split {
  overflow: hidden;
}
.text-split span {
  display: inline-block;
  min-width: 0.15em;
}

.text-item {
  width: fit-content;
  overflow: hidden;
}
.block--3 .text-item {
  transform: translateX(-101%);
}
.block--3 .is-active .text-item {
  transform: translateX(0);
  transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
}
.block--3 .is-active .text-item:nth-child(1) {
  transition-delay: 0s;
}
.block--3 .is-active .text-item:nth-child(1) > span {
  transition-delay: 0s;
}
.block--3 .is-active .text-item:nth-child(2) {
  transition-delay: 0.13s;
}
.block--3 .is-active .text-item:nth-child(2) > span {
  transition-delay: 0.13s;
}
.block--3 .is-active .text-item:nth-child(3) {
  transition-delay: 0.26s;
}
.block--3 .is-active .text-item:nth-child(3) > span {
  transition-delay: 0.26s;
}
.text-item > span {
  display: block;
}
.block--3 .text-item > span {
  transform: translateX(101%);
}
.block--3 .is-active .text-item > span {
  transform: translateX(0);
  transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
}

/*PC*/
#header, #footer, .footer-cta-area {
  font-size: 16px;
  color: #555555;
  letter-spacing: 0.03em;
  font-weight: 500;
}
#header *,
#header ::before,
#header ::after, #footer *,
#footer ::before,
#footer ::after, .footer-cta-area *,
.footer-cta-area ::before,
.footer-cta-area ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 16px;
}
#header p, #footer p, .footer-cta-area p {
  margin: 0;
}
#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6, #footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6, .footer-cta-area h1,
.footer-cta-area h2,
.footer-cta-area h3,
.footer-cta-area h4,
.footer-cta-area h5,
.footer-cta-area h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
#header ul,
#header ol, #footer ul,
#footer ol, .footer-cta-area ul,
.footer-cta-area ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header li, #footer li, .footer-cta-area li {
  list-style: none;
}
#header .sp, #footer .sp, .footer-cta-area .sp {
  display: none;
}
#header a, #footer a, .footer-cta-area a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
#header img, #footer img, .footer-cta-area img {
  vertical-align: bottom;
}
#header button, #footer button, .footer-cta-area button {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
#header button,
#header [type=button],
#header [type=reset],
#header [type=submit], #footer button,
#footer [type=button],
#footer [type=reset],
#footer [type=submit], .footer-cta-area button,
.footer-cta-area [type=button],
.footer-cta-area [type=reset],
.footer-cta-area [type=submit] {
  cursor: pointer;
}
#header button:disabled,
#header [type=button]:disabled,
#header [type=reset]:disabled,
#header [type=submit]:disabled, #footer button:disabled,
#footer [type=button]:disabled,
#footer [type=reset]:disabled,
#footer [type=submit]:disabled, .footer-cta-area button:disabled,
.footer-cta-area [type=button]:disabled,
.footer-cta-area [type=reset]:disabled,
.footer-cta-area [type=submit]:disabled {
  cursor: default;
}

#header {
  width: 100%;
  height: 120px;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 100;
  transition: background-color 0.3s ease;
}
#header .header-wrapper {
  width: 100%;
  height: 94px;
  margin: 0px 0 20px 40px;
  padding-right: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1500px) {
  #header .header-wrapper {
    width: 98%;
  }
}
@media screen and (max-width: 1279px) {
  #header .header-wrapper {
    padding-right: 0px;
  }
}
#header .header-wrapper .nav.first {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-wrapper .nav.first .site-title {
  width: 100px;
  height: 75.8px;
  margin-top: 20px;
}
#header .header-wrapper .nav.first .site-title a {
  display: block;
  width: 100%;
}
#header .header-wrapper .nav.first .site-title a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.3s ease;
}
#header .header-wrapper .nav.first .site-title a img:hover {
  opacity: 0.5;
}
#header .header-wrapper .nav.second {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-right: 0px;
}
#header .header-wrapper .nav.second .top-menu {
  display: flex;
}
#header .header-wrapper .nav.second .top-menu .menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 177.8px;
  height: 46px;
  border-radius: 0 0 5px 5px;
}
#header .header-wrapper .nav.second .top-menu .menu a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: 1.6px;
  text-align: left;
  color: #eb6d20;
  cursor: pointer;
  transition: all 0.3s ease;
}
#header .header-wrapper .nav.second .top-menu .menu a span {
  padding-left: 25px;
  padding-bottom: 3px;
  position: relative;
}
#header .header-wrapper .nav.second .top-menu .menu a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
#header .header-wrapper .nav.second .top-menu .menu.recruit-btn {
  background-color: #f4f4f4;
  transition: all 0.4s ease;
  margin-right: 10px;
}
#header .header-wrapper .nav.second .top-menu .menu.recruit-btn a {
  transition: all 0.4s ease;
}
#header .header-wrapper .nav.second .top-menu .menu.recruit-btn a span {
  transition: all 0.4s ease;
}
#header .header-wrapper .nav.second .top-menu .menu.recruit-btn a span:before {
  width: 17px;
  height: 12px;
  background: url(../images/header_footer/right_orange.png) no-repeat;
  background-size: contain;
  transition: all 0.4s ease;
}
#header .header-wrapper .nav.second .top-menu .menu.recruit-btn:hover {
  background-color: #EB6D20;
}
#header .header-wrapper .nav.second .top-menu .menu.recruit-btn:hover a span {
  color: #fff;
}
#header .header-wrapper .nav.second .top-menu .menu.recruit-btn:hover a span:before {
  background: url(../images/top/right_white.png) no-repeat;
  background-size: contain;
}
#header .header-wrapper .nav.second .top-menu .menu.contact-btn {
  background-color: #278f49;
  border: solid 1px transparent;
  transition: all 0.4s ease;
}
#header .header-wrapper .nav.second .top-menu .menu.contact-btn a {
  color: #fff;
  transition: all 0.4s ease;
}
#header .header-wrapper .nav.second .top-menu .menu.contact-btn a span {
  transition: all 0.4s ease;
}
#header .header-wrapper .nav.second .top-menu .menu.contact-btn a span:before {
  width: 15px;
  height: 14.5px;
  background: url(../images/header_footer/mail_white.png) no-repeat;
  background-size: contain;
  top: 50%;
  transition: all 0.4s ease;
}
#header .header-wrapper .nav.second .top-menu .menu.contact-btn:hover {
  background-color: #fff;
  border: solid 1px #278F49;
  border-top: none;
}
#header .header-wrapper .nav.second .top-menu .menu.contact-btn:hover a span {
  color: #278F49;
}
#header .header-wrapper .nav.second .top-menu .menu.contact-btn:hover a span:before {
  background: url(../images/header_footer/mail_green.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1280px) and (max-width: 1499px) {
  #header .header-wrapper .nav.second .top-menu {
    padding-right: 30px;
  }
}
#header .header-wrapper .nav.second .pc-menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 50px;
  width: 845px;
}
#header .header-wrapper .nav.second .pc-menu-list .menu {
  height: 100%;
  position: relative;
  transition: color 0.2s ease;
  letter-spacing: 0.01em;
  border-bottom: solid 3px transparent;
  transition: all 0.2s ease;
}
#header .header-wrapper .nav.second .pc-menu-list .menu a {
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.28px;
  text-align: left;
  color: #4e4e4e;
  transition: all 0.2s ease;
}
#header .header-wrapper .nav.second .pc-menu-list .menu:before {
  content: "";
  display: block;
  opacity: 0;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background-color: #66AD47;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease;
}
#header .header-wrapper .nav.second .pc-menu-list .menu:hover {
  position: relative;
}
#header .header-wrapper .nav.second .pc-menu-list .menu:hover a {
  color: #66AD47;
}
#header .header-wrapper .nav.second .pc-menu-list .menu:hover:before {
  opacity: 1;
  width: 7px;
  height: 7px;
}
#header .header-wrapper .nav.second .pc-menu-list .menu:first-child {
  margin-left: 0;
}
@media screen and (min-width: 1280px) and (max-width: 1400px) {
  #header .header-wrapper .nav.second .pc-menu-list {
    margin-right: 30px;
  }
  #header .header-wrapper .nav.second .pc-menu-list .menu {
    margin-left: 25px;
  }
}
#header .header-wrapper .header_hamburger {
  display: none;
}
#header .child-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  width: 100%;
  background-image: linear-gradient(to top right, rgba(39, 143, 73, 0.95), rgba(102, 173, 71, 0.95));
  padding: 60px 0;
  z-index: 5;
  position: absolute;
  flex-direction: row;
  transition: all 0.3s ease;
}
#header .child-menu__wrapper {
  width: 850px;
  margin: 0 auto;
}
#header .child-menu__wrapper .child-menu-list {
  display: flex;
  justify-content: space-between;
}
#header .child-menu__wrapper .child-menu-list .menu {
  align-items: center;
}
#header .child-menu__wrapper .child-menu-list .menu a {
  display: block;
}
#header .child-menu__wrapper .child-menu-list .menu a .img {
  width: 380px;
  height: 190px;
  overflow: hidden;
  margin-bottom: 10px;
}
#header .child-menu__wrapper .child-menu-list .menu a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}
#header .child-menu__wrapper .child-menu-list .menu a p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: start;
}
#header .child-menu__wrapper .child-menu-list .menu a p .text {
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #fff;
  padding-left: 15px;
}
#header .child-menu__wrapper .child-menu-list .menu a p .arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1px #fff;
  position: relative;
  transition: all 0.4s ease;
}
#header .child-menu__wrapper .child-menu-list .menu a p .arrow::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: url(../images/top/right_white.png) no-repeat;
  background-size: contain;
  top: 52%;
  left: 51%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
#header .child-menu__wrapper .child-menu-list .menu a:hover .img img {
  scale: 1.2;
}
#header .child-menu__wrapper .child-menu-list .menu a:hover p .arrow {
  background-color: #fff;
}
#header .child-menu__wrapper .child-menu-list .menu a:hover p .arrow::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/top/right_green.png) no-repeat;
  background-size: contain;
}
#header .child-menu .flex {
  display: flex;
}
#header .child-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
#header .filter {
  display: none;
}
#header.is-scrolled .header-wrapper .nav.second .top-menu .menu {
  border-left: solid 1px #4b4b4b;
}
#header.is-scrolled .header-wrapper .nav.second .top-menu .menu a:hover {
  border-bottom: solid 1px #4b4b4b;
}
#header.is-scrolled .header-wrapper .nav.second .top-menu .menu:last-child {
  border-right: solid 1px #4b4b4b;
}
#header.is-scrolled .header-wrapper .nav.second .pc-menu-list .menu a {
  height: 100%;
  font-weight: bold;
  display: block;
  color: #111;
}

#footer {
  position: relative;
}
#footer .footer-top {
  margin: 0 auto;
}
#footer .footer-top .contact {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
#footer .footer-top .contact .image-area.parallax2 {
  position: relative;
  width: 100%;
  height: 418px;
  background-position: center top;
  background-attachment: fixed;
  background-image: linear-gradient(to left, rgba(42, 132, 29, 0.5), rgba(42, 132, 29, 0.5)), url(../images/header_footer/footer_9pc.jpg);
  background-size: cover;
  z-index: -10;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -280px;
}
#footer .footer-top .contact__wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 55px 60px;
  background-image: linear-gradient(248deg, #66ad47, #278f49);
}
#footer .footer-top .contact__wrapper .sec-title {
  text-align: center;
  margin-bottom: 50px;
}
#footer .footer-top .contact__wrapper .sec-title.matrix .bg-wrap {
  display: block;
  overflow: hidden;
  opacity: 0;
}
#footer .footer-top .contact__wrapper .sec-title.matrix .bg-wrap + .bg-wrap {
  margin-top: 5px;
}
#footer .footer-top .contact__wrapper .sec-title.matrix .bg-wrap .inn {
  display: block;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  font-family: "Raleway", serif;
  color: #fff;
}
#footer .footer-top .contact__wrapper .sec-title.matrix .bg-wrap .inn.large {
  font-family: "Raleway", serif;
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 4px;
  text-align: center;
  color: #fff;
}
#footer .footer-top .contact__wrapper .sec-title.matrix .bg-wrap .inn.small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 2.4px;
  text-align: center;
  color: #fff;
}
#footer .footer-top .contact__wrapper .sec-title.matrix.is-animated .bg-wrap {
  opacity: 1;
}
#footer .footer-top .contact__wrapper .sec-title.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#footer .footer-top .contact__wrapper .btn-area {
  display: flex;
  justify-content: space-between;
}
#footer .footer-top .contact__wrapper .btn-area__item {
  width: 580px;
  height: 252px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer .footer-top .contact__wrapper .btn-area__item h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 29px;
  letter-spacing: 1.2px;
  text-align: center;
  color: #385d23;
}
#footer .footer-top .contact__wrapper .btn-area__item .copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 1.28px;
  text-align: center;
  color: #797979;
}
#footer .footer-top .contact__wrapper .btn-area__item .cta-area {
  display: flex;
  justify-content: center;
}
#footer .footer-top .contact__wrapper .btn-area__item .cta-area .cta {
  margin: 0 auto;
  height: 62px;
  border-radius: 5px;
  background-color: #278f49;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footer .footer-top .contact__wrapper .btn-area__item .cta-area .cta__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: 1.6px;
  text-align: left;
  color: #fff;
  transition: all 0.4s ease;
}
#footer .footer-top .contact__wrapper .btn-area__item.item_mail {
  padding: 50px 40px 27px;
}
#footer .footer-top .contact__wrapper .btn-area__item.item_mail .cta-area .cta {
  width: 290px;
  position: relative;
  border: solid 1px transparent;
  transition: all 0.4s ease;
}
#footer .footer-top .contact__wrapper .btn-area__item.item_mail .cta-area .cta__text {
  margin-left: 32px;
}
#footer .footer-top .contact__wrapper .btn-area__item.item_mail .cta-area .cta::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/header_footer/mail_white.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: 40px;
  transition: all 0.4s ease;
}
#footer .footer-top .contact__wrapper .btn-area__item.item_mail .cta-area .cta:hover {
  background-color: #fff;
  border: solid 1px #278F49;
}
#footer .footer-top .contact__wrapper .btn-area__item.item_mail .cta-area .cta:hover .cta__text {
  color: #278F49;
}
#footer .footer-top .contact__wrapper .btn-area__item.item_mail .cta-area .cta:hover::before {
  background: url(../images/header_footer/mail_green.png) no-repeat;
  background-size: contain;
}
#footer .footer-top .contact__wrapper .btn-area__item.item_entry {
  padding: 28px 24px 27px;
}
#footer .footer-top .contact__wrapper .btn-area__item.item_entry .cta-area .cta {
  width: 260px;
  background-color: #eb6d20;
  position: relative;
  border: solid 1px transparent;
  transition: all 0.4s ease;
}
#footer .footer-top .contact__wrapper .btn-area__item.item_entry .cta-area .cta__text {
  margin-left: -20px;
}
#footer .footer-top .contact__wrapper .btn-area__item.item_entry .cta-area .cta::before {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url(../images/header_footer/right_white.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.4s ease;
}
#footer .footer-top .contact__wrapper .btn-area__item.item_entry .cta-area .cta:hover {
  background-color: #fff;
  border: solid 1px #eb6d20;
}
#footer .footer-top .contact__wrapper .btn-area__item.item_entry .cta-area .cta:hover .cta__text {
  color: #eb6d20;
}
#footer .footer-top .contact__wrapper .btn-area__item.item_entry .cta-area .cta:hover::before {
  background: url(../images/header_footer/right_orange.png) no-repeat;
  background-size: contain;
}
#footer .footer-bottom {
  width: 100%;
  padding: 220px 0 0;
  background-color: #393939;
  margin-top: -170px;
}
#footer .footer-bottom__wrapper {
  width: 100%;
  max-width: 1193px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#footer .footer-bottom__wrapper .footer-bottom__nav {
  position: relative;
}
#footer .footer-bottom__wrapper .slide-nav {
  padding-top: 0px;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title {
  color: #fff;
  margin-bottom: 30px;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title a {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1.28px;
  border-bottom: solid 1px transparent;
  transition: all 0.2s ease;
  position: relative;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title a:hover {
  border-bottom: solid 1px #fff;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title.hasChild {
  margin-bottom: 20px;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav {
  overflow: hidden;
  transition: height 0.4s ease;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail {
  font-size: 12px;
  position: relative;
  margin-bottom: 15px;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #d3d3d3;
  line-height: 2;
  letter-spacing: 0.75px;
  border-bottom: solid 1px transparent;
  line-height: 1;
  transition: all 0.2s ease;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail a:hover {
  border-bottom: solid 1px #d3d3d3;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail:last-child {
  margin-bottom: 15px;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .nav-menu {
  position: relative;
}
#footer .footer-bottom .b-bottom {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 1193px;
  margin: 0 auto;
  padding-bottom: 60px;
}
#footer .footer-bottom .b-bottom .com-sec .logo {
  width: 100px;
  margin-bottom: 20px;
}
#footer .footer-bottom .b-bottom .com-sec .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer .footer-bottom .b-bottom .com-sec .logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#footer .footer-bottom .b-bottom .com-sec .company-info {
  margin-bottom: 30px;
}
#footer .footer-bottom .b-bottom .com-sec .company-info .company {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.81;
  letter-spacing: 1.28px;
  text-align: left;
  color: #d3d3d3;
  margin-bottom: 10px;
}
#footer .footer-bottom .b-bottom .com-sec .company-info .address p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.45px;
  text-align: left;
  color: #d3d3d3;
}
#footer .footer-bottom .b-bottom .com-sec .company-info .tel {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.45px;
  text-align: left;
  color: #d3d3d3;
}
#footer .footer-bottom .b-bottom .com-sec small {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-bottom .b-bottom .com-sec small p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-align: center;
  color: #888;
  letter-spacing: 1.12px;
}
#footer .footer-bottom .b-bottom .map {
  width: 440px;
  height: 250px;
  margin: 0 0 0 auto;
}
#footer .footer-bottom .b-bottom .map iframe {
  width: 100%;
  height: 100%;
}

.footer-cta-area {
  display: none;
}

/*SMP*/
@media only screen and (max-width: 1279px) {
  #header, #footer, .footer-cta-area {
    font-size: 14px;
  }
  #header .sp, #footer .sp, .footer-cta-area .sp {
    display: block;
  }
  #header .__pc, #footer .__pc, .footer-cta-area .__pc {
    display: none;
  }
  #header {
    background-color: #fff !important;
    height: 60px;
  }
  #header .header-wrapper {
    width: 100%;
    height: 60px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin: 0;
  }
  #header .header-wrapper .nav.first {
    width: 200px;
    height: 48px;
    margin-left: 25px;
  }
  #header .header-wrapper .nav.first .site-title {
    width: 60px;
    height: 45px;
    margin-top: 0px;
  }
  #header .header-wrapper .nav.first .site-title a {
    width: 60px;
  }
  #header .header-wrapper .nav.first .site-title a img {
    width: 60px;
    height: 45px;
    transition: none;
    object-fit: contain;
  }
  #header .header-wrapper .nav.first .site-title a img:hover {
    opacity: 1;
  }
  #header .header-wrapper .nav.second {
    display: none;
  }
  #header .header-wrapper .header_hamburger {
    display: block;
    z-index: 200;
    width: 70px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #278f49;
  }
  #header .header-wrapper .header_hamburger .hamburger {
    width: 45px;
    height: 45px;
    border-radius: 2.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #header .header-wrapper .header_hamburger .hamburger .hamburger-line {
    display: block;
    transition: all 0.3s ease;
    content: "";
    width: 30px;
    height: 1.5px;
    background-color: #fff;
    margin: 3.5px 0;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open {
    background-color: #fff;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
    background-color: #214353;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    background-color: #214353;
  }
  #header .header-wrapper .header_hamburger.is-open {
    background-color: #fff;
  }
  #header .child-menu {
    display: none;
  }
  #header .filter {
    opacity: 0;
    display: none;
    opacity: 1;
    width: 100%;
    height: 100dvh;
    background-color: #fff;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    overflow: scroll;
  }
  #header .filter .slide-nav {
    padding-top: 55px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #header .filter .slide-nav .flex-item .sec {
    width: 322px;
    margin: 0 auto;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title {
    color: #1E3C0D;
    padding: 15px 25px;
    letter-spacing: 0.1em;
    border-bottom: solid 0.5px #888888;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title a {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    font-size: 15px;
    letter-spacing: 0.1em;
    border-bottom: solid 1px transparent;
    transition: all 0.2s ease;
    position: relative;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title a::before {
    content: "";
    display: block;
    width: 11.5px;
    height: 10px;
    background: url(../images/header_footer/right_green.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title a.orange::before {
    background: url(../images/header_footer/right_orange.png) no-repeat;
    background-size: contain;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title.hasChild {
    border-bottom: none;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav {
    overflow: hidden;
    border-bottom: solid 0.5px #888888;
    transition: height 0.4s ease;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav .menu-title {
    display: block;
    margin: 15px 0;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav .menu-detail {
    font-size: 12px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav .menu-detail a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    color: #1E3C0D;
    letter-spacing: 0.05em;
    border-bottom: solid 1px transparent;
    line-height: 1;
    transition: all 0.2s ease;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav .menu-detail:last-child {
    margin-bottom: 15px;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav .nav-menu {
    position: relative;
  }
  #header .filter .cta {
    margin-bottom: 45px;
  }
  #header .filter .cta__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 272px;
    height: 46.5px;
    margin: 0 auto;
    border-radius: 2.5px;
    background-color: #278F49;
  }
  #header .filter .cta__text {
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.1em;
    padding-left: 27.5px;
    position: relative;
  }
  #header .filter .cta__text::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/header_footer/mail_white.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: 0px;
  }
  #header .filter.is-open {
    display: block;
    opacity: 1;
  }
  #footer {
    padding-top: 0px;
    position: relative;
  }
  #footer .footer-top {
    margin: 0 auto;
  }
  #footer .footer-top .contact {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
  }
  #footer .footer-top .contact__wrapper {
    width: 345px;
    padding: 35px 27.5px;
  }
  #footer .footer-top .contact__wrapper .sec-title {
    margin-bottom: 25px;
  }
  #footer .footer-top .contact__wrapper .sec-title.matrix .bg-wrap + .bg-wrap {
    margin-top: 0px;
  }
  #footer .footer-top .contact__wrapper .sec-title.matrix .bg-wrap .inn.large {
    display: inline-block;
    font-family: "Raleway", serif;
    font-size: 25px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
  }
  #footer .footer-top .contact__wrapper .sec-title.matrix .bg-wrap .inn.small {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 2.4px;
    text-align: center;
    color: #fff;
  }
  #footer .footer-top .contact__wrapper .btn-area {
    flex-direction: column;
  }
  #footer .footer-top .contact__wrapper .btn-area__item {
    width: 290px;
    height: auto;
    margin: 0 auto;
    flex-direction: column;
  }
  #footer .footer-top .contact__wrapper .btn-area__item h3 {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
  }
  #footer .footer-top .contact__wrapper .btn-area__item .copy {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
  }
  #footer .footer-top .contact__wrapper .btn-area__item .cta-area {
    flex-direction: column;
  }
  #footer .footer-top .contact__wrapper .btn-area__item .cta-area .cta {
    display: block;
    margin: 0 auto;
    height: 62px;
    padding: 17px 40px 21px;
    border-radius: 2.5px;
    background-color: #278f49;
  }
  #footer .footer-top .contact__wrapper .btn-area__item .cta-area .cta__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 1.6px;
    text-align: left;
    color: #fff;
  }
  #footer .footer-top .contact__wrapper .btn-area__item.item_mail {
    padding: 22.5px 20.5px 20px;
    margin-bottom: 15px;
  }
  #footer .footer-top .contact__wrapper .btn-area__item.item_mail .cta-area .cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 217px;
    height: 43px;
    padding: 0;
    position: relative;
  }
  #footer .footer-top .contact__wrapper .btn-area__item.item_mail .cta-area .cta::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/header_footer/mail_white.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
  }
  #footer .footer-top .contact__wrapper .btn-area__item.item_mail .cta-area .cta__text {
    font-size: 13px;
    margin-left: 20px;
    margin-bottom: 1px;
  }
  #footer .footer-top .contact__wrapper .btn-area__item.item_entry {
    padding: 22.5px 20.5px 20px;
  }
  #footer .footer-top .contact__wrapper .btn-area__item.item_entry .cta-area .cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 217px;
    height: 43px;
    padding: 0 21.5px 0 0;
    position: relative;
  }
  #footer .footer-top .contact__wrapper .btn-area__item.item_entry .cta-area .cta::before {
    content: "";
    display: block;
    width: 7.5px;
    height: 9px;
    background: url(../images/header_footer/right_white.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    right: 35px;
  }
  #footer .footer-top .contact__wrapper .btn-area__item.item_entry .cta-area .cta__text {
    font-size: 13px;
    margin-left: 0;
    margin-bottom: 1px;
  }
  #footer .footer-top .contact__wrapper .btn-area__item.item_entry .cta-area .cta:first-child {
    margin-bottom: 10px;
  }
  #footer .footer-top .contact .image-area.parallax2 {
    position: relative;
    width: 100%;
    height: 400px;
    background-position: center top;
    background-attachment: fixed;
    background-image: linear-gradient(to left, rgba(42, 132, 29, 0.5), rgba(42, 132, 29, 0.5)), url(../images/header_footer/footer_9smp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -10;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 70px;
    margin-top: -360px;
  }
  #footer .footer-bottom {
    width: 100%;
    padding: 30px 0 45px;
    background-color: #393939;
    margin-top: 0;
  }
  #footer .footer-bottom__wrapper {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #footer .footer-bottom__wrapper .footer-bottom__nav {
    position: relative;
  }
  #footer .footer-bottom__wrapper .slide-nav {
    padding-top: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 322px;
    justify-content: space-between;
    margin: 0 auto 30px;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec {
    width: 322px;
    margin: 0 auto;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title {
    color: #fff;
    padding: 15px 25px;
    letter-spacing: 0.1em;
    border-bottom: solid 0.5px #888888;
    margin-bottom: 0;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title a {
    display: block;
    font-size: 15px;
    letter-spacing: 0.1em;
    border-bottom: solid 1px transparent;
    transition: all 0.2s ease;
    position: relative;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title a::before {
    content: "";
    display: block;
    width: 11.5px;
    height: 10px;
    background: url(../images/header_footer/right_white.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title a:hover {
    border-bottom: none;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title a.orange::before {
    background: url(../images/header_footer/right_orange.png) no-repeat;
    background-size: contain;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title.hasChild {
    border-bottom: none;
    margin-bottom: 0;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav {
    overflow: hidden;
    border-bottom: solid 0.5px #888888;
    transition: height 0.4s ease;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-title {
    display: block;
    margin: 15px 0;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail {
    font-size: 12px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.05em;
    border-bottom: solid 1px transparent;
    line-height: 1;
    transition: all 0.2s ease;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail a:hover {
    border-bottom: none;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail:last-child {
    margin-bottom: 15px;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .nav-menu {
    position: relative;
  }
  #footer .footer-bottom .cta {
    margin-bottom: 45px;
  }
  #footer .footer-bottom .cta__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 272px;
    height: 46.5px;
    margin: 0 auto;
    border-radius: 2.5px;
    background-color: #278F49;
  }
  #footer .footer-bottom .cta__text {
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.1em;
    padding-left: 27.5px;
    position: relative;
  }
  #footer .footer-bottom .cta__text::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/header_footer/mail_white.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: 0px;
  }
  #footer .footer-bottom .b-bottom {
    flex-direction: column;
    padding-bottom: 0;
  }
  #footer .footer-bottom .b-bottom .com-sec {
    width: 210px;
    margin: 0 auto;
    margin-bottom: 45px;
  }
  #footer .footer-bottom .b-bottom .com-sec .logo {
    margin: 0 auto 10px;
    width: 90px;
    height: 68px;
  }
  #footer .footer-bottom .b-bottom .com-sec .logo a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    object-fit: contain;
  }
  #footer .footer-bottom .b-bottom .com-sec .company-info {
    margin-bottom: 0px;
  }
  #footer .footer-bottom .b-bottom .com-sec .company-info .company {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
  }
  #footer .footer-bottom .b-bottom .com-sec .company-info .address p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: center;
    color: #fff;
  }
  #footer .footer-bottom .b-bottom .com-sec .company-info .tel {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: center;
    color: #fff;
  }
  #footer .footer-bottom .b-bottom .map {
    width: 350px;
    height: 200px;
    margin: 0 auto;
  }
  #footer .footer-bottom .b-bottom .map iframe {
    width: 100%;
    height: 100%;
  }
  #footer small {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 120px;
    background-color: #393939;
  }
  #footer small p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.08em;
    text-align: center;
    color: #888;
  }
  #footer .go-top {
    padding: 0 5px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 50px;
    right: 5px;
  }
  #footer .go-top img {
    width: 40px;
    height: 40px;
  }
  .footer-cta-area {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 40px;
    z-index: 20;
    position: fixed;
    left: 0;
    bottom: 0;
    opacity: 0;
    transform: translateY(90px);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .footer-cta-area .footer-cta {
    width: 100%;
    height: 89px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 5px;
    padding: 0 5px;
    transition: all 0.3s ease;
  }
  .footer-cta-area .footer-cta__contact a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2.5px 2.5px 0 0;
    background-color: #278f49;
    height: 40px;
  }
  .footer-cta-area .footer-cta__contact a p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.77;
    letter-spacing: 0.07em;
    text-align: center;
    color: #fff;
  }
  .footer-cta-area .footer-cta__recruit a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2.5px 2.5px 0 0;
    background-color: #eb6d20;
    height: 40px;
  }
  .footer-cta-area .footer-cta__recruit a p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.77;
    letter-spacing: 0.07em;
    text-align: center;
    color: #fff;
  }
  .footer-cta-area.footer-cta-scrolled {
    opacity: 1;
    transform: translateY(0);
  }
}
/*トップページ*/
/*SMP*/
#top *,
#top ::before,
#top ::after {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.47;
  box-sizing: border-box;
}
#top p {
  margin: 0;
}
#top h1,
#top h2,
#top h3,
#top h4,
#top h5,
#top h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
#top ul,
#top li {
  list-style: none;
}
#top .sp {
  display: block;
}
#top a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
#top img {
  vertical-align: bottom;
}
#top .sec-title {
  text-align: center;
}
#top .sec-title__en {
  font-family: "Raleway", serif;
  font-size: 25px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: 2.5px;
  text-align: center;
  color: #66ad47;
  margin-bottom: 2.5px;
}
#top .sec-title__en span {
  font-family: "Raleway", serif;
  font-size: 25px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: 2.5px;
  text-align: center;
  color: #66ad47;
}
#top .sec-title__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.56px;
  text-align: left;
  color: #1e3c0d;
}
#top .sec-title__ja span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.56px;
  text-align: left;
  color: #1e3c0d;
}
#top .sec-title.matrix .bg-wrap {
  display: block;
  overflow: hidden;
  opacity: 0;
}
#top .sec-title.matrix .bg-wrap + .bg-wrap {
  margin-top: 5px;
}
#top .sec-title.matrix .bg-wrap .inn {
  display: block;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
#top .sec-title.matrix .bg-wrap .inn.large {
  font-family: "Raleway", serif;
  font-size: 25px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: 2.5px;
  text-align: center;
  color: #66ad47;
}
#top .sec-title.matrix .bg-wrap .inn.small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.56px;
  text-align: center;
  color: #1e3c0d;
}
#top .sec-title.matrix.is-animated .bg-wrap {
  opacity: 1;
}
#top .sec-title.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#top .more-area {
  text-align: center;
}
#top .more-area .more {
  display: inline-block;
  height: 43px;
  border-radius: 2.5px;
  background-color: #278f49;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}
#top .more-area .more:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 7.5px;
  background: url(../images/top/right_white.png) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
#top .more-area .more__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 41px;
  letter-spacing: 1.3px;
  text-align: left;
  color: #fff;
  padding-right: 20px;
}
#top .more-area .more.orange {
  background-color: #eb6d20;
}
#top .fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: relative;
}
#top .fadein.is-active {
  opacity: 1;
}
#top .fadein.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
  transition-delay: var(--delay, 0s);
}
#top .fadein.fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}
#top .fadein-before {
  transition: opacity 1.5s ease-in-out;
  position: relative;
}
#top .fadein-before:before, #top .fadein-before:after {
  opacity: 0;
  transition: opacity 3s ease-in-out;
}
#top .fadein-before:before.fadeup, #top .fadein-before:after.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}
#top .fadein-before:before.fadeup.is-active, #top .fadein-before:after.fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}
#top .fadein-before.is-active:before {
  opacity: 1;
}
#top .fadein-before.is-active:after {
  opacity: 1;
}
#top .mvfadein {
  opacity: 0;
  transition: opacity 2s ease;
}
#top .mvfadein.is-active {
  opacity: 1;
}
#top section {
  padding: 0 0 45px;
}
#top .mv {
  margin-bottom: 0;
  padding: 0 0 0;
  height: calc(100vh - 235px);
}
#top .mv__wrapper {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
#top .mv__wrapper .mv-animate {
  width: 100%;
  height: 100%;
  z-index: -10;
}
#top .mv__wrapper .mv-animate .mv-img.slideBox video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
#top .mv__wrapper .mv-copy {
  width: 350px;
  margin: 0 auto;
  padding-left: 10px;
  position: absolute;
  bottom: 100px;
  left: 0px;
}
#top .mv__wrapper .mv-copy__text {
  margin-bottom: 25px;
}
#top .mv__wrapper .mv-copy__text .inn {
  height: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 2.2px;
  text-align: left;
  color: #1e3c0d;
  display: inline-block;
  height: 35.5px;
  padding: 0 7.5px;
  position: relative;
  z-index: 1;
}
#top .mv__wrapper .mv-copy .bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
#top .mv__wrapper .mv-copy .bg.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  z-index: 0;
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
#top .mv__wrapper .mv-copy .cta__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 217px;
  height: 43px;
  border-radius: 2.5px;
  background-color: #278f49;
  border: solid 1px transparent;
  padding-left: 18px;
  position: relative;
  transition: all 0.4s ease;
}
#top .mv__wrapper .mv-copy .cta__btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../images/top/mail_white.png) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  transition: all 0.4s ease;
}
#top .mv__wrapper .mv-copy .cta__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: 1.3px;
  text-align: left;
  color: #fff;
  transition: all 0.4s ease;
  margin: 0 0 1px 2px;
}
#top .mv__wrapper:before {
  display: none;
}
#top .mv:before {
  display: none;
}
#top .topic {
  width: 100%;
  height: 175px;
  padding: 30px 0;
  background-color: #f4f4f4;
}
#top .topic__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
  margin: 0 auto;
}
#top .topic__wrapper .sec-title {
  font-family: "Raleway", serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #66ad47;
  margin-bottom: 10px;
}
#top .topic__wrapper .topic-area .topic-list .topic-item a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 350px;
  margin-bottom: 10px;
}
#top .topic__wrapper .topic-area .topic-list .topic-item a time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 2.64px;
  text-align: left;
  color: #878787;
  margin-bottom: 2.5px;
}
#top .topic__wrapper .topic-area .topic-list .topic-item a .topic-title {
  line-height: 15px;
}
#top .topic__wrapper .topic-area .topic-list .topic-item a .topic-title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.2px;
  text-align: left;
  color: #4e4e4e;
  transition: all 0.3s ease;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top .banner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 372px;
  height: 37.5px;
  margin: -37.5px auto 0;
  position: relative;
  z-index: 10;
}
#top .banner .cta__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 181px;
  height: 37.5px;
  border-radius: 2.5px 2.5px 0 0;
  background-color: #eb6d20;
  border: solid 1px transparent;
  position: relative;
  transition: all 0.4s ease;
}
#top .banner .cta__btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 7.5px;
  background: url(../images/top/right_white.png) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: all 0.4s ease;
}
#top .banner .cta__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: 1.3px;
  text-align: left;
  color: #fff;
  margin-right: 10px;
  transition: all 0.4s ease;
}
#top .about {
  padding: 48px 0 190px;
  overflow: hidden;
  position: relative;
}
#top .about__wrapper {
  width: 320px;
  margin: 0 auto;
  position: relative;
}
#top .about__wrapper .inner {
  position: relative;
}
#top .about__wrapper .inner .sec-title {
  text-align: left;
  margin-bottom: 25px;
}
#top .about__wrapper .inner .sec-copy h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.96px;
  text-align: left;
  color: #1e3c0d;
  margin-bottom: 25px;
}
#top .about__wrapper .inner .sec-copy__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.6px;
  text-align: left;
  color: #4e4e4e;
  margin-bottom: 25px;
}
#top .about__wrapper .inner::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/top/top_6.jpg) no-repeat;
  background-size: cover;
  width: 98.5px;
  height: 66px;
  bottom: -258px;
  right: 61px;
  z-index: 3;
}
#top .about__wrapper::before, #top .about__wrapper::after {
  content: "";
  display: block;
  position: absolute;
}
#top .about__wrapper::before {
  background: url(../images/top/top_4.jpg) no-repeat;
  background-size: cover;
  width: 146px;
  height: 97px;
  bottom: -210px;
  left: -43px;
}
#top .about__wrapper::after {
  background: url(../images/top/top_5.jpg) no-repeat;
  background-size: cover;
  width: 100px;
  height: 130px;
  bottom: -228px;
  right: -28px;
  z-index: -1;
}
#top .about::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/top/top_3pc.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 470px;
  top: 0;
  left: 0;
}
@media screen and (min-width: 760px) {
  #top .about::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/top/top_3smp.png) no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 1260px;
    height: 762px;
    top: 0px;
    left: 0;
    z-index: -5;
  }
}
#top .business {
  padding: 60px 0 35px;
}
#top .business .sec-title {
  margin-bottom: 30px;
}
#top .business__wrapper {
  width: 315px;
  margin: 0 auto;
}
#top .business__wrapper .exp {
  margin-bottom: 30px;
}
#top .business__wrapper .exp p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.6px;
  text-align: left;
  color: #4e4e4e;
}
#top .business__wrapper .list {
  width: 275px;
  margin: 0 auto;
}
#top .business__wrapper .list .item {
  margin-bottom: 20px;
}
#top .business__wrapper .list .item__detail .img {
  width: 100%;
  height: 183.4px;
  margin-bottom: 15px;
}
#top .business__wrapper .list .item__detail .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}
#top .business__wrapper .list .item__detail .contents {
  padding: 0 8.5px;
}
#top .business__wrapper .list .item__detail .contents .copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.72px;
  text-align: left;
  color: #1e3c0d;
  position: relative;
  margin-bottom: 20px;
}
#top .business__wrapper .list .item__detail .contents .copy .small {
  font-size: 12px;
}
#top .business__wrapper .list .item__detail .contents .copy:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2.5px;
  background-image: linear-gradient(to left, #66ad47, #278f49);
  bottom: -10px;
  left: 0;
}
#top .business__wrapper .list .item__detail .contents .text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.6px;
  text-align: left;
  color: #4e4e4e;
}
#top .business__wrapper .list .item__detail .contents .more-area {
  display: flex;
  justify-content: flex-end;
}
#top .business__wrapper .list .item__detail .contents .more-area .more-btn {
  display: block;
  width: 35px;
  height: 35px;
  border: solid 1px #278f49;
  border-radius: 50%;
  position: relative;
}
#top .business__wrapper .list .item__detail .contents .more-area .more-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 7.5px;
  background: url(../images/top/right_green.png) no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top .business__wrapper .list .item:last-child {
  margin-bottom: 0;
}
#top .initiatives {
  padding: 45px 0;
  background-color: #f4f4f4;
}
#top .initiatives .left .initiatives__wrapper {
  width: 302px;
  margin: 0 auto;
}
#top .initiatives .left .initiatives__wrapper .sec-title {
  text-align: left;
  margin-bottom: 20px;
}
#top .initiatives .left .initiatives__wrapper .title-exp {
  margin-bottom: 38px;
}
#top .initiatives .left .initiatives__wrapper .title-exp p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.6px;
  text-align: left;
  color: #4e4e4e;
}
#top .initiatives .left .initiatives__wrapper .column-area {
  width: 100%;
  padding-bottom: 38px;
  position: relative;
  overflow: hidden;
}
#top .initiatives .left .initiatives__wrapper .column-area .column-list {
  justify-content: space-between;
  width: 295px;
  margin: 0 auto;
}
#top .initiatives .left .initiatives__wrapper .column-area .column-list .column-item {
  width: 295px;
  height: 240px;
  margin: 0 auto;
}
#top .initiatives .left .initiatives__wrapper .column-area .column-list .column-item .thumbnail {
  width: 295px;
  height: 240px;
}
#top .initiatives .left .initiatives__wrapper .column-area .column-list .column-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#top .initiatives .left .initiatives__wrapper .column-area .column-list::-webkit-scrollbar {
  display: none;
}
#top .initiatives .left .initiatives__wrapper .slick-dots {
  bottom: -31px !important;
}
#top .initiatives .left .initiatives__wrapper .slick-dots li {
  margin: 0 !important;
}
#top .initiatives .left .initiatives__wrapper .slick-dots li button:before {
  color: #278f49 !important;
  color: #D1D1D1 !important;
  font-size: 8px !important;
  opacity: 1 !important;
}
#top .initiatives .left .initiatives__wrapper .slick-dots li.slick-active button:before {
  color: #278f49 !important;
}
#top .initiatives .left .case {
  position: relative;
  z-index: 3;
}
#top .initiatives .left .case__wrapper {
  width: 257px;
  margin: 0 auto;
  padding: 30px 0;
}
#top .initiatives .left .case__wrapper .item {
  margin-bottom: 14px;
  padding-bottom: 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 3;
}
#top .initiatives .left .case__wrapper .item .num {
  font-family: "Raleway", serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-align: left;
  color: #eaeaea;
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
#top .initiatives .left .case__wrapper .item .num::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #eaeaea;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#top .initiatives .left .case__wrapper .item:last-child {
  margin-bottom: 0;
}
#top .initiatives .left .case__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 0.6px;
  text-align: left;
  color: #fff;
}
#top .initiatives .left .case::before {
  content: "";
  display: block;
  position: absolute;
  width: 95%;
  height: 305px;
  background-image: linear-gradient(231deg, #66ad47, #278f49);
  top: 0;
  left: 0;
  z-index: 0;
}
#top .initiatives .left .more-area {
  margin-top: 30px;
}
#top .initiatives .right {
  display: none;
}
#top .staff {
  padding: 45px 0;
}
#top .staff__wrapper {
  width: 302px;
  margin: 0 auto;
}
#top .staff__wrapper .sec-title {
  text-align: left;
  margin-bottom: 20px;
}
#top .staff__wrapper .title-exp {
  margin-bottom: 20px;
}
#top .staff__wrapper .title-exp p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.6px;
  text-align: left;
  color: #4e4e4e;
}
#top .staff__wrapper .interview {
  width: 265px;
}
#top .staff__wrapper .interview__list {
  display: flex;
}
#top .staff__wrapper .interview__item {
  width: 265px;
  flex-shrink: 0;
}
#top .staff__wrapper .interview__item a {
  display: block;
  width: 265px;
}
#top .staff__wrapper .interview__item a .img {
  width: 149px;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
}
#top .staff__wrapper .interview__item a .inner {
  margin-top: 45px;
  padding: 18px 15px 20px;
  border-radius: 5px;
  background-image: linear-gradient(to top right, #278f49, #66ad47);
  position: relative;
}
#top .staff__wrapper .interview__item a .inner .top {
  position: relative;
  margin-bottom: 14px;
}
#top .staff__wrapper .interview__item a .inner .top .num {
  margin-bottom: 25px;
  height: 45px;
}
#top .staff__wrapper .interview__item a .inner .top .num__text {
  font-family: "Raleway", serif;
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #d3ebb5;
}
#top .staff__wrapper .interview__item a .inner .top .num__num {
  font-family: "Raleway", serif;
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.79;
  letter-spacing: 0.1em;
  text-align: left;
  color: #d3ebb5;
}
#top .staff__wrapper .interview__item a .inner .top .message {
  position: relative;
  z-index: 5;
}
#top .staff__wrapper .interview__item a .inner .top .message span {
  display: inline-block;
  height: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.06em;
  text-align: left;
  color: #385d23;
  background-color: #fff;
  padding: 0 5px;
}
#top .staff__wrapper .interview__item a .inner .bottom .affi {
  margin-bottom: 7.5px;
}
#top .staff__wrapper .interview__item a .inner .bottom .affi p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
}
#top .staff__wrapper .interview__item a .inner .bottom .name__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  margin-bottom: 5px;
}
#top .staff__wrapper .interview__item a .inner .bottom .name__en {
  font-family: "Raleway", serif;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}
#top .staff__wrapper .interview__item a .inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(../images/top/arrow_right_circle.png) no-repeat;
  background-size: contain;
  bottom: 20px;
  right: 15px;
}
#top .staff__wrapper .interview .swiper-wrapper {
  transition-property: transform !important;
}
#top .staff__wrapper .swiper-scrollbar {
  position: relative !important;
  width: 245px;
  height: 5px;
  margin: 20px auto 0;
  background-color: #d6d6d6;
  border-radius: 100px;
}
#top .staff__wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  background-color: #278f49;
  border-radius: 100px;
}
#top .staff .case {
  position: relative;
  z-index: 3;
}
#top .staff .case__wrapper {
  width: 257px;
  margin: 0 auto;
  padding: 30px 0;
}
#top .staff .case__wrapper .item {
  margin-bottom: 14px;
  padding-bottom: 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 3;
}
#top .staff .case__wrapper .item .num {
  font-family: "Raleway", serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-align: left;
  color: #eaeaea;
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
#top .staff .case__wrapper .item .num::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #eaeaea;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#top .staff .case__wrapper .item:last-child {
  margin-bottom: 0;
}
#top .staff .case__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 0.6px;
  text-align: left;
  color: #fff;
}
#top .staff .case::before {
  content: "";
  display: block;
  position: absolute;
  width: 95%;
  height: 305px;
  background-image: linear-gradient(231deg, #66ad47, #278f49);
  top: 0;
  left: 0;
  z-index: 0;
}
#top .staff .more-area {
  margin-top: 30px;
}
#top .association {
  position: relative;
  padding: 177px 0 60px;
}
#top .association .scroll-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#top .association .scroll-bg .scroll-infinity .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#top .association .scroll-bg .scroll-infinity .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
#top .association .scroll-bg .scroll-infinity .scroll-infinity__list--right {
  animation: infinity-scroll-right 30s infinite linear 0.5s both;
}
#top .association .scroll-bg .scroll-infinity .scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
#top .association .scroll-bg .scroll-infinity .scroll-infinity__item {
  width: 200px;
}
#top .association .scroll-bg .scroll-infinity .scroll-infinity__item > img {
  width: 100%;
  height: 117px;
  object-fit: cover;
}
#top .association__wrapper {
  width: 335px;
  margin: 0 auto;
  padding: 30px 35px 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}
#top .association__wrapper .sec-title {
  margin-bottom: 25px;
}
#top .association__wrapper .sec-title.matrix .bg-wrap .inn.large {
  color: #278F49;
}
#top .association__wrapper .content {
  width: 265px;
  margin: 0 auto;
}
#top .association__wrapper .content .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.6px;
  text-align: left;
  color: #4e4e4e;
  margin-bottom: 25px;
}
#top .association__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 141px;
  height: 85px;
  background: url(../images/top/since1965.png) no-repeat;
  background-size: contain;
  top: -85px;
  right: -5px;
}
#top .news {
  position: relative;
}
#top .news__wrapper {
  width: 348.5px;
  margin: 0 auto;
}
#top .news__wrapper .sec-title {
  margin-bottom: 25px;
  text-align: center;
}
#top .news__wrapper .sec-title__en {
  margin: 0 auto;
}
#top .news__wrapper .sec-title__en span {
  color: #99c267;
  letter-spacing: 0.1em;
}
#top .news__wrapper .sec-title__ja {
  margin: 0 auto;
}
#top .news__wrapper .contents {
  width: 100%;
}
#top .news__wrapper .contents .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}
#top .news__wrapper .contents .news-list .news-item {
  margin-bottom: 20px;
}
#top .news__wrapper .contents .news-list .news-item a {
  display: flex;
}
#top .news__wrapper .contents .news-list .news-item a .thumbnail {
  width: 94px;
  height: 65px;
  overflow: hidden;
  margin-right: 15px;
}
#top .news__wrapper .contents .news-list .news-item a .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}
#top .news__wrapper .contents .news-list .news-item a .detail {
  width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2px 0 2.5px;
}
#top .news__wrapper .contents .news-list .news-item a .detail .top .news-title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: 0.6px;
  text-align: left;
  color: #4e4e4e;
  position: relative;
  overflow: hidden;
  border-bottom: solid 1px transparent;
  transition: border-bottom 0.3s ease;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
#top .news__wrapper .contents .news-list .news-item a .detail .bottom {
  display: flex;
}
#top .news__wrapper .contents .news-list .news-item a .detail .bottom time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 1.32px;
  text-align: left;
  color: #8e8e8e;
  margin-right: 20px;
}
#top .news__wrapper .contents .news-list .news-item a .detail .bottom .cat {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 0.88px;
  text-align: left;
  color: #8e8e8e;
}
#top .news__wrapper .contents .news-list .news-item:last-child {
  margin-bottom: 0;
}
#top .recruit {
  padding: 179px 0 45px;
  position: relative;
}
#top .recruit .scroll-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#top .recruit .scroll-bg .scroll-infinity .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#top .recruit .scroll-bg .scroll-infinity .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
#top .recruit .scroll-bg .scroll-infinity .scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
#top .recruit .scroll-bg .scroll-infinity .scroll-infinity__item {
  width: 287px;
}
#top .recruit .scroll-bg .scroll-infinity .scroll-infinity__item > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
#top .recruit__wrapper .contents {
  width: 90%;
  margin: 0 auto;
  padding: 35px 30px;
  position: relative;
}
#top .recruit__wrapper .contents .sec-title {
  width: 280px;
  margin: 0 auto 20px;
  position: relative;
  text-align: left;
}
#top .recruit__wrapper .contents .sec-title__en {
  color: #00A082;
}
#top .recruit__wrapper .contents .mv-copy {
  width: 280px;
  margin: 0 auto;
}
#top .recruit__wrapper .contents .mv-copy__text {
  margin-bottom: 25px;
}
#top .recruit__wrapper .contents .mv-copy__text .inn {
  display: inline-block;
  font-family: "Klee One", cursive;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: normal;
  text-align: left;
  color: #00a082;
  height: 26.5px;
  padding: 0 5px;
  position: relative;
  z-index: 5;
}
#top .recruit__wrapper .contents .mv-copy .bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
#top .recruit__wrapper .contents .mv-copy .bg.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.3s;
  transform: scaleX(0) translateX(-5%);
  opacity: 0;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  z-index: 0;
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
#top .recruit__wrapper .contents .mv-copy .cta__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 217px;
  height: 43px;
  border-radius: 2.5px;
  background-color: #278f49;
  border: solid 1px transparent;
  padding-left: 18px;
  position: relative;
  transition: all 0.4s ease;
}
#top .recruit__wrapper .contents .mv-copy .cta__btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../images/top/mail_white.png) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  transition: all 0.4s ease;
}
#top .recruit__wrapper .contents .mv-copy .cta__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: 1.3px;
  text-align: left;
  color: #fff;
  transition: all 0.4s ease;
}
#top .recruit__wrapper .contents .text {
  width: 280px;
  margin: 0 auto 25px;
}
#top .recruit__wrapper .contents .text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: left;
  color: #4e4e4e;
}
#top .recruit__wrapper .contents .more-area {
  width: 280px;
  margin: 0 auto;
}
#top .recruit__wrapper .contents .more-area .more {
  padding: 0 35px;
}
#top .recruit__wrapper .contents .more-area .more::before {
  right: 35px;
}
#top .recruit__wrapper .contents .more-area .more:first-child {
  margin-bottom: 10px;
}
#top .recruit__wrapper .contents::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  border-radius: 5px;
  background-image: linear-gradient(216deg, #c3eae3, #fadec2);
  top: 0;
  left: 0;
  z-index: -1;
}

/*PC*/
@media only screen and (min-width: 1025px) {
  #top *,
  #top ::before,
  #top ::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    font-size: 16px;
    color: #555555;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.875;
  }
  #top p {
    margin: 0;
  }
  #top h1,
  #top h2,
  #top h3,
  #top h4,
  #top h5,
  #top h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
  }
  #top li {
    list-style: none;
  }
  #top .sp {
    display: none;
  }
  #top a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
  }
  #top img {
    vertical-align: bottom;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  #top {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  #top .fadein {
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  #top .fadein.is-active {
    opacity: 1;
  }
  #top .fadein.fadeup {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
    transition-delay: var(--delay, 0s);
  }
  #top .fadein.fadeup.is-active {
    opacity: 1;
    transform: translateY(0);
  }
  #top .mvfadein {
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  #top section {
    padding: 0 0 90px;
  }
  #top .sec-title__en {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 4px;
    display: inline-block;
  }
  #top .sec-title__en span {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 4px;
    display: inline-block;
  }
  #top .sec-title__ja {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 2.4px;
  }
  #top .sec-title__ja span {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 2.4px;
  }
  #top .sec-title.matrix .bg-wrap {
    display: block;
    overflow: hidden;
    opacity: 0;
  }
  #top .sec-title.matrix .bg-wrap + .bg-wrap {
    margin-top: 5px;
  }
  #top .sec-title.matrix .bg-wrap .inn {
    display: block;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 100);
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  }
  #top .sec-title.matrix .bg-wrap .inn.large {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 4px;
    display: inline-block;
    margin-bottom: 5px;
  }
  #top .sec-title.matrix .bg-wrap .inn.small {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 2.4px;
  }
  #top .sec-title.matrix.is-animated .bg-wrap {
    opacity: 1;
  }
  #top .sec-title.matrix.is-animated .bg-wrap .inn {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  #top .more-area {
    text-align: center;
  }
  #top .more-area .more {
    text-align: left;
    height: 62px;
    border-radius: 5px;
    padding: 0 40px;
    border: solid 1px transparent;
    transition: all 0.4s ease;
  }
  #top .more-area .more:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 12px;
    right: 28px;
    transition: all 0.4s ease;
  }
  #top .more-area .more__text {
    font-size: 16px;
    line-height: 59px;
    letter-spacing: 1.6px;
    transition: all 0.4s ease;
    padding: 0;
  }
  #top .more-area .more.orange {
    background-color: #eb6d20;
  }
  #top .more-area .more:hover {
    background-color: #fff;
    border: solid 1px #278f49;
  }
  #top .more-area .more:hover:before {
    background: url(../images/top/right_green.png) no-repeat;
    background-size: contain;
  }
  #top .more-area .more:hover .more__text {
    color: #278f49;
  }
  #top .sp {
    display: none !important;
  }
  #top .mv {
    margin-bottom: 0;
    padding-bottom: 0;
    height: calc(100vh - 120px - 144px);
    position: relative;
    z-index: 1;
  }
  #top .mv__wrapper {
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    border-radius: 10px;
    position: relative;
  }
  #top .mv__wrapper .mv-animate {
    width: 90%;
    height: 100%;
    max-height: 1080px;
    margin: 0 auto;
  }
  #top .mv__wrapper .mv-animate .mv-img.slideBox {
    width: 100%;
    height: 100%;
  }
  #top .mv__wrapper .mv-animate .mv-img.slideBox video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #top .mv__wrapper .mv-copy {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    position: absolute;
    bottom: min(0vh, 50px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #top .mv__wrapper .mv-copy__text {
    font-size: 36px;
    margin-bottom: 32px;
  }
  #top .mv__wrapper .mv-copy__text .inn {
    height: 68px;
    padding: 0px 18px 0px;
    border-radius: 5px;
    padding: 0 18px;
    font-size: 36px;
    line-height: 67px;
    letter-spacing: 5.4px;
    text-align: left;
    color: #1E3C0D;
  }
  #top .mv__wrapper .mv-copy .cta__btn {
    width: 322px;
    height: 66px;
    border-radius: 5px;
    padding-left: 36px;
  }
  #top .mv__wrapper .mv-copy .cta__btn:before {
    width: 20px;
    height: 20px;
    left: 36px;
    top: 53%;
  }
  #top .mv__wrapper .mv-copy .cta__btn:hover {
    background-color: #fff;
    border: solid 1px #278f49;
  }
  #top .mv__wrapper .mv-copy .cta__btn:hover:before {
    background: url(../images/top/mail_green.png) no-repeat;
    background-size: contain;
  }
  #top .mv__wrapper .mv-copy .cta__btn:hover .cta__text {
    color: #278f49;
  }
  #top .mv__wrapper .mv-copy .cta__text {
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: 1.8px;
  }
  #top .topic {
    width: 100%;
    margin: 0 auto;
    height: 325px;
    margin-top: -180px;
    margin-bottom: 0px;
    padding: 220px 0 40px;
    position: relative;
  }
  #top .topic__wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 820px;
    margin: 0 auto;
  }
  #top .topic__wrapper .sec-title {
    flex-direction: row;
    margin-bottom: 0;
    font-size: 30px;
  }
  #top .topic__wrapper .topic-area {
    height: 65px;
    width: 600px;
    position: relative;
  }
  #top .topic__wrapper .topic-area .topic-list .topic-item a {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 600px;
  }
  #top .topic__wrapper .topic-area .topic-list .topic-item a time {
    font-size: 16px;
    line-height: 16px;
    margin-right: 30px;
    margin-bottom: 0;
    margin-top: 3px;
  }
  #top .topic__wrapper .topic-area .topic-list .topic-item a .topic-title {
    font-size: 16px;
    line-height: 16px;
    width: 410px;
  }
  #top .topic__wrapper .topic-area .topic-list .topic-item a .topic-title span {
    width: 470px;
    font-size: 16px;
    border: solid 1px transparent;
  }
  #top .topic__wrapper .topic-area .topic-list .topic-item a .topic-title:hover span {
    border-bottom: solid 1px #4E4E4E;
  }
  #top .topic__wrapper .topic-area .topic-list .prev, #top .topic__wrapper .topic-area .topic-list .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 7px;
    height: 12px;
  }
  #top .topic__wrapper .topic-area .topic-list .prev:hover, #top .topic__wrapper .topic-area .topic-list .next:hover {
    cursor: pointer;
    opacity: 0.5;
  }
  #top .topic__wrapper .topic-area .topic-list .prev {
    left: inherit;
    right: 25px;
    background: url(../images/top/prev.png) no-repeat;
    background-size: contain;
    z-index: 200;
  }
  #top .topic__wrapper .topic-area .topic-list .next {
    right: 0px;
    background: url(../images/top/next.png) no-repeat;
    background-size: contain;
  }
  #top .topic__wrapper .topic-area::before {
    content: "";
    display: block;
    width: 1px;
    height: 65px;
    background-color: #66ad47;
    position: absolute;
    top: 0;
    left: -60px;
  }
  #top .topic__wrapper .more a {
    width: 190px;
    height: 20px;
    margin: 0px auto 0;
    border: none;
  }
  #top .topic__wrapper .more a span {
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
    border: solid 1.5px transparent;
    border-radius: 0;
    transition: all 0.2s ease;
  }
  #top .topic__wrapper .more a:before {
    width: 12px;
    height: 12px;
    top: 51%;
    right: 0px;
  }
  #top .topic__wrapper .more a:hover span {
    border-bottom: solid 1px #fff;
  }
  #top .topic::before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #F4F4F4;
    z-index: -1;
  }
  #top .banner {
    width: 100%;
    max-width: 530px;
    height: 62px;
    margin: -62px 85px 0 auto;
    position: relative;
    z-index: 10;
  }
  #top .banner .cta__btn {
    width: 260px;
    height: 62px;
    border-radius: 5px 5px 0 0;
  }
  #top .banner .cta__btn:before {
    width: 14px;
    height: 12px;
    right: 25px;
    top: 52%;
  }
  #top .banner .cta__text {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 1.6px;
    margin-right: 10px;
  }
  #top .banner .cta:hover .cta__btn {
    background-color: #fff;
    border: solid 1px #eb6d20;
    border-bottom: none;
  }
  #top .banner .cta:hover .cta__btn:before {
    background: url(../images/header_footer/right_orange.png) no-repeat;
    background-size: contain;
  }
  #top .banner .cta:hover .cta__text {
    color: #eb6d20;
  }
  #top .about {
    padding: 120px 0 60px;
    overflow: hidden;
    position: relative;
  }
  #top .about__wrapper {
    width: 85%;
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
  }
  #top .about__wrapper .inner {
    position: relative;
    width: 565px;
    margin-left: 214px;
  }
  #top .about__wrapper .inner .sec-title {
    margin-bottom: 60px;
  }
  #top .about__wrapper .inner .sec-copy {
    width: 441px;
    margin-left: 126px;
  }
  #top .about__wrapper .inner .sec-copy h3 {
    font-size: 26px;
    line-height: 1.54;
    letter-spacing: 1.56px;
    margin-bottom: 40px;
  }
  #top .about__wrapper .inner .sec-copy__text {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.8px;
    margin-bottom: 40px;
  }
  #top .about__wrapper .inner .more-area {
    width: 400px;
  }
  #top .about__wrapper .inner .more-area .more {
    width: 400px;
  }
  #top .about__wrapper .inner::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/top/top_6.jpg) no-repeat;
    background-size: cover;
    width: 230px;
    height: 153.4px;
    bottom: 44px;
    right: -287px;
  }
  #top .about__wrapper::before, #top .about__wrapper::after {
    content: "";
    display: block;
    position: absolute;
  }
  #top .about__wrapper::before {
    background: url(../images/top/top_4.jpg) no-repeat;
    background-size: cover;
    width: 292px;
    height: 194.5px;
    bottom: inherit;
    left: -120px;
    top: 150px;
  }
  #top .about__wrapper::after {
    background: url(../images/top/top_5.jpg) no-repeat;
    background-size: cover;
    width: 320px;
    height: 417.6px;
    bottom: inherit;
    top: -60px;
    right: -90px;
    z-index: -1;
  }
  #top .about::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/top/map_pc.png) no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 1260px;
    height: 762px;
    top: 0px;
    left: 0;
    z-index: -5;
  }
  #top .business {
    padding: 60px 0 120px;
  }
  #top .business .sec-title {
    margin-bottom: 40px;
  }
  #top .business__wrapper {
    width: 100%;
    max-width: 1120px;
  }
  #top .business__wrapper .exp {
    margin-bottom: 60px;
  }
  #top .business__wrapper .exp p {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: center;
  }
  #top .business__wrapper .list {
    width: 100%;
    max-width: 1120px;
    display: flex;
    justify-content: space-between;
  }
  #top .business__wrapper .list .item {
    width: 520px;
    margin-bottom: 0px;
  }
  #top .business__wrapper .list .item__detail .img {
    width: 100%;
    height: 346px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.4s ease;
  }
  #top .business__wrapper .list .item__detail .contents {
    padding: 0 20px;
  }
  #top .business__wrapper .list .item__detail .contents .copy {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 1.2px;
    margin-bottom: 40px;
  }
  #top .business__wrapper .list .item__detail .contents .copy .small {
    font-size: 20px;
  }
  #top .business__wrapper .list .item__detail .contents .copy:before {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 5px;
    bottom: -18px;
  }
  #top .business__wrapper .list .item__detail .contents .text {
    width: 403px;
  }
  #top .business__wrapper .list .item__detail .contents .text p {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.8px;
  }
  #top .business__wrapper .list .item__detail .contents .more-area .more-btn {
    width: 62px;
    height: 62px;
    transition: all 0.4s ease;
  }
  #top .business__wrapper .list .item__detail .contents .more-area .more-btn::before {
    content: "";
    display: block;
    position: absolute;
    width: 13.8px;
    height: 12px;
    transition: all 0.4s ease;
  }
  #top .business__wrapper .list .item:last-child .item__detail .contents .more-area {
    margin-top: -60px;
  }
  #top .business__wrapper .list .item:hover .item__detail {
    cursor: pointer;
  }
  #top .business__wrapper .list .item:hover .item__detail .img img {
    scale: 1.2;
  }
  #top .business__wrapper .list .item:hover .item__detail .contents .more-area .more-btn {
    background-color: #278f49;
  }
  #top .business__wrapper .list .item:hover .item__detail .contents .more-area .more-btn::before {
    background: url(../images/top/right_white.png) no-repeat;
    background-size: contain;
  }
  #top .initiatives {
    padding: 90px 0;
    display: flex;
  }
  #top .initiatives .left {
    width: 100%;
    padding-top: 44px;
  }
  #top .initiatives .left .initiatives__wrapper {
    width: 100%;
    margin: 0;
  }
  #top .initiatives .left .initiatives__wrapper .sec-title {
    text-align: left;
    margin: 0 0 40px 20%;
  }
  #top .initiatives .left .initiatives__wrapper .title-exp {
    margin: 0 0 50px 20%;
  }
  #top .initiatives .left .initiatives__wrapper .title-exp p {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.8px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1390px) {
  #top .initiatives .left .initiatives__wrapper .sec-title {
    text-align: left;
    margin: 0 0 40px 5%;
  }
  #top .initiatives .left .initiatives__wrapper .title-exp {
    margin: 0 0 50px 5%;
  }
}
@media only screen and (min-width: 1025px) {
  #top .initiatives .left .case {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  #top .initiatives .left .case__wrapper {
    width: 515px;
    margin: 0 0 0 20%;
    padding: 60px 0 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1390px) {
  #top .initiatives .left .case__wrapper {
    margin: 0 0 0 5%;
  }
}
@media only screen and (min-width: 1025px) {
  #top .initiatives .left .case__wrapper .item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    z-index: 3;
  }
  #top .initiatives .left .case__wrapper .item .num {
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-bottom: 8px;
    padding-left: 12px;
  }
  #top .initiatives .left .case__wrapper .item .num::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
  }
  #top .initiatives .left .case__wrapper .item:last-child {
    margin-bottom: 0;
    border: none;
  }
  #top .initiatives .left .case__title {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.8px;
  }
  #top .initiatives .left .case::before {
    content: "";
    display: block;
    position: absolute;
    width: 120%;
    height: 375px;
    left: inherit;
    right: 0;
  }
  #top .initiatives .right {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 90%;
  }
  #top .initiatives .right .column-area.pc {
    width: 100%;
    padding-bottom: 38px;
    overflow: hidden;
    display: flex !important;
    justify-content: flex-end;
  }
  #top .initiatives .right .column-area.pc .column-list {
    width: 100%;
    max-width: 685px;
    width: clamp(500px, 45.5vw, 800px);
    margin: 0;
  }
  #top .initiatives .right .column-area.pc .column-list .column-item {
    width: 100%;
    height: 514px;
    margin: 0 auto;
  }
  #top .initiatives .right .column-area.pc .column-list .column-item .thumbnail {
    width: 100%;
    height: 514px;
  }
  #top .initiatives .right .column-area.pc .column-list .column-item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #top .initiatives .right .column-area.pc .column-list::-webkit-scrollbar {
    display: none;
  }
  #top .initiatives .right .slick-next, #top .initiatives .right .slick-prev {
    display: none !important;
  }
  #top .initiatives .right .slick-dots {
    bottom: -50px !important;
  }
  #top .initiatives .right .slick-dots li {
    margin: 0 !important;
  }
  #top .initiatives .right .slick-dots li button:before {
    color: #278f49 !important;
    font-size: 8px !important;
  }
  #top .initiatives .right .more-area {
    width: 685px;
    margin: 60px 0 0 0px;
    text-align: left;
  }
  #top .initiatives .right .more-area .more {
    margin: 0 0 0 30px;
  }
  #top .initiatives .right .more-area .more__text {
    padding-right: 20px;
  }
  #top .staff {
    padding: 120px 0;
  }
  #top .staff__wrapper {
    width: 100%;
    max-width: 1260px;
  }
  #top .staff__wrapper .sec-title {
    margin: 0 0 40px 100px;
  }
  #top .staff__wrapper .title-exp {
    margin: 0 0 40px 100px;
  }
  #top .staff__wrapper .title-exp p {
    font-size: 15px;
    line-height: 1.88;
    letter-spacing: 0.8px;
  }
  #top .staff__wrapper .interview {
    width: 100%;
    max-width: 432px;
  }
  #top .staff__wrapper .interview__list {
    display: flex;
  }
  #top .staff__wrapper .interview__item {
    width: 392px;
    margin-right: 40px;
  }
  #top .staff__wrapper .interview__item a {
    display: block;
    width: 392px;
    margin-right: 40px;
  }
  #top .staff__wrapper .interview__item a .img {
    width: 298px;
    top: 0px;
    right: 0;
  }
  #top .staff__wrapper .interview__item a .inner {
    margin-top: 90px;
    padding: 25px 18px 35px 20px;
    border-radius: 10px;
  }
  #top .staff__wrapper .interview__item a .inner .top {
    margin-bottom: 25px;
  }
  #top .staff__wrapper .interview__item a .inner .top .num {
    margin-bottom: 98px;
    height: 66px;
  }
  #top .staff__wrapper .interview__item a .inner .top .num__text {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  #top .staff__wrapper .interview__item a .inner .top .num__num {
    font-size: 46px;
    letter-spacing: 4.6px;
  }
  #top .staff__wrapper .interview__item a .inner .top .message {
    position: relative;
    z-index: 1;
  }
  #top .staff__wrapper .interview__item a .inner .top .message span {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 5px;
    height: 37px;
    font-size: 21px;
    line-height: 35px;
    letter-spacing: 1.26px;
  }
  #top .staff__wrapper .interview__item a .inner .top .img {
    width: 300px;
    position: absolute;
    top: -110px;
    right: -18px;
  }
  #top .staff__wrapper .interview__item a .inner .top .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #top .staff__wrapper .interview__item a .inner .bottom .affi {
    margin-bottom: 15px;
  }
  #top .staff__wrapper .interview__item a .inner .bottom .affi p {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: 0.8px;
  }
  #top .staff__wrapper .interview__item a .inner .bottom .name__ja {
    display: inline;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: 1.8px;
    margin-bottom: 0px;
    padding-right: 15px;
  }
  #top .staff__wrapper .interview__item a .inner .bottom .name__en {
    display: inline;
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 1.4px;
  }
  #top .staff__wrapper .interview__item a .inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 62px;
    height: 62px;
    background: url(../images/top/arrow_right_circle.png) no-repeat;
    background-size: contain;
    bottom: 56px;
    right: 28px;
  }
  #top .staff__wrapper .interview__item a .anim-box.kiran {
    opacity: 1;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  #top .staff__wrapper .interview__item a .anim-box.kiran::before {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 30px;
    height: 100%;
    opacity: 0;
  }
  #top .staff__wrapper .interview__item a .anim-box.kiran:hover::before {
    animation: kiran 0.5s linear;
  }
  @keyframes kiran {
    0% {
      transform: scale(2) rotate(-45deg);
      opacity: 0;
    }
    20% {
      transform: scale(20) rotate(-45deg);
      opacity: 0.6;
    }
    40% {
      transform: scale(30) rotate(-45deg);
      opacity: 0.4;
    }
    80% {
      transform: scale(45) rotate(-45deg);
      opacity: 0.2;
    }
    100% {
      transform: scale(50) rotate(-45deg);
      opacity: 0;
    }
  }
  #top .staff__wrapper .swiper-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  #top .staff__wrapper .swiper-scrollbar {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  #top .staff .case {
    position: relative;
    z-index: 3;
  }
  #top .staff .case__wrapper {
    width: 257px;
    margin: 0 auto;
    padding: 30px 0;
  }
  #top .staff .case__wrapper .item {
    margin-bottom: 14px;
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 3;
  }
  #top .staff .case__wrapper .item .num {
    font-family: "Raleway", serif;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 15px;
    letter-spacing: 1.2px;
    text-align: left;
    color: #eaeaea;
    margin-bottom: 5px;
    position: relative;
    padding-left: 12px;
  }
  #top .staff .case__wrapper .item .num::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #eaeaea;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  #top .staff .case__wrapper .item:last-child {
    margin-bottom: 0;
  }
  #top .staff .case__title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #fff;
  }
  #top .staff .case::before {
    content: "";
    display: block;
    position: absolute;
    width: 95%;
    height: 305px;
    background-image: linear-gradient(231deg, #66ad47, #278f49);
    top: 0;
    left: 0;
    z-index: 0;
  }
  #top .staff .more-area {
    margin-top: 30px;
  }
  #top .association {
    position: relative;
    padding: 0;
  }
  #top .association .scroll-bg {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
  #top .association .scroll-bg .scroll-infinity .scroll-infinity__item {
    width: 452px;
  }
  #top .association .scroll-bg .scroll-infinity .scroll-infinity__item > img {
    width: 100%;
    height: 264px;
  }
  #top .association__wrapper {
    width: 640px;
    height: 530px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #top .association__wrapper .sec-title {
    margin-bottom: 30px;
  }
  #top .association__wrapper .content {
    width: 471px;
  }
  #top .association__wrapper .content .text {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.8px;
    margin-bottom: 40px;
  }
  #top .association__wrapper .content .more-area .more {
    padding: 0 62px 0 40px;
  }
  #top .association__wrapper::before {
    width: 282px;
    height: 169px;
    top: inherit;
    bottom: 0;
    right: -290px;
  }
  #top .news {
    padding: 120px 0;
    position: relative;
  }
  #top .news__wrapper {
    width: 1020px;
    margin: 0 auto;
  }
  #top .news__wrapper .sec-title {
    margin-bottom: 60px;
    text-align: left;
  }
  #top .news__wrapper .sec-title__en {
    color: #99c267;
  }
  #top .news__wrapper .sec-title__ja {
    margin: 0;
  }
  #top .news__wrapper .contents {
    width: 100%;
  }
  #top .news__wrapper .contents .news-list {
    margin-bottom: 30px;
  }
  #top .news__wrapper .contents .news-list .news-item {
    margin-bottom: 20px;
  }
  #top .news__wrapper .contents .news-list .news-item a {
    display: flex;
  }
  #top .news__wrapper .contents .news-list .news-item a .thumbnail {
    width: 130px;
    height: 90px;
    margin-right: 30px;
  }
  #top .news__wrapper .contents .news-list .news-item a .detail {
    width: 320px;
    padding: 0;
  }
  #top .news__wrapper .contents .news-list .news-item a .detail .top {
    margin-bottom: 5px;
  }
  #top .news__wrapper .contents .news-list .news-item a .detail .top .news-title {
    height: 60px;
    overflow: hidden;
  }
  #top .news__wrapper .contents .news-list .news-item a .detail .top .news-title span {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
    border-bottom: solid 1px transparent;
    transition: all 0.2s ease;
    display: inline;
  }
  #top .news__wrapper .contents .news-list .news-item a .detail .bottom {
    display: flex;
  }
  #top .news__wrapper .contents .news-list .news-item a .detail .bottom time {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: 1.92px;
    margin-right: 27px;
  }
  #top .news__wrapper .contents .news-list .news-item a .detail .bottom .cat {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.86;
    letter-spacing: 1.12px;
  }
  #top .news__wrapper .contents .news-list .news-item a:hover .detail .top .news-title span {
    border-bottom: solid 1px #4e4e4e;
  }
  #top .news__wrapper .contents .news-list .news-item a:hover .thumbnail img {
    scale: 1.3;
  }
  #top .news__wrapper .contents .news-list .news-item:last-child {
    margin-bottom: 0;
  }
  #top .news__wrapper .contents .more-area {
    text-align: right;
  }
  #top .news__wrapper .contents .more-area .more__text {
    padding-right: 20px;
  }
  #top .recruit {
    padding: 45px 0 120px;
    position: relative;
  }
  #top .recruit .scroll-bg {
    width: 93%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #top .recruit .scroll-bg .scroll-infinity .scroll-infinity__list--left {
    animation: infinity-scroll-left 75s infinite linear 0.5s both;
  }
  #top .recruit .scroll-bg .scroll-infinity .scroll-infinity__item {
    width: 725px;
  }
  #top .recruit .scroll-bg .scroll-infinity .scroll-infinity__item > img {
    width: 100%;
    height: 755px;
    object-fit: cover;
  }
  #top .recruit__wrapper .contents {
    width: 50%;
    min-width: 712px;
    height: 100%;
    margin: 0 110px 0 auto;
    padding: 90px 0 70px 90px;
    position: relative;
  }
  #top .recruit__wrapper .contents .sec-title {
    width: 512px;
    margin: 0 auto 50px 0;
  }
  #top .recruit__wrapper .contents .mv-copy {
    width: 512px;
    margin: 0 auto 0 0;
  }
  #top .recruit__wrapper .contents .mv-copy__text {
    margin-bottom: 25px;
  }
  #top .recruit__wrapper .contents .mv-copy__text .inn {
    font-size: 28px;
    line-height: 45px;
    height: 47px;
    padding: 0 10px;
  }
  #top .recruit__wrapper .contents .mv-copy .bg .bg-wrap {
    position: relative;
    display: inline-block;
    margin-top: 5px;
  }
  #top .recruit__wrapper .contents .mv-copy .cta__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 217px;
    height: 43px;
    border-radius: 2.5px;
    background-color: #278f49;
    border: solid 1px transparent;
    padding-left: 18px;
    position: relative;
    transition: all 0.4s ease;
  }
  #top .recruit__wrapper .contents .mv-copy .cta__btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../images/top/mail_white.png) no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    transition: all 0.4s ease;
  }
  #top .recruit__wrapper .contents .mv-copy .cta__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 1.3px;
    text-align: left;
    color: #fff;
    transition: all 0.4s ease;
  }
  #top .recruit__wrapper .contents .text {
    width: 515px;
    margin: 0 auto 40px 0;
  }
  #top .recruit__wrapper .contents .text p {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.8px;
  }
  #top .recruit__wrapper .contents .more-area {
    width: 516px;
    text-align: left;
    margin: 0 auto 0 0;
  }
  #top .recruit__wrapper .contents .more-area .more {
    width: 253px;
    padding: 0 57px 0 35px;
  }
  #top .recruit__wrapper .contents .more-area .more:first-child {
    margin-right: 5px;
  }
  #top .recruit__wrapper .contents .more-area .more:before {
    right: 25px;
  }
  #top .recruit__wrapper .contents .more-area .more:hover {
    border: solid 1px #eb6d20;
    background-color: #fff;
  }
  #top .recruit__wrapper .contents .more-area .more:hover .more__text {
    color: #eb6d20;
  }
  #top .recruit__wrapper .contents .more-area .more:hover::before {
    background: url(../images/header_footer/right_orange.png) no-repeat;
    background-size: contain;
  }
  #top .recruit__wrapper .contents::before {
    content: "";
    display: block;
    position: absolute;
    width: 120%;
    height: 100%;
    opacity: 0.95;
    border-radius: 5px;
    background-image: linear-gradient(216deg, #c3eae3, #fadec2);
    top: 0;
    left: 0;
    z-index: -1;
  }
  #top .recruit::before {
    content: "";
    display: block;
    position: absolute;
    width: 93%;
    height: 755px;
  }
}