@charset "UTF-8";

/**************************************************
 * 各セクションのタイトル・テキスト装飾
 **************************************************/
.wp-block-group.box.wp-block-group-,
.breadcrumbs-in,
.box {
  max-width: 1120px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.box p {
  line-height: 1.6;
  background-color: transparent;
}

/* --- H3 タイトル --- */


/* --- スマホ用改行（PCでは非表示） --- */
.sp-br {
  display: none;
}

/* --- H4 タイトル --- */
.article .title_h4 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
}

/* --- H5 タイトル --- */
.article .title_h5 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}

/* --- セクション背景色（グレー） --- */
article.article .entry-content section {
  background-color: #DEE0E4;
}



/**************************************************
 * セクション 全体
 **************************************************/
.txt {
  margin-bottom: 80px;
  text-align: center;
}

.txt p {
  line-height: 1.5;
}

.row {
  display: flex;
}

.row .left,
.row .right {
  width: 50%;
}




/**************************************************
 * シート２　初めての方へ
 **************************************************/

 /**top**/
.sec05 .row{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 120px;
}

/**文章**/
.sec05 .row .left {
  width: 65%;
}
.article .sec05 .title_second {
  font-size: 32px;
  margin-bottom: 20px;
}
.article .sec05 .title_two {
  margin-bottom: 20px;
  line-height: 1.2;
}
.sec05 p {
  font-size: 18px;
  margin-bottom: 20px;
}
.sec05 .intro,
.sec05 .policy,
.sec05 .cancel,
.sec05 .waiting {
  margin-bottom: 50px;
}

/**画像**/
.sec05 .row .right {
  width: 30%;
}

.sec05 .row .right img {
  width: 100%;
  height: auto;
  border-radius: 40px;
}

 /**************************************************
 * シート２　当院の約束
 **************************************************/

/**全体**/
.sec05 .bottom {
  padding: 40px;
  border-radius: 40px;
  background-color: #FBF7F3;
}

/**タイトル**/
.sec05 .title{
  position: relative;
  font-size: 24px;
  margin-bottom: 20px;
  margin-left: 24px;
  font-weight: 500;
}

/**文章**/
.sec05 ol p {
  margin-bottom: 0;
}
.sec05 .policy_ol {
  padding: 20px 30px;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 2px solid #5B8D5B;
}
.sec05 .policy_ol ol {
  margin: 0 0 0 20px;
}
.sec05 ol li {
  padding: 0;
  margin-bottom: 20px;
}
/**spanタグ**/
.title-en {
  background: linear-gradient(transparent 65%, #FFF5A8 65%);
  font-weight: 500;
}

/**疑似要素**/
.sec05 .title::before{
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  display: inline-block;
  width: 4px;
  height: 24px;
  background-color:#5B8D5B;
  z-index: 1;
}


/**************************************************
 * シート２　診療の流れ
 **************************************************/
/***************共有項目*****************/
/**全体**/
.sec06 .flow_item {
  position: relative;
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 15px;
  border: 2px solid #5B8D5B;
}
.sec06 .flow_item img {
  border-radius: 20px;
}
.sec06 .row {
  display: flex;
  justify-content: space-between;
}

/**ブロック**/
.sec06 .row .left {
  width: 28%;
}
.sec06 .row .right {
  width: 67%;
}

/**STEPスタイル**/
.sec06 .step_label {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-block;
  padding: 10px 32px;
  background-color: #5b8d5b;
  color: #fff;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}

/**タイトル**/
.sec06 .title_2{
  margin-bottom: 20px;
  font-size: 20px;
  color: #5B8D5B;
  line-height: 1.5;
  font-weight: 500;
}

/**文章**/
.sec06 p{
  font-size: 18px;
  margin-bottom: 10px;
}

/***************各項目*****************/
/**STEP1**/
.sec06 .check_text,
.sec11 .check_text{
  position: relative;
  border-radius: 15px;
  padding: 20px 20px 20px 90px;
  background-color: #FFF5A8;
  margin-bottom: 0;
  line-height: 1;
}
.sec06 .check_text::before,
.sec11 .check_text::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 40px;
  height: 40px;
  background-image: url(./../../../img/s2_icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

/**STEP3**/
.sec06 .inspection_list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.sec06 .inspection_list li {
  position: relative;
  padding-left: 1.8em;
  font-size: 18px;
  line-height: 1.8;
}
.inspection_list li:nth-child(1)::before {
  content: "①";
}
.inspection_list li:nth-child(2)::before {
  content: "②";
}
.inspection_list li:nth-child(3)::before {
  content: "③";
}
.inspection_list li::before {
  position: absolute;
  left: 0;
  top: 0;
}


/**************************************************
 * シート３　
 **************************************************/

 /**top**/
 .sec07 .row {
   display: flex;
   justify-content: space-between;
   flex-direction: row-reverse;
   margin-bottom: 120px;
 }

 /**文章**/
 .sec07 .row .left {
   width: 65%;
 }

 .article .sec07 .title_second {
   font-size: 32px;
   margin-bottom: 20px;
 }

 .sec07 p {
    font-size: 18px;
 }

 /**画像**/
 .sec07 .row .right {
   width: 30%;
 }

 .sec07 .row .right img {
   width: 100%;
   height: auto;
   border-radius: 40px;
 }

/**************************************************
 * シート３　お悩み（sec07）
 **************************************************/
  .sec07 .common_box{
    height: 372px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sec07 .common_box_xp,
  .sec09 .common_box_xp {
    position: relative;
    width: 22%;
    height: 100%;
    padding: 15px;
    border-radius: 15px;
    border: 2px solid #5B8D5B;
  }
  /**疑似**/
.sec07 .common_box_xp::before,
.sec09 .common_box_xp::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 65px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
/**sec07疑似**/
.sec07 .common_box_xp.no01::before {
  background-image: url(./../../../img/no.01.png);
}
.sec07 .common_box_xp.no02::before {
  background-image: url(./../../../img/no.02.png);
}
.sec07 .common_box_xp.no03::before {
  background-image: url(./../../../img/no.03.png);
} 
.sec07 .common_box_xp.no04::before {
  background-image: url(./../../../img/no.04.png);
}
.sec09 p {
  position: relative;
  z-index: 2;
}
/**sec09疑似**/
.sec09 .common_box_xp.no01::before {
  background-image: url(./../../../img/g.no.01.png);
}
.sec09 .common_box_xp.no02::before {
  background-image: url(./../../../img/g.no.02.png);
}
.sec09 .common_box_xp.no03::before {
  background-image: url(./../../../img/g.no.03.png);
}

.sec07 .common_box_xp img {
  height: auto;
  width: 218px;
  padding-bottom: 20px;
}

/**************************************************
 * シート３　ブルーラジカルとは（sec08）
 **************************************************/
/**全体**/
.sec08 .row {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 140px;
}

.sec08 .row .right {
  width: 45%;
}

.sec08 p {
  font-size: 18px;
}

.sec08 .reveal.visible,
.sec08 .reveal-item.visible {
  margin-bottom: 40px;
}

/**タイトル**/
.sec08 .title,
.sec11 .title {
  position: relative;
  font-size: 24px;
  margin-bottom: 20px;
  margin-left: 24px;
  font-weight: 500;
}

/**疑似要素**/
.sec08 .title::before,
.sec11 .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  display: inline-block;
  width: 4px;
  height: 24px;
  background-color: #5B8D5B;
  z-index: 1;
}
/**************************************************
 * シート３　３つのメリット（sec09）
 **************************************************/
/**全体**/
.sec09 .common_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 140px;
}
.sec09 .common_box_xp {
  width: 31%;
  height: 272px;
}
.sec09 .common_box_xp img {
  margin-bottom: 16px;
  border-radius: 20px;
}
.sec09 .title_2,
.sec10 .title_2 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #5B8D5B;
  line-height: 1.5;
  font-weight: 500;
}

.sec09 .title_2,
.sec10 .title_2{
  text-align: center;
}

 /**************************************************
 * シート３　治療の流れ（sec10）
 **************************************************/
  /**全体**/
 .sec10 .row {
    display: block;
  }
  .sec10 .flow_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec10 .flow_item {
    position: relative;
    width: 250px;
    height: 290px;
    padding: 16px;
    padding-top: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
    border: 2px solid #5B8D5B;
  }
  /**疑似**/
  .sec10 .flow_item::before{
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    width: 12px;
    height: 24px;
    background-image: url(./../../../img/yajirusi.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sec10 .flow_item.no04::before {
    background-image: none;
  }
  
  .sec10 .common_box {
    height: 372px;
    align-items: center;
  }
  .sec10 .common_box_xp {
    width: 21%;
    height: 100%;
    padding: 15px;
    border-radius: 15px;
    border: 2px solid #5B8D5B;
  }
  .sec10 .common_box_p{
    font-size: 18px;
    margin-bottom: 80px;
  }

  /**STEPスタイル**/
  .sec10 .step_label {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: inline-block;
    padding: 8px 27px;
    background-color: #5b8d5b;
    color: #fff;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .sec10 .flow_item img {
    border-radius: 20px;
  }
  .sec10 .title_2 {
    margin-top: 16px;
    text-align: center;
  }
 /**************************************************
 * シート３　費用（sec11）
 **************************************************/
/**全体**/
.sec11 .row {
  display: block;
}
.sec11 p {
  font-size: 18px;
  margin-bottom: 60px;
}

/**表**/
.sec11 table.price-table {
  margin-bottom: 20px;
}
.sec11 table.style01 {
  margin-bottom: 180px;
}

/**チェック**/
.sec11 .check_text{
  margin-bottom: 60px;
}

.br-faq-accordion {
    display: block;
}
.br-faq-item {
    border-top: 1px solid #666;
}
.br-faq-item:last-child {
    border-bottom: 1px solid #666;
}
.br-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 20px;
    background: transparent;
    border: none;
    text-align: left;
    font-size: 1rem;
    cursor: pointer;
    font-family: var(--font-main);
}
.br-faq-q:hover {
    background: transparent;
}
.br-faq-q.open {
    background: transparent;
}
.br-faq-label {
    font-weight: bold;
    flex-shrink: 0;
}
.br-faq-q .br-faq-label {
    color: #5B8D5B;
}
.br-faq-a-inner .br-faq-label {
    color: #FFAD50;
}
.br-faq-icon {
    margin-left: auto;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    position: relative;
}
.br-faq-icon::before,
.br-faq-icon::after {
    content: '';
    position: absolute;
    background: #666;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.2s;
}
.br-faq-icon::before { width: 12px; height: 2px; }
.br-faq-icon::after  { width: 2px; height: 12px; }
.br-faq-q.open .br-faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.br-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 20px;
    background: transparent;
}
.br-faq-a.open {
    max-height: 500px;
    padding: 16px 20px;
}
.br-faq-a-inner {
    display: flex;
    gap: 8px;
    align-items: baseline;
}
.br-faq-a-inner .br-faq-label {
    flex-shrink: 0;
}
.br-faq-a-inner p {
    margin: 0;
}


/**************************************************
 * モバイル
 **************************************************/
@media screen and (max-width: 767px) {

  /**sec05**/
  .sec05 .row {
    display: block;
  }

  .sec05 .row .left {
    width: 100%;
  }

  .sec05 .row .right {
    width: 100%;
  }

  .sec05 .bottom {
    padding: 20px;
  }

  .sec05 p {
    font-size: 16px;
  }

  /**sec06**/
  .sec06 .row {
    display: block;
  }

  .sec06 .row .left {
    width: 100%;
  }

  .sec06 .row .right {
    width: 100%;
  }

  .sec06 .flow_item {
    padding: 20px;
  }

  .sec06 p {
    font-size: 16px;
  }

  .sec06 .check_text {
    line-height: 1.2;
  }

  .sec05 .policy_ol {
    padding: 20px 15px;
  }

  /**sec07**/
  .sec07 .row {
    display: block;
    margin-bottom: 80px;
  }
  .sec07 .row .left,
  .sec08 .row .left {
    width: 100%;
  }
  .sec07 .row .right,
  .sec08 .row .right{
    margin: 20px 0 20px;
    width: 100%;
  }
  .sec07 .common_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100%;
    margin-bottom: 350px;
  }
  .sec07 .common_box_xp{
    width: 47%;
  }
  /**sec08**/
  .sec08 .row {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  /**sec09**/
  .sec09 .common_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100%;
  }
  .sec09 .common_box_xp {
    width: 300px;
    height: 272px;
  }
  /**sec10**/
  .sec10 .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec10 .flow_item {
    position: relative;
    width: 300px;
    height: 320px;
    margin-bottom: 60px;
  }
  .sec10 .flow_item::before {
    top: 330px;
    right: 50%;
    transform: rotate(90deg);
  }

  .sec10 .flow_item.no04::before {
    background-image: none;
  }
  /**sec11**/
  /**sec12**/
}

/**************************************************
 * 各セクションのタイトル・テキスト装飾
 **************************************************/
.wp-block-group.box.wp-block-group-,
.breadcrumbs-in,
.box {
  max-width: 1120px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.box p {
  line-height: 1.6;
  background-color: transparent;
}

/* --- H3 タイトル --- */

/* --- スマホ用改行（PCでは非表示） --- */
.sp-br {
  display: none;
}

/* --- H4 タイトル --- */
.article .title_h4 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
}

/* --- H5 タイトル --- */
.article .title_h5 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}

/* --- セクション背景色（グレー） --- */
article.article .entry-content section {
  background-color: #DEE0E4;
}



/**************************************************
 * セクション 全体
 **************************************************/
.txt {
  margin-bottom: 80px;
  text-align: center;
}

.txt p {
  line-height: 1.5;
}

.row {
  display: flex;
}

.row .left,
.row .right {
  width: 50%;
}


/* ------------ 診療時間・アクセス ------------ */

.access .box {
  margin-bottom: 80px;
}

.access .box .hours-container {
  background: #FBF7F3;
  border-radius: 40px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.access .box .hours-container .left {
  width: 53%;
  margin-right: 5%;
}

.access .box .hours-container .left img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.access .box .hours-container .right ul li.title {
  display: none;
}

.access .box .access-info {
  background: #FBF7F3;
  border-radius: 40px;
  padding: 34px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0 40px;
}

.access .box .access-info .logo img {
  height: 60px;
  width: auto;
}

.access .box .yubin-address {
  line-height: 1.4;
}

.access .box .yubin-address::before {
  top: 10px;
}

.access .box .access-info .yubin-address br {
  display: block;
  content: "";
}

.access .box .map {
  margin-bottom: 40px;
}

.access .box .map iframe {
  width: 100%;
  height: 300px;
  border-radius: 40px;
  display: block;
}

.access .box .traffic {
  display: flex;
  justify-content: space-between;
}

.access .box .traffic .transport {
  width: 48%;
  border: 2px solid #5B8D5B;
  border-radius: 20px;
  padding: 20px 16px 40px;
  box-sizing: border-box;
  text-align: center;
}

.access .box .traffic .transport h3.title {
  display: inline-block;
  margin: 0 auto 20px;
  background: #5B8D5B;
  color: #FFFFFF;
  padding: 8px 25px;
  border-radius: 50px;
}

.access .box .traffic .transport .car_icon,
.access .box .traffic .transport .train_icon {
  margin-bottom: 20px;
}

.access .box .traffic .transport .car_icon img,
.access .box .traffic .transport .train_icon img {
  width: 100px;
  height: auto;
  display: inline-block;
}

.access .box .traffic .transport p {
  line-height: 1.8;
  text-align: left;
}

.access .box .traffic .transport .sub-info h4.title {
  color: #5B8D5B;
  border-bottom: 2px solid #FFF5A8;
  padding-bottom: 10px;
  margin: 20px 0 6px;
  font-weight: bold;
  text-align: left;
}


@media screen and (max-width: 767px) {
  .access .box .hours-container {
    border-radius: 30px;
    padding: 30px 20px;
  }
  
  .access .box .hours-container {
    flex-wrap: wrap;
  }

  .access .box .hours-container .right,
  .access .box .hours-container .left {
    width: 100%;
  }

  .access .box .hours-container .left img {
    border-radius: 16px;
  }

  .access .box .hours-container .left {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .access .box .access-info {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
  }

  .access .box .access-info > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: left;
  }

  .access .box .access-info > div:last-child {
    margin-bottom: 16px;
  }

  .access-info > div:last-child {
    margin-bottom: 0;
  }

  .access .box .map iframe {
    border-radius: 20px;
  }

  .access .box .traffic {
    flex-wrap: wrap;
  }

  .access .box .traffic .transport {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .access .box .traffic .transport:last-child {
    margin-bottom: 0;
  }
}



/* ------------ 診療内容 ------------ */
.services .box .row .right p {
  line-height: 2;
  font-weight: 500;
}

.services .box .treatnav {
  padding: 40px;
  background-color: #FBF7F3;
  border-radius: 40px;
}

.services .box .treatnav .treatnav_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
}

.services .box .treatnav .treatnav_inner a.nav_item {
  display: block;
  width: 230px;
  background-color: #DAECE2;
  border-radius: 20px;
  padding: 20px 16px;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.services .box .treatnav .treatnav_inner a.nav_item:hover {
  transform: translateY(-5px);
  opacity: 0.8;
}

.services .box .treatnav .treatnav_inner .icon {
  margin: 0 auto 16px;
}

.services .box .treatnav .treatnav_inner .icon img {
  width: 150px;
  height: auto;
  display: inline-block;
}

.services .box .treatnav .treatnav_inner p {
  color: #5B8D5B;
  font-weight: 500;
  margin-bottom: 16px;
  border-bottom: 1px solid #5B8D5B;
  display: inline-block;
}

.services .box .treatnav .treatnav_inner .arrow_down {
  position: relative;
  width: 100%;
  height: 40px;
}

.services .box .treatnav .treatnav_inner .arrow_down::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("./../../../img/arrow_down.webp") no-repeat;
  background-size: contain;
}


.services .box .treat_sec {
  margin-bottom: 160px;
}

.services .box .treat_sec:last-child {
  margin-bottom: 0;
}

.services .box .sec_inner .intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.services .box .sec_inner .intro .left {
  width: 40%;
}

.services .box .sec_inner .intro .left img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 40px;
}

.services .box .sec_inner .intro .right {
  width: 55%;
}

.services .box .sec_inner .intro .right h3.title_p {
  color: #5B8D5B;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.5;
}

.services .box .sec_inner .intro .right p {
  line-height: 2;
  margin-bottom: 20px;
}

.services .box .sec_inner .intro .right p:last-child {
  margin-bottom: 0;
}


.services .box .sec_inner .kinds {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.services .box .sec_inner .kinds .kinds_card {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
  border: 1px solid #5B8D5B;
  border-radius: 20px;
  padding: 20px 16px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.services .box .sec_inner .oneline .kinds_card {
  margin-bottom: 0;
}

.services .box .sec_inner .kinds .kinds_card::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(./../../../img/01_green.webp);
  background-position: right bottom;
  z-index: 0;
}

.services .box .sec_inner .kinds .kinds_card * {
  position: relative;
  z-index: 1;
}

.services .box .sec_inner .kinds .kinds_card:nth-child(2)::after {
  background-image: url("./../../../img/02_green.webp");
}

.services .box .sec_inner .kinds .kinds_card:nth-child(3)::after {
  background-image: url("./../../../img/03_green.webp");
}

.services .box .sec_inner .kinds .kinds_card:nth-child(4)::after {
  background-image: url("./../../../img/04_green.webp");
}

.services .box .sec_inner .kinds .kinds_card:nth-child(5)::after {
  background-image: url("./../../../img/05_green.webp");
}

.services .box .sec_inner .kinds .kinds_card:nth-child(6)::after {
  background-image: url("./../../../img/06_green.webp");
}
.services .box .sec_inner .kinds .kinds_card:nth-child(7)::after {
  background-image: url("./../../../img/07_green.webp");
}

.services .box .sec_inner .kinds .kinds_card:nth-child(3n) {
  margin-right: 0;
}

.services .box .sec_inner .kinds .kinds_card .hoken,
.services .box .sec_inner .kinds .kinds_card .jihi {
  display: block; 
  width: fit-content;
  margin: 0 auto 20px;
  background-color: #5B8D5B;
  color: #fff;
  padding: 10px 80px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
}

.services .box .sec_inner .kinds .kinds_card .jihi {
  background-color: #FFF5A8;
  color: #333;
}

.services .box .sec_inner .kinds .kinds_card .icon {
  margin: 0 auto 20px;
  width: 150px;
}

.services .box .sec_inner .kinds .kinds_card .icon img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.services .box .sec_inner .kinds .kinds_card .kinds_title {
  color: #5B8D5B;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}

.services .box .sec_inner .kinds .kinds_card p {
  font-size: 16px;
  line-height: 2;
}

.services .box .sec_inner .Fee {
  margin-top: 60px;
}

.services .box .sec_inner .Fee .title {
  position: relative;
  margin-bottom: 40px;
  padding-left: 24px;
  font-size: 24px;
  font-weight: 500;
}

.services .box .sec_inner .Fee .title::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 100%;
  background-color: var(--color-green);
}

table.price-table th {
  line-height: 1.6;
}

.services table.price-table tr td:last-child {
  font-weight: 500;
}


@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }

  .services .box .row {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  
  .services .box .row .left,
  .services .box .row .right {
    width: 100%; 
  }

  .services .box .row .right {
    margin: 0;
  }
  
  .services .box .row .left {
    margin-bottom: 40px;
  }

  .services .box .row .right .title_second {
    font-size: 24px;
  }

  .services .box .treatnav {
    padding: 20px 10px;
    border-radius: 20px;
  }

  .services .box .treatnav .treatnav_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .services .box .treatnav .treatnav_inner a.nav_item {
    width: 48%; 
    margin-bottom: 16px;
    padding: 15px 10px;
  }

  .services .box .treatnav .treatnav_inner a.nav_item:nth-child(n+3) {
    margin-bottom: 0;
  }

  .services .box .treatnav .treatnav_inner .icon img {
    width: 80%;
    max-width: 120px;
  }

  .services .box .treatnav .treatnav_inner p {
    font-size: 14px;
  }

  .services .box .treatnav .treatnav_inner .arrow_down {
    height: 30px;
  }

  .services .box .treatnav .treatnav_inner .arrow_down::after {
    width: 30px;
    height: 30px;
  }

  .services .box .treat_sec {
    margin-bottom: 100px;
  }

  .services .box .sec_inner .intro {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .services .box .sec_inner .intro .left,
  .services .box .sec_inner .intro .right {
    width: 100%;
  }

  .services .box .sec_inner .intro .left {
    margin-bottom: 30px;
  }

  .services .box .sec_inner .intro .right h3.title_p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .services .box .sec_inner .kinds .kinds_card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .services .box .sec_inner .kinds .kinds_card:nth-child(3n) {
    margin-right: 0;
  }

  .services .box .sec_inner .kinds .kinds_card:nth-child(n+4) {
    margin-bottom: 30px;
  }

  .services .box .sec_inner .kinds .kinds_card:last-child {
    margin-bottom: 0;
  }

  .services .box .sec_inner .kinds .kinds_card .hoken,
  .services .box .sec_inner .kinds .kinds_card .jihi {
    padding: 8px 60px;
    font-size: 14px;
  }

  .services .box .sec_inner .kinds .kinds_card .icon {
    width: 120px;
  }
}


/* ------------ クリニック紹介 ------------ */



.about .box .Message .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.about .box .Message .row .left_one {
  position: relative;
  width: 44%;
}

.about .box .Message .row .left_one img {
  width: 480px;
  height: auto;
  border-radius: 15%;
}

.about .box .Message .row .left_one .name {
  position: absolute;
  top: 60%;
  left: 75%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 160px;
  height: 160px;
  color: var(--color-green);
  background-image: url(./../../../img/hana3.png);
  background-size: cover;
}

.about .box .Message .row .left_one .name p {
  margin: 0;
  font-size: 12px;
  text-align: right;
}

.about .box .Message .row .left_one .name span {
  display: block;
  font-size: 14px;
  color: var(--color-green);
  font-weight: 500;
}

.about .box .Message .row .left_one .name .name_a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: var(--color-green);
}

.about .box .Message .row .right_one {
  width: 50%;
}

.about .box .Message .row .right_one .title_p {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-green);
  line-height: 1.5;
}

.about .box .Message .row .right_one p {
  font-size: 18px;
  margin-top: 30px;
  line-height: 2;
}

.about .box .Message .row:last-child {
  margin-bottom: 0;
}

.about .box .Message .career,
.about .box .Message .society {
  background-color: #FBF7F3;
  border-radius: 40px;
  padding: 40px 32px 50px;
}

.about .box .Message .career {
  width: 68%;
}

.about .box .Message .society {
  width: 30%;
}

.about .box .Message .career .title,
.about .box .Message .society .title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 24px;
  position: relative;
}

.about .box .Message .career .title::after,
.about .box .Message .society .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #5B8D5B;
}

.about .box .Message .career dl.list {
  display: block;
  flex-direction: unset;
  margin: 0;
  padding: 0;
}

.about .box .Message .career dl.list .list_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; 
  border-bottom: 2px solid #DAECE2;
  margin-bottom: 10px;
}

.about .box .Message .career dl.list .list_item:last-child {
  margin-bottom: 0;
}

.about .box .Message .career dl.list dt {
  width: 130px;
  flex-shrink: 0;
  line-height: 2;
}

.about .box .Message .career dl.list dd {
  margin: 0;
  line-height: 2;
}

.about .box .Message .society_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about .box .Message .society_list li {
  border-bottom: 2px solid #DAECE2;
  line-height: 2;
  margin-bottom: 10px;
}

.about .box .Message .society_list li:last-child {
  margin-bottom: 0;
}

.about .box .Tech_sec {
  margin-bottom: 140px;
}

.about .box .Tech_sec .kinds {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.about .box .Tech_sec .kinds .kinds_card {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
  border: 1px solid #5B8D5B;
  border-radius: 20px;
  padding: 20px 16px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.about .box .Tech_sec .kinds .kinds_card::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(./../../../img/01_green.webp);
  background-position: right bottom;
  z-index: 0;
}

.about .box .Tech_sec .kinds .kinds_card * {
  position: relative;
  z-index: 1;
}

.about .box .Tech_sec .kinds .kinds_card:nth-child(2)::after {
  background-image: url("./../../../img/02_green.webp");
}

.about .box .Tech_sec .kinds .kinds_card:nth-child(3)::after {
  background-image: url("./../../../img/03_green.webp");
}

.about .box .Tech_sec .kinds .kinds_card:nth-child(4)::after {
  background-image: url("./../../../img/04_green.webp");
}

.about .box .Tech_sec .kinds .kinds_card:nth-child(5)::after {
  background-image: url("./../../../img/05_green.webp");
}

.about .box .Tech_sec .kinds .kinds_card:nth-child(6)::after {
  background-image: url("./../../../img/06_green.webp");
}

.about .box .Tech_sec .kinds .kinds_card:nth-child(3n) {
  margin-right: 0;
}

.about .box .Tech_sec .kinds .kinds_card:nth-child(n+4) {
  margin-bottom: 0;
}


.about .box .Tech_sec .kinds .kinds_card .photo {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.about .box .Tech_sec .kinds .kinds_card .photo img {
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 20px;
}

.about .box .Tech_sec .kinds .kinds_card .kinds_title {
  color: #5B8D5B;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}

.about .box .Tech_sec .kinds .kinds_card p {
  font-size: 16px;
  line-height: 2;
}


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

  .about .box .row {
    flex-wrap: wrap;
    margin-bottom: 100px;
  }
  
  .about .box .row .left,
  .about .box .row .right {
    width: 100%; 
  }

  .about .box .row .right {
    margin: 0;
  }
  
  .about .box .row .left {
    margin-bottom: 40px;
  }


  .about .box .row .right .title_second {
    font-size: 24px;
  }

  .about .box .Message .row {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .about .box .Message .row .left_one,
  .about .box .Message .row .right_one {
    width: 100%;
  }

  .about .box .Message .row .left_one img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }

  .about .box .Message .row .left_one .name {
    top: 68%;
    left: 64%;
    width: 129px;
    height: 129px;
  }

  .about .box .Message .row .right_one {
    margin-top: 66px;
  }

  .about .box .Message .row .right_one .title_p {
    font-size: 18px;
  }

  .about .box .Message .row .right_one p {
    font-size: 16px;
  }

  .about .box .Message .career,
  .about .box .Message .society {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 30px 16px;
  }

  .about .box .Message .society {
    margin-bottom: 0;
  }

  .about .box .Message .career .title,
  .about .box .Message .society .title {
    font-size: 18px;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }

  .about .box .Message .career .title::after,
  .about .box .Message .society .title::after {
    width: 30px;
    height: 2px;
  }

  .about .box .Message .career dl.list .list_item {
    flex-wrap: wrap;
  }

  .about .box .Message .career dl.list dt,
  .about .box .Message .career dl.list dd {
    width: 100%;
    font-size: 14px;
  }

  .about .box .Message .career dl.list dt {
    font-weight: 500;
  }

  .about .box .Message .career dl.list dd {
    line-height: 1.6;
    padding-bottom: 4px;
  }

  .about .box .Message .society .society_list li {
    font-size: 14px;
  }

  .about .box .Tech_sec {
    margin-bottom: 100px;
  }

  .about .box .Tech_sec .kinds .kinds_card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .about .box .Tech_sec .kinds .kinds_card:nth-child(3n) {
    margin-right: 0;
  }

  .about .box .Tech_sec .kinds .kinds_card:nth-child(n+4) {
    margin-bottom: 30px;
  }

  .about .box .Tech_sec .kinds .kinds_card:last-child {
    margin-bottom: 0;
  }
}

.br-faq-accordion {
  margin-bottom: 100px;
}
.article .title_main.blue p {
  font-size:.6em;
  margin-top: 10px;
}
.referral p.xp {
  text-align: center;
}
