@charset "UTF-8";
#contents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contents a,
#contents .toggle,
#contents .toggle::after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#contents img {
  max-width: 100%;
}

.inner, .inner-sp {
  margin: auto;
  max-width: 600px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner, .inner-sp {
    max-width: 84vw;
  }
}
@media print, screen and (min-width: 768px) {
  .inner-sp {
    width: auto;
  }
}
.inner__wide {
  max-width: 740px;
}
@media screen and (max-width: 767px) {
  .inner__wide {
    max-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/* ==========================================================
*
*   common style.. recommend not to delete because you often use these modules or parts.
*
========================================================== */
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

/* ---------------------------------------------
*   global setting
--------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .hide_pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide_sp {
    display: none !important;
  }
}
/* ---------------------------------------------
*   contents (override)
--------------------------------------------- */
#contents {
  position: relative;
}

/* ---------------------------------------------
*   contents_base
--------------------------------------------- */
#contents_base {
  line-height: 1.5;
  font-size: 10px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background-color: #e5e5e5;
  font-family: "Genshin-Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  overflow-x: hidden;
}

/* ---------------------------------------------
*   module_panel
--------------------------------------------- */
.module_panel {
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .module_panel {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.667%;
    border-radius: 10px;
    margin: 0 auto;
    width: auto;
    box-sizing: border-box;
  }
}

/* ---------------------------------------------
*   new css
--------------------------------------------- */
#contents_inner {
  padding-bottom: 0;
  width: 100%;
}

/* ---------------------------------------------
*   contact-panel
--------------------------------------------- */
.contact-panel {
  background-color: #ffce23;
  border-radius: 0;
}

.module_conversion {
  width: 880px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .module_conversion {
    display: block;
    width: auto;
    padding-top: 4.16667vw;
    padding-bottom: 4.16667vw;
  }
}

.conversion_right {
  width: 430px;
  border: 2px solid #fff;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: none;
}
@media screen and (max-width: 767px) {
  .conversion_right {
    width: 90.9%;
    margin-right: auto;
    margin-left: auto;
    padding: 2.08333vw 3.47222vw 4.86111vw;
  }
}

.conversion_left {
  width: 434px;
  padding: 10px;
  background: #fff;
  float: none;
  border: none;
}
@media screen and (max-width: 767px) {
  .conversion_left {
    width: 90.9%;
    margin-top: 0;
    margin-bottom: 4.16667vw;
    margin-right: auto;
    margin-left: auto;
    padding: 2.08333vw 4.72222vw 4.86111vw;
  }
}

.item__title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .item__title {
    font-size: 3.19444vw;
    margin-bottom: 2.77778vw;
  }
}
.item__title.skin_space {
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .item__title.skin_space {
    padding-left: 0;
  }
}
.item__title.web {
  margin-bottom: 5px;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .item__title.web {
    margin-bottom: 0;
    padding-left: 0;
  }
}
.item__body img {
  width: auto !important;
  width: initial !important;
}
.item__link-tel {
  vertical-align: middle;
}
.item__link-ip {
  line-height: 1.25;
  font-size: 2.8em;
}
@media screen and (max-width: 767px) {
  .item__link-ip {
    font-size: 4.16667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .item__link-img:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .item__link-img {
    width: 87%;
    margin: 0 auto;
  }
}
.item__tel {
  padding: 0 0 10px 108px;
  background: url(../campaign-spring2026_image/icon_conversion_tel.png) 18px center no-repeat;
  margin-bottom: 16px;
  /*	text-align: center;*/
}
@media screen and (max-width: 767px) {
  .item__tel {
    padding: 0 0 1.39vw 21vw;
    background-size: 18%;
    background-position: left;
    margin-bottom: 2.77778vw;
  }
}
.item__tel-number {
  line-height: 1.25;
  font-size: 2.48em;
}
@media screen and (max-width: 767px) {
  .item__tel-number {
    font-size: 4.16667vw;
  }
}
.item__tel-ip {
  padding: 16px 5px 11px;
  background-color: #fbf2cb;
}
@media screen and (max-width: 767px) {
  .item__tel-ip {
    padding: 2.22223vw 0.69444vw 1.52778vw;
  }
}
.item__tel-ip-text {
  text-align: center;
  line-height: 1.25;
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .item__tel-ip-text {
    font-size: 2.5vw;
  }
}
.item__tel-ip-number {
  text-align: center;
}
.item__navidial {
  font-size: 0.8em;
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .item__navidial {
    font-size: 3.47222vw;
  }
}
.item__hours {
  line-height: 1.75;
  font-size: 1.4em;
  text-indent: -5em;
  padding-left: 5em;
}
@media screen and (max-width: 767px) {
  .item__hours {
    font-size: 2.5vw;
  }
}
.item__small {
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .item__small {
    font-size: 2.5vw;
  }
}
.item__annotations {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .item__annotations {
    margin-top: 2.08333vw;
  }
}
.item__annotation {
  line-height: 1.75;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .item__annotation {
    font-size: 2.42222vw;
  }
}
.item__img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .item__img {
    width: 89.7%;
    margin-bottom: 0;
  }
}
.item__txt {
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .item__txt {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.77778vw;
    margin-bottom: 1.38889vw;
  }
}
.item__web {
  margin-bottom: 15px;
  padding-left: 22px;
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .item__web {
    margin-bottom: 8px;
    padding-left: 0;
    font-size: 3vw;
  }
}

/*  footer-pagetop
--------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .footer-pagetop {
    position: relative;
  }
}
.footer-pagetop__link-text {
  margin-left: auto;
  padding-top: 70px;
  width: 70px;
  height: 0;
  background: url(../campaign-spring2026_image/btn_top.png) 0 0 no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10000;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .footer-pagetop__link-text {
    padding-top: 12.5vw;
    width: 12.5vw;
    right: 0;
  }
}
.footer-pagetop__link-text.is-show {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media print, screen and (min-width: 768px) {
  .footer-pagetop__link-text.is-show:hover {
    opacity: 0.8;
  }
}
.footer-pagetop__link-text--absolute {
  position: absolute;
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .footer-pagetop__link-text--absolute {
    top: -12.5vw;
  }
}

.lp_contents {
  background: #fff;
}

.list__dot {
  text-align: left;
}
.list__dot > li {
  margin-left: 1em;
  text-indent: -1em;
}
.list__dot > li::before {
  content: "・";
}
.list__text--number {
  text-align: left;
}
.list__text--number > li {
  margin-left: 1em;
  text-indent: -1em;
}
.list__notes > li {
  margin-left: 2em;
  text-indent: -2em;
}
.list__notes--number {
  text-align: left;
}
.list__notes--number > li {
  margin-left: 3em;
  text-indent: -3em;
}

.icon__toggle {
  margin: 0 1em;
  position: relative;
}
.icon__toggle::before, .icon__toggle::after {
  width: 0.9em;
  height: 1px;
  content: "";
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.icon__toggle::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.icon__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.icon__toggle--circle {
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .icon__toggle--circle {
    right: 2.6666666667vw;
  }
}
.icon__toggle--circle::before, .icon__toggle--circle::after {
  width: 0.7em;
  height: 1px;
  content: "";
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.icon__toggle--circle::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.icon__toggle--circle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.js-accordion__toggle {
  padding-right: 1.5em;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
@media print, screen and (min-width: 768px) {
  .js-accordion__toggle:hover {
    opacity: 0.8;
  }
}
.js-accordion__toggle.opened > i::before {
  opacity: 0;
}
.js-accordion__toggle.opened > i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.js-accordion__target {
  display: none;
}

.cv {
  padding: 50px 0 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv {
    padding: 9.3333333333vw 0 13.3333333333vw;
  }
}
.cv__head {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cv__head {
    margin-bottom: 4.5333333333vw;
  }
}
.cv__btns > li + li {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cv__btns > li + li {
    margin-top: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .cv a:hover {
    opacity: 0.8;
  }
}
.cv__fixed {
  margin: 0 auto;
  padding: 16px 0 20px;
  width: 100%;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .cv__fixed {
    padding: 3.4666666667vw 0 4vw;
  }
}
.cv__fixed.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cv__fixed .inner {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .cv__fixed .inner {
    max-width: 740px;
  }
}
.cv__fixed .cv__head {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cv__fixed .cv__head {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .cv__fixed .cv__head img {
    width: 74vw;
  }
}
.cv__fixed .cv__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .cv__fixed .cv__btns {
    gap: 4vw;
  }
}
.cv__fixed .cv__btns > li + li {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .cv__fixed .cv__btns > li + li {
    margin-top: 0;
  }
}
.cv__hero {
  padding-top: 46px;
}
@media screen and (max-width: 767px) {
  .cv__hero {
    padding-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cv__hero .cv__head img {
    width: 82vw;
  }
}

.hero {
  text-align: center;
}
.hero-board {
  background: #c8c8c8;
}
.hero-main {
  background: url(../campaign-spring2026_image/hero_02_bg_pc.png) no-repeat center top/auto 100% #004098;
}
.hero-award {
  background: #001f49;
}
.hero-award__notes {
  padding: 0.5em 0;
  color: #fff;
  background: #00265a;
}
.hero-award__notes .js-accordion__toggle {
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .hero-award__notes .js-accordion__toggle {
    font-size: 0.9em;
  }
}
.hero-award__notes .js-accordion__toggle .icon__toggle::before, .hero-award__notes .js-accordion__toggle .icon__toggle::after {
  background: #fff;
}
.hero-award__notes .js-accordion__target {
  margin-top: 1em;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .hero-award__notes .js-accordion__target {
    font-size: 0.8em;
  }
}

.campaign {
  padding: 70px 0 100px;
  text-align: center;
  background: #002d80;
}
@media screen and (max-width: 767px) {
  .campaign {
    padding: 9.3333333333vw 0 16vw;
  }
}
.campaign__title {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .campaign__title {
    margin-bottom: 4vw;
  }
}
.campaign__item {
  margin-left: -40px;
}
@media screen and (max-width: 767px) {
  .campaign__item {
    margin-left: -8vw;
  }
}
.campaign__exchange {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .campaign__exchange {
    margin-top: 10vw;
  }
}

.step {
  padding: 70px 0 100px;
  text-align: center;
  background: #002d80;
}
@media screen and (max-width: 767px) {
  .step {
    padding: 9.3333333333vw 0 16vw;
  }
}
.step__title {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .step__title {
    margin-bottom: 8.8vw;
  }
}
.step__item:not(.step__04)::after {
  width: 100%;
  height: 70px;
  content: "";
  background: url(../campaign-spring2026_image/step_next.png) no-repeat 50% 50%;
  display: block;
}
@media screen and (max-width: 767px) {
  .step__item:not(.step__04)::after {
    height: 9.3333333333vw;
    background-size: 2.9333333333vw auto;
  }
}
.step__notes {
  padding: 0.8em 0;
  background: #f5f5f6;
}
.step__notes .js-accordion__toggle {
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .step__notes .js-accordion__toggle {
    font-size: 0.9em;
  }
}
.step__notes .js-accordion__target {
  padding: 1em 20px;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .step__notes .js-accordion__target {
    padding: 2.6666666667vw;
    font-size: 0.8em;
  }
}
.step__details {
  margin-top: 50px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .step__details {
    margin-top: 8vw;
  }
}
.step__details .js-accordion__toggle {
  padding: 1em;
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .step__details .js-accordion__toggle {
    padding: 1.5em 1em;
    font-size: 1em;
  }
}
.step__details .js-accordion__target {
  padding: 0 30px 30px;
  font-size: 1.2em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .step__details .js-accordion__target {
    padding: 0 2.6666666667vw 2.6666666667vw;
    font-size: 0.8em;
  }
}
.step__details--body {
  height: 200px;
  overflow-y: scroll;
}
.step__details--body h3, .step__details--body h4, .step__details--body h5, .step__details--body p, .step__details--body ul, .step__details--body ol {
  margin-bottom: 1em;
  font-size: 1em;
}
.step__details--body li {
  margin-bottom: 0.5em;
}
.step__details--body h3 {
  font-size: 1.2em;
}
.step__details--body h4 {
  font-size: 1.1em;
}
.step__faq {
  margin-top: 50px;
  color: #fff;
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .step__faq {
    margin-top: 8vw;
    font-size: 1em;
  }
}
.step__faq a {
  color: #fff;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .step__faq a:hover {
    text-decoration: none;
  }
}

.reason {
  padding: 70px 0 100px;
  text-align: center;
  background: #edf0f6;
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 9.3333333333vw 0 16vw;
  }
}
.reason__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .reason__title {
    margin-bottom: 7.4666666667vw;
  }
}
.reason__item:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .reason__item:not(:last-child) {
    margin-bottom: 13.3333333333vw;
  }
}
.reason__item .list__notes--number {
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .reason__item .list__notes--number {
    font-size: 0.8em;
  }
}
.reason__notes {
  padding: 0.8em 0;
}
.reason__notes .js-accordion__toggle {
  padding: 1em 0;
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .reason__notes .js-accordion__toggle {
    font-size: 0.8em;
  }
}

.faq {
  padding: 70px 0 100px;
  text-align: center;
  background: #edf0f6;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 9.3333333333vw 0 16vw;
  }
}
.faq__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .faq__title {
    margin-bottom: 7.4666666667vw;
  }
}
.faq__item {
  margin-bottom: 1px;
  font-size: 1.8em;
  text-align: left;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .faq__item {
    font-size: 1.1em;
  }
}
.faq__item .js-accordion__toggle {
  padding: 30px 80px 30px 70px;
  color: #014099;
  background: url(../campaign-spring2026_image/icon_q.png) no-repeat 22px 30px/auto 24px;
}
@media screen and (max-width: 767px) {
  .faq__item .js-accordion__toggle {
    padding: 4vw 10.6666666667vw 4vw 12vw;
    background-position: 4.5333333333vw 3.7333333333vw;
    background-size: auto 4.2666666667vw;
  }
}
.faq__item .js-accordion__toggle .icon__toggle--circle {
  background: #2965b7;
  border: none;
}
.faq__item .js-accordion__toggle .icon__toggle--circle::before, .faq__item .js-accordion__toggle .icon__toggle--circle::after {
  background: #fff;
}
.faq__item .js-accordion__target {
  padding: 30px 22px 30px 70px;
  background: url(../campaign-spring2026_image/icon_a.png) no-repeat 22px 30px/auto 24px #f5f5f6;
}
@media screen and (max-width: 767px) {
  .faq__item .js-accordion__target {
    padding: 4vw 6.6666666667vw 4vw 12vw;
    background-position: 4.5333333333vw 3.7333333333vw;
    background-size: auto 4.2666666667vw;
  }
}

.caution {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .caution {
    padding: 6.6666666667vw 0;
  }
}
.caution__item {
  margin-bottom: 1em;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .caution__item {
    font-size: 1.1em;
  }
}
.caution__item .js-accordion__toggle {
  font-weight: bold;
}
.caution__item .js-accordion__target, .caution__item--text {
  margin: 0.5em 0 0 0;
  font-size: 0.85em;
}
.caution__contact {
  margin-top: 1em;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .caution__contact {
    font-size: 1.1em;
  }
}
.caution__contact a {
  text-decoration: underline;
}