.anchor-area {
  background-color: var(--light-blue);
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .anchor-area {
    padding: 30px 0;
  }
}
.anchor-area ul.anchor-list {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  .anchor-area ul.anchor-list {
    gap: 20px;
    align-items: flex-start;
  }
}
.anchor-area ul.anchor-list li {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 767px) {
  .anchor-area ul.anchor-list li {
    width: calc((100% - 20px) / 2);
  }
}
.anchor-area ul.anchor-list li a {
  color: var(--blue);
  font-size: 16px;
  border-bottom: 1px solid var(--light-gray);
  display: block;
  padding-bottom: 10px;
  position: relative;
  padding-right: 30px;
  cursor: pointer !important;
  transition: border 0.3s;
}
.anchor-area ul.anchor-list li a:after {
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: 20px;
  right: 0;
  width: 12px;
  height: 12px;
  background: url(/common/img/icn_arrow.svg) no-repeat center/12px;
  rotate: 90deg;
}
@media screen and (max-width: 767px) {
  .anchor-area ul.anchor-list li a:after {
    bottom: auto;
    top: 10px;
  }
}
@media (hover) {
  .anchor-area ul.anchor-list li a:hover {
    border-color: var(--blue);
  }
}

p.lead {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

section.tel {
  max-width: 1000px;
  margin: 120px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.tel {
    margin-top: 80px;
  }
}
section.tel .tel-area {
  width: fit-content;
  margin-top: 40px;
  padding: 30px 35px 20px;
  background-color: var(--light-blue);
}
@media screen and (max-width: 767px) {
  section.tel .tel-area {
    margin-top: 20px;
    padding: 25px 5% 20px;
  }
}
section.tel .tel-area.other {
  padding-top: 20px;
}
section.tel .tel-area ul.tel-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 0;
}
section.tel .tel-area ul.tel-list.single li {
  width: fit-content !important;
}
section.tel .tel-area ul.tel-list li {
  width: fit-content;
  position: relative;
}
section.tel .tel-area ul.tel-list li:nth-child(even) {
  position: static;
  width: 1px;
  height: 70px;
  background-color: var(--black);
  margin: 0 15px;
}
@media screen and (max-width: 1000px) {
  section.tel .tel-area ul.tel-list li:nth-child(even) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  section.tel .tel-area ul.tel-list li {
    width: 48%;
  }
}
section.tel .tel-area ul.tel-list li .name {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  section.tel .tel-area ul.tel-list li .name {
    font-size: 15px;
  }
}
section.tel .tel-area ul.tel-list li .number {
  font-size: 28px;
  padding-left: 35px;
  background: url(/common/img/icn_tel.svg) no-repeat left top 13px/24px;
}
@media screen and (max-width: 767px) {
  section.tel .tel-area ul.tel-list li .number {
    margin-top: 5px;
    font-size: 20px;
    padding-left: 25px;
    background: url(/common/img/icn_tel.svg) no-repeat left top 7px/18px;
  }
}
@media screen and (max-width: 500px) {
  section.tel .tel-area ul.tel-list li .number {
    margin-top: 5px;
    background: url(/common/img/icn_tel.svg) no-repeat left top 6px/14px;
    font-size: 17px;
    padding-left: 20px;
  }
}
section.tel .tel-area p {
  color: var(--gray);
  font-size: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  section.tel .tel-area p {
    margin-top: 10px;
    font-size: 13px;
  }
}

section.precautions {
  max-width: 1000px;
  margin: 120px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.precautions {
    margin-top: 80px;
  }
}
section.precautions > p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section.precautions > p {
    margin-top: 20px;
  }
}
section.precautions > p span {
  background-color: #ef6a6f;
  color: var(--white);
  font-size: 12px;
  line-height: 1;
  padding: 5px 7px;
  display: inline-block;
  margin-right: 5px;
}

section.form-area {
  margin-top: 140px;
  background-color: var(--light-blue);
}
@media screen and (max-width: 767px) {
  section.form-area {
    margin-top: 80px;
  }
}
section.form-area .inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  section.form-area .inner {
    padding: 40px 0 60px;
  }
}
section.form-area .inner form {
  background-color: var(--white);
  padding: 50px 60px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section.form-area .inner form {
    padding: 30px 5% 60px;
  }
}
section.form-area .inner form label {
  cursor: pointer;
  display: flex;
  gap: 10px;
}
section.form-area .inner form label input[type=radio],
section.form-area .inner form label input[type=checkbox] {
  pointer-events: none;
}
section.form-area .inner form input,
section.form-area .inner form select,
section.form-area .inner form textarea {
  background-color: #ededf0;
  padding: 15px 20px;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.form-area .inner form input,
  section.form-area .inner form select,
  section.form-area .inner form textarea {
    padding: 10px;
  }
}
section.form-area .inner form input.prefecture,
section.form-area .inner form select.prefecture,
section.form-area .inner form textarea.prefecture {
  max-width: 360px;
}
section.form-area .inner form select option:plceholder {
  color: gray;
}
section.form-area .inner form select .placeholder {
  color: gray;
}
section.form-area .inner form input[type=radio] {
  margin-top: 8px;
  background-color: var(--white);
  width: 18px;
  height: 18px;
  border: 1px solid var(--light-gray);
  border-radius: 100%;
  padding: 0;
  position: relative;
  aspect-ratio: 1/1;
}
section.form-area .inner form input[type=radio]:checked:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--blue);
}
section.form-area .inner form input[type=checkbox] {
  margin-top: 8px;
  background-color: var(--white);
  width: 18px;
  height: 18px;
  border: 1px solid var(--light-gray);
  padding: 0;
  position: relative;
  aspect-ratio: 1/1;
}
section.form-area .inner form input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: url(/common/img/icn_check.svg) no-repeat center/10px;
}
section.form-area .inner form textarea {
  height: 260px;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  section.form-area .inner form textarea {
    height: 200px;
  }
}
section.form-area .inner form > dl {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.form-area .inner form > dl {
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
section.form-area .inner form > dl:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--light-gray);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  section.form-area .inner form > dl:before {
    display: none;
  }
}
section.form-area .inner form > dl:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 260px;
  height: 1px;
  background-color: var(--blue);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.form-area .inner form > dl:after {
    display: none;
  }
}
section.form-area .inner form > dl > dt {
  width: 260px;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  section.form-area .inner form > dl > dt {
    width: 100%;
    padding: 0;
  }
}
section.form-area .inner form > dl > dt .required {
  background-color: #ef6a6f;
  color: var(--white);
  font-size: 12px;
  line-height: 1;
  padding: 5px 7px;
  display: inline-block;
  margin-left: 5px;
}
section.form-area .inner form > dl > dt .note {
  margin-top: 3px;
  display: block;
  font-size: 14px;
  color: var(--gray);
}
section.form-area .inner form > dl > dd {
  width: calc(100% - 260px);
  padding: 30px 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.form-area .inner form > dl > dd {
    width: 100%;
    margin-top: 15px;
    padding: 0;
  }
}
section.form-area .inner form > dl > dd .select {
  position: relative;
}
@media screen and (max-width: 767px) {
  section.form-area .inner form > dl > dd .select {
    width: 100%;
  }
}
section.form-area .inner form > dl > dd .select.prefecture-select {
  width: 100%;
  max-width: 328px;
}
section.form-area .inner form > dl > dd .select:after {
  content: "";
  position: absolute;
  top: 27px;
  right: 20px;
  width: 16px;
  height: 10px;
  background: url(/common/img/icn_select.svg) no-repeat center;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  section.form-area .inner form > dl > dd .select:after {
    top: 20px;
  }
}
section.form-area .inner form > dl > dd dl {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 6px;
}
section.form-area .inner form > dl > dd dl:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 880px) {
  section.form-area .inner form > dl > dd dl {
    margin-top: 20px;
    flex-direction: column;
    gap: 5px;
  }
}
section.form-area .inner form > dl > dd dl.post dd {
  font-size: 20px;
  color: var(--gray);
}
section.form-area .inner form > dl > dd dl.post dd input {
  max-width: 300px;
  font-size: 16px;
}
section.form-area .inner form > dl > dd dl dt {
  width: 110px;
}
@media screen and (max-width: 880px) {
  section.form-area .inner form > dl > dd dl dt {
    width: 100%;
  }
}
section.form-area .inner form > dl > dd dl dd {
  display: flex;
  align-items: center;
  width: calc(100% - 110px);
  gap: 10px;
}
@media screen and (max-width: 880px) {
  section.form-area .inner form > dl > dd dl dd {
    width: 100%;
  }
}
section.form-area .inner form p {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section.form-area .inner form p {
    margin-top: 40px;
    text-align: left;
  }
}
section.form-area .inner form p a[target=_blank] {
  padding-right: 20px;
  position: relative;
}
section.form-area .inner form p a[target=_blank]:after {
  content: "";
  position: absolute;
  top: 45%;
  right: -2px;
  width: 12px;
  height: 12px;
  background: url(/common/img/icn_arrow.svg) no-repeat;
  transform: translateY(-50%);
  rotate: -45deg;
}
section.form-area .inner form .agreecheck label {
  cursor: pointer;
  width: fit-content;
  text-align: center;
  margin: 30px auto 0;
  font-weight: bold;
  font-size: 20px;
  display: block;
  gap: 13px;
  display: flex;
}
@media screen and (max-width: 767px) {
  section.form-area .inner form .agreecheck label {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    align-items: flex-start;
  }
}
section.form-area .inner form .agreecheck label input[type=checkbox] {
  margin-top: 6px;
  width: 24px;
  height: 24px;
  border: 1px solid var(--blue);
}
@media screen and (max-width: 767px) {
  section.form-area .inner form .agreecheck label input[type=checkbox] {
    margin-top: 4px;
  }
}
section.form-area .inner form .agreecheck label input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: url(/common/img/icn_check.svg) no-repeat center/14px;
}
section.form-area .inner form .btn-submit {
  margin: 30px auto 0;
  position: relative;
  width: fit-content;
}
section.form-area .inner form .btn-submit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: background 0.3s;
  z-index: 2;
  pointer-events: none;
}
section.form-area .inner form .btn-submit.disabled {
  position: relative;
  width: fit-content;
}
section.form-area .inner form .btn-submit.disabled:after {
  background: rgba(0, 0, 0, 0.35);
}
@media (hover) {
  section.form-area .inner form .btn-submit:hover:not(.disabled) .wrap {
    background-color: var(--white);
    color: var(--blue);
  }
  section.form-area .inner form .btn-submit:hover:not(.disabled) .wrap:before {
    background: var(--blue);
  }
  section.form-area .inner form .btn-submit:hover:not(.disabled) .wrap:after {
    border: 1px solid var(--blue);
  }
  section.form-area .inner form .btn-submit:hover:not(.disabled) .wrap input[type=submit] {
    background-color: var(--white);
    color: var(--blue);
  }
}
section.form-area .inner form .btn-submit .wrap {
  margin: 0 auto;
  height: 60px;
  position: relative;
  width: fit-content;
}
section.form-area .inner form .btn-submit .wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  translate: 0 -50%;
  width: 10px;
  height: 10px;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(/common/img/icn_arrow.svg);
  background: var(--white);
  transition: background-color 0.3s;
  z-index: 1;
}
section.form-area .inner form .btn-submit .wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--white);
  transition: border 0.3s;
  z-index: 1;
}
section.form-area .inner form .btn-submit .wrap input[type=submit] {
  height: 100%;
  background-color: var(--blue);
  color: var(--white);
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 75px 0 40px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  transition: background-color 0.3s, color 0.3s;
  border: 1px solid var(--blue);
}

section.flow {
  max-width: 1000px;
  margin: 140px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.flow {
    margin-top: 80px;
  }
}
section.flow > p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section.flow > p {
    margin-top: 20px;
  }
}
section.flow ol.flow-list {
  margin-top: 30px;
  counter-reset: listnum;
}
@media screen and (max-width: 767px) {
  section.flow ol.flow-list {
    margin-top: 20px;
  }
}
section.flow ol.flow-list li {
  position: relative;
  padding-left: 38px;
  padding-top: 7px;
}
section.flow ol.flow-list li:before {
  color: var(--white);
  counter-increment: listnum;
  content: counter(listnum);
  position: absolute;
  width: 30px;
  height: 26px;
  top: 0;
  left: 0;
  display: block;
  background: url(/common/img/icn_arw.svg) no-repeat center/cover;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  translate: 0 10px;
  padding-right: 5px;
}
section.flow .note {
  margin-top: 10px;
  font-size: 14px;
  color: var(--gray);
}
@media screen and (max-width: 767px) {
  section.flow .note {
    font-size: 12px;
  }
}
section.flow .contact-box {
  margin-top: 40px;
  background-color: var(--light-blue);
  max-width: 490px;
  padding: 35px 40px;
}
@media screen and (max-width: 767px) {
  section.flow .contact-box {
    margin-top: 30px;
    padding: 20px 5%;
  }
}
section.flow .contact-box dl dt {
  font-size: 20px;
  font-weight: 500;
  background: url(/common/img/icn_mail.svg) no-repeat left top 10px/24px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  section.flow .contact-box dl dt {
    font-size: 18px;
    background: url(/common/img/icn_mail.svg) no-repeat left top 9px/24px;
  }
}
section.flow .contact-box dl dd {
  margin-top: 7px;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  section.flow .contact-box dl dd {
    font-size: 18px;
  }
}

section.precautions {
  max-width: 1000px;
  margin: 120px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.precautions {
    margin-top: 80px;
  }
}
section.precautions > p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section.precautions > p {
    margin-top: 20px;
  }
}
section.precautions ul {
  margin-top: 30px;
}
section.precautions ul li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

section.others {
  max-width: 1000px;
  margin: 140px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.others {
    margin-top: 80px;
  }
}
section.others > p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section.others > p {
    margin-top: 20px;
  }
}