/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#overview {
  display: none !important;
}

#header::after {
  display: none;
}
#header .header__toggle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 120%;
  height: 120%;
  background-image: url(../../dist/images/header-toggle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

#front .hero {
  position: relative;
  padding-top: max(13rem, 100px);
  padding-bottom: max(9rem, 70px);
  background: url(../../dist/images/front-hero-bg-shape1.svg) left top/max(40rem, 200px) no-repeat, url(../../dist/images/front-hero-bg-shape2.svg) center bottom/max(70rem, 400px) no-repeat;
}
@media screen and (max-width: 550px) {
  #front .hero {
    padding-top: 65px;
  }
}
#front .hero__wrapper {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}
#front .hero__title {
  position: absolute;
  top: 25%;
  left: 7%;
  display: grid;
  gap: max(3rem, 5px);
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  #front .hero__title {
    position: relative;
    top: unset;
    left: unset;
    gap: 0;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  #front .hero__title {
    width: 90%;
  }
}
#front .hero__title h2 {
  position: relative;
  display: inline-block;
  color: #3a9447;
  font-size: max(8.2rem, 46px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.074em;
}
#front .hero__title h2 span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  background-size: 300% 100%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  color: #3a9447;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  #front .hero__title h2 span {
    background-image: linear-gradient(115deg, #3a9447 0%, #3a9447 30%, #fff 50%, #3a9447 66%, #3a9447 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
@media screen and (max-width: 768px) {
  #front .hero__title h2 {
    font-size: 11.5vw;
  }
}
@media screen and (max-width: 550px) {
  #front .hero__title h2 {
    font-size: 13vw;
  }
}
#front .hero__title p {
  color: #3a9447;
  font-family: YakuHanJP, "Outfit", sans-serif;
  font-size: max(2.1rem, 13px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
@media screen and (max-width: 768px) {
  #front .hero__title p {
    font-size: 3.2vw;
  }
}
#front .hero.is-ready .hero__title h2 span {
  -webkit-animation: heroTitleLine 1.1s cubic-bezier(0.4, 0, 0.2, 1) forwards, heroTitleShine 2.8s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: heroTitleLine 1.1s cubic-bezier(0.4, 0, 0.2, 1) forwards, heroTitleShine 2.8s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
#front .hero.is-ready .hero__title h2 span:nth-of-type(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
#front .hero.is-ready .hero__title h2 span:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#front .hero.is-ready .hero__title h2 span:nth-of-type(4) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
#front .hero.is-ready .hero__title h2 span:nth-of-type(5) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#front .hero.is-ready .hero__title p {
  -webkit-animation: heroTitleCopy 1.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s forwards;
          animation: heroTitleCopy 1.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s forwards;
}
@media screen and (max-width: 768px) {
  #front .hero.is-ready .hero__title {
    font-size: 3.2vw;
  }
}
#front .hero__images {
  position: relative;
  width: max(86rem, 410px);
  height: auto;
  margin-left: auto;
  margin-right: 8%;
  aspect-ratio: 172/135;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
}
@media screen and (max-width: 768px) {
  #front .hero__images {
    width: 75%;
    margin: max(12rem, 50px) 0 0 10%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 550px) {
  #front .hero__images {
    width: 85%;
    margin: 30px 0 0 5%;
  }
}
#front .hero__images .imageBox {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: max(3rem, 10px);
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: rotate(6deg) translate3d(10%, 8%, 0);
          transform: rotate(6deg) translate3d(10%, 8%, 0);
  -webkit-transition: none;
  transition: none;
  will-change: transform, opacity;
}
#front .hero__images .imageBox::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(185deg, #f8f6be, #3a9447, #1782a2);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
  opacity: 0.8;
}
#front .hero__images .imageBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front .hero__images .imageBox:first-child {
  opacity: 1;
  pointer-events: auto;
  z-index: 3;
  -webkit-transform: rotate(0) translate3d(0, 0, 0);
          transform: rotate(0) translate3d(0, 0, 0);
}
#front .hero__images .imageBox:first-child::after {
  opacity: 0;
}
#front .hero__images .imageBox.is-current {
  opacity: 1;
  pointer-events: auto;
  z-index: 5;
  -webkit-transform: rotate(0) translate3d(0, 0, 0);
          transform: rotate(0) translate3d(0, 0, 0);
}
#front .hero__images .imageBox.is-current::after {
  opacity: 0;
}
#front .hero__images .imageBox.is-next {
  opacity: 1;
  z-index: 4;
  -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
          transform: rotate(5deg) translate3d(0, 0, 0);
}
#front .hero__images .imageBox.is-next::after {
  opacity: 0.8;
}
#front .hero__images .imageBox.is-stack {
  opacity: 0;
  z-index: 2;
  -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
          transform: rotate(5deg) translate3d(0, 0, 0);
}
#front .hero__images .imageBox.is-leaving {
  z-index: 6;
}
@-webkit-keyframes heroTitleFade {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes heroTitleFade {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes heroTitleShine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes heroTitleShine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes heroTitleCopy {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  60% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes heroTitleCopy {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  60% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes heroTitleLine {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  75% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes heroTitleLine {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  75% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  #front .hero .hero__title h2,
  #front .hero .hero__title p {
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-filter: none !important;
            filter: none !important;
  }
  #front .hero .hero__title h2 span {
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    background-position: 50% 50% !important;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#3a9447), to(#3a9447)) !important;
    background-image: linear-gradient(0deg, #3a9447, #3a9447) !important;
  }
  #front .hero .hero__images .imageBox {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    pointer-events: auto !important;
  }
  #front .hero .hero__images .imageBox::after {
    opacity: 0 !important;
  }
}
#front .news {
  position: relative;
  z-index: 0;
}
#front .news::before {
  position: absolute;
  content: "";
  inset: 0 0 min(-5rem, -30px) 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(102, 204, 117, 0.2)), to(rgba(102, 204, 117, 0)));
  background: linear-gradient(to top, rgba(102, 204, 117, 0.2), rgba(102, 204, 117, 0));
  z-index: -1;
}
#front .news__wrapper {
  padding-top: max(8rem, 50px);
  padding-bottom: max(7rem, 50px);
}
#front .news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 50px max(12.5rem, 30px);
}
@media screen and (max-width: 1300px) {
  #front .news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#front .news .btnBox {
  text-align: right;
  margin-top: max(2rem, 20px);
}
#front .news__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1300px) {
  #front .news__list {
    width: 100%;
  }
}
#front .news__list__item:not(:first-of-type) {
  padding-top: max(2rem, 20px);
}
#front .news__list__item:not(:last-of-type) {
  padding-bottom: max(2rem, 20px);
  border-bottom: max(0.2rem, 2px) dotted rgba(58, 148, 71, 0.6);
}
#front .news__list__item a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px max(4rem, 30px);
}
@media screen and (max-width: 550px) {
  #front .news__list__item a {
    grid-template-columns: 1fr;
  }
}
#front .news__list__item a time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #3a9447;
  font-family: YakuHanJP, "Outfit", sans-serif;
  font-size: max(2.1rem, 16px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#front .news__list__item a h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
#front .resource {
  position: relative;
  background: linear-gradient(325deg, rgba(102, 204, 117, 0.4), #fff 30%);
  -webkit-box-shadow: 0 3px 36px rgba(58, 148, 71, 0.2);
          box-shadow: 0 3px 36px rgba(58, 148, 71, 0.2);
  border-radius: max(3rem, 20px) max(3rem, 20px) 0 0;
  overflow: hidden;
  z-index: 0;
  padding-bottom: max(3rem, 30px);
  margin-bottom: min(-3rem, -30px);
}
@media screen and (max-width: 1000px) {
  #front .resource {
    background: linear-gradient(30deg, rgba(102, 204, 117, 0.4), #fff 30%);
  }
}
#front .resource__content {
  display: inline-block;
  position: relative;
  padding-top: max(17rem, 70px);
  padding-bottom: max(13rem, 60px);
  z-index: 10;
}
#front .resource__content h2 {
  font-size: max(3rem, 20px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: max(5rem, 30px);
  width: 0%;
  -webkit-transition: width 1s cubic-bezier(0.01, 0.7, 0.27, 0.73);
  transition: width 1s cubic-bezier(0.01, 0.7, 0.27, 0.73);
  -webkit-transform-origin: left;
          transform-origin: left;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  #front .resource__content h2 {
    font-size: 4.3vw;
  }
}
#front .resource__content h2 span {
  padding: max(2rem, 20px) max(2rem, 20px);
  border: max(0.2rem, 2px) solid #3a9447;
  border-radius: max(0.5rem, 5px);
  -webkit-box-shadow: 6px 6px 0px rgba(58, 148, 71, 0.2);
          box-shadow: 6px 6px 0px rgba(58, 148, 71, 0.2);
  text-wrap: nowrap;
}
#front .resource__content h2 span:not(:first-of-type) {
  margin-top: max(1.5rem, 15px);
}
#front .resource__content h2.active {
  width: calc(100% + 6px);
}
@media screen and (max-width: 1000px) {
  #front .resource__content p span {
    display: inline;
  }
  #front .resource__content p br {
    display: none;
  }
}
#front .resource__content .btnBox {
  margin-top: max(4.5rem, 30px);
  text-align: right;
}
#front .resource__images {
  position: absolute;
  right: max(1.5rem, 15px);
  top: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  gap: max(1.5rem, 10px);
  grid-template-columns: repeat(2, 1fr);
  -webkit-transform: rotate(19deg) translateX(25%);
          transform: rotate(19deg) translateX(25%);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
@media screen and (min-width: 2000px) {
  #front .resource__images {
    right: 10%;
  }
}
@media screen and (max-width: 1000px) {
  #front .resource__images {
    position: relative;
    grid-template-columns: 1fr;
    -webkit-transform: rotate(11deg) translateX(0);
            transform: rotate(11deg) translateX(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
#front .resource__images__inner {
  position: relative;
  display: grid;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: inherit;
  width: max(31rem, 200px);
}
@media screen and (max-width: 1000px) {
  #front .resource__images__inner {
    width: 100%;
  }
}
#front .resource__images__inner:nth-of-type(1) {
  -webkit-animation: resourceSlideDown 30s linear infinite;
          animation: resourceSlideDown 30s linear infinite;
}
@media screen and (max-width: 1000px) {
  #front .resource__images__inner:nth-of-type(1) {
    -webkit-animation: resourceSlideRight 30s linear infinite;
            animation: resourceSlideRight 30s linear infinite;
  }
}
#front .resource__images__inner:nth-of-type(2) {
  -webkit-animation: resourceSlideUp 30s linear infinite;
          animation: resourceSlideUp 30s linear infinite;
}
@media screen and (max-width: 1000px) {
  #front .resource__images__inner:nth-of-type(2) {
    -webkit-animation: resourceSlideLeft 30s linear infinite;
            animation: resourceSlideLeft 30s linear infinite;
  }
}
#front .resource__images__inner .imageBox {
  display: grid;
  gap: inherit;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #front .resource__images__inner .imageBox {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
}
#front .resource__images__inner .imageBox:nth-of-type(2) {
  position: absolute;
  top: calc(100% + max(1.5rem, 15px));
  left: 0;
  right: 0;
}
@media screen and (max-width: 1000px) {
  #front .resource__images__inner .imageBox:nth-of-type(2) {
    top: 0;
    left: calc(100% + max(1.5rem, 15px));
  }
}
#front .resource__images__inner .imageBox .maskImage1 {
  width: 100%;
  height: auto;
  aspect-ratio: 313/490;
  border-radius: max(3rem, 10px);
  -webkit-box-shadow: 6px 6px 0px rgba(58, 148, 71, 0.2);
          box-shadow: 6px 6px 0px rgba(58, 148, 71, 0.2);
}
@media screen and (max-width: 1000px) {
  #front .resource__images__inner .imageBox .maskImage1 {
    min-width: 195px;
    aspect-ratio: 3/2;
  }
}
#front .resource__images__inner .imageBox .maskImage1 img {
  width: 100%;
  height: 100%;
}
#front .about {
  position: relative;
  z-index: 10;
}
#front .about ::-moz-selection {
  background: #fff;
  color: #3a9447;
}
#front .about ::selection {
  background: #fff;
  color: #3a9447;
}
#front .about__wrapper {
  margin-bottom: min(-3rem, -30px);
}
#front .about__intro {
  position: relative;
  background: #3a9447;
  border-radius: max(3rem, 20px) max(3rem, 20px) 0 0;
}
#front .about__intro::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  height: max(5rem, 50px);
  background: inherit;
}
#front .about__intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(5rem, 25px);
  padding-top: max(12.5rem, 60px);
  padding-bottom: max(12.5rem, 60px);
}
@media screen and (max-width: 1000px) {
  #front .about__intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#front .about__intro__movie figure .movieBox {
  position: relative;
  width: max(70rem, 450px);
  height: auto;
  aspect-ratio: 7/4;
  border: max(0.2rem, 2px) solid #3a9447;
  border-radius: max(3rem, 10px);
  -webkit-box-shadow: 6px 6px 0px rgba(58, 148, 71, 0.2);
          box-shadow: 6px 6px 0px rgba(58, 148, 71, 0.2);
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  #front .about__intro__movie figure .movieBox {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  #front .about__intro__movie figure .movieBox {
    aspect-ratio: 16/9;
  }
}
#front .about__intro__movie figure .movieBox video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#front .about__intro__movie figure .movieBox .overlay {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
  inset: 0;
  background: rgba(24, 59, 90, 0.7);
  z-index: 10;
}
#front .about__intro__movie figure .movieBox .overlay span {
  color: #fff;
  font-family: YakuHanJP, "Outfit", sans-serif;
  font-size: max(4rem, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#front .about__intro__movie figure figcaption {
  text-align: center;
  margin-top: max(3rem, 20px);
  color: #fff;
  font-size: max(1.8rem, 16px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
#front .about__intro__content > p {
  margin-top: max(5rem, 30px);
  color: #fff;
}
@media screen and (max-width: 1000px) {
  #front .about__intro__content > p br {
    display: none;
  }
  #front .about__intro__content > p span {
    display: inline;
  }
}
#front .about__info {
  position: relative;
  padding-bottom: max(17.5rem, 100px);
  background: url(../../dist/images/front-about-bg-shape1.svg) left max(5rem, 50px)/max(40rem, 200px) no-repeat, url(../../dist/images/front-about-bg-shape2.svg) right bottom/max(45.5rem, 250px) no-repeat;
  z-index: 10;
}
#front .about__info::before {
  position: absolute;
  content: "";
  inset: 0;
  top: max(5rem, 50px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #66cc75), to(rgba(102, 204, 117, 0)));
  background: linear-gradient(to bottom, #66cc75 50%, rgba(102, 204, 117, 0));
  opacity: 0.2;
  pointer-events: none;
}
#front .about__info__list {
  display: grid;
  grid-template-columns: max(48rem, 240px) 1fr;
  grid-template-rows: 1fr 1fr;
  gap: max(4rem, 20px) max(6.5rem, 30px);
}
@media screen and (max-width: 1300px) {
  #front .about__info__list {
    gap: max(4rem, 40px) max(4rem, 30px);
  }
}
@media screen and (max-width: 768px) {
  #front .about__info__list {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr 1fr;
  }
}
#front .about__info__list__item {
  width: 100%;
}
#front .about__info__list__item a {
  display: block;
  width: 100%;
  height: 100%;
}
#front .about__info__list__item a figure {
  position: relative;
  width: 100%;
  height: 100%;
}
#front .about__info__list__item a figure figcaption {
  text-align: center;
  font-size: max(1.8rem, 16px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
#front .about__info__list__item.item1 {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  #front .about__info__list__item.item1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
#front .about__info__list__item.item1 figure .imageBox {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #front .about__info__list__item.item1 figure .imageBox {
    aspect-ratio: 1/1;
  }
}
#front .about__info__list__item.item1 figure .imageBox::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(185deg, #f8f6be, #3a9447, #1782a2);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#front .about__info__list__item.item1 figure .imageBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front .about__info__list__item.item1 figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: max(2rem, 20px) 5%;
  background: #3a9447;
  color: #fff;
}
#front .about__info__list__item.item1 a {
  border: max(0.2rem, 2px) solid #3a9447;
  border-radius: max(3rem, 12px);
  -webkit-box-shadow: 6px 6px 0px rgba(58, 148, 71, 0.2);
          box-shadow: 6px 6px 0px rgba(58, 148, 71, 0.2);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
}
#front .about__info__list__item.item1 a:hover {
  opacity: 1;
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
  -webkit-box-shadow: 0 0 0 rgba(58, 148, 71, 0);
          box-shadow: 0 0 0 rgba(58, 148, 71, 0);
}
#front .about__info__list__item.item1 a:hover figure .imageBox::after {
  opacity: 0.8;
}
#front .about__info__list__item.item1 figcaption {
  font-size: max(1.8rem, 15px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#front .about__info__list__item.item1 figcaption .enTxt {
  font-weight: 400;
}
#front .about__info__list__item.item2 figure .imageBox, #front .about__info__list__item.item3 figure .imageBox {
  border: max(0.2rem, 2px) solid #3a9447;
  border-radius: max(3rem, 12px);
  -webkit-box-shadow: 6px 6px 0px rgba(58, 148, 71, 0.2);
          box-shadow: 6px 6px 0px rgba(58, 148, 71, 0.2);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
}
#front .about__info__list__item.item2 figure figcaption, #front .about__info__list__item.item3 figure figcaption {
  color: #3a9447;
  margin-top: max(2rem, 15px);
}
#front .about__info__list__item.item2 a:hover, #front .about__info__list__item.item3 a:hover {
  opacity: 1;
}
#front .about__info__list__item.item2 a:hover figure .imageBox, #front .about__info__list__item.item3 a:hover figure .imageBox {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
  -webkit-box-shadow: 0px 0px 0px rgba(58, 148, 71, 0);
          box-shadow: 0px 0px 0px rgba(58, 148, 71, 0);
}
#front .about__info__list__item.item2 {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  #front .about__info__list__item.item2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
#front .about__info__list__item.item2 .imageBox {
  background: #fcfce4;
}
#front .about__info__list__item.item3 {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 768px) {
  #front .about__info__list__item.item3 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
#front .about__info__list__item.item3 .imageBox {
  background: #fff;
}
#front .work {
  position: relative;
  background: #fcfce4;
  border-radius: max(3rem, 20px) max(3rem, 20px) 0 0;
  overflow: hidden;
  z-index: 100;
}
#front .work__wrapper {
  padding-top: max(7rem, 50px);
  padding-bottom: max(12rem, 80px);
  background: #fcfce4;
}
#front .work__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(max(300px, (100% - 2 * max(1.5rem, 15px)) / 3), 1fr));
  gap: max(1.5rem, 15px);
  margin-top: max(4rem, 30px);
}
#front .work__list__item {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  gap: 0;
}
#front .work__list__item--title {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
#front .work__list__item a {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  padding: max(4rem, 30px) max(4rem, 30px) max(3rem, 20px);
  border-radius: max(3rem, 12px);
  border: max(0.2rem, 2px) solid #3a9447;
  -webkit-box-shadow: 6px 6px 0px rgba(58, 148, 71, 0.2);
          box-shadow: 6px 6px 0px rgba(58, 148, 71, 0.2);
  background: #fff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
}
#front .work__list__item__header {
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(3rem, 20px);
  margin-bottom: max(3rem, 20px);
}
#front .work__list__item__header__icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(5.5rem, 42px);
  height: max(5.5rem, 42px);
  aspect-ratio: 1/1;
  background: rgb(var(--boxColor));
  border-radius: max(0.5rem, 5px);
  -webkit-box-shadow: 6px 6px 0 rgba(var(--boxColor), 0.2);
          box-shadow: 6px 6px 0 rgba(var(--boxColor), 0.2);
}
#front .work__list__item__header__icon.green {
  --boxColor: 58, 148, 71;
}
#front .work__list__item__header__icon.blue {
  --boxColor: 23, 130, 162;
}
#front .work__list__item__header__icon.yellow {
  --boxColor: 242, 236, 76;
}
#front .work__list__item__header__icon img {
  position: absolute;
  bottom: 0;
  right: 0;
}
#front .work__list__item__header__icon.icon1 img {
  width: 140%;
  max-width: 140%;
}
#front .work__list__item__header__icon.icon2 img {
  width: 100%;
  max-width: 100%;
}
#front .work__list__item__header__icon.icon3 img {
  width: 120%;
  max-width: 120%;
}
#front .work__list__item__header__icon.icon4 img {
  width: 100%;
  max-width: 100%;
}
#front .work__list__item__header__icon.icon5 img {
  width: 110%;
  max-width: 110%;
}
#front .work__list__item__header__icon.icon6 img {
  width: 120%;
  max-width: 120%;
}
#front .work__list__item__header__title {
  display: grid;
  gap: max(0.5rem, 5px);
}
#front .work__list__item__header__title h3 {
  font-size: max(2rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#front .work__list__item__header__title p {
  font-family: YakuHanJP, "Outfit", sans-serif;
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}
#front .work__list__item__content {
  display: grid;
  grid-row: 2;
}
#front .work__list__item__content p {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
#front .work__list__item__content .work__arrow {
  position: relative;
  width: max(6.5rem, 50px);
  height: auto;
  margin-top: auto;
  margin-left: auto;
}
#front .work__list__item__content .work__arrow::before, #front .work__list__item__content .work__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
}
#front .work__list__item__content .work__arrow::before {
  left: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  border-width: max(1rem, 8px) max(1.8rem, 15px) max(1rem, 8px) 0;
  border-color: transparent rgba(58, 148, 71, 0.2) transparent transparent;
}
#front .work__list__item__content .work__arrow::after {
  right: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  border-width: max(1rem, 8px) 0 max(1rem, 8px) max(1.8rem, 15px);
  border-color: transparent transparent transparent #3a9447;
}
#front .work__list__item a:hover {
  opacity: 1;
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
  -webkit-box-shadow: 0 0 0 rgba(58, 148, 71, 0);
          box-shadow: 0 0 0 rgba(58, 148, 71, 0);
}
#front .work .btnBox {
  text-align: right;
  margin-top: max(4rem, 30px);
}
#front .interview {
  padding-bottom: max(3rem, 20px);
  margin-bottom: min(-3rem, -20px);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(102, 204, 117, 0.3)), color-stop(50%, rgba(102, 204, 117, 0))), url(../../dist/images/front-interview-bg-shape1.svg) left bottom/max(40rem, 200px) no-repeat;
  background: linear-gradient(to top, rgba(102, 204, 117, 0.3), rgba(102, 204, 117, 0) 50%), url(../../dist/images/front-interview-bg-shape1.svg) left bottom/max(40rem, 200px) no-repeat;
}
#front .interview__wrapper {
  padding-top: max(8rem, 50px);
  padding-bottom: max(10rem, 70px);
}
#front .interview .interview__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(3.5rem, 30px);
}
@media screen and (max-width: 550px) {
  #front .interview .interview__pagination.pc {
    display: none;
  }
}
#front .interview .interview__pagination.sp {
  display: none;
}
@media screen and (max-width: 550px) {
  #front .interview .interview__pagination.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#front .interview .interview__pagination .interview__pagination__arrow {
  position: relative;
  width: max(6.5rem, 50px);
  height: auto;
  aspect-ratio: 1/1;
  background: #3a9447;
  border-radius: max(0.5rem, 5px);
  -webkit-box-shadow: 6px 6px 0px rgba(58, 148, 71, 0.2);
          box-shadow: 6px 6px 0px rgba(58, 148, 71, 0.2);
  -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
}
#front .interview .interview__pagination .interview__pagination__arrow::before, #front .interview .interview__pagination .interview__pagination__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
}
#front .interview .interview__pagination .interview__pagination__arrow::before {
  left: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  border-width: max(1rem, 8px) max(1.8rem, 15px) max(1rem, 8px) 0;
}
#front .interview .interview__pagination .interview__pagination__arrow::after {
  right: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  border-width: max(1rem, 8px) 0 max(1rem, 8px) max(1.8rem, 15px);
}
#front .interview .interview__pagination .interview__pagination__arrow.prev::before {
  border-color: transparent #fff transparent transparent;
}
#front .interview .interview__pagination .interview__pagination__arrow.prev::after {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.2);
}
#front .interview .interview__pagination .interview__pagination__arrow.next::before {
  border-color: transparent rgba(255, 255, 255, 0.2) transparent transparent;
}
#front .interview .interview__pagination .interview__pagination__arrow.next::after {
  border-color: transparent transparent transparent #fff;
}
#front .interview .interview__pagination .interview__pagination__arrow:hover {
  opacity: 1;
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
  -webkit-box-shadow: 0px 0px 0px rgba(58, 148, 71, 0);
          box-shadow: 0px 0px 0px rgba(58, 148, 71, 0);
}
#front .interview .interview__pagination .interview__pagination__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: max(1rem, 10px);
}
#front .interview .interview__pagination .interview__pagination__dots .interview__pagination__dot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(0.6rem, 5px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(58, 148, 71, 0.2);
  cursor: pointer;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.2s ease;
  transition: background 0.3s ease, -webkit-transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
#front .interview .interview__pagination .interview__pagination__dots .interview__pagination__dot.active {
  background: #3a9447;
}
#front .interview .interview__pagination .interview__pagination__dots .interview__pagination__dot:hover:not(.active) {
  background: rgba(58, 148, 71, 0.4);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#front .interview__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: max(6rem, 30px);
}
#front .interview__slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: max(1.5rem, 15px);
  padding-bottom: max(14rem, 30px);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#front .interview__slider__inner::-webkit-scrollbar {
  display: none;
}
#front .interview__slider__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: max(27rem, 250px);
  width: clamp(250px, 27rem, 300px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#front .interview__slider__item:first-of-type {
  margin-left: calc((100vw - min(80%, 1600px)) / 2);
}
@media screen and (max-width: 550px) {
  #front .interview__slider__item:first-of-type {
    margin-left: calc((100vw - min(max(27rem, 250px), 100vw - 5%)) / 2);
  }
}
#front .interview__slider__item:last-of-type {
  margin-right: calc((100vw - min(80%, 1600px)) / 2 - max(1.5rem, 15px));
}
@media screen and (max-width: 550px) {
  #front .interview__slider__item:last-of-type {
    margin-right: calc((100vw - min(max(27rem, 250px), 100vw - 5%)) / 2);
  }
}
#front .interview__slider__item:nth-of-type(odd) {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
#front .interview__slider__item:nth-of-type(odd).shifted-up {
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
#front .interview__slider__item:nth-of-type(even) {
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
#front .interview__slider__item:nth-of-type(even).shifted-up {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
#front .interview__slider__item .imageBox {
  position: relative;
}
#front .interview__slider__item .imageBox .mask {
  overflow: hidden;
  border-radius: max(3rem, 20px);
  border: max(0.2rem, 2px) solid #3a9447;
  -webkit-box-shadow: 6px 6px 0px rgba(58, 148, 71, 0.2);
          box-shadow: 6px 6px 0px rgba(58, 148, 71, 0.2);
  aspect-ratio: 27/40;
}
#front .interview__slider__item .imageBox .mask::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(185deg, #f8f6be, #3a9447, #1782a2);
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#front .interview__slider__item .imageBox .mask img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
#front .interview__slider__item .imageBox .title {
  position: absolute;
  bottom: 5%;
  left: -10px;
}
#front .interview__slider__item .imageBox .title > span:not(:first-of-type) {
  margin-top: 10px;
}
#front .interview__slider__item .imageBox .title .marker {
  display: inline;
  color: #fff;
  font-size: max(1.4rem, 12px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, from(#3a9447));
  background: linear-gradient(#3a9447);
  padding: max(1rem, 10px) max(1.5rem, 15px);
  border-radius: max(0.5rem, 5px);
}
#front .interview__slider__item .textBox {
  text-align: center;
  margin-top: max(2rem, 20px);
}
#front .interview__slider__item .textBox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  font-size: max(2rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#front .interview__slider__item .textBox .department {
  font-size: max(1.4rem, 12px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: max(1rem, 10px);
}
#front .interview__slider__item.is-clone {
  pointer-events: none;
  opacity: 0;
}
#front .interview__slider__item.is-clone .imageBox .mask::after {
  opacity: 0.5;
}
#front .interview__slider__item a:hover {
  opacity: 1;
}
#front .interview__slider__item a:hover .imageBox .mask::after {
  opacity: 0.8;
}
#front .discussion {
  padding-bottom: max(3rem, 20px);
  margin-bottom: min(-3rem, -20px);
  border-radius: max(3rem, 20px) max(3rem, 20px) 0 0;
  background: #fff url(../../dist/images/front-discussion-bg-shape1.svg) right bottom/max(41rem, 200px) no-repeat;
}
#front .discussion__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(5rem, 30px);
  padding-top: max(12.5rem, 80px);
  padding-bottom: max(14rem, 100px);
}
@media screen and (max-width: 1000px) {
  #front .discussion__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#front .discussion__header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#front .discussion__header .section-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1000px) {
  #front .discussion__header .section-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-align: last baseline;
        -ms-flex-align: last baseline;
            align-items: last baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#front .discussion__header .section-title h2,
#front .discussion__header .section-title p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 1000px) {
  #front .discussion__header .section-title h2,
  #front .discussion__header .section-title p {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
#front .discussion__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(1.2rem, 10px);
  margin-top: max(5.5rem, 40px);
}
@media screen and (max-width: 768px) {
  #front .discussion__list {
    grid-template-columns: 1fr;
  }
}
#front .discussion__list__item a {
  position: relative;
  border-radius: max(2rem, 15px);
  border: max(0.2rem, 2px) solid #3a9447;
  -webkit-box-shadow: 6px 6px 0px rgba(58, 148, 71, 0.2);
          box-shadow: 6px 6px 0px rgba(58, 148, 71, 0.2);
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #front .discussion__list__item a {
    aspect-ratio: 3/2;
  }
}
#front .discussion__list__item a .imageBox {
  width: 100%;
  height: 100%;
}
#front .discussion__list__item a .imageBox::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(185deg, #f8f6be, #3a9447, #1782a2);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#front .discussion__list__item a .imageBox img {
  width: 100%;
  height: 100%;
}
#front .discussion__list__item a .textBox {
  position: absolute;
  background: #3a9447;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 15%;
  padding: max(1.5rem, 10px) 5%;
}
#front .discussion__list__item a .textBox h3 {
  color: #fff;
  font-size: max(2rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  vertical-align: middle;
  margin-bottom: max(0.5rem, 5px);
}
#front .discussion__list__item a .textBox p {
  color: #fff;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#front .discussion__list__item a:hover {
  opacity: 1;
}
#front .discussion__list__item a:hover .imageBox::after {
  opacity: 0.8;
}
#front .environment {
  border-radius: max(3rem, 20px) max(3rem, 20px) 0 0;
  background: #3a9447;
}
#front .environment ::-moz-selection {
  background: #fff;
  color: #3a9447;
}
#front .environment ::selection {
  background: #fff;
  color: #3a9447;
}
#front .environment__wrapper {
  padding-top: max(10rem, 70px);
  padding-bottom: max(12.5rem, 100px);
}
#front .environment__header {
  display: none;
}
@media screen and (max-width: 1000px) {
  #front .environment__header {
    display: block;
    margin-bottom: max(5.5rem, 40px);
  }
}
#front .environment__header p {
  color: #fff;
  margin-top: max(5rem, 30px);
}
#front .environment__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(6rem, 35px);
}
@media screen and (max-width: 1000px) {
  #front .environment__inner {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  #front .environment__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#front .environment__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #front .environment__content {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #front .environment__content .section-title {
    display: none;
  }
}
#front .environment__content p {
  color: #fff;
  margin-top: max(3rem, 30px);
  margin-bottom: max(2rem, 20px);
}
@media screen and (max-width: 1000px) {
  #front .environment__content p {
    display: none;
  }
}
#front .environment__content .btnBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: max(1rem, 10px) max(7rem, 30px);
}
@media screen and (max-width: 1300px) {
  #front .environment__content .btnBox {
    -webkit-column-gap: max(5rem, 30px);
       -moz-column-gap: max(5rem, 30px);
            column-gap: max(5rem, 30px);
  }
}
@media screen and (max-width: 1000px) {
  #front .environment__content .btnBox {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #front .environment__content .btnBox {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 550px) {
  #front .environment__content .btnBox {
    grid-template-columns: 1fr;
  }
}
#front .environment__images {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#front .environment__images .imageBox {
  width: max(53rem, 300px);
  height: 100%;
  border-radius: max(3rem, 10px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #front .environment__images .imageBox {
    width: 100%;
    height: auto;
    aspect-ratio: 1.2/1;
  }
}
#front .environment__images .imageBox img {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=front.css.map */