@charset "UTF-8";
/* CSS Document */
/*
 * Header & Footer Styles
 * ==========================================
 * This file imports styles for header and footer
 *
 * Structure:
 * 1. Config - Variables and Mixins
 * 2. Sections - Common reset, Header, Footer
 */
/*PC*/
#header *,
#header ::before,
#header ::after,
#footer *,
#footer ::before,
#footer ::after,
#top *,
#top ::before,
#top ::after,
#page-work *,
#page-work ::before,
#page-work ::after,
#page-staff *,
#page-staff ::before,
#page-staff ::after {
  box-sizing: border-box;
}
#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#top h1,
#top h2,
#top h3,
#top h4,
#top h5,
#top h6,
#page-work h1,
#page-work h2,
#page-work h3,
#page-work h4,
#page-work h5,
#page-work h6,
#page-staff h1,
#page-staff h2,
#page-staff h3,
#page-staff h4,
#page-staff h5,
#page-staff h6 {
  font-size: inherit;
  font-weight: inherit;
}
#header ul,
#header ol,
#footer ul,
#footer ol,
#top ul,
#top ol,
#page-work ul,
#page-work ol,
#page-staff ul,
#page-staff ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header li,
#footer li,
#top li,
#page-work li,
#page-staff li {
  list-style: none;
}
#header .sp,
#footer .sp,
#top .sp,
#page-work .sp,
#page-staff .sp {
  display: none;
}
#header img,
#footer img,
#top img,
#page-work img,
#page-staff img {
  vertical-align: bottom;
}
#header button,
#footer button,
#top button,
#page-work button,
#page-staff 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],
#top button,
#top [type=button],
#top [type=reset],
#top [type=submit],
#page-work button,
#page-work [type=button],
#page-work [type=reset],
#page-work [type=submit],
#page-staff button,
#page-staff [type=button],
#page-staff [type=reset],
#page-staff [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,
#top button:disabled,
#top [type=button]:disabled,
#top [type=reset]:disabled,
#top [type=submit]:disabled,
#page-work button:disabled,
#page-work [type=button]:disabled,
#page-work [type=reset]:disabled,
#page-work [type=submit]:disabled,
#page-staff button:disabled,
#page-staff [type=button]:disabled,
#page-staff [type=reset]:disabled,
#page-staff [type=submit]:disabled {
  cursor: default;
}
@media screen and (max-width: 1024px) {
  #header .sp,
  #footer .sp,
  #top .sp,
  #page-work .sp,
  #page-staff .sp {
    display: block;
  }
}

/*共通アニメーション*/
.text-split {
  overflow: hidden;
}
.text-split span {
  display: inline-block;
  min-width: 0.15em;
}

.text-item {
  width: fit-content;
  overflow: hidden;
}
.text-item > span {
  display: block;
}

.block--3 .text-item {
  transform: translateX(-101%);
}
.block--3 .text-item > span {
  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 > span {
  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;
}

/*PC*/
#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: 98%;
  max-width: 1370px;
  margin: 0 0 0 20px;
  height: 94px;
  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: 94%;
    max-width: unset;
  }
}
@media screen and (max-width: 1279px) {
  #header .header-wrapper {
    padding-right: 0px;
  }
}
#header .header-wrapper .nav.first {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-wrapper .nav.first .site-title {
  width: 300px;
  height: 70px;
  margin-top: 25px;
}
#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 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-right: 0px;
  padding-top: 9px;
}
#header .header-wrapper .nav.second .top-menu {
  display: flex;
  gap: 10px;
}
#header .header-wrapper .nav.second .top-menu .menu a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 43px;
  border-radius: 21.5px;
  background-color: #44ad96;
  border: solid 1px #44ad96;
  padding: 0 20px;
  transition: all 0.4s ease;
}
#header .header-wrapper .nav.second .top-menu .menu a span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.75px;
  color: #fff;
  transition: all 0.4s ease;
}
#header .header-wrapper .nav.second .top-menu .menu:last-child a {
  background-color: #5db372;
  border: solid 1px #5db372;
  transition: all 0.4s ease;
}
#header .header-wrapper .nav.second .top-menu .menu:last-child:hover a {
  background-color: #fff;
}
#header .header-wrapper .nav.second .top-menu .menu:last-child:hover a span {
  color: #5db372;
}
#header .header-wrapper .nav.second .top-menu .menu:hover a {
  background-color: #fff;
}
#header .header-wrapper .nav.second .top-menu .menu:hover a span {
  color: #44ad96;
}
@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: 15px;
  width: 95%;
  max-width: 1010px;
}
#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 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.75px;
  text-align: right;
  color: #121212;
}
#header .header-wrapper .nav.second .pc-menu-list .menu:before {
  content: "";
  display: block;
  opacity: 0;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background-color: #44AD96;
  position: absolute;
  bottom: -12px;
  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: #44AD96;
}
#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: rgba(72, 72, 72, 0.95);
  padding: 70px 0;
  z-index: 5;
  position: absolute;
  top: 120px;
  flex-direction: row;
  transition: all 0.3s ease;
}
#header .child-menu__wrapper {
  width: 900px;
  margin: 0 auto;
  display: flex;
}
#header .child-menu__wrapper .sec-title {
  margin-right: 150px;
}
#header .child-menu__wrapper .sec-title__en {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 5px;
}
#header .child-menu__wrapper .sec-title__ja {
  font-size: 24px;
  color: #fff;
  line-height: 34px;
}
#header .child-menu__wrapper .child-menu-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#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 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.05em;
  color: #fff;
  margin-left: 15px;
  line-height: 1;
  border-bottom: solid 1px transparent;
  transition: all 0.2s ease;
}
#header .child-menu__wrapper .child-menu-list .menu a p .arrow {
  display: inline-block;
  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: 15px;
  height: 15px;
  background: url(../images/top/right_g.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 p .text {
  border-bottom: solid 1px #fff;
}
#header .child-menu .flex {
  display: flex;
}
#header .child-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
#header .child-menu.child-menu__03 .child-menu__wrapper .sec-title {
  margin-right: 110px;
}
#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;
}

/*SMP*/
@media only screen 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: 200px;
    height: 48px;
    margin-left: 10px;
  }
  #header .header-wrapper .nav.first .site-title {
    width: 180px;
    height: 45px;
    margin-top: 0px;
  }
  #header .header-wrapper .nav.first .site-title a img {
    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: #44AD96;
  }
  #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: 2.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(8px, 7px);
    background-color: #44AD96;
  }
  #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(6px, -6px);
    background-color: #44AD96;
  }
  #header .header-wrapper .header_hamburger.is-open {
    background-color: #fff;
  }
  #header .child-menu {
    display: none;
  }
  #header .filter {
    opacity: 0;
    display: none;
    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-top: solid 0.5px #888888;
    position: relative;
  }
  #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;
    color: #121212;
    font-weight: 500;
  }
  #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:before {
    content: "";
    display: block;
    width: 13.5px;
    height: 13.5px;
    background: url(../images/top/right_g.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title.hasChild:before {
    content: "";
    display: block;
    width: 11px;
    height: 2px;
    background-color: #44AD96;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title.hasChild:after {
    content: "";
    display: block;
    width: 2px;
    height: 11px;
    background-color: #44AD96;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28.5px;
    transition: all 0.3s ease;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title.hasChild.b-none {
    border-top: none;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title.hasChild.open:after {
    display: none;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav {
    overflow: hidden;
    transition: height 0.4s ease;
    opacity: 0;
    height: 0;
    transition: height 0.5s ease, opacity 0.5s 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: #5C5C5C;
    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 .slide-nav .flex-item .sec .slide-child-nav.open {
    opacity: 1;
    height: auto;
  }
  #header .filter .contact {
    padding: 0 0 45px;
  }
  #header .filter .contact .contact__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
  }
  #header .filter .contact .contact__wrapper .cta-area {
    width: 282.5px;
    margin: 0 auto;
  }
  #header .filter .contact .contact__wrapper .cta-area .cta {
    display: block;
    width: 100%;
    height: 43px;
    padding: 8px 25px 11px;
    border-radius: 100px;
    background-color: #44ad96;
    margin-bottom: 10px;
    text-align: center;
  }
  #header .filter .contact .contact__wrapper .cta-area .cta .cta__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
  }
  #header .filter .contact .contact__wrapper .cta-area img {
    display: block;
    width: 120px;
    height: 15px;
    margin: 0 auto;
  }
  #header .filter .contact .contact__wrapper .cta-area:last-child .cta {
    background-color: #5db372;
  }
  #header .filter .contact .contact__wrapper .cta-area:last-child .cta .cta__text {
    font-size: 15px;
  }
  #header .filter.is-open {
    display: block;
    opacity: 1;
  }
}
/*共通キービジュアル*/
/*SMP*/
.kv-common {
  padding: 0;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.kv-common .kv__wrapper {
  position: relative;
}
.kv-common .kv__wrapper > .img {
  width: 100%;
  height: 200px;
  margin: 0;
  opacity: 0;
  transition: opacity 1s ease;
  overflow: hidden;
}
.kv-common .kv__wrapper > .img.active {
  opacity: 1;
}
.kv-common .kv__wrapper > .img.active .img__wrapper img {
  animation: zoomOut 2s ease-out forwards;
}
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.kv-common .kv__wrapper > .img .img__wrapper {
  height: 200px;
  position: relative;
}
.kv-common .kv__wrapper > .img .img__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.2);
}
.kv-common .kv__wrapper > .img .img__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 90, 70, 0.3);
  top: 0;
  left: 0;
  z-index: 1;
}
.kv-common .kv__wrapper > .title {
  position: absolute;
  bottom: 25px;
  left: calc(50% - 175px);
  z-index: 10;
}
.kv-common .kv__wrapper > .title .bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  height: 32px;
}
.kv-common .kv__wrapper > .title .bg .bg-wrap:last-child {
  margin-top: 2px;
}
.kv-common .kv__wrapper > .title .bg.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #2f9f86;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  display: inline-block;
  height: 32px;
  padding: 7px 7px 3px;
  background-color: #2f9f86;
  margin-bottom: 5px;
}
.kv-common .kv__wrapper > .title .bg .bg-wrap .inn {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.78;
  letter-spacing: 1.44px;
  text-align: left;
  color: #fff;
  display: inline-block;
  height: 32px;
  padding: 8px 7px 3px;
  margin-bottom: 2px;
}
@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;
  }
}
.kv-common .kv__wrapper > .title .left {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.85px;
  text-align: left;
  color: #fff;
}
.kv-common .kv__wrapper > .title .copy {
  width: 330px;
}
.kv-common .kv__wrapper > .title .copy .title {
  padding-left: 50px;
}
.kv-common .kv__wrapper > .title .copy .text-item > span > span {
  display: inline-block;
  text-shadow: 0 0 20px rgba(0, 93, 73, 0.55);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.85px;
  text-align: left;
  color: #fff;
}
.kv-common .kv__wrapper > .title .copy::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #fff;
  top: 45px;
  left: 0;
}
.kv-common .kv__wrapper > .title .copy.work02::before {
  top: 72px;
}

.kv-common2 {
  padding-top: 20px;
}
.kv-common2 .inner .sec-title {
  width: 300px;
  padding-left: 20px;
  margin: 0 auto 172px;
  align-items: flex-start;
}
.kv-common2 .inner .sec-title .text-item > span > span {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 27px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #44ad96;
}
.kv-common2 .inner .sec-title .text-item:last-child {
  line-height: 1;
  text-align: left;
}
.kv-common2 .inner .sec-title .text-item:last-child > span > span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.08em;
  text-align: center;
  color: #121212;
}
.kv-common2 .inner .exp {
  width: 100%;
  background-color: #44ad96;
  padding: 53px 0 45px;
  position: relative;
}
.kv-common2 .inner .exp__inner {
  width: 303px;
  margin: 0 auto;
}
.kv-common2 .inner .exp__inner h3 {
  padding-left: 32px;
  position: relative;
  margin-bottom: 15px;
}
.kv-common2 .inner .exp__inner h3 span {
  -webkit-text-stroke: 0.3px #fff;
  font-family: "vdl-penletter", sans-serif;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: -2.15px;
  text-align: left;
  color: #fff;
}
.kv-common2 .inner .exp__inner h3:before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.kv-common2 .inner .exp__inner 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: 1.2px;
  text-align: left;
  color: #fff;
}
.kv-common2 .inner .exp .img {
  width: 300px;
  height: 186px;
  margin: 0 auto;
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 3s ease;
  overflow: hidden;
}
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.kv-common2 .inner .exp .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: zoomOut 2s ease-out forwards;
}
.kv-common2 .inner .exp.active .img {
  opacity: 1;
}

/*PC*/
@media only screen and (min-width: 1025px) {
  .kv-common {
    padding: 0;
    max-width: unset;
  }
  .kv-common .kv__wrapper {
    position: relative;
  }
  .kv-common .kv__wrapper > .img {
    width: 93%;
    height: 403.1px;
    margin: 0 0 0 auto;
  }
  .kv-common .kv__wrapper > .img .img__wrapper {
    height: 403.1px;
    position: relative;
  }
  .kv-common .kv__wrapper > .img .img__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .kv-common .kv__wrapper > .img .img__wrapper::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 90, 70, 0.3);
    top: 0;
    left: 0;
  }
  .kv-common .kv__wrapper > .title {
    position: absolute;
    bottom: 50px;
    left: 200px;
    z-index: 10;
  }
  .kv-common .kv__wrapper > .title .bg .bg-wrap {
    position: relative;
    display: inline-block;
    margin-top: 0px;
    height: 51px;
  }
  .kv-common .kv__wrapper > .title .bg .bg-wrap:last-child {
    margin-top: 5px;
  }
  .kv-common .kv__wrapper > .title .bg.is-animated .bg-wrap::before {
    animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background: #2f9f86;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left center;
    display: inline-block;
    height: 51px;
    padding: 10px 15px 3px;
    background-color: #2f9f86;
    margin-bottom: 5px;
  }
  .kv-common .kv__wrapper > .title .bg .bg-wrap .inn {
    position: relative;
    z-index: 1;
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 2.24px;
    text-align: left;
    color: #fff;
    display: inline-block;
    height: 51px;
    padding: 10px 15px 3px;
    margin-bottom: 2px;
  }
  .kv-common .kv__wrapper > .title .left {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: 1.6px;
    text-align: left;
    color: #fff;
  }
  .kv-common .kv__wrapper > .title .copy {
    width: 100%;
  }
  .kv-common .kv__wrapper > .title .copy .title {
    padding-left: 100px;
  }
  .kv-common .kv__wrapper > .title .copy .text-item > span > span {
    display: inline-block;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.74, 0, 0.24, 0.99), opacity 0.6s cubic-bezier(0.74, 0, 0.24, 0.99);
    text-shadow: 0 0 20px rgba(0, 93, 73, 0.55);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: 1.6px;
    text-align: left;
    color: #fff;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span {
    transform: translateX(0);
    opacity: 1;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(1) {
    transition-delay: 0s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(2) {
    transition-delay: 0.05s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(3) {
    transition-delay: 0.1s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(4) {
    transition-delay: 0.15s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(5) {
    transition-delay: 0.2s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(6) {
    transition-delay: 0.25s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(7) {
    transition-delay: 0.3s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(8) {
    transition-delay: 0.35s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(9) {
    transition-delay: 0.4s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(10) {
    transition-delay: 0.45s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(11) {
    transition-delay: 0.5s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(12) {
    transition-delay: 0.55s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(13) {
    transition-delay: 0.6s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(14) {
    transition-delay: 0.65s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(15) {
    transition-delay: 0.7s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(16) {
    transition-delay: 0.75s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(17) {
    transition-delay: 0.8s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(18) {
    transition-delay: 0.85s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(19) {
    transition-delay: 0.9s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item > span > span:nth-child(20) {
    transition-delay: 0.95s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(1) {
    transition-delay: 0s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(2) {
    transition-delay: 0.05s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(3) {
    transition-delay: 0.1s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(4) {
    transition-delay: 0.15s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(5) {
    transition-delay: 0.2s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(6) {
    transition-delay: 0.25s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(7) {
    transition-delay: 0.3s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(8) {
    transition-delay: 0.35s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(9) {
    transition-delay: 0.4s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(10) {
    transition-delay: 0.45s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(11) {
    transition-delay: 0.5s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(12) {
    transition-delay: 0.55s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(13) {
    transition-delay: 0.6s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(14) {
    transition-delay: 0.65s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(15) {
    transition-delay: 0.7s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(16) {
    transition-delay: 0.75s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(17) {
    transition-delay: 0.8s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(18) {
    transition-delay: 0.85s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(19) {
    transition-delay: 0.9s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(1) > span > span:nth-child(20) {
    transition-delay: 0.95s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(1) {
    transition-delay: 0.3s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(2) {
    transition-delay: 0.35s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(3) {
    transition-delay: 0.4s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(4) {
    transition-delay: 0.45s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(5) {
    transition-delay: 0.5s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(6) {
    transition-delay: 0.55s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(7) {
    transition-delay: 0.6s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(8) {
    transition-delay: 0.65s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(9) {
    transition-delay: 0.7s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(10) {
    transition-delay: 0.75s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(11) {
    transition-delay: 0.8s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(12) {
    transition-delay: 0.85s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(13) {
    transition-delay: 0.9s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(14) {
    transition-delay: 0.95s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(15) {
    transition-delay: 1s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(16) {
    transition-delay: 1.05s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(17) {
    transition-delay: 1.1s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(18) {
    transition-delay: 1.15s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(19) {
    transition-delay: 1.2s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(2) > span > span:nth-child(20) {
    transition-delay: 1.25s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(1) {
    transition-delay: 0.6s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(2) {
    transition-delay: 0.65s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(3) {
    transition-delay: 0.7s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(4) {
    transition-delay: 0.75s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(5) {
    transition-delay: 0.8s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(6) {
    transition-delay: 0.85s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(7) {
    transition-delay: 0.9s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(8) {
    transition-delay: 0.95s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(9) {
    transition-delay: 1s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(10) {
    transition-delay: 1.05s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(11) {
    transition-delay: 1.1s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(12) {
    transition-delay: 1.15s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(13) {
    transition-delay: 1.2s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(14) {
    transition-delay: 1.25s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(15) {
    transition-delay: 1.3s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(16) {
    transition-delay: 1.35s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(17) {
    transition-delay: 1.4s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(18) {
    transition-delay: 1.45s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(19) {
    transition-delay: 1.5s;
  }
  .kv-common .kv__wrapper > .title .copy .is-active .text-item:nth-child(3) > span > span:nth-child(20) {
    transition-delay: 1.55s;
  }
  .kv-common .kv__wrapper > .title .copy::before {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #fff;
    top: 75px;
    left: 0;
  }
  .kv-common .kv__wrapper > .title .copy.work02::before {
    top: 123px;
  }
  .kv-common2 {
    min-height: 512px;
    padding-top: 0;
    width: 88%;
    justify-self: end;
    justify-content: end;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1490px) {
  .kv-common2 {
    width: 96%;
  }
}
@media only screen and (min-width: 1025px) {
  .kv-common2 .inner {
    position: inherit;
  }
  .kv-common2 .inner .sec-title {
    padding: 0;
    margin: 0 auto 35px 0;
  }
  .kv-common2 .inner .sec-title .text-item {
    height: 45px;
  }
  .kv-common2 .inner .sec-title .text-item > span > span {
    font-size: 47px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2.35px;
    text-align: left;
    color: #44ad96;
    line-height: 1;
  }
  .kv-common2 .inner .sec-title .text-item:last-child {
    line-height: 1;
    text-align: left;
  }
  .kv-common2 .inner .sec-title .text-item:last-child > span > span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.92px;
    text-align: left;
    color: #121212;
    margin-top: 10px;
  }
  .kv-common2 .inner .exp {
    padding: 40px 0 50px;
    position: relative;
  }
  .kv-common2 .inner .exp__inner {
    width: 43%;
    margin: 0;
    max-width: 565px;
    position: inherit;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1490px) {
  .kv-common2 .inner .exp__inner {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .kv-common2 .inner .exp__inner h3 {
    padding-left: 65px;
    position: relative;
    margin-bottom: 20px;
  }
  .kv-common2 .inner .exp__inner h3 span {
    -webkit-text-stroke: 0.3px #fff;
    font-family: "vdl-penletter", sans-serif;
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: -0.05em;
    text-align: left;
    color: #fff;
  }
  .kv-common2 .inner .exp__inner h3:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: 0;
  }
  .kv-common2 .inner .exp__inner p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.04em;
    text-align: left;
    color: #fff;
  }
  .kv-common2 .inner .exp .img {
    width: 50%;
    height: 512px;
    margin: 0 auto;
    position: absolute;
    top: inherit;
    left: inherit;
    bottom: 0;
    right: 0;
    transform: translateX(0);
  }
  .kv-common2 .inner .exp:before {
    content: "";
    display: block;
    position: absolute;
    width: 1000%;
    height: 100%;
    background-color: #44AD96;
    top: 0;
    right: 0;
  }
}
/*PC*/
#footer {
  position: relative;
}
#footer .footer-top {
  padding: 0;
}
#footer .footer-top .contact {
  padding: 70px 0;
  background-image: linear-gradient(to left bottom, rgba(237, 225, 85, 0.5), rgba(107, 204, 219, 0.5));
}
#footer .footer-top .contact .contact__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
}
#footer .footer-top .contact .contact__wrapper .cta-area {
  margin: 0 auto;
}
#footer .footer-top .contact .contact__wrapper .cta-area .cta {
  display: block;
  width: 410px;
  height: 80px;
  padding: 29px 45px 22px;
  border-radius: 100px;
  background-color: #44ad96;
  border: solid 1px #44ad96;
  margin-bottom: 20px;
  text-align: center;
  transition: all 0.4s ease;
}
#footer .footer-top .contact .contact__wrapper .cta-area .cta .cta__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.77;
  letter-spacing: 1.3px;
  text-align: right;
  color: #fff;
  transition: all 0.4s ease;
}
#footer .footer-top .contact .contact__wrapper .cta-area .cta:hover {
  background-color: #fff;
}
#footer .footer-top .contact .contact__wrapper .cta-area .cta:hover .cta__text {
  color: #44ad96;
}
#footer .footer-top .contact .contact__wrapper .cta-area img {
  display: block;
  width: 240px;
  height: 30px;
  margin: 0 auto;
}
#footer .footer-top .contact .contact__wrapper .cta-area:last-child .cta {
  background-color: #5db372;
}
#footer .footer-top .contact .contact__wrapper .cta-area:last-child .cta .cta__text {
  font-size: 26px;
}
#footer .footer-top .contact .contact__wrapper .cta-area:last-child:hover .cta {
  background-color: #fff;
}
#footer .footer-top .contact .contact__wrapper .cta-area:last-child:hover .cta .cta__text {
  color: #44ad96;
}
#footer .footer-bottom {
  padding: 80px 0 0;
  width: 100%;
  background-color: #484848;
}
#footer .footer-bottom__wrapper {
  width: 100%;
  max-width: 1240px;
  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;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.8px;
  text-align: left;
  color: #fff;
  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;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.87;
  letter-spacing: 0.3px;
  text-align: left;
  color: #fff;
  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: 1240px;
  margin: 0 auto;
  padding-bottom: 60px;
}
#footer .footer-bottom .b-bottom .com-sec {
  position: relative;
  width: 100%;
}
#footer .footer-bottom .b-bottom .com-sec .logo {
  width: 300px;
  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 .address p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: 0.3px;
  text-align: left;
  color: #fff;
}
#footer .footer-bottom .b-bottom .com-sec .company-info .tel {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: 0.3px;
  text-align: left;
  color: #fff;
}
#footer .footer-bottom .b-bottom .com-sec .corpsite {
  display: flex;
  gap: 15px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
#footer .footer-bottom .b-bottom .com-sec .corpsite a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#footer .footer-bottom .b-bottom .com-sec .corpsite a span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: left;
  color: #fff;
  border-bottom: solid 1px transparent;
  transition: all 0.2s ease;
}
#footer .footer-bottom .b-bottom .com-sec .corpsite a img {
  width: 12px;
  height: 12px;
}
#footer .footer-bottom .b-bottom .com-sec .corpsite a:hover span {
  border-bottom: solid 1px #fff;
}
#footer .footer-bottom .b-bottom .com-sec small {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#footer .footer-bottom .b-bottom .com-sec small p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.28px;
  text-align: left;
  color: #a3a3a3;
}

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

/*SMP*/
@media only screen and (max-width: 1279px) {
  #footer {
    padding-top: 0px;
    position: relative;
  }
  #footer .footer-top {
    margin: 0 auto;
  }
  #footer .footer-top .contact {
    padding: 45px 0;
    background-image: linear-gradient(to left bottom, rgba(237, 225, 85, 0.5), rgba(107, 204, 219, 0.5));
  }
  #footer .footer-top .contact .contact__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
  }
  #footer .footer-top .contact .contact__wrapper .cta-area {
    width: 282.5px;
    margin: 0 auto;
  }
  #footer .footer-top .contact .contact__wrapper .cta-area .cta {
    display: block;
    width: 100%;
    height: 43px;
    padding: 7px 25px 11px;
    border-radius: 100px;
    background-color: #44ad96;
    margin-bottom: 10px;
    text-align: center;
  }
  #footer .footer-top .contact .contact__wrapper .cta-area .cta .cta__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
  }
  #footer .footer-top .contact .contact__wrapper .cta-area .cta:hover {
    background-color: #44ad96;
  }
  #footer .footer-top .contact .contact__wrapper .cta-area .cta:hover .cta__text {
    color: #fff;
  }
  #footer .footer-top .contact .contact__wrapper .cta-area img {
    display: block;
    width: 120px;
    height: 15px;
    margin: 0 auto;
  }
  #footer .footer-top .contact .contact__wrapper .cta-area:last-child .cta {
    background-color: #5db372;
  }
  #footer .footer-top .contact .contact__wrapper .cta-area:last-child .cta .cta__text {
    font-size: 15px;
  }
  #footer .footer-top .contact .contact__wrapper .cta-area:last-child:hover .cta {
    background-color: #5db372;
  }
  #footer .footer-top .contact .contact__wrapper .cta-area:last-child:hover .cta .cta__text {
    color: #fff;
  }
  #footer .footer-bottom {
    width: 100%;
    padding: 20px 0 0;
    background-color: #484848;
    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 1px #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 1px #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 .b-bottom {
    flex-direction: column;
    padding-bottom: 0;
  }
  #footer .footer-bottom .b-bottom .com-sec {
    width: 217px;
    margin: 0 auto 30px;
  }
  #footer .footer-bottom .b-bottom .com-sec .logo {
    margin: 0 auto 15px;
    width: 215px;
  }
  #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: 30px;
    text-align: center;
  }
  #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 {
    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 .corpsite {
    flex-direction: column;
    gap: 15px;
    position: relative;
    text-align: center;
  }
  #footer .footer-bottom .b-bottom .com-sec .corpsite a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  #footer .footer-bottom .b-bottom .com-sec .corpsite a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 0.24px;
    text-align: center;
    color: #fff;
  }
  #footer .footer-bottom .b-bottom .com-sec .corpsite a img {
    width: 12px;
    height: 12px;
  }
  #footer .footer-bottom .b-bottom .com-sec .corpsite a:hover span {
    border-bottom: solid 1px transparent;
  }
  #footer small {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 120px;
    background-color: #484848;
  }
  #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;
    column-gap: 5px;
    padding: 0 5px;
    transition: all 0.3s ease;
  }
  .footer-cta-area .footer-cta .btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2.5px 2.5px 0 0;
    height: 40px;
  }
  .footer-cta-area .footer-cta .btn 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 .btn.intern a {
    background-color: #44ad96;
  }
  .footer-cta-area .footer-cta .btn.new a {
    background-color: #5db372;
  }
  .footer-cta-area.footer-cta-scrolled {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=hf.css.map */
