@charset "UTF-8";
@media (max-width: 1280px) {
  .xl_only {
    display: none;
  }
}

@media (max-width: 1020px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 750px) {
  .sp_only {
    display: block;
  }
}

.tb_only {
  display: none;
}
@media (max-width: 1020px) {
  .tb_only {
    display: block;
  }
}
@media (max-width: 750px) {
  .tb_only {
    display: none;
  }
}

@media (max-width: 750px) {
  .pc_tb {
    display: none;
  }
}

.tb_sp {
  display: none;
}
@media (max-width: 1020px) {
  .tb_sp {
    display: block;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  line-height: 1.66667;
  color: #000000;
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000000;
}

.box {
  width: 90%;
  max-width: 898px;
  margin: 0 auto;
  color: #fff;
}
.box__title {
  font-size: 2em;
  font-weight: 900;
  line-height: 2;
  color: #FFC043;
  text-align: center;
  text-shadow: 0px 4px 0px rgb(0, 0, 0);
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .box__title {
    font-size: clamp(1rem, 4.2667vw, 1.5rem);
    margin-bottom: 0.625rem;
  }
}
.box__title::before, .box__title::after {
  content: "";
  height: 1px;
  background-color: #FFC043;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.box__title::before {
  margin-right: 1rem;
}
@media (max-width: 750px) {
  .box__title::before {
    margin-right: 0.5rem;
  }
}
.box__title::after {
  margin-left: 1rem;
}
@media (max-width: 750px) {
  .box__title::after {
    margin-left: 0.5rem;
  }
}

.section__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .section__inner {
    width: 92.8%;
  }
}

span.bold {
  font-weight: bold;
}

p.text {
  font-weight: bold;
  line-height: 1.8125;
}
@media (max-width: 750px) {
  p.text {
    font-size: clamp(0.625rem, 2.6667vw, 1rem);
    line-height: 1.6;
  }
}
p.text span.blue {
  color: #BEE7FA;
}

main {
  background: url(../pbfes_kessai/bg.png) no-repeat center center/cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
}
main::before {
  content: "";
  display: block;
  width: 154.3vw;
  height: 47.7vw;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: -11.2vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  background: url(../pbfes_kessai/bg_flag.png) repeat center center/100% 100%;
}
@media (max-width: 750px) {
  main::before {
    width: 193.976vw;
    height: 73.784vw;
    background: url(../pbfes_kessai/bg_flag-sp.png) repeat center center/100% 100%;
  }
}
main::after {
  content: "";
  display: block;
  width: 100%;
  height: 50vh;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26.13%, rgba(9, 41, 116, 0.4)), to(rgba(9, 41, 116, 0)));
  background: -webkit-linear-gradient(top, rgba(9, 41, 116, 0.4) 26.13%, rgba(9, 41, 116, 0) 100%);
  background: linear-gradient(180deg, rgba(9, 41, 116, 0.4) 26.13%, rgba(9, 41, 116, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}
@media (max-width: 750px) {
  main {
    background: url(../pbfes_kessai/bg-sp.png) no-repeat top center/cover;
    background-attachment: fixed;
  }
}

.fv__inner {
  padding-top: 2.5em;
}
@media (max-width: 750px) {
  .fv__inner {
    padding-top: 0.6875em;
  }
}
.fv__middle {
  width: 91.564%;
  max-width: 1042px;
  margin: 0 auto 2.75em;
}
@media (max-width: 750px) {
  .fv__middle {
    width: 100%;
    margin-bottom: 1.125em;
  }
}
.fv__middle img {
  width: 100%;
}
.fv__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1020px) {
  .fv__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25em;
  }
}
.fv__link {
  width: 48.8333%;
  background-color: rgba(11, 36, 90, 0.8);
  border: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#D29525), color-stop(50%, #E6B45E), to(#FFDB37)) 1;
  -webkit-border-image: -webkit-linear-gradient(right, #D29525 0%, #E6B45E 50%, #FFDB37 100%) 1;
       -o-border-image: linear-gradient(270deg, #D29525 0%, #E6B45E 50%, #FFDB37 100%) 1;
          border-image: -webkit-gradient(linear, right top, left top, from(#D29525), color-stop(50%, #E6B45E), to(#FFDB37)) 1;
          border-image: linear-gradient(270deg, #D29525 0%, #E6B45E 50%, #FFDB37 100%) 1;
  overflow: hidden;
  text-align: center;
  padding-top: 1.25em;
}
@media (max-width: 1020px) {
  .fv__link {
    width: 100%;
    padding-top: 0.625em;
  }
}
.fv__link-title {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: -0.04em;
  color: #fff;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}
@media (max-width: 750px) {
  .fv__link-title {
    padding: 0.5em;
    font-size: 2em;
  }
}
.fv__link-title.--kuji {
  background-color: #00A0E9;
}
.fv__link-title.--kuji span {
  font-size: 1.3125rem;
  background-color: #fff;
  color: #00A0E9;
  padding: 5px 10px;
}
@media (max-width: 750px) {
  .fv__link-title.--kuji span {
    font-size: .75em;
    padding: 5px 10px;
  }
}
.fv__link-title.--charge {
  background-color: #00B0B9;
}
.fv__link-contents {
  padding: 0.875em 1em 2.875em;
}
@media (max-width: 750px) {
  .fv__link-contents {
    padding: 0.78125em 0.5em 1.71875em;
  }
}
.fv__link-lead {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.75;
  text-shadow: 0px 2px 0px rgb(0, 0, 0);
}
@media (max-width: 750px) {
  .fv__link-lead {
    font-size: 1.75em;
    line-height: 1.5;
  }
}
.fv__link-lead.--kuji {
  margin-bottom: 0.625rem;
}
@media (max-width: 750px) {
  .fv__link-lead.--kuji {
    margin-bottom: 0.78125rem;
  }
}
.fv__link-lead.--charge {
  margin-bottom: 1.5625rem;
}
@media (max-width: 750px) {
  .fv__link-lead.--charge {
    margin-bottom: 0.9375rem;
  }
}
.fv__link-lead .yellow {
  color: #FFC043;
  font-weight: 900;
}
@media (max-width: 750px) {
  .fv__link-lead .yellow {
    font-weight: 800;
  }
}
.fv__link-lead .big {
  font-size: 1.58333em;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 750px) {
  .fv__link-lead .big {
    font-size: 1.2941176rem;
    font-size: clamp(1.2941176rem, 5.5667vw, 1.75rem);
  }
}
.fv__link-img img {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .fv__link-img.--kuji {
    margin-bottom: 0.3125rem;
  }
}
.fv__link-img.--kuji img {
  max-width: 301px;
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  .fv__link-img.--kuji img {
    width: 80%;
    margin-bottom: 10px;
    max-width: inherit;
  }
}
@media (max-width: 750px) {
  .fv__link-img.--charge {
    margin-bottom: 0.46875rem;
  }
}
.fv__link-img.--charge img {
  max-width: 514px;
  margin-bottom: 3px;
}
@media (max-width: 750px) {
  .fv__link-img.--charge img {
    width: 90%;
    max-width: inherit;
  }
}
.fv__link-note {
  color: #fff;
  font-size: 1.125em;
  line-height: 2.3333;
  margin-bottom: 0.6875rem;
}
@media (max-width: 750px) {
  .fv__link-note {
    font-size: 1.25em;
    line-height: 1.75;
    margin-bottom: 0.75em;
  }
}
.fv__link-note span {
  font-size: 1rem;
}
@media (max-width: 750px) {
  .fv__link-note span {
    font-size: 1em;
  }
}
.fv__link-btn {
  max-width: 297px;
  height: 72px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .fv__link-btn {
    max-width: 185.5px;
    height: 45px;
  }
}
.fv__link-btn.--kuji a {
  background-color: #00A0E9;
  border: 1px solid #00A0E9;
}
.fv__link-btn.--kuji a:hover {
  color: #00A0E9;
}
.fv__link-btn.--charge a {
  background-color: #00B0B9;
  border: 1px solid #00B0B9;
}
.fv__link-btn.--charge.other-color a {
  background-color: none;
  border: 0px solid #00B0B9;
  background-image: linear-gradient(90deg, #d29525, #e6b45e 50%, #ffdb37);
}
.fv__link-btn.--charge.other-color {
  position: relative;
}
@media (max-width: 750px) {
  .fv__link-btn.--charge.other-color {
    max-width: 225.5px;
  }
}
.fv__link-btn.--charge.other-color:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: -70px;
  background: url(../pbfes_kessai/num-star.png) no-repeat;
  background-size: contain;
}
@media (max-width: 750px) {
  .fv__link-btn.--charge.other-color:before {
    content: "";
    display: block;
    width: 14vw;
    height: 14vw;
    position: absolute;
    top: 0;
    left: -14vw;
    background: url(../pbfes_kessai/num-star.png) no-repeat;
    background-size: contain;
  }
}
.fv__link-btn.--charge.other-color:after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: -65px;
  background: url(../pbfes_kessai/num-star.png) no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
  visibility: visible;
}
@media (max-width: 750px) {
  .fv__link-btn.--charge.other-color:after {
    content: "";
    display: block;
    width: 14vw;
    height: 14vw;
    position: absolute;
    top: 0;
    right: -14vw;
    background: url(../pbfes_kessai/num-star.png) no-repeat;
    background-size: contain;
    transform: scale(-1, 1);
    visibility: visible;
  }
}
.fv__link-btn.--charge a:hover {
  color: #d29525;
}
.fv__link-btn.--charge.other-color a:hover {
  background-image: linear-gradient(90deg, #fff, #fff 50%, #fff);
}
.fv__link-btn a {
  font-size: 1.625em;
  font-weight: 700;
  color: #fff;
  line-height: 70px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 750px) {
  .fv__link-btn a {
    font-size: 1.5em;
    line-height: 45px;
    border-radius: 5px;
  }
}
.fv__link-btn a:hover {
  background-color: #fff;
}
.fv__link-btn a span {
  font-size: 1.125rem;
  margin-left: 1em;
}
@media (max-width: 750px) {
  .fv__link-btn a span {
    font-size: 1.25rem;
  }
}

.fes {
  background: -webkit-linear-gradient(359.87deg, #ECC252 0%, #B1913C 25%, #F5D276 59.62%, #B1913C 79.81%, #ECC252 100%);
  background: linear-gradient(90.13deg, #ECC252 0%, #B1913C 25%, #F5D276 59.62%, #B1913C 79.81%, #ECC252 100%);
  margin: 0 calc(-50vw + 50%) 2.625em;
}
@media (max-width: 750px) {
  .fes {
    margin-bottom: 1.09375em;
  }
}
.fes__inner {
  text-align: center;
  padding-top: 1.875em;
  padding-bottom: 2.375em;
}
@media (max-width: 750px) {
  .fes__inner {
    padding-top: 0.875em;
    padding-bottom: 0.875em;
  }
}
.fes__title {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.475;
  color: #fff;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  .fes__title {
    font-size: clamp(0.90625rem, 3.8667vw, 1.5rem);
    line-height: 1.2;
    margin-bottom: 0.625rem;
  }
}
.fes__title .big48 {
  font-size: 1.5em;
  line-height: 1;
}
@media (max-width: 750px) {
  .fes__title .big48 {
    font-size: clamp(1.15625rem, 4.9333vw, 1.75rem);
  }
}
.fes__title .big43 {
  font-size: 1.34375em;
}
@media (max-width: 750px) {
  .fes__title .big43 {
    font-size: clamp(1.03125rem, 4.4vw, 1.5rem);
  }
}
@media (max-width: 750px) {
  .fes__title .sp_only {
    display: inline-block;
  }
}
.fes__title .pc_tb {
  display: inline-block;
}
@media (max-width: 750px) {
  .fes__title .pc_tb {
    display: none;
  }
}
.fes__btn {
  max-width: 486px;
  height: 70px;
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 0px 0px #B1913C;
          box-shadow: 0px 4px 0px 0px #B1913C;
}
@media (max-width: 750px) {
  .fes__btn {
    width: clamp(217.5px, 58vw, 486px);
    height: clamp(31px, 8.2667vw, 60px);
    border-radius: 5px;
  }
}
.fes__btn a {
  display: block;
  height: 100%;
  font-size: 1.5em;
  font-weight: 900;
  color: #0F3380;
  line-height: 70px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 750px) {
  .fes__btn a {
    font-size: clamp(0.6875em, 2.9333vw, 1em);
    line-height: clamp(31px, 8.2667vw, 60px);
  }
}
.fes__btn a:hover {
  opacity: 0.8;
}
.fes__btn a span.bold {
  font-weight: 700;
}
.fes__btn a::after {
  content: "▶";
  font-size: 1.5rem;
  margin-left: 1.25rem;
}
@media (max-width: 750px) {
  .fes__btn a::after {
    font-size: 0.625rem;
    margin-left: 0.625rem;
  }
}

.kuji {
  padding-top: 12.5em;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .kuji {
    padding-top: 9.5rem;
  }
}
.kuji::before {
  content: "";
  display: block;
  width: 100vw;
  height: 670px;
  position: absolute;
  top: -15rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../pbfes_kessai/kuji_flag.png) repeat center center/cover;
}
@media (max-width: 750px) {
  .kuji::before {
    top: -10vw;
    height: 36vw;
    background: url(../pbfes_kessai/kuji_flag-sp.png) repeat center center/cover;
    transform: translate(-50%, 0);
  }
}
.kuji__inner {
  padding-top: 3.8125em;
  padding-bottom: 7.1875em;
  background-color: rgba(11, 36, 90, 0.8);
  border: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#D29525), color-stop(50%, #E6B45E), to(#FFDB37)) 1;
  -webkit-border-image: -webkit-linear-gradient(right, #D29525 0%, #E6B45E 50%, #FFDB37 100%) 1;
       -o-border-image: linear-gradient(270deg, #D29525 0%, #E6B45E 50%, #FFDB37 100%) 1;
          border-image: -webkit-gradient(linear, right top, left top, from(#D29525), color-stop(50%, #E6B45E), to(#FFDB37)) 1;
          border-image: linear-gradient(270deg, #D29525 0%, #E6B45E 50%, #FFDB37 100%) 1;
  overflow: hidden;
}
@media (max-width: 750px) {
  .kuji__inner {
    padding-top: 1.3125em;
    padding-bottom: 2.84375em;
  }
}
.kuji__title {
  margin-bottom: 1.5em;
}
@media (max-width: 750px) {
  .kuji__title {
    margin-bottom: 0.25em;
  }
}
.kuji__lead-01, .kuji__lead-02, .kuji__lead-03, .kuji__lead-04, .kuji__lead-05 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.kuji__lead-01 {
  font-size: 2.6875em;
  font-weight: 700;
  margin-bottom: 1.5625rem;
}
@media (max-width: 750px) {
  .kuji__lead-01 {
    font-size: 1.5em;
    line-height: 1.4;
    margin-bottom: 1em;
  }
}
.kuji__lead-01 .yellow {
  color: #FFC043;
}
@media (max-width: 750px) {
  .kuji__lead-01 .yellow {
    font-weight: bold;
  }
}
.kuji__lead-01 .big {
  font-size: 1.372em;
}
.kuji__lead-02, .kuji__lead-03 {
  color: #BEE7FA;
}
.kuji__lead-02 {
  font-weight: 500;
  font-size: 2.25em;
  margin-bottom: 1.5625rem;
}
@media (max-width: 750px) {
  .kuji__lead-02 {
    font-size: 1.5em;
    margin: 0 auto 1rem;
    line-height: 1.6;
  }
}
.kuji__lead-02 .big {
  font-size: 1.4444em;
}
.kuji__lead-02 .pc_tb {
  display: inline-block;
}
@media (max-width: 750px) {
  .kuji__lead-02 .pc_tb {
    display: none;
  }
}
.kuji__lead-02 .sp_only {
  display: none;
}
@media (max-width: 750px) {
  .kuji__lead-02 .sp_only {
    display: inline-block;
  }
}
.kuji__lead-03 {
  font-size: 2.25em;
  margin-bottom: 3.3125rem;
}
@media (max-width: 750px) {
  .kuji__lead-03 {
    font-size: 1.5em;
    margin-bottom: 1.5625rem;
    line-height: 1.6;
  }
}
.kuji__lead-04 {
  font-size: 1.75em;
  line-height: 1.642857;
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  .kuji__lead-04 {
    font-size: 1.25em;
    margin-bottom: 1.5625rem;
  }
}
.kuji__lead-05 {
  font-size: 1.75em;
  line-height: 1.642857;
  margin-bottom: 3.3125em;
}
@media (max-width: 750px) {
  .kuji__lead-05 {
    font-size: 1.25em;
  }
}
.kuji__img {
  width: 90%;
  max-width: 898px;
  margin: 0 auto;
  margin-bottom: 3.125em;
}
.kuji__period {
  margin-bottom: 1.1875em;
}
@media (max-width: 750px) {
  .kuji__period {
    margin-bottom: 1.875em;
  }
}
.kuji__period-list {
  max-width: 704px;
  margin: 0 auto 3.125em;
}
@media (max-width: 750px) {
  .kuji__period-list {
    margin-bottom: 1.15625em;
  }
}
.kuji__period-item:nth-child(n+2) {
  margin-top: 2.1875em;
}
@media (max-width: 750px) {
  .kuji__period-item:nth-child(n+2) {
    margin-top: 1.15625em;
  }
}
.kuji__period-item-title {
  font-size: 1.25em;
  color: #000;
  text-align: center;
  height: 43px;
  line-height: 43px;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
@media (max-width: 750px) {
  .kuji__period-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    height: 30px;
    line-height: 21.5px;
    margin-bottom: 4px;
  }
}
.kuji__period-item-title.--01 {
  background-color: #BEE7FA;
}
.kuji__period-item-title.--02 {
  background-color: #B8E8E3;
}
.kuji__period-item-text {
  font-size: 1.5625em;
  line-height: 1.72;
  text-align: center;
  font-weight: bold;
  text-shadow: 0px 3px 0px #000000;
}
@media (max-width: 750px) {
  .kuji__period-item-text {
    font-size: 1.2em;
  }
}
.kuji__period-item-text .big {
  font-size: 1.444em;
}
@media (max-width: 750px) {
  .kuji__period-item-text .big {
    font-size: 1.43478em;
  }
}
.kuji__period-item-text .ls25 {
  letter-spacing: -0.25em;
}
.kuji__period-text {
  font-size: 1.125em;
  line-height: 1.889;
  font-weight: 700;
}
@media (max-width: 750px) {
  .kuji__period-text {
    font-size: 1.2em;
    line-height: 1.6;
    font-weight: 500;
  }
}
@media (max-width: 750px) {
  .kuji__period-text span {
    font-size: 1em;
  }
}
.kuji__campaign {
  margin-bottom: 3.875em;
}
.kuji__apply-title {
  margin-bottom: 1.875rem;
}
@media (max-width: 750px) {
  .kuji__apply-title {
    margin-bottom: 0.78125rem;
  }
}
.kuji__apply-list {
  margin-bottom: 4.0625rem;
}
@media (max-width: 750px) {
  .kuji__apply-list {
    margin: 0 auto 2.5em;
  }
}
.kuji__apply-item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  list-style: none;
  cursor: pointer;
}
@media (max-width: 750px) {
  .kuji__apply-item {
    border-radius: 5px;
  }
}
.kuji__apply-item:nth-child(n+2) {
  margin-top: 1.5625rem;
}
@media (max-width: 750px) {
  .kuji__apply-item:nth-child(n+2) {
    margin-top: 0.78125rem;
  }
}
.kuji__apply-item.is-open .kuji__apply-item-title::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.kuji__apply-item-title {
  color: #32457C;
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.1333;
  padding: 1rem 1.875rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 750px) {
  .kuji__apply-item-title {
    font-size: clamp(0.9375em, 4.0667vw, 1.5em);
    padding: 0.5rem 1em;
  }
}
.kuji__apply-item-title::after {
  content: "▼";
  font-size: 1.125rem;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 750px) {
  .kuji__apply-item-title::after {
    font-size: 0.5625rem;
    right: 0.9375rem;
  }
}
.kuji__apply-item-text {
  display: none;
  font-size: 1.125em;
  line-height: 1.6667;
  color: #000;
  font-weight: bold;
  padding: 1.375em 1.875em 1.5625em;
  position: relative;
}
@media (max-width: 750px) {
  .kuji__apply-item-text {
    font-size: 1.2em;
    padding: 0.625em 0.9375rem 0.78125em;
  }
}
.kuji__apply-item-text::before {
  content: "";
  display: block;
  border-top: 1px solid rgba(12, 39, 98, 0.3);
  position: absolute;
  top: 0;
  left: 1.875rem;
  width: calc(100% - 3.75rem);
  height: 1px;
}
@media (max-width: 750px) {
  .kuji__apply-item-text::before {
    left: 0.9375rem;
    height: 0.5px;
    width: calc(100% - 1.875rem);
  }
}
.kuji__apply-item-text img {
  margin: 2rem auto;
}
.kuji__apply-link:nth-child(n+2) {
  margin-top: 2.1875rem;
}
@media (max-width: 750px) {
  .kuji__apply-link:nth-child(n+2) {
    margin-top: 1.09375rem;
  }
}
.kuji__apply-link a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kuji__apply-link a:hover {
  opacity: 0.8;
}

.charge {
  padding-top: 6.25em;
}
@media (max-width: 750px) {
  .charge {
    padding-top: 1.96875em;
  }
}
.charge__inner {
  padding-top: 6.1875em;
  padding-bottom: 7.1875em;
  background-color: rgba(11, 36, 90, 0.8);
  border: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#D29525), color-stop(50%, #E6B45E), to(#FFDB37)) 1;
  -webkit-border-image: -webkit-linear-gradient(right, #D29525 0%, #E6B45E 50%, #FFDB37 100%) 1;
       -o-border-image: linear-gradient(270deg, #D29525 0%, #E6B45E 50%, #FFDB37 100%) 1;
          border-image: -webkit-gradient(linear, right top, left top, from(#D29525), color-stop(50%, #E6B45E), to(#FFDB37)) 1;
          border-image: linear-gradient(270deg, #D29525 0%, #E6B45E 50%, #FFDB37 100%) 1;
  overflow: hidden;
}
@media (max-width: 750px) {
  .charge__inner {
    padding-top: 2.25em;
    padding-bottom: 2.6875em;
  }
}
.charge__title {
  text-align: center;
  font-size: 4.125em;
  color: #FFC043;
  font-weight: bold;
  text-shadow: 0px 3px 0px #000;
  margin-bottom: 1.6rem;
}
@media (max-width: 750px) {
  .charge__title {
    font-size: 1.875em;
    margin-bottom: 1.1875rem;
  }
}
.charge__title img {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .charge__title img {
    max-width: 182px;
  }
}
.charge__lead-01, .charge__lead-02, .charge__lead-03 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.charge__lead-01 {
  font-size: 2.6875em;
  font-weight: 700;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .charge__lead-01 {
    font-size: clamp(1.25em, 5.3333vw, 2em);
    margin-bottom: 0.75em;
  }
}
.charge__lead-01 .yellow {
  color: #FFC043;
}
.charge__lead-01 .big {
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 750px) {
  .charge__lead-01 .big {
    font-size: clamp(1.5625rem, 6.7777vw, 2.5rem);
  }
}
.charge__lead-02 {
  font-size: 2.25em;
  font-weight: 500;
  margin-bottom: 2.75em;
  color: #BEE7FA;
}
@media (max-width: 750px) {
  .charge__lead-02 {
    font-size: 1.5em;
    margin-bottom: 1.25rem;
  }
}
.charge__lead-02 .big {
  font-size: 1.4444em;
}
@media (max-width: 750px) {
  .charge__lead-02 .big {
    font-size: 1.37em;
  }
}
.charge__lead-03 {
  font-size: 1.875em;
  line-height: 1.5333;
  margin-bottom: 5rem;
  color: #FFC043;
}
@media (max-width: 750px) {
  .charge__lead-03 {
    font-size: 1.75em;
    line-height: 1.4;
    margin-bottom: 2.1875em;
  }
}
.charge__img {
  width: 90%;
  max-width: 711px;
  margin: 0 auto 2em;
}
@media (max-width: 750px) {
  .charge__img {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.charge__img-note {
  font-size: 1.125em;
  color: #fff;
  line-height: 2.333;
  padding-left: 1.5625rem;
}
@media (max-width: 750px) {
  .charge__img-note {
    font-size: clamp(0.625em, 2.6667vw, 1em);
    padding-left: 0;
  }
}
.charge__period {
  margin-bottom: 2.75em;
}
@media (max-width: 750px) {
  .charge__period {
    margin-bottom: 1.875em;
  }
}
.charge__period-list {
  max-width: 704px;
  margin: 0 auto;
}
.charge__period-item:nth-child(n+2) {
  margin-top: 2.1875em;
}
@media (max-width: 750px) {
  .charge__period-item:nth-child(n+2) {
    margin-top: 1.15625em;
  }
}
.charge__period-item-title {
  font-size: 1.25em;
  color: #000;
  text-align: center;
  height: 43px;
  line-height: 43px;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
@media (max-width: 750px) {
  .charge__period-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25em;
    height: 30px;
    line-height: 21.5px;
    margin-bottom: 4px;
  }
}
.charge__period-item-title.--01 {
  background-color: #BEE7FA;
}
.charge__period-item-title.--02 {
  background-color: #B8E8E3;
}
.charge__period-item-title.--03 {
  background-color: #FFE9BC;
}
.charge__period-item-text {
  font-size: 1.5625em;
  line-height: 1.72;
  text-align: center;
  font-weight: bold;
  text-shadow: 0px 3px 0px #000000;
}
@media (max-width: 750px) {
  .charge__period-item-text {
    font-size: 1.2em;
    line-height: 1.869565;
    white-space: nowrap;
  }
}
.charge__period-item-text .big {
  font-size: 1.444em;
}
@media (max-width: 750px) {
  .charge__period-item-text .big {
    font-size: 1.43478em;
  }
}
.charge__period-item-text .ls25 {
  letter-spacing: -0.25em;
}
.charge__apply-links {
  margin-top: 4.0625em;
}
@media (max-width: 750px) {
  .charge__apply-links {
    margin-top: 2.5em;
  }
}

.contact {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}
@media (max-width: 750px) {
  .contact {
    padding-top: 1.5625em;
    padding-bottom: 1.71875em;
  }
}
.contact__inner {
  padding-top: 3.75em;
  padding-bottom: 4.8125em;
  background-color: rgba(11, 36, 90, 0.8);
  border: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#D29525), color-stop(50%, #E6B45E), to(#FFDB37)) 1;
  -webkit-border-image: -webkit-linear-gradient(right, #D29525 0%, #E6B45E 50%, #FFDB37 100%) 1;
       -o-border-image: linear-gradient(270deg, #D29525 0%, #E6B45E 50%, #FFDB37 100%) 1;
          border-image: -webkit-gradient(linear, right top, left top, from(#D29525), color-stop(50%, #E6B45E), to(#FFDB37)) 1;
          border-image: linear-gradient(270deg, #D29525 0%, #E6B45E 50%, #FFDB37 100%) 1;
  overflow: hidden;
}
@media (max-width: 750px) {
  .contact__inner {
    padding-top: 1.65625em;
    padding-bottom: 1.65625em;
  }
}
.contact a {
  color: #fff;
  text-decoration: underline;
}





.pb24-header {
  background: #fff;
  z-index: 11;
}

#pbHeader {
  position: relative;
  z-index: 10;
}

.pb24-footer {
  position: relative;
  z-index: 10;
}

@media (max-width: 750px) {
  .pb24-header-main__btn {
    position: absolute;
  }
}

.kuji__campaign .text,
.charge__campaign .text,
.contact__inner .text {
  font-size: 1.5em;
}
@media (max-width: 750px) {
  .kuji__campaign .text,
  .charge__campaign .text,
  .contact__inner .text {
    font-size: 1.25em;
    font-weight: 400;
    text-align: justify;
  }
}


.pb24-footer-fes__logo img {
  max-width: inherit;
  display: inline;
}

.charge__img img {
  margin: 0 auto;
}

.kuji__period-text {
  font-size: 1.25em;
}

#cduWrap {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
}
#cduWrap #cduPanNavi {
  width: 100%;
  max-width: inherit;
  min-width: inherit;
}


.num_container {
  margin-bottom: 80px;
  width: 100%;
  text-align: center;
}
.num_container > p {
  margin-top: 40px;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}
.num-title {
  width: 72%;
  margin: -80px auto 0;
}
.num_inr {
  position: relative;
}
.num_inr ul {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: -60px auto 0;
  position: relative;
}
.num_inr ul li {
  width: 48%;
  position: relative;
}
.num_inr ul li p {
  display: flex;
  align-items: baseline;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  font-size: 100px;
  font-weight: 900;
  color: #fff;
}
.num_inr ul li:first-of-type p {
  margin-left: 9.5%;
}
.num_inr ul li:first-of-type p span {
  font-size: 20px;
  text-wrap: nowrap;
  font-weight: 900;
  color: #fff;
}
.num_inr ul li:last-of-type p {
  margin-left: 2.5%;
}
.num_inr ul li:last-of-type p span {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
}
.star-deco {
  position: absolute;
}
.star-deco.left {
  width: 7vw;
  top: 50%;
  left: 1vw;
  transform: translateY(-50%);
}
.star-deco.right {
  width: 7vw;
  top: 50%;
  right: 1vw;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .num_container {
    margin-bottom: 8vw;
    width: 100%;
    text-align: center;
}
.num-title {
    width: 100%;
    margin: -8vw auto 0;
}
.star-deco.left {
    width: 10vw;
    top: 15%;
    left: 1vw;
    transform: translateY(-50%);
}
.star-deco.right {
    width: 10vw;
    top:inherit;
    bottom: -25vw;
    right: 1vw;
    transform: translateY(-50%);
}
.num_inr ul {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: -6vw auto 0;
    position: relative;
}
.num_inr ul li {
    width: 100%;
    position: relative;
}
.num_inr ul li:last-of-type {
    margin-top: 6vw;
}
.num_inr ul li p {
    /* width: 100%; */
    display: flex;
    text-wrap: nowrap;
    align-items: baseline;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    font-size: 18vw;
    font-weight: 900;
    color: #fff;
}
.num_inr ul li p span {
    font-size: 7vw;
    font-weight: 900;
    color: #fff;
}
.num_container > p {
    margin-top: 6vw;
    font-weight: 600;
    font-size: 3.5vw;
    color: #fff;
}
.num_inr ul li:first-of-type p {
  margin-left: 10.5%;
}
.num_inr ul li:first-of-type p span {
  font-size: 4vw;
}
}