/*==========================================================
                          U N D E R
============================================================*/
.under #mainContent .inner {
  width: 1200px;
}

.under #mainContent .image_l {
  float: left;
  margin: 0 50px 0 0
}

.under #mainContent .image_r {
  float: right;
  margin: 0 0 0 50px
}

.under #mainContent p {
  font-size: 16px;
}

.under #mainContent .cl1 {
  color: var(--mcolor);
}

.under #mainContent .red {
  color: red;
}

.under #mainContent h4.mb30~.rowImg img {
  border: 1px solid var(--txt)
}

.under #mainContent .img_bd {
  border: 1px solid var(--txt);
  margin-top: 10px;
}

/* MB */
.under #mainContent .mb10 {
  margin-bottom: 10px
}

.under #mainContent .mb15 {
  margin-bottom: 15px
}

.under #mainContent .mb20 {
  margin-bottom: 20px
}

.under #mainContent .mb25 {
  margin-bottom: 25px
}

.under #mainContent .mb30 {
  margin-bottom: 30px
}

.under #mainContent .mb40 {
  margin-bottom: 40px
}

.under #mainContent .mb50 {
  margin-bottom: 50px
}

.under #mainContent .mb60 {
  margin-bottom: 60px
}

.under #mainContent .mb70 {
  margin-bottom: 70px
}

.under #mainContent .mb80 {
  margin-bottom: 80px
}

.under #mainContent .mb90 {
  margin-bottom: 90px
}

.under #mainContent .mb100 {
  margin-bottom: 100px
}

.under #mainContent .mb120 {
  margin-bottom: 120px
}

.under #mainContent .mb150 {
  margin-bottom: 150px
}

/* MT */
.under #mainContent .mt10 {
  margin-top: 10px
}

.under #mainContent .mt15 {
  margin-top: 15px
}

.under #mainContent .mt20 {
  margin-top: 20px
}

.under #mainContent .mt25 {
  margin-top: 25px
}

.under #mainContent .mt30 {
  margin-top: 30px
}

.under #mainContent .mt40 {
  margin-top: 40px
}

.under #mainContent .mt50 {
  margin-top: 50px
}

/*==========================================================
                        H E A D I N G
==========================================================*/
.under {
  --h3: 45px;
  --h4: 35px;
  --border-radius: 12px;
}

.under .secH4 {
  margin-top: var(--h3);
}

.under .secH5 {
  margin-top: var(--h4);
}

.under h3:has(+ .secH4) {
  margin-bottom: 0;
}

.under h4:has(+ .secH5) {
  margin-bottom: 0;
}

.under #mainContent .u_ttl2,
.under #mainContent h3,
.under #mainContent h4,
.under #mainContent h5,
.under #mainContent h6,
.under #mainContent .wp_content h3,
.under #mainContent .wp_content h4,
.under #mainContent .wp_content h5,
.under #mainContent .wp_content h6 {
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.under #mainContent .u_ttl2 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 0;
}

.under #mainContent h3,
.under #mainContent .wp_content h3 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  position: relative;
  color: var(--mcolor);
  margin-bottom: var(--h3);
  padding-bottom: 20px;
}

.under #mainContent h3::before,
.under #mainContent .wp_content h3::before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 21px);
  background: url('../images/ic_ttl3.png') center /cover no-repeat;
  width: 42px;
  height: 12px;
  content: '';
}

.under #mainContent h4,
.under #mainContent .wp_content h4 {
  font-size: 26px;
  position: relative;
  padding: 7px 22px;
  background: var(--mcolor);
  color: #fff;
  border-radius: 6px;
  line-height: 1.61em;
  margin-bottom: var(--h4);
}

.under #mainContent h5,
.under #mainContent .wp_content h5 {
  font-size: 24px;
  color: var(--txt);
  position: relative;
  padding-left: 37px;
  padding-bottom: 8px;
  border-bottom: 1px dotted var(--mcolor);
}

.under #mainContent h5::before,
.under #mainContent .wp_content h5::before {
  background: url('../images/ic_ttl5.png') center /cover no-repeat;
  width: 22px;
  height: 18px;
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
}

.under #mainContent h6,
.under #mainContent .wp_content h6 {
  font-size: 22px;
  position: relative;
  position: relative;
  padding-left: 15px;
  z-index: 1;
}

.under #mainContent h6::before,
.under #mainContent .wp_content h6::before {
  background: url('../images/ic_ttl6.png') center /cover no-repeat;
  width: 36px;
  height: 30px;
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  z-index: -1;
}


.under #mainContent h4.icon {
  position: relative;
  padding: 10px 20px 10px 60px;
}

.under #mainContent h4.icon::before {
  width: 40px;
  height: 40px;
  content: '';
  position: absolute;
  top: 11px;
  left: 10px;
}

.under #mainContent h4.icon4_1::before {
  background: url('../images/ic_h4_1.png') center /cover no-repeat;
}

.under #mainContent h4.icon4_2::before {
  background: url('../images/ic_h4_2.png') center /cover no-repeat;
}

.under #mainContent h4.icon4_3::before {
  background: url('../images/ic_h4_3.png') center /cover no-repeat;
}

.under #mainContent h4.icon4_4::before {
  background: url('../images/ic_h4_4.png') center /cover no-repeat;
}

.under #mainContent h4.icon4_5::before {
  background: url('../images/ic_h4_5.png') center /cover no-repeat;
}

.under #mainContent h4.icon4_6::before {
  background: url('../images/ic_h4_6.png') center /cover no-repeat;
}

.under #mainContent h4.icon4_7::before {
  background: url('../images/ic_h4_7.png') center /cover no-repeat;
}

.under #mainContent h4.icon4_8::before {
  background: url('../images/ic_h4_8.png') center /cover no-repeat;
}

/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under #mainContent {
  padding-bottom: 120px
}

.under #mainContent section {
  padding: 0 0 80px;
  margin-bottom: 0
}

.under #mainContent section:last-child {
  padding: 0
}

.under #mainContent .cl1 {
  color: #55c5e5;
}

/* LINK + BUTTON TOP */
.under #mainContent .link {
  text-decoration: underline;
  color: var(--mcolor);
}

/*============ TOP INFO ============ */
.under #top_info {
  height: 480px;
  margin-right: 100px;
  border-radius: 0 60px 60px 0;
  overflow: hidden;
  position: relative;
  --catch-image: url('../images/top_info_bg.jpg')
}

.under #top_info::before {
  background-image: var(--catch-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;


  width: 1500px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  z-index: -1;
}

.under #top_info .inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 84px;
  padding-left: 70px;
}

.under #top_info .big_ttl {
  font-size: 42px;
  color: var(--mcolor);
  line-height: 1.42em;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  padding: 10px 33px 10px 40px;
  background: #fff;
  border-radius: 6px;
}

/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under #mainContent .topic_path {
  margin-bottom: 30px
}

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

.under #mainContent .topic_path li {
  display: inline;
  position: relative;
  font-size: 15px;
}

.under #mainContent .topic_path li a {
  color: var(--mcolor);
}

.under #mainContent .topic_path li span {
  color: var(--mcolor);
  display: inline-block;
  margin: 0 11px 0 10px;
  top: 7px;
  pointer-events: none;
  position: relative;
  font-size: 0;
  background: url('../images/ic_topic.png') center /cover no-repeat;
  width: 6px;
  height: 10px;
}

/*============ LIST ANCHOR LINK ============ */
.under #mainContent .list_anchor {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}

.under #mainContent .list_anchor .btn {
  margin: 0 10px 15px
}

.under #mainContent .list_anchor:last-child {
  margin-bottom: -15px;
}

/*==========================================================
                        T A B L E
==========================================================*/
.under #mainContent table.td_top td {
  vertical-align: top
}

.under #mainContent table.tb_fix {
  table-layout: fixed;
}

.under #mainContent table {
  margin-bottom: 10px;
}

.under #mainContent table th {
  background: #55c5e5;
  color: #fff;
  font-weight: 500;
}

.under #mainContent table td {
  background: #fff;
  font-weight: 400;
}

.under #mainContent table th,
.under #mainContent table td {
  padding: 15px;
  font-size: 16px;
  border-color: var(--txt);
}

.under #mainContent table img {
  display: block;
  margin: auto;
}

/*============ LIST ============ */
/* TOC */
.under #mainContent #toc_container {
  background: #fefbef;
  padding: 43px 60px 40px;
  border-radius: 12px;
  margin-bottom: 60px;
  margin-top: 30px;
}

.under #mainContent .toc_list {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 35px;
}

.under #mainContent .toc_list li {
  display: block;
  padding-left: 33px;
  padding-bottom: 15px;
  position: relative;
  padding-top: 12px;
  font-size: 16px;
  font-weight: 500;
  width: calc((100% - 35px) / 2);
  border-bottom: 1px solid #ebe8dd;
}

.under #mainContent .toc_list li a {
  color: var(--txt);
  display: block;
  width: calc(100% + 33px);
  position: relative;
  left: -33px;
  padding-left: 33px;
}

.under #mainContent .toc_list li::before {
  background: url('../images/ic_list01.png') center /cover no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 18px;
  left: 2px;
  content: ''
}

.under #mainContent .toc_list li.no-border {
  border: none;
}

/* LIST 01 */
.under #mainContent .list01 {
  margin-bottom: 30px;
}

.under #mainContent .list01 li {
  display: block;
  padding-left: 23px;
  margin-bottom: 16px;
  position: relative;
  font-size: 16px;
}

.under #mainContent .list01 ul li a {
  color: var(--mcolor);
}

.under #mainContent .list01 li::before {
  background: var(--mcolor);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 13px;
  left: 0;
  content: '';
  border-radius: 50%;
}

.under #mainContent .list_2col {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.under #mainContent .list_2col li {
  width: 50%;
}

.under #mainContent .list01.list_indent {
  padding-left: 30px;
}

.under #mainContent .list01.list_indent li {
  margin-bottom: 0;
}

.under #mainContent .indent {
  padding-left: 50px;
}

/* LIST 02 */
.under #mainContent .list02 {
  margin-bottom: 30px;
}

.under #mainContent .list02 li {
  counter-increment: li;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}

.under #mainContent .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;
}

/* LIST STEP */
.under #mainContent .list_step dl {
  margin-bottom: 53px;
  padding: 18px 25px 25px;
  position: relative;
  background: var(--mcolor);
  border-radius: 12px;
}

.under #mainContent .list_step dl:not(:last-child)::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 30px 0px 30px;
  border-color: var(--mcolor) transparent transparent transparent;
  position: absolute;
  bottom: -28px;
  left: calc(50% - 30px);
  content: '';
}

.under #mainContent .list_step dl::after {
  width: 145px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #e6ee9c;
  border-radius: 12px 0 0 12px;
}

.under #mainContent .list_step dl:last-child {
  margin-bottom: 0
}

.under #mainContent .list_step dt {
  font-weight: 500;
  font-size: 26px;
  color: #fff;
  line-height: 1.61em;
  position: relative;
  z-index: 2;
  display: flex;
  margin-bottom: 14px;
}

.under #mainContent .list_step dt .step {
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  line-height: 1em;
  color: var(--txt);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  top: -8px;
  left: 2px;
  margin-right: 55px;
}

.under #mainContent .list_step dt .name {
  font-size: 26px;
  margin: 0;
  padding: 0;
  background: none;
}

.under #mainContent .list_step dt .numb {
  font-size: 42px;
  line-height: 1em;
  position: relative;
  top: 2px;
  margin-left: 6px;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.under #mainContent .list_step dd {
  padding: 37px 50px;
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 2em;
  position: relative;
  z-index: 3;
}

/*============ FRAME ============ */
/* FRAME 01 */
.under #mainContent .frame01 {
  background: url('../images/frame01_bg.jpg') top center /cover no-repeat;
  padding: 30px 15px;
  border-radius: 12px;
  position: relative;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.under #mainContent .style01 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #fff;
}


/* FRAME REASON */
.under #mainContent .frame_reason {
  position: relative;
  padding: 25px 50px 35px;
  margin-bottom: 50px;
}

.under #mainContent .frame_reason:last-child {
  margin-bottom: 0;
}

.under #mainContent .frame_reason::before {
  background: #fefbef;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  z-index: 0;
  content: '';
  transition: var(--time);
}

.under #mainContent .frame_reason::after {
  background: linear-gradient(0, #8bdeeb 0%, #e6ee9c 100%);
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 6px;
}

.under #mainContent .frame_reason p {
  color: inherit;
  position: relative;
  position: relative;
  z-index: 5;
}

.under #mainContent .frame_reason .en {
  font-size: 20px;
  text-align: center;
  color: var(--mcolor);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}

.under #mainContent .frame_reason .ja {
  font-size: 26px;
  border-bottom: 1px solid #e3e1d7;
  padding: 0 0 10px;
  width: 100%;
  background: none;
  color: inherit;
  text-align: center;
}

/* LIST FAQ */
.under #mainContent .list_faq {}

.under #mainContent .list_faq dl {
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 12px;
}

.under #mainContent .list_faq dt {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to right, var(--mcolor) 0%, var(--scolor) 100%);
  padding: 18px 25px 20px 16px;
  color: #fff;
  cursor: pointer;
  transition: var(--time);
  border-radius: 12px;
  transition: var(--time);
}

.under #mainContent .list_faq dt.open {
  border-radius: 12px 12px 0 0;
}

.under #mainContent .list_faq dt::before,
.under #mainContent .list_faq dt::after {
  content: "";
  display: block;
  position: absolute;
  transition: var(--time);
  width: 16px;
  height: 2px;
  right: 2%;
  top: calc(50% - 1px);
  background-color: #fff;
  z-index: 2;
}

.under #mainContent .list_faq dt::after {
  transform: rotate(90deg);
}

.under #mainContent .list_faq dt.open::after {
  transform: rotate(0deg);
}

.under #mainContent .list_faq dd {
  position: relative;
  padding: 10px 15px 15px 65px;
  background: #fefbef;
  font-size: 16px;
  border-radius: 12px;
}

.under #mainContent .list_faq dt span {
  font-weight: 500;
  text-align: center;
  line-height: 1em;
  color: #fff;
  margin-right: 15px;
  flex-shrink: 0;
  font-family: var(--en);
  font-size: 48px;
}

.under #mainContent .list_faq dd span {
  position: absolute;
  top: 8px;
  left: 15px;
  font-weight: 500;
  line-height: 1em;
  color: #fff;
  flex-shrink: 0;
  font-family: var(--en);
  font-size: 48px;
  color: var(--mcolor);
}


/* BOX DOCTOR */
.under #mainContent .box_doctor {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.under #mainContent .box_doctor .img {
  margin-bottom: 0;
}

.under #mainContent .box_doctor .img img {
  border-radius: 12px;
}

.under #mainContent .box_doctor .name {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: #fff;
  padding: 10px 40px;
  border-radius: 10px;
  font-size: 24px;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.under #mainContent .box_doctor .name .ja {
  font-weight: bold;
  color: var(--mcolor);
}

.under #mainContent .box_doctor .name .en {
  font-weight: 500;
}

/* CLINIC */
.under #mainContent .clinic_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  row-gap: 50px;
}

.under #mainContent .clinic_list .item {}

.under #mainContent .clinic_list .item .img {
  border: 1px solid var(--txt);
  margin-bottom: 10px;
  text-align: center;
}

.under #mainContent .clinic_list .item .big {
  font-size: 18px;
  border-bottom: 1px solid var(--mcolor);
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: 500;
}

.under #mainContent .clinic_list .item .label {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.under #mainContent .clinic_list .item .label span {
  display: inline-block;
  padding: 2px 10px;
  background: var(--mcolor);
  color: #fff;
  margin-right: 5px;
  border-radius: 5px;
  font-weight: 500;
}

.under #mainContent .clinic_list .item .des {}

/* ===========  WORDPRESS ===========  */
.under #mainContent .wp_content p a {
  text-decoration: underline;
  color: var(--mcolor);
}

.under #mainContent .wp_content .image_l img,
.under #mainContent .wp_content .image_r img {
  max-height: 320px;
  max-width: 450px;
  width: 100%;
}

.under #mainContent .wp_content img.aligncenter {
  margin: 0 auto;
  display: block;
}

.under #mainContent .wp_content img.alignleft {
  float: left;
  margin: 0 50px 0 0;
}

.under #mainContent .wp_content img.alignright {
  float: right;
  margin: 0 0 0 50px;
}

.under #mainContent .wp_content .colImg picture {
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
}

.under #mainContent .wp_content del {
  text-decoration: line-through;
}

.under #mainContent .image_l img,
.under #mainContent .image_r img {
  border-radius: 12px;
}

.under .ud_map {
  height: 450px;
  width: 100%;
  margin-bottom: 20px;
}

.under .ud_map iframe {
  width: 100%;
  height: 100%;
  border: none;
}


/* RESET */
.under #mainContent table:last-child,
.under #mainContent .list_faq:last-child,
.under #mainContent .list_faq dl:last-child,
.under #mainContent .list01:last-child,
.under #mainContent .list01 li:last-child,
.under #mainContent .list02:last-child,
.under #mainContent .list02 li:last-child,
.under #mainContent .list_check:last-child,
.under #mainContent .list_check li:last-child,
.under #mainContent .list_step:last-child,
.under #mainContent .list_step dl:last-child,
.under #mainContent .section p:last-child,
.under #mainContent p:last-child,
.under #mainContent .frame01:last-child,
.under #mainContent .frame_pick:last-child {
  margin-bottom: 0
}



/* START BLOG
------------------------------------------------------------------------*/
.under #mainContent #pagination:empty {
  display: none;
}

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

.under #mainContent #pagination a,
.under #mainContent #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;
}

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

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

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

.under #mainContent #pagination span {
  opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

.under #mainContent .blog_list_style01 .item .info .date .tag {
  display: inline-block;
  color: transparent;
  letter-spacing: -1em;
}

.under #mainContent .blog_list_style01 .item .info .date .tag a {
  background-color: #7fdbda;
  display: inline-block;
  margin-right: 2px;
  padding: 0 10px;
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
  margin-bottom: 1px;
  margin-top: 1px;
}

.under #mainContent .blog_list_style01 .item .info .date .tag a.case {
  background-color: var(--scolor);
}

.under #mainContent .blog_list_style01 .item .info .date .day {
  margin-right: 1em;
}

.under #mainContent .blog_list_style01 .item .info .ttl {
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
  font-weight: 500;
  text-align: left;
  font-size: 20px;
  text-underline-offset: 4px;
  transition: var(--time);
}

.under #mainContent .blog_list_style01 .item .info .des {
  padding-bottom: 15px;
  text-align: left;
}

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

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

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

.under #mainContent .blog_list_style01 .item .info .button a::before {
  opacity: 0;
}

.under #mainContent .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: var(--time);
}

@media only screen and (min-width: 769px) {
  .under #mainContent .blog_list_style01 .item picture:hover {
    opacity: 0.7;
  }

  .under #mainContent .blog_list_style01 .item .info .ttl:hover,
  .under #mainContent .blog_list_style01 .item .info .ttl:hover a {
    color: var(--mcolor);
  }

  .under #mainContent .blog_list_style01 .item .info .button:hover a {
    opacity: 1;
    color: #fff;
  }

  .under #mainContent .blog_list_style01 .item .info .button:hover::after {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .under #mainContent .blog_list_style01 .item .info .ttl {
    font-size: 18px;
  }

  .under #mainContent .blog_list_style01 .item .info .des {
    padding-bottom: 25px;
  }
}

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

  .under #mainContent .blog_list_style01 .item picture {
    margin: 0 auto;
  }

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

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

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

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

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

.under #mainContent .main_blog_container .sidebar {
  width: 220px;
}

.under #mainContent .main_blog_container .sidebar .txt_head,
.under #mainContent .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;
}

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

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

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

.under #mainContent .main_blog_container .sidebar ul:not(.children)>li a {
  text-decoration: underline;
}

.under #mainContent .main_blog_container .sidebar ul:not(.children)>li a:hover {
  text-decoration: none;
}

.under #mainContent .main_blog_container .sidebar ul.children {
  padding: 7px;
}

.under #mainContent .main_blog_container .sidebar ul.children li {
  padding-bottom: 5px;
}

.under #mainContent .main_blog_container .sidebar ul.children li:last-child {
  padding-bottom: 0;
}

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

  .under #mainContent .main_blog_container .sidebar {
    display: none;
  }
}

.under #mainContent .blog_post_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 100px auto 0;
  clear: both;
}

.under #mainContent .blog_post_button::before {
  content: '';
  display: block;
  clear: both;
}

.under #mainContent .blog_post_button>div {
  position: relative;
  width: 32%;
  color: #fff;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}

.under #mainContent .blog_post_button>div:empty::before,
.under #mainContent .blog_post_button>div:empty::after {
  display: none;
}

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

.under #mainContent .blog_post_button>div::before {
  background-color: var(--mcolor);
}

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

.under #mainContent .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;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: inherit;
}

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

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

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

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

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

/* END BLOG


/* 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;
}

.blog-content 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;
  box-sizing: border-box;
  background: #F7F7F7;
  margin-bottom: 40px;
  border-left: 2px solid #E5127C;
  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;
  }

  .box_lig01:last-child,
  .box_lig02:last-child {
    margin-bottom: 0;
  }

  .under #mainContent .blog_post_button {
    margin-top: 50px;
  }
}

.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;
}

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

.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: 38%;
  }

  .under .doctor_box2 .content {
    width: 62%;
    padding-right: 4%;
  }

  .under .doctor_box2 .wrap {
    margin-top: 1em;
  }

  .under .doctor_box2 .wrap .list {
    min-width: 42%;
    margin-bottom: 20px;
  }
}

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

.under .btn2 a {
  position: relative;
  color: var(--mcolor);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5em 1em;
  font-family: var(--f-jp);
  width: 13.625em;
  height: 100%;
  background-color: #fff;
  color: var(--mcolor);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.under .btn2 a:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 0.3125em;
  height: 0.5625em;
  right: 0.6em;
  top: calc(50% - 0.2813em);
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='50px' height='90px'%3E%3Cpath fill-rule='evenodd' fill='rgb(181, 166, 150)' d='M0.000,90.000 L0.000,80.003 L43.752,44.1000 L0.000,10.002 L0.000,-0.002 L50.000,40.001 L50.000,49.998 L0.000,90.000 Z'/%3E%3C/svg%3E");
  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;
  background-color: var(--mcolor);
}

.under .btn2 a.atv {
  background-color: var(--mcolor);
  color: #fff;
}

.under .btn2 a.atv:after {
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  .under .btn2 a:hover {
    background-color: var(--mcolor);
    color: #fff;
  }

  .under .btn2 a:hover:after {
    background-color: #fff;
  }
}

.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);
  font-size: 20px;
}

.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>.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: 60px;
    padding: 30px 15px;
  }

  .under .page_link .row {
    --size-mg: 5px;
    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 - 80px) / 26);
  }
}

.under #mainContent .inner .blog-content img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.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: 60px;
}

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

.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% - 410px);
}

.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;
}

/* END ADD POST */


/* SITEMAP */
.under .sitemap>ul>li {
  margin: 0 !important;
}

.under .sitemap>ul>li .lv2 {
  padding-left: 1em;
}

.under .sitemap>ul>li a[href="#"] {
  pointer-events: none;
  font-size: 200%;
  color: var(--mcolor);
}

.under .sitemap>ul>li a,
.under .sitemap>ul>li p {
  display: block;
  width: 100%;
  padding: 10px 15px 10px 30px;
  border-bottom: dotted 1px #ccc;
  color: var(--clr1);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

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

.under .sitemap>ul>li .title {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1;
  color: var(--mcolor);
  text-transform: uppercase;
  font-family: var(--en);
  font-weight: 500;
}

.under .sitemap>ul>li .title::before,
.under .sitemap>ul>li .title::after {
  background-color: var(--mcolor);
}

.under .sitemap>ul>li a[href="#"]::after,
.under .sitemap>ul>li p:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 15px;
  background: var(--mcolor);
  left: 6px;
  top: 50%;
  margin-top: -6px;
}

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

.under .sitemap>ul>li li {
  margin: 0 !important;
}

.under .sitemap>ul>li li.mn_tl>a {
  pointer-events: none;
  cursor: default;
  padding-left: 28px;
  font-size: 1.111111111em;
  color: var(--mcolor);
  font-weight: 600;
}

.under .sitemap>ul>li li.mn_tl>a::before {
  display: none;
}

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

.under .sitemap>ul>li li a:before {
  left: 24px;
  top: 1.5556em;
}

.under .sitemap>ul>li li.menu-customer .title {
  color: var(--mcolor);
  font-size: 50px;
  text-transform: uppercase;
  padding-left: 0;
  border-bottom: 0;
}

.under .sitemap>ul>li li.menu-customer .title::after {
  display: none;
}

.under .sitemap>ul>li li.menu-customer .title::before {
  display: none;
}

.under .sitemap>ul>li li.menu-customer .title:hover {
  opacity: 1;
  background: none;
  cursor: default;
}

.under .sitemap>ul>li .menu-customer-sub>a {
  border: 0;
  padding-left: 0;
  font-size: 20px;
}

.under .sitemap>ul>li .menu-customer-sub>a::before {
  display: none;
}

.under .sitemap>ul>li .menu-customer-sub>a:hover {
  opacity: 1;
  background: none;
  cursor: default;
}

/* END SITEMAP */


/* INTERVIEW */
/*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 {
  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: inline-flex;
  position: relative;
  margin-bottom: 0.75em;
  padding-bottom: 0.62em;
  padding-right: 0.66em;
  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;
  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: 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::before,
.interview_catch::after {
  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 img {
  border-radius: 12px;
}

.interview_img::before {
  content: counter(count, decimal-leading-zero);
  counter-increment: count;
  position: absolute;
  bottom: 0.2em;
  left: 40px;
  font-family: var(--en);
  line-height: 0.5;
  font-size: 100px;
  color: var(--mcolor);
}

.interview_content {
  max-width: 49%;
}

/*INTERVIEW PAGE*/
@media only screen and (max-width: 768px) {
  .under.page-interview {
    counter-reset: count;
  }

  .under.page-interview .key {
    height: 450px;
  }

  .under.page-interview .key .key_text {
    padding: 10px 10px 5vh;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .under.page-interview .key .catch {
    font-size: min(0.625em, 3vw);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .under.page-interview .key .catch .idx_en,
  .under.page-interview .key .catch h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .under.page-interview .key .catch h2,
  .under.page-interview .key .catch p {
    text-align: center;
  }

  .interview_catch {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .interview_catch p {
    font-size: 18px;
    line-height: 1.4;
  }

  .interview_content,
  .interview_img {
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .interview_img {
    margin-bottom: 35px;
  }

  .interview_img::before {
    content: counter(count, decimal-leading-zero);
    counter-increment: count;
    font-size: 60px;
  }

  .interview_img:before {
    left: 20px;
    font-size: 70px;
  }

  .interview_box {
    margin-bottom: 50px;
  }

  .interview_box.box_left .interview_content {
    margin-left: auto;
  }

  .interview_box.box_right .interview_content {
    margin-right: auto;
  }

}

.case_compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  position: relative;
  margin-bottom: 1.5em;
}

.case_compare dl {
  margin: 0;
  text-align: center;
}

.case_compare dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 160%;
  text-transform: uppercase;
}

.case_compare dd {
  margin: 0;
}

.case_compare::after {
  content: "\2192";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 1;
}

.case_compare1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 1.5em;
}

.calendar-item {
  width: 100%;
  max-width: 533px;
  height: 553px;
  z-index: 2;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 0 10px 0 #d4d4d4;
  border-radius: 20px;
  margin-right: 30px;
}

.calendar-item:last-child {
  margin-right: 0;
}

.iframe-ca {
  width: 100%;
  height: calc(100% - 40px);
}

.calendar-ttl {
  font-size: 20px !important;
  margin: 0 0 15px;
  padding-left: 10px;
  border-left: 2px solid var(--mcolor);
}

.calendar-list {
  display: flex;
  justify-content: center;
}

.tablemb {
  margin-bottom: 15px;
}