@charset "UTF-8";

@font-face {
  font-family: "M PLUS 2";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src:
  url("../fonts/MPLUS2-SemiBold.woff2")format("woff2"),
  url("../fonts/MPLUS2-SemiBold.woff")format("woff"),
  url("../fonts/MPLUS2-SemiBold.eot")format("eot"),
  url("../fonts/MPLUS2-SemiBold.ttf")format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 900;
  src:
  url("../fonts/NotoSansJP-Black.woff2")format("woff2"),
  url("../fonts/NotoSansJP-Black.woff")format("woff"),
  url("../fonts/NotoSansJP-Black.eot")format("eot"),
  url("../fonts/NotoSansJP-Black.ttf")format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 800;
  src:
  url("../fonts/NotoSansJP-ExtraBold.woff2")format("woff2"),
  url("../fonts/NotoSansJP-ExtraBold.woff")format("woff"),
  url("../fonts/NotoSansJP-ExtraBold.eot")format("eot"),
  url("../fonts/NotoSansJP-ExtraBold.ttf")format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src:
  url("../fonts/NotoSansJP-Bold.woff2")format("woff2"),
  url("../fonts/NotoSansJP-Bold.woff")format("woff"),
  url("../fonts/NotoSansJP-Bold.eot")format("eot"),
  url("../fonts/NotoSansJP-Bold.ttf")format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src:
  url("../fonts/NotoSansJP-SemiBold.woff2")format("woff2"),
  url("../fonts/NotoSansJP-SemiBold.woff")format("woff"),
  url("../fonts/NotoSansJP-SemiBold.eot")format("eot"),
  url("../fonts/NotoSansJP-SemiBold.ttf")format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src:
  url("../fonts/NotoSansJP-Medium.woff2")format("woff2"),
  url("../fonts/NotoSansJP-Medium.woff")format("woff"),
  url("../fonts/NotoSansJP-Medium.eot")format("eot"),
  url("../fonts/NotoSansJP-Medium.ttf")format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src:
  url("../fonts/NotoSansJP-Regular.woff2")format("woff2"),
  url("../fonts/NotoSansJP-Regular.woff")format("woff"),
  url("../fonts/NotoSansJP-Regular.eot")format("eot"),
  url("../fonts/NotoSansJP-Regular.ttf")format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src:
  url("../fonts/OpenSans-Bold.woff2")format("woff2"),
  url("../fonts/OpenSans-Bold.woff")format("woff"),
  url("../fonts/OpenSans-Bold.eot")format("eot"),
  url("../fonts/OpenSans-Bold.ttf")format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  font-style: normal;
  font-weight: 800;
  src:
  url("../fonts/OpenSans-ExtraBold.woff2")format("woff2"),
  url("../fonts/OpenSans-ExtraBold.woff")format("woff"),
  url("../fonts/OpenSans-ExtraBold.eot")format("eot"),
  url("../fonts/OpenSans-ExtraBold.ttf")format("truetype");
}

html{
  /* font-size: 62.5%; */
  /* 16px x 62.5% = 10px    10px x 設定サイズ(px) */
  background-color: #fff;
}

body{
  color: #333333;
  background-color: #fff;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
header,footer{
  letter-spacing: 0;
}
div,p{
  color: #333333;
}
section:not(#contact,#mv){
  margin-top: -100px;
  padding-top: 100px;
}
section p{
  line-height: 1.6;
}
h2{
  color: #15BA6B;
}
@media screen and (max-width:768px) {
  .main{
    overflow-x: hidden;
  }
  section:not(#contact,#mv){
    margin-top: -80px;
    padding-top: 80px;
  }
}

a,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  opacity: 1;
  /* color: inherit; */
}
img {
  max-width: 100%;
  height: auto;
}
button {
  transition: all 0.2s ease 0s;
}
button:hover {
  opacity: 0.8;
  transform: translateY(3px);
}
li {
  list-style-type: none;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
.bg-bottom-white{
  position: relative;
  z-index: 0;
  margin-top: -28%;
}
.bg-bottom-blue{
  position: relative;
  z-index: 0;
}
.gray_bg{
  background-color: #F6F6F6;
}

/*------------------------------------------------
*     utility
-------------------------------------------------*/


/* メディアクエリ */
@media screen and (max-width:576px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:992px) {}

/*PCのとき表示する*/
.disp_pc {
  display: inline;
}
.slick-slide img.disp_pc{
  display: inline!important;
}
@media screen and (max-width:768px) {
  .disp_pc {
      display: none;
  }
  .slick-slide img.disp_pc{
    display: none!important;
  }
}
/*TB以下のとき表示する*/
.disp_tb {
  display: none;
}
@media screen and (max-width:992px) {
  .disp_tb {
      display: inline;
  }
}
/*SP以下のとき表示する*/
.disp_sp {
  display: none;
}
.slick-slide img.disp_sp{
  display: none!important;
}
@media screen and (max-width:768px) {
  .disp_sp {
    display: inline;
  }
  .slick-slide img.disp_sp{
    display: inline!important;
  }
}
/*xlのとき改行する*/
.br_xl {
  display: block;
}
@media screen and (max-width: 1200px) {
  .br_xl {
    display: none;
  }
}
/*PCのとき改行する*/
.br_pc {
  display: block;
}
@media screen and (max-width:992px) {
  .br_pc {
    display: none;
  }
}
/*タブレットのとき改行する*/
.br_tb {
  display: none;
}
@media screen and (min-width:970px) {
  .br_tb {
    display: block;
  }
}
/*SPのとき改行する*/
.br_sp {
  display: none;
}
@media screen and (max-width:768px) {
  .br_sp {
    display: block;
  }
}
/*XSサイズのとき改行する*/
.br_xs {
  display: none;
}
@media screen and (max-width:576px) {
  .br_xs {
    display: block;
  }
}
/*XXSサイズのとき改行する*/
.br_xxs {
  display: none;
}
@media screen and (max-width:400px) {
  .br_xxs {
    display: block;
  }
}
/*w320px以下のとき改行する*/
.br_320 {
  display: none;
}
@media screen and (max-width:320px) {
  .br_320 {
    display: block;
  }
}
.block_tb{
  display: block;
}
@media screen and (max-width:880px) {
  .block_tb {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .block_tb {
    display: block;
  }
}
/*--------------------------------------------
*
*    ふわっと・ぱたっと表示各種
*
---------------------------------------------*/
/* flipLeft */
.flipLeft{
  animation-name: flipLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}
@keyframes flipLeftAnime{
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/*==================================================
アニメーション設定
===================================================*/
/* アニメーションの回数を決めるCSS*/
.count2{
	animation-iteration-count: 2;/*この数字を必要回数分に変更*/
}
.countinfinite{
	animation-iteration-count: infinite;/*無限ループ*/
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time00{
	animation-delay: 0s;
}
.delay-time01{
	animation-delay: 0.1s;
}
.delay-time02{
	animation-delay: 0.2s;
}
.delay-time03{
	animation-delay: 0.3s;
}
.delay-time04{
	animation-delay: 0.3s;
}
.delay-time05{
	animation-delay: 0.5s;
}
.delay-time06{
	animation-delay: 0.5s;
}
.delay-time07{
	animation-delay: 0.5s;
}
.delay-time08{
	animation-delay: 0.5s;
}
.delay-time09{
	animation-delay: 0.5s;
}
.delay-time10{
	animation-delay: 1s;
}
.delay-time15{
	animation-delay: 1.5s;
}

/*--------------------------------------------
*    scroll fadein ふわっと
*
*     親要素のclassに「fuwatto-wrap」
*     子要素のclassに「fuwatto1,fuwatto2,...」
----------------------------------------------*/
.fuwatto-wrap [class*='fuwatto'] {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 0.9s;
}
.fuwatto-wrap [class*='fuwatto'].f-act {
  opacity: 1;
  transform: translate(0, 0);
}
/*------------------------------------------------
*     common parts
-------------------------------------------------*/
/* セクションスペース */
/* section.main-section{
  padding-top: 100px!important;
  padding-bottom: 100px!important;
}
@media screen and (max-width:768px) {
  section.main-section{
    padding-top: 40px!important;
    padding-bottom: 40px!important;
  }
} */

/* セクションタイトル */
.scope3-ttl{
  text-align: center;
}
.scope3-ttl h2{
  font-size: 36px;
  color: #15BA6B;
  text-align: center;
  font-weight: 900;
  margin-bottom: 40px;
}
.scope3-ttl:not(.scope3-solve-ttl) h2 span{
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #15BA6B;
  display: inline-block;
  line-height: 1.6;
}
/* .scope3-ttl:not(.scope3-solve-ttl) h2{
  padding-bottom: 10px;
  border-bottom: 2px solid #15BA6B;
  display: inline-block;
} */

/* セクションディスクリプション */
.sec-description{
  text-align: center;
  padding-top: 24px;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width:768px) {
  .scope3-ttl h2{
    font-size: 28px;
  }
}
@media screen and (max-width:480px) {
  .scope3-ttl h2{
    font-size: 23px;
  }
}

/* ボタン */
.btn{
  width: 100%;
  border-radius: 100vh;
  text-align: center;
  transition: .8s;
  margin: auto;
  cursor: pointer;
}
.btn a{
  color: #fff;
  font-weight: 700;
  display: block;
  width: 100%;
}
.btn:hover{
  width: 85%;
}
.download-btn{
  background-color: #D33F49;
  border: 2px solid #D33F49;
}
.btn.download-btn:hover {
  background-color: #fff;
  border: 2px solid #D33F49;
}
.btn.download-btn:hover a{
  color: #D33F49;
}
.btn.contact-btn{
  background-color: #fff;
  border: 2px solid #D33F49;
}
.btn.contact-btn a{
  color: #D33F49;
}
.btn.contact-btn:hover {
  background-color: #D33F49;
}
.btn.contact-btn:hover a{
  color: #fff;
}
.btn a:hover{
  color: #fff;
}
/* .btn a:visited{
  color: #fff;
} */
#contact .btn.contact-btn:hover a{
  color: #fff;
}
@media screen and (max-width:768px){
  .btn.download-btn:hover{
    width: 100%;
    background-color: #D33F49;
  }
  .btn.download-btn:hover a{
    color: #fff;
  }
  .btn.contact-btn:hover{
    width: 100%;
    background-color: #fff;
  }
  .btn.contact-btn:hover a{
    color: #D33F49;
  }
}

/*--------------------------------------------
*    scroll fadein ふわっと
*
*     親要素のclassに「fuwatto-wrap」
*     子要素のclassに「fuwatto1,fuwatto2,...」
----------------------------------------------*/
.fuwatto-wrap [class*='fuwatto'] {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 0.9s;
}
.fuwatto-wrap [class*='fuwatto'].f-act {
  opacity: 1;
  transform: translate(0, 0);
}

/*------------------------------------------------
*     MV
-------------------------------------------------*/
.mv-banner{
  max-width: 420px;
  margin: 30px auto 0;
}
#mv{
  font-family: "Noto Sans JP", sans-serif;
  /* height: 100%; */
  /* padding: 83px 0; */
  background-image: url(../img/scope3/scope3-mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}
#mv::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(38, 82, 61, 0.20);
  z-index: 0;
}
.scope3-MV{
  position: relative;
  z-index: 1;
  padding: 83px 0;
}
.scope3-MV-item{
  margin: auto;
  z-index: 2;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1245px;
  box-sizing: content-box;
  gap: 20px;
}
.scope3-MV-ttl{
  max-width: 700px;
}
/* scope3-mv */
.scope3-MV-description-wrap{
  color: #fff;
}
.scope3-MV-ttl h1{
  font-size: 42px;
  font-weight: 800;
  margin-top:8px;
  color: #fff;
  line-height: 160%;
  letter-spacing: 0.02em;
}
.scope3-MV-ttl .font-s{
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  line-height: 160%;
  letter-spacing: 0.02em;
}
.scope3-MV-ttl .font-m{
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  line-height: 160%;
  letter-spacing: 0.02em;
}
@media screen and (max-width:960px){
  .scope3-MV{
    padding: 34px 0 68px;
  }
  #mv{
    background-image: url(../img/scope3/scope3-mv_sp.jpg);
  }
  .scope3-MV-ttl{
    max-width: 100%;
  }
}

/*  */
.scope3-MV-btn_wrap{
  display: flex;
  gap: 8px;
  justify-content: space-between;
  /* padding: 16px; */
  align-items: end;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.MV-right{
  flex-basis: 42%;
}
.scope3-MV-btn_item{
  flex-basis: 50%;
}
.scope3-MV-btn_item .btn{
  /* max-width: 240px; */
  width: 100%;
  margin: auto;
}
.scope3-MV-btn_item .btn a{
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.03em;
  padding: 20px 0;
  line-height: 1;
}
.scope3-MV-btn_item p{
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  position: relative;
  width: fit-content;
  margin-bottom: 9px;
  line-height: 1.2;
}
.scope3-MV-btn_item p::before,
.scope3-MV-btn_item p::after{
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #fff;
  width: 1px;
  height: 16px;
  bottom: 0;
}
.scope3-MV-btn_item p::before{
  transform: rotate(-24deg);
  left: -8px;
}
.scope3-MV-btn_item p::after{
  transform: rotate(24deg);
  right: -8px;
}
.scope3-MV-link {
  position: absolute;
  bottom: 20px;
  right: 10%;
}
.scope3-MV-link p{
  font-size: 26px;
  color: #fff;
  font-weight: 800;
  position: relative;
}
.arrow {
  position: absolute;
  display: inline-block;
  width: 150%;
  height: 4px;
  margin-top: 29px;
  border-radius: 9999px;
  background-color: #ffffff;
  bottom: -10px;
  left: -20px;
}
.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 30px;
  height: 4px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}

@media screen and (max-width:1280px) {
  .MV-right{
    flex-basis: 48%;
  }
  .scope3-MV-ttl span{
    font-size: 34px;
  }
  .scope3-MV-ttl h1{
    font-size: 45px;
  }
  .scope3-MV-description{
    font-size: 20px;
  }
}
@media screen and (max-width:1100px) {
  .scope3-MV-item{
    margin: 0;
    padding: 0 32px;
  }
  .scope3-MV-btn_item:first-of-type:before{
    width: 180px;
    height: 200px;
    bottom: 0;
    top: inherit;
    left: -50px;
  }
  /* .scope3-MV-description{
    max-width: 80%;
  } */
  .scope3-MV-btn_wrap{
    flex-direction: column;
    gap: 20px;
  }
  .scope3-MV-btn_item .btn{
    max-width: 100%;
  }
  .scope3-MV-btn_item{
    width: 100%;
    max-width: 484px;
    margin: 0 auto 0 0;
  }
  .scope3-MV-btn_item:first-of-type .btn-item-txt{
    justify-content: center;
  }
  .scope3-MV-ttl h1{
    font-size: 42px;
  }
  .scope3-MV-ttl .font-m{
    font-size: 24px;
  }
  .scope3-MV-ttl .font-s{
    font-size: 28px;
  }
}
@media screen and (max-width:1000px) {
  .scope3-MV-ttl h1{
    font-size: 38px;
  }
}
@media screen and (max-width:960px) {

  .scope3-MV-item{
    width: 100%;
    margin: auto;
    flex-direction: column;
    padding: 0 35px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .scope3-MV-ttl span{
    font-size: 34px;
  }
  .scope3-MV-ttl h1{
    text-align: center;
    font-size: 56px;
  }
  .scope3-MV-ttl p.scope3-MV-description{
    font-size: 24px;
    line-height: 2;
    text-align: center;
  }
  .scope3-MV-description-wrap{
    text-align: center;
    width: 100%;
  }
  .scope3-MV-btn_wrap{
    flex-direction: column;
    gap: 16px;
    padding: 20px 16px;
    margin: auto;
    flex-basis: 100%;
    width: 100%;
  }
  .scope3-MV-btn_item p{
    font-size: 18px;
  }
  .scope3-MV-btn_item{
    flex-basis: 100%;
    width: 100%;
    max-width: 480px;
    margin: auto;
  }
  .scope3-MV-btn_item:first-of-type .btn-item-txt{
    /* margin-right: -80px; */
    justify-content: center;
    width: 100%;
  }
  .scope3-MV-btn_item .btn{
    max-width: 100%;
  }
  .scope3-MV-btn_item:first-of-type:before{
    left: -9%;
    bottom: -40px;
    width: 32%;
  }
  /* .scope3-MV-btn_item .btn a{
    padding: 12px 0;
  } */
  .scope3-MV-link{
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
  .scope3-MV-link p{
    font-size: 16px;
  }
  .scope3-MV-link::after{
    width: 100%;
  }
  .arrow{
    width: 170px;
    height: 2px;
  }
  .arrow::before{
    height: 2px;
    width: 16px;
  }
}
@media screen and (max-width:820px) {
  .scope3-MV-ttl h1{
    text-align: center;
    font-size: 50px;
  }
}
@media screen and (max-width:768px) {
  .scope3-MV-ttl h1{
    font-size: 37px;
  }
  .scope3-MV-ttl span{
    font-size: 26px;
  }
  .scope3-MV-btn_item p{
    font-size: 14px;
  }
}
@media screen and (max-width:580px) {
  .scope3-MV-ttl .font-s{
    font-size: 20px;
  }
  .scope3-MV-ttl h1{
    font-size: 22px;
  }
  .scope3-MV-ttl .font-m{
    font-size: 14px;
    padding-top: 12px;
  }
  .scope3-MV-btn_item:first-of-type:before{
    top: -120%;
    width: 150px;
    height: 150px;
  }
  .scope3-MV-ttl p.scope3-MV-description{
    font-size: 16px;
  }
  .scope3-MV-btn_item .btn a{
    padding: 12px 0;
  }
}
@media screen and (max-width:390px) {
  .scope3-MV-ttl h1{
    font-size: 21px;
  }
}

/* MV-nav */
.MV-nav-wrap{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 3;
}
.MV-nav{
  background-color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.04em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.MV-nav-item-ttl{
  background-color: #15BA6B;
  padding: 26px 16px;
  letter-spacing: 0.04em;
}
.MV-nav-item-ttl p{
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
.MV-nav-item{
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid #15BA6B;
  padding: 0 53px 0 16px;
  height: 100%;
  position: relative;
}
.MV-nav-item a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.MV-nav-item:hover{
  opacity: 0.7;
}
.MV-nav-item::after{
  content: "";
  background-image: url(../img/mv-nav-arrow_gr.svg);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 14px;
  position: absolute;
}
.MV-nav-item-img{
  width: 40px;
}
.MV-nav-item-txt p{
  color: #15BA6B;
  font-size: 22px;
  font-weight: 800;
  line-height: 150%;
}
.MV-nav-item-txt p.MV-nav-item-subtxt{
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width:960px) {
  .MV-nav-wrap{
    position: static;
    margin: 60px 0 0;
    z-index: 0;
    width: 100%;
  }
  .MV-nav-item-ttl{
    font-size: 16px;
    padding: 16px;
  }
  .MV-nav-item{
    padding: 16px 53px 16px 16px;
  }
  .MV-nav-item-txt p{
    font-size: 18px;
  }
  .MV-nav-item-txt p.MV-nav-item-subtxt{
    font-size: 14px;
  }
  .MV-nav-item-img{
    width: 26px;
  }
  .MV-nav-item::after{
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width:430px) {
  .MV-nav-item-ttl p{
    font-size: 16px;
  }
  .MV-nav-item-txt p{
    font-size: 16px;
  }
  .MV-nav-item-txt p.MV-nav-item-subtxt{
    font-size: 12px;
  }
  .MV-nav-item{
    padding: 14px 30px 14px 14px;
  }
}

.DX-solution-link__wrap{
  width: 100%;
  z-index: 9999;
  position: relative;
  box-shadow: 0px 4px 5px rgba(115, 115, 115, 0.1);
}
/* .DX-solution-link__wrap.fixed .DX-solution-link{
  height: 48px;
} */
.DX-solution-link__inner{
  background-color: #fff;
  display: flex;
  justify-content: end;
  align-items: center;
}
.DX-solution-link{
  display: flex;
  /* margin: auto; */
  align-items: center;
  height: 74px;
  justify-content: center;
  z-index: 1;
  position: relative;
  width: 100%;
  justify-content: space-between;
  /* gap: 40px; */
  /* max-width: 1200px; */
}
.DX-solution-link__inner li{
  position: relative;
  z-index: 1;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  min-width: fit-content;
  width: 100%;
}
.DX-solution-link__inner li a{
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  color: #292F36;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 28px;
  justify-content: center;
}
.DX-solution-link__inner li a::before{
  transition: .2s;
}
.DX-solution-link__inner li:hover{
  background-color: #15BA6B;
}
.DX-solution-link__inner li:hover a{
  color: #fff;
}
.DX-solution-link__child li a::after{
  content: "";
  background-image: url(../img/menu_arrow_white.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%)rotate(-90deg);
  width: 40px;
  height: 40px;
  background-size: auto;
  background-position: center;
}
.zdo_drawer_nav_child_icon{
  display: none;
}
.DX-solution-link__inner li a{
  position: relative;
}
.DX-solution-link__inner li.DX-solution-link__parent::after{
  content: "";
  background-image: url(../img/menu_arrow.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 6px;
  position: absolute;
  right: 14px;
}
.DX-solution-link__inner li.DX-solution-link__parent:hover::after{
  background-image: url(../img/menu_arrow_white.svg);
  transform: rotate(180deg);
}
.DX-solution-link__parent__inner{
  position: relative;
  height: 100%;
}
.DX-solution-link__child__wrap{
  position: absolute;
  width: 100%;
  top: 100%;
  box-sizing: content-box;
  display: none;
  left: 0;
}
.DX-solution-link__child{
  background-color: #15BA6B;
  border-top: 1px solid #fff;
}
.DX-solution-link__child__wrap.show{
  display: block;
  width: 100%;
  min-width: 160px;
}
.DX-solution-link__child li{
  position: relative;
  height: auto;
}
.DX-solution-link__inner .DX-solution-link__child li a{
  padding: 15px 24px;
  display: block;
  text-align: left;
  color: #fff;
  line-height: 1;
}
.DX-solution-link__inner .DX-solution-link__child li::after,
.DX-solution-link__inner .DX-solution-link__child li:first-of-type a::before{
  display: none;
}
.DX-solution-link__parent.show .zdo_drawer_nav_child_icon{
  transform: translateY(-50%)rotate(180deg);
}
.DX-solution-link__btn{
  display: none;
}
.DX-solution-link__contact{
  display: flex;
}
.DX-solution-link__contact img{
  margin-bottom: 4px;
  margin: 0 auto;
}
.DX-solution__contact-btn{
  background-color: rgba(211, 63, 73, 0.7);
  width: 168px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: block;
  /* height: 100%;
  display: inline-grid; */
  align-items: center;
  /* width: 100%; */
  padding: 10px 0;
  font-family: "Noto Sans JP", sans-serif;
  max-height: 74px;
}
/* .DX-solution__contact-btn a{
  font-family: "Noto Sans JP", sans-serif;
} */
.DX-solution__dl-btn{
  background-color: #D33F49;
  width: 168px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: block;
  /* height: 100%; */
  display: block;
  align-items: center;
  /* width: 100%; */
  padding: 10px 0;
  font-family: "Noto Sans JP", sans-serif;
  max-height: 74px;
}
.DX-solution__contact-btn,
.DX-solution__dl-btn{
  position: relative;
}
.DX-solution__contact-btn a,
.DX-solution__dl-btn a{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.DX-solution__contact-btn:hover,
.DX-solution__dl-btn:hover{
  opacity: 0.8;
}
@media screen and (max-width:1250px) {
  .DX-solution-link li a{
    padding: 14px;
    font-size: 13px;
  }
  .DX-solution-link__inner li.DX-solution-link__parent::after{
    right: 5px;
  }
}
@media screen and (max-width:1100px) {
  .DX-solution-link__inner li.DX-solution-link__parent::after{
    right: 0;
  }
}
@media screen and (max-width:970px) {
  .DX-solution-link__inner li .DX-solution-link__parent__inner a::after{
    display: none;
  }
  .zdo_drawer_nav_child_icon{
    display: block;
    background-image: url(../img/menu_arrow_white.svg);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 6px;
    top: 50%;  
    width: 40px;
    height: 40px;
    background-size: inherit;
    background-position: center;
  }
  #DX-solution h2{
    font-size: 20px;
    line-height: 1.5;
  }
  #DX-solution h2 span::after{
    height: 10px;
    bottom: 2px;
  }
  .dx-solution__desc{
    text-align: left;
  }
  .DX-solution-link{
    flex-direction: column;
    height: 100%;
  }
  .DX-solution-link li a{
    font-size: 14px;
  }
  .DX-solution-link li:first-of-type a::before{
    display: none;
  }
  .DX-solution-link__wrap{
    transform: translateX(-100%);
    transition: .4s;
    z-index: 10000;
    position: relative;
    position: fixed;
    top: 11%;
    left: 0;
    width: 60%;
    display: block;
    z-index: 2;
    /* opacity: 0; */
  }
  .DX-solution-link__wrap.fade-in{
    opacity: 1;
  }
  .DX-solution-link__wrap.open{
    transform: translateX(0);
  }
  .DX-solution-link__inner{
    height: 100%;
    /* background-color: #15BA6B; */
    flex-direction: column;
  }
  .DX-solution-link{
    background-color: #15BA6B;
  }
  .DX-solution-link__inner li{
    width: 100%;
    height: fit-content;
    display: block;
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  .DX-solution-link__inner li a{
    text-align: left;
    justify-content: flex-start;
    color: #fff;
  }
  .DX-solution-link .DX-solution-link__child li a{
    text-align: left;
    padding: 10px 30px;
    line-height: 2.0;
  }
  .DX-solution-link__child__wrap{
    position: static;
    width: 100%;
  }
  .DX-solution-link__child__wrap.show{
    width: 100%;
    display: block;
  }
  .zdo_drawer_nav_child_icon.show{
    transform: translateY(-50%)rotate(180deg);
  }
  .DX-solution-link__btn{
    font-family: 'M PLUS 2', sans-serif;
    letter-spacing: 0.2em;
    cursor: pointer;
    position: fixed;
    right: -66px;
    background-color: #15BA6B;
    transform: rotate(-90deg);
    color: #fff;
    padding: 8px 12px;
    font-size: 10px;
    font-weight: bold;
    top: 50px;
    width: 100px;
    min-height: 30px;
    max-height: 30px;
    text-align: center;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    z-index: 30;
    justify-content: center;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .DX-solution-link__inner li.DX-solution-link__parent:hover::after{
    background-image: inherit;
    transform: inherit;
  }
  .zdo_drawer_nav_child_icon{
    position: absolute;
    background-image: url(../img/menu_arrow_white.svg);
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    width: 40px;
    height: 40px;
    background-size: inherit;
    background-position: center;
  }
  .DX-solution-link__contact{
    flex-direction: column;
    width: 100%;
  }
  .DX-solution__contact-btn,
  .DX-solution__dl-btn{
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10px;
  }
  .DX-solution__contact-btn,
  .DX-solution__dl-btn{
    width: 100%;
  }
  .DX-solution-link__contact img {
    margin: 0 10px 0 0;
  }
}

/*------------------------------------------------
*     レイアウト
-------------------------------------------------*/

.main-layout{
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.side-menu{
  width: 17.5%;
}
@media screen and (max-width:768px) {
  .main-layout{
    max-width: 100%;
  }
  .main-content{
    width: 100%;
    margin: auto;
  }
}

/*------------------------------------------------
*     about
-------------------------------------------------*/

.about-section-inner{
  padding: 80px 20px;
}
#about .scope3-content-wrap{
  max-width: 1000px;
  margin: auto;
}
#about .scope3-description{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
}
#about .scope3-description span{
  font-size: 22px;
  font-weight: 900;
  color: #15BA6B;
}
.scope3-about-img{
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width:970px) {
  .about-section-inner{
    padding: 60px 35px;
  }
}
@media screen and (max-width:768px) {
  .scope3-description p{
    font-size: 15px;
    text-align: left;
  }
  #about .scope3-description span{
    display: inline-block;
    font-size: 18px;
    padding: 8px 0;
  }
}
/*------------------------------------------------
*     problem
-------------------------------------------------*/
.problem-section-inner{
  padding: 80px 20px;
  background-color: #F7F7F7;
}
#problem .scope3-content-wrap{
  max-width: 1000px;
  margin: auto;
}
#problem .scope3-ttl h2{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#problem .scope3-problem-description{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 50px;
}
.scope3-problem-list{
  display: flex;
  flex-wrap: wrap;
  max-width: 976px;
  margin: auto;
  gap: 28px;
}
.scope3-problem-item{
  padding: 40px 27px;
  background-color: #fff;
  max-width: 474px;
  width: 50%;
  border-radius: 30px;
}
.scope3-problem-txt-wrap{
  padding-top: 30px;
}
.scope3-problem-item-ttl{
  font-size: 24px;
  color: #15BA6B;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.scope3-problem-img{
  width: 140px;
  height: 140px;
  border: #15BA6B 3px solid;
  border-radius: 100vh;
  margin: auto;
}
.scope3-problem-img img{
  width: 80px;
  margin: auto;
  height: 100%;
}
@media screen and (max-width:1060px) {
  .scope3-problem-list{
    justify-content: center;
  }
  .scope3-problem-item{
    width: 48%;
  }
}
@media screen and (max-width:1000px) {
  .scope3-problem-item{
    max-width: 48%;
  }
}
@media screen and (max-width:970px) {
  .problem-section-inner{
    padding: 60px 35px;
  }
}
@media screen and (max-width:768px) {

  #problem .scope3-problem-description{
    margin-bottom: 30px;
  }
  .scope3-problem-description p{
    font-size: 15px;
    text-align: left;
  }
  .scope3-problem-item{
    max-width: 100%;
    width: 100%;
  }
  .scope3-problem-img{
    width: 100px;
    height: 100px;
  }
  .scope3-problem-img img{
    width: 50px;
  }
  .scope3-problem-item-ttl{
    font-size: 18px;
  }
  .scope3-problem-item-txt{
    font-size: 15px;
  }
}

/*------------------------------------------------
*     solve
-------------------------------------------------*/
.solve-section-inner{
  background-color: #ECF5EF;
  padding: 80px 20px;
}
#solve .scope3-content-wrap{
  max-width: 1000px;
  margin: auto;
}
.scope3-solve-ttl h2{
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.scope3-solve-ttl h2::before,
.scope3-solve-ttl h2::after{
  content: "";
  position: absolute;
  width: 38px;
  height: 4px;
  display: inline-block;
  background-color: #15BA6B;
}
.scope3-solve-ttl h2::before{
  left: -45px;
  top: 50%;
  transform: translateY(-50%)rotate(60deg);
}
.scope3-solve-ttl h2::after{
  right: -45px;
  top: 50%;
  transform: translateY(-50%)rotate(-60deg);
}
#solve .scope3-solve-description{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 50px;
}
.scope3-solve-list{
  display: flex;
  flex-wrap: wrap;
  max-width: 976px;
  margin: auto;
  gap: 28px;
}
.scope3-solve-item{
  padding: 40px 27px;
  background-color: #fff;
  max-width: 474px;
  width: 50%;
  border-radius: 30px;
  border: 3px solid #15BA6B;
}
.scope3-solve-txt-wrap{
  padding-top: 30px;
}
.scope3-solve-item-ttl{
  font-size: 24px;
  color: #15BA6B;
  font-weight: 800;
  margin-bottom: 16px;
  text-align: center;
}
.scope3-solve-img img{
  width: 80px;
  margin: auto;
  height: 100%;
}
@media screen and (max-width:1000px) {
  .scope3-solve-item{
    max-width: 48%;
  }
}
@media screen and (max-width:970px) {
  .solve-section-inner{
    padding: 40px 35px;
  }
}
@media screen and (max-width:768px) {
  .scope3-solve-item{
    max-width: 100%;
    width: 100%;
  }
}

/*------------------------------------------------
*     function
-------------------------------------------------*/
#function{
  
}
.function-section-inner{
  background-color: #F7F7F7;
  padding: 80px 20px;
}
#function .scope3-content-wrap{
  max-width: 1200px;
  margin: auto;
}
.scope3-function-item-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  gap: 13px;
}
.scope3-function-item{
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 20px;
  text-align: center;
  max-width: 290px;
  width: 25%;
}
.scope3-function-item-txt p{
  font-size: 20px;
  color: #15BA6B;
  font-weight: 800;
  padding-top: 15px;
}
.scope3-function-item-list{
  font-size: 18px;
  font-weight: 500;
}
.scope3-function-item-list span{
  display: block;
  padding-left: 16px;
}
.scope3-function-item-img{
  max-width: 240px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width:1000px) {
  .scope3-function-item-wrap{
    flex-wrap: wrap;
    justify-content: center;
  }
  .scope3-function-item{
    width: 48%;
    max-width: 100%;
  }
}
@media screen and (max-width:970px) {
  .function-section-inner{
    padding: 60px 35px;
  }
  .scope3-function-item-wrap{
    flex-wrap: wrap;
  }
  .scope3-function-item{
    width: 49%;
    max-width: 100%;
  }
  .scope3-function-item-img img{
    margin: auto;
  }
}
@media screen and (max-width:768px) {
  .scope3-function-item-wrap{
    flex-direction: column;
    gap: 30px;
  }
  .scope3-function-item{
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
  }
  .scope3-function-item-txt p{
    font-size: 18px;
  }
}

/*------------------------------------------------
*     effect
-------------------------------------------------*/
#effect{
  padding: 0 20px;
}
.effect-section-inner{
  padding: 80px 0;
}
.scope3-effect-item-wrap{
  max-width: 1127px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.scope3-effect-item{
  width: 31%;
  text-align: center;
}
.scope3-effect-img{
  background-color: #ECF5EF;
  padding: 22px 52px;
  border-radius: 30px;
  text-align: center;
}
.scope3-effect-txt{
  font-size: 18px;
  font-weight: 800;
  padding-top: 8px;
}
.scope3-effect-item:not(:nth-of-type(2)) .scope3-effect-number{
  font-size: 60px;
  color: #15BA6B;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  padding-right: 4px;
  line-height: 1;
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; */
}
.scope3-effect-item:nth-of-type(2) .scope3-effect-number{
  font-size: 50px;
  font-weight: 800;
  color: #15BA6B;
  padding: 0 4px;
  line-height: 1;
}
.scope3-effect-item:nth-of-type(2) .scope3-effect-percent{
  padding-right: 0;
}
.scope3-effect-percent{
  font-size: 22px;
  padding-right: 4px;
}
@media screen and (max-width:1160px) {
  .scope3-effect-item:not(:nth-of-type(2)) .scope3-effect-number{
    font-size: 56px;
  }
  .scope3-effect-item:nth-of-type(2) .scope3-effect-number{
    font-size: 42px;
  }
}
@media screen and (max-width:1080px) {
  .scope3-effect-item-wrap{
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .scope3-effect-item{
    width: 48%;
  }
}

@media screen and (max-width:970px) {
  #effect{
    padding: 0 35px;
  }
  .effect-section-inner{
    padding: 60px 0;
  }
}
@media screen and (max-width:768px) {
  .scope3-effect-item-wrap{
    flex-direction: column;
    gap: 30px;
  }
  .scope3-effect-item{
    width: 100%;
  }
  .scope3-effect-img{
    border-radius: 20px;
  }
  .scope3-effect-img img{
    max-width: 240px;
    width: 100%;
    margin: auto;
  }
  .scope3-effect-item:not(:nth-of-type(2)) .scope3-effect-number{
    font-size: 50px;
  }
  .scope3-effect-item:nth-of-type(2) .scope3-effect-number{
    font-size: 38px;
  }
  .scope3-effect-percent{
    font-size: 18px;
  }
  .scope3-effect-txt{
    font-size: 16px;
  }
}
/*------------------------------------------------
*     faq
-------------------------------------------------*/
#faq{
}
.faq-section-inner{
  background-color: #ECF5EF;
  padding: 80px 20px;
}
#faq .scope3-content-wrap{
  max-width: 1000px;
  margin: auto;
  padding: 64px 68px;
  background-color: #fff;
  border-radius: 30px;
}  
.scope3-faq-item{
  margin-bottom: 32px;
}
.scope3-faq-item:last-of-type{
  margin-bottom: 0;
}
.scope3-faq-item dt{
  padding-bottom: 16px;
  display: inline-flex;
  border-bottom: 2px dashed #BCCBC1;
  width: 100%;
  align-items: center;
}
.scope3-faq-item dd{
  padding-top: 16px;
  display: inline-flex;
  width: 100%;
  align-items: center;
}
.scope3-faq-item dt span,
.scope3-faq-item dd span{
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}
.scope3-faq-item dt span{
  color: #15BA6B;
}
.scope3-faq-item dd span{
  color: #D33F49;
}
.scope3-faq-item p{
  padding-left: 14px;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width:970px) {
  .faq-section-inner{
    padding: 60px 35px;
  }
    #faq .scope3-content-wrap{
    padding: 48px 24px;
  }
}
@media screen and (max-width:768px) {
  #faq .scope3-content-wrap{
    border-radius: 20px;
  }
  .scope3-faq-item p{
    font-size: 15px;
  }
}

/*------------------------------------------------
*     contact
-------------------------------------------------*/
#contact{
  position: relative;
  background-color: transparent;
  background-image: url(../img/scope3/contact-bg.png);
  padding: 46px 0;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#contact::after{
  content: "";
  background-color: rgba(38, 82, 61, 0.62);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#contact .scope3-content-wrap{
  position: relative;
  z-index: 1;
}
section#contact .ttl{
  text-align: center;
  display: block;
}
section#contact .scope3-ttl h2{
  color: #fff;
  font-weight: 700;
}
section#contact .ttl_en{
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section#contact .ttl_en::after{
  display: none;
}
.contact-description{
  text-align: center;
  padding-top: 17px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
#contact .contact-item{
  max-width: 90%;
  margin: auto;
}
.contact-item .btn-wrap{
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: auto;
  max-width: 804px;
}
.contact-item .btn-wrap .btn-item{
  flex-basis: 50%;
}
.contact-item .btn{
  border: 2px solid #D33F49;
}
.contact-item .btn a{
  padding: 16px 0;
  width: 100%;
  display: block;
}
.contact-item .btn{
  background-color: #fff;
  color: #D33F49;
}
.btn-wrap{
  flex-basis: 50%;
  max-width: 360px;
}
.btn-item .download-btn{
  position: relative;
  border: none;
  color: #fff;
  background-color: #D33F49;
}
.btn-item p{
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  position: relative;
  width: fit-content;
  margin-bottom: 9px;
}
.btn-item p::before,
.btn-item p::after{
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #fff;
  width: 1px;
  height: 16px;
  bottom: 0;
}
.contact-item .btn-item p::before,
.contact-item .btn-item p::after{
  background-color: #fff;
}
.btn-item p::before{
  transform: rotate(-24deg);
  left: -8px;
}
.btn-item p::after{
  transform: rotate(24deg);
  right: -8px;
}
.btn-item-txt{
  display: flex;
  justify-content: center;
  color: #fff;
}
.contact-item .btn.download-btn:hover {
  background-color: #fff;
}
.contact-item .btn.contact-btn:hover {
  background-color: #D33F49;
}
.contact-item .btn.contact-btn:hover a{
  color: #fff;
}
.contact-img{
  max-width: 312px;
  flex-basis: 50%;
  width: 100%;
}

@media screen and (max-width:960px) {
  .btn-item .download-btn::before{
    width: 140px;
    height: 200px;
    left: -10%;
    top: -130%;
  }
}

@media screen and (max-width:768px) {
  #contact{
    padding-top: 60px;
    background-image: url(../img/scope3/contact-bg_sp.png);
  }
  .btn-wrap{
    flex-basis: 100%;
    max-width: 100%;
  }
  #contact .contact-item{
    display: block;
    max-width: 80%;
    margin: auto;
  }
  .contact-img{
    max-width: 100%;
  }
  .contact-description{
    margin-bottom: 24px;
  }
  .contact-item .btn-wrap{
    flex-direction: column;
    gap: 0;
  }
  .btn-item:first-of-type{
    margin-bottom: 24px;
  }
  .contact-item .btn.download-btn:hover{
    background-color: #D33F49;
    width: 100%;
    border: 0;
  }
  .contact-item .btn.download-btn:hover a{
    color: #fff;
  }
  .contact-item .btn.contact-btn:hover {
    background-color: #fff;
  }
  #contact .contact-item .btn.contact-btn:hover a{
    color: #D33F49;
  }
  .contact-item .btn{
    font-size: 14px;
  }
}

/* contact */
#contact .scope3-ttl{
  margin-bottom: 34px;
}
#contact .scope3-ttl h2{
  color: #fff;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 0;
}
#contact .contact-description{
  padding-top: 0;
  font-weight: 400;
}

@media screen and (max-width:768px) {
  section#contact .scope3-ttl h2{
    font-size: 26px;
  }
  #contact .scope3-ttl{
    margin-bottom: 16px;
  }
}