body {
  width: 100%;
  height: auto;
  margin: 0;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}

p {
  margin: 0;
  line-height: 1.6;
}

.sp {
  display: none;
}
@media only screen and (max-width:640px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width:640px) {
  .pc {
    display: none;
  }
}

#fv .fv_img {
  display: block;
  width: 100%;
}
#fv .sp {
  display: none;
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #fv .sp {
    display: block;
  }
}
@media only screen and (max-width:640px) {
  #fv .sp {
    display: block;
  }
}
#fv .pc {
  display: block;
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #fv .pc {
    display: none;
  }
}
@media only screen and (max-width:640px) {
  #fv .pc {
    display: none;
  }
}

#cta {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0;
  text-align: center;
  background-image: url(images/btn_area.png);
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width:640px) {
  #cta {
    margin: 0;
    padding: 30px 0 20px;
  }
}
#cta .cta_txt {
  margin: 0;
  color: #FFFFFF;
  font-size: 22px;
  text-align: center;
}
#cta .cta_btn {
  display: inline-block;
  width: 385px;
  height: auto;
}
@media only screen and (max-width:640px) {
  #cta .cta_btn {
    width: 95%;
  }
}
#cta .cta_btn:hover {
  opacity: 0.8;
  transition: all 0.5s;
}

#professional {
  padding: 80px 30px 0;
  background: #EFF9F8;
}
@media only screen and (max-width:640px) {
  #professional {
    padding: 70px 20px 0;
  }
}
#professional .professional_txt {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width:640px) {
  #professional .professional_txt {
    font-size: 26px;
  }
}
#professional .professional_txt .highlight {
  color: #53A422;
  font-size: 30px;
}
@media only screen and (max-width:640px) {
  #professional .professional_txt .highlight {
    font-size: 26px;
  }
}
#professional .professional_txt .highlight_lg {
  color: #53A422;
  font-size: 54px;
  font-weight: 900;
  border-bottom: solid 2px #53A422;
}
@media only screen and (max-width:640px) {
  #professional .professional_txt .highlight_lg {
    font-size: 34px;
  }
}
#professional .professional_txt .highlight_min {
  color: #53A422;
  font-size: 42px;
}
@media only screen and (max-width:640px) {
  #professional .professional_txt .highlight_min {
    font-size: 24px;
  }
}
#professional .professional_img {
  max-width: 768px;
  width: 100%;
  margin: 40px auto;
}

#process {
  margin: 0;
  padding: 60px 30px 120px;
  background: #EFF9F8;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #process {
    padding: 80px 30px;
  }
}
@media only screen and (max-width:640px) {
  #process {
    padding: 60px 20px 80px;
  }
}
#process .process_txt {
  position: relative;
  z-index: 1;
  max-width: 700px;
  width: 90%;
  margin: 0 auto -45px;
  padding: 20px 40px;
  font-size: 30px;
  text-align: center;
  background-color: #21409D;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 30px;
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #process .process_txt {
    width: 95%;
    margin: 0 auto -35px;
    font-size: 16px;
    border-radius: 87px;
  }
}
@media only screen and (max-width:640px) {
  #process .process_txt {
    width: 95%;
    margin: 0 auto -50px;
    font-size: 16px;
    border-radius: 87px;
  }
}
#process .process_txt .highlight_lg {
  color: #FFFF00;
}
@media only screen and (max-width:640px) {
  #process .process_txt .highlight_lg {
    font-size: 20px;
  }
}
#process .process_img {
  width: 100%;
  max-width: 932px;
  margin: 0 auto;
}

#flow {
  margin: 0 auto;
  padding: 80px 30px 90px;
  background-image: url(images/flow_bg.png);
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #flow {
    padding: 70px 30px;
  }
}
@media only screen and (max-width:640px) {
  #flow {
    padding: 60px 20px;
  }
}
#flow h1 {
  margin: 0 0 70px;
  font-size: 34px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width:640px) {
  #flow h1 {
    margin: 0 0 40px;
  }
}
#flow h1 .en {
  display: block;
  color: #53A422;
  font-size: 17px;
  font-weight: 900;
}
#flow h1 .min {
  font-size: 30px;
}
#flow .flow_list {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #flow .flow_list {
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #flow .flow_list {
    display: block;
  }
}
@media only screen and (max-width:640px) {
  #flow .flow_list {
    display: block;
  }
}
#flow .flow_list li {
  position: relative;
  display: inline-block;
  margin: 0 40px;
}
#flow .flow_list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("images/arrow.png") no-repeat center/contain;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #flow .flow_list li:not(:last-child)::after {
    display: none;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #flow .flow_list li:not(:last-child)::after {
    display: none;
  }
}
@media only screen and (max-width:640px) {
  #flow .flow_list li:not(:last-child)::after {
    display: none;
  }
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #flow .flow_list li {
    width: 47%;
    margin: 0 0 50px;
  }
  #flow .flow_list li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #flow .flow_list li {
    width: 100%;
    margin: 0 0 100px;
  }
}
@media only screen and (max-width:640px) {
  #flow .flow_list li {
    width: 100%;
    margin: 0 0 100px;
  }
  #flow .flow_list li:last-child {
    margin-bottom: 40px;
  }
}
#flow .flow_list li .step {
  position: relative;
  margin: 0 0 20px;
  padding: 15px 35px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 38px;
  background: #53A422;
}
@media only screen and (min-width:641px) and (max-width:820px), only screen and (max-width:640px) {
  #flow .flow_list li .step {
    max-width: 313px;
    margin: 0 auto 20px;
    padding: 5px 20px 7px;
    font-size: 20px;
  }
}
#flow .flow_list li .step .num {
  margin: 0 0 0 5px;
  font-size: 22px;
}
@media only screen and (max-width:640px) {
  #flow .flow_list li .step .num {
    font-size: 28px;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #flow .flow_list li .flow_list_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width:640px) {
  #flow .flow_list li .flow_list_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #flow .flow_list li .re {
    flex-flow: row-reverse;
  }
}
@media only screen and (max-width:640px) {
  #flow .flow_list li .re {
    flex-flow: row-reverse;
  }
}
#flow .flow_list li .txt_btm {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width:641px) and (max-width:1112px) {
  #flow .flow_list li .txt_btm {
    font-size: 24px;
  }
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #flow .flow_list li .txt_btm {
    width: 49%;
    font-size: 24px;
  }
}
@media only screen and (max-width:640px) {
  #flow .flow_list li .txt_btm {
    width: 49%;
    font-size: 17px;
  }
}
#flow .flow_list li .flow_img {
  width: 100%;
  margin: 0 0 30px;
}
@media only screen and (min-width:641px) and (max-width:820px) {
  #flow .flow_list li .flow_img {
    width: 49%;
    margin: 0;
  }
}
@media only screen and (max-width:640px) {
  #flow .flow_list li .flow_img {
    width: 49%;
    margin: 0;
  }
}
@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:820px) {
  #flow .flow_list li + li::before {
    content: "";
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 66px;
    background: url("images/arrow_sp.png") no-repeat center/contain;
  }
  #flow .flow_list li {
    position: relative;
  }
}
#flow .safety_img {
  display: block;
  max-width: 705px;
  width: 100%;
  margin: 40px auto 0;
}
#flow .sp {
  display: none;
}
@media only screen and (max-width:640px) {
  #flow .sp {
    display: block;
    margin: 0 auto;
  }
}
#flow .pc {
  display: block;
}
@media only screen and (max-width:640px) {
  #flow .pc {
    display: none;
  }
}

.copy {
  padding: 40px 30px;
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width:640px) {
  .copy {
    padding: 30px 20px;
    font-size: 12px;
  }
}/*# sourceMappingURL=main.css.map */