@charset "UTF-8";
@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;
  }
}
.cmn-header__mainmenu {
  position: relative;
  z-index: 10000;
}

@media screen and (max-width: 768px) {
  .pane-header .cmn-header {
    position: relative;
    z-index: 10000;
  }
}

.pane-main {
  margin-bottom: 0 !important;
}

.wrapper > .pane-main {
  padding-bottom: 0 !important;
}

.page {
  /* kv
  ---------------------------*/
}
.page a {
  line-height: inherit;
  width: 100%;
  display: block;
}
.page h2,
.page h3,
.page .item-btn a {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
.page .kv {
  position: relative;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .page .kv {
    margin: 0 auto 16.7vw;
  }
}
.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: 768px) {
  .page .kv h1 {
    min-width: 100%;
  }
}
.page .kv h1 img {
  width: 100%;
  margin: auto;
}
.page .statement {
  margin: 90px auto 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .statement {
    margin: 9.1vw auto 10.4vw;
  }
}
.page .statement_top {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page .statement_top {
    font-size: 6vw;
    line-height: 1.6;
    margin-bottom: 5.2vw;
  }
}
.page .statement_bottom {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page .statement_bottom {
    font-size: 4.4vw;
    line-height: 1.8;
  }
}
.page .statement_bottom .red {
  color: #D90505;
  vertical-align: baseline;
}
.page .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 26px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  max-width: 964px;
  margin: 0 auto 92px;
}
@media screen and (max-width: 768px) {
  .page .anchor {
    max-width: 80.2vw;
    row-gap: 7.8vw;
    -webkit-column-gap: 7.8vw;
       -moz-column-gap: 7.8vw;
            column-gap: 7.8vw;
  }
}
.page .anchor_link {
  max-width: 138px;
}
@media screen and (max-width: 768px) {
  .page .anchor_link {
    max-width: 36.1vw;
  }
}
@media screen and (min-width: 769px) {
  .page .sec-scroll-point {
    padding: 0 3vw;
    margin-bottom: 100px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .page .sec-scroll-point img {
    display: none;
    max-width: 448px;
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .page .sec-scroll-point img {
    width: 89.6vw;
    margin: 0 2.6vw;
  }
}
.page .player_sec {
  background-image: url(/ec/img/usr/pg/campaign/hataraku-hito-ouen/bg_pc.png?202506);
  background-size: 100% 90%;
  background-repeat: no-repeat;
  background-position: top;
  min-height: 770px;
  height: 60.54vw;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page .player_sec {
    min-height: unset;
    height: unset;
    background-image: url(/ec/img/usr/pg/campaign/hataraku-hito-ouen/bg_sp.png?202506);
    margin-bottom: 4.6vw;
  }
}
.page .player_sec .player_name {
  display: block;
  margin-right: auto;
  max-width: 662px;
  min-width: 400px;
  width: 34.4vw;
  padding: 0 3vw;
}
@media screen and (max-width: 768px) {
  .page .player_sec .player_name {
    max-width: unset;
    min-width: unset;
    width: 89.9vw;
    padding-left: 5.2vw;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .player_sec .player_slider {
    margin-top: 5.7vw;
  }
}
.page .player_sec .scene_img {
  max-width: 896px;
  min-width: 586px;
  width: 46.6vw;
  display: block;
  margin: 0 auto 28px;
}
@media screen and (max-width: 768px) {
  .page .player_sec .scene_img {
    max-width: 89.6vw;
    min-width: unset;
    width: 100%;
    margin-bottom: 5.2vw;
  }
}
.page .gradient-underline_pc {
  position: relative;
  display: inline-block !important; /* または block にする */
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .gradient-underline_pc {
    display: none !important;
  }
}
.page .gradient-underline_pc::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px; /* 線の太さ */
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#D8F2FF), to(#C9EBCA));
  background: linear-gradient(to right, #D8F2FF, #C9EBCA);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page .gradient-underline_pc::after {
    height: 1.6vw;
  }
}
.page .gradient-underline_pc p {
  font-size: 18px;
  font-weight: bold;
  color: #354D97;
  position: relative;
  z-index: 5;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .page .gradient-underline_pc p {
    display: inline-block;
    font-size: 3.9vw;
    padding: 0 0.9vw;
  }
}
.page .gradient-underline_sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page .gradient-underline_sp {
    position: relative;
    display: inline-block !important; /* または block にする */
    text-align: center;
    margin-bottom: 1.8vw;
  }
}
.page .gradient-underline_sp::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px; /* 線の太さ */
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#D8F2FF), to(#C9EBCA));
  background: linear-gradient(to right, #D8F2FF, #C9EBCA);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page .gradient-underline_sp::after {
    height: 1.6vw;
  }
}
.page .gradient-underline_sp p {
  font-size: 18px;
  font-weight: bold;
  color: #354D97;
  position: relative;
  z-index: 5;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .page .gradient-underline_sp p {
    display: inline-block;
    font-size: 3.9vw;
    padding: 0 0.9vw;
  }
}
.page .item_area {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto 78px;
}
@media screen and (max-width: 768px) {
  .page .item_area {
    margin-bottom: 19.3vw;
  }
}
.page .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .page .item_list {
    margin-top: 6.3vw;
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}
.page .item_list li {
  width: 132px;
}
@media screen and (max-width: 768px) {
  .page .item_list li {
    width: 34.4vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 5.2vw;
  }
}
.page .item_list li .item--img {
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .page .item_list li .item--img {
    margin-bottom: 2.9vw;
  }
}
.page .item_list li .item--name {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .page .item_list li .item--name {
    font-size: 3.4vw;
    margin-bottom: 1.8vw;
  }
}
.page .item_list li .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .item_list li .item--price {
    font-size: 4.2vw;
  }
}
.page .bnr {
  padding-top: 70px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 768px) {
  .page .bnr {
    padding-top: 0;
    margin-bottom: 18.2vw;
  }
}
.page .bnr_img {
  width: 480px;
  display: block;
  margin: 0 auto 26px;
}
@media screen and (max-width: 768px) {
  .page .bnr_img {
    width: 89.6vw;
    margin-bottom: 4.7vw;
  }
}
.page .bnr_btn {
  width: 330px;
  display: block;
  margin: 0 auto;
  border: 2px solid #354D97;
  border-radius: 50px;
  padding: 11px 0;
  font-size: 16px;
  font-weight: bold;
  color: #354D97;
  line-height: 1.62;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .bnr_btn {
    width: 84.9vw;
    border-radius: 10.4vw;
    padding: 2.6vw 0;
    font-size: 4.2vw;
    border: 0.5vw solid #354D97;
  }
}
.page .announce {
  background: #354D97;
  padding: 23px 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .announce {
    font-size: 4.2vw;
    padding: 6.5vw 5.2vw;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 768px) {
  .page .slick-arrow {
    width: 3.9vw !important;
    height: 7.8vw !important;
    top: 45% !important;
    margin: 0 !important;
    cursor: pointer;
  }
}
.page .slick-prev-arrow {
  left: 5.2vw;
}
.page .slick-next-arrow {
  right: 5.2vw;
}
.page .tabs {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .tabs {
    max-width: 100%;
    width: 100%;
  }
}
.page .tabs .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.3%;
  list-style: none;
  padding: 0;
  margin: 0 auto 80px;
  border-bottom: 2px solid #354D97;
}
@media screen and (max-width: 768px) {
  .page .tabs .tab-menu {
    border-bottom: 0.5vw solid #354D97;
    gap: 3.6vw;
    margin-bottom: 15.6vw;
  }
}
.page .tabs .tab-menu li {
  width: 42%;
  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;
  text-align: center;
  cursor: pointer;
  color: #354D97;
  border: 2px solid #354D97;
  border-bottom: none !important;
  padding: 18px 28px;
}
@media screen and (max-width: 768px) {
  .page .tabs .tab-menu li {
    width: 41.7vw;
    padding: 3.4vw 0;
    border: 0.5vw solid #354D97;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page .tabs .tab-menu li.active {
  background: #354D97;
  border: 2px solid #354D97;
  border-bottom: none !important;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page .tabs .tab-menu li.active {
    border: 0.5vw solid #354D97;
  }
}
.page .tabs .tab-menu li .tab_img {
  max-width: 193px;
  margin-right: 12%;
}
@media screen and (max-width: 768px) {
  .page .tabs .tab-menu li .tab_img {
    display: none !important;
  }
}
.page .tabs .tab-menu li .tab_text_top {
  font-size: 11px;
  line-height: 2;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .page .tabs .tab-menu li .tab_text_top {
    font-size: 2.6vw;
    line-height: 1.3;
  }
}
.page .tabs .tab-menu li .tab_text_bottom {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .tabs .tab-menu li .tab_text_bottom {
    font-size: 4.2vw;
  }
}
.page .tab-content .tab {
  display: none;
}
.page .tab-content .tab.active {
  display: block;
}
.page .passion_heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .passion_heading {
    font-size: 4.4vw;
    line-height: 1.8;
  }
}
.page .passion_heading span {
  color: #EC1234;
  font-weight: bold;
  vertical-align: baseline;
}
.page .passion_heading_bnr {
  margin: 46px auto 30px;
  max-width: 896px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page .passion_heading_bnr {
    margin: 6.3vw auto 4.4vw;
    max-width: 89.6vw;
  }
}
.page .passion_heading_text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .passion_heading_text {
    font-size: 3.9vw;
    line-height: 2;
    margin-bottom: 6.3vw;
  }
}
.page .passion_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 26px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  max-width: 964px;
  margin: 100px auto 92px;
}
@media screen and (max-width: 768px) {
  .page .passion_anchor {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    max-width: 80.2vw;
    row-gap: 7.8vw;
    -webkit-column-gap: 7.8vw;
       -moz-column-gap: 7.8vw;
            column-gap: 7.8vw;
  }
}
.page .passion_anchor_link {
  max-width: 138px;
}
@media screen and (max-width: 768px) {
  .page .passion_anchor_link {
    max-width: 36.1vw;
  }
}
.page .passion_name {
  width: 896px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .passion_name {
    width: 89.58vw;
    margin-left: 5.1vw;
  }
}
.page .passion_name img {
  max-width: 686px;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .page .passion_name img {
    width: 89.58vw;
    margin: 0;
  }
}
.page .passion_slider {
  width: 896px;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .page .passion_slider {
    width: 100%;
    margin: 0;
  }
}
.page .passion_slider img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page .passion_slider img {
    width: 89.7vw;
  }
}
.page .passion_sec {
  background-image: url(/ec/img/usr/pg/campaign/hataraku-hito-ouen/passion/passion_bg.png?202506);
  background-size: 100% 90%;
  background-repeat: no-repeat;
  background-position: 0 50px;
  height: 750px;
  margin-bottom: 100px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page .passion_sec {
    min-height: unset;
    background-position: 0 10vw;
    height: 130vw;
    background-image: url(/ec/img/usr/pg/campaign/hataraku-hito-ouen/passion/passion_bg_sp.png?202506);
    margin-bottom: 23.6vw;
    background-size: contain;
  }
}
.page .passion .gradient-underline_pc {
  position: relative;
  display: inline-block !important; /* または block にする */
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .passion .gradient-underline_pc {
    display: none !important;
  }
}
.page .passion .gradient-underline_pc::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px; /* 線の太さ */
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FFD8E0), to(#FFF6C4));
  background: linear-gradient(to right, #FFD8E0, #FFF6C4);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page .passion .gradient-underline_pc::after {
    height: 1.6vw;
  }
}
.page .passion .gradient-underline_pc p {
  font-size: 18px;
  font-weight: bold;
  color: #354D97;
  position: relative;
  z-index: 5;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .page .passion .gradient-underline_pc p {
    display: inline-block;
    font-size: 3.9vw;
    padding: 0 0.9vw;
  }
}
.page .passion .gradient-underline_sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page .passion .gradient-underline_sp {
    position: relative;
    display: inline-block !important; /* または block にする */
    text-align: center;
    margin-bottom: 1.8vw;
  }
}
.page .passion .gradient-underline_sp::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px; /* 線の太さ */
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FFD8E0), to(#FFF6C4));
  background: linear-gradient(to right, #FFD8E0, #FFF6C4);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page .passion .gradient-underline_sp::after {
    height: 1.6vw;
  }
}
.page .passion .gradient-underline_sp p {
  font-size: 18px;
  font-weight: bold;
  color: #354D97;
  position: relative;
  z-index: 5;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .page .passion .gradient-underline_sp p {
    display: inline-block;
    font-size: 3.9vw;
    padding: 0 0.9vw;
  }
}
.page .passion .item_list {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .passion .item_list {

  }
}
@media screen and (max-width: 768px) {
  .page .passion .item_list li {
    margin: 0 2.6vw;
  }
}
.page .passion .item_area {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .page .passion .item_area {
    margin-bottom: 7.8vw;
  }
}
.page .passion .item_area .snap_img_right {
  position: absolute;
  bottom: -170px;
  right: 7%;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .page .passion .item_area .snap_img_right {
    position: unset;
    width: 69.8vw;
    display: block;
    margin: 6.5vw auto 0;
  }
}
.page .passion .item_area .snap_img_left {
  position: absolute;
  bottom: -50px;
  left: 7%;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .page .passion .item_area .snap_img_left {
    position: unset;
    width: 69.8vw;
    display: block;
    margin: 6.5vw auto 0;
  }
}
.page .passion_bottom_bnr {
  padding-top: 70px;
  display: block;
  max-width: 896px;
  margin: 0 auto 46px;
}
@media screen and (max-width: 768px) {
  .page .passion_bottom_bnr {
    max-width: 89.6vw;
    padding-top: 9.1vw;
    margin-bottom: 6.3vw;
  }
}
.page .passion_bottom_text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page .passion_bottom_text {
    font-size: 4.4vw;
    margin-bottom: 13vw;
  }
}
.page .passion_bottom_text span {
  color: #D90505;
  font-weight: bold;
  vertical-align: baseline;
}
.page .passion .note {
  font-size: 12px;
  color: #354D97;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .page .passion .note {
    font-size: 2.6vw;
    margin-top: 1.3vw;
  }
}
.page .passion sup {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .page .passion sup {
    font-size: 3vw;
  }
}

.page .campaign{
  display: block;
  margin: 80px auto;
}

.page .campaign_info{
  display: block;
  margin: 0 auto 20px;
}

.page .campaign_btn{
  width: 326px;
  font-size: 16px;
  font-weight: bold;
  color: #354D97;
  border: 2px solid #354D97;
  border-radius: 30px;
  position: relative;
  text-align: center;
  padding: 13px 0;
  display: block;
  margin: 0 auto;
}

.page .campaign_btn:after{
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/hataraku-hito-ouen/campaign_arrow.png?202506);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 8px;
  height: 16px;
  top: 34%;
  right: 22px;
}

@media screen and (max-width: 768px) {
  .page .campaign{
    display: block;
    margin: 10.4vw auto 20.8vw;
  }

  .page .campaign_info{
    display: block;
    margin: 0 auto 4.68vw;
    max-width: 89.58vw;
  }

  .page .campaign_btn{
    width: 58.59vw;
    font-size: 4.16vw;
    font-weight: bold;
    color: #354D97;
    border: 0.5vw solid #354D97;
    border-radius: 30vw;
    position: relative;
    text-align: center;
    padding: 3.9vw 0;
    display: block;
    margin: 0 auto;
  }

  .page .campaign_btn:after{
    content: "";
    background-image: url(/ec/img/usr/pg/campaign/hataraku-hito-ouen/campaign_arrow.png?202506);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 2.08vw;
    height: 4.16vw;
    top: 37%;
    right: 4.55vw;
  }
}

.page .campaign_bottom{
  display: block;
  max-width: 510px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
 .page .campaign_bottom{
    display: block;
    margin: 0 auto 4.68vw;
    max-width: 82vw;
  } 
}

.page .campaign_note{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .campaign_note{
    font-size: 4vw;
    margin-bottom: 5vw;
    text-align: center;
  } 
}