@media screen and (max-width: 749px) {
  .header {
    background-image: none;
    background-size: initial;
    position: relative;
    height: 80px;
  }
  .header::before {
    top: 0;
    right: 0;
    bottom: 80px;
    left: 0;
    content: ' ';
  }
  .header__inner {
    padding: 1%;
  }
}

.agencys-fv {
  background: url("../../../images/agencys-top.png");
  height: 50vh;
  background-size: cover;
  background-position: center;
  margin-top: -20px;
}

@media screen and (max-width: 959px) {
  .agencys-fv {
    height: 30vh;
  }
}

@media screen and (max-width: 749px) {
  .agencys-fv {
    height: 25vh;
    margin-top: -98px;
  }
}

.agencys-recruit__title {
  text-align: center;
  margin-top: 30px;
  font-size: 2.8rem;
}

.agencys-recruit__img {
  margin-top: 30px;
}

.agencys-recruit__text {
  text-align: center;
  margin-bottom: 50px;
}

.agencys-content__items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 30px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  .agencys-content__items__item {
    margin-left: -30px;
  }
}

.agencys-content__items__item__point {
  background-color: rgba(57, 154, 178, 0.9);
  position: relative;
  width: 8%;
  padding: 4%;
  border-radius: 50%;
  left: 4%;
}

@media screen and (max-width: 749px) {
  .agencys-content__items__item__point {
    width: 12%;
    padding: 6%;
    left: 6%;
  }
}

@media screen and (max-width: 570px) {
  .agencys-content__items__item__point {
    width: 16%;
    padding: 8%;
    left: 8%;
  }
}

.agencys-content__items__item__point p {
  position: absolute;
  left: 2%;
  top: 25%;
  width: 100%;
  margin: -.5em 0 0;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .agencys-content__items__item__point p {
    top: 23%;
    left: 0;
    font-size: 0.6rem;
  }
}

@media screen and (max-width: 749px) {
  .agencys-content__items__item__point p {
    font-size: 0.4rem;
  }
}

.agencys-content__items__item__point p .br {
  line-height: initial;
}

.agencys-content__items__item__point p span {
  display: inline-block;
  margin-top: -10px;
  font-size: 3.4rem;
}

@media screen and (max-width: 959px) {
  .agencys-content__items__item__point p span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 749px) {
  .agencys-content__items__item__point p span {
    margin-top: -7px;
  }
}

.agencys-content__items__item__text {
  background-color: #DFF0F4;
  width: 90%;
  padding: 50px 65px;
}

@media screen and (max-width: 749px) {
  .agencys-content__items__item__text {
    padding: 30px 60px;
    margin-right: 0;
  }
}

.agencys-content__items__item__text span {
  color: rgba(57, 154, 178, 0.9);
}

.agencys-btn {
  padding: 20px 0;
  width: 270px;
  margin: 0 auto 50px auto;
  background-color: #938B63;
  text-align: center;
}

.agencys-btn__text {
  margin: 0 auto;
  display: block;
  font-weight: bold;
  color: #ffffff;
  -webkit-transform: translate(10%, 0);
          transform: translate(10%, 0);
}

.agencys-btn .off {
  width: 15px;
  height: 13px;
  margin-right: 10px;
  margin-top: 5px;
}

.agencys-btn .on {
  display: none;
}

.agencys-flow {
  background-color: #E8E8DE;
  padding: 80px 0;
}

.agencys-flow__title {
  text-align: center;
  padding-bottom: 30px;
}

.agencys-flow__img {
  width: 10%;
  margin: 0 auto 30px auto;
}

.agencys-flow__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.agencys-flow__items__arrow {
  width: 3.5%;
  height: 3.5%;
  margin: 0 10px;
}

@media screen and (max-width: 749px) {
  .agencys-flow__items {
    display: block;
  }
}

.agencys-flow__items__item {
  background-color: #FFFFFF;
  width: 25%;
  height: 280px;
  padding-bottom: 20px;
}

@media screen and (max-width: 749px) {
  .agencys-flow__items__item {
    width: 80%;
    margin: 0 auto;
    height: initial;
    margin-bottom: 30px;
  }
}

.agencys-flow__items__item__number {
  text-align: center;
  background-color: rgba(57, 154, 178, 0.9);
  color: #ffffff;
  padding: 10px 0;
}

.agencys-flow__items__item__img {
  text-align: center;
  margin: 30px 0;
}

.agencys-flow__items__item__img img {
  height: 45%;
  width: 45%;
}

@media screen and (max-width: 749px) {
  .agencys-flow__items__item__img img {
    height: 90%;
    width: 90%;
  }
}

.agencys-flow__items__item__text {
  text-align: center;
  font-weight: bold;
}

.text-3 {
  padding-top: 25px;
}

@media screen and (max-width: 749px) {
  .text-3 {
    padding-top: 0;
  }
}

.instructor-recruit {
  padding: 100px 0;
}

.instructor-recruit__title {
  text-align: center;
  padding-bottom: 20px;
}

.instructor-recruit__title span {
  color: rgba(57, 154, 178, 0.9);
  letter-spacing: 3px;
  font-size: 3.2rem;
}

.instructor-recruit__text {
  padding-bottom: 30px;
  text-align: center;
}

.instructor-point {
  background-color: #938B63;
}

@media screen and (max-width: 749px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.agencys-br {
  display: block;
}

.agencys-br {
  display: block;
}
/*# sourceMappingURL=agencys.css.map */