@charset "UTF-8";
/* CSS Document */
/* ---------- main ---------- */
.main {
  position: relative;
  width: 100%;
  height: auto;
  margin: 80px auto 0;
  background-color: #EB2C31;
}
.main-top {
  width: 78%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media(min-width:960px){
  .main {
    margin: 100px auto 0;
  }
  .main-top {
    width: 73%;
  }
}

/* top text */
.main-top-text {
  text-align: left;
  width: 100%;
}
.main-top-text h2 {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: -0.5px;
  font-weight: 600;
  text-shadow: 1px 2px 2px #d5d5d5;
}
.main-top-text h2::before {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #ececec;
  font-size: 30px;
  line-height: 30px;
  content: attr(data-word);
  pointer-events: none;
  font-weight: 600;
  text-shadow: none;
  opacity: 0.4;
}
.main-top-img {
  width: 50%;
}
.main-top-img img {
  width: 100%;
  object-fit: cover;
  max-width: 300px;
}

/* ------------------------
タブレット（例: 768px〜959px）
------------------------ */
@media (min-width: 768px) and (max-width: 959px) {
  /* top text */
  .main-top-text h2 {
    font-size: 24px;
  }
  .main-top-text h2::before {
    font-size: 50px;
    bottom: 20px;
  }
}
/* ------------------------
PC（例: 960px〜）
------------------------ */
@media(min-width:960px){
  /* top text */
  .main-top-text h2 {
    font-size: 30px;
  }
  .main-top-text h2::before {
    font-size: 70px;
    bottom: 40px;
  }
}


/* ---------- content ---------- */
.content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  background-color: #EB2C31;
}
.content-back {
  background-color: #FFFFFF;
  box-shadow: 0 0 6px gray;
  width: 73%;
  margin: 0 auto;
  padding: 60px 0;
  border-radius: 40px;
}
/* ------------------------
PC（例: 960px〜）
------------------------ */
@media(min-width:960px){
  .content {
    padding-bottom: 100px;
    text-align: left;
  }
  .content-back {
    width: 73%;
    padding: 100px 0;
  }
}
/* Question1  入社の決め手は？ */
.question-1 {
  width: 79%;
  margin: 0 auto;
}
.question-1-heading-24 {
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  border-radius: 30px;
  background-color: #F75B99;
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 3px #ffffff;
  box-shadow: 0 0 3px gray;
  margin-bottom: 40px;
  display: inline-block;
}
.question-1-heading-24::first-letter {
  color: #FFFFFF;
  font-size: 28px;
  text-shadow: 0px 0px 3px #ffffff;
}
.question-1-heading-24::before {
  position: absolute;
  top: 105%;
  left: 30px;
  height: 20px;
  width: 20px;
  box-shadow: 0 0 3px gray;
}
.question-1-heading-24:before,
.question-1-heading-24:after {
    position: absolute;
    border-radius: 50%;
    background-color: #F75B99;
    content: "";
}
.question-1-heading-24:after {
    top: 145%;
    left: 45px;
    height: 12px;
    width: 12px;
    box-shadow: 0 0 3px gray;
}
.question-1-video video {
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.question-1-video-pc {
  display: none;
}
.hr1 {
  border-top: 3px solid #687BE1;
  width: 50%;
  margin: 60px auto;
}
/* ------------------------
タブレット（例: 768px〜959px）
------------------------ */
@media (min-width: 768px) and (max-width: 959px) {
  .question-1 {
    width: 63%;
  }
  .question-1-heading-24 {
    line-height: 50px;
  }
}

/* ------------------------
PC（例: 960px〜）
------------------------ */
@media(min-width:960px){
  .question-1-heading-24 {
    font-size: 28px;
    line-height: 80px;
    margin-bottom: 60px;
  }
  .question-1-heading-24::first-letter {
    font-size: 45px;
    padding-left: 40px;
  }
  .question-1-heading-24::before {
    position: absolute;
    top: 105%;
    left: 30px;
    height: 50px;
    width: 50px;
  }
  .question-1-heading-24:after {
      top: 140%;
      left: 65px;
      height: 32px;
      width: 32px;
  }
  .question-1-video video {
    display: none;
  }
  .question-1-video-pc {
    display: block;
  }
  .question-1-video-pc video {
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
  }
  .hr1 {
    border-top: 10px solid #687BE1;
    margin: 100px auto;
  }
}

/* Question2 会社の雰囲気は？ */
.question-2 {
  width: 79%;
  margin: 0 auto;
}
.question-2-heading-24 {
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  border-radius: 30px;
  background-color: #687BE1;
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 3px #ffffff;
  box-shadow: 0 0 3px gray;
  margin-bottom: 20px;
  display: inline-block;
}
.question-2-heading-24::first-letter {
  color: #FFFFFF;
  font-size: 28px;
  text-shadow: 0px 0px 3px #ffffff;
}

.question-2-heading-24::before {
  position: absolute;
  top: 105%;
  left: 30px;
  height: 20px;
  width: 20px;
  box-shadow: 0 0 3px gray;
}
.question-2-heading-24:before,
.question-2-heading-24:after {
    position: absolute;
    border-radius: 50%;
    background-color: #687BE1;
    content: "";
}
.question-2-heading-24:after {
    top: 145%;
    left: 45px;
    height: 12px;
    width: 12px;
    box-shadow: 0 0 3px gray;
}
.question-2-video video {
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.hr2 {
  border-top: 3px solid #4EBEA9;
  width: 50%;
  margin: 60px auto;
}

/* ------------------------
タブレット（例: 768px〜959px）
------------------------ */
@media (min-width: 768px) and (max-width: 959px) {
  .question-2 {
  width: 63%;
  }
  .question-2-heading-24 {
    line-height: 50px;
  }
}
/* ------------------------
PC（例: 960px〜）
------------------------ */
@media(min-width:960px){
  .question-2-heading-24 {
    font-size: 28px;
    line-height: 80px;
    margin-bottom: 60px;
  }
  .question-2-heading-24::first-letter {
    font-size: 45px;
    padding-left: 40px;
  }
  .question-2-heading-24::before {
    position: absolute;
    top: 105%;
    left: 30px;
    height: 50px;
    width: 50px;
  }
  .question-2-heading-24:after {
      top: 140%;
      left: 65px;
      height: 32px;
      width: 32px;
  }
  .question-2-video {
    width: 68%;
    margin: 0 auto;
  }
  .hr2 {
    border-top: 10px solid #4EBEA9;
    margin: 100px auto;
  }
}

/* Question3 部下後輩に対して心掛けていることは？ */
.question-3 {
  width: 79%;
  margin: 0 auto;
}
.question-3-heading-24 {
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 30px;
  background-color: #4EBEA9;
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 3px #ffffff;
  box-shadow: 0 0 3px gray;
  margin-bottom: 40px;
  display: inline-block;
}
.question-3-heading-24::first-letter {
  color: #FFFFFF;
  font-size: 28px;
  text-shadow: 0px 0px 3px #ffffff;
}

.question-3-heading-24::before {
  position: absolute;
  top: 105%;
  left: 30px;
  height: 20px;
  width: 20px;
  box-shadow: 0 0 3px gray;
}
.question-3-heading-24:before,
.question-3-heading-24:after {
    position: absolute;
    border-radius: 50%;
    background-color: #4EBEA9;
    content: "";
}
.question-3-heading-24:after {
    top: 145%;
    left: 45px;
    height: 12px;
    width: 12px;
    box-shadow: 0 0 3px gray;
}
.question-3-video video {
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.question-3-video-pc {
  display: none;
}
.question-3 p {
  padding: 0 20px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}
.hr3 {
  border-top: 3px solid #F5A800;
  width: 50%;
  margin: 60px auto;
}

/* ------------------------
タブレット（例: 768px〜959px）
------------------------ */
@media (min-width: 768px) and (max-width: 959px) {
  .question-3 {
  width: 63%;
  }
  .question-3-heading-24 {
    line-height: 50px;
  }
}

/* ------------------------
PC（例: 960px〜）
------------------------ */
@media(min-width:960px){
  .question-3-heading-24 {
    font-size: 28px;
    line-height: 80px;
    margin-bottom: 60px;
  }
  .question-3-heading-24::first-letter {
    font-size: 45px;
    padding-left: 40px;
  }
  .question-3-heading-24::before {
    position: absolute;
    top: 103%;
    left: 30px;
    height: 50px;
    width: 50px;
  }
  .question-3-heading-24:after {
    top: 140%;
    left: 65px;
    height: 32px;
    width: 32px;
  }
  .question-3-video video {
    display: none;
  }
  .question-3-video-pc {
    display: block;
  }
  .question-3-video-pc video {
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
  }
  .question-3 p {
    font-size: 16px;
    line-height: 20px;
  }
  .hr3 {
    border-top: 10px solid #F5A800;
    margin: 100px auto;
  }
}

/* Question4 */
.question-4 {
  width: 79%;
  margin: 0 auto;
}
.question-4-heading-24 {
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 30px;
  background-color: #F5A800;
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 3px #ffffff;
  box-shadow: 0 0 3px gray;
  margin-bottom: 40px;
  display: inline-block;
}
.question-4-heading-24::first-letter {
  color: #FFFFFF;
  font-size: 28px;
  text-shadow: 0px 0px 3px #ffffff;
}
.question-4-heading-24::before {
  position: absolute;
  top: 105%;
  left: 30px;
  height: 20px;
  width: 20px;
  box-shadow: 0 0 3px gray;
}
.question-4-heading-24:before,
.question-4-heading-24:after {
    position: absolute;
    border-radius: 50%;
    background-color: #F5A800;
    content: "";
}
.question-4-heading-24:after {
    top: 145%;
    left: 45px;
    height: 12px;
    width: 12px;
    box-shadow: 0 0 3px gray;
}
.question-4-video video {
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.question-4-video-pc {
  display: none;
}
.hr4 {
  border-top: 3px solid #EB2C31;
  width: 50%;
  margin: 60px auto;
}

/* ------------------------
タブレット（例: 768px〜959px）
------------------------ */
@media (min-width: 768px) and (max-width: 959px) {
  .question-4 {
  width: 63%;
  }
  .question-4-heading-24 {
    line-height: 50px;
  }
}

/* ------------------------
PC（例: 960px〜）
------------------------ */
@media(min-width:960px){
  .question-4-heading-24 {
    font-size: 28px;
    line-height: 80px;
    margin-bottom: 60px;
  }
  .question-4-heading-24::first-letter {
    font-size: 45px;
    padding-left: 40px;
  }
  .question-4-heading-24::before {
    position: absolute;
    top: 105%;
    left: 30px;
    height: 50px;
    width: 50px;
  }
  .question-4-heading-24:after {
      top: 140%;
      left: 65px;
      height: 32px;
      width: 32px;
  }
  .question-4-video video {
    display: none;
  }
  .question-4-video-pc {
    display: block;
  }
  .question-4-video-pc video {
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
  }
  .hr4 {
    border-top: 10px solid #EB2C31;
    margin: 100px auto;
  }
}

/* Question5 */
.question-5 {
  width: 79%;
  margin: 0 auto;
}
.question-5-heading-24 {
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 30px;
  background-color: #EB2C31;
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 3px #ffffff;
  box-shadow: 0 0 3px gray;
  margin-bottom: 40px;
  display: inline-block;
}
.question-5-heading-24::first-letter {
  color: #FFFFFF;
  font-size: 28px;
  text-shadow: 0px 0px 3px #ffffff;
}
.question-5-heading-24::before {
  position: absolute;
  top: 105%;
  left: 30px;
  height: 20px;
  width: 20px;
  box-shadow: 0 0 3px gray;
}
.question-5-heading-24:before,
.question-5-heading-24:after {
    position: absolute;
    border-radius: 50%;
    background-color: #EB2C31;
    content: "";
}
.question-5-heading-24:after {
    top: 145%;
    left: 45px;
    height: 12px;
    width: 12px;
    box-shadow: 0 0 3px gray;
}
.question-5-video video {
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.question-5-video-pc {
  display: none;
}
.hr5 {
  border-top: 3px solid #F75B99;
  width: 50%;
  margin: 60px auto;
}

/* ------------------------
タブレット（例: 768px〜959px）
------------------------ */
@media (min-width: 768px) and (max-width: 959px) {
  .question-5 {
  width: 63%;
  }
  .question-5-heading-24 {
    line-height: 50px;
  }
}

/* ------------------------
PC（例: 960px〜）
------------------------ */
@media(min-width:960px){
  .question-5-heading-24 {
    font-size: 28px;
    line-height: 80px;
    margin-bottom: 60px;
  }
  .question-5-heading-24::first-letter {
    font-size: 45px;
    padding-left: 40px;
  }
  .question-5-heading-24::before {
    position: absolute;
    top: 105%;
    left: 30px;
    height: 50px;
    width: 50px;
  }
  .question-5-heading-24:after {
      top: 140%;
      left: 65px;
      height: 32px;
      width: 32px;
  }
  .question-5-video video {
    display: none;
  }
  .question-5-video-pc {
    display: block;
  }
  .question-5-video-pc video {
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
  }
  .hr5 {
    border-top: 10px solid #F75B99;
    margin: 100px auto;
  }
}

/* Question6 */
.question-6 {
  width: 79%;
  margin: 0 auto;
}
.question-6-heading-24 {
  position: relative;
  width: 100%;
  font-size: 15px;
  line-height: 40px;
  border-radius: 30px;
  background-color: #F75B99;
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 3px #ffffff;
  box-shadow: 0 0 3px gray;
  margin-bottom: 40px;
  display: inline-block;
}
.question-6-heading-24::first-letter {
  color: #FFFFFF;
  font-size: 26px;
  text-shadow: 0px 0px 3px #ffffff;
}
.question-6-heading-24::before {
  position: absolute;
  top: 105%;
  left: 30px;
  height: 20px;
  width: 20px;
  box-shadow: 0 0 3px gray;
}
.question-6-heading-24:before,
.question-6-heading-24:after {
    position: absolute;
    border-radius: 50%;
    background-color: #F75B99;
    content: "";
}
.question-6-heading-24:after {
  top: 145%;
  left: 45px;
  height: 12px;
  width: 12px;
  box-shadow: 0 0 3px gray;
}
.question-6-video video {
width: 100%;
margin: 0 auto;
object-fit: cover;
}
.question-6-video-pc {
  display: none;
}

/* ------------------------
タブレット（例: 768px〜959px）
------------------------ */
@media (min-width: 768px) and (max-width: 959px) {
  .question-6 {
  width: 63%;
  }
  .question-6-heading-24 {
    line-height: 50px;
  }
}

/* ------------------------
PC（例: 960px〜）
------------------------ */
@media(min-width:960px){
  .question-6-heading-24 {
    font-size: 28px;
    line-height: 80px;
    margin-bottom: 60px;
  }
  .question-6-heading-24::first-letter {
    font-size: 45px;
    padding-left: 40px;
  }
  .question-6-heading-24::before {
    position: absolute;
    top: 105%;
    left: 30px;
    height: 50px;
    width: 50px;
  }
  .question-6-heading-24:after {
      top: 140%;
      left: 65px;
      height: 32px;
      width: 32px;
  }
  .question-6-video video {
    display: none;
  }
  .question-6-video-pc {
    display: block;
  }
  .question-6-video-pc video {
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
  }
}