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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

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 {
  overflow: visible;
}

button,
select {
  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;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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: 680px) {
  html {
    font-size: 2.3529411765vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

body.fv {
  position: relative;
}
body.fv::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 17.125rem;
  left: 0;
  width: 100%;
  height: 242.75rem;
  background-image: url(../imgs/bg.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  body.fv::before {
    background: none;
  }
}

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: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.8125rem 3.25rem 3rem 3.25rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 2.8125rem 1.5rem 3rem 1.5rem;
  }
}

.l-header__logo a {
  display: block;
  width: 30.375rem;
}
.l-header__logo a:hover {
  opacity: 0.7;
}

.l-main {
  contain: paint;
  position: relative;
  z-index: 1;
  max-width: 54.5rem;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-main {
    max-width: 100%;
  }
}

.l-main--fv {
  margin-top: -0.3125rem;
}

.l-footer {
  width: 100%;
  padding-top: 3.375rem;
  padding-bottom: 3.625rem;
}

.l-footer__link {
  text-align: center;
}
.l-footer__link a {
  font-size: 1.125rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-footer__link a {
    font-size: 1.375rem;
  }
}
.l-footer__link a:hover {
  opacity: 0.7;
}

.l-footer__cope {
  width: 100%;
  max-width: 23.6875rem;
  margin: 1.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .l-footer__cope {
    margin-top: 1.875rem;
  }
}

.c-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.c-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.c-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2.5rem);
  max-width: 31.25rem;
  padding: 3.5rem 1.5rem 1.5rem;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .c-modal__content {
    max-width: 80%;
    padding: 5rem 2.5rem 3.125rem 2.5rem;
  }
}

.c-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-modal__close {
    width: 3.375rem;
    height: 3.375rem;
  }
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 0.125rem;
  background: #333;
}
@media screen and (max-width: 767px) {
  .c-modal__close::before, .c-modal__close::after {
    width: 1.875rem;
  }
}
.c-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modal__content a {
  display: block;
  width: 100%;
  padding: 1.125rem 1rem;
  background: #004EA1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-modal__content a {
    font-size: 1.75rem;
    margin-top: 1.5rem;
  }
}
.c-modal__content a:first-of-type {
  margin-top: 0;
}
.c-modal__content a:hover {
  opacity: 0.7;
}

.p-fv-video {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-fv-video {
    height: 100svh;
  }
}

.p-fv {
  width: 100%;
  padding-top: 8.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-top: 6.25rem;
  }
}

.p-fv__video {
  display: block;
  width: 100%;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__video {
    max-width: 36.75rem;
    margin: 0 auto;
    padding: 0;
  }
}
.p-fv__video p {
  color: #004DA0;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.875rem;
}

.p-fv__videoIn {
  position: relative;
  padding-top: 56.25%;
}
.p-fv__videoIn iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-fv-pamphlet {
  width: 100%;
  padding: 0 2.5rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-pamphlet {
    max-width: 36.75rem;
    padding: 0;
    margin: 6.25rem auto 0 auto;
  }
}

.p-fv-pamphlet__text {
  color: #004DA0;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.875rem;
}

.p-fv-pamphlet__link {
  width: 100%;
  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;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}
.p-fv-pamphlet__link:hover {
  opacity: 0.7;
}

.p-fv-pamphlet__img {
  width: 100%;
}

.p-fv-pamphlet__exp {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 1.25rem;
}

.p-fv__title {
  width: 100%;
  max-width: 27.875rem;
  margin: 8.75rem auto 0rem auto;
}

.p-fv__text {
  width: 100%;
  max-width: 35.5rem;
  margin: 2.125rem auto 0rem auto;
}

.p-fv__box {
  position: relative;
  left: -0.5rem;
  width: 100%;
  max-width: 36.75rem;
  margin: 3.125rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv__box {
    left: -0.5rem;
  }
}

.p-fv__forum {
  width: 100%;
  margin-top: 3.125rem;
}
.p-fv__forum:first-of-type {
  margin-top: 0rem;
}

.p-fv__button {
  display: block;
  width: 100%;
  max-width: 36.125rem;
  margin: 7.375rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv__button {
    margin-top: 5rem;
  }
}
.p-fv__button:hover {
  opacity: 0.7;
}

.p-fv__insta {
  position: relative;
  display: block;
  width: 100%;
  max-width: 21.6875rem;
  margin: 0 auto;
}
.p-fv__insta:hover {
  opacity: 0.7;
}

.p-privacy {
  width: 100%;
  padding: 7.1875rem 5rem 5rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 7.5rem 2.5rem 6.25rem 2.5rem;
  }
}

.p-privacy__title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__title {
    font-size: 2.75rem;
  }
}

.p-privacy__label {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__label {
    font-size: 2rem;
    margin-top: 3.75rem;
  }
}

.p-privacy__text {
  font-size: 1rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    font-size: 1.625rem;
    margin-top: 1.5rem;
  }
}

.u-anime-fade {
  opacity: 0;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.u-anime-fade.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-anime-left {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.u-anime-left.is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.u-anime-right {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.u-anime-right.is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@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 */