  @charset "UTF-8";

/*==============================
header
==============================*/

.header {
  border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 767px) {
  .header {
    border-bottom: none;
    box-shadow: 0px 0px 10px 3px #dddddd;
  }
}


/*==============================
breadcrumb
==============================*/

.breadcrumb {
  margin: 0 0 10px 0;
  border-top: none;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: 0 0 4px 0;
    border-bottom: none;
  }
}


/*==============================
Title
==============================*/

.page_kv_box {
  margin-bottom: 50px;
  width: 100%;
  color: #333;
  text-align: center;
}

@media (max-width: 767px) {
  .page_kv_box {
    margin-top: 66px;
    margin-bottom: 40px;
  }
}

.page_kv_box .kv_ttl_box {
  padding-top: 160px;
}

@media (max-width: 767px) {
  .page_kv_box .kv_ttl_box {
    padding-top: 55px;
  }
}

.page_kv_box .kv_ttl_sub {
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 3px;
  font-size: 1.6rem;
  border-bottom: 1px solid #333;
}

@media (max-width: 767px) {
  .page_kv_box .kv_ttl_sub {
    font-size: 1.4rem;
  }
}

.page_kv_box .kv_ttl {
  font-size: 4.5rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 6px;
}

@media (max-width: 767px) {
  .page_kv_box .kv_ttl {
    font-size: 2.8rem;
    line-height: 2.2;
    letter-spacing: 2px;
  }
}

.page_kv_box .kv_ttl .ttl_en {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .page_kv_box .kv_ttl .ttl_en {
    font-size: 1rem;
  }
}


/*==============================
Section
==============================*/

.page_sec:first-of-type {
  margin-bottom: 0;
}

.page_sec:nth-of-type(2) {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .page_sec:nth-of-type(3) {
    margin-bottom: 70px;
  }
}

.page_ttl_box {
  text-align: center;
  margin-bottom: 55px;
  padding: 0;
  border: none;
}

@media screen and (max-width: 767px) {
  .page_ttl_box {
    margin-bottom: 35px;
  }
}

.page_ttl {
  position: relative;
  display: inline-block;
  margin: 0 0 30px 0;
  color: #d7092f;
  font-size: 45px;
  font-size: 4.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .page_ttl {
    margin: 0 0 30px 0;
    font-size: 30px;
    font-size: 3rem;
  }
}

.page_ttl:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #dadada;
}

@media screen and (max-width: 767px) {
  .page_ttl:before {
    bottom: -14px;
    width: 32px;
  }
}

.page_ttl_box .page_ttl_sub {
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .page_ttl_box .page_ttl_sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec_ttl {
  margin-bottom: 45px;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
}

@media (max-width: 767px) {
  .sec_ttl {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
}

.contact_process_box {
  margin-bottom: 40px;
  padding: 80px 0;
  background: #f5f5f5;
}

@media (max-width: 1100px) {
  .contact_process_box {
    margin-bottom: 20px;
    padding: 30px 0;
    border-top: 1px solid #ddd;
  }
}

.contact_process_box ul {
  display: flex;
  justify-content: center;
}

.contact_process_box .contact_process {
  font-size: 2.6rem;
  display: flex;
  align-items: flex-start;
  line-height: 1;
  color: #ddd;
}

@media (max-width: 1100px) {
  .contact_process_box .contact_process {
    display: block;
    font-size: 1.2rem;
    white-space: nowrap;
  }
}

.contact_process_box .contact_process.active {
  color: #333;
}

.contact_process_box .contact_process:nth-of-type(2) {
  position: relative;
  margin: 0 200px;
}

@media (max-width: 1100px) {
  .contact_process_box .contact_process:nth-of-type(2) {
    margin: 0 72px;
  }
}

.contact_process_box .contact_process:nth-of-type(2)::before, .contact_process_box .contact_process:nth-of-type(2)::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 120px;
  height: 4px;
  background-color: #ddd;
}

@media (max-width: 1100px) {
  .contact_process_box .contact_process:nth-of-type(2)::before, .contact_process_box .contact_process:nth-of-type(2)::after {
    top: -20px;
    width: 60px;
    height: 2px;
  }
}

.contact_process_box .contact_process:nth-of-type(2)::before {
  left: -160px;
}

@media (max-width: 1100px) {
  .contact_process_box .contact_process:nth-of-type(2)::before {
    left: -65px;
  }
}

.contact_process_box .contact_process:nth-of-type(2)::after {
  right: -160px;
}

@media (max-width: 1100px) {
  .contact_process_box .contact_process:nth-of-type(2)::after {
    right: -65px;
  }
}

.contact_process_box .contact_process-step {
  display: inline-block;
  margin-right: 19px;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 30px;
  background: #ddd;
  border-radius: 15px;
}

@media (max-width: 1100px) {
  .contact_process_box .contact_process-step {
    display: block;
    margin: 0 auto 9px;
  }
}

.contact_process_box .active .contact_process-step {
  background: #333;
}

.page_sec .contact_information, .page_sec .confirm_information {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .page_sec .contact_information, .page_sec .confirm_information {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}

.page_sec .contact_information a {
  text-decoration: underline;
}

/*==============================
Form
==============================*/

.contact_box *, .contact_box p {
  font-size: 1.4rem;
}

.contact_box {
  width: 100%;
}

.contact_box th {
  background-color: #808080;
  border: solid 1px #cccccc;
  color: #fff;
  text-align: left;
  padding: 20px 20px;
  vertical-align: middle;
  width: 340px;
  font-size: 1.5rem;
  font-weight: normal;
}

@media (max-width: 767px) {
  .contact_box th {
    font-size: 1.4rem;
  }
}

.contact_box th .contact_req {
  color: #fff;
  font-size: 10px;
  border: 1px solid;
  display: inline-block;
  padding: 0 2px;
  margin-left: 8px;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .contact_box th .contact_req {
    margin-left: 0;
  }
}

.contact_box td {
  border: solid 1px #cccccc;
  padding: 26px 20px;
}

@media (max-width: 767px) {
  .contact_box td {
    padding: 15px 20px;
  }
}

.contact_box td h3 {
  margin-top: 1rem;
  margin: 20px 0 18px;
}

@media (max-width: 767px) {
  .contact_box td h3:first-of-type {
    margin-top: 0;
  }
}

.contact_box td .business_type--mg {
  margin-top: -5px;
}

.contact_box_top {
  margin-bottom: 115px;
  width: 100%;
}

@media (max-width: 767px) {
  .contact_box_top {
    margin-bottom: 60px;
  }
}

.contact_box_top .slide_box {
  display: none;
}

@media (max-width: 767px) {
  .contact_box_top .slide_box td>div {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
  }
}

@media (max-width: 767px) {
  .contact_box_top .slide_box .th_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

.mw_wp_form_confirm .contact_box h3.business_type {
  display: none;
}

@media screen and (max-width: 767px) {
  .contact_box th, .contact_box td {
    display: block;
    width: 100%;
  }
  .contact_box td {
    border-top: none;
    border-bottom: none;
  }
  .contact_box tr:last-of-type {
    border-bottom: 1px solid #ccc;
  }
}

@media (max-width: 767px) {
  .contact_box th {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0!important;
  margin-right: 10px;
}

.business_type+p {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .business_type+p {
    flex-direction: column;
  }
}

.contact_box .mwform-radio-field {
  margin-right: 1% !important;
  padding-bottom: 2px;
  width: 32%;
}

@media (max-width: 767px) {
  .contact_box .mwform-radio-field {
    padding-bottom: 8px;
    width: 100%;
  }
}

.contact_box .mwform-radio-field label {
  display: flex;
  align-items: baseline;
}

.contact_box .mwform-checkbox-field input,
.contact_box .mwform-radio-field input {
  width: 20px;
}

.contact_box .mwform-radio-field-text {
  flex: 1;
}

.contact_box .mwform-radio-field.vertical-item {
  width: 100%;
}

.contact_box input[type="text"], .contact_box input[type="email"], .contact_box textarea, .contact_box select {
  padding: 16px;
  width: calc(100%);
  border: 1px solid #c8ced3;
  border-radius: 10px;
  -webkit-appearance: none;
  appearance: none;
}

@media (max-width: 767px) {
  .contact_box input[type="text"], .contact_box input[type="email"], .contact_box textarea, .contact_box select {
    border-radius: 5px;
  }
}

.contact_box .contact_select {
  width: 300px;
}

@media (max-width: 767px) {
  .contact_box .contact_select {
    width: 100%;
  }
}

.contact_box .contact_select {
  position: relative;
}

.contact_box .contact_select::before {
  content: "";
  position: absolute;
  top: 19px;
  right: 12px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-bottom: 2px solid #a2a7ab;
  border-right: 2px solid #a2a7ab;
  transform: rotate(45deg);
}

.parent-pageid-274 .contact_box .contact_select::before {
  content: none;
}

.contact_box textarea {
  font-family: inherit;
}

.contact_box .v_align {
  padding-top: 60px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .contact_box .v_align {
    padding-top: 1.5em;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .contact_box .v_align div {
    width: 100%;
  }
}

.contact_box .contact_note {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
}


/* button */

.contact_submit {
  font-size: 14px;
  text-align: center;
  margin: 120px 0 95px;
}

@media (max-width: 767px) {
  .contact_submit {
    margin: 55px 0 40px;
  }
}

.contact_submit p {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .contact_submit p {
    text-align: center;
    font-size: 1.5rem;
  }
}

.contact_submit .button_box {
  display: inline-block;
  margin: 25px 0;
  position: relative;
}

.contact_submit .button_box .bt-fill {
  width: 268px;
}

.page-id-280 .contact_submit .button_box .bt-fill {
  width: 170px;
}

@media (max-width: 767px) {
  .contact_submit .button_box span {
    margin-left: auto;
    margin-right: auto;
  }
}

.contact_submit .button_box .submit_button {
  font-family: 'icons' !important;
  font-size: 15px;
  font-size: 1.5rem;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (max-width: 767px) {
  .contact_submit .button_box {
    width: 100%;
  }
}

.contact_submit .button_box:hover::before {
  opacity: 0;
}

.contact_submit .back_button {
  border: none;
  cursor: pointer;
  padding: 0.5em 1.5em;
}

.contact_submit .button_box--back {
  display: none;
}

.page-id-280 .contact_submit .button_box--back {
  display: block;
  margin-top: 0;
}

.contact_submit .button_box--back .bt-fill {
  margin-right: auto;
  margin-left: auto;
  width: 170px;
  background: #333;
}

.contact_submit .button_box--back .bt-fill:hover > i {
  color: #333;
}

.contact_submit .button_box--back .back_button {
  color: #fff;
  background: none;
  font-size: 1.5rem;
}

.contact_submit .button_box--back .bt-fill>i {
  margin-right: 20px;
  margin-left: 0;
  transform: scale(-1, 1);
}


/* 都道府県をお選びください。 */

.contact_box .tr_prefecture {
  position: relative;
}

.contact_box .tr_prefecture:before {
  content: "都道府県をお選びください。";
  display: inline-block;
  position: absolute;
  left: 3em;
  z-index: 1;
}


/* 完了メッセージ */

.mw_wp_form_complete {
  text-align: center;
  padding: 1rem 0 2rem 0;
}

@media screen and (max-width: 767px) {
  .mw_wp_form_complete br {
    display: none;
  }
}

.mw_wp_form_complete+div.btn_box {
  padding-bottom: 10rem;
}

.mw_wp_form_complete+div.btn_box a {
  margin: 20px auto;
}

/* ラジオボタン */

.mwform-radio-field {
  accent-color: #d7092f;
}