/*
* contact.css
*
*/
.mv {
  position: relative;
  height: 40vw;
}

.mv__img {
  position: absolute;
  background-image: url(/assets/img/contact/mv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  inset: 0;
}

.contact__inner {
  padding-top: 14.93333vw;
}

@media screen and (min-width: 768px) {
  .contact__inner {
    margin: 0 auto;
    padding-top: 8.33333vw;
    padding-bottom: 8.33333vw;
    max-width: 66.66667vw;
  }
}

@media screen and (min-width: 1440px) {
  .contact__inner {
    padding-top: 120px;
    padding-bottom: 120px;
    max-width: 960px;
  }
}

.contact__title {
  margin: auto;
  width: 49.06667vw;
}

@media screen and (min-width: 768px) {
  .contact__title {
    display: none;
  }
}

.contact__lead {
  margin-top: 7.46667vw;
  text-align: center;
  letter-spacing: 0.045em;
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px) {
  .contact__lead {
    display: none;
  }
}

.guide {
  margin-top: 13.86667vw;

  padding-inline: 5.33333vw;
}

@media screen and (min-width: 768px) {
  .guide {
    margin-top: 0;

    padding-inline: 0;
  }
}

.guide__catch {
  display: -ms-grid;
  display: grid;

  -ms-grid-columns: 1fr 2.66667vw 1fr 2.66667vw 1fr;

  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.66667vw;
     -moz-column-gap: 2.66667vw;
          column-gap: 2.66667vw;
}

@media screen and (min-width: 768px) {
  .guide__catch {
    -webkit-column-gap: 2.08333vw;
       -moz-column-gap: 2.08333vw;
            column-gap: 2.08333vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__catch {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

.guide__catch__item {
  background-color: #fff;

  padding-block: 3.2vw;
  border-block: 1px solid #d5ad58;
}

@media screen and (min-width: 768px) {
  .guide__catch__item {
    padding-block: 1.25vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__catch__item {
    padding-block: 18px;
  }
}

.guide__catch__item__text {
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 3.73333vw;
  line-height: 1.42857;
}

@media screen and (min-width: 768px) {
  .guide__catch__item__text {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 1.38889vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__catch__item__text {
    font-size: 20px;
  }
}

.guide__catch__item__emphasis {
  letter-spacing: 0.04em;
  color: #d5ad58;
  font-size: 5.33333vw;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .guide__catch__item__emphasis {
    font-size: 2.77778vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__catch__item__emphasis {
    font-size: 40px;
  }
}

.guide__catch__item__emphasis.-small {
  padding-bottom: 0.53333vw;
}

@media screen and (min-width: 768px) {
  .guide__catch__item__emphasis.-small {
    padding-bottom: 0.13889vw;
    font-size: 2.22222vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__catch__item__emphasis.-small {
    padding-bottom: 2px;
    font-size: 32px;
  }
}

.guide__box {
  margin: 8.53333vw auto 0;
  max-width: 89.33333vw;
}

@media screen and (min-width: 768px) {
  .guide__box {
    margin: 2.5vw auto 0;
    max-width: 66.66667vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__box {
    margin: 36px auto 0;
    max-width: 960px;
  }
}

.guide__box__title {
  background: #ebd6ab;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 4.26667vw;
  font-weight: normal;
  line-height: 0.9375;

  padding-block: 3.2vw;
}

@media screen and (min-width: 768px) {
  .guide__box__title {
    font-size: 1.25vw;
    line-height: 1.66667;

    padding-block: 0.41667vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__box__title {
    font-size: 18px;
    line-height: 30px;

    padding-block: 6px;
  }
}

.guide__box__body {
  background: #f7f2e7;
}

.guide__box__text {
  padding: 6.66667vw 4vw;
}

@media screen and (min-width: 768px) {
  .guide__box__text {
    padding: 3.47222vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__box__text {
    padding: 50px;
  }
}

.guide__box__lead {
  text-align: center;
  font-size: 3.73333vw;
  line-height: 6.13333vw;
}

@media screen and (min-width: 768px) {
  .guide__box__lead {
    letter-spacing: 0.04em;
    font-size: 1.25vw;
    line-height: 1.66667;
  }
}

@media screen and (min-width: 1440px) {
  .guide__box__lead {
    font-size: 18px;
    line-height: 30px;
  }
}

.guide__box__lead + .guide__box__lead {
  margin-top: 2.66667vw;
}

@media screen and (min-width: 768px) {
  .guide__box__lead + .guide__box__lead {
    margin-top: 0.69444vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__box__lead + .guide__box__lead {
    margin-top: 10px;
  }
}

.guide__doctor {
  display: -ms-grid;
  display: grid;
  margin-top: 5.33333vw;

  -ms-grid-rows: 1fr;

  grid-template-rows: 1fr;
  gap: 2.66667vw;
}

@media screen and (min-width: 768px) {
  .guide__doctor {
    margin-top: 2.08333vw;

    -ms-grid-columns: 1fr 1.73611vw 1fr;

    grid-template-columns: 1fr 1fr;
    padding-inline: 1.38889vw;
    gap: 1.73611vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__doctor {
    margin-top: 30px;

    padding-inline: 20px;
    gap: 25px;
  }
}

.guide__doctor__item {
  padding: 5.33333vw;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .guide__doctor__item {
    padding: 2.08333vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__doctor__item {
    padding: 30px;
  }
}

.guide__doctor__name {
  text-align: center;
  letter-spacing: 0.8px;
  color: #2274a0;
  font-size: 4.8vw;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .guide__doctor__name {
    font-size: 1.38889vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__doctor__name {
    font-size: 20px;
  }
}

.guide__doctor__plan {
  margin-top: 4vw;
  padding: 2.66667vw 5.33333vw;
  background-color: #f9f9f9;
  text-align: center;
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px) {
  .guide__doctor__plan {
    margin-top: 1.04167vw;
    padding: 1.04167vw 1.73611vw;
    font-size: 1.11111vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__doctor__plan {
    margin-top: 15px;
    padding: 15px 25px;
    font-size: 16px;
  }
}

.guide__doctor__plan span {
  background: linear-gradient(transparent 65%, #f0dfb9 0%);
}

.guide__doctor__btn {
  position: relative;
  margin-top: 2.66667vw;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .guide__doctor__btn {
    margin-top: 0.69444vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__doctor__btn {
    margin-top: 10px;
  }
}

.guide__doctor__btn span {
  display: inline-block;
  position: relative;
  transition: color 0.16s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #d5ad58;
}

@media screen and (min-width: 768px) {
  .guide__doctor__btn span::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -0.13889vw;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    transition: -webkit-transform 0.16s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.16s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.16s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.16s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
    background-color: #d5ad58;
  }
}

@media screen and (min-width: 1440px) {
  .guide__doctor__btn span::before {
    bottom: -2px;
  }
}

@media screen and (min-width: 768px) {
  .guide__doctor__btn span::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -0.13889vw;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    transition: -webkit-transform 0.16s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.16s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.16s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.16s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    background-color: #d5ad58;
  }
}

@media screen and (min-width: 1440px) {
  .guide__doctor__btn span::after {
    bottom: -2px;
  }
}

.guide__doctor__btn span svg {
  position: absolute;
  top: 50%;
  right: -4vw;
  width: 2.66667vw;
  height: 1.33333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .guide__doctor__btn span svg {
    right: -1.04167vw;
    width: 0.69444vw;
    height: 0.34722vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__doctor__btn span svg {
    right: -15px;
    width: 10px;
    height: 5px;
  }
}

.guide__doctor__btn:hover {
  color: #f0dfb9;
}

@media screen and (min-width: 768px) {
  .guide__doctor__btn:hover span {
    transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    color: #d5ad58;
  }
}

@media screen and (min-width: 768px) {
  .guide__doctor__btn:hover span::before {
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@media screen and (min-width: 768px) {
  .guide__doctor__btn:hover span::after {
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.guide__doctor__note {
  display: none;
  overflow: hidden;
  margin-top: 4vw;
}

@media screen and (min-width: 768px) {
  .guide__doctor__note {
    margin-top: 1.04167vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__doctor__note {
    margin-top: 15px;
  }
}

.guide__doctor__note__head {
  margin-top: 2.66667vw;
  color: #d5ad58;
  font-size: 4.26667vw;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .guide__doctor__note__head {
    margin-top: 0.69444vw;
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__doctor__note__head {
    margin-top: 10px;
    font-size: 18px;
  }
}

.guide__doctor__note__head:first-child {
  margin-top: 0;
}

.guide__doctor__note__list {
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px) {
  .guide__doctor__note__list {
    font-size: 1.11111vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__doctor__note__list {
    font-size: 16px;
  }
}

.guide__doctor__note__list li {
  position: relative;
  padding-left: 2.66667vw;
}

@media screen and (min-width: 768px) {
  .guide__doctor__note__list li {
    padding-left: 1.38889vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__doctor__note__list li {
    padding-left: 20px;
  }
}

.guide__doctor__note__list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 2.4vw;
  left: 0;
  margin: auto;
  border-radius: 50%;
  width: 1.6vw;
  height: 1.6vw;
  background-color: #d5ad58;
}

@media screen and (min-width: 768px) {
  .guide__doctor__note__list li::after {
    top: 0.69444vw;
    width: 0.55556vw;
    height: 0.55556vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__doctor__note__list li::after {
    top: 10px;
    width: 8px;
    height: 8px;
  }
}

.guide__doctor__note__text {
  font-size: 3.73333vw;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .guide__doctor__note__text {
    font-size: 1.11111vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__doctor__note__text {
    font-size: 16px;
  }
}

.guide__doctor__note__caption {
  margin-top: 2.66667vw;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 3.2vw;
}

@media screen and (min-width: 768px) {
  .guide__doctor__note__caption {
    margin-top: 0.69444vw;
    font-size: 0.97222vw;
  }
}

@media screen and (min-width: 1440px) {
  .guide__doctor__note__caption {
    margin-top: 10px;
    font-size: 14px;
  }
}

.guide__box__image {
  display: -ms-grid;
  display: grid;
  margin-bottom: 8vw;

  -ms-grid-columns: (1fr)[2];

  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 768px) {
  .guide__box__image {
    margin-bottom: 2.5vw;

    -ms-grid-columns: (1fr)[4];

    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1440px) {
  .guide__box__image {
    margin-bottom: 36px;
  }
}

.info {
  margin: 13.33333vw auto 0;
  padding: 4.8vw 3.2vw 7.46667vw;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  max-width: 89.33333vw;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .info {
    margin: 6.94444vw 0 0;
    padding: 2.43056vw 9.02778vw;
    max-width: auto;
  }
}

@media screen and (min-width: 1440px) {
  .info {
    margin: 100px 0 0;
    padding: 35px 130px;
  }
}

.info__main {
  text-align: center;
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px) {
  .info__main {
    font-size: 1.11111vw;
  }
}

@media screen and (min-width: 1440px) {
  .info__main {
    font-size: 16px;
  }
}

.info__table {
  width: 100%;
}

.info__table th {
  padding: 0.8vw 0;
  background-color: #f0dfb9;
  font-size: 3.2vw;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .info__table th {
    padding: 0.06944vw 0;
    font-size: 1.11111vw;
  }
}

@media screen and (min-width: 1440px) {
  .info__table th {
    padding: 1px 0;
    font-size: 16px;
  }
}

.info__table th:last-of-type {
  border-left: 1px solid #fff;
}

.info__table .info__telLink {
  display: block;
  padding: 1.06667vw 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .info__table .info__telLink {
    padding: 0;
  }
}

.info__table .info__tel {
  position: relative;
  margin-left: 2.66667vw;
  border-bottom: 1px solid #000;
  letter-spacing: 0.04em;
  font-size: 6.4vw;
}

@media screen and (min-width: 768px) {
  .info__table .info__tel {
    margin-left: 0.69444vw;
    font-size: 2.22222vw;
  }
}

@media screen and (min-width: 1440px) {
  .info__table .info__tel {
    margin-left: 10px;
    font-size: 32px;
  }
}

.info__table .info__tel::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  bottom: 0;
  left: -5.33333vw;
  margin: auto;
  width: 4vw;
  height: 4.53333vw;
  background-image: url(/assets/img/contact/phone.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .info__table .info__tel::before {
    left: -2.22222vw;
    width: 1.59722vw;
    height: 1.73611vw;
  }
}

@media screen and (min-width: 1440px) {
  .info__table .info__tel::before {
    left: -32px;
    width: 23px;
    height: 25px;
  }
}

.info__sub {
  margin-top: 2.66667vw;
  margin-left: 1em;
  text-indent: -1em;
  color: #727171;
  font-size: 2.93333vw;
}

@media screen and (min-width: 768px) {
  .info__sub {
    margin-top: 1.52778vw;
    text-align: center;
    font-size: 0.97222vw;
  }
}

@media screen and (min-width: 1440px) {
  .info__sub {
    margin-top: 22px;
    font-size: 14px;
  }
}

.info__sub a {
  margin-left: 2.93333vw;
  border-bottom: 1px solid #727171;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .info__sub a {
    margin-left: 0.69444vw;
    font-size: 0.97222vw;
  }
}

@media screen and (min-width: 1440px) {
  .info__sub a {
    margin-left: 10px;
    font-size: 14px;
  }
}

.form {
  margin-top: 10.13333vw;
  padding: 0 5.33333vw;
}

@media screen and (min-width: 768px) {
  .form {
    margin-top: 6.94444vw;
    padding: 0;
  }
}

@media screen and (min-width: 1440px) {
  .form {
    margin-top: 100px;
  }
}

.form__title {
  text-indent: -0.53333vw;
  letter-spacing: 0.03rem;
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .form__title {
    text-indent: -0.13889vw;
    font-size: 1.11111vw;
  }
}

@media screen and (min-width: 1440px) {
  .form__title {
    text-indent: -2px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .form__title .caption {
    color: #999;
    font-size: 0.97222vw;
  }
}

@media screen and (min-width: 1440px) {
  .form__title .caption {
    font-size: 14px;
  }
}

.form__heading {
  display: flex;
  align-items: center;
  margin-top: 8vw;
}

@media screen and (min-width: 768px) {
  .form__heading {
    margin-top: 2.70833vw;
  }
}

@media screen and (min-width: 1440px) {
  .form__heading {
    margin-top: 39px;
  }
}

.form__body {
  margin-top: 3.46667vw;
}

@media screen and (min-width: 768px) {
  .form__body {
    margin-top: 0.97222vw;
  }
}

@media screen and (min-width: 1440px) {
  .form__body {
    margin-top: 14px;
  }
}

@media screen and (min-width: 768px) {
  .form__clinic__pcWrapper {
    display: flex;
    justify-content: space-between;
  }
}

.form__clinic__wrap {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .form__clinic__wrap {
    width: 49%;
  }
}

.form__clinic__wrap + .form__clinic__wrap {
  margin-top: 2.66667vw;
}

@media screen and (min-width: 768px) {
  .form__clinic__wrap + .form__clinic__wrap {
    margin-top: 0.69444vw;
  }
}

@media screen and (min-width: 1440px) {
  .form__clinic__wrap + .form__clinic__wrap {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .form__clinic__wrap.-nomargin {
    margin-top: 0 !important;
  }
}

.form__clinic__name {
  width: 24.53333vw;
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px) {
  .form__clinic__name {
    width: 6.25vw;
    font-size: 1.11111vw;
  }
}

@media screen and (min-width: 1440px) {
  .form__clinic__name {
    width: 90px;
    font-size: 16px;
  }
}

.form__clinic__owner {
  color: #9c9c9c;
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px) {
  .form__clinic__owner {
    font-size: 0.97222vw;
  }
}

@media screen and (min-width: 1440px) {
  .form__clinic__owner {
    font-size: 14px;
  }
}

.form__require {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2.4vw;
  width: 11.2vw;
  height: 4vw;
  background-color: #d5ad58;
  color: #fff;
  font-size: 2.66667vw;
}

@media screen and (min-width: 768px) {
  .form__require {
    margin-left: 0.69444vw;
    width: 3.47222vw;
    height: 1.25vw;
    font-size: 0.83333vw;
  }
}

@media screen and (min-width: 1440px) {
  .form__require {
    margin-left: 10px;
    width: 50px;
    height: 18px;
    font-size: 12px;
  }
}

.form__error__text {
  white-space: nowrap;
  color: #f00;
  font-size: 2.93333vw;
}

@media screen and (min-width: 768px) {
  .form__error__text {
    font-size: 0.97222vw;
  }
}

@media screen and (min-width: 1440px) {
  .form__error__text {
    font-size: 14px;
  }
}

.form__input {
  padding: 0 6.13333vw;
  border: 1px solid #ccc;
  outline: none;
  width: 100%;
  min-height: 11.46667vw;
  transition: border-color 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px) {
  .form__input {
    padding: 0 1.59722vw;
    min-height: 3.47222vw;
    font-size: 1.11111vw;
  }
}

@media screen and (min-width: 1440px) {
  .form__input {
    padding: 0 23px;
    min-height: 50px;
    font-size: 16px;
  }
}

.form__input[type="radio"] {
  visibility: hidden;
  position: absolute;
  margin: auto;

  inset: 0;
}

.form__input::-webkit-input-placeholder {
  color: #ccc;
}

.form__input::-moz-placeholder {
  color: #ccc;
}

.form__input:-ms-input-placeholder {
  color: #ccc;
}

.form__input::placeholder {
  color: #ccc;
}

.form__input:focus,
.form__input.valid {
  border-color: #d5ad58;
  transition: border-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.form__input.is-error {
  border-color: #f00;
  background-color: #ffecec;
}

.form__select__wrapper {
  position: relative;
}

.form__select__wrapper svg {
  position: absolute;
  top: 50%;
  right: 6.66667vw;
  width: 2.66667vw;
  height: 1.33333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .form__select__wrapper svg {
    right: 1.73611vw;
    width: 0.69444vw;
    height: 0.34722vw;
  }
}

@media screen and (min-width: 1440px) {
  .form__select__wrapper svg {
    right: 25px;
    width: 10px;
    height: 5px;
  }
}

.form__select__wrapper .form__input {
  padding-right: 13.33333vw;
}

@media screen and (min-width: 768px) {
  .form__select__wrapper .form__input {
    padding-right: 3.47222vw;
  }
}

@media screen and (min-width: 1440px) {
  .form__select__wrapper .form__input {
    padding-right: 50px;
  }
}

.form__select__wrapper .form__input:invalid {
  color: #ccc;
}

.form__clinic__content {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 6.4vw;
  border: #ccc 1px solid;
  height: 11.46667vw;
  font-size: 3.46667vw;
}

@media screen and (min-width: 768px) {
  .form__clinic__content {
    padding: 0 1.66667vw;
    height: 3.47222vw;
    font-size: 1.11111vw;
  }
}

@media screen and (min-width: 1440px) {
  .form__clinic__content {
    padding: 0 24px;
    height: 50px;
    font-size: 16px;
  }
}

.form__clinic__content .form__clinic__btn {
  display: block;
  position: relative;
  margin-right: 2.13333vw;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 6.13333vw;
  height: 6.13333vw;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .form__clinic__content .form__clinic__btn {
    margin-right: 0.55556vw;
    width: 1.59722vw;
    height: 1.59722vw;
  }
}

@media screen and (min-width: 1440px) {
  .form__clinic__content .form__clinic__btn {
    margin-right: 8px;
    width: 23px;
    height: 23px;
  }
}

.form__clinic__content .form__clinic__btn::after {
  content: "";
  position: absolute;
  margin: auto;
  border-radius: 50%;
  width: 2.4vw;
  height: 2.4vw;
  transition: -webkit-transform 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #d5ad58;

  inset: 0;
}

@media screen and (min-width: 768px) {
  .form__clinic__content .form__clinic__btn::after {
    width: 0.69444vw;
    height: 0.69444vw;
  }
}

@media screen and (min-width: 1440px) {
  .form__clinic__content .form__clinic__btn::after {
    width: 10px;
    height: 10px;
  }
}

.form__input.is-error ~ .form__clinic__content {
  border-color: #f00;
  transition: background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #ffecec;
}

.form__input:checked ~ .form__clinic__content {
  border-color: #d5ad58;
  transition: background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #f6f2e7;
}

.form__input:checked ~ .form__clinic__content .form__clinic__btn::after {
  transition: -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.form__tips {
  margin-top: 10.13333vw;
  text-align: center;
  letter-spacing: 0.04em;
  color: #727171;
  font-size: 3.2vw;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .form__tips {
    margin-top: 2.77778vw;
    font-size: 1.11111vw;
  }
}

@media screen and (min-width: 1440px) {
  .form__tips {
    font-size: 16px;
  }
}

.form__button {
  display: block;
  position: relative;
  margin: auto;
  margin-top: 6.66667vw;
  border-radius: 0.53333vw;
  width: 89.33333vw;
  height: 13.33333vw;
  font-size: 4.26667vw;
}

@media screen and (min-width: 768px) {
  .form__button {
    margin-top: 3.81944vw;
    border-radius: 2px;
    width: 20.48611vw;
    height: 3.47222vw;
    font-size: 1.11111vw;
    line-height: 3.47222vw;
  }
}

@media screen and (min-width: 1440px) {
  .form__button {
    margin-top: 55px;
    width: 295px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
}

@media screen and (min-width: 768px) {
  .form__button.is-success {
    transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.form__button.is-success .form__button__send {
  opacity: 1;
  border-radius: 0.53333vw;
}

@media screen and (min-width: 768px) {
  .form__button.is-success .form__button__send {
    border-radius: 2px;
  }
}

.form__button.is-success .form__button__unentered {
  opacity: 0;
  border-radius: 0.53333vw;
}

@media screen and (min-width: 768px) {
  .form__button.is-success .form__button__unentered {
    border-radius: 2px;
  }
}

.form__button.is-success::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 3.2vw;
  bottom: 0;
  margin: auto;
  width: 9.06667vw;
  height: 2.13333vw;
  background-image: url(/assets/img/common/arw_02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .form__button.is-success::after {
    right: 0.69444vw;
    width: 2.36111vw;
    height: 0.27778vw;
    transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media screen and (min-width: 1440px) {
  .form__button.is-success::after {
    right: 10px;
    width: 34px;
    height: 4px;
  }
}

@media screen and (min-width: 768px) {
  .form__button.is-success:hover {
    transition: background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #d5ad58;
    color: #fff;
  }
}

.form__button.is-success:hover::after {
  -webkit-transform: translateX(0.55556vw);
          transform: translateX(0.55556vw);
}

@media screen and (min-width: 768px) {
  .form__button.is-success:hover::after {
    transition: -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media screen and (min-width: 1440px) {
  .form__button.is-success:hover::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

.form__button:not(.is-success) {
  pointer-events: none;
}

.form__button:not(.is-success) .form__button__send {
  opacity: 0;
  border-radius: 0.53333vw;
}

@media screen and (min-width: 768px) {
  .form__button:not(.is-success) .form__button__send {
    border-radius: 2px;
  }
}

.form__button:not(.is-success) .form__button__unentered {
  opacity: 1;
  border-radius: 0.53333vw;
}

@media screen and (min-width: 768px) {
  .form__button:not(.is-success) .form__button__unentered {
    border-radius: 2px;
  }
}

.form__button__send,
.form__button__unentered {
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: opacity 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  pointer-events: none;

  inset: 0;
}

.form__button__send {
  background-color: #d5ad58;
  color: #fff;
}

.form__button__unentered {
  background-color: #ccc;
  color: #fff;
}

.faq {
  margin-top: 20vw;
  background-color: #fff;

  padding-block: 21.33333vw 28.26667vw;
}

@media screen and (min-width: 768px) {
  .faq {
    margin-top: 0;

    padding-block: 8.33333vw 9.72222vw;
  }
}

@media screen and (min-width: 1440px) {
  .faq {
    padding-block: 120px 140px;
  }
}

.faq__title {
  text-align: center;
  letter-spacing: 0.06em;
  color: #d5ad58;
  font-size: 7.46667vw;
  font-weight: normal;
  line-height: 1.14286;
}

@media screen and (min-width: 768px) {
  .faq__title {
    font-size: 2.5vw;
    line-height: 1.11111;
  }
}

@media screen and (min-width: 1440px) {
  .faq__title {
    font-size: 36px;
  }
}

.faq__list {
  display: -ms-grid;
  display: grid;
  margin: 9.6vw auto 0;
  max-width: 89.33333vw;

  -ms-grid-rows: 1fr;

  grid-template-rows: 1fr;
  row-gap: 13.33333vw;
}

@media screen and (min-width: 768px) {
  .faq__list {
    margin: 2.91667vw auto 0;
    max-width: 66.66667vw;

    row-gap: 4.44444vw;
  }
}

@media screen and (min-width: 1440px) {
  .faq__list {
    margin: 42px auto 0;
    max-width: 960px;

    row-gap: 64px;
  }
}

.faq__item {
  display: -ms-grid;
  display: grid;
  position: relative;

  -ms-grid-rows: 1fr;

  grid-template-rows: 1fr;
  row-gap: 2.66667vw;
}

@media screen and (min-width: 768px) {
  .faq__item {
    row-gap: 0.34722vw;
  }
}

@media screen and (min-width: 1440px) {
  .faq__item {
    row-gap: 5px;
  }
}

.faq__item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6.66667vw;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
}

@media screen and (min-width: 768px) {
  .faq__item::before {
    bottom: -2.22222vw;
  }
}

@media screen and (min-width: 1440px) {
  .faq__item::before {
    bottom: -32px;
  }
}

.faq__detail {
  display: -ms-grid;
  display: grid;

  -ms-grid-columns: 6.4vw 3.2vw 1fr;

  grid-template-columns: 6.4vw 1fr;
  -webkit-column-gap: 3.2vw;
     -moz-column-gap: 3.2vw;
          column-gap: 3.2vw;
}

@media screen and (min-width: 768px) {
  .faq__detail {
    -ms-grid-columns: 2.22222vw 0.83333vw 1fr;
    grid-template-columns: 2.22222vw 1fr;
    -webkit-column-gap: 0.83333vw;
       -moz-column-gap: 0.83333vw;
            column-gap: 0.83333vw;
  }
}

@media screen and (min-width: 1440px) {
  .faq__detail {
    -ms-grid-columns: 32px 12px 1fr;
    grid-template-columns: 32px 1fr;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

.faq__question {
  letter-spacing: 0.04em;
  font-size: 4vw;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .faq__question {
    font-size: 1.38889vw;
  }
}

@media screen and (min-width: 1440px) {
  .faq__question {
    font-size: 20px;
  }
}

.faq__answer {
  font-size: 3.73333vw;
  line-height: 1.42857;
}

@media screen and (min-width: 768px) {
  .faq__answer {
    font-size: 1.11111vw;
    line-height: 1.875;
  }
}

@media screen and (min-width: 1440px) {
  .faq__answer {
    font-size: 16px;
  }
}

.feature {
  padding: 21.33333vw 5.33333vw 8vw;
}

@media screen and (min-width: 768px) {
  .feature {
    margin: 0 auto;
    padding: 8.33333vw 0;
    max-width: 83.33333vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature {
    padding: 120px 0;
    max-width: 1200px;
  }
}

.feature__title {
  text-align: left;
  letter-spacing: 0.06em;
  color: #d5ad58;
  font-size: 7.46667vw;
  font-weight: normal;
  line-height: 1.14286;
}

@media screen and (min-width: 768px) {
  .feature__title {
    text-align: center;
    font-size: 2.5vw;
    line-height: 1.11111;
  }
}

@media screen and (min-width: 1440px) {
  .feature__title {
    font-size: 36px;
  }
}

.feature__inner {
  margin-top: 12.26667vw;
}

@media screen and (min-width: 768px) {
  .feature__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 5.27778vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__inner {
    margin-top: 76px;
  }
}

.feature__imgArea {
  position: relative;
  margin-top: 10.66667vw;
  height: 100vw;
}

@media screen and (min-width: 768px) {
  .feature__imgArea {
    margin-top: 0;
    height: 48.95833vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__imgArea {
    height: 705px;
  }
}

.feature__imgWrapper {
  position: absolute;
}

.feature__imgWrapper .feature__img {
  display: block;
  position: absolute;
  margin: auto;

  inset: 0;
}

.feature__imgWrapper.-top {
  top: 0;
  left: 0;
  width: 72.53333vw;
  height: 90.66667vw;
}

@media screen and (min-width: 768px) {
  .feature__imgWrapper.-top {
    width: 35vw;
    height: 43.75vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__imgWrapper.-top {
    width: 504px;
    height: 630px;
  }
}

.feature__imgWrapper.-bottom {
  right: 5.33333vw;
  bottom: 0;
  width: 40vw;
  height: 53.33333vw;
}

@media screen and (min-width: 768px) {
  .feature__imgWrapper.-bottom {
    right: auto;
    left: 28.81944vw;
    width: 18.47222vw;
    height: 24.58333vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__imgWrapper.-bottom {
    left: 415px;
    width: 266px;
    height: 354px;
  }
}

.slide-container {
  position: relative;
  width: 100%;
}

.slide-img {
  position: absolute;
}

.feature__profile {
  padding: 3.2vw 5.33333vw 0;
}

@media screen and (min-width: 768px) {
  .feature__profile {
    position: absolute;
    bottom: 0;
    padding: 0;
    line-height: 1;
  }
}

.feature__profile__pos {
  letter-spacing: 0.05em;
  font-size: 3.2vw;
}

@media screen and (min-width: 768px) {
  .feature__profile__pos {
    font-size: 0.97222vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__profile__pos {
    font-size: 14px;
  }
}

.feature__profile__name {
  display: flex;
  align-items: center;
  font-size: 5.86667vw;

  gap: 2.13333vw;
}

@media screen and (min-width: 768px) {
  .feature__profile__name {
    padding-top: 0.83333vw;
    font-size: 2.22222vw;

    gap: 0.97222vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__profile__name {
    padding-top: 12px;
    font-size: 32px;

    gap: 14px;
  }
}

.feature__profile__name .feature__profile__name__small {
  font-size: 3.2vw;
}

@media screen and (min-width: 768px) {
  .feature__profile__name .feature__profile__name__small {
    font-size: 0.83333vw;
  }
}

@media screen and (min-width: 1440px) {
  .feature__profile__name .feature__profile__name__small {
    font-size: 12px;
  }
}

.linkArea {
  position: relative;
  padding: 8vw 0 0;
}

@media screen and (min-width: 768px) {
  .linkArea {
    padding: 3.26389vw 0 0 3.05556vw;
    border-radius: 4px;
    width: 40.27778vw;
    background-color: #fff;
  }
}

@media screen and (min-width: 1440px) {
  .linkArea {
    padding: 47px 0 0 44px;
    width: 580px;
  }
}

.linkArea + .linkArea {
  margin-top: 17.6vw;
}

@media screen and (min-width: 768px) {
  .linkArea + .linkArea {
    margin-top: 0;
    margin-left: 2.77778vw;
  }
}

@media screen and (min-width: 1440px) {
  .linkArea + .linkArea {
    margin-left: 40px;
  }
}

.linkArea::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  background-color: #e8e8e8;
}

.linkArea.-review::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.6vw;
  left: 0;
  width: 15.73333vw;
  height: 2.93333vw;
  background-image: url(/assets/img/top/review.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .linkArea.-review::before {
    top: -1.04167vw;
    left: -1.94444vw;
    width: 4.93056vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (min-width: 1440px) {
  .linkArea.-review::before {
    top: -15px;
    left: -28px;
    width: 71px;
  }
}

.linkArea.-review::after {
  width: 70.66667vw;
}

@media screen and (min-width: 768px) {
  .linkArea.-review::after {
    top: 11.11111vw;
    left: -5.41667vw;
    width: 14.58333vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (min-width: 1440px) {
  .linkArea.-review::after {
    top: 160px;
    left: -78px;
    width: 210px;
  }
}

.linkArea.-case::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.6vw;
  left: 0;
  width: 15.73333vw;
  height: 2.93333vw;
  background-image: url(/assets/img/top/case.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .linkArea.-case::before {
    top: -1.52778vw;
    left: -0.90278vw;
    width: 2.98611vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (min-width: 1440px) {
  .linkArea.-case::before {
    top: -22px;
    left: -13px;
    width: 43px;
  }
}

.linkArea.-case::after {
  width: 76.26667vw;
}

@media screen and (min-width: 768px) {
  .linkArea.-case::after {
    top: 9.72222vw;
    left: -5.41667vw;
    width: 14.58333vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (min-width: 1440px) {
  .linkArea.-case::after {
    top: 140px;
    left: -78px;
    width: 210px;
  }
}

@media screen and (min-width: 768px) {
  .linkArea__pcWrapper {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .linkArea__pcWrapper__contents.-spNone {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .linkArea__pcWrapper__contents.-padding {
    padding-right: 3.33333vw;
  }
}

@media screen and (min-width: 1440px) {
  .linkArea__pcWrapper__contents.-padding {
    padding-right: 48px;
  }
}

@media screen and (min-width: 768px) {
  .linkArea__pcWrapper__contents + .linkArea__pcWrapper__contents {
    margin-left: 1.66667vw;
  }
}

@media screen and (min-width: 1440px) {
  .linkArea__pcWrapper__contents + .linkArea__pcWrapper__contents {
    margin-left: 24px;
  }
}

@media screen and (min-width: 768px) {
  .linkArea__img {
    width: 13.05556vw;
  }
}

@media screen and (min-width: 1440px) {
  .linkArea__img {
    width: 188px;
  }
}

.linkArea__title {
  letter-spacing: 0.04em;
  color: #d5ad58;
  font-size: 5.86667vw;
  font-weight: normal;
  line-height: 1.45455;
}

@media screen and (min-width: 768px) {
  .linkArea__title {
    margin-top: -1.86667vw;
    font-size: 1.66667vw;
    line-height: 1.48;
  }
}

@media screen and (min-width: 1440px) {
  .linkArea__title {
    margin-top: -7px;
    font-size: 24px;
  }
}

.linkArea__text {
  margin-top: 3.73333vw;
  font-size: 3.73333vw;
  line-height: 1.64286;
}

@media screen and (min-width: 768px) {
  .linkArea__text {
    margin-top: 1.04167vw;
    font-size: 1.11111vw;
    line-height: 1.875;
  }
}

@media screen and (min-width: 1440px) {
  .linkArea__text {
    margin-top: 15px;
    font-size: 16px;
  }
}

.linkArea__link {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 9.33333vw;
  padding: 4.53333vw 3.2vw;
  border-radius: 0.53333vw;
  background-color: #f2ead9;
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px) {
  .linkArea__link {
    margin-top: 2.56944vw;
    padding: 0;
    border-radius: 4px 0;
    height: 3.47222vw;
    transition: background-color 0.21s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.21s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-size: 1.11111vw;
    line-height: 3.47222vw;
  }
}

@media screen and (min-width: 1440px) {
  .linkArea__link {
    margin-top: 37px;
    padding: 0;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
}

@media screen and (min-width: 768px) {
  .linkArea__link:hover {
    transition: background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #d5ad58;
    color: #fff;
  }
}

.linkArea__linkImg {
  width: 26.66667vw;
}

@media screen and (min-width: 768px) {
  .linkArea__linkImg {
    display: none;
  }
}

.linkArea__linkText {
  margin-left: 6.93333vw;
  font-size: 3.73333vw;
  line-height: 1.82143;
}

@media screen and (min-width: 768px) {
  .linkArea__linkText {
    margin-left: 2.77778vw;
    font-size: 1.11111vw;
    line-height: 1.875;
  }
}

@media screen and (min-width: 1440px) {
  .linkArea__linkText {
    margin-left: 40px;
    font-size: 16px;
  }
}