@charset "UTF-8";
#front {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: -50px;
}
#front .mv {
  position: fixed;
  width: 100%;
  min-height: 500px;
  height: 100vh;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  #front .mv {
    flex-direction: column;
    height: 100svh;
  }
}
#front .mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 46vh;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(10, 132, 15, 0.8) 100%);
  left: 0;
  bottom: 0;
  z-index: 1;
}
@keyframes zoomUpLeft {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
@keyframes zoomUpRight {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25); /* 拡大率 */
  }
}
#front .mv-dummy {
  position: relative;
  width: 100%;
  min-height: 500px;
  height: 100svh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#front .mv-left {
  flex: 3;
  height: 100%;
  overflow: hidden;
}
#front .mv-left .add-animation {
  animation: zoomUpLeft 10s linear 0s normal both;
}
#front .mv-right {
  flex: 2;
  height: 100%;
  overflow: hidden;
}
#front .mv-right .add-animation {
  animation: zoomUpRight 10s linear 0s normal both;
}
#front .mv .key-slider,
#front .mv .slick-list,
#front .mv .slick-track {
  height: 100%;
}
#front .mv .slick-slide {
  background-size: cover;
  background-position: center center;
}
#front .mv-box {
  max-width: 1320px;
  width: 100%;
  padding-right: 10px;
  padding-left: 30px;
  z-index: 1;
  bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-bottom: 66px;
}
@media only screen and (max-width: 850px) {
  #front .mv-box {
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 43px;
    gap: 55px;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
#front .mv-box__circle {
  position: relative;
  width: 180px;
  height: 180px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  #front .mv-box__circle {
    width: 114px;
    height: 114px;
  }
}
#front .mv-box__circle-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#front .mv-box__circle-text {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  animation: 60s linear infinite rotation;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#front .front-box-1 {
  position: relative;
  background-color: #f5f5dc;
  border-radius: 220px 0 0 220px;
  padding-top: 200px;
  padding-bottom: 192px;
  margin-top: -220px;
  z-index: 3;
}
@media only screen and (max-width: 850px) {
  #front .front-box-1 {
    margin-top: -80px;
    border-radius: 80px 0 0 80px;
    padding-top: 94px;
    padding-bottom: 354px;
  }
}
#front .front-box-1::after {
  content: "";
  position: absolute;
  top: -219.5px;
  right: 0;
  width: 220px;
  height: 220px;
  background-color: #f5f5dc;
  -webkit-clip-path: path("M220,220H0a220,220,0,0,0,220-220v220Z");
          clip-path: path("M220,220H0a220,220,0,0,0,220-220v220Z");
}
@media only screen and (max-width: 850px) {
  #front .front-box-1::after {
    top: -80px;
    width: 80px;
    height: 80px;
    -webkit-clip-path: path("M80,80H0a80,80,0,0,0,80-80v80Z");
            clip-path: path("M80,80H0a80,80,0,0,0,80-80v80Z");
  }
}
#front .front-box-1::before {
  content: "";
  position: absolute;
  bottom: -219.5px;
  right: 0;
  width: 220px;
  height: 220px;
  background-color: #f5f5dc;
  -webkit-clip-path: path("M220,0H0a220,220,0,0,1,220,220v-220Z");
          clip-path: path("M220,0H0a220,220,0,0,1,220,220v-220Z");
}
@media only screen and (max-width: 850px) {
  #front .front-box-1::before {
    bottom: -79.5px;
    width: 80px;
    height: 80px;
    -webkit-clip-path: path("M80,0H0a80,80,0,0,1,80,80v-80Z");
            clip-path: path("M80,0H0a80,80,0,0,1,80,80v-80Z");
  }
}
#front .front-box-2 {
  position: relative;
  background-color: #fff;
  border-radius: 0px 220px 220px 0;
  padding-top: 171px;
  z-index: 2;
  margin-bottom: -220px;
}
@media only screen and (max-width: 850px) {
  #front .front-box-2 {
    border-radius: 0px 80px 80px 0;
    margin-bottom: -80px;
    padding-top: 84px;
  }
}
#front .front-box-2::after {
  content: "";
  position: absolute;
  top: -219.5px;
  left: 0;
  width: 220px;
  height: 220px;
  background-color: #fff;
}
@media only screen and (max-width: 850px) {
  #front .front-box-2::after {
    top: -79.5px;
    width: 80px;
    height: 80px;
  }
}
#front .front-box-2::before {
  content: "";
  position: absolute;
  bottom: -219.5px;
  left: 0;
  width: 220px;
  height: 220px;
  background-color: #fff;
  -webkit-clip-path: path("M0,0H220a220,220,0,0,0,-220,220v-220Z");
          clip-path: path("M0,0H220a220,220,0,0,0,-220,220v-220Z");
}
@media only screen and (max-width: 850px) {
  #front .front-box-2::before {
    bottom: -79.5px;
    width: 80px;
    height: 80px;
    -webkit-clip-path: path("M0,0H80a80,80,0,0,0,-80,80v-80Z");
            clip-path: path("M0,0H80a80,80,0,0,0,-80,80v-80Z");
  }
}
#front .front-box-3 {
  position: relative;
  background: linear-gradient(#14861d 0%, #2f981b 7%, #6bbf16 29%, #a8e067 100%);
  padding-top: 171px;
  padding-bottom: 221px;
  z-index: 2;
  border-radius: 220px 0 0 0;
}
@media only screen and (max-width: 850px) {
  #front .front-box-3 {
    border-radius: 80px 0 0 0;
    padding-top: 79px;
    padding-bottom: 133px;
  }
}
#front .front-box-3::before {
  content: "";
  position: absolute;
  top: -219.5px;
  right: 0;
  width: 220px;
  height: 220px;
  background-color: #14861d;
  -webkit-clip-path: path("M220,220H0a220,220,0,0,0,220-220v220Z");
          clip-path: path("M220,220H0a220,220,0,0,0,220-220v220Z");
}
@media only screen and (max-width: 850px) {
  #front .front-box-3::before {
    top: -79.5px;
    width: 80px;
    height: 80px;
    -webkit-clip-path: path("M80,80H0a80,80,0,0,0,80-80v80Z");
            clip-path: path("M80,80H0a80,80,0,0,0,80-80v80Z");
  }
}
#front .front-box-4 {
  position: relative;
  background-color: #fff;
}
#front .message {
  position: relative;
  z-index: 1;
  border-radius: 40px 40px 0px 0px;
  background: linear-gradient(rgba(20, 134, 29, 0.9) 0%, rgba(107, 191, 22, 0.9) 32.67%, rgba(168, 224, 103, 0.9) 100%);
  padding-top: 150px;
  padding-bottom: 367px;
}
@media only screen and (max-width: 850px) {
  #front .message {
    padding-top: 117px;
    padding-bottom: 197px;
  }
}
#front .message__container {
  max-width: 1080px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #front .message__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media only screen and (max-width: 850px) {
  #front .message__container {
    max-width: 330px;
  }
}
#front .message__text {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 56px;
  text-align: left;
  color: #fff;
}
@media only screen and (max-width: 850px) {
  #front .message__text {
    font-size: 18px;
    line-height: 2;
  }
}
#front .about {
  padding-bottom: 211px;
}
@media only screen and (max-width: 850px) {
  #front .about {
    padding-bottom: 110px;
  }
}
#front .about__container {
  max-width: 1240px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #front .about__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media only screen and (max-width: 850px) {
  #front .about__container {
    padding-right: 27px;
    padding-left: 27px;
  }
}
#front .about__title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 850px) {
  #front .about__title {
    margin-bottom: 31px;
  }
}
#front .about__title-en {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #2e6b38;
  margin-bottom: 6px;
}
@media only screen and (max-width: 850px) {
  #front .about__title-en {
    font-size: 48px;
  }
}
#front .about__title-en span:nth-child(2n) {
  color: #20992a;
}
#front .about__title-en span:last-child {
  position: relative;
}
#front .about__title-en span:last-child::after {
  position: absolute;
  top: 0px;
  right: -13px;
  content: "";
  background-image: url("/common/img/about/title-icon.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 850px) {
  #front .about__title-en span:last-child::after {
    width: 14px;
    height: 14px;
    top: -3px;
    right: -8px;
  }
}
#front .about__title-ja {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #20992a;
}
#front .about-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 850px) {
  #front .about-list {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
#front .about-item {
  max-width: 320px;
  width: 100%;
  height: 320px;
  background-color: #fff;
  border-radius: 40px;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #006031;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/common/more.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  transition: opacity 350ms;
}
@media only screen and (min-width: 851px) {
  #front .about-item {
    flex: 1;
  }
}
@media only screen and (max-width: 850px) {
  #front .about-item {
    max-width: 280px;
    height: 280px;
    font-size: 24px;
    line-height: 34px;
  }
}
#front .about-item:hover {
  opacity: 0.8;
}
#front .works-hidden {
  overflow: hidden;
}
#front .works__container {
  max-width: 1240px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 850px) {
  #front .works__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media only screen and (max-width: 850px) {
  #front .works__container {
    padding-right: 27px;
    padding-left: 27px;
  }
}
#front .works__container:before {
  content: "";
  position: absolute;
  width: 813px;
  height: 709px;
  background: url(../img/front/works.png) no-repeat center center/contain;
  z-index: 1;
}
@media only screen and (max-width: 1300px) {
  #front .works__container:before {
    width: 700px;
    height: 583px;
  }
}
@media only screen and (max-width: 1150px) {
  #front .works__container:before {
    width: 650px;
    height: 583px;
  }
}
@media only screen and (min-width: 851px) {
  #front .works__container:before {
    top: 31px;
    left: 553px;
  }
}
@media only screen and (max-width: 850px) {
  #front .works__container:before {
    bottom: -390px;
    right: -50px;
    width: 399px;
    height: 354px;
  }
}
#front .works__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 850px) {
  #front .works__title {
    margin-bottom: 24px;
  }
}
#front .works__title-en {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #2e6b38;
  margin-bottom: 5px;
}
@media only screen and (max-width: 850px) {
  #front .works__title-en {
    font-size: 48px;
  }
}
#front .works__title-en span:nth-child(2n) {
  color: #20992a;
}
#front .works__title-en span:last-child {
  position: relative;
}
#front .works__title-en span:last-child::after {
  position: absolute;
  top: 0px;
  right: -13px;
  content: "";
  background-image: url("/common/img/about/title-icon.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 850px) {
  #front .works__title-en span:last-child::after {
    width: 14px;
    height: 14px;
    top: -3px;
    right: -8px;
  }
}
#front .works__title-ja {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #20992a;
}
#front .works__catch {
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 33px;
}
@media only screen and (max-width: 850px) {
  #front .works__catch {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 6px;
  }
}
#front .works__description {
  margin-bottom: 44px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32.4px;
}
@media only screen and (max-width: 850px) {
  #front .works__description {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 34px;
  }
}
#front .works__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 280px;
  height: 56px;
  border-radius: 50px;
  background: linear-gradient(to left, #20992a 0%, #62af14 53.2%, #8fcc48 100%);
  filter: drop-shadow(3px 3px 10px #e0e0ac);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 69px;
  text-align: left;
  color: #fff;
  padding-left: 30px;
  overflow: hidden;
}
#front .works__link:hover .btn-hover {
  transform: translateX(0);
}
#front .works__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #fff;
}
#front .works__link::after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  top: 0;
  right: 26px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #239a28;
  border-right: 1px solid #239a28;
  border-radius: 1px;
}
#front .works__link .btn-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border-radius: 50px;
  background: #219a27;
  transform: translateX(-100%);
  transition: transform 350ms;
  z-index: -1;
}
#front .interview-hidden {
  overflow: hidden;
}
#front .interview__container {
  max-width: 1240px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 185px;
}
@media only screen and (max-width: 850px) {
  #front .interview__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media only screen and (max-width: 850px) {
  #front .interview__container {
    padding-right: 27px;
    padding-left: 27px;
    padding-bottom: 91px;
  }
}
#front .interview__title-en {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #2e6b38;
}
@media only screen and (max-width: 850px) {
  #front .interview__title-en {
    font-size: 48px;
  }
}
#front .interview__title-en span:nth-child(2n) {
  color: #20992a;
}
#front .interview__title-en span:last-child {
  position: relative;
}
#front .interview__title-en span:last-child::after {
  position: absolute;
  top: 0px;
  right: -13px;
  content: "";
  background-image: url("/common/img/about/title-icon.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 850px) {
  #front .interview__title-en span:last-child::after {
    width: 14px;
    height: 14px;
    top: -3px;
    right: -8px;
  }
}
#front .interview__title-ja {
  font-weight: bold;
  font-size: 14px;
  color: #20992a;
}
#front .interview__sub {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 175px;
  line-height: 1;
  margin-top: -5px;
  letter-spacing: 0;
  color: #f5f5dc;
}
@media only screen and (max-width: 850px) {
  #front .interview__sub {
    text-align: center;
    line-height: 78px;
    font-size: 100px;
    margin-top: 40px;
    margin-bottom: 13px;
  }
}
#front .interview__sub span:nth-of-type(2) {
  color: #dbefd9;
}
#front .interview__description {
  font-size: 18px;
  line-height: 32.4px;
  color: #202124;
  max-width: 586px;
  width: 100%;
  margin-bottom: 29px;
}
@media only screen and (min-width: 851px) {
  #front .interview__description {
    margin-right: -6px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 850px) {
  #front .interview__description {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }
}
#front .interview__btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 280px;
  height: 56px;
  border-radius: 50px;
  background: linear-gradient(to left, #20992a 0%, #62af14 53.2%, #8fcc48 100%);
  filter: drop-shadow(3px 3px 10px #e0e0ac);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 69px;
  text-align: left;
  color: #fff;
  padding-left: 30px;
  overflow: hidden;
}
#front .interview__btn:hover .btn-hover {
  transform: translateX(0);
}
#front .interview__btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #fff;
}
#front .interview__btn::after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  top: 0;
  right: 26px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #239a28;
  border-right: 1px solid #239a28;
  border-radius: 1px;
}
#front .interview__btn .btn-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border-radius: 50px;
  background: #219a27;
  transform: translateX(-100%);
  transition: transform 350ms;
  z-index: -1;
}
#front .interview .slider-box .swiper {
  overflow: visible;
  max-width: 280px;
  height: 620px;
  overflow: visible;
}
@media only screen and (min-width: 851px) {
  #front .interview .slider-box .swiper {
    margin-left: 0;
  }
}
@media only screen and (max-width: 850px) {
  #front .interview .slider-box .swiper {
    max-width: 223px;
    height: 320px;
  }
}
#front .interview .slider-box .slider-navi {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (min-width: 851px) {
  #front .interview .slider-box .slider-navi {
    margin-top: -170px;
  }
}
@media only screen and (max-width: 850px) {
  #front .interview .slider-box .slider-navi {
    margin-top: 30px;
    align-items: center;
  }
}
#front .interview .slider-box .slider-navi__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 280px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 850px) {
  #front .interview .slider-box .slider-navi__head {
    display: none;
  }
}
#front .interview .slider-box .slider-navi .slider-pagination {
  width: 135px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 61px;
  text-align: right;
  color: #20992a;
  transform: translateX(-10px);
}
#front .interview-slider-item {
  position: relative;
  width: 280px !important;
  height: 400px !important;
  transition: all 350ms;
}
@media only screen and (max-width: 850px) {
  #front .interview-slider-item {
    width: 223px !important;
    height: 320px !important;
  }
}
#front .interview-slider-item:hover .interview-slider-item__img img {
  transform: scale(1.1);
}
@media only screen and (min-width: 851px) {
  #front .interview-slider-item.swiper-slide-active {
    width: 464px !important;
    height: 618px !important;
    transition: all 350ms;
  }
}
#front .interview-slider-item.swiper-slide-active .interview-slider-item__circle {
  opacity: 1;
  transform: scale(1, 1);
}
@media only screen and (min-width: 851px) {
  #front .interview-slider-item.swiper-slide-active .interview-slider-item__info {
    height: 260px;
    padding: 0 30px 25px 46px;
  }
}
@media only screen and (min-width: 851px) {
  #front .interview-slider-item.swiper-slide-active .interview-slider-item__info-category {
    font-size: 14px;
  }
}
@media only screen and (min-width: 851px) {
  #front .interview-slider-item.swiper-slide-active .interview-slider-item__info-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 48px;
    margin-top: 39px;
    letter-spacing: 0;
    margin-bottom: 11px;
  }
}
@media only screen and (min-width: 851px) {
  #front .interview-slider-item.swiper-slide-active .interview-slider-item__info-name {
    font-size: 14px;
  }
}
@media only screen and (min-width: 851px) {
  #front .interview-slider-item.swiper-slide-active .interview-slider-item__info-name span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 851px) {
  #front .interview-slider-item.swiper-slide-active .interview-slider-item__img::before {
    height: 240px;
    background: #20992a;
  }
}
#front .interview-slider-item__circle {
  opacity: 0;
  transform: scale(0.6, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  left: -23px;
  top: -32px;
  width: 128px;
  height: 128px;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  background-color: #20992a;
  transition: all 500ms;
  padding-top: 10px;
}
@media only screen and (max-width: 850px) {
  #front .interview-slider-item__circle {
    width: 72px;
    height: 72px;
    left: -16px;
    top: -16px;
  }
}
#front .interview-slider-item__circle-title {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 850px) {
  #front .interview-slider-item__circle-title {
    font-size: 9px;
  }
}
#front .interview-slider-item__circle-number {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
}
@media only screen and (max-width: 850px) {
  #front .interview-slider-item__circle-number {
    font-size: 25px;
  }
}
#front .interview-slider-item__cover {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
#front .interview-slider-item__info {
  position: relative;
  z-index: 2;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 27px 26px;
}
@media only screen and (max-width: 850px) {
  #front .interview-slider-item__info {
    padding: 0 16px 17px 16px;
  }
}
#front .interview-slider-item__info-category {
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: #1a1311;
  background-color: #b2d86e;
  border-radius: 50px;
  padding: 4px 18px 4px;
}
@media only screen and (max-width: 850px) {
  #front .interview-slider-item__info-category {
    display: none;
  }
}
#front .interview-slider-item__info-title {
  position: relative;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 27px;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 850px) {
  #front .interview-slider-item__info-title {
    font-size: 16px;
  }
}
#front .interview-slider-item__info-name {
  position: relative;
  z-index: 2;
  font-size: 10px;
  color: #fff;
}
#front .interview-slider-item__info-name span {
  font-weight: bold;
  font-size: 14px;
}
#front .interview-slider-item__info-more {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: right;
  -webkit-text-decoration: underline dotted #fff;
          text-decoration: underline dotted #fff;
  opacity: 0.8;
  margin-top: 11px;
}
@media only screen and (max-width: 850px) {
  #front .interview-slider-item__info-more {
    font-size: 10px;
    margin-top: 11px;
  }
}
#front .interview-slider-item__img {
  border-radius: 20px;
}
#front .interview-slider-item__img img {
  transition: transform 350ms;
}
#front .interview-slider-item__img::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 175px;
  background: linear-gradient(rgba(32, 153, 42, 0) 0%, rgba(31, 149, 41, 0.8) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
#front .discussion {
  position: relative;
}
#front .discussion__container {
  max-width: 1240px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #front .discussion__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media only screen and (max-width: 850px) {
  #front .discussion__container {
    position: relative;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 850px) {
  #front .discussion__container:after {
    content: "";
    position: absolute;
    left: 0;
    background-color: #f5f5dc;
    bottom: -79.5px;
    width: 80px;
    height: 80px;
    -webkit-clip-path: path("M0,0H80a80,80,0,0,0,-80,80v-80Z");
            clip-path: path("M0,0H80a80,80,0,0,0,-80,80v-80Z");
  }
}
#front .discussion__title {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 175px;
  line-height: 0.75;
  letter-spacing: 0;
  text-align: center;
  color: #f5f5dc;
  margin-bottom: -6px;
  z-index: -1;
  position: relative;
}
@media only screen and (max-width: 850px) {
  #front .discussion__title {
    font-size: 56px;
  }
}
#front .discussion__title span:nth-child(2n) {
  color: #dbefd9;
}
#front .discussion__box {
  position: relative;
  background-color: #f5f5dc;
  border-radius: 40px 40px 0px 0px;
  padding: 60px 40px 300px 40px;
}
@media only screen and (max-width: 850px) {
  #front .discussion__box {
    border-radius: 40px 40px 80px 0px;
    padding: 49px 28px 160px 28px;
  }
}
#front .discussion__box .article-item {
  position: relative;
}
@media only screen and (max-width: 850px) {
  #front .discussion__box .article-item {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
}
#front .discussion__box .article-item:not(:last-child) {
  margin-bottom: 40px;
}
#front .discussion__box .article-item:hover .article-item__thumbnail img {
  transform: scale(1.1);
}
#front .discussion__box .article-item:nth-of-type(2n) .article-item__link {
  flex-direction: row;
}
#front .discussion__box .article-item:nth-of-type(2n) .article-item__circle {
  right: -17px;
  left: auto;
}
@media only screen and (max-width: 1250px) {
  #front .discussion__box .article-item:nth-of-type(2n) .article-item__circle {
    right: -50px;
  }
}
@media only screen and (max-width: 850px) {
  #front .discussion__box .article-item:nth-of-type(2n) .article-item__circle {
    right: -17px;
  }
}
@media only screen and (min-width: 851px) {
  #front .discussion__box .article-item__link {
    display: flex;
    flex-direction: row-reverse;
  }
}
#front .discussion__box .article-item__circle {
  position: absolute;
  top: -25px;
  left: -17px;
  right: auto;
  border-radius: 100px;
  background-color: #fff;
  text-align: center;
  color: #20992a;
  width: 120px;
  height: 120px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border: 1px solid #20992a;
}
@media only screen and (max-width: 1250px) {
  #front .discussion__box .article-item__circle {
    top: -30px;
    left: -50px;
  }
}
@media only screen and (max-width: 1100px) {
  #front .discussion__box .article-item__circle {
    top: -40px;
    left: -70px;
  }
}
@media only screen and (max-width: 850px) {
  #front .discussion__box .article-item__circle {
    top: -17px;
    left: -17px;
    padding-top: 2px;
    width: 72px;
    height: 72px;
    background: transparent;
    border: 1px solid #20992a;
    -webkit-backdrop-filter: blur(13.7705001831px);
            backdrop-filter: blur(13.7705001831px);
    background-color: rgba(255, 255, 255, 0.5);
  }
}
#front .discussion__box .article-item__circle-title {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
}
@media only screen and (max-width: 850px) {
  #front .discussion__box .article-item__circle-title {
    font-size: 9px;
    line-height: 17px;
  }
}
#front .discussion__box .article-item__circle-number {
  font-size: 49px;
}
@media only screen and (max-width: 1250px) {
  #front .discussion__box .article-item__circle-number {
    font-size: 40px;
  }
}
@media only screen and (max-width: 850px) {
  #front .discussion__box .article-item__circle-number {
    font-size: 25px;
  }
}
#front .discussion__box .article-item__thumbnail {
  border-radius: 20px;
  overflow: hidden;
  flex: 743;
}
#front .discussion__box .article-item__thumbnail img {
  transition: transform 350ms;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front .discussion__box .article-item__body {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 40px 15px 45px;
  background-image: url("../img/common/more.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  flex: 408;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 850px) {
  #front .discussion__box .article-item__body {
    padding: 29px 18px 40px 18px;
    background-size: 38%;
  }
}
#front .discussion__box .article-item__head {
  padding-bottom: 0px;
  gap: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
#front .discussion__box .article-item__number {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 52px;
  line-height: 1;
  color: #20992a;
}
@media only screen and (max-width: 850px) {
  #front .discussion__box .article-item__number {
    display: none;
  }
}
#front .discussion__box .article-item__category {
  font-weight: normal;
  font-size: 14px;
  color: #1a1311;
  background-color: #b2d86e;
  border-radius: 20px;
  padding: 3px 9px;
}
@media only screen and (max-width: 850px) {
  #front .discussion__box .article-item__category {
    padding: 3px 15px;
  }
}
#front .discussion__box .article-item__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: #20992a;
}
@media only screen and (max-width: 850px) {
  #front .discussion__box .article-item__title {
    font-size: 24px;
    line-height: 33px;
  }
}
#front .discussion__box .article-item__tag {
  border-top: 1px solid #707070;
  margin-top: 15px;
}
@media only screen and (max-width: 850px) {
  #front .discussion__box .article-item__tag {
    margin-top: 19px;
  }
}
#front .discussion__box .article-item__tag-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 20px;
}
@media only screen and (max-width: 850px) {
  #front .discussion__box .article-item__tag-list {
    gap: 6px 7px;
    padding-top: 16px;
  }
}
#front .discussion__box .article-item__tag-item {
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  color: #fff;
  background-color: #a8a7a9;
  padding: 4px 3px 4px 4px;
}
@media only screen and (max-width: 850px) {
  #front .discussion__box .article-item__tag-item {
    padding: 4px 6px 4px 6px;
  }
}
@media screen and (max-width: 1070px) and (min-width: 851px) {
  #front .discussion__box .article-item__tag-item--small {
    font-size: 10px;
  }
}
#front .discussion__lead {
  font-weight: 500;
  font-size: 18px;
  line-height: 32.4px;
  text-align: center;
  color: #20992a;
  border-bottom: 1px solid #20992a;
  padding-bottom: 31px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 1520px) {
  #front .discussion__lead {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 850px) {
  #front .discussion__lead {
    margin-bottom: 33px;
    font-size: 16px;
    line-height: 28px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
#front .discussion__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 280px;
  height: 56px;
  border-radius: 50px;
  background: linear-gradient(to left, #20992a 0%, #62af14 53.2%, #8fcc48 100%);
  filter: drop-shadow(3px 3px 10px #e0e0ac);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 69px;
  text-align: left;
  color: #fff;
  padding-left: 30px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}
#front .discussion__link:hover .btn-hover {
  transform: translateX(0);
}
#front .discussion__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #fff;
}
#front .discussion__link::after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  top: 0;
  right: 26px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #239a28;
  border-right: 1px solid #239a28;
  border-radius: 1px;
}
#front .discussion__link .btn-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border-radius: 50px;
  background: #219a27;
  transform: translateX(-100%);
  transition: transform 350ms;
  z-index: -1;
}
@media only screen and (max-width: 1520px) {
  #front .discussion .article-list {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 851px) {
  #front .discussion .article-item__number {
    display: none !important;
  }
}
#front .culture {
  margin-bottom: 105px;
}
@media only screen and (max-width: 850px) {
  #front .culture {
    margin-bottom: 78px;
  }
}
#front .culture__container {
  max-width: 1240px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #front .culture__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media only screen and (max-width: 850px) {
  #front .culture__container {
    padding-right: 27px;
    padding-left: 27px;
  }
}
#front .culture__title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 850px) {
  #front .culture__title {
    margin-bottom: 33px;
  }
}
#front .culture__title-en {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #def2c0;
}
@media only screen and (max-width: 850px) {
  #front .culture__title-en {
    font-size: 48px;
  }
}
#front .culture__title-en span:nth-child(2n) {
  color: #ffffff;
}
#front .culture__title-en span:last-child {
  position: relative;
}
#front .culture__title-en span:last-child::after {
  position: absolute;
  top: 0px;
  right: -11px;
  content: "";
  background-image: url("/common/img/about/title-icon.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 850px) {
  #front .culture__title-en span:last-child::after {
    width: 14px;
    height: 14px;
    top: -3px;
    right: -8px;
  }
}
#front .culture__title-ja {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
#front .culture__list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media only screen and (max-width: 850px) {
  #front .culture__list {
    flex-direction: column;
  }
}
#front .culture__link {
  max-width: 488px;
  width: 100%;
  height: 254px;
  background-color: #fff;
  background: #fff;
  filter: drop-shadow(3px 3px 10px #4cac19);
  border-radius: 40px;
  overflow: hidden;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #20992a;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/common/more.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  transition: opacity 350ms;
}
@media only screen and (min-width: 851px) {
  #front .culture__link {
    flex: 1;
  }
}
@media only screen and (max-width: 850px) {
  #front .culture__link {
    font-size: 24px;
    height: 160px;
  }
}
#front .culture__link:hover {
  opacity: 0.8;
}
#front .qa__container {
  max-width: 1240px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #front .qa__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media only screen and (max-width: 850px) {
  #front .qa__container {
    padding-right: 27px;
    padding-left: 27px;
  }
}
#front .qa__title {
  margin-bottom: 30px;
}
#front .qa__title-en {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #def2c0;
  margin-bottom: 4px;
}
@media only screen and (max-width: 850px) {
  #front .qa__title-en {
    font-size: 48px;
  }
}
#front .qa__title-en span:nth-child(2n) {
  color: #ffffff;
}
#front .qa__title-en span:last-child {
  position: relative;
}
#front .qa__title-en span:last-child::after {
  position: absolute;
  top: 0px;
  right: 3px;
  content: "";
  background-image: url("/common/img/about/title-icon.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 850px) {
  #front .qa__title-en span:last-child::after {
    width: 14px;
    height: 14px;
    top: -3px;
    right: -8px;
  }
}
#front .qa__title-ja {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
#front .qa-list {
  margin-right: 40px;
  margin-left: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 850px) {
  #front .qa-list {
    margin-right: 0;
    margin-left: 0;
  }
}
#front .qa-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  transition: opacity 350ms;
}
#front .qa-item:hover {
  opacity: 0.8;
}
#front .qa-item__title {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  padding: 10px 75px 11px 10px;
  width: 100%;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 850px) {
  #front .qa-item__title {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 55px 15px 22px;
  }
}
#front .qa-item__title::before {
  content: "Q";
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 56px;
  text-align: left;
  color: #3ba53d;
  margin-right: 6px;
  transform: translateY(2px);
  display: inline-block;
}
@media only screen and (max-width: 850px) {
  #front .qa-item__title::before {
    position: absolute;
    left: 0;
    top: 13px;
    font-size: 24px;
    line-height: 1;
  }
}
#front .qa-item__title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 1px;
  width: 42px;
  height: 16px;
  background-image: url("../img/front/qa-more.svg");
  background-repeat: no-repeat;
}
#front .qa__btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 280px;
  height: 56px;
  border-radius: 50px;
  background: transparent;
  color: #fff;
  border: 1px solid #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 69px;
  text-align: left;
  color: #fff;
  padding-left: 30px;
  margin: auto;
  transition: opacity 350ms, border 350ms;
  overflow: hidden;
}
#front .qa__btn:hover {
  border: 1px solid #219a27;
}
#front .qa__btn:hover .btn-hover {
  transform: translateX(0);
}
#front .qa__btn::after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  top: 0;
  right: 26px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #239a28;
  border-right: 1px solid #239a28;
  border-radius: 1px;
}
#front .qa__btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #fff;
}
#front .qa__btn .btn-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border-radius: 50px;
  background: #219a27;
  transform: translateX(-100%);
  transition: transform 350ms;
  z-index: -1;
}/*# sourceMappingURL=front.css.map */