/* .kv
================================================ */
.kv {
  background-image: url(../img/service/kv_pc_202405.jpg);
}

@media all and (max-width: 767px) {
  .kv {
    background-image: url(../img/service/kv_sp_202405.jpg);
  }
}

/* .flow
================================================ */
.flow__inner {
  background-color: #fff;
  border-radius: 40px;
  padding: 100px 0 55px;
}

.flow__tit {
  color: #333;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.flow__tit:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFF000;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
}

.flow__txt {
  text-align: center;
  margin-top: 25px;
}

.flow__wrap {
  width: 736px;
  margin: 45px auto 0;
}

.flow-box {
  background-color: #009844;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.flow-box__logo {
  width: 215px;
  margin: auto;
}

.flow-box__list {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flow-box__item {
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  width: 215px;
  min-height: 145px;
  background: #fff url(../img/service/icon01.png) 50% 65% no-repeat;
  background-size: 70px auto;
}

.flow__center {
  margin-top: 52px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  background-color: #F4EFEA;
  border-radius: 10px;
  padding: 10px 0;
  position: relative;
}

.flow__center:before {
  content: '';
  background: url(../img/service/ico_arrow01.png) 0 0 no-repeat;
  background-size: 162px auto;
  width: 162px;
  height: 48px;
  position: absolute;
  top: -57px;
  left: 0;
  right: 0;
  margin: auto;
}

.flow__product {
  background: url(../img/service/ico_arrow02.png) 50% 0 no-repeat;
  background-size: 162px auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0 30px;
}

.flow-shop {
  margin-top: 10px;
  background-color: #F4EFEA;
  padding: 30px;
  border-radius: 10px;
}

.flow-shop__in {
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 100px;
}

.flow-shop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          flex-wrap: wrap;        
}

.flow-shop__item {
  width: 60px;
}

.flow-shop__item.is-icon01 {
  width: 73px;
}

.flow-shop__item.is-icon06 {
  width: 82px;
  margin: 30px 0 0 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-shop__item.is-icon07 {
  width: 73px;
  margin: 30px 130px 0 0;
}
.flow-shop__item.is-icon08 {
  width: 319px;
  margin: 30px 50px 0 0;
  padding: 20px 0 0 0;
}

.flow-shop__net {
  width: 319px;
  margin: 30px auto 0;
}

@media all and (max-width: 767px) {
  .flow__inner {
    border-radius: 20px;
    padding: 72px 20px 40px;
  }
  .flow__tit:before {
    top: -32px;
  }
  .flow__txt {
    text-align: left;
  }
  .flow__wrap {
    width: 100%;
    margin: 17px auto 0;
  }
  .flow-box {
    border-radius: 8px;
    padding: 15px;
  }
  .flow-box__logo {
    width: 105px;
    line-height: 1;
  }
  .flow-box__list {
    margin-top: 15px;
  }
  .flow-box__item {
    padding: 7px;
    border-radius: 8px;
    font-size: 10px;
    width: 32%;
    min-height: 72px;
    background: #fff url(../img/service/icon01.png) 50% 60% no-repeat;
    background-size: 34px auto;
  }
  .flow__center {
    margin-top: 25px;
    font-size: 10px;
    text-align: center;
    border-radius: 8px;
    padding: 4px 0;
  }
  .flow__center:before {
    content: '';
    background: url(../img/service/ico_arrow01.png) 0 0 no-repeat;
    background-size: 70px auto;
    width: 70px;
    height: 24px;
    top: -27px;
  }
  .flow__product {
    background: url(../img/service/ico_arrow02.png) 50% 0 no-repeat;
    background-size: 70px auto;
    font-size: 10px;
    padding: 1px 0 14px;
  }
  .flow-shop {
    margin-top: 5px;
    padding: 15px;
    border-radius: 8px;
  }
  .flow-shop__in {
    border-radius: 8px;
    padding: 20px;
  }
  .flow-shop__list {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flow-shop__item {
    width: 19%;
    margin-right: 8%;
    margin-bottom: 20px;
  }
  .flow-shop__item img {
    width: 100%;
  }
  .flow-shop__item:nth-child(3n) {
    margin-right: 0;
  }
  .flow-shop__item.is-icon01 {
    width: 23%;
  }
  .flow-shop__item.is-icon06 {
    width: 26%;
    margin: 0 8% 20px 0;
  }
  .flow-shop__item.is-icon07 {
    width: 26%;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow-shop__item.is-icon08 {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .flow-shop__net {
    width: 100%;
    margin: 0;
  }
  .flow-shop__net img {
    width: 100%;
  }
}

/* .about
================================================ */
.about {
  padding: 70px 0 0;
}

@media all and (max-width: 767px) {
  .about {
    padding: 50px 0 0;
  }
}

/* pc sp */
.pcon {
  display: block;
}
.spon{
  display:none;
}
@media all and (max-width: 767px) {
  .pcon {
    display:none;
  }
  .spon{
    display: block;
  }
}

/* flexbox改行 */
.spacer{
   width: 100%; 
}