/*======================================
    font
======================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap');

/*======================================
    common
======================================*/
html {
  font-size: 10px;
  font-family: "Noto Sans JP", "sans-serif";
  color: #414141;
}

body {
  background-color: #fff;
}

img {
  width: 100%;
}

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

a:focus {
    outline: none!important;
}

/* 共通ホバー */
.business-map__img--wrap a:hover,
.message__img a:hover,
.sub_page_inner a:hover,
.business-map__img a:hover,
.case__list--img a:hover
{
	opacity: 0.7;
}

@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;
  }
}

.btn-green{
  display: inline-block;	
  padding: 1.2rem 1.7rem;
  margin-top: 2rem !important;	
  background-image: linear-gradient(to right, #3C9848, #286A30);
  color: #fff!important;	
  transition: opacity 0.3s ease;	
}
/*======================================
    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: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.page_404_inner {
    text-align: center;
}

/*======================================
    text
======================================*/
/*======================================
    title
======================================*/
.section-ttl {
  font-size: 2.875em!important;
  font-weight: 700;
  font-family: "Roboto", "sans-serif";
  color: #000;
  letter-spacing: 0.05em!important;
  line-height: 1.1956521739!important;
  position: relative;
/*   padding-top: 1.35em!important; */
  padding: 1.35em 0 0 0 !important;	
  z-index: 1;
  white-space: nowrap;
  margin-bottom: 0!important;	
}
@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(/wp-content/themes/banyans/assets/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(/wp-content/themes/banyans/assets/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(/wp-content/themes/banyans/assets/img/slide_arrow.svg) no-repeat center/contain;
  transition: background-image 0.3s ease;
}
.custom-swiper__btn:hover {
  cursor: pointer;
  background-image: url(/wp-content/themes/banyans/assets/img/slide_arrow_hover.svg);
}

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

.custom-swiper__btn2 {
  width: 2.5em;
  height: 2.5em;
  background: url(/wp-content/themes/banyans/assets/img/more_arrow.svg) no-repeat center/contain;
  transition: background-image 0.3s ease;
}
.custom-swiper__btn2:hover {
  cursor: pointer;
  background-image: url(/wp-content/themes/banyans/assets/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;
  list-style: none;
}
.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
======================================*/
.entry-header {
  padding: 9.75em 1.25em 7.625em;
  position: relative;
  overflow: hidden;
  background: url(/wp-content/themes/banyans/assets/img/banyans-header-img.jpg) no-repeat center bottom 21%/cover;
  z-index: 1;
}
.entry-header::before, .entry-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-header::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;
}
.entry-header::after {
  background: url(/wp-content/themes/banyans/assets/img/case_bg.jpg) no-repeat center/cover;
  opacity: 0.79;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  z-index: -1;
}

.entry-title {
  font-size: 2.875em!important;
  font-weight: 700;
  letter-spacing: 0.05em!important;
  font-family: "Roboto", "sans-serif";
  text-align: center;
  color: #fff;
}
/*======================================
    single-topics-page
======================================*/
.sub_page_wrapper {
  padding: 7.5em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub_page_wrapper {
    padding: 4.125em 0;
  }
}
.sub_page_wrapper .topics__list--date {
  margin-top: 0.75em;
}
.sub_page_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 20.625em);
  background: #EAF6FD url(/wp-content/themes/banyans/assets/img/common_bg.jpg) no-repeat left 50% bottom/cover;
  z-index: -1;
}

.sub_page_inner {
  margin-top: 2em;
}
/*======================================
    header
======================================*/
.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;
  height: auto!important;
}

.h__links a {
    color: #fff;
}

@media screen and (min-width: 1025px) {
  .header.active {
    background-color: #fff;
  }
  .header.active .h__links a {
    color: #050505!important;
  }
}

.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; */
  width: 160px;
}
@media screen and (max-width: 1024px) {
  .h__logo {
/*     width: 5.4375em; */
    width: 92px;
  }
}
.h__contents {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .h__contents {
    margin-left: auto;
    -moz-column-gap: 2em;
         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(/wp-content/themes/banyans/assets/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;
  list-style: none;
  padding-left: 0;	
}
@media screen and (min-width: 1025px) {
  .h__links {
    align-items: center;
    -moz-column-gap: 1.75em;
         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;
  color: #414141;
/*   font-weight: 700; */
}
@media screen and (min-width: 1025px) {
  .h__links--item a:hover {
    opacity: 0.7;
  }
}
/* 下層ナビ */
.has-child {
    position: relative;
}
.has-child>a {
  text-align: center;
}

.has-child>a span {
  position: relative;
  margin-left: 0.5em;
}

.has-child>a span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}

.header.active .has-child a span::after{
    border-top: 1px solid #414141;
    border-right: 1px solid #414141;
}


@media screen and (max-width: 1024px) {
  .has-child>a span::after {
    right: 5.5em;
    top: 0.5em;
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;  
  }
}

.h__sub_links {
  display: none;
  position: absolute;
  top: 147%;
  left: 0;
  background-color: #21652d;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 200px;
  list-style: none;
  padding-left: 0;	
}

.has-child.active .h__sub_links {
  display: block;
}


@media screen and (max-width: 1024px) {
  .h__sub_links {
    display: block;
    position: relative;
    top: 24%;
    left: 0;
    background-color: transparent;
    box-shadow: none;
  }
}

.h__sub_links a {
  padding: 10px 15px;
  border-top: 1px solid #ffffff70;
  text-align: center;
  color: #ffffff!important;	
}
.header.active .h__sub_links a{
  color: #ffffff!important;	
}

/* コンタクトボタン */
.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;
/*   font-weight: 700; */
}
@media screen and (min-width: 1025px) {
  .h__contact {
    background-image: linear-gradient(to right, #3C9848, #286A30);
    color: #fff!important;
  }
  .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!important;
  }
}

/* ハンバーガーアイコン */
@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%);
}

/*======================================
   footer
======================================*/

.f__contact--wrap {
  position: relative;
  border-radius: 6.25em 6.25em 0 0;
  display: block;
  overflow: hidden;
  background: url(/wp-content/themes/banyans/assets/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(/wp-content/themes/banyans/assets/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(/wp-content/themes/banyans/assets/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!important;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 5em 0 3.5em!important;
  }
}

@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;
  list-style: none;	
  padding-left: 0;	
}
@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;
  }
}

/* 下層ナビ */
ul.f__sub_links {
    list-style: none;
}

.f__links .has-child>a span::after {
  content: "";
  border-top: 1px solid #050505;
  border-right: 1px solid #050505;
}

@media screen and (max-width: 1024px) {
  .f__links .has-child>a span::after {
    right: -0.8em;
    top: 0.5em;
  }
}

.f__links .f__sub_links {
	display: none;
	margin-top: 1rem;
   padding-top: 0.5em;
   border-top: 1px solid #050505;
   background-color: #ffffff;
}

.has-child.active .f__sub_links {
    display: block;
}

.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!important;
  }
}

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

@keyframes scrolldown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(1em);
  }
}
/*======================================
    TOP
======================================*/
.mv {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: url(/wp-content/themes/banyans/assets/img/banyans-header-img.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(/wp-content/themes/banyans/assets/img/banyans-header-img.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(/wp-content/themes/banyans/assets/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(/wp-content/themes/banyans/assets/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(/wp-content/themes/banyans/assets/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: 0; */
	margin-top: 3.5em;
    list-style: none;
	padding-left: 0!important;
}
@media screen and (max-width: 767px) {
  .case__lists {
/*     margin-top: 0; */
	  margin-top: 4em;
  }
}
.case__lists.mt {
/*   margin-top: 0; */
	margin-top: 6.25em;
}
@media screen and (max-width: 767px) {
  .case__lists.mt {
/*  margin-top: 0; */
	margin-top: 5.375em;
  }
}

.case__list {
  color: #fff;
}

.case__list--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 1.25em;
       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;
  -moz-column-gap: 3.75em;
       column-gap: 3.75em;
/*   align-items: center; */
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .case__list--contents {
    -moz-column-gap: 2.5em;
         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--img {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .case__list--img {
    padding-top: 0;
  }
}
.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;
  }
}
.case__list--lead dt {
  position: relative;
}
.case__list--lead dt::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6em;
  height: 1px;
  background-color: #fff;
}
.case__list--lead dd {
  margin-bottom: 1em;
  margin-top: 0.1em;
  font-weight: 500;
}
.case__list--lead dd:last-child {
  margin-bottom: 0;
}

/* メンバー */
.member {
  padding: 7.5em 0 5em;
  background: url(/wp-content/themes/banyans/assets/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(/wp-content/themes/banyans/assets/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(/wp-content/themes/banyans/assets/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;
    -moz-column-gap: 0.625em;
         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);
    -moz-column-gap: 4.375em;
         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);
    -moz-column-gap: 2.5em;
         column-gap: 2.5em;
    row-gap: 1.875em;
  }
}

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

.member-slide__img {
  position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.member-slide__img::before {
  content: "";
  display: block;
  padding-top: 103.0303030303%;
}
.member-slide__img img {
  position: absolute;
/*   top: 0; */
  bottom: -1.2em;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     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;
}

.member-bg1 {
    border-radius: 58% 42% 50% 50% / 56% 49% 51% 44%;
    overflow: hidden;
    background: #3c9848;
}
.member-bg2 {
    border-radius: 58% 42% 48% 52% / 62% 60% 40% 38%;
    overflow: hidden;
    background: #3c9848;
}
.member-bg3 {
    border-radius: 39% 61% 50% 50% / 43% 61% 39% 57%;
    overflow: hidden;
    background: #3c9848;
}
.member-bg4 {
    border-radius: 58% 43% 40% 61% / 47% 51% 51% 53%;
    overflow: hidden;
    background: #3c9848;
}
.back {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 1.5em;
    border-radius: 8px;
    color: white;
    background: url(/wp-content/themes/banyans/assets/img/case_bg.jpg) no-repeat center / cover;
    opacity: 1;
    transform: rotateX(-180deg);
    transition: opacity .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.back p{
	text-align: left !important;
   letter-spacing: 0.1em;
/* 	font-weight: 700; */
}
.rotate p{
-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
} 
.rotate:hover .back{
	transform: none;;
}
.rotate:hover .member-slide__img{
	transform: rotateX(180deg);
}
.rotate:hover .flip p{
	transform: rotateX(180deg);
}
.bg {
  position: relative;
  z-index: 1;
}
.bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*   height: calc(100% + 20.625em); */
  height: calc(100% + 20em);
  background: #EAF6FD url(/wp-content/themes/banyans/assets/img/common_bg.jpg) no-repeat left 50% bottom/cover;
  z-index: -1;
}

/* mission */
.mission__head {
  padding: 5.125em 0 15em;
  position: relative;
  overflow: hidden;
  background: url(/wp-content/themes/banyans/assets/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(/wp-content/themes/banyans/assets/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;
  padding-left: 0!important;	
}

.mission__list {
  background: url(/wp-content/themes/banyans/assets/img/case_bg.jpg) no-repeat left top/cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mission__list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(42.375em);
  height: 100%;
  -webkit-clip-path: polygon(21em 0%, 100% 0%, 100% 100%, 0% 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);
    -webkit-clip-path: polygon(23em 0%, 100% 0%, 100% 100%, 0% 100%);
            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;
    -webkit-clip-path: polygon(14em 0%, 100% 0%, 100% 100%, 0% 100%);
            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;
  align-items: center;
  justify-content: center;
} */
/* @media screen and (max-width: 767px) {
  .mission__list--img--wrap {
    max-height: 13.75em;
  }
} */
/*3/25変更*/
.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;
  -moz-column-gap: 1.25em;
       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 {
  align-self: flex-end;
  padding-bottom: 4.75em;
}
@media screen and (max-width: 767px) {
  .mission__list--names {
    padding-bottom: 4em;
  }
} */
/*3/25変更*/
.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!important;
  margin-bottom: 11.625em;
}
@media screen and (max-width: 767px) {
  .topics {
    margin-top: 4.125em!important;
    margin-bottom: 5em;
  }
}

/* トピックス */
.topics__wrap {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 2.5em;
       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(/wp-content/themes/banyans/assets/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(/wp-content/themes/banyans/assets/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%;
  }
}

ul.topics__lists
 {
    padding-left: 0 !important;
}

.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(/wp-content/themes/banyans/assets/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(/wp-content/themes/banyans/assets/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;
}
p.wp-block-paragraph a {
    color: #043260 !important;
    text-decoration: underline;
}
/*======================================
    services
======================================*/
.page-template-page-bevinco .f__contact--wrap{
	display: none;
} 

.break-keep {
  word-break: keep-all;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #3C9848;
  padding: 8rem 1rem 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 2;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .fixed-header {
    position: absolute;
    padding: 13rem 1rem 0;
  }
}

.fixed-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/banyans/assets/img/case_bg.jpg) no-repeat center/cover;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  z-index: -1;
}

.fixed-header .sub-title {
  font-size: 1.1em;
  margin-top: 0.5em;
}

.fixed-header .supp-txt {
  color: #ffffff;
  margin-top: 0.3em;
  background: #ef3b3b;
  display: inline-block;
  padding: 0 1em;
  border-radius: 15px;
}

.fixed-header .nav-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
  border-top: 1px solid #ffffff;
  margin: 1.5rem auto;
  width: 80%;
 padding-left: 0!important;	
}

@media (max-width: 768px) {
  .fixed-header .nav-buttons {
    width: 95%;
  }
}

.fixed-header .nav-button {
  position: relative;
}

.fixed-header .nav-button::before {
  position: absolute;
  top: 45%;
  right: 0;
  width: 7px;
  height: 7px;
  margin-top: 0;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  transition: 0.5s ease-out;
}

@media (max-width: 768px) {
  .fixed-header .nav-button {
    flex: 0 0 50%;
  }
}

.fixed-header .nav-button a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  line-height: 1.5;
  color: #ffffff!important;
}

.fixed-header .nav-button a:hover::after {
  width: 100%;
}

.fixed-header .nav-button a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: width 0.3s;
  position: absolute;
  bottom: 4px;
  left: 0;
}

.anchor {
  position: relative;
}

.anchor::before {
  content: '';
  display: block;
  height: 25rem;
  margin-top: -25rem;
}

@media (max-width: 768px) {
  .anchor::before {
    display: none;
  }
}

.bevinco-contents-wrapper {
  letter-spacing: 0.1rem;
  padding-top: 27rem;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .bevinco-contents-wrapper {
    padding-top: 32rem;
  }
}

@media (max-width: 768px) {
  .bevinco-contents-wrapper {
    padding-top: 37rem;
  }
}

@media (min-width: 481px) and (max-width: 683px) {
  .bevinco-contents-wrapper {
    padding-top: 37rem;
  }
}

@media (max-width: 480px) {
  .bevinco-contents-wrapper {
    padding-top: 50rem;
  }
}

.bevinco-contents-wrapper ul{
	padding-left: 0!important;
	list-style: none;
}

.bevinco-contents-wrapper section {
  margin-top: 5rem;
}

.bevinco-contents-wrapper section:first-child {
  margin-top: 0;
}

.bevinco-contents-wrapper section:last-child {
  padding-bottom: 8rem;
}

.bevinco-contents-wrapper h2 {
  text-align: center;
  padding: 1rem 2rem;
  color: #fff;
  background: linear-gradient(to bottom right, #3c9848, #214318);
}

.content-item {
  margin-bottom: 1rem;
  padding: 3rem 2rem;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.content-item:last-child {
  margin-bottom: 0;
}

.content-item h3 {
  margin-bottom: .5em !important;
  color: #3C9848;
  font-size: 24px;	
}

.content-item ul li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
}

.content-item ul li::before {
  position: absolute;
  display: block;
  content: '';
  width: 0.5em;
  height: 2px;
  left: 0;
  top: 0.8em;
  background-color: #3C9848;
}

.content-item a {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.content-item a:hover {
  text-decoration: underline !important;
  color: #3C9848 !important;
}

.content-item .content-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

@media (max-width: 768px) {
  .content-item .content-flex {
    flex-direction: column;
  }
}

.content-item .content-left {
  flex: 0 0 50%;
}

@media (max-width: 768px) {
  .content-item .content-left {
    flex: 0 0 100%;
  }
}

.content-item .content-right {
  flex: 0 0 49%;
}

@media (max-width: 768px) {
  .content-item .content-right {
    flex: 0 0 100%;
  }
}

.ad-tech-img {
  width: 80%;
  margin: 3rem auto 0;
}
@media (max-width: 768px) {
  .ad-tech-img {
    width: 100%;
  }
}

.target-customers-img {
  margin: 3rem auto;
}

.ad-tech-links {
  display: inline-flex;
  flex-direction: column;
}

.bevinco-contents-wrapper .video-container {
  text-align: center !important;
  max-width: 80%!important;
  margin: 3rem auto 0!important;
}

@media (max-width: 768px) {
.bevinco-contents-wrapper .video-container {
    width: 100%!important;
  }
}

.video-container a {
  margin-bottom: 0.5rem;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.external-link {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 0.1em solid currentColor;
  border-radius: 0.1em;
  background: #fff;
  box-sizing: content-box;
  margin-left: 0.5em;
  position: relative;
}

.external-link>span {
  position: absolute;
  top: -0.2em;
  right: -0.2em;
  width: 45%;
  height: 45%;
  border: 0.1em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  background: #fff;
  box-shadow: -0.1em 0.1em 0 0.1em #fff;
  box-sizing: border-box;
}

.external-link>span::before {
  content: '';
  position: absolute;
  top: -0.05em;
  right: -0.1em;
  width: 0.1em;
  height: 0.9em;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: top center;
}

/*======================================
    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 !important;
  margin-bottom:0 !important;	
}
@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!important;
  }
}
@media screen and (max-width: 767px) {
  .business-map__img--wrap {
    margin-top: 2.5em;
  }
}

.message {
  padding: 4.375em 0 5.875em;
  background: url(/wp-content/themes/banyans/assets/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: 2.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;
  }
}

.line-lists{
	padding-left: 0!important;
}

.overview__contents {
  display: grid;
  grid-template-columns: 6.625em auto;
  padding: 1em 0;
  margin-bottom: 0!important;	
}
@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;
  margin-left: 0!important;	
}
@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!important;
  line-height: 1.85!important;
  margin-top: 1.25em;
  margin-bottom: 0.5em !important;	
  padding: 0 !important;	
}
.privacy__contents a {
  font-weight: inherit;
}
.privacy__contents p,
.privacy__contents ul li {
  font-weight: 500;
  line-height: 1.85!important;
}
.privacy__contents ul{
	padding-left: 0!important;
}
.privacy__contents ul li {
  position: relative;
  padding-left: 1.25em;
  list-style: none!important;	
}
.privacy__contents ul li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  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 p {
  margin: 0!important;
}

/* snow-monkey-form */
/* .snow-monkey-form {
  max-width: 47.5em;
  margin-left: auto;
  margin-right: auto;
} */

/***contact-form7***/
.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;
  }
}

.contact__text {
  text-align: center;
  line-height: 1.375;
  font-weight: 500;
  margin-bottom: 2.625em !important;
}
@media screen and (max-width: 767px) {
  .contact__text {
	text-align: ;  
    margin-bottom: 1.5em !important;
  }
}

.form__list {
  display: grid;
  grid-template-columns: 13.25em auto;
  -moz-column-gap: 1.25em;
       column-gap: 1.25em;
  align-items: center;	
}
@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 label {
	display: block;
	margin-bottom: 0;
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], textarea, select, .search-edit {
  box-shadow: none;
  border: 1px solid #9CCCA2!important;
  background: #fff;
  padding: 0.75em 1.5625em !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px!important;
  width: 100%;
  border-radius: 0.3125em!important;
}
.form__input input::-moz-placeholder, .form__input textarea::-moz-placeholder {
  color: #B7B7B7;
}
.contact-form input::placeholder,
.contact-form 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;
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  left: 0;
/*   transform: translateY(calc(100% + 0.4375em)); */
}
.wpcf7-not-valid-tip {
  display: block;
  color: #DD0707;
  padding-left: 1.46em;
  position: relative;
  font-size: 0.8125em;
}
.wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1.08em;
  height: 1.08em;
  background: url(/wp-content/themes/banyans/assets/img/error_icon.svg) no-repeat center/contain;
}

.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-group {
    display: flex;
    justify-content: center;
	flex-direction: row;
    gap: 3rem;
    margin-top: 3.75em;	
}
@media screen and (max-width: 767px) {
  .form__submit-group {
    flex-direction: column;
	align-items: center;  
  }
}

.btn-submit,
.btn-back{
  font-weight: 500;
  color: #fff!important;
  line-height: 1.375!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  border: none!important;
  background-color: #3C9848!important;
  display: block;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.875em!important;
  height: 4.375em!important;
  border-radius: 0.3125em!important;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.3s ease;
}

.btn-back{
	background-color: #979797 !important;
}

.form__submit .btn-submit:hover,
.form__submit-group .btn-submit:hover,
.form__submit-group .btn-back:hover,
input[type="submit"].btn-submit:hover {
  opacity: 0.7 !important;
}

.form__submit input[type=button] {
  background-color: #777777;
}

.form__privacy--link {
  text-align: center;
  margin-top: 3.125em;
}
@media screen and (max-width: 767px) {
  .form__privacy--link {
    margin-top: 1.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 !important;
}

.form__privacy {
  text-align: center;
  margin-top: 0.875em;
  display: flex;
  justify-content: center;
  text-align: center;	
}

/* 送信完了画面 */
h2.thanks__title {
    margin-bottom: 1rem!important;
}

/*** bevinco専用コンタクトページ ***/
.bevinco-contact {
  background: linear-gradient(to bottom right, #3c9848, #214318);
}
.bevinco-contact h2 {
  background: none;
  font-size: 28px;	
}
.bevinco-contact p {
  color: #ffffff;
  text-align: center;
  line-height: 1.7;
  font-size: 1.2em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .bevinco-contact p {
    width: 100%;
    font-size: 1.1em;
  }
}
.bevinco-contact .contact-wrap {
  background: linear-gradient(to bottom right, rgba(163, 200, 168, 0.4), rgba(95, 119, 89, 0.2117647059));
  padding: 2rem;
  border-radius: 15px;
  margin-top: 1rem;
}

a.bevinco-contact-link {
  position: relative;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 56%;
  margin: 2rem auto 0 !important;
  background: #ffffff;
  color: #3C9848 !important;
  font-size: 1.2em;
  font-weight: 700;
  padding: 2rem 1rem;
  border-radius: 50px;
}
@media (max-width: 768px) {
  a.bevinco-contact-link {
    width: 100%;
    font-size: 1em;
  }
}
a.bevinco-contact-link:hover {
  text-decoration: none!important;
}
a.bevinco-contact-link:hover::after {
  width: 64%;
}
a.bevinco-contact-link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #3c9848;
  transition: width 0.3s;
  position: absolute;
  bottom: 19px;
  left: 19%;
  z-index: 4;
}
.no-contact-bg {
  position: relative;
  z-index: 1;
}
.no-contact-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
/*   height: calc(100% + 4em); */
  height: 100%;
  background: #EAF6FD url(/wp-content/themes/banyans/assets/img/common_bg.jpg) no-repeat left 50% bottom/cover;
  z-index: -1;
}
