.recruit__h2 {
  background: #f27fa8;
  color: #FFF;
}

.ttl__box {
  border-color: #f27fa8;
}

.ttl__box_h1 {
  background: #f27fa8;
  color: #FFF;
}

.ttl__box_h2 {
  color: #f27fa8;
}

.ttl__img {
  max-width: 443px;
}

@media only screen and (max-width: 640px) {
  .ttl__img {
    max-width: 55%;
  }
}

.howto__img {
  max-width: 837px;
  width: 100%;
  margin: 2.5rem 0 4rem auto;
}

.howto__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5rem auto 5.5rem;
}

@media only screen and (max-width: 640px) {
  .howto__wrap {
    flex-direction: column;
  }
}

.howto__block {
  width: 48.39%;
  text-align: left;
}

.howto__block:first-child {
  width: 100%;
  margin-bottom: 3.3rem;
}

@media only screen and (max-width: 640px) {
  .howto__block {
    width: 100%;
  }
  .howto__block:last-child {
    margin: 3.3rem 0 0;
  }
}

.howto__box + .howto__box {
  margin-top: 3.3rem;
}

.howto__box_p {
  padding-left: 1.4rem;
  font-size: 1.8rem;
}

@media only screen and (max-width: 640px) {
  .howto__box_p {
    padding-left: .8rem;
  }
}

.howto__box_p a {
  font-size: inherit;
  color: #00aeff;
  text-decoration: underline;
}

.howto__box_img {
  max-width: 617.3px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .howto__box_img {
    max-width: initial;
  }
}

.howto__ttl {
  display: block;
  width: 263px;
  padding: .5rem 1.4rem;
  box-sizing: border-box;
  background: #f27fa8;
  margin: 0 0 1.2rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFF;
}

.howto__ttl::after {
  content: "";
  width: 1.7rem;
  height: 100%;
  background: url(../img/recruit/recruit_ttl_bg.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: -1.7rem;
}

.howto__color {
  font-size: inherit;
  font-weight: inherit;
  color: #F45858;
}

.howto__btn {
  margin: 4.5rem 0 0;
}

.howto__interview {
  max-width: 720px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 3rem auto 0;
  padding: 0;
}

.howto__interview_img {
  width: 10rem;
}

@media only screen and (max-width: 640px) {
  .howto__interview_img {
    width: 6rem;
  }
}

.howto__interview_bubble {
  width: calc(100% - 12rem);
  position: relative;
  margin: 0;
  padding: 2rem 3rem;
  border-radius: 10px;
  box-sizing: border-box;
  background: #d2f1ff;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .howto__interview_bubble {
    width: calc(100% - 8rem);
    padding: 1.5rem;
  }
}

.howto__interview_bubble::after {
  content: "";
  position: absolute;
  top: 3rem;
  border-top: 1.3rem solid transparent;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid #d2f1ff;
  border-bottom: 1.3rem solid transparent;
  left: -2.9rem;
}

@media only screen and (max-width: 640px) {
  .howto__interview_bubble::after {
    top: 1.5rem;
  }
}

.howto__interview_txt {
  font-size: 1.8rem;
}

.howto__interview_txt .howto__interview_txt {
  margin: 4.2rem;
}

.howto__btn {
  margin: 3.5rem auto 0;
}

.future__ttl {
  display: block;
  width: 263px;
  padding: .5rem 1.4rem;
  box-sizing: border-box;
  background: #f27fa8;
  margin: 5rem 0 -3rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFF;
}

.future__ttl::after {
  content: "";
  width: 1.7rem;
  height: 100%;
  background: url(../img/recruit/recruit_ttl_bg.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: -1.7rem;
}

.future__last_img {
  max-width: 509px;
  width: 100%;
  margin: 0 auto;
}

.future__btn {
  margin: 4rem auto 0;
}

.job__box_p {
	font-size:2.0rem;
	text-align:center;
}