@charset "UTF-8";

.heading {
  font-size: var(--f-large);
  text-align: center;
  margin-bottom: 1em;
}
.heading span {
  display: inline-block;
}

.feature .flex figure figcaption {
  margin-top: .5em;
}

.feature ul {
  margin-left: 1.3em;
  list-style: outside;
  flex: 1;
}

.feature ul li span {
  display: inline-block;
}

.feature .flex figure img {
  max-width: 100%;
}

/* /recruit/ 以下のレイアウト関連 */
/* PCの表示幅に関する設定 */
/* 1920px以上は1440pxが有効 */
@media screen and (min-width: 1920px) {
  section.feature {
    padding-left: 192px;
    background-size: 173px auto;
  }
}

/* 1280px以上は画面幅の75vwが有効 */
@media screen and (min-width: 1280px) and (max-width: 1920px) {
  section.feature {
    padding-left: 10vw;
    background-size: 9vw auto;
  }
}

/* 1024px以上は960pxが有効 */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  section.feature {
    padding-left: 128px;
    background-size: 115px auto;
  }
}

/* それ以下は画面幅の90vwが有効 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.feature {
    padding-left: 12vw;
    background-size: 11vw auto;
  }
}

/* PC表示 */
@media screen and (min-width: 769px) {
  .overallView figure {
    margin: 1em auto;
    width: 55vw;
  }


  .feature .flex {
    display: flex;
  }
  
  .feature .flex figure {
    margin-left: 3vw;
    margin-bottom: 2vw;
    width: 27vw;
    text-align: center;
  }

  section.feature {
    background-position: 0 4rem;
    background-repeat: no-repeat;
  }
  section.f1 {
    background-image: url(../img/nurturing_featuer01.svg);
  }
  section.f2 {
    background-image: url(../img/nurturing_featuer02.svg);
  }
  section.f3 {
    background-image: url(../img/nurturing_featuer03.svg);
  }
  section.f4 {
    background-image: url(../img/nurturing_featuer04.svg);
  }
  section.f5 {
    background-image: url(../img/nurturing_featuer05.svg);
  }
  section.f1 figure {
    margin: 1em 0 2em;
    width: 55vw;
  }

}

/* スマートフォン表示 */
@media screen and (max-width: 768px) {
  .heading span {
    display: inline;
  }

  section > p,
  section > div,
  section > figure {
    padding-left: 0;
    padding-right: 0;
  }

	.fRight,
	h4 + .fRight {
		width: 35vw;
		margin-left: .5em;
	}

	.fLeft {
		width: 40vw;
		margin-right: .5em;
	}

	.fLeft + p {
		padding-top: 1em;
	}

	.cf {
		clear: both;
		padding-top: 1em;
	}

  .strong {
    margin: 1em auto 0;
    padding: 1em;
    flex-direction: column;
    width: fit-content;
  }

	.strong > p {
	  margin-bottom: 1em;
	}

	.strong div {
		padding: 1em 0 0 0;
	  border-left: 0;
	  border-top: 2px solid #ddd;
	}

	.strong div img {
		width: 5rem;
		border-radius: .3rem;
	}

  .strong a {
    display: block;
    text-align: left;
    line-height: 1.4;
  }

}
