@charset "UTF-8";
.page p, .page span, .page a, .page h2, .page h3 {
  line-height: 1.5;
}
.page a {
  display: block;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.page a:hover {
  opacity: 0.6;
}
.page img {
  max-width: 100%;
  height: auto;
}
.page div, .page span, .page applet, .page object, .page iframe,
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p,
.page blockquote, .page pre, .page a, .page abbr, .page acronym, .page address,
.page big, .page cite, .page code, .page del, .page dfn, .page em, .page img, .page ins, .page kbd, .page q, .page s, .page samp, .page small, .page strike, .page strong, .page sub, .page sup, .page tt, .page var, .page b, .page u, .page i, .page center,
.page dl, .page dt, .page dd, .page ol, .page ul, .page li,
.page fieldset, .page form, .page label, .page legend,
.page table, .page caption, .page tbody, .page tfoot, .page thead, .page tr, .page th, .page td,
.page article, .page aside, .page canvas, .page details, .page embed, .page figure, .page figcaption, .page footer, .page header, .page hgroup,
.page menu, .page nav, .page output, .page ruby, .page section, .page summary, .page time, .page mark, .page audio, .page video, .page picture {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page article, .page aside, .page details, .page figcaption, .page figure, .page footer, .page header, .page hgroup, .page menu, .page nav, .page section, .page summary, .page picture {
  display: block;
}
.page *, .page *:before, .page *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-wrap {
  overflow: initial;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block !important;
  }
  .view--sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none !important;
  }
  .view--sp {
    display: block !important;
  }
}
.page {
  overflow: hidden;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  color: #333333;
}
.page .kv {
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .page .kv {
    margin-bottom: 10.4vw;
  }
}
.page .kv h1 {
  min-width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .kv h1 {
    min-width: 190vw;
  }
}
@media screen and (max-width: 768px) {
  .page .kv h1 {
    min-width: 100%;
  }
}
.page .kv h1 img {
  margin: auto;
}
.page .kv .dots-kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .page .kv .dots-kv {
    margin-top: 3.1vw;
  }
}
.page .kv .dots-kv li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #AAAAAA;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page .kv .dots-kv li {
    width: 2.6vw;
    height: 2.6vw;
    margin: 0 1.7vw;
  }
}
.page .kv .dots-kv li:hover {
  background: #003A7E;
}
.page .kv .dots-kv li.slick-active {
  background: #003A7E;
}
.page .kv .dots-kv li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.page .bnr_title {
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto 40px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page .bnr_title {
    font-size: 6.5vw;
    margin-bottom: 7.8vw;
  }
}
.page .bnr_list {
  max-width: 980px;
  width: 96%;
  margin: 0 auto 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .bnr_list {
    display: block;
    max-width: 89.6vw;
    width: 100%;
    margin-bottom: 17.7vw;
  }
}
.page .bnr_item {
  width: 47.4%;
}
@media screen and (max-width: 768px) {
  .page .bnr_item {
    width: 89.6vw;
    margin-bottom: 7.8vw;
  }
}
@media screen and (max-width: 768px) {
  .page .bnr_item:last-of-type {
    margin-bottom: 0;
  }
}
.page .bnr_btn {
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin: 20px auto 0;
  border: 1px solid #000;
  padding: 14px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .bnr_btn {
    font-size: 3.9vw;
    padding: 6.3vw 0;
    margin-top: 2.6vw;
  }
}
.page .bnr_btn::before {
  content: "";
  position: absolute;
  background-image: url(/ec/img/usr/pg/campaign/freshers-index/btn_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 12px;
  top: 40%;
  right: 5%;
}
@media screen and (max-width: 768px) {
  .page .bnr_btn::before {
    width: 1.8vw;
    height: 3.6vw;
    right: 7.2vw;
  }
}
.page .bnr_big {
  max-width: 980px;
  width: 96%;
  margin: 0 auto 136px;
}
@media screen and (max-width: 768px) {
  .page .bnr_big {
    max-width: 89.6vw;
    width: 100%;
    margin-bottom: 17.7vw;
  }
}
.page .bnr_big .bnr_btn {
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 500;
  max-width: 482px;
  width: 100%;
  margin: 20px auto 0;
  border: 1px solid #000;
  padding: 14px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .bnr_big .bnr_btn {
    font-size: 3.9vw;
    padding: 6.3vw 0;
    margin-top: 2.6vw;
  }
}
.page .bnr_big .bnr_btn::before {
  content: "";
  position: absolute;
  background-image: url(/ec/img/usr/pg/campaign/freshers-index/btn_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 12px;
  top: 40%;
  right: 5%;
}
@media screen and (max-width: 768px) {
  .page .bnr_big .bnr_btn::before {
    width: 1.8vw;
    height: 3.6vw;
    right: 7.2vw;
  }
}
.page .tvcm {
  margin: 0 auto 136px;
}
@media screen and (max-width: 768px) {
  .page .tvcm {
    margin-bottom: 17.7vw;
  }
}
.page .tvcm_title {
  font-size: 39px;
  font-weight: bold;
  margin: 0 auto 32px;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .page .tvcm_title {
    font-size: 6.9vw;
    margin-bottom: 5.2vw;
  }
}
.page .tvcm_title span{
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .page .tvcm_title span{
    font-size: 4vw;
  }
}
.page .tvcm_movie {
  /* max-width: 980px;
  width: 96%; */
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .tvcm_movie {
    display: block;
    width: 100%;
  }
}
.page .tvcm_station .tvcm_movie_sec{
  margin-top: 0 !important;
}
.page .tvcm_movie_sec {
  max-width: 480px;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page .tvcm_movie_sec {
    width: 100%;
    margin-top: 5.2vw;
  }
}
/* @media screen and (min-width: 769px) {
  .page .tvcm_movie_sec:nth-of-type(-n+2) {
    margin-top: 0;
  }
} */
@media screen and (max-width: 768px) {
  .page .tvcm_movie_sec:first-of-type {
    margin-top: 0;
  }
}
.page .tvcm_movie_sec iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.page .tvcm_movie_title {
  margin: 16px auto 0;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .tvcm_movie_title {
    font-size: 3.6vw;
    margin-top: 3.9vw;
  }
}
.page .shitate {
  text-align: center;
}
.page .shitate_title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .shitate_title {
    font-size: 5.7vw;
    margin-bottom: 5.2vw;
  }
}
.page .shitate_title span {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page .shitate_title span {
    font-size: 3.6vw;
    margin-bottom: 2.1vw;
  }
}
.station{
  margin: 50px auto 0;
}
.shitate_cp_bnr{
  max-width: 980px;
  width: 96%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .shitate_cp_bnr{
    max-width: 89.6vw;
    width: 100%;
  }
}
.page .app {
  max-width: 816px;
  margin: 0 auto;
}
.page .app .app_bnr{
  max-width: 816px;
}
@media screen and (max-width: 768px) {
  .page .app {
    max-width: 89.5vw;
  }
  .page .app .app_bnr{
    max-width: 89.5vw;
  }
}

.page .movie-slick{
  /* display: flex;
  margin: 0 auto; */
  max-width: 1200px;
  width: 96%;
  margin: 60px auto 0;
  position: relative;
}
.page .movie-slick .tvcm_movie_sec{
  max-width: 480px;
  margin: 0 10px;
}

.page .movie-slick .slide-arrow {
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 75px;
  height: 75px;
  cursor: pointer;
}
.page .movie-slick .slide-arrow.prev-arrow {
  left: -3%;
}
.page .movie-slick .slide-arrow.next-arrow {
  right: 2.32%;
}
.page .tvcm_omatome{
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 980px;
  width: 96%;
  margin: 0 auto;
}
.page .tvcm_station{
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 980px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .movie-slick{
    /* display: flex;
    margin: 0 auto; */
    max-width: 100%;
    width: 100%;
    margin: 8vw auto 0 3vw;
    position: relative;
  }
  .page .movie-slick .tvcm_movie_sec{
    max-width: 80vw;
    margin: 0 3vw;
  }
  
  .page .movie-slick .slide-arrow {
    margin: auto;
    width: 9vw;
    height: 9vw;
    cursor: pointer;
    top: -11vw;
  }
  .page .station .movie-slick .slide-arrow {
    margin: auto;
    width: 9vw;
    height: 9vw;
    cursor: pointer;
    top: -20vw;
  }
   
  .page .movie-slick .slide-arrow.prev-arrow {
    left: -3vw;
  }
  .page .movie-slick .slide-arrow.next-arrow {
    right: 3vw;
  }
  .page .tvcm_omatome{
    display: none !important;
  }
  .page .tvcm_station{
    display: none !important;
  }
}
.cp-bnr{
  max-width: 980px;
  width: 96%;
  margin: 0 auto 120px; 
}
@media screen and (max-width: 768px) {
  .cp-bnr{
    max-width: 89.6vw;
    width: 100%;
    margin: 0 auto 9vw;
  }
}
/*# sourceMappingURL=style.css.map */