@charset "UTF-8";

/*
# =================================================================
# 教育研修制度
# =================================================================*/
/* 基本 */
#recruit.education {
  padding: 0;
  background: none;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* mv */
#recruit.education .mv {
  height: 250px;
  margin: 0;
  padding: 0;
  background: url(../img/mvBg1.jpg) no-repeat center center / cover;
}
#recruit.education .mv .inner {
  height: 100%;
  display: flex;
  align-items: center;
}
#recruit.education .mv .inner h2 {
  max-width: 541px;
  width: 100%;
  margin: 0 auto;
  background: none;
  position: relative;
  left: -70px;
}
#recruit.education .mv .inner h2 img {
  width: 100%;
  display: block;
}

/* box1 */
#recruit.education .box1 {
  padding: 0 0 130px 0;
  position: relative;
}
#recruit.education .box1 .txtScroll {
  width: 10px;
  position: absolute;
  top: 260px;
  left: 45px;
}
#recruit.education .box1 .txtScroll::after {
  content: '';
  display: inline-block;
  position: absolute;
  background: #000;
  right: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  animation: txtScroll 1.5s infinite;
}
@keyframes txtScroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#recruit.education .box1 .inner .mainTxt {
  margin: 0 0 60px 0;
}
#recruit.education .box1 .inner .mainTxt p {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
#recruit.education .box1 .inner .boxLink {
  margin: 0 0 150px 0;
}
#recruit.education .box1 .inner .boxLink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#recruit.education .box1 .inner .boxLink ul li {
  width: 30.333333%;
  margin: 0 1.5% 30px 1.5%;
  background: linear-gradient(90deg, #ffad00 0%, #ff8300 75%);
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
#recruit.education .box1 .inner .boxLink ul li:nth-of-type(4),
#recruit.education .box1 .inner .boxLink ul li:nth-of-type(5) {
  margin: 0 1.5%;
}
#recruit.education .box1 .inner .boxLink ul li::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #71c9ff 0%, #005bbd 75%);
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: -100%;
  transition: .3s;
}
#recruit.education .box1 .inner .boxLink ul li:hover::before {
  left: 0;
}
#recruit.education .box1 .inner .boxLink ul li a {
  width: 100%;
  padding: 15px 30px 17px 30px;
  border-radius: 50px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#recruit.education .box1 .inner .boxLink ul li a::after {
  content: '';
  width: 11px;
  height: 13px;
  background: url(../../../img/common/naviIconArrow5.svg) no-repeat left top / 11px;
  position: absolute;
  top: 38%;
  right: 20px;
}
#recruit.education .box1 .inner .program {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
#recruit.education .box1 .inner .program h3 {
  margin: 0 0 55px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #005bbd;
  font-size: 32px;
  font-weight: 500;
  color: #005bbd;
  text-align: center;
  line-height: 1.6;
  letter-spacing: .1em;
}
#recruit.education .box1 .inner .program h3 span {
  font-size: 20px;
  font-weight: 500;
  color: #ffad00;
  line-height: 1.4;
  letter-spacing: .04em;
  display: block;
}
#recruit.education .box1 .inner .program img {
  width: 100%;
  display: block;
}

/* box2 */
#recruit.education .box2 {
  padding: 0 0 150px 0;
  background: url(../../img/bg1.png) no-repeat center top / cover,
  #dbe9f6;
}
#recruit.education .box2 .ttlBg {
  height: 150px;
  margin: 0 0 70px 0;
  position: relative;
}
#recruit.education .box2.ed1 .ttlBg {
  background: url(../img/ttlBg1.jpg) no-repeat center center / cover;
}
#recruit.education .box2.ed2 .ttlBg {
  background: url(../img/ttlBg2.jpg) no-repeat center center / cover;
}
#recruit.education .box2.ed3 .ttlBg {
  background: url(../img/ttlBg3.jpg) no-repeat center center / cover;
}
#recruit.education .box2.ed4 .ttlBg {
  background: url(../img/ttlBg4.jpg) no-repeat center center / cover;
}
#recruit.education .box2.ed5 .ttlBg {
  background: url(../img/ttlBg5.jpg) no-repeat center center / cover;
}
#recruit.education .box2 .ttlBg h3 {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 10px 14px 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: .1em;
  position: absolute;
  top: calc(50% - 27px);
  left: 0;
  right: 0;
}
#recruit.education .box2 .inner {
  max-width: 950px;
}
#recruit.education .box2 .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#recruit.education .box2.ed4 .inner ul {
  margin: 0 0 50px 0;
}
#recruit.education .box2.ed4 .inner ul.type2 {
  margin: 0;
}
#recruit.education .box2 .inner ul li {
  width: 47.5%;
  margin: 0 0 50px 0;
  padding: 40px;
  background: #fff;
  border: 1px solid #005bbd;
  border-radius: 30px;
}
#recruit.education .box2.ed2 .inner ul li,
#recruit.education .box2.ed3 .inner ul li,
#recruit.education .box2.ed4 .inner ul li {
  width: 100%;
}
#recruit.education .box2.ed4 .inner ul.type2 li {
  width: 30.333333%;
  margin: 0;
}
#recruit.education .box2 .inner ul li:nth-last-of-type(1),
#recruit.education .box2 .inner ul li:nth-last-of-type(2) {
  margin: 0;
}
#recruit.education .box2 .inner ul li h4 {
  margin: 0 0 25px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #005bbd;
  text-align: center;
}
#recruit.education .box2.ed4 .inner ul.type2 li h4,
#recruit.education .box2.ed5 .inner ul li h4 {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#recruit.education .box2 .inner ul li h4 span {
  font-size: 19px;
  color: #005bbd;
  position: relative;
}
#recruit.education .box2 .inner ul li h4 span::before,
#recruit.education .box2 .inner ul li h4 span::after {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../../../img/common/iconCircle2.svg) no-repeat left top / 12px;
  position: absolute;
  top: 8px;
}
#recruit.education .box2 .inner ul li h4 span::before {
  left: -22px;
}
#recruit.education .box2 .inner ul li h4 span::after {
  right: -22px;
}
#recruit.education .box2 .inner ul li p {
  color: #000;
}

/* box3 */
#recruit.education .box3 {
  padding: 150px 0
}
#recruit.education .box3 .inner {
  max-width: 950px;
}
#recruit.education .box3 .inner h3 {
  margin: 0 0 55px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #005bbd;
  font-size: 32px;
  font-weight: 500;
  color: #005bbd;
  text-align: center;
  line-height: 1.6;
  letter-spacing: .1em;
}
#recruit.education .box3 .inner h3 span {
  font-size: 20px;
  font-weight: 500;
  color: #ffad00;
  line-height: 1.4;
  letter-spacing: .04em;
  display: block;
}
#recruit.education .box3 .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#recruit.education .box3 .inner ul li {
  width: 47.5%;
  padding: 40px;
  background: #fff;
  border: 1px solid #ffad00;
  border-radius: 30px;
}
#recruit.education .box3 .inner ul li img {
  max-width: 100%;
  margin: 0 auto 20px auto;
  display: block;
}
#recruit.education .box3 .inner ul li h4 {
  margin: 0 0 30px 0;
  padding: 20px 10px;
  background: linear-gradient(90deg, #ffad00 0%, #ff8300 75%);
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: .1em;
}
#recruit.education .box3 .inner ul li p {
  color: #000;
}

/*
# =================================================================
# レスポンシブ要素
# =================================================================*/
/* 4K:2560px */
@media screen and (min-width: 1921px) {
}
/* PC:1920px */

/* laptop NotePC L */
@media screen and (max-width: 1660px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 1120px) {
}
@media screen and (max-width: 1080px) {
}

/* laptop NotePC */
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
}

/* tablet */
@media screen and (max-width: 767.98px) {
  /* mv */
  #recruit.education .mv {
    background: url(../img/mvBg1_sp.jpg) no-repeat center center / cover;
  }
  #recruit.education .mv .inner h2 {
    max-width: 282px;
    position: relative;
    top: -40px;
    left: 0;
  }
  /* box1 */
  #recruit.education .box1 .inner .boxLink ul li {
    width: 47%;
  }
  #recruit.education .box1 .inner .boxLink ul li:nth-of-type(4) {
    margin: 0 1.5% 30px 1.5%;
  }
  /* box2 */
  #recruit.education .box2.ed1 .ttlBg {
    background: url(../img/ttlBg1_sp.jpg) no-repeat center center / cover;
  }
  #recruit.education .box2.ed2 .ttlBg {
    background: url(../img/ttlBg2_sp.jpg) no-repeat center center / cover;
  }  
  #recruit.education .box2.ed3 .ttlBg {
    background: url(../img/ttlBg3_sp.jpg) no-repeat center center / cover;
  }  
  #recruit.education .box2.ed4 .ttlBg {
    background: url(../img/ttlBg4_sp.jpg) no-repeat center center / cover;
  }  
  #recruit.education .box2.ed5 .ttlBg {
    background: url(../img/ttlBg5_sp.jpg) no-repeat center center / cover;
  }
  #recruit.education .box2 .inner ul {
    display: block;
  }
  #recruit.education .box2 .inner ul li {
    width: 100%;
  }
  #recruit.education .box2.ed4 .inner ul.type2 li {
    width: 100%;
    margin: 0 0 50px 0;
  }
  #recruit.education .box2.ed4 .inner ul.type2 li:nth-last-of-type(1) {
    margin: 0;
  }
  #recruit.education .box2 .inner ul li:nth-last-of-type(2) {
    margin: 0 0 50px 0;
  }
  /* box3 */
  #recruit.education .box3 .inner ul {
    display: block;
  }
  #recruit.education .box3 .inner ul li {
    width: 100%;
    margin: 0 0 50px 0;
  }
  #recruit.education .box3 .inner ul li:nth-last-of-type(1) {
    margin: 0;
  }
}

/* mobile L */
@media screen and (max-width: 450px) {
  /* box1 */
  #recruit.education .box1 {
    padding: 0 0 70px 0;
  }
  #recruit.education .box1 .inner .mainTxt {
    margin: 0 0 40px 0;
  }
  #recruit.education .box1 .inner .mainTxt p {
    font-size: 4.2vw;
  }
  #recruit.education .box1 .inner .boxLink {
    margin: 0 0 70px 0;
  }
  #recruit.education .box1 .inner .boxLink ul {
    justify-content: flex-start;
  }
  #recruit.education .box1 .inner .boxLink ul li {
    height: 60px;
    margin: 0 1.5% 20px 1.5%;
  }
  #recruit.education .box1 .inner .boxLink ul li:nth-of-type(4) {
    margin: 0 1.5% 20px 1.5%;
  }
  #recruit.education .box1 .inner .boxLink ul li a {
    padding: 6px 30px 10px 30px;
    font-size: 3.8vw;
  }
  #recruit.education .box1 .inner .program h3 {
    margin: 0 0 35px 0;
    padding: 0 0 10px 0;
    font-size: 5.4vw;
    font-weight: 600;
  }
  #recruit.education .box1 .inner .program h3 span {
    font-size: 4.2vw;
  }
  /* box2 */
  #recruit.education .box2 {
    padding: 0 0 70px 0;
  }
  #recruit.education .box2 .ttlBg {
    height: 100px;
    margin: 0 0 30px 0;
  }
  #recruit.education .box2 .ttlBg h3 {
    max-width: 230px;
    padding: 10px 10px 12px 10px;
    font-size: 5vw;
    top: calc(50% - 23px);
  }
  #recruit.education .box2.ed4 .inner ul {
    margin: 0 0 30px 0;
  }
  #recruit.education .box2 .inner ul li {
    margin: 0 0 30px 0;
    padding: 30px 25px;
  }
  #recruit.education .box2.ed4 .inner ul.type2 li {
    margin: 0 0 30px 0;
  }
  #recruit.education .box2 .inner ul li:nth-last-of-type(2) {
    margin: 0 0 30px 0;
  }
  #recruit.education .box2 .inner ul li h4 span {
    font-size: 4.6vw;
  }
  #recruit.education .box2 .inner ul li h4 span::before,
  #recruit.education .box2 .inner ul li h4 span::after {
    width: 10px;
    height: 10px;
    background: url(../../../img/common/iconCircle2.svg) no-repeat left top / 10px;
    top: 9px;
  }
  #recruit.education .box2 .inner ul li h4 span::before {
    left: -18px;
  }
  #recruit.education .box2 .inner ul li h4 span::after {
    right: -18px;
  }
  #recruit.education .box2 .inner ul li p {
    font-size: 3.8vw;
  }
  /* box3 */
  #recruit.education .box3 {
    padding: 70px 0;
  }
  #recruit.education .box3 .inner h3 {
    margin: 0 0 35px 0;
    padding: 0 0 10px 0;
    font-size: 5.4vw;
    font-weight: 600;
  }
  #recruit.education .box3 .inner h3 span {
    font-size: 4.2vw;
  }
  #recruit.education .box3 .inner ul li {
    margin: 0 0 30px 0;
    padding: 35px 25px;
  }
  #recruit.education .box3 .inner ul li img {
    max-width: 80%;
  }
  #recruit.education .box3 .inner ul li h4 {
    margin: 0 0 20px 0;
    padding: 15px 10px;
    font-size: 4.2vw;
  }
  #recruit.education .box3 .inner ul li p {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 400px) {
}

/* mobile M */
@media screen and (max-width: 375px) {
}

/* mobile S */
@media screen and (max-width: 320px) {
}
