@charset "utf-8";
/* CSS Price */
/* Page MV
----------------------------------------------------------------------------------------------------*/
.mv-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 19rem;
  padding-bottom: 15rem;
}
.mv-page__item {
  position: relative;
  width: min(60%, 106rem);
  padding: 0 5rem;
  margin: 0 auto 10rem;
}
.mv-title {
  text-align: left;
}
.mv-title__jp h2 {
  margin-bottom: 2rem;
  color: #7b63ff;
  font-size: clamp(4.8rem, 7vw, 13rem);
  font-weight: 900;
  text-wrap: auto;
  line-height: 1;
  white-space: nowrap;
}
.mv-title__en {
  margin-bottom: 2rem;
  color: #000000;
  font-size: clamp(3.2rem, 5vw, 9rem);
  font-family: "Braah One", sans-serif;
  line-height: 1;
  white-space: nowrap;
}
.mv-title__text {
  position: relative;
  color: #000;
  text-align: center;
  font-size: clamp(1.6rem, 5vw, 3.2rem);
  font-weight: 700;
  white-space: nowrap;
}
.mv-title__text::before, .mv-title__text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30%;
  height: 1px;
  background: #000;
}
.mv-title__text::before {
  left: 0;
}
.mv-title__text::after {
  right: 0;
}
.mv-title__text h3 {
  display: block;
  background-color: #fff;
  padding: 0 1rem;
}
@media screen and (max-width: 1023px) {
  .mv-page {
    padding-top: 9rem;
    padding-bottom: 0;
  }
  .mv-page__item {
    padding: 7rem 2.5rem;
    margin: 0 auto 5rem;
  }
  .mv-title__jp h2 {
    text-align: center;
  }
  .mv-title__text::before, .mv-title__text::after {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .mv-page__item {
    width: 100%;
  }
  .mv-title {
    text-align: center;
  }
  .mv-title__text::before, .mv-title__text::after {
    width: 15%;
  }
}
/* 無料バッヂ */
.mv-page__badge {
  position: absolute;
  top: -7rem;
  right: -7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19.48rem;
  width: 29.3rem;
  color: #FFF;
  text-decoration: none;
}
.mv-page__badge svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 19.48rem;
  width: 29.3rem;
}
.mv-page__badge span {
  z-index: 10;
  font-size: 8rem;
  font-weight: 700;
  white-space: nowrap;
}
.mv-page__badge path {
  fill: #ff2b00;
}
@media screen and (max-width: 1367px) {
  .mv-page__badge {
    position: absolute;
    top: -10rem;
    right: -15rem;
  }
}
@media screen and (max-width: 1023px) {
  .mv-page__badge {
    position: relative;
    top: -1rem;
    left: 50%;
    height: 9.675rem;
    width: 14.6rem;
    translate: -50%;
  }
  .mv-page__badge svg {
    position: absolute;
    height: 9.675rem;
    width: 14.6rem;
  }
  .mv-page__badge span {
    font-size: 4rem;
  }
}
/* Breadcrumbs
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  .breadcrumbs.page {
    margin-top: 13.5rem;
  }
  .breadcrumbs ul {
    flex-wrap: wrap;
  }
}
/* Section - Headline
----------------------------------------------------------------------------------------------------*/
.sec-headline {
  width: min(97%, 120rem);
  margin: 10rem auto;
}
.sec-headline__copy {
  margin-bottom: 8.5rem;
  text-align: center;
  font-size: clamp(2.8rem, 6vw, 8rem);
  font-weight: 900;
  line-height: 0.8;
}
.sec-headline__copy span {
  color: #ff2b00;
}
.sec-headline__copy small {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
}
@media screen and (max-width: 1023px) {
  .sec-headline {
    margin: 10rem auto 7rem;
  }
  .sec-headline__copy {
    margin: 0 auto 6rem;
    line-height: 1.25;
  }
}
/* Form
----------------------------------------------------------------------------------------------------*/
form, input, textarea, select {
  color-scheme: light;
}
fieldset {
  border: none;
}
/* Section - Contact
----------------------------------------------------------------------------------------------------*/
.sec-form {
  width: min(97%, 89rem);
  padding-bottom: 5rem;
  margin: 0 auto;
}
.sec-form-footer {
  padding: 0;
  margin: 0 auto 5rem;
}
.sec-form-footer p {
  padding: 0;
  margin: 0 auto;
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 500;
  text-align: left;
}
.sec-form-footer a {
  color: #FF3200;
  font-weight: 500;
  transition: all 0.4s;
  text-decoration: none;
}
.sec-form-footer a:hover {
  opacity: 0.5;
}
.alert-box {
  margin-bottom: 4rem;
  color: #FF3200;
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 600;
}
.submit-box {
  margin-bottom: 4rem;
  font-size: clamp(1.6rem, 4vw, 2rem);
}
.sec-form__err {
  padding: 2rem;
  margin-bottom: 5rem;
  border: 1px solid #CCC;
  text-align: left;
}
.sec-form .label.warning {
  background-color: #FF3200;
  padding: 0 0.8rem;
  margin-left: 0.5rem;
  border-radius: 0.5rem;
  color: #FFF;
  font-size: 1.4rem;
}
.sec-form input {
  width: 100%;
  border-radius: 1rem;
  padding: 2rem 1rem;
  background-color: #F0F0F0;
  border: none;
  outline: none;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
}
.sec-form input::placeholder {
  color: #BABABA;
  font-size: 1.8rem;
}
.sec-form input[type='checkbox'] {
  width: auto;
}
.sec-form select {
  padding: 2.5rem 10rem 2.5rem 1.2rem;
  background-color: #f2f2f2;
  border: none;
  border-radius: 1rem;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.sec-form textarea {
  width: 100%;
  border-radius: 1rem;
  padding: 2.5rem 1.2rem;
  background-color: #f2f2f2;
  border: none;
  outline: none;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
}
.sec-form textarea::placeholder {
  color: #B3B3B3;
  font-size: 1.8rem;
}
.form-item__type input[type="checkbox"] {
  accent-color: #FF3200;
}
@media screen and (max-width: 1023px) {
  .sec-form input {
    padding: 1.2rem;
  }
  .sec-form textarea {
    padding: 1.2rem;
  }
}
/* Section - Table
----------------------------------------------------------------------------------------------------*/
.sec-form table {
  width: 100%;
  font-size: clamp(1.6rem, 4vw, 2rem);
}
.sec-form tr {
  display: flex;
  justify-content: space-between;
}
.sec-form th {
  width: calc(240 / 890 * 100%);
  padding: 2rem 0;
  text-align: left;
  font-weight: 600;
  vertical-align: top;
}
.sec-form td {
  width: calc(620 / 890 * 100%);
  margin-bottom: 4rem;
}
.sec-form.kakunin td {
  padding: 2rem 0;
  margin-bottom: 4rem;
}
.sec-form th label {
  padding-right: 0;
}
.sec-form th label.label-off {
  padding-right: 0;
}
.sec-form th .label {
  padding: 0.2rem 0.5rem;
  font-size: 1.4rem;
}
.sec-form tr:last-child th, .sec-form tr:last-child td {
  /*padding: 20px 0;*/
}
.form-item__type {
  display: flex;
  flex-wrap: wrap;
  width: 62rem;
}
.form-item__type .cell {
  display: block;
  width: 13rem;
}
.form-item__type .cell:nth-child(2) {
  width: 35rem;
}
.form-item__type .cell:nth-child(5) {
  width: 20rem;
}
.contact__txt p {
  line-height: 1;
}
.contact__txt span {
  font-size: clamp(1rem, 4vw, 1.4rem);
}
@media screen and (max-width: 1023px) {
  .sec-form tr {
    display: flex;
    flex-direction: column;
  }
  .sec-form th {
    width: 100%;
    padding: 2rem 0 1rem;
    margin: 0;
    text-align: left;
    font-size: 1.8rem;
  }
  .sec-form th label {
    padding-left: 0;
  }
  .sec-form td {
    width: 100%;
    padding: 1.2rem 0;
    margin-bottom: 2rem;
    border-top: none;
    font-size: 1.8rem;
  }
  .form-item__type {
    flex-direction: column;
    width: 100%;
  }
  .form-item__type .cell {
    width: 100%;
  }
  .form-item__type .cell:nth-child(2) {
    width: 100%;
  }
  .form-item__type .cell:nth-child(5) {
    width: 100%;
  }
}
/* Section - Thanks Page
----------------------------------------------------------------------------------------------------*/
.sec-thanks {
  width: min(97%, 89rem);
  padding-bottom: 5rem;
  margin: 10rem auto;
}
.contact-body {
  width: min(100%, 89rem);
  padding: 0;
  margin: 10rem auto;
  font-size: 2rem;
}
.sec-form-header {
  margin-bottom: 3rem;
  text-align: center;
}

.sec-form-header__head {
  margin-bottom: 3rem;
  font-size: 4rem;
}

.sec-form-header__box {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 2rem;
  font-size: 2.4rem;
}

.sec-form-header__box span {
  font-family: "Noto Sans JP", sans-serif;
}

.sec-form-header__box small {
  font-size: 2rem;
}
.thanks__text p {
  margin-bottom: 2rem;
}
.telno__box {
  margin-bottom: 5rem;
}
/* Section - Button
----------------------------------------------------------------------------------------------------*/
.form-item__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 10rem;
}
.sec-link__btn button,
.sec-link__btn a {
  width: 27rem;
  padding-bottom: 1rem;
  border: none;
  border-bottom: 7px solid #000;
  background-color: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s;
}
.sec-link__btn.resetbtn button {
  border-bottom: 7px solid #5a5a5a;
  color: #5a5a5a;
}
@media screen and (max-width: 767px) {
  .form-item__button {
    flex-direction: column;
  }
}
/* Footer Copy
----------------------------------------------------------------------------------------------------*/
.footer-copy {
  background-color: #7b63ff;
}