/*
Theme Name:Portfolio-Dental-Clinic
*/
@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック";
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.image {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

.l-header {
  position: fixed;
  width: 100%;
  height: 115px;
  top: 0;
  padding: 0 1%;
  background-color: #F8F8F8;
  z-index: 90;
}
.l-header__inner {
  max-width: 1200px;
  width: 100%;
  height: 115px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5FBEC4;
}
.l-header__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.l-header__logo a:hover {
  transition: 0.3s;
  opacity: 0.6;
}
.l-header__site-name-txt {
  margin-left: 7px;
  font-size: clamp(0.9375rem, 1.2445095168vw, 1.125rem);
  font-weight: bold;
}
.l-header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__menu-icon-main {
  display: flex;
  align-items: center;
}
.l-header__menu-list {
  display: flex;
}
.l-header__menu-map-icon {
  margin-right: 16px;
}
.l-header__menu-tel {
  display: none;
}
.l-header__menu-burger {
  display: none;
}
.l-header__menu-icon-drawer {
  display: none;
}

.l-header__drawer-site-logo a {
  display: none;
}
.l-header__drawer-site-icon {
  display: none;
}
.l-header__drawer-tel {
  display: none;
}

.menu-ttl {
  margin-right: clamp(1.25rem, 3.6603221083vw, 3.4375rem);
  font-size: 15px;
  font-weight: bold;
}

.menu-ttl a:hover, .l-header__menu-map-icon:hover, .l-header__menu-mail-icon:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.l-header__menu-burger span {
  content: "";
  display: block;
  height: 3.3px;
  width: 70%;
  border-radius: 3.3px;
  background-color: #5FBEC4;
  position: absolute;
  transition: all 1s;
}
.l-header__menu-burger span:first-child {
  top: 12px;
}
.l-header__menu-burger span:last-child {
  top: 35px;
}

.l-header__menu-burger.active span {
  width: 0;
  background-color: #fff;
}

.l-header__menu-burger.active span:first-child {
  width: 70%;
  transform: rotate(-45deg);
  top: 22px;
  background-color: #fff;
}

.l-header__menu-burger.active span:last-child {
  width: 70%;
  transform: rotate(45deg);
  top: 22px;
  background-color: #fff;
}

.l-slide__header-menu-burger.active span {
  width: 0;
}

.l-slide__header-menu-burger.active span:first-child {
  width: 70%;
  transform: rotate(-45deg);
  top: 24px;
  background-color: #fff;
}

.l-slide__header-menu-burger.active span:last-child {
  width: 70%;
  transform: rotate(45deg);
  top: 24px;
  background-color: #fff;
}

.l-slide.sp-open {
  left: 0%;
  transition: all 0.6s;
}

@media screen and (max-width: 768px) {
  .l-header {
    /* padding-right: 5.3333333333%; */
    height: 85px;
  }
  .l-header__inner {
    height: 85px;
  }
  .l-header__site-name {
    display: block;
    color: #5FBEC4;
  }
  .l-header__site-icon-header {
    width: 35px;
  }
  .l-header__menu-map-icon {
    margin-right: 3.2%;
    width: 35px;
  }
  .l-header__menu-mail-icon {
    margin-right: 3.2%;
    width: 35px;
  }
  .l-header__menu-list {
    display: none;
  }
  .l-header__menu-burger {
    position: relative;
    display: flex;
    justify-content: center;
    height: 50px;
    width: 50px;
    align-items: center;
    z-index: 300;
  }
  .l-header__menu-burger.active {
    position: relative;
    z-index: 300;
  }
  .l-header__drawer {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    top: 0;
    right: -100%;
    z-index: 200;
    background-color: #5FBEC4;
    transition: all 0.6s;
  }
  .l-header__drawer-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85px;
    padding: 0 1%;
    padding-right: 5.3333333333%;
  }
  .l-header__drawer-site-logo-icon {
    width: 40px;
  }
  .l-header__drawer-site-logo a {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 18px;
    padding: 10px;
  }
  .l-header__drawer-site-name-txt {
    color: #fff;
    margin-left: 7px;
    font-weight: bold;
  }
  .l-header__drawer-site-icon {
    display: flex;
    margin-right: clamp(2.6875rem, 3.2942898975vw, 2.9375rem);
  }
  .l-header__drawer-menu-map-icon-img {
    width: 50px;
  }
  .l-header__drawer-menu-mail-icon-img {
    width: 50px;
  }
  .l-header__drawer-tel {
    display: block;
  }
  .l-header__drawer.sp-open {
    right: 0;
    transition: all 0.6s;
  }
  .l-header__drawer.sp-open .l-header__menu {
    justify-content: flex-start;
    padding: 0 1%;
  }
  .l-header__drawer.sp-open .l-header__menu-list {
    display: block;
    margin: 55px 250px 55px 10px;
  }
  .l-header__drawer.sp-open .l-header__menu-list li {
    text-align: left;
    margin-bottom: 42px;
  }
  .l-header__drawer.sp-open .l-header__menu-list li a {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
  }
  .l-header__drawer.sp-open .l-header__drawer-tel {
    display: block;
  }
  .l-header__drawer.sp-open .l-header__drawer-tel-txt {
    text-align: center;
    color: #fff;
    font-family: Jost;
    font-size: 30px;
    font-family: Futura PT;
  }
}
.l-main {
  position: relative;
  margin-top: 115px;
}

.l-main__kv {
  width: 100%;
  background-color: #F8F8F8;
}

.l-main__kv-img {
  padding-bottom: 325px;
  padding-right: 6.275862069%;
}

.l-main__kv-picture {
  position: relative;
}

.l-main__kv-picture-img {
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  width: 100%;
  height: 36.5517241379%;
}

.l-main__kv-picture::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(95, 95, 95, 0.15);
  z-index: 10;
}

.l-main__kv-catch {
  position: absolute;
  top: 54.1509433962%;
  left: 9.4339622642%;
  z-index: 20;
}
.l-main__kv-catch-txt {
  font-size: clamp(1.75rem, 3.2942898975vw, 2.8125rem);
  font-weight: bold;
  color: #fff;
}

.l-main__kv-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  margin: 0 auto;
}
.l-main__kv-scroll p {
  color: #fff;
}

.l-main__features {
  position: relative;
  margin-bottom: 250px;
}
.l-main__features-background {
  background-image: url(img/pc/l-main__features-shadow.png);
  background-repeat: repeat;
  overflow: hidden;
}
.l-main__features-ttl {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}
.l-main__features-list-wrap {
  max-width: 1020px;
  margin: 150px auto;
  display: flex;
  row-gap: 78px;
  -moz-column-gap: 9.8039215686%;
       column-gap: 9.8039215686%;
  flex-wrap: wrap;
  padding: 0 1%;
}
.l-main__features-list-item {
  width: 45.0980392157%;
  max-width: 460px;
}
.l-main__features-list-item-number {
  position: absolute;
  top: 7px;
  left: 13px;
  color: #577082;
  font-size: 55px;
  font-family: Jost;
  font-weight: 400;
  z-index: 40;
}
.l-main__features-list-item-background {
  background-color: transparent;
  width: 100%;
  position: relative;
}
.l-main__features-list-item-background::before {
  content: "";
  display: block;
  position: absolute;
  height: 321px;
  width: 21.7391304348%;
  border-right: solid 100px #F5F5F5;
  border-top: solid 100px transparent;
}
.l-main__features-list-item-background::after {
  content: "";
  display: block;
  position: absolute;
  height: 321px;
  width: calc(100% - 100px);
  background-color: #F5F5F5;
  top: 0;
  right: 0;
}
.l-main__features-list-item-contents {
  display: inline-block;
  justify-content: center;
  align-content: center;
  text-align: center;
  width: 100%;
  z-index: 40;
}
.l-main__features-list-item-contents-img {
  position: relative;
  width: 100%;
  padding-top: 13px;
  z-index: 20;
}
.l-main__features-list-item-contents-ttl {
  position: relative;
  width: 100%;
  padding: 11px;
  color: #577082;
  font-size: 24px;
  font-weight: bold;
  z-index: 40;
}
.l-main__features-list-item-contents-txt {
  position: relative;
  width: 100%;
  padding: 11px 30px 36px;
  color: #333333;
  font-size: 16px;
  text-align: left;
  z-index: 40;
}

.l-main__features-img img {
  width: 100%;
}

.l-main__philosophy {
  margin-bottom: 240px;
}
.l-main__philosophy-upper {
  padding: 0 1%;
  max-width: 1020px;
  margin: 0 auto;
}
.l-main__philosophy-item {
  display: flex;
  justify-content: space-between;
}
.l-main__philosophy-txt {
  max-width: 410px;
  font-size: 16px;
}
.l-main__philosophy-txt p:first-child {
  margin-top: 68px;
}
.l-main__philosophy-txt p:last-child {
  margin-top: 40px;
}
.l-main__philosophy-contents-img {
  margin-top: -50px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.l-main__philosophy-picture {
  margin-top: -34px;
}
.l-main__philosophy-picture-img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.l-main__doctor {
  background-color: #5FBEC4;
  width: 100%;
  background: linear-gradient(to right, #5fbec4, #73e1e8);
}
.l-main__doctor-inner {
  padding-top: 120px;
  padding-bottom: 160px;
  padding-left: 14.8275862069%;
}
.l-main__doctor-item {
  display: flex;
  justify-content: flex-end;
}
.l-main__doctor-item picture {
  margin-top: -70px;
  width: 60.7287449393%;
}
.l-main__doctor-img {
  width: 100%;
}
.l-main__doctor-intro {
  color: #fff;
  width: 33.1983805668%;
  margin-right: 6.0728744939%;
}
.l-main__doctor-intro-name {
  display: flex;
  margin-top: 42px;
}
.l-main__doctor-intro-name-jp {
  font-size: 20px;
  font-weight: bold;
}
.l-main__doctor-intro-name-roman {
  margin-left: 19px;
  color: #577082;
  opacity: 40%;
  font-family: Jost;
  font-size: 16px;
  font-weight: normal;
  vertical-align: text-bottom;
}
.l-main__doctor-txt-career {
  font-size: 16px;
  margin-top: 40px;
}

.l-main__staff {
  background-color: #F8F8F8;
}
.l-main__staff-inner {
  padding-top: 160px;
  padding-bottom: 160px;
}
.l-main__staff-position {
  width: 100%;
  margin-top: 31px;
  font-size: 15px;
  font-weight: bold;
  color: #577082;
}
.l-main__staff-name {
  width: 100%;
  margin-top: 11px;
  font-size: 20px;
  font-weight: bold;
  color: #577082;
}
.l-main__staff-name-roman {
  margin-left: 19px;
  color: #577082;
  opacity: 40%;
  font-family: Jost;
  font-size: 16px;
  font-weight: normal;
  vertical-align: text-bottom;
}
.l-main__staff-intro {
  width: 100%;
  margin-top: 26px;
  font-size: 16px;
  color: #333333;
}

.swiper {
  padding: 0 1%;
  position: relative;
}
.swiper-wrapper {
  display: flex;
  max-width: 1020px;
  gap: 60px;
  justify-content: space-between;
  margin: auto;
}
.swiper-wrapper div:nth-child(1) {
  margin-top: 160px;
}
.swiper-wrapper div:nth-child(2) {
  margin-top: 80px;
}
.swiper-wrapper div:nth-child(4) {
  display: none;
}
.swiper-slide {
  width: calc((100% - 120px) / 3);
}
.swiper-slide-img {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
.swiper-button-prev, .swiper-button-next {
  display: none;
}

.l-main__access-inner {
  padding-top: 100px;
  padding-bottom: 140px;
  padding-left: 1%;
  padding-right: 1%;
}
.l-main__access-picture {
  display: flex;
  max-width: 1020px;
  margin: 0 auto;
  margin-top: 100px;
  justify-content: space-between;
}
.l-main__access-img-reception {
  width: 59.8039215686%;
}
.l-main__access-img-map {
  width: 37.2549019608%;
  position: relative;
}
.l-main__access-img-map-content {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.l-main__access-img-map-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-main__access-txt {
  display: grid;
  max-width: 1020px;
  margin: 0 auto;
  margin-top: 62px;
  color: #333333;
}
.l-main__access-txt-ttl {
  font-size: 24px;
  font-weight: bold;
}
.l-main__access-contents {
  display: flex;
  max-width: 1020px;
  margin-top: 20px;
  justify-content: space-between;
  align-items: flex-end;
}
.l-main__access-contents-left {
  font-weight: bold;
}
.l-main__access-address {
  font-size: 16px;
}
.l-main__access-phone {
  margin-top: 20px;
  font-size: 18px;
}
.l-main__access-how-ttl {
  font-size: 18px;
}
.l-main__access-how-txt {
  margin-top: 12px;
  font-size: 16px;
  font-weight: normal;
}

.l-main__news-inner {
  background-color: #F8F8F8;
  padding: 135px 1% 140px;
}
.l-main__news-wrapper {
  max-width: 1020px;
  margin: 0 auto;
}
.l-main__news-contents {
  max-width: 1020px;
  margin-bottom: 20px;
}
.l-main__news-contents-btn {
  width: 100%;
  display: flex;
  position: relative;
  background-color: #fff;
  align-items: center;
  border-radius: 40px;
  padding-left: 65px;
  padding-right: 60px;
}
.l-main__news-contents-btn-top-date, .l-main__news-contents-btn-mid-date, .l-main__news-contents-btn-bottom-date {
  margin-right: 50px;
  color: #A9B6BF;
  font-size: 14px;
}
.l-main__news-contents-btn-top-ttl, .l-main__news-contents-btn-mid-ttl, .l-main__news-contents-btn-bottom-ttl {
  padding: 26px 0;
  color: #333333;
  font-size: 16px;
}
.l-main__news-contents-btn-arrow {
  position: absolute;
  right: 65px;
  top: 50%;
}
.l-main__news-contents-btn-arrow img {
  transform: translateY(-50%);
}
.l-main__news-contents-btn:hover {
  transition: 0.3s;
  opacity: 0.6;
}
.l-main__news-btns {
  margin-top: 60px;
}
.l-main__news-img img {
  width: 100%;
}

.l-main__reservation {
  background-color: #5FBEC4;
  width: 100%;
  background: linear-gradient(to right, #5fbec4, #73e1e8);
}
.l-main__reservation-inner {
  padding-top: 55px;
  padding-bottom: 80px;
}
.l-main__reservation-txt {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
}

.l-main__consultation {
  background-color: #F5F5F5;
}
.l-main__consultation-inner {
  padding: 135px 20px 140px;
}
.l-main__consultation-table-7day {
  margin: auto;
}
.l-main__consultation-intro {
  margin: 0 auto;
  margin: 20px 18px 0;
  color: #577082;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 85px;
  }
  .l-main__kv {
    margin-right: 20px;
  }
  .l-main__kv-img {
    padding-right: 5.3333333333%;
  }
  .l-main__kv-catch {
    position: absolute;
    top: 110.65830721%;
  }
  .l-main__kv-catch-txt {
    color: #5FBEC4;
  }
  .l-main__kv-scroll {
    display: none;
  }
  picture.l-main__kv-picture {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 94.6666666667%;
  }
  .l-main__features {
    margin-bottom: 140px;
  }
  .l-main__features-list-wrap {
    display: block;
    max-width: 324px;
  }
  .l-main__features-list-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .l-main__features-list-item-contents-ttl {
    font-size: 15px;
  }
  .l-main__features-list-item-contents-txt {
    font-size: 12px;
    letter-spacing: 0.02em;
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-main__features-list-item-number {
    font-size: 35px;
  }
  .l-main__philosophy {
    margin-bottom: 140px;
  }
  .l-main__philosophy-item {
    flex-direction: column-reverse;
    margin-left: 37px;
    margin-right: 38px;
  }
  .l-main__philosophy-item picture {
    text-align: right;
    padding-top: 41px;
    padding-bottom: 80px;
    margin-right: 20px;
  }
  .l-main__philosophy-txt {
    font-size: 14px;
    margin: 0 auto;
  }
  .l-main__philosophy-txt p:first-child {
    margin-top: 0;
  }
  .l-main__philosophy-txt p:last-child {
    margin-bottom: 101px;
  }
  .l-main__philosophy-contents-img {
    width: 64%;
    margin-top: 0;
  }
  .l-main__philosophy-img {
    padding-right: 20px;
  }
  .l-main__doctor-inner {
    padding-top: 80px;
    padding-bottom: 111px;
    padding-left: 10.1333333333%;
  }
  .l-main__doctor-item {
    flex-direction: column-reverse;
  }
  .l-main__doctor-item picture {
    margin-top: 41px;
    width: 100%;
  }
  .l-main__doctor-intro {
    width: 100%;
    padding-right: 10.1333333333%;
    margin-right: 0;
  }
  .l-main__doctor-txt-career {
    font-size: 14px;
  }
  .swiper-wrapper {
    gap: 0;
    margin-top: 60px;
  }
  .swiper-wrapper div:nth-child(4) {
    display: block;
  }
  .swiper-slide {
    width: initial;
  }
  .swiper-contents {
    max-width: 520px;
  }
  .swiper-button-prev, .swiper-button-next {
    display: block;
  }
  .swiper-wrapper div:nth-child(1) {
    margin-top: 0;
  }
  .swiper-wrapper div:nth-child(2) {
    margin-top: 0;
  }
  .l-main__staff-inner {
    padding-bottom: 120px;
  }
  .l-main__staff-intro {
    font-size: 14px;
  }
  .l-main__access-inner {
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 80px;
  }
  .l-main__access-picture {
    margin-top: 60px;
    display: grid;
    justify-content: center;
  }
  .l-main__access-img-reception {
    width: 100%;
    margin-bottom: 20px;
  }
  .l-main__access-img-map {
    width: 100%;
  }
  .l-main__access-img-map-content {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 50%;
    height: 0;
  }
  .l-main__access-img-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .l-main__access-img-map-pc {
    display: none;
  }
  .l-main__access-contents {
    display: block;
  }
  .l-main__access-txt {
    max-width: 600px;
  }
  .l-main__access-txt-ttl {
    font-size: 20px;
  }
  .l-main__access-address {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .l-main__access-phone {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .l-main__access-how-ttl {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .l-main__access-how-txt {
    font-size: 14px;
  }
  .l-main__news-inner {
    padding-top: 77px;
    padding-bottom: 80px;
  }
  .l-main__news-btns {
    padding: 0 20px;
  }
  .l-main__news-contents-btn {
    display: grid;
    justify-content: left;
    padding: 16px 24px;
  }
  .l-main__news-contents-btn-arrow {
    display: none;
  }
  .l-main__news-contents-btn-top-date {
    padding: 0;
    text-align: left;
    font-size: 12px;
  }
  .l-main__news-contents-btn-top-ttl {
    padding: 0;
    text-align: left;
    font-size: 14px;
  }
  .l-main__news-contents-btn-mid-date {
    padding: 0;
    text-align: left;
    font-size: 12px;
  }
  .l-main__news-contents-btn-mid-ttl {
    padding: 0;
    text-align: left;
    font-size: 14px;
  }
  .l-main__news-contents-btn-bottom-date {
    padding: 0;
    text-align: left;
    font-size: 12px;
  }
  .l-main__news-contents-btn-bottom-ttl {
    padding: 0;
    text-align: left;
    font-size: 14px;
  }
  .l-main__reservation-inner {
    padding-top: 57px;
    padding-left: 37px;
    padding-right: 37px;
    padding-bottom: 60px;
  }
  .l-main__reservation-txt {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .l-main__consultation-inner {
    padding-bottom: 80px;
  }
  .l-main__consultation-intro {
    font-size: 14px;
  }
}
.l-footer {
  background-color: #5FBEC4;
  color: #fff;
}
.l-footer__inner {
  padding-top: 40px;
  padding-bottom: 0px;
  padding-left: 1%;
  padding-right: 6.275862069%;
}
.l-footer__header {
  display: flex;
  max-width: 1020px;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 35px;
}
.l-footer__header-logo a {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.l-footer__header-logo a:hover {
  transition: 0.3s;
  opacity: 0.6;
}
.l-footer__header-site-name {
  margin-left: 7px;
}
.l-footer__header-site-name-txt {
  font-size: 18px;
  font-weight: bold;
}
.l-footer__menu ul {
  display: flex;
  align-items: center;
}
.l-footer__menu-mail-icon a:hover {
  transition: 0.3s;
  opacity: 0.6;
}
.l-footer__contact-address {
  display: flex;
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  justify-content: space-between;
}
.l-footer__contact-address-text {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: normal;
}
.l-footer__contact-address-text p:first-child {
  margin-bottom: 5px;
}
.l-footer__contact-page-top {
  position: absolute;
  right: -57px;
  bottom: 0;
  text-align: center;
  transform: translateX(-50%);
}
.l-footer__contact-page-top a img {
  transform: translateX(50%);
  margin-bottom: 11px;
}
.l-footer__contact-page-top a:hover {
  transition: 0.3s;
  opacity: 0.6;
}
.l-footer__contact-page-top-txt {
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: clamp(0.875rem, 1.1713030747vw, 1rem);
}
.l-footer__copyright {
  max-width: 1020px;
  margin: 0 auto;
  text-align: right;
  border-top: 1px solid;
  border-color: #fff;
  font-size: clamp(0.625rem, 0.878477306vw, 0.75rem);
}
.l-footer__copyright-txt {
  padding-top: 10px;
  padding-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding-right: 1%;
  }
  .l-footer__header-logo {
    margin: 0 auto;
  }
  .l-footer__menu {
    display: none;
  }
  .l-footer__contact-address {
    display: block;
  }
  .l-footer__contact-address-text {
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
  }
  .l-footer__contact-page-top {
    position: static;
    transform: none;
    margin-bottom: 15px;
  }
  .l-footer__contact-page-top-txt {
    writing-mode: horizontal-tb;
  }
  .l-footer__copyright {
    max-width: 300px;
  }
  .l-footer__copyright-txt {
    text-align: center;
    font-size: 10px;
  }
}
.l-main__reserve {
  position: fixed;
  display: block;
  right: 6.275862069vw;
  top: 50vh;
  transform: translate(50%, 50%);
  z-index: 40;
}
.l-main__reserve a {
  width: 70px;
  height: 200px;
  display: flex;
  writing-mode: vertical-lr;
  color: #fff;
  border-radius: 100px 100px 20px 100px;
  background-color: #5FBEC4;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  margin: -18px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.l-main__reserve a:hover {
  transition: 0.3s;
  opacity: 0.6;
}
.l-main__reserve a:hover .l-main__reserve {
  opacity: 0.6;
  transition: 0.3s;
}

.c-btn__reserve {
  margin: 0 auto;
  text-align: center;
}
.c-btn__reserve a {
  display: inline-block;
  color: #577082;
  padding: 18px 64px;
  background-color: #fff;
  border-radius: 30px;
  font-weight: bold;
}
.c-btn__reserve a:hover {
  transition: 0.3s;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .l-main__reserve {
    transform: none;
    bottom: -23vh;
    justify-content: end;
  }
  .l-main__reserve a {
    position: static;
    width: 50px;
    height: 140px;
    font-size: clamp(0.875rem, 1.1713030747vw, 1.125rem);
  }
}
.c-main__features-ttl {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.c-main__features-ttl-center-item {
  display: block;
  justify-content: center;
  text-align: center;
}
.c-main__features-ttl-center-txt-name {
  color: #577082;
  font-size: clamp(1.5625rem, 2.635431918vw, 2.25rem);
  margin-top: 20px;
}

.c-main__ttl-left-item {
  text-align: left;
}
.c-main__ttl-left-txt {
  position: relative;
  display: flex;
  justify-content: flex-start;
  z-index: 0;
}
.c-main__ttl-left-txt-roman {
  position: absolute;
  top: 15%;
  left: 0%;
  color: #577082;
  opacity: 15%;
  font-family: Jost;
  font-size: 55px;
  font-weight: 600;
  text-transform: capitalize;
  z-index: -1;
}
.c-main__ttl-left-txt-name {
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: clamp(2.125rem, 2.635431918vw, 2.375rem);
  color: #577082;
  margin-top: 53px;
}

.c-main__ttl-left-wh-item {
  text-align: left;
}
.c-main__ttl-left-wh-txt {
  position: relative;
  display: flex;
  justify-content: flex-start;
  z-index: 0;
}
.c-main__ttl-left-wh-txt-roman {
  position: absolute;
  top: 15%;
  left: 0%;
  color: #577082;
  opacity: 15%;
  font-family: Jost;
  font-size: 55px;
  font-weight: 600;
  text-transform: capitalize;
  z-index: -1;
}
.c-main__ttl-left-wh-txt-name {
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: clamp(2.125rem, 2.635431918vw, 2.375rem);
  color: #fff;
  margin-top: 53px;
}

.c-main__ttl-center {
  margin: 0 auto;
  text-align: center;
}
.c-main__ttl-center-txt {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 0;
}
.c-main__ttl-center-txt-roman {
  position: absolute;
  top: 15%;
  color: #577082;
  opacity: 15%;
  font-family: Jost;
  font-size: 55px;
  line-height: 1.4545;
  font-weight: 600;
  text-transform: capitalize;
  z-index: -1;
}
.c-main__ttl-center-txt-name {
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 32px;
  color: #577082;
  line-height: 1.4375;
  margin-top: 50px;
}
.c-main__ttl-center-item {
  text-align: center;
  min-width: 200px;
}

.c-main__ttl-center-wh {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.c-main__ttl-center-wh-txt {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 0;
}
.c-main__ttl-center-wh-txt-roman {
  position: absolute;
  color: #577082;
  opacity: 15%;
  font-family: Jost;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.4545;
  text-transform: capitalize;
  z-index: -1;
}
.c-main__ttl-center-wh-txt-name {
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4375;
  color: #fff;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .ttl-icon {
    width: 25px;
  }
  .c-main__ttl-left {
    margin-left: 38px;
  }
  .c-main__ttl-left-txt-roman {
    top: 7%;
    color: #577082;
    opacity: 15%;
    font-family: jost;
    font-size: 55px;
    font-weight: 600;
    text-transform: capitalize;
    z-index: -1;
    font-size: clamp(1.875rem, 2.3426061493vw, 2.125rem);
  }
  .c-main__ttl-left-txt-name {
    font-size: clamp(1.5625rem, 1.9765739385vw, 1.8125rem);
    margin-top: 24px;
    top: -50%;
  }
  .c-main__ttl-left-wh {
    margin-left: 0;
  }
  .c-main__ttl-left-wh-txt-roman {
    top: 7%;
    color: #577082;
    opacity: 15%;
    font-size: 55px;
    font-family: Jost;
    font-weight: 600;
    text-transform: capitalize;
    z-index: -1;
    font-size: clamp(1.875rem, 2.3426061493vw, 2.125rem);
  }
  .c-main__ttl-left-wh-txt-name {
    font-size: clamp(1.5625rem, 1.9765739385vw, 1.8125rem);
    margin-top: 24px;
    color: #fff;
    top: -50%;
  }
  .c-main__ttl-center {
    margin: 0 auto;
    text-align: center;
  }
  .c-main__ttl-center-txt-roman {
    top: 7%;
    color: #577082;
    opacity: 15%;
    font-size: 55px;
    font-family: Jost;
    font-weight: 600;
    text-transform: capitalize;
    z-index: -1;
    font-size: clamp(1.875rem, 2.3426061493vw, 2.125rem);
  }
  .c-main__ttl-center-txt-name {
    font-size: clamp(1.5625rem, 1.9765739385vw, 1.8125rem);
    margin-top: 24px;
    top: -50%;
  }
}
.c-table {
  margin-top: 41px;
}

.l-main__consultation-table-7day {
  border-spacing: 0;
  border-collapse: separate;
  font-size: clamp(0.8125rem, 1.1713030747vw, 1.125rem);
}

.l-main__consultation-table-7day th, .l-main__consultation-table-7day td {
  border-top: 1px solid #62BBC3;
  border-left: 1px solid #62BBC3;
  font-weight: bold;
}

.l-main__consultation-table-7day th {
  width: 50px;
  padding: 20px 0px;
  background: #FFFFFF;
  color: #577082;
}

.l-main__consultation-table-7day td {
  padding: 5px 15px;
  background: #FFFFFF;
  color: #577082;
  text-align: center;
}

.l-main__consultation-table-7day th:last-child, .l-main__consultation-table-7day td:last-child {
  border-right: 1px solid #62BBC3;
}

.l-main__consultation-table-7day tr:last-child th, .l-main__consultation-table-7day tr:last-child td {
  border-bottom: 1px solid #62BBC3;
}

.l-main__consultation-table-7day tr:first-child :first-child {
  border-top-left-radius: 20px;
  padding: 20px 10px;
  width: 225px;
}

.l-main__consultation-table-7day tr:first-child :last-child {
  border-top-right-radius: 20px;
}

.l-main__consultation-table-7day tr:last-child :first-child {
  border-bottom-left-radius: 20px;
}

.l-main__consultation-table-7day tr:last-child :last-child {
  border-bottom-right-radius: 20px;
}

.l-main__consultation-table-7day th:not(:first-child), .l-main__consultation-table-7day td:not(:first-child) {
  border-left: none;
}

@media screen and (max-width: 768px) {
  .l-main__consultation-table-7day td {
    padding: 5px 7px;
  }
}
.c-kv__under {
  width: 100%;
  background-color: #F8F8F8;
  position: relative;
}

.c-kv__under-img {
  padding-bottom: 30px;
  padding-right: 125px;
}

.c-kv__under-picture {
  position: relative;
}

.c-kv__under-picture-img {
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  width: 100%;
  height: auto;
}

.c-kv__under-ttl {
  position: absolute;
  top: 64.7826086957%;
  left: 9.4339622642%;
  z-index: 20;
}

.c-kv__under-ttl-en {
  font-family: Jost;
  font-size: clamp(1rem, 1.317715959vw, 1.125rem);
  color: #fff;
}

.c-kv__under-ttl-ja {
  font-size: clamp(1.5625rem, 2.9282576867vw, 2.5rem);
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-kv__under-ttl {
    position: absolute;
    top: 63.75%;
  }
  .c-kv__under-img {
    padding-right: 20px;
  }
}
.c-breadcrumb {
  padding-right: 125px;
  padding-bottom: 190px;
}
.c-breadcrumb__listGroup {
  display: flex;
  justify-content: flex-end;
  font-size: clamp(0.625rem, 1.0248901903vw, 0.875rem);
}
.c-breadcrumb__listGroup > * + * {
  margin-left: 0.5em;
}
.c-breadcrumb__listGroup > * + *::before {
  content: "――";
  margin-left: 0.63em;
  margin-right: 0.63em;
}
.c-breadcrumb__listGroup-item-link[href]:hover {
  opacity: 0.5;
}
.c-breadcrumb__listGroup-item:last-child span {
  color: #5FBEC4;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-breadcrumb {
    padding-right: 20px;
  }
}
.p-clinic__intro-picture {
  padding: 0 125px;
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 40;
}
.p-clinic__intro-picture picture img {
  display: block;
  width: 100%;
}
.p-clinic__intro-box {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #333333;
  margin-top: -108px;
  line-height: 2;
  position: relative;
  text-align: center;
  z-index: 50;
  padding: 0 5%; /* 追加 */
  box-sizing: content-box; /* 追加 */
}
.p-clinic__intro-txt {
  padding: 60px; /* 追加 */
  background-color: #fff;
}

.p-clinic__message {
  padding-top: 494px;
  background-color: #fff; /* 追加 */
  position: relative; /* 追加 */
  margin-top: -334px; /* 追加 */
  z-index: 30; /* 追加 */
  background-image: url(img/pc/l-main__features-shadow.png);
  background-repeat: repeat;
  overflow: hidden;
}
.p-clinic__message-inner {
  padding: 0 1%;
}
.p-clinic__message-wrapper {
  display: flex;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 180px;
  max-width: 1020px;
  justify-content: center;
}
.p-clinic__message-intro {
  display: flex;
  align-items: center;
  max-width: 387px;
  margin-left: 120px;
}
.p-clinic__message-intro-position {
  font-size: 15px;
  font-weight: bold;
  color: #577082;
  margin-bottom: 10px;
}
.p-clinic__message-intro-name {
  margin-top: 11px;
  font-size: 20px;
  font-weight: bold;
  color: #577082;
  margin-bottom: 30px;
}
.p-clinic__message-intro-name-roman {
  color: #577082;
  opacity: 40%;
  font-family: Jost;
  font-size: 16px;
  font-weight: normal;
  vertical-align: text-bottom;
  margin-left: 20px;
}
.p-clinic__message-intro-txt {
  line-height: 2.5;
  margin-bottom: 60px;
  color: #333333;
}
.p-clinic__message-intro-career {
  font-weight: bold;
  margin-bottom: 10px;
  color: #333333;
}
.p-clinic__message-intro-career-txt {
  line-height: 2.125;
  color: #333333;
}

.p-clinic__facilities {
  background-color: #F8F8F8;
}
.p-clinic__facilities-inner {
  padding: 0 1%;
}
.p-clinic__facilities-intro {
  display: flex;
  justify-content: flex-end;
  padding-top: 240px;
  padding-bottom: 240px;
  margin-left: 8.4745762712%;
}
.p-clinic__facilities-intro-ttl-inner {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.p-clinic__facilities-intro-ttl-txt {
  font-size: 32px;
  color: #577082;
  font-weight: bold;
  margin-top: 40px;
}
.p-clinic__facilities-intro-picture {
  width: 74.4827586207%;
}
.p-clinic__facilities-intro-picture img {
  width: 100%;
}
.p-clinic__facilities-cards {
  padding-bottom: 240px;
}

.p-card-img--right {
  max-width: 1200px; /* 1127追加 */
  margin: 0 auto; /* 1127追加 */
  margin-bottom: 240px; /* 1127なおぞう追加 */
}
.p-card-img--right:last-child {
  margin-bottom: 0;
}
.p-card-img--left {
  max-width: 1200px; /* 1127追加 */
  margin: 0 auto;
  margin-bottom: 240px; /* 1127なおぞう追加 */
}
.p-card--leftTxt {
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: flex-end; /* 1127追加 */ /* 下揃えにする */
  margin-right: 90px; /* 一旦実数値で確認してみる用 */
}
.p-card--rightTxt {
  display: flex;
  position: relative;
  align-items: flex-end;
  margin-left: 90px; /* 一旦実数値で確認してみる用 */
}
.p-card-ttl--left {
  display: block;
  position: absolute;
  bottom: -60px; /* 一旦実数値で確認してみる用 */ /* 計算上では60 / 540 * 100% = 11.111111%だが、デベロッパーツールで確認すると12%が60pxになるので正確にやりたい場合は12%に調整、ここは正直px指定でも良いと思う */
  left: 0px; /* 1127なおぞう追加 */
  box-sizing: border-box;
  max-width: 540px;
  padding-top: 6.7567567568%;
  padding-left: 8.1081081081%;
  padding-right: 8.1081081081%;
  padding-bottom: 6.7567567568%;
  background-color: rgba(255, 255, 255, 0.95);
}
.p-card-ttl--left h4 {
  color: #577082;
  font-size: 24px;
}
.p-card-ttl--left p {
  color: #333333;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.p-card-ttl--right {
  display: block;
  position: absolute;
  bottom: -24px; /* 一旦実数値で確認してみる用 */
  right: 0px; /* 1127なおぞう追加 */
  box-sizing: border-box;
  max-width: 540px; /* 1127修正 */
  /* padding-top: 75px; pxでの確認用、確認後は不要 */
  padding-top: 5.6756756757%;
  /* padding-left: 90px; pxでの確認用、確認後は不要 */
  padding-left: 8.1081081081%; /*  */
  /* padding-right: 90px; pxでの確認用、確認後は不要 */
  padding-right: 8.1081081081%; /*  */
  /* padding-bottom: 75px; pxでの確認用、確認後は不要 */
  padding-bottom: 4.1441441441%; /*   */
  /* background-color: #fff; */
  /* opacity: 0.95; opacityだとテキスト含めて薄くなってしまうので、background-colorのrgbaで調整する */
  background-color: rgba(255, 255, 255, 0.95);
}
.p-card-ttl--right h4 {
  color: #577082;
}
.p-card-ttl--right p {
  color: #333333;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.p-card-ttl--txt {
  line-height: 1.75;
  color: #333333;
  margin-bottom: 38px;
}
.p-card-ttl--txt span {
  font-size: 45px;
  color: #5FBEC4;
  font-family: Jost;
  font-weight: normal;
  margin-right: 7px;
}
.p-card-ttl--txt h4 {
  display: flex; /* テキストが数字の下に潜りこむのを防止するために追加 */
  line-height: 1.25;
  align-self: center;
  font-size: 24px;
  align-items: center; /* テキストが数字の下に潜りこむのを防止するために追加 */
}

@media screen and (max-width: 768px) {
  .p-clinic__intro {
    margin: 0 10px;
  }
  .p-clinic__intro-picture {
    padding: 0;
  }
  .p-clinic__intro-box {
    max-width: 94.6666666667%;
    margin-top: -40px;
    margin-bottom: 120px;
    font-size: 14px;
    line-height: 2.14;
  }
  .p-clinic__intro-txt {
    padding: 40px 37px;
  }
  .p-clinic__message {
    margin-top: -500px;
    padding-top: 500px;
  }
  .p-clinic__message-wrapper {
    display: grid;
    justify-content: center;
    margin-top: 40px;
    margin-left: 38px;
    margin-right: 38px;
    padding-bottom: 100px;
  }
  .p-clinic__message-picture {
    margin-bottom: 40px;
  }
  .p-clinic__message-intro {
    margin: 0 auto;
  }
  .p-clinic__message-intro-txt {
    font-size: 14px;
    line-height: 2.14;
    margin-bottom: 43px;
  }
  .p-clinic__message-intro-career-txt {
    font-size: 14px;
    line-height: 2.14;
  }
  .p-clinic__facilities-intro {
    display: block;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-clinic__facilities-intro-ttl {
    display: block;
    text-align: left;
    margin-bottom: 40px;
  }
  .p-clinic__facilities-intro-ttl-txt {
    margin-top: 22px;
    font-size: 25px;
  }
  .p-clinic__facilities-cards {
    padding-bottom: 120px;
  }
  .p-card-img--right {
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
    margin-bottom: 80px;
  }
  .p-card-img--left {
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 80px;
  }
  .p-card--leftTxt {
    display: block;
    margin-right: 0;
  }
  .p-card-ttl--left {
    margin-left: 0;
    width: 89.552238806%;
    position: relative;
    margin: 0 auto;
    top: 0;
    margin-top: -40px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 26px;
    padding-bottom: 40px;
  }
  .p-card-ttl--left p {
    letter-spacing: 0.02em;
  }
  .p-card-ttl--right {
    margin-left: 0;
    width: 89.552238806%;
    position: relative;
    margin: 0 auto;
    top: 0;
    margin-top: -40px;
    margin-top: -40px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 26px;
    padding-bottom: 40px;
  }
  .p-card-ttl--right p {
    letter-spacing: 0.02em;
  }
  .p-card--rightTxt {
    display: block;
    margin-left: 0;
  }
  .p-card-ttl--txt {
    margin-top: 10px;
    font-size: 45px;
    margin-bottom: 16px;
  }
  .p-card-ttl--txt span {
    font-size: 35px;
  }
  .p-card-ttl--txt h4 {
    font-size: 20px;
  }
}
.p-treatment__list {
  background-color: #F8F8F8;
}
.p-treatment__list-kv {
  padding-top: 60px;
}
.p-treatment__list-kv-inner {
  max-width: 1020px;
  height: 380px;
  margin: 0 auto;
  display: flex;
}
.p-treatment__list-kv-item {
  width: 100%;
  height: 380px;
  margin-bottom: 5px;
  position: relative;
  background-size: cover;
}
.p-treatment__list-kv-item::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}
.p-treatment__list-kv-item.gen {
  background: url(img/pc/p-treatment__list-kv-gen.png) center center/cover no-repeat;
}
.p-treatment__list-kv-item.child {
  background: url(img/pc/p-treatment__list-kv-child.png) center center/cover no-repeat;
}
.p-treatment__list-kv-item.ortho {
  background: url(img/pc/p-treatment__list-kv-ortho.png) center center/cover no-repeat;
}
.p-treatment__list-kv-item.implant {
  background: url(img/pc/p-treatment__list-kv-implant.png) center center/cover no-repeat;
}
.p-treatment__list-kv-txt {
  display: block;
  max-width: 1450px;
  align-self: center; /* 今回はこれを使えればよいのでdisplayはflexで良い */
  text-align: left;
  padding-left: 1%;
  color: #fff;
  z-index: 1;
}
.p-treatment__list-kv-txt p {
  font-size: 18px;
  font-weight: bold;
}
.p-treatment__list-kv-ttl {
  display: flex;
  align-items: center;
}
.p-treatment__list-kv-ttl span {
  font-family: Jost;
  font-size: 40px;
  font-weight: 600;
  margin-right: 10px;
}
.p-treatment__list-kv-ttl h3 {
  font-weight: bold;
  font-size: 28px;
}
.p-treatment__list-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 265px;
  padding-left: 1%;
  padding-right: 1%;
}
.p-treatment__list-container-main {
  width: 100%;
}
.p-treatment__list-container-main p {
  margin-top: 39.5px;
  margin-bottom: 60px;
  color: #333333;
  line-height: 1.875;
}
.p-treatment__list-container-sub {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.p-treatment__list-container-sub-item {
  width: 46.0784313725%;
}
.p-treatment__list-container-sub-item p {
  margin-top: 20px;
  color: #333333;
  line-height: 2;
}
.p-treatment__list-ttl-main {
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: 3px solid #707070;
  line-height: 1.46;
}
.p-treatment__list-ttl-main::before {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 150px;
  background: #5FBEC4;
  content: "";
}
.p-treatment__list-ttl-main span {
  font-size: 50px;
  font-family: Jost;
  font-weight: 600;
  color: #577082;
}
.p-treatment__list-ttl-main h3 {
  font-size: 30px;
  font-weight: bold;
  color: #577082;
  margin-left: 20px;
  vertical-align: text-bottom;
}
.p-treatment__list-ttl-sub {
  border-bottom: 3px solid #707070;
  position: relative;
}
.p-treatment__list-ttl-sub::before {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100px;
  background: #5FBEC4;
  content: "";
}
.p-treatment__list-ttl-sub h3 {
  font-size: 20px;
  font-weight: bold;
  color: #577082;
  line-height: 2.45;
  vertical-align: text-top;
}
.p-treatment__list-item {
  padding-bottom: 135px;
}

.single-post {
  max-width: 100%;
  margin-top: 115px;
  margin-left: auto;
  margin-right: auto;
  /* margin-bottom: 50px; */
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.l-single-post {
  max-width: 80%;
  margin: auto;
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 100px;
  margin-bottom: 100px;
  /* padding-top: 100px; */
}
.post-title {
  font-size: 2em;
  margin-bottom: 10px;
  color: #333;
  text-align: center;
} 
.post-meta {
  font-size: 0.9em;
  color: #666;
  text-align: center;
  margin-bottom: 20px;
}
.post-body {
  font-size: 1.1em;
  line-height: 1.8;
  color: #444;
}
.post-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
}

/* フォーム全体のスタイル */
.wpcf7 {
  background-color: #f0f0f0; 
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  margin: auto;
  margin-top: 160px;
  margin-bottom: 50px;
  }
  /* ラベルのスタイル */
  .wpcf7-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333333; 
  }
  /* 必須フィールドのラベルスタイル */
  .wpcf7-form .required {
  background-color: #ff0000; 
  color: white;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 12px;
  }
  /* インプットフィールドのスタイル */
  .wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc; 
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  background-color: #ffffff; 
  }
  /* テキストエリアのスタイル */
  .wpcf7-form textarea {
  height: 120px;
  resize: vertical;
  }
  /* 送信ボタンのスタイル */
  .wpcf7-form input[type="submit"] {
  background-color: #5FBEC4; 
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
  width: 100%;
  }
  .wpcf7-form input[type="submit"]:hover {
  background-color: #8ad8e0; 
  }
  /* エラーメッセージと成功メッセージのスタイル */
  .wpcf7-form .wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
  }
  .wpcf7-form .wpcf7-mail-sent-ok {
  color: green;
  font-size: 16px;
  margin-bottom: 20px;
  }
  .wpcf7-email ,.wpcf7-text{
    border:1px solid #cccccc;
    background-color: #ffffff;
    width: 100%;
  }
  .wpcf7-select {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    width: 100%;
  }
  .wpcf7 form.sent .wpcf7-response-output {
    border-color: #5FBEC4;
  }

@media screen and (max-width: 768px) {
  .p-treatment__list-kv-inner {
    height: 340px;
  }
  .p-treatment__list-kv-item {
    height: 340px;
  }
  .p-treatment__list-kv-item.gen {
    background: url(img/sp/p-treatment__list-kv-gen.png) center center/cover no-repeat;
  }
  .p-treatment__list-kv-item.child {
    background: url(img/sp/p-treatment__list-kv-child.png) center center/cover no-repeat;
  }
  .p-treatment__list-kv-item.ortho {
    background: url(img/sp/p-treatment__list-kv-ortho.png) center center/cover no-repeat;
  }
  .p-treatment__list-kv-item.implant {
    background: url(img/sp/p-treatment__list-kv-implant.png) center center/cover no-repeat;
  }
  .p-treatment__list-kv-txt {
    min-width: 300px;
    margin-left: 38px;
    margin-right: 38px;
  }
  .p-treatment__list-kv-txt p {
    font-size: 16px;
  }
  .p-treatment__list-kv-ttl span {
    font-size: 35px;
  }
  .p-treatment__list-kv-ttl h3 {
    font-size: 24px;
  }
  .p-treatment__list-container-main p {
    font-size: 14px;
    line-height: 2.142;
    margin-bottom: 30px;
  }
  .p-treatment__list-container-sub {
    display: block;
    margin-top: 30px;
  }
  .p-treatment__list-container-sub-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-treatment__list-container-sub-item p {
    font-size: 14px;
    line-height: 2.142;
  }
  .p-treatment__list-inner {
    padding-top: 137px;
    padding-left: 38px;
    padding-right: 38px;
  }
  .p-treatment__list-item {
    padding-bottom: 77px;
  }
  .p-treatment__list-ttl-main span {
    font-size: 35px;
  }
  .p-treatment__list-ttl-main h3 {
    font-size: 20px;
  }
  .p-treatment__list-ttl-main::before {
    width: 100px;
  }
  .p-treatment__list-ttl-sub::before {
    width: 100px;
  }

  .single-post {
    /* width: 95%;
    padding: 15px; */
    margin-top: 85px;
  }
  .l-single-post {
    padding-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
  }
  .post-title {
    font-size: 1.8em;
  }
}/*# sourceMappingURL=style.css.map */