@charset "UTF-8";
/*下層ページ共通scss 野津作成　編集基本的に不可*/
/***共通***/
picture {
  display: block;
}

img {
  height: auto;
}

.main-un {
  overflow: hidden;
  padding: 80px 0 70px;
}
@media screen and (min-width: 401px) {
  .main-un {
    padding: 110px 0 150px;
  }
}

/***パンくず***/
.breadcrumb {
  margin-bottom: 70px;
  margin-left: 4%;
  margin-right: 4%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .breadcrumb {
    margin-bottom: 110px;
  }
}
.breadcrumb > li {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .breadcrumb > li {
    font-size: 1.4rem;
  }
}
.breadcrumb > li:not(:last-child) {
  display: flex;
  align-items: center;
}
.breadcrumb > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  margin: 0 0.5em;
  transform: rotate(45deg);
  border-top: 1px solid #d1cfc6;
  border-right: 1px solid #d1cfc6;
}
.breadcrumb > li a {
  color: #74bdc5;
}
@media screen and (min-width: 769px) {
  .breadcrumb > li a {
    transition: opacity 0.3s ease-in-out;
  }
  .breadcrumb > li a:hover {
    opacity: 0.6;
  }
}

/***MV共通***/
.mv-un,
.mv-undtl {
  overflow: hidden;
  display: flex;
  position: relative;
  z-index: 0;
  margin-left: 3%;
  margin-right: 3%;
}

.mv-un__bg,
.mv-undtl__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mv-un__bg img,
.mv-undtl__bg img {
  height: 100%;
  object-fit: cover;
}

/***MV***/
.mv-un {
  align-items: center;
  justify-content: center;
  height: 180px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
  font-size: 2rem;
  border-radius: 15px;
}
@media screen and (min-width: 401px) {
  .mv-un {
    border-radius: 30px;
  }
}
@media screen and (min-width: 769px) {
  .mv-un {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 769px) {
  .mv-un {
    margin-bottom: 20px;
    height: 380px;
  }
}
.mv-un span {
  position: absolute;
  left: 50%;
  bottom: 2.5em;
  transform: translateX(-50%);
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .mv-un span {
    font-size: 1.4rem;
  }
}

/***MV詳細付***/
.mv-undtl {
  justify-content: flex-end;
  flex-direction: column;
  height: 400px;
  margin-bottom: 30px;
  border-radius: 15px 15px 0 15px;
}
@media screen and (min-width: 401px) {
  .mv-undtl {
    border-radius: 30px 30px 0 30px;
  }
}
@media screen and (min-width: 769px) {
  .mv-undtl {
    height: 584px;
    margin-bottom: 60px;
  }
}
.mv-undtl .breadcrumb {
  color: #ffffff;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .mv-undtl .breadcrumb {
    margin-bottom: 30px;
  }
}

.mv-undtl__bg img {
  object-position: 30% center;
}

.main-undtl_ttl {
  font-weight: 600;
  color: #ffffff;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .main-undtl_ttl {
    margin: 1.5em 3% auto;
  }
}
@media screen and (min-width: 769px) {
  .main-undtl_ttl {
    margin-bottom: 1.5em;
    font-size: 3.6rem;
  }
}

.mv-undtl__sec {
  position: absolute;
  right: 0;
  background-color: #f7f6f2;
  border-radius: 5px 0 0 0;
  padding: 3% 3% 0;
  line-height: 1.583;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .mv-undtl__sec {
    border-radius: 10px 0 0 0;
  }
}
@media screen and (min-width: 1201px) {
  .mv-undtl__sec {
    width: 50%;
    max-width: 582px;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: min-content 1fr;
    column-gap: 10%;
  }
}

.mv-undtl__sec-ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
}
@media screen and (max-width: 1200px) {
  .mv-undtl__sec-ttl {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 769px) {
  .mv-undtl__sec-ttl {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1201px) {
  .mv-undtl__sec-ttl {
    grid-row: 1/3;
    grid-column: 1;
  }
}

.mv-undtl__sec-txt {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .mv-undtl__sec-txt {
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  .mv-undtl__sec-txt br {
    display: none;
  }
}
.mv-undtl__sec-txt em {
  display: block;
  font-size: 114.3%;
  font-style: normal;
}
.mv-undtl__sec-txt em span {
  font-size: 131.3%;
}

.mv-undtl__sec-list {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .mv-undtl__sec-list {
    font-size: 1.4rem;
  }
}

/***スクロールバーコメント***/
.scroll_comm {
  margin-top: 0.3em;
  font-size: 1.4rem;
}
.scroll_comm::before {
  content: "";
  display: inline-block;
  background-image: url("../img/mk_scroll.svg");
  aspect-ratio: 1/1.448;
  width: 1.5em;
  vertical-align: -0.5em;
  margin-right: 0.5em;
}

/***お知らせ***/
.news-list li:not(:last-child) {
  border-bottom: 1px solid #d3ccbf;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .news-list li:not(:last-child) {
    margin-bottom: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 769px) {
  .news-list li > *:not(.news-list__info) {
    padding-left: 10%;
  }
}

.news-list__info {
  display: flex;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .news-list__info {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}
.news-list__info > *:not(:last-child) {
  border-right: 1px solid #2b4758;
  padding-right: 1em;
  margin-right: 1em;
}
.news-list__info span {
  color: #74bdc5;
}

.news-list__ttl {
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .news-list__ttl {
    font-size: 2.4rem;
  }
}

/***アクセス***/
/*イントロ*/
.acc-intr {
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  .acc-intr {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 769px) {
  .acc-intr {
    display: grid;
    grid-template-rows: repeat(4, min-content);
    grid-template-columns: 1fr max-content;
    column-gap: 5%;
  }
}

.acc-intr__img {
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .acc-intr__img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .acc-intr__img {
    margin-bottom: 30px;
    height: 180px;
  }
}
@media screen and (min-width: 769px) {
  .acc-intr__img {
    grid-row: 1/5;
    grid-column: 1;
  }
}
.acc-intr__img img {
  height: 100%;
  object-fit: cover;
}

.acc-intr__ttl {
  width: 80%;
  max-width: 315px;
  margin: 0 auto 1em;
}

.acc-intr__add a {
  text-decoration: underline;
  color: #74bdc5;
}
@media screen and (min-width: 769px) {
  .acc-intr__add a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 430px) {
  .acc-intr__add-sp_br {
    display: none;
  }
}

.acc-intr__tel {
  display: flex;
  gap: 0.3em;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .acc-intr__tel {
    font-size: 2.8rem;
  }
}
.acc-intr__tel img {
  width: 0.8em;
  aspect-ratio: 1/1;
}
.acc-intr__tel span {
  font-size: 50%;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
}

.acc-intr__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.8em;
  font-weight: 600;
  background-color: #d0dfd8;
  border-radius: 5px;
  max-width: 235px;
  height: 40px;
}
@media screen and (min-width: 769px) {
  .acc-intr__btn {
    height: 50px;
  }
}
.acc-intr__btn picture {
  width: 1.5em;
  aspect-ratio: 1/1;
}
.acc-intr__btn picture img {
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
}

/*アクセスメイン*/
.acc-cont {
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  .acc-cont {
    margin-bottom: 110px;
  }
}
.acc-cont .border-ttl {
  text-align: center;
}

.acc-cont__icon {
  width: clamp(40px, 5vw, 60px);
  aspect-ratio: 1/1;
}

.acc-cont__ttl {
  line-height: clamp(40px, 5vw, 60px);
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .acc-cont__ttl {
    font-size: 2.2rem;
  }
}

.acc-cont__car {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: min-content 1fr;
  column-gap: 15px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .acc-cont__car {
    grid-template-rows: min-content min-content 1fr;
    grid-template-columns: min-content minmax(max-content, 40%) 1fr;
    column-gap: 20px;
    margin-bottom: 70px;
  }
}
.acc-cont__car .acc-cont__icon {
  grid-column: 1;
  grid-row: 1/5;
}
@media screen and (min-width: 769px) {
  .acc-cont__car .acc-cont__icon {
    grid-row: 1/4;
  }
}
@media screen and (max-width: 768px) {
  .acc-cont__car p,
  .acc-cont__car .acc-cont__car-dl,
  .acc-cont__car .acc-cont__car-map {
    grid-column: 1/3;
  }
}

@media screen and (min-width: 769px) {
  .acc-cont__car-map {
    grid-column: 3;
    grid-row: 1/4;
  }
}

.acc-cont__car-dl {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .acc-cont__car-dl {
    margin-bottom: 1.5em;
  }
}
.acc-cont__car-dl > dt:not(:first-child) {
  margin-top: 1em;
}
.acc-cont__car-dl > dt a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #74bdc5;
  font-weight: 500;
  font-size: 1.7rem;
}
@media screen and (min-width: 769px) {
  .acc-cont__car-dl > dt a {
    font-size: 2.1rem;
  }
}
.acc-cont__car-dl > dt a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  content: "\f061";
  background-color: #74bdc5;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 1.8em;
  font-size: 80%;
}
.acc-cont__car-dl > dd {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.acc-cont__car-dl > dd::before {
  content: "※";
  text-align: center;
  width: 1em;
  display: inline-block;
  margin-right: 0.5em;
  text-indent: 0;
}

.acc-cont__tra {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: min-content 1fr;
  column-gap: 15px;
}
.acc-cont__tra .acc-cont__icon {
  grid-column: 1;
  grid-row: 1/4;
}
@media screen and (max-width: 768px) {
  .acc-cont__tra p {
    grid-column: 1/3;
  }
}

.acc-cont__tra-gal {
  grid-column: 1/3;
  display: flex;
  gap: 15px 5%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .acc-cont__tra-gal {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .acc-cont__tra-gal {
    margin-top: 40px;
  }
}

.acc-cont__tra-img {
  overflow: hidden;
  border-radius: 5px;
  flex: 1;
  aspect-ratio: 1/0.605;
}
@media screen and (min-width: 769px) {
  .acc-cont__tra-img {
    border-radius: 10px;
  }
}
.acc-cont__tra-img img {
  height: 100%;
  object-fit: cover;
}

/*診療内容*/
.acc-menu .border-ttl {
  text-align: center;
}

.acc-menu__list {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .acc-menu__list {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .acc-menu__list {
    gap: 30px;
  }
}
.acc-menu__list > li {
  width: calc((100% - 30px) / 3);
}
@media screen and (min-width: 769px) {
  .acc-menu__list > li {
    width: calc((100% - 150px) / 6);
  }
}
.acc-menu__list > li > a {
  overflow: hidden;
  border-radius: 5px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5em;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  .acc-menu__list > li > a {
    border-radius: 10px;
  }
}

.acc-menu__list-img {
  width: 40%;
  max-width: 80px;
  aspect-ratio: 1/1;
}

/***ドクター紹介***/
/*PERSONAL HISTORY*/
.dr-hist {
  margin-bottom: 70px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 5% 3%;
}
@media screen and (min-width: 769px) {
  .dr-hist {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 769px) {
  .dr-hist {
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) {
  .dr-hist {
    padding: calc(3% + 2rem) 3% 3%;
    columns: 2;
    column-gap: 8%;
  }
}

.dr-hist__ttl {
  font-family: "Montserrat", sans-serif;
  color: #74bdc5;
  margin-bottom: 1.5em;
  font-weight: 600;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .dr-hist__ttl {
    font-size: 1.4rem;
    line-height: 1;
    margin-top: -2em;
  }
}

.dr-hist__list {
  display: flex;
  flex-wrap: wrap;
}
.dr-hist__list > dt {
  flex: 0 0 6em;
}
.dr-hist__list > dd {
  flex: 1 1 calc(100% - 7em);
}

/*MESSAGE*/
.dr-msg {
  margin-bottom: 70px;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .dr-msg {
    margin-bottom: 110px;
  }
}
.dr-msg .border-ttl .smoothTextTrigger::after {
  content: "";
  display: inline-block;
  background-image: url("../img/doctor_illu_02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: clamp(40px, 6vw, 75px);
  margin-left: 3%;
  vertical-align: -22%;
}

.dr-msg-txt {
  max-width: 36em;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
.dr-msg-txt::before {
  content: "";
  display: block;
  background-image: url("../img/doctor_illu_01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/0.957;
  width: clamp(60px, 10vw, 127px);
  position: absolute;
  bottom: 2em;
  left: 0;
  z-index: -1;
  transform: translateX(-5vw);
}
@media screen and (min-width: 640px) {
  .dr-msg-txt::before {
    transform: translateX(-140%);
  }
}

/*INTERVIEW*/
.dr-int {
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  .dr-int {
    margin-bottom: 110px;
  }
}

.dr-int__ttl {
  font-family: "Montserrat", sans-serif;
  color: #74bdc5;
  margin-bottom: 1.5em;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .dr-int__ttl {
    font-size: 1.8rem;
    align-self: end;
    justify-self: center;
  }
}

.dr-int__cont-img {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 45px;
}
@media screen and (min-width: 769px) {
  .dr-int__cont-img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .dr-int__cont-img {
    height: 220px;
  }
}
@media screen and (min-width: 769px) {
  .dr-int__cont-img {
    margin-bottom: 80px;
    aspect-ratio: 1/0.667;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 1201px) {
  .dr-int__cont-img {
    margin-bottom: 105px;
  }
}
.dr-int__cont-img img {
  height: 100%;
  object-fit: cover;
}

.dr-int__cont-ttl {
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .dr-int__cont-ttl {
    margin-bottom: 1em;
  }
  .dr-int__cont-ttl br {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dr-int__cont-ttl {
    font-size: 2.4rem;
    writing-mode: vertical-rl;
    justify-self: center;
    grid-row: 2/4;
  }
}

@media screen and (min-width: 769px) {
  .dr-int__cont-txt {
    grid-row: 3;
  }
}

@media screen and (min-width: 769px) {
  .dr-int__cont {
    display: grid;
    grid-template-rows: 30% 1fr min-content;
    column-gap: 5%;
  }
}
.dr-int__cont:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  .dr-int__cont:not(:last-child) {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 769px) {
  .dr-int__cont:nth-child(odd) {
    grid-template-columns: 30% 1fr;
  }
}
.dr-int__cont:nth-child(odd) .dr-int__cont-img {
  box-shadow: -30px 30px 0 #e3eee9;
}
@media screen and (max-width: 768px) {
  .dr-int__cont:nth-child(odd) .dr-int__cont-img {
    margin-left: 30px;
  }
}
@media screen and (min-width: 769px) {
  .dr-int__cont:nth-child(odd) .dr-int__cont-img {
    box-shadow: -50px 50px 0 #e3eee9;
    grid-column: 2;
  }
}
@media screen and (min-width: 1201px) {
  .dr-int__cont:nth-child(odd) .dr-int__cont-img {
    box-shadow: -75px 75px 0 #e3eee9;
  }
}
@media screen and (min-width: 769px) {
  .dr-int__cont:nth-child(odd) .dr-int__cont-ttl {
    grid-column: 1;
  }
}
@media screen and (min-width: 769px) {
  .dr-int__cont:nth-child(odd) .dr-int__cont-txt {
    grid-column: 2;
  }
}
@media screen and (min-width: 769px) {
  .dr-int__cont:nth-child(even) {
    grid-template-columns: 1fr 30%;
  }
}
.dr-int__cont:nth-child(even) .dr-int__cont-img {
  box-shadow: 30px 30px 0 #ebe8e0;
}
@media screen and (max-width: 768px) {
  .dr-int__cont:nth-child(even) .dr-int__cont-img {
    margin-right: 30px;
  }
}
@media screen and (min-width: 769px) {
  .dr-int__cont:nth-child(even) .dr-int__cont-img {
    box-shadow: 50px 50px 0 #ebe8e0;
    grid-column: 1;
  }
}
@media screen and (min-width: 1201px) {
  .dr-int__cont:nth-child(even) .dr-int__cont-img {
    box-shadow: 75px 75px 0 #ebe8e0;
  }
}
@media screen and (min-width: 769px) {
  .dr-int__cont:nth-child(even) .dr-int__cont-ttl {
    grid-column: 2;
  }
}
@media screen and (min-width: 769px) {
  .dr-int__cont:nth-child(even) .dr-int__cont-txt {
    grid-column: 1;
  }
}

/*歯科医療を通して健康に貢献し、地域社会の繁栄と発展を目指す*/
@media screen and (min-width: 961px) {
  .dr-con {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: max-content 1fr;
    column-gap: 5%;
  }
}

.dr-con__img {
  overflow: hidden;
  border-radius: 5px;
  height: 220px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .dr-con__img {
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) {
  .dr-con__img {
    margin-bottom: 60px;
    height: 400px;
  }
}
@media screen and (min-width: 961px) {
  .dr-con__img {
    height: 590px;
    grid-column: 1/3;
  }
}
.dr-con__img img {
  height: 100%;
  object-fit: cover;
}

.dr-con__ttl {
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .dr-con__ttl {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 769px) {
  .dr-con__ttl {
    font-size: 2.4rem;
  }
}

/***設備紹介***/
/*イントロ*/
.fac-intro {
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  .fac-intro {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 961px) {
  .fac-intro {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 1fr;
    column-gap: 5%;
  }
}

@media screen and (max-width: 960px) {
  .fac-intro__img {
    display: block;
    margin: 0 auto 1em;
    max-width: 510px;
  }
}
@media screen and (min-width: 961px) {
  .fac-intro__img {
    grid-column: 2;
    grid-row: 1/3;
    align-self: center;
  }
}

.fac-intro__ttl {
  font-weight: 600;
  margin-bottom: 1em;
  font-size: 1.9rem;
}
@media screen and (min-width: 769px) {
  .fac-intro__ttl {
    font-size: 3rem;
  }
}

/*コンテンツ共通ヘッド*/
.fac-conthead {
  margin-bottom: 70px;
  overflow: hidden;
  border-radius: 5px 0 5px 5px;
  background-color: #ebe8e0;
  display: grid;
  grid-template-rows: 200px auto;
  grid-template-columns: 100%;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .fac-conthead {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 769px) {
  .fac-conthead {
    border-radius: 10px 0 10px 10px;
  }
}
@media screen and (min-width: 769px) {
  .fac-conthead {
    grid-template-rows: 560px auto;
    grid-template-columns: max-content 1fr;
    gap: 40px 5%;
    padding-bottom: 40px;
  }
}
.fac-conthead .border-ttl {
  overflow: hidden;
  border-radius: 0 0 0 5px;
  background-color: #f7f6f2;
  padding: 0 1% 3% 3%;
  z-index: 10;
  align-self: start;
  justify-self: end;
  grid-row: 1;
  grid-column: 1;
}
@media screen and (min-width: 769px) {
  .fac-conthead .border-ttl {
    border-radius: 0 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .fac-conthead .border-ttl {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 769px) {
  .fac-conthead .border-ttl {
    grid-column: 2;
  }
}
.fac-conthead .border-ttl .bt-en {
  font-size: clamp(3rem, 5vw, 6rem);
}
.fac-conthead .border-ttl .bt-jp {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .fac-conthead .border-ttl .bt-jp {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .fac-conthead .fac-conthead__ttl,
  .fac-conthead > p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 769px) {
  .fac-conthead > p {
    padding-right: 30px;
  }
}

.fac-conthead__img {
  grid-row: 1;
  grid-column: 1;
}
@media screen and (max-width: 768px) {
  .fac-conthead__img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .fac-conthead__img {
    grid-row: 1;
    grid-column: 1/3;
  }
}
.fac-conthead__img img {
  height: 100%;
  object-fit: cover;
}

.fac-conthead__ttl {
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .fac-conthead__ttl {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 769px) {
  .fac-conthead__ttl {
    font-size: 2.4rem;
    padding-left: 30px;
  }
}

/*コンテンツ共通リスト*/
.fac-contlist {
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3%;
}
@media screen and (min-width: 769px) {
  .fac-contlist {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 639px) {
  .fac-contlist {
    flex-direction: column;
  }
}
@media screen and (min-width: 961px) {
  .fac-contlist {
    gap: 40px 3%;
  }
}
.fac-contlist li {
  display: grid;
  grid-template-rows: min-content auto;
  grid-template-columns: 100%;
  gap: 15px;
}
@media screen and (min-width: 640px) {
  .fac-contlist li {
    width: 48.5%;
  }
}
@media screen and (min-width: 769px) {
  .fac-contlist li {
    gap: 20px;
    width: 31.3333333333%;
  }
}

.fac-contlist__img {
  overflow: hidden;
  border-radius: 5px;
  grid-row: 1;
  grid-column: 1;
  aspect-ratio: 1/0.641;
}
@media screen and (min-width: 769px) {
  .fac-contlist__img {
    border-radius: 10px;
  }
}
.fac-contlist__img img {
  height: 100%;
  object-fit: cover;
}

.fac-contlist__ttl {
  grid-row: 1;
  grid-column: 1;
  color: #ffffff;
  align-self: end;
  line-height: 1;
  padding: 1em;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .fac-contlist__ttl {
    font-size: 1.8rem;
  }
}

/*ENVIRONMENT*/
.fac-env {
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  .fac-env {
    margin-bottom: 110px;
  }
}

.fac-env__cont-ttl {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3rem, 5vw, 6rem);
  writing-mode: vertical-rl;
  color: #ebe8e0;
}
@media screen and (max-width: 768px) {
  .fac-env__cont-ttl {
    grid-row: 1;
  }
}
@media screen and (min-width: 769px) {
  .fac-env__cont-ttl {
    grid-row: 1/3;
  }
}

.fac-env__cont-gal {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fac-env__cont-gal {
    grid-row: 1;
  }
}
@media screen and (min-width: 769px) {
  .fac-env__cont-gal {
    grid-column: 2;
    grid-row: 1/3;
  }
}
.fac-env__cont-gal .swiper-wrapper {
  height: auto;
}
.fac-env__cont-gal .swiper-wrapper .swiper-slide {
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 1/0.642;
}
@media screen and (min-width: 769px) {
  .fac-env__cont-gal .swiper-wrapper .swiper-slide {
    border-radius: 10px;
  }
}
.fac-env__cont-gal .swiper-wrapper .swiper-slide img {
  height: 100%;
  object-fit: cover;
}
.fac-env__cont-gal .sw_page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
@media screen and (min-width: 769px) {
  .fac-env__cont-gal .sw_page {
    height: 45px;
  }
}
.fac-env__cont-gal .sw_page .swiper-pagination-bullet {
  opacity: 1;
  background-color: #d8d8d8;
}
.fac-env__cont-gal .sw_page .swiper-pagination-bullet-active {
  background-color: #74bdc5;
}

.fac-env__cont-sub {
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .fac-env__cont-sub {
    grid-row: 3;
    grid-column: 1/3;
    margin-top: 1em;
  }
}
@media screen and (min-width: 769px) {
  .fac-env__cont-sub {
    font-size: 2.4rem;
    align-self: end;
  }
}

@media screen and (max-width: 768px) {
  .fac-env__cont-txt {
    grid-row: 4;
    grid-column: 1/3;
  }
}
@media screen and (min-width: 769px) {
  .fac-env__cont-txt {
    padding-bottom: 3em;
  }
}

.fac-env__cont {
  margin-bottom: 70px;
  display: grid;
  grid-template-rows: auto auto auto;
}
@media screen and (min-width: 769px) {
  .fac-env__cont {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 769px) {
  .fac-env__cont {
    grid-template-rows: 1fr max-content;
  }
}
.fac-env__cont:nth-of-type(odd) {
  grid-template-columns: min-content 1fr;
}
@media screen and (min-width: 769px) {
  .fac-env__cont:nth-of-type(odd) {
    grid-template-columns: min-content 1fr 36%;
  }
}
@media screen and (min-width: 769px) {
  .fac-env__cont:nth-of-type(odd) .fac-env__cont-ttl {
    grid-column: 1;
  }
}
@media screen and (min-width: 769px) {
  .fac-env__cont:nth-of-type(odd) .fac-env__cont-gal {
    margin-right: 7%;
  }
}
.fac-env__cont:nth-of-type(even) {
  grid-template-columns: 1fr min-content;
}
@media screen and (min-width: 769px) {
  .fac-env__cont:nth-of-type(even) {
    grid-template-columns: 35% 1fr min-content;
  }
}
.fac-env__cont:nth-of-type(even) .fac-env__cont-ttl {
  grid-column: 2;
}
@media screen and (min-width: 769px) {
  .fac-env__cont:nth-of-type(even) .fac-env__cont-ttl {
    grid-column: 3;
  }
}
@media screen and (max-width: 768px) {
  .fac-env__cont:nth-of-type(even) .fac-env__cont-gal {
    grid-column: 1;
  }
}
@media screen and (min-width: 769px) {
  .fac-env__cont:nth-of-type(even) .fac-env__cont-gal {
    margin-left: 7%;
  }
}

/*FOR FAMILY*/
.fac-env__fam {
  overflow: hidden;
  border-radius: 5px;
  background-color: #e3eee9;
  padding: 5% 3%;
}
@media screen and (min-width: 769px) {
  .fac-env__fam {
    border-radius: 10px;
  }
}
@media screen and (min-width: 961px) {
  .fac-env__fam {
    padding: 3%;
    display: flex;
    gap: 3%;
  }
}

.fac-env__fam-ttl {
  font-family: "Montserrat", sans-serif;
  color: #74bdc5;
  font-weight: 500;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .fac-env__fam-ttl {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 769px) {
  .fac-env__fam-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 961px) {
  .fac-env__fam-ttl {
    writing-mode: vertical-rl;
  }
}

.fac-env__fam-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5%;
}
.fac-env__fam-list > li {
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  width: 47.5%;
}
@media screen and (min-width: 769px) {
  .fac-env__fam-list > li {
    width: 21.25%;
  }
}

.fac-env__fam-list-img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 1em;
}
.fac-env__fam-list-img img {
  height: 100%;
  object-fit: cover;
}

/*SANITATION*/
.fac-san__ste {
  margin-bottom: 70px;
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .fac-san__ste {
    margin-bottom: 110px;
  }
}
.fac-san__ste > p {
  max-width: 795px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .fac-san__ste .scroll_comm {
    display: none;
  }
}

.fac-san__ste-ttl {
  text-align: center;
  margin-bottom: 1em;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .fac-san__ste-ttl {
    font-size: 2.4rem;
  }
}

.fac-san__ste-lvttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-weight: 500;
  color: #74bdc5;
  height: 45px;
  font-size: 1.8rem;
  margin: 30px 0 1.5em;
}
@media screen and (min-width: 769px) {
  .fac-san__ste-lvttl {
    height: 60px;
    font-size: 2rem;
    margin-top: 40px;
  }
}
.fac-san__ste-lvttl::before, .fac-san__ste-lvttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}
.fac-san__ste-lvttl::before {
  left: 0;
  right: 0;
  height: 3px;
  background: rgb(219, 235, 238);
  background: linear-gradient(to right, rgba(219, 235, 238, 0) 0%, rgb(219, 235, 238) 20%);
}
.fac-san__ste-lvttl::after {
  right: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent rgb(219, 235, 238);
}

.fac-san__ste-lvlist-mk {
  position: absolute;
  padding-top: 0.25em;
  top: 0;
  left: 10%;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 600;
  aspect-ratio: 1/1;
  width: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.fac-san__ste-lvlist {
  display: flex;
  column-gap: 3%;
}
@media screen and (max-width: 768px) {
  .fac-san__ste-lvlist {
    overflow: auto;
  }
}
.fac-san__ste-lvlist > li {
  position: relative;
  width: 31.3333333333%;
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .fac-san__ste-lvlist > li {
    min-width: 270px;
  }
}
@media screen and (min-width: 769px) {
  .fac-san__ste-lvlist > li {
    font-size: 1.4rem;
  }
}
.fac-san__ste-lvlist > li:nth-child(1) .fac-san__ste-lvlist-mk {
  background-color: #c2dacf;
}
.fac-san__ste-lvlist > li:nth-child(2) .fac-san__ste-lvlist-mk {
  background-color: #99d0ce;
}
.fac-san__ste-lvlist > li:nth-child(3) .fac-san__ste-lvlist-mk {
  background-color: #8cc9d2;
}

.fac-san__ste-lvlist-img {
  border-radius: 50%;
  border: 1px solid #e3eee9;
  background-color: #ffffff;
  padding: 5px;
  box-sizing: border-box;
  aspect-ratio: 1/1;
  display: block;
  max-width: 205px;
  margin: 0 auto 1em;
}

/*器具の洗浄・滅菌の流れ*/
.fac-san__flow {
  background-color: #ffffff;
  padding: 5% 3%;
}
@media screen and (min-width: 769px) {
  .fac-san__flow {
    padding: 4%;
  }
}

.fac-san__flow-ttl {
  text-align: center;
  margin-bottom: 1em;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .fac-san__flow-ttl {
    font-size: 2.4rem;
  }
}

.fac-san__flow-wrap {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .fac-san__flow-wrap {
    margin-bottom: 40px;
  }
}

.fac-san__flow-list {
  counter-reset: fac-san__flow;
  overflow: hidden;
}
.fac-san__flow-list .swiper-wrapper .swiper-slide {
  overflow: hidden;
  border-radius: 5px;
  counter-increment: fac-san__flow;
  background-color: #ebe8e0;
}
@media screen and (min-width: 769px) {
  .fac-san__flow-list .swiper-wrapper .swiper-slide {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .fac-san__flow-list .swiper-wrapper .swiper-slide {
    padding-bottom: 5%;
  }
}
@media screen and (min-width: 769px) {
  .fac-san__flow-list .swiper-wrapper .swiper-slide {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 1fr;
    column-gap: 3%;
    padding-right: 3%;
  }
}
.fac-san__flow-list .swiper-wrapper .swiper-slide > *:not(.fac-san__flow-list-img) {
  padding-left: 3%;
  padding-right: 3%;
}
.fac-san__flow-list .sw_control {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.fac-san__flow-list .sw_control .sw_prev,
.fac-san__flow-list .sw_control .sw_next {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background-color: #d0dfd8;
  color: #ffffff;
  border-radius: 50%;
  width: 45px;
}
@media screen and (min-width: 769px) {
  .fac-san__flow-list .sw_control .sw_prev,
  .fac-san__flow-list .sw_control .sw_next {
    width: 55px;
  }
}
.fac-san__flow-list .sw_control .sw_prev {
  transform: translateX(-50%);
}
.fac-san__flow-list .sw_control .sw_next {
  transform: translateX(50%);
}
.fac-san__flow-list .sw_control .swiper-button-disabled {
  background-color: #e3e3e3;
}

.fac-san__flow-list-img {
  height: 220px;
}
@media screen and (max-width: 768px) {
  .fac-san__flow-list-img {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 769px) {
  .fac-san__flow-list-img {
    height: 315px;
    grid-row: 1/3;
    grid-column: 1;
  }
}
.fac-san__flow-list-img img {
  height: 100%;
  object-fit: cover;
}

.fac-san__flow-list-ttl {
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .fac-san__flow-list-ttl {
    font-size: 2rem;
    align-self: end;
  }
}
.fac-san__flow-list-ttl::before {
  content: "STEP" counter(fac-san__flow, decimal-leading-zero);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 90%;
  color: #74bdc5;
}

.fac-san__flow-oth {
  display: flex;
  gap: 20px 3%;
}
@media screen and (max-width: 768px) {
  .fac-san__flow-oth {
    flex-direction: column;
  }
}
.fac-san__flow-oth > li {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 40% 1fr;
  column-gap: 3%;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .fac-san__flow-oth > li {
    font-size: 1.4rem;
  }
}

.fac-san__flow-oth-img {
  overflow: hidden;
  border-radius: 5px;
  grid-row: 1/3;
  grid-column: 1;
}
@media screen and (min-width: 769px) {
  .fac-san__flow-oth-img {
    border-radius: 10px;
  }
}
.fac-san__flow-oth-img img {
  height: 100%;
  object-fit: cover;
}

.fac-san__flow-oth-ttl {
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .fac-san__flow-oth-ttl {
    font-size: 1.8rem;
    align-self: end;
  }
}

/***診療方針***/
/*イントロ*/
.pol-intro {
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  .pol-intro {
    margin-bottom: 110px;
  }
}

.pol-intro__head {
  margin-bottom: 70px;
  max-width: 1025px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: 100%;
}
@media screen and (min-width: 769px) {
  .pol-intro__head {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 769px) {
  .pol-intro__head {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 50% 1fr;
    column-gap: 5%;
  }
}
.pol-intro__head picture {
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .pol-intro__head picture {
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) {
  .pol-intro__head picture {
    grid-row: 1/3;
    grid-column: 2;
  }
}
.pol-intro__head picture img {
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .pol-intro__img01 {
    grid-row: 2;
    height: 200px;
    margin-bottom: 15px;
  }
  .pol-intro__img01 img {
    height: auto;
    object-fit: cover;
  }
}
@media screen and (min-width: 769px) {
  .pol-intro__img01 {
    align-self: start;
    width: 80%;
  }
}

.pol-intro__img02 {
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .pol-intro__img02 {
    grid-row: 4;
    width: 60%;
    max-width: 300px;
  }
}
@media screen and (min-width: 769px) {
  .pol-intro__img02 {
    align-self: end;
    width: 60%;
  }
}
@media screen and (min-width: 1100px) {
  .pol-intro__img02 {
    transform: translateY(20%);
  }
}

.pol-intro__ttl {
  margin-bottom: 1em;
  font-weight: 600;
  font-size: 2.3rem;
}
@media screen and (min-width: 769px) {
  .pol-intro__ttl {
    font-size: 3rem;
  }
}
.pol-intro__ttl span {
  display: flex;
  max-width: max-content;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.2em 1em 0;
  height: 2em;
  box-sizing: border-box;
  border-radius: 2em;
  background-color: #74bdc5;
  color: #ffffff;
  font-size: 60%;
  margin-bottom: 1em;
}

.pol-intro__cont {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .pol-intro__cont {
    display: grid;
    grid-template-columns: 45% 1fr;
    column-gap: 5%;
  }
}

.pol-intro__cont-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background-color: #d0dfd8;
  color: #ffffff;
  aspect-ratio: 1/1;
  font-weight: 600;
  line-height: 1.5;
  font-size: clamp(1.8rem, 2vw, 2rem);
}
@media screen and (max-width: 768px) {
  .pol-intro__cont-ttl {
    margin: 0 auto 20px;
    max-width: 300px;
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .pol-intro__cont-ttl {
    margin-top: 40px;
  }
}
.pol-intro__cont-ttl span {
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.3em;
  font-weight: 300;
  font-size: clamp(4rem, 6vw, 5.2rem);
}

.pol-intro__cont-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
}
@media screen and (min-width: 769px) {
  .pol-intro__cont-list {
    gap: 30px;
    flex-direction: column;
  }
}
.pol-intro__cont-list > li {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content 1fr;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .pol-intro__cont-list > li {
    gap: 10px;
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (min-width: 769px) {
  .pol-intro__cont-list > li {
    column-gap: 5%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .pol-intro__cont-list > li p {
    grid-row: 2;
    grid-column: 1/3;
  }
}
@media screen and (min-width: 769px) {
  .pol-intro__cont-list > li p {
    max-width: 15em;
  }
}
@media screen and (min-width: 769px) {
  .pol-intro__cont-list > li:nth-child(1) {
    margin-left: -15%;
  }
  .pol-intro__cont-list > li:nth-child(3) {
    margin-left: -5%;
  }
  .pol-intro__cont-list > li:nth-child(4) {
    margin-left: -25%;
  }
}

.pol-intro__cont-list-img {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  aspect-ratio: 1/1;
  width: 60px;
}
@media screen and (min-width: 769px) {
  .pol-intro__cont-list-img {
    width: 77px;
    grid-row: 1/3;
    grid-column: 1;
  }
}
.pol-intro__cont-list-img img {
  width: 50%;
}

.pol-intro__cont-list-ttl {
  font-weight: 600;
  color: #74bdc5;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .pol-intro__cont-list-ttl {
    align-self: center;
  }
}
@media screen and (min-width: 769px) {
  .pol-intro__cont-list-ttl {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
  }
}

/*FEATURE*/
.main-un #sec-feature {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .main-un #sec-feature {
    padding-top: 110px;
  }
}
@media screen and (min-width: 769px) {
  .main-un #sec-feature {
    padding-bottom: 110px;
  }
}
.main-un #sec-feature::before {
  z-index: -1;
}
.main-un #sec-feature .flex-feature li div {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .main-un #sec-feature .flex-feature .fea-line span {
    display: flex;
    align-items: center;
    height: 3.5em;
  }
}
.main-un #sec-feature + * {
  padding-top: 70px;
}
@media screen and (min-width: 769px) {
  .main-un #sec-feature + * {
    padding-top: 110px;
  }
}
.main-un #sec-feature + *::before {
  content: "";
  position: absolute;
  background: url(../img/bg_line_light.svg) no-repeat;
  background-size: cover;
  width: 100vw;
  height: 90px;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}

/*APPROACH*/
.pol-apr .border-ttl {
  text-align: center;
}

.pol-apr__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("../img/bg_mk.svg");
  background-size: cover;
  max-width: max-content;
  aspect-ratio: 1/0.642;
  padding: 1em;
  color: #ffffff;
  font-weight: 600;
  margin: 0 auto;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .pol-apr__ttl {
    font-size: 1.8rem;
  }
}

.pol-apr__img {
  display: block;
  max-width: 560px;
  width: 80%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  .pol-apr__img {
    margin: -3% auto 30px;
  }
}

.pol-apr__txt {
  max-width: 46em;
  margin: 0 auto 2em;
}

.pol-apr__menu {
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  max-width: max-content;
  display: flex;
  gap: 10px 30px;
}
@media screen and (min-width: 769px) {
  .pol-apr__menu {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  .pol-apr__menu {
    flex-direction: column;
  }
}
.pol-apr__menu > li {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .pol-apr__menu > li {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 961px) {
  .pol-apr__menu > li {
    font-size: 1.8rem;
  }
}

/*コンテンツ共通*/
.pol-apr__cont {
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  padding: 60px 3% 30px;
}
@media screen and (min-width: 769px) {
  .pol-apr__cont {
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) {
  .pol-apr__cont {
    padding: 5%;
  }
}
.pol-apr__cont:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  .pol-apr__cont:not(:last-child) {
    margin-bottom: 110px;
  }
}
.pol-apr__cont .pol-apr__cont-txt:not(:last-child),
.pol-apr__cont > div:not(.pol-apr__cont-mk):not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .pol-apr__cont .pol-apr__cont-txt:not(:last-child),
  .pol-apr__cont > div:not(.pol-apr__cont-mk):not(:last-child) {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 769px) {
  .pol-apr__cont-mk {
    width: clamp(130px, 16vw, 300px);
    display: flex;
    align-items: center;
    align-items: flex-start;
    position: absolute;
    top: -30px;
    left: -10px;
  }
}
@media screen and (min-width: 901px) {
  .pol-apr__cont-mk {
    top: 20px;
    left: 0;
  }
}
@media screen and (min-width: 1201px) {
  .pol-apr__cont-mk {
    top: 30px;
    left: 8%;
  }
}
.pol-apr__cont-mk img {
  position: relative;
  z-index: 10;
  max-width: 160px;
  aspect-ratio: 1/1.675;
  object-fit: contain;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .pol-apr__cont-mk img {
    position: absolute;
    left: -13px;
    top: -57px;
  }
}
@media screen and (min-width: 769px) {
  .pol-apr__cont-mk img {
    width: 70%;
    margin-top: 40px;
  }
}

.pol-apr__cont-ttl {
  flex: 0 0 auto;
  aspect-ratio: 1/1;
  background-color: #d3ccbf;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  width: 7.5em;
  font-size: clamp(1.3rem, 1.2vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .pol-apr__cont-ttl {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1201px) {
  .pol-apr__cont-ttl {
    margin-left: -8%;
  }
}

.pol-apr__cont-sub {
  display: flex;
  max-width: max-content;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.2em 1em 0;
  height: 2em;
  box-sizing: border-box;
  border-radius: 2em;
  background-color: #e3eee9;
  color: #74bdc5;
  margin: 0 auto 1em;
  font-size: 1.6rem;
}
@media screen and (min-width: 1201px) {
  .pol-apr__cont-sub {
    font-size: 1.8rem;
  }
}

.pol-apr__cont-third {
  text-align: center;
  margin-bottom: 1em;
  font-weight: 600;
  font-size: 2.2rem;
}
@media screen and (min-width: 769px) {
  .pol-apr__cont-third {
    font-size: 3rem;
  }
}
@media screen and (min-width: 450px) {
  .pol-apr__cont-third br {
    display: none;
  }
}

.pol-apr__cont-txt {
  margin-bottom: 70px;
  max-width: 43em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .pol-apr__cont-txt {
    margin-bottom: 110px;
  }
}

.pol-apr__mattro,
.pol-apr__cont-dtl,
.pol-apr__chi,
.pol-apr__adu {
  border-radius: 5px;
  padding: 20px 3%;
}
@media screen and (min-width: 769px) {
  .pol-apr__mattro,
  .pol-apr__cont-dtl,
  .pol-apr__chi,
  .pol-apr__adu {
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) {
  .pol-apr__mattro,
  .pol-apr__cont-dtl,
  .pol-apr__chi,
  .pol-apr__adu {
    padding: 60px 5%;
  }
}

/*マタニティ期*/
.pol-apr__mattro {
  background-color: #ebe8e0;
}

.pol-apr__mattro-ttl {
  text-align: center;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 3px dotted #d0dfd8;
  font-weight: 600;
  margin-bottom: 1em;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .pol-apr__mattro-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 450px) {
  .pol-apr__mattro-ttl br {
    display: none;
  }
}

.pol-apr__mattro-list {
  display: flex;
  gap: 20px 3%;
}
@media screen and (max-width: 768px) {
  .pol-apr__mattro-list {
    flex-direction: column;
  }
}
.pol-apr__mattro-list > li {
  overflow: hidden;
  border-radius: 5px;
  flex: 1;
  background-color: #ffffff;
  padding: 5% 3%;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .pol-apr__mattro-list > li {
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) {
  .pol-apr__mattro-list > li {
    padding: 3%;
    font-size: 1.4rem;
  }
}

.pol-apr__mattro-list-img {
  aspect-ratio: 1/0.65;
  object-fit: contain;
  display: block;
  margin: 0 auto 1.5em;
  max-width: 117px;
  width: 30%;
}

.pol-apr__mattro-list-ttl {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .pol-apr__mattro-list-ttl {
    font-size: 1.8rem;
  }
}

.pol-apr__cont-dtl {
  background-color: #e3eee9;
  position: relative;
}

.pol-apr__cont-dtl-ttl {
  display: flex;
  max-width: max-content;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.2em 1em 0;
  height: 2em;
  box-sizing: border-box;
  border-radius: 2em;
  background-color: #74bdc5;
  color: #ffffff;
  margin: 0 auto 1em;
}

.pol-apr__cont-dtl-img {
  position: absolute;
  top: -10px;
  width: clamp(95px, 12vw, 135px);
}
@media screen and (max-width: 768px) {
  .pol-apr__cont-dtl-img {
    right: -20px;
  }
}
@media screen and (min-width: 769px) {
  .pol-apr__cont-dtl-img {
    left: 60%;
  }
}

.pol-apr__cont-dtl-sub {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1em;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .pol-apr__cont-dtl-sub {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 450px) {
  .pol-apr__cont-dtl-sub br {
    display: none;
  }
}

.pol-apr__cont-dtl-txt {
  max-width: 46em;
  margin: 0 auto 30px;
}
@media screen and (min-width: 769px) {
  .pol-apr__cont-dtl-txt {
    margin-bottom: 60px;
  }
}

.pol-apr__cont-dtl-mattimlist {
  overflow: hidden;
  border-radius: 5px;
  background-color: #ffffff;
  display: flex;
  padding: 3% 1%;
}
@media screen and (min-width: 769px) {
  .pol-apr__cont-dtl-mattimlist {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1099px) {
  .pol-apr__cont-dtl-mattimlist {
    padding: 2%;
    flex-direction: column;
  }
}
.pol-apr__cont-dtl-mattimlist > li {
  overflow: hidden;
  border-radius: 5px;
  flex: 1;
  background-color: #ffffff;
  font-size: 1.3rem;
  padding: 5% 3%;
}
@media screen and (min-width: 769px) {
  .pol-apr__cont-dtl-mattimlist > li {
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) {
  .pol-apr__cont-dtl-mattimlist > li {
    font-size: 1.4rem;
    padding: 3%;
  }
}
@media screen and (max-width: 1099px) {
  .pol-apr__cont-dtl-mattimlist > li:not(:last-child) {
    border-bottom: 3px dotted #dddddd;
  }
}
@media screen and (min-width: 1100px) {
  .pol-apr__cont-dtl-mattimlist > li:not(:last-child) {
    border-right: 3px dotted #dddddd;
  }
}

.pol-apr__cont-dtl-mattimlist-ttl {
  display: grid;
  grid-template-rows: 1fr max-content;
  grid-template-columns: max-content 1fr;
  column-gap: 0.5em;
  font-weight: 600;
  margin-bottom: 1em;
  font-size: 1.6rem;
}
@media screen and (min-width: 1201px) {
  .pol-apr__cont-dtl-mattimlist-ttl {
    font-size: 1.8rem;
  }
}
.pol-apr__cont-dtl-mattimlist-ttl img {
  width: clamp(45px, 3vw, 60px);
  grid-row: 1/3;
  grid-column: 1;
}
.pol-apr__cont-dtl-mattimlist-ttl > span {
  align-self: end;
  font-size: 77.8%;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.pol-apr__cont-dtl-mattimlist-ttl > span > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  box-sizing: border-box;
  padding: 0.1em 1em 0;
  border: 1px solid;
}

/*乳幼児期・小児期*/
.pol-apr__chi {
  background-color: #f7f6f2;
}
@media screen and (min-width: 961px) {
  .pol-apr__chi .scroll_comm {
    display: none;
  }
}

.pol-apr__chi-ttl {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1em;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .pol-apr__chi-ttl {
    font-size: 1.8rem;
  }
}
.pol-apr__chi-ttl span {
  text-align: center;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 3px dotted #d0dfd8;
  display: block;
  font-size: 133.3%;
  margin-top: 0.3em;
}
@media screen and (min-width: 520px) {
  .pol-apr__chi-ttl span br {
    display: none;
  }
}

.pol-apr__chi-txt {
  max-width: 63em;
  margin: 0 auto 1em;
}

@media screen and (max-width: 960px) {
  .pol-apr__chi-graph {
    overflow: auto;
  }
  .pol-apr__chi-graph img {
    min-width: 740px;
  }
}

.pol-apr__cont-dtl-childlist {
  overflow: hidden;
  border-radius: 5px;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  padding: 5% 3%;
}
@media screen and (min-width: 769px) {
  .pol-apr__cont-dtl-childlist {
    border-radius: 10px;
  }
}
@media screen and (max-width: 639px) {
  .pol-apr__cont-dtl-childlist {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .pol-apr__cont-dtl-childlist {
    gap: 20px;
    padding: 5%;
  }
}
@media screen and (min-width: 961px) {
  .pol-apr__cont-dtl-childlist {
    gap: 30px;
  }
}
@media screen and (min-width: 1201px) {
  .pol-apr__cont-dtl-childlist {
    gap: 60px;
  }
}
.pol-apr__cont-dtl-childlist > li {
  font-size: 1.3rem;
}
@media screen and (min-width: 640px) {
  .pol-apr__cont-dtl-childlist > li {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (min-width: 769px) {
  .pol-apr__cont-dtl-childlist > li {
    font-size: 1.4rem;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 901px) {
  .pol-apr__cont-dtl-childlist > li {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 961px) {
  .pol-apr__cont-dtl-childlist > li {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (min-width: 1201px) {
  .pol-apr__cont-dtl-childlist > li {
    width: calc((100% - 120px) / 3);
  }
}

.pol-apr__cont-dtl-childlist-img {
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 1/0.641;
}
@media screen and (min-width: 769px) {
  .pol-apr__cont-dtl-childlist-img {
    border-radius: 10px;
  }
}
.pol-apr__cont-dtl-childlist-img img {
  height: 100%;
  object-fit: cover;
}

.pol-apr__cont-dtl-childlist-ttl {
  font-weight: 600;
  text-align: center;
  margin: 1em 0 0.6em;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .pol-apr__cont-dtl-childlist-ttl {
    font-size: 1.8rem;
  }
}

/*成人期・高齢期*/
.pol-apr__adu {
  background-color: #e3eee9;
}

.pol-apr__adu-ttl {
  text-align: center;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 3px dotted #d0dfd8;
  font-weight: 600;
  margin-bottom: 1em;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .pol-apr__adu-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 961px) {
  .pol-apr__adu-cont {
    display: grid;
  }
  .pol-apr__adu-cont > * {
    grid-row: 1;
    grid-column: 1;
  }
}

.pol-apr__adu-cont-img {
  display: block;
}
@media screen and (max-width: 960px) {
  .pol-apr__adu-cont-img {
    max-width: 400px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .pol-apr__adu-cont-img {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 961px) {
  .pol-apr__adu-cont-img {
    width: 43%;
    align-self: center;
    justify-self: center;
  }
}

.pol-apr__adu-cont-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (min-width: 401px) {
  .pol-apr__adu-cont-list {
    gap: 10px;
  }
}
@media screen and (min-width: 961px) {
  .pol-apr__adu-cont-list {
    gap: clamp(38px, 6vw, 76px) 50%;
  }
}
@media screen and (min-width: 1300px) {
  .pol-apr__adu-cont-list {
    gap: 110px 50%;
  }
}
.pol-apr__adu-cont-list > li {
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  padding: 15px 10px;
  width: calc((100% - 5px) / 2);
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .pol-apr__adu-cont-list > li {
    border-radius: 10px;
  }
}
@media screen and (min-width: 375px) {
  .pol-apr__adu-cont-list > li {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 401px) {
  .pol-apr__adu-cont-list > li {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (min-width: 769px) {
  .pol-apr__adu-cont-list > li {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 961px) {
  .pol-apr__adu-cont-list > li {
    width: 25%;
  }
}
@media screen and (min-width: 1201px) {
  .pol-apr__adu-cont-list > li {
    padding: 20px;
  }
}
@media screen and (min-width: 961px) {
  .pol-apr__adu-cont-list > li::after {
    content: "";
    display: block;
    width: 10%;
    height: 1px;
    background-color: #c6cbca;
    position: absolute;
    top: 50%;
  }
  .pol-apr__adu-cont-list > li:nth-child(odd)::after {
    right: -15%;
  }
  .pol-apr__adu-cont-list > li:nth-child(even)::after {
    left: -15%;
  }
}
.pol-apr__adu-cont-list > li i {
  display: block;
  font-style: normal;
  text-align: center;
  color: #74bdc5;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 961px) {
  .pol-apr__adu-cont-list > li i {
    display: none;
  }
}
.pol-apr__adu-cont-list > li > ul {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  margin-bottom: 1em;
}
.pol-apr__adu-cont-list > li > ul > li {
  border: 1px solid;
  font-weight: 600;
  padding: 0.1em 0.5em 0;
}
@media screen and (max-width: 639px) {
  .pol-apr__adu-cont-list > li > ul > li {
    padding: 0.1em 0.2em 0;
    line-height: 1.4;
  }
}

.pol-apr__adu-cont-list-ttl {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .pol-apr__adu-cont-list-ttl {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=under.css.map */