.mainviual{
  height: 40vh;
  width: 100%;
  position: relative;
  z-index: 0;
  background: url(../img/franchise/main_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  & h1{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    color: #fff;
    text-shadow: 1px 1px 3px #3b3b3b;
    letter-spacing: 1px;
    line-height: 1.7;
    font-size: 200%;
  }
}
.recruitment{
  margin: 60px 10px;
  & h2{
    text-align: center;
    font-weight: normal;
    font-size: 150%;
    color: #535353;
    border: 1px solid #535353;
    width: fit-content;
    margin: 0 auto 30px;
    padding: 13px 10px 10px;
    position: relative;
    z-index: 0;
    &::before{
      content: '';
      width: 10px;
      height: 10px;
      background: #fff;
      border: 1px solid #535353;
      border-radius: 50%;
      position: absolute;
      top: -12px;
      left: -12px;
    }
    &::after{
      content: '';
      width: 10px;
      height: 10px;
      background: #fff;
      border: 1px solid #535353;
      border-radius: 50%;
      position: absolute;
      bottom: -12px;
      right: -12px;
    }
  }
  .text{
    letter-spacing: 1px;
    line-height: 1.7;
    margin: 20px 0;
    .red{
      color: #f00;
      font-size: 116%;
      font-weight: bold;
    }
  }
  .content{
    background: #3093d8;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.7;
    padding: 10px;
    margin-bottom: 30px;
    outline: 1px solid #3093d8;
    outline-offset: 3px;
    .sub_title{
      display: inline-block;
      font-weight: bold;
      font-size: 116%;
      margin: 10px 0;
    }
  }
}
.disadvantages{
  margin: 120px 10px;
  & h2{
    text-align: center;
    font-weight: normal;
    font-size: 150%;
    color: #535353;
    border: 1px solid #535353;
    width: fit-content;
    margin: 50px auto 30px;
    padding: 13px 10px 10px;
    position: relative;
    z-index: 0;
    &::before{
      content: '';
      width: 10px;
      height: 10px;
      background: #fff;
      border: 1px solid #535353;
      border-radius: 50%;
      position: absolute;
      top: -12px;
      left: -12px;
    }
    &::after{
      content: '';
      width: 10px;
      height: 10px;
      background: #fff;
      border: 1px solid #535353;
      border-radius: 50%;
      position: absolute;
      bottom: -12px;
      right: -12px;
    }
  }
  .text{
    letter-spacing: 1px;
    line-height: 1.7;
    text-align: justify;
    .sub_title{
      color: #f60;
      font-weight: bold;
      font-size: 116%;
    }
    .head{
      font-weight: bold;
    }
  }
  .caution{
    margin: 30px 0;
    padding: 15px;
    background: #f00;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.7;
    text-align: justify;
    outline: 1px solid #fff;
    outline-offset: -3px;
  }
}