@charset "UTF-8";
/* ---------------------
  - *メインビジュアル
  - *共通要素
  - *タイトル
  - *ページ内リンク
  - *リスト
  - *レイアウト
  - *画像　左・右に設置
  - *アコーディオン
  - *テーブル
  - *パンくず
  - *サイドバー
  - *ブログ
--------------------- */
/*==================================================================================================================================

  *メインビジュアル

==================================================================================================================================*/
.content_mv {
  display: block;
  position: relative;
  height: 600px;
  overflow: hidden;
}

.content_mv .header_img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  min-height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.content_mv_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.main_headline {
  width: 100%;
  color: #fff;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.main_headline .midashi {
  font-size: 281.3%;
  line-height: 1.5;
  margin-top: 60px;
}
.main_headline .mv_label{
  margin-top: 20px;
  text-align: center;
  max-width: 344px;
  width: 100%;
  color: #fff;
  font-size: 137.5%;
  border-radius: 100px;
  padding: 3.5px 20px;
}
.main_headline .mv_label.reserve{
  background: linear-gradient( to Right, rgb(182,29,50) 0%, rgb(247,82,104) 100%);
}
.main_headline .mv_label.consul{
  background: linear-gradient( to Right, rgb(21,74,106) 0%, rgb(33,123,178) 100%);
}

hgroup h2{
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .content_mv {
    height: 160px;
  }
  .content_mv_inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main_headline .midashi {
    font-size: 150%;
	margin:0;
  }
  .main_headline .mv_label{
    font-size: 100%;
    max-width: unset;
    width: fit-content;
  }
}

/*==================================================================================================================================

  *共通要素

==================================================================================================================================*/
.contents_bg {
  position: relative;
}

:is(.blog,.single-post,.archive,.category):not(.tax-cate_menu,.tax-cate_disease,.tax-cate_symptom,.tax-cate_case,.post-type-archive-case_ai-clerk) .contents_bg:before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  background: var(--bg-color);
  top: 0;
  width: calc((100% - 1200px) / 2);
  right: 0;
}

.wrapper {
  position: relative;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  /* background: #fff; */
  z-index: 2;
}

main {
  width: 100%;
  padding: 30px 0 100px;
}
.contents_bg.link main{
  padding: 30px 0 0;
}
.cont_inner{
  max-width: 1200px;
  margin: auto;
}

:is(.blog,.single-post,.archive,.category):not(.tax-cate_menu,.tax-cate_disease,.tax-cate_symptom,.tax-cate_case) .wrapper main {
  width: 68%;
}

@media screen and (max-width: 640px) {
  :is(.blog,.single-post,.archive,.category):not(.tax-cate_menu,.tax-cate_disease,.tax-cate_symptom,.tax-cate_case) .contents_bg:before {
    display: none;
  }

  .wrapper {
    width: 100%;
    display: block;
    padding: 20px 0 0;
  }
  .wrapper.link{
    padding: 0 20px;
  }

  .wrapper main {
    padding: 0 20px 0;
    margin-bottom: 50px;
  }

  :is(.blog,.single-post,.archive,.category):not(.tax-cate_menu,.tax-cate_disease,.tax-cate_symptom,.tax-cate_case) .wrapper main {
    width: 100%;
  }
  .cont_inner{
    padding: 0 5%;
  }
}

/*--------------------section--------------------*/
.section:not(:last-child) {
  position: relative;
  margin-bottom: 80px;
}

/*--------------------text--------------------*/
.text p {
  margin-bottom: 1em;
}

.text p:last-child {
  margin-bottom: 0;
}

/*--------------------リンク無効（主にFAX番号に）--------------------*/
.disable_link,
.disable_link * {
  color: inherit!important;
  text-decoration: none!important;
  pointer-events: none!important;
  cursor: default!important;
  border: none!important;
}

/*--------------------引用--------------------*/
blockquote {
  padding: 20px;
  background: #f0f0f0;
  color: #555;
  font-style: italic;
  font-size: 85%;
}
blockquote:not(:last-child) {
  margin-bottom: 1em;
}

/*--------------------フリーエリア--------------------*/
.freearea_img {
  max-width: 408px;
  text-align: center;
  margin: 0 auto 15px;
}

/*==================================================================================================================================

  *タイトル

==================================================================================================================================*/
/* h2 {
  position: relative;
  padding: 0 0 8px;
  margin: 0 0 20px;
  line-height: 1.4;
  font-size: 160%;
  font-weight: bold;
  border-bottom: 2px solid var(--border-color);
}

h2:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 2px solid var(--main-color);
  bottom: -2px;
  width: 20%;
}

h3 {
  border-bottom: 1px solid var(--main-color);
  padding: 0 0 4px;
  margin: 0 0 20px;
  line-height: 1.4;
  font-size: 130%;
  font-weight: bold;
  display: table;
}

h4 {
  position: relative;
  margin: 0 0 5px;
  line-height: 1.6;
  font-size: 125%;
  font-weight: bold;
  color: var(--main-color);
  clear: both;
}

h5 {
  position: relative;
  margin: 0 0 15px;
  line-height: 1.4;
  font-size: 115%;
  font-weight: bold;
  color: var(--main-color);
  clear: both;
} */
h2{
  position: relative;
  text-align: center;
  font-size:40px;
  letter-spacing: 0.1em;
  font-weight:600;
  margin:0 0 60px;
  line-height:1.4;
  font-weight: 700;
  font-style: normal;
}
h2 img{
  vertical-align: bottom;
}
h2 span{
  color:#00b1a0;
}
h3{
  position:relative;
  font-size:26px;
  font-weight: 700;
  font-style: normal;
}
h3 span{
  color:#00b1a0;
  font-weight:bold;
}
/*==================================================================================================================================

  *ページ内リンク

==================================================================================================================================*/
.anklink {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}

.anklink:not(:last-child) {
  margin-bottom: 80px;
}

.anklink li {
  width: 49%;
}

.anklink li a {
  width: 100%;
  height: 100%;
  padding: 12px 10px;
  border: 1px solid var(--main-color);
  font-weight: bold;
  color: var(--main-color);
  line-height: 1.7;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (hover: hover) {
  .anklink li a {
    transition: 0.1s ease-in-out;
  }

  .anklink li a:hover {
    background-color: var(--main-color);
    color: #fff;
  }
}

/* 3カラム */
.anklink.anklink-3col li {
  width: 32%;
}

@media screen and (max-width: 640px) {
  .anklink {
    display: block;
  }

  .anklink li {
    width: 100%!important;
  }

  .anklink li:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*==================================================================================================================================

  *リスト

==================================================================================================================================*/
.list01:not(:last-child),
.list02:not(:last-child),
.list03:not(:last-child),
.list04:not(:last-child),
.list05:not(:last-child),
.list06:not(:last-child),
.list07:not(:last-child),
.list08:not(:last-child),
.list09:not(:last-child),
.list10:not(:last-child),
.list11:not(:last-child) {
  margin-bottom: 1em;
}

/* 余白のみ */
.list01 li:not(:last-child) {
  margin-bottom: 10px;
}

/* 下線 */
.list02 li {
  padding-bottom: 5px;
  border-bottom: 1px dotted var(--border-color);
}
.list02 li:not(:last-child) {
  margin-bottom: 5px;
}

/* まる */
.list03 li {
  position: relative;
  padding-left: 15px;
  line-height: 2;
}
.list03 li:not(:last-child) {
  margin-bottom: 10px;
}
.list03 li::before {
  display: block;
  position: absolute;
  top: calc((2em - 5px) / 2);
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--main-color);
  border-radius: 50%;
  content: '';
}

/* 矢印 */
.list04 li {
  position: relative;
  padding-left: 16px;
  line-height: 2;
}
.list04 li:not(:last-child) {
  margin-bottom: 10px;
}
.list04 li::before {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--main-color);
  position: absolute;
  top: calc((2em - 10px) / 2);
  left: 0;
}

/* 矢印2 */
.list05 li {
  position: relative;
  padding-left: 16px;
  line-height: 2;
}
.list05 li:not(:last-child) {
  margin-bottom: 10px;
}
.list05 li:before {
  content: "";
  height: 6px;
  width: 6px;
  transform: rotate(45deg);
  background-color: transparent;
  border-width: 1px 1px 0 0;
  border-color: var(--main-color);
  border-style: solid;
  position: absolute;
  top: calc((2em - 8px) / 2);
  left: 0;
}

/* まる & 背景 */
.list06 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  padding: 30px;
  background-color:var(--bg-color);
}
.list06 li {
  position: relative;
  padding-left: 15px;
  line-height: 2;
}
.list06 li::before {
  display: block;
  position: absolute;
  top: calc((2em - 5px) / 2);
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--main-color);
  border-radius: 50%;
  content: '';
}

@media screen and (max-width: 640px) {
  .list06 {
    padding: 20px;
  }
}

/* まる & 枠 */
.list07 {
  border: 3px solid var(--border-color);
  padding: 30px;
}
.list07 li {
  position: relative;
  padding-left: 15px;
  line-height: 2;
}
.list07 li:not(:last-child) {
  margin-bottom: 10px;
}
.list07 li::before {
  display: block;
  position: absolute;
  top: calc((2em - 5px) / 2);
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--main-color);
  border-radius: 50%;
  content: '';
}

@media screen and (max-width: 640px) {
  .list07 {
    padding: 20px;
  }
}

/* チェック */
.list08 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  padding: 30px;
  background-color:var(--bg-color);
}
.list08 li {
  position: relative;
  margin-left: 28px;
  border-bottom: 1px dotted var(--border-color);
}
.list08 li:before {
  display: block;
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  font-weight: 900;
  content: "\f00c";
  color: var(--main-color);
  letter-spacing: 0;
  position: absolute;
  top: -2px;
  left: -28px;
}

@media screen and (max-width: 640px) {
  .list08 {
    padding: 20px;
  }
}

/* 点線 & 横並び */
.list09 {
  padding: 30px;
  background-color: var(--bg-color);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.list09 li {
  border-bottom: 1px dotted var(--border-color);
}

@media screen and (max-width: 640px) {
  .list09 {
    padding: 20px;
  }
}

/* 線で囲む & 横並び */
.list10 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.list10 li {
  padding: 3px 8px;
  border: 1px solid var(--border-color);
}

/* 米印 */
.list11 > * {
  color: #888;
  font-size: 95%;
  padding-left: 1em;
  text-indent: -1em;
}
.list11 > *:not(:last-child) {
  margin-bottom: 5px;
}
.list11 > *::before {
  content: "※";
}

/*==================================================================================================================================

  *レイアウト

==================================================================================================================================*/
/* --------------layout共通タイトル-------------- */
.layout_tit {
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.layout_tit:not(:last-child) {
  margin-bottom: 15px;
}
.layout_tit em,
.layout_tit span {
  margin-right: 10px;
  color: var(--sub-color);
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 150%;
  line-height: 1;
}

/* layout小タイトル */
.layout_tit_02 {
  color: var(--sub-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.layout_tit_02:not(:first-child) {
  margin-top: 20px;
}
.layout_tit_02:not(:last-child) {
  margin-bottom: 15px;
}

.layout01:not(:last-child),
.layout02:not(:last-child),
.layout03:not(:last-child),
.layout04:not(:last-child),
.layout05:not(:last-child),
.layout06:not(:last-child),
.layout07:not(:last-child),
.layout08:not(:last-child),
.layout09:not(:last-child),
.layout10:not(:last-child),
.layout11:not(:last-child),
.layout12:not(:last-child) {
  margin-bottom: 1em;
}

/* 左にタイトル、右に文章 */
.layout01 {
  position: relative;
}
.layout01::before,
.layout01 .layout01_box::after {
  content: "";
  width: 100%;
  border-top: 1px solid var(--border-color);
  position: absolute;
  left: 0;
}
.layout01::before {
  top: -3px;
}
.layout01 .layout01_box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
}
.layout01 .layout01_box::after {
  bottom: -3px;
}
.layout01 .layout01_title {
  width: 30%;
  background-color: var(--bg-color);
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 20px;
}
.layout01 .layout01_title.layout_tit,
.layout01 .layout01_title .layout_tit {
  margin-bottom: 0;
}
.layout01 .layout01_title.layout_tit em,
.layout01 .layout01_title .layout_tit em {
  display: block;
  margin-right: 0;
}
.layout01 .layout01_text {
  width: 70%;
  padding: 3%;
}

@media screen and (max-width: 640px) {
  .layout01 .layout01_box {
    display: block;
  }

  .layout01 .layout01_title {
    display: block;
    width: 100%;
  }

  .layout01 .layout01_text {
    width: 100%;
  }
}

/* 2列 */
.layout02 {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 2%;
}
.layout02 .layout02_box {
  width: 49%;
  padding: 30px;
  background-color: var(--bg-color);
}

@media screen and (max-width: 640px) {
  .layout02 {
    display: block;
  }

  .layout02 .layout02_box {
    width: 100%;
    padding: 20px;
  }

  .layout02 .layout02_box:not(:last-child) {
    margin-bottom: 20px;
  }

  .layout02 .layout02_box img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
}

/* 画像が左、右にタイトル、タイトル下に文章 */
.layout03 .layout03_box {
  display: flex;
  background-color: var(--bg-color);
  padding: 2%;
}
.layout03 .layout03_box:not(:last-child) {
  margin-bottom: 20px;
}
.layout03 .layout03_title {
  width: 27%;
  padding: 2%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}
.layout03 .layout03_text {
  width: 73%;
  padding: 1% 3%;
}

@media screen and (max-width: 640px) {
  .layout03 .layout03_box {
    display: block;
    padding-bottom: 20px;
  }

  .layout03 .layout03_title {
    width: 100%;
  }

  .layout03 .layout03_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .layout03 .layout03_text {
    width: 100%;
    padding: 20px 3% 0;
  }
}

/* 画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリアは背景色が別の色 */
.layout04 .layout04_box {
  display: flex;
  background-color: var(--bg-color);
  padding: 2%;
}
.layout04 .layout04_box:not(:last-child) {
  margin-bottom: 20px;
}
.layout04 .layout04_title {
  width: 27%;
  padding-right: 2%;
  display: flex;
  align-items: center;
}
.layout04 .layout04_text {
  width: 73%;
  padding: 3%;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .layout04 .layout04_box {
    display: block;
  }

  .layout04 .layout04_title {
    width: 100%;
    padding: 2%;
  }

  .layout04 .layout04_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .layout04 .layout04_text {
    width: 100%;
  }
}

/* 3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05 .layout05_box {
  display: flex;
  background-color: var(--bg-color);
  padding: 2%;
}
.layout05 .layout05_box:not(:last-child) {
  margin-bottom: 20px;
}
.layout05 .layout05_title {
  padding: 2%;
  width: 25%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.layout05 .layout05_text {
  padding: 1% 3%;
  width: 40%;
}
.layout05 .layout05_text:last-child {
  border-left: 1px solid var(--border-color);
}

@media screen and (max-width: 640px) {
  .layout05 .layout05_box {
    display: block;
    padding-bottom: 20px;
  }

  .layout05 .layout05_title {
    width: 100%;
    display: block;
  }

  .layout05 .layout05_title img {
    width: 70%;
    margin-inline: auto;
    display: block;
  }

  .layout05 .layout05_text {
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 20px;
  }

  .layout05 .layout05_text:last-child {
    border-left: none;
  }
}

/* 3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06 .layout06_box {
  display: flex;
  position: relative;
}
.layout06 .layout06_box:not(:last-child) {
  padding-bottom: 5px;
}
.layout06 .layout06_box::before,
.layout06 .layout06_box:last-child::after {
  content: "";
  width: 100%;
  border-top: 1px solid var(--border-color);
  position: absolute;
  left: 0;
}
.layout06 .layout06_box::before {
  top: -3px;
}
.layout06 .layout06_box:last-child::after {
  bottom: -3px;
}
.layout06 .layout06_title {
  width: 30%;
  background-color: var(--bg-color);
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 20px;
}
.layout06 .layout06_title.layout_tit,
.layout06 .layout06_title .layout_tit {
  margin-bottom: 0;
}
.layout06 .layout06_title.layout_tit em,
.layout06 .layout06_title .layout_tit em {
  display: block;
  margin-right: 0;
}
.layout06 .layout06_text {
  width: 35%;
  padding: 2% 3%;
}
.layout06 .layout06_text:last-child {
  border-left: 1px solid var(--border-color);
}

@media screen and (max-width: 640px) {
  .layout06 .layout06_box {
    display: block;
  }

  .layout06 .layout06_title {
    display: block;
    width: 100%;
  }

  .layout06 .layout06_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .layout06 .layout06_text {
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 20px;
  }

  .layout06 .layout06_text:last-child {
    border: none;
    padding-bottom: 20px;
  }
}

/* 3列 */
.layout07 {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.layout07 .layout07_box {
  width: 32%;
  padding: 3%;
  background-color: var(--bg-color);
}
.layout07 .layout07_box .layout07_title {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px dashed var(--border-color);
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .layout07 {
    display: block;
  }

  .layout07 .layout07_box {
    width: 100%;
    padding: 20px;
  }

  .layout07 .layout07_box:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* 下矢印付き */
.layout08 .layout08_box {
  position: relative;
  padding: 3%;
  background-color: var(--bg-color);
}
.layout08 .layout08_box:not(:last-child) {
  margin-bottom: 25px;
}
.layout08 .layout08_box:not(:last-child)::before {
  position: absolute;
  right: 0px;
  left: 0;
  height: 7px;
  width: 7px;
  transform: rotate(135deg);
  background-color: transparent;
  border-top: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  content: "";
  bottom: -16px;
  margin: auto;
}
.layout08 .layout08_box .layout08_title {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px dashed var(--border-color);
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .layout08 .layout08_box {
    padding: 20px;
  }
}

/* 画像が左、画像の下にタイトル、右に文章 */
.layout09 .layout09_box {
  display: flex;
  background: var(--bg-color);
  padding: 2%;
}
.layout09 .layout09_box:not(:last-child) {
  margin-bottom: 20px;
}
.layout09 .layout09_title {
  padding: 2%;
  width: 27%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.layout09 .layout09_text {
  padding: 1% 3%;
  width: 73%;
}

@media screen and (max-width: 640px) {
  .layout09 .layout09_box {
    display: block;
    padding-bottom: 20px;
  }

  .layout09 .layout09_title {
    width: 100%;
    display: block;
  }

  .layout09 .layout09_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .layout09 .layout09_text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
  }
}

/* 流れ */
.layout10 .flow_box {
  position: relative;
  display: flex;
  padding: 30px;
  background: var(--bg-color);
}
.layout10 .flow_box:nth-child(even) {
  background: #dfebf5;
}
.layout10 .flow_box::before {
  content: "";
  width: 4px;
  height: calc(100% - 4px);
  border-right: var(--sub-color) dotted 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 58px;
  margin: auto;
}
.layout10 .flow_box:first-child::before {
  top: 30px;
  bottom: auto;
  height: calc(100% - 32px);
}
.layout10 .flow_box:last-child::before {
  top: 2px;
  bottom: auto;
  height: 58px;
}
.layout10 .flow_box .number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 4%;
  background: var(--main-color);
  border-radius: 50%;
  line-height: 1;
  color: #fff;
  font-size: 28px;
}
.layout10 .flow_box .layout10_box {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .layout10 .flow_box {
    padding: 20px;
  }

  .layout10 .flow_box::before {
    display: none;
  }

  .layout10 .flow_box .number {
    width: 42px;
    height: 42px;
    margin-right: 20px;
    font-size: 20px;
  }
}

/* 症例 */
.layout11 {
  position: relative;
}
.layout11_box {
  padding: 8px;
  background: var(--bg-color);
}
[class^="layout11_image"] img {
  width: 100%;
}
[class^="layout11_text"] {
  margin-top: 8px;
}
[class^="layout11_text"] dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
[class^="layout11_text"] dl dt,
[class^="layout11_text"] dl dd,
[class^="layout11_text"] .desc {
  border: 1px solid var(--main-color);
}
[class^="layout11_text"] dl dt,
[class^="layout11_text"] dl dd {
  margin-bottom: 2px;
  padding: 12px;
}
[class^="layout11_text"] dl dt {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
}
[class^="layout11_text"] dl dd {
  background: #fff;
  width: 80%;
}
[class^="layout11_text"] .desc {
  background: #fff;
  padding: 16px;
}

/* 症例 ver.2 */
.layout11_image02 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.layout11_image02 span {
  display: block;
  width: 47%;
}
.layout11_image02 span:last-child::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  color: var(--main-color);
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layout11_text02 dl dt {
  margin-left: 2px;
  width: 15%;
}
.layout11_text02 dl dt:nth-of-type(odd) {
  margin-left: 0;
}
.layout11_text02 dl dd {
  width: calc(35% - 1px);
}

@media screen and (max-width: 640px) {
  [class^="layout11_text"] dl dt,
  [class^="layout11_text"] dl dd {
    margin-left: 0;
    width: 100%;
  }

  [class^="layout11_text"] dl dt {
    margin-bottom: 0;
  }

  [class^="layout11_text"] dl dd {
    margin-bottom: 10px;
  }

  .layout11_image02 {
    flex-wrap: wrap;
  }

  .layout11_image02 span {
    width: 100%;
  }

  .layout11_image02 span:last-child {
    margin-top: 40px;
    position: relative;
  }

  .layout11_image02 span:last-child::before {
    content: "\f078";
    top: calc((-40px - 1em) / 2);
    transform: translateX(-50%);
  }
}

/* 注意書き */
.layout12 {
  background: var(--bg-color);
  display: block;
  position: relative;
  padding: 25px;
}
.layout12 .layout12_mark {
  width: 55px;
  height: 55px;
  background: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  position: absolute;
  top: -15px;
  left: -5px;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  z-index: 2;
}
.layout12 .layout12_mark::before {
  position: absolute;
  width: 15px;
  height: 20px;
  bottom: -3px;
  right: -3px;
  margin: auto;
  clip-path: polygon(100% 85%, 40% 0, 0 53%);
  background-color: var(--main-color);
  z-index: 1;
  content: "";
}
.layout12 .layout_tit {
  padding-left: 40px;
}

/*==================================================================================================================================

  *画像　左・右に設置

==================================================================================================================================*/
.img_fl,
.img_fr {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  position: relative;
}
.img_fl {
  float: left;
  margin-right: 30px;
}
.img_fr {
  float: right;
  margin-left: 30px;
}
.img_fl img,
.img_fr img {
  max-width: 300px;
  max-height: 300px;
  width: auto;
  height: auto;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .img_fl,
  .img_fr {
    float: none;
    margin: 0 0 1em 0;
  }

  .img_fl img,
  .img_fr img {
    max-width: 100%;
    max-height: none;
  }
}

/*==================================================================================================================================

  *アコーディオン

==================================================================================================================================*/
/* .accordion_tit {
  background-color: var(--bg-color);
  padding: 15px 50px 15px 20px;
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
  transition: background-color 0.3s, color 0.2s;
}
.accordion_tit::before,
.accordion_tit::after {
  display: block;
  content: "";
  width: 16px;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  right: 20px;
  top: 50%;
  transition: transform 0.3s, opacity 0.3s;
}
.accordion_tit::before {
  transform: rotate(90deg);
}
@media (hover: hover) {
  .accordion_tit {
    transition: background-color 0.3s;
  }
  .accordion_tit:hover {
    background-color: #cdcdcd;
  }
}
.accordion_tit.open {
  color: #fff;
  background: var(--main-color);
}
.accordion_tit.open::before {
  opacity: 0;
  transform: rotate(180deg);
}
.accordion_tit.open::after {
  background: #fff;
}
.accordion_text {
  display: none;
  padding: 0 20px 30px;
}

/* Q&A */
.accordion.accordion-qa .accordion_tit,
.accordion.accordion-qa .accordion_text {
  padding-left: 55px;
  position: relative;
}
.accordion.accordion-qa .accordion_tit > *:before,
.accordion.accordion-qa .accordion_text:before {
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 175%;
  line-height: 1;
  position: absolute;
  left: 20px;
}
.accordion.accordion-qa .accordion_tit > *:before {
  color: var(--main-color);
  content: "Q.";
  top: 15px;
  transition: color 0.2s;
}
.accordion.accordion-qa .accordion_tit.open > *:before {
  color: #fff;
}
.accordion.accordion-qa .accordion_text:before {
  color: var(--sub-color);
  content: "A.";
  top: 0;
} */

/*==================================================================================================================================

  *テーブル

==================================================================================================================================*/
td img.aligncenter,
th img.aligncenter {
  width: fit-content;
  margin: 0 !important;
}

table {
  text-align: initial;
}

/* テーブル1 */
.tb01 {
  width: 100%;
}

.tb01 tr {
  border-bottom: 1px dotted var(--border-color);
}

.tb01 th {
  width: 25%;
  font-weight: unset;
}

.tb01 th + td {
  width: 75%;
}

@media screen and (max-width: 640px) {
  .tb01 th {
    width: 30%;
  }

  .tb01 th + td {
    width: 70%;
  }
}

/* テーブル2 */
.tb02 {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: var(--border-color);
}

.tb02 td,
.tb02 th {
  padding: 8px 20px;
}

.tb02 th {
  font-weight: bold;
  background-color: var(--bg-color);
}

.tb02 th span {
  font-size: 13px;
}

.tb02 td {
  background-color: #fff;
  text-align: center;
}

/* スマホ時縦並び */
@media screen and (max-width: 640px) {
  .sp_w100 th,
  .sp_w100 td {
    width: 100% !important;
    display: block !important;
    border-top: none;
  }

  .sp_w100 tr:first-child th,
  .sp_w100 tr:first-child td:first-child {
    border-top: 1px solid var(--border-color);
  }
}

/*==================================================================================================================================

  *パンくず

==================================================================================================================================*/
.breadcrumb {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  line-height: 1.5;
}
.breadcrumb li:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 75%;
  letter-spacing: 0;
  content: "\f054";
  padding-left: 10px;
}
.breadcrumb li:last-child:after {
  display: none;
}

@media screen and (max-width: 640px) {
  .breadcrumb {
    font-size: 13px;
  }
}

/*==================================================================================================================================

  *サイドバー

==================================================================================================================================*/
.side_area {
  width: 28%;
  padding: 50px 2%;
  background: var(--bg-color);
}

.side_box:not(:last-child) {
  margin-bottom: 40px;
}

.side_area .side_title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 2px var(--main-color);
  text-align: left;
  line-height: 1.6;
}

.side_area .side_title i {
  margin-right: 12px;
  vertical-align: middle;
  color: var(--main-color);
}

.side_area li a {
  color: var(--text-color);
}
.side_area ul.children li.cat-item a{
  padding-left: 1em;
}
.side_area ul.children li.cat-item a::before{
  content: "－";
}
.side_area li a:hover {
  color: var(--main-color) !important;
}

@media screen and (max-width: 640px) {
  .side_area {
    width: 100%;
    padding: 30px 20px;
  }
}

/*==================================================================================================================================

  *ブログ

==================================================================================================================================*/
.blog .tit02,.archive .tit02{
  margin:0 0 80px;
}
.blog_box {
  border-bottom: 1px solid #aaa;
  /*記事ボックスの上の色*/
  margin-bottom: 50px;
  padding-bottom: 20px;
  background-color: #fff;
  display:flex;
  gap:20px;
}

.blog_tit {
  font-size: 22px;
  color: var(--text-color);
  padding: 0 20px;
}

.blog_content {
  margin: 0;
  flex:1;
}

.blog_content p {
  margin-bottom: 1em;
}

.blog_content > .btn01 a {
  display: table;
  margin: 10px 0 10px auto;
}

/*----------見出し----------*/
.blog_box h2.blog_tit {
  border-bottom: none;
  padding: 0;
  margin:0 0 10px;
  display:block;
  text-align:left;
  line-height:1.4;
  color:#333;
}

.blog_box h2.blog_tit:after {
  display: none;
}

/*----------日付・カテゴリ----------*/
.blog_class li {
  display: inline-block;
  margin-right: 15px;
}

.blog_class {
  margin-bottom: 10px;
}

.blog_class i {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  color: var(--main-color);
}

.blog_class li a {
  color: var(--text-color);
}

.blog_class li a:hover {
  color: var(--main-color);
}

/*----------ページャー----------*/
.pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 10px;
}
.page-numbers {
  min-width: 2.5em;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .1em;
  margin-right: 10px;
  margin-bottom: 10px;
}
.page-numbers.current,
a.page-numbers:hover {
  background: #16A18C;
  color: #fff;
}
a.page-numbers {
  text-decoration: none;
  transition: all 0.2s linear;
  background: #888;
  color: #fff;
}

.pager a:active {
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.55);
}

/*--------------------ブログ エディター用--------------------*/
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/*整形済みテキスト*/
.blog_content > div pre {
  font-weight: 400;
  margin-top: 20px;
  padding: 20px;
  background-color: var(--bg-color);
  color: #7F7F7F;
  overflow: auto;
}

/*引用*/
.blog_content > div blockquote {
  position: relative;
  color: #3F3F3F;
  margin-top: 20px;
  padding: 20px 20px 20px 70px;
  background-color: var(--bg-color);
}

.blog_content > div blockquote::before {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "icomoon";
  content: "\e909";
  font-size: 3rem;
  color: #D9D9D9;
}

.blog_content > div blockquote *:first-child {
  margin-top: 0;
}

/*ライン*/
.blog_content > div hr {
  margin-top: 40px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.blog_content > div *:first-child {
  margin-top: 0;
  line-height:1.5;
}

.blog_content iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*サムネイル*/
.thumbnail {
  display: block;
  position: relative;
  /* float: left; */
  text-align: center;
  width:220px;
}

.thumbnail img {
  /* -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: unset;
  width: 220px;
  height: 160px; */
}

.article_box{
  padding:20px 20px 60px;
}
.article_box .thumbnail {
  margin:0 0 30px;
  width:100%;
}
.article_box .thumbnail img{
  width:auto;
  max-width:100%;
  height:380px;
}
.article_tit{
  font-size:28px;
  letter-spacing: 0;
  margin: 0 0 10px;
  display:block;
  padding:0;
  line-height:1.4;
  text-align:left;
}
.article_box .blog_class{
  margin:0 0 40px;
}

.article_box .blog_class li{
  font-size:12px;
  color:#777;
}

.article_box h2{
  text-align:left; 
}

.article p{
  margin-bottom: 1em;
}
.article p a{
  text-decoration: underline;
}
.article > ul {
  background-color: #FEFFEA;
  padding: 30px;
  margin-bottom: 30px;
  display:flex;
  flex-direction: column;
  gap:10px;
}
.article > ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0px 20px;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  padding-left: 22px;
}
.article > ul li::before{
  color: #00b0a7;
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  font-weight:900;
  left: 0;
  top: 0;
}
.article ol {
  background-color: #FEFFEA;
  padding: 30px;
  margin-bottom: 30px;
  display:flex;
  flex-direction: column;
  gap:10px;
}
.article ol li {
  font-weight: 400;
  list-style: none;
  position: relative;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}
.article ol li::before{
  padding:0 8px;
  position:static;
  color:#00b0a7;
}
.article img{
  margin: 1em auto;
}
.article h2{
	font-size: 185%;
	margin: 40px 0 15px;
	padding:25px 30px;
	line-height: 1.4;
	font-weight: 700;
	border-bottom: 3px solid #00bfb6;
	background:#e8fffe;
  letter-spacing: 0;
  display:block;
  text-align:left;
}
.article dl{
  margin: 20px 0;
}
.article dt{
  font-weight: bold;
}
.article dd{
  margin-left: 1em;
}
.article table{
  width:100%;
  border:1px solid #999;
  border-collapse: collapse;
}
.article table th,.article table td{
  padding:10px 14px;
  font-size:14px;
  border:1px solid #adadad;
}
.article table th{
  text-align:center;
  background:#e8fffe;
  font-weight:bold;
}

.article .post_title{
	font-weight: 700;
	font-size: 135%;
	line-height: 1.5;
	margin: 10px 0;
}
.article h3{
	font-size: 155%;
	margin: 30px 0;
	padding:10px 10px 10px 15px;
	line-height: 1.4;
	font-weight: 700;
  border-left: 10px solid #999;
  font-weight:bold;
  letter-spacing: 0;
}
.article h3::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 50%;
  left: -10px;
  top: 0;
  background:#03bfb6;
}
.article h3::after{
  content:none;
}
.article h4{
	font-size: 135%;
	margin: 30px 0 10px;
	font-weight: 700;
	color: #00bfb6;
  display: table;
	border-bottom: 1px solid;
	line-height: 1.4;
  font-weight:bold;
  letter-spacing: 0;
}
.article h5{
	font-size: 115%;
	margin: 30px 0 10px;
	font-weight: 700;
	color: #00bfb6;
	line-height: 1.4;
  font-weight:bold;
  letter-spacing: 0;
}
.article h2+hr,
.article h3+hr,
.article h4+hr,
.article h5+hr{
  display: none;
}

/* 人気記事ランキング */
.wpp-list li{
  padding:10px 0 0;
  border-bottom:1px dashed #999;
}

/* 目次 */
#toc_container {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 25px 30px;
  background: var(--bg-color);
}
.toc_title {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--main-color);
  margin-bottom: 15px;
}
.toc_list {
  font-size: 93%;
}
.toc_list a {
  color: var(--text-color);
}
@media (hover: hover) {
  .toc_list a:hover {
    color: var(--sub-color);
  }
}
.toc_list > li:not(:last-child) {
  margin-bottom: 10px;
}
.toc_list > li ul {
  padding-left: 10px;
}
.toc_list > li ul li a::before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}

.thanks{
	padding:40px 0 0;
}

.thanks h2{
  font-size:28px;
}
.download_btn{
  text-align:center;
  margin:20px 0 0;
}
.download_btn a{
  display: inline-block;
  text-align: center;
  color: #fff;
  font-family: var(--not);
  font-size: 15px;
  letter-spacing: 0.12em;
  background: linear-gradient(to Right, rgb(0, 56, 51) 0%, rgb(1, 79, 77) 49%, rgb(1, 102, 103) 100%);
  border-radius: 100px;
  padding: 14px 30px;
  box-shadow: 0px 5px 15px 0px rgba(110, 110, 110, 0.5);
}

@media screen and (max-width: 640px) {
/*==================================================================================================================================

    *ブログ（スマホ）

  ==================================================================================================================================*/
  /*--------------------TOP--------------------*/
  .sec_top_blog_list .top_blog_thum {
    width: 50px;
    height: 50px;
  }
  .sec_top_blog_list .top_blog_thum img {
    width: 100%;
    height: 100%;
  }
  .sec_top_blog_list .top_blog_info {
    width: calc(97% - 50px);
  }

  /*--------------------下層--------------------*/

  .blog_box{
    flex-direction: column;
    padding:20px;
  }
  .blog_box h2.blog_tit{
    font-size:20px;
  }
  .thumbnail {
    float: none;
    margin: 0;
    text-align: center;
    width:100%;
  }

  .thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    max-height: unset;
    width: 100%;
    height: 40vw;
  }
  .article_box{
    padding:20px 0 50px;
  }

  .article_box .thumbnail img{
    height:50vw;
  }

  .article_box iframe{
    max-width:100%;
  }

  .article_tit{
    font-size:20px;
  }

  .article h2{
    font-size:165%;
    padding:15px 20px;
  }
  .article h3{
    font-size:145%;
  }
  .article h4{
    font-size:125%;
  }
}

/*----------サイド----------*/
.side_blog_item:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.side_blog_item a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.side_blog_item_thum {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.side_blog_item_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (hover: hover) {
  .side_blog_item_thum img {
    transition: transform .2s;
  }
  .side_blog_item a:hover .side_blog_item_thum img {
    transform: scale(1.1);
  }
}

.side_blog_item_title {
  font-size: 94%;
  flex: 1;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  /*----------記事一覧----------*/
  .blog_list {
    display: block;
  }

  .blog_list_item {
    display: block;
    width: 100%;
  }

  .blog_list_item:not(:last-child) {
    margin-bottom: 30px;
  }

  /* サムネイル */
  .blog_list_item_thum {
    max-height: none;
    aspect-ratio: auto;
  }

  .blog_list_item_thum img {
    height: auto;
    -o-object-fit: fill;
        object-fit: fill;
  }

  /*----------記事----------*/
  .blog_single_thum img {
    max-height: 320px;
  }

  /* 目次 */
  #toc_container {
    padding: 20px;
  }

  /*----------サイド----------*/
  .side_blog_item_title {
    font-size: 100%;
  }
}

/*============================================================================

$導入事例

============================================================================*/

.case_cate{
  width:80%;
  margin:0 auto 60px;
  padding:30px;
  display:flex;
  align-items: center;
  gap:20px;
  background:#fffaeb;
  border-radius:20px;
}
.case_cate h3{
  position:relative;
  font-size:18px;
  font-weight:bold;
  letter-spacing: 0.05em;
  margin:0;
  padding:0;
  width:250px;
  text-align:center;
}
.case_cate_list{
  position:relative;
  display:flex;
  flex-wrap: wrap;
  gap:20px;
  padding:20px 0 20px 40px;
}
.case_cate_list::before{
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  margin:auto;
  width:1px;
  height:100%;
  background:#333;
  content:"";
}
.case_cate_list a{
  padding:5px 12px;
  background:#888;
  color:#fff;
  letter-spacing: 0.05em;
  font-size:14px;
  border-radius:4px;
}

.case_list{
  width:80%;
  margin:0 auto;
}
.case_item{
  margin:0 0 60px;
}
.case_item a{
  display:flex;
  gap:30px;
  padding:30px;
  border-radius:20px;
  box-shadow:0 0 20px rgba(0,0,0,0.1);
  color:#333;
}

.case_item a:hover{
  box-shadow:none;
  transform:translateY(5px);
  transition:ease-in-out 0.3s;
}
.case_item a figure{
  width:48%;
}
.case_item a figure img{
  border-radius:10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cate_item_info{
  flex:1;
  display:flex;
  flex-direction: column;
}
.cate_item_info .doctor_name{
  font-size:16px;
  font-weight:bold;
  margin:0 0 10px;
}
.cate_item_info h3{
  font-size:20px;
  font-weight:bold;
  margin:0 0 10px;
}
.cate_item_info .date{
  margin:0 0 5px;
  line-height:1;
}
.case_item_cate{
  display:flex;
  flex-wrap: wrap;
  gap:10px;
  margin:0 0 15px;
}
.case_item_cate li{
  padding:3px 10px;
  background:#fffdbc;
  border-radius:4px;
  font-size:13px;
}
.cate_item_text p{
  font-size:14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.cate_item_info .btn01{
  margin:auto 0 0 auto;
}
.cate_item_info .btn01 p{
  position:relative;
  display:table;
  padding:5px 30px 5px 20px;
  background:linear-gradient(to right, #f29600, #f8c000);
  color:#fff;
  font-weight:bold;
  border-radius:100px;
  font-size:14px;
  margin:10px 0 0 auto;
}
.cate_item_info .btn01 p::before{
  position:absolute;
  right:16px;
  bottom:0;
  top:0;
  margin:auto;
  width:8px;
  height:8px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:rotate(-45deg);
  content:"";
}

/*============================================================================

$導入事例個別ページ

============================================================================*/
.case_wrap{
  margin:0 auto 20px;
  width:1200px;
}

.case_wrap h1{
  position:static;
  text-align:center;
  margin:0 0 40px !important;
  width:100%;
  font-size:22px;
  font-weight:bold;
}

.case_wrap h1{
  position: static;
  text-align: center;
  margin: 0 0 40px !important;
  font-size: 22px;
  font-weight: bold;
}

.case_info{
  width:70%;
  margin:0 auto 60px;
  display:flex;
  gap:50px;
}
.case_info figure{
  width:40%;
  border-radius:20px;
  overflow: hidden;
}
.case_info figure img{
  width:100%;
}
.case_info_box{
  flex:1;
  /* box-shadow:0 0 20px rgba(0,0,0,0.1); */
  padding:20px 0;
  border-radius:20px;
  margin:0 auto;
}
.case_info_box dl:first-child{
  margin:0 0 20px;
}
.clinic_name{
  font-size:24px;
  font-weight:bold;
}
.department_list dt{
  font-weight:bold;
  margin:0 0 10px;
}
.department_list ul{
  display:flex;
  flex-wrap: wrap;
  gap:10px;
}
.department_list li{
  display:inline-block;
  padding:5px 10px;
  background:#ffe3bd;
  color:#333;
  font-size:14px;
  border-radius:4px;
}

.case_text{
  width:70%;
  margin:0 auto 60px;
}

.case_text h2{
  font-size:24px;
  line-height:1.5;
  margin:60px 0 30px;
  padding:0 0 0 30px;
  text-align:left;
}
.case_text h2::before{
  position:absolute;
  top:8px;
  left:0;
  width:20px;
  height:20px;
  background:#16A18C;
  content:"";
}

.case_text h3{
  margin:30px 0 20px;
  font-size:20px;
  font-weight:bold;
  display:table;
  border-bottom:1px solid #16A18C;
}

.case_text p{
  font-size:14px;
  line-height:2.3;
  margin:0 0 20px;
}
.case_text p span{
  background:#ffe3bd;
}
.case_clinic_info{
  width:70%;
  margin:0 auto;
}
.case_clinic_info h2{
  font-size:20px;
  text-align:left;
  display:block;
  margin:0 0 20px;
  border-bottom:1px solid #888;
}

.case_content_img{
  margin:0 auto 30px;
  width:70%;
}

@media screen and (max-width: 640px) {
  /*============================================================================

$導入事例一覧

============================================================================*/
.case_cate{
  width:100%;
  padding:25px;
  flex-direction: column;
  gap:30px;
  border-radius:15px;
}
.case_cate_list{
  padding:0;
  gap:10px;
}
.case_cate_list::before{
  content:none;
}

.case_list{
  width:100%;
}
.case_item{
  margin:0 0 40px;
}
.case_item a{
  flex-direction: column;
  padding:20px;
  gap:20px;
}
.case_item a figure{
  width:100%;
}

.cate_item_info .doctor_name{
  font-size:14px;
}
.case_item_cate li{
  font-size:13px;
}
.cate_item_info h3{
  font-size:17px;
}

/*============================================================================

$導入事例個別ページ

============================================================================*/
.case_wrap{
  padding:0 4%;
  width:100%;
}
.case_wrap h1{
  font-size:5vw;
}
.case_info{
  width:100%;
  flex-direction: column;
  gap:0;
  margin:0 0 40px;
}
.case_info figure{
  width:80%;
  margin:0 auto;
}
.case_info_box{
  width:100%;
  padding:25px;
}
.clinic_name{
  font-size:20px;
}
.case_text{
  width:100%;
}
.case_clinic_info{
  width:100%;
}
.case_text h2{
  font-size:20px;
}
.case_text h2::before{
  top:4px;
}
.case_text h3{
  font-size:18px;
  padding:0 0 5px;
}
.case_text p{
  line-height:1.7;
}

}


/*============================================================================

$機能紹介

============================================================================*/
.func_content_inner:not(:last-of-type){
  margin-bottom: 140px;
}
.func_content_wrap h2{
  position: relative;
  width: fit-content;
  color: var(--text-color);
  font-size: 225%;
  text-align: left;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.func_content_wrap h2::first-letter{
  color: #047c70;
}
.func_content_wrap h2::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -130px;
  margin: auto;
  width: 122px;
  height: 7px;
  border-radius: 4px;
  background: linear-gradient( to Right, rgb(4,124,112) 0%, rgb(255,255,255) 100%);
}
.func_list_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
.func_item{
  max-width: 380px;
  width: 100%;
  background: url(../images/func_bg_item.svg) no-repeat left top 204px;
}
.func_item .func_img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 38/25;
  background: linear-gradient( to Bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  box-shadow: 7.071px 7.071px 30px 0px rgba(118, 118, 118, 0.25);
  margin-bottom: 26px;
}
.func_item .func_img p{
  font-size: 110%;
  font-family: var(--fut);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.func_item .func_name{
  font-size: 150%;
  margin-left: 25px;
  margin-bottom: 27px;
  letter-spacing: 0.12em;
}
.func_item .func_text p{
  padding: 0 10px;
  line-height: 2.125;
  letter-spacing: 0.12em;
}
@media print, screen and (min-width: 641px){

}
@media screen and (max-width: 640px) {
  .func_content_wrap h2{
    padding-bottom: 10px;
  }
  .func_content_wrap h2::after{
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    margin: 0;
  }
  .func_list_wrap{
    gap: 0 1.5%;
    justify-content: center;
  }
  .func_item{
    max-width: 295px;
    width: 100%;
    background-position: left top 60%;
  }
  .func_item:not(:last-of-type){
    margin-bottom: 40px;
  }
}

/*============================================================================

$システム連携

============================================================================*/
.sec_can .flow_img{
  margin-bottom: 110px;
}
.sec_can .bg_can{
  position: relative;
  z-index: 0;
  padding: 50px 0 220px;
}
.sec_can .bg_can::before,
.sec_can .bg_can::after{
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 100%;
}
.sec_can .bg_can::before{
  left: 0;
  background: url(../images/consultation/reserve-link/bg_can01.png) no-repeat left top,
  linear-gradient( to Top, rgb(196,226,223) 0%, rgb(4,124,112) 0%, rgb(255,255,255) 95%);
}
.sec_can .bg_can::after{
  right: 0;
  background: url(../images/consultation/reserve-link/bg_can02.png) no-repeat right bottom 35px,
  linear-gradient( to Top, rgb(196,226,223) 0%, rgb(17,140,136) 0%, rgb(255,255,255) 95%);
}

.sec_can h2{
  font-size: 36px;
  letter-spacing: 0.12em;
  margin-bottom: 180px;
}
.sec_can h2 span{
  color: #047c70;
  font-size: 125%;
}
.sec_can h2 strong{
  color: #fff;
  font-size: 125%;
  background: linear-gradient( to Right, rgb(21,74,106) 0%, rgb(33,123,178) 100%);
  padding: 5px 22px;
  margin-left: 10px;
}
.sec_can h2 strong.red{
  background: linear-gradient( to Right, rgb(182,29,50) 0%, rgb(247,82,104) 100%);
}
.can_wrap{
  display: flex;
  justify-content: center;
  gap: 100px 60px;
}
.item_can{
  max-width: 570px;
  width: 100%;
  background: #fff;
  border: 2px solid;
  padding: 0 33px 95px;
}
.item_can h3{
  text-align: center;
  color: #fff;
  font-size: 200%;
  letter-spacing: 0.12em;
  max-width: 385px;
  width: 100%;
  margin: -60px auto 60px;
  padding: 28px 15px;
}
.item_can .detail{
  background: url(../images/consultation/reserve-link/tit_bg_can.svg) no-repeat left top 237px;
}
.item_can .detail:first-of-type{
  margin-bottom: 50px;
}
.item_can .detail figure{
  text-align: center;
  margin-bottom: 32px;
}
.item_can .detail h4{
  font-size: 162.5%;
  letter-spacing: 0.12em;
  margin-bottom: 19px;
}
.item_can .detail .detail_text{
  max-width: 400px;
  width: 100%;
  margin: auto;
}
.item_can .detail .detail_text p{
  line-height: 2.125;
  letter-spacing: 0.12em;
}
.item_can:nth-of-type(1){
  border-color: #005851;
}
.item_can:nth-of-type(1) h3{
  background: #047c70;
}
.item_can:nth-of-type(2){
  border-color: #118c88;
}
.item_can:nth-of-type(2) h3{
  background: #118c88;
}
@media screen and (max-width: 640px) {
  .sec_can .flow_img{
    margin-bottom: 30px;
  }
  .sec_can .bg_can::before,
  .sec_can .bg_can::after{
    width: 100%;
    height: 50%;
  }
  .sec_can .bg_can::before{
    top: 0;
    bottom: auto;
  }
  .sec_can h2{
    font-size: 160%;
    margin-bottom: 80px;
  }
  .sec_can h2 strong{
    display: inline-block;
    margin-left: 0;
    margin-top: 10px;
  }
  .can_wrap{
    flex-wrap: wrap;
  }
  .item_can{
    padding: 0 20px 60px;
  }
  .item_can h3{
    font-size: 150%;
    padding: 10px;
    margin: -38px auto 30px;
  }
  .item_can .detail{
    background-position: left top 40%;
  }
  .item_can .detail figure{
    margin-bottom: 10px;
  }
}
/*============================================================================

$連携内容

============================================================================*/
.sec_detail{
  padding: 160px 0 275px;
  background: url(../images/consultation/reserve-link/bg_coope01.png) no-repeat center top 676px,
  url(../images/consultation/reserve-link/bg_perf01.png) no-repeat right bottom -639px,
  url(../images/consultation/reserve-link/bg_coope02.png) no-repeat center bottom,
  linear-gradient( 311deg, rgb(215,239,237) 0%, rgb(234,243,237) 100%);
}
.detail_arrow{
  position: relative;
  padding-bottom: 103px;
  background: url(../images/reservation/consul-link/arrow_most.png) no-repeat center bottom;
}
.detail_arrow p{
  text-align: center;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient( to Right, rgb(7,178,158) 0%, rgb(64,122,112) 100%);
  box-shadow: 0px 0px 15px 0px rgba(93, 93, 93, 0.3);
  font-size: 162.5%;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 19px 0;
}
.coope_most_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  margin-bottom: 125px;
}
.item_most{
  max-width: 570px;
  width: 100%;
}
.item_most .img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 57/40;
  background: #fff;
  box-shadow: 7.071px 7.071px 30px 0px rgba(118, 118, 118, 0.25);
  margin-bottom: 70px;
}
.item_most .img p{
  font-family: var(--fut);
  font-weight: 500;
  font-size: 120%;
  letter-spacing: 0.12em;
}
.item_most .detail{
  background: #fff;
  padding: 45px 31px 64px;
}
.item_most .detail h3{
  text-align: center;
  max-width: 510px;
  width: 100%;
  font-size: 26px;
  letter-spacing: 0.12em;
  padding: 19px 15px;
  background: linear-gradient( to Bottom, rgb(196,226,223) 0%, rgb(255,255,255) 0%, rgb(182,207,204) 0%, rgb(238,248,246) 100%);
  margin:-90px auto 36px;
}

.item_most .detail p{
  line-height: 2.125;
  letter-spacing: 0.12em;
}
.sec_detail .cont_inner > h3,
.coope_other_wrap h3{
  position: relative;
  width: fit-content;
  color: var(--text-color);
  font-size: 200%;
  text-align: left;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
}
.sec_detail .cont_inner > h3::first-letter,
.coope_other_wrap h3::first-letter{
  color: #047c70;
}
.sec_detail .cont_inner > h3::after,
.coope_other_wrap h3::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -190px;
  margin: auto;
  width: 177px;
  height: 7px;
  border-radius: 4px;
  background: linear-gradient( to Right, #73a498 0%, transparent 100%);
}
.coope_other_list{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
}
.coope_other_list .item_other{
  max-width: 570px;
  width: 100%;
  background: #fff;
  padding: 65px 20px 80px;
}
.coope_other_list .item_other h4{
  text-align: center;
  font-size: 162.5%;
  letter-spacing: 0.12em;
  margin-bottom: 27px;
}
.coope_other_list .item_other figure{
  text-align: center;
}
.coope_other_list .item_other p{
  max-width: 470px;
  line-height: 2.125;
  letter-spacing: 0.12em;
  margin: -38px auto 0;
}
@media screen and (max-width: 640px) {
  .sec_detail{
    padding: 100px 0 250px;
  }
  .detail_arrow{
    padding-bottom: 40px;
    background: none;
  }
  .item_most .detail{
    padding: 30px 20px 45px;
  }
  .item_most .detail h3{
    font-size: 130%;
    margin: -74px auto 15px;
  }
  .sec_detail .cont_inner > h3::after,
  .coope_other_wrap h3::after{
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
  }
  .coope_other_list .item_other{
    padding: 45px 20px;
  }
}
/*============================================================================

$完全連携

============================================================================*/
.sec_perf{
  position: relative;
  z-index: 0;
  padding: 100px 0 185px;
}
.sec_perf::before{
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 740px;
  background: #08605c;
}
.sec_perf::after{
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/consultation/reserve-link/bg_perf02.png) no-repeat left top 480px,
  url(../images/consultation/reserve-link/bg_perf01.png) no-repeat right top -294px,
  url(../images/consultation/reserve-link/bg_perf03.png) no-repeat center top 740px;
}
.tit_perf{
  color: #fff;
  font-size: 281.3%;
  letter-spacing: 0.12em;
  text-align: center;
}
.tit_perf img{
  display: inline-block;
  position: relative;
  top: -8px;
  vertical-align: middle;
  margin-right: 8px;
}
.tit_perf em,
.tit_perf span{
  color: #fff;
  font-size: 122.2%;
}
.tit_perf span{
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.tit_perf span::before{
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 34px;
  background: linear-gradient( to Left, rgb(196,226,223) 0%, rgb(86,205,188) 0%, rgb(150,223,205) 20%, rgb(213,240,222) 43%, rgb(234,248,239) 62%, rgb(255,255,255) 100%);
  opacity: 0.3;
}
.perf_cycle{
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 110px;
}
.perf_cycle img:nth-of-type(2){
  margin: 123px -40px 0;
  align-self: flex-start;
}
.perf_cycle img:nth-of-type(odd){
  max-width: 588px;
  width: 100%;
  height: auto;
}
.catch_perf{
  color: #fff;
  text-align: center;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 281.3%;
  line-height: 1.77;
  text-shadow: 0px 0px 25.6px rgba(33, 116, 104, 0.41);
  margin-bottom: 57px;
}
.btn_perf{
  max-width: 424px;
  margin: 0 auto 265px;
}
.btn_perf a{
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 200px;
  font-size: 150%;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
  box-shadow: 0px 5px 15px 0px rgba(110, 110, 110, 0.5);
  padding: 31px 10px;
}
.btn_perf.blue a{
  background: linear-gradient( to Right, rgb(21,74,106) 0%, rgb(33,123,178) 100%);
}
.btn_perf.red a{
  background: linear-gradient( to Right, rgb(182,29,50) 0%, rgb(247,82,104) 100%);
}
.btn_perf a span {
  margin-right: 16px;
}
.btn_perf a span img{
  vertical-align: middle;
}
.btn_perf a:hover{
  opacity: 0.8;
  filter: brightness(1.1);
}
.coope_sys_list{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient( 315deg, rgb(196,226,223) 0%, rgb(255,255,255) 0%, rgb(215,233,231) 0%, rgb(238,248,246) 100%);;
  box-shadow: 7.071px 7.071px 15px 0px rgba(110, 110, 110, 0.1);
  padding: 59px 111px;
}
.coope_sys_list li{
  position: relative;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  align-items: center;
  padding-left: 18px;
  letter-spacing: 0.12em;
}
.coope_sys_list li:not(:last-of-type){
  margin-bottom: 16px;
}
.coope_sys_list li::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  min-width: 7px;
  height: 7px;
  border-radius: 4px;
  margin: auto;
  background: #047c70;
}
@media screen and (max-width: 640px) {
  .tit_perf{
    text-align: center;
    font-size: 160%;
  }
  .tit_perf img{
    width: auto;
    height: 25px;
    top: -5px;
  }
  .tit_perf span::before{
    height: 30%;
    bottom: 0;
  }
  .perf_cycle{
    flex-flow: column wrap;
    align-items: center;
    margin-bottom: 50px;
  }
  .perf_cycle img:nth-of-type(odd){
    max-width: 350px;
  }
  .perf_cycle img:nth-of-type(2){
    transform: rotate(90deg);
    margin: -10px auto;
    width: 100px;
    height: auto;
  }
  .catch_perf{
    font-size: 180%;
  }
  .coope_sys_list{
    padding: 50px 20px;
  }
}


/*============================================================================

$電子カルテ連携

============================================================================*/
.contents_bg.karte{
  background: url(../images/consultation/karte/bg_can01.png) no-repeat right top;
}
.sec_karte {
  position: relative;
  z-index: 0;
  padding: 0 0 115px;
}
.sec_karte::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/consultation/karte/bg_can02.png) no-repeat left bottom -445px;
}
.sec_karte::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  width: 100%;
  height: 647px;
  background: linear-gradient(to Top,#e3e3e3,transparent);
}
.sec_karte .flow_img{
  margin-bottom: 140px;
}
.sec_karte h2{
  font-size: 36px;
  letter-spacing: 0.12em;
  margin-bottom: 120px;
}
.sec_karte h2 span{
  color: #047c70;
  font-size: 125%;
}
.sec_karte h2 strong{
  color: #fff;
  font-size: 125%;
  background: linear-gradient( to Right, rgb(21,74,106) 0%, rgb(33,123,178) 100%);
  padding: 5px 22px;
  margin-left: 10px;
}
.sec_karte h2 strong.red{
  background: linear-gradient( to Right, rgb(182,29,50) 0%, rgb(247,82,104) 100%);
}
.karte_detail{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: url(../images/consultation/karte/bg_can_detail.png) no-repeat left 168px top;
  padding-top: 40px;
  padding-bottom: 138px;
}
.img_karte{
  box-shadow: 7.071px 7.071px 30px 0px rgba(118, 118, 118, 0.25);
}
.img_karte_vector{
  box-shadow: none;
}
.text_karte{
  max-width: 570px;
}
.text_karte h3{
  font-size: 162.5%;
  line-height: 1.923;
  margin-bottom: 36px;
}
.text_karte h3 span{
  color: #047c70;
  font-size: 115.4%;
  letter-spacing: 0.12em;
  line-height: 1;
}
.text_karte p{
  line-height: 2.125;
}

/* 予約のほう */
.sec_karte.reserve{
  padding: 0 0 153px;
}
.sec_karte.reserve::before{
  background-position: left bottom -340px;
}
.sec_karte.reserve .karte_detail{
  align-items: center;
}
.sec_karte.reserve .karte_detail:nth-of-type(1){
  padding: 0 0 122px;
  background: url(../images/reservation/karte/bg_can_detail01.png) no-repeat left 102px top 97px;
  margin-bottom: -69px;
}
.sec_karte.reserve .karte_detail:nth-of-type(2){
  padding: 0 0 184px;
  flex-direction: row-reverse;
  background: url(../images/reservation/karte/bg_can_detail02.png) no-repeat right 132px top 7px;
}


@media screen and (max-width: 640px) {
  .contents_bg.karte{
    background-size: 60% auto;
  }
  .sec_karte::before{
    background-size: 305px auto;
    background-position: left bottom -270px;
  }
  .sec_karte .flow_img {
    margin-bottom: 30px;
  }
  .sec_karte h2{
    font-size: 160%;
    margin-bottom: 80px;
  }
  .sec_karte h2 strong {
    display: inline-block;
    margin-left: 0;
    margin-top: 10px;
  }
  .karte_detail{
    flex-wrap: wrap;
    background-position: left 5% top 5%;
    background-size: 95%;
    padding-bottom: 0;
  }
  .text_karte h3{
    margin-bottom: 20px;
  }

  /* 予約のほう */
  .sec_karte.reserve{
    padding: 0 0 300px;
  }
  .sec_karte.reserve::before{
    background-position: left bottom -170px;
  }
  .sec_karte.reserve .karte_detail:nth-of-type(1){
    padding: 0;
    background-position: left 5% top 5%;
    background-size: 95%;
    margin-bottom: 60px;
  }
  .sec_karte.reserve .karte_detail:nth-of-type(2){
    padding: 0;
    background-position: left 5% top 5%;
    background-size: 95%;
  }
}

/*============================================================================

$電カル連携 連携方法

============================================================================*/
.sec_coope{
  position: relative;
  z-index: 0;
  padding: 125px 0 295px;
}
.sec_coope::before{
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 666px;
  background: linear-gradient(to Bottom,#e3e3e3,transparent);
}
.sec_coope::after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/consultation/karte/bg_coope01.png) no-repeat center top 350px,
  url(../images/consultation/karte/bg_can02.png) no-repeat left top -638px,
  url(../images/consultation/karte/bg_coope02.png) no-repeat right top 820px,
  url(../images/consultation/karte/bg_coope03.png) no-repeat left top 1320px,
  url(../images/consultation/karte/bg_coope04.png) no-repeat right bottom 210px,
  url(../images/consultation/karte/bg_coope05.png) no-repeat left bottom;
}
.anklink_down{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 237px;
}
.anklink_down li{
  max-width: 390px;
  width: 100%;
}
.anklink_down li a{
  position: relative;
  padding: 34px 0 55px;
  display: block;
  border-radius: 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient( to Right, rgb(21,74,106) 0%, rgb(33,123,178) 100%);
  text-align: center;
  font-size: 162.5%;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
}
.anklink_down li a::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  margin: auto;
  width: 16px;
  height: 17px;
  background: url(../images/consultation/karte/arrow_down.png) no-repeat center / cover;
  transition: 0.2s ease;
}
@media (hover: hover){
  .anklink_down li a:hover{
    filter: brightness(1.2);
  }
  .anklink_down li a:hover::after{
    bottom: 19px;
  }
}
.item_coope{
  background: #fff;
  border: 2px solid #005851;
  padding-bottom:100px;
}
.item_coope:not(:last-of-type){
  margin-bottom: 153px;
}
.item_coope h3{
  color: #fff;
  text-align: center;
  font-size: 200%;
  letter-spacing: 0.12em;
  max-width: 636px;
  width: 100%;
  background: #005851;
  padding: 21px 10px;
  margin: -53px auto 90px;
}
.flex_coope_detail{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 45px;
}
.flex_coope_detail .text_coope{
  max-width: 565px;
  width: 100%;
  letter-spacing: 0.12em;
}
.flex_coope_detail .text_coope h4{
  font-size: 150%;
  line-height: 2.083;
  margin-bottom: 40px;
}
.flex_coope_detail .text_coope p{
  line-height: 2.125;
}
.list_coope_wrap{
  background: linear-gradient( 315deg, rgb(215,233,231) 0%, rgb(238,248,246) 100%);
  box-shadow: 7.071px 7.071px 15px 0px rgba(110, 110, 110, 0.1);
  max-width: 750px;
  width: 100%;
  margin: auto;
  padding: 33px 0 51px;
  /* height: 295px; */
}
.list_coope_wrap h5{
  position: relative;
  text-align: center;
  font-size: 137.5%;
  letter-spacing: 0.12em;
  padding-bottom: 9px;
  margin-bottom: 27px;
}
.list_coope_wrap h5::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 91px;
  height: 2px;
  background: #005851;
}
.list_coope_wrap ul{
  max-width: 530px;
  margin: 0 auto;
}
.list_coope_wrap li{
  position: relative;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  align-items: center;
  padding-left: 18px;
  letter-spacing: 0.12em;
}
.list_coope_wrap li:not(:last-of-type){
  margin-bottom: 12px;
}
.list_coope_wrap li::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  min-width: 7px;
  height: 7px;
  border-radius: 4px;
  margin: auto;
  background: #047c70;
}
@media screen and (max-width: 640px) {
  .sec_coope::after{
    background-size: auto,305px auto,60% auto,60% auto,60% auto,60% auto;
    background-position: center top 350px,left top -270px,right top 820px,left top 1320px,right bottom 210px,left bottom;
  }
  .anklink_down{
    margin-bottom: 95px;
  }
  .anklink_down li a{
    font-size: 100%;
    padding: 10px 0 35px;
  }
  .anklink_down li a::after{
    bottom: 15px;
  }
  .item_coope{
    padding-bottom: 60px;
  }
  .item_coope:not(:last-of-type){
    margin-bottom: 90px;
  }
  .item_coope h3{
    width: fit-content;
    font-size: 140%;
    padding: 15px 20px;
    margin: -35px auto 40px;
  }
  .flex_coope_detail{
    padding: 0 20px;
  }
  .flex_coope_detail .text_coope h4{
    font-size: 120%;
    margin-bottom: 10px;
  }
  .list_coope_wrap{
    max-width: calc(100% - 40px);
    padding: 25px;
  }
  .list_coope_wrap li{
    font-size: 100%;
  }
}

/*============================================================================

$電カル連携 連携内容

============================================================================*/
.sec_subject{
  background: url(../images/reservation/karte/bg_coope_reserve.jpg) no-repeat center top / cover;
  padding: 165px 0 207px;
}
.sec_subject hgroup{
  margin-bottom: 60px;
}
.sec_subject hgroup :is(p,h2){
  color: #fff;
}
.subject_list_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 55px 28px;
  justify-content: center;
}
.item_subject{
  max-width: 380px;
  width: 100%;
}
.item_subject .img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 38/25;
  background: #fff;
  box-shadow: 0px 0px 12.75px 2.25px rgba(110, 110, 110, 0.1);
  margin-bottom: 70px;
}
.item_subject .img p{
  font-family: var(--fut);
  font-weight: 500;
  font-size: 120%;
  letter-spacing: 0.12em;
}
.item_subject .detail{
  background: #fff;
  padding: 45px 0 66px;
  box-shadow: 0px 0px 15px 0px rgba(118, 118, 118, 0.1);
}

.item_subject .detail h3{
  text-align: center;
  max-width: 340px;
  width: 100%;
  font-size: 162.5%;
  letter-spacing: 0.12em;
  padding: 19px 15px;
  background: linear-gradient( to Bottom, rgb(196,226,223) 0%, rgb(255,255,255) 0%, rgb(182,207,204) 0%, rgb(238,248,246) 100%);
  margin:-90px auto 36px;
}
.item_subject .detail p{
  line-height: 2.125;
  letter-spacing: 0.12em;
  max-width: 290px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec_subject{
    padding: 100px 0;
  }
  .item_subject .detail{
    padding: 30px 20px 45px;
  }
  .item_subject .detail h3{
    font-size: 130%;
    margin: -74px auto 15px;
  }
}


/*============================================================================

$電カル連携 連携一覧

============================================================================*/
.sec_list {
  padding: 135px 0 185px;
}
.sec_list .list_coope_wrap{
  max-width: 1000px;
  padding: 65px 0;
}
.sec_list .list_coope_wrap ul{
  max-width: 780px;
}
@media screen and (max-width: 640px) {
  .sec_list {
    padding: 100px 0;
  }
  .sec_list .list_coope_wrap{
    padding: 25px;
  }
}