#main {
  padding-bottom: 0;
}
#main .body {
  max-width: 1020px;
}

#main .title-1 {
  font-weight: bold;
  text-align: center;
  padding: .25em;
  background: var(--c-green);
  margin-bottom: 1.5em;
}

#main .title-4 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#main .title-4 small {
  display: block;
  font-size: .611em;
}
@media (max-width:768px) {
  #main .title-4 {
    font-size: 3rem;
  }
}

[pc]{
display: block;
}
[sp]{
display: none;
}
@media (max-width:768px) {
  [pc]{
  display: none;
  }
  [sp]{
  display: block;
  }
}

#main .btn-1.dl {
  max-width: calc(100% - 20px);
  width: 470px;
  min-height: 90px;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  padding-right: .5em;
  padding-left: 70px;
  background: url("../images/common/icon-dl.svg") 30px center /25px 25px no-repeat #79B9B7;
  border-radius: 8px;
  transition: .2s;
  margin: 10px;
}
#main .btn-1.dl b {
  display: inline-block;
  color: var(--c-green);
  background: #fff;
  padding: 0 .25em;
}
#main .btn-1.dl:hover {
  color: #fff;
  background-image: url("../images/common/icon-dl.svg");
  background-color: var(--c-green2);
}
#main .btn-1.dl:after {
  content: none;
}
@media (max-width:540px) {
  #main .btn-1.dl {
    max-width: 100%;
    min-height: 75px;
    padding-left: 45px;
    background-size: 20px 20px;
    background-position: 1.1em center;
    margin-left: 0;
    margin-right: 0;
  }
}


#main .flex {
  display: flex;
  flex-wrap: wrap;
}
#main .row-2 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .row-3 .flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}



#main .row-2{
  padding: 0 0 70px;
  background: #ECF8F8;
}
#main .row-2 .features{
  position: relative;
}
#main .row-2 .features .title{
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
#main .row-2 .features .title h2{
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 0;
}
#main .row-2 .features .title p{
  font-size: 1.6rem;
}
#main .row-2 .features .list{
  position: relative;
  z-index: 9;
  margin-top: -160px;
}
#main .row-2 .features .list .col-1{
  width: 50%;
}
#main .row-2 .features .list .col-1 p b{
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--c-green);
}
#main .row-2 .features .list .col-2{
  width: 45%;
}
#main .row-2 .features .list .col-2 .box{
  padding: 1.5em;
  border: 2px solid var(--c-green);
  border-radius: 10px;
  border-color: #e60012;
  background: rgba(255,255,255,.57);
}
#main .row-2 .features .list .col-2 .box .icon {
  position: relative;
  padding-left: 80px;
  margin: 1em 0 0 0;
}
#main .row-2 .features .list .col-2 .box .icon img {
  position: absolute;
  top: 1em;
  left: -1em;
  transform: translateY(-30px);
  width: 80px;
}
#main .row-2 .features .list .col-2 .box .icon p b{
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #d0121a;
}
#main .row-2 .features .list .col-2 .box .img {
  margin: 1.5em 0 2.5em 0;
}

@media (max-width:768px) {

  #main .row-2{
    padding: 20px 0 50px;
  }
  #main .row-2 .features .title{
    position: static;
    width: 100%;
  }
  #main .row-2 .features .title h2{
    font-size: 3rem;
  }
  #main .row-2 .features .title p{
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
  #main .row-2 .features .list{
    width: 100%;
    margin-top: -6%;
  }
  #main .row-2 .features .list .col-1,
  #main .row-2 .features .list .col-2{
    width: 100%;
  }
  #main .row-2 .features .list .col-2{
    margin-top: 1.5em;
  }

}


#main .row-3 .flow{
  padding: 30px;
  background: #fdf9f0;
}
#main .row-3 .flow .title-1{
  background: #fc8d28;
}
#main .row-3 .flow .flex .box-l .inbox .num {
  --sz: 2.3rem;
  --bg: #e60012;
  margin-bottom: 0.5em;
}
#main .row-3 .flow .flex .box-l .inbox .num::before {
  content: attr(data-num);
  display: inline-block;
  width: var(--sz);
  height: var(--sz);
  background: var(--bg);
  color: #fff;
  text-align: center;
  line-height: var(--sz);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: .3rem;
  margin-right: .5rem;
  vertical-align: baseline;
}
#main .row-3 .flow .flex .box-l .inbox .num .text1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #d0121a;
}
#main .row-3 .flow .flex .box-l .inbox .num .text2 {
  display: block;
  margin: 0;
}
#main .row-3 .flow .flex .box-l .inbox{
  border-bottom: dotted 2px #554d4a;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#main .row-3 .flow .flex .box-l .inbox .img.pa{
  position: absolute;
  bottom: 1em;
  width: 122%;
}
#main .row-3 .flow .flex .box-l .inbox:first-child{
  position: relative;
  padding-bottom: 190px;
}
#main .row-3 .flow .flex .box-r p:first-child{
  margin-top: 80px;
}
#main .row-3 .flow .flex .box-r p~p{
  margin-top: 60%;
}
#main .row-3 .flow .flex .box-l{
  width: 67%;
}
#main .row-3 .flow .flex .box-r{
  width: 27%;
}


@media (max-width:768px) {

  #main .row-3 .flow{
    padding: 1.5em;
  }
  #main .row-3 .flow .flex .box-l .inbox .img.pa{
    position: relative;
    bottom: 1em;
    /*width: 122%;*/
    width: 108%;
  }
  #main .row-3 .flow .flex .box-l .inbox:first-child{
    padding-bottom: 0;
  }
  #main .row-3 .flow .flex .box-r p:first-child{
    margin-top: 0;
  }
  #main .row-3 .flow .flex .box-r p~p{
    margin-top: 35vh;
  }

  #main .row-3 .flow .flex .box-l{
    width: 100%;
  }
  #main .row-3 .flow .flex .box-r{
    display: none;
  }

}


#main .row-4{
  padding: 70px 0;
  background: #ECF8F8;
}
#main .row-4 .list {
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between;
}
#main .row-4 .list .item {
  width: 48%;
}
#main .row-4 .list .item:nth-child(n+3) {
  margin-top: 4%;
}
@media (max-width:768px) {

  #main .row-4{
    padding: 20px 0 50px;
  }
  #main .row-4 .list {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #main .row-4 .list .item {
    width: 100%;
    margin: 0 !important;
  }
  #main .row-4 .list .item ~ .item {
    margin-top: 1.5em !important;
  }

}

