@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap");
@import url("https://use.typekit.net/kkb4laj.css");
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  90% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes flip2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-40px);
    /* 上に20px移動 */
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceTitle {
  0% {
    color: #8CB808;
    transform: translateY(10px);
  }
  40% {
    color: #8CB808;
    transform: translateY(-20px);
  }
  50% {
    color: #8CB808;
    transform: translateY(-20px);
  }
  60% {
    color: #282828;
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceTitle2 {
  0% {
    color: #282828;
    transform: translateY(20px);
  }
  40% {
    color: #282828;
    transform: translateY(-20px);
  }
  60% {
    color: #8CB808;
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceTitle3 {
  0% {
    color: #8CB808;
    transform: translateY(10px);
  }
  40% {
    color: #8CB808;
    transform: translateY(-20px);
  }
  50% {
    color: #8CB808;
    transform: translateY(-20px);
  }
  60% {
    color: #FFF;
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
main#container section {
  width: 100%;
}
main#container section#hero {
  width: 100%;
  padding: 160px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
}
main#container section#hero:not(:last-child) {
  margin-bottom: 80px;
}
main#container section#hero .inner {
  width: 100%;
  position: relative;
}
main#container section#hero .inner .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 72px 0;
}
main#container section#hero .inner .title .titleslider {
  width: 100%;
}
main#container section#hero .inner .title .titleslider .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear;
}
main#container section#hero .inner .title .titleslider .swiper-wrapper .swiper-slide {
  color: #282828;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 24rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: auto;
}
main#container section#hero .inner .title .intitle {
  width: calc(100% - 320px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 0;
}
main#container section#hero .inner .title .intitle h2 {
  color: #8CB808;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#hero .inner .title .intitle .breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 8px;
}
main#container section#hero .inner .title .intitle .breadcrumb a {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in 0s;
}
main#container section#hero .inner .title .intitle .breadcrumb a:hover {
  color: #225a02;
}
main#container section#hero .inner .title .intitle .breadcrumb span {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#hero .inner .title > figure {
  display: none;
}
main#container section#hero .inner > figure {
  width: 45%;
  position: absolute;
  top: calc(50% - 11.25vw);
  right: 2.875%;
  z-index: 1;
}
main#container section#contents {
  width: calc(100% - 160px);
  margin: 0 auto;
}
main#container section#contents:not(:last-child) {
  margin-bottom: 80px;
}
main#container section#contents ul.tab {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
main#container section#contents ul.tab li {
  width: 50%;
  height: 100px;
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 24px 24px 0 0;
  position: relative;
}
main#container section#contents ul.tab li::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #8CB808;
  background-image: url(../../common/images/arrow_link_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 8px;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: calc(100% - 48px);
  right: 8px;
  z-index: 1;
}
main#container section#contents ul.tab li:hover::after {
  animation: moveArrow 0.35s ease-in-out 1 0s;
}
@keyframes moveArrow {
  0% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0px);
  }
}
main#container section#contents ul.tab li.active {
  background-color: #2e7b03;
}
main#container section#contents ul.tab li.active::after {
  width: 24px;
  height: 4px;
  background-color: #f9f6f2;
  background-image: none;
  border-radius: 8px;
  top: calc(100% - 4px);
  left: calc(50% - 12px);
}
main#container section#contents ul.tab li.active span {
  color: #FFF;
}
main#container section#contents ul.tab li span {
  color: #8CB808;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner {
  width: 100%;
}
main#container section#contents .inner .contents {
  width: 100%;
  display: none;
}
main#container section#contents .inner .contents.company .inwrap:not(:last-child) {
  margin-bottom: 0px;
}
main#container section#contents .inner .contents.active {
  display: block;
}
main#container section#contents .inner .contents .ctitle,
main#container section#contents .inner .contents .ctitle2 {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 4px 0;
}
main#container section#contents .inner .contents .ctitle h3,
main#container section#contents .inner .contents .ctitle2 h3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main#container section#contents .inner .contents .ctitle h3 span,
main#container section#contents .inner .contents .ctitle2 h3 span {
  color: #282828;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 6.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .ctitle p,
main#container section#contents .inner .contents .ctitle2 p {
  color: #8CB808;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .inwrap {
  width: 100%;
  padding: 80px;
  background-color: #FFF;
  border-radius: 0 0 24px 24px;
}
main#container section#contents .inner .contents .inwrap:not(:last-child) {
  margin-bottom: 80px;
}
main#container section#contents .inner .contents .inwrap .myhero {
  width: 100%;
  position: relative;
  margin-bottom: 84px;
}
main#container section#contents .inner .contents .inwrap .myhero.on figure {
  opacity: 1;
}
main#container section#contents .inner .contents .inwrap .myhero.on .text h4 span {
  opacity: 1;
}
main#container section#contents .inner .contents .inwrap .myhero.on .text dl {
  opacity: 1;
}
main#container section#contents .inner .contents .inwrap .myhero figure {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main#container section#contents .inner .contents .inwrap .myhero .text {
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
}
main#container section#contents .inner .contents .inwrap .myhero .text h4 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 0;
}
main#container section#contents .inner .contents .inwrap .myhero .text h4 span {
  color: #8CB808;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  background-color: #FFF;
  padding: 8px;
  border-radius: 8px;
  opacity: 0;
  transition: all 0.35s ease-in 0.5s;
}
main#container section#contents .inner .contents .inwrap .myhero .text h4 span:nth-child(2) {
  transition-delay: 0.75s;
}
main#container section#contents .inner .contents .inwrap .myhero .text h4 span:nth-child(3) {
  transition-delay: 1s;
}
main#container section#contents .inner .contents .inwrap .myhero .text dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 16px 0;
  opacity: 0;
  transition: all 0.35s ease-in 0.5s;
}
main#container section#contents .inner .contents .inwrap .myhero .text dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .inwrap .myhero .text dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .inwrap .message {
  text-align: left;
  width: calc(100% - 440px);
  margin: 0 auto;
  position: relative;
}
main#container section#contents .inner .contents .inwrap .message > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 0;
}
main#container section#contents .inner .contents .inwrap .message > div:not(:last-child) {
  margin-bottom: 40px;
}
main#container section#contents .inner .contents .inwrap .message > div p {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.25s ease-in 0s;
}
main#container section#contents .inner .contents .inwrap .message > div p.on {
  opacity: 1;
  transform: translateY(0px);
}
main#container section#contents .inner .contents .inwrap .message figure {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.25s ease-in 0s;
}
main#container section#contents .inner .contents .inwrap .message figure.on {
  opacity: 1;
  transform: translateY(0px);
}
main#container section#contents .inner .contents .inwrap .message figure:not(:last-child) {
  margin-bottom: 40px;
}
main#container section#contents .inner .contents .inwrap .message .deco {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
main#container section#contents .inner .contents .inwrap .message .deco.on {
  animation: bounceTitle 0.25s ease-in-out 1 0s;
  opacity: 1;
}
main#container section#contents .inner .contents .inwrap .message .deco.d1 {
  width: 51px;
  top: 64px;
  left: -159px;
}
main#container section#contents .inner .contents .inwrap .message .deco.d2 {
  width: 51px;
  top: 40px;
  right: -153px;
}
main#container section#contents .inner .contents .inwrap .message .deco.d3 {
  width: 52px;
  top: 290px;
  left: -235px;
}
main#container section#contents .inner .contents .inwrap .message .deco.d4-1 {
  width: 38px;
  top: 384px;
  right: -188px;
}
main#container section#contents .inner .contents .inwrap .message .deco.d4-2 {
  width: 37px;
  top: 328px;
  right: -139px;
}
main#container section#contents .inner .contents .inwrap .message .deco.d5 {
  width: 103px;
  top: 610px;
  left: -262px;
}
main#container section#contents .inner .contents .inwrap .message .deco.d6 {
  width: 52px;
  top: 578px;
  right: -252px;
}
main#container section#contents .inner .contents .inwrap .message .deco.d7 {
  width: 52px;
  top: 778px;
  left: -159px;
}
main#container section#contents .inner .contents .inwrap .message .deco.d8 {
  width: 51px;
  top: 778px;
  right: -153px;
}
main#container section#contents .inner .contents .inwrap .list {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 0;
}
main#container section#contents .inner .contents .inwrap .list:not(:last-child) {
  margin-bottom: 80px;
}
main#container section#contents .inner .contents .inwrap .list dl {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 80px;
  background-color: #F9F6F2;
  padding: 24px;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.25s ease-in 0s;
}
main#container section#contents .inner .contents .inwrap .list dl.on {
  opacity: 1;
  transform: translateY(0px);
}
main#container section#contents .inner .contents .inwrap .list dl dt {
  width: 120px;
}
main#container section#contents .inner .contents .inwrap .list dl dt span {
  color: #8CB808;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .inwrap .list dl dd {
  width: calc(100% - 120px - 80px);
}
main#container section#contents .inner .contents .inwrap .list dl dd span {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .inwrap .map {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
main#container section#contents .inner .contents .inwrap .map.on {
  opacity: 1;
}
main#container section#contents .inner .contents .inwrap .map .gmap {
  width: calc(50% + 16px);
}
main#container section#contents .inner .contents .inwrap .map .gmap > div {
  width: 100%;
  height: 400px;
  margin-bottom: 8px;
}
main#container section#contents .inner .contents .inwrap .map .gmap > div iframe {
  width: 100%;
  height: 100%;
}
main#container section#contents .inner .contents .inwrap .map .gmap p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
main#container section#contents .inner .contents .inwrap .map .gmap p::before {
  content: "";
  width: 15px;
  height: 18px;
  background-image: url(../../common/images/icon_map.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main#container section#contents .inner .contents .inwrap .map .gmap p a {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-decoration: underline;
}
main#container section#contents .inner .contents .inwrap .map .data {
  text-align: left;
  width: calc(50% - 16px - 16px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 0;
}
main#container section#contents .inner .contents .inwrap .map .data dl {
  width: 100%;
  background-color: #F9F6F2;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 0;
}
main#container section#contents .inner .contents .inwrap .map .data dl dt {
  color: #8CB808;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .inwrap .map .data dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .thoughts {
  width: 100%;
  margin-top: -34px;
  border-radius: 0 0 24px 24px;
  position: relative;
  overflow: hidden;
}
main#container section#contents .inner .contents .thoughts:not(:last-child) {
  margin-bottom: 80px;
}
main#container section#contents .inner .contents .thoughts::before {
  content: "";
  width: 100%;
  height: 34px;
  background-image: url(../../common/images/loop_wave.png);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: contain;
  display: block;
}
main#container section#contents .inner .contents .thoughts .inner {
  width: 100%;
  padding: 72px 0 0 0;
  background-color: #ede7de;
}
main#container section#contents .inner .contents .thoughts .inner .each {
  width: calc(100% - 160px);
  margin: 0 auto 130px auto;
}
main#container section#contents .inner .contents .thoughts .inner .each.on .swiper-wrapper .swiper-slide dl {
  transform: translateY(0px);
  opacity: 1;
}
main#container section#contents .inner .contents .thoughts .inner .each.on .swiper-wrapper .swiper-slide dl::after {
  opacity: 1;
}
main#container section#contents .inner .contents .thoughts .inner .each.on .swiper-wrapper .swiper-slide dl dt span {
  opacity: 1;
  transform: translateY(0px);
}
main#container section#contents .inner .contents .thoughts .inner .each.on .swiper-wrapper .swiper-slide dl dd {
  opacity: 1;
}
main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide {
  width: calc((100% - 72px) / 4);
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 52px;
  height: 160px;
  bottom: -150px;
  position: absolute;
  z-index: 1;
  display: block;
}
main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide.t1::before {
  width: 64px;
  background-image: url(../images/illust_core1.png);
}
main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide.t2::before {
  background-image: url(../images/illust_core2.png);
}
main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide.t2 dl {
  transition-delay: 0.25s;
}
main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide.t3::before {
  background-image: url(../images/illust_core3.png);
}
main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide.t3 dl {
  transition-delay: 0.5s;
}
main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide.t4::before {
  background-image: url(../images/illust_core4.png);
}
main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide.t4 dl {
  transition-delay: 0.75s;
}
main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide dl {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  padding: 24px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.35s ease-in 0s;
}
main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide dl::after {
  content: "";
  width: 16px;
  height: 18px;
  background-color: #FFF;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  display: block;
  position: absolute;
  bottom: -13px;
  left: calc(50% - 60px);
  opacity: 0;
  transition: all 0.35s ease-in 0.35s;
}
main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide dl dt {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 0;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #ede7de;
}
main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide dl dt span {
  opacity: 0;
  transition: all 0.35s ease-in 0s;
  transform: translateY(10px);
}
main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide dl dt span:nth-child(1) {
  color: #8CB808;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 10.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide dl dt span:nth-child(2) {
  color: #000000;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition-delay: 0.35s;
}
main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide dl dd {
  opacity: 0;
  transition: all 0.35s ease-in 0.75s;
}
main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide dl dd p {
  color: #000000;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .thoughts .inner .each .mybtn {
  display: none;
}
main#container section#contents .inner .contents .thoughts .inner .text {
  width: 100%;
  height: 246px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #8CB808;
}
main#container section#contents .inner .contents .thoughts .inner .text.on p {
  clip-path: inset(0 0 0 0);
}
main#container section#contents .inner .contents .thoughts .inner .text p {
  transition: all 0.35s ease-in 0s;
  clip-path: inset(0 100% 0 0);
}
main#container section#contents .inner .contents .thoughts .inner .text p span {
  color: #f9f6f2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-decoration: none;
  background-image: linear-gradient(90deg, #f9f6f2, #f9f6f2);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  padding-bottom: 4px;
}
main#container .link {
  width: 388px;
  margin: 0 auto;
}
main#container .link a {
  width: 100%;
  height: 56px;
  background-color: #2e7b03;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in 0s;
}
main#container .link a::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #f9f6f2;
  background-image: url(../../common/images/arrow_link.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 8px;
  border-radius: 4px;
  position: absolute;
  top: calc(50% - 20px);
  right: 8px;
}
main#container .link a:hover {
  background-color: #225a02;
}
main#container .link a:hover::after {
  animation: moveArrow 0.35s ease-in-out 1 0s;
}
@keyframes moveArrow {
  0% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0px);
  }
}
main#container .link a span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  main {
    overflow: hidden;
  }
  main#container section#hero {
    padding: 80px 0 0 0;
  }
  main#container section#hero:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container section#hero .inner {
    width: 100%;
    position: relative;
  }
  main#container section#hero .inner .title {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
  }
  main#container section#hero .inner .title .titleslider .swiper-wrapper .swiper-slide {
    color: #282828;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 10.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#hero .inner .title .intitle {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  main#container section#hero .inner .title .intitle h2 {
    color: #8CB808;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#hero .inner .title .intitle .breadcrumb {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 8px;
  }
  main#container section#hero .inner .title .intitle .breadcrumb a {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#hero .inner .title .intitle .breadcrumb span {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#hero .inner .title > figure {
    width: calc(100% - 32px);
    position: relative;
    margin: -24px 0 22px 0;
    display: block;
    z-index: 2;
  }
  main#container section#hero .inner > figure {
    display: none;
  }
  main#container section#contents {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  main#container section#contents:not(:last-child) {
    margin-bottom: 80px;
  }
  main#container section#contents ul.tab {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  main#container section#contents ul.tab li {
    width: 50%;
    height: 64px;
    border-radius: 8px 8px 0 0;
  }
  main#container section#contents ul.tab li::after {
    content: none;
  }
  main#container section#contents ul.tab li.active::after {
    width: 14px;
    height: 2px;
    border-radius: 4px;
    top: calc(100% - 2px);
    left: calc(50% - 7px);
  }
  main#container section#contents ul.tab li span {
    color: #8CB808;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner {
    width: 100%;
  }
  main#container section#contents .inner .contents {
    width: 100%;
    display: none;
  }
  main#container section#contents .inner .contents.company .inwrap:not(:last-child) {
    margin-bottom: 0px;
  }
  main#container section#contents .inner .contents.active {
    display: block;
  }
  main#container section#contents .inner .contents .ctitle,
main#container section#contents .inner .contents .ctitle2 {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 4px 0;
  }
  main#container section#contents .inner .contents .ctitle h3.br,
main#container section#contents .inner .contents .ctitle2 h3.br {
    flex-direction: column;
    gap: 8px 0;
  }
  main#container section#contents .inner .contents .ctitle h3 span,
main#container section#contents .inner .contents .ctitle2 h3 span {
    color: #282828;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .ctitle p,
main#container section#contents .inner .contents .ctitle2 p {
    color: #8CB808;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .inwrap {
    width: 100%;
    padding: 80px 16px 40px 16px;
    border-radius: 0 0 8px 8px;
  }
  main#container section#contents .inner .contents .inwrap:not(:last-child) {
    margin-bottom: 76px;
  }
  main#container section#contents .inner .contents .inwrap .myhero {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section#contents .inner .contents .inwrap .myhero figure {
    margin-bottom: 40px;
    border-radius: 8px;
    order: 1;
  }
  main#container section#contents .inner .contents .inwrap .myhero .text {
    width: 100%;
    height: auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    top: auto;
    left: auto;
    order: 2;
  }
  main#container section#contents .inner .contents .inwrap .myhero .text h4 {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
  }
  main#container section#contents .inner .contents .inwrap .myhero .text h4 span {
    color: #8CB808;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
  }
  main#container section#contents .inner .contents .inwrap .myhero .text dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
  }
  main#container section#contents .inner .contents .inwrap .myhero .text dl dt {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .inwrap .myhero .text dl dd {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .inwrap .message {
    text-align: left;
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  main#container section#contents .inner .contents .inwrap .message > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  main#container section#contents .inner .contents .inwrap .message > div:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container section#contents .inner .contents .inwrap .message > div p {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .inwrap .message figure {
    border-radius: 0px;
  }
  main#container section#contents .inner .contents .inwrap .message figure:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container section#contents .inner .contents .inwrap .message figure.ph {
    overflow: visible;
    position: relative;
  }
  main#container section#contents .inner .contents .inwrap .message figure.ph::before {
    content: "";
    width: 42px;
    height: 24px;
    background-image: url(../images/deco5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: -16px;
    left: -57px;
    z-index: 1;
  }
  main#container section#contents .inner .contents .inwrap .message figure.ph::after {
    content: "";
    width: 42px;
    height: 24px;
    background-image: url(../images/deco5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 40px;
    right: -50px;
    z-index: 1;
  }
  main#container section#contents .inner .contents .inwrap .message figure.ph img {
    border-radius: 4px;
  }
  main#container section#contents .inner .contents .inwrap .message .deco {
    position: absolute;
    z-index: 1;
  }
  main#container section#contents .inner .contents .inwrap .message .deco.d1 {
    width: 32px;
    top: 64px;
    left: -64px;
    transform: rotate(25deg);
  }
  main#container section#contents .inner .contents .inwrap .message .deco.d2 {
    width: 32px;
    top: -80px;
    right: -64px;
    transform: rotate(-25deg);
  }
  main#container section#contents .inner .contents .inwrap .message .deco.d3 {
    width: 32px;
    top: 508px;
    left: -64px;
    transform: rotate(25deg);
  }
  main#container section#contents .inner .contents .inwrap .message .deco.d4-1 {
    width: 24px;
    top: -200px;
    right: -4px;
  }
  main#container section#contents .inner .contents .inwrap .message .deco.d4-2 {
    width: 23px;
    top: -160px;
    right: -27px;
  }
  main#container section#contents .inner .contents .inwrap .message .deco.d5 {
    display: none;
  }
  main#container section#contents .inner .contents .inwrap .message .deco.d6 {
    width: 32px;
    top: 282px;
    right: -64px;
    transform: rotate(-25deg);
  }
  main#container section#contents .inner .contents .inwrap .message .deco.d7 {
    width: 32px;
    top: 1030px;
    left: -64px;
    transform: rotate(25deg);
  }
  main#container section#contents .inner .contents .inwrap .message .deco.d8 {
    display: none;
  }
  main#container section#contents .inner .contents .inwrap .list {
    gap: 16px 0;
  }
  main#container section#contents .inner .contents .inwrap .list:not(:last-child) {
    margin-bottom: 80px;
  }
  main#container section#contents .inner .contents .inwrap .list dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
    padding: 16px;
    border-radius: 4px;
  }
  main#container section#contents .inner .contents .inwrap .list dl dt {
    width: 100%;
  }
  main#container section#contents .inner .contents .inwrap .list dl dt span {
    color: #8CB808;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .inwrap .list dl dd {
    width: 100%;
  }
  main#container section#contents .inner .contents .inwrap .list dl dd span {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .inwrap .map {
    width: 100%;
    gap: 16px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section#contents .inner .contents .inwrap .map .gmap {
    width: 100%;
  }
  main#container section#contents .inner .contents .inwrap .map .gmap > div {
    width: 100%;
    height: 240px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 8px;
  }
  main#container section#contents .inner .contents .inwrap .map .gmap > div iframe {
    width: 100%;
    height: 100%;
  }
  main#container section#contents .inner .contents .inwrap .map .gmap p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  main#container section#contents .inner .contents .inwrap .map .gmap p::before {
    width: 11px;
    height: 13px;
  }
  main#container section#contents .inner .contents .inwrap .map .gmap p a {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-decoration: underline;
  }
  main#container section#contents .inner .contents .inwrap .map .data {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  main#container section#contents .inner .contents .inwrap .map .data dl {
    padding: 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  main#container section#contents .inner .contents .inwrap .map .data dl dt {
    color: #8CB808;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .inwrap .map .data dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .thoughts {
    width: 100%;
    margin-top: -12px;
    border-radius: 0 0 24px 24px;
    position: relative;
    overflow: hidden;
  }
  main#container section#contents .inner .contents .thoughts:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container section#contents .inner .contents .thoughts::before {
    content: "";
    width: 100%;
    height: 12px;
    background-image: url(../../common/images/loop_wave.png);
    background-repeat: repeat-x;
    background-position: left center;
    background-size: contain;
    display: block;
  }
  main#container section#contents .inner .contents .thoughts .inner {
    padding: 64px 0 0 0;
  }
  main#container section#contents .inner .contents .thoughts .inner .each {
    width: calc(100% - 54px);
    margin: 0 auto 130px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }
  main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper {
    width: 100%;
  }
  main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 52px;
    height: 160px;
    bottom: -150px;
    position: absolute;
    z-index: 1;
    display: block;
  }
  main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide dl {
    width: 100%;
    padding: 40px 16px;
  }
  main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide dl::after {
    content: "";
    width: 16px;
    height: 18px;
    background-color: #FFF;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    display: block;
    position: absolute;
    bottom: -13px;
    left: calc(50% - 60px);
  }
  main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide dl dt {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 24px 0;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: solid 1px #ede7de;
  }
  main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide dl dt span:nth-child(1) {
    color: #8CB808;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 10.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide dl dt span:nth-child(2) {
    color: #000000;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .thoughts .inner .each .swiper-wrapper .swiper-slide dl dd p {
    color: #000000;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .thoughts .inner .each .mybtn {
    width: 32px;
    height: 32px;
    background-color: #282828;
    background-image: url(../../common/images/arrow_link_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 8px;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    border: solid 1px #F9F6F2;
    border-radius: 16px;
    position: absolute;
    bottom: -80px;
    z-index: 3;
  }
  main#container section#contents .inner .contents .thoughts .inner .each .mybtn.btn-prev {
    left: 0px;
    transform: rotate(180deg);
  }
  main#container section#contents .inner .contents .thoughts .inner .each .mybtn.btn-next {
    right: 0px;
  }
  main#container section#contents .inner .contents .thoughts .inner .each .mybtn.swiper-button-disabled {
    display: none;
  }
  main#container section#contents .inner .contents .thoughts .inner .text {
    height: 120px;
  }
  main#container section#contents .inner .contents .thoughts .inner .text p span {
    color: #f9f6f2;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 2;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-decoration: none;
    background-image: linear-gradient(90deg, #f9f6f2, #f9f6f2);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    padding-bottom: 4px;
  }
  main#container .link {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  main#container .link a {
    width: 100%;
    height: 56px;
    background-color: #2e7b03;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  main#container .link a::after {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #f9f6f2;
    background-image: url(../../common/images/arrow_link.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 8px;
    border-radius: 4px;
    position: absolute;
    top: calc(50% - 20px);
    right: 8px;
  }
  main#container .link a span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}

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