:root {
  --fwel: 200;
  --fwl: 300;
  --fwn: 400;
  --fwm: 500;
  --fwsb: 600;
  --fwb: 700;
}

/* ===============================================================
 common contact parts
===============================================================*/
@media screen and (max-width: 834px) {
  .tab-no {
    display: none;
  }
}

.c-contact {
  padding-top: 8rem;
  padding-bottom: 12rem;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 834px) {
  .c-contact {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 450px) {
  .c-contact {
    padding-top: 2rem;
  }
}
.c-contact__current {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8rem;
  width: fit-content;
  margin: 0 auto;
}
.c-contact__current::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 2.5rem;
  left: 0;
  z-index: -1;
  background-color: #ddd;
}
@media screen and (max-width: 834px) {
  .c-contact__current::before {
    top: 2rem;
  }
}
.c-contact__current-item.--curent .c-contact__current-circle {
  background-color: #daefd7;
}
.c-contact__current-item.--curent .c-contact__current-circle::before {
  background-color: #45b035;
}
.c-contact__current-item.--curent .c-contact__current-txt {
  color: #45b035;
}
.c-contact__current-circle {
  position: relative;
  display: block;
  width: 5rem;
  aspect-ratio: 1;
  background-color: #f5f5f5;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .c-contact__current-circle {
    width: 4rem;
  }
}
.c-contact__current-circle::before {
  position: absolute;
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  z-index: 1;
  background-color: #ddd;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .c-contact__current-circle::before {
    width: 1.5rem;
    top: calc(50% - 0.75rem);
    left: calc(50% - 0.75rem);
  }
}
.c-contact__current-txt {
  margin-top: 1rem;
  font-size: 2.1rem;
  font-weight: var(--fwsb);
  text-align: center;
  color: #999;
}
@media screen and (max-width: 834px) {
  .c-contact__current-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .c-contact__current-txt {
    margin-top: 0.5rem;
  }
}
.c-contact__top-ttl {
  margin-top: 5rem;
  font-size: 3.2rem;
  font-weight: var(--fwsb);
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-contact__top-ttl {
    margin-top: 3rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 450px) {
  .c-contact__top-ttl {
    font-size: 2rem;
  }
}
.c-contact__top-txt {
  margin: 3rem auto 0;
  max-width: 85rem;
  font-size: 1.7rem;
  font-weight: var(--fwn);
  line-height: 1.76;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-contact__top-txt {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .c-contact__top-txt {
    text-align: left;
  }
}
.c-contact__form {
  margin-top: 7rem;
}
@media screen and (max-width: 834px) {
  .c-contact__form {
    margin-top: 3rem;
  }
}
.c-contact__list {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
.c-contact__item {
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 900px) {
  .c-contact__item {
    position: relative;
    padding: 2rem 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .c-contact__item {
    gap: 1rem;
  }
}
.c-contact__item:not(:first-of-type) {
  border-top: 1px solid #ddd;
}
.c-contact__item:has(input[type=radio]) .c-contact__ttl {
  padding-top: 0;
}
.c-contact__item:has(input[type=radio]) .c-contact__parts-input {
  padding-top: 0.4rem;
}
.c-contact__item:has(input[type=radio]) .error {
  margin-top: 0;
}
.c-contact__ttl {
  padding-top: 1rem;
  min-width: calc(14em + 6rem + 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  font-size: 2rem;
  font-weight: var(--fwm);
  color: #0f856d;
}
@media screen and (max-width: 900px) {
  .c-contact__ttl {
    padding-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .c-contact__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 901px) {
  .c-contact__ttl-txt {
    min-width: 14em;
  }
}
.c-contact__parts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.c-contact__parts:has(.c-contact__parts-label) {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-contact__parts:has(.c-contact__parts-label) .c-contact__req {
  margin-top: 0.7rem;
}
.c-contact__parts-input {
  width: 100%;
}
.c-contact__parts-input:has(.c-contact__parts-label) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem 5rem;
}
@media screen and (max-width: 834px) {
  .c-contact__parts-input:has(.c-contact__parts-label) {
    gap: 1rem 3rem;
  }
}
.c-contact__parts-input:has(.select-txt) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 5rem;
}
@media screen and (max-width: 1300px) {
  .c-contact__parts-input:has(.select-txt) {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-contact__parts-input.--contact02 {
  max-width: 59rem;
}
.c-contact__parts:has(.select-txt) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 5rem;
}
.c-contact__parts-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.2rem;
  font-size: 1.8rem;
  font-weight: var(--fwn);
}
@media screen and (max-width: 834px) {
  .c-contact__parts-label {
    font-size: 1.5rem;
  }
}
.c-contact__parts-label input {
  margin-top: 0.2rem;
  min-width: 2rem;
}
@media screen and (max-width: 834px) {
  .c-contact__parts-label input {
    margin-top: 0;
  }
}
.c-contact__parts .fa-solid {
  margin-right: 2rem;
  display: inline-block;
}
.c-contact__date {
  position: relative;
}
.c-contact__req {
  display: block;
  width: 6rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: var(--fwn);
  line-height: 1;
  color: #fff;
  background-color: #0f856d;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .c-contact__req {
    width: 5rem;
    font-size: 1.4rem;
  }
}
.c-contact__req.--any {
  background-color: transparent;
}
.c-contact__policy {
  margin-top: 10rem;
}
@media screen and (max-width: 834px) {
  .c-contact__policy {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 450px) {
  .c-contact__policy {
    margin-top: 3rem;
  }
}
.c-contact__policy-txt {
  font-size: 1.7rem;
  font-weight: var(--fwm);
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-contact__policy-txt {
    font-size: 1.5rem;
  }
}
.c-contact__policy-txt a {
  color: #45b035;
}
.c-contact__policy-chechbox {
  margin-top: 2rem;
}
.c-contact__policy-chechbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  font-size: 1.8rem;
  font-weight: var(--fwm);
  color: #45b035;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .c-contact__policy-chechbox label {
    font-size: 1.5rem;
    gap: 1rem;
  }
}
.c-contact .c-btn {
  margin: 4rem auto 0;
  border-width: 0;
  font-weight: var(--fwn);
  height: 7rem;
}
@media screen and (min-width: 835px) {
  .c-contact .c-btn {
    max-width: 30.3rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .c-contact .c-btn {
    height: 6rem;
  }
}
.c-contact .c-btn.--arw {
  max-width: 35rem;
}
@media screen and (min-width: 835px) {
  .c-contact .c-btn.--arw {
    margin-top: 5rem;
  }
}

input:not(.medical-program-keyword-search__input) {
  max-width: 70rem;
  width: 100%;
  height: 6rem;
  padding: 2rem !important;
  display: block;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  input:not(.medical-program-keyword-search__input) {
    padding: 1rem 1.5rem !important;
    height: 4rem;
  }
}

input[type=radio] {
  position: relative;
  width: 2rem;
  height: auto;
  aspect-ratio: 1;
  padding: 0 !important;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: 100vmax;
  background-color: #45b035;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 35rem;
  width: 100%;
  height: 6rem;
  padding: 1.3rem 2rem 1.8rem !important;
  font-size: 1.6rem !important;
  font-weight: var(--fwn) !important;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  background-image: url(../img/contact/arw.png);
  background-repeat: no-repeat;
  background-position: top 50% right 2rem;
  background-size: 1.1rem auto;
}
@media screen and (max-width: 834px) {
  select {
    padding: 1rem 1.5rem !important;
    height: 5rem;
  }
}

option {
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: var(--fwn);
}
@media screen and (max-width: 834px) {
  option {
    padding: 1rem 1.5rem !important;
  }
}

textarea {
  width: 100%;
  height: 30rem;
  padding: 2rem !important;
  display: block;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  textarea {
    padding: 1rem 1.5rem !important;
    height: 20rem;
  }
}

input[type=date] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 2rem !important;
  background-image: url(../img/contact/calendar.png);
  background-repeat: no-repeat;
  background-position: top 50% right 2rem;
  background-size: 1.6rem auto;
}
@media screen and (max-width: 834px) {
  input[type=date] {
    padding: 1rem 1.5rem !important;
  }
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-appearance: none;
}

input[type=checkbox] {
  position: relative;
  max-width: 2rem;
  height: 2rem;
  padding: 0 !important;
  border: 1px solid #999;
  background-color: #f9f9f9;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 1.5rem;
  height: 0.8rem;
  border-bottom: 0.2rem solid #45b035;
  border-left: 0.2rem solid #45b035;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.select-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.select-item.--country {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.select-txt {
  min-width: fit-content;
  margin-top: 1.3rem;
  color: rgba(25, 25, 25, 0.6);
}

.select-input {
  max-width: 35.3rem;
  width: calc(100% - 5rem);
}

.notice-txt {
  margin-top: 0.2rem;
  display: block;
  font-size: 1.8rem;
  color: rgba(51, 51, 51, 0.6);
}
@media screen and (max-width: 834px) {
  .notice-txt {
    font-size: 1.5rem;
  }
}

.error {
  margin-top: 1rem;
  color: #c85a6a;
  display: block;
}

@media screen and (min-width: 835px) {
  .c-thanks .c-btn {
    margin-top: 8rem;
  }
}