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%;
  vertical-align: baseline;
}

footer,
header,
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 *,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

li {
  list-style-type: none;
}

p {
  margin: 0;
  padding: 0;
}

a,
a:visited,
a:hover {
  text-decoration: none;
  color: inherit;
}

.b-text,
.number {
  color: #ff4d67;
}

@font-face {
  font-family: "SF-NotoSansCJKjp";
  src:
    url("../fonts/SF-NotoSansCJKjp-DemiLight.otf") format("otf"),
    url("../fonts/SF-NotoSansCJKjp-DemiLight.otf") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SF-NotoSansCJKjp";
  src:
    url("../fonts/SF-NotoSansCJKjp-Bold.otf") format("otf"),
    url("../fonts/SF-NotoSansCJKjp-Bold.otf") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "RobotoCondensed";
  src:
    url("../fonts/RobotoCondensed-Regular.woff") format("ttf"),
    url("../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "SF-NotoSansCJKjp", "RobotoCondensed", "Arial",
    "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック",
    "sans-serif";
  font-weight: 400;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #424242;
  font-size: 16px;
}

p,
dl,
ul,
ol {
  line-height: 1.6;
}

p {
  margin-bottom: 0;
}

p:last-child {
  margin-bottom: 0;
}

img {
  width: 100%;
  max-width: 100%;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

@media (max-width: 980px) and (min-width: 480px) {
  .is-tab {
    display: none;
  }
}

.l-header {
  width: 100%;
}

.l-header__inner {
  width: 100%;
  max-width: 1280px;
  padding: 16px 40px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .l-header__inner {
    padding: 16px;
  }
}

.l-header__inner .logo > a > figure > img {
  width: 332px;
}

@media screen and (max-width: 640px) {
  .l-header__inner .logo > a > figure > img {
    width: 248px;
    margin: 0 auto;
  }
}

.l-footer {
  background-color: #f7f8fa;
}

.l-footer__inner {
  padding: 64px 16px;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 48px 16px 40px;
  }
}

.l-footer__inner .logo {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .l-footer__inner .logo {
    margin-bottom: 24px;
  }
}

.l-footer__inner .logo > a > figure > img {
  width: 160px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-footer__inner .logo > a > figure > img {
    width: 120px;
  }
}

.l-footer__inner nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 416px;
  margin: 0 auto;
}

.l-footer__inner nav .list__item {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .l-footer__inner nav .list__item {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  .l-footer__inner nav .list__item {
    font-size: 10px;
  }
}

.l-footer__inner nav .list__item > a {
  text-decoration: underline;
}

.l-footer__copyright {
  background-color: #394056;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 18px 0;
}

@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 12px;
  }
}

.c-button {
  position: relative;
  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;
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ff0025;
  border-radius: 32px;
  color: #fff;
  -webkit-transition:
    color 0.5s ease,
    opacity 0.5s ease,
    background-color 0.5s ease;
  transition:
    color 0.5s ease,
    opacity 0.5s ease,
    background-color 0.5s ease;
  background-color: #ff0025;
  max-width: 400px;
  min-height: 64px;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-button {
    max-width: 100%;
    min-height: 56px;
    font-size: 20px;
    padding: 0;
  }
}

.c-button__text {
  color: #fff;
}

.c-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-button:hover {
  background-color: #fff;
  border-color: #ef4703;
  color: #ef4703;
}

.c-button:hover::before {
  z-index: 999;
  border-top: 2px solid #fd7c42;
  border-right: 2px solid #fd7c42;
}

.p-mv {
  background: linear-gradient(to bottom, #fff6b9 60%, #ffc5af 100%);
}

.p-mv__layout {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

.p-mv__layout > h2 figure > img {
  max-width: 100%;
}

.p-mv__layout-end {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.p-mv__layout-end-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .p-mv__layout-end-text {
    font-size: 16px;
  }
}

.p-date {
  background-color: #1b1b1b;
}

.p-date > p {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  padding: 10px 16px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .p-date > p {
    text-align: left;
    line-height: 1.4;
  }
}

@media screen and (max-width: 980px) {
  .p-date > p {
    font-size: 15px;
    text-align: left;
  }
}

@media screen and (max-width: 320px) {
  .p-date > p {
    font-size: 13px;
  }
}

.p-date > p .is-sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .p-date > p .is-sp {
    display: block;
  }
}

.p-benefit {
  background: repeating-linear-gradient(
    -45deg,
    #fbf0cb,
    #fbf0cb 10px,
    #f7eac3 0,
    #f7eac3 20px
  );
  position: relative;
  padding: 48px 16px 80px;
}

.p-benefit {
  background: repeating-linear-gradient(
    -45deg,
    #faf3d8,
    #faf3d8 10px,
    #fcf6e2 0,
    #fcf6e2 20px
  );
  position: relative;
  padding: 48px 16px 48px;
}

@media screen and (max-width: 980px) {
  .p-benefit {
    padding: 24px 16px 64px;
  }
}

.p-benefit__layout {
  position: relative;
  background-color: #fff;
  max-width: 1048px;
  border-radius: 12px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .p-benefit__layout {
    border-radius: 12px;
  }
}

.p-benefit__layout--first {
  padding: 40px 48px 64px;
  margin-bottom: 56px;
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--first {
    padding: 40px 16px;
    margin-bottom: 24px;
  }
}

.p-benefit__layout--first .img {
  margin: 40px auto;
  max-width: 400px;
}

.p-benefit__layout--first > h2 {
  position: relative;
  margin: 32px;
  margin-top: 12px;
}

@media screen and (max-width: 1048px) {
  .p-benefit__layout--first > h2 {
    width: 100%;
    max-width: 298px;
    margin: 0 auto 16px;
  }
}

.p-benefit__layout--first > h2 > figure.is-sp {
  display: none;
}

@media screen and (max-width: 1048px) {
  .p-benefit__layout--first > h2 > figure.is-sp {
    display: block;
  }
}

.p-benefit__layout--first > h2 > figure.is-pc {
  display: block;
  margin: 0 0 0 72px;
}

@media screen and (max-width: 1048px) {
  .p-benefit__layout--first > h2 > figure.is-pc {
    display: none;
    margin: 0;
  }
}

@media screen and (max-width: 1048px) {
  .p-benefit__layout--first > h2 > figure > img {
    width: 100%;
    max-width: 298px;
    margin: 0 auto;
    margin: 0 auto 16px;
  }
}

.p-benefit__layout--first > h2 > div {
  position: absolute;
  z-index: 2;
  width: 100%;
  font-size: 22px;
  line-height: 1.4;
  padding: 0 0 0 120px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 1048px) {
  .p-benefit__layout--first > h2 > div {
    font-size: 14px;
    padding: 0;
  }
}

@media screen and (max-width: 320px) {
  .p-benefit__layout--first > h2 > div {
    font-size: 14px;
  }
}

.p-benefit__layout--first > h2 > div .is-sp {
  display: none;
}

@media screen and (max-width: 1048px) {
  .p-benefit__layout--first > h2 > div .is-sp {
    display: block;
  }
}

.p-benefit__layout--first > h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 58px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 124px;
  height: 124px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/title-image01.svg);
}

.p-benefit__layout--first > #title02::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 58px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 124px;
  height: 124px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/title-image02.svg);
}

.p-benefit__layout--first > #title03::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 58px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 124px;
  height: 124px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/title-image03.svg);
}

@media screen and (max-width: 1048px) {
  .p-benefit__layout--first > h2::after {
    width: 62px;
    height: 62px;
    top: 6px;
    left: 0;
  }

  .p-benefit__layout--first > #title02::after {
    width: 62px;
    height: 62px;
    top: 6px;
    left: 0;
  }

  .p-benefit__layout--first > #title03::after {
    width: 62px;
    height: 62px;
    top: 6px;
    left: 0;
  }
}

@media screen and (max-width: 1048px) {
  .p-benefit__layout--first > h2::after {
    left: 20px;
  }

  .p-benefit__layout--first > #title02::after {
    left: 20px;
  }

  .p-benefit__layout--first > #title03::after {
    left: 20px;
  }
}

.p-benefit__layout--first > h2 .number {
  font-size: 26px;
  color: #ff4d67;
}

.p-benefit__layout--first > #title02 .number {
  font-size: 26px;
  color: #ff4d67;
}

.p-benefit__layout--first > #title03 .number {
  font-size: 26px;
  color: #ff4d67;
}

@media screen and (max-width: 1048px) {
  .p-benefit__layout--first > h2 .number {
    font-size: 14px;
  }

  .p-benefit__layout--first > #title02 .number {
    font-size: 14px;
  }

  .p-benefit__layout--first > #title03 .number {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .p-benefit__layout--first > h2 .number {
    font-size: 14px;
  }

  .p-benefit__layout--first > #title02 .number {
    font-size: 14px;
  }

  .p-benefit__layout--first > #title03 .number {
    font-size: 14px;
  }
}

.p-benefit__layout--first .sub_title {
  width: 82%;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
  padding: 8px;
  border: 2px dashed #17172d;
  box-sizing: border-box;
}

.sub_title > div::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 13%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/title-image03.svg);
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--first .sub_title {
    width: 100%;
  }
  .sub_title > div::after {
    top: 54%;
    left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .sub_title > div::after {
    top: 53%;
    left: 5.5%;
    width: 40px;
    height: 40px;
  }
}

.p-benefit__layout--first .description {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}

.p-benefit__layout--first table {
  font-size: 20px;
  line-height: 2;
  text-align: left;
  margin-bottom: 40px;
  margin: 40px auto;
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--first table {
    width: 300px;
    font-size: 14px;
  }
}

.p-benefit__layout--first table th {
  width: 30%;
}

.p-benefit__layout--first table td {
  width: 30%;
  font-weight: bold;
}

.p-benefit__layout--first table td:nth-child(3) {
  width: 33%;
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--first .description {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .p-benefit__layout--first .description {
    text-align: left;
  }
}

.p-benefit__layout--first .description > em {
  font-weight: 700;
  font-style: normal;
}

.p-benefit__layout--first .list {
  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: 72px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 888px;
  margin: 56px auto;
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--first .list {
    display: block;
  }
}

.p-benefit__layout--first .list__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;
  width: 40%;
}

.p-benefit__layout--first .list__item:last-of-type {
  margin: 0;
}

.p-benefit__layout--first .list__item:last-of-type::after {
  display: none;
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--first .list__item {
    width: 100%;
    margin: 0 0 56px;
  }
}

.p-benefit__layout--first .list__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 26%;
  right: -48px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon_add.svg);
}

.list__item--step01 > p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/title-image01.svg);
}

.list__item--step02 > p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/title-image02.svg);
}

@media screen and (max-width: 768px) {
  .list__item--step01 > p::after,
  .list__item--step02 > p::after {
    width: 40px;
    height: 40px;
  }
}

.p-benefit__layout--first .list2 {
  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: 72px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 888px;
  margin: 96px auto 12px;
}

.coin-note {
  margin-bottom: 60px;
  text-align: center;
  font-size: 14px;
}

.list__item--step03 {
  width: 70% !important;
}

.list__item--step03 .desc {
  font-size: 32px !important;
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--first .list2 {
    display: block;
  }

  .list__item--step03 {
    width: 100% !important;
  }

  .list__item--step03 .desc {
    font-size: 18px !important;
  }

  .coin-note {
    margin-bottom: 40px;
  }
}

.p-benefit__layout--first .list__item2:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: -15%;
  right: 48.5%;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/equal2.svg);
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--first .list__item::after {
    right: unset;
    top: unset;
    bottom: -48px;
    left: 50%;
    margin: 0 0 0 -12px;
  }
}
@media screen and (max-width: 980px) {
  .p-benefit__layout--first .list__item:nth-child(2)::after {
    right: unset;
    top: unset;
    bottom: -48px;
    left: 50%;
    margin: 0 0 0 -12px;
    background-image: url(../img/equal2.svg);
  }
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--first .list__item {
    width: 100%;
  }
}

.p-benefit__layout--first .list__item > img {
  width: auto;
  height: 180px;
  margin: 0 auto 32px;
}

.p-benefit__layout--first .list__item .desc {
  position: relative;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: 16px;
  margin: 0;
  padding: 8px;
  border: 2px dashed #17172d;
  box-sizing: border-box;
}

.p-benefit__layout--first .c-button {
  font-size: 28px;
  max-width: 400px;
  margin-bottom: 24px;
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--first .c-button {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 320px) {
  .p-benefit__layout--first .c-button {
    font-size: 16px;
  }
}

.p-benefit__layout > h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 48px;
}

@media screen and (max-width: 980px) {
  .p-benefit__layout > h3 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.p-benefit__layout--first .note {
  position: relative;
  text-align: center;
  padding-left: 12px;
  font-size: 12px;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

.p-benefit__layout--first .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--first .note {
    text-align: left;
  }
}

.p-benefit__layout--first .note > a {
  color: #ef4703;
  text-decoration: underline;
}

.p-benefit__layout--first .desc {
  text-align: center;
  font-size: 20px;
  margin: 10px auto;
}

@media screen and (max-width: 960px) {
  .p-benefit__layout--first .desc {
    font-size: 14px;
  }
}

.p-benefit__layout--first .desc .number {
  font-weight: bold;
}

.p-benefit__layout--first .desc .b-text {
  font-weight: bold;
  font-size: 32px;
}

.p-benefit__layout--first .desc .mini {
  font-size: 10px;
}

.p-benefit__layout--second {
  padding: 40px 48px 64px;
  margin-bottom: 56px;
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--second {
    padding: 40px 16px;
    margin-bottom: 24px;
  }
}

.p-benefit__layout--second > h2 {
  position: relative;
  margin-bottom: 32px;
}

@media screen and (max-width: 1048px) {
  .p-benefit__layout--second > h2 {
    width: 100%;
    max-width: 298px;
    margin: 0 auto 16px;
  }
}

.p-benefit__layout--second > h2 > figure.is-sp {
  display: none;
}

@media screen and (max-width: 1048px) {
  .p-benefit__layout--second > h2 > figure.is-sp {
    display: block;
  }
}

.p-benefit__layout--second > h2 > figure.is-pc {
  display: block;
  margin: 0 0 0 72px;
}

@media screen and (max-width: 1048px) {
  .p-benefit__layout--second > h2 > figure.is-pc {
    display: none;
    margin: 0;
  }
}

@media screen and (max-width: 1048px) {
  .p-benefit__layout--second > h2 > figure > img {
    width: 100%;
    max-width: 298px;
    margin: 0 auto;
  }
}

.p-benefit__layout--second > h2 > div {
  position: absolute;
  z-index: 2;
  width: 100%;
  font-size: 25px;
  line-height: 1.4;
  padding: 0 0 0 120px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 1048px) {
  .p-benefit__layout--second > h2 > div {
    padding: 0;
  }
}

.p-benefit__layout--second > h2 > div .is-sp {
  display: none;
}

@media screen and (max-width: 1048px) {
  .p-benefit__layout--second > h2 > div .is-sp {
    display: block;
  }
}

@media screen and (max-width: 1048px) {
  .p-benefit__layout--second > h2 > div {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .p-benefit__layout--second > h2 > div {
    font-size: 14px;
  }
}

.p-benefit__layout--second > h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 58px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 124px;
  height: 124px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/title-image02.svg);
}

@media screen and (max-width: 1048px) {
  .p-benefit__layout--second > h2::after {
    width: 62px;
    height: 62px;
    top: 6px;
    left: 0;
  }
}

@media screen and (max-width: 1048px) {
  .p-benefit__layout--second > h2::after {
    left: 20px;
  }
}

.p-benefit__layout--second > h2 .number {
  font-size: 28px;
  color: #ef4703;
}

@media screen and (max-width: 1048px) {
  .p-benefit__layout--second > h2 .number {
    font-size: 18px;
  }
}

.p-benefit__layout--second .description {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--second .description {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .p-benefit__layout--second .description {
    text-align: left;
  }
}

.p-benefit__layout--second .description > em {
  display: inline-block;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--second .description > em {
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin: 0 auto 16px;
  }
}

.p-benefit__layout--second .description span {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--second .description span {
    font-size: 14px;
    text-align: left;
  }
}

.p-benefit__layout--second .list {
  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: 72px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 888px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--second .list {
    display: block;
    margin: 0 auto 32px;
  }
}

.p-benefit__layout--second .list__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;
  width: calc(33.3333333333% - 48px);
}

.p-benefit__layout--second .list__item:last-of-type {
  margin: 0 auto;
}

.p-benefit__layout--second .list__item:last-of-type::after {
  display: none;
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--second .list__item {
    width: 100%;
    max-width: 248px;
    margin: 0 auto 32px;
  }
}

.p-benefit__layout--second .list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 248px;
  height: 320px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/step-border.svg);
}

.p-benefit__layout--second .list__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  right: -48px;
  width: 16px;
  height: 48px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/arrow.svg);
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--second .list__item::after {
    right: unset;
    top: unset;
    bottom: -40px;
    left: 50%;
    background-image: url(../img/arrow.svg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0 0 0 -8px;
  }
}

.p-benefit__layout--second .list__item h3 {
  padding: 24px 0 16px;
}

.p-benefit__layout--second .list__item h3 > img {
  width: 80px;
  margin: 0 auto;
}

.p-benefit__layout--second .list__item .desc {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 24px;
}

.p-benefit__layout--second .list__item figure > img {
  width: 248px;
  margin: 0 0 4px 0 !important;
}

.p-benefit__layout--second .c-button {
  font-size: 28px;
  max-width: 460px;
  margin-bottom: 24px;
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--second .c-button {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 320px) {
  .p-benefit__layout--second .c-button {
    font-size: 16px;
  }
}

.p-benefit__layout--second .note {
  position: relative;
  text-align: center;
  padding-left: 12px;
  font-size: 12px;
  width: 100%;
  max-width: 484px;
  margin: 0 auto;
}

.p-benefit__layout--second .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 980px) {
  .p-benefit__layout--second .note {
    text-align: left;
  }
}

.p-campaigndetail__layout {
  max-width: 1088px;
  padding: 80px 16px 120px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout {
    padding: 40px 16px 80px;
  }
}

.p-campaigndetail__layout > h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 48px;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout > h3 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.p-campaigndetail__layout .list__title {
  position: relative;
  font-size: 24px;
  padding-left: 64px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__title {
    font-size: 16px;
    padding-left: 32px;
    margin-bottom: 8px;
  }
}

.p-campaigndetail__layout .list__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 48px;
  height: 0.2rem;
  margin-right: 2.4rem;
  background-color: #ef4703;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__title::before {
    width: 24px;
  }
}

.p-campaigndetail__layout .list__title--benefit {
  margin-bottom: 24px;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__title--benefit {
    margin-bottom: 16px;
  }
}

.p-campaigndetail__layout .list__text {
  font-size: 20px;
  padding-left: 64px;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__text {
    font-size: 14px;
    padding-left: 32px;
    margin-bottom: 24px;
  }
}

.p-campaigndetail__layout .list__text .listinner--1 {
  margin-bottom: 24px;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__text .listinner--1 {
    margin-bottom: 8px;
  }
}

.p-campaigndetail__layout .list__text .listinner--2 {
  margin-bottom: 24px;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__text .listinner--2 {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__text .listinner--note {
    margin: 0 0 0 -16px;
  }
}

.p-campaigndetail__layout .list__text .listinner--note__title {
  position: relative;
  font-size: 20px;
  padding-left: 24px;
  font-weight: normal !important;
  margin: 0 0 4px;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__text .listinner--note__title {
    font-size: 14px;
    padding-left: 16px;
  }
}

.p-campaigndetail__layout
  .list__text
  .listinner--note__title::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.p-campaigndetail__layout .list__text .listinner--note__text {
  padding-left: 24px;
  font-size: 20px;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__text .listinner--note__text {
    font-size: 14px;
    padding-left: 16px;
  }
}

.p-campaigndetail__layout .list__text .listinner__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__text .listinner__title {
    font-size: 14px;
  }
}

.p-campaigndetail__layout .list__text .listinner__text {
  font-size: 20px;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__text .listinner__text {
    font-size: 14px;
  }
}

.p-campaigndetail__layout .list__text table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 20px;
  text-align: left;
  margin: 16px 0 0;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__text table {
    font-size: 14px;
    margin: 8px 0 0;
  }
}

@media screen and (max-width: 320px) {
  .p-campaigndetail__layout .list__text table {
    font-size: 12px;
  }
}

.p-campaigndetail__layout .list__text table tr th {
  width: 168px;
  font-weight: normal;
  display: block;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__text table tr th {
    width: 136px;
  }
}

@media screen and (max-width: 320px) {
  .p-campaigndetail__layout .list__text table tr th {
    width: 108px;
  }
}

.p-campaigndetail__layout .list__text table tr td:nth-child(2) {
  width: 168px;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__text table tr td:nth-child(2) {
    width: 136px;
  }
}

@media screen and (max-width: 320px) {
  .p-campaigndetail__layout .list__text table tr td:nth-child(2) {
    width: 108px;
  }
}

.p-campaigndetail__layout .list__text table tr td:nth-child(3) {
  width: 60px;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__text table tr td:nth-child(3) {
    width: auto;
  }
}

.p-campaigndetail__layout .list__text .note {
  display: inline-block;
  margin-top: 24px;
  font-size: 20px;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__text .note {
    font-size: 14px;
  }
}

.p-campaigndetail__layout .list__text .title--h4 {
  font-weight: 700;
}

.p-campaigndetail__layout .list__text .dot {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__text .dot {
    padding-left: 14px;
  }
}

.p-campaigndetail__layout .list__text .dot::before {
  content: "・";
  position: absolute;
  left: 0;
}

.p-campaigndetail__layout .list__text .notice {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__text .notice {
    font-size: 14px;
    padding-left: 16px;
  }
}

.p-campaigndetail__layout .list__text .notice::before {
  content: "※";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__text .notice::before {
    top: 0;
  }
}

.p-campaigndetail__layout .list__text .contact {
  display: inline-block;
  margin-bottom: 24px;
}

@media screen and (max-width: 980px) {
  .p-campaigndetail__layout .list__text .contact {
    margin-bottom: 8px;
  }
}

.p-campaigndetail__layout .list__text .contact > a {
  color: #ff8c00;
  text-decoration: underline;
}

.p-campaigndetail__layout .list__text:last-of-type {
  margin-bottom: 0;
}

.schedule {
  background-color: #000000;
}

.schedule_layout {
  text-align: center;
  color: #ffffff;
  font-size: 4.8rem;
  padding: 1rem 0;
}

@media screen and (max-width: 980px) {
  .schedule_layout {
    font-size: 1.6rem;
    padding: 1rem 0;
  }
}
