@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
* {
  font-feature-settings: "palt";
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.6px;
}

.header-container,
.main,
.sidebar,
.footer {
  background-color: initial;
}

a {
  color: #333;
}
a:hover {
  color: #f9b049;
}

a.text_link {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #ddd;
  transition: 0.5s;
}
a.text_link:hover {
  text-decoration-color: #f9b049;
}

a.white_arrow::after {
  content: "";
  background-color: #fff;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
  transition: 0.5s;
}

a.black_arrow::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
  transition: 0.5s;
}

a.black_arrow_before::before {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.4rem;
  height: 0.6rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 6px 2px 0;
  transition: 0.5s;
}

a.white_new_window::after {
  content: "";
  background-color: #fff;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/new_window.svg);
  mask: url(/wp-content/uploads/2021/10/new_window.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
  transition: 0.5s;
}

a.black_new_window::after {
  content: "";
  background-color: #888;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/new_window.svg);
  mask: url(/wp-content/uploads/2021/10/new_window.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 0;
  transition: 0.5s;
}

ul {
  list-style-type: none;
}

p {
  text-align: justify;
}

h2 {
  font-weight: normal !important;
}

h3 {
  line-height: 4em;
  padding-left: 16px;
  position: relative;
  font-weight: normal !important;
  margin: 0 !important;
  border: 0 !important;
}
h3::before {
  width: 4px;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 0;
  content: "";
  background: #f9b049;
}

h4 {
  font-weight: normal !important;
}

li::marker {
  content: none;
}

.button a {
  color: #fff;
  display: inline-block;
  text-align: center;
  background: #2db455;
  padding: 10px 20px;
  margin: 10px 0 0;
  border-radius: 60px;
  font-size: 18px;
  transition: 0.5s;
  text-decoration: none;
  line-height: 1.6em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 100%;
}
.button a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #218b40;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 10px;
}
.button a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

figure {
  border-radius: 10px;
}

.box_blue {
  background: #f5fafd;
  border-radius: 10px;
  padding: 20px;
  display: inline-block;
}

.box_red {
  border-radius: 10px;
  padding: 20px;
  display: inline-block;
  border: solid 4px #f89174;
  background: #fff;
}
.box_red h3 {
  color: #f89174;
  padding: 0 0 10px 0;
}
.box_red h3::before {
  content: none;
}

.strong_text {
  background: linear-gradient(transparent 80%, #f79174 0%);
  display: inline;
  text-decoration-line: none;
}

.notice {
  text-indent: -1em;
  padding: 0 0 0 1em;
  line-height: 1.4em;
  font-size: 0.8rem;
}

.display_flex_center {
  display: flex;
  justify-content: center;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.textR {
  text-align: right;
}

.font_small {
  font-size: 0.8em;
}

.width300 {
  width: 300px;
}

.width100per {
  width: 100% !important;
}

.su-animate {
  margin: 0;
}

.display_none {
  display: none;
}

.sp_display {
  display: block;
}

.pc_display {
  display: none;
}

@media screen and (min-width: 768px) {
  .button a {
    display: inline-block;
    padding: 10px 30px !important;
  }
  .notice {
    margin: 0 0 5px 0 !important;
    font-size: 14px;
  }
  .pc_display {
    display: block;
  }
  .sp_display {
    display: none;
  }
}
/*リスト*/
.list {
  padding-left: 0 !important;
}
.list li {
  position: relative;
  border-bottom: solid 1px #555;
  padding: 10px 0 10px 30px;
}
.list li::before {
  width: 10px;
  height: 10px;
  background: #f9b049;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  left: 10px;
  content: "";
}
.list li h4 {
  border: 0;
}

.list_noline {
  padding-left: 0 !important;
}
.list_noline li {
  position: relative;
  padding: 0 0 0 30px;
}
.list_noline li::before {
  width: 10px;
  height: 10px;
  background: #f9b049;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
}
.list_noline li h4 {
  border: 0;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 20px;
}

.list_checked {
  padding-left: 0 !important;
}
.list_checked li {
  position: relative;
  padding: 0 0 0 30px;
}
.list_checked li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  padding-right: 5px;
  color: #f89174;
  position: absolute;
  top: 0px;
  left: 5px;
}
.list_checked li h4 {
  border: 0;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 20px;
}

.list_number {
  margin: 50px 0 0 0;
}
.list_number > div {
  position: relative;
  background: #f5fafd;
  border-radius: 10px;
  padding: 20px;
  margin: 0 0 50px 0;
}
.list_number > div .number {
  position: absolute;
  top: -60px;
  left: calc(50% - 24px);
  font-size: 64px;
  font-weight: bold;
  font-style: italic;
  color: #f9b049;
}
.list_number > div h3 {
  color: #f9b049;
  padding: 10px 0 !important;
}
.list_number > div h3::before {
  content: none;
}
.list_number > div p {
  line-height: 1.6em;
}

.list_check_content {
  width: 100vw;
  margin: 0px calc(50% - 50vw) 60px;
  padding: 20px 20px 40px;
}
.list_check_content h3 {
  color: #505050;
}
.list_check_content h3::before {
  content: none;
}
.list_check_content ul.list_check {
  background: #f5fafd;
  padding: 20px;
  border-radius: 10px;
}
.list_check_content ul.list_check li {
  padding-left: 1em !important;
  text-indent: -1em;
}
.list_check_content ul.list_check li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  padding-right: 5px;
  color: #f89174; /*アイコンの色*/
}

@media screen and (min-width: 768px) {
  .list_number > div {
    margin: 0 0 0 0;
  }
  .list_number > div h3 {
    padding: 10px 0 !important;
    font-size: 18px;
    line-height: 1.4em;
    text-align: justify;
  }
  .list_number > div p {
    line-height: 1.6em;
  }
  .list_check_content {
    margin: 0px auto;
    padding: 20px 0;
    width: 800px;
  }
  .list_check_content h3 {
    text-align: center;
    margin: 0 !important;
  }
  .list_check_content ul.list_check {
    padding: 40px;
    width: 800px;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .list_check_content ul.list_check li {
    margin: 0 40px 0 0;
    line-height: 3em;
  }
}
/*テーブル*/
.price_table {
  border: solid 1px #f9b049;
  border-radius: 10px;
}
.price_table table {
  width: 100% !important;
}
.price_table table tr:last-child th {
  border-bottom: 0;
}
.price_table table tr:last-child td {
  border-bottom: 0;
}
.price_table table tr th {
  border-bottom: 1px solid #f9b049;
  border-right: 1px solid #f9b049;
  padding: 10px;
  background: #fffaf2;
  font-size: 1em;
  font-weight: initial;
}
.price_table table tr td {
  border-bottom: 1px solid #f9b049;
  padding: 10px;
  background: #fff;
  font-size: 1em;
  text-align: center;
  width: 100px;
  border: none;
  border-bottom: 1px solid #f9b049;
}
.price_table table tr td:first-child {
  background-color: #fff4e7;
  text-align: left;
  width: auto;
}

@media screen and (min-width: 768px) {
  .price_table table tr td {
    width: 200px;
  }
}
table.table1 {
  border-collapse: separate;
}
table.table1 tr:first-child th {
  border-top: solid 1px #333;
}
table.table1 tr:first-child td {
  border-top: solid 1px #333;
}
table.table1 tr th {
  background-color: #fff4e7;
  border: 0;
  padding: 10px;
  width: 30%;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  border-bottom: solid 1px #333;
  font-weight: initial;
}
table.table1 tr td {
  border: 0;
  background-color: #fff;
  padding: 20px;
  text-align: justify;
  font-size: 16px;
  border-bottom: solid 1px #333;
}
table.table1 .button a {
  padding: 10px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  table.table1 tr th {
    padding: 40px;
  }
  table.table1 tr td {
    padding: 40px;
  }
}
/*流れコンテンツ*/
.flow_content {
  border-radius: 10px;
  padding: 20px;
  background: #fffaf2;
  position: relative;
  margin: 0 0 50px 0 !important;
}
.flow_content.last::after {
  content: none;
}
.flow_content::after {
  content: "";
  background-color: #f9b049;
  width: 20px;
  height: 32px;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 10px);
  transform: rotate(90deg);
}
.flow_content h4 {
  border: 0;
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 20px;
  padding-left: 1.4em !important;
  text-indent: -1.4em;
  text-align: justify;
  line-height: 1.6em;
}
.flow_content h4::first-letter {
  font-size: 32px;
  color: #f9b049;
}
.flow_content h5 {
  text-align: center;
  margin: 0 0 10px 0;
  border-bottom: solid 2px #96bd83;
}
.flow_content figure img {
  border-radius: 10px !important;
}

@media screen and (min-width: 768px) {
  .flow_content {
    padding: 40px;
  }
}
/*コンセプト*/
.concept {
  background-image: url(/wp-content/uploads/2021/12/about1.jpg);
  background-size: 120% auto;
  padding: 10px;
  background-position: center 0px;
  background-repeat: no-repeat;
}
.concept .concept_frame {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  margin: 200px 10px 10px 10px;
}
.concept .concept_frame h2 {
  text-align: center;
  border: 0 !important;
  margin: 0 0 10px 0 !important;
  font-size: 24px;
}
.concept .concept_frame .concept_main {
  font-weight: bold;
  font-size: 5vw;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .concept {
    background-position: center 0;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    height: 1100px;
    position: relative;
  }
  .concept .concept_frame {
    position: absolute;
    width: 700px;
    height: 900px;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 50px;
  }
  .concept .concept_frame h2 {
    text-align: center;
  }
  .concept .concept_frame .concept_main {
    font-size: 24px;
    text-align: center;
  }
  .concept .concept_frame .notice {
    margin: 0 0 20px 0 !important;
  }
}
/*バナーpc spサイズ違い*/
.sp_display_banner {
  display: flex;
  justify-content: center;
}

.pc_display_banner {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp_display_banner {
    display: none;
  }
  .pc_display_banner {
    display: flex;
    justify-content: center;
  }
}
/*header*/
.header-container-in.hlt-top-menu #header-in .tagline {
  display: block;
  margin: 0;
  line-height: 1.4em;
  background: #f9b049;
  color: #fff;
  padding: 5px;
  text-align: left;
  font-size: 14px;
}
.header-container-in.hlt-top-menu #header-in .header_info {
  display: none;
}

@media screen and (min-width: 768px) {
  .fixed-header .header {
    display: none;
  }
  .header-container-in.hlt-top-menu {
    display: block;
    width: initial;
  }
  .header-container-in.hlt-top-menu #header-in {
    flex-direction: initial;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header-container-in.hlt-top-menu #header-in .tagline {
    flex-basis: 100%;
  }
  .header-container-in.hlt-top-menu #header-in .logo {
    padding: 10px 0 0 30px;
  }
  .header-container-in.hlt-top-menu #header-in .logo img {
    max-height: 80px;
  }
  .header-container-in.hlt-top-menu #header-in .header_info {
    display: flex;
    padding: 20px;
    margin: 0 20px 0 auto;
  }
  .header-container-in.hlt-top-menu #header-in .header_info li {
    font-size: 16px;
    padding: 16px 30px 0 0;
  }
  .header-container-in.hlt-top-menu #header-in .header_info li:nth-child(2) {
    padding: 0;
    margin: 0 20px 0 0;
  }
  .header-container-in.hlt-top-menu #header-in .header_info li:last-child {
    padding: 0;
  }
  .header-container-in.hlt-top-menu #header-in .header_info li a {
    text-decoration: none;
  }
  .header-container-in.hlt-top-menu #header-in .header_info li.line_header_button a {
    color: #fff;
    display: block;
    text-align: center;
    background: #2db455;
    padding: 15px 30px;
    margin: 0;
    border-radius: 40px;
    font-size: 18px;
    transition: 0.5s;
    text-decoration: none;
    line-height: 1.6em;
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 100%;
  }
  .header-container-in.hlt-top-menu #header-in .header_info li.line_header_button a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #218b40;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.3s;
    border-radius: 10px;
  }
  .header-container-in.hlt-top-menu #header-in .header_info li.line_header_button a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  .header-container-in.hlt-top-menu #header-in .header_info li.interview_header_button a {
    color: #fff;
    display: block;
    text-align: center;
    background: #ff9500;
    padding: 15px 30px;
    margin: 0;
    border-radius: 40px;
    font-size: 18px;
    transition: 0.5s;
    text-decoration: none;
    line-height: 1.6em;
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 100%;
  }
  .header-container-in.hlt-top-menu #header-in .header_info li.interview_header_button a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #f9b049;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.3s;
    border-radius: 10px;
  }
  .header-container-in.hlt-top-menu #header-in .header_info li.interview_header_button a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
}
@media screen and (max-width: 767px) {
  #header .site-name-text {
    padding: 5px 0;
    width: 90%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .header-container-in.hlt-top-menu #header-in .header_info .header_info_tel {
    justify-content: center;
  }
}
/*footer*/
#footer {
  margin: 0 0 300px 0;
}

.footer_info {
  padding: 0 20px;
}
.footer_info ul {
  padding-left: 0;
}
.footer_info .footer_info_left {
  margin: 0 0 0 0;
}
.footer_info .footer_info_left a img {
  width: 90%;
}
.footer_info .footer_info_left .medical_subjects {
  display: flex;
  margin: 0 0 20px 0;
}
.footer_info .footer_info_left .medical_subjects li {
  border: solid 2px #f9b049;
  border-radius: 10px;
  padding: 2px 6px;
  margin: 0 5px 0 0;
  background: #fff;
  font-size: 13px;
}
.footer_info .footer_info_left .footer_info_tel {
  margin: 20px 0;
  border-top: solid 2px #f9b049;
  border-bottom: solid 2px #f9b049;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.footer_info .footer_info_left .footer_info_tel li:first-child {
  font-size: 14px;
  line-height: 3em;
}
.footer_info .footer_info_left .footer_info_tel li:last-child {
  text-align: center;
  white-space: nowrap;
}
.footer_info .footer_info_left .footer_info_tel li:last-child img {
  width: 20px;
  margin: 0 4px 0 0;
}
.footer_info .footer_info_left .footer_info_tel li:last-child a {
  text-decoration: none;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  white-space: nowrap;
}
.footer_info .footer_info_left .caution {
  font-size: 0.8em;
}
.footer_info .footer_info_right .frame_info_hours {
  margin: 0 auto 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px;
  font-size: 18px;
  text-align: center;
}
.footer_info .footer_info_right table.info_hours {
  margin: 0 !important;
}
.footer_info .footer_info_right table.info_hours th {
  background: none;
  border: 0;
  margin: 0;
}
.footer_info .footer_info_right table.info_hours th:first-child {
  width: 30% !important;
}
.footer_info .footer_info_right table.info_hours td {
  background: none;
  border: 0;
  width: 9%;
  text-align: center;
  color: #f9b049;
}
.footer_info .footer_info_right table.info_hours tr:nth-of-type(2n + 1) {
  background: none;
}
.footer_info .footer_info_right table.info_hours .info_hours_01 th,
.footer_info .footer_info_right table.info_hours .info_hours_01 td {
  border-bottom: 1px solid #ccc;
}
.footer_info .footer_info_right table.info_hours .info_hours_02 th,
.footer_info .footer_info_right table.info_hours .info_hours_02 td {
  border-bottom: 1px solid #ccc;
}
.footer_info .footer_info_right table.info_hours .info_hours_02 th:last-child,
.footer_info .footer_info_right table.info_hours .info_hours_02 td:last-child {
  width: 16%;
  border-left: solid 1px #ccc;
  border-bottom: 0;
}
.footer_info .footer_info_right table.info_hours .info_hours_02 th:last-child span,
.footer_info .footer_info_right table.info_hours .info_hours_02 td:last-child span {
  color: #555;
  font-weight: bold;
}
.footer_info .footer_map {
  margin: 20px 0 0 0;
}
.footer_info .footer_map iframe {
  margin: 10px 0;
  border-radius: 10px;
  border: none;
}

@media screen and (min-width: 768px) {
  .footer_info {
    padding: 0;
  }
  .footer_info ul {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
  .footer_info .footer_info_left {
    margin: 0 40px 0 0;
    width: 400px;
  }
  .footer_info .footer_info_left .footer_info_tel {
    padding: 0;
  }
  .footer_info .footer_info_left .footer_info_tel li:first-child {
    font-size: 18px;
    text-align: center;
    padding: 10px 20px 10px 0;
  }
  .footer_info .footer_info_left .footer_info_tel li:last-child {
    padding: 16px 0 0 0;
  }
  .footer_info .footer_info_left a img {
    width: 361px;
  }
  .footer_info .footer_info_left p {
    margin: 0 0 10px 0;
  }
  .footer_info .footer_info_left .medical_subjects {
    justify-content: flex-start;
  }
  .footer_info .footer_info_left .medical_subjects li {
    font-size: 16px;
  }
  .footer_info .footer_info_right {
    margin: 20px 0 0 0;
    width: 500px;
  }
  .footer_info .footer_info_right iframe {
    height: 450px;
  }
  .footer_info .footer_map {
    width: 900px;
    margin: 30px auto;
  }
  .footer_info .footer_map iframe {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .footer_info ul {
    flex-wrap: wrap;
  }
  .footer_info .footer_info_left {
    margin: 0 40px 40px 0;
    width: 500px;
  }
  .footer_info .footer_info_right {
    margin: 0 0 0 0;
    width: 500px;
  }
  .footer_info .footer_info_right iframe {
    height: 450px;
  }
  .footer_info .footer_info_tel li:first-child {
    font-size: 20px;
    text-align: center;
    padding: 10px 20px 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .navi-footer-in > .menu-footer li.menu-item {
    width: 100%;
    text-align: left;
  }
  .navi-footer-in > .menu-footer li.menu-item a {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}
/*フッターバナー*/
.footer_banner {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 0 !important;
  margin: 50px 0;
}

@media screen and (min-width: 768px) {
  .footer_banner {
    justify-content: center;
  }
  .footer_banner li img {
    width: 90%;
  }
}
/*フッターメニュー*/
.navi-footer-in a:hover {
  background-color: #fff !important;
  color: #f9b049;
}

/*モバイルスライドインメニュー*/
#navi-menu-content {
  background: #fcfcf9;
}
#navi-menu-content .menu-close-button {
  text-align: right;
  color: #4c4537;
  background: #f6f3ea;
}
#navi-menu-content .menu-close-button span {
  padding: 0 10px 0 0;
}
#navi-menu-content .menu-drawer .menu-item-782 a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2021/12/first_menu_icon.svg);
  position: absolute;
  left: 0;
  background-size: contain;
  transition: 0.5s;
}
#navi-menu-content .menu-drawer .menu-item-783 > a::before {
  content: "";
  width: 17px;
  height: 17px;
  background: url(/wp-content/uploads/2021/12/about_menu_icon.svg);
  position: absolute;
  top: 8px;
  left: 2px;
  background-size: contain;
  transition: 0.5s;
}
#navi-menu-content .menu-drawer .menu-item-784 > a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2021/12/guide_menu_icon.svg);
  position: absolute;
  left: 0;
  background-size: contain;
  transition: 0.5s;
}
#navi-menu-content .menu-drawer .menu-item-792 a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2021/12/doctor_menu_icon.svg);
  position: absolute;
  left: 0;
  background-size: contain;
  transition: 0.5s;
}
#navi-menu-content .menu-drawer .menu-item-130 a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2021/12/access_menu_icon.svg);
  position: absolute;
  left: 0;
  background-size: contain;
  transition: 0.5s;
}
#navi-menu-content .menu-drawer .menu-item-793 a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2021/12/faq_menu_icon.svg);
  position: absolute;
  left: 0;
  background-size: contain;
  transition: 0.5s;
}
#navi-menu-content .menu-drawer li {
  border-bottom: dotted 1px #f9b049;
  padding: 5px 0;
}
#navi-menu-content .menu-drawer li .sub-menu li {
  position: relative;
  border-bottom: 0;
}
#navi-menu-content .menu-drawer li .sub-menu li:before {
  width: 8px;
  height: 8px;
  background: #f9b049;
  border-radius: 10px;
  position: absolute;
  top: 1em;
  left: 10px;
  content: "";
}
#navi-menu-content .menu-drawer li .sub-menu li:last-child {
  border-bottom: 0;
}
#navi-menu-content .menu-drawer li a {
  font-weight: bold;
  position: relative;
  padding: 6px 6px 6px 28px;
}
#navi-menu-content .menu-drawer li a span {
  font-size: 12px;
  display: block;
}
#navi-menu-content .mobile_slide_info {
  padding: 0 10px;
}
#navi-menu-content .mobile_slide_info .footer_info_tel {
  margin: 0;
  padding: 0;
  border-top: solid 2px #f9b049;
  border-bottom: solid 2px #f9b049;
  font-weight: bold;
  color: #555;
}
#navi-menu-content .mobile_slide_info .footer_info_tel li:first-child {
  font-size: 20px;
  text-align: center;
  padding: 10px 0 0;
}
#navi-menu-content .mobile_slide_info .footer_info_tel li:last-child {
  text-align: center;
}
#navi-menu-content .mobile_slide_info .footer_info_tel li:last-child img {
  width: 24px;
  margin: 0 4px 0 0;
}
#navi-menu-content .mobile_slide_info .footer_info_tel li:last-child a {
  text-decoration: none;
  font-size: 8vw;
}
#navi-menu-content .mobile_slide_info table.info_hours {
  background-color: #f6f3ea;
  border-radius: 10px;
  font-size: 16px;
  padding: 5px 5px 0 5px;
  border-collapse: initial;
  color: #555;
  margin: 10px 0 0 0;
}
#navi-menu-content .mobile_slide_info table.info_hours tr {
  background: none;
}
#navi-menu-content .mobile_slide_info table.info_hours th {
  background: none;
  margin: 0;
  padding: 5px;
  background: none;
  border: 0;
  border-bottom: 1px solid #888 !important;
  letter-spacing: 0.1em;
}
#navi-menu-content .mobile_slide_info table.info_hours th:first-child {
  width: 35% !important;
}
#navi-menu-content .mobile_slide_info table.info_hours td {
  border: 0;
  padding: 5px;
  width: 5%;
  background: none;
  border-bottom: 1px solid #888 !important;
  letter-spacing: 0.1em;
}
#navi-menu-content .mobile_slide_info table.info_hours .info_hours_02 td:last-child {
  width: 16%;
  border-left: solid 1px #888;
  border-bottom: 0 !important;
  text-align: center;
}
#navi-menu-content .mobile_slide_info table.info_hours .info_hours_02 td:last-child span {
  color: #555;
  font-weight: bold;
}
#navi-menu-content .mobile_slide_info table.info_hours .info_hours_03 th,
#navi-menu-content .mobile_slide_info table.info_hours .info_hours_03 td {
  border-bottom: 0 !important;
}
#navi-menu-content .mobile_slide_info .info_hours_note {
  color: #555;
  font-size: 4vw;
  margin: 5px 0 0;
}
#navi-menu-content .mobile_slide_info .button.line_button a {
  background: #2db455;
}
#navi-menu-content .mobile_slide_info .button a {
  margin: 10px 0;
}

.mobile-menu-buttons {
  background: #218b40;
  color: #fff;
}
.mobile-menu-buttons .menu-button {
  border-right: solid 2px #fff;
}
.mobile-menu-buttons .menu-button:last-child {
  border: none;
}
.mobile-menu-buttons .menu-button > a {
  color: #fff;
}
.mobile-menu-buttons .menu-caption {
  font-size: 14px;
  line-height: 1em;
}

/*TOPへ戻るボタン*/
.go-to-top {
  right: 20px;
  bottom: 60px;
  z-index: 99;
}
.go-to-top .go-to-top-button {
  background: url(/wp-content/uploads/2021/12/gototop.png) no-repeat;
  background-size: cover;
  height: 48px;
  width: 48px;
  display: block !important;
}
.go-to-top .go-to-top-button span {
  display: none;
}

@media screen and (min-width: 768px) {
  .go-to-top {
    right: 50px;
    bottom: 50px;
  }
  .go-to-top .go-to-top-button {
    height: 60px;
    width: 60px;
  }
}
/*navi*/
@media screen and (min-width: 768px) {
  .hlt-tm-right #navi .navi-in > ul {
    justify-content: center;
    padding: 30px 0 0;
  }
  .hlt-tm-right #navi .navi-in > ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hlt-tm-right #navi .navi-in > ul li a:hover {
    color: #f9b049;
    background: 0 !important;
  }
  .hlt-tm-right #navi .navi-in > ul li a:hover > ::before {
    animation: icon_fuwa 0.75s ease-in-out 0s infinite alternate;
  }
  .hlt-tm-right #navi .navi-in > ul li#menu-item-782 a > ::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2021/12/first_menu_icon.svg);
    position: absolute;
    top: -14px;
    left: calc(50% - 15px);
    background-size: contain;
    transition: 0.5s;
  }
  .hlt-tm-right #navi .navi-in > ul li#menu-item-783 > a > .caption-wrap ::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2021/12/about_menu_icon.svg);
    position: absolute;
    top: -14px;
    left: calc(50% - 15px);
    background-size: contain;
    transition: 0.5s;
  }
  .hlt-tm-right #navi .navi-in > ul li#menu-item-783 > a:hover > .caption-wrap ::before {
    animation: icon_fuwa 0.75s ease-in-out 0s infinite alternate;
  }
  .hlt-tm-right #navi .navi-in > ul li#menu-item-783:hover .sub-menu {
    display: flex;
    width: auto;
  }
  .hlt-tm-right #navi .navi-in > ul li#menu-item-784 > a > .caption-wrap ::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2021/12/guide_menu_icon.svg);
    position: absolute;
    top: -14px;
    left: calc(50% - 15px);
    background-size: cover;
    transition: 0.5s;
  }
  .hlt-tm-right #navi .navi-in > ul li#menu-item-784 > a:hover > .caption-wrap ::before {
    animation: icon_fuwa 0.75s ease-in-out 0s infinite alternate;
  }
  .hlt-tm-right #navi .navi-in > ul li#menu-item-784:hover .sub-menu {
    display: flex;
  }
  .hlt-tm-right #navi .navi-in > ul li#menu-item-792 a > ::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2021/12/doctor_menu_icon.svg);
    position: absolute;
    top: -14px;
    left: calc(50% - 15px);
    background-size: contain;
    transition: 0.5s;
  }
  .hlt-tm-right #navi .navi-in > ul li#menu-item-130 a > ::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2021/12/access_menu_icon.svg);
    position: absolute;
    top: -14px;
    left: calc(50% - 15px);
    background-size: contain;
    transition: 0.5s;
  }
  .hlt-tm-right #navi .navi-in > ul li#menu-item-793 a > ::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2021/12/faq_menu_icon.svg);
    position: absolute;
    top: -14px;
    left: calc(50% - 15px);
    background-size: contain;
    transition: 0.5s;
  }
  .hlt-tm-right #navi .navi-in > ul .sub-menu {
    background-color: #ffffff;
    border: solid 2px #f9b049;
    border-radius: 10px;
    top: 55px;
    flex-wrap: wrap;
    min-width: 190px !important;
    justify-content: flex-start;
    padding: 20px 0 10px 20px;
  }
  .hlt-tm-right #navi .navi-in > ul .sub-menu:hover {
    display: flex;
  }
  .hlt-tm-right #navi .navi-in > ul .sub-menu li {
    width: 100%;
    height: auto;
    line-height: 1.2em;
    position: relative;
    padding: 0 0 20px 0;
  }
  .hlt-tm-right #navi .navi-in > ul .sub-menu li::before {
    content: "●";
    position: absolute;
    top: 0;
    left: 2px;
    font-size: 12px;
    color: #f9b049;
  }
  .hlt-tm-right #navi .navi-in > ul .sub-menu li span {
    display: block;
    font-size: 0.7em;
    line-height: 1;
  }
}
@keyframes icon_fuwa {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
/************************************
** TOPページ
************************************/
/*TOPページローディング*/
#loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9b049;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  z-index: 100;
}
#loading-wrapper .main {
  animation-name: fade01;
  animation-duration: 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
#loading-wrapper .main img {
  animation: zoom_face 20s linear forwards infinite;
}
#loading-wrapper .main p {
  position: absolute;
  left: calc(50% - 80px);
  bottom: 140px;
  color: #fff;
}

@keyframes fade01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.completed {
  opacity: 0;
  visibility: hidden;
}

/*TOPページ背景*/
.background_fixed_image_top {
  position: relative;
}
.background_fixed_image_top img {
  position: fixed;
  bottom: -60px;
  right: -110px;
  width: 70vh;
  height: 80vh;
  z-index: -1;
}

.page-id-9 .a-wrap:hover {
  background: none !important;
}
.page-id-9 article {
  margin-bottom: 0 !important;
}
.page-id-9 .article-header {
  display: none;
}
.page-id-9 .content {
  margin-top: 0;
}
.page-id-9 .content .content-in {
  width: initial;
}
.page-id-9 main {
  padding: 0;
  overflow: initial !important;
}
.page-id-9 main .entry-content {
  width: 100% !important;
}

#post-9 h2 {
  background: none;
  color: #505050;
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
  position: relative;
  font-size: 24px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  border: 0;
}
#post-9 h2:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #f9b049;
  bottom: -16px;
  left: calc(50% - 15px);
}

@media screen and (min-width: 768px) {
  #post-9 h2 {
    margin: 0 0 60px 0;
  }
}
/*hero*/
.page-id-9 .hero {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.page-id-9 .hero .donichi_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  width: 120px;
  height: 120px;
  padding: 16px 0;
  border-radius: 60px;
  border: solid 1px #ff9500;
  text-align: center;
  font-size: 36px;
  line-height: 1.2em;
  color: #ff9500;
  z-index: 1;
}
.page-id-9 .hero .donichi_icon::before {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  border-radius: 60px;
  animation: spread 1.4s linear infinite;
  content: "";
}
.page-id-9 .hero .age_icon {
  position: absolute;
  top: 140px;
  right: 10px;
  background: #fff;
  width: 120px;
  height: 120px;
  padding: 35px 0;
  border-radius: 60px;
  border: solid 1px #8bc34a;
  text-align: center;
  font-size: 27px;
  line-height: 1.2em;
  color: #8bc34a;
  z-index: 1;
}
.page-id-9 .hero .age_icon::before {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  border-radius: 60px;
  animation: spread2 1.4s linear infinite;
  content: "";
}
.page-id-9 .hero .sp_mv {
  width: 100%;
  height: auto;
}
.page-id-9 .hero .sp_mv .metaslider {
  overflow: hidden;
}
.page-id-9 .hero .sp_mv .metaslider img {
  -o-object-fit: cover;
     object-fit: cover;
}
.page-id-9 .hero .title {
  position: absolute;
  top: 200px;
  left: 10px;
  font-size: 5.5vw;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  line-height: 1.4em;
  letter-spacing: -0.05em;
}
.page-id-9 .hero .title2 {
  position: absolute;
  top: 265px;
  left: 10px;
  font-size: 5vw;
  background: #f9b049;
  border: solid 3px #fff;
  border-radius: 10px;
  color: #fff;
  padding: 0px 10px;
}
.page-id-9 .hero .title2 span {
  font-size: 14px;
  display: block;
  padding: 0px 0 5px 0;
  margin: -5px 0 0 0;
  letter-spacing: -0.3px;
  line-height: 1.2em;
}
.page-id-9 .hero .title3 {
  position: absolute;
  top: 70px;
  left: 20px;
  font-size: 6vw;
  background: rgba(255, 255, 255, 0.831372549);
  border: solid 1px #f9b049;
  border-radius: 10px;
  color: #f9b049;
  padding: 0px 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.page-id-9 .hero .hero_fever {
  background: #fff4e7;
  padding: 20px;
}
.page-id-9 .hero .hero_fever ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.page-id-9 .hero .hero_fever ul h2 {
  color: #f89174;
  margin: 0 0 20px 0;
}
.page-id-9 .hero .hero_fever ul h2 a {
  font-size: 18px;
  background: #fff;
  padding: 5px 10px;
  border: solid 1px #f9b049;
  border-radius: 10px;
  text-decoration: none;
  margin: 0;
  display: block;
  text-align: center;
}
.page-id-9 .hero .hero_fever ul .button a {
  padding: 10px 20px;
  white-space: nowrap;
}
.page-id-9 .hero .hero_fever ul .button a i {
  margin: 0 8px 0 0;
}
.page-id-9 .hero .hero_fever .note {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 10px 0 0 0 !important;
  line-height: 1.4em;
}
.page-id-9 .hero .hero_latest_info {
  position: relative;
  width: 100%;
  margin: 100px 0 40px;
}
.page-id-9 .hero .hero_latest_info h2 {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 24px;
}
.page-id-9 .hero .hero_latest_info h2::after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2022/04/news_before.png) no-repeat;
  background-size: cover;
  height: 60px;
  width: 80px;
  top: -60px;
  left: calc(50% - 40px);
}
.page-id-9 .hero .hero_latest_info .new-entry-cards {
  margin: 0 10px;
}
.page-id-9 .hero .hero_latest_info .new-entry-cards a:hover .new-entry-card-content .new-entry-card-title {
  text-decoration-color: #f9b049;
}
.page-id-9 .hero .hero_latest_info .new-entry-cards a:hover .new-entry-card-content .new-entry-card-date .new-entry-card-post-date {
  background: #fff4e7;
}
.page-id-9 .hero .hero_latest_info .new-entry-cards .new-entry-card-content {
  display: flex;
  margin: 0;
}
.page-id-9 .hero .hero_latest_info .new-entry-cards .new-entry-card-content .new-entry-card-title {
  text-align: left;
  order: 1;
  font-size: 16px;
  line-height: 1.6em;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #ddd;
  transition: 0.5s;
}
.page-id-9 .hero .hero_latest_info .new-entry-cards .new-entry-card-content .new-entry-card-date {
  display: block;
  order: 0;
}
.page-id-9 .hero .hero_latest_info .new-entry-cards .new-entry-card-content .new-entry-card-date .new-entry-card-post-date {
  padding: 5px 10px;
  border-radius: 30px;
  background: #f0f0f0;
  transition: 0.5s;
  display: block;
}
.page-id-9 .hero .hero_latest_info .new-entry-cards .new-entry-card-content .new-entry-card-date .new-entry-card-update-date {
  display: none;
}
.page-id-9 .hero .hero_latest_info .new-entry-cards .new-entry-card-content .new-entry-card-date .fa-clock::before {
  display: none;
}
.page-id-9 .hero .hero_latest_info .button {
  width: 200px;
  margin: 0 auto;
}
.page-id-9 .hero .hero_info_hours {
  position: initial;
  width: 100%;
  position: relative;
}
.page-id-9 .hero .hero_info_hours .white_bg {
  width: 90%;
  margin: 20px auto;
  background: #fff;
  border: 1px solid #f9b049;
  border-radius: 10px;
  padding: 10px;
}
.page-id-9 .hero .hero_info_hours .hero_recruit_info {
  background: url(/wp-content/uploads/2023/01/top_recruit.jpg);
  background-size: auto 170px;
  background-repeat: no-repeat;
  background-color: rgb(255, 237, 237);
  padding: 180px 20px 20px 20px;
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  border: solid 1px #ffb2b2;
  z-index: 1;
}
.page-id-9 .hero .hero_info_hours .hero_recruit_info h2 {
  color: #ff4c84;
  font-size: 24px;
  line-height: 1.4;
}
.page-id-9 .hero .hero_info_hours .hero_recruit_info p {
  letter-spacing: 0.05em;
}
.page-id-9 .hero .hero_info_hours .hero_interview_banner {
  width: 90%;
  margin: 0 auto;
  z-index: 1;
}
.page-id-9 .hero .hero_info_hours .hero_interview_banner img {
  border: solid 2px #003f86;
  width: 100%;
}
.page-id-9 .hero .info_hours {
  width: 100%;
  margin: 0;
  font-size: 18px;
}
.page-id-9 .hero table.info_hours th {
  background: none;
  border: 0;
  margin: 0;
}
.page-id-9 .hero table.info_hours th:first-child {
  width: 30% !important;
}
.page-id-9 .hero table.info_hours td {
  background: none;
  border: 0;
  width: 9%;
  text-align: center;
  color: #f9b049;
}
.page-id-9 .hero table.info_hours tr:nth-of-type(2n + 1) {
  background: none;
}
.page-id-9 .hero table.info_hours .info_hours_01 th,
.page-id-9 .hero table.info_hours .info_hours_01 td,
.page-id-9 .hero table.info_hours .info_hours_03 th,
.page-id-9 .hero table.info_hours .info_hours_03 td {
  border-bottom: 1px solid #ccc;
}
.page-id-9 .hero table.info_hours .info_hours_02 th,
.page-id-9 .hero table.info_hours .info_hours_02 td {
  border-bottom: 1px solid #ccc;
}
.page-id-9 .hero table.info_hours .info_hours_02 th:last-child,
.page-id-9 .hero table.info_hours .info_hours_02 td:last-child {
  width: 16%;
  border-left: solid 1px #ccc;
}
.page-id-9 .hero table.info_hours .info_hours_02 th:last-child span,
.page-id-9 .hero table.info_hours .info_hours_02 td:last-child span {
  color: #555;
  font-weight: bold;
}
.page-id-9 .hero .info_hours_note {
  font-size: 12px;
  letter-spacing: 0;
  padding: 5px 0 0;
}

.movetext {
  opacity: 0;
}

.movetext span {
  opacity: 0;
}

@media screen and (max-width: 360px) {
  .page-id-9 .hero .donichi_icon {
    width: 100px;
    height: 100px;
    font-size: 28px;
  }
  .page-id-9 .hero .donichi_icon::before {
    width: 20px;
    height: 20px;
  }
  .page-id-9 .hero .age_icon {
    top: 120px;
    width: 100px;
    height: 100px;
    padding: 32px 0;
    font-size: 20px;
  }
  .page-id-9 .hero .age_icon::before {
    width: 20px;
    height: 20px;
  }
  .page-id-9 .hero .title {
    top: 170px;
    font-size: 5vw;
  }
  .page-id-9 .hero .title2 {
    top: 220px;
    font-size: 6vw;
  }
  .page-id-9 .hero .title2 span {
    font-size: 12px;
    display: block;
    margin: -5px 0 0 0;
    letter-spacing: -0.3px;
  }
  .page-id-9 .hero .hero_info_hours .hero_recruit_info {
    background: url(/wp-content/uploads/2023/01/top_recruit.jpg);
    background-size: auto 170px;
    background-repeat: no-repeat;
    background-color: rgb(255, 237, 237);
    padding: 180px 20px 20px 20px;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    border: solid 1px #ffb2b2;
    z-index: 1;
  }
  .page-id-9 .hero .hero_info_hours .hero_recruit_info h2 {
    color: #ff4c84;
    font-size: 24px;
    line-height: 1.4;
  }
  .page-id-9 .hero .hero_info_hours .hero_recruit_info p {
    letter-spacing: 0.05em;
  }
  .page-id-9 .hero .info_hours {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page-id-9 .hero {
    position: relative;
    height: 930px;
    overflow: hidden;
  }
  .page-id-9 .hero .donichi_icon {
    top: 10px;
    right: 100px;
    width: 150px;
    height: 150px;
    padding: 22px 0 0 0;
    border-radius: 100px;
    border: solid 4px #ff9500;
    font-size: 48px;
    line-height: 1em;
  }
  .page-id-9 .hero .donichi_icon::before {
    top: 70px;
    right: 40px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
  }
  .page-id-9 .hero .age_icon {
    top: 10px;
    right: 280px;
    width: 150px;
    height: 150px;
    padding: 46px 0;
    border-radius: 100px;
    border: solid 4px #8bc34a;
    font-size: 32px;
    line-height: 1em;
  }
  .page-id-9 .hero .age_icon::before {
    top: 70px;
    right: 40px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
  }
  .page-id-9 .hero .pc_mv {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .page-id-9 .hero .pc_mv .metaslider {
    overflow: hidden;
    margin: 40px 0 0 550px;
    border-radius: 50px;
  }
  .page-id-9 .hero .pc_mv .metaslider img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 550px;
  }
  .page-id-9 .hero .title {
    font-size: 40px;
    text-shadow: 3px 3px 2px #fff;
    top: 150px;
    left: 90px;
    letter-spacing: 0.05em;
    color: #333;
  }
  .page-id-9 .hero .title2 {
    top: 10px;
    font-size: 40px;
    left: 90px;
  }
  .page-id-9 .hero .title2 span {
    font-size: 24px;
  }
  .page-id-9 .hero .title3 {
    top: 160px;
    font-size: 3vw;
    left: 90px;
  }
  .page-id-9 .hero .hero_fever {
    position: absolute;
    bottom: 30px;
    left: 90px;
    border: solid 1px #f9b049;
    border-radius: 10px;
    width: 660px;
  }
  .page-id-9 .hero .hero_fever ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .page-id-9 .hero .hero_fever ul h2 {
    color: #f89174;
  }
  .page-id-9 .hero .hero_fever ul h2 a {
    margin: 0 0 0 10px;
    display: inline-block;
  }
  .page-id-9 .hero .hero_fever ul .button a {
    font-family: initial;
  }
  .page-id-9 .hero .hero_fever ul .button a i {
    margin: 0 8px 0 0;
  }
  .page-id-9 .hero .hero_latest_info {
    position: absolute;
    top: 230px;
    left: 90px;
    bottom: initial;
    width: 400px;
  }
  .page-id-9 .hero .hero_latest_info h2::after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2022/04/news_before.png) no-repeat;
    background-size: cover;
    height: 60px;
    width: 80px;
    top: -60px;
    left: calc(50% - 40px);
  }
  .page-id-9 .hero .hero_info_hours {
    position: absolute;
    bottom: 0px;
    right: 100px;
    width: initial;
  }
  .page-id-9 .hero .hero_info_hours .white_bg {
    width: 460px;
    position: absolute;
    bottom: 370px;
    right: -60px;
  }
  .page-id-9 .hero .hero_info_hours .hero_recruit_info {
    background-size: 460px auto;
    padding: 180px 20px 20px 20px;
    margin: 0 auto;
    width: 460px;
    position: absolute;
    bottom: 30px;
    right: -60px;
  }
  .page-id-9 .hero .hero_info_hours .hero_recruit_info h2 {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    margin: 0 0 10px 0;
  }
  .page-id-9 .hero .hero_info_hours .hero_interview_banner {
    width: 480px;
    position: absolute;
    bottom: 40px;
    right: -60px;
  }
  .page-id-9 .hero .hero_info_hours .hero_interview_banner img {
    border: solid 2px #003f86;
    width: 100%;
  }
  .page-id-9 .hero .info_hours {
    width: 100%;
    margin: 0;
    font-size: 18px;
  }
  .page-id-9 .hero table.info_hours th {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .page-id-9 .hero table.info_hours td {
    background: none;
    border: 0;
    width: 10%;
    text-align: center;
    color: #f9b049;
  }
  .page-id-9 .hero table.info_hours tr:nth-of-type(2n + 1) {
    background: none;
  }
  .page-id-9 .hero table.info_hours .info_hours_01 th,
  .page-id-9 .hero table.info_hours .info_hours_01 td,
  .page-id-9 .hero table.info_hours .info_hours_02 th,
  .page-id-9 .hero table.info_hours .info_hours_02 td {
    border-bottom: 1px solid #ccc;
  }
  .page-id-9 .hero .info_hours_note {
    font-size: 12px;
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom_face {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(3);
  }
}
@keyframes zoom_donichi {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes spread {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(255, 111, 0, 0.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(255, 111, 0, 0);
  }
}
@keyframes spread2 {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(173, 255, 125, 0.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(255, 111, 0, 0);
  }
}
/*TOPごあいさつ*/
.top_greeting_section {
  position: relative;
  width: 100%;
  padding: 100px 20px 50px;
}
.top_greeting_section .top_greeting {
  margin: 0 auto;
  width: 100%;
}
.top_greeting_section .top_greeting h2 {
  position: relative;
}
.top_greeting_section .top_greeting h2::after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2022/04/greeting_before.png) no-repeat;
  background-size: cover;
  height: 60px;
  width: 122px;
  top: -60px;
  left: calc(50% - 61px);
}
.top_greeting_section .top_greeting .top_greeting_content {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.top_greeting_section .top_greeting .top_greeting_content span {
  text-align: right;
  font-size: 20px;
  display: block;
  margin: 20px 0 0;
}
.top_greeting_section .top_greeting .top_greeting_content img {
  border-radius: 30px;
  width: 80%;
  margin: 20px auto 0;
  display: block;
}
.top_greeting_section .top_greeting .top_greeting_button {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .top_greeting_section {
    padding: 150px 0 100px;
  }
  .top_greeting_section .top_greeting {
    width: 960px;
  }
  .top_greeting_section .top_greeting .top_greeting_content {
    flex-wrap: nowrap;
  }
  .top_greeting_section .top_greeting .top_greeting_content li:first-child {
    width: 70%;
  }
  .top_greeting_section .top_greeting .top_greeting_content li:last-child {
    width: 30%;
  }
  .top_greeting_section .top_greeting .top_greeting_content img {
    margin: 0 auto;
  }
}
/*背景スライドショー*/
.top_slideshow {
  margin: 20px 0 0 0;
}
.top_slideshow .slideshow_wrap {
  display: flex;
  overflow: hidden;
  margin: 0 0 0 -20px;
  width: 100vw;
}
.top_slideshow .slideshow_wrap .slideshow {
  display: flex;
  animation: loop-slide 50s infinite linear 1s both;
  padding: 0;
}
.top_slideshow .slideshow_wrap .slideshow .slideshow_content {
  width: 150px;
  height: 100px;
  border-radius: 10px;
}
.top_slideshow .slideshow_wrap .slideshow .slideshow_content img {
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .top_slideshow {
    margin: 60px 0 0 0;
  }
  .top_slideshow .slideshow_wrap .slideshow .slideshow_content {
    width: 300px;
    height: 200px;
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*appeal*/
.top_appeal_section {
  position: relative;
  width: 100%;
  padding: 100px 20px 50px;
  background: rgba(255, 244, 231, 0.5411764706);
}
.top_appeal_section .top_appeal {
  margin: 0 auto;
  width: 100%;
}
.top_appeal_section .top_appeal h2 {
  position: relative;
}
.top_appeal_section .top_appeal h2::after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2022/04/appeal_before.png) no-repeat;
  background-size: cover;
  height: 60px;
  width: 106px;
  top: -60px;
  left: calc(50% - 53px);
}
.top_appeal_section .top_appeal .top_appeal_content {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top_appeal_section .top_appeal .top_appeal_content > li:first-child {
  order: 1;
}
.top_appeal_section .top_appeal .top_appeal_content > li:last-child {
  order: 0;
}
.top_appeal_section .top_appeal .top_appeal_content p {
  margin: 0;
}
.top_appeal_section .top_appeal .top_appeal_content ul {
  padding: 0;
  margin: 0;
}
.top_appeal_section .top_appeal .top_appeal_content img {
  border-radius: 10px;
}
.top_appeal_section .top_appeal .button {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.top_appeal_section .top_appeal .button a {
  color: #fff;
  display: block;
  text-align: center;
  background: #2db455;
  padding: 10px 20px;
  margin: 10px 0 0;
  border-radius: 60px;
  font-size: 18px;
  transition: 0.5s;
  text-decoration: none;
  line-height: 1.6em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 100%;
}
.top_appeal_section .top_appeal .button a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #218b40;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 10px;
}
.top_appeal_section .top_appeal .button a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

@media screen and (min-width: 768px) {
  .top_appeal_section {
    padding: 150px 0 100px;
  }
  .top_appeal_section .top_appeal {
    width: 800px;
  }
  .top_appeal_section .top_appeal .top_appeal_content {
    flex-wrap: nowrap;
  }
  .top_appeal_section .top_appeal .top_appeal_content > li:first-child {
    margin: 0 40px 0 0;
    order: 0;
  }
  .top_appeal_section .top_appeal .top_appeal_content > li:last-child {
    order: 1;
  }
  .top_appeal_section .top_appeal .top_appeal_content img {
    margin: 0 auto;
    width: 370px;
  }
}
/*LINE*/
.top_line_section {
  position: relative;
  width: 100%;
  padding: 100px 20px 50px;
  background: #fff4e7;
}
.top_line_section .top_line {
  margin: 0 auto;
  width: 100%;
}
.top_line_section .top_line h2 {
  position: relative;
}
.top_line_section .top_line h2::after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2022/04/line_before.png) no-repeat;
  background-size: cover;
  height: 60px;
  width: 76px;
  top: -60px;
  left: calc(50% - 38px);
}
.top_line_section .top_line .top_line_content {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top_line_section .top_line .top_line_content p {
  margin: 0;
}
.top_line_section .top_line .top_line_content ul {
  padding: 0;
  margin: 0;
}
.top_line_section .top_line .top_line_content img {
  border-radius: 10px;
}
.top_line_section .top_line .button {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.top_line_section .top_line .button a {
  color: #fff;
  display: block;
  text-align: center;
  background: #2db455;
  padding: 10px 20px;
  margin: 10px 0 0;
  border-radius: 60px;
  font-size: 18px;
  transition: 0.5s;
  text-decoration: none;
  line-height: 1.6em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 100%;
}
.top_line_section .top_line .button a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #218b40;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 10px;
}
.top_line_section .top_line .button a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

@media screen and (min-width: 768px) {
  .top_line_section {
    padding: 150px 0 100px;
  }
  .top_line_section .top_line {
    width: 800px;
  }
  .top_line_section .top_line .top_line_content {
    flex-wrap: nowrap;
  }
  .top_line_section .top_line .top_line_content li:first-child {
    margin: 0 40px 0 0;
  }
  .top_line_section .top_line .top_line_content img {
    margin: 0 auto;
    width: 370px;
  }
}
/*TOP診療案内*/
.top_medical_information_section {
  position: relative;
  background: #fffaf2;
  width: 100%;
  padding: 100px 0 50px;
  margin: 0 !important;
}
.top_medical_information_section .top_medical_information {
  margin: 0 auto;
  width: 100%;
}
.top_medical_information_section .top_medical_information h2 {
  position: relative;
}
.top_medical_information_section .top_medical_information h2::after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2022/04/medical_guide_before.png) no-repeat;
  background-size: cover;
  height: 60px;
  width: 175px;
  top: -60px;
  left: calc(50% - 87px);
}
.top_medical_information_section .top_medical_information .top_medical_information_content {
  padding: 200px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_medical_information_section .top_medical_information .top_medical_information_content li {
  margin: 0 0 240px 0;
  width: 100%;
  position: relative;
}
.top_medical_information_section .top_medical_information .top_medical_information_content li:last-child {
  margin: 0;
}
.top_medical_information_section .top_medical_information .top_medical_information_content li.general::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2022/04/top_medical_guide1.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 260px;
  background-size: cover;
  top: -180px;
  z-index: -1;
}
.top_medical_information_section .top_medical_information .top_medical_information_content li.lifestyle::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2022/04/top_medical_guide2.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 260px;
  background-size: cover;
  top: -180px;
  z-index: -1;
}
.top_medical_information_section .top_medical_information .top_medical_information_content li.smoking::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2022/04/top_medical_guide3.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 260px;
  background-size: cover;
  top: -180px;
  z-index: -1;
}
.top_medical_information_section .top_medical_information .top_medical_information_content li.online::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2022/04/top_medical_guide4.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 260px;
  background-size: cover;
  top: -180px;
  z-index: -1;
}
.top_medical_information_section .top_medical_information .top_medical_information_content li.exam::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2022/04/top_feature6.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 260px;
  background-size: cover;
  top: -180px;
  z-index: -1;
}
.top_medical_information_section .top_medical_information .top_medical_information_content li.vaccination::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2022/04/top_medical_guide6.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 260px;
  background-size: cover;
  top: -180px;
  z-index: -1;
}
.top_medical_information_section .top_medical_information .top_medical_information_content li.midwifery::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2022/04/top_medical_guide7.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 260px;
  background-size: cover;
  top: -180px;
  z-index: -1;
}
.top_medical_information_section .top_medical_information .top_medical_information_content li h3 {
  text-align: center;
  font-size: 24px;
  padding: 10px 0 0 0;
}
.top_medical_information_section .top_medical_information .top_medical_information_content li h3::before {
  display: none;
}
.top_medical_information_section .top_medical_information .top_medical_information_content li h3 span {
  font-size: 12px;
  display: block;
}
.top_medical_information_section .top_medical_information .top_medical_information_content li .top_medical_guide_content {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 20px 20px 40px 20px;
  border-radius: 10px;
}
.top_medical_information_section .top_medical_information .top_medical_information_content li .top_medical_guide_content .button {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.top_medical_information_section .top_medical_information .top_medical_information_content li .top_medical_guide_content .button a {
  margin: 0;
  padding: 5px 15px;
}
.top_medical_information_section .top_medical_information .top_medical_information_content li p {
  padding: 20px 0;
  margin: 0;
}
.top_medical_information_section .top_medical_information .top_medical_information_content li ul {
  padding: 0;
}
.top_medical_information_section .top_medical_information .button {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .top_medical_information_section {
    padding: 150px 20px 100px;
  }
  .top_medical_information_section .top_medical_information {
    margin: 0 auto;
    width: 1140px;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content {
    padding: 170px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content li {
    width: 600px;
    margin: 0 180px 240px 0;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content li:nth-child(even) {
    margin: 0 0 240px 180px;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content li:nth-child(even) .top_medical_guide_content {
    margin: 60px 0 0 -280px;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content li:last-child {
    margin: 0 0 0 180px;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content li.general::before {
    width: 800px;
    height: 400px;
    left: -200px;
    border-radius: 10px;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content li.lifestyle::before {
    width: 800px;
    height: 400px;
    left: 0;
    border-radius: 10px;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content li.smoking::before {
    width: 800px;
    height: 400px;
    left: -200px;
    border-radius: 10px;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content li.online::before {
    width: 800px;
    height: 400px;
    left: 0;
    border-radius: 10px;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content li.exam::before {
    width: 800px;
    height: 400px;
    left: 0;
    border-radius: 10px;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content li.vaccination::before {
    width: 800px;
    height: 400px;
    left: -200px;
    border-radius: 10px;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content li.midwifery::before {
    width: 800px;
    height: 400px;
    left: 0;
    border-radius: 10px;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content li .top_medical_guide_content {
    width: 500px;
    margin: 60px 0 0 360px;
    padding: 30px;
    border-radius: 10px;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content li .top_medical_guide_content .button {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content li .top_medical_guide_content .button a {
    margin: 0;
    padding: 10px 20px !important;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content li h3 {
    text-align: center;
    font-size: 32px;
    margin: 0 0 20px 0 !important;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content li h3::before {
    display: none;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content li h3 span {
    font-size: 16px;
    display: block;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content li p {
    padding: 0;
    margin: 0 0 20px 0;
  }
  .top_medical_information_section .top_medical_information .top_medical_information_content li img {
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
  .top_medical_information_section .top_medical_information .button {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .top_medical_information_section .top_medical_information .button a {
    margin: 0 0 20px 0;
    padding: 10px 40px;
  }
}
/*特徴*/
.top_feature_section {
  position: relative;
  width: 100%;
  padding: 100px 20px 0;
}
.top_feature_section .top_feature {
  margin: 0 auto;
  width: 100%;
}
.top_feature_section .top_feature h2 {
  position: relative;
}
.top_feature_section .top_feature h2::after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2022/04/features_before.png) no-repeat;
  background-size: cover;
  height: 60px;
  width: 134px;
  top: -60px;
  left: calc(50% - 67px);
}
.top_feature_section .top_feature .top_feature_content {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top_feature_section .top_feature .top_feature_content li {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0 20px 20px;
  border: solid 1px #f9b049;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7019607843);
}
.top_feature_section .top_feature .top_feature_content li .number {
  font-family: "Montserrat";
  font-style: italic;
  font-size: 64px;
  text-align: center;
  margin: -20px 0 0 0;
  color: #f9b049;
  line-height: 1em;
}
.top_feature_section .top_feature .top_feature_content li h3 {
  text-align: center;
  font-size: 24px;
  color: #f9b049;
}
.top_feature_section .top_feature .top_feature_content li h3::before {
  content: none;
}
.top_feature_section .top_feature .top_feature_content li img {
  margin: 0 auto;
  border-radius: 10px;
}
.top_feature_section .top_feature .button {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top_feature_section .top_feature .button a {
  margin: -10px 0 0 0;
  padding: 10px 20px;
}

@media screen and (min-width: 768px) {
  .top_feature_section {
    padding: 100px 20px 100px;
  }
  .top_feature_section .top_feature {
    width: 1140px;
  }
  .top_feature_section .top_feature .top_feature_content {
    justify-content: flex-start;
    margin: 0;
  }
  .top_feature_section .top_feature .top_feature_content li {
    width: 360px;
    margin: 0 20px 80px 0;
  }
  .top_feature_section .top_feature .top_feature_content li .number {
    font-size: 54px;
  }
  .top_feature_section .top_feature .top_feature_content li h3 {
    text-align: center;
    font-size: 20px;
  }
  .top_feature_section .top_feature .top_feature_content li h3::before {
    display: none;
  }
  .top_feature_section .top_feature .top_feature_content li h3 span {
    font-size: 16px;
    display: block;
  }
  .top_feature_section .top_feature .top_feature_content li p {
    padding: 0 20px;
    font-size: 18px;
    margin: 10px 0 0 0;
  }
  .top_feature_section .top_feature .top_feature_content li img {
    border-radius: 10px;
  }
  .top_feature_section .top_feature .button {
    padding: 20px 0 0;
  }
}
@keyframes circle {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(4px);
  }
}
/*小児科・産婦人科オンラインとの連携*/
.top_alignment_section {
  position: relative;
  width: 100%;
  padding: 50px 20px 50px;
}

@media screen and (min-width: 768px) {
  .top_alignment_section {
    padding: 100px 20px 100px;
  }
  .top_alignment_section p {
    width: 800px;
    margin: 0 auto;
  }
}
/*お知らせ*/
.top_info_section {
  position: relative;
  background: #f5fafd;
  width: 100%;
  padding: 150px 20px 50px;
}
.top_info_section .top_info {
  margin: 0 auto;
  width: 100%;
}
.top_info_section .top_info h2 {
  position: relative;
}
.top_info_section .top_info h2 .news_icon {
  fill: #777;
  width: 60px;
  position: absolute;
  top: -40px;
  left: calc(50% - 20px);
}
.top_info_section .top_info .new-entry-cards {
  margin: 0;
}
.top_info_section .top_info .new-entry-cards .a-wrap {
  border-bottom: solid 1px #fff;
  padding: 10px 0;
}
.top_info_section .top_info .new-entry-cards .a-wrap:hover .new-entry-card-content .new-entry-card-title {
  text-decoration-color: #f9b049;
}
.top_info_section .top_info .new-entry-cards .a-wrap:hover .new-entry-card-content .new-entry-card-date .new-entry-card-post-date {
  background: #fff;
}
.top_info_section .top_info .new-entry-cards .a-wrap .new-entry-card-content {
  display: flex;
  margin: 0;
}
.top_info_section .top_info .new-entry-cards .a-wrap .new-entry-card-content .new-entry-card-title {
  text-align: left;
  order: 1;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #ddd;
  transition: 0.5s;
}
.top_info_section .top_info .new-entry-cards .a-wrap .new-entry-card-content .new-entry-card-date {
  display: block;
  order: 0;
}
.top_info_section .top_info .new-entry-cards .a-wrap .new-entry-card-content .new-entry-card-date .new-entry-card-post-date {
  padding: 5px 10px;
  border-radius: 30px;
  background: #f0f0f0;
  transition: 0.5s;
}
.top_info_section .top_info .new-entry-cards .a-wrap .new-entry-card-content .new-entry-card-date .new-entry-card-update-date {
  display: none;
}
.top_info_section .top_info .button {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 0 0;
}

@media screen and (min-width: 768px) {
  .top_info_section {
    padding: 100px 0;
  }
  .top_info_section .top_info {
    width: 600px;
  }
}
/*アクセス*/
.top_access_section {
  position: relative;
  width: 100%;
  padding: 100px 20px 50px;
  margin: 0 !important;
  background: #fffaf2;
}
.top_access_section .top_access {
  margin: 0 auto;
  width: 100%;
}
.top_access_section .top_access h2 {
  position: relative;
}
.top_access_section .top_access h2 .access_icon {
  fill: #777;
  width: 60px;
  position: absolute;
  top: -50px;
  left: calc(50% - 30px);
}
.top_access_section .top_access h2::after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2022/04/access_before.png) no-repeat;
  background-size: cover;
  height: 60px;
  width: 105px;
  top: -60px;
  left: calc(50% - 52px);
}
.top_access_section .top_access iframe {
  border-radius: 10px;
  border: solid 1px #ddd;
}
.top_access_section .top_access .top_access_content {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.top_access_section .top_access .top_access_content > li {
  margin: 0 0 20px 0;
  width: 90%;
}
.top_access_section .top_access .top_access_content > li h3 {
  margin: 0 0 0 10px !important;
}
.top_access_section .top_access .top_access_content > li h3::before {
  background: none;
}
.top_access_section .top_access .top_access_content > li h3.top_access_train {
  position: relative;
}
.top_access_section .top_access .top_access_content > li h3.top_access_train::before {
  content: "";
  background-size: cover;
  width: 32px;
  height: 32px;
  background-image: url(/wp-content/uploads/2022/04/bus_icon.png);
  position: absolute;
  left: -28px;
  top: 4px;
}
.top_access_section .top_access .top_access_content > li h3.top_access_car {
  position: relative;
}
.top_access_section .top_access .top_access_content > li h3.top_access_car::before {
  content: "";
  background-size: cover;
  width: 32px;
  height: 32px;
  background-image: url(/wp-content/uploads/2022/04/car_icon.png);
  position: absolute;
  left: -28px;
  top: 4px;
}
.top_access_section .top_access .top_access_content > li h3.top_access_bike {
  position: relative;
}
.top_access_section .top_access .top_access_content > li h3.top_access_bike::before {
  content: "";
  background-size: cover;
  width: 32px;
  height: 16px;
  background-image: url(/wp-content/uploads/2021/12/access_bike_icon.svg);
  position: absolute;
  left: -23px;
  top: 11px;
}
.top_access_section .top_access .top_access_content > li ul li {
  margin: 0 0 10px 0;
  width: 100%;
  list-style-type: disc;
}
.top_access_section .top_access .top_access_content p {
  margin: 0 0 0 20px;
  line-height: 1.6em;
}
.top_access_section .top_access .top_access_content img {
  display: block;
  margin: 0 auto;
  height: 80px;
}
.top_access_section .top_access .button {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .top_access_section {
    padding: 150px 20px 100px;
  }
  .top_access_section .top_access {
    width: 90%;
  }
  .top_access_section .top_access iframe {
    width: 100%;
  }
  .top_access_section .top_access > p {
    text-align: center;
    margin: 10px 0 0 0;
    font-weight: bold;
  }
  .top_access_section .top_access .top_access_content {
    margin: 50px auto 20px;
  }
  .top_access_section .top_access .top_access_content > li {
    width: 390px;
  }
  .top_access_section .top_access .top_access_content > li p {
    padding: 0 0 0 30px;
    font-size: 18px;
    margin: 0 0 40px 0;
  }
  .top_access_section .top_access .top_access_content h3.top_access_train::before {
    width: 36px !important;
    height: 36px !important;
    left: -24px !important;
    top: 7px !important;
  }
  .top_access_section .top_access .top_access_content h3.top_access_car::before {
    width: 36px !important;
    height: 30px !important;
    left: -26px !important;
    top: 10px !important;
  }
  .top_access_section .top_access .top_access_content h3.top_access_bike::before {
    width: 44px !important;
    height: 22px !important;
    left: -31px !important;
    top: 11px !important;
  }
  .top_access_section .top_access .button {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .top_access_section .top_access .button a {
    margin: 0 0 20px 0;
    padding: 10px 40px;
  }
}
/*診療時間*/
.top_hours_section {
  position: relative;
  width: 100%;
  padding: 100px 20px 50px;
}
.top_hours_section .top_hours {
  margin: 0 auto;
  width: 100%;
}
.top_hours_section .top_hours h2 {
  position: relative;
}
.top_hours_section .top_hours h2 .hours_icon {
  fill: #777;
  width: 60px;
  position: absolute;
  top: -70px;
  left: calc(50% - 30px);
}
.top_hours_section .top_hours h2::after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2022/04/hours_before.png) no-repeat;
  background-size: cover;
  height: 60px;
  width: 105px;
  top: -60px;
  left: calc(50% - 52px);
}
.top_hours_section .top_hours table.info_hours {
  border-collapse: separate;
  border-radius: 30px;
  padding: 10px;
  background: #fff;
  margin: 0 0 20px 0;
}
.top_hours_section .top_hours table.info_hours tr:last-child th {
  border: 0;
}
.top_hours_section .top_hours table.info_hours tr:last-child td {
  border: 0;
}
.top_hours_section .top_hours table.info_hours tr th {
  background-color: #fff;
  padding: 10px 0;
  border: 0;
  border-bottom: solid 1px #eee;
  width: 40px;
}
.top_hours_section .top_hours table.info_hours tr td {
  background-color: #fff;
  border: 0;
  border-bottom: solid 1px #eee;
  text-align: center;
  width: 80px;
}
.top_hours_section .top_hours .button {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 0 0;
}

@media screen and (min-width: 768px) {
  .top_hours_section {
    padding: 150px 0 100px;
  }
  .top_hours_section .top_hours {
    width: 800px;
  }
  .top_hours_section .top_hours table.info_hours tr th {
    padding: 20px 0;
    width: 200px;
  }
  .top_hours_section .top_hours table.info_hours tr td {
    width: 80px;
  }
}
/************************************
** 下層ページ
************************************/
.background_fixed_image img {
  position: fixed;
  bottom: -120px;
  right: -40px;
  width: 30vh;
  height: 80vh;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .background_fixed_image img {
    bottom: -60px;
    right: -110px;
    width: 70vh;
  }
}
.page .content {
  margin-top: 0;
}
.page .content .wrap {
  margin: 0;
  width: initial;
}
.page .content .wrap .main {
  padding: 0;
}
.page .content .wrap .main .entry-header .entry-title {
  text-align: center;
  background: #fff4e7;
  padding: 30px 0;
  margin: 0 0 30px 0;
  font-weight: initial;
}
.page .content .wrap .main .entry-header .entry-title span {
  display: block;
  font-size: 0.8em;
}
.page .content .wrap .main .entry-header .date-tags {
  display: none;
}
.page .content .wrap .main .entry-content {
  width: 90%;
  margin: 0 auto;
}
.page .content .wrap .main .entry-content h2 {
  background: #fff;
  border-radius: 10px;
  color: #f9b049;
  margin: 0 0 20px 0;
  padding: 20px;
  border: solid 2px #f9b049;
}
.page .content .wrap .main .entry-content .case_list {
  background: #fff;
  border-radius: 10px;
  border: solid 1px #f9b049;
  padding: 0 20px 20px;
  margin: 0 0 60px 0;
}
.page .content .wrap .main .entry-content .case_list h2 {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  line-height: 1.6em;
  color: #333;
}

@media screen and (min-width: 768px) {
  .page .content {
    margin-top: 0;
  }
  .page .content .wrap {
    margin: 0;
    width: initial;
  }
  .page .content .wrap .main {
    padding: 0;
    overflow: hidden;
  }
  .page .content .wrap .main .entry-header .entry-title {
    padding: 60px 0;
  }
  .page .content .wrap .main .entry-content h2 {
    font-size: 32px;
  }
  .page .content .wrap .main .entry-content .case_list {
    background: #fff;
    border-radius: 10px;
    border: solid 1px #f9b049;
    padding: 20px 20px 60px 20px;
    margin: 0 0 60px 0;
  }
  .page .content .wrap .main .entry-content .case_list h2 {
    margin: 20px 0;
    padding: 0;
    text-align: center;
    line-height: 1.6em;
    color: #333;
  }
  .page .content .wrap .main .entry-content .case_list .button_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page .content .wrap .main .entry-content .case_list .button_list .button {
    width: 300px;
    margin: 0 10px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .page .content .wrap .main .entry-content {
    width: 800px;
  }
}
/*下層　診療案内*/
.page-id-760 .content .wrap .main .entry-content {
  width: 100%;
}
.page-id-760 .content .wrap .main .entry-content .top_medical_information_section {
  background: none;
}

@media screen and (min-width: 768px) {
  .page-id-760 .top_medical_information_section {
    background: none;
  }
}
/*部位別共通*/
.case_content_lead {
  font-size: 16px;
  font-weight: bold;
}

.content_bottom_troubles {
  background: #fffaf2;
  padding: 40px 20px 20px;
  margin: 80px 0;
}
.content_bottom_troubles h2 {
  background: none;
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
  color: #4c4537;
  text-align: center;
}
.content_bottom_troubles p {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.content_bottom_troubles ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.content_bottom_troubles ul li {
  width: 48%;
}
.content_bottom_troubles ul li a {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 10px 0;
  border: solid 1px #f9b049;
  text-decoration: none;
}
.content_bottom_troubles ul li a h3 {
  margin: 0 !important;
  border: 0 !important;
  font-size: 12px;
  text-align: center;
}
.content_bottom_troubles ul li a h3::before {
  display: none;
}
.content_bottom_troubles ul li a img {
  height: 100px;
  display: block;
  margin: 0 auto;
}

.wp-block-spacer_case {
  height: 50px;
}

.case_list h2::first-letter {
  font-size: 36px;
  color: #f9b049;
}

.case_content h2.case {
  position: relative;
  padding: 0 0 0 46px !important;
  font-size: 24px;
}
.case_content h2.case::before {
  content: "";
  background-image: url(/wp-content/uploads/2021/10/memo_icon.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  top: -8px;
  left: 0;
}
.case_content h2.case span {
  font-size: 0.8em;
  display: inline-block;
  color: #f89276;
  border: solid 1px #f89174;
  padding: 5px 10px 5px 10px;
  border-radius: 20px;
  margin: 5px 0 0 5px;
  background: #fffaf2;
}
.case_content h2.case span::after {
  content: "etc";
  padding: 0 0 0 10px;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .case_content_lead {
    font-size: 20px;
  }
  .content_bottom_troubles {
    padding: 80px 0 60px;
    margin: 120px 0 0 0;
  }
  .content_bottom_troubles .wp-block-group__inner-container {
    width: 1200px;
    margin: 0 auto;
  }
  .content_bottom_troubles p {
    text-align: center;
    margin: 0 0px 30px 0;
  }
  .content_bottom_troubles ul li {
    width: 17%;
  }
  .content_bottom_troubles ul li a {
    padding: 20px 0 30px;
  }
  .content_bottom_troubles ul li a h3 {
    font-size: 16px;
    padding: 20px 0 0 0;
  }
  .wp-block-spacer_case {
    height: 150px;
  }
  .case_content h2.case span {
    font-size: 0.6em;
    margin: 0 0 0 8px;
    top: 3px;
    position: absolute;
  }
  .case_content h2.case::before {
    top: -2px;
  }
}
/*covid-19*/
.page-id-752 .covid-19_image {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  border-radius: 0;
}
.page-id-752 .five_measures ul {
  padding-left: 0;
}
.page-id-752 .five_measures ul li {
  margin: 0 0 40px 0;
}
.page-id-752 .five_measures ul h3 {
  margin: 0 0 10px 0 !important;
  padding: 10px 0;
  border-top: solid 2px #f9b049 !important;
  border-bottom: solid 2px #f9b049 !important;
  text-align: center;
}
.page-id-752 .five_measures ul h3::before {
  content: none;
}
.page-id-752 .five_measures ul h3 span {
  color: #f9b049;
  display: block;
  text-align: center;
  margin: 0 0 10px 0;
}

@media screen and (min-width: 768px) {
  .page-id-752 .five_measures ul li {
    margin: 0 0 80px 0;
  }
}
/*診療時間・アクセス*/
.page-id-122 .entry-header {
  margin: 0 0 60px 0;
}
.page-id-122 .top_hours_section {
  position: relative;
  background: none;
  width: 100%;
  padding: 0px 0 50px;
}
.page-id-122 .top_hours_section .top_hours table.info_hours {
  border-radius: 10px;
  border: solid 2px #f9b049;
  margin: 0 0 10px 0;
}
.page-id-122 .top_hours_section .top_hours table.info_hours tr:last-child th {
  border: 0;
}
.page-id-122 .top_hours_section .top_hours table.info_hours tr:last-child td {
  border: 0;
}
.page-id-122 .top_hours_section .top_hours table.info_hours tr th {
  background-color: #fff;
  padding: 10px 0;
  border: 0;
  border-bottom: solid 1px #eee;
  width: 100px;
  font-weight: initial;
}
.page-id-122 .top_hours_section .top_hours table.info_hours tr th:first-child {
  width: 30% !important;
}
.page-id-122 .top_hours_section .top_hours table.info_hours tr td {
  background-color: #fff;
  border: 0;
  border-bottom: solid 1px #eee;
  text-align: center;
  width: 30px;
}
.page-id-122 .top_hours_section .top_hours table.info_hours .info_hours_02 th,
.page-id-122 .top_hours_section .top_hours table.info_hours .info_hours_02 td {
  border-bottom: 1px solid #eee;
}
.page-id-122 .top_hours_section .top_hours table.info_hours .info_hours_02 th:last-child,
.page-id-122 .top_hours_section .top_hours table.info_hours .info_hours_02 td:last-child {
  width: 25%;
  border-left: solid 1px #eee;
  border-bottom: 0;
}
.page-id-122 .top_hours_section .top_hours table.info_hours .info_hours_02 th:last-child span,
.page-id-122 .top_hours_section .top_hours table.info_hours .info_hours_02 td:last-child span {
  color: #555;
  font-weight: bold;
}
.page-id-122 .info_hours_note {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
  line-height: 1.4em;
}
.page-id-122 .metaslider .caption-wrap {
  background: #f9b049;
  opacity: 1;
}
.page-id-122 .metaslider .caption-wrap .caption {
  padding: 5px;
}
.page-id-122 .metaslider img {
  display: block;
  margin: 0 auto 30px !important;
  height: auto;
}
.page-id-122 .metaslider .flexslider .flex-direction-nav li a {
  background-size: 200%;
}
.page-id-122 .top_access_section {
  position: relative;
  width: 100%;
  padding: 0 0 50px;
  background: none;
}
.page-id-122 .top_access_section iframe {
  border-radius: 10px;
  width: 100%;
  height: 300px;
  border: 0;
}
.page-id-122 .top_access_section .top_access {
  margin: 0 auto;
  width: 100%;
}
.page-id-122 .top_access_section .top_access h2 {
  position: relative;
}
.page-id-122 .top_access_section .top_access h2 .access_icon {
  fill: #777;
  width: 60px;
  position: absolute;
  top: -50px;
  left: calc(50% - 30px);
}
.page-id-122 .top_access_section .top_access h4 {
  text-align: center;
}
.page-id-122 .top_access_section .top_access .top_access_content {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 0 0;
}
.page-id-122 .top_access_section .top_access .top_access_content > li {
  margin: 0 0 20px 0;
  width: 100%;
}
.page-id-122 .top_access_section .top_access .top_access_content > li h3 {
  margin: 0 0 0 10px !important;
}
.page-id-122 .top_access_section .top_access .top_access_content > li h3::before {
  background: none;
}
.page-id-122 .top_access_section .top_access .top_access_content > li h3.top_access_train {
  position: relative;
}
.page-id-122 .top_access_section .top_access .top_access_content > li h3.top_access_train::before {
  content: "";
  background-size: cover;
  width: 28px;
  height: 28px;
  background-image: url(/wp-content/uploads/2022/04/bus_icon.png);
  position: absolute;
  left: -21px;
  top: 7px;
}
.page-id-122 .top_access_section .top_access .top_access_content > li h3.top_access_car {
  position: relative;
}
.page-id-122 .top_access_section .top_access .top_access_content > li h3.top_access_car::before {
  content: "";
  background-size: cover;
  width: 28px;
  height: 28px;
  background-image: url(/wp-content/uploads/2022/04/car_icon.png);
  position: absolute;
  left: -21px;
  top: 5px;
}
.page-id-122 .top_access_section .top_access .top_access_content > li h3.top_access_bike {
  position: relative;
}
.page-id-122 .top_access_section .top_access .top_access_content > li h3.top_access_bike::before {
  content: "";
  background-size: cover;
  width: 32px;
  height: 16px;
  background-image: url(/wp-content/uploads/2021/12/access_bike_icon.svg);
  position: absolute;
  left: -23px;
  top: 11px;
}
.page-id-122 .top_access_section .top_access .top_access_content > li ul li {
  margin: 0 0 10px 0;
  width: 100%;
  list-style-type: none;
}
.page-id-122 .top_access_section .top_access .top_access_content img {
  display: block;
  margin: 0 auto 30px;
  height: auto;
}
.page-id-122 .top_access_section .top_access .button {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .page-id-122 .entry-header {
    margin: 0 0 60px 0;
  }
  .page-id-122 .top_hours_section .top_hours {
    width: 800px;
  }
  .page-id-122 table.info_hours {
    font-size: 20px;
  }
  .page-id-122 .metaslider {
    margin: 0 auto 80px !important;
  }
  .page-id-122 .metaslider .caption-wrap {
    padding: 10px;
  }
  .page-id-122 .top_access_section {
    padding: 100px 20px 100px;
  }
  .page-id-122 .top_access_section iframe {
    width: 100%;
    height: 400px;
  }
  .page-id-122 .top_access_section .top_access {
    width: 100%;
  }
  .page-id-122 .top_access_section .top_access > p {
    text-align: center;
    margin: 10px 0 0 0;
    font-weight: bold;
  }
  .page-id-122 .top_access_section .top_access .top_access_content {
    margin: 50px auto 20px;
  }
  .page-id-122 .top_access_section .top_access .top_access_content > li {
    width: 100%;
  }
  .page-id-122 .top_access_section .top_access .top_access_content > li p {
    padding: 0 20px;
    font-size: 18px;
    margin: 10px 0 40px 0;
  }
  .page-id-122 .top_access_section .top_access .top_access_content h3.top_access_car::before {
    top: 10px !important;
  }
  .page-id-122 .top_access_section .top_access .button {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-id-122 .top_access_section .top_access .button a {
    margin: 0 0 20px 0;
    padding: 10px 40px;
  }
}
/*オンライン診療*/
.page-id-779 .order1 {
  order: 1;
  margin: 0 0 20px 0 !important;
}
.page-id-779 .order2 {
  order: 2;
}

@media screen and (min-width: 768px) {
  .page-id-779 .order1 {
    order: 2;
  }
  .page-id-779 .order2 {
    order: 1;
    margin: 0 60px 0 0;
  }
}
/*クリニックについて*/
.page-id-754 .feature_section {
  position: relative;
  width: 100%;
  padding: 50px 0 50px;
}
.page-id-754 .feature_section .top_feature .top_feature_content {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0 0 0;
}
.page-id-754 .feature_section .top_feature .top_feature_content li {
  border-radius: 10px;
  background: #fff4e7;
  margin: 0 0 40px 0 !important;
  padding: 20px;
}
.page-id-754 .feature_section .top_feature .top_feature_content li:nth-child(odd) {
  margin: 0;
}
.page-id-754 .feature_section .top_feature .top_feature_content li .number {
  font-family: "Montserrat";
  font-style: italic;
  font-size: 56px;
  text-align: center;
  margin: -40px 0 0 0;
  color: #f9b049;
  line-height: 1em;
}
.page-id-754 .feature_section .top_feature .top_feature_content li h3 {
  text-align: center;
  font-size: 24px;
  color: #f9b049;
}
.page-id-754 .feature_section .top_feature .top_feature_content li h3::before {
  content: none;
}
.page-id-754 .feature_section .top_feature .top_feature_content li p {
  margin: 5px 0 0 0;
  text-align: justify;
  line-height: 1.6em;
  letter-spacing: 0.02em;
}
.page-id-754 .feature_section .top_feature .top_feature_content li img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .page-id-754 .feature_section {
    padding: 100px 20px 50px;
  }
  .page-id-754 .feature_section .top_feature .top_feature_content li {
    position: relative;
    margin: 40px 0 !important;
    display: flex;
    width: 800px;
    height: auto;
  }
  .page-id-754 .feature_section .top_feature .top_feature_content li .number {
    font-size: 60px;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .page-id-754 .feature_section .top_feature .top_feature_content li h3 {
    font-size: 24px;
    writing-mode: vertical-rl;
    position: absolute;
    top: 20px;
    left: 20px;
    white-space: nowrap;
    text-orientation: upright;
  }
  .page-id-754 .feature_section .top_feature .top_feature_content li h3::before {
    display: none;
  }
  .page-id-754 .feature_section .top_feature .top_feature_content li h3 span {
    font-size: 16px;
    display: block;
  }
  .page-id-754 .feature_section .top_feature .top_feature_content li p {
    padding: 0 0 0 20px;
  }
  .page-id-754 .feature_section .top_feature .top_feature_content li picture {
    margin: 0 0 0 90px;
  }
  .page-id-754 .feature_section .top_feature .button a {
    margin: 0 0 20px 0;
    padding: 10px 20px;
    position: absolute;
    bottom: -50px;
    right: 30px;
  }
  .page-id-754 .feature_section .top_feature .position2 a {
    right: 400px;
  }
}
/*院内紹介*/
.page-id-756 figure {
  margin: 0 0 20px 0 !important;
  border-radius: 20px;
}
.page-id-756 figure figcaption {
  font-size: 16px;
}
.page-id-756 figure figcaption strong {
  text-align: center;
  display: block;
  font-size: 20px;
}

/*医師紹介*/
.page-id-758 .name {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.page-id-758 .name .name_title {
  font-size: 0.8em;
}
.page-id-758 .doctor_intro div:first-child {
  order: 2;
}
.page-id-758 .doctor_intro div:last-child {
  order: 1;
}
.page-id-758 figure {
  width: 80%;
  margin: 0 auto !important;
  display: block;
}
.page-id-758 .list_noline span {
  display: block;
  color: #f9b049;
}

@media screen and (min-width: 768px) {
  .page-id-758 .doctor_intro div:first-child {
    order: 1;
  }
  .page-id-758 .doctor_intro div:last-child {
    order: 2;
  }
}
/*健康診断*/
.page-id-1904 .price_table table tr:last-child th {
  border-bottom: 0;
}
.page-id-1904 .price_table table tr:last-child td {
  border-bottom: 0;
}
.page-id-1904 .price_table table tr td:first-child {
  width: initial;
}
.page-id-1904 .price_table table tr td:last-child {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-id-1904 .price_table table tr td {
    width: 200px;
  }
}

/*自由診療*/
.page-id-118 .entry-header {
  margin: 0 0 60px 0;
}
.page-id-118 .wp-image-386 {
  width: 100%;
}
.page-id-118 .self-funded-medical-treatment_list {
  margin: 20px 0;
}
.page-id-118 .self-funded-medical-treatment_list .wp-block-column P.orange_circle a::before {
  content: "●";
  position: absolute;
  top: -50%;
  left: 10px;
  font-size: 34px;
  color: #f39a26;
}
.page-id-118 .self-funded-medical-treatment_list .wp-block-column P a {
  position: relative;
  border-bottom: solid 1px #333;
  text-decoration: none;
  padding: 0 30px 10px 40px;
  display: block;
  font-weight: bold;
}
.page-id-118 .self-funded-medical-treatment_list .wp-block-column P a::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  transition: 0.5s;
  transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 5px;
}
.page-id-118 .self-funded-medical-treatment_content {
  border: solid 1px #f19c1f;
  padding: 20px;
  border-radius: 10px;
}
.page-id-118 .self-funded-medical-treatment_content h3::before {
  background: #f19c1f;
}
.page-id-118 .self-funded-medical-treatment_content h4 {
  border-top: 2px solid #f19c1f;
  border-bottom: 2px solid #f19c1f;
  margin: 0 0 20px;
}
.page-id-118 .self-funded-medical-treatment_content .cosme_content .wp-block-column:first-child {
  order: 1;
}
.page-id-118 .self-funded-medical-treatment_content .cosme_content .wp-block-column:last-child {
  order: 0;
}
.page-id-118 .self-funded-medical-treatment_content .cosme_content figure img {
  border-radius: 10px;
}
.page-id-118 .self_button_list {
  margin: 0 0 20px 0;
}
.page-id-118 .self_button_list .button a {
  background: linear-gradient(to right, #ffb753, #f1930f);
}
.page-id-118 .self_button_list .button a::before {
  background: #f19c1f;
}

@media screen and (min-width: 768px) {
  .page-id-118 .entry-header {
    margin: 0 0 60px 0;
  }
  .page-id-118 .wp-image-386 {
    width: 100%;
  }
  .page-id-118 .self-funded-medical-treatment_list {
    margin: 20px 0;
  }
  .page-id-118 .self-funded-medical-treatment_list .wp-block-column P.orange_circle a::before {
    top: -40%;
  }
  .page-id-118 .self-funded-medical-treatment_list .wp-block-column P a {
    position: relative;
    border-bottom: solid 1px #333;
    text-decoration: none;
    padding: 0 30px 10px 40px;
    display: block;
    font-weight: bold;
  }
  .page-id-118 .self-funded-medical-treatment_list .wp-block-column P a::after {
    content: "";
    background-color: #333;
    display: inline-block;
    width: 0.5rem;
    height: 0.8rem;
    -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
    mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    transition: 0.5s;
    transform: rotate(90deg);
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .page-id-118 .self-funded-medical-treatment_content {
    padding: 40px;
  }
  .page-id-118 .self-funded-medical-treatment_content h4 {
    margin: 0 40px 40px;
  }
  .page-id-118 .self-funded-medical-treatment_content h4.cosme_content_h4 {
    text-align: left;
    margin: 80px 0 -50px 0;
  }
  .page-id-118 .self-funded-medical-treatment_content .cosme_content {
    margin: 60px 0 0 0;
  }
  .page-id-118 .self-funded-medical-treatment_content .cosme_content .wp-block-column:first-child {
    order: 0;
  }
  .page-id-118 .self-funded-medical-treatment_content .cosme_content .wp-block-column:last-child {
    order: 1;
  }
  .page-id-118 .self-funded-medical-treatment_content .cosme_content figure {
    margin: 50px 0 0 0;
  }
  .self_button_list {
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .self_button_list .button {
    margin: 0 20px 0 0;
  }
  .self_button_list .button a {
    width: 260px;
  }
}
/*サイトマップ*/
#sitemap_list {
  padding-left: 0 !important;
}
#sitemap_list li {
  position: relative;
  padding: 0 0 0 30px;
}
#sitemap_list li::before {
  width: 10px;
  height: 10px;
  background: #f9b049;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
}
#sitemap_list li h4 {
  border: 0;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 20px;
}
#sitemap_list li a {
  text-decoration: none !important;
}
#sitemap_list li .children {
  padding-left: 0;
}

/************************************
** 投稿
************************************/
.archive .a-wrap:hover,
.single .a-wrap:hover {
  background-color: #fffaf2;
}

.widget_recent_entries ul li a:hover {
  background-color: #fffaf2;
}

.widget_archive ul li a:hover {
  background-color: #fffaf2;
}

/*お知らせ一覧ページ*/
.archive .a-wrap {
  border-bottom: 1px solid #333;
}
.archive .a-wrap figure {
  display: none;
}
.archive .a-wrap .entry-card-content {
  margin-left: 0;
}
.archive .a-wrap .entry-card-snippet {
  display: block;
}
.archive h3 {
  background: none;
  padding: 0 0 0 20px;
}

/*お知らせ　詳細ページ*/
.single .entry-content {
  border: solid 1px #555;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.single .under-entry-content figure {
  display: none;
}
.single h3 {
  background: none;
  padding: 0 0 0 20px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}/*# sourceMappingURL=style.css.map */