﻿@charset "UTF-8";
/* --------------------------------------------------------------------
	top
--------------------------------------------------------------------- */
/* 	common
--------------------------------------------------------------------- */
body.page-top {}
.top_common_heading {
  font-size: 48px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 4px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top_common_heading {
    font-size: 32px;
  }
}
/* 	header
--------------------------------------------------------------------- */
body.page-top:not(.fixed) header {
  color: #fff;
  background: linear-gradient(90deg, #2F9C7F 0%, #5BB048 210%);
  box-shadow: none;
}
body.page-top:not(.fixed) .header_logo {
  background-image: url(/cms/smz/img/usr/common/logo_ecbeing_white.png);
}
body.page-top:not(.fixed) header .header_list_top li > a, body.page-top:not(.fixed) header .header_list_bottom > li > a, body.page-top:not(.fixed) header .header_list_bottom > li > a:link, body.page-top:not(.fixed) header .header_list_bottom > li > a:visited, body.page-top header .header_btn li a {
  color: #fff;
}
body.page-top:not(.fixed) header .header_list_bottom > li:hover, body.page-top:not(.fixed) header .header_list_bottom > li > a:hover {
  color: var(--ecbeing_color_green);
  text-decoration: none;
}
body.page-top:not(.fixed) .header_list_tel {
  background-image: url(/cms/smz/img/usr/common/icon_tel_white.png);
}
body.page-top:not(.fixed) header .header_list_sub {
  color: #000;
}
body.page-top:not(.fixed) .header_btn li {
  background: #ffffff47;
}
@media screen and (max-width: 768px) {
  body.page-top:not(.fixed) header {
    color: #000;
  }
  body.page-top:not(.fixed) header .header_list_top li > a, body.page-top:not(.fixed) header .header_list_bottom > li > a, body.page-top:not(.fixed) header .header_list_bottom > li > a:link, body.page-top:not(.fixed) header .header_list_bottom > li > a:visited, body.page-top header .header_btn li a {
    color: #000;
  }
  body.page-top:not(.fixed) .header_list_tel {
    background-image: url(/cms/smz/img/usr/common/icon_tel.png);
  }
  body.page-top:not(.fixed) .header_btn li.btn_color_green {
    background: var(--ecbeing_color_green);
  }
  body.page-top:not(.fixed) .header_btn li.btn_color_orenge {
    background: var(--ecbeing_color_orenge);
  }
  /* ハンバーガーメニュー */
  body.page-top:not(.fixed) .hamburger-menu span {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .24);
  }
}
/* 	contents
--------------------------------------------------------------------- */
body.page-top .main_wrapper_ {}
/* 	mv
-------------------------------- */
.top_mv {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #2F9C7F 0%, #5BB048 210%);
}
.top_mv::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #fff;
  border-left: 100vw solid transparent;
}
.top_mv_inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 40px 0 0;
}
.top_mv_heading {
  position: absolute;
  top: 30px;
  left: -15px;
}
/*.top_mv_heading::after {
  content: '';
  position: absolute;
  top: -35px;
  right: -150px;
  width: 136px;
	height: 144px;
  background: url(/cms/img/usr/top/mv_achievements.png) no-repeat center left;
}*/
.top_mv_heading h1 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 3px;
  margin-bottom: 20px;
  padding-left: 15px;
}
.top_mv_slide {
  width: 100%;
  max-width: 1200px;
  overflow: unset;
}
/* 読み込みレイアウト表示調整 */
.top_mv_slide {
  opacity: 0;
  transition: opacity .9s linear;
}
.top_mv_slide.swiper-initialized {
  opacity: 1;
}
/**/
.top_mv .swiper-slide {
  color: #fff;
}
.top_swiper_box {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.top_mv_txt {
  position: absolute;
  top: 270px;
  left: 0;
}
.top_mv_txt:has(> .top_mv_txt_border) {
  top: 250px;
}
.top_mv_txt_note {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 15px;
}
.top_mv_txt_border {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-top: 15px;
}
a.top_mv_txt_link {
  display: table;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-decoration: underline;
  margin-top: 15px;
  padding-right: 37px;
  background: url(/cms/smz/img/usr/common/arrow_circle_white.png) no-repeat top 7px right;
  background-size: 24px auto;
}
a.top_mv_txt_link:hover {
  opacity: .7;
  text-decoration: none;
}
/* swiper reset */
.top_mv .swiper-pagination {
  display: none;
}
@media screen and (min-width: 1520px) {
  .top_mv .swiper-button-next {
    right: -150px;
  }
  .top_mv .swiper-button-prev {
    left: -150px;
  }
}
@media screen and (max-width: 1519px) {
  .top_mv .swiper-button-next {
    right: -5%;
  }
  .top_mv .swiper-button-prev {
    left: -5%;
  }
}
@media screen and (max-width: 1340px) {
  .top_mv .swiper-button-next {
    right: -1%;
  }
  .top_mv .swiper-button-prev {
    left: -1%;
  }
}
@media screen and (max-width: 1250px) {
  .top_mv .swiper-button-next {
    right: 2%;
  }
  .top_mv .swiper-button-prev {
    left: 2%;
  }
}
/* mv adjust */
@media screen and (min-width: 1640px) {
  .top_mv::after {
    border-bottom: 4vw solid #fff;
  }
}
@media screen and (max-width: 1250px) {
  .top_mv_slide {
    max-width: 1000px;
  }
  .top_swiper_box {
    width: 90%;
    margin: auto;
  }
  .top_mv_thum {
    width: 60%;
  }
  .top_mv_thum img {
    width: 100%;
    height: auto;
  }
  .top_mv_txt {
    position: absolute;
    top: 185px;
    left: 0;
  }
  .top_mv_txt:has(> .top_mv_txt_border) {
    top: 170px;
  }
  .top_mv_txt_border {
    font-size: 18px;
  }
  .top_mv_heading {
    position: absolute;
    top: 20px;
    left: 10%;
  }
  .top_mv_heading h1 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .top_mv_heading p img {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 950px) {
  .top_mv_slide {
    padding-bottom: 80px;
  }
  .top_mv_thum {
    width: 50%;
  }
  .top_mv::after {
    position: static;
    bottom: unset;
    left: unset;
    border-bottom: none;
    border-left: none;
  }
}
.top_mv .swiper-button-next::after, .top_mv .swiper-rtl .swiper-button-prev::after, .top_mv .swiper-button-prev::after, .top_intro .swiper-rtl .swiper-button-next::after {
  content: '';
}
.top_mv .swiper-button-next::after, .top_mv .swiper-button-prev::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 17px;
  height: 17px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .4));
}
.top_mv .swiper-button-next:hover::after, .top_mv .swiper-button-prev:hover::after {
  opacity: .7;
}
.top_mv .swiper-button-next::after {
  transform: rotate(45deg);
}
.top_mv .swiper-button-prev::after {
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .top_mv_slide {
    padding-bottom: 40px;
    padding-top: calc(290 * (100vw / 750));
  }
  .top_swiper_box {
    display: block;
  }
  .top_mv_thum {
    width: 100%;
    margin-top: 20px;
  }
  .top_mv_txt {
    position: static;
    padding: 0 20px;
  }
  .top_mv_txt img {
    width: calc(386 * (100vw / 750));
    height: auto;
  }
  .top_mv_txt_border {
    font-size: 16px;
  }
  .top_mv_heading {
    left: 10px;
  }
  .top_mv_heading h1 {
    font-size: calc(28 * (100vw / 750));
  }
  .top_mv_heading p img {
    width: calc(486 * (100vw / 750));
    height: auto;
  }
  /* swiper reset */
  .top_mv .swiper-pagination {
    display: block;
  }
  .top_mv .swiper-pagination-bullet-active {
    background: #fff;
  }
  .top_mv .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #F6F6F6;
  }
  .top_mv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .top_mv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .top_mv .swiper-button-next, .top_mv .swiper-button-prev {
    display: none;
  }
}
/* 	btn
-------------------------------- */
.top_btn {
  position: relative;
  height: 80px;
  margin-top: 70px;
  background: #F6F6F6;
}
.top_btn_inner {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: calc(845px + 18px);
  margin: auto;
}
.top_btn_inner a {
  width: 100%;
  max-width: 414px;
  height: 76px;
  font-size: 18px;
  font-weight: 600;
  margin: 0 9px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .16);
}
.top_btn_inner a i {
  right: 20px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .top_btn {
    margin-top: 0;
    display: flex;
  }
  .top_btn_inner {
    position: static;
    top: 0;
    left: 0;
    transform: unset;
    width: calc(100% - 16px);
    margin: auto;
  }
  .top_btn_inner a {
    height: 48px;
    font-size: 14px;
    margin: 0 10px 0 0;
    display: block;
    text-align: center;
    line-height: 48px;
  }
  .top_btn_inner a:last-of-type {
    margin: 0;
    line-height: 14px;
  }
  .top_btn_inner a i {
    right: 7px;
    font-size: 10px;
  }
  .top_btn_inner a span {
    display: block;
    font-size: 8px;
    padding-top: 8px;
  }
}
/* 	企業ロゴ一覧
-------------------------------- */
.top_company {
  margin: 40px auto 60px;
  overflow: hidden;
}
.top_company_heading {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  color: var(--ecbeing_color_green);
  padding-top: 10px;
}
.top_company_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 180px;
  margin: 50px auto 0;
}
.top_company_list {
  animation: loop-slide 90s linear infinite;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-600%);
  }
}
.top_company_list li {
  height: 60px;
  margin-right: 80px;
}
.top_company_list li:nth-child(odd) {
  margin-bottom: 40px;
}
.top_company_list li img {
  width: auto;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .top_company {
    margin-bottom: 25px;
  }
  .top_company_heading {
    font-size: 18px;
    padding-top: 0;
    line-height: 1.5;
  }
  .top_company_list {
    height: 74px;
    margin-top: 25px;
  }
  .top_company_list {
    animation: loop-slide 30s linear infinite;
  }
  .top_company_list li {
    height: 30px;
    margin-right: 20px;
  }
  .top_company_list li:nth-child(odd) {
    margin-bottom: 14px;
  }
  .top_company_list li img {
    height: 30px;
  }
}
/* 	video（visumo）
-------------------------------- */
.kabu .hacobune-unit-video-outline[data-v-6f826947] {
  display: block;
}
.hacobune-univideo .hacobune-readmore .hacobune-readmore-link-toggle {
  display: none;
}
.hacobune-univideo .hacobune-readmore .hacobune-readmore-wrapper.readhide {
  max-height: unset;
}
@media screen and (min-width: 720px) {
  .hacobune-univideo .hacobune-unit-video-wrap {
    display: flex;
  }
  .hacobune-unit-video-wrap .hacobune-unit-video-player {
    order: 2;
    flex-grow: 1;
  }
  .hacobune-unit-video-wrap .hacobune-unit-video-outline {
    width: auto;
    order: 1;
    padding: 0;
    padding-right: 24px;
  }
}
/* 	お知らせ
-------------------------------- */
.top_info {
  width: 100%;
  max-width: 1200px;
  margin: 120px auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.top_info_tab {
  display: flex;
  justify-content: flex-end;
  margin: -10px 0 0 auto;
}
.top_info_tab li {
  font-size: 14px;
  font-weight: 500;
  margin-left: 32px;
  padding: 0 6px 4px;
  border-bottom: 2px solid #DDD;
  cursor: pointer;
  transition: all 0.5s;
}
.top_info_tab li.js-info-tab-active, .top_info_tab li:hover {
  color: var(--ecbeing_color_green2);
  border-bottom: 2px solid var(--ecbeing_color_green2);
}
.top_info_tab li.js-info-tab-active {
  pointer-events: none;
  cursor: default;
}
.top_info_list {
  margin: 70px auto 50px;
  overflow: unset;
}
.top_info_list:not(.js-info-list-active) {
  display: none;
}
.top_info_box {
  display: flex;
}
.top_info_box > li {
  width: calc((100% - 28px) / 4);
  max-width: 268px;
  margin-right: 28px;
  transition: all 0.5s;
}
.top_info_box > li:last-child {
  margin-right: 0;
}
.top_info_box > li figure {
  margin-bottom: 6px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}
.top_info_box > li figure img {
  width: 100%;
  height: auto;
}
.top_info_set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.top_info_cat {
  font-size: 12px;
  font-weight: 300;
  padding: 2px 3px;
  background: #F6F6F6;
}
.top_info_date {
  font-size: 12px;
  font-weight: 300;
}
.top_info_txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}
.top_info_box a:hover {
  opacity: .8;
  text-decoration: none;
}
.top_info_box a:hover .top_info_txt {
  color: var(--ecbeing_color_green);
}
a.top_info_btn {
  justify-content: flex-start;
  width: 414px;
  height: 76px;
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
}
a.top_info_btn i {
  right: 20px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .top_info {
    width: 100%;
    margin: 64px auto;
    padding: 0 16px;
		box-sizing: border-box;
  }
  .top_info_tab {
    justify-content: flex-start;
    margin: auto;
    padding-bottom: 8px;
  }
  .sp_scroll:has(> .top_info_tab) {
    margin-top: 32px;
  }
  .top_info_tab li {
    font-size: 14px;
    font-weight: 500;
    margin-left: 0;
    padding: 0 2px 1px;
    white-space: nowrap;
    margin-right: 18px;
  }
  .top_info_list {
    margin: 45px auto 16px;
  }
  /*.top_info_box {
    flex-wrap: wrap;
  }*/
  .top_info_box > li {
    width: calc((100% - 17px) / 2);
    max-width: 100%;
    margin-right: 17px;
    margin-bottom: 24px;
  }
  .top_info_box > li:nth-child(2n) {
    margin-right: 0;
  }
  .top_info_box > li figure {
    margin-bottom: 8px;
  }
  .top_info_set {
    margin-bottom: 8px;
  }
  .top_info_cat {
    font-size: 10px;
  }
  .top_info_date {
    font-size: 10px;
  }
  .top_info_txt {
    font-size: 14px;
    line-height: 1.5;
  }
  a.top_info_btn {
    justify-content: flex-start;
    width: calc(100% - 16px - 12px);
    height: 64px;
    font-size: 14px;
    padding-left: 12px;
    margin: auto;
  }
  a.top_info_btn i {
    right: 12px;
    font-size: 14px;
  }
}
/* swiper reset */
.top_info .swiper-wrapper {
  /*justify-content: flex-end;*/
}
.top_info .swiper-button-next, .top_info .swiper-button-prev {
    top: -30px;
}
.top_info .swiper-button-next, .top_info .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.top_info .swiper-button-prev, .top_info .swiper-rtl .swiper-button-next {
  left: unset;
  right: 28px;
}
.top_info .swiper-button-next::after, .top_info .swiper-rtl .swiper-button-prev::after, .top_info .swiper-button-prev::after, .top_info .swiper-rtl .swiper-button-next::after {
  content: '';
}
.top_info .swiper-button-next::after, .top_info .swiper-button-prev::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #9F9F9F8F;
  border-right: 4px solid #9F9F9F8F;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .14));
}
.top_info .swiper-button-next:hover::after, .top_info .swiper-button-prev:hover::after {
  border-top: 4px solid #9F9F9F;
  border-right: 4px solid #9F9F9F;
}
.top_info .swiper-button-next::after {
  transform: rotate(45deg);
}
.top_info .swiper-button-prev::after {
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  /* swiper reset */
  .top_info .swiper-wrapper {
    /*justify-content: flex-end;*/
  }
  .top_info .swiper-button-next, .top_info .swiper-button-prev {
    top: -25px;
  }
  .top_info .swiper-button-next, .top_info .swiper-rtl .swiper-button-prev {
    right: 0;
  }
  .top_info .swiper-button-prev, .top_info .swiper-rtl .swiper-button-next {
    right: 28px;
  }
  .top_info .swiper-button-next::after, .top_info .swiper-button-prev::after {
    width: 12px;
    height: 12px;
  }
}
/* 	選ばれる理由
-------------------------------- */
.top_reason {
  position: relative;
}
.top_reason::after {
  content: '';
  position: absolute;
  top: 350px;
  left: 0;
  width: 100%;
  height: 600px;
  background: var(--ecbeing_color_green3);
  z-index: 1;
}
.top_reason_inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 120px auto;
  padding: 0 20px;
		box-sizing: border-box;
  z-index: 2;
}
.top_reason_heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.top_reason_heading .top_common_heading {
  margin-bottom: 30px;
}
.top_reason_catch {
  font-size: 24px;
  font-weight: 500;
}
.top_reason_catch_list {
  padding: 16px 12px 50px;
}
.top_reason_catch_list li {
  margin-top: 12px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: bold;
}
.top_reason_icon1 {
  background: url(/cms/smz/img/usr/common/icon_crown.png) no-repeat center left;
  background-size: 22px auto;
}
.top_reason_icon2 {
  background: url(/cms/smz/img/usr/common/icon_book.png) no-repeat center left;
  background-size: 22px auto;
}
.top_reason_icon3 {
  background: url(/cms/smz/img/usr/common/icon_dashboard.png) no-repeat center left;
  background-size: 22px auto;
}
.top_reason_list {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 60px;
}
.top_reason_list li {
  position: relative;
  width: calc((100% - 9px) / 4);
  max-width: 284px;
  margin-right: 9px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
}
.top_reason_list li:last-child {
  margin-right: 0;
}
.top_reason_list li figure img {
  width: 100%;
}
.top_reason_txt {
  padding: 16px 12px 20px;
}
.top_reason_list li h4 {
  font-size: 16px;
  font-weight: 500;
  color: var(--ecbeing_color_green);
  margin-bottom: 15px;
}
.top_reason_list li p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 50px;
}
.top_reason_list li span {
  font-size: 16px;
  font-weight: bold;
  padding-right: 55px;
  background: url(/cms/smz/img/usr/common/arrow_circle_green.png) no-repeat center right;
  background-size: 20px auto;
}
.top_reason_list li a:hover {
  opacity: .7;
  text-decoration: none;
}
.top_reason_list li a:hover span {
  color: var(--ecbeing_color_green);
}
.top_reason_materials {
  width: 100%;
  max-width: 1020px;
  height: 260px;
  margin: auto;
  background: #fff url(/cms/smz/img/usr/top/reason_materials_thum.png) no-repeat center right;
  background-size: auto 260px;
  border-radius: 8px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, .12);
}
.top_reason_materials_inner {
  width: calc(100% - 360px - 80px);
  padding: 26px 40px 22px;
}
.top_reason_materials_inner h3 {
  font-size: 24px;
  font-weight: 500;
  color: var(--ecbeing_color_green);
  margin-bottom: 20px;
}
.top_reason_materials_inner p {
  font-size: 16px;
  font-weight: bold;
}
.top_reason_detail_txt {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 30px 0 10px;
}
a.top_reason_btn {
  justify-content: flex-start;
  width: 314px;
  height: 59px;
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
}
a.top_reason_btn i {
  right: 20px;
  font-size: 12px;
}
/* sp swiper */
.top_reason_slide_sp .swiper-pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  .top_reason {
    padding-bottom: 48px;
    overflow: hidden;
  }
  .top_reason::after {
    top: 150px;
    height: calc(100% - 150px - 48px);
  }
  .top_reason_inner {
    width: 100%;
    margin: auto;
    padding: 0 16px;
		box-sizing: border-box;
  }
  .top_reason_heading {
    display: block;
  }
  .top_reason_heading .top_common_heading {
    margin-bottom: 24px;
  }
  .top_reason_catch {
    font-size: 18px;
    line-height: 1.7;
  }
  .top_reason_catch_list {
    padding: 24px 0 32px;
  }
  .top_reason_catch_list li {
    margin-top: 8px;
    padding-left: 30px;
    font-size: 14px;
  }
  .top_reason_icon1 {
    background: url(/cms/smz/img/usr/common/icon_crown.png) no-repeat center left;
    background-size: 22px auto;
  }
  .top_reason_icon2 {
    background: url(/cms/smz/img/usr/common/icon_book.png) no-repeat center left;
    background-size: 22px auto;
  }
  .top_reason_icon3 {
    background: url(/cms/smz/img/usr/common/icon_dashboard.png) no-repeat center left;
    background-size: 22px auto;
  }
  .top_reason_list {
    justify-content: flex-start;
    margin: 40px auto 60px;
    margin-left: -10%;
  }
  .top_reason_list li {
    width: 80%;
    max-width: 80%;
    margin-right: 0;
  }
  .top_reason_list li:last-child {
    margin-right: 0;
  }
  .top_reason_materials {
    width: calc(100% + 32px);
    height: 100%;
    background: #fff url(/cms/smz/img/usr/top/reason_materials_thum.png) no-repeat top 40px right;
    background-size: 150px auto;
    border-radius: 0;
    margin-left: -16px;
  }
  .top_reason_materials_inner {
    width: calc(100% - 160px);
    padding: 12px 160px 0 8px;
  }
  .top_reason_materials_inner h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .top_reason_materials_inner p {
    font-size: 13px;
  }
  .top_reason_detail_txt {
    font-size: 13px;
    margin: 30px 0 15px;
    white-space: nowrap;
  }
  a.top_reason_btn {
    width: calc(100% + 160px + 8px);
    height: 43px;
    font-size: 13px;
    padding-left: 16px;
    margin-left: -8px;
    border-radius: 0;
  }
  a.top_reason_btn i {
    right: 40px;
    font-size: 13px;
  }
  /* sp swiper */
  .top_reason_slide_sp {
    position: relative;
  }
  .top_reason_slide_sp .swiper-pagination {
    display: block;
    bottom: unset;
    top: 0;
    left: 10px;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #9F9F9F;
    letter-spacing: 2px;
  }
  .top_reason_slide_sp .swiper-pagination-current {
    color: var(--ecbeing_color_green);
  }
  .top_reason_slide_sp .swiper-pagination-current::before, .top_reason_slide_sp .swiper-pagination-total::before {
    content: '0';
  }
}
/* 	製品ラインナップ
-------------------------------- */
.top_lineup {
  position: relative;
  padding-bottom: 65px;
}
.top_lineup::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: var(--ecbeing_color_green3);
  z-index: 1;
}
.top_lineup_inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 120px auto 0;
  padding: 0 20px;
		box-sizing: border-box;
  z-index: 2;
}
.top_lineup_heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
.top_lineup_txt {
  font-size: 16px;
  font-weight: 400;
}
.top_lineup_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
.top_lineup_tab {
  width: 100%;
  max-width: 300px
}
.top_lineup_tab li {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  color: #DDD;
  letter-spacing: 2px;
  white-space: nowrap;
  margin-bottom: 30px;
  border-bottom: 4px solid #DDD;
  cursor: pointer;
  transition: all 0.5s;
}
.top_lineup_tab li i {
  display: none;
}
.top_lineup_tab li.js-lineup-tab-active {
  color: unset;
}
.top_lineup_tab li.js-lineup-tab-active, .top_lineup_tab li:hover {
  color: unset;
  border-bottom: 4px solid var(--ecbeing_color_green4);
}
.top_lineup_tab li.js-lineup-tab-active::after {
  content: '';
  position: absolute;
  top: 70%;
  right: -40px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid var(--ecbeing_color_green4);
  border-right: 0;
}
.top_lineup_tab li.js-lineup-tab-active {
  pointer-events: none;
  cursor: default;
}
.top_lineup_tab li:last-child.js-lineup-tab-active {
  color: unset;
}
.top_lineup_tab li:last-child.js-lineup-tab-active, .top_lineup_tab li:hover:last-child {
  color: unset;
  border-bottom: 4px solid var(--ecbeing_color_blue);
}
.top_lineup_tab li:last-child.js-lineup-tab-active::after {
  border-left: 20px solid var(--ecbeing_color_blue);
}
.top_lineup_tab li:hover {
  opacity: .7;
}
.top_lineup_tab li span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0 8px;
}
.top_lineup_list {
  width: 100%;
  max-width: 785px;
  background: #fff;
  border: 1px solid #E7E7E7;
}
.top_lineup_list:not(.js-lineup-list-active) {
  display: none;
}
.top_lineup_list.top_lineup_bc {
  border-top: 8px solid var(--ecbeing_color_green4);
}
.top_lineup_list.top_lineup_bb {
  border-top: 8px solid var(--ecbeing_color_blue);
}
.top_lineup_box {
  display: flex;
  padding: 20px 35px 30px;
}
.top_lineup_box li {
  width: calc(50% - 40px - 1px);
  padding-right: 40px;
  border-right: 1px solid #E7E7E7;
}
.top_lineup_box li:last-child {
  padding-right: 0;
  padding-left: 40px;
  border-right: none;
}
.top_lineup_box li h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 12px;
}
.top_lineup_list.top_lineup_bc .top_lineup_box li h3 {
  color: var(--ecbeing_color_green4);
}
.top_lineup_list.top_lineup_bb .top_lineup_box li h3 {
  color: var(--ecbeing_color_blue);
}
.top_lineup_box li [class^="top_lineup_box_logo_"] {
  display: flex;
  height: 83px;
  margin-bottom: 20px;
}
.top_lineup_box_logo_ecbeing {
  background: var(--ecbeing_color_green5);
}
.top_lineup_box_logo_mercart {
  background: var(--mercart_color_blue2);
}
.top_lineup_box_logo_ecbeingbb {
  background: var(--ecbeing_bb_color_navyblue2);
}
.top_lineup_box_logo_ecworks {
  background: var(--ecworks_color_green2);
}
.top_lineup_box li [class^="top_lineup_box_logo_"] img {
  width: auto;
  height: 40px;
  margin: auto;
}
.top_lineup_box li p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 35px;
}
a.top_lineup_btn {
  justify-content: flex-start;
  width: 100%;
  max-width: 314px;
  height: 59px;
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
		box-sizing: border-box;
}
a.top_lineup_btn i {
  right: 20px;
  font-size: 12px;
}
.top_lineup_catch {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
}
.top_lineup_catch_sub {
  font-size: 18px;
  font-weight: 300;
}
.top_lineup_combi {
  display: flex;
  margin: 65px auto;
}
.top_lineup_combi > li {
  position: relative;
  width: calc((100% - 56px) / 3);
  max-width: 340px;
  margin-right: 56px;
  background: #fff;
  border: 1px solid #E7E7E7;
}
.top_lineup_combi > li:last-child {
  position: static;
  margin-right: 0;
}
.top_lineup_combi > li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(/cms/smz/img/usr/common/icon_plus_gray.png) no-repeat center left;
  background-size: 24px auto;
}
.top_lineup_combi > li:last-child::after {
  position: static;
  top: 0;
  right: 0;
  transform: unset;
  width: 0;
  height: 0;
  background: none;
  background-size: unset;
}
.top_lineup_combi > li h4 {
  display: table;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: -15px auto 0 16px;
  padding: 3px 10px;
  background: var(--ecbeing_color_green);
}
.top_lineup_combi_box {
  padding: 25px 16px;
}
.top_lineup_combi_txt {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.top_lineup_combi_marker {
  display: table;
  font-size: 16px;
  font-weight: 300;
  color: var(--ecbeing_color_green);
  padding: 7px 13px;
  background: var(--ecbeing_color_green3);
}
.top_lineup_combi_note {
  font-size: 10px;
  font-weight: 300;
  margin-top: 2px;
}
.top_lineup_combi_list {
  display: flex;
  flex-wrap: wrap;
}
.top_lineup_combi_list li {
  font-size: 14px;
  font-weight: 300;
  color: var(--ecbeing_color_green);
  line-height: 1.7;
  margin-right: 12px;
}
.top_lineup_combi_markerlist {
  display: flex;
  flex-wrap: wrap;
}
.top_lineup_combi_markerlist li {
  font-size: 14px;
  font-weight: 300;
  color: var(--ecbeing_color_green);
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 3px;
  background: var(--ecbeing_color_green3);
}
.top_lineup_catch2 {
  font-size: 24px;
  font-weight: 500;
  color: var(--ecbeing_color_green);
  text-align: center;
  margin-bottom: 18px;
}
.top_lineup_catch2_sub {
  font-size: 18px;
  font-weight: 300;
  color: var(--ecbeing_color_green);
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .top_lineup_row {
    display: block;
  }
  .top_lineup_tab {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 785px;
    margin: auto;
  }
  .top_lineup_tab li {
    position: static;
    font-size: 13px;
    white-space: normal;
    margin-left: 10px;
    margin-right: 10px;
  }
  .top_lineup_tab li.js-lineup-tab-active::after {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    transform: unset;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .top_lineup_tab li.js-lineup-tab-active i {
    display: none;
    position: absolute;
    bottom: -30px;
    left: 10px;
    font-size: 14px;
    color: var(--ecbeing_color_green4);
  }
  .top_lineup_tab li:last-child.js-lineup-tab-active i {
    color: var(--ecbeing_color_blue);
  }
  .top_lineup_tab li:last-child.js-lineup-tab-active::after {
    border-top: none;
    border-left: none;
  }
  .top_lineup_tab li span {
    font-size: 18px;
  }
  .top_lineup_list {
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top_lineup {
    position: relative;
    padding-bottom: 50px;
  }
  .top_lineup::after {
    height: 75%;
  }
  .top_lineup_inner {
    width: 100%;
    margin: 15px auto 0;
    padding: 0 16px;
		box-sizing: border-box;
  }
  .top_lineup_heading {
    display: block;
    margin-bottom: 32px;
  }
  .top_lineup_txt {
    font-size: 14px;
    margin-top: 20px;
  }
  .top_lineup_row {
    margin-bottom: 48px;
  }
  .top_lineup_tab {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .top_lineup_tab li {
    font-size: 14px;
    margin-bottom: 25px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .top_lineup_tab li span {
    font-size: 24px;
    margin: 2px 0 4px;
  }
  .top_lineup_tab li.js-lineup-tab-active i {
    bottom: -50px;
    left: 5px;
    font-size: 14px;
  }
  .sp_scroll:has(> .top_lineup_list) {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .top_lineup_list {
    width: 640px;
    max-width: 640px;
    border: none;
    margin: 15px 16px 0;
  }
  .top_lineup_box {
    display: flex;
    padding: 20px 21px 30px;
  }
  .top_lineup_box li {
    width: calc(50% - 21px - 1px);
    padding-right: 21px;
  }
  .top_lineup_box li:last-child {
    padding-left: 21px;
  }
  .top_lineup_box li h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .top_lineup_box li [class^="top_lineup_box_logo_"] {
    margin-bottom: 28px;
  }
  .top_lineup_box li p {
    font-size: 14px;
    margin-bottom: 60px;
  }
  a.top_lineup_btn {
    width: 100%;
    max-width: 100%;
    height: 48px;
    font-size: 14px;
    padding-left: 12px;
		box-sizing: border-box;
  }
  a.top_lineup_btn i {
    right: 12px;
    font-size: 14px;
  }
  .top_lineup_catch {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .top_lineup_catch_sub {
    font-size: 14px;
  }
  .top_lineup_combi {
    display: block;
    margin: 32px auto;
  }
  .top_lineup_combi > li {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 85px;
  }
  .top_lineup_combi > li:last-child {
    margin-bottom: 0;
  }
  .top_lineup_combi > li::after {
    top: unset;
    right: unset;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background: url(/cms/smz/img/usr/common/icon_plus_gray.png) no-repeat center center;
    background-size: 32px auto;
    bottom: -50px;
    left: 50%;
  }
  .top_lineup_combi > li:last-child::after {
    left: 0;
  }
  .top_lineup_combi > li h4 {
    margin: -15px auto 0 auto;
  }
  .top_lineup_combi_box {
    padding: 15px 10px;
    display: flex;
    align-items: center;
  }
  .top_lineup_combi_txt {
    font-size: 14px;
    margin-bottom: 0;
    width: calc(53% - 28px);
    margin-right: 28px;
  }
  .top_lineup_combi_txt + div {
    width: 47%;
  }
  .top_lineup_combi_marker {
    padding: 12px;
    text-align: center;
    width: calc(100% - 24px);
  }
  .top_lineup_combi_note {
    font-size: 8px;
  }
  .top_lineup_combi_list {
    display: block;
    flex-wrap: nowrap;
  }
  .top_lineup_combi_list li {
    font-size: 12px;
    margin-right: 0;
  }
  .top_lineup_combi_markerlist {
    display: block;
    flex-wrap: nowrap;
  }
  .top_lineup_combi_markerlist li {
    font-size: 12px;
    display: table;
    white-space: nowrap;
  }
  .top_lineup_catch2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .top_lineup_catch2_sub {
    font-size: 16px;
  }
}
/* 	導入企業
-------------------------------- */
.top_intro {
  position: relative;
  overflow: hidden;
  padding-bottom: 64px;
}
.top_intro::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc((100% - 1200px) / 2 + 1250px);
  height: 65%;
  background: var(--ecbeing_color_green3);
  z-index: 1;
}
.top_intro_inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 120px auto 0;
  padding: 0 20px;
		box-sizing: border-box;
  z-index: 2;
}
.top-case-slide {
  width: calc(100% + (100vw - 1090px) / 2);
  margin-top: 50px;
}
.top-case-slide .swiper-slide {
  width: 100%;
  max-width: 280px;
  background: #fff;
  border: 1px solid #E7E7E7;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}
.top-case-item {
  padding: 33px 18px 24px;
}
.top-case-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  margin: 0 0 16px;
  padding: 0 0 31px;
  text-align: center;
  border-bottom: 1px solid #E7E7E7;
}
.top-case-item-tag {
  display: flex;
}
.top-case-item-tag li {
  font-size: 10px;
  font-weight: 300;
  color: var(--ecbeing_color_green);
  margin-right: 5px;
  margin-bottom: 7px;
  padding: 0 6px;
  background: var(--ecbeing_color_green3);
}
.top-case-item-ttl {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 60px;
}
.top-case-item-link {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  background: url(/cms/smz/img/usr/common/arrow_circle_green.png) no-repeat center right;
  background-size: 20px auto;
}
.top-case-slide a:hover {
  opacity: .7;
  text-decoration: none;
}
.top-case-slide a:hover .top-case-item-link {
  color: var(--ecbeing_color_green);
}
.top-case-industry {
  margin-top: 50px;
}
.top-case-industry-ttl {
  font-size: 20px;
  font-weight: 500;
}
.top-case-industry-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 34px;
}
.top-case-industry-list li {
  font-size: 16px;
  font-weight: 300;
  margin-right: 18px;
  margin-bottom: 16px;
  background: #fff;
  transition: all 0.5s;
}
.top-case-industry-list li a {
  padding: 2px 10px;
  background: #fff;
}
.top-case-industry-list li a:hover {
  color: #fff;
  text-decoration: none;
  background: var(--ecbeing_color_green4);
}
a.top_intro_btn {
  justify-content: flex-start;
  width: 414px;
  height: 76px;
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
  border-radius: 0;
}
a.top_intro_btn i {
  right: 20px;
  font-size: 12px;
}
/* swiper reset */
.top_intro .swiper-wrapper {
  /*justify-content: flex-end;*/
}
.top_intro .swiper-button-next, .top_intro .swiper-button-prev {
  top: 45px;
}
.top_intro .swiper-button-next, .top_intro .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.top_intro .swiper-button-prev, .top_intro .swiper-rtl .swiper-button-next {
  left: unset;
  right: 28px;
}
.top_intro .swiper-button-next::after, .top_intro .swiper-rtl .swiper-button-prev::after, .top_intro .swiper-button-prev::after, .top_intro .swiper-rtl .swiper-button-next::after {
  content: '';
}
.top_intro .swiper-button-next::after, .top_intro .swiper-button-prev::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #9F9F9F8F;
  border-right: 4px solid #9F9F9F8F;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .14));
}
.top_intro .swiper-button-next:hover::after, .top_intro .swiper-button-prev:hover::after {
  border-top: 4px solid #9F9F9F;
  border-right: 4px solid #9F9F9F;
}
.top_intro .swiper-button-next::after {
  transform: rotate(45deg);
}
.top_intro .swiper-button-prev::after {
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .top_intro {
    padding-bottom: 60px;
  }
  .top_intro::after {
    width: 100%;
    height: 75%;
  }
  .top_intro_inner {
    width: 100%;
    margin: 64px auto 0;
    padding: 0 16px;
		box-sizing: border-box;
  }
  .top-case-slide {
    width: calc(100% - 10px);
    margin-top: 32px;
    margin-left: 10px;
  }
  .top-case-item-link {
    font-size: 14px;
  }
  .top-case-industry {
    margin-top: 28px;
  }
  .top-case-industry-ttl {
    font-size: 16px;
  }
  .top-case-industry-list {
    margin: 20px auto 34px;
  }
  .top-case-industry-list li {
    font-size: 14px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  a.top_intro_btn {
    width: 100%;
    height: 64px;
    font-size: 14px;
    padding-left: 12px;
 		box-sizing: border-box;
 }
  a.top_intro_btn i {
    right: 12px;
    font-size: 14px;
  }
  /* swiper reset */
  .top_intro .swiper-wrapper {
    /*justify-content: flex-end;*/
  }
  .top_intro .swiper-button-next, .top_intro .swiper-button-prev {
    top: 25px;
  }
  .top_intro .swiper-button-next, .top_intro .swiper-rtl .swiper-button-prev {
    right: 16px;
  }
  .top_intro .swiper-button-prev, .top_intro .swiper-rtl .swiper-button-next {
    right: 44px;
  }
  .top_intro .swiper-button-next::after, .top_intro .swiper-button-prev::after {
    width: 12px;
    height: 12px;
  }
}
/* 	お客様の声
-------------------------------- */
.top_voice {
  position: relative;
  overflow: hidden;
  padding-bottom: 64px;
}
.top_voice::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc((100% - 1200px) / 2 + 1250px);
  height: 55%;
  background: var(--ecbeing_color_green3);
  z-index: 1;
}
.top_voice_inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 120px auto 0;
  padding: 0 20px;
		box-sizing: border-box;
  z-index: 2;
}
.top-voice-slide {
  width: calc(100% + (100vw - 1090px) / 2);
  margin: 50px auto;
}
.top-voice-slide .swiper-slide {
  width: 100%;
  max-width: 348px;
  background: #fff;
  border: 1px solid #E7E7E7;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}
.top-voice-item-img {
  margin-bottom: 14px;
}
.top-voice-item-img img {
  width: 100%;
  height: auto;
}
.top-voice-item-ttl {
  font-size: 16px;
  font-weight: 500;
  margin: 0 10px 10px;
}
.top-voice-item-txt {
  font-size: 16px;
  font-weight: 300;
  margin: 0 10px 25px;
}
.top-voice-slide .top-voice-item a:hover {
  opacity: .7;
  color: var(--ecbeing_color_green);
  text-decoration: none;
}
a.top_voice_btn {
  justify-content: flex-start;
  width: 414px;
  height: 76px;
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
  border-radius: 0;
}
a.top_voice_btn i {
  right: 20px;
  font-size: 12px;
}
/* swiper reset */
.top_voice .swiper-wrapper {
  /*justify-content: flex-end;*/
}
.top_voice .swiper-button-next, .top_voice .swiper-button-prev {
  top: 45px;
}
.top_voice .swiper-button-next, .top_voice .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.top_voice .swiper-button-prev, .top_voice .swiper-rtl .swiper-button-next {
  left: unset;
  right: 28px;
}
.top_voice .swiper-button-next::after, .top_voice .swiper-rtl .swiper-button-prev::after, .top_voice .swiper-button-prev::after, .top_voice .swiper-rtl .swiper-button-next::after {
  content: '';
}
.top_voice .swiper-button-next::after, .top_voice .swiper-button-prev::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #9F9F9F8F;
  border-right: 4px solid #9F9F9F8F;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .14));
}
.top_voice .swiper-button-next:hover::after, .top_voice .swiper-button-prev:hover::after {
  border-top: 4px solid #9F9F9F;
  border-right: 4px solid #9F9F9F;
}
.top_voice .swiper-button-next::after {
  transform: rotate(45deg);
}
.top_voice .swiper-button-prev::after {
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .top_voice {
    position: relative;
    overflow: hidden;
    padding-bottom: 48px;
  }
  .top_voice::after {
    width: 100%;
    height: 65%;
  }
  .top_voice_inner {
    width: 100%;
    margin: 64px auto 0;
    padding: 0 16px;
 		box-sizing: border-box;
 }
  .top-voice-slide {
    width: 100%;
    margin: 32px auto 40px;
    margin-left: 10px;
		box-sizing: border-box;
  }
  .top-voice-slide .swiper-slide {
    max-width: 310px;
  }
  .top-voice-item-txt {
    font-size: 14px;
  }
  a.top_voice_btn {
    width: 100%;
    height: 64px;
    font-size: 14px;
    padding-left: 12px;
		box-sizing: border-box;
  }
  a.top_voice_btn i {
    right: 12px;
    font-size: 14px;
  }
  /* swiper reset */
  .top_voice .swiper-wrapper {
    /*justify-content: flex-end;*/
  }
  .top_voice .swiper-button-next, .top_voice .swiper-button-prev {
    top: 25px;
  }
  .top_voice .swiper-button-next, .top_voice .swiper-rtl .swiper-button-prev {
    right: 16px;
  }
  .top_voice .swiper-button-prev, .top_voice .swiper-rtl .swiper-button-next {
    right: 44px;
  }
  .top_voice .swiper-button-next::after, .top_voice .swiper-button-prev::after {
    width: 12px;
    height: 12px;
  }
}
/* 	その他コンテンツ
-------------------------------- */
.top_other {
  width: 100%;
  max-width: 1200px;
  margin: 120px auto;
  padding: 0 20px;
		box-sizing: border-box;
}
.top_other_row {
  display: flex;
}
.top_other_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.top_other_heading h2 {
  font-size: 24px;
  font-weight: 500;
}
.top_other_heading a {
  font-size: 14px;
  font-weight: 300;
  padding-right: 45px;
  background: url(/cms/smz/img/usr/common/arrow_circle_green.png) no-repeat center right;
  background-size: 20px auto;
}
.top_other_heading a:hover {
  opacity: .7;
  color: var(--ecbeing_color_green);
  text-decoration: none;
}
.top_other_seminar {
  width: 100%;
  max-width: 630px;
  margin-right: 70px;
}
.top_other_seminar_list li {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E7E7E7;
}
.top_other_seminar_list li a {
  display: flex;
}
.top_other_seminar_list li a:hover {
  opacity: .7;
  text-decoration: none;
}
.top_other_seminar_list li a:hover h3 {
  opacity: .7;
  color: var(--ecbeing_color_green);
  text-decoration: none;
}
.top_other_seminar_list li figure {
  width: 100%;
  max-width: 248px;
  margin-right: 16px;
  border: 1px solid #E7E7E7;
}
.top_other_seminar_list li figure img {
  width: 100%;
}
.top_other_seminar_txt .top_other_seminar_icon {
  margin-bottom: 20px;
}
.top_other_seminar_txt .top_other_seminar_icon span {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  margin-right: 4px;
  padding: 0 4px;
  border: 1px solid #E7E7E7;
}
.top_other_useful {
  width: 100%;
  max-width: 460px;
}
.top_other_useful_list {
  display: flex;
  flex-wrap: wrap;
}
.top_other_useful_list li {
  width: calc((100% - 18px) / 2);
  margin-right: 18px;
  margin-bottom: 20px;
}
.top_other_useful_list li:nth-child(2n) {
  margin-right: 0;
}
.top_other_useful_list li a:hover {
  opacity: .7;
  color: var(--ecbeing_color_green);
  text-decoration: none;
}
.top_other_useful_list li figure {
  margin-bottom: 8px;
}
.top_other_useful_list li figure img {
  width: 100%;
}
.top_other_useful_list li h3 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top_other {
    width: 100%;
    margin: 64px auto;
    padding: 0 16px;
		box-sizing: border-box;
  }
  .top_other_row {
    display: block;
  }
  .top_other_heading {
    margin-bottom: 28px;
  }
  .top_other_heading h2 {
    font-size: 18px;
  }
  .top_other_heading a {
    font-size: 14px;
    padding-right: 25px;
    background: url(/cms/smz/img/usr/common/arrow_circle_green.png) no-repeat center right;
    background-size: 16px auto;
  }
  .top_other_seminar {
    margin-right: 0;
  }
  .top_other_seminar_list {
    margin-bottom: 48px;
  }
  .top_other_seminar_list li a {
    align-items: flex-start;
  }
  .top_other_seminar_list li figure {
    width: calc(100% - 8px);
    max-width: 100%;
    margin-right: 8px;
  }
  .top_other_seminar_txt {
    width: 100%;
  }
  .top_other_seminar_txt .top_other_seminar_icon {
    margin-bottom: 10px;
  }
  .top_other_seminar_txt .top_other_seminar_icon span {
    margin-bottom: 4px;
  }
  .top_other_seminar_txt h3 {
    font-size: 14px;
  }
  .top_other_useful {
    max-width: 100%;
  }
  .top_other_useful_list li {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
/* 	お問い合わせ
-------------------------------- */
.top_inquiry {
  position: relative;
  padding-bottom: 65px;
}
.top_inquiry::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: var(--ecbeing_color_green3);
  z-index: 1;
}
.top_inquiry_inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 120px auto 0;
  padding: 0 20px;
		box-sizing: border-box;
  z-index: 2;
}
.top_inquiry h2 {
  font-size: 36px;
  font-weight: 500;
  color: var(--ecbeing_color_green);
  text-align: center;
  margin-bottom: 55px;
}
.top_inquiry_row {
  display: flex;
}
.top_inquiry h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  height: 48px;
  background: var(--ecbeing_color_green);
}
.top_inquiry_txt {
  padding: 30px 30px 15px;
}
.top_inquiry_txt p {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
a.top_inquiry_btn {
  width: 100%;
  max-width: 414px;
  height: 68px;
  font-weight: 600;
  margin: 0 auto 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}
a.top_inquiry_btn i {
  right: 20px;
  font-size: 12px;
}
.top_inquiry_materials {
  width: 100%;
  max-width: 475px;
  margin-right: 25px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .16);
}
.top_inquiry_materials img {
  width: 100%;
  height: auto;
}
.top_inquiry_materials_detail {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 30px auto 0;
  color: var(--ecbeing_color_green);
}
.top_inquiry_consultation {
  width: 100%;
  max-width: 660px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .16);
}
.top_inquiry_consultation img {
  width: 100%;
  height: auto;
}
.top_inquiry_consultation_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.top_inquiry_consultation_detail dt {
  font-size: 16px;
  font-weight: 500;
  margin-right: 16px;
  padding: 8px 16px 8px 0;
  border-right: 1px solid #707070;
}
.top_inquiry_consultation_detail dd {
  font-size: 12px;
  font-weight: 300;
}
.top_inquiry_consultation_detail dd a {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: var(--ecbeing_color_green);
  padding-left: 25px;
  background: url(/cms/smz/img/usr/common/icon_tel_green.png) no-repeat center left;
  background-size: 18px auto;
}
@media screen and (max-width: 768px) {
  .top_inquiry {
    position: relative;
    padding-bottom: 65px;
  }
  .top_inquiry::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background: var(--ecbeing_color_green3);
    z-index: 1;
  }
  .top_inquiry_inner {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 24px;
 		box-sizing: border-box;
 }
  .top_inquiry h2 {
    font-size: 18px;
    margin-bottom: 32px;
    line-height: 1.7;
  }
  .top_inquiry_row {
    display: block;
  }
  .top_inquiry h3 {
    font-size: 16px;
    height: 34px;
  }
  .top_inquiry_txt {
    padding: 20px 18px 15px;
  }
  .top_inquiry_txt p {
    font-size: 14px;
  }
  a.top_inquiry_btn {
    width: calc(100% - 42px);
    max-width: 100%;
    height: 47px;
    margin: 0 auto 20px;
  }
  a.top_inquiry_btn i {
    right: 12px;
  }
  .top_inquiry_materials {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
    overflow: hidden;
  }
  .top_inquiry_materials img {
    width: 110%;
    height: 95px;
    margin-left: -10%;
    object-fit: cover;
  }
  .top_inquiry_materials_detail {
    font-size: 14px;
    margin: 14px auto 0;
  }
  .top_inquiry_consultation {
    max-width: 100%;
    overflow: hidden;
  }
  .top_inquiry_consultation img {
    width: 102%;
    height: 95px;
    margin-left: -2%;
    object-fit: cover;
  }
  .top_inquiry_consultation_detail {
    margin-top: 20px;
  }
  .top_inquiry_consultation_detail dt {
    font-size: 14px;
    margin-right: 12px;
    padding: 11px 12px 11px 0;
  }
  .top_inquiry_consultation_detail dd {
    font-size: 10px;
  }
  .top_inquiry_consultation_detail dd a {
    font-size: 16px;
    padding-left: 18px;
    background: url(/cms/smz/img/usr/common/icon_tel_green.png) no-repeat center left;
    background-size: 12px auto;
  }
}