@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  position: relative;
  background: linear-gradient(-90deg, rgba(0, 27, 120, 0.06) 0%, rgba(255, 255, 255, 0.06) 53.69%, rgba(0, 27, 120, 0.06) 100%);
  padding: 130px 0;
}
@media screen and (max-width: 767px) {
  #section01 {
    padding: 55px 0;
  }
}
#section01 h2 {
  width: 40%;
  max-width: 279px;
  margin: 0 auto;
}
#section01 .section__in1100 {
  width: 90%;
  height: 100%;
  max-width: 1100px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#section02 {
  width: 100%;
  background-color: #cee5f7;
  background-image: url(../media/images/recruit/message/back_pc.jpg);
  background-position: bottom center;
  background-size: cover;
  padding-bottom: 0;
  padding-top: 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section02 {
    background-color: #d0e7f7;
    background-image: url(../media/images/recruit/message/back_sp.jpg);
    padding-bottom: 0;
    padding-top: 75px;
  }
}
#section02 h3 {
  text-align: center;
  margin: 40px auto 80px auto;
  font-family: 'Noto Serif JP', serif;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#section02 h3 span {
  color: #001B78;
}
#section02 .nomaltext {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 70px auto;
}
@media screen and (max-width: 767px) {
  #section02 .nomaltext {
    margin: 0 auto 35px auto;
  }
}
#section02 .nomaltext p {
  margin-bottom: 45px;
  line-height: 300%;
}
#section02 .nomaltext p span.linein {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #section02 .nomaltext p {
    line-height: 200%;
  }
}
#section02 .name_all {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #section02 .name_all {
    width: 90%;
    text-align: right;
    margin: 0 auto;
  }
}
#section02 .name {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #section02 .name {
    width: auto;
    display: inline-block;
    margin-left: auto;
    margin-right: 0;
  }
}
#section02 .name span {
  display: inline-block;
  margin-left: 40px;
  vertical-align: -5px;
  letter-spacing: 0.1em;
  width: 33%;
  max-width: 219px;
}
@media screen and (max-width: 767px) {
  #section02 .name span {
    width: 85%;
    padding-top: 10px;
    display: block;
    margin-left: 0px;
  }
}
#section02 .moviecontena {
  width: 100%;
  max-width: 1000px;
  margin: 170px auto 0 auto;
}
@media screen and (max-width: 767px) {
  #section02 .moviecontena {
    margin: 80px auto 0 auto;
  }
}
#section02 .moviecontena a {
  display: inline-block;
  position: relative;
}
#section02 .moviecontena a:hover > .mask {
  background-color: transparent !important;
}
#section02 .moviecontena a .playmas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
#section02 .moviecontena a .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: transparent;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}
#section02 .moviecontena a .mask.active {
  background-color: rgba(0, 0, 0, 0.5);
}

#section03 {
  width: 100%;
  position: relative;
  margin: -1px auto 0 auto;
  overflow: hidden;
}
#section03 .img_01 {
  position: absolute;
  width: 14.5%;
  top: 16.4%;
  left: 60.8%;
  z-index: 5;
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  opacity: 0;
}
#section03 .img_01.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #section03 .img_01 {
    width: 27%;
    top: 12%;
    left: 28.5%;
    z-index: 5;
  }
}
#section03 .img_02 {
  position: absolute;
  width: 19%;
  top: 47.5%;
  left: 19%;
  z-index: 5;
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  opacity: 0;
}
#section03 .img_02.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #section03 .img_02 {
    width: 37%;
    top: 52.8%;
    left: 3%;
    z-index: 5;
  }
}
#section03 .img_03 {
  position: absolute;
  width: 14%;
  top: 35%;
  left: 78.5%;
  z-index: 5;
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  opacity: 0;
}
#section03 .img_03.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #section03 .img_03 {
    width: 26%;
    top: 25%;
    left: 71%;
    z-index: 5;
  }
}
#section03 .img_04 {
  position: absolute;
  width: 16.5%;
  top: 26%;
  left: 13.5%;
  z-index: 5;
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  opacity: 0;
}
#section03 .img_04.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #section03 .img_04 {
    width: 29%;
    top: 22%;
    left: -1%;
    z-index: 5;
  }
}
#section03 .img_05 {
  position: absolute;
  width: 17%;
  top: 46.0%;
  left: 69.8%;
  z-index: 5;
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  opacity: 0;
}
#section03 .img_05.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #section03 .img_05 {
    width: 29%;
    top: 52%;
    left: 75%;
    z-index: 5;
  }
}

/************共通********************/
h2.title_type1 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.15em;
  line-height: 115%;
  color: #001B78;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2.title_type1 {
    font-size: 7.5vw;
  }
}
h2.title_type1 .mark {
  width: 65px;
  margin: 0 auto 25px auto;
}
@media screen and (max-width: 767px) {
  h2.title_type1 .mark {
    width: 15vw;
    max-width: 65px;
    margin: 0 auto 3vw auto;
  }
}
h2.title_type1 p {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  padding-top: 13px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  h2.title_type1 p {
    font-size: 2.8vw;
    padding-top: 2vw;
  }
}

h2.title_type2 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.15em;
  line-height: 115%;
  color: #001B78;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2.title_type2 {
    font-size: 6vw;
  }
}
h2.title_type2 .mark {
  width: 65px;
  margin: 0 auto 25px auto;
}
@media screen and (max-width: 767px) {
  h2.title_type2 .mark {
    width: 15vw;
    max-width: 65px;
    margin: 0 auto 3vw auto;
  }
}
h2.title_type2 .text {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  padding-top: 13px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  h2.title_type2 .text {
    font-size: 2.8vw;
    padding-top: 2vw;
  }
}

.f50 {
  font-size: 50px;
  line-height: 125%;
}
@media screen and (max-width: 767px) {
  .f50 {
    font-size: 6.8vw;
  }
}

.f40 {
  font-size: 40px;
  line-height: 135%;
}
@media screen and (max-width: 767px) {
  .f40 {
    font-size: 7.5vw;
  }
}

.f36 {
  font-size: 36px;
  line-height: 115%;
}
@media screen and (max-width: 767px) {
  .f36 {
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .f36.mini {
    font-size: 6.2vw;
  }
}

.f32 {
  font-size: 32px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f32 {
    font-size: 5.8vw;
  }
}

.f30 {
  font-size: 30px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f30 {
    font-size: 5vw;
  }
}

.f28 {
  font-size: 28px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f28 {
    font-size: 4.9vw;
  }
}

.f24 {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f24 {
    font-size: 4.8vw;
  }
}

.f22 {
  font-size: 22px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f22 {
    font-size: 4.7vw;
  }
}

.f20 {
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f20 {
    font-size: 4.5vw;
  }
}

.f18 {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f18 {
    font-size: 4.2vw;
  }
}

.f16 {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f16 {
    font-size: 3.8vw;
  }
}

.f14 {
  font-size: 14px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f14 {
    font-size: 3.4vw;
  }
}

.f12 {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width: 767px) {
  .f12 {
    font-size: 2.8vw;
  }
}

/************共通ここまで********************/

/*# sourceMappingURL=message.css.map */
