select, input {
  color: #000000;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .input-date {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .full-sp {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .title-main {
    line-height: 1;
  }
}

.contact-top {
  display: flex;
  gap: 45px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .contact-top {
    flex-direction: column;
  }
}
.contact-top .contact-slide-area {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .contact-top .contact-slide-area {
    width: 471px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-top .contact-slide-area {
    width: 100%;
  }
}
.contact-top .bar {
  position: relative;
  width: 100px;
  height: 3px;
  background: #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
  margin-left: auto;
  margin-right: 50px;
}
.contact-top .bar span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #473F34;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}
.contact-top .contact-swiper-pagination {
  position: absolute;
  width: auto;
  left: auto;
  right: 0;
  font-size: 14px;
  top: calc(100% + -15px);
}
.contact-top .swiper-button-prev,
.contact-top .swiper-button-next {
  background-color: #473F34;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
@media only screen and (max-width: 767px) {
  .contact-top .swiper-button-prev,
  .contact-top .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
.contact-top .swiper-button-next {
  right: -25px;
  top: calc(50% - 25px);
}
@media only screen and (max-width: 767px) {
  .contact-top .swiper-button-next {
    right: -15px;
    top: calc(50% - 10px);
  }
}
.contact-top .swiper-button-next::after {
  content: "";
  background-image: url("/misc/tri_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 12px;
}
@media only screen and (max-width: 767px) {
  .contact-top .swiper-button-next::after {
    width: 10px;
    height: 10px;
  }
}
.contact-top .swiper-button-prev {
  left: -25px;
  top: calc(50% - 25px);
}
@media only screen and (max-width: 767px) {
  .contact-top .swiper-button-prev {
    left: -15px;
    top: calc(50% - 10px);
  }
}
.contact-top .swiper-button-prev::after {
  content: "";
  background-image: url("/misc/tri_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 12px;
  transform: rotate(180deg);
  margin-left: -5px;
}
@media only screen and (max-width: 767px) {
  .contact-top .swiper-button-prev::after {
    width: 10px;
    height: 10px;
  }
}
.contact-top .swiper-contact {
  width: 471px;
  height: 358px;
  overflow: hidden;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-top .swiper-contact {
    width: 100%;
    height: auto;
    aspect-ratio: 325/247;
  }
}
.contact-top .swiper-contact .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-top .container-01 {
  padding: 20px 0;
}
.contact-top .container-01 .txt01 {
  line-height: 1.5;
  font-weight: bold;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-top .container-01 .txt01 {
    margin-top: 10px;
    font-size: 14px;
  }
}
.contact-top .container-01 .contact-info {
  display: flex;
  flex-direction: column;
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .contact-top .container-01 .contact-info {
    margin-top: 40px;
    font-size: 14px;
  }
}
.contact-top .container-01 .contact-info .row {
  position: relative;
  display: flex;
  padding-bottom: 10px;
  margin-top: 20px;
  /*form_link*/
}
@media only screen and (max-width: 767px) {
  .contact-top .container-01 .contact-info .row {
    flex-wrap: wrap;
  }
}
.contact-top .container-01 .contact-info .row::after {
  content: "";
  background-image: url("/misc/border_dash.png");
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.contact-top .container-01 .contact-info .row.info-row_01 dd {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .contact-top .container-01 .contact-info .row.info-row_03 dt {
    width: 100%;
  }
}
.contact-top .container-01 .contact-info .row .form_link {
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .contact-top .container-01 .contact-info .row .form_link {
    margin-left: 50px;
  }
}
.contact-top .container-01 .contact-info .row .form_link::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 700;
  margin-left: 1em;
  font-size: 10px;
}
.contact-top .map_link {
  display: inline-block;
  margin-top: 5px;
  color: #2084B4;
  font-size: 14px;
  border-bottom: 1px solid #2084B4;
}
@media print, screen and (min-width: 768px) {
  .contact-top .map_link {
    margin-left: 15px;
  }
}
.contact-top .map_link::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #2084B4;
  margin-left: 10px;
}

.flow_title {
  position: relative;
  padding-top: 15px;
  font-size: 30px;
  font-weight: bold;
  border-top: 1px solid #CCCCCC;
}
@media only screen and (max-width: 767px) {
  .flow_title {
    font-size: 20px;
  }
}
.flow_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 3px;
  background-color: #000;
}

.flow_container {
  display: flex;
  gap: 85px 50px;
  flex-wrap: wrap;
  margin-top: 40px;
  width: 105%;
}
@media only screen and (max-width: 767px) {
  .flow_container {
    width: 100%;
    flex-direction: column;
    gap: 50px;
  }
}
.flow_container .flow_div {
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  display: inline-flex;
  padding: 30px 0 13px;
}
@media only screen and (max-width: 767px) {
  .flow_container .flow_div {
    flex-direction: column;
    gap: 40px;
    padding: 30px 0 30px;
    align-items: center;
  }
}
.flow_container .flow_div:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 53px;
  background: url("/misc/wide_tri.png") no-repeat center/contain;
}
@media print, screen and (min-width: 768px) {
  .flow_container .flow_div:not(:last-child)::after {
    top: calc(50% - 26px);
    right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .flow_container .flow_div:not(:last-child)::after {
    bottom: -50px;
    right: calc(50% - 6px);
    transform: rotate(90deg);
  }
}

.form-bg {
  background: #EDD9D2;
}

.form_container {
  padding: 70px;
  background-color: #fff;
  border-radius: 10px;
  /*row*/
}
@media only screen and (max-width: 767px) {
  .form_container {
    padding: 20px;
  }
}
.form_container .form_row {
  display: flex;
  padding: 60px 0;
  border-bottom: 1px solid #CCCCCC;
  overflow: hidden;
  /*dt*/
  /*dd*/
  /*nav-wrap*/
}
@media only screen and (max-width: 767px) {
  .form_container .form_row {
    padding: 15px 0 25px;
    border-bottom: 1px solid #CCCCCC;
    flex-direction: column;
  }
}
.form_container .form_row dt {
  box-sizing: border-box;
  position: relative;
  display: flex;
  width: 330px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: bold;
  padding-left: 44px;
  padding-top: 7px;
}
@media only screen and (max-width: 767px) {
  .form_container .form_row dt {
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .mw_wp_form_confirm .form_row dt {
    padding-top: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .form_container .form_row dt {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 15px;
  }
}
.form_container .form_row dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 40px;
  background-color: #000;
}
.form_container .form_row dt .required {
  font-size: 14px;
  margin-left: 10px;
  height: 2rem;
  color: #fff;
  padding: 3px 10px;
  background-color: #D40000;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .form_container .form_row dt .required {
    height: auto;
    padding: 1px 10px;
  }
}
.form_container .form_row dd {
  width: 100%;
  /*select_box*/
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .form_row dd {
    padding-left: 20px !important;
  }
}
.form_container .form_row dd input[type="text"],
.form_container .form_row dd textarea, .form_container .form_row dd input[type="email"] {
  width: 100%;
  border-radius: 5px;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .form_container .form_row dd input[type="text"],
  .form_container .form_row dd textarea, .form_container .form_row dd input[type="email"] {
    padding: 12px;
  }
}
.form_container .form_row dd .select_container_01 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}
.mw_wp_form_confirm .select_container_01 {
  flex-direction: column !important;
  display: inline-flex !important;
  margin-bottom: 30px;
}
.form_container .form_row dd .vertical-item:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .form_container .form_row dd .vertical-item:not(:first-child) {
    margin-top: 10px;
  }
}
.form_container .form_row dd.select_box {
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .form_container .form_row dd.select_box {
    width: auto;
  }
}
.mw_wp_form_confirm .select_box {
  padding: 0 !important;
  border: none !important;
}
.form_container .form_row dd.select_box .select_name {
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
}
.mw_wp_form_confirm .select_name {
  width: 9em !important;
  display: inline-block !important;
}
@media only screen and (max-width: 767px) {
  .form_container .form_row dd.select_box .select_name {
    font-size: 14px;
  }
}
.form_container .form_row dd.select_box .select {
  position: relative;
}
.form_container .form_row dd.select_box .select::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 15px;
  width: 13px;
  height: 11px;
  background: url("/misc/tri_orange.png") no-repeat center/contain;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .form_container .form_row dd.select_box .select::after {
    right: 10px;
    top: 10px;
    width: 10px;
    height: 8px;
  }
}
.form_container .form_row dd.select_box select {
  position: relative;
  padding: 20px 105px 20px 20px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .form_container .form_row dd.select_box select {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .form_container .form_row dd.select_box select {
    font-size: clamp(10px, 3vw, 14px);
    padding: 15px 70px 15px 20px;
  }
}
.form_container .form_row dd .mwform-radio-field-text {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .form_container .form_row dd .mwform-radio-field-text {
    font-size: 14px;
  }
}
.form_container .form_row dd input[type="radio"] {
  width: 14px;
  height: 14px;
}
@media only screen and (max-width: 767px) {
  .form_container .form_row dd .mwform-radio-field label {
    display: flex;
  }
}
.form_container .form_row .nav-wrap {
  /*nav*/
}
@media only screen and (max-width: 767px) {
  .form_container .form_row .nav-wrap {
    margin-top: 10px;
  }
}
.form_container .form_row .nav-wrap nav {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  /*tag*/
}
@media only screen and (max-width: 767px) {
  .form_container .form_row .nav-wrap nav {
    gap: 5px 9px;
  }
}
.form_container .form_row .nav-wrap nav .tag {
  color: #000;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 20px;
  border: 1px solid #CCCCCC;
}
@media only screen and (max-width: 767px) {
  .form_container .form_row .nav-wrap nav .tag {
    font-size: 12px;
    padding: 5px 15px;
  }
}
.form_container .form_row .nav-wrap nav .tag:hover {
  cursor: pointer;
}
.form_container .form_row .nav-wrap nav .tag.is-active {
  color: #fff;
  background-color: #CB8032;
}
.form_container .form_txt01 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .form_container .form_txt01 {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .form_container .form_txt01 {
    width: 550px;
  }
}
.form_container .pripoli-check {
  text-align: center;
  margin: 40px auto;
  font-weight: bold;
}
.form_container .pripoli-check a {
  text-decoration: underline;
  font-weight: bold;
}
.form_container .button-div {
  position: relative;
  display: inline-block;
}
.form_container .button-div::after {
  position: absolute;
  content: "";
  width: 20px;
  right: 20px;
  top: calc(50% - 7px);
  width: 20px;
  height: 13px;
  background: url("/ask/img/arrow-form.svg") no-repeat center/contain;
  pointer-events: none;
}
.form_container .submit-button {
  display: flex;
  width: 227px;
  height: 54px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #CB8032;
  margin: 0 auto;
  border: none;
  cursor: pointer;
}
.form_container .back_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #473F34;
  border: none;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .form_container .back_button {
    margin: 10px 0 0;
    position: absolute;
    bottom: 80px;
    left: calc(50% - 230px);
  }
}
@media only screen and (max-width: 767px) {
  .form_container .back_button {
    margin: 0 auto 20px;
  }
}

.mw_wp_form_confirm .confirm-hidden {
  display: none !important;
}

/*# sourceMappingURL=page_contact.css.map */
