@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1090px) {
  html {
    font-size: 1.4678899083vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 3.7209302326vw;
  }
}

body {
  color: #1C1C1C;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
  font-weight: 700;
  overflow-x: hidden;
}

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

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  background-color: initial;
  border: none;
  padding: 0;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
            transition-duration: 0.01ms !important;
  }
}
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1090px;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.l-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 65.625rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.c-line-btn {
  background-color: #44AF35;
  border-radius: 0.25rem;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  max-width: 24.5rem;
  padding: 0.125rem 0.3125rem;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-line-btn {
    font-size: 0.875rem;
    margin-top: 1.25rem;
    max-width: 16.375rem;
    padding: 0.4375rem 0.3125rem;
  }
}

@media (any-hover: hover) {
  .c-line-btn:hover {
    opacity: 0.8;
  }
}
.c-ttl {
  font-size: 1.875rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 1.25rem;
  }
}

.c-ttl__sub {
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl__sub {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
  }
}

.c-ttl__sub::after {
  background-color: #1C1C1C;
  content: "";
  display: block;
  height: 0.0625rem;
  margin: 1.875rem auto 0;
  width: 18.4375rem;
}
@media screen and (max-width: 767px) {
  .c-ttl__sub::after {
    max-width: 21.875rem;
    width: 100%;
  }
}

.p-benefits {
  background: #EFEFEF;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-benefits {
    padding: 3.125rem 0;
  }
}

.p-benefits__sub__ttl {
  margin-top: 1.375rem;
}

.p-benefits__txt {
  font-size: 1.125rem;
  margin: 1.875rem auto 0;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-benefits__txt {
    margin-top: 2.1875rem;
    text-align: left;
    white-space: normal;
  }
}

.p-benefits__img {
  margin-top: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-benefits__img {
    margin: 2.1875rem auto 0;
    max-width: 31.25rem;
  }
}

.p-benefits__area {
  margin: 1.875rem auto 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-benefits__area {
    margin-top: 2.1875rem;
    max-width: 31.25rem;
  }
}

.p-benefits__area-ttl {
  font-size: 2.5rem;
  font-weight: 700;
}

.p-benefits__item {
  margin-top: 1.2em;
}
@media screen and (max-width: 767px) {
  .p-benefits__item {
    margin-top: 1.5em;
  }
}

.p-benefits__item-ttl {
  font-size: 1.375rem;
}

.p-benefits__item-txt {
  font-size: 1.125rem;
}

.p-benefits__bottm-txt {
  font-size: 0.8125rem;
  margin-top: 2.5rem;
}

.p-faqs {
  background-color: #EFEFEF;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-faqs {
    padding: 3.125rem 0;
  }
}

.p-faqs__sub__ttl {
  margin-top: 1.25rem;
}

.p-faqs__list {
  margin: 1.875rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-faqs__list {
    margin-top: 2.1875rem;
  }
}

.p-faqs__item {
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faqs__item {
    text-align: left;
  }
}

.p-faqs__item + .p-faqs__item {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-faqs__item + .p-faqs__item {
    margin-top: 1.5em;
  }
}

.p-faqs__question {
  color: #325AA8;
}

.p-faqs__answer {
  color: #000;
  font-weight: 400;
}

.p-footer {
  background-color: #1C1C1C;
  color: #fff;
  padding: 3.75rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 3.125rem 0;
  }
}

.p-footer__top-txt {
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__top-txt {
    font-size: 1.25rem;
  }
}

.p-footer__center-txt {
  display: inline-block;
  font-size: 0.8125rem;
  margin-top: 1.9375rem;
  text-decoration: underline;
}

.p-footer__bottom-txt {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-txt {
    font-size: 0.8125rem;
  }
}

.p-howto {
  color: #1C1C1C;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-howto {
    padding: 3.125rem 0;
  }
}

.p-howto__sub__ttl {
  margin-top: 1.25rem;
}

.p-howto__txt {
  font-size: 1.125rem;
  margin: 1.875rem auto 0;
  text-align: center;
  word-break: keep-all;
}

.p-howto__figure {
  margin: 1.875rem auto 0;
  max-width: 62.5rem;
  width: 100%;
}

.p-howto__wrapper {
  margin: 1.875rem auto 0;
}

.p-howto__list {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-howto__list {
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
  }
}

.p-howto__item {
  background-color: #F8F8F8;
  border: solid 0.0625rem #1C1C1C;
  height: 26.1875rem;
  max-width: 19.5625rem;
  padding: 1.625rem 1.9375rem 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-howto__item {
    height: unset;
    padding: 1.9375rem 1.5625rem 1.5625rem;
    width: 100%;
  }
}

.p-howto__icon {
  margin-inline: auto;
  width: 3.125rem;
}

.p-howto__item-name {
  color: #1C1C1C;
  font-size: 1.875rem;
  line-height: 1;
  margin: 2.75rem auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-howto__item-name {
    margin-top: 1.25rem;
  }
}

.p-howto__item-txt {
  font-size: 1rem;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-howto__item-txt {
    line-height: 1.4;
    margin-top: 1.25rem;
  }
}

.p-howto__note {
  font-size: 0.8125rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-howto__note {
    margin: 1.25rem auto 0;
    max-width: 21.875rem;
    width: 100%;
  }
}

.p-howto__btn {
  margin: 2.125rem auto 0;
}

.c-btn {
  background-color: #F09745;
  border-radius: 0.25rem;
  color: #1C1C1C;
  display: block;
  font-size: 0.875rem;
  max-width: 22.875rem;
  padding: 0.65625rem 0.625rem;
  text-align: center;
  width: 100%;
}
@media (any-hover: hover) {
  .c-btn:hover {
    -webkit-box-shadow: 4px 4px rgb(0, 0, 0);
            box-shadow: 4px 4px rgb(0, 0, 0);
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.p-howto__line {
  margin: 1.875rem auto 0;
}

.p-lead {
  background-color: #1C1C1C;
  color: #fff;
  padding: 4.3125rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lead {
    padding: 2.8125rem 0;
  }
}

@media screen and (max-width: 767px) {
  .p-lead__inner {
    padding: 0 1rem;
  }
}

.p-lead__txt {
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-lead__txt {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-inline: auto;
  }
}

.p-lead__btn {
  margin: 2.5rem auto 0;
}

.p-mv {
  background-image: url(../img/top_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 53.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background-image: url(../img/top_bg_sp.png);
    height: 37.5rem;
  }
}

.p-mv__txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10.6875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__txt-box {
    padding-top: 7.5rem;
  }
}

.p-mv__logo {
  max-width: 36.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__logo {
    max-width: 19.75rem;
  }
}

.p-mv__txt {
  color: #fff;
  font-size: 3.125rem;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-mv__txt {
    font-size: 1.875rem;
    margin-top: 1.75rem;
  }
}

.p-stamps {
  color: #1C1C1C;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-stamps {
    padding: 3.125rem 0;
  }
}

.p-stamps__sub-ttl {
  font-size: 2.5rem;
  line-height: 1.5;
  margin-top: 1.25rem;
  text-align: center;
}

.p-stamps__imcompleate-list {
  display: grid;
  gap: 3.75rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 4.375rem auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 51.9375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-stamps__imcompleate-list {
    gap: 2.1875rem;
    grid-template-columns: 1fr;
    margin-top: 2.1875rem;
    place-items: center;
  }
}

.p-stamps__item {
  background-color: #D9D9D9;
  height: 14.8125rem;
  padding: 1.75rem 0.3125rem 1.125rem;
  padding-bottom: 1.125rem;
  padding-top: 1.75rem;
  width: 14.8125rem;
}
@media screen and (max-width: 767px) {
  .p-stamps__item {
    height: 14.8125rem;
    width: 14.8125rem;
  }
}

.p-stamps__icon {
  margin-inline: auto;
  width: 4.75rem;
}

.p-stamps__icon img {
  width: 100%;
}

.p-stamps__item-name {
  font-size: 2.0625rem;
  font-weight: 500;
  margin: 1.25rem auto 0;
  text-align: center;
}

.p-stamps__item-note {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-stamps__item-note {
    font-size: 1.5rem;
  }
}

.p-stamps__imcompleate {
  background-color: #868686;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin: 4.375rem auto 0;
  max-width: 18.5rem;
  padding: 1.1875rem 0.3125rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-stamps__imcompleate {
    font-size: 1rem;
    margin-top: 2.1875rem;
    max-width: 19.5rem;
    padding: 1.0625rem 0.3125rem;
  }
}

.p-stamps__compleate-list {
  display: grid;
  gap: 3.75rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 4.375rem auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 51.9375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-stamps__compleate-list {
    gap: 2.1875rem;
    grid-template-columns: 1fr;
    margin-top: 2.1875rem;
    place-items: center;
  }
}

.p-stamps__compleate-item {
  height: 16.0625rem;
  width: 16.0625rem;
}

.p-stamps__messages-box {
  display: none;
  left: 50%;
  position: fixed;
  top: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  background-color: #F09745;
  border-radius: 1.25rem;
  margin: 1.875rem auto 0;
  max-width: 43.75rem;
  padding: 4.6875rem 1.25rem;
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-stamps__messages-box {
    margin-top: 2.1875rem;
    max-width: 31.25rem;
    padding: 1.875rem 1.25rem;
    width: 81.3953488372vw;
  }
}

.p-stamps__top-txt {
  font-size: 2.8125rem;
  line-height: 1.2222222222;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-stamps__top-txt {
    font-size: 2.1875rem;
    line-height: 1.2857142857;
  }
}

.p-stamps__center-txt {
  font-size: 2.0625rem;
  font-weight: 500;
  line-height: 1.3636363636;
  margin-top: 4.0625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-stamps__center-txt {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    margin-top: 2.1875rem;
  }
}

.p-stamps__bottom-txt {
  background-color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2.0625rem;
  line-height: 1;
  margin: 4.0625rem auto 0;
  max-width: 18.125rem;
  padding: 0.78125rem 0.3125rem;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, .35);
          box-shadow: 2px 4px 5px rgba(0, 0, 0, .35);
}
@media screen and (max-width: 767px) {
  .p-stamps__bottom-txt {
    font-size: 1.5rem;
    margin-top: 2.1875rem;
    max-width: 18.125rem;
    padding: 0.625rem 0.3125rem;
  }
}

.p-stamps__compleate {
  background-color: #E22931;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  margin: 4.375rem auto 0;
  max-width: 21.5rem;
  padding: 1.1875rem 0.3125rem;
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  cursor: pointer;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-stamps__compleate {
    margin-top: 2.1875rem;
    max-width: 21.5625rem;
    padding: 1.0625rem 0.3125rem;
  }
}

@media (any-hover: hover) {
  .p-stamps__bottom-txt:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .35);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, .35);
  }
  .p-stamps__compleate:hover {
    opacity: 0.8;
  }
}
.p-stamps__overlay {
  background: rgba(0, 0, 0, .7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}

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

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=common.css.map */

.p-faqs__list {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

.contact-link{
  color: blue;
  text-decoration: underline;
}