@charset "UTF-8";

#business #mv_un{
  background: url(../images/unmv/img_mv_biz.png);
  background-size: cover;
}
#business #mv_un .list_gray{
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  #business #mv_un{
  background: url(../images/unmv/img_mv_biz_sp.png);
    background-size: cover;
    line-height: 1.4;
  }
  #business #mv_un .list_gray{
      margin-top:10px;
  }
}

.sec_nor{
  padding:100px 0;
}


/* intro */
#intro{
  padding:60px 0 100px;
}
#intro h2{
  margin-bottom:30px;
}
#intro p{
  line-height: 1.8;
}

/* intro end */


/* cond */
#cond{
  background: #F1F8FE;
}
.cond_box{
  border:solid 1px var(--c-blue01);
  padding:40px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1.8;
}
.cond_box ul{
  margin-bottom:10px;
  padding-left: 15px;
}
.cond_box li{
  position: relative;
  &:before{
    position:absolute;
    content:"・";
    top:0;
    bottom:0;
    left:-15px;
  }
}

/* cond end */

/* step */
#step h3{
  text-align: center;
  font-size: 24px;
  margin-bottom:40px;
  color:var(--c-blue01);
}
.flow_wrap_01{
  margin-bottom:40px;
  display: flex;
  flex-wrap: wrap;
  gap:40px 50px;
  & > div{
    max-width: 260px;
    width: 100%;
    display: grid;
    grid-template-columns: 75px 1fr;
    border-radius: 20px;
    background: #fff;
    position: relative;
    &:after{
      bottom:0;
      top:0;
      right: -25px;
      margin: auto;
      position:absolute;
      content:"";
      width: 10px;
      height: 10px;
      border: 2px solid;
      border-color: var(--c-blue01)  var(--c-blue01) transparent transparent;
      transform: rotate(45deg);
      background: transparent;
    }
    &:last-of-type:after{
      content:none;
    }
  }
  & .flow_num{
    line-height: 1.2;
    font-size: 20px;
    padding:20px;
    text-align: center;
    background:#DEF0FF;
      font-family: Montserrat;
    color: var(--c-blue01);
    border-radius: 20px 0 0 20px;
    font-weight: bold;
    & span{
      font-weight: normal;
      font-size: 12px;
    }
  }
  & .flow_txt{
    font-size: 12px;
    padding:20px;
    background: #F1F8FE;
    border-radius: 0 20px 20px 0;
    line-height: 1.65;
    & dt{
      font-weight: bold;
      margin-bottom:5px;
    }
    & .txt_cap{
      padding-top:10px;
      font-size: 10px;
      padding-left: 15px;
      position: relative;
      &:before{
        position:absolute;
        content:"※";
        left: 0;
      }
    }
  }
}
.flow_wrap_01.mb0{
  margin-bottom:0;
}
.flow_txt .ico_arr.btn_arr_l{
  font-weight: bold;
  text-align: left;
  padding-left:20px;
  margin-top:10px;
  &:after{
    border: aliceblue;
    width: 12px;
    height: 12px;
    top: 3px;
    bottom: auto;
  }
}
.flow_01{
  margin-bottom:40px;
}
.flow_02{
  padding-top:40px;
  width: fit-content;
  margin: auto;
  border-top: dotted 0.5px;
  border-width: medium;
  border-color: #7B7B7B44;
}
@media screen and (max-width: 1024px) {

  .flow_inner {
    & h3 {
      text-align: left;
      font-size: 20px;
      padding-top:20px;
      margin-bottom:20px;
    }
  }
  .flow_sec{
    padding:0 20px;
  }
  .flow_wrap_01 {
    margin-bottom: 40px;
    gap: 40px 50px;
    margin-bottom:25px;
    & > div {
        max-width: 100%;
    }
  }
  .flow_wrap_01 {
    & > div {
      &:after {
          transform: rotate(135deg);
          bottom: -23px;
          top: auto;
          right: 0;
          left: 0;
      }
    }
    & .flow_num{
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }
  .flow_cap_li {
    margin-bottom: 25px;
  }
  #flow a.btn_mail {
    padding: 12px 20px;
    padding-left: 80px;
    font-size: 16px;
  }
  #flow a.btn_mail {
    &:before {
        left: 40px;
    }
  }
  .flow_sec_02 {
    padding:0 20px;

  }
  .flow_wrap_02{
    flex-direction: column;
    margin-left:-40px;
    margin-right:-40px;
  }
  #flow .flow_wrap_02 a.btn_mail {
    width: 80%;
    padding: 20px;
    padding-left: 50px;
    margin-bottom:0;
  }
  #flow .flow_wrap_02 a.btn_mail {
      &:before {
          left: 65px;
      }
  }
  #flow .flow_wrap_02 > div a.btn_mail:before{
    left:50px;
  }
  #flow .flow_wrap_02 .btn_normal{
    padding: 15px 10px;
  }

}
/* step end */

/* relation */
#relation.rel_one{
 background: #FFF8DB;
}
#relation.rel_one .rel_wrap{
 max-width: 800px;
 justify-content: center;
 margin: auto;
 gap:40px;
}
#relation.rel_one .rel_wrap img{
 max-width: 380px;
 height: fit-content;

}
#relation.rel_one .rel_wrap h3{
 color:#464646;
 font-size: 24px;
 text-align: left;
 margin-bottom:15px;
}
#relation.rel_one .rel_wrap p{
  line-height: 1.8;
  margin-bottom:20px;
}
#relation img{
  width: 100%;
  height: auto;
}

/* rel */



@media screen and (max-width: 1024px) {

}
