.recruit_lp_area{
  text-align: left;
  width: 800px;
  margin: 0 auto;
}
.recruit_lp_area > div {
  margin-bottom: 4rem;
}
.recruit_lp_main .row {
  margin-bottom: 2rem;
}
.lp_fv img {
  margin-bottom: 1rem;
}
.lp_img_box img {
width: 100%;
}

.title_area {
  margin-bottom: 3rem;
}
.title_area h4.lp_h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #2ABCF0;
  line-height: 1.4em;
  margin-bottom: 1rem;
  text-align: center;
}
h5.lp_h5{
  font-size: 1.5rem;
  font-weight: 700;
  border-left:8px solid #0B70B5;
  line-height: 1.4em;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}
.title_area p.catch {
  font-size: 1rem;
  text-align: center;
}

.recruit_lp_main .lp_txt_box h4 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0B70B5;
}
.btn.btn_lp {
  width: 100%;
  position: relative;
  height: 80px;
  margin-bottom: 4rem;
}
.btn.btn_lp a {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: #FFAA00;
  display: block;
  text-align: center;
  width: 420px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px #db9200;
  text-align: center;

}
.btn.btn_lp a:hover{
  top:2px;
  box-shadow: 0 2px #db9200;
  text-decoration: none;
  background: #ffbc35;
}
h3.lp_h3_band {
  width: 100%;
  background: #0B70B5;
  color: #fff;
  text-align: center;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 75px;
  margin-bottom: 2rem;
}
ul.work_frow{
  width: 570px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

ul.work_frow li {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0B70B5;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #0B70B5;
  margin-bottom: 40px;
  padding: 0.7rem;
}
ul.work_frow li::after{
  position: absolute;
  content: url(../../images/lp_arrow.png);
  bottom: -36px;
  left: 50%;
  transform: translate(-50%,0);
}
ul.work_frow li:last-child{
  margin-bottom: 0;
}
ul.work_frow li:last-child:after{
  content:"";
}

.textcenter{
  text-align: center;
}

.marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
dl.charm_step dt {
  border-bottom: 1px solid #2ABCF0;
  font-size: 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
dl.charm_step dd {
  margin-bottom: 2rem;
}
dl.charm_step dt span{
  font-weight:700;
}
dl.charm_step dt span:last-child{
padding-left: 0.7rem;
font-size: 2rem;
display: block;
line-height: 1.2em;
}

dl.charm_step dt span.step_box{
  font-size: 1.25rem;
  background-color: #2ABCF0;
  display: block;
  color: #fff;
  padding: 0.5rem 1rem;
  /* 左上のみ角丸 */
border-top-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
/* 右上のみ角丸 */
border-top-right-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;

}
.recruit_lp_senpai{

}
dl.senpai_qa dt {
    color: #0B70B5;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
dl.senpai_qa dd {
  margin-bottom: 1rem;
}
p.senpai_profile {
  text-align: center;
  font-size: 14px;
}
p.senpai_profile span.name{
  font-size: 16px;
  font-weight: 700;
}

.recruit_lp_senpai .lp_img_box img {
  margin-bottom: 0.5rem;
}
.recruit_lp_senpai .row{
  margin-bottom:2rem;
}
.recruit_lp_subject .pittari {
  text-align: center;
}
.recruit_lp_subject .pittari h4{
 font-size: 2rem;
 margin-bottom: 1rem;
}
.recruit_lp_subject ul.pittari_list{
  margin-bottom: 2rem;
}
.recruit_lp_subject ul.pittari_list li{
font-size: 1.25rem;
font-weight: 700;
}
.recruit_lp_subject .pittari h4{
  position: relative;
  display: inline-block;
}
.recruit_lp_subject .pittari h4:before{
  content: "";
  background-image: url(../../images/pittari_left.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
  left: -50px;
  top: 50%;
  transform: translate(0,-50%);
}
.recruit_lp_subject .pittari h4:after{
  content: "";
  background-image: url(../../images/pittari_right.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
  right: -50px;
  top: 50%;
  transform: translate(0,-50%);

}
.ikaseru {
  border: 1px solid #707070;
margin-bottom: 4rem;
}


.ikaseru h4{
  text-align: center;
  background-color: #F6F6F6;
  padding: 0.5em;
  font-size: 1.5rem;
  font-weight: 700;
}
.recruit_lp_subject ul.ikaseru_list{
  text-align: left;
  padding-left: 15rem;
}
.recruit_lp_subject ul.ikaseru_list li{
font-size: 1.5rem;
font-weight: 700;
position: relative;
display: inline-block;
text-align: center;
margin-bottom: 0.5rem;
}
.recruit_lp_subject ul.ikaseru_list li:before{
  content: "";
  background-image: url(../../images/icon_ikaseru.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 24px;
  height: 18px;
  left: -28px;
  top: 50%;
  transform: translate(0,-50%);
}

ul.ikaseru_list {
  padding: 1rem;
}











/*magein*/
.mb_5{
  margin-bottom: 0.5rem;
 }
 .mb_10{
  margin-bottom: 1rem;
 }
 .mb_20{
  margin-bottom: 2rem;
 }
 .mb_30{
  margin-bottom: 3rem;
 }
 .mb_40{
  margin-bottom: 4rem;
 }
/*flex*/
.row {
  display: flex;
  justify-content: space-between;
}
.row.switch{
  flex-direction: row-reverse;
}
.col-md-3 {
  width: calc(25% - 10px);
}
.col-md-4 {
  width: calc(33.3% - 10px);
}
.col-md-5 {
  width: calc(41.6% - 10px);
}
.col-md-6 {
    width: calc(50% - 10px);
}
.col-md-7 {
  width: calc(58.3% - 10px);
}

.col-md-8 {
  width: calc(66.6% - 10px);
}

.col-md-9 {
  width: calc(75% - 10px);
}

@media screen and (max-width: 800px) {
	/* 800px以下に適用されるCSS（タブレット用） */
  .recruit_lp_area{
    width: 100%;
  }

  .lp_fv img {
    width: 100%;
  }
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
  width: calc(100%);
  }
  .title_area p.catch{
    text-align: left;
  }
.row {
  flex-flow: column;
  }
  .row.switch{
    flex-direction:column;
  }
  .btn.btn_lp a{
    width: 100%;
    font-size: 1.2rem;
  }

  element.style {
  }
  h3.lp_h3_band {
      height: 60px;
      font-size: 1.4rem;
      border-radius: 0;
  }
  .title_area h4.lp_h4{
    font-size: 1.6rem;
    text-align: left;
  }
  .recruit_lp_main .lp_txt_box h4{
    font-size: 1.2em;
  }
  ul.work_frow {
    width: 100%;
  }
  dl.charm_step dt {
    border-bottom:0;
    font-size: 1.4rem;
    flex-wrap: wrap;


  }
  dl.charm_step dt span:last-child{
    font-size: 1.6rem;
    padding-left: 0;

  }
  dl.charm_step dt span.step_box{
    width: 100%;
    margin-bottom: 1rem;
  }

  .recruit_lp_subject .pittari h4{
    font-size: 1.4rem;
  }

  .recruit_lp_subject ul.pittari_list li{
    font-size: 1.1rem;
  }

  .recruit_lp_subject ul.ikaseru_list li{
    font-size: 1rem;
  }
  .lp_img_box img {
    margin-bottom: 1rem;
  }
  ul.work_frow li{
    font-size: 1.1rem;
  }
  p{
    font-size: 14px;
  }

  .recruit_lp_senpai .lp_img_box {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .recruit_lp_subject ul.ikaseru_list{
  text-align: left;
  padding-left: 3rem;

  }
  .ikaseru p.detail {
    text-align: center;
  }
}
