@charset "UTF-8";
.reason {
  text-align: center;
}
.reason h2 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}
.reason h2 span {
  color: #07308b;
}
.reason p {
  margin: 0 auto;
  margin-bottom: 100px;
  line-height: 170%;
  max-width: 90%;
}
.reason h3 {
  display: inline-block;
  background: #e71e19;
  color: white;
  padding: 7.5px 50px;
  border-radius: 9999px;
  margin-bottom: 50px;
  font-size: 20px;
}
.reason .reason-flex {
  display: flex;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 150px;
}
.reason .reason-flex .name {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
}
.reason .reason-flex .left .name {
  color: #07308b;
}
.reason .reason-flex .center .name {
  color: #e71e19;
}
.reason .reason-flex .right .name {
  color: #f0aa3e;
}
.reason .reason-flex .left img,
.reason .reason-flex .right img {
  width: 150px;
}
.reason .reason-flex .center img {
  width: 300px;
}
.reason .reason-flex .center-left img,
.reason .reason-flex .center-right img {
  width: 200px;
}
.reason .reason-flex .arrow-box {
  border: solid 2px #07308b;
  border-radius: 15px;
  position: relative;
  width: 170px;
  margin: 0 30px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-align: left;
}
.reason .reason-flex .arrow-box .arrow1 {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 100px;
  transform: translate(-50%, 0);
}
.reason .reason-flex .arrow-box .arrow2 {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 100px;
  transform: translate(-50%, 0);
}

.three {
  margin-bottom: 150px;
}

.three-flex {
  display: flex;
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  align-items: center;
  margin-bottom: 100px;
  margin-top: 50px;
}
.three-flex .left {
  width: 250px;
  font-weight: 600;
}
.three-flex .left .point {
  font-size: 14px;
  color: #f0aa3e;
}
.three-flex .left span {
  font-size: 23px;
  padding-left: 3px;
  color: #f0aa3e;
}
.three-flex .left h4 {
  color: #f0aa3e;
}
.three-flex .right {
  text-align: left;
  width: calc(100% - 250px);
}
.three-flex .right p {
  margin-bottom: 0;
}

.flow {
  margin-top: 150px;
  width: 850px;
  max-width: 90%;
  margin: 0 auto;
}
.flow .step-title {
  text-align: left;
  font-weight: 600;
  color: #f0aa3e;
  margin-bottom: 5px;
}
.flow .step-title span {
  color: #f0aa3e;
}
.flow .step-title .number {
  font-size: 23px;
  color: #f0aa3e;
  padding: 0 5px;
}
.flow .talk {
  text-align: left;
  border: solid 2px #07308b;
  position: relative;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 70px;
}
.flow .talk p {
  margin-bottom: 0;
}
.flow .talk .talk-img {
  width: 35px;
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translate(-50%, 0);
}
.flow .talk ul {
  display: flex;
  margin-bottom: 20px;
  font-weight: 600;
  flex-wrap: wrap;
}
.flow .talk ul li {
  list-style: "■";
  margin-right: 30px;
  color: #07308b;
}
.flow .link {
  width: 400px;
  margin: 30px auto;
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  .reason .reason-flex .left img,
  .reason .reason-flex .right img {
    width: 100px;
  }
  .reason .reason-flex .center img {
    width: 200px;
  }
  .reason .reason-flex .arrow-box {
    width: 130px;
  }
  .reason .reason-flex .arrow-box .arrow1 {
    width: 80px;
    top: -17px;
  }
  .reason .reason-flex .arrow-box .arrow2 {
    width: 80px;
    bottom: -17px;
  }
}
@media screen and (max-width: 800px) {
  .reason .reason-flex {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
  .reason .reason-flex .left,
  .reason .reason-flex .right {
    margin: 0 auto;
  }
  .reason .reason-flex .left img,
  .reason .reason-flex .right img {
    width: 200px;
    max-width: 100%;
  }
  .reason .reason-flex .center-left {
    margin: 0 auto;
  }
  .reason .reason-flex .arrow-box {
    width: 250px;
    height: 250px;
    font-size: 22px;
    max-width: 100%;
  }
  .reason .reason-flex .center {
    margin: 0 auto;
  }
  .reason .reason-flex .center img {
    width: 300px;
    max-width: 100%;
  }
  .reason .reason-flex .center-right {
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .top-flex .left h1 {
    font-size: 30px;
    overflow-wrap: break-word;
  }
  .reason h2 {
    font-size: 20px;
  }
  .reason p {
    text-align: left;
  }
  .reason h3 {
    padding: 7.5px 15px;
    max-width: 90%;
    margin-bottom: 40px;
    font-size: 18px;
  }
  .reason .reason-flex {
    max-width: 90%;
  }
  .reason .reason-flex .arrow-box {
    margin: 0;
  }
  .reason .reason-flex .arrow-box {
    width: 200px;
    padding: 0 0px;
    max-width: 90%;
    margin: 0 auto;
    height: 200px;
  }
  .reason .reason-flex .arrow-box .arrow1 {
    width: 50px;
    transform: translate(0, -50%);
    left: -26px;
    right: auto;
    top: 50%;
    bottom: auto;
  }
  .reason .reason-flex .arrow-box .arrow2 {
    width: 50px;
    transform: translate(0, -50%);
    right: -26px;
    left: auto;
    top: 50%;
    bottom: auto;
  }
  .three-flex {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .three-flex .right {
    width: 100%;
  }
  .three-flex .right p {
    text-align: center;
  }
  .three-flex .left {
    width: auto;
    margin-bottom: 20px;
  }
  .flow .step-title {
    text-align: center;
    font-size: 20px;
  }
  .flow .step-title .step {
    font-size: 16px;
  }
  .flow .step-title .number {
    font-size: 18px;
  }
}/*# sourceMappingURL=manage.css.map */