@font-face {
  font-weight: 100;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Thin.woff") format("woff");
}
@font-face {
  font-weight: 200;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-ExtraLight.woff") format("woff");
}
@font-face {
  font-weight: 300;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-weight: 400;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-weight: 500;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-weight: 600;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-SemiBold.woff") format("woff");
}
@font-face {
  font-weight: 700;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-weight: 800;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-ExtraBold.woff") format("woff");
}
@font-face {
  font-weight: 900;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Thin.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Black.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "mplus";
  src: url("../font/MPLUS1/MPLUS1p-Thin.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "mplus";
  src: url("../font/MPLUS1/MPLUS1p-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "mplus";
  src: url("../font/MPLUS1/MPLUS1p-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "mplus";
  src: url("../font/MPLUS1/MPLUS1p-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "mplus";
  src: url("../font/MPLUS1/MPLUS1p-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "mplus";
  src: url("../font/MPLUS1/MPLUS1p-ExtraBold.woff") format("woff");
  font-weight: 800;
}
@font-face {
  font-family: "mplus";
  src: url("../font/MPLUS1/MPLUS1p-Black.woff") format("woff");
  font-weight: 900;
}
.c-mv {
  padding: 10rem 0 4rem;
  text-align: center;
}

.c-mv__title {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 4rem;
  line-height: 1.35;
}
.c-mv__title .sm {
  font-size: 1.6rem;
  color: #999999;
  display: block;
}

.c-mv__lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.c-contact {
  padding-top: 5rem;
  background: url("../images/top/bg-img.png") no-repeat center top -5rem/1920px;
}
.c-contact .u-c-red {
  color: #D98080 !important;
}

.c-formtable th {
  font-size: 1.8rem;
  font-family: var(--f-sans);
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  padding: 1.2rem 0;
  padding-right: 2rem;
}
.c-formtable th.-vtop {
  vertical-align: top;
}
.c-formtable td {
  font-size: 1.8rem;
  font-family: var(--f-sans);
  padding: 1.2rem 0;
}
.c-formtable td.-vtop {
  vertical-align: top;
}
.c-formtable input {
  width: 100%;
  border: 1px solid #666666;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-formtable input.w35 {
  max-width: 35rem;
}
.c-formtable input.w15 {
  max-width: 15rem;
}
.c-formtable textarea {
  width: 100%;
  border: 1px solid #666666;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  min-height: 25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.post-push {
  background-color: #EAEAEA;
  color: #8C8C8C;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  width: 18rem;
  height: 4.3rem;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post-push.is-active {
  pointer-events: auto;
  cursor: pointer;
  color: var(--c-black);
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-list-item {
  line-height: 1.5;
  display: inline-block;
  margin-left: 0;
}
.wpcf7-list-item:not(:last-child) {
  margin: 0 2.4rem 0 0;
}

.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0.8rem;
}

input[type=radio] {
  display: none;
}

.wpcf7-list-item-label {
  position: relative;
  height: 2rem;
  line-height: 2rem;
  padding-left: 2.5rem;
  display: inline-block;
}

.wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border: 2px solid #969696;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #C0C0C0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #C0C0C0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}

.wpcf7-acceptance {
  font-size: 2rem;
  font-weight: 500;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  border-radius: 0;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  border-radius: 0;
}

.wpcf7-submit {
  margin: auto;
  font-size: 2.4rem;
  font-weight: 500;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-flex > p {
  white-space: nowrap;
  padding-right: 2rem;
}
.u-flex + .u-flex {
  margin-top: 1.2rem;
}
.u-flex.postcode {
  gap: 2rem;
}
.u-flex.postcode:has(.wpcf7-not-valid-tip) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.u-flex:has(.c-select .wpcf7-not-valid-tip) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.u-flex:has(.c-select .wpcf7-not-valid-tip) > p {
  margin-top: 1.2rem;
}

.c-select {
  max-width: 16.8rem;
  width: 100%;
  position: relative;
  background-color: var(--c-white);
  border: 1px solid #666666;
  border-radius: 0.5rem;
}
.c-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  pointer-events: none;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 9px solid #999999;
  border-bottom: 0;
}
.c-select select {
  width: 100%;
  font-size: 1.8rem;
  padding: 1rem;
  color: var(--c-black);
}
.c-select:has(.wpcf7-not-valid-tip) {
  margin-bottom: 2rem;
}
.c-select .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 0.6rem);
}

.c-thanks {
  text-align: center;
  margin-top: 9rem;
}
.c-thanks h3 {
  font-size: 6.4rem;
  margin-bottom: 2rem;
  color: #666666;
}
.c-thanks p {
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 780px) {
  .c-mv {
    padding: 10rem 0 6rem;
  }
  .c-mv__title {
    font-size: 6rem;
    margin-bottom: 6rem;
  }
  .c-mv__title .sm {
    font-size: 2.6rem;
  }
  .c-mv__lead {
    font-size: 2.8rem;
  }
  .c-contact {
    padding-top: 4rem;
  }
  .c-formtable th {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 2.8rem;
    padding: 0 0 1.6rem;
  }
  .c-formtable th.u-sp-pt {
    padding-top: 16rem;
  }
  .c-formtable td {
    display: block;
    width: 100%;
    font-size: 2.8rem;
    padding: 0 0 4.8rem;
  }
  .c-formtable input.w35 {
    max-width: 100%;
  }
  .c-formtable input.w15 {
    max-width: 30rem;
  }
  .c-formtable p {
    line-height: 1.5;
  }
  .post-push {
    font-size: 2.6rem;
    width: 30rem;
    height: 5.9rem;
  }
  .u-flex + .u-flex {
    margin-top: 1.6rem;
  }
  .c-select {
    max-width: 30rem;
  }
  .c-select::after {
    border-right-width: 1.2rem;
    border-left-width: 1.2rem;
    border-top-width: 1.8rem;
  }
  .c-select select {
    font-size: 2.8rem;
  }
  .wpcf7-list-item-label {
    padding-left: 6.5rem;
    height: 5.142rem;
    line-height: 5.142rem;
  }
  .wpcf7-list-item-label::before {
    width: 5.142rem;
    height: 5.142rem;
  }
  input[type=radio]:checked + .wpcf7-list-item-label::after {
    width: 2.48rem;
    height: 2.48rem;
    left: 1.35rem;
    top: 1.35rem;
  }
  input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    width: 2.48rem;
    height: 2.48rem;
    left: 1.35rem;
    top: 1.35rem;
  }
  .wpcf7-submit {
    min-width: 30rem;
    margin-top: 4.8rem;
    font-size: 3.6rem;
  }
  .wpcf7-acceptance {
    font-size: 2.8rem;
  }
}