@charset "UTF-8";
/*----------------
  LP
----------------*/
.lp-hero__wrap {
  height: 702px;
  overflow: hidden;
  position: relative;
  background-color:#fff;
}

.pc-only{
  display:none; 
}

@media all and (min-width: 768px) {
  .lp-hero__wrap {
    height: 812px;
  }
  
  .pc-only{
   display:inline; 
  }  
}

h2{
  font-size:26px;
  font-weight: 700;
  text-align: center;
}

@media all and (min-width: 768px) {
  h2 {
    font-size:30px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}

@media all and (min-width: 768px) {
  .lp-hero__wrap {
    height: 750px;
  }
}

.lp-hero__item-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 812px;
}

@media all and (min-width: 768px) {
  .lp-hero__item-img {
    height: 750px;
  }
}

.lp-hero__main {
  background: rgba(0,0,0,0.3);
  /*
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.6)), color-stop(100%, rgba(34, 34, 34, 0.25)), to(rgba(39, 39, 39, 0.45)));
  background: -o-linear-gradient(top, rgba(39, 39, 39, 0.6) 0%, rgba(34, 34, 34, 0.25) 100%, rgba(39, 39, 39, 0.45) 100%);
  background: linear-gradient(180deg, rgba(39, 39, 39, 0.6) 0%, rgba(34, 34, 34, 0.25) 100%, rgba(39, 39, 39, 0.45) 100%);
  */
  padding-top: 80px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column; 
  -ms-flex-direction: column;
  flex-direction: column; 
  -webkit-justify-content: space-between; 
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media all and (min-width: 768px) {
  .lp-hero__main {
    -webkit-flex-direction: row; 
    -ms-flex-direction: row;
    flex-direction: row; 
    padding-top: 150px;
  }
}

@media all and (max-width: 767px) {
  .lp-hero__main-ltCont {
    position:absolute;
    z-index:10;
  }
  
  .lp-hero__main-rbCont{
    position:absolute;
    z-index:5;
    opacity:.3;
    top:10vh;
    margin-top:0px;
  }
  
}

.lp-hero__main-ltCont,
.lp-hero__main-rbCont{
  width:100%;
}

.lp-hero__main-rbCont{
  margin-top:30px;
}

/*
.lp-hero__main-ltCont{
  width:60%;
  bacground-color:rgba(255,255,255,0.3);
}
.lp-hero__main-rbCont{
  width:40%;
}

@media all and (min-width: 768px) {
.lp-hero__main-ltCont,
.lp-hero__main-rbCont{
  width:100%;
}
}
*/

.lp-hero__header {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-hero__body {
  margin-top: 40px;
  padding: 0 15px;
}

@media all and (min-width: 768px) {
  
  .lp-hero__body {
    margin-top: 25px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.lp-hero__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

@media all and (min-width: 768px) {
  .lp-hero__footer {
    z-index: 0;
  }
}

.lp-hero__category {
  background-color: #fff;
  -webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
          clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-inline: auto;
  padding: 6px 25px;
  position: relative;
}

@media all and (min-width: 768px) {
  .lp-hero__category {
    -webkit-clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 20px 100%, 0% 50%);
            clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 20px 100%, 0% 50%);
    font-size: 22px;
    padding: 8px 30px;
  }
}

.lp-hero__lead {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 10px;
  /*text-align: center;*/
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

/*  
@media all and (min-width: 768px) {
  .lp-hero__lead {
    font-size: 40px;
    letter-spacing: 0.02em;
  }
}
*/

.lp-hero__lead{
  font-size:24px;
}

.lp-hero__title {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  color:#fff;
  font-size:24px;
  text-shadow:0px 4px 4px rgba(0, 0, 0, 0.3);
}

@media all and (min-width: 768px) {
  .lp-hero__lead,
  .lp-hero__title{
    font-size:30px;
  }
}

/*
@media all and (min-width: 768px) {
  .lp-hero__title {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
*/


.lp-hero__title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.lp-hero__logo {
  /*-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));*/
  width: 180px;
}

@media all and (min-width: 768px) {
  .lp-hero__logo {
    width: 240px;
  }
}

.lp-hero__title-text {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media all and (min-width: 768px) {
  .lp-hero__title-text {
    font-size: 40px;
    line-height: 1.5;
  }
}

.lp-hero__footer-wrap {
  padding: 10px 37px 28px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (min-width: 768px) {
  .lp-hero__footer-wrap {
    margin-top: -11px;
    padding: 0 52px;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media all and (min-width: 1281px) {
  .lp-hero__footer-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 188px 0 0;
  }
}

.lp-hero__footer-wrap::before {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  content: '';
  -webkit-clip-path: polygon(0 0, 100% 27%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 27%, 100% 100%, 0% 100%);
  display: block;
  opacity: 0.8;
  background: #fff url(//6158193.fs1.hubspotusercontent-na1.net/hubfs/6158193/raw_assets/public/cyzen-2023-theme/images/common/bg-dots-black2.png) 50%/10px repeat;
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100vw;
  height: 189px;
}

@media all and (min-width: 768px) {
  .lp-hero__footer-wrap::before {
    -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
    height: 200px;
    width: 100%;
  }
}

.lp-hero__footer-picture {
  width: 300px;
}

@media all and (min-width: 768px) {
  .lp-hero__footer-picture {
    max-width: 990px;
    width: 100%;
  }
}

.lp-hero__footer-img {
  position: relative;
  width: 100%;
  z-index: 10;
}

.lp-hero__footer-text {
  font-size: 10px;
  text-align: center;
  position: absolute;
  bottom: 14px;
  left: 50%;
}

@media all and (max-width: 767px) {
  .lp-hero__footer-text {
    -webkit-transform: scale(0.8) translate(-62.6%, 50%);
        -ms-transform: scale(0.8) translate(-62.6%, 50%);
            transform: scale(0.8) translate(-62.6%, 50%);
    width: 140%;
  }
}

@media all and (min-width: 768px) {
  .lp-hero__footer-text {
    bottom: 23px;
    left: 314px;
  }
}

@media all and (min-width: 980px) {
  .lp-hero__footer-text {
    left: 32vw;
  }
}

@media all and (min-width: 1094px) {
  .lp-hero__footer-text {
    left: 351px;
  }
}

@media all and (min-width: 1281px) {
  .lp-hero__footer-text {
    left: calc(50% - 94px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}



/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/




/*start--problem--start*/

.lp-problem {
  background-color: #fff;
  background: #f6f6f6 url(//6158193.fs1.hubspotusercontent-na1.net/hubfs/6158193/raw_assets/public/cyzen-2023-theme/images/common/bg-dots-black2.png) 50%/10px repeat;
  /*
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 93%, 50% 100%, 0 93%);
          clip-path: polygon(0 0, 100% 0%, 100% 93%, 50% 100%, 0 93%);
  */
  padding: 80px 15px;
}

@media all and (min-width: 768px) {
  .lp-problem{
   /*
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 83%, 50% 100%, 0 83%);
            clip-path: polygon(0 0, 100% 0%, 100% 83%, 50% 100%, 0 83%);
   */
    padding: 100px 0;
  }
}

.lp-problem h3{
  font-size:26px;
  font-weight: 700;
  text-align: center;
  text-decoration:underline 3px #ffd700;
}

@media all and (min-width: 768px) {
.lp-problem h3 {
    font-size:30px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-decoration:none;
    border-bottom: 3px solid #ffd700; 
  }
}


/*
.lp-problem__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
*/

.lp-problem__title {
/*  font-weight: 700;
  text-align: center;*/
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;*/
}

@media all and (min-width: 768px) {
  .lp-problem__title {
/*    line-height: 1.6;
    letter-spacing: 0.02em;*/
 /*   -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; */
  }
}

/*
.lp-problem__title-red {
  color: #db4242;
  font-size: 36px;
}

@media all and (min-width: 768px) {
  .lp-problem__title-red {
    font-size: 40px;
  }
}
*/
/*
.lp-problem__card {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

@media all and (min-width: 768px) {
  .lp-problem__card {
    padding-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}

.lp-problem__item {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 15px rgba(55, 66, 78, 0.05);
          box-shadow: 0px 0px 15px rgba(55, 66, 78, 0.05);
  padding: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media all and (min-width: 768px) {
  .lp-problem__item {
    padding: 30px 15px;
    width: calc((100% - 80px) / 3);
  }
}
*/
/*
.lp-problem__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.lp-problem__number {
  color: #db4242;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

@media all and (min-width: 768px) {
  .lp-problem__number {
    font-size: 20px;
  }
}

.lp-problem__number::before, .lp-problem__number::after {
  background-color: #db4242;
  content: '';
  display: block;
  height: 1px;
  width: 15px;
  position: absolute;
  top: 50%;
}

.lp-problem__number::before {
  left: -15px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lp-problem__number::after {
  right: -15px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
*/
/*
.lp-problem__title-sub {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}

@media all and (min-width: 768px) {
  .lp-problem__title-sub {
    font-size: 24px;
    margin-top: 15px;
  }
}
*/
/*
.lp-problem__text {
  font-size: 16px;
  padding-top: 8px;
}

@media all and (min-width: 768px) {
  .lp-problem__text {
    padding-top: 10px;
  }
}

.lp-problem__illust {
  margin: auto auto 0;
  padding-top: 15px;
  width: 140px;
}

@media all and (min-width: 768px) {
  .lp-problem__illust {
    width: 160px;
  }
}
*/

.lp-problem_ul li{
  display:flex;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top:60px;
}

.lp-problem_ul li div{
  width:40px;
  /*margin-top:80px;*/
}

.lp-problem_ul li div svg{
  transform: rotate(90deg);
}

.lp-problem_ul li dl{
  box-sizing:border-box;
  width:92%;
  margin:4%;
  padding:4%;
  background-color:#fff;
}

.lp-problem_ul li dl dt{
  font-size:24px;
  font-weight:bold;
  color:#f00000;
}  

.lp-problem_ul li dl:nth-child(3) dt{
  color:#00ffaf;
} 


@media all and (min-width: 768px) {
 
  .lp-problem_ul li{
    flex-direction: row;
    margin-top:0px;
  }
  
  .lp-problem_ul li div svg{
    transform: rotate(0);
  }
  
  .lp-problem_ul li div{
    width:40px;
    /*margin-top:80px;*/
  }

  .lp-problem_ul li dl{
    box-sizing:border-box;
    width:36%;
    margin:4%;
    padding:4%;
    background-color:#fff;
  }

  .lp-problem_ul li dl dt{
    font-size:20px;
    font-weight:bold;
    color:#f00000;
  }  

  .lp-problem_ul li dl:nth-child(3) dt{
    color:#00ffaf;
  } 
  
}

.lp-problem_solution{
  text-align:center;
  padding-top:80px;
  padding-bottom:40px;
}

.lp-problem_solution h4{
  font-size:24px;
}

.lp-problem_solution p{
  font-size:16px;
  line-height:2;
  margin:32px auto 40px;
}

.lp-problem_solution__bottom li p{
  line-height:1.6;
  text-align:left;
}
  
.lp-problem_solution__bottom{
  display:flex;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.lp-problem_solution__bottom li{
  position:relative;
  box-sizing:border-box;
  width:100%;
  height:440px;
  padding:4%;
  margin-bottom:40px;
  background-color:#fff;
}
  
.lp-problem_solution__bottom li img{
  position:absolute;
  bottom:20px;
  width:80%;
  left:10%;
}

@media all and (min-width: 768px) {
  .lp-problem_solution{
    padding-top:40px;
    padding-bottom:160px;
  }
  
  .lp-problem_solution h4{
    font-size:18px;
  }
  
  .lp-problem_solution__bottom{
    flex-direction: row;
  }
  
  .lp-problem_solution__bottom li{
    width:30%;
    margin-bottom:0;
  }
  
}

/*end--problem--end*/
/*start--service--start*/

/*----------------
  cyzenは外で働く人（デスクレスワーカー）の作業を簡単にデータ化するスマホツールです | lp
----------------*/
/*
.top-service {
  background-color: #fff;
}

.top-service__wrap {
  padding: 60px 15px 120px;
}

@media all and (min-width: 768px) {
  .top-service__wrap {
    padding: 60px 10px 120px;
  }
}

.top-service__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-service__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (min-width: 768px) {
  .top-service__title {
    font-size: 34px;
    line-height: 1.6;
  }
}

.top-service__title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (min-width: 768px) {
  .top-service__title-row {
    display: block;
  }
}

.top-service__title-red {
  color: #db4242;
  font-size: 30px;
}

@media all and (min-width: 768px) {
  .top-service__title-red {
    font-size: 40px;
  }
}

.top-service__title-small {
  font-size: 20px;
}

@media all and (min-width: 768px) {
  .top-service__title-small {
    font-size: 30px;
  }
}
*/
/*----------------
  cyzenは外で働く人（デスクレスワーカー）の作業を簡単にデータ化するスマホツールです | lp
----------------*/

.lp-service {
  background-color: #fff;
}

.lp-service__wrap {
  padding: 80px 15px 40px;
}

@media all and (min-width: 768px) {
  .lp-service__wrap {
    padding: 80px 10px 80px;
  }
}

/*
.lp-service__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp-service__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (min-width: 768px) {
  .lp-service__title {
    font-size: 26px;
  }
}

.lp-service__title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (min-width: 768px) {
  .lp-service__title-row {
    display: block;
  }
}

.lp-service__title-red {
  color: #db4242;
  font-size: 30px;
}

@media all and (min-width: 768px) {
  .lp-service__title-red {
    font-size: 32px;
  }
}

.lp-service__title-small {
  font-size: 20px;
}

@media all and (min-width: 768px) {
  .lp-service__title-small {
    font-size: 26px;
  }
}
*/

.lp-service__main {
  background: #f6f6f6 url(//6158193.fs1.hubspotusercontent-na1.net/hubfs/6158193/raw_assets/public/cyzen-2023-theme/images/common/bg-dots-black2.png) 50%/10px repeat;
  -webkit-box-shadow: 0px 0px 15px rgba(55, 66, 78, 0.05);
          box-shadow: 0px 0px 15px rgba(55, 66, 78, 0.05);
  margin-top: 20px;
  padding: 40px 15px 45px;
}

@media all and (min-width: 768px) {
  .lp-service__main {
    margin-top: 45px;
    padding: 30px 40px 10px;
  }
}

@media all and (max-width: 767px) {
  .lp-service__box {
    margin-inline: auto;
    max-width: 345px;
    width: 100%;
  }
}

.lp-service__img {
  margin-top: 45px;
}

@media all and (min-width: 768px) {
  .lp-service__img {
    margin-top: 20px;
  }
}

/*
.lp-service .c-heading__logo {
  width: 180px;
}

@media all and (min-width: 768px) {
  .lp-service .c-heading__logo {
    width: 250px;
  }
}

.lp-service .c-heading__large {
  font-size: 36px;
}

@media all and (min-width: 768px) {
  .lp-service .c-heading__large {
    font-size: 44px;
  }
}

.lp-service .c-heading__large,
.lp-service .c-heading__title-medium {
  line-height: 1.7;
}

@media all and (min-width: 768px) {
  .lp-service .c-heading__large,
  .lp-service .c-heading__title-medium {
    line-height: 1.5;
  }
}
*/

.lp-service .c-heading{
  margin-bottom:40px;
}

.lp-service .c-heading p{
  text-align:center; 
  line-height:2;
  margin-top:24px;
}

.lp-service_construction{
  display:flex;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.lp-service_construction img{
  width:auto;
  flex-grow:7;
} 

.lp-service_construction img:nth-child(2){
  transform:rotate(90deg);
  width:40px;
  margin:auto;
}  

@media all and (min-width: 768px) {
  .lp-service_construction{
    flex-direction: row;
  }
  
  .lp-service_construction img:nth-child(2){
    transform:rotate(0);
    flex-grow:1;
    margin:32px;
  }
}

.lp-service_explain{
  text-align:center;
  margin:80px auto 0px;
}

.lp-service_explain h3{
  font-size:26px;
  font-weight: 700;
  text-align: center;
  text-decoration:underline 3px #ffd700;
}

@media all and (min-width: 768px) {
.lp-service_explain{
  margin:80px auto 40px;
}  
  
.lp-service_explain h3 {
    font-size:30px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-decoration:none;
    border-bottom: 3px solid #ffd700; 
  }
}

.lp-service_explain p{
  line-height:2;
  margin:40px auto;
}
  
.lp-service_explain-figure{
  display:flex;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top:90px;
}

@media all and (min-width: 768px) {
  .lp-service_explain-figure{
    flex-direction: row;
    margin-top:120px;
  }
}
  
.lp-service_explain-figure div{
  width:auto;
  flex-grow:1;
} 

.lp-service_explain-figure div:nth-child(2){
  flex-grow:1;
  margin:32px;
}   


/*end--service--end*/
/*start--service_app--start*/

.lp-service_app {
  background: #f9f8f5 url(//6158193.fs1.hubspotusercontent-na1.net/hubfs/6158193/raw_assets/public/cyzen-2023-theme/images/common/bg-dots-black2.png) 50%/10px repeat;
}

.lp-service_app__wrap {
  padding: 80px 15px 100px;
}

@media all and (min-width: 768px) {
  .lp-service_app__wrap {
    padding: 120px 0;
  }
}

/*
.lp-service_app__card {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.lp-service_app__item {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 15px rgba(55, 66, 78, 0.05);
          box-shadow: 0px 0px 15px rgba(55, 66, 78, 0.05);
  padding: 40px 15px 15px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (min-width: 768px) {
  .lp-service_app__item {
    padding: 40px;
  }
}

.lp-service_app__item-inner {
  width: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (min-width: 768px) {
  .lp-service_app__item-inner {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}

@media all and (min-width: 768px) {
  .--revers .lp-service_app__item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.lp-service_app__number {
  color: #db4242;
  font-weight: 700;
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (min-width: 768px) {
  .lp-service_app__number {
    font-size: 48px;
    left: -13px;
    top: -2px;
  }
}

.lp-service_app__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media all and (min-width: 768px) {
  .lp-service_app__title {
    font-size: 24px;
    text-align: left;
  }
}

.lp-service_app__title .--text-red {
  color: #db4242;
}

.lp-service_app__text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  width: 100%;
}

@media all and (min-width: 768px) {
  .lp-service_app__text {
    margin-top: 20px;
    text-align: left;
  }
}

.lp-service_app__visual {
  margin-top: 30px;
  width: 100%;
}

@media all and (min-width: 768px) {
  .lp-service_app__visual {
    margin-top: 0;
    max-width: 300px;
  }
}

.lp-service_app__img.--border {
  border: 1px solid #dadada;
}

.lp-service_app__cta {
  margin-top: 40px;
}

@media all and (min-width: 768px) {
  .lp-service_app__cta {
    margin-top: 60px;
  }
}
*/

@media all and (min-width: 768px) {
  .lp-service_app .c-heading__title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

/*
@media all and (min-width: 768px) {
  .lp-service_app .c-heading__title-row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media all and (min-width: 768px) {
  .lp-service_app .c-heading__title-row:first-child {
    gap: 12px;
  }
}

@media all and (max-width: 767px) {
  .lp-service_app .c-heading__title-row:last-child {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.lp-service_app .c-heading__title-row,
.lp-service_app .c-heading__large {
  line-height: 1.5;
}

@media all and (min-width: 768px) {
  .lp-service_app .c-heading__large {
    line-height: 1.3;
  }
}

@media all and (min-width: 768px) {
  .lp-service_app .c-heading__logo {
    margin: 0;
  }
}
*/

.lp-service_app .c-heading{
  margin-bottom:32px;
}

.lp-service_app__wrap h3{
  font-size:24px;
}

.lp-service_app__feature-cont{
  margin:80px auto;
}

@media all and (min-width: 768px) {
  .lp-service_app__wrap h3{
    font-size:26px;
  }
  
  .lp-service_app__feature-cont{
    margin:80px auto 160px;
  }  
  
}

.lp-service_app_feature{
  margin:32px auto;
  text-align:center;
}  
  
.lp-service_app_feature p{
  line-height:2;
  margin:32px auto;
}
  
.lp-service_app__feature-cont .lp-service_app_feature:first-child img:first-child{
  max-width:1000px;
  margin:32px auto;
}
  
.lp-service_app__feature-cont .lp-service_app_feature:first-child img:last-child{
  max-width:200px;
  margin:32px auto;
} 
   
.lp-service_app__feature-cont .lp-service_app_feature:last-child div{
  display:flex;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width:80%;
  max-width:1000px;
  margin:32px auto;
} 
   
.lp-service_app__feature-cont .lp-service_app_feature:last-child div img{
  flex-grow:1;
  gap:32;
} 

@media all and (min-width: 768px) {
 
  .lp-service_app__feature-cont .lp-service_app_feature:last-child div{
     flex-direction: row;
     width:100%;
  }
}

/*end--service_app--end*/
/*start--situation--start*/

.lp-situation {
  text-align:center;
  background: #fff url(//6158193.fs1.hubspotusercontent-na1.net/hubfs/6158193/raw_assets/public/cyzen-2023-theme/images/common/bg-dots-black2.png) 50%/10px repeat;
}

.lp-situation__wrap {
  padding: 80px 15px 100px;
}

.lp-situation_cean{
  margin:0px auto;
}

@media all and (min-width: 768px) {

  .lp-situation_cean{
    margin:80px auto;
  }
  
  .lp-situation__wrap {
    padding: 120px 10px 40px;
  }
}

.lp-situation__wrap h3{
  font-size:26px;
  font-weight: 700;
  text-align: center;
  margin-bottom:40px;
}

@media all and (min-width: 768px) {
.lp-situation__wrap h3 {
    font-size:30px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}

.lp-situation_cean p{
  line-height:2.5;
}

.lp-situation_cean-container img{
  width:100%;
  max-width:800px;
  margin:80px auto 0;
}

.lp-situation__wrap div:last-child h2{
  display:block;
}

.lp-situation__wrap div:last-child h2 span{
  width:-moz-fit-content;
  width:fit-content;
  display:block;
  border-bottom:3px solid #e2041f;;
  margin:auto;
}

.lp-situation__wrap div:last-child p{
  margin:40px auto;
}

/*
.lp-situation__content {
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media all and (min-width: 768px) {
  .lp-situation__content {
    gap: 40px;
    padding-top: 40px;
  }
}

.lp-situation__box {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dadada;
  -webkit-box-shadow: 0px 0px 15px rgba(55, 66, 78, 0.05);
          box-shadow: 0px 0px 15px rgba(55, 66, 78, 0.05);
  padding: 40px 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
/*          justify-content: center;
}

@media all and (min-width: 768px) {
  .lp-situation__box {
    padding: 40px;
  }
}

.lp-situation__box-inner {
  width: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

@media all and (min-width: 768px) {
  .lp-situation__box-inner {
    gap: 15px;
    width: 100%;
  }
}

*/
/*
.lp-situation__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media all and (min-width: 768px) {
  .lp-situation__title {
    font-size: 28px;
  }
}

.lp-situation__title .--text-red {
  color: #db4242;
}

.lp-situation__title-large {
  font-size: 24px;
}

@media all and (min-width: 768px) {
  .lp-situation__title-large {
    font-size: 32px;
  }
}
*/
/*
.lp-situation__body {
  width: 100%;
*/
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;*/
}

@media all and (min-width: 768px) {
  /*.lp-pickup__body {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }*/
}

/*
@media all and (min-width: 768px) {
  .lp-situation__visual {
*/
    /*max-width: 460px;*/
/*
    margin-inline: auto;
  }
}

.lp-situation__list {
  padding-left: 20px;
*/
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;*/
/*
  width:100%;
  margin:20px auto;
}

.lp-situation__item {
  font-size: 18px;
  position: relative;
}

.lp-situation__item:first-child {
  margin:40px 0 20px;
}

.lp-real_estate .lp-situation__item:nth-child(2),
.lp-renovation .lp-situation__item:nth-child(2),,
.business_document .lp-situation__item{
  margin-bottom:20px;
}

.business_document .lp-situation__title-cyzen{
  font-size:36px;
}

.lp-situation__box:nth-child(2) .lp-situation__item:nth-child(2){
  margin-bottom:20px;
}

@media all and (min-width: 768px) {
  .lp-situation__list{
    width:560px;
  }
  
  .lp-situation__box:nth-child(2) .lp-situation__list{
    width:600px;
  }
  
  .lp-real_estate .lp-situation__list,
  .lp-renovation .lp-situation__list{
    width:600px;
  }
  
  .lp-real_estate .lp-situation__box:nth-child(2) .lp-situation__list{
    width:720px;
  }
  
}

.lp-situation__item::before {
  content: '・';
  display: block;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: -16px;
}

.lp-situation__item .--text-red {
  color: #db4242;
  font-weight: 700;
}

.lp-situation__link {
  padding-top: 40px;
}

@media all and (min-width: 768px) {
  .lp-situation__link {
    padding-top: 60px;
  }
}

.lp-situation .c-heading__title-row {
  line-height: 1.5;
}

@media all and (min-width: 768px) {
  .lp-situation .c-heading__title-row:first-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}

@media all and (min-width: 768px) {
  .lp-situation .c-heading__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media all and (min-width: 768px) {
  .lp-situation .c-heading__logo {
    margin: 0;
  }
}

@media all and (min-width: 768px) {
  .lp-situation .c-heading__large {
    font-size: 40px;
  }
}
*/
/*
<h3 class="lp-pickup__title2">
  <span class="lp-pickup_inline">
    <span class="lp-pickup__box__text">ゼンリン住宅地図が</span>
    <span class="lp-pickup_inlinebox">
      <span class="lp-pickup__box__logo2">
        <img src="//6158193.fs1.hubspotusercontent-na1.net/hubfs/6158193/raw_assets/public/cyzen-2023-theme/images/common/logo_cyzen.svg" alt="cyzen" decoding="async" loading="lazy" width="180" height="46">
      </span>
      <span class="lp-pickup__box__text">で利用可能！</span>
    </span>
  </span>
  <span class="lp-pickup_inline">
    <span class="lp-pickup__box__text">一軒一軒を詳しく<br class="sp-only">表示できます</span>
  </span>
</h3>


.lp-situation__title2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  font-size:28px;
}

.lp-situation_inline{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  gap:4px;
  text-align:center;
}

.lp-situation_inlinebox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: end;
  align-items: end;
}

@media all and (min-width: 768px) {
  .lp-situation_inline{
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: end;
    align-items: end;
  }
}
*/

/*end--situation--end*/
/*start--■■■■--start*/


/*-----------------------------------*/

.lp-othre {
  background: #f9f8f5 url(//6158193.fs1.hubspotusercontent-na1.net/hubfs/6158193/raw_assets/public/cyzen-2023-theme/images/common/bg-dots-black2.png) 50%/10px repeat;
}

.lp-othre.--bg-white {
  background: #fff url(//6158193.fs1.hubspotusercontent-na1.net/hubfs/6158193/raw_assets/public/cyzen-2023-theme/images/common/bg-dots-black2.png) 50%/10px repeat;
}

.lp-othre__wrap {
  padding: 80px 15px 120px;
}

/*end--■■■■--end*/
/*start--◆◆◆◆--start*/

.lp-casestudy__wrap {
  padding: 80px 15px 0px;
}

.lp-casestudy__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom:40px;
}

.lp-casestudy__content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
  padding:15px;
  background-color:#fff;
}

.lp-casestudy__img{
  width:100%;
}

.lp-casestudy__text h5{
  font-size:16px;
  padding:16px 0 10px;
}

/*.lp-casestudy__cta{
 overflow:hidden; 
}*/

.lp-casestudy__text a{
  display:block;
  /*float:right;*/
  text-align:center;
  color:#fff;
  background: -webkit-gradient(linear,left top,right top,from(#29323c),to(#485563));
  background: -o-linear-gradient(left,#29323c 0,#485563 100%);
  background: linear-gradient(90deg,#29323c,#485563);
  border-radius:20px;
  overflow: hidden;
  padding:10px 20px;
  margin:40px auto 20px;
  width:180px;
}

@media all and (min-width: 768px) {
 
  .lp-casestudy__text a{
    margin:20px auto 0;
  }
  
}


/*end--◆◆◆◆--end*/
/*start--    --start*/


.lp-retailerQC .lp-hero__wrap,
.lp_area_manager .lp-hero__wrap{
  height:850px;
}

.lp-retailerQC .lp-casestudy__content:nth-child(2),
.lp_area_manager .lp-casestudy__content:nth-child(2),
.lp-real_estate .lp-casestudy__content:nth-child(2),
.lp-building_maintenance .lp-casestudy__content:nth-child(2),
.lp-renovation .lp-casestudy__content:nth-child(2),
  .lp-maintenance .lp-casestudy__content:nth-child(2){
  margin-bottom:40px;
}

@media all and (min-width: 768px) {
  .lp-othre__wrap{
    padding: 120px 10px;
  }
  
  .lp-casestudy__wrap{
    padding: 120px 10px 0px;
  }
  
  .lp-casestudy__content{
    box-sizing:content-box;
    width:780px;
    padding:40px;
    margin:0 auto 40px;
   -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
  /*エリアマネージャー start*/  
  .lp-retailerQC .lp-casestudy__content,
  .lp_area_manager .lp-casestudy__content,
  .lp-line .lp-casestudy__content,
  .lp-real_estate .lp-casestudy__content,
  .lp-building_maintenance .lp-casestudy__content,
  .lp-renovation .lp-casestudy__content,
  .lp-maintenance .lp-casestudy__content{
    width:980px;
    margin:0 auto;
  }
  
  .lp-retailerQC .lp-casestudy__content:nth-child(3),
  .lp_area_manager .lp-casestudy__content:nth-child(3),
  .lp-real_estate .lp-casestudy__content:nth-child(3),
  .lp-building_maintenance .lp-casestudy__content:nth-child(3),
  .lp-renovation .lp-casestudy__content:nth-child(3),
  .lp-maintenance .lp-casestudy__content:nth-child(3){
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  /*エリアマネージャー、ネット回線、不動産*/
  .lp_area_manager .lp-casestudy__content .lp-casestudy__img,
  .lp-line .lp-casestudy__content .lp-casestudy__img,
  .lp-real_estate .lp-casestudy__content .lp-casestudy__img{
    width:840px;
  }

  .lp_area_manager .lp-casestudy__content:nth-child(3) .lp-casestudy__img{
    width:1160px;
  }
  
  /*ビルメンテナンス*/
  .lp-building_maintenance .lp-casestudy__content .lp-casestudy__img{
    width:1200px;
  }
  
  /*エリアマネージャー end*/
  /*店舗ラウンダー start*/
  .lp-retailerQC .lp-casestudy__content .lp-casestudy__img{
    width:1400px;
  }
  
  .lp-retailerQC .lp-casestudy__content:nth-child(3) .lp-casestudy__img{
    width:1400px;
  }
  
  .lp-renovation .lp-casestudy__content .lp-casestudy__img{
    width:360px;
  }
  
   /*店舗ラウンダー end*/

  .lp-casestudy__title {
    font-size: 40px;
    letter-spacing: 0.02em;
  }
  
  .lp-casestudy__img{
    width:400px;
  }
}

.lp-othre__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

@media all and (min-width: 768px) {
  .lp-othre__title {
    font-size: 40px;
    letter-spacing: 0.02em;
  }
}

.lp-casestudy__name{
  font-size: 16px;
  text-align: left;
  margin-bottom:10px;
}

.lp-othre__text {
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
}

@media all and (min-width: 768px) {
  .lp-casestudy__name{
    font-size: 20px;
    /*margin-bottom: 20px;*/
  }
  
  .lp-othre__text {
    font-size: 20px;
    margin-top: 20px;
  }
}

.lp-othre__content {
  padding-top: 40px;
}

.lp-othre .l-blog-list__item {
  border: none;
}

.lp-othre.--bg-white .l-blog-list__item {
  border: 1px solid #dadada;
}

.lp-othre__button {
  padding-top: 40px;
}

@media all and (min-width: 768px) {
  .lp-othre__button {
    padding-top: 60px;
  }
}

.lp-othre .c-button {
  height: 70px;
  width: 320px;
}

/*end--    --end*/
/*start--1111--start*/

.lp-schedule {
  background: #f6f6f6 url(//6158193.fs1.hubspotusercontent-na1.net/hubfs/6158193/raw_assets/public/cyzen-2023-theme/images/common/bg-dots-black2.png) 50%/10px repeat;
}

.lp-schedule__wrap {
  padding: 80px 15px 120px;
}

@media all and (min-width: 768px) {
  .lp-schedule__wrap {
    padding: 110px 10px 120px;
  }
}

.lp-schedule__box {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 15px rgba(55, 66, 78, 0.05);
          box-shadow: 0px 0px 15px rgba(55, 66, 78, 0.05);
  margin-top: 40px;
  margin-inline: auto;
  overflow: hidden;
  padding: 7px 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 767px) {
  .lp-schedule__box {
    height: 200px;
    max-height: 200px;
    width: 315px;
    -webkit-transition: max-height .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;
  }
}

@media all and (min-width: 768px) {
  .lp-schedule__box {
    padding: 20px 40px;
    width: 100%;
    max-width: 900px;
  }
}

.lp-schedule__box.is-show {
  max-height: 1500px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media all and (max-width: 767px) {
  .lp-schedule__box::before {
    background: -o-linear-gradient(273.48deg, rgba(255, 255, 255, 0) 2.51%, #FFFFFF 75.2%);
    background: linear-gradient(176.52deg, rgba(255, 255, 255, 0) 2.51%, #FFFFFF 75.2%);
    content: '';
    display: block;
    width: 100%;
    height: 58px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.lp-schedule__box.is-show::before {
  display: none;
}

@media all and (max-width: 767px) {
  .lp-schedule__visual {
    width: 295px;
  }
}

@media all and (max-width: 767px) {
  .lp-schedule__img {
    width: 295px;
  }
}

.lp-schedule__more {
  padding-top: 10px;
  text-align: center;
}

@media all and (min-width: 768px) {
  .lp-schedule__more {
    display: none;
  }
}

.lp-schedule__button {
  font-size: 15px;
  padding-left: 24px;
  position: relative;
}

.lp-schedule__button:hover {
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .lp-schedule__button {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
  }
  .lp-schedule__button:hover {
    opacity: 0.8;
  }
}

.lp-schedule__button::before, .lp-schedule__button::after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.lp-schedule__button::before {
  background: url(//6158193.fs1.hubspotusercontent-na1.net/hubfs/6158193/raw_assets/public/cyzen-2023-theme/images/lp/icon_arrow.svg) 50%/contain no-repeat;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lp-schedule__cta {
  padding-top: 60px;
}

.lp-schedule .c-heading__title {
  gap: 15px;
}

@media all and (min-width: 768px) {
  .lp-schedule .c-heading__title {
    gap: 12px;
    letter-spacing: 0.02em;
  }
}

.lp-schedule .c-heading__logo {
  width: 180px;
}

@media all and (min-width: 768px) {
  .lp-schedule .c-heading__logo {
    margin: 0;
    width: 250px;
  }
}

/*end--1111--end*/
/*start--faq--start*/

.lp-faq {
  background: #fff url(//6158193.fs1.hubspotusercontent-na1.net/hubfs/6158193/raw_assets/public/cyzen-2023-theme/images/common/bg-dots-black2.png) 50%/10px repeat;
}

.lp-faq__wrap {
  padding: 80px 15px 120px;
}

@media all and (min-width: 768px) {
  .lp-faq__wrap {
    padding: 120px 10px;
  }
}

.lp-faq__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

@media all and (min-width: 768px) {
  .lp-faq__title {
    font-size: 40px;
    letter-spacing: 0.02em;
  }
}

.lp-faq__content {
  padding-top: 38px;
}

.lp-faq__cta {
  padding-top: 40px;
}

@media all and (min-width: 768px) {
  .lp-faq__cta {
    padding-top: 60px;
  }
}


/*end--faq--end*/
/*start--company--start*/


.l-company-logo__wrap {
  padding-block: 20px;
}

@media all and (min-width: 768px) {
  .l-company-logo__wrap {
    padding-block: 15px;
  }
}

.l-company-logo__slider-item {
  min-width: 160px;
  width: 160px;
}


/*end--company--end*/

.lp-form{
  padding: 80px 15px 120px;
}

@media all and (min-width: 768px) {
  .lp-form{
    padding: 120px 0px;
  }
}

.lp-form .c-heading__large{
  display:inline-block;
}

.lp-form .c-heading__title-row .c-heading__large{
  line-height:1.5;
}

.lp-form .c-heading__title-row_top .c-heading__large,
.lp-form .c-heading__title-row_top .c-heading__title-medium,
.lp-form .c-heading__title-row .c-heading__logo,
.lp-form .c-heading__title-row .c-heading__title-small{
  line-height:1.7;
}

.lp-form .hs-submit{
  margin-top:40px; 
}
  
.l-form__title{
  margin-bottom:20px;
}
 
  
/*evidence*/  

.lp-evidence-container{
  margin-bottom:120px;
}

@media all and (max-width: 767px) {
  .lp-evidence-container {
    padding:80px 15px 120px;
    margin-bottom:0;
  }
  
  .lp-evidence-container.evidence_bottom {
    padding-top:0px;
  }
}

.evidence-contents_container{
  display:flex;
  flex-direction: column-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.lp-evidence-container.evidence_top .evidence-contents_container{
  margin-top:80px; 
}

.lp-evidence-container.evidence_top .evidence-contents_container:nth-child(3){
  flex-direction: column; 
}


@media all and (min-width: 768px) {
  .evidence-contents_container{
    flex-direction: row;
    max-width:1000px;
    margin:32px auto 64px;
  }
  
  .lp-evidence-container.evidence_top .evidence-contents_container:nth-child(3){
    flex-direction: row; 
  }
}

.lp-evidence__heading{
  text-align:center;
  margin:0px auto;
}

@media all and (min-width: 768px) {
  .lp-evidence__heading{
    margin:80px auto;
  }
}

.lp-evidence__heading h2{
  margin-bottom:32px;
}

.evidence-contents_container dl,
.evidence-contents_container img{
  width:100%;
}

.evidence-contents_container img{
  margin-bottom:20px;
}

@media all and (min-width: 768px) {
  .evidence-contents_container dl,
  .evidence-contents_container img{
    width:48%;
  }
  
  .evidence-contents_container img{
    margin-bottom:20px;
  }
}

.evidence-contents_container dl dt,
.evidence_bottom h3{
  font-size:26px;
  font-weight: 700;
  margin-top:16px;
  margin-bottom:32px;
}

@media all and (min-width: 768px) {
.evidence-contents_container dl dt,
.evidence_bottom h3{
    font-size:30px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}

.evidence-contents_container dl dd{
   font-size:18px;
}

.lp-evidence-container p{
   font-size:18px;
   line-height:2;
   text-align:center;
}

.evidence_bottom h3{
  text-align:center;
  margin:72px auto 96px; 
}

.evidence_bottom .evidence-contents_container{
  position:relative;
  box-sizing:border-box;
  width:100%; 
  padding:32px 15px;
  margin-bottom:60px;
  background-color:#fff;
}

@media all and (min-width: 768px) {
  .lp-evidence-container p{
     line-height:3;
  }
  
  .evidence_bottom .evidence-contents_container{
    padding:32px 48px;
  }
} 

.evidence_bottom .evidence-contents_container dl{
  width:100%;
}
  
.lp-evidence__number {
  color: #db4242;
  font-weight: 700;
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (min-width: 768px) {
  .lp-evidence__number {
    font-size: 48px;
    left: -13px;
    top: -2px;
  }
}