@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  #fv {
    width: 100%;
    margin: 0;
    background: #fff;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  .catchphrase_wrapper {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 12vw;
    background: rgba(16, 8, 3, 0.5);
  }
  .catchphrase_wrapper h2 {
    font-size: 4.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    color: #fff;
    text-align: left;
    padding: 5vw 0 5vw 5%;
  }
  #tel {
    width: 100%;
    margin: 5vw 0 0;
  }
  .tel_wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .tel_heading_wrapper {
    width: 100%;
    margin: 0;
    background: #F4F1EF;
  }
  .tel_heading_txt {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 5vw 20%;
  }
  .tel_heading_txt:before, .tel_heading_txt:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 25%;
    height: 1px;
    background-color: #211A19;
  }
  .tel_heading_txt:before {
    left: 0;
  }
  .tel_heading_txt:after {
    right: 0;
  }
  .tel_txt {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    margin-top: 5vw;
  }
  .tel_bg_wrapper {
    width: 80%;
    margin: 5vw auto 0;
  }
  .tel_inner {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 81.6%;
    background: url("../images/contact/bg_symbol_gr.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  .tel_inner ul {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    list-style: none;
  }
  .tel_icon {
    width: 12%;
    margin: 3vw auto 0;
  }
  .tel_icon img {
    width: 100%;
    height: auto;
  }
  .tel_heading {
    margin-top: 3vw;
  }
  .tel_heading h3 {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-weight: 600;
  }
  .tel_number {
    margin-top: 3vw;
  }
  .tel_number a {
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    color: #194660;
  }
  .tel_time {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    margin-top: 3vw;
  }
  #form {
    width: 100%;
    margin: 15vw 0 0;
  }
  .contact_form_wrapper {
    width: 90%;
    margin: 0 auto;
    padding-top: 3.5vw;
    background: #F4F1EF;
    position: relative;
  }
  .contact_heading_wrapper {
    width: 75%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #194660;
  }
  .contact_heading {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    color: #fff;
    padding: 5vw 0;
  }
  .contact_notice_wrapper {
    margin: 6.3vw 0 0;
  }
  .contact_notice {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
  }
  .contact_notice span {
    color: #DC0011;
  }
  .form_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .contact-form {
    width: 100%;
    margin: 0;
  }
  .contact-form th {
    width: 100%;
    margin: 5vw 0 3vw;
    padding: 0;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    text-align: start;
    display: block;
  }
  .contact-form th span {
    color: #DC0011;
  }
  .confirm_txt {
    color: #211A19 !important;
  }
  .contact-form td {
    width: 100%;
    vertical-align: top;
    padding: 0;
    box-sizing: border-box;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: start;
    display: block;
  }
  .contact-form input, textarea, select {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    padding: 3vw 3%;
    box-sizing: border-box;
    border: none;
  }
  .contact-form input::placeholder {
    color: #8E8E8F;
  }
  .contact-form textarea::placeholder {
    color: #8E8E8F;
  }
  .contact-form select {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    padding: 3.6vw 3%;
    box-sizing: border-box;
  }
  .contact-form select::-ms-expand {
    display: none;
  }
  .is-empty {}
  .form_name {
    width: 100%;
  }
  .form_name_kana {
    width: 100%;
  }
  .form_email {
    width: 100%;
  }
  .form_email_confirm {
    width: 100%;
  }
  .form_post_code {
    width: 100%;
  }
  .form_address {
    width: 100%;
  }
  .form_tel_number {
    width: 100%;
  }
  .form_message {
    width: 100%;
  }
  .agree_wrapper {}
  .agree_note {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    margin: 0 0 3vw;
    padding: 0;
  }
  .agree_txt {
    width: 100%;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    background: #fff;
    text-align: start;
    padding: 4.5vw 3% 4vw 5%;
    display: inline-block;
    box-sizing: border-box;
  }
  .agree_emphasis {
    color: #DC0011;
  }
  .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  .wpcf7-list-item-label {
    padding-left: 3%;
    display: inline-block;
  }
  .contact-form input[type="checkbox"] {
    width: 3%;
    padding: 0;
    transform: scale(2.0);
  }
  .agree_checkbox {
    width: 2%;
    margin: -0.9vw 0 0;
    padding: 0;
    transform: scale(2.0);
    vertical-align: middle;
  }
  .form_btn {
    width: 50%;
    margin: 10vw auto 0;
    padding: 5vw 0 !important;
    background: #fff !important;
    color: #8E8E8F;
    display: block;
    -webkit-appearance: none;
    border: none;
    transition: all 0.3s;
  }
  .form_btn:hover {
    opacity: 0.7;
  }
  input[type="submit"] {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
  }
  .no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
  }
  .wpcf7-response-output {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    margin: 0 !important;
    padding: 5vw 5% !important;
    border: 2px solid #DC0011 !important;
  }
  .wpcf7-not-valid-tip {
    padding: 2vw 0 3vw 2%;
  }
  #privacy_policy {
    width: 100%;
    margin: 0 0 10vw;
  }
  .privacy_policy_bg_wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0 0;
    background: #F4F1EF;
  }
  .privacy_policy_heading_wrapper {
    width: 75%;
    margin: 7vw auto 0;
    background: #194660;
  }
  .privacy_policy_heading {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    color: #fff;
    padding: 5vw 0 3vw;
  }
  .privacy_policy_heading_txt {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    padding: 0 0 5vw;
  }
  .privacy_policy_wrapper {
    width: 90%;
    margin: 0 auto 5vw;
    background: #fff;
    border-radius: 25px;
    display: inline-block;
  }
  .privacy_policy_inner {
    width: 80%;
    list-style: none;
    margin: 0 auto;
    padding: 5vw 0;
  }
  .privacy_policy_txt {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 1vw;
    padding-left: 1em;
    text-indent: -1em;
  }
  .privacy_policy_txt:last-of-type {
    margin-bottom: 0;
  }
  .privacy_policy_ga_inner {
    width: 80%;
    list-style: none;
    margin: 0 auto;
    padding: 0 0 7vw;
  }
  .privacy_policy_ga_txt {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 0.5vw;
  }
  .privacy_policy_ga_txt:last-of-type {
    margin-bottom: 0;
  }
  #contact {
    display: none;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #fv {
    width: 100%;
    margin: 0;
    background: #fff;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  .catchphrase_wrapper {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 12vw;
    background: rgba(16, 8, 3, 0.5);
  }
  .catchphrase_wrapper h2 {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    color: #fff;
    text-align: left;
    padding: 5vw 0 5vw 5%;
  }
  #tel {
    width: 100%;
    margin: 5vw 0 0;
  }
  .tel_wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .tel_heading_wrapper {
    width: 100%;
    margin: 0;
    background: #F4F1EF;
  }
  .tel_heading_txt {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 5vw 20%;
  }
  .tel_heading_txt:before, .tel_heading_txt:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30%;
    height: 1px;
    background-color: #211A19;
  }
  .tel_heading_txt:before {
    left: 0;
  }
  .tel_heading_txt:after {
    right: 0;
  }
  .tel_txt {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    margin-top: 5vw;
  }
  .tel_bg_wrapper {
    width: 60%;
    margin: 5vw auto 0;
  }
  .tel_inner {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 81.6%;
    background: url("../images/contact/bg_symbol_gr.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  .tel_inner ul {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    list-style: none;
  }
  .tel_icon {
    width: 9%;
    margin: 3vw auto 0;
  }
  .tel_icon img {
    width: 100%;
    height: auto;
  }
  .tel_heading {
    margin-top: 3vw;
  }
  .tel_heading h3 {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-weight: 600;
  }
  .tel_number {
    margin-top: 3vw;
  }
  .tel_number a {
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    color: #194660;
  }
  .tel_time {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    margin-top: 3vw;
  }
  #form {
    width: 100%;
    margin: 15vw 0 0;
  }
  .contact_form_wrapper {
    width: 90%;
    margin: 0 auto;
    padding-top: 3.5vw;
    background: #F4F1EF;
    position: relative;
  }
  .contact_heading_wrapper {
    width: 75%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #194660;
  }
  .contact_heading {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    color: #fff;
    padding: 5vw 0;
  }
  .contact_notice_wrapper {
    margin: 6.3vw 0 0;
  }
  .contact_notice {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
  }
  .contact_notice span {
    color: #DC0011;
  }
  .form_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .contact-form {
    width: 100%;
    margin: 0;
  }
  .contact-form th {
    width: 100%;
    margin: 5vw 0 3vw;
    padding: 0;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    text-align: start;
    display: block;
  }
  .contact-form th span {
    color: #DC0011;
  }
  .confirm_txt {
    color: #211A19 !important;
  }
  .contact-form td {
    width: 100%;
    vertical-align: top;
    padding: 0;
    box-sizing: border-box;
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: start;
    display: block;
  }
  .contact-form input, textarea, select {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    padding: 3vw 3%;
    box-sizing: border-box;
    border: none;
  }
  .contact-form input::placeholder {
    color: #8E8E8F;
  }
  .contact-form textarea::placeholder {
    color: #8E8E8F;
  }
  .contact-form select {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    padding: 3.6vw 3%;
    box-sizing: border-box;
  }
  .contact-form select::-ms-expand {
    display: none;
  }
  .is-empty {}
  .form_name {
    width: 100%;
  }
  .form_name_kana {
    width: 100%;
  }
  .form_email {
    width: 100%;
  }
  .form_email_confirm {
    width: 100%;
  }
  .form_post_code {
    width: 100%;
  }
  .form_address {
    width: 100%;
  }
  .form_tel_number {
    width: 100%;
  }
  .form_message {
    width: 100%;
  }
  .agree_wrapper {}
  .agree_note {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    margin: 0 0 3vw;
    padding: 0;
  }
  .agree_txt {
    width: 100%;
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    background: #fff;
    text-align: start;
    padding: 4.5vw 3% 4vw 5%;
    display: inline-block;
    box-sizing: border-box;
  }
  .agree_emphasis {
    color: #DC0011;
  }
  .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  .wpcf7-list-item-label {
    padding-left: 3%;
    display: inline-block;
  }
  .contact-form input[type="checkbox"] {
    width: 3%;
    padding: 0;
    transform: scale(2.0);
  }
  .agree_checkbox {
    width: 2%;
    margin: -0.9vw 0 0;
    padding: 0;
    transform: scale(2.0);
    vertical-align: middle;
  }
  .form_btn {
    width: 50%;
    margin: 10vw auto 0;
    padding: 5vw 0 !important;
    background: #fff !important;
    color: #8E8E8F;
    display: block;
    -webkit-appearance: none;
    border: none;
    transition: all 0.3s;
  }
  .form_btn:hover {
    opacity: 0.7;
  }
  input[type="submit"] {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
  }
  .no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
  }
  .wpcf7-response-output {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    margin: 0 !important;
    padding: 5vw 5% !important;
    border: 2px solid #DC0011 !important;
  }
  .wpcf7-not-valid-tip {
    padding: 2vw 0 3vw 2%;
  }
  #privacy_policy {
    width: 100%;
    margin: 0 0 10vw;
  }
  .privacy_policy_bg_wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0 0;
    background: #F4F1EF;
  }
  .privacy_policy_heading_wrapper {
    width: 75%;
    margin: 7vw auto 0;
    background: #194660;
  }
  .privacy_policy_heading {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    color: #fff;
    padding: 5vw 0 3vw;
  }
  .privacy_policy_heading_txt {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    padding: 0 0 5vw;
  }
  .privacy_policy_wrapper {
    width: 90%;
    margin: 0 auto 5vw;
    background: #fff;
    border-radius: 25px;
    display: inline-block;
  }
  .privacy_policy_inner {
    width: 80%;
    list-style: none;
    margin: 0 auto;
    padding: 5vw 0;
  }
  .privacy_policy_txt {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 1vw;
    padding-left: 1em;
    text-indent: -1em;
  }
  .privacy_policy_txt:last-of-type {
    margin-bottom: 0;
  }
  .privacy_policy_ga_inner {
    width: 80%;
    list-style: none;
    margin: 0 auto;
    padding: 0 0 7vw;
  }
  .privacy_policy_ga_txt {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 0.5vw;
  }
  .privacy_policy_ga_txt:last-of-type {
    margin-bottom: 0;
  }
  #contact {
    display: none;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  #fv {
    width: 100%;
    margin: 0;
    background: #fff;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  .catchphrase_wrapper {
    width: 35%;
    position: absolute;
    bottom: 10vw;
    right: 0;
    background: rgba(16, 8, 3, 0.5);
  }
  .catchphrase_wrapper h2 {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    text-align: left;
    padding: 4vw 0 4vw 5%;
  }
  #tel {
    width: 100%;
    margin: 0;
  }
  .tel_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .tel_heading_wrapper {
    width: 100%;
    margin: 3vw 0 0;
    background: #F4F1EF;
  }
  .tel_heading_txt {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 3vw 20%;
  }
  .tel_heading_txt:before, .tel_heading_txt:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35%;
    height: 1px;
    background-color: #211A19;
  }
  .tel_heading_txt:before {
    left: 0;
  }
  .tel_heading_txt:after {
    right: 0;
  }
  .tel_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    margin-top: 5vw;
  }
  .tel_bg_wrapper {
    width: 50%;
    margin: 5vw auto 0;
  }
  .tel_inner {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 81.6%;
    background: url("../images/contact/bg_symbol_gr.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  .tel_inner ul {
    width: 65%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    list-style: none;
  }
  .tel_icon {
    width: 100%;
    margin-top: 2vw;
  }
  .tel_icon img {
    width: 15%;
    height: auto;
  }
  .tel_heading {
    margin-top: 3vw;
  }
  .tel_heading h3 {
    font-size: 1.6vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
  }
  .tel_number {
    margin-top: 3vw;
  }
  .tel_number a {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    color: #194660;
  }
  .tel_time {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin-top: 3vw;
  }
  #form {
    width: 100%;
    margin: 15vw 0 0;
  }
  .contact_form_wrapper {
    width: 80%;
    margin: 0 auto;
    padding-top: 3.5vw;
    background: #F4F1EF;
    position: relative;
  }
  .contact_heading_wrapper {
    width: 50%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #194660;
  }
  .contact_heading {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    padding: 3vw 0;
  }
  .contact_notice_wrapper {
    margin: 3vw 0 0;
  }
  .contact_notice {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
  }
  .contact_notice span {
    color: #DC0011;
  }
  .form_wrapper {
    width: 80%;
    margin: 3vw auto 0;
  }
  .contact-form {
    width: 100%;
    margin: 0;
  }
  .contact-form th {
    width: 30%;
    margin: 0 0 3vw;
    padding: 1.25vw 0;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    text-align: end;
    display: inline-block;
  }
  .contact-form th span {
    color: #DC0011;
  }
  .confirm_txt {
    color: #211A19 !important;
  }
  .contact-form td {
    width: 70%;
    vertical-align: top;
    padding: 0;
    box-sizing: border-box;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: start;
    display: inline-block;
  }
  .last {
    margin: 3vw 0 0 !important;
  }
  .contact-form input, textarea, select {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    padding: 1vw 0 1vw 2%;
    box-sizing: border-box;
    border: none;
  }
  .contact-form input::placeholder {
    color: #8E8E8F;
  }
  .contact-form textarea::placeholder {
    color: #8E8E8F;
  }
  .contact-form select {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    padding: 1.25vw 0 1.25vw 2%;
    box-sizing: border-box;
  }
  .contact-form select::-ms-expand {
    display: none;
  }
  .is-empty {}
  .form_name {
    width: 60%;
  }
  .form_name_kana {
    width: 60%;
  }
  .form_email {
    width: 90%;
  }
  .form_email_confirm {
    width: 90%;
  }
  .form_post_code {
    width: 50%;
  }
  .form_address {
    width: 100%;
  }
  .form_tel_number {
    width: 50%;
  }
  .form_message {
    width: 100%;
  }
  .agree_wrapper {}
  .agree_note {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    padding: 1.2vw 0 1.3vw 2%;
  }
  .agree_txt {
    width: 100%;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    background: #fff;
    text-align: start;
    padding: 1.2vw 0 1.3vw 3%;
    display: inline-block;
    box-sizing: border-box;
  }
  .agree_emphasis {
    color: #DC0011;
  }
  .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  .wpcf7-list-item-label {
    padding-left: 2%;
    display: inline-block;
  }
  .contact-form input[type="checkbox"] {
    width: 2%;
    padding: 0;
    transform: scale(2.0);
  }
  .agree_checkbox {
    width: 2%;
    margin: -0.1vw 0 0;
    padding: 0;
    transform: scale(2.0);
    vertical-align: middle;
  }
  .form_btn {
    width: 25%;
    margin: 5vw auto 3vw;
    display: block;
    -webkit-appearance: none;
    border: none;
    transition: all 0.3s;
  }
  .form_btn:hover {
    opacity: 0.7;
  }
  input[type="submit"] {
    background: #fff;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #8E8E8F;
    padding: 2vw 0;
  }
  .no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
  }
  .wpcf7-response-output {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    padding: 2vw 0 !important;
    border: 2px solid #DC0011 !important;
  }
  .wpcf7-not-valid-tip {
    padding: 1vw 0 3vw 2%;
  }
  #privacy_policy {
    width: 100%;
    margin: 0 0 5vw;
  }
  .privacy_policy_bg_wrapper {
    width: 80%;
    margin: 0 auto;
    background: #F4F1EF;
  }
  .privacy_policy_heading_wrapper {
    width: 50%;
    margin: 3vw auto 0;
    background: #194660;
  }
  .privacy_policy_heading {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    padding: 2vw 0 1vw;
  }
  .privacy_policy_heading_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    padding: 0 0 2vw;
  }
  .privacy_policy_wrapper {
    width: 95%;
    margin: 0 auto 2vw;
    background: #fff;
    border-radius: 40px;
    display: inline-block;
  }
  .privacy_policy_inner {
    width: 80%;
    list-style: none;
    margin: 0 auto;
    padding: 4vw 0;
  }
  .privacy_policy_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 1vw;
    padding-left: 1em;
    text-indent: -1em;
  }
  .privacy_policy_txt:last-of-type {
    margin-bottom: 0;
  }
  .privacy_policy_ga_inner {
    width: 80%;
    list-style: none;
    margin: 0 auto;
    padding: 0 0 4vw;
  }
  .privacy_policy_ga_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 0.5vw;
  }
  .privacy_policy_ga_txt:last-of-type {
    margin-bottom: 0;
  }
  #contact {
    display: none;
  }
}