.p-top_mv {
  position: relative;
}
.slider li {
  width: 100%;
  object-fit: cover;
}
.p-mv_box01 {
  background: url(../img/top_mv01.webp) no-repeat;
  aspect-ratio: 1920/970;
  background-size: cover;
}
.p-mv_box02 {
  background: url(../img/top_mv02.webp) no-repeat;
  background-size: cover;
  aspect-ratio: 1920/970;
}
.p-mv_box03 {
  background: url(../img/top_mv03.webp) no-repeat;
  background-size: cover;
  aspect-ratio: 1920/970;
}
.p-top__ttl h1 {
  position: absolute;
  width: calc(819 / 1920 * 100vw);
  top: calc(303 / 1920 * 100vw);
  left: calc(122 / 1920 * 100vw);
}
.p-top__subttl ul {
  display: flex;
  position: absolute;
  bottom: calc(56 / 1920 * 100vw);
  right: calc(29 / 1920 * 100vw);
  gap: calc(38 / 1920 * 100vw);
}
.p-top__subttl li {
  width: calc(278 / 1920 * 100vw);
}
.p-top__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-news__box {
  padding: calc(80 / 1920 * 100vw) 0 calc(269 / 1920 * 100vw);
  margin: 0 auto;
  background: #fcf6f2;
}
.p-news__box ul {
  max-height: calc(694 / 1920 * 100vw);
  padding: calc(27 / 1920 * 100vw) 0;
  overflow-y: scroll;
  background-color: #fff;
  width: calc(546 / 1920 * 100vw);
  margin: calc(40 / 1920 * 100vw) auto calc(48 / 1920 * 100vw);
  padding: calc(27 / 1920 * 100vw) calc(147 / 1920 * 100vw);
}

.p-news__box li {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px dashed #84cbf8;
  display: flex;
}

.p-news__ttl h1,
.p-access__ttl h1 {
  font-size: min(calc(64 / 1920 * 100vw), 6.4rem);
  color: #313e4e;
  text-align: center;
}
.news-txt .date {
  color: #093a7a;
}

.news-title,
.news-txt {
  color: #313e4e;
}
.p-line {
  width: calc(840 / 1920 * 100vw);
  margin: 0 auto;
}
.p-top__access {
  background-color: #dae7f6;
  padding: calc(80 / 1920 * 100vw) 0 calc(269 / 1920 * 100vw);
}
.p-top__access p {
  text-align: center;
  margin: calc(39 / 1920 * 100vw) 0 calc(26 / 1920 * 100vw);
}
.map {
  width: calc(840 / 1920 * 100vw);
  aspect-ratio: 840/400;
  margin: 0 auto;
}
.p-top__info {
  margin-top: calc(40 / 1920 * 100vw);
}
.biz-hour {
  display: block;
  border-collapse: collapse;
  overflow-x: none;
  background-color: #7598c1;
  max-width: calc(840 / 1920 * 100vw);
  margin: calc(40 / 1920 * 100vw) auto 0;
}
.biz-hour tbody {
  padding: calc(9 / 1920 * 100vw) calc(57.5 / 1920 * 100vw);
  display: block;
}
.biz-hour th,
.biz-hour td {
  padding: calc(20 / 1920 * 100vw) 0.8vw;
  border-bottom: 2px solid #fff;
  font-size: min(calc(30 / 1920 * 100vw), 3rem);
  text-align: center;
  letter-spacing: 0.2rem;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: -0.09rem;
}
.biz-hour th:first-child {
  padding: 0;
  white-space: nowrap;
  line-height: 0;
  text-align: left;
}
.biz-hour td:first-child {
  padding: 20px calc(23 / 1920 * 100vw) 20px 0;
}
.biz-hour tr:last-child td {
  border-bottom: unset;
}
.tcb {
  color: #2f4b95;
}
.p-top__flex {
  display: flex;
}
.p-top__feature .c-ttl h1 {
  width: calc(1046 / 1920 * 100vw);
  margin-bottom: calc(40 / 1920 * 100vw);
}
.t-feature__ttl {
  display: flex;
  align-items: center;
}

.t-feature__ttl img {
  width: calc(191 / 1920 * 100vw) !important;
}
.t-feature__ttl h1 {
  font-size: min(calc(48 / 1920 * 100vw), 4.8rem);
  font-family: "Zen Maru Gothic", sans-serif;
  color: #313e4e;
}
.t-feature__txt {
  width: calc(840 / 1920 * 100vw);
}
.t-feature__txt h3 {
  font-size: min(calc(32 / 1920 * 100vw), 3.2rem);
  color: #313e4e;
  font-family: "Zen Maru Gothic", sans-serif;
  margin: calc(40 / 1920 * 100vw) 0 calc(48 / 1920 * 100vw);
}
.t-feature__txt p {
  width: calc(800 / 1920 * 100vw);
  line-height: 2;
}

.p-top__feature .p-top__flex {
  align-items: flex-end;
  justify-content: flex-end;
  gap: calc(80 / 1920 * 100vw);
}
.t-feature__01 {
  margin-bottom: calc(287 / 1920 * 100vw);
}
.t-feature__02,
.t-feature__04 {
  flex-direction: row-reverse;
}
.t-feature__02 {
  position: relative;
  background-color: #fcf6f2;
  padding: calc(221 / 1920 * 100vw) 0 calc(40 / 1920 * 100vw);
  align-items: flex-start !important;
  margin-bottom: calc(80 / 1920 * 100vw);
}
.t-feature__03,
.t-feature__04 {
  align-items: flex-start !important;
}
.t-feature__02::before {
  content: "";
  background: url(../img/top_feature_dec01.webp) no-repeat;
  background-size: contain;
  width: calc(410 / 1920 * 100vw);
  aspect-ratio: 410/171;
  position: absolute;
  top: calc(20 / 1920 * 100vw);
  left: calc(70 / 1920 * 100vw);
}
.t-feature__04 {
  position: relative;
  margin-top: calc(125 / 1920 * 100vw);
}
.t-feature__04::before {
  content: "";
  background: url(../img/top_feature_dec02.webp) no-repeat;
  background-size: contain;
  width: calc(300 / 1920 * 100vw);
  aspect-ratio: 300/171;
  position: absolute;
  top: calc(-150 / 1920 * 100vw);
  left: calc(70 / 1920 * 100vw);
}
.t-feature__01 img,
.t-feature__02 img,
.t-feature__03 img,
.t-feature__04 img,
.t-feature__05 img {
  width: calc(800 / 1920 * 100vw);
}
.t-feature__05 {
  margin: calc(118 / 1920 * 100vw) 0 calc(95 / 1920 * 100vw);
  position: relative;
}
.t-feature__05::before {
  content: "";
  background: url(../img/top_feature_dec03.webp) no-repeat;
  background-size: contain;
  width: calc(132 / 1920 * 100vw);
  aspect-ratio: 132/172;
  position: absolute;
  top: calc(-170 / 1920 * 100vw);
  right: calc(30 / 1920 * 100vw);
}
.t-feature__05 .t-feature__txt p {
  width: calc(915 / 1920 * 100vw);
}
.t-feature__05 ul {
  display: flex;
  gap: calc(40 / 1920 * 100vw);
  margin-top: calc(60 / 1920 * 100vw);
}
.t-feature__05 ul li {
}
.t-feature__05 ul img {
  width: calc(280 / 1920 * 100vw);
}
.t-feature__05 ul p {
  background-color: #7598c1;
  border-radius: 50px;
  padding: calc(10 / 1920 * 100vw) 0;
  color: #fff;
  text-align: center;
  margin: calc(-22 / 1920 * 100vw) auto 0;
  position: relative;
}

.t-feature__05 ul li:first-of-type p {
  width: calc(143 / 1920 * 100vw);
}
.t-feature__05 ul li:nth-of-type(2) p,
.t-feature__05 ul li:last-of-type p {
  width: calc(232 / 1920 * 100vw);
}

.t-feature__06 {
  background-color: #fcf6f2;
  padding: calc(60 / 1920 * 100vw) 0 calc(80 / 1920 * 100vw);
  position: relative;
}
.t-feature__06::before {
  content: "";
  background: url(../img/top_feature_dec04.webp) no-repeat;
  background-size: contain;
  width: calc(279 / 1920 * 100vw);
  aspect-ratio: 279/614;
  position: absolute;
  top: calc(57 / 1920 * 100vw);
  left: calc(200 / 1920 * 100vw);
}
.t-feature__06::after {
  content: "";
  background: url(../img/top_feature_dec05.webp) no-repeat;
  background-size: contain;
  width: calc(272 / 1920 * 100vw);
  aspect-ratio: 272/565;
  position: absolute;
  top: calc(74 / 1920 * 100vw);
  right: calc(197 / 1920 * 100vw);
}

.t-feature__06 .t-feature__ttl {
  display: block;
  text-align: center;
}
.t-feature__06 .t-feature__ttl img {
  margin: 0 auto;
}
.t-feature__06 .t-feature__ttl h3 {
  font-size: min(calc(32 / 1920 * 100vw), 3.2rem);
  font-weight: 400;
  margin: calc(40 / 1920 * 100vw) 0 calc(28 / 1920 * 100vw);
}
.t-feature__06 p {
  width: calc(880 / 1920 * 100vw);
  margin: calc(52 / 1920 * 100vw) auto calc(40 / 1920 * 100vw);
  text-align: center;
  line-height: 2;
}
.t-feature__06 ul {
  display: flex;
  justify-content: center;
  gap: calc(20 / 1920 * 100vw);
}
.t-feature__06 ul img {
  width: calc(320 / 1920 * 100vw);
}

.t-feature__06 ul p {
  background-color: #7598c1;
  border-radius: 50px;
  padding: calc(10 / 1920 * 100vw) 0;
  color: #fff;
  text-align: center;
  margin: calc(-22 / 1920 * 100vw) auto 0;
  position: relative;
}

.t-feature__06 ul li:first-of-type p {
  width: calc(208 / 1920 * 100vw);
}
.t-feature__06 ul li:nth-of-type(2) p {
  width: calc(160 / 1920 * 100vw);
}
.t-feature__06 ul li:nth-of-type(3) p {
  width: calc(256 / 1920 * 100vw);
}

.t-feature__06 ul li:last-of-type p {
  width: calc(304 / 1920 * 100vw);
}

.t-greet__inner {
  background: url(../img/top_greet_bg.webp) no-repeat;
  background-size: contain;
  aspect-ratio: 1920/956;
  position: relative;
}
.t-greet__left {
  color: #fff;
  padding: calc(80 / 1920 * 100vw) 0 0 calc(102 / 1920 * 100vw);
}
.t-greet__ttl h1 {
  font-size: min(calc(128 / 1920 * 100vw), 12.8rem);
  color: #fff;
  font-family: "Poppins", sans-serif;
  letter-spacing: rem;
}

.t-greet__ttl h2 {
  font-size: min(calc(40 / 1920 * 100vw), 4rem);
  margin: calc(40 / 1920 * 100vw) 0;
}
.t-greet__txt h1 {
  font-size: min(calc(48 / 1920 * 100vw), 4.8rem);
  font-family: "Zen Maru Gothic", sans-serif;
}

.t-greet__txt p {
  width: calc(840 / 1920 * 100vw);
  margin: calc(64 / 1920 * 100vw) 0;
  color: #fff;
  line-height: 2;
}
.p-top__greet--bg {
  background: url(../img/greet_name.webp) no-repeat;
  background-size: contain;
  width: calc(320 / 1920 * 100vw);
  aspect-ratio: 320/320;
  position: absolute;
  right: calc(418 / 1920 * 100vw);
  bottom: calc(92 / 1920 * 100vw);
}
.p-top__greet--name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top__greet--name h3 {
  font-size: min(calc(36 / 1920 * 100vw), 3.6rem);
  font-weight: 400;
  text-align: center;
}
.p-top__greet--name h1 {
  font-size: min(calc(48 / 1920 * 100vw), 4.8rem);
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  margin: calc(20 / 1920 * 100vw) 0;
}
.p-top__greet--name p {
  font-size: min(calc(24 / 1920 * 100vw), 2.4rem);
  text-align: center;
  line-height: 1.6;
}
.p-top__greet--link .c-btn {
  right: calc(284 / 1920 * 100vw);
  bottom: calc(70 / 1920 * 100vw);
}
.t-medical__ttl img {
  width: calc(1082 / 1920 * 100vw);
  margin: calc(50 / 1920 * 100vw) auto calc(20 / 1920 * 100vw);
}
.t-medical__ttl p {
  font-size: min(calc(48 / 1920 * 100vw), 4.8rem);
  text-align: center;
}

.p-top__medical {
  padding: calc(58 / 1920 * 100vw);
}
.p-top__medical ul {
  display: flex;
  margin-top: calc(92 / 1920 * 100vw);
}
.t-medical__flex {
  background-color: #fcf6f2;
  padding: calc(80 / 1920 * 100vw);
}
.t-medical__flex ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: calc(80 / 1920 * 100vw) 0;
  margin-top: 0;
}

.t-medical__flex ul img {
  width: calc(420 / 1920 * 100vw);
}
.p-top__recruit {
  background-color: #ddebfc;
  padding: calc(60 / 1920 * 100vw) 0 calc(182 / 1920 * 100vw);
}
.p-top__recruit .c-ttl h1,
.p-top__blog .c-ttl h1 {
  font-size: min(calc(64 / 1920 * 100vw), 6.4rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: calc(14 / 1920 * 100vw);
  color: #093a7a;
}
.p-top__recruit .c-ttl p,
.p-top__blog .c-ttl p {
  font-size: min(calc(32 / 1920 * 100vw), 3.2rem);
}

.t-recruit__img {
  width: calc(720 / 1920 * 100vw);
  margin: calc(48 / 1920 * 100vw) auto 0;
  position: relative;
}

.p-top__blog {
  background-color: #fcf6f2;
  padding: calc(60 / 1920 * 100vw) 0 calc(52 / 1920 * 100vw);
  position: relative;
}
.t-blog__list {
  margin-top: calc(48 / 1920 * 100vw);
}
.t-blog__list li a {
  background-color: #fff;
  width: calc(720 / 1920 * 100vw);
  margin: 0 auto calc(20 / 1920 * 100vw);
  padding: calc(30 / 1920 * 100vw) calc(20 / 1920 * 100vw);
  display: flex;
  align-items: flex-start;
  gap: calc(20 / 1920 * 100vw);
}
.t-blog__list li img {
  width: calc(200 / 1920 * 100vw);
}
.t-blog__txt .date {
  font-family: "Poppins", sans-serif;
  margin-bottom: calc(20 / 1920 * 100vw);
}
.t-blog__txt .txt {
  font-family: "Poppins", sans-serif;
}
.t-blog__list .btn {
  width: calc(140 / 1920 * 100vw);
  position: absolute;
  top: calc(137 / 1920 * 100vw);
  right: calc(120 / 1920 * 100vw);
}
@media screen and (max-width: 768px) {
  .p-mv_box01 {
    background: url(../img/top_mv01_sp.webp) no-repeat;
    aspect-ratio: 430/880;
    background-size: cover;
  }
  .p-mv_box02 {
    background: url(../img/top_mv02_sp.webp) no-repeat;
    background-size: cover;
    aspect-ratio: 430/880;
  }
  .p-mv_box03 {
    background: url(../img/top_mv03_sp.webp) no-repeat;
    background-size: cover;
    aspect-ratio: 430/880;
  }
  .p-top__ttl h1 {
    width: calc(350 / 440 * 100vw);
    top: unset;
    bottom: 230px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .p-top__subttl ul {
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .p-top__subttl li {
    width: 114px;
  }
  .p-top__grid {
    display: block;
  }
  .p-news__box,
  .p-top__access {
    padding: 40px 4%;
  }
  .p-news__ttl h1,
  .p-access__ttl h1 {
    font-size: 4rem;
  }
  .p-news__box ul {
    width: auto;
    max-height: 548px;
    padding: 30px 4%;
    margin: 32px 0 20px;
  }
  .p-line {
    width: auto;
  }
  .p-top__access p {
    margin: 32px 0 28px;
  }
  .map {
    width: auto;
    aspect-ratio: 390/240;
  }
  .p-top__info {
    margin-top: 40px;
  }
  .biz-hour {
    max-width: unset;
    margin: 22px auto 0;
  }
  .biz-hour tbody {
    padding: 12px calc(12 / 430 * 100vw);
  }
  .biz-hour td:first-child {
    padding: 20px calc(10 / 430 * 100vw) 20px 0;
  }
  .biz-hour th,
  .biz-hour td {
    font-size: 1.4rem;
    padding: calc(9 / 430 * 100vw);
  }
  .p-top__feature .c-ttl h1 {
    width: 335px;
    margin-bottom: 20px;
  }
  .p-top__feature .p-top__flex {
    flex-direction: column-reverse;
    padding: 40px 4% 0;
  }
  .t-feature__01 {
    margin-bottom: 70px;
  }
  .t-feature__02 {
    padding: 40px 4% !important;
  }
  .t-feature__02::before {
    width: 200px;
    top: -60px;
    left: 30px;
  }
  .t-feature__04 {
    margin-top: 70px;
  }
  .t-feature__04::before {
    width: 140px;
    top: -36px;
    left: 30px;
  }
  .t-feature__05::before {
    width: 80px;
    right: 30px;
    top: -40px;
  }
  .t-feature__05 .t-feature__txt p {
    width: auto;
  }
  .t-feature__ttl img {
    width: 126px !important;
  }
  .t-feature__01 img,
  .t-feature__02 img,
  .t-feature__03 img,
  .t-feature__04 img,
  .t-feature__05 img {
    width: auto;
  }
  .t-feature__ttl h1 {
    font-size: 2.4rem;
  }
  .t-feature__txt,
  .t-feature__txt p,
  .t-feature__06 p {
    width: auto;
    text-align: left;
  }
  .t-feature__txt h3 {
    font-size: 2rem;
    margin: 20px 0;
  }
  .t-feature__05 ul {
    justify-content: center;
    margin-top: 20px;
  }
  .t-feature__05 ul img {
    width: 126px;
  }
  .t-feature__05 ul p,
  .t-feature__06 ul p {
    font-size: 1rem;
    margin: -10px auto;
  }
  .t-feature__05 ul li:first-of-type p {
    width: 65px;
  }
  .t-feature__05 ul li:nth-of-type(2) p,
  .t-feature__05 ul li:last-of-type p {
    width: 106px;
  }
  .t-feature__06 {
    padding: 50px 4% 40px;
  }
  .t-feature__06 .t-feature__ttl h3 {
    font-size: 1.6rem;
    margin: 42px 0 14px;
  }
  .t-feature__06 p {
    margin: 26px 0 20px;
  }
  .t-feature__06 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px 10px;
  }
  .t-feature__06 ul img {
    width: calc(166 / 375 * 100vw);
  }

  .t-feature__06 ul li:first-of-type p {
    width: 123px;
  }
  .t-feature__06 ul li:nth-of-type(2) p {
    width: 94px;
  }
  .t-feature__06 ul li:nth-of-type(3) p {
    width: 151px;
  }
  .t-feature__06 ul li:last-of-type p {
    width: 160px;
  }
  .t-greet__inner {
    background: unset;
    aspect-ratio: unset;
  }
  .t-greet__left {
    background-color: #3c6594;
    padding: 40px 4% 160px;
  }
  .t-greet__ttl h1 {
    font-size: 6.4rem;
  }
  .t-greet__ttl h2 {
    margin: 20px 0 26px;
    font-size: 2.4rem;
  }
  .t-greet__txt h1 {
    font-size: 2.4rem;
  }
  .t-greet__txt p {
    width: auto;
  }
  .p-top__greet--bg {
    bottom: unset;
    top: 60px;
    left: 30px;
    right: unset;
    width: 140px;
  }
  .p-top__greet--name h3 {
    font-size: 1.5rem;
  }
  .p-top__greet--name h1 {
    font-size: 2.1rem;
  }
  .p-top__greet--name p {
    font-size: 1rem;
  }
  .p-top__greet--link .c-btn {
    background-color: #fff;
    border-radius: unset;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
    width: 200px;
    height: auto;
    padding: 28px 0;
    text-align: center;
    color: #3c6594;
    font-size: 2.4rem;
    bottom: 40px;
  }
  .p-top__medical {
    padding: 60px 0 0;
  }
  .t-medical__ttl img {
    width: 346px;
  }
  .t-medical__ttl p {
    font-size: 2.4rem;
  }
  .p-top__medical ul {
    display: block;
  }
  .t-medical__flex {
    padding: 40px 4%;
  }
  .t-medical__flex ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .t-medical__flex ul img {
    width: 190px;
  }
  .p-top__recruit {
    padding: 40px 4% 106px;
  }
  .p-top__recruit .c-ttl h1,
  .p-top__blog .c-ttl h1 {
    font-size: 4rem;
    margin-bottom: 10px;
  }
  .p-top__recruit .c-ttl p,
  .p-top__blog .c-ttl p {
    font-size: 2.4rem;
  }
  .t-recruit__img {
    width: auto;
    margin: 26px auto 0;
  }
  .p-top__blog {
    padding: 40px 4%;
  }
  .t-blog__list li a {
    width: auto;
    padding: 20px 0;
    margin: 0 auto 10px;
  }
  .t-blog__list li img {
    width: 160px;
  }
  .t-blog__list .btn {
    position: static;
    width: auto;
  }
  .t-blog__list .btn img {
    width: 160px;
    margin: 40px auto 0;
  }
}
/* --------------
clinic
-------------------*/
.p-mv {
  position: relative;
}
.mv {
  aspect-ratio: 1440/536;
  background: url(../img/mv.webp) no-repeat center;
  background-size: cover;
}
.p-mv_ttl {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-mv_ttl h1 {
  color: #fff;
  font-size: min(calc(80 / 1440 * 100vw), 8rem);
  white-space: nowrap;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.p-mv_ttl h1::after {
  content: "";
  background: url(../img/ttl_dec.webp) no-repeat;
  background-size: contain;
  width: calc(729 / 1920 * 100vw);
  display: block;
  aspect-ratio: 729/23;
  margin-top: calc(40 / 1920 * 100vw);
  padding: calc(20 / 1920 * 100vw) 0;
}
.p-mv_ttl h3 {
  color: #fff;
  font-size: min(calc(64 / 1440 * 100vw), 6.4rem);
  font-weight: 400;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.p-ttl {
  background: url(../img/ttl_bg.webp) no-repeat;
  background-size: contain;
  width: calc(1280 / 1920 * 100vw);
  margin: calc(90 / 1920 * 100vw) auto calc(40 / 1920 * 100vw);
  position: relative;
  aspect-ratio: 1280/211;
}
.p-ttl h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: min(calc(48 / 1920 * 100vw), 4.8rem);
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-TreatmentPlan {
  padding: calc(60 / 1920 * 100vw) 0;
}
.p-TreatmentPlan__lead h3,
.p-TreatmentPlan__needs h3 {
  color: #7598c1;
  font-size: min(calc(36 / 1920 * 100vw), 3.6rem);
  text-align: center;
  margin: calc(40 / 1920 * 100vw) 0;
}

.p-TreatmentPlan__box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: calc(40 / 1920 * 100vw);
}
.p-TreatmentPlan__box img {
  width: calc(600 / 1920 * 100vw);
}
.p-TreatmentPlan__box p {
  width: calc(640 / 1920 * 100vw);
  line-height: 2;
}

.p-TreatmentPlan__needs {
  background-color: #dae7f6;
  padding: calc(60 / 1920 * 100vw) 0;
}
.p-TreatmentPlan__needs ul {
  display: flex;
  justify-content: center;
  gap: calc(40 / 1920 * 100vw);
}
.p-TreatmentPlan__needs li {
  width: calc(400 / 1920 * 100vw);
}
.p-TreatmentPlan__needs h4 {
  background-color: #7598c1;
  color: #fff;
  font-size: min(calc(24 / 1920 * 100vw), 2.4rem);
  text-align: center;
  padding: calc(10 / 1920 * 100vw) 0;
  line-height: 1.6;
}
.p-TreatmentPlan__needs img {
  width: calc(400 / 1920 * 100vw);
}
.p-TreatmentPlan__needs p {
  background-color: #fff;
  padding: calc(10 / 1920 * 100vw) calc(20 / 1920 * 100vw);
  height: calc(360 / 1920 * 100vw);
}
.p-facilities ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: calc(1280 / 1920 * 100vw);
  margin: calc(40 / 1920 * 100vw) auto;
}
.p-facilities li {
  width: calc(400 / 1920 * 100vw);
  margin-bottom: calc(40 / 1920 * 100vw);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}
.p-facilities li p {
  background-color: #dae7f6;
  padding: calc(10 / 1920 * 100vw) calc(20 / 1920 * 100vw);
  height: calc(200 / 1920 * 100vw);
}

.p-time__inner {
  display: flex;
  justify-content: center;
  margin: calc(40 / 1920 * 100vw) 0 calc(120 / 1920 * 100vw);
}
.p-time__inner .biz-hour {
  margin: 0;
}
.p-time__inner p {
  background-color: #dae7f6;
  padding: calc(26.5 / 1920 * 100vw) calc(45 / 1920 * 100vw);
  width: calc(348 / 1920 * 100vw);
}
@media screen and (max-width: 768px) {
  .mv {
    aspect-ratio: 430/840;
    background: url(../img/mv_sp.webp) no-repeat center;
    background-size: cover;
  }
  .p-mv_ttl {
    top: 50%;
  }
  .p-mv_ttl h1 {
    font-size: 4rem;
  }
  .p-mv_ttl h1::after {
    width: 340px;
  }
  .p-mv_ttl h3 {
    font-size: 3rem;
  }
  .p-TreatmentPlan,
  .p-TreatmentPlan__needs,
  .p-time {
    padding: 40px 4%;
  }
  .p-ttl {
    background: url(../img/ttl_bg_sp.png) no-repeat;
    background-size: contain;
    width: auto;
    margin: 20px auto 20px;
    aspect-ratio: 375/81;
  }
  .p-ttl h1 {
    font-size: 2.4rem;
    white-space: nowrap;
  }
  .p-TreatmentPlan__lead h3,
  .p-TreatmentPlan__needs h3 {
    font-size: 2.4rem;
    margin: 20px 0;
  }
  .p-TreatmentPlan__box {
    display: block;
  }
  .p-TreatmentPlan__box img {
    width: auto;
  }
  .p-TreatmentPlan__box p {
    width: auto;
    line-height: 1.6;
    margin-top: 20px;
  }
  .p-TreatmentPlan__needs ul {
    display: block;
  }
  .p-TreatmentPlan__needs li {
    width: auto;
    margin-bottom: 20px;
  }
  .p-TreatmentPlan__needs h4 {
    font-size: 2.4rem;
  }
  .p-TreatmentPlan__needs img {
    width: auto;
  }
  .p-TreatmentPlan__needs p {
    padding: 10px 20px;
    height: auto;
  }
  .p-facilities {
    padding: 40px 4%;
  }
  .p-facilities ul {
    display: block;
    max-width: unset;
    margin: 40px 0;
  }
  .p-facilities li {
    width: auto;
    margin-bottom: 20px;
  }
  .p-facilities li p {
    height: 100px;
    padding: 10px;
  }
  .p-time__inner {
    display: block;
    margin: 20px 0;
  }
  .p-time__inner p {
    width: auto;
    padding: 10px;
  }
}
/* -----------------
medical
---------------------*/
.p-DentalCaries__txt {
  text-align: center;
  margin: calc(40 / 1920 * 100vw) 0 calc(60 / 1920 * 100vw);
}
.p-medical__ttl {
  background: url(../img/sub_ttl_bg.webp) no-repeat;
  background-size: contain;
  aspect-ratio: 1280/133;
  position: relative;
  width: calc(1280 / 1920 * 100vw);
  margin: 0 auto calc(40 / 1920 * 100vw);
}
.p-medical__ttl h3 {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: min(calc(36 / 1920 * 100vw), 3.6rem);
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-DentalCaries__flex,
.p-DentalCaries__list--flex,
.p-ceramic__flex,
.p-PeriodontalDisease__flex,
.p-PeriodontalDisease__list--flex,
.p-whitening__flex ul,
.p-whitening__flex,
.p-implant__flex,
.p-ArtificialTooth__flex,
.p-staff__flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: calc(40 / 1920 * 100vw);
  margin-top: calc(40 / 1920 * 100vw);
}

.p-DentalCaries__flex img,
.p-DentalCaries__list--flex img,
.p-ceramic__flex img,
.p-PeriodontalDisease__flex img,
.p-PeriodontalDisease__list--flex img,
.p-whitening__flex img,
.p-implant__flex img,
.p-ArtificialTooth__flex img {
  width: calc(600 / 1920 * 100vw);
}
.p-DentalCaries__flex p,
.p-DentalCaries__list--flex p,
.p-ceramic__flex p,
.p-PeriodontalDisease__flex p,
.p-PeriodontalDisease__list--flex p,
.p-whitening__flex p,
.p-implant__flex p,
.p-ArtificialTooth__flex p {
  width: calc(640 / 1920 * 100vw);
}
.p-medical__sub {
  background-color: #093a7a;
  padding: calc(20 / 1920 * 100vw) 0;
  border-radius: 50px;
  width: calc(1280 / 1920 * 100vw);
  margin: calc(60 / 1920 * 100vw) auto;
}
.p-medical__sub p {
  color: #fff;
  font-size: min(calc(24 / 1920 * 100vw), 2.4rem);
  text-align: center;
}
.p-DentalCaries__lead--txt {
  text-align: center;
}
.p-DentalCaries__list {
  margin-bottom: calc(120 / 1920 * 100vw);
}
.p-DentalCaries__list h3 {
  width: calc(1280 / 1920 * 100vw);
  margin: calc(60 / 1920 * 100vw) auto calc(40 / 1920 * 100vw);
  border-radius: 50px;
  color: #7598c1;
  border: solid #7598c1 3px;
  text-align: center;
  padding: calc(20 / 1920 * 100vw) 0;
}

.p-PreventiveDentistry__txt h4 {
  color: #7598c1;
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
  margin: calc(40 / 1920 * 100vw) 0;
}
.p-PreventiveDentistry__txt ul li {
  display: flex;
  gap: calc(20 / 1920 * 100vw);
  border-bottom: solid 1px #7598c1;
  padding: calc(20 / 1920 * 100vw) 0;
}
.p-PreventiveDentistry__txt ul li img {
  width: calc(30 / 1920 * 100vw);
}
.accordion-container {
  margin-bottom: calc(120 / 1920 * 100vw);
}
.accordion-content {
  display: none;
  padding: calc(40 / 1920 * 100vw) calc(35 / 1920 * 100vw)
    calc(40 / 1920 * 100vw) 0px;
  border: solid 3px #313f46;
}
.accordion-content p {
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
  text-align: left;
  font-weight: 400;
}
.accordion-item {
  margin-bottom: 10px;
  width: calc(1280 / 1920 * 100vw);
  margin: 0 auto calc(20 / 1920 * 100vw);
}
/* 矢印 */
.accordion-title {
  position: relative;
  display: block;
  position: relative;
  color: #313e4e;
  cursor: pointer;
  font-size: min(calc(24 / 1920 * 100vw), 2.4rem);
  padding: calc(26 / 1920 * 100vw) calc(130 / 1920 * 100vw);
  font-weight: 500;
  background-color: #dae7f6;
}
.accordion-title::before {
  position: absolute;
  left: 0;
  content: "Q";
  font-size: min(calc(48 / 1920 * 100vw), 4.8rem);
  top: 0;
  background-color: #7598c1;
  color: #fff;
  padding: calc(12 / 1920 * 100vw) calc(21 / 1920 * 100vw);
  font-family: "Poppins", sans-serif;
}
.accordion-item .btn {
  position: absolute;
  top: 53%;
  right: 5%;
  width: calc(40 / 1920 * 100vw);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion-item .btn::before,
.accordion-item .btn::after {
  content: "";
  background-color: #23211f;
  border-radius: 10px;
  width: calc(40 / 1920 * 100vw);
  height: 2px;
  position: absolute;
  top: 25%;
  right: 5%;
  transform-origin: center center;
}
.accordion-item .btn::before {
  width: 2px;
  height: calc(40 / 1920 * 100vw);
  top: -1vw;
  right: 48%;
}
.accordion-item .btn.open {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion-item .btn.open::before {
  content: none;
}
.answer {
  display: block;
  padding: 0 20px 0 calc(155 / 1920 * 100vw);
  position: relative;
  line-height: 1.5;
}
.answer::before {
  position: absolute;
  left: calc(45 / 1920 * 100vw);
  content: "A";
  font-size: min(calc(48 / 1920 * 100vw), 4.8rem);
  top: calc(-10 / 1920 * 100vw);
  background-color: #7598c1;
  color: #fff;
  padding: calc(4 / 1920 * 100vw) calc(21 / 1920 * 100vw);
  font-family: "Poppins", sans-serif;
  background-color: #489a6a;
}

.p-OralSurgery__box {
  background-color: #fcf6f2;
  width: calc(1280 / 1920 * 100vw);
  margin: 0 auto;
  padding: calc(40 / 1920 * 100vw) 0;
}
.p-OralSurgery__box .p-medical__sub {
  background-color: #489a6a;
  margin: 0 auto;
  width: calc(1080 / 1920 * 100vw);
}
.p-OralSurgery__box img {
  width: calc(30 / 1920 * 100vw);
}
.p-OralSurgery__box ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: calc(120 / 1920 * 100vw);
}
.p-OralSurgery__box ul li {
  display: flex;
  align-items: center;
  gap: calc(20 / 1920 * 100vw);
  border-bottom: solid 1px #489a6a;
  width: calc(480 / 1920 * 100vw);
  padding: calc(20 / 1920 * 100vw) 0;
}
.p-OralSurgery__txt {
  width: calc(1280 / 1920 * 100vw);
  margin: calc(40 / 1920 * 100vw) auto;
}

.p-ceramic .p-medical__ttl {
  margin-top: calc(60 / 1920 * 100vw);
}
.p-ceramic .p-medical__ttl h3 {
  white-space: nowrap;
}
.p-ceramic__flex03 {
  gap: calc(80 / 1920 * 100vw);
}
.p-ceramic__flex03 img:nth-of-type(2) {
  height: calc(400 / 1920 * 100vw);
}
.p-ceramic__box p {
  text-align: center;
}
.p-ceramic__list {
  width: calc(1280 / 1920 * 100vw);
  margin: calc(60 / 1920 * 100vw) auto;
}
.p-ceramic__list li {
  border-right: solid 1px #313f46;
  border-left: solid 1px #313f46;
  border-bottom: solid 1px #313f46;
  margin-bottom: calc(40 / 1920 * 100vw);
}
.p-ceramic__list h3 {
  background-color: #7598c1;
  color: #fff;
  padding: calc(28 / 1920 * 100vw) 0;
  text-align: center;
}
.p-ceramic__flex04 {
  text-align: center;
}
.p-ceramic__flex04 img {
  width: calc(260 / 1920 * 100vw);
}
.p-ceramic__chart {
}
.p-ceramic__chart dl,
.p-ArtificialTooth__chart dl,
.p-whitening__chart dl {
  display: flex;
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
  color: #fff;
}
.p-ArtificialTooth__chart dl {
  margin-top: calc(70 / 1920 * 100vw);
}
.p-ceramic__chart dt,
.p-ArtificialTooth__chart dt,
.p-whitening__chart dt {
  background-color: #7598c1;
  width: calc(283 / 1920 * 100vw);
  text-align: center;
  padding: calc(13 / 1920 * 100vw) 0;
}
.p-ArtificialTooth__chart dt {
  width: calc(320 / 1920 * 100vw);
  padding: calc(34 / 1920 * 100vw) 0;
}
.p-whitening__chart dt {
  width: calc(480 / 1920 * 100vw);
}
.p-ceramic__chart dd,
.p-ArtificialTooth__chart dd,
.p-whitening__chart dd {
  background-color: #dae7f6;
  color: #313f46;
  width: calc(417 / 1920 * 100vw);
  padding: calc(13 / 1920 * 100vw) 0 calc(13 / 1920 * 100vw)
    calc(40 / 1920 * 100vw);
  font-weight: 500;
  text-align: left;
}
.p-ArtificialTooth__chart dd {
  width: calc(280 / 1920 * 100vw);
  padding: calc(34 / 1920 * 100vw) calc(20 / 1920 * 100vw);
}
.p-whitening__chart dd {
  width: calc(800 / 1920 * 100vw);
}
.p-ceramic__list p {
  width: calc(1000 / 1920 * 100vw);
  margin: calc(30 / 1920 * 100vw) auto;
}

.p-ceramic__risk--lead {
  background-color: #fcf6f2;
  padding: calc(40 / 1920 * 100vw) calc(60 / 1920 * 100vw);
  width: calc(1166 / 1920 * 100vw);
  margin: 0 auto;
}
.p-ceramic__risk--lead h4 {
  color: #7598c1;
  font-size: min(calc(24 / 1920 * 100vw), 2.4rem);
}
.p-ceramic__risk--lead p {
  margin: calc(15 / 1920 * 100vw) 0;
}

.p-ceramic__risk--lead p::before,
.p-staff__biography--box p::before {
  content: "●";
  color: #7598c1;
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
}
.p-ceramic__risk--txt {
  width: calc(820 / 1920 * 100vw);
  margin: 0 auto calc(120 / 1920 * 100vw);
  text-align: center;
}
.p-whitening__txt {
  text-align: center;
}
.p-whitening__flex ul {
  gap: calc(80 / 1920 * 100vw);
}
.p-whitening__flex li {
  width: calc(600 / 1920 * 100vw);
}
.p-whitening__flex li h3 {
  border: solid 3px #7598c1;
  padding: calc(20 / 1920 * 100vw) 0;
  text-align: center;
  color: #7598c1;
  border-radius: 50px;
  margin: calc(20 / 1920 * 100vw) 0;
}
.p-whitening__chart {
  width: calc(1280 / 1920 * 100vw);
  margin: calc(40 / 1920 * 100vw) auto;
}
.p-whitening__box {
  margin-bottom: calc(60 / 1920 * 100vw);
}
.p-whitening__lead {
  width: calc(1150 / 1920 * 100vw);
  margin: calc(40 / 1920 * 100vw) auto;
  background-color: #fcf6f2;
  padding: calc(40 / 1920 * 100vw) calc(65 / 1920 * 100vw);
}
.p-whitening__lead h3 {
  font-size: min(calc(24 / 1920 * 100vw), 2.4rem);
  color: #7598c1;
  margin-bottom: calc(30 / 1920 * 100vw);
}
.p-whitening__lead p {
}
.p-implant__box .p-medical__ttl {
  margin-top: calc(60 / 1920 * 100vw);
}
.p-implant__txt h4 {
  font-weight: 700;
  font-size: min(calc(24 / 1920 * 100vw), 2.4rem);
  margin-bottom: calc(20 / 1920 * 100vw);
}
.p-implant__txt02 {
  text-align: center;
}
.p-implant__flex05,
.p-ArtificialTooth__flex03 {
  margin-bottom: calc(60 / 1920 * 100vw);
}

@media screen and (max-width: 768px) {
  .p-DentalCaries,
  .p-PeriodontalDisease,
  .p-PreventiveDentistry,
  .p-PediatricDentist,
  .p-PediatricDentist__02,
  .p-OralSurgery,
  .p-ceramic,
  .p-whitening,
  .p-implant,
  .p-ArtificialTooth {
    padding: 40px 4%;
  }
  .p-DentalCaries__txt {
    margin: 20px 0 40px;
  }
  .p-medical__ttl {
    background: unset;
    width: auto;
    margin: 0 auto 20px;
  }
  .p-medical__ttl h3 {
    font-size: 2.4rem;
    white-space: nowrap;
    background-color: #7598c1;
    padding: 20px;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    border-top: 1px #fff solid;
  }
  .p-medical__ttl h3::before {
    content: "";
    border-top: solid 1px #fff;
    position: absolute;
    top: 10px;
    border-bottom: solid 1px #fff;
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .p-medical__sub {
    padding: 10px 0;
    width: auto;
    margin: 40px auto 20px;
  }
  .p-medical__sub p {
    font-size: 2.4rem;
  }
  .p-DentalCaries__flex,
  .p-DentalCaries__list--flex,
  .p-ceramic__flex,
  .p-PeriodontalDisease__flex,
  .p-PeriodontalDisease__list--flex,
  .p-whitening__flex ul,
  .p-whitening__flex,
  .p-implant__flex,
  .p-ArtificialTooth__flex,
  .p-staff__flex {
    flex-direction: column;
    gap: 20px;
  }
  .p-DentalCaries__flex img,
  .p-DentalCaries__list--flex img,
  .p-ceramic__flex img,
  .p-PeriodontalDisease__flex img,
  .p-PeriodontalDisease__list--flex img,
  .p-whitening__flex img,
  .p-implant__flex img,
  .p-ArtificialTooth__flex img {
    width: auto;
  }
  .p-DentalCaries__flex p,
  .p-DentalCaries__list--flex p,
  .p-ceramic__flex p,
  .p-PeriodontalDisease__flex p,
  .p-PeriodontalDisease__list--flex p,
  .p-whitening__flex p,
  .p-implant__flex p,
  .p-ArtificialTooth__flex p {
    width: auto;
  }
  .p-DentalCaries__list h3 {
    margin: 40px auto 20px;
    width: auto;
    padding: 10px 0;
  }
  .p-PreventiveDentistry__txt h4 {
    font-size: 2rem;
    margin: 20px 0;
  }
  .p-PreventiveDentistry__txt ul li {
    padding: 10px 0;
  }
  .p-PreventiveDentistry__txt ul li img {
    width: 20px;
  }
  .accordion {
    padding: 0 4%;
  }
  .accordion-item {
    width: auto;
    margin: 0 auto 20px;
  }
  .accordion-title {
    font-size: 1.6rem;
    padding: 10px 20px 10px 75px;
  }
  .accordion-title::before {
    font-size: 2.4rem;
    padding: 15px 20px;
  }
  .accordion-content {
    padding: 10px;
  }
  .accordion-content p {
    font-size: 1.6rem;
  }
  .answer {
    padding: 0 0 0 40px;
  }
  .answer::before {
    font-size: 2.4rem;
    padding: 0px 10px;
    left: 0;
    top: 0;
  }
  .accordion-item .btn::before,
  .accordion-item .btn::after {
    width: 20px;
    top: -5%;
    right: -2vw;
  }
  .accordion-item .btn {
    top: unset;
    right: 5%;
    width: unset;
  }
  .accordion-item .btn::before {
    height: 20px;
    width: 2px;
    top: -2.2vw;
    right: 0.5vw;
  }
  .p-implant .accordion-title::before {
    font-size: 2.4rem;
    padding: 5px 10px;
  }
  .p-implant .accordion-title {
    padding: 10px 20px 10px 41px;
  }
  .p-implant .accordion-item .btn {
    top: 53%;
  }
  .p-implant .accordion {
    padding: 0;
  }
  .is-reverse {
    flex-direction: column-reverse;
  }
  .p-OralSurgery__box {
    width: auto;
    padding: 20px 4%;
  }
  .p-OralSurgery__box .p-medical__sub {
    width: auto;
  }
  .p-OralSurgery__box ul li {
    width: auto;
    gap: 10px;
    padding: 10px 0;
  }
  .p-OralSurgery__box img {
    width: 20px;
  }
  .p-OralSurgery__txt {
    width: auto;
    margin: 20px auto;
  }
  .p-ceramic__flex03 img:nth-of-type(2) {
    height: auto;
  }
  .p-ceramic .p-medical__ttl {
    margin-top: 40px;
  }
  .p-ceramic__list {
    width: auto;
    margin: 40px auto;
  }
  .p-ceramic__list p {
    width: auto;
    margin: 20px 4%;
  }
  .p-ceramic__list li {
    margin-bottom: 20px;
  }
  .p-ceramic__chart dl,
  .p-ArtificialTooth__chart dl {
    font-size: 1.6rem;
  }
  .p-ceramic__chart {
    width: 100%;
  }
  .p-ceramic__chart dt,
  .p-ArtificialTooth__chart dt {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
  .p-ArtificialTooth__chart dt {
    padding: 10px 5px;
    font-size: 1.4rem;
  }
  .p-ceramic__chart dd,
  .p-ArtificialTooth__chart dd {
    width: 100%;
    padding: 10px;
  }
  .p-ceramic__flex {
    align-items: center;
    margin: 20px 4%;
  }
  .p-ceramic__risk--lead {
    width: auto;
    padding: 10px;
  }
  .p-ceramic__risk--lead h4 {
    font-size: 2rem;
  }
  .p-ceramic__risk--lead p {
    margin: 10px 0;
  }
  .p-ceramic__risk--lead p::before,
  .p-staff__biography--box p::before {
    font-size: 1.6rem;
  }
  .p-ceramic__risk--txt {
    width: auto;
  }
  .p-whitening__flex li {
    width: auto;
  }

  .p-whitening__flex li h3 {
    margin: 20px 0;
  }
  .p-whitening__flex ul li p {
    margin: 20px 0 0;
  }
  .p-whitening__flex p {
    margin-bottom: 20px;
  }
  .p-whitening__lead {
    width: auto;
    padding: 20px 4%;
  }
  .p-whitening__lead h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
/* ---------------
staff
-----------------*/
.p-staff__box {
  background-color: #dae7f6;
  padding: calc(60 / 1920 * 100vw) 0;
}
.p-staff__flex img {
  width: calc(440 / 1920 * 100vw);
}
.p-staff__flex p {
  width: calc(800 / 1920 * 100vw);
}
.p-staff__greet--name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(10 / 1920 * 100vw);
  margin-top: calc(20 / 1920 * 100vw);
  justify-content: flex-start;
}
.p-staff__greet--name img {
  width: calc(108 / 1920 * 100vw);
}
.p-staff__greet--name h3 {
  font-size: min(calc(48 / 1920 * 100vw), 4.8rem);
  font-weight: 400;
}
.p-staff__greet--name p {
  font-size: min(calc(24 / 1920 * 100vw), 2.4rem);
  font-weight: 400;
  width: unset;
}

.p-staff__biography {
  padding: calc(60 / 1920 * 100vw) 0;
}
.p-staff__biography--box {
  width: calc(1280 / 1920 * 100vw);
  margin: 0 auto;
  border: solid 2px #313e4e;
  background-color: #fff;
  padding: calc(40 / 1920 * 100vw) 0;
}
.p-staff__biography--box h3 {
  font-size: min(calc(32 / 1920 * 100vw), 3.2rem);
  font-weight: 500;
  text-align: center;
  border-bottom: solid #313e4e 2px;
  width: calc(780 / 1920 * 100vw);
  margin: 0 auto;
  padding: calc(20 / 1920 * 100vw) 0;
}
.p-staff__biography--box p {
  width: calc(780 / 1920 * 100vw);
  margin: calc(20 / 1920 * 100vw) auto 0;
}

.p-staff__box02 {
  background-color: #fcf6f2;
}
.p-staff__box02 .p-staff__biography--box {
  width: calc(800 / 1920 * 100vw);
}
.p-staff__box02 .p-staff__biography--box h3 {
  width: calc(640 / 1920 * 100vw);
}
.p-staff__box02 .p-staff__biography--box p {
  width: calc(640 / 1920 * 100vw);
}
.p-staff__box02 .p-staff__biography {
  padding: 0;
}
.p-staff__box02 .p-staff__greet--name {
  margin-top: calc(40 / 1920 * 100vw);
}
@media screen and (max-width: 768px) {
  .p-staff {
    padding: 40px 4%;
  }
  .p-staff__flex img,
  .p-staff__flex p {
    width: auto;
  }
  .p-staff__box {
    padding: 20px 4%;
  }
  .p-staff__greet--name img {
    width: 80px;
  }
  .p-staff__greet--name h3 {
    font-size: 2rem;
  }
  .p-staff__greet--name p {
    font-size: 1.4rem;
  }
  .p-staff__biography--box {
    width: auto;
    padding: 20px;
  }
  .p-staff__biography--box h3 {
    font-size: 2.4rem;
  }
  .p-staff__biography--box p {
    width: auto;
  }
  .p-staff__box02 {
    padding: 40px 4% 0;
  }
  .p-staff__box02 .p-staff__biography {
    width: 100%;
  }
  .p-staff__box02 .p-staff__biography--box,
  .p-staff__box02 .p-staff__biography--box p {
    width: auto;
  }
  .p-staff__box02:last-child {
    padding-bottom: 30px;
  }
  .p-staff__box02:last-child .p-staff__biography--box {
    width: 100%;
  }
}
/* -------------
recruit
---------------*/
.p-recruit__bnr {
  background-color: #dae7f6;
  padding: calc(80 / 1920 * 100vw) 0;
}
.p-recruit__bnr img {
  width: calc(1280 / 1920 * 100vw);
  margin: 0 auto;
}
.p-recruit__flex {
  display: flex;
  justify-content: center;
  gap: calc(40 / 1920 * 100vw);
}
.p-recruit__DentalHygienist {
  margin-bottom: calc(60 / 1920 * 100vw);
}
.p-recruit__DentalHygienist dl,
.p-recruit__DentalAssistant dl {
  display: flex;
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
}
.p-recruit__DentalHygienist dt,
.p-recruit__DentalAssistant dt {
  background-color: #7598c1;
  text-align: center;
  padding: calc(20 / 1920 * 100vw) 0;
  width: calc(160 / 1920 * 100vw);
  color: #fff;
}
.p-recruit__DentalHygienist dd,
.p-recruit__DentalAssistant dd {
  background-color: #dae7f6;
  padding: calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)
    calc(40 / 1920 * 100vw);
  border-bottom: solid 1px #3c5672;
  width: calc(420 / 1920 * 100vw);
}
.p-recruit__DentalHygienist dd p:nth-of-type(1),
.p-recruit__DentalAssistant dd p:nth-of-type(1) {
  border-bottom: solid 1px #3c5672;
  border-top: solid 1px #3c5672;
  width: calc(400 / 1920 * 100vw);
  padding: calc(10 / 1920 * 100vw) 0;
  margin-top: calc(10 / 1920 * 100vw);
}

.p-recruit__DentalAssistant {
  max-width: calc(1280 / 1920 * 100vw);
  margin: 0 auto;
}
.p-recruit__tel {
  background-color: #efefef;
  width: calc(648 / 1920 * 100vw);
  padding: calc(40 / 1920 * 100vw);
  margin: 0 auto calc(120 / 1920 * 100vw);
}
.p-recruit__tel img {
  width: calc(608 / 1920 * 100vw);
}
@media screen and (max-width: 768px) {
  .p-recruit__bnr {
    padding: 40px 4%;
  }
  .p-recruit__bnr img {
    width: auto;
  }
  .p-recruit__inner {
    padding: 40px 4%;
  }
  .p-recruit__flex {
    display: block;
  }
  .p-recruit__DentalHygienist {
    margin-bottom: 20px;
  }
  .p-recruit__DentalHygienist dl,
  .p-recruit__DentalAssistant dl {
    font-size: 1.6rem;
  }
  .p-recruit__DentalHygienist dt,
  .p-recruit__DentalAssistant dt {
    width: 100px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-recruit__DentalHygienist dd,
  .p-recruit__DentalAssistant dd {
    padding: 10px;
    width: 100%;
  }
  .p-recruit__DentalAssistant {
    max-width: unset;
  }
  .p-recruit__tel {
    width: auto;
    padding: 20x;
  }
  .p-recruit__tel img {
    width: auto;
  }
}
/* --------------
blog
----------------*/
.p-blog {
  background-color: #fcf6f2;
  padding: calc(120 / 1920 * 100vw) 0;
}
.p-blog__list {
  display: flex;
  gap: calc(60 / 1920 * 100vw);
  justify-content: center;
}
.p-blog__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(60 / 1920 * 100vw);
  max-width: calc(860 / 1920 * 100vw);
}
.p-blog__list ul li {
  width: calc(400 / 1920 * 100vw);
}
.p-blog__list ul li a {
}
.b-ttl {
  font-size: min(calc(24 / 1920 * 100vw), 2.4rem);
  color: #7598c1;
  border-top: solid 2px #7598c1;
  padding-top: calc(20 / 1920 * 100vw);
}
.b-txt {
  margin: calc(20 / 1920 * 100vw) 0;
}
.p-blog__archives {
  width: calc(360 / 1920 * 100vw);
}
.p-blog__archives li {
  padding: calc(20 / 1920 * 100vw) 0;
  display: flex;
}
.p-blog__archives li a {
  color: #313e4e;
}
.p-blog__archives h2 {
  font-size: min(calc(32 / 1920 * 100vw), 3.2rem);
  border-bottom: solid #313e4e 2px;
}
.p-blog__archives ul {
  display: block;
}

@media screen and (max-width: 768px) {
  .p-blog {
    padding: 40px 4%;
  }
  .p-blog__list ul {
    max-width: unset;
    display: block;
  }
  .p-blog__list ul li {
    width: auto;
    margin-bottom: 20px;
  }
  .p-blog__archives {
    width: 100px;
  }
  .b-ttl {
    font-size: 2rem;
    padding-top: 20px;
  }
  .p-blog__list {
    flex-direction: column;
  }
  .p-blog__archives h2 {
    font-size: 2rem;
  }
  .p-blog__archives {
    width: auto;
  }
}

.blog-detail {
  background-color: #fcf6f2;
  padding: calc(120 / 1920 * 100vw) 0;
}
.blog-detail__ttl {
  font-size: min(calc(40 / 1920 * 100vw), 4rem);
  font-weight: 700;
  position: relative;
}
.blog-detail__inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}
.p-blog__archive ul li {
  display: flex;
  padding: calc(20 / 1920 * 100vw) 0;
}
.p-blog__archives span {
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
}
.p-blog__archives h2 {
  padding-bottom: calc(20 / 1920 * 100vw);
}
@media screen and (max-width: 768px) {
  .blog-detail__ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .p-blog__archives h2 {
    padding-bottom: 10px ;
  }
  .p-blog__archives span {
    font-size: 1.4rem;
  }
}
