@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
body {
  background-color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #484848;
  line-height: 1.5;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  max-width: 1920px;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .wrapper {
    padding: 16px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1024px) {
  .wrapper.management_mode {
    padding: 0;
  }
}

.main_area {
  background-color: #fff;
  flex: 1;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .main_area {
    font-size: 12px;
  }
  .management_mode .main_area {
    order: 2;
  }
}
@media (min-width: 1025px) {
  .main_area .main_contents {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 640px;
    padding: 30px;
    margin: auto;
    position: sticky;
    top: 0;
  }
}
@media (max-width: 1024px) {
  .main_area .main_contents {
    padding: 9% 10%;
  }
}
.main_area .each_logo {
  max-width: 200px;
  width: 80%;
  margin: 0 auto;
}
.main_area .each_logo img {
  display: block;
}
.main_area .title {
  font-size: 18px;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1.5em;
  padding-bottom: 10px;
  background-size: 100% 5px;
  background-position-y: bottom;
  background-image: linear-gradient(90deg, #2A4356 0%, #2A4356 50%, rgba(95, 126, 150, 0.5) 50%, rgba(95, 126, 150, 0.5) 100%);
}
@media (max-width: 1024px) {
  .main_area .title {
    font-size: 14px;
  }
}
.main_area .exp {
  margin-bottom: 1em;
  font-weight: 500;
}
.main_area .slide_area {
  margin: 1.5em 0;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .main_area .slide_area {
    flex-direction: column;
  }
}
.main_area .slide_area .main_slide {
  flex: 1;
}
@media (min-width: 769px) {
  .main_area .slide_area .thumb_slide {
    width: 15%;
  }
}
@media (min-width: 769px) {
  .main_area .slide_area .thumb_slide .splide, .main_area .slide_area .thumb_slide .splide__track {
    height: 100% !important;
  }
}
.main_area .slide_area .thumb_slide .splide__slide {
  opacity: 0.5;
  border: none;
}
.main_area .slide_area .thumb_slide .splide__slide.is-active {
  opacity: 1;
}
.main_area .main_basic_info {
  text-align: center;
}
.main_area .main_basic_info .txt {
  font-size: 0.9em;
  margin-bottom: 0.4em;
}
.main_area .main_basic_info .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  font-size: 1.6em;
  color: #095798;
  margin-bottom: 0.4em;
}
.main_area .main_basic_info .tel img {
  display: block;
  width: 2em;
}
.main_area .main_basic_info .add {
  font-weight: normal;
}
.main_area .main_basic_info .sns {
  margin: 10px auto 0;
  width: 200px;
}
@media (max-width: 1024px) {
  .main_area .main_basic_info .sns {
    width: 120px;
  }
}
.main_area .general_contents {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1025px) {
  .main_area .general_contents {
    min-height: 100vh;
    margin: auto;
    position: sticky;
    top: 0;
  }
}
.main_area .general_contents .general_logo {
  width: 500px;
  max-width: 70%;
}
.main_area .general_contents .general_name {
  font-size: 30px;
}
@media (max-width: 1024px) {
  .main_area .general_contents .general_name {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .main_area .general_contents .general_name {
    font-size: 18px;
  }
}
.main_area .general_contents .general_address,
.main_area .general_contents .general_tel {
  text-align: center;
  font-weight: normal;
  font-size: 22px;
}
@media (max-width: 1024px) {
  .main_area .general_contents .general_address,
  .main_area .general_contents .general_tel {
    font-size: 16px;
  }
}
.main_area .general_contents .general_copy {
  margin-top: auto;
  font-size: 12px;
  font-weight: normal;
}

@media (max-width: 1024px) {
  .sub_area {
    padding: 0px;
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .sub_area {
    width: 774px;
    max-width: 50%;
    padding: 0 57px;
    padding-top: 53px;
    font-size: 14px;
  }
}
.sub_area .sub_contents {
  background-color: #fff;
}
.sub_area .form_area {
  padding: 9% 10%;
  background-color: #fff;
}
.sub_area .form_head {
  margin-bottom: 20px;
}
.sub_area .form_head.complete {
  text-align: center;
  margin-bottom: 0;
}
.sub_area .form_sticky_head {
  position: sticky;
  top: 0;
  background-color: #F4F4F4;
  padding: 30px;
  z-index: 20;
}
.management_mode .sub_area .form_sticky_head {
  padding: 15px;
  padding-bottom: 18px;
}
.sub_area .form_foot {
  position: sticky;
  bottom: 0;
  background-color: #F4F4F4;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  padding: 30px 10%;
  display: flex;
  gap: 10px;
}
.sub_area .form_foot .btn {
  flex: 1;
}
.sub_area .form_foot .btn.qr_display_btn {
  background-image: url(../images/qr_icon.png);
  background-position: 16px center;
  background-size: 22px 22px;
}
@media (max-width: 768px) {
  .sub_area .form_foot {
    padding: 16px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.management_mode .sub_area .form_foot {
  padding: 15px;
  margin-left: 0px;
  margin-right: 0px;
}
.sub_area .management_area {
  padding: 16px;
}
@media (min-width: 1025px) {
  .sub_area .management_area.gray {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .sub_area .management_area.gray {
    background-color: #E3E3E3;
  }
  .sub_area .management_area .form_area {
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
  }
}

.form_flow {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .form_flow {
    margin-bottom: 20px;
  }
}
.form_flow::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #CACCD6;
  width: 100%;
  position: relative;
  top: 9px;
}
@media (max-width: 1024px) {
  .form_flow::before {
    top: 5px;
  }
}

.form_flow_list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.form_flow_list li {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #CACCD6;
}
.form_flow_list li:first-child::before, .form_flow_list li:last-child::before {
  content: "";
  display: block;
  width: 50%;
  background-color: #fff;
  position: absolute;
  height: 18px;
  top: 0;
}
@media (max-width: 1024px) {
  .form_flow_list li:first-child::before, .form_flow_list li:last-child::before {
    height: 10px;
  }
}
.form_flow_list li:first-child::before {
  left: 0;
}
.form_flow_list li:last-child::before {
  right: 0;
}
.form_flow_list li .point {
  position: relative;
}
.form_flow_list li .point::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #CACCD6;
}
@media (max-width: 1024px) {
  .form_flow_list li .point::after {
    width: 10px;
    height: 10px;
  }
}
.form_flow_list li .point.done::after {
  outline: solid 8px #A8B9CE;
  background-color: #1C3FD1;
}
@media (max-width: 1024px) {
  .form_flow_list li .point.done::after {
    outline: solid 4px #A8B9CE;
  }
}

.btn {
  text-decoration: none;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  background-color: #1C86E2;
  filter: drop-shadow(0 0 3px rgba(0, 59, 255, 0.3));
  cursor: pointer;
}
.btn.gray {
  background-color: #7b7b7b;
  filter: drop-shadow(0 0 3px rgba(59, 59, 59, 0.3));
}

.common_btn {
  text-decoration: none;
  background-color: #1C86E2;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  height: 44px;
  min-width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0 20px;
}
.common_btn.white {
  background-color: #fff;
  color: #1C86E2;
  border: 1px solid #1C86E2;
}
.common_btn.back_btn {
  width: 44px;
  padding: 0;
}

.btn_set {
  display: flex;
  justify-content: space-between;
}

.area_sep {
  margin: 40px 0 20px 0;
  border: none;
  border-top: 1px solid #DBDBDB;
  height: 0;
}
@media (max-width: 1024px) {
  .area_sep {
    margin: 30px 0;
  }
}

.form_head_message {
  font-size: 20px;
  margin-bottom: 0.2em;
}
@media (max-width: 1024px) {
  .form_head_message {
    font-size: 18px;
  }
}

.caution {
  color: #FF3131;
}

.add_txt {
  color: #484848;
  font-size: 0.9em;
}
.add_txt a {
  text-decoration: underline;
}

.support_txt {
  color: #484848;
  opacity: 0.6;
  font-size: 12px;
  margin-top: 0.2em;
}
@media (max-width: 1024px) {
  .support_txt {
    font-size: 9px;
  }
}

/* =================================================
over_display
================================================= */
.over_display {
  font-size: 18px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
}
.over_display.show {
  display: flex;
}
.over_display::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.over_display .floating_pane {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 400px;
  max-width: 95%;
}
.over_display .qr {
  max-width: 200px;
  margin: 30px auto;
}
.over_display .qr img {
  width: 100%;
}
.over_display .btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.over_display .btns.horizontal {
  flex-direction: row;
  margin-top: 20px;
}
.over_display .btns.horizontal .common_btn {
  flex: 1;
}
.over_display .btn {
  font-size: 16px;
}
.over_display .btn.qr_download_btn {
  background-image: url(../images/down_icon.png);
  background-position: 16px center;
  background-size: 22px auto;
}
.over_display .btn.form_link_btn {
  background-image: url(../images/link_icon.png);
  background-position: 16px center;
  background-size: 22px auto;
}

.over_lead {
  margin-bottom: 30px;
}
.over_lead .add {
  margin: 5px 0;
  font-size: 14px;
  color: #989898;
}

/* =================================================
general
================================================= */
.font_ss {
  font-size: 0.7em;
}

.font_s {
  font-size: 0.8em;
}

.font_m {
  font-size: 1.2em;
}

.font_l {
  font-size: 1.6em;
}

.mb_s {
  margin-bottom: 5px;
}

.mb_m {
  margin-bottom: 10px;
}

.mb_l {
  margin-bottom: 30px;
}

.no_logo {
  margin: 30px auto;
  text-align: center;
  font-size: 34px;
}
@media (max-width: 1024px) {
  .no_logo {
    font-size: 24px;
  }
}

/* =================================================
management
================================================= */
.person_list_area {
  background-color: #fff;
  padding-bottom: 20px;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
}
.person_list_area .person_list_title,
.person_list_area .person_list li {
  padding: 14px 12px;
  border-bottom: 1px solid #CCD6DD;
}
.person_list_area .person_list_title {
  font-weight: normal;
  font-size: 16px;
}
.person_list_area .person_list li {
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}
.person_list_area .person_list li::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #98A6B5;
  border-bottom: 2px solid #98A6B5;
  top: 0;
  bottom: 0px;
  right: 18px;
  margin: auto;
  transform: rotate(-45deg);
}
.person_list_area .person_list li .relation {
  background-color: #8D8C90;
  color: #fff;
  min-width: 4em;
  text-align: center;
  border-radius: 6px;
  font-size: 13px;
  padding: 4px 2px;
}
.person_list_area .person_list li .name {
  font-size: 16px;
}

/* =================================================

================================================= */
.sort_part {
  position: relative;
  margin-bottom: 5px;
}
.sort_part .current_sort {
  color: #1C86E2;
  font-weight: normal;
  padding: 5px;
  margin-left: auto;
  width: fit-content;
  cursor: pointer;
}
.sort_part .sort_select {
  display: none;
  background-color: #000;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
  color: #fff;
  border-radius: 10px;
  position: absolute;
  z-index: 2;
  right: 0;
  width: 284px;
  max-width: 90%;
  opacity: 0.85;
  font-size: 16px;
}
.sort_part .sort_select.show {
  display: block;
}
.sort_part .sort_select .txt {
  padding: 10px;
  font-weight: normal;
}
.sort_part .sort_select .sort_list li {
  position: relative;
  padding: 7px 10px;
  padding-left: 40px;
  border-top: 1px solid #ccc;
  position: relative;
}
.sort_part .sort_select .sort_list li.checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 12px;
  border-right: 3px solid #00B1FF;
  border-bottom: 3px solid #00B1FF;
  top: 0;
  bottom: 2px;
  left: 18px;
  margin: auto;
  transform: rotate(45deg);
}

.current_person {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 8px;
}
.current_person .person_name {
  font-weight: bold;
  font-size: 22px;
}

.person_seach {
  margin-bottom: 15px;
}
.person_seach .search_input {
  border-radius: 5px;
  padding-left: 40px;
  background-image: url(../images/search_icon.svg);
  background-position: 10px center;
}

/* =================================================
person_infos
================================================= */
.person_infos .each_info {
  background-color: #F7F7F7;
  padding: 16px;
  margin-bottom: 10px;
}
.person_infos .each_info .relation {
  width: fit-content;
  background-color: #8D8C90;
  color: #fff;
  min-width: 4em;
  text-align: center;
  border-radius: 6px;
  font-size: 13px;
  padding: 4px 2px;
  margin-bottom: 15px;
}
.person_infos .each_info .name {
  font-size: 27px;
  margin-bottom: 10px;
}
.person_infos .each_info .furigana {
  font-size: 18px;
}
.person_infos .each_info .key {
  font-size: 9px;
  color: #919191;
  margin-bottom: 10px;
}
.person_infos .each_info .val {
  font-size: 16px;
}

.person_agree {
  margin: 20px;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #DBDBDB;
}

.info_date {
  font-size: 9px;
  text-align: right;
  color: #919191;
  margin-bottom: 16px;
}

.select_set {
  position: relative;
  border: 1px solid #bbbbbb;
  background-color: #ffffff;
  font-weight: normal;
}
.select_set::before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.9em;
  width: 12px;
  height: 10px;
  margin: auto;
  background-color: #666666;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.select_set select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px;
  padding-right: 38px;
  color: #666666;
}
.select_set select::-ms-expand {
  display: none;
}
.form_sticky_head .select_set {
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
}

textarea,
input[type=date],
input[type=search],
input[type=text],
input[type=mail] {
  width: 100%;
  background-color: #F6F6F6;
  padding: 10px 15px;
  font-weight: normal;
  display: block;
}
@media (max-width: 1024px) {
  textarea,
  input[type=date],
  input[type=search],
  input[type=text],
  input[type=mail] {
    font-size: 16px;
  }
}
textarea::placeholder,
input[type=date]::placeholder,
input[type=search]::placeholder,
input[type=text]::placeholder,
input[type=mail]::placeholder {
  opacity: 0.5;
}

textarea {
  min-height: 18em;
}

.input_set {
  margin-bottom: 20px;
  font-size: 14px;
  flex: 1;
}
@media (max-width: 1024px) {
  .input_set {
    margin-bottom: 24px;
  }
}
.input_set .input_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4em;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .input_set .input_title {
    margin-bottom: 5px;
  }
}
.input_set .input_title::before {
  color: #fff;
  content: "任意";
  background-color: #A6B3BE;
  display: block;
  padding: 0.1em 0.5em;
  border-radius: 0.3em;
}
@media (max-width: 1024px) {
  .input_set .input_title::before {
    font-size: 10px;
  }
}
.input_set .input_title.require::before {
  content: "必須";
  background-color: #CF4C5B;
}
.input_set .result_title {
  color: #666666;
  font-size: 0.9em;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .input_set .result_title {
    margin-bottom: 5px;
  }
}

.input_row {
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .input_row {
    gap: 10px;
  }
}

.invalid {
  background-color: #ffa59c !important;
  border: 2px solid #CE4C5B !important;
}

.file_set input.invalid {
  border: none !important;
  background-color: transparent !important;
}
.file_set input.invalid::before {
  background-color: #F8E3E1 !important;
  border: 2px solid #CE4C5B !important;
}

.invalid_message {
  color: #CD4C5B;
  font-weight: normal;
  margin-top: 0.2em;
  padding: 0.4em 0;
  font-size: 12px;
  padding-left: 1.8em;
  background-image: url(../images/invalid_x.svg);
  background-size: 1.5em 1.5em;
  background-position: left center;
}

/* =================================================

================================================= */
.checkbox_set {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .checkbox_set {
    font-size: 14px;
  }
}
.checkbox_set label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.checkbox_set label.agreement {
  font-size: 1.2em;
  align-items: baseline;
}
@media (min-width: 1025px) {
  .checkbox_set label.agreement input {
    bottom: -0.3em;
  }
}
.checkbox_set label span {
  flex: 1;
}
input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: #D8D8D8;
  border-radius: 3px;
}
@media (max-width: 1024px) {
  input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
}

input[type=checkbox]:checked {
  background-color: #1C86E2;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -55%) rotate(47deg);
  width: 32%;
  height: 44%;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
}
@media (max-width: 1024px) {
  input[type=checkbox]:checked:before {
    border-width: 3px;
  }
}

.single_require {
  display: inline-block;
  color: #fff;
  background-color: #CF4C5B;
  padding: 0.1em 0.5em;
  border-radius: 0.3em;
  margin-bottom: 0.8em;
}
@media (max-width: 1024px) {
  .single_require {
    font-size: 10px;
  }
}

.radio_set {
  display: flex;
  flex-wrap: wrap;
}
.radio_set label {
  display: block;
}
.radio_set input[type=radio] {
  appearance: none;
  display: none;
  opacity: 0;
  width: 1px;
  position: absolute;
  height: 1px;
}
.radio_set input[type=radio] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 11px 8px 16px;
  font-size: 14px;
}
.radio_set input[type=radio] + span::before,
.radio_set input[type=radio] + span::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  box-sizing: border-box;
}
.radio_set input[type=radio] + span::before {
  width: 13px;
  height: 13px;
  background-color: #E8E8E8;
  left: 0px;
}
.radio_set input[type=radio] + span::after {
  width: 5px;
  height: 5px;
  background-color: #E8E8E8;
  left: 4px;
  opacity: 0;
}
.radio_set input[type=radio]:checked + span::before {
  background-color: #1C86E2;
}
.radio_set input[type=radio]:checked + span::after {
  opacity: 1;
  background-color: #fff;
}

/* =================================================

================================================= */
.file_set {
  display: flex;
  height: 300px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  width: 100%;
  font-weight: normal;
}
.file_set input[type=file] {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.file_set input[type=file]::file-selector-button {
  visibility: hidden;
}
.file_set input[type=file]::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px dashed rgb(142, 186, 225);
  border-radius: 8px;
  background-color: rgb(239, 245, 250);
}
.file_set .explain {
  position: relative;
  pointer-events: none;
  text-align: center;
}
.file_set .file_btn {
  width: fit-content;
  margin: 5px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #1C86E2;
  background-color: transparent;
  color: #1C86E2;
  font-weight: normal;
  margin-top: 0.5em;
  padding: 0.5em 1em;
}
.file_set .filename {
  font-weight: bold;
}

/* =================================================
each_person_info
================================================= */
.each_person_info {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.each_person_info .person_check {
  background-color: #f0f0f0;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.each_person_info .each_person_inputs {
  padding: 20px 30px 0;
  position: relative;
}
.each_person_info .input_title {
  margin-bottom: 4px;
}
/*# sourceMappingURL=maps/style.css.map */
