@charset "UTF-8";
.parts_a_person, .parts_q_person {
  width: 96.8px;
}
@media screen and (max-width: 767px) {
  .parts_a_person, .parts_q_person {
    width: 50px;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  text-align: center;
}

.common_wrap {
  width: 90%;
  margin: auto;
}

.parts_main_content {
  background: #edece5;
  padding: 65px 0 120px;
}
@media screen and (max-width: 767px) {
  .parts_main_content {
    padding: 13px 0 44px;
  }
}

.parts_main_area {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media screen and (max-width: 767px) {
  .parts_main_area {
    gap: 45px;
  }
}
.parts_main_area a:hover {
  color: rgba(0, 0, 0, 0.3) !important;
}
.parts_main_area a:link, .parts_main_area a:visited {
  color: inherit;
}

.parts_title_area {
  margin-bottom: 86px;
  padding: 10px 0 0 80px;
  display: flex;
  align-items: center;
  height: 145px;
  color: #221714;
  position: relative;
}
@media screen and (max-width: 767px) {
  .parts_title_area {
    height: 52px;
    padding: 14px 0 0 29.5px;
    margin-bottom: 23px;
  }
}
.parts_title_area::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 50%;
  height: 150px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0 0 38px 0;
}
@media screen and (max-width: 767px) {
  .parts_title_area::before {
    top: 10.67px;
    left: 10px;
    width: 50%;
    height: 54.5px;
    border-radius: 0 0 14px 0;
  }
}
.parts_title_area::after {
  content: "";
  position: absolute;
  background: #ffffff;
  top: 0;
  left: 60px;
  width: 4px;
  height: 118px;
}
@media screen and (max-width: 767px) {
  .parts_title_area::after {
    left: 22px;
    width: 1px;
    height: 42.5px;
  }
}
.parts_title_area h1 {
  font-size: 32px;
  text-align: left;
  font-weight: bold;
  margin: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .parts_title_area h1 {
    font-size: 15px;
    line-height: 18px;
  }
}

.parts_link_tab_area {
  display: grid;
  gap: 30px 41px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .parts_link_tab_area {
    gap: 10.3px 11px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 32px;
  }
}
.parts_link_tab_area a {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0;
  border-radius: 35px;
  font-size: 25px;
  font-weight: bold;
  line-height: 38px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .parts_link_tab_area a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.parts_link_tab_area a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.parts_qa_title {
  align-items: center;
  border-radius: 13px 13px 0 0;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  height: 51px;
  line-height: 42px;
}
@media screen and (max-width: 767px) {
  .parts_qa_title {
    border-radius: 7px 7px 0 0;
    font-size: 14px;
    height: 26px;
  }
}
.parts_qa_content_wrap {
  border-radius: 0 48px 48px 48px;
  border-style: solid;
  border-width: 3px;
  padding: 55px 70px 75px;
}
@media screen and (max-width: 767px) {
  .parts_qa_content_wrap {
    border-radius: 0 15px 15px 15px;
    border-width: 1px;
    padding: 35px 2.5% 12px;
  }
}
.parts_qa_row:not(:last-child) {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .parts_qa_row:not(:last-child) {
    margin-bottom: 35px;
  }
}

.parts_q_title {
  margin: 0;
  font-size: 25px;
  line-height: 37px;
  letter-spacing: 1.25px;
}
@media screen and (max-width: 767px) {
  .parts_q_title {
    font-size: 16.5px;
    line-height: 22px;
    letter-spacing: 0.84px;
  }
}
.parts_q_area {
  align-items: center;
  border: 1px solid;
  border-radius: 15px;
  display: flex;
  margin-bottom: 60px;
  max-width: 695px;
  min-height: 160px;
  padding: 24px 20px 20px 145px;
  position: relative;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .parts_q_area {
    min-height: 93.6px;
    padding: 15.5px 11px 9.5px 64.5px;
    margin-bottom: 35px;
  }
}
.parts_q_person {
  position: absolute;
  left: 25px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .parts_q_person {
    left: 12px;
  }
}

.parts_a_area {
  border-radius: 15px;
  display: flex;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 35px;
  margin-left: auto;
  max-width: 767px;
  padding: 32px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .parts_a_area {
    padding: 25.5px 11px 9.5px;
  }
}
.parts_a_att {
  display: block;
  padding: 9px 40px 3px;
  background-color: #fff;
  border-radius: 39px;
  color: red;
  max-width: 630px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .parts_a_att {
    padding: 9px 20.5px 3px;
  }
}
.parts_a_border {
  border-width: 2px;
  border-top-style: solid;
  padding-top: 16px;
}
.parts_a_border:last-child {
  border-bottom-style: solid;
  padding-bottom: 16px;
}
.parts_a_city_data_table_wrap {
  overflow-x: auto;
}
.parts_a_city_data_table {
  width: 687px;
}
.parts_a_content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .parts_a_content {
    gap: 21px;
  }
}
.parts_a_image_wrap {
  align-items: flex-end;
  display: flex;
  gap: 27px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .parts_a_image_wrap {
    gap: 13px;
  }
}
.parts_a_image_wrap .app {
  width: 225px;
  height: 220px;
}
@media screen and (max-width: 767px) {
  .parts_a_image_wrap .app {
    width: 108px;
    height: 106px;
  }
}
.parts_a_image_wrap .qr {
  width: 257px;
  height: 159px;
}
@media screen and (max-width: 767px) {
  .parts_a_image_wrap .qr {
    width: 123px;
    height: 76px;
  }
}
.parts_a_link {
  font-size: 25px;
  line-height: 37.35px;
  letter-spacing: 1.25px;
  font-weight: 700;
  text-decoration: underline;
  transition: 0.3s;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .parts_a_link {
    font-size: 16.8px;
    line-height: 22px;
    letter-spacing: 0.84px;
  }
}
.parts_a_link.--tel {
  font-weight: initial;
  text-decoration: none;
}
.parts_a_link.--hasSpace {
  margin-top: 16px;
}
.parts_a_link.--interview {
  background-color: #fff;
  border-radius: 16px;
  color: #000 !important;
  font-weight: 700;
  padding: 9px 10px 3px;
}
.parts_a_link.--t_data {
  color: #000 !important;
}
.parts_a_person.--last {
  margin-bottom: -32px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .parts_a_person.--last {
    margin-bottom: -9.3px;
  }
}
.parts_a_table {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 16px;
}
@media screen and (max-width: 767px) {
  .parts_a_table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 0;
  }
}
.parts_a_table_contents {
  border-style: solid;
  border-width: 2px 0 2px 2px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .parts_a_table_contents {
    border-width: 2px 0 0 2px;
  }
}
@media screen and (max-width: 767px) {
  .parts_a_table_contents:nth-child(1) {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .parts_a_table_contents:nth-child(2) {
    border-width: 2px 2px 0 2px;
    order: 2;
  }
}
.parts_a_table_contents:nth-child(3) {
  border-width: 2px;
}
@media screen and (max-width: 767px) {
  .parts_a_table_contents:nth-child(3) {
    border-width: 2px 2px 0 2px;
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .parts_a_table_contents:nth-child(4) {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .parts_a_table_contents:nth-child(5) {
    border-width: 2px 0 2px 2px;
    order: 5;
  }
}
.parts_a_table_contents:nth-child(6) {
  border-width: 2px;
}
@media screen and (max-width: 767px) {
  .parts_a_table_contents:nth-child(6) {
    order: 6;
  }
}
.parts_a_table_links {
  border-top-style: solid;
  border-width: 2px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  padding: 8px;
  min-height: 40px;
}
.parts_a_text {
  font-size: 25px;
  line-height: 37.35px;
  letter-spacing: 1.25px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .parts_a_text {
    font-size: 16.8px;
    line-height: 22px;
    letter-spacing: 0.84px;
  }
}
.parts_a_text.--s {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .parts_a_text.--s {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.parts_a_text.--t_head {
  color: #000 !important;
  font-weight: 700;
  padding: 8px 0 4px;
  text-align: center;
}
.parts_a_title {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 16px;
  padding: 9px 0 3px;
}
.parts_a_title.--city {
  color: #000;
  border-radius: 999px;
}
.parts_a_title.--support {
  border-radius: 0 24px 0 0;
}

.float {
  float: right;
  height: 100%;
  display: flex;
  align-items: flex-end;
  shape-outside: inset(calc(100% - 120px) 0 0);
}
.float.--last {
  shape-outside: inset(calc(100% - 98px) 0 0);
}/*# sourceMappingURL=parts.css.map */