@charset "UTF-8";
main div,main input,main button,main textarea,main select,main p, blockquote,main  th,main  td,main  pre,main  address,main  li, main dt,main dd {
  font-size:clamp(14px,0.9375vw,1.6rem);
}
.under .sitemap>ul>li .lv2 {
  padding-left: 1em
}

.under .sitemap>ul>li a,
.under .sitemap>ul>li p {
  display: block;
  width: 100%;
  padding: 15px 15px 15px 30px;
  border-bottom: dotted 1px #ccc;
  color: var(--clr1);
  position: relative;
  box-sizing: border-box;
  text-decoration: none
}
.under .sitemap>ul>li.menu-item-object-custom:last-child a{
  font-size: 3rem; line-height: 1.2; margin-bottom: 1.7rem; text-transform: uppercase; letter-spacing: 0.2rem;
}

.under .sitemap>ul>li a:before,
.under .sitemap>ul>li p:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background: #ccc;
  left: 0;
  top: 50%;
  margin-top: -2px
}

.under .sitemap>ul>li .title {
    font-size: 3rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

.under .sitemap>ul>li p:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  background: #ccc;
  left: 6px;
  top: 50%;
  margin-top: -7px
}

.under .sitemap>ul>li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.05)
}

.under .sitemap>ul>li li a {
  padding-left: 70px
}

.under .sitemap>ul>li li a:before {
  left: 40px
}

.under #mainContent {
  padding-bottom: 100px
}

.under .key {
  background:url('../images/top_info_bg.jpg') no-repeat center /cover;
  height: 499px
}

.under .key .inner {
  height: 100%;
  padding: 0px
}

.under .key .key_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 7% 20px 0;
}

.under .key .key_text h2 {font-size: 42px; text-align: center;font-weight: bold;color:#FFF;text-shadow: 0 0 4rem rgba(0,0,0,0.85), 0 0 4rem rgba(0,0,0,0.85);}
.under h3{font-size: 32px;text-align: center;font-weight: 500;position: relative;margin-bottom: 3rem;}
.under h3::before{content: "";width: 2.9rem;height:32px;background: url('../images/u_h3_ic.svg') no-repeat center /contain;margin: 0 auto 0.2rem;display: block;}
.under h4{font-size: 26px;padding: 1rem 2.8rem;background-color: var(--scolor);border-radius: 1rem;margin-bottom: 3rem;color: #FFF;}
.under h4:last-child{margin-bottom: 0;}
.under h5{font-size: 24px;color: var(--mcolor);padding-left: 1.9rem;position: relative;margin-bottom: 3rem;letter-spacing: 0.25rem;}
.under h5::before{content: '';position: absolute;width: 0.5rem;height: calc(100% - 1.2rem);top: 0.7rem;left: 0;background-color: var(--mcolor);}
.under h6{font-size: 22px;color: #736357;margin-bottom:3rem;letter-spacing: 0.25rem;font-weight: 500;}

.under .entry>section,
.under .inner>section {
  padding-top: 1px;
  margin-top: 85px
}

.under .entry>section:first-child,
.under .inner>section:first-child {
  margin-top: 80px
}

.under section>p:last-child{
  margin-bottom: 0
}

.under section>p:last-of-type+table,
.under section>p:last-of-type+ul {
  margin-top: 15px
}

.under .btn-group .btn.style01 {
  display: table;
  margin: 20px auto 0
}

.under .btn-group .btn.style01 span {
  display: inline-block
}
.under .doctor_box2 .btn a{color: #FFF;text-decoration: none;}

.under .imgBox.rowImg .image_l img,
.under .imgBox.rowImg .image_r img {
  width: auto;
  max-height: 500px;
  /* border-radius: var(--border-radius); */
  max-width: 100%;
}

.under .imgBox.rowImg .image_l {
  float: left;
  margin-right: 45px;
}

.under .imgBox.rowImg .image_r {
  float: right;
  margin-left: 45px
}

.under .imgBox.rowImg .image_l,
.under .imgBox.rowImg .image_r {
  max-width: 450px;
  margin-bottom: 30px
}

.under .imgBox.rowImg .txt_l {
  float: left
}

.under .imgBox.rowImg .txt_r {
  float: right
}

.under .imgBox.rowImg .txt_l,
.under .imgBox.rowImg .txt_r {
  width: calc(100% - 510px)
}

.under .imgBox.rowImg.large .image_l,
.under .imgBox.rowImg.large .image_r {
  max-width: 440px
}

.under .imgBox.rowImg.large .txt_l,
.under .imgBox.rowImg.large .txt_r {
  width: calc(100% - 475px)
}

.under .imgBox.rowImg.full .image_l,
.under .imgBox.rowImg.full .image_r {
  max-width: 60vw
}

.under .imgBox.colImg .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.under .imgBox.colImg p {
  margin-bottom: 5px;
}
.under .imgBox.colImg p:last-child {
  margin-bottom: 0;
}
.under .imgBox.colImg picture {
  margin-bottom: 15px;
}
.under .imgBox.colImg .text p {
  font-size: 1em;
}
.under .imgBox.colImg .text .ttl {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #a98c54;
  font-family: "Noto Serif JP", serif;
}
.under .imgBox.colImg3 picture, .under .imgBox.colImg2 picture {
  position: relative;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 380px;
  width: 100%;
  text-align: center;
  border-radius: var(--border-radius);
}
.under .imgBox.colImg3 img, .under .imgBox.colImg2 img {
  max-height: 100%;
  max-width: 100%;
}
.under .imgBox.colImg3 .item {
  width: 32%;
}
.under .imgBox.colImg3 picture {
  height: 250px;
}
.under .imgBox.colImg2 .item {
  width: 49%;
}
.under .imgBox.colImg1 .item {
  width: 100%;
}
.under .imgBox.colImg1 .item img {
  max-height: 500px;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.under .faq_box .box {
      background: #FFF;
      box-shadow: 0.3rem 0rem 2rem rgba(0, 0, 0, 0.12);
      margin-bottom: 2rem;
}

.under .faq_box .accBtn {position: relative;font-size: 2.6rem;font-weight: 500;line-height: 1.5em;margin-bottom: 1rem;border-bottom: 1px solid #d6dfd5;display: flex;align-items: center;color: var(--mcolor);letter-spacing: 0.15rem;padding: 2.1rem 8rem 2rem 10rem;}
.under .faq_box .accContainer:has(.accBtn:not(.rotate)){padding-bottom: 0;}
.under .faq_box .accBtn:not(.rotate){border-bottom: 0;}
.under .faq_box .accBtn h4{background: none;padding: 0;margin: 0;color: var(--mcolor);}


@media only screen and (min-width:769px) {
  main div,main input,main button,main textarea,main select,main p, blockquote,main  th,main  td,main  pre,main  address,main  li, main dt,main dd {
    font-size:16px;
  }
  .under main .inner{width: 120rem;max-width: 100%;}
}

.under .faq_box .accBtn:after,
.under .faq_box .accBtn:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 16px;
  height: 2px;
  right: 2%;
  top: calc(50% - 1px);
  background-color: var(--mcolor);
  z-index: 2
}

.under .faq_box .accBtn:not(.rotate):after {
  transform: rotate(90deg)
}

.under .faq_box .accBtn .ttl {
  position: relative;
  margin-bottom: 0;
  font-size: 1.5em;
  color: #fff;
  border-radius: 0;
  padding: 0.85em 2.125em 0.85em 3.125em;
  transition: all 0.3s;
  border: none
}

.under .faq_box .accBtn .ttl:before {
  content: "Q.";
  position: absolute;
  top: 0.375em;
  left: 0.5em;
  line-height: 1;
  font-family: var(--en);
  font-size: 1.6666666667em
}

.under .faq_box .accBtn:hover {
  cursor: pointer
}

.under .faq_box .accBtn,.under .faq_box .content {
  position: relative
}
.under .faq_box .content {
  padding: 1.5rem 3rem 2rem 10rem;
}
.under .faq_box .content .accContainer {
  min-height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.under .faq_box .accBtn h4{position: relative;font-weight: 500;}
.under .faq_box .accBtn h4::before{
  content: "Q";
  position: absolute;
  left: -7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.2rem;
  width: 5.2rem;
  height: 5.2rem;
  text-align: center;
  font-size: 3rem;
  font-family: var(--en);
  border-radius: 50%;
  font-weight: 400;
  color: #fff;
  background: var(--mcolor);
  top: 50%;
  transform: translateY(-50%);
  }

.under .faq_box .content:after {
  content: "A";
  position: absolute;
  top: 0.7rem;
  left: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.2rem;
  border: 1px solid var(--mcolor);
  color: var(--mcolor);
  width: 5.2rem;
  height: 5.2rem;
  text-align: center;
  font-size: 3rem;
  font-family: var(--en);
  border-radius: 50%;
  font-weight: 400;
}

@media only screen and (min-width:769px) and (max-width:1024px) {

  .under .imgBox.rowImg .image_l,
  .under .imgBox.rowImg .image_r {
    display: table;
    float: none;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto
  }
}

.under table {
  border-radius: 3px
}

.under table.rollTable {
  width: 100%
}

.under table.tbl_style01 td,
.under table.tbl_style01 th {
  border: 1px solid #ddd;
  padding: 0.625rem;
  line-height: 2.25
}

.under table.tbl_style01 td img,
.under table.tbl_style01 th img {
  max-width: 100%
}

.under table.tbl_style01 th {
  background-color: var(--mcolor);
  color: #fff;
  font-size: 1.125em;
  font-weight: normal;
  text-align: center
}

.under table.tbl_style01 td {
  background-color: #fff;
  color: #383838;
  font-size: 1em
}

.under table.tbl_style01.t_center td {
  text-align: center;
  vertical-align: middle
}

.under table.tbl_style01.rowHead tr th:not(:last-child) {
  border-right: 1px solid #ddd
}

.under table.tbl_style01.colHead tr:not(:last-child) th {
  border-bottom: 1px solid #ddd
}

.under table.tbl_style02 td,
.under table.tbl_style02 th {
  border: 2px solid #9dba38;
  border-left: none;
  border-right: none;
  padding: 0.625em
}

.under table.tbl_style02 td img,
.under table.tbl_style02 th img {
  max-width: 100%
}

.under table.tbl_style02 th {
  background: none;
  font-weight: normal;
  font-size: 1.125em;
  color: #9dba38
}

.under table.tbl_style02 td {
  font-size: 1em
}

.under .tbl_note {
  display: none;
  margin-top: 10px;
  color: #b4b4b4;
  font-size: 11px;
  letter-spacing: 0
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .under .clinic_tbl01 th {
    width: 19em
  }

  .under table.tbl_style01 td,
  .under table.tbl_style01 th {
    padding: 0.5rem
  }

  .under table.tbl_style01 th {
    font-size: 1em
  }

  .under table.tbl_style01 td {
    font-size: 0.9em
  }

  .under table.tbl_style02 th {
    font-size: 1em
  }

  .under table.tbl_style02 td {
    font-size: 0.9em
  }
}


.under .list_note {
  margin-top: 15px;
  padding-left: 20px
}

.under .list_note.no_mt {
  margin-top: 0
}

.under .topic_path {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 1.5px;
  padding: 14px 0 7px;
  margin-bottom: 44px;
}

.under .topic_path ul {
  display: block;
  padding: 4px 10px 4px 4px;
}

.under .topic_path ul:after {
  content: "";
  display: block;
  clear: both
}

.under .topic_path ul li {
  float: left
}

.under .topic_path a {
  text-decoration: none;
  color: var(--mcolor)
}

.under .topic_path a:hover {
  opacity: 1
}
.under .topic_path li a,.under .topic_path li{font-size: 14px;letter-spacing: 0;}
.under .topic_path li a{color: var(--mcolor);letter-spacing: 0.1rem;}

@media only screen and (min-width:769px) {
  .under .topic_path a:hover {
    text-decoration: underline
  }
}

.under .topic_path span {
  display: inline-block;
  padding: 0 8px;
  transform: scaleX(0.6);
  color: var(--mcolor);
  line-height: 1
}
main .time_sheet th{background-color: var(--org);padding: 1rem 0.2rem;}
main .time_sheet .note{font-weight: 400;}
main .time_sheet table td,main .time_sheet table th{font-size: 16px;}

.under table .ic_cirl{width: 1.6rem;height: 1.6rem;border-radius: 50%;;display: block;margin: 0 auto;border: 2px solid  var(--scolor);}
.under table:has(.ic_cirl) td:not(:first-child){color: var(--scolor);}

.u_cta{display: flex;justify-content: center;align-items: center;gap: 3rem;flex-wrap: wrap;padding:1.1rem 0 2rem;}
.u_cta > p{margin-bottom: 0;}
.u_cta > p a{width: 240px;height: 60px;border-radius: 5px;gap: 10px;padding: 5px 10px;color: #FFF;display: flex;justify-content: center;align-items: center;font-size: 20px;background-color: #736357;}
.u_cta > p a::before{content: "";display: block;mask-image: var(--mask); mask-repeat: no-repeat; mask-size: 100% auto; mask-position: center;}
.u_cta .tel a{font-size: 24px;font-family: var(--en);gap: 5px;background: var(--org);}
.u_cta .tel a::before { height: auto;width: 30px;aspect-ratio: 1/1;background: url('../images/ic_tel.png') no-repeat center /cover;}
.u_cta .webm a{}
.u_cta .webm a::before { background-color: #fff; height: auto;width: 25px;aspect-ratio: 25/26;--mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.31' height='26.312' viewBox='0 0 25.31 26.312'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='ic_webm.svg' class='cls-1' d='M1891.94,271.4H1868.6a1.421,1.421,0,0,1-1.46-1.384V250.632a1.421,1.421,0,0,1,1.46-1.384h4.37v-2.769a1.462,1.462,0,0,1,2.92,0v2.769h8.75v-2.769a1.462,1.462,0,0,1,2.92,0v2.769h4.38c0.8,0,.43.62,0.43,1.384v19.386C1892.37,270.783,1892.74,271.4,1891.94,271.4Zm-12.77-8.88-2.61-2.484a1.51,1.51,0,0,0-2.06,0,1.336,1.336,0,0,0,0,1.959l3.64,3.461a1.518,1.518,0,0,0,1.03.4,1.482,1.482,0,0,0,1.03-.4l5.84-5.538a1.336,1.336,0,0,0,0-1.959,1.512,1.512,0,0,0-2.06,0Z' transform='translate(-1867.16 -245.094)'/%3E%3C/svg%3E%0A")}
.u_cta .insta a{}
.u_cta .insta a::before{background:url('../images/ic_instagram.svg') no-repeat center /cover;width: 3rem;height: 3rem;}
.u_cta .line a{background-color: #07b53b;;}
.u_cta .line a::before { background-color: #fff; height: auto;width: 28px;aspect-ratio: 28/26;--mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.66' height='26.062' viewBox='0 0 27.66 26.062'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='ic_line.svg' class='cls-1' d='M1888.84,336.1a0.72,0.72,0,1,1,0,1.439h-2.02v1.285h2.02a0.719,0.719,0,1,1,0,1.437h-2.75a0.726,0.726,0,0,1-.72-0.718v-5.447a0.729,0.729,0,0,1,.73-0.719h2.75a0.719,0.719,0,1,1-.01,1.438h-2.02V336.1h2.02Zm-4.44,3.443a0.717,0.717,0,0,1-.5.68,0.736,0.736,0,0,1-.81-0.25l-2.82-3.787v3.357a0.72,0.72,0,0,1-.72.718,0.728,0.728,0,0,1-.73-0.718v-5.447a0.73,0.73,0,0,1,.72-0.717,0.726,0.726,0,0,1,.57.29l2.84,3.8v-3.374a0.725,0.725,0,0,1,1.45,0v5.447Zm-6.61,0a0.728,0.728,0,0,1-.73.718,0.72,0.72,0,0,1-.72-0.718v-5.447a0.72,0.72,0,0,1,.72-0.719,0.729,0.729,0,0,1,.73.719v5.447Zm-2.84.718h-2.75a0.728,0.728,0,0,1-.73-0.718v-5.447a0.729,0.729,0,0,1,.73-0.719,0.72,0.72,0,0,1,.72.719v4.728h2.03a0.719,0.719,0,1,1,0,1.437m19.23-3.646c0-6.132-6.2-11.122-13.82-11.122s-13.83,4.99-13.83,11.122c0,5.492,4.92,10.094,11.56,10.968a1.709,1.709,0,0,1,1.22.674,2.846,2.846,0,0,1,.05,1.233l-0.19,1.164c-0.05.344-.28,1.354,1.21,0.736s7.96-4.655,10.87-7.962a9.817,9.817,0,0,0,2.93-6.813' transform='translate(-1866.53 -325.5)'/%3E%3C/svg%3E%0A");}

.under section:has(.u_content){padding-bottom: 52px;}
.under .toc_list{padding: 33px 5% 30px;background-color: var(--mcolor);border-radius: 10px;display: grid;grid-template-columns: repeat(2,1fr);gap: 0 5%;}
.under .toc_list li:not(:nth-of-type(-n + 2)){border-top: 1px solid #9ece97;}
.under .toc_list li a{color: #FFF;position: relative;padding: 18px 20px 18px 35px;display: block;letter-spacing: 0.15rem;}
.under .toc_list li a::before,.under .toc_list li a::after{content: "";position: absolute;top: 50%;transform: translateY(-50%);transition: all 0.3s;}
.under .toc_list li a::before{width: 20px;height: 20px;border-radius: 50%;background-color: #FFF;left: 3px;}
.under .toc_list li a::after{width: 6px;height:8px;background-color: var(--mcolor);clip-path: polygon(0 0, 0% 100%, 100% 50%);left: 11px;}

.under .toc_list:empty {
  display: none
}

.under .toc_list.style1 li {
  width: 100%;
  padding-right: 0;
  max-width: 100%
}

@media only screen and (min-width:993px) {
  .under .toc_list.style3 li {
    width: auto;
    max-width: 33%
  }
}

.under .anchor-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 0
}

.under .anchor-links>div {
  background-color: var(--mcolor);
  border-radius: 3px;
  position: relative;
  display: block;
  min-width: 250px;
  width: 49%;
  margin: 0% 0.5% 1%;
  text-align: center;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.15em
}

@media only screen and (min-width:993px) {
  .under .anchor-links>div {
    width: 32.3%
  }
}

.under .anchor-links>div a {
  display: block;
  width: 100%;
  padding: 10px 5px 9px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none
}

.under .anchor-links>div:after {
  content: "";
  border: 4px solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: auto;
  bottom: 2px;
  left: calc(50% - 4px);
  right: auto;
  line-height: 1
}

.under .anchor-links>div:hover a {
  opacity: 1
}

.under .anchor-links>div:hover:after {
  bottom: 0
}

.under .anchor-links>div.ext:after {
  content: ">";
  border: 0;
  position: absolute;
  top: calc(50% - 0.5em);
  bottom: auto;
  left: auto;
  right: 7px;
  font-size: 0.857em;
  line-height: 1;
  letter-spacing: 0;
  transform: scaleX(0.5)
}

.under .anchor-links>div.ext:hover:after {
  right: 5px
}

.under .doctor_box {
  max-width: 700px;
  margin: auto;
  position: relative
}

.under .doctor_box p {
  margin-bottom: 0
}

.under .doctor_box .doctor_name {
  position: absolute !important;
  right: 2%;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  z-index: 1;
  color: var(--mcolor);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5
}

.under .doctor_box .doctor_name .en {
  font-weight: 400;
  font-size: 80%;
  display: block
}

.under .ud_map {
  height: 450px
}

.under .exp li {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  display: flex;
  border-bottom: 1px solid #3b7ca3
}

.under .exp li .year {
  width: 8em;
  color: var(--mcolor);
  font-weight: 500
}

.under .exp li .txt {
  width: calc(100% - 8em)
}

.under .clinic_tbl01 th {
  width: 350px;
  text-align: right
}

.under .clinic_tbl02 {
  text-align: center
}

.under .clinic_tbl02 th:first-child {
  width: 30%
}

.under .clinic_tbl02 th:not(:first-child) {
  width: 10%
}


#pagination:empty {
  display: none
}

#pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0
}

#pagination a,
#pagination span {
  background-color: var(--mcolor);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 10px 5px;
  width: 32px;
  height: 32px;
  color: #fff;
  line-height: 1;
  text-decoration: none
}

#pagination a.next,
#pagination a.prev,
#pagination span.next,
#pagination span.prev {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px auto;
  color: transparent
}

#pagination a.prev,
#pagination span.prev {
  background-image: url(../images/shared_blog_arrow_prev.svg)
}

#pagination a.next,
#pagination span.next {
  background-image: url(../images/shared_blog_arrow_next.svg)
}

#pagination a:hover {
  text-decoration: none;
  opacity: 0.7
}

#pagination span {
  opacity: 0.5
}

#pagination .active a,
#pagination a.active:hover {
  background: none repeat scroll 0 0 #000000;
  color: #ffffff
}

.blog-content .date {
  margin-bottom: 20px;
  text-align: center;
  color: var(--mcolor)
}

.blog_list_style01 .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #bababa;
  padding-bottom: 30px;
  margin-bottom: 30px
}

.blog_list_style01 .item picture {
  background-color: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
  border: 3px solid var(--mcolor);
  width: 220px;
  height: 220px;
  display: block;
}

.blog_list_style01 .item picture img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.blog_list_style01 .item .info {
  width: calc(100% - 250px);
  position: relative;
  padding-bottom: 40px
}

.blog_list_style01 .item .info p {
  margin-bottom: 0;
  line-height: 1.5
}

.blog_list_style01 .item .info .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 15px;
  font-size: 90%
}

.blog_list_style01 .item .info .date .tag {
  display: inline-block;
  color: transparent;
  font-size: 90%;
  letter-spacing: -1em
}

.blog_list_style01 .item .info .date .tag a {
  background-color: var(--mcolor);
  display: inline-block;
  margin-right: 2px;
  padding: 0.3rem 1.5rem;
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
  margin-bottom: 1px;
  margin-top: 1px;
  border-radius: 999px;
}


.blog_list_style01 .item .info .date .tag a.news {
  background: var(--scolor);
}

.blog_list_style01 .item .info .date .day {
  margin-right: 1em
}

.blog_list_style01 .item .info .ttl {
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
  font-size: 120%;
  font-weight: 600;
  color: #333333
}

.blog_list_style01 .item .info .ttl a {
  color: inherit
}

.blog_list_style01 .item .info .des {
  padding-bottom: 45px
}

.blog_list_style01 .item .info .button {
  background-color: #fff;
  border: 3px solid #ddd;
  position: absolute;
  bottom: 0px;
  right: 0
}

.blog_list_style01 .item .info .button a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 10px;
  font-size: 90%;
  color: #333;
  text-decoration: none
}

.blog_list_style01 .item .info .button a span {
  display: block;
  position: absolute;
  right: 5px;
  line-height: 1em;
  top: calc(50% - 0.55em)
}

.blog_list_style01 .item .info .button a:before {
  opacity: 0
}

.blog_list_style01 .item .info .button:after {
  content: "";
  background-color: var(--mcolor);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  transition: all 0.3s ease
}

@media only screen and (min-width:769px) {
  .blog_list_style01 .item .info .button:hover a {
    opacity: 1;
    color: #fff
  }

  .blog_list_style01 .item .info .button:hover:after {
    width: 100%
  }
}

@media only screen and (max-width:640px) {
  .blog_list_style01 .item {
    display: block
  }

  .blog_list_style01 .item picture {
    margin: 0 auto
  }

  .blog_list_style01 .item .info {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding-bottom: 0
  }

  .blog_list_style01 .item .info .button {
    position: relative;
    display: table
  }
}

@media only screen and (max-width:768px) {
  .blog_list_style01 .item .info .des {
    padding-bottom: 25px
  }
}

.main_blog_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.main_blog_container .main_blog_content {
  max-width: 100%;
  width: calc(100% - 250px)
}

.main_blog_container .main_blog_content>div {
  padding-top: 0;
}

.main_blog_container .sidebar {
  width: 220px;
}

.main_blog_container .sidebar .txt_head,
.main_blog_container .sidebar .widgettitle {
  background-color: var(--mcolor);
  transform: none;
  position: static;
  display: block;
  margin-bottom: 0;
  padding: 15px 10px;
  width: 100%;
  writing-mode: horizontal-tb;
  font-size: 18px;
  color: #fff;
  text-align: center
}

.main_blog_container .sidebar ul:not(.children) {
  background-color: #fff;
  border: 1px solid #ddebf2;
  border-top: 0;
  padding: 0 10px
}

.main_blog_container .sidebar ul:not(.children)>li {
  border-bottom: 1px solid #959595;
  padding: 12px 10px;
  font-size: 80%
}

.main_blog_container .sidebar ul:not(.children)>li:last-child {
  border-bottom: 0
}

.main_blog_container .sidebar ul:not(.children)>li a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline
}

.main_blog_container .sidebar ul:not(.children)>li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* .main_blog_container .sidebar ul:not(.children)>li.current-cat{color: var(--mcolor);} */
.main_blog_container .sidebar ul.children {
  padding: 7px 7px
}

.main_blog_container .sidebar ul.children li {
  padding-bottom: 5px
}

.main_blog_container .sidebar ul.children li:last-child {
  padding-bottom: 0
}

@media only screen and (max-width:768px) {
  .main_blog_container .main_blog_content {
    width: auto;
    margin: 0 auto
  }

  .main_blog_container .sidebar {
    display: none
  }
}

.blog_post_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 100px auto 0;
  font-size: 1.8rem;
}

.blog_post_button>div {
  position: relative;
  width: 32%;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 0.9em;
  overflow: hidden

}

.blog_post_button>div:empty:after,
.blog_post_button>div:empty:before {
  display: none
}

.blog_post_button>div:after,
.blog_post_button>div:before {
  content: "";
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.blog_post_button>div:before {
  background-color: var(--mcolor)
}

.blog_post_button>div:after {
  border: 1px solid var(--mcolor)
}

.blog_post_button>div a {
  transition: all 0.3s;
  display: block;
  position: relative;
  z-index: 1;
  padding: 11px 10px 10px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none
}

@media screen and (max-width:768px) {

  .blog_post_button>div a:not(.tel_click):active,
  .blog_post_button>div a:not(.tel_click):hover {
    opacity: 1;
    color: #fff
  }
}

@media only screen and (min-width:769px) {
  .blog_post_button>div:hover:before {
    opacity: 0;
    transform: scale(0.8)
  }

  .blog_post_button>div:hover:after {
    opacity: 1;
    transform: scale(1)
  }

  .blog_post_button>div:hover a {
    color: #000
  }

  .blog_list_style01 .item picture:hover{background-color: #efefef;}
  .blog_list_style01 .item .info .ttl a:hover{color: var(--mcolor);text-decoration: none;}
}

.contact-form-style01 .contact-table {
  background-size: cover;
  width: 100%;
  margin: 0 auto 0px;
  overflow: hidden;
  position: relative
}

.contact-form-style01 .contact-table textarea {
  min-width: 100%
}

.contact-form-style01 .contact-table:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
  border: 1px solid;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 1.6rem;
}

.contact-form-style01 .contact-table input:not([type="radio"]),
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
  height:40px;
}
.contact-form-style01 .contact-table input {
  width: 100%
}

.contact-form-style01 .contact-table textarea {
  max-width: 100%;
  width: 100%;
  height: 7em
}

.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table textarea {
  transition: all 0.2s ease-in-out
}

.contact-form-style01 .contact-table input[type=checkbox],
.contact-form-style01 .contact-table input[type=radio] {
  margin: 5px 3px 5px 0px;
  width: auto
}

.contact-form-style01 .contact-table [readonly*=readonly] {
  background: none;
  border: 0;
  font-weight: bold
}

.contact-form-style01 .contact-table dl {
  position: relative;
  z-index: 1;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-form-style01 .contact-table dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 400px;
  padding: 15px 20px;
  font-size: 1.125em;
  border-right: 1px solid var(--txt);
}

.contact-form-style01 .contact-table dt span {
  display: inline-block;
  border-radius: 7px;
  padding:3px 10px;
  margin-left: 5px;transform: translateY(2px);
  font-size: 70%;
  line-height: 1;
}

.contact-form-style01 .contact-table dd {
  width: calc(100% - 400px);
  padding: 15px 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.contact-form-style01 .contact-table .postal_code {
  display: flex;
  flex-wrap: wrap
}

.contact-form-style01 .contact-table .inline span {
  max-width: 75px;
  margin: 0 5px;
  text-align: center
}

.contact-form-style01 .contact-table .inline input {
  text-align: center
}

.contact-form-style01 .contact-table .clockpicker input {
  width: 70px;
  text-align: center
}

.contact-form-style01 .contact-table input:not([type=radio]):not([type=checkbox]):focus,
.contact-form-style01 .contact-table textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.contact-form-style01 .confirm-table textarea {
  resize: none;
  width: 100%
}

.contact-form-style01 .confirm-table input:not([type=radio]):not([type=checkbox]):focus,
.contact-form-style01 .confirm-table textarea:focus {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none
}

.contact-form-style01 .button.thanks_btn,
.contact-form-style01 .input_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px auto 0
}

.contact-form-style01 .button.thanks_btn a,
.contact-form-style01 .button.thanks_btn input,
.contact-form-style01 .input_btn a,
.contact-form-style01 .input_btn input {
  color: inherit;
  text-decoration: none;
  line-height: 1
}

.contact-form-style01 .button.thanks_btn a,
.contact-form-style01 .input_btn a {
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center
}

.contact-form-style01 .button.thanks_btn a,
.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit] {
  border: none;
  margin: 0px 10px 10px;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  width:30rem; height: 6.6rem; border-radius: 1rem; display: flex; justify-content: center; align-items: center; color: #fff;text-decoration: none;position: relative;font-weight: 500;text-align: center;line-height: 1.4;font-size: 1.8rem;background:url('../images/btn_ic.png') no-repeat center right 1.5rem /22px var(--scolor);
}
.contact-form-style01 .input_btn input[type=button]{background:url('../images/btn_ic2.png') no-repeat center left 1.5rem /22px var(--scolor)}
.contact-form-style01 .button.thanks_btn a:hover,
.contact-form-style01 .input_btn input[type=button]:hover,
.contact-form-style01 .input_btn input[type=submit]:hover {
  background-color: var(--org);
}

.contact-form-style01 .button.thanks_btn,
.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit] {
  background-color: var(--mcolor);
  color: #fff;
  font-family: var(--txt)
}

.contact-form-style01 .contact-table {
  border: 1px solid #222222
}

.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
  border-color: #222222
}

@media only screen and (min-width:769px) {

  .contact-form-style01 .contact-table dl:last-child dd,
  .contact-form-style01 .contact-table dl:last-child dt {
    border-bottom: none
  }
}

.contact-form-style01 .contact-table dt {
  background-color: var(--scolor);
  border-bottom: 1px solid #222222;
  color: #fff
}

.contact-form-style01 .contact-table dt span {
  background-color: #ffffff;
  color: #ff3c7f
}

@-moz-document url-prefix() {
  .contact-form-style01 .contact-table dt span {
    padding-bottom: 3px
  }
}

.contact-form-style01 .contact-table dd {
  border-bottom: 1px solid #222222
}

.contact-form-style01 .wpcf7-not-valid-tip {
  display: block;
  margin: 3px 7px 0
}

.screen-reader-response {
  display: none
}

.wpcf7-not-valid-tip {
  font-size: 80%;
  color: #ff3c7f
}

.wpcf7-response-output {
  padding-top: 20px
}

.wpcf7-list-item {
  margin-right: 15px
}

.wpcf7-list-item-label {
  color: #000
}

.wpcf7-form-control-wrap {
  width: 100%
}

.cf7msm-ro {
  white-space: pre-wrap
}

.captcha_box {
  display: table;
  margin: 50px auto 0
}

.captcha_box .g-recaptcha {
  display: flex;
  justify-content: center
}

@-moz-document url-prefix() {
  .captcha_box {
    display: block;
    width: 304px;
    height: 78px
  }
}

@supports (-webkit-touch-callout:none) {
  .captcha_box {
    display: block;
    width: 304px;
    height: 78px
  }
}

@media not all and (min-resolution:0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .captcha_box {
      display: block;
      width: 304px;
      height: 78px
    }
  }
}

@media only screen and (max-width:1000px) and (min-width:769px) {
  .contact-form-style01 .contact-table dt {
    width: 40%
  }

  .contact-form-style01 .contact-table dd {
    width: 60%
  }
}

@media only screen and (max-width:768px) {
  .contact-form-style01 .contact-table {
    border: none
  }

  .contact-form-style01 .contact-table dl {
    display: block
  }

  .contact-form-style01 .contact-table dt {
    border-left: 1px solid #222222;
    border-right: 1px solid #222222
  }

  .contact-form-style01 .contact-table dd,
  .contact-form-style01 .contact-table dt {
    width: 100%
  }

  .contact-form-style01 .contact-table dd {
    border-left: 1px solid #222222;
    border-right: 1px solid #222222
  }

  .contact-form-style01 .contact-table input,
  .contact-form-style01 .contact-table textarea {
    width: 100%
  }

  .contact-form-style01 .contact-table input[type=checkbox],
  .contact-form-style01 .contact-table input[type=radio] {
    width: auto
  }

  .contact-form-style01 .wpcf7-form-control:not(.wpcf7-radio) .wpcf7-list-item {
    display: block
  }
}

.under {
  counter-reset: count
}


.under.page-interview .toc_list li {
    max-width: none
}

.under.page-interview .key {
    height: 650px;
    max-height: 100vh;
}

.under.page-interview .key .inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 1100px !important;
}

.under.page-interview .key .inner:before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    bottom: 0;
    right: 2%;
    width: 404px;
    height: 85%;
    max-height: calc(100% - 8rem);
    max-width: 40%;
    z-index: -1;
    background: url(../images/interview_doctor.png) no-repeat center bottom /contain
}

.under.page-interview .key .key_text {
    align-items: flex-start;
    justify-content: center;
    padding: 20px 20px 0px
}

.under.page-interview .key .catch {
    font-size: min(0.625em,0.75vw);
    margin-left:60px;
}

.under.page-interview .key .catch h2,.under.page-interview .key .catch p {
    display: table;
    letter-spacing: 0.1em
}

.under.page-interview .key .catch h2 {
font-size: 42px; text-align: center; font-weight: bold; color: #FFF; text-shadow: 0 0 4rem rgba(0, 0, 0, 0.85), 0 0 4rem rgba(0, 0, 0, 0.85);margin-bottom: 20px;
}

.under.page-interview .key .catch h2:after {
    display: none
}

.under.page-interview .key .idx_en {
    margin-left: auto;
    margin-right: auto;
    opacity: 0.5;
    margin-bottom: 0.2em;
    font-size: 5em;
    display: block;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase
}

.under.page-interview .key .name {
    margin-top: 0em;
    font-size: 1.6em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.625em;
    padding-bottom: 1em;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
}

.under.page-interview .key .name .top {
    margin-bottom: 0.5em;
    font-size: 1.125em;
    padding-bottom: 0.2em;
    text-align: center;
    width: 100%;
    max-width: 240px;
    border-bottom: 1px solid #e2e2e2
}

.under.page-interview .key .name .bot {
    font-size:36px;
    font-weight: 500;
    letter-spacing: 0.4rem;
    line-height:1.2
}

.under.page-interview .key .name .bot .en {
display: block; color: var(--mcolor); font-size: 16px; text-transform: uppercase; letter-spacing: .08em; font-weight: 300; line-height: 1.6; letter-spacing: 0.15rem;
}

.interview_catch {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  margin-bottom: 50px;
  background-color: #fff;
  background-color: #90b0cf;
  position: relative;
  z-index: 1;
  padding: 40px 15px
}

.interview_catch:after,
.interview_catch:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat
}

.interview_catch:before {
  opacity: 0.05;
  background-size: cover
}

.interview_catch p {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  color: #fff
}

.interview_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 80px
}

.interview_box.box_right {
  flex-direction: row-reverse
}

.interview_img {
  position: relative;
  max-width: 45%
}

.interview_img:before {
  content: counter(count, decimal-leading-zero);
  counter-increment: count;
  position: absolute;
  bottom: 3rem;
  left: 2rem;
  font-family: var(--en);
  line-height: 0.5;
  font-size: min(5em, 6vw);
  color: var(--mcolor);
  font-family: var(--en);
}
.interview_content {
  max-width: 49%
}

.blog-content .entry>h4 {
  margin-top: 2em
}
.blog-content h3{margin-bottom: 2rem;}
.blog-content .entry>h5 {
  margin-top: 2em
}

.blog-content .entry .colImg1 img,
.img_wcap_ct img {
  margin: 0px auto;
  max-height: 500px;
  border-radius: var(--border-radius)
}

.blog-content .entry .list01 {
  margin-top: 30px
}

.center_img {
  margin: 0 auto 1.5em;
  text-align: center
}

.img_wcap_ct {
  margin: 40px auto 40px;
  text-align: center
}

.box_center {
  max-width: 760px;
  margin: 0 auto 40px
}

p:empty {
  display: none
}

.box_lig01,
.box_lig02 {
  margin-top: 40px;
  position: relative;
  padding: 40px;
  overflow: hidden;
  border-radius: var(--border-radius);
  background: #e3edf7;
  margin-bottom: 40px
}

.box_lig02 {
  background-color: #f3efea
}

.box_lig01 p:last-child {
  margin-bottom: 0
}

.note01 {
  margin-bottom: 30px
}

.note01 {
  position: relative;
  padding-left: 20px;
  line-height: 1.6em;
  margin-bottom: 10px
}

.note01:before {
  content: "※";
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0
}

.note01.note_c {
  margin-top: 1em;
  color: #D90029
}

.note01.note_c:before {
  color: #D90029
}

.box_ctwimg {
  clear: both;
  margin-bottom: 40px
}

.box_ctwimg p:last-child {
  margin-bottom: 0
}

.catption_txt {
  padding-top: 10px;
  color: #8E8E8E;
  font-size: 15px;
  display: block
}

.catption_txt:empty {
  display: none
}

blockquote a,
blockquote dd,
blockquote dt,
blockquote li,
blockquote p {
  font-size: 16px
}

blockquote {
  position: relative;
  padding: 25px 30px 25px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F7F7F7;
  margin-bottom: 40px;
  border-left: 2px solid #E5127C;
  -webkit-box-shadow: 1px 2px 2px 0px #e0e0e0;
  box-shadow: 1px 2px 2px 0px #e0e0e0
}

blockquote:before {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 2;
  background-size: 40px;
  width: 50px;
  height: 50px;
  content: ""
}

blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em
}

.blog-content .imgBox.colImg2 picture,
.blog-content .imgBox.colImg3 picture {
  background: #efefef;
  height: 250px
}

@media screen and (max-width:768px) {
  .img_wcap_ct {
    margin-bottom: 30px;
    width: auto !important
  }

  .under .blog-content .entry .colImg1 img,
  .under .img_wcap_ct img {
    max-width: 100%
  }

  .box_lig01,
  .box_lig02 {
    padding: 20px;
    margin-top: 30px
  }
}

.under .doctor_box2 {
  margin-top: 4em;
  position: relative;
  padding: 20px;
  border: 1px solid var(--mcolor);
  width: 100%;
  z-index: 1;
  background-size: auto 100%;
  border-radius: 5px
}

.under .doctor_box2 picture {
  border-radius: 5px;
  overflow: hidden
}

.under .doctor_box2 .btn-group {
  width: 100%
}

.under .doctor_box2 .tt {
  margin-top: 1em;
  position: relative;
  padding-left: calc(3px + 0.6em);
  font-weight: 500;
  font-size: 1.25em
}

.under .doctor_box2 .tt:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 1em;
  background-color: var(--mcolor)
}

.under .doctor_box2 .name {
  font-size: 1.5em;
  font-weight: 500;
  color: var(--mcolor);
}

.under .doctor_box2 .name .sm {
  display: inline-block;
  margin-right: 1em;
  font-size: 0.8em;
  color: var(--txt);
}

.under .doctor_box2 .wrap {
  display: block
}

@media only screen and (min-width:769px) {
  .under .doctor_box2 {
    padding: 2.5% 2.5%
  }

  .under .doctor_box2>.flex {
    flex-direction: row-reverse
  }

  .under .doctor_box2 .tt {
    margin-top: 0
  }

  .under .doctor_box2 .box_img {
    width: 32%
  }

  .under .doctor_box2 .content {
    width: 68%;
    padding-right: 2%
  }
  .under .doctor_box2 .wrap {
    margin-top: 1em;
    display: flex;
    gap: 1em
  }

  .under .doctor_box2 .wrap .list {
    min-width: 42%
  }
}

.under .btn2 {
  min-height: 3.75em
}

.under .btn2 a {
  padding: 1rem 5rem;
  width: fit-content;
  min-width: 27rem;min-height: 5.5rem;
}


.under .page_link {
  margin-top: 80px;
  padding: 2em 20px;
  border-radius: 10px;
  --bg: #f5f3ef;
  background-color: var(--bg)
}

.under .page_link .tt {
  position: relative;
  margin-bottom: 30px;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  color: var(--mcolor);
  text-align: center
}

.under .page_link .tt span {
  position: relative;
  z-index: 1;
  padding: 0px 0.5em;
  background-color: var(--bg)
}

.under .page_link .tt:after,
.under .page_link .tt:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: calc(50% - 5em);
  height: 0;
  top: calc(50% + 1px);
  border-top: 1px solid rgba(106, 81, 56, 0.3)
}

.under .page_link .tt:before {
  left: 0
}

.under .page_link .tt:after {
  right: 0
}

.under .page_link .row {
  --size-mg: 0.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: calc(-1 * var(--size-mg));
  margin-right: calc(-1 * var(--size-mg))
}


.under .page_link .row>.btn {
  margin: 0.5em var(--size-mg);
  width: calc(33.333% - var(--size-mg) * 2);
  max-width: 20em;
  border-radius: inherit
}

.under .page_link .row>.btn.atv {
  display: none
}

.under .page_link .row>.btn a {
  width: 100%
}

.under .page_link .row>.btn a span {
  display: inline-block
}

.under .page_link .row>.btn a:hover {
  opacity: 1
}

@media (max-width:768px) {
  .under .page_link .tt{font-size: 22px;}
  .under .page_link .tt:after, .under .page_link .tt:before{width: calc(50% - 3em);}
  .under .page_link {
    margin-top: 60px;
    padding: 30px 1.5rem
  }
  .under .page_link .btn a{font-size: 1.2rem;padding-right: 1.5rem;}
  .under .page_link .btn a::before{right: 0.8rem;width: 1.4rem;height: 1.4rem;}
    .under .page_link .btn a::after{right: 1.2rem;width: 0.4rem;height: 0.6rem;}
  .under .page_link .row {
    --size-mg: 5px;
    justify-content: center;
    margin: calc(var(--size-mg) * -1)
  }

  .under .page_link .row>.btn {
    margin: var(--size-mg);
    width: calc(50% - var(--size-mg) * 2)
  }
}

@media (max-width:430px) {
  .under .page_link .row {
    font-size: min(1em, (100vw - 80px)/26)
  }
}
@media (max-width:360px) {
  .under .page_link .row>.btn{width: 100%;}
  .under .page_link .row>.btn a{font-size: 1.6rem;}
}



.under.page-feature .secH4 {
    position: relative;
    z-index: 1;
    padding: 1.875em calc(1em + 2%);
    border: 1px solid var(--mcolor);
    background-color: #fff
}

.under.page-feature .secH4:before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    inset: 0.5em;
    background-color: #f3f1e6;
    z-index: -1
}

.under.page-feature .secH4 h4 {
    text-align: center;
    padding: 0;
    background: none;
    color: var(--txt);
    border-bottom: 1px solid var(--mcolor);
    padding-bottom: 1rem;
    font-weight: 500;
    border-radius: 0;
}

.under.page-feature .secH4 .point {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-transform: uppercase;
    font-size:20px;
    text-align: center;
    color: var(--mcolor)
}

.under.page-feature .secH4 .point .num {
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin: 0 0em 0 0.1em;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    letter-spacing: 0.03em;
    font-family: var(--en);
    transform: translateY(1px);
}

/* LIST STEP */
.under main section > .btn:not(:first-child){margin-top:4rem;}

.under .step_box{position: relative;z-index: 1;padding: 85px 0;}
.under .step_box::after{content: "";position: absolute;width: 102vw;height: 100%;left: 50%;transform: translateX(-50%);top: 0;background-color: var(--gray);pointer-events: none;z-index: -1;}
.under .step_list .step_item{border-radius: 10px;background-color: #FFF;padding: 38px 6.3% 44px;counter-increment: dl;position: relative;}
.under .step_list .step_item:not(:last-child){margin-bottom: 47px;}
.under .step_list .step_item:not(:last-child)::after{content: '';position: absolute;width: 52px;height: 28px;background-color: #FFF;left: calc(50% - 26px);bottom: -27px;clip-path: polygon(50% 100%, 0 0, 100% 0);}
.under .step_list .step_item .dt h4,
.under .step_list .step_item .dt h5{font-size: 26px;margin-bottom: 20px;font-weight: 500;color: var(--gray);letter-spacing: 0;position: relative;background: none;padding: 0 0 7px 0;}
.under .step_list .step_item .dt h5::before{display: none;}
.under .step_list .step_item .dt h5{font-size: 24px;}
.under .step_list .step_item .dt h4::after,.under .step_list .step_item .dt h5::after{content: "";position: absolute;width: 90px;height: 1px;background-color: var(--gray);left: 0;bottom: 0;}
.under .step_list .step_item::before{content:'0' counter(dl);position: absolute;font-size: 90px;font-family: var(--en);color: var(--scolor);right: 21px;top: -63px;z-index: 1;}

table.td_top td{vertical-align:top}
table.tb_fix{table-layout: fixed;}
table{margin-bottom:10px;}
table th,
table td{padding: 15px ;border-color: #222222;}
table th{background:var(--scolor);color:#fff;font-weight:500;}
table img{display:block;margin:auto;}

.under .list01:not(:last-child){margin-bottom: 20px;}
.under .list01 li{display:block;padding-left:25px;margin-bottom: 0.8rem;position:relative;letter-spacing: 0.15rem;}
.under .list01 li:last-child{margin-bottom: 0;}
.under .list01 li::before{width:10px;height:10px;position:absolute;top:12px;left:0;content:'';border-radius: 2px;border: 3px solid var(--mcolor);background-color: #FFF;}


.under .list02{margin-bottom: 30px;}
.under .list02 li{counter-increment: li; padding-left: 30px;position: relative;margin-bottom: 10px;}
.under .list02 li::before{ content: counter(li);position: absolute;width: 22px;height: 22px;display: flex;justify-content: center;align-items: center;border-radius: 50%;left: 0; top: 2px; background-color: var(--mcolor);font-size: 12px;font-weight: bold;color: #FFF;line-height: 22px;}

.under .frame01{margin-bottom: 0.65em;background-color: #FFF;box-shadow: 3px 0 20px rgba(0, 0, 0, 0.12);padding: 5rem 6% 5rem;border-radius: 10px;}
.under .frame01:last-child{margin-bottom: 0;}

.under .secH4:not(:first-child),
.under .secH4 .secH5:not(:first-child){margin-top:50px;}
.under .secH4 h5:not(:first-child){margin-top:50px;}
.under .secH5 h6:not(:first-child){margin-top:50px;}
#toc_container + section{margin-top: 50px;}

.under .fit-center{width: fit-content;margin-left: auto;margin-right: auto;}
.under .u_tt1{font-size: 2.2rem;font-weight: bold;text-align: center;padding:2rem 1.5rem;border-radius: 1rem;background-color: var(--mcolor);max-width: 800px;margin-left: auto;margin-right: auto;line-height: 1.6;color: #FFF;}
.under .u_tt1:not(:first-child){margin-top: 30px;}
.under .u_tt2{font-size: 2rem;font-weight: bold;}
.under .u_tt2:not(:first-child){margin-top: 30px;}
.under section h3 + .secH4{margin-top: 0 !important;}
.under main .min-w100{min-width: 10rem;}
.under main .box_map iframe{width: 100%;height: 499px;}
.under main .box_map:not(:last-child){margin-bottom: 0.65em;}

.u_doctor {width: fit-content;position: relative;margin: 0 auto;}
.u_doctor_thumb{box-shadow: 0.3rem 0 3rem rgba(0,0,0,0.1);}
.u_doctor_doctor{position: absolute;bottom: 2rem;right:2rem;left: inherit;background-color: #FFF;padding: 1.5rem 3rem;text-align: center;}
.u_doctor_doctor .name .lg {display:block;font-size:2.2rem;font-weight:500;line-height:1.3;letter-spacing: 0.35rem;color:var(--mcolor);margin-bottom: 1rem;}
.u_doctor_doctor .name .sm {display:block;letter-spacing:.08em;font-weight: 300;line-height: 1.6;letter-spacing: 0.15rem;}
.under .faq_box > h3{margin-top: 8rem;}


/* ===========  WORDPRESS ===========  */
.under .blog-content p a {text-decoration: underline;color: var(--mcolor);}
.under .blog-content .image_l img,
.under .blog-content .image_r img{max-height: 320px;max-width: 450px;width: 100%;}
.under .blog-content img.aligncenter {margin: 0 auto;display: block;}
.under .blog-content img.alignleft{float: left;margin: 0 50px 0 0;}
.under .blog-content img.alignright{float: right;margin: 0 0 0 50px;}
.under .blog-content .colImg picture{text-align: center;border-radius: 12px;overflow: hidden;display: flex;}
.under .blog-content del{text-decoration: line-through;}
/* .under .blog-content .image_l img,
.under .blog-content .image_r img{border-radius: 12px;} */

.page-fee .page_link{display: none !important;}


@media screen and (min-width: 769px){
    .under.page-recruit .toc_list{display: block;}
    .under.page-recruit .toc_list li:nth-of-type(2){border-top: 1px solid #9ece97;}
    .under .link:not(a[target=_blank]):hover{color: var(--scolor);}
    .under .toc_list li a:hover{color: var(--txt);}
    .under .toc_list li a:hover::after{background-color: var(--txt);}
    .under .list01.col2{display: grid;grid-template-columns: repeat(2,1fr);gap: 0 5%;}
  .under .link_out.hv:hover{color: var(--mcolor);}
  .under .faq_box .accBtn:hover:before,.under .faq_box .accBtn:hover::after{background-color: #FFF;}
  .under .faq_box .content{min-height: 73px;}
  .under .faq_box .accBtn:hover{background-color: var(--scolor);}
  .under .faq_box .accBtn:hover h4{color: #FFF;}
  .under .faq_box .accBtn:hover h4:before{background-color: #FFF;color: var(--mcolor);}


}
@media screen and (min-width: 769px) and (max-width: 1024px){
  .under .toc_list{display: block;}
      .under .toc_list{padding: 30px 3%;}
    .under .toc_list li:nth-of-type(2){border-top: 1px solid #9ece97;}
    .under.page-interview .key .catch h2 {font-size: 32px;}
    .under .faq_box .accBtn h4{font-size: 24px;}
  .under .page_link .btn a{font-size: clamp(13px,0.95vw,1.8rem);}
}
