@charset "UTF-8";
/* ---------------------
  common
--------------------- */
.f20 {
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .f20 {
    font-size: 1.8rem;
  }
}

.f26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 834px) {
  .f26 {
    font-size: clamp(1.8rem, 5.6vw, 3.2vw);
  }
}

.f34 {
  font-size: 3.4rem;
}
@media screen and (max-width: 834px) {
  .f34 {
    font-size: clamp(1.8rem, 5.6vw, 2.8vw);
  }
}

.f46 {
  font-size: 4.6rem;
}
@media screen and (max-width: 834px) {
  .f46 {
    font-size: clamp(2rem, 5.6vw, 5.6vw);
  }
}

.f52 {
  font-size: 5.2rem;
}
@media screen and (max-width: 834px) {
  .f52 {
    font-size: clamp(2rem, 5.6vw, 5.6vw);
  }
}

.fc-blue {
  color: #3b9cff;
}

.fc-dkbl {
  color: #2468ae;
}

.fc-wht {
  color: #fff;
}

.c-txt {
  font-weight: 500;
}
@media screen and (max-width: 450px) {
  .c-txt.tac {
    text-align: left;
  }
}

strong {
  font-weight: unset;
}

/* -------------------------
 * breakpoints
 * ------------------------- */
/* -------------------------
 * 共通
 * ------------------------- */
.under_mv-ttl {
  line-height: 1.2;
}

.page_problem04 .txt {
  line-height: 1.8;
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .page_problem04 .under_mv-cont {
    display: contents;
  }
}
@media (max-width: 834px) {
  .page_problem04 .under_mv-ttl {
    width: 90%;
    margin: 0 5%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 55%;
  }
}
@media (max-width: 834px) {
  .page_problem04 .breadcrumb {
    margin-top: 1rem;
  }
}
@media (max-width: 834px) {
  .page_problem04 .breadcrumb li {
    font-size: 12px;
  }
}
@media (max-width: 834px) {
  .page_problem04 .breadcrumb--has-hierarchy {
    gap: 0.3em;
  }
}

/*改行*/
.br-834 {
  display: none;
}
@media (max-width: 834px) {
  .br-834 {
    display: block;
  }
}

.txt--blue {
  color: #3c9cff;
}

.txt--bg-gradient {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0371ee), to(#00aef5));
  background-image: linear-gradient(to right, #0371ee, #00aef5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1.5rem 0.6rem;
}

/* フォントサイズ、テキストheight  */
:root {
  --fz90: clamp(3rem, 5.4vw, 9rem);
  --fz60: clamp(2.5rem, 3.6vw, 6rem);
  --fz52: clamp(2.5rem, 3.2vw, 5.2rem);
  --fz50: clamp(2.5rem, 3vw, 5rem);
  --fz42: clamp(2.5rem, 2.6vw, 4.2rem);
  --fz36: clamp(1.8rem, 2.2vw, 3.6rem);
  --fz32: clamp(1.8rem, 2vw, 3.2rem);
  --fz30: clamp(1.8rem, 1.9vw, 3rem);
  --fz28: clamp(1.8rem, 1.9vw, 2.8rem);
  --fz24: clamp(1.6rem, 1.9vw, 2.4rem);
  --fz22: clamp(1.6rem, 1.5vw, 2.4rem);
  --fz21: clamp(1.6rem, 1.4vw, 2.1rem);
  --fz20: clamp(1.6rem, 1.2vw, 2rem);
  --fz18: clamp(1.6rem, 1.9vw, 1.8rem);
}

.under__sec-ttl {
  font-size: 1.5rem;
  color: #155ea9;
  margin-bottom: 2rem;
}
@media (max-width: 834px) {
  .under__sec-ttl {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}

/* パンくずリスト */
.breadcrumb--has-hierarchy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1em;
}
.breadcrumb--has-hierarchy li:last-child {
  text-align: right;
}
.breadcrumb--has-hierarchy li.breadcrumb__parent-item :after {
  content: none;
}

.breadcrumb__current-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.breadcrumb__current-item:after {
  position: absolute;
  font-family: "Material Icons";
  content: "\e5e1";
  color: #cccccc;
  left: -5px;
  font-size: 10px;
  top: 2px;
}

/* インナー */
.inner--1200 {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}

.inner--1500 {
  max-width: 1500px;
  width: 90%;
  margin-inline: auto;
}

/* ---------------------
  problem04
--------------------- */
.problem04-intro {
  padding-bottom: 15rem;
}
@media (max-width: 834px) {
  .problem04-intro {
    padding-bottom: 5rem;
  }
}
.problem04-intro__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5rem;
  padding: 1.6rem 1.6rem 1.2rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(2, 111, 237)), to(rgb(1, 173, 247)));
  background: linear-gradient(90deg, rgb(2, 111, 237) 0%, rgb(1, 173, 247) 100%);
}
@media screen and (max-width: 834px) {
  .problem04-intro__ttl {
    margin-bottom: 2rem;
    padding: 1rem 1.5rem 0.7rem;
  }
}
.problem04-intro .f26 {
  margin: 5rem 0 3rem;
}
@media screen and (max-width: 834px) {
  .problem04-intro .f26 {
    margin: 2rem 0;
  }
}
.problem04-intro .c-txt {
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .problem04-intro .c-txt {
    margin-top: 2rem;
  }
}
.problem04-intro__swiper {
  margin: 7rem auto 0;
  padding-bottom: 5rem;
  max-width: 80rem;
  max-height: 50rem;
  aspect-ratio: 800/500;
}
@media screen and (max-width: 834px) {
  .problem04-intro__swiper {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
}
.problem04-intro__swiper .swiper-slide {
  display: block;
  max-height: 45rem;
}
.problem04-intro__swiper img {
  display: block; /* 画像のベースライン隙間を消す */
  width: 100%;
  height: auto;
}

@media screen and (min-width: 835px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.75rem;
  }
  .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.swiper-pagination-bullet-active {
  background: #3c9cff;
}

/* -------------------------
 * オールオンX＆オーバーデンチャーとは？ 
 * ------------------------- */
.problem04-about {
  background: url(../img/problem04/about_bg.webp) no-repeat top right/cover;
  position: relative;
  padding-bottom: 15rem;
}
@media (max-width: 834px) {
  .problem04-about {
    padding-bottom: 5rem;
  }
}
.problem04-about::after {
  background: url(../img/problem04/about_header01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 46%;
  height: auto;
  aspect-ratio: 773/537;
  top: 0px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .problem04-about::after {
    opacity: 0.3;
  }
}

.problem04-about__header {
  position: relative;
  z-index: 1;
}

.problem04-about__header-body {
  margin-left: calc((100vw - min(1200px, 90vw)) / 2);
  width: 32%;
  padding-top: 15rem;
}
@media (max-width: 1024px) {
  .problem04-about__header-body {
    margin-left: 0;
    width: 90%;
    margin-inline: auto;
  }
}
@media (max-width: 834px) {
  .problem04-about__header-body {
    padding-top: 5rem;
  }
}

.problem04-about__catch {
  font-size: var(--fz42);
  margin-bottom: 4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .problem04-about__catch {
    margin-bottom: 3rem;
  }
}

.problem04-about__header-list {
  margin-top: 12rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .problem04-about__header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3rem;
  }
}

.problem04-about__header-link {
  height: 100%;
  display: grid;
  padding: 5rem 7% 2.5rem;
  grid-template-columns: 247fr 199fr;
  gap: 2rem 9%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 1rem;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  grid-template-areas: "body img" "arrow arrow";
}
@media (max-width: 834px) {
  .problem04-about__header-link {
    padding: 3rem 5% 1.5rem;
    grid-template-columns: 247fr 90fr;
  }
}
@media (max-width: 499px) {
  .problem04-about__header-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.problem04-about__header-link:hover {
  opacity: 0.7;
}

.problem04-about__header-list-body {
  grid-area: body;
}

.problem04-about__header-list-img {
  grid-area: img;
}
@media (max-width: 834px) {
  .problem04-about__header-list-img {
    margin-inline: auto;
  }
}

.problem04-about__header-arrow {
  grid-area: arrow;
}
@media (max-width: 834px) {
  .problem04-about__header-arrow {
    text-align: center;
  }
}
.problem04-about__header-arrow .material-symbols-outlined {
  font-size: var(--fz52);
  color: #2468ae;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 834px) {
  .problem04-about__header-arrow .material-symbols-outlined {
    font-size: 4.5rem;
  }
}

.problem04-about__header-list-lead {
  font-size: 1.5rem;
  color: #2468ae;
  font-weight: 500;
}
@media (max-width: 834px) {
  .problem04-about__header-list-lead {
    font-size: 1.3rem;
  }
}

.problem04-about__header-list-ttl {
  font-size: var(--fz28);
  margin-block: 1.5rem 2rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .problem04-about__header-list-ttl {
    margin-block: 1rem 1.3rem;
  }
}

@media (max-width: 499px) {
  .problem04-about__header-list-img {
    width: 40%;
  }
}

.problem04-about__main {
  margin-top: 10rem;
}
@media (max-width: 834px) {
  .problem04-about__main {
    margin-top: 5rem;
  }
}

.problem04-about__main-item {
  border-radius: 2rem;
  background-color: #fff;
  padding-block: 8rem;
}
@media (max-width: 834px) {
  .problem04-about__main-item {
    padding-block: 4rem;
  }
}
.problem04-about__main-item + .problem04-about__main-item {
  margin-top: 8rem;
}
@media (max-width: 834px) {
  .problem04-about__main-item + .problem04-about__main-item {
    margin-top: 3rem;
  }
}

.problem04-about__main-intro {
  display: grid;
  grid-template-columns: 560fr 530fr;
  gap: 3rem 8%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .problem04-about__main-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.problem04-about__main-intro-img img {
  border-radius: 1rem;
}

.problem04-about__main-intro-catch {
  font-size: var(--fz42);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 5rem;
}
@media (max-width: 834px) {
  .problem04-about__main-intro-catch {
    margin-bottom: 2rem;
  }
}

/* -------------------------
 * 特徴
 * ------------------------- */
.problem04-about__feature {
  padding: 6rem 5%;
  border-radius: 20px;
  background-color: #e7eff6;
  margin-top: 8rem;
}
@media (max-width: 834px) {
  .problem04-about__feature {
    padding: 3rem 5%;
    margin-top: 3rem;
  }
}

.problem04-about__feature-ttl {
  font-weight: bold;
  font-size: var(--fz30);
  color: #155ea9;
  text-align: center;
}

.problem04-about__feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
@media (max-width: 834px) {
  .problem04-about__feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
    gap: 2rem;
  }
}
.problem04-about__feature-list > li {
  padding: 3rem 5%;
  border-radius: 10px;
  background-color: #fff;
}

.problem04-about__feature-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem 4%;
}

.problem04-about__feature-num {
  font-size: 2.4rem;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #2468ae;
}
@media (max-width: 834px) {
  .problem04-about__feature-num {
    font-size: 1.8rem;
    width: 4rem;
    height: 4rem;
  }
}

.problem04-about__feature-list-ttl {
  font-size: var(--fz22);
  font-weight: 500;
  margin-block: 2rem 1.5rem;
}
@media (max-width: 834px) {
  .problem04-about__feature-list-ttl {
    margin-top: 1.4rem;
  }
}

.problem04-about__feature-list-txt {
  font-weight: 500;
  margin-left: calc(6rem + 4%);
}
@media (max-width: 834px) {
  .problem04-about__feature-list-txt {
    margin-left: 0;
    margin-top: 1rem;
  }
}

/* -------------------------
 * こんな方に適した治療法です。
 * ------------------------- */
.problem04-about__suitable {
  padding: 6rem 5%;
  border-radius: 1rem;
  border: solid 3px #c5e2ff;
  margin-top: 6rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem 8%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .problem04-about__suitable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3rem;
    padding: 3rem 5%;
  }
}

.problem04-about__suitable-ttl {
  color: #155ea9;
  font-weight: 500;
  font-size: var(--fz30);
}

.problem04-about__suitable-list > li {
  position: relative;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.4em;
  border-bottom: 1px solid #ddd;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .problem04-about__suitable-list > li {
    font-size: 1.5rem;
  }
}
.problem04-about__suitable-list > li:first-child {
  padding-bottom: 2rem;
}
.problem04-about__suitable-list > li:not(:first-child) {
  padding-block: 2rem;
}
.problem04-about__suitable-list > li::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #3c9cff;
  border-radius: 50%;
}

/* -------------------------
 * 治療について
 * ------------------------- */
.problem04-treatment {
  margin-top: 8rem;
  padding: 5rem 3%;
  border-radius: 20px;
  background-color: #e0ecf8;
  display: grid;
  grid-template-columns: 296fr 610fr;
  gap: 3rem 6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .problem04-treatment {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 3rem 5%;
  }
}

.problem04-treatment__catch {
  font-size: var(--fz32);
  font-weight: 500;
}
@media (max-width: 834px) {
  .problem04-treatment__catch {
    line-height: 1.4;
    font-size: 2.4rem;
  }
}

.problem04-treatment__txt {
  margin-block: 2rem 3rem;
}
@media (max-width: 834px) {
  .problem04-treatment__txt {
    margin-block: 1.5rem 2rem;
  }
}

.problem04-treatment__img {
  max-width: 30rem;
}
@media (max-width: 834px) {
  .problem04-treatment__img {
    width: 80%;
  }
}

/* -------------------------
 * 治療の流れ
 * ------------------------- */
.problem04-flow {
  padding-block: 14rem 25rem;
  background-color: #155ea9;
}
@media (max-width: 834px) {
  .problem04-flow {
    padding-block: 5rem;
  }
}

.problem04-flow__ttl {
  font-size: var(--fz42);
  color: #fff;
  text-align: center;
  margin-bottom: 6rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .problem04-flow__ttl {
    margin-bottom: 3rem;
  }
}

.problem04-flow__list {
  padding: 8rem 5%;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .problem04-flow__list {
    padding: 3rem 5%;
  }
}
.problem04-flow__list > li {
  display: grid;
  grid-template-columns: 8% 1fr;
  gap: 3rem 6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .problem04-flow__list > li {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    grid-template-columns: auto 1fr;
  }
}
.problem04-flow__list > li:not(:last-child) {
  position: relative;
  z-index: 1;
}
.problem04-flow__list > li:not(:last-child) .problem04-flow__list-main {
  padding-bottom: 4rem;
  border-bottom: 1px solid #eee;
}
@media (max-width: 834px) {
  .problem04-flow__list > li:not(:last-child) .problem04-flow__list-main {
    padding-bottom: 3rem;
  }
}
.problem04-flow__list > li:not(:last-child)::after {
  background: #155ea9;
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: calc(100% + 4rem);
  top: 0px;
  left: 4%;
  z-index: -1;
}
@media (max-width: 834px) {
  .problem04-flow__list > li:not(:last-child)::after {
    height: calc(100% + 3rem);
    left: 2.3rem;
  }
}
.problem04-flow__list > li:not(:first-child) {
  padding-top: 4rem;
}
@media (max-width: 834px) {
  .problem04-flow__list > li:not(:first-child) {
    padding-top: 3rem;
  }
}

.problem04-flow__list-num {
  color: #fff;
  font-size: var(--fz24);
  background-color: #155ea9;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1;
  width: 100%;
  max-width: 8rem;
  height: auto;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
@media (max-width: 834px) {
  .problem04-flow__list-num {
    font-size: 1.6rem;
    width: 4.6rem;
  }
}

.problem04-flow__list-main {
  display: grid;
  grid-template-columns: 439fr 380fr;
  gap: 1.5rem 8%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .problem04-flow__list-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.problem04-flow__list-body {
  margin-top: 7%;
}
@media (max-width: 834px) {
  .problem04-flow__list-body {
    margin-top: 1.5rem;
  }
}

.problem04-flow__list-ttl {
  font-size: var(--fz30);
  font-weight: 500;
  margin-bottom: 2rem;
}
.problem04-flow__list-ttl .small {
  font-size: var(--fz24);
}
@media (max-width: 834px) {
  .problem04-flow__list-ttl {
    margin-bottom: 1.5rem;
  }
}

.problem04-flow__list-img img {
  border-radius: 10px;
}/*# sourceMappingURL=problem04.css.map */