/* カラー変更 */
:root {
  --content-width: 1520px;
  --main-color01: #0C2B5E;
  --main-color02: #164D86;
  --sub-color: #E3B82B;
  --accent-color: #86A5B7;
}

/* コンテンツレイアウト */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  border-spacing: 0;
  border-collapse: collapse;
  text-indent: initial;
  text-decoration: none;
  line-height: 2.0em;
  padding: 0;
  margin: 0;
}

body {
  /* font-family: "Noto Sans JP", sans-serif; */
  font-family: "Noto Serif JP", serif;
  color: #444444;
}

section {
  padding: 60px 0;
  position: relative;
}

.home section:first-of-type {
  padding-top: 60px;
}

.home section:last-of-type {
  padding-bottom: 60px;
}

section:first-of-type {
  padding-top: 0px;
}

section:last-of-type {
  padding-bottom: 80px;
}


@media (max-width: 767px) {
  section {
    padding: 30px 0;
  }
}

@media (min-width: 1921px) {
  main {
    max-width: 1920px;
    margin: 0 auto;
  }

  header {
    max-width: 1920px;
    margin: 0 auto;
  }

  section {
    max-width: 1920px;
    margin: 0 auto;
  }
}

.home .container {
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
  margin: 0 auto;
  max-width: var(--content-width);
  /* max-width: 1400px; */
}

@media (max-width: 1400px){
  .home .container {
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
  margin: 0 auto;
  max-width: 1200px;
  }
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
}

@media (min-width: 767px) {
  :first-child {
    margin-top: 0;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 0;
  gap: 20px;
}

@media (max-width: 767px) {
  .row {
    flex-direction: column;
  }

  .row.sp-2row {
    display: flex;
  }

  .row.sp-drop {
    flex-direction: row;
  }
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row .span_1 {
  width: calc(100% / 12 * 1 - 20px);
  flex-grow: 1;
}

.row .span_2 {
  width: calc(100% / 12 * 2 - 20px);
  flex-grow: 1;
}

.row .span_3 {
  width: calc(100% / 12 * 3 - 20px);
  flex-grow: 1;
}

.row .span_4 {
  width: calc(100% / 12 * 4 - 20px);
  flex-grow: 1;
}

.row .span_5 {
  width: calc(100% / 12 * 5 - 20px);
  flex-grow: 1;
}

.row .span_6 {
  width: calc(100% / 12 * 6 - 20px);
  flex-grow: 1;
}

.row .span_7 {
  width: calc(100% / 12 * 7 - 20px);
}

.row .span_8 {
  width: calc(100% / 12 * 8 - 20px);
}

.row .span_9 {
  width: calc(100% / 12 * 9 - 20px);
}

.row .span_10 {
  width: calc(100% / 12 * 10 - 20px);
}

.row .span_11 {
  width: calc(100% / 12 * 11 - 20px);
}

.row .span_12 {
  width: 100%;
}


@media (max-width: 767px) {
  .row>.col {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }

  .row.sp-2row>.col {
    width: 50%;
  }

  .row.sp-drop>.col {
    width: auto;
  }
}

@media (max-width: 767px) {
  .row .span_1 {
    width: auto;
  }
}


/* ぱんくず */

.bread_wrap {
  margin-top: 0;
  margin-bottom: 0;
}

.bread {
  overflow: hidden;
  margin: 15px 0;
  position: relative;
  z-index: 20;
}

.bread ul {
  margin: 0 auto;
  float: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  margin-right: 20px;
  padding-right: calc(20px + 9px);
  color: #000;
}

@media (max-width: 767px) {
  .bread ul li {
    margin-right: 15px;
    padding-right: calc(15px + 9px);
  }
}

.bread ul li a {
  padding: 0;
  text-decoration: none;
  color: #000;
}

.bread ul li a:first-child {
  padding: 0;
  text-decoration: none;
  color: var(--main-color01);
  font-weight: bold;
}

.bread ul li a:hover {
  text-decoration: underline;
}

.bread ul li:after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #000;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.bread ul li:last-child:after {
  content: none;
}

/* 画像のフィックス */

figure {
  margin: 0;
  text-align: center;
}

figure.img-frame {
  border-radius: 10px;
  background: #E2EDD5;
  padding: 10px;
}

figure.img-frame img {
  border-radius: 10px;
  overflow: hidden;
}

img {
  vertical-align: middle;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.cataract-surgery-img {
  width: 60px;
}

.reserve-tel-img {
  width: 25px;
  margin-top: 10px;
}

.reserve-pc-img {
  width: 25px;
}

@media (max-width: 767px) {
  .reserve-tel-img {
    margin-top: 3px;
  }
}


figure img {
  width: inherit;
}

.figure-equipment{
  height: 223px;
}

.figure-cataract{
  height: 343px;
}

.figure-lens{
  height: 50%;
}

.figure-double{
  width: 175px;
}

@media (max-width: 767px) {
  .figure-double{
    width: 168px;
  }
  .figure-lens{
    width: 50%;
  }
}

.figure-left{
  text-align:left
}

.lf {
  float: left;
}

.lf15 {
  float: left;
  margin-right: 15px !important;
}


/* 投稿 */
.article_list {
  padding: 30px;
  border: 1px solid var(--main-color01);
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .article_list {
    padding: 20px;
  }
}

.article_list:first-child {
  margin-top: 0;
}

.article_list:nth-child(n+2) {
  margin-top: 30px;
}

.article_detail {
  background: rgba(0, 213, 235, 0.05);
  padding: 4%;
  margin-bottom: 4%;
  font-size: 1.2rem;
}


.article_detail .span_12 {
  margin: 2% 0;
}

.article_button {
  margin-top: 30px;
  text-align: right;
}

@media (max-width: 767px) {
  .article_button {
    margin-top: 20px;
  }
}

.more {
  display: inline-block;
  overflow: hidden;
  margin: auto;
}

.more.btn_ss a,
.more.btn_ss span {
  padding: 0.3em 2.1em 0.3em 1.4em;
}

.more.btn_s a,
.more.btn_s span {
  padding: 0.5em 2.1em 0.5em 1.4em;
}

.more.btn_m a,
.more.btn_m span {
  padding: 0.5em 2.1em 0.5em 1.4em;
}

.more a,
.more span {
  display: inline-block;
  letter-spacing: normal;
  color: #FF4E41;
  border: 1px solid #FF4E41;
  padding: 0.9em 1.6em;
  margin-bottom: 1px;
  text-decoration: none;
}

.more a:after,
.more span:after {
  border-color: var(--main-color01);
}

.more a:hover,
.more span:hover {
  color: #333;
  border-color: #333;
}

.more a:hover:after,
.more span:hover:after {
  border-color: #333;
}

.more a.add_arrow,
.more span.add_arrow {
  padding-right: 1.9em;
}

.add_arrow {
  display: block;
  position: relative;
}

.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.add_arrow:hover:after {
  right: 3%;
  border-color: #fff;
}

.more {
  display: inline-block;
  overflow: hidden;
  margin: auto;
}

.more a {
  display: inline-block;
  letter-spacing: normal;
  border: 1px solid var(--main-color01);
  color: var(--main-color01);
  padding: 0.3em 1.3em 0.3em 1em;
  margin-bottom: 1px;
  text-decoration: none;
  font-size: 1.2rem;
}

.pager {
  overflow: hidden;
  margin-bottom: 5%;
}

.pager .pager_prev {
  float: left;
}

.pager .pager_prev a {
  display: block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}

.pager .pager_prev a:before,
.pager .pager_prev a:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #FF4E41;
  -webkit-transition: .2s;
  transition: .2s;
}

.pager .pager_prev a:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  top: calc(50% - 2px);
}

.pager .pager_prev a:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  top: calc(50% + 3px);
}

.pager .pager_prev a:hover {
  text-decoration: underline;
}

.pager .pager_prev a:hover:before {
  left: 0;
}

.pager .pager_prev a:hover:after {
  left: 0;
}

.pager .pager_next {
  float: right;
}

.pager .pager_next a {
  display: block;
  position: relative;
  padding-right: 15px;
  text-decoration: none;
}

.pager .pager_next a:before,
.pager .pager_next a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #FF4E41;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .2s;
  transition: .2s;
}

.pager .pager_next a:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 2px);
}

.pager .pager_next a:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  top: calc(50% + 3px);
}

.pager .pager_next a:hover {
  text-decoration: underline;
}

.pager .pager_next a:hover:before {
  right: 0;
}

.pager .pager_next a:hover:after {
  right: 0;
}

.news-wrap {
  display: flex;
  position: relative;
}

.news-items {
  max-width: calc(100% - 350px);
  flex-grow: 1;
  border-top: 1px solid #999;
  font-size: 1.1rem;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.625;
  flex-wrap: wrap;
  border-bottom: 1px solid #999;
  align-items: baseline;
  gap: 0 20px;
}

.news-content {
  display: flex;
  gap: 0 20px;
}

.news-content time {
  color: #575757;
  width: 100px;
}

.news-content time span {
  color: var(--main-color02);
}


@media (max-width: 767px) {
  .news-wrap {
    flex-direction: column;
  }

  .news-items {
    max-width: 100%;
    padding: 0;
  }

  .news-content {
    width: 100%;
    flex-direction: column;
  }
}

.news-item a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--main-color01);
  padding: 5px;
  background: #fff;
  transition: 0.5s;
}

.news-item a:hover {
  background: rgba(134, 165, 183,0.4);
  opacity: 1;
}

.cat-wrap {
  width: 230px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.cat {
  background: var(--main-color02);
  padding: 0 10px;
  color: #fff;
}

/* コンタクトフォーム */

.form-wrap dl {
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0;
  gap: 0;
  align-items: stretch;
}

.form-wrap dl:last-child {
  margin-bottom: 0;
}

.form-wrap dl dt {
  font-weight: bold;
  width: 240px;
  background: var(--main-color01);
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.form-wrap dl dd {
  padding: 10px;
  margin-left: 0;
  width: calc(100% - 240px);
  background: #fff;
}

.reqired {
  color: #f00;
}

input[type=text],
input[type=date],
input[type=email] {
  width: 100%;
  font-size: 20px;
  border: none;
  background: #ececec;
  padding: 0 5px;
  height: 40px;
}

.submit.btn-1 {
  padding: 10px;
  margin-top: 30px;
}

.submit.btn-1 button {
  text-decoration: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  padding: 10px 40px;
  display: block;
  border-radius: 50px;
  line-height: 1;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
}

.submit.btn-1 button:hover {
  background: linear-gradient(90deg, #9BD507 0%, var(--main-color02) 100%);
  color: #FFF;
}

select {
  font-size: 20px;
  border: none;
  background: #ececec;
  height: 100%;
}

textarea {
  width: 100%;
  border: none;
  background: #ececec;
  height: 100%;
  padding: 5px;
}

@media (max-width: 820px) {
  .form-wrap dl dd {
    width: 100%;
  }

  .form-wrap dl dt {
    width: 100%;
  }
}

/* Slider */

.mv {
  position: relative;
  height: 100vh;
}

.mv-image {
  height: 100vh;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv-image.mv01 {
  background-image: url(/wp-content/uploads/main01.jpg);
}

.mv-image.mv02 {
  background-image: url(/wp-content/uploads/main02.png);
}
.mv-image.mv03 {
  background-image: url(/wp-content/uploads/main03.jpg);
}
/* .mv-image.mv04 {
      background-image: url(/wp-content/uploads/mv04-1.png);
    } */

@media (max-width: 767px) {
.mv{
  height: 80vh;
}
.mv-image {
  height: 80vh;
}
.mv-image.mv01 {
    background-image: url(/wp-content/uploads/spmain01.png);
}
.mv-image.mv02 {
  background-image: url(/wp-content/uploads/spmain02.png);
}
.mv-image.mv03 {
  background-image: url(/wp-content/uploads/spmain03.png);
}
}


.slider01 {
  width: 100%;
}

.catch {
  position: absolute;
  bottom: 50%;
  /* left: 50%; */
  left: 35%;
  max-width: 600px;
  transform: translate(-50%, 50%);
}

.catch .txt p {
  font-size: 3.5vw;
  padding: 10px 0;
  text-align: center;
  font-family: "Damion", cursive;
  line-height: 1.5;
  color: #000;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
}

.mv-bnr-right {
  position: absolute;
  bottom: 5%;
  right: 20%;
  width: 170px;
}

.mv-bnr-left {
  position: absolute;
  bottom: 5%;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mv-bnr-left p {
  background: rgba(79, 112, 176, 0.8);
  padding: 10px 10px 10px 0;
  border-radius: 0 10px 10px 0;
  width: 240px;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}

.mv-bnr-left p:nth-child(1) {
  width: 260px;
}

.mv-bnr-left p span {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  line-height: 1.2;
  color: #fff;
  padding: 5px;
  text-align: center;
}

.slick-prev {
  left: 1% !important;
}

.slick-next {
  right: 1% !important;
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

@media (max-width: 1024px) {
  .catch {
    max-width: 675px;
    width: 675px;
    left: 50%;
  }

  .catch .txt p {
    font-size: 6vw;
    text-align: center;
    width: 100%;
  }

  .mv-bnr-right {
    right: 10%;
  }
}

@media (max-width: 767px) {
  .slick-slide {
    border-radius: 0;
  }

  .catch {
    width: 100%;
    padding: 0 30px;
    /* bottom: 40%; */
    bottom: 25%;
    left: 50%;
  }

  .mv .mv-bnr-left {
    display: none;
  }

  .mv-bnr-right {
    width: 120px;
  }
}

@media (max-width: 480px) {
  .medi-calendar-row {
    flex-direction: column;
  }

  .mv-bnr-left {
    position: static;
    flex-direction: row;
  }

  .mv-bnr-left p {
    border-radius: 10px;
    padding: 5px;
    font-size: 1rem;
    width: 180px;
  }

  .mv-bnr-left p:nth-child(1) {
    width: 180px;
  }

  .mv-bnr-left p span {
    padding: 5px;
    font-size: 1rem;
    border-left: 1px solid #fff;
  }
}

/* 見出し */
h2.heading-1 {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  writing-mode: tb-rl;
  text-orientation: upright;
  display: flex;
  align-items: center;
  width: 150px;
  font-family: "Noto Serif JP", serif;
}

h2.heading-1 span {
  display: block;
  color: var(--main-color01);
  ;
  font-size: 1.2rem;
  margin-top: 30px;
  writing-mode: horizontal-tb;
}

h2.heading-2 {
  margin: 40px auto;
  position: relative;
  width: 100%;
  border: 0;
  padding: 10px 0;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: 3px;
  border-bottom: solid 3px var(--main-color01);
  border-top: solid 3px var(--main-color01);
  line-height: 1.2;
  text-align: center;
  width: 580px;
  /*font-family: "Noto Sans JP", sans-serif;*/
}

h2.heading-3 {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  text-orientation: upright;
  display: flex;
  align-items: center;
  width: 100%;
  font-family: "Noto Serif JP", serif;
}


h3.heading-1 {
  margin: 0;
  position: relative;
  border: 0;
  word-wrap: break-word;
  font-weight: bold;
  padding-top: 0;
  font-size: 1.4rem;
  color: #000000;
    /*padding-left: 1em;*/
  margin-bottom: 20px;
  border-bottom: solid 3px #AAAAAA;
  /*font-family: "Noto Sans JP", sans-serif;*/
}

h3.heading-1:after {
  display: block;
  content: '';
  position: absolute;
  width: 45px;
  height: 100%;
  border-bottom: solid 3px var(--main-color01);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

h3.heading-2 {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  /*padding: 350px 0 0.5em 50px;*/
  padding: 70px 0 0.5em 50px;
  border-bottom: 2px solid #5e5e5e;
  /*margin: -290px auto 1em;*/
  margin: 0 auto 1em;
}

h3.heading-2:before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  margin: auto;
  width: 37px;
  height: 26px;
  background: url(/wp-content/uploads/h3_img.png) no-repeat center / contain;
}

h3.heading-3 {
  margin: 0;
  position: relative;
  border: 0;
  word-wrap: break-word;
  font-weight: normal;
  padding: 0;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 20px;
  background-color: var(--main-color02);
  width: 210px;
  text-align: center;
  line-height: 35px;
}

h4.heading-1 {
  margin: 10px 0;
  font-size: 1.2rem;
  position: relative;
  color: #000000;
  font-weight: bold;
  line-height: 1.5em;
  padding-left: 1em;
}

h4.heading-1:before {
  display: block;
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  border-left: 2px solid var(--main-color02);
  top: 0;
  right: 0;
  bottom: 0;
  left: 10px;
}

h4.heading-1:after {
  display: block;
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  border-left: 2px solid var(--main-color02);
  top: 0;
  right: 0;
  bottom: 0;
  left: 2px;
}

h4.heading-2 {
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  padding: 0 0 0.5em 50px;
  border-bottom: dotted 2px #5e5e5e;
  margin: 2em auto 1em;
}

h4.heading-2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 37px;
  height: 26px;
  background: url(/wp-content/uploads/h4_img.png) no-repeat center / contain;
}

h5.heading-1 {
  margin: 0;
  font-size: 1rem;
  position: relative;
  color: var(--main-color02);
  font-weight: bold;
  line-height: 1.5em;
  border-bottom: 1px dashed var(--main-color02);
}

h5.heading-2 {
  margin: 0;
  font-size: 1rem;
  position: relative;
  color: #000000;
  font-weight: bold;
  line-height: 1.5em;
  padding-left: 1em;
  display: flex;
  align-items: center;
}

h5.heading-2:before {
  display: block;
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  border-top: 2px solid var(--main-color02);
  top: 12px;
  right: 0;
  bottom: 0;
  left: 0;
}

h5.heading-3 {
  margin: 0 0 0 63px;
  font-size: 1rem;
  position: relative;
  color: var(--main-color02);
  font-weight: bold;
  line-height: 1.5em;
  border-bottom: 1px dashed var(--main-color02);
}


#pagetitle {
  position: relative;
  color: #fff;
  padding: 6em 0 3em 6em;
  background: url(/wp-content/uploads/pagetitle-bk.png) no-repeat;
  background-size: cover;
  font-family: "Noto Serif JP", serif;
}

#pagetitle:after {
  content: '';
  position: absolute;
}

#pagetitle span {
  /* text-align: center; */
  font-size: 2.0rem;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  line-height: 1.5em;
  color: #fff;
  letter-spacing: 5px;
}

#pagetitle span:nth-child(1) {
  font-size: 1.4rem;
  letter-spacing: 5px;
}

@media (max-width: 768px) {
  #pagetitle {
    /* padding: 5em 0.5em 4em; */
    padding: 5em 0.5em 2em;
  }

  #pagetitle span {
    text-align: left;
    padding: 0 0 0 15px;
}
}

@media (max-width: 1000px) {

  .top-clinic h2.heading-1,
  .top-doctor h2.heading-1 {
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    line-height: 1.5;
    writing-mode: horizontal-tb;
    text-orientation: upright;
    display: flex;
    align-items: baseline;
    width: 100%;
  }

}

@media (max-width: 768px) {
  h2.heading-1 {
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    line-height: 1.5;
    writing-mode: horizontal-tb;
    text-orientation: upright;
    display: flex;
    align-items: baseline;
    width: 100%;
    margin-bottom: 30px;
  }

  h2.heading-1 span {
    display: block;
    font-size: 1rem;
    margin-top: 0;
    margin-left: 20px;
    writing-mode: horizontal-tb;
  }

  h3.heading-1 {
    /* font-size: 1.2rem; */
    font-size: 1.3rem;
  }

  h2.heading-2 {
    width: 80%;
    font-size: 1.4rem;
  }

  h4.heading-1 {
    font-size: 1.1rem;
  }

  h3.heading-3{
    font-size: 1.2rem;
    width: 185px;
    margin-bottom: 10px;
  }
}

/* ボタン */
.btn-wrap {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-wrap .btn-1 {
  margin: 0;
}

.btn-1 {
  color: #444444;
  display: block;
  width: fit-content;
  margin: 0 auto;
  height: auto;
  padding: 2px 50px 5px 40px;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 50px;
  font-weight: normal;
  position: relative;
  border: 1px solid #86A5B7;
  text-align: center;
}

.btn-1.right {
  margin: 0 0 0 auto;
}

.btn-1 span {
  position: relative;
  margin-left: 20px;
}

.btn-1 span:before {
  content: '▶';
  position: absolute;
  right: -20px;
  color: #86A5B7;
}

.btn-1:hover {
  opacity: 1;
  background: var(--main-color01);
  color: #fff;
}

.btn-1:hover span:before {
  color: #fff;
}

.btn-2 {
  display: block;
  width: fit-content;
  text-align: center;
  padding: 2px 50px 5px 40px;
  margin: 0 auto;
  border: 1px solid #86A5B7;
  border-left: 5px solid var(--main-color02);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(
    to right,
    #164D86 0%,
    #164D86 50%,
    #fff 50%,
    #fff 100%
  );
  transition: background-position ease 0.4s;
  text-align: center;
  color: #444444;
  text-decoration: none;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  height: auto;
  position: relative;
  z-index: 100;
}

.btn-2 span {
  position: relative;
  margin-left: 20px;
}


.btn-2:hover {
  background-position: 0 0;
  color: #ffff;
}

.btn-2 span:before {
  content: '〉';
  position: absolute;
  right: -50px;
  top: -20px;
  color: #444444;
}

.btn-2:hover span:before {
  color: #ffff;
}


.news-heading-wrap .btn-1 {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
  font-size: 0.9rem;
  color: #444444;
  font-weight: 200;
}

.news-heading-wrap .btn-1 span:before {
  bottom: -17px;
}

@media (max-width: 767px) {
  .btn-1.right {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .news-heading-wrap {
    position: relative;
    height: 100px;
    width: 100%;
  }

  .news-heading-wrap:before {
    width: 100px;
    height: 100%;
    left: 28%;
  }

  .news-heading-wrap .btn-1 {
    height: 30px;
    width: 100px;
    border-radius: 25px;
  }

  .btn-1 span {
    margin-left: 10px;
  }

  .news-heading-wrap .btn-1 span:before {
    bottom: -14px;
  }
}

/* テーブル */

.table-schedule {
  width: 100%;
}

.table-schedule td{
  padding: 0.3em;
  text-align: center;
  background: #fff;
  color: #E3B82B;
  line-height: 1.5;
}

.table-schedule th {
  padding: 0.3em;
  text-align: center;
  background: #fff;
  /* color: var(--main-color02); */
  line-height: 1.5;
}

.table-schedule tbody tr:first-child {
  border-top: 1px solid var(--main-color02);
}

/* .table-schedule tr {
  border-bottom: 1px solid var(--main-color02);
} */

.table-schedule tr:last-child {
  border-bottom: none;
}

@media (max-width: 480px) {

  .table-schedule td,
  .table-schedule th {
    padding: 0.2em .3em;
    font-size: 14px;
  }

  .clinic-schedule {
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.table-schedule thead th {
  font-weight: normal;
}

.table-schedule thead th:first-child,
.table-schedule tbody th:first-child {
  border-right: 1px solid var(--main-color02);
}

.table-schedule tbody th {
  background: #fff;
  color: inherit;
  font-weight: normal;
  width: 21%;
}

.table-default {
  width: 100%;
}

.table-default td,
.table-default th {
  padding: 0.2em 0.3em;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  font-weight: bold;
}

.table-default th {
  background: #e6e6e6;
}

.table-default td:last-child {
  text-align: center;
}

.table-tantoui {
  width: 100%;
}

.table-tantoui td,
.table-tantoui th {
  padding: 0.3em;
  text-align: center;
  background: #fff;
  /* color: var(--main-color02); */
  line-height: 1.5;
}

.table-tantoui tbody tr:first-child {
  border-top: 1px solid var(--main-color02);
}

.table-tantoui tr {
  border-bottom: 1px solid var(--main-color02);
}

.table-tantoui tr:last-child {
  border-bottom: none;
}

@media (max-width: 480px) {

  .table-tantoui td,
  .table-tantoui th {
    padding: 0.2em .3em;
    font-size: 14px;
  }
}

.table-tantoui thead th {
  font-weight: normal;
}

.table-tantoui thead th:first-child,
.table-tantoui tbody th:first-child {
  border-right: 1px solid var(--main-color02);
}

.table-tantoui tbody th {
  background: #fff;
  color: inherit;
  font-weight: normal;
}

.footer-schedule thead th {
  background: #496dda;
}

.footer-schedule th,
.footer-schedule td {
  border-bottom: 1px solid var(--main-color01);
  border-left: 0;
  border-top: 0;
  border-right: 0;
  color: inherit;
  font-weight: bold;
}

table.table_c1 thead th,
table.table_c1 tbody th,
table.table_c1 tbody td {
  padding: 10px 10px;
  border: 1px solid #bdbdbd;
  font-weight: normal;
}

table.table_c1 thead th {
  background: #07152d;
  color: #fff;
  text-align: center !important;
}

table.table_c1 tbody th {
  background: #e6e6e6;
}

table.table_c1 tbody td {
  background: #fff;
  text-align: center;
}

table.table_c1 thead th,
table.table_c1 tbody th,
table.table_c1 tbody td {
  padding: 10px 10px;
  border: 1px solid #bdbdbd;
  font-weight: normal;
}

table.table_c1 tbody th.blu01 {
  background: #DCEBFA;
}

table.table_c1 tbody th.blu02 {
  background: #eef4fa;
}

table.table_c1 thead th,
table.table_c1 tbody th {
  text-align: center;
}

table.table_c1 tbody td {
  background: #fff;
  text-align: center;
}

table.table_c1 tbody th.purple {
  background: #202340;
  color: #fff;
  text-align: center;
}

table.table_c1.txt12 thead th,
table.table_c1.txt12 thead td,
table.table_c1.txt12 tbody th,
table.table_c1.txt12 tbody td {
  font-size: 12px !important;
}



table.table_c2 thead th,
table.table_c2 tbody th,
table.table_c2 tbody td {
  padding: 10px 10px;
  border: 1px solid #bdbdbd;
  font-weight: normal;
}

table.table_c2 thead th {
  background: #07152d;
  color: #fff;
  text-align: center !important;
}

table.table_c2 tbody th {
  background: #e6e6e6;
}

table.table_c2 tbody td {
  background: #fff;
  text-align: center;
}

table.table_c2 thead th,
table.table_c2 tbody th,
table.table_c2 tbody td {
  padding: 10px 10px;
  border: 1px solid #bdbdbd;
  font-weight: normal;
}

table.table_c2 tbody th.blu01 {
  background: #DCEBFA;
}

table.table_c2 tbody th.blu02 {
  background: #eef4fa;
}

table.table_c2 thead th,
table.table_c2 tbody th {
  text-align: center;
  width: 20%;
}

table.table_c2 tbody td {
  background: #fff;
  text-align: center;
}

table.table_c2 tbody th.purple {
  background: #202340;
  color: #fff;
  text-align: center;
}

table.table_c2.txt12 thead th,
table.table_c2.txt12 thead td,
table.table_c2.txt12 tbody th,
table.table_c2.txt12 tbody td {
  font-size: 12px !important;
}

@media (max-width: 768px) {
  .scroll_cell {
      overflow: auto;
      white-space: nowrap;
  }
}



/* 設備紹介 */

.facility-wrap {
  margin: 0 auto;
  max-width: 900px;
}

.facility-slider img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.facility-thumb>.slick-prev:before,
.facility-thumb>.slick-next:before {
  color: #000 !important;
}

.facility-thumb img {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-current img {
  opacity: 1;
}

.facility-thumb {
  margin: 10px 0 0;
}

.facility-thumb {
  cursor: pointer;
}

.facility-caption {
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  color: #174e87;
  font-size: 1.4rem
}

.facility-cover {
  overflow: hidden;
  border-radius: 50px;
}

h4.facility-heading {
  text-align: center;
  padding: 20px 0;
  background: repeating-linear-gradient(135deg, #f0fee1, #f0fee1 5px, transparent 5px, transparent 10px);
  border-radius: 50px;
  margin-bottom: 1em;
}

.slick-prev {
  left: 1% !important;
}

.slick-next {
  right: 1% !important;
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

/* リスト */

dl {
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0;
  align-items: flex-start;
  gap: 15px;
}

.container ul {
  padding-left: 20px;
}

.container li::marker {
  color: var(--main-color01);
}


/* ページトップ */
/* .pagetop {
  position: absolute;
  top: 20px;
  right: 3%;
} */

.pagetop {
  position: fixed;
  bottom: 120px;
  right: 3%;
  z-index: 60;
  opacity: 0;
  transition: 0.3s;
}
.pagetop[appear='true'] {
  opacity: 1;
}
@media (max-width: 767px) {
  .pagetop {
    right: 0%;
  }
}

.pagetop a {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  padding: 0;
  /* border: 1px solid #000; */
  background: url(/wp-content/uploads/pagetop.png);
  background-size: contain;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (max-width: 767px) {
  .pagetop a {
    /* width: 68px;
    height: 68px; */
    width: 60px;
    height: 60px;
  }
}

.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
  transform: translate(-50%, -20%) rotate(45deg);
}

/* .pagetop a:hover {
  border: 5px solid var(--main-color02);
} */

.pagetop a:hover:after {
  top: 30px;
  transition: .2s;
}

/* バナーエリア */

.bnr {
  margin: -15px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .bnr {
    margin: -10px;
  }
}

.bnr li {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 250px;
}

@media (max-width: 767px) {
  .bnr li {
    padding: 10px;
  }
}

.bnr li a img {
  margin: 0 auto;
}

header {
  overflow: visible !important;
}

.header-top {
  width: 100%;
  z-index: 99999;
  /* padding: 10px; */
  padding: 10px 10px 10px 20px;
  position: fixed;
  top: 0;
}

@media (max-width: 767px) {
  .header-top {
    padding: 0 10px;
    position: fixed;
  }
}

.header-wrap {
  position: relative;
  width: auto;
  margin: 0 auto;
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.common_department {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
  margin-right: 13px;
}

.common_department li {
  background: var(--main-color02);
  padding: 6px 18px;
  border-radius: 12px;
  font-size: 12px;
  color: #444444;
  font-weight: bold;
}

@media (max-width: 767px) {
  .common_department {
    gap: 2px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .common_department li {
    padding: 2px 7px;
    border-radius: 7px;
  }
}

.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  ;
}

@media (max-width: 767px) {
  .header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    width: 100%;
  }
}

.header-head {
  text-align: left;
}

.header-head a {
  display: inline-block;
}


.header-head p {
  font-size: 1.5rem;
  font-weight: bold;
}

.header-copy:not(.title) {
  color: #444444;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 5px 0;
  padding: 4px 0;
  text-align: left;
  position: relative;
}

@media (max-width: 767px) {
  .header-copy:not(.title) {
    display: none;
  }
}


.header-tel {
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
}

.header-tel a {
  color: #5c83cd;
  font-size: 2.1rem;
  font-family: "Cardo", serif;
}

.fa-solid {
  font-size: 28px;
  margin-right: 0 !important;
}

.header-tel p {
  line-height: 1.5em;
  margin: 0px;
  font-size: 0.8rem;
  color: #444444;
}

.header-tel p:first-child {
  margin-top: 0;
}

.header-btn {
  position: relative;
  cursor: pointer;
  width: 80px;
  height: 80px;
  z-index: 999999999;
}

.header-btn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 23px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.header-btn span:nth-of-type(1) {
  top: 23px;
}

.header-btn span:nth-of-type(2) {
  top: 31px;
}

.header-btn span:nth-of-type(3) {
  top: 39px;
}

.header-btn span:nth-of-type(4) {
  top: 41px;
  font-size: 11px;
  background: none;
  height: 0;
  color: #fff;
}

.header-btn.active span:nth-of-type(1) {
  /*  top: 29px; */
  top: 27px;
  left: 23px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}

.header-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.header-btn.active span:nth-of-type(3) {
  top: 39px;
  left: 23px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}

.header_nav {
  margin-right: 0px;
  width: 100%;
}

/* グローバルメニュー */
.header_nav ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  list-style: none;
  padding: 10px 0;
}

.header_nav ul li {
  position: relative;
}

.header_nav ul li a {
  padding: 5px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

.header_nav ul li a:hover {
  text-decoration: underline;
}

.header-head img {
  width: 280px;
  filter: contrast(0) brightness(100);
}

@media (max-width: 767px) {
  .header-head img {
    width: 260px;
    padding: 10px;
  }
}

.header-top[data-sticky='true'] {
  background: rgba(255, 255, 255, 0.8);
}

.header-top[data-sticky='true'] nav li.has-child div {
  background-color: #fff;
  border-top: solid 1px var(--main-color01);
  border-left: solid 1px var(--main-color01);
}

.header-top[data-sticky='true'] .header_nav ul li a {
  color: var(--main-color01);
}

.header-top[data-sticky='true'] .header-btn span {
  color: var(--main-color01);
  background: var(--main-color01);
}

.header-top[data-sticky='true'] .header-head img {
  filter: brightness(1);
}

.header-top[data-sticky='true'] nav li.has-child ul.single {
  background: #fff;
  border-top: solid 1px var(--main-color01);
  border-left: solid 1px var(--main-color01);
}

/* スライドナビゲーション */

nav li.has-child ul.single {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  /* background: #fff; */
  font-size: 1rem;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}

nav li.has-child div {
  position: absolute;
  left: -73%;
  top: 40px;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  /* padding: 20px; */
  display: flex;
  gap: 0 20px;
  font-size: 1rem;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}

nav li.has-child div ul {
  display: flex;
  flex-direction: column;
}

nav li.has-child div ul p {
  /* text-align: center; */
  border-bottom: 2px solid var(--main-color01);
  color: var(--main-color01);
  font-weight: bold;
}

nav li.has-child div ul p span {
  padding: 0 10px;
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
  background: var(--main-color01);
  margin-left: 10px;
}

nav li.has-child ul:before {
  content: '';
  position: absolute;
  height: 20px;
  width: 160px;
  top: -20px;
}

nav li.has-child:hover>ul,
nav li.has-child:hover>div,
nav li.has-child:hover>div ul,
nav li.has-child ul li:hover>ul,
nav li.has-child:active>ul,
nav li.has-child ul li:active>ul {
  visibility: visible;
  opacity: 1;
}

/* nav li.has-child ul li:before,
nav li.has-child ul li:first-child:before {
  position: absolute;
  display: block;
  content: '〉';
  font-weight: bold;
  background: none;
  left: 10px;
  top: 2px;
  font-size: 12px;
  color: var(--main-color01);
} */

nav li.has-child ul li a {
  color: #fff;
  display: block;
  width: 165px;
  text-decoration: none;
  padding: 10px;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
  text-decoration: underline;
}

.sub-menu {
  width: 100%;
  padding: 0;
  display: none;
  list-style: none;
}

.sub-menu>li>a {
  text-decoration: none;
  /* padding: 10px 0 10px 40px; */
  padding: 10px 0 10px 43px;
  display: block;
  /* border-top: 1px dashed #d9d9d9; */
  color: var(--main-color01);
  position: relative;
  font-size: 1.1rem;
}
.sub-menu>li>a::before {
  content: "";
  display: block;
  position: absolute;
  top: 29px;
  left: 25px;
  width: 7px;
  aspect-ratio: 1 / 1;
  z-index: 1;
  border-radius: 50%;
  background: var(--accent-color);
  transform: translateY(-50%);
}

/* スライドナビゲーション */

.slide {
  /* width: 300px; */
  width: 100%;
  min-height: 100vh;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 999;
  overflow: scroll;
}

.slide-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  /* top: 0; */
  top: 80px;
  right: -100%;
  /* background: transparent; */
  cursor: pointer;
  z-index: -1;
  background-color: #fff;
}

.slide {
  padding-top: 80px;
}

.slide-menu {
  list-style: none;
  /* border-top: 2px solid #b9b9b9; */
  padding: 0 20px;
}

.slide-menu>ul {
  padding: 0;
  list-style: none;
}

.slide-menu>ul>li {
  /* border-bottom: 2px solid #b9b9b9; */
  border-bottom: 1px solid #86A5B7;
  position: relative;
  background: #fff;
}

.slide-menu>ul>li.menu-item-has-children>a {
  position: relative;
}

.slide-menu>ul>li.menu-item-has-children>a:after {
  content: "+";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  font-size: 28px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: .2s;
  transition: .2s;
}

.slide-menu>ul>li.active.menu-item-has-children>a:after {
  content: "-";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  font-size: 28px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: .2s;
  transition: .2s;
}

.sub-menu {
  width: 100%;
  padding: 0;
  background: #fff;
  display: none;
}

.slide-menu>ul>li.menu-item-has-children>a {
  pointer-events: none;
}

.slide-menu>ul>li>a {
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  color: var(--main-color01);
  font-size: 1.3rem;
  letter-spacing: 0.07em;
}

/* トグル */

details{
  border-top: 1px solid;
}
.toggle-head.qa:hover{
  background: var(--accent-color);
}

details:last-child{
  border-bottom: 1px solid;
  margin-bottom: 20px;
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

/* .toggle-wrap {
  margin-bottom: 20px;
}

.toggle-wrap:last-child {
  margin-bottom: 0;
} */

.toggle-head.qa {
  position: relative;
}

.toggle-head.qa:before {
  position: absolute;
  content: "Q.";
  top: 15px;
  left: 30px;
  font-weight: bold;
  color: var(--main-color01);
}

/*  .toggle_inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px 15px 60px;
  border: 1px solid var(--main-color01);
  font-weight: bold;
  color: var(--main-color01);
} */

.toggle_inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px 15px 50px;
  font-weight: bold;
  color: var(--main-color01);
}

.toggle_inner-icon {
  display: block;
  position: relative;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}

.toggle_inner-icon:before {
  left: 0;
  transform: rotate(45deg);
}

.toggle_inner-icon:after {
  right: 0;
  transform: rotate(-45deg);
}

.toggle_inner-icon:before, .toggle_inner-icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: var(--main-color01);
}

details[open] .toggle_inner-icon {
  transform: rotate(180deg);
}


.icon {
  display: block;
  position: relative;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}

.icon:before {
  left: 0;
  transform: rotate(45deg);
}

.icon:after {
  right: 0;
  transform: rotate(-45deg);
}

.icon:before,
.icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: var(--main-color01);
}

.toggle-content p {
  padding: 20px 20px 20px 50px;
  background: var(--pale-color);
  margin: 0;
  position: relative;
}

.toggle-content p a{
  color: var(--main-color01);
  text-decoration: underline;
}

.answer:before {
  position: absolute;
  content: "A.";
  top: 21px;
  left: 32px;
  font-weight: bold;
  color: var(--main-color01);
}

details[open] .icon {
  transform: rotate(180deg);
}

/* 料金表 */

.price-wrap {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--main-color01);
  margin-bottom: 20px;
}

.price-wrap:last-of-type {
  margin-bottom: 0px;
}

.price-name {
  border-right: 1px solid var(--main-color01);
  width: 300px;
  background: var(--accent-color);
  padding: 5px;
  font-weight: bold;
}

.price-fee {
  width: calc(100% - 300px);
  padding: 5px;
  display: flex;
  justify-content: flex-end;
}

.price-disc,
.price-term,
.price-risk {
  width: 100%;
  padding: 5px;
  border-top: 1px solid var(--main-color01);
  display: flex;
  gap: 10px;
}

.price-head {
  width: 125px;
  border-right: 1px solid #a1a1a1;
}

.price-text {
  width: calc(100% - 135px);
}


@media (max-width: 480px) {
  .price-name {
    border-right: none;
    width: 100%;
  }

  .price-fee {
    width: 100%;
  }
}

/* 汎用クラス */
.w100 {
  width: 100%;
}

.bg-red {
  background-color: #fe266d !important;
}

.bg-blue {
  background-color: #1646b1 !important;
}

.bg-green {
  background-color: #b8eca3 !important;
}

.bg-orange {
  background-color: #ffa204 !important;
}

.text-red {
  color: #df4040 !important;
}

.text-blue {
  color: #2420db !important;
}

.text-green {
  color: #6ddb20 !important;
}

.text-green1 {
  color: #4F6228 !important;
}

.text-orange {
  color: #FAAC3D !important;
}

.text-pink {
  color: #db20b2 !important;
}

.text-black {
  color: #000000 !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-gray{
  color: #444444;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

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

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr10 {
  margin-right: 10px !important;
}

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

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

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

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

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

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}


.text-xlarge {
  font-size: 1.6rem !important;
}

.text-large {
  font-size: 1.4rem !important;
}

.text-small {
  font-size: 1.2rem !important;
}
.text-xsmall {
  font-size: 0.8rem !important;
}

.text-xxsmall {
  font-size: 0.7rem !important;
}

u {
  text-decoration: underline;
}

.result-text-xsmall{
  font-size: 0.8rem !important;
  line-height: 0;
}


@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 767px) {
  .text-xlarge {
    font-size: 2.0rem;
  }

  .text-large {
    font-size: 1.6rem;
  }

  .sp-only {
    display: none !important;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}

.slide-text{
  font-size: 0.8rem;
}

/* フッター */
footer {
  padding-top: 30px;
  position: relative;
  background: #0C2B5E;
}

.footer-logo {
  max-width: var(--content-width);
  margin: 0 auto;
}

.footer-logo img {
  width: 350px;
}

.footer-wrap {
  margin: 0 auto;
  max-width: var(--content-width);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 2%;
  /* padding-right: calc(30px / 2);
  padding-left: calc(30px / 2); */
  padding-right: calc(50px / 2);
  padding-left: calc(50px / 2);
}

.footer-inner:nth-child(1) {
  max-width: 450px;
}

.footer-inner:nth-child(2) {
  display: flex;
}

.footer-inner img {
  width: 300px;
}

.footer-inner p,
.footer-inner a {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

ul.footer__links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
  max-width: var(--content-width);
  margin: 0;
  gap: 10px 0;
  flex-direction: column;
}

ul.footer__links li {
  position: relative;
  width: 250px;
}

ul.footer__links li a {
  font-weight: bold;
  padding: 0 0 0 45px;
  color: #fff;
  display: block;
}

ul.footer__links li a:hover {
  margin-left: 10px;
  transition: 0.3s;
}

ul.footer__links li a:before {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 10px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--accent-color);
  z-index: 1;
}

ul.footer__links li.acc-none a:before,
ul.footer__links li.acc-none a:after {
  display: none;
}

ul.footer__links li a:hover:before {
  left: 30px;
  transition: 0.3s;
}

ul.footer__links li a:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 30px;
  background-color: #fff;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

ul.footer__links li a:hover:after {
  left: 0;
  transition: 0.3s;

}

@media (max-width:767px) {
  footer{
    padding-top: 20px;
  }

  .footer-wrap {
    flex-direction: column;
    gap:0
  }

  .footer-inner {
    width: 100%;
  }

  .footer-inner img {
    /* width: 270px; */
    width: 230px;
  }
}


/* 予約ボタン */

.reservation_area {
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 50;
}

.reservation_area ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  grid-gap: 20px 0;
}

.reservation_area li {
  list-style: none;
  letter-spacing: 2px;
  position: relative;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  border-left: solid 1px #000;

}

.reservation_area li:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: -1px;
  right: -100%;
  background: #fff;
  z-index: -1;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;

}

@media (min-width: 767px) {
  .reservation_area li:hover {
    margin-right: 10px;
    transition: all 0.3s;
  }
}

.reservation_area li.side_btn_01 a,
.reservation_area li.side_btn_02 a {
  display: flex;
  font-size: 12px;
  align-items: center;
  flex-direction: column;
  color: #000;
}

.reservation_area li.side_btn_01 img,
.reservation_area li.side_btn_02 img {
  height: 50px;
  width: 50px;
}

.reservation_area li a {
  display: block;
  padding: 15px 10px;
  transition: all 0.2s ease-out;
}


.reservation_area li {
  color: #fff;
  background: #fff;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .reservation_area li:before {
    display: none;
  }

  .reservation_area {
    bottom: 0px;
    top: auto;
    width: 100%;
  }

  .reservation_area ul {
    flex-direction: row;
  }

  .reservation_area ul li {
    writing-mode: horizontal-tb;
    text-align: center;
    width: 50%
  }

  .reservation_area li.side_btn_01 img,
  .reservation_area li.side_btn_02 img {
    height: 30px;
    width: 30px;
  }

  .reservation_area li:nth-child(1) a,
  .reservation_area li:nth-child(2) a {
    width: 100%;
    padding: 5px 0;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
}

.top-therapy {
  position: relative;
}

.top-therapy:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 70%;
  background: #dfdfdf;
  background: linear-gradient(0deg, #dfdfdf 0%, #dfdfdf 100%, rgba(255, 255, 255, 1) 100%);
  z-index: -2;
}

.therapy-wrap {
  display: flex;
  flex-direction: row-reverse;
}

.therapy-inner {
  display: flex;
  gap: 20px 2%;
  width: calc(100% - 150px);
  flex-wrap: wrap;
}

.therapy-item {
  width: 32%;
  border: 1px solid var(--main-color01);
  padding: 10px;
  position: relative;
  padding: 20px;
  background: #fff;
}

.therapy-item p {
  text-align: center;
  font-size: 1.2rem;
  color: #444444;
  /* font-family: "Noto Sans JP", sans-serif;  */
  margin-top: 20px;
}

.therapy-item:before {
  position: absolute;
  content: '';
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background: var(--accent-color);
  height: 20px;
  width: 20px;
  right: 10px;
  bottom: 10px;
}

.therapy-item:hover {
  opacity: 1;
  transition: 0.3s;
  background: var(--accent-color);
}

.therapy-item:hover:before {
  position: absolute;
  content: '';
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  height: 20px;
  width: 20px;
  right: 10px;
  bottom: 10px;
  background: #fff;
}

@media (max-width: 767px) {
  .therapy-wrap {
    flex-direction: column;
  }

  .therapy-inner {
    width: 100%;
    gap: 5px 2%;
  }

  .therapy-item {
    width: 49%;
    padding: 10px;
  }

  .therapy-item p {
    margin-top: 5px;
  }
}
.surgery-wrap {
  display: flex;
  flex-direction: row-reverse;
}
.surgery-inner {
  width: calc(100% - 150px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 20px;
}
.surgery-item {
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.surgery-item p {
  padding: 10px;
  border: 1px solid #fff;
  height: 100%;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.8em;
  letter-spacing: 2px;
  place-content:end;
}
.surgery-item.item05 p {
  place-content:start;
}

.surgery-item.item01 {
  grid-area: 1 / 1 / 2 / 6;
  height: 180px;
}

.surgery-item.item01:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(/wp-content/uploads/surgery01-1.png) no-repeat center;
  background-size: cover;
}

.surgery-item.item02 {
  grid-area: 2 / 1 / 3 / 3;
  height: 180px;
}

.surgery-item.item02:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  /* background: url(/wp-content/uploads/surgery02.png) no-repeat center; */
  background: url(/wp-content/uploads/surgery02-2.png) no-repeat center;
  background-size: cover;
}

.surgery-item.item03 {
  grid-area: 2 / 3 / 3 / 5;
  height: 180px;
}

.surgery-item.item03:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(/wp-content/uploads/surgery03.png) no-repeat center;
  background-size: cover;
}

.surgery-item.item04 {
  grid-area: 3 / 1 / 4 / 5;
  height: 180px;
}

.surgery-item.item04:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(/wp-content/uploads/surgery04.png) no-repeat center;
  background-size: cover;
}

.surgery-item.item05 {
  grid-area: 2 / 5 / 4 / 6;
  writing-mode: vertical-lr;
  text-orientation: upright;
}

.surgery-item.item05:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(/wp-content/uploads/surgery05.png) no-repeat center;
  background-size: cover;
}

.surgery-item:hover:before {
  transition: 1s;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .surgery-wrap {
    flex-direction: column;
  }
  .surgery-item p {
    font-size: 1.2rem;
    line-height: 25px;
  }
  .surgery-inner {
    width: 100%;
    flex-direction: column;
    gap: 5px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .surgery-item.item01 {
    grid-area: 1 / 1 / 2 / 7;
    height: 160px;
  }
  .surgery-item.item02 {
    grid-area: 2 / 4 / 3 / 7;
    height: 160px;
  }
  .surgery-item.item03 {
    grid-area: 2 / 1 / 3 / 4;
    height: 160px;
  }
  .surgery-item.item04 {
    grid-area: 3 / 1 / 4 / 5;
    height: 160px;
  }
  .surgery-item.item05 {
    grid-area: 3 / 5 / 4 / 7;
    writing-mode: vertical-lr;
    text-orientation: upright;
  }
  .surgery-item {
    width: 100%;
  }
  .surgery-item.item01:before {
    background: url(/wp-content/uploads/spsurgery01-1.png) no-repeat center;
    background-size: cover;
  }
  .surgery-item.item02:before {
    background: url(/wp-content/uploads/spsurgery02-2.png) no-repeat center;
    background-size: cover;
  }
  .surgery-item.item03:before {
    background: url(/wp-content/uploads/spsurgery03.png) no-repeat center;
    background-size: cover;
  }
  .surgery-item.item04:before {
    background: url(/wp-content/uploads/spsurgery04.png) no-repeat center;
    background-size: cover;
  }
  .surgery-item.item05:before {
    background: url(/wp-content/uploads/spsurgery05.png) no-repeat center;
    background-size: cover;
  }
  .surgery-item.item05 p {
    padding-left: 5px;
  }
}
.top-result {
  position: relative;
}

.top-result:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* background: url(/wp-content/uploads/result-bg.png) no-repeat; */
  /* background: url(/wp-content/uploads/result-bg1.jpg) no-repeat; */
  background: url(/wp-content/uploads/result-bg2.jpg) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .top-result:before {
    /* background: url(/wp-content/uploads/result-spbg.png) no-repeat; */
    background: url(/wp-content/uploads/result-spbg2.jpg) no-repeat;
    background-size: cover;
  }
}

.result-wrap {
  display: flex;
  padding: 20px;
  position: relative;
}

.result-wrap:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  z-index: -1;
}

.result-inner {
  display: flex;
  width: calc(100% - 150px);
  gap: 20px;
}

.result-text-xlarge{
  font-size: 2.5rem !important;
}

@media (max-width: 1000px) {
  .result-text-xlarge {
    font-size: 1.5rem !important;
  }
}

.left-box {
  width: 40%;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
}

.year-result {
  font-size: 1.4rem;
  border-bottom: 1px solid #000;
  font-weight: bold;
}

.left-box div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 20px 0;
}

.year-result span {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 10px;
}

.all-count {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.all-count span {
  color: #E3B82B;
  font-size: 3.5rem;
  text-shadow: 0 0 15px #ffff;
}

.right-box {
  width: 60%;
  display: flex;
  gap: 20px 2%;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
}

.right-box div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 32%;
  /* height: 158px;  */
  height: 180px;
  padding: 10px;
  background: #fff;
  border: 1px solid #000;
}

.br-sp {
  display: none;
}


@media (max-width: 767px) {
  .result-wrap {
    flex-direction: column;
  }
  .all-count span {
    line-height: 1.3;
  }
  .result-inner {
    width: 100%;
    gap: 5px 2%;
    flex-wrap: wrap;
  }

  .left-box {
    width: 100%;
  }

  .right-box {
    width: 100%;
    font-size: 0.8rem;
    text-align: center;
  }

  .right-box div {
    /* height: 158px; */
    height: 145px;
    width: 49%;
  }

  .br-sp {
    display: block;
}
}

.top-feature {
  position: relative;
  overflow: hidden;
}

.top-feature:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/feature-bg.png) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.feature-wrap {
  display: flex;
  /* padding: 20px; */
  padding: 30px;
  position: relative;
}

.feature-wrap:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  z-index: -1;
}

.feature-wrap:after {
  content: '';
  position: absolute;
  right: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  z-index: -1;
}

.feature-inner {
  display: flex;
  width: calc(100% - 150px);
  height: 800px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex-direction: column;
  gap: 20px 0;
}

.feature-inner::-webkit-scrollbar {
  display: none;
}

.feature-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.feature-textarea {
  width: calc(100% - 40% - 20px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.feature-textarea p.num {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  border-bottom: 1px solid #000;
  font-weight: bold;
}

.feature-textarea p.num span {
  font-size: 1.6rem;
  margin-left: 10px;
}

.feature-img {
  width: 40%;
}

.feature-more {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  padding: 10px;
  line-height: 1.2;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-family: "Noto Serif JP", serif;
  transition: all 0.3s;
}

.feature-more:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/more-arrow.png) no-repeat;
    border-bottom: 1px solid #000;
    background-position: right;
    bottom: 10px;
    left: 10px;
    width: 60px;
    height: 10px;
    z-index: 1;
}

.feature-more:after {
  content: '';
  position: absolute;
  top: 2px;
  right: -6px;
  width: 100px;
  height: 100px;
  border: 1px solid #4f4f4f;
  z-index: -1;
}

.feature-more:hover {
  margin-top: 2px;
  margin-right: -2px;
}
.feature-more:hover:before {
  width: 70px;
  transition: 0.3s;
}
.feature-more:hover:after {
  top: -2px;
  right: -2px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .feature-wrap {
    flex-direction: column;
  }

  .feature-inner {
    width: 100%;
    height:450px;
  }

  .feature-textarea {
    width: 100%;
  }

  .feature-img {
    width: 100%;
  }

  .feature-item {
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 90px;
  }

  .feature-more {
    position: absolute;
    right: 6px;
    bottom: 0;
    width: 110px;
    height: 55px;
  }

  .feature-more:before {
    bottom: 10px;
    left: inherit;
    right: 10px;

  }
  .feature-more:after {
    width: 110px;
    height: 55px;
  }
}

.view-more {
  writing-mode: horizontal-tb;
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 100px;
  height: 100px;
  padding: 10px;
  line-height: 1.2;
  background: #fff;
  border: 1px solid #000;
  font-size: 16px;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  transition: all .3s;
}

.view-more:before {
  content: '';
  position: absolute;
  background: url(/wp-content/uploads/more-arrow.png) no-repeat;
  border-bottom: 1px solid #000;
  background-position: right;
  bottom: 10px;
  left: 10px;
  width: 60px;
  height: 10px;
  z-index: 1;
}

.view-more:after {
  content: '';
  position: absolute;
  top: 2px;
  right: -6px;
  width: 100px;
  height: 100px;
  border: 1px solid #4f4f4f;
  z-index: -1;
}

@media(min-width:767px) {
  .view-more:hover {
    margin-bottom: -4px;
    margin-right: -2px;
  }
  .view-more:hover:before {
    width: 70px;
    transition: 0.3s;
  }
  .view-more:hover:after {
    top: -2px;
    right: -2px;
    transition: 0.3s;
  }
}

.top-doctor {
  position: relative;
  overflow: hidden;
}

.top-doctor:before {
  content: '';
  position: absolute;
  bottom: -30px;
  /* left: -300px; */
  left: 0;
  width: 951px;
  height: 597px;
  background-image: url(/wp-content/uploads/top-doctor01.jpg);
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.doctor-wrap {
  display: flex;
  flex-direction: row-reverse;
}

.doctor-inner {
  display: flex;
  gap: 20px 2%;
  width: calc(65% - 150px);
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  margin-top: 70px;
  font-family: "Noto Sans JP", sans-serif;
}

.doctor-inner img {
  display: none;
}

.doctor-inner:before {
  content: '';
  position: absolute;
  top: 0;
  right: -500px;
  width: 1500px;
  height: 597px;
  background: rgb(226, 226, 226);
  /* background: linear-gradient(270deg, rgba(226, 226, 226, 1) 0%, rgba(226, 226, 226, 1) 50%, rgba(255, 255, 255, 0) 100%); */
  background: linear-gradient(270deg, rgba(226, 226, 226, 1) 0%, rgba(226, 226, 226, 1) 60%, rgba(255, 255, 255, 0) 100%);
  z-index: -2;
}

.doctor-name {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  line-height: 45px;
}

.doctor-text {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  line-height: 50px;
  text-decoration: underline 1px;
}

@media(max-width:767px) {
  .doctor-name {
    font-size: 1.7rem;
  }
  .doctor-text {
    font-size: 1.6rem;
  }
  .doctor-inner p{
    line-height: 1.8;
  }
  .doctor-inner {
    gap: 0px;
  }
}

.doctor-profile {
  background-color: rgba(22, 77, 134, 0.1);
  padding: 30px;
  height: 860px;
  margin: 10px 10px 0px 0px;
  width: 100%;
}

.doctor-profile1 {
  background-color: rgba(22, 77, 134, 0.1);
  padding: 30px;
  height: 1160px;
  margin: 10px 10px 0px 0px;
  width: 100%;
}

.doctor-profile2 {
  background-color: rgba(22, 77, 134, 0.1);
  padding: 30px;
  height: auto;
  margin: 10px 10px 0px 0px;
  width: 100%;
}

@media(max-width:767px) {
  .doctor-profile, .doctor-profile1, .doctor-profile2{
    height: auto;
  }
}

@media (max-width: 767px) {
  .doctor-profile dl, .doctor-profile1 dl, .doctor-profile2 dl {
    font-size: 0.8rem;
    }
}

@media (max-width: 1200px) {
  .top-doctor:before {
    left: -100px;
  }
}

@media (max-width: 1000px) {
  .top-doctor:before {
    content: none;
  }

  .top-doctor:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 70%;
    background: rgb(226, 226, 226);
    background: linear-gradient(0deg, rgba(226, 226, 226, 1) 0%, rgba(226, 226, 226, 0.5) 20%, rgba(255, 255, 255, 0) 100%);
    z-index: -2;
  }

  .doctor-wrap {
    flex-direction: column;
  }

  .doctor-inner {
    margin: 0;
    width: 100%;
  }

  .doctor-inner img {
    display: block;
  }

  .doctor-inner:before {
    content: none;
  }

  .doctor-content {
    background: none;
    padding: 0;
  }

  .doctor-title {
    margin-top: 290px;
  }
}

/* .top-clinic {
  background-color: rgb(139, 122, 138);
} */

.top-clinic:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/clinic-bg.png) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.clinic-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.clinic-info dt {
  text-align: center;
  /* width: 60px; */
  width: 80px;
  border: 1px solid var(--main-color01);
  color: var(--main-color01);
  letter-spacing: 5px;
  text-indent: 5px;
}

.clinic-info dd {
  /* width: calC(100% - 70px); */
  width: calC(100% - 90px);
  line-height: 1.5;
}

.clinic-info1 dt {
  background: var(--main-color02);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  width: 140px;
}

  .clinic-info1 dl {
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0;
    align-items: flex-start;
    gap: 25px;
}

.clinic-info1 dd {
  width: calc(100% - 170px);
}

  @media (max-width: 768px) {
    .clinic-info1{
      width: 100%;
    }
    .clinic-info dt{
      padding: 10px 0;
    }
  }

.clinic-wrap {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  /* padding: 20px; */
  padding: 30px;
  z-index: 1;
}

.clinic-wrap:before {
  content: '';
  position: absolute;
  left: -50%;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: -1;
}

.clinic-inner {
  display: flex;
  gap: 20px 2%;
  width: calc(100% - 150px);
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
}

.clinic-item:nth-child(1) {
  /* width: 29%; */
  width: 40%;
}

.clinic-item:nth-child(2) {
  /* width: 69%; */
  width: 58%;
}

@media (max-width: 1000px) {
  .clinic-wrap {
    flex-direction: column;
    padding: 30px 20px 30px 0;
  }

  .clinic-inner {
    width: 100%;
    flex-direction: column;
    gap: 5px;
  }

  .clinic-item:nth-child(1),
  .clinic-item:nth-child(2) {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .top-clinic .view-more {
    display: none;
  }

  .top-doctor .view-more {
    display: none;
  }
}

@media (max-width: 767px) {
  .view-more {
    display: block;
    writing-mode: horizontal-tb;
    position: relative;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 60px;
    padding: 10px;
    line-height: 1.2;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #000;
    font-size: 16px;
    margin: 30px auto 0;
  }

  .view-more:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/more-arrow.png);
    bottom: 10px;
    left: inherit;
    right: 10px;
    width: 60px;
    height: 10px;
    z-index: 1;
  }

  .view-more:after {
    content: '';
    position: absolute;
    top: 2px;
    right: -6px;
    width: 120px;
    height: 60px;
    border: 1px solid #4f4f4f;
    z-index: -1;
  }
}

.photo {
  padding: 10px;
}

.copy {
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .copy {
    margin-bottom: 40px;
  }

  .photo {
    padding: 8px 5px 0;
  }
}



/* オープニングアニメーション */

.opening-animation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: #0C2B5E;
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* ロゴ全体 */
.logo-container {
  position: relative;
  width: 500px;
  /* ロゴの全体幅 */
  opacity: 0;
  transition: opacity 0.5s ease 1s;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 初期位置を設定 */
#logo-icon,
#logo-name {
  position: relative;
  opacity: 0;
  /* 最初は透明にする */
}

/* アニメーション定義 */
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    /* 左から外に配置 */
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    /* 元の位置に戻す */
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    /* 右から外に配置 */
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    /* 元の位置に戻す */
    opacity: 1;
  }
}

/* アニメーションの適用 */
#logo-icon {
  animation: slideInLeft 2s ease forwards;
  /* 左からスライドイン */
}

#logo-name {
  animation: slideInRight 2s ease forwards;
  /* 右からスライドイン */
}

/* アイコン */
#logo-icon {
  width: 73px;
  height: 80px;
  transform: translateX(-150%);
  /* 左からスライドイン */
  transition: transform 1s ease;
}

/* クリニック名 */
#logo-name {
  margin-left: 10px;
  /* アイコンとクリニック名の間にスペース */
  width: 280px;
  height: 80px;
  transform: translateX(150%);
  /* 右からスライドイン */
  transition: transform 1s ease;
}

/* キャッチコピー */
.catchphrase {
  margin-top: 20px;
  font-size: 1.5rem;
  color: #E8ECEE;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s ease 2s, transform 0.5s ease 2s;
  padding: 0 5%;
}

/* バウンスアニメーション */
.bounce {
  animation: bounce 0.5s ease infinite alternate;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* フェードアウト */
.fade-out {
  opacity: 0;
  transition: opacity 1s ease;
}

/* アクティブ状態のスタイル */
.opening-animation.active .logo-container {
  opacity: 1;
}

.opening-animation.active #logo-icon {
  transform: translateX(0);
  /* 左から中央へ移動 */
}

.opening-animation.active #logo-name {
  transform: translateX(0);
  /* 右から中央へ移動 */
}

.opening-animation.active .catchphrase {
  opacity: 1;
  transform: translateY(0);
  /* キャッチコピーが下からスライドイン */
}

/* キャッチコピーの下に横線 */
.line {
  width: 0;
  /* 初期状態では表示しない */
  height: 2px;
  background-color: #E8ECEE;
  margin-top: 20px;
  transition: width 1s ease 2.5s;
  /* アニメーション遅延とともに横に伸びる */
}

/* 横線が右から左に伸びるアニメーション */
.opening-animation.active .line {
  width: 80%;
  /* 横線が80%幅まで伸びる */
}

/* オープニング全体のフェードアウトと右から左にスライドするアニメーション */
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
    /* 初期位置 */
    opacity: 1;
  }

  100% {
    transform: translateX(-100%);
    /* 画面外へ左にスライド */
    opacity: 0;
  }
}

/* オープニング全体の消えるアニメーション */
.opening-animation.fade-out {
  animation: slideOutLeft 1s ease forwards;
  /* 横線のアニメーション後にオープニングを消す */
  transition: opacity 1s ease 3.5s;
  /* 3.5秒遅延してフェードアウト開始 */
}


.bd_double {
  border: 3px double var(--main-color01);
  padding: 10px 20px;
}

.reserve_qr {
  padding: 10px 10px;
  background: #ffc;
  border-radius: 5px;
}

.outpatient-text{
  text-align: center;
  color: var(--main-color02);
  font-size: 1.3rem;
}

.equipment-text{
  color: var(--main-color02);
  font-size: 1.3rem;
}

.equipmentr-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 0;
  gap: 40px;
}

@media (max-width: 767px) {
  .equipmentr-row {
    flex-direction: column;
  }

  .equipmentr-row>.col {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

.catchphrase {
  font-size: 1.1rem;
}
}

.equipmentr-content{
  position: relative;
  width: 100%;
  padding: 30px;
  margin: 0;
  display: inline-block;
  border: solid 1px var(--main-color02);
}

.equipmentr-content::after {
  content: '';
  border: solid rgba(22, 77, 134, 0.1);
  position: absolute;
  top: 10px;
  right: -15px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

section a[target="_blank"] {
  &:after {
    font-family: "Font Awesome 6 Free";
    content: "\f08e";
    font-weight: 900;
    margin: 0 0.25rem;
  }
}

#a01, #a02, #a03, #a04, #a05, #a06, #anc01 {
  padding-top: 90px;
  margin-top: -90px;
}

.anchor-box {
  position: relative;
  color: #000;
  background-color: #FFFFFF;
  border: solid 3px var(--main-color02);
  padding: 15px 25px;
}

.headline {
  display: inline-block;
  margin: 20px 10px;
  color: var(--main-color01);
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  /* z-index: 100; */
}

.anchor-box::after {
  content: '';
  border: solid 1px var(--main-color02);
  position: absolute;
  top: 4px;
  right: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

@media (max-width: 767px) {
  .headline{
    width: 42%;
    font-size: 0.8rem;
    margin: 10px;
  }

  .anchor-box {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
}
}

.map-wrap {
  border:1px solid #000;
  position: relative;
}
.map-wrap:before {
  top: 5px;
  left: 5px;
  content:'';
  width: 100%;
  height: 100%;
  border:1px solid #000;
  position: absolute;
  z-index: -1;
}
iframe {
  display:block;
}


.surgery-box {
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding: 0 0 0 40px;
}

.surgery-box::before {
  position: absolute;
  content: '';
  background: url(/wp-content/uploads/icon1.jpg) no-repeat;
  top: 0;
  left: 0;
  display: inline-block;
  background-size: contain;
  width: 30px;
  height: 60px;
}

.surgery-box2 {
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding: 0 0 0 40px;
}

.surgery-box2::before {
  position: absolute;
  content: '';
  background: url(/wp-content/uploads/icon2.jpg) no-repeat;
  top: 0;
  left: 0;
  display: inline-block;
  background-size: contain;
  width: 30px;
  height: 60px;
}

.surgery-box3 {
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding: 0 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.surgery-box3-title {
  width: 100%;
}

.surgery-box3-left{
  width: 40%;
  position: relative;
}

.surgery-box3-right{
  width: 60%;
  position: relative;
  margin: auto;
}

.surgery-box3::before {
  position: absolute;
  content: '';
  background: url(/wp-content/uploads/icon3.jpg) no-repeat;
  top: 0;
  left: 0;
  display: inline-block;
  background-size: contain;
  width: 30px;
  height: 60px;
}

.surgery-box img, .surgery-box2 img {
  width: 40%;
}

@media (max-width: 767px) {
  .surgery-box img, .surgery-box2 img {
    width: 100%;
  }
  .surgery-box3 {
    flex-flow: column;
  }
  .surgery-box3-left {
    width: 100%;
  }
  .surgery-box3-right {
    width: 100%;
  }
}

.reserve-text{
  font-size: 1.4rem;
  font-weight: bold;
}

.reserve-text-web{
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .reserve-text{
    font-size: 1.1rem;
  }

  .reserve-text-web{
    font-size: 1.0rem;
    font-weight: bold;
  }
}


.glaucoma-box{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

.glaucoma-box-item{
  width:25%;
  height:auto;
  display:flex;
  padding: 10px;
  flex-direction: column;
}

.glaucoma-text{
  text-align: center;
}

@media (max-width: 767px) {
  .glaucoma-box-item{
    padding: 3px;
  }
}

.glaucoma-box-1{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-around;
  margin: 0 auto;
}

.glaucoma-box-item1{
  width:30%;
  height:auto;
  display:flex;
  padding: 10px;
  flex-direction: column;
}

@media (max-width: 767px) {
  .glaucoma-box-item1{
    padding: 3px;
    width: 45%;
  }
}

@media (max-width: 767px) {
  .footer-slider img{
    height: 90px;
  }
}

.accesiblity-bnr {
  width: 60px;
}

.anc_cataract_list ul {
  display: -webkit-flex;
  display: -moz-flex;
  /* justify-content: space-between; */
  /* -webkit-justify-content: space-between; */
  -moz-justify-content: space-between;
  padding: 40px 0 39px;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  margin: 0 auto;
  display: flex;
  /* width: 100%; */
  justify-content: center;
}

.anc_cataract_list li {
  width: 30%;
  /* height: 65px; */
}

.anc_cataract_list a {
  padding: 12px 64px 16px 24px;
  border: 1px solid;
  text-align: center;
  letter-spacing: 0.24em;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #262424;
}

.anc_cataract_list a::before {
  content: "";
  top: calc(50% - 7px);
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  display: block;
  transition: all 0.2s ease-out;
}

.anc_cataract_list a::after{
  content: "";
    position: absolute;
    top: 0;
    right: 44px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 46%;
    background-color: #262424;
    transition: all 0.4s ease-out;
}

.anc_cataract_list a:hover{
  color: #164D86;
  text-decoration: underline;
  text-underline-offset: 10px;
}

.anc_cataract_list a:hover::after{
  background: #164D86;
}

@media (max-width: 1024px) {
  .anc_cataract_list li{
    width: 40%;
  }
}

@media (max-width: 767px) {
  .anc_cataract_list li{
    width: 100%;
  }
}

.cataract-policy-wrap {
  display: flex;
  gap: 18px;
}

.cataract-policy {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 34px 24px;
  width: 33.333%;
}

.cataract-policy-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  position: relative;
  padding-bottom: 7px;
}

.cataract-policy-title::after {
  display: block;
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background: #444444;
  /* bottom: 0; */
  left: 50%;
  transform: translateX(-50%);
}

.cataract-bk {
  background: #E6EEF6;
}

.cataract-bk-1 {
  background: #FFF7E6;
}

.cataract-bk2 {
  background: #E4F1EC;
}

@media (max-width: 767px) {
  .cataract-policy-wrap{
    flex-direction: column;
  }
  
  .cataract-policy{
    width: 100%;
  }
}

.cataract_flow {
  display: flex;
  gap: 50px;
  position: relative;
}

.cataract_flow_item{
  position: relative;
}

.cataract_flow_item p {
  text-align: center;
  font-weight: bold;
}

.cataract_flow_item:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 100%;
  top: 50%;
  left: 109%;
  background: url(/wp-content/uploads/cataract_polygon.png) no-repeat;
  background-size: contain;
  transform: translate(0, -100%);
}

@media (max-width: 767px) {
  .cataract_flow{
    flex-wrap: wrap;
  }
  .cataract_flow_item{
    width: 39%;
  }
}

.cataract_lens {
  display: flex;
  flex-wrap: wrap;
  /* gap: 140px; */
  justify-content: center;
}

.cataract_lens_item {
  /* width: 33.333%; */
  width: 18%;
}

.cataract_lens_item p {
  text-align: center;
  font-weight: bold;
}

.cataract_lens_item img {
  width: 300px;
}

.cataract_2-11-title {
  display: flex;
  /* justify-content: end; */
  gap: 10px;
  justify-content: center;
}

.cataract_2-11-title p {
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  /* background: linear-gradient(to left, #164D86, #ffffff); */
  /* box-shadow: 0 0 50px #0072FF inset, 5px 5px 0 #cecece; */
  background: #f0f7ff;
  border: dashed 2px #5b8bd0;
  padding: 5px 18px;
  width: 300px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .cataract_lens{
    gap: 10px;
  }
  .cataract_lens_item{
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cataract_lens_item p {
    font-size: 0.9rem;
}
}

.table-lens-type {
    width: 100%;
    table-layout: fixed;
    letter-spacing: 0;
    text-align: center;
    border-collapse: separate;
    margin: 1.6rem 0;
    line-height: 1.5;
    border-top: 1px solid #c6cacf;
    border-left: 1px solid #c6cacf;
}

.table-lens-type tr > :nth-child(1) {
    position: static;
    width: 6rem;
    background: #F2F2F2;
    font-size: 0.9rem;
}
.table-lens-type th {
    border-right: 1px solid #c6cacf;
    text-align: center;
    border-bottom: 1px solid #c6cacf;
    padding: 1rem 0.5rem;
}

.-color02 {
    color: #2a2e34;
    background-color: #dfe2e6;
    border-right-color: #b8bdc3;
    border-bottom-color: #b8bdc3;
    /* border-right: 1px solid #c6cacf; */
}

.table-lens-type th.-color03 {
    color: #fff;
    background-color: #4F81BD;
    border-right-color: #aab0b8;
    border-bottom-color: #aab0b8;
    border-right: 1px solid #c6cacf;
}

.table-lens-type th.-color04 {
    color: #fff;
    background-color: #9BBB59;
}

.table-lens-type td {
    /* padding: 1rem 0.5rem; */
    padding: 1rem 0.3rem;
    border-right: 1px solid #c6cacf;
    border-bottom: 1px solid #c6cacf;
    font-size: 0.9rem;
    line-height: 1.5;
}
.table-lens-type td.-color03 {
    /* background-color: #DCE6F1; */
    background-color: rgba(220, 230, 241, 0.3);
}

.table-lens-type td.-color04 {
    /* background-color: #EBF1DE; */
    background-color: rgba(235, 241, 222, 0.4);
}

.table-lens-type tr:nth-child(2) td {
    font-size: 0.75rem;
    font-weight: bold;
}

.table-lens-type tr:nth-child(8) td {
    font-size: 0.75rem;
}

@media (max-width: 820px) {
  .table-lens-scroll {
    overflow-x: auto;
}
  .table-lens-type{
    /* min-width: 987px; */
  min-width: 1190px;
}
  .table-lens-type td{
    padding: 0.3rem 0.3rem;
    line-height: 1.1;
}
  .table-lens-type tr > :nth-child(1){
    line-height: 1.5;
    position: sticky;
    left: 0;
}
.table-lens-type th{
    padding: 0.1rem 0.1rem;
}
}

@media (min-width: 821px) {
    .table-lens-scroll-sp-only {
    display: none !important;
  }
}

.under-text {
    /* background: linear-gradient(transparent 50%, rgba(158, 188, 255, 0.4) 50%); */
  /* background: linear-gradient(transparent 50%, rgba(255, 255, 142, 0.9) 50%); */
  background: linear-gradient(transparent 50%, rgba(255, 255, 142, 0.7) 50%);
  font-weight: bold;
}

.text-bold-color{
  font-weight: bold;
  color: #0C2B5E;
}

.qa-wrap {
  border: solid 1px #E6E6E6;
  margin: 10px 0;
}

.qa{
  position: relative;
}

.qa:before {
  position: absolute;
  content: "Q.";
  top: 15px;
  left: 30px;
  font-weight: bold;
  color: var(--main-color01);
}

.cataract-answer:before{
  position: absolute;
  content: "A.";
    top: 0;
    left: 30px;
  font-weight: bold;
  color: var(--main-color01);
}

.cataract-qa-content p {
  padding: 0 25px 15px 50px;
  background: var(--pale-color);
  margin: 0;
  position: relative;
}

.qa_inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px 15px 50px;
  font-weight: bold;
  color: var(--main-color01);
}

.postoperative-precautions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.postoperative-precautions-grp img {
  width: 80%;
}

@media (max-width: 767px) {
  .postoperative-precautions-grp img {
    width: 50%;
}
.postoperative-precautions{
  gap: 10px;
}
}