@charset "UTF-8";
.contact .page_mainVisual {
  background-image: url(../img/contact/mainVisual_img.jpg);
}
.contact .page_title {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .contact .page_title {
    width: calc(100% - 48px);
  }
}
@media (min-width: 768px) {
  .contact .page_title {
    width: calc(100% - 60px);
    max-width: 780px;
  }
}
.contact .page_title_txt {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .contact .page_title_txt {
    width: calc(100% - 48px);
  }
}
@media (min-width: 768px) {
  .contact .page_title_txt {
    width: calc(100% - 60px);
    max-width: 780px;
  }
}
.contact .page_contents {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .contact .page_contents {
    width: calc(100% - 48px);
  }
}
@media (min-width: 768px) {
  .contact .page_contents {
    width: calc(100% - 60px);
    max-width: 780px;
  }
}
@media (min-width: 768px) {
  .contact .page_contents {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .contact .contact_info {
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .contact .contact_info {
    margin-bottom: 60px;
  }
}
.contact .contact_info .title {
  color: #230505;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .contact .contact_info .title {
    margin-bottom: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .contact .contact_info .title {
    margin-bottom: 48px;
    font-size: 3rem;
  }
}
.contact .contact_info .num_list {
  list-style: none;
}
@media (min-width: 768px) {
  .contact .contact_info .num_list {
    display: flex;
    justify-content: center;
  }
}
.contact .contact_info .num_list > li {
  color: #230505;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 767px) {
  .contact .contact_info .num_list > li {
    margin-top: 12px;
    font-size: 1.4rem;
  }
  .contact .contact_info .num_list > li:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .contact .contact_info .num_list > li {
    margin: 0 15px;
    font-size: 1.6rem;
  }
}
.contact .contact_info .num_list .num {
  color: #c89535;
  font-family: "Noto Serif KR", serif;
}
@media (max-width: 767px) {
  .contact .contact_info .num_list .num {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .contact .contact_info .num_list .num {
    font-size: 2.4rem;
  }
}
.contact .contact_info .num_list .ex {
  color: #666;
  margin-top: 6px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .contact .contact_info .num_list .ex {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .contact .contact_info .num_list .ex {
    font-size: 1.2rem;
  }
}
.contact .contact_form .form_title {
  color: #230505;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .contact .contact_form .form_title {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .contact .contact_form .form_title {
    margin-bottom: 24px;
    font-size: 2rem;
  }
}
.contact .contact_form .form_guide {
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .contact .contact_form .form_guide {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .contact .contact_form .form_guide {
    margin-bottom: 60px;
    text-align: center;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .contact .contact_form .formArea .form_table {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .contact .contact_form .formArea .form_table {
    margin: 0 auto 60px;
    table-layout: fixed;
  }
}
@media (max-width: 767px) {
  .contact .contact_form .formArea .form_table > tbody {
    display: block;
  }
  .contact .contact_form .formArea .form_table > tbody > tr {
    display: block;
  }
  .contact .contact_form .formArea .form_table > tbody > tr > th, .contact .contact_form .formArea .form_table > tbody > tr > td {
    display: block;
  }
}
.contact .contact_form .formArea .form_table > tbody > tr:first-child > th, .contact .contact_form .formArea .form_table > tbody > tr:first-child > td {
  padding-top: 0;
}
.contact .contact_form .formArea .form_table > tbody > tr > th {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .contact .contact_form .formArea .form_table > tbody > tr > th {
    padding-top: 24px;
  }
}
@media (min-width: 768px) {
  .contact .contact_form .formArea .form_table > tbody > tr > th {
    width: 250px;
    padding: 30px 30px 0 0;
  }
}
.contact .contact_form .formArea .form_table > tbody > tr > th .th_inner {
  color: #230505;
  text-align: left;
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact .contact_form .formArea .form_table > tbody > tr > th .th_inner {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .contact .contact_form .formArea .form_table > tbody > tr > th .th_inner {
    font-size: 1.6rem;
  }
}
.contact .contact_form .formArea .form_table > tbody > tr > th .th_inner.required:after {
  content: "必須";
  margin-left: auto;
  padding: 2px 4px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  background: #c89535;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .contact .contact_form .formArea .form_table > tbody > tr > th .th_inner.required:after {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .contact .contact_form .formArea .form_table > tbody > tr > th .th_inner.required:after {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .contact .contact_form .formArea .form_table > tbody > tr > td {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .contact .contact_form .formArea .form_table > tbody > tr > td {
    width: calc(100% - 280px);
    padding-top: 30px;
    vertical-align: middle;
  }
}
.contact .contact_form .formArea .form_table > tbody > tr > td input[type=text], .contact .contact_form .formArea .form_table > tbody > tr > td textarea {
  width: 100%;
}
.contact .contact_form .formArea .form_table .checkbox_bold {
  color: #230505;
  font-weight: 400;
}
.contact .contact_form .formArea .form_privacyAgree {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .contact .contact_form .formArea .form_privacyAgree {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .contact .contact_form .formArea .form_privacyAgree {
    margin-bottom: 30px;
    text-align: center;
  }
}
.contact .contact_form .formArea .form_submitBtnArea {
  text-align: center;
}
.contact .contact_form .formArea .form_submitBtnArea .btn {
  width: 40%;
  max-width: 300px;
  padding: 12px;
  font-size: 1.6rem;
}
.contact.finish .form_guide {
  padding: 60px 0;
}
.contact.pro .page_mainVisual {
  background: url("../img/contact/mainVisual_pro_img.jpg"), linear-gradient(#d0d0d0 0%, #ededed 100%);
  background-size: contain;
  background-repeat: no-repeat;
}
.contact.pro .page_title, .contact.pro .page_title_txt {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .contact.pro .page_title, .contact.pro .page_title_txt {
    width: calc(100% - 48px);
  }
}
@media (min-width: 768px) {
  .contact.pro .page_title, .contact.pro .page_title_txt {
    width: calc(100% - 60px);
    max-width: 960px;
  }
}
.contact.pro .page_contents {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .contact.pro .page_contents {
    width: calc(100% - 48px);
  }
}
@media (min-width: 768px) {
  .contact.pro .page_contents {
    width: calc(100% - 60px);
    max-width: 960px;
  }
}
.contact.pro .page_contents .contact_form {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .contact.pro .pro_message {
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .contact.pro .pro_message {
    margin-bottom: 120px;
    display: flex;
  }
}
@media (max-width: 767px) {
  .contact.pro .pro_message .imgArea {
    height: 60vw;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .contact.pro .pro_message .imgArea {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .contact.pro .pro_message .imgArea {
    margin-right: 60px;
    width: calc(100% - 400px);
  }
}
@media (min-width: 960px) {
  .contact.pro .pro_message .imgArea {
    margin-right: 60px;
    width: calc(100% - 600px);
  }
}
.contact.pro .pro_message .imgArea .mainImg {
  width: 100%;
}
@media (max-width: 767px) {
  .contact.pro .pro_message .imgArea .mainImg {
    position: relative;
    top: -30%;
  }
}
@media (max-width: 767px) {
  .contact.pro .pro_message .txtArea {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .contact.pro .pro_message .txtArea {
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .contact.pro .pro_message .txtArea {
    width: 400px;
  }
}
@media (min-width: 960px) {
  .contact.pro .pro_message .txtArea {
    width: 600px;
  }
}
.contact.pro .pro_message .txtArea .usecase {
  table-layout: fixed;
}
@media (max-width: 767px) {
  .contact.pro .pro_message .txtArea .usecase {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .contact.pro .pro_message .txtArea .usecase {
    margin-bottom: 30px;
  }
}
.contact.pro .pro_message .txtArea .usecase > tbody > tr > th {
  width: 64px;
}
@media (max-width: 767px) {
  .contact.pro .pro_message .txtArea .usecase > tbody > tr > th {
    padding-top: 6px;
  }
}
@media (min-width: 768px) {
  .contact.pro .pro_message .txtArea .usecase > tbody > tr > th {
    padding-top: 12px;
  }
}
.contact.pro .pro_message .txtArea .usecase > tbody > tr > th p {
  width: 100%;
  padding: 3px 0;
  color: #c89535;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #c89535;
}
.contact.pro .pro_message .txtArea .usecase > tbody > tr > td {
  width: calc(100% - 64px);
  color: #230505;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .contact.pro .pro_message .txtArea .usecase > tbody > tr > td {
    padding: 6px 0 0 6px;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .contact.pro .pro_message .txtArea .usecase > tbody > tr > td {
    padding: 12px 0 0 12px;
    font-size: 1.6rem;
  }
}
@media (max-width: 959px) {
  .contact.pro .pro_message .txtArea .usecase > tbody > tr > td .singleLine {
    display: none;
  }
}
@media (min-width: 960px) {
  .contact.pro .pro_message .txtArea .usecase > tbody > tr > td .twoLines {
    display: none;
  }
}
.contact.pro .pro_message .txtArea .usecase > tbody > tr:first-child > th, .contact.pro .pro_message .txtArea .usecase > tbody > tr:first-child > td {
  padding-top: 0;
}
.contact.pro .pro_message .txtArea .mainTxt {
  color: #230505;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .contact.pro .pro_message .txtArea .mainTxt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .contact.pro .pro_message .txtArea .mainTxt {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
.contact.pro .pro_message .txtArea .mainTxt .sample_checkbox {
  content: "";
  width: 1em;
  height: 1em;
  margin: 0 0.2em;
  border: 1px solid #ccc;
  background: #ededed;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: 0.15em;
  left: -0.15em;
}
.contact.pro .pro_message .txtArea .mainTxt .sample_checkbox::after {
  content: "";
  width: 1em;
  height: 0.5em;
  margin-right: 0.25em;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  transform: translateY(-10%) rotate(-45deg);
  transform-origin: top left;
}
.contact.pro .pro_message .txtArea .mainTxt .sample_checkbox.checked {
  background: transparent;
}
.contact.pro .pro_message .txtArea .mainTxt .sample_checkbox.checked::after {
  border-left: 2px solid #c89535;
  border-bottom: 2px solid #c89535;
}
.contact.pro .contact_info .title_en {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact.pro .contact_info .title_en {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .contact.pro .contact_info .title_en {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}
.contact.pro .contact_info .title_en .border {
  height: 1px;
  flex-grow: 1;
  background: #ccc;
}
.contact.pro .contact_info .title_en .txt {
  margin: 0 12px;
  color: #c89535;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.1em;
  flex-grow: 0;
}