@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.5px;
}
#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;
}
#header-container-in.wrap {
  width: 100%;
  margin: 0;
}
.header-info {
  display: flex;
  align-items: center;
}
.header-info-sub {
  background: #f09b9e;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  font-size: 18px;
  padding: 5px 15px;
  border-radius: 5px;
  text-align: center;
  margin-left: 22px;
  letter-spacing: 1px;
}
.header-container-in.hlt-top-menu .logo-header .site-name {
  padding: 0;
  margin-left: 22px;
  transition: all 0.2s;
}
.header-container-in.hlt-top-menu .logo-header .site-name:hover {
  opacity: 0.7;
}
/* メニュー */
.navi-in > ul li {
  width: auto;
  height: auto;
  line-height: normal;
}
.navi-in a {
  padding: 25px 20px;
  color: #404040;
}
.navi-in a:hover {
  background: #fdf1f1;
  transition: all 0.2s;
}
.menu-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}
.menu-en {
  font-size: 12px;
  letter-spacing: 2.5px;
  font-weight: 700;
  margin-top: 4px;
  color: #f09b9e;
}
.navi-in .has-icon {
  position: absolute;
  top: auto;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  opacity: 1;
  font-size: 16px;
  line-height: 1;
}
.navi-in > ul .sub-menu li {
  width: auto;
  border-bottom: 1px solid #ccc;
}
.navi-in > ul .sub-menu a {
  padding: 20px 16px;
  font-size: 15px;
}
/* mv */
.mv-wrap {
  background: #f09b9e;
  padding: 20px 0 20px;
}
.mv-content {
  display: flex;
  align-items: center;
}
.mv-content-left {
  width: 90%;
}
.mv-catch {
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  position: relative;
}
.mv-header {
  width: 100%;
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mv-header-text {
  text-align: center;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 2px;
  white-space: nowrap;

  text-shadow: 0 0 1px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1), 0 0 11px rgba(255, 255, 255, 1), 0 0 12px rgba(255, 255, 255, 1), 0 0 13px rgba(255, 255, 255, 1), 0 0 15px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 21px rgba(255, 255, 255, 1), 0 0 22px rgba(255, 255, 255, 1), 0 0 23px rgba(255, 255, 255, 1), 0 0 24px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 1), 0 0 31px rgba(255, 255, 255, 1), 0 0 32px rgba(255, 255, 255, 1), 0 0 33px rgba(255, 255, 255, 1), 0 0 34px rgba(255, 255, 255, 1), 0 0 35px rgba(255, 255, 255, 1), 0 0 36px rgba(255, 255, 255, 1), 0 0 40px rgba(255, 255, 255, 1);
}
span.mv-bold {
  font-size: 130%;
  color: red;
}
.mv-img {

}
.mv-img-layout {
  display: flex;
  flex-wrap: wrap;
}
figure.mv-img-figure:nth-child(1),
figure.mv-img-figure:nth-child(2) {
  width: 50%;
}
figure.mv-img-figure:nth-child(3),
figure.mv-img-figure:nth-child(4),
figure.mv-img-figure:nth-child(5) {
  width: 33.33333%;
}
figure.mv-img-figure img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.mv-footer-wrap {
  position: absolute;
  bottom: 70px;
  left: calc(50% + 60px);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 850px;
}
.mv-footer {
  position: relative;
}
.mv-footer-img {
  position: absolute;
  top: 49%;
  left: -125px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 280px;
}
.mv-footer-desc {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
  line-height: 1;
}
.mv-footer-img img.mv-footer-bullhorn {
  width: auto;
  height: 38px;
  transform: rotate(-15deg);
}
.mv-footer-title {
  font-size: 20px;
  font-weight: 500;
  margin: 12px 0 5px;
}
.mv-footer-title span {
  font-size: 32px;
  font-weight: 700;
  color: red;
}
.mv-footer-sub {
  font-size: 22px;
  font-weight: 500;
}
.mv-footer-sub span {
  font-size: 36px;
  font-weight: 700;
  color: red;
}
a.mv-footer-link {
  display: inline-block;
  text-decoration: none;
  background: #F47E84;
  box-shadow: 0px 0px 10px rgb(63 63 63 / 20%);
  color: #fff;
  letter-spacing: 0px;
  font-weight: 700;
  padding: 10px 12px;
  border-radius: 20px;
  font-size: 20px;
  margin: 10px 0 10px;
  transition: all 0.2s;
}
a.mv-footer-link:hover {
  opacity: 0.7;
}
a.mv-footer-link i {
  margin-left: 2px;
  font-size: 90%;
}
.mv-footer-note {
  font-size: 16px;
}

.mv-footer-img img.mv-footer-sakura {
  width: 100%;
  height: auto;
}
.mv-footer-text {
  background: rgba(255, 255, 255, 0.75);
  padding: 13px 0px;
  padding-left: 160px;
  white-space: nowrap;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0px;
  border-radius: 30px;
}

.mv-content-right {
  width: 10%;
}
.mv-greeting {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mv-greeting-text {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
}
span.mv-greeting-inner {
  display: inline-block;
  background: #fff;
  color: #f09b9e;
  border-radius: 30px;
  line-height: 1;
  padding: 10px 6px;
  margin-bottom: 10px;
}

body.single h1.entry-title,
.page-top-bg h1.entry-title,
h1.archive-title,
h2.h-title,
h2.related-entry-heading,
h2.page-title,
h3.page-title,
h3.h-title,
.top-point-title h3,
#sidebar h3.widget-title,
h4.h-title,
h4.page-title {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.mv-header-text,
.mv-footer-text,
.mv-greeting-item,
.mv-greeting-text,
.header-info-sub,
.mv-footer-desc,
.page-top-bg .entry-title-archive,
.top-doctor-desc p,
.top-doctor-name-wrap,
.header-info-sub,
.mv-greeting-text,
.mv-header-text,
.mv-footer-text,
.mv-footer-desc,
.top-point-num {
  font-family: 'Zen Maru Gothic', sans-serif;
}
body.front-top-page header.article-header {
  display: none;
}
.page-layout {
  padding: 50px 0;
  margin: 0;
}
.page-layout-wrap .page-layout:nth-child(even) {
  background: #fdf1f1;
}
.wrap-style {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page-caption-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.page-caption {
  display: flex;
  align-items: center;
}
.page-caption-left {
  width: 60px;
}
.page-caption-right {
  width: calc(100% - 60px);
  padding-left: 15px;
}
h2.page-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  color: #c68d76;
  letter-spacing: 1.5px;
}
h2.page-title span {
  padding: 12px 0;
}
h3.page-title {
  font-size: 24px;
  font-weight: 700;
  color: #c68d76;
  padding-left: 30px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 7px dotted #f09b9e;
  position: relative;
  letter-spacing: 1px;
  margin-top: 2em;

  line-height: 1.25;
}
h3.page-title::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #f09b9e;
  position: absolute;
  top: 6px;
  left: 0;
}
h4.page-title {
  font-size: 22px;
  font-weight: 700;
  color: #c68d76;
  letter-spacing: 1px;
  padding-left: 32px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 2em;

  line-height: 1.25;
}
h4.page-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 25px;
  height: 5px;
  background: #f09b9e;
  border-radius: 30px;
}
.mt-0 {
  margin-top: 0!important;
}
.mt-18 {
  margin-bottom: 1.8em!important;
}
ul.list-layout-01 {
  padding: 0;
  margin: 0;
  list-style: none;
}
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: #f09b9e;
  font-size: 200%;
}
.page-caption-right p {
  margin: 0;
  display: none;
}
.point-item {
  padding: 60px 80px;
  padding-bottom: 30px;
  background: #fdf1f1;
  border-radius: 30px;
  margin-bottom: 0px;
}
.point-list .point-item {
  margin-bottom: 50px;
}
.point-item.recruit-point-item .point-flex {
  align-items: center;
}
.recruit-doctor-name {
  font-weight: 500;
  text-align: right;
}
.bg-style-02 {
  background: #fff;
  padding: 60px 80px;
  padding-bottom: 30px;
  border-radius: 30px;
}
.center {
  text-align: center;
}
.center .video-container {
  margin-left: auto;
  margin-right: auto;
}
.point-flex {
  display: flex;
  justify-content: space-between;
}
.point-flex-left {
  width: 60%;
}
.point-flex-left p {
  margin-bottom: 24px;
}
.point-flex-left p:last-child {
  margin: 0;
}
.point-flex-right {
  width: 36%;
  padding-top: 5px;
}
.point-flex-right img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.point-flex > p {
  margin: 0;
  display: none;
}
.page-layout > p,
.page-content > p:last-child,
.wrap-style > p {
  display: none;
}
.top-point p:last-child {
  margin-bottom: 0;
}
.top-point-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-point-item {

}
.top-point-item:nth-child(1),
.top-point-item:nth-child(2) {
  width: 48%;
  margin-bottom: 30px;
}
.top-point-item:nth-child(3),
.top-point-item:nth-child(4),
.top-point-item:nth-child(5) {
  width: 31%;
}
.top-point-item:nth-child(3) p,
.top-point-item:nth-child(4) p,
.top-point-item:nth-child(5) p {
  margin-bottom: 0;
}
.top-point-item-head {
  position: relative;
  margin-bottom: 40px;
}
.top-point-item-head > p {
  margin-bottom: 0;
}
.top-point-num {
  position: absolute;
  top: 0;
  left: 0;
  background: #f09b9e;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 12px 25px;
  border-radius: 30px 0 30px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
span.top-point-num-inner {
  display: block;
  font-size: 32px;
  font-weight: 900;
}
.top-point-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 30px;
}
.top-point-item:nth-child(1) img,
.top-point-item:nth-child(2) img {
  height: 220px;
}
.top-point-title {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background: #f09b9e;
  color: #fff;
  width: 250px;
  text-align: center;
  padding: 0;
  font-size: 30px;
  border-radius: 10px;
  height: 60px;
  line-height: 60px;
}
.top-point-item:nth-child(1) .top-point-title,
.top-point-item:nth-child(2) .top-point-title {
  width: 300px;
}
.top-point-title h3 {
  font-size: 24px;
  font-weight: 700;

  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-point-item p {
  text-align: center;
}

.top-recruit-mission-list {
  display: flex;
  justify-content: space-between;
}
.top-recruit-mission-item {
  width: 31.5%;
  background: #fdf1f1;
  padding: 30px 30px;
  border-radius: 30px;
  font-weight: 500;
}
.top-recruit-mission-item img {
  border-radius: 30px;
  margin-bottom: 10px;
}
.top-recruit-mission-item p,
.top-recruit-mission-item ul.list-layout-01 li {
  font-size: 18px;
  font-weight: 500;
}

.recruit-job-table-wrap {
  margin-top: 30px;
}
table.recruit-job-table {

}
table.recruit-job-table tr {
  background: #fff;
}
table.recruit-job-table tr td {
  padding: 0;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #EEEEEE;
  padding: 17px 0px;
  text-align: center;
}
table.recruit-job-table tr td:nth-child(1) {
  background: #F5F6F7;
  font-weight: 700;
  width: 250px;
}
table.recruit-job-table tr:nth-child(1) td {
  background: #fdf1f1;
  font-weight: 700;
}
.recruit-job-link a {
  display: inline-block;
  text-decoration: none;
  background: #F47E84;
  line-height: 1;
  padding: 17px 22px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  box-shadow: 0px 0px 10px rgb(63 63 63 / 20%);
  transition: all 0.2s;
}
.recruit-job-link a:hover {
  opacity: 0.7;
}
.recruit-job-link a i {
  margin-left: 5px;
}
.recruit-job-note {
  font-size: 18px;
  color: red;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}

ul.recruit-staff-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 10px;
}
ul.recruit-staff-list li {
  margin: 0;
  width: 32%;
  margin-bottom: 20px;
}
ul.recruit-staff-list li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 30px;
}
ul.recruit-staff-list li:nth-child(1) img {
  object-position: 50% 10%;
}

.page-btn {
  text-align: center;
  margin-top: 20px;
}
.page-btn a {
  display: inline-block;
  text-decoration: none;
  background: #F47E84;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 15px 30px;
  padding-right: 50px;
  position: relative;
  border-radius: 40px;
  transition: all 0.2s;
}
.page-btn.recruit-btn a {
  font-size: 28px;
  padding: 22px 80px;
  box-shadow: 0px 0px 10px rgb(63 63 63 / 20%);
  letter-spacing: 2px;
}
.page-btn a:hover {
  opacity: 0.7;
}
.page-btn a::after {
  content: '\f0a9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 51%;
  right: 15px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #fff;
  font-size: 120%;
}

.recruit-sns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit-sns-item {
  width: 32%;
  margin-bottom: 12px;
}

/* 固定ページ */
.content,
.main,
.body .article,
.entry-content {
  padding: 0;
  margin: 0;
  border: 0;
}
body.page .content-in.wrap {
  width: auto;
  margin: 0;
}

.page-top-bg {
  /* margin-top: 92px; */

  width: 100%;
  height: 200px;
  position: relative;
  background: #f09b9e;
  z-index: 1;
}
.page-top-bg header.article-header {
  display: inline-block;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.page-top-bg h1.entry-title,
.page-top-bg .entry-title-archive {
  margin: 0;
  font-size: 36px;
  letter-spacing: 5px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}
.page-top-bg .date-tags {
  display: none;
}

.top-doctor {
  display: flex;
  justify-content: space-between;
}
.top-doctor-left {
  width: 66%;
}
.top-doctor-left > p,
.top-doctor > p {
  margin: 0;
  display: none;
}
.top-doctor-right {
  width: 30%;
}
.top-doctor-desc {

}
.top-doctor-desc p {
  margin: 0;
  margin-bottom: 15px;

  -webkit-font-feature-settings: "palt" on;
  -moz-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  text-align: justify;
  text-justify: inter-ideograph;

  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.3px;
}
.top-doctor-img {
  position: relative;
}
.top-doctor-img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #c68d76;
  border-radius: 30px;
  z-index: 1;
}
.top-doctor-img img {
  border-radius: 30px;
  position: relative;
  z-index: 2;
}
.top-doctor-name-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #f09b9e;
  color: #fff;
  border-radius: 0 30px 0 30px;
  padding: 20px 36px;
  line-height: 1;
  font-weight: 500;
}
.top-doctor-name-wrap > p {
  margin: 0;
  display: none;
}
.top-doctor-clinic {
  font-size: 17px;
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 3.6px;
  text-align: center;
}
.top-doctor-name {
  font-size: 22px;
}
span.top-doctor-pos {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}

table.recruit-table {

}
table.recruit-table tr {
  background: transparent;
}
table.recruit-table tr th,
table.recruit-table tr td {
  background: #fff;
  font-size: 17.5px;
  padding: 0;
  font-weight: 400;
  text-align: left;
  border: 0;
  padding: 12px 20px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
table.recruit-table tr th {
  background: #F5F6F7;
  color: #404040;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  width: 200px;
}
table.recruit-table tr td {

}

/* コラム */
body.blog #content-in,
body.single #content-in,
body.archive #content-in {
  margin-top: 40px;
}
.top-column .column-entry-cards {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-column .column-entry-cards.cf::after {
  content: none;
}
#list {
  margin-bottom: 2em;
  row-gap: 0;
}
.column-entry-cards a.a-wrap,
#list a.a-wrap,
.related-list a.a-wrap {
  margin: 0;
  line-height: 1;
  width: 48%;
  position: relative;
}
#list a.a-wrap,
.related-list a.a-wrap {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #CECFCF;
}
a.a-wrap {
  transition: all 0.2s;
}
a.a-wrap:hover {
  background: transparent;
  opacity: 0.7;
}
.column-more {
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #F47E84;
  text-decoration: underline;
  font-weight: 700;
}
.column-more i {
  margin-left: 5px;
}
.column-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.column-header-left {
  width: calc(100% - 330px);
}
.column-header-right {
  width: 330px;
}
.column-header-cat {
  display: flex;
  flex-wrap: wrap;
}
span.blog-date-cat {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  background: green;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  background: #f09b9e;
  border-radius: 5px;
  font-weight: 500;
}
.column-entry-cards a.a-wrap .widget-entry-card,
#list .column-content,
.related-list .column-content {
  display: flex;
}
.column-entry-cards figure,
#list .column-content figure,
.related-list .column-content figure {
  width: 200px;
  margin-right: unset;
  float: none;
  margin: 0;
}
.column-entry-cards figure img,
#list .column-content figure img,
.related-list .column-content figure img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
}
.column-entry-cards .widget-entry-card-content,
#list .column-content .entry-card-content,
.related-list .column-content .related-entry-card-content {
  width: calc(100% - 200px);
  margin: 0;
  padding-left: 20px;
}
.column-entry-cards .e-card-info,
#list .e-card-info,
.related-list .e-card-info {
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.blog-desc-wrap {
  margin-bottom: 5px;
}
.column-entry-cards .e-card-info span.post-date,
.column-entry-cards .e-card-info span.post-update,
#list .e-card-info span.post-date,
#list .e-card-info span.post-update,
.related-list .e-card-info span.post-date,
.related-list .e-card-info span.post-update {
  margin: 0;
  padding: 0;
  font-size: 14px;
  white-space: nowrap;
}
.column-entry-cards .e-card-info span.post-update,
#list .e-card-info span.post-update,
.related-list .e-card-info span.post-update {
  margin-right: 5px;
}
.column-entry-cards .widget-entry-card-title,
#list .column-content h2.card-title,
.related-list .column-content h3.card-title {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
#list .column-content .entry-card-snippet,
.related-list .column-content .related-entry-card-snippet {
  font-size: 16px;
  line-height: 1.6;
}
h1.archive-title span.fa-folder-open {
  display: none;
}
/* サイドバー */
#sidebar {
  padding-top: 0;
}
#popular_entries-2 .a-wrap {
  padding: 0;
  margin: 0;
  line-height: 1;
  border-bottom: 2px dotted #ddd;
  padding: 15px 0;
}
#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;
}
#sidebar .widget-sidebar {
  background: #fdf1f1;
  padding: 30px;
  border-radius: 30px;
}
#sidebar h3.widget-title {
  font-size: 20px;
  font-weight: 700;
  background: #f09b9e;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  padding: 8px 0;
  margin-bottom: 10px;
}
.widget_categories ul li a {
  transition: all 0.3s;
  border-bottom: 2px dotted #ddd;
  color: #555;
}
#categories-2 ul.children {
  padding-left: 0;
}
#categories-2 ul li a {
  transition: all 0.2s;
}
#categories-2 ul li a:hover {
  background: transparent;
  color: #f09b9e;
  opacity: 0.6;
}
/* ページネーション */
.pagination-next {
  display: none;
}
.page-numbers {
  color: #555;
  border: 1px solid #555;
  border-radius: 5px;
}
.pagination .current {
  border: 1px solid #f09b9e;
  background-color: #f09b9e;
  color: #fff;
}
/* 投稿ページ */
h1.archive-title,
h2.h-title,
h2.related-entry-heading {
  background: #f09b9e;
  color: #fff;
  padding: 13px 20px;
  border-radius: 5px;
  font-size: 23px;
  font-weight: 700;
  margin: 1.4em 0 1em;
  line-height: 1.5;
  margin-top: 0;
}
h2.h-title {
  margin: 1.4em 0 1em;
}
h2.page-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  color: #c68d76;
  letter-spacing: 1.5px;
}
h2.page-title span {
  padding: 12px 0;
}
h3.page-title,
h3.h-title {
  font-size: 24px;
  font-weight: 700;
  color: #c68d76;
  padding-left: 30px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 7px dotted #f09b9e;
  position: relative;
  letter-spacing: 1px;
  margin-top: 2em;
}
h3.page-title::before,
h3.h-title::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #f09b9e;
  position: absolute;
  top: 6px;
  left: 0;
}
h4.page-title,
h4.h-title {
  font-size: 22px;
  font-weight: 700;
  color: #c68d76;
  letter-spacing: 1px;
  padding-left: 32px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 2em;
}
h4.page-title::before,
h4.h-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 25px;
  height: 5px;
  background: #f09b9e;
  border-radius: 30px;
}
h5.page-title {
  font-size: 20px;
  font-weight: 700;
  color: #c68d76;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 2em;
}
body.single article figure.eye-catch span.cat-label {
  display: none;
}
body.single article .date-tags {
  display: flex;
  justify-content: flex-start;
}
body.single article .eye-catch-wrap {
  padding-top: 10px;
}
body.single article .post-update,
body.single article .post-date {
  display: block;
  margin: 0;
  font-size: 14px;
}
body.single h1.entry-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px
}
body.single article .entry-content {
  margin-top: 0.5em;
}
.cat-link {
  background: #f09b9e;
  border-radius: 5px;
}
.page-author-wrap {
  border: 1px solid #f09b9e;
  position: relative;
  margin: 90px 0 40px;
}
.page-author-title {
  position: absolute;
  top: -40px;
  left: 0;
  background: #f09b9e;
  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;
  align-items: center;
  padding: 25px 0;
  border: 1px solid #f09b9e;
  background: #fdf1f1;
}
.page-author-left {
  width: 250px;
  text-align: center;
}
.page-author-left img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
.page-author-right {
  width: calc(100% - 250px);
}
.page-author-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
ul.page-author-list {
  margin: 0;
}
ul.page-author-list li {

}
.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;
}
/* パンくず */
#main {
  padding-top: 0;
}
#breadcrumb {
  padding: 0 10px;
  background: transparent;
  margin-bottom: 4px;
}
.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;
}
/* フッター */
#footer {
  background: #f09b9e;
}
.footer-bottom {
  margin-top: 0;
}
.copyright {
  color: #fff;
}
.pc-block {
  display: block;
}
.sp-block {
  display: none;
}

#mi-voice div.speech-balloon {
  max-width: unset;
  width: 100%;
  margin-top: 16px;
  padding: 20px;
  background-color: #FBFCFC;
}
#mi-voice div.speech-balloon p {
  margin-bottom: 15px;
}
#mi-voice div.speech-balloon p:last-child {
  margin-bottom: 0px;
}
.mi-voice-title {
  position: relative;
  padding-left: 60px;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.mi-voice-title::before {
  content: 'Q';
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f09b9e;
  border-radius: 10px;
  color: #fff;
  line-height: 1;
  width: 50px;
  height: 50px;
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#mi-voice .speech-wrap {
  margin-bottom: 25px;
}
@media screen and (max-width: 1310px){
  .mv-header-text {
    font-size: 36px;
  }
  .mv-footer-wrap {
    width: 750px;
  }
  .mv-footer-text {
    font-size: 32px;
  }
}
@media screen and (max-width: 1023px){
  span.mv-br::before {
    content: "\A" ;
    white-space: pre;
  }
  .pc-block {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .header-container-in.hlt-top-menu {
    justify-content: center;
  }
  #header-container {
    margin: 10px 15px;
  }
  .header-info-sub {
    padding: 5px 10px;
    margin-left: 20px;
  }
  #navi {
    display: none;
  }
  .mv-wrap {
    padding: 0;
    background: #fff;
  }
  .mv-content {
    display: block;
    background: #f09b9e;
    padding: 5px;
  }
  .mv-content-left {
    width: 100%;
  }
  figure.mv-img-figure:nth-child(1),
  figure.mv-img-figure:nth-child(2) {
    width: 100%;
  }
  figure.mv-img-figure:nth-child(2),
  figure.mv-img-figure:nth-child(3),
  figure.mv-img-figure:nth-child(4),
  figure.mv-img-figure:nth-child(5) {
      width: 50%;
  }
  figure.mv-img-figure:nth-child(2),
  figure.mv-img-figure:nth-child(3) {
    margin-bottom: 50px;
  }
  figure.mv-img-figure img {
    height: auto;
  }
  figure.mv-img-figure:nth-child(2) img,
  figure.mv-img-figure:nth-child(3) img,
  figure.mv-img-figure:nth-child(4) img,
  figure.mv-img-figure:nth-child(5) img {
      height: 120px;
  }
  figure.mv-img-figure:nth-child(1) img {
    border-radius: 30px 30px 0 0;
  }
  figure.mv-img-figure:nth-child(2) img {
    border-bottom-left-radius: 30px;
  }
  figure.mv-img-figure:nth-child(3) img {
    border-bottom-right-radius: 30px;
  }
  figure.mv-img-figure:nth-child(4) img {
    border-radius: 30px 0 0 30px;
  }
  figure.mv-img-figure:nth-child(5) img {
    border-radius: 0 30px 30px 0;
  }
  .mv-catch {
    border-radius: 0px;
  }
  .mv-header {
    top: 47%;
  }
  .mv-header-text {
    white-space: normal;
    line-height: 1.4;
    font-size: 26px;
    letter-spacing: 0px;
    text-shadow: 0 0 1px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1), 0 0 11px rgba(255, 255, 255, 1), 0 0 12px rgba(255, 255, 255, 1), 0 0 13px rgba(255, 255, 255, 1), 0 0 15px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 21px rgba(255, 255, 255, 1), 0 0 22px rgba(255, 255, 255, 1), 0 0 23px rgba(255, 255, 255, 1), 0 0 24px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 1), 0 0 31px rgba(255, 255, 255, 1), 0 0 32px rgba(255, 255, 255, 1), 0 0 33px rgba(255, 255, 255, 1);
  }
  span.mv-bold {
    font-size: 120%;
  }
  .mv-footer-wrap {
    position: absolute;
    bottom: 95px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 100%;
    padding: 0 5px;
  }
  .mv-footer-img {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .mv-footer-img img.mv-footer-bullhorn {
    height: 40px;
  }
  .mv-footer-title span {
    font-size: 32px;
  }
  .mv-footer-title {
    font-size: 24px;
    margin: 15px 0 5px;
  }
  .mv-footer-sub {
    font-size: 22px;
  }
  .mv-footer-sub span {
    font-size: 34px;
  }
  a.mv-footer-link {
    padding: 15px 35px;
    border-radius: 40px;
    font-size: 22px;
    margin: 15px 0 15px;
  }
  .mv-footer-note {
    font-size: 18px;
  }
  .mv-footer-text {
    white-space: normal;
    font-size: 22px;
    border-radius: 0;
    text-align: center;
    letter-spacing: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 5px 0;
    line-height: 1.4;
  }
  .mv-content-right {
    width: 100%;
  }
  .mv-greeting {
    padding-top: 5px;
  }
  .mv-greeting-text {
    writing-mode: unset;
    letter-spacing: 0;
    font-size: 16px;
    padding: 10px 0;
  }
  span.mv-greeting-inner {
    font-size: 16px;
    padding: 6px 8px;
    margin-right: 3px;
    margin-bottom: 0;
  }
  h2.page-title {
    font-size: 24px;
  }
  h3.page-title, h3.h-title {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  h3.page-title::before, h3.h-title::before {
    top: 7px;
  }
  h4.page-title, h4.h-title {
    font-size: 20px;
  }
  h4.page-title::before, h4.h-title::before {
    top: 10px;
  }
  .page-caption-wrap {
    margin-bottom: 30px;
    background: #fdf1f1;
    padding: 30px 15px;
  }
  .page-caption-left {
    width: 40px;
  }
  .page-caption-right {
    width: calc(100% - 40px);
    padding-left: 10px;
  }
  .page-layout-wrap .page-layout:nth-child(even) {
    background: #fff;
  }
  .point-item {
    padding: 5px 15px 5px;
    border-radius: 0;
    background: #fff;
  }
  .bg-style-02 {
    padding: 5px 15px 5px;
    border-radius: 0;
    background: #fff;
  }
  .point-flex {
    flex-direction: column-reverse;
  }
  .point-flex-left {
    width: 100%;
  }
  .point-flex-right {
    width: 100%;
    margin-bottom: 20px;
  }
  .recruit-doctor-name {
    text-align: left;
    letter-spacing: 0;
  }
  .page-layout {
    padding: 30px 0px;
  }
  .top-point-list {
    display: block;
  }
  .top-point-item:nth-child(1), .top-point-item:nth-child(2), .top-point-item:nth-child(3), .top-point-item:nth-child(4), .top-point-item:nth-child(5) {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-point-item:nth-child(5) {
    margin-bottom: 0px;
  }
  .top-point-item:nth-child(1) img, .top-point-item:nth-child(2) img, .top-point-item img {
    height: auto;
  }
  .top-point-item:nth-child(1) .top-point-title, .top-point-item:nth-child(2) .top-point-title,.top-point-title {
    width: 85%;
  }
  .top-point-item p {
    font-size: 18px;
  }
  .top-recruit-mission-list {
    display: block;
  }
  .top-recruit-mission-item {
    width: 100%;
    margin-bottom: 35px;
    padding: 0px 15px;
    border-radius: 0;
    background: #fff;
  }
  .top-recruit-mission-item:last-child {
    margin-bottom: 0;
  }
  .top-recruit-mission-item > p {
    margin-bottom: 5px;
  }
  table.recruit-job-table tr td {
    font-size: 16px;
    padding: 15px 5px;
    letter-spacing: 0;
  }
  table.recruit-job-table tr td:nth-child(1) {
    width: 100px;
  }
  .recruit-job-link a {
    padding: 15px 15px;
    font-size: 15px;
  }
  .recruit-job-link a i {
    display: none;
  }
  .recruit-job-note {
    font-size: 16px;
  }
  ul.recruit-staff-list {
    display: block;
  }
  ul.recruit-staff-list li {
    width: 100%;
  }
  .recruit-sns-list {
    display: block;
  }
  .recruit-sns-item {
    width: 100%;
  }
  .page-top-bg {
    height: 150px;
  }
  .page-top-bg h1.entry-title, .page-top-bg .entry-title-archive {
    font-size: 26px;
    letter-spacing: 2px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .top-doctor {
    flex-direction: column-reverse;
    padding: 0 15px;
  }
  .top-doctor-left {
    width: 100%;
    margin-top: 30px;
  }
  .top-doctor-right {
    width: 80%;
    margin: 0 auto;
  }
  table.recruit-table tr th, table.recruit-table tr td {
    font-size: 16px;
    padding: 15px 7px;
  }
  table.recruit-table tr th {
    width: auto;
  }
  .page-btn.recruit-btn a {
    font-size: 24px;
    padding: 20px 40px;
    line-height: 1.55;
  }
  .page-btn a::after {
    right: 10px;
  }
  ul.recruit-staff-list li img {
    /* height: 260px; */
    height: auto;
  }
  .top-column .column-entry-cards {
    display: block;
  }
  .column-entry-cards a.a-wrap, #list a.a-wrap, .related-list a.a-wrap, body.front-top-page .column-entry-cards a.a-wrap:nth-child(1), body.front-top-page .column-entry-cards a.a-wrap:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #CECFCF;
  }
  .column-header {
    display: block;
    display: none;
  }
  .column-header-left {
    width: 100%;
  }
  .column-header-right {
    width: 100%;
  }
  .column-entry-cards .e-card-info, #list .e-card-info, .related-list .e-card-info {
    justify-content: flex-end;
  }
  .column-entry-cards a.a-wrap .widget-entry-card, #list .column-content, .related-list .column-content {
    display: block;
  }
  .column-entry-cards figure, #list .column-content figure, .related-list .column-content figure {
    width: 100%;
    margin-bottom: 10px;
  }
  .column-entry-cards figure img, #list .column-content figure img, .related-list .column-content figure img,#popular_entries-2 .card-thumb img {
    height: auto;
    border-radius: 30px;
  }
  .column-entry-cards .widget-entry-card-content, #list .column-content .entry-card-content, .related-list .column-content .related-entry-card-content {
    width: 100%;
    padding: 0;
  }
  .column-entry-cards .widget-entry-card-title, #list .column-content h2.card-title, .related-list .column-content h3.card-title {
    font-size: 19px;
    line-height: 1.6;
    text-decoration: underline;
    color: #1967d2;
  }
  .column-more {
    display: none;
  }
  #list .column-content .entry-card-snippet, .related-list .column-content .related-entry-card-snippet {
    display: none;
  }
  body.single h1.entry-title {
    font-size: 22px;
    line-height: 1.5;
  }
  body.blog #content,
  body.archive #content,
  body.single #content {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1.archive-title, h2.h-title, h2.related-entry-heading {
    font-size: 22px;
  }
  .page-author {
    display: block;
    padding: 30px 0;
  }
  .page-author-left {
    width: 100%;
  }
  .page-author-right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #sidebar .widget-sidebar {
    padding: 30px 15px;
  }
  #popular_entries-2 .popular-entry-card-title {
    font-size: 19px;
    line-height: 1.6;
    text-decoration: underline;
    color: #1967d2;
  }
  .mobile-menu-buttons {
    display: flex;
    align-items: stretch;
    box-shadow: unset;
  }
  .mobile-menu-buttons > li.menu-button {
    border-right: 1px solid #fff;
    line-height: 1.2;
  }
  .mobile-menu-buttons > li.menu-button:hover {
    background: #F47E84;
  }
  .menu-icon-01::before {
    content:'\f0c9';
  	font-family:'Font Awesome 5 Free';
  	font-weight:700;
    font-size: 16px;
  }
  .menu-icon-02::before {
    content:'\f35d';
  	font-family:'Font Awesome 5 Free';
  	font-weight:700;
    font-size: 16px;
  }
  .mobile-menu-buttons .menu-button {
    background: #F47E84;
  }
  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: 18px;
    font-weight: 400;
    padding: 20px 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: 16px;
  }

  #mi-voice div.speech-balloon {
    margin-top: 5px;
    padding: 15px;
    width: 80%;
  }
  #mi-voice .speech-wrap {
    margin-bottom: 25px;
  }
  #mi-voice .speech-person {
    width: 20%;
    min-width: 20%;
  }
}
@media screen and (max-width: 834px){
  main.main, div.sidebar {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px){
  .mv-header {
    top: 36%;
  }
}
@media screen and (max-width: 360px){
  .header-info-sub {
    padding: 5px 8px;
    margin-left: 10px;
    white-space: nowrap;
    font-size: 16px;
  }
  .mv-header {
    top: 34%;
  }
  .mv-header-text {
    font-size: 24px;
  }
  .mv-footer-wrap {
    bottom: 100px;
  }
  .mv-footer-text {
    font-size: 20px;
  }
  .mv-greeting-text {
    font-size: 15px;
  }
  .top-point-item:nth-child(1) .top-point-title, .top-point-item:nth-child(2) .top-point-title, .top-point-title {
    width: 90%;
  }
  .recruit-job-link a {
    line-height: 1.4;
  }
  body.single article .post-update, body.single article .post-date {
    font-size: 13px;
    letter-spacing: 0;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  body.single article .post-update, body.single article .post-date {
    font-size: 11.5px;
    letter-spacing: 0;
  }
  .header-container-in.hlt-top-menu .logo-header .site-name {
    margin-left: 0;
  }
  .header-info-sub {
    margin-left: 10px;
  }
  .header-info-sub {
    padding: 5px 5px;
    margin-left: 10px;
    white-space: nowrap;
    font-size: 16px;
  }
  .mv-header {
    top: 32%;
  }
  .mv-header-text {
    font-size: 21px;
  }
  .mv-footer-wrap {
    bottom: 100px;
  }
  .mv-footer-text {
    font-size: 18px;
  }
  .mv-footer-title span {
    font-size: 24px;
  }
  .mv-footer-title {
    font-size: 20px;
  }
  .mv-footer-sub {
    font-size: 20px;
  }
  .mv-footer-sub span {
    font-size: 30px;
  }
  a.mv-footer-link {
    padding: 10px 15px;
    font-size: 18px;
    margin: 10px 0 5px;
  }
  .mv-footer-note {
    font-size: 16px;
  }
  .top-point-item:nth-child(1) .top-point-title, .top-point-item:nth-child(2) .top-point-title, .top-point-title {
    width: 90%;
  }
  .top-point-title h3 {
    font-size: 20px;
  }
  .recruit-job-link a {
    line-height: 1.4;
  }
  .top-doctor-right {
    width: 90%;
  }
}
