#visual {
  padding: 100px 5% 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #visual {
    padding: 40px 5%;
  }
  #visual .inner {
    padding: 0;
  }
}
#visual .cat {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #visual .cat {
    font-size: 14px;
    margin-bottom: 1rem;
  }
}
#visual h1 {
  position: relative;
  font-size: clamp(4rem, 2.608rem + 1.8vw, 5.2rem);
  line-height: 1.3;
  font-weight: 500;
  padding-right: 80px;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #visual h1 {
    font-size: 20px;
    padding-right: 0;
  }
}
#visual h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 27px;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: 0;
}
#visual .en {
  font-size: clamp(2.15rem, 1.592rem + 0.7vw, 2.6rem);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #visual .en {
    position: static;
    text-align: right;
  }
}

#flow h2 {
  font-size: clamp(2.6rem, 1.904rem + 0.9vw, 3.2rem);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #flow h2 {
    font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
    margin-bottom: 30px;
  }
}
#flow .content-block {
  margin-bottom: 8rem;
}
#flow .content-block .flow_cont {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #flow .content-block .flow_cont {
    margin-bottom: 40px;
  }
}
#flow .content-block .flow_cont .step_cont {
  background-color: #fff;
  display: flex;
  padding: 36px 5%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #flow .content-block .flow_cont .step_cont {
    display: block;
    padding: 5%;
  }
}
#flow .content-block .flow_cont .step_cont .steps {
  font-size: clamp(2.4rem, 2.4vw, 3rem);
  width: 20%;
}
@media screen and (max-width: 767px) {
  #flow .content-block .flow_cont .step_cont .steps {
    width: 100%;
  }
}
#flow .content-block .flow_cont .step_cont .exp {
  flex: 1;
}
#flow .content-block .flow_cont .step_cont .exp h3 {
  color: #ed1c24;
  font-size: 1.8rem;
}
#flow .content-block .flow_cont .tabledl dl {
  background-color: #fff;
  display: flex;
  padding: 36px 5%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #flow .content-block .flow_cont .tabledl dl {
    display: block;
    padding: 5%;
  }
}
#flow .content-block .flow_cont .tabledl dl dt {
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  width: 20%;
}
@media screen and (max-width: 767px) {
  #flow .content-block .flow_cont .tabledl dl dt {
    width: 100%;
  }
}
#flow .content-block .flow_cont .tabledl dl dd {
  flex: 1;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #flow .content-block .flow_cont .tabledl dl dd {
    font-size: 1.4rem;
  }
}
#flow .content-block .flow_cont .company_list {
  margin-bottom: 30px;
}
#flow .content-block .flow_cont .company_list li {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #flow .content-block .flow_cont .company_list li a {
    font-size: 1.4rem;
  }
}
#flow .entry_btns {
  margin-bottom: 100px;
}
#flow .entry_btns a {
  display: block;
  background: #ed1c24;
  color: #fff;
  border-radius: 50px;
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  padding: 20px;
  text-align: center;
}
#flow .company_list ul li .c-icon {
  padding-left: 15px;
  vertical-align: middle;
}