@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "EB Garamond", serif;
  --sub-font2: "Inter", sans-serif;
  --sub-font3: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
  --sub-font4: "Ubuntu", sans-serif;
  --sub-font5: "Roboto", sans-serif;
  --base-color: #333;
  --blue: #0572C7;
  --blue-light: #0A9EDA;
  --orange: #F98534;
  --yellow: #fcee64;
  --white: #FFF;
  --black: #000;
  --grey: #736357;
}

/*------------------------------------------------------------
index
------------------------------------------------------------*/
#main .mainVisual {
  padding: 12.2vw 0 18.3vw;
  background: url(../img/index/main_img.webp) no-repeat center top;
  background-size: cover;
}
@media all and (max-width: 896px) {
  #main .mainVisual {
    padding: 27.73vw 0 24vw;
    background-image: url(../img/index/main_img_sp.webp);
    background-position: center center;
  }
}
#main .mainVisual p {
  margin-bottom: 2.6rem;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.54;
}
@media all and (max-width: 896px) {
  #main .mainVisual p {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.57;
  }
}
#main .mainVisual .ttl {
  margin-bottom: 2.7rem;
  padding: 1.3rem 3rem 1.4rem;
  border-radius: 0.8rem;
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--white);
  letter-spacing: 0.08em;
  width: fit-content;
  background-color: rgba(5, 114, 199, 0.8);
}
@media all and (max-width: 896px) {
  #main .mainVisual .ttl {
    margin-bottom: 1.2rem;
    border-radius: 0.6rem;
    padding: 0.6rem 1.7rem 0.7rem;
    font-size: 1.32rem;
  }
}
#main .mainVisual h2 {
  margin-bottom: 4.6rem;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: var(--blue);
}
@media all and (max-width: 896px) {
  #main .mainVisual h2 {
    margin-bottom: 2rem;
    margin-right: -1rem;
    font-size: 2.25rem;
  }
}
#main .mainVisual h2 .color {
  color: var(--orange);
  font-size: 6rem;
}
@media all and (max-width: 896px) {
  #main .mainVisual h2 .color {
    font-size: 3rem;
  }
}
#main .mainVisual h2 .txtSpan {
  margin-top: 2.7rem;
  display: block;
  font-size: 7.8rem;
  letter-spacing: 0.04em;
}
@media all and (max-width: 896px) {
  #main .mainVisual h2 .txtSpan {
    margin-top: 1.2rem;
    font-size: 3.9rem;
  }
}
#main .mainVisual h2 .txtSpan small {
  font-size: 75%;
}
#main .mainVisual h2 .lineTxt {
  margin-right: 0.5rem;
  position: relative;
  padding-bottom: 0.8rem;
  border-radius: 1rem;
}
@media all and (max-width: 896px) {
  #main .mainVisual h2 .lineTxt {
    margin-right: 0.2rem;
    padding-bottom: 0.3rem;
  }
}
#main .mainVisual h2 .lineTxt::before {
  border-radius: 1rem;
  background-color: var(--orange);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.1rem;
  content: "";
}
@media all and (max-width: 896px) {
  #main .mainVisual h2 .lineTxt::before {
    height: 0.6rem;
  }
}
#main .mainVisual h2 .lineTxt::after {
  width: 4.1rem;
  aspect-ratio: 82/71;
  background: url(../img/index/img03.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -1.2rem;
  right: -3.2rem;
  content: "";
}
@media all and (max-width: 896px) {
  #main .mainVisual h2 .lineTxt::after {
    width: 2.6rem;
    top: -1rem;
    right: -2.5rem;
  }
}
#main .mainVisual .list {
  margin-left: -0.3rem;
  display: flex;
}
@media all and (max-width: 896px) {
  #main .mainVisual .list {
    display: block;
    margin-left: 0;
  }
}
#main .mainVisual .list li {
  margin-left: -2rem;
  min-height: 11.2rem;
  width: 20.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  border-radius: 100%;
  line-height: 1.375;
  background: linear-gradient(180deg, rgba(249, 133, 52, 0.8) 0%, rgba(243, 109, 12, 0.8) 100%);
}
@media all and (max-width: 896px) {
  #main .mainVisual .list li {
    margin: 0 0 -1.2rem;
    width: 15.7rem;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.3;
    min-height: 8.4rem;
  }
}
#main .mainVisual .list li:first-child {
  margin-left: 0;
}
#main .mainVisual .list li:nth-child(2n) {
  background: linear-gradient(180deg, rgba(10, 158, 218, 0.8) 0%, rgba(5, 114, 199, 0.8) 100%);
}
@media all and (max-width: 896px) {
  #main .mainVisual .list li.item01 {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 896px) {
  #main .mainVisual .list li.item02 small {
    font-size: 1.3rem;
  }
}
#main .mainVisual .list li small {
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  #main .mainVisual .list li small {
    font-size: 1.1rem;
  }
}
#main .mainVisual .list li .num {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  color: var(--yellow);
}
@media all and (max-width: 896px) {
  #main .mainVisual .list li .num {
    font-size: 2.1rem;
  }
}
#main .mainVisual .list li .subSpan {
  font-weight: 900;
  color: var(--yellow);
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
  #main .mainVisual .list li .subSpan {
    font-size: 2.1rem;
  }
}
#main .about {
  margin-top: -22.2rem;
  z-index: 1;
  padding: 19.7rem 0 22rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .about {
    padding: 6.2rem 0 8rem;
    margin-top: -6.7rem;
  }
}
#main .about::after {
  width: 100%;
  height: 100%;
  background-color: var(--blue);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  clip-path: polygon(0 0, 100% 16.5rem, 100% 100%, 0 calc(100% - 17rem));
}
@media all and (max-width: 896px) {
  #main .about::after {
    clip-path: polygon(0 0, 100% 4.5rem, 100% 100%, 0 calc(100% - 4.5rem));
  }
}
#main .worst {
  padding: max(24.2vw, 33rem) 0 0;
  margin-top: min(-29.3vw, -40rem);
  background: url(../img/index/photo03.webp) no-repeat center top;
  background-size: cover;
}
@media all and (max-width: 896px) {
  #main .worst {
    margin-top: min(-30.33vw, -14rem);
    padding: max(30.7vw, 11.5rem) 0 11.5rem;
    background-image: url(../img/index/photo03_sp.webp);
  }
}
#main .worst .content {
  position: relative;
  z-index: 3;
}
@media all and (min-width: 897px) {
  #main .worst .content {
    max-width: 114.5rem;
  }
}
#main .worst h2 {
  padding-top: 5rem;
  margin-bottom: 8rem;
}
@media all and (max-width: 896px) {
  #main .worst h2 {
    width: fit-content;
    margin: 0 auto 5.4rem;
  }
}
#main .worst h2 .txtSpan {
  color: #736357;
  padding: 0.5rem 2.2rem 0.6rem;
  border-radius: 100vmax;
  font-weight: 500;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 2rem;
  letter-spacing: 0.04em;
  width: fit-content;
  background-color: var(--yellow);
}
@media all and (max-width: 896px) {
  #main .worst h2 .txtSpan {
    margin-bottom: 1.2rem;
    padding: 0.2rem 1.3rem 0.5rem;
    font-size: 1.2rem;
  }
}
#main .worst h2 .subSpan {
  align-items: center;
  display: flex;
}
#main .worst h2 .subSpan .lSpan {
  margin-right: -1.5rem;
  width: fit-content;
  text-align: center;
}
@media all and (max-width: 896px) {
  #main .worst h2 .subSpan .lSpan {
    margin-right: -0.9rem;
  }
}
#main .worst h2 .subSpan .lSpan .bgSpan {
  font-size: 3.14rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--white);
  background: url(../img/index/bg02.webp) no-repeat center bottom;
  display: block;
  width: fit-content;
  margin-bottom: 0rem;
  padding-bottom: 2.7rem;
  background-size: 100% auto;
}
@media all and (max-width: 896px) {
  #main .worst h2 .subSpan .lSpan .bgSpan {
    padding-bottom: 1.5rem;
    font-size: 1.76rem;
  }
}
#main .worst h2 .subSpan .lSpan img {
  width: 34.6rem;
  display: block;
  margin-left: 0.5rem;
}
@media all and (max-width: 896px) {
  #main .worst h2 .subSpan .lSpan img {
    width: 19.4rem;
  }
}
#main .worst h2 .subSpan .num {
  margin-bottom: -1.5rem;
  width: 16.4rem;
}
@media all and (max-width: 896px) {
  #main .worst h2 .subSpan .num {
    margin-bottom: -0.8rem;
    width: 9.1rem;
  }
}
#main .worst .list {
  margin-bottom: -10rem;
  gap: 4rem 7rem;
  flex-wrap: wrap;
  display: flex;
}
@media all and (max-width: 896px) {
  #main .worst .list {
    gap: 5rem 0;
    flex-direction: column;
  }
}
#main .worst .list li {
  padding: 0 3rem 3.7rem;
  border-radius: 1.7rem;
  background-color: var(--white);
  width: calc((100% - 14.1rem) / 3);
  filter: drop-shadow(0 0.7rem 1.7rem rgba(0, 0, 0, 0.3));
}
@media all and (max-width: 896px) {
  #main .worst .list li {
    min-height: 51.8rem;
    width: 100%;
    padding: 0 3.5rem 2rem;
  }
}
#main .worst .list .photo {
  width: 20.7rem;
  aspect-ratio: 1;
  border-radius: 100%;
  margin: -2.8rem auto 2rem;
}
#main .worst .list .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
#main .worst .list h3 {
  margin-bottom: 1.5rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: var(--blue);
  font-size: 3rem;
  text-align: center;
}
#main .worst .list p {
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: justify;
  margin: 0 0.8rem;
}
#main .decision {
  margin-top: -19.8rem;
  position: relative;
  z-index: 2;
  padding: 27.3rem 0 13.5rem;
}
@media all and (max-width: 896px) {
  #main .decision {
    padding: 22.9rem 0 6.6rem;
    margin-top: -19.5rem;
  }
}
#main .decision::after {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #004580;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  clip-path: polygon(0 16.5rem, 100% 0, 100% calc(100% - 8rem), calc(50% + 2.5rem) 100%, 0 calc(100% - 8rem));
}
@media all and (max-width: 896px) {
  #main .decision::after {
    clip-path: polygon(0 4.5rem, 100% 0, 100% calc(100% - 2rem), calc(50% + 0rem) 100%, 0 calc(100% - 2rem));
  }
}
#main .decision .inner {
  position: relative;
  margin-bottom: 5.5rem;
}
@media all and (max-width: 896px) {
  #main .decision .inner {
    margin-bottom: 2.4rem;
  }
}
#main .decision .inner .photo {
  padding-left: 3rem;
  box-sizing: content-box;
  width: 14rem;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  #main .decision .inner .photo {
    margin-bottom: -8.5rem;
    padding-left: 0;
    width: 13.4rem;
  }
}
#main .decision .inner .txtBox01 {
  position: absolute;
  top: 2.2rem;
  left: 1.2rem;
  width: 50.4rem;
  padding: 7rem 3rem 0 0;
  aspect-ratio: 1008/594;
  background: url(../img/index/bg03.webp) no-repeat center;
  background-size: cover;
}
@media all and (max-width: 896px) {
  #main .decision .inner .txtBox01 {
    padding: 5rem 0 0 1rem;
    position: static;
    width: 33rem;
    margin: 0 auto -9rem;
    aspect-ratio: 660/510;
    background-image: url(../img/index/bg03_sp.webp);
  }
}
#main .decision .inner .txtBox01 p {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.91;
  color: var(--white);
}
@media all and (max-width: 896px) {
  #main .decision .inner .txtBox01 p {
    font-size: 1.7rem;
    line-height: 1.97;
  }
}
#main .decision .inner .txtBox01 p .blue {
  color: #84CEEC;
  line-height: 1;
  vertical-align: -0.4rem;
  font-size: 4.2rem;
}
@media all and (max-width: 896px) {
  #main .decision .inner .txtBox01 p .blue {
    font-size: 2.975rem;
  }
}
#main .decision .inner .txtBox02 {
  position: absolute;
  top: 2.2rem;
  right: 1.2rem;
  width: 49.8rem;
  padding: 7.5rem 0 0 4.5rem;
  aspect-ratio: 996/594;
  background: url(../img/index/bg04.webp) no-repeat center;
  background-size: cover;
}
@media all and (max-width: 896px) {
  #main .decision .inner .txtBox02 {
    padding: 10rem 0 0;
    position: static;
    width: 33rem;
    margin: 0 auto;
    aspect-ratio: 660/529;
    background-image: url(../img/index/bg04_sp.webp);
  }
}
#main .decision .inner .txtBox02 p {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.91;
  color: var(--white);
}
@media all and (max-width: 896px) {
  #main .decision .inner .txtBox02 p {
    font-size: 1.7rem;
    line-height: 1.97;
  }
}
#main .decision .inner .txtBox02 p .blue {
  color: #84CEEC;
  line-height: 1;
  vertical-align: -0.4rem;
  font-size: 4.2rem;
}
@media all and (max-width: 896px) {
  #main .decision .inner .txtBox02 p .blue {
    font-size: 2.975rem;
  }
}
#main .decision h2 {
  margin-bottom: 9.5rem;
  font-size: 3.6rem;
  font-weight: 900;
  color: var(--white);
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media all and (max-width: 896px) {
  #main .decision h2 {
    margin-bottom: 7.5rem;
    font-size: 2.2rem;
    line-height: 1.55;
  }
}
#main .decision h2 .txtSpan {
  color: #84CEEC;
  font-size: 5.4rem;
}
@media all and (max-width: 896px) {
  #main .decision h2 .txtSpan {
    margin-left: 1rem;
    font-size: 3.75rem;
  }
}
#main .decision h2 .txtSpan span {
  position: relative;
}
#main .decision h2 .txtSpan span::after {
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  position: absolute;
  top: -0.2rem;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
@media all and (max-width: 896px) {
  #main .decision h2 .txtSpan span::after {
    top: 0;
    width: 0.7rem;
    height: 0.7rem;
  }
}
#main .decision .decisionBox {
  margin-bottom: 6.2rem;
  margin-inline: -1rem;
  padding: 4rem 5rem 4.3rem;
  border-radius: 1.6rem;
  background-color: #00407D;
}
@media all and (max-width: 896px) {
  #main .decision .decisionBox {
    border-radius: 0;
    margin-inline: -2rem;
    margin-bottom: 3rem;
    padding: 5rem 2rem 4.3rem;
  }
}
#main .decision .decisionBox h3 {
  min-width: 69rem;
  padding: 1.8rem 1rem;
  margin: -7.6rem auto 3.3rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--white);
  background-color: #002D6E;
  border-radius: 100vmax;
  width: fit-content;
  text-align: center;
}
@media all and (max-width: 896px) {
  #main .decision .decisionBox h3 {
    padding: 1.6rem 1rem;
    min-width: 33.5rem;
    font-size: 2rem;
    margin: -8.6rem auto 3.5rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
}
#main .decision .decisionBox .list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
}
@media all and (max-width: 896px) {
  #main .decision .decisionBox .list {
    gap: 2.6rem 2rem;
  }
}
#main .decision .decisionBox .list li {
  width: calc((100% - 16.1rem) / 5);
}
@media all and (max-width: 896px) {
  #main .decision .decisionBox .list li {
    width: calc((100% - 2rem) / 2);
  }
}
#main .decision .decisionBox .list li:nth-child(2n) {
  margin-top: 4.2rem;
}
@media all and (max-width: 896px) {
  #main .decision .decisionBox .list li:nth-child(2n) {
    margin-top: 0;
  }
}
#main .decision .decisionBox .list .photo {
  aspect-ratio: 1;
  width: 18.6rem;
  margin: 0 auto 1.2rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .decision .decisionBox .list .photo {
    width: auto;
  }
}
#main .decision .decisionBox .list .photo img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .decision .decisionBox .list p {
  margin-inline: -2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.625;
  color: var(--white);
  text-align: center;
}
@media all and (max-width: 896px) {
  #main .decision .decisionBox .list p {
    font-size: 1.5rem;
    line-height: 1.47;
  }
}
#main .decision .txt {
  margin-bottom: 3rem;
  padding-bottom: 2.9rem;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  line-height: 1.85;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .decision .txt {
    padding-bottom: 2.3rem;
    line-height: 1.6;
    font-size: 2.1rem;
  }
}
#main .decision .txt::after {
  width: 4rem;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
#main .decision .txt .blue {
  font-size: 2.85rem;
  color: #84CEEC;
  letter-spacing: 0.04em;
}
@media all and (max-width: 896px) {
  #main .decision .txt .blue {
    padding: 1rem 0 1.2rem;
    display: inline-block;
    line-height: 1.4;
  }
}
#main .decision .txt02 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--white);
  text-align: center;
}
@media all and (max-width: 896px) {
  #main .decision .txt02 {
    margin-inline: -2rem;
    font-size: 2.1rem;
  }
}
#main .decision .txt02 .txtSpan {
  display: block;
  font-size: 3.6rem;
  letter-spacing: 0.08em;
}
@media all and (max-width: 896px) {
  #main .decision .txt02 .txtSpan {
    font-size: 2.8rem;
  }
}
#main .decision .txt02 .txtSpan .yellow {
  color: var(--yellow);
  font-weight: 900;
  vertical-align: 0.2rem;
  font-size: 5.4rem;
}
@media all and (max-width: 896px) {
  #main .decision .txt02 .txtSpan .yellow {
    padding-top: 1.2rem;
    display: inline-block;
    line-height: 1.3;
    font-size: 4.05rem;
  }
}
#main .clinic {
  position: relative;
  z-index: 1;
  padding: 17.6rem 0 22.2rem;
  margin-top: -10rem;
  background: url(../img/index/bg05.webp) no-repeat center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16.8rem), 0 100%);
}
@media all and (max-width: 896px) {
  #main .clinic {
    padding: 16.4rem 0 9.6rem;
    background-image: url(../img/index/bg05_sp.webp);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4.5rem), 0 100%);
  }
}
#main .clinic h2 {
  margin-bottom: 7.4rem;
  line-height: 1.3;
  font-size: 3rem;
  color: var(--blue);
  text-align: center;
  letter-spacing: 0.08em;
}
@media all and (max-width: 896px) {
  #main .clinic h2 {
    margin: 0 -2rem 2.3rem;
    font-size: 2rem;
  }
}
#main .clinic h2 .txtSpan {
  font-size: 3.7rem;
  display: block;
}
@media all and (max-width: 896px) {
  #main .clinic h2 .txtSpan {
    font-size: 3rem;
    padding-top: 1rem;
  }
}
#main .clinic h2 .txtSpan .subSpan {
  padding-bottom: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 4.625rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .clinic h2 .txtSpan .subSpan {
    line-height: 1.5;
    padding-bottom: 0.3rem;
    font-size: 3.75rem;
  }
}
#main .clinic h2 .txtSpan .subSpan::after {
  width: 100%;
  border-radius: 100vmax;
  height: 0.8rem;
  background-color: var(--orange);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
@media all and (max-width: 896px) {
  #main .clinic h2 .txtSpan .subSpan::after {
    height: 0.7rem;
  }
}
#main .clinic h2 .txtSpan .ico {
  font-style: italic;
  font-size: 5.75rem;
}
@media all and (max-width: 896px) {
  #main .clinic h2 .txtSpan .ico {
    vertical-align: -0.4rem;
    font-size: 4.625rem;
  }
}
#main .clinic .inner {
  margin-inline: -1rem;
  border-radius: 1.6rem;
  margin-bottom: 4.5rem;
  filter: drop-shadow(0 0.7rem 1.4rem rgba(0, 0, 0, 0.3));
}
@media all and (max-width: 896px) {
  #main .clinic .inner {
    margin-bottom: 3.5rem;
    margin-inline: 0;
  }
}
#main .clinic .inner:last-child {
  margin-bottom: 0;
}
#main .clinic .inner h3 {
  position: relative;
  padding: 2.3rem 3rem 2.8rem;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: var(--white);
  text-align: center;
  background-color: var(--blue);
  border-radius: 1.6rem 1.6rem 0 0;
}
@media all and (max-width: 896px) {
  #main .clinic .inner h3 {
    display: flex;
    align-items: center;
    min-height: 10rem;
    font-size: 2rem;
    letter-spacing: 0.09em;
    line-height: 1.5;
    text-align: left;
    padding: 2rem 1rem 2rem 6.5rem;
  }
}
#main .clinic .inner h3 .photo {
  display: block;
  position: absolute;
  width: 14.2rem;
  bottom: 0;
  left: 5.6rem;
}
@media all and (max-width: 896px) {
  #main .clinic .inner h3 .photo {
    left: -4rem;
    width: 11rem;
  }
}
#main .clinic .inner .whiteBox {
  padding: 2rem 6rem 5rem;
  border-radius: 0 0 1.6rem 1.6rem;
  background-color: #fff;
}
@media all and (max-width: 896px) {
  #main .clinic .inner .whiteBox {
    padding: 1rem 2rem 3.6rem;
  }
}
#main .clinic .inner .list {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem;
}
@media all and (max-width: 896px) {
  #main .clinic .inner .list {
    margin-bottom: 2.6rem;
    flex-direction: column;
    gap: 0.5rem 0;
  }
}
#main .clinic .inner .list li {
  width: calc((100% - 4.5rem) / 2);
}
@media all and (max-width: 896px) {
  #main .clinic .inner .list li {
    width: 100%;
  }
}
#main .clinic .inner .list li p {
  line-height: 1.3;
  font-size: 3.4rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: var(--blue);
  font-family: var(--sub-font5);
}
@media all and (max-width: 896px) {
  #main .clinic .inner .list li p {
    font-size: 2rem;
  }
}
#main .clinic .inner .list li .photo img {
  width: 100%;
}
#main .clinic .inner table {
  margin-bottom: 3rem;
  width: 100%;
  border-collapse: collapse;
}
@media all and (max-width: 896px) {
  #main .clinic .inner table {
    margin-bottom: 2.5rem;
  }
}
#main .clinic .inner table td {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: left;
  padding: 1.6rem 2rem 1.6rem 8.5rem;
  vertical-align: middle;
  border: 1px solid #82B8E3;
}
@media all and (max-width: 896px) {
  #main .clinic .inner table td {
    padding: 1.3rem 1rem 1.3rem 1.6rem;
    font-size: 1.4rem;
  }
}
#main .clinic .inner table td:first-child {
  font-weight: 700;
  width: 30%;
  text-align: center;
  padding-left: 2rem;
}
@media all and (max-width: 896px) {
  #main .clinic .inner table td:first-child {
    padding-left: 1rem;
    width: 31%;
  }
}
#main .clinic .inner table tr:nth-child(2n-1) td {
  background-color: #F3FAFD;
}
#main .clinic .inner .link a {
  display: block;
  border-radius: 3.7rem;
  box-shadow: 0 0.7rem 0 #CB600D;
}
@media all and (max-width: 896px) {
  #main .clinic .inner .link a {
    box-shadow: 0 0.5rem 0 #CB600D;
  }
}
@media (hover: hover) {
  #main .clinic .inner .link a:hover .subSpan {
    transform: translateY(0.3rem);
  }
}
#main .clinic .inner .link.on a .subSpan {
  background-image: url(../img/index/arrow02.webp);
}
#main .clinic .inner .link .subSpan {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.15em;
  min-height: 7.3rem;
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 3.7rem;
  background: url(../img/index/arrow01.webp) no-repeat right 3.5rem center var(--orange);
  background-size: 1.5rem auto;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  #main .clinic .inner .link .subSpan {
    font-size: 1.5rem;
    min-height: 5.5rem;
    background-position: right 2rem center;
    background-size: 1.1rem auto;
  }
}
#main .clinic .inner .jsBox {
  display: none;
  padding-top: 4.6rem;
}
@media all and (max-width: 896px) {
  #main .clinic .inner .jsBox {
    padding-top: 3rem;
  }
  #main .clinic .inner .jsBox .list {
    margin-bottom: 0;
    gap: 2rem 0;
  }
}
#main .clinic .inner .jsBox p {
  margin-bottom: 3.6rem;
  font-size: 1.8rem;
  line-height: 2;
  text-align: justify;
  font-weight: 500;
  letter-spacing: 0.26em;
}
@media all and (max-width: 896px) {
  #main .clinic .inner .jsBox p {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
#main .clinic .inner .jsBox p a {
  color: var(--orange);
}
@media (hover: hover) {
  #main .clinic .inner .jsBox p a:hover {
    opacity: 0.6;
  }
}
#main .treatment {
  margin-top: -18.5rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .treatment {
    margin-top: -5.7rem;
  }
}
#main .treatment .bigPhoto {
  margin-bottom: min(-38.8vw, -52.9rem);
}
@media all and (max-width: 896px) {
  #main .treatment .bigPhoto {
    margin-bottom: 4.2rem;
  }
}
#main .treatment .bigPhoto > img {
  width: 100%;
}
#main .treatment .bigPhoto .sub {
  position: absolute;
  top: calc(50% - 30.8rem);
  right: calc(50% - 60.2rem);
  width: 64rem;
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  #main .treatment .bigPhoto .sub {
    top: auto;
    right: auto;
    width: auto;
    padding: 0 2rem;
    transform: none;
    position: static;
    margin-top: -15.8rem;
  }
}
#main .treatment .bigPhoto h2 {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--white);
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  #main .treatment .bigPhoto h2 {
    margin-right: -1rem;
    margin-bottom: 1rem;
    font-size: 1.91rem;
  }
}
#main .treatment .bigPhoto h2 .jsSpan {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: var(--blue-light);
  line-height: 2.8;
  padding: 1.4rem 2.3rem 1.5rem;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  #main .treatment .bigPhoto h2 .jsSpan {
    padding: 1rem 1.8rem 1rem;
  }
}
#main .treatment .bigPhoto h2 .jsSpan .yellow {
  color: var(--yellow);
}
#main .treatment .bigPhoto p {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}
@media all and (max-width: 896px) {
  #main .treatment .bigPhoto p {
    font-size: 1.4rem;
  }
}
#main .treatmentBox {
  padding: 0 2rem;
}
#main .treatmentBox .comBox {
  margin: 0 auto;
  max-width: 132.2rem;
}
#main .teeth {
  padding: 11.5rem 0;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 896px) {
  #main .teeth {
    padding: 6.8rem 0 6.5rem;
  }
  #main .teeth .spBox {
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
  }
  #main .teeth .spBox .subBox {
    flex: 1;
  }
}
#main .teeth::after {
  width: 100%;
  background-color: #CEECF8;
  position: absolute;
  top: 7.1rem;
  left: 0;
  bottom: -7.8rem;
  content: "";
  z-index: -1;
  clip-path: polygon(0 0, 100% 16.5rem, 100% 100%, 0 calc(100% - 17rem));
}
@media all and (max-width: 896px) {
  #main .teeth::after {
    top: 3.2rem;
    bottom: 0;
    clip-path: polygon(0 0, 100% 5rem, 100% 100%, 0 calc(100% - 5rem));
  }
}
#main .teeth .content {
  padding: 0 6rem 0 5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  #main .teeth .content {
    padding: 0 2rem;
    display: block;
  }
}
#main .teeth .content .photoBox {
  margin-left: 7rem;
  width: 45%;
}
@media all and (max-width: 896px) {
  #main .teeth .content .photoBox {
    margin-left: 1rem;
    width: 13.5rem;
  }
}
#main .teeth .content .photoBox img {
  width: 100%;
  border-radius: 1.5rem;
}
@media all and (max-width: 896px) {
  #main .teeth .content .photoBox img {
    border-radius: 1rem;
  }
}
#main .teeth .content .textBox {
  margin-top: -1.2rem;
  margin-left: 0.5rem;
  flex: 1;
  order: -1;
}
@media all and (max-width: 896px) {
  #main .teeth .content .textBox {
    margin: 0;
  }
}
#main .teeth .content h2 {
  margin-bottom: 1.3rem;
  font-size: 5.8rem;
  letter-spacing: 0.1em;
  color: var(--blue);
  line-height: 1.45;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 896px) {
  #main .teeth .content h2 {
    width: fit-content;
    margin-bottom: 0;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
#main .teeth .content h2 .bgSpan {
  position: relative;
}
#main .teeth .content h2 .bgSpan::after {
  width: 100%;
  height: 1.5rem;
  background-color: var(--yellow);
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  border-radius: 100vmax;
  content: "";
  z-index: -1;
}
@media all and (max-width: 896px) {
  #main .teeth .content h2 .bgSpan::after {
    bottom: 0.2rem;
    height: 0.6rem;
  }
}
#main .teeth .content h2 .teethImg {
  display: block;
  width: 26.8rem;
  position: absolute;
  top: 1.6rem;
  right: -4.8rem;
  z-index: -2;
}
@media all and (max-width: 896px) {
  #main .teeth .content h2 .teethImg {
    top: -1.5rem;
    right: 0;
    width: 8rem;
  }
}
#main .teeth .content p {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  text-align: justify;
  line-height: 2;
}
@media all and (max-width: 896px) {
  #main .teeth .content p {
    font-size: 1.4rem;
  }
}
#main .teeth .content p .blue {
  color: var(--blue);
}
#main .teeth .content .textImg {
  margin: 0 -6.1rem 2rem;
  width: 38.7rem;
}
@media all and (max-width: 896px) {
  #main .teeth .content .textImg {
    position: relative;
    margin: -1.4rem -4rem 1.2rem -1rem;
    width: 23.5rem;
  }
}
#main .reason {
  padding-bottom: 25.3rem;
  margin-top: -9rem;
  background-color: #F0F0F0;
}
@media all and (max-width: 896px) {
  #main .reason {
    padding: 3rem 0 15rem;
  }
}
#main .reason .tableBox {
  margin: 0 -0.3rem;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 896px) {
  #main .reason .tableBox {
    margin: 0 -4.5rem;
  }
}
#main .reason .tableBox .sub {
  padding: 0 4.4rem 0;
}
@media all and (max-width: 896px) {
  #main .reason .tableBox .sub {
    padding: 0 4.4rem;
  }
}
#main .reason .tableBox .subBox {
  padding-top: 7.3rem;
  filter: drop-shadow(0 0.7rem 1.4rem rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
}
@media all and (max-width: 896px) {
  #main .reason .tableBox .subBox {
    padding-top: 5.1rem;
  }
}
#main .reason .tableBox table {
  width: 100%;
  border-spacing: 0;
}
#main .reason .tableBox table .wid01 {
  width: 31.6%;
}
@media all and (max-width: 896px) {
  #main .reason .tableBox table .wid01 {
    width: 33%;
  }
}
#main .reason .tableBox table .wid02 {
  width: 22.8%;
}
@media all and (max-width: 896px) {
  #main .reason .tableBox table .wid02 {
    width: 19%;
  }
}
@media all and (max-width: 896px) {
  #main .reason .tableBox table .wid03 {
    width: 29%;
  }
}
#main .reason .tableBox table thead th {
  padding: 1.5rem 1rem 1.8rem;
  font-size: 2.25rem;
  letter-spacing: 0.04em;
  color: var(--white);
  font-weight: 700;
  text-align: center;
  vertical-align: bottom;
  border-right: 1px solid #E1E1E1;
  border-block-top: 1px solid #E1E1E1;
  background-color: var(--blue-light);
}
@media all and (max-width: 896px) {
  #main .reason .tableBox table thead th {
    padding: 1.5rem 0.5rem 0.8rem;
    font-size: 1.2rem;
  }
}
#main .reason .tableBox table thead th .photo {
  margin: 0 auto 0.2rem;
  width: 11.2rem;
}
@media all and (max-width: 896px) {
  #main .reason .tableBox table thead th .photo {
    margin: 0 auto 0.9rem;
    width: 4.8rem;
  }
}
#main .reason .tableBox table thead th .photo img {
  width: 100%;
}
#main .reason .tableBox table thead th .photo02 {
  position: relative;
  top: -4rem;
  margin-bottom: -4rem;
}
@media all and (max-width: 896px) {
  #main .reason .tableBox table thead th .photo02 {
    top: -3.5rem;
    width: 5.8rem;
    margin-bottom: -3.2rem;
  }
}
#main .reason .tableBox table thead th:last-child {
  border-radius: 0 1.6rem 0 0;
}
@media all and (max-width: 896px) {
  #main .reason .tableBox table thead th:last-child {
    border-radius: 0 1rem 0 0;
  }
}
#main .reason .tableBox table thead .thStyle {
  background-color: var(--orange);
  position: relative;
}
@media all and (max-width: 896px) {
  #main .reason .tableBox table thead .thStyle {
    font-size: 1.35rem;
  }
}
#main .reason .tableBox table thead .thStyle::before {
  width: 100%;
  height: 4rem;
  background-color: var(--orange);
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: -1;
  content: "";
  border-radius: 1.6rem 1.6rem 0 0;
}
@media all and (max-width: 896px) {
  #main .reason .tableBox table thead .thStyle::before {
    height: 1.5rem;
    border-radius: 1rem 1rem 0 0;
  }
}
#main .reason .tableBox table thead .none {
  border: none;
  background-color: transparent;
}
#main .reason .tableBox table tbody th {
  padding: 1.71rem 1rem;
  font-size: 1.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--white);
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #E1E1E1;
  border-left: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  background-color: #78CAEB;
}
@media all and (max-width: 896px) {
  #main .reason .tableBox table tbody th {
    height: 5.1rem;
    line-height: 1.3;
    padding: 1rem 0.3rem;
    font-size: 1.2rem;
  }
}
#main .reason .tableBox table tbody tr:first-child th {
  border-radius: 1.6rem 0 0 0;
  border-top: 1px solid #E1E1E1;
}
@media all and (max-width: 896px) {
  #main .reason .tableBox table tbody tr:first-child th {
    border-radius: 1rem 0 0 0;
  }
}
#main .reason .tableBox table tbody tr:last-child th {
  border-radius: 0 0 0 1.6rem;
}
@media all and (max-width: 896px) {
  #main .reason .tableBox table tbody tr:last-child th {
    border-radius: 0 0 0 1rem;
  }
}
#main .reason .tableBox table tbody tr:last-child td:last-child {
  border-radius: 0 0 1.6rem 0;
}
@media all and (max-width: 896px) {
  #main .reason .tableBox table tbody tr:last-child td:last-child {
    border-radius: 0 0 1rem 0;
  }
}
#main .reason .tableBox table tbody tr:last-child .tdStyle {
  box-shadow: 0 -0.8rem 0 0 var(--orange) inset;
  border-bottom: none;
}
@media all and (max-width: 896px) {
  #main .reason .tableBox table tbody tr:last-child .tdStyle {
    box-shadow: 0 -0.5rem 0 0 var(--orange) inset;
  }
}
#main .reason .tableBox table tbody td {
  font-size: 1.95rem;
  color: var(--blue);
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: var(--white);
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
@media all and (max-width: 896px) {
  #main .reason .tableBox table tbody td {
    font-size: 1.575rem;
  }
}
#main .reason .tableBox table tbody .tdStyle {
  font-weight: 500;
  color: var(--orange);
  font-size: 2.7rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .reason .tableBox table tbody .tdStyle {
    font-size: 2.1rem;
  }
}
#main .reason .tableBox table tbody .tdStyle::after {
  width: 0.8rem;
  height: 105%;
  background: linear-gradient(transparent 0%, transparent 0%, var(--orange) 0%, var(--orange) 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
}
@media all and (max-width: 896px) {
  #main .reason .tableBox table tbody .tdStyle::after {
    width: 0.5rem;
  }
}
#main .reason .tableBox table tbody .tdStyle::before {
  width: 0.8rem;
  height: 105%;
  background: linear-gradient(transparent 0%, transparent 0%, var(--orange) 0%, var(--orange) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
@media all and (max-width: 896px) {
  #main .reason .tableBox table tbody .tdStyle::before {
    width: 0.5rem;
  }
}
#main .reason h2 {
  position: absolute;
  top: 9rem;
  left: 4.5rem;
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 1.43;
}
@media all and (max-width: 896px) {
  #main .reason h2 {
    top: 4.2rem;
    line-height: 1.55;
    font-size: 1.6rem;
  }
}
#main .reason h2 .blue {
  color: var(--blue);
}
#main .reason h2 small {
  font-size: 75%;
}
#main .many {
  padding: 12.8rem 0 30rem;
  margin-top: -20rem;
  background: url(../img/index/photo23.webp) no-repeat center top;
  background-size: cover;
  clip-path: polygon(0 16.5rem, 100% 0, 100% 100%, 0 calc(100% - 17rem));
}
@media all and (max-width: 896px) {
  #main .many {
    margin-top: -11.8rem;
    padding: 7.5rem 0 15rem;
    background-color: #96D6F1;
    background-image: url(../img/index/photo23_sp.webp);
    background-size: 100% auto;
    clip-path: polygon(0 4.5rem, 100% 0, 100% 100%, 0 calc(100% - 4.5rem));
  }
}
#main .many .imgBox {
  margin-bottom: -4.6rem;
  align-items: center;
}
@media all and (max-width: 896px) {
  #main .many .imgBox {
    margin-bottom: -3.6rem;
    display: block;
  }
}
#main .many .imgBox .photoBox {
  margin-right: -1rem;
  width: 47.5%;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .many .imgBox .photoBox {
    width: auto;
    margin: 0;
  }
}
#main .many .imgBox .photoBox::after {
  width: 6.9rem;
  aspect-ratio: 138/133;
  background: url(../img/index/img01.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -2.3rem;
  right: 4rem;
  content: "";
}
@media all and (max-width: 896px) {
  #main .many .imgBox .photoBox::after {
    width: 4.2rem;
    top: -1.4rem;
    right: 2.5rem;
  }
}
#main .many .imgBox .photoBox img {
  width: 100%;
  border-radius: 1.5rem;
}
#main .many .imgBox .textBox {
  margin-top: -0.5rem;
  padding-left: 4rem;
  flex: 1;
}
@media all and (max-width: 896px) {
  #main .many .imgBox .textBox {
    padding: 0;
  }
}
#main .many .imgBox .ttl {
  margin-bottom: 3rem;
}
@media all and (max-width: 896px) {
  #main .many .imgBox .ttl {
    margin-bottom: -0.8rem;
  }
}
#main .many .imgBox .ttl span {
  margin-left: -5.3rem;
  padding: 1.2rem 1rem;
  display: block;
  font-size: 2.43rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  color: var(--white);
}
@media all and (max-width: 896px) {
  #main .many .imgBox .ttl span {
    margin: 0 0 2rem;
    padding: 1rem;
    padding: 1.5rem 1rem 1.3rem;
    line-height: 1.5;
    text-align: center;
    font-size: 1.6rem;
  }
}
#main .many .imgBox .ttl span::after {
  width: 9999px;
  height: 100%;
  background-color: var(--blue-light);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
}
@media all and (max-width: 896px) {
  #main .many .imgBox .ttl span::after {
    width: 100%;
  }
}
#main .many .imgBox h2 {
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.38;
}
@media all and (max-width: 896px) {
  #main .many .imgBox h2 {
    margin-bottom: 2.7rem;
    text-align: center;
    font-size: 3.6rem;
  }
}
#main .many .list {
  display: flex;
  justify-content: center;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .many .list {
    max-width: 33.5rem;
    margin: 0 auto 4.7rem;
    flex-direction: column;
  }
}
#main .many .list li {
  margin: 0 -2.2rem;
  width: 39.9rem;
  min-height: 28.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  position: relative;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
@media all and (max-width: 896px) {
  #main .many .list li {
    padding-top: 3rem;
    margin: 0 auto -5.1rem;
    width: 100%;
    min-height: 24.2rem;
  }
}
#main .many .list li::before {
  width: 11rem;
  aspect-ratio: 220/202;
  background: url(../img/index/img02.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 2rem;
  left: 2.7rem;
  content: "";
}
@media all and (max-width: 896px) {
  #main .many .list li::before {
    left: 2.3rem;
    top: 1.7rem;
    width: 9.2rem;
  }
}
#main .many .list li::after {
  background: url(../img/index/bg11.webp) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  right: 1rem;
  left: 1rem;
  content: "";
}
@media all and (min-width: 897px) {
  #main .many .list li::after {
    z-index: 1;
  }
}
@media all and (max-width: 896px) {
  #main .many .list li::after {
    top: 0.75rem;
    bottom: 0.75rem;
    right: 0.75rem;
    left: 0.75rem;
  }
}
#main .many .list li p {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  line-height: 1.7;
  z-index: 2;
}
@media all and (max-width: 896px) {
  #main .many .list li p {
    font-size: 2.0175rem;
  }
}
#main .many .list li p .blue {
  color: var(--blue);
}
#main .many .arrow {
  padding-top: 3rem;
  margin: 0 auto 2.8rem;
  width: 21.1rem;
}
#main .many h3 {
  margin-bottom: 7.3rem;
  font-size: 5rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.08em;
}
@media all and (max-width: 896px) {
  #main .many h3 {
    padding-top: 0.3rem;
    margin-bottom: 5rem;
    font-size: 3.66rem;
    line-height: 1.3;
  }
}
#main .many h3 small {
  font-size: 3.8rem;
  letter-spacing: 0.08em;
}
@media all and (max-width: 896px) {
  #main .many h3 small {
    font-size: 2.78rem;
  }
}
#main .many h3 .bgSpan {
  padding-bottom: 1rem;
  font-size: 5rem;
  color: var(--blue);
  position: relative;
}
@media all and (max-width: 896px) {
  #main .many h3 .bgSpan {
    padding-bottom: 0.8rem;
    font-size: 3.66rem;
  }
}
#main .many h3 .bgSpan::after {
  width: 100%;
  border-radius: 100vmax;
  height: 0.8rem;
  background-color: var(--orange);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
@media all and (max-width: 896px) {
  #main .many h3 .bgSpan::after {
    height: 0.6rem;
  }
}
#main .many .infoList {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media all and (max-width: 896px) {
  #main .many .infoList {
    margin: 0;
    gap: 2rem 0;
    flex-direction: column;
  }
}
#main .many .infoList li {
  border-radius: 1.5rem;
  overflow: hidden;
  width: calc((100% - 12.1rem) / 4);
  background-color: #42AC73;
}
@media all and (max-width: 896px) {
  #main .many .infoList li {
    width: 100%;
  }
}
#main .many .infoList li.item01 {
  background-color: #0A9EDA;
}
#main .many .infoList li.item02 {
  background-color: #BC8E21;
}
#main .many .infoList li.item03 {
  background-color: #6F80AE;
}
@media all and (max-width: 896px) {
  #main .many .infoList li .photo {
    position: relative;
    aspect-ratio: 335/172;
  }
}
#main .many .infoList li .photo img {
  width: 100%;
}
@media all and (max-width: 896px) {
  #main .many .infoList li .photo img {
    height: 100%;
    object-fit: cover;
  }
}
#main .many .infoList li .textBox {
  padding: 1.5rem 2rem;
  color: var(--white);
}
@media all and (max-width: 896px) {
  #main .many .infoList li .textBox {
    padding-bottom: 2.6rem;
  }
}
#main .many .infoList li p {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875;
  text-align: justify;
}
@media all and (max-width: 896px) {
  #main .many .infoList li p {
    letter-spacing: 0.02em;
  }
}
#main .many .infoList li .ttl {
  margin-bottom: 0.6rem;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
}
#main .overdenture {
  padding: 10rem 0 25rem;
  margin-top: -20rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .overdenture {
    padding-bottom: max(29.3vw, 11rem);
  }
}
#main .overdenture::after {
  width: 100%;
  height: 100%;
  background: url(../img/index/photo29.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: -1;
}
@media all and (max-width: 896px) {
  #main .overdenture::after {
    background-image: url(../img/index/photo29_sp.webp);
  }
}
#main .overdenture .imgBox {
  margin-bottom: -0.5rem;
  align-items: flex-start;
}
@media all and (max-width: 896px) {
  #main .overdenture .imgBox {
    display: block;
  }
}
#main .overdenture .imgBox .photoBox {
  margin: -5.9rem -2rem 0 -10rem;
  order: 2;
  width: 47.5%;
}
@media all and (max-width: 896px) {
  #main .overdenture .imgBox .photoBox {
    margin: 1.2rem 2.5rem 1.4rem 3rem;
    width: auto;
  }
}
#main .overdenture .imgBox .photoBox img {
  width: 100%;
}
#main .overdenture .imgBox .textBox {
  padding: 6rem 0 0 4rem;
  flex: 1;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .overdenture .imgBox .textBox {
    padding: 0;
  }
}
#main .overdenture .imgBox .ttl {
  margin-bottom: 2.6rem;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--white);
  width: fit-content;
  border-radius: 0.8rem;
  min-width: 52.3rem;
  padding: 1.4rem 1rem;
  text-align: center;
  background-color: rgba(5, 114, 199, 0.8);
}
@media all and (max-width: 896px) {
  #main .overdenture .imgBox .ttl {
    margin-bottom: 1rem;
    padding: 1rem;
    width: auto;
    min-width: inherit;
    font-size: 1.5rem;
  }
}
#main .overdenture .imgBox h2 {
  font-size: 7.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: var(--blue);
  line-height: 1.23;
}
@media all and (max-width: 896px) {
  #main .overdenture .imgBox h2 {
    margin-bottom: 1.8rem;
    font-size: 3.78rem;
    line-height: 1.23;
  }
}
#main .overdenture .text {
  margin: 0 4rem 5rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.2;
}
@media all and (max-width: 896px) {
  #main .overdenture .text {
    margin: 0 0 3.4rem;
    font-size: 1.6rem;
    line-height: 2;
    text-align: justify;
  }
}
#main .overdenture .whiteBox {
  padding: 4.5rem 9.7rem 7rem;
  margin: 0 -1rem;
  border-radius: 1.6rem;
  background-color: var(--white);
}
@media all and (max-width: 896px) {
  #main .overdenture .whiteBox {
    padding: 2.8rem 2rem 4.2rem;
    margin: 0;
  }
}
#main .overdenture .whiteBox h3 {
  margin-bottom: 4.3rem;
  overflow: hidden;
  font-size: 3.4rem;
  color: var(--blue);
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 900;
}
@media all and (max-width: 896px) {
  #main .overdenture .whiteBox h3 {
    margin-bottom: 2.8rem;
    font-size: 2.72rem;
    line-height: 1.4;
  }
}
#main .overdenture .whiteBox h3 .subSpan {
  padding: 0 1rem;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .overdenture .whiteBox h3 .subSpan {
    padding: 0 0 2.4rem;
  }
}
#main .overdenture .whiteBox h3 .subSpan::before {
  width: 100%;
  border: 2px dotted var(--blue);
  position: absolute;
  top: calc(50% + 1rem);
  transform: translateY(-50%);
  right: 100%;
  content: "";
}
@media all and (max-width: 896px) {
  #main .overdenture .whiteBox h3 .subSpan::before {
    display: none;
  }
}
#main .overdenture .whiteBox h3 .subSpan::after {
  width: 100%;
  border: 2px dotted var(--blue);
  position: absolute;
  top: calc(50% + 1rem);
  transform: translateY(-50%);
  left: 100%;
  content: "";
}
@media all and (max-width: 896px) {
  #main .overdenture .whiteBox h3 .subSpan::after {
    width: 7rem;
    top: auto;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
  }
}
#main .overdenture .whiteBox h3 .subSpan .num {
  line-height: 1;
  font-size: 6rem;
  vertical-align: -0.2rem;
  color: var(--orange);
}
@media all and (max-width: 896px) {
  #main .overdenture .whiteBox h3 .subSpan .num {
    vertical-align: -0.2rem;
    line-height: 0.6;
    font-size: 4.8rem;
  }
}
#main .overdenture .list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.2rem 6.5rem;
}
@media all and (max-width: 896px) {
  #main .overdenture .list {
    gap: 2.6rem 0;
    flex-direction: column;
  }
}
#main .overdenture .list li {
  width: calc((100% - 6.5rem) / 2);
}
@media all and (max-width: 896px) {
  #main .overdenture .list li {
    width: 100%;
  }
}
#main .overdenture .list li .photo {
  margin-bottom: 1.4rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .overdenture .list li .photo {
    margin-bottom: 0.9rem;
    aspect-ratio: 295/133;
  }
}
#main .overdenture .list li .photo .num {
  position: absolute;
  bottom: 0;
  left: -2rem;
  line-height: 0.65;
  font-size: 16.3rem;
  color: var(--orange);
  text-align: left;
  opacity: 0.25;
  font-style: italic;
}
@media all and (max-width: 896px) {
  #main .overdenture .list li .photo .num {
    left: -1rem;
    font-size: 9.12rem;
  }
}
#main .overdenture .list li .photo img {
  width: 100%;
}
@media all and (max-width: 896px) {
  #main .overdenture .list li .photo img {
    height: 100%;
    object-fit: cover;
  }
}
#main .overdenture .list li p {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 2;
  text-align: justify;
}
@media all and (max-width: 896px) {
  #main .overdenture .list li p {
    font-size: 1.4rem;
    line-height: 1.714;
  }
}
#main .overdenture .list li .ttl {
  margin-bottom: 0.3rem;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--blue);
}
@media all and (max-width: 896px) {
  #main .overdenture .list li .ttl {
    margin-bottom: 0.2rem;
    font-size: 2rem;
    text-align: center;
  }
}
#main .sedation {
  padding: 23rem 0 31rem;
  margin: -21.5rem 0 -23.7rem;
  background: url(../img/index/photo34.webp) no-repeat center;
  background-size: 100% auto;
  clip-path: polygon(0 16.5rem, 100% 0, 100% calc(100% - 17rem), 0 100%);
}
@media all and (max-width: 896px) {
  #main .sedation {
    margin: min(-17.3vw, -6.5rem) 0 0;
    padding: max(20.53vw, 7.7rem) 0 13rem;
    aspect-ratio: inherit;
    background-image: url(../img/index/photo34_sp.webp);
    background-position: center top;
    clip-path: polygon(0 4.5rem, 100% 0, 100% calc(100% - 4.5rem), 0 100%);
  }
}
#main .sedation .content {
  padding-inline: 6rem;
}
@media all and (max-width: 896px) {
  #main .sedation .content {
    padding-inline: 2rem;
  }
}
#main .sedation p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.2;
  text-align: justify;
}
@media all and (max-width: 896px) {
  #main .sedation p {
    line-height: 2;
    font-size: 1.6rem;
  }
}
#main .sedation .ttl {
  margin-bottom: 1.5rem;
  padding: 0.55rem 3rem 0.7rem;
  border-radius: 0.8rem;
  font-size: 2.4rem;
  font-weight: 900;
  width: fit-content;
  color: var(--white);
  background-color: rgba(249, 133, 52, 0.8);
}
@media all and (max-width: 896px) {
  #main .sedation .ttl {
    margin-bottom: 0.6rem;
    padding: 0.4rem 2rem 0.6rem;
    font-size: 1.5rem;
  }
}
#main .sedation h2 {
  font-size: 7.8rem;
  letter-spacing: 0.04em;
  color: var(--orange);
  font-weight: 900;
  margin-bottom: 2rem;
}
@media all and (max-width: 896px) {
  #main .sedation h2 {
    margin-bottom: 1rem;
    font-size: 3.78rem;
  }
}
#main .sedationBox {
  margin-bottom: 9rem;
  padding: 0 2.2rem;
}
@media all and (max-width: 896px) {
  #main .sedationBox {
    margin-bottom: 3.3rem;
    margin-top: -10rem;
  }
}
#main .sedationBox .comBox02 {
  margin: 0 auto;
  max-width: 132.2rem;
}
@media all and (max-width: 896px) {
  #main .sedationBox .comBox02 {
    margin: 0 -0.2rem;
    max-width: inherit;
    padding: 3.7rem 2rem;
  }
  #main .sedationBox .comBox02 .inner01 {
    padding-bottom: 3rem;
  }
}
#main .implants {
  padding: 10rem 0 21.5rem;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 896px) {
  #main .implants {
    padding: 6rem 0 7.5rem;
  }
}
#main .implants::after {
  width: 100%;
  height: 100%;
  background: url(../img/index/bg10.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: -1;
  clip-path: polygon(0 17rem, 100% 0, 100% calc(100% - 17rem), 0 100%);
}
@media all and (max-width: 896px) {
  #main .implants::after {
    background-image: url(../img/index/bg10_sp.webp);
    clip-path: polygon(0 4.5rem, 100% 0, 100% calc(100% - 4.6rem), 0 100%);
    background-position: center;
  }
}
#main .implants h2 {
  margin: 0 0 5rem -1rem;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
}
@media all and (max-width: 896px) {
  #main .implants h2 {
    margin: 0 auto 5.3rem;
  }
}
#main .implants h2::after {
  width: 8888px;
  height: 0.6rem;
  background-color: var(--blue-light);
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 100vmax;
}
@media all and (max-width: 896px) {
  #main .implants h2::after {
    width: 100%;
    border-radius: 100vmax;
  }
}
#main .implants h2 .txtSpan01 {
  margin-right: 1rem;
  font-size: 3.1rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1.47;
  text-align: right;
}
@media all and (max-width: 896px) {
  #main .implants h2 .txtSpan01 {
    margin-right: 0;
    line-height: 1.47;
    margin-left: -1rem;
    font-size: 1.2288rem;
  }
}
#main .implants h2 .txtSpan02 {
  margin-right: -2rem;
  font-size: 30rem;
  line-height: 0.7;
  font-weight: 300;
  color: var(--blue-light);
  letter-spacing: 0.1em;
  font-style: italic;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .implants h2 .txtSpan02 {
    margin-right: -1rem;
    font-size: 12.48rem;
  }
}
#main .implants h2 .txtSpan02::after {
  width: 4.1rem;
  aspect-ratio: 82/71;
  background: url(../img/index/img04.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 1.2rem;
  right: -0.8rem;
  content: "";
}
@media all and (max-width: 896px) {
  #main .implants h2 .txtSpan02::after {
    right: -1rem;
    top: 0.5rem;
    width: 1.7rem;
  }
}
#main .implants h2 .txtSpan03 {
  margin-bottom: -5rem;
  font-size: 10.6rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  #main .implants h2 .txtSpan03 {
    letter-spacing: 0.05em;
    margin-bottom: -2rem;
    font-size: 4.224rem;
  }
}
#main .implants .implantsBox {
  margin: 0 -1rem;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox {
    margin: 0;
  }
}
#main .implants .implantsBox .inner {
  padding-bottom: 5rem;
  margin-bottom: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner {
    margin-bottom: 5.6rem;
    padding-bottom: 0;
    display: block;
  }
}
#main .implants .implantsBox .inner::after {
  background-color: var(--white);
  position: absolute;
  top: 5rem;
  bottom: 0;
  left: 13.5rem;
  width: 9999px;
  content: "";
  z-index: -1;
  border-radius: 1.6rem 0rem 0rem 1.6rem;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner::after {
    display: none;
  }
}
#main .implants .implantsBox .inner:nth-child(2n) {
  flex-direction: row-reverse;
}
#main .implants .implantsBox .inner:nth-child(2n)::after {
  left: auto;
  right: 13.5rem;
  border-radius: 0 1.6rem 1.6rem 0;
}
#main .implants .implantsBox .inner:nth-child(2n) .photoBox {
  margin-left: 0;
  margin-right: 5rem;
}
#main .implants .implantsBox .inner:nth-child(2n) .textBox .num {
  right: 24rem;
}
#main .implants .implantsBox .inner:last-child {
  margin-bottom: 0;
}
#main .implants .implantsBox .inner .photoBox {
  order: 2;
  width: 52%;
  margin-left: 5rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .photoBox {
    width: auto;
    margin: 0 !important;
  }
}
#main .implants .implantsBox .inner .photoBox .subPhoto01 {
  width: 33.3rem;
  position: absolute;
  bottom: -10.6rem;
  right: -7.4rem;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .photoBox .subPhoto01 {
    width: 17.5rem;
    bottom: -2rem;
    right: -2.3rem;
  }
}
#main .implants .implantsBox .inner .photoBox .subPhoto01 p {
  padding: 0 0 7rem 4rem;
  position: absolute;
  text-align: center;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-size: 1.98528rem;
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .photoBox .subPhoto01 p {
    padding: 0 0 4rem 1.7rem;
    font-size: 1.0368rem;
  }
}
#main .implants .implantsBox .inner .photoBox .subPhoto01 p .txtSpan {
  padding: 0 4rem;
  line-height: 1;
  display: block;
  width: fit-content;
  margin: -0.5rem auto 0.5rem;
  font-size: 2.976rem;
  font-weight: 900;
  color: var(--yellow);
  position: relative;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .photoBox .subPhoto01 p .txtSpan {
    padding: 0.3rem 2.2rem 0;
    font-size: 1.536rem;
  }
}
#main .implants .implantsBox .inner .photoBox .subPhoto01 p .txtSpan::after {
  width: 3.4rem;
  aspect-ratio: 68/107;
  background: url(../img/index/img05.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .photoBox .subPhoto01 p .txtSpan::after {
    top: 0.2rem;
    width: 1.8rem;
  }
}
#main .implants .implantsBox .inner .photoBox .subPhoto01 p .txtSpan .num {
  font-size: 6.2rem;
  vertical-align: -0.1rem;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .photoBox .subPhoto01 p .txtSpan .num {
    vertical-align: -0.1rem;
    font-size: 3.26rem;
  }
}
#main .implants .implantsBox .inner .photoBox .subPhoto02 {
  position: absolute;
  bottom: -4rem;
  left: -6rem;
  width: 33.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .photoBox .subPhoto02 {
    bottom: -1.7rem;
    left: -3rem;
    width: 17.5rem;
  }
}
#main .implants .implantsBox .inner .photoBox .subPhoto02 p {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: 0;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 0 0 2.5rem 1rem;
  color: var(--white);
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .photoBox .subPhoto02 p {
    padding-bottom: 1.5rem;
    font-size: 1.24rem;
  }
}
#main .implants .implantsBox .inner .photoBox .subPhoto02 p .txtSpan {
  color: var(--yellow);
  font-size: 3.6rem;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .photoBox .subPhoto02 p .txtSpan {
    font-size: 1.86rem;
  }
}
#main .implants .implantsBox .inner .photoBox .subPhoto03 {
  position: absolute;
  bottom: -4rem;
  right: -7.5rem;
  width: 29.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .photoBox .subPhoto03 {
    bottom: -2.2rem;
    right: -2.3rem;
    width: 15rem;
  }
}
#main .implants .implantsBox .inner .photoBox .subPhoto03 p {
  position: absolute;
  inset: 0;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 6rem;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.304rem;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .photoBox .subPhoto03 p {
    padding-bottom: 3rem;
    font-size: 1.1904rem;
  }
}
#main .implants .implantsBox .inner .photoBox .subPhoto03 p .yellow {
  font-weight: 900;
  font-size: 3.875rem;
  color: var(--yellow);
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .photoBox .subPhoto03 p .yellow {
    font-size: 2rem;
  }
}
#main .implants .implantsBox .inner .photoBox .subPhoto03 p .yellow .num {
  font-size: 6.2rem;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .photoBox .subPhoto03 p .yellow .num {
    font-size: 3.2rem;
  }
}
#main .implants .implantsBox .inner .photoBox .subPhoto04 {
  position: absolute;
  bottom: -6rem;
  left: -7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 34.4rem;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .photoBox .subPhoto04 {
    left: -2.8rem;
    bottom: -2.2rem;
    width: 18rem;
  }
}
#main .implants .implantsBox .inner .photoBox .subPhoto04 p {
  padding: 0 2.5rem 2.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  inset: 0;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--white);
  line-height: 1.5;
  font-size: 2.304rem;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .photoBox .subPhoto04 p {
    padding: 0 1.5rem 1.5rem 0;
    font-size: 1.1904rem;
  }
}
#main .implants .implantsBox .inner .photoBox > img {
  width: 100%;
  border-radius: 2rem;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .photoBox > img {
    border-radius: 1.5rem;
  }
}
#main .implants .implantsBox .inner .textBox {
  padding-top: 7.5rem;
  position: relative;
  flex: 1;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .textBox {
    position: static;
    padding-top: 2rem;
  }
}
#main .implants .implantsBox .inner .textBox h3 {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--blue);
  line-height: 1.6;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .textBox h3 {
    margin-bottom: 1rem;
    font-size: 2.2rem;
    line-height: 1.64;
  }
}
#main .implants .implantsBox .inner .textBox p {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .textBox p {
    font-size: 1.4rem;
  }
}
#main .implants .implantsBox .inner .textBox .num {
  padding-right: 3rem;
  top: 0rem;
  right: -5rem;
  font-style: italic;
  font-size: 8.5rem;
  position: absolute;
  color: var(--blue-light);
  font-weight: 300;
  line-height: 1;
  z-index: 1;
}
@media all and (max-width: 896px) {
  #main .implants .implantsBox .inner .textBox .num {
    font-size: 6.72rem;
    left: -1.5rem !important;
    right: auto !important;
    bottom: auto !important;
    top: -3rem !important;
  }
}
#main .implants .implantsBox .inner .textBox .num::after {
  background-color: currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  right: 0;
  content: "";
  rotate: 40deg;
}
#main .priceSec {
  margin-top: -20rem;
  position: relative;
  padding: 28.6rem 0;
}
@media all and (max-width: 896px) {
  #main .priceSec {
    padding: 9rem 0 15rem;
    margin-top: -4.6rem;
  }
}
#main .priceSec .bigPhoto {
  position: absolute;
  top: -0.7rem;
  right: -9.6rem;
  width: 80.2rem;
}
@media all and (max-width: 896px) {
  #main .priceSec .bigPhoto {
    top: -0.3rem;
    right: -2.3rem;
    width: 22.2rem;
  }
}
@media all and (min-width: 897px) {
  #main .priceSec .content {
    max-width: 114rem;
  }
}
#main .priceSec::after {
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(90deg, rgb(200, 225, 240) 0%, rgb(164, 208, 232) 50%, rgb(149, 202, 229) 77.2%, rgb(142, 199, 227) 100%);
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
#main .priceSec h2 {
  margin-bottom: 5.2rem;
  font-size: 7.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.2;
  color: var(--blue);
  width: fit-content;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 896px) {
  #main .priceSec h2 {
    margin-bottom: 2.6rem;
    font-size: 4.64rem;
  }
}
#main .priceSec h2 .en {
  position: absolute;
  inset: 0 0 0 -1.7rem;
  font-size: 20.4rem;
  line-height: 1;
  letter-spacing: -0.07em;
  font-weight: 700;
  z-index: -1;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.25);
}
@media all and (max-width: 896px) {
  #main .priceSec h2 .en {
    inset: inherit;
    bottom: -2.7rem;
    left: -1rem;
    font-size: 9.8rem;
    letter-spacing: -0.07em;
  }
}
#main .priceSec .inner {
  margin-bottom: 4.5rem;
  min-height: 16.6rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
  padding-left: 6rem;
  border: 1px solid var(--blue);
  background-color: rgba(5, 114, 199, 0.7);
}
@media all and (max-width: 896px) {
  #main .priceSec .inner {
    margin-bottom: 1.8rem;
    min-height: 18.93vw;
    border-radius: 1rem;
    padding-left: 3rem;
  }
}
#main .priceSec .inner .photo {
  width: 64.5%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media all and (max-width: 896px) {
  #main .priceSec .inner .photo {
    width: 50%;
  }
}
#main .priceSec .inner .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
#main .priceSec .inner h3 {
  font-size: 4.4rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: var(--white);
}
@media all and (max-width: 896px) {
  #main .priceSec .inner h3 {
    font-size: 1.88rem;
  }
}
#main .priceSec .inner h3 span {
  display: inline-block;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1.1;
  border-bottom: 1px solid currentColor;
  color: var(--yellow);
  position: relative;
  letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
  #main .priceSec .inner h3 span {
    font-size: 2.7rem;
  }
}
#main .priceSec .inner h3 span::after {
  width: 3.8rem;
  aspect-ratio: 75/89;
  background: url(../img/index/img06.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -2.7rem;
  right: -4rem;
  content: "";
}
@media all and (max-width: 896px) {
  #main .priceSec .inner h3 span::after {
    top: -1.2rem;
    right: -1.3rem;
    width: 1.6rem;
  }
}
#main .priceSec .list {
  margin-bottom: 4.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5.5rem;
}
@media all and (max-width: 896px) {
  #main .priceSec .list {
    margin-bottom: 2.8rem;
    gap: 1.9rem 0;
    flex-direction: column;
  }
}
#main .priceSec .list li {
  padding-bottom: 2.4rem;
  overflow: hidden;
  text-align: center;
  border-radius: 1.6rem;
  border: 1px solid var(--blue);
  background-color: #FAF9F2;
  width: calc((100% - 5.5rem) / 2);
}
#main .priceSec .list li.item {
  border-color: var(--orange);
}
@media all and (max-width: 896px) {
  #main .priceSec .list li {
    width: 100%;
    padding-bottom: 1.5rem;
    border-radius: 1rem;
  }
}
#main .priceSec .list li .ttl {
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  padding: 1.2rem 1rem 1.4rem;
  color: var(--white);
  background-color: var(--blue);
}
@media all and (max-width: 896px) {
  #main .priceSec .list li .ttl {
    padding: 0.8rem 1rem 0.9rem;
    font-size: 2.05rem;
  }
}
#main .priceSec .list li .price {
  margin-bottom: 1.4rem;
  padding: 0.8rem 1rem 0.2rem;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  background-color: #C0DCF1;
}
@media all and (max-width: 896px) {
  #main .priceSec .list li .price {
    margin-bottom: 1rem;
    padding: 0.4rem 1rem 0.2rem;
    font-size: 1.64rem;
  }
}
#main .priceSec .list li .price .num {
  font-size: 4.7rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  vertical-align: -0.3rem;
}
@media all and (max-width: 896px) {
  #main .priceSec .list li .price .num {
    font-size: 2.99rem;
    vertical-align: -0.1rem;
  }
}
#main .priceSec .list li .price small {
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  #main .priceSec .list li .price small {
    font-size: 1.15rem;
  }
}
#main .priceSec .list li .whiteBox p {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
  #main .priceSec .list li .whiteBox p {
    margin-bottom: 0.7rem;
    font-size: 1.4rem;
  }
}
#main .priceSec .list li .whiteBox dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .priceSec .list li .whiteBox dl dt {
  margin: 0 1rem 0 0;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 100%;
  color: var(--white);
  background-color: var(--blue);
}
@media all and (max-width: 896px) {
  #main .priceSec .list li .whiteBox dl dt {
    width: 4.1rem;
    height: 4.1rem;
    font-size: 1.4rem;
  }
}
#main .priceSec .list li .whiteBox dl dd {
  font-size: 4.6rem;
  letter-spacing: 0.02em;
  font-family: var(--sub-font3);
}
@media all and (max-width: 896px) {
  #main .priceSec .list li .whiteBox dl dd {
    font-size: 2.95rem;
  }
}
#main .priceSec .list li .whiteBox dl dd .num {
  font-size: 8.4rem;
  line-height: 1;
  vertical-align: -0.4rem;
}
@media all and (max-width: 896px) {
  #main .priceSec .list li .whiteBox dl dd .num {
    font-size: 5.4rem;
  }
}
#main .priceSec .list li .whiteBox dl dd small {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  vertical-align: 0.1rem;
}
@media all and (max-width: 896px) {
  #main .priceSec .list li .whiteBox dl dd small {
    font-size: 1.54rem;
  }
}
#main .priceSec .list li.item .ttl {
  letter-spacing: 0;
  background-color: var(--orange);
}
#main .priceSec .list li.item .price {
  background-color: #FDE0CC;
}
#main .priceSec .list li.item .whiteBox dl dt {
  background-color: var(--orange);
}
#main .priceSec .priceList {
  margin-bottom: 4.4rem;
}
@media all and (max-width: 896px) {
  #main .priceSec .priceList {
    margin: 0 2rem 2.7rem;
  }
}
#main .priceSec .priceList:last-child {
  margin-bottom: 0;
}
#main .priceSec .priceList li {
  padding: 0.5rem 6rem;
  margin-bottom: 0.6rem;
  background-color: var(--white);
}
@media all and (max-width: 896px) {
  #main .priceSec .priceList li {
    padding: 0.7rem 1rem;
  }
}
#main .priceSec .priceList li:nth-child(2n) {
  background-color: #CDE3F4;
}
#main .priceSec .priceList li:nth-child(2n) dl dd {
  border-left-color: #fff;
}
@media all and (max-width: 896px) {
  #main .priceSec .priceList li:nth-child(2n) dl dd {
    border-top-color: #fff;
  }
}
#main .priceSec .priceList li dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  #main .priceSec .priceList li dl {
    display: block;
  }
}
#main .priceSec .priceList li dl dt {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  flex: 1;
}
@media all and (max-width: 896px) {
  #main .priceSec .priceList li dl dt {
    margin: 0 -1rem 1.1rem;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
  }
}
#main .priceSec .priceList li dl dd {
  padding-block: 0.8rem 0.8rem;
  width: 41.7%;
  text-align: right;
  border-left: 1px solid #CDE3F4;
  font-family: var(--sub-font3);
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}
@media all and (max-width: 896px) {
  #main .priceSec .priceList li dl dd {
    padding-top: 1.2rem;
    width: auto;
    text-align: center;
    border-left: none;
    border-top: 1px solid #CDE3F4;
    font-size: 1.92rem;
  }
}
#main .priceSec .priceList li dl dd .num {
  font-size: 4.4rem;
  line-height: 1;
  vertical-align: -0.3rem;
}
@media all and (max-width: 896px) {
  #main .priceSec .priceList li dl dd .num {
    font-size: 3.52rem;
  }
}
#main .priceSec .priceList li dl dd small {
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  #main .priceSec .priceList li dl dd small {
    font-size: 1.4rem;
  }
}
#main .priceSec .priceList02 li {
  background-color: #CDE3F4;
}
#main .priceSec .priceList02 li:nth-child(2n) {
  background-color: #fff;
}
#main .priceSec .priceList02 li:nth-child(2n) dl dd {
  border-left-color: #CDE3F4;
}
@media all and (max-width: 896px) {
  #main .priceSec .priceList02 li:nth-child(2n) dl dd {
    border-top-color: #CDE3F4;
  }
}
#main .priceSec .priceList02 li dl dd {
  border-left-color: var(--white);
}
@media all and (max-width: 896px) {
  #main .priceSec .priceList02 li dl dd {
    border-top-color: var(--white);
  }
}
#main .priceSec .support {
  padding-top: 3rem;
}
@media all and (max-width: 896px) {
  #main .priceSec .support {
    padding-top: 2rem;
  }
}
#main .priceSec .support h3 {
  margin-bottom: 5.6rem;
  overflow: hidden;
  font-weight: 500;
  color: var(--blue);
  font-size: 5.2rem;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  #main .priceSec .support h3 {
    font-size: 2.8rem;
    letter-spacing: 0.02em;
  }
}
#main .priceSec .support h3 span {
  padding-right: 2rem;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .priceSec .support h3 span {
    padding-right: 0.5rem;
  }
}
#main .priceSec .support h3 span::after {
  width: 8888px;
  height: 0.3rem;
  border-bottom: 3px dotted var(--blue);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  content: "";
}
#main .priceSec .support .supportList {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem;
}
@media all and (max-width: 896px) {
  #main .priceSec .support .supportList {
    padding-top: 0.2rem;
    flex-direction: column;
    gap: 6.2rem 0;
  }
}
#main .priceSec .support .supportList li {
  padding: 4rem 3rem 3.2rem;
  border-radius: 1.6rem;
  background-color: #B19237;
  width: calc((100% - 9.1rem) / 3);
}
@media all and (max-width: 896px) {
  #main .priceSec .support .supportList li {
    width: 100%;
  }
}
#main .priceSec .support .supportList li .photo {
  margin: -7.1rem 0.2rem 1.2rem;
}
#main .priceSec .support .supportList li .photo img {
  width: 100%;
  border-radius: 1.6rem;
}
#main .priceSec .support .supportList li p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  color: var(--white);
}
@media all and (max-width: 896px) {
  #main .priceSec .support .supportList li p {
    letter-spacing: -0.01em;
  }
}
#main .priceSec .support .supportList li .ttl {
  min-height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}
#main .priceSec .support .supportList li .ttl .txtSpan {
  font-weight: 400;
  font-size: 4rem;
  display: block;
  color: var(--yellow);
  font-family: var(--sub-font3);
}
#main .priceSec .support .supportList li .ttl .txtSpan .num {
  font-size: 7.5rem;
  line-height: 0.7;
  vertical-align: -0.4rem;
}
#main .priceSec .support .supportList li.item01 {
  background-color: #55A681;
}
#main .priceSec .support .supportList li.item01 .ttl {
  line-height: 1.2;
}
#main .priceSec .support .supportList li.item02 {
  background-color: #6F80AE;
}
#main .priceSec .support .supportList li.item02 .ttl {
  padding-top: 0.6rem;
  line-height: 1.2;
  font-size: 2.2rem;
  position: relative;
}
#main .priceSec .support .supportList li.item02 .ttl .txtImg {
  position: absolute;
  top: -6rem;
  left: -6.5rem;
  width: 12.2rem;
}
#main .priceSec .support .supportList li.item02 .ttl .txtSpan {
  margin-top: 1.2rem;
  font-size: 3.7rem;
  letter-spacing: -0.04em;
  margin-inline: -1rem;
}
#main .flow {
  margin-top: -20.8rem;
  position: relative;
  padding: 16.2rem 0 17rem;
  z-index: 1;
}
@media all and (max-width: 896px) {
  #main .flow {
    padding: 8rem 0 6.8rem;
    margin-top: -10.8rem;
  }
}
#main .flow .content {
  position: relative;
}
#main .flow .bigPhoto {
  width: 40.4rem;
  position: absolute;
  top: -17.4rem;
  left: -4.3rem;
}
@media all and (max-width: 896px) {
  #main .flow .bigPhoto {
    top: -10.2rem;
    left: -1.4rem;
    width: 19.5rem;
  }
}
#main .flow::after {
  width: 100%;
  height: 100%;
  background-color: #CEECF8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  clip-path: polygon(0 0, 100% 16.5rem, 100% calc(100% - 17rem), 0 100%);
}
@media all and (max-width: 896px) {
  #main .flow::after {
    clip-path: polygon(0 0, 100% 4.5rem, 100% calc(100% - 4.5rem), 0 100%);
  }
}
#main .flow h2 {
  margin-bottom: 4.6rem;
  letter-spacing: 0.08em;
  font-size: 5.3rem;
  color: var(--blue);
  text-align: center;
}
@media all and (max-width: 896px) {
  #main .flow h2 {
    margin: 0 -1rem 4rem;
    font-size: 3rem;
  }
}
#main .flow .flowList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5rem;
}
@media all and (max-width: 896px) {
  #main .flow .flowList {
    margin: -0.5rem -1.5rem 0;
    gap: 2.6rem 0;
  }
}
#main .flow .flowList li {
  padding: 0 1.5rem 1.5rem;
  width: 16.6666666667%;
  position: relative;
}
#main .flow .flowList li:last-child::after {
  display: none;
}
@media all and (max-width: 896px) {
  #main .flow .flowList li {
    padding-inline: 1.4rem;
    width: 50%;
  }
  #main .flow .flowList li:nth-child(2n)::after {
    border-right: none;
  }
}
#main .flow .flowList li::after {
  width: 1px;
  border-right: 1px dotted var(--blue);
  position: absolute;
  top: -2rem;
  bottom: 0;
  right: 0;
  content: "";
}
@media all and (max-width: 896px) {
  #main .flow .flowList li::after {
    top: -1.8rem;
  }
}
#main .flow .flowList li .photo {
  margin-bottom: 1.6rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .flow .flowList li .photo {
    margin-bottom: 1.3rem;
  }
}
#main .flow .flowList li .photo .num {
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
  top: -1.8rem;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  color: #fff;
  -webkit-text-stroke: 0.2rem var(--blue);
  font-family: var(--sub-font4);
}
@media all and (max-width: 896px) {
  #main .flow .flowList li .photo .num {
    top: -1.6rem;
    font-size: 4rem;
  }
}
#main .flow .flowList li .photo img {
  width: 100%;
  border-radius: 1.6rem;
}
#main .flow .flowList li p {
  text-align: justify;
  letter-spacing: 0.13em;
  line-height: 1.625;
}
@media all and (max-width: 896px) {
  #main .flow .flowList li p {
    font-size: 1.4rem;
    line-height: 1.714;
  }
}
#main .flow .flowList li .ttl {
  margin-bottom: 0.9rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--blue);
  text-align: center;
}
@media all and (max-width: 896px) {
  #main .flow .flowList li .ttl {
    margin-bottom: 0.4rem;
    font-size: 1.77rem;
  }
}
#main .faqSec {
  padding: 21rem 0 22rem;
  margin-top: -21rem;
  background: url(../img/index/bg09.webp) no-repeat center top;
  background-size: cover;
}
@media all and (max-width: 896px) {
  #main .faqSec {
    margin-top: -9rem;
    padding: 12rem 0 11.3rem;
    background-image: url(../img/index/bg09_sp.webp);
  }
}
#main .faqSec .ttlBox {
  margin-bottom: -2.3rem;
  padding-bottom: 5.6rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .faqSec .ttlBox {
    padding-bottom: 4.3rem;
  }
}
#main .faqSec .ttlBox .photo01 {
  position: absolute;
  bottom: 0;
  left: 11.4rem;
  width: 20.9rem;
}
@media all and (max-width: 896px) {
  #main .faqSec .ttlBox .photo01 {
    left: 0.3rem;
    bottom: 2.3rem;
    width: 8.1rem;
  }
}
#main .faqSec .ttlBox .photo02 {
  position: absolute;
  bottom: 0;
  right: 11rem;
  width: 22.5rem;
}
@media all and (max-width: 896px) {
  #main .faqSec .ttlBox .photo02 {
    right: -1rem;
    width: 8.5rem;
    bottom: 2.2rem;
  }
}
#main .faqSec .ttlBox h2 {
  font-size: 4.75rem;
  color: var(--blue-light);
  margin: 0 auto;
  line-height: 1.2;
  width: fit-content;
  letter-spacing: 0.08em;
}
@media all and (max-width: 896px) {
  #main .faqSec .ttlBox h2 {
    font-size: 1.88rem;
  }
}
#main .faqSec .ttlBox h2 .jp {
  width: fit-content;
  display: block;
  margin-bottom: -6rem;
  padding: 0 1rem 3.5rem 0;
  background: url(../img/index/bg12.webp) no-repeat left bottom;
  background-size: 100% auto;
}
@media all and (max-width: 896px) {
  #main .faqSec .ttlBox h2 .jp {
    margin-bottom: -2.5rem;
    padding: 0 0 1.5rem;
    background-image: url(../img/index/bg12_sp.webp);
  }
}
#main .faqSec .ttlBox h2 .en {
  display: block;
  font-size: 20.4rem;
  line-height: 1;
  font-family: var(--sub-font2);
}
@media all and (max-width: 896px) {
  #main .faqSec .ttlBox h2 .en {
    font-size: 8.1rem;
  }
}
#main .faqSec .ttlBox h2 .en small {
  line-height: 1;
  font-size: 14.3rem;
}
@media all and (max-width: 896px) {
  #main .faqSec .ttlBox h2 .en small {
    font-size: 5.7rem;
  }
}
#main .faqSec .faqList {
  margin: 0 4rem 0;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 896px) {
  #main .faqSec .faqList {
    margin: 0;
  }
}
#main .faqSec .faqList li {
  margin-bottom: 1.9rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  #main .faqSec .faqList li {
    margin-bottom: 1.2rem;
    border-radius: 0.8rem;
  }
}
#main .faqSec .faqList dt {
  padding: 2rem 6rem 2.4rem 8.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.2em;
  background-color: var(--blue-light);
  position: relative;
  cursor: pointer;
}
#main .faqSec .faqList dt.on::after {
  background-image: url(../img/common/icon07.webp);
}
@media all and (max-width: 896px) {
  #main .faqSec .faqList dt {
    min-height: 5.8rem;
    display: flex;
    align-items: center;
    padding: 1.5rem 4rem 1.5rem 5rem;
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0.08em;
  }
}
#main .faqSec .faqList dt::before {
  font-size: 3.4006rem;
  position: absolute;
  top: 1rem;
  left: 2.8rem;
  color: var(--yellow);
  content: "Q";
  font-weight: 700;
  font-family: var(--sub-font2);
}
@media all and (max-width: 896px) {
  #main .faqSec .faqList dt::before {
    top: 50%;
    transform: translateY(-50%);
    left: 1.5rem;
    font-size: 2.744rem;
  }
}
#main .faqSec .faqList dt::after {
  width: 1.5rem;
  aspect-ratio: 30/26;
  background: url(../img/common/icon08.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.2rem;
  content: "";
}
@media all and (max-width: 896px) {
  #main .faqSec .faqList dt::after {
    right: 1.6rem;
  }
}
#main .faqSec .faqList dd {
  display: none;
  padding: 2rem 4rem 2.3rem 8.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
  background-color: var(--white);
  position: relative;
  text-align: justify;
}
@media all and (max-width: 896px) {
  #main .faqSec .faqList dd {
    font-size: 1.4rem;
    line-height: 1.714;
    padding: 1.6rem 1.5rem 1.8rem 5rem;
  }
}
#main .faqSec .faqList dd::before {
  font-size: 3.4006rem;
  position: absolute;
  top: 0rem;
  left: 2.8rem;
  color: var(--blue-light);
  content: "A";
  font-weight: 700;
  font-family: var(--sub-font2);
}
@media all and (max-width: 896px) {
  #main .faqSec .faqList dd::before {
    top: 1.5rem;
    left: 1.5rem;
    font-size: 2.744rem;
  }
}
#main .greeting {
  margin-top: -19.2rem;
  z-index: 1;
  padding-bottom: 40rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .greeting {
    padding-bottom: 20rem;
    margin-top: -7.5rem;
  }
}
#main .greeting h2 {
  position: absolute;
  top: 8rem;
  left: max(-4.8vw, -6.5rem);
  font-size: min(7.7vw, 10.4rem);
  color: var(--white);
  width: min(5.9vw, 8rem);
  line-height: 1;
  -webkit-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media all and (min-width: 1251px) and (max-width: 1350px) {
  #main .greeting h2 {
    left: -1rem;
    font-size: min(6vw, 8rem);
  }
}
@media all and (max-width: 896px) {
  #main .greeting h2 {
    width: 8rem;
    top: 2.5rem;
    left: -4.5rem;
    font-size: 4.04rem;
  }
}
#main .greeting::after {
  width: 100%;
  background-color: #EDEDED;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  clip-path: polygon(0 0, 100% 16.5rem, 100% 100%, 0 calc(100% - 17rem));
}
@media all and (max-width: 896px) {
  #main .greeting::after {
    clip-path: polygon(0 0, 100% 4.5rem, 100% 100%, 0 calc(100% - 4.5rem));
  }
}
#main .greeting .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 896px) {
  #main .greeting .content {
    display: block;
  }
}
#main .greeting .content::after {
  width: 88888px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 30.2rem;
  left: calc(50% - 30.5rem);
  bottom: 0;
  z-index: -1;
  content: "";
}
@media all and (max-width: 896px) {
  #main .greeting .content::after {
    top: max(67.5vw, 25.3rem);
    left: calc(50% - 4.3rem);
  }
}
#main .greeting .photoBox {
  width: 52.1rem;
  margin: -1.7rem -1.8rem 0 5.5rem;
  order: 1;
}
@media all and (max-width: 896px) {
  #main .greeting .photoBox {
    width: auto;
    position: relative;
    top: 1.9rem;
    z-index: 1;
    aspect-ratio: 274/320;
    margin: 0 2rem 2rem 4rem;
    overflow: hidden;
  }
}
#main .greeting .photoBox img {
  width: 100%;
}
#main .greeting .textBox {
  padding: 8.3rem 0 2rem 5rem;
  flex: 1;
}
@media all and (max-width: 896px) {
  #main .greeting .textBox {
    padding: 1.8rem 0 2.4rem;
  }
}
#main .greeting .textBox p {
  line-height: 2.25;
  text-align: justify;
  letter-spacing: 0.09em;
}
@media all and (max-width: 896px) {
  #main .greeting .textBox p {
    letter-spacing: 0.07em;
  }
}
#main .greeting .textBox .ttl {
  margin: 0 -0.5rem 2.5rem;
  font-size: 2.3rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  #main .greeting .textBox .ttl {
    font-size: 2.3rem;
    padding-bottom: 0.4rem;
    letter-spacing: 0.12em;
    text-align: center;
    font-weight: 700;
  }
}
#main .greeting .textBox .ttl span {
  margin-top: -0.3rem;
  display: block;
  font-size: 5.6rem;
  line-height: 1;
  color: var(--blue);
  letter-spacing: 0.12em;
}
@media all and (max-width: 896px) {
  #main .greeting .textBox .ttl span {
    font-size: 4.45rem;
  }
}/*# sourceMappingURL=index.css.map */