@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media (max-width: 1074px) and (min-width: 768px) {
  html {
    font-size: 0.9311vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  background-color: #767777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

footer {
  margin-top: auto;
}

body.is-fixed {
  overflow: hidden;
}

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

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*****************************
* 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 */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

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

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

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

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

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

/* 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;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-footer {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 8rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 110rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-btn01 {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #1e1e1e;
  text-align: center;
  min-width: 26rem;
  padding: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .c-btn01:hover {
    color: #1e1e1e;
    font-weight: 400;
    background-color: #fff;
  }
}
.p-contact-form__content + .p-contact-form__content {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__content + .p-contact-form__content {
    margin-top: 4rem;
  }
}

.p-contact-form__content-title {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  background-color: #333333;
  padding: 0.3em 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__content-title {
    font-size: 1.8rem;
  }
}

.p-contact-form__content-note {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 1rem;
}

.p-contact-form__items {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__items {
    margin-top: 1.8rem;
  }
}

.p-contact-form__item + .p-contact-form__item {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item + .p-contact-form__item {
    margin-top: 1.4rem;
  }
}

.p-contact-form__label {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact-form__label {
    font-size: 1.4rem;
  }
}

.p-contact-form__label span {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 1.5rem;
}

.required {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.3;
  background-color: #AF1212;
  padding: 0.1rem 0.6rem;
  margin-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .required {
    font-size: 1rem;
  }
}

.p-contact-form__input {
  margin-top: 0.5rem;
}
.p-contact-form__input input[type=text],
.p-contact-form__input input[type=email],
.p-contact-form__input input[type=tel] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: #1e1e1e;
  font-family: inherit;
  width: 100%;
  min-height: 4.2rem;
  padding: 0.3rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input input[type=text],
  .p-contact-form__input input[type=email],
  .p-contact-form__input input[type=tel] {
    font-size: 1.4rem;
    padding: 0.2rem 4rem 0.2rem 1rem;
    min-height: 3.8rem;
  }
}
.p-contact-form__input input[type=number] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: #1e1e1e;
  font-family: inherit;
  min-height: 4.2rem;
  padding: 0.3rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input input[type=number] {
    font-size: 1.4rem;
    padding: 0.2rem 4rem 0.2rem 1rem;
    min-height: 3.8rem;
  }
}
.p-contact-form__input input[type=file] {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input input[type=file] {
    font-size: 1.2rem;
  }
}
.p-contact-form__input select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: #1e1e1e;
  font-family: inherit;
  min-height: 4.2rem;
  width: 100%;
  padding: 0.3rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input select {
    font-size: 1.4rem;
    padding: 0.2rem 4rem 0.2rem 1rem;
    min-height: 3.8rem;
  }
}

.p-contact-form__input.p-contact-form__input--select {
  position: relative;
}
.p-contact-form__input.p-contact-form__input--select::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 30%;
  right: 2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input.p-contact-form__input--select::before {
    width: 1rem;
    height: 1rem;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    right: 1.4rem;
  }
}

/*==================================
# 利用規約
===================================*/
.p-contact-form__guide {
  max-width: 64.5rem;
  height: 23rem;
  margin-inline: auto;
  background-color: #fff;
  margin-top: 6rem;
  color: #1e1e1e;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .p-contact-form__guide {
    margin-top: 4rem;
    height: 18rem;
  }
}

.p-contact-form__guide-inner {
  padding: 1.8rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__guide-inner {
    padding: 1.8rem 1.6rem;
  }
}

.p-guide__title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-guide__title {
    font-size: 1.6rem;
  }
}

.p-guide__list {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-guide__list {
    font-size: 1rem;
  }
}

.p-guide__item + .p-guide__item {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-guide__item + .p-guide__item {
    margin-top: 1.2rem;
  }
}

.p-guide__item-title {
  font-size: 1.3rem;
  font-weight: 500;
}

.p-guide__item-text {
  font-size: 1.2rem;
  line-height: 1.6;
}

.p-guide__item-list {
  list-style-type: decimal;
  padding-left: 2rem;
}

/*==================================
# 同意ボタン
===================================*/
.p-contact-form__agree {
  margin-top: 4rem;
  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;
}
@media screen and (max-width: 767px) {
  .p-contact-form__agree {
    margin-top: 2.8rem;
  }
}
.p-contact-form__agree input {
  opacity: 0;
  position: absolute;
}
.p-contact-form__agree label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form__agree label {
    font-size: 1.4rem;
  }
}
.p-contact-form__agree label::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border: 1px solid #D7D7D7;
  margin-right: 1rem;
}
.p-contact-form__agree input + label::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 0.6rem;
  border-left: 2px solid #AF1212;
  border-bottom: 2px solid #AF1212;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0.7rem;
  left: 0.4rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.p-contact-form__agree input:checked + label::after {
  opacity: 1;
}

/*==================================
# 送信ボタン
===================================*/
.p-contact-form__submit {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit {
    margin-top: 4rem;
  }
}
.p-contact-form__submit input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #1e1e1e;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-family: inherit;
  min-width: 2.6rem;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 1.4rem 9.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .p-contact-form__submit input[type=submit]:hover {
    background-color: #fff;
    color: #1e1e1e;
  }
}
.p-footer {
  background-color: rgba(255, 255, 255, .5);
  padding: 3rem 0;
  color: #1e1e1e;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 2rem 0;
  }
}

.p-footer__copy {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 1.2rem;
  }
}

.p-header {
  background-color: rgba(255, 255, 255, .7);
  padding: 2.3rem 3.4rem;
  width: 100%;
  height: 8rem;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    padding: 0.5rem 1rem;
  }
}

.p-header__logo {
  width: 16.8rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 12rem;
  }
}
.p-header__logo img {
  width: 100%;
  height: auto;
}

.p-import-form {
  padding-top: 19rem;
}
@media screen and (max-width: 767px) {
  .p-import-form {
    padding-top: 12rem;
  }
}

.p-import-form__title {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-import-form__title {
    font-size: 2.4rem;
  }
}

.p-import-form__text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-import-form__text {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 3rem;
  }
}

.p-import-form__form {
  max-width: 80rem;
  margin-inline: auto;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-import-form__form {
    margin-top: 4rem;
  }
}

.p-main {
  padding-top: 19rem;
}
@media screen and (max-width: 767px) {
  .p-main {
    padding-top: 12rem;
  }
}

.p-thanks {
  padding-top: 19rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding-top: 12rem;
  }
}

.p-thanks__title {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 2.4rem;
  }
}

.p-thanks__text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
  margin-top: 4rem;
}
.p-thanks__text a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-thanks__text span {
  display: inline-block;
}
.p-thanks__text span + span {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 3rem;
  }
}

.p-thanks__btn {
  margin-top: 8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__btn {
    margin-top: 4rem;
  }
}

@media (any-hover: hover) {
  .p-thanks__text a:hover {
    opacity: 0.7;
  }
}
.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

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