@import "https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap";
:root {
  --main-color: #7fc35e;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  background-color: #fff;
}
body {
  color: #222;
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.is-modalOpen {
  overflow: hidden;
}
.mainContents {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
button,
a {
  cursor: pointer;
  color: #222;
}
@media (hover: hover) {
  button,
  a {
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  button:hover,
  a:hover {
    opacity: 0.8;
  }
}
button {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Meiryo, sans-serif;
}
a[href*="tel:"] {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    color: inherit;
  }
}
@media not all and (min-width: 768px) {
  a[href*="tel:"] {
    color: #fff;
  }
}
.forPC {
  display: inherit !important;
}
@media not all and (min-width: 768px) {
  .forPC {
    display: none !important;
  }
}
.forSP {
  display: none !important;
}
@media not all and (min-width: 768px) {
  .forSP {
    display: inherit !important;
  }
}
.forPC2 {
  display: inline !important;
}
@media not all and (min-width: 768px) {
  .forPC2 {
    display: none !important;
  }
}
.forSP2 {
  display: none !important;
}
@media not all and (min-width: 768px) {
  .forSP2 {
    display: inline !important;
  }
}
.forPC3 {
  display: block !important;
}
@media not all and (min-width: 768px) {
  .forPC3 {
    display: none !important;
  }
}
.forSP3 {
  display: none !important;
}
@media not all and (min-width: 768px) {
  .forSP3 {
    display: block !important;
  }
}
.u-textSmall {
  font-size: 85%;
}
@media not all and (min-width: 768px) {
  .u-textSmallSp {
    font-size: 85%;
  }
}
.u-textLarge {
  font-size: 160%;
}
.u-lineBlock {
  display: inline-block;
  white-space: nowrap;
}
@media not all and (min-width: 768px) {
  .u-lineBlock {
    display: inline;
    white-space: normal;
  }
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.c-headerLink {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 100%;
  color: #fff;
  background-color: #ec3a2c;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  z-index: 0;
}
@media not all and (min-width: 768px) {
  .c-headerLink {
    width: 38.6666666667vw;
  }
}
.c-headerLink--type2 {
  width: 210px;
  padding-left: 5px;
}
@media not all and (min-width: 768px) {
  .c-headerLink--type2 {
    width: 32vw;
    padding-left: 0.8vw;
  }
}
.c-headerLink--type3 {
  width: 213px;
  padding-left: 5px;
}
@media not all and (min-width: 768px) {
  .c-headerLink--type3 {
    width: 36vw;
    padding-left: 0.2666666667vw;
  }
}
.c-headerLink--type4 {
  width: 260px;
  padding-left: 8px;
}
@media not all and (min-width: 768px) {
  .c-headerLink--type4 {
    width: 38.6666666667vw;
    padding-left: 0.5333333333vw;
  }
}
.c-headerLink--type5 {
  width: 193px;
  padding-left: 1px;
  background-color: rgba(0, 0, 0, 0);
}
@media not all and (min-width: 768px) {
  .c-headerLink--type5 {
    width: 29.3333333333vw;
    padding-left: 1.0666666667vw;
  }
}
.c-headerLink--type5::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 194px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(252, 20, 84)), to(rgb(222, 21, 65)));
  background-image: linear-gradient(90deg, rgb(252, 20, 84) 0%, rgb(222, 21, 65) 100%);
  z-index: -1;
}
@media not all and (min-width: 768px) {
  .c-headerLink--type5::before {
    width: 30.6666666667vw;
  }
}
.c-headerLink__speech {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #222;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  text-align: center;
  z-index: 0;
  font-size: 0.875rem;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech {
    font-size: 2.172vw;
    letter-spacing: 0.025em;
  }
}
.c-headerLink__speech .u-textSmall {
  letter-spacing: 0;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech .u-textSmall {
    letter-spacing: 0.025em;
  }
}
.c-headerLink__speech::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech::before {
    margin-left: 0;
  }
}
.c-headerLink__speech--type1 {
  width: 166px;
  height: 52px;
  margin-top: 8px;
  padding-top: 16px;
  padding-right: 3px;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type1 {
    width: 25.0666666667vw;
    height: 5.8666666667vw;
    margin: 1.6vw 0 0.2666666667vw 0.5333333333vw;
    padding: 1.0666666667vw 0.5333333333vw 0 0;
  }
}
.c-headerLink__speech--type1::before {
  background: url(/event/nisa-aff/images/bg_header-speech.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type1::before {
    margin-left: 0;
    background: url(/event/nisa-aff/images/bg_header-speech_sp.png) no-repeat 0 0 / contain;
  }
}
.c-headerLink__speech--type2 {
  width: 188px;
  height: 52px;
  margin-top: 8px;
  padding-top: 16px;
  padding-right: 3px;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type2 {
    width: 25.0666666667vw;
    height: 5.8666666667vw;
    margin: 1.6vw 0 0.2666666667vw -0.2666666667vw;
    padding: 1.0666666667vw 0.5333333333vw 0 0;
  }
}
.c-headerLink__speech--type2::before {
  background: url(/event/nisa-aff/images/bg_header-speech2.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type2::before {
    margin-left: 0;
    background: url(/event/nisa-aff/images/bg_header-speech_sp.png) no-repeat 0 0 / contain;
  }
}
.c-headerLink__speech--type3 {
  width: 166px;
  height: 52px;
  margin-top: 8px;
  padding-top: 16px;
  padding-right: 3px;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type3 {
    width: 25.0666666667vw;
    height: 5.8666666667vw;
    margin: 1.6vw 0 0.2666666667vw 0.5333333333vw;
    padding: 1.0666666667vw 0.5333333333vw 0 0;
  }
}
.c-headerLink__speech--type3::before {
  background: url(/event/nisa-aff/images/bg_header-speech.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type3::before {
    margin-left: 0;
    background: url(/event/nisa-aff/images/bg_header-speech_sp.png) no-repeat 0 0 / contain;
  }
}
.c-headerLink__speech--type3 .u-textSmall {
  letter-spacing: 0.025em;
}
.c-headerLink__speech--type4 {
  width: 196px;
  height: 52px;
  margin-top: 8px;
  margin-bottom: 2px;
  padding-top: 16px;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type4 {
    width: 27.7333333333vw;
    height: 5.8666666667vw;
    margin: 1.6vw 0 0.2666666667vw 0;
    padding: 1.0666666667vw 0.5333333333vw 0 0;
    letter-spacing: -0.025em;
  }
}
.c-headerLink__speech--type4::before {
  background: url(/event/nisa-aff/images/bg_header-speech3.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type4::before {
    margin-left: 0;
    background: url(/event/nisa-aff/images/bg_header-speech3_sp.png) no-repeat 0 0 / contain;
  }
}
.c-headerLink__speech--type4 .u-textSmall {
  letter-spacing: -0.025em;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type4 .u-textSmall {
    letter-spacing: 0;
  }
}
.c-headerLink__speech--type5 {
  width: 96px;
  height: 22px;
  margin-top: 22px;
  margin-bottom: 6px;
  padding: 4px 0 0 3px;
  border-radius: 11px;
  color: #fff;
  font-weight: 900;
  font-style: normal;
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
  background-color: #c5123d;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type5 {
    width: 16.5333333333vw;
    height: 3.8666666667vw;
    margin-top: 2.2666666667vw;
    margin-bottom: 1.3333333333vw;
    padding: 0.5333333333vw 0 0 0;
    font-size: 2.2666666667vw;
  }
}
.c-headerLink__speech--type5::before {
  display: none;
}
.c-headerLink__speech--type5 .u-textSmall {
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-headerLink__speech--type5 .u-textSmall {
    letter-spacing: 0.025em;
  }
}
.c-headerLink__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c-headerLink__text1 {
  margin-left: 4px;
  margin-right: 4px;
  padding-bottom: 1px;
  font-weight: 900;
  font-size: 0.9375rem;
}
@media not all and (min-width: 768px) {
  .c-headerLink__text1 {
    margin: 0 0.8vw 0 1.6vw;
    padding: 0 0 0.2666666667vw 0;
    font-size: 2.2666666667vw;
  }
}
.c-headerLink__text {
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-headerLink__text {
    font-size: 3.3333333333vw;
    letter-spacing: 0;
  }
  .c-headerLink--type4 .c-headerLink__text {
    font-size: 3.2vw;
  }
  .c-headerLink--type4 .c-headerLink__text .u-textSmall {
    font-size: 75%;
  }
}
.c-headerLink__text .u-textSmall {
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-headerLink__text .u-textSmall {
    letter-spacing: 0;
  }
}
@media not all and (min-width: 768px) {
  .c-headerLink--type5 .c-headerLink__text {
    letter-spacing: 0.025em;
  }
  .c-headerLink--type5 .c-headerLink__text .u-textSmall {
    letter-spacing: 0.025em;
  }
}
.c-campaignInternal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 20px 33px;
  background-color: #dafeec;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .c-campaignInternal {
    padding: 4.5333333333vw 2.6666666667vw;
  }
}
.c-campaignInternal__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  height: 37px;
  padding-top: 5px;
  padding-right: 57px;
  padding-bottom: 9px;
  color: #038271;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
@media not all and (min-width: 768px) {
  .c-campaignInternal__link {
    height: auto;
    padding: 1.3333333333vw 8.8vw 1.3333333333vw 0;
    font-size: 4vw;
    text-decoration: none;
  }
}
.c-campaignInternal__link::after {
  position: absolute;
  top: 0;
  right: 1px;
  display: block;
  content: "";
  width: 37px;
  height: 37px;
  background: url("/event/nisa-aff/images/ico_link01.svg") no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .c-campaignInternal__link::after {
    top: 0.2666666667vw;
    right: 0;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.c-campaignInternal__link .u-textSmall {
  letter-spacing: 0.05em;
}
.c-pointHeader {
  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: 14px;
  margin-left: 5px;
}
@media not all and (min-width: 768px) {
  .c-pointHeader {
    margin-left: 0.2666666667vw;
    gap: 0 2.4vw;
  }
}
.c-pointHeader__heading {
  padding-bottom: 2px;
  font-weight: 700;
  font-size: 3.125rem;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-pointHeader__heading {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    padding-bottom: 1.0666666667vw;
    font-size: 6.9333333333vw;
    line-height: 1.1153846154;
  }
}
.c-pointHeader__heading .u-textSmall {
  letter-spacing: 0.025em;
}
.c-pointHeader__heading sup {
  position: relative;
  top: 4px;
  font-size: 30%;
  vertical-align: top;
}
.c-pointIcon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 116px;
  width: 116px;
  padding-top: 33px;
  color: #fff;
  font-family: "Geist", sans-serif;
  font-weight: 700;
  background: url(/event/nisa-aff/images/bg_point.svg) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .c-pointIcon {
    width: 19.2vw;
    height: 19.2vw;
    padding-top: 5.0666666667vw;
    padding-right: 0;
  }
}
.c-pointIcon__text {
  padding-right: 1px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media not all and (min-width: 768px) {
  .c-pointIcon__text {
    font-size: 2.6666666667vw;
  }
}
.c-pointIcon__num {
  margin-top: 2px;
  padding-right: 2px;
  font-size: 2.5625rem;
  line-height: 1;
}
@media not all and (min-width: 768px) {
  .c-pointIcon__num {
    margin-top: 0;
    font-size: 7.4666666667vw;
  }
}
.c-headerGroup {
  text-align: center;
}
.c-headerGroup__description {
  margin-top: 29px;
  padding-right: 1px;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-headerGroup__description {
    margin-top: 4.5333333333vw;
    padding-right: 0;
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    text-align: justify;
  }
}
.c-heading01 {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-heading01 {
    font-size: 6.9333333333vw;
    line-height: 1.1923076923;
  }
}
.c-heading01 .u-textSmall {
  letter-spacing: 0.025em;
}
.c-heading02 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-heading02 {
    font-size: 5.6vw;
    line-height: 1.2857142857;
  }
}
.c-heading02 .u-textSmall {
  letter-spacing: 0.025em;
}
.c-heading03 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-heading03 {
    font-size: 5.6vw;
    line-height: 1.0952380952;
  }
}
.c-heading03 .u-textSmall {
  letter-spacing: 0.025em;
}
.c-buttonOpening {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0.07);
  width: 638px;
  margin-right: auto;
  margin-left: auto;
  padding: 33px 24px 29px 0;
  border-radius: 48px;
  line-height: 1;
  background-color: #e83a3a;
  text-align: center;
  text-decoration: none;
}
@media (hover: hover) {
  .c-buttonOpening {
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  .c-buttonOpening:hover {
    opacity: 1;
    -webkit-box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0);
    box-shadow: 2.5px 4.33px 3px 0 rgba(0, 0, 0, 0);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
@media not all and (min-width: 768px) {
  .c-buttonOpening {
    left: 0.2666666667vw;
    width: 78.6666666667vw;
    height: 14.6666666667vw;
    padding: 4.8vw 1.6vw 7.7333333333vw 0;
    border-radius: 14.6666666667vw;
    background-color: #e53c40;
    -webkit-box-shadow: 0.3333333333vw 0.5773333333vw 0.4vw 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0.3333333333vw 0.5773333333vw 0.4vw 0 rgba(0, 0, 0, 0.07);
  }
}
.c-buttonOpening::after {
  position: absolute;
  top: 31px;
  right: 19px;
  display: block;
  content: "";
  width: 37px;
  height: 37px;
  background: url(/event/nisa-aff/images/ico_button-account.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .c-buttonOpening::after {
    top: 4.2666666667vw;
    right: 2.6666666667vw;
    width: 6.4vw;
    height: 6.4vw;
    background: url(/event/nisa-aff/images/ico_button-account_sp.png) no-repeat 0 0 / contain;
  }
}
.c-buttonOpening__speech {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -47px;
  left: 187px;
  width: 272px;
  height: 74px;
  padding: 21px 0 0 1px;
  font-weight: 700;
  font-style: italic;
  font-size: 1.3125rem;
  line-height: 1;
  letter-spacing: 0.025em;
  background: url(/event/nisa-aff/images/bg_buttonOpen.png) no-repeat center/contain;
}
@media not all and (min-width: 768px) {
  .c-buttonOpening__speech {
    top: -7.4666666667vw;
    left: 50%;
    width: 44.5333333333vw;
    height: 12vw;
    margin-left: 0.8vw;
    padding: 3.2vw 0 0 0.5333333333vw;
    font-size: 3.4666666667vw;
    background: url(/event/nisa-aff/images/bg_buttonOpen_sp.png) no-repeat center/contain;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.c-buttonOpening__textWrap {
  color: #fff;
}
.c-buttonOpening__text1 {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 9px;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
@media not all and (min-width: 768px) {
  .c-buttonOpening__text1 {
    top: 0;
    margin-right: 1.0666666667vw;
    font-size: 3.2vw;
  }
}
.c-buttonOpening__text2 {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-buttonOpening__text2 {
    font-size: 5.6vw;
  }
}
.c-buttonOpening .u-textSmall {
  font-size: 85%;
  line-height: 1;
  letter-spacing: 0.025em;
}
.l-contentsBlock {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock {
    width: 89.3333333333vw;
  }
}
.l-contentsBlock + .l-contentsBlock {
  margin-top: 58px;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock + .l-contentsBlock {
    margin-top: 8vw;
  }
}
.l-contentsBlock__header {
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock__header {
    border-radius: 1.6vw;
  }
}
.l-contentsBlock__contents {
  margin-top: 3px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock__contents {
    margin-top: 0.5333333333vw;
    border-radius: 1.6vw;
  }
}
.l-contentsBlock .c-pointHeader__heading {
  color: var(--main-color);
  font-size: 2.625rem;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock .c-pointHeader__heading {
    padding-bottom: 0;
    font-size: 6.4vw;
    line-height: 1.2083333333;
  }
}
.l-contentsBlock .c-pointHeader__headingSmall {
  display: inline-block;
  margin-bottom: 6px;
  margin-left: 1px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock .c-pointHeader__headingSmall {
    margin: 0;
    font-size: 5.0666666667vw;
  }
}
.l-contentsBlock .c-pointHeader__heading .u-textSmall {
  letter-spacing: 0.025em;
}
.l-contentsBlock .c-pointHeader__headingSmallWrap {
  padding-bottom: 12px;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock .c-pointHeader__headingSmallWrap {
    padding-bottom: 0;
  }
}
.l-contentsBlock2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #dbdfe5;
  border-radius: 12px;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock2 {
    width: 89.3333333333vw;
    border-width: 0.2666666667vw;
    border-radius: 1.6vw;
  }
}
.l-contentsBlock2 + .l-contentsBlock2 {
  margin-top: 42px;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock2 + .l-contentsBlock2 {
    margin-top: 7.4666666667vw;
  }
}
.l-contentsBlock2__header {
  border-bottom: 1px solid #dbdfe5;
}
.l-contentsBlock2__heading1 {
  padding: 58px 23px 53px 20px;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock2__heading1 {
    padding: 7.4666666667vw 2.6666666667vw 6.6666666667vw 3.7333333333vw;
    font-size: 5.8666666667vw;
    line-height: 1.2272727273;
  }
}
.l-flow {
  padding: 99px 0 108px;
  background-color: #eff2f7;
}
@media not all and (min-width: 768px) {
  .l-flow {
    padding: 9.0666666667vw 0 12.5333333333vw;
  }
}
.l-flow__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}
.l-flow__headingLine1 {
  padding-right: 0.05em;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
@media not all and (min-width: 768px) {
  .l-flow__headingLine1 {
    font-size: 3.7333333333vw;
  }
}
.l-flow__headingLine1 .u-textSmall,
.l-flow__headingLine1 .u-textLarge {
  letter-spacing: 0.025em;
}
.l-flow__headingLine1 .u-textLarge {
  position: relative;
  bottom: -2px;
}
@media not all and (min-width: 768px) {
  .l-flow__headingLine1 .u-textLarge {
    bottom: -0.2666666667vw;
  }
}
.l-flow__headingLine2 {
  margin-top: 13px;
  padding-right: 0.06em;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .l-flow__headingLine2 {
    margin-top: 1.8666666667vw;
    padding-left: 0;
    font-size: 6.4vw;
  }
}
.l-flow__contents {
  margin-top: 71px;
}
@media not all and (min-width: 768px) {
  .l-flow__contents {
    margin-top: 10.6666666667vw;
  }
}
.p-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (max-width: 1000px) {
  .p-flow__list {
    zoom: 0.8;
  }
}
@media not all and (min-width: 768px) {
  .p-flow__list {
    zoom: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 384px;
}
@media not all and (min-width: 768px) {
  .p-flow__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 89.3333333333vw;
    height: 42.2666666667vw;
    margin: 0 auto;
    border-radius: 1.6vw;
    background-color: #fff;
  }
}
@media not all and (min-width: 768px) {
  .p-flow__item:nth-child(n + 2) {
    margin-top: 15.4666666667vw;
  }
}
.p-flow__item:nth-child(n + 2)::before {
  opacity: 0.6;
  position: absolute;
  top: 138px;
  left: -10px;
  display: block;
  content: "";
  width: 28px;
  height: 48px;
  background: url(/event/nisa-aff/images/ico_flow.svg) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .p-flow__item:nth-child(n + 2)::before {
    top: -13.3333333333vw;
    left: 50%;
    width: 4.5333333333vw;
    height: 7.6vw;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}
.p-flow__icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -18px;
  display: inline-block;
  width: 110px;
  padding: 12px 10px 11px;
  color: #fff;
  border-radius: 20px;
  font-weight: 700;
  font-family: "Geist", sans-serif;
  font-size: 1.0625rem;
  line-height: 1;
  background-color: var(--main-color);
  text-transform: uppercase;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-flow__icon {
    left: 50%;
    width: 21.3333333333vw;
    padding: 1.8666666667vw 1.3333333333vw;
    top: -2.9333333333vw;
    font-size: 2.9333333333vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-flow__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 326px;
  height: 326px;
  border-radius: 50%;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .p-flow__image {
    display: block;
    width: 36.5333333333vw;
    height: 100%;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}
.p-flow__imageObject1 {
  width: 123px;
  margin: 82px 0 0 100px;
}
@media not all and (min-width: 768px) {
  .p-flow__imageObject1 {
    position: absolute;
    display: block;
    width: 19.8666666667vw;
    margin: 7.7333333333vw 0 0 9.3333333333vw;
  }
}
.p-flow__imageObject2 {
  width: 123px;
  margin: 81px 0 0 102px;
}
@media not all and (min-width: 768px) {
  .p-flow__imageObject2 {
    display: block;
    width: 19.7333333333vw;
    margin: 8.1333333333vw 0 0 9.3333333333vw;
  }
}
.p-flow__imageObject3 {
  width: 123px;
  margin: 50px 0 0 100px;
}
@media not all and (min-width: 768px) {
  .p-flow__imageObject3 {
    display: block;
    width: 19.6vw;
    margin: 4.8vw 0 0 9.3333333333vw;
  }
}
.p-flow__text {
  margin-top: 19px;
  padding-right: 0.05em;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-flow__text {
    margin-top: 0;
    margin-bottom: 0.5333333333vw;
    padding-right: 0;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    text-align: left;
  }
}
.p-flow__footnotes {
  margin: 36px 20px 0;
  padding-right: 0.05em;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 768px) {
  .p-flow__footnotes {
    margin: 6.4vw 5.3333333333vw 0;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.p-flow__footnote {
  position: relative;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-flow__footnote {
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
  }
}
.p-flow__footnote::before {
  display: inline;
  content: "※";
}
@media not all and (min-width: 768px) {
  .p-flow__footnote + .p-flow__footnote {
    margin-top: 1.0666666667vw;
  }
}
.p-flow__footnoteLink {
  color: #222;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
@media not all and (min-width: 768px) {
  .p-flow__footnoteLink {
    text-decoration-thickness: 0.2666666667vw;
    text-underline-offset: 1.3333333333vw;
  }
}
.l-security {
  overflow: hidden;
  position: relative;
  padding: 129px 20px 108px;
  z-index: 0;
  background-color: #d1f5e3;
}
@media not all and (min-width: 768px) {
  .l-security {
    padding: 12.2666666667vw 5.3333333333vw 10.1333333333vw;
  }
}
.l-security__heading {
  padding-right: 3px;
}
@media not all and (min-width: 768px) {
  .l-security__heading {
    padding-right: 0;
  }
}
.l-security__heading .u-textSmall {
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .l-security .c-headerGroup__description {
    margin-top: 3.2vw;
  }
}
.p-security {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  margin: 34px auto 0;
}
@media not all and (min-width: 768px) {
  .p-security {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 6.6666666667vw 0;
    margin-top: 6.4vw;
  }
}
.p-security__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 350px;
  width: 100%;
  padding: 5% 3.3636363636% 6.5454545455% 3.7272727273%;
  border-radius: 12px;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .p-security__item {
    max-width: 100%;
    width: 89.3333333333vw;
    padding: 7.2vw 7.4666666667vw 9.6vw;
    border-radius: 1.8666666667vw;
  }
}
.p-security__item + .p-security__item {
  margin-left: 10px;
}
@media not all and (min-width: 768px) {
  .p-security__item + .p-security__item {
    margin-left: 0;
  }
}
.p-security__heading {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0.15em;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-security__heading {
    padding-left: 1.0666666667vw;
    font-size: 4vw;
    line-height: 1.6666666667;
  }
}
.p-security__description {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 28px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.025em;
  text-align: justify;
}
@media not all and (min-width: 768px) {
  .p-security__description {
    margin-top: 3.2vw;
    font-size: 2.9333333333vw;
    line-height: 1.7272727273;
    line-break: anywhere;
  }
}
.p-security__icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.p-security__icon--01 {
  width: 77px;
  margin: 0 3px 30px 0;
}
@media not all and (min-width: 768px) {
  .p-security__icon--01 {
    width: 15.8666666667vw;
    margin: 0 0 2.9333333333vw 0;
  }
}
.p-security__icon--02 {
  width: 83px;
  margin: 4px 3px 32px 0;
}
@media not all and (min-width: 768px) {
  .p-security__icon--02 {
    width: 17.3333333333vw;
    margin: 0.8vw 0 4.2666666667vw 0;
  }
}
.p-security__icon--03 {
  width: 122px;
  margin: 5px 5px 34px 0;
}
@media not all and (min-width: 768px) {
  .p-security__icon--03 {
    width: 27.4666666667vw;
    margin: 0.2666666667vw 0.8vw 4.5333333333vw 0;
  }
}
.l-links {
  padding: 89px 20px 85px;
}
@media not all and (min-width: 768px) {
  .l-links {
    padding: 14.1333333333vw 5.3333333333vw 11.4666666667vw;
  }
}
.l-links__heading {
  padding-right: 1px;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .l-links__heading {
    padding-right: 0.8vw;
  }
}
.l-links__contents {
  margin-top: 45px;
}
@media not all and (min-width: 768px) {
  .l-links__contents {
    margin-top: 6.6666666667vw;
  }
}
.l-links__button {
  margin-top: 108px;
}
@media not all and (min-width: 768px) {
  .l-links__button {
    margin-top: 14.9333333333vw;
  }
}
.p-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  gap: 2.5454545455%;
  margin-right: auto;
  margin-left: auto;
}
@media not all and (min-width: 768px) {
  .p-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 89.3333333333vw;
    gap: 3.7333333333vw 4vw;
  }
}
.p-links__item {
  width: 254px;
}
@media not all and (min-width: 768px) {
  .p-links__item {
    width: 42.6666666667vw;
  }
}
.p-links__link {
  position: relative;
  display: block;
  padding: 19px 10px;
  border: currentColor solid 1px;
  border-radius: 28px;
  color: #096e5f;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  text-decoration: none;
}
@media not all and (min-width: 768px) {
  .p-links__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 9.3333333333vw;
    padding: 0 0 0.5333333333vw;
    border-radius: 4.8vw;
    font-size: 3.2vw;
    border-width: 0.2666666667vw;
  }
}
.p-links__link::after {
  position: absolute;
  top: 23px;
  right: 21px;
  display: block;
  content: "";
  width: 10px;
  height: 9px;
  background: url(/event/nisa-aff/images/ico_link-arrow.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .p-links__link::after {
    top: 3.2vw;
    right: 2.6666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    background: url(/event/nisa-aff/images/ico_link-arrow_sp.png) no-repeat 0 0 / contain;
  }
}
.l-support {
  padding: 108px 20px 98px;
}
@media not all and (min-width: 768px) {
  .l-support {
    padding: 15.4666666667vw 5.3333333333vw 11.4666666667vw;
  }
}
.l-support__heading {
  padding-right: 7px;
}
@media not all and (min-width: 768px) {
  .l-support__heading {
    padding-right: 0.5333333333vw;
  }
}
.l-support__lead {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1100px;
  width: 100%;
  margin: 32px auto 0;
}
@media not all and (min-width: 768px) {
  .l-support__lead {
    margin-top: 4.5333333333vw;
  }
}
.l-support__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 37px 2.5454545455%;
  max-width: 1100px;
  width: 100%;
  margin: 56px auto 0;
}
@media not all and (min-width: 768px) {
  .l-support__contents {
    gap: 0;
    margin-top: 5.8666666667vw;
  }
}
.c-support {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 536px;
  width: 100%;
  height: 328px;
  border-radius: 14px;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media not all and (min-width: 768px) {
  .c-support {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
    width: 89.3333333333vw;
    height: 57.3333333333vw;
    border-radius: 1.8666666667vw;
  }
}
.c-support--tel {
  background-image: linear-gradient(135deg, rgb(12, 182, 155) 0%, rgb(0, 141, 121) 100%);
}
@media not all and (min-width: 768px) {
  .c-support--tel {
    background-image: linear-gradient(135deg, rgb(33, 181, 155) 0%, rgb(19, 140, 121) 100%);
  }
}
.c-support--mail {
  background-image: linear-gradient(135deg, rgb(10, 186, 132) 0%, rgb(0, 170, 118) 100%);
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
}
@media not all and (min-width: 768px) {
  .c-support--mail {
    margin-top: 4.8vw;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.c-support__heading {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 10px 33px;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  border-bottom: hsla(0, 0%, 100%, 0.3) solid 1px;
}
@media not all and (min-width: 768px) {
  .c-support__heading {
    padding: 5.6vw 1.3333333333vw 4.8vw;
    border-width: 0.2666666667vw;
    font-size: 4.8vw;
  }
}
.c-support__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media not all and (min-width: 768px) {
  .c-support__contentsInner {
    width: 89.3333333333vw;
  }
}
.c-support__telNumber {
  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;
  width: 100%;
  font-family: "Geist", sans-serif;
  font-weight: 700;
  font-size: 2.894375rem;
  margin-top: 58px;
  margin-bottom: 17px;
}
@media not all and (min-width: 768px) {
  .c-support__telNumber {
    font-size: 7.2vw;
    margin-top: 11.7333333333vw;
    margin-bottom: 3.4666666667vw;
  }
}
.c-support__telNumber::before {
  display: inline-block;
  content: "";
  width: 64px;
  height: 42px;
  margin-right: 12px;
  margin-left: 1px;
  background: url(/event/nisa-aff/images/ico_freedial.png) no-repeat center/contain;
}
@media not all and (min-width: 768px) {
  .c-support__telNumber::before {
    margin-left: 0.2666666667vw;
    margin-right: 1.8666666667vw;
    width: 10vw;
    height: 6.5333333333vw;
  }
}
.c-support__receptionHours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-support__receptionHours {
    font-size: 3.2vw;
    line-height: 1.3333333333;
  }
}
.c-support__receptionHours sup {
  position: relative;
  top: 3px;
  font-size: 60%;
  vertical-align: top;
}
@media not all and (min-width: 768px) {
  .c-support__receptionHours sup {
    top: 0.8vw;
  }
}
.c-support__receptionHoursSpan {
  display: inline-block;
  margin: 0 0.15em 0 0.225em;
}
@media not all and (min-width: 768px) {
  .c-support__receptionHoursSpan {
    margin: 0 0 0 0.12em;
  }
}
@media not all and (min-width: 768px) {
  .c-support__receptionHoursSpanSp {
    margin: 0 0.2em 0 0.275em;
  }
}
.c-support__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 310px;
  height: 66px;
  margin: 31px auto 17px;
  padding: 24px 8px 0 0;
  border-radius: 33px;
  color: #01986a;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.025em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(235, 248, 244)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(0deg, rgb(235, 248, 244) 0%, rgb(255, 255, 255) 100%);
  -webkit-box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.13);
  text-align: center;
  text-decoration: none;
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
@media not all and (min-width: 768px) {
  .c-support__link {
    width: 62.6666666667vw;
    height: 12.5333333333vw;
    margin: 4.5333333333vw 0 2.4vw 12.5333333333vw;
    padding: 4.2666666667vw 0 0;
    border-radius: 6.2666666667vw;
    font-size: 3.7333333333vw;
    -webkit-box-shadow: 0.3333333333vw 0.5773333333vw 0.6666666667vw 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0.3333333333vw 0.5773333333vw 0.6666666667vw 0 rgba(0, 0, 0, 0.13);
  }
}
.c-support__link::after {
  position: absolute;
  top: 15px;
  right: 12px;
  display: block;
  content: "";
  width: 37px;
  height: 37px;
  background: url(/event/nisa-aff/images/ico_button-support.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .c-support__link::after {
    top: 2.9333333333vw;
    right: 2.6666666667vw;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    background: url(/event/nisa-aff/images/ico_button-support_sp.png) no-repeat 0 0 / contain;
  }
}
.c-support__footnote {
  margin-top: 19px;
  margin-right: 3px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 768px) {
  .c-support__footnote {
    margin: 1.8666666667vw 0 0 0.5333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1.5;
    text-align: center;
  }
}
.c-supportEvaluation {
  width: 100%;
}
@media not all and (min-width: 768px) {
  .c-supportEvaluation {
    width: 89.3333333333vw;
    margin-top: 4vw;
  }
}
.p-floating {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 170px;
  padding-top: 57px;
  background-color: hsla(0, 0%, 100%, 0.9);
  z-index: 10;
}
@media not all and (min-width: 768px) {
  .p-floating {
    display: block;
    height: 26.6666666667vw;
    padding-top: 9.0666666667vw;
  }
}
@media not all and (min-width: 768px) {
  .p-floating__button {
    margin-left: 6.9333333333vw;
  }
  .p-floating__button .c-buttonOpening {
    margin: 0;
  }
}
.p-floating__pageTop {
  position: absolute;
  right: 13px;
  bottom: 18px;
}
@media not all and (min-width: 768px) {
  .p-floating__pageTop {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
.c-floatingPageTop {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: dimgray;
}
@media not all and (min-width: 768px) {
  .c-floatingPageTop {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    padding: 0.5333333333vw 0 0 0.2666666667vw;
  }
}
@media (hover: hover) {
  .c-floatingPageTop:hover {
    opacity: 1;
  }
  .c-floatingPageTop:hover .c-floatingPageTop__image {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
.c-floatingPageTop__image {
  width: 14px;
  height: 17px;
}
@media (hover: hover) {
  .c-floatingPageTop__image {
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }
}
@media not all and (min-width: 768px) {
  .c-floatingPageTop__image {
    width: 2.9333333333vw;
    height: 3.2vw;
  }
}
.l-header {
  position: relative;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .l-header {
    height: 13.3333333333vw;
  }
}
.l-header__logo--type1 {
  width: 146px;
  margin-left: 28px;
}
@media not all and (min-width: 768px) {
  .l-header__logo--type1 {
    width: 19.4666666667vw;
    margin-top: 0.2666666667vw;
    margin-left: 2.6666666667vw;
  }
}
.l-header__logo--type2 {
  width: 170px;
  margin-left: 20px;
  padding-bottom: 2px;
}
@media not all and (min-width: 768px) {
  .l-header__logo--type2 {
    width: 22.6666666667vw;
    margin-left: 1.3333333333vw;
    padding-bottom: 0;
  }
}
.l-footer {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 58px 20px 109px;
  background-color: #009682;
}
@media not all and (min-width: 768px) {
  .l-footer {
    padding: 11.4666666667vw 5.3333333333vw 22.1333333333vw;
  }
}
.l-footer__inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 0;
  grid-row-gap: 68px;
  max-width: 1100px;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .l-footer__inner {
    display: block;
    grid-row-gap: 0;
  }
}
.l-footer__column {
  color: #fff;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: initial;
}
@media not all and (min-width: 768px) {
  .l-footer__column {
    font-size: 2.9333333333vw;
    line-height: 1.5454545455;
    text-align: center;
  }
}
.l-footer__column:nth-child(1) {
  grid-area: 1/1/2/3;
  padding-left: 2px;
}
@media not all and (min-width: 768px) {
  .l-footer__column:nth-child(1) {
    padding-left: 0.2666666667vw;
  }
}
.l-footer__column:nth-child(2) {
  grid-area: 2/1/3/2;
  padding-left: 2px;
}
@media not all and (min-width: 768px) {
  .l-footer__column:nth-child(2) {
    margin-top: 5.3333333333vw;
    padding-left: 0;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.l-footer__column:nth-child(3) {
  justify-self: flex-end;
  grid-area: 2/2/3/3;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media not all and (min-width: 768px) {
  .l-footer__column:nth-child(3) {
    margin-top: 8.5333333333vw;
    justify-self: initial;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.l-footer__column a {
  color: #fff;
  text-decoration: none;
}
.l-footer__copyright {
  font-family: "Geist", sans-serif;
  letter-spacing: 0;
}
.c-pageTop {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 8px;
  right: 1px;
  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: 78px;
  height: 78px;
  padding: 2px 0 0 2px;
  border-radius: 50%;
  background-color: #fff;
}
.c-pageTop__arrow {
  width: 14px;
  height: 15px;
}
@media (hover: hover) {
  .c-pageTop__arrow {
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
  }
}
@media (hover: hover) {
  .c-pageTop:hover {
    opacity: 1;
  }
  .c-pageTop:hover .c-pageTop__arrow {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@media not all and (min-width: 768px) {
  .c-pageTop {
    display: none;
  }
}
.l-features {
  padding: 0 0 92px;
}
@media not all and (min-width: 768px) {
  .l-features {
    padding: 0 0 12vw;
  }
}
.l-features__button {
  margin-top: 88px;
}
@media not all and (min-width: 768px) {
  .l-features__button {
    margin-top: 12.8vw;
  }
}
.p-featuresBelt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  width: 100%;
  height: 116px;
  padding-left: 16px;
  z-index: 0;
}
@media not all and (min-width: 768px) {
  .p-featuresBelt {
    padding: 5.8666666667vw 0 0 4.2666666667vw;
    height: 21.3333333333vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-featuresBelt::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  min-width: 1500px;
  background: url(/event/nisa-aff/images/bg_belt.png) no-repeat 0 0/100% 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media not all and (min-width: 768px) {
  .p-featuresBelt::before {
    left: 0;
    min-width: 100%;
    background: url(/event/nisa-aff/images/bg_belt_sp.png) no-repeat 0 0/100% 100%;
    -webkit-transform: none;
    transform: none;
  }
}
.p-featuresBelt__texts {
  color: #fff;
}
.p-featuresBelt__text1 {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 16px 10px 16px;
  border-radius: 22px;
  color: #019295;
  font-weight: 900;
  line-height: 1;
  font-size: 1.4375rem;
  background-color: #fff;
  vertical-align: top;
  -webkit-transform: translateY(13px);
  transform: translateY(13px);
}
@media not all and (min-width: 768px) {
  .p-featuresBelt__text1 {
    margin-right: 0.8vw;
    padding: 1.0666666667vw 2.4vw 1.6vw 2.4vw;
    font-size: 3.4666666667vw;
    -webkit-transform: translateY(2.4vw);
    transform: translateY(2.4vw);
  }
}
.p-featuresBelt__text2 {
  display: inline-block;
  font-family: "Geist", sans-serif;
  font-weight: 700;
  font-size: 3.875rem;
  letter-spacing: -0.025em;
}
@media not all and (min-width: 768px) {
  .p-featuresBelt__text2 {
    font-size: 9.6vw;
  }
}
.p-featuresBelt__comma {
  display: inline-block;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
@media not all and (min-width: 768px) {
  .p-featuresBelt__comma {
    -webkit-transform: translateY(-1.1146666667vw);
    transform: translateY(-1.1146666667vw);
  }
}
.p-featuresBelt__text3 {
  display: inline-block;
  margin-left: 7px;
  font-weight: 900;
  font-size: 1.875rem;
  letter-spacing: 0.025em;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
@media not all and (min-width: 768px) {
  .p-featuresBelt__text3 {
    margin-left: 0.2666666667vw;
    font-size: 4.5333333333vw;
    -webkit-transform: translateY(-0.2666666667vw);
    transform: translateY(-0.2666666667vw);
  }
}
@media not all and (min-width: 768px) {
  .c-buttonOpening {
    width: 84vw;
    padding-right: 5.3333333333vw;
  }
}
.c-buttonOpening__speech {
  top: -47px;
  left: 177px;
  width: 292px;
  padding: 21px 0 0 1px;
}
@media not all and (min-width: 768px) {
  .c-buttonOpening__speech {
    top: -7.2vw;
    left: 50%;
    width: 44.5333333333vw;
    height: 12vw;
    margin-left: 0.8vw;
    padding: 3.2vw 0 0 0.2666666667vw;
    font-size: 3.4666666667vw;
    background: url(/event/nisa-aff/images/bg_buttonOpen_sp.png) no-repeat center/contain;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.c-buttonOpening__textWrap {
  padding-left: 25px;
  color: #fff;
  font-weight: 700;
  font-size: 2.125rem;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media not all and (min-width: 768px) {
  .c-buttonOpening__textWrap {
    padding-left: 0;
    font-size: 5.6vw;
  }
}
.c-buttonOpening__textWrap .u-textSmall {
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .c-buttonOpening__textWrap .u-textSmall {
    font-size: 75%;
  }
}
.p-campaign {
  margin-top: 60px;
  padding: 0 20px;
}
@media not all and (min-width: 768px) {
  .p-campaign {
    margin-top: 9.3333333333vw;
    padding: 0;
  }
}
.p-campaign__heading {
  margin-right: 6px;
  color: #096e5f;
  font-weight: 900;
  font-size: 2.4375rem;
  line-height: 1.2051282051;
  letter-spacing: 0.05em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-campaign__heading {
    margin-right: 0;
    font-size: 5.8666666667vw;
  }
}
.p-campaign__heading .u-textSmall {
  letter-spacing: 0.05em;
}
.p-campaign__group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1020px;
  width: 100%;
  margin: 23px auto 0;
  border: #009682 solid 3px;
  border-radius: 10px;
}
@media not all and (min-width: 768px) {
  .p-campaign__group {
    width: 89.3333333333vw;
    margin-top: 2.6666666667vw;
    border-width: 0.5333333333vw;
    border-radius: 1.6vw;
  }
}
.p-campaign__groupHeader {
  padding: 21px 10px 23px 14px;
  background-color: #009682;
}
@media not all and (min-width: 768px) {
  .p-campaign__groupHeader {
    padding: 3.2vw 1.3333333333vw 3.4666666667vw 2.9333333333vw;
  }
}
.p-campaign__groupHeading {
  color: #fff;
  font-weight: 900;
  font-size: 1.6875rem;
  line-height: 1.2222222222;
  letter-spacing: 0.05em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-campaign__groupHeading {
    font-size: 4.5333333333vw;
  }
}
.p-campaign__groupContents {
  padding: 0 20px 32px;
}
@media not all and (min-width: 768px) {
  .p-campaign__groupContents {
    padding: 0 0 8.8vw;
  }
}
.p-campaign__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 940px;
  margin: 38px auto 0;
  z-index: 0;
}
@media print, screen and (max-width: 1040px) {
  .p-campaign__items {
    zoom: 0.9;
  }
}
@media print, screen and (max-width: 940px) {
  .p-campaign__items {
    zoom: 0.8;
  }
}
@media print, screen and (max-width: 820px) {
  .p-campaign__items {
    zoom: 0.7;
  }
}
@media not all and (min-width: 768px) {
  .p-campaign__items {
    zoom: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 76vw;
    margin-top: 5.6vw;
  }
}
.p-campaign__items::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 43px;
  height: 42px;
  margin: 14px 0 0 1px;
  background: url(/event/nisa-aff/images/ico_plus.svg) no-repeat 0 0 / contain;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media not all and (min-width: 768px) {
  .p-campaign__items::before {
    margin: 0;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
.p-campaign__item {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  width: 430px;
  height: 298px;
  z-index: 0;
}
@media not all and (min-width: 768px) {
  .p-campaign__item {
    width: 76vw;
    height: auto;
    border-radius: 1.6vw;
  }
  .p-campaign__item + .p-campaign__item {
    margin-top: 10.6666666667vw;
  }
}
.p-campaign__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.902;
  background-image: linear-gradient(135deg, rgb(148, 214, 116) 0%, rgb(103, 188, 63) 100%);
  z-index: -1;
}
.p-campaign__header {
  padding: 20px 10px;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  background-color: #429619;
}
@media not all and (min-width: 768px) {
  .p-campaign__header {
    padding: 2.9333333333vw 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.p-campaign__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media not all and (min-width: 768px) {
  .p-campaign__contents {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    height: 23.7333333333vw;
    padding: 3.4666666667vw 0 0 37.8666666667vw;
  }
}
@media not all and (min-width: 768px) {
  .p-campaign__icon {
    position: absolute;
  }
}
.p-campaign__icon--01 {
  width: 230px;
  margin: 30px 0 8px 3px;
}
@media not all and (min-width: 768px) {
  .p-campaign__icon--01 {
    top: 3.7333333333vw;
    left: 3.3333333333vw;
    width: 30.8vw;
    margin: 0;
  }
}
.p-campaign__icon--02 {
  width: 137px;
  margin: 31px 0 5px 2px;
}
@media not all and (min-width: 768px) {
  .p-campaign__icon--02 {
    top: 4.1333333333vw;
    left: 10.9333333333vw;
    width: 18.4vw;
    margin: 0;
  }
}
.p-campaign__text {
  position: relative;
  color: #fff;
}
@media not all and (min-width: 768px) {
  .p-campaign__text {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    text-decoration: underline;
  }
}
.p-campaign__text::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .p-campaign__text::after {
    display: none;
  }
}
.p-campaign__text1 {
  display: inline-block;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 3.125rem;
}
@media not all and (min-width: 768px) {
  .p-campaign__text1 {
    font-size: 7.7333333333vw;
    letter-spacing: -0.01em;
  }
  .p-campaign__text1::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    margin-top: -1px;
    height: 0.5333333333vw;
    background-color: #fff;
  }
}
.p-campaign__text2 {
  display: inline-block;
  margin: 0 0.1em 0 0.05em;
  font-weight: 900;
  font-size: 1.5rem;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media not all and (min-width: 768px) {
  .p-campaign__text2 {
    font-size: 3.7333333333vw;
    -webkit-transform: translateY(-0.2666666667vw);
    transform: translateY(-0.2666666667vw);
  }
}
.p-campaign__comma {
  display: inline-block;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
@media not all and (min-width: 768px) {
  .p-campaign__comma {
    -webkit-transform: translateY(-0.9066666667vw);
    transform: translateY(-0.9066666667vw);
  }
}
.p-campaign__text3 {
  display: inline-block;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  font-size: 2.125rem;
  text-transform: uppercase;
}
@media not all and (min-width: 768px) {
  .p-campaign__text3 {
    position: relative;
    margin-top: 1.0666666667vw;
    font-size: 5.6vw;
  }
  .p-campaign__text3::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    margin-top: -1px;
    height: 0.5333333333vw;
    background-color: #fff;
  }
}
.p-campaign__button {
  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;
  width: 460px;
  height: 66px;
  margin: 32px auto 0;
  padding: 0 9px 3px 0;
  border: none;
  border-radius: 66px;
  color: #fff;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1;
  letter-spacing: 0.025em;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(42, 155, 250)),
    color-stop(86%, rgb(31, 124, 230))
  );
  background-image: linear-gradient(90deg, rgb(42, 155, 250) 0%, rgb(31, 124, 230) 86%);
  -webkit-box-shadow: 2px 3.464px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3.464px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
@media not all and (min-width: 768px) {
  .p-campaign__button {
    width: 70.6666666667vw;
    height: 12.5333333333vw;
    margin-top: 7.4666666667vw;
    padding: 0 6.1333333333vw 0.2666666667vw 0;
    font-size: 3.7333333333vw;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgb(51, 157, 247)),
      color-stop(86%, rgb(39, 127, 227))
    );
    background-image: linear-gradient(90deg, rgb(51, 157, 247) 0%, rgb(39, 127, 227) 86%);
    -webkit-box-shadow: 0.2666666667vw 0.4618666667vw 0.4vw 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0.2666666667vw 0.4618666667vw 0.4vw 0 rgba(0, 0, 0, 0.1);
  }
}
.p-campaign__button::after {
  position: absolute;
  top: 15px;
  right: 12px;
  display: block;
  content: "";
  width: 37px;
  height: 37px;
  background: url(/event/nisa-aff/images/ico_button-detail.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .p-campaign__button::after {
    top: 3.2vw;
    right: 2.9333333333vw;
    width: 6.4vw;
    height: 6.4vw;
    background: url(/event/nisa-aff/images/ico_button-detail_sp.png) no-repeat 0 0 / contain;
  }
}
.l-about {
  padding: 83px 20px 147px;
  background-color: #e7ecf3;
}
@media not all and (min-width: 768px) {
  .l-about {
    padding: 9.3333333333vw 5.3333333333vw 8.8vw;
  }
}
.l-about__heading {
  margin-right: 2px;
  line-height: 1.44;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .l-about__heading {
    margin: 0;
    line-height: 1.1923076923;
  }
}
.l-about__heading em {
  color: #096e5f;
}
.l-about__heading .u-textSmall {
  letter-spacing: 0.025em;
}
.l-about__contents {
  margin-top: 41px;
}
@media not all and (min-width: 768px) {
  .l-about__contents {
    margin-top: 7.4666666667vw;
  }
}
.p-about__lead {
  margin: 59px 25px 53px 20px;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-about__lead {
    margin: 8.5333333333vw 2.4vw 6.4vw 2.6666666667vw;
    font-size: 5.8666666667vw;
    line-height: 1.2272727273;
  }
}
.p-about__contents {
  padding: 39px 20px 100px;
}
@media not all and (min-width: 768px) {
  .p-about__contents {
    padding: 6.4vw 6.6666666667vw 13.8666666667vw;
  }
}
.p-about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 41px;
}
@media not all and (min-width: 768px) {
  .p-about__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.p-about__item {
  max-width: 479px;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .p-about__item {
    max-width: 76vw;
  }
  .p-about__item + .p-about__item {
    margin-top: 7.4666666667vw;
  }
  .p-about__item:nth-child(2) .p-about__footnotes {
    margin-top: 2.9333333333vw;
  }
}
.p-about__footnotes {
  margin-top: 16px;
  padding: 0 26px 0 4px;
}
@media not all and (min-width: 768px) {
  .p-about__footnotes {
    margin-top: 2.1333333333vw;
    padding: 0 0 0 0.2666666667vw;
  }
}
.p-about__footnotes--center {
  padding: 0 10px 0 0;
}
@media not all and (min-width: 768px) {
  .p-about__footnotes--center {
    padding: 0 0 0 0.2666666667vw;
  }
}
.p-about__footnote {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0.025em;
  margin-left: 1.75em;
  text-indent: -0.65em;
}
@media not all and (min-width: 768px) {
  .p-about__footnote {
    position: relative;
    padding-left: 3.4666666667vw;
    font-size: 2.6666666667vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-left: 0;
    text-indent: 0;
  }
}
.p-about__footnote::before {
  display: inline-block;
  content: "※ ";
  margin-right: 0.25em;
}
@media not all and (min-width: 768px) {
  .p-about__footnote::before {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
  }
}
.p-about__footnote--center {
  margin-left: 0;
  text-indent: 0;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-about__footnote--center {
    text-align: left;
  }
}
.p-about__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-left: 150px;
}
@media print, screen and (max-width: 1140px) {
  .p-about__detail {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 1040px) {
  .p-about__detail {
    zoom: 0.9;
  }
}
@media print, screen and (max-width: 940px) {
  .p-about__detail {
    zoom: 0.8;
  }
}
@media print, screen and (max-width: 82px) {
  .p-about__detail {
    zoom: 0.7;
  }
}
@media not all and (min-width: 768px) {
  .p-about__detail {
    zoom: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 6.9333333333vw 0 0 0;
  }
}
.p-about__detailDt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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: 295px;
  height: 172px;
  margin-right: 19px;
  padding: 0 30px 17px 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.3846153846;
  letter-spacing: 0.025em;
  background: url(/event/nisa-aff/images/bg_detail.png) no-repeat 0 0 / contain;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-about__detailDt {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 38.9333333333vw;
    height: 26.1333333333vw;
    margin: 0 auto;
    padding: 4.8vw 0 0 1.8666666667vw;
    font-size: 4vw;
    line-height: 1.3333333333;
    background: url(/event/nisa-aff/images/bg_detail_sp.png) no-repeat 0 0 / contain;
  }
}
.p-about__detailDD {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-about__detailList {
  margin-top: 32px;
}
@media not all and (min-width: 768px) {
  .p-about__detailList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.6vw;
  }
}
.p-about__detailItem {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 40px;
}
@media not all and (min-width: 768px) {
  .p-about__detailItem {
    margin-left: 5.0666666667vw;
  }
}
.p-about__detailItem + .p-about__detailItem {
  margin-top: 15px;
}
@media not all and (min-width: 768px) {
  .p-about__detailItem + .p-about__detailItem {
    margin-top: 2.4vw;
  }
}
.p-about__detailItem::before {
  position: absolute;
  top: 13px;
  left: -39px;
  display: block;
  content: "";
  width: 31px;
  height: 31px;
  background: url(/event/nisa-aff/images/ico_detail.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .p-about__detailItem::before {
    top: 1.6vw;
    left: -5.8666666667vw;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    background: url(/event/nisa-aff/images/ico_detail_sp.png) no-repeat 0 0 / contain;
  }
}
.p-about__detailItem::after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  display: block;
  content: "";
  width: 100.5%;
  height: 1px;
  background-color: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media not all and (min-width: 768px) {
  .p-about__detailItem::after {
    bottom: -0.5333333333vw;
    height: 0.2666666667vw;
  }
}
.p-about__detailText1 {
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-about__detailText1 {
    font-size: 3.2vw;
  }
}
.p-about__detailText2 {
  display: inline-block;
  margin: 0 0 0 0.1em;
  font-weight: 900;
  font-size: 1.75rem;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-about__detailText2 {
    font-size: 4vw;
  }
}
.p-about__detailText3 {
  display: inline-block;
  margin: 0 0 0 0.01em;
  font-weight: 700;
  font-family: Geist, sans-serif;
  font-size: 2.625rem;
  letter-spacing: -0.025em;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
@media not all and (min-width: 768px) {
  .p-about__detailText3 {
    margin-left: 0.05em;
    font-size: 6.1333333333vw;
    -webkit-transform: translateY(0.2666666667vw);
    transform: translateY(0.2666666667vw);
  }
}
.p-about__detail em {
  color: #f54069;
}
.l-merit {
  padding: 102px 20px 92px;
}
@media not all and (min-width: 768px) {
  .l-merit {
    padding: 9.0666666667vw 5.3333333333vw 14.1333333333vw;
  }
}
.l-merit__heading {
  margin-right: 7px;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .l-merit__heading {
    margin-right: 0;
  }
}
.l-merit__heading em {
  color: #096e5f;
}
.p-index {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 64px auto 0;
  padding: 43px 20px 50px 176px;
  border-style: solid;
  border-width: 3px;
  border-color: #88c769;
  border-radius: 12px;
}
@media print, screen and (max-width: 1100px) {
  .p-index {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (max-width: 940px) {
  .p-index {
    zoom: 0.85;
  }
}
@media not all and (min-width: 768px) {
  .p-index {
    margin-top: 4.8vw;
    padding: 0 0 8vw 0;
    border-width: 0.5333333333vw;
    border-radius: 1.6vw;
  }
}
.p-index__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 14px;
}
@media not all and (min-width: 768px) {
  .p-index__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
  }
}
@media not all and (min-width: 768px) {
  .p-index__item--01 {
    margin-top: 27px;
  }
}
.p-index__item--02 {
  margin-top: 24px;
}
@media not all and (min-width: 768px) {
  .p-index__item--02 {
    margin-top: 2.6666666667vw;
  }
}
.p-index__item--03 {
  margin-top: 21px;
}
@media not all and (min-width: 768px) {
  .p-index__item--03 {
    margin-top: 4vw;
  }
}
.p-index__dt--01 {
  margin-top: 6px;
}
@media not all and (min-width: 768px) {
  .p-index__dt--01 {
    margin-top: 0;
  }
}
.p-index__dd {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-index__dd {
    font-size: 3.82vw;
    line-height: 1.4998254799;
    text-align: center;
  }
}
@media not all and (min-width: 768px) {
  .p-index__dd--01 {
    margin-top: 0.5333333333vw;
  }
}
.p-index__dd--02 {
  margin-top: 5px;
}
@media not all and (min-width: 768px) {
  .p-index__dd--02 {
    margin-top: 1.0666666667vw;
  }
}
.p-index__dd--03 {
  margin-top: 5px;
}
@media not all and (min-width: 768px) {
  .p-index__dd--03 {
    margin-top: 0.5333333333vw;
  }
}
.p-index em {
  color: #f54069;
}
.p-index__num {
  display: inline-block;
  margin-right: 2px;
  font-weight: 700;
  font-family: Geist, sans-serif;
  font-size: 2.625rem;
  letter-spacing: -0.025em;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
@media not all and (min-width: 768px) {
  .p-index__num {
    margin: 0 0.2666666667vw;
    font-size: 6.6853333333vw;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
.p-index__textLarge {
  font-size: 120%;
}
.c-meritIcon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #78c851;
  width: 140px;
  height: 40px;
  padding: 10px 6px 5px 5px;
  border-radius: 20px;
  color: #fff;
}
@media not all and (min-width: 768px) {
  .c-meritIcon {
    width: 25.3333333333vw;
    height: 6.6666666667vw;
    padding: 1.6vw 1.3333333333vw 1.0666666667vw 1.3333333333vw;
  }
}
.c-meritIcon__ja {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 768px) {
  .c-meritIcon__ja {
    font-size: 3.4666666667vw;
  }
}
.c-meritIcon__num {
  margin-left: 3px;
  font-family: Geist, sans-serif;
  font-weight: 700;
  font-size: 1.3125rem;
  letter-spacing: -0.05em;
}
@media not all and (min-width: 768px) {
  .c-meritIcon__num {
    font-size: 3.4666666667vw;
    letter-spacing: 0;
  }
}
.l-contentsBlock2__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-contentsBlock2__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-merit__heading {
  margin-top: 15px;
  margin-right: 4px;
  font-weight: 700;
  font-size: 2.125rem;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-merit__heading {
    margin: 0 0 0 0;
    font-size: 5.8666666667vw;
    line-height: 1;
    text-align: center;
  }
}
.p-merit__heading .u-textSmall {
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-merit__heading .u-textSmall {
    line-height: 1;
  }
}
.p-merit__heading .u-textLarge {
  font-size: 140%;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-merit__heading .u-textLarge {
    line-height: 1;
  }
}
.p-merit em {
  color: #f54069;
}
.p-merit01 {
  margin-top: 56px;
}
@media not all and (min-width: 768px) {
  .p-merit01 {
    margin-top: 8.5333333333vw;
  }
}
.p-merit01__header {
  padding: 44px 20px 34px 20px;
}
@media not all and (min-width: 768px) {
  .p-merit01__header {
    padding: 5.6vw 0 3.7333333333vw 0;
  }
}
@media not all and (min-width: 768px) {
  .p-merit01__header .p-merit__heading {
    margin-top: 1.6vw;
    margin-left: 2.6666666667vw;
  }
}
.p-merit01__contents {
  padding: 41px 20px 47px 20px;
}
@media not all and (min-width: 768px) {
  .p-merit01__contents {
    padding: 5.3333333333vw 6.4vw 8.2666666667vw;
  }
}
.p-merit01__block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 976px;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .p-merit01__block1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-merit01__block1Image {
  max-width: 392px;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .p-merit01__block1Image {
    max-width: 64vw;
    margin-left: 3.4666666667vw;
  }
}
.p-merit01__block1Text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 29px 0 0 34px;
}
@media not all and (min-width: 768px) {
  .p-merit01__block1Text {
    margin: 0;
  }
}
.p-merit01__block1TextLine1 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-merit01__block1TextLine1 {
    margin-top: 5.3333333333vw;
    margin-right: 0.5333333333vw;
    font-size: 4vw;
    line-height: 1.6666666667;
    text-align: center;
  }
}
.p-merit01__block1TextLine1 .u-textLarge {
  font-size: 120%;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-merit01__block1TextLine1 .u-textLarge {
    line-height: 1;
  }
}
.p-merit01__block1TextLine2 {
  margin-top: 23px;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-merit01__block1TextLine2 {
    margin-top: 1.6vw;
    margin-right: 1.0666666667vw;
    font-size: 4vw;
    line-height: 1.6666666667;
    text-align: center;
  }
}
.p-merit01__block1TextLine2 .u-textLarge {
  font-size: 120%;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-merit01__block1TextLine2 .u-textLarge {
    line-height: 1;
  }
}
.p-merit01__block1TextLine3 {
  margin: 18px 0 0 2px;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-merit01__block1TextLine3 {
    margin: 4vw 0 0 0;
    font-size: 3.7333333333vw;
    line-height: 1.6428571429;
    text-align: justify;
  }
}
.p-merit01__block2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 11px;
  max-width: 973px;
  width: 100%;
  height: 155px;
  margin-top: 39px;
  margin-right: 4px;
  padding-left: 7px;
  border-radius: 10px;
  background-color: #e1f8eb;
}
@media not all and (min-width: 768px) {
  .p-merit01__block2 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 76vw;
    height: auto;
    margin: 5.3333333333vw 0 0;
    padding: 5.6vw 0 5.0666666667vw 5.0666666667vw;
    border-radius: 1.3333333333vw;
    gap: 0;
  }
}
.p-merit01__block2Image {
  max-width: 120px;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .p-merit01__block2Image {
    max-width: 18.1333333333vw;
    margin-right: 1.8666666667vw;
  }
}
.p-merit01__block2Text {
  font-weight: 700;
  color: #096e5f;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-merit01__block2Text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 4vw;
    line-height: 1.5333333333;
  }
}
.p-merit01__footnotes {
  margin-top: 16px;
}
@media not all and (min-width: 768px) {
  .p-merit01__footnotes {
    margin-top: 2.4vw;
  }
}
.p-merit01__footnote {
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-merit01__footnote {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.p-merit01__footnote::before {
  display: inline-block;
  content: "※";
  margin-right: 0.25em;
}
.l-contentsBlock2 + .l-contentsBlock2 {
  margin-top: 46px;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock2 + .l-contentsBlock2 {
    margin-top: 6.4vw;
  }
}
.l-contentsBlock2 + .l-contentsBlock2 + .l-contentsBlock2 {
  margin-top: 55px;
}
@media not all and (min-width: 768px) {
  .l-contentsBlock2 + .l-contentsBlock2 + .l-contentsBlock2 {
    margin-top: 10.4vw;
  }
}
.p-merit02__header {
  padding: 44px 20px 34px 20px;
}
@media not all and (min-width: 768px) {
  .p-merit02__header {
    padding: 5.8666666667vw 0 5.0666666667vw;
  }
}
.p-merit02__heading {
  margin-top: 28px;
  margin-right: 3px;
}
@media not all and (min-width: 768px) {
  .p-merit02__heading {
    margin-top: 2.1333333333vw;
    margin-right: 0.2666666667vw;
    line-height: 1.2272727273;
  }
}
.p-merit02__contents {
  padding: 45px 20px 105px 20px;
}
@media not all and (min-width: 768px) {
  .p-merit02__contents {
    padding: 6.6666666667vw 6.4vw 19.4666666667vw;
  }
}
.p-merit02__text1 {
  margin-right: 1px;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-merit02__text1 {
    margin-right: 2px;
    font-size: 3.7333333333vw;
    line-height: 1.5;
    text-align: center;
  }
}
.p-merit02__text2 {
  margin-top: 20px;
  margin-right: 2px;
  color: #096e5f;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-merit02__text2 {
    margin: 2.1333333333vw 0 0 0;
    font-size: 5.0666666667vw;
    text-align: center;
  }
}
.p-merit02__text2 sup {
  position: relative;
  top: 4px;
  display: inline-block;
  font-size: 50%;
  vertical-align: top;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-merit02__text2 sup {
    top: 1.0666666667vw;
  }
}
.p-merit02__footnotes {
  margin-top: 16px;
}
@media not all and (min-width: 768px) {
  .p-merit02__footnotes {
    margin: 4.8vw 0 0;
  }
}
.p-merit02__footnote {
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-merit02__footnote {
    position: relative;
    padding-left: 3.7333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1.5;
    text-align: left;
  }
}
.p-merit02__footnote::before {
  display: inline-block;
  content: "※";
  margin-right: 0.25em;
}
@media not all and (min-width: 768px) {
  .p-merit02__footnote::before {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
  }
}
.p-merit03 {
  margin-top: 56px;
}
.p-merit03__header {
  padding: 44px 20px 34px 20px;
}
@media not all and (min-width: 768px) {
  .p-merit03__header {
    padding: 5.8666666667vw 0 7.4666666667vw;
  }
}
.p-merit03__heading {
  margin-top: 28px;
  margin-right: 3px;
}
@media not all and (min-width: 768px) {
  .p-merit03__heading {
    margin-top: 3.2vw;
    margin-right: 0.5333333333vw;
  }
}
.p-merit03__contents {
  padding: 69px 20px 72px 20px;
}
@media not all and (min-width: 768px) {
  .p-merit03__contents {
    padding: 7.4666666667vw 6.4vw 7.7333333333vw;
  }
}
.p-merit03__block {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.p-merit03__blockHeading {
  position: relative;
  width: 100%;
  font-weight: 700;
  color: #096e5f;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.025em;
  z-index: 0;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-merit03__blockHeading {
    font-size: 5.0666666667vw;
    line-height: 1.2105263158;
  }
}
.p-merit03__blockHeading::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #096e5f;
  z-index: -1;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
@media not all and (min-width: 768px) {
  .p-merit03__blockHeading::after {
    top: initial;
    bottom: 2.1333333333vw;
    height: 0.5333333333vw;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.p-merit03__blockHeadingInner {
  display: inline-block;
  padding: 0 11px 0 13px;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .p-merit03__blockHeadingInner {
    padding: 0 1.3333333333vw;
  }
}
.p-merit03__block:nth-child(2) {
  margin-top: 80px;
}
@media not all and (min-width: 768px) {
  .p-merit03__block:nth-child(2) {
    margin-top: 7.4666666667vw;
  }
}
.p-merit03__block:nth-child(3) {
  margin-top: 72px;
}
@media not all and (min-width: 768px) {
  .p-merit03__block:nth-child(3) {
    margin-top: 12.8vw;
  }
}
.p-merit03__logos {
  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: 26px;
  margin-top: 40px;
}
@media not all and (min-width: 768px) {
  .p-merit03__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-top: 4.2666666667vw;
  }
}
.p-merit03__logo--01 {
  width: 219px;
}
@media not all and (min-width: 768px) {
  .p-merit03__logo--01 {
    width: 43.2vw;
    margin: 0 1.8666666667vw 0 0;
  }
}
.p-merit03__logo--02 {
  width: 223px;
  margin-right: 8px;
}
@media not all and (min-width: 768px) {
  .p-merit03__logo--02 {
    width: 44vw;
    margin: 2.4vw 1.0666666667vw 0 0;
  }
}
.p-merit03__logo--03 {
  width: 191px;
}
@media not all and (min-width: 768px) {
  .p-merit03__logo--03 {
    width: 40.5333333333vw;
    margin: -0.2666666667vw 0 0 0;
  }
}
.p-merit03Block01 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 4.5%;
  max-width: 1000px;
  width: 100%;
  margin-top: 25px;
  padding: 23px 182px 22px 20px;
  border-radius: 12px;
  font-weight: 700;
  background-color: #e1f8eb;
}
@media not all and (min-width: 768px) {
  .p-merit03Block01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4.8vw;
    padding: 0 0 7.4666666667vw 0;
    text-align: center;
  }
}
.p-merit03Block01__block01 {
  width: 444px;
}
@media print, screen and (max-width: 1000px) {
  .p-merit03Block01__block01 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media not all and (min-width: 768px) {
  .p-merit03Block01__block01 {
    width: 100%;
  }
}
.p-merit03Block01__block02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 251px;
  padding: 30px 0 33px 9px;
  border-radius: 62px;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .p-merit03Block01__block02 {
    width: 52.8vw;
    margin: 4vw 0 0 4.2666666667vw;
    padding: 5.6vw 0 8vw;
    border-radius: 500px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.p-merit03Block01__talent {
  position: absolute;
  right: 3.5%;
  bottom: 0;
  width: 184px;
}
@media not all and (min-width: 768px) {
  .p-merit03Block01__talent {
    right: 0;
    bottom: 0;
    width: 28vw;
  }
}
.p-merit03Block01__description {
  margin: 6px 0 0 0;
  color: #096e5f;
  font-size: 1.125rem;
  line-height: 1.8888888889;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-merit03Block01__description {
    margin-top: 5.8666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
  }
}
.p-merit03Block01__text1 {
  display: inline-block;
  margin-left: 2px;
  padding: 5px 13px 7px 14px;
  border-radius: 30px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.025em;
  background-color: #019682;
}
@media not all and (min-width: 768px) {
  .p-merit03Block01__text1 {
    margin-left: 1.3333333333vw;
    padding: 1.3333333333vw 2.9333333333vw 1.3333333333vw 2.6666666667vw;
    border-radius: 12vw;
    font-size: 3.4666666667vw;
  }
}
.p-merit03Block01__text2 {
  margin-top: 10px;
  color: #096e5f;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-merit03Block01__text2 {
    margin-top: 2.4vw;
    margin-left: 1.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.p-merit03Block02 {
  overflow: hidden;
  max-width: 1000px;
  width: 100%;
  margin: 37px auto 0;
  border-radius: 12px;
  background-color: #e1f8eb;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02 {
    width: 76vw;
    margin-top: 3.4666666667vw;
    border-radius: 1.6vw;
  }
}
.p-merit03Block02__header {
  padding: 24px 3px 26px 0;
  background-color: #7fc35e;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__header {
    padding: 5.0666666667vw 0 4vw;
  }
}
.p-merit03Block02__heading {
  color: #fff;
  font-weight: 900;
  font-size: 1.625rem;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__heading {
    font-size: 4.2666666667vw;
  }
}
.p-merit03Block02__contents {
  padding: 38px 20px 68px;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__contents {
    padding: 5.8666666667vw 5.3333333333vw 6.9333333333vw;
  }
}
.p-merit03Block02__items {
  display: grid;
  max-width: 934px;
  width: 100%;
  grid-template-columns: 304fr 338fr 292fr;
  margin-left: 6px;
}
@media print, screen and (max-width: 960px) {
  .p-merit03Block02__items {
    zoom: 0.8;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 840px) {
  .p-merit03Block02__items {
    zoom: 0.7;
  }
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__items {
    zoom: initial;
    display: block;
    margin: 0;
  }
}
.p-merit03Block02__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row: span 3;
  grid-column-gap: 0;
  grid-row-gap: 0;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    min-height: 24.8vw;
    padding-left: 27.7333333333vw;
  }
}
.p-merit03Block02__item + .p-merit03Block02__item::before {
  position: absolute;
  top: 89px;
  left: -24px;
  width: 49px;
  height: 35px;
  display: block;
  content: "";
  background: url(/event/nisa-aff/images/ico_merit-flow.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__item + .p-merit03Block02__item::before {
    top: -9.3333333333vw;
    left: 50%;
    width: 6.6666666667vw;
    height: 4.8vw;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}
.p-merit03Block02__item:nth-child(1) {
  max-width: 304px;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__item:nth-child(1) {
    max-width: 100%;
  }
}
.p-merit03Block02__item:nth-child(2) {
  max-width: 338px;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__item:nth-child(2) {
    max-width: 100%;
    margin-top: 10.1333333333vw;
  }
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__item:nth-child(2)::before {
    top: -8.8vw;
  }
}
.p-merit03Block02__item:nth-child(3) {
  max-width: 292px;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__item:nth-child(3) {
    max-width: 100%;
    margin-top: 11.4666666667vw;
  }
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__item:nth-child(3)::before {
    top: -7.4666666667vw;
  }
}
.p-merit03Block02__itemHeading {
  grid-area: 2/1/3/2;
  margin-top: 18px;
  color: #096e5f;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  text-align: center;
  -ms-flex-item-align: center;
  align-self: center;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__itemHeading {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 0;
    font-size: 4.2666666667vw;
    line-height: 1.3125;
    text-align: left;
  }
}
.p-merit03Block02__itemHeading--01 {
  margin-left: 2px;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__itemHeading--01 {
    padding-top: 4.5333333333vw;
    margin-left: 0;
  }
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__itemHeading--02 {
    padding-top: 1.3333333333vw;
  }
}
.p-merit03Block02__itemHeading--03 {
  margin-left: 41px;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__itemHeading--03 {
    padding-top: 1.6vw;
    margin-left: 0;
  }
}
.p-merit03Block02__icon {
  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: 186px;
  height: 186px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 24.8vw;
    height: 24.8vw;
    margin: 0;
  }
}
.p-merit03Block02__icon--03 {
  margin-left: 27.0547945205%;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__icon--03 {
    margin-left: 0;
  }
}
.p-merit03Block02__image {
  grid-area: 1/1/2/2;
}
.p-merit03Block02__image--01 {
  width: 86px;
  margin: 2px 0 0 21px;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__image--01 {
    width: 12.4vw;
    margin: 0 0 0 3.4666666667vw;
  }
}
.p-merit03Block02__image--02 {
  width: 90px;
  margin: 8px 0 0 6px;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__image--02 {
    width: 13.7333333333vw;
    margin: 2.1333333333vw 0 0 1.3333333333vw;
  }
}
.p-merit03Block02__image--03 {
  width: 81px;
  margin: -14px 0 0 25px;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__image--03 {
    width: 12vw;
    margin: -1.6vw 0 0 3.7333333333vw;
  }
}
.p-merit03Block02__description {
  grid-area: 3/1/4/2;
  margin: 11px auto 0;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.025em;
  text-align: justify;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__description {
    margin-top: 1.0666666667vw;
    font-size: 2.9333333333vw;
    line-height: 1.5454545455;
    text-align: left;
  }
}
.p-merit03Block02__description--01 {
  max-width: 228px;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__description--01 {
    max-width: 100%;
  }
}
.p-merit03Block02__description--02 {
  max-width: 271px;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__description--02 {
    max-width: 100%;
    margin-top: 1.6vw;
  }
}
.p-merit03Block02__description--03 {
  max-width: 240px;
  margin: 11px 0 0 31px;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__description--03 {
    max-width: 100%;
    margin: 2.1333333333vw 0 0 0;
  }
}
.p-merit03Block02__after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 44px;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__after {
    margin-top: 8.2666666667vw;
  }
}
.p-merit03Block02__afterHeading {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 365px;
  height: 64px;
  padding: 14px 0 0 0;
  color: #096e5f;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.025em;
  background: url(/event/nisa-aff/images/bg_merit-speech.png) no-repeat 0 0 / contain;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__afterHeading {
    width: 63.2vw;
    height: 11.4666666667vw;
    margin-right: 0.5333333333vw;
    padding-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    background: url(/event/nisa-aff/images/bg_merit-speech_sp.png) no-repeat 0 0 / contain;
  }
}
.p-merit03Block02__afterDescription {
  margin-top: 14px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-merit03Block02__afterDescription {
    width: 62.6666666667vw;
    margin-top: 2.4vw;
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}
.p-merit03Block03 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  width: 100%;
  margin: 41px auto 0;
  padding: 36px 20px 54px;
  border-radius: 12px;
  background-color: #e1f8eb;
}
@media not all and (min-width: 768px) {
  .p-merit03Block03 {
    padding: 5.6vw 5.3333333333vw 7.2vw;
    margin-top: 4.5333333333vw;
    border-radius: 1.6vw;
  }
}
.p-merit03Block03__lead {
  margin-left: 29px;
  font-size: 1.125rem;
  line-height: 1.8888888889;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-merit03Block03__lead {
    margin-left: 0;
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
    text-align: left;
  }
}
.p-merit03Block03__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
@media not all and (min-width: 768px) {
  .p-merit03Block03__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.2666666667vw;
    margin-top: 3.4666666667vw;
  }
}
.p-merit03Block03__item {
  width: 280px;
}
@media not all and (min-width: 768px) {
  .p-merit03Block03__item {
    width: 65.3333333333vw;
  }
}
.p-merit02__slider {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin-top: 38px;
}
@media not all and (min-width: 768px) {
  .p-merit02__slider {
    max-width: 76vw;
    margin-top: 5.3333333333vw;
  }
}
.p-merit02__sliderTrack {
  overflow: hidden;
  border-radius: 12px;
}
@media not all and (min-width: 768px) {
  .p-merit02__sliderTrack {
    border-radius: 1.6vw;
  }
}
@media not all and (min-width: 768px) {
  .p-merit02 .l-contentsBlock {
    max-width: 76vw;
  }
}
.p-merit02 .l-contentsBlock__header {
  padding: 46px 20px 48px 23px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  background-color: #e1f8eb;
}
@media not all and (min-width: 768px) {
  .p-merit02 .l-contentsBlock__header {
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 19.7333333333vw;
    padding: 0;
    border-radius: 1.6vw;
    font-size: 4vw;
    line-height: 1.4;
  }
}
.p-merit02 .l-contentsBlock__contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 596px;
  background-color: #e1f8eb;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media not all and (min-width: 768px) {
  .p-merit02 .l-contentsBlock__contents {
    min-height: 173.8666666667vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
.p-slider__group {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.p-slider__heading {
  position: relative;
  width: 100%;
  font-weight: 700;
  color: #096e5f;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.025em;
  z-index: 0;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-slider__heading {
    font-size: 4.2666666667vw;
    line-height: 1.1875;
  }
}
.p-slider__heading::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #096e5f;
  z-index: -1;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@media not all and (min-width: 768px) {
  .p-slider__heading::after {
    top: initial;
    bottom: 1.8666666667vw;
    height: 0.5333333333vw;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.p-slider__headingInner {
  display: inline-block;
  padding: 0 9px 0 8px;
  background-color: #e1f8eb;
}
@media not all and (min-width: 768px) {
  .p-slider__headingInner {
    padding: 0 2.1333333333vw;
  }
}
.p-slider__description {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-slider__description {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
    text-align: justify;
  }
}
.p-slider__description.-s1d2 {
  margin-top: 28px;
  margin-left: 3px;
}
@media not all and (min-width: 768px) {
  .p-slider__description.-s1d2 {
    margin-top: 1.6vw;
    margin-left: 0;
  }
}
.p-slider__description.-s1d3 {
  text-align: left;
}
.p-slider__description.-s2d2 {
  margin-top: 28px;
  margin-left: 3px;
}
@media not all and (min-width: 768px) {
  .p-slider__description.-s2d2 {
    margin-top: 3.4666666667vw;
    margin-left: 0;
  }
}
.p-slider em {
  font-weight: 700;
  color: #222;
}
.p-slider sup {
  position: relative;
  top: 6px;
  font-size: 60%;
  line-height: 1;
  vertical-align: top;
}
@media not all and (min-width: 768px) {
  .p-slider sup {
    top: 1.3333333333vw;
  }
}
.p-slider__footnotes {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 940px;
  width: 100%;
  margin: 19px auto 0;
  padding-left: 2px;
}
@media not all and (min-width: 768px) {
  .p-slider__footnotes {
    margin-top: 1.6vw;
    padding-left: 0.2666666667vw;
  }
}
.p-slider__footnote {
  position: relative;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 768px) {
  .p-slider__footnote {
    font-size: 2.6666666667vw;
    line-height: 1.5;
    line-break: anywhere;
  }
}
.p-slider__footnote::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "※";
}
.p-slider__footnote.-ol1 {
  padding-left: 26px;
}
@media not all and (min-width: 768px) {
  .p-slider__footnote.-ol1 {
    padding-left: 5.8666666667vw;
  }
}
.p-slider__footnote.-ol1::after {
  display: block;
  content: "※1";
}
.p-slider__footnote.-ol2 {
  padding-left: 26px;
}
@media not all and (min-width: 768px) {
  .p-slider__footnote.-ol2 {
    padding-left: 5.8666666667vw;
    line-break: normal;
  }
}
.p-slider__footnote.-ol2::after {
  display: block;
  content: "※2";
}
.p-slider__footnote.-ol3 {
  padding-left: 26px;
}
@media not all and (min-width: 768px) {
  .p-slider__footnote.-ol3 {
    padding-left: 5.8666666667vw;
    line-break: normal;
  }
}
.p-slider__footnote.-ol3::after {
  display: block;
  content: "※3";
}
.p-slider__footnote.-ul {
  padding-left: 22px;
}
@media not all and (min-width: 768px) {
  .p-slider__footnote.-ul {
    padding-left: 4.5333333333vw;
  }
}
.p-slider__footnote + .p-slider__footnote {
  margin-top: 4px;
}
@media not all and (min-width: 768px) {
  .p-slider__footnote + .p-slider__footnote {
    margin-top: 0.5333333333vw;
  }
}
.p-slide1 {
  padding: 39px 0 20px;
}
@media not all and (min-width: 768px) {
  .p-slide1 {
    padding: 3.4666666667vw 5.3333333333vw 0;
  }
}
.p-slide1__image1 {
  max-width: 896px;
  width: 100%;
  margin: 22px auto 0;
}
@media not all and (min-width: 768px) {
  .p-slide1__image1 {
    width: 65.3333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.p-slide1__group1 {
  margin-top: 36px;
}
@media not all and (min-width: 768px) {
  .p-slide1__group1 {
    margin-top: 4.8vw;
  }
}
.p-slide1__group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 900px;
  width: 100%;
  margin: 23px auto 0;
}
@media not all and (min-width: 768px) {
  .p-slide1__group2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 100%;
    margin: 2.4vw 0 0;
  }
}
.p-slide1__group2Text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 30px 0 0 22px;
}
@media not all and (min-width: 768px) {
  .p-slide1__group2Text {
    margin: 3.2vw 0 0;
  }
}
.p-slide1__group2Image {
  max-width: 402px;
  width: 100%;
  margin-left: 15px;
}
@media not all and (min-width: 768px) {
  .p-slide1__group2Image {
    max-width: 100%;
    width: 65.0666666667vw;
    margin-left: 0.2666666667vw;
  }
}
.p-slide2 {
  padding: 39px 0 20px;
}
@media not all and (min-width: 768px) {
  .p-slide2 {
    padding: 5.0666666667vw 5.3333333333vw 0;
  }
}
.p-slide2__image1 {
  max-width: 896px;
  width: 100%;
  margin: 22px auto 0;
}
@media not all and (min-width: 768px) {
  .p-slide2__image1 {
    width: 65.3333333333vw;
    margin-top: 3.7333333333vw;
  }
}
.p-slide2__group1 {
  margin-top: 36px;
}
@media not all and (min-width: 768px) {
  .p-slide2__group1 {
    margin-top: 6.1333333333vw;
  }
}
.p-slide2__group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 900px;
  width: 100%;
  margin: 23px auto 0;
}
.p-slide2__group2Text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 30px 0 0 22px;
}
.p-slide2__image2 {
  max-width: 899px;
  width: 100%;
  margin: 29px 0 0 0;
}
@media not all and (min-width: 768px) {
  .p-slide2__image2 {
    width: 65.3333333333vw;
    margin-top: 4vw;
  }
}
.p-slide2 .p-slider__footnotes {
  margin-top: 20px;
  padding-left: 3px;
}
@media not all and (min-width: 768px) {
  .p-slide2 .p-slider__footnotes {
    margin-top: 4vw;
    padding-left: 0.2666666667vw;
  }
}
.p-slide2 .p-slider__footnote {
  padding-left: 22px;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-slide2 .p-slider__footnote {
    padding-left: 5.0666666667vw;
    letter-spacing: 0.05em;
  }
}
.p-slide2 .p-slider__footnote + .p-slider__footnote {
  margin-top: 0;
}
@media not all and (min-width: 768px) {
  .p-slide2 .p-slider__footnote + .p-slider__footnote {
    margin-top: 1.0666666667vw;
  }
}
.p-slide3 {
  padding: 39px 0 0;
}
@media not all and (min-width: 768px) {
  .p-slide3 {
    padding: 4.2666666667vw 0 4.8vw;
  }
}
.p-slide3__block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  justify-self: flex-start;
}
@media not all and (min-width: 768px) {
  .p-slide3__block1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
  }
}
.p-slide3__block1Texts {
  margin-top: 37px;
  margin-right: 23px;
}
@media not all and (min-width: 768px) {
  .p-slide3__block1Texts {
    margin: 0 0 0 0;
  }
}
.p-slide3__block1Description {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-slide3__block1Description {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}
.p-slide3__block1Description .u-textLarge {
  font-weight: 900;
  font-size: 140%;
  letter-spacing: 0.025em;
  line-height: 1;
}
.p-slide3__block1Description em {
  color: #f13f61;
  font-weight: 700;
}
.p-slide3__block1Image {
  width: 335px;
}
@media not all and (min-width: 768px) {
  .p-slide3__block1Image {
    width: 65.3333333333vw;
    margin-top: 3.4666666667vw;
  }
}
.p-slide3__text {
  margin-top: 29px;
  margin-left: 2px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-slide3__text {
    margin: 8.2666666667vw 0 0 0.8vw;
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}
.p-slide3__text em {
  font-weight: 700;
}
.p-slide3__text sup {
  position: relative;
  top: 2px;
  font-size: 60%;
  vertical-align: top;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-slide3__text sup {
    top: 1.6vw;
  }
}
.p-slide3__block2 {
  max-width: 671px;
  width: 100%;
  margin: 14px 0 0 12px;
}
@media not all and (min-width: 768px) {
  .p-slide3__block2 {
    max-width: 68vw;
    margin: 3.7333333333vw 0 0 2.4vw;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.p-slide3__footnotes {
  counter-reset: count;
  margin-top: 45px;
  margin-left: 5.5%;
  padding-right: 19px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media not all and (min-width: 768px) {
  .p-slide3__footnotes {
    margin: 5.3333333333vw 4vw 0 5.6vw;
    padding-right: 0;
  }
}
.p-slide3__footnote {
  position: relative;
  padding-left: 23px;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  counter-increment: count 1;
}
@media not all and (min-width: 768px) {
  .p-slide3__footnote {
    position: relative;
    padding-left: 5.0666666667vw;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.p-slide3__footnote::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "※" counter(count);
  margin-right: 0.5em;
}
@media not all and (min-width: 768px) {
  .p-slide3__footnote::before {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
  }
}
.p-slide3__footnote + .p-slide3__footnote {
  margin-top: 4px;
}
@media not all and (min-width: 768px) {
  .p-slide3__footnote + .p-slide3__footnote {
    margin-top: 1.0666666667vw;
  }
}
.splide__arrow {
  position: absolute;
  bottom: -71px;
  left: 50%;
  border: none;
  padding: 0;
  width: 43px;
  height: 43px;
  background: url(/event/nisa-aff/images/ico_slider-arrow.png) no-repeat 0 0 / contain;
}
.splide__arrow svg {
  display: none;
}
@media not all and (min-width: 768px) {
  .splide__arrow {
    bottom: -12.5333333333vw;
    width: 7.8666666667vw;
    height: 7.8666666667vw;
  }
}
.splide__arrow--prev {
  -webkit-transform: translateX(-110px) scale(-1, 1);
  transform: translateX(-110px) scale(-1, 1);
}
@media not all and (min-width: 768px) {
  .splide__arrow--prev {
    left: 18.6666666667vw;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}
.splide__arrow--next {
  -webkit-transform: translateX(65px);
  transform: translateX(65px);
}
@media not all and (min-width: 768px) {
  .splide__arrow--next {
    -webkit-transform: none;
    transform: none;
    left: inherit;
    right: 19.4666666667vw;
  }
}
.splide__pagination {
  position: absolute;
  bottom: -59px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media not all and (min-width: 768px) {
  .splide__pagination {
    bottom: -10.6666666667vw;
  }
}
.splide__pagination__page {
  display: block;
  position: relative;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin: 0 4px;
  padding: 0;
}
@media not all and (min-width: 768px) {
  .splide__pagination__page {
    width: 4vw;
    height: 4vw;
    margin: 0 0.2666666667vw;
  }
}
.splide__pagination__page::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(197, 197, 197, 0.7);
}
@media not all and (min-width: 768px) {
  .splide__pagination__page::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
.splide__pagination__page.is-active::before {
  background-color: #88c769;
}
.l-start {
  padding: 86px 20px 104px;
  background-color: #d1f5e3;
}
@media not all and (min-width: 768px) {
  .l-start {
    padding: 12.2666666667vw 8vw 11.7333333333vw;
  }
}
.l-start__inner {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}
@media print, screen and (max-width: 1140px) {
  .l-start__inner {
    zoom: 0.9;
  }
}
@media print, screen and (max-width: 1040px) {
  .l-start__inner {
    zoom: 0.8;
  }
}
@media print, screen and (max-width: 880px) {
  .l-start__inner {
    zoom: 0.7;
  }
}
@media not all and (min-width: 768px) {
  .l-start__inner {
    zoom: initial;
    max-width: 100%;
  }
}
.l-start__heading {
  text-align: center;
}
.p-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-start__speech {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 390px;
  margin: 40px 0 0 8px;
  border-radius: 28px;
  padding: 16px 0 18px 9px;
  color: #096e5f;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.025em;
  background-color: #fff;
  text-align: center;
  z-index: 0;
}
@media not all and (min-width: 768px) {
  .p-start__speech {
    width: 53.6vw;
    height: 9.3333333333vw;
    margin: 8.5333333333vw 23.2vw 0 0;
    padding: 2.6666666667vw 0 2.6666666667vw 0.5333333333vw;
    border-radius: 4.6666666667vw;
    font-size: 3.5413333333vw;
  }
}
.p-start__speech::after {
  position: absolute;
  left: 50%;
  bottom: -15px;
  content: "";
  width: 24px;
  height: 25px;
  margin-left: 6px;
  background: url(/event/nisa-aff/images/ico_start.png) no-repeat 0 0 / contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media not all and (min-width: 768px) {
  .p-start__speech::after {
    margin-left: 0;
    bottom: -2.6666666667vw;
    width: 4vw;
    height: 4.2666666667vw;
    background: url(/event/nisa-aff/images/ico_start_sp.png) no-repeat 0 0 / contain;
  }
}
.p-start__buttons {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin-top: 43px;
  padding-left: 5px;
}
@media not all and (min-width: 768px) {
  .p-start__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 8.2666666667vw;
    padding-left: 0;
  }
}
.p-start__button {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 486px;
  width: 100%;
  color: #fff;
  height: 90px;
  border: none;
  border-radius: 45px;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(2, 159, 138)), to(rgb(1, 138, 120)));
  background-image: linear-gradient(90deg, rgb(2, 159, 138) 0%, rgb(1, 138, 120) 100%);
  -webkit-box-shadow: 2px 3.464px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3.464px 3px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-start__button {
    max-width: 84vw;
    height: 14.6666666667vw;
    padding-bottom: 1.0666666667vw;
    border-radius: 7.3333333333vw;
    font-size: 4vw;
    line-height: 1.2666666667;
    -webkit-box-shadow: 0.2666666667vw 0.4618666667vw 0.4vw 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0.2666666667vw 0.4618666667vw 0.4vw 0 rgba(0, 0, 0, 0.1);
  }
}
.p-start__button .u-textSmall {
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-start__button + .p-start__button {
    margin-top: 4vw;
  }
}
.p-start__button::after {
  position: absolute;
  top: 27px;
  right: 15px;
  display: block;
  content: "";
  width: 37px;
  height: 37px;
  background: url(/event/nisa-aff/images/ico_button-modal.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .p-start__button::after {
    top: 4.2666666667vw;
    right: 2.6666666667vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.p-start__talent {
  position: absolute;
  bottom: 56px;
  right: 76px;
  width: 216px;
  z-index: -1;
}
@media not all and (min-width: 768px) {
  .p-start__talent {
    right: 1.8666666667vw;
    bottom: 25.8666666667vw;
    width: 26.6666666667vw;
  }
}
.l-flow {
  padding: 85px 0 96px;
  background-color: #e7ecf3;
}
@media not all and (min-width: 768px) {
  .l-flow {
    padding: 9.0666666667vw 0 12.2666666667vw;
  }
}
.l-flow__headingLine2 {
  margin-top: 14px;
}
@media not all and (min-width: 768px) {
  .l-flow__headingLine2 {
    margin-top: 1.8666666667vw;
  }
}
@media not all and (min-width: 768px) {
  .l-flow__contents {
    margin-top: 10.6666666667vw;
  }
}
@media not all and (min-width: 768px) {
  .p-flow__footnotes {
    margin: 5.6vw 5.3333333333vw 0;
  }
}
@media not all and (min-width: 768px) {
  .l-security {
    padding: 14.1333333333vw 5.3333333333vw 11.2vw;
  }
}
@media not all and (min-width: 768px) {
  .l-security .c-headerGroup__description {
    margin-top: 4.5333333333vw;
    margin-right: 0;
  }
}
@media not all and (min-width: 768px) {
  .p-security {
    margin-top: 8.2666666667vw;
  }
}
.l-links {
  padding-bottom: 102px;
}
@media not all and (min-width: 768px) {
  .l-links {
    padding-top: 11.7333333333vw;
    padding-bottom: 9.0666666667vw;
  }
}
.p-links {
  gap: 1.6363636364%;
}
@media not all and (min-width: 768px) {
  .p-links {
    gap: 3.7333333333vw 4vw;
  }
}
.p-links__item {
  width: 204px;
}
@media not all and (min-width: 768px) {
  .p-links__item {
    width: 42.6666666667vw;
  }
}
.l-footer {
  padding-top: 46px;
  padding-bottom: 98px;
}
@media not all and (min-width: 768px) {
  .l-footer {
    padding: 9.3333333333vw 5.3333333333vw 14.4vw;
  }
}
.l-footer__inner {
  grid-row-gap: 50px;
}
@media not all and (min-width: 768px) {
  .l-footer__inner {
    display: block;
    grid-row-gap: 0;
  }
}
.l-footer__column:nth-child(1) {
  padding-left: 4px;
}
@media not all and (min-width: 768px) {
  .l-footer__column:nth-child(1) {
    padding-left: 0.2666666667vw;
  }
}
.l-footer__column:nth-child(1) p {
  line-height: 1.6666666667;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .l-footer__column:nth-child(1) p {
    font-size: 2.9333333333vw;
    line-height: 1.5454545455;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
.l-footer__column:nth-child(2) {
  grid-area: 2/1/3/2;
  padding-left: 2px;
}
@media not all and (min-width: 768px) {
  .l-footer__column:nth-child(2) {
    margin-top: 9.6vw;
    padding-left: 0;
    font-size: 2.9333333333vw;
    line-height: 1.5454545455;
    letter-spacing: 0.05em;
  }
}
@media not all and (min-width: 768px) {
  .l-footer__column:nth-child(3) {
    margin-top: 7.4666666667vw;
  }
}
.l-footer__columnHeading {
  font-weight: 700;
  margin-bottom: 9px;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .l-footer__columnHeading {
    margin-bottom: 4.8vw;
  }
}
.l-footer__copyright {
  padding-bottom: 3px;
}
@media not all and (min-width: 768px) {
  .l-footer__copyright {
    padding-bottom: 0;
  }
}
.p-modal {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(120, 200, 81, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: safe center;
  -ms-flex-align: safe center;
  align-items: safe center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.p-modal__wrapper {
  cursor: default;
  position: relative;
  max-width: 940px;
  width: 100%;
  margin: 100px 0;
}
@media not all and (min-width: 768px) {
  .p-modal__wrapper {
    margin: 13.3333333333vw 0;
  }
}
.p-modal__contents {
  width: 100%;
}
.p-modal__content {
  position: absolute;
  display: none;
}
.p-modal__content.is-active {
  position: static;
  display: block;
}
.p-modal__close {
  position: absolute;
  top: -86px;
  right: -12px;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  border: none;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 4.5rem;
  line-height: 1;
}
@media not all and (min-width: 768px) {
  .p-modal__close {
    top: -15.2vw;
    right: 3.4666666667vw;
    font-size: 13.3333333333vw;
  }
}
.p-modal .l-contentsBlock__header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #096e5f;
  height: 180px;
  font-weight: 700;
}
@media not all and (min-width: 768px) {
  .p-modal .l-contentsBlock__header {
    height: 29.3333333333vw;
  }
}
.p-modal .l-contentsBlock__contents {
  padding-right: 20px;
  padding-left: 20px;
}
@media not all and (min-width: 768px) {
  .p-modal .l-contentsBlock__contents {
    padding-right: 6.6666666667vw;
    padding-left: 6.6666666667vw;
  }
}
.p-modal__contentWrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
.p-modal__heading {
  font-size: 2.125rem;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-modal__heading {
    font-size: 5.3333333333vw;
    line-height: 1.2;
    text-align: center;
  }
}
.p-modal__headingSpeech {
  position: relative;
  margin-bottom: 11px;
  margin-left: 4px;
  font-size: 1.625rem;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-modal__headingSpeech {
    margin: 0 0.5333333333vw 1.3333333333vw 0;
    font-size: 3.4666666667vw;
  }
}
.p-modal__headingSpeech::before,
.p-modal__headingSpeech::after {
  position: absolute;
  bottom: -3px;
  display: block;
  content: "";
  width: 20px;
  height: 25px;
  background: url(/event/nisa-aff/images/ico_modal-speech.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .p-modal__headingSpeech::before,
  .p-modal__headingSpeech::after {
    bottom: -0.8vw;
    width: 2.6666666667vw;
    height: 3.4666666667vw;
    background: url(/event/nisa-aff/images/ico_modal-speech_sp.png) no-repeat 0 0 / contain;
  }
}
.p-modal__headingSpeech::before {
  left: -20px;
}
@media not all and (min-width: 768px) {
  .p-modal__headingSpeech::before {
    left: -2.6666666667vw;
  }
}
.p-modal__headingSpeech::after {
  right: -24px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media not all and (min-width: 768px) {
  .p-modal__headingSpeech::after {
    right: -2.9333333333vw;
  }
}
.p-modal__description {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-modal__description {
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
  }
}
@media not all and (min-width: 768px) {
  .p-modal__footnotes {
    padding-right: 0;
  }
}
.p-modal__footnotes.-tc {
  text-align: center;
}
.p-modal__footnotes.-m1f1 {
  margin-top: 14px;
}
@media not all and (min-width: 768px) {
  .p-modal__footnotes.-m1f1 {
    margin-top: 1.6vw;
  }
}
@media not all and (min-width: 768px) {
  .p-modal__footnotes.-m1f2 {
    margin-top: 1.0666666667vw;
  }
  .p-modal__footnotes.-m1f2 .p-modal__footnote {
    padding-left: 2.4vw;
    font-size: 1.8666666667vw;
  }
}
.p-modal__footnotes.-m1f3 {
  margin-top: 24px;
}
@media not all and (min-width: 768px) {
  .p-modal__footnotes.-m1f3 {
    margin-top: 4vw;
  }
}
.p-modal__footnote {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-modal__footnote {
    position: relative;
    padding-left: 3.7333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1.5;
    text-align: left;
  }
}
.p-modal__footnote::before {
  display: inline-block;
  content: "※";
  margin-right: 0.25em;
}
@media not all and (min-width: 768px) {
  .p-modal__footnote::before {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
  }
}
.p-modal__footnote + .p-modal__footnote {
  margin-top: 4px;
}
@media not all and (min-width: 768px) {
  .p-modal__footnote + .p-modal__footnote {
    margin-top: 1.0666666667vw;
  }
}
.p-modal1 .l-contentsBlock__header {
  padding-top: 12px;
}
@media not all and (min-width: 768px) {
  .p-modal1 .l-contentsBlock__header {
    padding-top: 1.0666666667vw;
  }
}
.p-modal1__contentWrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 49px;
  padding-bottom: 62px;
}
@media not all and (min-width: 768px) {
  .p-modal1__contentWrapper {
    padding-top: 6.6666666667vw;
    padding-bottom: 6.4vw;
  }
}
.p-modal1__image1 {
  max-width: 565px;
  width: 100%;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .p-modal1__image1 {
    max-width: 100%;
    width: 75.4666666667vw;
  }
}
.p-modal1__description {
  margin-top: 38px;
  text-align: justify;
}
@media not all and (min-width: 768px) {
  .p-modal1__description {
    margin-top: 4.2666666667vw;
  }
}
.p-modal1__table {
  width: 100%;
  margin: 50px auto 0;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  text-align: center;
  vertical-align: middle;
  border: #dbdfe5 solid 1px;
}
@media not all and (min-width: 768px) {
  .p-modal1__table {
    margin-top: 4.2666666667vw;
    font-size: 2.9333333333vw;
    line-height: 1.1818181818;
    border-width: 0.2666666667vw;
  }
}
.p-modal1__table tr:nth-child(1) td {
  padding: 29px 45px;
}
@media not all and (min-width: 768px) {
  .p-modal1__table tr:nth-child(1) td {
    padding: 2.6666666667vw 0.5333333333vw 2.6666666667vw 3.4666666667vw;
  }
}
.p-modal1__table tr:nth-child(2) td {
  padding: 20px 45px;
}
@media not all and (min-width: 768px) {
  .p-modal1__table tr:nth-child(2) td {
    padding: 3.4666666667vw 0.5333333333vw 3.4666666667vw 3.4666666667vw;
  }
}
.p-modal1__table tr:nth-child(3) td {
  padding: 28px 45px;
}
@media not all and (min-width: 768px) {
  .p-modal1__table tr:nth-child(3) td {
    padding: 3.2vw 0.5333333333vw 2.9333333333vw 3.4666666667vw;
  }
}
.p-modal1__table th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 201px;
  color: #fff;
  font-weight: 700;
  background-color: #009682;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25;
  vertical-align: middle;
  border: solid 1px rgba(208, 208, 208, 0.47);
}
@media not all and (min-width: 768px) {
  .p-modal1__table th {
    width: 18.6666666667vw;
    border-width: 0.2666666667vw;
    font-size: 2.6666666667vw;
  }
}
.p-modal1__table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px rgba(208, 208, 208, 0.47);
  vertical-align: middle;
  text-align: left;
}
@media not all and (min-width: 768px) {
  .p-modal1__table td {
    height: 14.1333333333vw;
    border-width: 0.2666666667vw;
  }
}
.p-modal1__table p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75;
}
@media not all and (min-width: 768px) {
  .p-modal1__table p {
    font-size: 2.6666666667vw;
    line-height: 1.3;
  }
}
.p-modal1__table ol {
  counter-reset: count;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75;
}
@media not all and (min-width: 768px) {
  .p-modal1__table ol {
    font-size: 2.6666666667vw;
    line-height: 1.3;
  }
}
.p-modal1__table ol li {
  counter-increment: count 1;
}
@media not all and (min-width: 768px) {
  .p-modal1__table ol li {
    position: relative;
    padding-left: 2.9333333333vw;
  }
  .p-modal1__table ol li + li {
    margin-top: 1.3333333333vw;
  }
}
.p-modal1__table ol li::before {
  display: inline-block;
  content: counter(count) ".";
  margin-right: 0.25em;
}
@media not all and (min-width: 768px) {
  .p-modal1__table ol li::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-modal1__table .p-modal1__markUl {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75;
}
@media not all and (min-width: 768px) {
  .p-modal1__table .p-modal1__markUl {
    font-size: 2.6666666667vw;
    line-height: 1.3;
  }
}
.p-modal1__table .p-modal1__markUl li {
  position: relative;
}
@media not all and (min-width: 768px) {
  .p-modal1__table .p-modal1__markUl li {
    padding-left: 2.4vw;
  }
  .p-modal1__table .p-modal1__markUl li + li {
    margin-top: 1.3333333333vw;
  }
}
@media not all and (min-width: 768px) {
  .p-modal1__table .p-modal1__markUl li::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    content: "";
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border-radius: 50%;
    background-color: #159582;
  }
}
.p-modal2__contentWrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 42px;
  padding-bottom: 72px;
}
@media not all and (min-width: 768px) {
  .p-modal2__contentWrapper {
    padding-top: 6.1333333333vw;
    padding-bottom: 10.9333333333vw;
  }
}
.p-modal2__description {
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-modal2__description {
    text-align: left;
  }
}
.p-modal2 .c-buttonOpening {
  width: 598px;
  height: 96px;
  margin-top: 24px;
}
@media not all and (min-width: 768px) {
  .p-modal2 .c-buttonOpening {
    margin-top: 6.6666666667vw;
    width: 76vw;
    height: 14.6666666667vw;
    padding-top: 4.5333333333vw;
    padding-right: 0.8vw;
  }
  .p-modal2 .c-buttonOpening .u-textSmall {
    font-size: 85%;
  }
}
.p-modal2__linkText {
  margin-top: 31px;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-modal2__linkText {
    margin-top: 7.2vw;
    font-size: 3.4666666667vw;
    line-height: 1;
  }
}
.p-modal2__link {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}
@media not all and (min-width: 768px) {
  .p-modal2__link {
    text-decoration-thickness: 0.2666666667vw;
    text-underline-offset: 1.3333333333vw;
  }
}
.p-modal3__contentWrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 44px;
  padding-bottom: 52px;
}
@media not all and (min-width: 768px) {
  .p-modal3__contentWrapper {
    padding-top: 5.0666666667vw;
    padding-bottom: 7.4666666667vw;
  }
}
.p-modal3__steps {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .p-modal3__steps {
    max-width: 76vw;
  }
}
.p-modal3__step {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 18px 0 16px 16px;
  border-radius: 10px;
  background-color: #e5fdeb;
}
@media not all and (min-width: 768px) {
  .p-modal3__step {
    padding: 4vw 0 4.5333333333vw 2.9333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.p-modal3__step + .p-modal3__step {
  margin-top: 42px;
}
@media not all and (min-width: 768px) {
  .p-modal3__step + .p-modal3__step {
    margin-top: 6.4vw;
  }
}
.p-modal3__step + .p-modal3__step::before {
  position: absolute;
  top: -32px;
  left: 50%;
  display: block;
  content: "";
  width: 34px;
  height: 25px;
  background: url(/event/nisa-aff/images/ico_modal-step.svg) no-repeat 0 0 / contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media not all and (min-width: 768px) {
  .p-modal3__step + .p-modal3__step::before {
    top: -4.8vw;
    width: 6.1333333333vw;
  }
}
@media not all and (min-width: 768px) {
  .p-modal3__step:nth-child(3) {
    position: relative;
    padding-bottom: 14.1333333333vw;
  }
}
.p-modal3__stepIcon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 68px;
  height: 68px;
  margin-right: 16px;
  padding-top: 4px;
  border-radius: 50%;
  color: #fff;
  font-family: Geist, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #88c769;
}
@media not all and (min-width: 768px) {
  .p-modal3__stepIcon {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    margin-right: 1.6vw;
    padding-top: 0.5333333333vw;
  }
}
.p-modal3__stepIconText {
  font-size: 0.8125rem;
}
@media not all and (min-width: 768px) {
  .p-modal3__stepIconText {
    font-size: 1.912vw;
  }
}
.p-modal3__stepIconNum {
  font-size: 1.5625rem;
}
@media not all and (min-width: 768px) {
  .p-modal3__stepIconNum {
    font-size: 3.676vw;
  }
}
.p-modal3__texts {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding-top: 4px;
  padding-right: 100px;
}
@media not all and (min-width: 768px) {
  .p-modal3__texts {
    padding-right: 0;
    padding-top: 0;
    text-align: left;
  }
}
.p-modal3__texts--01 {
  text-align: left;
  padding-right: 0;
}
.p-modal3__texts--03 {
  padding-top: 8px;
  padding-bottom: 16px;
}
@media not all and (min-width: 768px) {
  .p-modal3__texts--03 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-modal3__text {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-modal3__text {
    font-size: 2.9333333333vw;
    line-height: 1.4545454545;
    letter-spacing: 0;
  }
}
.p-modal3 .c-buttonOpening {
  width: 298px;
  height: 50px;
  margin-top: 14px;
  padding-top: 13px;
  background-color: #e83a3a;
  -webkit-box-shadow: 2.5px 4.33px 3px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 2.5px 4.33px 3px 0px rgba(0, 0, 0, 0.07);
}
@media not all and (min-width: 768px) {
  .p-modal3 .c-buttonOpening {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin-top: 0;
    padding-top: 1.3333333333vw;
    padding-bottom: 0;
    bottom: 5.3333333333vw;
    left: 13.3333333333vw;
    width: 49.3333333333vw;
    height: 8vw;
    -webkit-box-shadow: 0.3333333333vw 0.5773333333vw 0.4vw 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0.3333333333vw 0.5773333333vw 0.4vw 0 rgba(0, 0, 0, 0.07);
  }
}
.p-modal3 .c-buttonOpening::after {
  position: absolute;
  top: 15px;
  right: 11px;
  display: block;
  content: "";
  width: 21px;
  height: 21px;
  background: url(/event/nisa-aff/images/ico_button-account02.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .p-modal3 .c-buttonOpening::after {
    top: 2.1333333333vw;
    right: 1.3333333333vw;
    width: 3.7333333333vw;
    height: 3.4666666667vw;
    background: url(/event/nisa-aff/images/ico_button-account_sp.png) no-repeat 0 0 / contain;
  }
}
.p-modal3 .c-buttonOpening__textWrap {
  padding-left: 18px;
  font-size: 1.375rem;
}
@media not all and (min-width: 768px) {
  .p-modal3 .c-buttonOpening__textWrap {
    padding-left: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .p-modal3 .c-buttonOpening__textWrap .u-textSmall {
    font-size: 85%;
  }
}
.p-modal3__text2 {
  margin-top: 19px;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 768px) {
  .p-modal3__text2 {
    margin-top: 5.0666666667vw;
    font-size: 3.2vw;
    line-height: 1.4166666667;
    text-align: center;
    letter-spacing: 0;
  }
}
.p-kv {
  overflow: hidden;
  width: 100%;
  background: url(/event/nisa-aff/images/bg_kv.png?t=020) no-repeat center center/cover;
}
@media not all and (min-width: 768px) {
  .p-kv {
    height: 134.1333333333vw;
    background: url(/event/nisa-aff/images/bg_kv_sp.png?t=020) no-repeat 0 0 / cover;
  }
}
.p-kv__wrapper {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.p-kv__inner {
  position: relative;
  width: 100%;
  padding-top: 57.2881355932%;
}
@media not all and (min-width: 768px) {
  .p-kv__inner {
    padding: 0;
    height: 100%;
  }
}
.p-kv__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 55.3389830508%;
  margin-top: 7.0338983051%;
  margin-left: 0.3389830508%;
}
@media not all and (min-width: 768px) {
  .p-kv__title {
    top: 2.8vw;
    left: 3.6vw;
    width: 92.8vw;
    margin: 0;
  }
}
.p-kv__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 45.593220339%;
  margin-top: 3.0508474576%;
  margin-right: 2.7966101695%;
}
@media not all and (min-width: 768px) {
  .p-kv__image {
    top: 46.4vw;
    left: 14.8vw;
    width: 77.6vw;
    margin: 0;
  }
}
.p-kv__button {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 12.5423728814%;
  margin-top: 44.8305084746%;
}
@media not all and (min-width: 768px) {
  .p-kv__button {
    top: 117.3333333333vw;
    left: 13.3333333333vw;
    margin: 0;
  }
}
.p-kv__button .c-buttonOpening {
  width: 410px;
  height: 70px;
  padding: 22px 15px 0 0;
}
@media not all and (min-width: 768px) {
  .p-kv__button .c-buttonOpening {
    left: 0;
    width: 73.3333333333vw;
    height: 12vw;
    padding: 4vw 0.2666666667vw 0 0;
  }
}
.p-kv__button .c-buttonOpening::after {
  position: absolute;
  top: 18px;
  right: 14px;
  display: block;
  content: "";
  width: 35px;
  height: 35px;
}
@media not all and (min-width: 768px) {
  .p-kv__button .c-buttonOpening::after {
    top: 3.7333333333vw;
    right: 2.1333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.p-kv__button .c-buttonOpening__speech {
  top: -37px;
  left: 50%;
  margin-left: 3px;
  width: 212px;
  height: 58px;
  padding: 17px 7px 0 0;
  font-size: 1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/event/nisa-aff/images/bg_button-kv.png) no-repeat 0 0 / contain;
}
@media not all and (min-width: 768px) {
  .p-kv__button .c-buttonOpening__speech {
    top: -6.1333333333vw;
    width: 36.5333333333vw;
    height: 10.1333333333vw;
    margin-left: 0.8vw;
    padding: 2.9333333333vw 0 0 0.2666666667vw;
    font-size: 2.8vw;
    background: url(/event/nisa-aff/images/bg_button-kv_sp.png) no-repeat 0 0 / contain;
  }
}
.p-kv__button .c-buttonOpening__textWrap {
  padding-left: 0;
  font-size: 1.625rem;
}
@media not all and (min-width: 768px) {
  .p-kv__button .c-buttonOpening__textWrap {
    font-size: 4.5333333333vw;
  }
}
@media not all and (min-width: 768px) {
  .p-floating__button {
    margin-left: 7.2vw;
  }
  .p-floating__button .c-buttonOpening {
    left: 0;
    width: 78.6666666667vw;
    padding-top: 5.0666666667vw;
    padding-right: 4.5333333333vw;
  }
  .p-floating__button .c-buttonOpening__speech {
    margin-left: 0;
  }
}

/* --------------------------------
プログラム詳細
----------------------------------- */

.l-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 26px;
  margin-bottom: 52px;
  padding: 0 20px;
}

.l_wrap_inr {
  max-width: 1110px;
  margin: auto;
  padding: 3rem 1.5625rem;
}

.banner-stockaff-block02 .intro {
  margin: 50px 0;
  font-size: 1rem;
  line-height: 1.7;
}

.banner-stockaff-block02 .green-title {
  text-align: center;
  background-color: #128271;
  border-radius: 100px;
  font-size: 2rem;
  color: #fff;
  padding: 6px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.7;
}

.banner-stockaff-block02 .stockaff-table {
  width: 100%;
}

.banner-stockaff-block02 .stockaff-table th,
.banner-stockaff-block02 .stockaff-table td {
  padding: 12px 20px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.banner-stockaff-block02 .stockaff-table th {
  background-color: #e9f4f1;
  text-align: left;
  box-sizing: border-box;
  width: 24%;
  font-size: 1rem;
  font-weight: bold;
}

.banner-stockaff-block02 .stockaff-table td {
  font-size: 1rem;
  line-height: 1.7;
  box-sizing: border-box;
}

.banner-stockaff-block02 .stockaff-table .bg-gray {
  background-color: #f7f7f7;
  font-weight: bold;
  font-size: 1rem;
  width: 24%;
}

.banner-stockaff-block02 .stockaff-table .red {
  font-size: 1.2rem;
  color: #e83a3a;
  font-weight: bold;
}

.banner-stockaff-block02 .stockaff-table .notice {
  font-size: 20px;
  margin-top: 1em;
}

.banner-stockaff-block02 .thumbnail img {
  width: 100%;
  max-width: 760px;
  margin: auto;
  display: block;
}

/* --------------------------------
やさかぶ用リンク
----------------------------------- */
.banner-stockaff-block02 .link-box {
  margin-top: 60px;
}

.banner-stockaff-block02 .link-text,
.banner-stockaff-block02 .link-tab {
  font-size: clamp(0.6875rem, 0.5334507042rem + 0.6572769953vw, 1.125rem);
}

.banner-stockaff-block02 .link-tab {
  display: block;
  position: relative;
  padding-left: 30px;
}

.banner-stockaff-block02 .link-tab::before {
  content: "";
  position: absolute;
  background: url("/event/nisa-aff/image/icon_tab.svg") no-repeat center/contain;
  width: 22px;
  height: 22px;
  left: 0;
  top: 4px;
}

.banner-stockaff-block02 .link-tab:hover {
  color: #009682;
}

.banner-stockaff-block02 .link-tab + .link-tab {
  margin-top: 1em;
}

.banner-stockaff-block02 .link-tab.no-icon {
  padding-left: 0;
}

.banner-stockaff-block02 .link-tab.no-icon::before {
  content: none;
}

.banner-stockaff-block02 .link-tab.no-icon:hover {
  color: inherit;
}

.inner-block {
  max-width: 1100px;
  margin: 0 auto;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

/* --------------------------------
SP (〜750px)
----------------------------------- */
@media (max-width: 750px) {
  .banner-stockaff-block02 .intro {
    margin: 40px 0 30px;
  }

  .banner-stockaff-block02 .green-title {
    margin-bottom: 30px;
    font-size: 1.3em;
  }

  /* table */
  .banner-stockaff-block02 .stockaff-table tr {
    border: 1px solid #ccc;
    border-bottom: none;
  }
  .banner-stockaff-block02 .stockaff-table tr:last-child td {
    border-bottom: 1px solid #ccc;
  }

  .banner-stockaff-block02 .stockaff-table th,
  .banner-stockaff-block02 .stockaff-table td {
    width: 100%;
    display: block;
    padding: 6px 16px;
    border: none;
    font-size: 3vw;
  }

  .banner-stockaff-block02 .stockaff-table th {
    border-bottom: 1px solid #ccc;
    font-size: 3vw;
  }

  .banner-stockaff-block02 .stockaff-table .bg-gray {
    display: inline-block;
    width: 28%;
    padding: 8px 6px;
    font-size: 2.9vw;
  }

  .banner-stockaff-block02 .stockaff-table .next-bg-gray {
    display: inline-block;
    width: 72%;
    padding: 8px 6px;
    font-size: 2.9vw;
  }

  .banner-stockaff-block02 .stockaff-table .red {
    margin: 2px 0;
    font-size: 3.2vw;
  }

  .banner-stockaff-block02 .link-box {
    margin-top: 40px;
  }

  .banner-stockaff-block02 .link-tab {
    padding-left: 24px;
  }

  .banner-stockaff-block02 .link-tab::before {
    width: 15px;
    height: 15px;
    top: 2px;
  }

  .inner-block {
    padding: 0 15px;
  }

  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
