@charset "UTF-8";
/*================================= 見出し =================================*/
/*== 日本語 ==*/
/*== 日本語 SP ==*/
/*== 数字 ==*/
/*== 数字 SP ==*/
/*== 英語 ==*/
/*== 英語 SP ==*/
/*================================= 本文 =================================*/
/*== SP ==*/
:root {
  --clred01: #E50012;
  --clred02: #FFF2F3;
  --clred03: #A9212C;
  --clred04: #FDC0C5;
  --clgray01: #6C6A6A;
  --clgray02: #B3B3B3;
  --clgray03: #F2F2F2;
  --header-h: 0px;
}

.sec-inquiry {
  padding-block: 40px 0;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec-inquiry {
    padding-block: 75px 0;
  }
}

.sec-inquiry-wrapper {
  margin: auto;
  width: 88%;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .sec-inquiry-wrapper {
    width: 90%;
  }
}

.sec-inquiry-inner {
  margin-bottom: 12.54vw;
}
@media screen and (min-width: 768px) {
  .sec-inquiry-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 147px;
  }
}
@media screen and (min-width: 768px) {
  .sec-inquiry-inner + .sec-inquiry-inner {
    margin-bottom: 147px;
  }
}
@media screen and (min-width: 768px) {
  .sec-inquiry-inner.center {
    align-items: center;
  }
}

.sec-inquiry_head {
  background-color: var(--clgray03);
  text-align: center;
  color: var(--clred01);
  padding: 1em 0;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.56em;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  .sec-inquiry_head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 190px;
    min-height: 99px;
    margin-bottom: 0;
    padding: 0.4em 0;
    font-size: 18px;
    line-height: 1.44em;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1000px) {
  .sec-inquiry_head {
    width: 223px;
  }
}

@media screen and (min-width: 768px) {
  .sec-inquiry-container {
    width: calc(100% - 230px);
  }
}
@media screen and (min-width: 1000px) {
  .sec-inquiry-container {
    width: calc(100% - 330px);
  }
}

.sec-inquiry__read {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.81em;
}
@media screen and (min-width: 768px) {
  .sec-inquiry__read {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.19em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .sec-inquiry__read {
    font-size: 16px;
  }
}
.sec-inquiry__read.center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-inquiry__read.left-center {
    text-align: center;
  }
}

.sec-inquiry__note {
  margin-top: 35px;
  margin-bottom: 55px;
  color: var(--clred01);
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.64em;
}
@media screen and (min-width: 768px) {
  .sec-inquiry__note {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.64em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .sec-inquiry__note {
    font-size: 14px;
  }
}

.sec-inquiry-container a.back-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 35px auto 0 0;
  border: solid 1px var(--clgray02);
  box-sizing: border-box;
  padding: 1em 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.56em;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .sec-inquiry-container a.back-btn {
    width: 280px;
    padding: 1em 1.6em;
    margin: 35px auto 0 0;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.44em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .sec-inquiry-container a.back-btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sec-inquiry-container a.back-btn {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .sec-inquiry-container a.back-btn:hover .hover-box span {
    transform: translate(0, -1.04em);
  }
}
.sec-inquiry-container a.back-btn span.arrow {
  display: block;
  width: 0.87em;
  border-radius: 50em;
  background-color: var(--clred01);
}
.sec-inquiry-container a.back-btn.--center {
  margin-inline: auto;
}

/* mw wp form */
.mw_wp_form .mwform-radio-field label {
  display: none;
}
.mw_wp_form .error {
  font-size: 3.73vw !important;
}
@media screen and (min-width: 768px) {
  .mw_wp_form .error {
    font-size: 16px !important;
  }
}

/* form */
.form-content + .form-content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .form-content + .form-content {
    margin-top: 100px;
  }
}
.form-content .required {
  padding: 3px 9.5px 4px;
  background-color: var(--clred01);
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.2vw;
  letter-spacing: 0;
  line-height: 1.6em;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .form-content .required {
    padding: 1px 6px 3px;
    font-size: 14px;
  }
}
.form-content input, .form-content textarea, .form-content select {
  width: 100%;
  border: 1px solid #B3B3B3;
  border-radius: 12px;
  padding: 10px;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
}
@media screen and (min-width: 768px) {
  .form-content input, .form-content textarea, .form-content select {
    font-size: 16px;
  }
}

.form-list li + li {
  margin-top: 20px;
}

.form-check-type-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .form-check-type-list {
    justify-content: space-between;
    flex-direction: row;
  }
}
.form-check-type-list.--no-title {
  gap: 0;
}
@media screen and (min-width: 768px) {
  .form-check-type-list.--no-title {
    justify-content: flex-start;
  }
}
.form-check-type-list.--no-title .form-check-type-list {
  justify-content: flex-start;
}

.form-check-type-dt {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
}
@media screen and (min-width: 768px) {
  .form-check-type-dt {
    max-width: 9.5em;
    font-size: 18px;
    line-height: 1.44em;
    letter-spacing: 0.1em;
  }
}

.form-check-type-dd {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 0.4em;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .form-check-type-dd {
    /*        max-width: 100%;*/
    max-width: 613px;
    width: calc(100% - 10em);
    padding-top: 0;
    gap: 15px 40px;
    font-size: 18px;
  }
}
.form-check-type-dd .form-check-type-txt-wrap {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
}
@media screen and (min-width: 768px) {
  .form-check-type-dd .form-check-type-txt-wrap {
    font-size: 16px;
    line-height: 1.56;
  }
}
.form-check-type-dd .form-check-type-txt-wrap {
  /*
          &.--half {
              width: 100%;

              @include mq(pc) {
                  max-width: 310px;
                  width: 100%;
              }
          }
  			*/
}
.form-check-type-dd .customCheck {
  display: none;
}
.form-check-type-dd .form-check-type-label {
  cursor: pointer;
}
.form-check-type-dd .form-check-type-label:has(input.customCheck:checked) .customRadio::after {
  background: var(--clred01);
}
.form-check-type-dd .customRadio {
  width: 14px;
  height: 14px;
  border: 1px solid #111;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 0.15em;
}
@media screen and (min-width: 768px) {
  .form-check-type-dd .customRadio {
    top: 0.2em;
  }
}
.form-check-type-dd .customRadio::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
}
.form-check-type-dd .form-check-type-txt {
  padding-left: 1.6em;
}
.form-check-type-dd .customCheck:checked + .customRadio::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--clred01);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.form-check-type-dd .infotxt {
  display: none;
}

.form-data-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .form-data-list {
    justify-content: space-between;
    flex-direction: row;
  }
}
.form-data-list.--no-title {
  gap: 0;
}
@media screen and (min-width: 768px) {
  .form-data-list.--no-title {
    justify-content: flex-start;
  }
}
.form-data-list.--no-title .form-data-list {
  justify-content: flex-start;
}

.form-data-dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 7px;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
}
@media screen and (min-width: 768px) {
  .form-data-dt {
    width: 11em;
    font-size: 18px;
    line-height: 1.44em;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1280px) {
  .form-data-dt {
    width: 9.5em;
    font-size: 18px;
    line-height: 1.44em;
    letter-spacing: 0.1em;
  }
}

.form-data-dd {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 0.4em;
  margin-left: 0;
  width: 100%;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .form-data-dd {
    max-width: 613px;
    width: calc(100% - 10em);
    padding-top: 0;
    gap: 0px 40px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .form-data-dd {
    max-width: 613px;
    width: calc(100% - 10em);
    padding-top: 0;
    gap: 0px 40px;
    font-size: 16px;
  }
}

.form-privacy {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .form-privacy {
    margin-top: 90px;
  }
}

.form-privacy_heading {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
}
@media screen and (min-width: 768px) {
  .form-privacy_heading {
    font-size: 16px;
  }
}

.form-privacy_read {
  margin-top: 15px;
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.2vw;
  letter-spacing: 0;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .form-privacy_read {
    font-size: 14px;
  }
}
.form-privacy_read span {
  color: var(--clred01);
}
.form-privacy_read span a {
  color: var(--clred01);
}

.form-agree {
  margin-top: 50px;
  text-align: center;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
}
@media screen and (min-width: 768px) {
  .form-agree {
    font-size: 16px;
    line-height: 1.5;
  }
}

.form-button-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .form-button-wrap {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin-top: 100px;
  }
}

input.form-send-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 280px;
  padding: 18px;
  border: solid 1px var(--clred01);
  background-color: var(--clred01);
  box-sizing: border-box;
  color: #fff;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.56em;
}
@media screen and (min-width: 768px) {
  input.form-send-button {
    padding: 16px;
    font-size: 18px;
  }
}
input.form-send-button.-back {
  border: solid 1px var(--clgray02);
  background-color: #fff;
  color: #000;
}

/* confirm */
@media screen and (min-width: 768px) {
  .sec-inquiry-lower {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1000px) {
  .sec-inquiry-lower {
    margin-bottom: 100px;
  }
}

.sec-inquiry-lower__heading {
  width: 100%;
  margin-bottom: 50px;
  color: var(--clred01);
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-inquiry-lower__heading {
    font-size: 25px;
  }
}

@media screen and (min-width: 768px) {
  .sec-inquiry-lower__read {
    width: 100%;
    text-align: center;
  }
}

.sec-inquiry-container.--confirm {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec-inquiry-container.--confirm .form-content {
    max-width: 865px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .sec-inquiry-container.--confirm .form-content + .form-content {
    margin-top: 35px;
  }
}
.sec-inquiry-container.--confirm .form-list li {
  padding-block: 20px;
  border-top: 1px solid var(--clgray02);
}
.sec-inquiry-container.--confirm .form-list li:last-child {
  border-bottom: 1px solid var(--clgray02);
}
.sec-inquiry-container.--confirm .form-data-list {
  align-items: flex-start;
  flex-direction: row;
  gap: 35px;
}
.sec-inquiry-container.--confirm .form-data-dt {
  width: 130px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .sec-inquiry-container.--confirm .form-data-dt {
    width: 9.5em;
  }
}
.sec-inquiry-container.--confirm .form-data-dd {
  padding-top: 0;
  align-self: center;
}
.sec-inquiry-container.--confirm .form-agree {
  display: none;
}

#pref {
  color: #c2c2c2;
}

option {
  color: #000;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.select-wrapper select {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
  background: #fff;
  width: 100%;
}

.select-wrapper::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: solid 0.14em #B3B3B3;
  border-right: solid 0.14em #B3B3B3;
  position: absolute;
  right: 3%;
  top: 40%;
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .select-wrapper::before {
    top: 35%;
  }
}

div.mw_wp_form_preview .select-wrapper::before {
  display: none;
}

input.form-box::-moz-placeholder, textarea.form-box::-moz-placeholder {
  color: #c2c2c2;
  opacity: 1;
}

input.form-box::placeholder, textarea.form-box::placeholder {
  color: #c2c2c2;
  opacity: 1;
}

input.form-box::-ms-input-placeholder, textarea.form-box::-ms-input-placeholder {
  color: #c2c2c2;
}/*# sourceMappingURL=contact.css.map */