.p-head {
  position: relative;
  height: 835px;
  background: no-repeat center url(../img/business/main-bg@2x.jpg);
  background-size: cover;
}
.p-head .balloon {
  position: absolute;
  display: inline-block;
  top:14%;
  right: 22%;
}
.top-wrap {
  position: relative;
}
.top-wrap .tt {
  padding-top: 24%;
  margin-bottom: 60px;
}
.row-smenu .m-item {
  transition: all 0.3s ease;
  position: relative;
  background: #F0F0DE;
  border-radius: 15px;
  padding:32px 25px 48px;
}
.row-smenu .m-item:after {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 22px;
  background: no-repeat center url(../img/business/arrow-down-green.svg);
  background-size: 100%;
  width: 30px;
  height: 11px;
}
.m-item .n {
  text-align: center;
  color:#fff;
  font-weight: 600;
  font-size: 17px;
  padding:1px 8px;
  border-radius: 16px;
  background: #84BE56;
}
.m-item .txt {
  transition: all 0.3s ease;
  overflow: hidden;
  font-size: 15px;
  line-height: 24px;
  padding:0 4px;
  height: 0;
}
.row-smenu .m-item:hover .txt {
  height: auto;
  padding:10px 4px;
}
.row-smenu .m-item:hover:after {
  bottom: 28px;
  background: no-repeat center url(../img/business/arrow-up-green.svg);
  background-size: 100%;
}

.sec.s1 {
  padding:60px 0;
}
.s1 .cont-wrap {
  max-width: 630px;
  margin: auto;
}
.s1 .app-item:first-child {
  margin-bottom: 30px;
}
.s1 h3 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 16px;
  border-bottom: 3px solid #84BE56;
  margin-bottom: 18px;
}
.s1 .app-item .txt {
  font-size: 15px;
}

.s1 ol {
  font-size: 15px;
  padding-left: 18px;
  list-style: none;
  counter-reset: my-count;
}
.s1 ol .cn {
  font-weight: 600;
  margin-bottom: 6px;
}
.s1 ol .cn .note {
  display: inline-block;
  font-weight: 400;
  padding-left: 6px;
}
.s1 ol>li {
  position: relative;
  padding-left: 6px;
  margin-bottom: 38px;
}
.s1 ol>li:last-child {
  margin-bottom: 0;
}
.s1 ol>li:before {
  content: "";
  position: absolute;
  left: -24px;
  top:3px;

  counter-increment: my-count;
  content: counter(my-count);
  color:#fff;
  font-weight: bold;
  text-align: center;
  line-height: 24px;

  width: 24px;
  height: 24px;
  background: #84BE56;
  border-radius: 50%;
}

.s1 ol .sub {
  padding-left: 28px;
  list-style: none;
  counter-reset: item;
}
.s1 ol .sub li {
  position: relative;
}
.s1 ol .sub li:before {
  counter-increment: item;
  content: "（" counter(item, katakana) "）"; 
  position: absolute;
  left: -2.5em;
  width: 2.5em;
}



.sec.s2 {
  padding:60px 0;
  background: #EFEDEA;
}
.s2 .cont-wrap {
  max-width: 840px;
  margin:auto;
}
.s2 .merit-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.s2 .merit {
  font-weight: 600;
  border-top:1.6px solid #AF8E6E;
  border-bottom:1.6px solid #AF8E6E;
  padding:20px 18px;
}
.merit .t {
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #AF8E6E;
  border-radius: 16px;
  padding:2px;
  margin-bottom: 12px;
}
.merit ul {
  font-size: 15px;
  line-height: 24px;
  list-style: none;
  padding-left: 22px;
}
.merit ul li {
  position: relative;
  margin-bottom: 10px;
}
.merit ul li:last-child {
  margin-bottom: 0;
}
.merit ul li:before {
  content:"";
  position: absolute;
  left: -20px;
  top:4px;
  background: #AF8E6E;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.pr-items {
  margin-left: 30px;
}
.pr-items figure {
  text-align: center;
}

.sec.s3 {
  padding:60px 0 100px;
}
.s3 h2 {
  font-weight: 600;
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  color:#9A011A;
  margin-bottom: 46px;
}
.s3 .row-how {
  margin:0 -24px;
}
.s3 .row-how>div {
  padding:0 24px;
}
.s3 .row-how .ac1,
.s3 .row-how .ac2 {
  width: 38%;
  flex:0 0 auto;
}
.s3 .app-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border:1px solid #BE0220;
  padding:26px 30px;
  font-size: 15px;
}
.s3 .app-box:after {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: -35px;
  background: no-repeat center url(../img/business/arrow-right-red.svg);
  background-size: 100%;
  width: 23px;
  height: 26px;
}
.s3 .col:last-child .app-box:after {
  content:none;
}
.app-box .step {
  position: absolute;
  top:-20px;
  left: -20px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #9A011A;
  color:#fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;

  display: flex;
  justify-content: center;
  align-items: center;
}
.app-box .step .num {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.app-box .desc .hl {
  font-weight: 600;
  color:#BE0220;
}
.app-box .dl-l {
  margin-top: 20px;
  text-align: center;
}
.dl-l .btn-download {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  background: #BE0220;
  color:#fff;
  font-weight: 600;
  text-align: center;
  padding:18px 38px;
  padding-right: 56px;
}
.dl-l .btn-download:after {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 24px;
  background: no-repeat center url(../img/business/ico-download.svg);
  background-size: 100%;
  width: 16px;
  height: 16px;
}
.app-box .cont-info {
  border-top: 1px solid #BE0220;
  padding-top: 10px;
  margin-top: 10px;
}
.cont-info .n {
  font-weight: 600;
  font-size: 16px;
}
.cont-info .fm span,
.app-contact .fm span {
  display: inline-block;
  line-height: 20px;
}
.cont-info .fm .tag,
.app-contact .fm .tag {
  color:#BE0220;
  border:1px solid #BE0220;
  border-radius: 12px;
  text-align: center;
  width: 52px;
  margin-right: 4px;
}
.cont-info .fm a {
  display: inline-block;
  text-decoration: underline;
}
.s3 .about-app {
  padding-top:50px;
  text-align: center;
}
.s3 .about-app h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 20px;
  color:#9A011A;
}
.app-contact>div {
  display: inline-block;
  vertical-align: middle;
}
.app-contact .n {
  font-weight: 600;
  margin-right: 8px;
}
.app-contact .fm:last-child {
  margin-left: 6px;
}

.fixed-app {
  position: fixed;
  top:160px;
  right: 0;
}
.fixed-app a {
  display: inline-block;
  background: #9A011A;
  border-radius: 15px 0 0 15px;

  writing-mode: vertical-rl;
  font-weight: 600;
  color:#fff;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
  padding:16px 10px;
}
.fixed-app a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media (max-width: 1410px) {
  .p-head .balloon {
    right: 16%;
  }
}
@media (max-width: 1199px) {
  .p-head {
    height: 780px;
  }
  .p-head .balloon {
    right: 8%;
  }
  .top-wrap .tt img {
    max-width: 540px;
  }
  .m-item .n {
    font-size: 16px;
    padding:1px 7px;
  }
}
@media (max-width: 992px) {
  .p-head {
    height: 670px;
  }
  .p-head .balloon {
    right: 6%;
  }
  .p-head .balloon img {
    width: 160px;
  }
  .top-wrap .tt img {
    max-width: 480px;
  }
  .row-smenu .m-item {
    padding:18px 18px 40px;
  }
  .row-smenu .m-item:after,
  .row-smenu .m-item:hover:after {
    bottom: 15px;
  }
  .m-item .n {
    font-size: 15px;
    line-height: 20px;
    padding:4px 6px;
  }

  .s3 .row-how>.col {
    width: 100%;
    margin-bottom: 75px;
  }
  .s3 .row-how>.col:last-child {
    margin-bottom: 0;
  }
  .app-box .step {
    left: 0;
    right: 0;
    margin: auto;
  }
  .s3 .app-box:after {
    top:auto;
    transform: rotate(90deg);
    right: 0;
    left: 0;
    margin: auto;
    bottom: -42px;
  }
  .s3 .app-box {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .fixed-app {
    bottom: 0;
    top:auto;
    width: 100%;
    z-index: 10;
  }
  .fixed-app a {
    display: block;
    border-radius: 0;
    writing-mode: unset;
    width: auto;
    text-align: center;
    padding:11px;
  }
  .p-head {
    margin-top: 90px;
    background: no-repeat center top url(../img/business/sp/top-hero@2x.png);
    background-size: 100%;
    /*height: 120vw;*/
    height: auto;
  }
  .p-head:after {
    content:"";
    position: absolute;
    height: 65vw;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #7fb23e;
  }
  .p-head>.container {
    position: relative;
    z-index: 2;
  }
  .top-wrap {
    padding-top: 120vw;
    max-width: 280px;
    margin:auto;
  }
  .top-wrap .tt,.p-head .balloon {
    display: none;
  }
  .top-wrap .row-smenu>div {
    margin-bottom: 15px;
  }

  .sec.s1,.sec.s2,.sec.s3 {
    padding:30px 0;
  }
  .s1 .cont-wrap {
    padding:0 15px;
  }
  .s2 .merit {
    border:none;
    margin-bottom: 40px;
    padding:0 25px;
  }
  .pr-items {
    margin-left: 0;
    text-align: center;
  }
  .s3 h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .s3 .about-app h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .about-app .app-contact {
    text-align: left;
    max-width: 290px;
    margin:auto;
  }
  .app-contact>div {
    display: block;
    margin-bottom: 6px;
  }
  .app-contact .fm:last-child {
    margin-left: 0;
  }
}
