  @charset "UTF-8";

h2 {
	text-align: center;
	position: relative;
	display: block;
	margin: 0 auto 80px;
}
h2::before {
  content: url(/company/recruit/adoption_detail/images/common/h2_mark.png);
  position: relative;
  top: 0;
  margin-right: 10px;
}
h2::after {
  content: "";
}
h3 {
  text-align: center;
  font-size: 2.6rem;
}
.mgr40 {
  margin-bottom: 40px;
}
.right--colorGray {
  color: #a0a0a0;
  font-size: 1.4rem;
  text-align: right;
}
.white {color: #fff;}
.txt--red {
  color: #d00000;
}
.txt--black {
  color: #ecedff;
}
.decoration {
  text-decoration: underline;
}
.square {
    margin-top: 1%;
    color: #fff;
    font-size: 1.6rem;
    font-weight:normal;
}
/*レイアウト
---------------------------------------*/
.stepWrap {
  position: relative;
	margin-top: 10%;
}
.stepWrap::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 80%;
  background: #005aab;
  top: 10%;
  left: 85px;
  z-index: 1;
}
	@media all and (max-width: 768px) {
		.stepWrap::before {
		  left: 80px;
		}
	}
.stepWrap.wi001::before {
  content: none;
}
.wi001::after,
.stepWrap::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 60px solid #00b0d7;
  border-right: 110px solid transparent;
  border-bottom: 0px solid #00b0d7;
  border-left: 130px solid transparent;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: 0 auto;
}
.stepBlock {
  padding-top: 50px;
  background: url(/company/recruit/adoption_detail/images/common/upper_bg.png) no-repeat top right;
}
	@media all and (max-width:1024px) {
	  .stepBlock {
		background: url(/company/recruit/adoption_detail/images/common/upper_bg.png) no-repeat top 0 right 0;
		background-size: 70%;
	  }
	}
	@media all and (max-width:750px) {
	  .stepBlock {
		background: url(/company/recruit/adoption_detail/images/common/upper_bg.png) no-repeat top 80px right 0;
		background-size: 70%;
	  }
	}
.stepArea {
  width: 1020px;
  margin: 0 auto 0;
}
.stepArea h2 {margin-bottom: 32px;}
.center {
  text-align: center;
}
.schedule_step {margin-bottom: 63px;}

.top_caution_text {
	color: #C40018;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 4rem;
  line-height: 3rem;
}
@media all and (max-width:768px) {
  .top_caution_text {
	text-align: left;
  }
}

.stepBox--flex {
  color: #fff;
  display: flex;
  background: #00b0d7;
  border-bottom: 5px dashed #ffffff8a;
  padding: 0 30px;
}
.wi001 .stepBox--flex {
  justify-content: center;
}
.stepBox__items--flex {
  width: 40%;
  display: flex;
  align-items: center;
}
	@media all and (max-width: 768px) {
		.stepBox__items--flex {
		  width: 35%;
		}
	}
.stepBox--flex:last-child {
	border:none;
}
.wi001 .stepBox__items--flex {
  width: 30%;
  margin: 0 auto;
}
.stepBox__items--flex h3 {
  line-height: 40px;
  text-align: left;
  font-size: 2.3rem;
}
.stepBox__items {
  width: 60%;
  padding: 80px 0;
}
	@media all and (max-width: 768px) {
		.stepBox__items {
		  width: 65%;
		}
	}
.stepBox__items figure {
  width: 35%;
  position: relative;
  z-index:1;
}
.stepBox__items__txt {
  width: 60%;
  display: flex;
  align-items: center;
}
.txt__first {/* margin-bottom: 38px; */}

.wi000{
      width: 1020px;
      margin: 7% auto 0;
}

.rib_g{
  margin-top: 1%;
}

.wi000 p{
	margin:0 auto;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	padding: 6% 0;
}



/*stepBlock
---------------------------------------*/
@media all and (max-width:1020px) {
	.stepBox__items--flex h3 {
	  font-size: 2.4rem;
	}
	.stepArea,.wi000 {
		width: 100%;
		padding: 0 15px;
	}
	.wi000{
		margin: 12% auto 0;
	}
}
@media all and (max-width: 700px) {
  .stepWrap::before {display: none;}
  .stepBox--flex {
    flex-wrap: wrap;
    padding: 5%;
  }
  .stepBox__items:nth-of-type(1),
  .stepBox__items:nth-of-type(2) {
    width: 70%;
  }
  div.stepBox__items {
    margin: 0 auto;
    padding: 2% 2.5% 2% 2%;
  }
  .txt__first {margin-bottom: 6%;}
  .wi000{
    width: 94%;
  }
}

@media all and (max-width: 540px) {
  .right--colorGray {text-align: left;}
  .schedule_step {margin-bottom: 30px;}
  .stepBox__items--flex h3 {font-size: 2rem;line-height: 25px;}
  .stepBox__items:nth-of-type(1),
  .stepBox__items:nth-of-type(2),
  .flex--alignItems {
    width: 96%;
  }
  .stepWrap::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 30px solid #00b0d7;
      border-right: 60px solid transparent;
      border-bottom: 0px solid #00b0d7;
      border-left: 60px solid transparent;
      left: 0;
      right: 0;
      bottom: -30px;
  }
  .wi000 p{
	font-size: 2rem;
  }
  .square {
	text-align: center;
    display: block;
    background: #FFF;
    font-size: 1.8rem;
    margin-top: 5px;
    color: #d00000;
    font-weight: bold;
    padding: 4px;
}
}
