/*======================================
    font
======================================*/
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-VariableFont_wght.ttf) format("truetype");
}
/*======================================
    color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 10px;
  font-family: "Noto Sans JP", "sans-serif";
  color: #414141;
}

body {
  background-color: #fff;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.is-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  br.is-pc {
    display: none;
  }
}

br.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.is-sp {
    display: block;
  }
}

/*======================================
    layout
======================================*/
.container {
  overflow: hidden;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .container {
    font-size: min(4.1025641026vw, 1.6rem);
  }
}

.inner {
  max-width: 1140px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.inner__sm {
  max-width: 960px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/*======================================
    text
======================================*/
/*======================================
    title
======================================*/
.section-ttl {
  font-size: 2.875em;
  font-weight: 700;
  font-family: "Roboto", "sans-serif";
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.1956521739;
  position: relative;
  padding-top: 1.35em;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .section-ttl {
    margin-left: 0.826em;
  }
}
.section-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.7em;
  height: 2.35em;
  background: url(../img/ttl_logo.png) no-repeat center/contain;
  transform: translate(-27.4%, 0);
  z-index: -1;
}
.section-ttl.-white {
  color: #fff;
}
.section-ttl.-white::before {
  background: url(../img/ttl_logo_white.png) no-repeat center/contain;
  opacity: 0.18;
}
.section-ttl.-white .section-ttl__jp {
  color: #fff;
}
.section-ttl.-center {
  text-align: center;
  letter-spacing: 0.18em;
  margin-left: 0;
}
.section-ttl.-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.section-ttl__jp {
  font-size: 0.35em;
  font-weight: 500;
  font-family: "Noto Sans JP", "sans-serif";
  color: #3C9848;
  margin-top: 1.125em;
  display: block;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .section-ttl__jp {
    margin-top: 1em;
  }
}

/*======================================
    swiper
======================================*/
.swiper-button-prev,
.swiper-button-next {
  display: none;
}

.custom-swiper__prevnext {
  display: flex;
  align-items: center;
  column-gap: 0.75em;
}

.custom-swiper__btn {
  width: 2.75em;
  height: 2.75em;
  background: url(../img/slide_arrow.svg) no-repeat center/contain;
  transition: background-image 0.3s ease;
}
.custom-swiper__btn:hover {
  cursor: pointer;
  background-image: url(../img/slide_arrow_hover.svg);
}

.custom-swiper__prev {
  transform: scale(-1, 1);
}

.custom-swiper__btn2 {
  width: 2.5em;
  height: 2.5em;
  background: url(../img/more_arrow.svg) no-repeat center/contain;
  transition: background-image 0.3s ease;
}
.custom-swiper__btn2:hover {
  cursor: pointer;
  background-image: url(../img/more_arrow_hover.svg);
}

.custom-swiper__pagination {
  bottom: 0 !important;
}
.custom-swiper__pagination .swiper-pagination-bullet {
  background-color: #B5B5B5;
  opacity: 1;
}
.custom-swiper__pagination .swiper-pagination-bullet-active {
  background-color: #3C9848;
}

/*======================================
    background
======================================*/
/*======================================
    list
======================================*/
.line-list {
  position: relative;
}
.line-list::before, .line-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.line-list::before {
  width: 100%;
  background-color: #E2E2E2;
}
.line-list::after {
  width: 2.5em;
  background-color: #3C9848;
}

/*======================================
    page
======================================*/
.page-mv {
  padding: 9.75em 1.25em 7.625em;
  position: relative;
  overflow: hidden;
  background: url(../img/banyans-header-img.jpg) no-repeat center bottom 21%/cover;
  z-index: 1;
}
.page-mv::before, .page-mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-mv::before {
  background-color: #fff;
  opacity: 0.79;
  filter: brightness(0.37);
  -webkit-filter: brightness(0.37);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  z-index: -2;
}
.page-mv::after {
  background: url(../img/case_bg.jpg) no-repeat center/cover;
  opacity: 0.79;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  z-index: -1;
}

.page__title {
  font-size: 2.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Roboto", "sans-serif";
  text-align: center;
  color: #fff;
}

.header {
  display: flex;
  align-items: center;
  column-gap: 1.25em;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .header.active {
    background-color: #fff;
  }
  .header.active .h__links {
    color: #050505;
  }
}

.h__logo--wrap {
  display: block;
  padding: 0.4375em 1em 0.4375em 0.75em;
  border-radius: 0 0 0.5625em 0;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .h__logo--wrap {
    border-radius: 0 0 0.625em 0;
    padding: 0.625em 0.375em 0.75em;
  }
}

.h__logo {
  width: 10em;
}
@media screen and (max-width: 1024px) {
  .h__logo {
    width: 5.4375em;
  }
}

.h__contents {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .h__contents {
    margin-left: auto;
    column-gap: 2em;
    padding-right: 0.9375em;
  }
}
@media screen and (max-width: 1024px) {
  .h__contents {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 299;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background: url(../img/case_bg.jpg) no-repeat center/cover;
    padding: 1.25em;
    flex-direction: column;
    padding-top: 25%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(105%);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }
  .h__contents.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

.h__links {
  color: #fff;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .h__links {
    align-items: center;
    column-gap: 1.75em;
  }
}
@media screen and (max-width: 1024px) {
  .h__links {
    flex-direction: column;
    align-items: center;
    row-gap: 2.25em;
  }
}

.h__links--item a {
  font-size: 0.9375em;
  display: block;
  font-family: "Montserrat", "sans-serif";
  line-height: 1.2666666667;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .h__links--item a:hover {
    opacity: 0.7;
  }
}

.h__contact {
  font-size: 0.9375em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.267em;
  font-family: "Montserrat", "sans-serif";
  line-height: 1.2666666667;
  width: 9em;
  height: 2.5em;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .h__contact {
    background-image: linear-gradient(to right, #3C9848, #286A30);
    color: #fff;
  }
  .h__contact:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1024px) {
  .h__contact {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.25em;
    background-color: #fff;
    color: #3C9848;
  }
}

@media screen and (min-width: 1025px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .drawer-icon {
    width: 2.625em;
    height: 2.625em;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: 0.75em;
    right: 0.625em;
    z-index: 400;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .drawer-icon.active .drawer-icon__bar.-bar1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .drawer-icon.active .drawer-icon__bar.-bar2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.drawer-icon__bars {
  width: 0.75em;
  height: 0.5em;
  position: relative;
}

.drawer-icon__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.drawer-icon__bar.-bar1 {
  top: 0;
}
.drawer-icon__bar.-bar2 {
  top: 100%;
  transform: translateY(-100%);
}

.f__contact--wrap {
  position: relative;
  border-radius: 6.25em 6.25em 0 0;
  display: block;
  overflow: hidden;
  background: url(../img/bg_tree.jpg) no-repeat center/cover;
  z-index: 1;
}
.f__contact--wrap::before, .f__contact--wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.f__contact--wrap::before {
  background-color: #fff;
  opacity: 0.79;
  filter: brightness(0.37);
  -webkit-filter: brightness(0.37);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  z-index: -2;
}
.f__contact--wrap::after {
  background: url(../img/case_bg.jpg) no-repeat center/cover;
  opacity: 0.79;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .f__contact--wrap {
    border-radius: 4.375em 4.375em 0 0;
  }
}
.f__contact--wrap:hover .f__contact--inner::before {
  transform: translate(0.625em, -0.625em);
}

.f__contact--inner {
  color: #fff;
  padding-left: 2.75em;
  padding-top: 3.375em;
  padding-bottom: 13.125em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .f__contact--inner {
    padding-top: 4.625em;
    padding-bottom: 5.875em;
    padding-left: 0;
  }
}
.f__contact--inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4.5em;
  width: 4.375em;
  height: 4.375em;
  background: url(../img/contact_arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .f__contact--inner::before {
    top: 5.875em;
    right: 0.9375em;
  }
}

.f__contact--text {
  font-weight: 500;
  line-height: 1.375;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .f__contact--text {
    margin-left: 2.375em;
  }
}

.footer {
  padding: 3.75em 0 5.25em;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 5em 0 3.5em;
  }
}

@media screen and (min-width: 1025px) {
  .f__inner {
    display: flex;
    column-gap: 1.25em;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .f__info {
    text-align: center;
  }
}

.f__info--logo {
  margin-bottom: 2.25em;
  width: 11.875em;
}
@media screen and (max-width: 767px) {
  .f__info--logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-bottom: 2em;
  }
}

.f__info--text {
  font-size: 0.875em;
  line-height: 1.7142857143;
  margin-top: 1.7em;
}
@media screen and (max-width: 767px) {
  .f__info--text {
    margin-top: 1em;
  }
}

.f__links {
  display: flex;
  column-gap: 1.875em;
  row-gap: 0.625em;
  flex-wrap: wrap;
  padding-top: 2.25em;
  align-self: start;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .f__links {
    margin-top: 4em;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 1.875em;
    padding-top: 0;
  }
}

.f__links--item a {
  display: block;
  transition: color 0.3s ease;
  font-size: 0.9375em;
  font-family: "Montserrat", "sans-serif";
  line-height: 1.2666666667;
}
@media screen and (min-width: 1025px) {
  .f__links--item a:hover {
    color: #3C9848;
  }
}

.copyright {
  font-size: 0.6875em;
  line-height: 1.2727272727;
  margin-top: 9em;
  text-align: right;
  display: block;
  font-family: "Montserrat", "sans-serif";
}
@media screen and (max-width: 767px) {
  .copyright {
    text-align: center;
    margin-top: 8.7em;
  }
}

@keyframes scrolldown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(1em);
  }
}
/*======================================
    TOP
======================================*/
.mv {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: url(../img/mv.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/mv.jpg) no-repeat center left 36.5%/cover;
  }
}

.mv__inner {
  height: 100%;
  position: relative;
}

.mv__text {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 35.625em;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .mv__text {
    width: 19em;
    transform: translateY(-70%);
  }
}

.mv__scroll {
  position: absolute;
  bottom: 4.625em;
  right: 0;
}
@media screen and (max-width: 767px) {
  .mv__scroll {
    bottom: 4.375em;
  }
}

.mv__scroll--text {
  font-family: "Montserrat", "sans-serif";
  font-size: 0.875em;
  line-height: 1.2857142857;
  color: #fff;
  position: relative;
}
.mv__scroll--text::before {
  content: "";
  position: absolute;
  bottom: -1.28em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  animation: forwards scrolldown 1.5s ease infinite;
}

.business-map {
  background: url(../img/business_map_bg.jpg) no-repeat center bottom/cover;
  padding: 5.5em 0 6.5em;
}
@media screen and (max-width: 767px) {
  .business-map {
    padding-top: 4.875em;
    padding-bottom: 6.125em;
  }
}

.business-map__img {
  margin-top: 4.5em;
  max-width: 54.875em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .business-map__img {
    margin-top: 3.25em;
  }
}

.case {
  background: url(../img/case_bg.jpg) no-repeat center bottom/cover;
  padding-top: 4.875em;
  padding-bottom: 6.375em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case {
    padding-top: 4.625em;
    padding-bottom: 6.125em;
  }
}
.case::before {
  content: "";
  position: absolute;
  bottom: 0.625em;
  right: 0;
  width: 50em;
  height: 54em;
  transform: translateX(11.25%);
  background: url(../img/case_bg_deco.png) no-repeat center/contain;
  opacity: 0.5;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .case::before {
    width: 28.125em;
    height: 30.25em;
    transform: translateX(24.4%);
    bottom: 1.25em;
    opacity: 1;
  }
}

.case__lists {
  margin-top: 3.5em;
}
@media screen and (max-width: 767px) {
  .case__lists {
    margin-top: 4em;
  }
}
.case__lists.mt {
  margin-top: 6.25em;
}
@media screen and (max-width: 767px) {
  .case__lists.mt {
    margin-top: 5.375em;
  }
}

.case__list {
  color: #fff;
}

.case__list--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1.25em;
  position: relative;
  margin-bottom: 3.25em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .case__list--head {
    margin-bottom: 2.5em;
  }
}

.case__list--ttl {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.3666666667;
}
@media screen and (max-width: 767px) {
  .case__list--ttl {
    font-size: 1.375em;
  }
}

.case__list--subttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  white-space: nowrap;
  font-size: 7.875em;
  font-family: "Montserrat", "sans-serif";
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  color: rgba(255, 255, 255, 0);
  color: #3C9848;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .case__list--subttl {
    font-size: 3.0625em;
    letter-spacing: 0.05em;
  }
}

.case__list--contents {
  display: grid;
  grid-template-columns: 43.75% auto;
  column-gap: 3.75em;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .case__list--contents {
    column-gap: 2.5em;
    align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .case__list--contents {
    grid-template-columns: 1fr;
    row-gap: 2.5em;
  }
}

.case__list--contentttl {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.75;
}

.case__list--lead {
  font-weight: 700;
  line-height: 1.75;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .case__list--lead {
    margin-top: 0.45em;
  }
}

.case__list--text {
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 1.5em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .case__list--text {
    margin-top: 1.7em;
  }
}

.member {
  padding: 7.5em 0 5em;
  background: url(../img/bg.jpg) no-repeat bottom 2% center/cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .member {
    padding: 6.25em 0 6.875em;
    background: url(../img/bg.jpg) no-repeat bottom right 21%/cover;
  }
}
.member::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 31.25em;
  background: url(../img/member_bg.png) no-repeat bottom center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .member::before {
    height: 56.875em;
  }
}

@media screen and (min-width: 768px) {
  .member__ttl--wrap .custom-swiper__prevnext {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .member__ttl--wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 0.625em;
    align-items: start;
  }
  .member__ttl--wrap .custom-swiper__prevnext {
    margin-top: 5em;
  }
}

.member__ttl {
  max-width: 924px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .member__ttl {
    margin-left: 0;
  }
}

.member-swiper__sp--full {
  margin-top: 2.75em;
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .member-swiper__sp--full {
    margin: 3em calc(50% - 50vw) 0;
  }
}

.member-swiper {
  padding-bottom: 3em;
}

@media screen and (min-width: 768px) {
  .member__contents {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 4.375em;
    row-gap: 3.25em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .member__contents {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.5em;
    row-gap: 1.875em;
  }
}

.member-slide {
  font-family: "Montserrat", "sans-serif";
  text-align: center;
}

.member-slide__img {
  position: relative;
}
.member-slide__img::before {
  content: "";
  display: block;
  padding-top: 103.0303030303%;
}
.member-slide__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.member-slide__position {
  font-size: 0.9375em;
  color: #3C9848;
  font-weight: 500;
  line-height: 1.2666666667;
  margin-top: 1.25em;
}

.member-slide__name {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2222222222;
  margin-top: 0.44em;
}

.bg {
  position: relative;
  z-index: 1;
}
.bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 20.625em);
  background: #EAF6FD url(../img/common_bg.jpg) no-repeat left 50% bottom/cover;
  z-index: -1;
}

.mission__head {
  padding: 5.125em 0 15em;
  position: relative;
  overflow: hidden;
  background: url(../img/bg_tree.jpg) no-repeat center/cover;
  z-index: 1;
}
.mission__head::before, .mission__head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mission__head::before {
  background-color: #fff;
  opacity: 0.79;
  filter: brightness(0.37);
  -webkit-filter: brightness(0.37);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  z-index: -2;
}
.mission__head::after {
  background: url(../img/case_bg.jpg) no-repeat center/cover;
  opacity: 0.79;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  z-index: -1;
}
.mission__head .section-ttl {
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .mission__head {
    padding-left: 2.125em;
    padding-top: 3em;
    padding-bottom: 14em;
  }
}

.mission__container {
  margin-right: calc(50% - 50vw);
  margin-top: -10.875em;
}
@media screen and (max-width: 767px) {
  .mission__container {
    margin-top: -9.5em;
  }
}

.mission__lists {
  position: relative;
  z-index: 2;
}

.mission__list {
  background: url(../img/case_bg.jpg) no-repeat left top/cover;
  position: relative;
  z-index: 1;
}
.mission__list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(42.375em);
  height: 100%;
  clip-path: polygon(21em 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #205D27;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mission__list::before {
    transform: translate(0);
    clip-path: polygon(23em 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 768px) {
  .mission__list:nth-child(even)::before {
    top: unset;
    bottom: 0;
    transform: translateX(24.375em);
    height: 12.375em;
    clip-path: polygon(14em 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 1024px) {
  .mission__list:nth-child(even)::before {
    transform: translateX(15em);
  }
}
@media screen and (max-width: 767px) {
  .mission__list:nth-child(even)::before {
    transform: translateX(0);
  }
}

.mission__list--wrap {
  max-width: 1050px;
  width: 95%;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mission__list--wrap {
    width: 100%;
  }
}

.mission__list--position {
  position: absolute;
  right: 0;
  top: 4em;
  width: calc(100% - 24.375em + 8em);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .mission__list--position {
    width: calc(100% - 15em + 8em);
  }
}
@media screen and (max-width: 767px) {
  .mission__list--position {
    width: 89.5%;
  }
}
.mission__list--position p {
  position: relative;
  z-index: 2;
}
.mission__list--position p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.mission__list--position p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8em;
  height: 1px;
  background-color: #3C9848;
}
.mission__list--position p span {
  display: inline-block;
  background-color: #EAF6FD;
  padding: 0 1.36em 0 0;
  position: relative;
  z-index: 3;
  font-family: "Montserrat", "sans-serif";
  font-size: 1.375em;
  color: #3C9848;
}

.mission__list--contents {
  display: grid;
  grid-template-columns: 24.375em auto;
}
@media screen and (max-width: 1024px) {
  .mission__list--contents {
    grid-template-columns: 15em auto;
  }
}
@media screen and (max-width: 767px) {
  .mission__list--contents {
    grid-template-columns: 1fr;
  }
}

.mission__list--img--wrap {
  background-color: #EAF6FD;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .mission__list--img--wrap {
    padding-top: 9em;
  }
}
@media screen and (max-width: 767px) {
  .mission__list--img--wrap {
    align-items: center;
    max-height: 13.75em;
  }
}

.mission__list--img {
  width: 73.3%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .mission__list--img {
    width: 14.125em;
    transform: translateY(50%);
  }
}

.mission__list--texts {
  padding-left: 3.125em;
  color: #fff;
  display: grid;
  grid-template-columns: auto 22.125em;
  column-gap: 1.25em;
  padding-top: 9.25em;
  padding-bottom: 4.25em;
}
@media screen and (max-width: 1024px) {
  .mission__list--texts {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .mission__list--texts {
    padding-left: 2.375em;
    padding-right: 1.25em;
    padding-bottom: 3.75em;
  }
}

.mission__list--names {
  padding-bottom: 4.75em;
}
@media screen and (max-width: 767px) {
  .mission__list--names {
    align-self: flex-end;
    padding-bottom: 4em;
  }
}

.mission__list--name__en {
  font-size: 3em;
  font-family: "Montserrat", "sans-serif";
  line-height: 1.2083333333;
}

.mission__list--name {
  padding-left: 4.875em;
  font-weight: 500;
  line-height: 1.375;
  position: relative;
  margin-top: 0.875em;
}
.mission__list--name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4em;
  height: 1px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .mission__list--content {
    padding-left: 2.125em;
  }
}

.mission__list--lead {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.75;
}

.mission__list--text {
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 1.925;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .mission__list--text {
    margin-top: 1.8em;
  }
}

.topics {
  margin-top: 7.5em;
  margin-bottom: 11.625em;
}
@media screen and (max-width: 767px) {
  .topics {
    margin-top: 4.125em;
    margin-bottom: 5em;
  }
}

.topics__wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 2.5em;
}
@media screen and (max-width: 767px) {
  .topics__wrap {
    flex-direction: column;
  }
}

.topics__head {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .topics__head {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .topics__more {
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  .topics__more {
    padding-top: 5.75em;
  }
}

.more {
  display: inline-block;
  font-family: "Montserrat", "sans-serif";
  line-height: 1.1875;
  padding-right: 2.875em;
  position: relative;
}
.more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2.5em;
  height: 2.5em;
  background: url(../img/more_arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease, background-image 0.3s ease;
}
.more:hover::before {
  transform: translate(0.25em, -50%);
  background-image: url(../img/more_arrow_hover.svg);
}

.topics__body {
  max-width: 50.5em;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .topics__body {
    padding-top: 2.125em;
  }
}
@media screen and (max-width: 767px) {
  .topics__body {
    margin-top: 2.125em;
    max-width: 100%;
  }
}

.topics__list--link {
  display: block;
  padding: 1.625em 5.5em 1.625em 0;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .topics__list--link {
    padding: 1.625em 4.5em 1.625em 0;
  }
}
.topics__list--link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  width: 2.5em;
  height: 2.5em;
  background: url(../img/more_arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease, background-image 0.3s ease;
}
@media screen and (max-width: 767px) {
  .topics__list--link::before {
    right: 0.75em;
  }
}
.topics__list--link:hover::before {
  transform: translate(0.25em, -50%);
  background-image: url(../img/more_arrow_hover.svg);
}

.topics__list--date {
  color: #3C9848;
  line-height: 1.1875;
  font-family: "Montserrat", "sans-serif";
}

.topics__list--ttl {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 0.75em;
}

/*======================================
    company
======================================*/
@media screen and (min-width: 768px) {
  .business-map__inner {
    display: grid;
    grid-template-columns: auto 58.25%;
    column-gap: 1.25em;
    padding-top: 2.8125em;
    padding-bottom: 2em;
  }
}

@media screen and (min-width: 1025px) {
  .business-map__contents {
    padding-left: 5.625em;
  }
}

.business-map__text {
  line-height: 1.85;
  font-weight: 500;
  margin-top: 2.75em;
}
@media screen and (max-width: 767px) {
  .business-map__text {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .business-map__img--wrap {
    margin-top: 4.125em;
  }
}
@media screen and (max-width: 767px) {
  .business-map__img--wrap {
    margin-top: 2.5em;
  }
}

.message {
  padding: 4.375em 0 5.875em;
  background: url(../img/case_bg.jpg) no-repeat center/cover;
  color: #fff;
}

.message__inner {
  display: grid;
  grid-template-columns: 43.86% auto;
  column-gap: 6.375em;
}
@media screen and (max-width: 1024px) {
  .message__inner {
    column-gap: 4em;
  }
}
@media screen and (max-width: 767px) {
  .message__inner {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) {
  .message__img {
    margin-top: 1.875em;
  }
}
@media screen and (max-width: 767px) {
  .message__img {
    margin-top: 2.5em;
  }
}

@media screen and (max-width: 1024px) {
  .message__contents .section-ttl br.is-sp {
    display: block;
  }
}

.message__text {
  font-size: 0.9375em;
  line-height: 1.85;
  font-weight: 500;
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .message__text {
    max-width: 30em;
  }
}

.overview {
  padding: 6.625em 0 12.5em;
}

.overview__wrap {
  margin-top: 4.75em;
}
@media screen and (min-width: 768px) {
  .overview__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5em;
  }
}

.overview__contents {
  display: grid;
  grid-template-columns: 6.625em auto;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .overview__contents {
    grid-template-columns: 5em auto;
  }
}
.overview__contents dt, .overview__contents dd {
  font-size: 0.9375em;
  line-height: 1.85;
}
.overview__contents dt {
  font-weight: 700;
}
.overview__contents dd {
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .overview__contents dd {
    margin-right: -1em;
  }
}
.overview__contents dd a {
  font-weight: inherit;
}

.overview__address {
  display: flex;
}
@media screen and (max-width: 767px) {
  .overview__address {
    flex-direction: column;
  }
}

.overview__map--wrap {
  margin-top: 6.25em;
}

.overview__map--head {
  display: grid;
  grid-template-columns: 8.125em auto;
}
@media screen and (max-width: 767px) {
  .overview__map--head {
    grid-template-columns: 1fr;
    row-gap: 1.25em;
  }
}

.overview__map--hq {
  font-family: "Roboto", "sans-serif";
  color: #B7B7B7;
  line-height: 1.1875;
  font-weight: 500;
}
.overview__map--hq span {
  display: block;
  font-weight: 500;
  line-height: 1.375;
  color: #3C9848;
  font-family: "Noto Sans JP", "sans-serif";
  margin-bottom: 0.75em;
}

.overview__map--text {
  line-height: 1.375;
}

.overview__map {
  margin-top: 1.875em;
  position: relative;
}
.overview__map::before {
  content: "";
  display: block;
  padding-top: 43.9583333333%;
}
.overview__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*======================================
    privacy policy
======================================*/
.privacy {
  padding: 7.5em 0 9.125em;
}
@media screen and (max-width: 767px) {
  .privacy {
    padding: 3.25em 0;
  }
}

.privacy__contents h2 {
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.85;
  margin-top: 1.25em;
}
.privacy__contents a {
  font-weight: inherit;
}
.privacy__contents p,
.privacy__contents ul li {
  font-weight: 500;
  line-height: 1.85;
}
.privacy__contents ul li {
  position: relative;
  padding-left: 0.75em;
}
.privacy__contents ul li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  background-color: #3C9848;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
}
.privacy__contents .mt {
  margin-top: 1.25em;
}

/*======================================
    contact
======================================*/
.contact {
  padding: 8.5em 0 8.5em;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 3.75em 0;
  }
}

.contact__text {
  text-align: center;
  line-height: 1.375;
  font-weight: 500;
}

.contact-form {
  max-width: 47.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.625em;
}
@media screen and (max-width: 767px) {
  .contact-form {
    margin-top: 2.5em;
  }
}

.form__list {
  display: grid;
  grid-template-columns: 13.25em auto;
  column-gap: 1.25em;
}
@media screen and (max-width: 767px) {
  .form__list {
    grid-template-columns: 1fr;
    row-gap: 0.625em;
  }
}
.form__list:nth-child(n+2) {
  margin-top: 2em;
}

.form__head {
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 1.3333333333;
  padding-top: 1.067em;
}

.required {
  display: inline-block;
  font-size: 0.87em;
  margin-left: 1.15em;
  color: #fff;
  background-color: #3C9848;
  padding: 0 0.54em;
  border-radius: 0.7em;
}

.form__input {
  position: relative;
}
.form__input input,
.form__input textarea {
  box-shadow: none;
  border: 1px solid #9CCCA2;
  background: #fff;
  padding: 0.75em 1.5625em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
  border-radius: 0.3125em;
}
.form__input input::placeholder,
.form__input textarea::placeholder {
  color: #B7B7B7;
}
.form__input input::-ms-input-placeholder,
.form__input textarea::-ms-input-placeholder {
  color: #B7B7B7;
}
.form__input input:-ms-input-placeholder,
.form__input textarea:-ms-input-placeholder {
  color: #B7B7B7;
}
.form__input input:focus,
.form__input textarea:focus {
  outline: none;
}
.form__input textarea {
  resize: vertical;
  height: 10.625em;
}

.form__error {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(calc(100% + 0.4375em));
}
.form__error span {
  display: block;
  color: #DD0707;
  padding-left: 1.46em;
  position: relative;
  font-size: 0.8125em;
}
.form__error span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.08em;
  height: 1.08em;
  background: url(../img/error_icon.svg) no-repeat center/contain;
}

.form__privacy--link {
  text-align: center;
  margin-top: 5.125em;
}
@media screen and (max-width: 767px) {
  .form__privacy--link {
    margin-top: 2.5em;
  }
}
.form__privacy--link a {
  display: inline-block;
  text-decoration: underline;
  transition: color 0.3s ease;
  line-height: 1.375;
  font-weight: 500;
}
.form__privacy--link a:hover {
  color: #3C9848;
}

.form__privacy {
  text-align: center;
  margin-top: 1.875em;
}
.form__privacy span.check {
  display: inline-block;
  font-weight: 500;
  line-height: 1.375;
  padding-left: 2.375em;
  position: relative;
}
.form__privacy span.check:hover {
  cursor: pointer;
}
.form__privacy span.check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.375em;
  height: 1.375em;
  border-radius: 0.3125em;
  border: 1px solid #9CCCA2;
  background-color: #fff;
}
.form__privacy span.check::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 0.65em;
  border-bottom: 4px solid #3C9848;
  border-left: 4px solid #3C9848;
  transform: translateY(-0.3em) rotate(-30deg);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.form__privacy input[type=checkbox] {
  display: none;
}
.form__privacy input[type=checkbox]:checked + span.check::after {
  opacity: 1;
  transform: translateY(-0.3em) rotate(-45deg);
  visibility: visible;
}

.form__submit {
  margin-top: 2.75em;
}
.form__submit input[type=submit] {
  font-weight: 500;
  color: #fff;
  line-height: 1.375;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  border: none;
  background-color: #3C9848;
  display: block;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.875em;
  height: 4.375em;
  border-radius: 0.3125em;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.3s ease;
}
.form__submit input[type=submit]:hover {
  opacity: 0.7;
}

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