@charset "UTF-8";
@property --btn-bgcolor {
  syntax: "<color>";
  inherits: false;
  initial-value: #39567f;
}
@property --btn-hover-bgcolor {
  syntax: "<color>";
  inherits: false;
  initial-value: #94b1cd;
}
@media only screen and (max-width: 999px) {
  .container {
    max-width: 900px !important;
  }
}

.contact {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #f7f6f6;
  padding: 120px 100px 70px;
  border-radius: 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact {
    border-radius: 20px;
    padding: 60px 20px 20px;
  }
}
.contact .contact_box {
  margin-bottom: 3rem;
}
.contact .careful {
  color: #f26889;
  text-align: left;
}
.contact .required {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 82px;
  height: 32px;
  border-radius: 50px;
  align-content: center;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  background-color: #edc286;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-family: wanpaku-rera, sans-serif;
}
@media only screen and (max-width: 999px) {
  .contact .required {
    font-size: 14px;
  }
}
.contact__head {
  position: relative;
  z-index: 2;
}
.contact__body {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.contact__body .center {
  text-align: center;
}
.contact__body-text {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 36px !important;
  font-family: wanpaku-rera, sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact__body-text {
    font-size: 16px;
    margin-bottom: 24px;
    text-align: left;
  }
}
.contact__inner {
  position: relative;
  z-index: 1;
}
.contact__gr {
  border-bottom: 1px solid #e7e7e7;
}
@media screen and (min-width: 1000px) {
  .contact__gr {
    display: flex;
    min-height: 90px;
  }
}
.contact__gr:first-child {
  border-top: 1px solid #e7e7e7;
}
.contact__gr input[type=radio],
.contact__gr input[type=checkbox] {
  margin-right: 0.6em;
}
.contact__gr input[type=date i]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}
.contact__gr .form_btn_wrap {
  margin: 10px auto 0;
  width: 100%;
}
.contact__gr._submit {
  border-bottom: none !important;
  margin-top: 42px;
}
@media only screen and (max-width: 767px) {
  .contact__gr._submit {
    margin-top: 40px;
  }
}
.contact__gr._submit ._submit_btn {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 100%;
}
.contact__gr._submit ._submit_btn .btn {
  display: block;
  border-radius: 20px;
  transition: 0.3s all;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  padding: 1ex 3em 1ex 2em;
  background: var(--btn-bgcolor) url(../img/common/icon/arrow_more.webp) 92% 50%/60px 60px no-repeat;
  font-size: 18px;
  box-shadow: 0px 10px 20px 0px rgba(46, 55, 74, 0.15);
  width: 400px;
  min-height: 100px;
  align-content: center;
  text-align: center;
  color: #ffffff;
  background-color: #39567f;
  font-size: 25px;
  letter-spacing: 0.2em;
  margin: 0.5rem;
  border: none;
}
.contact__gr._submit ._submit_btn .btn img {
  max-width: 100%;
}
.contact__gr._submit ._submit_btn .btn:hover, .contact__gr._submit ._submit_btn .btn:active {
  background-color: var(--btn-hover-bgcolor);
}
@media only screen and (max-width: 767px) {
  .contact__gr._submit ._submit_btn .btn {
    width: 280px;
    min-height: 70px;
    font-size: 20px;
    margin-top: 30px;
  }
}
.contact__gr._submit ._submit_btn .btn::before {
  content: none;
}
.contact__gr._submit ._submit_btn .btn:hover {
  color: #ffffff;
}
.contact__gr._submit .link-prev {
  padding-right: 5px;
  bottom: 0;
  left: 10px;
  position: absolute;
  padding-right: 5px;
  border: unset;
  background: unset;
}
@media only screen and (max-width: 767px) {
  .contact__gr._submit .link-prev {
    bottom: 90px;
    left: 45px;
  }
}
.contact__gr._submit .link-prev::before {
  content: "";
  display: inline-block;
  background: var(--btn-bgcolor) url(../img/common/icon/arrow_more.webp) 50% 50%/contain no-repeat;
  border-radius: 50% 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0.1em;
  left: -31.3px;
  transition: left 0.2s;
  transform: rotate(180deg);
}
.contact__gr._submit .link-prev:hover::before {
  background-color: var(--btn-hover-bgcolor);
}
.contact__gr:last-of-type .contact__th {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contact__gr._long_th_text .contact__th {
    padding-right: 3.5rem;
  }
}
.contact__th {
  flex-shrink: 0;
  padding: 2.5rem 0 1.5rem 0.6rem;
  box-sizing: border-box !important;
  line-height: 1.5;
  position: relative;
  font-weight: 500 !important;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .contact__th {
    min-width: 330px;
    flex-basis: 330px;
  }
}
@media only screen and (max-width: 999px) {
  .contact__th {
    padding: 1.4rem 0 0 0;
  }
}
.contact__th label {
  display: block !important;
  font-weight: 700 !important;
  font-size: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  font-family: wanpaku-rera, sans-serif;
  position: relative;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 999px) {
  .contact__th label {
    font-size: 16px;
  }
}
.contact__td {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin-left: 15px;
  margin-right: 10px;
  padding-top: 1.3rem;
  padding-bottom: 1.2rem;
  box-sizing: border-box;
  align-content: center;
}
@media only screen and (max-width: 999px) {
  .contact__td {
    width: auto;
    padding-top: 0.6rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.contact__td input,
.contact__td select,
.contact__td textarea,
.contact__td option {
  background-color: #ffffff;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 24px 22px 20px 40px;
  min-height: 60px;
  width: 100%;
  border: 1px solid #ddd;
}
.contact__td input::-moz-placeholder, .contact__td select::-moz-placeholder, .contact__td textarea::-moz-placeholder, .contact__td option::-moz-placeholder {
  font-size: 16px;
  font-family: wanpaku-rera, sans-serif;
  color: #aab0b9;
}
.contact__td input::placeholder,
.contact__td select::placeholder,
.contact__td textarea::placeholder,
.contact__td option::placeholder {
  font-size: 16px;
  font-family: wanpaku-rera, sans-serif;
  color: #aab0b9;
}
@media only screen and (max-width: 767px) {
  .contact__td input,
  .contact__td select,
  .contact__td textarea,
  .contact__td option {
    min-height: 45px;
    padding: 10px 18px;
  }
}
.contact__td textarea {
  min-height: 300px !important;
  border-radius: 20px !important;
}
.contact__td p {
  margin-bottom: 0;
  padding-left: 0;
}
.contact__td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 18px 30px 18px 20px;
}
@media only screen and (max-width: 767px) {
  .contact__td select {
    padding: 5px 30px 5px 20px;
  }
}
.contact__td .input-group {
  display: flex;
}
.contact__td .input-group .input-group-prepend,
.contact__td .input-group .input-group-append {
  align-content: center;
}
.contact__td .input-group .input-group-text {
  display: flexbox;
  display: flex;
  align-items: center;
  padding: 0.6rem 0.75rem;
  transform: translateY(0.1rem);
  color: #333333;
  border-radius: 0;
  background-color: transparent;
  border: none;
}
.contact__td .date_input_area {
  display: flex;
  flex-wrap: wrap;
}
.contact__td .date_input_area__year .input-group > .custom-select, .contact__td .date_input_area__month .input-group > .custom-select, .contact__td .date_input_area__day .input-group > .custom-select {
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  display: inline-block;
  height: 3em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: 3px 0 0 3px;
  width: 100%;
}
.contact__td .date_input_area__year {
  width: 30%;
  min-width: 200px;
}
.contact__td .date_input_area__month, .contact__td .date_input_area__day {
  width: 20%;
  min-width: 150px;
}
.contact .desired_date_1 .contact__td input[type=text] {
  pointer-events: none;
}

/**************************
	各項目 frame
*/
.text_frame input:focus, .text_frame input:active {
  outline: 2px solid #333;
  outline-offset: -2px;
}

.select_frame {
  min-height: 60px;
  position: relative;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .select_frame {
    min-height: 45px;
  }
}
.select_frame select {
  -webkit-user-modify: read-write-plaintext-only;
  -moz-user-modify: read-write-plaintext-only;
  box-sizing: border-box;
  margin: 0;
  border: 0 none;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  cursor: pointer;
}
.select_frame select:focus + .select_frame__display, .select_frame select:active + .select_frame__display {
  outline: 2px solid #333;
  outline-offset: -2px;
}
.select_frame option {
  padding: 0 10px;
}

.select_area .date_box {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .select_area .date_box {
    flex-wrap: wrap;
  }
}
.select_area .date_box .date {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.select_area .date_box .date._year {
  width: 36%;
  max-width: 180px;
}
@media only screen and (max-width: 575px) {
  .select_area .date_box .date._year {
    width: 100%;
    max-width: none;
    margin-bottom: 1rem;
  }
}
.select_area .date_box .date._year .select_frame {
  width: 120px;
}
@media only screen and (max-width: 575px) {
  .select_area .date_box .date._year .select_frame {
    width: 260px;
  }
}
.select_area .date_box .date._month, .select_area .date_box .date._day {
  width: 32%;
  max-width: 160px;
}
@media only screen and (max-width: 575px) {
  .select_area .date_box .date._month, .select_area .date_box .date._day {
    width: 50%;
  }
}
.select_area .date_box .date._month .select_frame, .select_area .date_box .date._day .select_frame {
  width: 100px;
}
.select_area .date_box .date .date_text {
  margin-left: 11px;
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .select_area .date_box .date .date_text {
    font-size: 16px;
  }
}

.textarea_frame textarea {
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.5em;
  margin: 0;
  height: 6em;
  resize: none;
}
.textarea_frame textarea:focus, .textarea_frame textarea:active {
  outline: 2px solid #333;
  outline-offset: -2px;
}

.radio_list {
  margin-bottom: 0 !important;
}
.radio_list .icheck-primary {
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.radio_list .icheck-primary input[type=radio] {
  display: none;
}
.radio_list .icheck-primary label {
  font-weight: 500 !important;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
}
.radio_list .icheck-primary label::before {
  content: "";
  position: absolute;
  left: 29px;
  top: 48%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #ffffff;
  transition: border-color 0.3s, background-color 0.3s;
  box-shadow: 1px 1px 2px 0 rgba(9, 26, 55, 0.1);
}
.radio_list .icheck-primary input[type=radio]:checked + label::before {
  border-color: #00bcd4;
  background-color: #ffffff;
}
.radio_list .icheck-primary input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 52%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #00bcd4;
  border-radius: 50%;
}
.radio_list .icheck-primary label:hover::before {
  border-color: #00bcd4;
}

.check_frame {
  position: relative;
  top: 0;
  left: 0;
  min-width: 19px;
  min-height: 19px;
}
.check_frame-focus .check_frame__display {
  outline: 2px solid #333;
}
.check_frame__icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.check_frame__display {
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}
.check_frame__input {
  cursor: pointer;
  position: absolute;
  -webkit-user-modify: read-write-plaintext-only;
  -moz-user-modify: read-write-plaintext-only;
  z-index: 1;
  left: 0;
  width: 19px;
  height: 19px;
  box-sizing: border-box;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: 0 none;
}
.check_frame__input:focus + .check_frame__display {
  outline: 2px solid #333;
  outline-offset: -2px;
}
.check_frame__display, .check_frame__input {
  top: 0.25em;
}
.check_frame__label {
  margin-left: 24px;
  display: block;
}
.check_frame__input:checked + .check_frame__display .check_frame__icon {
  opacity: 1;
  transform: scale(1);
}

/**************************
	フローバー 共通
*/
.contact_progress._input .info._input {
  border: 1px solid transparent;
  background-color: #9eb8d1;
}
.contact_progress._input .info._input .text {
  font-size: 25px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .contact_progress._input .info._input .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .contact_progress._input .info._input .text {
    font-size: 16px;
  }
}
.contact_progress._confirm .info._confirm {
  border: 1px solid transparent;
}
.contact_progress._confirm .info._confirm .text {
  color: #ffffff;
}
.contact_progress._thanks .info._thanks {
  border: 1px solid transparent;
  background-color: #9eb8d1;
}
.contact_progress._thanks .info._thanks .num {
  color: #edc286;
}
.contact_progress._thanks .info._thanks .text {
  color: #ffffff;
}

.contact_progress._input .contact__flow-list .contact__flow-box:nth-child(-n+2).active.line::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 14px;
  background: url(../img/common/icon/form_dotted.webp) no-repeat;
  background-repeat: repeat-x;
  background-size: 36px, 15px;
  transform: translate(0, -12px);
}
@media only screen and (max-width: 999px) {
  .contact_progress._input .contact__flow-list .contact__flow-box:nth-child(-n+2).active.line::after {
    background: url(../img/common/icon/form_dotted_sp.webp) no-repeat;
    background-repeat: repeat-x;
    background-size: 40% auto;
    transform: translate(1px, -10px);
  }
}
.contact_progress._input .contact__flow-list .contact__flow-box:nth-child(-n+2).active .info {
  border: 1px solid transparent;
  background-color: #9eb8d1;
}
.contact_progress._input .contact__flow-list .contact__flow-box:nth-child(-n+2).active .info._input .num, .contact_progress._input .contact__flow-list .contact__flow-box:nth-child(-n+2).active .info._confirm .num, .contact_progress._input .contact__flow-list .contact__flow-box:nth-child(-n+2).active .info._thanks .num {
  color: #edc286;
}
.contact_progress._input .contact__flow-list .contact__flow-box:nth-child(-n+2).active .info .text {
  color: #ffffff;
}
.contact_progress._confirm .contact__flow-list .contact__flow-box:nth-child(-n+4).active.line::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 14px;
  background: url(../img/common/icon/form_dotted.webp) no-repeat;
  background-repeat: repeat-x;
  background-size: 36px, 15px;
  transform: translate(0, -12px);
}
@media only screen and (max-width: 999px) {
  .contact_progress._confirm .contact__flow-list .contact__flow-box:nth-child(-n+4).active.line::after {
    background: url(../img/common/icon/form_dotted_sp.webp) no-repeat;
    background-repeat: repeat-x;
    background-size: 40% auto;
    transform: translate(1px, -10px);
  }
}
.contact_progress._confirm .contact__flow-list .contact__flow-box:nth-child(-n+4).active .info {
  border: 1px solid transparent;
  background-color: #9eb8d1;
}
.contact_progress._confirm .contact__flow-list .contact__flow-box:nth-child(-n+4).active .info._input .num, .contact_progress._confirm .contact__flow-list .contact__flow-box:nth-child(-n+4).active .info._confirm .num, .contact_progress._confirm .contact__flow-list .contact__flow-box:nth-child(-n+4).active .info._thanks .num {
  color: #edc286;
}
.contact_progress._confirm .contact__flow-list .contact__flow-box:nth-child(-n+4).active .info .text {
  color: #ffffff;
}
.contact_progress._thanks .contact__flow-list .contact__flow-box.active.line::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 14px;
  background: url(../img/common/icon/form_dotted.webp) no-repeat;
  background-repeat: repeat-x;
  background-size: 36px, 15px;
  transform: translate(0, -12px);
}
@media only screen and (max-width: 999px) {
  .contact_progress._thanks .contact__flow-list .contact__flow-box.active.line::after {
    background: url(../img/common/icon/form_dotted_sp.webp) no-repeat;
    background-repeat: repeat-x;
    background-size: 40% auto;
    transform: translate(1px, -10px);
  }
}
.contact_progress._thanks .contact__flow-list .contact__flow-box.active .info {
  border: 1px solid transparent;
  background-color: #9eb8d1;
}
.contact_progress._thanks .contact__flow-list .contact__flow-box.active .info._input, .contact_progress._thanks .contact__flow-list .contact__flow-box.active .info._confirm, .contact_progress._thanks .contact__flow-list .contact__flow-box.active .info._thanks {
  background-color: #9eb8d1;
}
.contact_progress._thanks .contact__flow-list .contact__flow-box.active .info._input .num, .contact_progress._thanks .contact__flow-list .contact__flow-box.active .info._confirm .num, .contact_progress._thanks .contact__flow-list .contact__flow-box.active .info._thanks .num {
  color: #edc286;
}
.contact_progress._thanks .contact__flow-list .contact__flow-box.active .info .text {
  color: #ffffff;
}

.contact__flow-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .contact__flow-list {
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 575px) {
  .contact__flow-list {
    max-width: 280px;
  }
}
.contact__flow-list .contact__flow-box {
  list-style: none;
}
.contact__flow-list .contact__flow-box.line {
  width: clamp(50px, 10vw, 145px);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  height: 2px;
  position: relative;
}
.contact__flow-list .contact__flow-box.line::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 14px;
  background: url(../img/common/icon/form_dotted_gray.webp) no-repeat;
  background-repeat: repeat-x;
  background-size: 36px, 15px;
  transform: translate(0, -12px);
}
@media only screen and (max-width: 999px) {
  .contact__flow-list .contact__flow-box.line::after {
    background: url(../img/common/icon/form_dotted_gray_sp.webp) no-repeat;
    background-repeat: repeat-x;
    background-size: 40% auto;
    transform: translate(1px, -10px);
  }
}
@media only screen and (max-width: 767px) {
  .contact__flow-list .contact__flow-box.line {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .contact__flow-list .contact__flow-box.line {
    width: 40px;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
}
.contact__flow-list .contact__flow-box .info {
  width: 180px;
  height: 72px;
  letter-spacing: 0.1em;
  text-align: center;
  align-content: center;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  background-color: #aab0b9;
  border-radius: 20px;
}
@media only screen and (max-width: 999px) {
  .contact__flow-list .contact__flow-box .info {
    width: 120px;
    height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .contact__flow-list .contact__flow-box .info {
    width: 60px;
    border-radius: 12px;
  }
}
.contact__flow-list .contact__flow-box .info .num {
  font-size: 40px;
  font-weight: 800;
  line-height: 2;
  color: #aab0b9;
  position: absolute;
  top: -42%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .contact__flow-list .contact__flow-box .info .num {
    font-size: 30px;
  }
}
.contact__flow-list .contact__flow-box .text {
  line-height: 1;
  font-size: 25px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .contact__flow-list .contact__flow-box .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .contact__flow-list .contact__flow-box .text {
    font-size: 16px;
  }
}

/**************************
	確認画面
*/
.contact._confirm {
  margin-top: 60px;
}
.contact._confirm .select_area .date_box .date._year .select_frame,
.contact._confirm .select_area .date_box .date._month .select_frame,
.contact._confirm .select_area .date_box .date._day .select_frame {
  width: auto;
}
.contact._confirm .select_frame {
  align-content: center;
  width: auto;
}
.contact._confirm .select_frame::after {
  content: none;
  display: none;
}
.contact._confirm .pre_text,
.contact._confirm .rear_text {
  margin-top: 0;
  align-content: center;
}

/**************************
	完了画面
*/
/*# sourceMappingURL=contact.css.map */
