@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # https://github.com/filipelinhares/ress/blob/master/ress.css
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  width: 100%;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/*-- _base.scss --*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
}

/* 共通 l-header */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-header {
    background: #fff;
    padding: 1px 0;
    position: unset;
  }
}

#footer {
  position: relative;
  background: #12164A;
  padding: 20px 20px 100px;
  margin-bottom: 0px;
}

.l-footer {
  display: flex;
  flex-direction: column;
}
.l-footer__links {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.l-footer__link a {
  color: #fff;
  font-size: 1.4rem;
  display: block;
}
.l-footer__link a:hover {
  text-decoration: underline;
}
.l-footer__icon-blank {
  padding-right: 28px;
  background: url(../img/icon-blank.svg) right center no-repeat;
  background-size: 16px auto;
}

#copyright {
  font-size: 2.6666666667vw;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}

/* 共通 l-main */
.l-main {
  margin: 0 auto;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.l-main__about-us {
  margin: 0 auto 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.l-main__target {
  margin: 0 auto 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.l-main__campaign {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 auto;
}
.l-main__faq {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  margin: 0px auto;
}

.l-content-block {
  max-width: 1112px;
  padding: 40px 40px;
}
@media screen and (max-width: 767px) {
  .l-content-block {
    padding: 40px 16px;
  }
}

.l-viewport {
  max-width: 800px;
  margin: auto;
  position: relative;
  background: url("../img/asset_paper.png") repeat-y center center;
}
@media screen and (min-width: 768px) {
  .l-viewport {
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.55);
  }
}

.l-body {
  background: url(../img/bg-pc.jpg) top center/cover no-repeat fixed;
}

.c-btn__fix-wap {
  padding: 12px;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  max-width: 767px;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-btn__fix-wap {
    border-radius: 40px;
    width: 375px;
    bottom: 8px;
  }
}
.c-btn__fix {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 14px;
  background: #192a8a;
  box-shadow: 0px 2px 6px rgba(93, 104, 237, 0.4);
  border-radius: 28px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  position: relative;
}
.c-btn__fix::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 28px;
}
.c-btn__fix:hover {
  opacity: 0.8;
}

.c-btn-cp {
  transition: filter 0.1s ease;
  filter: brightness(1);
}
.c-btn-cp:hover {
  filter: brightness(1.2);
}
.c-btn-cp__border {
  padding: 4.6px;
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
}
.c-btn-cp__border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 31px;
  border: 1.6px solid transparent;
  background: linear-gradient(180deg, #8E7B36 0%, #D5D2C8 62%, #BDAE7A 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.c-btn-cp__border span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: #fff;
  border-radius: 28px;
  padding: 16px 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 132%;
  text-align: center;
}
.c-btn-cp__icon {
  padding: 4.6px;
  position: relative;
  display: block;
  margin: auto;
}
.c-btn-cp__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  border: 1.6px solid transparent;
  background: linear-gradient(180deg, #8E7B36 0%, #D5D2C8 62%, #BDAE7A 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.c-btn-cp__icon span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: linear-gradient(180deg, #C64057 0%, #C82B67 69.71%, #E86C9B 100%);
  border-radius: 12px;
  padding: 16px 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 132%;
  color: #fff;
  text-align: center;
}
.c-btn-cp__icon--pink::before {
  content: "";
  border-radius: 16px;
}
.c-btn-cp__icon--pink span {
  background: linear-gradient(180deg, #C64057 0%, #C82B67 69.71%, #E86C9B 100%);
  border-radius: 12px;
}
.c-btn-cp__icon--blue::before {
  content: "";
  border-radius: 32px;
}
.c-btn-cp__icon--blue span {
  background: linear-gradient(180deg, #2A1C94 0%, #180C72 65.5%, #6157AF 100%);
  border-radius: 28px;
}
.c-btn-cp__icon img {
  width: 24px;
}
.c-btn-cp__icon-right--black {
  background: linear-gradient(180deg, #000000 0%, #000000 65.5%, #4B4B4B 100%);
  border-radius: 24px;
  display: flex;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 132%;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .c-btn-cp__icon-right--black {
    padding: 14px 0;
  }
}
.c-btn-cp__icon-right--black img {
  width: 16px;
}
.c-btn-cp__icon-right--black-small {
  background: linear-gradient(180deg, #000000 0%, #000000 65.5%, #4B4B4B 100%);
  border-radius: 24px;
  display: flex;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 132%;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.c-btn-cp__icon-right--black-small img {
  width: 16px;
}
.c-btn-cp__right-img {
  padding: 12px 0;
  max-width: 359px;
  display: inline-block;
  vertical-align: bottom;
}
.c-btn-cp__right-img--pink {
  max-width: 240px;
}
.c-btn-cp__right-img--blue {
  max-width: 359px;
}

.c-btn-cp__fill--black {
  padding: 11px 20px;
  background: #222222;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 132%;
  text-align: center;
  color: #fff;
}

.c-faq {
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  text-align: center;
  color: #1E1D24;
}
.c-faq__dl {
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .c-faq__dl {
    padding-bottom: 0;
  }
}
.c-faq__dl-block {
  border-bottom: 1px solid #D4D4E5;
  display: grid;
  grid-template-rows: max-content 0fr;
  transition: grid-template-rows 0.3s ease;
}
.c-faq__dl-block:first-child {
  border-top: 1px solid #D4D4E5;
}
.c-faq__dl-block.open {
  grid-template-rows: max-content 1fr;
}
.c-faq__dl-block.open .c-faq__dd {
  padding: 0 0 16px 32px;
}
@media screen and (min-width: 768px) {
  .c-faq__dl-block.open .c-faq__dd {
    padding: 0 8px 16px 32px;
  }
}
.c-faq__dl-block.open .c-faq__dt::after {
  content: url(../img/icon-minus.svg);
  right: 8px;
  position: absolute;
  top: 16px;
  bottom: 16px;
  display: block;
}
.c-faq__dt {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 160%;
  display: flex;
  align-items: center;
  color: #12164A;
  padding: 16px 44px 16px 32px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-faq__dt {
    padding: 16px 56px 16px 32px;
  }
}
.c-faq__dt:hover {
  opacity: 0.7;
}
.c-faq__dt::after {
  content: url(../img/icon-plus.svg);
  right: 8px;
  position: absolute;
  top: 16px;
  bottom: 16px;
  display: block;
}
.c-faq__dt::before {
  content: "Q";
  left: 8px;
  position: absolute;
  top: 16px;
  display: block;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  background: #3C467F;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.c-faq__dd {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 160%;
  display: flex;
  align-items: center;
  color: #0F1539;
  overflow-y: hidden;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
  position: relative;
  padding: 0 0 0 32px;
}
.c-faq__dd::before {
  content: "A";
  left: 8px;
  position: absolute;
  top: 0;
  display: block;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  background: #0F1539;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.c-logo {
  display: block;
  cursor: pointer;
  width: 121px;
  margin: 10px 10px;
}
.c-logo img {
  vertical-align: bottom;
}
.c-logo:hover {
  opacity: 0.7;
}

.c-page-text {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  display: flex;
  align-items: center;
  color: #6B6874;
}
.c-page-text--underline-link {
  text-decoration: underline;
  color: inherit;
}
.c-page-text--underline-link:hover {
  opacity: 0.7;
}

.c-title {
  text-align: center;
  font-size: 3rem;
  line-height: 132%;
  margin-bottom: 24px;
  position: relative;
  z-index: 0;
  color: #0F1539;
}
.c-title__xlarge {
  font-size: 4.6rem;
  line-height: 132%;
}
@media screen and (max-width: 767px) {
  .c-title__xlarge {
    font-size: 3.6rem;
  }
}
.c-title__large {
  font-size: 3.8rem;
  line-height: 132%;
}
.c-title__slarge {
  font-size: 3.6rem;
}
.c-title--white {
  color: #fff;
}
.c-title__sub {
  font-size: 1.6rem;
  line-height: 132%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  text-align: center;
  background: linear-gradient(180deg, #8E7B36 0%, #AAA180 60.5%, #28230F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.c-title__sub::before {
  content: "-";
  padding-right: 10px;
}
.c-title__sub::after {
  content: "-";
  padding-left: 10px;
}
.c-title__left {
  text-align: left;
}

.c-title__note {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 132%;
  padding-bottom: 16px;
  color: #0F1539;
}
.c-title__note-detail {
  font-size: 1.5rem;
}

.c-color-circle__color {
  display: flex;
  gap: 8px;
}
.c-color-circle__color-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .c-color-circle__color-item {
    width: 16px;
    height: 16px;
  }
}
.c-color-circle__color-item.pink {
  background: #f13991;
}
.c-color-circle__color-item.silver {
  background: linear-gradient(90deg, #e0e1f2 0, #8788a4 100%);
  border: none;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
}
.c-color-circle__color-item.gold {
  background: linear-gradient(270deg, #935911 0, #d99921 100%);
  border: none;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
}
.c-color-circle__color-item.white {
  background: #f8f8fc;
}
.c-color-circle__text {
  display: none;
}

.c-flex {
  display: flex;
  max-width: 332px;
  margin: 0 auto 16px;
  gap: 12px;
}
.c-flex__text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  margin-top: 8px;
}
.c-flex__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.c-opener {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 20%, #FFFFFF 100%);
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.c-opener__button {
  display: flex;
  flex-direction: row;
  gap: 3px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  cursor: pointer;
}
.c-opener__button img {
  width: 16px;
  transform: rotate(180deg);
}
.c-opener__button.is-open img {
  transform: rotate(0deg);
}
.c-opener__button.is-open .c-opener__text-open {
  display: none;
}
.c-opener__button.is-open .c-opener__text-close {
  display: block;
}
.c-opener__text-open {
  display: block;
}
.c-opener__text-close {
  display: none;
}

.p-mv-title {
  background-image: url(../img/bg-2.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-mv-title {
    background-image: url(../img/bg-2-pc.png);
    background-position-y: -8px;
  }
}
.p-mv-title::before {
  content: "";
  background-image: url(../img/img-title_arrangement.png);
  background-size: contain;
  width: 60px;
  height: 80px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -60px;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .p-mv-title::before {
    background-image: url(../img/img-title_arrangement-pc.png);
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    left: 90px;
    bottom: 0;
  }
}
.p-mv-title::after {
  content: "";
  background-image: url(../img/img-title_arrangement.png);
  background-size: contain;
  width: 60px;
  height: 80px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -60px;
}
@media screen and (min-width: 768px) {
  .p-mv-title::after {
    background-image: url(../img/img-title_arrangement-pc.png);
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    right: 90px;
    bottom: 0;
  }
}
.p-mv-title__img {
  max-width: 300px;
  padding-top: 26px;
  margin: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-mv-title__img {
    max-width: 392px;
    padding-top: 24px;
  }
}

.p-mv-img {
  margin: 0 0;
}
.p-mv-img img {
  vertical-align: bottom;
}

.p-about-us__block {
  margin: 20px auto;
  max-width: 560px;
}
.p-about-us__imgs {
  display: flex;
  align-items: center;
  max-width: 343px;
  margin: 24px auto 0;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-about-us__imgs {
    max-width: unset;
  }
}
.p-about-us__img-item {
  margin: 0;
  width: auto;
  text-align: center;
  max-width: 148px;
  font-weight: 700;
  font-size: 14px;
  line-height: 132%;
  color: #12164A;
}
@media screen and (max-width: 767px) {
  .p-about-us__img-item {
    max-width: unset;
  }
}

.p-target {
  color: #fff;
  padding: 40px 40px;
  background: repeat-y 0% 0%/100% url(../img/bg-frame.png);
}
@media screen and (max-width: 767px) {
  .p-target {
    padding: 40px 16px;
  }
}
.p-target__read {
  display: flex;
  align-items: center;
  max-width: 720px;
  margin: 0 auto 32px;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .p-target__read {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
.p-target__title {
  margin: 0 auto;
  flex: none;
}
@media screen and (max-width: 767px) {
  .p-target__title {
    margin: 0 0;
  }
}
.p-target__text {
  flex-basis: fit-content;
}
.p-target__imgs {
  max-width: 720px;
}

.p-purpose {
  color: #fff;
  padding: 40px 40px;
  background: repeat-y 0% 0%/100% url(../img/bg-frame-white.png);
}
@media screen and (max-width: 767px) {
  .p-purpose {
    padding: 40px 16px;
  }
}
.p-purpose__read {
  display: flex;
  align-items: center;
  max-width: 720px;
  margin: 0 auto 32px;
  gap: 64px;
}
.p-purpose__title {
  margin: 0 auto;
  flex: none;
}
.p-purpose__text {
  flex-basis: fit-content;
}
.p-purpose__imgs {
  max-width: 720px;
}

.p-company {
  background: repeat-y 0% 0%/100% url(../img/bg-frame.png);
  position: relative;
  padding: 60px 32px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1023px) {
  .p-company {
    padding: 60px 16px;
  }
}
.p-company__flex {
  display: flex;
  gap: 24px;
  max-width: 343px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-company__flex {
    max-width: 450px;
  }
}
.p-company__flex-item {
  width: 50%;
  position: relative;
}
.p-company__flex-item:first-child .p-company__text-num::after {
  content: "1,000";
}
.p-company__flex-item:last-child .p-company__text-num::after {
  content: "500";
}
.p-company__flex-text {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
.p-company__text-num {
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -4px;
  position: relative;
  color: transparent;
  -webkit-text-stroke-width: 1.6px;
  -webkit-text-stroke-color: #ffffff;
}
.p-company__text-num::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(0, 0, 0, 0);
  background: linear-gradient(180deg, #C64057 0%, #C82B67 50%, #E86C9B 100%);
  -webkit-background-clip: text;
  text-shadow: none;
}
.p-company__text-num--pink::after {
  background: linear-gradient(180deg, #C64057 0%, #C82B67 50%, #E86C9B 100%);
  -webkit-background-clip: text;
}
.p-company__text-num--blue::after {
  background: linear-gradient(180deg, #280CFB 0%, #1905B2 64.9%, #5A44FF 81.25%);
  -webkit-background-clip: text;
}
.p-company__lists {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.p-company__content {
  position: relative;
  display: inline-block;
  padding: 22px 12px 12px;
  margin-bottom: 0;
  z-index: 0;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-company__content {
    padding: 12px;
  }
}
.p-company__content::before, .p-company__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: -1;
}
.p-company__content-flex {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  max-width: unset;
  align-items: stretch;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.p-company__name-block {
  flex-basis: 220px;
}
@media screen and (max-width: 1023px) {
  .p-company__name-block {
    flex-basis: 43.8%;
    max-width: 140px;
  }
}
.p-company__target-block {
  flex-basis: calc(100% - 240px);
  background: #F6F6F6;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-company__target-block {
    flex-basis: calc(56.2% - 20px);
  }
}
.p-company__name-image {
  display: block;
}
.p-company__name {
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
}
.p-company__target-inner {
  border-radius: 8px;
  position: relative;
}
.p-company__datalist {
  position: relative;
  max-height: 144px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  padding-bottom: 0;
}
.p-company__datalist.is-open {
  max-height: 100%;
  padding-bottom: 61px;
}
.p-company__dt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
}
.p-company__dt--square::before {
  content: url(../img/icon-square.svg);
  display: block;
}
.p-company__dd {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 170%;
  color: #4E4E4E;
}
.p-company__dd:last-child {
  margin-bottom: 0;
}
.p-company__list-type li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-company__list-type a {
  font-weight: 500;
  font-size: 15px;
  line-height: 170%;
  color: #4E4E4E;
  text-decoration: underline;
  text-decoration-color: currentColor;
}
.p-company__list-type a:hover {
  text-decoration: none;
}
.p-company__list-type li::before {
  content: "・";
}

.p-how-to-use {
  margin: 80px 0 0 0;
}
.p-how-to-use__lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .p-how-to-use__lists {
    gap: 16px;
  }
}
.p-how-to-use__list {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  overflow: hidden;
}
.p-how-to-use__list:last-child .p-how-to-use__list-img::before {
  content: none;
}
.p-how-to-use__list-img {
  width: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  justify-content: flex-start;
}
.p-how-to-use__list-img img {
  width: fit-content;
  margin: auto;
}
.p-how-to-use__list-text-block {
  padding: 12px 0;
}
.p-how-to-use__list-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 4px;
}
.p-how-to-use__list-text {
  font-size: 14px;
  line-height: 150%;
  color: #4E4E4E;
}
.p-how-to-use__decoration {
  margin: auto;
  max-width: 265px;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 1023px) {
  .p-how-to-use__decoration {
    padding-bottom: 40px;
  }
}
.p-how-to-use__content {
  position: relative;
  display: inline-block;
  padding: 16px;
  z-index: 0;
  background-color: #FDFDFA;
  border-radius: 12px;
  width: 100%;
}
.p-how-to-use__content::before, .p-how-to-use__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: -1;
}

.p-form {
  color: #fff;
  padding: 60px 32px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1023px) {
  .p-form {
    padding: 60px 16px;
  }
}
.p-form--pink {
  background: fixed url(../img/bg-pattern.png), fixed linear-gradient(180deg, #A10937 0%, #AD0E78 100%), #FFFFFF;
}
.p-form--blue {
  background: url(../img/bg_paper-blue.png);
}
.p-form__text-center {
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  margin-bottom: 16px;
}
.p-form__note {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
}
.p-form__frame {
  padding: 24px 16px 16px;
  background: #FDFDFA;
  border-radius: 12px;
  margin-bottom: 16px;
}

.p-feature__imgs {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  max-width: 408px;
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .p-feature__imgs {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__imgs {
    max-width: 448px;
  }
}
.p-feature__block {
  margin: 24px auto 0;
  max-width: 560px;
}
@media screen and (min-width: 768px) {
  .p-feature__block {
    margin: 16px auto 0;
  }
}
.p-feature__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  -webkit-flex-basis: 33.33%;
  -moz-flex-basis: 33.33%;
  -ms-flex-basis: 33.33%;
  flex-basis: 33.33%;
}
.p-feature__title {
  color: #12164A;
  font-size: 1.4rem;
  line-height: 1.32;
  font-weight: bold;
  margin-top: 4px;
  text-align: center;
}
.p-feature__note {
  margin: 60px auto 120px;
}

.p-campaign {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-campaign {
    gap: 14px;
  }
}
.p-campaign__flex-block__inner--right {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-campaign__flex-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-campaign__flex-block__inner {
    flex-basis: 48%;
  }
  .p-campaign__flex-block__inner--right {
    flex-basis: 49%;
    margin-top: 0;
  }
}
.p-campaign__kv {
  margin-top: 24px;
  height: 38.9vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-campaign__kv {
    height: auto;
  }
}
.p-campaign__kv-img {
  position: absolute;
  top: 0;
  left: -16px;
  width: 100vw;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .p-campaign__kv-img {
    left: 0;
    width: 100%;
    position: relative;
  }
}
.p-campaign__card {
  display: flex;
}
.p-campaign__card img {
  vertical-align: bottom;
}
.p-campaign__banner {
  max-width: 480px;
  margin: 0 auto;
}
.p-campaign__banner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-campaign__banner a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-campaign__banner {
    flex-direction: row;
    gap: 20px;
  }
}
.p-campaign__banner img {
  vertical-align: bottom;
}
.p-campaign__title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #12164A;
  position: relative;
  margin: auto;
  margin-bottom: 8px;
}
.p-campaign__title::before {
  content: "";
  background-image: url(../img/img-text_arrangement.svg);
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-campaign__title::before {
    left: 30px;
  }
}
.p-campaign__title::after {
  content: "";
  background-image: url(../img/img-text_arrangement.svg);
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 0;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .p-campaign__title::after {
    right: 30px;
  }
}
.p-campaign__title--white {
  color: #fff;
}
.p-campaign__title--white::before {
  content: "";
  background-image: url(../img/img-text_arrangement-white.svg);
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 20%;
  bottom: 0;
}
.p-campaign__title--white::after {
  content: "";
  background-image: url(../img/img-text_arrangement-white.svg);
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 20%;
  bottom: 0;
  transform: scale(-1, 1);
}

.p-footer-info__center {
  padding: 16px 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 132%;
  font-weight: 600;
}

.p-content__text {
  color: #0F1539;
  line-height: 1.6;
}
.p-content__text p:not(:last-child) {
  margin-bottom: 1em;
}

.p-note {
  padding: 16px;
  height: 240px;
  background: #FFFFFF;
  border-radius: 12px;
  overflow: scroll;
  color: #0F1539;
}
.p-note__lists {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.p-note-block {
  background: #EDEDED;
  padding-top: 32px;
  padding-bottom: 32px;
}

.u-font-point {
  background: linear-gradient(270deg, #9829EF 51.73%, #DD34E1 61.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.u-shadow {
  transition: all 0.3s;
}
.u-shadow:hover {
  -webkit-box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.06);
}

.u-inner-shadow {
  -webkit-box-shadow: inset 0px 2px 16px rgba(253, 140, 3, 0.18);
  -moz-box-shadow: inset 0px 2px 16px rgba(253, 140, 3, 0.18);
  -ms-box-shadow: inset 0px 2px 16px rgba(253, 140, 3, 0.18);
  box-shadow: inset 0px 2px 16px rgba(253, 140, 3, 0.18);
}

.u-column-down .c-panel__container:nth-child(3n-1) {
  margin-top: 40px;
}
.u-column-down .c-panel__container:nth-child(3n) {
  margin-top: 80px;
}
@media screen and (max-width: 1026px) {
  .u-column-down .c-panel__container:nth-child(3n-1) {
    margin-top: 0px;
  }
  .u-column-down .c-panel__container:nth-child(3n) {
    margin-top: 0px;
  }
  .u-column-down .c-panel__container:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-column-down .c-panel__container:nth-child(3n-1) {
    margin-top: 40px;
  }
  .u-column-down .c-panel__container:nth-child(3n) {
    margin-top: 40px;
  }
}

.u-font-en {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.u-font-ja {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}
.u-font-ja--bold {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-sp-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: flex;
  }
}

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

.u-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-full--x {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=style.css.map */
