.ud-marugo {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.vdl-v7b {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.vdl-v7eb {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.vdl-v7m {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.c-br--sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-br--sp {
    display: none;
  }
}

.c-br--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-br--pc {
    display: block;
  }
}

.c-reset * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-reset__text {
  padding: 0;
  margin: 0;
  background-color: unset;
  border-radius: 0;
  text-align: left;
}
.c-reset__img {
  display: block;
  width: 100%;
  height: auto;
}
.c-reset__list {
  padding: 0;
  margin: 0;
}

.c-anchor--normal {
  margin-top: -4rem;
  padding-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .c-anchor--normal {
    margin-top: -155px;
    padding-top: 155px;
  }
}

.l-main__wrapper {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-main__wrapper {
    width: 80%;
  }
}
@media screen and (min-width: 1199px) {
  .l-main__wrapper {
    width: 1200px;
  }
}
.l-main__wrapper__inner {
  padding: 0 5%;
}
.l-main__wrapper02 {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-main__wrapper02 {
    width: 82%;
  }
}
@media screen and (min-width: 1199px) {
  .l-main__wrapper02 {
    width: 1000px;
  }
}
.l-main__wrapper03 {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-main__wrapper03 {
    width: 85%;
  }
}
@media screen and (min-width: 1199px) {
  .l-main__wrapper03 {
    width: 1200px;
  }
}
.l-main__base {
  position: relative;
  background-color: #ffffff;
}

.c-form__top {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: right;
  line-height: 1;
  font-size: clamp(15px, 4vw, 20.4px);
  padding-top: 1.5em;
}
@media screen and (min-width: 1024px) {
  .c-form__top {
    font-size: clamp(16px, 1.33vw, 20px);
  }
}
.c-form__top--accent {
  color: #ef6557;
}
.c-form__table {
  width: 100%;
}
.c-form__table__row {
  width: 100%;
}
.c-form__table__header {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #603d22;
  line-height: 1.5;
  font-size: clamp(16px, 4.26vw, 21.7px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1em 0 0.75em 0;
}
@media screen and (min-width: 1024px) {
  .c-form__table__header {
    font-size: clamp(16px, 1.33vw, 20px);
    display: table-cell;
    width: 25%;
    vertical-align: middle;
    border-bottom: 1px dotted #603d22;
  }
}
.c-form__table__header--accent {
  display: inline-block;
  line-height: 1;
  color: #f6abb4;
  padding: 0.25em 0 0 0.25em;
}
@media screen and (min-width: 1024px) {
  .c-form__table__header--accent {
    padding: 0 0 0 0.25em;
  }
}
.c-form__table__header__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__table__data {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #471f00;
  font-size: clamp(16px, 4.26vw, 21.7px);
  display: block;
  width: 100%;
  padding-bottom: 1.25em;
  border-bottom: 1px dotted #603d22;
}
@media screen and (min-width: 1024px) {
  .c-form__table__data {
    font-size: clamp(16px, 1.33vw, 20px);
    display: table-cell;
    width: 75%;
    padding: 1.25em 0;
  }
}
.c-form__table__data__input {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #603d22;
  line-height: 2;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 7.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em 0 0.5em 0.5em;
}
.c-form__table__data__error {
  color: #ef6557;
  padding-top: 0.25em;
  font-size: 0.9em;
}
.c-form__table__data__error--center {
  text-align: center;
}
.c-form__table__data__agree {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #634d30;
  font-size: clamp(15px, 4vw, 20.4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .c-form__table__data__agree {
    font-size: clamp(16px, 1.33vw, 20px);
  }
}
.c-form__table__data__agree--accent {
  display: inline-block;
  line-height: 1;
  color: #f6abb4;
  font-size: 1.3em;
  padding: 0.5em 0 0 0.25em;
}
@media screen and (min-width: 1024px) {
  .c-form__table__data__agree--accent {
    padding: 0.25em 0 0 0.25em;
  }
}
.c-form__table__data__agree--bold {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.c-form__table__data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-form__table__data__list__item {
  padding-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__table__data__list__item:last-child {
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .c-form__table__data__list__item {
    padding-right: 0;
    width: 14em;
  }
}
.c-form__table__data__check {
  margin: 0.1em 0.25em 0 0;
  accent-color: #f6abb4;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.c-form__table__data__radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 1em;
  height: 1em;
  border: 1px solid #000000;
  border-radius: 9999px;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 0.25em;
}
.c-form__table__data__radio:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 9999px;
  background-color: #f6abb4;
}
.c-form__table--confirm .c-form__table__header {
  text-align: left;
}
.c-form__text {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(15px, 4vw, 20.4px);
  display: block;
  width: 100%;
  padding: 2.5em 0 1.25em 0;
}
@media screen and (min-width: 768px) {
  .c-form__text {
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}
@media screen and (min-width: 1024px) {
  .c-form__text {
    font-size: clamp(16px, 1.33vw, 20px);
    display: block;
    width: 100%;
  }
}
.c-form__text__link {
  color: #ef6557;
  text-decoration: underline;
}
.c-form__text__link:visited, .c-form__text__link:hover, .c-form__text__link:focus, .c-form__text__link:active {
  color: #ef6557;
}
.c-form__bottom {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #471f00;
  font-size: clamp(15px, 4vw, 20.4px);
  display: block;
  width: 100%;
  padding-bottom: 2em;
}
@media screen and (min-width: 1024px) {
  .c-form__bottom {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.c-form__submit {
  width: 14em;
  margin: 0 auto;
  text-align: center;
}
.c-form__confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: clamp(30px, 8vw, 40.7px);
}
@media screen and (min-width: 1024px) {
  .c-form__confirm {
    padding-top: clamp(48px, 4vw, 60px);
  }
}
.c-form__confirm__button {
  width: 14em;
}
.c-form__thanks__text {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #471f00;
  text-align: justify;
  line-height: 2;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-bottom: 2em;
}
@media screen and (min-width: 1024px) {
  .c-form__thanks__text {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.c-form__thanks__text--accent {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #93cb78;
}

.c-button {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #603d22;
  line-height: 1;
  font-size: clamp(16px, 4.26vw, 21.7px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #b9d988;
  border: 1px solid #b9d988;
  width: 16em;
  height: 3.25em;
  padding: 0 1.5em;
  border-radius: 1.75em;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .c-button {
    font-size: clamp(12.8px, 1.06vw, 16px);
    height: 3.5em;
    border-radius: 2em;
  }
}
.c-button__inner {
  display: block;
}
.c-button:visited {
  color: #603d22;
}
.c-button:hover, .c-button:active, .c-button:focus {
  color: #603d22;
  background-color: #ffffff;
}
.c-button--back {
  background-color: #eef6e2;
}
.c-button--back:hover, .c-button--back:active, .c-button--back:focus {
  background-color: #b9d988;
}

.c-section__title {
  position: absolute;
  bottom: calc(-0.65em - 10px);
  left: 0;
  width: 100%;
  z-index: 9;
  margin: 0;
}

.p-index-mv--deco {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.p-index-orthodontics {
  position: relative;
  padding: clamp(70px, 18.66vw, 95px) 0;
}
@media screen and (min-width: 1024px) {
  .p-index-orthodontics {
    padding: clamp(104px, 8.66vw, 130px) 0;
  }
}
.p-index-orthodontics__detail {
  border: 2px solid #603d22;
  border-radius: clamp(10px, 2.66vw, 13.6px);
  padding: clamp(30px, 8vw, 40.7px) clamp(22px, 5.86vw, 29.9px);
}
@media screen and (min-width: 1024px) {
  .p-index-orthodontics__detail {
    width: 85%;
    margin: 0 auto;
    border-radius: clamp(16px, 1.33vw, 20px);
    padding: clamp(48px, 4vw, 60px) clamp(80px, 6.66vw, 100px);
  }
}
@media screen and (min-width: 1280px) {
  .p-index-orthodontics__detail {
    width: 80%;
  }
}
.p-index-orthodontics__title01 {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #603d22;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 4.8vw, 24.4px);
  background-color: #b9d988;
  width: 18em;
  max-width: 100%;
  height: 2em;
  border-radius: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 1em auto;
}
@media screen and (min-width: 1024px) {
  .p-index-orthodontics__title01 {
    font-size: clamp(18.2px, 1.51vw, 26px);
  }
}
.p-index-orthodontics__text {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #471f00;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(15px, 4vw, 20.4px);
}
@media screen and (min-width: 1024px) {
  .p-index-orthodontics__text {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-index-orthodontics__text--accent {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ed5a7a;
}
.p-index-orthodontics__title02 {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #603d22;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 1.75em 0 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-index-orthodontics__title02 {
    font-size: clamp(16px, 1.33vw, 20px);
  }
}
.p-index-orthodontics__title02--accent {
  color: #b9d988;
  font-size: 0.8em;
  padding-right: 0.5em;
}
.p-index-orthodontics__data {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #603d22;
  letter-spacing: 0.05em;
  font-size: clamp(15px, 4vw, 20.4px);
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-index-orthodontics__data {
    font-size: clamp(14.4px, 1.2vw, 18px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-index-orthodontics__data__title {
  text-align: center;
  background-color: #d6e8b5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7em;
  height: 3em;
}
@media screen and (min-width: 1024px) {
  .p-index-orthodontics__data__title {
    width: 7em;
    height: auto;
  }
}
.p-index-orthodontics__data__text {
  line-height: 1.7;
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-index-orthodontics__data__text {
    line-height: 1.9;
    width: calc(100% - 7em);
    padding: 0 0 0 1em;
  }
}

.p-index-pdf {
  padding-bottom: clamp(50px, 13.33vw, 67.9px);
}
@media screen and (min-width: 1024px) {
  .p-index-pdf {
    padding-bottom: clamp(76px, 6.33vw, 95px);
  }
}
.p-index-pdf__button {
  width: 72%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-pdf__button {
    width: 32%;
  }
}
@media screen and (min-width: 1199px) {
  .p-index-pdf__button {
    width: 300px;
  }
}

.p-guide-bring {
  padding: clamp(130px, 34.66vw, 176.4px) 0;
}
.p-guide-bring__detail {
  background-color: #ffffff;
  border-radius: clamp(20px, 5.33vw, 27.1px);
  padding: clamp(30px, 8vw, 40.7px) clamp(20px, 5.33vw, 27.1px) clamp(26px, 6.93vw, 35.3px) clamp(20px, 5.33vw, 27.1px);
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__detail {
    border-radius: clamp(16px, 1.33vw, 20px);
    padding: clamp(40px, 3.33vw, 50px) clamp(64px, 5.33vw, 80px) clamp(35.2px, 2.93vw, 44px) clamp(64px, 5.33vw, 80px);
  }
}
.p-guide-bring__title {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #F49BA6;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(20px, 5.33vw, 27.1px);
  padding-bottom: 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__title {
    font-size: clamp(22.4px, 1.86vw, 28px);
  }
}
.p-guide-bring__list {
  background-color: #E2EFCB;
  border-radius: clamp(12px, 3.2vw, 16.3px);
  padding: clamp(30px, 8vw, 40.7px) clamp(12px, 3.2vw, 16.3px) clamp(12px, 3.2vw, 16.3px) clamp(26px, 6.93vw, 35.3px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__list {
    border-radius: clamp(9.6px, 0.8vw, 12px);
    padding: clamp(24px, 2vw, 30px) clamp(44px, 3.66vw, 55px);
  }
}
.p-guide-bring__list__item {
  width: 48%;
  margin-bottom: clamp(22px, 5.86vw, 29.9px);
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__list__item {
    width: auto;
    margin-bottom: 0;
  }
}
.p-guide-bring__list__img {
  display: block;
  height: clamp(80px, 21.33vw, 108.6px);
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-guide-bring__list__img {
    height: clamp(110px, 29.33vw, 149.3px);
  }
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__list__img {
    height: clamp(100px, 8.33vw, 126px);
  }
}
.p-guide-bring__list__title {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #603d22;
  text-align: center;
  line-height: 1.4;
  font-size: clamp(14px, 3.73vw, 19px);
  display: block;
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__list__title {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-guide-bring__list__title--sm {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-size: 0.88em;
  display: inline-block;
}
.p-guide-bring__subtitle {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6C9322;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 1.25em 0;
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__subtitle {
    text-align: center;
    font-size: clamp(16px, 1.33vw, 20px);
    padding: 1.5em 0;
  }
}
.p-guide-bring__note {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #471f00;
  text-align: left;
  line-height: 1.8;
  font-size: clamp(14px, 3.73vw, 19px);
  padding-bottom: 1.25em;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__note {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-guide-bring__note__item {
  text-indent: -1em;
  margin-left: 1em;
}
.p-guide-bring__note__item__link {
  color: #3676BB;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-decoration: underline !important;
}
.p-guide-bring__note__item__link:hover, .p-guide-bring__note__item__link:active, .p-guide-bring__note__item__link:focus, .p-guide-bring__note__item__link:visited {
  color: #3676BB;
}
.p-guide-bring__note__item--space {
  padding: 1em 0;
}

.p-career-recruit {
  position: relative;
  padding: clamp(50px, 13.33vw, 67.9px) 0;
}
@media screen and (min-width: 1024px) {
  .p-career-recruit {
    padding: clamp(80px, 6.66vw, 100px) 0;
  }
}
.p-career-recruit__list {
  padding-top: clamp(30px, 8vw, 40.7px);
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-career-recruit__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4%;
    padding-top: clamp(40px, 3.33vw, 50px);
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-career-recruit__list {
    gap: 3%;
  }
}
.p-career-recruit__list__link {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #471f00;
  line-height: 1;
  font-size: clamp(16px, 4.26vw, 19px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 1.25em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-career-recruit__list__link {
    width: 12em;
    padding: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .p-career-recruit__list__link {
    font-size: clamp(19px, 1.58vw, 21px);
  }
}
@media screen and (min-width: 1536px) {
  .p-career-recruit__list__link {
    width: 14em;
  }
}
.p-career-recruit__list__link::after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #471f00;
  width: 0.95em;
  height: 0.85em;
}
.p-career-recruit__list__link--pink {
  border: 1px solid #f6abb4;
  background-color: #f6abb4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-career-recruit__list__link--green {
  border: 1px solid #b9d988;
  background-color: #b9d988;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-career-recruit__list__link:visited {
  color: #471f00;
}
.p-career-recruit__list__link:hover, .p-career-recruit__list__link:focus, .p-career-recruit__list__link:active {
  color: #471f00;
  background-color: #ffffff;
}
.p-career-recruit__title01 {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(20px, 5.33vw, 27.1px);
  background-color: #603d22;
  border-radius: 10px;
  padding: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-career-recruit__title01 {
    font-size: clamp(21px, 1.75vw, 30px);
    padding: 0.5em;
  }
}
.p-career-recruit__text {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #603d22;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(19px, 5.06vw, 25px);
  padding: 2em 0;
}
@media screen and (min-width: 1024px) {
  .p-career-recruit__text {
    font-size: clamp(25px, 2.08vw, 28px);
  }
}
.p-career-recruit__detail {
  background-color: #ffffff;
  padding: clamp(30px, 8vw, 40.7px) clamp(20px, 5.33vw, 27.1px);
}
@media screen and (min-width: 1024px) {
  .p-career-recruit__detail {
    padding: clamp(44px, 3.66vw, 55px) clamp(40px, 3.33vw, 50px);
  }
}
.p-career-recruit__title02 {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #603d22;
  text-align: center;
  line-height: 1;
  font-size: clamp(19px, 5.06vw, 25px);
  padding: 1em;
  border-radius: 10px;
  width: 13em;
  max-width: 100%;
  margin: 0 auto 1.5em auto;
}
@media screen and (min-width: 1024px) {
  .p-career-recruit__title02 {
    font-size: clamp(20px, 1.66vw, 25px);
  }
}
.p-career-recruit__title02--pink {
  background-image: url(../img/career-bg-pink.png);
}
.p-career-recruit__title02--green {
  background-image: url(../img/career-bg-green.png);
}
.p-career-recruit__note {
  text-indent: -1em;
  margin-left: 1em;
}
.p-career-recruit__button {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  line-height: 1.4;
  font-size: clamp(16px, 4.26vw, 19px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #603d22;
  border: 1px solid #603d22;
  border-radius: 10px;
  padding: 1em;
  margin: 2em auto 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .p-career-recruit__button {
    width: 18em;
    padding: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .p-career-recruit__button {
    font-size: clamp(16px, 1.33vw, 20px);
    width: 22em;
  }
}
.p-career-recruit__button::after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #ffffff;
  width: 1em;
  height: 0.75em;
}
.p-career-recruit__button:visited {
  color: #ffffff;
}
.p-career-recruit__button:hover, .p-career-recruit__button:focus, .p-career-recruit__button:active {
  color: #603d22;
  background-color: #ffffff;
}
.p-career-recruit__button:hover::after, .p-career-recruit__button:focus::after, .p-career-recruit__button:active::after {
  background-color: #603d22;
}
.p-career-recruit__space {
  padding-top: clamp(60px, 16vw, 81.4px);
}
@media screen and (min-width: 1024px) {
  .p-career-recruit__space {
    padding-top: clamp(84px, 7vw, 105px);
  }
}

.p-career-form {
  position: relative;
  background-image: url(../img/career-bg-primary-sp.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: clamp(50px, 13.33vw, 67.9px) 0;
}
@media screen and (min-width: 1024px) {
  .p-career-form {
    background-image: url(../img/career-bg-primary.png);
    padding: clamp(80px, 6.66vw, 100px) 0;
  }
}
.p-career-form__wrapper {
  padding: 0 5%;
}
.p-career-form__title01 {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(20px, 5.33vw, 27.1px);
  background-color: #603d22;
  border-radius: 10px;
  padding: 0.75em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1024px) {
  .p-career-form__title01 {
    font-size: clamp(21px, 1.75vw, 30px);
    padding: 0.5em;
  }
}
.p-career-form__detail {
  background-color: #ffffff;
  padding: clamp(30px, 8vw, 40.7px) clamp(20px, 5.33vw, 27.1px);
}
@media screen and (min-width: 1024px) {
  .p-career-form__detail {
    padding: clamp(48px, 4vw, 60px) clamp(40px, 3.33vw, 50px) clamp(57.6px, 4.8vw, 72px) clamp(40px, 3.33vw, 50px);
  }
}
.p-career-form__title02 {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #603d22;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 4.8vw, 24.4px);
}
@media screen and (min-width: 1024px) {
  .p-career-form__title02 {
    font-size: clamp(19.2px, 1.6vw, 24px);
    padding: 0.5em;
  }
}
.p-career-form__title02--accent {
  color: #93cb78;
}

.p-reserve-table {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  border-collapse: separate;
  font-size: 14px;
  color: #603d22;
  border-spacing: 0 20px;
}
@media screen and (min-width: 1024px) {
  .p-reserve-table {
    font-size: 15px;
    border-collapse: collapse;
    background-image: url("../img/top-bg.png");
  }
}
@media screen and (min-width: 1199px) {
  .p-reserve-table {
    font-size: 16px;
  }
}
.p-reserve-table th {
  background-image: url("../img/top-bg.png");
  padding: 10px;
  border-bottom: none;
  text-align: left;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.5px solid #af9e90;
}
@media screen and (min-width: 1024px) {
  .p-reserve-table th {
    display: table-cell;
    background-image: none;
    border: 1px solid #af9e90;
    width: 36%;
    padding: 20px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1199px) {
  .p-reserve-table th {
    width: 28%;
  }
}
.p-reserve-table td {
  background-color: #ffffff;
  padding: 15px 0;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-reserve-table td {
    display: table-cell;
    border: 1px solid #af9e90;
    width: 64%;
    padding: 20px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1199px) {
  .p-reserve-table td {
    width: 72%;
  }
}
.p-reserve-table__input {
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 3em;
  border: solid 1px #b5b5b6;
  padding-left: 0.5em;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-reserve-table__input {
    border-radius: 7.5px;
    width: 95%;
  }
}
.p-reserve-table__input__age {
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 3em;
  border: solid 1px #b5b5b6;
  padding-left: 0.5em;
  width: 20%;
}
@media screen and (min-width: 1024px) {
  .p-reserve-table__input__age {
    border-radius: 7.5px;
    width: 20%;
  }
}
.p-reserve-table__input__date {
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 3em;
  border: solid 1px #b5b5b6;
  padding-left: 0;
  width: 3em;
}
@media screen and (min-width: 768px) {
  .p-reserve-table__input__date {
    padding-left: 0.5em;
    width: 5em;
  }
}
@media screen and (min-width: 1024px) {
  .p-reserve-table__input__date {
    width: 4em;
  }
}
.p-reserve-table__radio {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-reserve-table__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-reserve-table__radio li {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .p-reserve-table__radio li {
    margin: 0;
    width: 30%;
  }
}
@media screen and (min-width: 1199px) {
  .p-reserve-table__radio li {
    width: 28%;
  }
}
.p-reserve-table__radio li:last-child {
  margin: 0;
}
.p-reserve-table__note {
  margin: 0;
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  font-size: 11.5px;
  padding-top: 0.25em;
}
@media screen and (min-width: 481px) {
  .p-reserve-table__note {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-reserve-table__note {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .p-reserve-table__note {
    font-size: 16px;
  }
}
.p-reserve-table__mail__note {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
.p-reserve-table__patient__note {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-left: 0.5em;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .p-reserve-table__patient__note {
    font-size: 14px;
  }
}
.p-reserve-table__date__space {
  padding-right: 1em;
}
@media screen and (min-width: 1024px) {
  .p-reserve-table__date__space {
    padding-right: 1.5em;
  }
}
.p-reserve-table__treatmenttime {
  display: block;
  width: 100%;
  padding: 20px 0 10px 0;
}
@media screen and (min-width: 768px) {
  .p-reserve-table__treatmenttime {
    width: 65%;
  }
}
@media screen and (min-width: 1024px) {
  .p-reserve-table__treatmenttime {
    width: 95%;
    padding: 30px 0 20px 0;
  }
}
@media screen and (min-width: 1199px) {
  .p-reserve-table__treatmenttime {
    width: 57.5%;
  }
}
.p-reserve-table__attachment {
  padding: 1em 0 0.5em 0;
}

.p-reserve-thanks__text {
  margin: 0;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #603d22;
  text-align: center;
  font-size: 17px;
}
@media screen and (min-width: 1024px) {
  .p-reserve-thanks__text {
    font-size: 25px;
  }
}
.p-reserve-thanks__text--accent {
  color: #f40000;
}

.p-orthodontic-maxillofacial__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  .p-orthodontic-maxillofacial__inner {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .p-orthodontic-maxillofacial__inner {
    width: 100%;
    margin: 0;
    background-image: url(../img/orthodontic-maxillofacial-treatment.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 55%;
    margin-bottom: clamp(35.2px, 2.93vw, 44px);
  }
}
@media screen and (min-width: 1536px) {
  .p-orthodontic-maxillofacial__inner {
    background-size: 48%;
  }
}
@media screen and (min-width: 1920px) {
  .p-orthodontic-maxillofacial__inner {
    background-size: 42%;
  }
}
.p-orthodontic-maxillofacial__inner__left {
  padding: 20px 0 30px 0;
}
@media screen and (min-width: 768px) {
  .p-orthodontic-maxillofacial__inner__left {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-orthodontic-maxillofacial__inner__left {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 1199px) {
  .p-orthodontic-maxillofacial__inner__left {
    width: 1200px;
  }
}
@media screen and (min-width: 1024px) {
  .p-orthodontic-maxillofacial__inner__content {
    width: 53%;
  }
}
@media screen and (min-width: 1536px) {
  .p-orthodontic-maxillofacial__inner__content {
    width: 62%;
  }
}
@media screen and (min-width: 1920px) {
  .p-orthodontic-maxillofacial__inner__content {
    width: 70%;
  }
}
.p-orthodontic-maxillofacial__img--sp {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-orthodontic-maxillofacial__img--sp {
    display: none;
  }
}
.p-orthodontic-maxillofacial__title {
  margin: 0;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #603d22;
  line-height: 1.8;
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .p-orthodontic-maxillofacial__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-orthodontic-maxillofacial__title {
    font-size: clamp(23px, 1.91vw, 28px);
    padding-top: 2em;
  }
}
@media screen and (min-width: 1536px) {
  .p-orthodontic-maxillofacial__title {
    padding-top: 2.5em;
  }
}
.p-orthodontic-maxillofacial__title--br {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-orthodontic-maxillofacial__title--br {
    display: none;
  }
}
.p-orthodontic-maxillofacial__text {
  margin: 0;
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-orthodontic-maxillofacial__text {
    padding: 1em 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-orthodontic-maxillofacial__text {
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .p-orthodontic-maxillofacial__text {
    line-height: 2;
  }
}
@media screen and (min-width: 1536px) {
  .p-orthodontic-maxillofacial__text {
    letter-spacing: 0.04em;
    padding-bottom: 3em;
  }
}
@media screen and (min-width: 1920px) {
  .p-orthodontic-maxillofacial__text {
    padding-bottom: 4em;
  }
}
.p-orthodontic-maxillofacial__content {
  background-color: #ffffff;
  border: 2px solid #aac8eb;
  border-radius: 15px;
  padding: clamp(30px, 8vw, 40.7px) clamp(20px, 5.33vw, 27.1px);
  margin-bottom: clamp(30px, 8vw, 40.7px);
}
@media screen and (min-width: 1024px) {
  .p-orthodontic-maxillofacial__content {
    border: 3px solid #aac8eb;
    border-radius: 25px;
    padding: clamp(38.4px, 3.2vw, 48px) clamp(32px, 2.66vw, 40px);
    margin-bottom: clamp(51.2px, 4.26vw, 64px);
  }
}
.p-orthodontic-maxillofacial__content__title {
  background-image: url(../img/orthodontic-maxillofacial-title-bg.png);
  background-size: cover;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 4.8vw, 24.4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 17em;
  max-width: 100%;
  height: 2.4em;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-orthodontic-maxillofacial__content__title {
    font-size: clamp(19.2px, 1.6vw, 24px);
  }
}
.p-orthodontic-maxillofacial__content__list {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #471f00;
  line-height: 1.8;
  font-size: clamp(15px, 4vw, 20.4px);
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-orthodontic-maxillofacial__content__list {
    line-height: 2;
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-orthodontic-maxillofacial__content__list__item {
  position: relative;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.p-orthodontic-maxillofacial__content__list__item--accent {
  color: #5b8ec1;
  padding-right: 0.2em;
}
.p-orthodontic-maxillofacial__content__data__title {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #471f00;
  line-height: 1.8;
  font-size: clamp(15px, 4vw, 20.4px);
}
@media screen and (min-width: 1024px) {
  .p-orthodontic-maxillofacial__content__data__title {
    line-height: 2;
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-orthodontic-maxillofacial__content__data__title--accent {
  color: #5b8ec1;
  padding-right: 0.2em;
}
.p-orthodontic-maxillofacial__content__data__text {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #471f00;
  line-height: 1.8;
  font-size: clamp(15px, 4vw, 20.4px);
  padding: 0 0 1em 1.2em;
}
@media screen and (min-width: 1024px) {
  .p-orthodontic-maxillofacial__content__data__text {
    line-height: 2;
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-orthodontic-maxillofacial__content__data__text:last-of-type {
  padding-bottom: 0;
}
.p-orthodontic-maxillofacial__space {
  padding-bottom: clamp(30px, 8vw, 40.7px);
}
@media screen and (min-width: 1024px) {
  .p-orthodontic-maxillofacial__space {
    padding-bottom: clamp(51.2px, 4.26vw, 64px);
  }
}

.p-privacypolicy {
  position: relative;
  padding: clamp(50px, 13.33vw, 67.9px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy {
    padding: clamp(112px, 9.33vw, 140px) 0 clamp(112px, 9.33vw, 140px) 0;
  }
}
.p-privacypolicy__text {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #471f00;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(15px, 4vw, 20.4px);
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy__text {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-privacypolicy__title {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #603d22;
  text-align: left;
  line-height: 1.6;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 2em;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy__title {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-privacypolicy__list {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(15px, 4vw, 20.4px);
  padding: 1.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy__list {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-privacypolicy__list__item {
  position: relative;
  text-indent: -1.25em;
  margin-left: 1.25em;
}
.p-privacypolicy__list__item--accent {
  color: #f6abb4;
  line-height: 1;
  font-size: 0.875em;
  padding-right: 0.4em;
}
.p-privacypolicy__list__link {
  color: #471f00;
  font-size: clamp(15px, 4vw, 20.4px);
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy__list__link {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-privacypolicy__list__link:visited, .p-privacypolicy__list__link:hover, .p-privacypolicy__list__link:active, .p-privacypolicy__list__link:focus {
  color: #471f00;
}/*# sourceMappingURL=common.css.map */