@charset "UTF-8";
/* sub_common
----------------------------------------------------------- */
.sub__visual {
  width: 100%;
  background: transparent;
  text-align: center;
  padding: 7vw 0 10vw;
  position: relative;
}
.sub__visual::after {
  content: "";
  position: absolute;
  background: url("../images/common/line_gradation_btm.webp") repeat-x center top;
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sub__visual .sub__visual__inner {
  width: 100%;
  padding-top: 10vw 0;
}
.sub__visual__ttl {
  font-size: 2.4vw;
  letter-spacing: 0.05em;
  text-indent: 0.3em;
  position: relative;
}
.sub__visual__ttl::before {
  content: "";
  position: absolute;
  background: url("../images/common/ft_waterdrop_colorful.png") no-repeat center top/contain;
  top: -3.6vw;
  left: 50%;
  transform: translateX(-50%);
  width: 3vw;
  height: 100px;
}

/* contact
----------------------------------------------------------- */
.contents__wrapper {
  background: url("../images/common/bg_baige.jpg") repeat;
  padding-top: 24px;
  padding-bottom: 240px;
}
.contents__wrapper .inner {
  width: min(90%, 1120px);
  margin: 0 auto;
  position: relative;
}
.contents__wrapper .contact__intro {
  text-align: center;
  margin-bottom: 60px;
  line-height: 2;
}
.contents__wrapper .contact__form {
  background: #FFF;
  border-radius: 12px;
  border: 1px solid #f2edd9;
  width: 100%;
  margin: 0 auto;
  padding: 4em 5em 0;
}

.contact__attention {
  padding: 0 5vw;
  margin-bottom: 4em;
}
.contact__attention dt {
  color: #42adc0;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 1.6em;
  margin-bottom: 0.6em;
  border-bottom: 4px solid #e7e4da;
}
.contact__attention dd {
  padding: 1em 0 0;
}
.contact__attention dd li {
  margin-bottom: 1.2em;
  line-height: 2;
  font-size: 1.5rem;
  padding-left: 1em;
}
.contact__attention dd li:last-child {
  margin-bottom: 0;
}
.contact__attention dd li .ttl {
  font-size: 1.6rem;
  display: block;
  text-indent: -1em;
  line-height: 2;
}

.contact__attent__check {
  text-align: center;
  margin: 5em 0 0;
  padding-bottom: 6em;
  position: relative;
}
.contact__attent__check::before {
  content: "";
  position: absolute;
  background: url("../images/common/line_bll.png") repeat-x left bottom;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact__attent__check input[type=checkbox] {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 1em;
}
.contact__attent__check label {
  cursor: pointer;
}
.contact__attent__check .privacy__chk {
  font-size: 2.2rem;
  font-weight: 700;
  vertical-align: middle;
}

.contact__wrap {
  position: relative;
}
.contact__wrap table {
  width: 100%;
  border-collapse: collapse;
}
.contact__wrap table th,
.contact__wrap table td {
  padding: 2em 0;
  vertical-align: top;
}
.contact__wrap table th {
  width: 30%;
  font-size: 1.7rem;
  font-weight: 700;
  vertical-align: top;
  line-height: 1.8;
  position: relative;
}
.contact__wrap table th::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: url("../images/common/line_bll.png") repeat-x left bottom;
  pointer-events: none;
}
.contact__wrap table tr:last-child th::after {
  content: none;
}
.contact__wrap table td {
  width: 70%;
  padding: 1.6em 0 1.6em 2.4em;
  line-height: 2;
  position: relative;
}
.contact__wrap table td::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: url("../images/common/line_bll.png") repeat-x left bottom;
  pointer-events: none;
}
.contact__wrap table td input[type=checkbox],
.contact__wrap table td input[type=radio] {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 8px;
}
.contact__wrap table td input::placeholder,
.contact__wrap table td textarea::placeholder {
  color: #aaa;
}
.contact__wrap table td label {
  vertical-align: middle;
  margin-right: 1.5em;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 8px;
  padding-top: 0.3em;
}
.contact__wrap table tr:last-child td::after {
  content: none;
}
.contact__wrap .sup {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.4em 0.8em 0.5em;
  margin-right: 0.8em;
  margin-top: -0.3em;
  vertical-align: middle;
  border-radius: 20px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}
.contact__wrap .sup--rec {
  background: #42adc0;
}
.contact__wrap .sup--any {
  background: #d8d8d8;
  color: #5b462a;
}
.contact__wrap .add {
  font-size: 1.5rem;
  margin-top: 0.4em;
  display: block;
  font-weight: 700;
}

.txtfield,
.wide {
  width: 100%;
  padding: 18px 20px;
  border: none;
  background: #eef5f6;
  border-radius: 6px;
  font-size: 1.5rem;
  font-family: inherit;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
}
.txtfield:focus,
.wide:focus {
  outline: 2px solid #42adc0;
  background: #e4f0f2;
}

.wide {
  resize: vertical;
  min-height: 150px;
}

.contact__privacy {
  margin-top: 2em;
  background-color: rgba(231, 228, 218, 0.5);
  padding: 2.8em 3.6em;
  border-radius: 12px;
}
.contact__privacy dt {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.2em;
}
.contact__privacy .privacy__scroll {
  overflow-y: scroll;
  height: 160px;
  padding-right: 2em;
  font-size: 1.4rem;
  line-height: 2;
}
.contact__privacy .privacy__scroll p {
  margin-bottom: 1.2em;
}
.contact__privacy .privacy__scroll ol {
  list-style: none;
  padding: 0;
}
.contact__privacy .privacy__scroll ol li {
  margin-bottom: 1.2em;
}
.contact__privacy .privacy__scroll ol li .ttl {
  display: block;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.contact__privacy .privacy__scroll::-webkit-scrollbar {
  width: 6px;
}
.contact__privacy .privacy__scroll::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 4px;
}
.contact__privacy .privacy__scroll::-webkit-scrollbar-thumb {
  background: rgba(91, 70, 42, 0.5);
  border-radius: 4px;
}

.contact__privacy__check {
  text-align: center;
  margin: 4em 0;
  padding-bottom: 2em;
}
.contact__privacy__check input[type=checkbox] {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 1em;
}
.contact__privacy__check label {
  cursor: pointer;
}
.contact__privacy__check .privacy__chk {
  font-size: 2.2rem;
  font-weight: 700;
  vertical-align: middle;
  position: relative;
}

.submit {
  text-align: center;
  margin-top: 3em;
  position: relative;
}
.submit .submit__btn {
  display: inline-block;
  width: 100%;
  max-width: 560px;
  padding: 24px;
  background: url("../images/common/bg_water.jpg") top left;
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}
.submit .submit__btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.submit .inback {
  color: #5b462a;
  border: 1px solid #5b462a !important;
  background: none;
  font-size: 1.3rem;
  line-height: 40px;
  border: none;
  padding: 0 2em;
  position: absolute;
  top: 20px;
  left: 0;
  inline-size: fit-content;
  cursor: pointer;
  box-shadow: none;
  border-radius: calc(infinity * 1px);
}
.submit .inback:hover {
  opacity: 0.8;
}

.err {
  color: #ce6448;
  margin-bottom: 2em;
}

.error {
  color: #ce6448;
  margin-top: 5px;
  font-size: 1.4rem;
}

.error-ttl,
.error-ttl em {
  color: #ce6448;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 2em;
}

.error-list {
  color: #ce6448;
  font-size: 1.4rem;
  margin-bottom: 2em;
}
.error-list li {
  margin-bottom: 5px;
}

/* 送信完了 */
.contents__wrapper.finish {
  padding-bottom: 200px;
}

.thanks__ttl {
  font-size: 3.2rem;
  color: #9e9171;
  line-height: 1.8;
  inline-size: fit-content;
  margin-inline: auto;
  margin-bottom: 1em;
  position: relative;
}

.thanks__txt {
  text-align: center;
}

.finish-info {
  margin: 40px auto 0;
  background: #fff;
  background: url("../images/common/bg_bl.jpg");
  text-align: center;
  padding: 2em;
  border-radius: calc(infinity * 1px);
}
.finish-info p {
  font-size: 3rem;
}
.finish-info a {
  color: #42adc0;
}

.finish-back {
  width: 100%;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 80px;
  display: flex;
}
.finish-back .btn {
  width: 240px;
  margin: 0 0.5em;
}
.finish-back .btn a {
  width: 100%;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #5b462a;
  background: none;
  border: 1px solid #5b462a;
  line-height: 50px;
  border-radius: calc(infinity * 1px);
  text-align: center;
}
.finish-back .btn a:hover {
  background: #5b462a;
  color: #FFF;
  text-decoration: none;
}