@charset "UTF-8";
/* #relation
------------------------------------ */
#relation {
  margin: 2rem 0 0;
  padding: 0 3rem 17.1527777778vw;
}
#relation .relation_1st {
  margin: 0 auto 8rem;
  max-width: 1000px;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #d1d1d1 1px, transparent 1px);
  background-position: 0 0;
  background-size: 8px 8px;
  position: relative;
  padding: 3rem 3rem 4rem 3rem;
}
#relation .relation_1st::after, #relation .relation_1st::before {
  content: "";
  width: 100%;
  max-width: 1000px;
  height: 8px;
  display: block;
  background-image: radial-gradient(circle, #000000 1px, transparent 1px);
  background-position: 0 0;
  background-size: 8px 8px;
  position: absolute;
}
#relation .relation_1st:before {
  left: 0;
  top: 0;
}
#relation .relation_1st:after {
  left: 0;
  bottom: -8px;
}
#relation .relation_1st h2 {
  transform: translateX(-6rem);
  padding: 0.75rem 2rem 0.25rem;
  margin-bottom: 3rem;
  width: fit-content;
  background: #53B6D2;
  box-shadow: 8px 8px 0 #4CA0B8;
  color: #FFF;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.6vw, 2.3rem);
}
#relation .relation_1st h2 strong {
  font-weight: 500;
  font-size: clamp(1.8rem, 1.9vw, 2.8rem);
}
#relation .relation_1st .illust {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
  max-width: 700px;
  margin: 0 auto 1rem;
}
#relation .relation_1st .column {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  background: #FFF;
  border: 1px solid #000000;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}
#relation .relation_1st .column h3 {
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 1rem;
  font-weight: 500;
  border-radius: 9px 9px 0 0;
  margin-bottom: 1rem;
}
#relation .relation_1st .column h3::before {
  content: "";
  width: 2.6rem;
  aspect-ratio: 1;
  display: block;
  background: url(/lp_PedOrtho/lib/img/icon_question.webp) no-repeat center/contain;
}
#relation .relation_1st .column .box {
  padding: 1rem 4rem 2rem;
}
#relation .relation_2nd {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-areas: "photo text";
  align-items: center;
  gap: 1rem;
  max-width: 1000px;
  margin: 0 auto;
}
#relation .relation_2nd .text {
  grid-area: text;
}
#relation .relation_2nd .text strong {
  font-weight: 500;
  color: #D85286;
}
#relation .relation_2nd .photo {
  grid-area: photo;
}
#relation .relation_2nd h3 {
  font-size: clamp(2rem, 1.7vw, 2.4rem);
  letter-spacing: 0.09em;
  text-indent: 0.09em;
  color: #53A8D2;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
#relation .relation_2nd h3::after {
  content: "";
  width: 100%;
  max-width: 1000px;
  height: 8px;
  display: block;
  background-image: radial-gradient(circle, #53A8D2 1.75px, transparent 1.75px);
  background-position: 0 0;
  background-size: 8px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #relation {
    margin: 5rem 0 3rem;
    padding: 0 1.5rem 17.1527777778vw;
  }
  #relation .relation_1st {
    padding: 2rem 1rem 4rem 2rem;
  }
  #relation .relation_1st h2 {
    transform: translateX(-3.5rem);
    padding: 0.75rem 1rem 0.25rem;
  }
  #relation .relation_1st .illust {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #relation .relation_1st .column {
    margin: 0 auto 0;
    padding: 0;
  }
  #relation .relation_1st .column h3 {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0.5rem;
  }
  #relation .relation_1st .column h3::before {
    margin: 0 auto;
  }
  #relation .relation_1st .column h3 .box {
    padding: 1rem 2rem 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  #relation .relation_1st .column .box {
    padding: 1rem 2crem 2rem;
  }
  #relation .relation_2nd {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "text" "photo";
  }
  #relation .relation_2nd h3 {
    font-size: clamp(1.8rem, 1.7vw, 2.4rem);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  #relation .relation_2nd h3::after {
    height: 6px;
    background-image: radial-gradient(circle, #53A8D2 1px, transparent 1px);
    background-size: 6px 6px;
  }
}

/* #symptoms
------------------------------------ */
#symptoms {
  padding: 0 2rem 2rem;
  position: relative;
  background: #E8F4F9;
}
#symptoms::before {
  content: "";
  width: 100vw;
  aspect-ratio: 1440/247;
  display: block;
  position: absolute;
  top: -15.4375vw;
  background: url(/lp_PedOrtho/lib/img/bg_symptoms_t.webp) no-repeat bottom/contain;
  left: 0;
  z-index: 1;
}
#symptoms::after {
  content: "";
  width: 100vw;
  aspect-ratio: 1440/120;
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  background: url(/lp_PedOrtho/lib/img/bg_symptoms_b.webp) no-repeat bottom/contain;
  left: 0;
  z-index: 1;
}
#symptoms .typeGrade03 {
  z-index: 2;
  position: relative;
}
#symptoms .symptomslist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  gap: 1rem;
}
#symptoms .symptomslist li {
  width: calc(33.3333333333% - 1rem);
}
@media screen and (max-width: 767px) {
  #symptoms {
    padding: 0 1rem 2rem;
  }
  #symptoms .symptomslist {
    gap: 0;
  }
  #symptoms .symptomslist li {
    width: 33.3333333333%;
  }
}

/* #influence
------------------------------------ */
#influence {
  padding: calc(8.1944444444vw + 10rem) 2rem 5rem;
  position: relative;
}
#influence .influList {
  max-width: 1000px;
  margin: 0 auto 5rem;
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: clamp(2rem, 2.8vw, 4rem);
}
#influence .influList .illust {
  align-self: center;
}
#influence .influList .text ul li {
  line-height: 1.4;
  display: grid;
  grid-template-columns: 3.6rem 1fr;
  gap: 0.5rem;
  align-items: center;
  font-size: clamp(1.4rem, 1.4vw, 2rem);
  font-weight: 500;
}
#influence .influList .text ul li + li {
  margin-top: 2rem;
}
#influence .influList .text ul li strong {
  font-size: clamp(1.8rem, 1.8vw, 2.6rem);
  background: linear-gradient(transparent 50%, #FFE0DF 50%);
  font-weight: 600;
}
#influence .influList .text ul li::before {
  content: "";
  width: 3.6rem;
  aspect-ratio: 1;
  display: block;
  background: url(/lp_PedOrtho/lib/img/icon_excla2.webp) no-repeat center/contain;
}
#influence .column {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #000000;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}
#influence .column h3 {
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 1rem;
  font-weight: 500;
  border-radius: 9px 9px 0 0;
  margin-bottom: 1rem;
}
#influence .column h3::before {
  content: "";
  width: 2.6rem;
  aspect-ratio: 1;
  display: block;
  background: url(/lp_PedOrtho/lib/img/icon_question.webp) no-repeat center/contain;
}
#influence .column .box {
  padding: 4rem 4rem;
  display: grid;
  grid-template-columns: 1fr minmax(100px, 20%);
}
#influence .column .box .illust {
  position: relative;
}
#influence .column .box .illust::after {
  content: "";
  width: 100%;
  aspect-ratio: 211/234;
  position: absolute;
  background: url(/lp_PedOrtho/lib/img/img_influence_02.webp) no-repeat center bottom/contain;
  display: block;
  bottom: -4rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  #influence {
    padding: calc(8.1944444444vw + 5rem) 2rem 3rem;
  }
  #influence .influList {
    margin: 0 auto 3rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 2.8vw, 4rem);
  }
  #influence .influList .illust {
    width: 50%;
    margin: 0 auto;
  }
  #influence .influList .text ul li + li {
    margin-top: 1.5rem;
  }
  #influence .column {
    margin: 5rem auto 0;
  }
  #influence .column h3 {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0.5rem;
  }
  #influence .column h3::before {
    margin: 0 auto;
  }
  #influence .column .box {
    padding: 1rem 2rem 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  #influence .column .box .illust {
    position: relative;
  }
  #influence .column .box .illust::after {
    content: "";
    width: 50%;
    position: relative;
    display: block;
    bottom: 0;
    right: 0;
    margin: 0 0 0 auto;
  }
}

/* #about
------------------------------------ */
#about {
  margin: 10rem 2rem;
  padding: 5rem 2rem;
  background: #F7DD89;
  border-radius: 20px;
  position: relative;
}
#about:after {
  content: "";
  width: clamp(15rem, 26.9vw, 38.7rem);
  aspect-ratio: 773/104;
  display: block;
  background: url(/lp_PedOrtho/lib/img/bg_about_b.webp) no-repeat bottom/contain;
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
}
#about .photo {
  max-width: 600px;
  margin: 0 auto 0;
  border: 8px solid #FFF;
  border-radius: 20px;
}
#about .photo img {
  border-radius: 12px;
}
#about .detail {
  max-width: 600px;
  margin: 2rem auto 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #about {
    margin: 5rem 2rem;
    padding: 3rem 2rem;
  }
  #about .photo {
    border: 5px solid #FFF;
    border-radius: 15px;
  }
  #about .photo img {
    border-radius: 10px;
  }
}

/* #defference
------------------------------------ */
#defference {
  padding: 0 2rem calc(8.1944444444vw + 10rem);
  position: relative;
}
#defference .datatable {
  max-width: 1000px;
  margin: 0 auto 5rem;
}
#defference .datatable table {
  width: 100%;
  margin: 3rem 0;
  border-collapse: collapse;
}
#defference .datatable table th,
#defference .datatable table td {
  padding: 1.5rem 1.5rem;
}
#defference .datatable table tr {
  border-top: 2px solid #FFF;
}
#defference .datatable table thead th {
  line-height: 1;
}
#defference .datatable table thead th:first-child {
  background: #D9D9D9;
}
#defference .datatable table thead th:nth-child(2) {
  background: #E4E4E4;
}
#defference .datatable table thead th:nth-child(3) {
  background: #E6CB74;
}
#defference .datatable table tbody th {
  background: #D9D9D9;
}
#defference .datatable table tbody td span {
  display: grid;
  justify-content: flex-start;
  grid-template-columns: 2rem 1fr;
  gap: 0.5rem;
}
#defference .datatable table tbody td span:before {
  content: "";
  width: 2rem;
  aspect-ratio: 1;
}
#defference .datatable table tbody td:first-of-type {
  background: #F2F2F2;
}
#defference .datatable table tbody td:first-of-type span::before {
  background: url(/lp_PedOrtho/lib/img/icon_excla.webp) no-repeat center/contain;
}
#defference .datatable table tbody td:last-of-type {
  background: #F9E4A1;
}
#defference .datatable table tbody td:last-of-type span::before {
  background: url(/lp_PedOrtho/lib/img/icon_good.webp) no-repeat center/contain;
}
#defference .beforeafter {
  max-width: 1000px;
  margin: 0 auto;
  background: #FCEBEA;
  border-radius: 20px 20px;
}
#defference .beforeafter h3 {
  border-radius: 20px 20px 0 0;
  padding: 2rem 1rem;
  text-align: center;
  background: #FADBD9;
  color: #E76B67;
  font-size: clamp(2rem, 1.8vw, 2.6rem);
}
#defference .beforeafter h3 strong {
  font-weight: 600;
  font-size: clamp(2.4rem, 2.5vw, 3.6rem);
}
#defference .beforeafter ul.photo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 2rem clamp(1rem, 5.6vw, 8rem);
  gap: 4rem;
}
#defference .beforeafter ul.photo p {
  font-size: clamp(2rem, 1.8vw, 2.6rem);
  display: block;
  max-width: 60%;
  text-align: center;
  margin: 0 auto 1.5rem;
  background: #F37A76;
  border-radius: 50vh;
  padding: 0.5rem 1rem;
  color: #FFF;
  font-family: "Train One", system-ui;
}
@media screen and (max-width: 767px) {
  #defference {
    padding: 0 2rem calc(8.1944444444vw + 5rem);
  }
  #defference .datatable table {
    width: 100%;
    margin: 3rem 0;
  }
  #defference .datatable table th,
  #defference .datatable table td {
    padding: 1.5rem 1rem;
  }
  #defference .datatable table tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #FFF;
  }
  #defference .datatable table thead th:first-child {
    grid-column: 1/3;
    height: 0;
    padding: 0;
  }
  #defference .datatable table tbody th {
    grid-column: 1/3;
    padding: 0.5rem 1rem;
  }
  #defference .datatable table tbody td span {
    display: grid;
    justify-content: flex-start;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  #defference .datatable table tbody td span:before {
    margin-inline: auto;
  }
  #defference .beforeafter h3 {
    padding: 1rem 1rem;
    line-height: 1.2;
  }
  #defference .beforeafter h3 strong {
    display: block;
  }
  #defference .beforeafter ul.photo {
    gap: 1.5rem;
  }
  #defference .beforeafter ul.photo p {
    font-size: clamp(1.6rem, 1.8vw, 2.6rem);
    max-width: 100%;
    text-align: center;
    padding: 0.5rem;
  }
}

/* #flow
------------------------------------ */
#flow {
  padding: 0 2rem 10rem;
  position: relative;
  background: #FFE9E8;
}
#flow::before {
  content: "";
  width: 100vw;
  aspect-ratio: 1440/244;
  display: block;
  position: absolute;
  top: -11.8611111111vw;
  background: url(/lp_PedOrtho/lib/img/bg_flow_t.webp) no-repeat bottom/contain;
  left: 0;
  z-index: 1;
}
#flow::after {
  content: "";
  width: 100vw;
  aspect-ratio: 1440/118;
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  background: url(/lp_PedOrtho/lib/img/bg_flow_b.webp) no-repeat bottom/contain;
  left: 0;
  z-index: 1;
}
#flow .typeGrade01 {
  z-index: 2;
  position: relative;
}
#flow .flowstepContainer {
  max-width: 1000px;
  margin: clamp(6rem, 11.1vw, 16rem) auto 0;
  position: relative;
}
#flow .flowstepContainer::before {
  content: "";
  width: 80%;
  display: block;
  background: #F3D0CF;
  border-radius: 20px;
  height: calc(100% + clamp(6rem, 11.1vw, 16rem));
  position: absolute;
  left: 0;
  top: calc(clamp(3rem, 5.6vw, 8rem) * -1);
  transform: translateX(-15%);
}
#flow .flowstepContainer section + section {
  margin-top: clamp(3rem, 5.6vw, 8rem);
}
#flow .flowstepContainer section {
  position: relative;
  background: #FFF;
  border-radius: 20px;
  padding: clamp(1rem, 2.1vw, 3rem);
  display: grid;
  grid-template-columns: 1fr 30%;
  gap: clamp(1rem, 2.1vw, 3rem);
}
#flow .flowstepContainer section .stepnumber {
  position: absolute;
  top: 0;
  left: 3rem;
  width: clamp(150px, 19.9vw, 28.6rem);
  transform: translateY(-50%);
}
#flow .flowstepContainer .text {
  padding: 2rem 0 0 0;
}
#flow .flowstepContainer h3 {
  font-size: clamp(2rem, 1.8vw, 2.6rem);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-weight: 800;
  color: #E76A65;
  margin-bottom: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #flow .flowstepContainer section {
    grid-template-columns: 1fr;
  }
  #flow .flowstepContainer section .stepnumber {
    left: 1rem;
    width: clamp(15rem, 19.9vw, 28.6rem);
  }
  #flow .flowstepContainer .text {
    padding: 3rem 0 0 0;
  }
  #flow .flowstepContainer h3 {
    margin-bottom: 1rem;
  }
}

/* #training
------------------------------------ */
#training {
  padding: calc(8.1944444444vw + 5rem) 2rem 10rem;
  position: relative;
  background: #F6E9EE;
}
#training::after {
  content: "";
  width: 100vw;
  aspect-ratio: 1440/118;
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  background: url(/lp_PedOrtho/lib/img/bg_training_b.webp) no-repeat bottom/contain;
  left: 0;
  z-index: 1;
}
#training .trainingContainer {
  max-width: 1000px;
  margin: 0 auto 5rem;
}
#training .trainingContainer > section {
  position: relative;
  border-radius: 50vh;
  background: #FFF;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 2rem;
  border: 10px solid;
  padding: 2rem clamp(3rem, 6.8vw, 9.8rem) 2rem;
}
#training .trainingContainer > section + section {
  margin-top: 5rem;
}
#training .trainingContainer .num {
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(6rem, 6.5vw, 9.4rem);
  transform: translate(-50%, -50%);
}
#training .trainingContainer .text {
  padding-top: calc(clamp(4rem, 6.5vw, 9.4rem) / 2);
}
#training .trainingContainer .text p {
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  font-weight: 500;
}
#training .trainingContainer h3 {
  font-size: clamp(1.8rem, 1.7vw, 2.4rem);
  letter-spacing: 0.09em;
  text-indent: 0.09em;
  font-weight: 800;
  margin-bottom: 2rem;
}
#training .trainingContainer .training_01 {
  border-color: #F3DAE3;
}
#training .trainingContainer .training_01 h3 {
  color: #E89FBB;
}
#training .trainingContainer .training_02 {
  border-color: #EADAE7;
}
#training .trainingContainer .training_02 h3 {
  color: #BBA1CB;
}
#training .trainingContainer .training_03 {
  border-color: #EFDDE0;
}
#training .trainingContainer .training_03 h3 {
  color: #D1AEAA;
}
#training .trainingContainer .training_04 {
  border-color: #F5D9DC;
}
#training .trainingContainer .training_04 h3 {
  color: #F19996;
}
#training .trainingContainer .training_05 {
  border-color: #D6DCE8;
}
#training .trainingContainer .training_05 h3 {
  color: #53A8D2;
}
#training .trainingGuide {
  position: relative;
  margin-top: 10rem;
  max-width: 1000px;
  margin: 10rem auto;
  background: #FBF5E3;
  border: 1px solid #000000;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 4rem 4rem;
  display: grid;
  grid-template-columns: 1fr minmax(100px, 16%);
}
#training .trainingGuide .illust {
  position: relative;
}
#training .trainingGuide .illust::after {
  content: "";
  width: 100%;
  aspect-ratio: 170/197;
  position: absolute;
  background: url(/lp_PedOrtho/lib/img/img_training_06.webp) no-repeat center bottom/contain;
  display: block;
  bottom: -4rem;
  right: 0;
}
#training .trainingGuide::after {
  content: "";
  width: 100%;
  max-width: 1000px;
  height: 3px;
  display: block;
  background-image: radial-gradient(circle, #E89FBB 1.5px, transparent 1.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 9px 3px;
  position: absolute;
  left: 0;
  bottom: calc(100% + 5rem);
}
@media screen and (max-width: 767px) {
  #training {
    padding: calc(8.1944444444vw + 5rem) 2rem 3rem;
  }
  #training .trainingContainer {
    margin: 0 auto 3rem;
  }
  #training .trainingContainer > section {
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border: 7px solid;
    padding: 2rem 1.5rem 2rem;
  }
  #training .trainingContainer > section + section {
    margin-top: 5rem;
  }
  #training .trainingContainer .illust {
    max-width: 80%;
    margin: 0 auto;
  }
  #training .trainingContainer .text {
    padding-top: 0;
  }
  #training .trainingContainer .text p {
    font-size: 1.5rem;
  }
  #training .trainingContainer h3 {
    font-size: clamp(1.8rem, 1.7vw, 2.4rem);
    margin-bottom: 1rem;
    line-height: 1.2;
    text-align: center;
  }
  #training .trainingGuide {
    margin: 5rem auto 0;
    padding: 2rem 2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  #training .trainingGuide .illust {
    position: relative;
  }
  #training .trainingGuide .illust::after {
    content: "";
    width: 40%;
    position: relative;
    display: block;
    bottom: -2rem;
    right: 0;
    margin: 0 0 0 auto;
  }
  #training .trainingGuide::after {
    content: "";
    width: 100%;
    max-width: 1000px;
    height: 3px;
    display: block;
    background-image: radial-gradient(circle, #E89FBB 1.5px, transparent 1.5px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 9px 3px;
    position: absolute;
    left: 0;
    bottom: calc(100% + 2.5rem);
  }
}

/* #instructor
------------------------------------ */
#instructor {
  padding: calc(8.1944444444vw + 5rem) 2rem 10rem;
}
#instructor section {
  max-width: 1000px;
  margin: 0 auto;
  background: #FDFCF7;
  border-radius: 1rem;
  padding: clamp(1rem, 2.1vw, 3rem);
  border: 20px solid;
}
#instructor section hgroup {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: clamp(2rem, 1.9vw, 2.8rem);
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 3rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-indent: 0.09em;
  line-height: 1.2;
}
#instructor section hgroup span {
  font-size: clamp(1.6rem, 1.5vw, 2.2rem);
}
#instructor section hgroup::before {
  content: "";
  display: block;
  width: clamp(3rem, 3.6vw, 5.2rem);
  aspect-ratio: 52/43;
  mask: url(/lp_PedOrtho/lib/img/icon_brashtooth.webp) no-repeat center/contain;
}
#instructor section hgroup::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background-image: radial-gradient(circle, #000000 1.5px, transparent 1.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 9px 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#instructor section .message {
  display: grid;
  grid-template-columns: clamp(20rem, 18.8vw, 27rem) 1fr;
  gap: clamp(2rem, 2.8vw, 4rem);
  margin-bottom: 3rem;
}
#instructor section .message p {
  font-weight: 500;
  margin-top: 1rem;
  font-size: clamp(1.5rem, 1.3vw, 1.8rem);
  font-weight: 500;
}
#instructor section .message p.lead {
  font-size: clamp(1.8rem, 1.5vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 2rem;
}
#instructor section .profile ul {
  position: relative;
}
#instructor section .profile ul::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background-image: radial-gradient(circle, #3E3E3E 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  position: absolute;
  left: 0;
  top: 0;
}
#instructor section .profile ul li {
  position: relative;
  padding: 1rem 0.5rem;
  font-weight: 500;
}
#instructor section .profile ul li::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background-image: radial-gradient(circle, #3E3E3E 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#instructor section.dental {
  border-color: #C3CBDF;
}
#instructor section.dental hgroup {
  color: #7A8CBA;
}
#instructor section.dental hgroup::before {
  background: #7A8CB9;
}
#instructor section.dental hgroup::after {
  background-image: radial-gradient(circle, #7A8CB9 1.5px, transparent 1.5px);
}
#instructor section.dental .message p.lead {
  color: #7A8CBA;
}
#instructor section.dental .profile ul {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0 clamp(1rem, 1.4vw, 2rem);
}
#instructor section.dental .profile ul li {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
#instructor section.pt {
  margin-top: 10rem;
  border-color: #53A8D2;
}
#instructor section.pt hgroup {
  color: #53A8D2;
}
#instructor section.pt hgroup::before {
  background: #53A8D2;
}
#instructor section.pt hgroup::after {
  background-image: radial-gradient(circle, #53A8D2 1.5px, transparent 1.5px);
}
#instructor section.pt .message p.lead {
  color: #53A8D2;
}
@media screen and (max-width: 767px) {
  #instructor {
    padding: 5rem 2rem 5rem;
  }
  #instructor section {
    border: 10px solid;
  }
  #instructor section hgroup {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    place-content: center;
    place-items: center;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  #instructor section .message {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem clamp(2rem, 2.8vw, 4rem);
    margin-bottom: 2rem;
  }
  #instructor section .message .photo {
    max-width: 150px;
    margin: 0 auto;
  }
  #instructor section.dental {
    border-color: #C3CBDF;
  }
  #instructor section.dental .profile ul {
    display: grid;
    grid-template-columns: 1fr;
  }
  #instructor section.dental .profile ul li {
    grid-column: span 1;
  }
  #instructor section.pt {
    margin-top: 3rem;
  }
}

/* #otherTreatmentType
------------------------------------ */
#otherTreatmentType {
  padding: 2rem;
  position: relative;
}
#otherTreatmentType::before {
  content: "";
  width: 2rem;
  height: 100%;
  background: linear-gradient(5deg, rgb(231, 234, 244) 0%, rgb(231, 234, 244) 60%, rgb(252, 241, 208) 61%, rgb(252, 241, 208) 100%);
  clip-path: polygon(0 0, 100% 2rem, 100% calc(100% - 2rem), 0 100%);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
#otherTreatmentType::after {
  content: "";
  width: 2rem;
  height: 100%;
  background: linear-gradient(-5deg, rgb(228, 217, 234) 0%, rgb(228, 217, 234) 40%, rgb(246, 217, 228) 41%, rgb(246, 217, 228) 100%);
  clip-path: polygon(0 2rem, 100% 0, 100% 100%, 0 calc(100% - 2rem));
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
#otherTreatmentType .container {
  background: #FFF;
  padding: 8rem 2rem 8rem;
  position: relative;
}
#otherTreatmentType .container::before {
  content: "";
  width: calc(100% + 4rem);
  height: 2rem;
  background: linear-gradient(135deg, rgb(183, 228, 228) 0%, rgb(183, 228, 228) 60%, rgb(186, 220, 237) 61%, rgb(186, 220, 237) 100%);
  position: absolute;
  left: -2rem;
  top: -2rem;
  display: block;
  clip-path: polygon(0 0, 100% 0, calc(100% - 2rem) 100%, 2rem 100%);
}
#otherTreatmentType .container::after {
  content: "";
  width: calc(100% + 4rem);
  height: 2rem;
  background: linear-gradient(-135deg, rgb(249, 215, 213) 0%, rgb(249, 215, 213) 60%, rgb(237, 222, 221) 61%, rgb(237, 222, 221) 100%);
  position: absolute;
  left: -2rem;
  bottom: -2rem;
  display: block;
  clip-path: polygon(2rem 0, calc(100% - 2rem) 0, 100% 100%, 0 100%);
}
#otherTreatmentType section {
  max-width: 1000px;
  margin: 0 auto;
}
#otherTreatmentType section + section {
  margin-top: 5rem;
}
#otherTreatmentType section .box {
  padding: clamp(2rem, 2.1vw, 3rem);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr clamp(30rem, 25.7vw, 37rem);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #otherTreatmentType {
    padding: 1rem;
  }
  #otherTreatmentType::before {
    content: "";
    width: 1rem;
    clip-path: polygon(0 0, 100% 1rem, 100% calc(100% - 1rem), 0 100%);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
  }
  #otherTreatmentType::after {
    content: "";
    width: 1rem;
    clip-path: polygon(0 1rem, 100% 0, 100% 100%, 0 calc(100% - 1rem));
    position: absolute;
    right: 0;
    top: 0;
    display: block;
  }
  #otherTreatmentType .container {
    background: #FFF;
    padding: 4rem 1rem 4rem;
  }
  #otherTreatmentType .container::before {
    width: calc(100% + 2rem);
    height: 1rem;
    left: -1rem;
    top: -1rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - 1rem) 100%, 1rem 100%);
  }
  #otherTreatmentType .container::after {
    content: "";
    width: calc(100% + 2rem);
    height: 1rem;
    left: -1rem;
    bottom: -1rem;
    clip-path: polygon(1rem 0, calc(100% - 1rem) 0, 100% 100%, 0 100%);
  }
  #otherTreatmentType section .box {
    padding: 1.5rem 1rem;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #otherTreatmentType section .box .photo {
    order: 1;
  }
  #otherTreatmentType section .box .text {
    order: 2;
  }
}
#otherTreatmentType .otherType {
  display: grid;
  grid-template-columns: clamp(3rem, 4.6vw, 6.6rem) max-content 1fr;
  align-items: center;
  gap: 0;
  margin-bottom: 1rem;
}
#otherTreatmentType .otherType h3 {
  font-size: clamp(1.8rem, 1.9vw, 2.8rem);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-weight: 500;
  padding-right: 0.25em;
}
#otherTreatmentType .otherType h3::first-letter {
  font-size: clamp(2.2rem, 2.8vw, 4rem);
}
#otherTreatmentType .otherType:before {
  content: "";
  display: block;
  width: clamp(3rem, 4.6vw, 6.6rem);
  aspect-ratio: 57/77;
  background: url(/lp_PedOrtho/lib/img/icon_sectionTitle.webp) no-repeat center/contain;
}
#otherTreatmentType .otherType::after {
  align-self: center;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #000000 2px, transparent 2px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 10px 4px;
}
#otherTreatmentType #preortho .otherType {
  color: #E89FBB;
}
#otherTreatmentType #preortho .otherType::after {
  background-image: radial-gradient(circle, #E89FBB 2px, transparent 2px);
}
#otherTreatmentType #preortho .box {
  background: rgba(252, 241, 208, 0.4);
}
#otherTreatmentType #magnifying .otherType {
  color: #53A8D2;
}
#otherTreatmentType #magnifying .otherType::after {
  background-image: radial-gradient(circle, #53A8D2 2px, transparent 2px);
}
#otherTreatmentType #magnifying .box {
  background: rgba(249, 215, 213, 0.4);
}
#otherTreatmentType #wire .otherType {
  color: #4ABCBB;
}
#otherTreatmentType #wire .otherType::after {
  background-image: radial-gradient(circle, #4ABCBB 2px, transparent 2px);
}
#otherTreatmentType #wire .box {
  background: rgba(237, 222, 221, 0.4);
}
#otherTreatmentType #mouthpiece .otherType {
  color: #F19A96;
}
#otherTreatmentType #mouthpiece .otherType::after {
  background-image: radial-gradient(circle, #F19A96 2px, transparent 2px);
}
#otherTreatmentType #mouthpiece .box {
  background: rgba(228, 217, 234, 0.4);
}

/* #bnr_counseling
------------------------------------ */
#bnr_counseling {
  background: #F7DD89;
  padding: 10rem 2rem;
}
@media screen and (max-width: 767px) {
  #bnr_counseling {
    padding: 5rem 2rem;
  }
}
#bnr_counseling .box {
  max-width: 1000px;
  margin: 0 auto;
}
#bnr_counseling .box .message {
  background: #FFF;
  padding: 2rem;
  text-align: center;
}
#bnr_counseling .box .message p {
  font-weight: 600;
  line-height: 1.8;
  font-size: clamp(1.4rem, 1.3vw, 1.8rem);
  color: #D8504C;
}
#bnr_counseling .box .message p strong {
  font-size: clamp(1.6rem, 1.4vw, 2rem);
  font-weight: 800;
}
#bnr_counseling .box .message p strong span {
  background: linear-gradient(transparent 70%, #FBF6AA 70%);
}
#bnr_counseling .box .link a {
  padding: 2rem 1rem;
  display: block flex;
  border-radius: 0 0 2rem 2rem;
  background: #E86A65;
  color: #FFF;
  font-weight: bold;
  font-size: clamp(1.8rem, 2.2vw, 3.2rem);
  justify-content: center;
  gap: clamp(1.8rem, 2.2vw, 3.2rem);
  align-items: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  transition: 0.3s;
}
#bnr_counseling .box .link a:hover {
  background: #53A8D2;
}
#bnr_counseling .box .link a::after {
  content: "";
  display: block;
  width: clamp(0.9rem, 1.1vw, 1.6rem);
  aspect-ratio: 1;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  transform: rotate(-45deg);
}

/* #price
------------------------------------ */
#price {
  padding: 4rem 2rem 8rem;
}
#price table {
  max-width: 1000px;
  margin: 0 auto;
  background: #FFF;
  width: 100%;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 10px;
  border-spacing: 0;
  position: relative;
}
#price table:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #EBEBEB;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
  border-radius: 8px;
}
#price table th,
#price table td {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  padding: clamp(1rem, 1.4vw, 2rem);
  text-align: left;
  vertical-align: top;
}
#price table thead th {
  width: 50%;
  text-align: center;
  background: #F5F5F5;
}
#price table thead th:first-child {
  border-radius: 8px 0 0 0;
}
#price table thead th:last-child {
  border-radius: 0 8px 0 0;
}
#price table tbody tr:last-child th {
  border-radius: 0 0 0 8px;
}
#price table tbody tr.firstTurn th {
  background: #FEF0F2;
}
#price table tbody tr.firstTurn.dotline td,
#price table tbody tr.firstTurn.dotline th {
  border-top: 1px dashed;
}
#price table tbody tr.notice td {
  background: #E7F6F5;
  text-align: right;
}
#price table tbody tr.secondTurn th {
  background: #F0F9FE;
}
@media screen and (max-width: 767px) {
  #price table tbody tr.notice td {
    text-align: left;
  }
  #price table tbody tr.notice td ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #price table tbody tr.notice td ul li:before {
    content: "・";
  }
}