header {
  height: var(--js-headerHeight);
}
header::before {
  content: '';
  display: block;
  width: 100%;
  height: 32px;
  background: #4eb233;

}

.cm_header__menu___list {
  text-align: left;
}

.pc.cm_header__inner.js_browser__set {
  position: relative;
  top: 0 !important;
  z-index: 20;
  overflow: hidden;
}
header.is-fixed .pc.cm_header__inner.js_browser__set {
  padding-top: 0;
}

.cm_header {
  height: auto;
  border: none;
}
.cm_header__inner {
  position: relative;
  top: 0 !important;
}


.pcHeader .leftPart {
  width: 300px;
  padding-top: 10px;
  padding-left: 10px;
}

.pcHeader .leftPart p {
  font-size: 10px;
  letter-spacing: -0.03em;
  padding-top: 6px;
}

.pcHeader .rightPart img {
  padding-bottom: 8px;
}

.pcHeader .rightPart img:last-of-type {
  display: none;
}

.pcHeader .rightPart a:hover img:first-of-type {
  display: none;
}

.pcHeader .rightPart a:hover img:last-of-type {
  display: inline-block;
}

.contBtn01:last-of-type a {
  background: #222222;
  border: 1px solid #222222;
}

.headerBtnWrap01 {
  display: flex;
}

.contentWrapIn {
  height: 36px;
  background: #fff;
}

.br1050 {
  display: none;
}

.headerNavi li a {
  position: relative;
  padding: 0 20px;
}

.headerNavi li a::before {
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 6px;
  content: "";
  background: #77b900;
}

.mv {
  padding-top: 120px;
}

.mainText01 {
  font-size: 27px;
  font-weight: bold;
  margin-top: 26px;
}

.mainH101 {
  font-size: 47px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
}

.mvLine {
  width: 71px;
  height: 2px;
  background: #77b900;
  margin: 20px 0 30px;
}

.mainText02 {
  font-size: 18px;
  line-height: 1.8;
}

.btnWrap {
  display: flex;
  margin-top: 80px;
}

.mvBtn {
  width: 288px;
  height: 75px;
  position: relative;
  display: flex;
  align-items: center;
}

.mvBtn:last-of-type {
  margin-left: 20px;
}

.mvBtn::before {
  width: 17px;
  height: 17px;
  content: "";
  background: #003E91;
  position: absolute;
  top: 0;
  left: 0;
}

.mvBtn:last-of-type:before {
  width: 68px;
  height: 84px;
  content: "";
  background: url(../img/dlImageBig.jpg) no-repeat top center;
  background-size: cover;
  top: -23px;
  left: 17px;
  position: absolute;
  z-index: 20;
  border: 1px solid #555555;
}

.mvBtn:first-of-type:after {
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  content: "";
  top: 35px;
  right: 20px;
}

.mvBtn:last-of-type:after {
  width: 17px;
  height: 17px;
  content: "";
  background: #496c0a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.mvBtn a {
  width: 288px;
  height: 57px;
  padding: 18px 20px 0;
  background: #0373c7;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

.mvBtn:last-of-type a {
  background: #77B900;
}

/*  HoverEffectここから */
.mvBtn a:hover {
  color: #003E91;
  background: #fff;
  transition-duration: 0.3s;
}

.mvBtn:last-of-type a:hover {
  color: #496c0a;
}

.mvBtn:last-of-type a {
  line-height: 40px;
  text-align: center;
  padding-left: 100px;
}

.mvBtn:last-of-type .downloadIcon {
  position: relative;
  top: -15px;
  left: -6px;
}

.mvBtn:last-of-type .downloadHoverIcon {
  display: none;
}

.mvBtn:last-of-type a:hover .downloadIcon {
  display: none;
}

.mvBtn:last-of-type a:hover span {
  position: relative;
  top: -10px;
  left: -10px;
}

.mvBtn:last-of-type a:hover .downloadHoverIcon {
  display: block;
  position: relative;
  top: 15px;
  left: 0px;
}

.mvBtn:last-of-type .arrowIcon {
  position: relative;
  top: -18px;
  left: 15px;
}

.mvBtn:last-of-type .arrowHoverIcon {
  display: none;
}

.mvBtn:last-of-type a:hover .arrowIcon {
  display: none;
}

.mvBtn:last-of-type a:hover .arrowHoverIcon {
  display: block;
  position: relative;
  top: -35px;
  left: 147px;
}

/*  HoverEffectここまで */
.lowerNaviWrap.contIn1080 {
  padding-bottom: 100px;
}

.lowerNavi {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.lowerNavi li {
  width: 257px;
  height: 83px;
  position: relative;
}

.lowerNavi li a {
  display: inline-block;
  border: 1px solid #707070;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  height: 70px;
  letter-spacing: 0.1em;
  padding-top: 13px;
  width: 100%;
  color: #222222
}

.lowerNavi li:first-of-type a {
  width: 100%;
  height: 83px;
  line-height: 83px;
  letter-spacing: 0.1em;
  padding-top: 0;
}

.lowerNavi li a:after {
  border-top: 5px solid #77b900;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  content: "";
  top: 70px;
  right: 125px;
}

.lowerNavi a:link {
  color: #222222;
  text-decoration: none;
}

.lowerNavi a:hover {
  color: #fff;
  background: #77b900;
  border: #77b900;
  transition-duration: 0.3s;
}

.lowerNavi li a:hover::after {
  border-top: 5px solid #fff;
}

#quality {
  position: relative;
  height: 900px;
  padding-top: 110px;
  margin-top: -110px;
}

#quality .bgBlack {
  width: 1300px;
  height: 608px;
  background: #222222;
  position: absolute;
  top: 104px;
  right: 50%;
  transform: translateX(270px);
  z-index: -10;
}

#quality .textPart {
  color: #fff;
  text-align: left;
  padding: 80px 10px 0;
}

.subTitle {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 24px;
}

#quality .textPart h2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
  letter-spacing: 0.05em;
}

.secLine {
  width: 58px;
  height: 2px;
  background: #77b900;
  margin: 20px 0 30px;
}

#quality .textPart p {
  width: 436px;
  font-size: 16px;
  line-height: 2;
}

#quality .imgPart {
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translateX(-40px);
}

#quality .imgPart>img {
  position: relative;
}

#quality .square {
  width: 195px;
  height: 181px;
  display: block;
  position: absolute;
  left: 50%;
  top: 275px;
  transform: translateX(465px);
  content: "";
  background: #77b900;
  z-index: -10;
}

#quality .contIn1080::before {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  left: -15px;
  top: 46px;
  content: "";
  background: #77b900;
  z-index: -10;
}

#quality .contIn1080>img {
  position: absolute;
  top: 100px;
  left: -10px;
}

#technology {
  margin-top: -100px;
  padding-top: 100px;
}

#technology .leadPart.contIn1080 {
  margin: 0px auto 80px;
}

#technology .leadPart.contIn1080::before {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  left: 50%;
  top: -32px;
  transform: translateX(-118px);
  content: "";
  background: #77b900;
  z-index: -10;
}

#technology .leadPart.contIn1080>img {
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-371px);
  z-index: -10;
}

#technology .leadPart.contIn1080>span {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
}

#technology .leadPart.contIn1080>h2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

#technology .secLine {
  margin: 20px auto 30px;
}

#technology .leadPart.contIn1080>p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 70px;
}

#technology .techContainer {
  background-image: url(../img/technologyBg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  margin-bottom: 140px;
}

#technology .contPart.contIn1080 {
  padding-top: 80px;
  padding-bottom: 110px;
}

#technology .contPart .textPart {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

#technology .contPart .textPart>div {
  text-align: left;
  width: 498px;
}

#technology .contPart .textPart>div>h3 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 28px;
  border-bottom: 2px solid #707070;
  margin-bottom: 30px;
}

#technology .contPart .textPart>div>h3>span {
  color: #77b900;
}

#technology .contPart .textPart>div>p {
  line-height: 2;
  font-size: 14px;
}

#technology .imgPart {
  padding: 50px 36px 70px;
  background: #fff;
}

#technology .pointPart {
  display: flex;
  justify-content: space-between;
}

#technology .pointPart .box {
  width: 323px;
  text-align: left;
}

#technology .pointPart .imgBox {
  position: relative;
  left: -19px;
}

#technology .pointPart .box .textBox h3 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}

#technology .pointPart .box .textBox p {
  line-height: 2;
  font-size: 14px;
}

#solution {
  color: #fff;
  position: relative;
  padding-top: 50px;
  margin-top: -50px;
}

#solution>div {
  background: #222222;
  padding-bottom: 20px;
}

#solution .leadPart {
  margin: 0px auto 60px;
  position: relative;
  padding: 20px 10px 0;
}

#solution .leadPart img {
  position: absolute;
  top: 116px;
  left: -16px;
}

#solution .leadPart>div {
  text-align: left;
  padding-top: 80px;
  position: relative;
  z-index: 100;
}

#solution .leadPart::before {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  left: -21px;
  top: 68px;
  content: "";
  background: #77b900;
  z-index: 10;
}

#solution .leadPart h2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
  letter-spacing: 0.05em;
}

#solution .switch>div {
  position: relative;
  margin-bottom: 60px;
}

#solution .switch>div .textPart {
  display: block;
  width: 529px;
  height: 394px;
  background: #fff;
  padding: 50px 60px;
  color: #222222;
  text-align: left;
  text-decoration: none;
}

#solution .switch>div .textPart:hover {
  background: #222;
  border: 1px solid #fff;
  color: #fff;
  transition-duration: 0.3s;
}

#solution .switch>div:last-of-type .textPart {
  margin-left: 431px;
  padding-left: 172px;
  width: 417px;
}

#solution .switch>div:first-of-type .imgPart {
  position: absolute;
  left: 50%;
  top: 67px;
  z-index: 10;
  width: 626px;
}

#solution .switch .imgPart img {
  width: 100%;
}

#solution .switch>div:last-of-type .imgPart {
  position: absolute;
  left: -132px;
  top: 50px;
  z-index: 10;
  width: 626px;
}

#solution .switch .textPart h3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 2;
}

#solution .switch>div:first-of-type .textPart h3 {
  padding-left: 49px;
  margin-left: -60px;
  border-left: 11px solid #77b900;
}

#solution .switch>div:last-of-type .textPart h3 {
  padding-right: 49px;
  margin-right: -60px;
  border-right: 11px solid #77b900;
}

#solution .switch .textPart h3>span {
  color: #77b900;
}

#solution .switch .textPart>p {
  line-height: 2;
  margin-top: 25px;
  width: 425px;
  font-size: 14px;
}

#solution .switch .textPart>div {
  margin-top: 40px;
}

#solution .textPart>div p.more {
  display: inline-block;
  width: 107px;
  height: 35px;
  line-height: 35px;
  border-left: 17px solid #77b900;
  padding-left: 14px;
  font-size: 10px;
  background: #222222;
  color: #fff;
  text-decoration: none;
}

#solution .textPart:hover div p.more {
  cursor: pointer;
  background: #fff;
  color: #222222;
  transition-duration: 0.3s;
  border-left: 17px solid #77b900;
}

#solution .textPart>div p.more .arrowIcon {
  left: 51px;
  position: relative;
  top: -15px;
}

#solution .textPart:hover>div p.more .arrowIconHover {
  position: relative;
  top: -16px;
  left: 30px;
}

/*  HoverEffectここから */
#solution .textPart>div a .arrowIcon {
  position: relative;
  top: -18px;
  left: 43px;
}

#solution .textPart>div a .arrowIconHover {
  display: none;
}

#solution .textPart>div a:hover .arrowIcon {
  display: none;
}

#solution .textPart>div a:hover .arrowIconHover {
  display: block;
  position: relative;
  top: -23px;
  left: 76px;
}

/* HoverEffectここまで */
#reason {
  margin-bottom: 80px;
  margin-top: -50px;
  padding-top: 50px;
}

#reason .leadPart.contIn1080 {
  margin: 140px auto 80px;
}

#reason .leadPart.contIn1080::before {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  left: 50%;
  top: -31px;
  transform: translateX(-79px);
  content: "";
  background: #77b900;
  z-index: -10;
}

#reason .leadPart.contIn1080>img {
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-213px);
  z-index: -10;
}

#reason .leadPart.contIn1080>h2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

#reason .leadPart.contIn1080>h2 span {
  font-size: 22px;
  color: #77b900;
}

#reason .secLine {
  margin: 20px auto 30px;
}

#reason .threeReason {
  position: relative;
}

#reason .threeReason .reasonBackground {
  width: 2000px;
  height: 1161px;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-300px);
}

#reason .threeReason .contIn1080 {
  padding: 83px 0;
}

#reason .threeReason div.box {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}

#reason .threeReason div.box:first-of-type {
  margin-top: 0;
}

#reason .threeReason div.box:nth-of-type(2) {
  flex-direction: row-reverse;
}

#reason .threeReason div.box .imageBox {
  width: 540px;
  height: 293px;
  background-color: #fff;
}

#reason .threeReason div.box .textBox {
  width: 498px;
  height: 293px;
  padding-top: 22px;
}

#reason .threeReason div.box .imageBox p {
  text-align: left;
  padding: 24px 36px;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1.5;
}

#reason .threeReason div.box:first-of-type .imageBox {
  background-image: url(../img/reason01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

#reason .threeReason div.box:nth-of-type(2) .imageBox {
  background-image: url(../img/reason02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

#reason .threeReason div.box:last-of-type .imageBox {
  background-image: url(../img/reason03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

#reason .threeReason .textBox>div {
  position: relative;
}

#reason .threeReason .textBox h3 {
  font-size: 22px;
  font-weight: bold;
  padding-left: 113px;
  text-align: left;
  letter-spacing: -0.05em;
}

#reason .threeReason .textBox .reason {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 9px;
  font-weight: bold;
  position: absolute;
  top: -19px;
  left: 2px;
}

#reason .threeReason .textBox .number {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 47px;
  color: #77b900;
  position: absolute;
  top: -4px;
  left: -5px;
}

#reason .threeReason .textBox .line {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #707070;
  position: absolute;
  top: 14px;
  left: 71px;
}

#reason .threeReason .textBox p {
  text-align: left;
  margin-top: 50px;
  line-height: 2;
  font-size: 14px;
}

.cta {
  width: 100%;
  height: 306px;
  background-image: url(../img/ctaBgImg.png);
  background-color: rgba(0, 0, 0, 0.75);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.cta .contIn1080 {
  display: flex;
  justify-content: space-between;
  padding-top: 78px;
}

.cta .contIn1080 .download {
  width: 518px;
  height: 156px;
  background: #77b900;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 190px;
  box-sizing: border-box;
  text-decoration: none;
}

.cta .contIn1080 .download:before {
  width: 137px;
  height: 185px;
  content: "";
  background: url(../img/dlImageBig.jpg) no-repeat top center;
  background-size: cover;
  top: -48px;
  left: 23px;
  position: absolute;
  z-index: 20;
  border: #555555 1px solid;
}

.cta .contIn1080 .mail {
  width: 518px;
  height: 156px;
}

.cta .contIn1080 .mail a {
  display: inline-block;
  width: 518px;
  height: 156px;
  line-height: 156px;
  background: #fff;
  color: #222;
  font-size: 20px;
  text-decoration: none;
}

.cta .contIn1080 .mail a img {
  vertical-align: middle;
  width: 19px;
  height: auto;
  position: relative;
  top: -1px;
  left: -16px;
}

.cta .contIn1080 .mail a:hover {
  background: #000000;
  border: 1px solid #fff;
  color: #fff;
  transition-duration: 0.3s;
}

.cta .contIn1080 .mail a img.mailHoverIcon {
  display: none;
}

.cta .contIn1080 .mail a:hover img.mailHoverIcon {
  display: block;
  vertical-align: middle;
  width: 19px;
  height: auto;
  position: relative;
  top: 72px;
  left: 170px;
}

.cta .contIn1080 .mail a:hover img.mailIcon {
  display: none;
}

.cta .contIn1080 .mail a:hover span {
  position: relative;
  top: -15px;
  left: 9px;
}

.cta .contIn1080 .download>.dl {
  text-align: left;
}

.cta .contIn1080 .download p {
  font-size: 20px;
  color: #fff;
  line-height: 2;
  margin-bottom: 8px;
}

.cta .contIn1080 .download p img {
  vertical-align: middle;
}

.cta .contIn1080 .download p span {
  padding-left: 20px;
}

.cta .contIn1080 .download .now {
  display: inline-block;
  width: 227px;
  height: 37px;
  background: #4e7409;
  color: #fff;
  border-radius: 18px;
  line-height: 37px;
  padding-left: 17px;
  text-decoration: none;
}

.cta .contIn1080 .download .downloadCta {
  padding-left: 0;
}

.cta .contIn1080 .download .downloadCtaHover {
  display: none;
}

.cta .contIn1080 .download:hover .downloadCta {
  display: none;
}

.cta .contIn1080 .download:hover .downloadCtaHover {
  display: block;
  padding-left: 0;
  position: relative;
  top: 25px;
}

.cta .contIn1080 .download:hover p span {
  padding-left: 43px;
}


.cta .contIn1080 .download img {
  vertical-align: middle;
  padding-left: 56px;
}

.cta .contIn1080 .download img.downloadHoverIcon {
  display: none;
}

.cta .contIn1080 .download:hover {
  background: #fff;
  color: #4e7409;
  transition-duration: 0.3s;
}

.cta .contIn1080 .download:hover img.downloadHoverIcon {
  display: block;
  position: relative;
  top: -23px;
  left: 127px;
}

.cta .contIn1080 .download:hover p {
  color: #496c0a;
  line-height: 1.5;
  margin-bottom: 2px;
  position: relative;
  top: -12px;
}

.cm_footer_section_page .page_item a {
  text-align: left;
}




@media screen and (max-width:1100px) {
  .br1050 {
    display: block;
  }

  .contentWrapIn {
    height: auto;
  }

  .headerNavi {
    height: auto;
  }

  .headerNavi li a {
    line-height: 30px;
    height: 60px;
  }

  .headerNavi li a::before {
    top: 12px;
    left: 28px;
  }

  .headerNavi li a {
    padding: 0 40px;
  }

}

@media screen and (max-width:980px) {
  .pc.cm_header__inner.js_browser__set {
    padding-top: 43px;
  }

  .mv {
    padding-top: 67px;
  }
}


@media screen and (max-width:845px) {
  .headerNavi li a {
    padding: 0 20px;
  }

  .headerNavi li a::before {
    left: 11px;
  }
}




@media screen and (max-width:768px) {
  .headerBtnWrap01 {
    display: none;
  }

  .contentWrapIn {
    height: 350px;
    background: rgba(0, 0, 0, 0.5);
  }

  .headerNavi {
    height: auto;
  }

  .headerNavi li a {
    height: 38px;
    line-height: 1.0em;
  }

  .headerNavi li a::before {
    display: none;
  }

  .pcHeader .rightPart img:last-of-type {
    display: block;
  }

  .mv {
    padding-top: 0;
  }

  .mainText01 {
    font-size: 18px;
  }

  .mainH101 {
    font-size: 26px;
  }

  .mainText02 {
    font-size: 16px;
  }

  .mvLine {
    margin: 21px auto 30px;
  }

  .btnWrap {
    display: block;
    margin: 40px 0;
  }

  .mvBtn {
    margin: 0 auto 40px;
  }

  .mvBtn:last-of-type {
    margin: 0 auto 40px;
  }

  .lowerNavi {
    display: block;
    margin: 0;
  }

  .lowerNavi li {
    width: 100%;
    height: auto;
    margin: 0;
    background: #efefef;
  }

  .lowerNavi li a,
  .lowerNavi li:first-of-type a {
    display: block;
    padding: 10px 0;
    border-left: none;
    border-bottom: 1px solid #aaa;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    line-height: normal;
  }

  .lowerNavi li a:after {
    top: 19px;
    right: 30px;
  }

  .lowerNaviWrap.contIn1080 {
    padding-bottom: 0px;
  }

  #quality {
    margin-top: -15px;
  }

  #quality .bgBlack {
    height: 700px;
  }

  #quality .textPart h2 {
    font-size: 20px;
  }

  #quality .imgPart {
    width: 300px;
    margin: 40px auto;
    transform: translateX(0px);
    position: static;
  }

  #quality .imgPart>img {
    width: 100%;
  }

  #quality .textPart p {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }

  #quality .contIn1080>img {
    width: 200px;
    left: 0;
  }

  #technology .leadPart.contIn1080>h2 {
    font-size: 20px;
    padding: 0 10px;
  }

  #technology .leadPart.contIn1080>img {
    width: 320px;
    transform: translateX(-159px);
    top: 25px;
  }

  #technology .leadPart.contIn1080>p {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
  }

  #technology .techContainer {
    background-image: none;
    margin-bottom: 50px;
  }

  #technology .contPart.contIn1080 {
    padding: 0 10px;
  }

  #technology .contPart .textPart {
    display: block;
    margin-bottom: 40px;
  }

  #technology .contPart .textPart>div {
    margin-bottom: 50px;
    width: 100%;
  }

  #technology .contPart .textPart>div>p {
    font-size: 16px;
  }

  #technology .contPart .textPart p {
    font-size: 16px;
  }

  #technology .imgPart {
    padding: 0;
  }

  #technology .imgPart img.sp {
    width: 100%;
    margin: 20px auto 50px;
  }

  #technology .pointPart {
    display: block;
    margin-top: 70px;
    padding: 0 10px;
  }

  #technology .pointPart .box {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  #technology .pointPart .box .textBox p {
    font-size: 16px;
    padding-bottom: 50px;
  }

  #solution .leadPart h2 {
    font-size: 20px;
  }

  #solution .leadPart img {
    width: 200px;
    left: 0;
  }

  #solution .switch>div:first-of-type .imgPart {
    position: static;
    width: 100%;
  }

  #solution .switch>div .textPart {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 10px;
    height: auto;
  }

  #solution .switch .textPart h3 {
    font-size: 20px;
  }

  #solution .switch>div:first-of-type .textPart h3 {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }

  #solution .switch .textPart p {
    width: 100%;
  }

  #solution .switch>div {
    margin-bottom: 0;
  }

  #solution .switch>div:last-of-type .imgPart {
    position: static;
    width: 100%;
  }

  #solution .switch>div:last-of-type .textPart {
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
  }

  #solution .switch>div:last-of-type .textPart h3 {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }

  #reason .leadPart.contIn1080::before {
    transform: translateX(-80px);
  }

  #reason .leadPart.contIn1080>img {
    width: 200px;
    left: 50%;
    transform: translateX(-100px);
  }

  #reason .leadPart.contIn1080>h2 {
    font-size: 20px;
    padding: 0 10px;
  }

  #reason .leadPart.contIn1080>h2 span {
    font-size: 20px;
  }

  #reason .threeReason {
    background: #f7f7f7;
  }

  #reason .threeReason .reasonBackground {
    display: none;
  }

  #reason .threeReason div.box {
    display: block;
  }

  #reason .threeReason div.box .textBox {
    width: 100%;
    height: auto;
    padding: 22px 10px 30px;
    box-sizing: border-box;
  }

  #reason .threeReason .textBox p {
    margin-top: 30px;
  }

  #reason .threeReason .textBox h3 {
    padding-left: 90px;
  }

  #reason .threeReason .textBox .line {
    left: 54px;
  }

  #reason .threeReason div.box .imageBox {
    width: 100%;
  }

  #reason .threeReason div.box .imageBox p {
    font-size: 12px;
  }

  #reason .threeReason div.box:first-of-type .imageBox {
    background-position: center;
  }

  #reason .threeReason div.box:nth-of-type(2) .imageBox {
    background-position: center;
  }

  #reason .threeReason div.box:last-of-type .imageBox {
    background-position: center;
  }

  .cta {
    height: auto;
  }

  .cta .contIn1080 {
    display: block;
    padding: 50px 10px;
  }

  .cta .contIn1080 .download {
    width: 80%;
    padding-left: 120px;
    height: 100px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
  }

  .cta .contIn1080 .download .now {
    width: 200px;
  }

  .cta .contIn1080 .download img {
    padding-left: 30px;
  }

  .cta .contIn1080 .mail {
    width: 80%;
    height: 100px;
    margin: 30px auto 0;
  }

  .cta .contIn1080 .mail a {
    width: 100%;
    height: 100px;
    line-height: 100px;
  }

  .cta .contIn1080 .download:before {
    width: 80px;
    height: 100px;
    top: -30px;
  }

  .cta .contIn1080 .download p {
    font-size: 14px;
  }

  .cta .contIn1080 .mail a:hover img.mailHoverIcon {
    top: 44px;
    left: 50%;
    transform: translate(-78px, 0px);
  }

  .cta .contIn1080 .mail a {
    font-size: 18px;
  }

  .cm_footer_section_page .page_list_items.type_block {
    text-align: left;
  }
}



@media screen and (max-width:500px) {
  .cta .contIn1080 .download {
    padding-left: 80px;
    width: 90%;
  }

  .cta .contIn1080 .mail {
    width: 90%;
  }

  .cta .contIn1080 .download:before {
    width: 60px;
    height: 80px;
    top: -30px;
    left: 10px;
  }



}

.cm_footer_section_under {
  height: auto;
}
