@charset "UTF-8";
/* ==================================================
	common
================================================== */
.cf-turnstile {
  display: none;
}
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 767px) {
  #contact {}

  .contact_wrapper,
  .contact_form_wrapper {
    width: 90%;
    margin: 12vw auto 0;
    padding: 0;
  }

  .contact_inner h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6em;
  }

  .contact_inner h3:last-of-type {
    margin-top: 12vw;
  }

  .contact_inner p {
    line-height: 1.6em;
    margin-top: 5vw;
  }

  .contact_inner p span {
    font-weight: 700;
  }

  .common_linkbtn_wrapper span {
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #231815;
    text-align: left;
    display: block;
    padding-top: 3vw;
  }

  .common_linkbtn_wrapper a.line {
    color: #06C755;
    border: 2px solid #06C755;
  }

  .contact-form,
  .contact-form tbody,
  .contact-form tr,
  .contact-form th,
  .contact-form td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  .contact-form tr {
    margin-top: 8vw;
  }

  .contact-form tr:first-child {
    margin-top: 0;
  }

  .contact-form th,
  .contact-form td {
    padding: 0;
  }

  .contact-form th p {
    line-height: 1.6em;
    text-align: left;
    padding: 0;
  }

  .contact-form td {
    line-height: 1.6em;
    text-align: left;
    margin-top: 3vw;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    width: 100%;
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    color: inherit;
    padding: 4vw 4%;
    background: #FFF;
    border: 2px solid #231815;
    box-sizing: border-box;
    outline: none !important;
  }

  .contact-form textarea {
    min-height: 45vw;
    resize: vertical;
  }

  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    color: #231815;
  }

  .contact-form select::-ms-expand {
    display: none;
  }

  .is-empty {
    color: #231815;
  }

  .agree_item {
    margin-top: 10vw;
  }

  .agree_note {
    line-height: 1.6em;
    letter-spacing: 0.05em;
  }

  .agree_note span {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 1%;
  }

  .agree_note span a {
    font-weight: 700;
    display: block;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 1.5vw;
  }

  .agree_txt {
    width: 100%;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    text-align: start;
    margin-top: 5vw;
    display: inline-block;
    box-sizing: border-box;
  }

  .agree_emphasis {
    font-weight: 700;
    letter-spacing: 0.05em;
    vertical-align: middle;
    padding-right: 1%;
  }

  .contact-form input[type="checkbox"] {
    width: 22px;
    height: 22px;
    padding: 0;
  }

  input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 2px solid #231815;
    cursor: pointer;
    box-sizing: border-box;
  }

  input[type="checkbox"]:checked:before {
    position: absolute;
    top: 4.5px;
    left: 6.5px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #231815;
    border-bottom: 2px solid #231815;
    content: '';
  }

  .wpcf7-list-item {
    display: block;
    margin: 0;
  }

  .wpcf7-list-item-label {
    vertical-align: middle;
    padding-left: 2%;
  }

  input[type="submit"] {
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: #231815;
    text-align: center;
    background: #FFF;
  }

  .btn_confirm {
    width: 85%;
    min-width: 0;
    display: block;
    border: 2px solid #231815;
    margin: 12vw auto 0;
    padding: 4vw 5%;
  }

  .wpcf7-response-output {
    font-weight: 700;
    line-height: 1.6em;
    color: #231815;
    text-align: left;
    margin: 5vw 0 0 !important;
    padding: 0 !important;
    border: none !important;
  }

  .wpcf7-not-valid-tip {
    color: #FFF;
    line-height: 1.6em;
    margin-top: 3vw;
    padding: 3vw 4%;
    background: #231815;
    display: inline-block;
  }

  .wpcf7-spinner {
    display: flex !important;
    margin: 4vw auto 0 !important;
  }
}

/* ==================================================
	tb
================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #contact {}

  .contact_wrapper,
  .contact_form_wrapper {
    width: 85%;
    margin: 8vw auto 0;
    padding: 0;
  }

  .contact_inner h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6em;
  }

  .contact_inner h3:last-of-type {
    margin-top: 8vw;
  }

  .contact_inner p {
    line-height: 1.6em;
    margin-top: 3vw;
  }

  .contact_inner p span {
    font-weight: 700;
  }

  .common_linkbtn_wrapper span {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #231815;
    text-align: left;
    display: block;
    padding-top: 2vw;
  }

  .common_linkbtn_wrapper a.line {
    color: #06C755;
    border: 2px solid #06C755;
  }

  .contact-form {
    width: 100%;
  }

  .contact-form th {
    width: 32%;
    vertical-align: middle;
    box-sizing: border-box;
    padding-bottom: 4vw;
  }

  .contact-form td {
    width: 68%;
    line-height: 1.6em;
    text-align: left;
    box-sizing: border-box;
    padding-bottom: 4vw;
  }

  .contact-form tr:last-child th,
  .contact-form tr:last-child td {
    padding-bottom: 0;
  }

  .contact-form th p {
    line-height: 1.6em;
    text-align: left;
    padding: 2vw 0;
  }

  .contact-form tr:last-child th {
    vertical-align: top;
  }

  .contact-form tr:last-child th p {
    padding: 0;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    width: 100%;
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    color: inherit;
    padding: 2vw 4%;
    background: #FFF;
    border: 2px solid #231815;
    box-sizing: border-box;
    outline: none !important;
  }

  .contact-form textarea {
    min-height: 28vw;
    resize: vertical;
  }

  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    color: #231815;
  }

  .contact-form select::-ms-expand {
    display: none;
  }

  .is-empty {
    color: #231815;
  }

  .agree_item {
    margin-top: 5vw;
  }

  .agree_note {
    line-height: 1.6em;
    letter-spacing: 0.05em;
  }

  .agree_note span {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 0.5%;
  }

  .agree_note span a {
    font-weight: 700;
    display: block;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.8vw;
  }

  .agree_txt {
    width: 100%;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    text-align: start;
    margin-top: 3vw;
    display: inline-block;
    box-sizing: border-box;
  }

  .agree_emphasis {
    font-weight: 700;
    letter-spacing: 0.05em;
    vertical-align: middle;
    padding-right: 0.5%;
  }

  .contact-form input[type="checkbox"] {
    width: 22px;
    height: 22px;
    padding: 0;
  }

  input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 2px solid #231815;
    cursor: pointer;
    box-sizing: border-box;
  }

  input[type="checkbox"]:checked:before {
    position: absolute;
    top: 4.5px;
    left: 6.5px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #231815;
    border-bottom: 2px solid #231815;
    content: '';
  }

  .wpcf7-list-item {
    display: block;
    margin: 0;
  }

  .wpcf7-list-item-label {
    vertical-align: middle;
    padding-left: 1%;
  }

  input[type="submit"] {
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: #231815;
    text-align: center;
    background: #FFF;
  }

  .btn_confirm {
    width: fit-content;
    min-width: 280px;
    display: block;
    border: 2px solid #231815;
    margin: 8vw auto 0;
    padding: 2vw 5%;
  }

  .wpcf7-response-output {
    font-weight: 700;
    line-height: 1.6em;
    color: #231815;
    text-align: center;
    margin: 3vw 0 0 !important;
    padding: 0 !important;
    border: none !important;
  }

  .wpcf7-not-valid-tip {
    color: #FFF;
    line-height: 1.6em;
    margin-top: 2vw;
    padding: 2vw 4%;
    background: #231815;
    display: inline-block;
  }

  .wpcf7-spinner {
    display: flex !important;
    margin: 3vw auto 0 !important;
  }
}

/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  #contact {}
  .contact_wrapper {
    width: 70%;
    margin: 5vw auto 0;
    padding: 0;
  }
  .contact_inner {}
  .contact_inner h3 {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6em;
  }
  .contact_inner h3:last-of-type {
    margin-top: 5vw;
  }
  .contact_inner p {
    line-height: 1.8em;
    margin-top: 5vw;
  }
  .contact_inner p span {
    font-weight: 700;
  }
  .common_linkbtn_wrapper span {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.8em;
    color: #231815;
    text-align: left;
    display: block;
    padding-top: 1.05vw;
  }
  .common_linkbtn_wrapper a.line {
    color: #06C755;
    border: 2px solid #06C755;
  }
  .contact_form_wrapper {
    width: 70%;
    margin: 5vw auto 0;
    padding: 0;
  }
  .contact-form {
    width: 100%;
  }
  .contact-form tr {}
  .contact-form th {
    width: 30%;
    vertical-align: middle;
    box-sizing: border-box;
    padding-bottom: 2.5vw;
  }
  .contact-form tr:last-child th {
    vertical-align: top;
    padding-bottom: 0;
  }
  .contact-form th p {
    line-height: 1.6em;
    text-align: left;
    padding: 1.75vw 0;
  }
  .contact-form tr:last-child th p {
    padding: 0;
  }
  .contact-form td {
    width: 70%;
    line-height: 1.6em;
    text-align: left;
    box-sizing: border-box;
    padding-bottom: 2.5vw;
  }
  .contact-form tr:last-child td {
    padding-bottom: 0;
  }
  .contact-form input, textarea, select {
    width: 100%;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: inherit;
    padding: 1.75vw 5%;
    background: #FFF;
    border: 2px solid #231815;
    box-sizing: border-box;
    outline: none !important;
  }
  .contact-form input {}
  .contact-form textarea {}
  .contact-form select {}
  .contact-form input::placeholder {
    color: #231815;
  }
  .contact-form textarea::placeholder {
    color: #231815;
  }
  .contact-form select::-ms-expand {
    display: none;
  }
  .is-empty {
    color: #231815;
  }
  .agree_item {
    margin-top: 3vw;
  }
  td.agree_item {}
  .agree_note {
    line-height: 1.6em;
    letter-spacing: 0.1em;
  }
  .agree_note span {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 0.5%;
  }
  .agree_note span a {
    font-weight: 700;
    display: block;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.5vw;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .agree_note span a:hover {
    opacity: 0.3;
  }
  .agree_txt {
    width: 100%;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    text-align: start;
    margin-top: 2.5vw;
    display: inline-block;
    box-sizing: border-box;
  }
  .agree_emphasis {
    font-weight: 700;
    letter-spacing: 0.1em;
    vertical-align: middle;
    padding-right: 0.5%;
  }
  .contact-form input[type="checkbox"] {
    letter-spacing: 0.1em;
  }
  .agree_checkbox {}
  input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 2px solid #231815;
    cursor: pointer;
    box-sizing: border-box;
  }
  input[type="checkbox"]:checked:before {
    position: absolute;
    top: 4.5px;
    left: 6.5px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #231815;
    border-bottom: 2px solid #231815;
    content: '';
  }
  .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  .wpcf7-list-item-label {
    vertical-align: middle;
    padding-left: 0.5%;
  }
  input[type="submit"] {
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: #231815;
    text-align: center;
    background: #FFF;
  }
  .btn_confirm {
    width: fit-content;
    min-width: 280px;
    display: block;
    border: 2px solid #231815;
    margin: 5vw auto 0;
    padding: 1.75vw 2.5%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .btn_confirm:hover {
    opacity: 0.3;
  }
  .wpcf7-response-output {
    font-weight: 700;
    line-height: 1.6em;
    color: #231815;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }
  .wpcf7-not-valid-tip {
    color: #FFF;
    margin-top: 1.75vw;
    padding: 1.75vw 5%;
    background: #231815;
    display: inline-block;
  }
  .wpcf7-spinner {
    display: flex !important;
    margin: 0 auto !important;
  }
}