a.apply-btn {
  background-color: #fff600;
  display: block;
  width: 360px;
  height: 75px;
  padding: 25px 65px;
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  color: #092a78;
  border-radius: 999px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
a.apply-btn span {
  position: relative;
  padding-left: 25px;
}
a.apply-btn span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi45MzciIGhlaWdodD0iMTUuNzE5IiB2aWV3Qm94PSIwIDAgMTIuOTM3IDE1LjcxOSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzA5MmE3ODsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSLjgrfjgqfjgqTjg5dfMjIiIGRhdGEtbmFtZT0i44K344Kn44Kk44OXIDIyIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MDkuMTMsMTYwLjk3di0xMy4xaDEwLjM0M3Y3LjU2MmMwLDIuNjktMy44NzgsMS42MTEtMy44NzgsMS42MTFzMC45ODEsMy45My0xLjcwNiwzLjkzSDkwOS4xM1ptMTEuNjM2LTQuOTg4di05LjQyNkg5MDcuODM3VjE2Mi4yOGg2LjU4N0M5MTYuNDY5LDE2Mi4yOCw5MjAuNzY2LDE1Ny41NDgsOTIwLjc2NiwxNTUuOTgyWm0tMy4yMzItLjkwOGgtNi40NjV2LTAuNjU2aDYuNDY1djAuNjU2Wm0wLTIuNjJoLTYuNDY1djAuNjU0aDYuNDY1di0wLjY1NFptMC0xLjk2N2gtNi40NjV2MC42NTVoNi40NjV2LTAuNjU1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNy44NDQgLTE0Ni41NjIpIi8+Cjwvc3ZnPgo=) no-repeat center/contain;
  width: 15px;
  height: 18px;
  vertical-align: middle;
}
a.apply-btn:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0;
}
.outer[data-type=other] {
  padding: 0;
}
.outer[data-type=pt-none] {
  padding-top: 0;
}
.outer[data-type=pb-none] {
  padding-bottom: 0;
}

br.pc-none {
  display: none;
}

.l-main .mv {
  background: #eaebea;
  position: relative;
  height: 280px;
  margin-bottom: 72px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: right !important;
  -webkit-transition: background-size 1s ease-in-out;
  transition: background-size 1s ease-in-out;
}
@media screen and (min-width: 1600px) {
  .l-main .mv {
    background-size: contain !important;
    background-position: center !important;
    -webkit-transition: background-size 1s ease-in-out;
    transition: background-size 1s ease-in-out;
  }
}
.l-main .mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
}
.l-main .mv__ttl {
  color: #092a78;
  line-height: 120%;
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.l-main .mv__ttl_main {
  font-size: 30px;
  font-weight: 700;
}
.l-main .mv__ttl_sub {
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0;
  margin-top: 16px;
}
.l-main .intro__inner {
  max-width: 900px;
  margin: 0 auto;
}
.l-main .intro__txt {
  padding: 0 16px;
}
.l-main .intro__txt p {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 200%;
  letter-spacing: 0;
}
.l-main .cartridge__inner {
  max-width: 770px;
  margin: 80px auto 0;
}
.l-main .cartridge__wrapper {
  background: #f7f7f7;
  border-radius: 15px;
}
.l-main .cartridge .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
  padding: 24px 48px;
}
.l-main .cartridge .item__img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 50px;
  pointer-events: none;
}
.l-main .cartridge .item__txt {
  padding-left: 140px;
}
.l-main .cartridge .item__txt .item__head {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 200%;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  pointer-events: none;
}
.l-main .cartridge .item__txt .item__head span {
  position: relative;
  font-size: 26px;
  color: #f03c8e;
  z-index: 1;
  margin: 0 0.5rem;
  pointer-events: none;
}
.l-main .cartridge .item__txt .item__head span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #fff600;
  z-index: -1;
}
.l-main .cartridge .item__txt p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0;
}
.l-main .cartridge .item__txt p.small {
  font-size: 14px;
  color: #919191;
  line-height: 160%;
  letter-spacing: 0;
  text-align: right;
}
.l-main .cartridge .item__txt p.small a {
  text-decoration: underline;
}
.l-main .pdf-btn {
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 410px;
  height: 65px;
  border-radius: 999px;
}
.l-main .pdf-btn:hover, .l-main .pdf-btn:active {
  background: #919191;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  opacity: 1;
}
.l-main .pdf-btn:hover span, .l-main .pdf-btn:active span {
  color: #fff;
}
.l-main .pdf-btn span {
  font-size: 16px;
  color: #919191;
  padding-top: 3px;
}
.l-main .pdf-btn span::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 31px;
  background-image: url(/assets/images/pc/movie/common/pdf-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}
.l-main .movie {
  margin-bottom: 24px;
}
.l-main .movie__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.l-main .movie__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
}
.l-main .movie__list .item {
  width: 460px;
}
.l-main .movie__list .item__video {
  background: #f7f7f7;
  width: 100%;
  height: 260px;
  margin-bottom: 40px;
  border-radius: 1px;
  overflow: hidden;
  border: 1px solid #f7f7f7;
}
.l-main .movie__list .item__video iframe {
  width: 100%;
  height: 100%;
}
.l-main .movie__list .item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.l-main .movie__list .item__info .item__ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 120%;
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.l-main .movie__list .item__info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0;
  color: #333;
}
/*# sourceMappingURL=../../maps/movie/detail/pc.css.map */
