@charset "utf-8";
/*共通*/
.pagevisual.second div {
  background: url("../img/recruit_mv.png")no-repeat center;
  background-size: cover;
}
.blank {
  display: block;
  padding-top: 16px;
}


/*description*/
.description .container {
  background: url("../img/bg01.png")no-repeat center;
  background-size: cover;
  margin: 80px auto;
  padding: 80px 5%;
}
.description p {
  background: rgba(255, 255, 255, 0.53);
  width: 100%;
  max-width: 620px;
  margin: auto;
  margin-left: 0;
  padding: 64px 5%;
  line-height: 1.7;
}

/*voice*/
.voice .container {
  background: url("../img/bg02.png")no-repeat center;
  background-size: cover;
  padding: 40px 0;
}
.voice h2 {
  width: 100%;
  max-width: 90%;
  margin: 0 auto 40px;
  background: #000;
  height: 88px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 3.2px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice_flex {
  width: 100%;
  max-width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.voice_flex li {
  position: relative;
  width: 100%;
  max-width: 32%;
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 24px;
}
.voice_flex li::after {
  content: '';
  position: absolute;
  background: url("../img/voice01.png")no-repeat center;
  background-size: cover;
  width: 216px;
  height: 235px;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}
.voice_flex li:nth-child(2)::after {
  background: url("../img/voice02.png")no-repeat center;
  background-size: cover;
  width: 230px;
  height: 232px;
}
.voice_flex li:nth-child(3)::after {
  background: url("../img/voice03.png")no-repeat center;
  background-size: cover;
  width: 229px;
  height: 245px;
}

.voice_flex h3 {
  font-size: 2.4rem;
  font-weight: bold;
  border-top: 3px solid #F10215;
  display: flex;
  align-items: center;
  gap: 1em;
  height: 70px;
}
.voice_flex span {
  background: #F10215;
  color: #fff;
  font-size: 3rem;
  width: 70px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice_flex .detail_btn {
  max-width: 90%;
  margin-top: 160px;
  z-index: 3;
}

/*training*/
.training {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  margin-top: 80px;
  border: 1px solid #000;
  padding: 40px 0;
}
.training h2 {
  width: 100%;
  max-width: 95%;
  margin: 0 auto 40px;
  background: #000;
  height: 88px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 3.2px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.training_txt {
  width: 100%;
  max-width: 95%;
  margin: auto;
}
.training_flex {
  width: 100%;
  max-width: 95%;
  margin: 32px auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
}
.training.second .training_flex {
  gap: 16px;
}

.blue_flex {
  width: 100%;
  max-width: 95%;
  margin: 48px auto 0;
  background: #E3EEF5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blue_flex h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0073BD;
  padding-top: 32px;
}
.blue_flex ul{
  width: 100%;
  max-width: 870px;
  margin: 32px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.blue_flex ul.sp_block {
  display: none;
}
.blue_flex li {
  width: 100%;
  max-width: 400px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
}

/*entry*/
.entry {
  width: 100%;
  max-width: 1024px;
  margin: 64px auto 0;
}
.entry .sec_title {
  color: #000;
}
.entry ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto 24px;
}
.entry li {
  width: 100%;
  max-width: 502px;
  padding: 32px 0;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.entry h3 {
  width: 100%;
  max-width: 90%;
  margin: 0 auto 24px;
  height: 80px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.entry p {
  width: 100%;
  max-width: 90%;
  margin: auto;
}
.entry .indent {
  max-width: 800px;
  text-align: center;
}

@media screen and (max-width: 1200px) {}

/*タブレット（縦）*/
@media screen and (orientation: portrait) and (min-width: 768px){}

@media screen and ( max-width: 767px ){
  /*description*/
  .description .container {
    margin: 40px auto;
    padding: 48px 5%;
  }
  .description p {
    padding: 40px 5%;
  }

  /*voice*/
  .voice_flex {
    flex-direction: column;
    gap: 24px;
  }
  .voice h2 {
    font-size: 2.4rem;
    height: 48px;
  }
  .voice_flex li {
    max-width: 90%;
    padding-bottom: 24px;
  }
  .voice_flex h3 {
    font-size: 2rem;
    height: 48px;
  }
  .voice_flex .detail_btn {
    margin-top: 175px;
  }
  .voice_flex span {
    font-size: 2.4rem;
    width: 50px;
  }
  .voice_flex li::after {
    background: url("../img/voice01.png")no-repeat bottom;
    background-size: contain;
    width: 80%;
  }

  /*training*/
  .training {
    max-width: 90%;
    margin-top: 40px;
  }
  .training h2 {
    font-size: 2.4rem;
    height: 48px;
    margin-bottom: 24px;
  }
  .training_flex {
    flex-direction: column;
    gap: 16px;
  }
  .training.second .training_flex {
    margin-bottom: 16px;
  }
  .blue_flex h3 {
    width: 100%;
    max-width: 90%;
    font-size: 2rem;
  }
  .blue_flex ul.pc_block {
    display: none;
    /*max-width: 90%;*/
  }
  .blue_flex ul {
    width: 100%;
    max-width: 90%;
    margin: 32px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blue_flex ul.sp_block li p{
    line-height: 1.5;
    padding-bottom: 8px;
  }

  /*entry*/
  .entry {
    max-width: 90%;
  }
  .entry ul {
    margin-top: 56px;
    flex-direction: column;
    gap: 24px;
  }
  .entry h3 {
    height: auto;
    padding: 8px 5%;
    margin-bottom: 16px;
  }
  .entry .indent {
    max-width: initial;
    text-align: left;
  }
}
@media screen and (max-width: 320px) {
  .voice_flex .detail_btn {
    margin-top: 170px;
  }
}