@charset "UTF-8";
/* Foundation */
/*
//DNP 秀英丸ゴシック Std B
.shuei-b {
  font-family: foundation.$shuei;
  font-weight: foundation.$font-600;
  font-style: foundation.$font-n;
}

//DNP 秀英丸ゴシック Std L
.shuei-l {
  font-family: foundation.$shuei;
  font-weight: foundation.$font-400;
  font-style: foundation.$font-n;
}

//A-OTF 中ゴシックBBB Pr6N Med
.gothic-bbb {
  font-family: foundation.$bbb;
  font-weight: foundation.$font-400;
  font-style: foundation.$font-n;
}
*/
html {
  scroll-behavior: smooth;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.c-reset__list {
  margin: 0;
  list-style: none;
}
.c-reset__text {
  margin: 0;
}

.c-hidden {
  display: none;
}

/* Layout */
/* Foundation */
.l-header-sp__logo {
  width: calc(100% - 75px - 75px);
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.5%;
  position: fixed;
  top: 0;
  right: 0;
}
@media screen and (min-width: 481px) {
  .l-header-sp__logo {
    width: calc(100% - 85px - 85px);
    height: 85px;
  }
}
.l-header-sp__logo__img {
  height: 97%;
  width: auto;
}

.l-header-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header-pc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 95%;
    max-width: 1492px;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .l-header-pc {
    width: 93.25%;
  }
}
@media screen and (min-width: 768px) {
  .l-header-pc__left {
    position: relative;
    width: 75%;
  }
  .l-header-pc__right {
    position: relative;
    width: 25%;
  }
}
.l-header-pc__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header-pc__tel__icon {
  display: inline-block;
  width: 0.7em;
  margin-bottom: 0.1em;
}

.l-header-title {
  width: 100%;
  height: clamp(187.5px, 50vw, 250px);
  background-image: -webkit-image-set(url("../img/99-header-sp.png.webp") type("image/webp"), url("../img/99-header-sp.png") type("image/png"));
  background-image: image-set(url("../img/99-header-sp.png.webp") type("image/webp"), url("../img/99-header-sp.png") type("image/png"));
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-header-title {
    height: clamp(192px, 25vw, 640px);
    background-image: -webkit-image-set(url("../img/99-header.png.webp") type("image/webp"), url("../img/99-header.png") type("image/png"));
    background-image: image-set(url("../img/99-header.png.webp") type("image/webp"), url("../img/99-header.png") type("image/png"));
  }
}
.l-header-title__ja {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  text-align: center;
  font-size: clamp(24px, 6.4vw, 26px);
  letter-spacing: 0.3rem;
  text-shadow: white 3px 3px 20px, white -3px 3px 20px, white 3px -3px 20px, white -3px -3px 20px;
}
@media screen and (min-width: 768px) {
  .l-header-title__ja {
    font-size: clamp(26px, 2.16vw, 38px);
  }
}
@media screen and (min-width: 1024px) {
  .l-header-title__ja {
    padding-top: 1.25em;
  }
}
@media screen and (min-width: 1536px) {
  .l-header-title__ja {
    font-size: clamp(26px, 2.4vw, 38px);
  }
}
.l-header-title__en {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  font-size: 12px;
  text-shadow: white 3px 3px 20px, white -3px 3px 20px, white 3px -3px 20px, white -3px -3px 20px;
}
@media screen and (min-width: 768px) {
  .l-header-title__en {
    font-size: clamp(14px, 1.36vw, 18px);
  }
}
@media screen and (min-width: 1024px) {
  .l-header-title__en {
    padding-top: 0.5em;
  }
}
@media screen and (min-width: 1920px) {
  .l-header-title__en {
    padding-top: 1em;
  }
}

/* Foundation */
.l-main {
  position: relative;
}
.l-main__wrapper {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-main__wrapper {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .l-main__wrapper {
    width: 80%;
    max-width: 1200px;
  }
}
.l-main--footertel {
  background-image: -webkit-image-set(url("../img/99-bg-footer-tel.png.webp") type("image/webp"), url("../img/99-bg-footer-tel.png") type("image/png"));
  background-image: image-set(url("../img/99-bg-footer-tel.png.webp") type("image/webp"), url("../img/99-bg-footer-tel.png") type("image/png"));
  background-size: cover;
  background-repeat: no-repeat;
}
.l-main--news {
  background-image: -webkit-image-set(url("../img/01-bg-whatsnew-sp-down.png.webp") type("image/webp"), url("../img/01-bg-whatsnew-sp-down.png") type("image/png")), -webkit-image-set(url("../img/01-bg-whatsnew-sp-up.png.webp") type("image/webp"), url("../img/01-bg-whatsnew-sp-up.png") type("image/png"));
  background-image: image-set(url("../img/01-bg-whatsnew-sp-down.png.webp") type("image/webp"), url("../img/01-bg-whatsnew-sp-down.png") type("image/png")), image-set(url("../img/01-bg-whatsnew-sp-up.png.webp") type("image/webp"), url("../img/01-bg-whatsnew-sp-up.png") type("image/png"));
  background-size: 100%, 100%;
  background-repeat: no-repeat, repeat-y;
  background-position: bottom center, top center;
}
@media screen and (min-width: 768px) {
  .l-main--news {
    background-image: -webkit-image-set(url("../img/01-bg-whatsnew.png.webp") type("image/webp"), url("../img/01-bg-whatsnew.png") type("image/png"));
    background-image: image-set(url("../img/01-bg-whatsnew.png.webp") type("image/webp"), url("../img/01-bg-whatsnew.png") type("image/png"));
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom 50% center;
  }
}
@media screen and (min-width: 2100px) {
  .l-main--news {
    background-position: bottom 30% center;
  }
}
.l-main--medicalcontents {
  background-image: -webkit-image-set(url("../img/99-bg-medical-contents-sp-up.png.webp") type("image/webp"), url("../img/99-bg-medical-contents-sp-up.png") type("image/png")), -webkit-image-set(url("../img/99-bg-medical-contents-sp-down.png.webp") type("image/webp"), url("../img/99-bg-medical-contents-sp-down.png") type("image/png")), -webkit-image-set(url("../img/99-bg-medical-contents-sp.png.webp") type("image/webp"), url("../img/99-bg-medical-contents-sp.png") type("image/png"));
  background-image: image-set(url("../img/99-bg-medical-contents-sp-up.png.webp") type("image/webp"), url("../img/99-bg-medical-contents-sp-up.png") type("image/png")), image-set(url("../img/99-bg-medical-contents-sp-down.png.webp") type("image/webp"), url("../img/99-bg-medical-contents-sp-down.png") type("image/png")), image-set(url("../img/99-bg-medical-contents-sp.png.webp") type("image/webp"), url("../img/99-bg-medical-contents-sp.png") type("image/png"));
  background-size: 100%, 100%, 100%;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top center, bottom center, top center;
}
@media screen and (min-width: 768px) {
  .l-main--medicalcontents {
    background-image: -webkit-image-set(url("../img/99-bg-medical-contents.png.webp") type("image/webp"), url("../img/99-bg-medical-contents.png") type("image/png"));
    background-image: image-set(url("../img/99-bg-medical-contents.png.webp") type("image/webp"), url("../img/99-bg-medical-contents.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: top center;
  }
}
.l-main--contact01 {
  background-image: -webkit-image-set(url("../img/02-bg-contact01-up.png.webp") type("image/webp"), url("../img/02-bg-contact01-up.png") type("image/png")), -webkit-image-set(url("../img/02-bg-contact01-down.png.webp") type("image/webp"), url("../img/02-bg-contact01-down.png") type("image/png")), -webkit-image-set(url("../img/02-bg-contact01.png.webp") type("image/webp"), url("../img/02-bg-contact01.png") type("image/png"));
  background-image: image-set(url("../img/02-bg-contact01-up.png.webp") type("image/webp"), url("../img/02-bg-contact01-up.png") type("image/png")), image-set(url("../img/02-bg-contact01-down.png.webp") type("image/webp"), url("../img/02-bg-contact01-down.png") type("image/png")), image-set(url("../img/02-bg-contact01.png.webp") type("image/webp"), url("../img/02-bg-contact01.png") type("image/png"));
  background-size: 100%, 100%, 100%;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top center, bottom center, top center;
}
.l-main--contact02 {
  background-image: -webkit-image-set(url("../img/02-bg-contact02.png.webp") type("image/webp"), url("../img/02-bg-contact02.png") type("image/png"));
  background-image: image-set(url("../img/02-bg-contact02.png.webp") type("image/webp"), url("../img/02-bg-contact02.png") type("image/png"));
  background-size: cover;
  background-repeat: no-repeat;
  width: 85%;
  margin: auto;
}
.l-main--deduction01 {
  background-image: -webkit-image-set(url("../img/04-bg-deduction01.png.webp") type("image/webp"), url("../img/04-bg-deduction01.png") type("image/png"));
  background-image: image-set(url("../img/04-bg-deduction01.png.webp") type("image/webp"), url("../img/04-bg-deduction01.png") type("image/png"));
  background-size: cover;
  background-repeat: no-repeat;
}
.l-main--profile {
  background-image: -webkit-image-set(url("../img/06-bg-profile-down.png.webp") type("image/webp"), url("../img/06-bg-profile-down.png") type("image/png")), -webkit-image-set(url("../img/06-bg-profile-up.png.webp") type("image/webp"), url("../img/06-bg-profile-up.png") type("image/png"));
  background-image: image-set(url("../img/06-bg-profile-down.png.webp") type("image/webp"), url("../img/06-bg-profile-down.png") type("image/png")), image-set(url("../img/06-bg-profile-up.png.webp") type("image/webp"), url("../img/06-bg-profile-up.png") type("image/png"));
  background-size: 100%, 100%;
  background-repeat: no-repeat, repeat-y;
  background-position: bottom center, top center;
}

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

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

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

.c-anchor--features {
  margin-top: -5rem;
  padding-top: 5rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .c-anchor--features {
    margin-top: calc(clamp(72px, 6vw, 90px) * -1);
    padding-top: clamp(72px, 6vw, 90px);
  }
}

/* Foundation */
.c-medicalcontents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 0.5px solid rgba(128, 128, 128, 0.5);
}
.c-medicalcontents__list__item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .c-medicalcontents__list__item {
    width: 25%;
  }
}
.c-medicalcontents__list__item:nth-child(odd) .c-medicalcontents__link {
  border-left: 0.5px solid rgba(128, 128, 128, 0.5);
  border-right: 0.5px solid rgba(128, 128, 128, 0.5);
  border-bottom: 0.5px solid rgba(128, 128, 128, 0.5);
}
.c-medicalcontents__list__item:nth-child(even) .c-medicalcontents__link {
  border-right: 0.5px solid rgba(128, 128, 128, 0.5);
  border-bottom: 0.5px solid rgba(128, 128, 128, 0.5);
}
@media screen and (min-width: 768px) {
  .c-medicalcontents__list__item:nth-child(2) .c-medicalcontents__link, .c-medicalcontents__list__item:nth-child(6) .c-medicalcontents__link {
    border-right: none;
  }
}
.c-medicalcontents__link {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  text-align: center;
  font-size: clamp(12px, 3.2vw, 16.3px);
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  background-color: #ffffff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-medicalcontents__link {
    font-size: clmap(16px, 2vw, 18px);
  }
}
@media screen and (min-width: 1024px) {
  .c-medicalcontents__link {
    font-size: clamp(18px, 1.53vw, 23px);
  }
}
.c-medicalcontents__link::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.c-medicalcontents__link__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-medicalcontents__link__img {
  width: 5.25em;
  margin: 0 auto;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .c-medicalcontents__link__img {
    width: 3.5em;
  }
}
.c-medicalcontents__link:visited {
  color: #333333;
}
.c-medicalcontents__link:hover, .c-medicalcontents__link:active, .c-medicalcontents__link:focus {
  color: #333333;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: 1px solid #808080 !important;
}
.c-medicalcontents__link:hover::after, .c-medicalcontents__link:active::after, .c-medicalcontents__link:focus::after {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 2em solid transparent;
  border-right: 2em solid #FF3A97;
  position: absolute;
  z-index: 100;
}

.c-medicalcontents-content__title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #00bdeb;
  text-align: left;
  line-height: 1.6;
  padding-bottom: 0.25em;
}
.c-medicalcontents-content__cost__header01 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: left;
  line-height: 1.6;
}

/* Foundation */
.c-section__title_en {
  line-height: 1.4;
  letter-spacing: 0.1rem;
  padding: 0.85em 0 0.4em 0;
}
@media screen and (min-width: 768px) {
  .c-section__title_en {
    padding: 0.75em 0 0.4em 0;
  }
}
@media screen and (min-width: 768px) {
  .c-section__title--news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1em;
  }
}

/* Project */
/* Foundation */
.p-index-commitment__pos {
  position: relative;
  padding-top: clamp(60px, 16vw, 81.4px);
  padding-bottom: 180px;
}
@media screen and (min-width: 768px) {
  .p-index-commitment__pos {
    padding-top: clamp(40px, 10.66vw, 54.3px);
    padding-bottom: clamp(100px, 26.66vw, 135.7px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-commitment__pos {
    padding-top: clamp(68px, 5.66vw, 85px);
    padding-bottom: clamp(148px, 12.33vw, 196px);
  }
}
.p-index-commitment__space {
  padding-bottom: clamp(60px, 16vw, 81.4px);
}
@media screen and (min-width: 768px) {
  .p-index-commitment__space {
    padding-bottom: clamp(60px, 16vw, 81.4px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-commitment__space {
    padding-bottom: clamp(72px, 6vw, 90px);
  }
}
.p-index-commitment__pdf {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  background-image: -webkit-image-set(url("../img/cmn-button-bg.png.webp") type("image/webp"), url("../img/cmn-button-bg.png") type("image/png"));
  background-image: image-set(url("../img/cmn-button-bg.png.webp") type("image/webp"), url("../img/cmn-button-bg.png") type("image/png"));
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 13.33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.5em;
  width: 100%;
  padding: 0 1.5em;
  margin-top: 6em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  margin: 6em auto 0 auto;
}
@media screen and (min-width: 768px) {
  .p-index-commitment__pdf {
    font-size: clamp(12.5px, 3.33vw, 17px);
    height: 3.25em;
    width: 50%;
    margin-top: 16em;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-commitment__pdf {
    font-size: clamp(19.2px, 1.6vw, 24px);
    height: 3.5em;
    width: 40%;
    margin-top: 18em;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-commitment__pdf {
    margin-top: 12em;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-commitment__pdf {
    margin-top: 16em;
  }
}
.p-index-commitment__pdf:visited, .p-index-commitment__pdf:hover, .p-index-commitment__pdf:active {
  color: #333333;
}
.p-index-commitment__pdf:hover, .p-index-commitment__pdf:active {
  opacity: 0.7;
}

/* Foundation */
.p-guide-contact__pos {
  position: relative;
  padding-top: clamp(30px, 8vw, 40.7px);
  padding-bottom: clamp(80px, 21.33vw, 108.6px);
}
@media screen and (min-width: 1024px) {
  .p-guide-contact__pos {
    padding-top: clamp(40px, 3.33vw, 50px);
    padding-bottom: clamp(240px, 20vw, 300px);
  }
}

.p-guide-bring {
  padding: clamp(20px, 5.33vw, 27.1px) 7.5% clamp(40px, 10.66vw, 54.3px) 7.5%;
}
@media screen and (min-width: 1024px) {
  .p-guide-bring {
    padding: clamp(28.8px, 2.4vw, 36px) 7.5% clamp(40px, 3.33vw, 50px) 7.5%;
  }
}
.p-guide-bring__list {
  width: 100%;
  background-image: -webkit-image-set(url("../img/guide-bring-bg.png.webp") type("image/webp"), url("../img/guide-bring-bg.png") type("image/png"));
  background-image: image-set(url("../img/guide-bring-bg.png.webp") type("image/webp"), url("../img/guide-bring-bg.png") type("image/png"));
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(30px, 8vw, 40.7px) clamp(20px, 5.33vw, 27.1px) 0 clamp(20px, 5.33vw, 27.1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-guide-bring__list {
    padding-left: clamp(30px, 8vw, 40.7px);
    padding-right: clamp(30px, 8vw, 40.7px);
  }
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__list {
    padding: clamp(24px, 2vw, 30px) clamp(40px, 3.33vw, 50px);
  }
}
.p-guide-bring__list__item {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  line-height: 1.5;
  text-align: center;
  font-size: clamp(12.5px, 3.33vw, 17px);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 47%;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-guide-bring__list__item {
    font-size: clamp(16px, 4.26vw, 21.7px);
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__list__item {
    font-size: clamp(17.6px, 1.46vw, 22px);
    width: 6em;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__list__item:first-child {
    width: 9.5em;
  }
}
.p-guide-bring__list__item:first-child img {
  width: 100% !important;
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__list__item:first-child img {
    height: clamp(100px, 8.33vw, 125px) !important;
    width: auto !important;
  }
}
.p-guide-bring__list__title {
  display: block;
  padding-top: 0.5em;
}
.p-guide-bring__list__title--sm {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  text-align: center;
  line-height: 1.5;
  font-size: 0.875em;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__list__title--sm {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-guide-bring__list__img {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__list__img {
    height: clamp(100px, 8.33vw, 125px);
    width: auto;
  }
}
.p-guide-bring__caution {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #FF3A97;
  text-align: center;
  line-height: 1.8;
  font-size: clamp(15px, 4vw, 20.4px);
  padding: 2em 0 1.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__caution {
    font-size: clamp(17.6px, 1.46vw, 22px);
  }
}
.p-guide-bring__note {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  text-align: left;
  line-height: 1.8;
  font-size: clamp(15px, 4vw, 20.4px);
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__note {
    font-size: clamp(16px, 1.33vw, 20px);
  }
}
.p-guide-bring__note__item {
  letter-spacing: normal;
  text-indent: -1em;
  margin-left: 1em;
}
.p-guide-bring__note__item__link {
  color: #333333;
  padding: 1.25em 0;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-guide-bring__note__item__link__inner {
  color: #3676BB;
  text-decoration: underline !important;
}
.p-guide-bring__note__item__link__inner:hover, .p-guide-bring__note__item__link__inner:visited {
  color: #3676BB;
}
.p-guide-bring__note__item--noindent {
  text-indent: 0;
  margin-left: 0;
}

/* Foundation */
.p-payment-cost__inner {
  position: relative;
  width: 100%;
  overflow: scroll;
}
.p-payment-cost__table {
  width: 220%;
  border: 2px solid #5fb6e0;
}
@media screen and (min-width: 768px) {
  .p-payment-cost__table {
    width: 100%;
  }
}
.p-payment-cost__table th,
.p-payment-cost__table td {
  border: 1px solid #5fb6e0;
}
.p-payment-cost__table__header01 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  font-size: clamp(16px, 4.26vw, 18px);
  background-color: #d4fcff;
  padding: 0.55em 0;
}
@media screen and (min-width: 768px) {
  .p-payment-cost__table__header01 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .p-payment-cost__table__header01 {
    font-size: clamp(19px, 1.58vw, 21.96px);
  }
}
.p-payment-cost__table__header01__img {
  display: inline-block;
  width: 1em;
}
@media screen and (min-width: 768px) {
  .p-payment-cost__table__header01__img {
    padding-bottom: 0.25em;
  }
}
.p-payment-cost__table__header02 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  font-size: clamp(16px, 4.26vw, 18px);
  background-color: #f2ffff;
  padding: 0.55em 0;
}
@media screen and (min-width: 768px) {
  .p-payment-cost__table__header02 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .p-payment-cost__table__header02 {
    font-size: clamp(19px, 1.58vw, 21.96px);
  }
}
.p-payment-cost__table__header02--sm {
  font-size: clamp(11px, 2.93vw, 13px);
}
@media screen and (min-width: 768px) {
  .p-payment-cost__table__header02--sm {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .p-payment-cost__table__header02--sm {
    font-size: clamp(14px, 1.16vw, 16px);
  }
}
.p-payment-cost__table__text01 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  text-align: left;
  vertical-align: middle;
  font-size: clamp(14px, 3.73vw, 16px);
  background-color: #ffffff;
  padding: 0.55em 0 0.55em 1em;
}
@media screen and (min-width: 768px) {
  .p-payment-cost__table__text01 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .p-payment-cost__table__text01 {
    font-size: clamp(17px, 1.41vw, 17.59px);
  }
}
.p-payment-cost__table__text02 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  font-size: clamp(15px, 4vw, 17px);
  background-color: #ffffff;
  padding: 0.55em 0;
}
@media screen and (min-width: 768px) {
  .p-payment-cost__table__text02 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-payment-cost__table__text02 {
    font-size: clamp(18px, 1.5vw, 19.96px);
  }
}
.p-payment-cost__table__text03 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #e82327;
  text-align: center;
  vertical-align: middle;
  font-size: clamp(16px, 4.26vw, 18px);
  background-color: #ffffff;
  padding: 0.55em 0;
}
@media screen and (min-width: 768px) {
  .p-payment-cost__table__text03 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .p-payment-cost__table__text03 {
    font-size: clamp(19px, 1.58vw, 21.96px);
  }
}

/* Foundation */
.p-staff-profile__data01 {
  background-color: #00bdeb;
  padding: 2rem 3rem;
}
@media screen and (min-width: 768px) {
  .p-staff-profile__data01 {
    padding: 2rem 1.2em 2rem 1.8em;
  }
}
.p-staff-profile__data02 {
  background-color: #00ca1f;
  padding: 2rem 3rem;
}
@media screen and (min-width: 768px) {
  .p-staff-profile__data02 {
    padding: 2rem 1.2em 2rem 1.8em;
  }
}
@media screen and (min-width: 768px) {
  .p-staff-profile__bottom__title {
    width: 20%;
  }
}

.p-staff-affiliate__list {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  .p-staff-affiliate__list {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .p-staff-affiliate__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-staff-affiliate__list__item {
    width: 32%;
  }
}

/* Foundation */
.p-pediatricdentistry-relax__list {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #FF3A97;
  text-align: left;
  line-height: 1.6;
}

.p-pediatricdentistry-protection__title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #00c91f;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0;
}

/* Foundation */
.p-wp-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: clamp(60px, 16vw, 81.4px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog {
    margin-bottom: clamp(115.2px, 9.6vw, 144px);
  }
}
.p-wp-blog__main {
  width: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__main {
    width: 70%;
    padding-right: clamp(44px, 3.66vw, 55px);
  }
}
.p-wp-blog__side {
  width: 100%;
  padding-top: clamp(50px, 13.33vw, 67.9px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side {
    width: 30%;
    padding-top: 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-wp-blog__side {
    padding-left: 3%;
  }
}
.p-wp-blog__post {
  border-bottom: 1px solid #d6d6d6;
  padding: clamp(22px, 5.86vw, 29.9px) 0;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post {
    padding: clamp(24px, 2vw, 30px) 0;
  }
}
.p-wp-blog__post__link {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__img {
    width: 33%;
  }
}
@media screen and (min-width: 1536px) {
  .p-wp-blog__post__img {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__inner {
    width: 65%;
    padding-top: 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-wp-blog__post__inner {
    width: 73%;
  }
}
.p-wp-blog__post__inner__header {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(14px, 3.73vw, 19px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__inner__header {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding-top: 0;
  }
}
.p-wp-blog__post__date {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  text-align: left;
  line-height: 1;
  font-size: clamp(14px, 3.73vw, 19px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__date {
    font-size: clamp(11.2px, 0.93vw, 16px);
  }
}
.p-wp-blog__post__cat__list {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(11.38px, 3.03vw, 17px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__cat__list {
    font-size: clamp(10.4px, 0.86vw, 13px);
  }
}
.p-wp-blog__post__cat__list__item {
  color: #ffffff;
  text-align: center;
  background-color: #0084ea;
  padding: 0.25em 1em;
  border-radius: 4px;
}
.p-wp-blog__post__title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-size: clamp(18px, 4.8vw, 24.4px);
  padding: 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__title {
    font-size: clamp(16.8px, 1.4vw, 24px);
  }
}
.p-wp-blog__side__list {
  position: relative;
  background-color: #ffffff;
  padding: clamp(20px, 5.33vw, 27.1px) clamp(20px, 5.33vw, 27.1px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list {
    padding: clamp(19.2px, 1.6vw, 24px) clamp(12.8px, 1.06vw, 16px);
  }
}
.p-wp-blog__side__list h2 {
  position: relative;
  border-bottom: 1px solid #0084ea;
  padding-bottom: 0.5em;
  margin-bottom: 1.5px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list h2 {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-wp-blog__side__list ul {
  padding: 0 0 3em 0;
  position: relative;
}
.p-wp-blog__side__list ul.children {
  padding: 0 0 0 1em;
}
.p-wp-blog__side__list a {
  display: block;
  padding: 0.5em 0.2em;
  line-height: 1.6;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  font-size: clamp(14px, 3.73vw, 19px);
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list a {
    font-size: clamp(11.2px, 0.93vw, 16px);
  }
}
.p-wp-blog__side__list a:visited, .p-wp-blog__side__list a:hover {
  color: #333333;
}
.p-wp-blog__side__list .widget_recent_entries a {
  padding: 2.25em 0 1em 0;
}
.p-wp-blog__side__list .widget_recent_entries .post-date {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  line-height: 1;
  font-size: clamp(12px, 3.2vw, 16.3px);
  position: absolute;
  top: 1em;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list .widget_recent_entries .post-date {
    font-size: clamp(9.8px, 0.81vw, 14px);
  }
}
.p-wp-blog__side__list .recent-posts-widget-with-thumbnails li {
  position: relative;
  margin: 0;
}
.p-wp-blog__side__list .recent-posts-widget-with-thumbnails a {
  padding: clamp(12px, 3.2vw, 16.3px) 0;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list .recent-posts-widget-with-thumbnails a {
    padding: clamp(9.6px, 0.8vw, 12px) 0;
  }
}
.p-wp-blog__side__list .recent-posts-widget-with-thumbnails a::after {
  content: "お知らせ";
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: clamp(10px, 2.66vw, 13.6px);
  background-color: #0084ea;
  border-radius: 3.5px;
  padding: 0.25em 1em;
  position: absolute;
  top: clamp(18px, 4.8vw, 24.4px);
  left: 38%;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list .recent-posts-widget-with-thumbnails a::after {
    font-size: clamp(9.1px, 0.75vw, 11.38px);
    top: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-wp-blog__side__list .recent-posts-widget-with-thumbnails .rpwwt-post-title {
  padding-top: 3em;
  width: 62%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list .recent-posts-widget-with-thumbnails .rpwwt-post-title {
    padding-top: 3.25em;
  }
}
@media screen and (min-width: 1536px) {
  .p-wp-blog__side__list .recent-posts-widget-with-thumbnails .rpwwt-post-title {
    padding-top: 2.85em;
  }
}
.p-wp-blog__side__list .recent-posts-widget-with-thumbnails .rpwwt-post-date {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  line-height: 1;
  font-size: clamp(12px, 3.2vw, 16.3px);
  position: absolute;
  top: 3em;
  left: 38%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list .recent-posts-widget-with-thumbnails .rpwwt-post-date {
    font-size: clamp(9.8px, 0.81vw, 14px);
    top: 3.25em;
  }
}
@media screen and (min-width: 1536px) {
  .p-wp-blog__side__list .recent-posts-widget-with-thumbnails .rpwwt-post-date {
    top: 2.85em;
  }
}
.p-wp-blog__side__list #rpwwt-recent-posts-widget-with-thumbnails-2 img {
  margin: 0;
  width: 35%;
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list #rpwwt-recent-posts-widget-with-thumbnails-2 img {
    max-width: 92px;
  }
}
.p-wp-blog .pagination {
  margin: 2rem 0 0;
}
.p-wp-blog .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-wp-blog .pagination .page-numbers {
  display: inline-block;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-right: 0.5em;
  padding: 1em 1.25em;
  color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 3px #0084ea;
          box-shadow: 0 3px 3px #0084ea;
  background: #ffffff;
}
.p-wp-blog .pagination .current {
  padding: 1em 1.25em;
  background: #0084ea;
  color: #ffffff;
}
.p-wp-blog .pagination .prev,
.p-wp-blog .pagination .next {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333333;
}
.p-wp-blog .pagination .dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-wp-blog__single {
  padding: clamp(16px, 4.26vw, 21.7px) 0;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single {
    padding: clamp(24px, 2vw, 30px) 0;
  }
}
.p-wp-blog__single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5em;
}
.p-wp-blog__single__date {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  line-height: 1.6;
  font-size: clamp(14px, 3.73vw, 19px);
  padding-top: 0.075em;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__date {
    line-height: 1.6;
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-wp-blog__single__cat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(11px, 2.93vw, 14.9px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__cat__list {
    font-size: clamp(10.4px, 0.86vw, 13px);
  }
}
.p-wp-blog__single__cat__item {
  background-color: #0084ea;
  border-radius: 1em;
  min-width: 6.5em;
  color: #ffffff;
  text-align: center;
  padding: 0.25em 1em;
  display: inline-block;
  border-radius: 4px;
}
.p-wp-blog__single__title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  border-bottom: 1px solid #0084ea;
  padding: 0.5em 0 0.5em 0;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__title {
    font-size: clamp(16.8px, 1.4vw, 24px);
  }
}
.p-wp-blog__single__text {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-wp-blog__single__text p {
  line-height: 1.8;
}
.p-wp-blog__single__text img {
  display: inline-block;
  width: auto;
}/*# sourceMappingURL=common.css.map */