*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Shippori Mincho", serif;
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

body.is-locked {
  overflow: hidden;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header.scrolled {
  background: #fff;
}

.l-header__inner {
  width: 100%;
  height: 5.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
  padding-left: 2.5rem;
  padding-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 4rem;
    padding: 0 1rem;
  }
}

.l-header__logo {
  line-height: 1;
}
.l-header__logo a {
  display: block;
  width: 4rem;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    width: 3.125rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}

.l-header__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__wrapper {
    display: none;
  }
}

.l-header__button {
  width: 9.125rem;
  height: 2.25rem;
  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;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.02em;
  background: #000;
  border-radius: 5rem;
}
.l-header__button:hover {
  background: #F0380A;
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.l-header-nav__list,
.l-header-nav__link {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.l-header-nav__link:hover {
  color: #F0380A;
}

.l-header-nav__list.sub {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__list.sub .label {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__list.sub:hover .label {
  color: #F0380A;
}
.l-header-nav__list.sub:hover .l-header-subNav {
  max-height: none;
  overflow: visible;
  opacity: 1;
}

.l-header-subNav {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 1.25rem;
}

.l-header-subNav__inner {
  padding: 0.5rem 1rem;
  background: #fff;
  border-top: 0.1875rem solid #F0380A;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
}

.l-header-subNav__box {
  padding: 1rem 0;
  border-bottom: 1px solid #F0F0F0;
}
.l-header-subNav__box:last-of-type {
  border-bottom: none;
}

.l-header-subNav__label {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

.l-header-subNav__lists {
  width: 100%;
}

.l-header-subNav__list {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.5rem;
}

.l-header-subNav__link {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  padding-right: 1.375rem;
  white-space: nowrap;
}
.l-header-subNav__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-subNav__link:hover {
  color: #F0380A;
}
.l-header-subNav__link:hover::after {
  background-image: url(../imgs/pc/arrow_black_h.svg);
}

.l-main {
  contain: paint;
  position: relative;
  width: 100%;
}

.l-footer {
  width: 100%;
  padding: 1.25rem 2.5rem 0.625rem 2.5rem;
  background: #D0121B;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 1.25rem 1.25rem 0.625rem 1.25rem;
  }
}

.l-footer__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
}

.l-footer__logo {
  display: block;
  width: 11.5625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 9.875rem;
  }
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__lists {
    gap: 2.25rem;
  }
}
.l-footer__lists li {
  line-height: 1;
}
.l-footer__lists a {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .l-footer__lists a {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}
.l-footer__lists a:hover {
  opacity: 0.7;
}

.l-footer__small {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__small {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    margin-top: 0.875rem;
  }
}

.p-fv {
  position: relative;
  width: 100%;
  max-width: 65rem;
  margin: 0rem auto;
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-top: 1.25rem;
  }
}

.p-fv__link {
  position: absolute;
  top: 36.625rem;
  left: 8.9375rem;
  display: block;
  width: 21.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__link {
    position: relative;
    top: auto;
    left: auto;
    width: 92.2666666667%;
    margin: -21% auto 0 auto;
  }
}
.p-fv__link:hover {
  opacity: 0.7;
}

.p-fv-about {
  width: 100%;
  max-width: 43.25rem;
  margin: 6.875rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-about {
    max-width: 96%;
    margin: 5.625rem auto 0rem auto;
  }
}

.p-fv-worries {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries {
    margin-top: 3.125rem;
  }
}

.p-fv-function {
  width: 100%;
  max-width: 33.125rem;
  margin: 6.25rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-function {
    max-width: 89.3333333333%;
    margin-top: 3.125rem;
  }
}

.p-fv-flow {
  width: 100%;
  max-width: 26.25rem;
  margin: 6.25rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-flow {
    max-width: 89.3333333333%;
    margin-top: 3.75rem;
  }
}

.p-fv-reward {
  width: 100%;
  margin: 5.625rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-reward {
    margin-top: 2.5rem;
  }
}

.p-fv-strengths {
  width: 100%;
  margin: 6.25rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-strengths {
    margin-top: 4.0625rem;
  }
}

.p-fv-faq {
  width: 100%;
  max-width: 43.75rem;
  margin: 5.625rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-faq {
    max-width: 89.3333333333%;
    margin-top: 4.375rem;
  }
}

.p-fv-appeal {
  width: 100%;
  max-width: 32.875rem;
  margin: 6.25rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-appeal {
    max-width: 89.3333333333%;
    margin-top: 4.375rem;
  }
}

.p-fv-appeal__link {
  display: block;
  width: 100%;
  max-width: 21.625rem;
  margin: 3.125rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-appeal__link {
    max-width: 100%;
  }
}

.p-fv-contact {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  max-width: 43.75rem;
  margin: 6.25rem auto;
  padding: 3.125rem 0rem;
  background: #F5E7E6;
  border: 1px solid #D0121B;
}
@media screen and (max-width: 767px) {
  .p-fv-contact {
    max-width: 89.3333333333%;
    margin: 4.375rem auto;
  }
}

.p-fv-contact__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-contact__title {
    font-size: 1.5rem;
  }
}

.p-fv-contact__text {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-contact__text {
    font-size: 1rem;
  }
}
.p-fv-contact__text span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-contact__text span {
    font-size: 0.875rem;
  }
}
.p-fv-contact__text a {
  text-decoration: underline;
}
.p-fv-contact__text a:hover {
  opacity: 0.7;
}

.p-fv-contact__form {
  text-align: center;
}
.p-fv-contact__form iframe {
  width: 100%;
  max-width: 40rem;
  margin: 0rem auto;
}

.p-basic {
  width: 100%;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-basic {
    padding: 0 1.25rem;
  }
}

.p-basic__inner {
  position: relative;
  width: 100%;
  max-width: 65rem;
  margin: 0rem auto;
  padding: 7.5rem 0rem 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-basic__inner {
    padding: 5rem 0rem;
  }
}

.p-basic__logo {
  position: absolute;
  top: 1.875rem;
  left: 0;
  width: 9.625rem;
}
@media screen and (max-width: 767px) {
  .p-basic__logo {
    top: 1.25rem;
    width: 6.75rem;
  }
}
.p-basic__logo:hover {
  opacity: 0.7;
}

.p-basic h1 {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-basic h1 {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.p-basic h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-basic h2 {
    font-size: 1rem;
    margin-top: 1.875rem;
    margin-bottom: 1rem;
  }
}
.p-basic p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-basic p {
    font-size: 0.875rem;
  }
}
.p-basic p.center {
  text-align: center;
}
.p-basic table {
  border: 3px solid #D0121B;
}
@media screen and (max-width: 767px) {
  .p-basic table {
    border: 2px solid #D0121B;
  }
}
.p-basic table th,
.p-basic table td {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  border: 1px solid #D0121B;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-basic table th,
  .p-basic table td {
    font-size: 0.875rem;
  }
}
.p-basic table th {
  width: 13.3125rem;
  text-align: center;
  padding: 1.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-basic table th {
    width: 4.875rem;
    padding: 1.1875rem 0rem;
  }
  .p-basic table th span {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-basic table tr:last-of-type td:nth-of-type(1) {
    font-size: 0.6875rem;
  }
}
.p-basic table td:nth-of-type(1) {
  width: 13.3125rem;
  text-align: center;
  padding: 1.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-basic table td:nth-of-type(1) {
    width: 4.875rem;
    padding: 1.1875rem 0rem;
  }
  .p-basic table td:nth-of-type(1) span {
    font-size: 0.6875rem;
  }
}
.p-basic table td:nth-of-type(2) {
  width: calc(100% - 13.3125rem);
  padding: 1.5rem 1.25rem 1.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-basic table td:nth-of-type(2) {
    width: calc(100% - 4.875rem);
    padding: 1.1875rem 1rem;
  }
}

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

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

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

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}/*# sourceMappingURL=style.css.map */