@charset "UTF-8";
.under .ogrange {
  color: var(--clr3);
}
.under .clr2 {
  color: var(--clr2);
}
.under .txt_line {
  text-decoration: underline;
}
.under .center {
  text-align: center;
}
.under .sp {
  display: none;
}
.under .txt_spec {
  font-weight: 600;
}
.under .btn.center {
  margin-left: auto;
  margin-right: auto;
}
.under .sitemap > ul > li .lv2 {
  padding-left: 1em;
}
.under .sitemap > ul > li .lv2.small .title {
  font-size: calc(var(--ttl_size) - 4px);
}
.under .sitemap > ul > li .lv2.small .title:before, .under .sitemap > ul > li .lv2.small .title:after {
  display: none;
}
.under .sitemap > ul > li a,
.under .sitemap > ul > li p {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 15px 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px dotted #ccc;
  color: var(--main-color);
  text-decoration: none;
}
.under .sitemap > ul > li a:before,
.under .sitemap > ul > li p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  margin-top: -1px;
  background: var(--clr3);
}
.under .sitemap > ul > li .title {
  margin-bottom: 0;
  color: var(--clr1);
  font-size: calc(var(--ttl_size) + 4px);
  font-weight: 500;
  padding: 0 0 0 30px;
}
.under .sitemap > ul > li p:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 2px;
  height: 14px;
  margin-top: -7px;
  background: var(--clr3);
}
.under .sitemap > ul > li a:hover {
  background: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.under .sitemap > ul > li li {
  margin-bottom: 0;
}
.under .sitemap > ul > li li a {
  padding-left: 70px;
}
.under .sitemap > ul > li li a:before {
  left: 40px;
}
.under {
  /* ==========================================================================
     Main Content
     ========================================================================== */
}
.under #mainContent {
  padding-bottom: 100px;
}
.under #mainContent img {
  border-radius: 12px;
}
.under {
  /* ==========================================================================
     Key Visual
     ========================================================================== */
}
.under .key {
  height: 400px;
}
.under .key br.cus {
  display: none;
}
.under .key .key_wrap {
  height: 100%;
}
.under .key .key_text {
  max-width: 1280px;
  width: calc(100% - 54em);
  background: url("../images/u_bg_mv.jpg") center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-bottom: 7px;
  padding-left: 66px;
  border-radius: 60px;
  margin-left: auto;
}
.under .key .key_text h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--clr1);
  text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.9), 0px 0px 20px rgba(255, 255, 255, 0.9), 0px 0px 20px rgba(255, 255, 255, 0.9), 0px 0px 20px rgba(255, 255, 255, 0.9), 0px 0px 20px rgba(255, 255, 255, 0.9), 0px 0px 30px rgba(255, 255, 255, 0.9), 0px 0px 30px rgba(255, 255, 255, 0.9);
}
.under .key .txt_address {
  margin-bottom: 1.55em;
}
.under .key .b_tel {
  margin-bottom: 0;
}
.under .key .b_tel a {
  font-size: 1.6em;
}
.under .key .key_catch {
  width: 54em;
  padding-top: 9.6em;
}
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .under .key .key_catch {
    padding-top: 5.6em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .under .key {
    height: 300px;
  }
  .under .key br.cus {
    display: block;
  }
  .under .key .key_wrap {
    font-size: min(10px, 0.8vw);
  }
  .under .key .key_catch {
    width: 38em;
  }
  .under .key .key_text {
    width: calc(100% - 20em);
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .under .key .key_text h2 {
    font-size: 30px;
  }
}
.under {
  /* ==========================================================================
     Heading Common
     ========================================================================== */
}
.under h2,
.under h3,
.under h4,
.under h5,
.under h6 {
  position: relative;
  font-family: var(--f-jp);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.under h2:last-child,
.under h3:last-child,
.under h4:last-child,
.under h5:last-child,
.under h6:last-child {
  margin-bottom: 0;
}
.under {
  --h3: 50px;
  --h4: 50px;
  --h5: 50px;
  /* ==========================================================================
     H3
     ========================================================================== */
}
.under h3 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 34px;
  color: var(--main-color);
  font-size: 2.25em;
  text-align: center;
  background: url("../images/u_bg_tt3.png") center bottom no-repeat;
}
.under h3:first-letter {
  color: var(--clr1);
}
.under h3:has(+ .secH4) {
  margin-bottom: 0;
}
.under .secH4 {
  margin-top: var(--h3);
}
.under {
  /* ==========================================================================
     H4
     ========================================================================== */
}
.under h4 {
  margin-bottom: 44px;
  padding: 0.3em 0.5em 0.3em 0.8em;
  border-radius: 10px 10px 0 0;
  background: url("../images/u_bg_tt4.jpg") center top no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1.875em;
  position: relative;
}
.under h4:has(+ .secH5) {
  margin-bottom: 0;
}
.under h4:after {
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  background: repeating-linear-gradient(to right, #494949 0 2px, transparent 2px 5px);
}
.under .secH5 {
  margin-top: var(--h5);
}
.under {
  /* ==========================================================================
     H5
     ========================================================================== */
}
.under h5 {
  margin-bottom: 20px;
  padding-left: 62px;
  font-weight: 500;
  background: url("../images/u_bg_tt5.png") left 5px no-repeat;
  background-size: 50px auto;
  color: var(--clr1);
  font-size: 1.625em;
}
.under {
  /* ==========================================================================
     H6
     ========================================================================== */
}
.under h6 {
  margin-bottom: 20px;
  padding-left: 30px;
  font-weight: 500;
  color: var(--clr2);
  font-size: 1.375em;
  position: relative;
}
.under h6:after {
  position: absolute;
  top: 12px;
  left: 3px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: var(--clr2);
}
.under .tt_spec {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.6em;
  padding-bottom: 3px;
  border: var(--clr2) 2px dotted;
  border-radius: 99px;
  padding: 2em 0.5em;
  display: inline-block;
  text-align: center;
  background: #FDF2F2;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.under .tt_spec02 {
  font-weight: 600;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.6em;
  padding-bottom: 3px;
  border-bottom: var(--clr2) 3px double;
}
.under.page-feature .secH4 {
  position: relative;
  z-index: 0;
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 4px;
}
.under.page-feature .secH4:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: #faa600 1px solid;
  z-index: -1;
  opacity: 0.5;
  border-radius: 20px;
}
.under.page-feature .secH4 h4 {
  text-align: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.5em;
}
.under.page-feature .secH4 h4 .point {
  text-transform: uppercase;
  font-size: 0.7em;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--clr1);
  background: #fff;
  padding: 0.2em 1em 0.3em;
  border-radius: 99px;
  margin-bottom: 0.5em;
}
.under.page-feature .secH4 h4 .point .num {
  font-size: 1.6em;
  display: inline-block;
  line-height: 1;
  font-family: var(--f-maru);
}
.under.page-feature .secH5 {
  margin-top: 35px;
}

.under {
  /* ==========================================================================
     Layout
     ========================================================================== */
}
.under .inner > section,
.under .entry > section {
  padding-top: 1px;
  margin-top: 62px;
}
.under .inner > section:first-child,
.under .entry > section:first-child {
  margin-top: 80px;
}
.under section > p:last-of-type {
  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;
}
.under .btn-group .btn.style01 span {
  display: inline-block;
}
.under .ttl_spec {
  color: var(--clr2);
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
.under .box_spec {
  background: #fffbec;
  color: var(--clr2);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 20px;
  border: var(--clr2) 2px dashed;
}
.under .box_spec + br {
  display: none;
}
.under {
  /* ==========================================================================
     Image
     ========================================================================== */
}
.under .imgBox.rowImg .image_l,
.under .imgBox.rowImg .image_r {
  max-width: 450px;
  margin-bottom: 30px;
}
.under .imgBox.rowImg .image_l img,
.under .imgBox.rowImg .image_r img {
  width: auto;
  max-height: 500px;
  border-radius: var(--border-radius);
}
.under .imgBox.rowImg .image_l {
  float: left;
  margin-right: 40px;
}
.under .imgBox.rowImg .image_r {
  float: right;
  margin-left: 40px;
}
.under .imgBox.rowImg .txt_l,
.under .imgBox.rowImg .txt_r {
  width: calc(100% - 510px);
}
.under .imgBox.rowImg .txt_l {
  float: left;
}
.under .imgBox.rowImg .txt_r {
  float: right;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.under .imgBox.colImg picture {
  margin-bottom: 15px;
}
.under .imgBox.colImg p {
  margin-bottom: 5px;
}
.under .imgBox.colImg p:last-child {
  margin-bottom: 0;
}
.under .imgBox.colImg .text p {
  font-size: 1em;
}
.under .imgBox.colImg2 picture, .under .imgBox.colImg3 picture {
  position: relative;
  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;
  width: 100%;
  height: 380px;
  overflow: hidden;
  background: #efefef;
  border-radius: var(--border-radius);
  text-align: center;
}
.under .imgBox.colImg2 img, .under .imgBox.colImg3 img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0 !important;
}
.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;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.under {
  /* ==========================================================================
     FAQ
     ========================================================================== */
}
.under .faq_box {
  margin-top: var(--h4);
}
.under .faq_box .box {
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 20px;
  background: #fbf9f2;
}
.under .faq_box .box:last-child {
  margin-bottom: 0;
}
.under .faq_box .accBtn {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px 30px;
}
@media only screen and (min-width: 769px) {
  .under .faq_box .accBtn:hover {
    opacity: 0.6;
  }
}
.under .faq_box .accBtn::before, .under .faq_box .accBtn::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: calc(50% - 2px);
  right: 20px;
  z-index: 2;
  width: 18px;
  height: 4px;
  background-color: var(--clr2);
  border-radius: 99px;
}
.under .faq_box .accBtn:not(.rotate)::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.under .faq_box .accBtn:hover {
  cursor: pointer;
}
.under .faq_box .accBtn .ttl {
  position: relative;
  margin-bottom: 0;
  padding: 0 15px 0 60px;
  border-radius: 0;
  background: none;
  font-size: 1.375em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--main-color);
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.under .faq_box .accBtn .ttl::before {
  content: "Q";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 25px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 1;
  background: var(--clr2);
  color: #fff;
  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;
  padding-bottom: 5px;
}
.under .faq_box .accBtn .ttl:after {
  display: none;
}
.under .faq_box .content {
  position: relative;
  padding: 0 20px 20px 90px;
}
.under .faq_box .content::after {
  content: "A";
  position: absolute;
  font-weight: 600;
  top: 5px;
  left: 30px;
  font-size: 25px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 1;
  background: #ffffff;
  color: var(--clr1);
  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;
  padding-bottom: 5px;
  border: var(--clr1) 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.under .faq_box .content .accContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3em;
}
.under .box_step {
  position: relative;
  z-index: 1;
  padding: 100px 0 86px;
  margin-bottom: 80px;
}
.under .box_step:before {
  position: absolute;
  z-index: -1;
  width: 200%;
  max-width: 1920px;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  content: "";
  display: block;
  background: url("../images/bg_repeat01.jpg") repeat;
}
.under .box_step.no_step .step_item {
  margin-bottom: 50px;
}
.under .box_step.no_step .step_item::after {
  display: none;
}
.under .box_step.no_step .box_h4 {
  margin-top: 35px;
}
.under .box_step .step_item {
  padding: 48px 85px 49px 205px;
  border-radius: 20px;
  background: #ffffff;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}
.under .box_step .step_item:after {
  position: absolute;
  left: 50%;
  bottom: -28px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  background: #ffffff;
  width: 52px;
  height: 29px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.under .box_step .step_item:last-child {
  margin-bottom: 0;
}
.under .box_step .step_item:last-child:after {
  display: none;
}
.under .box_step .step_item .tt_step {
  margin-bottom: 20px;
  font-weight: 600;
  background: url("../images/bg_step02.png") left bottom no-repeat;
  background-size: auto 4px;
  padding-bottom: 29px;
  margin-bottom: 24px;
}
.under .box_step .step_item .tt_step span {
  display: block;
  line-height: 1;
}
.under .box_step .step_item .tt_step .item {
  width: 123px;
  height: 123px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  background: url("../images/bg_step01.png") left bottom no-repeat;
  color: #ffffff;
  padding-top: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: absolute;
  top: 40px;
  left: 42px;
  font-weight: 500;
  font-family: var(--f-maru);
}
.under .box_step .step_item .tt_step .item .num {
  font-size: 48px;
  position: relative;
  top: -3px;
}
.under .box_step .step_item .tt_step .title {
  font-size: 1.875em;
  color: var(--clr1);
  background: none;
  padding: 0;
  border: none;
}
.under .box_step .step_item .tt_step .title:after {
  display: none;
}
.under .box_step .step_item .cont_step {
  line-height: 2em;
}
.under .box_step .step_item .cont_step > .box_spec:first-child {
  margin-top: 22px;
}

@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 h4 {
    background-size: cover;
  }
  .under .faq_box .box {
    padding: 20px 30px;
  }
}
.under {
  /* ==========================================================================
     Table
     ========================================================================== */
}
.under table {
  border-radius: 3px;
}
.under table.rollTable {
  width: 100%;
}
.under table.tbl_style01 th,
.under table.tbl_style01 td {
  padding: 1em 1.5em;
  border: 1px solid #513d3c;
  line-height: 2.25;
}
.under table.tbl_style01 th img,
.under table.tbl_style01 td img {
  max-width: 100%;
}
.under table.tbl_style01 th {
  background-color: var(--clr3);
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}
.under table.tbl_style01 td {
  background-color: #fff;
}
.under table.tbl_style01 td.center {
  vertical-align: middle;
  text-align: center;
}
.under table.tbl_style01.center td {
  vertical-align: middle;
  text-align: center;
}
.under table.tbl_style02 th img,
.under table.tbl_style02 td img {
  max-width: 100%;
}
.under {
  /* ==========================================================================
     Table Note
     ========================================================================== */
}
.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 th,
  .under table.tbl_style01 td {
    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
     ========================================================================== */
}
.under ul.list01 {
  margin-bottom: 25px;
  padding: 40px 57px;
  background: #fff;
  border: 12px solid #fff8e8;
  border-radius: 40px;
}
.under ul.list01.no_bg {
  padding: 0;
  background: none;
  border: none;
}
.under ul.list01.no_bg li {
  font-size: 1em;
}
.under ul.list01.no_bg li:before {
  top: 2px;
}
.under ul.list01:last-child {
  margin-bottom: 0;
}
.under ul.list01 li {
  position: relative;
  margin-bottom: 0;
  padding-left: 30px;
  line-height: 1.8;
  text-align: left;
  font-size: 1.125em;
  font-weight: 500;
}
.under ul.list01 li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 24px;
  height: 25px;
  background: url("../images/ic_list01.png") center center no-repeat;
  background-size: 100% auto;
}
.under ul.list01 li:nth-child(n+2) {
  margin-top: 1em;
}
.under ul.list01.mcol-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 80px;
  position: relative;
}
.under ul.list01.mcol-2 li {
  width: calc(50% - 40px);
}
.under ul.list01.mcol-2 li:nth-child(n+2) {
  margin-top: 0;
}
.under ul.list01.mcol-2 li:nth-child(n+3) {
  margin-top: 1em;
}
@media only screen and (min-width: 769px) {
  .under .rowImg ul.list01 li {
    display: table;
  }
  .under .rowImg ul.list01.mcol-2 li {
    width: 100%;
    padding-right: 0;
  }
}
.under .list_note {
  margin-top: 15px;
  padding-left: 20px;
}
.under .list_note.no_mt {
  margin-top: 0;
}
.under {
  /* ==========================================================================
     Topic Path
     ========================================================================== */
}
.under .topic_path {
  padding: 27px 0 44px;
  line-height: 1.45;
}
.under .topic_path ul {
  display: block;
}
.under .topic_path ul::after {
  content: "";
  display: block;
  clear: both;
}
.under .topic_path ul li {
  float: left;
  margin: 0;
  font-weight: 500;
}
.under .topic_path a {
  color: var(--clr1);
  text-decoration: none;
  position: relative;
  padding-right: 15px;
  margin-right: 18px;
  display: inline-block;
}
.under .topic_path a:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: var(--clr1) 1px solid;
  border-right: var(--clr1) 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.under .topic_path a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .under .topic_path a:hover {
    text-decoration: underline;
  }
}
.under {
  /* ==========================================================================
     TOC
     ========================================================================== */
}
.under .toc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 60px;
  padding: 35px 60px 29px;
  border: var(--clr1) 1px solid;
  border-radius: 40px;
}
.under .toc_list:empty {
  display: none;
}
.under .toc_list li {
  width: calc(50% - 30px);
  margin: 0;
  border-bottom: #e1e1e1 1px solid;
}
.under .toc_list li a {
  position: relative;
  display: block;
  padding: 1.1em 0 1.25em 2.3em;
  color: var(--main-color);
  font-weight: 500;
  line-height: 1.8;
  text-decoration: none;
}
.under .toc_list li a::before {
  content: "";
  position: absolute;
  top: 1.4em;
  left: 5px;
  width: 20px;
  height: 20px;
  background: url("../images/u_arrow02_w.png") center center no-repeat var(--clr1);
  background-size: 7px auto;
  border-radius: 50%;
}
.under .toc_list li:last-child, .under .toc_list li:nth-last-child(2):nth-child(odd) {
  border-bottom: none;
}
.under .toc_list.style1 li {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
}
.under .toc_list.style1 li:nth-last-child(2):nth-child(odd) {
  border-bottom: #e1e1e1 1px solid;
}
@media only screen and (min-width: 993px) {
  .under .toc_list.style3 li {
    width: auto;
    max-width: 33%;
  }
}
.under {
  /* ==========================================================================
     Anchor Links
     ========================================================================== */
}
.under .anchor-links {
  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;
  padding-top: 20px;
}
.under .anchor-links > div {
  position: relative;
  display: block;
  width: 49%;
  min-width: 250px;
  margin: 0 0.5% 1%;
  background: var(--main-color);
  border-radius: 3px;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}
@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: inherit;
  text-decoration: none;
}
.under .anchor-links > div::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: calc(50% - 4px);
  border: 4px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.under .anchor-links > div:hover a {
  opacity: 1;
}
.under .anchor-links > div:hover::after {
  bottom: 0;
}
.under .anchor-links > div.ext::after {
  content: ">";
  top: calc(50% - 0.5em);
  right: 7px;
  left: auto;
  border: 0;
  font-size: 0.857em;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.under .anchor-links > div.ext:hover::after {
  right: 5px;
}
.under {
  /* ==========================================================================
     Doctor
     ========================================================================== */
}
.under .doctor_box {
  position: relative;
  max-width: 700px;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}
.under .doctor_box p {
  margin-bottom: 0;
}
.under .doctor_box .doctor_name {
  position: absolute !important;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  border-radius: 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--main-color);
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.under .doctor_box .doctor_name .en {
  display: block;
  font-size: 80%;
  font-weight: 500;
}
.under .doctor_box .doctor_name .sm {
  font-size: 80%;
  display: inline-block;
  font-weight: 500;
}
.under .ud_map {
  height: 450px;
}
.under .exp li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #dfdbd3;
}
.under .exp li .year {
  width: 20%;
  color: var(--clr2);
  font-weight: 600;
  min-width: 160px;
}
.under .exp li .txt {
  width: 80%;
}

.under .clinic_tbl01 th {
  width: 350px;
  text-align: right;
}
.under .clinic_tbl02 td {
  vertical-align: top;
}
.under .clinic_tbl02 th:first-child {
  width: 30%;
}
.under .clinic_tbl02 th:not(:first-child) {
  width: 10%;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .under .toc_list {
    padding: 30px 5%;
  }
  .under ul.list01 {
    padding: 35px 2%;
  }
  .under ul.list01 li::before {
    top: 2px;
  }
  .under ul.list01.mcol-2 {
    gap: 0 10px;
  }
}
/* START BLOG
------------------------------------------------------------------------*/
#pagination:empty {
  display: none;
}
#pagination {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0;
}
#pagination a,
#pagination span {
  background-color: var(--main-color);
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin: 10px 5px;
  width: 32px;
  height: 32px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
#pagination a.prev, #pagination a.next,
#pagination span.prev,
#pagination span.next {
  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;
  font-family: "Poppins", sans-serif;
  color: var(--clr2);
}

.blog_list_style01 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: 2px solid #E0E0E0;
  width: 220px;
  height: 220px;
  border-radius: var(--border-radius);
}
.blog_list_style01 .item picture img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 0 !important;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding-top: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.blog_list_style01 .item .info .date .tag {
  display: inline-block;
  color: transparent;
  font-size: 75%;
  padding: 2px 0;
}
.blog_list_style01 .item .info .date .tag a {
  background-color: #fabb00;
  display: inline-block;
  padding: 2px 8px 1px;
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
  border-radius: 99px;
}
.blog_list_style01 .item .info .date .tag a.column {
  background-color: #ffbfc0;
}
.blog_list_style01 .item .info .date .tag a + a {
  margin-left: 5px;
}
.blog_list_style01 .item .info .date .day {
  margin-right: 1.5em;
  letter-spacing: 0.08em;
  color: #4A433C;
}
.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: 1px solid var(--clr2);
  border-radius: 50px;
  position: absolute;
  bottom: 0px;
  right: 0;
  overflow: hidden;
}
.blog_list_style01 .item .info .button a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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(--clr2);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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(--clr1);
  -webkit-transform: none;
          transform: none;
  position: static;
  display: block;
  margin-bottom: 0;
  padding: 15px 10px;
  width: 100%;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          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;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  margin: 100px auto 0;
}
.blog_post_button > div {
  position: relative;
  width: 32%;
  color: #fff;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  border-radius: 99px;
}
.blog_post_button > div:empty::before, .blog_post_button > div:empty::after {
  display: none;
}
.blog_post_button > div::before, .blog_post_button > div::after {
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 99px;
}
.blog_post_button > div::before {
  background-color: var(--clr2);
}
.blog_post_button > div::after {
  border: 1px solid var(--clr2);
}
.blog_post_button > div a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  position: relative;
  z-index: 1;
  padding: 10px 10px 10px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .blog_post_button > div a:not(.tel_click):hover,
  .blog_post_button > div a:not(.tel_click):active {
    opacity: 1;
    color: #fff;
  }
}
@media only screen and (min-width: 769px) {
  .blog_post_button > div:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .blog_post_button > div:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .blog_post_button > div:hover a {
    color: var(--clr2);
  }
}

/* END BLOG
------------------------------------------------------------------------*/
/* START Mail
------------------------------------------------------------------------*/
.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: 1rem;
}
.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 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-form-style01 .contact-table input[type=radio],
.contact-form-style01 .contact-table input[type=checkbox] {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-form-style01 .contact-table dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  padding: 15px 20px;
  font-size: 1.125em;
}
.contact-form-style01 .contact-table dt span {
  display: inline-block;
  border-radius: 7px;
  padding: 2px 7px;
  margin-left: 5px;
  font-size: 70%;
  line-height: 1;
}
.contact-form-style01 .contact-table dd {
  width: calc(100% - 400px);
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form-style01 .contact-table .postal_code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form-style01 .input_btn,
.contact-form-style01 .button.thanks_btn {
  position: relative;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 520px;
  margin: 40px auto 0;
}
.contact-form-style01 .input_btn input,
.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn input,
.contact-form-style01 .button.thanks_btn a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn a {
  margin: 0 !important;
  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;
}
.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit],
.contact-form-style01 .button.thanks_btn a {
  width: 200px;
  height: 45px;
  border: none;
  padding: 10px;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  margin: 0px 10px 10px;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.contact-form-style01 .input_btn input[type=button]:hover,
.contact-form-style01 .input_btn input[type=submit]:hover,
.contact-form-style01 .button.thanks_btn a:hover {
  opacity: 1;
  background-color: #ccc;
}
.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit],
.contact-form-style01 .button.thanks_btn {
  background-color: var(--main-color);
  color: #fff;
  font-family: var(--f-jp);
}
.contact-form-style01 .contact-table {
  border: 1px solid var(--clr3);
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
  border-color: #ddd;
}
@media only screen and (min-width: 769px) {
  .contact-form-style01 .contact-table dl:last-child dt,
  .contact-form-style01 .contact-table dl:last-child dd {
    border-bottom: none;
  }
}
.contact-form-style01 .contact-table dt {
  background-color: #eaf1e5;
  border-bottom: 1px solid var(--clr3);
  border-right: 1px solid var(--clr3);
  font-weight: 600;
}
.contact-form-style01 .contact-table dt span {
  background-color: #ffffff;
  color: #ff3c7f;
}
@-moz-document url-prefix() {
  .contact-form-style01 .contact-table dt span {
    /* Fire Fox */
    padding-bottom: 3px;
  }
}
.contact-form-style01 .contact-table dd {
  border-bottom: 1px solid var(--clr3);
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@-moz-document url-prefix() {
  .captcha_box {
    /* Fire Fox */
    display: block;
    width: 304px;
    height: 78px;
  }
}
@supports (-webkit-touch-callout: none) {
  .captcha_box {
    /* Specific to iOS devices */
    display: block;
    width: 304px;
    height: 78px;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .captcha_box {
      /* Safari */
      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;
    border-top: 1px solid var(--clr3);
  }
  .contact-form-style01 .contact-table dl {
    display: block;
  }
  .contact-form-style01 .contact-table dt {
    border: 1px solid var(--clr3);
    border-top: none;
    font-size: 16px;
  }
  .contact-form-style01 .contact-table dt,
  .contact-form-style01 .contact-table dd {
    width: 100%;
  }
  .contact-form-style01 .contact-table dd {
    border-left: 1px solid var(--clr3);
    border-right: 1px solid var(--clr3);
  }
  .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-list-item {
    display: block;
  }
}
/* END Mail*/
/*INTERVIEW PAGE*/
.under {
  counter-reset: count;
}
.under.page-interview .key {
  max-height: 650px;
  height: 50vw;
  background-position: right 15% center;
}
.under.page-interview .key .key_text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.under.page-interview .key .catch {
  min-width: 50em;
  font-size: 0.625em;
}
.under.page-interview .key .catch h2,
.under.page-interview .key .catch p {
  display: table;
  color: #fff;
  letter-spacing: 0.1em;
}
.under.page-interview .key .catch h2 {
  margin-bottom: 0.1em;
  font-size: 3.6em;
}
.under.page-interview .key .idx_en {
  margin-bottom: 0.2em;
  font-size: 6em;
  line-height: 1;
  font-weight: 500;
}
.under.page-interview .key .name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-bottom: 0.75em;
  padding-bottom: 0.62em;
  padding-right: 0.66em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1.5;
}
.under.page-interview .key .name::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0px;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #fff;
}
.under.page-interview .key .name .en {
  margin-left: 0.8em;
  font-size: 0.5em;
  letter-spacing: 0.1em;
}
.under.page-interview .key .sub {
  font-weight: 500;
  line-height: 2.1153;
  letter-spacing: 0.08em;
  font-size: 2.6em;
}
.under.page-interview #mainContent .inner {
  max-width: 1280px;
}

.interview_catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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::before, .interview_catch::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.interview_box.box_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          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: 0;
  left: 0;
  font-family: var(--f-maru);
  font-weight: 400;
  line-height: 1;
  color: rgba(250, 167, 0, 0.8);
  font-size: 6em;
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0.5em 0 0;
  padding: 0 0.1em 0.1em;
}
.interview_content {
  max-width: 49%;
}
.interview_content h5 {
  background: none;
  padding-left: 0;
}

/*---------add post---------*/
.blog-content .entry > h4 {
  margin-top: 2em;
}

.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 p,
blockquote li,
blockquote dt,
blockquote dd,
blockquote a {
  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;
}

/*---------add post sp---------*/
.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: 30px;
  border: #fff8e8 10px solid;
  width: 100%;
  z-index: 1;
  border-radius: 20px;
  margin-bottom: 25px;
}
.under .doctor_box2:last-child {
  margin-bottom: 0;
}
.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;
  margin-bottom: 5px;
}
.under .doctor_box2 .tt:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  top: 9px;
  width: 3px;
  height: 1.1em;
  background-color: var(--clr2);
}
.under .doctor_box2 .name {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
}
.under .doctor_box2 .name .sm {
  display: inline-block;
  margin-right: 1em;
  font-size: 0.6666666667em;
}
.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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 4%;
  }
  .under .doctor_box2 .tt {
    margin-top: 0;
  }
  .under .doctor_box2 .box_img {
    width: 36%;
  }
  .under .doctor_box2 .content {
    width: 60%;
  }
  .under .doctor_box2 .wrap {
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3%;
  }
  .under .doctor_box2 .wrap .list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .under .doctor_box2 .wrap .list .list01 {
    padding: 20px;
  }
}

.under .btn2 {
  min-height: 3.75em;
}
.under .btn2 a {
  position: relative;
  color: var(--main-color);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0.5em 2.5em 0.5em 1em;
  font-family: var(--f-jp);
  width: 13.625em;
  height: 100%;
  background-color: #fff;
  color: var(--main-color);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-radius: 50px;
  transition: 0.2s all;
}
.under .btn2 a:after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  right: 1.1666666667em;
  top: -0.111111111em;
  bottom: 0;
  margin: auto;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='18px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M10.352,17.991 L8.837,16.394 L15.671,10.154 L0.061,10.154 L0.061,7.973 L15.664,7.973 L8.837,1.738 L10.352,0.138 L20.125,9.067 L10.352,17.991 Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='18px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M10.352,17.991 L8.837,16.394 L15.671,10.154 L0.061,10.154 L0.061,7.973 L15.664,7.973 L8.837,1.738 L10.352,0.138 L20.125,9.067 L10.352,17.991 Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
}
.under .btn2 a.atv {
  background: linear-gradient(90deg, rgb(250, 166, 0) -11%, rgb(255, 176, 177) 85%);
  color: #fff;
}
.under .btn2 a.atv:after {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .under .btn2 a:hover {
    background: linear-gradient(90deg, rgb(250, 166, 0) -11%, rgb(255, 176, 177) 85%);
    color: #fff;
  }
  .under .btn2 a:hover:after {
    background-color: #fff;
  }
}
.under .page_link {
  margin-top: 80px;
  padding: 3em 5%;
  border-radius: 10px;
  --bg: #f5f3ef;
  background-color: var(--bg);
}
.under .page_link .tt {
  position: relative;
  margin-bottom: 30px;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--main-color);
  text-align: center;
  border-bottom: 1px solid var(--clr1);
  padding-bottom: 0.5em;
}
.under .page_link .tt span {
  position: relative;
  z-index: 1;
}
.under .page_link .row {
  --size-mg: 0.5em;
  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;
  margin-left: calc(-1 * var(--size-mg));
  margin-right: calc(-1 * var(--size-mg));
}
.under .page_link .row > .btn2 {
  margin: 0.5em var(--size-mg);
  width: calc(33.333% - var(--size-mg) * 2);
  max-width: 20em;
  border-radius: inherit;
}
.under .page_link .row > .btn2.atv {
  display: none;
}
.under .page_link .row > .btn2 a {
  width: 100%;
}
.under .page_link .row > .btn2 a span {
  display: inline-block;
}
.under .page_link .row > .btn2 a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .under .page_link {
    margin-top: 40px;
    padding: 30px 20px;
  }
  .under .page_link .row {
    --size-mg: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: calc(var(--size-mg) * -1);
  }
  .under .page_link .row > .btn2 {
    margin: var(--size-mg);
    width: calc(50% - var(--size-mg) * 2);
  }
}
@media (max-width: 430px) {
  .under .page_link .row {
    font-size: min(1em, (100vw - 60px) / 26);
  }
}
/* //////////////// */


.under{
  .online_content {
  max-width: 730px;
  width: 100%;
  margin: 60px auto 0;
}

.online_lead {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
}
@media screen and (max-width: 768px) {
  .online_content{
    margin-top: 35px;
  }
  .lead {
    text-align: center;
  }
}

.online_form {
  margin-top: 8px;
  border-radius: 5px;
  border: 1px solid #ac9977;
  padding: 28px 16px 20px;
}
@media screen and (min-width: 768px) {
  .form {
    padding: 38px 50px 28px;
  }
}
@media screen and (min-width: 900px) {
  .online_form {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .online_form {
    padding-inline: 50px;
  }
}

.form_body {
  gap: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .form_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}

.form_link {
  display: inline-block;
  width: 282px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 3px;
  background: #7096b8;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  
}
.form_link:hover{opacity: 1;}
.form_link::after {
  content: "";
  position: absolute;
  background: url(../images/button-arrow.png) no-repeat center center/contain;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .form_link::after {
    right: 7px;
  }
}

.form_qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .form_qr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form_link{
    width: 185px;
  }
  .form_text{margin-bottom: 0;}
}

.form_text {
  font-size: 14px;
  font-weight: 350;
  line-height: 26px; /* 185.714% */
  letter-spacing: 0.28px;
}

.form_cord img {
  width: 65px;
  height: 65px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form_footer {
  margin-top: 25px;
  color: #ef8f41;
  text-align: center;
  font-size: 14px;
  font-weight: 350;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
}

.online_contact {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 38px;
}
@media screen and (max-width: 768px) {
  .online_contact {
    margin-top: 30px;
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
}
.contact_text {
  font-size: 21px;
  line-height: 26px; /* 123.81% */
  letter-spacing: 1.05px;
  margin-bottom: 0;
}
.online_contact .link > a{
  width: 100%;
  height: 100%;
}
.contact_tel {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1.2px;
  position: relative;
  padding-left: 40px;
  line-height: 1;
}
.contact_tel::before {
  content:'';
  position: absolute;
  top: 10px;
  left: 0;
  width: 31px;
  height: 34px;
  background-color: var(--clr1);
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M6.998,6.105 C4.529,6.959 4.185,8.373 5.771,10.130 C7.614,12.174 9.437,14.235 11.275,16.284 C12.828,18.016 14.224,17.785 15.215,15.538 C17.052,15.763 18.774,16.394 20.337,17.435 C20.561,17.584 20.653,18.104 20.628,18.439 C20.459,20.667 18.380,22.245 15.838,21.897 C14.546,21.722 13.197,21.357 12.063,20.728 C7.144,17.997 3.522,14.005 1.367,8.734 C0.595,6.847 0.303,4.848 1.072,2.890 C1.347,2.186 1.900,1.485 2.512,1.054 C4.323,-0.221 5.471,0.192 6.104,2.290 C6.477,3.524 6.699,4.806 6.998,6.105 Z'/%3E%3C/svg%3E");
}

@media screen and (max-width: 768px) {
  .contact_text{font-size: 18px;}
  .contact_tel{
    font-size: 30px;
    padding-left: 27px;
  }
  .contact_tel::before{
    width: 22px;
    height: 23px;
    top: 8px;
  }

}