@charset "UTF-8";
/* CSS Document */
/*
20.中央ライフサービスについて
30.事業紹介
40.会社紹介
*/
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;
  }
}

/*PC*/
#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;
  letter-spacing: 0.03em;
}
#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 li, #header ol, #footer ul, #footer li, #footer ol, .footer-cta-area ul, .footer-cta-area li, .footer-cta-area ol {
  margin: 0;
  padding: 0;
  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 {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: background-color 0.3s ease;
}
#header .header-wrapper {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}
#header .header-wrapper .nav.first {
  width: 263px;
  height: 70px;
  margin-left: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-wrapper .nav.first .site-title a {
  transition: all 0.3s ease;
}
#header .header-wrapper .nav.first .site-title a .small {
  display: block;
  margin-bottom: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
}
#header .header-wrapper .nav.first .site-title a .big {
  width: 263px;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
}
#header .header-wrapper .nav.first .site-title a:hover {
  opacity: 0.5;
}
#header .header-wrapper .nav.second {
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-right: 0px;
}
#header .header-wrapper .nav.second .pc-menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 84.3px;
  width: 917px;
}
#header .header-wrapper .nav.second .pc-menu-list .menu a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0.1em;
  color: #495031;
  padding-bottom: 6px;
  border-bottom: solid 1px transparent;
  position: relative;
  transition: all 0.2s ease;
}
#header .header-wrapper .nav.second .pc-menu-list .menu a:hover {
  color: #368D4A;
  border-bottom: solid 1px #368D4A;
}
#header .header-wrapper .nav.second .pc-menu-list .menu a:first-child {
  margin-left: 0;
}
#header .header-wrapper .nav.second .pc-menu-list .menu.contact {
  width: 180.5px;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #368d4a;
  border: solid 1px #368d4a;
  transition: all 0.3s ease;
}
#header .header-wrapper .nav.second .pc-menu-list .menu.contact a {
  color: #fff;
  padding-left: 19.5px;
  letter-spacing: 0.1em;
  border: none;
  position: relative;
  transition: all 0.3s ease;
}
#header .header-wrapper .nav.second .pc-menu-list .menu.contact a:before {
  content: "";
  display: block;
  width: 26.5px;
  height: 11.3px;
  background: url(../images/header_footer/icon_mail.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: -7px;
  transition: all 0.3s ease;
}
#header .header-wrapper .nav.second .pc-menu-list .menu.contact:hover {
  background-color: #fff;
}
#header .header-wrapper .nav.second .pc-menu-list .menu.contact:hover a {
  color: #368D4A;
}
#header .header-wrapper .nav.second .pc-menu-list .menu.contact:hover a:before {
  background: url(../images/header_footer/mail_green.png) no-repeat;
  background-size: contain;
}
@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 .filter {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #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: 195px;
    height: 35px;
    margin-left: 10px;
  }
  #header .header-wrapper .nav.first .site-title {
    width: 200px;
    height: 48px;
  }
  #header .header-wrapper .nav.first .site-title a {
    width: 200px;
    height: 48px;
  }
  #header .header-wrapper .nav.first .site-title a img {
    height: 42px;
    object-fit: contain;
    transition: none;
  }
  #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: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #header .header-wrapper .header_hamburger .hamburger {
    background-color: #333;
    width: 100%;
    height: 100%;
    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: 25px;
    height: 2.5px;
    background-color: #fff;
    margin: 2px 0 4px;
  }
  #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);
  }
  #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);
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-text:before {
    content: "CLOSE";
  }
  #header .child-menu {
    display: none;
  }
}

#footer {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: relative;
}
#footer .footer-top {
  width: 93%;
  max-width: 1390px;
  margin: 0 auto;
  height: 329.3px;
  padding: 78.8px 0 108.7px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
#footer .footer-top .left {
  margin-right: 117px;
}
#footer .footer-top .left .title {
  font-family: "EB Garamond", serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  color: #fff;
}
#footer .footer-top .left .exc {
  margin: 12px 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #fff;
}
#footer .footer-top .cta-area {
  width: 403px;
  height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f09400;
  border: solid 1px #f09400;
  transition: all 0.3s ease;
}
#footer .footer-top .cta-area .cta__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.1em;
  padding-left: 40px;
  color: #fff;
  position: relative;
  transition: all 0.3s ease;
}
#footer .footer-top .cta-area .cta__text:before {
  content: "";
  display: block;
  width: 26.7px;
  height: 18.2px;
  background: url(../images/header_footer/icon_mail.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: -5px;
  transition: all 0.3s ease;
}
#footer .footer-top .cta-area:hover {
  background-color: #368d4a;
  border: solid 1px #fff;
}
#footer .footer-top .cta-area:hover .cta .cta__text {
  color: #fff;
}
#footer .footer-bottom {
  width: 100%;
}
#footer .footer-bottom__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 102px 0 90px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#footer .footer-bottom__wrapper .footer-bottom__nav {
  position: relative;
}
#footer .footer-bottom__wrapper .footer-bottom__nav section {
  margin-bottom: 0px;
}
#footer .footer-bottom__wrapper .footer-bottom__nav section .logo {
  width: 263px;
  height: 70px;
  margin-bottom: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .footer-bottom__wrapper .footer-bottom__nav section .logo a {
  transition: all 0.3s ease;
}
#footer .footer-bottom__wrapper .footer-bottom__nav section .logo a .small {
  display: block;
  margin-bottom: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #368d4a;
}
#footer .footer-bottom__wrapper .footer-bottom__nav section .logo a .big {
  width: 263px;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #368d4a;
}
#footer .footer-bottom__wrapper .footer-bottom__nav section .logo a:hover {
  opacity: 0.5;
}
#footer .footer-bottom__wrapper .footer-bottom__nav section .company-info {
  margin-bottom: 0px;
}
#footer .footer-bottom__wrapper .footer-bottom__nav section .company-info .company {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #495031;
}
#footer .footer-bottom__wrapper .footer-bottom__nav section .company-info .address p {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #495031;
}
#footer .footer-bottom__wrapper .footer-bottom__nav section .company-info .tel {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #495031;
}
#footer .footer-bottom__wrapper .footer-bottom__nav section .company-info .fax {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #495031;
}
#footer .footer-bottom__wrapper .slide-nav {
  padding-top: 6px;
  margin-right: 40px;
  position: relative;
  display: flex;
  width: 559px;
  height: 69px;
  justify-content: space-between;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item section {
  margin-bottom: 35px;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item section .menu-title {
  color: #484747;
  letter-spacing: 0.1em;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item section .menu-title a {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #495031;
  border-bottom: solid 1px transparent;
  transition: all 0.2s ease;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item section .menu-title a:hover {
  border-bottom: solid 1px #495031;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item section .menu-title.hasChild {
  margin-bottom: 5px;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item section .slide-child-nav {
  overflow: hidden;
  transition: height 0.4s ease;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item section .slide-child-nav .menu-title {
  display: block;
  margin: 15px 0;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item section .slide-child-nav .menu-detail {
  font-size: 15px;
  margin-top: 15px;
  position: relative;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item section .slide-child-nav .menu-detail a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  border-bottom: solid 1px transparent;
  line-height: 1;
  transition: all 0.2s ease;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item section .slide-child-nav .nav-menu {
  position: relative;
}
#footer .footer-bottom__wrapper small {
  position: absolute;
  bottom: 95px;
  right: 40px;
}
#footer .footer-bottom__wrapper small p {
  letter-spacing: 0.06em;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.6px;
  text-align: center;
  color: #717171;
}
#footer:before {
  content: "";
  display: block;
  width: 93%;
  height: 329.3px;
  background-color: #368d4a;
  position: absolute;
  top: 0;
  right: 0;
}
#footer:after {
  content: "";
  display: block;
  width: 100%;
  height: 600px;
  background-color: #f8f8f8;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.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: 70px;
  }
  #header .header-wrapper {
    width: 100%;
    height: 70px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin: 0;
  }
  #header .header-wrapper .nav.first {
    width: 200px;
    height: 48px;
    margin-left: 10px;
  }
  #header .header-wrapper .nav.first .site-title a .small {
    margin-bottom: 2px;
    font-size: 8px;
    color: #368D4A;
  }
  #header .header-wrapper .nav.first .site-title a .big {
    width: 196px;
    font-size: 21px;
    line-height: 30px;
    color: #368D4A;
  }
  #header .header-wrapper .nav.first .site-title a:hover {
    opacity: 1;
  }
  #header .header-wrapper .nav.second {
    display: none;
  }
  #header .header-wrapper .header_hamburger {
    display: block;
    z-index: 200;
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #header .header-wrapper .header_hamburger .hamburger {
    background-color: #318043;
    width: 45px;
    height: 45px;
    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: 17px;
    height: 2px;
    background-color: #fff;
    margin: 2.5px 0;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open {
    background-color: #f8f8f8;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    background-color: #318043;
  }
  #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: #318043;
  }
  #header .filter {
    opacity: 0;
    display: none;
    opacity: 1;
    width: 100%;
    height: 100dvh;
    background-color: #f8f8f8;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    overflow: scroll;
  }
  #header .filter .slide-nav {
    width: 322.4px;
    margin: 0 auto 45px;
    padding-top: 50px;
    position: relative;
  }
  #header .filter .slide-nav section {
    padding: 20px 20px 20px 11px;
    margin-bottom: 0;
    border-bottom: solid 0.5px #D5D5D5;
    position: relative;
  }
  #header .filter .slide-nav section .menu-title {
    font-size: 15px;
    line-height: 1;
    position: relative;
  }
  #header .filter .slide-nav section .menu-title a {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.1em;
    color: #495031;
  }
  #header .filter .slide-nav section:before {
    content: "";
    display: block;
    width: 20px;
    height: 2.5px;
    background: url(../images/header_footer/arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #header .filter .header-bottom {
    width: 100%;
    padding: 40px 0 45px;
    background-color: #368d4a;
  }
  #header .filter .header-bottom .title {
    font-family: "EB Garamond", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    color: #fff;
    text-align: center;
  }
  #header .filter .header-bottom .exc {
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
  #header .filter .header-bottom .cta-area {
    width: 238px;
    height: 47.5px;
    background-color: #f09400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 27.5px auto 0;
  }
  #header .filter .header-bottom .cta-area .cta__text {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 0.1em;
    color: #fff;
    padding-left: 20px;
    position: relative;
  }
  #header .filter .header-bottom .cta-area .cta__text:before {
    content: "";
    display: block;
    width: 16px;
    height: 11.5px;
    background: url(../images/header_footer/icon_mail.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: -5px;
    transition: all 0.3s ease;
  }
  #header .filter.is-open {
    display: block;
    opacity: 1;
  }
  #footer {
    align-items: center;
  }
  #footer .footer-top {
    width: 300px;
    height: 236px;
    padding: 40px 0 45px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  #footer .footer-top .left {
    text-align: center;
    margin-right: 0;
  }
  #footer .footer-top .left .title {
    font-size: 40px;
    line-height: 40px;
  }
  #footer .footer-top .left .exc {
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 15px;
  }
  #footer .footer-top .cta-area {
    width: 238.5px;
    height: 47.5px;
  }
  #footer .footer-top .cta-area .cta__text {
    font-size: 15px;
    line-height: 15px;
    padding-left: 20px;
  }
  #footer .footer-top .cta-area .cta__text:before {
    width: 16px;
    height: 11.5px;
    top: 50%;
    left: -5px;
    transition: all 0.3s ease;
    transform: translateY(-50%);
  }
  #footer .footer-top .cta-area:hover {
    background-color: #f09400;
    border: solid 1px #f09400;
  }
  #footer .footer-top .cta-area:hover .cta .cta__text {
    color: #fff;
  }
  #footer .footer-bottom {
    width: 100%;
    background-color: #f8f8f8;
  }
  #footer .footer-bottom__wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 150px;
    flex-direction: column-reverse;
  }
  #footer .footer-bottom__wrapper .footer-bottom__nav {
    position: relative;
    width: 210px;
    margin: 0 auto;
  }
  #footer .footer-bottom__wrapper .footer-bottom__nav section {
    margin-bottom: 0;
  }
  #footer .footer-bottom__wrapper .footer-bottom__nav section .logo {
    width: 200px;
    height: 43px;
    margin-bottom: 30px;
  }
  #footer .footer-bottom__wrapper .footer-bottom__nav section .logo a .small {
    margin-bottom: 2px;
    font-size: 8px;
  }
  #footer .footer-bottom__wrapper .footer-bottom__nav section .logo a .big {
    width: 200px;
    font-size: 21px;
    line-height: 30px;
  }
  #footer .footer-bottom__wrapper .footer-bottom__nav section .logo a:hover {
    opacity: 1;
  }
  #footer .footer-bottom__wrapper .footer-bottom__nav section .company-info {
    margin-bottom: 0px;
    text-align: center;
  }
  #footer .footer-bottom__wrapper .footer-bottom__nav section .company-info .company {
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  #footer .footer-bottom__wrapper .footer-bottom__nav section .company-info .address p {
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  #footer .footer-bottom__wrapper .footer-bottom__nav section .company-info .tel {
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  #footer .footer-bottom__wrapper .footer-bottom__nav section .company-info .fax {
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  #footer .footer-bottom__wrapper .slide-nav {
    padding-top: 6px;
    margin-right: 40px;
    position: relative;
    flex-direction: column;
    width: 322px;
    height: auto;
    margin: 0 auto 45px;
    justify-content: space-between;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item section {
    margin-bottom: 0;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item section .menu-title {
    color: #484747;
    letter-spacing: 0.1em;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item section .menu-title a {
    font-size: 15px;
    line-height: 22px;
    border-bottom: none;
    display: block;
    padding: 20px 20px 20px 11px;
    margin-bottom: 0;
    border-bottom: solid 0.5px #D5D5D5;
    position: relative;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item section .menu-title a:before {
    content: "";
    display: block;
    width: 20px;
    height: 2.5px;
    background: url(../images/header_footer/arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item section .menu-title a:hover {
    border-bottom: none;
  }
  #footer .footer-bottom__wrapper small {
    position: absolute;
    bottom: 70px;
    right: calc(50vw - 256px);
    transform: translateX(-50%);
    margin-bottom: 45px;
  }
  #footer .footer-bottom__wrapper small p {
    text-align: center;
    letter-spacing: 0.06em;
    width: 100%;
    font-size: 13px;
  }
  #footer:before {
    width: 100%;
    height: 236px;
  }
  #footer:after {
    display: none;
  }
  .footer-cta-area {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    background-color: #fff;
    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: 96%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 40px;
    column-gap: 10px;
    padding: 10px 0 0;
    transition: all 0.3s ease;
  }
  .footer-cta-area .footer-cta .contact a {
    background: #F09400;
    border-radius: 2.5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-cta-area .footer-cta .contact a img {
    width: 16px;
    height: 11.5px;
    margin-right: 5px;
  }
  .footer-cta-area .footer-cta .contact a p {
    color: #fff;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .footer-cta-area .footer-cta .go-top {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .footer-cta-area .footer-cta .go-top img {
    width: 100%;
  }
  .footer-cta-area.footer-cta-scrolled {
    opacity: 1;
    transform: translateY(0);
  }
}
/*トップページ*/
/*SMP*/
#top *,
#top ::before,
#top ::after {
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.47;
}
#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 .cta-area .cta {
  width: 303px;
  margin: 0 auto;
  height: 46.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #368d4a;
  position: relative;
}
#top .cta-area .cta__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 0.1em;
  color: #fff;
  padding-right: 25px;
}
#top .cta-area .cta::before {
  content: "";
  display: block;
  width: 20px;
  height: 2.5px;
  background: url(../images/top/arrow_white.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
#top .cta-area.white .cta {
  width: 253.5px;
  background-color: transparent;
  border: solid 1px #fff;
}
#top .cta-area.white .cta::before {
  content: "";
  display: block;
  width: 20px;
  height: 2.5px;
  background: url(../images/top/arrow_white.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
#top .more-area .more {
  margin-top: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#top .more-area .more__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 0.1em;
  color: #368d4a;
  padding-left: 25px;
  position: relative;
}
#top .more-area .more__text::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/top/more.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#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;
}
#top .fadein.fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}
#top .fadein-before {
  transition: opacity 1s ease-in-out;
  position: relative;
}
#top .fadein-before.is-active {
  opacity: 1;
}
#top .fadein-before:before {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#top .fadein-before:after {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#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 .copyfadein {
  opacity: 0;
  transition: opacity 1s ease;
}
#top .copyfadein.is-active {
  opacity: 1;
}
#top .mvfadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#top .mvfadein.is-active {
  opacity: 1;
}
#top section {
  margin-bottom: 60px;
}
#top .mv {
  margin-bottom: 0;
  padding: 0 0 0;
}
#top .mv__wrapper {
  height: 530px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
#top .mv__wrapper .mv-animate {
  width: 100%;
  height: 100%;
  z-index: -10;
  transition: opacity 5s ease;
}
#top .mv__wrapper .mv-animate .mv-img.slideBox img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}
#top .mv__wrapper .mv-copy {
  width: 355px;
  margin: 0 auto;
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top .mv__wrapper .mv-copy__text .bg {
  display: inline-block;
  height: 36px;
  padding: 0 12.5px 0 10px;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.1em;
  color: #495031;
  margin-bottom: 5px;
}
#top .mv__wrapper .mv-copy__text .green {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.1em;
  display: inline;
  color: #368D4A;
}
#top .mv__wrapper:before {
  display: none;
}
#top .mv:before {
  display: none;
}
#top .about {
  position: relative;
}
#top .about__wrapper {
  width: 355px;
  margin: 0 auto;
  padding-top: 42.3px;
  position: relative;
}
@media screen and (min-width: 401px) {
  #top .about__wrapper {
    width: 400px;
  }
}
#top .about__wrapper .sec-title {
  width: 285.5px;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  text-align: center;
  position: relative;
}
#top .about__wrapper .sec-title .en {
  height: 72px;
  font-family: "EB Garamond", serif;
  font-size: 55px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  color: #f7f6f2;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: -1;
}
#top .about__wrapper .sec-title .ja {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 72px;
  text-align: center;
  color: #368d4a;
}
#top .about__wrapper .copy {
  width: 323px;
  margin: 0 auto;
}
#top .about__wrapper .copy p {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.12em;
  text-align: center;
  color: #368d4a;
}
#top .about__wrapper .contents {
  width: 350px;
  margin: 30px auto;
}
#top .about__wrapper .contents p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.533;
}
#top .about__wrapper .contents .cta-area {
  margin-top: 30px;
}
#top .about__wrapper .img_all {
  width: 100vw;
  height: auto;
  margin: 0 calc(50% - 50vw);
}
#top .about__wrapper .img_all img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 401px) {
  #top .about__wrapper .img_all {
    width: 400px;
    margin: 0 auto;
  }
}
#top .about__wrapper .facility {
  margin-top: 37px;
}
#top .about__wrapper .facility .list {
  width: 340px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top .about__wrapper .facility .list .item {
  display: block;
  width: 157.5px;
  padding: 10px 10px 5px;
  background-color: #f8f8f8;
  border-bottom: solid 2.5px #F09400;
  margin-bottom: 18px;
  position: relative;
}
#top .about__wrapper .facility .list .item .img {
  width: 137.5px;
  height: 83.05px;
  margin: 0 auto;
}
#top .about__wrapper .facility .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#top .about__wrapper .facility .list .item .fa-name {
  margin: 5px auto 0;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 17.5px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #353b20;
}
#top .about__wrapper .facility .list .item:before {
  content: "";
  display: block;
  width: 25px;
  height: 37px;
  background: url(../images/top/fa-01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 5px;
}
#top .about__wrapper .facility .list .item:nth-child(1) .fa-name {
  letter-spacing: 0.04em;
}
#top .about__wrapper .facility .list .item:nth-child(2):before {
  background: url(../images/top/fa-02.png) no-repeat;
  background-size: contain;
}
#top .about__wrapper .facility .list .item:nth-child(3):before {
  background: url(../images/top/fa-03.png) no-repeat;
  background-size: contain;
}
#top .about__wrapper .facility .list .item:nth-child(4):before {
  background: url(../images/top/fa-04.png) no-repeat;
  background-size: contain;
}
#top .about__wrapper .facility .list .item:nth-child(5):before {
  background: url(../images/top/fa-05.png) no-repeat;
  background-size: contain;
}
#top .about__wrapper .facility .list .item:nth-child(6):before {
  background: url(../images/top/fa-06.png) no-repeat;
  background-size: contain;
}
#top .about__wrapper .facility .list .item:nth-child(7) {
  margin-bottom: 0px;
}
#top .about__wrapper .facility .list .item:nth-child(7):before {
  background: url(../images/top/fa-07.png) no-repeat;
  background-size: contain;
}
#top .about__wrapper .facility .list .item:nth-child(8) {
  margin-bottom: 0px;
}
#top .about__wrapper .facility .list .item:nth-child(8):before {
  background: url(../images/top/fa-08.png) no-repeat;
  background-size: contain;
}
#top .about:before, #top .about:after {
  content: "";
  display: block;
  width: 100px;
  height: 53px;
  position: absolute;
  top: 0;
  opacity: 1;
}
#top .about:before {
  background: url(/wp-content/uploads/2025/02/toppage_2.png) no-repeat;
  background-size: contain;
  left: 0;
}
#top .about:after {
  height: 65px;
  background: url(/wp-content/uploads/2025/02/toppage_3.png) no-repeat;
  background-size: contain;
  right: 0;
}
#top .business {
  position: relative;
  padding-bottom: 0;
}
#top .business__wrapper .sec-title {
  width: 285.5px;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}
#top .business__wrapper .sec-title .en {
  font-family: "EB Garamond", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52.5px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #48961e;
}
#top .business__wrapper .sec-title .ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.15em;
  text-align: center;
  color: #495031;
}
#top .business__wrapper .sec-title:before {
  content: "";
  display: block;
  width: 0.5px;
  height: 35px;
  background-color: #353b20;
  position: absolute;
  bottom: -64px;
  left: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
#top .business__wrapper .flex .img {
  width: 400px;
  height: 230px;
  margin: 0 auto;
}
#top .business__wrapper .flex .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#top .business__wrapper .flex .contents .business-copy {
  width: 355px;
  margin: -15px auto 0;
  padding-left: 10px;
}
#top .business__wrapper .flex .contents .business-copy__text {
  font-size: 22px;
}
#top .business__wrapper .flex .contents .business-copy__text .bg {
  display: inline-block;
  height: 35px;
  padding: 0 12.5px 0 10px;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.1em;
  color: #495031;
  margin-bottom: 5px;
}
#top .business__wrapper .flex .contents .business-copy__text .green {
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.1em;
  display: inline;
  color: #368D4A;
}
#top .business__wrapper .flex .contents .text {
  width: 344px;
  margin: 20px auto 0;
  background-color: #fff;
  padding: 25px 30px 0;
}
#top .business__wrapper .flex .contents .text p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
  color: #5a5959;
}
#top .business__wrapper .flex .contents .text .cta-area {
  margin-top: 30px;
}
#top .business__wrapper .flex .contents .text .cta-area .cta {
  margin: 0;
  width: 253.5px;
  height: 46.5px;
}
#top .business:before {
  content: "";
  display: block;
  width: 100%;
  height: 95.5%;
  background-image: linear-gradient(#EFEFEF 0.5px, transparent 0.5px), linear-gradient(90deg, #EFEFEF 0.5px, transparent 0.5px);
  background-size: 11.5px 11.5px;
  background-color: #fff;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
}
#top .news {
  background-color: #f8f8f8;
  padding: 55px 0 45px;
  position: relative;
}
#top .news__wrapper {
  width: 350px;
  margin: 0 auto;
}
#top .news__wrapper .sec-title {
  margin-bottom: 16px;
  position: relative;
}
#top .news__wrapper .sec-title .ja {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28.5px;
  letter-spacing: 0.15em;
  color: #282d27;
}
#top .news__wrapper .sec-title:before {
  content: "";
  display: block;
  width: 165px;
  height: 2px;
  background-color: #368D4A;
  position: absolute;
  bottom: -16.5px;
  left: 0;
  z-index: 1;
}
#top .news__wrapper .contents .news-list {
  width: 350px;
  margin: 0 auto;
}
#top .news__wrapper .contents .news-list .item a {
  display: grid;
  grid-template-columns: 100px 1fr;
  column-gap: 20px;
  padding: 30px 0;
  border-top: solid 1px #d6d6d6;
  border-bottom: solid 1px #d6d6d6;
}
#top .news__wrapper .contents .news-list .item a .img {
  width: 100px;
  height: 100px;
}
#top .news__wrapper .contents .news-list .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#top .news__wrapper .contents .news-list .item a .desc .cat {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  color: #368d4a;
  position: relative;
  padding-left: 20px;
}
#top .news__wrapper .contents .news-list .item a .desc .cat:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/top/tag.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0;
}
#top .news__wrapper .contents .news-list .item a .desc .title {
  margin: 6.5px 0 6px;
}
#top .news__wrapper .contents .news-list .item a .desc .title span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
  color: #5a5959;
  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 .item a .desc time {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.08em;
  color: #838383;
}
#top .news__wrapper .contents .news-list .item:last-child a {
  border-top: none;
}
#top .news:before {
  content: "INFOMATION";
  display: block;
  width: 245px;
  height: 46px;
  font-family: "EB Garamond", serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.06em;
  color: #e6e6e6;
  position: absolute;
  top: 0;
  right: 0;
}
#top .company {
  position: relative;
  margin-bottom: 100px;
}
#top .company__wrapper {
  position: relative;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding-top: 157.5px;
}
#top .company__wrapper .sec-title {
  width: 315px;
  margin: 0 auto;
  margin-bottom: 25px;
  position: relative;
  z-index: 3;
}
#top .company__wrapper .sec-title .ja {
  height: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #495031;
  display: block;
  margin-bottom: 1.5px;
}
#top .company__wrapper .sec-title .en {
  height: 52.5px;
  margin: 3px 0 0;
  font-family: "EB Garamond", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52.5px;
  letter-spacing: 0.08em;
  color: #48961e;
}
#top .company__wrapper .contents {
  position: relative;
}
#top .company__wrapper .contents .text {
  width: 315px;
  margin: 0 auto;
}
#top .company__wrapper .contents .text p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
  color: #5a5959;
}
#top .company__wrapper .contents .text .cta-area {
  margin-top: 30px;
}
#top .company__wrapper .contents .text .cta-area .cta {
  margin: 0;
  width: 253.5px;
  height: 46.5px;
}
#top .company__wrapper .contents:before {
  content: "";
  display: block;
  width: 57%;
  max-width: 274px;
  height: 431px;
  background-color: #f8f8f8;
  position: absolute;
  top: -155px;
  right: 0px;
  z-index: -2;
}
#top .company__wrapper:before {
  content: "";
  display: block;
  width: 200px;
  height: 126px;
  background: url(../images/top/toppage_6.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -2;
}
#top .company__wrapper:after {
  content: "";
  display: block;
  width: 158px;
  height: 111.5px;
  background: url(../images/top/toppage_7.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 45px;
  right: 0;
}
#top .recruit {
  position: relative;
  padding-bottom: 0;
  z-index: 1;
}
#top .recruit .image-area.parallax2 {
  padding-top: 45px;
  padding-bottom: 125px;
  position: relative;
  width: 100%;
  background-position: center top;
  background-attachment: fixed;
  background-image: linear-gradient(to left, rgba(49, 128, 67, 0.5), rgba(49, 128, 67, 0.5)), url(/wp-content/uploads/2025/02/toppage_8smp-3.jpg);
  background-size: cover;
  z-index: -10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top .recruit .image-area.parallax2 .wrapper .sec-title {
  width: 300px;
  margin: 0 auto 30px;
}
#top .recruit .image-area.parallax2 .wrapper .sec-title .ja {
  height: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  display: block;
  margin-bottom: 1.5px;
  position: relative;
  padding-left: 52.5px;
}
#top .recruit .image-area.parallax2 .wrapper .sec-title .ja::before {
  content: "";
  display: block;
  width: 42.5px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 0;
}
#top .recruit .image-area.parallax2 .wrapper .sec-title .en {
  height: 52.5px;
  margin: 3px 0 0;
  font-family: "EB Garamond", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52.5px;
  letter-spacing: 0.04em;
  color: #fff;
}
#top .recruit .image-area.parallax2 .wrapper .recruit-copy {
  width: 300px;
  margin: 0 auto;
}
#top .recruit .image-area.parallax2 .wrapper .recruit-copy__text {
  font-size: 22px;
}
#top .recruit .image-area.parallax2 .wrapper .recruit-copy__text .bg {
  display: inline-block;
  height: 35px;
  padding: 0 12.5px 0 10px;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.1em;
  color: #495031;
  margin-bottom: 5px;
}
#top .recruit .image-area.parallax2 .wrapper .recruit-copy__text .green {
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.1em;
  display: inline;
  color: #368D4A;
}
#top .recruit .image-area.parallax2 .wrapper .text {
  width: 300px;
  margin: 30px auto;
}
#top .recruit .image-area.parallax2 .wrapper .text p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
  color: #fff;
}
#top .recruit .image-area.parallax2 .wrapper .cta-area {
  width: 300px;
}
#top .recruit .image-area.parallax2 .wrapper .cta-area .cta {
  margin: 0;
}
#top .recruit .scroll-infinity {
  display: block;
  margin-top: -85px;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#top .recruit .scroll-infinity .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#top .recruit .scroll-infinity .scroll-infinity__list {
  display: flex;
  padding: 0;
}
#top .recruit .scroll-infinity .scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
#top .recruit .scroll-infinity .scroll-infinity__item {
  width: 250px;
  height: 167px;
  margin-right: 10px;
}
#top .recruit .scroll-infinity .scroll-infinity__item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*PC*/
@media only screen and (min-width: 1025px) {
  #top *,
  #top ::before,
  #top ::after {
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 0.03em;
    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 ul,
  #top li {
    list-style: none;
  }
  #top .sp {
    display: none;
  }
  #top a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
  }
  #top img {
    vertical-align: bottom;
  }
  #top .cta-area .cta {
    width: 367px;
    height: 66px;
    border: solid 1px transparent;
    transition: all 0.4s ease;
  }
  #top .cta-area .cta__text {
    font-size: 16px;
    line-height: 16px;
    padding-right: 30px;
    transition: all 0.4s ease;
  }
  #top .cta-area .cta::before {
    width: 40px;
    height: 5px;
    transition: all 0.4s ease;
  }
  #top .cta-area .cta:hover {
    background-color: #fff;
    border: solid 1px #368D4A;
  }
  #top .cta-area .cta:hover .cta__text {
    color: #368D4A;
  }
  #top .cta-area .cta:hover::before {
    background: url(../images/header_footer/arrow.png) no-repeat;
    background-size: contain;
  }
  #top .cta-area.white .cta {
    width: 314px;
    height: 64px;
    background-color: transparent;
    border: solid 1px #fff;
    margin-left: 20px;
  }
  #top .cta-area.white .cta__text {
    font-size: 16px;
  }
  #top .cta-area.white .cta::before {
    width: 40px;
    height: 5px;
    background: url(../images/top/arrow_white.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }
  #top .cta-area.white:hover .cta {
    border: solid 1px transparent;
    background-color: #368D4A;
  }
  #top .cta-area.white:hover .cta__text {
    color: #fff;
  }
  #top .more-area .more {
    margin-top: 0px;
  }
  #top .more-area .more__text span {
    font-size: 16px;
    line-height: 16px;
    padding-left: 0px;
    border-bottom: solid 1px transparent;
    transition: all 0.3s ease;
  }
  #top .more-area .more__text::before {
    width: 14px;
    height: 14px;
  }
  #top .more-area .more:hover .more__text span {
    border-bottom: solid 1px #368D4A;
  }
  #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;
  }
  #top .fadein.fadeup.is-active {
    opacity: 1;
    transform: translateY(0);
  }
  #top .fadein-before {
    transition: opacity 1s ease-in-out;
    position: relative;
  }
  #top .fadein-before.is-active {
    opacity: 1;
  }
  #top .fadein-before:before {
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  #top .fadein-before:after {
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  #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 {
    margin-bottom: 120px;
  }
  #top .mv {
    margin-top: -120px;
    position: relative;
  }
  #top .mv__wrapper {
    height: 100vh;
    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 img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    z-index: 2;
    transition: opacity 5s ease;
  }
  #top .mv__wrapper .mv-copy {
    width: 710px;
    margin: 0 auto;
    position: absolute;
    bottom: 55px;
    left: 30%;
    transform: translate(-50%, -50%);
  }
  #top .mv__wrapper .mv-copy__text .bg {
    height: 72px;
    padding: 0 25px 0 20px;
    font-size: 40px;
    line-height: 69px;
    margin-bottom: 10px;
  }
  #top .mv__wrapper .mv-copy__text .green {
    height: 72px;
    font-size: 40px;
    line-height: 69px;
  }
  #top .mv__wrapper:before {
    display: none;
  }
  #top .mv:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.07;
    position: absolute;
    top: 0;
    left: 0;
  }
  #top .about__wrapper {
    width: 1280px;
    margin: 0 auto;
    padding-top: 90px;
    position: relative;
  }
  #top .about__wrapper .sec-title {
    width: 570px;
    height: 144px;
    margin: 0 auto;
  }
  #top .about__wrapper .sec-title .en {
    height: 144px;
    font-size: 110px;
    top: -35px;
    left: 0;
    z-index: -1;
  }
  #top .about__wrapper .sec-title .ja {
    font-size: 24px;
    line-height: 110px;
  }
  #top .about__wrapper .copy {
    width: 1080px;
  }
  #top .about__wrapper .copy p {
    font-size: 36px;
  }
  #top .about__wrapper .contents {
    width: 858px;
    margin: 40px auto 50px;
  }
  #top .about__wrapper .contents p {
    text-align: center;
    line-height: 1.875;
  }
  #top .about__wrapper .contents .cta-area {
    margin-top: 30px;
  }
  #top .about__wrapper .img_all {
    width: 100vw;
    max-width: 1280px;
    margin: 0 auto;
    height: auto;
    margin: 0;
  }
  #top .about__wrapper .facility {
    margin-top: 30px;
  }
  #top .about__wrapper .facility .list {
    width: 340px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top .about__wrapper .facility .list .item {
    display: block;
    width: 157.5px;
    padding: 10px 10px 7.5px;
    background-color: #f8f8f8;
    border-bottom: solid 2.5px #F09400;
    margin-bottom: 18px;
    position: relative;
  }
  #top .about__wrapper .facility .list .item .img {
    width: 137.5px;
    height: 83.05px;
    margin: 0 auto;
  }
  #top .about__wrapper .facility .list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #top .about__wrapper .facility .list .item .fa-name {
    margin: 5px auto 0;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 17.5px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #353b20;
  }
  #top .about__wrapper .facility .list .item:before {
    content: "";
    display: block;
    width: 25px;
    height: 37px;
    background: url(../images/top/fa-01.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: 5px;
  }
  #top .about__wrapper .facility .list .item:nth-child(1) .fa-name {
    letter-spacing: 0.04em;
  }
  #top .about__wrapper .facility .list .item:nth-child(2):before {
    background: url(../images/top/fa-02.png) no-repeat;
    background-size: contain;
  }
  #top .about__wrapper .facility .list .item:nth-child(3):before {
    background: url(../images/top/fa-03.png) no-repeat;
    background-size: contain;
  }
  #top .about__wrapper .facility .list .item:nth-child(4):before {
    background: url(../images/top/fa-04.png) no-repeat;
    background-size: contain;
  }
  #top .about__wrapper .facility .list .item:nth-child(5):before {
    background: url(../images/top/fa-05.png) no-repeat;
    background-size: contain;
  }
  #top .about__wrapper .facility .list .item:nth-child(6):before {
    background: url(../images/top/fa-06.png) no-repeat;
    background-size: contain;
  }
  #top .about__wrapper .facility .list .item:nth-child(7) {
    margin-bottom: 0px;
  }
  #top .about__wrapper .facility .list .item:nth-child(7):before {
    background: url(../images/top/fa-07.png) no-repeat;
    background-size: contain;
  }
  #top .about__wrapper .facility .list .item:nth-child(8) {
    margin-bottom: 0px;
  }
  #top .about__wrapper .facility .list .item:nth-child(8):before {
    background: url(../images/top/fa-08.png) no-repeat;
    background-size: contain;
  }
  #top .about:before, #top .about:after {
    width: 440px;
    height: 233.8px;
  }
  #top .about:after {
    height: 280.9px;
  }
  #top .business {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #top .business__wrapper .sec-title {
    width: 348px;
    height: 115px;
    margin: 0 auto 55px;
  }
  #top .business__wrapper .sec-title .en {
    font-size: 70px;
    line-height: 70px;
  }
  #top .business__wrapper .sec-title .ja {
    font-size: 20px;
    line-height: 1.67;
  }
  #top .business__wrapper .sec-title:before {
    width: 1px;
    height: 70px;
    bottom: -123px;
    z-index: 3;
  }
  #top .business__wrapper .flex {
    display: flex;
    position: relative;
  }
  #top .business__wrapper .flex .img {
    width: 70%;
    height: 610px;
    z-index: 2;
    margin: 0;
  }
  #top .business__wrapper .flex .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #top .business__wrapper .flex .contents {
    position: absolute;
    top: 80px;
    left: 56%;
    z-index: 3;
  }
  #top .business__wrapper .flex .contents .business-copy {
    width: 600px;
    margin: -15px auto 0;
    padding-left: 0px;
  }
  #top .business__wrapper .flex .contents .business-copy__text {
    font-size: 22px;
  }
  #top .business__wrapper .flex .contents .business-copy__text .bg {
    height: 59px;
    padding: 0 25px 0 20px;
    font-size: 35px;
    line-height: 57px;
    margin-bottom: 10px;
  }
  #top .business__wrapper .flex .contents .business-copy__text .green {
    font-size: 35px;
    line-height: 57px;
  }
  #top .business__wrapper .flex .contents .text {
    width: 542px;
    margin: 40px 0 0;
    background-color: #fff;
    padding: 40px 70px 40px 40px;
  }
  #top .business__wrapper .flex .contents .text p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.03em;
  }
  #top .business__wrapper .flex .contents .text .cta-area {
    margin-top: 30px;
  }
  #top .business__wrapper .flex .contents .text .cta-area .cta {
    margin: 0;
    width: 314px;
    height: 64px;
  }
  #top .business:before {
    content: "";
    display: block;
    width: 100%;
    max-width: 1280px;
    height: 95.5%;
    background-image: linear-gradient(#EFEFEF 1px, transparent 1px), linear-gradient(90deg, #EFEFEF 1px, transparent 1px);
    background-size: 23px 23px;
    background-color: #fff;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #top .news {
    padding: 150px 0 80px;
    margin-top: -70px;
    margin-bottom: 90px;
    z-index: 1;
    background-color: #fff;
    position: relative;
  }
  #top .news__wrapper {
    width: 895px;
  }
  #top .news__wrapper .sec-title {
    margin-bottom: 27px;
  }
  #top .news__wrapper .sec-title .ja {
    font-size: 30px;
    line-height: 30px;
  }
  #top .news__wrapper .sec-title:before {
    content: "";
    display: block;
    width: 230px;
    bottom: -28.5px;
    left: 0;
  }
  #top .news__wrapper .contents {
    position: relative;
  }
  #top .news__wrapper .contents .news-list {
    width: 895px;
    margin: 0 auto;
  }
  #top .news__wrapper .contents .news-list .item a {
    display: grid;
    grid-template-columns: 131px 1fr;
    column-gap: 42px;
    padding: 40px 0 40px 10px;
    position: relative;
  }
  #top .news__wrapper .contents .news-list .item a .img {
    width: 131px;
    height: 90px;
  }
  #top .news__wrapper .contents .news-list .item a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #top .news__wrapper .contents .news-list .item a .desc {
    width: 591px;
  }
  #top .news__wrapper .contents .news-list .item a .desc .cat {
    font-size: 15px;
    line-height: 15px;
    padding-left: 30px;
  }
  #top .news__wrapper .contents .news-list .item a .desc .cat:before {
    width: 20px;
    height: 20px;
    top: -1px;
    left: 0;
  }
  #top .news__wrapper .contents .news-list .item a .desc .title {
    margin: 11px 0 11px;
  }
  #top .news__wrapper .contents .news-list .item a .desc .title span {
    font-size: 16px;
    line-height: 16px;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    border-bottom: solid 1px transparent;
    transition: all 0.3s ease;
  }
  #top .news__wrapper .contents .news-list .item a .desc time {
    font-size: 16px;
    line-height: 16px;
  }
  #top .news__wrapper .contents .news-list .item a:before {
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    background: url(../images/header_footer/arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
  }
  #top .news__wrapper .contents .news-list .item a:hover .desc .title span {
    border-bottom: solid 1px #5A5959;
  }
  #top .news__wrapper .contents .more-area {
    position: absolute;
    top: -50px;
    right: 34px;
  }
  #top .news:before {
    content: "INFOMATION";
    display: block;
    width: 91px;
    height: 490px;
    font-family: "EB Garamond", serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0.06em;
    color: #e6e6e6;
    position: absolute;
    top: 80px;
    right: 5%;
    writing-mode: vertical-rl;
  }
  #top .news:after {
    content: "";
    display: block;
    width: 88%;
    height: 100%;
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #top .company {
    position: relative;
    margin-bottom: 200px;
  }
  #top .company__wrapper {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  #top .company__wrapper .sec-title {
    width: 367px;
    margin: 240px 0 50px 40px;
    position: relative;
    z-index: 3;
  }
  #top .company__wrapper .sec-title .ja {
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
  }
  #top .company__wrapper .sec-title .en {
    height: 91px;
    margin: 11px 0 0;
    font-size: 70px;
    line-height: 91px;
  }
  #top .company__wrapper .contents {
    position: relative;
    z-index: 2;
  }
  #top .company__wrapper .contents .text {
    width: 431px;
    margin: 0 0 0 40px;
  }
  #top .company__wrapper .contents .text p {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.03em;
  }
  #top .company__wrapper .contents .text .cta-area {
    margin-top: 30px;
  }
  #top .company__wrapper .contents .text .cta-area .cta {
    margin: 0;
    width: 314px;
    height: 64px;
  }
  #top .company__wrapper .contents:before {
    content: "";
    display: block;
    width: 362px;
    max-width: 362px;
    height: 650px;
    background-color: #f8f8f8;
    position: absolute;
    top: -320px;
    right: 51%;
    z-index: -5;
  }
  #top .company__wrapper:before {
    content: "";
    display: block;
    width: 480px;
    height: 302.4px;
    background: url(../images/top/toppage_6.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: -90px;
  }
  #top .company__wrapper:after {
    content: "";
    display: block;
    width: 781px;
    height: 551px;
    background: url(../images/top/toppage_7.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 170px;
    right: -40px;
    z-index: 2;
  }
  #top .recruit {
    position: relative;
    padding-bottom: 0;
    z-index: 1;
  }
  #top .recruit .image-area.parallax2 {
    padding-top: 70px;
    padding-bottom: 223px;
    position: relative;
    width: 100%;
    background-position: center top;
    background-attachment: fixed;
    background-image: linear-gradient(to left, rgba(49, 128, 67, 0.5), rgba(49, 128, 67, 0.5)), url(../images/top/toppage_8pc.jpg);
    background-size: cover;
    z-index: -10;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  #top .recruit .image-area.parallax2 .wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  #top .recruit .image-area.parallax2 .wrapper .sec-title {
    width: 469px;
    margin: 0 auto 30px;
  }
  #top .recruit .image-area.parallax2 .wrapper .sec-title .ja {
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 97px;
    margin-bottom: 7px;
  }
  #top .recruit .image-area.parallax2 .wrapper .sec-title .ja::before {
    width: 85px;
    height: 1px;
    top: 10px;
  }
  #top .recruit .image-area.parallax2 .wrapper .sec-title .en {
    height: 131px;
    margin: 3px 0 0;
    font-size: 100px;
    line-height: 131px;
  }
  #top .recruit .image-area.parallax2 .wrapper .recruit-copy {
    width: 300px;
    margin: 0 auto;
    position: absolute;
    top: -65px;
    left: 116px;
  }
  #top .recruit .image-area.parallax2 .wrapper .recruit-copy__text {
    font-size: 22px;
  }
  #top .recruit .image-area.parallax2 .wrapper .recruit-copy__text .bg {
    writing-mode: vertical-rl;
    display: inline-block;
    width: 68px;
    height: 499px;
    padding: 0 12.5px 0 10px;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 0.22em;
  }
  #top .recruit .image-area.parallax2 .wrapper .recruit-copy__text .bg.sp {
    display: none;
  }
  #top .recruit .image-area.parallax2 .wrapper .recruit-copy__text .bg.bg01 {
    height: 499px;
    position: absolute;
    top: -66px;
    left: 83px;
    position: relative;
  }
  #top .recruit .image-area.parallax2 .wrapper .recruit-copy__text .bg.bg01:before {
    content: "、";
    display: block;
    width: 40px;
    height: 40px;
    font-size: 38px;
    position: absolute;
    bottom: -11px;
    right: -3px;
  }
  #top .recruit .image-area.parallax2 .wrapper .recruit-copy__text .bg.bg02 {
    height: 453px;
    position: absolute;
    top: -20px;
    left: 0px;
  }
  #top .recruit .image-area.parallax2 .wrapper .recruit-copy__text .bg.bg02:before {
    content: "。";
    display: block;
    width: 40px;
    height: 40px;
    font-size: 38px;
    position: absolute;
    bottom: -11px;
    right: -3px;
  }
  #top .recruit .image-area.parallax2 .wrapper .recruit-copy__text .green {
    writing-mode: vertical-lr;
    font-size: 38px;
    line-height: 1.2;
    position: relative;
  }
  #top .recruit .image-area.parallax2 .wrapper .recruit-copy__text .green:before {
    content: "「";
    display: block;
    width: 40px;
    height: 40px;
    font-size: 38px;
    writing-mode: horizontal-tb;
    color: #368D4A;
    font-weight: 500;
    position: absolute;
    top: -52px;
    left: -24px;
  }
  #top .recruit .image-area.parallax2 .wrapper .recruit-copy__text .green:after {
    content: "」";
    display: block;
    width: 40px;
    height: 40px;
    font-size: 38px;
    writing-mode: horizontal-tb;
    color: #368D4A;
    font-weight: 500;
    position: absolute;
    bottom: -15px;
    right: -28px;
  }
  #top .recruit .image-area.parallax2 .wrapper .text {
    width: 607px;
    margin: 30px 0 30px 555px;
  }
  #top .recruit .image-area.parallax2 .wrapper .text p {
    font-weight: bold;
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: 0.05em;
  }
  #top .recruit .image-area.parallax2 .wrapper .cta-area .cta {
    margin-left: 555px;
  }
  #top .recruit .scroll-infinity {
    display: block;
    margin-top: -127px;
  }
  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  #top .recruit .scroll-infinity .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }
  #top .recruit .scroll-infinity .scroll-infinity__list {
    display: flex;
    padding: 0;
  }
  #top .recruit .scroll-infinity .scroll-infinity__list--left {
    animation: infinity-scroll-left 20s infinite linear 0.5s both;
  }
  #top .recruit .scroll-infinity .scroll-infinity__item {
    width: 350px;
    height: 233.4px;
    margin-right: 10px;
  }
  #top .recruit .scroll-infinity .scroll-infinity__item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}