.page_recruit_flow #container {
  padding-top: 0;
}

/*------------------------------------------------

r_flowCont

-------------------------------------------------*/
.r_flowCont {
  margin-bottom: 70px;
}

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

.r_flowCont__item.arrow {
  position: relative;
}

.r_flowCont__item.arrow::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 9px 0 9px;
  border-color: #ccc transparent transparent transparent;
  bottom: -41px;
  left: 66px;
}

.r_flowCont__left {
  width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.r_flowCont__right {
  width: calc(100% - 340px);
}

.r_flowCont__ttl {
  font-size: 26px;
  font-weight: bold;
  color: #0058A6;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
}

.r_flowCont__txt {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.875;
}

.r_flowCont__lay01 {
  width: 150px;
  min-width: 150px;
  height: 150px;
  border: 1px solid #0058A6;
  border-radius: 50%;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 150px;
}

.r_flowCont__lay02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  min-width: 150px;
  height: 150px;
  border: 1px solid #AF2735;
  border-radius: 50%;
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  font-family: 'Roboto', sans-serif;
}

.r_flowCont__lay02 .span {
  display: block;
  font-weight: bold;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
}

.r_flowCont__lay03 {
  width: 150px;
  height: 150px;
  min-width: 150px;
}

.r_flowCont .blue {
  color: #0058A6;
}

.r_flowCont .red {
  color: #AF2735;
}

.r_flowCont .orenge {
  color: #FF8900;
}

@media screen and (max-width: 1024px) {
  .r_flowCont__item.arrow::after {
    bottom: -41px;
    left: 50px;
  }
  .r_flowCont__left {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .r_flowCont__right {
    width: calc(100% - 280px);
  }
  .r_flowCont__ttl {
    font-size: 20px;
    width: 120px;
  }
  .r_flowCont__lay01 {
    width: 120px;
    min-width: 120px;
    height: 120px;
    font-size: 28px;
    line-height: 120px;
  }
  .r_flowCont__lay02 {
    width: 120px;
    min-width: 120px;
    height: 120px;
    font-size: 44px;
  }
  .r_flowCont__lay02 .span {
    font-size: 20px;
  }
  .r_flowCont__lay03 {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .r_flowCont {
    margin-bottom: 60px;
  }
  .r_flowCont__item.arrow::after {
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .r_flowCont__left {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
  .r_flowCont__right {
    width: 100%;
  }
  .r_flowCont__ttl {
    font-size: 20px;
    width: auto;
    margin-left: 20px;
  }
  .r_flowCont__txt {
    font-size: 15px;
  }
  .r_flowCont__lay01 {
    width: 90px;
    min-width: 90px;
    height: 90px;
    font-size: 26px;
    line-height: 90px;
  }
  .r_flowCont__lay02 {
    width: 90px;
    min-width: 90px;
    height: 90px;
    font-size: 35px;
  }
  .r_flowCont__lay02 .span {
    font-size: 15px;
  }
  .r_flowCont__lay03 {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
}

/*------------------------------------------------

r_flowContactBox

-------------------------------------------------*/
.r_flowContactBox {
  background-color: #F7F7F7;
  padding: 60px 0;
}

.r_flowContactBox__item {
  background-color: #fff;
  padding: 50px 0;
}

.r_flowContactBox__ttl {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #0058A6;
  margin-bottom: 20px;
}

.r_flowContactBox__txt {
  text-align: center;
  font-weight: 400;
}

.r_flowContactBox__tel {
  text-align: center;
  margin-bottom: 25px;
}

.r_flowContactBox__tel a {
  font-family: 'Roboto', sans-serif;
  color: #0058A6;
  font-weight: bold;
  font-size: 55px;
  text-decoration: none;
}

.r_flowContactBox__btn {
  width: 320px;
  margin: auto;
  text-align: center;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.r_flowContactBox__btn::after {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/r_flow_arrow.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 10px;
  right: -30px;
  bottom: 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.r_flowContactBox__btn a {
  display: block;
  padding: 10.5px 0;
  text-decoration: none;
  color: #0058A6;
  font-size: 18px;
  border: 1px solid #0058A6;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
}

.r_flowContactBox__btn:hover {
  opacity: 0.8;
}

.r_flowContactBox__btn:hover::after {
  right: -40px;
}

@media screen and (max-width: 768px) {
  .r_flowContactBox {
    padding: 40px 0;
  }
  .r_flowContactBox__item {
    padding: 25px;
  }
  .r_flowContactBox__ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .r_flowContactBox__tel {
    margin-bottom: 15px;
  }
  .r_flowContactBox__tel a {
    font-size: 42px;
  }
  .r_flowContactBox__btn {
    width: 260px;
  }
  .r_flowContactBox__btn::after {
    width: 40px;
    height: 8px;
    right: -20px;
    bottom: 10px;
  }
  .r_flowContactBox__btn a {
    padding: 8.5px 0;
    font-size: 14px;
  }
  .r_flowContactBox__btn:hover::after {
    right: -30px;
  }
}
/*# sourceMappingURL=recruit_flow.css.map */