@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.3
*/

body {
  overflow-x: hidden;
  color: #404040;
  background: #fff;
  letter-spacing: 0.7px;
}
#container {
  overflow-x: hidden;
}
*:focus {
  outline: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.posts-not-found h2 {
  display: none;
}
img {
  vertical-align: bottom;
}
a.a-btn {
  display: block;
  text-decoration: none;
  background: #0CAB67;
  color: #fff;
  line-height: 1;
  padding: 16px 30px 16px 20px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 40px;
  text-align: center;
  position: relative;
  transition: all 0.2s;
}
a.a-btn::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 90%;
}
a.a-btn:hover {
  opacity: 0.7;
}
.a-btn-wrap {
  text-align: center;
}

/* mv */
.hero-bg {
  padding: 0 20px 0 20px;
}
.hero-bg-inner {
  position: relative;
}
#header {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header-in.wrap {
  width: auto;
}
.tagline {
  display: none;
}
.logo-wrap {

}
.logo-wrap .logo-image {
  padding: 0;
  text-align: left;
}
.logo-wrap a.site-name-text-link {
  padding: 0;
}
.logo-wrap img.header-site-logo-image {
  width: auto;
  height: 110px;
  transition: all 0.2s;
}
.logo-wrap img.header-site-logo-image:hover {
  opacity: 0.7;
}
.logo-wrap h1.logo-image {
  text-align: left;
  padding: 0;
}

.mv-info {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  z-index: 3;
  padding-right: 34px;
  height: 40px;
}
.mv-info-address {
  margin-right: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  background: #f5f5f5;
  padding: 0 20px;
  letter-spacing: 1px;
  height: 100%;
}
.mv-info-tel {
  margin-right: 15px;
}
.mv-info-tel a {
  display: block;
  text-decoration: none;
  color: #404040;
  font-size: 24px;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #0CAB67;
  transition: all 0.2s;
}
.mv-info-tel a:hover {
  opacity: 0.7;
}
.mv-info-tel a i {
  margin-right: 3px;
  font-size: 60%;
  color: #fff;
  width: 30px;
  height: 30px;
  background: #0CAB67;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv-info-web {

}
.mv-info-web a.a-btn {
  border-radius: 0;
  padding: 12px 28px 12px 21px;
  font-size: 16px;
}

.mv-wrap {

}
.mv-wrap-inner {
  text-align: right;
  position: relative;

  padding-top: 40px;
}
.mv-wrap-inner::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50%;
  height: calc(100% - 142px);
  background: #e2fdf1;
  z-index: 1;
  border-top-left-radius: 30px;
}
.mv-wrap-inner img {
  /* width: 85%; */
  width: calc(100% - 200px);
  height: 700px;
  object-fit: cover;
  /* object-position: 50% 0%; */
  object-position: 50% 100%;
  border-radius: 30px;
  position: relative;
  z-index: 2;
}

.mv-content {
  position: absolute;
  bottom: 200px;
  left:0;
  z-index: 3;
}
.mv-title-wrap {

}
.mv-title {
  background: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  padding: 18px 15px;
  border-radius: 0 6px 6px 0;
  color: #0CAB67;
}
.mv-title-wrap .mv-title:first-child {
  margin-bottom: 16px;
}

.mv-cta {
  position: absolute;
  bottom: 30px;
  left: 15px;
  display: flex;
  z-index: 3;
}
.mv-cta-item {
  margin-right: 20px;
}
.mv-cta-item:last-child {
  margin-right: 0;
}
.mv-cta-item a {
  display: block;
  color: #404040;
  text-decoration: none;
  background: #fff;
  width: 220px;
  height: 140px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgb(63 63 63 / 20%);
}
.mv-cta-item a::before {
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: -105px;
  right: -100px;
  font-size: 15px;
  background: red;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding-left: 20px;
}
.mv-cta-item a::after {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 7px;
  right: 10px;
  color: #fff;
  display: block;
  line-height: 1;
  font-size: 20px;
}
.mv-cta-title {
  letter-spacing: 0px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding-top: 42px;
}
.mv-cta-title span {
  font-size: 23px
}
.mv-cta-icon {
  position: absolute;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.mv-cta-icon::before {
  content: '';
  display: block;
  width: 250px;
  height: 100px;
  border-radius: 50%;
  background: red;
  position: absolute;
  bottom: -72px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}
.mv-cta-icon i {
  font-size: 28px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv-cta .mv-cta-item:nth-child(1) a::before,
.mv-cta .mv-cta-item:nth-child(1) a .mv-cta-icon::before {
  background: #0CAB67;
}
.mv-cta .mv-cta-item:nth-child(2) a::before,
.mv-cta .mv-cta-item:nth-child(2) a .mv-cta-icon::before {
  background: #00AEBF;
}
.mv-cta .mv-cta-item:nth-child(3) a::before,
.mv-cta .mv-cta-item:nth-child(3) a .mv-cta-icon::before {
  background: #F2696D;
}
.mv-cta .mv-cta-item:nth-child(4) a::before,
.mv-cta .mv-cta-item:nth-child(4) a .mv-cta-icon::before {
  background: #2B98FD;
}

.mv-cta .mv-cta-item:nth-child(1) a .mv-cta-title span,
.mv-cta .mv-cta-item:nth-child(1) a .mv-cta-icon i {
  color: #0CAB67;
}
.mv-cta .mv-cta-item:nth-child(2) a .mv-cta-title span,
.mv-cta .mv-cta-item:nth-child(2) a .mv-cta-icon i {
  color: #00AEBF;
}
.mv-cta .mv-cta-item:nth-child(3) a .mv-cta-title span,
.mv-cta .mv-cta-item:nth-child(3) a .mv-cta-icon i {
  color: #F2696D;
}
.mv-cta .mv-cta-item:nth-child(4) a .mv-cta-title span,
.mv-cta .mv-cta-item:nth-child(4) a .mv-cta-icon i {
  color: #2B98FD;
}

.mv-cta .mv-cta-item:nth-child(1) a .mv-cta-icon i {
  border: 3px solid #0CAB67;
}
.mv-cta .mv-cta-item:nth-child(2) a .mv-cta-icon i {
  border: 3px solid #00AEBF;
}
.mv-cta .mv-cta-item:nth-child(3) a .mv-cta-icon i {
  border: 3px solid #F2696D;
}
.mv-cta .mv-cta-item:nth-child(4) a .mv-cta-icon i {
  border: 3px solid #2B98FD;
}

/* メニュー */
#navi {
  position: relative;
  margin: 0 20px;
}
#navi::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50%;
  height: 100%;
  background: #e2fdf1;
  z-index: 0;
  border-bottom-left-radius: 30px;
}
.navi-in > ul {
  flex-wrap: nowrap;
  justify-content: center;
}
.navi-in > ul li {
  width: auto;
  height: auto;
  line-height: normal;
  flex-grow: 1;
}
.navi-in a {
  padding: 26px 20px 24px;
  color: #404040;
  background: #e2fdf1;
  font-weight: 700;
}
.navi-in > ul > li:last-child a {
  border-bottom-right-radius: 30px;
}
.navi-in a:hover {
  background: #e2fdf1;
  transition: all 0.2s;
  color: #0CAB67;
}
.menu-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.menu-sub-left {
  width: 20px;
  height: auto;
}
.menu-sub-left img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.menu-sub-right {
  width: auto;
  font-size: 15.5px;
  letter-spacing: 2.5px;
  padding-left: 5px;
  font-weight: 900;
  color: #0CAB67;
}
.menu-title {
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 3px;
}

.navi-in a .menu-title {
  position: relative;
  line-height: 1;
  padding: 4px 0 10px;
}
.navi-in a .menu-title::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2.4px;
  background: #0CAB67;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.2s;
}
ul#menu-menu1 > li:last-child a .menu-title::after {
  background: #fff;
}
.navi-in a:hover .menu-title::after {
  transform: scale(1, 1);
}
ul#menu-menu1 > li:last-child a {
  background: #0CAB67;
}
ul#menu-menu1 > li:last-child a .menu-sub-right,
ul#menu-menu1 > li:last-child a .menu-title {
  color: #fff;
}
ul#menu-menu1 > li:last-child a::before {
  background: #fff;
}
ul#menu-menu1 > li:last-child a:hover {
  background: #0dbe72;
}
.navi-in .has-icon {
  position: absolute;
  top: auto;
  right: auto;
  align-items: flex-end;
  bottom: 6.5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  opacity: 1;
  font-size: 16px;
  line-height: 1;
}
.navi-in > ul .sub-menu {
  width: 260px;
}
.navi-in > ul .sub-menu li {
  width: auto;
  border-bottom: 1px solid #fff;
}
.navi-in > ul .sub-menu a {
  padding: 16px 16px;
  font-size: 17.5px;
  background: #0CAB67;
  color: #fff;
  font-weight: 500;
  transition: all 0.2s;
}
.navi-in > ul .sub-menu li:hover a {
  background: #fff;
  color: #0CAB67;
}
.navi-in > ul .sub-menu a .item-label {
  white-space: normal;
  word-break: break-all;
  line-height: 1.7;
}

li#menu-item-3380 .menu-sub-left {
  width: 27px;
}
li#menu-item-3380 .menu-sub-left img {
  width: 27px;
}

/* トップページ */
h1.dft-ttl,
h2.dft-ttl,
h3.dft-ttl,
h4.dft-ttl,
h5.dft-ttl,
h2.related-entry-heading,
#sidebar h3.widget-title,
body.single .main .article h2,
body.single .main .article h3,
body.single .main .article h4 {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.zmg,
.navi-in a,
a.a-btn {
  font-family: 'Zen Maru Gothic', sans-serif;
}
.plt {
  font-size: 18px;
  font-weight: 500;
  font-feature-settings: "palt" on;
  text-align: justify;
}
.wrap-style {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.section-layout {
  padding: 60px 0;
}
.section-layout-wrap .section-layout:nth-child(even) {
  background: #e2fdf1;
}
.bold-color {
  font-weight: 700;
  color: #0CAB67;
}

.top-title {
  text-align: center;
  margin-bottom: 50px;
}
.top-title h2 {
  font-size: 45px;
  letter-spacing: 2px;
  font-weight: 700;
}
.top-title .zmg {
  font-size: 34px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #0CAB67;
  line-height: 1;
  margin-bottom: 10px;
}

.top-info {
  border: 2px solid #0CAB67;
  border-radius: 30px;
  padding: 30px;
  padding-bottom: 32px;
  display: flex;
}
.top-info .top-title {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 32px;
}
.top-info .top-title::before,
.top-info .top-title::after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.top-info .top-title::before {
  left: 46%;
  background: #0CAB67;
}
.top-info .top-title::after {
  left: 54%;
  background: #8CC21E;
}
.top-info .top-title h2 {
  font-size: 35px;
}
.top-info .top-title .zmg {
  font-size: 24px;
}
.top-info-link {
  text-align: center;
}
.top-info-link a {
  color: #0CAB67;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.2s;
}
.top-info-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.top-info-left {
  width: 250px;
}
.top-info-right {
  width: calc(100% - 250px);
  padding-right: 30px;
}

.top-medical-item {
  position: relative;
}
.top-medical-img {
  width: 70%;
  margin-right: auto;
}
.top-medical-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 0 30px 30px 0;
}
.top-medical-item .wrap-style {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top-medical-box {
  width: 600px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgb(63 63 63 / 20%);
  margin-left: auto;
  border: 2px solid #0CAB67;
  overflow: hidden;
}

.top-medical-box h3 {
  font-size: 24px;
  font-weight: 700;
  background: #0CAB67;
  text-align: center;
  color: #fff;
  height: 62px;
  line-height: 62px;
}
.top-medical-box h3 span {
  color: yellow;
  font-size: 124%;
}
.top-medical-list-wrap {
  padding: 0;
}
ul.top-medical-list {
  padding: 0;
  margin: 0;
  list-style: none;

  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px;
}
ul.top-medical-list li {
  margin: 0;
  border-top: 2px solid #0CAB67;
  border-right: 2px solid #0CAB67;
}
ul.top-medical-list li:nth-child(2n) {
  border-right: 0px solid #0CAB67;
}
ul.top-medical-list li a {
  display: block;
  text-decoration: none;
  background: #fff;
  color: #0CAB67;
  font-size: 20.5px;
  font-weight: 700;
  padding: 15px 25px 15px 34px;
  border-radius: 0;
  position: relative;
  line-height: 1.4;
  transition: all 0.2s;
  font-family: 'Zen Maru Gothic', sans-serif;
}
ul.top-medical-list li a:hover {
  background: #0CAB67;
  color: #fff;
}
ul.top-medical-list li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8CC21E;
}
ul.top-medical-list li a::after {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 18px;
}
ul.top-medical-list li a:hover {

}

.top-care-list {
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2vw 2vw;
  margin-top: 40px;
}
a.top-care {
  display: block;
  text-decoration: none;
  color: #404040;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgb(63 63 63 / 20%);
  background: #fff;
  position: relative;
  padding-bottom: 92px;
  transition: all 0.2s;
}
a.top-care h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  background: #0CAB67;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
a.top-care h3 span {
  color: yellow;
  font-size: 124%;
}
.top-care-content {
  padding: 15px 25px;
  padding-bottom: 0;
}
.top-care-case {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.top-care-case-left {
  width: 130px;
  height: auto;
}
.top-care-case-left img {
  width: 100%;
  max-height: 110px;
  object-fit: contain;
}
.top-care-case-right {
  width: calc(100% - 130px);
  padding-left: 15px;
}
.top-care-case-text {
  line-height: 1;
  font-size: 14px;
}
ul.top-care-case-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
ul.top-care-case-ul li {
  margin: 0;
  line-height: 1;
  background: #e2fdf1;
  color: #0CAB67;
  font-weight: 500;
  font-size: 14px;
  margin: 4px 0;
  margin-right: 5px;
  padding: 7px 5px;
  border-radius: 6px;
}
ul.top-care-case-ul::after {
  content: 'など';
  font-size: 14px;
  margin: 4px 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
.top-care-content p {
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 0px;
}
.top-care-more {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  padding: 14px 0;
  border-top: 2px solid #0CAB67;
  border-bottom: 2px solid #0CAB67;
  width: 70%;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  color: #0CAB67;
  line-height: 1;
  transition: all 0.2s;
}
.top-care-more::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
a.top-care:hover .top-care-more {
  background: #0CAB67;
  color: #fff;
  border-radius: 6px;
  z-index: 10;
}

.top-care-banner {
  margin-top: 30px;
}
ul.top-care-banner-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
ul.top-care-banner-list li {
  margin: 0;
  width: 32%;
}
ul.top-care-banner-list li a {
  transition: all 0.2s;
}
ul.top-care-banner-list li a:hover {
  opacity: 0.7;
}
ul.top-care-banner-list li img {
  border-radius: 30px;
}

.top-media-bg {
  margin-top: 40px;
  padding: 60px 0;
  background: #222;
  background-image: linear-gradient(90deg, #0CAB67, #8CC21E);
  color: #fff;
}
.top-media {
  display: flex;
  justify-content: space-between;
}
.top-media-left {
  width: 48%;
}
.top-media h3 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 34px;
  text-align: center;
}
.top-media-left p {
  line-height: 2.1;
  letter-spacing: 0.4px;

  margin-bottom: 0;
  font-weight: 400;
  font-size: 18.5px;
}
.top-media-left a {
  color: #fff;
  font-weight: 500;
  transition: all 0.2s;
}
.top-media-left a:hover {
  color: #fff;
  opacity: 0.8;
}
.top-media-right {
  width: 48%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
ul.top-media-img {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
ul.top-media-img li {
  margin: 0;
  width: 32.5%;
}
ul.top-media-img li img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 30px;
}
#top-medical-layout {
  padding-bottom: 0;
}
.top-media-cta {
  background: #fff;
  padding: 40px 80px;
  border-radius: 30px;
  color: #404040;
  margin-top: 30px;
}
.top-media-cta h4 {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  color: #0CAB67;
  margin-bottom: 20px;
}
.top-media-cta p {
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 17px;
}
.top-media-cta p:last-of-type {
  margin-bottom: 0px;
}
ul.top-media-link {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}
ul.top-media-link li {
  margin: 0;
}
ul.top-media-link li:first-child {
  margin-right: 10px;
}
ul.top-media-link li:last-child {
  margin-left: 10px;
}
ul.top-media-link li a.a-btn {
  width: 322px;
  padding-top: 20px;
  padding-bottom: 20px;
}
ul.top-media-link li:last-child a.a-btn {
  background: #8CC21E;
}

.top-doctor {
  display: flex;
  justify-content: space-between;
}
.top-doctor-left {
  width: 66%;
}
.top-doctor-left p {
  margin-bottom: 15px;
}
.top-doctor-right {
  width: 30%;
}
figure.top-doctor-img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 30px;
}
.top-doctor-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.1);
}
.top-doctor-info {
  text-align: center;
  font-weight: 500;
  line-height: 1;
  margin-top: 12px;
}
.top-doctor-clinic {
  font-size: 16px;
  margin-bottom: 8px;
}
.top-doctor-pos {
  font-size: 16px;
}
.top-doctor-name {
  font-size: 24px;
  margin-top: 12px;
}
.top-doctor-name span {
  font-size: 90%;
  display: inline-block;
  margin-left: 5px;
}

ul.top-doctor-link {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  border: 2px solid #0CAB67;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 30px;
}
ul.top-doctor-link li {
  margin: 0;
  width: 20%;
  border-right: 2px solid #0CAB67;
}
ul.top-doctor-link li:last-child {
  border-right: 0px solid #fff;
}
ul.top-doctor-link li a {
  display: block;
  text-decoration: none;
  background: #fff;
  text-align: center;
  color: #0CAB67;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  letter-spacing: 0;
  transition: all 0.2s;
}
ul.top-doctor-link li a:hover {
  background: #0CAB67;
  color: #fff;
}
ul.top-doctor-link li a span {
  font-size: 23px;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: 0.5px;
}
ul.top-doctor-link li a::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 57%;
  right: 9px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 90%;
}
ul.top-doctor-banner {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
ul.top-doctor-banner li {
  margin: 0;
  width: 400px;
  margin-right: 20px;
}
ul.top-doctor-banner li:last-child {
  margin-right: 0;
}
ul.top-doctor-banner li a {
  transition: all 0.2s;
}
ul.top-doctor-banner li a:hover {
  opacity: 0.7;
}

.top-point-wrap {

}
.top-point {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.top-point-wrap .top-point:nth-child(2n) {
  flex-direction: row-reverse;
}
.top-point-left {
  width: 40%;
}
.top-point-left img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 30px;
}
.top-point-right {
  width: 56%;
}
.top-point h3 {
  font-size: 26px;
  font-weight: 700;
  color: #0CAB67;
  position: relative;
  margin-bottom: 20px;
}
.top-point h3 span {
  -webkit-text-stroke: 1.5px #0CAB67;
  font-weight: 900;
  color: #fff;
  font-size: 160%;
  display: inline-block;
  margin-right: 7px;
}
.top-point-right p {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 0;
}
ul.top-point-link {
 padding: 0;
 margin: 0;
 list-style: none;
 display: flex;
 margin-top: 25px;
}
ul.top-point-link li {
  margin: 0;
  margin-right: 18px;
}
ul.top-point-link li:last-child {
  margin-right: 0;
}
ul.top-point-link li a {
  min-width: 250px;
}
.top-point-wrap .top-point:nth-child(2n) h3 {
  color: #88bd1d;
}
.top-point-wrap .top-point:nth-child(2n) h3 span {
  -webkit-text-stroke: 1.5px #88bd1d;
}
.top-point-wrap .top-point:nth-child(2n) ul.top-point-link li a {
  background: #8CC21E;
}

.top-news {
  display: flex;
  justify-content: space-between;
}
.top-news-item {
  width: 31.5%;
  background: #e2fdf1;
  border-radius: 30px;
  padding: 36px 40px 66px 40px;
  position: relative;
  overflow: hidden;
}
.top-news-item h3 {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid #0CAB67;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #0CAB67;
}
.top-news-item h3 span {
  font-size: 78%;
  display: inline-block;
  margin-left: 10px;
}
.top-news-item h3 span::before {
  content: '/ ';
}
.top-news-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.top-news-more a {
  display: block;
  text-decoration: none;
  background: #0CAB67;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 18px 0;
  line-height: 1;
  font-weight: 700;
  position: relative;
  transition: all 0.2s;
}
.top-news-more a:hover {
  opacity: 0.7;
}
.top-news-more a::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 90%;
}
.top-news-banner {
  text-align: center;
  margin-top: 30px;
}
.top-news-banner a {
  transition: all 0.2s;
}
.top-news-banner a:hover {
  opacity: 0.7;
}
.top-info-clinic {
  margin-top: 15px;
}
.top-info-clinic a.a-btn {
  display: inline-block;
  min-width: 250px;
}

.top-hospital-wrap {

}
.top-hospital {
  background: #fff;
  padding: 50px 80px;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.top-hospital-wrap .top-hospital:last-child {
  margin-bottom: 0px;
}
.top-hospital h3 {
  text-align: center;
  position: relative;
  font-size: 30px;
  font-weight: 500;
  color: #0CAB67;
  margin-bottom: 20px;
}
.top-hospital h3::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #0CAB67;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.top-hospital h3 span {
  position: relative;
  display: inline-block;
  background: #fff;
  z-index: 2;
  padding: 0 15px;
}
ul.top-hospital-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0px;
  border: 2px solid #0CAB67;
  border-radius: 30px;
  margin-top: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
ul.top-hospital-list li {
  margin: 0;
}
ul.top-hospital-list li {
  border-right: 2px solid #0CAB67;
  border-bottom: 2px solid #0CAB67;
}
ul.top-hospital-list li:nth-child(3n) {
  border-right: 0px solid #0CAB67;
}
ul.top-hospital-list li:nth-child(7),
ul.top-hospital-list li:nth-child(8),
ul.top-hospital-list li:nth-child(9) {
  border-bottom: 0px solid #0CAB67;
}
ul.top-hospital-list li a {
  display: block;
  text-decoration: none;
  color: #0CAB67;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.45;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  background: #fff;
}
ul.top-hospital-list li a:hover {
  text-decoration: underline;
}
ul.top-hospital-list li a::before {
  content: '\f35d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 90%;
}
.top-hospital a.a-btn {
  width: 350px;
  margin: 0 auto;
  margin-top: 30px;
}

body.front-top-page .main header.article-header {
  display: none;
}

/* 幅 */
body .content,
body .content-in,
body .main,
body .article,
body .entry-content {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
body .content-in.wrap {
  width: 100%;
  max-width: none;
  margin: 0;
}
body:not(.front-top-page) .content {
  background: #fff;
  padding: 0px;
  margin-top: 0px;
}
body:not(.front-top-page) .main {
  padding: 0px;
  border-radius: 0px;
}
body.front-top-page article.article,
.section-layout-wrap {
  margin-bottom: 0;
}
.body .article {
  margin-bottom: 0;
}

body.blog .content,
body.archive .content,
body.single .content {
  margin-top: 30px;
  padding: 30px 0;
}
body.single .content-in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.blog .content-in.wrap,
body.archive .content-in.wrap,
body.single .content-in.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* 下層ページ */
.mv-wrap.mv-page-wrap .mv-wrap-inner .eye-catch-wrap {
  display: block;
}
.mv-wrap.mv-page-wrap .mv-wrap-inner .eye-catch-wrap .eye-catch {
  max-width: none;
  margin: 0;
}
.mv-wrap.mv-page-wrap .mv-wrap-inner img {
  height: 340px;
  object-position: 50% 50%;
}
.mv-content.mv-page-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mv-content.mv-page-content h1.entry-title,
.entry-title-archive {
  background: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  padding: 18px 15px;
  border-radius: 6px;
  color: #0CAB67;
}
.mv-content.mv-page-content header.entry-header .date-tags {
  display: none;
}

body.post-type-archive-news .entry-title-archive,
body.single-news .entry-title-archive,
body.category-blog .entry-title-archive,
body.single.categoryid-1 .entry-title-archive {
  display: none;
}
body.category-blog .mv-wrap.mv-page-wrap .mv-wrap-inner img,
body.single.categoryid-1 .mv-wrap.mv-page-wrap .mv-wrap-inner img {
  object-position: 50% 37%;
}

.page-section-wrap {
  margin-bottom: 0;
}
section.page-section {
  padding: 60px 0;
}
.page-section-wrap section.page-section:nth-child(even) {
  background: #e2fdf1;
}
section.page-section > p,
section.page-section .wrap-style > p {
  display: none;
}
.page-section-content {
  padding: 60px 80px;
  border-radius: 30px;
  background: #e2fdf1;
}
.page-section-wrap section.page-section:nth-child(even) .page-section-content {
  background: #fff;
}

.page-section-title > p,
.page-section-title-inner > p {
  display: none;
}
.page-section-title {
  margin-bottom: 30px;
}
.page-section-title-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-section-title-inner img {
  width: 75px;
}
section.page-section h2 {
  width: auto;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.5px;
  padding-left: 10px;
}
section.page-section h3,
h2.related-entry-heading,
h1.archive-title,
.modal__content h4.staff-ttl,
body.single .main .article h2 {
  color: #0CAB67;
  font-size: 28px;
  font-weight: 700;
  border-bottom: 3px solid #0CAB67;
  padding-bottom: 12px;
  margin-bottom: 20px;
  margin-top: 2em;
  line-height: 1.3;
}
section.page-section h4,
body.single .main .article h3 {
  font-size: 22px;
  font-weight: 700;
  color: #404040;
  letter-spacing: 1px;
  padding-left: 32px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 2em;
}
section.page-section h4::before,
body.single .main .article h3::before {
  content: '';
  display: block;
  position: absolute;
  top: 9.5px;
  left: 0;
  width: 25px;
  height: 5px;
  background: #0CAB67;
  border-radius: 30px;
}
section.page-section h5,
body.single .main .article h4 {
  font-size: 20px;
  font-weight: 700;
  color: #404040;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 0.5em;
  display: inline-block;
  background: #0CAB67;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
}

ul.list-layout-01 {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 1.8em;

  background: #fff;
  padding: 40px 50px;
  border-radius: 30px;
}
ul.list-layout-01 li {
  margin: 0;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}
ul.list-layout-01 li::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: -14px;
  left: 8px;
  color: #0CAB67;
  font-size: 200%;
}
.page-section-wrap section.page-section:nth-child(even) .page-section-content ul.list-layout-01 {
  background: #e2fdf1;
}
ul.list-layout-02 {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.list-layout-02 li {
  margin: 0;
  text-align: center;
}
ul.list-layout-02 li img {
  width: 800px;
}

.bg-style-01 {
  background: #fff;
  padding: 50px;
  border-radius: 30px;
}

table.table-style-01 {
  margin: 0;
  margin-bottom: 1.8em;
}
table.table-style-01 tr {
  background: #fff;
}
table.table-style-01 tr th,
table.table-style-01 tr td {
  border: 0;
  padding: 0;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 20px;
}
table.table-style-01 tr th {
  background: #0CAB67;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
table.table-style-01.table-style-02 tr th {
  width: 200px;
}

.flex-style-01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.8em;
}
.flex-style-01-left {
  width: 20%;
}
.flex-style-01-right {
  width: 78%;
}
.flex-style-02 {
  display: flex;
}
.flex-style-02-item {

}

.padding-style-01 {
  padding-left: 300px;
  padding-right: 300px;
  margin-bottom: 1.8em;
}
.padding-style-01 img {
  width: 100%;
}
.padding-style-02 {
  padding-left: 150px;
  padding-right: 150px;
  margin-bottom: 1.8em;
}
.padding-style-02 img {
  width: 100%;
}
.padding-style-03 {
  padding-left: 210px;
  padding-right: 210px;
  margin-bottom: 1.8em;
}
.padding-style-03 img {
  width: 100%;
}

.center,
.center-img {
  text-align: center;
}
.center a,
.center-img a {
  transition: all 0.2s;
}
.center a:hover,
.center-img a:hover {
  opacity: 0.7;
}
.center-img {
  margin: 2em 0;
}
.center-img > p {
  display: none;
}
.video-container {
  margin: 0 auto;
}

.care-list-layout {
  margin: 60px 0 60px;
}

/* 目次 */
.toc-page-wrap {
  margin-bottom: 0px;
}
body.page .toc {
  width: 100%;
  padding: 0;
  border: 3px solid #0CAB67;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 10px;
}
body.page .toc-title {
  background: #0CAB67;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 0;
}
body.page .toc-content {

}
body.page ul.toc-list {
  counter-reset: number;
  list-style-type: none!important;
}
body.page ul.toc-list li {
  margin: 0;
  border-bottom: 2px solid #0CAB67;
}
body.page ul.toc-list li:last-child {
  border-bottom: 0px solid #0CAB67;
}
body.page ul.toc-list li a {
  display: block;
  transition: all 0.2s;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  padding: 15px 20px 15px 65px;
  position: relative;
}
body.page ul.toc-list li a::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0CAB67;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 13.5px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page ul.toc-list li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
body.page ul.toc-list li ul {
  display: none;
}

/* 投稿ショートコード_初期化 */
.body .new-entry-cards {
  margin-bottom: 0;
}
.widget-entry-cards .a-wrap {
  padding: 0;
  margin-bottom: 0;
  line-height: 1;
  transition: all 0.2s;
}
.widget-entry-cards .a-wrap:hover {
  opacity: 1;
  background: transparent;
}
.widget-entry-card {

}
.widget-entry-card::after {
  content: none;
}
.widget-entry-cards figure {
  width: 100%;
  margin: 0;
  float: none;
}
.widget-entry-card-content {
  margin: 0;
}
.widget-entry-cards:not(.large-thumb-on) .card-title {
  display: block;
  font-size: 16px;
}
.widget-entry-card-date {
  display: block;
}
.widget-entry-card-date .post-date,
.widget-entry-card-content .entry-category {
  padding: 0;
  margin: 0;
  font-size: 16px;
  display: block;
}
.widget-entry-card-date .post-update,
.widget-entry-card-content .post-update,
.widget-entry-card-date .post-date span.fa-clock {
  display: none;
}
.widget-entry-card-date .post-date .entry-date {
  margin: 0;
  line-height: 1;
  display: block;
}

/* 投稿アーカイブ_初期化、関連記事_初期化 */
#list,
.related-list {
  display: block;
  flex-direction: unset;
  row-gap: unset;
  margin: 0;
}
#list .a-wrap,
.related-list .a-wrap {
  padding: 0;
  transition: all 0.2s;
}
#list .a-wrap:hover,
.related-list .a-wrap:hover {
  background: transparent;
}
#list .a-wrap.cf::after,
.related-list .a-wrap.cf::after {
  content: none;
}
#list .entry-card-thumb,
.related-list .related-entry-card-thumb {
  width: 100%;
  margin: 0;
  float: none;
}
#list .entry-card-content,
.related-list .related-entry-card-content {
  padding: 0;
  margin: 0;
}
#list .entry-card-title,
.related-list .related-entry-card-title {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
}
.related-entry-card-snippet, .entry-card-snippet {
  display: none;
}
#list .entry-card-meta,
.related-list .entry-card-meta {
  position: static;
  text-align: left;
  line-height: 1;
}
#list .e-card-info,
.related-list .e-card-info {
  display: block;
  align-items: flex-start;
}
#list .e-card-info > span,
.related-list .e-card-info > span {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
#list .e-card-info span.fa-clock,
.related-list .e-card-info span.fa-clock {
  display: none;
}
#list .e-card-info .entry-date,
.related-list .e-card-info .entry-date {
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 1;
}
#list .e-card-meta .e-card-categorys,
.related-list .e-card-meta .e-card-categorys {
  display: block;
}
#list .e-card-meta .e-card-categorys span.entry-category,
.related-list .e-card-meta .e-card-categorys span.entry-category {
  padding: 0;
  display: inline-block;
  font-size: 16px;
}
.related-entries {
  margin-bottom: 0;
}
.related-entry-card-meta {
  position: static;
  text-align: left;
}

/* お知らせ_ショートコード */
.top-info-list .widget-entry-cards .a-wrap,
body.post-type-archive-news #list .a-wrap {
  padding: 15px 0;
  border-bottom: 2.5px dotted #ccc;
  color: #404040;
}
.top-info-list .widget-entry-card-content,
body.post-type-archive-news #list .entry-card-content {
  display: flex;
}
.top-info-list .widget-entry-card-date,
body.post-type-archive-news #list .entry-card-meta {
  width: 140px;
}
.top-info-list .widget-entry-card-date .post-date .entry-date,
body.post-type-archive-news #list .e-card-info .entry-date {
  line-height: 1.5;
  color: #404040;
}
.top-info-list .widget-entry-cards:not(.large-thumb-on) .card-title,
body.post-type-archive-news #list .entry-card-title {
  width: calc(100% - 140px);
  line-height: 1.5;
  transition: all 0.2s;
  color: #0ba261;
  text-decoration: underline;
  font-weight: 500;
}
.top-info-list .widget-entry-cards .a-wrap:hover .card-title,
body.post-type-archive-news #list .a-wrap:hover .entry-card-title {
  text-decoration: none;
}

/* お知らせ_一覧 */
body.post-type-archive-news #list {
  margin-bottom: 40px;
}

/* コラム_トップページ */
.top-news-list {
  width: 100%;
  height: 260px;
  overflow-y: scroll;
}
.top-news-list .widget-entry-cards .a-wrap {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 2.5px dotted #ccc;
}
.top-news-list .widget-entry-card-date .post-date .entry-date {
  line-height: 1;
  color: #656565;
  font-size: 14px;
  margin-bottom: 5px;
}
.top-news-list .widget-entry-cards:not(.large-thumb-on) .card-title {
  line-height: 1.45;
  font-size: 16.5px;
  color: #0ba261;
  text-decoration: underline;
}

/* コラム_一覧_関連 */
body.blog #list,
body.category #list {
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px 30px;
  margin-bottom: 30px;
}
.related-list {
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 30px;
  margin-bottom: 50px;
}
body.blog #list a.a-wrap,
body.category #list a.a-wrap,
.related-list a.a-wrap {
  transition: all 0.2s;
}
body.blog #list a.a-wrap:hover,
body.category #list a.a-wrap:hover,
.related-list a.a-wrap:hover {
  background: transparent;
  opacity: 0.7;
}
body.blog #list .card-thumb img,
body.category #list .card-thumb img,
.related-list .card-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 30px;
}
body.blog #list .entry-card-title,
body.category #list .entry-card-title,
.related-list .related-entry-card-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
body.blog #list .e-card-meta,
body.category #list .e-card-meta,
.related-list .entry-card-meta {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 12px;
}
body.blog #list .e-card-info,
body.category #list .e-card-info,
.related-list .e-card-info {

}
body.blog #list .e-card-info .entry-date,
body.category #list .e-card-info .entry-date,
.related-list .e-card-info .entry-date {
  font-size: 14px;
  margin-bottom: 7px;
}
body.blog #list .e-card-meta .e-card-categorys,
body.category #list .e-card-meta .e-card-categorys,
.related-list .e-card-meta .e-card-categorys {
  padding-right: 6px;
}
body.blog #list .e-card-meta .e-card-categorys span.entry-category,
body.category #list .e-card-meta .e-card-categorys span.entry-category,
.related-list .e-card-meta .e-card-categorys span.entry-category {
  display: inline-block;
  font-size: 13px;
  background: #0CAB67;
  color: #fff;
  line-height: 1;
  padding: 3px 7px;
  border-radius: 3px;
  font-weight: 500;
  letter-spacing: 0;
  margin-right: 5px;
  margin-bottom: 5px;
}
h1.archive-title {
  margin-top: 0;
}
h1.archive-title span.fa-folder-open {
  display: none;
}

/* 投稿ページ */
body.single header.article-header figure.eye-catch span.cat-label {
  display: none;
}
body.single header.article-header .date-tags {
  display: flex;
  justify-content: flex-start;
}
body.single header.article-header .eye-catch-wrap {
  display: none;
}
body.single header.article-header figure.eye-catch {
  width: 100%;
  max-width: unset;
  position: static;
  margin-bottom: 15px;
  text-align: center;
}
body.single header.article-header figure.eye-catch img {

}
body.single header.article-header .post-update,
body.single header.article-header .post-date {
  display: block;
  margin: 0;
  font-size: 14px;
}
body.single h1.entry-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 0;
  font-family: 'Zen Maru Gothic', sans-serif;
}
body.single .mv-page-title .date-tags {
  display: none!important;
}
body.single-news header.article-header .eye-catch-wrap {
  display: none;
}
body.single-news #related-entries {
  display: none;
}
body.single-news #main a.a-btn {
  display: inline-block;
  width: 300px;
}
.single-news-more {
  margin-top: 40px;
}

/* ページネーション */
.pagination {
  margin: 24px 0 50px;
}
.pagination-next {
  display: none;
}
.page-numbers {
  color: #555;
  border: 1px solid #555;
  border-radius: 5px;
}
.pagination .current {
  border: 1px solid #0CAB67;
  background-color: #0CAB67;
  color: #fff;
}

/* サイドバー */
#sidebar {
  padding-top: 0;
  background: transparent;
}
#sidebar .widget-sidebar {
  background: #e2fdf1;
  padding: 38px 30px;
  border-radius: 30px;
}
#sidebar h3.widget-title {
  color: #0CAB67;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
#popular_entries-2 .popular-entry-cards {
  margin-bottom: 0px;
}
#popular_entries-2 .a-wrap {
  padding: 0;
  margin: 0;
  line-height: 1;
  border-bottom: 2px dotted #ddd;
  padding: 15px 0;
  transition: all 0.2s;
}
#popular_entries-2 .a-wrap:hover {
  opacity: 0.7;
}
#popular_entries-2 .widget-entry-card {
  position: static;
}
#popular_entries-2 figure {
  width: 100%;
  margin-right: 0;
  float: none;
  position: static;
  margin-bottom: 10px;
}
#popular_entries-2 .card-thumb img {
  width: 100%;
  border-radius: 10px;
}
#popular_entries-2 .widget-entry-card-content {
  margin-left: 0;
}
#popular_entries-2 .popular-entry-card-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  color: #404040;
}
#popular_entries-2 span.entry-date {
  display: none;
}
#categories-3 ul.children {
  padding-left: 0;
}
#categories-3 ul li a {
  transition: all 0.2s;
  border-bottom: 2px dotted #ddd;
  color: #555;
}
#categories-3 ul li a:hover {
  background: transparent;
  color: #0CAB67;
  opacity: 0.6;
}

.page-author-wrap {
  position: relative;
  margin: 90px 0 0px;
}
.page-author-title {
  position: absolute;
  top: -40px;
  left: 0;
  background: #0CAB67;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 15px 15px 0 0;
}
.page-author {
  display: flex;
  padding: 25px 0;
  border: 2px solid #0CAB67;
  background: #e2fdf1;
  border-radius: 0 30px 30px 30px;
}
.page-section-wrap section.page-section:nth-child(odd) .page-section-content .page-author {
  background: #fff;
}
.page-author-left {
  width: 250px;
  text-align: center;
}
.page-author-left img {
  width: 160px;
  height: 160px;
  border-radius: 10px;
  object-fit: cover;
}
.page-author-right {
  width: calc(100% - 250px);
  padding-right: 30px;
}
.page-author-name {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-author-name a {
  display: inline-block;
  font-size: 18px;
  margin-left: 20px;
}
ul.page-author-list {
  margin: 0;
}
ul.page-author-list li {

}
.page-author-right p {
  margin-bottom: 0;
}
.page-author-link {
  margin-top: 15px;
}
.page-author-link a {
  background: #FF0000;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 5px;
  transition: all 0.2s;
}
.page-author-link a:hover {
  opacity: 0.7;
}
.page-author-link a i {
  font-size: 120%;
  margin-right: 5px;
}

/* モーダル */
.modal {
  padding: 60px 0;
}
.inner {

}
/* モーダルを開くボタン */
.modal__trigger {
  cursor: pointer;
}
/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}
.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 500px);
  height: calc(100% - 40px);
  padding: 0px;
  background: #fff;
}
.modal__inner {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding: 40px 40px 30px;
}
/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: #999;
  cursor: pointer;
  transition: opacity .6s;
  z-index: 1;
}
.modal__close:hover {
  opacity: .6;
}
.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}
.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* モーダル内のコンテンツ */
.staff-list {
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 3vw 2vw;
}

.modal__trigger {
  position: relative;
  transition: all 0.2s;
}
.modal__trigger:hover {
  opacity: 0.7;
}
.staff-pos {
  font-size: 16px;
  line-height: 1;
  position: relative;
  font-weight: 500;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #0CAB67;
}
.staff-pos::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #0CAB67;
}
.modal__content .staff-pos {
  font-size: 18px;
  padding-left: 26px;
  margin-bottom: 12px;
}
.modal__content .staff-pos::before {
  width: 20px;
  height: 20px;
}
.modal__trigger h3.staff-ttl,
.modal__content h3.staff-ttl {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.modal__content h3.staff-ttl {
  font-size: 22px;
  margin-bottom: 18px;
}
.modal__content h4.staff-ttl {
  font-size: 20px;
  padding-bottom: 12px;
  margin-bottom: 10px;
  margin-top: 1em;
}
.modal__trigger img,
.modal__content img {
  border-radius: 30px;
}
.staff-more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 15px;
  font-weight: 500;
  background: #0CAB67;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 1.5px;
}
body.page-id-1586 #header-container {
  position: relative;
  z-index: 1;
}
body.page-id-1586 #content {
  position: relative;
  z-index: 2;
}

/* パンくず */
#breadcrumb {
  padding: 0 10px;
  background: transparent;
  margin-bottom: 4px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.breadcrumb {
  margin: 1em 0em 3em;
}
span.fa-home,
span.fa-file,
span.fa-folder {
  display: none;
}
.sp-b {
  margin: 0 10px 0 7px!important;
}
.sp .fa-angle-right {
  color: #b3b3b3;
}
.list-breadcrumb-category span.sp {
  margin-left: 8px;
}
body.archive.category #breadcrumb .breadcrumb-item {
  margin-left: 5px;
}
.breadcrumb-caption {
  margin: 0;
}
.breadcrumb-style .sp {
  margin: 0 10px 0 7px;
}

/* フッターcta */
.footer-cta-bg {
  background-image: url('../../../wp-content/uploads/2026/04/mv_about03.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 120px 0;
}
.footer-cta-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 171, 103, 0.8);
  z-index: 1;
}
body.page:not(.front-top-page) .footer-cta-bg {
  margin-top: 40px;
}
.footer-cta-bg .wrap-style {
  position: relative;
  z-index: 2;
}
.footer-cta {
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
  overflow: hidden;
}
.footer-cta-item {
  width: 33%;
}
a.footer-cta-link {
  display: block;
  background: #fff;
  text-decoration: none;
  color: #404040;
  text-align: center;
  line-height: 1;
  padding: 30px 0;
  position: relative;
  transition: all 0.2s;
}
a.footer-cta-link::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 140%;
}
a.footer-cta-link:hover {
  background: #0CAB67;
  color: #fff;
}
a.footer-cta-link:hover i {
  color: #fff;
}
.footer-cta-main {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer-cta-main i {
  margin-right: 5px;
  color: #0CAB67;
}
.footer-cta-sub {
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
}

/* ggmap */
.footer-ggmap {
  position: relative;
  padding-top: 30px;
  height: 350px;
  overflow: hidden;
}
.footer-ggmap iframe,
.footer-ggmap object,
.footer-ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
}

/* フッター */
.footer,
.footer-bottom {
  margin: 0;
  padding: 0;
}
.footer {
  background: #fff;
}
.footer-in {
  padding-top: 0px;
  padding-bottom: 0px;
}
.footer-in.wrap {
  width: auto;
}

.footer-info-wrap {
  margin: 60px 0 50px;
}
.footer-info {
  padding: 60px 80px;
  background: #e2fdf1;
  border-radius: 30px;
  margin-bottom: 50px;
}
.footer-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.footer-flex-left {
  width: 48%;
}
.footer-flex-right {
  width: 48%;
}

.footer-img {
  margin-bottom: 10px;
}

dl.footer-address {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
dl.footer-address dt,
dl.footer-address dd {
  line-height: 1;
  font-size: 17px;
  padding: 5px 0px;
  margin-bottom: 10px;
}
dl.footer-address dt {
  width: 20%;
  color: #0CAB67;
  font-weight: 500;
}
dl.footer-address dd {
  width: 80%;
}

table.schedule-table {
  margin-bottom: 10px;
}
table.schedule-table tr {
  background: transparent;
}
table.schedule-table tr:nth-child(2) {
  border-bottom: 1px solid #0CAB67;
}
table.schedule-table tr th,
table.schedule-table tr td {
  padding: 0;
  border: 0;
  background: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  padding: 12px 5px;
}
table.schedule-table tr th {
  background: #0CAB67;
  color: #fff;
}
table.schedule-table tr td {

}
table.schedule-table tr td:nth-child(1) {
  font-size: 20px;
  color: #404040;
}
table.schedule-table tr:nth-child(1) th:nth-child(1),
table.schedule-table tr td:nth-child(1) {
  width: 160px;
}
span.schedule-table-circle {
  color: #0CAB67;
  line-height: 1;
  font-size: 20px;
}
table.schedule-table tr:nth-child(1) th:nth-child(1) {
  border-radius: 15px 0 0 0;
}
table.schedule-table tr:nth-child(1) th:last-child {
  border-radius: 0 15px 0 0;
}
table.schedule-table tr:last-child td:nth-child(1) {
  border-radius: 0 0 0 15px;
}
table.schedule-table tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}
.schedule-table-note {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

.footer-flex-title {
  font-size: 24px;
  font-weight: 700;
  color: #404040;
  padding-left: 30px;
  line-height: 1.25;
  position: relative;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.footer-flex-title::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #0CAB67;
  position: absolute;
  top: 6px;
  left: 0;
}

.youtube-media-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-media-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.footer-banner {
  display: flex;
  justify-content: space-between;
}
.footer-banner-left {
  width: 48%;
}
.footer-banner-right {
  width: 48%;
}
ul.footer-banner-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.footer-banner-list li {
  margin: 0;
  width: 100%;
}
ul.footer-banner-list li:nth-child(1) {
  margin-bottom: 10px;
}
ul.footer-banner-list li img {
  width: 100%;
}
ul.footer-banner-list li:nth-child(1) img {
  height: 140px;
  object-fit: cover;
}
ul.footer-banner-list li:nth-child(2) img {
  width: 100%;
  height: 176px;
  object-fit: cover;
  object-position: 50% 92%;
}
ul.footer-banner-list li a {
  transition: all 0.2s;
}
ul.footer-banner-list li a:hover {
  opacity: 0.7;
}

.footer-recruit {
  background: #fff;
  border-radius: 30px;
  padding: 30px 50px;
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
}
.footer-recruit-text {
  margin-bottom: 10px;
}
.footer-recruit-text a {
  color: #0CAB67;
}
.footer-recruit-text a:hover {
  text-decoration: none;
}
.footer-recruit a.a-btn {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
}

.footer-prp-banner {
  text-align: center;
  margin-top: 30px;
}
.footer-prp-banner a,
ul.footer-sns-list li a,
.footer-caloo-banner a {
  transition: all 0.2s;
}
.footer-prp-banner a:hover,
ul.footer-sns-list li a:hover,
.footer-caloo-banner a:hover {
  opacity: 0.7;
}
.footer-prp-banner img {
  width: 600px;
}
ul.footer-sns-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
ul.footer-sns-list li {
  margin: 0;
  width: 24%;
}
ul.footer-sns-list li img {
  width: 100%;
}
.footer-caloo-banner {
  text-align: center;
}
.footer-caloo-banner img {
  width: 250px;
}

.footer-menu-bg {
  background: #0CAB67;
}
.footer-menu-wrap {
  padding-top: 65px;
  padding-bottom: 63px;
}
.footer-menu {
  margin-bottom: 30px;
}
.footer-menu-wrap .footer-menu:last-of-type {
  margin-bottom: 0;
}
a.footer-menu-title {
  display: block;
  text-decoration: none;
  text-align: left;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
a.footer-menu-title::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 0.5px;
  left: 0px;
  color: #098550;
}
ul.footer-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
ul.footer-menu-list li {
  margin: 0;
  position: relative;
  margin-bottom: 5px;
}
ul.footer-menu-list li:first-child::before {
  content: '|';
  position: absolute;
  top: 0;
  left: 0;
  color: #098550;
}
ul.footer-menu-list li::after {
  content: '|';
  position: absolute;
  top: 0;
  right: 0;
  color: #098550;
}
ul.footer-menu-list li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  white-space: nowrap;
  padding: 0 15px;
}
ul.footer-menu-list li a:hover,
a.footer-menu-title:hover {
  text-decoration: underline;
}
.copyright {
  margin: 0;
  padding: 15px 0;
  background: #098550;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

/* お問い合わせフォーム */
.contact-form-wrap table.table-style tr th,
.contact-form-wrap table.table-style tr td {
  border: solid 0px #dedede;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 18px;
}
.contact-form-wrap table.table-style tr th p,
.contact-form-wrap table.table-style tr td p {
  margin: 0;
}
.contact-form-wrap table.table-style tr th {
  background: #f5f5f5;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  white-space: nowrap;
}
.contact-form-wrap table.table-style tr td {
  background: #fff;
  padding-right: 18px;
  width: 100%;
}
.contact-form-wrap table.table-style tr th {
  width: 230px;
  vertical-align: middle;
}
.contact-form-wrap table.table-style tr:last-child th {
  vertical-align: top;
}
input[type="text"],
input[type="email"],
select,
textarea {
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
  padding: 10px;
  border: 1px solid #767676;
}
textarea {
  line-height: 1.5;
}
span.required {
  color: #404040;
  font-size: 11px;
  letter-spacing: 2px;
  border: 1px solid yellow;
  border-radius: 2px;
  padding: 0px 3px;
  line-height: 100%;
  vertical-align: 2px;
  margin: 0 5px 6px 8px;
  font-weight: 500;
  background: yellow;
}
input[type='submit'] {
  border: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  transition: all 0.2s;
  padding: 12px 0;
  background: #0CAB67;
}
input[type='submit']:hover {
  background: #0ec877;
}
.contact-form-wrap table.table-style tr:first-child th {
  vertical-align: top;
}
.contact-form-wrap table td.checkbox-wrap span.wpcf7-list-item {
  display: block;
  margin-bottom: 5px;
}
input[type="text"], input[type="email"], select, textarea {
  font-family: "Noto Sans JP" ,sans-serif!important;
}
.contact-form-wrap > p {
  margin-bottom: 0px;
}
.sec_entry_wrap .form_wrap .list {
  display: block;
}

.pc-block {
  display: block;
}
.sp-block {
  display: none;
}
span.pc-br::before {
  content: "\A";
  white-space: pre;
}
span.sp-br::before {
  content: none;
}

@media screen and (min-width: 1700px){
  .mv-wrap-inner img {
    height: 1030px;
  }
}
@media screen and (min-width: 1500px){
  .mv-wrap-inner img {
    height: 900px;
  }
}

@media screen and (max-width: 1023px){
  .pc-block {
    display: none;
  }
  .sp-block {
    display: block;
  }
  span.pc-br::before {
    content: none;
  }
  span.sp-br::before {
    content: "\A";
    white-space: pre;
  }

  a.a-btn {
    padding: 18px 30px 18px 20px;
  }

  .hero-bg {
    padding: 0;
  }
  #header {
    position: static;
  }
  .logo-wrap .logo-image {
    text-align: center;
  }
  .logo-wrap img.header-site-logo-image {
    width: 100%;
    height: auto;
    padding: 10px 15px;
  }
  .mv-info {
    display: none;
  }
  .mv-wrap-inner {
    text-align: left;
    padding: 0px;
  }
  .mv-wrap-inner::before {
    content: none;
  }
  .mv-wrap-inner img {
    width: 100%;
    height: auto;
    object-fit: unset;
    border-radius: 0px;
  }

  .mv-content {
    bottom: 7px;
  }
  .mv-title {
    font-size: 23px;
    padding: 10px 10px;
  }
  .mv-title-wrap .mv-title:first-child {
    margin-bottom: 7px;
  }

  .mv-cta {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    padding-bottom: 0;
  }
  .mv-cta-item {
    margin-right: 0px;
    width: 49%;
    margin-bottom: 10px;
  }
  .mv-cta-item:nth-child(3),
  .mv-cta-item:nth-child(4) {
    margin-bottom: 0px;
  }
  .mv-cta-item a {
    width: 100%;
    height: 120px;
  }
  .mv-cta-title {
    font-size: 16px;
    padding-left: 10px;
    padding-top: 10px;
    line-height: 1.45;
    text-align: left;
  }
  .mv-cta-title span {
    font-size: 22.5px;
    display: block;
    text-decoration: underline;
  }
  .mv-cta-icon::before {
    bottom: -77px;
  }
  .mv-cta-icon i {
    font-size: 24px;
    width: 42px;
    height: 42px;
  }

  .section-layout {
    padding: 40px 0;
  }
  .section-layout .wrap-style,
  .footer-cta-bg .wrap-style,
  .footer-info-wrap .wrap-style,
  .footer-menu-bg .wrap-style {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-info {
    display: block;
    padding: 30px 15px;
  }
  .top-info-left {
    width: 100%;
  }
  .top-info-right {
    width: 100%;
    padding-right: 0px;
  }
  .top-info-list .widget-entry-card-content, body.post-type-archive-news #list .entry-card-content {
    display: block;
  }
  .top-info-list .widget-entry-card-date, body.post-type-archive-news #list .entry-card-meta {
    width: 100%;
  }
  .top-info-list .widget-entry-cards:not(.large-thumb-on) .card-title, body.post-type-archive-news #list .entry-card-title {
    width: 100%;
    font-size: 18px;
  }
  .widget-entry-card-date .post-date, .widget-entry-card-content .entry-category {
    font-size: 18px;
  }
  .body .new-entry-cards {
    margin-bottom: 15px;
  }
  .top-info-link a {
    font-size: 20px;
  }
  .top-info-clinic a.a-btn {
    min-width: unset;
    width: 100%;
    display: block;
  }

  .top-title h2,
  .top-info .top-title h2 {
    font-size: 30px;
  }
  .top-title .zmg,
  .top-info .top-title .zmg {
    font-size: 28px;
  }
  .top-info .top-title {
    padding-bottom: 28px;
    margin-bottom: 10px;
  }
  .top-title {
    margin-bottom: 34px;
  }

  .top-medical-img {
    width: 100%;
  }
  .top-medical-img img {
    height: auto;
    object-fit: cover;
    border-radius: 0;
  }
  .top-medical-item .wrap-style {
    position: static;
    -webkit-transform: unset;
    transform: unset;
    padding-left: 0px;
    padding-right: 0px;
  }
  .top-medical-box {
    width: 100%;
    box-shadow: unset;
    border-radius: 0px;
  }
  ul.top-medical-list li a {
    padding: 15px 25px 15px 26px;
  }
  ul.top-medical-list li a::before {
    left: 10px;
  }

  .top-care-list {
    display: block;
    margin-top: 26px;
  }
  .top-care-more {
    background: #0CAB67;
    color: #fff;
    border-radius: 6px;
    z-index: 10;
    bottom: 32px;
  }
  ul.top-care-case-ul li {
    font-size: 16px;
  }
  .top-care-content p {
    font-size: 18px;
  }
  a.top-care {
    padding-bottom: 85px;
    margin-bottom: 26px;
  }
  .top-care-list a.top-care:last-of-type {
    margin-bottom: 0px;
  }
  .top-medical-box h3,
  a.top-care h3 {
    font-size: 23px;
  }
  .top-care-content {
    padding: 22px 15px 20px;
  }
  ul.top-care-banner-list {
    display: block;
  }
  ul.top-care-banner-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  ul.top-care-banner-list li:last-child {
    margin-bottom: 0px;
  }

  .top-media-bg {
    padding: 40px 0;
  }
  .top-media {
    display: block;
  }
  .top-media h3 {
    font-size: 30px;
    margin-bottom: 22px;
  }
  .top-media-left {
    width: 100%;
  }
  .top-media-right {
    width: 100%;
  }
  ul.top-media-img {
    display: block;
  }
  ul.top-media-img li {
    width: 100%;
    margin-bottom: 20px;
  }
  ul.top-media-img li:last-child {
    margin-bottom: 0px;
  }
  ul.top-media-img li img {
    height: auto;
  }
  ul.top-media-link {
    display: block;
  }
  ul.top-media-link li:first-child {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ul.top-media-link li:last-child {
    margin-left: 0px;
    margin-bottom: 0px;
  }
  ul.top-media-link li a.a-btn {
    width: 100%;
  }
  .youtube.sp-block {
    margin-bottom: 20px;
  }
  .top-media-cta {
    padding: 30px 15px;
  }
  .top-media-cta h4 {
    font-size: 26px;
    line-height: 1.45;
  }
  .top-media-cta p {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
  }
  .top-media-left p {
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.9;
  }
  .top-media-left p:last-of-type {
    margin-bottom: 0px;
  }

  .top-doctor {
    flex-direction: column-reverse;
  }
  .top-doctor-right {
    width: 100%;
    margin-bottom: 23px;
  }
  .top-doctor-info {
    margin-top: 14.5px;
  }
  .top-doctor-clinic {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .top-doctor-pos {
    font-size: 18px;
  }
  .top-doctor-name {
    font-size: 24.5px;
    margin-top: 18px;
  }
  .top-doctor-left {
    width: 100%;
  }
  .top-doctor-left p {
    margin-bottom: 18px;
  }
  ul.top-doctor-link {
    display: block;
    margin-top: 10px;
  }
  ul.top-doctor-link li {
    width: 100%;
    border-right: 0px solid #0CAB67;
    border-bottom: 2px solid #0CAB67;
  }
  ul.top-doctor-link li:last-child {
    border-bottom: 0px solid #0CAB67;
  }
  ul.top-doctor-link li a {
    font-size: 21px;
    padding: 17px 0;
  }
  ul.top-doctor-link li a span {
    font-size: 21px;
  }
  ul.top-doctor-banner {
    display: block;
  }
  ul.top-doctor-banner li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ul.top-doctor-banner li:last-child {
    margin-bottom: 0;
  }

  .top-point {
    display: block;
  }
  .top-point-left {
    width: 100%;
  }
  .top-point-left img {
    min-height: 200px;
    height: auto;
  }
  .top-point-right {
    width: 100%;
  }
  .top-point h3 {
    line-height: 1.4;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .top-point-right p {
    font-size: 18px;
  }
  ul.top-point-link {
    display: block;
  }
  ul.top-point-link li {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  ul.top-point-link li:last-child {
    margin-bottom: 0px;
  }
  ul.top-point-link li a {
    min-width: unset;
    width: 100%;
  }

  .top-news {
    display: block;
  }
  .top-news-item {
    width: 100%;
    margin-bottom: 25px;
    padding: 36px 15px 66px 15px;
  }
  .top-news .top-news-item:last-of-type {
    margin-bottom: 0px;
  }
  .top-news-list .widget-entry-card-date .post-date .entry-date {
    font-size: 16px;
  }
  .top-news-list .widget-entry-cards:not(.large-thumb-on) .card-title {
    font-size: 18px;
    line-height: 1.5;
  }
  .top-news-more a {
    padding: 20px 0;
  }

  .top-hospital {
    padding: 30px 15px;
  }
  .top-hospital h3 {
    font-size: 24px;
  }
  .top-hospital a.a-btn {
    width: 100%;
  }

  /* 下層ページ */
  .mv-content.mv-page-content {
    bottom: unset;
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.page-id-1586 .mv-content.mv-page-content,
  body.page-id-125 .mv-content.mv-page-content,
  body.page-id-614 .mv-content.mv-page-content {
    top: 70%;
  }
  .mv-wrap.mv-page-wrap .mv-wrap-inner img {
    /* height: 200px; */
    height: auto;
    min-height: 200px;
    object-fit: cover;
  }
  .mv-content.mv-page-content h1.entry-title, .entry-title-archive {
    font-size: 28px;
    padding: 10px 15px;
    display: inline-block;
  }
  section.page-section {
    padding: 40px 0;
  }
  section.page-section .wrap-style,
  .top-care-list-page .wrap-style,
  .top-media-page .wrap-style,
  .care-list-layout .wrap-style,
  .toc-page-wrap .wrap-style {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-section-title {
    margin-bottom: 20px;
  }
  .page-section-title-inner img {
    width: 54px;
  }
  section.page-section h2 {
    font-size: 26px;
    padding-left: 7px;
    text-align: left;
    line-height: 1.45;
  }
  .page-section-content {
    padding: 30px 15px;
  }
  section.page-section h3,
  h2.related-entry-heading,
  h1.archive-title,
  .modal__content h4.staff-ttl,
  body.single .main .article h2 {
    font-size: 24.5px;
    margin-top: 1em;
    padding-bottom: 10px;
    line-height: 1.5;
  }
  section.page-section h4,
  body.single .main .article h3 {
    margin-top: 1.6em;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  section.page-section h4::before,
  body.single .main .article h3::before {
    top: 14px;
  }
  section.page-section h5,
  body.single .main .article h4 {
    padding: 10px 15px;
    line-height: 1.45;
  }
  ul.list-layout-01 {
    padding: 25px 15px;
  }
  .staff-list {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
  }
  .modal__trigger {
    margin-bottom: 30px;
  }
  .staff-list .modal__trigger:last-of-type {
    margin-bottom: 0px;
  }
  .staff-pos {
    font-size: 18.5px;
    padding-left: 25px;
  }
  .staff-pos::before {
    width: 20px;
    height: 20px;
  }
  .modal__trigger h3.staff-ttl, .modal__content h3.staff-ttl {
    font-size: 21px;
  }
  .staff-more {
    font-size: 18px;
  }
  .modal__container {
    width: min(calc(100% - 40px));
  }
  .modal__wrapper {
    height: calc(100% - 65px);
  }
  .modal__content h4.staff-ttl {
    font-size: 18px;
  }
  .modal__inner {
    padding: 40px 25px 30px;
  }
  .padding-style-01,
  .padding-style-02,
  .padding-style-03 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .toc-page-wrap {
    margin-bottom: 5px;
  }
  body.page .toc {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  body.page ul.toc-list li a {
    padding: 12px 12px 12px 52px;
  }
  body.page ul.toc-list li a::before {
    top: 11.5px;
    left: 12px;
  }
  .flex-style-01 {
    display: block;
  }
  .flex-style-01-left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .flex-style-01-right {
    width: 100%;
  }
  table.table-style-01 tr th, table.table-style-01 tr td {
    padding: 10px 10px;
  }
  table.table-style-01 tr th {
    width: auto;
    min-width: 120px;
  }
  table.table-style-01 tr td {
    width: 100%;
  }
  table.table-style-01.table-style-02 tr th {
    width: auto;
  }
  ul.top-hospital-list {
    display: block;
  }
  ul.top-hospital-list li {
    border-right: 0px solid #0CAB67;
  }
  ul.top-hospital-list li:nth-child(7), ul.top-hospital-list li:nth-child(8) {
    border-bottom: 2px solid #0CAB67;
  }
  ul.top-hospital-list li a {
    text-align: center;
    height: 60px;
  }
  .bg-style-01 {
    padding: 30px 15px;
  }
  .bg-style-01 ul li {
    margin-bottom: 10px;
  }
  .bg-style-01 ul li:last-child {
    margin-bottom: 0px;
  }
  ul.list-layout-02 li img {
    width: 100%;
  }

  body.blog .content, body.archive .content, body.single .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1.archive-title {
    margin-top: 0px;
  }
  body.blog #list, body.category #list {
    display: block;
    margin-bottom: 30px;
  }
  body.blog #list a.a-wrap, body.category #list a.a-wrap, .related-list a.a-wrap {
    margin-bottom: 30px;
  }
  body.blog #list .card-thumb img, body.category #list .card-thumb img, .related-list .card-thumb img {
    height: auto;
  }
  body.blog #list .e-card-meta .e-card-categorys span.entry-category, body.category #list .e-card-meta .e-card-categorys span.entry-category, .related-list .e-card-meta .e-card-categorys span.entry-category {
    font-size: 15px;
  }
  body.blog #list .e-card-info .entry-date, body.category #list .e-card-info .entry-date, .related-list .e-card-info .entry-date {
    font-size: 16px;
  }
  .pagination {
    margin: 20px 0 24px;
  }
  body.single h1.entry-title {
    font-size: 26px;
    padding: 0;
    font-weight: 700;
    line-height: 1.45;
  }
  .related-list {
    display: block;
  }
  h2.related-entry-heading {
    margin-top: 1.8em;
  }
  #sidebar .widget-sidebar {
    padding: 30px 15px;
  }
  #sidebar h3.widget-title {
    font-size: 24.5px;
  }
  #popular_entries-2 .popular-entry-card-title {
    font-size: 18px;
  }
  #categories-3 ul li a {
    font-size: 17px;
  }
  #categories-3 {
    margin-bottom: 0;
  }
  body.post-type-archive-news #list {
    margin-bottom: 30px;
  }
  .single-news-more {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body.blog .content, body.archive .content, body.single .content {
    margin-top: 10px;
  }
  body.post-type-archive-news h1.archive-title {
    margin-bottom: 10px;
  }

  #toc {
    padding: 20px 10px;
  }
  .toc-title {
    font-size: 16.5px;
  }
  ul.toc-list li a {
    font-size: 15.5px;
  }

  .page-author-wrap {
    margin: 80px 0 0px;
  }
  .page-author {
    display: block;
    padding: 30px 0;
  }
  .page-author-left {
    width: 100%;
  }
  .page-author-right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-author-name {
    text-align: center;
    font-size: 24px;
  }
  .page-author-name a {
    display: block;
    margin-left: 0px;
  }
  .page-author-link a {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
    padding: 8px 15px;
  }
  .contact-form-wrap table.table-style tr th,
  .contact-form-wrap table.table-style tr td {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 10px 14px;
  }

  /* フッター */
  .footer-info-wrap {
    margin: 40px 0 30px;
  }
  .footer-cta-bg {
    padding: 40px 0;
  }
  .footer-cta {
    display: block;
    border-radius: 0px;
  }
  .footer-cta-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-cta .footer-cta-item:last-of-type {
    margin-bottom: 0px;
  }
  a.footer-cta-link {
    border-radius: 30px;
  }

  .footer-info {
    padding: 40px 15px;
    margin-bottom: 40px;
  }
  .footer-flex {
    display: block;
    margin-bottom: 22px;
  }
  .footer-flex-left {
    width: 100%;
    margin-bottom: 22px;
  }
  .footer-img {
    margin-bottom: 14px;
  }
  dl.footer-address dt {
    width: 22%;
  }
  dl.footer-address dd {
    width: 78%;
  }
  table.schedule-table tr:nth-child(1) th:nth-child(1), table.schedule-table tr td:nth-child(1) {
    width: 130px;
  }
  .schedule-table-note {
    font-size: 17px;
  }
  .footer-flex-right {
    width: 100%;
  }
  .footer-banner {
    display: block;
  }
  .footer-banner-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-banner-right {
    width: 100%;
  }
  ul.footer-banner-list li:nth-child(1) {
    margin-bottom: 20px;
  }
  ul.footer-banner-list li:nth-child(1) img {
    height: auto;
    object-fit: unset;
  }
  ul.footer-banner-list li:nth-child(2) img {
    height: auto;
    object-fit: unset;
    object-position: center center;
  }
  .footer-prp-banner {
    margin-top: 20px;
  }
  .footer-prp-banner img {
    width: 100%;
  }
  .footer-recruit {
    padding: 30px 15px;
  }
  .footer-recruit-text {
    font-size: 17px;
  }
  .footer-recruit a.a-btn {
    font-size: 18px;
    line-height: 1.5;
  }
  ul.footer-sns-list {
    display: block;
  }
  ul.footer-sns-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  ul.footer-sns-list li:last-child {
    margin-bottom: 0px;
  }

  .footer-ggmap {
    height: 400px;
  }
  .footer-ggmap iframe, .footer-ggmap object, .footer-ggmap embed {
    height: 400px;
  }

  .footer-menu-wrap {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  ul.footer-menu-list li:first-child::before {
    content: none;
  }
  a.footer-menu-title {
    font-size: 21px;
    text-decoration: underline;
  }
  ul.footer-menu-list li {
    margin-bottom: 10px;
  }
  ul.footer-menu-list li a {
    font-size: 16.5px;
  }

  .mblt-footer-mobile-buttons,
  .mblt-header-and-footer-mobile-buttons {
    margin-bottom: 65px;
  }

  /* モバイル */
  .mobile-menu-buttons {
    display: flex;
    align-items: stretch;
    box-shadow: unset;
    height: 65px;
    z-index: 999;
  }
  .mobile-menu-buttons > li.menu-button {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.2;
    padding: 10px 0;
    width: 17%;
    height: 65px;
  }
  .mobile-menu-buttons > li.menu-button:first-child {
    width: 15%;
  }
  .mobile-menu-buttons > li.menu-button:last-child {
    border-right: 0px solid #fff;
  }
  .mobile-menu-buttons > li.menu-button:hover {
    background: #0CAB67;
  }
  #navi-menu-open .fa-bars:before,
  .menu-sp-icon01::before,
  .menu-sp-icon02::before,
  .menu-sp-icon03::before,
  .menu-sp-icon04::before,
  .menu-sp-icon05::before,
  .menu-sp-icon06::before {
    font-family:'Font Awesome 5 Free';
  	font-weight:700;
    font-size: 22px;
  }
  .menu-sp-icon01::before {
    content:'\f879';
  }
  .menu-sp-icon02::before {
    content:'\f0e0';
  }
  .menu-sp-icon03::before {
    content:'\f469';
  }
  .menu-sp-icon04::before {
    content:'\f0f1';
  }
  .menu-sp-icon05::before {
    content:'\f3c5';
  }
  .menu-sp-icon06::before {
    content:'\f0c9';
  }
  .mobile-menu-buttons .menu-button {
    background: #0CAB67;
  }
  span.menu-icon,
  span.menu-caption {
    color: #fff;
    font-weight: 500;
  }
  .mobile-menu-buttons .menu-icon {
    font-size: 90%;
  }
  .menu-drawer li {
    border-bottom: 1px solid #ccc;
  }
  .menu-drawer a {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 15px;
  }
  .menu-close-button {
    margin-top: 10px;
  }
  .menu-close-button span.fa-times {
    font-size: 30px;
  }
  .mobile-menu-buttons .menu-caption {
    opacity: 1;
    font-size: 14.5px;
    letter-spacing: -0.5px;
    margin-top: 0px;
    text-decoration: underline;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 834px){
  main.main, div.sidebar {
    padding: 32px 0px;
  }
}

@media screen and (max-width: 480px){
  .ect-entry-card .a-wrap:not(.ec-big-card-first) .card-thumb, .rect-entry-card .a-wrap:not(.ec-big-card-first) .card-thumb, .ect-big-card-first .a-wrap:not(.ec-big-card-first) .card-thumb {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 413px){
  .mv-title {
    font-size: 21px;
  }
  .mv-cta-title span {
    font-size: 20px;
  }
  .mv-cta-item a::before {
    right: -108px;
  }
  .logo-wrap img.header-site-logo-image {
    padding: 5px 15px;
  }
  .footer-cta-sub {
    letter-spacing: 0;
  }
  a.footer-cta-link::before {
    right: 5px;
  }
}

@media screen and (max-width: 369px){
  .mv-content.mv-page-content h1.entry-title, .entry-title-archive {
    font-size: 24px;
    padding: 7px 10px;
  }
  body.page .toc-title {
    font-size: 21px;
    padding: 10px 0;
  }
  .page-section-title-inner img {
    width: 50px;
  }
  section.page-section h2 {
    font-size: 24px;
  }
  section.page-section h3, h2.related-entry-heading, h1.archive-title, .modal__content h4.staff-ttl {
    font-size: 23px;
    padding-bottom: 6px;
  }
  section.page-section h4 {
    margin-top: 1.2em;
    margin-bottom: 10px;
  }
  .page-author-name {
    font-size: 22px;
  }
  .mv-content.mv-page-content h1.entry-title, .entry-title-archive {
    font-size: 24px;
    padding: 7px 10px;
  }
  body.single h1.entry-title {
    font-size: 24px;
  }

  .mv-title {
    font-size: 20px;
    padding: 7px 7px;
  }
  .mv-cta-title {
    padding-left: 5px;
    padding-top: 12px;
  }
  .mv-cta-item a::after {
    font-size: 16px;
    top: 7px;
    right: 7px;
  }
  .mv-cta-item a::before {
    top: -107px;
    right: -117px;
  }
  .top-care-case-left {
    width: 100px;
  }
  .top-care-case-right {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
  ul.top-care-case-ul li {
    font-size: 14px;
  }
  .top-medical-box h3, a.top-care h3 {
    font-size: 20px;
  }
  ul.top-medical-list li a {
    font-size: 19px;
  }
  .top-care-more {
    font-size: 21px;
  }
  .top-title h2, .top-info .top-title h2, .top-media h3 {
    font-size: 24px;
  }
  .top-title .zmg, .top-info .top-title .zmg {
    font-size: 22px;
  }
  .top-media-cta h4 {
    font-size: 22px;
  }
  .top-doctor-name {
    font-size: 22px;
  }
  .top-point h3 {
    font-size: 22px;
  }
  .top-news-item h3 {
    font-size: 21px;
  }
  .top-news-more a {
    font-size: 18px;
  }
  .top-hospital h3 {
    font-size: 20px;
  }
  .footer-cta-main {
    font-size: 24px;
  }
  .footer-cta-sub {
    font-size: 14px;
  }
  a.footer-cta-link::before {
    right: 10px;
    font-size: 110%;
  }
  dl.footer-address dt, dl.footer-address dd {
    font-size: 16px;
    line-height: 1.4;
  }
  dl.footer-address dd {
    padding-left: 10px;
  }
  table.schedule-table tr td:nth-child(1) {
    font-size: 18px;
    letter-spacing: 0px;
  }
  table.schedule-table tr:nth-child(1) th:nth-child(1), table.schedule-table tr td:nth-child(1) {
    width: 110px;
  }
  table.schedule-table tr td {
    background: #e2fdf1;
  }
  .schedule-table-note {
    font-size: 16px;
  }
  span.schedule-table-circle {
    font-size: 17px;
  }
  .footer-info {
    padding: 0px 0px;
    background: #fff;
  }
  .footer-flex-title {
    font-size: 20px;
    padding-left: 26px;
  }
  .footer-flex-title::before {
    top: 3.5px;
  }
  .footer-recruit {
    padding: 0px 0px;
    text-align: left;
  }
  a.footer-menu-title {
    font-size: 19px;
  }
  ul.footer-menu-list li a {
    font-size: 16px;
  }
  .mobile-menu-buttons .menu-caption {
    font-size: 13px;
  }
}
