@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*===========================
reset
===========================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

area {
  border: none;
  outline: none;
}

abbr,
acronym {
  border: 0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input,
textarea {
  appearance: none;
  border: 0;
  outline: none;
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button {
  appearance: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

a {
  outline: none;
}

figure {
  line-height: 0;
}

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

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

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

@media only screen and (min-width: 768px) {
  .mb0--pc {
    margin-bottom: 0px !important;
  }
  
  .mb5--pc {
    margin-bottom: 5px !important;
  }
  
  .mb10--pc {
    margin-bottom: 10px !important;
  }
  
  .mb15--pc {
    margin-bottom: 15px !important;
  }
  
  .mb20--pc {
    margin-bottom: 20px !important;
  }
  
  .mb25--pc {
    margin-bottom: 25px !important;
  }
  
  .mb30--pc {
    margin-bottom: 30px !important;
  }
  
  .mb35--pc {
    margin-bottom: 35px !important;
  }
  
  .mb40--pc {
    margin-bottom: 40px !important;
  }
  
  .mb45--pc {
    margin-bottom: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb0--sp {
    margin-bottom: 0px !important;
  }
  
  .mb5--sp {
    margin-bottom: 5px !important;
  }
  
  .mb10--sp {
    margin-bottom: 10px !important;
  }
  
  .mb15--sp {
    margin-bottom: 15px !important;
  }
  
  .mb20--sp {
    margin-bottom: 20px !important;
  }
  
  .mb25--sp {
    margin-bottom: 25px !important;
  }
  
  .mb30--sp {
    margin-bottom: 30px !important;
  }
  
  .mb35--sp {
    margin-bottom: 35px !important;
  }
  
  .mb40--sp {
    margin-bottom: 40px !important;
  }
  
  .mb45--sp {
    margin-bottom: 45px !important;
  }
}


/*===========================
base
===========================*/
body {
  color: #231815;
  font-family: "Noto Sans JP", "メイリオ", "MS Pゴシック", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  word-wrap: break-word;
}

@media only screen and (max-width: 767px) {
  body {
    font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 13px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #048DDD;
}

.img {
  text-align: center;
}
.img img {
  margin: 0 auto;
  max-width: 100%;
}

.ff-roboto {
  font-family: "Roboto", sans-serif;
}

/*-----------------------
close_btn
------------------------*/
.close_btn a {
  max-width: 380px;
  text-decoration: none;
  border: 2px solid #191919;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #ffffff;
  font-weight: bold;
  color: #232f3e;
  display: block;
  width: 120px;
  padding: 5px;
  font-size: 14px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.close_btn a:hover {
  background-color: #191919;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.close_btn a:hover .close_icon span:before, .close_btn a:hover .close_icon span:after {
  background: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.close_btn a .close_icon {
  vertical-align: -7.5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 24px;
}

.close_btn a .close_icon span:before, .close_btn a .close_icon span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 9.5%;
  margin: -8% 0 0 -42%;
  background: #191919;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.close_btn a .close_icon span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close_btn a .close_icon span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*-----------------------
header
------------------------*/
#header {
  position: relative;
}

#header a {
  color: #333;
}

#header input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
}

#header #header__attention {
  display: none;
}

#header #header__logo {
  position: absolute;
  top: 16px;
  left: 4px;
}

@media only screen and (max-width: 767px) {
  #header #header__logo {
    width: 100%;
    height: 44px;
    top: auto;
    left: auto;
  }
}

#header #header__logo img {
  display: block;
  width: 47px;
}

@media only screen and (max-width: 767px) {
  #header #header__logo img {
    position: absolute;
    top: 10px;
    left: 14px;
    height: 42px;
    width: auto;
  }
}

#header__close {
  position: absolute;
  top: 24px;
  right: 10px;
}

@media only screen and (max-width: 767px) {
  #header__close {
    top: 10px;
  }
}

#header__close .close_btn a:hover {
  color: #fff;
}

#header #header__outer {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 82px;
  -webkit-transition: height 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  background-color: #fff;
  background-repeat: repeat-x;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  #header #header__outer {
    height: auto;
    z-index: 3;
  }
}

#header #header__inner {
  position: relative;
  width: 100%;
  max-width: 984px;
  height: 82px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #header #header__inner {
    height: auto;
  }
}

#header #header__main {
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #header #header__main {
    padding-top: 60px;
  }
}

#header #header__main #header__main__outer {
  overflow: hidden;
  width: 100%;
}

/*-----------------------
footer
------------------------*/
.footer {
  background: #333;
  letter-spacing: 0;
}

.footer__inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  .footer__inner {
    max-width: none;
    padding: 24px 20px;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 30px;
  margin-bottom: 14px;
  padding-left: 10px;
  padding-right: 48px;
}

@media only screen and (max-width: 767px) {
  .footer__list {
    gap: 8px 12px;
    margin: 0;
    padding-left: 0;
    padding-right: 24px;
  }
}

.footer__item {
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .footer__item {
    margin-bottom: 8px;
  }
}

.footer__item a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .footer__item a {
    font-size: 12px;
  }
}

.footer__item a:hover {
  opacity: 0.5;
}

.footer__item a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.542 10.504'%3E%3Cpath d='M8871.653-10926.148h-.061l.061-8v7.992l9.943.008Zm2.478-2.5v-7h9v7Z' transform='translate(-8871.089 10936.152)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 6px;
}

.footer__info {
  line-height: 1;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media only screen and (max-width: 767px) {
  .footer__info {
    padding: 0;
  }
}

.footer__logo img {
  height: 16px;
  width: 59px;
}

.footer__copy {
  color: #fff;
  font-size: 13px;
  margin-left: 24px;
}

@media only screen and (max-width: 767px) {
  .footer__copy {
    margin-left: 16px;
  }
}

.footer__pagetop {
  position: absolute;
  right: 0px;
  top: 23px;
}

@media only screen and (max-width: 767px) {
  .footer__pagetop {
    right: 12px;
    top: 18px;
  }
}

.footer__pagetop::after {
  clear: both;
  content: "";
  display: block;
}

.footer__pagetop a {
  text-indent: -9999px;
}

.footer__pagetop span {
  display: block;
  height: 48px;
  width: 48px;
  background: url("/promotion/pop_nyukai/20cb2504/images/ico_pagetop.png") no-repeat 50% 50%;
  background-size: 24px 24px;
}

@media only screen and (max-width: 767px) {
  .footer__pagetop span {
    display: block;
    height: 24px;
    width: 24px;
    background-size: 24px 24px;
  }
}

.footer__pagetop:hover span {
  opacity: 0.5;
}

.footer .close_btn {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer .close_btn {
    max-width: none;
    padding: 20px;
  }
}

.footer .close_btn a {
  min-width: 100px;
  max-width: 380px;
  width: 100%;
  font-size: 15px;
  margin: 0 auto;
  padding: 5px 0;
  border-color: #fff;
  background-color: #333;
  color: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media only screen and (max-width: 767px) {
  .footer .close_btn a {
    font-size: 14px;
  }
}

.footer .close_btn a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #191919;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media only screen and (max-width: 767px) {
  .footer .close_btn a .close_icon {
    width: 19px;
    height: 23px;
  }
}

.footer .close_btn a .close_icon span:before, .footer .close_btn a .close_icon span:after {
  background: #fff;
}

.footer .close_btn a:hover .close_icon span:before, .footer .close_btn a:hover .close_icon span:after {
  background: #191919;
}

/*-----------------------
mainVisual
------------------------*/
.mainVisual {
  background-color: #0098DC;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
}

.mainVisual__unit {
  margin: 0 auto;
  height: 533px;
  background: url('/promotion/pop_nyukai/20cb2504/images/img_kv_pc.png'), linear-gradient(to right, #E8F3FF 50%, #139FDE 50%);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .mainVisual__unit {
    padding: 0;
    height: auto;
    background-color: #139FDE;
    background-image: none;
  }
}

.mainVisual h1 img {
  width: 100%;
  height: auto;
}

.mainVisual__label {
  background-color: #F6B002;
  text-align: center;
  padding: 8px 4px;
}

@media only screen and (max-width: 767px) {
  .mainVisual__label {
    padding: 0 6px 8px;
  }
}

.mainVisual__label img {
  max-width: 535px;
}
@media only screen and (max-width: 767px) {
  .mainVisual__label img {
    margin-top: -14px;
    max-width: 233px;
  }
}

.mainVisual__note {
  color: #231815;
  max-width: 553px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .mainVisual__note {
    padding: 0 20px;
  }
}

.mainVisual__note li {
  display: table;
  vertical-align: top;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .mainVisual__note li {
    font-size: 12px;
    text-align: left;
  }
}

.mainVisual__note li span {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
}

/*-----------------------
section
------------------------*/
.section__inner {
  max-width: 640px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .section__inner {
    width: auto;
    padding: 0 20px;
  }
}

.section__marker {
  text-decoration: underline;
  text-decoration-thickness: 0.2em;
  -webkit-text-decoration-color: #eb2902;
          text-decoration-color: #eb2902;
  text-underline-offset: 0.2em;
  text-decoration-skip-ink: none;
  font-weight: 600;
}

.section__marker--yellow {
  -webkit-text-decoration-color: #F6B22A;
          text-decoration-color: #F6B22A;
}

.section__note li {
  font-size: 14px;
  display: table;
  vertical-align: top;
  margin-bottom: 8px;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .section__note li {
    font-size: 12px;
    line-height: 1.4;
  }
}

.section__note li:last-child {
  margin-bottom: 0;
}

.section__note li span {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
}

.section__note--center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section__txt {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .section__txt {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px
  }
}

.section__link {
  text-decoration: underline;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .section__link {
    font-size: 14px;
  }
}

.section__link[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.542 10.504'%3E%3Cpath d='M8871.653-10926.148h-.061l.061-8v7.992l9.943.008Zm2.478-2.5v-7h9v7Z' transform='translate(-8871.089 10936.152)' fill='none' stroke='%23048ddd' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 6px;
}

.section__link:hover {
  opacity: 0.8;
}

.section__button {
  position: relative;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  background-color: #231815;
  margin: 0 auto;
  padding: 20px 40px 20px 20px;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  max-width: 468px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 767px) {
  .section__button {
    font-size: 18px;
    padding: 16px 36px 16px 16px;
    border-radius: 8px;
  }
}

.section__button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 91%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("/promotion/pop_nyukai/20cb2504/images/icon_arrow.svg");
  background-size: cover;
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 767px) {
  .section__button::after {
    width: 20px;
    height: 20px;
  }
}

.section__button:hover {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

/*-----------------------
campaign
------------------------*/

.campaign__heading {
  position: relative;
  background-color: #fff;
  padding: 32px 0 40px;
}

@media only screen and (max-width: 767px) {
  .campaign__heading {
    padding: 20px 0 30px;
  }
}

.campaign__heading ::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  border-top: 20px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.campaign__lead {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.6;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .campaign__lead {
    font-size: 20px;
    line-height: 2.0;
  }
}

.campaign__lead__large {
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .campaign__lead__large {
    font-size: 34px;
    line-height: 1.2;
  }
}

.campaign__lead__large + span {
  margin-left: -1px;
}

.campaign__lead__small {
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .campaign__lead__small {
    font-size: 16px;
  }
}

.campaign__stepflow {
  padding: 42px 38px 0;
}

@media only screen and (max-width: 767px) {
  .campaign__stepflow {
    padding: 30px 16px 0;
  }
}

.campaign__stepflow + .campaign__stepflow {
  margin-top: 50px;
}

.campaign .section__inner {
  padding-top: 70px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .campaign .section__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.stepflow_wrap {
  padding: 50px 0 50px;
}
@media only screen and (max-width: 767px) {
  .stepflow_wrap {
    padding: 96px 0 40px;
  }
}
.stepflow_wrap:nth-child(odd) { 
  background-color: #D5E9FF;
}

.stepflow_wrap:nth-child(even) { 
  background-color: #E8F3FF;
}
.stepflow {
  position: relative;
  padding-top: 60px;
  max-width: 640px;
  margin: 0 auto;
}


@media only screen and (max-width: 767px) {
  .stepflow {
    padding-top: 60px;
    width: auto;
    padding: 0 20px;
  }
}

.stepflow::before {
  content: '';
  display: inline-block;
  width: 94px;
  height: 41px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
@media only screen and (max-width: 767px) {
  .stepflow::before {
    top: -10px;
    left: 50%;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
  }
}

.stepflow.step1::before {
  background-image: url(/promotion/pop_nyukai/20cb2504/images/img_campaign_01.png);
}

.stepflow.step2::before {
  background-image: url(/promotion/pop_nyukai/20cb2504/images/img_campaign_02.png);
}

.stepflow.step3::before {
  background-image: url(/promotion/pop_nyukai/20cb2504/images/img_campaign_03.png);
}

.stepflow.step4::before {
  background-image: url(/promotion/pop_nyukai/20cb2504/images/img_campaign_04.png);
}

.stepflow .stepflow-header {
  font-size: 32px;
  margin-bottom: 36px;
  text-align: center;
}
.stepflow .stepflow-header small {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .stepflow .stepflow-header {
    font-size: 26px;
    margin-bottom: 26px;
  }
  .stepflow .stepflow-header small {
    font-size: 20px;
  }
}


.stepflow__box {
  margin: 40px auto;
  padding: 34px 36px 19px;
  position: relative;
  line-height: 27px;
  background-color: #fff;
  border: 2px solid #F6B22A;
  border-radius: 5px;
}

.stepflow__box:last-child {
  margin-bottom: 0;
}

.stepflow__box.stepflow__box--noheader {
  padding: 25px 50px;
}
@media only screen and (max-width: 767px) {

  .stepflow__box.stepflow__box--noheader {
    padding: 25px 16px;
  }
  .stepflow__box.stepflow__box--noheader .stepflow__flexWrap {
    padding: 0px 16px;
  }
}
.stepflow__box.stepflow__box--red {
  border: 2px solid #EB2902;
  padding: 10px 40px;
  color: #EB2902;
}

@media only screen and (max-width: 767px) {
  .stepflow__box {
    margin-bottom: 20px;
    padding: 34px 20px 12px;
    line-height: 25.2px;
  }
}

.stepflow__sub {
  background: #fff;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F6B22A;
  border-radius: 20px;
  padding: 5px 30px;
  white-space: nowrap;
  word-break: keep-all;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .stepflow__sub {
    padding: 5px 20px;
    font-size: 20px;
  }
  .stepflow__sub.stepflow__sub--fsxs {
    font-size: 16px;

  } 
}

@media only screen and (max-width: 767px) {
  .stepflow__sub + .stepflow__boxList {
    margin-top: 5px;
  }
}

.stepflow__box .stepflow__text {
  margin: 0;
}

.stepflow__boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .stepflow__boxList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 82px;
    gap: 2px;
    margin: 0 8px;
  }
}

.stepflow__boxList li {
  font-size: 18px;
  font-weight: 800;
  margin-right: 12px;
}

@media only screen and (max-width: 767px) {
  .stepflow__boxList li {
    font-size: 14px;
    margin: 0;
  }
}

.stepflow__lead {
  position: relative;
  font-size: 18px;
  padding-left: 18px;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .stepflow__lead {
    font-size: 16px;
    padding-left: 14px;
  }
}

.stepflow__lead::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #F6B22A;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.stepflow__sublead {
  font-size: 20px;
  font-weight: 600;
  color: #F6B22A;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .stepflow__sublead {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

.stepflow__note {
  font-size: 18px;
  margin-bottom: 12px;
}

.stepflow__note li {
  display: table;
  vertical-align: top;
}

.stepflow__note li span {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .stepflow__note {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.stepflow__note--bold {
  font-weight: 800;
}

.stepflow__text {
  font-size: 18px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .stepflow__text {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.stepflow__text--bold {
  font-weight: 800;
}

.stepflow__text--center {
  text-align: center;
}

.stepflow__text--blueLine {
  padding: 8px 0;
  border-top: solid 1px #048DDD;
  border-bottom: solid 1px #048DDD;
}

.stepflow__text--pop,
.stepflow__text--bubble {
  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;
  text-align: center;
}

.stepflow__text--pop::before, .stepflow__text--pop::after {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #000;
}

.stepflow__text--pop::before {
  margin-right: 12px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.stepflow__text--pop::after {
  margin-left: 12px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.stepflow__text--bubble {
  margin-top: 30px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .stepflow__text--bubble {
    margin-top: 24px;
  }
}

.stepflow__text--bubble + .stepflow__flexWrap {
  margin-bottom: 0;
  margin-top: 16px;
}
.stepflow__text--bubble::before, .stepflow__text--bubble::after {
  content: '';
  display: block;
  width: 17px;
  height: 50px;
  margin-top: 10px;
  background: url(/promotion/pop_nyukai/20cb2504/images/img_bubble.svg) center / contain no-repeat;
}

@media only screen and (max-width: 767px) {
  .stepflow__text--bubble::before, .stepflow__text--bubble::after {
    width: 19px;
    height: 22px;
  }
}
.stepflow__text--bubble::before {
  margin-right: 6px;
}
.stepflow__text--bubble::after {
  margin-left: 6px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media only screen and (max-width: 767px) {
  .stepflow__text--bubble::before {
    margin-right: 2px;
  }
  .stepflow__text--bubble::after {
    margin-left: 2px;
  }
}

.stepflow__imgWrap {
  text-align: center;
  margin: 24px 0;
}

.stepflow__flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 50px 30px;
}

@media only screen and (max-width: 767px) {
  .stepflow__flexWrap {
    margin: 0 0 24px;
  }
}

.stepflow__flexWrap a {
  width: 47%;
}

.stepflow__flexWrap a:hover {
  opacity: 0.8;
}

.stepflow__header {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 900;
  line-height: 135%;
  color: #231815;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .stepflow__header {
    font-size: 16px;
  }
}

.stepflow__img + .stepflow__header {
  margin-top: 40px;
}

.stepflow__txt {
  text-align: center;
  margin: 10px auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .stepflow__txt {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}

.stepflow__txt02 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .stepflow__txt02 {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}
.stepflow__txt02--bold {
  font-weight: bold;
}

.stepflow__imgWrap {
  margin: 20px 0;
}
.stepflow__img {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content: center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items: center;
  column-gap: 23px;
}
.stepflow__img:first-child {
  margin-bottom: 40px;
}
.stepflow__img p {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}
.stepflow__img p span {
  font-size: 28px;
  display: block;
}
.stepflow__img img {
  max-width: 165px;
}

.stepflow__img--01 img {
  max-width: 128px;
}
@media only screen and (max-width: 767px) {
  .stepflow__img--01 img {
    max-width: 96px;
  }
}

.stepflow__img--02 img {
  max-width: 103px;
}
@media only screen and (max-width: 767px) {
  .stepflow__img--02 img {
    max-width: 76px;
  }
}
.stepflow__bubble {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
  padding: 9px 30px 15px;
  position: relative;
  background-color: #139FDE;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  p.stepflow__bubble {
    font-size: 14px;
    padding: 9px 19px 15px;
  }
}
.stepflow__bubble::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 9px solid #139FDE;
  border-left: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  position: absolute;
}

.stepflow__what {
  background: #F4F9FF;
  border-top: 2px solid #048DDD;
}
.stepflow__what + .stepflow__what {
  border-top: none;
}

.stepflow__what dt {
  padding: 10px 40px 10px 21px;
  border-bottom: 2px solid #048DDD;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .stepflow__what dt {
    padding: 6px 48px 6px 15px;
  }
}
.stepflow__what dt .btn {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #000;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.stepflow__what dt .btn::before {
  content: '';
  display: block;
  width: 9px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.stepflow__what dt .btn::after {
  content: '';
  display: block;
  width: 9px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
.stepflow__whatBody {
  padding: 20px 21px 10px;
}
.stepflow__what dd {
  font-size: 16px;
  border-bottom: 2px solid #048DDD;
}
.stepflow__what dd p {
  margin-bottom: 20px;
  font-weight: bold;
}
.stepflow__whatInner {
  padding: 45px 20px 20px;
  background: #fff;
  border-radius: 6px;
}
.stepflow__whatInner img {
  max-width: 350px;
  margin: 0 auto 27px;
  display: block;
}

.stepflow__inner .section__note +.section__note {
  margin-bottom: 6px;
}

.stepflow__inner .section__note li {
  margin-bottom: 5px;
}
.stepflow__inner.question .section__note li {
  margin-bottom: 5px;
}
.stepflow__inner.question .section__note li .section__note li {
  margin-bottom: 0px;
}
.stepflow__inner.question .stepflow__lead {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .stepflow__inner {
    padding: 0 12px;
  }
  .stepflow__imgWrap {
    margin: 20px -14px 30px;
  }
  .stepflow__img {
    column-gap: 10px;
  }
  .stepflow__img:first-child {
    margin-bottom: 20px;
  }
  .stepflow__img p span {
    font-size: 14px;

  }
  .stepflow__img img {
    max-width: 108px;
  }
  .stepflow__what dt {
    font-size: 14px;
  }
  .stepflow__whatBody {
    padding: 20px 10px;
  }
  .stepflow__what dd {
    font-size: 14px;
  }
  .stepflow__whatInner {
    padding: 30px 12px 20px;
    background: #fff;
    border-radius: 6px;
  }
  .stepflow__whatInner img {
    max-width: 230px;
    margin: 0 auto 27px;
    display: block;
  }
}

.stepflow__what .js-accordinon.js-active .btn::after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.js-accordinon + * {
  display: none;
}

/*-----------------------
setting
------------------------*/

.setting {
  padding: 80px 0;
}

.setting__ttl {
  font-size: 32px;
  margin-bottom: 36px;
  text-align: center;
  font-weight: bold;
}

.setting__btn {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content: space-between;
  column-gap: 20px;
  margin-top: 30px;
}

.setting__btn .btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items: center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content: center;
  background: #989898;
  height: 50px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
}
.setting__btn .btn .bold {
  font-weight: 800;
}
.setting__btn .btn span {
  display: inline-block;
  margin-left: 1.1rem;
}
.setting__bodyWrap {
  /* 
  position: relative; 
  height: 640px; 
  */
}
.setting__body {
  /* position: absolute; */
  height: 100%;
  padding: 25px 22px 40px;
  border: 2px solid #000;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
.setting__body p {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.setting__body .header__image {
  margin-bottom: 25px;
}
.setting__body .stepflow__text {
  margin-bottom: 20px;
  font-weight: bold;
}

.setting__body .stepflow__flexWrap {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .setting {
    padding: 40px 0;
  }
  .setting__btn .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    height: 76px;
  }
  .setting__btn .btn span {
    margin-left: 0;
  }
  .setting__body {
    height: 100%;
    padding: 30px 26px 30px;
  }
  .setting__body .stepflow__text {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .setting__body img {
    margin-bottom: 20px;
  }
}

.js-btn-active {
  background: #000 !important;
}

.js-setting-active,.setting__body--nojs {
  opacity: 1;
  pointer-events: all;
}
/*-----------------------
card
------------------------*/
.card {
  background-color: #F4EDED;
  text-align: center;
}

.card__container {
  background-color: #fff;
  border: 2px solid #231815;
  padding: 60px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .card__container {
    padding: 40px 10px;
  }
}

.card__lead {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .card__lead {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

.card__lead span {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .card__lead span {
    font-size: 16px;
  }
}

.card__lead span::before, .card__lead span::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 17px;
  background-image: url("/promotion/pop_nyukai/20cb2504/images/icon_decoration.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 6px;
}

.card__lead span::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.card .section__inner {
  max-width: 1026px;
  padding: 100px 20px;
}

@media only screen and (max-width: 767px) {
  .card .section__inner {
    padding: 50px 20px;
    width: auto;
  }
}

.card .section__button {
  background: #139FDE;
  margin: 40px auto 16px;
  /* background: #eb2902;
  background: -webkit-gradient(linear, left top, right top, from(#eb2902), color-stop(40%, #e25f4e), color-stop(70%, #56a8ef), to(#149fdf));
  background: linear-gradient(90deg, #eb2902 0%, #e25f4e 40%, #56a8ef 70%, #149fdf 100%); */
}

@media only screen and (max-width: 767px) {
  .card .section__button {
    margin: 20px auto 16px;
    max-width: none;
  }
}

/*-----------------------
attention
------------------------*/
.attention__lead {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .attention__lead {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.attention__sublead {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .attention__sublead {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.attention .section__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .attention .section__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.attention .section__note {
  margin-bottom: 40px;
}

.attention .section__note li > .section__note {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .attention .section__note {
    margin-bottom: 25px;
  }
}
.question .section__link ,
.attention .section__link {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .question .section__link ,
  .attention .section__link {
    font-size: 12px;
  }
}

/*-----------------------
contact
------------------------*/
.contact {
  background-color: #F4F4F4;
}

.contact__lead {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .contact__lead {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.contact__text {
  font-size: 12px;
  margin-bottom: 12px;
  text-align: center;
}

.contact .section__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .contact .section__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.contact .section__button {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .contact .section__button {
    margin-bottom: 10px;
  }
}

.js-fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.js-fadeIn.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cpstep {
  width: 563px;
  padding: 25px 58px;
  border: 2px solid #F6B22A;
  margin: 35px auto 25px;
}
@media only screen and (max-width: 767px) {
  .cpstep {
    width: auto;
    padding: 22px 37px;
    margin: 15px 20px;
  }

}

.cpstep ol {
  list-style: none;
  position: relative;
}


.cpstep li {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 27px;
  min-height: 34px;
  gap: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .cpstep li {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.cpstep li span {
  flex: 1;
}  

.cpstep li::before {
  content: '';
  display: block;
  width: 76px;
  height: 34px;
  background-size: contain;
  background-repeat: no-repeat;
  position: static;
  margin: 0;
  border: none;
  position: relative;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.cpstep li:nth-child(1)::before {
  background-image: url(/promotion/pop_nyukai/20cb2504/images/img_campaign_01.png);
}

.cpstep li:nth-child(2)::before {
  background-image: url(/promotion/pop_nyukai/20cb2504/images/img_campaign_02.png);
}

.cpstep li:nth-child(3)::before {
  background-image: url(/promotion/pop_nyukai/20cb2504/images/img_campaign_03.png);
}

.cpstep li:nth-child(4)::before {
  background-image: url(/promotion/pop_nyukai/20cb2504/images/img_campaign_04.png);
}

.cpstep li:not(:first-child) {
  padding-top: 22px;
}

.cpstep li:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #F6B22A;
  left: 38px;
  margin: 0;
  border: none;
  top: 32px;
  z-index: 0;
}

@media only screen and (max-width: 767px) {


}

.stepflow-chain {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
  margin: 25px 0 40px;
}
@media only screen and (max-width: 767px) {
  .stepflow-chain {
    color: #000;
    text-align: center;
    font-family: "Noto Sans CJK JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    text-align: center;
    margin: 15px 0 30px;
  }
}