@charset "utf-8";

.cont_img {
  background-image: url(../images/cont_img.jpg);
}

/*============================
強み
============================*/

#strength {
  padding-bottom: 0;
}

#strength h2 {
  color: #f8f8f8;
  margin-bottom: 80px;
}

#strength .flex {
  justify-content: flex-start;
  padding: 0 74px;
  margin-bottom: 40px;
}

#strength dl {
  color: #f8f8f8;
  text-align: center;
  width: 200px;
  padding-bottom: 60px;
}

#strength dl:nth-child(2),
dl:nth-child(3),
dl:nth-child(5) {
  margin-left: 146px;
}

#strength dt img {
  width: 124px;
  height: 89px;
  margin: 0 auto;
}

#strength dd {
  padding-top: 30px;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  #strength h2 {
    margin-bottom: 40px;
  }

  #strength .flex {
    padding: 0;
    margin-bottom: 0;
  }

  #strength dl {
    color: #f8f8f8;
    text-align: center;
    width: 48%;
    padding-bottom: 40px;
  }

  #strength dl:nth-child(2),
  dl:nth-child(3),
  dl:nth-child(5) {
    margin-left: 0;
  }

  #strength dl:nth-child(2),
  dl:nth-child(4) {
    margin-left: 4%;
  }

  #strength dt img {
    width: 124px;
    height: 89px;
    margin: 0 auto;
  }

  #strength dd {
    padding-top: 30px;
    font-size: 15px;
    font-weight: 700;
  }
}


/*============================
キャリアパス
============================*/

#path {
  background: url(../images/path/01.jpg) no-repeat center center;
  background-size: cover;
}

#path h2 {
  color: #f8f8f8;
  margin-bottom: 80px;
}

#path p {
  color: #f8f8f8;
}

#path .category {
  margin-top: -60px;
}

#path .category .flex {
  align-items: flex-end;
  justify-content: center;
}

#path .category .box {
  width: 260px;
  height: 270px;
  padding: 30px 28px 0;
  background: #dfdfdf;
  line-height: 1.3;
}

#path .category .box:nth-of-type(2) {
  height: 330px;
  background: #b9b9b9;
}

#path .category .box:nth-of-type(3) {
  height: 390px;
  background: #da1516;
}

#path .category .box p {
  color: #171717;
  font-size: 14px;
  font-weight: 500;
}

#path .category .box:nth-of-type(3) p {
  color: #f8f8f8;
}

#path .category .box p.step {
  font-size: 44px;
  font-family: 'Bai Jamjuree';
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  text-align: center;
  color: #f7f7f7;
}

#path .category .box:nth-of-type(2) p.step {
  color: #a3a1a1;
}

#path .category .box:nth-of-type(3) p.step {
  color: #af0405;
}

#path .category .box p.year {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
}

@media only screen and (max-width: 768px) {
  #path h2 {
    margin-bottom: 40px;
  }

  #path .category {
    margin-top: 30px;
  }

  #path .category .box {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #dfdfdf;
  }

  #path .category .box:nth-of-type(2) {
    height: auto;
  }

  #path .category .box:nth-of-type(3) {
    height: auto;
  }
}


/*============================
資格取得の順番
============================*/

#career_image h2 {
  color: #f8f8f8;
  margin-bottom: 80px;
}

#career_image .image {
  width: 440px;
  margin-right: 80px;
}

#career_image .photo {
  width: 520px;
}

#career_image img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #career_image .flex {
    display: block;
  }

  #career_image h2 {
    margin-bottom: 40px;
  }

  #career_image .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  #career_image .photo {
    width: 100%;
  }
}


/*============================
募集要項
============================*/

#recruit_info {
  background-color: #f8f8f8;
}

#recruit_info table.info {
  width: 500px;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  #recruit_info table.info {
    width: 100%;
    margin-right: 0;
  }
}
