@charset "UTF-8";
@media (max-width: 767px) {
  .page__title {
    padding-top: 26.67vw;
  }
}
.page__caption {
  background-color: #fff;
  color: #56af79;
  line-height: 1;
  letter-spacing: 0.08rem;
  padding: 5px 30px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .contact {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 25px 0 0;
  }
}
@media (min-width: 768px) {
  .contact__container {
    max-width: 970px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .contact__container {
    width: 90.67vw;
  }
}
.contact__title {
  color: #56af79;
  letter-spacing: 0.06rem;
}
@media (min-width: 768px) {
  .contact__title {
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .contact__title {
    line-height: 31px;
  }
}
.contact__text {
  line-height: 33px;
}
.contact__notice {
  color: #ff4627;
  line-height: 27px;
}
.contact__ul {
  list-style: none;
}
.contact__ul li {
  line-height: 33px;
  position: relative;
  padding-left: 20px;
}
.contact__ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #56af79;
  border-radius: 50%;
}
.contact__intro {
  border: 2px solid #56af79;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .contact__intro {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .contact__intro {
    padding: 20px 15px;
  }
}
.contact__intro ul {
  list-style: none;
}
.contact__err {
  font-weight: bold;
  border: 2px solid #ff4627;
  color: #ff4627;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .contact__err {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .contact__err {
    padding: 20px 15px;
  }
}
.contact__err[aria-hidden=true] {
  display: none;
}
.contact__box {
  background-color: #deefe5;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .contact__box {
    padding: 45px 50px;
  }
}
@media (max-width: 767px) {
  .contact__box {
    padding: 25px 10px;
  }
}
.contact__dt {
  position: relative;
}
@media (min-width: 768px) {
  .contact__dt {
    margin-right: 70px;
  }
}
.contact__dt.required {
  padding-left: 55px;
}
.contact__dt.required::before {
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 25px;
  padding: 1px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #ff4627;
  color: #fff;
  border-radius: 5px;
}
.contact__dd {
  flex: 1;
  line-height: 1.8;
  word-break: break-all;
}
.contact__dd > ul {
  list-style: none;
}
@media (max-width: 767px) {
  .contact__dd > ul {
    padding: 0 15px;
  }
}
.contact__dd.confirm {
  border-top: 1px solid #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
  padding: 20px 10px;
}
.contact__table {
  width: 100%;
}
@media (min-width: 768px) {
  .contact__table {
    display: table;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .contact__table_confirm .contact__tr {
    border-bottom: 1px solid #787878;
  }
}
@media (max-width: 767px) {
  .contact__table_confirm .contact__tr {
    border-bottom: 1px solid #3e3e3e;
    padding: 25px 15px;
  }
}
@media (min-width: 768px) {
  .contact__table_confirm .contact__th,
  .contact__table_confirm .contact__td {
    padding: 20px;
  }
}
.contact__table_confirm .contact__td {
  font-weight: bold;
}
@media (max-width: 767px) {
  .contact__table_confirm .contact__td {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .contact__tr {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .contact__tr {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contact__th, .contact__td {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .contact__th, .contact__td {
    display: block;
    width: 100%;
  }
}
.contact__th {
  position: relative;
  text-align: left;
  font-weight: normal;
}
@media (min-width: 768px) {
  .contact__th {
    width: 270px;
    padding-left: 55px;
  }
}
@media (max-width: 767px) {
  .contact__th.required {
    padding-left: 55px;
  }
}
.contact__th.required::before {
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 25px;
  padding: 1px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #ff4627;
  color: #fff;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .contact__td {
    flex: 1;
  }
}
.contact__full {
  background-color: #deefe5;
}
@media (min-width: 768px) {
  .contact__full {
    padding: 40px 0 50px;
  }
}
@media (max-width: 767px) {
  .contact__full {
    padding: 30px 0 45px;
  }
}
.contact__subtitle {
  color: #56af79;
  line-height: 33px;
}
.contact__subtitle span {
  position: relative;
  padding-left: 55px;
}
.contact__subtitle span::before {
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 25px;
  line-height: 25px;
  padding: 1px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #ff4627;
  color: #fff;
  border-radius: 5px;
}
.contact__p {
  line-height: 33px;
}
.contact__link {
  color: #56af79;
  text-decoration: underline;
}
.contact__btn {
  position: relative;
  background-color: #56af79;
  border: 2px solid #fff;
  border-radius: 100px;
  color: #fff;
  box-shadow: 3px 3px 0 0 #98cdae;
}
@media (min-width: 768px) {
  .contact__btn {
    width: 320px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .contact__btn {
    width: 245px;
    height: 77px;
  }
}
.contact__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 8px;
  background: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.contact__send {
  position: relative;
  background-color: #ff4627;
  border: 2px solid #fff;
  border-radius: 100px;
  color: #fff;
  box-shadow: 3px 3px 0 0 #98cdae;
}
@media (min-width: 768px) {
  .contact__send {
    width: 320px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .contact__send {
    width: 245px;
    height: 70px;
  }
}
.contact__send::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 8px;
  background: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.contact__back {
  position: relative;
  background-color: #fff;
  color: #56af79;
  border: 2px solid #56af79;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .contact__back {
    width: 320px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .contact__back {
    width: 245px;
    height: 70px;
  }
}
.contact__back::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 8px;
  background: #56af79;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.contact__back:hover {
  background-color: #56af79;
  color: #fff;
  opacity: 1;
}
.contact__back:hover::after {
  background: #fff;
}
.contact__input {
  display: block;
  background-color: #fff;
  border: solid 1px #9b9b9b;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  max-width: 100%;
  padding: 10px;
}
@media (min-width: 768px) {
  .contact__input {
    width: 380px;
  }
}
@media (max-width: 767px) {
  .contact__input {
    width: 100%;
  }
}
.contact__input.long {
  width: 100%;
}
.contact__textarea {
  background-color: #fff;
  border: solid 1px #9b9b9b;
  color: #9b9b9b;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  padding: 15px;
}
@media (min-width: 768px) {
  .contact__textarea {
    height: 225px;
  }
}
@media (max-width: 767px) {
  .contact__textarea {
    height: 150px;
  }
}
.contact__check {
  display: none;
}
.contact__check:checked + label::after {
  opacity: 1;
}
.contact__check + label {
  position: relative;
  line-height: 21px;
  padding-left: 35px;
  cursor: pointer;
}
.contact__check + label::before, .contact__check + label::after {
  position: absolute;
  content: "";
  top: 7px;
}
.contact__check + label::before {
  width: 21px;
  height: 21px;
  left: 0;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 2px;
  margin-top: -7px;
}
.contact__check + label::after {
  position: absolute;
  width: 14px;
  height: 20px;
  top: 4px;
  left: 5px;
  margin-top: -8px;
  border-right: 3px solid #44aab8;
  border-bottom: 3px solid #44aab8;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
}

.radiobox {
  align-items: center;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  position: relative;
}
.radiobox__radio {
  letter-spacing: 4px;
  position: absolute;
  left: -100px;
}
.radiobox__radio:checked + .radiobox__select::after {
  opacity: 1;
}
.radiobox__radio[data-error=true] + .radiobox__select {
  border: solid 2px #2fc986;
}
.radiobox__select {
  background-color: #fff;
  align-items: center;
  border: solid 1px #ccc;
  border-radius: 50%;
  display: flex;
  height: 16px;
  justify-content: center;
  margin-right: 5px;
  width: 16px;
}
.radiobox__select::after {
  background-color: #2fc986;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  opacity: 0;
  width: 10px;
}